/*-----------------------------------------------------------------------------------Page Калькулятор пластиковых окон*/
/*----------------------------------Block Жёлтый фон + Мужик + «наши преимущества»*/
.kalkulyator-no-repay{
    padding: 40px 0 20px;
    background: #f9e10c;
    position: relative;
    margin: 75px 0;
}
.kalkulyator-no-repay .guy {
    position: absolute;
    left: 0;
    bottom: -20px;
    z-index: 1;
}
.no-repay-info {
    position: relative;
    color: #000;
}
.no-repay-info h2 {
    font-size: 40px;
}
.no-repay-info ul {
    list-style-type: none;
}
.no-repay-info li {
    font-size: 30px;
    margin: 30px auto;
}
.kalkulyator-no-repay__button .btn{
    display: inline-block;
    position: relative;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #40aaf3), color-stop(50%, #046cb3));
    background-image: -o-linear-gradient(#40aaf3 50%, #046cb3 50%);
    background-image: linear-gradient(#40aaf3 50%, #046cb3 50%);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.36);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.36);
    border: none;
    border-radius: 25px;
    line-height: 45px;
    height: 45px;
    padding: 0 25px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 1px #555;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.kalkulyator-no-repay__button .btn:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #2e9de9), color-stop(50%, #015f9f));
    background: -o-linear-gradient(#2e9de9 50%, #015f9f 50%);
    background: linear-gradient(#2e9de9 50%, #015f9f 50%);
}
/*iPhone 14 Pro Max landscape*/
@media only screen and (max-width : 932px) and (orientation: landscape){
    .no-repay-info h2 {
        font-size: calc(24px + 1.5vw);
    }
    .no-repay-info li {
        font-size: calc(20px + 1.5vw);
    }
}
/*//iPhone 14 Pro Max landscape*/
/*iPhone 14 Pro Max portrait*/
@media only screen and (max-width : 430px) and (orientation:portrait){
    .no-repay-info h2 {
        font-size: calc(24px + 1.5vw);
    }
    .no-repay-info li {
        font-size: calc(20px + 1.5vw);
    }
}
/*//iPhone 14 Pro Max portrait*/
/*------------------------------------//Block Жёлтый фон + Мужик + «наши преимущества»*/
/*-------------------------------------------------Block Гарантия низких цен*/
.low-cost{
    position: relative;
}
h2.low-cost__title{
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.low-cost .h3-wrap {
    position: relative;
    margin: 28px auto;
}
.low-cost h3 {
    font: 1.3em "MuseoSansBlack", sans-serif;
    font-weight: 600;
    background: #f9e10c;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 20px;
}
.win-cost img {
    display: block;
    height: 230px;
    margin: 0 auto;
}
.rnw {
    position: relative;
    padding-bottom: 20px;
}
.rnw span {
    display: inline-block;
    font: 25px "MuseoSansBold", sans-serif;
    font-weight: 600;
    color: #454545;
    position: relative;
}
.rnw span::after {
    content: '';
    position: absolute;
    z-index: 1;
    left: -3px;
    -webkit-transform: rotate(-14deg);
    -ms-transform: rotate(-14deg);
    transform: rotate(-14deg);
    width: 82%;
    height: 2px;
    background: #e3000f;
    bottom: 13px;
}
.rnw b {
    display: inline-block;
    font: 45px "MuseoSansBlack", sans-serif;
    font-weight: 600;
    color: #e3000f;
    margin-left: 10px;
}
/*iPhone 14 Pro Max landscape*/
@media only screen and (max-width : 932px) and (orientation: landscape){
    h2.low-cost__title{
        font-size: calc(26px + 1.5vw);
    }
}
/*//iPhone 14 Pro Max landscape*/
/*iPhone 14 Pro Max portrait*/
@media only screen and (max-width : 430px) and (orientation:portrait){
    h2.low-cost__title{
        font-size: calc(26px + 1.5vw);
    }
}
/*//iPhone 14 Pro Max portrait*/
/*---------------------------------------------//Block Гарантия низких цен*/
