
.ba_delivery {
	/*background: url(../../img/bg/pp_delivery.jpg) no-repeat center top;*/
	/*background: url(../../img/bg/pp_delivery_tablet.jpg) no-repeat center top;*/
	/*background: url(../../img/bg/pp_delivery_mobile.jpg) no-repeat center top;*/
}
.ba_vin {
	/*background: url(../../img/bg/pp_vin.jpg) no-repeat center top;*/
	/*background: url(../../img/bg/pp_vin2.jpg) no-repeat center top;*/
	/*background: url(../../img/bg/pp_vin_tablet.jpg) no-repeat center top;*/
	/*background: url(../../img/bg/pp_vin_mobile.jpg) no-repeat center top;*/
}
.ba_customs {
	/*background: url(../../img/bg/pp_customs.jpg) no-repeat center top;*/
	/*background: url(../../img/bg/pp_customs_tablet.jpg) no-repeat center top;*/
	/*background: url(../../img/bg/pp_customs_mobile.jpg) no-repeat center top;*/
}
section,
header {
	/*opacity: 0.5;*/
}


.section__general-calc {
/*	padding: 205px 0 155px;*/
	padding: 140px 0;
	background: url(../../img/2021/bg_new1.jpg) no-repeat center / cover;
}
.section__general-calc .ollcalcullsect {
	padding: 0;
}
.section__general-calc .container {
}
.section__general-calc .s__title {
	text-transform: uppercase;
	margin-bottom: 42px;
    letter-spacing: 0;
    line-height: 1.3;
	display: flex;
	align-items: center;
}
.section__general-calc .s__title .btn__back {
	display: none;
	position: relative;
	top: -5px;
	margin-right: 15px;
}
.section__general-calc .s__title.active .btn__back {
	display: block;
}
.section__general-calc .calc__wrapper {
	display: flex;
	justify-content: space-between;
	max-width: 1034px;
	/*flex-wrap: wrap;*/
}
.section__general-calc .calc__block {
	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(40px);
	padding: 50px 30px 25px 35px;
	max-width: 507px;
	width: 100%;
}

.section__general-calc .calc__block-1 {}
.section__general-calc .calc__block-2 {}
.section__general-calc .calc__list {}
.section__general-calc .calc__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
}
.section__general-calc .calc__item:last-of-type {
	margin-bottom: 0;
}
.section__general-calc .calc__label {
	font-size: 1.7rem;
	color: var(--white);
	width: 100px;
	flex-shrink: 0;
}
.section__general-calc .calc__select {
	max-width: 343px;
	width: 100%;
	flex-shrink: 0;
    position: relative;
}
.section__general-calc .calc__select-input {
	width: 100%;
	background: url(../../img/2021/bg_select_new.jpg) no-repeat center / cover;
	height: 45px;
	padding: 10px 60px 10px 30px;
}
.section__general-calc .calc__select-input option {}

.section__general-calc .calc__select-input:after {
    content: '';
    position: absolute;
    margin-top: -4px;
    top: 50%;
    right: 20px;
    background: url(../i/ico_select_arrow.svg) no-repeat center;
    display: block;
    width: 14.5px;
    height: 7.5px;
}
.section__general-calc .calc__select-input.open:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.section__general-calc .calc__select .list {
    max-height: 200px;
    overflow-y: visible;
}
.section__general-calc .calc__select .option {
	min-height: 20px;
    line-height: 20px;
    font-size: 1.6rem;
    padding: 9px 10px;
}

.section__general-calc .calc__button {
	/*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(40px);*/
	color: var(--white);
	background: url(../../img/2021/bg_btn_new.jpg) no-repeat center / cover;
	max-width: 343px;
	width: 100%;
	font-size: 1.7rem;
	font-family: inherit;
	padding: 10px;
	cursor: pointer;
	border: none;
	outline: none;
	flex-shrink: 0;
}
.section__general-calc .calc__button:hover {
	background: var(--red);
}
.section__general-calc .calc__button.disabled {
	pointer-events: none;
	opacity: 0.5;
}

.section__general-calc .calc__inp {
	max-width: 343px;
	width: 100%;
	/*flex-shrink: 0;*/
}
.section__general-calc .calc__inp-input {
	width: 100%;
	background: url(../../img/2021/bg_select_new.jpg) no-repeat center / cover;
	height: 45px;
	padding: 10px 60px 10px 30px;
	border: none;
	outline: none;
	font-size: 1.7rem;
	font-family: inherit;
	color: var(--white);
	text-align: center;
}
.section__general-calc .calc__block-2 .calc__label {
	width: 142px;
}

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

	.section__general-calc {
		padding: 200px 0 90px;
	}
	.section__general-calc .calc__block {
		padding: 45px 40px;
	}
	.section__general-calc .calc__block-2 {
		display: none;
	}
}
@media screen and (max-width: 1023px) {
	.section__general-calc .container {
	    max-width: 670px;
	}
}
@media screen and (max-width:  767px) {
	.section__general-calc {
		padding: 140px 0 90px;
		min-height: 705px;
	}
	.section__general-calc .calc__block {
		padding: 25px;
	}
	.section__general-calc .calc__item {
		flex-direction: column;
		margin-bottom: 10px;	
	}
	.section__general-calc .calc__label {
		width: 100%;
		margin-bottom: 5px;
	}
	.section__general-calc .calc__item:last-of-type {
		margin-top: 30px;
	}
	.section__general-calc-old {
		margin-bottom: 25px;
	}
	.calc__block-1 {
		margin-bottom: 0;
	}
	.calc__block-2-old {
		margin-top: 20px;
	}
	.calc__block-2-new {
		margin-top: 20px;
	}
	.section__general-calc .s__title {
		margin-bottom: 20px;
	}
	.section__general-calc .calc__inp-input {
		padding: 10px;
		font-size: 1.5rem;
	}
	.section__general-calc .calc__block-2 .calc__label {
		width: 100%;
		text-align: center;
	}
}


.s__clients {
	    border-top: 2px solid var(--blue2);
}

.s__form .container {
	justify-content: center;
	padding-left: 0;
    width: 100%;
    justify-content: center;
    flex-direction: column;
}
.s__form .form__text {
	margin-right: 0;
	margin-bottom: 20px;
}

.s__form-spec {}
.s__form-spec .form__text {
	text-transform: initial;
	font-size: 1.8rem;
}
.s__form .form {
/*	max-width: 560px;*/
    width: 100%;
    justify-content: center;
}
.s__form .form ul {
	width: 100%;
	display: flex;
	justify-content: center;
}
.s__form .form li {
	width: 50%;
	max-width: 50%;
	margin-right: 20px;
}
.s__form .form li:last-of-type {
	margin-right: 0;
}
.s__form .form input {
	/*width: 50%;*/
	/*max-width: 270px;*/
	/*flex-shrink: 0;*/
}
.s__form .form button {
	/*width: 50%;*/
	/*max-width: 270px;*/
	/*flex-shrink: 0;*/
}

@media screen and (max-width: 1199px) {
	.s__form .container {
		padding-left: 106px;
	    justify-content: flex-start;
	}
	.s__form .form ul li {
		max-width: 50%;
	}
}
@media screen and (max-width: 1023px) {

	.s__form {
		padding: 48px 0;
	}
	.s__form .container {
		padding-left: 30px;
	}
	.s__form .form {
	    max-width: 446px;
	}
	.s__form .form__text {
		margin-right: 90px;
		max-width: 200px;
/*		margin-right: 50px;*/
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
}
@media screen and (max-width: 767px) {
	.s__form .form__text {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.s__form .form ul li {
		max-width: 100%;
	}
}



.s__costdelivery {
	padding: 95px 0 80px;
}
.s__costdelivery .s__title {
	margin-bottom: 30px;
	letter-spacing: 0;
}
.s__costdelivery .columns {
	    display: flex;
    justify-content: space-between;
}
.s__costdelivery .column-1 {
    max-width: 507px;
    width: 100%;
}
.s__costdelivery .column-2 {
    max-width: 507px;
    width: 100%;
}
.s__costdelivery .image {}
.s__costdelivery .image img {
	object-fit: cover;
}
.s__costdelivery .s__text {
	font-size: 1.7rem;
	line-height: 1.4;
}
.s__costdelivery .s__text p {
	margin-bottom: 24px;
}
.s__costdelivery .s__text ul {
	margin-bottom: 24px;
	margin-left: 10px;
}
.s__costdelivery .s__text ul li {
	position: relative;
	padding-left: 18px;
}
.s__costdelivery .s__text ul li:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	background: var(--white);
	margin-right: 12px;
	border-radius: 100%;
	position: relative;
	/*top: -4px;*/
	position: absolute;
	top: 10px;
	left: 0;
}
.s__costdelivery .s__text strong {
	color: var(--red);
}
.s__costdelivery .s__text a {
	color: var(--white);
	text-decoration: underline;
}
.s__costdelivery .s__text a:hover {
	text-decoration: none;
}
.s__costdelivery .s__text p + ul {
	margin-top: -24px;
}

.s__costdelivery .image__tablet {
	display: none;
}
.s__costdelivery .image__mobile {
	display: none;
}



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

	.s__costdelivery .column-1 {
		padding-right: 20px;
	}
	.s__costdelivery .column-2 {
		max-width: 240px;
	}
}

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

	.s__costdelivery .s__title {
		max-width: 500px;
	}
	.s__costdelivery .columns {
		flex-direction: column;
	}
	.s__costdelivery .column-1 {
		padding-right: 0;
		max-width: 100%;
		order: 2;
	}
	.s__costdelivery .column-2 {
		max-width: 100%;
		order: 1;
		margin-bottom: 50px;
	}
	.s__costdelivery .image__desc {
		display: none;
	} 
	.s__costdelivery .image__tablet {
		display: block;
	}

}
@media screen and (max-width: 767px) {
	.s__costdelivery {
		padding: 60px 0;
	}
	.s__costdelivery .column-2 {
		margin-bottom: 40px;
	}
	.s__costdelivery .image__tablet {
		display: none;
	}
	.s__costdelivery .image__mobile {
		display: block;
	}

}





.s__cost-new {
    padding: 86px 0 72px;
}
.s__cost-new .s__title {
	margin-bottom: 60px;
	position: relative;
    display: inline-block;
}
.s__cost-new .s__title span {
	position: absolute;
    top: -32px;
    right: -34px;
    width: 48px;
    height: 48px;
    font-size: 1.5rem;
	background: var(--red);
	color: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}

@media screen and (max-width: 767px) {
	.s__cost-new .s__title {
/*		font-size: 3rem;*/
		font-size: 2.6rem;
	}
	.s__cost-new .s__title span {
		right: 16px;
	}
}




.section__general-vin {
	padding: 174px 0 90px;
	background: url(../../img/2021/bg_new1.jpg) no-repeat center / cover;
}
.section__general-vin .container {
	/*padding-left: 82px;*/
}
.section__general-vin .s__title {
	text-transform: uppercase;
	margin-bottom: 24px;
    letter-spacing: 0;
}
.section__general-vin .calc__wrapper {
	display: flex;
	justify-content: space-between;
	margin-bottom: 300px;
}
.section__general-vin .calc__block {
	background: url(../../img/2021/bg_wrapper_vin.jpg) no-repeat center / cover;
	padding: 28px 22px 28px 34px;
	max-width: 762px;
	width: 100%;
}
.section__general-vin .calc__list {
	display: flex;
	align-items: center;
}
.section__general-vin .calc__item {}
.section__general-vin .calc__label {
	width: 100px;
	flex-shrink: 0;
	margin-right: 42px;
}
.section__general-vin .calc__inp {
	max-width: 300px;
	width: 100%;
	flex-shrink: 0;
	margin-right: 11px;
}
.section__general-vin .calc__inp-input {
	width: 100%;
	background: url(../../img/2021/bg_select_new.jpg) no-repeat center / 100% 100%;
	height: 45px;
	padding: 10px 60px 10px 30px;
	border: none;
	outline: none;
	font-size: 1.7rem;
	font-family: inherit;
	color: var(--white);
	/*text-align: center;*/
}

.section__general-vin .calc__inp-input::-webkit-input-placeholder {color: var(--white); opacity: 0.5;}
.section__general-vin .calc__inp-input::-moz-placeholder          {color: var(--white); opacity: 0.5;}
.section__general-vin .calc__inp-input:-moz-placeholder           {color: var(--white); opacity: 0.5;}
.section__general-vin .calc__inp-input:-ms-input-placeholder      {color: var(--white); opacity: 0.5;}

.section__general-vin .calc__button {
	color: var(--white);
	background: url(../../img/2021/bg_btn_new.jpg) no-repeat center / 100% 100%;
	max-width: 254px;
	width: 100%;
	font-size: 1.7rem;
	font-family: inherit;
	padding: 12px;
	cursor: pointer;
	border: none;
	outline: none;
	transition: 0.5s;
}
.section__general-vin .calc__button:hover {
	background: var(--red);
}
.section__general-vin .calc__button.disabled {
	pointer-events: none;
	opacity: 0.5;
}

.section__general-vin .btn__arrow {
	cursor: pointer;
}

@media screen and (max-width: 1199px) {
	.section__general-vin .container {
	    /*max-width: 670px;*/
	}
	.section__general-vin .calc__wrapper {
		margin-bottom: 100px;
	}
	.section__general-vin .calc__inp {
		max-width: 240px;
	}
}

@media screen and (max-width: 767px) {
	.section__general-vin {
/*		padding: 140px 0 90px;*/
		padding: 80px 0;
	}
	.section__general-vin .calc__list {
		flex-direction: column;
	    align-items: flex-start;
	}
	.section__general-vin .calc__label {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}
	.section__general-vin .calc__inp {
		margin-right: 0;
		max-width: 100%;
	}
	.section__general-vin .calc__button {
		margin-top: 30px;
	}

	.section__general-vin .calc__wrapper {
		margin-bottom: 40px;
	}
}



.s__vindetail {
	padding: 100px 0 0;
	display: none;
	transition: 0.5s;
}
.s__vindetail .s__title {
	margin-bottom: 40px;
}
.s__vindetail .columns {
	display: flex;
	justify-content: space-between;
}
.s__vindetail .column-1 {
	max-width: 614px;
	width: 100%;
}
.s__vindetail .column-2 {
	max-width: 510px;
	width: 100%;
}	

.s__vindetail .win-results {

}

.s__vindetail table {
	width: 100%;
}
.s__vindetail table tr {
	display: flex;
}
.s__vindetail table td {
	border: 1px solid #252F3F;
	width: 50%;
	/*min-height: 40px;*/
	display: flex;
	align-items: center;
	padding: 9.5px 20px 9.5px 44px;
	color: #ECECEC;
	opacity: 0.7;
}
.s__vindetail table td:nth-child(2n) {
	padding-left: 60px;
	padding-right: 20px;
	color: var(--white);
	opacity: 1;
}

.s__vindetail .form {
	margin-bottom: 50px;
}
.s__vindetail .form__list {
	display: flex;
}
.s__vindetail .form__item {}
.s__vindetail .form__inp {
	flex-shrink: 0;
	max-width: 270px;
	width: 100%;
	background: transparent;
	border: 1px solid var(--white);
	margin-right: 10px;
	padding: 10px 24px;
	color: var(--white);
}

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

.s__vindetail .form__button {
	color: var(--red);
	border: 1px solid var(--red);
	background: transparent;
	max-width: 300px;
	width: 100%;
	padding: 11px 15px;
	font-size: 1.8rem;
	cursor: pointer;
	transition: 0.5s;
}

.s__vindetail .form__button:hover {
	background: var(--red);
	color: var(--white);
}
.s__vindetail .form__button.disabled {
	pointer-events: none;
	opacity: 0.5;
}

.s__vindetail .car__slider {
	overflow: hidden;
	position: relative;
}
.s__vindetail .car__slider .swiper {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.s__vindetail .swiper-slide {
	cursor: pointer;
}

.s__vindetail .carPhotos .swiper-slide {
	height: 380px;
}
.s__vindetail .carPhotosThumb .swiper-slide {
	height: 100px;
	/*height: 120px;*/
}
.s__vindetail .carPhotosThumb .swiper-slide img {
}

.s__vindetail .swiper-slide > a {
	display: block;
	height: 100%;
}
.s__vindetail .swiper-slide img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}


@media screen and (max-width: 1199px) {
	.s__vindetail .columns {
		flex-direction: column;
	}
	.s__vindetail .column-1 {
		max-width: 100%;
		margin-bottom: 40px;
	}
	.s__vindetail .column-2 {
		max-width: 100%;
		display: flex;
		flex-direction: column;
	}
	.s__vindetail .gallery {
		order: 1;
	}
	.s__vindetail .form {
		order: 2;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 1023px) {
	.s__vindetail {
		padding: 60px 0;
	}
	.s__vindetail .form__list {
		justify-content: center;
	}
	.s__vindetail .gallery {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {

	.s__vindetail table tr {
		flex-direction: column;
	}
	.s__vindetail table td {
		width: 100%;
		padding: 10px 20px;
	}
	.s__vindetail table td:nth-child(2n) {
		padding: 10px 20px;
	}
	.s__vindetail .gallery {
		margin-bottom: 20px;
	}
	.s__vindetail .form__list {
		flex-direction: column;
	}
	.s__vindetail .form__inp {
		max-width: 100%;
		margin-right: 0;
	}
	.s__vindetail .form__button {
		margin-top: 20px;
		width: 100%;
		max-width: 100%;
	}
}


.s__timedelivery {
	padding: 90px 0 100px;
}
.s__timedelivery .s__title {
	margin-bottom: 54px;
}
.s__timedelivery .s__title strong {
	color: var(--red);
}
.s__timedelivery .time__list {
	display: flex;
	flex-direction: column;
}
.s__timedelivery .time__item {
	margin-bottom: 60px;
	display: flex;
}
.s__timedelivery .time__item:last-of-type {
	margin-bottom: 0;
}
.s__timedelivery .time__item:nth-child(1) {
	margin-left: 9.5%;
}
.s__timedelivery .time__item:nth-child(2) {
	margin-left: 18.5%;
}
.s__timedelivery .time__item:nth-child(3) {
	margin-left: 28%;
}
.s__timedelivery .time__item:nth-child(4) {
	margin-left: 37%;
}
.s__timedelivery .time__item:nth-child(5) {
	margin-left: 46%;
}

.s__timedelivery .time__num {
	margin-right: 54px;
	width: 51px;
	height: 51px;
	flex-shrink: 0;
	border: 1px solid var(--white);
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	font-size: 1.8rem;
}
.s__timedelivery .time__info {
	font-size: 2.4rem;
	line-height: 1.2;
}

@media screen and (max-width: 1199px) {
	.s__timedelivery .time__item {
		margin-left: 0 !important;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 1023px) {
	.s__timedelivery {
		padding: 60px 0 80px;
	}
}
@media screen and (max-width: 767px) {
	.s__timedelivery {
/*		padding: 20px 0 60px;*/
		padding: 60px 0;
	}
	.s__timedelivery .s__title {
		margin-bottom: 40px;
	}
	.s__timedelivery .s__title strong {
		display: block;
	}
	.s__timedelivery .time__item {
		margin-bottom: 35px;
	}
	.s__timedelivery .time__num {
		width: 35px;
		height: 35px;
		font-size: 1.6rem;
		margin-right: 20px;
	}
	.s__timedelivery .time__info {
		font-size: 1.6rem;
	}
}



.s__orgdelivery {
	padding: 90px 0 100px;
}
.s__orgdelivery .s__title {
	margin-bottom: 25px;
	font-size: 2.4rem;
	max-width: 924px;
}
.s__orgdelivery .s__title strong {
	font-weight: normal;
	color: var(--red);
}
.s__orgdelivery .s__text {
	margin-bottom: 76px;
}
.s__orgdelivery .columns {
	    display: flex;
    justify-content: space-between;
}
.s__orgdelivery .column-1 {
    max-width: 507px;
    width: 100%;
}
.s__orgdelivery .column-2 {
    max-width: 507px;
    width: 100%;
}
.s__orgdelivery .image {}
.s__orgdelivery .image img {
	object-fit: cover;
}
.s__orgdelivery .s__text {
	font-size: 1.7rem;
	line-height: 1.4;
	margin-bottom: 80px;
}

.s__orgdelivery .s__text p {}
.s__orgdelivery .s__text ul {}
.s__orgdelivery .s__text ul li {
	margin-bottom: 25px;
	display: flex;
}
.s__orgdelivery .s__text ul li:last-of-type {
	margin-bottom: 0;
}
.s__orgdelivery .s__text ul li:before {
	content: '';
	position: relative;
	background: url(../../img/2021/car_ico_check_new.svg) no-repeat center / cover;
	width: 36px;
	height: 36px;
	flex-shrink: 0;
	margin-right: 34px;
	display: inline-block;
}

.s__orgdelivery .s__text strong {
	color: var(--red);
}
.s__orgdelivery .s__text a {
	color: var(--white);
	text-decoration: underline;
}
.s__orgdelivery .s__text a:hover {
	text-decoration: none;
}

.s__orgdelivery .image__tablet {
	display: none;
}
.s__orgdelivery .image__mobile {
	display: none;
}

@media screen and (max-width: 1199px) {
	.s__orgdelivery .s__text {
		max-width: 600px;
	}
	.s__orgdelivery .column-1 {
		padding-right: 20px;
	}
	.s__orgdelivery .column-2 {
		max-width: 240px;
	}

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

	.s__orgdelivery {}
	.s__orgdelivery .s__text {
		margin-bottom: 40px;
	}
	.s__orgdelivery .columns {
		flex-direction: column;
	}
	.s__orgdelivery .column-1 {
		padding-right: 0;
		max-width: 100%;
		order: 2;
	}
	.s__orgdelivery .column-2 {
		max-width: 100%;
		order: 1;
		margin-bottom: 40px;
	}

	.s__orgdelivery .column-1 .s__text {
		max-width: 100%;
	}

	.s__orgdelivery .image__desc {
		display: none;
	}

	.s__orgdelivery .image__tablet {
		display: block;
	}

}
@media screen and (max-width: 767px) {
	.s__orgdelivery {
		padding: 60px 0;
	}
	.s__orgdelivery .s__title {
		font-size: 2.2rem;
	}
	.s__orgdelivery .s__text ul li:before {
		margin-right: 20px;	
	}
}




.s__love {
	padding: 44px 0;
	color: #073D7B;
	background: var(--white);
	text-align: center;
}
.s__love .container {
	padding-left: 0;
}
.s__love .s__text {
	max-width: 1044px;
	margin: 0 auto;
	font-size: 1.8rem;
}
.s__love .s__text a {
	color: #073D7B;
	/*color: var(--red);*/
	text-decoration: underline;
}
.s__love .s__text a:hover {
	text-decoration: none;
}
.s__love .s__text strong {
	color: var(--red);
}

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

	.s__love .container {
		padding-left: 30px;
	}
}





.section__general-customs {
	padding: 200px 0 90px;
	background: url(../../img/2021/bg_new1.jpg) no-repeat center / cover;
}
.section__general-customs .container {
	/*padding-left: 92px;*/
}
.section__general-customs .s__title {
	text-transform: uppercase;
	margin-bottom: 24px;
	letter-spacing: 0;
	display: flex;
	align-items: center;
}
.section__general-customs .s__title .btn__back {
	display: none;
	position: relative;
	top: -5px;
	margin-right: 15px;
}
.section__general-customs .s__title.active .btn__back {
	display: block;
}
.section__general-customs .calc__wrapper {
	display: flex;
	justify-content: space-between;
	/*flex-wrap: wrap;*/
}
.section__general-customs .calc__block {
	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(40px);
	padding: 45px 30px;
	max-width: 507px;
	width: 100%;
}
.section__general-customs .calc__block-1 {
	/*padding: 0 0 45px 0;*/
	padding: 0;
	max-width: 612px;
	/*max-width: 632px;*/
}
.section__general-customs .calc__block-2 {
    max-width: 505px;
    margin-right: -15px;
    /*margin-top: 65px;*/
    padding: 14px 80px 20px 30px;
    padding: 20px;
}
.section__general-customs .calc__list {}
.section__general-customs .calc__item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
	align-items: center;
}
.section__general-customs .calc__item:last-of-type {
	margin-bottom: 0;
}
.section__general-customs .calc__label {
	font-size: 1.7rem;
	color: var(--white);
	width: 200px;
	flex-shrink: 0;
	margin-right: 10px;
}
.section__general-customs .calc__select {
	max-width: 343px;
	width: 100%;
	/*flex-shrink: 0;*/
    position: relative;
}
.section__general-customs .calc__select-input {
	width: 100%;
	background: url(../../img/2021/bg_select_new.jpg) no-repeat center / cover;
	height: 45px;
	padding: 10px 60px 10px 30px;
}
.section__general-customs .calc__select-input option {}

.section__general-customs .calc__select-input:after {
    content: '';
    position: absolute;
    margin-top: -4px;
    top: 50%;
    right: 20px;
    background: url(../i/ico_select_arrow.svg) no-repeat center;
    display: block;
    width: 14.5px;
    height: 7.5px;
}
.section__general-customs .calc__select-input.open:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.section__general-customs .calc__select .list {
    max-height: 200px;
    overflow-y: visible;
}

.section__general-customs .calc__button {
	/*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(40px);*/
	color: var(--white);
	background: url(../../img/2021/bg_btn_new.jpg) no-repeat center / cover;
	max-width: 343px;
	width: 100%;
	font-size: 1.8rem;
	font-family: inherit;
	padding: 10px;
	cursor: pointer;
	border: none;
	outline: none;
	transition: 0.5s;
}
.section__general-customs .calc__button:hover {
	background: var(--red);
}

.section__general-customs .calc__inp {
	max-width: 343px;
	width: 100%;
	/*flex-shrink: 0;*/
}
.section__general-customs .calc__inp-input {
	width: 100%;
	background: url(../../img/2021/bg_select_new.jpg) no-repeat center / cover;
	height: 45px;
	padding: 10px 60px 10px 30px;
	border: none;
	outline: none;
	font-size: 1.7rem;
	font-family: inherit;
	color: var(--white);
}
.section__general-customs .calc__block-2 .calc__label {
	width: 170px;
	margin-right: 30px;
}
.section__general-customs .calc__block-2 .calc__inp-input {
	background: transparent;
	border-bottom: 1px solid var(--white);
	text-align: center;
	padding-right: 30px;
}

.section__general-customs .calc__header {
	position: relative;
	display: flex;

}
.section__general-customs .calc__header-item {
	width: 33%;
	height: 38px;
	line-height: 38px;
	cursor: pointer;
	text-align: center;
	background: url(../../img/2021/bg_select_new2.jpg) no-repeat center / cover;
}

.section__general-customs .calc__header-item.active {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(.jpg), linear-gradient(110.62deg, rgba(255, 255, 255, 0.25) 6.39%, rgba(255, 255, 255, 0) 53.34%);
}

.section__general-customs .calc__body {
	padding: 45px 35px 45px 40px;
}
.section__general-customs .calc__body-item {
	display: none;
}
.section__general-customs .calc__body-item.active {
	display: block;
}
.section__general-customs .calc__text {
	text-align: center;
	margin-top: 20px;
    font-size: 1.7rem;
	line-height: 1.6;
}

@media screen and (max-width: 1199px) {
	.section__general-customs .calc__wrapper {
		flex-direction: column;
	}
	.section__general-customs .calc__block-1 {
		margin-bottom: 40px;
	}
	.section__general-customs .calc__block-2 {
/*		display: none;*/
	}
}
@media screen and (max-width: 1023px) {
	.section__general-customs {
		padding: 190px 0 90px;
	}
	.section__general-customs .container {
		max-width: 670px;
	}
	.section__general-customs .s__title {
		justify-content: center;
		margin-bottom: 36px;
	}
}

@media screen and (max-width: 767px) {
	.section__general-customs {
/*		padding: 140px 0 90px;*/
		padding: 80px 0 90px;
		min-height: 840px;
	}
	.section__general-customs .s__title {
		text-align: center;
		font-size: 3rem;
	}
	.section__general-customs .calc__body {
		padding: 25px;
	}
	.section__general-customs .calc__item {
		flex-direction: column;
	    justify-content: flex-start;
	    margin-bottom: 10px;
        flex-direction: row;
	}
	.section__general-customs .calc__label {
		margin-right: 0;
		margin-bottom: 5px;
		width: 100%;
	}
	.section__general-customs .calc__item:last-of-type {
		padding-top: 30px;
	}
	.section__general-customs .calc__block-2 {
		padding: 25px;
	}
	.section__general-customs .calc__text {
		font-size: 1.0rem;
	}
	.section__general-customs .calc__block-2 .calc__label {
		margin-right: 0;
		width: 100%;
		max-width: 50%;
	}
	.section__general-customs .calc__inp {
		max-width: 50%;
	}
}




.s__tarifscustoms {
	padding: 95px 0 82px;
}
.s__tarifscustoms .container {
}
.s__tarifscustoms .s__title {
	margin-bottom: 55px;
    line-height: 1.2;
}

.s__tarifscustoms .columns {
	    display: flex;
    justify-content: space-between;
    max-width: 1044px;
}
.s__tarifscustoms .column-1 {
    max-width: 570px;
    width: 100%;
}
.s__tarifscustoms .column-2 {
    max-width: 304px;
    width: 100%;
}
.s__tarifscustoms .image {
	height: 312px;
	background: #1E7F18;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.s__tarifscustoms .image img {
	object-fit: cover;
}
.s__tarifscustoms .s__text {
	font-size: 1.6rem;
	line-height: 1.4;
	margin-bottom: 80px;
}
.s__tarifscustoms .customs__link {
	margin-top: 5px;
	display: block;
	color: var(--white);
	text-decoration: underline;
}
.s__tarifscustoms .customs__link:hover {
	text-decoration: none;
}

.s__tarifscustoms .customs__list {
	display: flex;
	flex-direction: column;
	padding-left: 5px;
}
.s__tarifscustoms .customs__item {
	display: flex;
	margin-bottom: 20px;
}
.s__tarifscustoms .customs__item:last-of-type {
	margin-bottom: 0;
}
.s__tarifscustoms .customs__num {
	width: 35px;
	height: 35px;
	border: 1px solid var(--white);
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	font-size: 1.7rem;
	flex-shrink: 0;
	margin-right: 20px;
	
}
.s__tarifscustoms .customs__info {
	margin-bottom: 0;
}
.s__tarifscustoms .customs__title {
	margin-bottom: 30px;
}
.s__tarifscustoms .customs__info .s__text {
	margin-bottom: 0;
}
.s__tarifscustoms .s__text p {
	margin-bottom: 30px;
}
.s__tarifscustoms .s__text strong {
	color: var(--red);
}
.s__tarifscustoms .s__text a {
	color: var(--white);
	text-decoration: underline;
}
.s__tarifscustoms .s__text a:hover {
	text-decoration: none;
}
.s__tarifscustoms .s__text p + ul {
	margin-top: -25px;
}
.s__tarifscustoms .s__text ul {
	margin-left: 10px;
}
.s__tarifscustoms .s__text ul li {
	margin-bottom: 8px;
	position: relative;
	padding-left: 14px;
}
.s__tarifscustoms .s__text ul li:before {
	content: '';
	position: relative;
	width: 6px;
	height: 6px;
	background: var(--white);
	border-radius: 100%;
	margin-right: 5px;
	display: inline-block;
	top: 8px;
	left: 0;
	position: absolute;
}

@media screen and (max-width: 1199px) {
	.s__tarifscustoms .s__title {
		font-size: 3rem;
	}
	.s__tarifscustoms .column-1 {
		padding-right: 20px;
	}
	.s__tarifscustoms .column-2 {
		max-width: 210px;
	}
	.s__tarifscustoms .image {
		height: 200px;
	}
}
@media screen and (max-width: 1023px) {

	.s__tarifscustoms {
		padding-bottom: 102px;
	}
	.s__tarifscustoms .s__title {
		font-size: 3.6rem;
		max-width: 600px;
		margin-bottom: 46px;
	}
	.s__tarifscustoms .columns {
		flex-direction: column;
	}
	.s__tarifscustoms .column-1 {
		margin-bottom: 32px;
		padding-right: 0;
	}
	.s__tarifscustoms .s__text ul li {
    	margin-bottom: 3px;
	}
	.s__tarifscustoms .column-2 {
		max-width: 100%;
	}
	.s__tarifscustoms .customs__link {
		margin-top: 0;
		padding-top: 5px;
		text-align: center;
	}
	.s__tarifscustoms .image {
		height: 206px;
		margin-bottom: 36px;
	}
	.s__tarifscustoms .customs__link span {
		max-width: 560px;
		display: block;
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {

	.s__tarifscustoms {
		padding: 60px 0;
	}
	.s__tarifscustoms .s__title {
		font-size: 3.2rem;
	}
	.s__tarifscustoms .customs__title {
		margin-bottom: 15px;
	}
	.s__tarifscustoms .customs__info .s__text {
		left: -55px;
		position: relative;
		width: calc(100% + 55px);
	}
	.s__tarifscustoms .s__text ul {
		margin-left: 0;
	}
	.s__tarifscustoms .s__text ul li:before {
		margin-right: 0;
	}
}



.s__processcustoms {
	padding: 95px 0 100px;
}
.s__processcustoms .s__title {
	margin-bottom: 55px;
    line-height: 1.2;
}
.s__processcustoms .columns {
    display: flex;
    justify-content: space-between;
    max-width: 1034px;
}
.s__processcustoms .column-1 {
    max-width: 402px;
    width: 100%;
}
.s__processcustoms .column-2 {
    max-width: 610px;
    width: 100%;
    padding-top: 16px;
}
.s__processcustoms .processcustoms__list {
	display: flex;
	flex-direction: column;
}
.s__processcustoms .processcustoms__item {
	display: flex;
	margin-bottom: 42px;
	cursor: pointer;
}
.s__processcustoms .processcustoms__item:last-of-type {
	margin-bottom: 0;
}
.s__processcustoms .processcustoms__num {
	margin-right: 54px;
	flex-shrink: 0;
	width: 51px;
	height: 51px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	font-size: 1.8rem;
	border-radius: 100%;
	border: 1px solid var(--white);
	transition: 0.5s;
}
.s__processcustoms .processcustoms__info {
	display: flex;
	flex-direction: column;
}
.s__processcustoms .processcustoms__title {
	font-size: 2.4rem;
	line-height: 1.4;
	margin-bottom: 16px;
	text-decoration: underline;
}
.s__processcustoms .processcustoms__text {
	font-size: 1.6rem;
	display: none;
}

.s__processcustoms .processcustoms__item.active {
	pointer-events: none;
	/*display: block;*/
}
.s__processcustoms .processcustoms__item.active .processcustoms__num {
	background: #fff;
	color: var(--dark);
}

.s__processcustoms .image__tablet {
	display: none;
}
.s__processcustoms .image__mobile {
	display: none;
}

@media screen and (max-width: 1199px) {
	.s__processcustoms .column-1 {
		max-width: 240px;
		margin-right: 20px;
	}
	.s__processcustoms .processcustoms__num {
		margin-right: 20px;
	}
}

@media screen and (max-width: 1023px) {
	.s__processcustoms .s__title {
		margin-bottom: 80px;
	}

	.s__processcustoms .image__desc {
		display: none;
	}
	.s__processcustoms .image__tablet {
		display: block;
	}
	.s__processcustoms .columns {
		flex-direction: column;
	}
	.s__processcustoms .column-1 {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 80px;
	}
	.s__processcustoms .column-2 {
		padding-top: 0;
		max-width: 100%;
	}
	.s__processcustoms .processcustoms__item {
		margin-bottom: 49px;
	}
	.s__processcustoms .processcustoms__num {
	    margin-right: 66px;
	    margin-left: 5px;
	}


}

@media screen and (max-width: 767px) {
	.s__processcustoms {
		padding: 54px 0;
	}
	.s__processcustoms .s__title {
		margin-bottom: 40px;
	}
	.s__processcustoms .column-1 {
		margin-bottom: 40px;
	}
	.s__processcustoms .processcustoms__item {
		margin-bottom: 35px;
	}
	.s__processcustoms .processcustoms__num {
		margin-left: 0;
		margin-right: 20px;
		width: 35px;
		height: 35px;
		font-size: 1.6rem;
	}
	.s__processcustoms .processcustoms__title {
		font-size: 1.8rem;
	}
	.s__processcustoms .processcustoms__text {
		position: relative;
		left: -55px;
		width: calc(100% + 55px);
	}
	.s__processcustoms .image__tablet {
		display: none;
	}
	.s__processcustoms .image__mobile {
		display: block;
	}
}




.s__stock-2 {
	padding: 45px 0 42px;
}
.s__stock-2 .stock__box {
	left: -88px;
}
.s__stock-2 .stock__text {
	margin-right: 52px;
}
.s__stock-2 .stock__btn {
    max-width: 296px;
    flex-shrink: 0;
    width: 100%;
    padding: 18px 40px;
}


@media screen and (max-width: 1199px) {
	.s__stock-2 .stock__box {
		left: 0;
	}
}
@media screen and (max-width: 767px) {
	.s__stock-2 .stock__text {
		margin-right: 0;
	}
}























