.project_view{

}

.header-view-product{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

    .view-product-slider{
        flex-basis: 50%;
        margin-right: 60px;
        display: flex;
        justify-content: space-between;
    }
    
        .vps-list-image{
            width: 20%;
            margin-right: 30px;
            max-height: 52vh;
            overflow-y: auto;
        }
        
            .vps-list-image-items{
                height: 200px;
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                margin-bottom: 10px;
                cursor: pointer;
                opacity: 0.5;
                margin-right: 5px;
            }
            
            .vps-list-image-items.action{
                opacity: 1;
            }
    
        .vps-image-show{
            width: 80%;
            height: 52vh;
            background-position: top center;
            background-size: contain;
            background-repeat: no-repeat;
        }
    
    
    .view-priduct-info{
        flex-basis: 50%;
    }
    
        .vpi-title{
            font-weight: bold;
            font-size: 37px;
            margin-bottom: 30px;
            margin-top: 0px;
        }
        
        .vpi-options{
            display: flex;
            justify-content: space-between;
            flex-direction: row;
            flex-wrap: wrap;
            margin-bottom: 20px;
        }

            .vpi-options-items{
                width: 33.3333%;
                width: calc(33.3333% - 20px);
                margin-bottom: 20px;
                background-color: #fff;
                padding: 25px 20px;
                box-sizing: border-box;
            }
            
            .vpi-options-items:nth-child(3n){
                width: 33.3333%;
                margin-right:0px;
            }
            
                .vpi-options-items-icon{
                    float: left;
                    vertical-align: top;
                    width: 57px;
                    height: 57px;
                    margin-right: 10px;
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: 72%;
                }
                    .vpi-options-items-icon.weight{
                        background-image: url(../img/product_view/icon_weight.svg);
                    }
                    
                    .vpi-options-items-icon.w-formula{
                        background-image: url(../img/product_view/icon_w_formula.svg);
                    }
                    
                    .vpi-options-items-icon.power-engine{
                        background-image: url(../img/product_view/icon_power_engine.svg);
                    }
                    
                    .vpi-options-items-icon.type-cabin{
                        background-image: url(../img/product_view/icon_type_cabin.svg);
                    }
                    
                    .vpi-options-items-icon.kpp{
                        background-image: url(../img/product_view/icon_kpp.svg);
                    }
                    
                    .vpi-options-items-icon.engine{
                        background-image: url(../img/product_view/icon_engine.svg);
                    }
                    
                
                .vpi-options-items-title{
                    display: inline-block;
                    vertical-align: top;
                    color: #A7A7A7;
                    font-size: 19px;
                }
                
                .vpi-options-items-value{
                    display: inline-block;
                    vertical-align: top;
                    color: #4E4E4E;
                    font-size: 19px;
                    font-weight: bold;
                }
                
                .vpi-options-items:after{
                    content: "";
                    display: block;
                    clear: both;
                }
                
        .view-priduct-info-mini-desk{
            color: #6C6C6C;
            font-size: 22px;
            margin-bottom: 30px;
        }
            
        .view-priduct-info .button{
            margin-right: 15px;
        }
        
        .view-priduct-info .button.blue{
            background-color: #0B52A0;
            color: #fff;
            transition: 0.3s;
        }
        
            .view-priduct-info .button.blue:hover{
                background-color: #FF9B26;
                border: 2px solid #FF9B26;
            }
    
.view-product-desk-content{
    background-color: #fff;
    box-sizing: border-box;
    padding: 30px 80px;
    padding-bottom: 80px;
}

    .vpd-header{
        padding: 0px 10px;
        display: flex;
        justify-content: flex-start;
        margin-bottom: 50px;
        border-bottom: 1px solid #E6E6E6;
        margin: 0px -40px;
        margin-bottom: 40px;
    }
    
        .vpd-header-items{
            margin-right: 40px;
            padding: 10px 40px;
            color: #9F9F9F;
            font-size: 22px;
            font-weight: bold;
            text-transform: uppercase;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }
        
        .vpd-header-items.action{
            color: #0B52A0;
        }
        
        .vpd-header-items.action:after {
            content: "";
            position: relative;
            display: block;
            margin: 0px -15px;
            height: 1px;
            border-top: 1px solid #0B52A0;
            top: 12px;
        }
        
        .vpd-tab{
            display: none;
        }
        
        .vpd-tab.action{
            display: block;
        }
        
        .vpd-tab.text-tab{
            color: #646464;
            font-size: 21px;
            line-height: 35px;
        }
        
    .vpd-tab-title{
        font-weight: bold;
        color: #21262C;
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    
    .vpd-tab-title:first-child{
        margin-top: 0px;
    }
    
    .vpd-tab-options{
        color: #323232;
        display: flex;
        justify-content: flex-start;
        padding: 10px 15px;
        box-sizing: border-box;
        font-weight: 600;
        font-size: 20px;
    }
    
    .vpd-tab-options:nth-child(2n){
        background-color: #ECF3FA;
    }
    
        .vpd-tab-options-key{
            flex-basis: 50%;
        }
        
        .vpd-tab-options-value{
            flex-basis: 50%;
        }
        
.form-request{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    display: none;
    opacity: 0;
    transition: opacity 0.3s;
}

.form-request.open{
    opacity: 1;
}

    .form-request-content{
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 450px;
        top: 15%;
        left: 50%;
        background-color: #fff;
        border-radius: 20px;
        padding: 40px 50px;
        transition: top 0.3s;
    }
    
    .form-request.open .form-request-content{
        top: 45%;
    }
    
        .form-request-title{
            font-size: 30px;
            font-weight: bold;
            text-align: center;
            margin-bottom: 10px;
        }

        .form-request-title-desk{
            font-weight: bold;
            font-size: 20px;
            text-align: center;
            color: #888;
            margin-bottom: 40px;
        }
        
        .form-request-content input{
            width: 100%;
            font-size: 19px;
            padding: 15px 30px;
            box-sizing: border-box;
            border: 1px solid #D1D2D4;
            margin-bottom: 20px;
            border-radius: 5px;
        }
        
        .form-request-content .button{
            border: 2px solid #9F9F9F;
            color: #67696B;
        }
        
        .form-request-content .button:hover{
            color: #FFF;
            background-color: #67696B;
            border: 2px solid #67696B;
        }
        
        .error-title{
            font-weight: bold;
            display: none;
        }
        
        .close-form{
            position: absolute;
            width: 50px;
            height: 50px;
            top: 10px;
            right: 10px;
            cursor: pointer;
            background-image: url(../img/icon_close.svg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: 35%;
        }
        
.price-model{
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    vertical-align: middle;
    margin-right: 20px;
}
    
    .price-model-value{
        display: inline-block;
    }
    
    .price-model-value:after{
        content: "";
        width: 30px;
        height: 30px;
        display: inline-block;
        vertical-align: middle;
        background-image: url(../img/icon_tenge.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 75%;
        position: relative;
        top: -2px;
    }

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

    .vps-list-image-items{
        height: 150px;
    }
    
    .vpi-options-items{
        padding: 20px 15px;
    }
    
    .vpi-options-items-icon{
        margin-right: 7px;
    }
    
    .vpi-options-items-title{
        font-size: 18px;
    }
    
    .vpi-options-items-value{
        font-size: 18px;
    }
    
    .view-priduct-info-mini-desk{
        font-size: 20px;
    }
    
    .vpd-header-items{
        font-size: 20px;
    }
    
    .vpd-tab.text-tab{
        font-size: 20px;
    }
    
    .vpi-title{
        font-size: 34px;
    }
    
}

@media only screen and (max-width: 1300px){
    
    .vpi-options-items-icon{
        margin-right: auto;
        margin: 0 auto;
        float: none;
        margin-bottom: 5px;
    }
    
    .vpi-options-items-title{
        text-align: center;
        display: block;
        margin-bottom: 5px;
    }
    
    .vpi-options-items br{
        display: none;
    }
    
    .vpi-options-items-value{
        display: block;
        text-align: center;
    }
    
}
        

@media only screen and (max-width: 768px){
 
    .header-view-product{
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    
    .view-product-slider {
        flex-basis: 100%;
        margin-right: 0px;
        flex-wrap: wrap-reverse;
    }
    
    .vps-image-show {
        width: 100%;
        height: 30vh;
        background-size: contain;
        margin-bottom: 20px;
    }
    
    .vps-list-image {
        width: 100%;
        margin-right: 0px;
        max-height: none;
        overflow-y: auto;
        display: flex;
        margin-bottom: 10px;
    }
    
    .vps-list-image-items{
        width: 25%;
        height: 10vh;
    }
    
    .view-priduct-info {
        flex-basis: 100%;
    }
    
    .vpi-title {
        font-size: 30px;
    }
    
    .vpi-options-items {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .vpi-options-items:nth-child(3n) {
        width: 100%;
    }
    
    .view-priduct-info .button.blue {
        padding: 5px 25px;
    }
    
    .view-product-desk-content {
        padding: 20px 25px;
    }
    
    .vpd-header-items{
        margin-right: 20px;
        padding: 10px 30px;
        font-size: 17px;
    }
    
    .vpd-header {
        padding: 0px;
        margin: 0px;
        margin-bottom: 20px;
        align-items: center;
    }
    
    .vpd-tab.text-tab {
        font-size: 18px;
    }
    
    .vpd-tab-title{
        font-size: 20px;
    }
    
    .vpd-tab-options{
        font-size: 17px;
    }
    
    .vpd-header-items.action:after{
        content: none;
    }
    
    .form-request-content{
        width: 65vw;
    }
    
}    


