.screen2 .calc-wrapper .edit-wrap {
	width: 50%;
}
.screen2 .calc-wrapper .edit-wrap .box-round {
    top: -100px;
    left: -46%;
    width: 111%;
}
.screen2 {
	margin-top: 10em;
}
.calc-wrapper .calc-item {
	background: #FFFFFF;
	box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    z-index: 100;
    position: relative;
}
.calc-item .title-block {
	padding: 25px 15px 0 32px;
	margin-bottom: 10px;
}
 .title-block .subtitle {
	color: #1f1f1f;
	font-family: lato;
	font-size: 18px;
	margin-top: 6px;
 }
.calc-item .calc-body {
	display: flex;
    margin-left: 32px;
    margin-top: 29px;
    flex-wrap: nowrap;
    flex-direction: row;
	justify-content: space-between;
}

.calc-body .calc-item-col:nth-of-type(1) {
	width: 652px;
	margin-bottom: 38px;
}
.calc-body .calc-item-col:nth-of-type(2) {
	width: 43.2%;
	text-align: right;
}
.calc-item-col .calc-col-steps {
	border: 1px solid #ebe2da;
    width: 100%;
    min-height: 50px;
	padding: 12px 10px 20px 22px;
}
.calc-item-col .calc-col-steps .step-title-block {
	display: inline-block;
}
.calc-item-col .calc-col-steps .step-title-block span {
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #000;
}
.calc-item-col .calc-col-steps .step-title-block span.step-pos {
	font-weight: 400;
	font-size: 22px;
	line-height: 25px;	
	color: #C28F65;
	font-family: 'Oranienbaum';
	padding-right: 5px;
    min-width: 27px;
    display: inline-block;
}
.calc-radio input[type="radio"] {
	display: none;
}
.calc-radio label {
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.1em;
	color: #000;
	text-transform: uppercase;
	user-select: none;
	position: relative;
	cursor: pointer;
	transition: all .4s;
}
.calc-radio label:hover {
	color: #C18F64;
}
.calc-radio input[type="radio"]:checked + label.label-radio {
	color: #C18F64;
}
.calc-radio input[type="radio"]:checked + label.label-radio:after {
	content: "";
	display: inline-block;
    background: #D3AC8B;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    margin: auto;
}
.step-body {
	position: relative;
}
.step-body .step1-radiobuttons {
	display: flex;
    width: 100%;
    justify-content: flex-start;
    margin-top: 29px;
	margin-bottom: 10px;
}
.step1-radiobuttons .calc-radio:not(:last-child) {
	margin-right: 68px;
}
.step1-descriptions {
	margin-top: 23px;
	margin-bottom: 0px;
}
.step1-descriptions .description {
	display: none;
	min-height: 40px;
}
.step1-descriptions .description.active {
	display: block;
}
.step1-descriptions .description ul.desc-list {
	margin-left: 24px;
}
.step1-descriptions .description ul.desc-list li {
	display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 8px;
    color: rgb(0,0,0, 0.5);
    position: relative;
}
.step1-descriptions .description ul.desc-list li:last-child {
	margin-bottom: 0;
}
.step1-descriptions .description ul.desc-list li:before {
	content: "";
    width: 12px;
    height: 1px;
    background: #D3AC8B;
    display: block;
    position: absolute;
    left: -24px;
    top: 6px;
}
.step-body .step2-checkboxes {
	display: flex;
    margin-top: 2px;
}
.step2-checkboxes .calc-checkbox {
	margin-right: 10px;
}
.calc-checkbox input[type="checbox"] {
	display: none;
}
.calc-checkbox label.label-checkbox {
	border-radius: 2px;
    background: #fff;
    border: 1px solid rgba(193, 142, 99, 0.5);
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.13em;
    color: #000;
    text-transform: uppercase;
    user-select: none;
    position: relative;
    transition: all .4s;
    height: 44px;
    padding: 15px 28px;
    display: inline-block;
}
.calc-checkbox label.label-checkbox:hover {
	background: linear-gradient(90deg, #C18E63 0%, #D1A784 100%);
	color: #fff;
}
.calc-checkbox label.label-checkbox:before, .calc-checkbox label.label-checkbox:after {
	display: none;
}
.calc-checkbox input[type="checkbox"]:checked + label.label-checkbox {
	color: #fff;
	background: linear-gradient(90deg, #C18E63 0%, #D1A784 100%);
}
.step-body .step3-radio-default {
	display: none;
    position: absolute;
    right: 0;
    top: -39px;
    width: 100%;
    justify-content: flex-end;
	margin-right: 84px;
}
.step3-radio-default.active {
	display: flex;
}
.step3-radio-default .calc-radio_def {
	margin-right: 101px;
}
.step3-radio-default .calc-radio_def:last-child {
	margin-right: 0;
}
.calc-radio_def input[type="radio"] {
	display: none;
}
.calc-radio_def label.label-radio {
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	position: relative;
	user-select: none;
	cursor: pointer;
}

.calc-radio_def input[type="radio"] + .label-radio:before {
	content: "";
	width: 25px;
    height: 25px;
    background: #fff;
    border: 1px solid #C18E63;
    display: inline-block;
    border-radius: 50px;
    position: absolute;
    left: -33px;
    top: -8px;
}
.calc-radio_def input[type="radio"]:checked + .label-radio:after {
	content: "";
	width: 13px;
    height: 13px;
    background: #D1A784;
    display: inline-block	;
    position: absolute;
    border-radius: 50px;
    left: -27px;
    top: -2px;
}
.step3-descriptions {
	margin-top: 26px;
	margin-bottom: 15px;
}
.step3-descriptions .description {
	display: none;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	opacity: 0.5;
}
.step3-descriptions .description.active {
	display: block;
}
.step3-cornice_length {
	margin-top: 16px;
    display: inline-block;
	width: 100%;
}
.step3-cornice_length .title {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
	vertical-align: top;
}
.step3-cornice_length .cornice_length-block {
	display: inline-block;
	width: 64%;
	margin-top: 24px;
}
.cornice_length-block .range-block {
	width: 81.5%;
    margin-right: 25px;
	margin-left: auto;
	position: relative;
}
.range-block .range {
	width: 100%;
	background: rgb(211 172 139 / 40%);
	height: 1px;
	position: relative;
}
.range-block .range input[type="range"] {
	height: 0;
    -webkit-appearance: none;
    width: 100%;
    position: absolute;
    top: 1px;
	z-index: 100;
}
.range-block .range input[type="range"]::-webkit-slider-thumb {
	appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #D1A784;
	border: 1px solid #C18E63;
    cursor: pointer;
	transition: all .3s;
}
.range-block .range input[type="range"]::-moz-range-thumb {
	appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #D1A784;
	border: 1px solid #C18E63;
    cursor: pointer;
	transition: all .3s;
}
.range-block .range input[type="range"]::-webkit-slider-thumb:hover {
	box-shadow: 1px 1px 6px 4px rgb(193 142 99 / 50%);
}
.range-block .range input[type="range"]::-moz-range-thumb:hover {
	box-shadow: 1px 1px 6px 4px rgb(193 142 99 / 50%);
}
.range-block .range .range-active {
	height: 4px;
	display: inline-block;
	background: rgb(211 172 139);
	width: 0%;
	position: absolute;
	top: -1px;
}
.range-block .range-labels {
	width: 100%;
	display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 14px;
	left: -3px;
    flex-wrap: nowrap;
    flex-direction: row;
}
.range-block .range-labels li {
	cursor: pointer;
	text-align: center;
	display: inline-block;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	opacity: 0.5;
}
.range-block .range-labels li.active {
	opacity: 1;
}
.step4 .step-body {
	display: inline-block;
}
.step4 .step-title-block {
	vertical-align: top;
	margin-top: 7px;
}
.step4-number-windows {
	display: flex;
    border: 1px solid #C18E63;
    border-radius: 2px;
    height: 44px;
    width: 104px;
    align-items: center;
    justify-content: center;
    margin-left: 13px;
    margin-top: -3px;
}
.step4-number-windows .minus, .step4-number-windows .plus {
	font-family: 'oranienbaum';
	width: 100%;
    text-align: center;
    color: #C18E63;
    font-size: 33px;
    font-weight: bold;
	cursor: pointer;
	user-select: none;
}
.step4-number-windows .plus {
	font-size: 26px;
}
.step4-number-windows input {
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin-top: 2px;
}
.step4-number-windows input, .price input {
	-moz-appearance: textfield;
}
.step4-number-windows input::-webkit-outer-spin-button,
.step4-number-windows input::-webkit-inner-spin-button,
.price input::-webkit-inner-spin-button,
.price input::-webkit-inner-spin-button{
	-webkit-appearance: none;
}

.calc-bottom {
	margin-top: 5px
}
.calc-bottom .bottom-items {
	display: flex;
    width: 100%;
}
.bottom-items .price-block {
	width: 273px;
    margin-right: 14px;
}
.bottom-items .price-block .price {
	border: 1px solid rgba(193, 142, 99, 0.4);
    border-radius: 2px;
    height: 60px;
    display: inline-block;
    width: 100%;
}
.bottom-items .price-block .price input {
	display: inline-block;
    font-family: 'Oranienbaum';
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    max-width: 139px;
    width: fit-content;
    text-align: right;
    height: 100%;
}
.bottom-items .price-block .price span {
	font-family: 'Oranienbaum';
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    height: 100%;
}
.bottom-items .submit-block {
	width: 54.5%;
}
.bottom-items .submit-block input[type="submit"] {
	width: 100%;
	height: 100%;
}
.calc-bottom .bottom-description {
	display: inline-block;
    margin-top: 21px;
}
.calc-bottom .bottom-description span {
	font-size: 13px;
    line-height: 16px;
    opacity: 0.5;
}
.window-block {
	height: 100%;
	display: inline-block;
	position: relative;
}
.window-block img.window {
	margin-left: auto;
	display: inline-block;
	vertical-align: bottom;
}
.window-block .layers {
	position: absolute;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
	width: 100%;
	text-align: center;
}
.layer_tulle, .layer_curtains, .layer_roman_curtain {
	display: none;
}
.window-block .layers .layer {
	position: absolute;
    height: 100%;
    width: max-content;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	margin: 0 auto;
}
.window-block .layers .layer.active {
	display: inline-block;
}

.layers img {
	display: block;
	max-width: 100%;
	float: left;
}
.window-block .layers .layer.layer_roman_curtain {
	margin-top: 117px;
	z-index: 10;
}
.window-block .layers .layer.layer_tulle {
	margin-top: 80px;
	z-index: 20;
}
.window-block .layers .layer.layer_curtains {
	margin-top: 60px;
	z-index: 30;
}


@media (min-width: 768px) and (max-width: 820px) {
	.calc-item .calc-body {
		flex-direction: column-reverse;
		margin-left: 0;
		margin-top: 19px;
		
	}
	.calc-body .calc-item-col {
		width: 100% !important;
	}
	.calc-body .calc-item-col:nth-of-type(2) {
		text-align: center;
		margin-bottom: 10px;
	}
	.calc-body .calc-item-col:nth-of-type(1) {
		padding: 0px 10px;
	}
}




@media screen and (max-width: 760px) {
	.screen2 .calc-wrapper .edit-wrap {
		display: none;
	}
	.screen2 {
		margin-top: 5em;
	}
	.screen2 .main {
		padding: 0;
	}
	.calc-item .title-block {
		padding: 25px 3px 0 3px;
		text-align: center;
	}
	.calc-item .calc-body {
		flex-direction: column-reverse;
		margin-left: 0;
		margin-top: 19px;
		
	}
	.calc-item-col .calc-col-steps {
		border: none;
	}
	.calc-col-steps.step1 .step-title-block {
		margin-bottom: 0px;
		margin-top: 19px !important;
		height: 16px;
	}
	.calc-col-steps.step1 .step-body {
		margin-top: -5px;
	}
	.calc-body .calc-item-col {
		width: 100% !important;
	}
	.calc-body .calc-item-col:nth-of-type(2) {
		text-align: center;
		display: none;
	}
	.window-block {
		padding: 0 12px;
	}
	.window-block img.window {
		width: 100%;
	}
	.window-block .layers {
		width: calc(100% - 24px);
	}
	
	.layer.layer_tulle {
		margin-top: 51px !important;
	}
	.layer.layer_tulle img {
		height: 66%;
	}
	.layer.layer_curtains {
		margin-top: 36px !important;
	}
	.layer.layer_curtains img {
		height: 75%;
	}
	.layer.layer_roman_curtain {
		margin-top: 69px !important;
	}
	.layer.layer_roman_curtain img {
		height: 17%;
	}
	
	
	
	.calc-item-col .calc-col-steps .step-title-block span {
		letter-spacing: -0.4px;
	}
	.calc-item-col .calc-col-steps .step-title-block {
		margin-top: 5px;
	}
	.calc-item-col .calc-col-steps {
		padding: 9px 10px 6px 10px;
	}
	.step-body .step1-radiobuttons {
		margin-top: 27px;
		flex-wrap: wrap;
		margin-left: 26px;
	}
	.step1-descriptions {
		margin-top: 14px;
	}
	.step1-radiobuttons .calc-radio:not(:last-child) {
		margin-right: 30px;
		margin-bottom: 10px;
	}
	.calc-radio input[type="radio"]:checked + label.label-radio:after {
		display: none;
	}
	.calc-item-col .calc-col-steps .step-title-block span.step-pos {
		float: left;
	}
	.step-body .step2-checkboxes {
		flex-wrap: wrap;
		margin-left: 26px;
		margin-top: 10px;
	}
	.step2-checkboxes .calc-checkbox {
		margin-right: 6px;
	}
	.calc-checkbox label.label-checkbox {
		height: 35px;
		line-height: 7px;
		margin-top: 7px;
	}
	.step-body .step3-radio-default {
		position: unset;
		justify-content: center;
		margin-top: 17px;
	}
	.step3-radio-default .calc-radio_def {
		margin-right: 93px;
	}
	.step3-descriptions {
		margin-top: 16px;
		margin-left: 27px;
	}
	.step3-cornice_length {
		margin-top: 12px;
	}
	.step3-cornice_length .title {
		margin-left: 25px;
	}
	.step3-cornice_length .cornice_length-block {
		width: 100%;
		margin-top: 43px;
		margin-bottom: 11px;
	}
	.cornice_length-block .range-block {
		width: 85%;
	}
	.step4-number-windows 
	{
		margin-top: 3px;
		margin-left: 25px;
	}
	.calc-bottom {
		padding: 0 12px;
	}
	.calc-bottom .bottom-items {
		margin-top: 16px;
	}
	.bottom-items .price-block {
		margin-right: 7px;
	}
	.bottom-items .price-block .price input {
		max-width: 108px;
	}
	.bottom-items .submit-block {
		width: 77.5%;
	}
	.bottom-items .submit-block input[type="submit"] {
		white-space: normal;
		font-size: 13px;
		padding: 0;
		line-height: 16px;
	}
	.calc-bottom .bottom-description {
		margin-top: 13px;
		margin-left: 0;
		text-align: center;
	}
}