

/* Start:/local/components/c1/lang.switcher/templates/new/style.css?17387577953481*/
.switch_wrapper {
    display: inline-block;
    /*height: auto;*/
    line-height: 29px;
    /*line-height: initial;*/
    border-collapse: collapse;
    position: relative;
    margin-right: 20px;
    vertical-align: sub;
    /*padding: 10px 0;*/
}

.switch_table_row {
    display: table-cell;
    /*top: 2px;*/
    position: relative;
}
.switch_wrapper .name {
    display: table-cell;
    font-size: 14px;
    line-height: 17px;
    padding: 1px 3px;
    color: #FDCB1F;
    border-radius: 5px;
}
.lang {
    display: inline-block;
    cursor: pointer;
    font-size: .867em;
    border-radius: 7px;
    vertical-align: middle;
    color: #FDCB1F;
    border:none;
}
.selected_lang {
    border: 1px solid #fff;
}
.selected_lang .name{
    color: #FFFFFF;
    padding: 2px 5px;
}
.switcher_line {
    display: table-cell;
    cursor: pointer;
    height: 2px;
}
.all_langs {
    height: 0;
    overflow: hidden;
    position: absolute;
    transition: all linear .2s;
}
.switch_wrapper.select .arrow img {
    transform: rotate(180deg);
}
.switch_wrapper.select .all_langs {
    height: auto;
    overflow: visible;
    z-index: 100;
    background: #fff;
}

.language-popup {
    position: absolute;
    top: 0;
    right: 12px;
    border-radius: 12px;
    padding: 20px 24px;
    background: #fff;
    z-index: 99;
    text-align: left;
    line-height: 15px;
    font-size: 15px;
    -webkit-box-shadow: 0 5px 30px -5px rgba(0,0,0,.6);
    box-shadow: 0 5px 30px -5px rgba(0,0,0,.6);
    min-width: 270px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.language-popup .lang {
    cursor: pointer !important;
    padding: 10px !important;
    background-color: #ff2c5b !important;
    border-radius: 4px !important;
    color: #ffffff !important;
    transition: all 0.3s ease !important;
}

.language-popup .lang:first-child {
    margin-right: 10px;
}

.language-popup .lang .name {
    transition: all 0.3s ease !important;
}

.language-popup .lang:hover .name,
.language-popup .lang:hover {
    background-color: #ba114e !important;
}

.language-popup__title,
.language-popup__actions {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    font-weight: 400;
    align-items: center;
}
.language-popup__title{
    flex-basis: 60%;
    flex: 1;
    padding-right: 12px;
}
.language-popup__actions{
    flex-basis: 40%;
}
.language-popup .lang
{
    all: unset;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    justify-content: center;
    text-align: center;
}

.language-popup .lang.selected_lang .name
{
    /*background-color: #000;*/
}

.language-popup .lang .name {
    cursor: pointer;
    margin: 0 auto;
    color: #FFFFFF;
    padding: 7px 7px;
    border-radius: 5px;
    width: fit-content;
    background-color: #ff2c5b;
}

@media (max-width: 600px){
    .language-popup {
        position: fixed;
        top: 63px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: calc(100vw - 52px);
        padding: 8px 16px;
        border-radius: 6px;
    }
    .language-popup__actions{
        /*flex-basis: 30%;*/
    }
}
@media(max-width: 991px){
    .lang{
        line-height: 61px;
        padding: 0 5px;
    }
    .menu.top .lang{
        line-height: 45px;
        padding: 0 10px;
    }
}
@media (max-width: 600px){
    .language-popup .lang {
        padding: 0 !important;
    }
}
/* End */
/* /local/components/c1/lang.switcher/templates/new/style.css?17387577953481 */
