@charset "utf-8";
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/jost-v18-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/jost-v18-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/jost-v18-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/jost-v18-latin-regular.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/jost-v18-latin-regular.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/jost-v18-latin-regular.svg#Jost') format('svg');
    /* Legacy iOS */
}
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/jost-v18-latin-700.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/jost-v18-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/jost-v18-latin-700.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/jost-v18-latin-700.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/jost-v18-latin-700.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/jost-v18-latin-700.svg#Jost') format('svg');
    /* Legacy iOS */
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #444444;
    font: 1em/1.5em Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 950px;
    margin: 1rem auto;
    border: solid 1px #000;
    background-color: #fff;
    overflow: hidden;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: 0 0 0.5rem;
    font-size: 2em;
    line-height: 1.1;
    position: absolute;
    right: 5rem;
    top: 8rem;
}
h1 span {
    display: block;
    padding-top: 1rem;
    font-size: 0.7em;
}
h2 {
    font-size: 1.250em;
    line-height: 1.3;
    padding-bottom: 0.5rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding-left: 80px;
}
li:before {
    content: "•";
    font-size: 1.3em;
    float: left;
    margin: 0 0 0 -2.5rem;
}
.main {
    display: block;
    padding: 2rem 3.5rem;
}
.benefits {
    font-family: 'Jost', Arial, sans-serif;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2rem 4rem;
}
.benefits p span {
    display: block;
    text-align: center;
    font-size: 0.875em;
    line-height: 1.3;
    padding-bottom: 0.3rem;
}
.coin{
   margin-bottom: 0.3rem;
}
.cup,.phone,.ballon{
    margin-top: -0.5rem;
}
.provision{
   margin-top: 0.5rem;
}
.button {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 65%;
    color: #fff;
    align-items: flex-end;
    padding: 0 0 1rem;
}
.fa-whatsapp {
    color: #25D266;
    font-size: 1.7em;
}
.link {
    border-radius: 5px;
    background: #BBE4FA;
    padding: 0.5rem 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
}
.width {
    width: 100px;
}
.black {
    background: #000;
}
.social img {
    padding-right: 2rem;
}
.line {
    margin: 0 -3.5rem 2rem;
}
@media only screen and (max-width:949px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    :is(p, ul) {
        hyphens: auto;
    }
    .main {
        padding: 1.5rem;
    }
    .line {
        margin: 1rem -1.5rem;
    }
    .hide_m {
        display: none;
    }
}
@media only screen and (max-width:780px) {
    h1 {
        position: static;
        background: #BCE5FB;
        padding: 1rem 1.5rem;
        margin: 0 -1.5rem 1rem;
    }
    h1 br {
        display: none;
    }
    .main {
        padding-top: 0;
    }
    header img {
        display: block;
    }
    .button {
        width: 100%;
    }
    li {
        padding-left: 50px;
    }
    .benefits {
        padding: 1rem 0;
    }
    .width {
        width: 100%;
    }
}
@media only screen and (max-width:690px) {
    .benefits {
        flex-direction: column;
        align-items: center;
    }
    .benefits br {
        display: none;
    }
}