.window {
	width: 270px;
	margin-bottom: 40px;
}
#windows-1 .container .row {
	justify-content: space-between;
	margin-top: 35px;
}
.window.size3 {
	width: 31%;
}
.window__title {
	white-space: normal;
	font-weight: bold;
	font-size: 14pt;
}
.window__title {
	text-align: center;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
}
.window__image {
	height: 260px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 200px;
}
.window.size3 .window__image {
	height: 300px;
	background-size: auto 245px;
}
.window__image__big {
	background-size: auto 273px;
}
.window.size3 .window__image__big {
	background-size: auto 335px;
}
.window__price {
	text-align: center;
	font-size: 55px;
	font-weight: bold;
	margin-top: -20px;
}
.window.size3 .window__price {
	margin-top: -10px;
}
.window__price__rub {
	font-size: 22px;
}
.window__fullprice__rub {
	font-size: 14px;
}
.window__attributes {
	width: 200px;
	margin: 0 auto;
	border-top: 1px solid rgb(102, 102, 102);
	margin-top: 15px;
	padding-top: 12px;
}
.window__attributes li {
	font-size: 14px;
}
.window__fullprice__text {
	color: rgb(102, 102, 102);
	font-size: 14px;
}
.window__fullprice {
	font-size: 32px;
	line-height: 8px;
	margin: 0 auto;
	width: fit-content;
}
.window__attributes__size span {
	font-weight: bold;
}
.windows__button {
	text-align: center;
	margin-top: 30px;
}
a.button {
	padding: 10px 20px 12px 20px;
	background-color: rgb(0, 160, 227);
	color: rgb(255, 255, 255);
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#windows-1 h2 {
	margin-top: 20px;
	margin-bottom: 30px;
}
#windows-1.windows.size2 .container .row {
	width: 70%;
	margin: 0 auto;
}
@media screen and (max-width: 450px) {
	.windows h1 {
		text-align: center;
	}
	.windows .container .row {
		justify-content: center !important;
		display: flex;
	}
	.window.size3 {
		width: 98%;
		margin: 0 auto 40px auto;
	}
	.windows.size3 .row {
		margin: 0;
	}
	.window.size3 .window__image__big {
		height: 320px !important;
	}
}