* {
    padding: 0;
    margin: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

body {
    overflow: hidden;
    line-height: normal;
    background: black;
    height: 100vh;
    font-family: "", serif;
    letter-spacing: normal;
    min-width: 320px;
}

.wrapper {
    height: inherit;
    padding: 0px 20px;
    margin: 0 auto;
}

.header__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__logo {
    display: flex;
    margin-top: 40px;
}

a {
  background-color: #transparent;
  color: #cccccc;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  color: #ffffff; 
}

.header__social {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-top: 40px;
}

.social-item svg {
    width: 26px;
    height: 26px;
}

.social-item:not(:last-child) {
    margin-right: 44px;
}

.header__wr-bnt {
    margin-left: 270px;
}

.header__btn {
    background-color: #000000;
    border: 2px solid #cccccc;
    outline: none;
    cursor: pointer;
    padding: 10px 30px;
    text-align: center;
    font-size: 18px;
    color: #cccccc;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 500;
    font-family: "", serif;
    margin-top: 40px;
}

.header__btn:hover {
    background-color: #ffffff;
    border: 2px solid #ffffff;
    color: #000000;
}

.main {
    margin-top: 4.8vw;
}

.main__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gif {
    position: relative;
    width: 31.7%;
    padding-bottom: 31.7%;
    font-size: 0;
    margin: 0;
    line-height: 0;
}

.container {
    margin: 0 auto;
    max-width: 1120px;
}

.main .container {
    max-width: 1200px;
}

.gif img {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 90%;
    margin-top: 30px;
}

.form {
    box-shadow: transparent;
    background-color:transparent;
    border: none;
    max-width: 600px;
    width: 100%;
    padding: 34px 34px;
    margin-right: 20px;
    opacity: 100%;
}

.rows {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form__title {
    background-color: none;
    color: #ffffff;
    font-size: 58px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "", serif;
}

.form__text {
    margin-top: 0px;
    font-size: 26px;
    font-weight: 300;
    color: #cccccc;
    font-family: "", sans-serif;
}

.form__number {
    color: #cccccc;
    margin-top: 20px;
    font-size: 60px;
    font-weight:400;
    font-family: "", serif;
}

.form__info {
    background-color: none;
    font-size: 20px;
    font-weight: 400;
    color: #cccccc;
    margin-top: 10px;
    font-family: "", sans-serif;
}

.in {
    height: 54px;
    width: 100%;
    background-color: #000000;
    border-radius: 10px;
    text-align: center;
    font-weight: 400;
    color: #cccccc;;
    font-size: 24px;
    border: 2px solid #cccccc;
    outline: none;
    font-family: "", serif;
}

.lab {
    width: 120px;
    margin: 0 16px;
    font-weight: 400;
    position: relative;
}

.lab span {
    position: absolute;
    top: 45%;
    color: #cccccc;
    font-size: 24px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-f {
    width: 40px;
    height: 40px;
    background-color: #000000;
    color: #cccccc;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: none;
    font-weight: 600;
    cursor: pointer;
    border: none;
    outline: none;
}

.btn-f:hover {
    color: #ffffff;
}

.row-btn {
    align-items: center;
    margin: 34px -15px 0 -15px;
}
.row-btn .btn-form {
    margin: 0 15px;
}

.form__rows {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.form__btn-bot {
    display: flex;
    justify-content: center;
    margin-left: 20px;
}

.btn-form {
    background-color: #0054fa;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    padding: 15px 40px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    border-radius: 10px;
    font-weight: 400;
    text-decoration: none;
    font-family: "", serif;
}

.btn-form:hover {
   background-color: #ffffff;
   color: #000000;
}

.form__text-bottom {
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

@media (max-width: 1440px) {
    .header__logo img {
        max-width: 80%;
    }

    .form {
        padding: 20px 34px;
    }

    .rows {
        margin-top: 10px;
    }

    .form__text {
        margin-top: 5px;
    }

    .form__number {
        margin-top: 16px;
    }

    .form__info {
        margin-top: 10px;
    }

    .form__text-bottom {
        margin-top: 10px;
    }

    .form__btn-bot {
        margin-top: 10px;
    }
}

@media (max-width: 1200px) {
    .wrapper {
        padding: 20px;
    }
    .header__btn {
        font-size: 20px;
        padding: 12px 40px;
    }
    .main {
        margin-top: 30px;
    }
    .form {
        max-width: 556px;
    }
}

@media (max-width: 992px) {
    .social-item:not(:last-child) {
        margin-right: 20px;
    }
    .header__wr-bnt {
        margin-left: 20px;
    }
    .main {
        margin-top: 15px;
    }
    .form__number {
        font-size: 34px;
    }
    .form__rows {
        flex-direction: column;
    }
    .form__btn-bot {
        margin-left: 0;
    }
    .gif {
        padding-bottom: 38.3%;
    }
    .form {
        max-width: 454px;
    }
    .form__rows {
        margin-top: 0;
    }
}

@media (max-width: 810px) {
    .gif {
        padding-bottom: 35.3%;
    }
}

@media (max-width: 767px) {
    .header__row {
        flex-wrap: wrap;
    }
    .header__logo {
        order: 0;
        width: 100%;
    }
    .header__social {
        order: 2;
        width: 100%;
        justify-content: center;
        margin-top: 20px;
    }
    .header__wr-bnt {
        order: 1;
        width: 46%;
        display: flex;
        justify-content: flex-end;
    }
    .form {
        padding: 14px 14px;
    }
    .form__title {
        font-size: 20px;
    }
    .form__text {
        font-size: 14px;
    }
    .form__info {
        font-size: 14px;
    }
    .btn-form {
        font-size: 14px;
        padding: 11px 32px;
    }
    .header__btn {
        font-size: 14px;
        padding: 11px 32px;
    }
    .form__text-bottom {
        font-size: 14px;
    }
    .lab {
        width: 140px;
    }
    .gif {
        display: none;
    }
    .form {
        max-width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 360px) {
    .header__btn {
        padding: 11px 25px;
    }
}
