.page-calculator,
.page-calculator * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.page-calculator {
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex: 1 0 100%;
	-webkit-box-flex: 1;
	flex: 1 0 100%;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin: 0 -20px;
}
.page-calculator .page-calculator__option {
	width: 67.4%;
	padding: 0 15px;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	-ms-flex: 0 0 auto;
}
.page-calculator .page-calculator__option .option__step {
	margin-bottom: 20px;
	padding: 25px;
	background: #F7F7F7;
	border-radius: 10px;
	border: 1px solid #F7F7F7;
}
.page-calculator .page-calculator__option .option__step .step__head {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	margin-bottom: 20px;
	padding: 0 25px;
	background: #F2E2D3;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 700;
	color: #404040;
	text-transform: uppercase;
}
.page-calculator .page-calculator__option .option__step .step__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 0 100%;
	-webkit-box-flex: 1;
	flex: 1 0 100%;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}





/* STEP 1 */
.page-calculator .page-calculator__option .option__step[data-step="1"] .step__body {
	margin: 0 -7.5px;
}
.page-calculator .page-calculator__option .option__step[data-step="1"] .step__body .body__col {
	width: 16.666%;
	padding: 0 7.5px;
}
.page-calculator .page-calculator__option .option__step[data-step="1"] .step__body .body__col .col__item {
	height: 95px;
	text-align: center;
	cursor: pointer;
}
.page-calculator .page-calculator__option .option__step[data-step="1"] .step__body .body__col .col__item .item__image {
	border-radius: 5px;
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.page-calculator .page-calculator__option .option__step[data-step="1"] .step__body .body__col .col__item .item__image:before {
	content: "";
	position: absolute;
	bottom: 0;
	height: 3px;
	width: 100%;
	background: #656565;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	opacity: 0;
}
.page-calculator .page-calculator__option .option__step[data-step="1"] .step__body .body__col[data-active="true"] .col__item .item__image,
.page-calculator .page-calculator__option .option__step[data-step="1"] .step__body .body__col:hover .col__item .item__image {
	background: #fff;
	-webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
.page-calculator .page-calculator__option .option__step[data-step="1"] .step__body .body__col[data-active="true"] .col__item .item__image:before,
.page-calculator .page-calculator__option .option__step[data-step="1"] .step__body .body__col:hover .col__item .item__image:before {
	opacity: 1;
}
.page-calculator .page-calculator__option .option__step[data-step="1"] .step__body .body__col .col__item .item__image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 70px;
	margin-bottom: 10px;
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.page-calculator .page-calculator__option .option__step[data-step="1"] .step__body .body__col .col__item .item__image img {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}


.page-calculator .page-calculator__option .option__step[data-step="1"] .step__body .body__col .col__item .item__image img.image__first {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	opacity: 1;
}
.page-calculator .page-calculator__option .option__step[data-step="1"] .step__body .body__col .col__item .item__image img.image__second {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	opacity: 0;
}
.page-calculator .page-calculator__option .option__step[data-step="1"] .step__body .body__col[data-active="true"] .col__item .item__image img.image__first,
.page-calculator .page-calculator__option .option__step[data-step="1"] .step__body .body__col:hover .col__item .item__image img.image__first {
	opacity: 0;
}
.page-calculator .page-calculator__option .option__step[data-step="1"] .step__body .body__col[data-active="true"] .col__item .item__image img.image__second,
.page-calculator .page-calculator__option .option__step[data-step="1"] .step__body .body__col:hover .col__item .item__image img.image__second {
	opacity: 1;
}
.page-calculator .page-calculator__option .option__step[data-step="1"] .step__body .body__col .col__item .item__text {
	font-weight: 400;
	font-size: 14px;
	color: #404040;
}






/* STEP 2 */
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body {
	height: 280px;
	position: relative;
}
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-active="false"] {
	display: block;
}

.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-active="false"] {
	display: none;
}
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .col__img {
	position: relative;
}
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .col__input {
	height: 30px;
	width: 100px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .col__input label {
	position: absolute;
	height: 24px;
	background: #f2e2d3;
	border: 1px solid #CDCDCD;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	font-size: 12px;
	border-radius: 15px;
	left: 3px;
	font-weight: 700;
	top: 3px;
}


.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="1"] .col__img .col__input:nth-child(1) {
	top: -220px;
}
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="1"] .col__img .col__input:nth-child(1):before {
	content: "";
	width: 32px;
	max-height: 1px;
	position: absolute;
	top: 46px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #CDCDCD;
	border: 1px solid #CDCDCD;
	transform: rotate(-90deg);
}



.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="1"] .col__img .col__input:nth-child(2) {
	right: -475px;
}
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="1"] .col__img .col__input:nth-child(2):before {
	content: "";
	width: 34px;
	max-height: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -137px;
	margin: auto;
	background: #CDCDCD;
	border: 1px solid #CDCDCD;
	transform: rotate(0deg);
}



.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="2"] .col__img .col__input:nth-child(1) {
	bottom: -220px;
}
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="2"] .col__img .col__input:nth-child(1):before {
	content: "";
	width: 32px;
	max-height: 1px;
	position: absolute;
	top: -62px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #CDCDCD;
	border: 1px solid #CDCDCD;
	transform: rotate(-90deg);
}
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="2"] .col__img .col__input:nth-child(2) {
	right: -415px;
	top: -40px;
}
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="2"] .col__img .col__input:nth-child(2):before {
	content: "";
	width: 34px;
	max-height: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -136px;
	margin: auto;
	background: #CDCDCD;
	border: 1px solid #CDCDCD;
	transform: rotate(0deg);
}
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="2"] .col__img .col__input:nth-child(3) {
	left: -415px;
	top: -40px;
}
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="2"] .col__img .col__input:nth-child(3):before {
	content: "";
	width: 58px;
	max-height: 0;
	position: absolute;
	top: 48px;
	right: -95px;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #CDCDCD;
	border: 1px solid #CDCDCD;
	transform: rotate(40deg);
}
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="2"] .col__img .col__input:nth-child(4) {
	left: -475px;
	top: 90px;
}
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="2"] .col__img .col__input:nth-child(4):before {
	content: "";
	width: 34px;
	max-height: 0;
	position: absolute;
	top: 0;
	right: -136px;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #CDCDCD;
	border: 1px solid #CDCDCD;
	transform: rotate(0deg);
}





.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="3"] .col__img .col__input:nth-child(1) {
	bottom: -220px;
}
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="3"] .col__img .col__input:nth-child(1):before {
	content: "";
	width: 32px;
	max-height: 1px;
	position: absolute;
	top: -62px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #CDCDCD;
	border: 1px solid #CDCDCD;
	transform: rotate(-90deg);
}
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="3"] .col__img .col__input:nth-child(2) {
	right: -325px;
	top: -72px;
}
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="3"] .col__img .col__input:nth-child(2):before {
	content: "";
	width: 34px;
	max-height: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -136px;
	margin: auto;
	background: #CDCDCD;
	border: 1px solid #CDCDCD;
	transform: rotate(0deg);
}
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="3"] .col__img .col__input:nth-child(3) {
	left: -335px;
	top: -95px;
}
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="3"] .col__img .col__input:nth-child(3):before {
	content: "";
	width: 43px;
	max-height: 0;
	position: absolute;
	top: 44px;
	right: -61px;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #CDCDCD;
	border: 1px solid #CDCDCD;
	transform: rotate(41deg);
}
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="3"] .col__img .col__input:nth-child(4) {
	left: -475px;
	top: 60px;
}
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="3"] .col__img .col__input:nth-child(4):before {
	content: "";
	width: 34px;
	max-height: 0;
	position: absolute;
	top: 0;
	right: -136px;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #CDCDCD;
	border: 1px solid #CDCDCD;
	transform: rotate(0);
}



.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="4"] .col__img .col__input:nth-child(1) {
	top: -220px;
}
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="4"] .col__img .col__input:nth-child(1):before {
	content: "";
	width: 32px;
	max-height: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: -63px;
	left: 0;
	margin: auto;
	background: #CDCDCD;
	border: 1px solid #CDCDCD;
	transform: rotate(-90deg);
}
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="4"] .col__img .col__input:nth-child(2) {
	top: -165px;
	left: -300px;
}
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="4"] .col__img .col__input:nth-child(2):before {
	content: "";
	width: 55px;
	max-height: 0;
	position: absolute;
	top: 0;
	right: -17px;
	bottom: -76px;
	left: 0;
	margin: auto;
	background: #CDCDCD;
	border: 1px solid #CDCDCD;
	transform: rotate(55deg);
}
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="4"] .col__img .col__input:nth-child(3) {
	top: -165px;
	right: -300px;
}
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="4"] .col__img .col__input:nth-child(3):before {
	content: "";
	width: 55px;
	max-height: 0;
	position: absolute;
	top: 0;
	right: 12px;
	bottom: -76px;
	left: 0;
	margin: auto;
	background: #CDCDCD;
	border: 1px solid #CDCDCD;
	transform: rotate(-55deg);
}
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="4"] .col__img .col__input:nth-child(4) {
	bottom: -102px;
	right: -445px;
}
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="4"] .col__img .col__input:nth-child(4):before {
	content: "";
	width: 44px;
	max-height: 0;
	position: absolute;
	top: -15px;
	right: 0;
	bottom: 0;
	left: -142px;
	margin: auto;
	background: #CDCDCD;
	border: 1px solid #CDCDCD;
	transform: rotate(21deg);
}





.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="5"] .col__img .col__input:nth-child(1) {
	top: -220px;
	left: -185px;
}
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="5"] .col__img .col__input:nth-child(1):before {
	content: "";
	width: 32px;
	max-height: 1px;
	position: absolute;
	top: 46px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #CDCDCD;
	border: 1px solid #CDCDCD;
	transform: rotate(-90deg);
}
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="5"] .col__img .col__input:nth-child(2) {
	top: -103px;
	right: -180px;
}
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="5"] .col__img .col__input:nth-child(2):before {
	content: "";
	width: 32px;
	max-height: 1px;
	position: absolute;
	top: 46px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #CDCDCD;
	border: 1px solid #CDCDCD;
	transform: rotate(-90deg);
}
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="5"] .col__img .col__input:nth-child(3) {
	right: -474px;
	top: 60px;
}
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="5"] .col__img .col__input:nth-child(3):before {
	content: "";
	width: 34px;
	max-height: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -136px;
	margin: auto;
	background: #CDCDCD;
	border: 1px solid #CDCDCD;
	transform: rotate(0);
}
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="5"] .col__img .col__input:nth-child(4) {
	bottom: -220px;
}
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="5"] .col__img .col__input:nth-child(4):before {
	content: "";
	width: 34px;
	max-height: 0;
	position: absolute;
	top: -63px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #CDCDCD;
	border: 1px solid #CDCDCD;
	transform: rotate(-90deg);
}
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="5"] .col__img .col__input:nth-child(5) {
	left: -474px;
	top: -10px;
}
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="5"] .col__img .col__input:nth-child(5):before {
	content: "";
	width: 34px;
	max-height: 0;
	position: absolute;
	top: 0;
	right: -136px;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #CDCDCD;
	border: 1px solid #CDCDCD;
	transform: rotate(0);
}



.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="6"] .col__img .col__input:nth-child(1) {
	top: -220px;
}
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="6"] .col__img .col__input:nth-child(1):before {
	content: "";
	width: 32px;
	max-height: 1px;
	position: absolute;
	top: 46px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #CDCDCD;
	border: 1px solid #CDCDCD;
	transform: rotate(-90deg);
}
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="6"] .col__img .col__input:nth-child(2) {
	bottom: -220px;
}
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="6"] .col__img .col__input:nth-child(2):before {
	content: "";
	width: 33px;
	max-height: 0;
	position: absolute;
	top: -62px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #CDCDCD;
	border: 1px solid #CDCDCD;
	transform: rotate(90deg);
}
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="6"] .col__img .col__input:nth-child(3) {
	left: -400px;
	top: -20px;
}
.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="6"] .col__img .col__input:nth-child(3):before {
	content: "";
	width: 75px;
	max-height: 0;
	position: absolute;
	top: 0;
	right: -174px;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #CDCDCD;
	border: 1px solid #CDCDCD;
	transform: rotate(0);
}





.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .col__input input {
	height: 30px;
	width: 100px;
	padding: 10px 20px 10px 40px;
	background: #FFFFFF;
	border: 1px solid #CDCDCD;
	border-radius: 15px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #404040;
}
@media (max-width: 576px) {
	.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .col__input input {
		padding: 10px 5px 10px 30px;
	}
}

.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body input:before {
	content: "";
}




/* STEP 3 */
.page-calculator .page-calculator__option .option__step[data-step="3"] .step__body {
	margin: 0 -7.5px;
}
.page-calculator .page-calculator__option .option__step[data-step="3"] .step__body .body__col {
	width: 33.3333%;
	padding: 0 7.5px;
	cursor: pointer;
}
.page-calculator .page-calculator__option .option__step[data-step="3"] .step__body .body__col .col__item {

}


.page-calculator .page-calculator__option .option__step[data-step="3"] .step__body .body__col .col__item .item__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	color: #000000;
}
.page-calculator .page-calculator__option .option__step[data-step="3"] .step__body .body__col .col__item .item__title:before,
.page-calculator .page-calculator__option .option__step[data-step="3"] .step__body .body__col .col__item .item__title:after {
	content: "";
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	height: 1px;
	width: 20px;
	background: #9b9b9b;
}
.page-calculator .page-calculator__option .option__step[data-step="3"] .step__body .body__col .col__item .item__title:before {
	margin-right: 10px;
}
.page-calculator .page-calculator__option .option__step[data-step="3"] .step__body .body__col .col__item .item__title:after {
	margin-left: 10px;
}

.page-calculator .page-calculator__option .option__step[data-step="3"] .step__body .body__col .col__item .item__inner {
	margin-bottom: 15px;
}
.page-calculator .page-calculator__option .option__step[data-step="3"] .step__body .body__col .col__item .item__inner .inner__image {
	margin-bottom: 8px;
	border-radius: 5px;
}
.page-calculator .page-calculator__option .option__step[data-step="3"] .step__body .body__col .col__item .item__inner .inner__image img {
	width: 100%;
	border-radius: 5px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	border-bottom: 3px solid #f000;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.page-calculator .page-calculator__option .option__step[data-step="3"] .step__body .body__col .col__item .item__inner[data-active="true"] .inner__image img,
.page-calculator .page-calculator__option .option__step[data-step="3"] .step__body .body__col .col__item .item__inner:hover .inner__image img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	-webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
	border-bottom: 3px solid #656565;
}
.page-calculator .page-calculator__option .option__step[data-step="3"] .step__body .body__col .col__item .item__inner .inner__text {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #404040;
}



/* STEP 4 */
.page-calculator .page-calculator__option .option__step[data-step="4"] .step__body {
	margin: 0 -7.5px;
}
.page-calculator .page-calculator__option .option__step[data-step="4"] .step__body .body__col {
	width: 20%;
	padding: 0 7.5px;
	margin-bottom: 20px;
	cursor: pointer;
}
.page-calculator .page-calculator__option .option__step[data-step="4"] .step__body .body__col .col__item {
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
.page-calculator .page-calculator__option .option__step[data-step="4"] .step__body .body__col .col__item .item__image {
	padding: 8px 5px;
	border-radius: 5px;
	border-bottom: 3px solid #f000;
}
.page-calculator .page-calculator__option .option__step[data-step="4"] .step__body .body__col .col__item .item__image img {
	width: 100%;
	border-radius: 5px;
}
.page-calculator .page-calculator__option .option__step[data-step="4"] .step__body .body__col[data-active="true"] .col__item .item__image,
.page-calculator .page-calculator__option .option__step[data-step="4"] .step__body .body__col .col__item:hover .item__image {
	background: #fff;
	-webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
	border-bottom: 3px solid #656565;
}

.page-calculator .page-calculator__option .option__step[data-step="4"] .step__body .body__col[data-active="true"] .col__item img,
.page-calculator .page-calculator__option .option__step[data-step="4"] .step__body .body__col .col__item:hover .item__image img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.page-calculator .page-calculator__option .option__step[data-step="4"] .step__body .body__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 0 100%;
	-webkit-box-flex: 1;
	flex: 1 0 100%;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.page-calculator .page-calculator__option .option__step[data-step="4"] .step__body .body__item[data-active="false"] {
	display: none;
}

.page-calculator .page-calculator__option .option__step[data-step="4"] .step__body .body__item ._name {
	margin-top: 15px;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #404040;
}



/* STEP 5 */
.page-calculator .page-calculator__option .option__step[data-step="5"] .step__body {
	margin: 0 -7.5px;
}
.page-calculator .page-calculator__option .option__step[data-step="5"] .step__body .body__col {
	width: 20%;
	padding: 0 7.5px;
	margin-bottom: 20px;
	cursor: pointer;
}
.page-calculator .page-calculator__option .option__step[data-step="5"] .step__body .body__col .col__item {
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
.page-calculator .page-calculator__option .option__step[data-step="5"] .step__body .body__col .col__item .item__image {
	border-radius: 5px;
	border-bottom: 3px solid #f000;
}
.page-calculator .page-calculator__option .option__step[data-step="5"] .step__body .body__col .col__item .item__image img {
	width: 100%;
	border-radius: 5px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.page-calculator .page-calculator__option .option__step[data-step="5"] .step__body .body__col[data-active="true"] .col__item .item__image,
.page-calculator .page-calculator__option .option__step[data-step="5"] .step__body .body__col .col__item:hover .item__image {
	background: #fff;
	-webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
	border-bottom: 3px solid #656565;
}

.page-calculator .page-calculator__option .option__step[data-step="5"] .step__body .body__col[data-active="true"] .col__item img,
.page-calculator .page-calculator__option .option__step[data-step="5"] .step__body .body__col .col__item:hover .item__image img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.page-calculator .page-calculator__option .option__step[data-step="5"] .step__body .body__col .col__item ._name {
	margin-top: 15px;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #404040;
}






/* STEP 6 */
.page-calculator .page-calculator__option .option__step[data-step="6"] {
	padding: 25px 25px 5px 25px;
}
.page-calculator .page-calculator__option .option__step[data-step="6"] .step__body {
	margin: 0 -10px;
}
.page-calculator .page-calculator__option .option__step[data-step="6"] .step__body .body__col {
	width: 50%;
	padding: 0 10px;
}
.page-calculator .page-calculator__option .option__step[data-step="6"] .step__body .body__col .col__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 75px;
	margin-bottom: 20px;
	border-radius: 5px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-bottom: 3px solid #f000;
}
.page-calculator .page-calculator__option .option__step[data-step="6"] .step__body .body__col[data-active="true"] .col__item,
.page-calculator .page-calculator__option .option__step[data-step="6"] .step__body .body__col:hover .col__item {
	background: #fff;
	-webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
	border-bottom: 3px solid #656565;
}
.page-calculator .page-calculator__option .option__step[data-step="6"] .step__body .body__col .col__item .item__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 15px;
	font-size: 14px;
	font-weight: 400;
	color: #404040;
}
.page-calculator .page-calculator__option .option__step[data-step="6"] .step__body .body__col[data-active="true"] .col__item .item__text {
	font-weight: 700;
}
.page-calculator .page-calculator__option .option__step[data-step="6"] .step__body .body__col .col__item .item__image img {
	width: 75px;
	height: 72px;
	border-radius: 5px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.page-calculator .page-calculator__option .option__step[data-step="6"] .step__body .body__col[data-active="true"] .col__item .item__image img,
.page-calculator .page-calculator__option .option__step[data-step="6"] .step__body .body__col .col__item:hover .item__image img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}













.page-calculator .page-calculator__price {
	width: 32.6%;
	padding: 0 15px;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	-ms-flex: 0 0 auto;
}
.page-calculator__price .price__wrap {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	padding: 25px;
	background: #F7F7F7;
	border-radius: 10px;
}
.page-calculator__price .price__body {}
.page-calculator__price .body__item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	color: #404040;
	border-bottom: 2px dotted #B3B3B3;
}
.page-calculator__price .item__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 48px;
	width: 100%;
	margin-bottom: 10px;
	padding: 15px;
	background: #fff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #404040;
	border-radius: 5px;
}
.page-calculator__price .item__slide {
	padding: 0 0 0 15px;
}
.page-calculator__price .slide__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 11px;
}
.page-calculator__price .head__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	font-weight: 600;
	color: #404040;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}


.page-calculator__price .head__title:before {
	content: "";
	width: 10px;
	height: 6px;
	margin-right: 8px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMSAxIDQgNCA0LTQiIHN0cm9rZT0iIzQwNDA0MCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==");
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.page-calculator__price .item__slide[data-visibility="false"] .head__title:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.page-calculator__price .head__count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 90px;
	height: 30px;
	background: #FFFFFF;
	border-radius: 15px;
	overflow: hidden;
}
.page-calculator__price .count__decrease,
.page-calculator__price .count__increase {
	width: 26px;
	padding: 0;
	border-radius: 0;
	border: 0;
	background: none;
}
.page-calculator__price .count__quantity {
	width: 38px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #404040;
	border: 0;
	margin-bottom: 0;
}
.page-calculator__price .slide__body {
	max-height: 400px;
	overflow: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.page-calculator__price .item__slide[data-visibility="false"] .slide__body {
	max-height: 0;
}
.page-calculator__price .slide__body > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 2px;
}
.page-calculator__price .slide__body > div:last-child {
	margin-bottom: 0;
}
.page-calculator__price .slide__body > div _name {}
.page-calculator__price .slide__body > div _price {}


.page-calculator__price .slide__body > div.body__size {
	margin: 7px 0;
}

.page-calculator__price .slide__body > div.body__size ._name span.value {
	/*background: #fff;*/
	border: 1px solid rgb(205, 205, 205);
	border-radius: 12px;
	padding: 2px 9px 0 23px;
	font-size: 14px;
	position: relative;
}
.page-calculator__price .slide__body > div.body__size ._name span.value span {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 2px;
	top: 2px;
	height: 15px;
	padding: 0;
	width: 15px;
	font-size: 12px;
	font-weight: 600;
	background: #f2e2d3;
	border: 1px solid #CDCDCD;
	border-radius: 15px;
	margin: auto;
	text-align: center;
	text-indent: 12px;
	white-space: nowrap;
	overflow: hidden;
	letter-spacing: 2px;
}

.page-calculator__price .slide__body .body__additionally {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}


.page-calculator__price .slide__body .body__additionally .additionally__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 2px
}
.page-calculator__price .slide__body .body__additionally .additionally__item ._price {
	white-space: nowrap;
}

.page-calculator__price .wrap__total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 67px;
	margin-top: 20px;
	padding: 15px;
	background: #404040;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFFFFF;
	border-radius: 5px;
}



.page-calculator__price .wrap__add-item {
	width: 100%;
	height: 58px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	background: #F2E2D3;
	color: #404040;
	border-radius: 5px;
	border: 0;
}
.page-calculator__price .wrap__checkout {
	width: 100%;
	height: 58px;
	margin-top: 20px;
	background: #93673b;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 5px;
	border: 0;
}
.page-calculator__price .wrap__checkout:hover {
	background: #795531;
}
.page-calculator__price .wrap__total {
	height: 67px;
	width: 100%;
	background: #404040;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 5px;
	align-items: center;
	display: flex;
	padding: 0 15px;
	justify-content: space-between;
	margin-top: 15px;
}
.page-calculator__price .wrap__total span:last-child {
	font-weight: 600;
	font-size: 34px;
}



.modal__back {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #333;
	opacity: 0.5;
	z-index: 100;
}


.modal, .modal * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}



.modal {
	width: 950px;
	height: 485px;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 110;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	display: block !important;
}
.modal__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	padding: 30px;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
}

.modal .modal__close {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiIgZmlsbD0ibm9uZSIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBkPSJNMS41MjQgMS41MzdsMTguOTE5IDE4Ljc2OW0tMTguODg4IDBMMjAuNDc1IDEuNTM3IiBzdHJva2U9IiMzMzMiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PC9zdmc+");
	background-color: unset;
	width: 22px;
	height: 22px;
	position: absolute;
	right: 25px;
	top: 25px;
	padding: 0;
	border: 0;
	cursor: pointer;
}

.modal__body .body__left {
	width: 420px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.modal__body .body__left input[type="text"] {
	width: 100%;
	height: 50px;
	padding: 0 20px;
	background: #fff;
	border: 2px solid #bfbfbf;
	border-radius: 10px;
	margin-bottom: 20px;
}


.modal__body .body__right {
	width: 530px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 45px;
}

.modal__body .body__right .right__item {
	display: flex;
	flex-direction: column;

}

.modal__body .body__right .right__item ._item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.modal__body .body__right .right__item ._item .item__name{
	width: 50%;
}

.modal__body .body__right .right__item ._item .item__count{
	width: 25%;
	text-align: center;
}

.modal__body .body__right .right__item ._item .item__price {
	width: 25%;
	text-align: right;
}


.modal__body .body__right .right__item .item__total {
	display: flex;
	padding-top: 10px;
	border-top: 2px solid #bfbfbf;
	font-size: 18px;
	font-weight: 700;
}

.modal__body .body__right .right__item .item__total > div:nth-child(1) {
	width: 50%;
}
.modal__body .body__right .right__item .item__total > div:nth-child(2) {
	width: 25%;
	text-align: center;
}
.modal__body .body__right .right__item .item__total > div:nth-child(3) {
	width: 25%;
	text-align: right;
}


.modal__body .send__form {
	background: #1a1a1a;
	color: #fff;
	border: 0;
	height: 60px;
	width: 100%;
	border-radius: 15px;
	text-transform: uppercase;
	font-size: 20px;
	margin: auto 0 0 0;
}


@media (max-width: 768px) {

	.page-calculator {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0;
		margin: 0;
	}

	.page-calculator .page-calculator__option {
		width: 100%;
		padding: 0;
	}
	.page-calculator .page-calculator__option .option__step[data-step="1"] .step__body .body__col {
		width: 33.3333%;
		position: relative;
		z-index: 100;
	}

	.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .col__img {
		width: 150px;
	}
	.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .col__input {
		width: 65px;
	}
	.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .col__input input {
		width: 75px;
	}
	.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .col__img img {
		width: 100%;
	}


	.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="1"] .col__img .col__input:nth-child(1) {
		top: -159px;
	}
	.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="1"] .col__img .col__input:nth-child(2) {
		right: -287px;
	}
	.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="1"] .col__img .col__input:nth-child(2):before {
		left: -101px;
	}
	.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="5"] .col__img .col__input:nth-child(2) {
		right: -105px;
	}


	.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="2"] .col__img .col__input:nth-child(1) {
		top: -67px;
	}
	.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="2"] .col__img .col__input:nth-child(3) {
		left: -279px;
		top: -74px;
	}
	.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="2"] .col__img .col__input:nth-child(4) {
		left: -289px;
		top: 53px;
	}
	.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="2"] .col__img .col__input:nth-child(4):before {
		right: -100px;
	}
	.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="2"] .col__img .col__input:nth-child(2) {
		right: -257px;
		top: -20px;
	}
	.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="2"] .col__img .col__input:nth-child(2):before {
		left: -101px;
	}

	.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="3"] .col__img .col__input:nth-child(1) {
		top: -65px;
	}

	.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="3"] .col__img .col__input:nth-child(3) {
		left: -203px;
		top: -90px;
	}

	.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="3"] .col__img .col__input:nth-child(3):before {
		right: -61px;
	}
	.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="3"] .col__img .col__input:nth-child(2) {
		right: -210px;
		top: -41px;
	}

	.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="3"] .col__img .col__input:nth-child(2)::before {
		left: -100px;
	}

	.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="3"] .col__img .col__input:nth-child(4) {
		left: -282px;
		top: 33px;
	}

	.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="3"] .col__img .col__input:nth-child(4):before {
		right: -97px;
	}

	.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="4"] .col__img .col__input:nth-child(1) {
		top: -155px;
	}
	.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="4"] .col__img .col__input:nth-child(2) {
		top: -139px;
		left: -178px;
	}
	.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="4"] .col__img .col__input:nth-child(3) {
		top: -135px;
		right: -179px;
	}

	.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="4"] .col__img .col__input:nth-child(4) {
		bottom: -89px;
		right: -268px;
	}

	.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="4"] .col__img .col__input:nth-child(4):before {
		top: -30px;
		left: -103px;
	}

	.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="5"] .col__img .col__input:nth-child(1) {
		top: -156px;
		left: -100px;
	}
	.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="5"] .col__img .col__input:nth-child(2) {
		right: -102px;
		top: -99px;
	}
	.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="5"] .col__img .col__input:nth-child(4) {
		bottom: -156px;
	}
	.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="5"] .col__img .col__input:nth-child(5) {
		left: -283px;
		top: -10px;
	}
	.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="5"] .col__img .col__input:nth-child(5):before {
		right: -99px;
	}
	.page-calculator .page-calculator__option .option__step[data-step="3"] .step__body .body__col {
		width: 100%;
	}
	.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="5"] .col__img .col__input:nth-child(3) {
		right: -280px;
		top: 33px;
	}
	.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="5"] .col__img .col__input:nth-child(3):before {
		left: -98px;
	}
	.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="6"] .col__img .col__input:nth-child(1) {
		top: -156px;
	}
	.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="6"] .col__img .col__input:nth-child(2) {
		bottom: -157px;
	}
	.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="6"] .col__img .col__input:nth-child(3) {
		left: -287px;
		top: 0px;
	}
	.page-calculator .page-calculator__option .option__step[data-step="2"] .step__body .body__col[data-id="6"] .col__img .col__input:nth-child(3)::before {
		right: -137px;
	}


	.page-calculator .page-calculator__option .option__step[data-step="3"] .step__body .body__col .col__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.page-calculator .page-calculator__option .option__step[data-step="3"] .step__body .body__col .col__item .item__title {
		width: 100%;
	}
	.page-calculator .page-calculator__option .option__step[data-step="3"] .step__body .body__col .col__item .item__inner {
		width: 48%;
	}

	.page-calculator .page-calculator__option .option__step[data-step="4"] .step__body .body__col {
		width: 33.3333%;
	}
	.page-calculator .page-calculator__option .option__step[data-step="5"] .step__body .body__col {
		width: 33.3333%;
	}
	.page-calculator .page-calculator__option .option__step[data-step="6"] .step__body .body__col {
		width: 100%;
	}
	.page-calculator .page-calculator__price {
		width: 100%;
	}
	.page-calculator .page-calculator__option .option__step .step__head {
		font-size: 14px;
	}

	.page-calculator .page-calculator__option .option__step[data-step="1"] .step__body .body__col .col__item .item__image img {
		-webkit-transition: all 0s;
		-o-transition: all 0s;
		transition: all 0s;
	}


	.modal {
		width: 380px;
		height: auto;
	}
	.modal__body {
		flex-wrap: wrap;
	}
	.modal__body .body__left {
		width: 100%;
	}
	.modal__body .body__right {
		width: 100%;
	}
	.modal .body__left textarea {
		height: 80px;
	}
}


.modal .body__left textarea {
	height: 160px;
	padding: 20px;
	background: #fff;
	border: 2px solid #bfbfbf;
	border-radius: 10px;
}