:root {
    --gradient: linear-gradient(to bottom, #49ddee 0%, #1dbbce 100%);
    --dark-color: #303030;
    --code-bg: #282c34;
    --main-color: #00a910;
    --main-color-transparent: #ff758126;
    --mockup-color: rgba(255, 255, 255, 0.3);

}

.header__logo {
    margin-right: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.header__logo-picture {
    margin-right: 5px
}



.social__button,
.social__container {
    display: -ms-flexbox;
    display: flex
}


.social__button {
    height: 40px;
    width: 40px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}



.social__button,
.social__button-wrapper path,
.social__button:before {
    transition: all .2s ease-in-out
}

.social__button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    opacity: .2;
    border-radius: 50%;
    z-index: -1
}


.button {
    border-radius: 52px;
    font-size: 18px;
    line-height: 21px;
    border: 2px solid #fff;
    cursor: pointer;
    padding: 0 28px 1px;
    transition: all .1s ease-in-out;
    height: 56px;
    font-family: Ubuntu, sans-serif;
    font-weight: 400;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    min-width: 115px;
    position: relative
}

.button:hover {
    opacity: .8
}

.button:focus {
    outline: 0
}

.button--secondary {
    margin-top: 15px
}

.button__text {
    display: block
}

.button__content,
.button__icon,
.button__icon--pay {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}


.body-bg--gradient .button--main {
    background-color: #fff
}

.body-bg--gradient .button--main .button__text,
.body-bg--gradient .button--pay .button__text {
    color: var(--main-color)
}

.body-bg--gradient .button--pay {
    background-color: #fff;
    border-color: #fff
}

.body-bg--gradient .button--secondary {
    background: 0 0;
    border-color: #fff
}

.body-bg--gradient .button--secondary:hover {
    opacity: 1;
    background: hsla(0, 0%, 100%, .2)
}

.body-bg--gradient .button--secondary .button__text {
    color: #fff
}

.body-bg--image .button--main,
.body-bg--unsplash .button--main {
    background-color: #fff
}

.button__text {
    opacity: 1;
    transition: overflow 2s ease-out;
    overflow: auto
}


b,
body,
center,
div,
footer,
form,
header,
html,
i,
img,
label,
object,
s,
span,
time,
u,
var {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none
}

footer,
header,
main {
    display: block
}

*,
:after,
:before {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box
}

.main__subtitle a:hover,
a {
    text-decoration: none
}

.bg-shadow {
    display: none
}

.body {
    justify-content: space-between;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 320px;
    position: relative;
    min-height: 100vh
}

.body-bg--gradient {
    background-image: var(--gradient);
    color: #fff
}

.body * {
    font-family: Ubuntu, Roboto Mono, Arial, sans-serif
}

.header,
.header__container {
    width: 100%;
    position: relative
}

.header {
    padding: 30px 15px 40px;
    min-width: 320px
}

.header__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%
}

.header__container img {
    max-width: 100%;
    max-height: 250px
}

.main {
    margin-top: auto;
    overflow: hidden
}

.main--image {
    margin-bottom: 50px
}

.main__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: auto auto 0;
    text-align: center;
    position: relative;
    width: 100%;
    min-width: 320px;
    max-width: 1280px;
    padding: 0 15px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

.main--imageMobile .mock {
    height: auto;
    width: auto
}

.main__content {
    margin: 0 auto 50px;
    transform: inherit;
    width: inherit;
    padding-top: 0;
    position: relative;
    top: inherit
}

.main__content .main__subtitle,
.main__content .main__title {
    text-align: left;
    margin-left: 0
}

.main--center-layout .main__subtitle,
.main--left-layout .main__subtitle {
    padding-right: 0
}

.main__title {
    font-size: 29px;
    line-height: 35px;
    font-weight: 500;
    margin: 0 0 15px;
    text-align: left
}

.main__buttons {
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column
}

.main__buttons .button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.main__subtitle {
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    line-height: 25px;
    text-align: left;
    letter-spacing: -.3px
}

.main--center-layout .main__content,
.main--timer-end .main__content,
.main--timer .main__content {
    width: 100%;
    padding: 0
}

.main--center-layout .main__heading,
.main--timer-end .main__heading,
.main--timer .main__heading {
    width: 100%
}

.main--center-layout .main__subtitle,
.main--center-layout .main__title,
.main--timer-end .main__subtitle,
.main--timer-end .main__title,
.main--timer .main__subtitle,
.main--timer .main__title {
    text-align: center
}

.main--center-layout .main__buttons,
.main--timer-end .main__buttons,
.main--timer .main__buttons {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}


.header--center-layout .header__logo,
.header--timer-end .header__logo,
.header--timer .header__logo {
    margin-right: 0
}

.header--center-layout .header__container,
.header--timer-end .header__container,
.header--timer .header__container {
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:420px) {
    .header {
        padding: 30px 25px 20px
    }
    .main__heading {
        margin-bottom: 40px
    }
    .main__wrapper {
        padding: 0 25px
    }
    .main__title {
        font-size: 35px;
        line-height: 39px;
        margin-bottom: 20px
    }
    .main__subtitle {
        letter-spacing: .3px
    }
    .main__buttons {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .social__button {
        margin-bottom: 0;
    }
    .footer__container {
        padding: 0 25px 20px
    }
    .main--center-layout .main__buttons,
    .main--timer-end .main__buttons,
    .main--timer .main__buttons {
        -ms-flex-align: start;
        align-items: flex-start
    }
    .button--secondary {
        margin-left: 12px;
        margin-top: 0
    }
}
