* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
body {
	-webkit-font-smoothing: antialiased;
	height: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
	font-weight: 400;
}
html {
	height: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
textarea {
	outline: none;
	resize: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
textarea::placeholder {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
}
#main {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
#footer {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 1170px;
}
input {
	border: none;
	outline: none;
}
input::placeholder {
	font-family: 'Roboto', sans-serif;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
button {
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.btn,
input.btn,
input[type="button"],
input[type="submit"] {
	outline: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.btn:hover {

}
.btn-red {
	border: 2px solid rgba(204, 9, 47, 0.32);
	border-radius: 3px;
	padding: 14px 21px 14px 55px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}
.btn-red:hover {
	background: #CC092F;
	color: #fff;
	border: 2px solid #FF1820;
}
.btn-red img {
	margin-right: 15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 21px;
	width: 16px;
	height: 16px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.btn-red img.hover {
	opacity: 0;
}
.btn-red:hover img {
	opacity: 0;
}
.btn-red:hover img.hover {
	opacity: 1;
}
.btn-red span {
	color: #CC092F;
}
.btn-red-2 {
	border: 2px solid #FF011D;
	padding: 18px 47px;
	font-size: 1.35em;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}
.btn-red-2:hover {
	background: #FF011D;
}
.btn-red-3 {
	background: #CC092F;
	padding: 20px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 1.14em;
}
.btn-red-3:hover {
	background: #D4131A;
}
p {
	margin-bottom: 10px;
}
.h1, h1 {
	font-size: 3.28em;
	font-weight: 700;
}
.h2, h2 {
	
}
.h3, h3 {
	font-size: 2.42em;
	font-weight: 700;
}
.h4, h4 {
	font-size: 2em;
	font-weight: 700;
}
.h5, h5 {
	font-size: 1.71em;
	font-weight: 700;
}
.h6, h6 {
	font-size: 1.42em;
	font-weight: 700;
}
li {
	list-style-type: none;
	position: relative;
	padding-left: 15px;
}
ul > li:before {
	content: "";
	width: 5px;
	height: 5px;
	background: #000;
	border-radius: 50%;
	position: absolute;
	top: 6px;
	left: 0;
}
ol {
	counter-reset: num;
}
ol > li::before {
	content: counter(num) '. ';
	counter-increment: num;
	color: #fff;
	background: #000;
	height: 16px;
	width: 12px;
	padding-left: 4px;
	text-align: center;
	line-height: 16px;
	display: inline-block;
	margin-right: 7px;
}
a {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-khtml-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	text-decoration: none;
	outline: none;
}
a:hover {
	
}
.slick-slider,
.slick-slide,
.slick-prev,
.slick-next {
	outline: none !important;
}
.content-with-aside {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.content-with-aside aside {
	width: 23%;
	background: #F0F0F0;
	height: 100%;
}
aside .mobile {
	display: none;
	background: #F0F0F0;
	padding: 16px 25px;
	color: #474747;
	font-size: 1.14em;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
}
aside ul {
	margin-bottom: 20px;
}
aside ul li {
	padding-left: 0;
}
aside ul li:before {
	display: none;
}
aside ul li.title {
	font-weight: 700;
	font-size: 1.14em;
	font-weight: 700;
	padding: 24px 25px;
	background: #0D204A;
	margin-bottom: 14px;
}
aside ul li a {
	display: block;
	background: #F0F0F0;
	padding: 16px 25px;
	color: #474747;
}
aside ul li a:hover {
	color: #032043;
	background: #D7D7D7;
}
.content-with-aside .content {
	width: 77%;
	padding-left: 30px;
}
.navigation {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	margin: 28px 0 52px;
}
.navigation a {
	color: #747474;
	padding-right: 8px;
	margin-right: 8px;
	font-size: 0.86em;
	position: relative;
}
.navigation a:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 8px;
	background: #c3c3c3;
}
.navigation a:hover {
	color: #474747;
}
.navigation span {
	color: #474747;
	font-size: 0.86em;
}
.jq-selectbox .jq-selectbox__select-text {
	background: #D7D7D7;
	width: 100% !important;
	color: #747474;
	font-size: 0.86em;
	padding: 9px 42px 9px 17px;
}
.jq-selectbox .jq-selectbox__trigger {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 17px;
	background: url(../images/arrow-select.svg) no-repeat;
	width: 9px;
	height: 5px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.jq-selectbox.opened .jq-selectbox__trigger {
	transform: rotate(180deg);
	margin-top: -3px;
}
.jq-selectbox .jq-selectbox__dropdown {
	border: 1px solid #D7D7D7;
	background: #fff;
}
.jq-selectbox .jq-selectbox__dropdown li {
	padding-left: 0;
	padding: 9px 17px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #747474;
	cursor: pointer;
}
.jq-selectbox .jq-selectbox__dropdown li:before {
	display: none;
}
.jq-selectbox .jq-selectbox__dropdown li:hover {
	background: #D7D7D7;
}
.pagination {
	margin-top: 34px;
	position: relative;
}
.pagination:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 1px;
	width: 100%;
	background: #D3D3D3;
}
.pagination div {
	background: #fff;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 18px 0 21px;
	width: max-content;
	margin: 0 auto;
}
.pagination div a {
	margin-right: 3px;
	height: 38px;
	width: 38px;
	line-height: 38px;
	text-align: center;
	background: #F0F0F0;
	color: #000;
}
.pagination div a:hover {
	background: #0A193A;
	color: #fff;
}
.pagination div span {
	margin-right: 3px;
	height: 38px;
	width: 38px;
	line-height: 38px;
	text-align: center;
	background: #0A193A;
}
.pagination div p {
	margin-right: 3px;
	height: 38px;
	width: 38px;
	line-height: 38px;
	text-align: center;
	margin-bottom: 0;
	color: #000;
	background: #fff;
}

.mfp-content {
	max-width: 362px;
	margin: 0 auto;
	background: #0D204A;
	padding: 30px;
}
.mfp-content .title {
	margin-bottom: 15px;
	font-size: 1.57em;
	font-weight: 700;
}
.mfp-content .text {
	margin-bottom: 40px;
	color: #D8DCE5;
}
.mfp-content input {
	width: 100%;
	background: #20335D;
	padding: 21px 25px;
	color: #697796;
	margin-bottom: 20px;
}
.mfp-content input::placeholder {
	color: #697796;
}
.mfp-content input:focus,
.mfp-content input:focus::placeholder {
	color: #fff;
}
.mfp-content .btn-red-3 {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}
.mfp-content p:not(.text) {
	color: #2F4577;
	font-size: 0.86em;
	margin-bottom: 0;
}
.mfp-content .mfp-close {
	font-size: 0;
	width: 12px;
	height: 12px;
	background: url(../images/close.png) no-repeat;
	background-size: cover;
	right: 20px;
	top: 20px;
}
.mfp-content .success {
	min-height: 394px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.mfp-content .success .popup-inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.mfp-content .success .popup-inner img {
	margin-bottom: 40px;
}
.mfp-content .success .popup-inner .title {
	margin-bottom: 20px;
}
.mfp-content .success .popup-inner p {
	margin-bottom: 0;
}
.mfp-bg {
	opacity: 0.6;
}
.header-top {
	background: #F0F0F0;
	padding: 11px 0;
}
.header-top .inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
.header-top .left {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
}
.header-top .left img {
	margin-right: 14px;
}
.header-top .left span {
	color: #747474;
	font-size: 0.86em;
}
.header-top .right ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -16px;
}
.header-top .right ul li {
	padding: 0 16px;
}
.header-top .right ul li:before {
	display: none;
}
.header-top .right ul li:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	height: 5px;
	width: 1px;
	background: #959595;
}
.header-top .right ul li:last-child:after {
	display: none;
}
.header-top .right ul li a {
	color: #474747;
	font-size: 0.86em;
	border-bottom: 1px solid transparent;
}
.header-top .right ul li a:hover {
	border-bottom: 1px solid;
}
.header-middle {
	padding: 10px 0;
}
.header-middle .inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
}
.header-middle .logo {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	width: 36.8%;
}
.header-middle .logo a {
	margin-right: 10px;
	width: 190px;
}
.header-middle .logo a img {
    margin-top: 8px;
}
.header-middle .logo span {
	color: #000;
	padding-left: 22px;
	border-left: 1px solid #BCBCBC;
	padding-left: 22px;
	max-width: 183px;
	width: calc(100% - 164px);
	line-height: 1.28;
}
.header-middle .social-networks {
	width: 22.8%;
}
.header-middle .social-networks div {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 156px;
}
.header-middle .social-networks a img {
	width: 22px;
	opacity: 0.5;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.header-middle .social-networks a:hover img {
	opacity: 1;
}
.header-middle .phone {
	width: 23.9%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.header-middle .phone img {
	width: 18px;
	height: 18px;
	margin-top: 6px;
}
.header-middle .phone .text {
	padding-left: 14px;
	width: calc(100% - 18px);
}
.header-middle .phone .text span {
	color: #000;
	font-size: 1.43em;
	font-weight: 700;
	border-bottom: 1px solid transparent;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.header-middle .phone .text span:hover {
	border-bottom: 1px solid;
}
.header-middle .phone .text p {
	color: #747474;
	margin: -4px 0 0;
}
.header-middle .callback {
	width: 16.5%;
	text-align: right;
}
.header-middle .callback button {
	display: inline-block;
}
.header-bottom {
	background: #0D204A;
	position: relative;
}
.header-bottom .inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.header-bottom nav > ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.header-bottom nav > ul > li {
	padding: 0;
}
.header-bottom nav > ul > li.mobile-list {
	display: none;
}
.header-bottom nav > ul > li:before {
	display: none;
}
.header-bottom nav > ul > li > a,
.header-bottom nav > ul > li > span {
	display: block;
	padding: 19px 35px;
	font-size: 1.14em;
	color: #fff;
	background: #0D204A;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}
.header-bottom nav > ul > li > a:hover,
.header-bottom nav > ul > li > span:hover {
	background: #192F5F;
}
.header-bottom nav > ul > li.catalog-li > a {
	padding: 19px 23px 19px 49px;
	background: #CC092F;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: block;
	font-size: 1.14em;
	cursor: pointer;
}
.header-bottom nav > ul > li.catalog-li > a:hover {
	background: #D4131A;
}
.header-bottom nav > ul > li.catalog-li > a img {
	display: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}
.header-bottom nav > ul > li.catalog-li > .hamburger-icon {
	position: absolute;
	width: 12px;
	height: 11px;
	left: 21px;
	top: 50%;
	transform: translateY(-50%);
}
.header-bottom nav > ul > li.catalog-li > .hamburger-icon > div {
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
}
.header-bottom nav > ul > li.catalog-li > .hamburger-icon > .line-1 {
	top: 0;
}
.header-bottom nav > ul > li.catalog-li > .hamburger-icon > .line-2 {
	top: 5px;
}
.header-bottom nav > ul > li.catalog-li > .hamburger-icon > .line-3 {
	bottom: 0;
}
.header-bottom nav > ul > li .dropdown-menu:hover,
.header-bottom nav > ul > li a:hover + .dropdown-menu {
	opacity: 1;
	visibility: visible;
}
.header-bottom nav > ul > li .dropdown-menu {
	position: absolute;
	left: 0;
	top: 100%;
	background: #F0F0F0;
	width: 750px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
	z-index: 5;
}
.header-bottom nav > ul > li .dropdown-menu:before {
	content: '';
	position: absolute;
	top: 0;
	right: 57px;
	width: 2px;
	height: 100%;
	background: #5D5D5D;
	opacity: 0.15;
}
.header-bottom nav > ul > li .dropdown-menu .right-word {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(270deg);
	right: -40px;
	padding: 0 30px;
	background: #F0F0F0;
	font-weight: 700;
	font-size: 2.71em;
	color: rgba(93, 93, 93, 0.15);
}
.header-bottom nav > ul > li .dropdown-menu > ul {
	width: 43.33%;
	padding: 32px 35px 70px;
	border-right: 1px solid #C8C8C8;
}
.header-bottom nav > ul > li .dropdown-menu > ul:last-child {
	border-right: none;
}
.header-bottom nav > ul > li .dropdown-menu > ul > li.title {
	margin-bottom: 40px;
	color: #979797;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.43em;
}
.header-bottom nav > ul > li .dropdown-menu > ul > li {
	padding-left: 0;
	margin-bottom: 17px;
}
.header-bottom nav > ul > li .dropdown-menu > ul > li:before {
	display: none;
}
.header-bottom nav > ul > li .dropdown-menu > ul > li > a {
	display: inline-block;
	position: relative;
	padding-left: 31px;
}
.header-bottom nav > ul > li .dropdown-menu > ul > li > a > span {
	color: #474747;
	border-bottom: 1px solid transparent;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.header-bottom nav > ul > li .dropdown-menu > ul > li > a:hover > span {
	color: #0D204A;
	border-bottom: 1px solid;
}
.header-bottom nav > ul > li .dropdown-menu > ul > li > a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 2px;
	background: #C8C8C8;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.header-bottom nav > ul > li .dropdown-menu > ul > li > a:hover:before {
	background: #0D204A;
}
.header-bottom nav > ul > li.with-arrow > a {
	position: relative;
}
.header-bottom nav > ul > li.with-arrow > a img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
}
.header-bottom nav > ul > li.with-arrow .dropdown-menu {
	width: 433px;
}
.header-bottom nav > ul > li.with-arrow .dropdown-menu > ul {
	width: 100%;
}
.header-bottom nav > ul > li.with-arrow .dropdown-menu .right-word {
	right: -65px;
}
.header-bottom .search .icon {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
	padding: 0 22px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	height: 100%;
}
.header-bottom .search .icon:hover {
	background: #192F5F;
}
.header-bottom .search .input {
	position: absolute;
	left: 15px;
	top: 100%;
	width: calc(100% - 30px);
	max-width: 1140px;
	display: none;
	z-index: 4;
}
.header-bottom .search .input input {
	padding: 22px 30px;
	color: #7A7A7A;
	font-size: 0.86em;
	background: #F0F0F0;
	width: 100%;
}
.header-bottom .search .input input::placeholder {
	color: #7A7A7A;
	font-size: 0.86em;
}
.header-bottom .search .input input:focus,
.header-bottom .search .input input:focus::placeholder {
	color: #000;
}
.header-bottom .search .input button {
	height: 100%;
	padding: 0 30px;
	background: #D9D9D9;
	position: absolute;
	top: 0;
	right: 0;
}
.header-bottom .search .input button span {
	color: #0D204A;
	border-bottom: 1px solid;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.header-bottom .search .input button:hover span {
	border-bottom: 1px solid transparent;
}
.header-bottom .hamburger {
	width: 12px;
	height: 12px;
	display: none;
	position: relative;
}
.header-bottom .hamburger > div {
	width: 100%;
	height: 2px;
	background: #000;
	position: absolute;
	left: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.header-bottom .hamburger > .mt-1 {
	top: 0;
}
.header-bottom .hamburger > .mt-2 {
	top: 5px;
}
.header-bottom .hamburger > .mt-3 {
	bottom: 0;
}
.header-bottom .hamburger.opened .mt-1 {
	transform: rotate(45deg);
	top: 5px;
}
.header-bottom .hamburger.opened .mt-2 {
	opacity: 0;
}
.header-bottom .hamburger.opened .mt-3 {
	transform: rotate(135deg);
	bottom: 5px;
}
footer {
	background: url(../images/footer-bg.png) no-repeat center;
	background-size: cover;
	padding: 70px 0px 40px;
}
footer .footer-top {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 69px;
}
footer .footer-top .list {
	width: 76.5%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
footer .footer-top .list ul {
	width: 33.33%;
}
footer .footer-top .list ul li.title {
	font-size: 1.14em;
	font-weight: 700;
	margin-bottom: 25px;
}
footer .footer-top .list ul li {
	padding-left: 0;
	margin-bottom: 10px;
}
footer .footer-top .list ul li:before {
	display: none;
}
footer .footer-top .list ul li a {
	font-size: 0.86em;
	color: #9FA9C7;
	border-bottom: 1px solid transparent;
}
footer .footer-top .list ul li a:hover {
	border-bottom: 1px solid;
	color: #fff;
}
footer .footer-top .contacts {
	width: 23.5%;
}
footer .footer-top .contacts .phone {
	margin-bottom: 20px;
}
footer .footer-top .contacts .phone a {
	font-size: 1.43em;
	font-weight: 700;
	border-bottom: 1px solid transparent;
	color: #fff;
}
footer .footer-top .contacts .phone a:hover {
	border-bottom: 1px solid;
}
footer .footer-top .contacts .phone p {
	margin-bottom: 0;
}
footer .footer-top .contacts > p {
	color: #838DA8;
	font-size: 0.86em;
	margin-bottom: 74px;
}
footer .footer-top .social-networks {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
}
footer .footer-top .social-networks a {
	margin-right: 30px;
}
footer .footer-top .social-networks a img {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0.4;
}
footer .footer-top .social-networks a:hover img {
	opacity: 1;
}
footer .footer-bottom {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
footer .footer-bottom p {
	font-size: 0.86em;
	opacity: 0.28;
	margin-bottom: 0;
}
footer .footer-bottom .velvet {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
footer .footer-bottom .velvet span {
	opacity: 0.59;
	font-size: 0.86em;
}
footer .footer-bottom .velvet a {
	color: #FF46EB;
	opacity: 0.59;
}
footer .footer-bottom .velvet a:hover {
	opacity: 1;
}.main-slider {margin:10px 0;}
.main-slider .slide-1 {
	background: url(../images/main-bg-1.jpg) no-repeat center;
	background-size: cover;
}
.main-slider .slide-2 {
	background: url(../images/main-bg-2.jpg) no-repeat center;
	background-size: cover;
}
.main-slider .slide-3 {
	background: url(../images/main-bg-3.jpg) no-repeat center;
	background-size: cover;
}
.main-slider .slide-4 {
	background: url(../images/Group361.jpg) no-repeat center;
	background-size: cover;
}

.main-slider .slide-5 {
	background: url(../images/Group362.jpg) no-repeat center;
	background-size: cover;
}

.main-slider .slide-6 {
	background: url(../images/Group363.jpg) no-repeat center;
	background-size: cover;
}

.main-slider .slide-7 {
	background: url(../images/Group364.jpg) no-repeat center;
	background-size: cover;
}




.main-slider .video-slide {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
}
.main-slider .slick-slide {
	padding: 93px 0 0px;
	height: 349px;
}
.main-slider .slick-slide .inner {
	position: relative;
}
.main-slider .slick-slide h1 {
	margin-bottom: 55px;
	max-width: 765px;
	line-height: 1.3;
	margin-bottom: 55px;
}
.main-slider .slick-slide .price {
	padding: 25px 29px;
	border: 2px solid rgba(255, 255, 255, 0.15);
	border-radius: 5px;
	display: inline-block;
}
.main-slider .slick-slide .price p {
	margin-bottom: 8px;
	font-weight: 700;
	opacity: 0.5;
}
.main-slider .slick-slide .price span {
	font-weight: 700;
	font-size: 1.57em;
}
.main-slider .slick-slide .tap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	position: absolute;
	right: 0;
	bottom: -18px;
	transform: rotate(270deg);
	opacity: 0.5;
}
.main-slider .slick-slide .tap img {
	width: 20px;
	height: 100%;
	margin-right: 14px;
	transform: rotate(90deg);
}
.main-slider .slick-slide .tap span {
	color: #fff;
	font-size: 0.86em;
}
.main-slider .slick-slide .videos {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.main-slider .slick-slide .videos a {
	margin-right: 30px;
	width: 17.1%;
	position: relative;
}
.main-slider .slick-slide .videos a img:not(.button) {
	border-radius: 5px 5px 0 0;
}
.main-slider .slick-slide .videos a img.button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 24px;
}
.main-slider .slick-dots {
	width: 100%;
	max-width: 1140px;
	position: absolute;
	left: 56%;
	transform: translateX(-50%);
	bottom: 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
}
.main-slider .slick-dots li {
	padding-left: 0;
	margin-right: 14px;
	width: 5px;
	height: 5px;
	background: #fff;
}
.main-slider .slick-dots li:before {
	display: none;
}
.main-slider .slick-dots li.slick-active {
	width: 10px;
	height: 10px;	
}
.main-slider .slick-dots li button {
	display: none;
}
.main-slider .top {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 70px;
}
.main-slider .top .left {
	width: 78.9%;
}
.main-slider .top .left h3 {
	margin-bottom: 34px;
	max-width: 653px;
}
.main-slider .top .right {
	width: 21.1%;
}
.main-slider .top .right button {
	margin-bottom: 16px;
}
.main-slider .top .right p {
	opacity: 0.84;
	margin-bottom: 0;
}
.catalog-of-cars .inner {
	position: relative;
	padding: 64px 15px 72px;
}
.catalog-of-cars .inner:before {
	content: '';
	position: absolute;
	top: 0;
	right: 83px;
	width: 2px;
	height: 100%;
	background: #E4E4E4;
}
.catalog-of-cars .top {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 30px;
	background: #fff;
	position: relative;
}
.catalog-of-cars .top h5 {
	color: #0D204A;
	text-transform: uppercase;
}
.catalog-of-cars .top a {
	color: #747474;
	font-size: 0.86em;
	border-bottom: 1px solid;
	margin-right: 30px;
	position: relative;
	height: 100%;
}
.catalog-of-cars .top a:hover {
	border-bottom: 1px solid transparent;
}
.catalog-of-cars .top a:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -14px;
	background: url(../images/arrow-next.svg) no-repeat;
	width: 4px;
	height: 8px;
	background-size: cover;
}
.catalog-of-cars .list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 33px;
}
.catalog-of-cars .list .item {
	width: calc(33.33% - 15px);
	margin-bottom: 15px;
	background: #F0F0F0;
	position: relative;
	padding: 0px 40px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	height: 80px;
}
.catalog-of-cars .list .item:before {
	content: '';
	position: absolute;
	top: 0;
	right: 30px;
	height: 100%;
	width: 1px;
	background: #fff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
}
.catalog-of-cars .list .item:hover:before {
	opacity: 0.09;
}
.catalog-of-cars .list .item:after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 14px;
	background: url(../images/arrow-next-white.svg) no-repeat;
	background-size: cover;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
}
.catalog-of-cars .list .item:hover:after {
	opacity: 1;
}
.catalog-of-cars .list .item:hover {
	background: #0D204A;
	-webkit-box-shadow: 0px 7px 6px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 7px 6px 0px rgba(0,0,0,0.24);
	box-shadow: 0px 7px 6px 0px rgba(0,0,0,0.24);
	width: calc(33.33% - 5px);
}
.catalog-of-cars .list .item .text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 150px;
	max-width: 160px;
}
.catalog-of-cars .list .item .text span {
	color: #032040;
	border-bottom: 1px solid;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	text-transform: uppercase;
}
.catalog-of-cars .list .item:hover .text span {
	color: #fff;
}
.catalog-of-cars .list .item img {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translateY(-50%);
	max-width: 80px;
	opacity: 0;
}
.catalog-of-cars .list .item img.hover {
	opacity: 1;
}
.catalog-of-cars .list .item:hover img {
	opacity: 0;
}
.catalog-of-cars .list .item:hover img.hover {
	opacity: 1;
}
.cars-in-stock .inner {
	position: relative;
	padding: 0 15px 90px;
}
.cars-in-stock .inner:before {
	content: '';
	position: absolute;
	top: 0;
	right: 83px;
	width: 2px;
	height: 100%;
	background: #E4E4E4;
}
.cars-in-stock .top {
	max-width: 1072px;
	background: #F0F0F0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	padding: 22px 0;
	position: relative;
	margin-bottom: 28px;
}
.cars-in-stock .top:before {
	content: '';
	height: 100%;
	width: 300%;
	position: absolute;
	right: 0;
	top: 0;
	background: #F0F0F0;
}
.cars-in-stock .top h5 {
	color: #0D204A;
	text-transform: uppercase;
	position: relative;
}
.cars-in-stock .top .tabs ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}
.cars-in-stock .top .tabs ul li {
	padding-left: 0;
	margin-right: 60px;
}
.cars-in-stock .top .tabs ul li:before {
	display: none;
}
.cars-in-stock .top .tabs ul li a {
	border-bottom: 1px solid transparent;
	color: #4C5B7E;
	text-transform: uppercase;
}
.cars-in-stock .top .tabs ul li a.selected,
.cars-in-stock .top .tabs ul li a:hover {
	font-size: 1.14em;
	color: #0D204A;
	border-bottom: 1px solid;
	font-weight: 700;
}
.cars-in-stock .list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	margin: 0 -10px 13px;
}
.cars-in-stock .list .item {
	/* width: calc(25% - 20px); */
	width: calc(33.33% - 20px);
	background: #F0F0F0;
	margin: 0 10px 30px;
}
.cars-in-stock .list .item .img {
	line-height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.cars-in-stock .list .item .img > * {
	line-height: initial;
}
.cars-in-stock .list .item .img img {
	width: 100%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.cars-in-stock .list .item:hover .img img {
	transform: scale(1.1);
}
.cars-in-stock .list .item .name {
	padding: 0 20px;
	margin-bottom: 15px;
	min-height: 42px;
	color: #000;
}
.cars-in-stock .list .item .bottom {
	border-top: 1px solid #DDDDE0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	padding-left: 20px;
	margin-top: -1px;
}
.cars-in-stock .list .item .bottom .price {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	color: #000;
}
.cars-in-stock .list .item .bottom .price p {
	font-size: 1.14em;
	font-weight: 700;
	color: #000;
	margin: 0 5px 0 0;
}
.cars-in-stock .list .item .bottom .price.red p {
	color: #FF1820;
}
.cars-in-stock .list .item .bottom .price span {
	color: #747474;
	font-size: 0.86em;
}
.cars-in-stock .list .item .bottom .button {
	width: 45px;
	height: 45px;
	background: #DDDDE0;
	cursor: pointer;
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.cars-in-stock .list .item .bottom .button:hover {
	background: #CC092F;
}
.cars-in-stock .list .item .bottom .button img {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 4px;
}
.cars-in-stock .list .item .bottom .button img.hover {
	opacity: 0;
}
.cars-in-stock .list .item .bottom .button:hover img {
	opacity: 0;
}
.cars-in-stock .list .item .bottom .button:hover img.hover {
	opacity: 1;
}
.cars-in-stock .button-btn {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-end;
	position: relative;
}
.cars-in-stock .button-btn button {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
}
.cars-in-stock .button-btn button .text {
	padding: 16px 34px 16px 38px;
	background: #0D204A;
	color: #fff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.cars-in-stock .button-btn button:hover .text {
	background: #123071;
}
.cars-in-stock .button-btn button .img {
	position: relative;
	background: #F0F0F0;
	padding: 16px 32px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.cars-in-stock .button-btn button:hover .img {
	background: #DDDDE0;
}
.about-company {
	padding: 65px 0 55px;
	background: url(../images/bg-2.png) no-repeat center;
	background-size: cover;
}
.about-company h5 {
	max-width: 775px;
	margin-bottom: 30px;
	line-height: 1.41;
}
.about-company p {
	margin-bottom: 60px;
}
.about-company .bottom {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.about-company .bottom .about-company-slider {
	width: 48.7%;
	margin-top: 30px;
}
.about-company .bottom .about-company-slider .slick-slide {
	position: relative;
}
.about-company .bottom .about-company-slider .slick-slide .button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.about-company .bottom .about-company-slider .slick-slide .resize {
	position: absolute;
	right: 18px;
	bottom: 18px;
}
.about-company .bottom .about-company-slider .slick-prev {
	position: absolute;
	left: 0;
	top: -42px;
	font-size: 0;
	height: 30px;
	width: 30px;
	border: 2px solid rgba(255, 255, 255, 0.15);
	border-radius: 3px;
	transform: rotate(180deg);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.about-company .bottom .about-company-slider .slick-next {
	position: absolute;
	left: 313px;
	top: -42px;
	font-size: 0;
	height: 30px;
	width: 30px;
	border: 2px solid rgba(255, 255, 255, 0.15);
	border-radius: 3px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.about-company .bottom .about-company-slider .slick-prev:hover,
.about-company .bottom .about-company-slider .slick-next:hover {
	opacity: 0.38;
}
.about-company .bottom .about-company-slider .slick-prev:before,
.about-company .bottom .about-company-slider .slick-next:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 6px;
	height: 10px;
	background: url(../images/arrow-next-white.svg) no-repeat;
	background-size: cover;
	opacity: 0.48;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.about-company .bottom .about-company-slider .slick-prev:hover:before,
.about-company .bottom .about-company-slider .slick-next:hover:before {
	opacity: 0.77;
}
.about-company .bottom .about-company-slider .slick-dots {
	position: absolute;
	top: -33px;
	left: 73px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
}
.about-company .bottom .about-company-slider .slick-dots li {
	padding-left: 0;
	margin-right: 14px;
	width: 5px;
	height: 5px;
	background: #fff;
}
.about-company .bottom .about-company-slider .slick-dots li:before {
	display: none;
}
.about-company .bottom .about-company-slider .slick-dots li.slick-active {
	width: 10px;
	height: 10px;	
}
.about-company .bottom .about-company-slider .slick-dots li button {
	display: none;
}
.about-company .bottom .text {
	width: 51.3%;
	padding-left: 50px;
}
.about-company .bottom .text h6 {
	margin-bottom: 40px;
}
.about-company .bottom .text ul li {
	padding-left: 35px;
	margin-bottom: 15px;
}
.about-company .bottom .text ul li:before {
	width: 10px;
	height: 3px;
	background: #CC092F;
	border-radius: 0;
	left: 0;
	top: 8px;
}
.our-production .inner {
	position: relative;
	padding: 36px 0 92px;
}
.our-production .inner:after {
	content: '';
	position: absolute;
	top: 0;
	right: 83px;
	width: 2px;
	height: 100%;
	background: #E4E4E4;
}
.our-production .inner:before {
	content: '';
	position: absolute;
	top: 0;
	right: 700px;
	background: #F0F0F0;
	height: 100%;
	width: 300%;
}
.our-production h4 {
	margin-bottom: 40px;
	color: #0D204A;
	position: relative;
	padding-left: 25px;
}
.our-production .center {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}
.our-production .center .our-production-slider {
	width: 64.1%;
}
.our-production .center .our-production-slider .slick-prev {
	position: absolute;
	left: 25px;
	bottom: -62px;
	font-size: 0;
	height: 30px;
	width: 30px;
	border: 2px solid rgba(15, 28, 57, 0.15);
	border-radius: 3px;
	transform: rotate(180deg);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.our-production .center .our-production-slider .slick-next {
	position: absolute;
	left: 748px;
	bottom: -62px;
	font-size: 0;
	height: 30px;
	width: 30px;
	border: 2px solid rgba(15, 28, 57, 0.15);
	border-radius: 3px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.our-production .center .our-production-slider .slick-prev:hover,
.our-production .center .our-production-slider .slick-next:hover {
	opacity: 0.61;
}
.our-production .center .our-production-slider .slick-prev:before,
.our-production .center .our-production-slider .slick-next:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 5px;
	height: 10px;
	background: url(../images/arrow-next.svg) no-repeat;
	background-size: cover;
	opacity: 0.51;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.our-production .center .our-production-slider .slick-prev:hover:before,
.our-production .center .our-production-slider .slick-next:hover:before {
	opacity: 0.77;
}
.our-production .center .our-production-slider .slick-dots {
	position: absolute;
	bottom: -53px;
	left: 147px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
}
.our-production .center .our-production-slider .slick-dots li {
	padding-left: 0;
	margin: 0 13px;
	width: 5px;
	height: 5px;
	background: #0F1C39;
	opacity: 0.59;
}
.our-production .center .our-production-slider .slick-dots li:before {
	display: none;
}
.our-production .center .our-production-slider .slick-dots li.slick-active {
	width: 10px;
	height: 10px;
	opacity: 1;
}
.our-production .center .our-production-slider .slick-dots li button {
	display: none;
}
.our-production .center .text {
	width: 35.9%;
	background: url(../images/bg-text.png) no-repeat center;
	background-size: cover;
	padding: 49px 30px 20px 40px;
}
.our-production .center .text h6 {
	position: relative;
	margin-bottom: 30px;
}
.our-production .center .text h6:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -40px;
	height: 3px;
	width: 17px;
	background: #CC092F;
}
.our-production .center .text p {
	line-height: 1.71;
	color: #747F97;
	margin-bottom: 0;
	max-width: 320px;
}
.our-map .inner.first {
	position: relative;
	padding-top: 71px;
}
.our-map .inner.first:before {
	content: '';
	position: absolute;
	top: 0;
	right: 83px;
	width: 2px;
	height: 100%;
	background: #E4E4E4;
}
.our-map .inner.first:after {
	content: '';
	position: absolute;
	top: 71px;
	right: 83px;
	width: 300%;
	height: 2px;
	background: #E4E4E4;
}
.our-map .inner.first div {
	width: 15px;
	height: 15px;
	border: 2px solid #CC092F;
	position: absolute;
	right: 76.5px;
	bottom: -8px;
	z-index: 3;
}
.our-map .inner.first div:after {
	content: '';
	width: 7px;
	height: 7px;
	background: #CC092F;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.our-map h4 {
	padding: 0 32px;
	margin: -22px -32px 44px;
	color: #0D204A;
	background: #fff;
	position: relative;
	z-index: 4;
	display: inline-block;
}
.our-map p {
	max-width: 430px;
	color: #505B72;
}
.our-map .map {
	width: calc(100% + 115px);
	margin-top: -200px;
}
.our-map .map text,
.our-map .map use {
}
.our-map .map.inView #maps_copy_2,
.our-map .map.inView #maps_copy_11,
.our-map .map.inView #maps_copy_20,
.our-map .map.inView #city-9 {
	animation: city-two 0.4s forwards;
}
@keyframes city-two {
	0%   {
		visibility: hidden;
		opacity: 0;
	}
	100% {
		visibility: visible;
		opacity: 1;
	}
}
.our-map .map.inView #maps_copy_3,
.our-map .map.inView #maps_copy_12,
.our-map .map.inView #maps_copy_21,
.our-map .map.inView #city-8 {
	animation: city-three 0.6s forwards;
}
@keyframes city-three {
	0%   {
		visibility: hidden;
		opacity: 0;
	}
	100% {
		visibility: visible;
		opacity: 1;
	}
}
.our-map .map.inView #maps_copy_4,
.our-map .map.inView #maps_copy_13,
.our-map .map.inView #maps_copy_22,
.our-map .map.inView #city-5 {
	animation: city-four 0.7s forwards;
}
@keyframes city-four {
	0%   {
		visibility: hidden;
		opacity: 0;
	}
	100% {
		visibility: visible;
		opacity: 1;
	}
}
.our-map .map.inView #maps_copy_5,
.our-map .map.inView #maps_copy_14,
.our-map .map.inView #maps_copy_23,
.our-map .map.inView #maps_copy_31,
.our-map .map.inView #city-7,
.our-map .map.inView #city-10 {
	animation: city-five 0.9s forwards;
}
@keyframes city-five {
	0%   {
		visibility: hidden;
		opacity: 0;
	}
	100% {
		visibility: visible;
		opacity: 1;
	}
}
.our-map .map.inView #maps_copy_6,
.our-map .map.inView #maps_copy_15,
.our-map .map.inView #maps_copy_24,
.our-map .map.inView #city-4 {
	animation: city-six 1s forwards;
}
@keyframes city-six {
	0%   {
		visibility: hidden;
		opacity: 0;
	}
	100% {
		visibility: visible;
		opacity: 1;
	}
}
.our-map .map.inView #maps_copy_7,
.our-map .map.inView #maps_copy_16,
.our-map .map.inView #maps_copy_25,
.our-map .map.inView #city-6 {
	animation: city-seven 1.1s forwards;
}
@keyframes city-seven {
	0%   {
		visibility: hidden;
		opacity: 0;
	}
	100% {
		visibility: visible;
		opacity: 1;
	}
}
.our-map .map.inView #maps_copy_8,
.our-map .map.inView #maps_copy_17,
.our-map .map.inView #maps_copy_26,
.our-map .map.inView #maps_copy_30,
.our-map .map.inView #city-2 {
	animation: city-eight 1.2s forwards;
}
@keyframes city-eight {
	0%   {
		visibility: hidden;
		opacity: 0;
	}
	100% {
		visibility: visible;
		opacity: 1;
	}
}
.our-map .map.inView #maps_copy_9,
.our-map .map.inView #maps_copy_18,
.our-map .map.inView #maps_copy_27,
.our-map .map.inView #city-3 {
	animation: city-nine 1.4s forwards;
}
@keyframes city-nine {
	0%   {
		visibility: hidden;
		opacity: 0;
	}
	100% {
		visibility: visible;
		opacity: 1;
	}
}
.our-map .map.inView #maps_copy_10,
.our-map .map.inView #maps_copy_19,
.our-map .map.inView #maps_copy_28,
.our-map .map.inView #city-1 {
	animation: city-ten 1.6s forwards;
}
@keyframes city-ten {
	0%   {
		visibility: hidden;
		opacity: 0;
	}
	100% {
		visibility: visible;
		opacity: 1;
	}
}
.our-instagram {
	position: relative;
	margin-bottom: 84px;

}
.our-instagram .inner:before {
	content: '';
	width: 100%;
	height: 2px;
	background: #F0F0F0;
	position: absolute;
	top: 20px;
	left: 0;
}
.our-instagram h4 {
	color: #0D204A;
	padding: 0 32px;
	margin: 0px -32px 22px;
	background: #fff;
	display: inline-block;
	position: relative;
}
.our-instagram p {
	margin-bottom: 34px;
	font-weight: 700;
	font-size: 1.14em;
	color: #505B72;
}
.our-instagram .list-of-posts {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.our-instagram .list-of-posts a {
	width: 12.5%;
	position: relative;
	line-height: 0;
}
.our-instagram .list-of-posts a > * {
	line-height: initial;
}
.our-instagram .list-of-posts a .text {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.our-instagram .list-of-posts a:hover .text {
	opacity: 1;
}
.our-instagram .list-of-posts a .text img {
	margin-right: 5px;
	height: 19px;
}
.our-instagram .list-of-posts a .text span {
	font-size: 1.14em;
	color: #fff;
}
.our-instagram .list-of-posts a .text span.mr {
	margin-right: 15px;
}
.contacts-block .inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 130px;
	position: relative;
}
.contacts-block .inner:before {
	content: '';
	position: absolute;
	top: 9px;
	right: calc(100% + 45px);
	background: #F0F0F0;
	width: 300%;
	height: 2px;
}
.contacts-block .inner:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 25px;
	background: #F0F0F0;
	width: 2px;
	height: 336px;
}
.contacts-block .social-networks {
	width: 22px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.contacts-block .social-networks a {
	margin-bottom: 40px;
}
.contacts-block .social-networks a img {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0.53;
}
.contacts-block .social-networks a:hover img {
	opacity: 1;
}
.contacts-block .text {
	width: calc(46.3% - 22px);
	padding-left: 63px;
	margin-top: -6px;
}
.contacts-block .text h5 {
	margin-bottom: 38px;
	color: #000;
}
.contacts-block .text .title {
	margin-bottom: 8px;
	color: #0D204A;
	font-size: 1.28em;
	font-weight: 700;
}
.contacts-block .text p {
	margin-bottom: 35px;
	color: #474747;
	font-size: 1.14em;
	max-width: 360px;
}
.contacts-block .text .phone {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 8px;
}
.contacts-block .text .phone a {
	color: #000;
	font-size: 1.43em;
	font-weight: 700;
	border-bottom: 1px solid transparent;
}
.contacts-block .text .phone a:hover {
	border-bottom: 1px solid;
}
.contacts-block .text .phone span {
	color: #474747;
	margin-left: 6px;
}
.contacts-block .text .phones {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 45px;
}
.contacts-block .text .phones a.phone-number {
	color: #000000;
	font-size: 1.14em;
	border-bottom: 1px solid transparent;
}
.contacts-block .text .phones a.phone-number:hover {
	border-bottom: 1px solid;
}
.contacts-block .text .phones a.phone-number + a.phone-number {
	margin-left: 10px;
}
.contacts-block .text .phones div {
	width: 100%;
}
.contacts-block .text .phones a.email {
	color: #474747;
	font-size: 1.14em;
	border-bottom: 1px solid;
}
.contacts-block .text .phones a.email:hover {
	border-bottom: 1px solid transparent;
}
.contacts-block .text .time-of-work p {
	margin-bottom: 0;
	color: #474747;
	font-size: 1.14em;
}
.contacts-block .text .time-of-work span {
	color: #000000;
	padding: 0 2px;
}
.contacts-block .yandex-map {
	width: 53.7%;
}
.catalog {
	margin-bottom: 100px;
}
.catalog h4 {
	text-transform: uppercase;
	color: #000;
	margin-bottom: 23px;
	font-weight: 400;
}
.catalog .top {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 42px;
}
.catalog .top .tabs {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
}
.catalog .top .tabs span {
	color: #474747;
	margin-right: 20px;
}
.catalog .top .tabs ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.catalog .top .tabs ul li {
	padding-left: 0;
	margin-right: 5px;
}
.catalog .top .tabs ul li:before {
	display: none;
}
.catalog .top .tabs ul li a {
	display: block;
	padding: 8px 18px;
	color: #000;
	border-radius: 3px;
}
.catalog .top .tabs ul li a:hover,
.catalog .top .tabs ul li a.selected {
	color: #fff;
	background: #0D204A;
}
.catalog .top .right {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
}
.catalog .top .right span {
	color: #474747;
	margin-right: 10px;
}
.catalog .cars-in-stock .list .item {
	width: calc(33.33% - 20px);
}
.card-of-product {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.card-of-product .left {
	width: 68.8%;
	padding-right: 30px;
}
.card-of-product .left .card-of-product-slider {
	margin-bottom: 55px;
}
.card-of-product .left .card-of-product-slider .slick-prev {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 100%;
	background: url(../images/arrow-next-white.svg) no-repeat center rgba(0, 0, 0, 0);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	font-size: 0;
	opacity: 0.59;
	transform: rotate(180deg);
	z-index: 2;
}
.card-of-product .left .card-of-product-slider .slick-next {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 100%;
	background: url(../images/arrow-next-white.svg) no-repeat center rgba(0, 0, 0, 0);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	font-size: 0;
	opacity: 0.59;
	z-index: 2;
}
.card-of-product .left .card-of-product-slider .slick-prev:hover,
.card-of-product .left .card-of-product-slider .slick-next:hover {
	opacity: 1;
	background: url(../images/arrow-next-white.svg) no-repeat center rgba(0, 0, 0, 0.45);
}
.card-of-product .left .title {
	font-size: 1.28em;
	color: #0D204A;
	margin-bottom: 12px;
	font-weight: 700;
}
.card-of-product .left p {
	color: #373737;
	margin-bottom: 40px;
}
.card-of-product .left .specifications {
	margin-bottom: 36px;
}
.card-of-product .left .specifications .row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 13px 20px;
}
.card-of-product .left .specifications .row:nth-child(odd) {
	background: #F0F0F0;
}
.card-of-product .left .specifications .row .left {
	color: #565656;
	width: 50%;
}
.card-of-product .left .specifications .row .right {
	color: #171717;
	text-align: right;
	width: 50%;
}
.card-of-product .right {
	width: 31.2%;
	margin-top: 11px;
}
.card-of-product .right .price {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: flex-end;
	align-items: flex-end;
	margin-bottom: 37px;
}
.card-of-product .right .price span {
	color: #506186;
	margin: 0 5px 5px 0;
}
.card-of-product .right .price p {
	color: #0D204A;
	font-size: 1.71em;
	font-weight: 700;
	margin-bottom: 0;
}
.card-of-product .right button {
	margin-bottom: 43px;
}
.card-of-product .right ul {
	max-width: 211px;
	margin-bottom: 147px;
}
.card-of-product .right ul li {
	padding-left: 23px;
	color: #474747;
	margin-bottom: 10px;
}
.card-of-product .right ul li:before {
	border-radius: 0;
	background: #C8C8C8;
	width: 10px;
	height: 2px;
	left: 0;
	top: 9px;
}
.card-of-product .right .pluses .item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
	padding: 15px 10px 18px 20px;
	position: relative;
	background: #F0F0F0;
}
.card-of-product .right .pluses .item:before {
	content: '';
	position: absolute;
	bottom: 28px;
	left: 0;
	height: 2px;
	width: 63px;
	background: #DBDBDB;
}
.card-of-product .right .pluses .item .img {
	width: 44px;
}
.card-of-product .right .pluses .item .text {
	width: calc(100% - 44px);
	padding-left: 20px;
}
.card-of-product .right .pluses .item .text div {
	margin-bottom: 10px;
	color: #0D204A;
	font-size: 1.14em;
	font-weight: 700;
	text-transform: uppercase;
}
.card-of-product .right .pluses .item .text p {
	color: #506186;
	font-size: 0.86em;
	max-width: 160px;
	margin-bottom: 0px;
}
.card-of-product .right .pluses .item .text a {
	color: #0D204A;
	font-size: 0.86em;
	border-bottom: 1px solid;
}
.card-of-product .right .pluses .item .text a:hover {
	border-bottom: 1px solid transparent;
}
.services {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 150px;
}
.services h4 {
  width: 100%;
	font-weight: 400;
	margin-bottom: 33px;
	text-transform: uppercase;
	color: #000;
}
.services .left {
	width: 68.4%;
	margin-right: 30px;
	background: #F0F0F0;
	padding: 35px 26px 32px; 
}
.services .left p {
	color: #373737;
	line-height: 1.71;
	margin-bottom: 35px;
}
.services .left .title {
	margin-bottom: 30px;
	color: #0D204A;
	font-size: 1.28em;
	font-weight: 700;
}
.services .left ul li {
	padding-left: 23px;
	margin-bottom: 20px;
	color: #474747;
}
.services .left ul li:before {
	border-radius: 0;
	width: 10px;
	height: 2px;
	background: #C8C8C8;
	top: 9px;
	left: 0;
}
.services .right {
	width: calc(31.6% - 30px);
	background: #0D204A;
	padding: 30px 23px;
	height: 100%;
}
.services .right .title {
	margin-bottom: 30px;
	color: #fff;
	max-width: 220px;
	font-weight: 700;
	font-size: 1.57em;
}
.services .right input,
.services .right textarea {
	width: 100%;
	padding: 21px 25px;
	background: #20335D;
	color: #697796;
	margin-bottom: 20px;
}
.services .right textarea {
	margin-bottom: 35px;
	border: none;
}
.services .right input::placeholder,
.services .right textarea::placeholder {
	color: #697796;
}
.services .right input:focus,
.services .right input:focus::placeholder,
.services .right textarea:focus,
.services .right textarea:focus::placeholder {
	color: #D0D6E3;
}
.services .right button {
	margin-bottom: 18px;
}
.services .right p {
	color: #2F4577;
	font-size: 0.86em;
	margin-bottom: 0;
}
.contacts-page h4 {
	margin-bottom: 33px;
	width: 100%;
	color: #000;
	font-weight: 400;
}
.contacts-page .info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 175px;
}
.contacts-page .info .left {
	width: 50%;
	background: #F0F0F0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	padding: 54px 20px 20px 42px;
}
.contacts-page .info .left:before {
	content: '';
	width: 2px;
	height: 150px;
	background: #CEC3C3;
	position: absolute;
	left: 53px;
	bottom: 106px;
}
.contacts-page .info .left .social-networks {
	width: 22px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.contacts-page .info .left .social-networks a {
	margin-bottom: 40px;
}
.contacts-page .info .left .social-networks a img {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0.53;
}
.contacts-page .info .left .social-networks a:hover img {
	opacity: 1;
}
.contacts-page .info .left .text {
	width: calc(100% - 22px);
	position: relative;
	padding-left: 43px;
	margin-top: -6px;
}
.contacts-page .info .left .text h5 {
	margin-bottom: 38px;
	color: #000;
}
.contacts-page .info .left .text .title {
	margin-bottom: 8px;
	color: #0D204A;
	font-size: 1.28em;
	font-weight: 700;
}
.contacts-page .info .left .text p {
	margin-bottom: 35px;
	color: #474747;
	font-size: 1.14em;
	max-width: 360px;
}
.contacts-page .info .left .text .phone {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 8px;
}
.contacts-page .info .left .text .phone a {
	color: #000;
	font-size: 1.43em;
	font-weight: 700;
	border-bottom: 1px solid transparent;
}
.contacts-page .info .left .text .phone a:hover {
	border-bottom: 1px solid;
}
.contacts-page .info .left .text .phone span {
	color: #474747;
	margin-left: 6px;
}
.contacts-page .info .left .text .phones {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 45px;
}
.contacts-page .info .left .text .phones a.phone-number {
	color: #000000;
	font-size: 1.14em;
	border-bottom: 1px solid transparent;
}
.contacts-page .info .left .text .phones a.phone-number:hover {
	border-bottom: 1px solid;
}
.contacts-page .info .left .text .phones a.phone-number + a.phone-number {
	margin-left: 10px;
}
.contacts-page .info .left .text .phones div {
	width: 100%;
}
.contacts-page .info .left .text .phones a.email {
	color: #474747;
	font-size: 1.14em;
	border-bottom: 1px solid;
}
.contacts-page .info .left .text .phones a.email:hover {
	border-bottom: 1px solid transparent;
}
.contacts-page .info .left .text .time-of-work p {
	margin-bottom: 0;
	color: #474747;
	font-size: 1.14em;
}
.contacts-page .info .left .text .time-of-work span {
	color: #000000;
	padding: 0 2px;
}
.contacts-page .info .left .yandex-map {
	width: 50%;
}
.contacts-page .info .yandex-map {
	width: 50%;
}







/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
    position: fixed;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
    top: calc(50% - 223px);
    left: calc(50% - 181px);
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    /*top: 1px;*/ }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    /*margin-top: -54px;*/ }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {

  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

	
table{
    border-spacing: 0px;
    border: 1px solid #000;
	width: auto !important;
}

td {
    border: 1px solid #000;
    padding: 5px;
}
td p {
    margin: 0 !important;
}
.button-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin-top: 2rem;
}
.button-links a {
	white-space: nowrap;
	text-transform: uppercase;
	flex: 1 0 0;
	max-width: 230px;
	width: auto;
}
.simple-slider img {
  width: 100%;
  object-fit: cover;
}
.simple-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.simple-slider .slick-dots li {
  background-color: #0F1C39;
  width: 5px;
  height: 5px;
  padding: 0 !important;
  margin: 13px !important;
  opacity: 0.59;
}
.simple-slider .slick-dots li:before {
  content: none;
}
.simple-slider .slick-dots li.slick-active {
  width: 10px;
  height: 10px;
  opacity: 1;
}
.simple-slider .slick-dots button {
  display: none;
}
.slick-dots li:only-child {
  display: none;
}
/* Base */
.dark-text {
  color: #0F1C39;
}
.sec {
  padding: 60px 0 55px;
}
.sec-title {
  margin-bottom: 30px;
}
.list-reset {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-reset li:before {
  content: none;
}
.d-flex {
  display: flex;
}
.row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
.col {
  padding: 0 15px;
  flex: 1 0 0;
}
.text-150 {
  font-size: 150%;
}
.text-200 {
  font-size: 200%;
}
@media (max-width:991px) {
  .text-150 {
    font-size: 125%;
  }
  .text-200 {
    font-size: 150%;
  }
}
/* Transit Info */
.transit-info .sec-title {
  text-transform: uppercase;
}
.transit-info__trucks {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.transit-info__row {
  align-items: center;
}

.transit-info__trucks li {
  display: flex;
  width: 50%;
  padding: 5px;
}
.transit-info__trucks a {
  display: flex;
}
.transit-info__trucks img {
  display: block;
  object-fit: cover;
}
.transit-info__row + .transit-info__row {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .transit-info__row--reverse {
    flex-direction: row-reverse;
  }
}
@media (max-width:767px) {
  .transit-info__row {
    flex-wrap: wrap;
  }
  .transit-info .col {
    width: 100%;
    flex-basis: 100%;
  }
  .transit-info__text {
    margin-bottom: 30px;
  }
}