body {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    line-height: 1.3;
}

h1,
h2 {
    display: inline-block;
    color: #d5d3d3;
    font-size: 53px;
    line-height: 1.1;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: "Akrobat", sans-serif;
}

h1 span,
h2 span {
    color: #d0a97e;
}

h1 {
    font-size: 50px;
    line-height: 58px;
}

h1 span {
    font-size: 73px;
    line-height: 1;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 980px;
    margin: 0 auto;
    padding: 65px 0;
}

section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 375px;
    height: 80px;
    background: linear-gradient(to bottom, #edb017, #f5d31b, #edb017) 0 bottom;
    background-size: auto 200%;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    color: black;
    outline: none;
    border: none;
    font-size: 25px;
    font-weight: 700;
    font-family: inherit;
    transition: all 300ms;
    cursor: pointer;
}

.button:hover {
    background-position-y: top;
}

.button:active {
    transform: translateY(5px);
    box-shadow: none;
    border-radius: 50px;
}

input {
    width: 375px;
    height: 80px;
    font-family: inherit;
    outline: none;
    border: 1px solid #dbdbdb;
    background: #f9f9f9;
    border-radius: 50px;
    margin-bottom: 10px;
    color: #333333;
    font-size: 16px;
    text-align: center;
}

.video_block {
    width: 100%;
    height: 245px;
    border-radius: 20px;
    overflow: hidden;
}

.video_block .youtube,
.video_block object,
.video_block iframe {
    width: 100%;
    height: 100%;
}

img {
    flex-shrink: 0;
    align-self: center;
}

.p_ignore {
    margin: 0 -20px;
    max-width: 480px;
}

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

footer a {
    color: #a3a3a3;
    margin-top: 5px;
}

input::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

/*# sourceMappingURL=settings.css.map */