.content-main{
    /*padding-top: 50px;*/
}

#review-gallery {

}

.statistics-main {
    width: 100%;
    height: auto;
}
.stat-block {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
.stat-subblock {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    text-align: center;
    padding-top: 30px;
}
.stat-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
}
.stat-text {
    font-weight: normal;
    font-size: 15px;
    line-height: 150%;
    padding-top: 10px;
}
.pop-calc-main {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    text-align: center;
    flex-wrap: wrap;
}
.calc-block-main {
    width: 250px;
    /*height: 345px;*/
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    border-radius: 4px;
    margin-top: 15px;
    margin-bottom: 25px;
}
.calc-block-main img {
    width: auto;
    height: 90%;
}
.calc-main-img {
    width: 210px;
    height: 170px;
    padding: 20px 20px 0px 20px;
}
.btn-main {
    width: 210px;
    position: relative;
    top: 20px;
    padding: 10px 0;
}
.name-main {
    padding: 20px 20px 16px 20px;
}
.maim-a-pop {
    position: relative;
}
.maim-a-pop a {
    position: absolute;
    right: 0;
    top: 5px;
}

.adv-main-bl {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
.adv-info{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    max-width: 536px;
    flex-grow: 1;
    flex-basis: 50%;
}

.adv-bloc-img {
    margin-top: 15px;
    min-width: 44px;
}

.adv-bloc-text{
    max-width: 394px;
    padding: 0 10px 0 20px;
}

.adv-bloc-text > h2 {
    margin-top: 18px;
    font-size: 1.625rem;
}

#footer-partners h1{
    text-align: left;
}

section .index .block-company ul li {
    text-align: center;
}

.money-install{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.block-money-gor{
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-bottom: 1px solid #A1CFF3;

}
.block-money-gor-under{
    width: 25%;
    height: auto;
}
.block-money-gor-under ul li{
    list-style-type: none;
}
.block-money-gor-under ul li:before{
    content: url("/assets/images/check_mark.png");
    padding-right: 8px;
}
.act-check:before{
    content: url("/assets/images/active_check_mark.png") !important;
    padding-right: 8px;
}
.block-money-gor-under p{
    padding-top: 80px;
    font-weight: bold;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
}
.block-money-gor-under img{
    padding: 20px 10px 10px 10px;
}
.block-money-gor-under ul{
    margin: 10px 0 20px 0;
}
.pvx-block{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.pvx-ul{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items:center;
    padding-top: 20px;
}
.pvx-text-li{
    width: 100%;
    padding-left: 20px;
}
.pvx-ul div img{
    width: 44px;
}
.pvx-img img{
    padding-top: 30px;
    width: 510px;
    height: 450px;
}
.warranty-block{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.warranty-ul li{
    list-style-type: none;
    display: flex;
    align-items: center;
    padding-top: 20px
}
.warranty-ul li:before{
    content: '';
    background: url('/assets/images/sprite.png') no-repeat -995px 0;
    min-width: 27px;
    height: 27px;
    margin-right: 20px;
}
.full-construction{
    text-align: center;
}
.full-construction-block div:last-child {
    width: 250px;
    position: relative;
}
.full-construction p{
    font-weight: normal;
    font-size: 13px;
    line-height: 140%;
}
.full-construction-block{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 40px;
    flex-wrap: wrap;
}
.chimney{
    /*padding-right: 24px;*/
    position: relative;
    flex-basis: 25%;
}
.chimney::before{
    content: '';
    position: absolute;
    right: 0;
    top: 40px;
    background: url('/assets/images/sprite.png') no-repeat -2117px 0;
    width: 34px;
    height: 34px;
    display: block;
}
.title-install{
    font-weight: bold;
    font-size: 28px;
    line-height: 130%;
    color: #00569C;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.ins-text{
    text-align: left;
    max-width: 390px;
}
.ins-text p{
    padding-top: 10px;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
}
.before-after-slider{
    display: flex;
    flex-wrap: wrap;
    flex-basis: 50%;
}
.plast-bloc{
    justify-content: flex-start;
}
.types-doors-block, .types-profile-block{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

.block-doors, .block-profile{
    max-width: 340px;
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}
.doors-img{
    padding: 20px;
}
.doors-img img{
    height: 170px;
}
.doors-text, .profile-text{
    padding: 0 20px 0 20px;
}
.doors-text .h3-block{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #00569C;
    padding-bottom:10px;
}
.doors-button{
    position: relative;
    bottom: -25px;
}
.doors-button p{
    padding-bottom: 23px;
}
.doors-button-block{
    width: 100%;
    height: 113px;
    position: relative;
}
.btn-doors{
    display: inline-block;
    background: #00569C;
    color: #fff;
    border: none;
    padding: 13px 64px;
}
.btn-doors:hover {
    color: #ddd;
}

.profile-text .h3-block, .profile-text .h2-block {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 120%;
    color: #00569C;
}

.profile-text .h2-block {
    font-size: 1.25rem;
}

.profile-text .profile-spec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ececec;
    color: #84858a;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.video-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}


.glazing-balkon{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.block-balkon-under-img{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 300px;
    padding-right: 20px;
}
.block-balkon-under-text{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width:70%;
}
.block-balkon{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    border-bottom: 1px solid #DDDDDD;
    padding-top: 20px;
}
.block-balkon ul li{
    list-style-type: none;
    padding-top: 20px;
}
.economical-option:before, .lightweight-construction:before{
    content: url("/assets/images/wallet(6).png");
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle;
}
.lightweight-construction:before{
    content: url("/assets/images/send1.png");
}
.block-balkon-under-img{
    display: flex;
    justify-content: space-between;
}
.block-balkon-under-text {
    display: flex;
    justify-content: space-between;
}
.block-balkon-under-text h2{
    margin: 0 0 15px 0;
}
.btn-balkon{
    padding: 10px 50px;
    background: #00569c;
    color: #fff;
    border: none;
    outline: 0;
    display: inline-block;
    position: relative;
}
.button-block{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    max-width: 400px;

}
.button-block div{
    padding-bottom: 30px;
    white-space: nowrap;
}
.button-block div strong {
    font-size: 1.85rem;
    color: #00569c;
}

.ordering-windows{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 30px;
}
.ordering-block{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ordering-block-subblock{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-basis: 50%;
    min-width: 290px;
    max-width: 450px;
}
.ordering-text h2 {
    margin: 0;
    padding-bottom: 10px;
}
.ordering-text{
    padding-left: 20px;
}
.ordering-img{
    width: 44px;
    margin-top: 20px;
}
.calc-block-main-balcon{
    width: 340px;
    height: 342px;
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    border-radius: 4px;
    margin-top: 25px;
}
.calc-block-main-balcon .calc-main-img{
    width: auto;
    height: 190px;
    padding: 20px 20px 0px 20px;
}
#content{
    width: 60%;
}
.res-mobile{
    display: none;
}
.content-main h3{
    margin-top: 0;
}
h1, h2, h3, h4, h5, h6{
    font-size: revert;
}
section article{
    /*margin-top: 30px;*/
}

.clear::after {
    content:"";
    display:block;
    clear:both;
}

a.denied {
    display: none;
}

.slide-block-portfolio, .slide-block-otzyvy {
    position: relative;
}

.slide-block-portfolio .controls > .prev, .slide-block-portfolio .controls > .next, .slide-block-otzyvy .controls > .prev, .slide-block-otzyvy .controls > .next {
    font-size: 2.5em;
    cursor: pointer;
    color: #00569C;
    opacity: 0.75;
    outline: none;
    position: absolute;
    background: transparent;
    border: 0;
    padding: 0;
}

.slide-block-portfolio .controls > .prev, .slide-block-otzyvy .controls > .prev {
    left: -15px;
}

.slide-block-portfolio .controls > .next, .slide-block-otzyvy .controls > .next {
    right: -15px;
}

.slide-block-portfolio .controls > .prev:hover, .slide-block-portfolio .controls > .next:hover, .slide-block-otzyvy .controls > .prev:hover, .slide-block-otzyvy .controls > .next:hover {
    opacity: 1;
}

.slide-block-otzyvy .slider > .border {
    padding: 0 5px;
}

.slide-block-otzyvy .slider > .border > div {
    border: 1px solid #ECECEC;
    box-sizing: content-box;
    border-radius: 4px;
    height: 370px;
    position: relative;
}

.slide-block-otzyvy .slider > .border > div:before {
    content:'';
    width:100%;
    height:100px;
    position:absolute;
    left:0;
    bottom:0;
    background:linear-gradient(transparent 0, white);
}


.slide-block-otzyvy .name-otzyvy {
    padding: 30px 0 0 30px;
}

.slide-block-otzyvy .name-otzyvy p {
    margin-top: 5px;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
}
.slide-block-otzyvy .text-otzyvy {
    padding: 0 30px 30px 30px;
}

.slide-block-otzyvy .img-otzyvy img {
    float: right;
    margin: 15px 15px 0 0;
}
.slide-block-otzyvy .data-otzyvy {
    line-height: 150%;
    color: #A3A3A3;
}

.slide-block-otzyvy .src-otzyvy {
    position: absolute;
    bottom: 10px;
    right: 15px;
}


@media screen and (max-width: 1450px) {

    .ber_aft_slid{
        width: 95%;
    }
}
@media screen and (max-width: 900px) {
    .stat-block {
        /*flex-direction: column;*/
    }
    .block-balkon{
        flex-direction: column;
    }
    .block-balkon-under-text{
        width: 100%;
    }
    .ordering-windows{
        flex-direction: column;
    }
    .pvx-block{
        flex-wrap: wrap;
    }
    .warranty-block{
        flex-wrap: wrap;
    }
    section article h1{
        margin: 0;
    }
}
@media screen and (max-width: 765px) {
    .multi_slide_block{
        height: 150px;
    }
    .pvx-img img{
        display:none;
    }
    .res-mobile{
        display: block;
    }
    .button_pc{
        display: none !important;
    }
    .block-money-gor-under h3{
        font-size: 14px;
    }
    .block-money-gor-under ul li{
        font-size: 11px;
    }
    .block-money-gor-under p{
        font-size: 14px;
    }
    .maim-a-pop a{
        top: -20px;
    }
    #content{
        margin-top: 90px;
    }
}
@media screen and (max-width: 340px) {
    .content-main-mobile{
        display: none;
    }
}

section article .inlineCalcBlock .calcBlock__group-element {
    max-width: 340px;
    border: 1px solid #ECECEC;
    border-radius: 4px;
    margin-bottom: 40px;
}

section article .inlineCalcBlock .calcBlock__group-element .btn {
    font-size: 1.266rem;
    padding: 10px 0;
    width: 210px;
    position: relative;
    bottom: -32px;
}
section article .inlineCalcBlock .calcBlock__group-element .with-img {
    min-height: 190px;
    display: block;
}

.sprite { background: url('/assets/images/sprite.png') no-repeat top left; min-width: 44px; height: 44px;  }
.sprite.plast-bal1 { background-position: 0 0; }
.sprite.plast-bal2 { background-position: -54px 0; }
.sprite.plast-bal3 { background-position: -108px 0; }
.sprite.plast-bal4 { background-position: -162px 0; }
.sprite.plast-bal5 { background-position: -216px 0; }
.sprite.plast-bal6 { background-position: -270px 0; }
.sprite.plast-bal7 { background-position: -324px 0; }
.sprite.pvx-img1 { background-position: -378px 0; }
.sprite.pvx-img2 { background-position: -432px 0; }
.sprite.pvx-img3 { background-position: -486px 0; }
.sprite.pvx-img4 { background-position: -540px 0; }
.sprite.pvx-img5 { background-position: -594px 0; }
.sprite.pvx-img6 { background-position: -648px 0; }
.sprite.pvx-img7 { background-position: -702px 0; }
.sprite.send1 { background-position: -756px 0; width: 26px; height: 26px; }
.sprite.wall-clock { background-position: -792px 0; width: 55px; height: 55px; }
.sprite.wallet6 { background-position: -857px 0; width: 26px; height: 26px; }
.sprite.certificate { background-position: -893px 0; width: 55px; height: 55px; }
.sprite.group170 { background-position: -958px 0; width: 27px; height: 20px; }
.sprite.group236 { background-position: -995px 0; width: 27px; height: 27px; }
.sprite.group278 { background-position: -1032px 0; }
.sprite.group279 { background-position: -1086px 0; }
.sprite.group280 { background-position: -1140px 0; }
.sprite.group281 { background-position: -1194px 0; }
.sprite.group282 { background-position: -1248px 0; }
.sprite.group283 { background-position: -1302px 0; }
.sprite.group284 { background-position: -1356px 0; }
.sprite.group285 { background-position: -1410px 0; }
.sprite.group286 { background-position: -1464px 0; }
.sprite.group287 { background-position: -1518px 0; }
.sprite.guarantee { background-position: -1572px 0; min-width: 55px; height: 55px; }
.sprite.ordering-windowsimg1 { background-position: -1637px 0; }
.sprite.ordering-windowsimg2 { background-position: -1691px 0; }
.sprite.ordering-windowsimg3 { background-position: -1745px 0; }
.sprite.ordering-windowsimg4 { background-position: -1799px 0; }
.sprite.shield { background-position: -1853px 0; min-width: 230px; height: 230px; }
.sprite.active_check_mark { background-position: -2093px 0; width: 14px; height: 14px; }
.sprite.akar-icons_chevron-left { background-position: -2117px 0; width: 34px; height: 34px; }
.sprite.check_mark { background-position: -2161px 0; width: 14px; height: 14px; }

.full-construction-ico { background: url('/assets/images/full-construction.png') no-repeat top left; width: 110px; height: 110px; display: inline-block; }
.full-construction-ico.img1 { background-position: 0 0; }
.full-construction-ico.img2 { background-position: -120px 0; }
.full-construction-ico.img3 { background-position: -240px 0; }
.full-construction-ico.img4 { background-position: -360px 0; }
.full-construction-ico.img5 { background-position: -480px 0; }
.full-construction-ico.img6 { background-position: -600px 0; }
.full-construction-ico.img7 { background-position: -720px 0; }
.full-construction-ico.img8 { background-position: -840px 0; }

.lamination-int {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    align-items: flex-start;
}

.lamination-result {
    position: relative;
    width: 350px;
    max-width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
}

.lamination-result .lamination-bg-img {
    display: block;
    width: 100%;
    min-width: 290px;
    height: auto;
}

.lamination-result .lamination-img {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    right: 72px;
    width: auto;
    max-width: none;
}

.lamination-result .lamination-handle-img {
    position: absolute;
    top: 118px;
    right: 180px;
    width: 100px;
}

.lamination-params {
    flex-grow: 1;
    flex-shrink: 1;
    width: 1%;
}



@media screen and (max-width: 960px) {
    .lamination-int {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .lamination-result {
        width: 350px;
    }

    .lamination-params {
        width: 100%;
    }

    .lamination-result .lamination-handle-img {
        top: 108px;
    }
}

@media screen and (max-width: 320px) {

    .lamination-result {
        width: 290px;
    }

    .lamination-result .lamination-handle-img {
        top: 87px;
        right: 165px;
        width: 70px;
    }
}

.preloader-wrap {
    position: absolute;
    top: 0;
    left: 15px;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,.8);
    z-index: 10000;
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s;
}

.preloader-wrap.is-show {
    opacity:1;
    pointer-events:auto
}

.preloader-wrap .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border: 10px solid #eaf0f6;
    border-radius: 50%;
    border-top: 10px solid #00569c;
    width: 30px;
    height: 30px;
    animation: spinner 1s linear infinite;
}

@keyframes spinner {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.color-profile {
    display: flex;
    flex-wrap: wrap;
}

.color-profile__result {
    min-width: 290px;
    max-width: 520px;
    flex-grow: 0;
}

.color-profile__params {
    width: 1%;
    flex-grow: 1;
    min-width: 290px;
}

.color-profile__params > div {
    display: flex;
    align-items: center;
    margin-top: 20px;

}

.color-profile__params > div > div {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    outline: #ccc solid 5px;
    cursor: pointer;
}

.color-profile__params > div.active > div {
    outline: #00569c solid 5px;
}

.color-profile__params > div > span {
    cursor: pointer;
}

header .menuBlock .line .menu li span.parent::before{
    content: '';
    color: #00569c;
    width: 20px;
    height: 20px;
    display: inline-block;
    top: 50%;
    position: absolute;
    margin-left: -21px;
    margin-top: -9px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%2300569c%22%20viewBox%3D%220%200%2050%2050%22%20enable-background%3D%22new%200%200%2050%2050%22%3E%3Cpath%20d%3D%22M38.288%2010.297l1.414%201.415-14.99%2014.99-1.414-1.414z%22%2F%3E%3Cpath%20d%3D%22M40%2020h-2v-8h-8v-2h10z%22%2F%3E%3Cpath%20d%3D%22M35%2038H15c-1.7%200-3-1.3-3-3V15c0-1.7%201.3-3%203-3h11v2H15c-.6%200-1%20.4-1%201v20c0%20.6.4%201%201%201h20c.6%200%201-.4%201-1V24h2v11c0%201.7-1.3%203-3%203z%22%2F%3E%3C%2Fsvg%3E");
}


/*video*/
.ag-yt-ll {
    max-width: 100%;
    width: 100%;
    position: relative!important;
    overflow: hidden;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ag-yt-ll-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%!important;
    width: 100%!important;
    display: block;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.ag-yt-ll-playbtn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 158 110'%3E%3Cpath fill='rgba(0,0,0,.65)' d='m154.4 17.5c-1.8-6.7-7.1-12-13.9-13.8-12.3-3.2-61.5-3.2-61.5-3.2s-48.3-0.2-60.6 3c-6.8 1.8-13.3 7.3-15.1 14-3.3 12.2-3 37.5-3 37.5s-0.3 25.3 3 37.5c1.8 6.7 8.4 12.2 15.1 14 12.3 3.3 60.6 3 60.6 3s48.3 0.2 60.6-3c6.8-1.8 13.1-7.3 14.9-14 3.3-12.1 3.3-37.5 3.3-37.5s-0.1-25.3-3.4-37.5z'/%3E%3Cpolygon fill='%23fff' points='63.9 79.2 103.2 55 63.9 30.8'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: calc(35px + 10%) auto;
    background-repeat: no-repeat
}

.ag-yt-ll-playbtn:hover {
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 158 110'%3E%3Cpath fill='red' d='m154.4 17.5c-1.8-6.7-7.1-12-13.9-13.8-12.3-3.2-61.5-3.2-61.5-3.2s-48.3-0.2-60.6 3c-6.8 1.8-13.3 7.3-15.1 14-3.3 12.2-3 37.5-3 37.5s-0.3 25.3 3 37.5c1.8 6.7 8.4 12.2 15.1 14 12.3 3.3 60.6 3 60.6 3s48.3 0.2 60.6-3c6.8-1.8 13.1-7.3 14.9-14 3.3-12.1 3.3-37.5 3.3-37.5s-0.1-25.3-3.4-37.5z'/%3E%3Cpolygon fill='%23fff' points='63.9 79.2 103.2 55 63.9 30.8'/%3E%3C/svg%3E")
}

.ag-yt-ll iframe {
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    border: 0
}







