@charset "UTF-8";

:root {
  --color-btnhover: #bd0202;
}

html {
    scroll-behavior: smooth
}
body {
    font-family: "Core Sans N", 'nunito',sans-serif;
    font-weight: 400;
    color: #48494B;
    font-size: 16px;
	/*
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none
	*/
}

body.scroll-hidden {
    overflow: hidden
}

*,*::before,*::after {
    box-sizing: border-box
}
a{color: #ea1313;}

.h1-hidden {
    visibility: hidden;
    position: absolute
}

p,h1,h2,h3,h4,h5,h6 {
    margin: 0
}

button,input,textarea {
    border: none;
    outline: none
}

button:disabled,button:disabled:hover {
    color: #ababab!important;
    background-color: transparent!important;
    cursor: default
}

.slider-controls button:disabled,.slider-controls button:disabled:hover {
    border: none!important;
    opacity: .42
}

button {
    background-color: transparent
}

.container {
    margin-left: 15px;
    margin-right: 15px
}

.title {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;	
    min-height: 45px;
    background-color: #ea1313;
    color: #FFF;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s background-color ease,0.3s color ease;
    font-size: 18px;
    border-radius: 3px
}

.btn--white {
    background-color: #fff;
    color: #ea1313
}

.btn--orange {
    background-color: transparent;
    border: 2px solid #ea1313;
    color: #ea1313
}
.btn:not(.btn--orange):not(.btn--white):not(.form__btn--orange):hover, .form-popup .form__btn:hover, .form-contacts__btn:hover {
    /* text-decoration: underline; */
    text-underline-offset: 3px;
	text-decoration-thickness: 1px;
	background: var(--color-btnhover);

}
.orange {
    color: #ea1313
}

.green {
    color: #21A515
}

.fw-500 {
    font-weight: 500
}

.block {
    display: block
}

.reset {
    list-style: none;
    margin: 0;
    padding: 0
}

.form {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

.form.main-form {
    width: 100%
}

.form__phone,.form__btn {
    display: block;
    width: 100%
}

.form__phone {
    margin-bottom: 15px;
    min-height: 45px;
    padding-left: 20px;
    font-size: 18px;
    border-radius: 3px 3px 0 0;
    padding-right: 20px;
    background-color: #fff;
    text-align: center;
    border: 2px solid #ABABAB;
    border-radius: unset
}

.form__phone--transparent {
    background-color: transparent
}

.form__btn--orange {
    background-color: transparent;
    border: 2px solid #ea1313;
    color: #ea1313
}

input::-webkit-input-placeholder {
    color: #CDCDCD
}

input:-moz-placeholder {
    color: #CDCDCD
}

input::-moz-placeholder {
    color: #CDCDCD
}

input:-ms-input-placeholder {
    color: #CDCDCD
}

textarea::-webkit-input-placeholder {
    color: #CDCDCD
}

textarea:-moz-placeholder {
    color: #CDCDCD
}

textarea::-moz-placeholder {
    color: #CDCDCD
}

textarea:-ms-input-placeholder {
    color: #CDCDCD
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus:-moz-placeholder {
    color: transparent
}

input:focus::-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder {
    color: transparent
}

textarea:focus::-webkit-input-placeholder {
    color: transparent
}

textarea:focus:-moz-placeholder {
    color: transparent
}

textarea:focus::-moz-placeholder {
    color: transparent
}

textarea:focus:-ms-input-placeholder {
    color: transparent
}

.scroll-top {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #EAEAEC;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 95;
    bottom: 20px;
    right: 20px
}

.scroll-top.active {
    display: flex
}

.scroll-top svg {
    width: 12px;
    height: 27px
}

.slider-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto
}

.slider-controls__prev,.slider-controls__next {
    width: 46px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer
}

.robust-profile .slider-controls.controls__round-button {
    justify-content: center
}

.controls__round-button .slider-controls__prev,.controls__round-button .slider-controls__next {
    width: 40px;
    height: 40px;
    padding: 0;
    background: rgba(255,255,255,.7);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    display: none
}

.controls__round-button .slider-controls__prev.swiper-button-disabled,.controls__round-button .slider-controls__next.swiper-button-disabled {
    opacity: .42;
    border: none!important
}

.controls__round-button .slider-controls__prev {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15 9C15.5523 9 16 8.55228 16 8C16 7.44772 15.5523 7 15 7V9ZM0.292893 7.29289C-0.0976311 7.68342 -0.0976311 8.31658 0.292893 8.70711L6.65685 15.0711C7.04738 15.4616 7.68054 15.4616 8.07107 15.0711C8.46159 14.6805 8.46159 14.0474 8.07107 13.6569L2.41421 8L8.07107 2.34315C8.46159 1.95262 8.46159 1.31946 8.07107 0.928932C7.68054 0.538408 7.04738 0.538408 6.65685 0.928932L0.292893 7.29289ZM15 7H1V9H15V7Z' fill='%23ea1313'/%3e%3c/svg%3e")
}

.controls__round-button .slider-controls__next {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 9C0.447715 9 0 8.55228 0 8C0 7.44772 0.447715 7 1 7V9ZM15.7071 7.29289C16.0976 7.68342 16.0976 8.31658 15.7071 8.70711L9.34315 15.0711C8.95262 15.4616 8.31946 15.4616 7.92893 15.0711C7.53841 14.6805 7.53841 14.0474 7.92893 13.6569L13.5858 8L7.92893 2.34315C7.53841 1.95262 7.53841 1.31946 7.92893 0.928932C8.31946 0.538408 8.95262 0.538408 9.34315 0.928932L15.7071 7.29289ZM1 7H15V9H1V7Z' fill='%23ea1313'/%3e%3c/svg%3e")
}

.slider-controls__prev,.slider-controls__next,.slider-controls__prev:focus,.slider-controls__next:focus {
    outline: none
}

.slider-controls__prev {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='47' height='16' viewBox='0 0 47 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.292889 8.70711C-0.0976334 8.31658 -0.0976334 7.68342 0.292889 7.29289L6.65685 0.928932C7.04737 0.538408 7.68054 0.538408 8.07106 0.928932C8.46159 1.31946 8.46159 1.95262 8.07106 2.34315L2.41421 8L8.07106 13.6569C8.46159 14.0474 8.46159 14.6805 8.07106 15.0711C7.68054 15.4616 7.04737 15.4616 6.65685 15.0711L0.292889 8.70711ZM47 9H0.999996V7H47V9Z' fill='%23ea1313'/%3e%3c/svg%3e")
}

.slider-controls__next {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='47' height='16' viewBox='0 0 47 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M46.7071 8.70711C47.0976 8.31658 47.0976 7.68342 46.7071 7.29289L40.3432 0.928932C39.9526 0.538408 39.3195 0.538408 38.9289 0.928932C38.5384 1.31946 38.5384 1.95262 38.9289 2.34315L44.5858 8L38.9289 13.6569C38.5384 14.0474 38.5384 14.6805 38.9289 15.0711C39.3195 15.4616 39.9526 15.4616 40.3432 15.0711L46.7071 8.70711ZM0 9H46V7H0V9Z' fill='%23ea1313'/%3e%3c/svg%3e")
}

.slider-controls__pagination {
    display: flex;
    align-items: center
}

.slider-controls__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #CDCDCD;
    opacity: 1;
    outline: none
}

.slider-controls__pagination .swiper-pagination-bullet:focus {
    outline: none
}

.slider-controls__pagination .swiper-pagination-bullet:not(:last-child) {
    margin-right: 11px
}

.slider-controls__pagination .swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
    background-color: #ea1313
}

.windows-house-prev,.windows-house-next,.windows-house-pagination {
    position: absolute
}

.windows-house-prev,.windows-house-next {
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    opacity: .7
}

.windows-house-prev {
    left: 10px
}

.windows-house-next {
    right: 10px
}

.windows-house-pagination {
    text-align: center
}

.windows-house-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px
}

.windows-house-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgba(249,249,249,.7);
    opacity: 1
}

.windows-house-pagination .swiper-pagination-bullet-active {
    background-color: #fff
}

@media (min-width: 768px) {
    .container {
        margin-left:30px;
        margin-right: 30px
    }

    .desck-block {
        display: block
    }

    .title {
        /* margin-bottom: 40px; */
		margin-bottom: 20px;
        font-size: 31px;
        line-height: 34px
    }

    .form {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px;
        max-width: 315px
    }

    .windows-house-prev,.windows-house-next {
        width: 47px;
        height: 47px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .windows-house-prev img,.windows-house-next img {
        width: 12px;
        height: 27px
    }

    .windows-house-prev {
        left: 15px
    }

    .windows-house-prev img {
        margin-left: -4px
    }

    .windows-house-next {
        right: 15px
    }

    .robust-profile .slider-controls.controls__round-button {
        width: auto;
        gap: 25px;
        justify-content: flex-start
    }

    .controls__round-button .slider-controls__prev,.controls__round-button .slider-controls__next {
        display: block
    }

    .robust-profile .slider-controls__pagination {
        display: none
    }
}

@media (min-width: 1024px) {
    body {
        overflow-x:hidden
    }

    .btn {
        min-height: 50px;
        font-size: 21px
    }

    .title {
        font-size: 40px;
        line-height: 45px
    }

    /* .container {
        max-width: 960px;
        margin-left: auto;
        margin-right: auto
    } */
}
@media (min-width: 1560px) {
    .container {
        max-width: 1500px;
        margin-left: auto;
        margin-right: auto
    }
}

.section {
    margin-bottom: 15px
}

.bg-color__gray {
    background: #f1f1f1;
}

.bg-color__gray--other {
    background: #EEF1F7
}

.bolt-500 {
    font-weight: 500
}

.bolt-700 {
    font-weight: 700
}

.bg-color__blue {
    background: #F0FAFF
}

.padding-content {
    padding: 40px 15px;
    border-radius: 5px
}

.padding-content__slider {
    padding: 40px 0 40px 15px;
    border-radius: 5px;
    overflow: hidden
}

.desc-wrapper {
    overflow: hidden;
    margin-bottom: 10px
}

.padding-content__slider .desc-text {
    padding-right: 15px
}

.ceiling-offer__finishing .padding-content__slider .desc-text {
    padding-right: 0
}

.desc-text {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px
}

.padding-content__slider .btn__link {
    width: calc(100% - 15px)
}

.title-chapter {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 25px
}

.btn__link {
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    border-radius: 3px
}

.content__item-btn {
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 45px;
    width: 100%
}

.btn-margin-top {
    margin-top: 30px
}

.btn-margin-right {
    width: calc(100% - 15px)
}
.text{
  font-size: 16px;
  line-height: 21px;  
}

.insulation-balcony__content .desc-wrapper {
	margin-bottom: 35px;
}

@media (max-width: 767px) {
    .padding-content__slider .content__item-btn {
        width:calc(100% - 15px)
    }
    .block-767{
        display: block;
    }
}

@media (min-width: 768px) {
    .block-768{
        display: block;
    }
    
    .section {
        margin-bottom:20px
    }

    .padding-content {
        padding: 50px 30px
    }

    .padding-content__slider {
        padding: 50px 0 50px 30px
    }

    .padding-content__slider .desc-text {
        padding-right: 30px
    }

    .desc-wrapper,.insulation-balcony__content ul li {
        margin-bottom: 20px
    }

    .padding-content__slider .btn__link {
        width: 315px
    }

    .title-chapter {
        font-size: 31px;
        line-height: 34px;
        margin-bottom: 40px
    }

    .content__item-btn {
        width: 315px
    }

    .btn-margin-top {
        margin-top: 30px
    }

    .slider-controls.controls__round-button {
        gap: 25px;
        justify-content: flex-start;
        margin-left: 0
    }
    .text{
      font-size: 18px;
      line-height: 25px;  
    }
}

@media (min-width: 1024px) {
    .padding-content {
        padding:50px 40px
    }

    .padding-content__slider {
        padding: 50px 0 50px 40px
    }

    .padding-content__slider .desc-text {
        padding-right: 40px
    }

    .padding-content__slider .desc-text {
        padding-right: 40px
    }

    .profile-systems-card .padding-content__slider .desc-text {
        padding-right: 0
    }

    .desc-text {
        font-size: 21px;
        line-height: 30px
    }

    .title-chapter {
        font-size: 40px;
        line-height: 45px
    }

    .content__item-btn {
        width: 335px
    }

    .cold-glazing-section .padding-content__slider {
        padding: 50px 40px
    }
    .text{
      font-size: 21px;
      /* line-height: 30px;   */
	  line-height: 25px;  
    }
}

.features__btn {
    width: 100%;
    font-size: 18px;
    border-radius: 3px;
    height: 45px;
    border-radius: 3px
}

.stretch-text,
.stretch-text-outer p {
    padding-bottom: 25px;
    font-size: 18px;
    line-height: 25px;
    padding-right: 15px
}
.stretch-text-outer p:last-child{padding-bottom: 0;}

.slider-controls {
    justify-content: center;
    gap: 20px
}

.best-price-guarantee-procent {
    background: #ea1313;
    border-radius: 3px;
    padding: 10px 4px;
    font-weight: 700;
    font-size: 50px;
    line-height: 40px;
    position: relative;
    z-index: 2;
    width: fit-content;
    margin-top: -12px;
    margin-bottom: 25px
}


.fw5 {
    font-weight: 500
}

.page-cold-glazing .bg-color__gray--other {
    background: #F9F9F9
}

.page-semi-warm-glazing .bg-color__gray--other {
    background: #F9F9F9
}

.windows-super-price-div2-info-table li::marker {
    content: none
}

.prices {
    font-size: 32px
}

@media (max-width: 360px) {
    .prices {
        font-size:23px
    }
}

@media (max-width: 767px) {
    .best-price-guarantee-procent {
        padding-top:17px;
        padding-bottom: 8px
    }
}

@media (min-width: 768px) {
    .features__btn {
        width:315px;
        padding-bottom: 4px
    }

    .stretch-text,
	.stretch-text-outer p {
        font-size: 18px;
        padding-bottom: 40px;
        padding-right: 30px;
        line-height: 25px
    }

    .controls__round-button .slider-controls__pagination {
        display: none
    }

    .best-price-guarantee-procent {
        padding: 14px 10px;
        margin-top: -20px;
        margin-bottom: 40px
    }

}

@media (min-width: 1024px) {
    .features__btn {
        width:335px;
        font-size: 21px
    }

    .stretch-text,
	.stretch-text-outer p {
        font-size: 21px;
        line-height: 30px;
        padding-right: 0
    }

    .warning-overpay-section-empy {
        margin-top: 174px
    }

    .best-price-guarantee-procent {
        padding: 1px 10px;
        font-size: 70px;
        line-height: 70px
    }
}

.menu__link {
    transition: 0.3s color ease
}

.main-header {
    /* margin-bottom: 20px; */
	margin-bottom: 30px;
    top: 0;
    z-index: 99;
    position: sticky
}

@media (max-width: 767px) {
    .main-header {
        position:sticky
    }
}

.main-header__top {
    /* background: #767778; */
}

.main-header__top.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FAFAFA;
    z-index: 1000
}

.main-header__inner {
    position: relative;
    z-index: 1;
    padding-top: 14px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	/* margin-right: 45px; */
}

/* @media (max-width: 610px) {
	.main-header__inner {display: block;}
} */

.main-header-logo {
    /* width: 100px; */
    /* height: 36px */
	width: auto;
	height: auto;
	max-width: 300px;
	max-height: 100px;
	margin-right: 40px;
}

.main-header-logo img {
    width: 100%;
    height: 100%
}

.main-header-desktop,.main-header-calc,.main-header-tablet,.main-header-measuring,.main-header-menu {
    display: none
}

.main-header-contacts__phone {
    display: block
}

.main-header-contacts__phone {
    text-decoration: none;
    color: #48494B;
    font-size: 18px;
    font-weight: 500
}

.main-header-burger {
    cursor: pointer
}

.main-header-burger.active .main-header-burger__line span {
    transform: scale(0) translateY(-50%)
}

.main-header-burger.active .main-header-burger__line::before {
    top: 45%;
    transform: rotate(-45deg) translateY(-50%)
}

.main-header-burger.active .main-header-burger__line::after {
    bottom: 50%;
    transform: rotate(45deg) translateY(50%)
}

.main-header-burger.active .main-header-burger__text {
    /* color: #48494B; */
	color: #ffffff;
}

.main-header-burger__line {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 23px;
    height: 20px
}

.main-header-burger__line::before,.main-header-burger__line::after {
    content: ''
}

.main-header-burger__line::before,.main-header-burger__line::after,.main-header-burger__line span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    transition: transform 0.3s ease,background-color 0.3s ease;
    background-color: #ffffff;
    border-radius: 3px
}

.main-header-burger__line span {
    top: 50%;
    transform: scale(1) translateY(-50%)
}

.main-header-burger__line::before {
    top: 0
}

.main-header-burger__line::after {
    bottom: 0
}

.main-header-burger__text {
    font-size: 14px;
    transition: color 0.3s ease;
    -webkit-text-stroke: .2px;
    line-height: 14px;
    color: #ffffff;
    text-transform: capitalize;
    text-shadow: #48494b 0 0 .2px
}

.main-header-calc-btn {
    display: block;
    padding: 13px 20px;
    text-decoration: none;
    text-align: center;
    background-color: #F5F5F5;
    font-size: 12px;
    color: #48494B;
    -webkit-text-stroke: .1px;
    box-shadow: 0 5px 7px rgb(0 0 0 / 15%);
    font-weight: 500
}

.main-header-popup {
    display: none;
    padding: 15px 15px 53px;
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: auto
}

.main-header-popup.active {
    display: block
}

.main-header-popup::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(249,249,249,.7) */
}

.main-header-popup__inner {
    position: relative
}

.main-header-popup__inner .menu__item:not(:last-child) {
    border-bottom: 1px solid #ABABAB
}

.main-header-popup__menu {
    margin-bottom: 50px
}

.main-header-popup__menu>.menu__item>.menu__link {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 33px;
    font-size: 18px;
    text-decoration: none;
    color: #48494B
}

.main-header-popup__menu .menu__sub-menu {
    display: none;
    padding-left: 33px
}

.main-header-popup__menu .menu__sub-menu.active {
    display: block
}

.main-header-popup__menu .menu__sub-menu li {
    /* margin-bottom: 20px; */
	margin-bottom: 10px;
}

.main-header-popup__menu .menu__sub-menu a {
    text-decoration: none;
    color: #48494B;
    /* font-size: 18px */
	font-size: 15px;
}

.main-header-popup__inner .menu__item--current .menu__link {
    /* color: #ea1313 */
	color: #48494B;
}

.main-header-popup__menu .menu__sub-menu .menu__item:not(:last-child) {
    border: none
}

.main-header-popup__btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 345px
}

.menu__button-toggle {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #48494B
}

.menu__icon-plus {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    pointer-events: none
}

.menu__icon-plus::before,.menu__icon-plus::after {
    content: "";
    position: absolute;
    background-color: #ea1313
}

.menu__icon-plus::before {
    left: 50%;
    top: 5px;
    bottom: 5px;
    width: 3px;
    transform: translateX(-50%)
}

.menu__button-toggle.active .menu__icon-plus::before {
	opacity: 0;
}

.menu__icon-plus::after {
    top: 50%;
    left: 5px;
    right: 5px;
    height: 3px;
    transform: translateY(-50%)
}

@media (max-width: 360px) {
    .menu__button-toggle {
        padding-top:16px;
        padding-bottom: 16px
    }
}

@media (max-width: 767px) {
    .main-header-burger__line::before,.main-header-burger__line::after,.main-header-burger__line span {
        height:3px
    }

    .main-header-burger__text {
        font-size: 14px
    }

    .main-header-burger__line {
        margin-bottom: 5px;
        width: 23px;
        height: 16px
    }

    .main-header-burger {
        padding-top: 1px
    }
}

/* @media (min-width: 768px) { */
@media (min-width: 0px) {
    .main-header-desktop__phone {
        display:flex;
        align-items: center;
        column-gap: 6px;
        font-weight: 400;
        font-size: 18px;
        color: #ffffff!important;
        text-decoration: none
    }

    .main-header-tablet {
        display: block
    }

    .main-header-burger {
        transform: translateY(0);
        padding-top: 5px
    }

    .main-header-burger__line {
        margin-bottom: 2px;
        width: 25px;
        height: 20px
    }

    .main-header-popup {
        padding-left: 30px;
        padding-right: 30px
    }

    .main-header-popup__btn {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width: 1023px) {
    .preheader {
        display:none
    }

    .header__popup-desktop {
        display: none
    }
}

@media (min-width: 1024px) {
    .header-contacts__flex {
        display:flex;
        align-items: center;
        column-gap: 10px
    }

    .header-contacts__text {
        font-size: 14px
    }

    .header-contacts__phone {
        font-weight: 500;
        color: #ea1313
    }

    .preheader {
        background-color: #F5F5F5;
        padding: 8px 0
    }

    .main-header__top .main-header__inner {
        padding: 20px 0 18px 0;
        transition: padding 0.3s
    }

    .position-fixed .main-header__top .main-header__inner {
        padding: 12px 0;
        transition: padding 0.3s
    }

    .preheader-nav__list {
        display: flex;
        color: #48494B;
        column-gap: 44px;
        font-size: 14px;
        -webkit-text-stroke: .1px
    }

    .preheader-nav__list a {
        text-decoration: none;
        color: #48494B
    }

    .preheadr__top {
        display: flex;
        justify-content: space-between;
        height: 14px
    }

    .header-contacts-popup {
        display: flex;
        -webkit-text-stroke: .1px
    }

    .preheader .header-contacts__text span {
        display: inline-block
    }

    .header-contacts-popup {
        column-gap: 40px
    }

    .header-contacts__flex {
        color: #48494B;
        text-decoration: none
    }

    .main-header-desktop__phone {
        font-size: 24px
    }

    .main-header-calc {
        display: block;
        text-decoration: none;
        color: #48494B;
        font-size: 16px;
        -webkit-text-stroke: .2px;
		width: 136px;
		white-space: nowrap;
    }

    .main-header-measuring {
        text-decoration: none;
        font-size: 16px;
        display: block;
        color: #ffffff;
        -webkit-text-stroke: .2px;
		border-bottom: 1px dotted #fff;
        /* margin-right: 45px */
    }

    .main-header-tablet {
        margin-right: 45px
    }

    .main-header-popup.active {
        display: none
    }

    .header__popup-desktop {
        display: none;
        padding-top: 50px
    }

    .header__popup-desktop.active {
        display: block
    }

    .bottom-menu-deck {
        display: flex;
        flex-wrap: wrap;
        gap: 20px 102px;
        position: absolute;
        font-size: 18px;
        bottom: 0;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
        right: 0;
        left: 0;
        justify-content: space-around;
    }

    .bottom-menu-link:hover {
        color: #ea1313
    }

    .bottom-menu-link {
        text-decoration: none;
        color: #969693
    }

    .header__popup-nav {
        position: relative;
        display: flex;
        justify-content: space-between
    }

    .menu__link-desc {
        padding-bottom: 20px;
        color: #48494B;
        font-size: 18px;
        text-decoration: none;
        display: block;
        transition: 0.3s color
    }

    .main-header .menu__link.menu__link-desc {
        padding-top: 0;
        padding-bottom: 20px;
        color: #48494B;
        font-size: 18px;
        text-decoration: none;
        display: block;
        transition: 0.3s color
    }

    .main-header .menu__link.menu__link-desc:hover,.menu__link-desc:hover {
        color: #ea1313
    }

    .header__link-bold {
        font-weight: 500
    }

    .menu__item.header__item-mg.colum {
        padding-top: 20px
    }

    .main-top__inner {
        box-shadow: 0 6px 4px -4px rgb(0 0 0 / 20%);
		background: #767778;
    }

    .menu__item.header__item-mgb.colum {
        padding-top: 20px
    }

    .main-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%
    }

    .main-header-calc-btn {
        display: none
    }

    .main-header-menu {
        position: relative;
        display: block;
        background-color: #F5F5F5;
        box-shadow: 0 2px 4px rgb(0 0 0 / 15%)
    }

    .main-header-nav__list {
        display: flex;
        justify-content: space-between
    }

    .main-header-nav__list .menu__sub-list .menu__item--current>a,.main-header .header__popup-desktop.active .menu__item--current .menu__link.menu__link-desc,.main-header-popup__inner .menu__item--current .menu__link {
        color: #ea1313
    }

    .position-fixed .preheader,.position-fixed .main-header-menu {
        display: none
    }

    .preheader,.main-header-menu {
        transition: all .2s ease-out;
        transition: all .2s
    }

    .position-fixed .main-header-menu {
        transition: all .3s
    }

    .main-header .menu__link {
        display: block;
        color: #48494B;
        text-decoration: none;
        cursor: pointer;
        -webkit-text-stroke: .1px;
        line-height: 38px;
        height: 40px
    }

    .main-header .main-header-menu .menu__link {
        font-weight: 500
    }

    .menu__sub-list .menu__link {
        display: block;
        font-weight: 500;
        padding-top: 0;
        padding-bottom: 0;
        color: #48494B;
        text-decoration: none;
        cursor: pointer;
        -webkit-text-stroke: 0;
        font-size: 18px;
        line-height: 18px;
        height: auto
    }

    .menu-item-link:hover,.menu__link:hover {
        color: #ea1313
    }

    .main-header-nav .menu__item.menu__item--has-children>span:after {
        content: '';
        display: inline-block;
        width: 11px;
        height: 6px;
        margin-left: 9px;
        margin-top: 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1L5.5 5L10 1' stroke='%2348494B'/%3e%3c/svg%3e");
        margin-bottom: 1px
    }
}

@media (min-width: 1200px) {
	.main-header-calc {
		width: auto;
	}	
    .main-header__inner.container,.main-header-menu .container {
        /* max-width:1140px */
    }
}

.header-contacts__flex {
    color: #48494B;
    text-decoration: none
}

.header-contacts__flex {
    display: flex;
    align-items: center;
    column-gap: 10px
}

.header-contacts__text {
    display: none
}

.header-contacts-popup {
    margin-bottom: 20px
}

.header-contacts-popup {
    column-gap: 25px;
    display: flex;
    font-size: 12px;
    align-items: center;
    -webkit-text-stroke: .1px
}

.main-header-popup__btn {
    width: 100%;
    border-radius: 3px
}

.main-header-popup .form-popap {
    position: fixed;
    bottom: 0;
    margin-right: auto;
    margin-right: 15px;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .main-header-popup .form-popap {
        width:calc(100% - 30px)
    }
}

@media (max-width: 375px) {
    .main-header-popup__btn {
        min-width:calc(100% - 30px)
    }

    .main-header-popup .form-popap {
        width: calc(100% - 30px)
    }
}

@media (max-width: 1023px) {
    /* .main-header__top.active .main-header-logo,.main-header__top.active .main-header-desktop.__mobile {
        display:none
    } */

    .main-header__top .main-header-logo {
        display: block;
		padding-right: 10px;
    }

    .header__tabs li {
        position: relative;
        color: #ea1313;
        border-bottom: 1px solid #ea1313
    }

    .header__tabs li:not(:first-child) {
        margin-left: 35px
    }

    .main-header__top.active .header__tabs {
        display: flex
    }

    .header__tabs li.active {
        color: #48494b;
        border-bottom: none;
        position: relative;
        border-bottom: 1px solid #48494b
    }

    .main-header__top .header__tabs,.header-contacts__phone {
        display: none
    }

    .header__tabs li.active::before {
        content: '';
        position: absolute;
        bottom: -23px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-bottom: 7px solid #f4f4f6;
        border-left: 7px solid transparent;
        border-right: 8px solid transparent
    }

    .main-header-popup__inner {
        display: none;
        position: relative
    }

    .main-header-popup__inner.active {
        display: block;
        position: relative
    }

    .main-top__inner {
        box-shadow: 0 5px 15px rgb(0 0 0 / 35%);
		background: #767778;
    }

    .is-opend .item-none.hidden {
        display: none
    }

    .is-opend .opend_about {
        display: block
    }

    .is-opend .opend_tovar:not(.opend) {
        display: none
    }

    .menu__item.menu__item--has-children.opend_tovar.opend {
        border: none
    }
}

/* @media (max-width: 610px) {
	.main-header__top .main-header-logo {margin: 0 auto 10px;}
} */

@media (min-width: 768px) {
    .header-contacts__text {
        display:block
    }

    .main-header-logo {
        /* width: 210px; */
        /* height: 35px */
    }

    .form-popap {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        column-gap: 40px;
        align-items: center
    }

    .main-header-popup .form-popap {
        margin-right: 30px;
        margin-bottom: 50px
    }

    .header-contacts-popup {
        margin-bottom: 0
    }
}

@media (min-width: 1024px) {
    .header__tabs {
        display:none
    }

    .main-header-logo img {
        max-width: auto;
        height: auto
    }

    .main-header-nav__list>.menu__item {
        border-bottom: 2px solid #f5f5f5;
        border-top: 2px solid #f5f5f5
    }
}

.header-mobile-btn {
    font-size: 14px;
    font-weight: 500;
    width: 103px;
    border-radius: 5px;
    min-height: 27px;
    height: 36px;
    text-decoration: none;
    line-height: 36px;
    text-align: center
}

.main-header-desktop.__mobile {
    display: none
}

.main-header-desktop.__mobile .main-header-contacts__phone {
    font-size: 24px
}

.main-header-burger-box {
    display: flex;
    gap: 20px
}

.main-header__top.active .header-mobile-btn {
    display: none
}

.main-header__top .header-mobile-btn {
    display: block
}

.main-header-nav__list .menu__item--has-children1 {
    border-bottom: 2px solid #ABABAB
}

@media (max-width: 415px) {
	.main-header__top .header-mobile-btn {display: none;}
}

@media (min-width: 768px) {
    .header-mobile-btn.btn {
        display:none
    }

    .main-header-burger-box .header-mobile-btn {
        display: none
    }

    .main-header-burger-box {
        display: block
    }

    .main-header-desktop .main-header-contacts__call {
        padding: 0;
        text-decoration: unset;
        color: #48494B!important;
        cursor: pointer;
        font-weight: 500
    }

    .main-header-desktop .main-header-contacts__call span {
        position: relative
    }

    .main-header-desktop .main-header-contacts__call span:before {
        content: '';
        position: absolute;
        width: 100%;
        bottom: 2px;
        height: 1px;
        background: #ffffff
    }

    .main-header-desktop.__mobile {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-left: auto;
        margin-right: 25px
    }

    .main-header-calc-btn {
        font-size: 16px;
        line-height: 16px;
        padding: 20px
    }
}

@media (min-width: 1024px) {
	.main-header-burger-box{display: none;}
}

/* @media (min-width: 1024px) { */
@media (min-width: 0px) {
    .main-header .drop-block-menu.drop-block-menu-active {
        display:flex;
        visibility: visible;
        opacity: 1
    }

    .main-header-desktop {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
		color: #fff;
		min-width: 250px;
    }

    .main-header-desktop.__mobile {
        display: none
    }

    .main-header-box {
        display: flex;
        /* column-gap: 25px; */
		column-gap: 45px;
        /* align-items: end; */
		align-items: center;
    }

    .main-header-logo {
        /* width: 200px; */
        /* height: 40px; */
        /* margin-right: 0 */
    }

    .main-header .drop-block-menu {
        position: absolute;
        top: 100%;
        z-index: -1;
        background-color: #fff;
        left: 0;
        right: 0;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
        width: 960px;
        visibility: hidden;
        opacity: 0
    }

    .main-header .drop-block-menu:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: calc(960px - 100vw);
        right: 0;
        width: calc(100vw + ( 100vw - 960px));
        filter: drop-shadow(0 0 2px gray);
        box-shadow: 0 0 10px rgb(0 0 0 / 25%)
    }

    .menu-img-block {
        padding: 20px 0 20px 44px;
        background: #F0F3F6;
        text-align: center;
        z-index: 1
    }

    .menu-img-text {
        font-weight: 500;
        font-size: 18px;
        line-height: 18px;
        padding-bottom: 10px
    }

    .head-img {
        padding-bottom: 15px
    }

    .menu-img-link {
        color: #ea1313
    }

    .main-header .menu-img-block:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #f0f3f6;
        transform: translateX(100%)
    }

    .main-header .drop-block-menu:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        transform: translateX(-100%)
    }

    .menu__sub-list {
        display: flex;
        gap: 200px;
        padding: 40px 0;
        min-height: fit-content
    }

    .drop-block-menu .menu-block {
        height: fit-content;
        position: relative;
        min-width: 240px;
        z-index: 1;
        padding-left: 30px
    }

    .menu__sub-list li:not(:last-child) {
        padding-bottom: 25px
    }

    .menu__sub-list li:nth-child(5) {
        padding-bottom: 0
    }

    .button-calc {
        text-decoration: none;
        border-radius: 3px;
        position: absolute;
        padding: 0 20px;
        line-height: 42px;
        width: 206px;
        padding: 0;
        text-align: center;
        font-size: 18px;
        height: 45px;
        min-height: 40px
    }

    .menu__item-oi.menu__item.menu__item--has-children .menu__sub-list ul {
        display: grid;
        grid-template-columns: 1fr 1fr
    }

    .menu__item-oi1.menu__item.menu__item--has-children .menu__sub-list ul {
        grid-gap: 0 40px
    }
}

@media (max-width: 767px) {
	.main-header-desktop {display: none;}
}

/* @media (max-width: 610px) {
	.main-header-box {display: block;}
	.main-header-desktop {align-items: center;}
} */


@media (min-width: 1200px) {
    .preheader .container {
        max-width:1140px
    }

    .main-header-logo {
        /* width: 254px */
    }

    .main-header .drop-block-menu {
        width: 1140px
    }

    .container.popup-desktop {
        max-width: 928px
    }

    .bottom-menu-deck.container {
        max-width: 945px;
        justify-content: space-around;
    }

    .main-header .drop-block-menu:after {
        left: calc(1140px - 100vw);
        width: calc(100vw + ( 100vw - 1140px))
    }
}

@media (max-width: 1360px) and (min-width:1024px) and (min-height:768px) {
    .bottom-menu-deck {
        display:flex;
        flex-wrap: wrap;
        gap: 15px 25px;
        position: absolute;
        font-size: 18px;
        bottom: 0;
        margin-bottom: 18px;
        margin-left: auto;
        margin-right: auto;
        right: 0;
        left: 0;
    }
}

@media (max-width: 1440px) and (min-width:1024px) and (min-height:600px) {
    .menu__item.header__item-mgb.colum,.menu__item.header__item-mg.colum {
        padding-top:10px
    }
}

@media (max-width: 1600px) and (min-width:1020px) and (min-height:550px) and (max-height:820px) {
    .bottom-menu-deck {
        gap:15px 101px;
        margin-bottom: 20px
    }

    .main-header .menu__link {
        line-height: 32px;
        height: 30px
    }

    .menu__item.header__item-mgb.colum,.menu__item.header__item-mg.colum {
        padding-top: 10px
    }
}

@media (max-width: 1200px) and (min-width:1024px) and (min-height:500px) and (max-height:610px) {
    .header__popup-desktop {
        display:none;
        padding-top: 30px
    }

    .bottom-menu-deck {
        gap: 15px 66px
    }

    .main-header .menu__link {
        height: 28px
    }

    .menu__item.header__item-mgb.colum,.menu__item.header__item-mg.colum {
        padding-top: 5px
    }
}

.popup__close-menu {
    position: absolute;
    z-index: 1;
    display: inline-block;
    padding: 0;
    border: none;
    cursor: pointer;
    background: none;
    width: 22px;
    height: 22px;
    top: 25px;
    right: 364px
}

.popup__close-menu::before,.popup__close-menu::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ABABAB;
    height: 23px;
    width: 2px;
    border-radius: 10px
}

.popup__close-menu::before {
    transform: translateY(-50%) rotate(45deg)
}

.popup__close-menu::after {
    transform: translateY(-50%) rotate(-45deg)
}

.banner-windows,.banner-windows__left {
    position: relative
}

.banner-windows-section,.banner-windows__list li:not(:last-child) {
    margin-bottom: 15px
}
.banner-windows-section {
	opacity: 0
}
.banner-windows,.banner-windows-profile {
    background-color: #3c3c3b;
    background-size: cover;
    background-position: center    
}

.banner-windows {
    padding: 40px 15px;
    background-image: url(../img/banner-bg-small.jpg);
    color: #fff;
    border-radius: 5px
}

.banner-windows::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    border-radius: 3px
}

.banner-windows__title {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 32px;
    line-height: 34px;
    text-align: left
}

.banner-windows__list {
    margin-bottom: 27px
}

.banner-windows__list li {
    /* padding-left: 19px; */
    padding-right: 10px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px
}

.banner-windows__list li::before {
    content: '.';
    position: absolute;
    top: -8px;
    left: 0;
    font-size: 30px;
	display: none;
}

.banner-windows__btn {
    width: 100%;
    font-size: 18px;
    border-radius: 3px;
    height: 45px
}

.sticker-box__sale {
    margin-top: 15px;
}

.sticker-box__info {
    display: flex;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0,0,0,.25);
    overflow: hidden
}

.sticker-box__data {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    height: 71px;
    justify-content: center
}

.sticker-box__data.text {
    background: #fff;
    color: #48494b
}

.sticker-box__data.discount {
    background: #ea1313
}

.sticker-box__data .sticker-box__text {
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    padding: 0 10px
}

.sticker-box__data .sticker-box__discount {
    color: #fff;
    font-weight: 700;
    font-size: 59px
}

.rapaire .sticker-box__data .sticker-box__discount {
    font-size: 50px;
    line-height: 50px
}

.rapaire .sticker-box__data .sticker-box__discount span {
    font-size: 30px;
    line-height: 30px
}
.fs-14{
    font-size: 14px;
    font-weight: 700;
}
@media (max-width: 374px) {
    .sticker-box__data {
        height:81px
    }
}

.banner-windows--glazing-balconies {
    background-image: url(../img/banner-glazing-balconies-small.jpg)
}

.banner-windows__left-gazebos .banner-text br,.banner-windows__logo {
    display: none
}

.banner-windows-kbe {
    background-image: url(../img/banner-windows-kbe-bg-small.jpg)
}

.banner-windows-rehau {
    background-image: url(../img/banner-windows-rehau-bg-small.jpg)
}

.banner-windows-economy {
    background-image: url(../img/banner-windows-economy-bg-small.jpg)
}

.banner-windows-gazebos {
    background-image: url(../img/banner-windows-gazebos-bg-small.jpg)
}

.banner-warm-mount {
    background-image: url(../img/banner-warm-mounting-small.jpg)
}

.banner-installation {
    background-image: url(../img/banner-installation-small.jpg)
}

.banner-alum {
    background-image: url(../img/banner-alum-small.jpg)
}

.banner-cold-glazing {
    background-image: url(../img/banner-cold-glazing-small.jpg)
}

.banner-warm-glazing {
    background-image: url(../img/banner-warn-glazing-small.jpg)
}

.banner-semi-warm-glazing {
    background-image: url(../img/banner-semi-warm-glazing-small.jpg)
}

.banner-panoramic-glazing {
    background-image: url(../img/banner-panoramic-glazing-small.jpg)
}

.banner-finishing-glazing {
    background-image: url(../img/banner-finishing-glazing-small.jpg)
}

.banner-balcony-insulation {
    background-image: url(../img/banner-balcony-insulation-small.jpg)
}

.floor-insulation {
    background-image: url(../img/banner-floor-insulation-small.jpg)
}

.balcony-joining {
    background-image: url(../img/banner-balcony-joining-small.jpg)
}

.balcony-takeaway {
    background-image: url(../img/banner-balcony-takeaway-small.jpg)
}

.balcony-laying {
    background-image: url(../img/banner-balcony-laying-small.jpg)
}

.wal-decoration {
    background-image: url(../img/banner-wal-decoration-small.jpg)
}

.banner-aluminum-doors {
    background-image: url(../img/banner-aluminum-doors-small.jpg)
}

.banner-plastick-doors {
    background-image: url(../img/banner-plastick-doors-small.jpg)
}

.banner-portal-doors {
    background-image: url(../img/banner-portal-doors-small.jpg)
}

.banner-gotovyye-okna {
    background-image: url(../img/banner-gotovyye-okna-small.jpg)
}

.banner-zhalyuzi {
    background-image: url(../img/banner-zhalyuzi-small.jpg)
}
.banner-elektrika-i-osveshhenie {
    background-image: url(../img/banner-elektrika-i-osveshhenie-small.jpg)
}

.banner-text {
    font-weight: 500;
    padding-bottom: 25px;
    font-size: 18px;
    line-height: 23px
}

.banner-alum .banner-text,.banner-window-list li:not(:last-child),.banner-windows__left-gazebos .banner-text,.bottom-banner-list li:not(:last-child),.dont-forget-text.first-text {
    padding-bottom: 15px
}

.banner-balcony-left,.banner-warm-mount-left,.banner-windows__left-profile {
    position: relative
}

.banner-windows-profile {
    position: relative;
    padding: 40px 15px;
    background-repeat: no-repeat;
    color: #f0faff;
    border-radius: 5px
}

.banner-windows-profile::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    border-radius: 3px
}

.banner-windows__title-profile {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 32px;
    line-height: 35px;
    text-align: left
}

.banner-windows__title-economy {
    margin-bottom: 5px;
    font-size: 29px;
    line-height: 34px;
    text-align: left;
    font-weight: 700
}

.sub__title-economy {
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 25px;
    text-align: left
}

.banner-window-list {
    list-style: disc;
    font-weight: 500;
    padding-bottom: 25px;
    font-size: 18px;
    line-height: 25px;
    padding-left: 20px
}

.banner-windows__left-gazebos .banner-window-list {
    width: 265px
}

.balcony-joining .banner-window-list li:last-child {
    width: 200px
}

.professional-reviews {
    background-image: url(../img/professional-reviews-bg-small.jpg)
}

.professional-reviews-title,.repair-order-title {
    text-align: left;
    font-weight: 700;
    margin-bottom: 25px
}

.professional-reviews-list li:not(:last-child),.professional-reviews-text.first-text {
    padding-bottom: 20px
}

.professional-reviews-text {
    line-height: 25px;
    font-size: 18px
}

.professional-reviews-list {
    list-style: disc;
    padding-left: 20px;
    font-size: 18px
}

.color-veranda-btn {
    border-radius: 3px;
    position: relative;
    font-size: 18px
}

.color-veranda-btn.link_btn {
    border-radius: 3px;
    position: relative;
    margin-right: auto;
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 45px
}

.banner-lamination {
    background-image: url(/template/banner-lamination-bg-small.jpg);
    color: #f0faff
}

.banner-installment {
    background-image: url(../img/banner-installment-bg-small.jpg)
}

.banner-house {
    background-image: url(../img/banner-house-small.jpg)
}

.banner-house .banner-windows__title-profile {
    width: 315px
}

.price-urgent-text {
    font-weight: 700;
    font-size: 23px;
    padding-bottom: 25px;
    line-height: 23px
}
.banner-windows--main .price-urgent-text{
    line-height: inherit;
}
.urgent-price {
    font-size: 38px
}

.page-panoramic-glazing .urgent-price {
    font-weight: 700
}

.banner-rapaire {
    background-image: url(../img/banner-rapaire-bg-small.jpg)
}

.banner-rapaire .banner-window-list {
    max-width: 300px
}

.page-balcony-laying .bottom-banner-list,.page-wall-decoration .bottom-banner-list,.repair-order-list,.repair-order-list li:not(:last-child),.repair-order-text.first-text {
    padding-bottom: 25px
}

.repair-order {
    background-image: url(../img/repair-order-bg-small.jpg)
}

.repair-order-text {
    line-height: 25px;
    font-size: 18px;
    -webkit-text-stroke: .1px #F0FAFF
}

.repair-order-list {
    font-size: 18px
}

.repair-order-img {
    display: flex;
    column-gap: 15px;
    align-items: center;
    line-height: 25px
}

@media (max-width: 767px) {
    .page-home .banner-windows__list {
        width:306px
    }

    .sticker-box__data .sticker-box__discount {
        /* font-size: 59px; */
		font-size: 50px;
        line-height: 44px;
        /* padding-top: 12px */
    }

    .sticker-box__content {
        height: 71px
    }

    .sticker-box__data {
        align-items: center
    }

    .banner-balcony-insulation .block,.portal-glazing .banner-windows__title-profile .block {
        display: inline
    }

    .banner-balcony-insulation .banner-window-list {
        width: 265px
    }

    .banner-balcony-insulation .banner-window-list li:last-child {
        width: 200px
    }

    .banner-house .banner-windows__title-profile {
        font-size: 31px
    }

    .mob-block {
        display: block
    }

    .color-veranda-btn.link_btn {
        margin-bottom: 0
    }

    .color-veranda-btn {
        margin-bottom: 40px
    }

    .repair-order-img img {
        max-width: 47px
    }
}

@media (min-width: 768px) {
    .sticker-box__sale {
        position:absolute;
        right: 25px;
        bottom: 25px;
        margin-top: 0
    }

    .sticker-box__info {
        flex-direction: column;
        height: 142px;
        box-shadow: unset;
        width: 172px
    }

    .sticker-box__info.balconies {
        width: 181px
    }

    .sticker-box__data .sticker-box__text {
        font-size: 16px
    }

    .banner-windows-section .container {
        position: relative;
        display: flex;
        flex-direction: column
    }

    .banner-windows-section .banner-windows--glazing-balconies {
        order: 2
    }

    .banner-windows--main .banner-windows__title span,.desck-block {
        display: block
    }

    .banner-windows {
        padding: 50px 0 50px 30px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        background-image: url(../img/banner-bg-middle.jpg)
    }

    .banner-windows::before {
        width: 90%;
        background: linear-gradient(90deg,rgba(0,0,0,.8) 52.08%,rgba(0,0,0,0) 100%)
    }

    .banner-windows-section {
        margin-bottom: 20px
    }

    .banner-windows__left {
        max-width: 450px
    }

    .banner-windows__title {
        font-size: 44px;
        line-height: 47px;
        margin-bottom: 30px
    }

    .banner-windows__list {
        margin-bottom: 30px;
        width: 334px
    }

    .balcony-takeaway .banner-window-list.reset,.banner-gotovyye-okna .banner-window-list,.banner-zhalyuzi .banner-window-list {
        max-width: 400px
    }

    .banner-windows__list li {
        font-size: 20px;
        /* padding-left: 18px; */
		padding-left: 0;
        line-height: 25px
    }

    .banner-windows__list li::before {
        left: 0
    }
	.banner-windows__list li .fa{padding-right:10px;}

    .banner-windows__btn {
        max-width: 306px;
        min-height: 50px;
        font-size: 20px
    }

    .banner-windows--glazing-balconies {
        background-image: url(../img/banner-glazing-balconies-middle.jpg)
    }

    .banner-windows--glazing-balconies .banner-windows__list {
        width: 400px
    }

    .banner-windows--glazing-balconies .banner-windows__left {
        max-width: 500px
    }

    .banner-windows--glazing-balconies .banner-windows__list li:nth-child(3) {
        padding-right: 35px
    }

    .banner-window-list li:not(:last-child),.banner-windows__left-gazebos .banner-text,.banner-zhalyuzi .banner-window-list {
        padding-bottom: 20px
    }

    .banner-window-list {
        padding-bottom: 30px;
        font-size: 20px;
        line-height: 25px
    }

    .banner-windows__left-profile {
        max-width: 435px
    }

    .banner-alum .banner-windows__left-profile,.professional-reviews__left,.repair-order__left {
        max-width: 445px
    }

    .banner-windows__left-profile .title {
        margin-bottom: 30px
    }

    .balcony-joining .banner-window-list li:last-child {
        width: 400px
    }

    .banner-windows__title-profile {
        font-size: 44px;
        line-height: 47px;
        margin-bottom: 30px
    }

    .banner-windows__title-economy {
        font-size: 44px;
        line-height: 47px;
        margin-bottom: 10px
    }

    .banner-windows-profile {
        padding: 50px 0 50px 30px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end
    }

    .banner-windows__logo {
        position: absolute;
        display: block;
        right: 30px;
        top: 50px
    }

    .banner-windows-kbe {
        background-image: url(../img/banner-windows-kbe-bg-middle.jpg)
    }

    .banner-windows-rehau {
        background-image: url(../img/banner-windows-rehau-bg-middle.jpg)
    }

    .banner-windows-economy {
        background-image: url(../img/banner-windows-economy-bg-middle.jpg)
    }

    .banner-windows-gazebos {
        background-image: url(../img/banner-windows-gazebos-bg-middle.jpg)
    }

    .banner-warm-mount {
        background-image: url(../img/banner-warm-mounting-middle.jpg)
    }

    .banner-installation {
        background-image: url(../img/banner-installation-middle.jpg)
    }

    .banner-alum {
        background-image: url(../img/banner-alum-middle.jpg)
    }

    .banner-cold-glazing,.banner-warm-glazing {
        background-image: url(../img/banner-cold-glazing-middle.jpg)
    }

    .banner-semi-warm-glazing {
        background-image: url(../img/banner-semi-warm-glazing-middle.jpg)
    }

    .banner-panoramic-glazing {
        background-image: url(../img/banner-panoramic-glazing-middle.jpg)
    }

    .banner-finishing-glazing {
        background-image: url(../img/banner-finishing-glazing-middle.jpg)
    }

    .banner-balcony-insulation {
        background-image: url(../img/banner-balcony-insulation-middle.jpg)
    }

    .floor-insulation {
        background-image: url(../img/banner-floor-insulation-middle.jpg)
    }

    .balcony-joining {
        background-image: url(../img/banner-balcony-joining-middle.jpg)
    }

    .balcony-takeaway {
        background-image: url(../img/banner-balcony-takeaway-middle.jpg)
    }

    .balcony-laying {
        background-image: url(../img/banner-balcony-laying-middle.jpg)
    }

    .wal-decoration {
        background-image: url(../img/banner-wal-decoration-middle.jpg)
    }

    .banner-aluminum-doors {
        background-image: url(../img/banner-aluminum-doors-middle.jpg)
    }

    .banner-plastick-doors {
        background-image: url(../img/banner-plastick-doors-middle.jpg)
    }

    .banner-portal-doors {
        background-image: url(../img/banner-portal-doors-middle.jpg)
    }

    .banner-gotovyye-okna {
        background-image: url(../img/banner-gotovyye-okna-middle.jpg)
    }

    .banner-zhalyuzi {
        background-image: url(../img/banner-zhalyuzi-middle.jpg)
    }
    .banner-elektrika-i-osveshhenie {
        background-image: url(../img/banner-elektrika-i-osveshhenie-middle.jpg)
    }

    .banner-text {
        font-size: 20px;
        line-height: 25px;
        padding-bottom: 30px
    }

    .banner-windows__left-gazebos .banner-text,.banner-windows__left-gazebos .banner-window-list {
        width: auto
    }

    .banner-windows__left-gazebos .banner-text br,.desck-block {
        display: block
    }

    .banner-panoramic-glazing .banner-window-list {
        width: 348px
    }

    .page-balconies-finishing .banner-window-list {
        max-width: 416px
    }

    .banner-windows-profile::before {
        width: 100%;
        background: linear-gradient(90deg,rgba(0,0,0,.8) 52.08%,rgba(0,0,0,0) 100%)
    }

    .banner-aluminum-doors .banner-window-list,.banner-plastick-doors .banner-window-list,.banner-windows__left-gazebos .banner-window-list,.banner-windows__left-kbe {
        max-width: 420px
    }

    .banner-windows__logo img {
        width: 163px
    }

    .sub__title-economy {
        font-size: 24px;
        line-height: 29px;
        padding-bottom: 30px
    }

    .banner-installation .banner-windows__left-gazebos {
        width: 420px
    }

    .professional-reviews {
        background-image: url(../img/professional-reviews-bg-middle.jpg)
    }

    .professional-reviews-title,.repair-order-title {
        font-size: 31px;
        margin-bottom: 30px;
        line-height: 34px
    }

    .professional-reviews-list li:not(:last-child),.professional-reviews-text.first-text,.repair-order-list li:not(:last-child),.repair-order-text.first-text {
        padding-bottom: 25px
    }

    .professional-reviews-text,.repair-order-text {
        font-size: 18px;
        line-height: 25px
    }

    .professional-reviews-list {
        font-size: 18px
    }

    .color-veranda-btn.link_btn {
        max-width: 315px
    }

    .banner-lamination {
        background-image: url(/template/banner-lamination-bg-middle.jpg)
    }

    .banner-installment {
        background-image: url(../img/banner-installment-bg-middle.jpg)
    }

    .banner-lamination .banner-windows__left-profile {
        max-width: 406.5px
    }

    .banner-alum .banner-text {
        padding-bottom: 20px;
        width: 415px
    }

    .banner-baclcony-section .banner-text,.banner-semi-warm-glazing .banner-text {
        width: 415px
    }

    .banner-house .banner-windows__title-profile {
        width: 100%
    }

    .banner-house {
        background-image: url(../img/banner-house-middle.jpg)
    }

    .banner-house-left {
        max-width: 100%
    }

    .banner-house-list {
        max-width: 430px
    }

    .price-urgent-text {
        font-size: 28px;
        padding-bottom: 30px
    }

    .banner-zhalyuzi .price-urgent-text {
        line-height: 34px
    }

    .urgent-price {
        font-size: 48px
    }
    .banner-windows--main .urgent-price {
        line-height: 48px
    }

    .banner-rapaire {
        background-image: url(../img/banner-rapaire-bg-middle.jpg)
    }

    .banner-rapaire .banner-window-list {
        max-width: 405px
    }

    .banner-portal-doors .banner-window-list {
        width: 390px
    }

    .repair-order {
        background-image: url(../img/repair-order-bg-middle.jpg)
    }

    .repair-order-img {
        column-gap: 20px
    }

    .repair-order-list {
        padding-bottom: 40px;
        font-size: 18px
    }
    .fs-14{
    font-size: 15px;
}
}

@media (min-width: 1024px) {
    .sticker-box__sale {
        right:30px;
        bottom: 30px
    }

    .sticker-box__info {
        width: 191px;
        height: 152px
    }

    .sticker-box__info.balconies {
        width: 210px
    }

    .sticker-box__data .sticker-box__text {
        font-size: 18px;
        line-height: 19px
    }

    .sticker-box__data .sticker-box__discount {
        font-size: 65px
    }

    .rapaire .sticker-box__data .sticker-box__discount {
        font-size: 55px;
        line-height: 50px
    }

    .rapaire .sticker-box__data .sticker-box__discount span {
        font-size: 35px;
        line-height: 35px
    }

    .banner-windows {
        padding: 50px 0 50px 40px
    }

    .banner-windows::before {
        width: 100%
    }

    .banner-rapaire .banner-window-list,.banner-windows__left {
        max-width: 530px
    }


    .kaliningrad.page-home .banner-windows__title {
        font-size: 45px
    }

    .page-home .banner-windows__left {
        max-width: 575px
    }

    .banner-windows__title {
        margin-bottom: 40px;
        font-size: 46px;
        line-height: 50px
    }
	
    .chelny .banner-windows__title {
        font-size: 52px;
    }	

    .banner-windows__list {
        margin-bottom: 31px;
        height: 100%;
        width: 435px
    }

    .banner-gotovyye-okna .banner-window-list {
        max-width: 500px
    }

    .banner-zhalyuzi .banner-window-list {
        max-width: 520px;
        padding-bottom: 20px
    }

    .banner-windows__list li {
        /* padding-left: 27px; */
        font-size: 20px;
        line-height: 26px
    }

    .banner-windows__list li::before {
        top: -14px;
        font-size: 45px;
		display: none;
    }

    .banner-windows__btn {
        max-width: 411px;
        font-size: 26px;
        min-height: 55px;
        padding-bottom: 4px;
        max-height: 55px;
        line-height: 1
    }

    .banner-windows--glazing-balconies {
        background-image: url(../img/banner-glazing-balconies-big.jpg)
    }

    .banner-windows--glazing-balconies .banner-windows__left {
        max-width: 650px
    }

    .banner-windows--glazing-balconies .banner-windows__list {
        width: 530px
    }

    .wal-decoration .banner-window-list li:not(:last-child) {
        padding-bottom: 33px
    }

    .balcony-joining .banner-window-list li:last-child {
        width: 520px
    }

    .banner-windows__title-profile {
        margin-bottom: 40px;
        font-size: 56px;
        line-height: 60px
    }

    .chelny .banner-windows__title-profile {
        font-size: 52px;
    }

    .banner-aluminum-doors .banner-window-list,.banner-plastick-doors .banner-window-list,.banner-windows__left-gazebos .banner-window-list {
        max-width: 525px
    }

    .banner-window-list {
        padding-bottom: 40px;
        font-size: 26px;
        line-height: 32px
    }

    .banner-alum .banner-windows__left-profile,.banner-warm-mount-left {
        max-width: 615px
    }

    .banner-windows__title-economy {
        font-size: 56px;
        line-height: 60px;
        margin-bottom: 10px
    }

    .sub__title-economy {
        font-size: 32px;
        line-height: 36px;
        padding-bottom: 40px
    }

    .banner-windows-profile {
        padding: 50px 0 50px 40px;
        background-position: left
    }

    .banner-text {
        font-size: 26px;
        line-height: 32px;
        padding-bottom: 40px
    }

    .banner-alum .banner-text,.banner-windows__left-gazebos .banner-text {
        width: 535px
    }

    .banner-panoramic-glazing .banner-window-list {
        width: 475px
    }

    .balcony-takeaway .banner-window-list.reset,.banner-windows__left-kbe,.page-balconies-finishing .banner-window-list {
        max-width: 550px
    }

    .banner-windows-kbe {
        background-image: url(../img/banner-windows-kbe-bg-big.jpg)
    }

    .banner-windows-rehau {
        background-image: url(../img/banner-windows-rehau-bg-big.jpg)
    }

    .banner-windows-economy {
        background-image: url(../img/banner-windows-economy-bg-big.jpg)
    }

    .banner-windows-gazebos {
        background-image: url(../img/banner-windows-gazebos-bg-big.jpg)
    }

    .banner-installation {
        background-image: url(../img/banner-installation-big.jpg)
    }

    .banner-alum {
        background-image: url(../img/banner-alum-big.jpg)
    }

    .banner-cold-glazing {
        background-image: url(../img/banner-cold-glazing-big.jpg)
    }

    .banner-warm-glazing {
        background-image: url(../img/banner-warn-glazing-big.jpg)
    }

    .banner-semi-warm-glazing {
        background-image: url(../img/banner-semi-warm-glazing-big.jpg)
    }

    .banner-panoramic-glazing {
        background-image: url(../img/banner-panoramic-glazing-big.jpg)
    }

    .banner-finishing-glazing {
        background-image: url(../img/banner-finishing-glazing-big1.jpg)
    }

    .banner-balcony-insulation {
        background-image: url(../img/banner-balcony-insulation-big.jpg)
    }

    .floor-insulation {
        background-image: url(../img/banner-floor-insulation-big.jpg)
    }

    .balcony-joining {
        background-image: url(../img/banner-balcony-joining-big.jpg)
    }

    .balcony-takeaway {
        background-image: url(../img/banner-balcony-takeaway1-big.jpg)
    }

    .balcony-laying {
        background-image: url(../img/banner-balcony-laying-big.jpg)
    }

    .wal-decoration {
        background-image: url(../img/banner-wal-decoration-big.jpg)
    }

    .banner-aluminum-doors {
        background-image: url(../img/banner-aluminum-doors-big.jpg)
    }

    .banner-plastick-doors {
        background-image: url(../img/banner-plastick-doors-big.jpg)
    }

    .banner-portal-doors {
        background-image: url(../img/banner-portal-doors-big.jpg)
    }

    .banner-gotovyye-okna {
        background-image: url(../img/banner-gotovyye-okna-big.jpg)
    }

    .banner-zhalyuzi {
        background-image: url(../img/banner-zhalyuzi-big.jpg)
    }
    .banner-elektrika-i-osveshhenie {
        background-image: url(../img/banner-elektrika-i-osveshhenie-big.jpg)
    }

    .banner-windows__logo {
        right: 40px
    }

    .banner-windows-profile::before,.banner-windows__logo img {
        width: 100%
    }

    .banner-windows__left-gazebos {
        max-width: 580px
    }

    .banner-baclcony-section .banner-text,.banner-installation .banner-windows__left-gazebos,.banner-semi-warm-glazing .banner-text {
        width: 550px
    }

    .professional-reviews-title,.repair-order-title {
        font-size: 40px;
        line-height: 45px
    }

    .professional-reviews {
        background-image: url(../img/professional-reviews-bg-big.jpg)
    }

    .professional-reviews-text {
        font-size: 21px;
        line-height: 30px
    }

    .banner-lamination .banner-warm-mount-left,.professional-reviews__left {
        max-width: 520px
    }

    .professional-reviews-list,.repair-order-list {
        font-size: 21px
    }

    .professional-reviews-list li:not(:last-child),.repair-order-list li:not(:last-child) {
        padding-bottom: 20px
    }

    .color-veranda-btn.link_btn {
        line-height: 48px;
        max-width: 355px
    }

    .color-veranda-btn {
        font-size: 21px;
        height: 50px
    }

    .banner-lamination {
        background-image: url(/template/banner-lamination-bg-big.jpg)
    }

    .banner-house {
        background-image: url(../img/banner-house-big.jpg)
    }

    .banner-house-list {
        max-width: 562px
    }

    .price-urgent-text {
        font-size: 40px;
        padding-bottom: 40px
    }

    .banner-zhalyuzi .price-urgent-text {
        line-height: 47px
    }

    .banner-portal-doors .banner-window-list {
        width: 500px
    }

    .page-repair .banner-rapaire .banner-window-list {
        max-width: 540px
    }

    .urgent-price {
        font-size: 60px
    }
    .banner-windows--main .urgent-price {
        line-height: 60px
    }

    .repair-order {
        background-image: url(../img/repair-order-bg-big.jpg)
    }

    .repair-order-text {
        font-size: 21px;
        line-height: 30px;
        width: 485px
    }

    .repair-order__left {
        max-width: 560px
    }
    .banner-windows-section .banner-windows__list li:not(:last-child) {
    margin-bottom: 20px;
}
    .fs-14 {
    font-size: 21px;
}
}

@media (max-width: 360px) {
    .banner-windows {
        background-image:url(../img/banner-bg-small-360.jpg)
    }

    .banner-windows--glazing-balconies {
        background-image: url(../img/banner-glazing-balconies-small.jpg)
    }
}

@media (min-width: 414px) {
    .page-wall-decoration .banner-window-list .mob-block {
        display:contents
    }

    .banner-windows {
        background-image: url(../img/banner-bg-small-414.jpg)
    }

    .banner-windows--glazing-balconies {
        background-image: url(../img/banner-glazing-balconies-small.jpg)
    }
}

@media (min-width: 540px) {
    .banner-windows {
        background-image:url(../img/banner-bg-small-540.jpg)
    }

    .banner-warm-mount {
        background-image: url(../img/banner-warm-mount-540.jpg)
    }

    .banner-rapaire {
        background-image: url(../img/banner-remont-540.jpg)
    }

    .banner-installment {
        background-image: url(../img/banner-instal-540.jpg)
    }

    .banner-windows--glazing-balconies {
        background-image: url(../img/banner-glazing-balconies-middle.jpg)
    }
}

.dont-forget {
    background-image: url(../img/dont-forget-bg-small.jpg)
}

.dont-forget-text {
    line-height: 25px;
    font-size: 18px;
    padding-bottom: 25px
}

.dont-forget .title,.floor-insulation .title {
    text-align: left
}

.bottom-banner-list {
    list-style: disc;
    padding-left: 20px;
    font-size: 18px;
    line-height: 25px
}

@media (min-width: 768px) {
    .dont-forget {
        background-image:url(../img/dont-forget-bg-middle.jpg)
    }

    .dont-forget-text {
        padding-bottom: 30px;
        font-size: 18px;
        line-height: 25px
    }

    .bottom-banner-list li:not(:last-child),.dont-forget-text.first-text {
        padding-bottom: 20px
    }

    .dont-forget-left {
        max-width: 430px
    }

    .page-balcony-laying .bottom-banner-list,.page-wall-decoration .bottom-banner-list {
        padding-bottom: 40px
    }
}

@media (min-width: 1024px) {
    .banner-rapaire {
        background-image:url(../img/banner-rapaire-bg-big.jpg)
    }

    .banner-warm-mount {
        background-image: url(../img/banner-warm-mounting-big.jpg)
    }

    .banner-installment {
        background-image: url(../img/banner-installment-bg-big.jpg)
    }

    .banner-windows {
        background-image: url(../img/banner-bg-big-new.jpg)
    }

    .banner-windows--glazing-balconies {
        background-image: url(../img/banner-glazing-balconies-big.jpg)
    }

    .dont-forget-text {
        padding-bottom: 40px;
        font-size: 21px;
        line-height: 30px
    }

    .dont-forget {
        background-image: url(../img/dont-forget-bg-big.jpg)
    }

    .dont-forget-text.first-text {
        padding-bottom: 30px
    }

    .dont-forget-left,.floor-insulation-left {
        max-width: 560px
    }

    .bottom-banner-list {
        font-size: 21px;
        line-height: 30px
    }
}

.menu__link {
    transition: 0.3s color ease
}

.footer {
    /* background-color: #F9F9F9; */
	background-color: #767778;
	color: #fff;
}

.footer__nav-wrap .menu__item:not(:last-child) {
    margin-bottom: 10px
}

.footer__nav-wrap .menu__link {
    text-decoration: none;
    border-bottom: 1px solid #ea1313
}

.footer-menu {
    display: none
}

.footer-menu .menu__link {
    /* color: #48494B; */
	color: #ffffff;
    text-decoration: none;
    /* border-bottom: 1px solid #48494B; */
	border-bottom: 1px solid #ffffff;
}

.footer-adress {
    width: 100%
}

.footer__map {
    margin-bottom: 25px;
    width: 100%;
    height: 240px
}

.footer__contacts {
    padding: 25px 0;
    border-top: 1px solid #ABABAB;
    border-bottom: 1px solid #ABABAB
}

@media (max-width: 1023px) {
	.footer__contacts {padding: 0 0 25px 0; border: 0}
}
.footer-contacts {
    max-width: 325px;
    margin-left: auto;
    margin-right: auto
}

.footer-contacts__links {
    column-gap: 10px;
    margin-top: 7px;
    margin-bottom: 9px
}

.footer-contacts__text {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px
}

.footer-contacts__text.orange {
    display: inline-block;
    text-decoration: none
}

.footer-contacts__text.border {
    /* border-bottom: 1px solid #ea1313; */
	/* border-bottom: 1px solid #fff; */
	color:#fff;
	text-decoration: underline;
}

.footer-payment {
    margin-bottom: 25px;
    display: flex;
    column-gap: 20px
}

.footer__inner {
    margin-left: auto;
    margin-right: auto
}

.footer__copyright {
    font-family: "Montserrat",sans-serif;
    color: #AAA;
    font-size: 12px;
    font-weight: 500
}

.footer__copyright::before {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
    width: 14px;
    height: 14px;
    background-image: url(../img/footer-copy.svg);
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width: 1024px) {
    .footer__nav {
        padding-left:0;
        padding-right: 0
    }

    .footer__nav-wrap {
        display: grid;
        justify-content: space-between;
		grid-gap: 20px;
    }

    .footer__nav-wrap .menu__title {
        display: block;
        margin-bottom: 20px;
        padding-bottom: 20px;
        font-weight: 500;
        font-size: 18px;
        /* color: #ABABAB; */
		color: #ffffff;
        text-transform: uppercase;
        border-bottom: 1px solid #ABABAB
    }

    .footer-adress {
        width: 253px
    }

    .footer__map {
        grid-row: 1 / 3;
        grid-column: 3 / 4;
        width: 253px;
        height: 245px;
        margin-bottom: 30px
    }

    .footer-menu {
        display: block;
        grid-row: 1 / 2;
        grid-column: 1 / 2
    }

    .footer-menu__list {
        display: flex;
        /* column-gap: 45px; */
		column-gap: 100px;
    }

    .footer__contacts {
        padding-left: 0;
        padding-right: 0
    }

    .footer-contacts {
        max-width: none;
        display: flex;
        justify-content: space-between
    }

    .footer-contacts li:not(:last-child) {
        margin-bottom: 0
    }

    .footer-contacts li:first-child {
        order: 2;
        align-items: flex-start
    }

    .footer-contacts li:nth-child(2) {
        order: 1;
    }

    .footer-contacts li:last-child {
        order: 3;
        text-align: right
    }

    .footer-contacts__links {
        column-gap: 12px;
        white-space: nowrap
    }

    .footer__inner {
        max-width: none
    }

    .footer__box {
        display: flex;
        column-gap: 15px
    }

    .footer__payment-text {
        display: block;
        font-size: 14px
    }

    .footer-payment {
        margin-bottom: 0;
        column-gap: 15px
    }

    .footer__copyright {
        font-family: 'Core Sans N';
        font-size: 10px;
        font-weight: 400
    }

    .footer__copyright::before {
        margin-right: 6px;
        vertical-align: top;
        width: 10px;
        height: 10px
    }
}

@media (max-width: 1500px) {
    .footer-menu__list {column-gap: 45px;}
}

@media (min-width: 1024px) {
    .footer__nav {
        padding-top:30px
    }
}

.footer .menu__link {
    padding: 0
}

.footer .menu__link:hover {
    background-color: transparent
}

@media (min-width: 1024px) {
    .footer__map {
        height:245px
    }

    .footer__map,.footer-adress {
        /* width: 311px */
		width: 620px;
    }

    .footer-menu__list {
        /* column-gap: 135px; */
    }

    .footer__nav-wrap .menu__title {
        /* border-bottom: 1px solid #ABABAB; */
		border-bottom: 1px solid #ffffff;
        padding-bottom: 20px;
        margin-bottom: 0
    }

    .footer .menu__sub-menu {
        padding-top: 20px
    }
}

@media (max-width: 1340px) {
	    .footer__map,.footer-adress {width: 311px;}
}
@media (max-width: 1023px) {
	    .footer__map,.footer-adress {width: 100%;}
}

.footer-map-contact {
    grid-row: 1 / 3;
    grid-column: 3 / 3
}

.footer-contact {
    display: flex;
    flex-direction: column;
    text-align: left
}

.footer__main-map-link {
    text-decoration: none;
    font-size: 21px;
    line-height: 25px;
    /* color: #48494B; */
	color: #fff;
    margin-bottom: 3px
}

.footer-contacts-mail {
    /* color: #969693; */
	color: #fff;
    font-size: 16px;
    line-height: 19px
}

.footer-contacts-text {
    /* color: #969693; */
	color: #fff;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
}

.footer-adress {
    padding-bottom: 15px;
    text-align: left
}

.footer .menu__link {
    line-height: 19px;
	font-size: 14px;
}

.footer-menu .menu__link:hover {
    /* border-bottom: 1px solid #ea1313; */
	color:#ffffff;
	border:0;
}

.footer__link {
    /* color: #969693; */
	color: #ffffff;
    font-size: 12px;
    margin-bottom: 9px;
    display: block
}

.footer__main-link,.footer__main-link-quiz {
    display: block
}

@media (max-width: 767px) {
    .footer__box {
        display:flex;
        column-gap: 15px;
        font-size: 14px
    }

    .footer__nav {
        padding-top: 30px;
        /* padding-bottom: 25px; */
		padding-bottom: 0;
    }





    .footer__main-link,.footer__main-link-quiz {
        font-size: 16px;
        line-height: 19px;
        /* color: #ea1313; */
		color: #fff;
        text-align: left;
        padding-left: 0;
        text-decoration: underline
    }

    .footer-contacts-mail {
        padding-bottom: 25px
    }

    .footer__main-link {
        padding-bottom: 10px
    }

    .footer-contacts__text.middle {
        padding: 5px 0
    }
}

@media (max-width: 1023px) {
	.footer-contacts {
        display: flex;
        flex-direction: column-reverse;
        text-align: center
    }
    .footer-contacts li:first-child {
        margin-top: 10px
    }
}

.footer-adress {
	text-align:center
}

.footer-contact {
	text-align: center
}

@media (min-width: 768px) {
    .footer__main-link,.footer__main-link-quiz {
        display: none
    }

    .footer__payment {
        padding-bottom: 25px;
        margin-top: -45px
    }

    .footer__nav {
        padding-top: 30px;
        /* padding-bottom: 25px; */
		padding-bottom: 0;
    }

    .footer-contacts li:last-child>.footer-contacts__text {
        margin-bottom: 6px
    }
}

@media (min-width: 1024px) {
    .footer-adress {
        text-align:right
    }

    .footer-contact {
        text-align: right
    }
    .footer__nav {
        padding-bottom:0
    }

    .footer__payment {
        margin-top: -20px
    }
}

/* .cookies__info {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999999999;
    display: none
}

.cookies__container {
    position: relative;
    background: #fff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 15px;
    box-shadow: 0 0 10px rgba(0,0,0,.25);
    border-radius: 3px;
    margin: 0
}

.cookies__content {
    color: #48494b;
    font-size: 14px;
    font-weight: 500;
    max-width: 205px
}

.cookies__linlk-info {
    color: #ea1313
}

.cookies__closed {
    width: 107px;
    min-height: 32px;
    font-size: 16px;
    font-weight: 500
}

@media (min-width: 768px) {
    .container.cookies__container {
        max-width:534px;
        padding: 20px 15px;
        margin-left: auto;
        margin-right: auto
    }

    .cookies__content {
        max-width: unset
    }

    .cookies__info {
        bottom: 15px
    }
} */

.privacy-policy {
    display: flex;
    cursor: pointer
}

.privacy-policy__checkbox-real {
    width: 1px;
    height: 1px;
    position: absolute;
    opacity: 0;
    appearance: none
}

.privacy-policy__checkbox-real:checked+.privacy-policy__checkbox-fake::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 4px;
    background-image: url(/template/check-mark.svg);
    background-size: cover;
    background-position: center;
    transform: translate(-50%,-50%)
}

.privacy-policy__checkbox-fake {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 1px solid #ababab;
    border-radius: 2px;
    flex-shrink: 0
}

.privacy-policy__text {
    font-size: 10.5px;
    line-height: 14px
}

.privacy-policy__link {
    color: #48494b;
    text-decoration: none;
    border-bottom: .1px solid #48494b
}

.special-offer .special-offer__box {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 20px 30px 20px 16px
}

.special-offer__box {
    margin-top: 15px;
    padding: 20px 40px;
    box-shadow: 0 0 10px rgba(0,0,0,.25);
    border-radius: 5px
}

.special-offer__box li {
    display: inline-flex;
    align-items: flex-start;
    column-gap: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px
}

.special-offer__box li:not(:last-child) {
    margin-bottom: 10px
}

.special-offer__box li img {
    width: 18px;
    margin-top: 2px
}

@media (min-width: 768px) {
    .special-offer .special-offer__box {
        margin-bottom:20px;
        padding: 20px 31px
    }

    .special-offer__box li {
        font-size: 18px;
        line-height: 25px
    }

    .special-offer__box li img {
        margin-top: 4px
    }
}

@media (min-width: 1024px) {
    .special-offer .special-offer__box {
        padding:20px 41px
    }

    .special-offer .special-offer__box .offer__list-items {
        display: flex;
        flex-wrap: wrap;
        column-gap: 21px
    }
}

.director {
    padding: 30px 15px;
    background-color: #f5f5f5;
    border-radius: 3px
}

.director.director-profile {
    padding: 0;
    background: 0 0;
    margin-bottom: 25px
}

.director__wrap {
    position: relative;
    padding: 20px;
    border-radius: 6px;
    background-color: #fff;
    filter: drop-shadow(0 0 4px rgba(0,0,0,.25));
    margin-bottom: 20px
}

.director__name,.discount-month-windows ul li {
    margin-bottom: 10px
}

.director__wrap::before {
    content: '';
    position: absolute;
    bottom: -20px;
    right: 26%;
    width: 0;
    height: 0;
    border-width: 24px 11px 0 12px;
    border-color: #ffF transparent transparent;
    border-style: solid;
    transform: rotate(-20deg)
}

.director__text {
    line-height: 25px;
    font-size: 18px
}

.director__text .border {
    border-bottom: 1px solid #ea1313
}

.discount-month-windows .prices-windows-slider__wrap,.prices-windows-slider__prices {
    border-bottom: 1px solid #ababab
}

.director__text a {
    text-decoration: none
}

.director__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 21px
}

.director__name {
    font-weight: 500;
    font-size: 14px
}

.director__position {
    font-size: 12px;
    text-align: right;
    line-height: 15px
}

.director__position .block {
    display: block
}

.director__img {
    width: 81px;
    height: 81px;
    border-radius: 50%
}

.prices-windows-slider {
    margin-bottom: 30px;
    overflow: hidden;
    max-width: 345px;
    margin-left: auto;
    margin-right: auto
}

.prices-windows-slider__wrap {
    display: flex
}

.prices-windows-slider__slide,.prices-windows-slider__slide:not(:last-child) {
    margin-bottom: 0
}

.prices-windows-slider__slide {
    flex-shrink: 0
}

.prices-windows .slider-controls {
    display: flex;
    max-width: 240px
}

.prices-windows__title {
    text-align: left;
    margin-bottom: 36px
}

.prices-windows__title.title-kbe {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 700
}

.prices-windows__title.title-kbe .block {
    display: inline
}

.prices-windows__text {
    margin-bottom: 25px;
    text-align: center;
    line-height: 21px
}

.prices-windows__text.text-kbe {
    font-size: 18px;
    text-align: left;
    line-height: 25px
}

.prices-windows-slider__img {
    position: relative;
    overflow: hidden;
    padding-top: calc(2.7 / 4 * 100%);
    margin-bottom: 20px
}

.prices-windows-section-doors .prices-windows-slider__img {
    padding-top: calc(3.53 / 4 * 100%)
}

.prices-windows-slider__img img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    bottom: 0;
    max-height: 285px
}

.discount-month-windows .prices-windows-slider__img img {
    position: relative;
    left: 0;
    transform: unset;
    max-height: unset
}

.discount-month-windows .prices-windows-slider__img {
    padding-top: 0;
    display: flex;
    justify-content: center
}

.discount-month-windows .prices-windows-slider__slide.balc .prices-windows-slider__content {
    position: relative;
    margin-top: -108px
}

.prices-windows-slider__content {
    max-width: 274px;
    margin-left: auto;
    margin-right: auto
}

.prices-windows-slider__name {
    margin-bottom: 20px;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 21px;
    text-align: center
}

.prices-windows-slider__prices {
    display: block;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center
}

.prices-windows-slider__price-small {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px
}

.page-home .prices-windows-slider__price-small {
    font-size: 21px
}

.prices-windows-slider__price-small span {
    position: relative
}

.prices-windows-slider__price-small span::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #ea1313
}

.prices-windows-slider__price-big {
    font-size: 25px;
    font-weight: 700
}

.page-home .prices-windows-slider__price-big {
    font-size: 31px;
    font-weight: 700
}

.prices-windows-slider__price-big .orange {
    font-size: 28px;
    font-weight: 700
}

.page-home .prices-windows-slider__price-big .orange {
    font-size: 40px;
    font-weight: 700
}

.prices-windows-slider__text a:hover {
    color: #ea1313
}

.prices-windows-slider__text {
    margin-bottom: 0;
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    color: #48494b
}

.prices-windows-slider__text a {
    text-decoration: none;
    color: initial
}

.prices-windows-slider__text span:before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 1px;
    background: #48494b
}

.prices-windows-slider__text span.orange:before {
    background: #ea1313
}

.prices-windows-slider__text span {
    position: relative
}

.discount-month-windows .discount-month-slider {
    overflow: hidden
}

.discount-month-windows .prices-windows-slider__slide,.discount-month-windows ul {
    margin-bottom: 25px
}

.discount-month-windows .slider-controls {
    display: none
}

.box__offer-title {
    padding: 25px 0;
    display: flex;
    column-gap: 20px;
    align-items: center
}

.offer-title {
    color: #ea1313;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px
}

.offer-title span {
    color: #48494b
}

.box-icon {
    display: inline-block
}

@media (max-width: 767px) {
    .page-home .prices-windows__text.text-kbe br {
        display:none
    }

    .discount-month-windows .prices-windows-slider__wrap {
        flex-direction: column
    }

    .discount-month-windows .prices-windows-slider__slide .prices-windows-slider__prices {
        border-bottom: unset;
        margin-bottom: 0;
        padding-bottom: 15px
    }

    .discount-month-windows ul li {
        margin-bottom: 0;
        line-height: 25px
    }
}

@media (min-width: 768px) {
    .prices-windows-section-doors .prices-windows__title.title-kbe .block {
        display:block
    }

    .discount-month-windows .prices-windows-slider__slide {
        flex-shrink: 0
    }

    .discount-month-windows .prices-windows-slider__prices {
        border-bottom: unset;
        margin-bottom: 0
    }

    .offer-title {
        font-size: 31px;
        line-height: 34px
    }

    .offer-title .block {
        display: inline
    }

    .box__offer-title {
        padding: 40px 0 20px
    }

    .discount-month-windows ul li {
        margin-bottom: 0;
        display: inline;
        font-size: 18px;
        line-height: 25px;
        padding-right: 10px
    }

    .director,.prices-windows-slider__wrap {
        display: flex
    }

    .director {
        column-gap: 31px;
        align-items: start;
        padding: 40px 35px 40px 30px
    }

    .director.director-profile {
        margin-bottom: 40px
    }

    .director__wrap,.prices-windows-slider__slide:not(:last-child) {
        margin-bottom: 0
    }

    .director__left {
        width: 94%
    }

    .director__wrap {
        padding: 30px
    }

    .director__wrap::before {
        bottom: 34.3%;
        right: -18px;
        border-width: 27px 18px 0 8px;
        transform: rotate(-121deg)
    }

    .director__text {
        line-height: 25px
    }

    .director__right {
        width: 22%;
        flex-direction: column
    }

    .director__position {
        text-align: left
    }

    .director__img {
        margin-bottom: 21px;
        width: 100px;
        height: 100px;
        order: -1
    }

    .prices-windows .slider-controls {
        display: flex;
        max-width: 249px
    }

    .prices-windows__title {
        margin-bottom: 51px
    }

    .prices-windows__text {
        margin-bottom: 41px;
        line-height: 25px
    }

    .prices-windows-slider {
        margin-bottom: 40px;
        max-width: 708px
    }

    .prices-windows-slider__slide {
        flex-shrink: 0
    }

    .prices-windows__title.title-kbe {
        margin-bottom: 40px;
        font-size: 31px
    }

    @media (min-width: 1024px) {
        .director__text,.prices-windows__text.text-kbe {
            font-size:21px;
            line-height: 30px
        }

        .page-home .prices-windows__text.text-kbe {
            font-size: 20px
        }

        .director {
            padding: 50px 69px 40px 40px;
            column-gap: 55px
        }

        .director__left {
            width: 77.1%
        }

        .director__wrap {
            padding: 40px
        }

        .director__wrap::before {
            bottom: 66.8%
        }

        .director__right {
            width: 16.5%
        }

        .director__img {
            width: 137px;
            height: 137px
        }

        .director__name,.director__position {
            font-size: 18px
        }

        .director__name {
            margin-bottom: 14px
        }

        .director__position {
            line-height: 22px
        }

        .prices-windows .slider-controls {
            display: none
        }

        .prices-windows-slider {
            max-width: none
        }

        .prices-windows-slider__slide {
            width: 267px;
            flex-shrink: 1
        }

        .prices-windows-slider__img {
            margin-bottom: 15px;
            padding-top: calc(3.2 / 4 * 100%)
        }

        .prices-windows-section-doors .prices-windows-slider__img.windows-profile {
            padding-top: calc(4.28 / 4 * 100%);
            margin-bottom: 20px
        }

        .prices-windows-slider__wrap.profile-wrap {
            column-gap: 40px
        }

        .prices-windows__title.title-kbe {
            font-size: 40px
        }
    }
}

@media (min-width: 1024px) {
    .discount-month-windows .prices-windows-slider__slide:first-child {
        width:216px
    }

    .discount-month-windows .prices-windows-slider__slide:nth-child(2) {
        width: 267px
    }

    .discount-month-windows .prices-windows-slider__slide:nth-child(3) {
        width: 306px
    }

    .discount-month-windows .prices-windows-slider__wrap {
        flex-direction: row
    }

    .discount-month-windows .prices-windows-slider__slide {
        margin-bottom: 40px
    }

    .offer-title {
        font-size: 40px;
        line-height: 45px
    }

    .discount-month-windows ul li {
        font-size: 21px;
        line-height: 30px
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    .discount-month-windows .slider-controls {
        display:flex;
        margin-bottom: 40px
    }

    .discount-month-windows .prices-windows-slider__slide {
        margin-bottom: 40px
    }

    .box__offer-info {
        border-top: 1px solid #ababab
    }

    .discount-month-windows .prices-windows-slider__wrap {
        border-bottom: none
    }
}

.installment-overpayment__section {
    margin-bottom: 15px
}

.installment-overpayment .title {
    font-size: 24px;
    line-height: 28px;
    text-align: left
}

.installment-overpayment__content {
    background: url(../img/installment-overpayment-small.jpg) center center/cover no-repeat;
    padding: 40px 15px
}

.installment-overpayment__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.installment-overpayment__content .form {
    margin-bottom: 0;
    margin-top: 25px
}

.installment-overpayment__list li {
    display: flex;
    column-gap: 15px;
    font-weight: 500;
    font-size: 18px;
    align-items: flex-start;
    margin-bottom: 15px;
    line-height: 19px
}

.installment-list__box {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0;
    align-items: center
}

.installment-list__requirement {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    align-items: center
}

.requirement__value {
    width: 75px;
    height: 75px;
    background: #ea1313;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap
}

.requirement__value-number {
    font-weight: 800;
    font-size: 30px;
    line-height: 36px
}

.requirement__value-info {
    font-size: 16px;
    font-weight: 800;
    line-height: 16px;
    margin-left: 3px
}

.requirement__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px
}

.installment-overpayment .form__btn {
    background-color: transparent;
    text-decoration: none;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.installment-overpayment__list li .icon-check__orange {
    width: 22px;
    height: 22px
}

@media (max-width: 767px) {
    .installment-overpayment__list li br {
        display:none
    }
}

@media (min-width: 768px) {
    .installment-overpayment__section {
        margin-bottom:20px
    }

    .installment-overpayment__content {
        background: url(../img/installment-overpayment-middle.jpg) center center/cover no-repeat;
        padding: 50px 30px
    }

    .balcony-installment .installment-overpayment__content {
        background: url(../img/installment-overpayment-balcony-middle.jpg) center center/cover no-repeat
    }

    .installment-overpayment-doors .installment-overpayment__content {
        background: url(../img/installment-overpayment-doors-middle.jpg) center center/cover no-repeat
    }

    .portal-glazing .installment-overpayment-doors .installment-overpayment__content {
        background: url(../img/installment-overpayment-portal-middle.jpg) center center/cover no-repeat
    }

    .installment-overpayment .title {
        font-size: 31px;
        line-height: 34px
    }

    .installment-overpayment__list {
        flex-direction: column;
        margin-bottom: 20px
    }

    .installment-overpayment__list li {
        max-width: unset;
        margin-bottom: 20px;
        line-height: 22px
    }

    .installment-list__requirement {
        flex-direction: column;
        gap: 15px
    }

    .installment-list__requirement:nth-child(2) {
        margin-left: 20px
    }

    .installment-list__requirement:nth-child(3) {
        margin-left: 13px
    }

    .requirement__value {
        width: 100px;
        height: 100px
    }

    .requirement__value-number {
        font-size: 40px;
        line-height: 50px
    }

    .requirement__text,.requirement__value-info {
        font-size: 16px;
        line-height: 21px
    }

    .requirement__value-info {
        margin-left: 4px
    }

    .installment-overpayment__content .form {
        margin-top: 40px
    }

    .installment-overpayment__list li .icon-check__orange {
        width: 25px;
        height: 25px
    }
}

@media (min-width: 1024px) {
    .installment-overpayment__content {
        background:url(../img/installment-overpayment-desctop.jpg) center center/cover no-repeat;
        padding: 50px 40px
    }

    .balcony-installment .installment-overpayment__content {
        background: url(../img/installment-overpayment-balcony-big.jpg) center center/cover no-repeat
    }

    .installment-overpayment-doors .installment-overpayment__content {
        background: url(../img/installment-overpayment-doors-big.jpg) center center/cover no-repeat
    }

    .portal-glazing .installment-overpayment-doors .installment-overpayment__content {
        background: url(../img/installment-overpayment-portal-big.jpg) center center/cover no-repeat
    }

    .installment-overpayment .title {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 44px
    }

    .installment-overpayment__list {
        margin-bottom: 16px
    }

    .installment-overpayment__list li .icon-check__orange {
        width: 34px;
        height: 34px
    }

    .installment-overpayment__list li {
        margin-bottom: 29px;
        font-size: 21px;
        line-height: 31px
    }

    .installment-list__requirement:nth-child(2) {
        margin-left: 47px
    }

    .installment-list__requirement:nth-child(3) {
        margin-left: 39px
    }

    .requirement__value {
        width: 115px;
        height: 115px
    }

    .requirement__value-number {
        font-size: 50px;
        line-height: 60px
    }

    .requirement__text,.requirement__value-info {
        font-size: 18px;
        line-height: 25px
    }
}

.stretch-text.last-text {
    padding-bottom: 0
}

.robust-profile .title {
    text-align: left;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 25px
}

.robust-profile__btn {
    width: calc(100% - 20px);
    border-radius: 3px;
    margin: auto;
    line-height: 39px;
    text-align: center;
    padding: 0;
    text-decoration: none
}

.robust-profile-logo {
    padding-bottom: 10px;
    padding-top: 10px
}
.page-windows .robust-profile {
    background: #F0FAFF;
}
.robust-profile {
    padding: 40px 0 40px 15px;
    background: #eef1f7;
    border-radius: 5px
}

.page-home .robust-profile,.page-panoramic-glazing .robust-profile {
    background: #f9f9f9
}

.robust-profile-prices {
    margin-top: auto;
    font-size: 21px;
    text-align: left;
    font-weight: 500;
    white-space: nowrap;
    padding-bottom: 4px;
    border-bottom: 1px solid #fff
}

.star-block {
    padding-bottom: 19px
}

.best-price__box {
    background: #ea1313;
    border-radius: 5px 0 0 5px;
    padding: 8px 15px 7px;
    color: #fff
}

.robust-profile-content {
    display: flex;
    column-gap: 0;
    padding-bottom: 20px;
    position: relative
}

.robust-profile-sticker {
    position: absolute;
    z-index: 10;
    left: 23px
}

.profile-brand {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-weight: 800;
    font-size: 66px;
    line-height: 60px;
    color: rgba(242,242,242,.55)
}

.profile-brand__title {
    text-align: center
}

.robust-profile-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px
}

.robust-profile-text.title-offer {
    white-space: nowrap;
    padding-top: 9px;
    padding-bottom: 0;
    line-height: 25px
}

.robust-profile-slide {
    flex-shrink: 0;
    padding: 7px
}

.robust-profile-slider {
    overflow: hidden;
    padding-left: 12px;
    filter: drop-shadow(0 0 10px rgba(0,0,0,.25))
}

.robust-profile-wrap {
    display: flex;
    padding-bottom: 30px
}

.robust-profile-slider__img-box {
    background: #fff;
    border-radius: 5px;
    padding: 20px 0 10px;
    display: flex;
    flex-direction: column
}

.robust-profile-slider__img {
    position: relative;
    left: -12px;
    object-fit: contain
}

.robust-profile-price {
    margin-left: auto;
    position: relative
}

.robust-profile-section {
    padding-bottom: 15px
}

.robust-profile-link {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    width: 100%;
    text-decoration: none;
    line-height: 50px;
    border-radius: 3px
}

.page-home .robust-profile-link {
    margin-left: unset;
    margin-right: unset
}

.profile-systems-balc .slider-controls {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .buton-block {
        padding-right:15px
    }
}

@media (min-width: 768px) {
    .robust-profile {
        padding:50px 0 50px 30px
    }

    .robust-profile-link {
        width: 315px;
        margin-left: 0
    }

    .robust-profile-section {
        padding-bottom: 20px
    }

    .robust-profile .slider-controls {
        width: 300px;
        margin-bottom: 40px
    }

    .robust-profile .title {
        font-size: 31px;
        margin-bottom: 40px
    }

    .robust-profile-wrap {
        padding-bottom: 40px
    }
}

@media (min-width: 1024px) {
    .page-kbe .stretch-text,.page-rexau .stretch-text {
        padding-right:40px
    }

    .robust-profile {
        padding: 50px 40px
    }

    .robust-profile .title {
        font-size: 40px;
        line-height: 45px
    }

    .robust-profile .slider-controls {
        font-size: 21px
    }

    .robust-profile__btn {
        line-height: 50px
    }

    .profile-systems-balc .buton-block {
        display: none
    }

    .profile-systems-balc .robust-profile-wrap {
        padding-bottom: 0
    }

    .robust-profile-link {
        width: 335px
    }
}

.additionally-slider {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    overflow: hidden
}

.additionally-slider-section {
    margin-bottom: 15px
}

.additionally-slider-box .slider-controls {
    margin-bottom: 0;
    max-width: 270px
}

.additionally-slider__wrap {
    display: flex
}

.additionally-slider__slide {
    flex-shrink: 0;
    padding: 9px
}

.additionally-slider__slide:last-child {
    padding: 9px 18px 9px 9px
}

.additionally-slider__slide-content {
    padding: 10px 10px 30px;
    box-shadow: 0 0 10px rgba(0,0,0,.25);
    border-radius: 3px;
    text-align: center;
    background: #fff
}

.additionally-slider__img {
    margin-bottom: 25px;
    width: 100%;
    height: 173px;
    object-fit: cover;
    border-radius: 3px
}

.additionally-slider__name,.additionally-slider__price {
    display: block
}

.additionally-slider__name {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 500
}

.additionally-slider__price {
    position: relative;
    font-size: 32px
}

.additionally-slider__price::after,.additionally-slider__price::before {
    color: #cdcdcd;
    font-size: 21px
}

.additionally-slider__price::before {
    content: 'от';
    margin-right: 8px
}

.additionally-slider__price::after {
    content: '₽';
    margin-left: 8px;
    color: #ea1313
}

.additionally-slider-box__title {
    text-align: left;
    font-weight: 700
}

.additionally-slider-box {
    background-color: #F9F9F9;
    border-radius: 5px
}

.page-home .additionally-slider-box,.page-gotoyye-okna .additionally-slider-box {
    background-color: #EEF1F7
}

.additionally-slider-box {
    padding: 40px 0 40px 15px
}

@media (min-width: 768px) {
    .additionally-slider {
        margin-bottom:30px;
        max-width: 738px
    }

    .additionally-slider-section {
        margin-bottom: 20px
    }

    .additionally-slider-box {
        padding: 50px 0 50px 30px
    }
}

@media (min-width: 1024px) {
    .additionally-slider {
        max-width:960px
    }

    .additionally-slider__img {
        height: 173px
    }

    .additionally-slider-box {
        padding: 50px 0 50px 40px
    }
}

.best-price-guarantee .quality-windows,.quality-windows {
    padding: 40px 15px;
    position: relative;
    background-size: cover;
    border-radius: 5px;
}

.best-price-guarantee .quality-windows__text br,.best-price-service span.service-icon:before {
    display: none
}

.best-price-guarantee .quality-windows,.quality-windows,.quality-windows__list li::before {
    background-repeat: no-repeat;
    background-position: center
}

.quality-windows {
    background-image: url(../img/quality-windows-bg-small.jpg)
}

.best-price-guarantee .quality-windows {
    background-image: url(../img/best-price-guarantee-bg-small-new.jpg)
}

.best-price-guarantee-doors .quality-windows {
    background-image: url(../img/best-price-guarantee-bg-doors-small.jpg)
}

.quality-windows-section {
    margin-top: 0;
    margin-bottom: 15px
}

.quality-windows-section.best-price-guarantee {
    margin-top: 0
}

.quality-windows::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(41,41,41,.75);
    border-radius: 3px
}

.best-price-guarantee .quality-windows::after,.best-price-guarantee .quality-windows::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: unset;
    height: unset;
    z-index: 1;
    border-radius: 0
}

.best-price-guarantee .quality-windows::before {
    left: 0;
    right: 60.52%;
    background: rgba(24,24,24,.8)
}

.best-price-guarantee .quality-windows::after {
    left: 39.48%;
    right: 0;
    background: linear-gradient(90deg,rgba(24,24,24,.8) 0,rgba(60,60,59,.096) 100%)
}

.quality-windows__content {
    color: #fff
}

.best-price-service.service-life-icon,.quality-windows__list,.quality-windows__text,.quality-windows__title {
    position: relative;
    z-index: 2
}

.best-price-guarantee .quality-windows__text {
    padding-bottom: 20px;
    max-width: 221px
}

.best-price-guarantee .service-life-icon .service-life-sub {
    max-width: 183px
}

.quality-windows__title {
    max-width: 270px;
    margin-bottom: 27px;
    text-align: left;
    font-weight: 700
}

.best-price-service1.service-life-icon,.service-life-icon .service-life-sub {
    padding-bottom: 0
}

.quality-windows__list {
    margin-bottom: 24px
}

.quality-windows__list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 18px
}

.quality-windows__list li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-image: url(../img/icon-check-orange.svg);
    background-size: contain
}

.quality-windows__text {
    font-size: 18px;
    line-height: 26px
}

.quality-windows__img {
    position: absolute;
    bottom: 0;
    right: 0
}

.quality-item {
    padding: 12px 19px 7px 28px;
    display: flex;
    column-gap: 26px;
    position: absolute;
    top: -105px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #ea1313;
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
    border-radius: 5px
}

@media (max-width: 767px) {
    .best-price-guarantee .quality-windows::before {
        background:url(../img/best-price-guarantee-small-bg.png) 0 0/cover;
        right: 0
    }

    .best-price-guarantee .quality-windows::after {
        background: 0 0
    }

    .quality-windows__content .quality-windows__list li::before {
        top: -3px
    }

    .quality-item {
        display: none
    }
}

@media (max-width: 1024px) and (min-width:768px) {
    .best-price-guarantee .quality-windows::before {
        background:url(../img/best-price-guarantee-bg.png);
        right: 0
    }

    .best-price-guarantee .quality-windows::after {
        background: 0 0
    }
}

.quality-item__letter {
    position: relative;
    font-weight: 500;
    font-size: 63px;
    line-height: 63px;
    transform: translateY(-3px)
}

.quality-item__letter::after {
    content: '';
    position: absolute;
    top: 10px;
    right: -11px;
    width: 1px;
    height: 70%;
    background-color: #fff
}

.quality-item__text {
    line-height: 18px
}

.service-life-sub {
    padding-bottom: 35px;
    color: #f0faff;
    -webkit-text-stroke: .1px #F0FAFF;
    font-size: 18px;
    line-height: 25px
}

.service-life-icon {
    display: flex;
    column-gap: 20px;
    align-items: center;
    padding-bottom: 20px
}

.service-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center
}

.service-icon::before {
    content: '';
    position: absolute;
    width: 47px;
    height: 47px;
    border: 1px solid #ea1313;
    border-radius: 50%
}

.best-price-guarantee-procent {
    background: #ea1313;
    border-radius: 3px;
    padding: 10px 4px;
    font-weight: 700;
    font-size: 50px;
    line-height: 40px;
    position: relative;
    z-index: 2;
    width: fit-content;
    margin-top: -12px;
    margin-bottom: 25px
}

.quality-windows__title span {
    padding-bottom: 5px
}
.quality-windows__title .block-none {
    padding-bottom: 0;
}
@media (max-width: 767px) {
    .service-life-icon .service-life-sub {
        max-width:145px
    }

    .best-price-guarantee-procent {
        padding-top: 17px;
        padding-bottom: 8px
    }
}

@media (min-width: 768px) {
    .quality-windows {
        background-image:url(../img/quality-windows-bg-middle.jpg);
        padding: 48px 25px 52px
    }

    .best-price-guarantee .quality-windows {
        background-image: url(../img/best-price-guarantee-bg-middle1-new.jpg);
        padding: 50px 30px
    }

    .best-price-guarantee-doors .quality-windows {
        background-image: url(../img/best-price-guarantee-bg-doors-middle.jpg)
    }

    .quality-windows::before {
        background: linear-gradient(90deg,rgba(41,41,41,.86) 24.6%,rgba(0,0,0,0) 100%)
    }

    .quality-windows-section {
        margin-top: 0;
        margin-bottom: 20px
    }

    .quality-windows__title {
        margin-bottom: 31px;
        max-width: 49%
    }

    .best-price-guarantee .quality-windows__title {
        margin-bottom: 40px;
        line-height: 34px;
        max-width: 450px;
    }

    .quality-windows__list {
        margin-bottom: 27px
    }

    .quality-windows__img {
        z-index: 2
    }

    .quality-windows__text {
        max-width: 366px
    }

    .best-price-guarantee .quality-windows__text {
        padding-bottom: 20px;
        max-width: 395px;
        line-height: 25px
    }

    .best-price-guarantee .quality-windows__text br {
        display: block
    }

    .best-price-guarantee .service-life-icon .service-life-sub {
        max-width: 230px;
        line-height: 25px
    }

    .quality-item {
        padding: 11px 14px 8px;
        top: 39px;
        left: auto;
        right: 16px;
        transform: translateX(0);
        max-width: 318px
    }

    .service-icon,.service-icon::before {
        width: 55px;
        height: 55px
    }

    .service-life-sub {
        padding-bottom: 30px;
        font-size: 21px;
        line-height: 31px
    }

    .best-price-guarantee-procent {
        padding: 14px 10px;
        margin-top: -20px;
        margin-bottom: 40px
    }

    .quality-windows__title span {
        padding-bottom: 10px
    }
}

@media (min-width: 1024px) {
    .quality-windows {
        padding:50px 38px;
        background-image: url(../img/quality-windows-bg-big.jpg)
    }

    .best-price-guarantee .quality-windows {
        padding: 50px 40px;
        background-image: url(../img/best-price-guarantee-bg-big1-new.jpg)
    }

    .best-price-guarantee-doors .quality-windows {
        background-image: url(../img/best-price-guarantee-bg-doors-big.jpg)
    }

    .quality-windows__title {
        margin-bottom: 40px;
    }

    .quality-windows__text {
        max-width: 421px;
        font-size: 21px;
        line-height: 30px
    }

    .quality-windows__list li {
        font-size: 21px;
        line-height: 21px;
        margin-bottom: 20px
    }

    .quality-windows__list {
        margin-bottom: 35px
    }

    .best-price-guarantee .quality-windows__text {
        max-width: 427px;
        line-height: 30px
    }

    .best-price-guarantee .quality-windows__text br {
        display: none
    }

    .best-price-guarantee .quality-windows__title {
        line-height: 45px;
        max-width: 585px;
    }

    .best-price-guarantee .service-life-icon .service-life-sub {
        max-width: 100%
    }

    .best-price-guarantee .quality-windows::before {
        width: 100%;
        background: url(../img/best-price-guarantee-bg-new.png)
    }

    .best-price-guarantee .quality-windows::after {
        width: 0
    }

    .quality-item {
        padding: 13px 14px 11px 23px;
        top: 58px;
        right: 60px;
        max-width: 369px
    }

    .quality-item__letter {
        font-size: 70px
    }

    .quality-item__letter::after {
        top: 8px;
        height: 76%
    }

    .quality-item__text {
        margin-bottom: 2px;
        font-size: 18px
    }

    .service-life-sub {
        font-size: 21px;
        line-height: 30px;
        padding-bottom: 35px
    }

    .best-price-guarantee-procent {
        padding: 1px 10px;
        font-size: 70px;
        line-height: 70px
    }
}

.profile-system-gaz-slider {
    overflow: hidden
}

.long-service {
    padding: 40px 15px;
    background-color: #eef1f7;
    border-radius: 5px
}

.page-home .long-service {
    background: #f9f9f9
}

.long-service .title {
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 28px;
    text-align: left
}

.long-service-text,.ustanovka-okon-section .long-service-gray {
    font-size: 18px;
    line-height: 25px
}

.long-service-section,.long-service-text.first-text {
    padding-bottom: 15px
}

.long-service-text {
    padding-bottom: 25px
}

.long-service-gray {
    color: #48494b;
    padding-bottom: 25px;
    line-height: 25px
}

.long-service-btn {
    width: 100%;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    height: 45px;
    border-radius: 5px
}

.long-service__img img {
    width: 100%;
    padding-bottom: 15px
}

.warning-long-service {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    padding: 15px;
    margin-bottom: 25px;
    background-color: #d8f5e3;
    border-radius: 5px
}

.warning-long-service__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px
}

.long-service-system {
    display: flex;
    font-weight: 500;
    font-size: 21px
}

.long-service-name {
    border-bottom: 1px solid #ea1313;
    color: #ea1313;
    cursor: pointer;
    font-weight: 700
}

.long-service-name.active {
    color: #48494b;
    border: none
}

.director-long-service .director__name {
    margin-bottom: 10px
}

.long-service-slider-controls,.long-service__img-box {
    display: none
}

.long-service-slider-controls.active,.long-service__img-box.active {
    display: flex
}

.long-service .long-service__next,.long-service__prev {
    visibility: hidden
}

.long-service-slider {
    overflow: hidden
}

.long-service-btn.active {
    display: block
}

.long-service-btn {
    display: none;
    margin-bottom: 25px
}

.long-service-section .director-section {
    margin-bottom: 0!important
}

.ustanovka-okon-section .rulonnyye-zhalyuzi-slider-title {
    font-size: 18px;
    line-height: 25px;
    padding-top: 5px;
    padding-bottom: 10px;
    font-weight: 700
}

.ustanovka-okon-section .long-service-btn {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .long-service-system {
        flex-wrap:wrap;
        row-gap: 15px;
        padding-bottom: 25px
    }

    .long-service__img {
        flex-shrink: 0
    }

    .long-service__img img {
        display: block
    }

    .warnin-icon {
        display: none
    }
}

@media (min-width: 768px) {
    .profile-system-gaz-slider {
        max-width:750px
    }

    .long-service-system {
        font-size: 28px;
        column-gap: 90px;
        padding-bottom: 40px
    }

    .long-service-gray,.long-service-text,.warning-long-service__text {
        font-size: 18px;
        line-height: 25px
    }

    .warning-long-service {
        margin-bottom: 50px;
        padding: 20px
    }

    .long-service .title {
        margin-bottom: 40px;
        font-size: 31px;
        line-height: 34px
    }

    .long-service .slider-controls {
        display: none
    }

    .warnin-icon {
        width: 34px;
        height: 32px
    }

    .long-service-section,.long-service-text,.long-service-text.first-text,.long-service__img img {
        padding-bottom: 20px
    }

    .long-service-gray {
        padding-bottom: 0
    }

    .long-service-btn {
        width: 315px
    }

    .long-service {
        padding: 50px 30px
    }

    .long-service__img-box {
        justify-content: space-between;
        flex-wrap: wrap
    }

    .long-service__img {
        width: 49%;
        margin-bottom: 30px
    }

    .director-long-service {
        display: flex;
        column-gap: 31px
    }

    .long-service-btn {
        margin-bottom: 40px
    }

    .ustanovka-okon-section .rulonnyye-zhalyuzi-slider-title {
        padding-top: 0
    }

    .ustanovka-okon-section .long-service-btn {
        margin-top: 10px
    }
}

.rulonnyye-zhalyuzi-slider-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    padding-top: 20px;
    padding-bottom: 15px
}

@media (min-width: 1024px) {
    .profile-system-gaz-slider {
        margin-bottom:0;
        max-width: none;
        overflow: visible
    }

    .director-long-service {
        column-gap: 55px
    }

    .warning-long-service {
        margin-bottom: 40px
    }

    .director-long-service .director__img {
        width: 168px;
        height: 168px;
        margin-bottom: 13px
    }

    .long-service .title {
        font-size: 40px;
        line-height: 45px
    }

    .long-service-system {
        font-size: 32px;
        column-gap: 100px
    }

    .long-service-gray,.ustanovka-okon-section .rulonnyye-zhalyuzi-slider-title,.warning-long-service__text {
        font-size: 21px;
        line-height: 30px
    }

    .long-service-btn {
        font-size: 21px;
        line-height: 50px;
        width: 335px
    }

    .ustanovka-okon-section .long-service-gray {
        font-size: 18px;
        line-height: 25px
    }

    .long-service {
        padding: 50px 40px
    }

    .long-service-text {
        font-size: 21px;
        line-height: 30px;
        padding-bottom: 40px
    }

    .rulonnyye-zhalyuzi-slider-title {
        font-weight: 700;
        font-size: 21px;
        line-height: 25px
    }
}

.statistic {
    position: relative;
    margin-bottom: 15px;
    padding: 40px 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(/template/statistic-bg-small.jpg);
    color: #fff;
    border-radius: 5px
}

.statistic::before {
    content: '';
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    border-radius: 5px
}

.statistic__title {
    line-height: 28px;
    position: relative
}

.statistic__number {
    display: block;
    margin-bottom: 9px;
    font-weight: 700
}

.statistic__text {
    font-size: 18px;
    font-weight: 500
}

@media (min-width: 768px) {
    .statistic {
        padding:65px 35px;
        background-image: url(/template/statistic-bg-middle.jpg);
        margin-bottom: 20px
    }

    .statistic__title {
        margin-bottom: 68px
    }

    .statistic__title .block {
        display: block
    }

    .statistic__list {
        display: flex;
        max-width: none
    }

    .statistic__list li {
        margin-bottom: 0
    }

    .statistic__list li:first-child {
        width: 240px;
        padding-right: 29px
    }

    .statistic__list li:nth-child(2) {
        position: relative;
        width: 390px;
        padding-left: 29px;
        padding-right: 29px
    }

    .statistic__list li:nth-child(2)::after,.statistic__list li:nth-child(2)::before {
        content: '';
        position: absolute;
        top: 12px;
        width: 1px;
        height: 91%;
        background-color: #fff
    }

    .statistic__list li:nth-child(2)::before {
        left: 0
    }

    .statistic__list li:nth-child(2)::after {
        right: 21px
    }

    .statistic__list li:last-child {
        width: 190px;
        padding-left: 25px
    }

    .statistic__number {
        margin-bottom: 15px
    }

    .statistic__text {
        font-size: 18px;
        line-height: 25px
    }
}

@media (min-width: 1024px) {
    .statistic {
        padding:75px 40px;
        background-image: url(/template/statistic-bg-big.jpg)
    }

    .statistic__text {
        font-size: 21px;
        line-height: 30px
    }

    .statistic__list li:last-child {
        width: 240px
    }

    .statistic__title {
        margin-bottom: 70px;
        font-size: 40px;
        line-height: 44px
    }

    .statistic__number {
        margin-bottom: 15px
    }

    .statistic__list li:first-child {
        width: 280px
    }

    .statistic__list li:nth-child(2) {
        padding-left: 58px;
        padding-right: 32px;
        width: 293px
    }

    .statistic__list li:last-child {
        padding-left: 37px
    }
}

@media (max-width: 767px) {
    .mob-block {
        display:block
    }
}

@media (min-width: 768px) {
    .statistic-content {
        background-image:url(../img/statisti-content-bg-middle.jpg);
        padding: 50px 30px
    }

    .statistic-content .statistic__number {
        font-size: 50px
    }

    .page-home .statistic .mob-block {
        display: contents
    }

    .statistic-content .statistic__list li:first-child {
        width: 190px
    }

    .statistic__list li:nth-child(2) {
        width: 230px
    }
}

@media (min-width: 1024px) {
    .statistic-content {
        background-image:url(../img/statisti-content-bg-big.jpg);
        padding: 50px 40px
    }

    .statistic__number {
        font-size: 50px;
        line-height: 45px
    }

    .statistic-conten-text {
        font-size: 21px;
        line-height: 30px;
        padding-bottom: 40px;
        width: 800px
    }

    .statistic-content .statistic__title {
        margin-bottom: 40px
    }

    .statistic-content .statistic__list li:first-child {
        width: 230px
    }

    .statistic-content .statistic__list li:nth-child(2) {
        width: 270px
    }
}

.statistic-content {
    background-image: url(../img/statisti-content-bg-small.jpg);
    padding: 40px 15px
}

.page-about-us .statistic::before {
    background: rgba(0,0,0,.6)
}

.statistic-conten-text {
    position: relative;
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 25px
}

.statistic-content .statistic__title {
    margin-bottom: 25px
}

.statistic__number {
    font-size: 40px
}

@media (min-width: 768px) {
    .statistic-content {
        background-image:url(../img/statisti-content-bg-middle.jpg);
        padding: 50px 30px
    }

    .statistic-content .statistic__number {
        font-size: 50px
    }

    .statistic-content .statistic__list li:first-child {
        width: 167px
    }

    .statistic__list li:nth-child(2) {
        width: 199px
    }
}

@media (max-width: 1023px) and (min-width:768px) {
    .statistic__list li:nth-child(2) {
        width:212px;
        padding-left: 30px!important;
        padding-right: 30px!important
    }

    .statistic__list li:last-child {
        padding-left: 30px!important
    }
}

.statistic__title {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 700;
    text-align: left
}

.statistic__list {
    position: relative;
    max-width: 210px
}

.statistic__list li:not(:last-child) {
    margin-bottom: 35px
}

.statistic__text {
    line-height: 21px
}

.statistic__text .block {
    display: block
}

@media (min-width: 768px) {
    .statistic__list li,.statistic__list li:not(:last-child) {
        margin-bottom:0
    }

    .statistic__title {
        font-size: 31px;
        line-height: 34px;
        margin-bottom: 55px
    }

    .statistic-content .statistic__title {
        margin-bottom: 40px
    }

    .statistic__title .block {
        display: block
    }

    .statistic__list {
        display: flex;
        max-width: none
    }

    .statistic__list li:first-child {
        padding-right: 0
    }

    .statistic__list li:nth-child(2) {
        position: relative;
        padding-left: 50px;
        padding-right: 50px
    }

    .statistic__list li:nth-child(2)::after,.statistic__list li:nth-child(2)::before {
        content: '';
        position: absolute;
        top: 12px;
        width: 1px;
        height: 91%;
        background-color: #fff
    }

    .statistic__list li:nth-child(2)::before {
        left: 0
    }

    .statistic__list li:nth-child(2)::after {
        right: 0
    }

    .statistic__list li:last-child {
        width: 190px;
        padding-left: 50px
    }

    .statistic__text {
        font-size: 18px;
        line-height: 25px
    }
}

@media (min-width: 1024px) {
    .statistic-content {
        background-image:url(../img/statisti-content-bg-big.jpg);
        padding: 50px 40px
    }

    .statistic__number {
        font-size: 50px;
        line-height: 45px
    }

    .statistic-conten-text {
        font-size: 21px;
        line-height: 30px;
        padding-bottom: 40px;
        width: 800px
    }

    .statistic-content .statistic__title {
        margin-bottom: 40px
    }

    .statistic-content .statistic__list li:first-child {
        width: 200px
    }

    .statistic-content .statistic__list li:nth-child(2) {
        width: 246px
    }

    .statistic__list li:first-child {
        width: 297px
    }

    .statistic__text {
        font-size: 21px;
        line-height: 25px
    }

    .statistic__list li:last-child {
        width: 247px;
        padding-left: 50px
    }

    .statistic__title {
        margin-bottom: 70px;
        font-size: 40px;
        line-height: 44px;
        max-width: 665px
    }

    .statistic {
        padding-left: 40px
    }

    .statistic__list li:nth-child(2) {
        padding-left: 50px;
        padding-right: 50px;
        width: 276px
    }
}

.desk-block {
    display: contents
}

@media (min-width: 768px) {
    .desk-block {
        display:block
    }
}

.gallery-works__content {
    padding: 20px 0
}

.gallery__list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px
}
.page-balconies-glazing .gallery-works .bg-color__blue, .page-balconies-finishing .gallery-works .bg-color__blue{
    background: #EEF1F7;
}
.item-show__post {
    margin-top: 25px
}

.item-show__post .preloader {
    width: 90px;
    height: 100%;
    display: flex;
    position: relative;
    margin: auto
}

.item-show__post .preloader .circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    animation: .5s linear infinite move;
    margin-right: 30px
}

.item-show__post .preloader .circle:first-child {
    position: absolute;
    top: 0;
    left: 0;
    animation: .5s linear infinite grow
}

.item-show__post .preloader .circle:last-child {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0;
    animation: .5s linear infinite reverse grow
}

@-moz-keyframes grow {
    from {
        transform: scale(0,0);
        opacity: 0
    }

    to {
        transform: scale(1,1);
        opacity: 1
    }
}

@-webkit-keyframes grow {
    from {
        transform: scale(0,0);
        opacity: 0
    }

    to {
        transform: scale(1,1);
        opacity: 1
    }
}

@-o-keyframes grow {
    from {
        transform: scale(0,0);
        opacity: 0
    }

    to {
        transform: scale(1,1);
        opacity: 1
    }
}

@keyframes grow {
    from {
        transform: scale(0,0);
        opacity: 0
    }

    to {
        transform: scale(1,1);
        opacity: 1
    }
}

@-moz-keyframes move {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(45px)
    }
}

@-webkit-keyframes move {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(45px)
    }
}

@-o-keyframes move {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(45px)
    }
}

@keyframes move {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(45px)
    }
}

.gallery__list>li {
    width: 100%;
    overflow: hidden;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    flex-shrink: 0
}

.gallery__list>li:hover .item-card__title {
    color: #ea1313
}

.gallery__list .item-card__image {
    padding-top: 100%;
    position: relative;
    max-width: 100%;
    margin-bottom: 10px;
    overflow: hidden
}

.gallery__list .item-card__slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.gallery__list .slider__list-items {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    column-gap: 3px;
    padding: 5px 10px
}

.gallery__list .slider__list-img,.gallery__list .slider__list-thumbnail {
    border-radius: 5px;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.gallery__list .list__item-card:not(.card-mobile) .slider__list-thumbnail {
    opacity: 0
}

.gallery__list .slider__list-photo {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column
}

.gallery__list .item-card__slider a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.gallery__list .list__item-card.card-mobile .item-card__slider a:not(:first-child) {
    display: none
}

.gallery__list .item-card__title {
    color: #636362;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 5px
}

.gallery__list .item-card__price {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    margin-top: auto;
	display: none;
}

.page-balconies-glazing .gallery__list .item-card__price,
.page-cold-glazing .gallery__list .item-card__price,
.page-warm-glazing .gallery__list .item-card__price,
.page-semi-warm-glazing .gallery__list .item-card__price,
.page-panoramic-glazing .gallery__list .item-card__price,
.page-balcony-takeaway .gallery__list .item-card__price,
.page-balconies-finishing .gallery__list .item-card__price,
.page-wall-decoration .gallery__list .item-card__price,
.page-balcony-laying .gallery__list .item-card__price,
.page-balcony-joining .gallery__list .item-card__price {
	display: block;
}

@media (min-width: 768px) {
    .gallery__list {
        grid-template-columns:repeat(3,1fr);
        grid-gap: 20px
    }

    .item-show__post {
        margin-top: 40px
    }

    .gallery-works__content {
        padding-bottom: 30px
    }

    .gallery__list .item-card__image {
        padding-top: calc(2.8 / 4 * 100%)
    }

    .gallery__list .slider__list-img,.gallery__list .slider__list-thumbnail {
        width: 100%
    }

    .gallery__list .item-card__title,.gallery__list .item-card__price {
        font-size: 18px;
        line-height: 25px
    }

    .gallery-works__content {
        padding: 30px 0
    }
}

@media (min-width: 1024px) {
    .gallery__list .slider__list-photo {
        position:relative
    }

    .gallery__list .item-card__slider .slider__list-photo a:before {
        content: "";
        position: absolute;
        bottom: 0;
        background: #E5E5E5;
        width: 100%;
        height: 2px
    }

    .gallery__list .item-card__slider a:hover:before {
        background: #ea1313
    }
}

.delivery__hint,.delivery__text .orange {
    font-weight: 500
}

.delivery {
    background-color: #f9f9f9;
    border-radius: 3px
}

.delivery-section {
    margin-bottom: 15px
}

.delivery.delivery-free {
    background: url(../img/delivery-free-bg-small.jpg) 0 0/cover no-repeat;
    padding: 40px 15px;
    border-radius: 5px;
    background-position-y: bottom
}

.delivery__title {
    margin-bottom: 25px;
    text-align: left
}

.delivery__title .block {
    display: block
}

.delivery__content-info {
    width: 100%
}

.delivery-free__icon {
    margin-bottom: 12px
}

.delivery__text {
    line-height: 25px;
    font-size: 18px
}

.delivery__btn {
    display: block;
    width: 100%
}

.delivery__img {
    background-image: url(../img/delivery-bg-small.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    position: relative;
    min-height: 197px
}

.delivery__img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(180deg,#f9f9f9 21%,rgba(249,249,249,0) 100%)
}

.delivery__img img {
    margin-top: 27px;
    width: 100%
}

.delivery__hint {
    position: absolute;
    top: 1%;
    right: 8%;
    z-index: 1;
    width: 173px;
    padding: 5px;
    background-color: #fff;
    filter: drop-shadow(0 0 4px rgba(0,0,0,.25));
    border-radius: 3px;
    text-align: center
}

.delivery__hint::before {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 43%;
    width: 0;
    height: 0;
    border-width: 14px 5px 0 9px;
    border-color: #ffF transparent transparent;
    border-style: solid;
    transform: rotate(26deg)
}

@media (min-width: 768px) {
    .delivery {
        min-height:348px;
        display: flex
    }

    .delivery-section {
        margin-bottom: 20px
    }

    .delivery__content {
        width: 51%;
        padding: 50px 0 50px 30px
    }

    .delivery__title {
        margin-bottom: 31px
    }

    .delivery__text {
        padding-right: 47px;
        margin-bottom: 32px;
        font-size: 18px
    }

    .delivery__btn {
        min-width: 266px;
        max-width: 315px
    }

    .delivery__img {
        width: 49%;
        background-image: url(../img/delivery-bg-middle.jpg)
    }

    .delivery__img::before {
        width: 138px;
        height: 100%;
        background: linear-gradient(90deg,#f9f9f9 0,rgba(249,249,249,0) 100%)
    }

    .delivery__img img {
        margin-top: 0;
        min-width: 447px;
        position: absolute;
        right: 0;
        top: 13%
    }

    .delivery__hint {
        right: 4.5%;
        top: 12%
    }

    .delivery__hint::before {
        bottom: -8px;
        right: 46%;
        border-width: 11px 3px 0 6px
    }

    .delivery.delivery-free {
        background: url(../img/delivery-free-bg-tablet.jpg) no-repeat;
        padding: 50px 30px 104px;
        min-height: unset
    }

    .delivery-free .delivery__content {
        width: 100%;
        padding: 0
    }

    .delivery-free .delivery__title {
        margin-bottom: 40px
    }

    .delivery__content-info {
        display: flex;
        align-items: center;
        gap: 20px;
        width: 400px
    }

    .delivery-free .delivery__text,.delivery-free__icon {
        margin-bottom: 0
    }
}

@media (min-width: 1024px) {
    .delivery__content {
        padding-left:40px;
        width: 45%
    }

    .delivery__text {
        padding-right: 61px
    }

    .delivery__btn {
        min-width: 307px;
        max-width: 335px
    }

    .delivery__hint {
        padding: 5px;
        right: 6.7%;
        top: 12.3%
    }

    .delivery__hint::before {
        right: 47%
    }

    .delivery__img {
        width: 65%;
        background-image: url(../img/delivery-bg-big.jpg);
        background-position: right
    }

    .delivery__img::before {
        background: linear-gradient(90deg,#f9f9f9 33%,rgba(249,249,249,0) 100%)
    }

    .delivery__img img {
        min-width: 621px;
        right: 1.5%;
        top: 14.2%
    }

    .delivery.delivery-free {
        background: url(../img/delivery-free-bg-desctop.jpg) no-repeat;
        padding: 50px 40px 103px
    }

    .delivery__content-info {
        width: 530px
    }

    .delivery-free .delivery__text {
        font-size: 21px;
        line-height: 30px
    }
}

.reviews-section {
    margin-bottom: 15px
}

.page-aluminum-windows .reviews,.page-balc-windows .reviews,.page-balcony-insulation .reviews,.page-calculator-windows .reviews,.page-gazebos .reviews,.page-gotoyye-okna .reviews, .page-windows-new .reviews, .page-windows .reviews , .page-elektrika-i-osveshhenie-na-balkone .reviews {
    background: #eef1f7
}

.page-balconies-finishing .reviews, .page-home .reviews, .page-balconies-glazing .reviews {
    background: #f9f9f9
}

.reviews {
    padding: 40px 0 40px 15px;
    background: #f0faff;
    border-radius: 5px
}

.reviews__title {
    text-align: left
}

.reviews-slider {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto
}

.reviews-slider__wrap {
    display: flex;
    padding-bottom: 30px
}

.reviews-slider__slide {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    padding: 0 7px
}

.reviews-slider__video {
    margin-bottom: 20px;
    height: 183px;
    width: 100%;
    border: none;
    border-radius: 3px;
    background-image: url(../img/reviews-slider-img.jpg)
}

.reviews-slider__video a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%
}

.reviews-slider__video a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-left: 35px solid #fff;
    border-bottom: 19px solid transparent
}

.reviews-slider__video a:after {
    content: "";
    position: absolute;
    top: 5%;
    left: 5%;
    background-image: url(../img/video-celing-logo.svg);
    width: 79px;
    height: 29px;
    background-color: rgba(255,255,255,.75);
    background-repeat: no-repeat;
    background-position: center
}

.reviews-slider__video img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px
}

.reviews-slider__text {
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 17px
}

.reviews-slider__text:last-child {
    margin-top: auto
}

.reviews-slider__text.gray {
    color: #cdcdcd
}

.reviews .slider-controls {
    max-width: 290px;
    margin-bottom: 0
}

.rev-sec-slid span:first-child,.rev-sec-slid span:last-child {
    display: none
}

@media (min-width: 768px) {
    .reviews-section {
        margin-bottom:15px
    }

    .rev-sec-slid span:first-child,.rev-sec-slid span:last-child {
        display: block
    }

    .page-aluminum-doors .reviews {
        background: #eef1f7
    }

    .reviews .slider-controls {
        max-width: 370px
    }

    .reviews {
        background: #f0faff;
        border-radius: 5px;
        padding: 50px 0 50px 30px
    }

    .page-balconies-finishing .reviews {
        background: #f9f9f9
    }

    .reviews__title {
        text-align: left
    }

    .reviews-slider {
        max-width: 708px
    }

    .reviews-slider__video {
        margin-bottom: 17px
    }

    .reviews-slider__text {
        padding-right: 2px
    }

    .reviews-slider__wrap {
        padding-bottom: 20px
    }
}

@media (min-width: 1024px) {
    .reviews {
        padding:50px 40px
    }

    .reviews-slider {
        max-width: 960px
    }

    .reviews-slider__video {
        height: 199px
    }
}

.discounts {
    padding: 40px 0 30px 15px;
    background-color: #f0faff;
    border-radius: 3px
}

.page-gotoyye-okna .discounts {
    background: #f9f9f9
}

.discounts-section {
    margin-bottom: 15px
}

.discounts__title {
    margin-bottom: 25px;
    text-align: left
}

.discounts__text {
    margin-bottom: 25px;
    line-height: 25px;
    font-size: 18px;
    padding-right: 15px
}

.discounts-slider {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden
}

.discounts-slider__wrap {
    display: flex
}

.discounts-slider__slide {
    flex-shrink: 0;
    padding: 9px 13px 9px 7px
}

.page-stocks .discounts-slider__slide {
    padding: 0 0 15px
}

.discounts-slider__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px 10px 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.25);
    border-radius: 5px
}

.discounts-slider__img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 3px
}

.discounts-slider__img-box {
    position: relative;
    overflow: hidden;
    padding-top: calc(187 / 295 * 100%);
    margin-bottom: 15px
}

.discounts-slider__small {
    margin-bottom: 12px;
    font-size: 14px;
    letter-spacing: .7px;
    color: #ababab
}

.discounts-slider__bold {
    margin-bottom: 11px;
    font-weight: 700;
    letter-spacing: .6px;
    line-height: 21px
}

.discounts-section--stocks .discounts-slider__bold {
    width: 223px
}

.discounts-section--stocks .discounts-slider__title {
    width: 235px
}

.discounts-section--stocks .discounts-slider__text {
    width: 180px
}

.discounts-section--stocks .discounts-slider__btn {
    width: 260px
}

.discounts-slider__title {
    margin-bottom: 6px;
    font-size: 21px;
    font-weight: 500;
    line-height: 24px
}

.discounts-slider__text {
    margin-bottom: 22px;
    font-weight: 500;
    letter-spacing: .5px
}

.discounts-slider__btn {
    max-width: 100%;
    margin-top: auto;
    transition: background-color .3s,color .3s;
    font-size: 16px;
    white-space: nowrap;
    padding: 0;
    text-align: center
}

.discounts-slider__btn:hover {
    background-color: #ea1313;
    color: #fff
}

.discounts-slider__prev {
    margin-left: 9px;
    visibility: hidden
}

.discounts-slider__next {
    margin-right: 9px;
    visibility: hidden
}

.discounts .slider-controls {
    max-width: 500px
}

.discounts__btn {
    display: block;
    width: 100%;
    max-width: 315px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    text-align: center;
    line-height: 40px
}

.discounts-section--stocks {
    margin-bottom: 35px
}

.discounts-section--stocks .discounts-slider__wrap {
    display: flex;
    flex-wrap: wrap
}

.discounts-section--stocks .discounts-slider__slide {
    display: block;
    width: 100%
}

.discounts-section--stocks .discounts {
    padding: 40px 15px 30px;
    background-color: #f9f9f9
}

@media (min-width: 768px) {
    .discounts {
        padding:50px 0 40px 30px
    }

    .discounts-section {
        margin-bottom: 20px
    }

    .discounts__title {
        margin-bottom: 40px
    }

    .discounts-slider {
        max-width: 750px;
        margin-bottom: 45px
    }

    .discounts__text {
        padding-right: 30px;
        margin-bottom: 35px;
        font-size: 18px;
        line-height: 25px
    }

    .discounts__btn {
        max-width: 315px;
        margin: 40px 0 0
    }

    .discounts .slider-controls {
        margin-bottom: 43px;
        max-width: 334px
    }

    .discounts-slider__next,.discounts-slider__prev {
        visibility: visible
    }

    .discounts-section--stocks {
        margin-bottom: 50px
    }

    .discounts-section--stocks .discounts-slider__slide {
        width: 50%
    }

    .page-stocks .discounts-slider__slide {
        padding: 9px
    }

    .discounts-section--stocks .discounts {
        padding: 50px 30px
    }

    .discounts-section--stocks .discounts__title {
        margin-bottom: 40px
    }
}

@media (min-width: 1024px) {
    .discounts {
        padding-left:38px
    }

    .discounts-slider {
        max-width: none
    }

    .discounts__btn {
        line-height: 50px;
        max-width: 335px
    }

    .discounts__text {
        font-size: 21px;
        line-height: 30px;
        padding-right: 38px
    }

    .discounts-section--stocks {
        margin-bottom: 50px
    }

    .discounts-section--stocks .discounts-slider__wrap {
        flex-wrap: wrap
    }

    .discounts-section--stocks .discounts-slider__slide {
        width: 33%
    }

    .discounts-section--stocks .discounts {
        padding: 50px 40px
    }
}

@media (max-width: 767px) {
    .discounts__btn.btn {
        margin-top:30px;
        margin-left: calc((100% - 315px)/ 2 - 7.5px);
		line-height: 45px;
    }
}

@media (min-width: 375px) {
    .discounts-slider__btn {
        font-size:17px
    }

    .discounts-slider__title {
        font-size: 20px
    }
}

.instalment-phone {
    text-decoration: none
}

.accordion-section {
    margin-bottom: 15px
}

.accordion-box {
    padding: 40px 15px;
    border-radius: 5px
}

.accordion-box__title {
    margin-bottom: 25px;
    text-align: left
}

.accordion-box__info {
    margin-bottom: 25px;
    line-height: 25px;
    font-size: 18px
}

.accordion__text {
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 15px
}

.accordion__item {
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,.25);
    background-color: #fff
}

.accordion__item:not(:last-child),.accordion__list.mb {
    margin-bottom: 20px
}

.accordion__toggle {
    width: 100%;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 0;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    color: #48494b;
    outline: 0;
    line-height: 21px
}

.accordion__toggle.active .accordion__plus {
    width: 25px;
    height: 25px;
    transform: rotate(45deg)
}

.accordion__plus {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    pointer-events: none
}

.accordion__plus::after,.accordion__plus::before {
    content: "";
    position: absolute;
    background: #ea1313
}

.accordion__plus::before {
    left: 50%;
    top: 5px;
    bottom: 5px;
    width: 3px;
    transform: translateX(-50%)
}

.accordion__plus::after {
    top: 50%;
    left: 5px;
    right: 5px;
    height: 3px;
    transform: translateY(-50%)
}

.accordion__content {
    padding-left: 15px;
    padding-right: 25px;
    display: none
}

.page-about-us .accordion__content {
    padding-right: 15px
}

.accordion__content.active {
    display: block
}

.page-home .accordion__list.mb {
    margin-bottom: 0
}

.accordion__list li {
    display: flex;
    padding-left: 10px
}

.accordion__text.bold {
    padding-bottom: 0;
    font-weight: 500
}

.accordion__list.accordion__list-main,.installment-ul-list.first-list {
    padding-bottom: 20px
}

.accordion__list li::before {
    content: '';
    display: inline-block;
    margin-right: 11px;
    width: 5px;
    height: 5px;
    background-color: #48494b;
    border-radius: 50%;
    flex-shrink: 0;
    transform: translateY(7px);
    margin-top: 4px
}

.accordion__list.disc-none li::before {
    content: none
}

.accordion__list.disc-none li {
    padding-left: 0
}

.accordion__description {
    margin-bottom: 17px;
    line-height: 19px
}

.questions-installment .mob-block {
    white-space: pre;
    display: contents
}

.installment-ul-list li:not(:last-child),.installment-ul-sub,.text-after {
    padding-bottom: 15px
}

.accordion-box__title.accordion-gazebos-title {
    font-weight: 700;
    text-align: left;
    margin-bottom: 25px
}

@media (min-width: 768px) {
    .accordion-section {
        margin-bottom:20px
    }

    .accordion-box {
        padding: 50px 30px
    }

    .installment-ul-list {
        font-size: 18px;
        line-height: 25px
    }

    .accordion-box__info {
        margin-bottom: 40px;
        line-height: 24px
    }

    .accordion__item:not(:last-child) {
        margin-bottom: 18px
    }

    .accordion__toggle {
        padding: 25px 30px;
        font-size: 21px;
        line-height: 25px
    }

    .accordion__text {
        font-size: 18px;
        line-height: 25px;
        padding-bottom: 20px
    }

    .accordion__content {
        padding-left: 30px;
        padding-right: 30px
    }

    .accordion__text.bold {
        font-size: 18px
    }

    .accordion__description {
        margin-bottom: 20px;
        line-height: 25px;
        font-size: 18px
    }

    .accordion__list li::before {
        transform: translateY(10px)
    }

    .accordion-box__title.accordion-gazebos-title {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 40px
    }
}

@media (min-width: 1024px) {
    .accordion-box {
        padding:50px 40px
    }

    .accordion__item:not(:last-child) {
        margin-bottom: 20px
    }

    .accordion__toggle {
        padding: 25px 24px 25px 40px
    }

    .accordion__content {
        padding-left: 40px;
        padding-right: 64px;
        padding-bottom: 5px
    }

    .accordion__description {
        line-height: 32px;
        font-size: 21px
    }

    .accordion-section .accordion__text,.accordion-section .accordion__text.bold,.installment-ul-list,.page-home .accordion__description {
        font-size: 18px
    }

    .accordion-box__info,.accordion__text,.accordion__text.bold,.installment-ul-sub {
        font-size: 21px;
        line-height: 30px
    }

    .accordion-box__info {
        margin-bottom: 40px
    }

    .accordion__toggle {
        font-size: 23px
    }

    .page-home .accordion__toggle {
        font-size: 21px
    }

    .accordion-box__title.accordion-gazebos-title {
        font-size: 40px;
        line-height: 45px
    }
}

@media (max-width: 767px) {
    .block-375none {
        display:inline
    }

    .mob-block {
        display: block
    }
}

.installment-ul-list {
    list-style: disc;
    padding-left: 30px;
    padding-bottom: 15px;
    line-height: 21px
}

.installment-ul-sub {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500
}

.accordion-prices-list li {
    grid-template-columns: 1fr 0.5fr;
    display: grid;
    border-bottom: .5px solid #ababab;
    padding: 10px 0;
    line-height: 21px
}

.right-accordion-prices {
    text-align: right
}

.accordion-prices-list li:last-child {
    border-bottom: none
}

@media (min-width: 768px) {
    .installment-ul-list,.text-after {
        padding-bottom:20px
    }

    .accordion__text {
        font-size: 18px
    }

    .accordion-prices-list {
        font-size: 18px;
        line-height: 25px
    }

    .accordion-prices-list li {
        grid-template-columns: 1fr 0.3fr;
        line-height: 25px
    }

    .page-repair .accordion-prices-list li {
        grid-template-columns: 1.3fr 0.3fr
    }
}

@media (min-width: 1024px) {
    .installment-ul-list li:not(:last-child) {
        padding-bottom:20px
    }

    .installment-ul-list.first-list {
        padding-bottom: 40px
    }

    .accordion-box__info,.accordion-prices-list,.accordion__text,.installment-ul-list,.installment-ul-sub {
        font-size: 21px;
        line-height: 30px
    }

    .accordion__toggle {
        font-size: 23px
    }

    .accordion-prices-list li {
        line-height: 30px
    }
}

.consultation-container__box .consultation__title,.consultation-container__box .consultation__title span.orange {
    color: #ea1313
}

.consultation {
    background-image: url(../img/bg.png);
    border-radius: 3px;
    padding: 40px 15px
}

.consultation-container__box {
    background-image: unset;
    padding: 40px 15px;
    background-color: #eff9fd;
    border-radius: 5px
}

.consultation-container__box .consultation__title span {
    color: #48494b
}

.consultation-container__box .consultation__phone a {
    font-size: 24px;
    line-height: 28px
}

.consultation-section {
    margin-bottom: 35px
}

.consultation__title {
    font-weight: 700;
    text-align: left
}

.consultation__phone-text {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px
}

.consultation__title {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 28px
}

.consultation__text {
    margin-bottom: 25px;
    line-height: 25px;
    font-size: 18px
}

.consultation-time-work {
    font-size: 18px;
    padding-bottom: 25px
}
.consultation-time-work span {
    text-transform: lowercase
}

.consultation-time-work-zam {
    font-size: 16px
}

.consultation__phone a {
    text-decoration: none;
    font-size: 30px;
    font-weight: 700
}

.consultation__phone {
    margin-bottom: 25px
}

.consultation__btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    font-size: 18px;
    margin-top: 0
}

@media (min-width: 768px) {
    .consultation {
        display:flex
    }

    .consultation-section {
        margin-bottom: 50px
    }

    .consultation__title {
        margin-bottom: 25px
    }

    .consultation__title .orange {
        display: block
    }

    .consultation__text {
        margin-bottom: 28px;
        font-size: 18px;
        position: relative;
        z-index: 1;
        width: 350px;
        line-height: 25px
    }

    .consultation-time-work {
        font-size: 18px;
        padding-bottom: 25px
    }

    .consultation__phone-text {
        font-size: 21px;
        padding-bottom: 15px
    }

    .consultation__phone {
        margin-bottom: 25px
    }

    .consultation__phone.nowrap {
        white-space: nowrap;
        position: relative;
        z-index: 1
    }

    .consultation__phone a {
        font-size: 32px
    }

    .consultation__btn {
        position: relative;
        z-index: 1;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 50px;
        font-size: 18px
    }
}

@media (min-width: 1024px) {
    .consultation__title {
        margin-bottom:30px;
        font-size: 40px;
        position: relative;
        z-index: 1;
        line-height: 45px
    }

    .consultation__title .orange {
        display: inline
    }

    .consultation__btn {
        font-size: 21px
    }

    .consultation__phone-text {
        padding-bottom: 15px;
        font-size: 21px
    }

    .consultation__text {
        font-size: 21px;
        line-height: 30px
    }

    .consultation {
        padding: 50px 40px
    }

    .consultation-time-work {
        font-size: 21px;
        padding-bottom: 30px
    }

    .consultation-time-work-zam {
        font-size: 18px
    }
}

.free-vyyezd-section .consultation-container__box {
    background-color: #eef1f7
}

@media (min-width: 768px) {
    .consultation {
        display:flex;
        padding: 50px 30px 0
    }

    .consultation__content {
        width: 49%
    }

    .consultation-container__box {
        padding: 0;
        background-image: url(../img/consultation-bg-tablet.png);
        background-color: unset
    }

    .consultation-container__box .consultation__content {
        padding: 50px 0 50px 30px;
        width: 578px;
        background: linear-gradient(90deg,#f0faff 41.26%,rgba(240,250,255,0) 100%)
    }

    .consultation-container__box .consultation__btn {
        margin-bottom: 0;
        padding-bottom: 4px
    }

    .consultation-container__box .consultation__phone a {
        font-size: 32px;
        line-height: 32px
    }

    .free-vyyezd-section .consultation-container__box {
        padding: 0;
        background-image: url(../img/free-vyyezd-middle.jpg);
        background-color: unset
    }

    .free-vyyezd-section .consultation-container__box .consultation__content {
        background: 0 0
    }

    .free-vyyezd-section .consultation__text {
        width: 453px
    }
}

@media (min-width: 1024px) {
    .consultation {
        column-gap:90px;
        padding: 50px 40px 0
    }

    .consultation-container__box .consultation__content {
        width: 696px;
        background: linear-gradient(90deg,#f0faff 27.18%,rgba(240,250,255,0) 100%)
    }

    .consultation-container__box {
        column-gap: unset;
        padding: unset;
        background-image: url(../img/consultation-bg-desktop.png);
        background-position: right;
        background-repeat: no-repeat;
        background-size: contain
    }

    .free-vyyezd-section .consultation-container__box {
        column-gap: unset;
        padding: unset;
        background-image: url(../img/free-vyyezd-big.jpg);
        background-position: right;
        background-repeat: no-repeat;
        background-size: contain
    }
}

.popup,.popup__content,.popup__wrapper {
    height: 100%;
    width: 100%
}

.order-balcony,.popup-thanks .btn {
    margin-right: auto;
    margin-left: auto
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.75);
    overflow: auto;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    backdrop-filter: blur(5px);
}

.popup.active {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transition: .3s
}

.popup__wrapper {
    display: table
}

.popup__inner {
    display: table-cell;
    vertical-align: middle
}

@media (max-width: 639px) {
    .glazing-discount,.popup-call,.popup-discount,.popup-letter,.popup-measuring,.popup-order,.popup-thanks {
        background-color:#fff
    }
}

.popup__content {
    position: relative;
    padding: 60px 20px 40px;
    background-color: #fff
}

.popup__btn-close {
    position: absolute;
    top: 25px;
    right: 20px;
    z-index: 1;
    display: inline-block;
    padding: 0;
    border: none;
    cursor: pointer;
    background: 0 0;
    width: 9px;
    height: 12px
}

.popup__btn-close::after,.popup__btn-close::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #48494B;
    height: 20px;
    width: 2px;
    border-radius: 10px
}

.popup__btn-close::before {
    transform: translateY(-50%) rotate(45deg)
}

.popup__btn-close::after {
    transform: translateY(-50%) rotate(-45deg)
}

.popup__title {
    padding: 0 14px;
    margin-bottom: 50px;
    font-size: 22px;
    line-height: 27px;
    font-weight: 400;
    text-align: center
}

.popup__subtitle {
    margin-bottom: 33px;
    text-align: center;
    line-height: 21px
}

.popup .privacy-policy {
    margin-top: 133px
}

.popup .privacy-policy__checkbox-fake {
    margin-left: 10px
}

.popup .privacy-policy__text {
    padding-right: 9px
}

.form-popup {
    margin-bottom: 0
}

.form-popup .form__btn {
    background-color: #fff;
    transition: background-color .3s,color .3s;
    border-radius: 3px;
    min-height: 45px
}

.form-popup .form__btn:hover {
    background-color: #ea1313;
    color: #fff
}

.popup-discount__title {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 500;
    text-align: center
}

.popup-thanks .popup__title {
    margin-bottom: 25px
}

.popup-thanks .popup__subtitle {
    margin-bottom: 25px;
    padding: 0 13px
}

.popup-thanks .btn {
    display: block;
    width: 100%;
    max-width: 305px
}

.popup-order .popup__title {
    padding: 0;
    margin-bottom: 18px;
    grid-area: order-balcony-title
}

.popup-order .popup__subtitle,.popup-order .popup__title {
    text-align: left
}

.popup-order .popup__subtitle {
    margin-bottom: 15px
}

.popup-order .form {
    position: relative;
    grid-area: order-balcony-form;
    max-width: none;
    width: 100%;
    margin-top: -41px;
    margin-bottom: 0;
    background-color: #fff
}

.order-balcony {
    max-width: 315px;
    display: grid;
    grid-template: 'order-balcony-title order-balcony-title' 'order-balcony-content order-balcony-img' 'order-balcony-form order-balcony-form'
}

.order-balcony__content {
    grid-area: order-balcony-content;
    padding-top: 8px;
    margin-right: -56px
}

.order-balcony__img {
    display: block;
    grid-area: order-balcony-img
}

.popup-letter .popup__inner {
	padding-top: 20px;
    padding-bottom: 20px;
}

.popup-letter .popup__content {
    padding: 45px 15px 30px;
}

.popup-letter .popup__title {
    margin-bottom: 30px
}

.popup-letter .popup__subtitle {
	text-align: left;
    margin-bottom: 20px;
	line-height: 20px;
}

.popup-letter .privacy-policy {
    margin-top: 32px
}

.popup-letter .privacy-policy__checkbox-fake {
    margin-left: 0
}

.form-contacts__upload {
    display: none
}

.form-contacts__upload-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.form-contacts__upload+span {
    font-size: 14px;
    border-bottom: 1px solid #48494b;
    cursor: pointer
}

.popup-letter .form-contacts__upload+span {
    font-size: 16px;
	line-height: 21px;
}

.form-contacts__input {
    display: block;
    margin-bottom: 15px;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ABABAB;
    background-color: #fff;
    color: #000;
    border-radius: 3px;
	font-size: 18px;
    height: 45px
}

.form-contacts__input.message {
    margin-bottom: 15px;
    height: 120px;
    resize: vertical;
}

.g-recaptcha {
    margin-bottom: 20px
}

.form-contacts__btn {
    display: block;
    margin-bottom: 30px;
    width: 100%;
    max-width: 315px;
    margin-left: auto;
    margin-right: auto
}

.privacy-policy {
    display: flex;
    cursor: pointer
}

.privacy-policy__checkbox-real {
    width: 1px;
    height: 1px;
    position: absolute;
    opacity: 0;
    appearance: none
}

.privacy-policy__checkbox-real:checked+.privacy-policy__checkbox-fake::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 4px;
    background-image: url(/template/check-mark.svg);
    background-size: cover;
    background-position: center;
    transform: translate(-50%,-50%)
}

.privacy-policy__checkbox-fake {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 1px solid #ababab;
    border-radius: 2px;
    flex-shrink: 0
}

.privacy-policy__text {
    font-size: 10.5px;
    line-height: 14px
}

.privacy-policy__link {
    color: #48494b;
    text-decoration: none;
    border-bottom: .1px solid #48494b
}

@media (min-width: 768px) {
    .form-popup,.popup__content {
        margin-left:auto;
        margin-right: auto
    }

    .popup__inner, .popup-letter .popup__inner {
        padding: 50px 0
    }

    .popup__content {
        padding: 56px 20px 29px;
        max-width: 601px;
        height: auto;
        box-shadow: 0 0 10px rgba(0,0,0,.25)
    }

    .popup__content .popup__btn-close {
        display: block
    }

    .popup__btn-close {
        top: 40px;
        right: 50px
    }

    .popup__subtitle {
        font-size: 18px;
        line-height: 25px
    }

    .popup .privacy-policy {
        margin-top: 32px
    }

    .popup .privacy-policy__checkbox-fake {
        margin-left: 35px
    }

    .form-popup {
        display: flex;
        justify-content: space-between;
        max-width: 520px
    }

    .form-popup .form__phone {
        flex-basis: 250px;
        margin-bottom: 0
    }

    .form-popup .form__btn {
        flex-basis: 250px;
        font-size: 18px
    }

    .popup-discount__title {
        margin-bottom: 14px
    }

    .popup-thanks .popup__content {
        padding: 60px 20px 31px
    }

    .popup-thanks .popup__subtitle {
        padding: 0 49px
    }

    .popup-thanks .btn {
        max-width: 250px;
        margin: 0;
    }

    .popup-order .popup__content {
        padding: 47px 0 30px 35px
    }

    .popup-order .popup__title {
        grid-area: auto;
        grid-row: 1/2;
        grid-column: 1/2;
        font-size: 26px;
        white-space: nowrap;
        margin-bottom: 0
    }

    .popup-order .form {
        display: block;
        margin-top: 0;
        margin-bottom: 19px;
        grid-area: auto;
        grid-row: 3/4
    }

    .popup-order .form__phone {
        margin-bottom: 15px
    }

    .popup-order .privacy-policy {
        margin-top: 0;
        padding-right: 35px
    }

    .popup-letter .privacy-policy__checkbox-fake,.popup-order .privacy-policy__checkbox-fake {
        margin-left: 0
    }

    .order-balcony {
        max-width: none;
        grid-template: none;
        column-gap: 19px;
        grid-template-columns: 48% 49%
    }

    .order-balcony__content {
        padding-top: 28px;
        margin-right: 0;
        grid-area: auto;
        grid-row: 2/3;
        grid-column: 1/2
    }

    .order-balcony__img {
        grid-area: auto;
        position: relative;
        left: -2px;
        top: 2px
    }

    .order-balcony__img-box {
        grid-row: 2/4;
        grid-column: 2/2;
        display: flex;
        flex-direction: column;
        justify-content: flex-end
    }

    .popup-letter .popup__title {
        margin-bottom: 44px;
        font-size: 26px
    }

    .popup-letter .popup__title-pismo {
        margin-bottom: 30px;
        font-size: 35px;
    }

    .popup-letter .privacy-policy__text {
        padding-right: 0
    }

    .form-contacts__inputs {
        display: flex;
        column-gap: 20px
    }

    .form-contacts__input {
        margin-bottom: 20px
    }

    .form-contacts__input.message {
        height: 100px;
        margin-bottom: 20px;
    }

    .form-contacts__btn {
        max-width: 260px
    }
    .popup-developer .form-contacts__upload-box {
    margin-bottom: 30px;
}
    .form-contacts__btn.btn.btn--orange.send{
        margin-bottom: 30px;
    }
}

.form-popup-all {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.popup__content {
    background: rgba(249,249,249,.95);
    border-radius: 5px;
    padding: 45px 20px 30px
}

.popup__content1 {
    background: url(../img/popup__content-img.png);
    content: '';
    width: 100%;
    height: 100%;
    background-size: inherit;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    background-color: #ffffff;
}

.form-popup-all {
    max-width: 285px;
    margin: auto
}

.popup__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    text-align: left;
    padding: 0;
    margin-bottom: 0
}

.form__phone {
    padding: 0;
    width: 275px;
    background: #FFF;
    border-radius: 3px 3px 0 0
}

.popup .privacy-policy {
    margin-top: 0
}

.popup .privacy-policy__text {
    padding-right: 0;
    color: #ABABAB
}

.privacy-policy__link {
    color: #ABABAB;
    border-bottom: .1px solid #ABABAB
}

.popup .privacy-policy__checkbox-fake {
    margin-left: 0
}

.form-popup .form__btn {
    background: #ea1313;
    color: #FFF
}

.popup-thanks .form-popup-all {
    justify-content: start;
}
.popup-thanks .popup__content1 .popup__subtitle {
    font-size: 18px;
    padding-bottom: 90px;
}
.popup-thanks .popup__subtitle {
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    padding: 0;
    margin-bottom: 90px
}

.popup-thanks .btn--orange {
    background: #ea1313;
    color: #FFF
}

.form-contacts__btn.btn.btn--orange.send {
    background: #ea1313;
    color: #FFF;
    margin: 0;
    margin-bottom: 25px;
    font-size: 18px;
}

.form-contacts__btn.btn.btn--orange.form-contacts__btn-pismo {
    margin-bottom: 30px
}

.popup-developer .developer-title {
    margin-bottom: 25px;
    font-size: 26px
}

.popup-text-after-developer {
    padding-bottom: 25px;
    text-align: left;
    font-size: 18px;
    line-height: 25px
}

.popup__orange1 {
    background: url(../img/popup__content-img-orange.png);
    content: '';
    width: 100%;
    height: 100%;
    background-size: inherit;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    background-color: #ea1313
}

.popup__content.popup__orange {
    background-color: rgb(242 100 34 / 80%)
}

.popup__orange1 .popup-discount__title,.popup__orange1 .popup__subtitle,.popup__orange1 .privacy-policy__text,.popup__orange1 .privacy-policy__link {
    color: #FFF
}

.popup__orange1 .privacy-policy__link {
    border-bottom: .1px solid #FFF
}

.popup__orange1 .form-popup .form__btn {
    background: #FFF;
    color: #ea1313;
    border: 0px solid #ea1313;    
}

.popup__orange1 .popup-discount__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    text-align: left;
    margin-bottom: 27px;
}

.popup__orange1 .popup__subtitle {
        font-size: 18px;
    line-height: 25px;
    text-align: left;
    margin-bottom: 0;
}

.popup__orange1 .popup__btn-close::before,.popup__orange1 .popup__btn-close::after {
    background-color: #FFF
}

.popup__content1 .popup__subtitle {
    text-align: left;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 0;    
}

.form-popup-all-text .popup__title {
    padding-bottom: 25px
}
.popup__orange1 .form__phone {
    border: 0px solid #969693;
    border-radius: 3px;
}

@media (max-width: 767px) {
    .popup__content1{
        height:499px;
        max-width: 315px;
        margin: auto;
        border-radius: 5px
    }
    .popup__orange1 {
        height:439px;
        max-width: 315px;
        margin: auto;
        border-radius: 5px
    }
    .popup-call-discount .popup__content1{
         height: 477px;   
    }
    .popup-thanks .popup__content1{
         height: 365px;   
    }
    .popup-repeat .popup__content1{
         height: 467px;   
    }
    .popup-measuring .popup__content1, .popup-call .popup__content1{
        height:512px; 
    }
    .popup-discount,.popup-call,.glazing-discount,.popup-measuring,.popup-thanks,.popup-order,.popup-letter {
        background: rgba(0, 0, 0, 0.75);
    }
    .popup__orange1 .popup__content,.popup__content1 .popup__content {
        padding: 45px 20px;
        box-shadow: 0 0 10px rgb(0 0 0 / 25%)
    }
    .popup-developer .popup__content, .popup-letter .popup__content {
    max-width: 315px;
    margin: auto;
    height: auto;
}
    .popup-developer .popup__content {
    border-radius: 5px;
    padding: 45px 15px 30px;
}
    .popup-repeat .form-popup-all {
    row-gap: 30px;
}
    .popup-repeat .popup__content1 .popup__subtitle{
    padding-bottom: 53px;
    }
}

@media (min-width: 768px) {
    .popup__content1 {
        background-image:url(../img/popup__content-img-big.png);
        max-width: 620px;
        margin: auto;
        height: auto;
        border-radius: 5px;
    }
    .popups-left .popup__content1{
        max-width: 540px;
    }
    .popups-left .popup__content {
    max-width: 540px;
    padding: 40px 50px;
    }
    
    .popup__content {
        max-width: 620px;
        padding: 60px 50px;
    }

    .form-popup-all {
    max-width: 100%;
    margin: auto
    }
    .popups-left .popup__title {
    font-size: 30px;
    line-height: 32px;
    }
    .popups-left .form-popup .form__phone {
    width: 210px;
    margin-right: 20px;
    flex-basis: 250px
    }
    .popups-left .form-popup .form__btn {
    width: 210px;
    flex-basis: 210px;
    }
    .popup__title {
        font-size: 35px;
        line-height: 40px;
        padding: 0;
        margin-bottom: 30px
    }	
    .popup__content1 .popup__subtitle{
    font-size: 21px;
    line-height: 30px;   
    margin-bottom: 30px;
    }
    .form-popup .form__phone {
        width: 250px;
        margin-right: 20px
    }

    .form-popup .form__btn {
        width: 250px
    }

    .form-popup {
        margin-bottom: 30px
    }

    .popup-thanks .popup__subtitle {
        padding: 0;
        margin-bottom: 30px
    }

    .popup-thanks .popup__title {
        margin-bottom: 30px
    }

    .popup-thanks .popup__content {
        padding: 60px 50px
    }

    .popup-thanks .popup__subtitle {
        font-size: 21px;
        line-height: 30px
    }
    .popup-thanks .popup__content1 .popup__subtitle {
    font-size: 21px;
    padding-bottom: 0;
    line-height: 30px;
    }

    .popup-text-after-developer {
        text-align: left;
        font-size: 19px;
        line-height: 30px
    }

    .popup__orange1 {
        max-width: 620px;
        margin: auto;
        height: auto;
        background-color: #ea1313;
        border-radius: 5px
    }
    .popup__orange1 .popup-discount__title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 30px;
}
    .popup__orange1 .popup__subtitle {
    font-size: 21px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 30px;
}
    .form-popup-all-text .popup__title {
        padding-bottom: 0
    }

    .popups-left .popup {
        vertical-align: bottom;
        padding-bottom: 60px
    }

    .popups-left .popup__content1,.popups-left .popup__orange1 {
        margin-left: 30px
    }

    .popups-left .popup__inner {
        display: table-cell;
        vertical-align: bottom
    }

    .popups-left .popup__inner {
        padding: 30px 0
    }
    .popup-letter .popup__content {
    padding: 60px 50px;
	border-radius: 0;
}
	.popup-letter .popup__subtitle {
		font-size: 20px;
		font-weight: 400;
		line-height: 22px;
	}
	.popup-letter .form-contacts__upload + span {
		font-size: 18px;
		line-height: 25px;
	}	
    .popup-repeat .popup__close.btn {
    max-width: 250px;
    min-height: 45px;
    margin-bottom: 30px;
}
}

@media (min-width: 1024px) {
    .popups-left:not(.popup-measuring-new) .popup__content1,.popups-left .popup__orange1 {
        margin-left:60px
    }

    .popups-left:not(.popup-measuring-new) .popup__inner {
        padding: 60px 0
    }
}

.popup_sup-title-developer {
    line-height: 21px;
    padding-bottom: 15px;
    text-align: center
}

.popup-text-after-developer {
    padding-bottom: 30px;
    text-align: left
}
.popup-developer .form-contacts__upload-box {
    margin-bottom: 25px;
}
.popup-developer .developer-title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 29px;     
}

@media (min-width: 768px) {
    .popup-text-after-developer {
        padding-bottom:30px;
        text-align: left;
        font-size: 21px;
        line-height: 30px;
    }

    .popup_sup-title-developer {
        font-size: 18px;
        padding-bottom: 15px;
        line-height: 25px
    }

    .popup-developer .developer-title {
        font-size: 35px;
        line-height: 40px;
    }
    .popup-developer .form-contacts__upload-box, .popup-letter .form-contacts__upload-box {
    margin-bottom: 30px;
}
}

@media (max-width: 767px) {
    .page-windows.penza .banner-window-list li:last-child,.page-windows.saransk .banner-window-list li:last-child {
        max-width:250px
    }
}

@media (any-hover: hover) {
    .btn--orange:hover,.form__btn--orange:hover {
        background-color:#ea1313;
        color: #fff
    }

    .menu-item-link:hover,.menu__link:hover {
        color: #ea1313
    }
}
/* start ---------------------------------------------- warning-overpay-section CSS --------------------------------------------- */
.warning-overpay {
    /* display: flex; */
    /* column-gap: 16px; */
    /* align-items: flex-start; */
    box-shadow: 0 0 10px rgba(0,0,0,.25);
    border-radius: 5px;
    padding: 20px 15px;
	display: grid;
	grid-template-columns: 30px auto;
	grid-gap: 20px;
	align-items: start;

}
.warning-overpay-section {
    padding-bottom:15px
}
.warning-overpay-section .fa{
    padding-top: 5px;
	font-size: 30px;
}
.warning-overpay__text {
    -webkit-text-stroke:0.1px;
    font-size:16px;
    line-height:21px;
    font-weight:400
}
.warning-overpay__text br {
    /* display:none */
}
.warning-overpay__text .orange {
    /* padding-right:10px */
}
@media (max-width:767px) {
	.warning-overpay img {
		position: absolute;
	}	
    .warning-overpay__text .orange {
        /* display:block; */
		/* padding-left: 30px; */
		/* margin-bottom: 6px;		 */
    }
    .warning-overpay__text .mob-block {
        display:inline
    }
}
@media (min-width:768px) {
    .warning-overpay-section {
        padding-bottom:20px
    }
    .warning-overpay__text {
        font-size:18px;
        line-height:25px
    }
    .warning-overpay {
        padding:20px 60px 20px 30px;
    }
}
@media (max-width:767px) {
    .warning-overpay {grid-gap:6px;}
}

@media (min-width:1024px) {
    .warning-overpay {
        /* display:flex; */
        /* column-gap:20px; */
        /* align-items:flex-start */
    }
    .warning-overpay-icon {
        display:block;
        padding-top:5px
    }
    .warning-overpay {
        padding:25px 100px 25px 40px;
    }
    .warning-overpay__text br {
        /* display:block */
    }
    .warning-overpay-section {
        /* margin-top:174px; */
		/* margin-top:190px; */
    }
}
/* end ------------------------------------------------ warning-overpay-section CSS --------------------------------------------- */

.form-free-zamer__input {
    width: 100%;
    height: 45px;
    border: 1px solid #969693;
    border-radius: 3px;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
}
.form-free-zamer__input::-webkit-input-placeholder {
	font-size: 18px;
}
.form-free-zamer__input::-moz-placeholder {
	font-size: 18px;
}
.form-free-zamer__input::-ms-input-placeholder {
	font-size: 18px;
}
.form-free-zamer__input::placeholder {
	font-size: 18px;
}
.form.form-free-zamer {
    padding-top: 19px;
}
.form-free-zamer {
    padding-bottom: 10px;
}
.form-free-zamer__button {
    width: 100%;
    border: 1.5px solid #ea1313;
}
.forms-free-zamer {
    margin-top: 19px;
    margin-bottom: 10px;
}
.free-zamer .privacy-policy__text {
	font-size: 10px;
}
@media (min-width:768px) {
	.form-free-zamer__input {
		font-size: 21px;
		line-height: 21px;
	}
	.form-free-zamer__input::-webkit-input-placeholder {
		font-size: 21px;
	}
	.form-free-zamer__input::-moz-placeholder {
		font-size: 21px;
	}
	.form-free-zamer__input::-ms-input-placeholder {
		font-size: 21px;
	}
	.form-free-zamer__input::placeholder {
		font-size: 21px;
	}	
	.forms-free-zamer {
		column-gap: 20px;
		display: flex;
		/* justify-content: space-between; */
		flex-wrap: wrap;
		width: 100%;
		max-width: 100%;
		margin-top:27px;
	}
	.form-free-zamer, .form-free-zamer__button {
		width: 309px;
		padding-bottom: 0;            
	}
	.form-free-zamer__button, .form-free-zamer__input {
		height: 50px;
	} 
	.free-zamer .privacy-policy__text {
		font-size: 11px;
	}    
}
@media (min-width:1024px) {
	.form-free-zamer, .form-free-zamer__button {
		width: 320px;
	}
    .forms-free-zamer {
		column-gap: 30px;
		margin-top: 22px;
	}
	.free-zamer .privacy-policy__text {
		width: 410px;
	} 
	.free-zamer .privacy-policy__link {
		display: inline-block;
	}	
}
.ustanovka-a-window-from-the-manufacturer-slide-all {
    background: #ffffff;
}
.ustanovka-a-window-from-the-manufacturer-logo {
    background: #ea1313;
    padding: 24px 14px;
}
.ustanovka-a-window-from-the-manufacturer-logo img {
    width: 100%;
}
.ustanovka-a-window-from-the-manufacturer__first-info {
    padding: 13px 0;
    border-bottom: 1px solid #E8E8E8;
}
.ustanovka-a-window-from-the-manufacturer__first-info {
    padding: 13px 0;
    border-bottom: 1px solid #E8E8E8;
    display: flex;
    column-gap: 25px;
}
.ustanovka-a-window-from-the-manufacturer__left{
    width: 50%;
    text-align: right;
    font-size: 18px;
    line-height: 25px;
}
.ustanovka-a-window-from-the-manufacturer__right{
    text-align: left;
    width: 50%;
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
}
.ustanovka-a-window-from-the-manufacturer__first-info-text {
    font-size: 20px;
}
.ustanovka-a-window-from-the-manufacturer__first-info-text-price{
    font-size: 22px;
}
.ustanovka-a-window-from-the-manufacturer-title {
    background: #828282;
    padding: 18px 0;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #F0FAFF;
}
.ustanovka-a-window-from-the-manufacturer__ratio {
    display: flex;
}
.star {
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.83439 1.62495C8.11304 0.662362 9.47688 0.662362 9.75552 1.62495L11.0403 6.06323C11.1641 6.49087 11.5557 6.78517 12.0009 6.78517H16.3831C17.3237 6.78517 17.744 7.9657 17.0151 8.56015L13.2785 11.6073C12.9678 11.8607 12.8385 12.2752 12.95 12.6603L14.3293 17.4252C14.602 18.3672 13.4967 19.098 12.7367 18.4782L9.42695 15.7791C9.05904 15.4791 8.53088 15.4791 8.16296 15.7791L4.85319 18.4783C4.09317 19.098 2.98794 18.3672 3.26063 17.4252L4.63994 12.6603C4.75142 12.2752 4.62209 11.8607 4.31137 11.6073L0.574844 8.56015C-0.154084 7.9657 0.266252 6.78517 1.20684 6.78517H5.58906C6.03426 6.78517 6.42584 6.49087 6.54963 6.06323L7.83439 1.62495Z' fill='%23FFE600'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
}
.ustanovka-a-window-from-the-manufacturer-wrap {
    display: flex;
}
.ustanovka-a-window-from-the-manufacturer-slide {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    flex-shrink: 0;
    margin-top: auto;
}
.ustanovka-a-window-from-the-manufacturer-slider {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0 2px;
}
.ustanovka-a-window-from-the-manufacturer {
    padding: 40px 0 40px 15px;
}
.slider-controls-ustanovka {
    margin-top: 30px;
    margin-bottom: 0;
}
@media (max-width:767px) {
	.ustanovka-a-window-from-the-manufacturer-slider-box {
		margin-left: -15px;
	}
	.ustanovka-a-window-from-the-manufacturer-slider {
		padding-left: 15px;
	}
	.ustanovka-a-window-from-the-manufacturer-wrap {
		filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .25));
	}	
}
@media (min-width:768px) {
	.ustanovka-a-window-from-the-manufacturer-slider {
		filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .25));
	}	
  .ustanovka-a-window-from-the-manufacturer {
    padding: 50px 0 50px 30px;
}  
}

@media (min-width:1024px) {
   .slider-controls-ustanovka {
    display: none;
} 
    .ustanovka-a-window-from-the-manufacturer {
    padding: 50px 40px;
}
    .ustanovka-a-window-from-the-manufacturer-wrap {
    gap: 15px;
    max-width: 100%;
    grid-template-columns: 320px 270px 270px;
    display: grid;
}
    .ustanovka-a-window-from-the-manufacturer-logo {
    padding: 24px 29px;
}
    .ustanovka-a-window-from-the-manufacturer__first-info {
    padding: 15px 0;
}
    .ustanovka-a-window-from-the-manufacturer__left {
    font-size: 16px;
}
    .ustanovka-a-window-from-the-manufacturer-slide-all-first .ustanovka-a-window-from-the-manufacturer__left {
    font-size: 18px;
}
    .ustanovka-a-window-from-the-manufacturer-slide-all-first .ustanovka-a-window-from-the-manufacturer__first-info-text.ustanovka-a-window-from-the-manufacturer__first-info-text-price {
    font-size: 22px;
}
    .ustanovka-a-window-from-the-manufacturer__first-info-text-price {
    font-size: 20px;
}
    .ustanovka-a-window-from-the-manufacturer__first-info-text {
    font-size: 18px;
}
    .ustanovka-a-window-from-the-manufacturer-slide-all-first .ustanovka-a-window-from-the-manufacturer__first-info-text {
    font-size: 20px;
}
}
/* start ------------------------------------------ offer section ------------------------------------------------------- */
.offer__box {
  max-width: 315px;
  margin-left: auto;
  margin-right: auto;
  display: grid;    
}
.offer-big {
    order: 2;
}
.offer-list {
    order: 1;
}
.offer-info {
    order: 3;
}

.offer__subtitle {
  margin-bottom: 26px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.offer__subtitle .orange {
  display: block;
}
.offer-texts {
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 20px;
}
.offer-list-text {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    padding-bottom: 10px;
}
.offer-lists {
    padding-left: 30px;
    list-style: disc;
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 25px;
}
.offer-lists li:not(:last-child) {
    padding-bottom: 8px;
}
.offer-lists li {
    font-size: 16px;
    line-height: 21px;
}
.offer-big {
  margin-bottom: 22px;
  position: relative;
}

.offer-big__img {
  max-width: 100%;
}

.offer-big__item {
  position: absolute;
}

.offer-big__item:first-of-type {
  top: 107px;
  left: 55px;
  max-width: 109px;
}

.offer-big__item:nth-of-type(2) {
  top: 78px;
  left: 181px;
  max-width: 102px;
}

.offer-big__item:nth-of-type(3) {
  bottom: 52px;
  left: 163px;
  max-width: 109px;
}

.offer-big__content {
  margin-bottom: 4px;
}

.offer-big__discount {
  position: absolute;
  bottom: 14px;
  left: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 97px;
  height: 97px;
  border: 1.5px solid #ea1313;
  border-radius: 50%;
  background-color: #ffffff;
  color: #ea1313;
}

.offer-big__logo {
  margin-bottom: 7px;
  margin-top: 5px;
  max-width: 57px;
}

.offer-big__text {
  position: relative;
  font-size: 15px;
}

.offer-big__text::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #ea1313;
  border-radius: 20px;
}

.offer-big__percent {
  font-weight: 700;
  font-size: 30px;
}

.offer-text {
  display: inline-block;
  padding: 1.5px 4px;
  font-size: 12px;
  line-height: 14px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.offer-text span {
  position: relative;
}

.offer-text span::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #ea1313;
}

.offer-text-2 {
  padding: 1.5px 4px;
  background-color: #ABABAB;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  white-space: nowrap;
}

.offer-price {
  padding: 2px 4px;
  background-color: #ea1313;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

.offer-price::before {
  content: 'от';
  margin-right: 5px;
  font-size: 12px;
  font-weight: 500;
}

.offer-price::after {
  content: '₽';
  font-size: 12px;
  margin-left: 5px;
}

.offer-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

.offer-list li {
  position: relative;
  margin-bottom: 34px;
}

.offer-list li:first-child .offer-list__content {
  position: absolute;
  bottom: 33px;
  right: 0;
}

.offer-list li:nth-child(2) .offer-list__prices {
  left: 7px;
}

.offer-list li:nth-child(5), .offer-list li:nth-child(6) {
  margin-bottom: 0;
}

.offer-list__img {
  display: block;
  margin-bottom: 3px;
  margin-left: auto;
  margin-right: auto;
}

.offer-list__prices {
  position: absolute;
  top: 3px;
  left: 0;
  min-width: 85px;
}

.offer-list__content {
  max-width: 101px;
}

.offer-list .offer-text-2 {
  margin-bottom: 3px;
}

.offer-list__bonus {
  font-size: 12px;
}

.offer-advantages {
  margin-bottom: 27px;
}

.offer-advantages li {
  display: flex;
  column-gap: 8px;
}

.offer-advantages li:not(:last-child) {
  margin-bottom: 16px;
}

.offer-advantages .bold {
  font-weight: 500;
}

.offer-info__content {
  margin-bottom: 25px;
}

.offer-info__title {
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 500;
}

.offer-info__text {
  font-size: 14px;
}

.offer-info__btn {
  width: 100%;
}
.offer-advantages {
    display: none;
}
.offer-info__title-block768{
    display: block;
}
@media (min-width:768px) {
  .offer__box {
    max-width: 648px;
    display: grid;
    column-gap: 34px;
    grid-template-areas: 'offer-img offer-list'
 'offer-advantages offer-list'
 'offer-info offer-list';
  }
    .offer-advantages {
    display: block;
}
  .offer-big {
    grid-area: offer-img;
    width: 306px;
  }
  .offer-big__item:first-of-type {
    top: 100px;
    left: 46px;
  }
  .offer-big__item:nth-of-type(2) {
    top: 70px;
    left: 172px;
  }
  .offer-big__item:nth-of-type(3) {
    bottom: 56px;
    left: 154px;
  }
  .offer-big__discount {
    bottom: 19px;
    left: 19px;
    width: 92px;
    height: 92px;
  }
  .offer-big__text {
    font-size: 14px;
  }
  .offer-big__percent {
    font-size: 27px;
  }
  .offer-list {
    grid-area: offer-list;
    margin-bottom: 0;
    padding-bottom: 50px;  
  }
  .offer-list li {
    margin-bottom: 19px;
  }
	.offer-list li:first-child .offer-list__content {
	  bottom: 36px;
	}  
  .offer-advantages {
    grid-area: offer-advantages;
    margin-bottom: 30px;
  }
  .offer-info {
    grid-area: offer-info;
  }
  .offer-info__content {
    margin-bottom: 31px;
  }
  .offer-info__title {
    margin-bottom: 6px;
  }
  .offer-texts {
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 30px;
  }  
    .offer-list-text {
    font-size: 21px;
    line-height: 25px;
    padding-bottom: 15px;
}
    .offer-lists li {
    font-size: 18px;
    line-height: 21px;
}
    .offer-lists {
    padding-bottom: 40px;
    margin-bottom: 30px;
}
}
@media (min-width:1024px) {
  
  .offer__box {
    position: relative;
    max-width: none;
    grid-template-areas: 
 'offer-img offer-list'
 'offer-img offer-list'
 'offer-info offer-info'
 'offer-advantages offer-advantages';
  }
  .offer-big {
   margin-bottom: 0;
    width: 321px;
  }
  .offer-big__item:first-of-type {
    top: 109px;
    left: 62px;
  }
  .offer-big__item:nth-of-type(2) {
    top: 79px;
    left: 188px;
  }
  .offer-big__item:nth-of-type(3) {
    bottom: 55px;
    left: 161px;
  }
  .offer-big__discount {
    bottom: 16px;
    width: 100px;
    height: 100px;
  }
  .offer-big__logo {
    max-width: 62px;
  }
  .offer-big__text {
    font-size: 15px;
  }
  .offer-big__percent {
    font-size: 30px;
  }
  .offer__subtitle .orange {
    display: inline-block;
  }
  .offer-list {
    justify-content: flex-end;
    padding-bottom: 0;  
    padding-top: 10px;  
  }
  .offer-list li {
    margin-bottom: -11px;
  }
  .offer-list li:first-child {
    order: 1;
  }
  .offer-list li:first-child .offer-list__content {
    bottom: 32px;
    right: -3px;
  }
  .offer-list li:nth-child(2) {
    order: 5;
    margin-left: 15px;
    margin-right: 15px;
  }
  .offer-list li:nth-child(3) {
    order: 4;
  }
  .offer-list li:nth-child(4) {
    order: 3;
  }
  .offer-list li:nth-child(5) {
    order: 2;
    margin-left: 41px;
    margin-right: 35px;
  }
  .offer-list li:last-child {
    order: 6;
  }
  .offer-list__content {
    margin-top: 6px;
  }
  .offer-advantages {
    position: absolute;
    bottom: 97px;
    margin-bottom: 0;
    left: 280px;
  }
  .offer-advantages li:not(:last-child) {
    margin-bottom: 12px;
    }    
  .offer-advantages li {
    flex-direction: row-reverse;
  }
  .offer-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
    margin-top: 43px;
  }
  .offer-info__content {
    margin-bottom: 0;
    margin-left: 16px;
    min-width: 475px;
  }
  .offer-info__title {
    margin-bottom: 4px;
    text-align: right;  
  }
  .offer-info__text {
    margin-bottom: 4px;
    margin-right: 5px;
    font-size: 16px;
    text-align: right;
  }
  .offer-info__btn {
    max-width: 361px;
  }
    .offer-info__title-block768{
    display: inline-block;
}
    .offer-texts {
    font-size: 21px;
    line-height: 30px;
}
    .offer-lists {
    padding-left: 19px;
}
}
/* end -------------------------------------------- offer section ------------------------------------------------------- */
.examples-section-gallery-new-slider {
    overflow: hidden;
    position: relative;
}
.examples-section-gallery-new-wrap {
    display: flex;
}
.examples-section-gallery-new-slide {
    display: flex;
    position: relative;
    flex-shrink: 0;
    flex-wrap: wrap;
    z-index: 0;
    margin-bottom: 27px;
}
.examples-section-gallery-new-slide.slider__content-box.swiper-slide-active{
    z-index: 1;
}
.examples-section-gallery-new-slide img {
    width: 100%;
    height: auto;
}
.examples-section-gallery-new-text {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    padding-top: 11px;
}
.examples-section-gallery-new-prices {
    padding-top: 15px;
}
.examples-section-gallery-new-cena {
    border-radius: 3px 0px 0px 3px;
    background: #FFF;
    padding: 7px 10px;
    font-size: 14px;
	height: 30px;
}
.examples-section-gallery-new-price {
    background: #ea1313;
    padding: 3px 10px;
    font-size: 20px;
    color: #FFF;
    font-weight: 700;
    border-radius: 0px 3px 3px 0px;
	height: 30px;
}
.examples-section-gallery-new-prices {
    padding-top: 15px;
    display: flex;
}
.slider-controls-examples-section-gallery-new {
    margin-bottom: 0;
}
.examples-section-gallery-new-price-rubl {
    font-size: 15px;
}
@media (max-width:414px) {
	.examples-section-gallery-new-slider picture {
		width: 100%;
	}
	.examples-section-gallery-new-text {
		text-align: center;
	}
	.examples-section-gallery-new-prices {
		justify-content: center;
	}	
}
@media (min-width:768px) {
.examples-section-gallery-new-texts {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
    padding-top: 27px;
}
    .examples-section-gallery-new-text {
    font-size: 20px;
    padding-top: 0;
    max-width: 263px;
}
    .examples-section-gallery-new-prices {
    padding-top: 0;
}
    .examples-section-gallery-new-cena {
    padding: 10px 15px;
    font-size: 17px;
	height: 42px;
}
    .examples-section-gallery-new-price {
    padding: 5px 15px;
    font-size: 28px;
	height: 42px;
}
.examples-section-gallery-new-price-rubl {
    font-size: 20px;
}    
}
@media (min-width:1024px) {
  .examples-section-gallery-new-texts {
    align-items: center;
}  
    .examples-section-gallery-new-text {
    max-width: 100%;
    font-size: 23px;    
}
}
@media (any-hover: hover) {
    .examples-slider__next:hover,.examples-slider__prev:hover,.windows-house-next:hover,.windows-house-prev:hover {
        opacity:1
    }

    .btn--orange:hover,.form__btn--orange:hover {
        background-color: #ea1313;
        color: #fff
    }

    .menu-item-link:hover,.menu__link:hover {
        color: #ea1313
    }

    .main-header-box a:hover,.preheader a:hover {
        /* color: #000000; */
        transition: color .3s
    }

    .accordion__toggle {
        cursor: pointer
    }

    .doors-house__list li:hover .doors-house-slider__next,.doors-house__list li:hover .doors-house-slider__prev,.examples__list li:hover .examples-slider__next,.examples__list li:hover .examples-slider__prev,.gazebos-slider:hover .windows-house-next,.gazebos-slider:hover .windows-house-prev,.right-alum-slider:hover .right-alum-slider__next,.right-alum-slider:hover .right-alum-slider__prev,.right-balcony-slider:hover .right-balcony-slider__next,.right-balcony-slider:hover .right-balcony-slider__prev {
        display: block
    }

    .right-alum-slider__next:hover,.right-alum-slider__prev:hover,.right-balcony-slider__next:hover,.right-balcony-slider__prev:hover {
        background-color: #fff
    }
}
.rostov .work-schedule__email-icon, .rostov .footer-contacts-mail {
	display: none;
}
/*  start ---------------------------------------- privacy-policy ----------------------------------------------------------- */
.pravovaya-informaczia h1 {
    font-size: 21px;
}
.pravovaya-informaczia .content {
    padding-bottom: 30px;
    padding-top: 20px;
}
.pravovaya-informaczia h2 {
    margin-bottom: 1em;
}
.pravovaya-informaczia p {
    margin-bottom: 1em;
    line-height: 1.4;
}
.pravovaya-informaczia ul {
    line-height: 1.4;
    list-style-type: disc;
    margin: 0 0 1em;
    padding-left: 40px;
}
@media (min-width: 768px) {
	.pravovaya-informaczia h1 {
		font-size: 30px;
	}	
}
@media (min-width: 1024px) {
	.pravovaya-informaczia h1 {
		font-size: 40px;
	}	
	.pravovaya-informaczia p,
	.pravovaya-informaczia ul {
		font-size: 18px;
	}	
}
/*  end ------------------------------------------ privacy-policy ----------------------------------------------------------- */

/* start -------------------------------------- cookies__info ---------------------------------------- */
.cookies__info {
    position: fixed;
    right: 30px;
    bottom: 15px;
    z-index: 9999999999;
	display: none;
}
.cookies__container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
	gap: 12px;
    padding: 10px;
	border-radius: 4px;
	border: 2px solid #ea1313;
	width: 300px;
	background: #fff;
    margin: 0;	
}
.cookies__content {
	font-family: "Core Sans N", sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.3;
	color: #000;
	margin-bottom: 0;
}
.cookies__link-info {
    color: #ea1313;
	text-decoration: underline;
    text-underline-offset: 2px;	
}
.cookies__link-info:hover {
    color: #ea1313;
	text-decoration: none;
}
.cookies__closed {
	font-family: "ALS Schlange sans", sans-serif;
    box-sizing: border-box;
    border: none;	
	flex-shrink: 0;
	border-radius: 6px;
	width: 46px;
	height: 26px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	min-height: unset;
	text-transform: uppercase;
}
.cookies__closed:hover {
	text-decoration: none!important;
}
@media (min-width: 768px) {
	.cookies__info {
		right: 20px;
		bottom: 20px;		
	}
	.cookies__container {
		padding: 12px;
		width: 460px;
		border: none;
		backdrop-filter: blur(4px);
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
		background: #fff;
	}
	.cookies__content {
		font-size: 14px;
		color: #000;
	}
	.cookies__link-info {
		color: #ea1313;
		text-decoration-color: #ea1313;
		font-weight: unset;
	}
	.cookies__link-info:hover {
		color: #ea1313;
	}
	.cookies__closed {
		background: #ea1313;
		color: #fff;
	}	
}
@media (min-width: 1024px) {
	.cookies__info {
		right: 30px;
		bottom: 30px;		
	}	
}
/* end ---------------------------------------- cookies__info ---------------------------------------- */


.nav {
    /* display: block; */
	font-weight: 400;
    margin: 0; 
    padding: 0;
	font-size: 0px;
	display: flex;
}

.nav li {
    /* display: inline-block; */
	display: block;
    list-style: none;
	font-size: 17px;
	flex-basis: auto;
	flex-grow: 1;
}

.nav .button-dropdown {
    position: relative;
}

.nav .button-dropdown .fa{
    padding: 1px 0 0 3px;
}

.nav li a {
    display: block;
    color: #333;
    /* background-color: #fff; */
    padding: 10px 20px;
    text-decoration: none;
	text-align: center;
	border-right: 1px solid #ccc;	
}
.nav li:last-child a {border-right: 0px}

.nav li li a {
    background-color: #eee;
	border-bottom:1px solid #fff;
}

.nav li a span {
    display: inline-block;
    margin-left: 5px;
    font-size: 10px;
    color: #aaa;
}

.nav li a:hover, .nav li a.dropdown-toggle.active {
    background-color: #ea1313;
    color: #fff;
}

.nav li a:hover span, .nav li a.dropdown-toggle.active span {
    color: #fff;
}

.nav li .dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    padding: 0;
    margin: 0;
    /* margin-top: 3px; */
	border-top:1px solid #fff;
    text-align: left;
	width: 100%;
}

.nav li .dropdown-menu.active {
    display: block;
}

.nav li .dropdown-menu a {
    /* width: 220px; */
	font-size:14px;
}

@media (max-width: 1199px) {
	.nav li {font-size: 15px;}
}

@media (min-width: 1024px) {
	.header__offset{margin-top: 190px;}
}

.main-header__slogan{
	display: grid;
	grid-template-columns: auto 150px;
	align-items: center;
	
	padding: 0 0 0 10px;
	border-radius: 10px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;

	color:#ffffff;
	font-weight: 300;
	font-size: 16px;

}
.main-header__slogan-mobile{display: none;}

.main-header__slogan span{
	/* font-size:20px; */
	font-weight: 400;
}

@media (max-width: 1340px) {
	.main-header__slogan{font-size: 14px;;}
}
@media (max-width: 1023px) {
	.main-header__slogan{display: none;}
	.main-header-logo{margin-right: 0;}
	.main-header__slogan-mobile{
		display: block;
		color:#ffffff;
		font-weight: 300;
		font-size: 14px;
		padding-bottom:5px;
	}
}

.ourworks__gallery{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap:20px;
	font-size:0;
}
.ourworks__gallery_item img{
	max-width: 100%;
	height: auto;
}
@media (max-width: 1560px) {
	.ourworks__gallery{grid-template-columns: 1fr 1fr 1fr 1fr;}
}
@media (max-width: 1199px) {
	.ourworks__gallery{grid-template-columns: 1fr 1fr 1fr;}
}
@media (max-width: 767px) {
	.ourworks__gallery{grid-template-columns: 1fr 1fr;}
}
@media (max-width: 540px) {
	.ourworks__gallery{grid-gap:5px;}
}

