.select2-container--default .select2-selection--single.header-location-select2-selection {
    padding: 12px 57px 14px 16px; /*23px 57px 23px 16px; */
    height: auto;
    background-color: #1A3A82;
    border: 1px solid #fff;
    border-radius: 0;
}
.select2-container--default .select2-selection--single.header-location-select2-selection .select2-selection__rendered {
    color: #fff;
    font-size: 18px;
}
/*--- */
span.select2-selection.select2-selection--single.header-location-select2-selection:hover {
    background: #fff;

}
span.select2-selection.select2-selection--single.header-location-select2-selection:hover span{
	color: #1A3A82;
}
span.select2-selection.select2-selection--single.header-location-select2-selection:hover div img.location-image-blue{
	display: block;
}
span.select2-selection.select2-selection--single.header-location-select2-selection:hover div img.location-image-white{
	display: none;
}
span.select2-selection.select2-selection--single.header-location-select2-selection:hover .select2-selection__arrow{
	  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.59 7.40997L6 2.82997L1.41 7.40997L0 5.99997L6 -2.67029e-05L12 5.99997L10.59 7.40997Z' fill='%231A3A82'/%3E%3C/svg%3E%0A");

}


.select2-container--default.select2-container--open .select2-selection--single.header-location-select2-selection .select2-selection__rendered {
    color:#1A3A82;
}
.select2-container--default .select2-selection--single.header-location-select2-selection .select2-selection__arrow b {
    display: none;
}
.select2-container--default .select2-selection--single.header-location-select2-selection .select2-selection__arrow {
    top:50%;
    transform: translateY(-50%) rotate(180deg);
    right: 30px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.59 7.40997L6 2.82997L1.41 7.40997L0 5.99997L6 -2.67029e-05L12 5.99997L10.59 7.40997Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-size: 17px;
    background-repeat: no-repeat;
    transition: transform .4s;
}
.select2-container--default .select2-selection--single.header-location-select2-selection .select2-selection__rendered-item {
    display: flex;
    align-items: center
}
.select2-container--default .select2-selection--single.header-location-select2-selection .select2-selection__rendered-item-image {
    display: inline-block;
    margin-right: 7px;
    min-width: 18px;
    width:18px;
}
.select2-container--default.select2-container--open .select2-selection--single.header-location-select2-selection .select2-selection__rendered-item-image .location-image-white{
    display:none;
}
.select2-container--default .select2-selection--single.header-location-select2-selection .select2-selection__rendered-item-image .location-image-white{
    display:block;
}
.select2-container--default .select2-selection--single.header-location-select2-selection .select2-selection__rendered-item-image .location-image-blue{
    display:none;
}
.select2-container--default.select2-container--open .select2-selection--single.header-location-select2-selection .select2-selection__rendered-item-image .location-image-blue{
    display:block;
}
.select2-container--default.select2-container--open .select2-selection--single.header-location-select2-selection .select2-selection__arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.59 7.40997L6 2.82997L1.41 7.40997L0 5.99997L6 -2.67029e-05L12 5.99997L10.59 7.40997Z' fill='%231A3A82'/%3E%3C/svg%3E%0A");
    transform: translateY(-50%) rotate(0);
}
.select2-container--default.select2-container--open .select2-selection--single.header-location-select2-selection {
    background-color: #fff;
    border: 2px solid #1A3A82;
}
.select2-container--open .select2-dropdown--below.header-location-select2-dropdown {
    /*margin-top: 32px;*/
    border: 0;
    box-shadow: 0px 5px 10px rgba(22, 41, 82, .15);
    padding: 20px;
    width: 320px!important;
}
.select2-container--default .header-location-select2-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: transparent;
    color: #000;
    font-weight:600;
}
.select2-container--default .header-location-select2-dropdown .select2-results__option--selected {
    background-color: transparent;
    /*text-decoration: underline;*/
    color:#1A3A82;
    font-weight:600;
}
.contact_us-map {
    height: 433px;
    width: 100%;
}
.contact_us-map_wrap {
    display:flex;
}
.contact_us-map {
    width: 65.379%;
}
.contact_us-infoblock {
    width: 34.499%;
}
.contact_us-infoblock__header {
    display: flex;
    align-items: center;
    line-height: 1.3;
    background-color: #1a3a82;
    color: #fff;
    padding: 16px 14px;
    font-size:20px;
    font-weight:500;
}
.contact_us-infoblock__header img {
    background-color: #fff;
    border-radius: 50%!important;
    margin-right: 8px;
    width:65px;
    height:65px!important;
    object-fit: contain;
}
.contact_us-infoblock__content {
    display: flex;
    flex-direction: column;
    padding: 20px;
}
.infoblock__content--item__title{
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #121111;
}
.infoblock__content--item__title img{
    margin: 0px 4px 0 0px;
}
.infoblock__content--item {
    margin-bottom:21.5px;
}
.infoblock__content--item__title {
    margin-bottom: 5px;
}
.infoblock__content--item__data {
    line-height: 1.3;
}
.infoblock__content--item:last-child {
    margin-bottom:0;
}
.contact_us-map_wrap {
    max-width: 1814px;
    margin: 0 auto;
}
@media screen and (max-width:991px) {
    .contact_us-infoblock {
        width: 100%;
    }
    .contact_us-map {
        width: 100%;
    }
    .contact_us-map_wrap {
        flex-wrap: wrap;
    }
}
@media screen and (max-width:480px) {
    .select2-container--open .select2-dropdown--below.header-location-select2-dropdown {
        margin-top: 0;
        width: 270px!important;
    }
}