/*! File name: main.css
 * ------------------------------------------------
 *
 * ------------------------------------------------
 * Table of Contents
 * ------------------------------------------------
 *  01. Fonts
 *  02. Template Backgrounds
 *  03. Basic Styles
 *  04. Animations - Transitions
 *  05. Animations - Backgrounds
 *  06. Elements - Typography
 *  07. Elements - Controls
 *  08. Elements - Forms
 *  09. Elements - Colors
 *  10. Elements - Cards
 *  11. Sections Main
 *  12. Sections Inner
 *  13. Blocks Common
 *  14. Blocks Header
 *  15. Blocks Statistics
 *  16. Blocks To Whom
 *  17. Blocks Accordion
 *  18. Blocks Menu
 *  19. Block Footer
 *  20. Blocks Popup Dialogs
 *  21. Features Countdown
 *  22. Features Couches
 *  23. Features Marquee
 *  24. Features Animated Brands
 *  25. Features Purchase
 * ------------------------------------------------
 * Table of Contents End
 * ------------------------------------------------ */

@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
:root {
    --_size: 1.6rem;
    --_font-default: "Manrope", sans-serif;
    --_font-accent: "CraftworkGrotesk", sans-serif;
    --_radius-xxs: 1rem;
    --_radius-xs: 1.2rem;
    --_radius-s: 1.4rem;
    --_radius-m: 2rem;
    --_radius-l: 2.4rem;
    --_radius-xl: 2.8rem;
    --_radius-xxl: 3.2rem;
    --_radius-xxxl: 6rem;
    --_animspeed-fast: 0.1s;
    --_animspeed-medium: 0.3s;
    --_animspeed-slow: 0.6s;
    --_animbezier: cubic-bezier(0.23, 0.65, 0.74, 1.09);
    --font-weight-base: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    /* color scheme */
    --white: #ffffff;
    --black: #000;
    --base: #DFF0FF;
    --base-tint: #FCF8F8;
    --accent: #0D0D0D;
    --opposite: #A9BBEB;
    --bg-gradient-solid-base: linear-gradient(180deg, #FFFFFF 0%, #F5F7FC 8%, #F0F3FA 22%, #F0F4FA 64%, #F4F8FC 92%, #FFFFFF 100%);
    --bg-gradient-solid-accent: linear-gradient(246deg, #80D0C7 1.51%, #13547A 96.27%);
    --bg-gradient-alpha-1: linear-gradient(77.27deg, rgba(192, 255, 194, 0.24) 60.34%, rgba(233, 245, 158, 0.24) 97.81%);
    --bg-gradient-alpha-2: linear-gradient(84.56deg, rgba(164, 249, 255, 0.24) 64.77%, rgba(153, 255, 221, 0.24) 98.26%);
    --bg-gradient-alpha-3: linear-gradient(38.04deg, rgba(255, 214, 133, 0.24) 30.61%, rgba(237, 245, 127, 0.24) 97.27%);
    --bg-gradient-alpha-4: linear-gradient(78.22deg, rgba(191, 191, 255, 0.24) 45.31%, rgba(220, 190, 255, 0.24) 99.34%);
    --t-bright: #0D0D0D;
    --t-medium: #535353;
    --t-opp-bright: #ffffff;
    --t-opp-medium: #9fa2be;
    --t-subt: #5D78D9;
    --t-clr-lb: #E9F0FF;
    --t-clr-1: #CDFACE;
    --t-clr-1-bright: #81BC6B;
    --t-clr-1-dark: #729579;
    --t-clt-2-light: #E0F6F7;
    --t-clt-2-bright: #36CED5;
    --t-clr-2-dark: #5D7677;
    --t-clr-3-bright: #FFD685;
    --t-clr-3-dark: #F4A916;
    --t-clr-4-dark: #7A6E93;
    --st-accent-dark: #0D0D0D;
    --st-subtitle: #A9BFEB;
    --st-lb: #E6E9ED;
    --st-1-light: #E6F7E9;
    --st-1-bright: #81BC6B;
    --st-2-light: #E0F6F7;
    --st-2-bright: #36CED5;
    --st-3-light: #F5EEDB;
    --st-3-bright: #FFD685;
    --st-4-light: #EDE8F7;
    --st-4-dark: #7A6E93;
    --st-black-alpha: rgba(0, 0, 0, 0.04);
    --st-accent-dark-alpha: rgba(13, 13, 13, 0.24);
    --gradient-controls-accent: linear-gradient(246deg, #80D0C7 1.51%, #13547A 96.27%);
}


/* ------------------------------------------------*/


/* Fonts Start */


/* ------------------------------------------------*/


/* Manrope font */


/* CraftworkGrotesk Font */

@font-face {
    font-family: "CraftworkGrotesk";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/CraftworkGrotesk-Regular/CraftworkGrotesk-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/CraftworkGrotesk-Regular/CraftworkGrotesk-Regular.woff2") format("woff2"), url("../fonts/CraftworkGrotesk-Regular/CraftworkGrotesk-Regular.woff") format("woff"), url("../fonts/CraftworkGrotesk-Regular/CraftworkGrotesk-Regular.ttf") format("truetype"), url("../fonts/CraftworkGrotesk-Regular/CraftworkGrotesk-Regular.svg#CraftworkGrotesk") format("svg");
}

@font-face {
    font-family: "CraftworkGrotesk";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/CraftworkGrotesk-Medium/CraftworkGrotesk-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/CraftworkGrotesk-Medium/CraftworkGrotesk-Medium.woff2") format("woff2"), url("../fonts/CraftworkGrotesk-Medium/CraftworkGrotesk-Medium.woff") format("woff"), url("../fonts/CraftworkGrotesk-Medium/CraftworkGrotesk-Medium.ttf") format("truetype"), url("../fonts/CraftworkGrotesk-Medium/CraftworkGrotesk-Medium.svg#CraftworkGrotesk") format("svg");
}

@font-face {
    font-family: "CraftworkGrotesk";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/CraftworkGrotesk-SemiBold/CraftworkGrotesk-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/CraftworkGrotesk-SemiBold/CraftworkGrotesk-SemiBold.woff2") format("woff2"), url("../fonts/CraftworkGrotesk-SemiBold/CraftworkGrotesk-SemiBold.woff") format("woff"), url("../fonts/CraftworkGrotesk-SemiBold/CraftworkGrotesk-SemiBold.ttf") format("truetype"), url("../fonts/CraftworkGrotesk-SemiBold/CraftworkGrotesk-SemiBold.svg#CraftworkGrotesk") format("svg");
}

@font-face {
    font-family: "CraftworkGrotesk";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/CraftworkGrotesk-Bold/CraftworkGrotesk-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CraftworkGrotesk-Bold/CraftworkGrotesk-Bold.woff2") format("woff2"), url("../fonts/CraftworkGrotesk-Bold/CraftworkGrotesk-Bold.woff") format("woff"), url("../fonts/CraftworkGrotesk-Bold/CraftworkGrotesk-Bold.ttf") format("truetype"), url("../fonts/CraftworkGrotesk-Bold/CraftworkGrotesk-Bold.svg#CraftworkGrotesk") format("svg");
}


/* ------------------------------------------------*/


/* Fonts End */


/* ------------------------------------------------*/


/* ------------------------------------------------*/


/* Template Backgrounds Start */


/* ------------------------------------------------*/


/* ------------------------------------------------*/


/* Template Backgrounds End */


/* ------------------------------------------------*/


/* ------------------------------------------------*/


/* Basic Styles Start */


/* ------------------------------------------------*/

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button:active,
button:focus {
    outline: none !important;
}

button::-moz-focus-inner {
    border: 0 !important;
}

input::-moz-focus-inner {
    border: 0 !important;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
    -webkit-tap-highlight-color: transparent;
}

input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: transparent;
}

::-moz-selection {
    background-color: rgba(169, 191, 235, 0.3);
    color: var(--t-bright);
    text-shadow: none;
}

::selection {
    background-color: rgba(169, 191, 235, 0.3);
    color: var(--t-bright);
    text-shadow: none;
}

::-webkit-scrollbar {
    display: none;
    width: 6px;
    border-radius: 20px;
    background: #d6d6d6;
}

@media only screen and (min-width: 768px) {
     ::-webkit-scrollbar {
        display: block;
    }
}

::-webkit-scrollbar-track {
    background-color: #d6d6d6;
    border-radius: 20px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: var(--t-clr-1-bright);
    background: var(--bg-gradient-solid-accent);
}

html {
    width: 100%;
    height: 100%;
    font-family: sans-serif;
    font-size: 62.5%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    position: relative;
    min-width: 360px;
    overflow-x: unset !important;
    font: normal var(--font-weight-base) var(--_size)/1.4 var(--_font-default);
    background: linear-gradient(180deg, #FFF 0%, #F5FBFC 8%, #F0F8FA 22%, #F0F9FA 64%, #F4FCFC 92%, #FFF 100%);
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    color: var(--t-medium);
}

main {
    position: relative;
    min-width: 360px;
}

section {
    position: relative;
    min-width: 360px;
}

a {
    text-decoration: none;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: all var(--_animspeed-medium) var(--_animbezier);
    -moz-transition: all var(--_animspeed-medium) var(--_animbezier);
    transition: all var(--_animspeed-medium) var(--_animbezier);
}

img {
    display: block;
    width: 100%;
    height: auto;
}

.overflow-hidden {
    overflow: hidden !important;
}

.components {
    position: relative;
}

.components__item {
    position: relative;
    padding: 8rem 10%;
    border-bottom: 1px solid var(--stroke-elements);
}

.components__caption {
    display: block;
    font-style: normal;
    font-weight: var(--font-weight-medium);
    font-size: var(--_size);
    line-height: 1;
    font-family: var(--_font-default);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--t-muted);
    margin-bottom: 4rem;
}

.spacer {
    height: 100px;
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}


/* ------------------------------------------------*/


/* Basic Styles End */


/* ------------------------------------------------*/


/* ------------------------------------------------*/


/* Animations - Transitions Start */


/* ------------------------------------------------*/


/* ------------------------------------------------*/


/* Animations - Transitions End */


/* ------------------------------------------------*/


/* ------------------------------------------------*/


/* Animations - Backgrounds Start */


/* ------------------------------------------------*/


/* ------------------------------------------------*/


/* Animations - Backgrounds End */


/* ------------------------------------------------*/


/* ------------------------------------------------*/


/* Elements - Typography Start */


/* ------------------------------------------------*/

h1 {
    font-style: normal;
    font-weight: var(--font-weight-medium);
    font-size: 3.8rem;
    line-height: 1.2;
    letter-spacing: -0.1rem;
    font-family: var(--_font-accent);
    color: var(--t-bright);
    /* margin-top: 32px; */
}

@media only screen and (min-width: 768px) {
    h1 {
        font-size: 54px;
    }
}

.h1-text {
    max-width: 466px;
    font-size: 24px;
}

.h1-text.bottom {
    margin-top: 0;
    margin-bottom: 3.6rem;
}

.h1-text span{
    font-weight: var(--font-weight-semibold);
    font-size: 24px;
}

.stats-hdl__num,
.stats-achievements__num,
.tools__num,
.stats-program__num,
.start-time__num,
.start-date__num {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-style: normal;
    font-weight: var(--font-weight-medium);
    font-size: 5.2rem;
    line-height: 1.2;
    font-family: var(--_font-accent);
    letter-spacing: -0.1rem;
    text-transform: uppercase;
    color: var(--t-bright);
}

.stats-hdl__num.opposite,
.stats-achievements__num.opposite,
.tools__num.opposite,
.stats-program__num.opposite,
.start-time__num.opposite,
.start-date__num.opposite {
    color: var(--t-opp-bright);
}

@media only screen and (min-width: 768px) {
    .stats-hdl__num,
    .stats-achievements__num,
    .tools__num,
    .stats-program__num,
    .start-time__num,
    .start-date__num {
        font-size: 7.2rem;
    }
}

.start-time__num,
.start-date__num {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
    .start-date__num {
        letter-spacing: normal;
        font-size: 8.22rem;
        margin-bottom: 0.2rem;
    }
}

.stats-hdl__descr {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-style: normal;
    font-weight: var(--font-weight-base);
    font-size: 1.4rem;
    line-height: 1.6;
    font-family: var(--_font-default);
    color: var(--t-bright);
}

.stats-program__descr {
    font-weight: var(--font-weight-bold);
    font-size: 1.2rem;
    line-height: 1.4;
    font-family: var(--_font-default);
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    color: var(--t-bright);
}

h2 {
    font-style: normal;
    font-weight: var(--font-weight-medium);
    font-size: 4rem;
    line-height: 1.2;
    letter-spacing: -0.1rem;
    font-family: var(--_font-accent);
    color: var(--t-bright);
}

@media only screen and (min-width: 768px) {
    h2 {
        font-size: 5.2rem;
    }
}

.h2-subtitle {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0.8rem 1.6rem;
    border: 1px solid #13547A;
    -moz-border-radius: var(--_radius-xxs);
    border-radius: var(--_radius-xxs);
    font-weight: var(--font-weight-bold);
    font-size: 1.2rem;
    line-height: 1.1;
    font-family: var(--_font-default);
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    color: #13547A;
    background-color: var(--white);
}

.h2-subtitle.alternative {
    border: 1px solid var(--t-clr-3-dark);
    background: var(--bg-gradient-alpha-3);
    background-repeat: no-repeat;
    color: var(--t-clr-3-dark);
}

.h2-subtitle span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.h2-subtitle.top {
    margin-bottom: 1.2rem;
}

.h2-subtitle.bottom {
    margin-top: 2rem;
}

.h2-text {
    margin-top: 1.2rem;
}

blockquote p {
    font-style: normal;
    font-weight: var(--font-weight-medium);
    font-size: 4.4rem;
    line-height: 1.2;
    font-family: var(--_font-accent);
    margin-bottom: 2.4rem;
    color: var(--t-bright);
}

blockquote p:last-child {
    margin-bottom: 0;
}

.manifest-text {
    font-style: normal;
    font-weight: var(--font-weight-medium);
    font-size: 3rem;
    line-height: 1.4;
    letter-spacing: -0.1rem;
    font-family: var(--_font-accent);
    color: var(--t-bright);
}

@media only screen and (min-width: 768px) {
    .manifest-text {
        font-size: 4.4rem;
    }
}

.manifest-span {
    margin-bottom: 2.4rem;
}

.manifest-span:last-of-type {
    margin-bottom: 0;
}

.manifest-keyword {
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.manifest-keyword .word {
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient(215.35deg, #008C63 1.68%, #00664E 24.43%, #003D3D 54.76%);
    background-image: linear-gradient(234.65deg, #008C63 1.68%, #00664E 24.43%, #003D3D 54.76%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-transition: background-position 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    -moz-transition: background-position 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: background-position 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position-x: 0%;
}

h3 {
    font-style: normal;
    font-weight: var(--font-weight-medium);
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: -0.1rem;
    font-family: var(--_font-accent);
    color: var(--t-bright);
}

h3.opposite {
    color: var(--t-opp-bright);
}

@media only screen and (min-width: 768px) {
    h3 {
        font-size: 4.4rem;
    }
}

.h3-text {
    margin-top: 1.2rem;
}

.h3-text.margin-l {
    margin-top: 2.8rem;
}
.h3-text span{
    font-weight: var(--font-weight-semibold);
    color: #535353;
}

h4 {
    font-style: normal;
    font-weight: var(--font-weight-medium);
    font-size: 2.6rem;
    line-height: 1.2;
    letter-spacing: -0.1rem;
    font-family: var(--_font-accent);
    color: var(--t-bright);
}

h4.opposite {
    color: var(--t-opp-bright);
}

h4.special-size-l {
    font-size: 2.0rem;
    white-space: nowrap;
}

h4 small {
    display: block;
    font-weight: var(--font-weight-base);
    font-size: 1.6rem;
    letter-spacing: normal;
    font-family: var(--_font-default);
    color: var(--t-medium);
    margin-top: 0.3rem;
}

h4 small.popup__descr {
    font-size: 1.8rem;
    margin-top: 1.2rem;
}

h4 small.special-size-l {
    font-size: 16px;
    white-space: nowrap;
    margin-top: 1.2rem;
}

@media only screen and (min-width: 768px) {
    h4 {
        font-size: 3.1rem;
    }
    h4.spesial-size {
        font-size: 3rem;
        white-space: nowrap;
    }
    h4.special-size-l {
        font-size: 3.0rem;
        white-space: nowrap;
    }
    h4 small.spesial-size {
        font-size: 1.56rem;
        white-space: nowrap;
    }
    h4 small.special-size-l {
        font-size: 1.8rem;
        white-space: nowrap;
        margin-top: 1.2rem;
    }
}

h5 {
    font-style: normal;
    font-weight: var(--font-weight-bold);
    font-size: 1.8rem;
    line-height: 1.2;
    font-family: var(--_font-default);
    color: var(--t-bright);
}

h5 small {
    display: block;
    font: normal var(--font-weight-base) -moz-calc(var(--_size) * 0.875) var(--_font-default);
    font: normal var(--font-weight-base) calc(var(--_size) * 0.875) var(--_font-default);
    line-height: 1;
    color: var(--t-medium);
}

h5 small.top {
    margin-bottom: 0.6rem;
}

h5 small.bottom {
    margin-top: 0.6rem;
}

h6 {
    font: normal var(--font-weight-bold) var(--_size) var(--_font-accent);
    line-height: 1.2;
    color: var(--t-bright);
}

h6 a {
    color: var(--t-bright);
}

h6 small {
    display: block;
    font: normal var(--font-weight-base) -moz-calc(var(--_size) * 0.875) var(--_font-default);
    font: normal var(--font-weight-base) calc(var(--_size) * 0.875) var(--_font-default);
    line-height: 1;
    color: var(--t-medium);
}

h6 small.top {
    margin-bottom: 0.6rem;
}

h6 small.bottom {
    margin-top: 0.6rem;
}

p {
    font-style: normal;
    font-weight: var(--font-weight-base);
    font-size: 1.8rem;
    line-height: 1.6;
    font-family: var(--_font-default);
    color: var(--t-medium);
}

p.bright {
    color: var(--t-bright);
}

p.opposite {
    color: var(--t-opp-bright);
}

p.opposite a {
    color: var(--t-opp-bright);
}

p.opposite-medium {
    color: var(--t-opp-medium);
}

p.small {
    font-size: 1.4rem;
}

p span {
    font-weight: 700;
}

p.additional-text {
    font: normal var(--font-weight-base) 1.2rem/1 var(--_font-default);
    color: var(--t-muted);
}

p.additional-text a {
    font-weight: var(--font-weight-bold);
    color: var(--t-bright);
}

p.descrption-text {
    max-width: 760px;
    margin-bottom: 2.8rem;
}

p.descrption-text:last-of-type {
    margin-bottom: 0;
}

.tag {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0.8rem 1.2rem 0.7rem 1.2rem;
    font-weight: var(--font-weight-bold);
    font-size: 1.2rem;
    line-height: 1.2;
    font-family: var(--_font-default);
    letter-spacing: 0.2rem;
    text-transform: uppercase;
}

.text-link {
    color: inherit;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, right top, from(var(--t-opp-bright)), to(var(--t-opp-bright)));
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), -moz-linear-gradient(left, var(--t-opp-bright), var(--t-opp-bright));
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(to right, var(--t-opp-bright), var(--t-opp-bright));
    -moz-background-size: 100% 1px, 0 1px;
    background-size: 100% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    -webkit-transition: background-size 400ms, color 300ms;
    -moz-transition: background-size 400ms, color 300ms, -moz-background-size 400ms;
    transition: background-size 400ms, color 300ms;
    transition: background-size 400ms, color 300ms, -moz-background-size 400ms;
}

.text-link.text-link-medium {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, right top, from(#00063d), to(#002966));
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), -moz-linear-gradient(left, #00063d, #002966);
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(to right, #00063d, #002966);
    -moz-background-size: 100% 1px, 0 1px;
    background-size: 100% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    -webkit-transition: background-size 400ms, color 300ms;
    -moz-transition: background-size 400ms, color 300ms, -moz-background-size 400ms;
    transition: background-size 400ms, color 300ms;
    transition: background-size 400ms, color 300ms, -moz-background-size 400ms;
}

.no-touch .text-link:hover {
    -moz-background-size: 0 1px, 100% 1px;
    background-size: 0 1px, 100% 1px;
}


/* ------------------------------------------------*/


/* Elements - Typography End */


/* ------------------------------------------------*/


/* ------------------------------------------------*/


/* Elements - Controls Start */


/* ------------------------------------------------*/

.btn {
    position: relative;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    outline: 0;
    padding: 0;
    font: inherit;
    background-color: transparent;
    cursor: pointer;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: -0.4rem;
}

.btn:first-of-type {
    margin-left: 0;
}

.mobile-vertical {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1.2rem;
}

.mobile-vertical:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 576px) {
    .mobile-vertical {
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: auto;
        margin-bottom: 0;
        margin-right: 0;
    }
    .mobile-vertical:last-child {
        margin-right: 0;
    }
}

.mobile-horizontal {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    margin-bottom: 0;
    margin-right: 1.2rem;
}

.mobile-horizontal:last-child {
    margin-right: 0;
}

.btn-fullwidth {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    white-space: nowrap;
    margin: 0;
}

.btn-accent {
    width: auto;
    height: 6rem;
    line-height: 6rem;
    padding: 1.6rem 3.6rem;
    background: linear-gradient(246deg, #80D0C7 1.51%, #13547A 96.27%);
    font-family: var(--_font-default);
    font-size: 1.6rem;
    font-weight: var(--font-weight-semibold);
    color: var(--t-clr-lb);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    -moz-transition: transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
    transition: transform var(--_animspeed-medium) var(--_animbezier);
    transition: transform var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
}

.btn-accent span {
    color: var(--t-clr-lb);
}

.no-touch .btn-accent:hover {
    -webkit-transform: scale3d(1.01, 1.01, 1);
    -moz-transform: scale3d(1.01, 1.01, 1);
    transform: scale3d(1.01, 1.01, 1);
}

.btn-alternative {
    width: auto;
    height: 6rem;
    line-height: 6rem;
    padding: 1.6rem 3.6rem;
    background-color: var(--opposite);
    font-family: var(--_font-default);
    font-size: 1.6rem;
    font-weight: var(--font-weight-semibold);
    color: var(--t-bright);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    -moz-transition: transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
    transition: transform var(--_animspeed-medium) var(--_animbezier);
    transition: transform var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
}

.btn-alternative span {
    background-color: var(--t-clr-1-bright);
    background-image: -moz-linear-gradient(204.08deg, #00498C 1.51%, #002966 29.94%, #00063D 67.84%);
    background-image: linear-gradient(245.92deg, #00498C 1.51%, #002966 29.94%, #00063D 67.84%);
    -moz-background-size: 100%;
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.no-touch .btn-alternative:hover {
    -webkit-transform: scale3d(1.01, 1.01, 1);
    -moz-transform: scale3d(1.01, 1.01, 1);
    transform: scale3d(1.01, 1.01, 1);
}

.btn-clr-1-alpha {
    width: auto;
    height: 5.6rem;
    line-height: 5.6rem;
    padding: 1.6rem 3.6rem;
    background: var(--bg-gradient-alpha-2);
    border: 1px solid var(--st-2-bright);
    font-family: var(--_font-default);
    font-size: 1.6rem;
    font-weight: var(--font-weight-semibold);
    color: var(--t-clr-2-bright);
    white-space: nowrap;
}

.btn-clr-1-alpha span {
    color: var(--t-clt-2-bright);
    -webkit-transition: color var(--_animspeed-medium);
    -moz-transition: color var(--_animspeed-medium);
    transition: color var(--_animspeed-medium);
}

.no-touch .btn-clr-1-alpha:hover span {
    color: var(--t-opp-bright);
}

.btn-subt-dark {
    width: auto;
    height: 5.6rem;
    line-height: 5.6rem;
    padding: 1.6rem 3.6rem;
    background: black;
    border: 1px solid #13547A;
    font-family: var(--_font-default);
    font-size: 1.6rem;
    font-weight: var(--font-weight-semibold);
    color: #13547A;
    white-space: nowrap;
}

.btn-subt-dark span {
    color: #5D78D9;
    -webkit-transition: color var(--_animspeed-medium);
    -moz-transition: color var(--_animspeed-medium);
    transition: color var(--_animspeed-medium);
}

.no-touch .btn-subt-dark:hover span {
    color: var(--t-opp-bright);
}

.btn-line-dark {
    width: auto;
    height: 6rem;
    line-height: 6rem;
    padding: 1.6rem 3.6rem;
    background-color: transparent;
    font-family: var(--_font-default);
    font-size: 1.6rem;
    font-weight: var(--font-weight-semibold);
    color: var(--t-bright);
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: opacity var(--_animspeed-medium), -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    transition: opacity var(--_animspeed-medium), -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    -moz-transition: opacity var(--_animspeed-medium), transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
    transition: opacity var(--_animspeed-medium), transform var(--_animspeed-medium) var(--_animbezier);
    transition: opacity var(--_animspeed-medium), transform var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
}

.btn-line-dark span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: var(--t-bright);
}

.btn-line-dark i {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 6rem;
    line-height: 6rem;
    margin-left: 0.8rem;
}

.btn-line-dark i img {
    width: 2rem;
    height: auto;
}

.no-touch .btn-line-dark:hover {
    opacity: 0.74;
    -webkit-transform: scale3d(1.01, 1.01, 1);
    -moz-transform: scale3d(1.01, 1.01, 1);
    transform: scale3d(1.01, 1.01, 1);
}

.btn-s {
    height: 4.8rem;
    line-height: 4.8rem;
    padding: 0 2rem;
    font-size: 1.4rem;
}

.btn-outline {
    border: 1px solid var(--st-black-alpha);
}

@media only screen and (min-width: 992px) {
    .btn-outline {
        border: none;
    }
}

.btn-line-dark-s {
    width: auto;
    height: 2.8rem;
    line-height: 2.8rem;
    padding: 0;
    background-color: transparent;
    font-family: var(--_font-default);
    font-size: 1.6rem;
    font-weight: var(--font-weight-semibold);
    color: var(--t-bright);
}

.btn-line-dark-s span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: var(--t-bright);
}

.btn-line-dark-s i {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 2.8rem;
    line-height: 2.8rem;
    margin-left: 0.8rem;
}

.btn-line-dark-s i img {
    width: 2rem;
    height: auto;
}

.btn-line-dark-s.large-mobile {
    height: 4.8rem;
    background: var(--gradient-controls-accent);
    font-family: var(--_font-default);
    font-size: 1.6rem;
    font-weight: var(--font-weight-semibold);
    color: var(--t-clr-1);
    padding: 0 2.6rem;
    white-space: nowrap;
    -moz-border-radius: var(--_radius-xs);
    border-radius: var(--_radius-xs);
}

.btn-line-dark-s.large-mobile i {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-line-dark-s.large-mobile svg {
    fill: var(--t-clr-1);
    width: 2rem;
    height: 2rem;
}

.btn-line-dark-s.large-mobile span,
.btn-line-dark-s.large-mobile i {
    color: var(--t-clr-1);
}

@media only screen and (min-width: 1200px) {
    .btn-line-dark-s.large-mobile {
        height: 2.8rem;
        line-height: 2.8rem;
        padding: 0;
        background: none;
    }
    .btn-line-dark-s.large-mobile svg {
        fill: var(--t-bright);
    }
    .btn-line-dark-s.large-mobile span,
    .btn-line-dark-s.large-mobile i {
        color: var(--t-bright);
    }
}

.btn-default {
    width: auto;
    height: 5rem;
    padding: 0 2rem;
    -moz-border-radius: var(--_radius-s);
    border-radius: var(--_radius-s);
    font: normal var(--font-weight-bold) var(--_size)/5rem var(--_font-default);
}

.btn-default i,
.btn-default span {
    position: relative;
}

.btn-default i {
    font-size: -moz-calc(var(--_size) * 1.125);
    font-size: calc(var(--_size) * 1.125);
    margin-left: 0.8rem;
}

@media only screen and (min-width: 1600px) {
    .btn-default {
        height: 6rem;
        line-height: 6rem;
        padding: 0 2.8rem;
        font-size: -moz-calc(var(--_size) * 1.25);
        font-size: calc(var(--_size) * 1.25);
    }
    .btn-default i {
        font-size: -moz-calc(var(--_size) * 1.375);
        font-size: calc(var(--_size) * 1.375);
    }
}

.btn-line {
    font: normal 700 var(--_size)/1 var(--_font-default);
}

.btn-line i,
.btn-line span {
    position: relative;
}

.btn-line i {
    font-size: -moz-calc(var(--_size) * 1.125);
    font-size: calc(var(--_size) * 1.125);
    margin-left: 0.8rem;
}

@media only screen and (min-width: 1600px) {
    .btn-line {
        font-size: -moz-calc(var(--_size) * 1.25);
        font-size: calc(var(--_size) * 1.25);
    }
    .btn-line i {
        font-size: -moz-calc(var(--_size) * 1.375);
        font-size: calc(var(--_size) * 1.375);
    }
}

.btn-square {
    width: 4.8rem;
    height: 4.8rem;
    -moz-border-radius: var(--_radius-xs);
    border-radius: var(--_radius-xs);
}

.btn-square img {
    width: 20rem;
    height: 2rem;
}

.btn-square-s i {
    font-size: -moz-calc(var(--_size) * 0.875);
    font-size: calc(var(--_size) * 0.875);
}

.btn-accent {
    background-color: var(--accent);
    color: var(--t-opp-bright);
}

.btn-transparent {
    background-color: transparent;
    color: var(--t-bright);
}


/* ------------------------------------------------*/


/* Elements - Controls End */


/* ------------------------------------------------*/


/* ------------------------------------------------*/


/* Elements - Forms Start */


/* ------------------------------------------------*/

.form-container {
    position: relative;
    width: 100%;
}

.form {
    opacity: 1;
    -webkit-transition: opacity var(--_animspeed-slow) ease-in-out;
    -moz-transition: opacity var(--_animspeed-slow) ease-in-out;
    transition: opacity var(--_animspeed-slow) ease-in-out;
}

.form.is-hidden {
    opacity: 0;
}

.form__item {
    padding: 0 1rem;
    margin-bottom: 2rem;
}

.form__item:last-of-type {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .form__item {
        padding: 0 1.5rem;
        margin-bottom: 3rem;
    }
}

@media only screen and (min-width: 1600px) {
    .form__item {
        padding: 0 2.5rem;
        margin-bottom: 5rem;
    }
}

form {
    position: relative;
    width: 100%;
}

form input,
form textarea {
    position: relative;
    display: block;
    width: 100%;
    border: none;
    outline: none;
    margin: 0;
    margin-bottom: 1.2rem;
    padding: 1.2rem 1.6rem 1.2rem 1.6rem;
    background-color: var(--white);
    border: 1px solid var(--st-black-alpha);
    font: normal var(--font-weight-base) 1.8rem var(--_font-default);
    color: var(--t-bright);
}

form input:focus,
form textarea:focus {
    border-bottom: 1px solid var(--accent);
}

form input {
    height: 6rem;
    line-height: 6rem;
}

form button {
    width: 100% !important;
}

form textarea {
    height: 16rem;
    resize: none;
}

form ::-webkit-input-placeholder {
    color: var(--t-placeholder);
}

form :-moz-placeholder {
    color: var(--t-placeholder);
}

form ::-moz-placeholder {
    color: var(--t-placeholder);
}

form :-ms-input-placeholder {
    color: var(--t-placeholder);
}

form input:focus:required:invalid,
form textarea:focus:required:invalid {
    color: var(--t-default);
}

form input:required:valid,
form textarea:required:valid {
    color: var(--t-default);
}

.form__reply {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity var(--_animspeed-slow) ease-in-out;
    -moz-transition: opacity var(--_animspeed-slow) ease-in-out;
    transition: opacity var(--_animspeed-slow) ease-in-out;
}

.form__reply.centered {
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-width: 300px;
}

.form__reply.is-visible {
    opacity: 1;
}

.reply__icon {
    display: block;
    font-size: -moz-calc(var(--_size) * 3.125);
    font-size: calc(var(--_size) * 3.125);
    color: var(--accent);
    margin-bottom: 1rem;
}

.reply__title {
    font: normal var(--font-weight-bold) -moz-calc(var(--_size) * 1.5)/1 var(--_font-accent);
    font: normal var(--font-weight-bold) calc(var(--_size) * 1.5)/1 var(--_font-accent);
    color: var(--t-bright);
    margin-bottom: 1rem;
}

.reply__text {
    display: block;
    font: normal var(--font-weight-medium) -moz-calc(var(--_size) * 1.125)/1.4 var(--_font-default);
    font: normal var(--font-weight-medium) calc(var(--_size) * 1.125)/1.4 var(--_font-default);
    color: var(--t-medium);
}


/* ------------------------------------------------*/


/* Elements - Forms End */


/* ------------------------------------------------*/


/* ------------------------------------------------*/


/* Elements - Colors Start */


/* ------------------------------------------------*/


/* text colors */

.stroke-alpha {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--st-black-alpha);
}

.radial-gradient-1 {
    background-color: var(--t-clr-1-bright);
    background-image: -moz-radial-gradient(-4950% 100%, 100.95% 732.14%, #00807C 0%, #4FD37F 100%);
    background-image: radial-gradient(100.95% 732.14% at -4950% 100%, #00807C 0%, #4FD37F 100%);
    -moz-background-size: 100%;
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.linear-gradient-1-dark {
    background-color: var(--t-clr-1-bright);
    background: linear-gradient(246deg, #80D0C7 1.51%, #13547A 96.27%);
    -moz-background-size: 100%;
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.manifest-accent {
    color: #13547A;
}

.bg-base {
    background-color: var(--base);
}

.bg-base-tint {
    background-color: var(--base-tint);
}

.bg-accent {
    background-color: var(--accent);
}

.bg-white {
    background-color: var(--white);
}

.bg-black {
    background-color: var(--black);
}

.bg-gradient-alpha-1 {
    background: var(--bg-gradient-alpha-1);
}

.bg-gradient-alpha-2 {
    background: var(--bg-gradient-alpha-2);
}

.bg-gradient-alpha-3 {
    background: var(--bg-gradient-alpha-3);
}

.bg-gradient-alpha-4 {
    background: var(--bg-gradient-alpha-4);
}

.bg-gradient-solid-accent {
    background: var(--bg-gradient-solid-accent);
}

.st-black-alpha {
    border: 1px solid var(--st-black-alpha);
}

.st-accent-dark {
    border: 1px solid var(--st-accent-dark);
}

.st-subt {
    border: 1px solid #5D78D9;
}

.st-lb {
    border: 1px solid var(--st-lb);
}

.st-1-light {
    border: 1px solid var(--st-1-light);
}

.st-2-light {
    border: 1px solid var(--st-2-light);
}

.st-3-light {
    border: 1px solid var(--st-3-light);
}

.st-4-light {
    border: 1px solid var(--st-4-light);
}

.st-1-bright {
    border: 1px solid var(--st-1-bright);
}

.st-2-bright {
    border: 1px solid var(--st-2-bright);
}

.st-3-bright {
    border: 1px solid var(--st-3-bright);
}

.st-4-bright {
    border: 1px solid var(--st-4-bright);
}

.st-1-dark {
    border: 1px solid var(--st-1-dark);
}

.st-2-dark {
    border: 1px solid var(--st-2-dark);
}

.st-3-dark {
    border: 1px solid var(--st-3-dark);
}

.st-4-dark {
    border: 1px solid var(--st-4-dark);
}

.t-clr-1 {
    color: var(--t-clr-1);
}

.t-clr-1-bright {
    color: var(--t-clr-1-bright);
}

.t-clr-1-dark {
    color: var(--t-clr-1-dark);
}

.t-clr-2 {
    color: var(--t-clr-2);
}

.t-clr-2-bright {
    color: var(--t-clr-2-bright);
}

.t-clr-2-dark {
    color: var(--t-clr-2-dark);
}

.t-clr-3 {
    color: var(--t-clr-3);
}

.t-clr-3-bright {
    color: var(--t-clr-3-bright);
}

.t-clr-3-dark {
    color: var(--t-clr-3-dark);
}

.t-clr-4 {
    color: var(--t-clr-4);
}

.t-clr-4-bright {
    color: var(--t-clr-4-bright);
}

.t-clr-4-dark {
    color: var(--t-clr-4-dark);
}

.sh-controls {
    -webkit-box-shadow: 0px 1px 1px 0px rgba(205, 250, 206, 0.08) inset, 0px -2px 1px 0px rgba(0, 31, 31, 0.24) inset, 0px 0px 1px 0px rgba(0, 31, 31, 0.32), 0px 2px 2px 0px rgba(0, 31, 31, 0.06), 0px 4px 4px 0px rgba(0, 31, 31, 0.06), 0px 8px 8px 0px rgba(0, 31, 31, 0.06), 0px 10px 16px -10px rgba(255, 255, 255, 0.06) inset;
    -moz-box-shadow: 0px 1px 1px 0px rgba(205, 250, 206, 0.08) inset, 0px -2px 1px 0px rgba(0, 31, 31, 0.24) inset, 0px 0px 1px 0px rgba(0, 31, 31, 0.32), 0px 2px 2px 0px rgba(0, 31, 31, 0.06), 0px 4px 4px 0px rgba(0, 31, 31, 0.06), 0px 8px 8px 0px rgba(0, 31, 31, 0.06), 0px 10px 16px -10px rgba(255, 255, 255, 0.06) inset;
    box-shadow: 0px 1px 1px 0px rgba(205, 250, 206, 0.08) inset, 0px -2px 1px 0px rgba(0, 31, 31, 0.24) inset, 0px 0px 1px 0px rgba(0, 31, 31, 0.32), 0px 2px 2px 0px rgba(0, 31, 31, 0.06), 0px 4px 4px 0px rgba(0, 31, 31, 0.06), 0px 8px 8px 0px rgba(0, 31, 31, 0.06), 0px 10px 16px -10px rgba(255, 255, 255, 0.06) inset;
}

.sh-container {
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 61, 61, 0.04), 0px 1px 1px -0.5px rgba(0, 31, 31, 0.08), 0px 3px 3px -1.5px rgba(0, 61, 61, 0.04), 0px 6px 6px -3px rgba(0, 61, 61, 0.04), 0px 12px 12px -6px rgba(0, 61, 61, 0.04), 0px 16px 16px -8px rgba(0, 61, 61, 0.04), 0px 32px 32px -16px rgba(0, 61, 61, 0.04), 0px 64px 64px -32px rgba(0, 61, 61, 0.04);
    -moz-box-shadow: 0px 0px 0px 1px rgba(0, 61, 61, 0.04), 0px 1px 1px -0.5px rgba(0, 31, 31, 0.08), 0px 3px 3px -1.5px rgba(0, 61, 61, 0.04), 0px 6px 6px -3px rgba(0, 61, 61, 0.04), 0px 12px 12px -6px rgba(0, 61, 61, 0.04), 0px 16px 16px -8px rgba(0, 61, 61, 0.04), 0px 32px 32px -16px rgba(0, 61, 61, 0.04), 0px 64px 64px -32px rgba(0, 61, 61, 0.04);
    box-shadow: 0px 0px 0px 1px rgba(0, 61, 61, 0.04), 0px 1px 1px -0.5px rgba(0, 31, 31, 0.08), 0px 3px 3px -1.5px rgba(0, 61, 61, 0.04), 0px 6px 6px -3px rgba(0, 61, 61, 0.04), 0px 12px 12px -6px rgba(0, 61, 61, 0.04), 0px 16px 16px -8px rgba(0, 61, 61, 0.04), 0px 32px 32px -16px rgba(0, 61, 61, 0.04), 0px 64px 64px -32px rgba(0, 61, 61, 0.04);
}


/* ------------------------------------------------*/


/* Elements - Colors End */


/* ------------------------------------------------*/


/* ------------------------------------------------*/


/* Elements - Cards Start */


/* ------------------------------------------------*/

.padding-xs {
    padding: 1.2rem;
}

.padding-s {
    padding: 1.6rem;
}

.padding-m {
    padding: 2.4rem;
}

.padding-l {
    padding: 4rem;
}

.padding-container-xs {
    padding: 0 0.6rem 1.2rem 0.6rem !important;
}

.padding-container-xl {
    padding: 7rem 2.8rem 4rem 2.8rem !important;
}

@media only screen and (min-width: 768px) {
    .padding-container-xl {
        padding: 8rem 6.8rem 8rem 6.8rem !important;
    }
}

.padding-container-pre-grid-s {
    padding: 2.8rem 2.8rem 4rem 2.8rem !important;
}

@media only screen and (min-width: 768px) {
    .padding-container-pre-grid-s {
        padding: 6.8rem 7.4rem 8rem 7.4rem !important;
    }
}

.padding-32x24 {
    padding: 3.2rem 2.4rem;
}

.card-container {
    margin-bottom: 2.4rem;
}

.card-container:last-of-type {
    margin-bottom: 0;
}

.card-container.mobile-padding-sides {
    padding: 0 2.8rem !important;
}

@media only screen and (min-width: 768px) {
    .card-container {
        max-width: 720px !important;
    }
    .card-container.mobile-padding-sides {
        padding: 0 !important;
    }
}

@media only screen and (min-width: 992px) {
    .card-container {
        max-width: 960px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .card-container {
        max-width: 1152px !important;
    }
}

.card-container__btngroup {
    margin-top: 7rem;
}

.card-container__image {
    position: relative;
    margin-top: 4rem;
}

.card-container__image.has-border-radius {
    overflow: hidden;
}

.card-container__image.has-background-image {
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
}

.card-container__image.image-1 {
    height: 468px;
    width: 386px;
    background-image: url(../img/worth-img/1.webp);
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: contain; */
    /* padding: 12px; */
    box-sizing: border-box;
    background-color: #fff; /* если нужна белая подложка */
}

.card-container__image.image-2 {
    height: 468px;
    width: 386px;
    background-image: url(../img/worth-img/2.webp);
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: contain; */
    /* padding: 12px; */
    box-sizing: border-box;
    background-color: #fff; /* если нужна белая подложка */
}


.card-container__image.image-3 {
    height: 468px;
    background-image: url(../img/worth-img/3.webp);
}

.card-container__image.image-4 {
    height: 468px;
    width: 386px;
    background-image: url(../img/worth-img/4.webp);
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: contain; */
    /* padding: 12px; */
    box-sizing: border-box;
    background-color: #fff; /* если нужна белая подложка */
}

.card-container__image img {
    display: block;
    width: 100% !important;
    height: auto !important;
}

.card-container__image.no-margin {
    margin-top: 0;
}

@media only screen and (min-width: 992px) {
    .card-container__image {
        margin-top: 0;
    }
    .card-container__image.image-1,
    .card-container__image.image-3 {
        width: 386px;
    }
/*     .card-container__image.image-3 {
        height: 100%;
    } */
    .card-container__image img {
        width: auto !important;
        height: 100%;
        max-height: 376px;
    }
    .card-container__image img.registration-img {
        max-height: 452px;
        max-width: 386px;
    }
    .card-container__image.image-2 {
        max-height: 405px;
    }
}

.has-margin-top-mobile {
    margin-top: 4rem;
}

@media only screen and (min-width: 992px) {
    .has-margin-top-mobile {
        margin-top: 0;
    }
}

.teaser__left {
    max-width: 436px;
    margin-bottom: 4rem;
    gap: 2.4rem;
}

.teaser__left p {
    margin-top: 0;
}

.teaser__left.no-margin {
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
    .teaser__left {
        margin-bottom: 0;
    }
}

.teaser__right {
    width: 100%;
}

@media only screen and (min-width: 992px) {
    .teaser__right {
        max-width: 436px;
    }
}

.requests__content {
    width: 100%;
}

.requests__descr {
    margin-top: 2.4rem;
}

.requests__descr.no-margin {
    margin: 0;
}

.tools__image {
    padding-bottom: 1.2rem;
}

.tools__img-1 {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 53px;
    height: 53px;
}

.tools__img-2 {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 78px;
    height: 33px;
}

.bonuses__content {
    gap: 1.4rem;
}

.bonuses__btngroup {
    padding-top: 3.2rem;
}

.calendar__content {
    gap: 2.4rem;
}

.calendar__content img {
    width: 100% !important;
}

.feedback__item {
    overflow: hidden;
    max-width: 100%;
}

@media only screen and (min-width: 1200px) {
    .feedback__item:hover .fdata__info .fdata__hoverhide {
        opacity: 0;
        -webkit-transition: opacity 0.3s 0s;
        -moz-transition: opacity 0.3s 0s;
        transition: opacity 0.3s 0s;
    }
    .feedback__item:hover .fdata__info .fdata__hoverhide.no-hide {
        opacity: 1;
    }
    .feedback__item:hover .fdata__info .fdata__absolute {
        opacity: 1;
        visibility: visible;
        -webkit-transition: visibility 0s 0.3s, opacity 0.3s 0.3s;
        -moz-transition: visibility 0s 0.3s, opacity 0.3s 0.3s;
        transition: visibility 0s 0.3s, opacity 0.3s 0.3s;
    }
}

.feedback__tags {
    margin-bottom: 3.4rem;
}

.feedback__tag {
    margin-bottom: 1rem;
}

.feedback__descr {
    margin-bottom: 4.4rem;
}

.feedback__data {
    position: relative;
    gap: 1rem;
}

.fdata__hoverhide {
    position: relative;
    opacity: 1;
    -webkit-transition: opacity 0.3s 0.3s;
    -moz-transition: opacity 0.3s 0.3s;
    transition: opacity 0.3s 0.3s;
    margin-bottom: 1.4rem;
}

.fdata__hoverhide.no-hide {
    cursor: auto;
}

@media only screen and (min-width: 1200px) {
    .fdata__hoverhide {
        margin-bottom: 0;
    }
}

.fdata__absolute {
    position: relative;
}

@media only screen and (min-width: 1200px) {
    .fdata__absolute {
        position: absolute;
        left: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: visibility 0s 0s opacity 0.3s 0s;
        -moz-transition: visibility 0s 0s opacity 0.3s 0s;
        transition: visibility 0s 0s opacity 0.3s 0s;
    }
}

.card-icon-left__content {
    height: 100%;
    gap: 2.4rem;
}

.card-icon-left__icon {
    width: 8rem;
    height: 8rem;
}

.card-icon-left__descr {
    gap: 0.8rem;
}

.contact__item {
    position: relative;
}

.contact__content {
    width: 100%;
    height: 100%;
    gap: 2.4rem;
}

@media only screen and (min-width: 1200px) {
    .contact__title {
        font-size: 2.9rem;
    }
}


/* ------------------------------------------------*/


/* Elements - Cards End */


/* ------------------------------------------------*/


/* ------------------------------------------------*/


/* Sections Main Start */


/* ------------------------------------------------*/

.main {
    padding-top: 1.2rem;
}

@media only screen and (min-width: 1200px) {
    .main {
        padding-top: 11.2rem;
    }
    .main.main-special {
        padding-top: 6.6rem;
    }
}

.intro {
    padding-top: 11.6rem;
}

.intro.intro-special {
    padding-top: 0;
}

@media only screen and (min-width: 1200px) {
    .intro {
        padding-top: 3.2rem;
    }
}

.intro__headline {
    position: relative;
    padding: 0 2.8rem;
    overflow-x: hidden;
}

@media only screen and (min-width: 768px) {
    .intro__headline {
        padding: 0;
    }
}

.headline__logo {
    position: relative;
    height: 6.2rem;
    padding: 0.6rem 1.2rem;
    margin-bottom: 9rem;
}

@media only screen and (min-width: 1200px) {
    .headline__logo {
        position: absolute;
        top: 0;
        left: 0;
        height: 3.2rem;
        padding: 0 1.2rem;
        margin-bottom: 0;
    }
}

.logo__container {
    height: 3.2rem;
}

.logo__container img {
    width: auto;
    height: 100%;
}

.headline__hcontent {
    margin-bottom: 5.8rem;
}

@media only screen and (min-width: 1200px) {
    .headline__hcontent {
        margin-bottom: 0;
    }
}

.hcontent__btngroup {
    margin-top: 20px;
    text-transform: uppercase;
}
.hcontent__btngroup-1{
    margin-top: 40px;
    text-transform: uppercase;
}

.btngroup-2{
    color: var(--Gray-900, #0D0D0D) !important;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 171.429% */
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 10px 16px -10px rgba(255, 255, 255, 0.06) inset, 0px 8px 8px 0px rgba(0, 31, 31, 0.06), 0px 4px 4px 0px rgba(0, 31, 31, 0.06), 0px 2px 2px 0px rgba(0, 31, 31, 0.06), 0px 0px 1px 0px rgba(0, 31, 31, 0.32), 0px -2px 1px 0px rgba(0, 31, 31, 0.24) inset, 0px 1px 1px 0px rgba(205, 250, 206, 0.08) inset;
}

.headline__hdecor {
    position: relative;
    width: 100%;
}

@media only screen and (min-width: 1200px) {
    .headline__hdecor {
        max-width: 564px;
    }
}

.hdecor__left {
    width: 100%;
    gap: 0.8rem;
}

.hdecor__left .mobile-margin-item {
    margin-bottom: 0.8rem;
}

@media only screen and (min-width: 768px) {
    .hdecor__left {
        width: -moz-calc(50% - 4px);
        width: calc(50% - 4px);
    }
    .hdecor__left .mobile-margin-item {
        margin-bottom: 0;
    }
}

.hdecor__right {
    width: 100%;
    gap: 0.8rem;
}

.hdecor__right .mobile-margin-item {
    margin-bottom: 0.8rem;
}

@media only screen and (min-width: 768px) {
    .hdecor__right {
        width: -moz-calc(50% - 4px);
        width: calc(50% - 4px);
    }
    .hdecor__right .mobile-margin-item {
        margin-bottom: 0;
    }
}

.hdecor__teaser {
    width: 100%;
    height: 108px;
    padding: 2.2rem 2rem;
}

.hdecor__teaser-burnout-1 {
    height: 213px;
    text-align: center;
    padding: 2.5rem 2rem;
}

.hdecor__teaser-burnout-1 p {
    line-height: 1.8;
}

.hdecor__teaser-burnout-2 {
    width: 100%;
    height: 179px;
    text-align: center;
    padding: 2.5rem 2rem;
}

.hdecor__teaser-burnout-2 h4 {
    width: 100%;
}

.hdecor__teaser-burnout-2 p {
    line-height: 1.8;
}

.hdecor__teaser-burnout-3 {
    width: 100%;
    height: 183px;
    padding: 2.5rem 2rem;
}

.hdecor__teaser-burnout-3 p {
    line-height: 1.6;
    font-size: 2.055rem;
}

.hdecor__imageleft,
.hdecor__imageright {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-color: var(--bg-base-tint);
    -moz-background-size: cover;
    background-size: cover;
}

.hdecor__imageleft {
    height: 416px;
    background-image: url(../img/headline/800x1200_hdl01.webp);
}

.hdecor__imageleft-burnout {
    height: 416px;
    background-image: url(../img/worth-img/5.webp);
}

@media only screen and (min-width: 768px) {
    .hdecor__imageleft-burnout {
        height: 311px;
    }
}

.hdecor__imageright {
    height: 300px;
    background-image: url(../img/headline/800x880_hdl02.webp);
}

.hdecor__imageright-burnout {
    height: 416px;
    background-image: url(../img/worth-img/0.webp);
}

@media only screen and (min-width: 768px) {
    .hdecor__imageright-burnout {
        height: 154px;
    }
}

.hdecor__ad {
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    width: 108px;
    height: 108px;
    background-color: var(--accent);
    -moz-border-radius: 2.8rem;
    border-radius: 2.8rem;
    color: var(--white);
}

.ad__caption1,
.ad__caption2 {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}

.ad__caption1 {
    -webkit-animation: adanim1 4s infinite;
    -moz-animation: adanim1 4s infinite;
    animation: adanim1 4s infinite;
}

.ad__caption2 {
    -webkit-animation: adanim2 4s infinite;
    -moz-animation: adanim2 4s infinite;
    animation: adanim2 4s infinite;
}

.ad__number {
    font-family: var(--_font-accent);
    font-size: 6rem;
    font-weight: var(--font-weight-medium);
    letter-spacing: -0.1rem;
    line-height: 1;
}

.ad__text {
    font-size: 1.7rem;
    line-height: 1;
    font-weight: var(--font-weight-base);
}

.ad__rocket {
    font-size: 2.8rem;
    line-height: 1.4;
    font-weight: var(--font-weight-base);
}

@-webkit-keyframes adanim1 {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    45% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    95% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes adanim1 {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    45% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    95% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes adanim1 {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    45% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    95% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes adanim2 {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 0;
    }
    45% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    55% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes adanim2 {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 0;
    }
    45% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    55% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes adanim2 {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 0;
    }
    45% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    55% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/* ------------------------------------------------*/


/* Sections Main End */


/* ------------------------------------------------*/


/* ------------------------------------------------*/


/* Sections Inner Start */


/* ------------------------------------------------*/

.inner {
    position: relative;
    width: 100%;
}

.inner.has-element {
    padding-top: 200px;
}

.inner.has-bg {
    background-repeat: no-repeat;
    background-position: center 170px;
    -moz-background-size: contain;
    background-size: contain;
    background-image: url(https://stratoplan-school.com/head/img/backgrounds/section-bg-leader.svg);
}

.inner.has-animated-block {
    height: auto;
    padding: 9rem 0;
    overflow: hidden;
}

.inner.distance-small {
    padding-top: 2.4rem;
}

.inner.paddind-default {
    padding-top: 9rem;
}

.inner.paddind-pre-grid {
    padding-top: 7.6rem;
}

@media only screen and (min-width: 576px) {
    .inner.has-animated-block {
        height: 580px;
    }
}

@media only screen and (min-width: 768px) {
    .inner.has-element {
        padding-top: 233px;
    }
    .inner.has-bg {
        background-position: center 100px;
    }
    .inner.has-animated-block {
        height: 845px;
        padding: 14rem 0;
    }
    .inner.paddind-default {
        padding-top: 14rem;
    }
    .inner.paddind-pre-grid {
        padding-top: 11.6rem;
    }
}

.inner__spacer {
    width: 100%;
    height: 9rem;
    height: 14rem;
}

.arc-section {
    position: relative;
    padding: 4.2rem 0 0 0;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .arc-section {
        padding: 9.3rem 0 0 0;
    }
}

.arc-section__inner {
    position: relative;
    padding: 8rem 0 0 0;
}

.arc-container {
    display: block;
    width: 100%;
    max-width: 1152px !important;
    min-height: 1rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    position: relative;
}

.arc-container::before,
.arc-container::after {
    content: " ";
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
    display: table;
}

.platform-arc-wrapper {
    z-index: 1;
    pointer-events: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: -2rem;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.platform-arc-apps {
    --arc--count: 7;
    --arc--size: -moz-calc(var(--arc--width) / var(--arc--count));
    --arc--size: calc(var(--arc--width) / var(--arc--count));
    --arc--height: 16.5rem;
    --arc--width: 40rem;
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    perspective: 2000px;
    width: var(--arc--width);
    height: var(--arc--height);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transform: perspective(2000px);
    -moz-transform: perspective(2000px);
    transform: perspective(2000px);
}

@media only screen and (min-width: 768px) {
    .platform-arc-apps {
        --arc--height: 25.5rem;
        --arc--width: 70.5rem;
    }
}

.arc-app:nth-child(1),
.arc-app:nth-child(7) {
    margin: 0;
    top: 0%;
    opacity: 0;
    z-index: 4;
}

@media only screen and (min-width: 576px) {
    .arc-app:nth-child(1),
    .arc-app:nth-child(7) {
        opacity: 1;
    }
}

.arc-app:nth-child(2),
.arc-app:nth-child(6) {
    margin: 0 0;
    top: -moz-calc(var(--arc--size) / 2 - 62%);
    top: calc(var(--arc--size) / 2 - 62%);
    z-index: 3;
}

.arc-app:nth-child(3),
.arc-app:nth-child(5) {
    margin: 0 3%;
    top: -moz-calc(var(--arc--size) / 2 - 90%);
    top: calc(var(--arc--size) / 2 - 90%);
    z-index: 2;
}

.arc-app:nth-child(4) {
    margin: 0 3%;
    top: -moz-calc(var(--arc--size) / 2 - 100%);
    top: calc(var(--arc--size) / 2 - 100%);
    z-index: 1;
}

.arc-app {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    aspect-ratio: 1;
    -moz-border-radius: var(--_radius-s);
    border-radius: var(--_radius-s);
    background-color: var(--white);
    pointer-events: auto;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 61, 61, 0.04), 0px 1px 1px -0.5px rgba(0, 31, 31, 0.08), 0px 3px 3px -1.5px rgba(0, 61, 61, 0.04), 0px 6px 6px -3px rgba(0, 61, 61, 0.04), 0px 12px 12px -6px rgba(0, 61, 61, 0.04);
    -moz-box-shadow: 0px 0px 0px 1px rgba(0, 61, 61, 0.04), 0px 1px 1px -0.5px rgba(0, 31, 31, 0.08), 0px 3px 3px -1.5px rgba(0, 61, 61, 0.04), 0px 6px 6px -3px rgba(0, 61, 61, 0.04), 0px 12px 12px -6px rgba(0, 61, 61, 0.04);
    box-shadow: 0px 0px 0px 1px rgba(0, 61, 61, 0.04), 0px 1px 1px -0.5px rgba(0, 31, 31, 0.08), 0px 3px 3px -1.5px rgba(0, 61, 61, 0.04), 0px 6px 6px -3px rgba(0, 61, 61, 0.04), 0px 12px 12px -6px rgba(0, 61, 61, 0.04);
    -webkit-transition-property: -webkit-box-shadow, -webkit-transform;
    transition-property: -webkit-box-shadow, -webkit-transform;
    -moz-transition-property: box-shadow, transform, -moz-box-shadow, -moz-transform;
    transition-property: box-shadow, transform;
    transition-property: box-shadow, transform, -webkit-box-shadow, -moz-box-shadow, -webkit-transform, -moz-transform;
    -webkit-transition-duration: 0.3s, 0.4s;
    -moz-transition-duration: 0.3s, 0.4s;
    transition-duration: 0.3s, 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1), cubic-bezier(0.175, 0.885, 0.392, 1.662);
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1), cubic-bezier(0.175, 0.885, 0.392, 1.662);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1), cubic-bezier(0.175, 0.885, 0.392, 1.662);
    width: 6rem;
}

.arc-app .arc-icon {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 3.4rem;
    height: 3.4rem;
}

.arc-app .arc-icon svg {
    width: 100%;
    height: auto;
    fill: var(--t-clr-2-dark);
}

.arc-app .arc-caption {
    position: absolute;
    top: -3.9rem;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(0.6rem);
    -moz-transform: translateX(-50%) translateY(0.6rem);
    -ms-transform: translateX(-50%) translateY(0.6rem);
    transform: translateX(-50%) translateY(0.6rem);
    opacity: 0;
    height: 3rem;
    line-height: 3rem;
    padding: 0 1.2rem;
    -moz-border-radius: var(--_radius-m);
    border-radius: var(--_radius-m);
    color: var(--t-bright);
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    font-weight: var(--font-weight-bold);
    white-space: nowrap;
    background-color: var(--white);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s var(--_animbezier);
    transition: opacity 0.3s, -webkit-transform 0.3s var(--_animbezier);
    -moz-transition: opacity 0.3s, transform 0.3s var(--_animbezier), -moz-transform 0.3s var(--_animbezier);
    transition: opacity 0.3s, transform 0.3s var(--_animbezier);
    transition: opacity 0.3s, transform 0.3s var(--_animbezier), -webkit-transform 0.3s var(--_animbezier), -moz-transform 0.3s var(--_animbezier);
}

.arc-app:hover {
    background: var(--bg-gradient-solid-accent);
}

.arc-app:hover .arc-icon svg {
    fill: var(--white);
}

.arc-app:hover .arc-icon svg .icon {
    fill: var(--white);
}

.arc-app:hover .arc-caption {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}

@media only screen and (min-width: 768px) {
    .arc-app {
        -moz-border-radius: var(--_radius-m);
        border-radius: var(--_radius-m);
        width: 8.2rem;
    }
    .arc-app .arc-icon {
        width: 4.4rem;
        height: 4.4rem;
    }
}

.platform-arc {
    pointer-events: none;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 120%;
    height: 230%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    inset: auto auto -25%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(50%, rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(#000, rgba(0, 0, 0, 0) 50%);
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(50%, rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(#000, rgba(0, 0, 0, 0) 50%);
}

@media only screen and (min-width: 768px) {
    .platform-arc {
        width: 150%;
        height: 370%;
    }
}

.platform-arc-ring {
    --pulse--duration: 18s;
    --pulse--easing: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1.5px solid var(--color--teal-400);
    background-color: rgba(51, 96, 184, 0.64);
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 0%;
}

.platform-arc-ring.is-xl {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-animation: pulse var(--pulse--duration) var(--pulse--easing) infinite -16s;
    -moz-animation: pulse var(--pulse--duration) var(--pulse--easing) infinite -16s;
    animation: pulse var(--pulse--duration) var(--pulse--easing) infinite -16s;
}

.platform-arc-ring.is-l {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-animation: pulse var(--pulse--duration) var(--pulse--easing) infinite -12s;
    -moz-animation: pulse var(--pulse--duration) var(--pulse--easing) infinite -12s;
    animation: pulse var(--pulse--duration) var(--pulse--easing) infinite -12s;
}

.platform-arc-ring.is-m {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-animation: pulse var(--pulse--duration) var(--pulse--easing) infinite -8s;
    -moz-animation: pulse var(--pulse--duration) var(--pulse--easing) infinite -8s;
    animation: pulse var(--pulse--duration) var(--pulse--easing) infinite -8s;
}

.platform-arc-ring.is-s {
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-animation: pulse var(--pulse--duration) var(--pulse--easing) infinite -4s;
    -moz-animation: pulse var(--pulse--duration) var(--pulse--easing) infinite -4s;
    animation: pulse var(--pulse--duration) var(--pulse--easing) infinite -4s;
}

.platform-arc-ring.is-xs {
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-animation: pulse var(--pulse--duration) var(--pulse--easing) infinite 0s;
    -moz-animation: pulse var(--pulse--duration) var(--pulse--easing) infinite 0s;
    animation: pulse var(--pulse--duration) var(--pulse--easing) infinite 0s;
}

.platform-arc-ring.is-mask {
    background-color: rgba(0, 31, 31, 0);
    background-image: -moz-radial-gradient(circle closest-side, #f6f4f1, rgba(246, 244, 242, 0));
    background-image: radial-gradient(circle closest-side, #f6f4f1, rgba(246, 244, 242, 0));
    border-style: none;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.inner__element {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    z-index: 10;
}

@media only screen and (min-width: 768px) {
    .inner__element {
        height: 233px;
    }
}

.element__line {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(93, 120, 217, 0)), to(#5D78D9));
    background: -moz-linear-gradient(top, rgba(93, 120, 217, 0) 0%, #5D78D9 100%);
    background: linear-gradient(180deg, rgba(93, 120, 217, 0) 0%, #5D78D9 100%);

}

.element__dot {
    aspect-ratio: 1;
    background-color: #13547A;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 0.6rem;
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    inset: auto auto 0%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.element__dot::before,
.element__dot::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    -moz-border-radius: inherit;
    border-radius: inherit;
    background-color: #13547A;
    opacity: 0;
    z-index: -3;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.element__dot::before {
    -webkit-animation: circles 4s ease-out infinite running;
    -moz-animation: circles 4s ease-out infinite running;
    animation: circles 4s ease-out infinite running;
    opacity: 0.36;
    scale: 1;
}

.element__dot::after {
    -webkit-animation: circles 4s 2s ease-out infinite running;
    -moz-animation: circles 4s 2s ease-out infinite running;
    animation: circles 4s 2s ease-out infinite running;
    opacity: 0.36;
    scale: 1;
}

@-webkit-keyframes circles {
    100% {
        -webkit-transform: scale(5.6);
        transform: scale(5.6);
        opacity: 0;
    }
}

@-moz-keyframes circles {
    100% {
        -moz-transform: scale(5.6);
        transform: scale(5.6);
        opacity: 0;
    }
}

@keyframes circles {
    100% {
        -webkit-transform: scale(5.6);
        -moz-transform: scale(5.6);
        transform: scale(5.6);
        opacity: 0;
    }
}


/* ------------------------------------------------*/


/* Sections Inner End */


/* ------------------------------------------------*/


/* ------------------------------------------------*/


/* Blocks Common Start */


/* ------------------------------------------------*/

.relative-container {
    position: relative;
}

.title-secondary {
    margin: 0 auto;
    max-width: 800px;
    margin-bottom: 4.6rem;
}

/* .title-secondary.padding12 {
    padding: 0 1.2rem;
} */

.title-secondary.padding06 {
    padding: 0 0.6rem;
}

.title-secondary.pre-grid-s {
    margin-bottom: 5.8rem;
}

.title-secondary.low-margin {
    margin-bottom: 4rem;
}

.title-secondary.no-margin {
    margin-bottom: 0;
}

.title-secondary.left-aligned {
    max-width: none;
    padding: 0 1.2rem;
}

.title-secondary__btnholder {
    margin-top: 2.4rem;
}

.title-third {
    max-width: 434px;
    margin-bottom: 4rem;
}

.title-third.no-margin {
    margin-bottom: 0;
}

.title-split {
    max-width: 483px;
    margin-bottom: 4rem;
}

.title-split.no-margin {
    margin-bottom: 0;
}

.title-split__btnholder {
    margin-top: 3.2rem;
}

.title-split h3{
    font-size: 44px !important;
    color: #000;
}

.manifest {
    max-width: 780px;
    margin: 0 auto;
}

.radius-xxs {
    -moz-border-radius: var(--_radius-xxs);
    border-radius: var(--_radius-xxs);
}

.radius-xs {
    -moz-border-radius: var(--_radius-xs);
    border-radius: var(--_radius-xs);
}

.radius-s {
    -moz-border-radius: var(--_radius-s);
    border-radius: var(--_radius-s);
}

.radius-m {
    -moz-border-radius: var(--_radius-m);
    border-radius: var(--_radius-m);
}

.radius-l {
    -moz-border-radius: var(--_radius-l);
    border-radius: var(--_radius-l);
}

.radius-xl {
    -moz-border-radius: var(--_radius-xl);
    border-radius: var(--_radius-xl);
}

.radius-xxl {
    -moz-border-radius: var(--_radius-xxl);
    border-radius: var(--_radius-xxl);
}

.radius-xxxl {
    -moz-border-radius: var(--_radius-xxxl);
    border-radius: var(--_radius-xxxl);
}

.grid-item {
    padding: 0 1.2rem;
    margin-top: 2.4rem;
}

.grid-item img {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
}

.grid-item.no-margin {
    margin-top: 0;
}

.grid-item-s {
    padding: 0 0.6rem;
    margin-top: 1.2rem;
}

.grid-item-s img {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
}


/* ------------------------------------------------*/


/* Blocks Common End */


/* ------------------------------------------------*/


/* ------------------------------------------------*/


/* Blocks Header Start */


/* ------------------------------------------------*/

.header {
    position: fixed;
    top: 1.2rem;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: -moz-calc(100% - 6.8rem);
    width: calc(100% - 6.8rem);
    height: 6.2rem;
    padding: 0.6rem;
    -moz-border-radius: var(--_radius-xs);
    border-radius: var(--_radius-xs);
    border: 1px solid rgba(255, 255, 255, 0.16);
    background-color: rgba(255, 255, 255, 0.04);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    z-index: 12;
}

@media only screen and (min-width: 576px) {
    .header {
        width: -moz-calc(540px + 1.2rem) !important;
        width: calc(540px + 1.2rem) !important;
    }
}

@media only screen and (min-width: 768px) {
    .header {
        width: -moz-calc(720px + 1.2rem) !important;
        width: calc(720px + 1.2rem) !important;
    }
}

@media only screen and (min-width: 992px) {
    .header {
        width: -moz-calc(960px + 1.2rem) !important;
        width: calc(960px + 1.2rem) !important;
    }
}

@media only screen and (min-width: 1200px) {
    .header {
        top: 2.6rem;
        width: -moz-calc(1152px + 1.2rem) !important;
        width: calc(1152px + 1.2rem) !important;
    }
}

.header__container {
    position: relative;
    width: 100%;
    height: 4.8rem;
    gap: 4.4rem;
}

.header__logo {
    position: relative;
    height: 3.2rem;
}

.header__logo img {
    width: auto;
    height: 100%;
}

.header__menu {
    position: absolute;
    top: 6.6rem;
    right: -0.6rem;
    width: -moz-calc(100% + 1.2rem);
    width: calc(100% + 1.2rem);
    height: auto;
    border: 1px solid var(--st-black-alpha);
    background-color: var(--base-tint);
    padding: 4rem;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 61, 61, 0.04), 0px 1px 1px -0.5px rgba(0, 31, 31, 0.08), 0px 3px 3px -1.5px rgba(0, 61, 61, 0.04), 0px 6px 6px -3px rgba(0, 61, 61, 0.04), 0px 12px 12px -6px rgba(0, 61, 61, 0.04), 0px 16px 16px -8px rgba(0, 61, 61, 0.04), 0px 32px 32px -16px rgba(0, 61, 61, 0.04), 0px 64px 64px -32px rgba(0, 61, 61, 0.04);
    -moz-box-shadow: 0px 0px 0px 1px rgba(0, 61, 61, 0.04), 0px 1px 1px -0.5px rgba(0, 31, 31, 0.08), 0px 3px 3px -1.5px rgba(0, 61, 61, 0.04), 0px 6px 6px -3px rgba(0, 61, 61, 0.04), 0px 12px 12px -6px rgba(0, 61, 61, 0.04), 0px 16px 16px -8px rgba(0, 61, 61, 0.04), 0px 32px 32px -16px rgba(0, 61, 61, 0.04), 0px 64px 64px -32px rgba(0, 61, 61, 0.04);
    box-shadow: 0px 0px 0px 1px rgba(0, 61, 61, 0.04), 0px 1px 1px -0.5px rgba(0, 31, 31, 0.08), 0px 3px 3px -1.5px rgba(0, 61, 61, 0.04), 0px 6px 6px -3px rgba(0, 61, 61, 0.04), 0px 12px 12px -6px rgba(0, 61, 61, 0.04), 0px 16px 16px -8px rgba(0, 61, 61, 0.04), 0px 32px 32px -16px rgba(0, 61, 61, 0.04), 0px 64px 64px -32px rgba(0, 61, 61, 0.04);
    -moz-border-radius: var(--_radius-xxl);
    border-radius: var(--_radius-xxl);
    z-index: 11;
    -webkit-transform: translateY(0.6rem);
    -moz-transform: translateY(0.6rem);
    -ms-transform: translateY(0.6rem);
    transform: translateY(0.6rem);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity var(--_animspeed-medium), -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    transition: opacity var(--_animspeed-medium), -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    -moz-transition: opacity var(--_animspeed-medium), transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
    transition: opacity var(--_animspeed-medium), transform var(--_animspeed-medium) var(--_animbezier);
    transition: opacity var(--_animspeed-medium), transform var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
}

.header__menu.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 1200px) {
    .header__menu {
        position: relative;
        top: auto;
        right: auto;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: none;
        background-color: transparent;
        display: block;
        height: 100%;
        padding: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
}

.menu__items {
    gap: 5.2rem;
}

@media only screen and (min-width: 1200px) {
    .menu__items {
        gap: 0;
    }
}

.menu__burger {
    display: block;
    position: relative;
    width: 4.8rem;
    height: 4.8rem;
    line-height: 4.8rem;
    text-align: center;
    color: var(--white);
    background: var(--gradient-controls-accent);
    -moz-border-radius: var(--_radius-xs);
    border-radius: var(--_radius-xs);
}

.menu__burger i {
    display: inline-block;
    position: relative;
    font-size: 2.4rem;
    color: var(--white);
}

.menu__burger .icon-burger {
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: opacity var(--_animspeed-medium) ease-in-out;
    -moz-transition: opacity var(--_animspeed-medium) ease-in-out;
    transition: opacity var(--_animspeed-medium) ease-in-out;
}

.menu__burger .icon-close {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    -webkit-transition: opacity var(--_animspeed-medium) ease-in-out;
    -moz-transition: opacity var(--_animspeed-medium) ease-in-out;
    transition: opacity var(--_animspeed-medium) ease-in-out;
}

.menu__burger.menu-is-visible .icon-burger {
    opacity: 0;
}

.menu__burger.menu-is-visible .icon-close {
    opacity: 1;
}

@media only screen and (min-width: 1200px) {
    .menu__burger {
        display: none;
    }
}

.nav {
    gap: 3rem;
}

.nav li {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1.2;
}

.nav li a {
    display: block;
    font-family: var(--_font-accent);
    color: var(--t-bright);
    font-size: 3.1rem;
    font-weight: var(--font-weight-medium);
    letter-spacing: -0.1rem;
    line-height: 1.2;
}

@media only screen and (min-width: 1200px) {
    .nav {
        gap: 2.4rem;
    }
    .nav li {
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        line-height: 1.2;
    }
    .nav li a {
        display: block;
        position: relative;
        font-family: var(--_font-default);
        font-weight: var(--font-weight-base);
        letter-spacing: normal;
        color: var(--t-bright);
        font-size: 1.4rem;
        line-height: 1.4;
    }
}

.menu__controls .btngroup {
    gap: 1rem;
}

@media only screen and (min-width: 1200px) {
    .menu__controls .btngroup {
        gap: 0;
    }
}


/* ------------------------------------------------*/


/* Blocks Header End */


/* ------------------------------------------------*/


/* ------------------------------------------------*/


/* Blocks Statistics Start */


/* ------------------------------------------------*/

.stats-hdl__item .stats-hdl__content {
    border-bottom: 1px solid var(--accent);
}

.stats-hdl__item:last-of-type .stats-hdl__content {
    border-bottom: none;
}

@media only screen and (min-width: 992px) {
    .stats-hdl__item .stats-hdl__content {
        border-bottom: none;
        border-left: 1px solid var(--accent);
        padding-left: 2.4rem;
    }
}

.stats-hdl__content {
    width: 100%;
    padding-bottom: 2.4rem;
}

.stats-hdl__content span {
    display: block;
}

@media only screen and (min-width: 992px) {
    .stats-hdl__content {
        padding-bottom: 0;
    }
}

.stats-hdl__descr {
    margin-top: 1rem;
}

.stats-achievements__content {
    height: 100%;
}

.stats-achievements__icon {
    width: 8rem;
    height: 8rem;
}

.stats-achievements__descr,
.tools__descr {
    margin-top: 2rem;
}

.stats-achievements__descr.no-margin,
.tools__descr.no-margin {
    margin: 0;
}

.tools__divider {
    width: 140px;
    height: 1px;
    background-color: var(--st-black-alpha);
    margin-top: 2.2rem;
}

.stats-program {
    margin-bottom: 4.6rem;
}

.stats-program__content {
    text-align: center;
}

.stats-program__descr {
    margin-top: 1rem;
}

.stats-program__descr.no-margin {
    margin: 0;
}


/* ------------------------------------------------*/


/* Blocks Statistics End */


/* ------------------------------------------------*/


/* ------------------------------------------------*/


/* To Whom Start */


/* ------------------------------------------------*/

@media only screen and (min-width: 992px) {
    .to-whom__content {
        height: 100%;
    }
}

.to-whom__icon {
    display: block;
    width: 8rem;
    height: 8rem;
    margin-bottom: 4rem;
}

.to-whom__descr {
    margin-top: 2.4rem;
}


/* ------------------------------------------------*/


/* To Whom End */


/* ------------------------------------------------*/


/* ------------------------------------------------*/


/* Accordion Start */


/* ------------------------------------------------*/

.accordion {
    position: relative;
    width: 100%;
    padding: 2.4rem 1.2rem 0 1.2rem;
}

.accordion__item {
    padding: 2.4rem 0;
    border-bottom: 1px solid var(--st-accent-dark-alpha);
}

.accordion__item:first-of-type {
    border-top: 1px solid var(--st-accent-dark-alpha);
}

.accordion__item:last-of-type {
    border-bottom: none;
    padding: 2.4rem 0 0 0;
}

.accordion__item.type-2 {
    padding: 2.4rem;
    border-bottom: none;
    border-top: none;
    border: 1px solid var(--st-black-alpha);
    margin-bottom: 2.4rem;
}

.accordion__item.type-2:last-of-type {
    margin-bottom: 0;
}

.accordion-end__item {
    padding: 2.4rem;
    margin-top: 2.4rem;
}

.accordion-end__item p {
    color: var(--t-bright);
}

.accordion-active .accordion__btn .accordion__btninner {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion-active .accordion__btn .accordion__btninner::before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion__title {
    position: relative;
    padding: 1.2rem 5.2rem 1.2rem 0;
    cursor: pointer;
}

.accordion__title.type-2 {
    padding: 0.2rem 5.2rem 0.2rem 0;
}

.accordion__title-2 {
    gap: 2.4rem;
}

.accordion-end__title-2 {
    padding: 0.2rem 0;
    gap: 2.4rem;
}

.accordion__btn {
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2.8rem;
    height: 2.8rem;
}

.accordion__btninner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all var(--_animspeed-medium) var(--_animbezier);
    -moz-transition: all var(--_animspeed-medium) var(--_animbezier);
    transition: all var(--_animspeed-medium) var(--_animbezier);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.accordion__btninner::before,
.accordion__btninner::after {
    content: "";
    display: block;
    width: 1.6rem;
    height: 0.2rem;
    background-color: var(--accent);
    position: absolute;
    top: 1.3rem;
    left: 0.6rem;
    -webkit-transition: all var(--_animspeed-medium) var(--_animbezier);
    -moz-transition: all var(--_animspeed-medium) var(--_animbezier);
    transition: all var(--_animspeed-medium) var(--_animbezier);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.accordion__btninner::after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion__info {
    display: none;
    position: relative;
    padding-top: 2rem;
}

.accordion__info p {
    margin-bottom: 2.4rem;
}

.accordion__info.type-2 {
    padding-top: 2.4rem;
}

.accordion__info.type-2 p {
    margin-bottom: 0;
}

.accordion__info.type-2 ul {
    font-style: normal;
    font-weight: var(--font-weight-base);
    font-size: 1.4rem;
    line-height: 1.6;
    font-family: var(--_font-default);
    color: var(--t-medium);
}

.accordion__list {
    list-style: inside;
/*     list-style-type: decimal; */
    font-style: normal;
    font-weight: var(--font-weight-base);
    font-size: 1.4rem;
    line-height: 1.6;
    font-family: var(--_font-default);
    color: var(--t-medium);
}

.info__data {
    position: relative;
    margin-top: 2.4rem;
}

.info__data span {
    display: inline-block;
}

.info__data span.accordion__rate {
    display: block;
}

@media only screen and (min-width: 768px) {
    .info__data {
        position: absolute;
        right: 0;
        bottom: 0;
        text-align: right;
    }
    .info__data span {
        display: block;
    }
}

.accordion__rate {
    font-style: normal;
    font-weight: var(--font-weight-medium);
    font-size: 3.1rem;
    line-height: 1;
    font-family: var(--_font-accent);
    color: var(--t-clr-1-bright);
    margin-bottom: 1.3rem;
}


/* ------------------------------------------------*/


/* Accordion End */


/* ------------------------------------------------*/


/* ------------------------------------------------*/


/* Blocks Menu Start */


/* ------------------------------------------------*/


/* ------------------------------------------------*/


/* Blocks Menu End */


/* ------------------------------------------------*/


/* ------------------------------------------------*/


/* Blocks Footer Start */


/* ------------------------------------------------*/

.footer {
    position: relative;
    padding-bottom: 0rem;
}

.footer.distance-small {
    margin-top: 2.4rem;
}

.footer.paddind-default {
    padding-top: 9rem;
}

@media only screen and (min-width: 768px) {
    .footer {
        padding-bottom: 2rem;
    }
    .footer.paddind-default {
        padding-top: 14rem;
    }
}

.footer__container {
    position: relative;
    padding: 4rem 4rem 0 4rem;
    -moz-border-radius-topleft: var(--_radius-l);
    border-top-left-radius: var(--_radius-l);
    -moz-border-radius-topright: var(--_radius-l);
    border-top-right-radius: var(--_radius-l);
}

@media only screen and (min-width: 768px) {
    .footer__container {
        -moz-border-radius: var(--_radius-l);
        border-radius: var(--_radius-l);
    }
}

.footer__inner {
    gap: 50px;
}

.fdata__item {
    margin-bottom: 5rem;
}

.fdata__item:last-of-type {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .fdata__item {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .fdata__item .list-item {
        padding-left: 4rem;
    }
}

.fdata__slogan {
    font-weight: var(--font-weight-medium);
    margin-top: 2.6rem;
}

.fdata__slogan p {
    max-width: 300px;
}

.fdata__socials {
    margin-top: 3rem;
}

.fdata__socials ul {
    gap: 1.2rem;
}

.fdata__socials ul li {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}

.fdata__socials ul li a {
    display: block;
    position: relative;
    width: 4.8rem;
    height: 4.8rem;
    -moz-border-radius: var(--_radius-xs);
    border-radius: var(--_radius-xs);
    background: var(--bg-gradient-solid-accent);
}

.fdata__socials ul li img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

@media only screen and (min-width: 768px) {
    .fdata__socials {
        margin-bottom: 5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .fdata__socials {
        margin-bottom: 0;
    }
}

.fdata__title {
    margin-bottom: 1.4rem;
}

.fdata__title p {
    font-size: 1.7rem;
    font-weight: var(--font-weight-medium);
    color: #ffffff;
}

.fdata__list ul {
    gap: 1.2rem;
}

.fdata__list ul li {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.6rem;
    color: var(--white);
}

.fdata__list ul li a {
    font-size: 1.6rem;
    color: var(--white);
}

.fdata__coloredblock {
    -moz-border-radius: 1.6rem;
    border-radius: 1.6rem;
}

@media only screen and (min-width: 768px) {
    .fdata__coloredblock {
        margin-top: 5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .fdata__coloredblock {
        margin-top: 0;
    }
}

.coloredblock__data {
    margin-bottom: 1.6rem;
}

.coloredblock__data p {
    font-size: 1.2rem;
}

.coloredblock__btnholder {
    gap: 1rem;
}

.flinks__content {
    padding: 2.4rem 0;
    border-top: 1px solid var(--t-medium);
}


/* ------------------------------------------------*/


/* Blocks Footer End */


/* ------------------------------------------------*/


/* ------------------------------------------------*/


/* Blocks Popup Dialogs Start */


/* ------------------------------------------------*/

.popup {
    position: relative;
    background-color: var(--white);
    border: 1px solid #E6E9EE;
    -moz-border-radius: var(--_radius-xxl);
    border-radius: var(--_radius-xxl);
    padding: 3.2rem;
    width: -moz-calc(100% - 2.4rem);
    width: calc(100% - 2.4rem);
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .popup {
        -moz-border-radius: var(--_radius-xxxl);
        border-radius: var(--_radius-xxxl);
        margin: 0 auto;
        width: -moz-calc(100% - 10rem);
        width: calc(100% - 10rem);
        max-width: 800px;
        max-height: 800px;
        padding: 8rem;
    }
}

.popup__container {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.popup__textcontainer {
    overflow-y: auto;
    padding: 0 2.4rem 0 0;
}

.popup__textcontainer p {
    margin-bottom: 1.2rem;
}

.popup__textcontainer p:last-of-type {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .popup__textcontainer {
        max-height: 400px;
    }
}

.popup__headline {
    margin-bottom: 4rem;
    padding-right: 4.4rem;
}

.popup-support__headline {
    margin-bottom: 2.4rem;
}

.popup__name {
    display: block;
}

.popup-support__name {
    margin-bottom: 2rem;
}

.popup__descr {
    display: block;
}

.popup__btngroup {
    margin-top: 4rem;
}

.popup__animlinks {
    margin-bottom: 2.4rem;
    gap: 2.4rem;
}

.animlinks__item {
    gap: 1.6rem;
    overflow: visible;
}

.animlinks__anim {
    width: 100px;
    height: 100px;
    cursor: pointer;
}

.has-hint {
    position: relative;
}

.has-hint::before {
    content: attr(aria-label);
    position: absolute;
    top: -3.9rem;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(0.6rem);
    -moz-transform: translateX(-50%) translateY(0.6rem);
    -ms-transform: translateX(-50%) translateY(0.6rem);
    transform: translateX(-50%) translateY(0.6rem);
    opacity: 0;
    padding: 1rem 1.2rem;
    -moz-border-radius: var(--_radius-s);
    border-radius: var(--_radius-s);
    text-align: center;
    color: var(--t-opp-bright);
    font-size: 1rem;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    font-weight: var(--font-weight-bold);
    -webkit-box-shadow: 0 10px 20px rgba(4, 3, 51, 0.19), 0 6px 6px rgba(6, 16, 94, 0.23);
    -moz-box-shadow: 0 10px 20px rgba(4, 3, 51, 0.19), 0 6px 6px rgba(6, 16, 94, 0.23);
    box-shadow: 0 10px 20px rgba(4, 3, 51, 0.19), 0 6px 6px rgba(6, 16, 94, 0.23);
    background: var(--bg-gradient-solid-accent);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s var(--_animbezier);
    transition: opacity 0.3s, -webkit-transform 0.3s var(--_animbezier);
    -moz-transition: opacity 0.3s, transform 0.3s var(--_animbezier), -moz-transform 0.3s var(--_animbezier);
    transition: opacity 0.3s, transform 0.3s var(--_animbezier);
    transition: opacity 0.3s, transform 0.3s var(--_animbezier), -webkit-transform 0.3s var(--_animbezier), -moz-transform 0.3s var(--_animbezier);
}

.has-hint:hover::before {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}

.animlinks__link {
    font-style: normal;
    font-weight: var(--font-weight-medium);
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.1rem;
    font-family: var(--_font-accent);
    color: var(--t-bright);
}

.animlinks__link a {
    color: var(--t-bright);
}

@media only screen and (min-width: 768px) {
    .animlinks__link {
        font-size: 2.6rem;
    }
}

.schedule__title {
    margin-bottom: 0.6rem;
}

.mfp-wrap {
    position: fixed !important;
}

.mfp-fade {
    overflow: hidden;
}

.mfp-fade .mfp-container {
    position: fixed;
}

.mfp-bg {
    opacity: 1;
    background-color: rgba(0, 6, 61, 0.7);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.mfp-container {
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .mfp-container {
        padding: 5% 0;
    }
}

.mfp-content {
    height: -moz-calc(100% - 2.4rem);
    height: calc(100% - 2.4rem);
}

@media only screen and (min-width: 768px) {
    .mfp-content {
        height: auto;
        max-height: 828px;
    }
}

.mfp-close-btn-in .mfp-close {
    width: 2.8rem;
    height: 2.8rem;
    right: 3.2rem;
    top: 3.2rem;
    opacity: 1;
    padding: 0;
    font: inherit;
    color: var(--t-bright);
    font-size: 1.8rem;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mfp-close-btn-in .mfp-close::before,
.mfp-close-btn-in .mfp-close::after {
    content: "";
    display: block;
    width: 2rem;
    height: 0.2rem;
    background-color: var(--accent);
    position: absolute;
    top: 1.3rem;
    left: 0.4rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
}

.mfp-close-btn-in .mfp-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mfp-close-btn-in .mfp-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media only screen and (min-width: 768px) {
    .mfp-close-btn-in .mfp-close {
        right: 8rem;
        top: 8rem;
    }
}


/* overlay at start */

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 1;
}


/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}


/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transform: translateY(3rem);
    -moz-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    transform: translateY(3rem);
    -webkit-transition: all 0.3s var(--_animbezier);
    -moz-transition: all 0.3s var(--_animbezier);
    transition: all 0.3s var(--_animbezier);
}


/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}


/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    -webkit-transform: translateY(3rem);
    -moz-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    transform: translateY(3rem);
}


/* ------------------------------------------------*/


/* Blocks Popup Dialogs End */


/* ------------------------------------------------*/


/* ------------------------------------------------*/


/* Features Countdown Start */


/* ------------------------------------------------*/

.countdown {
    position: relative;
    width: auto;
    height: 2.8rem;
    line-height: 2.8rem;
    background-color: #F9FAFB;
    border: 1px solid #EAECF0;
    padding: 0 0.8rem;
    -moz-border-radius: 0.8rem;
    border-radius: 0.8rem;
    font-size: 1.4rem;
    color: var(--t-bright);
}

.countdown #countdown-large {
    font-size: 1.4rem;
    color: var(--t-bright);
}

.countdown .countdown-period,
.countdown .countdown-amount {
    font-size: 1.4rem;
    color: var(--t-bright);
    text-transform: lowercase;
}

.countdown .countdown-amount {
    margin-right: 0.3rem;
}

.countdown .countdown-section {
    margin-right: 0.6rem;
}


/* ------------------------------------------------*/


/* Features Countdown End */


/* ------------------------------------------------*/


/* ------------------------------------------------*/


/* Features Couches Start */


/* ------------------------------------------------*/

.couches {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    position: relative;
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 1200px) {
    .couches {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: left;
        -moz-box-pack: left;
        -ms-flex-pack: left;
        justify-content: center;
        height: 404px;
        margin-bottom: 4rem;
    }
    .couches:last-of-type {
        margin-bottom: 0;
    }
}

.couches__link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    top: 0.8rem;
    left: 0.8rem;
    width: -moz-calc(100% - 1.6rem);
    width: calc(100% - 1.6rem);
    height: 300px;
    background-color: pink;
    -moz-border-radius: var(--_radius-l);
    border-radius: var(--_radius-l);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 10;
}

.couches__link.active {
    background-color: #eae2e2;
}

.couches__link.active .couches__link-image {
    width: 100%;
    height: 100%;
    -moz-border-radius: 1.6rem;
    border-radius: 1.6rem;
}

@media only screen and (min-width: 768px) {
    .couches__link {
        height: 500px;
    }
}

@media only screen and (min-width: 1200px) {
    .couches__link {
        width: 144px;
        height: 388px;
        position: absolute;
        z-index: 10;
    }
    .couches__link.active .couches__link-image {
        width: 100%;
        height: 100%;
        -moz-border-radius: 1.6rem;
        border-radius: 1.6rem;
    }
}

.couches__link-image {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: -moz-calc(100% + 1.6rem);
    width: calc(100% + 1.6rem);
    height: -moz-calc(100% + 1.6rem);
    height: calc(100% + 1.6rem);
    -moz-border-radius: var(--_radius-l);
    border-radius: var(--_radius-l);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.3s var(--_animbezier);
    -moz-transition: all 0.3s var(--_animbezier);
    transition: all 0.3s var(--_animbezier);
}

@media only screen and (min-width: 1200px) {
    .couches__link-image {
        width: -moz-calc(100% + 1.6rem);
        width: calc(100% + 1.6rem);
        height: -moz-calc(100% + 1.6rem);
        height: calc(100% + 1.6rem);
    }
}

.couches__link-social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0.8rem;
    left: 0.8rem;
    width: 6rem;
    height: 6rem;
    background-color: var(--white);
    z-index: 11;
    -moz-border-radius: var(--_radius-m);
    border-radius: var(--_radius-m);
    -webkit-transition: all 0.3s var(--_animbezier);
    -moz-transition: all 0.3s var(--_animbezier);
    transition: all 0.3s var(--_animbezier);
}

@media only screen and (min-width: 1200px) {
    .couches__link-social {
        position: absolute;
        top: auto;
        bottom: 0.4rem;
        left: 0.4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .couches__link-title {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        text-orientation: mixed;
    }
}

.couches__content {
    position: relative;
    width: 100%;
    height: 308px;
    overflow: hidden;
    background: var(--gradient-controls-accent);
    -moz-border-radius: var(--_radius-l);
    border-radius: var(--_radius-l);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.couches__content.active {
    height: 700px;
}

.couches__content.active .couches__link-social {
    position: absolute;
    top: 1.6rem;
    left: 1.6rem;
    width: 5.6rem;
    height: 5.6rem;
    -moz-border-radius: 1.6rem;
    border-radius: 1.6rem;
}

@media only screen and (min-width: 768px) {
    .couches__content {
        height: 508px;
    }
}

@media only screen and (min-width: 1200px) {
    .couches__content {
        display: block;
        width: 160px;
        height: 100%;
    }
    .couches__content .couches__contain {
        opacity: 0;
    }
    .couches__content.active {
        width: 512px;
        height: 100%;
    }
    .couches__content.active.x3 {
        width: 670px;
    }
    .couches__content.active .couches__contain {
        opacity: 1;
    }
    .couches__content.active .couches__link-social {
        position: absolute;
        top: auto;
        bottom: 1.6rem;
        left: 1.6rem;
    }
}

.couches__link-social img{
    width: 20px;
}

.couches__content-wrap {
    position: relative;
    bottom: -0.8rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: -moz-calc(100% - 308px);
    height: calc(100% - 308px);
}

@media only screen and (min-width: 768px) {
    .couches__content-wrap {
        height: -moz-calc(100% - 508px);
        height: calc(100% - 508px);
    }
}

@media only screen and (min-width: 1200px) {
    .couches__content-wrap {
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        top: 0;
        right: 0;
        bottom: auto;
        width: 352px;
        height: 100%;
        padding: 0.8rem 0.8rem 0.8rem 0;
    }
    .couches__content-wrap.x3 {
        width: 510px;
    }
}

.couches__contain {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    max-width: 100%;
    padding: 2rem;
}

@media only screen and (min-width: 1200px) {
    .couches__contain {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: auto;
        width: 100%;
        height: 100%;
        min-width: 300px;
        padding: 1.2rem;
        opacity: 0;
        -webkit-transition: opacity 0.6s ease-in-out;
        -moz-transition: opacity 0.6s ease-in-out;
        transition: opacity 0.6s ease-in-out;
    }
}

.couches__quote p {
    font-size: 2rem;
}

@media only screen and (min-width: 1200px) {
    .couches__quote p {
        font-family: var(--_font-accent);
        font-size: 2rem;
        line-height: 1.4;
        margin-bottom: 4rem;
    }
}

.couches__caption {
    padding: 2rem;
    position: absolute;
    left: 0;
    bottom: 0;
}

.couches__caption p {
    color: var(--opposite);
    font-size: 1.8rem;
    font-weight: var(--font-weight-bold);
}

.couches__caption span {
    display: block;
    color: white;
    font-size: 1.4rem;
    font-weight: var(--font-weight-base);
}

.img-couches-1 {
    background-image: url(../img/team/500x500_tm01-mob.webp);
}

@media only screen and (min-width: 1200px) {
    .img-couches-1 {
        background-image: url(../img/team/500x1263_tm01.webp);
    }
}

.img-couches-2 {
    background-image: url(../img/team/500x500_tm02-mob.webp);
}

@media only screen and (min-width: 1200px) {
    .img-couches-2 {
        background-image: url(../img/team/500x1263_tm02.webp);
    }
}

.img-couches-3 {
    background-image: url(../img/team/500x500_tm03-mob.webp);
}

@media only screen and (min-width: 1200px) {
    .img-couches-3 {
        background-image: url(../img/team/500x1263_tm03.webp);
    }
}

.img-couches-4 {
    background-image: url(../img/team/500x500_tm04-mob.webp);
}

@media only screen and (min-width: 1200px) {
    .img-couches-4 {
        background-image: url(../img/team/500x1263_tm04.webp);
    }
}

.img-couches-5 {
    background-image: url(../img/team/500x500_tm05-mob.webp);
}

@media only screen and (min-width: 1200px) {
    .img-couches-5 {
        background-image: url(../img/team/500x1263_tm05.webp);
    }
}

.img-couches-6 {
    background-image: url(../img/team/500x500_tm06-mob.webp?v=0.1);
}

@media only screen and (min-width: 1200px) {
    .img-couches-6 {
        background-image: url(../img/team/500x1263_tm06.webp);
    }
}

.img-couches-7 {
    background-image: url(https://stratoplan-school.com/team/img/team/500x500_tm03-mob.webp);
}

@media only screen and (min-width: 1200px) {
    .img-couches-7 {
        background-image: url(https://stratoplan-school.com/team/img/team/500x1263_tm03.webp);
    }
}


/* ------------------------------------------------*/


/* Features Couches End */


/* ------------------------------------------------*/


/* ------------------------------------------------*/


/* Features Couches Split Start */


/* ------------------------------------------------*/

@media only screen and (min-width: 992px) {
    .couches-split .grid-item-right {
        padding: 0 1.2rem 0 0.8rem;
    }
    .couches-split .grid-item-left {
        padding: 0 0.8rem 0 1.2rem;
    }
}

.couches-split__item {
    margin-bottom: 1.6rem;
}

.couches-split__item:last-of-type {
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
    .couches-split__item {
        margin-bottom: 0;
    }
}

.couches-split__container {
    position: relative;
    padding: 0.8rem;
}

.couches-split__image {
    position: relative;
    width: 100%;
    height: 300px;
    -moz-border-radius: 1.6rem;
    border-radius: 1.6rem;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
}

@media only screen and (min-width: 768px) {
    .couches-split__image {
        height: 500px;
    }
}

@media only screen and (min-width: 1200px) {
    .couches-split__image {
        width: 160px;
        height: auto;
        min-height: 388px;
    }
}

.couches-split__social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0.4rem;
    left: 0.4rem;
    width: 6rem;
    height: 6rem;
    background-color: var(--white);
    z-index: 11;
    -moz-border-radius: var(--_radius-m);
    border-radius: var(--_radius-m);
    -webkit-transition: all 0.3s var(--_animbezier);
    -moz-transition: all 0.3s var(--_animbezier);
    transition: all 0.3s var(--_animbezier);
}

@media only screen and (min-width: 1200px) {
    .couches-split__social {
        position: absolute;
        top: auto;
        bottom: 0.4rem;
        left: 0.4rem;
    }
}

.couches-split__descr {
    position: relative;
    padding: 2rem;
}

@media only screen and (min-width: 1200px) {
    .couches-split__descr {
        width: -moz-calc(100% - 160px);
        width: calc(100% - 160px);
    }
}

.couches-split__quote p {
    font-size: 2rem;
}

@media only screen and (min-width: 1200px) {
    .couches-split__quote p {
        font-family: var(--_font-accent);
        font-size: 2rem;
        line-height: 1.4;
        margin-bottom: 4rem;
    }
}

.couches-split__caption {
    margin-top: 2rem;
}

.couches-split__caption p {
    color: #366CD5;
    font-size: 1.8rem;
    font-weight: var(--font-weight-bold);
}

.couches-split__caption span {
    display: block;
    color: var(--white);
    font-size: 1.4rem;
    font-weight: var(--font-weight-base);
}

@media only screen and (min-width: 1200px) {
    .couches-split__caption {
        position: absolute;
        bottom: 2rem;
        left: 2rem;
        width: -moz-calc(100% - 4rem);
        width: calc(100% - 4rem);
    }
}


/* ------------------------------------------------*/


/* Features Couches Split End */


/* ------------------------------------------------*/


/* ------------------------------------------------*/


/* Features Marquee Start */


/* ------------------------------------------------*/

.marguee {
    position: relative;
    width: 100%;
    margin-bottom: 4rem;
}

.marquue__mask {
    position: absolute;
    top: 0;
    width: 15%;
    height: 100%;
}

.marquue__mask.left {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

.marquue__mask.right {
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

.items {
    max-width: 100%;
    overflow: hidden;
}

.items--gsap {
    color: #fff;
}

.items--gsap .items__container {
    translate: -moz-calc(-100% + 100vw) !important;
    translate: calc(-100% + 100vw) !important;
}

.items__caption {
    max-width: 50vw;
    padding: 0 1.5rem;
}

.items__container {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    will-change: transform;
}

.items .item {
    margin-right: 4.4rem;
}

.item {
    position: relative;
    width: 45vw;
    height: auto;
    background-color: pink;
    overflow: hidden;
    color: var(--t-bright);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -webkit-animation: animateZ 1s infinite;
    -moz-animation: animateZ 1s infinite;
    animation: animateZ 1s infinite;
}

.item.item-regular {
    width: auto;
    -moz-border-radius: 0;
    border-radius: 0;
    gap: 0;
    background-color: transparent;
    color: var(--t-bright);
    -webkit-animation: animateZ 1s infinite;
    -moz-animation: animateZ 1s infinite;
    animation: animateZ 1s infinite;
}

.item.icon {
    border: 1px solid var(--stroke-elements);
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.item.icon svg {
    display: block;
    height: 70px;
    width: auto;
}

.item.image {
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
}

.item img {
    display: block;
    width: 100px;
    height: auto;
}

@media only screen and (min-width: 768px) {
    .item.icon svg {
        height: 120px;
    }
}

@media only screen and (min-width: 992px) {
    .item {
        width: 30vw;
    }
}

@media only screen and (min-width: 1200px) {
    .item {
        width: 25vw;
    }
}

@media only screen and (min-width: 1600px) {
    .item {
        width: 20vw;
    }
    .item.icon svg {
        height: 140px;
    }
}

.item__text {
    margin-right: 2rem;
}

.item__text.text-with-gliph {
    margin-right: 0;
}

.item__text.text-with-gliph::after {
    content: "/";
    display: inline;
    padding-left: 2rem;
}

@media only screen and (min-width: 768px) {
    .item__text {
        margin-right: 3rem;
    }
    .item__text.text-with-gliph::after {
        padding-left: 3rem;
    }
}

@media only screen and (min-width: 1600px) {
    .item__text {
        margin-right: 5rem;
    }
    .item__text.text-with-gliph::after {
        padding-left: 5rem;
    }
}

.item__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 4rem;
    height: 4rem;
}

@media only screen and (min-width: 768px) {
    .item__image {
        width: 7rem;
        height: 7rem;
    }
}

@media only screen and (min-width: 1400px) {
    .item__image {
        width: 8rem;
        height: 8rem;
    }
}

@media only screen and (min-width: 1600px) {
    .item__image {
        width: 11rem;
        height: 11rem;
    }
}

.item__image img,
.item__image video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.item__text {
    font: normal 300 4.6rem var(--_font-accent);
    color: var(--t-bright);
}

@media only screen and (min-width: 768px) {
    .item__text {
        font-size: 8rem;
    }
}

@media only screen and (min-width: 1200px) {
    .item__text {
        font-size: 9rem;
    }
}

@media only screen and (min-width: 1400px) {
    .item__text {
        font-size: 10rem;
    }
}

@media only screen and (min-width: 1600px) {
    .item__text {
        font-size: 14rem;
    }
}

@-webkit-keyframes toLeft {
    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@-moz-keyframes toLeft {
    to {
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@keyframes toLeft {
    to {
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@-webkit-keyframes toRight {
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes toRight {
    to {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes toRight {
    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes animateZ {
    to {
        -webkit-transform: translateZ(1px);
        transform: translateZ(1px);
    }
}

@-moz-keyframes animateZ {
    to {
        -moz-transform: translateZ(1px);
        transform: translateZ(1px);
    }
}

@keyframes animateZ {
    to {
        -webkit-transform: translateZ(1px);
        -moz-transform: translateZ(1px);
        transform: translateZ(1px);
    }
}


/* ------------------------------------------------*/


/* Features Marquee End */


/* ------------------------------------------------*/


/* ------------------------------------------------*/


/* Features Animated Brands Start */


/* ------------------------------------------------*/

.animated-block-placeholder {
    display: block;
    width: 100%;
    overflow: hiddem;
}

.animated-block-placeholder img {
    display: block;
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 576px) {
    .animated-block-placeholder {
        display: none;
    }
}

.animated-block,
.animated-block-invisible,
.animated-block-headline {
    display: none;
}

@media only screen and (min-width: 576px) {
    .animated-block,
    .animated-block-invisible,
    .animated-block-headline {
        display: block;
    }
}

.animated-block {
    position: absolute;
    top: 9rem;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 808px;
    height: 400px;
    margin: 0 auto;
    z-index: 1;
}

@media only screen and (min-width: 768px) {
    .animated-block {
        top: 14rem;
        width: 1147px;
        height: 565px;
    }
}

.animated-block-invisible {
    position: absolute;
    top: 9rem;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 808px;
    height: 400px;
    margin: 0 auto;
    z-index: 2;
}

@media only screen and (min-width: 768px) {
    .animated-block-invisible {
        top: 14rem;
        width: 1147px;
        height: 565px;
    }
}

.animated-block-invisible__single {
    position: relative;
    width: 60px;
    height: 60px;
    -moz-border-radius: var(--_radius-s);
    border-radius: var(--_radius-s);
    background-color: transparent;
    overflow: hidden;
}

.animated-block-invisible__single img {
    display: block;
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 768px) {
    .animated-block-invisible__single {
        width: 80px;
        height: 80px;
        -moz-border-radius: var(--_radius-m);
        border-radius: var(--_radius-m);
    }
}

.animated-block__mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-radial-gradient(center, ellipse, rgba(251, 247, 243, 0) 0%, rgba(251, 247, 243, 0) 35%, rgb(251, 247, 243) 100%);
    background: radial-gradient(ellipse at center, rgba(251, 247, 243, 0) 0%, rgba(251, 247, 243, 0) 35%, rgb(251, 247, 243) 100%);
}

.animated-block-headline {
    position: absolute;
    width: 100%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    z-index: 3;
}

.animated-block__row {
    position: relative;
    margin-bottom: 0.8rem;
}

.animated-block__row:last-of-type {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .animated-block__row {
        margin-bottom: 1.7rem;
    }
}

.animated-block__left,
.animated-block__right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.8rem;
}

@media only screen and (min-width: 768px) {
    .animated-block__left,
    .animated-block__right {
        gap: 1.7rem;
    }
}

.animated-block__single {
    position: relative;
    width: 60px;
    height: 60px;
    -moz-border-radius: var(--_radius-s);
    border-radius: var(--_radius-s);
    background-color: var(--base);
    border: 1px solid var(--st-black-alpha);
}

@media only screen and (min-width: 768px) {
    .animated-block__single {
        width: 80px;
        height: 80px;
        -moz-border-radius: var(--_radius-m);
        border-radius: var(--_radius-m);
    }
}


/* ------------------------------------------------*/


/* Features Animated Brands End */


/* ------------------------------------------------*/


/* ------------------------------------------------*/


/* Features Purchase Start */


/* ------------------------------------------------*/

.purchase {
    position: relative;
}

.switcher {
    position: relative;
    text-align: left;
    margin-bottom: 1.2rem;
}

.switcher .tabs {
    gap: 4rem;
}

.switcher .tab {
    background-color: #F9FAFB;
}

@media only screen and (min-width: 768px) {
    .switcher {
        margin-bottom: 0;
    }
}

.switcher__text p {
    font-size: 1.6rem;
    color: var(--t-medium);
    font-weight: var(--font-weight-base);
}

.switcher__price {
    gap: 1.2rem;
}

.switcher__price span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: var(--font-weight-base);
    font-size: 1.8rem;
    line-height: 1.2;
    color: var(--t-bright);
}

.purchase .tab {
    display: block;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 6px;
    border: 1px solid #EAECF0;
}

.purchase .tab button {
    width: auto;
    height: 4.8rem;
    line-height: 4.8rem;
    padding: 0 1.6rem;
    font-size: 1.6rem;
    font-weight: var(--font-weight-semibold);
    color: var(--t-medium);
    -webkit-transition: color var(--_animspeed-medium) var(--_animbezier);
    -moz-transition: color var(--_animspeed-medium) var(--_animbezier);
    transition: color var(--_animspeed-medium) var(--_animbezier);
    cursor: pointer;
}

@media only screen and (min-width: 1200px) {
    .purchase .tab button:hover {
        color: var(--t-bright);
    }
}

.purchase .tab button.active {
    background: var(--gradient-controls-accent);
    font-weight: var(--font-weight-semibold);
    color: var(--white);
}

.purchase .accordion .tab {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem;
    border: none;
    padding: 0;
    margin-bottom: 4rem;
}

.purchase .accordion .tab+p {
    margin-bottom: 12px;
}

.purchase .accordion .tabcontent {
    margin-top: 0;
}

.purchase .accordion .tab button {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4.8rem;
    height: 4.8rem;
    line-height: 4.8rem;
    -moz-border-radius: 0.7rem;
    border-radius: 0.7rem;
    padding: 0;
    background-color: var(--white);
    border: 1px solid var(--st-black-alpha);
    font-weight: var(--font-weight-medium);
    color: var(--t-medium);
    -webkit-transition: all var(--_animspeed-medium) var(--_animbezier);
    -moz-transition: all var(--_animspeed-medium) var(--_animbezier);
    transition: all var(--_animspeed-medium) var(--_animbezier);
}

@media only screen and (min-width: 1200px) {
    .purchase .accordion .tab button:hover {
        color: var(--t-bright);
        background-color: var(--st-black-alpha);
    }
}

.purchase .accordion .tab button.active {
    border: none;
    color: var(--t-opp-bright);
    font-weight: var(--font-weight-bold);
}

.purchase .tabcontent {
    display: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.purchase .switcher .three {
    gap: 1.2rem;
}

.purchase .switcher .oldpr,
.purchase .price del {
    color: var(--t-medium);
    font-size: 1.4rem;
    font-weight: var(--font-weight-base);
    line-height: 21px;
}

.purchase .switcher .oldpr span,
.purchase .price del span {
    font-weight: var(--font-weight-base);
    line-height: 1.4;
}

.purchase .price {
    gap: 1.2rem;
}

.purchase .price .price__old {
    font-family: var(--_font-default);
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: normal;
}

.purchase .price del {
    line-height: 1.4;
}

.purchase .price {
    font-family: var(--_font-accent);
    font-size: 3.1rem;
    color: var(--t-bright);
    font-weight: var(--font-weight-medium);
    line-height: 1.2;
    letter-spacing: -0.1rem;
}

.purchase .price span {
    font-weight: var(--font-weight-medium);
}

.purchase .accordion {
    padding: 0;
}

.purchase .accordion__item.accordion-active {
    overflow: hidden;
}

.purchase .accordion__item {
    margin-bottom: 12px;
    -moz-border-radius: 2.4rem;
    border-radius: 2.4rem;
    background-color: var(--white);
    border: 1px solid var(--st-black-alpha);
    padding: 4rem;
}

.accordion__info {
    padding-top: 2.8rem;
}

.purchase .accordion_item.active_block .title_block {
    padding-bottom: 0;
}

.purchase .title_block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    color: #3D3D3D;
    padding: 40px;
}

.purchase .accordion_item .title_block::before {
    top: 44px;
    right: 40px;
}

.purchase .accordion_item.active_block .title_block::before {
    background: url("../img/cross.png") no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.purchase .title_block+.info {
    display: none;
    font-size: 16px;
    line-height: 28px;
    padding: 40px;
    padding-top: 4px;
    color: #3D3D3D;
}

.purchase .title_block .info p {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.purchase .accordion_item .info .light {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: #666;
    margin-bottom: 32px;
}

.purchase .form-block,
.payment-block {
    display: none;
}

.purchase .form-block.active,
.payment-block.active {
    display: block;
}

.purchase .fullform {
    margin-top: 32px;
}

.purchase .accordion_item.disabled {
    background: #F8F9FA;
}

.purchase .accordion__item.disabled .accordion__title {
    cursor: default;
    color: var(--t-medium);
}

.purchase .accordion__item.disabled .accordion__title h5 {
    opacity: 0.4;
}

.purchase .accordion__item.disabled .accordion__title .accordion__btn {
    opacity: 0;
}

.purchase .accordion_item.disabled .title_block:before {
    display: none;
}

.sideform-placeholder {
    width: 100%;
    height: 40rem;
    -moz-border-radius: 1.2rem;
    border-radius: 1.2rem;
    background-color: gray;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(../img/backgrounds/form-placeholher.svg);
}


/* ------------------------------------------------*/


/* Features Purchase End */


/* ------------------------------------------------*/

.fdata__socials ul li a {
    display: inline-block;
    transition: transform 0.6s ease, background-color 0.6s ease;
    position: relative;
    background-color: transparent;
    background-size: cover;
}

.fdata__socials ul li a img {
    width: 24px;
    transition: opacity 0.6s ease;
    display: block;
}

.fdata__socials ul li a:hover {
    transform: translateY(-5px);
}

@media (max-width: 768px) {
    .mob-hide {
        display: none;
    }
}

.bg-white {
    background-color: var(--white);
  }
  
  .st-black-alpha {
    border: 1px solid var(--st-black-alpha);
  }
  
  .card-container {
    position: relative;
    margin-bottom: 2.4rem;
    max-width: 1240px !important;
  }
  
  .radius-l {
    border-radius: var(--_radius-l);
  }
  
  .mxd-pinned {
    display: grid;
    grid-template-columns: 43% 57%;
    gap: 4rem; /* отступ между колонками */
    align-items: start;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  
  
  .mxd-pinned__title {
    position: sticky;
    top: 0;
    text-align: left;
    padding: 14rem 0 4.6rem 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  
  .mxd-pinned__title-container {
    width: 100%;
  }
  
  .mxd-pinned__content {
    display: flex;
    flex-direction: column;
  }
  
  .mxd-pinned__content-inner {
    padding: 14rem 0 4.6rem 0;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
  }
  
  .mxd-pinned__item {
    padding: 4rem;
    background-color: var(--white);
    border: 1px solid var(--st-black-alpha);
    border-radius: var(--_radius-l);
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    align-items: flex-start;
  }
  
  .mxd-pinned__item-icon {
    display: flex;
    height: 32px;
    padding: 0px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    border: 1px solid #00063D;
    color: #00063D;
    text-align: center;
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 133.333% */
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  
  .animate-in-up {
    opacity: 0;
    transform: translateY(50px);
  }
  
  
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translate3d(0, 30px, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  
  @media only screen and (min-width: 768px) {
    .card-container {
        max-width: 720px !important;
    }
    .card-container.mobile-padding-sides {
        padding: 0 !important;
    }
}

@media only screen and (min-width: 992px) {
    .card-container {
        max-width: 960px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .card-container {
        max-width: 1152px !important;
    }
}

/* Мобилки и планшеты */
@media (max-width: 1199.98px) {
    .mxd-pinned {
      display: flex;
      flex-direction: column;
      padding: 0 1.6rem;
      align-items: center;
    }
  
    .mxd-pinned__title {
      position: relative;
      padding-top: 4rem;
      padding-bottom: 2rem;
      text-align: center;
    }
  
    .mxd-pinned__title-container {
      padding: 0;
      text-align: center;
    }
  
    .mxd-pinned__content {
      padding-top: 2rem;
    }
  
    .mxd-pinned__item {
      padding: 2.4rem 2rem;
    }
    .mxd-pinned__content-inner{
        padding: 0px;
    }
  }
  
  .promo_block{
    width: 39%;
    color: #5D78D9;
    text-align: center;
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 133.333% */
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    padding: 8px 16px;
    align-items: center;
    border-radius: 10.04px;
    border: 1px solid #A9BFEB;
    background: #FFF;
    backdrop-filter: blur(5px);
  }

  /* Десктоп — по умолчанию */
.promo_block {
    width: 100%;
  }
  
  .promo_block h1 {
    font-style: normal;
    font-weight: var(--font-weight-medium);
    font-size: 5.8rem;
    line-height: 1.2;
  }
  
  /* Планшеты (до 991.98px) */
  @media (max-width: 991.98px) {
    .promo_block h1 {
      font-size: 4.2rem;
    }
  }
  
  /* Смартфоны (до 575.98px) */
  @media (max-width: 575.98px) {
    .promo_block h1 {
      font-size: 3.2rem;
    }
  }

  
  /* Десктоп — по умолчанию */
.promo_block {
    width: 62%;
  }
  
  .promo_block h1 {
    font-style: normal;
    font-weight: var(--font-weight-medium);
    font-size: 5.8rem;
    line-height: 1.2;
  }
  
  /* Планшеты (до 991.98px) */
  @media (max-width: 991.98px) {
    .promo_block h1 {
    justify-content: center;
      font-size: 4.2rem;
    }
    .promo_block{
        justify-content: center;
      }
      .couches__quote p {
        font-size: 1.2rem;
    }
  }
  
  /* Смартфоны (до 575.98px) */
  @media (max-width: 575.98px) {
    .promo_block h1 {
      font-size: 3.2rem;
    }
    .promo_block{
        justify-content: center;
      }

    .h1-text{
        font-size: 16px;
    }
    .couches__quote p {
        font-size: 1.6rem;
    }
  }
  
  .hello_block{
    display: flex;
    flex-direction: column;
    gap: 52px;
  }

  .hello_block p{
    color: var(--Gray-900, #0D0D0D);
    font-family: var(--_font-accent);
    font-size: 31px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1px;
  }

  @media screen and (max-width: 768px) {
    .p-text {
      margin-top: 0px !important;
    }
  
    .headline__logo {
      margin-bottom: 0px !important;
    }
  
    .h1-text {
      padding-top: 0px !important;
    }
  
    .hello_block {
      gap: 12px;
    }
  
    .hello_block p {
      font-size: 20px;
    }
  }

  @media (max-width: 1024px) {
    .promo_block {
      width: 100%;
    }
  }
  .txt-container{
    max-width: 70%;
  }  

  .nw-blck{
    justify-content: center;
  }

  .txt-container {
    text-align: center;
  }
  
  .gap-80{
    gap: 80px;
  }

  .mt-74{
    margin-top: 74px;
  }

  .txt-promo-block{
    display: flex;
    /* justify-content: center; */
    text-transform: uppercase;
    margin-top: 20px;
  }

  .stats-achievements__text{
    font-family: var(--_font-accent);
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 100% */
    background: var(--PO-Gradient, linear-gradient(246deg, #00498C 1.51%, #002966 29.94%, #00063D 67.84%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .h2-tease{
    color: var(--White, #FFF);
    font-size: 44px;
  }

  .p-tease{
    color: var(--White, #FFF);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 60px;
  }



.sub-tease{
    color: var(--White, #FFF);
font-size: 14px;
font-style: normal;
font-weight: 400;
}

.sub-tease span{
color: var(--White, #FFF);
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 32px; 
}

.btn-white {
    background: #FFF;
    color: #00063D;
}
.btn-white span {
    color: #00063D;
}

.w288{
    max-height: 288px !important;
}


.h2-tease-center{
    margin-bottom: 70px;
    text-align: center;
}


@media screen and (max-width: 991px) {

    .mob-hide{
        display: none;
    }
    .title-split h3{
        font-size: 30px !important;
    }
}

.fll-x{
    display: flex;
    align-items: center;     /* Центр по вертикали */
    justify-content: center;

}

.stats-achievements__promo{
    padding: 24px;
    text-align: center;
    display: flex;
    justify-content: center;
    border-radius: 24px;
    border: 1px solid #E6E9ED;
    background: #F8FAFC;
    margin-top: 44px;
}
/* <!-- #2 QA Section Start--> */
.qa-wrap{
    display: flex;
    flex-direction: column;
    gap: 70px;
    justify-content: center;
    text-align: center;
}

.qa-title{
    color: var(--Gray-900, #0D0D0D);
    text-align: center;
    font-family: var(--_font-accent);
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 136.364% */
}

.qa-subtitle{
    color: var(--Gray-600, #535353);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 177.778% */
    margin-top: 12px;
}

.qa-items-row{
    display: flex;
    flex-direction: row;
    gap: 24px;
    justify-content: center;
    margin-top: 40px;
}

.qa-item{
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    border: 1px solid #E6E9ED;
    background: #F8FAFC;
    padding: 24px;
    flex: 1;
}

.qa-item-num{
    text-align: center;
    font-family: var(--_font-accent);
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 100% */
    background: var(--Team-Team-Gradient, linear-gradient(235deg, #008C63 1.68%, #00664E 24.43%, #003D3D 54.76%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.qa-item-descr{
    color: var(--Gray-600, #535353);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}

.qa-promo-block{
    display: flex;
    padding: 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
    border-radius: 60px;
    border: 1px solid var(--Border, rgba(0, 0, 0, 0.04));
    background: var(--Team-Team-Gradient, linear-gradient(235deg, #008C63 1.68%, #00664E 24.43%, #003D3D 54.76%));
}

.qa-promo-block p{
    color: #FFF;
    text-align: center;
    font-family: var(--_font-accent);
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 136.364% */
}
/* <!-- #2 QA Section End --> */

.h3-text-blck1{
    color: var(--Gray-900, #0D0D0D);
font-family: var(--_font-accent);
font-size: 44px;
font-style: normal;
font-weight: 500;
line-height: 60px; /* 136.364% */
}

.h3-text-blck1 span{
    color: var(--Gray-900, #0D0D0D);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 177.778% */
}

.h3-text-blck2, .list-ul-blck2{
    color: var(--Gray-600, #535353);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}

.title-2-split-wrap{
    display: flex;
    flex-direction:column;
    gap: 40px;
}

.reg-card-wrap{
    display: flex;
    flex-direction: column;
    gap: 9px;
    justify-content: center;
    flex: 1;
}

.reg-card-item{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 8px;
    padding: 20px;
    flex: 1 0 0;
    border-radius: 32px;
    border: 1px solid var(--Border, rgba(0, 0, 0, 0.04));
    background: #F8FAFC;
}

.reg-card-item-title{
    color: var(--Gray-900, #0D0D0D);
    text-align: center;
    font-family:var(--_font-accent);
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.reg-card-item-subtitle{
    color: var(--Gray-600, #535353);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
}

.acc{
    border-radius: 32px;
    background: linear-gradient(246deg, #80D0C7 1.51%, #13547A 96.27%);
    color: white;
}

.acc-t{
    color: #FFF;
    text-align: center;
    font-family: var(--_font-accent);
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px; /* 116.667% */
}

.acc-sb{
    color: var(--White, #FFF);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
}

.ask__wrap{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ask__item-wrap{
    
    margin-top: 58px;
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.ask__item{
    flex: 1;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 24px;
    border-radius: 24px;
    border: 1px solid #E6E9ED;
    background: #F8FCFC;
}

.ask__item-num{
    text-align: center;
    font-family: var(--_font-accent);
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 100% */
    background: linear-gradient(246deg, #80D0C7 1.51%, #13547A 96.27%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ask__item-text{
    font-size: 14px;
}


@media only screen and (max-width: 768px) {
    .qa-items-row{
        flex-direction: column;
    }
    .h1-text span{
        font-size: 16px;
    }
    .ask__item-wrap{
    flex-direction: column;
    }

}

