.alfacrm-label label {color: #333;} 
.alfacrm-control input[type=text],.alfacrm-control textarea,.alfacrm-control select {padding: 5px;color: #000;width: 99%} 
.alfacrm-error {color: red;margin-bottom: 15px;font-size: 13px} 
.alfacrm-submit {padding: 5px;color: #fff !important; background: #dc3545;width: 100%;font-size: 16px; border-radius: 16px; border: none;}
.btn-close{float: right;}
.alfacrm-success{color: green;
text-align: center;}
.free-popup .alfacrm-label label::after, .free-urok .alfacrm-label label::after{
content:'*';
margin: 2px;
color: red;
}
.free-urok {
    background: #459aca;
}
.free-urok .list-group .list-group-item {
    position: relative;
    display: block;
    padding: 1rem 0;
    color: #fff;
    text-decoration: none;
    background: none;
    border: 0 none;
font-size: 1.7em;
}
.free-urok  .list-group-item svg{
margin: 0px 1rem 0px 0px;
    font-size: 1.2em;
}
.free-txt {
color: #fff;
}
.free-form {
    background: #fff;
    border-radius: 16px !important;
}

/* .alfacrm-control {
    margin-bottom: 24px;
} */

.alfacrm-control input {
    border-radius: 16px !important;
    border: 1px solid #000 !important;
    outline: none !important;
    padding-left: 16px !important;
}

/* .alfacrm-title {
    margin-bottom: 24px;
} */

.form-control {
    appearance: auto !important;
    border: 1px solid #000 !important;
    border-radius: 16px ;
}

.form-control:focus {
    box-shadow: none;
}

.alfa-form-2 {
    background-color: #459aca;
    color: white;
    & a{
        color: white;
        &:hover{
            text-decoration: none;
        }
    }
}

.alfa-form-2 .alfacrm-submit-container {
   text-align: center;
}

.alfa-form-2 .alfacrm-submit-container button {
   width: 30%;
}

.alfa-form-2 .alfacrm-title {
   color: #fff;
}

.alfa-form-2 .alfacrm-label label {
   color: #fff;
}

.alfa-form-2 .alfacrm-control input {
   border: none !important;
}

.alfa-form-2 .form-control {
   border: none !important;
}

.prog-list-grid{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.prog-list-item :is(.card, .card-body){
    height: 100%;
}
.cookies{
    position: fixed;
    padding: 10px;
    box-sizing: border-box;
    bottom: 0;
    left: 0;    
    width: 100%;
    z-index: 9999;
}
.cookies-window{
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: white;
    padding: 10px;
    box-shadow: 0px 0px 5px 0 rgb(0 0 0 / .25);
}
.cookies-window :is(.btn, p){
    margin: 0;
}
iframe{
    max-width: 100%;
}
@media screen and (max-width: 1200px){
    .header-logo img{
        width: 200px;
    }
    .prog-list-grid{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 678px){
    .cookies-window{
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .alfa-form-2 .alfacrm-submit-container button {
      width: 100%;
    }
    .prog-list-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }    
    .dropdown-item{
        white-space: wrap;
    }
    .free-urok-text{
        font-size: 21px !important;
    }
}
