.gff-card-country-general{display:flex;justify-content:center;margin:0 auto;max-width:1130px;gap:32px;padding-inline:32px}
.gff-card_country-component{background-color:white;border:1px solid #b3bdd1;border-radius:16px;width:max-content;min-width:126px;max-width:135px;text-align:center;padding:16px}
.gff-card_country-component.has-link:hover{cursor:pointer;background-color:#006FFD14}
.gff-card-country-general--selectable .gff-card_country-component.is-active{background-color:#eff3fb}
.gff-card-country-general .gff-card_country-component:first-child{margin-left:0}
.gff-card-country-general .gff-card_country-component:last-child{margin-right:0}
.gff-card_country-component_img-icon{width:48px;height:48px;margin-bottom:2px}
.gff-card_country-component_text-title{color:#0058cb;margin-block:0;color:#151d2c;font-size:14px;line-height:20px;letter-spacing:0;overflow-wrap:break-word}
.gff-card_country-component a{text-decoration:none}
@media(max-width:1024px){.gff-card-country-general{grid-template-columns:repeat(3,1fr);display:grid;gap:16px}
.gff-card_country-component{width:auto;max-width:none;height:84px}
}
@media(max-width:767px){.gff-card-country-general{padding-inline:16px}
.gff-card_country-component{height:auto}
.gff-card-country-general{grid-template-columns:repeat(2,1fr);gap:16px;justify-content:center}
}
@media(max-width:360px){.gff-card_country-component_text-title{width:124px}
}
@media(max-width:359px){.gff-card_country-component_text-title{width:auto}
}