@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap');

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}





p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

* {
    outline: none;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    overflow: hidden;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1800px;
    padding: 0 15px;
    margin: 0 auto;
}

.header {
    padding-top: 30px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 10;
}

.thanks_title {
    font-weight: 700;
    line-height: 60px;
    color: #000;
    margin-bottom: 30px;
    margin-top: 40px;
    font-size: 50px;
}

.main_radio input {
    display: none;
}

.main_radio {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    line-height: 19.6px;
    color: #000;
    width: fit-content;
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 12px;
}

.main_radio input:checked+span {
    background-color: #224B94;
}

.main_radio+.thanks_btns {
    margin: 40px 0;
}

.main_radio span {
    border: 1px solid #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.thanks_subtitle {
    font-weight: 500;
    line-height: 47px;
    color: #000;
    font-size: 23px;
    margin-bottom: 60px;
}

.thanks_btn {
    width: 299px;
    height: 65px;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    cursor: pointer;
}

.thanks_text {
    font-size: 16px;
    line-height: 22.4px;
    color: #000;
    font-weight: 600;
    margin-bottom: 38px;

}

.thanks_text span {
    font-weight: 700;
    text-decoration: underline;
    color: #FFAC2F;
    text-underline-offset: 6px;
}

.thanks_btns {
    display: flex;
    gap: 40px;
}

.thanks_btn.black {
    border: 1px solid #FFFFFF66;
    background: #39414D;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.thanks_btn {
    width: 430px !important;
    max-width: 100%;
}

@media(max-width:767px) {
    .thanks_btn {
        padding-right: 40px !important;
    }

    .thanks_title {
        font-size: 28px;
        line-height: 37px;
        margin-bottom: 20px;
        max-width: 270px;
    }

    .thanks_subtitle {
        font-size: 19px;
        margin-bottom: 50px;
        line-height: 29px;
        max-width: 270px;
    }

    .thanks_text {
        margin-bottom: 80px;
        max-width: 270px;
    }

    .thanks_btn {
        width: 265px;
        height: 58px;
    }

    .thanks_btns {
        flex-direction: column;
        gap: 30px;
    }

    .thanks_btn {
        width: 100%;
    }
}