@import"https://fonts.googleapis.com/css?family=Open+Sans:400,600,800&amp;subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext";*{box-sizing:border-box}html,body{width:100%;height:100%;margin:0;padding:0}body{display:block;font-family:Open Sans,sans-serif!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;color:#0e4677;line-height:1.42857143;overflow:hidden}#app{background-image:url(/images/world-map.png);background-position:center center;background-repeat:no-repeat;background-size:contain;max-width:800px;min-height:100%;margin:0 auto;padding:200px 0;position:relative}#regions{width:300px;margin:0 auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#footer{position:absolute;bottom:0;left:0;width:100%}#footer__logo{width:300px;margin:0 auto 10px;display:block}#footer__text{color:#ebebeb;text-align:center;margin:0 20px 20px}#footer__links{color:#ebebeb;text-align:center;margin:0 20px 50px}#error{position:absolute;top:50%;transform:translateY(-50%)}.region-button{display:block;position:relative;height:70px;width:100%;opacity:0;transform:scale(0);transform-origin:center center;animation-name:region-button-appear;animation-duration:.5s;animation-fill-mode:forwards;animation-iteration-count:1}@keyframes region-button-appear{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.region-button:nth-child(1){animation-delay:.1s}.region-button:nth-child(2){animation-delay:.2s}.region-button:nth-child(3){animation-delay:.3s}.region-button:nth-child(4){animation-delay:.4s}.region-button:nth-child(5){animation-delay:.5s}.region-button:nth-child(6){animation-delay:.6s}.region-button:nth-child(7){animation-delay:.7s}.region-button:nth-child(8){animation-delay:.8s}.region-button:nth-child(9){animation-delay:.9s}.region-button:nth-child(10){animation-delay:1s}.region-button__link{display:block;position:absolute;left:35px;top:10px;bottom:10px;right:0;background-color:#25aae1}.region-button__link-text{display:block;height:50px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;line-height:50px;padding:0 20px;text-align:center;color:#fff}.region-button__flag{width:70px;height:70px;position:absolute;top:-10px;left:-35px}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track-piece{background-color:#0e4678}::-webkit-scrollbar-thumb:vertical{height:20px;background-color:#1678a1}h1,h2,h3,h4,h5{color:#25aae1;font-weight:400;word-break:break-word;margin:10px 0}h1{font-size:30px;line-height:40px}h2{font-size:21px;line-height:30px}h3{font-size:18px;line-height:24px}h4{font-size:16px;line-height:21px}h5{font-size:14px;line-height:18px}p{word-wrap:break-word}a{cursor:pointer;color:#25aae1}a:hover{text-decoration:none}img{width:auto}img:hover{text-decoration:none}
