body {
    margin: 0;

    background: var(--bg-gradient);
    color: var(--color-white);

    -webkit-font-smoothing: antialiased;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
}

*,
*:before,
*:after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

*::selection {
    background-color: var(--color-selection);
}

*:focus {
    outline: none !important
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

a {
    color: var(--color-white);
}

section {
    margin-bottom: 40px;
}

section.empty {
    margin-bottom: 0 !important;
}

.container {
    width: 100%;
    max-width: 1033px;
    padding: 0 30px;
    margin: 0 auto;
    height: auto;
    overflow: visible;
}

.container.container--form {
    max-width: 500px;
}

.center {
    text-align: center;
    align-items: center;
    justify-content: center;
}

.page {
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.header {
    height: 190px;
    padding: 50px 0;
}

.header .container {
    position: relative;
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__logo {
    display: inline-block;
    width: 360px;
    height: 90px;
    margin-left: auto;
}

.header__logo__image {
    width: 100%;
    height: auto;

    transition: opacity .2s ease;
}

.header__logo:hover .header__logo__image {
    opacity: 0.7;
}

.header__buttons {
    position: absolute;
    right: 30px;
    bottom: calc(-100% - 35px);

    display: flex;
    gap: 20px;
}

.header__buttons.header__buttons--v {
    bottom: calc(-200% - 40px);
    flex-direction: column-reverse;
}

.history__back {
    text-decoration: none;
}

.header__inner .title__block {
    cursor: pointer;
    transition: opacity .2s ease;
}

.header__inner .title__block:hover {
    opacity: .7;
}

.header__inner .button__icon:hover {
    background-color: transparent;
}

.footer {
    margin: 40px 0;
}

.footer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.footer__text,
.footer__stuff a {
    font-size: 30px;
    line-height: 1.4;
    text-decoration: none;
}

.footer__stuff a {
    color: var(--color-white-alpa-7);
    transition: color .2s ease;
    padding: 0 18px;
}

.footer__stuff a:not(:last-child) {
    position: relative;
}

.footer__stuff a:not(:last-child):after {
    display: inline-block;
    content: "";
    width: 2px;
    height: 65%;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--color-white-alpa-7);
    opacity: .7 !important;
}

.footer__stuff a:hover {
    color: var(--color-white);
}

.footer__stuff {
    display: flex;
    align-items: center;
}

.button__icon {
    width: 75px;
    min-width: 75px;
    height: 75px;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: transparent;

    transition: background-color .2s ease;
}

.button__icon:hover {
    background-color: var(--color-blue);
}

.button__icon > img {
    width: 100%;
    height: auto;
}

.button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    z-index: 1;

    margin: 0;
    padding: 25px 45px;
    width: fit-content;
    min-width: 300px;

    text-decoration: none;
    outline: none;
    border: none;
    border-radius: 15px;
    background: var(--button-gradient);
    color: var(--color-white);
    cursor: pointer;

    font-weight: 700;
    font-size: 30px;
    font-family: "Jost", sans-serif;
}

.button::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--button-gradient-hover);
    z-index: -1;
    border-radius: 15px;
    transition: opacity .3s ease;
    opacity: 0;
}

.button:not(.disabled):hover::before {
    opacity: 1;
}

.button > img {
    width: 32px;
    height: 28px;
}


.disabled {
    cursor: auto;
    opacity: .5;
}

.disabled:active {
    pointer-events: none;
}

.button.disabled {
    opacity: 1;
    background-color: var(--color-disabled) !important;
    background-image: none;
}

.tippy-tooltip.vrpro-theme {
    background-color: var(--bg-tooltip);
    color: var(--color-white);
    font-size: 18px;
}

.tippy-tooltip.vrpro-theme[data-placement^='top'] .tippy-arrow {
    border-top-color: var(--bg-tooltip);
}

.tippy-tooltip.vrpro-theme[data-placement^='bottom'] .tippy-arrow {
    border-bottom-color: var(--bg-tooltip);
}

.tippy-tooltip.vrpro-theme[data-placement^='left'] .tippy-arrow {
    border-left-color: var(--bg-tooltip);
}

.tippy-tooltip.vrpro-theme[data-placement^='right'] .tippy-arrow {
    border-right-color: var(--bg-tooltip);
}

.title {
    font-size: 34px;
    font-weight: 700;
}

.title.title--big {
    font-size: 39px;
}

.title.title__empty {
    margin-top: 5rem;
    text-align: center;
}

.text {
    font-size: 21px;
    line-height: 1.2;
}

.title__block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.pattern {
    border-radius: 30px 0 0 30px;
    background-image: var(--pattern);
    background-color: transparent;
}

.pattern.pattern--title__block {
    width: 70px;
    min-width: 70px;
    height: 100%;
    min-height: 80px;
}

.description {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: fit-content;
    padding: 50px 30px;
    border-radius: 30px;

    background: var(--descrition-gradient);
}

.description--pattern_block {
    position: absolute;
    left: 40px;
    top: -40px;

    display: block;
    width: 100%;
    height: 100%;

    z-index: -100;

    border-radius: 30px;
    background-image: var(--pattern);
    background-color: transparent;
}

.description.description--small {
    gap: 10px;
    padding: 25px 30px;
}

.description.description--l {
    border-left: var(--descrition-border);
}

.description.description--r {
    border-right: var(--descrition-border);
}

.description.description--b {
    border-bottom: var(--descrition-border);
}

.description.description--l .description--pattern_block,
.description.description--r .description--pattern_block {
    width: calc(100% + var(--descrition-border-width));
}

.description.description--b .description--pattern_block {
    height: calc(100% + var(--descrition-border-width));
}

.description.description--l .description--pattern_block {
    left: 0;
}

.description.description--b .description--pattern_block {
    bottom: 0;
}

.image__block {
    position: relative;
}

.image__block .image__bg {
    position: absolute;
    left: 40px;
    top: -40px;

    display: block;
    width: 100%;
    height: calc(100% + 80px);
    z-index: -99;

    border-radius: 30px;
    background-image: var(--pattern);
    background-color: transparent;
}

.image__block .image__bg.image__solid_bg {
    background-color: var(--color-blue);
    background-image: none;
}

.image {
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
}

.hidden {
    display: none !important;
}

.transparent {
    opacity: 0 !important;
}

.form {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.form__item {
    width: 100%;
}

.form__item > * {
    padding: 15px;
    background-color: var(--color-form);
    color: var(--color-white);
    border: 3px solid var(--color-white);
    border-radius: 15px;
    width: 100%;
    font-size: 26px;
    font-family: "Jost", sans-serif;
    line-height: 1.2;
}

.form__item input {
    text-align: center;
}

.form__item textarea::placeholder {
    text-align: center;
}

.form__message {
    text-align: center;
    font-size: 24px;
}

.form__message.form__message--error {
    color: #ff7a7a;
}

.form__message.form__message--success {
    color: #abff7a;
}

.form__subtitle {
    text-align: center;
    font-size: 21px;
    color: var(--color-white);
    font-family: "Jost", sans-serif;
    line-height: 1.2;
}

.smart-captcha {
    width: 100%;
    min-height: 120px;
    padding: 0 8px 8px 0;
    border: 3px solid var(--color-white);
    border-radius: 15px;
}
