@font-face {
    font-family: 'GillSansMT';
    src: url('../fonts/GillSansMT-Bd.eot'); /* IE9 Compat Modes */
    src: url('../fonts/GillSansMT-Bd.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/GillSansMT-Bd.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/GillSansMT-Bd.woff') format('woff'), /* Pretty Modern Browsers */
        url('../fonts/GillSansMT-Bd.ttf') format('trurtype'), /* Safari, Android, IOS */
        url('../fonts/GillSansMT-Bd.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: bold;
}

@font-face {
    font-family: 'GillSansMT';
    src: url('../fonts/GillSansMT-Lt.eot'); /* IE9 Compat Modes */
    src: url('../fonts/GillSansMT-Lt.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/GillSansMT-Lt.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/GillSansMT-Lt.woff') format('woff'), /* Pretty Modern Browsers */
        url('../fonts/GillSansMT-Lt.ttf') format('trurtype'), /* Safari, Android, IOS */
        url('../fonts/GillSansMT-Lt.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: normal;
}

body {
    font-family: 'GillSansMT', sans-serif;
    font-size: 20px;
    padding: 0;
    margin: 0;
}

button,
button:hover,
button:focus {
    font-family: inherit;
    outline: none;
    border: none;
}

h1 {
    font-weight: bold;
    font-size: 62px;
    color: #26272d;
    line-height: 1.2em;
}

h2 {
    font-weight: bold;
    font-size: 42px;
    color: #26272d;
    line-height: 1.2em;
}

h3 {
    font-weight: bold;
    font-size: 26px;
    color: #26272d;
    line-height: 1.2em;
}

h4 {
    font-weight: bold;
    font-size: 12px;
    color: #26272d;
    line-height: 1.2em;
    text-transform: uppercase;
}


p {
    color: #8c8f94;
    font-weight: normal;
    line-height: 1.2em;
}

ul, li {
    display: block;
    padding: 0;
    margin: 0;
}

a {
    color: #26272d;
    text-decoration: none;
}

a:hover {
    color: #8c8f94;
}

.container {
    max-width: 1110px;
    margin: 0 auto;
    padding: 0;
}

.btn, .button, .features__button, .features__btn {
    font-family: inherit;
    outline: none;
    border: none;
    font-size: 16px;
}

.button {
    border-radius: 30px;
    background: #267df4 url('../img/Apple Icon.svg') no-repeat 18px 9px;
    color: #fff;
    font-weight: bold;
    padding: 9px 16px 9px 49px;
    display: flex;
    max-width: 130px;
    height: 38px;
    text-align: center;
    transition: all 0.5s ease;
}

.button:hover {
    box-shadow: 0 8px 20px rgb(37 0 249 / 25%);
    background: rgba(38, 125, 244, 0.75) url('../img/Apple Icon.svg') no-repeat 18px 9px;
    color: #fff;
}

.button:active {
    background: #267df4;
    box-shadow: none;
    border: none;
    display: flex;
}

.btn {
    background: url('../img/Play Icon.svg') no-repeat 28px 22px;
    border-radius: 30px;
    border: 1px solid #26272d;
    color: #26272d;
    font-weight: bold;
    padding: 15px 55px 15px 49px;
    display: inline-block;
    max-width: 280px;
    height: 49px;
    text-align: center;
    transition: all 0.5s ease;
}

.btn:hover {
    background: #585a66 url('') no-repeat 25px 20px;
    color: #fff;
    border: none;
}

.btn:active {
    background: #;
    box-shadow: none;
}
/* Первый экран */

.header {
    background: #cbd6ea url('../img/background.png') no-repeat center top / cover;
    height: 1000px;
    padding-top: 40px;
    width: 100%;
}

.burger {
    display: block;
    background: url('../img/Menu.svg') no-repeat;
    width: 20px;
    height: 12px;
}

.menu__item, .contacts__item {
    font-size: 16px;
}

.menu__item, .contacts__item:hover {
color: #8c8f94;}

.menu__item {
    padding-left: 35px;
}

.contacts__item {
    padding-left: 35px;

}

.logo {
    display: inline-block;
    background: url('../img/Logo.png') no-repeat;
    width: 135px;
    height: 15px;
    margin: 0;
    text-align: center;
}

.offer {
    padding: 110px 0;
    text-align: center;
}

.offer__text {
    margin-top: 35px;
    margin-bottom: 67px;
    padding: 0 65px;
}

.trusted {
    padding-top: 120px;
}

.trusted__heading-lock {
    background: url('../img/Lock Icon.png') no-repeat left top;
    padding-top: 90px;
    padding-bottom: 18px;

}

.trusted__heading-clock {
    background: url('../img/Clock Icon.png') no-repeat left top;
    padding-top: 90px;
    padding-bottom: 18px;
}

.trusted__text {
    padding-top: 10px;
}

.features {
    padding-top: 115px;
}

.features__text1 {
    margin-top: 73px;
    margin-bottom: 35px;
}

.features__text2 {
    margin-bottom: 80px;
}


..features__btns {
    display: flex;
}

.features__button {
    border-radius: 30px;
    background: #267df4 url('../img/Arrow Icon.svg') no-repeat 175px 16px;
    color: #fff;
    font-weight: bold;
    padding: 9px 75px 9px 25px;
    display: inline-block;
    max-width: 250px;
    height: 42px;
    text-align: center;
    transition: all 0.5s ease;
}

.features__button:hover {
    box-shadow: 0 8px 20px rgb(37 0 249 / 25%);
    background: rgba(38, 125, 244, 0.75) url('../img/Arrow Icon.svg') no-repeat 18px 9px right;
    color: #fff;
}

.features__button:active {
    background: #267df4;
    box-shadow: none;
    border: none;
}

.features__btn {
    border-radius: 30px;
    border: 1px solid #26272d;
    color: #26272d;
    font-weight: bold;
    padding: 9px 25px;
    display: inline-block;
    width: auto;
    text-align: center;
    transition: all 0.5s ease;
    margin-left: 15px;
}

.features__btn:hover {
    background: #585a66;
    color: #fff;
    border: none;
}

.features__btn:active {
    box-shadow: none;
}


.app-screen {
    background: url('../img/iPhone 7.png') no-repeat center center / contain;
    max-width: 730px;
    width: auto;
    height: 680px;
    margin-left: -120px;
    overflow-x: hidden;
}

.jackpots {
    padding-top: 25px;
}

.jackpots__heading {
    margin-bottom: 60px;
}

.jackpots__text {
    margin-top: 37px;
    margin-bottom: 67px;
}

.jackpots__partners {
    margin: 30px 0 0;
    display: flex;
}

.map {
    background: url('../img/World Map.png') no-repeat center center / contain;
    max-width: 640px;
    width: auto;
    height: 410px;
    margin-right: -100px;
}

.dropbox {
    background: url('../img/Dropbox Logo.png') no-repeat;
    width: 125px;
    height: 34px;
    display: block;
    margin-right: 30px;
}

.evernote {
    background: url('../img/Evernote Logo.png');
    width: 138px;
    height: 35px;
    display: block;
}

.footer {
    padding-top: 245px;
}

.footer__text {
    font-size: 14px;
    margin: 20px 0 35px;
}

.footer__heading {
    margin-bottom: 20px;
}

.download {
    background: url('../img/Download.png') no-repeat;
    width: 140px;
    height: 42px;
    display: block;
    margin-bottom: 210px;
}

.download:hover {
    box-shadow: 0 8px 20px rgb(37 0 249 / 25%);
    transform: scale(1.1) ;
    -webkit-transform: scale(1.1) ;
    -moz-transform: scale(1.1) ;
    transition: all 0.5s ease;
}

.footer__item {
    font-size: 16px;
    display: block;
    margin-bottom: 13px;
}

/* Responsive */

@media (max-width: 1199px) {
    .container {
        max-width: 960px;
    }
    .app-screen {
        background: url('../img/iPhone 7.png') no-repeat center top / contain;
        margin-left: 0px;
    }
    .jackpots {
        padding-top: 0;
    }
    .map {
        background: url('../img/World Map.png') no-repeat center top / contain;
        margin-right: 0;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 720px;
    }
    .menu__item, .contacts__item {
        display: none;
    }
    .offer {
        padding: 90px 0;
    }
    .offer__text {
        margin-top: 25px;
        margin-bottom: 40px;
    }
    .trusted {
        padding-top: 90px;
    }
    .trusted__heading-clock {
        margin-top: 30px;
    }
    .features {
        padding-top: 90px;
    }
    .features__text1 {
        margin-top: 53px;
        margin-bottom: 25px;
    }
    .features__text2 {
        margin-bottom: 50px;
    }
    .jackpots {
        padding-top: 120px;
    }
    .jackpots__partners {
        margin-bottom: 80px;
    }
    .map {
        margin: 0 auto;
    }
    .footer {
        padding: 145px 0 80px;
    }
    .download {
        margin-bottom: 100px;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 540px;
    }
    .offer {
        padding: 70px 0;
    }
    .offer__text {
        padding: 0 5px;
        margin-bottom: 25px;
    }
    .footer__list {
        margin-bottom: 35px;
    }
}

@media (max-width: 575px) {
    .container {
        padding: 0 15px;
        width: 100%;
    }
    .header {
        background: #cbd6ea url('../img/background1.png') no-repeat center top / cover;
        height: 500px;
    }
    .button {
        display: none;
    }
    .jackpots {
        padding-top: 90px;
    }
    .offer {
        padding: 50px 0;
    }
    .offer__heading {
        font-size: 42px;
    }
    .offer__text {
        font-size: 15px;
        padding: 0;
        color: #26272d;
    }
    .app-screen {
        height: 320px;
    }
    .features__btn, .features__button {
        display: block;
        margin: 0 50px 20px auto;
        width: 200px;
    }
    .features__button {
        background: #267df4 url('../img/Arrow Icon.svg') no-repeat 165px 16px;

    }
    h2 {
        font-size: 35px;
    }
    h3 {
        font-size: 22px;
    }
    .map {
        height: 190px;
    }
    .footer {
        padding-top: 90px;
    }
}

