/*
section COUNTRIES
*/
#countries {
    background-image: url("../img/countries-bg.png");
    min-height: 510px;
}

#countries {
    color: white;
    position: relative;
}

#countries .section-body {
    padding: 20px 0 40px;
}

.country-image {
    margin: 10px 0;
    height: 150px;
}

.country-image h4 {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50%;
    margin: 0 0 0 -25%;
}

.popover {
    color: #000;
    opacity: 0.2;
}

.delivery-info-block li.air-price {
    margin: 10px;
    float: left;
    margin-left: 25px;
}
.delivery-info-block li {
    margin: 10px;
    margin-left: 25px;
}

.delivery-info-block .description-info {
    display: flex;
    align-items: center;
}

.delivery-info-block .visible-xs-inline ul {
    display: table;
    margin: 0 auto;
    padding: 0;
}

.delivery-info-block #close-delivery-info-block {
position: absolute;
    z-index: 3000;

    top:20px;

}
.delivery-info-block .close-button-info {
float: left;
}

.delivery-info-block #close-delivery-info-block small {
    position: relative;
    top: 16px;
    right: 40px;
}

@media only screen  and  (max-width: 767px) {

    .delivery-info-block #close-delivery-info-block {
        position: absolute;
        right: 0;

    }
    .country-image {
        /*margin: 10px 0;*/
        margin-left: 25%;
    }
}
#countries #country-list h4 {
    color: white;
}

#countries .close {
    opacity: 1;
}

.swiper-container-country {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}



@media only screen and (max-width: 479px) {
    .country-image {
        /* margin: 10px 0; */
        margin-left: 25%;
        height: 130px;
    }

    #countries img {
        max-width: 100px;
    }

    .carousel-indicators {
        bottom: auto;
    }

    .delivery-info-block .description-info {
        display: block;
        font-size: 90%;
    }

    #countries {
        background-image: url("../img/countries-bg.png");
        min-height: 400px;
        background-size: cover;
        background-position: center;
    }
    .delivery-info-block .close-button-info {
        float: right;
    }
    #countries h2{
        font-size: 22px;
    }

    #country-list .visible-xs-block{
        max-width: 100%;
    }
}

@media only screen and (min-width: 480px) and  (max-width: 767px) {
    #countries img {
        max-width: 140px;
    }



    .carousel-indicators {
        bottom: auto;
    }

    .delivery-info-block .description-info {
        display: block;
        font-size: 95%;
    }

    #countries {
        background-image: url("../img/countries-bg.png");
        min-height: 510px;
        background-size: cover;
        background-position: center;
    }
    .delivery-info-block .close-button-info {
        float: right;
    }
    #countries h2{
        font-size: 35px;
    }
    #country-list .visible-xs-block{
        max-width: 100%;
    }
}

@media only screen and  (min-width: 768px) and (max-width: 992px) {

    .country-image {
        margin: 10px 0;
        height: 100px;
    }

    #countries img {
        max-width: 70px;
    }

    #countries {
        background-image: url("../img/countries-bg.png");
        min-height: 510px;
        background-size: cover;
        background-position: center;
    }
}

@media only screen and  (min-width: 992px) and (max-width: 1200px) {
    .country-image {
        margin: 10px 0;
        height: 100px;
    }

    #countries img {
        max-width: 70px;
    }

}

/*
section COUNTRIES
*/
