@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


/* Reset and base styles  */
* {
    padding: 0px;
    margin: 0px;
    border: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Links */

a, a:link, a:visited  {
    text-decoration: none;
}

a:hover  {
    text-decoration: none;
}

/* Common */

aside, nav, footer, header, section, main {
    display: block;
}

h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
    font-weight: inherit;
}

ul, ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

img, svg {
    max-width: 100%;
    height: auto;
}

address {
    font-style: normal;
}

/* Form */

input, textarea, button, select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
    display: none;
}

button, input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

label {
    cursor: pointer;
}

legend {
    display: block;
}

.container_new {
    width: 100%;
    max-width: 1920px;
    padding: 0 40px;
}

.sidebar.layout {
    padding-left: 0;
    padding-right: 0;
}

.head_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

header {
    background: #2C2C2C;
    /*z-index: 9999;
    position: fixed;
    width: 100%;*/
}

.lang_select select {
    margin: 0;
    background: #444446;
    border: unset;
    padding: 9px;
    height: unset;
    line-height: 1;
    -webkit-appearance: none;
    padding-right: 30px;
    color: #fff;
    font-family: Roboto;
    padding-left: 40px;
}

.lang_select select:focus-visible {
    outline: none;
}

.lang_select {
    position: relative;
}

.lang_select:before {
    display: block;
    position: absolute;
    content: '';
    width: 10px;
    height: 5px;
    background: url("/img/str.svg");
    background-size: contain;
    background-repeat: no-repeat;
    right: 11px;
    top: 15px;
}

.lang_select select span:before {
    display: block;
    position: absolute;
    content: '';
    width: 10px;
    height: 5px;
    background: url("/img/str.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.new .main-sidebar, .new .main-sidebar::before {
    transition: margin-left .3s ease-in-out,width .3s ease-in-out;
    width: 400px;
}

body.new:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body.new:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body.new:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
    transition: margin-left .3s ease-in-out;
    margin-left: 400px;
    padding: 60px;
}

.new .sidebar {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 50px;
    padding-bottom: 190px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sidebar .text-sm .nav-link {
    padding: 0;
}

.main-sidebar .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
}

.main-sidebar .brand-link {
    padding: 0;
    border: none;
}

[class*=sidebar-dark] .top .brand-link {
    border-bottom: none;
}

.new .main-sidebar {
    padding-top: 60px;
}

.main-sidebar .brand-link span {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 700!important;
}

[class*=sidebar-dark-].main-sidebar {
    background-color: #444446;
}

.nav-sidebar.nav .nav-item>.nav-link {
    margin-bottom: 28px;
}

.nav-sidebar .nav-link p {
    font-size: 22px;
    font-weight: 500;
    color: #ffffff8a;
    line-height: 1;
}

[class*=sidebar-dark-] .nav.nav-sidebar>.nav-item.menu-open>.nav-link, [class*=sidebar-dark-] .nav.nav-sidebar>.nav-item:hover>.nav-link, [class*=sidebar-dark-] .nav.nav-sidebar>.nav-item>.nav-link:focus {
    background-color: unset;
    color: #fff;
}

[class*=sidebar-dark-] .nav.nav-sidebar>.nav-item>.nav-link:focus p {
    color: #FFFFFF;
}

.nav-sidebar .nav-link p:hover {
    color: #FFFFFF;
}

/*body:not(.layout-fixed) .main-sidebar {
    min-height: unset!important;
}*/

body:not(.layout-fixed) .main-sidebar.nav-compact {
    height: 100vh;
}

.sidebar .test a {
    padding: 25px 50px 25px 89px;
    font-size: 22px;
    color: #FFFFFF;
    font-weight: 500;
    background: #3DAFBC;
    display: inline-block;
    position: relative;
    width: 100%;
}

.sidebar .test a:before {
    display: block;
    position: absolute;
    content: '';
    width: 32px;
    height: 32px;
    background: url("/img/play_circle_filled.svg");
    background-size: contain;
    background-repeat: no-repeat;
    left: 45px;
    top: 32%;
}

body:not(.layout-fixed) .nav-compact.main-sidebar .sidebar {
    overflow-y: hidden;
}

[class*=sidebar-dark-] .sidebar .test a {
    color: #FFFFFF;
}

.main-header.navbar {
    display: none;
}

.new .content-wrapper {
    height: 100%;
}

body.new {
    /*overflow-y: hidden;*/
    font-family: Roboto;
}

.new .row {
    margin-right: 0;
    margin-left: 0;
}

.right_side h2 {
    font-size: 32px;
    font-weight: 700;
    color: #2C2C2C;
    margin: 0;
    padding-bottom: 20px;
}

.time_all {
    display: flex;
}

.time_all .time {
    margin: 0;
    padding-right: 7px;
    font-size: 20px;
    font-weight: 500;
    color: rgba(44, 44, 44, 0.6);
}

.time_all .data {
    margin: 0;
    padding-right: 7px;
    font-size: 20px;
    font-weight: 400;
    color: rgba(44, 44, 44, 0.6);
}

.my_cab .top {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.my_cab .top h3 {
    margin: 0;
    color: #2C2C2C;
}

.my_cab .main_pro {
    background: #FFFFFF;
    padding: 40px 25px 30px 25px;
    width: 35%;
    position: relative;
}

.new .content-wrapper {
    background: #F9F7FA;
}

.my_cab .helpers {
    background: #FFFFFF;
    padding: 40px 25px 30px 25px;
    width: 65%;
}

.my_cab .helpers .motivation {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    padding-top: 35px;
}

.my_cab {
    width: 100%;
}

.my_cab .btn {
    padding: 0;
    border-radius: 0;
    display: flex;
    justify-content: center;
}

.my_cab .btn a {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    padding: 25px 30px;
    background: #3DAFBC;
}

.my_cab .drob {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.my_cab .blk_btn {
    padding-top: 20px;
}

.my_cab .days {
    text-align: center;
    padding-bottom: 35px;
    margin-top: -70px;
}

.my_cab .big {
    margin: 0;
    font-size: 42px;
    font-weight: 500;
    color: #2C2C2C;
    line-height: 1;
}

.my_cab .min {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 1;
}

.my_cab .day {
    font-size: 22px;
    color: rgba(44, 44, 44, 0.6);
    margin: 0;
}

.my_cab .main_pro .image {
    text-align: center;
}

.helpers .zag p {
    padding-top: 10px;
    font-size: 20px;
    color: #2C2C2C;
    margin: 0;
}

.helpers .mot {
    padding: 0 20px;
    border-radius: 6px;
    width: 33%;
}

.helpers .mot .icon {
    text-align: center;
}

.helpers .mot.blue {
    /*background: #3D58A7;*/
}

.helpers .mot.blue .icon img {
    max-height: 70px;
}

.helpers .mot.orange {
    /*background: #F97010;*/
}

.helpers .mot.orange .icon img {
    max-height: 70px;
}

.helpers .mot.yellow {
    /*background: #FCB01F;*/
}

.helpers .mot.yellow .icon img {
    max-height: 70px;
}

.helpers .mot .opis {
    padding-top: 8px;
}

.helpers h4 {
    /*color: #FFFFFF;*/
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.helpers .opis p {
    padding-top: 10px;
    /*color: #FFFFFF;*/
    color: #000;
    font-size: 18px;
    margin: 0;
    line-height: 1.3;
    text-align: center;
}

body.sidebar:hover::-webkit-scrollbar {
    width: 0;
    height: .5rem;
}

.my_cab .bottom {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.my_cab .time_pro {
    background: #FFFFFF;
    padding: 40px 25px 30px 25px;
    width: 50%;
}

.my_cab .rezultat {
    background: #FFFFFF;
    padding: 40px 25px 30px 25px;
    width: 50%;
}

.my_cab .times {
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.my_cab .times .time_blk {
    width: 50%;
    text-align: center;
}

.my_cab .times .time {
    font-size: 32px;
    font-weight: 300;
    color: #2C2C2C;
    margin: 0;
}

.my_cab .time_blk.yellow .time {
    color: #FCB01F;
    font-weight: 700;
}

.my_cab .times .opis_time {
    font-size: 18px;
    font-weight: 400;
    color: #1D1D1B;
    margin: 0;
    line-height: 1.3;
    padding-top: 10px;
}

.my_cab .time_blk.yellow .opis_time {
    color: #FCB01F;
    font-weight: 700;
}

.my_cab .time_blk:nth-child(2), .my_cab .time_blk:nth-child(1) {
    padding-bottom: 40px;
}

.nav-sidebar .active .nav-link p {
    color: #FFFFFF;
}

.right_side .ochet h2 {
    padding-bottom: 30px;
}

.right_side .ochet .block {
    padding: 50px;
    background: #FFFFFF;
    width: 70%;
}

.right_side .ochet .block:not(:last-child) {
    margin-bottom: 10px;
}

.right_side .ochet .block h3 {
    font-size: 24px;
    font-weight: 700;
    color: #2C2C2C;
}

.right_side .ochet .block p {
    padding-top: 30px;
    font-size: 18px;
    color: #1D1D1B;
    margin: 0;
}

.first_screen {
    background: url("/img/first.jpg");
    height: 956px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 0;
}

.first_screen.onlyfirst {
    height:100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

body::-webkit-scrollbar {
    width: 0;
}

header.icons {
    position: absolute;
    right: 70px;
    background: unset;
    z-index: 9;
    top: 30px;
    display: flex;
    justify-content: flex-end;
}

header.icons .main_ic {
    display: flex;
    align-items: center;
}

header.icons .main_ic .ic:not(:last-child) {
    padding-right: 15px;
}

.first_screen .top, .first_screen .bottom {
    text-align: center;
    margin-bottom: 15px;
}

.first_screen .top img {
    max-width: 288px;
}

.first_screen .bottom {
    position: relative;
}

.first_screen .bottom .dop_text p {
    color: goldenrod;
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
    background: rgba(2, 0, 3, 0.5);
    border-radius: 6px;
    padding: 15px;
}

.first_screen .bottom .dop_text {
    width: 15%;
    margin: 0 auto;
    position: relative;
}

.second_screen.first_screen .bottom .dop_text:before {
    display: block;
    position: absolute;
    content: '';
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid rgba(2, 0, 3, 0.5);
    width: 0;
    height: 0;
    bottom: -16px;
    left: 113px;
}

.first_screen .bottom .dop_text:before {
    display: block;
    position: absolute;
    content: '';
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid rgba(2, 0, 3, 0.5);
    width: 0;
    height: 0;
    bottom: -16px;
    left: 128px;
}

.first_screen .content .text {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 6px;
    padding: 50px;
    width: 60%;
    margin: 0 auto;
    height: 450px;
    position: relative;
}

.first_screen .content .text p {
    font-size: 26px;
    color: #00233D;
    text-align: center;
}

.first_screen .content .text p.bold {
    font-weight: 700;
}

.first_screen .content .text p:not(:last-child) {
    padding-bottom: 25px;
}

.first_screen h5 {
    font-size: 40px;
    color: #00233D;
    text-align: center;
    padding-bottom: 25px;
    font-weight: 700;
}

.second_screen {
    background: url("/img/second.jpg");
    position: relative;
    padding-left: 100px;
    padding-right: 100px;
    background-size: cover;
    height: 100vh;
}

.second_screen:before {
    content: '';
    display: block;
    position: absolute;
    width: 35vw;
    height: 95vh;
    background: url(/img/left-ram2.png);
    left: 10vw;
    bottom: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

/*.second_screen .content .text {
    width: 70%;
}*/

.second_screen:after {
    display: block;
    position: absolute;
    content: '';
    width: 35vw;
    height: 95vh;
    background: url("/img/right_ram2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    right: 10vw;
    bottom: 40px;
}

.first_screen .content .scroll {
    height: auto;
    text-align: center;
    transform: translateY(400px);


    /* animation properties */
   /* -moz-transform: translateY(-400px);
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px);

    -moz-animation: my-animation 240s linear infinite;
    -webkit-animation: my-animation 240s linear infinite;
    animation: my-animation 240s linear infinite;
    transition: all .8s ease-in-out;*/
}

#scrollingTextContainer {
    overflow: hidden;
    z-index: 9;
}

#scrollingTextContainer.hidden {
    display: none;
}

#scrollingText {
    animation: scrollText 120s linear infinite;
    animation-play-state: paused;
}


button.run {
    font-family: Roboto;
    padding: 25px 50px;
    font-size: 22px;
    color: #FFFFFF;
    font-weight: 500;
    background: #3DAFBC;
    box-sizing: border-box;
    border-radius: 10px;
    margin-left: 20px;
}

button#completeWork {
    position: absolute;
    bottom: 80px;
    right: 80px;
}

button#completeWork.hidden {
    display: none;
}

.overlay {
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.overlay.shown {
    z-index: 10;
}

.overlay.hidden {
    display: none;
    z-index: -1;
}

.help-text {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 6px;
    padding: 50px;
    width: 60%;
    margin: 0 auto;
    height: 450px;
    position: relative;
}

.images_animate.hidden {
    display: none;
}

.second.hidden {
    display: none;
}

.help-text.hidden {
    display: none;
}

.help-text.third {
    position: absolute;
    top: 200px;
    left: 20%;
    overflow: hidden;
}

.help-text p {
    font-size: 26px;
    /*animation: scrollText 20s linear infinite;*/
}

#helpscrolling {
    font-size: 26px;
    /*animation: scrollText 20s linear infinite;*/
    height: auto;
    position: relative;
    text-align: center;
}

@keyframes scrollText {
    0% {
        transform: translateY(400px);
    }
    100% {
        transform: translateY(-100%);
    }
}

.second_screen .content .scroll {
    height: auto;
    text-align: center;

    /* animation properties */
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);

    -moz-animation: my-animation2 36s linear infinite;
    -webkit-animation: my-animation2 36s linear infinite;
    animation: my-animation2 36s linear infinite;
    transition: all .8s ease-in-out;
}

@keyframes my-animation {
    0% {
        transform: translateY(450px);
    }
    100% {
        transform: translateY(-100%);
    }
}
@-webkit-keyframes my-animation {
    0% {
        transform: translateY(450px);
    }
    100% {
        transform: translateY(-100%);
    }
}

@keyframes my-animation2 {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(-100%);
    }
}
@-webkit-keyframes my-animation2 {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(-100%);
    }
}

/*.first_screen.onlyfirst .content .scroll:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
    overflow: auto;
    height: auto;*/
    /*max-height: 380px;*/
    /*animation: unset;*/


    /*height: 100%;
    transform: unset;
    height: 380px;
    position: absolute;*/
    /**/
    /*top: -380px;*/
    /*width: 1050px;*/
    /*animation: unset;*/
/*}*/


/*@keyframes my-animation {
    from {
        -moz-transform: translateY(100%);
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}*/


/*
.first_screen .content .text:hover .scroll {
    animation: unset;
    overflow-y: scroll;
    transform: unset;
    transition: all .8s ease-in-out;
}*/

.first_screen .content {
    overflow-y: hidden;
    margin-bottom: 15px;
}

.hover_blk {
    position: absolute;
    width: 100%;
    top: -90%;
    z-index: 9;
}

.first_screen .bottom a {
    height: auto;
    display: block;
}

.hover_icon {
    display: inline-block;
    transform: translate3d(0, - 100%, 0);
    animation: spin 2s infinite linear;
}

.hover_icon img {
    max-width: 140px;
    max-height: 95px;
}

@keyframes spin {
    0% {
        transform: translate3d(0, -7%, 0);
    }
    50% {
        transform: translate3d(0, 7%, 0);
    }
    100% {
        transform: translate3d(0, -7%, 0);
    }
}

.third_screen {
    /*background-image: attr(data-back url);*/
    height: 100vh;
    padding: 60px 60px;
    display: flex;
    align-items: center;
    position: relative;
    background-size: cover;
}

.bottom:hover .hover_blk {
    display: block;
}

.images_animate {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.third_screen .images_animate{
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}

.third_screen .second {
    position: absolute;
    width: 55%;
    height: auto;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}


.images_animate .first, .images_animate .third {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

.third_screen .second img {
    width: 100%;
    max-height: 900px;
    object-fit: contain;
}

.images_animate .first {
    margin-right: -200px;
    width: 45%;
}

.images_animate .third {
    margin-left: -200px;
    width: 45%;
}

.third_screen .content {
    width: 100%;
    position: relative;
    height: 100%;
}

@keyframes spin_first {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.img_anim.two {
    animation: spin_first 12.79s linear 0s infinite;
}

.img_anim.four {
    animation: spin_first 14.82s linear 0s infinite;
}

.img_anim.six {
    animation: spin_first 17.94s linear 0s infinite;
}

@keyframes spin_second {
    from {transform:rotate(0deg);}
    to {transform:rotate(-360deg);}
}

.third-s.content {
    overflow-y: hidden;
}

.img_anim.one {
    animation: spin_second 11.23s linear 0s infinite;
}

.img_anim.three {
    animation: spin_second 13.88s linear 0s infinite;
}

.img_anim.five {
    animation: spin_second 16.38s linear 0s infinite;
}

.authorization {
    background: #F9F7FA;
    height: 960px;
    padding: 80px 120px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.author {
    display: inline-block;
    width: 490px;
}

.authorization .content {
    display: flex;
    justify-content: end;
}

.authorization h3 {
    text-align: center;
    font-size: 32px;
    color: #2C2C2C;
    font-family: Roboto;
    font-weight: 700;
    border-bottom: 2px solid #CCCCCC;
    padding-bottom: 20px;
}

.authorization form {
    padding-top: 40px;
}

.authorization form .field-wrap input, form[name="bform"] input[type="text"] {
    padding-bottom: 15px;
    border-bottom: 2px solid #CCCCCC;
    height: 55px;
    width: 100%;
    font-size: 24px;
    font-family: Roboto;
}

form[name="bform"] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

form[name="bform"] div {
    max-width: 500px;
    display: flex;
    flex-wrap: wrap;
    width: 500px;
}

form[name="bform"] input[type="text"] {
    max-width: 500px;
}
form[name="bform"] input[type="submit"] {
    background: #97CECE;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 500;
    padding: 20px 50px;
    width: 100%;
    text-align: center;
    font-family: Roboto;
}

.forgot-link {
    display: flex;
    justify-content: center;
}

.authorization form .field-wrap input:focus {
    border-bottom: 2px solid #3DAFBC;
}

.authorization form input::placeholder {
    font-family: Roboto;
    font-size: 24px;
    color: rgba(44, 44, 44, 0.4);
}

.authorization form .field-wrap.pad {
    margin-bottom: 25px;
}

.authorization .checkbox {
    padding-top: 40px;
}

.authorization .checkbox label {
    font-size: 24px;
    color: #2C2C2C;
    font-weight: 400;
    font-family: Roboto;
    padding-left: 15px;
}

.authorization .checkbox input {
    width: 18px;
    height: 18px;
    border: 1px solid #D0D6DD;
    border-radius: 1px;
}

.authorization .checkbox a {
    color: #97CECE;
}

.authorization .forgot {
    text-align: center;
    padding-top: 40px;
}

.authorization .forgot a {
    font-size: 20px;
    color: #97CECE;
    font-family: Roboto;
}

.authorization .zareg_btn {
    padding-top: 25px;
    text-align: center;
}

.authorization .top p {
    font-size: 20px;
    color: #2C2C2C;
    font-weight: 400;
    font-family: Roboto;
}

.authorization .top p:not(:last-child) {
    padding-bottom: 10px;
}

.authorization .top p a {
    font-size: 20px;
    color: #97CECE;
    font-family: Roboto;
}

.authorization .checkbox {
    display: flex;
    align-items: flex-start;
}
.checkbox label {
    width: 90%;
    line-height: unset;
    margin-top: -10px;
}

.authorization .button {
    background: #97CECE;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 500;
    padding: 20px 50px;
    width: 100%;
    text-align: center;
    font-family: Roboto;
}

.authorization .sign {
    padding-top: 40px;
}

.registration {
    height: auto;
}

.registration select {
    outline: unset;
    font-family: 'Roboto';
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 2px solid #cccccc;
    width: 100%;
}

.registration select option {
    border: none;
    border-radius: 0;
    font-family: Roboto;
}

input[type="range"] {
    -webkit-appearance: none;
    margin-right: 15px;
    width: 100%;
    height: 7px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    background-image: linear-gradient(270deg, #05FF00 0%, #D5F800 25.54%, #ECF100 52.24%, #FF9B05 75.96%, #FF0000 100%);
    background-repeat: no-repeat;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    background: #D9D9D9;
    cursor: ew-resize;
    border: 4px solid #FFFFFF;
    transition: background .3s ease-in-out;
}

.range {
    width: 100%;
}

.range .two_zag {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.range .two_zag h4 {
    font-size: 20px;
    font-weight: 500;
    color: #1D1D1B;
    margin: 0;
}

.range .range_input:not(:last-child ){
    padding-bottom: 25px;
}

.range .text p {
    font-size: 18px;
    color: #1D1D1B;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
}

.range .text p.bold {
    font-weight: 600;
    padding-top: 25px;
    border-top: 1px solid #CFCFCF;
}

.range .text p.light {
    padding-bottom: 25px;
}

.range .punkt {
    position: relative;
}

.range .text {
    position: absolute;
    background: #fff;
    padding: 30px;
    z-index: 9;
    width: 500px;
    display: none;
    transition: 3s all ease-in-out;
}

.range .text.topleft {
    left: 0;
}

.range .text.topright {
    right: 0;
    text-align: right;
}

.range .text.bottomleft {
    left: 0;
    bottom: 30px;
}

.range .text.bottomright {
    right: 0;
    text-align: right;
    bottom: 30px;
}

.range .punkt:hover > .text {
    display: block;
    transition: 3s all ease-in-out;
}

.timer__items {
    display: flex;
    font-size: 42px;
}

.timer__item {
    position: relative;
    min-width: 60px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
}

/*.timer__item::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 14px;
}*/

.timer__item:not(:last-child)::after {
    content: ':';
    position: absolute;
    right: -10px;
    font-size: 44px;
    font-weight: 400;
    bottom: 8px;
    background:url(/img/zol1.jpg) no-repeat center/cover;
    -webkit-background-clip:text;
    -webkit-text-fill-color: transparent;
    color:yellow;
}

.timer {
    display: inline-block;
    background: url("/img/plast.png");
    background-size: contain;
    width: 150px;
    height: 80px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
}

.timer__minutes {
    font-size: 120%;
    font-weight: 700;

    background:url(/img/fon1.jpg) no-repeat center/cover;
    -webkit-background-clip:text;
    -webkit-text-fill-color: transparent;
    color:yellow;
}

.timer__seconds {
    font-size: 100%;
    display: flex;
    align-items: center;
    font-weight: 700;

    background:url(/img/fon1.jpg) no-repeat center/cover;
    -webkit-background-clip:text;
    -webkit-text-fill-color: transparent;
    color:yellow;
}

.hover_blk {
    display: none;
}

.img_anim img {
    width: 250px;
    height: 250px;
}

.authorization {
    justify-content: center;
}
.scroll .stars {
    margin-bottom: 30px;
    position: relative;
    display: block;
    margin-top: 30px;
}

.scroll .stars img {
    max-width: 100px;
}

.report {
    margin-bottom: 20px;
    margin-top: 20px;
}

.third_screen img {
    pointer-events: none;
    max-width: 100%;
    height: auto;
}

header.desk {
    display: block;
}

header.mobile {
    display: none;
}

.admin.row {
    display: block;
    margin-bottom: 0!important;
}

#admin_table {
    width: 100%;
}

#admin_aff {
    margin-top: 30px;
    padding: 50px 20px;
    box-shadow: 0px 3px 40px 0px #00000014;
    background: #FFFFFF;
}

#admin_aff h1 {
    font-size: 28px;
    font-weight: 700;
    color: #2C2C2C;
    margin-bottom: 15px;
}

#admin_table {
    margin-top: 25px;
}

.search_filter input {
    padding: 12px 20px;
    background: #F2F2F2;
    max-width: 320px;
    width: 100%;
}

.search_filter {
    position: relative;
}

.search_filter input::placeholder {
    color: #2C2C2C;
}

.search_filter:before {
    display: block;
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background: url("/completed_pages/img/search.svg");
    background-size: contain;
    background-repeat: no-repeat;
    left: 285px;
    top: 11px;
}

.search_filter button {
    margin-left: 10px;
    border: 1px solid #3EBAC7;
    height: 48px;
    padding: 10px 60px;
    color: #2C2C2C;
    font-size: 16px;
}

#admin_table thead {
    background: #F2F2F2;
}

#admin_table td {
    padding: 8px 0;
}

#admin_table tbody td {
    border-bottom: 1px solid #E8E8E8;
    color: #2C2C2C;
    font-size: 18px;
}

#admin_table thead td {
    color: #5E5E5E;
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
}

/*#admin_table thead td:not(:last-child):before {
    display: block;
    position: absolute;
    content: '';
    width: 7px;
    height: 3.5px;
    background: url("/completed_pages/img/str_table.svg");
    background-size: contain;
    background-repeat: no-repeat;
    right: 50px;
    top: 17px;
}*/

#admin_table td:first-child {
    padding-left: 25px;
}

#admin_table td:last-child {
    padding-right: 25px;
}

#admin_table tbody td.pod a {
    font-size: 16px;
    color: #3EBAC7;
    text-decoration: underline;
}

.pages_filter {
    display: flex;
    align-items: center;
    width: 45%;
}

.pages_filter p {
    font-size: 16px;
    color: #5E5E5E;
    padding-right: 10px;
    margin: 0;
}

.pages_filter select {
    background: #F2F2F2;
    padding: 8px;
    padding-right: 30px;
    appearance: none;
}

.pages_filter select:focus-visible {
    outline: none;
}

.submenu {
    padding-bottom: 28px;
}

.submenu li {
    position: relative;
    padding-left: 35px;
}

.submenu li a {
    font-size: 18px;
    color: #FFFFFF;
}

.submenu li:before {
    display: block;
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 100px;
    top: 10px;
    left: 20px;
}

.blocks {
    padding-top: 40px;
}

.blocks .col-6, .blocks .col-8, .blocks .col-4 {
    padding: 0;
}

.blocks .col-6 {
    padding: 25px;
    background: #FFFFFF;
    box-shadow: 0px 3px 40px 0px #00000014;
    width: 49%;
    flex: unset;
    max-width: unset;
}

.blocks .row {
    display: flex;
    justify-content: space-between;
}

.blocks .row.top {
    margin-bottom: 25px;
}

.blocks .col-6.back {
    background: #3EBAC7;
}

.blocks h5 {
    font-size: 24px;
    margin: 0;
}

.blocks .col-6 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blocks .col-6 .zag {
    width: 41%;
}

.blocks .name p {
    font-size: 42px;
    font-weight: 700;
    margin: 0;
    line-height: 1;
}

.blocks .all {
    display: flex;
    align-items: center;
}

.blocks .opis p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #2C2C2C;
}

.blocks .big, .blocks .level {
    text-align: center;
}

.blocks .all .big {
    padding-right: 35px;
}

.blocks .level .name p {
    font-size: 20px;
    color: #2C2C2C;
    font-weight: 700;
}

.blocks .level .opis p {
    font-size: 14px;
    white-space: nowrap;
}

.blocks .level {
    padding: 10px;
    border-bottom: 1px solid #D3D3D3;
}

.blocks .top .col-6:first-child .col-4 {
    width: 20%;
    max-width: unset;
    flex: unset;
}

.blocks .top .col-6:first-child h5 {
    margin-bottom: 15px;
}

.blocks .web a {
    font-size: 18px;
    color: #3EBAC7;
}

.blocks .copy_share {
    padding-top: 15px;
    display: flex;
}

.blocks .copy_share .share {
    padding-left: 10px;
}

.blocks .copy_share a {
    position: relative;
    color: rgba(44, 44, 44, 0.6);
    font-size: 16px;
    padding-left: 27px;
}

.blocks .copy a:before {
    display: block;
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background: url("/completed_pages/img/copy2.svg");
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: -4px;
}

.blocks .share a:before {
    display: block;
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background: url("/completed_pages/img/share2.svg");
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: -4px;
}

.blocks .back h5, .blocks .back p {
    color: #FFFFFF;
}

.blocks .big .blue {
    color: #3EBAC7;
}

.blocks .col-6.left {
    background: none;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    padding: 0;
}

.blocks .col-6.left .col-6 {
    width: 100%;
}

.blocks .col-6.left .col-6:first-child {
    margin-bottom: 15px;
}

.blocks .left .all .big {
    padding-right: 0;
}

.blocks .top .left.col-6:first-child .col-4 {
    width: 9%;
    max-width: unset;
    flex: unset;
}

.blocks .col-6.right {
    align-items: unset;
    justify-content: unset;
    flex-direction: column;
}

.sel_vibor {
    padding-top: 15px;
}

.sel_vibor .pro select, .sel_vibor .srok select {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #F2F2F2;
    padding: 10px 15px;
    outline: unset;
    appearance: none;
}

.sel_vibor .pro, .sel_vibor .srok {
    position: relative;
}

.sel_vibor .pro {
    padding-bottom: 10px;
}

.sel_vibor .pro:before, .sel_vibor .srok:before {
    display: block;
    position: absolute;
    content: '';
    width: 10px;
    height: 5px;
    background: url("/completed_pages/img/sel.svg");
    background-size: contain;
    background-repeat: no-repeat;
    right: 20px;
    top: 20px;
}

.blocks .buttons {
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
}

.blocks .buttons .naznach, .blocks .buttons .podar {
    width: 49%;
    text-align: center;
}

.blocks .buttons .naznach button {
    background: #3EBAC7;
    color: #FFFFFF;
    font-size: 16px;
    padding: 15px 50px;
    width: 100%;
    border: 1px solid #3EBAC7;
}

.blocks .buttons .podar button {
    background: none;
    border: 1px solid #3EBAC7;
    color: #2C2C2C;
    font-size: 16px;
    padding: 15px 50px;
    width: 100%;
}

.tabs {
    display: flex;
}

.tab {
    cursor: pointer;
}

.tab-content {
    display: none;
}

.active-tab {
    display: block;
}

.blocks .row.accor {
    flex-direction: column;
    position: relative;
}

.blocks .tab:not(:last-child) {
    padding-right: 30px;
}

.blocks .tab {
    font-size: 24px;
    font-weight: 700;
    color: #2C2C2C;
}

.blocks .tab.active {
    color: #3EBAC7;
    text-decoration: underline;
}

.blocks.podrob .row.top {
    margin-bottom: 40px;
}

/*.blocks.podrob #admin_table thead td:last-child:before {
    display: block;
    position: absolute;
    content: '';
    width: 7px;
    height: 3.5px;
    background: url("/completed_pages/img/str_table.svg");
    background-size: contain;
    background-repeat: no-repeat;
    right: 50px;
    top: 17px;
}*/

#admin_table h6 {
    color: #5E5E5E;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0;
    font-weight: 400;
}

#admin_table .str {
    position: relative;
    width: 7px;
    height: 3.5px;
    margin-left: 7px;
}

#admin_table .str:before {
    display: block;
    position: absolute;
    content: '';
    width: 7px;
    height: 3.5px;
    background: url("/completed_pages/img/str_table.svg");
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
}

#admin_table thead td {
    cursor: pointer;
}

#admin_table .obsh {
    display: flex;
    align-items: center;
}

.blocks .accor .general {
    padding-top: 30px;
    display: flex;
}

.blocks .accor .general p {
    font-size: 16px;
    color: #2C2C2C;
}

.blocks .accor .general p.bold {
    font-weight: 700;
    padding-left: 10px;
}

.spis_pribav {
    display: flex;
}

.spis_pribav input {
    background: #F2F2F2;
    height: 42px;
    padding: 8px 15px;
    width: 80px;
}

.spis_pribav .pribav {
    padding-left: 35px;
}

.spis_pribav button {
    border: 1px solid #3EBAC7;
    padding: 8px 25px;
    color: #2C2C2C;
    font-size: 16px;
    width: 240px;
    margin-left: 10px;
}

.blocks .row.accor .calendar {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
}

.blocks .row.accor .month {
    padding-right: 10px;
}

.blocks .row.accor .month, .blocks .row.accor .year {
    position: relative;
}

.blocks .row.accor .month:before, .blocks .row.accor .year:before {
    display: block;
    position: absolute;
    content: '';
    width: 10px;
    height: 5px;
    background: url("/completed_pages/img/sel.svg");
    background-size: contain;
    background-repeat: no-repeat;
    right: 20px;
    top: 18px;
}

.blocks .row.accor .calendar select {
    background: #F2F2F2;
    padding: 8px 15px;
    outline: unset;
    appearance: none;
    padding-right: 50px;
}

.pagination {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.pagination li {
    display: inline-block;
    margin: 0 5px;
}

.pagination li a {
    padding: 5px 10px;
    text-decoration: none;
    color: #333;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
}

.pagination li a:hover {
    background-color: #e9e9e9;
}

.pagination .active a {
    background-color: #4caf50;
    color: white;
}

.foot_pages {
    display: flex;
    padding-top: 30px;
    align-items: center;
}

.pagination_buttons a {
    margin-right: 15px;
    color: #2C2C2C;
    font-size: 18px;
}

.pagination_buttons a.active {
    color: #3EBAC7;
}

.pagination_buttons a:hover {
    color: #3EBAC7;
}

.pages_filter .sort {
    position: relative;
}

.pages_filter .sort:before {
    display: block;
    position: absolute;
    content: '';
    width: 10px;
    height: 5px;
    background: url("/completed_pages/img/sel.svg");
    background-size: contain;
    background-repeat: no-repeat;
    right: 10px;
    top: 18px;
}

.main-header.navbar {
    display: block;
}

.main-header .nav-item.d-none {
    display: none!important;
}

body.new:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
    padding: 0;
}

body.sidebar-collapse:not(.sidebar-mini-xs):not(.sidebar-mini-md):not(.sidebar-mini) .main-header.navbar, body.sidebar-collapse:not(.sidebar-mini-xs):not(.sidebar-mini-md):not(.sidebar-mini) .content-wrapper  {
    margin-left: 150px!important;
}

.blocks .top .col-6:first-child h5 {
    margin-bottom: 0;
}

.blocks .web {
    padding-top: 15px;
}

.admin .zagolovok.flex {
    display: flex;
    align-items: center;
}

.admin .zagolovok.flex h2 {
    padding-left: 10px;
    padding-bottom: 0;
}

.blocks .level {
    padding: 10px;
    border-bottom: 1px solid #D3D3D3;
    flex-wrap: nowrap;
    display: flex;
    flex-direction: column;
}

select option {
    padding: 10px 0;
}

.blocks .col-6.right .zag {
    width: 100%;
}

header {
    position: absolute;
    z-index: 9999;
    width: 100%;
}

.new .main-sidebar {
    padding-top: 130px;
}

.my_cab .times {
    padding-top: 30px;
}

.my_cab h3 {
    font-size: 24px;
    margin-bottom: 0;
}

.helpers .zag p {
    font-size: 18px;
}

.right_side h2 {
    padding-bottom: 10px;
}

.my_cab .main_pro, .my_cab .helpers, .my_cab .time_pro, .my_cab .rezultat {
    padding: 25px;
}

#admin_aff {
    padding: 25px;
}

#admin_aff h1 {
    font-size: 24px;

}

#admin_table tbody td {
    font-size: 15px;
}

.my_cab .btn a {
    padding: 18px 30px;
}

.right_side h2 {
    font-size: 28px;
}

.second.mobile {
    display: none;
}

header.icons .main_ic {
    justify-content: end;
}

@media (min-width: 1024px) {

    .dd-select {
        height: 100%;
        border: none !important;
    }

    .dd-selected {
        padding: 9px 30px 9px 40px !important;
    }

    .dd-selected-text {
        color: #eeeeee;
        font-size: 16px;
    }

    .dd-options {
        background: #444446;
        border: none !important;
        box-shadow: none !important;
    }

    .dd-options li {
        font-size: 16px;
    }

    .dd-options li .dd-option {
        background: #444446;
        color: #eeeeee;
        padding: 9px 30px 9px 40px !important;
    }

    .dd-selected-text {
        margin: 0;
    }

    .dd-option-text {
        margin: 0;
    }

    .dd-option {
        border-bottom: none !important;
    }
}

.toggle-container {
    position: relative;
    display: inline-block;
}

.toggle-container input[type="checkbox"] {
    display: none;
}

.toggle-container label {
    display: block;
    width: 60px;
    height: 30px;
    background-color: #ccc;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
}

.toggle-container .word {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: color 0.3s;
}

.toggle-container .word:first-child {
    left: 10px;
}

.toggle-container .word:last-child {
    right: 10px;
}

.toggle-container input[type="checkbox"]:checked + label .word:first-child {
    color: #ccc;
}

.toggle-container input[type="checkbox"]:checked + label .word:last-child {
    color: #fff;
}

.shop .category ul {
    display: flex;
    margin: 0;
}

.shop .category li, .shop .category li a {
    font-size: 24px;
    font-weight: 700;
    color: #2C2C2C;
    cursor: pointer;
}

.shop .category li.active, .shop .category li.active a {
    color: #3EBAC7;
    text-decoration: underline;
}

.shop .category li:not(:last-child) {
    padding-right: 30px;
}

.product_item_block {
    padding-top: 40px;
}

.product_item_block .col-12 {
    flex-wrap: wrap;
    padding: 0;
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.product_item_block .col-12 .col-3 {
    padding: 4px;
    max-width: 24.5%;
    box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.08);
}

.product_item_block .col-12 .col-3:hover {
    outline: 2px solid rgb(7, 67, 99);
}

.product_item_block .item {
    background: #FFFFFF;
    padding: 30px;
}

.product_item_block img {
    width: 100%;
    object-fit: contain;
    min-height: 130px;
    max-height: 130px;
}

/*.product_item_block .image {
    width: 50%;
    margin: 0 auto;
}*/

.product_item_block .name {
    padding-top: 30px;
}

.product_item_block .name h3 {
    margin: 0;
    text-align: center;
    color: #2C2C2C;
    font-size: 26px;
    font-weight: 700;
}

.product_item_block .term p {
    margin: 0;
    color: #8D8D8D;
    font-size: 16px;
}

.product_item_block .term .bold {
    font-size: 20px;
    font-weight: 700;
    color: #074363;
}

.product_item_block .term {
    display: flex;
    justify-content: space-evenly;
    padding-top: 20px;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #E7E7E7;
}

.product_item_block .price {
    padding-top: 20px;
}

.product_item_block .price p {
    margin: 0;
    font-weight: 700;
    font-size: 26px;
    color: #074363;
    text-align: center;
}

.product_item_block .button {
    display: flex;
    margin-top: 4px;
}

.product_item_block .button a {
    text-align: center;
    padding: 20px;
    color: #FFFFFF;
    background: #074363;
    font-weight: 500;
    width: 100%;
    font-size: 22px;
}

.switch-btn {
    display: inline-block;
    width: 42px;
    height: 23px;
    background: #074363;
    z-index: 0;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    position: relative;
    transition-duration: 300ms;
    border-radius: 5px;
}
.switch-btn::after {
    content: "";
    height: 17px;
    width: 17px;
    background: #fff;
    top: 3px;
    left: 3px;
    transition-duration: 300ms;
    position: absolute;
    z-index: 1;
    border-radius: 4px;
}
.switch-on {
    background: #074363;
}
.switch-on::after {
    left: 22px;
}

.product_item_block .checkBlock {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_item_block .checkBlock p {
    margin: 0;
}

.product_item_block .left {
    padding-right: 10px;
}

.product_item_block .right {
    padding-left: 10px;
}

.product_item_block .left.unactive p, .product_item_block .right.right_active p {
    color: #074363;
    font-size: 16px;
    font-weight: 700;
}

.product_item_block .left p, .product_item_block .right p {
    color: #8D8D8D;
    font-size: 16px;
    font-weight: 400;
}

.shop .product_item_block {
    display: none;
}

.shop .product_item_block.active {
    display: block;
    background: #F9F7FA;
}

.product_item_block.slick-initialized .slick-slide {
    display: flex;
    padding: 2px;
    /*width: 100% !important;*/
}

/*.product_item_block.slick-slider .slick-track {
    width: 100%!important;
}*/

.product_item_block .slick-dots li button:before {
    font-size: 12px;
    line-height: 12px;
    width: 12px;
    height: 12px;
}

.product_item_block .slick-dots li button {
    width: 12px;
    height: 12px;
}

.product_item_block .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 6px;
}

.product_item_block .slick-dots {
    bottom: -50px;
}

.product_item_block .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #074363;
    width: 16px;
    height: 16px;
}

.product_item_block .slick-dots li.slick-active {
    width: 16px;
    height: 16px;
}

.product_item_block .slick-dots li.slick-active button {
    width: 16px;
    height: 16px;
}

.product_item_block .slick-dots li.slick-active button:before {
    font-size: 16px;
    line-height: 16px;
}

.product_item_block .slick-prev.slick-disabled:before, .product_item_block .slick-next.slick-disabled:before {
    opacity: 1;
}

.product_item_block .slick-prev:before {
    display: block;
    position: absolute;
    content: '';
    background: url("/completed_pages/img/lefr_arr.svg");
    width: 48px;
    height: 48px;
    background-size: contain;
    background-repeat: no-repeat;
    left: -20px;
}

.product_item_block .slick-next:before {
    display: block;
    position: absolute;
    content: '';
    background: url("/completed_pages/img/lefr_arr.svg");
    width: 48px;
    height: 48px;
    background-size: contain;
    background-repeat: no-repeat;
    right: -20px;
    transform: rotate(180deg);
}

#form-container.active {
    display: block;
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 30px 40px;
    text-align: center;
    font-size: 16px;
}

#form-container {
    display:none;
}
.product_item .button a.linkSub {
    color:#fff!important;
    cursor: pointer!important;
}

#form-container .robokasskassa_payment_button {
    text-align: center;
    padding: 10px 5px;
    color: #FFFFFF;
    background: #074363;
    font-weight: 500;
    width: 100px;
    font-size: 14px;
    margin-top: 20px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fffffff0; /* Цвет фона, если нужно */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Убедитесь, что прелоадер находится выше других элементов */
}