html {
	margin-top: 0 !important;
	font-family:'Inter';
}
*{font-family:'Inter'}
.widget {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	/*height: calc(100% - 95px);*/
	height: calc(100% - 89px);
	width: 100px;
	/*background: orange;*/
	/*top: 95px;*/
	top: 89px;
	border-right: 1px solid #fff;
    /*background: rgba(0,0,0,1);*/
    /*background: rgb(21 29 42 / 90%);*/
    background: rgb(21 29 42 / 1%);
    transition: 0.5s;
}
.widget.scroll {
    background: rgb(21 29 42 / 90%);
}
.widget__list {
	display: flex;
	flex-direction: column-reverse;
	height: 100%;
    justify-content: space-around;
}
.widget__item {
	transform: rotate(-90deg);
}
.widget__link {
	text-decoration: none;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	/*font-size: 1.6rem;*/
	font-size: 1.4rem;
	padding: 0 5px;
}
.widget__link:hover {
	color:  var(--red);
}
.widget__label {}
.widget__label:after {
	content: 'NEW';
	background: #f00;
	color: #fff;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	font-size: 1.0rem;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
    top: -20px;
    right: -20px;
	position: absolute;
}

@media screen and (max-width: 1023px) {
	.widget {
		display: none;
	}
}

.cars .widget {
	background: transparent !important;
	position: absolute;
}
.cars .widget.scroll {
	background: transparent !important;
}

.card .widget {
	background: transparent !important;
	/*position: absolute;*/
}
.card .widget.scroll {
	background: transparent !important;
}



.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
	/*background: rgba(0,0,0,0.01);*/
/*    background: rgb(21 29 42 / 1%);*/
    background: var(--dark);
	color: #fff;
	transition: 0.5s;
	/*background: green;*/
	/*height: 100px;*/
}
.header.scroll {
	/*background: rgba(0,0,0,1);*/
    /*background: var(--dark);*/
    background: rgb(21 29 42 / 90%);
	/*background: red;*/
}
.header .container {
	max-width: 100%;
	display: flex;
	align-items: stretch;
	padding-left: 0;
	padding: 0 !important;
}
.header__logo {
	/*background: yellow;*/
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
/*	width: 200px;*/
	width: 150px;
	padding: 16px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header__contacts {
	display: flex;
	/*align-items: stretch;*/
    align-content: center;
    justify-content: flex-end;
	width: calc(100% - 150px);
	border-bottom: 1px solid #fff;
}
.header__adress {
	color: #fff;
	/*background: green;*/
	border-right: 1px solid #fff;
	padding: 26px 66px 20px 20px;
/*	font-size: 1.6rem;*/
	font-size: 1.5rem;
    padding: 14px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.header__adress a {
	color: var(--white);
	text-decoration: none;
}
.header__adress a:hover {
	color: var(--red);
	text-decoration: underline;
}
.header__menu {
	text-transform: uppercase;
	color: #fff;
	/*background: blue;*/
	border-right: 1px solid #fff;
	padding: 26px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
    max-width: 17%;
    width: 100%;
    cursor: pointer;
    transition: 0.5s;
    display: none;;
}
.header__menu:hover {
	background: var(--red);
}

.header__tel {
	/*background: red;*/
	/*padding: 26px 20px;*/

/*    padding: 20px;*/
/*    padding: 20px 10px;*/
    /*max-width: 18%;*/
    max-width: 16%;
	display: flex;
	align-items: center;
	justify-content: center;
    /*max-width: 25%;*/
    width: 100%;

    flex-direction: column;
    align-items: center;
}
.header__tel-link {
	color: var(--white);
	text-decoration: none;
	font-size: 1.7rem;
	position: relative;
/*	left: 10px;*/
/*	top: 2px;*/
}
.header__tel-link:hover {
	color: var(--red);
}


.header__tel .social__list {
	display: flex;
	margin-top: 5px;
}
.header__tel .social__item {
	margin: 0 5px;
}
.header__tel .social__link {}
.header__tel .social__link img {
	max-width: 26px;
}


.burger {
	display: none;;
}

header.header {}
header.header nav {
    margin-right: 10px;
/*    width: 58%;*/
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
}
header.header nav ul {
    display: flex;
    justify-content: space-between;
}
header.header nav li {
    margin: 0 10px;
}
header.header nav li.lang-item {
	margin: 0 2px;
}
header.header nav a {
    color: var(--white);
    text-decoration: none;
/*    font-size: 1.6rem;*/
    font-size: 1.5rem;
}
header.header nav a:hover {
    color: var(--red);
}
header.header nav .current-menu-item a {
    color: var(--red);
}



.header__theme {
	display: flex;
	align-items: center	;
}
.header__theme .label {
  height: 50px;
  width: 26px;
  background-color: #111;
  display: flex;
  align-items: center;
  border-radius: 50px;
  justify-content: space-between;
  padding: 5px;
  position: relative;
  transform: scale(1.5);
  display: flex;
  flex-direction: column;
  margin: 10px;
  cursor: pointer;
}
.header__theme .fa-moon path {
  fill: #fff;
}
.header__theme .fa-sun path {
  fill: #fff;
}
.header__theme .ball {
  width: 22px;
  height: 22px;
  background-color: var(--red);
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: transform 0.2s linear;
	font-size: 0.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header__theme .header__theme-checkbox {
  opacity: 0;
  position: absolute;
}
.header__theme .header__theme-checkbox:checked + .label .ball {
  transform: translateY(24px);
}

.header__theme .label {
	width: 50px;
	height: 26px;
	flex-direction: row;
	margin: 0;
}
.header__theme .header__theme-checkbox:checked + .label .ball {
    /*transform: translateY(0px);*/
    transform: translateY(0px) translateX(24px);
}
.header__theme svg {
	width: 17px;
	height: 17px;
	flex-shrink: 0;
}
.header__theme-label {
	font-size: 0.8rem;
}



@media screen and (max-width: 1356px) {

    header.header nav {
        display: none;
    }
    header.header .header__adress {
        border-left: none;
    }
    header.header .header__menu {
        display: flex;
    }
    .header__tel {
        min-width: 210px;
    }
}



@media screen and (max-width: 1023px) {

	.header {
		border-bottom: 1px solid #fff;
	}
	.header .container {
		padding: 0;
	    justify-content: space-between;
	}
	.header__tel {
		display: none;
	}
	.header__menu {
		min-width: 150px;
	}
	.header__logo {
		border-right: none;
		max-width: 160px;
		border-bottom: none;
	}
	.header__logo img {
		max-width: 100px;
	}
	.header__contacts {
		border-bottom: none;
	}

    .header__adress {
        display: none;
    }
    header.header .header__menu {
        order: 2;
        border-left: 1px solid #fff;
    }
    .header__tel {
        display: flex;
        order: 1;
    }

}

@media screen and (max-width: 767px) {

	.header {
		padding: 16px 0;
		border-bottom: 1px solid var(--white);
	}



	.header__logo {
		max-width: 140px;
		padding: 10px;
	    border-bottom: none;
	}
	.header__logo img {
		max-width: 80px;
	}
	.header__contacts {
	    border-bottom: none;
	}
	.header__adress {
		display: none;
	}

	.header__tel {
		padding: 5px 0;
	}
	.header__tel .social__list {
/*		margin-top: 2px;*/
		margin-top: 0;
	}

	.header__menu {
/*	    min-width: 80px;*/
	    min-width: 50px;
	    border-right: none;
	    border-bottom: none;
	    padding: 0;
	}


	.header__menu p {
		display: none;
	}



	.burger {
	    width: 26px;
	    height: 26px;
	    display: flex;
	    justify-content: flex-end;
	    flex-direction: column;
	    align-items: flex-end;
	    position: relative;
	    cursor: pointer;
	    transform: rotateY(0);
	    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	    display: block;
	}

	.burger__patty {
	    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	    background: #202020;
	    width: 100%;
	    height: 1px;
	    background: #fff;
	    margin-bottom: 8px;
	}
	.burger__patty:last-child {
	    margin-bottom: 0;
	}
	.burger--close {
	    transform: rotate(180deg);
	}
	.burger--close .burger__patty:nth-child(1) {
	    transform: rotate(45deg) translate(5px, 5px);
	}
	.burger--close .burger__patty:nth-child(2) {
	    opacity: 0;
	}
	.burger--close .burger__patty:nth-child(3) {
	    transform: rotate(-45deg) translate(10px, -10px);
	    width: 100%;
	}


	.burger__overlay {
	    position: fixed;
	    top: 0;
	    right: -100%;
	    width: 100%;
	    height: 100%;
	    background: #091B3E;
	    padding: 50px 60px;
	    transition: 0.5s;
	    z-index: 120;
	}
	.burger__overlay.open {
	    right: 0;
	}

	.burger__overlay .burger__overlay-header {
	    display: flex;
	    justify-content: space-between;
	    width: calc(100% - 150px);
	    margin-bottom: 70px;
	}
	.burger__overlay .burger__overlay-logo {
	    max-width: 226px;
	    width: 100%;
	}
	.burger__overlay .burger__overlay-logo img {}
	.burger__overlay .burger__overlay-contacts {}
	.burger__overlay .burger__overlay-contacts-tel {
	    font-family: 'Inter';
	    font-size: 3.6rem;
	    font-weight: 700;
	    letter-spacing: 1.3px;
	}


	.burger__overlay .burger {
	    position: absolute;
	    top: 60px;
	    right: 60px;
	    display: block;
	}
	.burger__overlay nav {
	    padding-left: 96px;
	}
	.burger__overlay ul {}
	.burger__overlay li {
	    margin-bottom: 30px;
	}
	.burger__overlay li:last-of-type {
	    margin-bottom: 0;
	}
	.burger__overlay a {
	    text-decoration: none;
	    color: var(--white);
	    font-size: 2.4rem;
	    font-weight: 300;
	}
	.burger__overlay a:hover {
	    color: var(--lightblue);
	    font-weight: 500;
	}

	.burger__overlay .burger__item {
	    /*background: var(--black);*/
	}



    header.header {
        padding: 0;
    }
    .header .container {
        padding: 0;
    }



}

@media screen and (max-width: 355px) {

	.header__tel {
		display: none;
	}
    .burger__overlay-close {
        height: 46px;
    }
}





.s__general {
	/*background: url(../i/bg/ba_bg_general.jpg) no-repeat center / cover;*/
	min-height: 100vh;
	/*padding: 418px 0 130px;*/
/*	padding: 318px 0 130px;*/
	padding: 260px 0 130px;
    overflow: hidden;
    position: relative;
}

/*.s__general:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}*/

.s__general .bg__abs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.s__general .bg__abs:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: rgba(0,0,0,0.0);*/
    /*background: rgba(255,255,255,0.2);*/
	background: rgba(0,0,0,0.5);
	z-index: 2;
	transition: 0.5s;
}
.s__general .bg__abs picture {
	height: 100%;
}
.s__general .bg__abs img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}


.s__general .container {
	position: relative;
	z-index: 2;
}

.s__general .s__title {
	margin-bottom: 40px;
	text-transform: uppercase;
	font-size: 4.8rem;
	line-height: 1.25;
	font-weight: 500;
	color: #fff;
	margin-left: 0;
	left: 0;
}
.s__general .s__title:before {
	display: none;
}
.s__general .s__wrap {
	display: flex;
	justify-content: flex-start;
}
.s__general .btn {
    padding: 15px 30px;
    font-weight: 500;
    text-transform: inherit;
}



.s__general .btn__scroll {
	/*display: block;*/
	display: inline-block;
	transition: 0.5s;
}
.s__general .btn__scroll svg {}
.s__general .btn__scroll path {
	transition: 0.5s;
}
.s__general .btn__scroll circle {
	transition: 0.5s;
}

.s__general .btn__scroll:hover {}
.s__general .btn__scroll:hover circle {
	fill: var(--red);
	stroke: var(--red);
}
.s__general .btn__scroll:hover path {
	/*fill: var(--red);*/
}


.general__video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.general__video-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}
.general__video {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.s__general .form {
	display: flex;
}
.s__general .form ul {
	display: flex;
	align-items: center;
}
.s__general .form ul li {
	margin-right: 20px;
	/*max-width: 296px;*/
	max-width: 270px;
	width: 100%;
	flex-shrink: 0;
}
.s__general .form ul li:last-of-type {
	margin-right: 0;
}

.s__general .form__inp::-webkit-input-placeholder {color: var(--white); opacity: 0.5;}
.s__general .form__inp::-moz-placeholder          {color: var(--white); opacity: 0.5;}
.s__general .form__inp:-moz-placeholder           {color: var(--white); opacity: 0.5;}
.s__general .form__inp:-ms-input-placeholder      {color: var(--white); opacity: 0.5;}


.s__general .form__inp {
	/*padding: 10px 0 20px;*/
	padding: 16px 0;
	border:  none;
	border-bottom: 1px solid var(--white);
	width: 100%;
	background: transparent;
	color: var(--white);
}

.s__general .form__btn {
	padding: 14px 20px;
	color: var(--white);
	padding: 16px 20px;
	border:  1px solid var(--red);
	background: var(--red);
	text-transform: uppercase;
    font-size: 1.7rem;
    width: 100%;
    transition: 0.5s;
    cursor: pointer;
    font-family: 'Inter';
}
.s__general .form__btn:hover {
	background: var(--red2);
	color:  var(--white);
}




@media screen and (max-width: 1023px) {
	.s__general {
		min-height: 800px;
		padding: 384px 0 170px;
	}
	.s__general .s__title {
	    letter-spacing: -0.6px;
	}


	.s__general .form {
		width: 100%;
		max-width: 468px;
		flex-shrink: 0;
	}
	.s__general .form ul li {
		max-width: 224px;
	}
	.s__general .form__btn {
		font-size: 1.5rem;
		padding: 16px 4px;
	}

}
@media screen and (max-width: 767px) {

	.s__general {
		/*padding: 520px 0 100px;*/
		padding: 160px 0 60px;
		min-height: 300px;
	}
	.s__general .s__title {
		/*font-size: 2.8rem;*/
		font-size: 2.6rem;
		letter-spacing: 0.2px;
		width: calc(100% + 10px);
		margin-bottom: 44px;
	}
	.s__general .btn {
	    width: initial !important;
	}

	.general__video-wrap {
		display: none;
	}


	.s__general .form {
		flex-direction: column;
	}
	.s__general .form ul {
		flex-direction: column;
	}
	.s__general .form ul li {
		margin-right: 0;
		margin-bottom: 30px;
		max-width: 100%;
	}
	.s__general .form ul li:last-of-type {
		margin-bottom: 0;
	}
	.s__general .form__btn {
		margin-top: 15px;
		font-size: 1.8rem;
		padding: 16px 4px 12px;
	}
}


.s__cars {
	background: url(../i/bg/bg_car_now2.jpg) no-repeat center / cover;
	padding-top: 170px;
}
.s__cars:before {
	display: none;
}
.s__cars .s__wrap {}
.s__cars .s__wrap .btn {
	display: none;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #FFFFFF;
	font-size: 1.6rem;
	color: var(--black);
}


@media screen and (max-width: 767px) {
	.s__cars {
		padding-top: 60px;
	}
	.s__cars .s__wrap {
		flex-direction: column;
		justify-content: center;
	}
	.s__cars .s__wrap .btn {
		display: block;
/*		margin-bottom: 160px;*/
		margin-bottom: 60px;
	}
	.s__cars .btn__scroll {
		text-align: center;
	}
	.s__cars .s__title {
		text-align: center;
/*		font-size: 2.9rem;*/
		font-size: 2.6rem;
	}

}


.s__car {
	background: url(../i/bg/bg_car_card.jpg) no-repeat center / cover;
/*	padding-top: 170px;*/
	padding-top: 120px;
	min-height: calc(100vh - 40px);
}
.s__car:before {
}

.s__car .btn__prev {
	/*display: block;*/
	display: inline-block;
	transition: 0.5s;
}
.s__car .btn__prev svg {}
.s__car .btn__prev path {
	transition: 0.5s;
}
.s__car .btn__prev circle {
	transition: 0.5s;
}

.s__car .btn__prev:hover {}
.s__car .btn__prev:hover circle {
	fill: var(--red);
	stroke: var(--red);
}
.s__car .btn__prev:hover path {
	/*fill: var(--red);*/
}

.s__car .s__title {
	margin-bottom: 18px;
	font-size: 4.8rem;
	line-height: 1.5;
/*	margin-top: 260px;*/
	margin-top: 80px;
}
.s__car .btn {
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #FFFFFF;
	color: #151D2A;
/*    max-width: 192px;*/
    max-width: 220px;
    width: 100%;
    font-size: 1.6rem;
}
.s__car .btn:hover {
	background: rgba(255, 255, 255, 1);
}
.s__car .s__wrap {
	margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
	.s__car {
		padding-bottom: 100px;
	}
	.s__car .s__title {
		letter-spacing: 2px;
		margin-top: 290px;
	}
}
@media screen and (max-width: 767px) {

	.s__car {
		padding-top: 100px;
		padding-bottom: 45px;

		padding: 60px 0;
		min-height: 0;
	}
	.s__car .s__title {
		font-size: 3.4rem;
		/*margin-top: 190px;*/
		margin-top: 100px;
		margin-bottom: 40px;

		letter-spacing: 0;
		font-size: 2.8rem;

		margin: 20px 0;
	}
	.s__car .s__wrap {
		justify-content: center;
	}
	.s__car .btn {
		width: 100% !important;
		max-width: 100%;
		text-align: center;
	}
	.s__car .btn__prev svg {
		width: 60px;
		height: 60px;
	}
}



.s__cost {
	padding: 120px 0 72px;
}
.s__cost .s__title {
	margin-bottom: 22px;
}
.s__cost .cost__box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	/*margin-bottom: 70px;*/
	margin-bottom: 50px;
	position: relative;
	z-index: 12;
}
.s__cost .cost__select-wrap {
	position: relative;
	max-width: 296px;
	width: 100%;
	z-index: 2;
}
.s__cost .cost__select {
	width: 100%;
	position: relative;
}
.s__cost .cost__select {
	padding: 18px 0;
	background: transparent;
	border:  none;
	border-bottom:  1px solid var(--white);
	color: var(--white);
	font-size: 1.7rem;
}
.s__cost .cost__select:hover,
.s__cost .cost__select:focus,
.s__cost .cost__select:active {
	/*border: none;*/
	outline: none;
}

.s__cost .cost__select option {
	background: transparent;
	border:  none;
}
/*.s__cost .cost__select-wrap:before {
	content: '';
	position: absolute;
	margin-top: -4px;
	top: 50%;
	right: 0;
	background: url(../i/ico_select_arrow.svg) no-repeat center;
	display: block;
    width: 14.5px;
    height: 7.5px;
}*/
	

.s__cost .nice-select:after {
	content: '';
	position: absolute;
	margin-top: -4px;
	top: 50%;
	right: 0;
	background: url(../i/ico_select_arrow.svg) no-repeat center;
	display: block;
    width: 14.5px;
    height: 7.5px;
}



.s__cost .cost__btn {
	text-decoration: none;
	color: var(--white);
	transition: 0.5s;
	cursor: pointer;
	/*margin-top: 14px;*/
	padding: 20px;
	border: 1px solid var(--white);
}
.s__cost .cost__btn:hover {
	/*color:  var(--red);*/
	/*text-decoration: underline;*/
	border-color: var(--red);
	background: var(--red);
}
.s__cost .cost__text {
	width: 100%;
	max-width: 298px;
}
.s__cost .slider__footer {
	display: flex;
	justify-content: space-between;
    align-items: center;
    width: 100%;
}
.s__cost .see__box {
	display: flex;
	/*margin-bottom: 32px;*/
}
.s__cost .see__all {
	margin-right: 20px;
}
.s__cost .see__btn {
	margin-right: 15px;
	transition: 0.5s;
	display: flex;
	align-items: center;
}
.s__cost .see__btn:hover {
	color: var(--red);
	cursor: pointer;
}
.s__cost .see__btn svg {
	display: none;
	transition: 0.5s;
	margin-right: 10px;
}
.s__cost .see__button {
	cursor: pointer;
	width: 58px;
    height: 58px;
    border-radius: 100%;
    /*border: 2px solid var(--red);*/
    border: 2px solid var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin: 0 12px;*/
    position: absolute;
    /*top: 130px;*/
    /*top: 260px;*/
    top: 248px;
    z-index: 10;
    /*background: var(--white);*/
    background: var(--dark);
    transition: 0.5s;
}
.s__cost .see__button-prev {
	/*margin-right: 13px;*/
	/*left: 10px;*/
	left: 0;
}
.s__cost .see__button-next {
	/*right: 10px;*/
	right: 0;
}

.s__cost .see__button svg {}
.s__cost .see__button path {
	fill:  var(--white);
	/*fill:  var(--red);*/
	transition: 0.5s;
}
.s__cost .see__button:hover {
	background: var(--white);
	border-color: var(--dark);
}
.s__cost .see__button:hover svg {}
.s__cost .see__button:hover path {
	fill:  var(--dark);
}


.s__cost .slider {
	position: relative;
}

.s__cost .car__list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 84px;
	width: calc(100% + 120px);
}	

.s__cost .car__item {
	flex-direction: column;
	margin-right: 20px;
	max-width: 401px;
	width: 100%;
	background: var(--dark);
}

.s__cost .car__image {
	margin-bottom: 34px;
	position: relative;
	height: 276px;
	/*min-height: 276px;*/
	/*height: 100%;*/
	/*max-height: 276px;*/
}
.s__cost .car__image img {
	width: 100%;
    object-fit: cover;
    height: 100%;
}
.s__cost .car__total {
    background: #fff;
    color: #FF0102;
    font-family: 'Apercu Pro';
    font-size: 2.4rem;
    letter-spacing: 0.6px;
    /*padding: 8px 30px 8px 30px;*/
    padding: 8px 20px 8px 20px;
    position: absolute;
    top: 30px;
    left: 0;
}
.s__cost .car__total-label {
    font-size: 1.6rem;
    letter-spacing: 0;
    margin-right: 10px;
}
.s__cost .car__detail {
	flex-direction: column;
	position: relative;
	margin-bottom: 28px;
}
.s__cost .car__name {
	margin-bottom: 10px;
	font-family: 'Apercu Pro';
	font-size: 2.4rem;
	font-weight: 500;
	text-transform: uppercase;
}
.s__cost .car__characters {
	flex-direction: column;
	margin-left: 1px;
}
.s__cost .car__characters-item {
	margin-bottom: -1px;
}
.s__cost .car__characters-param {
	width: 144px;
}
.s__cost .car__characters-value {}
.s__cost .car__link {
	position: absolute;
	bottom: 0;
	right: 0;
	cursor: pointer;
}
.s__cost .car__footer {}
.s__cost .car__btn {
	font-size: 1.6rem;
	background: var(--red);
	color:  var(--white);
	width: 100%;
	justify-content: center;
}
.s__cost .car__btn:hover {
	background: var(--red2);
}

.s__cost .progress {
	display: flex;
	max-width: 296px;
}
.s__cost .progress__item {
	background: var(--white);
	max-width: 77px;
	width: 100%;
	flex-shrink: 0;
	height: 1px;
}
.s__cost .progress__item.active {
	background: var(--red);
}


.s__cost .swiper-wrapper {
	/*margin-bottom: 84px;*/
	margin-bottom: 40px;
}
.s__cost .swiper-pagination-progressbar {
	position: relative !important;
	width: 300px !important;
	height: 2px !important;
	position: relative;
	background: transparent !important;
}
.s__cost .swiper-pagination-progressbar:after {
	content: '';
	background: var(--white) !important;
	height: 1px;
	width: 100%;
	left: 0;
	bottom: 0;
	position: absolute;
}
.s__cost .swiper-pagination-progressbar-fill {
	background: var(--red) !important;
	position: relative;
	z-index: 2;
}


.s__cost.destroy .swiper-wrapper {
    flex-wrap: wrap;
    margin-bottom: 0;
}
.s__cost.destroy .swiper-slide {
    width: initial;
    height: initial;
    margin-bottom: 34px;
}
.s__cost.destroy .see__btn svg {
	display: block;
}




@media screen and (max-width: 1199px) {
	.s__cost {
		padding: 80px 0;
	}
	.s__cost .s__title {
		margin-bottom: 8px;
	}
	.s__cost .cost__box {
		flex-wrap: wrap;
		margin-bottom: 56px;
	}
	.s__cost .cost__text {
		order: 1;
		/*width: 100%;*/
		/*max-width: 100%;*/
		margin-bottom: 32px;
	}
	.s__cost .cost__select {
		order: 2;
		margin-right: 40px;
	}
	.s__cost .cost__select-wrap {
		margin-bottom: 40px;
	}
	.s__cost .cost__btn {
		margin-top: 25px;
		order: 3;
	}

	.s__cost .see__box {
		margin-bottom: 36px;
	}

	.s__cost .car__list {
		margin-bottom: 0;
	}

	.s__cost .car__item {
		display: none;
	}
	.s__cost .car__item:nth-child(1) {
		display: block;
	}
	.s__cost .car__image {
		height: 300px;
		overflow: hidden;
		margin-bottom: 30px;
	}
	.s__cost .car__link {
		bottom: -4px;
		right: -2px;
	}
	.s__cost .car__detail {
		margin-bottom: 24px;
		width: calc(100% + 6px);
	}
	.s__cost .car__footer {
		width: calc(100% + 6px);
	}
	.s__cost .car__btn {
		padding: 16px 20px;
	}

}


@media screen and (max-width: 1023px) {
	
	.s__cost .cost__text {
		width: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 767px) {

	.s__cost {
		/*padding: 45px 0 118px;*/
		padding: 45px 0 60px;
	}
	.s__cost .container {
		display: flex;
		flex-direction: column;
	}
	.s__cost .s__title {
		margin-bottom: 18px;
	}

	.s__cost .slider__footer {
		justify-content: center;
	}

	.s__cost .cost__box {
		margin-bottom: 48px;
	}
	.s__cost .cost__select-wrap {
		max-width: 100%;
	}
	.s__cost .cost__select {
		order: 3;
		margin-right: 0;
		max-width: 100%;
	}
	.s__cost .cost__btn {
		order: 2;
		/*margin-bottom: 24px;*/
		margin-bottom: 0;
		margin-top: 28px;
		text-align: center;
		font-size: 1.4rem;
		width: 100%;
	}
	.s__cost .cost__text {
		line-height: 1.3;
		margin-bottom: 0;
	}
	.s__cost .see__box {
		order:  4;
		margin-bottom: 0;
	}
	.s__cost .see__btn {
		text-transform: uppercase;
	}
	.s__cost .progress{
		display: none;
	}
	.s__cost .car__list {
		margin-bottom: 50px;
		width: 100%;
	}
	.s__cost .car__item {
		/*display: block;*/
		/*margin-bottom: 56px;*/
		margin-bottom: 0;
		max-width: 100%;
		margin-right: 0;
	}
	.s__cost .car__item:nth-child(2) {
		display: block;
		margin-bottom: 0;
	}
	.s__cost .car__image {
		height: 298px;
	}
	.s__cost .car__detail {
		width: 100%;
	}
	.s__cost .car__footer {
		width: 100%;
	}
	.s__cost .see__box {
		justify-content: center;
	}
	
	.s__cost .see__all {
		margin-right: 0;
	}
	.s__cost .swiper-pagination-progressbar {
		display: none;
	}

	.s__cost .slider {
		left: -20px;
	}

	.s__cost .see__button-prev {
		/*left: -30px;*/
		left: -10px;
	}
	.s__cost .see__button-next {
		/*right: -30px;*/
		right: -10px;
	}
	.s__cost .swiper-container {
		overflow: visible !important;
	}
	.s__cost .swiper-slide-prev {
		left: -30px;
	}
	.s__cost .swiper-slide-active {}
	.s__cost .swiper-slide-next {
		left: 10px;
	}

	.s__cost .swiper-slide-active .car__detail {opacity: 1;}
	.s__cost .swiper-slide-active .car__footer {opacity: 1;}

	.s__cost .swiper-slide-next .car__detail {opacity: 0;transition: 0.5s;}
	.s__cost .swiper-slide-next .car__footer {opacity: 0;transition: 0.5s;}


}



.s__stock {
	background: var(--white);
	/*padding: 46px 0 30px;*/
	padding: 40px 0 40px;
    /*height: 150px;*/
    /*background: green;*/
}
.s__stock .container {
	max-width: 100%;
}
.s__stock .stock__box {
	display: flex;
	align-items: center;
	width: 100%;
    white-space: nowrap;
    justify-content: center;
    z-index: 2;
    position: relative;
}
.s__stock .stock__box.marquee {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -18px;
    z-index: 1;
}
.s__stock .stock__label {
	color: var(--blue);
	font-size: 2.4rem;
	/*opacity: 0.1;*/
	opacity: 0.5;
	margin-right: 22px;
}
.s__stock .stock__text {
	background: var(--white);
	color: var(--blue);
	font-size: 2.4rem;
	margin-right: 22px;
	margin-right: 22px;
}
.s__stock .stock__btn {
	padding: 14px 40px;
	/*padding: 22px 58px;*/
	background: var(--white);
	color:  var(--blue);
	/*background: transparent;*/
	border:  1px solid var(--blue);
	/*margin-right: 22px;*/
	margin-right: 0;
	text-align: center;
	transition: 0.5s;
	cursor: pointer;
	text-decoration: none;
}
.s__stock .stock__btn:hover {
	background: var(--blue);
	color:  var(--white);

	/*background: var(--red2);*/
	/*border-color: var(--red2);*/
}

.s__stock2 {}
.s__stock2 .stock__btn {

}


@media screen and (max-width: 1199px) {
	.s__stock .stock__box {
		justify-content: center;
	}
	.s__stock .stock__label {
		/*display: none;*/
	}
	.s__stock .stock__btn {
		margin-right: 0;
	}
}

@media screen and (max-width: 1023px) {
	.s__stock .stock__text {}
	.s__stock .stock__btn {
	    padding: 14px 20px;
	    min-width: 210px;
	}
	.s__stock .stock__text {
		font-size: 2rem;
	}
	.s__stock .stock__box.marquee {
		top: 25%;
	}
}

@media screen and (max-width: 767px) {
	.s__stock {
		padding: 60px 0;
	}
	.s__stock .stock__box {
		flex-direction: column;
	}
	.s__stock .stock__text {
		margin-right: 0;
		margin-bottom: 40px;
		font-size: 2.4rem;
	}
	.s__stock .stock__btn {
		padding: 18px;
		width: 100%;
	}
	.s__stock .stock__box.marquee {
/*		top: 27%;*/
/*		top: 13%;*/
		top: 18px;
	}

	.s__stock2 {
		padding: 50px 0 58px;
	}
}




.s__args {
	padding: 102px 0 120px;
}
.s__args .s__title {
	text-transform: uppercase;
	text-align: center;
	position: relative;
	top: 40px;
	z-index: 2;
	margin-bottom: -30px;
	text-align: right;
	left: -100px;
}
.s__args .columns {
	display: flex;
	justify-content: space-between;
}
.s__args .column-1 {
	max-width: 506px;
	width: 100%;
}
.s__args .column-2 {
	max-width: 51.8%;
	width: 100%;
	padding-top: 110px;
}
.s__args .image {}
.s__args .image img {}
.s__args .faq__list {
	flex-direction: column;
	margin-bottom: 55px;
}
.s__args .faq__item {
	flex-direction: column;
	margin-bottom: 10px;
}
.s__args .faq__item:last-of-type {
	margin-bottom: 0;
}
.s__args .faq__title {
	text-decoration: underline;
	margin-bottom: 16px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.s__args .faq__ico {
	flex-shrink: 0;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	border:  1px solid var(--white);
	margin-right: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s;
	position: relative;
	top: 5px;
	left: 2px;
}
.s__args .faq__text {
	padding-left: 94px;
	display: none;
}
.s__args .faq__text p {}
.s__args .faq__text ul {}
.s__args .faq__text ul li {
	margin-bottom: 1px;
	padding-left: 12px;
	position: relative;
}
.s__args .faq__text ul li:before {
	content: "";
	background: var(--white);
	border-radius: 100%;
	width: 5px;
	height: 5px;
	margin-right: 10px;
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 0;
}

.s__args .faq__item.active {
	/*pointer-events: none;*/
}
.s__args .faq__item.active .faq__ico {
	transform: rotate(180deg);
}
.s__args .faq__item.active .faq__text {
	display: block;
}

.s__args .s__wrap {
	display: flex;
	justify-content: flex-end;
}
.s__args .s__wrap .btn {
	padding: 14px 9px;
}
.s__args .column-2 .s__title {
	display: none;
}


@media screen and (max-width: 1199px) {
	.s__args .s__title {
		display: none;
		top: 0;
		margin-bottom: 0;
	}
	.s__args .columns {
		/*flex-direction: column;*/
	}
	.s__args .column-1 {
		/*max-width: 100%;*/
		max-width: 50%;
		margin-bottom: 40px;
		padding-right: 20px;
	}

	.s__args .column-2 {
		padding-top: 0;
		/*max-width: 100%;*/
		max-width: 50%;
	}
	.s__args .column-2 .s__title {
		display: block;
		left: 0;
		text-align: center;
		font-size: 3rem;
	}

	.s__args .faq__text {
		padding-left: 60px;
	}
	.s__args .faq__ico {
		margin-right: 25px;
	}

}

@media screen and (max-width: 1023px) {
	.s__args {
		padding: 80px 0 68px;
	}
	.s__args .s__title {
		margin-bottom: 25px;
	}
	.s__args .faq__list {
		/*padding-right: 100px;*/
		padding-right: 0
		/*delete*/
		/*margin-bottom: 0;*/
		/*delete*/
	}
	.s__args .faq__item {
		margin-bottom: 16px;
	}
	.s__args .faq__ico {
		left: -2px;
	}

	.s__args .s__wrap {
		justify-content: center;
		/*delete*/
		/*display: none;*/
		/*delete*/
	}
}
@media screen and (max-width: 767px) {

	.s__args {
		padding: 44px 0 68px;
	}
	.s__args .columns {
		flex-direction: column;
	}
	.s__args .column-1 {
		margin-bottom: 48px;
		max-width: 100%;
		padding-right: 0;
	}
	.s__args .column-2 {
		max-width: 100%;
	}
	.s__args .s__title {
		text-align: left;
	}
	.s__args .faq__list {
		padding-right: 0;
		margin-bottom: 42px;
	}
	.s__args .faq__text {
		/*padding-left: 68px;*/
		padding-left: 0;
	}
	.s__args .faq__ico {
		left: 0;
		margin-right: 20px;
	}
}





.s__social {
	padding: 50px 0 48px;
	background: var(--white);
}
.s__social .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 108px;
}
.s__social .social__text {
	color: var(--blue);
	text-transform: uppercase;
	font-weight: bold;
}
.s__social .social__list {
	display: flex;
}
.s__social .social__item {
	margin-left: 37px;
}
.s__social .social__item:first-of-type {
	margin-left: 0;
}
.s__social .social__link {}
.s__social .social__link svg {}
.s__social .social__link path {
	transition: 0.5s;
}
.s__social .social__link:hover path {
	stroke: var(--red);
	/*fill: var(--red);*/
}


@media screen and (max-width: 1023px) {

	.s__social .container {
		padding-right: 30px;
	}
	.s__social .social__list {
		margin-top: 4px;
	}

}
@media screen and (max-width: 767px) {
	.s__social {
		padding: 45px 0 30px;
	}
	.s__social .container {
	    align-items: flex-start;
		flex-direction: column;
	}
	.s__social .social__text {
		line-height: 1.4;
		margin-bottom: 48px;
		text-align: center;
		margin-bottom: 20px;
	}
	.s__social .social__list {
		width: 100%;
		justify-content: center;
		margin-top: 0;
	}
}





.s__delivery {
	padding: 105px 0 60px;
}
.s__delivery .s__title-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 56px;
}
.s__delivery .s__title {
	text-transform: uppercase;
	letter-spacing: 0;
}
.s__delivery .see__box {
	display: flex;
	align-items: center;
}
.s__delivery .see__all {
	margin-right: 18px;
}
.s__delivery .see__btn {
	margin-right: 15px;
}

.s__delivery .see__button {
	cursor: pointer;
	width: 58px;
    height: 58px;
    border-radius: 100%;
    /*border: 2px solid var(--red);*/
    border: 2px solid var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin: 0 12px;*/
    position: absolute;
    /*top: 130px;*/
    /*top: 260px;*/
    top: 252px;
    z-index: 10;
    /*background: var(--white);*/
    background: var(--dark);
    transition: 0.5s;
}
.s__delivery .see__button-prev {
	/*margin-right: 13px;*/
	/*left: 10px;*/
	left: 0;
}
.s__delivery .see__button-next {
	/*right: 10px;*/
	right: 0;
}

.s__delivery .see__button svg {}
.s__delivery .see__button path {
	fill:  var(--white);
	/*fill:  var(--red);*/
	transition: 0.5s;
}
.s__delivery .see__button:hover {
	background: var(--white);
	border-color: var(--dark);
}
.s__delivery .see__button:hover svg {}
.s__delivery .see__button:hover path {
	fill:  var(--dark);
}


.s__delivery .slider {
	position: relative;
}



.s__delivery .car__list {
	margin-bottom: 50px;
	width: calc(100% + 122px);
}
.s__delivery .car__item {
	margin-right: 20px;
	flex-direction: column;
	max-width: 402px;
	width: 100%;
    align-items: end;
    background: var(--dark);
    /*min-height: 800px;*/
}
.s__delivery .car__item-header {
	display: flex;
	justify-content: center;
    font-family: 'Apercu Pro';
/*	font-size: 2.4rem;*/
	font-size: 2.0rem;
	color:  var(--white);
	background: var(--red);
	text-align: center;
    letter-spacing: -0.6px;
    padding: 10px 4px;
    width: 100%;
    text-transform: uppercase;
}
.s__delivery .car__name {
	margin-right: 5px;
}
.s__delivery .car__year {}

.s__delivery .car__image {
    height: 296px;
    overflow: hidden;
    width: 100%;
    position: relative;
	margin-bottom: 34px;
}
.s__delivery .car__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.s__delivery .car__characters {
	/*margin-bottom: 34px;*/
	background: rgba(255, 255, 255, 0.8);
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding-bottom: 6px;
    width: 100%;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}
.s__delivery .car__characters-item {
	padding-top: 10px;
	flex-direction: column;
	color:  var(--black);
	/*margin: 0 25px;*/
	margin: 0 20px;
}
.s__delivery .car__characters-ico {
	width: 30px;
	height: 30px;
	background: var(--red);
	border-radius: 100%;
	margin:  0 auto 2px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.s__delivery .car__characters-ico img {
	transition: 0.5s;
    height: initial;
    width: initial;
}
.s__delivery .car__characters-value {
	font-size: 1.4rem;
}
.s__delivery .car__characters-privod .car__characters-value {
    text-transform: capitalize;
}
.s__delivery .car__price {
	margin-bottom: 14px;
	display: flex;
	justify-content: space-between;
    width: 100%;
}
.s__delivery .car__price-text {}
.s__delivery .car__price-val {
	color: var(--red);
	font-weight: 700;
	font-size: 2rem;
	flex-shrink: 0;
}
.s__delivery .car__review {
	font-size: 1.6rem;
	line-height: 1.45;
	margin-bottom: 20px;
	/*margin-bottom: 50px;*/
    width: 100%;

    overflow: hidden;
    height: 120px;
    position: relative;
}

.s__delivery .car__review:after {
	content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    display: inline-block;
    background: var(--dark);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.001) 0%, var(--dark) 70%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.001) 0%,var(--dark) 70%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.001) 0%,var(--dark) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#151D2A',GradientType=0 );
}

.s__delivery .car__footer {
	display: flex;
    /*width: 100%;*/
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	/*justify-content: space-between;*/
	justify-content: flex-end;
	letter-spacing: 0.003em;
	color: #787878;
	font-size: 1.4rem;
	position: relative;
	padding-bottom: 6px;
	border-bottom: 1px solid var(--grey2);
	max-width: 220px;
}
.s__delivery .car__footer span {

}
.s__delivery .car__foot {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    /*min-height: 280px;*/
    /*background: aqua;*/
}
.s__delivery .car__wrap {
	width: 100%;
	/*position: absolute;*/
	/*bottom: 0;*/
	/*left: 0;*/
	text-align: center;
	margin-bottom: 20px;
	z-index: 2;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.s__delivery .car__wrap .btn {
	background: transparent;
    color: var(--red);
	border: 1px solid var(--red);
}
.s__delivery .car__wrap .btn:hover {
	background: var(--red2);
	color: var(--white);
	border-color: var(--red2);
}

.s__delivery .car__link {
    display: flex;
    align-items: center;
	margin-left: 6px;
	/*width: 27px;*/
	/*height: 27px;*/
	width: 20px;
	height: 20px;
	/*max-width: 160px;*/
	/*width: 100%;*/
	text-decoration: none;
	padding: 2px;
}
.s__delivery .car__link img {
	width: 20px;
}
.s__delivery .car__link svg {
	/*margin-left: 6px;*/
}
.s__delivery .car__link:hover {
	/*color: var(--red);*/
	/*border-color:  var(--red);*/
	background: var(--white);
}



.s__delivery .progress {
	max-width: 296px;
	display: flex;
	margin-bottom: 30px;
}
.s__delivery .progress__item {
	background: var(--white);
	max-width: 77px;
	width: 100%;
	flex-shrink: 0;
	height: 1px;
}
.s__delivery .progress__item.active {
	background: var(--red);
}
.s__delivery .s__wrap {
	display: flex;
	justify-content: flex-end;
}
.s__delivery .s__wrap .btn {
	padding: 16px 36px;
}

.s__delivery .slider__controls {
	display: none;
}

.s__delivery .swiper-wrapper {
	/*margin-bottom: 84px;*/
	margin-bottom: 40px;
}

.s__delivery .swiper-pagination-progressbar {
	position: relative !important;
	width: 300px !important;
	height: 2px !important;
	position: relative;
	background: transparent !important;
}
.s__delivery .swiper-pagination-progressbar:after {
	content: '';
	background: var(--white) !important;
	height: 1px;
	width: 100%;
	left: 0;
	bottom: 0;
	position: absolute;
}
.s__delivery .swiper-pagination-progressbar-fill {
	background: var(--red) !important;
	position: relative;
	z-index: 2;
}



@media screen and (max-width: 1023px) {
	.s__delivery {
		padding: 80px 0 64px;
	}
	.s__delivery .s__title-wrap {
		flex-direction: column;
		align-items: end;
		margin-bottom: 35px;
	}
	.s__delivery .see__box .see__button {
		display: none;
	}

	.s__delivery .s__title {
		margin-bottom: 30px;
	}

	.s__delivery .car__list {
		margin-bottom: 60px;
	}
	.s__delivery .car__item {
		display: none;
	}
	.s__delivery .car__item:nth-child(1) {
		display: block;
	}
	.s__delivery .car__item {
		max-width: 407px;
		margin-right: 15px;
	}
	.s__delivery .car__item-header {
		font-size: 2.2rem;
	}
	.s__delivery .car__link {
		max-width: 150px;
	}
	.s__delivery .car__link svg {
		width: 16px;
	}

	.s__delivery .progress {
		display: none;
	}

	/*.s__delivery .slider__controls {
		display: flex;
	    justify-content: center;
	    margin-bottom: 60px;
	}
	.s__delivery .see__button {
		width: 58px;
		height: 58px;
		border-radius: 100%;
		border:  2px solid var(--red);
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 12px;
	}
	.s__delivery .s__wrap {
		justify-content: center;
	}*/



}


@media screen and (max-width: 767px) {

	.s__delivery {
		padding: 66px 0 52px;
	}
	.s__delivery .s__title-wrap {
		/*margin-bottom: 50px;*/
		margin-bottom: 20px;
	}
	.s__delivery .s__title {
		margin-bottom: 0;
	}
	.s__delivery .see__box {
		display: none;
	}
	.s__delivery .car__list {
		width: 100%;
		margin-right: 0;
		margin-bottom: 80px;
	}
	.s__delivery .car__item {
		margin-right: 0;
		max-width: 100%;
		/*margin-bottom: 54px;*/
		margin-bottom: 0;
	}
	.s__delivery .car__item:nth-child(2) {
		display: block;
	}
	.s__delivery .car__item-header {
	    font-size: 1.8rem;
	    letter-spacing: -0.2px;
	    padding: 16px 4px 12px;
	}
	/*.s__delivery .car__name {
		font-size: 1.8rem;
		letter-spacing: -0.2px;
		padding: 16px 4px 12px;
	}*/
	.s__delivery .car__image {
		/*height: 298px;*/
		/*height: 180px;*/
		height: 240px;
	}
	.s__delivery .car__characters {
	    justify-content: space-between;
	    /*padding: 0 14px 6px;*/
	    padding: 0 5px;
	    /*margin-bottom: 36px;*/
	}
	.s__delivery .car__characters-item {
		/*margin: 0 15px;*/
		margin: 0 5px;
		width: 100%;
		max-width: calc(30% - 5px - 5px);
		text-align: center;
	}
	.s__delivery .car__characters-probeg {
		max-width: calc(38% - 5px - 5px);
	}
	.s__delivery .car__characters-value {
		font-size: 1.2rem;
	}

	.s__delivery .car__price {
		text-transform: uppercase;
		flex-wrap: nowrap;
		align-items: center;
	    font-size: 1.6rem;
	    margin-bottom: 10px;
	}

	.s__delivery .car__price-text {
/*	    letter-spacing: -0.4px;*/
		font-size: 1.4rem;
	}
	.s__delivery .car__review {
		padding-right: 4px;
		margin-bottom: 24px;
	}

	.s__delivery .car__wrap {
		flex-direction: column;
		margin-bottom: 0;
	}

	.s__delivery .car__wrap .btn {
		margin-bottom: 20px;
	}

	.s__delivery .slider {
		left: -20px;
	}
	.s__delivery .see__button {
/*		top: 245px;*/
		top: 175px;
	}

	.s__delivery .see__button-prev {
		/*left: -30px;*/
		left: -10px;
	}
	.s__delivery .see__button-next {
		/*right: -30px;*/
		right: -10px;
	}
	.s__delivery .swiper-container {
		overflow: visible !important;
	}
	.s__delivery .swiper-slide-prev {
		left: -30px;
	}
	.s__delivery .swiper-slide-active {}
	.s__delivery .swiper-slide-next {
		left: 10px;
	}

	.s__delivery .swiper-slide-active .car__price {opacity: 1;}
	.s__delivery .swiper-slide-active .car__foot {opacity: 1;}

	.s__delivery .swiper-slide-next .car__price {opacity: 0;transition: 0.5s;}
	.s__delivery .swiper-slide-next .car__foot {opacity: 0;transition: 0.5s;}

}


.s__delivery2 {
	padding: 100px 0 90px;
}
.s__delivery2 .container {
	/*padding-left: 0;*/
	padding-left: 10px;
}
.s__delivery2 .s__title-wrap {
	margin-bottom: 70px;
}
.s__delivery2 .s__title-wrap .btn {
	min-width: 189px;
	padding: 15px;
	border:1px solid var(--red);
	background: transparent;
}
.s__delivery2 .s__title-wrap .btn:hover {
	background: var(--red);
	color: var(--white);
}
.s__delivery2 .s__title-wrap-mob {
	display: none;
}
.s__delivery2 .s__exc {
	margin-bottom: 74px;
}
.s__delivery2 .s__exc-list {
	display: flex;
	flex-wrap: wrap;
}
.s__delivery2 .s__exc-item {
	display: flex;
	max-width: 33.3%;
	width: 100%;
}
.s__delivery2 .s__exc-ico {
	margin-right: 23px;
}
.s__delivery2 .s__exc-text {
	font-size: 1.7rem;
	max-width: 342px;
}
.s__delivery2 .car__list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 0;
}
.s__delivery2 .car__slide {
	margin-right: 20px;
	margin-bottom: 20px;
	max-width: 400px;
	width: 100%;
}
.s__delivery2 .car__slide:nth-child(3n) {
	margin-right: 0;
}
.s__delivery2 .car__item {
	max-width: 400px;
	margin-right: 0;
	position: relative;
}
.s__delivery2 .car__item-header {
	background: rgba(255, 255, 255, 0.7);
	color: var(--red);
	position: absolute;
	top: 0;
	left: 0;
    z-index: 2;
}


.s__delivery2 .car__name {
	color:  var(--red);
	margin-right: 5px;
	text-decoration: none;
}

.s__delivery2 .car__image {
	position: relative;
	margin-bottom: 24px;
	height: 421px;
}
.s__delivery2 .car__image-label {
	position: absolute;
	top: 62px;
	left: 0;
	background: var(--white);
	color: var(--red);
/*	font-size: 2.4rem;*/
	font-size: 1.8rem;
	line-height: 1;
    font-family: 'Apercu Pro';
    padding: 17px 18px 14px;
    text-transform: uppercase;
}
.s__delivery2 .car__characters {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 0;
	background: rgba(255, 255, 255, 0.8);
}
.s__delivery2 .car__characters-ico img {
	max-width: 15px;
	max-height: 15px;
}
.s__delivery2 .car__footer2 {
	width: 100%;
}
.s__delivery2 .car__footer-btn {
	width: 100%;
}




@media screen and (max-width: 1199px) {
	.s__delivery2 .container {
		max-width: 100%;
		padding: 0 30px;
	}
	.s__delivery2 .s__exc-ico {
		margin-right: 15px;
	}
	.s__delivery2 .s__exc-text {
		padding-right: 10px;
	}
	.s__delivery2 .car__list {
		justify-content: center;
	}
	.s__delivery2 .car__slide {
		margin-right: 20px;
	}
	.s__delivery2 .car__slide:nth-child(3n) {
		margin-right: 20px;
	}
	.s__delivery2 .car__slide:nth-child(2n) {
		margin-right: 0;
	}

}

@media screen and (max-width: 1023px) {
	.s__delivery .s__title-wrap {
		align-items: center;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
	.s__delivery2 .s__title {
		margin-bottom: 0;
	}

	.s__delivery2 .car__item {
		max-width: 347px;
	}
	.s__delivery2 .car__slide {
		margin-right: 14px;
	}
	.s__delivery2 .car__slide:nth-child(3n) {
		margin-right: 14px;
	}
	.s__delivery2 .car__slide:nth-child(2n) {
		margin-right: 0;
	}
}
 

@media screen and (max-width: 767px) {

	.s__delivery2 {
		padding: 45px 0;
	}
	.s__delivery2 .s__title-wrap {
		margin-bottom: 24px;
	}
	.s__delivery2 .s__title-wrap .btn {
		display: none;
	}

	.s__delivery2 .s__title-wrap-mob {
		display: block;
		margin-bottom: 45px;
	}
	.s__delivery2 .s__title-wrap-mob .btn {
		display: block;
		padding: 8px;	
	}

	.s__delivery2 .s__exc {
		margin-bottom: 24px;
	}
	.s__delivery2 .s__exc-list {
		flex-direction: column;
	}
	.s__delivery2 .s__exc-item {
		max-width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
	.s__delivery2 .s__exc-item:last-of-type {
		margin-bottom: 0;
	}
	.s__delivery2 .s__exc-ico {
		flex-shrink: 0;
	}

	.s__delivery2 .car__slide {
		margin-bottom: 35px;
		margin-right: 0;
	}
	.s__delivery2 .car__slide:nth-child(3n) {
		margin-right: 0;
	}
	.s__delivery2 .car__item {
		/*margin-bottom: 35px;*/
		margin-bottom: 0;
	}

	.s__delivery2 .car__item-header {
		align-items: center;
	}

	.s__delivery2 .car__name {
		/*font-size: 2.4rem;*/
/*		font-size: 1.8rem;*/
		font-size: 1.4rem;
		padding: 0;
	}
	.s__delivery2 .car__year {
		font-size: 1.8rem;
		/*font-size: 2.4rem;*/
		padding: 0;
	}

	.s__delivery2 .car__image-label {
/*		font-size: 1.8rem;*/
		font-size: 1.4rem;
		padding: 12px 16px;
	}
}





.s__form {
	background: var(--white);
	padding: 48px 0 46px;
}
.s__form .container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	/*justify-content: center;*/
	justify-content: flex-start;
	/*padding-left: 30px;*/
}
.s__form .form__text {
	font-weight: bold;
	font-size: 2rem;
	margin-right: 35px;
	color: var(--blue);
	text-transform: uppercase;
	text-align: center;
}

.s__form .form {
	display: flex;
}
.s__form .form ul {
	display: flex;
	align-items: center;
}
.s__form .form ul li {
	margin-right: 20px;
	/*max-width: 296px;*/
	max-width: 270px;
	width: 100%;
	flex-shrink: 0;
}
.s__form .form ul li:last-of-type {
	margin-right: 0;
}
.s__form .form__inp {
	/*padding: 10px 0 20px;*/
	padding: 16px 0;
	border:  none;
	border-bottom: 1px solid var(--blue);
	width: 100%;
	background: transparent;
}
.s__form .form__btn {
	padding: 14px 20px;
	color: var(--blue);
	padding: 16px 20px;
	border:  1px solid var(--blue);
	background: transparent;
	text-transform: uppercase;
    font-size: 1.7rem;
    width: 100%;
    transition: 0.5s;
    cursor: pointer;
}
.s__form .form__btn:hover {
	background: var(--blue);
	color:  var(--white);
}

.s__form2 {
	padding: 50px 0 46px;
}
.s__form2 .container {
	padding-left: 0;
	padding-right: 66px;
	justify-content: space-between;
	max-width: 1030px;
}
.s__form2 .form {
	width: 100%;
	max-width: 500px;
	flex-shrink: 0;
}
.s__form2 .form__text {
	font-size: 1.8rem;
	font-weight: bold;
}
.s__form2 .form ul li {
	max-width: 191px;
}
.s__form2 .form ul li:last-of-type {
	max-width: 296px;
}
.s__form2 .form__inp {
	width: 100%;
	flex-shrink: 0;
}

@media screen and (max-width: 1199px) {
	.s__form .container {
		padding-left: 106px;
		padding-right: 0;
		max-width: 810px;
	}

	.s__form2 .container {
		/*padding-left: 0;*/
		/*max-width: 100%;*/
		/*padding: 0 30px;*/
	}
	.s__form2 .form ul li:last-of-type {
		max-width: 270px;
	}
	.s__form2 .form__text {
		max-width: 300px;
	}



	.s__form2 .form__text {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.s__form .form {
		width: 100%;
		max-width: 468px;
		max-width: 100%;
		flex-shrink: 0;
	}
	.s__form .form ul {
		justify-content: space-between;
		width: 100%;
	}
	.s__form .form ul li {
		max-width: 224px;
	}
	.s__form .form__btn {
		font-size: 1.5rem;
		padding: 16px 4px;
	}

	.s__form2 {
		padding: 50px 0 46px;
	}
	.s__form2 .form ul li {
		max-width: 166px;
		margin-right: 14px;
	}
	.s__form2 .form__inp {}
	.s__form2 .form__btn {

	}

}
@media screen and (max-width: 1023px) {
/*@media screen and (max-width: 1199px) {*/

	.s__form {
		padding: 42px 0;
	}
	.s__form .container {
		padding: 0 30px;
	    /*justify-content: space-between;*/
	    justify-content: center;
	}
}

@media screen and (max-width: 767px) {

	.s__form {
		padding-bottom: 44px;
	}
	.s__form .container {
		flex-direction: column;
	}
	.s__form .form__text {
		margin-right: 0;
		margin-bottom: 30px;
		text-transform: uppercase;
		font-size: 1.8rem;
	}
	.s__form .form {
		flex-direction: column;
	}
	.s__form .form ul {
		flex-direction: column;
	}
	.s__form .form ul li {
		margin-right: 0;
		margin-bottom: 30px;
		max-width: 100%;
	}
	.s__form .form ul li:last-of-type {
		margin-bottom: 0;
	}
	.s__form .form__btn {
		margin-top: 15px;
		font-size: 1.8rem;
		padding: 16px 4px 12px;
	}

	.s__form2 {
		padding: 40px 0 44px;
	}
	.s__form2 .form ul li:last-of-type {
		max-width: 100%;
	}

}






.s__procedure {
	/*padding: 10px 0 82px;*/
	padding: 50px 0;
}
.s__procedure .s__title {
	text-transform: uppercase;
	text-align: center;
	position: relative;
	text-align: center;
	/*top: 75px;*/
	/*left: 45px;*/
	z-index: 2;
	margin-bottom: 40px;
}
.s__procedure .columns {
	display: flex;
	justify-content: space-between;
}
.s__procedure .column-1 {
	max-width: 506px;
	width: 100%;
}
.s__procedure .column-2 {
	max-width: 49.5%;
	width: 100%;
	/*padding-top: 102px;*/
}
.s__procedure .image {}
.s__procedure .image img {}
.s__procedure .faq__list {
	flex-direction: column;
	margin-bottom: -6px;
}
.s__procedure .faq__item {
	flex-direction: column;
	margin-bottom: -9px;
}
.s__procedure .faq__item:last-of-type {
	margin-bottom: 0;
}
.s__procedure .faq__title {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.s__procedure .faq__title p {
	text-decoration: underline;
}
.s__procedure .faq__num {
	width: 35px;
	height: 35px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--red);
	border:  1px solid var(--red);
	margin-right: 20px;
	text-decoration: none;
	transition: 0.5s;
	flex-shrink: 0;
}
.s__procedure .faq__text {
	padding-left: 55px;
	line-height: 1.2;
	padding-bottom: 28px;
	display: none;
}
.s__procedure .faq__text a {
	color: var(--red);
}
.s__procedure .faq__text a:hover {
	text-decoration: none;
}
.s__procedure .faq__text strong {
	background: var(--red);
	color: var(--white);
	/*display: inline-block;*/
	padding: 0 5px;
}

.s__procedure .faq__title:hover {}
.s__procedure .faq__item.active {
	/*pointer-events: none;*/
}
.s__procedure .faq__item.active .faq__title {
	color: var(--red);
}
.s__procedure .faq__item.active .faq__num {
	background: var(--red);
	color: var(--white);
}
.s__procedure .faq__item.active .faq__text {
	display: block;
}


.s__procedure .s__wrap {
	display: flex;
	justify-content: flex-end;
}
.s__procedure .s__wrap .btn {
	padding: 15px 8px;
	margin-right: 4px;
	letter-spacing: -0.4px;
}

.s__procedure .column-2 .s__title {
	display: none;
}


@media screen and (max-width: 1199px) {
	.s__procedure {
		padding-top: 100px;
	}
	.s__procedure .s__title {
		display: none;
		top: 0;
		left: 0;
		text-align: left;
		margin-bottom: 20px;
	}
	.s__procedure .columns {
		flex-direction: column;
	}
	.s__procedure .column-1 {
		max-width: 100%;
		margin-bottom: 40px;
	}

	.s__procedure .column-2 {
		padding-top: 0;
		max-width: 100%;
	}
	.s__procedure .column-2 .s__title {
		display: block;
	}
}
@media screen and (max-width: 1023px) {
	.s__procedure {
		padding-top: 94px;
	}
	.s__procedure .faq__list {
		padding-right: 100px;
	}
}

@media screen and (max-width: 767px) {

	.s__procedure {
		padding: 68px 0;
	}
	.s__procedure .column-1 {
		margin-bottom: 50px;
	}
	.s__procedure .s__title {
		text-align: left;
		margin-bottom: 36px;
	}
	.s__procedure .faq__list {
		padding-right: 0;
		margin-bottom: 45px;
	}
	.s__procedure .s__wrap {
		justify-content: center;
	}
}




.s__principes {
	padding: 108px 0 40px;
}
.s__principes .s__title {
	margin-bottom: 20px;
	text-transform: uppercase;
	line-height: 1.2;
}

.s__principes .columns {
	display: flex;
	justify-content: space-between;
}
.s__principes .column-1 {
	max-width: 424px;
	width: 100%;
}
.s__principes .column-2 {
	max-width: 64%;
	width: 100%;
}

.s__principes .faq__list {
	flex-direction: column;
	margin-bottom: 90px;
}
.s__principes .faq__item {
	display: flex;
	flex-wrap: nowrap;
/*	align-items: center;*/
	align-items: flex-start;
	margin-bottom: 32px;
}
.s__principes .faq__item:last-of-type {
	margin-bottom: 0;
}
.s__principes .faq__item.active {
	/*pointer-events: none;*/
}
.s__principes .faq__item.active .faq__text {
	display: block;
}

.s__principes .faq__title {
	font-family: 'Apercu Pro';
/*	font-size: 2.4rem;*/
	font-size: 2rem;
	line-height: 1.2;
    letter-spacing: -0.5px;
    word-spacing: 10px;
    text-transform: uppercase;
}
.s__principes .faq__title span {
	letter-spacing: -1.2px;
	text-transform: none;
}
.s__principes .faq__num {
	flex-shrink: 0;
	font-family: 'Apercu Pro';
	font-size: 1.8rem;
/*	width: 51px;*/
/*	height: 51px;*/

	/*width: 40px;
	height: 40px;*/

	width: 35px;
    height: 35px;

    flex-shrink: 0;

	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	border:  1px solid var(--white);
	border-radius: 100%;
/*	margin-right: 52px;*/
	margin-right: 20px;
}
.s__principes .s__wrap {
	display: flex;
	justify-content: flex-end;
}
.s__principes .s__wrap .btn {
	padding: 22px 79px;
    width: 100%;
    max-width: 400px;
    margin-right: 5px;
}


@media screen and (max-width: 1199px) {
	.s__principes .column-1 {
		max-width: 200px;
	}
}
@media screen and (max-width: 1023px) {
	.s__principes {
	    padding: 88px 0 40px;
	}
	.s__principes .column-1 {
		display: none;
	}
	.s__principes .column-2 {
		max-width: 100%;
		padding-left: 125px;
	}
	.s__principes .faq__list {
		width: calc(100% + 10px);
		margin-bottom: 102px;
	}
	.s__principes .s__wrap {
		justify-content: center;
	}
}

@media screen and (max-width: 767px) {

	.s__principes {
		padding: 60px 0 82px;
	}
	.s__principes .s__title {
/*		margin-bottom: 70px;*/
		margin-bottom: 40px;
		line-height: 1.4;
	}
	.s__principes .column-2 {
		padding-left: 0;
	}
	.s__principes .faq__list {
		width: 100%;
/*		margin-bottom: 85px;*/
		margin-bottom: 40px;
	}
	.s__principes .faq__item {
/*		margin-bottom: 42px;*/
		margin-bottom: 20px;
	}
	.s__principes .faq__num {
/*		top: -16px;*/
		position: relative;
	}
	.s__principes .faq__title {
		line-height: 1.3;
	}
	.s__principes .faq__title span {
		display: none;
	}
	.s__principes .s__wrap .btn {
		padding: 15px 8px;
	}
	.s__principes .s__wrap .btn {
	    padding: 22px 8px;
	}
}



.s__deviz {
	padding: 50px 0 90px;
}
.s__deviz .s__title {
	text-transform: uppercase;
	margin-bottom: 24px;
}
.s__deviz .deviz__box {
	margin-bottom: 78px;
}
.s__deviz .deviz__box-item {
 	font-family: 'Apercu Pro';
	font-size: 7.2rem;	
	font-weight: 400;
	margin-bottom: 30px;
	color: var(--red);
}
.s__deviz .deviz__box-item:last-of-type {
	margin-bottom: 0;
}

.s__deviz .deviz__box-item:nth-child(1) {
	margin-left: 27%;
}
.s__deviz .deviz__box-item:nth-child(2) {
	margin-left: 45%;
}
.s__deviz .deviz__box-item:nth-child(3) {
	margin-left: 54%;
}

.s__deviz .s__wrap {
	display: flex;
	justify-content: flex-end;
}
.s__deviz .s__wrap .btn {
	padding: 22px 79px;
    width: 100%;
    max-width: 400px;
    margin-right: 5px;
}

@media screen and (max-width: 1199px) {
	.s__deviz {
	    padding: 35px 0 115px;
	}
	.s__deviz .s__title {
		 margin-bottom: 40px;
	}
	.s__deviz .deviz__box {
		width: calc(100% + 10px);
		margin-bottom: 100px;
	}
	.s__deviz .deviz__box-item:nth-child(1) {
		margin-left: 0;
	}
	.s__deviz .deviz__box-item:nth-child(2) {
		margin-left: 23%;
	}
	.s__deviz .deviz__box-item:nth-child(3) {
		margin-left: 36%;
	}
	.s__deviz .s__wrap {
		justify-content: center;
	}
}
@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 767px) {

	.s__deviz {
		/*delete*/
		display: none;
		/*delete*/
	}
	.s__deviz .s__title {
		font-size: 2.8rem;
	}
	.s__deviz .deviz__box {
		width: 100%;
		margin-bottom: 40px;
	}
	.s__deviz .deviz__box-item {
		font-size: 3rem;
	}
	.s__deviz .s__wrap .btn {
		padding: 15px 8px;
	}
}




.s__credit {
	padding: 112px 0 120px;
}
.s__credit .container {
	max-width: 1040px;
	padding-left: 0;
}
.s__credit .s__title {
	margin-bottom: 40px;
	letter-spacing: 0;
}
.s__credit .columns {
	display: flex;
	justify-content: space-between;
}
.s__credit .column-1 {
	/*max-width: 50%;*/
	max-width: 402px;
	width: 100%;
}
.s__credit .column-2 {
	/*max-width: 50%;*/
	max-width: 400px;
	width: 100%;
}

.s__credit .credit__text {
	margin-bottom: 34px;
	line-height: 1.3;
}
.s__credit .credit__text .bank {
	text-decoration: underline;
	color:  var(--red);
}

.s__credit .faq__list {}
.s__credit .faq__item {
	margin-bottom: 18px;
}
.s__credit .faq__item:last-of-type {
	margin-bottom: 0;
}
.s__credit .faq__title {
	cursor: pointer;
  font-family: 'Apercu Pro';
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px 0;
	color:  var(--white);
	text-transform: uppercase;
	margin-bottom: 25px;
	border-bottom: 1px solid var(--white);
	display: flex;
	justify-content: space-between;
}
.s__credit .faq__ico {
	flex-shrink: 0;
	width: 18px;
	transition: 0.5s;
}
.s__credit .faq__item.active .faq__ico {
    transform: rotate(180deg);
}
.s__credit .faq__text {
	display: none;
}
.s__credit .faq__text p {
	margin-bottom: 11px;
}
.s__credit .faq__text ul {}
.s__credit .faq__text ul li {}
.s__credit .faq__text ul li:before {
	content:  '';
	border-radius: 100%;
	background: var(--white);
}

.s__credit .faq__item.active .faq__text {
	display: block;
}

.s__credit .form {
	display: flex;
	flex-direction: column;
	position: relative;
	left: -6px;
	top: -2px;
}
.s__credit .form__title {
	font-size: 2.2rem;
	color:  var(--red);
	margin-bottom: 8px;
	text-transform: uppercase;
}
.s__credit .form ul {}
.s__credit .form ul li {
	margin-bottom: 20px;
}
.s__credit .form ul li:last-of-type {
	margin-bottom: 0;
	margin-top: 44px;
}

.s__credit .form__inp::-webkit-input-placeholder {color: var(--white); opacity: 0.5;}
.s__credit .form__inp::-moz-placeholder          {color: var(--white); opacity: 0.5;}
.s__credit .form__inp:-moz-placeholder           {color: var(--white); opacity: 0.5;}
.s__credit .form__inp:-ms-input-placeholder      {color: var(--white); opacity: 0.5;}

.s__credit .form__inp {
	padding: 20px 0;
	display: block;
	width: 100%;
	border-bottom: 1px solid var(--white);
	background: transparent;
	border:  none;
	border-bottom: 1px solid var(--white);
	color:  var(--white);
}


.s__credit .form__btn {
	width: 100%;
	background: var(--red);
	color:  var(--white);
	padding: 20px;
	border:  none;
	outline: none;
	cursor: pointer;
	font-size: 1.7rem;
	transition: 0.5s;
}
.s__credit .form__btn:hover {
	background: var(--red2);
}


@media screen and (max-width:  1240px) {
	.s__credit .container {
		max-width: 1250px;
    	padding-left: 106px;
	}
}

@media screen and (max-width: 1199px) {
	.s__credit .container {
	    max-width: 810px;
	}
	.s__credit .columns {
		flex-direction: column;
	}
	.s__credit .column-1 {
		max-width: 100%;
		margin-bottom: 50px;
	}
	.s__credit .column-2 {
		max-width: 100%;
	}

	.s__credit .credit__text {
		margin-bottom: 58px;
	}

	.s__credit .faq__list {
		flex-direction: row;
		display: flex;
	}
	.s__credit .faq__item {
		max-width: 50%;
		width: 100%;
		margin-right: 4%;
	}
	.s__credit .faq__item:nth-child(2n) {
		margin-right: 0;
	}

	.s__credit .form {
		left: 0;
		top: 0;
		max-width: 470px;
		margin: 0 auto;
	}
	.s__credit .form__title {
		text-align: center;
	}
	.s__credit .form ul li {
		margin-bottom: 22px
	}

}

@media screen and (max-width: 1023px) {
	.s__credit {
		padding: 65px 0 80px;
	}
	.s__credit .container {
		padding: 0 30px;
	}
}

@media screen and (max-width: 767px) {
	.s__credit {
	    padding: 68px 0 72px;
	}
	.s__credit .credit__text {
		margin-bottom: 38px;
	}
	.s__credit .column-1 {
		margin-bottom: 25px;
	}
	.s__credit .faq__list {
		flex-direction: column;
	}
	.s__credit .faq__item {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 8px;
	}
	.s__credit .form__title {
		text-align: left;
		line-height: 1.3;
	}
}




.s__clients {
	padding: 60px 0 64px;
	background: var(--white);
}
.s__clients .container {
	padding-left: 0;
}
.s__clients .slider {
	max-width: 1000px;
	margin: 0 auto;
}

.s__clients .client__list {
	display: flex;
	align-items: center;
	/*justify-content: center;*/
	justify-content: flex-end;
}
.s__clients .client__item {
	max-width: 202px;
	min-height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	/*margin: 0 44px;*/
}
.s__clients .client__item:first-of-type {
	margin-left: 0;
}
.s__clients .client__item:last-of-type {
	margin-right: 0;
}
.s__clients .client__logo {
	padding: 0 10px;
	/*background: var(--white);*/
}
.s__clients .client__logo img {
	margin: 0 auto;
}


@media screen and (max-width: 1199px) {
	.s__clients .container {
		padding-left: 106px
	}
}
@media screen and (max-width: 1023px) {
	.s__clients {
		min-height: 170px;
	}
	.s__clients .container {
		padding-left: 0;
		padding-right: 0;
	}
}




.s__intercargo {
	/*padding: 85px 0 150px;*/
	padding: 80px 0;
}

.s__intercargo .s__title {
    position: relative;
    top: 44px;
    line-height: 1.2;
    z-index: 2;
    left: 316px;
    text-align: left;
    letter-spacing: 0px;
}
.s__intercargo .s__title span {
	color:  var(--blue);
	background: var(--white);
	padding: 5px 20px;
	display: inline-block;
}

.s__intercargo .columns {
	display: flex;
	justify-content: space-between;
}
.s__intercargo .column-1 {
	max-width: 506px;
	width: 100%;
}
.s__intercargo .column-2 {
	max-width: 44.5%;
	width: 100%;
	padding-top: 90px;
}
.s__intercargo .s__image {
	/*background: var(--grey);*/
	/*padding: 60px;*/
	display: block;
}
.s__intercargo .s__image img {
	transition: 0.5s;
}
.s__intercargo .s__image:hover img {
	transform: scale(1.1);
}


.s__intercargo .s__text {
    margin-bottom: 35px;
    max-width: 402px;
    line-height: 1.2;
    letter-spacing: 0.3px;
}
.s__intercargo .s__text p {
	/*margin-bottom: 40px;*/
	margin-bottom: 30px;
}
.s__intercargo .s__text ul {
	display: flex;
	flex-direction: column;
	margin-left: 8px;
}
.s__intercargo .s__text ul li {
	margin-bottom: 4px;
	display: flex;
	align-items: flex-start;
	line-height: 1.3;
}
.s__intercargo .s__text ul li:last-of-type {
	margin-bottom: 0;
}
.s__intercargo .s__text ul li:before {
	content:  '';
	position: relative;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: var(--white);
	display: inline-block;
	margin-right: 10px;
	flex-shrink: 0;
	top: 8px;
}

.s__intercargo .s__text strong {
	background: var(--red);
	color: var(--white);
	display: inline-block;
    padding: 0 5px;
}

.s__intercargo .s__wrap {
	display: flex;
	justify-content: flex-end;
}
.s__intercargo .s__wrap .btn {
	margin-right: 5px;
	font-size: 1.6rem;
	padding: 16px 10px;
}
.s__intercargo .column-2 .s__title {
	display: none;
}


@media screen and (max-width: 1199px) {
	.s__intercargo {
		padding-top: 100px;
	}
	.s__intercargo .s__title {
		display: none;
		text-align: left;
		margin-bottom: 50px;
		top: 0;
		left: 0;
	}
	.s__intercargo .columns {
		flex-direction: column;
	}
	.s__intercargo .column-1 {
		max-width: 100%;
		margin-bottom: 40px;
	}
	.s__intercargo .column-2 {
		padding-top: 0;
		max-width: 100%;
	}
	.s__intercargo .column-2 .s__title {
		display: block;
	}
	.s__intercargo .s__image {}
	.s__intercargo .s__image img {
		margin:  0 auto;
	}
	.s__intercargo .s__text {
		max-width: 100%;
		letter-spacing: 0.1px;
		margin-bottom: 28px;
	}
}

@media screen and (max-width: 1023px) {
	.s__intercargo {
	    padding: 85px 0;
	}
	.s__intercargo .column-1 {
		margin-bottom: 50px;
	}
	.s__intercargo .s__title span {
		background: var(--red);
		/*padding: 0;*/
		padding: 0 5px;
		color:  var(--white);
	}
}
@media screen and (max-width: 767px) {

	.s__intercargo {
		/*padding: 180px 0 60px;*/
		padding: 60px 0;
	}
	.s__intercargo .s__image {
		/*padding: 38px;*/
	}
	.s__intercargo .s__title {
		line-height: 1.5;
		margin-bottom: 30px;
		font-size: 2rem;
	}
	.s__intercargo .s__wrap {
		justify-content: center;
	}
	.s__intercargo .s__text {
/*		margin-bottom: 45px;*/
		margin-bottom: 40px;
	}
	.s__intercargo .s__text p {
/*		margin-bottom: 42px;*/
		margin-bottom: 20px;
	}
	.s__intercargo .s__text ul {
		padding-right: 4px;
	}
	.s__intercargo .s__text ul li {
		line-height: 1.4;
	}
	.s__intercargo .s__text ul li:before {
		margin-right: 14px;
	}
}




.s__strope {
	background: var(--white);
	padding: 47px 0 38px;
}
.s__strope .best__box {
	display: flex;
	justify-content: space-between;
}
.s__strope .best__item {
	opacity: 0.5;
	letter-spacing: 0.003em;
	font-family: 'Apercu Pro';
	font-size: 1.8rem;
	color: var(--blue);
}









.s__faq {
	padding: 70px 0 62px;
}

.s__faq .container{ 
	max-width: 1040px; 
	padding-left: 0;
}
.s__faq .s__title {
	margin-bottom: 82px;
	letter-spacing: 0;
}

.s__faq .columns {
	display: flex;
	justify-content: space-between;
}



.s__faq .column-1 {
	max-width: 402px;
	width: 100%;

	max-width: 100% !important;
}
.s__faq .column-2 {
	display: none !important;
	max-width: 50%;
	width: 100%;
}
.s__faq .faq__list {
	display: flex;
	flex-direction: column;
	/*max-width: 402px;*/
	width: 100%;
	max-width: 100% !important;
}
.s__faq .faq__item {
	/*margin-bottom: 11px;*/
	margin-bottom: 24px;
	cursor: pointer;
}
.s__faq .faq__item:last-of-type {
	margin-bottom: 0;
}
.s__faq .faq__title {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid var(--white);
	padding: 0 0 18px 0;
	margin-bottom: 10px;
	font-size: 1.8rem;
}
.s__faq .faq__ico {
	flex-shrink: 0;
	transition: 0.5s;
}
.s__faq .faq__item .faq__ico path {
	transition: 0.5s;
}
.s__faq .faq__text {
	/*display: none !important;*/
	display: none;
}
.s__faq .faq__text p {
	margin-bottom: 10px;
}
.s__faq .faq__text p:last-of-type {
	margin-bottom: 0;
}
.s__faq .faq__text strong {
    color: var(--dark);
    background: #fff;
    padding: 0 5px;
}


.s__faq .faq__item.active .faq__title{
	color: var(--red);
	border-color: var(--red);
}
.s__faq .faq__item.active .faq__ico {
	transform: rotate(180deg);
}
.s__faq .faq__item.active .faq__ico path {
	stroke: var(--red);
}
.s__faq .faq__item.active .faq__text {
	display: block;
}

@media screen and (max-width: 1240px) {
	.s__faq .container {
		max-width: 1250px;
    	padding-left: 106px;
	}
}
@media screen and (max-width: 1199px) {
	.s__faq .container {
		max-width: 810px;
	}
	.s__faq .s__title {
		text-align: center;
	}
	.s__faq .columns {
		flex-direction: column;
	}
	.s__faq .column-1 {
		max-width: 100%;
		margin-bottom: 11px;
	}
	.s__faq .column-2 {
		margin-bottom: 0;
		max-width: 100%;
	}
	.s__faq .faq__list {
		margin: 0 auto;
	}
}
@media screen and (max-width: 1023px) {
	.s__faq {
		padding: 80px 0 65px;
	}
	.s__faq .container {
		padding: 0 30px;
	}
	.s__faq .s__title {
		margin-bottom: 60px;
	}

	.s__faq .column-2 {
		/*delete*/
		display: none;
		/*delete*/
	}

}

@media screen and (max-width: 767px) {
	.s__faq {
		padding: 54px 0 74px;
	}
	.s__faq .s__title {
		text-align: left;
		margin-bottom: 42px;
	}
}




.s__card {
	padding: 90px 0 70px 0;
}
.s__card .container {
	/*padding-left: 0;*/
	padding-left: 10px;
}
.s__card .columns {
	display: flex;
    align-items: flex-start;
	justify-content: space-between;
}
.s__card .columns:last-of-type {
	margin-bottom: 0;
}
.s__card .columns-1 {
	margin-bottom: 70px;
}
.s__card .columns-1 .column-1 {
	max-width: 506px;
	width: 100%;
	/*background: green;*/
/*	margin-right: 130px;*/
	margin-right: 60px;
}
.s__card .columns-1 .column-2 {}
.s__card .car__slider {
	overflow: hidden;
	position: relative;
}
.s__card .car__slider-label {
	position: absolute;
	top: 10px;
	left: 0;
	background: var(--white);
	color: var(--red);
	font-size: 2.4rem;
	line-height: 1;
    font-family: 'Apercu Pro';
    padding: 17px 18px 14px;
    text-transform: uppercase;
    z-index: 2;
}
.s__card .car__slider .swiper {
	position: relative;
	margin-bottom: 19px;
}
.s__card .car__slider .swiper .image__popup{
	display: block;
}
.s__card .car__slider .swiper img {
    max-height: 380px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.s__card .carPhotos {
	position: relative;
}

.s__card .carPhotos .swiper-button-prev,
.s__card .carPhotos .swiper-button-next {
	color: var(--white);
	transition: 0.5s;
}
.s__card .carPhotos .swiper-button-prev:hover,
.s__card .carPhotos .swiper-button-next:hover {
	color: var(--red);
}


.s__card .carPhotosThumb .swiper-slide {
	opacity: 0.8;
	cursor: pointer;
}
.s__card .carPhotosThumb .swiper-slide img {
	min-height: 113px;
	max-height: 118px;
	height: 100%;
    width: 100%;
	object-fit: cover;
}


.s__card .carPhotosThumb .swiper-slide-thumb-active {
	border: 1px solid var(--red);
	opacity: 1;
}
.s__card .carPhotosThumb .swiper-button-prev,
.s__card .carPhotosThumb .swiper-button-next {
	width: 31px;
	height: 100%;
	background: rgba(255,255,255,0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	margin-top: 0;
	transition: 0.5s;
}
.s__card .carPhotosThumb .swiper-button-prev {
	top: 0;
	left: 0;
}
.s__card .carPhotosThumb .swiper-button-next {
	top: 0;
	right: 0;
}

.s__card .carPhotosThumb .swiper-button-next:after, 
.s__card .carPhotosThumb .swiper-button-prev:after {
	font-size: 1.4rem;
}

.s__card .carPhotosThumb .swiper-button-prev:hover {
	background: rgba(255,255,255,1);
	color: var(--red);
}
.s__card .carPhotosThumb .swiper-button-next:hover {
	background: rgba(255,255,255,1);
	color: var(--red);
}



.s__card .car__title {
    /*font-family: 'Apercu Pro';*/
/*	font-size: 4.8rem;*/
	font-size: 3.8rem;
	font-weight: 400;
	/*background: var(--red);*/
	background: #0D0F13;
	color: var(--white);
	padding: 8px 30px;
	margin-bottom: 7px;
	letter-spacing: 0.6px;
/*	width: 300%;*/
	width: 100%;
}
.s__card .car__price {
	background: #ECECEC;
	padding: 10px 30px;
	/*color: var(--red);*/
	color: #0D0F13;
    /*font-family: 'Apercu Pro';*/
	font-size: 2.7rem;
	font-weight: 400;
	margin-bottom: 18px;
/*	width: 300%;*/
	width: 100%;
}
.s__card .car__desc {
	margin-bottom: 18px;
	font-size: 1.58rem;
    text-transform: uppercase;
}
.s__card .car__character {
	display: flex;
	flex-wrap: wrap;
}
.s__card .car__character-title {
	margin-bottom: 16px;
    /*font-family: 'Apercu Pro';*/
	font-size: 1.58rem;
    text-transform: uppercase;
    flex-shrink: 0;
    width: 100%;
}
.s__card .character__lists {
	display: flex;
	justify-content: space-between;
}
.s__card .character__list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
	max-width: 48.5%;
	margin-right: 20px;
}
.s__card .character__list:nth-child(2n) {
	margin-right: 0;
}
.s__card .character__item {
	text-transform: uppercase;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
    font-family: 'Apercu Pro';
	font-size: 1.5rem;
	font-weight: 400;
	padding: 11px 0;
	margin-bottom: 3px;
	border-bottom: 1px solid var(--white);
}
.s__card .character__item-label {}
.s__card .character__item-value {
	font-size: 1.4rem;
}
.s__card .character__footer {
	width: 100%;
    flex-shrink: 0;
}
.s__card .character__footer .btn {
	max-width: 296px;
	width: 100%;
	padding: 15px 13px;
	text-align: center;
}

.s__card .tab {
	width: 100%;
}
.s__card .tab__header {
	margin-bottom: 70px;
	display: flex;
	justify-content: space-between;
}
.s__card .tab__header-item {
	padding: 25px 0;
	text-align: center;
	font-size: 1.7rem;
	max-width: 33.3%;
	width: 100%;
	text-transform: uppercase;
	border-bottom: 1px solid var(--white);
	cursor: pointer;
}
.s__card .tab__header-item.active {
	border-color: var(--red);
	color: var(--red);
}
.s__card .tab__body {}
.s__card .tab__body-item {
	display: none;
}
.s__card .tab__body-item.active {
	display: block;
}
.s__card .tab__body .columns {
	display: flex;
	justify-content: space-between;
}
.s__card .tab__body .column-1 {}
.s__card .tab__body .column-2 {
	/*max-width: 506px;*/
	max-width: 52%;
	width: 100%;
	padding-top: 16px;
    display: flex;
    justify-content: end;
    flex-shrink: 0;
}
.s__card .tab__body .s__text {
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.7rem;
}
.s__card .tab__body .s__text:last-of-type {
	margin-bottom: 0;
}
.s__card .tab__body .s__text p {
	margin-bottom: 36px;
	width: 100%;
}

.s__card .tab__body .s__text .col1 {
	/*margin-right: 120px;*/
	margin-right: 2%;
	max-width: 48%;
}
.s__card .tab__body .s__text .col2 {
	margin-right: 0;
	max-width: 48%;
}
.s__card .tab__body .s__text ul {
	display: flex;
	flex-direction: column;
	margin-bottom: 36px;
	/*margin-right: 120px;*/
	margin-left: 16px;
}
.s__card .tab__body .s__text ul:nth-of-type(2n) {
	/*margin-right: 0;*/
}

.s__card .tab__body .s__text ul li {
	display: flex;
	align-items: center;
	margin-bottom: 1px;
}
.s__card .tab__body .s__text ul li:before {
	content: '';
	width: 2px;
	height: 2px;
	background: var(--white);
	flex-shrink: 0;
	margin-right: 10px;
}
.s__card .tab__body .btn {}
.s__card .tab__body .btn2 {
	display: none;
}



.s__card .link__popup {
	color: var(--red);
	text-decoration: underline;
	font-size: 1.6rem;
}
.s__card .tab__body .car__photo {
	/*max-width: 100%;*/
	max-width: 506px;
	height: 377px;
}
.s__card .tab__body .car__photo img {
	object-fit: cover;
	height: 100%;
}

.s__card .tab__body .btn {
	border: 1px solid var(--red);
	background: transparent;
	color:  var(--red);	
	font-size: 1.6rem;
	padding: 15px 12px;
	max-width: 296px;
	width: 100%;
}
.s__card .tab__body .btn:hover {
	background: var(--red);
	color: var(--white);
}


@media screen and (max-width: 1199px) {
	.s__card .columns-1 {
		flex-direction: column;
	}
	.s__card .columns-1 .column-1 {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}

	.s__card .car__title {
		width: 100%;
		text-align: center;
	}
	.s__card .car__price {
		width: 100%;
		text-align: center;
		margin-bottom: 50px;
	}


	.s__card .tab__body .column-1 {
		width: 100%;
	}
	.s__card .tab__body .column-2 {
		display: none;
	}

}

@media screen and (max-width: 1023px) {
	.s__card {
		padding: 40px 0 42px;
	}
	.s__card .container {
		padding-left: 30px;
	}
	.s__card .columns-1 {
		margin-bottom: 24px
	}
	.s__card .columns-1 .column-1 {
		margin-bottom: 0;
	}
	.s__card .car__slider .swiper {
		margin-bottom: 36px;
	}
	.s__card .car__title {
		margin-bottom: 12px;
	}
	.s__card .car__price {
		margin-bottom: 60px;
	}
	.s__card .car__desc {
		/*delete*/
		display: none;
		/*delete*/
	}
	.s__card .car__character-title {
		margin-bottom: 20px;
	}

	.s__card .character__item {
		padding: 16px 0;
	}

	.s__card .character__footer {
		display: none;
	}
	.s__card .tab__body .btn {
		display: none;
	}
	.s__card .tab__body .btn2 {
		display: block;
	}

	.s__card .tab__header {
		margin-bottom: 60px;
	}
	.s__card .tab__header-item {
		line-height: 1.3;
		padding-bottom: 20px;
	}
	.s__card .tab__body .s__text ul {
		/*margin-right: 165px;*/
		margin-bottom: 28px;
	}
	.s__card .tab__body .s__text-link {
		display: none;
	}
	.s__card .tab__body .s__wrap {
		display: flex;
		justify-content: center;
	}
}

@media screen and (max-width: 767px) {
	.s__card {
		padding: 26px 0 62px;
	}
	.s__card .container {
		padding: 0;
	}
	.s__card .columns-1 {
		margin-bottom: 50px;
	}
	.s__card .car__slider .carPhotosThumb {
		display: none;
	}

	.s__card .car__slider .swiper {
		margin-bottom: 14px;
	}

	.s__card .car__slider {
		/*width: calc(100% + 60px);*/
		/*margin-left: -30px*/
	}
	.s__card .car__slider-label {
		font-size: 1.8rem;
	}
	.s__card .car__title {
		font-size: 2.4rem;
		margin-bottom: 8px;
	}
	.s__card .car__price {
		font-size: 2.4rem;
		padding: 6px 10px;
		margin-bottom: 35px;
	}
	.s__card .car__character {
		padding:  0 30px;
	}
	.s__card .character__lists {
		flex-direction: column;
	}
	.s__card .character__list {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 0;
	}
	.s__card .car__character-title {
		margin-bottom: 10px;
	}
	.s__card .character__item {
	    padding: 15px 0;
	}

	.s__card .tab__header {
		margin-bottom: 30px;
		/*flex-direction: column;*/
	}
	.s__card .tab__header-item {
		border: none;
		/*width: 100%;*/
		/*max-width: 100%;*/
		font-size: 1.6rem;
		padding: 5px 0;
		margin-bottom: 5px;
		font-size: 1.2rem;
	}
	.s__card .tab__header-item.active {
		background: var(--red);
		color: var(--white);
	}
	.s__card .tab__body {
		padding: 0 30px;
	}
	.s__card .tab__body .s__text {
/*		letter-spacing: 0.3px;*/
		font-size: 1.6rem;
		margin-bottom: 22px;
	}
	.s__card .tab__body .s__text p {
		margin-bottom: 18px;
	}
	.s__card .tab__body .s__text ul {
		margin-right: 0;
	}
	.s__card .tab__body .s__text ul li {
		margin-bottom: 2px;
	}

	.s__card .tab__body .s__text .col1 {
		max-width: 100%;
		margin-right: 0;
	}
	.s__card .tab__body .s__text .col2 {
		max-width: 100%;
		margin-right: 0;
	}

}








.s__buystock-spec {
	padding: 56px 0 60px;	
}
.s__buystock-spec .container {
	flex-direction: column;
	padding-right: 0;
	max-width: 930px;
}
.s__buystock-spec .form {
	max-width: 100%;
}
.s__buystock-spec .form__text {
	margin-bottom: 30px;
	color: #151D2A;
	margin-right: 0;
	font-size: 2rem;
}
.s__buystock-spec .form {
	width: 100%;
    justify-content: space-between;
}
.s__buystock-spec .form ul {
	width: 100%;
    justify-content: space-between;
}
.s__buystock-spec .form ul li {
	max-width: 296px;
}
.s__buystock-spec .form__inp {
	border-color: #151D2A;
	padding-bottom: 14px;
}

.s__buystock-spec .form__inp::-webkit-input-placeholder {color: #151D2A; opacity: 0.5;}
.s__buystock-spec .form__inp::-moz-placeholder          {color: #151D2A; opacity: 0.5;}
.s__buystock-spec .form__inp:-moz-placeholder           {color: #151D2A; opacity: 0.5;}
.s__buystock-spec .form__inp:-ms-input-placeholder      {color: #151D2A; opacity: 0.5;}

.s__buystock-spec .form__btn {
	background: var(--red);
	color: var(--white);
	border-color: var(--red);
}
.s__buystock-spec .form__btn:hover {
}


@media screen and (max-width: 1199px) {
	.s__buystock-spec .container {
		padding-left: 0;
	}
	.s__buystock-spec .form ul {
		flex-direction: column;
	}
	.s__buystock-spec .form ul li {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.s__buystock-spec .form ul li:last-of-type {
		margin-bottom: 0;
		margin-top: 20px;
	}
}

@media screen and (max-width: 1023px) {
	.s__buystock-spec {
	    padding: 46px 0 50px;
	}
	.s__buystock-spec .form__text {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 767px) {
	.s__buystock-spec {
	    padding: 26px 0 50px;
	} 
	.s__buystock-spec .container {
		padding: 0 30px;
	}
	.s__buystock-spec .form__text {
		text-align: center;
		line-height: 1.2;
		margin-bottom: 28px;
	}
	.s__buystock-spec .form ul li {
		margin-bottom: 30px;
		max-width: 100%;
	}
	.s__buystock-spec .form ul li:last-of-type {
		margin-top: 0;
	}
	.s__buystock-spec .form__btn {
		margin-top: 6px;
	}
}














.footer {
	/*background: url(../i/bg/ba_bg_footer.jpg) no-repeat center / cover;*/
	color:  var(--black);
	position: relative;

	/*delete*/
	/*padding-bottom: 400px;*/
	/*delete*/
}

.footer .bg__abs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.footer .bg__abs picture {
	height: 100%;
}
.footer .bg__abs img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.footer .container {
    z-index: 2;
    position: relative;
}

.footer .columns {
	display: flex;
	justify-content: space-between;
}
.footer .column-1 {
	/*padding: 34px 0 15px;*/
	padding: 34px 0 30px;
	/*max-width: 400px;*/
	/*max-width: 517px;*/
	max-width: 523px;
	width: 100%;
	border-right: 1px solid var(--black);
}
.footer .column-2 {
	padding: 34px 0 0;
	max-width: 400px;
	width: 100%;
}

.footer nav {}
.footer nav ul {
	display: flex;
	flex-direction: column;
}
.footer nav ul li {
	margin-bottom: 5.5px;
}
.footer nav ul li:last-of-type {
	margin-bottom: 0;
}
.footer nav ul li a {
  font-family: 'Apercu Pro';
  font-weight: 300;
  font-size: 1.8rem;
	color:  var(--black);
}
.footer nav ul li a:hover {
	color: var(--red);
	text-decoration: none;
}

.footer .form {
	max-width: 296px;
	width: 100%;
	position: relative;
	margin-left: -110px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.footer .form__title {
    color: rgb(31 32 37 / 50%);
  font-family: 'Apercu Pro';
	text-transform: uppercase;
	letter-spacing: 0.003em;
	margin-bottom: 6px;
	letter-spacing: -0.2px;
}
.footer .form ul {}
.footer .form ul li {
	position: relative;
	margin-bottom: 20px;
}
.footer .form ul li:last-of-type {
	margin-bottom: 0;
}

.footer .form__inp::-webkit-input-placeholder {color: #1F2025; opacity: 0.5;}
.footer .form__inp::-moz-placeholder          {color: #1F2025; opacity: 0.5;}
.footer .form__inp:-moz-placeholder           {color: #1F2025; opacity: 0.5;}
.footer .form__inp:-ms-input-placeholder      {color: #1F2025; opacity: 0.5;}

.footer .form__inp {
	border:  none;
	background: transparent;
	border-bottom: 1px solid var(--black);
	padding: 20px 0;
	padding-right: 60px;
	width: 100%;
    color: rgb(31 32 37 / 100%);
    /*color: var(--white);*/
}
.footer .form__btn {
	background: transparent;
	border:  none;
	outline: none;
	position: absolute;
	bottom: 20px;
	right: -8px;
	cursor: pointer;
}
.footer .form__btn svg {
	transition: 0.5s;
}
.footer .form__btn circle {
	transition: 0.5s;
}
.footer .form__btn path {
	transition: 0.5s;
}

.footer .form__btn:hover circle {
	stroke:  var(--red);
	fill: var(--red);
}
.footer .form__btn:hover path {
}


.footer .footer__inner {
	border-top:  1px solid var(--black);
	/*padding: 16px 0 12px;*/
	/*margin-top: 15px;*/
	/*max-width: 1410px;*/
	max-width: 1428px;
	margin: 0 auto;
	position: relative;
}
.footer .footer__inner .container {
	padding-left: 0;
	max-width: 100%;
}

.footer .footer__contacts {
	font-size: 1.4rem;
	display: flex;
/*	align-items: center;*/
	align-items: flex-start;
	padding-left: 40px;
	max-width: 640px;
	/*max-width: 602px;*/
	position: relative;
	/*left: 95px;*/
	left: 110px;
	/*top: -5px;*/
	/*padding: 16px 0 12px;*/
	padding: 22px 0 30px;
	/*padding-right: 40px;*/
	padding-right: 25px;
	border-right: 1px solid var(--black);

}
.footer .footer__adress {
    position: relative;
/*    top: 8px;*/
/*    line-height: 1.2;*/
    line-height: 1.5;
}
.footer .footer__email {
	margin-right: 55px;
}
.footer .footer__email-link {
	color:  var(--black);
	text-decoration: none;
}
.footer .footer__email-link:hover {
	color:  var(--red);
}
.footer .footer__tel {
	margin-right: 50px;
}
.footer .footer__tel-link {
	color:  var(--black);
	text-decoration: none;
}
.footer .footer__tel-link:hover {
	color:  var(--red);
}
.footer .footer__contacts a {
	color:  var(--black);
	text-decoration: none;
}
.footer .footer__contacts a:hover{
	color:  var(--red);
}

.footer .container {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.footer .columns {
	width: 100%;
}
.footer .footer__social {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 6px 0;
	/*padding: 16px 0 12px;*/
	padding: 22px 0 30px;
}
.footer .social__list {
	display: flex;
	justify-content: center;
	margin-right: 10px;
}
.footer .social__item {
	margin-right: 45px;
}
.footer .social__item:last-of-type {
	/*margin-right: 0;*/
}
.footer .social__link {
	font-size: 1.4rem;
	color:  var(--black);
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
}
.footer .social__link:hover {
	color: var(--red);
}
.footer .social__link span {}
.footer .social__link svg {
	display: none;
}


.footer .footer__logo {}




@media screen and (max-width: 1199px) {


	.footer {}
	.footer .container {
		max-width: 810px;
	}

	.footer .form {
		margin-left: 0;
		margin-top: 0;
	}

	.footer .footer__inner {}
	.footer .footer__inner .container {
		max-width: 810px;
		padding-left: 106px;
	}

	.footer .footer__contacts {
		flex-direction: column;
	    align-items: flex-start;
		left: 0;
		top: 0;
		max-width: 50%;
		width: 100%;
		padding-left: 0;
	}
	.footer .footer__tel {
		margin-right: 0;
	}
	.footer .footer__email {
		margin-right: 0;
	}
	.footer .footer__adress {
		top: 0;
	}


	.footer .footer__social {
		max-width: 50%;
		width: 100%;
		flex-direction: column;
	}
	.footer .social__list {
		order:  2;
	}
	.footer .footer__logo {
		order:  1;
	}

/*}*/

/*@media screen and (max-width: 1023px) {*/
	.footer {
		/*padding-top: 44px;*/
		padding-top: 0;

		/*padding-bottom: 1000px;*/

	}
	.footer .container {
		/*margin-bottom: 54px;*/
		margin-bottom: 0;
	}
	.footer .column-1 {
	    max-width: 406px;
	    width: 100%;
	    flex-shrink: 0;
	    padding: 40px 0;
	}

	.footer .column-2 {
		/*padding-left: 16px;*/
	    padding: 40px 0 40px 20px;
	}
	.footer .form {
	}
	.footer .footer__inner {
		/*padding-top: 36px;*/
		padding-top: 0;
	}
	
	.footer .footer__contacts {
	    max-width: 406px;
	    width: 100%;
	    flex-shrink: 0;
	    padding: 30px 0;
	}

	.footer .footer__tel {
		margin-bottom: 24px;
	}
	.footer .footer__email {
		margin-bottom: 26px;
	}
	.footer .footer__social {
	    align-items: flex-start;
	    padding: 30px 0 30px 20px;
	}
	.footer .social__list {
		margin-right: 0;
	}
	.footer .social__item {
		width: 30px;
		height: 30px;
		overflow: hidden;
		margin-right: 0;
		margin-left: 32px;
		/*background: red;*/
	}
	.footer .social__item:first-of-type {
		margin-left: 0;
	}
	.footer .social__link {
		flex-shrink: 0;
	}

	.footer .footer__logo {
		margin-bottom: 55px;
	}


	.footer .social__link span {
		display: none;
	}
	.footer .social__link svg {
		display: block;
	}
	.footer .social__link path {
		transition: 0.5s;
	}
	.footer .social__link:hover {}
	.footer .social__link:hover path {
		stroke: var(--red);
	}


}


@media screen and (max-width: 1023px) {
	
	.footer .footer__inner .container {
		padding: 0 30px;
	}
}

@media screen and (max-width: 767px) {

	.footer {
		padding-top: 48px;
		/*padding-bottom: 150px;*/
	}

	.footer .container {
		margin-bottom: 0;
	}
	.footer .columns {
		flex-direction: column;
	}
	.footer .column-1 {
		padding-bottom: 20px;
	}
	.footer .column-2 {
		display: none;
	}

	.footer nav ul li {
	    margin-bottom: 8px;
	}
	.footer nav ul li a {
		line-height: 1;
	}

	.footer .footer__inner {
		border: none;
		padding: 16px 0 30px;
	}
	.footer .footer__inner .container {
		flex-direction: column;
	}

	.footer .footer__contacts {
		margin-bottom: 20px;
	}
	.footer .footer__tel {
	    margin-bottom: 30px;
	}
	.footer .footer__email {
	    margin-bottom: 22px;
	}

	.footer .footer__social {
		max-width: 100%;
		flex-direction: column;
		padding-left: 0;
	}
	.footer .social__list {
		width: 100%;
		justify-content: flex-start;
	}
	.footer .social__item {
		margin-left: 0;
		/*margin-right: 35px;*/
		margin-right: 15px;
	}
	.footer .footer__logo {
		display: none;
	}

	.footer .column-1 {
		border:  none;
		padding-top: 0;
	}
	.footer .footer__contacts {
		border:  none;
		align-items: start;
		padding-bottom: 0;
	}
	.footer .footer__tel {
		/*margin-bottom: 0;*/
	}
	.footer .footer__email {
		/*margin-bottom: 0;*/
	}
	.footer .footer__inner {
		padding: 0;
	}





}





.burger__overlay {
	display: flex;
	flex-direction: column;
    background: var(--dark);
    position: fixed;
    /*left: 0;*/
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    right: -100%;
    transition: 0.5s;

}
.burger__overlay.active {
	right: 0;
}
.burger__overlay-inner {
	/*max-width: 768px;*/
	width: 100%;
	margin: 0 auto;
}
.burger__overlay-header {
	/*padding: 20px 30px;*/
	padding:  0;
    justify-content: flex-end;
    display: flex;
    position: relative;
}
.burger__overlay-close {
	padding: 35px 60px;
	position: relative;
	transition: 0.5s;
	cursor: pointer;
}
.burger__overlay-close:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	border-left: 1px solid rgba(255, 255, 255, 0.9);
}

.burger__overlay-close svg {}

.burger__overlay-close:hover {
	background: #fff;
}
.burger__overlay-close:hover svg {}
.burger__overlay-close:hover line {
	stroke: var(--blue);
}

.burger__overlay-header:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0.5;
	border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}
.burger__overlay-content {
	padding: 30px;
    max-width: 768px;
    margin: 0 auto;
}
.burger__overlay-content nav {}
.burger__overlay-content ul {
	display: flex;
	flex-direction: column;
}
.burger__overlay-content ul li {
	/*margin-bottom: 30px;*/
	margin-bottom: 20px;
}
.burger__overlay-content ul li:last-of-type {
	margin-bottom: 0;
}
.burger__overlay-content ul li a {
	color: var(--white);
	font-size: 1.8rem;
	text-decoration: none;
}
.burger__overlay-content ul li a:hover {
	color:  var(--red);
}


@media screen and (max-width: 767px) {
	.burger__overlay {
		padding: 30px;
	}
	.burger__overlay .burger__overlay-header {
		justify-content: end;
    	width: 100%;
    	margin-bottom: 40px;
	}
	.burger__overlay-close {
		padding: 10px 20px;
	}
	.burger__overlay-content {
		padding: 0;
	}
	.burger__overlay nav {
		padding-left: 0;
	}
	.burger__overlay-content ul li {
		margin-bottom: 10px;
	}


    .burger__overlay {
        padding: 0;
    }
    .burger__overlay-content {
        padding-left: 30px;
    }
    .burger__overlay-content ul li a {
        font-size: 2rem;
    }
    .burger__overlay-close {
        width: 80px;
        height: 65px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}


@media screen and (max-width: 355px) {
    .burger__overlay-close {
        height: 46px;
    }
}




.mfp-close-btn-in .mfp-close {
	display: none !important;
}


.popup {
	background: var(--dark);
	max-width: 612px;
	margin: 0 auto;
	position: relative;
	padding: 67px 106px;
}
.popup__close {
	top: 0;
	right: 0;
	/*top: 38px;*/
	/*right: 28px;*/
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 28px 28px;
	transition: 0.5s;
	cursor: pointer;
}
.popup__close svg {
	transition: 0.5s;
}
.popup__close line {
	transition: 0.5s;
}

.popup__close:hover {
	background: var(--white);
}
.popup__close:hover svg {}
.popup__close:hover line {
	stroke: var(--dark);
}

.popup__title {
	font-size: 2.4rem;;
	color: var(--white);
	margin-bottom: 44px;
	text-align: center;
}
.popup__title span {
	color: var(--red);
}
.popup .form {
	display: flex;
	flex-direction: column;
}
.popup .form__item {
	margin-bottom: 24px;
	width: 100%;
}
.popup .form__inp {
	padding: 20px 0;
	border: none;
	border-bottom: 1px solid #FFFFFF;
	background: transparent;
	width: 100%;
	color: var(--white);
}

.popup .form__inp::-webkit-input-placeholder {color: var(--white); opacity: 0.5;}
.popup .form__inp::-moz-placeholder          {color: var(--white); opacity: 0.5;}
.popup .form__inp:-moz-placeholder           {color: var(--white); opacity: 0.5;}
.popup .form__inp:-ms-input-placeholder      {color: var(--white); opacity: 0.5;}

.popup .form__btn {
	width: 100%;
	border: none;
	outline: none;
	padding: 21px 10px;
}

.popup .popup__fade {}
.popup .popup__hidden {
	display: none;
}
.popup .s__delivery {
	padding: 0;
}
.popup .car__review {
	height: initial;
	overflow: visible;
	margin-bottom: 20px;
}
.popup .car__review:after {
	display: none;
}
.popup .car__wrap {
	display: none;
}
.popup .popup__wrap {
	margin-top: 20px;
	text-align: center;
}



@media screen and (max-width: 767px) {

	.popup {
		padding: 60px 20px 40px;
	}
	.popup__close {
		top: 0;
		right: 0;
		padding: 15px;
		width: 50px;
		height: 50px;
	}
	.popup__title span {
		/*display: block;*/
	}
}






.s__blog {
	background: url(../i/bg/bg__blog.jpg) no-repeat center / cover;
	/*min-height: 822px;*/
	/*padding: 300px 0 90px;*/
	padding: 140px 0 90px;
	min-height: 400px;
}
.s__blog .container {
	max-width: 1034px;
	padding-left: 0;
}
.s__blog .s__title {
	margin-bottom: 40px;
	text-transform: uppercase;
	font-size: 4.8rem;
	line-height: 1.25;
	font-weight: 500;
	color: #fff;
}

.s__blog .s__title .tag {
    background: linear-gradient( 110.62deg, rgba(255, 255, 255, 0.25) 6.39%, rgba(255, 255, 255, 0) 53.34%);
    mix-blend-mode: normal;
    backdrop-filter: blur(20px);
    display: inline-block;
    padding: 10px 10px 5px;
    line-height: 1;
}

.s__blog .s__wrap {}
.s__blog .btn__scroll svg {}
.s__blog .btn__scroll path {
	transition: 0.5s;
}
.s__blog .btn__scroll circle {
	transition: 0.5s;
}

.s__blog .btn__scroll:hover {}
.s__blog .btn__scroll:hover circle {
	fill: var(--red);
	stroke: var(--red);
}
.s__blog .btn__scroll:hover path {
	/*fill: var(--red);*/
}

.s__blog-single {
	min-height: 100vh;
}



@media screen and (max-width: 1199px) {
	.s__blog .container {
		max-width: 810px;
		padding-left: 106px;
	}
}

@media screen and (max-width: 1023px) {
	.s__blog {}
	.s__blog .container {
		padding: 0 30px;
	}
}

@media screen and (max-width: 767px) {

	.s__blog {
		min-height: 400px;
	}
	.s__blog .s__title {
		font-size: 3rem;
	}
}

.pagination {
	width: 100%;
}
.pagination .screen-reader-text {
	display: none;
}
.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
}
.pagination .page-numbers {
    width: 30px;
    height: 30px;
    line-height: 20px;
    border-radius: 100%;
    border: 1px solid var(--white);
    display: flex;
    color: var(--white);
    text-align: center;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin: 0 5px;
}
.pagination .page-numbers.next {
	width: initial;
	background: transparent;
	border: none;
}

.pagination .page-numbers.next:hover {
	background: transparent;
	border: none;
}
.pagination .page-numbers.prev {
	width: initial;
	background: transparent;
	border: none;
}

.pagination .page-numbers.prev:hover {
	background: transparent;
	border: none;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
	background: var(--red);
	border-color: var(--red);
}


.s__article {
	padding: 100px 0;
	/*background: var(--dark);*/
	background: var(--blue);
	color: var(--white);
}
.s__article .container {
	max-width: 1080px;
	padding-left: 0;
}
.s__article .s__title {
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.s__article .columns {
	display: flex;
}
.s__article .column {}
.s__article .column-1 {
	padding-right: 40px;
}
.s__article .column-2 {
	max-width: 320px;
	width: 100%;
	flex-shrink: 0;
}

.s__article .s__text {}
.s__article .s__text * {
	margin-bottom: 20px;
}
.s__article .s__text p {
	/*float: left;*/
	/*margin-bottom: 40px;*/
}
.s__article .s__text img {
	/*margin-bottom: 40px;*/
	margin-right: 20px;
	display: inline-block;
    width: initial;
    height: inherit;
	/*display: block;*/
	/*float: left;*/
}
.s__article .s__text img:last-of-type {
	margin-bottom: 0;
}

.s__article .s__text h1 {
	font-size: 2.4rem;
	font-weight: bold;
}
.s__article .s__text h2 {
	font-size: 2.2rem;
	font-weight: bold;
}
.s__article .s__text h3 {
	font-size: 2rem;
}
.s__article .s__text h4 {
	font-size: 1.8rem;
}
.s__article .s__text h5 {
	font-size: 1.6rem;
}
.s__article .s__text h6 {
	font-size: 1.4rem;
}
.s__article .s__text em {
	font-style: italic;
}
.s__article .s__text ul {
	flex-direction: column;
}
.s__article .s__text ul li {
	margin-left: 20px;
}
.s__article .s__text ul li:before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: var(--red);
	margin-right: 10px;
	display: inline-block;
	position: relative;
	top: -2px;
}

.s__article .s__text ol {
	display: flex;
	flex-direction: column;
}
.s__article .s__text ol li {
	margin-left: 20px;
}
.s__article .s__text ol li:before {}
.s__article .s__text a {
	color: var(--red);
	text-decoration: underline;
}
.s__article .s__text a:hover {
	text-decoration: none;
}


.s__article .sidebar {
    background: var(--dark);
    padding: 30px;
}
.s__article .sidebar__module {}
.s__article .sidebar__title {
	margin-bottom: 20px;
	font-size: 2.4rem;
}


.sidebar__category {}
.sidebar__category ul {}
.sidebar__category ul li {
	margin-bottom: 10px;
}
.sidebar__category ul li:last-of-type {
	margin-bottom: 0;
}
.sidebar__category ul li a {
	font-size: 2rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	color: var(--primary);
	text-decoration: none;
}
.sidebar__category ul li a:before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: var(--red);
	margin-right: 10px;
	flex-shrink: 0;
    position: relative;
    top: -6px;
    left: -2px;
}
.sidebar__category ul li a:hover {
	color: var(--red);
}
.sidebar__category ul li.cat-item-1 > a {
	display: none;
}
.sidebar__category ul li.current-cat a {
	color: var(--red);
}



@media screen and (max-width: 1199px) {
	.s__article .container {
		max-width: 810px;
		padding-left: 106px;
	}

	.s__article .column-2 {
		max-width: 220px;
	}
}

@media screen and (max-width: 1023px) {
	.s__article {}
	.s__article .container {
		padding: 0 30px;
	}
}

@media screen and (max-width: 767px) {

	.s__article {
		min-height: 400px;
	}

	.s__article .columns {
		flex-wrap: wrap;
	}
	.s__article .column-1 {
		padding-right: 0;
		margin-bottom: 40px;
	}
	.s__article .column-2 {
		max-width: 100%;
	}
}







.s__articles {}
.s__articles .container {}
.s__articles .s__title {
	font-size: 3.6rem;
	margin-bottom: 90px;
}
.s__articles .blog__list {
	display: flex;
	flex-wrap: wrap;
}
.s__articles .blog__item {
	max-width: 296px;
	width: 100%;
	margin-right: 100px;
	margin-bottom: 80px;
}
.s__articles .blog__item:nth-child(3n) {
	margin-right: 0;
}
.s__articles .blog__item-pic {
	margin-bottom: 34px;
	display: block;
	height: 298px;
	overflow: hidden;
}
.s__articles .blog__item-pic img {
	object-fit: cover;
    height: 100%;
    transition: 0.5s;
}
.s__articles .blog__item-pic:hover img {
	transform: scale(1.1);
}

.s__articles .blog__item-title {
	font-size: 2.4rem;
	margin-bottom: 17px;
	color: var(--white);
	text-decoration: none;
}
.s__articles .blog__item-title:hover {
	color: var(--red);
}
.s__articles .blog__item-text {
	font-size: 1.7rem;
}
.s__articles .blog__item-footer {
	font-size: 1.7rem;
    display: flex;
    justify-content: space-between;
	color: #585858;
}
.s__articles .blog__item-see {
	display: flex;
}
.s__articles .blog__item-see img {
	margin-right: 6px;
}
.s__articles .blog__item-date {}



@media screen and (max-width: 1199px) {
	.s__articles .blog__item {
		margin-right: 40px;
	}
	.s__articles .blog__item:nth-child(3n) {
		margin-right: 40px;
	}
	.s__articles .blog__item:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.s__articles .blog__item {
		margin-right: 0 !important;
		max-width: 100%;
	}
}