body{
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}
.header{
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #DFDFDF ;
    align-items: flex-end;
    height: 110px;
    width: 100%;
    position: fixed; 
    box-shadow: 0px 13px 27px -5px rgba(0,0,0,0.05);
    background: white;
    z-index: 2;
}
.logo{
    width: 130px;
    margin-bottom: 25px;
    padding-right: 350px;
}

.logo_115y{
    width: 80px;
    margin-bottom: 10px;
}
.logo_att{
    width: 100px;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 40px;
}
.step_list{
    display: flex;
    font-size: 14px;
}
.step_list a{
    padding: 5px 15px;
    text-decoration: none;
    color: black;
    cursor: pointer;
}
.active{
    font-weight: bold;
    border-bottom: 3px solid #F47E0B;
}
.section-logo{
    display: flex;
    align-items: center;
    padding-left: 350px;
}
.logout_button{
    border: none;
    background: transparent;
    padding: 7px;
    font-size: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: black;
    text-decoration: none;
}
.logout_button span{
    font-size: 12px;
    font-weight: bold;
    padding-right: 8px;
}
.footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #F47E0B ;
}
.footer button{
    background: white;
    width: 280px;
    height: 35px;
    border-radius: 20px;
    border: none;
    margin: 10px 30px;
    color: black;
    font-size: 16px;
    cursor: pointer;
}
.footer p{
    color: white;
    font-weight: bold;
}
.first-part{
    width: 70%;
    height: 165vh;
    border-right: 1px solid #dfdfdf;
    text-align: center;
    position: fixed;
}
.second-part{
    width: 30%;
    margin-left: auto;
}
.first-part h3{
    font-size: 40px;
    margin-bottom: 10px;
    margin-top: 0;
    padding-top: 80px;
    font-weight: 400;
}
.first-part img{
    max-width: 95%;
    height: auto;
    width: auto;
}
.qty{
    display: flex;
}
.qty button{
    width: 30px;
    height: 30px;
    border-radius: 0;
    background: #F47E0B;
    color: white;
    border: none;
    cursor: pointer;
}
.qty input{
    width: 35px;
    text-align: center;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-right: none;
    border-left:none;
    border-radius: 0;
}
table{
    border-spacing: 0px;
    margin: auto;
    border-bottom: 1px solid #dfdfdf;
}
td{
    border-top: 1px solid #DFDFDF;
    border-right: 1px solid #dfdfdf;
    padding: 10px;
    text-align: center;
}
td:first-child{
    border-left: 1px solid #DFDFDF ;
}
th:nth-child(1) {
    width: 550px;
 }
th:nth-child(2) {
   width: 150px;
}
th:nth-child(3) {
    width: 150px;
}
th:nth-child(4) {
    width: 150px;
}

td:nth-child(1) {
    text-align: left;
}

#table input[type="radio"]{
    display:none;
}

#table input[type="radio"] + label
{
    background: white;
    border: 1px solid #717171;
    height: 18px;
    width: 18px;
    display:inline-block;
    padding: 0 0 0 0px;
    cursor: pointer;
}

#table input[type="radio"]:checked + label
{
    background: url('images/Checkmark.png');
    background-position: center;
    background-size: cover;
    height: 18px;
    width: 18px;
    display:inline-block;
    padding: 0 0 0 0px;
}
.helioz-field-el input[type="radio"], .helioz-field-el input[type="checkbox"]{
    width: auto;
    border: 1px solid #DFDFDF;
    height: auto;
}
.helioz-field-el input{
    width: 516px;
    border: 1px solid #DFDFDF;
    height: 26px;
    font-family: 'Open Sans';
}
.helioz-field-desc{
    font-size: 14px;
    text-align: left;
}
.helioz-field-el select{
    width: 520px;
    border: 1px solid #DFDFDF;
    height: 30px;
    margin-bottom: 8px;
    font-family: 'Open Sans';
}
.radio-text, .helioz-field-el span{
    font-size: 14px;
    padding-left: 10px;
    padding-bottom: 8px;
    
}
.helioz-field-el select:focus-visible{
    outline: none;
}
.helioz-radio-container label, .helioz-checkbox-container label{
    border: none;
}
.helioz-checkbox-container{
    display: flex;
    flex-direction: column;
}
#helioz_form_additional{
    padding-top: 15px;
}
.checkbox-input input{
    border-radius: 0 !important;
    border: 1px solid #DFDFDF;
    padding-top: 10px;
}
input[type="checkbox" i]
{
    background-color: red;
}

.download-section{
    width: 100%;
    height: 120vh;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('./images/bcg.png');
    background-position: center;
    background-size: cover;

}
.download-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 100px;
}
.download-content h3{
    color: white;
    text-align: center;
    font-size: 30px;
}
.download-content span{
    color: #F47E0B;
}
.download-buttons{
    display: flex;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 1000px
}

.download-button{
    width: 280px;
    height: 55px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    background: transparent;
    cursor: pointer;
    color: white;
    margin: 0px 20px;
    text-decoration: none;
    border-radius: 10px;
}
.container{
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.container h3{
    color: #F47E0B;
}

#node, #node2, #node4, #inst1, #inst2{
    width: 45%;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.1);
    padding: 0px 12px 6px 12px;
    height: fit-content;
}

#node3, #node5{
    width: 100%;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.1);
    padding: 0px 12px 6px 12px;  
}
#node div, #node2 div, #node3 div, #node4 div, #node5 div, #inst1 div, #inst2 div{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    border-bottom: 1px solid #DFDFDF;
}
#node p:nth-child(1), #node2 p:nth-child(1), #node3 p:nth-child(1), #node4 p:nth-child(1),  #node5 p:nth-child(1), #inst1 p:nth-child(1), #inst2 p:nth-child(1){
    font-weight: bold;
}
#node p, #node2 p, #node3 p, #node4 p, #node5 p, #inst1 p, #inst2 p{
    margin-bottom: 5px;
}

#node div:last-child, #node2 div:last-child, #node3 div:last-child, #node4 div:last-child, #node5 div:last-child, #inst1 div:last-child, #inst2 div:last-child{
    border-bottom: none;
}
.danger{
    background: #f2dede;
    border: 1px solid #ebccd1;
    border-radius: 4px;
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 20px;
    text-align: center;
    display: none;
}
#node3, #node5{
    height: min-content;
}
.install-div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #E5E5E5;
    padding: 0 100px;
}
.install-div p{
    width: 220px;
    margin: 0;
    padding: 10px;
    padding-left: 0;
    font-weight: normal;
    font-size: 15px;
}
.install-div p:nth-child(1){
    font-weight: 600;
    font-size: 15px;
}
.install-div p:nth-child(6){
    font-weight: 600;
    font-size: 15px;
    width: 60px;
}
.install-div input{
   width: 90px;
   height: 26px ;
   padding: 0;
   margin: 10px;
   margin-right: 4px;
   text-align: center;
}

.install-div:nth-child(2n){
    background: #FFFFFF;
}
.install-div1{
    justify-content: flex-end;
    padding-right: 140px;
    
}
.install-div1 p{
    width: auto;
    padding-left: 30px;
}
.install-p1{
    color: #F47E0B;
    font-weight: bold !important;

}
.title-instal{
    font-family: Open Sans;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 140.9%;
/* or 28px */
color: #F47E0B;
max-width: 1300px;
margin: auto;
}
.install-div-met{
    justify-content:flex-start ;
    padding-left: 100px;
}
.fixed-h{
    width: 90px !important;
    font-weight: bold !important;
    padding-left: 10px !important;
    text-align: center !important
}
.fixed-e{
    width: 100px !important;
}
.install-div2 p{
    width: auto;
    padding-left: 30px;
    font-weight: bold !important;
}
.install-div2{
    justify-content: flex-start;
    padding-left: 340px;
}
.drop{
    width: 425px;
    height: 200px;
    background-color: #DFDFDF;
    position: absolute;
    z-index: 1;
    top: 111px;
}
#conf{
    display: flex;
}
.fass{
    display: none !important;
}
.hooh{
    text-align: end;
}
.login-form{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    padding: 40px
}
.input-log{
    width: 320px;
    height: 40px;
    font-family: Verdana,Geneva,sans-serif !important;
}
.input-log::placeholder{
    font-family: Verdana,Geneva,sans-serif !important;
}
textarea{
    resize: none;
    height: 23px;
    width: 520px;
    border: 1px solid #DFDFDF;
    padding: 3px 0 0 0 ;
    font-family: 'Open Sans';
    font-size: 14px;
}
.btn-log{
    width: 324px;
    height: 42px;
    background: #4C5B6A;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    border: 1px solid #4C5B6A;
    cursor: pointer;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF; 
    font-family: Verdana,Geneva,sans-serif; 
}
.container-log{
    text-align: center;
    background: #F1F1F1    ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.white-log{
    background: #FFFFFF;
    box-shadow: 0px 0px 26px rgba(174, 174, 174, 0.25);
    border-radius: 19px;
}
.helioz{
    font-weight: bold;
    text-decoration: none;
    color: #F47E0B;
}
.helioz:hover{
    text-decoration: underline;
}



/* TEMPLATE */

@media screen and (max-width: 1700px) {
    .section-logo{
        padding-left: 150px;
    }
    .logo{
        padding-right: 150px;
    }
}
@media screen and (max-width: 1600px) {
    .helioz-field-el select, textarea{
        width: 420px;
    }
    .helioz-field-el input{
        width: 416px;
    }
    .section-logo{
        padding-left: 150px;
    }
    .logo{
        padding-right: 150px;
    }
    .first-part img{
        max-width: 75%;
        height: auto;
        width: auto;
    }
}

@media screen and (max-width: 1500px) {
    .section-logo{
        padding-left: 100px;
    }
    .logo{
        padding-right: 100px;
    }
}

@media screen and (max-width: 1400px) {
    .helioz-field-el select, textarea{
        width: 320px;
    }
    .helioz-field-el input{
        width: 316px;
    }
    .section-logo{
        padding-left: 50px;
    }
    .logo{
        padding-right: 50px;
    }
}
@media screen and (max-width: 1000px) {
    .helioz-field-el select, textarea{
        width: 260px;
    }
    .helioz-field-el input{
        width: 260px;
    }
    .section-logo{
        padding-left: 50px;
    }
    .logo{
        padding-right: 50px;
    }
}

@media screen and (max-width: 510px) {
    .header{
        justify-content: space-around;
    }
    .total-price-pm{
        margin: 10px;
    }
    .navsmal{
        display: block !important;
    }
    .navsmal1{
        display: none !important;
    }
    #conf{
        display: block;
    }
    .first-part{
        width: 100%;
        height: 100%;
        border: none;
        position: relative;
    }
    .second-part{
        width: 100%;
        margin: 0;
        height: 35vh !important;
    }
    .helioz-field-el input, .helioz-field-el select, textarea{
        width: 380px;
    }
    .first-part h3 {
        font-size: 20px;
        padding-top: 40px;
    }
    .step_list {
        font-size: 14px;
        position: absolute;
        top: 111px;
        left: 0;
        z-index: 12;
        background: aliceblue;
        width: 400px;
        display: block;
    }
    .step_list a{
        display: block;
    }
    .logo{
        width: 100px;
        margin-bottom: 0px;
    }
    .logo_115y{
        width: 50px;
        margin-bottom: 0px;
    }
    .logo_att{
        width: 70px;
        margin-bottom: 0px;
    }
    .header{
        align-items: center;
    }
    .fa-bars{
        
        font-size: 25px;
    }
    .fass{
        display: block !important;
        border: none;
        background: transparent;
        cursor: pointer;
    }
    .logout1{
        display: block !important;
    }
    .logout_button{
        margin-left: 0;
    }
    .logout{
        display: none;
    }
    .hide{
        display: none;
    }
    #sow{
        padding: 50px 5px 90px 5px !important;      
        height: 65vh !important;  
    }
    #installation-part, #installation-part2{
        padding: 0px 5px !important;
    }
    .install-div p{
        font-size: 12px !important;
        padding: 5px 0 5px 5px;
    }
    .install-div input{
        width: 40px;
    }
    .install-div-met{
        padding-left: 5px;
    }
    .install-div2{
        padding: 5px;
    }
    .install-div1 {
        justify-content: flex-start;
    }
    #installation{
        padding-top: 20px !important;
    }
    .title-instal p{
        padding-left: 5px;
    }
    .summ{
        display: block !important;
        position: unset !important;
        width: 100% !important;
    }
    #node, #node2, #node3, #node4, #node5, #inst1, #inst2{
        width: 90% !important;
        padding: 0 !important;
        margin: 20px auto;
    }
    .title-summary{
        padding-left: 20px;
    }
    .conf-summary{
        padding-top: 20px;
    }
.bumbum{
    width: 100% !important;
}
    
    #node p, #node2 p, #node3 p, #node4 p, #node5 p, #inst1 p, #inst2 p{
        padding: 0px 5px;
    }
    .download-buttons {
        display: flex;
        justify-content: center;
        padding-top: 50px;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .download-content h3 {
       
        font-size: 23px;
    }
    .download-content{
        padding-top: 100px;
    }
    .logo, .section-logo{
        padding: 0;
    }
    .powered-by{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        font-size: 13px !important;
    }
}
.powered-by{
    font-size: 13px !important;
}

#prev:hover, #next:hover{
    background: #E5E5E5;
    border-radius: 25px;
}
.btn-log:hover{
    background: #2C3E50;
    border-radius: 5px;
}
.download-button:hover{
    background: #E5E5E5;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 10px;
    color: #424242;
}
.price-margin{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
    padding-top: 200px;
    font-family: Verdana,Geneva,sans-serif !important;
    font-size: 24px;
    padding-bottom: 50px;
}
.total-price-pm{
    display: flex;
    justify-content: center;
    font-family: Verdana,Geneva,sans-serif !important;
    font-size: 40px;
}
.price-margin input{
    width: 100px !important;
    height: 38px !important;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 0;
    text-align: center;
    font-size: 19px;
}
.price-margin span{
    color: #000;
}
.total-price-pm p{
    background-color: #FBD0A7;
    padding: 35px;
    border-radius: 20px;
}



/* Style The Dropdown Button */
.dropbtn {
    background-color: transparent;
    color: #000000;
    padding: 4px 8px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 12px;
    text-decoration: none;
    display: block;
    font-size: 14px;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #f1f1f1}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {
    background-color: #EEEEEE;
    border-radius: 30px;
  }



.goback{
    position: absolute;
    top: 30px;
    left: 30px;
    text-decoration: none;
    color: #000;
    padding: 9px 12px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0px 0px 26px rgb(174 174 174 / 25%);
}






/* SETTINGS */
.acc-big{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    color: #747474;
}
.acc-sml{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #747474;
    margin: 0;
}
.name-acc{
    display: flex;
    justify-content: space-between;
    margin: 0;
}
.name-acc button{
    width: 151px;
    height: 36px;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140.9%;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    background: #F47E0B;
    border-radius: 25px;
    border: none;
    cursor: pointer;
}

.name-acc2{
    width: 151px;
    height: 36px;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140.9%;
    letter-spacing: 0.08em;
    color: #747474 !important;
    border-radius: 25px;
    background: #FAFAFC !important;
    border: 1px solid #E5E5E7 !important;
    cursor: pointer;
}
.form-acc label{   
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #747474;
}
.form-acc span{   
    color: red;
}
.form-acc input{
    width: 442px;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    padding: 9px 0 9px 15px;
    color: #747474;
    margin-bottom: 30px;
}
.form-acc input:focus-visible{
    outline: none;
}
.form-acc1 input:focus-visible{
    outline: none;
}
.form-acc1 input{
    width: 402px;
    border:none;
    padding: 4px 0px 4px 10px;
    color: #747474;
}
.form-acc{
    padding-top: 40px;
}

.table-user th{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140.9%;
    color: #747474;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.table-user td{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140.9%;
    color: #747474;
    text-align: left;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border-left: none;
}

.table-user th:nth-child(1) {
    width: 200px;
    padding-right: 50px;
    text-align: center;
}
.table-user td:nth-child(1) {
    width: 200px;
    padding-right: 50px;
    text-align: center;
}

.table-user th:nth-child(2) {
    width: 250px;
}
.table-user td:nth-child(2) {
    width: 250px;
}

.table-user th:nth-child(3) {
    width: 350px;
}
.table-user td:nth-child(3) {
    width: 350px;
}

.table-user th:nth-child(4) {
    width: 200px;
}
.table-user td:nth-child(4) {
    width: 200px;
}

.table-user th:nth-child(5) {
    width: 200px;
    text-align: center;
}
.table-user td:nth-child(5) {
    width: 200px;
    text-align: center;
}

.dropbtn:focus-visible{
    outline: none;
}
.dropdown-content{
    text-align: left;
}
.dropdown-content a{
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140.9%;
    color: #77787B;
}
.dropdown-content a:hover{
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140.9%;
    color: #77787B;
}

.update-user{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 29px;
    color: #747474;
    text-align: left;
    padding-left: 30px;
    padding-top: 30px;
}

.update-form{
    padding-top: 0;
}

.update-form input{
    width: 230px;
    height: 36px;
    padding: 0;
    padding-left: 8px;
}

.update-form select{
    width: 240px;
    height: 38px;
    padding: 0;
    padding-left: 8px;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    color: #747474;
}

.field-form{
    text-align: left;
}
.users{
    border-radius: 50%;
    background: #253E8A;
    padding: 5px 8px;
    color: white;
}

.textarea1add1 {
    margin: 0 50px;
    width: 210px !important;
    text-align: center;
}
.input2add1{
    margin: 10px 10px 10px 25px !important; 
}
.textarea3add1{
    width: 100px !important;
}

.textarea1add {
    width: 210px !important;
    text-align: center;
}
.input2add{
    margin: 10px 10px 10px 10px !important; 
}
.textarea3add{
    width: 100px !important;
}
.install-div121{
    justify-content: space-between;
    
    padding: 0 64px 0 100px !important;
}
.install-div1212{
    justify-content: unset !important;
    padding: 0 !important;
}
.textarea5add {
    width: 100px !important;
}
.p1add, .p2add{
    width: fit-content !important;
}
.input4add{
    margin-left: 130px !important;
}
.new_row__btn{
    height: 28px;
    width: 30px;
    padding: 0;
    border: 1px solid #e5e5e5;
}
.p2add{
    margin-left: 107px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    width: 30px !important;
}
textarea, input, select {
    padding-left: 5px;
}
input:focus-visible, textarea:focus-visible {
    outline: none;
}
.captex{
    text-transform: lowercase;
}
.captex::first-letter {
    text-transform: uppercase;
}
.span_class{
    display: flex;
    gap: 100px;
    justify-content: space-between;
}
#inst1 {
    width: 98%;
}