/*--------------------------------------------------------------------------------Page Калькулятор остекления балконов*/
.calc .calc-in-columns {
    position: relative;
    min-height: 350px;
    padding: 45px 0 0;
}
.calc .calc-in-column-left {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.calc .calc-type {
    display: flex;
    line-height: 60px;
    height: 60px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #555;
    margin: 20px 20px 20px 0;
    cursor: pointer;
    min-width: 280px;
    font-size: 18px;
    opacity: 0.5;
    position: relative;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.calc .calc-type.calc .calc-type-checked,
.calc .calc-type.calc-type-checked,
.calc .calc-type:hover {
    opacity: 1;
    border: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0), to(#ffd600));
    background: -webkit-linear-gradient(#ff0, #ffd600);
    background: linear-gradient(#ff0, #ffd600);
}
.calc .calc-type img {
    align-self: center;
    flex-shrink: 0;
    display: inline-block;
    width: 34px;
    margin: 10px;
}
.calc .calc-type span{
    position: relative;
    display: block;
    white-space: nowrap;
    border-left: 1px solid #555;
    padding: 0 10px;
}

.calc .calc-in-column-center {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
.calc .calc-img-okno-big {
    margin: 0 auto;
    -webkit-filter: drop-shadow(0 15px 15px rgba(0, 0, 0, 0.5));
}

.calc .calc-in-column-right {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
.calc .calc-right-header {
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0;
    font-size: 24px;
}
.calc .hot-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}
.calc .hot-b li {
    margin: 15px 0 0 15px;
}
/*iPhone 14 Pro Max landscape*/
@media only screen and (max-width : 932px) and (orientation: landscape){
    .calc .calc-in-columns {
        min-height: auto;
        padding: 0;
    }
}
/*//iPhone 14 Pro Max landscape*/
/*iPhone 14 Pro Max portrait*/
@media only screen and (max-width : 430px) and (orientation:portrait){
    .calc .calc-in-columns {
        min-height: auto;
        padding: 0;
    }
}
/*//iPhone 14 Pro Max portrait*/
.calc .calc-bottom {
    position: relative;
    width: 100%;
    min-height: 244px;
}
.calc .calc-tech {
    min-height: 237px;
    padding: 5px 30px 20px;
    border-right: 1px solid #aaa;
}
.calc .calc-tech-left {
    min-height: 100%;
}
.calc .calc-tech-text {
    display: block;
    padding-left: 43px;
    margin: 10px 0 0;
    font-size: 12px;
    color: #000;
}
.calc .calc-tech-bar-container {
    height: 23px;
}
.calc .calc-tech-icon {
    margin: -26px 6px 0 0;
    width: 18px;
}
.calc .calc-tech-bar-out {
    position: relative;
    display: inline-block;
    width: 270px;
    height: 6px;
    background: #ccc;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
.calc .calc-tech-bar-in {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 200px;
    height: 5px;
    background: #f9e10c;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
}
#tech-sound {
    width: 190px;
}
#tech-lock {
    width: 170px;
}
#tech-light {
    width: 160px;
}
#tech-temp {
    width: 180px;
}
.calc .calc-tech-right {
    padding: 10px 10px 10px 30px;
}
.tech-check-container {
    margin: 9px 0;
}
.tech-checkbox + .tech-label {
    font-size: 14px;
    line-height: 1.6;
    cursor: pointer;
}
.tech-checkbox + .tech-label::before,
.tech-checkbox + .tech-label::after{
    outline: none;
    box-shadow: none !important;
}
/*iPhone 14 Pro Max landscape*/
@media only screen and (max-width : 932px) and (orientation: landscape){
    .calc .calc-bottom {
        min-height: auto;
    }
    .calc .calc-tech {
        min-height: auto;
        padding: 10px 0 20px;
        border-right: none;
    }
    .calc .calc-tech-right {
        padding: 10px 15px;
    }
}
/*//iPhone 14 Pro Max landscape*/
/*iPhone 14 Pro Max portrait*/
@media only screen and (max-width : 430px) and (orientation:portrait){
    .calc .calc-bottom {
        min-height: auto;
    }
    .calc .calc-tech {
        min-height: auto;
        padding: 10px 0 20px;
        border-right: none;
    }
    .calc .calc-tech-right {
        padding: 10px 15px;
    }
}
/*//iPhone 14 Pro Max portrait*/
.calc .calc-cost {
    color: #000;
    width: 100%;
    min-height: 236px;
    padding: 10px 20px 23px;
}
.calc .calc-cost h3,
.calc .calc-cost .h3{
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}
.calc .calc-cost-empty,
.calc .calc-cost-full {
    padding: 10px 0;
}
.calc .calc-cost-text {
    display: inline-block;
    width: 135px;
    margin: 8px 0;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
}
.calc .calc-cost-price {
    display: inline-block;
    width: 90px;
    text-align: right;
    font-size: 22px;
}
.calc .calc-cost-btn {
    font-weight: 800;
    position: relative;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffeb99), color-stop(50%, #fbda08));
    background: -webkit-linear-gradient(#ffeb99 50%, #fbda08 50%);
    background: linear-gradient(#ffeb99 50%, #fbda08 50%);
    display: block;
    width: 210px;
    color: #000;
    text-align: center;
    padding: 10px 20px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    border: 1px solid #e3c241;
}
.calc .calc-cost-btn:hover{
    opacity: 0.7;
}
/*iPhone 14 Pro Max landscape*/
@media only screen and (max-width : 932px) and (orientation: landscape){
    .calc .calc-cost-empty,
    .calc .calc-cost-full {
        text-align: center;
    }
}
/*//iPhone 14 Pro Max landscape*/
/*iPhone 14 Pro Max portrait*/
@media only screen and (max-width : 430px) and (orientation:portrait){
    .calc .calc-cost-empty,
    .calc .calc-cost-full {
        text-align: center;
    }
}
/*//iPhone 14 Pro Max portrait*/