body {
	background-color: #F8F9FA;

	margin: 0;
	padding: 0;
}
.vdsPage * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.vdsPage {
/*	min-height: 5000px;*/

	max-width: 1920px;
	margin: 0 auto;

	font-family: 'Open Sans', sans-serif;
	background-color: #F5F5FD;
/*	background-color: green;*/

	position: relative;

}

.vdsPage:before {
	content: '';
	width: 100%;
	height: 1850px;

/*	background-image: url('../img/vds-page/bgs/full-hvost.svg');*/
	background-repeat: no-repeat;
	background-size: cover;

	position: absolute;
	bottom: 0;
	left: 0;

	z-index: 1;
}

/*.block1-wrap {
	padding: 60px 10%;
}*/



/* GLOBAL ************************************************************************************** */

.vdsPage .block-container {
	max-width: 1920px;

	margin: 0 auto;
	padding: 60px 15%;
}

.vdsPage .block__title {
	font-size: 50px;
	font-weight: 700;

	margin-top: 100px;
	margin-bottom: 75px;
}


/* BLOCK 1 ************************************************************************************* */

.vdsPage .block1 {
	width: 100%;
	min-height: 774px;

	background-image: url('../img/vds-page/bgs/block1-bg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

	color: #fff;



	position: relative;
	z-index: 0;
}.vdsPage .block1:before {
	content: '';
	width: 805px;
	height: 557px;

	background-image: url('../img/vds-page/bgs/promo-add.svg');

	position: absolute;
	top: 60px;
	right: 150px;
	z-index: -1;
}.vdsPage .block1-breadcrump {
	font-size: 15px;
}.vdsPage .block1-breadcrump__ul {
	display: flex;
	list-style: none;
}.vdsPage .block1-breadcrump__li {
}.vdsPage .block1-breadcrump__a {
	text-decoration: none;
	color: inherit;
	letter-spacing: 1px;

	position: relative;
}.vdsPage .block1-breadcrump__a.active {
	font-weight: 700;
}.vdsPage .block1-breadcrump__a:before {
	display: block;

	content: '';
	
	height: 1px;
	width: 0;

	background-color: #fff;

	position: absolute;
	bottom: -3px;

	transition: 0.3s;
}.vdsPage .block1-breadcrump__a:hover:before {
	width: calc(100% - 15px);
}.vdsPage .block1-breadcrump__a:after {
	content: '/';
	padding: 0 5px;
}.vdsPage .block1-breadcrump__a.active:after {
	color: transparent;
}

.vdsPage .block1__title {
	font-size: 50px;

	margin-top: 52px;
}
.vdsPage .block1__subtitle {
	width: 500px;

	font-size: 40px;
	line-height: 55px;

	margin-top: 44px;
}
.vdsPage .block1_desc {
	width: 450px;

	font-size: 24px;
	line-height: 32px;

	margin-top: 23px;
}.vdsPage .block1_desc-bold {
	font-weight: 700;
}
.vdsPage .block1-price {
	display: flex;

	margin-top: 35px;
	font-weight: 700;
}.vdsPage .block1-price__small {
	font-size: 27px;

	padding-top: 5px;
}.vdsPage .block1-price__big {
	font-size: 76px;

	margin-left: 13px;
	margin-right: 1px;
}


.vdsPage .block2 {
	position: relative;
}.vdsPage .block2:before {
	content: '';

	display: block;

	width: 260px;
	height: 1309px;

	background-image: url('../img/vds-page/bgs/block2-cl.png');
	background-repeat: no-repeat;
/*	background-position: -1000px 0;*/

	position: absolute;
	left: -50px;

	z-index: 1;

	pointer-events: none;
}

/*.block2__title {
	font-size: 50px;
	font-weight: 700;

	margin-bottom: 75px;
}*/.vdsPage .block2-items {
	display: flex;
	justify-content: space-between;
}.vdsPage .block2-items__item {
	width: calc(100% / 3 - 40px);

	border-radius: 15px;

	background-color: #fff;

	text-align: center;

	-webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);

	padding: 24px 42px 20px;
}.vdsPage .block2-items__item-img {
	margin-bottom: 20px;
}.vdsPage .block2-items__item-title {
	font-size: 23px;
	font-weight: 700;

	margin-bottom: 15px;
}.vdsPage .block2-items__item-desc {
	font-size: 15px;
	line-height: 26px;
}


.vdsPage .block3 {
	background-color: #fff;

	background-image: url('./../img/vds-page/bgs/figure2.png');
	background-repeat: no-repeat;
	background-position: right 500px;

	padding-top: 35px;

	position: relative;
}

.vdsPage .block3:after {
	content: '';
	width: 220px;
	height: 220px;

	background-image: url('../img/vds-page/bgs/full-gear.svg');
	background-repeat: no-repeat;

	position: absolute;
	bottom: -130px;
    left: 130px;
	z-index: 3;

}

.vdsPage .block3__img-wrap {
	width: 100%;

	background-color: #fff;

	position: absolute;
	bottom: 400px;

	z-index: -1;

	overflow: hidden;

	transform: translateY(100%);
}
.vdsPage .block3__img-wrap img {
/*	width: 100%;*/
	pointer-events: none;
}
.vdsPage .block3-type {


}.vdsPage .block3-type__btn {
	font-size: 24px;
	font-weight: 700;

	background-color: #fff;

	border: 2px solid #8C9396;
	border-radius: 15px;

	color: #8C9396;

	margin-right: 13px;
	padding: 8px 12px 10px 15px;

/*	cursor: pointer;*/

	transition: 0.3s;
}.vdsPage .block3-type__btn:first-child {
	padding-left: 50px;

	position: relative;
}.vdsPage .block3-type__btn:first-child:before {
	content: '';
	display: block;
	width: 34px;
	height: 33px;

	background-image: url('../img/vds-page/bgs/block3-chip.png');
	background-repeat: no-repeat;

	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(9px, -50%);
}
.vdsPage .block3-type__btn {
	position: relative;
}.vdsPage .block3-type__btn:last-child:before {
	content: '';
	display: block;
	width: 104px;
	height: 104px;

	background-image: url('../img/vds-page/bgs/block3-sq.png');
	background-repeat: no-repeat;

	position: absolute;
	top: -70px;
	right: -170px;
}.vdsPage .block3-type__btn.active {
	color: #fff;
	background-color: #41CAAE;
	border-color: transparent;
}

.vdsPage .block3__title,.vdsPage .block3__block-title {
	font-size: 40px;
	font-weight: 700;
	color: #032733;

	margin-top: 110px;
	margin-bottom: 48px;
}.vdsPage .block3__block-title {
	margin-top: 70px;
}.vdsPage .block3__block-title-desc {
	font-size: 20px;

	margin-bottom: 40px;
}

.vdsPage .block3-content {
	display: flex;
	justify-content: space-between;

	position: relative;
    z-index: 100;
}.vdsPage .block3-column {
	width: 60%;
}.vdsPage .block3-column.js-end {
	display: flex;
    align-items: flex-end;
}.vdsPage .block3-column.js-end .block3-result.js-fixed {
	position: relative!important;
}
.vdsPage .block3-column:first-child {width: 60%;}.vdsPage .block3-column:last-child {width: calc(40% - 100px);}
.vdsPage .block3-result {
	font-size: 24px;
	color: #313655;

	margin-top: 0%;

	position: relative;

	transition: margin-top 0.25s;
}

.vdsPage .block3-result.js-fixed {
	position: fixed;
	top: 0;

	margin-top: 1%;
}

.vdsPage .block3-result__title {
	font-size: 24px;
	font-weight: 700;

	margin-bottom: 18px;
}
.vdsPage .block3-result__price-wrap {
	display: flex;
	justify-content: space-between;

	margin-top: 34px;
}.vdsPage .block3-result__price-title {
}.vdsPage .block3-result__price {
}.vdsPage .block3-result__disc-wrap {
	display: flex;
	justify-content: space-between;

	font-weight: 700;

	margin-top: 15px;
}.vdsPage .block3-result__disc-wrap.js-hidden {
	display: none;
}
.vdsPage .block3-result__disc-title {
}.vdsPage .block3-result__disc {
	color: #54B265;
}.vdsPage .block3 hr {
	margin-top: 32px;
	margin-bottom: 25px;
}
.vdsPage .block3-result__info {
	background-color: #fff;

	border-radius: 17px;

	padding: 22px 25px;
}.vdsPage .block3-result__info-title {
	font-size: 20px;
	color: #8C9396;

	margin-bottom: 15px;
}.vdsPage .block3-result__info-row {
	display: flex;
	justify-content: space-between;

	font-size: 17px;

	margin-top: 5px;
	padding: 5px 0px;
}.vdsPage .block3-result__info-left {
	font-weight: 600;
}.vdsPage .block3-result__info-right {
	font-size: 20px;
	font-weight: 700;
}.vdsPage .block3-result__info hr {
	margin: 20px 0 10px;
}
.vdsPage .block3-result__total {
	display: flex;
	justify-content: space-between;

	font-size: 24px;
	font-weight: 700;
	color: #313655;

	margin-top: 30px;
	margin-bottom: 40px;
}.vdsPage .block3-result__total-text {
}.vdsPage .block3-result__total-price {
}
.vdsPage .block3-result__link {
	display: block;

	width: 100%;

	background-color: #313655;

	border-radius: 24px;

	font-size: 24px;
	font-weight: 700;
	color: #fff;

	text-align: center;
	text-decoration: none;

	padding: 28px 0;
}



/* TYPE STORAGE ********************************************************************************** */
.vdsPage .type-storage {
}.vdsPage .type-storage__title {
	font-size: 22px;
	font-weight: 700;
	color: #313655;
}.vdsPage .type-storage__btns {
	display: flex;
}.vdsPage .type-storage__btn {
	background-color: #fff;

	border: 2px solid #B5BBC9;

	font-size: 24px;
	font-weight: 700;
	color: #8C9396;

	margin-top: 8px;
	margin-bottom: 48px;
	padding: 12px 12px 10px;

	cursor: pointer;
}.vdsPage .type-storage__btn:nth-child(1) {
	border-right: none;
	border-radius: 8px 0 0 8px;
}.vdsPage .type-storage__btn:nth-child(2) {
	border-left: none;
	border-right: none;
}.vdsPage .type-storage__btn:nth-child(3) {
	border-left: none;
	border-radius: 0 8px 8px 0;
}.vdsPage .type-storage__btn.active {
	background-color: #54B265;
	border-color: #54B265;
	color: #fff;
}.vdsPage .type-storage__btn.js-disabled {
	color: rgba(140, 147, 150, 0.2);
	cursor: no-drop;
}




/* Type System ********************************************************************************************** */
.vdsPage .type-system {
	width: 100%;
}.vdsPage .type-system__items {
	width: 100%;

	display: flex;
	flex-wrap: wrap;
}.vdsPage .type-system__item {
	width: calc(100% / 3);

	border: 1px solid #D9D9D9;
	border-left-color: transparent;
	border-bottom-color: transparent;

	padding-left: 80px;
	padding-right: 30px;
	position: relative;

	cursor: pointer;
}.vdsPage .type-system__item:nth-child(3n - 2) {
	border-left-color: #D9D9D9;
}.vdsPage .type-system__item:nth-last-child(-n+3) {
	border-bottom-color: #D9D9D9;
}
.vdsPage .type-system__item:nth-child(1) {border-radius: 10px 0 0 0;}.vdsPage .type-system__item:nth-child(3) {border-radius: 0 10px 0 0;}.vdsPage .type-system__item:nth-child(9) {border-radius: 0 0 10px 0;}.vdsPage .type-system__item:nth-child(10) {border-radius: 0 0 0 10px;}.vdsPage .type-system__item:nth-child(11) {border-radius: 0 0 10px 0;}

.vdsPage .type-system__img {
	position: absolute;
	left: 15px;
	top: 50%;

	transform: translateY(-50%);
}.vdsPage .type-system__title {
	font-size: 16px;
	font-weight: 700;
	color: #313655;

	margin-top: 16px;
}.vdsPage .type-system__select {
	width: 100%;

	background-color: transparent;
	border: none;

	border-bottom: 1px solid transparent;

	background-image: url('../img/vds-page/icon-system/arrow.png');
	background-repeat: no-repeat;
	background-position: right; center;

	font-size: 16px;
	font-weight: 600;
	color: #8C9396;
	text-align: left;

	margin-top: 7px;
	margin-bottom: 20px;

	position: relative;

	cursor: pointer;

	transition: 0.5s;
}.vdsPage .type-system__select:hover {
	color: #000;
}

.vdsPage .type-system__options {
	width: calc(100% + 1px);

	display: flex;
	flex-direction: column;

	background-color: #fff;

	border: 1px solid lightblue;

	opacity: 0;
	
	position: absolute;
	bottom: -1px;
	left: -1px;
	z-index: 3;

	transform: translateY(100%);

	transition: 0.5s;
	pointer-events: none;

	-webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	border-radius: 0px 0px 15px 15px;
	border: none;
}
.vdsPage .type-system__item.js-showed .type-system__options {
	opacity: 1;
	pointer-events: auto;
}.vdsPage .type-system__item.js-active {
	background-color: #dbdbdb;
}
.vdsPage .type-system__item.nooc .type-system__select {
	background: none;
}.vdsPage .type-system__item.nooc .type-system__options {
	display: none;
}
/*.type-system__item.nooc {
	display: flex;
	align-items: center;
}.vdsPage .type-system__item.nooc .type-system__title {
	margin-top: 0;
}*/
.vdsPage .type-system__option {
	background-color: transparent;

	border: none;

	color: #000;

	padding: 8px 0;

	cursor: pointer;

	transition: 0.5s;
}.vdsPage .type-system__option:last-child {
	border-radius: 0px 0px 15px 15px;
}

.vdsPage .type-system__option:hover {
	background-color: #F18E26;
	color: #fff;
}
.vdsPage .type-system__item img,.vdsPage .type-script__item img {
	filter: grayscale(100%);

	transition: 0.5s;
}.vdsPage .type-system__item:hover img,.vdsPage .type-script__item:hover img {
	filter: grayscale(0%);
}.vdsPage .type-system__item.js-active img,.vdsPage .type-script__item.js-active img {
	filter: grayscale(0%);
}

/* Type Script **************************************************************************************************************/
.vdsPage .type-script {
	width: 100%;
}.vdsPage .type-script__items {
	width: 100%;

	display: flex;
	flex-wrap: wrap;
}.vdsPage .type-script__item {
	display: none;
    flex-direction: column;
    justify-content: center;

	width: calc(100% / 3);
	min-height: 85px;

	border: 1px solid #D9D9D9;
	border-left-color: transparent;
	border-bottom-color: transparent;

	padding-left: 80px;
	padding-right: 0px;
	position: relative;

	cursor: pointer;
}
.vdsPage .type-script__item.js-disabled {
	opacity: 0.3;
}
.vdsPage .type-script__item.js-active {
	background-color: #D5DDEA;
}.vdsPage .type-script__item.js-available {
	display: flex;
}.vdsPage .type-script__item:first-child {
	display: flex;
}
.vdsPage .type-script__item.bl {
	border-left-color: #D9D9D9;
}.vdsPage .type-script__item.bb {
	border-bottom-color: #D9D9D9;
}.vdsPage .type-script__item.br-topLeft {border-top-left-radius: 10px;}.vdsPage .type-script__item.br-botLeft {border-bottom-left-radius: 10px;}.vdsPage .type-script__item.br-topRight {border-top-right-radius: 10px;}.vdsPage .type-script__item.br-botRight {border-bottom-right-radius: 10px;}

/*.type-script__item:nth-child(3n - 2) {border-left-color: #D9D9D9;}.vdsPage .type-script__item:nth-last-child(-n+3) {border-bottom-color: #D9D9D9;}.vdsPage .type-script__item:nth-child(1) {border-radius: 10px 0 0 0;}.vdsPage .type-script__item:nth-child(3) {border-radius: 0 10px 0 0;}

.vdsPage .type-script__item:nth-child(10) {border-radius: 0 0 0 10px;}.vdsPage .type-script__item:nth-child(11) {border-radius: 0 0 10px 0;}*/
.vdsPage .type-script__img {
	position: absolute;
	left: 15px;
	top: 50%;

	transform: translateY(-50%);
}.vdsPage .type-script__title {
	font-size: 16px;
	font-weight: 700;
	color: #313655;
}.vdsPage .type-script__desc {
	font-size: 14px;
	font-weight: 400;
	color: #8C9396;
}.vdsPage .type-script__desc-hidden {
	display: none;

	font-size: 14px;
	font-weight: 400;
	color: #8C9396;
}


/**/
.vdsPage .block3-result {
	width: 100%;

	background-color: #F2F3F7;

	border-radius: 33px;

	padding: 35px 30px;
}
.vdsPage .block3-result__title {
	font-size: 24px;
	font-weight: 700;
	color: #313655;
}
.vdsPage .calc__select {
	background-color: transparent;



	position: relative;
}
.vdsPage .calc__select-wrap {
	border: 1px solid #E6E8EF;
	border-radius: 25px;

	background-color: #fff;

	padding: 15px 25px 20px;

	position: relative;
}.vdsPage .calc__select-wrap:after {
	content: '';

	width: 19px;
	height: 13px;
	display: block;

	background-image: url('../img/select/select-arrow.png');
	background-size: 100% 100%;

	position: absolute;
	top: 33px;
	right: 15px;

	pointer-events: none;
}
.vdsPage .calc__select-option {
	display: none;
	align-items: center;
	justify-content: space-between;

	cursor: pointer;

	transition: 0.5s;

	padding-right: 35px;
}.vdsPage .calc__option-old-price.hidden {
	display: none;
}
/*.calc__select-option:first-child .calc__option-column.center {
	opacity: 0;
	pointer-events: none;
}*/
.vdsPage .calc__option-column {
	width: 33%;
}
.vdsPage .calc__option-title {
	color: #777880;
	font-size: 16px;
}.vdsPage .calc__option-time {
	color: #313655;
	font-size: 24px;
	font-weight: 700;

}.vdsPage .calc__option-old-price {
	display: inline-block;

	color: #8C9396;
	font-size: 16px;

	position: relative;
}.vdsPage .calc__option-old-price:after {
	content: '';
	width: calc(100% + 10px);
	height: 1px;
	background-color: red;

	transform: rotate(-2deg) translateX(-5px);

	position: absolute;
	top: 10px;
	left: 0;
}
.vdsPage .calc__option-new-price {
	color: #313655;
	font-size: 24px;
	font-weight: 600;
}.vdsPage .calc__option-column {
	width: 30%;
}

.vdsPage .calc__option-column:nth-child(1) {width: 35%;}
.vdsPage .calc__option-column:nth-child(2) {width: 35%;}
.vdsPage .calc__option-column:nth-child(3) {width: 30%;}

.vdsPage .calc__option-column.center {
	display: flex;
	flex-direction: column;

	width: 80px;
	text-align: center;
}
.vdsPage .calc__option-column-text {
	font-size: 16px;
	font-weight: 400;
	color: #8C9396;

	margin-bottom: 5px;
}.vdsPage .calc__option-column-value {
	width: 100%;

	background-color: #54B265;
	border-radius: 15px;

	font-size: 18px;
	font-weight: 700;
	color: #FFFFFF;

	padding: 2px 0;
}

.vdsPage .calc__option-column.last {
	width: 40%;
	text-align: right;
}.vdsPage .__opacity0 {
	opacity: 0;
}
.vdsPage .calc__select-radio {display: none;}.vdsPage .calc__select-radio:checked + .calc__select-option {display: flex;}
.vdsPage .calc__select.js-showed .calc__select-wrap {
	-webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
.vdsPage .calc__select-wrap {
	transition: 0.5s;
}.vdsPage .calc__select.js-showed .calc__select-wrap {
	border-radius: 25px 25px 0 0;
	transition: 0.5s;
}
.vdsPage .calc__select-options {
	height: 0;

	overflow: hidden;

	border: 1px solid #E6E8EF;
	border-width: 0;
	border-radius: 25px;
	
	

	background-color: #fff;

	width: 100%;
	position: absolute;

	transition: 0.5s;

	z-index: 10;
}.vdsPage .calc__select.js-showed .calc__select-options {
	height: 300px;
	border-radius: 0 0 25px 25px;
	border-width: 1px;

	-webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);

	transition: 0.5s;
}
.vdsPage .calc__select-options .calc__select-option:hover {background-color: lightgray;}
.vdsPage .calc__select-options .calc__select-option {
	display: flex;
	padding: 10px 25px;
	max-height: 72px;
}




/* SLIDER **********************************************************************************************/
/*.calc__slider {
	width: calc(100% - 184px);
}*/

.vdsPage .calc__slider .range-slider__thumb[data-lower] {
    width: 0;
}

 .calc__slider [data-upper].range-slider__thumb:after {
    box-shadow: 0px 2.72105px 2.72105px rgba(0, 0, 0, 0.25);

    transition: 0.5s;
}

.vdsPage .calc__slider.range-slider {
	height: 25px;

	background-color: #F2F3F7;
	background-image: url('../img/sliders/slider-bg.svg');
	background-repeat: no-repeat;
	background-size: calc(100% - 54px) 25px;
	background-position: center;

	border-radius: 30px;
/*	overflow: hidden;*/
}.vdsPage .range-slider__range-wrap {
	width: 100%;
	height: 100%;

	background-image: url('../img/sliders/slider-bg-progress.svg');
	background-repeat: no-repeat;
	background-size: calc(100% - 54px) 25px;
	background-position: center;
}
.vdsPage .calc__slider .range-slider__range {
	background: linear-gradient(to right, #D52D7C, #EE4831);
	overflow: hidden;

	border-radius: 30px;

	transform: translate(0,-50%);

	
}
.vdsPage .calc__slider .range-slider__range:after {
	content: '';
	display: block;
	background: linear-gradient(to right, #F3D930, #82D66E);
	width: 100%;
    height: 100%;

	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.5s;

	z-index: -1;
}
.vdsPage .calc__slider .range-slider__range:before {
	content: '';
	display: block;
	background: linear-gradient(to right, #F83F42, #F2852A);
	width: 100%;
    height: 100%;

	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.5s;

	z-index: -2;
}
.vdsPage .calc__slider.green .range-slider__range:after {
	opacity: 1;
	transition: 0.5s;
}.vdsPage .calc__slider.orange .range-slider__range:before {
	opacity: 1;
	transition: 0.5s;
}
.vdsPage .calc__slider.green [data-upper].range-slider__thumb:after {
	border-color: #82D66E;
}.vdsPage .calc__slider.orange [data-upper].range-slider__thumb:after {
	border-color: #F2852A;
}


.vdsPage .calc__slider .range-slider__thumb {
	width: 54px;
	height: 54px;
	background-color: transparent;

	padding: 0;
}

[data-lower] {
	display: none;
}
.vdsPage .calc__slider [data-upper].range-slider__thumb:after {
	content: '';
	display: block;

	border: 8px solid #EE4831;
	border-radius: 50%;

	width: 54px;
	height: 54px;
	background-color: #fff;

	position: absolute;
	top: 50%;
	transform: translateY(-50%);

	box-sizing: border-box;
}

.vdsPage .calc__slider-result-wrap {
	display: flex;
	justify-content: center;
	align-items: center;

	border-radius: 8px;

	font-size: 35px;
	font-weight: 700;
	color: #54B265;

	min-width: 200px;
	height: 58px;

	margin-left: 20px;

	box-shadow: 0px 1.687170386314392px 8.43585205078125px 1.687170386314392px #0000001A inset;
}.vdsPage .calc__slider-wrap {
	display: flex;
	align-items: center;

	width: 100%;
	height: 25px;

	position: relative;
}.vdsPage .calc__slider-result-legend {
	margin-left: 5px;
}

/* SLIDER TITLE */.vdsPage .calc__slider-item {
	margin-bottom: 50px;
}
.vdsPage .calc__slider-title-wrap {
	display: flex;
	justify-content: space-between;

	font-size: 24px;
	font-weight: 700;
	color: #313655;

	padding-right: 10px;
}.vdsPage .calc__slider-title {
	margin-bottom: 30px;
}.vdsPage .calc__slider-count {
	font-size: 22px;
	color: #54B265;
	font-weight: 400;
}.vdsPage .calc__slider-count-input {
	width: 100%;

	border: none;

	background-color: transparent;

	display: none;

/*	text-align: right;*/

	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}.vdsPage .calc__slider-count-add {
}



/* BLOCK4 **************************************************************************************************************** */

.vdsPage .block4 {
	position: relative;
	z-index: 2;
}


.vdsPage .block4:before {
    content: '';
    width: 100%;
    height: 694px;
    background-color: #fff;
    background-image: url('../img/vds-page/bgs/full-up.svg');
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateY(-75%);
    position: absolute;
    top: 80px;
    left: 0;
    z-index: -1;
}
.vdsPage .block4:after {
	content: '';
	width: 240px;
	height: 434px;

	background-image: url('../img/vds-page/bgs/full-shape.svg');
    background-repeat: no-repeat;

    position: absolute;
    top: 370px;
    left: 0;

    z-index: -1;
}

.vdsPage .block4 .block-container {
	padding: 80px calc(10% - 30px) 60px;
}

.vdsPage .block4_content {
	

	border-radius: 22px;

	background-image: url('./../img/vds-page/bgs/block4-1.svg');
	background-repeat: no-repeat;
	background-position: 95% 50%;

	background-color: #303360;

	
	padding-bottom: 10px;

	position: relative;
}

.block4_content:before {
	content: '';
	/*width: 1621px;
	height: 390px;*/

	width: calc(100% + 50px);
	height: 100%;

/*	background-color: red;*/

	background-image: url('./../img/vds-page/bgs/full-line.svg');
	background-repeat: no-repeat;
	background-position: 95% 50%;

	position: absolute;
	bottom: -75px;
	left: 5px;

	z-index: 0;
}

.vdsPage .block4_content:after {
	content: '';
	width: 580px;
	height: 220px;
/*	background-color: red;*/

	background-image: url('./../img/vds-page/bgs/full-gears.svg');
	background-repeat: no-repeat;
/*	background-position: 95% 50%;*/

	position: absolute;
	top: -50px;
    right: -30px;

	z-index: 0;
}

.vdsPage .block4_content-wrap {
	display: flex;

	/*background-image: url('./../img/vds-page/bgs/block4-2.png');
	background-repeat: no-repeat;
	background-position: 0 75%;*/

	padding: 45px;
}
.vdsPage .block4-column {
	display: flex;
	flex-direction: column;

	border-radius: 20px;


	margin-right: 45px;
	padding: 45px;
}.vdsPage .block4-column:first-child {

	background-color: #fff;

	transform: translateY(-70px);
}.vdsPage .block4-column:last-child {
	margin-top: 110px;
}

.vdsPage .block4-column__btn {
	width: 360px;
	height: 65px;

	font-size: 22px;
	font-weight: 700;
	color: #000;

	border: none;
	border-radius: 10px;

	background-color: #FAEEED;

	margin-bottom: 26px;

	cursor: pointer;
}.vdsPage .block4-column__btn.js-active {
	background-color: #FE7146;
	color: #fff;
}.vdsPage .block4-column__btn:last-child {
	margin-bottom: 0;
}
.vdsPage .block4-text-wrap {
}.vdsPage .block4-text {
	display: none;

	width: 485px;
}.vdsPage .block4-text.js-active {
	display: block;
}.vdsPage .block4-text__span {
	display: block;

	font-size: 18px;
	font-weight: 700;
	color: #FE7146;

/*	margin-top: 110px;*/
	margin-bottom: 17px;
}.vdsPage .block4-text__title {
	font-size: 35px;
	font-weight: 700;
	color: #FFFFFF;

	margin-bottom: 17px;
}.vdsPage .block4-text__desc {
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;

	line-height: 30px;
}


/* BLOCK5 **************************************************************************************************************** */


.vdsPage .block5 {
	position: relative;
	z-index: 1;
/*	background-color: red;*/

	margin-bottom: 150px;

	background-color: #F5F5FD;
}


.vdsPage .block5 .block-container {
	padding: 20px calc(10% - 30px);
}

.vdsPage .block5 .block__title {
	margin-top: 0;
	margin-bottom: 35px;
}

.vdsPage .block5 .block2-items {
	padding: 0 30px;
}


/* BLOCK6 **************************************************************************************************************** */.vdsPage .block6 {
	position: relative;
	z-index: 1;

	padding: 0 calc(10% - 20px);

	
}


.vdsPage .block6 .block__title {
	margin-top: 250px;
	margin-bottom: 30px;
}
.vdsPage .block6-slider {
	overflow: hidden;
	position: relative;
}.vdsPage .block6-slider:after {
	content: '';
	display: block;
	width: 2px;
	height: 100%;
	background-color: #fff;

	position: absolute;
	top: 0;
	right: 0;
}.vdsPage .block6-slider__items {
	display: flex;
	transition: 0.5s;

}
.vdsPage .block6-plug {
	width: 280px;
	height: 100%;

	background: linear-gradient(90deg, rgba(255, 255, 255, 0.5), #fff);

	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}
.vdsPage .block6-btns {
	position: absolute;
	right: 17%;
	bottom: -50px;
	z-index: 5;

	transform: translateY(100%);
}.vdsPage .block6-btns__btn {
	width: 44px;
	height: 44px;

	background-color: #fff;

	background-image: url('./../img/vds-page/icon-slider/icon-slider5.png');
	background-repeat: no-repeat;
	background-position: 9px center;

	border: 4px solid #F18E26;
	border-radius: 50%;

	cursor: pointer;
}.vdsPage .block6-btns__btn:last-child {
	transform: rotate(180deg);
}











.vdsPage .block6-slider__item {
	min-width: 280px;

	background-color: #fff;

	border: 1px solid #8C9396;
	border-radius: 22px;

	margin-right: 55px;

	padding: 20px 12px 10px;
	padding-right: 15px;

	position: relative;

	transition: 0.5s;
}.vdsPage .block6-slider__item.js-blur {
	filter: blur(4px);
}.vdsPage .block6-slider__item:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;

	background: linear-gradient(90deg, rgba(255, 255, 255, 0.5), #fff 80%);

	position: absolute;
	top: 0;
	left: 0;

	opacity: 0;
	pointer-events: none;

	transition: 0.5s;
}.vdsPage .block6-slider__item.js-blur:after {
	opacity: 1;
	pointer-events: auto;
}

/*.block6-slider__item.js-blur {
	filter: blur(4px);

	position: relative;
}.vdsPage .block6-slider__item.js-blur:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;

	background: linear-gradient(90deg, rgba(255, 255, 255, 0.5), #fff 80%);

	position: absolute;
	top: 0;
	left: 0;
}*/
.vdsPage .block6-slider__top {
	background: linear-gradient(185deg, #F18E26 30%, #C9310C);

	border-radius: 22px;

	color: #fff;

	padding: 12px 10px;
}
.vdsPage .block6-slider__top-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}.vdsPage .block6-slider__top-row-info {
	font-size: 15px;

	background-image: url('./../img/vds-page/icon-slider/icon-slider1.png');
	background-repeat: no-repeat;
	background-position: 4px 7px;

	border: 1px solid #fff;
	border-radius: 10px;

	padding: 6px 7px;
}.vdsPage .block6-slider__top-row-info:nth-child(1) {
	padding-left: 30px;
}.vdsPage .block6-slider__top-row-info:nth-child(2) {
	background-image: url('./../img/vds-page/icon-slider/icon-slider2.png');
	background-position: 4px 3px;

	padding-left: 30px;
}.vdsPage .block6-slider__top-row-info:nth-child(3) {
	background-image: none;
}.vdsPage .block6-slider__top-row-tariff {
	display: block;

	font-size: 15px;
	font-weight: 700;

	margin-top: 20px;
	margin-bottom: -5px;
}.vdsPage .block6-slider__top-row-title {
	font-size: 27px;
	font-weight: 700;
}.vdsPage .block6-slider__top-row-right {
	display: flex;
	align-items: center;
}.vdsPage .block6-slider__top-row-price {
	font-size: 32px;
	font-weight: 700;
}.vdsPage .block6-slider__top-row-legend-wrap {
	display: flex;
	flex-direction: column;

	margin-left: 2px;
}.vdsPage .block6-slider__top-row-legend {
	font-size: 11px;
	font-weight: 700;

	position: relative;
}
.vdsPage .block6-slider__top-row-legend:first-child:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;

	background-color: #fff;

	position: absolute;
	bottom: -3px;
}
.vdsPage .block6-slider__middle {
	display: flex;
	justify-content: space-between;

	font-size: 15px;
	font-weight: 700;
}.vdsPage .block6-slider__middle-column {

}.vdsPage .block6-slider__middle-item {
	display: flex;
	flex-direction: column;

	margin-top: 14px;
}.vdsPage .block6-slider__middle-title {
	color: #8C9396;
}.vdsPage .block6-slider__middle-desc {
	color: #032733;
}
.vdsPage .block6-slider__bottom {
	margin-top: 20px;
}.vdsPage .block6-slider__bottom-btn {
	width: 100%;

	background-color: #1D7990;
	background-image: url('./../img/vds-page/icon-slider/icon-slider3.png');
	background-repeat: no-repeat;
	background-position: 40px 5px;
	color: #fff;

	border: none;
	border-radius: 10px;

	padding: 10px 0;
	padding-left: 15px;

	cursor: pointer;
}


.block5:before {
    content: '';
    width: 100%;
    height: 1800px;

    background: transparent;
    background-image: url(../img/vds-page/bgs/full-hvost.svg);
    background-repeat: no-repeat;
    background-size: contain;

    position: absolute;
    bottom: 0;
    z-index: -3;

    transform: translateY(800px);

    pointer-events: none;
}
.personal {
	position: relative;
    z-index: 1;
}

footer {
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 1930px) {
	.vdsPage .block4_content {
		background-position: 99% 50%;
	}

	.vdsPage .block4_content:before {
		width: 100%;
		transform: scaleX(1.05);
	}

	.vdsPage .block5:before {
		height: 1750px;
		background-size: cover;
	}
}

@media screen and (max-width: 1760px) {
	.vdsPage .block1:before {
		right: 100px;
	}

	.vdsPage .block4-text-wrap {
		border-radius: 20px;

		background-color: rgba(0, 0, 0, 0.4);
		padding: 40px;
	}
	.vdsPage .block4-column:first-child {
		margin-right: 10px;
	}
	.vdsPage .block4-column:last-child {
/*		margin-top: 60px;*/
	}

	.vdsPage .calc__slider-result-wrap {
		min-width: 150px;
		height: 48px;
		font-size: 24px;
	}

	.vdsPage .block3-column:first-child {
		width: 55%;
	}
	.vdsPage .block3-column:last-child {
		width: calc(45% - 50px);
	}

	.vdsPage .block3:after {
		width: 170px;
    	height: 170px;

    	background-size: cover;

		bottom: -60px;
    	left: 100px;
	}

	.vdsPage .block4:before {
		background-size: cover;
		transform: translateY(-60%);
	}
}
@media screen and (max-width: 1500px) {
	.vdsPage .block1:before {

		transform: scale(0.75);

		right: -50px;
	}

	.vdsPage .block2-items__item {
    	width: calc(100% / 3 - 20px);
    }

    .calc__slider-result-wrap {
		min-width: 100px;
    	height: 38px;
    	font-size: 20px;
	}
	.vdsPage .calc__slider-result-wrap {
		margin-left: 25px;
	}

	.vdsPage .block3:after {
		width: 100px;
    	height: 100px;

    	background-size: cover;

		bottom: 10px;
    	left: 100px;
	}

	.vdsPage .block1:before {
		transform: scale(0.5);
		right: 0;
	}
	.vdsPage .block-container {
		padding: 60px 10%;
	}
	.vdsPage .block3:after {
	    bottom: -80px;
	}

	.vdsPage .calc__select-options .calc__select-option {
		padding: 10px 15px;
	}

	.vdsPage .calc__option-column:nth-child(1) {
		width: 40%;
	}
	.vdsPage .calc__option-column:nth-child(2) {
		width: 20%;
	}
	.vdsPage .calc__option-column:nth-child(3) {
		width: 40%;
	}
	.vdsPage .calc__option-time {
		font-size: 20px;
	}
	.vdsPage .calc__option-new-price {
		font-size: 20px;
	}

	.vdsPage .block6 .block__title {
		margin-top: 190px;
	}

	.vdsPage .block4_content:before {
		transform: none;
		left: 0;
		pointer-events: none;
	}
	.vdsPage .block4-column:last-child {
		padding-left: 10px;
	}
}

@media screen and (max-width: 1400px) {
	.vdsPage .block-container {
		padding: 60px 5%;
	}

	.vdsPage .block__title {
		font-size: 40px;
	}
	.vdsPage .block2-items__item-title {
		font-size: 14px;
    	line-height: 21px;
	}

	.vdsPage .block3 .block-container {
		padding-top: 30px;
	}
	.vdsPage .block3__title {
		margin-top: 40px;
		margin-bottom: 30px;
	}
	.vdsPage .calc__slider-result-wrap {
		margin-left: 10px;
	}
	.vdsPage .block3__block-title {
		margin-bottom: 30px;
	}

	.vdsPage .block3-result {
		border-radius: 30px;
    	padding: 30px 20px;
	}
	.vdsPage .calc__select-wrap {
	    border-radius: 15px;
	    padding: 10px 15px;
	}
	.vdsPage .calc__option-column:nth-child(1) {width: 40%}
	.vdsPage .calc__option-column:nth-child(2) {width: 20%}
	.vdsPage .calc__option-column:nth-child(3) {width: 40%}

	.vdsPage .type-system__item {
		padding-left: 75px;
    	padding-right: 5px;
	}
	.vdsPage .type-system__select {
		font-size: 10px;
		margin-top: 0;
		margin-bottom: 15px;
		padding-right: 10px;
	}
	.vdsPage .type-system__img {
		width: 50px;
		left: 10px;
	}

	.vdsPage .type-script__item {
		min-height: 70px;

		padding-left: 70px;
	}
	.vdsPage .type-script__item img {
		width: 50px;
		left: 10px;
	}
	.vdsPage .block3-type__btn:last-child:before {
		top: -30px;
	}
	.vdsPage .block2:before {
		left: -120px;
	}

	.vdsPage .block3__img-wrap img {
		width: 120%;
	}

	.vdsPage .block4 .block-container {
		padding-top: 0;
	}

	.vdsPage .block6 {
		background-color: #fff;
		padding-bottom: 90px;
	}
	.vdsPage .block6 .block__title {
		margin-top: 50px;
	}

	.vdsPage .block6-btns {
		bottom: 70px;
	}

	.vdsPage .block4-column {
		padding-left: 20px;
	}
	.vdsPage .block4-text-wrap {
		padding: 25px
	}

	.vdsPage .block4_content {
		background-image: none;
	}

	.vdsPage .block2-items__item-desc {
		font-size: 12px;
		line-height: 22px;
	}

	.vdsPage .block6 {
		padding-right: 0;
	}

	.vdsPage .block4 .block-container {
		overflow: hidden;
	}

}

@media screen and (max-width: 1279px) {
	.vdsPage .block1__title {
		font-size: 40px;
    	margin-top: 20px;
	}
	.vdsPage .block1__subtitle {
	    width: 500px;
	    font-size: 35px;
	    line-height: 35px;
	    margin-top: 15px;
	}
	.vdsPage .block1 {
	    min-height: 594px;
	}

	.vdsPage .block3-type {
		padding-left: 30px;
	}
	.vdsPage .block3-type__btn {
		font-size: 18px;
	}

	.vdsPage .block3__img-wrap {
		display: none;
	}

	.vdsPage .block4 {
		background-color: #fff;

		margin-top: 0;
	}

	.vdsPage .block4 .block-container {
		padding: 80px 5% 60px;
	}

	.vdsPage .block4-text {
	    width: 330px;
	}
	.vdsPage .block4-column:last-child {
		margin-top: -30px;
	}
	.vdsPage .block4_content-wrap {
		padding-bottom: 0;
	}

	.vdsPage .block5 {
		background-color: #fff;
	}

	.vdsPage .block5 .block-container {
		padding: 20px 5%;
	}

	.vdsPage .block6 .block__title {
		margin-top: 0;
		padding-top: 40px;
	}

	.vdsPage .block5 .block2-items {
		padding: 0;
	}

	.vdsPage .block6 {
		padding-left: 40px;
	}
	.vdsPage .block6-btns {
		right: 5%;
	}

	.vdsPage .block4-column:last-child {
		padding-left: 10px;
		margin-top: 0;
	}


}

@media screen and (max-width: 1023px) {
	.vdsPage .block__title {
		font-size: 32px;
		margin-bottom: 25px;
	}
	.vdsPage .block2:before {
		top: -75px;
		left: -130px;
	}

	.vdsPage .block3__title,
	.vdsPage .block3__block-title {
	    font-size: 32px;

	    margin-top: 20px;
	}

	.vdsPage .calc__slider-count {
		font-size: 20px;
	}
	.vdsPage .block4-text-wrap {
		padding: 20px;
	}
	.vdsPage .block4-text__title {
		font-size: 28px;
	}
	.vdsPage .block4-text__desc {
		font-size: 14px;
	}
	.vdsPage .block4-text {
		width: 300px;
	}

	.vdsPage .block6-slider__item {
		min-width: 260px;
	}
}
@media screen and (max-width: 959px) {

	.vdsPage .block-container {
		padding: 40px 15px;
	}
	.vdsPage .block__title {
		font-size: 26px;
	}
	.vdsPage .block2-items__item {
		padding: 15px 8px 15px;
	}
	.vdsPage .block2-items__item-desc {
		line-height: 16px;
	}

	.vdsPage .block2:before {
		display: none;
	}

	.vdsPage .block3 {
		padding: 0;
		background: none;
	}

	.vdsPage .block3-type {
		padding-left: 0;
	}
	.vdsPage .block3-type__btn {
		font-size: 12px;
	}

	.vdsPage .block3-content {
		flex-direction: column;
	}

	.vdsPage .block3-type__btn:last-child:before {
		display: none;
	}

	.vdsPage .block3-type__btn:first-child:before {
		width: 24px;
		height: 24px;
		background-size: cover;
	}

	.vdsPage .block3-result.js-fixed {
		position: relative;
	}
	.vdsPage .block3-column:first-child {
		width: 100%;
	}

	.vdsPage .block3-column:last-child {
		width: 100%;
	}

	.vdsPage .block4 {
		display: none;
	}

	.vdsPage .block2-items__item-desc {
		font-size: 10px;
		line-height: 10px;
	}

	.vdsPage .block6 {
		padding: 0 5%;
	}

	.vdsPage .block6-slider__item {
		min-width: 240px;

		border-radius: 15px;

		margin-right: 15px;
		padding: 15px;
	}

	.vdsPage .block6-slider__top-row-info {
		background: none!important;
		padding: 5px!important;
	}
	.vdsPage .block6-slider__top-row-tariff {
		margin-top: 10px;
	}
	.vdsPage .block6-slider__top-row-tariff {
		font-size: 12px;
	}
	.vdsPage .block6-slider__top-row-title {
		font-size: 20px;
	}
	.vdsPage .block6-slider__bottom-btn {
		background-position: 10px 5px;
	}
	.vdsPage .block6-btns {
		bottom: -10px;
	}
}
@media screen and (max-width: 639px) {
	.vdsPage .block1 {
		min-height: 330px;
	}
	.vdsPage .block1-breadcrump {
		font-size: 10px;
	}
	.vdsPage .block1__title {
		font-size: 30px;
		margin-top: 10px;
	}
	.vdsPage .block1__subtitle {
		font-size: 20px;
		margin-top: 5px;
	}
	.vdsPage .block1_desc {
		font-size: 12px;
		margin-top: 0;
	}

	.vdsPage .block1:before {
		display: none;
	}

	.vdsPage .block2-items {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.vdsPage .block2-items__item {
		width: 420px;
		margin-bottom: 20px;
	}
	.vdsPage .block2-items__item-title {
		font-size: 18px;
	}
	.vdsPage .block2-items__item-desc {
	    font-size: 14px;
	    line-height: 20px;
	}

	.vdsPage .block3 .block-container {
		padding-top: 0;
	}



	.vdsPage .block3-type {
		display: none;
	}
	.vdsPage .calc__slider-title-wrap {
		font-size: 20px;
	}
	.vdsPage .type-storage__btn {
		margin-bottom: 20px;
	}

	.vdsPage .type-system__img {
		width: 40px;
	}
	.vdsPage .type-system__item {
		padding-left: 55px;
	}
	.vdsPage .type-script__item img {
		width: 40px;
	}
	.vdsPage .type-script__item {
		padding-left: 55px;
	}
	.vdsPage .type-script__title  {
		font-size: 12px;
	}
	.vdsPage .type-script__desc {
		font-size: 10px;
	}

	.vdsPage .block6-slider__items {
		padding-left: 15%;
	}

	.vdsPage .block6-slider__item {
		width: 260px;
	}
}
@media screen and (max-width: 479px) {
	.vdsPage .block1-breadcrump {
		font-size: 8px;
	}
	.vdsPage .block1-breadcrump__ul {
		flex-wrap: wrap;
	}
	.vdsPage .block1__subtitle {
		width: 100%;

		line-height: 20px;
	}
	.vdsPage .block1_desc {
		width: 100%;

		line-height: 10px;

		margin-top: 10px;
	}

	.vdsPage .block__title {
		font-size: 18px;
	}
	.vdsPage .block2-items__item-title {
		display: block;
		width: 120px;

		text-align: right;

		font-size: 16px;
	}
	.vdsPage .items__item {
		width: 90%;
	}

	.vdsPage .block3__title {
		font-size: 18px;
	}

	.vdsPage .calc__slider-title-wrap {
		padding-right: 0;
	}


	.vdsPage .calc__slider-title {
		font-size: 16px;
	}
	.vdsPage .calc__slider-count {
		display: block;
		width: 100%;
		text-align: right;
		font-size: 16px;
	}

	.vdsPage .calc__slider-result-wrap {
		padding: 5px 0;
	}

	.vdsPage .calc__slider-title-wrap > .calc__slider-title {
		width: 65%;
	}
	.vdsPage .calc__slider-title-wrap > .calc__slider-count {
		width: 35%;
	}

	.vdsPage .calc__slider-wrap {
		flex-direction: column-reverse;
		align-items: flex-end;

		margin-top: 10px;
	}
	.vdsPage .calc__slider.range-slider {
		min-height: 25px;
		margin-top: 20px;
	}
	.vdsPage .calc__slider [data-upper].range-slider__thumb:after {
		width: 30px;
		height: 30px;
		border-width: 4px;
	}

	.vdsPage .block3__block-title {
		font-size: 18px;
	}
	.vdsPage .type-storage__title {
		font-weight: 16px;
	}

	.vdsPage .calc__slider-title {
		min-height: 36px;
	}

	.vdsPage .calc__slider .range-slider__thumb {
		width: 30px;
		height: 30px;
	}

	.vdsPage .block-container {
		padding: 20px 10px;
	}

	.vdsPage .type-system__title {
		font-size: 10px;

		margin-top: 10px;
	}
	.vdsPage .type-system__select {
		font-size: 8px;

		margin-bottom: 5px;
	}
	.vdsPage .type-system__img {
		width: 20px;
	}
	.vdsPage .type-system__item {
		padding-left: 35px;
	}
	.vdsPage .block3__block-title-desc {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.vdsPage .type-script__item img {
		width: 20px;
	}
	.vdsPage .type-script__item {
		padding-left: 35px;
	}
	.vdsPage .type-script__title {
		font-size: 10px;
	}
	.vdsPage .type-script__desc {
		font-size: 8px;
	}

	.vdsPage .block3-result__title {
		font-size: 18px;
	}
	.vdsPage .block3-result__price-title {
		font-size: 16px;
	}


	.vdsPage .block3-result {
/*		width: calc(100% + 10%);*/

/*		transform: translateX(-2.5%);*/

		background-color: transparent;

		border-radius: 0;

		padding: 0;
	}

	.vdsPage .calc__option-time {
		font-size: 16px;
	}
	.vdsPage .calc__option-new-price {
		font-size: 16px;
	}

	.vdsPage .calc__select-wrap:after {
		top: 50%;

		transform: translateY(-50%);
	}

	.vdsPage .block3-result__info {
		padding: 10px;
	}

	.vdsPage .block3-result__info-row {
		font-size: 16px;
	}

	.vdsPage .block2-items__item {
		width: 90%;
	}
	.vdsPage .block2-items__item-title {
		width: 100%;
		text-align: center;
	}
	.vdsPage .calc__option-column:nth-child(1) {
		width: 35%;
	}
	.vdsPage .calc__option-column:nth-child(2) {
		width: 30%;
	}
	.vdsPage .calc__option-column:nth-child(3) {
		width: 35%;
	}

	.vdsPage .block6 {
		padding-bottom: 80px;
	}
	.vdsPage .block6-btns {
		bottom: 70px;
	}

	.vdsPage .block6-slider__items {
		padding-left: 8%;
	}
}
@media screen and (min-width: 1921px) {
.vdsPage .block3-result {
	width: 500px !important;
}
.vdsPage {
	max-width: 100% !important;
}
}