.region-select{margin:0 auto;max-width:1200px;padding:60px 20px}.region-select__loader{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:16px;padding:60px 20px}.region-select__spinner{animation:region-spin 1s linear infinite;border:4px solid #e0e0e0;border-radius:50%;border-top-color:#1976d2;height:48px;width:48px}.region-select__title{color:#000;font-size:6.2rem;font-weight:700;line-height:1;margin-bottom:48px;text-align:center}@media (max-width:768px){.region-select__title{font-size:3.2rem;margin-bottom:24px}}.region-select__grid{display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}@media (max-width:1024px){.region-select__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.region-select__grid{grid-template-columns:1fr}}@keyframes region-spin{to{transform:rotate(1turn)}}.region-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);color:inherit;display:block;padding:24px;text-decoration:none}@media (max-width:1024px){.region-card:last-child:nth-child(3){grid-column:1/-1}}@media (max-width:768px){.region-card:last-child:nth-child(3){grid-column:auto}}.region-card__content{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:space-between;margin-bottom:16px}.region-card__name{color:#000;font-size:2.2rem;font-weight:500;line-height:1.3}@media (max-width:768px){.region-card__name{font-size:1.8rem}}.region-card__arrow{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;color:#000;display:-ms-flexbox;display:flex;height:24px;justify-content:center;width:24px}@media (max-width:768px){.region-card__arrow{height:20px;width:20px}}.region-card__arrow svg{-ms-flex-negative:1;flex-shrink:1;height:100%;width:100%}.region-card__icon,.region-card__icons{display:-ms-flexbox;display:flex}.region-card__icon{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background:#fff;border-radius:50%;box-shadow:-2px 2px 10px 0 rgba(53,53,53,.1);height:60px;justify-content:center;width:60px}.region-card__icon:not(:first-child){margin-left:-8px}.region-card__icon img{-ms-flex-negative:1;flex-shrink:1;height:40px;-o-object-fit:contain;object-fit:contain;width:35px}