@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&subset=cyrillic");
@font-face {
	font-family: KelsonSans;
	src: url(../fonts/KelsonSansLightRU.otf);
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: KelsonSans;
	src: url(../fonts/KelsonSansRegularRU.otf);
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: KelsonSans;
	src: url(../fonts/KelsonSansBoldRU.otf);
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: icomoon;
	src: url(../fonts/icomoon.ttf);
	font-weight: 400;
	font-style: normal
}

[class*=" icon-"],
[class^=icon-] {
	font-family: icomoon!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-rupor:before {
	content: "\e910"
}

.icon-pin:before {
	content: "\e900"
}

.icon-share:before {
	content: "\e901"
}

.icon-home:before {
	content: "\e902"
}

.icon-phone2:before {
	content: "\e903"
}

.icon-arrow-down:before {
	content: "\e904"
}

.icon-arrow-right:before {
	content: "\e905"
}

.icon-clock:before {
	content: "\e906"
}

.icon-corner:before {
	content: "\e907"
}

.icon-cross:before {
	content: "\e908"
}

.icon-money:before {
	content: "\e909"
}

.icon-phone:before {
	content: "\e90a"
}

.icon-plus:before {
	content: "\e90b"
}

.icon-user:before {
	content: "\e90c"
}

.icon-arrow-left:before {
	content: "\e90d"
}

.icon-facebook:before {
	content: "\e90e"
}

.icon-instagram:before {
	content: "\e90f"
}

body,
html {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 14px;
	font-family: PT Sans, sans-serif;
	font-weight: 300;
	color: #333;
	letter-spacing: 0;
	background: #fff
}

html {
	height: 100%
}

body {
	overflow-x: hidden;
	min-height: 100%;
	position: relative;
	/*background-image: url(../img/bg.jpg);*/
	background-position: 0 0;
	background-repeat: repeat
}

* {
	box-sizing: border-box;
	outline: none!important
}

article,
aside,
div,
header,
nav,
section {
	display: block
}

a {
	color: #333;
	text-decoration: none;
	transition: all .3s linear;
	border-bottom: 1px solid #02589a
}

a.border {
	border-color: #333
}

a:not(.disabled):active,
a:not(.disabled):hover {
	color: #ffb400;
	text-decoration: none;
	border-color: #ffb400
}

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

.container {
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1230px
}
.newcontainer {
	max-width: 100%;
	padding: 0 200px;
}
.container.fluid {
	max-width: 1720px
}

.container.main {
	padding-bottom: 80px
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
	font-weight: 500
}

.h1,
h1 {
	font-size: 30px;
	line-height: 40px
}

@media (max-width:767px) {
	.h1,
	h1 {
		font-size: 22px;
		line-height: normal
	}
}

@media (max-width:320px) {
	.h1,
	h1 {
		font-size: 20px
	}
}

.h2,
h2 {
	font-size: 24px
}

.h3,
h3 {
	font-size: 18px
}

.h4,
h4 {
	font-size: 16px
}

.h5,
h5 {
	font-size: 14px
}

.pure-g [class*=pure-u] {
	font-family: PT Sans, sans-serif;
	font-weight: 300;
	position: relative
}

.italic,
i {
	font-style: italic
}

.bold,
b,
strong {
	font-weight: 700
}

p {
	margin: 0 0 10px
}

@-webkit-keyframes a {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	30% {
		-webkit-transform: scaleX(1.25) scaleY(.75);
		transform: scaleX(1.25) scaleY(.75)
	}
	50% {
		-webkit-transform: scaleX(.75) scaleY(1.25);
		transform: scaleX(.75) scaleY(1.25)
	}
	70% {
		-webkit-transform: scaleX(1.15) scaleY(.85);
		transform: scaleX(1.15) scaleY(.85)
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes a {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	30% {
		-webkit-transform: scaleX(1.25) scaleY(.75);
		transform: scaleX(1.25) scaleY(.75)
	}
	50% {
		-webkit-transform: scaleX(.75) scaleY(1.25);
		transform: scaleX(.75) scaleY(1.25)
	}
	70% {
		-webkit-transform: scaleX(1.15) scaleY(.85);
		transform: scaleX(1.15) scaleY(.85)
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.rubberBand:hover {
	-webkit-animation-name: a;
	animation-name: a;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

@-webkit-keyframes b {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	15% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
	30% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	45% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	60% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes b {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	15% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
	30% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	45% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	60% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.pulse2 {
	display: inline-block
}

.pulse2:hover {
	-webkit-animation-name: b;
	animation-name: b;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

.capitalize {
	text-transform: uppercase
}

a.simple {
	border: 0
}

a.white {
	color: #fff;
	border-bottom-color: transparent
}

.normal {
	text-transform: none
}

.medium {
	font-weight: 500!important
}

.section-title {
	text-align: center;
	color: #0b62a5;
	margin: 80px 0 60px;
	/*font-family: KelsonSans;*/
	font-weight: 300;
	font-size: 33px;
}

@media (max-width:767px) {
	.section-title {
		font-size: 21px;
		margin: 30px 0 20px
	}
}

.advantages {
	text-align: center;
	font-size: 18px;
	margin-bottom: 40px
}

.advantages__item {
	cursor: pointer
}

.advantages__item p {
	transition: color .3s linear
}

.advantages__item:hover {
	color: #ffb400
}

.advantages__item:hover img {
	-webkit-animation-name: b;
	animation-name: b;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

.advantages-nissan {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: none
}

.advantages-slider {
	text-align: left;
	position: relative;
	padding-right: 110px
}

.advantages-slider h3 {
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 20px
}

.advantages-slider .slick-dots {
	text-align: left
}

.advantages-slider .slick-dots li {
	vertical-align: middle;
	width: 15px;
	height: 15px
}

.advantages-slider .slick-dots li button {
	display: block
}

.advantages-slider .slick-dots li.slick-active {
	width: 24px;
	height: 24px
}

.advantages-slider .slick-dots li.slick-active button {
	width: 24px;
	height: 24px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-weight: 700;
	background: #ffb400
}

.advantages-slider .slick-arrow.next {
	background: #fff;
	width: 100px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	color: #ffb400;
	right: 0;
	top: 50%;
	margin-top: -25px;
	position: absolute;
	text-align: center
}

@media (max-width:1023px) {
	.advantages-slider {
		padding-right: 0
	}
}

@media (max-width:767px) {
	.advantages-slider h3 {
		font-size: 20px
	}
	.advantages-slider__slide {
		font-size: 14px;
		line-height: 22px
	}
}

@media (max-width:567px) {
	.advantages [class^=pure-u] {
		margin: 20px 0
	}
	.advantages [class^=pure-u] img {
		max-width: 60%
	}
}

._letters {
	opacity: 0
}

._letters.text-init {
	opacity: 1
}

.track {
	background-image: url(../images/track.png);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 35px;
	margin-top: 80px
}

@media (max-width:767px) {
	.track {
		background-size: auto;
		background-position: 50% 50%
	}
}

.gmap {
	position: relative;
	height: 600px;
	margin-top: 110px
}

.gmap-content {
	top: 30px;
	z-index: 5;
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	padding: 15px 40px;
	border-radius: 4px;
	font-size: 18px;
	line-height: 28px;
	white-space: nowrap
}

.gmap-content,
.gmap-content:after {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%)
}

.gmap-content:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 10.5px 0;
	border-color: #fff transparent transparent;
	content: "";
	top: 100%
}

.gmap-content .icon {
	color: #ffb400;
	margin-right: 10px;
	font-size: 16px
}

.gmap-content .sep {
	color: rgba(0, 0, 0, .1);
	margin: 0 15px
}

.gmap #gmap {
	height: 100%
}

@media (max-width:1023px) {
	.gmap {
		height: 400px
	}
}

@media (max-width:767px) {
	.gmap {
		margin-top: 140px
	}
	.gmap-content {
		left: 15px;
		right: 15px;
		-webkit-transform: none;
		transform: none;
		white-space: normal;
		top: auto;
		bottom: 100%
	}
}

@media (max-width:567px) {
	.gmap-content {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 16px
	}
	.gmap-content .sep {
		margin: 0 5px
	}
}

.text-center {
	text-align: center
}

.text-right {
	text-align: right
}

.text-left {
	text-align: left
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.wide {
	margin-left: -15px;
	margin-right: -15px
}

.nopadding {
	padding-right: 0!important
}

.nopadding,
.nopadding-left {
	padding-left: 0!important
}

.nopadding-right {
	padding-right: 0!important
}

.pure-g.grid {
	margin-left: -15px;
	margin-right: -15px
}

.pure-g.grid.wide {
	margin-left: -30px;
	margin-right: -30px
}

.pure-g.grid>[class*=pure-u],
.pure-g.grid>[class^=pure-u] {
	padding-left: 15px;
	padding-right: 15px
}

.pure-g.grid.small {
	margin-left: -5px;
	margin-right: -5px
}

.pure-g.grid.small>[class*=pure-u],
.pure-g.grid.small>[class^=pure-u] {
	padding-left: 5px;
	padding-right: 5px
}

.pure-g.wide {
	margin-left: -30px;
	margin-right: -30px
}

.pt0 {
	padding-top: 0!important
}

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

.dblock {
	display: block
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%
}

.flex>* {
	margin: auto
}

.flex-v {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important
}

.flex-v>* {
	margin-top: auto;
	margin-bottom: auto;
	padding-bottom: 5px;
}

.over-y {
	overflow-y: hidden
}

.over-x {
	overflow-x: hidden
}

.clearfix:after {
	content: ""
}

.clear,
.clearfix:after {
	clear: both;
	display: block
}

.show-lg,
.show-md,
.show-sm,
.show-xl,
.show-xs {
	display: none
}

.mr25 {
	margin-right: 25px
}

.mt0 {
	margin-top: 0!important
}

.relative {
	position: relative!important
}

.full-h {
	height: 100%
}

.full-w {
	width: 100%
}

.fs18 {
	font-size: 18px
}

.fs24 {
	font-size: 24px
}

.fs26 {
	font-size: 26px
}

.static {
	position: static!important
}

.hidden-content {
	display: none
}

.nowrap {
	white-space: nowrap
}

.text-justify {
	text-align: justify
}

.iblock {
	display: inline-block
}

.lh40 {
	line-height: 40px
}

.float .pure-g {
	display: block
}

.float .pure-g:after {
	display: block;
	content: "";
	clear: both
}

.float .pure-g [class*=" pure-u-"],
.float .pure-g [class^=pure-u-] {
	float: left;
	display: block
}

.right-shift {
	margin-right: -30px!important
}

.show-xs {
	display: none
}

@media (max-width:767px) and (min-width:568px) {
	.hidden-sm {
		display: none!important
	}
	.reverse-sm {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
	.pure-u-sm-0 {
		width: 0!important;
		padding: 0!important
	}
}

@media (max-width:1023px) and (min-width:768px) {
	.hidden-md {
		display: none!important
	}
	.reverse-md {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

@media (max-width:1279px) and (min-width:1024px) {
	.hidden-lg {
		display: none!important
	}
}

@media (min-width:1280px) {
	.hidden-xl {
		display: none!important
	}
	.show-xl {
		display: block
	}
	.text-xl-left {
		text-align: left
	}
	.text-xl-right {
		text-align: right
	}
	.text-xl-center {
		text-align: center
	}
}

@media (max-width:1279px) {
	.hidden-lg-max {
		display: none!important
	}
	.show-lg {
		display: block
	}
	.text-lg-left {
		text-align: left
	}
	.text-lg-right {
		text-align: right
	}
	.text-lg-center {
		text-align: center
	}
}

@media (max-width:1023px) {
	.hidden-md-max {
		display: none!important
	}
	.show-md {
		display: block
	}
	.text-md-left {
		text-align: left
	}
	.text-md-right {
		text-align: right
	}
	.text-md-center {
		text-align: center
	}
	.flex-v-md {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.flex-v-md>* {
		margin: auto 0
	}
	.reverse-md-max {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

@media (max-width:767px) {
	.clear-sm {
		float: none
	}
	.hidden-sm-max {
		display: none!important
	}
	.show-sm {
		display: block
	}
	.text-sm-left {
		text-align: left
	}
	.text-sm-right {
		text-align: right
	}
	.text-sm-center {
		text-align: center
	}
	.flex-sm-max {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.flex-sm-max>* {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
	.dblock-sm {
		display: block
	}
	.reverse-sm {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
	.no-float-sm {
		float: none!important
	}
}

.over {
	overflow: hidden!important
}

@media (max-width:567px) {
	.hidden-xs {
		display: none!important
	}
	.reverse-xs {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
	.show-xs {
		display: block
	}
	.text-xs-left {
		text-align: left
	}
	.text-xs-right {
		text-align: right
	}
	.text-xs-center {
		text-align: center
	}
	.pure-u-xs-0 {
		width: 0!important;
		padding: 0!important
	}
	.dblock-xs {
		display: block;
		margin: 10px 0
	}
	.show-xs,
	.xs-iblock {
		display: inline-block
	}
	.xs-iblock {
		text-align: left
	}
	.mb-30-xs {
		margin-bottom: 30px
	}
}

.z100 {
	z-index: 7
}

.pt0 {
	padding-top: 0
}

.pb0,
.pbt0 {
	padding-bottom: 0
}

.pbt0 {
	padding-top: 0
}

.pt5 {
	padding-top: 5px
}

.pb5,
.pbt5 {
	padding-bottom: 5px
}

.pbt5 {
	padding-top: 5px
}

.pt10 {
	padding-top: 10px
}

.pb10,
.pbt10 {
	padding-bottom: 10px
}

.pbt10 {
	padding-top: 10px
}

.pt15 {
	padding-top: 15px
}

.pb15,
.pbt15 {
	padding-bottom: 15px
}

.pbt15 {
	padding-top: 15px
}

.pt20 {
	padding-top: 20px
}

.pb20,
.pbt20 {
	padding-bottom: 20px
}

.pbt20 {
	padding-top: 20px
}

.pt25 {
	padding-top: 25px
}

.pb25,
.pbt25 {
	padding-bottom: 25px
}

.pbt25 {
	padding-top: 25px
}

.pt30 {
	padding-top: 30px
}

.pb30,
.pbt30 {
	padding-bottom: 30px
}

.pbt30 {
	padding-top: 30px
}

.pt35 {
	padding-top: 35px
}

.pb35,
.pbt35 {
	padding-bottom: 35px
}

.pbt35 {
	padding-top: 35px
}

.pt40 {
	padding-top: 40px
}

.pb40,
.pbt40 {
	padding-bottom: 40px
}

.pbt40 {
	padding-top: 40px
}

.pt45 {
	padding-top: 45px
}

.pb45,
.pbt45 {
	padding-bottom: 45px
}

.pbt45 {
	padding-top: 45px
}

.pt50 {
	padding-top: 50px
}

.pb50,
.pbt50 {
	padding-bottom: 50px
}

.pbt50 {
	padding-top: 50px
}

.pt55 {
	padding-top: 55px
}

.pb55,
.pbt55 {
	padding-bottom: 55px
}

.pbt55 {
	padding-top: 55px
}

.pt60 {
	padding-top: 60px
}

.pb60,
.pbt60 {
	padding-bottom: 60px
}

.pbt60 {
	padding-top: 60px
}

.pt65 {
	padding-top: 65px
}

.pb65,
.pbt65 {
	padding-bottom: 65px
}

.pbt65 {
	padding-top: 65px
}

.pt70 {
	padding-top: 70px
}

.pb70,
.pbt70 {
	padding-bottom: 70px
}

.pbt70 {
	padding-top: 70px
}

.pt75 {
	padding-top: 75px
}

.pb75,
.pbt75 {
	padding-bottom: 75px
}

.pbt75 {
	padding-top: 75px
}

.pt80 {
	padding-top: 80px
}

.pb80,
.pbt80 {
	padding-bottom: 80px
}

.pbt80 {
	padding-top: 80px
}

.pt85 {
	padding-top: 85px
}

.pb85,
.pbt85 {
	padding-bottom: 85px
}

.pbt85 {
	padding-top: 85px
}

.pt90 {
	padding-top: 90px
}

.pb90,
.pbt90 {
	padding-bottom: 90px
}

.pbt90 {
	padding-top: 90px
}

.pt95 {
	padding-top: 95px
}

.pb95,
.pbt95 {
	padding-bottom: 95px
}

.pbt95 {
	padding-top: 95px
}

.pt100 {
	padding-top: 100px
}

.pb100,
.pbt100 {
	padding-bottom: 100px
}

.pbt100 {
	padding-top: 100px
}

.pt105 {
	padding-top: 105px
}

.pb105,
.pbt105 {
	padding-bottom: 105px
}

.pbt105 {
	padding-top: 105px
}

.pt110 {
	padding-top: 110px
}

.pb110,
.pbt110 {
	padding-bottom: 110px
}

.pbt110 {
	padding-top: 110px
}

.mt0 {
	margin-top: 0
}

.mb0 {
	margin-bottom: 0
}

.ml0 {
	margin-left: 0 px
}

.mbt0 {
	margin-top: 0;
	margin-bottom: 0
}

.mt5 {
	margin-top: 5px
}

.mb5 {
	margin-bottom: 5px
}

.ml5 {
	margin-left: 5 px
}

.mbt5 {
	margin-top: 5px;
	margin-bottom: 5px
}

.mt10 {
	margin-top: 10px
}

.mb10 {
	margin-bottom: 10px
}

.ml10 {
	margin-left: 10 px
}

.mbt10 {
	margin-top: 10px;
	margin-bottom: 10px
}

.mt15 {
	margin-top: 15px
}

.mb15 {
	margin-bottom: 15px
}

.ml15 {
	margin-left: 15 px
}

.mbt15 {
	margin-top: 15px;
	margin-bottom: 15px
}

.mt20 {
	margin-top: 20px
}

.mb20 {
	margin-bottom: 20px
}

.ml20 {
	margin-left: 20 px
}

.mbt20 {
	margin-top: 20px;
	margin-bottom: 20px
}

.mt25 {
	margin-top: 25px
}

.mb25 {
	margin-bottom: 25px
}

.ml25 {
	margin-left: 25 px
}

.mbt25 {
	margin-top: 25px;
	margin-bottom: 25px
}

.mt30 {
	margin-top: 30px
}

.mb30 {
	margin-bottom: 30px
}

.ml30 {
	margin-left: 30 px
}

.mbt30 {
	margin-top: 30px;
	margin-bottom: 30px
}

.mt35 {
	margin-top: 35px
}

.mb35 {
	margin-bottom: 35px
}

.ml35 {
	margin-left: 35 px
}

.mbt35 {
	margin-top: 35px;
	margin-bottom: 35px
}

.mt40 {
	margin-top: 40px
}

.mb40 {
	margin-bottom: 40px
}

.ml40 {
	margin-left: 40 px
}

.mbt40 {
	margin-top: 40px;
	margin-bottom: 40px
}

.mt45 {
	margin-top: 45px
}

.mb45 {
	margin-bottom: 45px
}

.ml45 {
	margin-left: 45 px
}

.mbt45 {
	margin-top: 45px;
	margin-bottom: 45px
}

.mt50 {
	margin-top: 50px
}

.mb50 {
	margin-bottom: 50px
}

.ml50 {
	margin-left: 50 px
}

.mbt50 {
	margin-top: 50px;
	margin-bottom: 50px
}

.mt55 {
	margin-top: 55px
}

.mb55 {
	margin-bottom: 55px
}

.ml55 {
	margin-left: 55 px
}

.mbt55 {
	margin-top: 55px;
	margin-bottom: 55px
}

.mt60 {
	margin-top: 60px
}

.mb60 {
	margin-bottom: 60px
}

.ml60 {
	margin-left: 60 px
}

.mbt60 {
	margin-top: 60px;
	margin-bottom: 60px
}

.mt65 {
	margin-top: 65px
}

.mb65 {
	margin-bottom: 65px
}

.ml65 {
	margin-left: 65 px
}

.mbt65 {
	margin-top: 65px;
	margin-bottom: 65px
}

.mt70 {
	margin-top: 70px
}

.mb70 {
	margin-bottom: 70px
}

.ml70 {
	margin-left: 70 px
}

.mbt70 {
	margin-top: 70px;
	margin-bottom: 70px
}

.mt75 {
	margin-top: 75px
}

.mb75 {
	margin-bottom: 75px
}

.ml75 {
	margin-left: 75 px
}

.mbt75 {
	margin-top: 75px;
	margin-bottom: 75px
}

.mt80 {
	margin-top: 80px
}

.mb80 {
	margin-bottom: 80px
}

.ml80 {
	margin-left: 80 px
}

.mbt80 {
	margin-top: 80px;
	margin-bottom: 80px
}

.mt85 {
	margin-top: 85px
}

.mb85 {
	margin-bottom: 85px
}

.ml85 {
	margin-left: 85 px
}

.mbt85 {
	margin-top: 85px;
	margin-bottom: 85px
}

.mt90 {
	margin-top: 90px
}

.mb90 {
	margin-bottom: 90px
}

.ml90 {
	margin-left: 90 px
}

.mbt90 {
	margin-top: 90px;
	margin-bottom: 90px
}

.mt95 {
	margin-top: 95px
}

.mb95 {
	margin-bottom: 95px
}

.ml95 {
	margin-left: 95 px
}

.mbt95 {
	margin-top: 95px;
	margin-bottom: 95px
}

.mt100 {
	margin-top: 100px
}

.mb100 {
	margin-bottom: 100px
}

.ml100 {
	margin-left: 100 px
}

.mbt100 {
	margin-top: 100px;
	margin-bottom: 100px
}

.mt105 {
	margin-top: 105px
}

.mb105 {
	margin-bottom: 105px
}

.ml105 {
	margin-left: 105 px
}

.mbt105 {
	margin-top: 105px;
	margin-bottom: 105px
}

.mt110 {
	margin-top: 110px
}

.mb110 {
	margin-bottom: 110px
}

.ml110 {
	margin-left: 110 px
}

.mbt110 {
	margin-top: 110px;
	margin-bottom: 110px
}

.slick-slider {
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
	position: relative;
	display: block
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block
}

.slick-track:after,
.slick-track:before {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.btn {
	display: inline-block;
	height: 50px;
	border-radius: 4px;
	cursor: pointer;
	transition: all .3s linear;
	border: 0;
	line-height: 50px;
	text-align: center;
	padding: 0 25px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 0 3px 5px rgba(0, 0, 0, .2)
}

.btn-red {
	/*box-shadow: 0 7px 20px 0 rgba(255, 49, 59, .55);*/
	background-color: #17903b;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .2) 0, hsla(0, 0%, 100%, .1) 24%, rgba(0, 0, 0, .2) 25%, transparent);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=0);
	color: #fff!important
}

.btn-red:hover {
	background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#00ffffff", GradientType=0)
}

.btn-red:active {
	box-shadow: none
}

.btn-white {
	height: 40px;
	line-height: 36px;
	border: 2px solid #fff;
	background: #02599a;
	color: #fff
}

.btn-white:hover {
	background: #fff;
	color: #333
}

.btn-border {
	height: 40px;
	line-height: 36px;
	border: 2px solid #ffb400;
	border-radius: 4px;
	text-transform: uppercase;
	background: transparent
}

.btn-border:hover {
	color: #fff!important;
	background: #ffb400
}

.btn.show-block {
	position: relative
}

.btn.show-block .icon {
	position: absolute;
	right: 15px;
	transition: all .3s linear;
	color: #ffb400;
	top: 0;
	bottom: 0;
	font-size: 28px
}

.btn.show-block.active .icon {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg)
}

.btn.full-w {
	padding: 0;
	display: block;
	text-align: center
}

.btn.thin {
	height: 40px;
	line-height: 40px
}

.navigation {
	padding-top: 13px;
	padding-bottom: 13px;
	margin-top: 12px;
	text-align: left;
}

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

.navigation ul li {
	display: inline-block;
	padding: 0 5px
}

.navigation ul li:last-of-type {
	padding-right: 0
}

.navigation ul li a:not(.navigation__phone) {
	display: block;
	border: 0;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700
}

.navigation ul li a:not(.navigation__phone).current,
.navigation ul li a:not(.navigation__phone):hover {
	background: #ffb400;
	color: #fff
}

.navigation__phone {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	border: 0
}

.navigation__phone .icon {
	color: #50a0b4;
	font-size: 20px;
	margin-right: 10px;
	line-height: 1;
	vertical-align: sub
}

@media (min-width:1024px) and (max-width:1279px) {
	.navigation ul li {
		padding: 0
	}
	.navigation ul li a {
		font-size: 11px!important;
		padding: 0px 10px !important;
	}
	.fs h1 {
		font-size: 48px;
	}
}

@media (max-width:1023px) {
	.navigation {
		text-align: center
	}
	.navigation ul li {
		padding: 0 5px;
		display: block
	}
}

@media (max-width:1023px) {
	.navigation-mob {
		top: 100%;
		transition: all .3s linear;
		background: #f5f5f5;
		border-top: rgba(0, 0, 0, .1)
	}
	.navigation {
		padding: 0;
		margin-top: 0;
	}
	.navigation-mob.opened {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translate(0);
		transform: translate(0)
	}
}

@media (max-width:567px) {
	.header .user-info {
		position: relative!important;
		left: 0!important;
		top: auto;
		bottom: auto;
		right: 0!important;
		height: auto!important;
		line-height: normal!important;
		text-align: left;
		display: block!important;
		margin: 0 15px!important;
		padding-top: 10px!important;
		padding-bottom: 10px!important
	}
	.header .user-info__name {
		display: block;
		margin-left: 10px;
		margin-bottom: 10px
	}
	.header .user-info>.icon:before {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		display: block
	}
}

.form-block {
	margin-bottom: 20px;
	position: relative
}

.form-block label.title {
	line-height: 1;
	color: #7a8fb4;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700
}

.form-block.small {
	margin-bottom: 10px
}

.form-title {
	text-align: center;
	color: #ffffff;
	margin: 80px 0 60px;
	/*font-family: KelsonSans;*/
	font-weight: 300;
	font-size: 33px;
	margin: 0 0 20px;
	text-align: center;
}

@media (max-width:767px) {
	.form-title {
		font-size: 25px;
		margin: 0px 0 20px;
	}
	
	
}

.form [type=email],
.form [type=password],
.form [type=tel],
.form [type=text],
.form textarea {
	width: 100%;
	height: 40px;
	border-radius: 4px;
	border: 0;
	padding: 0 15px;
	color: #333
}

.form [type=email].border,
.form [type=password].border,
.form [type=tel].border,
.form [type=text].border,
.form textarea.border {
	border: 1px solid #e5e5e5
}

.form [type=email]::-moz-placeholder,
.form [type=password]::-moz-placeholder,
.form [type=tel]::-moz-placeholder,
.form [type=text]::-moz-placeholder,
.form textarea::-moz-placeholder {
	color: #666
}

.form [type=email]:-ms-input-placeholder,
.form [type=password]:-ms-input-placeholder,
.form [type=tel]:-ms-input-placeholder,
.form [type=text]:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
	color: #666
}

.form [type=email]::-webkit-input-placeholder,
.form [type=password]::-webkit-input-placeholder,
.form [type=tel]::-webkit-input-placeholder,
.form [type=text]::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
	color: #666
}

/*.form [type=email],
.form [type=tel],
.form [type=text].name {
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: 17px 50%
}*/

/*.form [type=email] {
	background-image: url(../img/mail.svg);
	background-position: 15px 50%
}*/

/*.form [type=tel] {
	background-image: url(../img/phone.svg)
}*/

/*.form [type=text].name {
	background-image: url(../img/man.svg)
}*/

.form textarea {
	padding: 10px 15px;
	resize: none;
	height: 122px
}

.form .ui.dropdown {
	width: 100%;
	height: 40px;
	border-radius: 4px;
	position: relative;
	border: 0;
	min-width: 50px
}

.form .ui.selection.dropdown>.dropdown.icon {
	right: 0;
	width: 30px;
	padding: 0!important;
	line-height: 40px;
	text-align: center;
	top: 0;
	margin: 0;
	background: #f5f5f5;
	transition: all .3s linear;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	display: block;
	height: 100%!important
}

.form .ui.selection.dropdown>.dropdown.icon:after,
.form .ui.selection.dropdown>.dropdown.icon:before {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0
}

.form .ui.selection.dropdown>.dropdown.icon:after {
	margin: -10px 0 0 -10px
}

.form .ui.selection.dropdown:hover>.dropdown.icon {
	background: #ffb400;
	color: #fff
}

.form .ui.selection.dropdown.active>.dropdown.icon {
	border-bottom-right-radius: 0
}

.form .ui.selection.dropdown .menu {
	margin: 0;
	border: 0;
	width: 100%;
	min-width: 100%
}

.form .tabs-headers {
	margin-bottom: 10px;
	min-width: 0;
	padding-top: 15px
}

.form .tabs-headers:after {
	content: "";
	display: block;
	clear: both
}

.form .tabs-headers a {
	border: 1px solid transparent;
	border-radius: 4px;
	font-weight: 700;
	line-height: 34px;
	font-size: 16px;
	height: 36px
}

.form .tabs-headers a:before {
	position: absolute;
	left: 50%;
	top: 100%;
	width: 12px;
	height: 8px;
	margin-top: -1px;
	content: "";
	display: block;
	margin-left: -6px;
	background-image: url(../img/arrow.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	opacity: 0;
	transition: all .3s linear
}

.form .tabs-headers a.current {
	border-color: hsla(0, 0%, 100%, .2)
}

.form .tabs-headers a.current:before {
	opacity: 1
}

.form .tabs-headers a.current span {
	opacity: 1;
	border-bottom-color: transparent!important
}

.form .tabs-headers a>span {
	color: #fff;
	opacity: .5;
	transition: all .3s linear;
	border-bottom: 1px dashed hsla(0, 0%, 100%, .5);
	line-height: normal
}

.form .tabs-headers a:hover>span {
	opacity: 1;
	border-color: #fff
}

@media (min-width:1280px) {
	.form .tabs-headers a {
		font-size: 18px
	}
}

@media (max-width:767px) {
	.form .tabs-headers a .show-sm,
	.form .tabs-headers a .show-xs {
		display: inline-block
	}
}

@media (max-width:567px) {
	.form .tabs-headers a {
		width: 49%;
		display: block;
		float: left;
		margin: .5%;
		line-height: normal;
		padding: 8px 10px;
		height: auto;
		font-size: 14px;
		text-align: center
	}
}

.prettycheckbox a,
.prettyradio a {
	transition: none;
	border: 0
}

@media (max-width:567px) {
	.prettycheckbox label,
	.prettyradio label {
		margin-left: 30px;
		float: none
	}
	.prettycheckbox a,
	.prettyradio a {
		float: left
	}
}

.validation-popup {
	background: #ffb400;
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
	position: absolute;
	left: 15px;
	top: 70%;
	z-index: 4
}

.validation-popup:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 7px;
	border-color: transparent transparent #ffb400;
	content: "";
	display: block;
	position: absolute;
	left: 15px;
	bottom: 100%;
	margin-bottom: -1px
}

.modal-form {
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9;
	visibility: hidden;
	opacity: 0;
	margin-top: 30px;
	transition: all .3s linear;
	width: 90%;
	max-width: 460px
}

.modal-form.opened {
	margin: 0;
	visibility: visible;
	opacity: 1
}

.modal-form .form {
	border-radius: 8px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	padding: 15px 30px;
	background: #02599a;
	color: #fff
}

.modal-form .form h3 {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	margin-top: 0
}

.modal-form .close-form {
	z-index: 1;
	font-size: 20px
}

.header {
	top: 0;
	left: 0;
	right: 0;
	z-index: 6;
	position: absolute;
	transition: all .3s linear
}

.header-middle .container {
	background: #f5f5f5;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .3);
}

.header-top {
	text-align: right;
	color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 16px
}

.header-top a {
	color: #ffffff;
	border-bottom-color: transparent
}

.header-top span {
	margin: 0 15px;
	opacity: .5
}

.header .logo {
	border: 0;
	display: block;
	font-size: 15px;
	padding-left: 70px;
	/*background-image: url(../img/logo.png);*/
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 52px;
	padding-top: 5px;
	/*margin-top: 15px;*/
	margin-bottom: 12px
}

.header .logo img {
	display: block;
	margin-bottom: 3px
}

.header .logo-wrapp,
.header .user-info {
	background: #fff;
	position: relative
}

.header .user-info {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0 20px 0 45px;
	overflow: hidden
}

.header .user-info__messages {
	margin-left: 10px;
	position: relative
}

.header .user-info__messages sup {
	color: #fff;
	position: absolute;
	left: 100%;
	margin-left: -5px;
	top: -5px;
	width: 15px;
	height: 15px;
	background: #ffb400;
	border-radius: 50%;
	display: inline-block;
	font-size: 10px;
	text-align: center;
	line-height: 15px
}

.header .user-info__name {
	text-decoration: none;
	border-color: transparent
}

.header .user-info>.icon {
	position: absolute;
	left: 0;
	width: 40px;
	top: 0;
	bottom: 0;
	color: #fff;
	line-height: 40px;
	text-align: center;
	background: #50a0b4;
	font-size: 20px
}

.header.scroll {
	position: fixed;
	background: #fff;
	-webkit-transform: translate3D(0, 0, 0);
	transform: translate3D(0, 0, 0);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3)
}

.header.scroll .header-middle .container {
	box-shadow: none
}

.header.scroll .header-top {
	display: none
}

@media (min-width:1024px) {
	.header.scroll {
		background: #f5f5f5
	}
	.header.scroll .logo-wrapp:before {
		position: absolute;
		right: 100%;
		top: 0;
		bottom: 0;
		min-width: 100vw;
		content: "";
		display: block;
		background: #fff
	}
}

@media (max-width:1023px) {
	.header .user-info {
		position: absolute;
		right: 15px;
		top: 0
	}
	.header .header-top {
		display: none
	}
	.newcontainer {
		padding: 0 10px;
	}
}

@media (max-width:767px) {
	.header {
		background: #fff
	}
	.header .logo {
		margin-top: 10px;
		margin-bottom: 10px
	}
	.header .logo-wrapp:before {
		display: none
	}
}

@media (max-width:567px) {
	.header .logo {
		font-size: 11px;
		min-height: 50px;
		background-size: contain;
		padding-top: 10px;
		padding-left: 60px
	}
}

.m-menu {
	width: 40px;
	position: relative;
	margin: auto 0;
	height: 25px
}

.m-menu>* {
	display: block;
	height: 3px;
	background: #50a0b4;
	margin: 0 auto;
	transition: all .2s linear;
	opacity: 1
}

.m-menu>:nth-of-type(2) {
	margin: 6px 10px 6px 0
}

.m-menu.active>:first-of-type {
	-webkit-transform: rotate(45deg) translate3d(7px, 5px, 0);
	transform: rotate(45deg) translate3d(7px, 5px, 0)
}

.m-menu.active>:nth-of-type(2) {
	margin: 0 auto;
	opacity: 0
}

.m-menu.active>:nth-of-type(3) {
	-webkit-transform: rotate(-45deg) translate3d(-1px, 3px, 0);
	transform: rotate(-45deg) translate3d(-1px, 3px, 0)
}

.tabs-headers a {
	display: inline-block;
	padding: 0 10px;
	position: relative
}

.tabs-content {
	display: none
}

@media (max-width:567px) {
	.tabs {
		overflow-x: auto;
		padding-bottom: 30px
	}
	.tabs-headers {
		min-width: 500px
	}
}

.tabs-head {
	display: none;
	text-align: center;
	margin: 20px 0
}

.tabs-head a {
	border: 1px solid transparent;
	border-radius: 4px;
	font-weight: 700;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	padding: 0 5px;
	position: relative;
	display: inline-block
}

.tabs-head a:before {
	position: absolute;
	left: 50%;
	top: 100%;
	width: 12px;
	height: 8px;
	margin-top: -1px;
	content: "";
	display: block;
	margin-left: -6px;
	background-image: url(../images/arrow.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	opacity: 0;
	transition: all .3s linear
}

.tabs-head a span {
	color: #fff;
	opacity: .5;
	transition: all .3s linear;
	border-bottom: 1px dashed hsla(0, 0%, 100%, .5);
	line-height: normal;
	margin: auto
}

.tabs-head.current a {
	border-color: hsla(0, 0%, 100%, .2)
}

.tabs-head.current a:before {
	opacity: 1
}

.tabs-head.current a span {
	opacity: 1;
	border-bottom-color: transparent!important
}

@media (max-width:567px) {
	.tabs-head {
		display: block
	}
}

.picking {
	height: 50px;
	position: relative;
	margin-top: -50px;
	margin-right: 100px;
	text-align: center
}

.picking,
.picking:after,
.picking:before {
	background-color: #ffb400;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .2) 0, hsla(0, 0%, 100%, .1) 24%, rgba(0, 0, 0, .2) 25%, transparent);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=0);
	box-shadow: 0 7px 20px 0 rgba(255, 49, 59, .55)
}

.picking:after,
.picking:before {
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	width: 100%;
	min-width: 100vw;
	content: "";
	display: block
}

.picking:after {
	display: none;
	right: auto;
	left: 100%
}

.picking-car {
	width: 611px;
	height: 142px;
	position: absolute;
	top: 0;
	margin-top: -55px;
	right: -160px;
	background-image: url(../images/car.png);
	background-position: 0 0;
	background-repeat: no-repeat
}

.picking a {
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 3px 5px rgba(0, 0, 0, .2);
	display: block;
	border: 0;
	line-height: 50px;
	position: relative;
	z-index: 1
}

.picking a:hover {
	color: #02599a
}

@media (max-width:1023px) {
	.picking {
		margin-right: 0
	}
	.picking:after {
		display: block
	}
	.picking-car {
		display: none
	}
}

@media (max-width:567px) {
	.picking a {
		font-size: 16px
	}
}

.footer {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #02599a;
	color: #fff;
	font-size: 16px;
	line-height: 26px
}

.footer-title {
	font-weight: 700;
	font-size: 16px;
	color: #92a1bc;
	text-transform: uppercase
}

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

.footer-block {
	position: relative;
	height: 100%
}

.footer-block:after {
	position: absolute;
	right: -15px;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #92a1bc;
	content: ""
}

.footer-contact {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px
}

.footer-contact>.icon {
	position: absolute;
	left: 0;
	top: 0;
	color: #ffb400
}

.footer a {
	color: #fff
}

.footer-form {
	margin: 15px 0 20px
}

@media (max-width:567px) {
	.footer {
		line-height: 30px;
		padding-top: 10px;
		padding-bottom: 15px
	}
}

@media (max-width:1023px) {
	.footer-item:nth-of-type(2) .footer-block:after {
		display: none
	}
	.footer-item:last-of-type {
		margin-top: 20px
	}
}

@media (max-width:567px) {
	.footer-item {
		margin-top: 20px
	}
	.footer-item .footer-block:after {
		display: none
	}
	.footer-form .btn {
		margin-top: 15px
	}
}

.socials a {
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	color: #333;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 50%;
	margin-right: 10px;
	border: 0;
	text-align: center
}

#popup {
	position: fixed;
	background: #fff;
	z-index: 7;
	visibility: hidden;
	opacity: 0;
	transition: all .3s linear;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

#popup.opened {
	opacity: .6;
	visibility: visible
}

.popup-form {
	z-index: 8;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotateX(90deg);
	transform: translate(-50%, -50%) rotateX(90deg);
	transition: all .3s linear;
	visibility: hidden;
	opacity: 0;
	max-width: 970px;
	height: 500px;
	background: #02599a;
	color: #fff;
	padding: 0 15px 0 70px;
	width: 86%;
	border-radius: 8px;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
	line-height: 26px
}

.popup-form.opened {
	-webkit-transform: translate(-50%, -50%) rotateX(0);
	transform: translate(-50%, -50%) rotateX(0);
	visibility: visible;
	opacity: 1
}

.popup-form h3 {
	display: block;
	text-align: center;
	font-size: 20px;
	margin-top: 0
}

.popup-form .content {
	overflow-y: auto;
	height: 100%;
	padding-right: 3px
}

.popup-form .content ul {
	list-style: none;
	padding: 0 0 0 20px
}

.popup-form .content ul li {
	position: relative
}

.popup-form .content ul li:before {
	background: #ffb400;
	border-radius: 50%;
	width: 4px;
	height: 4px;
	content: "";
	position: absolute;
	left: -20px;
	top: 13px
}

.popup-form #ajax-form__content {
	height: 100%;
	padding: 40px 0 30px
}

@media (max-width:567px) {
	.popup-form {
		padding-left: 15px
	}
}

.close-form {
	transition: all .3s linear;
	position: absolute;
	color: #ffb400;
	right: 10px;
	top: 10px;
	font-size: 32px;
	cursor: pointer
}

.close-form:hover {
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn)
}

.popup-arrow {
	position: absolute;
	top: 50%;
	font-size: 10px;
	color: #ffb400;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all .3s linear;
	background: #02599a;
	height: 50px;
	width: 70px;
	text-align: center;
	line-height: 50px
}

.popup-arrow.prev {
	left: -70px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.popup-arrow.next {
	right: -70px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.popup-arrow:hover {
	color: #fff
}

@media (max-width:1023px) {
	.popup-arrow {
		display: none
	}
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 8px;
	background: #fff
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 8px;
	background: hsla(0, 0%, 100%, .1)
}

#order {
	max-width: 460px;
	padding: 40px;
	height: auto
}

@media (max-width:567px) {
	#order {
		padding: 40px 20px 20px
	}
}

.fs {
	background-image: url(../img/header.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	color: #fff;
	min-height: 780px;
	position: relative
}

.fs-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-40%);
	transform: translateY(-40%)
}

.fs p {
	font-size: 30px;
	line-height: 40px;
	color: #ffffff;
	text-shadow: 0px 3px 9px rgba(0, 0, 0, 0.98), 1px -2px 25px rgba(19, 17, 17, 0.7);
}

.fs .h1,
.fs h1 {
	font-weight: 300;
	/*font-family: KelsonSans;*/
	margin-bottom: 15px;
	font-size: 50px;
	line-height: normal;
	color: #ffffff;
	margin-top: 0;
	
	    text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.98), 0px 0px 6px rgba(19, 17, 17, 0.7);
}

.fs-bottom {
	position: absolute;
	bottom: 100px;
	left: 0;
	right: 0
}

.fs .form {
	padding: 30px 30px 10px;
	background: #02599a;
	border-radius: 8px;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2)
}

.fs .form h3 {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	margin-top: 0
}

.fs .form [type=submit] {
	height: 40px;
	line-height: 40px
}

.fs-partners {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 20px 20px 20px 0
}

.fs-partners,
.fs-partners:before {
	position: absolute;
	bottom: 0;
	background: #fff
}

.fs-partners:before {
	content: "";
	display: block;
	right: 100%;
	top: 0;
	min-width: 100%;
	width: 100vw
}

.fs-partners a {
	border: 0;
	margin-right: 10px
}

.fs-partners a:last-of-type {
	margin-right: 0
}

.fs .down-btn {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 100%;
	margin-top: -25px;
	left: 50%;
	margin-left: -25px;
	border-radius: 50%;
	background: #ffb400;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	text-align: center;
	border: 0;
	line-height: 50px;
	color: #fff
}

@media (max-width:1023px) {
	.fs {
		padding-top: 40px;
		background-size: auto 50%;
		background-position: 50% 0;
		min-height: 640px
	}
	.fs-bottom {
		left: 0;
		right: 0
	}
	.fs-wrapper {
		position: relative;
		-webkit-transform: none;
		transform: none
	}
	.fs-partners {
		position: relative;
		margin: 30px 0;
		display: inline-block
	}
	.fs .down-btn {
		display: none
	}
	.fs p {
		font-size: 24px;
		line-height: 34px
	}
	.fs .h1,
	.fs h1 {
		margin-top: 40px;
		font-size: 40px
	}
}

@media (max-width:567px) {
	.fs {
		background-size: auto 50%
	}
	.fs .form {
		padding-left: 15px;
		padding-right: 15px
	}
	.fs .h1,
	.fs h1 {
		font-size: 30px;
		text-align: center;
		margin-bottom: 0
	}
	.fs p {
		line-height: 30px;
		font-size: 20px;
		text-align: center
	}
	.fs-partners {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 0;
		text-align: left;
		width: 60%;
		margin-top: 0
	}
	.fs-partners a {
		max-width: 25%;
		display: inline-block;
		vertical-align: middle;
		margin-right: 5px
	}
}

.steps-blocks {
	background-image: url(../images/steps.png);
	background-position: 50% 100%;
	background-repeat: no-repeat;
	height: 600px;
	position: relative
}

.steps-item {
	position: absolute;
	font-weight: 700;
	font-size: 18px;
	width: 170px;
	text-align: center;
	cursor: pointer;
	display: block;
	border: 0
}

.steps-item .num {
	background-color: #02599a;
	display: block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	box-shadow: 0 7px 20px 0 rgba(36, 52, 80, .55);
	color: #fff;
	font-size: 40px;
	font-family: KelsonSans;
	text-align: center;
	margin: 0 auto 10px;
	border-radius: 50%;
	transition: all .3s linear;
	position: relative;
	font-weight: 300;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .1) 52%, rgba(78, 78, 78, .1) 59%, hsla(0, 0%, 100%, .2) 75%, rgba(0, 0, 0, .1) 76%, rgba(0, 0, 0, .2));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a000000", endColorstr="#33000000", GradientType=0)
}

.steps-item .num:after,
.steps-item .num:before {
	position: absolute;
	content: "";
	transition: all .3s linear;
	border-radius: 50%;
	border: 1px solid #02599a;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	opacity: 0
}

.steps-item.current .num,
.steps-item:hover .num {
	background-color: #ffb400;
	box-shadow: 0 7px 20px 0 rgba(169, 0, 9, .55)
}

.steps-item.current .num:after,
.steps-item.current .num:before,
.steps-item:hover .num:after,
.steps-item:hover .num:before {
	border-color: #ffb400
}

.steps-item.current .num:before,
.steps-item:hover .num:before {
	left: -5px;
	top: -5px;
	right: -5px;
	bottom: -5px;
	opacity: .4
}

.steps-item.current .num:after,
.steps-item:hover .num:after {
	left: -15px;
	top: -15px;
	right: -15px;
	bottom: -15px;
	opacity: .1
}

.steps-item.si-1 {
	top: 340px;
	left: 30px
}

.steps-item.si-2 {
	top: 125px;
	left: 130px
}

.steps-item.si-3 {
	top: 0;
	left: 370px
}

.steps-item.si-6 {
	top: 340px;
	right: 30px
}

.steps-item.si-5 {
	top: 125px;
	right: 130px
}

.steps-item.si-4 {
	top: 0;
	right: 370px
}

@media (max-width:1279px) {
	.steps-item.si-1 {
		left: 0
	}
	.steps-item.si-6 {
		right: 0
	}
	.steps-item.si-2 {
		left: 90px
	}
	.steps-item.si-5 {
		right: 90px
	}
	.steps-item.si-3 {
		left: 270px
	}
	.steps-item.si-4 {
		right: 270px
	}
}

@media (max-width:1023px) {
	.steps-item.si-2 {
		left: 60px
	}
	.steps-item.si-5 {
		right: 60px
	}
	.steps-item.si-3 {
		left: 190px
	}
	.steps-item.si-4 {
		right: 190px
	}
}

@media (max-width:767px) {
	.steps {
		background-image: url(../images/steps_min.png);
		background-position: 50% 100%;
		background-repeat: no-repeat
	}
	.steps-blocks {
		background: none;
		height: auto
	}
	.steps-item {
		position: static;
		width: 230px;
		padding: 0 15px
	}
}

.calc {
	padding-top: 120px;
	padding-bottom: 120px;
	color: #fff;
	background: #02599a
}

.calc .section-title {
	color: #fff;
	padding: 0 20px
}

.calc fieldset {
	border: 2px solid #7a8fb4;
	padding: 0;
	margin: 0
}

@media (max-width:567px) {
	.calc fieldset {
		border: 0;
		padding-left: 0;
		padding-right: 0
	}
}

.calc .wrapp {
	position: relative;
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, rgba(176, 212, 221, 0) 45%, rgba(80, 160, 180, .5));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#8050a0b4", GradientType=0)
}

@media (max-width:1023px) {
	.calc .wrapp {
		padding: 0 15px
	}
}

.calc .curency {
	text-transform: uppercase;
	line-height: 40px;
	color: #7a8fb4;
	margin-left: 5px
}

@media (max-width:1023px) {
	.calc .curency {
		font-size: 10px
	}
}

.calc-label {
	font-size: 24px;
	text-transform: uppercase;
	color: #7a8fb4;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	text-align: right;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	position: absolute;
	left: 0;
	top: 30px
}

.calc-result {
	padding-top: 60px;
	padding-bottom: 40px;
	border: 2px solid #7a8fb4;
	border-top: 0
}

.calc-result__btn {
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	z-index: 1
}

.calc-result__table-cell {
	padding: 30px 50px
}

@media (max-width:1023px) {
	.calc-result__table-cell {
		padding: 15px 20px
	}
}

.calc-result__table-row .calc-result__table-cell {
	border-bottom: 1px solid #7a8fb4;
	border-left: 1px solid #7a8fb4
}

.calc-result__table-row .calc-result__table-cell:first-of-type {
	border-left: 0
}

@media (max-width:767px) {
	.calc-result__table-row .calc-result__table-cell {
		border-bottom: 1px solid #7a8fb4!important;
		border-left: 0!important;
		padding-top: 15px!important;
		padding-bottom: 15px!important
	}
	.calc-result__table-row .calc-result__table-cell .currency {
		font-size: 16px
	}
}

.calc-result__table-row:first-of-type .calc-result__table-cell {
	padding-top: 0
}

.calc-result__table-row:last-of-type .calc-result__table-cell {
	border-bottom: 0;
	padding-bottom: 0
}

@media (max-width:567px) {
	.calc {
		padding-top: 30px;
		padding-bottom: 40px
	}
	.calc-label {
		margin-left: -20px
	}
	.calc .wrapp {
		margin-left: -15px;
		margin-right: -15px
	}
	.calc-result {
		border: 0;
		border-top: 2px solid #7a8fb4
	}
	.calc .show-block {
		display: block;
		width: auto;
		margin-left: 15px;
		margin-right: 15px;
		padding-right: 50px;
		padding-left: 5px
	}
}

.money {
	position: relative;
	text-align: center;
	font-size: 24px;
	margin-top: 50px;
	margin-bottom: 50px
}

.money>.icon {
	position: absolute;
	right: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-right: 15px;
	color: #ffb400;
	font-size: 50px
}

@media (max-width:767px) {
	.money>.icon {
		position: static;
		display: block;
		text-align: center
	}
}

@media (max-width:567px) {
	.money {
		font-size: 18px
	}
	.money b {
		font-size: 24px
	}
}

.slider {
	position: relative
}

.slider-slide {
	padding-left: 15px;
	padding-right: 15px;
	width: 370px;
	margin-bottom: 30px
}

.slider-slide a {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	border: 0;
	background: #fff
}

.slider-slide a .text {
	display: block;
	padding: 10px 20px;
	color: #666;
	line-height: 26px
}

.slider-slide a .text:after {
	content: "";
	display: block;
	clear: both
}

.slider-slide a .title {
	font-size: 18px;
	color: #333;
	margin-bottom: 7px;
	line-height: normal
}

.slider-slide a .discount,
.slider-slide a .title {
	transition: all .3s linear;
	font-weight: 700;
	display: block
}

.slider-slide a .discount {
	float: right;
	background: #ffb400;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	text-shadow: 0 3px 5px rgba(0, 0, 0, .2)
}

.slider-slide a .short-info {
	position: absolute;
	z-index: 3;
	left: 50%;
	width: 230px;
	margin-left: -115px;
	background: #fff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	text-align: center;
	height: 29px;
	line-height: 29px
}

.slider-slide a .short-info .icon {
	margin: 0 5px 0 15px;
	color: #ffb400;
	font-size: 15px;
	vertical-align: middle;
	line-height: 1;
	display: inline-block
}

.slider-slide a:hover {
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2)
}

.slider-slide a:hover .title {
	color: #ffb400
}

.slider-slide a:hover .discount {
	-webkit-transform: rotateY(1turn);
	transform: rotateY(1turn)
}

@media (max-width:567px) {
	.slider-slide {
		width: 300px
	}
}

.slider .slick-arrow {
	position: absolute;
	top: 50%;
	background: #fff;
	transition: all .3s linear;
	width: 100px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	z-index: 3;
	color: #ffb400;
	margin-top: -25px
}

.slider .slick-arrow.prev {
	left: 0
}

.slider .slick-arrow.next {
	right: 0
}

.slider .slick-arrow:hover {
	color: #fff;
	background: #ffb400
}

@media (max-width:567px) {
	.slider .slick-arrow {
		width: 50px;
		font-size: 10px;
		top: 94px
	}
}

.slider:after,
.slider:before {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 270px;
	content: "";
	z-index: 2
}

@media (min-width:1280px) {
	.slider:after,
	.slider:before {
		width: 300px
	}
}

@media (max-width:1279px) {
	.slider:after,
	.slider:before {
		width: 150px
	}
}

@media (max-width:567px) {
	.slider:after,
	.slider:before {
		width: 50px
	}
}

.slider:before {
	left: 0;
	background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, 0));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1)
}

.slider:after {
	right: 0;
	background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=1)
}

.delivery-now {
	background-image: url(../images/map.png);
	background-position: 50% 0;
	background-repeat: no-repeat;
	padding-top: 20px
}

.slick-dots {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	padding-bottom: 40px;
	padding-top: 15px
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle
}

.slick-dots li button {
	font-size: 0;
	padding: 0;
	border-radius: 50%;
	background: #000;
	border: 2px solid #000;
	opacity: .2;
	width: 15px;
	height: 15px
}

.slick-dots li.slick-active button {
	opacity: 1;
	background: transparent;
	border-color: #ffb400
}

.center-slider img {
	display: block
}

.center-slider:after,
.center-slider:before {
	position: absolute;
	background: #fff;
	width: 50%;
	opacity: .5;
	content: "";
	display: block;
	z-index: 3;
	top: 0;
	bottom: 0
}

.center-slider:before {
	left: 50%;
	margin-left: 485px
}

.center-slider:after {
	right: 50%;
	margin-right: 485px
}

.center-slider .slick-arrow {
	top: 50%;
	margin-top: -25px;
	z-index: 4;
	background: #fff;
	cursor: pointer;
	text-align: center;
	color: #ffb400;
	line-height: 50px;
	height: 50px;
	width: 100px;
	position: absolute
}

.center-slider .slick-arrow.next {
	right: auto;
	left: 50%;
	margin-left: 485px
}

.center-slider .slick-arrow.prev {
	right: 50%;
	left: auto;
	margin-right: 485px
}

@media (max-width:1170px) {
	.center-slider__slide img {
		width: 100%
	}
	.center-slider:after,
	.center-slider:before {
		display: none
	}
	.center-slider .slick-list {
		padding: 0!important
	}
	.center-slider .slick-arrow.next {
		right: 0;
		left: auto;
		margin-left: 0
	}
	.center-slider .slick-arrow.prev {
		right: auto;
		left: 0;
		margin-right: 0
	}
}

@media (max-width:767px) {
	.center-slider .slick-arrow {
		width: 50px;
		font-size: 10px
	}
}

.questions .tabs-headers a {
	padding: 0;
	border-bottom: 2px dashed #666;
	opacity: .5;
	font-size: 18px;
	margin-right: 15px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-family: KelsonSans
}

.questions .tabs-headers a:last-of-type {
	margin-right: 0
}

.questions .tabs-headers a.current {
	color: #333;
	border-color: transparent;
	opacity: 1
}

.questions .tabs-headers a:not(.current):hover {
	color: #ffb400;
	border-color: #ffb400;
	opacity: 1
}

.questions .form {
	border-radius: 8px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	padding: 15px 30px;
	background: #02599a;
	color: #fff
}

.questions .form h3 {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	margin-top: 0
}

.accordion-tab {
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	transition: all .3s linear;
	overflow: hidden;
	margin-bottom: 20px
}

.accordion-tab__title {
	padding: 0 60px 0 15px;
	height: 54px;
	position: relative;
	transition: all .3s linear;
	cursor: pointer;
	font-size: 18px
}

.accordion-tab__title>div {
	position: absolute;
	left: 15px;
	top: 50%;
	right: 60px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.accordion-tab__title>.icon {
	position: absolute;
	right: 0;
	width: 54px;
	background: #02599a;
	color: #fff;
	transition: all .3s linear;
	text-shadow: 0 2px 4px rgba(0, 0, 0, .1);
	bottom: 0;
	top: 0;
	display: block;
	text-align: center;
	vertical-align: middle;
	line-height: 54px;
	font-size: 28px
}

.accordion-tab__title>.icon:before {
	display: inline-block;
	transition: all .3s linear
}

.accordion-tab__title:hover {
	color: #ffb400
}

.accordion-tab__title:hover>.icon {
	background: #ffb400
}

.accordion-tab__title:hover>.icon:before {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg)
}

.accordion-tab__content {
	padding: 0 15px 15px;
	line-height: 26px;
	display: none
}

.accordion-tab.opened {
	background: #02599a;
	color: #fff
}

.accordion-tab.opened .accordion-tab__title {
	font-weight: 700
}

.accordion-tab.opened .accordion-tab__title>.icon:before {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg)
}

@media (max-width:567px) {
	.accordion-tab__title {
		font-size: 14px;
		padding-right: 40px
	}
	.accordion-tab__title>.icon {
		width: 40px
	}
}

.params {
	padding-top: 100px;
	padding-bottom: 100px;
	background: #02599a;
	position: relative
}

.params-car__img {
	position: absolute;
	left: 50%;
	margin-left: 45px;
	bottom: -200px;
	content: "";
	opacity: 0;
	transition: all .2s linear
}

.params-car__img.show {
	opacity: 1
}

.params-car__img img {
	max-width: none
}

.params p {
	color: #fff;
	font-size: 30px;
	margin-bottom: 30px
}

.params .section-title {
	margin-top: 0;
	margin-bottom: 20px;
	color: #50a0b4
}

.params label {
	display: block;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px
}

.params-price {
	padding-bottom: 120px
}

.params-price .section-title {
	color: #50a0b4;
	text-align: left;
	margin-bottom: 50px
}

.params-price__info {
	font-size: 30px;
	font-weight: 300
}

.params-price__info b {
	font-size: 24px;
	font-weight: 700
}

.params-price__result {
	margin-top: 50px;
	background: linear-gradient(90deg, #fff 0, #fff 50%, hsla(0, 0%, 100%, 0) 51%, hsla(0, 0%, 100%, 0));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1)
}

.params-price__result .bg-white {
	background: #fff
}

.params-price__result table {
	width: 100%;
	margin: 30px 0;
	font-size: 18px;
	font-weight: 400
}

.params-price__result table td {
	padding: 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.params-price__result_info {
	background: #02599a;
	padding: 30px 95px;
	text-align: center;
	position: relative;
	color: #fff;
	height: 100%
}

.params-price__result_info .content {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 95px
}

.params-price__result_info .money {
	margin: 0 0 20px
}

.params-price__result_info .money .icon {
	top: 30px
}

@media (max-width:1023px) {
	.params {
		margin-bottom: 0
	}
	.params-car__img {
		position: relative;
		right: auto;
		bottom: auto;
		top: auto;
		left: auto;
		margin-left: 0;
		margin-top: -10%;
		display: none
	}
	.params-car__img.show {
		display: block
	}
	.params-car__img img {
		max-width: 100%
	}
	.params-price__result {
		margin-top: 20px;
		background: #fff;
		padding-left: 15px;
		padding-right: 15px
	}
	.params-price__result_info {
		padding: 20px 15px;
		margin-left: -15px;
		margin-right: -15px
	}
	.params-price__result_info .content {
		position: static;
		-webkit-transform: none;
		transform: none
	}
	.params-price__info {
		font-size: 20px
	}
	.params-price__info>div {
		margin-bottom: 20px
	}
	.params-price__info b {
		font-size: 18px
	}
}

@media (max-width:767px) {
	.params {
		padding-top: 50px
	}
	.params-price {
		padding-bottom: 50px
	}
	.params-price__result {
		margin-left: -15px;
		margin-right: -15px
	}
	.params label {
		font-size: 18px
	}
	.params p {
		font-size: 20px;
		margin-bottom: 20px
	}
	.params-price__result {
		margin-top: 20px;
		background: #fff;
		padding-left: 15px;
		padding-right: 15px
	}
	.params-price__result table {
		font-size: 16px
	}
	.params-price__result table tr td:first-child {
		padding-right: 10px
	}
	.params-price__result_info {
		padding: 20px 15px;
		margin-left: -15px;
		margin-right: -15px
	}
	.params-price__result_info .money .icon {
		margin: 0;
		-webkit-transform: none;
		transform: none
	}
	.params-price__result_info .content {
		position: static;
		-webkit-transform: none;
		transform: none;
		padding: 0
	}
	.params-price__info {
		font-size: 20px
	}
	.params-price__info>div {
		margin-bottom: 20px
	}
	.params-price__info b {
		font-size: 18px
	}
}

@media (max-width:567px) {
	.params-car__img {
		margin-top: -25%
	}
}

.form-color {
	display: inline-block!important;
	margin-right: 20px;
	border-radius: 4px;
	width: 100px;
	height: 70px;
	cursor: pointer;
	position: relative;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat
}

.form-color input {
	display: none
}

.form-color span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .1s linear;
	border: 2px solid #fff;
	border-radius: 4px
}

.form-color span:before {
	background: #fff;
	bottom: 0;
	left: 0;
	width: 16px;
	height: 16px;
	border-top-right-radius: 4px;
	content: "";
	position: absolute;
	display: block
}

.form-color span:after {
	bottom: 8px;
	left: 8px;
	content: "";
	position: absolute;
	display: block;
	width: 10px;
	height: 7px;
	background-image: url(../images/check.svg);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%)
}

.form-color input:checked+span {
	opacity: 1;
	visibility: visible
}

@media (max-width:767px) {
	.form-color {
		width: 80px;
		height: 56px;
		margin-right: 10px
	}
}

.who {
	background: #02599a;
	color: #fff;
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
	font-size: 24px;
	line-height: 34px
}

.who .section-title {
	color: #50a0b4;
	margin-top: 0;
	margin-bottom: 30px;
	min-height: 80px
}

.who-item {
	padding-left: 100px;
	position: relative;
	text-align: left;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 30px
}

.who-item .img {
	position: absolute;
	left: 0;
	top: 50%;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-top: -40px;
	background: #ffb400;
	line-height: 80px;
	text-align: center
}

.who-item .img img {
	display: inline-block;
	vertical-align: middle
}

@media (max-width:767px) {
	.who {
		padding-top: 50px;
		padding-bottom: 50px
	}
}

.top {
	text-align: center;
	font-size: 30px;
	position: relative
}

.top:before {
	position: absolute;
	right: -5px;
	top: 0;
	width: 188px;
	height: 188px;
	/*background-image: url(../img/top.png);*/
	background-position: 50% 50%;
	background-repeat: no-repeat;
	content: "";
	display: block
}

@media (max-width:1023px) {
	.top:before {
		display: none
	}
}

.top-text {
	margin-bottom: 30px
}

.top .section-title {
	margin-bottom: 15px;
}

.top-item {
	font-size: 16px;
	color: #666;
	text-align: left;
	background: #fff;
	display: block;
	border: 0;
	border-radius: 8px;
	margin: 10px 0;
	transition: all .3s linear;
	line-height: 26px;
	overflow: hidden;
	padding: 0 15px
}

.top-item img {
	width: 100%;
	display: block
}

.top-item__title {
	font-size: 18px;
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
	transition: all .3s linear
}

.top-item:hover {
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
	transition: all .1s linear;
	color: #666!important
}

.top-item:hover .top-item__title {
	color: #f32929;
	transition: all .1s linear
}

@media (max-width:1023px) {
	.top-item {
		font-size: 14px;
		line-height: 22px
	}
}

@media (max-width:767px) {
	.top-item {
		font-size: 12px;
		line-height: 18px
	}
}

.has_landing .top-item__content {
	background-color: #02599a;
	background-image: url(../images/hover.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	color: #ffffff;
}

.aos-item.has_landing .top-item .top-item__content .link {
	color: #99a7bf;
	text-decoration: underline;
	text-transform: uppercase;
	transition: .3s color linear;
	line-height: 18px;
	display: block;
	margin-top: 10px;
	font-weight: 700;
}

.nopadding-left {
	padding-left: 0;
}

.aos-item .top-item .top-item__content .link {
	line-height: 18px;
	display: block;
	margin-top: 28px;
	font-weight: 700;
}

#answer3 {
	text-align: center;
}




#carousels{
	position: relative;
	    height: 500px;
}

.carousel{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity 3s; /* Время появления картинки */
}

.demonstration{
	opacity: 1;
}


#address-top{
	text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.98), 0px 0px 6px rgba(19, 17, 17, 0.7);
}
.modal-content {
	background: #02599a;
	color: #fff;
}
.modal-body input {
	margin-bottom: 10px;
}
.modal-body p {
	text-align: center;
	font-size: 20px;
}
.modal-body textarea {
	margin-bottom: 10px;
}
#test {
	text-align: center;
}
#test input[type="submit"] {
	margin-top: 20px;
}
.modal-body {
	padding: 20px 33px;
}
.close {
	opacity: 1;
	color: #fff;
}
.modal-dialog {
	padding-top: 100px;
	max-width: 400px;
}
#person {
	background-image: url('../img/man.svg');
	background-position: 17px 50%;
    background-repeat: no-repeat;
    padding-left: 50px;
}
.modal-header {
	border-bottom: 1px solid #e5e5e5a6;
}
@media only screen and (max-width: 767px) {
	#carousels {
		height: 250px;
	}
	.modal-dialog {
		margin: auto;
		padding-top: 10%;
	}
}
.modal-link {
	cursor: pointer;
}
#attention {
	color:red;
	text-decoration:underline;
}
#faqform3 {
	margin-bottom: 50px;
}
#footer-mail {
	color: #ffb400;
}
#footer-mail-div {
	padding-left:0px;
	padding-right: 10px;
}