
.banner-top-new-main .center-flex-block {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
    align-items: center;
	position: relative;
	bottom: 0px;
    left: 50%;
	background: #FFFFFF;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
	transform: translateY(-50%) translateX(-50%);
	max-width: 950px;
}
@media (max-width: 768px) {
  .banner-top-new-main .center-flex-block {
	margin-bottom: 20px;
  }
}
.banner-top-new-main .flex-image-text {
	display: flex;
	flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 50px 0px;
    width: 110px;
}
.banner-top-new-main .flex-image-text img {
	margin-right: 10px;
}
.banner-top-new-main .flex-image-text .mini-text {
	font-family: Cuprum;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	max-width: 80px;
}

.products-new-main .margin-content {
	margin: 130px 0px 100px;
}
.products-new-main .product {
	text-align: center;
}
.products-new-main .product .title {
	text-align: center;
	font-family: Cuprum;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	color: #000000;
}
.products-new-main .product .image {
	text-align: center;
	max-height: 220px;
	overflow: visible;
}
.products-new-main .product .image img {
	text-align: center;
	max-width: 100%;
	height: auto;
}
.products-new-main .product .prices-block {
	margin: 50px 0px 30px;
	text-align: center;
}
.products-new-main .product .prices-block .price-red {
	font-family: Cuprum;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 55px;
	color: #BF2E4A;
	margin-bottom: 15px;
}
.products-new-main .product .prices-block .price-gray {
	font-family: Cuprum;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #9C9C9C;
	display: inline-block;
}
.products-new-main .product .prices-block .price-black {
	font-family: Cuprum;
	font-style: normal;
	font-weight: normal;
	font-size: 31px;
	line-height: 36px;
	color: #1F2229;
	display: inline-block;
}
.products-new-main .product .description {
	max-width: 160px;
	margin: auto;
	text-align: left;
}
.products-new-main .product .description ul {
	list-style: none;
	padding: 0;
	margin: 20px 0px;
}
.products-new-main .product .description ul li {
	padding-left: 20px; 
    text-indent: -10px;
    margin-bottom: 7px;
	position: relative;
}
.products-new-main .product .description ul li::before {
	content: "â€¢ ";
	color: #C4C4C4;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.products-new-main .product .description p {
	margin: 0px;
}
.form-new.form-new-main {
	margin: 0px 0px 100px;
}
.type-product-list {
	margin: 0px 0px 25px;
}
.type-product-list .type-product-link {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
    align-items: center;
}
.type-product-list .type-product-link a {
	padding: 18px 10px;
	border: 1px solid #BF2E4A;
	box-sizing: border-box;
	font-family: Cuprum;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #BF2E4A;
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
	min-width: 161px;
	text-align: center;
}
.type-product-list .type-product-link a.active,
.type-product-list .type-product-link a:hover {
	background: #BF2E4A;
	color: #FFFFFF;
}
.product-detail-new {
	padding: 30px 0px;
	background: #FCFCFC;
}
.product-detail-new .tab-content {
	display: none;
}
.product-detail-new .tab-content.active {
	display: block;
}
.product-detail-new .left-column {
	position: relative;
}
.product-detail-new .right-column {
    margin-left: 35px;
}
.product-detail-new .price {
	font-family: Cuprum;
	font-style: normal;
	font-weight: bold;
	font-size: 55.7647px;
	line-height: 64px;
	color: #BF2E4A;
	position: absolute;
	top: 37px;
    right: 255px;
	
	text-shadow: 0px 0px 3px white, 0px 0px 7px white, 0px 0px 20px #BF2E4A;
}
.product-detail-new .price span {
	font-family: Cuprum;
	font-style: normal;
	font-weight: bold;
	font-size: 27px;
	line-height: 64px;
	color: #BF2E4A;
}
.product-detail-new .image {
	height: 450px;
	overflow:hidden;
	margin: 0px 85px 0px 0px;
	text-align: right;
}

.product-detail-new .image img {
	max-height:100%;
	height:100%;
	width:auto;
}
.product-detail-new .title {
	font-family: Cuprum;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 55px;
	color: #BF2E4A;
	margin-bottom: 19px;
}
.product-detail-new .description,
.product-detail-new .description p {
	font-family: Arial;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	/*width: 570px;*/
	margin-bottom: 10px;
    margin-right: 150px;
}
.product-detail-new .description-mini {
	font-family: Arial;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	width: 480px;
    margin-left: 0;
}
.product-detail-new .description-mini p {
	font-family: Arial;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	margin-bottom: 10px;
}
.our-advantages {
	margin: 87px 0px 35px;
}
.our-advantages .title {
	margin: 0px 0px 87px;
	text-align: center;
	font-family: Cuprum;
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	line-height: 37px;
	color: #BF2E4A;
}
.our-advantages .advantage {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
    align-items: flex-start;
	margin: 0px 25px;
	height: 230px;
}
.our-advantages .advantage .image {
	margin-right: 40px;
}
.our-advantages .advantage .description {
	font-family: Arial;
	font-size: 18px;
	line-height: 21px;
	color: #000000;
}
.typical-house.typical-house-main {
	margin-top: 0px;
}
.certificates {
	margin-bottom: 165px;
}
.certificates .title {
	font-family: Cuprum;
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	line-height: 37px;
	color: #BF2E4A;
	margin: 90px 0px;
	text-align: center;
}
.certificates .certificates-flex-image {
	display: flex;
	flex-direction: row;
	justify-content: center;
    align-items: center;
}
.certificates .certificates-flex-image a {
	margin: 0px 18px;
	height: 120px;
	max-width: 200px;
	overflow: hidden;
	position: relative;
	display: inline-block;
}
.certificates .certificates-flex-image a img {
	height: 100%;
	width: 200px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}


.title_add_new {
    margin: 0px 0px 35px;
    text-align: center;
    font-family: Cuprum;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 37px;
    color: #BF2E4A;
}
.title_add_new_2 {
    margin: 70px 0px 0px;
    text-align: center;
    font-family: Cuprum;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 37px;
    color: #BF2E4A;
}
.product-windows {
	padding:0;
	margin-bottom:40px;
}

.product-windows .title {
	font-size: 24px;
	color: #000000;
	text-align:center;
} 

.product-windows .new-price {
	position:absolute;
	bottom: 30px;
	left:0;
	width:100%;
	font-weight: bold;
	font-size: 48px;
	color: #BF2E4A;
	text-align:center;
}

.product-windows .image {
	margin:0;
	text-align:center;
	height:342px;
}
.product-windows .old-price {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	font-size: 31px;
	text-decoration: line-through;
	color: #1F2229;
	text-align:center;
}
.price-box__container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
.price-box__wrapper {
	height: 320px;
	width: calc(60% - 50px);
	overflow: hidden;
}
.price-box__img {
	max-width: 100%;
	width: 100%;
	height: auto;
	object-fit: cover;
}
.price-box__content {
	width: calc(40% - 50px);
}
.price-box__title {
	font-size: 28px;
	line-height: 32px;
	color: #000000;
	margin: 0 0 30px;
}
.price-box__text {
	font-size: 14px;
	line-height: inherit;
	color: #767f87;
}
.price-three {
	margin-bottom: 40px;
}
.price-three__item {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.price-three__title {
	font-size: 32px;
	line-height: 32px;
	color: #BF2E4A;
	text-align: center;
	margin-bottom: 15px;
}
.price-three__text {
	margin: 0 0 15px;
	text-align: center;
	font-size: 18px;
	color: #C9C9C9;
}
.price-three__text span {
	font-weight: bold;
	text-transform: uppercase;
}
.price-three__price {
	margin: 24px 0 0;
	font-weight: bold;
	font-size: 44px;
	color: #BF2E4A;
}

.price-three__wrapper {
	height: 340px;
	width: 115px;
    overflow: hidden;
    margin-bottom: 40px;
}

.price-three__wrapper img {
	max-height: 100%;
	height: 100%;
    width: auto;
    object-fit: cover;
}

.block-jalousie {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.block-jalousie__item {
	width: calc(33.3% - 30px);
	margin: 0 15px 100px;
}

.block-jalousie__wrapper {
	overflow: hidden;
	width: 100%;
	height: 416px;
}

.block-jalousie__wrapper img{
	max-height: 100%;
	width: auto;
	height: 100%;
	object-fit: cover;
}

.block-jalousie__title {
	margin: 34px 0 14px;
	font-size: 32px;
	line-height: 32px;
	color: #BF2E4A;
}

.block-jalousie__price {
	font-size: 23px;
	color: #C9C9C9;
	margin: 0;
}
.decoration {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 80px;
}
.decoration__item {

}
.decoration__item--three {
	width: calc(33.3% - 65px);
}
.decoration__item--two {
	width: calc(50% - 40px);
}
.decoration__item--five {
	width: calc(20% - 25px);
}
.decoration__item--two .b-button {
	max-width: 250px;
}
.decoration__wrapper {
	position: relative;
	margin-bottom: 40px;
	height: 205px;
	overflow: hidden;
}
.decoration__button{
	position: absolute;
	left: 0;
	bottom: 0;
	text-decoration: none;
}

.decoration__img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}

.decoration__text {
	margin: 0;
	font-size: 14px;
	line-height: inherit;
	color: #767f87;
}

.decoration__title {
	font-size: 14px;
	color: #000000;
}

.decoration__desc {
	font-size: 22px;
	color: #BF2E4A;
}


.profile-types {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.profile-types__item {
	width: 25%;
	padding: 30px 50px 80px;
	transition: box-shadow 0.3s;
}

.profile-types__item:hover {
	box-shadow: 0 3px 26px rgba(0, 0, 0, 0.1);
}

.profile-types__wrapper {
	overflow: hidden;
	height: 300px;
}

.profile-types__img {
	height: 100%;
	max-width: 100%;
	width: 100%;
	object-fit: cover;
}

.profile-types__title {
	font-size: 28px;
	line-height: 28px;
	color: #BF2E4A;
	min-height: 56px;
}

.profile-types__price {
	font-size: 24px;
	line-height: 33px;
	color: #000000;
	margin-bottom: 40px;
}

.profile-types__price span {
	color: #BF2E4A;
}

.profile-types__desc {
	font-size: 14px;
	line-height: 24px;
	color: #767f87;;
}

.profile-types__link {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #BF2E4A;
	text-decoration: none;
	opacity: 0;
	transform: translateY(20px);
	transition: transform 0.3s, opacity 0.3s;
}

.profile-types__link::after {
	content: '';
	position: absolute;
	top: 12px;
	right: -60px;
	width: 50px;
	height: 1px;
	background: #BF2E4A;
	transition: right 0.3s;
}

.profile-types__link:hover,
.profile-types__link:focus{
	color: #BF2E4A;
}

.profile-types__link:hover::after,
.profile-types__link:focus::after{
	right: -70px;
}

.profile-types__item:hover .profile-types__link,
.profile-types__item:focus .profile-types__link{
	opacity: 1;
	transform: translateY(0);
}

.profile-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px 0;
}

.profile-form__title {
	font-size: 22px;
	line-height: 28px;
	text-align: center;
	color: #000000;
}

.profile-form__wrapper {
	height: 150px;
	overflow: hidden;
}

.profile-form__img {
	width: 100%;
	max-width: 100%;
	height: 100%;
}


.marked-list {
	list-style: none;
	margin: 16px 0;
}

.marked-list__item {
	position: relative;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 32px;
	color: #767f87;
}

.marked-list__item::before {
	content: '';
	position: absolute;
	top: 10px;
	left: -30px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #BF2E4A;
}

.exterior-block {
	position: relative;
	height: 740px;
	overflow: hidden;
	margin-bottom: 60px;
}

.exterior-block .image {
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}

.exterior-block .content {
	position: absolute;
	top: 50%;
	right: 40px;
	width: 450px;
	padding: 30px;
	background: #fff;
	transform: translateY(-50%);
}

.exterior-block p {
	font-size: 14px;
	margin: 0;
	color: #767f87;
}

.exterior-block .marked-list__item {
	font-size: 16px;
	line-height: normal;
	margin-bottom: 15px;
}

.exterior-block .marked-list__item::before {
	width: 6px;
	height: 6px;
	top: 6px;
}

.exterior-block .wrapper {
	width:100%;
	height:100%;
	overflow:hidden;
}

.exterior-block .price {
	margin-bottom: 20px;
	color: #BF2E4A;
	font-size: 18px;
}

#exterior-balconies .examples-gallery {
	margin: 100px -20px;
}

#exterior-balconies .banner-top-new-main .title h1 {
	max-width: 400px;
}

.examples-gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.examples-gallery__item {
	width: calc(20% - 20px);
	margin: 0 10px 30px;
}

.examples-gallery__wrapper {
	height: 218px;
	overflow: hidden;
	margin-bottom: 18px;
}

.examples-gallery__img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.examples-gallery__link {
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
	color: #BF2E4A;
	font-size: 23px;
	line-height: 32px;
	text-decoration:none;
	transition: color 0.3s;
}

.examples-gallery__link:hover,
.examples-gallery__link:focus {
	color: #ff002a;
}

.examples-gallery__link:hover::after,
.examples-gallery__link:focus::after{
	background: #ff002a;
}

.examples-gallery__link::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 100%;
	height: 1px;
	background: #BF2E4A;
	transition: background 0.3s;
}

.examples-gallery__desc {
	font-size: 14px;
	line-height: 18px;
	color: #767f87;
	margin: 0;
}

.price-box__price {
	font-size: 28px;
	color: #BF2E4A;
}	

.price-box__price span {
	font-size: 40px;
	font-weight: bold;
}

.price-box .title-colored {
	font-size: 28px;
}

.material-list {
	display: flex;
	flex-wrap: wrap;
	margin: 50px -10px 30px;
}

.material-list--square {
	margin: 50px -25px 30px;
}

.material-list__item {
	width: calc(16.66% - 20px);
	margin: 0 10px 20px;
	height: 100px;
}

.material-list__item--square {
	width: calc(16.66% - 50px);
	margin: 0 25px 50px;
	height: 160px;
}

.material-list__img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.exterior-block--floor {
	height: 530px;
	margin-bottom: 30px;
}

.exterior-block--floor p {
	margin: 20px 0;
	color: #767f87;
	font-size: 14px;
}

.exterior-block--floor .content {
	padding: 40px;
}

.balcony-floor {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 70px;
}

.balcony-floor__item {
	position: relative;
	width: calc(50% - 15px);
	height: 550px;
}

.balcony-floor__wrapper {
	height: 365px;
	overflow: hidden;
}

.balcony-floor__img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.balcony-floor__content {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 80%;
	transform: translateX(-50%);
	height: 340px;
	background: #fff;
	padding: 40px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
}



.glazing-types {
	padding: 50px 0;
	background: #F2F4F9;
}

.glazing-bottom {
	margin: 100px 0 80px;
}

.glazing-bottom .marked-list{
	column-count: 2;
	padding: 0;
}

.glazing-bottom .marked-list__item {
	padding: 0 20px;
}

.glazing-bottom .marked-list__item::before {
	left: 0;
}

.home-types {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.home-types__block {
	width: calc(50% - 20px);
}

.home-types__title {
	font-size: 20px;
	color: #000000;
	margin: 0 0 10px;
}

.home-types__desc {
	margin-bottom: 0;
}


.chalet-images {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px 0;
}

.chalet-images__wrapper {
	width: calc(33.3% - 20px);
	height: 230px;
	overflow: hidden;
}

.chalet-images__img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#glazing-chalet .type-product-list .type-product-link {
	flex-wrap: wrap;
}

#glazing-chalet .type-product-list .type-product-link a {
	margin-bottom: 30px;	
}

.delivery-table td{
	text-align:left!important;
}

.delivery-table tr:nth-child(2) {
	background: #8fc5ef;
}

.delivery-table tr:nth-child(3) {
	background: #b17cb9;
}

.delivery-table tr:nth-child(4) {
	background: #f6cd74;
}

.delivery-table th,
.delivery-table tr:last-child {
	background: #f5f5f5;
}


.b-flex__line {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.b-flex__item {
	width: 135px;
	margin-bottom: 70px;
	text-align: center;
}

.b-flex__link {
	display: block;
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	text-decoration:underline;
	color: #BF2E4A; 
}

.b-flex__link:hover,
.b-flex__link:focus {
	text-decoration: none;
}

.b-flex__wrapper {
	display: block;
	height: 210px;
	overflow: hidden;
	transform: scale(1) translateZ(0);
	transition: transform 0.3s;
}

.b-flex__wrapper:hover,
.b-flex__wrapper:focus {
	transform: scale(1.05) translateZ(0);
}


.b-flex__img {
	max-height: 100%;
	width: auto;
	height: 100%;
}

.b-flex__price {
	margin: 22px 0 0;
	font-weight: bold;
	font-size: 34px;
	line-height: 38px;
	color: #BF2E4A;
}

.b-table-links .b-flex__item {
	width: 110px;
}
.b-table-links .hidden {
display:none;
}

.b-section-title {
	margin-bottom: 60px;
	font-size: 32px;
	line-height: 32px;
	color: #000000;
}

.b-double-leaf .b-flex__item{
	width: 230px;
}

.b-three-leaf .b-flex__item {
	width: calc(25% - 40px);
}

.b-three-leaf .b-flex__img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.b-three-leaf .b-flex__wrapper {
	height:auto;
}

.b-table-links .b-flex__link {
	margin-bottom: 2px;
}


.b-current-window .b-flex__item:first-child{
	width: 20%;
}

.b-current-window {
	padding-top:40px;
}

.b-current-window .b-flex__line {
	align-items: flex-end;
}

.b-current-window .b-flex__wrapper {
	height: auto;
	transform: none;
	transition: none;
}

.b-current-window .b-flex__item:nth-child(2){
	width: 20%;
}

.b-current-window .b-flex__list-item:nth-child(4),
.b-current-window .b-flex__list-item:last-child {
	margin-bottom:0;
}

.b-current-window .b-flex__item:last-child{
	width: 50%;
}

.b-current-window .b-flex__price {
	font-weight: normal;
	font-size: 20px;
	line-height: 39px;
	margin:0 0 30px ;
}

.b-current-window .b-flex__price span {
	font-size: 30px;
}

.b-flex__full {
	margin: 0 0 5px;
	font-size: 15px;
	line-height: 17px;
	color: #767F87;
}

.b-current-window .b-flex__img {
	max-width: 100%;
    width: 100%;
    height: auto;
}

.b-current-window .b-flex__item {
	text-align: left;
}

.b-current-window .b-flex__full:last-of-type {
	margin-bottom: 20px;
}

.b-current-window .b-flex__list {
	list-style: none;
	column-count: 2;
	padding: 0;
	margin: 0;
}

.b-current-window .b-flex__list-item {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	color: #767F87;
}

.b-current-window .b-flex__list-item::before {
	content:'';
	position: absolute;
	top: 4px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #BF2E4A;
	border-radius: 50%;
}
.b-reliable {
	padding: 30px 0;
	background: #FCFCFC;
}

.b-reliable .b-flex__item{
	width: calc(50% - 80px);
	margin-bottom: 0;
	text-align: left;
}

.b-reliable .b-flex__wrapper {
	max-width: 500px;
	height: 640px;
	margin: 0 auto;
}

.b-reliable .b-flex__line {
	align-items: center;
}

.b-flex__slogan {
	font-weight: normal;
	font-size: 32px;
	line-height: 37px;
	color: #BF2E4A;
	margin: 0 0 20px;
}

.b-flex__desc {
	margin-bottom: 0;
	color: #000;	
	font-size:18px;
}

.b-reliable .b-flex__text {
	padding: 0 90px 0 0;
}

.our-work-mt-0 {
	margin-top:0;
}


.container-flex {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7px 0;
}

.container-flex__item {
	width: calc(25% - 14px);
	margin: 0 7px 50px;
}

.container-flex__wrapper {
	height: 220px;
	overflow: hidden;
	margin-bottom: 20px;
}

.container-flex__img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}

.container-flex__title {
	min-height: 46px;
	margin: 0 0 20px;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	color: #BF2E4A;
}

.container-flex__price {
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 32px;
	line-height: 32px;
	text-align: center;
	color: #BF2E4A;
}

#glazing-cottages .glazing-link-wrapper {
	text-align:center;
}

.container-flex__desc {
	margin:0;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #000000;
}

#window-repair .title-colored {
	text-align:left;
}

.b-doors {
	margin-top: 40px;
}

.b-doors .container-flex {
	margin: 0 -15px 0;
}

.b-doors .container-flex__item {
	width: calc(25% - 30px);
	margin: 0 15px 110px;
}

.b-doors .container-flex__title {
	max-width:190px;
	margin: 0 auto 15px;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #000000;
}

.b-doors .container-flex__wrapper {
	height: 350px;
	margin-bottom: 25px;
}

.b-doors .container-flex__wrapper.tiny {
	width: 200px;
	margin: 0 auto 25px;
}

.b-doors .container-flex__size {
	margin: 0 0 20px;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #000000;
}

.b-doors .container-flex__link {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #000000;
}

.b-doors .container-flex__link span {
	color: #BF2E4A;
	text-decoration: underline;
}

.b-doors .container-flex__link:hover span,
.b-doors .container-flex__link:focus span{
	text-decoration: none;
}

.b-doors .container-flex__price {
	font-weight: bold;
	font-size: 32px;
	line-height: 32px;
	text-align: center;
	color: #BF2E4A;
}

.b-doors .container-flex__price span {
	display: inline-block;
	font-size: 14px;
	line-height: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	max-width: 26px;
	margin-right: 10px;
}

.b-doors .container-flex__img {
	width: auto;
    max-height: 100%;
    height: 100%;
	object-fit:contain;
}


.table-wrapper a {
	text-decoration:underline;
}

.table-wrapper a:hover,
.table-wrapper a:focus {
	text-decoration:none;
}

#single-glazing-page .privilege__item {
	line-height: 20px;
    margin-bottom: 10px;
}

#single-glazing-page .privilege__item::before {
	top: 4px;
}

.glazing__img-wrapper {
	max-width: 600px;
	margin:0 auto;
	overflow:hidden;
}

.glazing__img{
	max-width:100%;
	width:100%;
	height:auto;
}

.b-glazed-type .b-section-title {
	margin-bottom:40px;
}

.b-glazed-type .container-flex {
	margin: 0 -15px 0;
}

.b-glazed-type .container-flex__item {
	width: calc(16.66% - 30px);
	margin: 0 15px 0;
}

.b-glazed-type .container-flex__wrapper {
	position:relative;
	height:auto;
}

.b-glazed-type .container-flex__link {
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	text-decoration-line: underline;
	margin-bottom: 24px;
	display:block;
}

.b-glazed-type .container-flex__text {
	font-size: 13px;
	line-height: 15px;
	color: #000000;
}

.b-glazed-type .container-flex__wrapper::before{
  content:'';
  display: block;
  padding-bottom: 100%;
}

.b-glazed-type .container-flex__img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.b-glazed-type {
	margin-bottom: 40px;
}

#balcony-floor .banner-top-new-main .title, 
#balcony-floor .banner-top-new-main .title h1 {
	max-width: 400px;
}

.about-technology img{
	width: auto;
}

.banner-window {
	background: #C55151;
	width: 100%;
}

.banner-window__wrapper {
	padding: 40px;
	text-align: center;
}

.banner-window__title {
	text-transform: uppercase;
	font-size: 40px;
	color:#fff;
}

.banner-window__text {
	font-size: 20px;
	color:#fff;
}

.banner-window__link {
	display: inline-block;
	position: relative;
	padding: 10px 30px 10px 20px;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.banner-window__link::after {
	content: '';
	position: absolute;
	right: 10px;
	top: 13px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	transform: rotate(45deg);
	transition: right 0.3s;
}

.banner-window__link:hover::after,
.banner-window__link:focus::after {
	right: 8px;
}


.banner-window__link:hover,
.banner-window__link:focus {
	color:#fff;
}


.flex-between {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.balconi-for-key .flex-between__wrapper {
	width: calc(45% - 45px);
	height: 500px;
	overflow: hidden;
}

.flex-between__img {
	width: 100%;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

.balconi-for-key .flex-between__content {
	width: calc(55% - 45px);
}

.balconi-for-key---colored {
	background: #F9F8F8;
	padding-top: 100px;
}

.flex-between__dotted {
	position: relative;
	padding-left: 25px;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 15px;
}

.flex-between__dotted::before {
	content: '';
	position: absolute;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #FFCE54;
	top:8px;
	left: 0;
}

.flex-between__dotted--blue::before {
	background: #5FB2FF;
}

.flex-between__dotted span {
	color: #AEAEAE;
	font-weight: normal;
}

.flex-between__title {
	margin: 0 0 15px;
	font-size: 32px;
	color: #000000;
}

.flex-between__text {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	color: #767f87;
}

.flex-between__text:last-of-type {
	margin-bottom: 20px;
}

.flex-between__item {
	width: calc(33.3% - 45px);
	text-align: center;
	margin-bottom:30px;
}

.balconi-full-price .sub-title {
	font-size: 30px;
	margin-bottom: 20px;
}

.flex-between__wrapper--sm {
	max-width: 250px;
	margin: 0 auto;
}

.balconi-full-price .flex-between__wrapper {
	margin-bottom: 15px;
	overflow: hidden;
}

.balconi-full-price .flex-between__title {
	font-size: 20px;
	margin-bottom: 10px;
}

.flex-between__profile {
	font-size: 14px;
	color: #9B9B9B;
	margin: 0 0 10px;
}

.flex-between__price {
	font-weight: bold;
	font-size: 24px;
	color: #BF2E4A;
	margin: 0 0 15px;
}

.flex-between__link {
	color:#000;
	text-decoration:underline;
}


#laminate-tabs {
    padding: 40px 50px;
    border: 1px solid #3780d3;
}

.col-xl-10.offset-xl-1 {
    margin-left: 0% !important;
    max-width: 100% !important;
    flex: none !important;
}

#laminate-tabs .flex-between__tab-content {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -16px;
}

#laminate-tabs .flex-between__content {
	width: calc(40% - 20px);
}

#laminate-tabs .flex-between__wrapper {
	position: relative;
	width: calc(60% - 20px);
	height: auto;
	background: url('/lamination/laminate-tabs-bg.jpg') no-repeat center;
	background-size: cover;
	margin-bottom: 0;
}

#laminate-tabs .flex-between__title {
	font-weight: bold;
	font-size: 38px;
	line-height: 44px;
	color: #000000;
	margin-bottom: 10px;
	padding-top: 0px;
}

#laminate-tabs .flex-between__text {
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	max-width: 450px;
}

#laminate-tabs .flex-between__tab-item {
    width: calc(22% - 30px);
    margin: 0 9px;
    color: #000;
}

#laminate-tabs .flex-between__square {
	position: relative;
}

#laminate-tabs .flex-between__square::before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.2);
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
	transition: border-color 0.3s;
}

#laminate-tabs .flex-between__tab-item.active .flex-between__square::before {
	border-color: #BF2E4A;
} 

#laminate-tabs .flex-between__tab-item:nth-child(n+1):nth-child(-n+5) {
	margin-bottom: 32px;
}

#laminate-tabs .flex-between__name {
    text-align: left;
    margin: 0 0 0px;
    min-height: 35px;
    font-size: 12px !important;
    line-height: 1.2 !important;
}

#laminate-tabs .flex-between__square::after {
	content: '';
	display: block;
	padding-top: 100%;
}

#laminate-tabs .flex-between__square-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#laminate-tabs .flex-between__window {
	position: absolute;
	width: 320px;
	height: 100%;
	top: 0;
	left: 240px;
}

#laminate-tabs .flex-between__window-img {
	width: 100%;
	max-height: 100%;
	height: 100%;
}

#laminate-tabs .flex-between__handle-left {
	position: absolute;
	background: url(/lamination/rt1.png);
	background-size: contain!important;
	width: 105px;
	height: 258px;
	top:88px;
	left: 31px;
}

#laminate-tabs .flex-between__handle-right {
	position: absolute;
	background: url(/lamination/rt1.png);
	background-size: contain!important;
	width: 105px;
	height: 258px;
	top:88px;
	left: 202px;
}
#laminate-tabs .product-detail-new {
	padding:0;
	min-height:260px;
}
#laminate-tabs .type-product-link {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#laminate-tabs .tab-title {
	width: calc(33.3% - 10px);
	min-width: auto;
}

@media (max-width: 1520px) {
	.price-box__wrapper {
		width: calc(50% - 25px);
	}

	.price-box__content {
		width: calc(50% - 25px);
	}

	.price-box__container {
		align-items: flex-start;
	}

	.price-three__title {
		font-size: 30px;
	}

	.price-three__price {
		margin: 0;
		font-size: 40px;
	}

	.block-jalousie__item {
		margin-bottom: 70px;
	}

	.block-jalousie__wrapper {
		height: 300px;
	}

	.block-jalousie__title {
		margin: 20px 0 10px;
    	font-size: 28px;
    	line-height: 28px;
	}

	.block-jalousie__wrapper img{
		width: 100%;
	}

	.price-balcony__block {
    	width: calc(50% - 70px);
	}

	.profile-types__item {
		padding: 30px 20px 80px;
	}

	.profile-types__title{
		min-height: auto;
		font-size: 26px;
	}

	.examples-gallery__item {
		width: calc(25% - 20px);
	}

	.decoration {
		margin-bottom: 40px;
	}

	.decoration__item--two .b-button {
		max-width: 280px;
	}

	.b-current-window .b-flex__item:last-child {
		width: 54%;
	}

	.balcony-floor__content {
		padding: 30px;
	}

	.container-flex__title {
		min-height: 70px;
	}

	.b-doors .container-flex__wrapper.tiny {
		text-align: center;
	}

	.b-doors .container-flex__wrapper {
		height: 280px;
	}

	.b-glazed-type .container-flex__link {
		font-size: 16px;
	}

	.b-glazed-type .container-flex {
		margin: 0 -5px 0;
	}

	.b-glazed-type .container-flex__item {
		width: calc(16.66% - 10px);
    	margin: 0 5px 0;
	}

	.b-flex__img {
		width: 100%;
    }

	.balconi-for-key .flex-between__wrapper {
		height: auto;
	}

	#laminate-tabs .flex-between__tab-content {
		margin: 0 -10px;
	}

	#laminate-tabs .type-product-list {
		margin: 0px 0px 30px;
	}

	#laminate-tabs .flex-between__tab-item {
		width: calc(20% - 20px);
    	margin: 0 10px;
	}

	#laminate-tabs .flex-between__name {
		font-size: 13px;
	}

}

@media (max-width: 1320px){
	.price-three__title {
		min-height: 100px;
	}

	.balcony-floor__content {
		padding: 20px;
	}

}

@media (max-width: 991px){
	.price-box__wrapper {
		height: auto;
		width: 100%;
		margin-bottom: 20px;
	}

	.price-box__content{
		width: 100%;
	}

	.price-box__title {
		text-align: center;
	}

	.price-box__text {
		margin:0 0 20px;
		text-align: justify;
	}

	.price-box .b-button {
		display:block;
		margin: 0 auto;
	}

	.price-three__title {
		font-size: 27px;
	}

	.price-three__text span {
		white-space: nowrap;
	}

	.block-jalousie__item{
		width: calc(50% - 30px);
	}

	#privilege .text {
		font-size: 18px;
    	text-align: justify;
	}

	.privilege {
		margin-top: 30px;
	}

	.privilege__wrapper {
		width: 40%;
	}

	.privilege__desc {
		font-size: 18px;
	}

	.privilege__desc::before {
		top: 10px;
    	width: 16px;
    	height: 16px;
	}

	.privilege__price {
		font-size: 40px;
	}

	.privilege__item {
		font-size: 18px;
	}

	.privilege__advantage {
		font-size: 18px;
		width: calc(50% - 20px);
	}

	.price-balcony__title,
	.price-balcony__price {
		padding:0;
		text-align: center;
	}

	.price-balcony__block {
		width: 51%;
    	margin: 0 auto 30px;
	}

	.price-balcony__container {
		padding: 30px 0;
	}

	.decoration__item--three {
		width: calc(50% - 65px);
    	margin-bottom: 40px;
	}

	.decoration {
		margin-bottom: 0px;
	}

	.finishing-balconies .title-colored {
		margin-bottom: 20px!important;
	}

	.decoration__item--two .b-button {
		max-width: 280px;
	}

	.decoration__item--two {
		margin-bottom: 30px;
	}

	.decoration--five {
		margin: 0 -12px;
		justify-content: flex-start;
	}

	.decoration__item--five {
		width: calc(33.3% - 25px);
    	margin: 0 12px 30px;
	}

	.decoration--five .decoration__wrapper {
		margin-bottom: 5px;
	}

	.decoration__wrapper {
		margin-bottom: 30px;
	}

	.decoration__title,
	.decoration__desc {
		margin-bottom:0;
	}

	.profile-types__item {
		width: 50%;
    	padding: 30px 20px 30px;
	}

	.profile-types__wrapper {
		height:auto;
		text-align: center;
	}

	.profile-types__img {
    	max-height: 100%;
    	width: auto;
	}

	.profile-form__item {
		width: calc(33.3% - 30px);
		margin-bottom: 30px;
	}

	.profile-form__wrapper {
		margin: 0 auto;
    	width: 150px;
    	height: 150px;
		margin-bottom: 20px;
		text-align: center;
	}

	.profile-form__img {
		width: auto;
    	max-height: 100%;
    	height: 100%;
	}

	.exterior-block {
		height:auto;
	}

	.exterior-block .wrapper {
		height: 300px;
		margin-bottom:20px;
	}

	.exterior-block .content {
		position: static;
		transform:translateY(0);
		width:100%;
		padding: 0;
	}

	#exterior-balconies .text {
		font-size: 16px;
	}

	.marked-list__item {
		font-size: 16px;
	}

	#exterior-balconies .examples-gallery {
		margin: 30px -20px;
	}

	.examples-gallery__item {
    	width: calc(50% - 20px);
	}

	.material-list__item {
		width: calc(25% - 20px);
	}

	.material-list--square {
		margin: 50px -10px 0px;
	}

	.material-list__item--square {
		width: calc(25% - 20px);
    	margin: 0 10px 20px;
	}

	.balcony-floor__item {
		width: 100%;	
		height: auto;
		margin-bottom: 30px;
	}

	.balcony-floor__content {
		position: static;
		width: 100%;
		height: auto;
		transform: translateX(0);
	}

	.balcony-floor__wrapper {
		height: 300px;
	}

	.balcony-floor {
		margin-bottom: 0;
	}

	.exterior-block--floor {
		overflow: visible;
	}

	.exterior-block--floor .content {
		padding: 30px;
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
	}

	.exterior-block--floor p {
		margin-top:0;
	}

	.exterior-block--floor p:last-of-type{
		margin-bottom:0;
	}

	.exterior-block--floor .image {
		height: 300px;
	}

	.material-list--square {
		margin: 30px -10px;
	}

	.balcony-floor--cottage .balcony-floor__item {
		width: 100%;
		height: auto;
	}

	.balcony-floor--cottage .balcony-floor__content {
		width: 100%;
	}

	.glazing-bottom .marked-list {
		column-count: 1;
	}

	.home-types__block {
		width:100%;
		margin-bottom: 30px;
	}

	.glazing-bottom {
		margin: 30px 0 30px;
	}

	.glazing-top {
		margin-top:30px;
	}

    .b-table-links .b-flex__line {
		margin: 0 -40px 0;
		justify-content: flex-start;
	}

	.b-table-links .b-flex__item {
		width: calc(25% - 80px);
    	margin: 0 40px 20px;
	}

	.b-double-leaf .b-flex__item {
		width: calc(50% - 40px);
	}

	.b-current-window .b-flex__item:first-child,
	.b-current-window .b-flex__item:nth-child(2){
		width:calc(50% - 40px);
	}

	.b-current-window .b-flex__item,
	.b-reliable .b-flex__item {
		margin-bottom:30px;
	}

	.b-current-window .b-flex__item:last-child{
		width: 100%;
	}

	.b-reliable .b-flex__item {
		width: 100%;
	}

	.b-reliable .b-flex__wrapper {
		max-width:100%;
		width: 300px;
    	height: 400px;
	}

	.b-flex__slogan {
		text-align:center;
	}

	.b-reliable .b-flex__text {
	    padding: 0;
	}

	.container-flex__item {
		width: calc(50% - 14px);
	}

	.b-doors .container-flex__item {
		width: calc(50% - 30px);
    	margin: 0 15px 50px;
	}

	.b-doors .container-flex__img {
		width: 100%;
	}

	.b-glazed-type .container-flex__item {
		width: calc(33.3% - 10px);
	}

	.glazing__img-wrapper {
		height: auto;
	}

	.balconi-for-key .flex-between__wrapper {
		margin: 0 auto;
    	width: 50%;
    	height: auto;
	}

	.balconi-for-key .flex-between__content {
		order: 2;
		width:100%;
		margin-bottom:30px;
	}

	.flex-between__item,
	#balcony-glazing-price .flex-between__item {
		width: calc(50% - 20px);
		    text-align: center;
	}

	.balconi-for-key---colored {
		padding-top: 30px;
	}

	#balcony-decoration .table-wrapper table td {
		padding: 20px 18px;
	}

	.balcony-decoration__block {
		margin: 0 0 30px 21%;
	}

	.balcony-decoration__wrapper {
		margin-bottom: 10px;
	}

	.balcony-decoration__title {
		font-size: 14px;
	}

	.balcony-glazing-price .sub-title {
		    font-size: 20px;
	}

	#laminate-tabs .flex-between__content {
		width: 100%;
    	padding-top: 0;
	}

	#laminate-tabs .flex-between__title {
		max-width: none;
	}

	#laminate-tabs .flex-between__text {
		max-width: none;
	}

	#laminate-tabs .flex-between__tab-item {
		width: calc(10% - 20px);
	}

	#laminate-tabs .product-detail-new {
		padding: 0 10px;
		min-height: auto;
		margin-bottom: 20px;
		    background: #fff;
	}

	#laminate-tabs .flex-between__wrapper {
		width: 100%;
    	height: 350px;
	}

}

@media (max-width: 767px){
	.table-wrapper {
		overflow-x: scroll;
	}

	.price-three__item {
		margin-bottom: 40px;
	}

	.price-three__wrapper {
		height: 250px;
    	margin: 0 auto;
    	margin-bottom: 15px;
	}

	.price-three__title {
		min-height: auto;
	}

	.privilege__wrapper {
		width: 70%;
    	margin: 0 auto 30px;
	}

	.privilege__content{
		width:100%;
	}

	.price-balcony__wrapper{
		height:auto;
	}

	.decoration__item--three,
	.decoration__item--two {
		width: 100%;
	}

	.decoration__item--five {
		width: calc(50% - 25px);
	}

	.material-list {
		margin: 30px -10px 0;
	}

	.material-list__item {
    	width: calc(33.3% - 20px);
	}

	#glazing-cottages .banner-top-new-main {
		background-position: 20% center;
	}

	.glazing-types {
		 padding-bottom: 0;
	}

	.chalet-images__wrapper {
		width: 100%;
    	height: 200px;
   		 margin-bottom: 30px;
	}

	.b-single-leaf .b-flex__item,
	.b-three-leaf .b-flex__item {
		width: calc(50% - 40px);
	}

	.b-section-title {
		text-align:center;
		margin-bottom: 30px;
    	font-size: 24px;
    	line-height: 20px;
	}

	.b-table-links .b-flex__line {
		height: 200px;
    	overflow-y: scroll;
    	margin: 0 -20px 20px;
	}

	.b-table-links .b-flex__item {
		width: calc(25% - 40px);
		margin: 0 20px 20px;
	}

	#balcony-decoration .table-wrapper {
		width:100%;
		overflow:scroll-x;
	}

	.balcony-decoration__block {
		margin: 1px 0 30px 162px;
		width: calc(768px - 162px);
	}

	#balcony-decoration .table-wrapper table {
		width:768px;
	}

#laminate-tabs .flex-between__window {
    left: calc(50% - 130px);
}

	#laminate-tabs .flex-between__wrapper {
		    height: 200px;
	}

	#laminate-tabs .flex-between__square {
		width: 50%;
    	margin: 0 auto;
	}

	#laminate-tabs .flex-between__tab-item {
		    width: calc(20% - 20px);
	}

	#laminate-tabs .flex-between__handle-right {
		background-repeat: no-repeat!important;
    	width: 100px;
    	height: 200px;
    	top: 0;
    	left: 205px;
	}

	#laminate-tabs .flex-between__handle-left {
		background-repeat: no-repeat!important;
    	width: 100px;
    	height: 200px;
    	top: 0;
    	left: 30px;
	}

	
}

@media (max-width: 640px) {
	#mm-0 .mb-4 {
		margin-bottom: 20px !important;
	}

	.profile-form__wrapper {
		width: auto;
	}

	.profile-form__title {
		font-size: 18px;
	}

	.b-table-links .b-flex__line {
    	margin: 0 -10px 20px;
	}

	.b-table-links .b-flex__item {
		width: calc(50% - 20px);
    	margin: 0 10px 20px;
	}

	.flex-between__content .b-button {
		display:block;
		margin:0 auto;
	}

}

@media (max-width: 480px) {

	.price-box__title{
		margin-bottom: 10px;
	}
	.price-box__text{
		font-size: 18px;
	}

	.price-three__price {
		font-size: 32px;
	}

	.price-three {
		margin-bottom: 0;
	}

	.block-jalousie__item {
		width: 100%;
		margin-bottom: 30px;
	}

	.block-jalousie__title {
		margin: 10px 0;
    	font-size: 22px;
    	line-height: 22px;
	}

	.block-jalousie__price {
		font-size: 18px;
	}

	#privilege .text,
	.privilege__item {
		font-size: 14px;
	}

	.privilege__advantage{
		width:100%;
	}

	.price-balcony {
		padding: 30px 0;
	}

	#privilege {
		margin-bottom: 0;
	}

	.price-balcony__price {
		font-size: 30px;
	}

	.price-balcony__title{
		font-size: 28px;
	}

	.price-balcony__block,
	.privilege__wrapper  {
		width: 60%;
	}

	.price-balcony .b-button {
		margin-top: 30px;
	}	

	.privilege__advantage--thermometre, 
	.privilege__advantage--speaker, 
	.privilege__advantage--frame, 
	.privilege__advantage--vector, 
	.privilege__advantage--quill, 
	.privilege__advantage--3d, 
	.privilege__advantage--sun, 
	.privilege__advantage--wallet {
		background-size: 60px;
	}

	.decoration__item--five {
		width: 100%;
	}

	.finishing-balconies .text {
		font-size: 16px;
	}

	.profile-types__item{
		width: 100%;
	}

	.profile-types__title,
	.profile-types__price {
		text-align: center;
	}

	.profile-types__wrapper {
		height: 120px;
	}

	.profile-types__title {
		font-size: 20px;
	}

	.profile-types__price {
		margin-bottom: 5px;
	}

	.profile-types__desc {
		margin-bottom: 0;
	}

	.profile-types__item {
		padding: 20px;
	}

	.profile-form__item {
		width: 50%;
	}

	.profile-form {
		margin: 0;
	}

	#exterior-balconies .examples-gallery {
		margin: 30px 0;
	}

	.examples-gallery__item {
    	width: 100%;
		margin-bottom: 40px;
	}

	.examples-gallery__link {
		margin-bottom: 10px;
	}

	.exterior-block {
		margin-bottom: 30px;
	}

	.price-box__price {
		font-size: 20px;
	}	

	.price-box__price span {
		font-size: 30px;
	}

	.material-list__item {
    	width: calc(50% - 20px);
	}

	.exterior-block--floor .image,
	.balcony-floor__wrapper {
		height: 150px;
	}

	#glazing-cottages .banner-top-new-main {
		background-position: right center;
    	background-size: cover;
	}

	#glazing-chalet .banner-top-new-main {
		background-position: right center;
    	background-size: cover;
	}

	.glazing-chalet {
		margin-top:30px;
	}

	.b-single-leaf .b-flex__item,
	.b-double-leaf .b-flex__item,
	.b-three-leaf .b-flex__item {
		width: 100%;
	    margin-bottom: 30px;
	}
	.b-flex__price {
		font-size: 28px;
    	line-height: 26px;
	}
	.b-current-window .b-flex__item:first-child,
	.b-current-window .b-flex__item:nth-child(2) {
		width:100%;
	}
	.b-current-window .b-flex__item:nth-child(2){
		text-align:center;
	}
	.b-current-window .b-flex__wrapper{
		width:230px;
		margin:0 auto;
	}
	.b-current-window .b-flex__list {
		column-count: 1;
	}
	.b-current-window .b-flex__list-item:nth-child(4){
		margin-bottom: 10px;
	}
	.b-current-window .b-flex__price {
		text-align:center;
	}
	.b-flex__slogan {
		font-size: 26px;
    	line-height: 26px;
	}
	.b-reliable .b-flex__wrapper {
		max-width: 100%;
    	width: 150px;
    	margin: 0 auto;
    	height: 200px;
	}
	.b-flex__desc {
		font-size: 16px;
	}
	.b-section-title {
		font-size: 20px;
    	line-height: 20px;
	}
	.container-flex__item {
		width: 100%;
	}
	.container-flex__title {
		font-size: 18px;
		min-height: auto;
	}
	.b-doors .container-flex__item {
		width: 100%;
	}
	.b-doors .container-flex__wrapper {
		height: 180px;
	}
	.b-glazed-type .container-flex__item {
		width: calc(50% - 10px);
		margin-bottom: 30px;
	}
	.b-glazed-type {
		margin-bottom:0;
	}
	.b-glazed-type .container-flex__wrapper::before {
		padding-bottom: 50%;
	}
	.b-single-leaf .b-flex__img {
		width:auto;
	}
	.flex-between__item,
	#balcony-glazing-price .flex-between__item {
		width:100%;
	}
	.balconi-full-price .flex-between__wrapper {
		max-width: 300px;
		margin: 0 auto 30px;
	}
	.balconi-full-price .flex-between__wrapper--sm {
		max-width: 250px;
	}
	.balconi-for-key .flex-between__wrapper {
		width:100%;
		max-width: 300px;
		margin: 0 auto 30px;
	}
	.flex-between__title {
		font-size: 26px;
	}
	.flex-between__dotted {
		font-size: 16px;
	}
	.flex-between__dotted::before {
		top: 4px;
	}
	#laminate-tabs .flex-between__square {
		width: 80%;
	}
	#laminate-tabs .flex-between__tab-item:nth-child(n+1):nth-child(-n+5) {
		    margin-bottom: 10px;
	}
	#laminate-tabs .flex-between__name {
		    min-height: 38px;
	}
	#laminate-tabs .flex-between__tab-item {
		    width: calc(25% - 20px);
	}
}