.page-contacts ~ .select2-container.select2-container--default.select2-container--open .select2-dropdown {
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 0 12px;
}
@media (max-width: 767px) {
    .page-contacts ~ .select2-container.select2-container--default.select2-container--open .select2-dropdown {
        width: 110px !important;
    }
}
.page-contacts ~ .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results__option {
    padding: 12px 18px 0;
    font-family: "Geometria", Helvetica, "Helvetica Neue", Verdana, sans-serif;
    font-size: 14px;
}
@media (max-width: 767px) {
    .page-contacts ~ .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results__option {
        font-size: 12px;
    }
}
.page-contacts ~ .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results__option[aria-selected=true] {
    background-color: transparent;
    opacity: 0.5;
}
.page-contacts ~ .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results__option--highlighted {
    color: #252b33;
    font-weight: 700;
    background-color: transparent;
}
.page-contacts ~ .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results__option--highlighted[aria-selected=true] {
    opacity: 1;
}

.page-contacts .select2-container .select2-selection--single {
    height: initial;
    line-height: normal;
}

.page-contacts .select2-container .select2-container--default {
    line-height: normal;
}

.page-contacts .select2-container--default .select2-selection--single {
    padding: 6px 5px 15px 0;
    font-size: 18px;
}

.page-contacts .select2-container--default .select2-selection--single {
    background-color: initial;
    color: #fff ;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
}

.page-contacts .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: rgba(255, 255, 255, 0.2) transparent transparent transparent;
}

.page-contacts .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent rgba(255, 255, 255, 0.2) transparent;
}

.page-contacts .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #fff !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px !important;
}

.page-contacts .contacts_form-col:nth-child(2n+1) {
    margin-right: 12%;
}

.page-contacts select.is-error + .select2-container--default .select2-selection--single {
    border-color: rgba(255, 0, 0, 0.6) !important;
}
