@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
   ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}


/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
   ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}


/* Forms
   ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
   ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
   ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template,
.mobileshow {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.text-center {
    text-align: center;
}

html {
    font-size: 13px;
}

@media (min-width: 400px) {
    html {
        font-size: 15px;
    }
}

@media (min-width: 900px) {
    html {
        font-size: 17px;
    }
}

body {
    color: #333;
    font-size: 1rem;
    line-height: 1.3rem;
    font-weight: 400;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.header__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    background-color: #ebf1f7;
    /* border-bottom: 1px solid rgba(0, 0, 0, .1); */
}

.header__info-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* padding: 1rem 1rem 0; */
    font-size: 1.5rem;
}

.header__info-logo .brand {
    margin-right: 15px;
}

.header__info-text {
    display: inline-block;
    font-size: 1rem;
    font-weight: 300;
}

.header__info-logo span {
    display: none;
}

.header__info-text span {
    display: inline-block;
}

.one {
    background: url("/img/header.webp"), url('/img/header.jpg');
    background-size: cover;
    position: relative;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}

.one:before {
    content: '';
    background: #fff;
    opacity: 0.8;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.one h1 {
    color: #19063b;
    font-size: 2rem;
    line-height: 2.4rem;
    text-transform: uppercase;
    padding: 1rem;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 3rem 2rem 1rem;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.35);
    margin: 0;
}

.one h1 span {
    background: #ffe91e;
    padding: 0 0.3rem;
}

.one__video {
    z-index: 2;
    position: relative;
    padding: 1rem;
    max-width: 600px;
    margin: 0 auto;
}

.one__video-desc {
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 300;
    text-align: center;
    margin: 1.2rem 1rem;
}

.one__video-desc svg {
    width: 2rem;
    height: 2rem;
    margin-bottom: -1.4rem;
}

.one__video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    height: 0;
    overflow: hidden;
}

.one__video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}

.one__desc {
    padding: 1rem;
    font-size: 1.5rem;
    line-height: 1.7rem;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 2rem;
    position: relative;
    z-index: 2;
}

.one__desc span {
    text-decoration: underline;
}

.one__button {
    position: relative;
    z-index: 2;
    text-align: center;
    padding-bottom: 3rem;
}

@media all and (min-width: 1024px) {
    .one h1 {
        font-size: 3rem;
        line-height: 3.2rem;
        padding: 6rem 2rem 2rem;
    }
}

.two {
    text-align: center;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
    padding-bottom: 2rem;
}

.two h2 {
    color: #000;
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-weight: 700;
    padding: 0 1rem;
    margin: 3rem 0;
}

.two .sec h2.mod {
    width: 100%;
}

.two .sec a:hover {
    outline: none;
    color: transparent;
}

.two .row {
    max-width: 1024px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.two .row__block {
    padding: 1rem;
}

.two .row__block-img {
    opacity: 0.5;
}

.two .row__block-img svg {
    width: 120px;
}

.two .row__block-title {
    font-size: 1.4rem;
    line-height: 3rem;
    font-weight: 700;
}

.two .row__block-desc {
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: 400;
    margin-bottom: 3rem;
}

@media all and (min-width: 1024px) {
    .two .row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .two .row__block {
        width: 33.3%;
        padding: 1rem 1rem 0;
    }
    .two .row__block-img svg {
        height: 180px;
    }
    .two .row__block-desc {
        padding: 0 1rem;
    }
}

.tree {
    padding: 1rem 0 2rem;
    position: relative;
    z-index: 2;
    text-align: center;
}

.tree img {
    width: 30px;
    display: block;
    margin: 0 auto;
}

.tree h1 {
    font-weight: 500;
    color: #19063b;
    font-size: 2rem;
    line-height: 2.2rem;
    text-transform: uppercase;
    padding: 1rem;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 1rem 2rem;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.35);
    margin: 0;
}

.tree h2:not(.mod) {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2rem;
    text-align: center;
    margin: 1rem;
    background: yellow;
}

.tree h2.mod {
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 300;
    text-align: center;
    margin: 1rem;
}

.tree h2 span {
    border-bottom: 1px solid red;
}

.tree__desc {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    text-align: center;
    margin: 1rem 0 2rem;
}

.tree__desc span {
    background: #ffe91e;
    padding: 0 0.3rem;
}

.popup {
    text-align: center;
}

.s-footer-v0>.slot {
    /* common */
    width: 100%;
    max-width: 1216px;
    box-sizing: border-box;
    padding-left: 32px;
    padding-right: 32px;
    margin-left: auto;
    margin-right: auto;
    /* common */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 32px;
    padding-bottom: 32px;
}

.footer {
    border-top: 1px solid rgba(0, 0, 0, .1);
    background: #fff;
    font-size: 0.8rem;
    line-height: 1.3rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.footer__nav a:hover {
    text-decoration: none;
}

.footer__nav>li {
    list-style-type: none;
    margin-bottom: 8px;
    margin-right: 16px;
}

.footer__info--copy {
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    opacity: .8;
    margin-bottom: 8px;
}

.footer__info--email {
    display: none;
}

.footer__social {
    padding-left: 16px;
}

.footer__social img {
    width: 32px;
}

.footer__social a:not(:last-child) {
    margin-right: 10px;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.timer {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: 500;
    color: #4e6478;
    padding-top: 20px;
}

.timer>.title {
    font-size: 16px;
    line-height: 1.2;
    text-transform: lowercase;
    font-weight: 500;
}

.timer>ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.timer>ul>li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.timer>ul>li>.value {
    padding: 12px;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #c7d2dc;
    border-radius: 4px;
    background-color: #f6f7f8;
}

.timer>ul>li>.label {
    font-weight: 500;
    font-size: 13px;
}

.well-widget-preview-structure {
    display: none;
}

#mainform {
    width: 100%;
    max-width: 500px;
    margin: 10px auto 0;
    padding: 29px 35px 19px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .5);
    box-shadow: var(--color-bg-2, rgba(0, 0, 0, .11));
    border: solid 1.2px var(--color-bg-2, #e8e8e8);
    background-color: var(--color-bg-quiz, #fff);
}

#mainform .form-fields {
    margin-bottom: 10px;
}

#mainform .form-group {
    display: block;
    position: relative;
}

#mainform .form-group:not(:last-child) {
    margin-bottom: 0.75rem
}

#mainform .name-input-wrapper {
    position: relative;
}

#mainform img {
    display: block;
    margin: 0 auto;
    position: absolute;
    width: 20px;
    left: 10px;
    bottom: 23px;
}

#mainform .form-group label:not(.error) {
    margin-bottom: 0.5em;
    display: block;
    text-transform: uppercase;
    padding-left: 3px;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.2px;
    text-align: left;
    color: var(--color-bg-alpha7, #2e2e54);
}

#mainform .iti {
    width: 100%;
}

#mainform .form-group input[name='name'] {
    padding-left: 52px !important;
}

#mainform .form-group input {
    width: 100%;
    height: 60px;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid rgb(156, 156, 156);
}

#mainform .form-group input.error {
    border: 1px solid crimson;
}


/* #mainform .form-group input:active, #mainform .form-group input:focus {
    border: 1px solid red;
} */

#mainform label.error {
    top: 0;
    color: red;
    display: block;
    text-align: right;
    font-size: 11px;
    position: absolute;
    right: 10px;
}

#mainform .btn,
a.btn {
    display: inline-block;
    line-height: 56px;
    margin: 10px 0 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    letter-spacing: .4px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    /* box-shadow: 0 16px 15px 10px rgb(0 0 0 / 10%); */
    cursor: pointer;
    color: white;
    background-color: #44944A;
    transition: all .5s;
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

:focus-visible {
    outline: none!important;
}

.lead-form__agreement {
    margin-top: 20px;
    line-height: 1.25;
    font-size: 12px;
    text-align: left;
    position: relative;
}

span.control-label {
    position: absolute;
    padding-left: 10px;
}

.flare {
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg);
    animation: flareAnimation;
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 3s infinite linear;
}

.thankyoupage .popup {
    margin-top: 1rem;
}

.thankyoupage .btn {
    width: unset;
    background-color: #26a4e3;
    display: inline-block;
    width: unset;
    padding: 0 15px;
    margin: 0 auto;
}

.thankyoupage .tree img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.tree h2 .mod {
    display: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
textarea,
a,
button {
    -webkit-appearance: none;
}

@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}

@media (max-width: 900px) {
    .header__info {
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 10px 20px;
    }
    .footer .slot {
        flex-direction: column;
    }
    .header__info-text {
        text-align: right;
    }
}

@media (max-width: 560px) {
    .tree {
        padding: 2rem 1rem;
    }
    .tree h1 {
        font-size: 1.4rem;
        padding: 1rem 0;
    }
    .tree h2:not(.mod) {
        display: inherit;
        font-size: 1.2rem;
        margin: 1rem 0;
        background: yellow;
        font-weight: 400;
    }
    .tree h2:not(.mod) br {
        display: none;
    }
    .tree h2 .mod {
        display: block !important;
        margin: 1rem 0;
        font-size: 1rem;
    }
    .thankyoupage .popup {
        margin: 1.5rem 0;
    }
    .thankyoupage .tree h2:not(.mod) {
        margin: 1rem 0 0;
    }
    .thankyoupage .tree h2.mod {
        margin: 0 0 1rem;
        font-size: 1.1rem;
    }
    .thankyoupage .tree h2.mod br {
        display: none;
    }
    .thankyoupage .tree h2.mod .mobileshow {
        display: block;
    }
    .s-footer-v0>.slot {
        align-items: flex-start;
    }
    .footer__info--email {
        display: block;
        font-size: 14px;
        line-height: 17px;
        font-weight: 400;
    }
    .footer__nav {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer__nav>li {
        order: 1;
        flex-basis: 100%;
    }
    .footer__nav>li>a {
        font-size: 12px;
        line-height: 15px;
    }
    .footer__nav>li:last-child {
        order: 0;
    }
    .footer__social {
        /* margin: 0 !important; */
        padding: 10px 0 0;
    }
}

#bx_form_iframe_8 {
    height: 300px !important;
}

.under {
    border-bottom: 1px solid red;
}