.sort__arrow-new {
    color: var(--text-secondary);
    margin-top: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.sort__label {
    position: relative;
    margin-bottom: 0;
}
.sort__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    width: 1px;
    height: 1px;
}
.sort__item-text,
.sort__value {
    display: flex;
    align-items: center;
    gap: 4px;
}
.sort__item-arrow {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23627174' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: top 2px center;
    transition: all .3s ease;
}
.sort__item-arrow.uparrow {
    transform: rotate(180deg);
    background-position: top -1px center;
}
.sort__item:hover .sort__item-arrow,
.sort__item._active .sort__item-arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%2306BDA7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.sort-select-wrap .select2-container--default .select2-selection--single {
    border: none;
    background-color: transparent;
}
.sort-select-wrap .select2-container.select2-container--focus,
.select2-container {
    outline: none !important;
    border: none !important;
}
.sort-select-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.sort-select-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    top: 52%;
    right: 0;
}
.sort-select-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 600;
    padding-right: 20px;
    font-size: 16px;
    line-height: 24px;
    padding-left: 0;
}
.sort-select-wrap .select2-container.select2-container--focus:not(.select2-container--disabled) .select2-selection {
    box-shadow: unset;
    border: none;
}

.sort-select-wrap .select2-results__option,
.sort-select-wrap .select2-results__option:hover {
    color: var(--text-primary);
    padding-right: 32px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23627174' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
    background-position: center right 15px !important;
    background-repeat: no-repeat !important;
}
.sort-select-wrap .select2-results__option:hover {
    color: var(--brand-primary) !important;
    background-color: var(--background-accent-language);
}
.select2-dropdown.sort-select-dropdown {
    margin-top: 5px;
    margin-left: -45px;
    min-width: 112px;
    padding: 0;
    border: unset;
    overflow: hidden;
}
.sort-select-input.order-DESC ~ .select2-container .select2-selection--single .select2-selection__arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23627174' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.sort-select-input.order-ASC ~ .select2-container .select2-selection--single .select2-selection__arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 10L8 6L12 10' stroke='%23627174' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.sort-select-input.order-DESC ~ .select2-container .select2-results__option, 
.sort-select-input.order-DESC ~ .select2-container .select2-results__option:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 10L8 6L12 10' stroke='%23627174' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
}
.sort-select-wrap .select2-container .select2-selection{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    height: auto;
}
body._faded {
    position: relative;
}
@media only screen and (max-width: 991px) {
    body._hidden-mb {
        overflow: hidden;
    }
}

body::before {
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    content: "";
    background-color: #f8f9fa;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out, z-index 1s ease;
    transition: opacity .3s ease-in-out, z-index 1s ease;
}
body._faded::before {
    z-index: 10;
    opacity: .4;
    -webkit-transition: opacity .3s ease-in-out, z-index 0s ease;
    transition: opacity .3s ease-in-out, z-index 0s ease;
}
.vacancies-body__loader-big {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 15;   
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.vacancies-body__loader-big .loader {
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
}
.vacancies-body__loader-big.visible {
    opacity: 1;
}
#map {
    height: 100%;
}

.gm-style .controls {
    font-size: 28px;
    font-family: 'Ubuntu';
    background-color: white;
    box-shadow: 0 3px 7px 0 rgba(41, 50, 62, 0.2);
    box-sizing: border-box;
    border-radius: 32px;
    cursor: pointer;
    text-align: center;
    user-select: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    height: auto;
    right: 24px !important;
}

.gm-style .controls button {
    border: 0;
    border-radius: 32px;
    background-color: white;
    color: #1A2426;
    transition: all .3s ease;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
}

.gm-style .controls button:hover {
    opacity: 0.5;
}

.gm-style .controls.zoom-control .zoom-control-in{
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.5' y='7.5' width='13.5' height='1.5' fill='%231A2426'/%3E%3Crect x='8.5' y='1.5' width='13.5' height='1.5' transform='rotate(90 8.5 1.5)' fill='%231A2426'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
}
.gm-style .controls.zoom-control .zoom-control-out{
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.5' y='7.5' width='13.5' height='1.5' fill='%231A2426'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
}

.gm-style .controls.location-control {
    top: 24px !important;
}
.gm-style .controls.location-control .location-control-btn {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 2L2 7.02V7.66667L6.56 9.44L8.33333 14H8.97333L14 2Z' fill='%231A2426'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
}
.gm-style iframe + div { 
    border:none!important; 
}
.footer .footer-top {
	display: flex;
	justify-content: space-between;
	gap: 36px;
	padding-bottom: 36px;
}
.footer-top__left,
.footer-top__right {
	display: flex;
	gap: 64px;
}
main .ourclients {
	padding: 50px 0 0;
	margin-top: -48px;
}
@media only screen and (max-width: 991px) {
	.footer-top__left,
	.footer-top__right {
		display: flex;
		gap: 36px;
	}
}
@media only screen and (max-width: 767px) {
	.footer-top__left,
	.footer-top__right {
		width: 100%;
	}
}