

/* Start:/local/components/cci/country.selector/templates/header.country.selector.new/style.css?17604536237554*/
.country-selector-menu {
    padding-top: 40px;
    background-color: #fafafa;
    top: 100px;
    left: 0;
    display: none;
    width: 100%;
}

.popup-menu_location {
    padding-left: 240px;
    background: #f5f5f5;
}

.popup-menu__content-wrap_location {
    margin-bottom: 32px;
}

.mdl-grid.mdl-width-all.mdl-grid--no-spacing.country_list.active {
    /*padding-bottom: 465px;*/
}
#country_selector__close {
    position: absolute;
    right: 45px;
    top: 45px;
}
.country_list {
    display: flex;
    max-width: 1150px;
    position: relative;
    padding-bottom: 475px;
    margin: 0 auto;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.country_list {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.country_item {
    text-align: center;
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 10px;
    padding-top: 25px;
}

.country_img {
    width: 85px;
    height: 85px;
    margin: 0 auto;
    /*border: 2px solid #3a434c;*/
    margin-bottom: 20px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .2;
    -webkit-transition: opacity .35s;
    -moz-transition: opacity .35s;
    -ms-transition: opacity .35s;
    -o-transition: opacity .35s;
    transition: opacity .35s;
}

.country_item.active .country_img {
    opacity: 1;
}

@media screen and (min-width: 1024px) {
    .img_AUSTRALIA {
        background-image: url(/local/components/cci/country.selector/templates/header.country.selector.new/../header.country.selector.new/img/australia.png);
    }

    .img_ASIA {
        background-image: url(/local/components/cci/country.selector/templates/header.country.selector.new/../header.country.selector.new/img/asia.png);
    }

    .img_AFRICA {
        background-image: url(/local/components/cci/country.selector/templates/header.country.selector.new/../header.country.selector.new/img/africa.png);
    }

    .img_EUROPE {
        background-image: url(/local/components/cci/country.selector/templates/header.country.selector.new/../header.country.selector.new/img/europe.png);
    }

    .img_NORTH_AMERICA {
        background-image: url(/local/components/cci/country.selector/templates/header.country.selector.new/../header.country.selector.new/img/north-america.png);
    }

    .img_S_AMERICA {
        background-image: url(/local/components/cci/country.selector/templates/header.country.selector.new/../header.country.selector.new/img/south-america.png);
    }
}
.country_title .h6.popup-menu__category-name { 
    padding: 0;
    padding-bottom: 30px;
    cursor: pointer;
    font-family: var(--cci-font-title);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #343d46;
}

.country_title {
    position: relative;
    min-height: 32px;
}

.country_title:after {
    content: '';
    height: 1px;
    background: #000;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -11px;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: transform .35s;
    -moz-transition: transform .35s;
    -ms-transition: transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
}

.country_item.active .country_title:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.sub_country_list {
    display: none;
}
.sub_country_list__active{
    float:left;
    flex-direction: column;
    width:15%;
}
.sub_country_list {
    width: 100%;
    margin-top: 45px;
}
.sub_country_list_block{
    display: none;
}
.sub_country_list_blockActive{
    display: block;
}
@media screen and (max-width: 1023px) {
    .sub_country_list_block,.sub_country_list_blockActive{
        display: none;
    }
}



.sub_country_list ul {
    /*column-count: 6;*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
.sub_country_list_item {
    text-transform: uppercase;
    line-height: 40px;
    width: 20%;
    text-align: left;
    position: relative;
    padding-right: 10px;
    font-family: var(--cci-font-title);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #343d46;
}

.sub_country_list__active .sub_country_list_item {
    width: auto;
}
.sub_country_list_item .no-active {
    color: #bbbbbb;
    cursor: default;
}
.sub_country_list_item span {
    border: 1px solid #f2efe6;
    display: block;
    width: 25px;
    height: 17px;
    position: absolute;
    left: 0;
    margin-top: 1px;
    overflow: hidden;
}
img.country_flag {
    width: 25px;
    margin-left: -1px;
    margin-top: -5px;
}

.country-selector-menu__link {
    cursor: pointer;
    white-space: nowrap;
}
.country-selector-menu__link i, .support-menu__link i {
    font-size: 24px;
}
/*MOBILE*/
@media screen and (max-width: 1500px) {
    .popup-menu_location {
        padding-left: 100px;
    }

    .country_list {
        width: calc(100% - 100px);
    }
}
@media screen and (max-width: 1170px) {
    .country_list {
        width: calc(100% - 40px);
    }
    li.sub_country_list_item {
        width: 25%;
    }
}
@media screen and (max-width: 1023px) {
    .country_title:after {
        bottom: -31px;
    }
    .mdl-cell.mdl-cell--12-col-desktop.mdl-cell--8-col-tablet.mdl-cell--4-col-phone.popup-menu__content-wrap_location {
        width: calc(100% - 32px) !important;
        margin-left: 16px;
        margin-right: 16px;
        margin-bottom: 70px;
    }
    .popup-menu__title {
        display: none;
    }

    .country_list {
        display: block;
        margin-top: 30px;
    }
    .sub_country_list__active{
        float:none;
        width: auto;
    }
    .country_item {
        width: 100%;
        padding-bottom: 0px;
        position: relative;
        padding-top: 0;
        /*padding-left: 24px;*/
    }

    .country_item :last-child {
        border: none;
    }

    .country_item:after, .country_item:before {
        content: '';
        width: 14px;
        position: absolute;
        right: 0;
        top: 25px;
        border: 1px solid #000;
        -webkit-transition: transform .35s;
        -moz-transition: transform .35s;
        -ms-transition: transform .35s;
        -o-transition: transform .35s;
        transition: transform .35s;
    }

    .country_item:before {
        transform: rotate(90deg);
    }

    .country_item.open:before {
        transform: rotate(0deg);
    }

    .country_img {
        display: none;
    }

    .country_title {
        height: auto;
    }

    .country_title .h6.popup-menu__category-name {
        padding: 0;
        cursor: pointer;
        line-height: 55px;
        height: auto;
        margin-bottom: 0;
        text-align: left;
    }

    .country_title:after {
        display: none;
    }

    .country_item .sub_country_list {
        padding-top: 20px;
        padding-left: 15px;
        background: #f2efe6;
        margin-top: 0;
        padding-bottom: 5px;
        margin-right: 0px;
        margin-bottom: 24px;
    }

    .country_item.active .sub_country_list {
        position: relative;
        margin-top: 0;
        height: auto;
        margin-bottom: 20px;
        display: none;
    }

    .sub_country_list ul {
        display: list-item;
    }

    li.sub_country_list_item {
        width: 100%;
    }
}
@media screen and (max-width: 575px) {
    .country-selector-menu {
        padding-top: 0;
    }
}

/* End */
/* /local/components/cci/country.selector/templates/header.country.selector.new/style.css?17604536237554 */
