@font-face {
    font-family: 'Roboto Slab';
    src: url('../fonts/robotoslabbold.ttf');
url('../fonts/robotoslabbold.woff'),
url('../fonts/robotoslabbold.woff2');
    font-weight: 700;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('../fonts/robotoslablight.ttf');
url('../fonts/robotoslablight.woff'),
url('../fonts/robotoslablight.woff2');
    font-weight: 300;
}

body {
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

/****screen 1****/
.main_screen img {
    width: 100%;
    height: 106vh;
}

.gif_container:after {
    width: 100%;
    height: 120vh;
    background-color: rgba(39, 39, 39, 0.65);
    position: absolute;
    content: "";
    top: 0;
    z-index: 120;
}

.screen1,
.screen2 {
    height: 100vh;
}

.screen1 {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
}

.screen2 {
    height: 100vh;
    z-index: 100000;
    position: relative;
    background-color: #fff;
    margin-top: -55px;
}

.logo {
    width: 137px;
    height: 40px;
    background: url(../img/logo.png) no-repeat;
    margin: 45px 65px 0;
    display: inline-block;
}

.first_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 7%;
    max-width: 1376px;
    margin: 0 auto;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.first_block-header {
    font-size: 60px;
    width: 530px;
    margin: 45px 0 40px;
    font-family: 'Roboto Slab', serif;
}

.first_block-pic {
    background: url(../img/1920/phones.png) no-repeat;
    width: 617px;
    height: 621px;
}

.first_block-desc {
    font-size: 21px;
    width: 500px;
    margin-bottom: 85px;
    display: inline-block;
}

.first_block-send {
    width: 480px;
    font-size: 18px;
    margin-bottom: 25px;
}

input[type=text] {
    width: 302px;
    height: 40px;
    line-height: 39px;
    border: 0;
    padding-left: 15px;
    margin: 0 6px 30px 0;
}

::-webkit-input-placeholder {
    font-size: 14px;
}

::-moz-placeholder {
    font-size: 14px;
}

:-moz-placeholder {
    font-size: 14px;
}

:-ms-input-placeholder {
    font-size: 14px;
}

#send {
    width: 132px;
    background-color: #d1381e;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border: 0;
    height: 40px;
    line-height: 1px;
    vertical-align: top;
}

#send:hover {
    background-color: #9e2d1d;
}

.first_block-buttons a {
    padding-right: 10px;
}

/*****screen 2*****/
.screen2_header {
    color: #26797f;
    font-weight: 300;
    text-align: center;
    margin: 0 auto;
    font-size: 50px;
    padding-top: 60px;
    font-family: 'Roboto Slab', sans-serif;
}

.screen2_header-bold {
    font-weight: 700;
    display: block;
}

.screen2_img {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    margin: 0 auto;
    background: url("../img/1920/phones_shadow.png");
    width: 950px;
    height: 950px;
}

/********circle********/
.screen2_box {
    position: relative;
}

.box-circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    text-align: center;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 700;
}

.box-circle:nth-child(1) {
    top: 45px;
    left: 400px;
}

.box-circle:nth-child(7) {
    top: 45px;
    right: 400px;
}

.box-circle:nth-child(2) {
    top: 280px;
    left: 470px;
}

.box-circle:nth-child(6) {
    top: 280px;
    right: 470px;
}

.box-circle:nth-child(3) {
    top: 520px;
    left: 530px;
}

.box-circle:nth-child(5) {
    top: 520px;
    right: 530px;
}

.box-circle:nth-child(4) {
    top: 570px;
    right: calc(50% - 156px / 2);
}

.copyright {
    max-width: 330px;
    width: 100%;
    color: #bcbcbc;
    font-size: 10px;
    display: block;
    text-align: center;
    margin: 0 auto;
    bottom: 10px;
    margin-top: 20px;
}

.footer {
    display: none;
}

.inputs .thank_you {
    font-size: 16px;
}

.first_block-inputs {
    margin-top: 40px;
}

.inputs .thank_you .big {
    font-size: 24px;
    display: block;
}

/* Safari 9+ */

_:default:not(:root:root), .copyright {
    bottom: 10px;
}

@media (max-width: 1680px) {
    .first_block-desc {
        font-size: 20px;
    }

    .first_block-send {
        font-size: 17px;
    }

    .screen2_header {
        font-size: 45px;
    }

    .first_block-pic {
        background: url(../img/1680/phones.png) no-repeat;
        width: 599px;
        height: 603px;
    }

    .screen2_img {
        background: url("../img/1680/phones_shadow.png");
        width: 918px;
        height: 918px;
    }

    .first_block {
        justify-content: space-around;
        max-width: 1200px;
    }

    .first_block-desc,
    .first_block-send {
        width: 460px;
    }

    .box-circle:nth-child(1) {
        top: 65px;
        left: 325px;
    }

    .box-circle:nth-child(7) {
        top: 65px;
        right: 325px;
    }

    .box-circle:nth-child(2) {
        top: 280px;
        left: 420px;
    }

    .box-circle:nth-child(6) {
        top: 280px;
        right: 420px;
    }

    .box-circle:nth-child(3) {
        top: 530px;
        left: 485px;
    }

    .box-circle:nth-child(5) {
        top: 530px;
        right: 485px;
    }

    .box-circle:nth-child(4) {
        top: 555px;
        right: calc(50% - 138px / 2);
    }

    .box-circle:nth-child(4) {
        right: calc(50% - 156px / 2);
    }

    .footer {
        display: none;
    }
}

@media (max-width: 1440px) {

    .copyright {
        bottom: -20px;
    }

    .footer {
        display: none;
    }

    .first_block-pic {
        background: url(../img/1366/phones.png) no-repeat;
        width: 440px;
        height: 443px;
    }

    .main_screen img {
        height: 107vh;
    }

    .first_block-header {
        width: 454px;
    }

    .first_block-desc, .first_block-send {
        width: 323px;
    }

    .first_block-header {
        font-size: 41px;
    }

    .first_block-desc {
        font-size: 14px;
    }

    .first_block-send {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .screen2_header {
        font-size: 35px;
        padding-top: 55px;
    }

    .box-circle span {
        font-size: 13px;
    }

    .screen2_img {
        margin-top: 75px;
        background: url("../img/1366/phones_shadow.png");
        width: 546px;
        height: 546px;
    }

    .box-circle img {
        width: 80px;
    }

    .copyright {
        bottom: 30px;
    }

    .box-circle:nth-child(1) {
        left: 315px;
        top: 50px;
    }

    .box-circle:nth-child(7) {
        right: 315px;
        top: 50px;
    }

    .box-circle:nth-child(2) {
        top: 200px;
        left: 370px;
    }

    .box-circle:nth-child(6) {
        top: 200px;
        right: 370px;
    }

    .box-circle:nth-child(3) {
        left: 450px;
        top: 375px;
    }

    .box-circle:nth-child(5) {
        right: 450px;
        top: 375px;
    }

    .box-circle:nth-child(4) {
        right: calc(50% - 127px / 2);
        top: 410px;
    }

    .footer {
        display: none;
    }

    .first_block-desc {
        margin-bottom: 70px;
    }

    .first_block {
        max-width: 1080px;
    }
}

@media (max-width: 1366px) {
    .first_block-info {
        margin-left: 40px;
    }

    .main_screen img {
        height: 109vh;
    }

    .first_block-header {
        font-size: 37px;
        width: 420px;
        margin: 45px 0 25px;
    }

    input[type=text] {
        width: 302px;
        height: 30px;
    }

    .first_block-desc {
        margin-bottom: 50px;
        width: 274px;
        line-height: 14px;
    }

    .first_block-desc {
        font-size: 12px;
    }

    .box-circle:nth-child(1) {
        left: 325px;
        top: 50px;
    }

    .box-circle:nth-child(7) {
        right: 325px;
        top: 50px;
    }

    .box-circle:nth-child(2),
    .box-circle:nth-child(6) {
        top: 200px;
    }

    .box-circle:nth-child(3) {
        left: 430px;
        top: 365px;
    }

    .box-circle:nth-child(5) {
        right: 430px;
        top: 365px;
    }

    .box-circle:nth-child(4) {
        right: calc(50% - 127px / 2);
        top: 390px;
    }

    .footer {
        display: none;
    }

    ::-webkit-input-placeholder {
        font-size: 10px;
    }

    ::-moz-placeholder {
        font-size: 10px;
    }

    :-moz-placeholder {
        font-size: 10px;
    }

    :-ms-input-placeholder {
        font-size: 10px;
    }

    #send {
        height: 30px;
        font-size: 12px;
    }

    .first_block {
        padding-top: 60px;
    }

    .copyright {
        bottom: -10px;
        margin-bottom: 10px;
        font-size: 9px;
    }

    .box-circle img {
        width: 60px;
    }

}

@media (max-width: 1280px) {
    .first_block {
        padding-top: 8%;
        max-width: 1000px;
        margin: 0 auto;
    }

    .box-circle:nth-child(1) {
        left: 295px;
    }

    .box-circle:nth-child(7) {
        right: 295px;
    }

    .box-circle:nth-child(2) {
        left: 340px;
    }

    .box-circle:nth-child(6) {
        right: 340px;
    }

    .box-circle:nth-child(5) {
        right: 380px;
        top: 375px;
    }

    .box-circle:nth-child(3) {
        left: 380px;
        top: 375px;
    }

    .box-circle:nth-child(4) {
        top: 420px;
    }

    _:default:not(:root:root), #email {
        line-height: 19px
    }
}

@media (max-width: 1024px) {
    .first_block {
        padding-top: 90px;
        max-width: 850px;

    }

    .first_block-info {
        margin: 0;
    }

    .first_block-header {
        font-size: 35px;
        width: 390px;
    }

    .first_block-desc {
        font-size: 13px;
        width: 300px;
    }

    .box-circle span {
        font-size: 12px;
    }

    .box-circle:nth-child(1) {
        left: 155px;
    }

    .box-circle:nth-child(7) {
        right: 155px;
    }

    .box-circle:nth-child(2) {
        left: 175px;
        top: 220px;
    }

    .box-circle:nth-child(6) {
        right: 175px;
        top: 220px;
    }

    .box-circle:nth-child(3) {
        left: 260px;
        top: 370px;
    }

    .box-circle:nth-child(5) {
        right: 260px;
        top: 370px;
    }

    .box-circle:nth-child(4) {
        right: calc(50% - 117px / 2);
        top: 400px;
    }

    .footer {
        display: none;
    }

    .screen2_header {
        padding-top: 40px;
    }

    .screen2_img {
        margin-top: 45px;
    }

    .first_block-pic {
        background: url(../img/1024/phones.png) no-repeat;
        width: 417px;
        height: 419px;
    }

    input[type=text] {
        width: 225px;
    }

    #send {
        width: 100px;
    }

    .first_block-buttons-head img {
        height: 29px;
    }

    #email {
        margin-bottom: 20px;
    }

}

@media (max-device-width: 567px) {
    .first_block-buttons-head img {
        height: 90px;
    }

    .footer {
        display: block;
        background-color: #333;
    }

    .first_block-pic,
    .screen2_img,
    .first_block-inputs {
        display: none;
    }

    .screen2_header {
        font-size: 76px;
        margin-bottom: 90px;
    }

    .copyright {
        display: none;
    }

    .screen2 {
        background-color: #f6f6f6;
        height: auto;
    }

    .box-circle {
        background-color: #fff;
        width: 780px;
        height: 250px;
        -webkit-box-shadow: 0 0 88px rgba(145, 142, 142, 0.1);
        box-shadow: 0 0 88px rgba(145, 142, 142, 0.1);
    }

    .box-circle {
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: initial;
        border-radius: 27px;
    }

    .box-circle:last-child {
        margin-bottom: 100px;
    }

    .box-circle img {
        width: 217px;
        margin: 0 60px 0 40px;
    }

    .box-circle span {
        font-size: 38px;
        text-align: left;
    }

    .box-circle {
        margin: 0 auto 50px;
    }

    .footer_app-as,
    .header_app-gp {
        width: 270px;
        height: 90px;
        padding-right: 10px;
        margin: 50px 0;
    }

    .footer_app-gp,
    .header_app-gp {
        width: 290px;
        height: 90px;
        padding-right: 10px;
        margin: 50px 0;
    }

    .header_app-gp {
        margin-right: 30px;
    }

    .first_block-buttons {
        margin: 0 auto 30px;
        display: block;
        width: 605px;
    }

    .first_block-buttons-head {
        display: block;
        width: 665px;
    }

    .footer_copyright {
        width: 700px;
        color: #bcbcbc;
        font-size: 22px;
        display: block;
        text-align: center;
        margin: 0 auto;
        position: relative;
        bottom: 50px;
    }

    .gif_container .main_screen {
        display: none;
    }

    .gif_container {
        background-image: url(../img/img.jpg);
        background-size: cover;
        width: 100vw;
        height: calc(100vh - 100px);
        display: block;
    }

    .logo {
        width: 276px;
        height: 80px;
        background: url(../img/mobile_logo.png) no-repeat;
        margin: 60px auto 0;
        display: block;
    }

    .first_block {
        padding-top: 420px;
    }

    .first_block-header {
        font-size: 86px;
    }

    .first_block {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .first_block-info {
        margin-left: 90px;
    }

    .first_block-header {
        width: 800px;
    }

    .first_block-desc {
        font-size: 40px;
        width: 690px;
    }

    .first_block-desc {
        margin-bottom: 80px;
        line-height: 1.4;
    }

    .gif_container:after {
        display: none;
    }
}

@media (device-width: 1280px) and (device-height: 800px) {

    .first_block {
        padding-top: 70px;
    }
}

@media all and (-ms-high-contrast: none) {
    .first_block {
        padding-top: 50px;
    }

    *::-ms-backdrop, .first_block {
        padding-top: 50px;
    }

    .copyright {
        bottom: 10px;
    }

    *::-ms-backdrop, .copyright {
        bottom: 10px;
    }

    .screen2_header {
        padding-top: 20px;
    }

    *::-ms-backdrop, .screen2_header {
        padding-top: 20px;
    }

    .screen2_img {
        top: 0;
    }

    *::-ms-backdrop, .screen2_img {
        top: 0;
    }

    input[type=text] {
        line-height: 0;
    }

    *::-ms-backdrop, input[type=text] {
        line-height: 0;
    }

    @media (device-width: 1366px) {
        .first_block {
            padding-top: 45px;
        }

        *::-ms-backdrop, .first_block {
            padding-top: 45px;
        }
    }
}

