

/* Start:/local/components/webpult/proxy/templates/contacts/style.css?17823700462092*/
.navbar {
    overflow: hidden;
    /*background-color: gray;*/
    font-family: Arial, Helvetica, sans-serif;
    background: #FFFFFF;
    border: 1px solid #D5DEE3;
    border-radius: 8px;
    width: 252px;
    position: absolute;
    z-index: 90;
}

.navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdown {
    float: left;
    overflow: hidden;
    width: 100%;
}

.dropdown .dropbtn {
    cursor: pointer;
    font-size: 16px;
    border: none;
    outline: none;
    color: black;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    width: 100%;
    text-align: left;
}

/*
.navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
  background-color: black;
}
*/
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    z-index: 1;
    position: inherit;
    background: white;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
    /*
      font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;

    color: #333333;*/
}

.show {
    display: block;
}

.fa-caret-down {
    float: right;
}


.wrap {
    position: relative;
    width: 12px;
    height: 12px;
    margin: 0;
    display: inline-block;
    float: right;
    margin-top: 14px;
}

.check-sign {
    position: absolute;
    background: #333333;
}


@media (max-width: 767px) {
    #bx_incl_area_3_1_7 {
        padding: 0 24px;
    }
}

#check-part-1 {
    width: 8px;
    height: 1px;
    transform: rotate(45deg);
}

#check-part-2 {
    width: 8px;
    height: 1px;
    transform: rotate(-45deg);
    left: 5px;
    top: -0px;
}

#check-part-1.selected {
    transform: rotate(-45deg)
}

#check-part-2.selected {
    transform: rotate(45deg)
}
/* End */


/* Start:/local/components/webpult/contacts.form/templates/.default/style.css?1707736302647*/
.phone-block {display: flex; align-items: center;}
.phone-block .phone-flag {position: absolute; margin-left: 10px;}
.form-block .phone-block .form__input_phone,
.phone-block .form__input_phone {padding-left: 50px; width: 100%;}

.form__holder {position: relative;}

.form__holder span.error {
    position: absolute;
    top: 0;
    right: 0;
    color: red;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
}
.form__holder input.error {
    border-color: red;
}
.licence__block input.error ~ label.privat-policy::before {
    border: 1px solid red;
}
.licence__block span.error {display: none!important;}
/* End */
/* /local/components/webpult/proxy/templates/contacts/style.css?17823700462092 */
/* /local/components/webpult/contacts.form/templates/.default/style.css?1707736302647 */
