
.vh {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.header {
    background-color: #fdb913;
}

body {
    font-family: 'Roboto', sans-serif;
}

.fz-12 {
    font-size: 12px !important;

}

.header_row_col {
    border-bottom: 2px solid transparent;
    padding: 0;
}

.header_row_col:hover {
    cursor: pointer;
    border-bottom: 2px solid white;

}

.header2_row_col {
    border-bottom: 3px solid transparent;
    padding: 0;
}

.header2_row_col:hover {
    border-bottom: 3px solid #fdb913;
}

.no_hover:hover {
    border-bottom: 3px solid transparent;
}

.header2_row_col_btn {
    color: black;
    border-color: #fdb913;
    border-width: 2px;
    font-size: 16px;
    padding: 14px 32px;
}

.header2_row_col_btn2 {
    background-color: black;
    font-size: 16px;
    padding: 14px 32px;
}

.header2 {
    border-bottom: 4px solid #fdb913;
}
.btn-outline-danger:hover {
    background-color: transparent;
    color: black;
}
.container-fluid {
    max-width: 1140px;
}

.con1 {
    background-image: url('file/img/sky-mevduat.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: 65%;

}


.con2_cont_block {
    background-image: url('file/img/con2.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 500px;
    /*padding-top: 50.45%;*/

}

.con1_cont_block_position_block {
    background-color: #222222;
    width: fit-content;
    color: white;
    padding: 1% 2%;

    margin-bottom: 3px;
    border-radius: 10px;
}

.popup_call {
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.25);*/
    backdrop-filter: blur(1px);
    display: flex;
    flex-direction: column;
}
.popup_calL_main {
    background-color: #fff;
    margin: auto;

}
.form-control {
    border: 2px solid #5f5f5f;
    padding: 14px 16px;
    border-radius: 8px;
}
label {
    font-size: 12px;
    line-height: 22px;
    color: #5f5f5f;
    font-weight: bold;
    margin-bottom: 12px;
}
.form-control:focus {
    border: 2px solid #fdb913;
    box-shadow: none;
}
select:focus {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
option:hover {
    background-color: #fdb913 !important;
}

/*.con1_cont_block_position_block > p {*/
/*    font-size: clamp(0.75rem, 0.426rem + 1.728vi, 2.5rem) !important;*/
/*}*/


@media (max-width: 1200px) {
    .vh {
        min-height: unset;
    }

    .con4_col {
        flex-basis: unset !important;
    }
}