.regions{display:-webkit-box;display:-ms-flexbox;display:flex;gap:48px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:480px){.regions .region:not(:last-child){margin-bottom:32px}}.regions .region__header{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;margin-bottom:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.regions .region__languages{display:grid;gap:37px 10px;grid-template-columns:repeat(3,25%)}@media only screen and (min-width:640px) and (max-width:767px){.regions .region__languages{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:480px) and (max-width:639px){.regions .region__languages{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:479px){.regions .region__languages{grid-template-columns:1fr}}.regions .region__languages:not(:last-child){margin-bottom:48px}.regions .region__language{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-left:3px solid #afa9ec;gap:10px}