﻿@font-face {
    font-family: 'FixelDisplay';
    src: url('/fonts/FixelDisplay/FixelDisplay-Regular.otf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FixelDisplay';
    src: url('/fonts/FixelDisplay/FixelDisplay-Medium.otf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FixelDisplay';
    src: url('/fonts/FixelDisplay/FixelDisplay-SemiBold.otf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FixelDisplay';
    src: url('/fonts/FixelDisplay/FixelDisplay-Bold.otf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'FixelDisplay';
    src: url('/fonts/FixelDisplay/FixelDisplay-ExtraBold.otf');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FixelDisplay';
    src: url('/fonts/FixelDisplay/FixelDisplay-Black.otf');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.boxListIcons.checked {
    gap: 2.5em;
}

.boxListIcons .item {
    flex-basis: calc(25% - 2.5em);
    background-color: var(--grey);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5em;
    justify-content: space-between;
}

.boxListIcons .item span {
    background-color: var(--white);
    border-radius: 16px;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 1.2em;
    height: -webkit-fill-available;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sectionIconsCircle.checked h2 {
    text-align: center;
}

.boxListIcons .item .emoji {
    margin: 0;
    height: 4em;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boxListIcons .item svg {
    height: 100%;
    width: auto;
}


.sectionIconsCircle.checked>.container {
    padding: 0
}

.sectionIconsCircle.checked p {
    text-align: center;
    margin-top: 2em;
    max-width: unset;
    font-weight: 500;
    line-height: 1.3;
}

.btn.red.green {
    border: none;
    outline: none;
}

input[type="checkbox"]::before {
    content: "";
    width: 1em;
    height: 1em;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    background-color: var(--green);
}

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    align-content: center;
    justify-content: center;
    border: 1px solid var(--grun);
    border-radius: 4px;
}

.container.max.questionnaire .text-danger.validation-summary-errors {
    display: none !important;
}

input[type="checkbox"]:checked::before {
    transform: scale(.75);
}

:root {
    --font: #20261E;
    --red: #C9C6A3;
    --white: #FFFEFA;
    --grun: #A2B19E;
    --blue: #DDEAEF;
    --beige: #F4F0E1;
    --green: #79A66E;
    --lgrun: #E6EFE3;
    --grey: #EFEFEF;
    --realy-red: #BF4B4B;
    --light-tan: #E5E2C8;
}

html {
    font-family: FixelDisplay;
    font-weight: 400;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    color: var(--font);
    background-color: var(--white)
}

*,
::before,
::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

input,
textarea,
select,
button {
    font-family: FixelDisplay;
    border-radius: 8px;
    height: 48px;
}

body {
    margin: 0;
    padding: 0;
}

body.vism {
    overflow: hidden;
}

img,
svg {
    display: block;
    max-width: 100%;
    height: auto;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #0167cc;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
}

p {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

.boxNumb {
    display: flex;
    align-items: center;
}

.boxWrapper {
    overflow: hidden;
}

.boxTitle {
    background-color: var(--blue);
    font-weight: 700;
    line-height: 1.3;
}

.otherLinks a {
    color: var(--font);
}

.sectionCards .desc p:not(:last-child) {
    margin-bottom: .4em;
}

.boxListIcons.icons .boxTitle {
    background-color: var(--beige);
    display: flex;
    align-items: center;
}

.boxListIcons.icons .desc {
    background-color: var(--white);
}

.boxListIcons.icons .boxWrapper {
    height: auto;
}

.boxNumb {
    font-weight: 700;
    line-height: 1;
    margin-left: .25em;
}

.romb {
    background-color: var(--green);
    transform: rotate(45deg);

}

.box .desc {
    background: var(--beige)
}

.box .desc {
    line-height: 160%;
}

.card-body a {
    color: var(--green);
}



button.red {
    display: flex !important;
    align-items: center;
    cursor: pointer;
    line-height: 1.7;
    justify-content: center;
}

.row {
    display: flex;
}

#email-form .input-group-append {
    display: none;
}

.row.account a.red {
    font-size: 1.25em;
    width: fit-content;
    display: block;
    margin-top: 1em
}

.row.pd a.red {
    font-size: 1.25em;
    width: fit-content;
    display: block;
    margin-top: 1em
}

.form-section {
    background-color: var(--beige);
    padding: 40px 48px;
    border-radius: 15px;
    box-shadow: none;
}

.form-section input,
.form-section select,
#account input,
#account select {
    border: none !important;
    background-color: #fff !important;
    position: relative;
}

input::-webkit-input-placeholder {
    background: #fff !important;
    background-color: #fff !important;

}

.form-section input:focus-visible,
.form-section select:focus,
.form-section input:focus-visible,
.form-section select:focus-visible,
#account input:focus-visible,
#account select:focus,
#account input:focus-visible,
#account select:focus-visible {
    border: none !important;
    outline: none !important;
}

.form-section .text-danger {
    color: var(--realy-red);
}

/* classes */
.container {
    margin: 0 auto;
}

.pr {
    position: relative;
}

a.red,
.red a,
button.red {
    display: inline-block;
    background-color: var(--red);
    color: var(--white);
    line-height: 1;
    font-weight: 700;
    padding: .8em 1.2em;
    border-radius: 8px;
    transition: all .2s ease-in-out;
}

a.red.grun,
.red.grun a {
    background-color: var(--grun)
}

a.red.green,
.red.green a,
button.red.green {
    background-color: var(--green)
}

a.red:hover,
.red a:hover,
button.red:hover {
    box-shadow: 0px 6px 16px rgba(162, 177, 158, 35%);
}

h1,
.h1 {
    font-weight: 600;
    line-height: 1.3;
}

h2,
.h2 {
    font-weight: 500;
    line-height: 1.7;
}

h3,
.h3 {
    font-weight: 500;
    line-height: 1.6;
}

.dflt ul:not(:first-child) {
    margin-top: 1.875em;
}

.dflt ul:not(:last-child) {
    margin-bottom: 1.875em;
}

.dflt ul>li {
    position: relative;
}

.dflt ul>li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .475em;
    transform: rotate(45deg);
    background-color: var(--green);
}

.dflt ul>li {
    padding-left: 1.3rem;
}

.dflt ul>li::before {
    width: .55rem;
    height: .55rem;
}

/* header */
header {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    transition: padding .2s ease-in-out, box-shadow .2s ease-in-out, background-color .2s ease-in-out;
    background-color: transparent;
}

header.fixed {
    background-color: var(--white);
    box-shadow: 0px 0px 15px rgba(46, 59, 95, .15);
    background-color: var(--white);
    box-shadow: 0px 0px 16px 0px #1B411029;

}

header .box_logo img,
header .box_logo svg {
    width: auto;
    transition: max-height .2s ease-in-out;
}

header .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

header .main-menu li:not(.red) a {
    color: var(--font);
}


/* sectionHero */
.sectionHero {
    background: var(--blue);
}

.sectionHero .h1,
.sectionHero .boxDesc {
    text-align: left;
}

.boxImageDesc img {
    border-radius: .75em;
    box-shadow: 0px 10px 30px 0px #0072F926;
    position: relative;
}

.boxImageDesc .desc {
    background-color: var(--white);
}

.register>.form-section input,
.register>.form-section select {
    margin-bottom: 0.25em !important;
}


.register>.form-section .text-danger {
    margin-top: 0 !important;
    margin-bottom: 1em;
}

.register>.form-section .mb-3,
.register>.form-section .row.mb-3 {
    margin-bottom: 1.5em !important;
}

.register>.form-section .form-check {
    margin-bottom: 1.5em !important;
}

.register>.form-section .form-note {
    font-size: 0.875em;
    margin-bottom: 1.71em;
}

.register>.info-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.register>.info-section .h1 {
    font-weight: 900;
    line-height: 1.1;
    color: var(--green);
}

.register>.info-section ul {
    list-style: none;
}

.register>.info-section ul>li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .525em;
    transform: rotate(45deg) translateY(-.2em) translateX(.2em);
    border-radius: 0;
    background-color: var(--green);
    height: .6em;
    width: .6em;
}

.register>.form-section {
    background-color: var(--grey);
    display: flex;
    flex-direction: column;
}

.register>.form-section .h2 {
    font-weight: 700;
    line-height: 1.3;
}


.register>.form-section a {
    text-decoration: underline;
    color: var(--green);
}

.register>.form-section .row {
    display: flex;
    gap: 1em;
    justify-content: space-between;
    align-items: stretch;
}

.register>.form-section input,
.register>.form-section select {
    padding: .75em 1em;
    margin-bottom: 2em;
    width: 100%;
}

.register>.form-section select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1L6 6L11 1' stroke='%2320261E'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position-x: calc(100% - .95em);
    background-position-y: 50%;
    padding: 0;
    padding-left: 1em;
    padding-right: 2.1875em;
    border-color: var(--green);
}

.register>.form-section .col {
    height: fit-content;
}

.register>.form-section .input-validation-error {
    border: 1px solid var(--realy-red) !important;
}





.register>.form-section .mb-3 {
    position: relative;
}

.login-box .h1 {
    line-height: 1.3;
    font-weight: 700;
}

.login-box .subtitle {

    line-height: 1.3;
    font-weight: 700;
    color: var(--green);
}


.login-box>form label {
    font-size: 1em;
    margin-bottom: .5em;
    display: block;
}

.login-box .col {
    position: relative;
}

.login-box>form input:not(.form-check-input) {
    width: 100%;
}

.login-box #account .form-control.input-validation-error {
    border: 1px solid var(--realy-red) !important;
}

.login-box .text-danger {
    position: absolute;
    top: .2em;
    right: 0;
    color: var(--realy-red);
    font-size: 0.875em;
    line-height: 1.6;
}

.login-box a {
    color: var(--green);
    display: block;
    font-size: .875em;
}

.login-box a:hover {
    text-decoration: underline;
}

.login-box .extra-links a:not(:last-child) {
    margin-bottom: 1.143em;
}

.login-box .extra-links a {
    text-align: center;
}

.login-box #account .form-check-input {
    border: 1px solid var(--grun) !important;
    width: 1.143em;
    height: 1.143em;
    padding: 0 !important;
}

.login-box .form-check-label {
    margin-bottom: 0;
    font-size: .875em;
}

.login-box .form-check {
    display: flex;
    gap: .5em;
}

#login-submit {
    width: 100%;
}

.container-register .form-section .row {
    display: flex;
    gap: 1em;
    justify-content: space-between;
}

.container-register .form-section .mb-3,
.container-register .form-section .mb-4 {
    display: flex;
    flex-direction: column;
    position: relative;
    height: fit-content;
}

.container-register .form-section input,
.container-register .form-section select {
    width: 100%;
}

.container-register .form-section .date .mb-3 {
    margin-bottom: 4em;
    width: 10em;
}

.container-register .form-section .date .mb-4 {
    margin-bottom: 4em;
    width: calc(100% - 11em);
}

.container-register .form-section .row:not(.date) {
    margin-bottom: 4em;
    margin-top: 2em;
}

.container-register .form-section .row:not(.date) .mb-3 {
    width: 6.25em;
}

.container-register .form-section .row:not(.date) .mb-3:first-child {
    width: 16.875em;
}

.container-register .form-section .row:not(.date) .mb-3:last-child {
    width: 16.875em;
}

.container-register .form-section select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1L6 6L11 1' stroke='%2320261E'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position-x: calc(100% - .95em);
    background-position-y: 50%;
    padding: 0;
    padding-left: 1em;
    padding-right: 2.1875em;
    border-color: var(--green);
}



.questionnaire .form-flex {
    background-color: var(--blue);
}

.questionnaire .form-flex.pink {
    background-color: #FFEBD1;
}

.questionnaire .form-left {
    position: relative;
}


.questionnaire #painExitMessage {
    display: none;
}

.questionnaire #painExitMessage button {
    width: 100%;
    background-color: var(--white);
    padding: .8em;
    font-weight: 700;
    font-size: 1.25em;
    line-height: 100%;
    border: none;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.questionnaire #painExitMessage {
    font-weight: 600;
}

.questionnaire #submitButtonWrapper {
    justify-content: flex-end;
    margin-top: 1.6em;
}

.questionnaire .form-left .h2 {
    font-weight: 700;
    line-height: 130%;
}

.questionnaire h3 {
    font-weight: 700;
    line-height: 100%;
}

.questionnaire select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: var(--white);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1L6 6L11 1' stroke='%2320261E'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position-x: calc(100% - .95em);
    background-position-y: 50%;
    padding: 0;
    padding-left: 1em;
    padding-right: 2.1875em;
    border: none !important;
}

.questionnaire select:focus-visible {
    outline: none !important;
}

#questionnaireMainContent {
    opacity: 0;
}

.questionnaire .subcategory {
    position: absolute;
    width: 100%;
}



.questionnaire #questionnaireContentWrapper {
    position: relative;
}

.questionnaire .form-right-wrap {
    position: relative;
}

.questionnaire .form-right {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.questionnaire .form-flex.flex {
    align-items: stretch;
}

.questionnaire label {
    margin: 1em 0 .5em 0;
    display: block;
    font-size: .875em;
}

.questionnaire .buttons button:before {
    content: '';
    position: absolute;
    height: 1em;
    width: 1em;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1L6 6L11 1' stroke='%2320261E'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform .3s;
    left: 95%;
    top: 50%;
    transform: rotate(0deg) translateY(-50%);
}

.questionnaire .buttons button {
    display: block;
    border: none;
    outline: none;
    background-color: var(--white);
    width: 100%;
    position: relative;
    text-align: left;
    padding: .75em 1em;
}

.questionnaire button.show:before {
    transform: rotate(180deg) translateY(50%);
}



.questionnaire .collapsible-content>div {
    background-color: var(--white);
    width: 100%;
    bottom: 0;
    transform: translateY(-8px);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: none;
    padding: .75em 1em;
}

.questionnaire .collapsible-content>div label {
    display: flex;
    align-items: center;
    gap: 1em;
}

.questionnaire .collapsible-content>div>div {
    border-top: 1px solid var(--green);
}

.questionnaire .collapsible-content input[type="checkbox"] {
    height: 1.25em;
    width: 1.25em;
    margin: 0;
}

.better-alert {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 25px;
    font-size: 1rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    position: absolute;
    width: 100%;
}

form#conditionForm {
    background-color: var(--grey);
    display: flex;
    align-items: stretch;
    justify-content: center;
}

form#conditionForm .step {
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
}

form#conditionForm h3 {
    font-weight: 700;
    line-height: 130%;
}

form#conditionForm .step .text-danger {
    display: none;
}

form#conditionForm label {
    display: flex;
    align-items: start;
    gap: 1.25em;
    padding: 0 .5em;
    cursor: pointer;
    margin-bottom: 1em;
    line-height: 1.6;
}

form#conditionForm input[type="radio"] {
    position: relative;
    accent-color: var(--white);
    width: 1.5em;
    height: 1.5em;
    min-width: 1.5em;
}

form#conditionForm input[type="checkbox"]:checked:before {
    background-color: var(--white);
    z-index: 2;
    cursor: pointer;
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='15' viewBox='0 0 20 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 5.33333L8.4 12L18 2' stroke='%23FFFEFA' stroke-width='3'/%3e%3c/svg%3e ");
}

form#conditionForm input[type="checkbox"]:after {
    content: '';
    position: absolute;
    width: 100%;
    cursor: pointer;
    height: 100%;
    top: 0;
    left: 0;
    border: solid 1px var(--font);
    background-color: var(--white);
    z-index: 1;
    border-radius: 4px;
}

form#conditionForm input[type="checkbox"]:checked:after {
    background-color: var(--green);
}

/*  */

form#conditionForm input[type="checkbox"] {
    width: 1.5em;
    height: 1.5em;
    position: relative;
    cursor: pointer;
    border: none;
    min-width: 1.5em;
    max-height: 1.5em;
    min-height: 1.5em;
    max-width: 1.5em;
    margin-top: .2em;
    font-size: 1rem;
}

form#conditionForm input[type="range"] {
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    appearance: none;
    height: 2.5em;
    background: transparent;
    border-radius: 3px;
    outline: none;
    border: none;
    cursor: pointer;
}

form#conditionForm input[type=range]::-webkit-slider-runnable-track {
    background-color: var(--white);
    border-radius: 4px;
    height: .5em;
}

form#conditionForm input[type="range"]:checked {
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    appearance: none;
    height: 6px;
    background: #d1d5db;
    border-radius: 3px;
    outline: none;
    border: none;
}

form#conditionForm input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    width: 1.5em;
    height: 1.5em;
    background: var(--green);
    border-radius: 50%;
    cursor: pointer;
    margin-top: -.5em;

}

form#conditionForm input[type='radio']:after {
    width: 100%;
    height: 100%;
    border-radius: 1em;
    top: 0;
    left: 0;
    position: absolute;
    background-color: var(--white);
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #20261E;
    cursor: pointer;
    z-index: 2;
}

form#conditionForm input[type='radio']:checked:before {
    width: 60%;
    height: 60%;
    border-radius: 1em;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    background-color: var(--green);
    content: '';
    display: inline-block;
    visibility: visible;
    cursor: pointer;
    z-index: 3;
}

form#conditionForm .buttons {
    justify-content: space-between
}

form#conditionForm .buttons .btn {
    width: 48.8%;
}

form#conditionForm #emoji {
    display: flex;
    font-size: 1em;
    background-color: var(--white);
    padding: 0.75em 1em;
    justify-content: center;
    align-items: center;
    line-height: 1.6;
    margin-top: 2em;
}

.text-section {
    flex-direction: column;
}

form#conditionForm textarea {
    width: 100%;
    padding: .75em 1em;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1em;
    border: none;
    outline: none;
    resize: none;
    height: 8.375em;
    background-color: var(--white);
}

form#conditionForm .char-count {
    text-align: right;
    color: #666;
    font-size: 0.9rem;
    margin-top: 0.25rem;
}

form#conditionForm .btn {
    padding: 0.75em 1.2em;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 1.5em;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

form#conditionForm .btn-primary {
    background-color: var(--font);
    color: var(--white);
}

form#conditionForm .btn-secondary:hover {
    opacity: .6;
}

form#conditionForm .btn-secondary {
    background-color: var(--white);
    color: var(--font);
}

form#conditionForm .btn:hover {
    opacity: 0.9;
}

form#conditionForm .confirmation-section {
    background-color: #f8f9fa;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    margin-top: 2rem;
    color: #3f3f3f;
}

form#conditionForm .range-group label {
    cursor: auto;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    padding-left: 0;
}

form#conditionForm .range-group>div:first-child {
    margin-bottom: 2.75em;
}

form#conditionForm h4 {
    font-weight: 600;
}

form#conditionForm h4+p {
    font-size: .875em;
    margin-bottom: 0;
}

form#conditionForm.consent-container {
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

form#conditionForm.consent-container label {
    display: inline-block;
    font-size: .875em;
    margin-bottom: 0;
    width: calc(100% - 2em);
    padding-left: 0;
}

form#conditionForm .consent-checkbox {
    display: flex;
    align-items: flex-start;
    gap: .75em;
    cursor: pointer;
    margin-bottom: 1em;
    line-height: 1.6;
    margin-bottom: 1.25em;
}


form#conditionForm.consent-container a {
    color: var(--green);
}

form#conditionForm.consent-container a:hover {
    text-decoration: underline;
}

form#conditionForm.consent-container button {
    border: none;
    width: fit-content;
    margin-bottom: .6em;
}

form#conditionForm.consent-container .info-text {
    font-size: .875em;
    line-height: 1.6;
    margin-bottom: 0;
}

form#conditionForm.consent-container .error-message {
    position: absolute;
    bottom: .75em
}

form#conditionForm.consent-container .h2 {
    font-weight: 700;
    line-height: 130%;
    margin-bottom: .29em;
}

form#conditionForm.consent-container .consent-head p {
    margin: 0;
    font-size: .875em;
}

.cabinet .row.account {
    background-color: var(--blue);
}

.cabinet .row.account .col-md-3 .h1 {
    font-weight: 700;
    line-height: 130%;
    display: inline-block;
}

.cabinet .row.account .col-md-9 {
    background-color: var(--grey);
}

.cabinet .account-h2 {
    font-weight: 700;
    line-height: 130%;
}

.cabinet .col-md-9 form {
    background: none;
    padding: 0;
}

.cabinet #email-form,
.cabinet #change-password-form {
    position: relative;
}

.cabinet #change-password-form .form-floating,
.cabinet #email-form .form-floating {
    position: relative;
}

.cabinet #email-form .text-danger.validation-summary-errors li {
    border: none
}

.cabinet #email-form .text-danger.validation-summary-errors {
    bottom: -2.5em;
}

.cabinet #email-form .text-danger.field-validation-error {
    display: none;
}

.cabinet #change-password-form .text-danger,
.cabinet #email-form .text-danger {
    color: var(--realy-red);
    position: absolute;
    font-size: .875em;
    left: 0;
}

.cabinet #change-password-form .alert-dismissible,
.cabinet #email-form .alert-dismissible {
    color: var(--realy-red);
    position: absolute;
    bottom: -2em;
    left: 0;
}

.cabinet #change-password-form .alert-dismissible button,
.cabinet #email-form .alert-dismissible button {
    display: none;
}

.cabinet .form-section.auth {
    background: none;
    padding: 0;
    position: relative;
}

.cabinet .form-section.auth ol {
    padding-left: 1.2em;
}

.cabinet .form-section.auth li {
    margin-bottom: 1em;
}

.cabinet .form-section.auth li p {
    margin: 0;
}

.dflt a:not([class]) {
    color: var(--green);
}

.dflt a:not([class]):hover {
    text-decoration: underline;
}

.cabinet .form-section.auth .text-danger {
    color: var(--realy-red);
    position: absolute;
    bottom: -2em;
    left: 1.2em;
}

.cabinet .alert.alert-dismissible button {
    display: none;
}

.cabinet .alert.alert-dismissible {
    color: var(--realy-red);
    position: absolute;
    top: 1.5em;
    left: 4em
}

.cabinet .auth2 .alert {
    color: var(--realy-red);
    position: absolute;
    bottom: -2em;
    left: 4em
}

.cabinet .col-md-9 {
    position: relative;
}

#delete-user .form-floating.mb-3 {
    position: relative;
}

#delete-user .form-floating.mb-3 .text-danger {
    position: absolute;
    left: 0;
    bottom: -1em;
    font-size: .875em;
    color: var(--realy-red);
}

.form-section.termin .red.green {
    width: 100%;
}

.row.account table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

.row.account tbody {
    border-width: 0 1px 1px;
}

.row.account thead {
    border-bottom: 3px solid var(--green);
}

.row.account tbody tr:nth-child(odd) {
    background-color: var(--white);
}

.row.account td,
.row.account th {
    border: 0 solid !important;
    padding: 1.1em 1em 1em 1em;
    line-height: 1.42857143;
    vertical-align: top;
    text-align: left;
}

.row.account tbody tr:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.flex.f2 {
    justify-content: unset;
    gap: 1.25em;
}

.flex.pd {
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    height: 100%;
}

.pd p {
    font-size: 1.25em;
    margin-bottom: .5em !important;
}

.flex.pd .account-h2+p {
    font-size: .875em;
}

.flex.pd .btn {
    padding: 0.75em 1.2em;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1;
    border-radius: 8px;
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    color: var(--font);
}

.flex.pd .btn.btn-danger {
    background-color: var(--font);
    color: var(--white);
}

.status-form .row {
    margin-bottom: 2em;
}

.status-form .row input,
.status-form .row select {
    margin: 0;
}

.status-form .row>*:not(:first-child) input,
.status-form .row select {
    width: 11.75em;
}

.status-form .row>.form-group .text-danger.field-validation-error {
    position: absolute;
    font-size: .875em;
    left: 0;
    bottom: -.5em;
    color: var(--realy-red);
}

.status-form .row>.form-group {
    position: relative;
}

.status-form .row>.form-group:first-child {
    width: -webkit-fill-available;
}

.status-form h4 {
    font-size: 1.25em !important;
    line-height: 1;
    font-weight: 700;
    margin-bottom: .8em !important;
    margin-top: 0 !important;
}

.status-form .row+.btn.btn-primary.red.green {
    margin-bottom: 2.4em;
}

.status-form input[type="file"] {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='19' height='21' viewBox='0 0 19 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.2813 10.3339L10.6053 18.0099C9.53973 19.0481 8.10815 19.6247 6.62052 19.6151C5.13289 19.6054 3.70893 19.0101 2.65699 17.9582C1.60506 16.9062 1.0098 15.4823 1.00012 13.9947C0.99044 12.507 1.56711 11.0754 2.60527 10.0099L10.5106 2.10457C11.2179 1.39733 12.1771 1 13.1773 1C14.1775 1 15.1367 1.39733 15.8439 2.10457C16.5512 2.81181 16.9485 3.77104 16.9485 4.77124C16.9485 5.77143 16.5512 6.73066 15.8439 7.4379L8.16661 15.1152C7.81298 15.4689 7.33337 15.6675 6.83327 15.6675C6.33318 15.6675 5.85356 15.4689 5.49994 15.1152C5.14632 14.7616 4.94766 14.282 4.94766 13.7819C4.94766 13.2818 5.14632 12.8022 5.49994 12.4486L12.9479 5.00057' stroke='%2320261E'/%3e%3c/svg%3e ");
    background-position-x: calc(100% - 1em);
    background-position-y: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.status-form input[type="file"]::-webkit-file-upload-button {
    border: none;
    background: none;
    cursor: pointer;
    height: 100%;
    vertical-align: middle;
}

.status-form input[type="file"]::placeholder {
    color: var(--grun);
}

.cabinet .alert.alert-success {
    color: var(--white) !important;
    background-color: var(--green);
    padding: .75em 1em;
    left: 0;
    top: 0;
}

.status-form .row>.form-group .text-danger.field-validation-error {
    position: absolute;
    font-size: .875em;
    left: 0;
    bottom: -1.7em;
    color: var(--realy-red);
}

.cabinet td.actions a {
    color: var(--green);
}

.cabinet td.actions a:hover {
    text-decoration: underline;
}

.cabinet td button {
    display: inline-block;
    background-color: var(--red);
    color: var(--white);
    line-height: 1;
    font-weight: 700;
    padding: .8em 1.2em;
    border-radius: 8px;
    transition: all .2s ease-in-out;
    border: none;
    width: 100%;
    margin-top: 1em;
    cursor: pointer;
    font-size: 1em;
}

#questionnaireForm h3,
#questionnaireForm h4 {
    cursor: default;
}

/* sectionIconsCircle */
.sectionIconsCircle {
    background: transparent;
}

.sectionIconsCircle .boxShort {
    z-index: 1;
}

.boxListIcons .boxIcon {
    border-radius: .75em;
    box-shadow: 2px 2px 8px 0px #0072F91F;
    background-color: var(--white);
}

.boxListIcons .desc {
    line-height: 1.6;
}

.boxListIcons .link {
    display: flex;
    align-items: center;
    font-weight: 700;
    line-height: 100%;
    color: var(--font);
}

.boxListIcons .link-img {
    width: 2.625em;
    height: auto;
}

.boxListIcons .boxIconTitle {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.boxListIcons .titleIcon {
    font-weight: 700;
    line-height: 1.3;
}




/* sectionCTA1 */
.sectionCTA1 {
    background: #FFF0F0;
}

.boxCTA1 .title {
    font-weight: 600;
    background-color: var(--white);
    box-shadow: 4px 4px 24px 0px #0072F93D;
    border-radius: 1rem;
    text-wrap: balance;
    position: relative;
    z-index: 1;
}

.boxCTA1 .desc {
    font-weight: 500;
    line-height: 1.7;
}

.boxCTA1 .desc p:not(:last-child) {
    margin-bottom: 1em;
}

/* sectionCTA2 */
.sectionCTA2 {
    text-align: center;
    background: #FFF;
    color: var(--font);
}

.boxCTA2 {
    border-radius: 1em;
    box-shadow: 4px 4px 24px 0px #0072F929;
    backdrop-filter: blur(40px);
    background: linear-gradient(94.53deg, #D5EEFF 9.81%, #FFCDCE 92.5%), linear-gradient(107.66deg, #CBF0FF 16.8%, #F95C5A 125.11%);
}

.boxCTA2 .title {
    font-weight: 600;
    text-wrap: balance;
}

.boxCTA2 .desc {
    font-weight: 500;
    line-height: 1.8;
}

.boxCTA2 .desc p:not(:last-child) {
    margin-bottom: 1em;
}


/* sectionCards */
.sectionCards .boxShort {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.boxListCards .desc {
    line-height: 1.7;
}

.boxListCards .image img {
    width: 100%;
}


/* sectionImageLeft */
.sectionImageLeft {
    background: center / cover no-repeat url('../images/bkg.jpg');
}

.sectionImageLeft::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #EBF7FFDB;
}

.sectionImageLeft .boxImage img {
    width: 100%;
}

.sectionImageLeft .boxDesc>*:not(:first-child) {
    margin-top: 1rem;
}

/* sectionIconColums */
.sectionIconColums {
    background: #FFF0F0;
}

.boxListIcons.noicons * {
    text-align: center;
    width: 100%;
}

.noicons .boxIcon {
    box-shadow: none
}

.noicons .boxIcon .desc {
    background-color: var(--white);
}

.noicons .boxIcon:nth-child(3n) {
    background-color: var(--beige);
}

.noicons .boxIcon:nth-child(3n + 1) {
    background-color: var(--blue);
}

.noicons .boxIcon:nth-child(3n + 2) {
    background-color: var(--lgrun);
}

/* sectionPricings */
.sectionPricings {
    background-color: #F7FAFF;
}

.sectionPricings .boxShort {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.boxPricings .boxPrice {
    text-align: left;
    background: linear-gradient(225deg, #FFFFFF 91.16%, #FFF0F0 91.75%);
    border-right: 2px solid #0067CC;
    box-shadow: 4px 4px 16px 0px #0072F929;
    border-radius: 1em;
}

.headPrice {
    display: inline-block;
    border-bottom: 2px solid #0067CC
}

.headPrice data {
    color: #E30615;
    font-weight: 600;
    line-height: 1.3;
}

.headPrice data:not(:last-child) {
    margin-right: .5rem;
}

.headPrice .textPrice {
    color: #0067CC;
    font-weight: 600;
    line-height: 1.6;
    vertical-align: bottom;
}

.infoPrice {
    display: inline-block;
    font-weight: 600;
    line-height: 1.6;
}

.dflt .infoPrice ul>li {
    padding-left: 1.5em;
}

.dflt .infoPrice ul>li::before {
    content: '—';
    background-color: transparent;
    border-radius: 0;
    font-size: 1em;
    line-height: 1.6;
    font-weight: 600;
    color: #E30615;
    width: auto;
    height: auto;
    top: 0;
}

.dflt .infoPrice ul>li:not(:last-child) {
    margin-bottom: .6em;
}


/* sectionContact */
.boxContact {
    border-radius: 1em;
    overflow: hidden;
}

.boxContact .boxInfo {
    font-weight: 500;
    background: #FFF0F0;
}

.boxContact .boxForm {
    background: #E9F6FF;
}

form.styleForm {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.styleForm input[type="date"],
.styleForm input[type="email"],
.styleForm input[type="month"],
.styleForm input[type="number"],
.styleForm input[type="password"],
.styleForm input[type="tel"],
.styleForm input[type="text"],
.styleForm input[type="time"],
.styleForm input[type="url"],
.styleForm input[type="week"],
.styleForm input[type="datetime"],
.styleForm textarea,
.styleForm select {
    font-size: .875em;
    line-height: 1.5;
    color: var(--font);
    padding: .57em 0;
    border: 0;
    width: 100%;
}

.styleForm textarea {
    min-height: 6.57em;
}

.styleForm input[type="date"]:focus,
.styleForm input[type="email"]:focus,
.styleForm input[type="month"]:focus,
.styleForm input[type="number"]:focus,
.styleForm input[type="password"]:focus,
.styleForm input[type="tel"]:focus,
.styleForm input[type="text"]:focus,
.styleForm input[type="time"]:focus,
.styleForm input[type="url"]:focus,
.styleForm input[type="week"]:focus,
.styleForm input[type="datetime"]:focus,
.styleForm textarea:focus,
.styleForm select:focus {
    outline: none;
    border-color: var(--red);
}

.styleForm input[type="date"]:active,
.styleForm input[type="email"]:active,
.styleForm input[type="month"]:active,
.styleForm input[type="number"]:active,
.styleForm input[type="password"]:active,
.styleForm input[type="tel"]:active,
.styleForm input[type="text"]:active,
.styleForm input[type="time"]:active,
.styleForm input[type="url"]:active,
.styleForm input[type="week"]:active,
.styleForm input[type="datetime"]:active,
.styleForm textarea:active,
.styleForm select:active {
    outline: none;
    border-color: var(--red);
}

.boxField.checkbox {
    line-height: 1.5;
}

.boxField.checkbox>label {
    display: block;
}

.boxField.checkbox>label>input {
    position: absolute;
    visibility: hidden;
}

.boxField.checkbox>label>span {
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.boxField.checkbox>label>span::before,
.boxField.checkbox>label>span::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2px;
}

.boxField.checkbox>label>span::before {
    transition: border .2s ease-in-out;
}

.boxField.checkbox>label>span::after {
    transition: opacity .2s ease-in-out;
}

.boxField.checkbox>label:not(.error)>span::before {
    border: 1px solid var(--font);
}

.boxField.checkbox>label.error>span::before {
    border: 2px solid var(--red);
}

.boxField.checkbox>label>span::after {
    opacity: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='0.500427' y='0.5' width='19' height='19' rx='2.5' fill='%232F406C' stroke='%232F406C'/%3e%3cpath d='M16.9184 6.409L15.4964 5L8.47543 12.183L5.39543 9.246L4.00043 10.681L8.50043 15L16.9184 6.409Z' fill='white'/%3e%3c/svg%3e");
}

.boxField.checkbox>label>input:checked+span::after {
    opacity: 1;
}

.styleForm input[type="submit"] {
    font-size: 1em;
    cursor: pointer;
    width: 100%;
    background-color: var(--red);
    color: var(--white);
    font-weight: 700;
    line-height: 1.5;
    border-radius: 4px;
    letter-spacing: .04em;
    padding: .75em 1.5em;
    border: 0;
    text-transform: uppercase;
    box-shadow: 0px 4px 16px 0px #E3061526;
    transition: box-shadow .2s ease-in-out, margin .2s ease-in-out;
}

.styleForm input[type="submit"]:hover {
    box-shadow: 0px 6px 16px rgb(227 6 21 / 35%);
}

.styleForm input[type="submit"]:active {
    margin-top: 2px;
    margin-bottom: -2px;
}

.boxNotice {
    position: relative;
    background-color: #fff;
    border-radius: 1em;
    border: 0.15em solid #fff2;
    box-shadow: 0 0 1.5em 0 #1a1f432e;
    width: 100%;
    padding: .8em .8em .8em 2em;
    display: none;
    opacity: 0;
    transition: opacity .2s ease-in-out;
}

form.viewError .boxNotice.error,
form.viewGood .boxNotice.good {
    display: block;
    opacity: 1;
}

.boxNotice::before {
    content: '';
    position: absolute;
    top: .8em;
    bottom: .8em;
    left: .8em;
    width: .4em;
    border-radius: .4em;
}

.boxNotice.good::before {
    background-color: #03a65a;
}

.boxNotice.good>p:first-child>b:first-child {
    color: #03a65a;
}

.boxNotice.error::before {
    background-color: #c24914;
}

.boxNotice.error>p:first-child>b:first-child {
    color: #c24914;
}

.boxField::after {
    position: absolute;
    content: '';
    height: 2px;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    opacity: 0;
    background-color: var(--red);
    transition: opacity .2s ease-in-out;
}

.boxField.error::after {
    opacity: 1;
}


footer {
    color: var(--font);
    background: var(--grey);
}

footer a {
    color: var(--white);
}


footer .boxLogo a {
    display: block;
}

.contactsLinks li {
    border-radius: 12px;
    line-height: 1.6;
}

.contactsLinks li a {
    color: var(--font);
    line-height: 1.6;
}

.contactsLinks li {
    border: 1px solid #20261E;
    transition: background-color .2s ease-in-out;
    cursor: pointer;
}

.contactsLinks li:hover {
    background-color: var(--blue);
}

.register>.form-section .text-danger {
    position: relative;
    display: block;
    margin-top: -1.5em;
    color: var(--realy-red);
    font-size: 0.875em;
    white-space: normal;
    word-break: break-word;
}

.register>.form-section .form-check-input {
    margin: 0;
    padding: 0;
}

.register>.form-section .form-check-label {
    font-size: .875em;
    margin-left: 0.57em;
}

.register>.form-section .form-check {
    margin-bottom: 2.5em;
    justify-content: unset;
    gap: 0;
}

.register>.form-section .privacy-text {
    font-size: .875em;
    margin-bottom: 0;
}

.sectionHero h1 {
    line-height: 1.1;
    font-weight: 900;
}

.sectionHero p {
    line-height: 1.6;
    font-weight: 400;
    font-size: 1.111em;
    position: relative;
}

.sectionHero a.red {
    font-size: 1.25em;
}

.sectionIcons.icons.full {
    background-color: var(--blue);
}

.sectionCards img {
    height: auto;
    object-fit: cover;
}

.sectionCards .right .title {
    background-color: var(--blue);
}

.sectionCards .right .title h2 {
    font-weight: 500;
    line-height: 130%;
    text-align: center;
}

.sectionCards .right .title h2 strong {
    font-weight: 900;
}

.sectionCards .right .desc {
    background-color: var(--lgrun);
    text-align: left;
}

.sectionCards .right .desc p {
    font-weight: 500;
    line-height: 130%;
}

/* sectionAccordions */


.sectionAccordions .boxShort {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


.boxAccordion input.questions {
    display: none;
}

.boxAccordion .plus {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.boxAccordion .plus svg {
    transition: transform .3s;
}

.boxAccordion .active .plus svg {
    transform: rotate(180deg);
    transition: transform 0.3s;
}


.boxAccordion .question {
    cursor: pointer;
    font-weight: 700;
    display: block;
    position: relative;
    z-index: 1;
}

.boxAccordion .answers {
    width: 100%;
    line-height: 1.7;
    overflow: hidden;
    position: relative;
    padding: 0;
    transition: opacity .3s ease-in;
}

.boxAccordion .question:not(.active)+.answers {
    display: none;
    opacity: 0;
}


.boxAccordion {
    overflow: hidden;
}


.boxAccordion::before {
    top: 1.2em;
}

.boxAccordion .question>div {
    background-color: var(--beige);
}

.boxAccordion .answers>div {
    background-color: var(--beige);
}

.boxAccordion .question.active>div {
    background-color: var(--blue);
}

.boxAccordion .question:not(.active):hover>div {
    background-color: var(--lgrun)
}

.sectionAccordions .h2 {
    font-weight: 500;
    line-height: 120%;
    text-align: center;
}

.sectionAccordions .h2 strong {
    font-weight: 900;
}



.sectionAccordions .container>.red.green {
    margin: 0 auto;
    display: block;
    font-size: 1.25em;
}


.sectionIconsCircle.vertical .box {
    display: flex;
    overflow: hidden;
    border-radius: 24px;
}

.sectionIconsCircle.vertical .numWrap {
    display: flex;
    width: 3.25em;
    background-color: var(--beige);
    align-items: anchor-center;
    justify-content: center;
}

.sectionIconsCircle.vertical .boxNumb {
    transform: rotate(-90deg);
    min-width: max-content;
    margin: 0;
}

.sectionIconsCircle.vertical .h2 {
    text-align: center;
}

.sectionIconsCircle.vertical .boxWrapper {
    flex-direction: column;
    display: flex;
    height: 100%;
    border-radius: 0;
    margin-left: .25em;
}

.sectionIconsCircle.vertical .boxTitle {
    background-color: var(--grun);
    color: var(--white);
    display: flex;
    align-items: center;
}

.sectionIconsCircle.vertical .desc {
    background-color: var(--lgrun);
}

.sectionIconsCircle.horizontal .boxNumb {
    font-weight: 900;
    line-height: 100%;
    color: var(--white);
    background-color: var(--grun);
    margin: 0;
}

.sectionIconsCircle.horizontal .boxWrapper {
    background-color: var(--lgrun);
    border-radius: 0;
    margin-top: .25em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sectionIconsCircle.horizontal .boxTitle {
    background-color: transparent;
    padding: 0;
}

.sectionIconsCircle.horizontal .desc {
    background-color: transparent;
    padding: 0;
    height: fit-content;
}

.sectionIcons.icons.full.emojis .boxWrapper .desc {
    margin-top: .2em;
}

.sectionIcons.icons.full.emojis,
.sectionIcons.icons.full.emojis>.container.pr {
    background-color: var(--light-tan)
}

.sectionIcons.icons.full.emojis .boxWrapper {
    border-radius: 0;
    width: 100%;
}

.sectionIcons.icons.full.emojis .boxListIcons {
    border-radius: 24px;
    overflow: hidden;
}

.priceBlock {
    padding: 2.5em 0;
}

.priceBlock .h2 {
    padding: 0 2.86em;
    margin-bottom: .57em;
}

.priceBlock .container>p {
    line-height: 1.3;
    font-size: 1.75em;
    display: block;
    text-align: center;
}

.priceBlock .boxListIcons.icons {
    gap: 1.5em;
}

.priceBlock .boxListIcons.icons .box {
    flex-basis: calc(50% - 1.25em);
}

.priceBlock .boxListIcons.icons .box .boxTitle {
    background-color: var(--blue)
}

.priceBlock .boxListIcons.icons .boxWrapper {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.priceBlock .boxListIcons.icons .box .desc {
    margin-top: .2em;
    background-color: var(--grey);
    padding: 1.6em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.priceInfo.noborder {
    padding: 0;
    border: none;
    margin: 0;
}

.priceBlock .boxListIcons.icons .priceNumb {
    border-radius: 13px;
    background-color: var(--white);
    font-weight: 700;
    line-height: 1.3;
    min-width: max-content;
}

.priceInfo .priceItem:not(:last-child) {
    margin-bottom: .8em;
}

.priceInfo .priceItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .8em;
}

.priceInfo {
    border-top: 1px solid #A2B19E
}

@media (max-width: 992px) {

    .horizontal .box {
        overflow: hidden;
    }

    .horizontal .box:not(:last-child),
    .sectionIcons.icons.full.emojis .box:not(:last-child) {
        margin-bottom: .25em;
    }

    .horizontal .box:last-child {
        border-bottom-right-radius: 16px;
        border-bottom-left-radius: 16px;
    }

    .horizontal .box:first-child {
        border-top-right-radius: 16px;
        border-top-left-radius: 16px;
    }

    section .h2 {
        text-align: center;
    }

    .boxListIcons .item {
        border-radius: 16px;
    }

    .boxListIcons .item:not(:last-child) {
        margin-bottom: 1em;
    }

    .boxListIcons .item span {
        font-size: 1em;
        width: 100%;
        padding: .75em;
        text-align: center;
        margin-top: 1em;
        border-radius: 12px
    }

    .sectionIconsCircle.checked {
        padding: 0 1em;
    }

    .sectionIconsCircle.checked p {
        font-size: 1.25em;
    }

    .sectionIconsCircle.horizontal .boxNumb {
        font-size: 1.75em;
        padding: .57em;
    }

    .sectionIconsCircle.horizontal .boxWrapper {
        padding: 1.75em 1em;
    }

    .priceBlock .boxListIcons.icons .box .desc {
        padding: 1.76em;
        font-size: .9em;
    }

    .priceBlock .boxListIcons.icons .priceNumb {
        padding: .5em .57em;
        font-size: 1.15em;
    }

    .priceInfo {
        margin-top: 1.5em;
        padding-top: 1.5em;
    }

    section {
        margin-bottom: 3em;
    }

    .box_logo {
        position: relative;
        z-index: 2;
    }

    .box .desc {
        padding: 1.25em 1em;
    }

    header .box_menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        text-align: center;
        background-color: var(--white);
        transition: transform .3s ease-in-out;
        padding-top: 10%;
    }

    header .box_menu+.box_menu {
        transform: translateY(100%);
        height: fit-content;
        z-index: 1;
    }

    header .box_menu::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100vw;
        background-color: #fff;
    }

    body:not(.vism) header .box_menu {
        transform: translateX(100%);
    }

    header .box_menu li.red>a {
        width: 100%;
    }

    body:not(.vism) header .box_menu+.box_menu {
        transform: translateX(100%) translateY(100%);
    }

    header .main-menu {
        width: 100%;
        overflow: auto;
        min-height: 100%;
        font-weight: 600;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    header .main-menu .red:last-child {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    header .controlMenu {
        cursor: pointer;
        position: relative;
        z-index: 15;
        border-top-width: 2px;
        border-bottom-width: 2px;
        border-top-style: solid;
        border-bottom-style: solid;
        border-top: 2px solid var(--font);
        border-bottom: 2px solid var(--font);
        transition: border-color .2s ease-in-out;
    }

    body:not(.vism) header .controlMenu {
        border-top-color: rgba(47, 64, 108, 1);
        border-bottom-color: rgba(47, 64, 108, 1);
    }

    body.vism header .controlMenu {
        border-top-color: rgba(47, 64, 108, 0);
        border-bottom-color: rgba(47, 64, 108, 0);
    }

    header .controlMenu::before,
    header .controlMenu::after {
        content: '';
        position: absolute;
        top: calc(50% - 1px);
        height: 2px;
        width: 100%;
    }

    header .controlMenu::before {
        background-color: rgba(47, 64, 108, 0);
        transition: background-color .3s ease-in-out, transform .3s ease-in-out;
    }

    header .controlMenu::after {
        transition: transform .3s ease-in-out;
    }

    header .controlMenu::after {
        background-color: var(--font);
    }

    body.vism header .controlMenu::before {
        background-color: rgba(47, 64, 108, 1);
        transform: rotate(45deg);
    }

    body.vism header .controlMenu::after {
        transform: rotate(-45deg);
    }

    footer {
        padding-top: 2em;
        padding-bottom: 2em;
    }

    footer .boxLogo {
        width: 11.5625em;
        height: 2.5em;
    }

    footer>.container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    footer .boxLogo .desc:not(:first-child) {
        margin-top: 1em;
    }

    footer .boxInfo ul {
        margin-top: 2em;
    }

    footer .boxInfo ul>li:not(:last-child) {
        margin-bottom: .667em;
    }

    .contactsLinks li {
        padding: .25em 1em;
        margin-bottom: 1em;
    }

    footer li {
        text-align: center;
    }

    footer .otherLinks {
        margin-top: 2em;
    }

    footer .otherLinks li {
        font-size: .875em;
    }

    .container.register {
        padding-top: 3em;
        padding-bottom: 2em;
        flex-direction: column;
    }

    #painExitMessage {
        position: relative;
        z-index: 3;
    }

    #subcategoryQuestions {
        opacity: 0;
        visibility: hidden;
    }

    #subcategoryQuestions.vis {
        opacity: 1;
        visibility: visible;
    }

    .register>.info-section,
    .register>.form-section {
        width: 100%;
        padding: 2em 1em;
        border-radius: 16px;
    }

    .register>.info-section {
        background-color: var(--blue);
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        padding-bottom: calc(2em + 18px);
    }

    .register>.form-section {
        margin-top: -18px;
    }

    .register>.form-section .row {
        flex-direction: column;
        gap: 1.5em;
    }

    .register>.info-section p:not(:last-child) {
        margin-bottom: .75em;
    }

    .register>.info-section .h1 {
        font-size: 1.75em;
    }

    .register>.info-section .h1:not(:last-child) {
        margin-bottom: .857em;
    }

    .register>.info-section ul {
        margin-top: 0;
        margin-bottom: 0;
    }

    .register>.info-section ul>li:not(:last-child) {
        margin-bottom: .75em;
        padding-left: 1.42em;
    }

    .register>.form-section {
        border-radius: 16px;
        padding: 2em 1em;
    }

    .register>.form-section .tel-row input,
    .register>.form-section .tel-row select {
        margin-bottom: 0 !important;
    }

    .register>.form-section .row:not(.tel-row) .col {
        position: relative;
    }

    .register>.form-section .row:not(.tel-row) .text-danger {
        position: absolute;
        display: block;
        bottom: -1.7em;
        color: var(--realy-red);
        font-size: 0.875em;
        white-space: normal;
        word-break: break-word;
        left: 0;
    }

    .register>.form-section .h2 {
        font-size: 1.5em;
        margin-bottom: .3em;
    }

    .register .form-control {
        font-size: 1em;
    }

    .register .form-check {
        display: flex;
        align-items: flex-start;
        gap: 0.5em;
    }

    .register>.form-section .form-check-input {
        width: 1.5em;
        height: 1.5em;
    }

    .register button.red {
        font-size: 1.25em;
        padding: 0.75em 1.5em;
        margin-top: 2em;
        width: 100%;
        margin-bottom: .8em;
    }

    .register input[type="checkbox"]::before {
        width: 1.5em;
        height: 1.5em;
    }

    .tel-row {
        flex-direction: row !important;
        gap: 1em !important;
    }

    .tel-row .col-3 {
        width: 5em !important;
        flex: none !important;
    }

    .tel-row .col-9 {
        flex: 1;
    }

    .questionnaire {
        margin-top: 1em;
        margin-bottom: 2em;
    }

    .questionnaire .form-flex {
        border-radius: 16px;
    }

    .questionnaire .form-left {
        padding: 2em 1em;
    }

    .questionnaire .form-left .h2 {
        font-size: 1.5em;
        margin-bottom: 1.3em;
    }

    .questionnaire h3,
    .questionnaire h4 {
        font-size: 1em;
        margin-bottom: .75em;
    }

    .questionnaire .painStatus {
        width: 100%;
        margin-bottom: 2em;
    }

    .questionnaire #primaryCondition {
        margin-bottom: 2em;
    }


    .questionnaire .subcategory {
        opacity: 0;
        visibility: hidden;
    }

    .questionnaire .form-right {
        border-radius: 16px;
        background-color: var(--grey);
        padding: 2em 1em;
    }

    .questionnaire .buttons button {
        font-size: 1em;
        height: fit-content;
        padding-right: 3em !important;
    }

    .questionnaire .collapsible-content {
        margin-bottom: .75em;
    }

    .questionnaire .buttons button:before {
        left: calc(100% - 2em) !important;
    }

    .questionnaire .form-right .red {
        width: 100%;
        font-size: 1.25em;
    }

    .forDesk {
        display: none;
    }

    form#conditionForm.consent-container button.consent-button.red.green {
        font-size: 1.25em;
        margin-bottom: .8em;
    }

    #questionnaireForm select {
        width: 100%;
    }

    form#conditionForm .buttons .btn {
        height: fit-content;
    }

    .form-left.exit {
        height: fit-content !important;
        display: flex;
        flex-direction: column-reverse;
    }

    .form-left.exit h2 {
        order: 1
    }

    .form-left.exit #questionnaireContentWrapper {
        display: none;
    }

    .container.max.questionnaire {
        min-height: 60vh;
    }

    .nav.nav-pills.flex-column {
        display: none;
    }

    .cabinet {
        margin-top: 1em;
        margin-bottom: 2em;
        min-height: 60vh;
    }

    .cabinet .row.account {
        border-radius: 16px;
        flex-direction: column;
    }

    .cabinet .row.account .col-md-3 {
        padding: 2em 1em;
    }

    .cabinet .h1,
    .cabinet h2,
    .cabinet h3,
    .cabinet h4,
    .cabinet .account-h2 {
        font-size: 1.5em;
        margin-bottom: .67em;
    }

    .cabinet .form-select.nav-pills {
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1L6 6L11 1' stroke='%2320261E'/%3e%3c/svg%3e ");
        background-repeat: no-repeat;
        background-position-x: calc(100% - .95em);
        background-position-y: 50%;
        padding: .75em 1em;
        padding-right: 2.1875em;
        border: none;
        outline: none;
        width: 100%;
    }

    .cabinet .row.account .col-md-9 {
        border-radius: 16px;
        padding: 1.5em 1em;
    }

    .cabinet .row.account input,
    .cabinet .row.account select {
        width: 100%;
        font-size: 1em;
        margin-top: .5em;
        margin-bottom: 1.5em;
    }

    .cabinet .row.account select {
        height: fit-content;
    }

    .cabinet .row.account .red {
        font-size: 1.25em;
        width: 100%;
    }

    .cabinet #change-password-form .text-danger,
    .cabinet #email-form .text-danger {
        bottom: 0;
    }

    .cabinet .alert.alert-success {
        border-radius: 16px;
    }

    .cabinet .alert.alert-success {
        position: static;
        margin-bottom: 2em;
    }

    #reset-authenticator-form {
        margin-top: 2em;
    }

    .flex.pd .btn {
        width: 49%;
        height: 100%;
        margin-top: 1em;
    }

    .flex.pd #download-data {
        display: flex;
        justify-content: space-between;
        align-items: stretch
    }

    .row.pd {
        margin-top: .5em;
    }

    #delete-user .red.green {
        height: fit-content;
        line-height: 1.6;
    }

    .login-box .h1 {
        font-size: 1.5em;
        margin-bottom: .5em;
    }

    .login-box {
        padding: 2em 1em !important;
    }

    .login-box form {
        margin: 3.57em 0 2.2em 0;
        font-size: .875em;
    }

    .login-box>form input:not(.form-check-input) {
        margin-bottom: 1.714em;
    }

    .login-box .form-check {
        margin-top: 1.714em;
    }

    #login-submit {
        margin-top: 2.5em;
        margin-bottom: 0;
        font-size: 1.45em;
        padding: .8em;
    }

    .login-box .extra-links {
        margin-top: 0;
        gap: .875em;
    }

    .login-box .subtitle {
        margin-bottom: 0;
    }

    .sectionIcons.icons.full {
        padding: 3em 0;
    }

    .sectionAccordions .h2 {
        font-size: 1.5em;
        margin-bottom: 1.5em;
    }

    .boxAccordion .question>div {
        padding: 1em;
        padding-right: 3.375em;
        border-radius: 16px;

    }

    .boxAccordion .answers>div {
        padding: 1em;
        border-radius: 16px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .boxAccordion .plus svg {
        width: 1em;
    }

    .boxAccordion .plus {
        right: 1em;
    }

    .boxAccordion .question.active>div {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }


    .boxAccordion:not(:last-child) {
        margin-bottom: .5em;
    }

    .boxAccordions {
        margin-bottom: 2em;
    }

    .sectionAccordions .container>.red.green {
        width: fit-content;
        text-align: center;
        margin: 0 auto;
    }

    .sectionCards .right .desc a.red {
        width: 100%;
        font-size: 1.25em;
        text-align: center;
        margin-top: 1.2em;
    }

    .sectionCards img {
        width: 100%;
        border-radius: 16px;
        margin-bottom: 1.2em;
    }

    .sectionCards .right .title {
        border-radius: 16px;
        overflow: hidden;
        margin-bottom: 1em;
    }

    .sectionCards .right .title h2 {
        font-size: 1.5em;
        padding: 1em .67em;

    }

    .sectionCards .right .desc {
        padding: 2em 1em;
        border-radius: 16px;
    }

    .sectionCards .right .desc p {
        font-size: 1.25em;
    }

    .priceBlock .container>p {
        font-size: 1em;
    }
}

@media(max-width: 650px) {
    .sectionAccordions .container>.red.green {
        width: 100%;
        text-align: center;
    }

    .sectionHero>.container {
        margin-top: -15em;
    }

    main {
        padding-top: 3.125em;
    }

    .box,
    .item,
    .boxWrapper {
        flex-basis: 100% !important;
        width: 100% !important;
    }

    .main {
        margin-top: -3.125em;
    }

    .register>.form-section .row.mb-3 .col-md-4.col:not(.select) {
        width: 100% !important;
    }

    .register>.form-section .row {
        gap: 1em !important;
    }

    .register>.form-section .mb-3,
    .register>.form-section .row.mb-3 {
        margin-bottom: 1em !important;
    }

    .register>.form-section input,
    .register>.form-section select {
        margin-bottom: 0.5em !important;
    }

    .register>.form-section .text-danger {
        margin-top: 0 !important;
        margin-bottom: 0.75em;
    }

    .sectionImageLeft {
        padding-top: 3.2em;
        padding-bottom: 3.2em;
    }

    .sectionImageLeft .boxDesc {
        margin-top: .75em;
    }

    .sectionImageLeft .boxDesc a.red:not(:first-child) {
        margin-top: 1em;
    }

    .sectionContact {
        padding-top: 2.5em;
        padding-bottom: 2.5em;
    }

    .sectionCTA2+.sectionContact {
        margin-top: -3em;
    }

    .boxContact .boxInfo {
        font-size: .75em;
        padding: 2.67em 2em;
    }

    .boxContact .boxInfo .h3 {
        font-size: 1.67em;
    }

    .boxContact .boxForm {
        padding: 2em 1.5em;
    }

    .boxContact .h3 {
        margin-bottom: .94em;
    }

    form.styleForm {
        justify-content: flex-start;
        gap: 16px;
    }

    form.styleForm>* {
        width: 100%;
    }

    .boxField.checkbox {
        font-size: .5em;
    }

    .boxField.checkbox>label>span {
        padding-left: 4.7em;
    }

    .boxField.checkbox>label>span::before,
    .boxField.checkbox>label>span::after {
        width: 2.25em;
        height: 2.25em;
    }


    .text-danger {
        font-weight: 500;
    }



    .form-section input,
    .form-section select,
    #account input,
    #account select {
        padding: .857em 1.143em;
    }

    .container {
        padding-left: 1em;
        padding-right: 1em;
    }

    html {
        font-size: 4vw;
    }

    h1,
    .h1 {
        font-size: 1.25em;
    }

    h2,
    .h2 {
        font-size: .75em;
        border-bottom-width: 1px;
        margin-bottom: -1px;
    }

    h3,
    .h3 {
        font-size: 1em;
    }

    .dflt ul>li:not(:last-child) {
        margin-bottom: .857em;
    }

    .dflt ul>li>b:first-child {
        display: inline-block;
        font-size: 1rem;
        margin-bottom: .25em;
    }

    p:not(:last-child) {
        margin-bottom: .5em;
    }

    header {
        padding-top: .5em;
        padding-bottom: .5em;
    }

    header .box_logo img,
    header .box_logo svg {
        height: 2.125em;
    }

    header .main-menu {
        font-size: 1.5em;
        line-height: 1.16em;
        gap: 1.25em 0;
        padding-top: 4rem;
        padding-bottom: 8.875rem;
    }

    header .main-menu .red:last-child {
        bottom: 4rem;
    }

    header .controlMenu {
        width: 1.5em;
        height: 1.125em;
    }

    header .box_menu::before {
        height: 8.875rem;
    }


    .boxImageDesc .desc {
        font-size: .875em;
        box-shadow: 2px 2px 8px 0px #0072F91F;
        border-radius: 0 0 .86em .86em;
        margin-top: -1.14em;
        padding: 2.28em 2.85em 1.71em 1.71em;
    }

    .sectionHero {
        padding-top: 2.5em;
        padding-bottom: 1.5em;
    }

    .sectionHero .boxDesc:not(:first-child) {
        margin-top: 1em;
    }

    .sectionHero .boxImageDesc:not(:first-child) {
        margin-top: 2.5em;
    }

    .boxImageInfo {
        display: none;
    }

    .sectionIconsCircle .h3:not(:first-child) {
        margin-top: .5em;
    }

    .boxListIcons:not(:first-child) {
        margin-top: 1.5em;
    }

    .better-alert {
        top: 4em;
        font-size: .7em;
    }

    .better-alert .flex.container {
        display: flex;
    }

    .boxListIcons .boxIcon {
        padding: 1.5em;
    }

    .boxListIcons .boxIcon:not(:last-child) {
        margin-bottom: 1em;
    }

    .boxListIcons .boxIconTitle {
        gap: 1em;
    }

    .boxListIcons .boxIconTitle img,
    .boxListIcons .boxIconTitle svg {
        width: 4em;
    }

    .boxListIcons .titleIcon {
        font-size: 1em;
    }

    .sectionIconsCircle h2,
    .sectionIcons h2 {
        font-size: 1.5em;
        margin-bottom: 1.3em;
        line-height: 1.2;
    }

    .sectionIcons h2 {
        text-align: center;
    }

    .sectionIconColums {
        padding-top: 2.5em;
        padding-bottom: 2.5em;
    }

    .boxTitle {
        font-size: 1.25em;
        padding: .8em 1.2em;
    }

    .box:not(:last-child) {
        margin-bottom: 2em;
    }

    .sectionIconColums .container>.boxFlex {
        display: flex;
        flex-direction: column-reverse;
        gap: 2.5em;
    }

    .sectionIconColums .h3:not(:first-child) {
        margin-top: .5em;
    }

    .boxListColums:not(:first-child) {
        margin-top: 2.5em;
    }

    .boxColumn:not(:last-child) {
        padding-bottom: 1.5em;
        margin-bottom: 1.5em;
        border-bottom: 1px solid var(--font);
    }

    .boxColumn>img,
    .boxColumn>svg {
        width: 5em;
    }

    .boxColumn .desc {
        font-size: 1em;
    }

    .boxColumn .desc:not(:first-child) {
        margin-top: .5em;
    }

    .sectionPricings {
        padding-top: 2.5em;
        padding-bottom: 2.5em;
    }

    .sectionPricings .h3:not(:first-child) {
        margin-top: .5em;
    }

    .boxPricings:not(:first-child) {
        margin-top: 2.5em;
    }

    .boxPricings .boxPrice {
        padding: 1.5em;
    }

    .boxPricings .boxPrice:not(:last-child) {
        margin-bottom: 1em;
    }

    .headPrice {
        padding-bottom: .5em;
    }

    .boxWrapper {
        border-radius: 16px;
    }

    .headPrice data {
        font-size: 1.625em;
    }

    .boxListIcons.noicons .titleIcon {
        font-size: 1.5em;
        margin-bottom: 1em;
    }

    .noicons .boxIcon .desc {
        border-radius: 16px;
        padding: 1em;
    }

    .boxNumb {
        margin-bottom: 1.25em;
    }

    .romb {
        width: .75em;
        height: .75em;
        margin-right: 1em;
    }

    .noicons .boxIcon .desc .price {
        font-size: 1.5em;
    }

    .headPrice .textPrice {
        font-size: 1em;
    }

    .infoPrice {
        font-size: .875em;
    }

    .infoPrice:not(:first-child) {
        margin-top: 1.5em;
    }

    .sectionCTA1 {
        padding-top: 2.5em;
        padding-bottom: 2.5em;
        text-align: center;
    }

    .boxCTA1 .title {
        font-size: 1.25em;
        padding: .7em .8em;
    }

    .boxCTA1 .desc {
        margin-top: -1em;
        padding: 2.5em 1em 1.5em;
        background: #D6F2FFB2;
        box-shadow: 4px 4px 24px 0px #0072F929;
        border-radius: 0 0 1em 1em;
    }

    .sectionCTA2 {
        padding: 3em 0;
    }

    .sectionCards+.sectionCTA2 {
        margin-top: -3em;
    }

    .sectionContact+.sectionCTA2 {
        margin-top: -2.5em;
    }

    .boxCTA2 {
        padding: 1.5em;
    }

    .boxCTA2 .title {
        font-size: 1.25em;
    }

    .boxCTA2 .desc:not(:first-child) {
        margin-top: 1em;
    }

    .boxCTA2 a.red:not(:first-child) {
        margin-top: .25em;
    }

    .sectionCards {
        padding-top: 3em;
        padding-bottom: 3em;
    }

    .sectionCTA2+.sectionCards {
        margin-top: -3em;
    }

    .sectionCards .h3:not(:first-child) {
        margin-top: .5em;
    }

    .boxListCards:not(:first-child) {
        margin-top: 1.5em;
    }

    .boxListCards .boxCard:not(:last-child) {
        margin-bottom: 2.5em;
    }

    .boxListCards .desc:not(:first-child) {
        margin-top: .75em;
    }

    #conditionForm {
        width: calc(100% - 2em);
        margin: 1em auto 2em auto;
    }

    form#conditionForm {
        padding: 2em 1em;
        border-radius: 16px;
        margin-top: 1em;
        margin-bottom: 2em;
        min-height: 41em;
    }

    form#conditionForm h3 {
        font-size: 1.5em;
        margin-bottom: .67em;
    }

    form#conditionForm .buttons.flex {
        display: flex;
        gap: 1em
    }

    #emoji {
        border-radius: 50px;
    }

    #step15 .buttons.flex {
        gap: 0;
        flex-wrap: wrap;
    }

    #step15 .buttons.flex .btn {
        width: 100%;
    }

    #step15 .buttons.flex .btn:last-child {
        margin-top: .8em;
    }

    form#conditionForm h4 {
        margin-bottom: 1em;
        font-size: 1em;
        margin-top: 1.5em;
    }

    form#conditionForm.consent-container .h2 {
        font-size: 1.5em;
    }

    form#conditionForm.consent-container .consent-head {
        margin-bottom: 2em;
    }

    form#conditionForm.consent-container button.consent-button.red.green {
        width: 100%;
        margin-top: 1.6em;
    }

    .status-form .row {
        flex-direction: column;
    }

    .status-form select {
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1L6 6L11 1' stroke='%2320261E'/%3e%3c/svg%3e ");
        background-repeat: no-repeat;
        background-position-x: calc(100% - .95em);
        background-position-y: 50%;
        padding-right: 2.1875em;
    }

    .status-form input[type="file"] {
        background-size: 5%;
        height: 3em;
    }

    header .box_menu li.red {
        width: calc(100% - 2rem);
    }

    .hero-img {
        width: 78.1%;
        height: auto;
        display: block;
        margin-right: 0;
        margin-left: auto;
    }

    .sectionHero {
        position: relative;
    }

    .wrap {
        max-width: 800px;
        border-radius: 1rem;
        text-align: center;
    }

    .h1 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .red.green {
        display: inline-block;
        background-color: #28a745;
        color: white;
        padding: 0.75rem 1.5rem;
        text-decoration: none;
        border-radius: 0.5rem;
        font-weight: bold;
    }

    .red.green:hover {
        background-color: #218838;
    }


    .sectionHero .wrap {
        position: relative;
    }

    .sectionHero .h1 {
        font-size: 1.75em;
        margin-bottom: 0.57em;
    }


    .sectionHero p {
        margin-bottom: 1em;
        text-align: left;
        font-size: .9em;
    }

    .sectionHero a.red {
        width: 100%;
        text-align: center;
        height: fit-content;
    }

    .sectionCards img {
        height: 11.875em;
    }

}