.windows-at-low-prices {
  padding-top: 4.5rem;
  padding-bottom: 8.5rem;
}

.windows-at-low-prices .title, .windows-at-low-prices__img, .windows-at-low-prices__price-box, .windows-at-low-prices__order-box {
  margin-left: auto;
  margin-right: auto;
}

.windows-at-low-prices .title {
  max-width: 12em;
  margin-bottom: 1.363em;
  font-size: 1.5em;
}

.windows-at-low-prices__title .orange, .windows-at-low-prices__img, .windows-at-low-prices__saving-price {
  display: block;
}

.windows-at-low-prices__title {
  margin-bottom: 0.738em;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  text-transform: uppercase;
}
.windows-at-low-prices__image {
	height: 200px;
    margin-bottom: 20px;
}
.windows-at-low-prices__image .windows-at-low-prices__img {
	max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;	
	margin-bottom: 0;
}
.windows-at-low-prices__img {
  max-width: 12.875em;
  margin-bottom: 1.563em;
}

.windows-at-low-prices__img--big {
  max-width: 18.475em;
}

.windows-at-low-prices__price, .windows-at-low-prices__saving {
  font-weight: 900;
}

.windows-at-low-prices__price-box, .windows-at-low-prices__order-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.windows-at-low-prices__price {
  margin-left: 0.3em;
  font-size: 2.250em;
}

.windows-at-low-prices__price:after {
  font-weight: 700;
  margin-left: 0.1em;
}

.windows-at-low-prices__price-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 20em;
  margin-bottom: 1.313em;
}

.windows-at-low-prices__saving {
  position: relative;
  max-width: 11.250em;
  padding-top: 0.6em;
  padding-bottom: 0.3em;
  padding-right: 0.5em;
  padding-left: 0.4em;
  background-color: #17A1E3;
  color: #ffffff;
  text-align: center;
  border-radius: 0.375em;
  -webkit-box-shadow: 0.125em 0.125em 0.188em rgba(0, 0, 0, 0.25);
          box-shadow: 0.125em 0.125em 0.188em rgba(0, 0, 0, 0.25);
}

.windows-at-low-prices__saving:before, .windows-at-low-prices__saving:after {
  content: '';
  position: absolute;
}

.windows-at-low-prices__saving:before {
  top: 0.60em;
  left: -1.14em;
  width: 2.79em;
  height: 2.97em;
  background-color: #17A1E3;
  border-radius: 0.375em;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: -1;
}

.windows-at-low-prices__saving:after {
  top: 1.7em;
  left: -0.8em;
  width: 0.572em;
  height: 0.572em;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: inset 0.125em 0.125em 0.188em rgba(0, 0, 0, 0.25);
          box-shadow: inset 0.125em 0.125em 0.188em rgba(0, 0, 0, 0.25);
}

.windows-at-low-prices__saving-price {
  font-size: 1.875em;
}

.windows-at-low-prices__saving-price:after {
  font-weight: 700;
  margin-left: 0.3em;
}

.windows-at-low-prices__order-box {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 19.8em;
}

.windows-at-low-prices__order-text {
  margin-bottom: 0.2em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700;
}

.windows-at-low-prices .button {
  margin: 0;
  padding: 0.6em 2.1em;
  max-width: 11.022em;
}

.windows-at-low-prices .pagination {
  background-color: #C9C9C9;
}

.windows-at-low-prices .pagination.active {
  background-color: #17A1E3;
}

.windows-at-low-prices .pagination-box {
  bottom: -2.6em;
}
.pagination-box.disabled {
    display: none;
}

@media (min-width: 768px) {
  .windows-at-low-prices .container {
    width: calc(100% - 6.6rem);
  }
  .windows-at-low-prices .title {
    max-width: none;
    margin-bottom: 0.963em;
    font-size: 1.875em;
    line-height: 1.8;
  }
  .windows-at-low-prices .owl-stage-outer {
    overflow: visible;
  }
  .windows-at-low-prices .owl-stage {
    max-width: 44.5em;
    margin-left: auto;
    margin-right: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;	
	gap: 20px;
    transform: unset!important;
    width: auto!important;	
  }
  .windows-at-low-prices .owl-item {
	width: 100% !important;
    margin: 0!important;
  }
  .windows-at-low-prices .owl-item:nth-child(odd) {
    margin-right: 1.2em;
  }
  .windows-at-low-prices__item {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
    padding: 1.4em 1em 1em 1em;
    min-height: 29.2em;
	height: 100%;
	display: flex;
    flex-direction: column;	
  }
  .windows-at-low-prices__title {
    margin-bottom: 1.138em;
    font-size: 1.125em;
    line-height: 1.3;
    letter-spacing: 0.06em;
	flex-grow: 1;
  }
  .windows-at-low-prices__sub-title {
	font-size: 17px;
  }
  .windows-at-low-prices__price {
    margin-left: 0.9em;
    font-size: 1.875em;
  }
  .windows-at-low-prices__price-box,
  .windows-at-low-prices__order-box {
    margin-left: unset;
    margin-right: unset;	  
  }
  .windows-at-low-prices__price-box {
    margin-bottom: 0.913em;
  }
  .windows-at-low-prices__image {
    height: 273px;
  }  
  .windows-at-low-prices__img {
    margin-bottom: 1.763em;
  }
  .windows-at-low-prices__img--big {
    max-width: 17.775em;
  }
  .windows-at-low-prices__saving {
    margin-right: 2em;
    padding-top: 0.2em;
  }
  .windows-at-low-prices__saving:before {
    left: -0.94em;
    top: 0.4em;
    width: 2.29em;
    height: 2.17em;
  }
  .windows-at-low-prices__saving:after {
    top: 1.2em;
  }
  .windows-at-low-prices__saving-text {
    font-size: 0.625em;
  }
  .windows-at-low-prices__saving-price {
    font-size: 1.250em;
  }
  .windows-at-low-prices__order-text {
    font-size: 0.825em;
  }
  .windows-at-low-prices .button {
    max-width: 10.563em;
  }
}
.without-overpayment__item:nth-child(3),
    .without-overpayment__item:nth-child(4){
    margin-bottom: 0;
}
@media (max-width: 1023px) and (min-width: 768px) {
	.windows-at-low-prices {
		padding-bottom: 3.5rem;
	}
	.syktyvkar .windows-at-low-prices__sub-title {
		font-size: 15px;
	}	
}
@media (max-width: 767px) {
  .banner-main__content {
    padding-bottom: 0;
  }
  .syktyvkar .windows-at-low-prices__price {
	  margin-left: 0;
  }  
}
@media (min-width: 1200px) {
  .windows-at-low-prices {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
    .without-overpayment__item {
    margin: 0;
}
.windows-at-low-prices {
    padding-bottom: 4rem;
}
  .windows-at-low-prices .title {
    margin-bottom: 0.463em;
    font-size: 2.500em;
  }
  .windows-at-low-prices__title {
    line-height: 1.4;
    letter-spacing: 0.01em;
  }
  .windows-at-low-prices .owl-stage {
    max-width: 60.5em;
  }
  .windows-at-low-prices .owl-item {
    width: 29.188em !important;
  }
  .windows-at-low-prices__item {
    padding: 1.875em 2.5em 1em 2.5em;
    max-width: 29.1875em;
    min-height: 38.2em;
          height: 600px;
  }
  .windows-at-low-prices__img {
    max-width: 17.975em;
    margin-bottom: 1.875em;
  }
  .windows-at-low-prices__img--big {
    max-width: 25.475em;
  }
  .windows-at-low-prices__price {
    font-size: 2.5em;
    margin-left: 0;
  }
  .windows-at-low-prices__price:after {
    margin-left: 0.2em;
  }
  .windows-at-low-prices__price-box {
    max-width: 34em;
    margin-bottom: 1.575em;
  }
  .windows-at-low-prices__saving {
    padding-top: 0.9em;
    padding-bottom: 0.2em;
    padding-right: 0.7em;
    padding-left: 1.3em;
    margin-right: 0;
  }
  .windows-at-low-prices__saving:before {
    left: -1.44em;
    top: 0.6em;
    width: 3.29em;
    height: 3.07em;
  }
  .windows-at-low-prices__saving:after {
    top: 1.9em;
  }
  .windows-at-low-prices__saving-text {
    font-size: 1em;
    letter-spacing: 0.03em;
  }
  .windows-at-low-prices__saving-price {
    font-size: 1.875em;
  }
  .windows-at-low-prices__order-box {
    max-width: 100%;
    margin-bottom: 1.113em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .windows-at-low-prices__order-text {
    font-size: 1.126em;
  }
  .windows-at-low-prices .button {
    max-width: 12.130em;
  }
}
@media (max-width: 767px){
	.moskva .windows-at-low-prices__price,
	.ufa .windows-at-low-prices__price,
	.kursk .windows-at-low-prices__price	{
		margin-left: 0;
	  
	}
}

.nav__page-link {
	margin-top: 55px;
	display: none;
}
.nav__page-link .nav__list {
	display: flex;
    justify-content: space-between;
}
.nav__page-link .nav__link {
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: 307px;
    height: 75px;
    padding: 0 20px;
    text-decoration: none;
    border: 2px solid #e8e8e8;
    border-radius: 10px;
    font-size: 24px;
    line-height: 100%;
    font-weight: 700;
    color: #f26422;	
}
.nav__page-link .nav__link-title svg {
	flex-shrink: 0;
}
.windows-at-low-prices.template {
    padding-top: 55px;
    padding-bottom: 45px;	
}
.windows-at-low-prices.template .title {
    max-width: 14em;
	line-height: 121%;
	margin-bottom: 15px;	
}
.windows-at-low-prices.template .desc {
	line-height: 130%;
	margin-bottom: 10px;
}
.windows-at-low-prices.template .windows-at-low-prices__title {
	font-size: 18px;
	line-height: 100%;
}
.windows-at-low-prices.template .windows-at-low-prices__title .orange {
	font-size: 14px;
	margin-top: 8px;
}
.windows-at-low-prices.template .windows-at-low-prices__title {
	min-height: 62px;
}
.windows-at-low-prices.template .windows-at-low-prices__img {
    height: 100%;
    width: auto;
	object-fit: contain;
	max-width: 100%;
}
.windows-at-low-prices.template.dvuhstvorchatye-okna .windows-at-low-prices__img {
    width: 199px;
    height: 240px;
}
.windows-at-low-prices.template.trehstvorchatye-okna .windows-at-low-prices__img {
    height: auto;
    width: 276px;
}
.windows-at-low-prices.template .windows-at-low-prices__price {
    font-size: 2em;	
}
.windows-at-low-prices.template .pagination-box {
    bottom: 0;
}
@media (max-width: 1199px){
	.windows-at-low-prices.template.trehstvorchatye-okna .desc .display {
		display: none;
	}
	.windows-at-low-prices.template.trehstvorchatye-okna .desc .fw {
		font-weight: 700;
	}
	.windows-at-low-prices.template .windows-at-low-prices__title .display {
		display: block;
	}	
}
@media (max-width: 767px){
	.windows-at-low-prices.template .windows-at-low-prices__item {
		padding: 15px;
	}	
	.windows-at-low-prices.template .title > span > span,
	.windows-at-low-prices.template .title > span:nth-child(2) {
		display: block;
	}
	.windows-at-low-prices.template.odnostvorchatye-okna .desc .fw7 {
		font-weight: normal;
	}	
	.windows-at-low-prices.template.odnostvorchatye-okna .desc .display {
		display: none;
	}	
}
@media (min-width: 768px){
	.windows-at-low-prices.template {
		padding-bottom: 55px;	
	}	
	.windows-at-low-prices.template .title {
		line-height: 127%;
		margin-bottom: 20px;
		max-width: none;
	}
	.windows-at-low-prices.template .title span {
		display: inline;
	}	
	.windows-at-low-prices.template .title > span > span {
		display: block;
	}	
	.windows-at-low-prices.template .desc {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.windows-at-low-prices.template .windows-at-low-prices__box.owl-carousel {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 15px;		
	}
	.windows-at-low-prices.template .owl-item:nth-child(odd) {
		margin-right: 0;
	}
	.windows-at-low-prices.template .windows-at-low-prices__item  {
		margin-bottom: 0;
		height: 100%;
		display: flex;
		flex-direction: column;
		max-width: 100%;
	}	
	.windows-at-low-prices.template .windows-at-low-prices__price-box,
	.windows-at-low-prices.template .windows-at-low-prices__order-box {
		margin-left: unset;
		margin-right: unset;
	}
	.windows-at-low-prices.template .windows-at-low-prices__price-box {
		margin-top: auto;
	}	
}
@media (min-width: 1200px){
	.windows-at-low-prices.template .windows-at-low-prices__box.owl-carousel {
		gap: 20px;		
	}	
	.windows-at-low-prices.template .owl-stage {
		gap: 20px;
	}
	.windows-at-low-prices.template .owl-item {
		width: 100%!important;
	}	
	.windows-at-low-prices.template {
		padding: 60px 0;
	}	
	.windows-at-low-prices.template .title {
		line-height: 125%;
		margin-bottom: 25px;
	}
	.windows-at-low-prices.template .desc {
		line-height: 122%;
	}
	.windows-at-low-prices.template .title > span > span {
		display: inline;
	}	
	.windows-at-low-prices.template .title > span:nth-child(1) {
		display: inline;
	}
	.windows-at-low-prices.template .title > span:nth-child(2) {
		display: block;
	}
	.windows-at-low-prices.template .windows-at-low-prices__title {
		min-height: unset;
		margin-bottom: 30px;		
	}
	.windows-at-low-prices.template .windows-at-low-prices__item {
		padding: 30px 15px;
	}	
	.windows-at-low-prices.template .windows-at-low-prices__title .orange {
		font-size: 17px;
	}
	.windows-at-low-prices.template .windows-at-low-prices__price-box,
	.windows-at-low-prices.template .windows-at-low-prices__order-box {
		margin-left: auto;
		margin-right: auto;
		width: 390px;
	}	
	.windows-at-low-prices.template .windows-at-low-prices__order-box {
		margin-bottom: 0;
	}
	.windows-at-low-prices.template.dvuhstvorchatye-okna .windows-at-low-prices__img {
		width: 226px;
		height: 273px;
	}
	.windows-at-low-prices.template.trehstvorchatye-okna .windows-at-low-prices__img {
		width: 344px;
	}	
	.windows-at-low-prices.template.trehstvorchatye-okna .windows-at-low-prices__title .orange {
		font-size: 15px;
	}
	.nav__page-link {
		display: block;
	}	
}

.windows-at-low-prices.prices-product .title {
	line-height: 121%;
	margin-bottom: 15px;
	max-width: 100%;
}
.windows-at-low-prices.prices-product .title .akcia_main {
	display: block;
}
.windows-at-low-prices.prices-product .desc {
	line-height: 130%;
	margin-bottom: 15px;
}
.windows-at-low-prices.prices-product .offer {
	line-height: 120%;
	margin-bottom: 25px;
}
.windows-at-low-prices.prices-product .windows-at-low-prices__item {
	margin-bottom: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	max-width: 100%;	
	padding: 0 15px;
    min-height: auto;
    height: auto;	
}
.windows-at-low-prices.prices-product .windows-at-low-prices__img-box {
    margin-bottom: 15px;
}
.windows-at-low-prices.prices-product .windows-at-low-prices__img {
    width: 100%;
    height: auto;	
	max-width: 270px;
	object-fit: contain;
	margin-bottom: 0;
}
.windows-at-low-prices.prices-product .windows-at-low-prices__price-box {
    max-width: 270px;
    width: 100%;
}
.windows-at-low-prices.prices-product .windows-at-low-prices__price-caption-data {
    display: flex;
    flex-direction: column;
}
.windows-at-low-prices.prices-product .windows-at-low-prices__price-caption {
	line-height: 100%;
	letter-spacing: 0.01em;
	margin-bottom: 5px;
}
.windows-at-low-prices.prices-product .windows-at-low-prices__price {
	line-height: 100%;
}
.windows-at-low-prices.prices-product .windows-at-low-prices__price:after {
	font-size: 20px;
	line-height: 100%;
	letter-spacing: -0.1em;
}
.windows-at-low-prices.prices-product .windows-at-low-prices__saving {
    padding: 8px;	
}
.windows-at-low-prices.prices-product .windows-at-low-prices__saving:before {
    width: 43px;
    height: 43px;
    top: 8px;
    left: -17px;
}
.windows-at-low-prices.prices-product .windows-at-low-prices__saving:after {
    top: 50%;
    transform: translateY(-50%);	
}
.windows-at-low-prices.prices-product .windows-at-low-prices__saving-text {
	line-height: 120%;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
}
.windows-at-low-prices.prices-product .windows-at-low-prices__order-box,
.windows-at-low-prices.prices-product .windows-at-low-prices__order-box .button {
    max-width: 100%;
	width: 100%;
}
@media (min-width: 768px){	
	.windows-at-low-prices.prices-product .windows-at-low-prices__box.owl-carousel {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 15px;		
		width: 627px;
		margin: 0 auto;		
	}
	.windows-at-low-prices.prices-product .owl-item {
		width: 100%!important;
	}	
	.windows-at-low-prices.prices-product .owl-item:nth-child(odd) {
		margin-right: 0;
	}
	.windows-at-low-prices.prices-product .windows-at-low-prices__item  {
		padding: 20px 15px;
	}
	.windows-at-low-prices.prices-product {
		padding-bottom: 0;		
	}	
	.windows-at-low-prices.prices-product .title {
		margin-bottom: 20px;
	}
	.windows-at-low-prices.prices-product .desc {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.windows-at-low-prices.prices-product .offer {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.windows-at-low-prices.prices-product .windows-at-low-prices__order-box {
		margin-bottom: 0;
	}	
	.windows-at-low-prices.prices-product .windows-at-low-prices__img,
	.windows-at-low-prices.prices-product .windows-at-low-prices__price-box {
		max-width: 241px;
	}	
	.windows-at-low-prices.prices-product .windows-at-low-prices__price {
		font-size: 28px;
		margin-left: 0;
	}
	.windows-at-low-prices.prices-product .windows-at-low-prices__saving {
		margin-right: 0;
	}
	.windows-at-low-prices.prices-product .windows-at-low-prices__saving-text {
		font-size: 16px;
	}
	.windows-at-low-prices.prices-product .windows-at-low-prices__saving:before {
		width: 40px;
		height: 40px;
		top: 7px;
		left: -17px;
	}	
}
@media (min-width: 1200px){		
	.windows-at-low-prices.prices-product .windows-at-low-prices__box.owl-carousel {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 20px 21px;
		width: 100%;
	}
	.windows-at-low-prices.prices-product .title {
		font-size: 35px;
		line-height: 143%;
	}	
	.windows-at-low-prices.prices-product .title .akcia_main {
		display: initial;
	}
	.windows-at-low-prices.prices-product .title .color {
		color: #F26421;
	}
	.windows-at-low-prices.prices-product .title .display {
		display: block;
	}
	.windows-at-low-prices.prices-product .offer {
		width: 800px;
		margin: 0 auto 30px;
	}	
}
@media (hover: hover) {
	.nav__link:hover .nav__link-title {
		text-decoration: underline;
		text-underline-offset: 3px;
	}
}