@charset "UTF-8";
body .one {
    position: relative;
    float: left;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }

body .one-wrapper {
    position: relative;
    float: left; }

body .one-wrapper--block {
    position: relative;
    float: left;
    display: flex;
    flex-direction: column; }

body .one-wrapper--block .info {
    font-family: "HeliosExtC";
    color: #000;
    text-decoration: none;
    cursor: pointer; }

body .one-wrapper--block .socials-link {
    font-family: "HeliosExtC";
    color: #000;
    text-decoration: none;
    cursor: pointer; }

body .one-wrapper--form {
    position: relative;
    float: left; }

body .one-wrapper--form .input {
    width: 100%;
    border: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0; }

body .one-wrapper--form .input::placeholder {
    font-family: "HeliosExtC"; }

body .one-wrapper--form .input:focus::-webkit-input-placeholder {
    color: transparent; }

body .one-wrapper--form .input:focus::-moz-placeholder {
    color: transparent; }

body .one-wrapper--form .input:focus:-moz-placeholder {
    color: transparent; }

body .one-wrapper--form .input:focus:-ms-input-placeholder {
    color: transparent; }

body .one-wrapper--form #msg {
    resize: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0; }

body .one-wrapper--form .btn {
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "HeliosExtC";
    color: #fff;
    border: none;
    background-color: #000;
    cursor: pointer; }

.one-wrapper--result {
    position: relative;
    float: left;
    font-family: "HeliosExtC";
    text-align: center;
    background-color: #62C584;
}
body .one-wrapper--socials {
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-around; }

body .one-wrapper--socials .link {
    display: flex;
    list-style: none; }

body .one-wrapper--socials .link .inst {
    background-image: url("../images/svg/inst.svg"); }

body .one-wrapper--socials .link .vk {
    background-image: url("../images/svg/vk.svg"); }

body .one-wrapper--socials .link .fb {
    background-image: url("../images/svg/fb.svg"); }

/******************************************ДЕСКТОП************************************************/
@media (min-width: 600px) {
    body .one-wrapper {
        width: 130rem;
        margin-top: 14rem;
        transform: scale(1.2);
    }

    body .one-wrapper--block {
        width: 51.7rem;
        transform: scale(0.85);
    }

    body .one-wrapper--block .info {
        font-size: 4rem;
        line-height: 6rem;
        font-weight: 400; }

    body .one-wrapper--block .socials {
        margin-top: 4rem; }

    body .one-wrapper--block .socials-link {
        font-size: 3rem; }

    body .one-wrapper--block .socials-link:hover {
        color: #5f21dc;
        transition: all 0.3s ease; }

    body .one-wrapper--form {
        width: 60rem;
        margin-left: 13.3rem; }

    body .one-wrapper--form .input {
        width: 100%;
        padding: 7rem 0rem 1.4rem 0rem;
        border-bottom: 0.1rem solid #000; }

    body .one-wrapper--form .input::placeholder {
        font-size: 2rem; }

    body .one-wrapper--form #mail {
        padding: 0rem 0rem 1.4rem 0rem; }

    body .one-wrapper--form .btn {
        width: 35.4rem;
        margin-top: 8.5rem;
        font-size: 2rem;
        padding: 2.5rem 4rem; }

    body .one-wrapper--form .btn:hover {
        background-color: #5f21dc; }

    .one-wrapper--result {
        margin-left: 13.3rem;
        font-size: 2.1rem;
        padding: 2.6rem 3.3rem;
    }

    body .one-wrapper--press {
        display: none; }

    body .one-wrapper--socials {
        width: 100%;
        margin-top: 6rem;
        padding: 0; }

    body .one-wrapper--socials .link {
        list-style: none;
        padding: 2rem; }

    body .one-wrapper--socials .link .inst {
        width: 3.6rem;
        height: 3.6rem; }

    body .one-wrapper--socials .link .inst:hover {
        transition: all 0.3s ease;
        background-image: url("../images/svg/instHov.svg"); }

    body .one-wrapper--socials .link .vk {
        width: 3.6rem;
        height: 2.9rem; }

    body .one-wrapper--socials .link .vk:hover {
        transition: all 0.3s ease;
        background-image: url("../images/svg/vkHov.svg"); }

    body .one-wrapper--socials .link .fb {
        width: 2.8rem;
        height: 3.6rem; }

    body .one-wrapper--socials .link .fb:hover {
        transition: all 0.3s ease;
        background-image: url("../images/svg/fbHov.svg"); }
}

/*********************************МОБИЛЬНАЯ ВЕРСИЯ************************************************/
@media (max-width: 599px) {
    body .one {overflow-y: auto;}
    body .one-wrapper {
        width: 25.2rem;
        margin-top: 10rem; }

    body .one-wrapper--block {
        width: 24.1rem; }

    body .one-wrapper--block .info {
        font-size: 2.2rem;
        line-height: 3.08rem;
        font-weight: 400; }

    body .one-wrapper--block .socials {
        margin-top: 1.5rem; }

    body .one-wrapper--block .socials-link {
        font-size: 1.5rem;
        line-height: 2.1rem; }

    body .one-wrapper--form {
        width: 100%; }

    body .one-wrapper--form .input {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 2.5rem 0rem 0.7rem 0rem;
        border-bottom: 0.1rem solid #000; }

    body .one-wrapper--form .input::placeholder {
        font-size: 0.9rem;
        line-height: 1.26rem;
        margin: 0; }

    body .one-wrapper--form #msg {
        padding: 2.5rem 0rem 0rem 0rem; }

    body .one-wrapper--form .btn {
        width: 16.5rem;
        margin-top: 1.5rem;
        font-size: 0.9rem;
        padding: 1.2rem 0rem;
        border-radius: 0.3rem; }

    .one-wrapper--result {
        font-size: 1.7rem;
        padding: 2rem 2rem;
        margin: 3rem 0 2rem 0;
    }

    body .one-wrapper--press {
        width: 100%;
        margin-top: 1.5rem;
        padding: 2.5rem 4rem 2.3rem 7.7rem;
        font-size: 2rem;
        line-height: 2.394rem;
        border-radius: 0.3rem;
        border: 0.1rem solid #fff;
        font-family: "HeliosExtC";
        background-color: transparent;
        color: #fff;
        mix-blend-mode: difference;
    }

    body .one-wrapper--press::before {
        position: absolute;
        display: block;
        content: "";
        width: 1.9rem;
        height: 1.559rem;
        left: 4.5rem;
        bottom: 8rem;
        background-image: url("../images/svg/download.svg"); }

    body .one-wrapper--socials {
        width: 100%;
        margin-top: 1.5rem;
        padding-left: 0; }

    body .one-wrapper--socials .link {
        padding: 1rem; }

    body .one-wrapper--socials .link .inst {
        width: 1.6rem;
        height: 1.6rem; }

    body .one-wrapper--socials .link .vk {
        width: 1.6rem;
        height: 0.953rem; }

    body .one-wrapper--socials .link .fb {
        width: 0.8rem;
        height: 1.6rem; }
}
