p, h1, h2, h3, h4, h5, h6, ul, li { margin: 0; padding: 0; }

body { font-family: "proxima-nova", sans-serif; margin: 0; padding: 0; overflow-x: hidden; }

* { box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.wrapper { width: 100%; padding: 0 40px; max-width: 1280px; margin: auto; }

a { color: #000; }

.btn { display: inline-block; height: 36px; line-height: 36px; margin: 50px 0 20px; padding: 0 30px; background-color: #1C67BE; color: #fff !important; font-weight: bold; text-decoration: none; border-radius: 18px; transition: background 333ms; }
.btn:hover { background-color: #154f92; }

.site-header { position: absolute; width: 100%; padding-top: 80px; }
@media (max-width: 960px) { .site-header { padding-top: 40px; } }
.site-header .header-content { display: flex; justify-content: space-between; }
.site-header .sobi-logo { text-transform: uppercase; color: white; text-decoration: none; font-size: 18px; }
.site-header .sobi-logo span { font-weight: bold; }

.mobile-menu { position: fixed; right: 0; top: 0; width: 0; height: 0; overflow: visible; z-index: 20; display: none; }
@media (max-width: 960px) { .mobile-menu { display: block; } }
.mobile-menu .menu-trigger { width: 50px; height: 50px; background-color: white; border-radius: 100%; position: absolute; top: 20px; right: 20px; z-index: 21; transition: all 0.2s; cursor: pointer; }
.mobile-menu .menu-trigger:hover { transform: translate(1px, 1px); }
.mobile-menu .menu-trigger span { background-color: #0f0f0f; width: 24px; height: 3px; border-radius: 2px; position: absolute; left: 13px; top: 16px; transition: all 0.2s; }
.mobile-menu .menu-trigger span:nth-child(2) { top: 23px; }
.mobile-menu .menu-trigger span:nth-child(3) { top: 30px; }
.mobile-menu .mobile-menu-list { position: absolute; right: -350px; width: 100vw; max-width: 320px; height: 100vh; z-index: 20; background-color: #0a0a0a; transition: right 0.3s; }
.mobile-menu .mobile-menu-list ul { margin: 0; padding: 0; position: absolute; top: 100px; left: 0; width: 100%; }
.mobile-menu .mobile-menu-list ul li { display: block; width: 100%; height: 40px; background-color: #0f0f0f; margin-bottom: 7px; padding: 0 20px; box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2); transition: all 0.2s; }
.mobile-menu .mobile-menu-list ul li:hover { background-color: black; transform: translate(0, 1px); }
.mobile-menu .mobile-menu-list ul li:hover a { text-decoration: none; }
.mobile-menu .mobile-menu-list ul li a { width: 100%; display: block; height: 40px; line-height: 38px; font-size: 22px; color: white; text-transform: uppercase; font-weight: 500; text-align: center; text-decoration: none; }
.mobile-menu.expanded .mobile-menu-list { right: 0; }
.mobile-menu.expanded .menu-trigger span:nth-child(1) { transform: rotate(45deg) translate(4px, 0); transform-origin: 6px 2px; }
.mobile-menu.expanded .menu-trigger span:nth-child(2) { transform: translate(200px, 0); }
.mobile-menu.expanded .menu-trigger span:nth-child(3) { transform: rotate(-45deg) translate(4px, 0); transform-origin: 6px 2px; }

@media (max-width: 960px) { .top-nav { display: none; } }
.top-nav ul { display: flex; }
.top-nav ul li { list-style: none; margin-left: 40px; }
.top-nav a { color: white; text-decoration: none; font-weight: 400; }

.cover { min-height: 100vh; background-image: url(../images/header-image.jpg); background-size: cover; background-position: center center; display: flex; flex-direction: column; justify-content: center; color: white; }
.cover .cover-content { padding: 140px 0 40px; }
.cover h1, .cover h2 { font-size: 45px; max-width: 790px; margin: auto; text-align: center; }
@media (max-width: 960px) { .cover h1, .cover h2 { font-size: 30px; } }
@media (max-width: 480px) { .cover h1, .cover h2 { font-size: 24px; } }
.cover h2 { font-weight: 400; }
.cover .apps { padding-top: 50px; }
.cover .apps h3 { text-align: center; padding-bottom: 40px; font-size: 26px; font-weight: 500; }
@media (max-width: 960px) { .cover .apps h3 { font-size: 22px; } }
@media (max-width: 480px) { .cover .apps h3 { font-size: 20px; } }
.cover .apps ul { display: flex; justify-content: center; }
.cover .apps ul li { list-style: none; margin: 0 10px; }
@media (max-width: 480px) { .cover .apps ul li { margin: 0; } }
.cover .apps ul li a { width: 165px; height: 50px; display: block; background-size: contain; }
@media (max-width: 480px) { .cover .apps ul li a { transform: scale(0.9, 0.9); } }
.cover .apps ul .appstore { width: 154px; background-image: url(../images/app_store.png); }
.cover .apps ul .gplay { background-image: url(../images/google_store.png); }

.section-header { font-size: 45px; text-align: center; }

.map { background-color: #e8edf3; min-height: 100vh; background-image: url(../images/world-image.png); background-size: contain; background-repeat: no-repeat; background-position: center center; display: flex; flex-direction: column; justify-content: center; }
.map .map-content ul { display: flex; justify-content: space-around; }
@media (max-width: 760px) { .map .map-content ul { display: block; padding: 40px 0; } }
.map .map-content ul li { list-style: none; text-align: center; font-size: 45px; line-height: 0.95; }
@media (max-width: 760px) { .map .map-content ul li { margin-bottom: 40px; } }
@media (max-width: 760px) { .map .map-content ul li:last-child { margin-bottom: 0; } }
.map .map-content ul li span { display: block; font-weight: bold; }

.networks-search-form { padding: 40px 0 50px; text-align: center; }
.networks-search-form input { width: 240px; padding: 0 20px 0 50px; border: 1px solid #e0e0e0; border-radius: 22px; height: 42px; line-height: 42px; font-size: 14px; outline: none; box-shadow: 0 2px 9px rgba(0, 0, 0, 0.12); background: transparent url(../images/icon-magnify.png) no-repeat 20px 50%; }

.networks-list { display: flex; flex-wrap: wrap; }
.networks-list a { display: block; text-decoration: none; transition: all 250ms; }
.networks-list a:hover { transform: scale(1.1); }
.networks-list h4 { color: #000; }
.networks-list li { list-style-type: none; text-align: center; margin: 25px 0; width: 20%; }
@media (max-width: 780px) { .networks-list li { width: 25%; } }
@media (max-width: 640px) { .networks-list li { width: 33.33333333%; } }
@media (max-width: 500px) { .networks-list li { width: 50%; } }
.networks-list img { width: 70px; height: 70px; display: block; margin: 0 auto 10px; }
.networks-list p { font-size: 12px; color: #cfcfcf; }
.networks-list .notice, .networks-list .not-found { text-align: center; width: 100%; }
.networks-list .notice a, .networks-list .not-found a { display: inline; color: #000; text-decoration: underline; }
.networks-list .not-found { color: #c0c0c0; }

.networks { padding: 100px 0 40px; }
.networks .notice { text-align: center; margin-top: 30px; margin-bottom: 30px; font-size: 16px; }
.networks .notice a { text-decoration: underline; }

.contact { padding: 100px 0; background-color: #000; color: #fff; text-align: center; }
.contact .section-header { margin-bottom: 100px; }
@media (max-width: 960px) { .contact .section-header { margin-bottom: 60px; } }
.contact a { color: #fff; }
.contact h4, .contact a { font-size: 22px; font-weight: normal; }
@media (max-width: 480px) { .contact h4, .contact a { font-size: 18px; } }
.contact h4 { margin-bottom: 2px; }
.contact .row { display: flex; }
@media (max-width: 960px) { .contact .row { display: block; text-align: center; } }
.contact .column { width: 50%; }
@media (max-width: 960px) { .contact .column { width: 100%; margin-bottom: 40px; } }
@media (max-width: 960px) { .contact .column:last-child { margin-bottom: 0; } }

.site-footer { background-color: #000; }
.site-footer .row { display: flex; padding: 30px 0 120px; border-top: 1px solid #414141; }
@media (max-width: 960px) { .site-footer .row { display: block; text-align: center; } }
@media (max-width: 500px) { .site-footer .row { padding-bottom: 40px; } }
.site-footer .column:last-child { margin-left: auto; }
@media (max-width: 960px) { .site-footer .column:last-child { margin-top: 20px; } }
.site-footer p, .site-footer a { font-size: 13px; color: #fff; text-decoration: none; opacity: .9; }
.site-footer a:hover { text-decoration: underline; }
.site-footer ul { display: flex; list-style-type: none; }
@media (max-width: 500px) { .site-footer ul { display: block; } }
.site-footer li { margin-left: 30px; }
@media (max-width: 500px) { .site-footer li { margin-left: 0; } }

.overlay { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); }

.popup { background-color: #fff; width: 80%; max-width: 465px; position: fixed; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); }
.popup > .close-popup { display: block; position: absolute; top: -20px; right: -20px; width: 38px; height: 38px; border-radius: 19px; background-color: #fff; text-decoration: none; text-align: center; line-height: 38px; font-size: 38px; font-size: Arial, sans-serif; transform: rotate(45deg); box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2); transition: background 250ms; }
.popup > .close-popup:hover { background-color: #efefef; }

.popup-body { padding: 50px 40px; text-align: center; }
.popup-body p { line-height: 1.5; }
.popup-body a { color: #1C67BE; }
.popup-body .close-popup { display: block; }
.popup-body .close-popup:after { display: inline-block; padding-left: 5px; content: "\2192"; text-decoration: none; background-color: #fff; }
