.select-glazing {
	padding-bottom: 0;
}
.select-glazing .select__img {
	height: 522px;
	position: relative;
}
.select-glazing .select__img img {
	max-width: 100%;
}
.select-glazing .img-elem {
    position: absolute;
    top: 0;
    left: 0;
}
.select-glazing .select__data {
	height: 136px;
	margin-bottom: 25px;
	background-image: url("../../../img/select-glazing/receipt.png");
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: drop-shadow(0px 10px 7px rgba(0, 0, 0, 0.15));
}
.select-glazing .select__data-title {
	font-size: 24px;
	line-height: 120%;
	padding-top: 30px;
	margin-bottom: 7px;
}
.select-glazing .select__data-price {
	font-size: 39px;
	line-height: 123%;	
}
.select-glazing .select__option {
	border-radius: 0 6px 6px 0;
	background: #f9f9f9;
	padding: 20px 15px;
}
.select-glazing .select__option-row:not(:first-child) {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #c7c7c7;
}
.select-glazing .select__option-title {
	line-height: 120%;
	margin-bottom: 15px;
}
.select-glazing .select__option-list {
	flex-wrap: wrap;
	gap: 15px 20px;
	line-height: 110%;
}
.select-glazing .select__option-item {
	cursor: pointer;
}
.select-glazing .select__option-input {
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: none;	
}
.select-glazing .select__option-name {
	display: inline-flex;
    gap: 8px;
}
.select-glazing .select__option-name:before {
    content: '';
    display: inline-block;
	border: 2px solid #C7C7C7;
    border-radius: 30px;
    width: 16px;
    height: 16px;	
}
.select-glazing .select__option-input[type=radio]:checked ~ .select__option-name:before {
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='10' cy='10' r='10' fill='%23F26422' /%3e%3ccircle cx='10' cy='10' r='4' fill='white' /%3e%3c/svg%3e");
}
.select-glazing .hr {
	height: 1.5px;
    background: #F26422;
    margin: 25px 0;	
}
.select-glazing .select__action .select__action-title{
	font-size: 21px;
	line-height: 100%;
	margin-bottom: 15px;		
}
.select-glazing .select__action .input {
	width: 100%;
	text-align: center;
	padding: 0.65rem;
	border: none;
	border-bottom: 3px solid #c9c9c9;
	margin-bottom: 15px;
}
.select-glazing .select__action .input::-webkit-input-placeholder {
	font-weight: 700;
	letter-spacing: 0.04em;
}
.select-glazing .select__action .input:-ms-input-placeholder {
	font-weight: 700;
	letter-spacing: 0.04em;
}
.select-glazing .select__action .input::-ms-input-placeholder {
	font-weight: 700;
	letter-spacing: 0.04em;
}
.select-glazing .select__action .input::placeholder {
	font-weight: 700;
	letter-spacing: 0.04em;
}
.select-glazing .select__action .privacy-policy__notice {
	margin-top: 15px;	
}
@media (min-width: 768px) {
	.select-glazing .select__box {
		grid-template-columns: 324px 1fr;
	}
	.select-glazing .select__img {
		height: 490px;
		grid-column: 1 / 2;
		grid-row: 1 / 2;
		overflow: hidden;
	}
	.select-glazing .select__option {
		grid-column: 2 / 3;
        grid-row: 1 / 2;
        padding: 18px 20px;
        position: absolute;
        width: 407px;
        height: 490px;
        right: 0;
	}
	.select-glazing .select__option-row:not(:first-child) {
		padding-top: 20px;
		margin-top: 20px;
	}
	.select-glazing .select__option-title {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.select-glazing .select__option-list {
		font-size: 18px;
		line-height: 90%;
	}
	.select-glazing .select__option-item {
		display: inline-flex;
	}
	.select-glazing .hr {
		grid-column: 1 / 3;
		grid-row: 2 / 3;
		margin: 30px 0;
	}
	.select-glazing .select__data {
		grid-column: 1 / 2;
        grid-row: 3 / 4;
        width: 302px;
        height: 130px;
        margin-bottom: 0;
	}	
	.select-glazing .select__data-title {
		font-size: 21px;
	}
	.select-glazing .select__action {
		grid-column: 2 / 3;
        grid-row: 3 / 4;
	}	
}
@media (min-width: 1200px) {
	.select-glazing .select__box {
		grid-template-columns: 381px 1fr;
	}
	.select-glazing .select__img {
		height: 575px;
	}
	.select-glazing .select__option {
		position: relative;
        width: 100%;
        height: 100%;
        padding: 22px 30px;
	}
	.select-glazing .select__option-row:not(:first-child) {
		padding-top: 25px;
		margin-top: 25px;
	}
    .select-glazing .select__option-title {
        font-size: 21px;
        margin-bottom: 20px;
    }
    .select-glazing .select__option-list {
        font-size: 21px;
    }
	.select-glazing .select__option-name:before {
		width: 20px;
		height: 20px;
	}
	.select-glazing .select__data {
		width: 336px;
	}
    .select-glazing .select__data-title {
        font-size: 24px;
		padding-top: 28px;
    }
	.select-glazing .select__action {
		width: 100%;
	}
	.select-glazing .select__action .select__action-title {
		font-size: 28px;
		margin-bottom: 18px;
	}
	.select-glazing .select__action-field {
		display: grid;
		grid-template-columns: 260px 1fr;
		gap: 15px;
	}
	.select-glazing .select__action .input {
		margin-bottom: 0;
	}	
}