@charset "UTF-8";

/***** FONTS *****/

@font-face {
    font-family: "Inter-Bold";
    font-display: swap;
    src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Inter-Medium";
    font-display: swap;
    src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Inter-Regular";
    font-display: swap;
    src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Inter-SemiBold";
    font-display: swap;
    src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

/***** GENERAL *****/

:root {
    --white: #ffffff;
    --light_gray: #F5F5F5;
    --dark_gray: #787486;
    --line_color: #DBDBDB;
    --dark_blue: #0D062D;
    --item_save_color: #5030E5;
    --card_item_color_1: rgba(80,48,229,40%);
    --card_item_color_2: rgba(255,165,0,70%);
    --card_item_color_3: #8BC48A;
    --save-item: rgba(80,48,229,8%);
}

html {
    font-size: 16px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    font-family: "Inter-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 140%;
    color: var(--dark_blue);
    background-color: #ffffff;
    margin: 0;
    width: 100%;
    overflow-x: hidden;
    position: relative;
}

body.no-scroll {
    position: fixed;
}

main {
    width: 100%;
    position: relative;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
}

.md-hidden {
    display: none;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.hidden {
    display: none !important;
}

input:-internal-autofill-selected {
    -webkit-appearance: menulist-button;
    -moz-appearance: menulist-button;
    appearance: menulist-button;
    background-image: none !important;
    background-color: transparent !important;
    color: fieldtext !important;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
}

a:hover,
button:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

a {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}

a:active,
a:hover,
a:focus {
    outline: 0;
    color: var(--color_1);
    outline: none;
    outline-offset: 0;
    text-decoration: none;
}

a[role=button] {
    text-decoration: none;
}

figure {
    margin: 0;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

svg,
svg:hover,
path,
polygon {
    -webkit-transition: 0.05s;
    -o-transition: 0.05s;
    transition: 0.05s;
}

svg:not(:root) {
    overflow: hidden;
}

h1,
h2,
h3 {
    font-weight: normal;
    margin: 0;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

mark {
    background: none;
    font-weight: 600;
    color: red;
    margin-left: 0.3125rem;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
    border: 0;
    border-top: 1px solid #f2f2f2;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
    outline: none;
    outline-offset: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 0.125rem;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/***** ELEMENTS *****/

/*-----buttons----*/

.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    gap: 1rem;
    min-height: 2.5rem;
    min-width: 5rem;
    padding: 0.75rem 2rem;
    border-radius: 1.5rem;
    border: 1px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    background: transparent;
    cursor: pointer;
}

.button-global {
    background: #4762d1;
    color: var(--gray_text);
}

.button-global:hover,
.button-global:focus {
    background: #3e55b4;
    color: var(--gray_text);
}

.button-global:active {
    background: #2a3a78;
    color: var(--gray_text);
}

.button-global:disabled {
    background: #b0b0b0;
    color: var(--gray_text);
}

.button-border {
    background: transparent;
    color: #4762d1;
    border-color: #4762d1;
}

.button-border:hover,
.button-border:focus {
    background: transparent;
    color: #3e55b4;
    border-color: #3e55b4;
}

.button-border:active {
    background: #2a3a78;
    border-color: #2a3a78;
    color: var(--gray_text);
}

.button-border:disabled {
    background: transparent;
    color: #b0b0b0;
    border-color: #b0b0b0;
}

.button-light {
    background: var(--light_green);
    color: var(--deep_emerald);
}

.button-light:hover,
.button-light:focus {
    background: #99e7ae;
    color: var(--deep_emerald);
}

.button-light:hover:active,
.button-light:focus:active {
    background: var(--light_green);
    color: var(--deep_emerald);
}

a.more {
    color: #4762d1;
    text-decoration: underline;
}

a.more:hover {
    text-decoration: none;
}

/*-----title-----*/

.page-title {
    font-family: "Mulish-Bold";
    font-size: 3rem;
    line-height: 1.2;
}

.section-title {
    font-family: "Mulish-Bold";
    font-size: 2.5rem;
    line-height: 1.2;
}

.sub-title {
    font-family: "Mulish-Bold";
    font-size: 1.5rem;
    line-height: 1.2;
}

.sub-title span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    color: #4762d1;
}

.no-webp .sub-title span:after{
    background-image: url(../img/decor/line.png); }

.sub-title span:after {
    content: "";
    position: absolute;
    bottom: -0.625rem;
    left: 0;
    width: 100%;
    height: 0.625rem;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}

.big-text {
    margin: 40px auto;
    font-size: 1.5rem;
    line-height: 1.3;
    max-width: 652px;
}

.big-text em {
    font-family: "Mulish-SemiBold";
    color: #4762d1;
    font-style: italic;
}

.text-small {
    font-size: 14px;
}

.text em,
.text i {
    font-family: "Mulish-SemiBold";
    color: #4762d1;
}

.text blockquote {
    margin: 0;
    font-family: "Mulish-SemiBold";
    font-size: 1.125rem;
}

.text blockquote:before {
    content: "{";
    color: #4762d1;
}

.text blockquote:after {
    content: "}";
    color: #4762d1;
}

.text ul {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 2.5rem;
    width: 100%;
}

.text ul li {
    margin: 1.2em 0;
    position: relative;
    padding-left: 1.5rem;
}

.text ul li:before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    background: #4762d1;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0.5rem;
}

.text span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}

.text span:after {
    content: "";
    position: absolute;
    bottom: -0.625rem;
    left: 0;
    width: 100%;
    height: 0.625rem;
    background-image: url(../img/decor/line.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}

.regular-text.text blockquote {
    font-family: "Mulish-Regular";
}

/***** BLOCKS GLOBAL *****/

/*----header-----*/

header {
    position: static;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-bottom: 1px solid var(--line_color);
}

.header {
    min-height: 4.0625rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0 1.5rem;
    padding-top: 20px;
    padding-bottom: 20px;
}

.logo {
    width: 16.25rem;
}

.logo img.desc-logo {
    display: block;
    width: 12.625rem;
    height: auto;
}

.logo img.mob-logo {
    display: none;
    width: 2rem;
    height: auto;
}

.site-bar {
    width: 16.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.site-bar .actions {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.site-bar .actions .user-data p {
    margin-bottom: 0;
    margin-top: 0;
}

.site-bar .actions .user-data .user-hello {
    text-align: right;
    font-size: 14px;
    color: var(--dark_gray);
}

.site-bar .actions .icon-border {
    width: 60px;
    height: 60px;
    --b: 0.125rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0.8333rem;
    aspect-ratio: 1;
    z-index: 0;
    cursor: pointer;
    font-size: 1.2222rem;
    color: #0eacfd;
    position: relative;
}

.site-bar .actions .icon-border::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: var(--c, linear-gradient(to right, #03e0a6, #4b6cfa));
    padding: var(--b);
    border-radius: 100%;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.site-bar .actions .call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.site-bar .actions .call .phone {
    font-family: "TTCommons-Regular";
    font-weight: 400;
    font-size: 1.438rem;
}

.site-bar .actions .call .callback {
    border-bottom: 0.14rem dotted #58dbf4;
    color: #58dbf4;
    font-size: 1.188rem;
    font-family: "TTCommons-Regular";
}

/*----------navigation-------------*/

.nav {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav .head-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.375rem;
    height: 100%;
}

.nav .head-menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    height: 100%;
    padding: 0.875rem 0;
    position: relative;
}

.nav .head-menu li .togg {
    width: 0;
    height: 0;
    border-left: 0.3125rem solid transparent;
    border-right: 0.3125rem solid transparent;
    border-top: 0.5rem solid #16154f;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.nav .head-menu li a {
    line-height: 1.2;
    font-family: "TTCommons-Regular";
    text-transform: uppercase;
    color: #ffffff;
}

.nav .head-menu li a:hover,
.nav .head-menu li a.active {
    border-bottom: 2px solid;
    -o-border-image: -o-linear-gradient(150deg, rgb(2, 245, 178) 0%, rgb(14, 173, 252) 100%) 1;
    border-image: linear-gradient(300deg, rgb(2, 245, 178) 0%, rgb(14, 173, 252) 100%) 1;
}

.nav .head-menu li.current-menu-item a {
    border-bottom: 2px solid;
    -o-border-image: -o-linear-gradient(150deg, rgb(2, 245, 178) 0%, rgb(14, 173, 252) 100%) 1;
    border-image: linear-gradient(300deg, rgb(2, 245, 178) 0%, rgb(14, 173, 252) 100%) 1;
}

.nav .head-menu li .sub-menu {
    width: 17.5rem;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 1rem 2rem;
    background-color: var(--white);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    border-radius: 0.5rem;
}

.nav .head-menu li .sub-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 0.3125rem solid transparent;
    border-right: 0.3125rem solid transparent;
    border-bottom: 0.625rem solid #fff;
    position: absolute;
    top: -0.5625rem;
    right: 0.625rem;
}

.nav .head-menu li .sub-menu li {
    width: 100%;
    display: block;
    position: relative;
    z-index: 10;
    padding: 0.5rem 0;
}

.nav .head-menu li .sub-menu li a {
    font-size: 1rem;
}

.nav-mobile {
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    z-index: 9997;
    background: #ebf0fd;
    padding: 7.5rem 2.5rem 2.5rem;
    display: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.nav-mobile.active {
    left: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

footer {
    background-color: var(--gray_light);
    padding: 4rem 0;
}

.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.25rem;
}

.widget {
    min-width: 22.1875rem;
}

.widget:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1rem;
}

.widget:nth-child(2) {
    width: 29.6875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5rem 6.25rem;
}

.widget:nth-child(3) {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1.5rem;
}

.widget .logo img {
    width: 8.875rem;
    height: auto;
}

.widget .widget-title {
    font-family: "Mulish-SemiBold";
}

.copy {
    font-size: 0.875rem;
    color: #b0b0b0;
}

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
}

.social a {
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    color: #4762d1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social a svg,
.social a img {
    height: 1.875rem;
    width: auto;
}

.social a:hover {
    color: #3e55b4;
}

.footer-nav {
    border-top: 1px solid var(--light_green);
}

.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
}

.footer-nav ul li {
    margin-bottom: 1rem;
}

.footer-nav ul li:last-child {
    margin-bottom: 0;
}

.footer-nav ul li a {
    font-size: 1rem;
    line-height: 1.2;
}

.footer-nav ul li a:hover {
    color: #4762d1;
}

.footer-nav ul li.current-menu-item a {
    color: #4762d1;
}

.footer-logos {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-logos img {
    height: 2rem;
    width: auto;
}

/*------ accordion ------*/

.accordion {
    margin-top: 2.5rem;
}

.accordion .accordion-box {
    border: 1px solid #ebf0fd;
    border-radius: 1.5rem;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.accordion .accordion-box .top {
    height: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1.5rem;
    font-family: "Mulish-SemiBold";
    font-size: 1.5rem;
    line-height: 1.2;
    background-color: #ebf0fd;
    cursor: pointer;
}

.accordion .accordion-box .top:after {
    content: "";
    width: 2rem;
    height: 2rem;
    background-image: url(../img/icons/plus.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.accordion .accordion-box .accordion-body {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}

.accordion .accordion-box .accordion-body .block {
    width: 100%;
    padding: 0.75rem 1.5rem;
}

.accordion .accordion-box.active .top:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.forma input {
    width: 100%;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    border-radius: 1.5rem;
    border: 1px solid #4762d1;
    background-color: transparent;
}

.forma input:focus {
    border-color: #16154f;
    background-color: #fff;
}

.forma input::-webkit-input-placeholder {
    color: #b4b4b4;
}

.forma input::-moz-placeholder {
    color: #b4b4b4;
}

.forma input:-moz-placeholder {
    color: #b4b4b4;
}

.forma input:-ms-input-placeholder {
    color: #b4b4b4;
}

.forma input:focus::-webkit-input-placeholder {
    color: transparent;
}

.forma input:focus::-moz-placeholder {
    color: transparent;
}

.forma input:focus:-moz-placeholder {
    color: transparent;
}

.forma input:focus:-ms-input-placeholder {
    color: transparent;
}

.forma .buttom {
    margin-top: 3rem;
}

.select2-container {
    width: auto !important;
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid #e0e1e7;
    border-radius: 1.5rem;
    height: 3rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #16154F;
    line-height: 1;
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Mulish-Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    padding-left: 1.5rem;
    padding-right: 3.5rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 3rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    width: 0.5rem;
    height: 0.5rem;
    background-image: url(../img/icons/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.8;
    margin-top: -0.25rem;
}

.select2-dropdown {
    background-color: #fff;
    border: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    z-index: 1051;
    -webkit-box-shadow: 0 0.8125rem 1.25rem rgba(212, 215, 231, 0.32);
    box-shadow: 0 0.8125rem 1.25rem rgba(212, 215, 231, 0.32);
}

.select2-results__option {
    padding: 0.375rem;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    font-size: 0.8125rem;
    line-height: 1;
    font-family: "OpenSans-Regular";
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #4762D1;
    color: #fff;
}

/***** Sections *****/

/***** Pages *****/

.dashboard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
}

.dashboard .cr-1 {
    background-color: var(--card_item_color_1);
}

.dashboard .cr-2 {
    background-color: var(--card_item_color_2);
}

.dashboard .cr-3 {
    background-color: var(--card_item_color_3);
}

.dashboard .lead-card-line_1 {
    border-color: #800080;
}

.dashboard .lead-card-line_2 {
    border-color: #FFA500;
}

.dashboard .lead-card-line_3 {
    border-color: #8BC48A;
}

.dashboard .title {
    font-size: 2.875rem;
    color: var(--dark_blue);
    font-family: "Inter-SemiBold";
    margin-top: 50px;
}

.dashboard .sidebar {
    width: 260px;
    border-right: 1px solid var(--line_color);
    padding-right: 25px;
}

.dashboard .main {
    padding-left: 46px;
    padding-right: 26px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.dashboard .report-block {
    width: 100%;
}
.report-container-user .report-block{
    padding: 10px;
}
.dashboard .result-header {
    width: 100%;
    height: 68px;
    background-color: rgba(80, 48, 229, 0.68);
    color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    margin-top: 50px;
    padding-left: 24px;
    padding-right: 24px;
}

.dashboard .leads-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-top: 40px;
}

.dashboard .lead-card {
    width: 100%;
    background-color: var(--light_gray);
    height: auto;
    border-radius: 16px;
}

.lead-card {
    padding-left: 1.188rem;
    padding-right: 1.188rem;
    padding-top: 1.5rem;
    padding-bottom: 1.188rem;
}

.lead-card-header {
    border-bottom: 3px solid;
}

.lead-card-point {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.lead-card-data {
    font-family: "Inter-Medium";
    margin-top: 0;
}

.lead-card-body {
    background-color: var(--white);
    border-radius: 16px;
    padding-top: 1.125rem;
    padding-bottom: 1.25rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-top: 24px;
}

.lead-card-body-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lead-pays {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pay-title {
    color: #D58D49;
    font-size: 0.875rem;
    font-family: "Inter-Medium";
}

.pay {
    background-color: rgba(223, 168, 116, 0.2);
    color: #D58D49;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.813rem;
    border-radius: 4px;
    font-family: "Inter-Medium";
}

.lead-title {
    font-size: 18px;
    font-family: "Inter-SemiBold";
}

.lead-tag {
    color: var(--dark_gray);
    font-size: 0.9rem;
}

.lead-tag span {
    color: #6F6A82;
    font-family: "Inter-Medium";
}

.lead-item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    margin-bottom: 10px;
    border-radius: 4px;
    padding-left: 18px;
}

.item-name {
    font-family: "Inter-SemiBold";
    color: var(--white);
    margin-bottom: 8px;
    margin-top: 8px;
}

.item-value {
    color: var(--white);
    font-family: "Inter-Regular";
    margin-bottom: 8px;
    margin-top: 8px;
}

.lead-responsible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    margin-top: 30px;
}

.responsible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    border-radius: 4px;
    background-color: #F1EEFD;
    width: 100%;
    padding-left: 18px;
}

.responsible-name {
    margin-bottom: 8px;
    margin-top: 8px;
    font-family: "Inter-SemiBold";
}

.responsible-value {
    margin-bottom: 8px;
    margin-top: 8px;
}

.save-report-title {
    font-family: "Inter-Bold";
    font-size: 12px;
    color: var(--dark_gray);
}
.save-report-item p{
    width: 100%;
    text-align: center;
    margin-top: 0;
    font-family: "Inter-Regular";
}
.save-report-item {
    background-color: var(--save-item);
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 6px;
    flex-wrap: wrap;
    font-family: "Inter-SemiBold";
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    margin-bottom: 10px;
    justify-content: center;
}

.item-point {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.point-1 {
    background-color: #7AC555;
}

.point-2 {
    background-color: #FFA500;
}

.doc-slide {
    position: relative;
    width: 225px;
    background-color: var(--light_gray);
    border-radius: 16px;
    margin-top: 70px;
}

.round {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -38px;
    width: 75px;
    height: 75px;
    background-color: var(--light_gray);
    border-radius: 50%;
    margin-top: -45px;
    z-index: -1;
}

.round img {
    margin-top: -13px;
    width: 100%;
    height: auto;
}

.content {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.doc-slide .title {
    font-size: 14px;
    font-family: "Inter-Medium";
    color: black;
    text-align: center;
    margin-top: 0;
}

.text {
    font-size: 13px;
    color: #787486;
    text-align: center;
}

.swiper-pagination {
    bottom: 10px !important;
}

@media (min-width: 280px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    /* Работает в Firefox */

    * {
        scrollbar-width: thin;
        scrollbar-color: #34a1e5 transparent;
    }

    /* Работает в Chrome, Edge и Safari */

    *::-webkit-scrollbar {
        width: 0.3125rem;
        height: 0.1875rem;
    }

    *::-webkit-scrollbar-track {
        background: transparent;
        border-left: 1px solid #d4d7e7;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #34a1e5;
        border-radius: 1.25rem;
    }

    *::-webkit-scrollbar-thumb:hover {
        background-color: #434356;
    }

    header.sticky {
        top: 0;
        background: var(--white);
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

    .nav .head-menu li .sub-menu {
        max-height: 0;
        overflow: hidden;
        visibility: hidden;
        z-index: -1;
    }

    .nav .head-menu li:hover .sub-menu {
        max-height: 93.75rem;
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
        overflow: visible;
        visibility: visible;
        z-index: 10;
    }
}

@media (max-width: 1680px) {
    html {
        font-size: 15px;
    }
}

@media (max-width: 1520px) {
    html {
        font-size: 14px;
    }
}

@media (max-width: 1440px) {
    html {
        font-size: 13px;
    }
}

@media (max-width: 1200px) {
    html {
        font-size: 12px;
    }

    .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .logo {
        width: 10rem;
    }
}

@media (max-width: 992px) {
    .page-title {
        font-size: 38px;
    }

    .section-title {
        font-size: 32px;
    }

    .sub-title {
        font-size: 20px;
    }

    header {
        position: absolute;
        top: 1rem;
    }

    .header {
        min-height: 4rem;
        padding: 0 2.5rem;
    }

    .header .nav {
        display: none;
    }

    .logo img.desc-logo {
        display: none;
    }

    .logo img.mob-logo {
        display: block;
    }

    .nav {
        display: block;
        height: calc(100% - 5.5rem);
        overflow-y: auto;
        padding: 0 1rem;
        margin-left: -1rem;
        margin-right: -1rem;
        margin-bottom: 2.5rem;
    }

    .nav .head-menu {
        display: block;
    }

    .nav .head-menu li {
        height: auto;
        padding: 1rem 0;
        gap: 0 1.25rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .nav .head-menu li .togg.active {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .nav .head-menu li a {
        font-size: 20px;
    }

    .nav .head-menu li .sub-menu {
        position: static;
        width: 100%;
        text-align: center;
        background: transparent;
        display: none;
    }

    .nav .head-menu li .sub-menu.active {
        display: block;
    }

    .nav .head-menu li .sub-menu:before {
        display: none;
    }

    .nav-mobile {
        display: block;
    }

    .footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        gap: 2.5rem;
    }

    .widget:nth-child(1) {
        width: 100%;
        min-width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .widget:nth-child(2) {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        min-width: 100%;
    }

    .widget:nth-child(3) {
        width: 100%;
        min-width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-nav {
        width: calc(33.33% - 1rem);
    }

    .accordion .accordion-box .top {
        font-size: 18px;
    }

    .accordion .accordion-box .top:after {
        width: 1.5rem;
        height: 1.5rem;
    }

    .select2-container--default .select2-selection--single {
        height: 3rem;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        height: 3rem;
        font-size: 1rem;
    }
}

@media (max-width: 991px) {
    .select2-results__option {
        font-size: 1rem;
        padding: 0.75rem 0.375rem;
    }
}

@media (max-width: 680px) {
    .page-title {
        font-size: 32px;
    }

    .section-title {
        font-size: 28px;
    }

    .sub-title {
        font-size: 18px;
    }
}

@media (max-width: 540px) {
    .button {
        font-size: 0.875rem;
        min-height: 2.375rem;
        min-width: 8.4375rem;
        padding: 0.5rem 2rem;
    }

    .page-title {
        font-size: 24px;
    }

    .section-title {
        font-size: 20px;
    }

    header {
        position: absolute;
        top: 1rem;
    }

    .header {
        min-height: 2.875rem;
        padding: 0 2rem;
    }

    .nav-mobile {
        padding: 5rem 2rem 2.5rem;
    }

    .widget:nth-child(3) .button {
        margin-top: 2rem;
    }

    .footer-nav {
        width: 100%;
    }

    .footer-nav ul li a {
        font-size: 0.875rem;
    }

    .accordion .accordion-box {
        margin-bottom: 1rem;
        border-radius: 1rem;
    }

    .accordion .accordion-box .top {
        font-size: 16px;
    }

    .accordion .accordion-box .top:after {
        width: 1.2rem;
        height: 1.2rem;
    }
}
.not-user{
    margin-top: 35px;
}
.create-report{
    margin-top: 50px;
}
.create-report-wrapper h1{
    margin-bottom: 25px;
}
#generate-report{
    margin-top: 30px;
}
.date-fields{
    display: flex;
    column-gap: 18px;
    justify-content: center;
}
.filters-container-user{
    display: flex;
    row-gap: 10px;
    column-gap: 10px;
    flex-wrap: wrap;
}
.create-report .container{
    max-width: 650px;
    margin: 0 auto;
    padding: 25px;
}
.create-report{
    border-radius: 16px;
    background-color: #f5f5f5;
}
.create-report .container h1, .selecting-user h3{
    font-family: "Inter-Semibold";
    font-size: 18px;
    margin-bottom: 15px;
}
#generate-report{
    background-color: #119be0;
    display: inline-block;
    padding: 12px 24px;
    margin-top: 20px;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
    text-decoration: none;
    color: white;
}
.selecting-user{
    margin-top: 15px;
}
.flatpickr-input{
    height: 40px;
    padding-left: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: "Inter-Medium"!important;
    border-radius: 6px;
    border: 1px solid #d3bebe;
    width: 215px;
}
.date-fields div{
    display: flex;
    column-gap: 8px;
    align-items: center;
}


.selector {
    position: relative;
    width: 300px;
    font-family: sans-serif;
}
.selector-display {
    padding: 10px;
    border: 1px solid #d3bebe;
    border-radius: 8px;
    cursor: pointer;
    background: #fff;
    color: #757575;
}
.selector-options {
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    max-height: 324px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    z-index: 99;
}
.selector-options label {
    display: flex;
    padding: 8px 12px;
    cursor: pointer;
    align-items: center;
}
.selector-options label:hover {
    background: #f0f0f0;
}
.selector-tags {
    margin-top: 8px;
}
.selector-tag {
    background-color: #8872ed;
    color: #ffffff;
    padding: 8px 14px;
    border-radius: 5px;
    font-size: 14px;
    max-width: 300px;
    margin-bottom: 10px;
}
input[type="checkbox"]{
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.header-user{
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.header-user-point{
    width: 8px;
    height: 8px;
    background-color: #8872ed;
    border-radius: 50%;
}
.filters-container-user .filter-field{
    display: grid;
    row-gap: 6px;
}
.filters-container-user .filter-field .select2-container{
    width: 240px!important;
}
.filters-container-user .filter-field .filter{
    width: 240px;
    height: 31px;
    border: 1px solid #aaa;
    color:#75757d;
}
.filters-container-user{
    padding: 10px;
    background-color: whitesmoke;
}
.report-container-user .result-header{
    margin-top: 24px;
}
.result-pays{
    font-family: "Inter-Medium";
}
.result-pays span{
    font-family: "Inter-Regular";
}
.status-report{
    font-family: "Inter-Semibold";
    font-size: 32px;
    margin-bottom: 30px;
    margin-top: 56px;
    text-align: center;
}
.riswrapper{
    display: flex;
    align-items: center;
    column-gap: 5px;
}
#filters{
  padding-top: 20px;
}
#filters .select2-container {
    width: 220px!important;
}
#filters .filter-field .filter{
    width: 220px !important;
    height: 31px;
    border-radius: 4px;
    border: 1px solid #aaa;
    color: #8a6363;
}
#filters .filter-field{
    margin-bottom: 10px;
}
.select2-results__option{
    font-size: 16px!important;
    line-height: 20px;
    font-family: "Inter-Regular";
}
.select2-selection__clear{
    display: none!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: red;
    color: white;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: #aa0b0b;
    color: #ded5d5;
    outline: 0;
}
.amo-link{
    width: calc(33.33% - 1.25rem);
    display: block;
}
.user-avatar{
    width: 60px;
    height: 50px;
    border-radius: 50%;
}
.shake {
    display: inline-block;
    animation: shake 0.5s infinite;
}

@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-3px); }
    50% { transform: translateX(3px); }
    75% { transform: translateX(-3px); }
    100% { transform: translateX(0); }
}

.logobar{
    width: 16.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}
.logo-wrapper {
    position: relative;
    width: 228px;
    height: auto;
}

.logo {
    position: absolute;
    top: -25px;
    left: 0;
    width: 225px;
    height: auto;
    opacity: 0;
    animation: logoFade 6s infinite;
}

.logo1 {
    animation-delay: 0s;
}

.logo2 {
    animation-delay: 3s;
}

@keyframes logoFade {
    0%   { opacity: 1; }
    45%  { opacity: 1; }
    55%  { opacity: 0; }
    100% { opacity: 0; }
}
.not-view{
    font-size: 25px;
    line-height: 40px;
}
.update-token{
    background-color: whitesmoke;
    border-radius:16px;
    padding: 16px;
}
.update-token .refresh_time {
}
.update-token .next-date {
    font-family: "Inter-SemiBold";
}
.update-token .days span{
    font-family: "Inter-SemiBold";
}
.update-token-link{
    color: white;
    display: block;
    padding: 12px;
    background: #5ec0f1;
    border-radius: 8px;
    text-align: center;
    margin-top: 12px;
    font-family: "Inter-SemiBold";
}
.update-token-link:hover{
    color: white;
    background: #119be0;
}

.clinics-sum span{
    font-weight: 700;
}
.save-report{
    max-height: 300px; 
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 18px;
}
.aggregates{
    background-color: #f5f5f5;
    border-radius: 16px;
    padding-left: 1.188rem;
    padding-right: 1.188rem;
    padding-top: 1.5rem;
    padding-bottom: 1.188rem;
    margin-top: 20px;
}
.aggregates .responsible-user{
    background-color: #fff;
    border-radius: 16px;
    padding-top: 1.125rem;
    padding-bottom: 1.25rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}
.aggregates .aggreg-group{
    display: flex;
    column-gap: 5px;
    color: white;
    margin-bottom: 10px;
    border-radius: 4px;
    padding-left: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.coordinator-totals, .branches-totals, .psychologist-totals, .doctor-totals{
    margin-top: 22px;
}
.aggregates .group-title{
    margin-bottom: 10px;
    font-family: "Inter-SemiBold";
    font-size: 19px;
}
.aggregates .responsible-user-name{
  font-family: "Inter-Semibold";
  font-size: 20px;  
}
.aggregates .aggregat-item:not(:first-child){
    margin-top:30px;
}
.cr-4{
    background-color: #007aff;
}
.down-report{
    text-decoration: underline;
}
.down-report:hover{
    text-decoration: none;
}