@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800;900&display=swap";
@import"https://unpkg.com/swiper@8/swiper-bundle.min.css";
html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    word-break: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

*,
:after,
:before {
    background-repeat: no-repeat;
    box-sizing: inherit
}

:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit
}

* {
    padding: 0;
    margin: 0
}

hr {
    overflow: visible;
    height: 0
}

details,
main {
    display: block
}

summary {
    display: list-item
}

small {
    font-size: 80%
}

[hidden] {
    display: none
}

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

a {
    background-color: transparent
}

a:active,
a:hover {
    outline-width: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace
}

pre {
    font-size: 1em
}

b,
strong {
    font-weight: bolder
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

input {
    border-radius: 0
}

[disabled] {
    cursor: default
}

[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
}

textarea {
    overflow: auto;
    resize: vertical
}

button,
input,
optgroup,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer;
    color: inherit
}

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

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

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

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none
}

select {
    -moz-appearance: none;
    -webkit-appearance: none
}

select::-ms-expand {
    display: none
}

select::-ms-value {
    color: currentColor
}

legend {
    border: 0;
    color: inherit;
    display: table;
    white-space: normal;
    max-width: 100%
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    color: inherit;
    font: inherit
}

img {
    border-style: none
}

progress {
    vertical-align: baseline
}

@media screen {
    [hidden~=screen] {
        display: inherit
    }
    [hidden~=screen]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important
    }
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled] {
    cursor: default
}

:root {
    --web-size: 700px;
    --hover-color: #fff
}

html {
    scroll-behavior: smooth
}

body {
    line-height: 1;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    background: #f2e7e4;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    padding-bottom: 50px
}

body.overlay {
    overflow: hidden
}

img,
i {
    vertical-align: middle
}

img {
    max-width: 100%
}

* {
    outline: 0 !important
}

*,
::after,
::before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

a {
    text-decoration: none;
    cursor: pointer
}

.w-100 {
    width: 100%
}

.mw-100 {
    max-width: 100%
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

b {
    font-weight: 700
}

strong {
    font-weight: 800
}

input,
textarea {
    font-family: "Open Sans", sans-serif
}

section {
    position: relative
}

header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    background: #003366;
    padding-block: 10px;
}

header .header-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
    padding: 0 15px;
    width: 100%
}

@media only screen and (min-width: 768px) {
    header .header-inner {
        width: var(--web-size);
        padding: 0
    }
}

header .logo img {max-width: 200px;}

@media only screen and (min-width: 768px) {
    header .logo {
        /* width: 140px; */
    }
}

header .logo img {
    width: 100%
}

#prevButton {
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, .7);
    transition: all cubic-bezier(0.56, 0, 0.265, 1) .25s;
    -moz-transition: all cubic-bezier(0.56, 0, 0.265, 1) .25s;
    -webkit-transition: all cubic-bezier(0.56, 0, 0.265, 1) .25s;
    -o-transition: all cubic-bezier(0.56, 0, 0.265, 1) .25s;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 8px;
    opacity: 0;
    visibility: hidden
}

#prevButton:hover {
    background-color: #fff;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .05)
}

@media only screen and (min-width: 768px) {
    #prevButton {
        width: 50px;
        height: 50px;
        left: 0
    }
}

#prevButton.active {
    opacity: 1;
    visibility: visible
}

footer {
    background-color: #fff;
    height: 40px;
    padding: 0 15px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 5
}

footer .footer-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media only screen and (min-width: 768px) {
    footer .footer-inner {
        max-width: var(--web-size);
        margin: 0 auto
    }
}

footer a {
    font-size: 14px;
    color: #36393d;
    transition: all cubic-bezier(0.56, 0, 0.265, 1) .25s;
    -moz-transition: all cubic-bezier(0.56, 0, 0.265, 1) .25s;
    -webkit-transition: all cubic-bezier(0.56, 0, 0.265, 1) .25s;
    -o-transition: all cubic-bezier(0.56, 0, 0.265, 1) .25s;
    border-bottom: 1px solid transparent
}

footer a:hover {
    border-color: #36393d
}

.wrapper {
    margin: 0 15px;
    border-radius: 20px;
    position: relative;
    color: #fff;
    z-index: 100;
}

@media only screen and (min-width: 768px) {
    .wrapper {
        max-width: var(--web-size);
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }
}

.primary-btn {
    width: 100%;
    max-width: 320px;
    height: 52px;
    line-height: 51px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    transition: all cubic-bezier(0.56, 0, 0.265, 1) .25s;
    -moz-transition: all cubic-bezier(0.56, 0, 0.265, 1) .25s;
    -webkit-transition: all cubic-bezier(0.56, 0, 0.265, 1) .25s;
    -o-transition: all cubic-bezier(0.56, 0, 0.265, 1) .25s;
    background-color: #b4c217;
    padding: 0 25px;
    position: relative;
    overflow: hidden
}

.primary-btn:hover {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .15)
}

.primary-btn.loading {
    cursor: progress
}

.primary-btn.loading::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #b4c217;
    pointer-events: none
}

.primary-btn.loading::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    background: url(../images/loading.gif) no-repeat center;
    background-size: contain
}

.loading-pagination {
    height: 10px;
    width: 100%;
    display: block;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 24px;
    overflow: hidden;
    padding: 1px
}

@media only screen and (min-width: 768px) {
    .loading-pagination {
        margin-bottom: 30px
    }
}

.loading-pagination span {
    background-color: #b4c217;
    display: block;
    width: 85px;
    height: 100%;
    border-radius: 10px;
    transition: all cubic-bezier(0.56, 0, 0.265, 1) .25s;
    -moz-transition: all cubic-bezier(0.56, 0, 0.265, 1) .25s;
    -webkit-transition: all cubic-bezier(0.56, 0, 0.265, 1) .25s;
    -o-transition: all cubic-bezier(0.56, 0, 0.265, 1) .25s
}

.main-swiper .swiper-slide {
    min-height: 455px;
    width: 100%;
    display: block;
    overflow: hidden
}

.head-swiper {
    background-color: #fff;
    padding: 15px 30px;
    color: #575757;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
}

.welcome-box {
    text-align: center
}

.welcome-box p {
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 33px;
    white-space: pre-line
}

.welcome-box .cover {
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto
}

.welcome-box h1 {
    font-size: 24px;
    line-height: 1.3333333333;
    font-weight: 900;
    margin-bottom: 20px
}

.form-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media only screen and (min-width: 768px) {
    .form-wrapper {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto
    }
    .form-wrapper.dskp-center {
        padding-top: 35px
    }
}

.form-wrapper h2 {
    font-size: 24px;
    white-space: pre-line;
    line-height: 1.3333333333;
    font-weight: 900;
    margin-bottom: 30px;
    text-align: center
}

.form-wrapper .choice-list {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.form-wrapper .choice-list .choice-list_item {
    position: relative;
    font-size: 14px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    flex: 1;
    transition: all cubic-bezier(0.56, 0, 0.265, 1) .25s;
    -moz-transition: all cubic-bezier(0.56, 0, 0.265, 1) .25s;
    -webkit-transition: all cubic-bezier(0.56, 0, 0.265, 1) .25s;
    -o-transition: all cubic-bezier(0.56, 0, 0.265, 1) .25s
}

.form-wrapper .choice-list .choice-list_item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.form-wrapper .choice-list .choice-list_item input:checked~.mark {
    background-color: var(--hover-color)
}

.form-wrapper .choice-list .choice-list_item:hover .mark {
    background-color: var(--hover-color)
}

.form-wrapper .choice-list .choice-list_item[data-value=woman]:hover .mark {
    background-color: #f5e2dc
}

.form-wrapper .choice-list .choice-list_item[data-value=woman] input:checked~.mark {
    background-color: #f5e2dc
}

.form-wrapper .choice-list .choice-list_item[data-value=man]:hover .mark {
    background-color: #b6dfef
}

.form-wrapper .choice-list .choice-list_item[data-value=man] input:checked~.mark {
    background-color: #b6dfef
}

.form-wrapper .choice-list .choice-list_item .mark {
    width: 100%;
    min-width: 310px;
    min-height: 65px;
    background-color: #fff;
    color: #2a2a2a;
    display: flex;
    padding: 10px 15px;
    text-align: center;
    align-items: center;
    justify-content: flex-start;
    border-radius: 10px;
    font-size: 16px;
    transition: all cubic-bezier(0.56, 0, 0.265, 1) .25s;
    -moz-transition: all cubic-bezier(0.56, 0, 0.265, 1) .25s;
    -webkit-transition: all cubic-bezier(0.56, 0, 0.265, 1) .25s;
    -o-transition: all cubic-bezier(0.56, 0, 0.265, 1) .25s
}

.form-wrapper .choice-list .choice-list_item img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transition: all cubic-bezier(0.56, 0, 0.265, 1) .25s;
    -moz-transition: all cubic-bezier(0.56, 0, 0.265, 1) .25s;
    -webkit-transition: all cubic-bezier(0.56, 0, 0.265, 1) .25s;
    -o-transition: all cubic-bezier(0.56, 0, 0.265, 1) .25s;
    margin-right: 15px
}

.form-wrapper .input-list {
    display: grid;
    gap: 5px;
    margin-bottom: 30px;
    width: 100%
}

.form-wrapper .input-list .input-box {
    position: relative
}

.form-wrapper .input-list .input-box .title {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 6px
}

.form-wrapper .input-list .input-box input {
    height: 52px;
    background-color: #fff;
    border: 1px solid transparent;
    background-repeat: no-repeat;
    background-position: center left 15px;
    background-size: 20px;
    border-radius: 8px;
    padding-left: 50px;
    padding-right: 20px;
    font-size: 15px;
    color: #000;
    width: 100%
}

.form-wrapper .input-list .input-box input::-moz-placeholder {
    color: #b8b8b8
}

.form-wrapper .input-list .input-box input:-ms-input-placeholder {
    color: #b8b8b8
}

.form-wrapper .input-list .input-box input::placeholder {
    color: #b8b8b8
}

.form-wrapper .input-list .input-box input[name=name] {
    background-image: url(../images/input-avatar.svg)
}

.form-wrapper .input-list .input-box input[name=email] {
    background-image: url(../images/input-email.svg)
}

.form-wrapper .input-list .input-box input[name=phone] {
    background-image: url(../images/input-tel.svg);
    background-size: 18px
}

.form-wrapper .input-list .input-box::before {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    bottom: 15px;
    right: 10px
}

.form-wrapper .input-list .input-box.error::before {
    background: url(../images/error.svg) no-repeat center;
    background-size: contain;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

.form-wrapper .input-list .input-box.success::before {
    background: url(../images/accept.svg) no-repeat center;
    background-size: contain
}

.form-wrapper .contact-choice {
    margin-top: 26px;
    color: #fff
}

.form-wrapper .contact-choice p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 17px
}

.form-wrapper .contact-choice .contact-radios {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px
}

@media only screen and (min-width: 768px) {
    .form-wrapper .contact-choice .contact-radios {
        justify-content: flex-start
    }
}

.form-wrapper .contact-choice .contact-radios label {
    position: relative;
    padding-left: 38px;
    font-size: 15px;
    color: #fff;
    cursor: pointer
}

.form-wrapper .contact-choice .contact-radios label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.form-wrapper .contact-choice .contact-radios label input:checked~.checkmark::after {
    opacity: 1
}

.form-wrapper .contact-choice .contact-radios label .checkmark {
    width: 22px;
    height: 22px;
    border: .5px solid #fff;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.form-wrapper .contact-choice .contact-radios label .checkmark::after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    background-color: #c3c3c3;
    opacity: 0
}

.form-wrapper .name-cover {
    text-align: center;
    margin-bottom: 30px
}

.form-wrapper .name-cover img {
    width: 90px;
    margin-bottom: 10px
}

.form-wrapper .name-cover h3 {
    font-size: 16px;
    font-weight: 400
}

.form-wrapper .input-box_inner {
    display: flex
}

.form-wrapper .input-box_inner #select_telefon {
    height: 52px;
    background-color: #fff;
    border-radius: 8px;
    margin-right: 10px;
    padding: 10px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto
}

@-webkit-keyframes bounce {
    0% {
        transform: translateX(0px);
        timing-function: ease-in
    }
    37% {
        transform: translateX(5px);
        timing-function: ease-out
    }
    55% {
        transform: translateX(-5px);
        timing-function: ease-in
    }
    73% {
        transform: translateX(4px);
        timing-function: ease-out
    }
    82% {
        transform: translateX(-4px);
        timing-function: ease-in
    }
    91% {
        transform: translateX(2px);
        timing-function: ease-out
    }
    96% {
        transform: translateX(-2px);
        timing-function: ease-in
    }
    100% {
        transform: translateX(0px);
        timing-function: ease-in
    }
}

@keyframes bounce {
    0% {
        transform: translateX(0px);
        timing-function: ease-in
    }
    37% {
        transform: translateX(5px);
        timing-function: ease-out
    }
    55% {
        transform: translateX(-5px);
        timing-function: ease-in
    }
    73% {
        transform: translateX(4px);
        timing-function: ease-out
    }
    82% {
        transform: translateX(-4px);
        timing-function: ease-in
    }
    91% {
        transform: translateX(2px);
        timing-function: ease-out
    }
    96% {
        transform: translateX(-2px);
        timing-function: ease-in
    }
    100% {
        transform: translateX(0px);
        timing-function: ease-in
    }
}

.secure {
    margin-top: 15px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.secure li {
    font-size: 12px;
    color: #fff;
    display: flex;
    align-items: center
}

.secure li img {
    width: 15px;
    margin-right: 4px
}

.first-result {
    text-align: center
}

@media only screen and (min-width: 768px) {
    .first-result {
        max-width: 550px;
        margin-left: auto;
        margin-right: auto
    }
}

.first-result h2 {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.3333333333;
    margin-bottom: 30px;
    white-space: pre-line
}

.first-result .cover {
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto
}

.first-result .cover img {
    width: 100%
}

.first-result p {
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 26px;
    white-space: pre-line;
    padding: 0 20px
}

.first-result .small {
    font-size: 14px;
    display: block;
    color: #fff;
    margin-top: 15px
}

.upload-form {
    text-align: center;
    background: #003366;
    padding: 20px 20px 30px;
}

.upload-form h2 {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.3333333333;
    margin-bottom: 30px;
    white-space: pre-line
}

.upload-form h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px
}

.upload-form .upload-box-list {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 18px
}

.upload-bart .upload-box-list {
    grid-template-columns: repeat(4, 1fr);
}

@media only screen and (min-width: 768px) {
    .upload-form .upload-box-list {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto
    }
    .upload-bart .upload-form .upload-box-list {
        max-width: 550px;
    }
}

.upload-form .upload-box-list .upload-box_item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 8px
}

.upload-form .upload-box-list .upload-box_item.error {
    border-color: red
}

.upload-form .upload-box-list .upload-box_item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.upload-form .upload-box-list .upload-box_item img {
    width: 76px;
    height: 76px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 5px
}

.upload-form .upload-box-list .upload-box_item .name {
    color: #666;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto
}

.upload-form .upload-box-list .upload-box_item .name::after {
    content: "";
    width: 14px;
    height: 14px;
    background: url(../images/upload.svg) no-repeat center;
    background-size: contain;
    margin-left: 8px
}

.upload-form .secure {
    margin-bottom: 19px
}

.upload-form .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 26px;
    font-size: 13px;
    line-height: 1.5384615385;
    white-space: pre-line
}

.upload-form .footer img {
    width: 58px;
    margin-top: 19px
}

#uploadPics,
#uploadPics_bart {
    max-width: 320px;
    height: 52px;
    line-height: 51px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    transition: all cubic-bezier(0.56, 0, 0.265, 1) .25s;
    -moz-transition: all cubic-bezier(0.56, 0, 0.265, 1) .25s;
    -webkit-transition: all cubic-bezier(0.56, 0, 0.265, 1) .25s;
    -o-transition: all cubic-bezier(0.56, 0, 0.265, 1) .25s;
    background-color: #007AFF;
    padding: 0 25px;
    position: relative;
    overflow: hidden;
    width: 100%
}

#uploadPics:hover,
#uploadPics_bart:hover {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .15)
}

#uploadPics.loading,
#uploadPics_bart.loading {
    cursor: progress
}

#uploadPics.loading::before,
#uploadPics_bart.loading::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #b4c217;
    pointer-events: none
}

#uploadPics.loading::after,
#uploadPics_bart.loading::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    background: url(../images/loading.gif) no-repeat center;
    background-size: contain
}

@media only screen and (min-width: 768px) {
    .second-result {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto
    }
}

.second-result h2 {
    font-size: 24px;
    line-height: 1.3333333333;
    margin-bottom: 20px;
    font-weight: 900
}

.second-result h2 span {
    display: block
}

.second-result .cover {
    margin-bottom: 15px;
    width: 100%
}

.second-result .desc {
    font-size: 14px;
    line-height: 1.7142857143;
    margin-bottom: 25px
}

.second-result h4 {
    font-size: 18px;
    margin-bottom: 10px
}

.second-result ul {
    list-style: none;
    margin-bottom: 30px;
    display: grid;
    gap: 15px
}

.second-result ul li {
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center
}

.second-result ul li img {
    width: 20px;
    margin-right: 15px
}

.second-result #finalResultBtn {
    max-width: 320px;
    height: 52px;
    line-height: 51px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    transition: all cubic-bezier(0.56, 0, 0.265, 1) .25s;
    -moz-transition: all cubic-bezier(0.56, 0, 0.265, 1) .25s;
    -webkit-transition: all cubic-bezier(0.56, 0, 0.265, 1) .25s;
    -o-transition: all cubic-bezier(0.56, 0, 0.265, 1) .25s;
    background-color: #b4c217;
    padding: 0 25px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.second-result #finalResultBtn:hover {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .15)
}

.second-result #finalResultBtn.loading {
    cursor: progress
}

.second-result #finalResultBtn.loading::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #b4c217;
    pointer-events: none
}

.second-result #finalResultBtn.loading::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    background: url(../images/loading.gif) no-repeat center;
    background-size: contain
}

.second-result .contact .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px
}

.second-result .contact a {
    color: #fff;
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 400;
    display: flex;
    align-items: center
}

.second-result .contact a img {
    width: 18px;
    margin-right: 12px
}

.calendly-inline-widget {
    min-height: 450px;
    width: 100%
}

.calendly-inline-widget iframe {
    min-height: 450px
}


/***********************/

h3.step-heading {
    background: white;
    padding: 20px 0;
    border-radius: 30px 30px 0 0;
    color: #575757;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
}

.w-form {
    margin: 0 0 15px;
}

.container.nav {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    justify-content: center;
    max-width: 960px;
}

.container.nav img {
    max-width: 450px;
}

img.logo-image {
    margin-right: 30px;
}

.navbar {
    padding-top: 26px;
    padding-bottom: 26px;
    background-color: #2569a8;
}

img.play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.poster_image.image {
    position: relative;
    cursor: pointer;
}

video {
    display: none;
    background-color: #000;
}

.survey-container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.survey-form.multistep-form {
    margin-top: 30px;
}

.full-page-section {
    position: relative;
    padding-top: 30px;
    padding-bottom: 50px;
    min-height: 85vh;
}

@media (max-width: 767px) {
    .desk {
        display: none !important;
    }
    .container.nav {
        display: flex;
        align-self: center;
        justify-content: space-between;
        justify-content: center;
    }
    .navbar {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .d_flex .text {
        padding-right: 0;
    }
}

@media (max-width: 479px) {
    .container.nav {
        padding-right: 5px;
        padding-left: 0;
    }
}

.multistep-survey {
    padding-bottom: 0 !important;
}

.survey-form.multistep-form {
    margin-top: 0;
}

.multistep-survey {
    min-height: 666px;
    border-radius: 34px;
    max-width: 946px;
    background: #003366;
    margin: auto;
}

.w-slider-mask {
    white-space: inherit;
}

.mobile {
    display: none;
}

@media (max-width: 767px) {
    .mobile {
        display: block;
    }
    .logo-image {
        max-width: 153px !important;
    }
    .contacts a {
        font-size: 12px;
        text-decoration: none;
    }
    .contacts {
        text-align: center;
    }
    .multistep-survey {
        height: auto;
    }
    .full-page-section {
        background-image: none;
        padding: 15px 10px 90px;
    }
    .item1.item-1 p {
        margin: 0;
    }
    .item1.item-2 p {
        margin: 26px 0;
    }
    .insta-box .item1 a.Jetzt {
        width: 238px;
    }
}

.w-slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: #ddd;
    clear: both;
    -webkit-tap-highlight-color: transparent;
}

.w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap;
}

.w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left;
}

.slider {
    height: 100%;
    background-color: transparent;
}

.step-intro {
    margin-bottom: 0;
    text-align: center;
}

.slide {
    overflow: hidden;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}

@media (max-width: 991px) {
    .step-intro {
        margin-bottom: 15px;
    }
}

@media (max-width: 479px) {
    .slide {
        padding-right: 0;
        padding-left: 0;
    }
}

#forbartslider,
#bart_title {
    display: none;
}

.slide.last {
    padding: 70px 55px 60px;
}

.insta-box {
    border-radius: 18px;
    background: #ffffff;
    padding: 30px 20px;
    color: black;
    margin-top: 58px;
}

.insta-box p {
    color: black;
    border: 0;
}

.d_flex {
    display: flex;
    align-items: center;
    color: white;
    gap: 10px;
}

.insta-box .item1 {
    display: flex;
    align-items: center;
    flex: 1;
}

.insta-box .item1 img {
    margin-right: 10px;
}

.d_flex .text {
    padding-right: 15px;
}

.item1:last-child {
    flex: 0;
}

.insta-box .item1 a.Jetzt {
    background: #007AFF;
    border-radius: 22px;
    color: white;
    text-decoration: none;
    display: inline-flex;
    width: 200px;
    min-height: 54px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
}

.mobile_swap .d_flex>div {
    flex: 0 0 50%;
    max-width: 50%;
}

.text h3 {
    margin-bottom: 14px;
}

.text p {
    line-height: normal;
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    .slide.last {
        padding: 0 20px 60px !important;
    }
    .d_flex .text p {
        font-size: 16px;
        font-weight: 400;
        margin: 15px 0 0;
    }
    h3 {
        font-size: 20px;
        margin: 14px 0;
    }
    .insta-box {
        padding: 42px 18px 55px;
        margin-top: 30px;
    }
    .mobile_swap .d_flex>div {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .insta-box .item1 a.Jetzt {
        width: 238px;
    }
    .d_flex .text p:last-child {
        margin-top: 30px;
        line-height: 28px;
    }
    .d_flex {
        display: block;
    }
    .slide.last {
        background-image: none;
    }
    .container.nav img {
        max-width: 340px;
    }
    h3.step-heading {
        font-size: 20px;
        padding: 15px 0;
        margin: 0;
    }
}