.kabala__languages {
    display: flex;
    align-items: center;
}

.elementor-sticky--effects .kabala__languages-current {
    font-size: 14px;
    color: #98deff;
    background: rgba(0,120,159,.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.elementor-sticky--effects .kabala__languages-arrow {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 32px;
    height: 30px;
    cursor: pointer;
    position: relative;
    z-index: 30;
}

.elementor-sticky--effects .kabala__languages-arrow.active {
    background: rgba(0,120,159,.5);
}

.kabala__languages-arrow {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 32px;
    height: 30px;
    background-color: #3ba9dc;
    cursor: pointer;
}

.kabala__languages-arrow.active {
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #3ba9dc;
    box-shadow: inset 0 0 0 1px #3ba9dc;
}

.kabala__languages-arrow.active svg path {
    stroke: #52b0d8;
}

.kabala__languages-list {
    position: absolute;
    width: 400px;
    top: 29px;
    left: 0;
    flex-wrap: wrap;
    flex-direction: row;
    z-index: 100;
    display: none;
}

.kabala__languages-list a:hover {
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
}

.kabala__languages-list a {
    transition: all 0.2s ease;
    height: 30px;
    width: 56px;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    font-size: 12px;
    font-weight: 600;
    background-color: transparent;
    background: -webkit-linear-gradient(331.03deg, #63c7f5 45.83%, rgba(59, 169, 220, 1));
    background: linear-gradient(118.97deg, #63c7f5 45.83%, rgba(59, 169, 220, 1));
    color: #fff;
}

.kabala__languages-current, .kabala__languages-alternate {
    height: 30px;
    width: 56px;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-transform: uppercase;
    background-color: hsla(0, 0%, 100%, .85);
    cursor: default;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.kabala__languages-alternate {
    opacity: .5;
    background-color: #ffff;
}

.kabala__languages-alternate a {
    text-decoration: none;
    color: #3C5D90;
}

.elementor-sticky--active .kabala__languages-alternate {
    display: none;
}

.kabala__languages-arrow.active .kabala__languages-list {
    display: flex;
}

.header--scroll .kabala__languages-alternate  {
	display: none;
}


.single .elementor-sticky--active .kabala__languages .kabala__languages-current,.page-template-default .elementor-sticky--active .kabala__languages .kabala__languages-current, .page-template .elementor-sticky--active .kabala__languages .kabala__languages-current {
	background-color: hsla(0, 0%, 100%, .85);
	color: rgba(3, 71, 92, 1);
}

@media screen and (max-width: 1200px) {
	.page-template-default .elementor-sticky--active .kabala__languages  {
		display: none;
	}
}

@media screen and (max-width: 1023px) {
    .kabala__languages-list {
        justify-content: flex-end;
        transform: none;
        position: absolute;
    }
	
	.kabala__languages-alternate  {
		display: none;
	}

    .elementor-sticky--active .kabala__languages-list {
        transform: translateX(calc(-100% + 26px));
    }
}