@font-face {
    font-family: "Graphik-Thin";
    src: url('..//fonts/Graphik-Thin.woff')
}

@font-face {
    font-family: "Gotham-Light";
    src: url('..//fonts/gotham-light2.woff')
}

@font-face {
    font-family: "Gotham-Medium";
    src: url('..//fonts/gotham-medium3.woff')
}

body {
    margin: 0;
    padding: 0 0 50px 0;
    color: #fff;
    font-size: 100%;
    font-family: "Gotham-Light", "Helvetica", sans-serif;
    min-width: 320px
}

h1,
h2 {
    font-family: "Graphik-Thin", "Helvetica", sans-serif;
    font-weight: 100
}

a {
    text-decoration: none;
    color: #fff
}

a:hover {
    text-decoration: none;
    color: #fff
}

button {
    margin: 0;
    padding: 0
}

button:focus {
    outline: 0
}

.btn {
    font-family: "Graphik-Thin", "Helvetica", sans-serif;
    font-weight: bold;
    padding: 0;
    margin: 0 15px;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    border: none;
    cursor: pointer
}

.btn-default {
    background-color: #61c8ee;
    border: 2px solid #21b3e8;
    transition: linear .2s
}

.btn-default:hover {
    background-color: #21b3e8;
    transition: linear .2s
}

.btn-yellow {
    background-color: #c0b830;
    border: 2px solid #a7a12a;
    transition: linear .2s;
    font-size: 2em;
}

.btn-yellow:hover {
    background-color: #a7a12a;
    transition: linear .2s
}

.btn-lightgreen {
    background-color: #a9b840;
    border: 2px solid #9baa3c;
    transition: linear .2s
}

.btn-lightgreen:hover {
    background-color: #9baa3c;
    transition: linear .2s
}

.btn-green {
    background-color: #81a446;
    border: 2px solid #779640;
    transition: linear .2s
}

.btn-green:hover {
    background-color: #779640;
    transition: linear .2s
}

.btn-lightblue {
    background-color: #75b6a2;
    border: 2px solid #5fab94;
    transition: linear .2s
}

.btn-lightblue:hover {
    background-color: #5fab94;
    transition: linear .2s
}

.btn-blue {
    background-color: #4d9bb7;
    border: 2px solid #448ca7;
    transition: linear .2s
}

.btn-blue:hover {
    background-color: #448ca7;
    transition: linear .2s
}

.btn-big {
    font-size: 1.3em;
    /* height: 80px; */
    width: 350px;
    line-height: 2.5em;
}

.btn-small {
    font-size: 1.5em;
    height: 50px;
    width: 200px;
    padding-bottom: 4px
}

.img {
    display: inline-block
}

.img-sm {
    width: 40px;
    min-height: 20px
}

.img-md {
    width: 80px;
    min-height: 120px
}

.img-lg {
    width: 120px;
    min-height: 90px
}

.img-xl {
    width: 180px;
    min-height: 160px
}

.img.img-sound {
    width: 30px
}

.img.img-sound {
    background: url("/content/images/sound.png") no-repeat center center;
    width: 60px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

.img.img-people {
    background: url("/content/images/people.png") no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

.img.img-crowd {
    background: url("/content/images/crowd.png") no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

.img.img-arrow-big {
    background: url("/content/images/arrow-big.png") no-repeat left center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

.img.img-speech-bubble {
    background: url("/content/images/speech-bubble.png") no-repeat 30px center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

.img.img-cart {
    background: url("/content/images/cart.png") no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

.img.img-safe {
    background: url("/content/images/safe.png") no-repeat 30px center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

.img.img-waves {
    background: url("/content/images/waves.png") no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

.img.img-heart {
    background: url("/content/images/heart.png") no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

.img.img-music {
    background: url("/content/images/music.png") no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

.img.img-service {
    background: url("/content/images/service.png") no-repeat right center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

.img.img-pie {
    background: url("/content/images/pie.png") no-repeat right center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

.img.img-arrow-up {
    background: url("/content/images/arrow-up.png") no-repeat center bottom;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

.menu {
    position: fixed;
    top: 55px;
    left: 45px;
    z-index: 1
}

.menu ul {
    font-family: "Graphik-Thin", "Helvetica", sans-serif;
    font-size: 1.2em;
    font-weight: lighter;
    letter-spacing: 1px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    line-height: 1em
}

.menu ul li {
    position: relative;
    display: block;
    margin-bottom: 8px;
    overflow: hidden
}

.menu ul li a {
    display: inline-block;
    line-height: 1em;
    vertical-align: middle;
    margin: 0;
    position: relative;
    width: 30px
}

.menu ul li span.nav-link {
    top: 2px;
    right: 0;
    left: 20px;
    padding-left: 10px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    position: absolute
}

.menu ul li span.bullet {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 12px;
    border: 2px solid #fff
}

.menu ul li span.bullet.el1 {
    background-color: #101010
}

.menu ul li span.bullet.el2 {
    background-color: #c0b830
}

.menu ul li span.bullet.el3 {
    background-color: #a9b840
}

.menu ul li span.bullet.el4 {
    background-color: #81a446
}

.menu ul li span.bullet.el5 {
    background-color: #75b6a2
}

.menu ul li span.bullet.el6 {
    background-color: #4d9bb7
}

.login {
    position: absolute;
    top: 55px;
    right: 55px;
    z-index: 1
}

.login .btn div {
    vertical-align: middle
}

.login .btn div.arrow {
    background: url("/content/images/login-arrow.png") no-repeat center left;
    display: inline-block;
    height: 25px;
    width: 100px;
    text-align: right;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

.arrow-up {
    position: fixed;
    width: 100%;
    text-align: center;
    bottom: 30px;
    z-index: 1
}

.section {
    width: 100%;
    text-align: center
}

.section .section-footer {
    padding-top: 0
}

.section .section-footer-small {
    padding-top: 80px
}

.section-mid-lg {
    max-width: 1475px;
    margin: 0 auto;
    padding: 0 50px
}

.section-mid-md {
    max-width: 970px;
    margin: 0 auto;
    padding: 0 50px
}

.section.section-home h1 {
    font-size: 3em;
    padding: 5px 0 0
}

.section.section-home h2 {
    font-size: 1.5em;
    padding: 10px 0 0
}

.section.section-home .logo {
    max-width: 155px
}

.section.section-home {
    background: url('/content/images/Megafone_Logo.png') #4d9bb7  no-repeat center fixed;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    color: #fff
}

.section.section-home h1 {
    margin: 0
}

.section.section-home h2 {
    margin: 0
}

.section.section-home h2 strong {
    font-weight: 900
}

.section.section-other h1 {
    font-size: 4.4em;
    font-weight: 100
}

.section.section-other h1 strong {
    font-family: "Gotham-Medium", "Helvetica", sans-serif
}

.section.section-other p {
    display: inline-block;
    font-size: 1.5em;
    text-align: left;
}

.section.section-other p strong {
    font-family: "Gotham-Medium", "Helvetica", sans-serif
}

.section.section-how-to-music {
    background-color: #c0b830
}

.section.section-how-to-messages {
    background-color: #a9b840
}

.section.section-how-to-messages p {
    font-style: italic;
    margin: 0;
    padding: 0
}

.section.section-how-to-messages div.content {
    margin: 0 0 60px -50px
}

.section.section-how-to-messages div.content p.first {
    margin-top: 20px
}

.section.section-how-to-messages div.content p.second {
    margin-top: 16px
}

.section.section-how-to-messages div.content p.third {
    margin-top: 1px
}

.section.section-specifics {
    background-color: #81a446
}

.section.section-specifics .image-container {
    margin-left: 60px
}

.section.section-service {
    background-color: #75b6a2
}

.section.section-service h2 {
    font-family: "Gotham-Medium", "Helvetica", sans-serif;
    font-weight: 900;
    font-size: 1.8em;
    text-align: left;
    margin: 0;
    padding: 0
}

.section.section-service div.padded-top {
    padding-top: 10px
}

.section.section-contact {
    line-height: 1.3em;
    background-color: #4d9bb7
}

.section.section-contact .contact-area {
    margin: 0 auto;
    max-width: 650px;
    padding-left: 120px
}

.section.section-contact .col-1 {
    padding-right: 20px
}

.section .contact-card {
    text-align: left;
    margin-bottom: 25px
}

.section .contact-card .name {
    font-family: "Gotham-Medium", "Helvetica", sans-serif;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase
}

.section .contact-card .occupation {
    font-style: italic
}

.section .contact-card .tel {
    color: #000
}

.section .contact-card .email {
    color: #faef3a
}

.text-blue {
    color: #61c8ee
}

.text-upper {
    text-transform: uppercase
}

.slide-in {
    opacity: 1;
    right: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    pointer-events: all
}

.slide-out {
    opacity: .1;
    right: -55px;
    -webkit-transition: all 1.2s linear;
    -moz-transition: all 1.2s linear;
    -o-transition: all 1.2s linear;
    transition: all 1.2s linear
}

.no-click {
    width: 30px !important;
    -webkit-transition: all 1.2s linear;
    -moz-transition: all 1.2s linear;
    -o-transition: all 1.2s linear;
    transition: all 1.2s linear
}

.click {
    width: 268px !important;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.fade-in {
    opacity: 1;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.fade-out {
    opacity: 0;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear
}

.dissapear {
    opacity: 0
}

.info {
    font-family: "Graphik-Thin", "Helvetica", sans-serif;
    padding-top: 20px
}

.info span {
    font-size: 1.4em
}

.info div {
    margin: 25px 0 0
}

.grid-section {
    clear: both;
    padding: 0;
    margin: 0
}

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 5%
}

.col_no_margin {
    display: block;
    float: left;
    margin: 0
}

.col:first-child,
.col_no_margin:first-child {
    margin-left: 0
}

.group:before,
.group:after {
    content: "";
    display: table
}

.group:after {
    clear: both
}

.group {
    zoom: 1
}

.span_c1 {
    width: 100%
}

.span_c2 {
    width: 65%
}

.span_c3 {
    width: 30%
}

.span_c1_nostack {
    width: 100%
}

.span_c2_nostack {
    width: 65%
}

.span_c3_nostack {
    width: 30%
}

.span_half {
    width: 50%
}

.span_margin {
    width: 5%
}

@media only screen and (max-width:667px) {
    .fp-tableCell {
        vertical-align: middle !important
    }
    .section.section-home .logo {
        margin-top: 60px
    }
    .section .section-footer {
        padding-top: 50px
    }
    .mobile-hidden {
        display: none
    }
    .desktop-hidden {
        display: block !important
    }
    .login {
        top: 40px;
        right: 20px
    }
    .login .btn div.arrow {
        height: 17px;
        width: 70px
    }
    .btn-big {
        font-size: 1em;
        height: 40px;
        width: 300px;
        margin: 10px;
    }
    .btn-small {
        font-size: 1em;
        height: 35px;
        width: 150px
    }
    .span_c1,
    .span_c2,
    .span_c3,
    .span_half {
        width: 100%
    }
    .col {
        margin: 1% 0 1% 0%
    }
    .col_no_margin {
        margin: 0
    }
    .span_margin {
        display: none
    }
    .img-sm {
        width: 20px;
        min-height: 40px
    }
    .img-md {
        width: 80px;
        min-height: 30px
    }
    .img-lg {
        width: 80px;
        min-height: 30px
    }
    .img-xl {
        width: 50px;
        min-height: 30px
    }
    .img-arrow-big {
        margin: 0 0 -15px 0 !important;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    .img-pie,
    .img-service,
    .img.img-arrow-big {
        background-position: center center !important
    }
    .img {
        margin: 25px 0 5px
    }
    .img.img-sound {
        width: 30px
    }
    .section-mid-lg {
        margin: 0;
        padding: 0 35px
    }
    .section-mid-md {
        margin: 0;
        padding: 0 35px
    }
    .section.section-home {
        background: url('/content/images/Megafone_Logo.png') #101010 no-repeat center center;
        -webkit-background-size: auto;
        -moz-background-size: auto;
        -o-background-size: auto;
        background-size: auto
    }
    .section.section-home .logo {
        max-width: 120px
    }
    .section.section-home h1 {
        font-size: 2.2em;
        padding: 10px 0 0
    }
    .section.section-home h2 {
        font-size: 1.2em;
        padding: 10px 0 0
    }
    .section.section-other h1 {
        font-size: 1.6em
    }
    .section.section-other p {
        text-align: left;
        font-size: 1em;
        margin-bottom: 15px
    }
    .section.section-how-to-messages h1 {
        margin: 0 20px 10px
    }
    .section.section-how-to-messages div.content {
        margin: 0
    }
    .section.section-how-to-messages div.content p.first {
        margin-top: 0
    }
    .section.section-how-to-messages div.content p.second {
        margin-top: 0
    }
    .section.section-how-to-messages div.content p.third {
        margin-top: 0
    }
    .section.section-service h2 {
        font-size: 1.2em;
        padding-bottom: 10px
    }
    .section.section-contact {
        font-size: 1em;
        line-height: 1.2em;
        padding: 0 25px
    }
    .section.section-contact h1 {
        margin-bottom: 20px
    }
    .section.section-contact .contact-area {
        margin: 0 auto;
        max-width: 320px;
        padding-left: 0;
        padding-top: 15px !important
    }
    .section.section-contact .contact-card {
        padding: 20px 0;
        line-height: 1.2em
    }
    .section.section-contact .col-1 {
        padding-right: 0
    }
    .section .contact-card {
        margin-bottom: 5px;
        text-align: center
    }
    .info span {
        font-size: 1em
    }
    .info div {
        margin: 5px 0 0
    }
}

@media(min-width:668px)and (max-width:1024px) {
    .img-sm {
        width: 30px;
        min-height: 40px
    }
    .img-md {
        width: 80px;
        min-height: 50px
    }
    .img-lg {
        width: 90px;
        min-height: 60px
    }
    .img-xl {
        width: 150px;
        min-height: 100px
    }
    .img.img-sound {
        width: 50px
    }
    .section-mid-lg {
        margin: 0;
        padding: 0 55px
    }
    .section-mid-md {
        margin: 0;
        padding: 0 55px
    }
    .section.section-other h1 {
        font-size: 2.6em
    }
    .section.section-other p {
        text-align: left;
        font-size: 1.2em;
        margin-bottom: 15px
    }
    .section.section-how-to-messages div.content {
        margin: 0
    }
    .section.section-service h2 {
        font-size: 1.2em
    }
    .section.section-service div.padded-top {
        padding-top: 23px
    }
    .section.section-contact .contact-area {
        line-height: 1.2em;
        font-size: .8em
    }
    .info {
        font-size: 1em;
        padding-top: 10px
    }
    .info div {
        margin: 25px 0
    }
    .section .contact-card {
        margin-bottom: 25px
    }
}

.section.section-contact .contact-area {
    padding-top: 40px;
    padding-bottom: 30px
}

.desktop-hidden {
    display: none
}

ul.mobile-menu {
    position: absolute !important;
    top: 5px;
    left: 0;
    z-index: 999;
    padding: 0 20px;
    opacity: .9
}

ul.mobile-menu>li {
    position: relative;
    margin-left: 0;
    padding: 10px
}

ul.mobile-menu ul {
    background-color: transparent;
    display: none
}

ul.mobile-menu a.first {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    line-height: 30px;
    margin-left: 20px
}

ul.mobile-menu a {
    cursor: pointer;
    display: block;
    color: #fff;
    line-height: 30px;
    padding: 0 10px
}

ul.mobile-menu li {
    list-style: none;
    margin: 5px 20px 5px -20px
}

ul.mobile-menu li:hover {
    background-color: #000
}

ul.mobile-menu li:hover ul {
    display: block
}

.box-shadow-menu {
    position: relative;
    padding-left: 1.25em
}

.box-shadow-menu:before {
    content: "";
    position: absolute;
    left: 0;
    top: .25em;
    width: 2em;
    height: .3em;
    background: #fff;
    box-shadow: 0 .5em 0 0 #fff, 0 1em 0 0 #fff
}
