/* Specification */

@font-face {
    font-family: "Gill Sans MT";
    src: url('../fonts/GillSansMT-Bold.eot');
    src: url('../fonts/GillSansMT-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GillSansMT-Bold.svg') format('svg'),
         url('../fonts/GillSansMT-Bold.ttf')  format('truetype'),
         url('../fonts/GillSansMT-Bold.woff') format('woff'),
         url('../fonts/GillSansMT-Bold.woff2') format('woff2');
    font-weight: bold;
}

@font-face {
    font-family: "Gill Sans MT";
    src: url('../fonts/gill-sans-mt.eot');
    src: url('../fonts/gill-sans-mt.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GillSansMT.svg') format('svg'),
         url('../fonts/gill-sans-mt.ttf')  format('truetype'),
         url('../fonts/GillSansMT.woff') format('woff'),
         url('../fonts/gill-sans-mt.woff2') format('woff2');
    font-weight: normal;
}

body {
    font-size: 16px;
    color: #8c8f94;
    font-family: 'Gill Sans MT';
    font-weight: 400;
}

button, 
button:hover, 
button:focus {
    font-family: inherit;
    outline: none;
    border: none;
}

h1, h2, h3, h4, h5, h5 {
    font-weight: bold;
    color: #26272d;
    margin-bottom: 0;
}

p {
    color: #8c8f94;
    margin-bottom: 0;
}

ul, li {
    display: block;
    padding: 0;
    margin: 0;
}

a {
    color: #267df4;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    
}

.btn {
    border-radius: 21px;
    display: block;
    text-align: center;
    transition: background 0.5s ease;
    font-size: 16px;
    cursor: pointer;
}

.section-title {
    color: #26272d;
    font-size: 42px;
}

/* Header */

.header {
    background: url('../img/header.svg') center / cover;
    padding-top: 44px;
    
}

.logo {
    display: block;
    background: url('../img/logo.png') no-repeat;
    width: 133px;
    height: 15px;
    margin: 0 auto;
}

.link {
    color: #26272d;
    text-align: center;
    transition: opacity 0.5s ease;
}

.link:hover {
    color: #1b1c1e;
    opacity: 0.4;
}

.help {
    align-items: center;
}

.menu__item:not(:last-child) {
    margin-right: 45px;
}

nav {
    display: flex;
    align-items: center;
}

.nav-help {
    margin-left: auto;
}

.menu__icon {
    display: block;
    background: url('../img/Menu_Icon.png') center;
    width: 20px;
    height: 12px;
    margin-right: 30px;
}

.help__item:not(:last-child) {
    margin-right: 33px;
}

.get-app__btn {
    width: 132px;
    padding: 10px 20px;
    display: block;
    margin-left: 33px;
    background: #267df4;
    color: #fff;
    transition: background 0.5s ease;
    text-align: center;
}
    
.get-app__btn:hover {
    cursor: pointer;
    color: #ffffff;
    background: #106ff3;
    box-shadow: 0 8px 20px rgb(75 73 86 / 25%);
}

.get-app__btn::before {
    content: ' ';
    background: url('../img/Apple_Icon.png') no-repeat;
    width: 17px;
    height: 20px;
    margin-right: 15px;
	transition: all 0.5s ease;
}

.offer {
    margin-top: 132px;
    text-align: center;
    max-width: 781px;
    margin: 0 auto;
    margin-top: 100px;
}

.offer__title {
    font-size: 62px;
}

.offer__text {
    margin-top: 41px;
    margin-bottom: 66px;
    line-height: 28px;
    font-size: 20px;
    font-style: normal;
}

.ghost__btn {
    background: none;
    color: #26272d;
    border: 1px solid #26272d;
    display: block;
    width: 205px;
    margin: 0 auto;
    padding: 9px 22px;
    transition: background 0.5s ease;
}

.ghost__btn::before {
    content: ' ';
    display: block;
    margin-right: 15px;
    background: url('../img/Play_Icon.png');    
    width: 10px;
    height: 10px;
}

.ghost__btn:hover {
    background: rgb(75 73 86 / 25%);
    color: #26272d;
}

.offer__img {
    margin-top: 55px;
    overflow: hidden;
    width: 369px;
    height: 455px;
}

.offer__img img {
    width: 100%;
}

/* Section 1 */

.features {
    padding-top: 122px;
    padding-bottom: 116px;
    overflow: hidden;
}

.time__title {
    font-size: 26px;
}

.time__icon {
    background: url('../img/Lock_Icon.png');
    width: 42px;
    height: 51px;
    margin-bottom: 45px;
}

.time__icon_clock {
    background: url('../img/Clock_Icon.png');
}

.time__wrapper {
    margin-top: 45px;
}

.time__text {
    max-width: 505px;
    font-size: 18px;
    line-height: 26px;
}

.time__text:last-of-type {
    margin-top: 45px;
}

/* Section 2 */

.protect__iphone {
    max-width: 774px;
    width: 110%;
    height: 680px;
    background: url('../img/iphone-protect.png') no-repeat center center / contain;
    margin-left: -80px;
    transition: transform 0.5s ease;
}

section:hover .protect__iphone {
    transform: scale(1.0,3) ;
    -webkit-transform: scale(1.1) ;
    -moz-transform: scale(1.1) ;
}

.span {
    display: block;
}

.protect__text {
    color: #8c8f94;
    width: 471px;
    font-size: 20px;
}

.protect__text:last-of-type {
    margin-top: 45px;
}

.protect__wrapper {
    margin: 76px auto;
}

.protect__btn {
    display: inline;
    width: auto;
}

.protect__btn_primary {
    background: #267df4;
    color: #fff;
    transition: all 0.5s ease;
    margin-right: 20px;
    padding: 10px 20px;
}

.protect__btn_primary::after {
    content: ' ';
    display: block;
    margin-left: 52px;
    background: url('../img/Arrow_Icon.png');
    width: 13px;
    height: 12px;
    cursor: pointer;
    transition: all 0.5s ease;
}
    
.protect__btn_primary:hover {
    background: #106ff3;
    box-shadow: 0 8px 20px rgb(75 73 86 / 25%);
    padding: 10px 18px;
}

.protect__btn_primary:hover::after {
	margin-left: 56px;
}

.protect__btn_secondary {
    background: none;
    color: #26272d;
    display: block;
    border: 1px solid #26272d;
    transition: all 0.5s ease;
    padding: 9px 20px;
    transition: all 0.5s ease;
}

.protect__btn_secondary:hover {
    background: #106ff3;
    border: 1px solid #106ff3;
    box-shadow: 0 8px 20px rgb(75 73 86 / 25%);
    color: #fff;
}

/* Section 3 */

.global {
    padding-top: 171px;
    padding-bottom: 110px;
}

.world {
    width: 442px;
    overflow: hidden;
}

.world__text {
    font-size: 20px;
    color: #8c8f94;
    width: 442px;
}

.world__wrapper {
    margin-top: 67px;
}

.world__text:last-of-type {
    margin-top: 45px;
}

.partners {
    margin-top: 69px;
}

.partners__title {
    text-transform: uppercase;
    font-size: 12px;
}

.partners-links {
    margin-top: 30px;
}

.partners-links__item:first-of-type {
    margin-right: 31px;
}

.partners-links__img_first {
    width: 125px;
    height: 34px;
}

.partners-links__img_second {
    width: 138px;
    height: 35px;
}

.map {
    background: url('../img/World_Map.png') no-repeat center center / contain;
    max-width: 627px;
    width: 110%;
    height: 401px;
    margin-right: -35px;
    transition: transform 0.5s ease;
}

section:hover .map {
    transform: scale(1.0,4) ;
    -webkit-transform: scale(1.1) ;
    -moz-transform: scale(1.1) ;
}

/* Footer */

.footer {
    padding-top: 110px;
    padding-bottom: 210px;
}

.footer__logo {
    margin-left: 0;
}

.app__text {
    margin-top: 31px;
    margin-bottom: 28px;
    width: 232px;
}

.app__img {
    width: 140px;
    height: 42px;
    margin-left: 0;
}

.footer__title {
    text-transform: uppercase;
    font-size: 12px;
}

.nav {
    margin-top: 15px;
}

.nav__item a {
    color: #8c8f94;
    line-height: 36px;
}

/* Responsive */

@media (max-width: 1200px) {
    .protect__iphone {
        margin-left: 0;
        width: 100%;
    }
    .protect__text {
        width: auto;
    }
    .map {
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .menu {
        display: none !important;
    }
    .help {
        display: none !important;
    }
    .time:first-child {
        margin-bottom: 60px;
    }
    .time__wrapper,
    .protect__wrapper,
    .world__wrapper {
        max-width: none;
        margin-top: 35px;
    }
    .time__text:last-of-type,
    .protect__text:last-of-type,
    .world__text:last-of-type {
        margin-top: 30px;
    } 
    .map {
        margin-top: 60px;
    }
    .global {
        padding-top: 100px;
    }
    .world {
        width: auto;
    }
    .world__text {
        width: auto;
    }
    .span {
        display: inline-block;
    }
    .app {
        margin-bottom: 50px;
    }
    .partners-links {
        margin-top: 30px;
    }
    .features {
        padding-bottom: 0;
        padding-top: 90px;
    }
    .protect__iphone {
        height: 450px;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .help__item {
        display: none;
    }
    .logo {
       margin-right: 0;
    }
}

@media (max-width: 576px) {
    .menu__item:not(:first-child) {
        display: none;
    }
    .get-app__btn {
        display: none !important;
    }
    .menu__icon {
        position: absolute;
    }
    .offer__title {
        font-size: 43px;
    }
    .offer__text {
        font-style: 18px;
        margin-top: 30px;
        line-height: 26px;
    }
    .time__text {
        margin-top: 30px;
    }
    .time__icon {
        margin-bottom: 35px;
    }
    .protect__iphone {
        height: 270px;
    }
    .section-title {
        font-size: 34px;
    }
    .world__text:first-of-type,
    .protect__text:first-of-type {
        margin-top: 40px;
    }
    .protect__btn_primary {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .protect__btn_primary::after {
        margin-left: 25px;
    }
    .protect__btn_primary:hover::after {
        margin-left: 126px;
    }
    .global {
        padding-top: 80px;
        padding-bottom: 80px;
    }    
    .map {
        height: 290px;
        margin-top: 30px;
        margin-left: 10px;
        max-width: 95%;
    }
    .nav__menu {
        margin-bottom: 20px;
    }
    .footer {
        padding-bottom: 70px;
    }
    .nav__item {
        line-height: 1.5;;
    }
    .app {
        text-align: center;
    }
    .footer__logo {
        margin: auto;
    }
    .app__text {
        width: 100%;
    }
    .nav__menu, 
    .footer__title {
        text-align: center;
    }
}

@media (max-width: 335px) {
    .offer__img {
        width: 300px;
        height: 400px;
    }
    .footer {
        padding-top: 60px;
    }
    .partners-links {
        flex-direction: column;
    }
    .partners-links__item:first-of-type {
        margin-bottom: 15px;
    }
    
}