.head {
    background: url(../images/header_line.jpg) no-repeat center bottom #fff;
    background-size: 100% 5px;
    padding: 0 0 5px 0;
    position: relative;
    z-index: 11;
}
.choose_country {
    padding: 30px 0;
}
.choose_country .column {
    font-size: 24px;
    line-height: 1.2em;
    padding: 20px 0;
    border-bottom: solid 1px #e4dfd9;    
}
.choose_country .country {
    padding: 0 0 10px 0;
}
.choose_country ul {
    overflow: hidden;
    padding: 20px 0;
}
.choose_country ul li {
    float: left;
    width: 23%;
    padding: 15px 1%;
}
.choose_country ul li a {
    font-size: 14px;
    line-height: 1.2em;
}
.choose_country ul li img {
    margin-right: 5px;
}
.foot{
   border-top: solid 5px #fa745f;
}
@media (max-width: 768px){
.choose_country ul li {
    width: 31.3%;
}
}
@media (max-width: 479px){
.choose_country ul li {
    width: 48%;
}
}
