/*Common*/

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

#loader{
    position: absolute;
    z-index: 1000;
}

body::-webkit-scrollbar {
    width: 8px;               /* ширина scrollbar */
}
body::-webkit-scrollbar-track {
    background: black;        /* цвет дорожки */
}
body::-webkit-scrollbar-thumb {
    background-color: #4E7CF0; /* цвет плашки */
    border-radius: 20px;       /* закругления плашки */
    border: 3px solid #4E7CF0;  /* padding вокруг плашки */
}

.black-bg {
    background-color: black;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    text-decoration: none;
}

.container {
    position: absolute;
    margin-top: 11vh;
}


/*Navigation*/

.navbar {
    position: fixed;
    z-index: 2000;
    width: 100vw;
}

.navbar a {
    position: relative;
    z-index: 9;
    cursor: pointer;

    font-family: "Montserrat", sans-serif;
    color: white;
}

.navbar {
    padding-top: 5px;

    background-color: black;
    filter: drop-shadow(0px 4px 50px rgba(79, 79, 255, 0.33));
    --bs-navbar-brand-margin-end: 0;
}

.navbar .navbar-collapse .navbar-nav {
    margin-bottom: 0;
    margin-top: 15px;
}

.site-nav .navbar-collapse .navbar-nav > li {
    display: inline-block;
}

.navbar .navbar-collapse .navbar-nav > li > a {
    display: inline-block;
    position: relative;

    font-weight: normal;
    font-size: calc((100vw - 920px) / (1240 - 920) * (14 - 11) + 11px);
    text-decoration: none;

    padding: 5px 15px;
    margin-bottom: 10px;

    color: white;
}

.navbar .navbar-collapse .navbar-nav > li > a:hover {
    color: white;
}

.navbar .navbar-collapse .navbar-nav > li > .btn:hover {
    transition: 1s;
    transform: scale(1);

    background-color: #93AFF6;
}

.container-fluid {
    --bs-gutter-x: 0;
}

.sign-toggler {
    display: none;
}

#flood {
    display: none;
}

#logo {
    width: 48px;
    height: 48px;

    margin-right: 3.33vw;
    margin-left: calc((100vw - 600px) / (1440 - 600) * (50 - 30) + 30px);
}

#arrow {
    margin-right: calc((100vw - 920px) / (1440 - 600) * (150 - 5) + 5px);
    margin-top: 0;
}

#contacts {
    margin-right: 0;
}

#login {
    width: 48px;
    height: 48px;

    margin-left: 2.33vw;
    margin-right: 5vw;
}

.logout-btn {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;

    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 5vw;

    padding: 5px 15px;
    border-radius: 40px;
    border: none;

    background-color: #4E7CF0;
    color: white;
}

.logout-btn:hover {
    background-color: #93AFF6;
}

/*Sign pages*/

.wrapper {
    position: fixed;

    width: 105vw;
    height: 88vh;

    margin-top: 12vh;
}

.sign-body {
    background-image: url("../pictures/signBackground.png");
    background-position-x: center ;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.login-page {
    display: inline-block;
    position: center;
    vertical-align: center;

    width: 527px;
    height: 379px;

    top: calc((100vw - 300px) / (1096 - 300) * (30 + 5) + 5px);
    border-radius: 30px;

    background: rgba(255, 255, 255, 0.13);
    box-shadow: inset 0 4px 10px rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(2px);
}

.models {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 30px;
    color: #FFFFFF;
    margin-top: 30px;
}

.models-line {
    width: 500px;
    height: 3px;
}
.logo-heading-text {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    line-height: 29px;

    padding-top: 37px;

    color: #FFFFFF;
}

.input {
    width: 357px;
    height: 45px;

    margin-left: 85px;
    margin-right: 85px;
    margin-top: 24px;

    padding-left: 20px;
    padding-right: 20px;

    border-radius: 30px;
    border: none;

    background: rgba(255, 255, 255, 0.29);
    box-shadow: inset 0 4px 10px rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(2px);

    color: white;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 10em white inset !important;
    -webkit-text-fill-color: #4875E8
}

.input:hover:active:focus:disabled:-webkit-autofill{
    padding-left: 20px;
    padding-right: 20px;

    border-radius: 30px;

    border: none;

    box-shadow: inset 0 4px 10px rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(2px);

    color: white;
}

::placeholder {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;

    color: white;
}

.error-text {
    max-width: 100vw;
    height: 15px;

    margin-top: 15px;

    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;

    color: #FFFFFF;
}

.link-block {
    width: 527px;
    margin-top: 27px;
}

.log-link {
    width: 104px;
    height: 15px;

    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;

    color: #FFFFFF;
}

#psw-fg {
    text-align: end;
}



.submit-btn-block {
    width: 527px;
    margin-top: 20px;
    text-align: center;
}

.submit-btn {
    width: 150px;
    height: 44px;

    margin-left: 170px;
    margin-right: 170px;

    border-radius: 30px;
    border: none;

    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;

    background: #4E7CF0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12), inset 0 4px 10px rgba(227, 240, 255, 0.53);

    color: #FFFFFF;
}

/*Registration*/

.reg-input {
    margin-top: 12px;
}

.reg-error {
    margin-top: 4px;
}

/*Home*/

.mainPage {
    position: absolute;

    /*background-color: black;*/

    background-image: url("../pictures/homeBackground.png");
    /*-webkit-background-size: contain;*/
    /*background-size: contain;*/
    /*background-position-x: center;*/
    background-repeat: no-repeat;
    /*!*!*background-attachment: fixed;*!*!*/
    background-size: cover;

    height: 1294px;
    width: 100vw;
}

.main-page {
    display: flex;
    flex-wrap: wrap;

    margin-top: 3vh;
}

.mp {
    display: flex;
    flex-wrap: wrap;

    align-items: center;
}


.main-heading {
    margin-left: 8vw;
}

.heading-icon {
    width: 460px;
    margin-top: 80px;
}

.sub-heading {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 450;
    font-size: 20px;
    /*font-size: calc((100vw - 730px) / (1240 - 730) * (42 - 32) + 32px);*/
    /*font-size: calc((100vw - 920px) / (1240 - 920) * (14 - 11) + 11px);*/
    line-height: 25px;

    color: #B3D0FD;

    /*margin-top: 3px;*/
    margin-bottom: 60px;

    max-width: 500px;
    min-width: 300px;
}

.heading-text {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;

    max-width: 347px;
    min-width: 347px;

    margin-top: 5px;

    color: #FFFFFF;
}


.heading-pic {
    width: 60vw;
}

.heading-img {
    width: 300px;
}

 .flex-container {

     display: flex;

     justify-content: center;
     /* flex-flow: row; */
     flex-wrap: wrap;
     flex-direction: row;


     height: 100%;
     padding: 15px;
     gap: 30px;

 }

 .cards-group {
     width: 100vw;
 }

.cards{
    max-width:906px;
}

.card {
    height: 259px;
    width: 259px;
    background: #759AFF;
    border-radius: 14px;

    border: none;
    filter: drop-shadow(-10px -10px 30px rgba(9, 76, 248, 0.38));
}

#card1 {
    background: #000000;
}

#card2 {
    background: rgba(32, 57, 108, 0.44);

    box-shadow: inset 0 4px 10px rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(2px);
}

.waves-icon {
    width: 259px;
}

#card3 {
    text-align: right;

    background: #759AFF;
}

#card3 a {
    color: black;
}

.cardArrow {
    width: 50px;
    padding-top: 60px;
}

#card3 a:hover {
    color: rgb(9, 76, 248);
}

#card4 {
    background: #0E4DF4;
}
#card4 a {
    color: #759AFF;
}

#card4 a:hover {
    color: black;
}

#card5 {
    text-align: right;
    padding-top: 150px;
    padding-left: 70px;

    background: #000000;
    color: #0E4DF4;
}

#card5 a:hover {
    color: #759AFF;
}

#card6 {
    align-items: center;
    justify-content: center;

    background: rgba(32, 57, 108, 0.44);

    box-shadow: inset 0 4px 10px rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(2px);
}

.card-text {
    font-size: 23px;
    font-weight: 500;
    line-height: 30px;
    padding: 20px 20px 20px 20px;

    color: #93AFF6;
}

.blueArrow {
    margin-left: 170px;
    padding-top: 70px;
}

.drops-icon {
    width: 170px;
}

.accordion {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bs-searchbox {
    display: none;
}

.selector {
    margin-top: 30px;
}

.accordion-item {
    width: 700px;
}

.team-img {
    max-width: 60%;
}

.team {
    display: flex;
    justify-content: center;
}

.team-box {
    margin-right: 40px;
    width: 27%;
    margin-top: 50px;
}

.team-text {
    color: white;
    text-align: unset;
}

#last-member {
    margin-left: 50px;
}

@media (max-width: 992px) {
    .team-box {
        width: 40%;
    }
    .team-img {
        max-width: 60%;
    }
}

@media (max-width: 700px) {
    .team-box {
        justify-content: center;
        align-items: center;
        width: 100%;
        display: flex;
        text-align: center;
        flex-direction: column;
        margin-right: unset;
    }
    .team-img {
        max-width: 40%;
    }
    #last-member {
        margin-left: unset;
    }
}

@media (max-width: 450px) {
    .team-img {
        max-width: 60%;
    }
    .team-heading {
        font-size: 16px;
    }
}

/*Scientific work*/

.row {
    --bs-gutter-x: 0;
}

.sWorkPage {
    position: absolute;

    background-image: url("../pictures/sWorkBackground.png");
    background-repeat: no-repeat;
    background-size: cover;

    height: 2917px;
    width: 100vw;
}

.energy-line {
    width: 400px;
    height: 2px;
}

.sWorkEnergyPage {
    position: absolute;

    background-image: url("../pictures/predictEnergyBg.png");
    background-repeat: no-repeat;
    background-size: cover;

    /*height: 3199px;*/
    width: 100vw;
}

.scientificWork {
    margin-top: 125px;
}

.sWork {
    margin-left: calc((100vw - 900px) / (1240 - 900) * (95 - 30) + 30px);
}

.sWork-heading {
    display: flex;
    flex: 1 0 0;

    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 128px;
    line-height: 140px;

    color: #FFFFFF;
}


#logo-F {
    height: 277px;
    width: 224px;

    margin-left: calc((100vw - 1000px) / (1240 - 1000) * (146 - 40) + 40px);
}

.sWork-list {
    gap: calc((100vw - 900px) / (1240 - 900) * (30 - 20) + 20px);

    margin-top: 70px;
    margin-left: calc((100vw - 900px) / (1240 - 900) * (95 - 30) + 30px);
    margin-right: calc((100vw - 900px) / (1240 - 900) * (95 - 30) + 30px);
}

.sWork-line {
    width: 200px;
}

.sWork-list-text {
    width: 190px;

    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;

    margin-top: 15px;

    color: #FFFFFF;
}

.sWork-desc {
    margin-top: 85px;
    margin-left: calc((100vw - 900px) / (1240 - 900) * (95 - 30) + 30px);
    margin-right: calc((100vw - 900px) / (1240 - 900) * (95 - 30) + 30px);
}

.sWork-block-heading {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;

    color: #FFFFFF;
}

.sWork-block-line {
    width: 450px;
    height: 3px;
    margin-top: 20px;
}

.sWork-desc-text {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;

    margin-top: 20px;

    color: #FFFFFF;
}

.sWork-aime {
    margin-top: 30px;
}

.sWork-aime-textGroup {
    width: 36vw;
}

.sWork-aime-text {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: justify;

    width: 400px;
    margin-top: 20px;

    color: #FFFFFF;
}

.sWork-aim-text {
    width: 430px;
}

.sWork-aime-icon {
    display: flex;
    justify-content: center;

    width: 400px;
    height: 450px;
    margin-left: 100px;
}

.pin-icon {
    position: absolute;
    z-index: 2;

    width: 250px;
    height: 300px;

    margin-top: 20px;
}

.pin-bg {
    z-index: 1;

    width: 307px;
    height: 230px;

    background: rgba(255, 255, 255, 0.13);

    box-shadow: inset 0 4px 10px rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(2px);

    border-radius: 30px;

    margin-top: 109px;
    margin-left: 59px;
}

 #sWork-function-icon {
    padding-right: 60px;

    margin-right: 0;
    margin-left: 0;

    margin-top: 40px;
}

#sWork-function-text {
    margin-left: 150px;
}

.sWork-function-p {
    margin-bottom: 0;
}

#sWork-function-icon2 {
    display: none;
}

.sub-text {
    margin-top: 15px;
}

.person-block {
    height: 200px;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    vertical-align: middle;
}

.person-img {
    flex: 0.2;
    margin-right: 40px;
}

.img-person {
    width: 200px;
}

.sWork-person-text {
    margin-top: 60px;
}

.publishing {
    margin-top: 60px;
}

.sWork-publish-text {
    margin-top: 20px;
}

.blue-a {
    color: #4E7CF0;
}
/*Predict*/

.predict-wrapper {
    position: absolute;

    background-image: url("../pictures/predictBackground.png");
    background-repeat: no-repeat;
    background-size: cover;

    /*height: 3199px;*/
    width: 100vw;
}

.predict-header {
    margin-top: 135px;
}

.predictHeader {
    margin-left: 100px;
    margin-right: 100px;
}

.predict-heading {
    width: 50vw;
}

#predict-heading {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 86px;
    line-height: 90px;
    /*text-align: justify;*/

    width: 500px;

    color: #FFFFFF;
}

#dropsPredict {
    padding-left: 260px;
    height: 182px;
}

.step-text {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: justify;

    color: #FFFFFF;
}

.step-line {
    width: 100%;
    height: 2px;

    margin-top: 3px;
}

.step1 {
    margin-top: 30px;
}

.step {
    margin-top: 60px;
}

.predictWrapper {
    margin-top: 100px;

    margin-left: 100px;
    margin-right: 100px;
}
.data-wrapper{
    margin-bottom: 70px;
}

.standard-heading {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 30px;

    margin-bottom: 10px;

    color: #FFFFFF;
}

.standard-line {
    width: 832px;
    height: 3px;

    /*margin-top: 25px;*/
}

#map {
    width: 100%;
    height: 500px;
}

.map {
    margin-top: 20px;
}

.leaflet-control-attribution {
    display: none;
}

.predict-line {
    margin-top: 10px;
}

.data-wrapper {
    /*margin-top: 70px;*/
}

.predict-form {
    margin-top: 50px;
}

.predict-label {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;

    color: #FFFFFF;

    padding-top: 30px;
    padding-bottom: 15px;
}

.style-input {
    width: 250px;
    height: 50px;

    border-radius: 30px;
    border: none;

    padding: 0 30px 0 30px;

    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;

    text-align: center;
    justify-content: center;

    background: rgba(255, 255, 255, 0.29);
    box-shadow: inset 0 4px 10px rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(2px);

    color: white;
}

#map-btn {
    margin-left: 0;
}

.style-input:hover:focus:active {
    border-color: unset;
}

.style-option {
    background-color: black;
    color: white;
}

.style-option:hover {
    background-color: #4E7CF0;
    color: black;
}

.submit-input {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;

    color: white;
}

.submit-admin{
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
}

.waves-card {
    width: 280px;
    height: 250px;
}

.submit-button {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 280px;
}

.result-wrapper {
    margin-top: 0;
}

.bubble {
    display: flex;
    justify-content: center;
    vertical-align: middle;

    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 29px;

    height: 50px;

    background: rgba(255, 255, 255, 0.29);

    box-shadow: inset 0 4px 10px rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(2px);

    border-radius: 100px;

    color: #FFFFFF;

    margin-right: 30px;
    padding-top: 11px;
}

.data-bubble {
    flex: 0.5 0 0;

}

.level {
    flex: 0.5 0 0;
}

.date {
    flex: 0.3 0 0;
}

.real{
    flex: 0.5 0 0;
}

.error {
    flex: 0.4 0 0;
}

.anychart-credits{
    display: none;
}

/*path {*/
/*    fill: none;*/
/*}*/
.style-button-pred{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;

    background: #4E7CF0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12), inset 0 4px 10px rgba(227, 240, 255, 0.53);
    border-radius: 100px;

    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 39px;

    border: none;
    padding: 8px 20px 8px 20px;

    flex: 0.23 0 0;

    color: #FFFFFF;
}

.style-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;

    background: #4E7CF0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12), inset 0 4px 10px rgba(227, 240, 255, 0.53);
    border-radius: 100px;

    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 39px;

    border: none;
    padding: 8px 20px 8px 20px;

    flex: 0.23 0 0;

    color: #FFFFFF;
}

#show-graph {
    margin-right: 8px;
}

g {
    color: white;
}

.heading-bubble {
    margin-top: 50px;
    padding-bottom: 15px
}
/*Train*/

.train-text {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 39px;

    color: white;
}

.train-input {
    padding-right: 20px;
    padding-left: 20px;
    width: 150px;
}

.trainWrapper {
    margin-left: 50px;
    margin-top: 100px;
}

#train-heading {
    font-size: 20px;
}

.train-button {
    width: 150px;
    margin-top: 20px;
    margin-bottom: 10px;

    font-size: 14px;
}

/*Adaptive*/

@media screen and (max-width: 1215px) {
    .predictHeader {
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media screen and (max-width: 1154px) {
    /*.sWork-aime-icon {*/
    /*    margin-left: 150px;*/
    /*}*/
    .sWork-aime-icon {
        margin-left: 80px;
    }
    #sWork-function-text {
        margin-left: 70px;
    }
    .data-bubble {
        flex: 1 0 0;
    }
}

@media screen and (max-width: 1114px) {
    .predictHeader {
        margin-left: 50px;
        margin-right: 50px;
    }
    #predict-heading {
        width: 430px;
        font-size: 70px;
    }
    .step-text {
        font-size: 16px;
    }
    #dropsPredict {
        padding-left: 200px;
    }
    .predict-heading {
        flex: 0.1 0 0;
    }
    .predict-steps {
        flex: 0.9 0 0;
    }
    .style-button-pred {
        flex: 0.3 0 0;
    }
}

@media screen and (max-width: 1030px) {
    /*.sWork-aime-icon {*/
    /*    margin-left: 150px;*/
    /*}*/
    .sWork-aime-icon {
        margin-right: 25px;
    }
    #sWork-function-text {
        margin-left: 25px;
        margin-right: 0;
    }
    .standard-line {
        width: 750px;
    }
    .data-bubble {
        flex: 0.3 0 0;
    }
    .level-bubble {
        flex: 0.3 0 0;
    }

}


@media screen and (max-width: 1090px) {
    #arrow {
        display: none;
    }
}

@media screen and (max-width: 990px) {
    .navbar>.container-fluid {
        margin-left: 15px;
    }
    #scientific_work {
        margin-top: 20px;
    }

    #arrow {
        display: none;
    }

    #logo {
        margin-left: unset;
        margin-right: unset;
    }

    #login {
        display: none;
    }

    .sign-toggler {
        display: block;
    }

    .navbar .navbar-collapse .navbar-nav {
        margin-top: 0;
    }

    .navbar .navbar-collapse .navbar-nav > li > a {
        font-size: 14px;
    }

    .navbar .navbar-collapse .navbar-nav > li > .btn, .logout-btn {
        font-size: 14px;

        margin-left: 15px;
        margin-top: 5px;
        margin-bottom: 10px;

        border-radius: 40px;

        background: #4E7CF0;
    }

    #flood {
        display: block;

        font-family: "Montserrat", sans-serif;
        font-size: 24px;

        margin-top: 15px;

        color: white;
    }
}

@media screen and (max-width: 990px) {
    .step-text {
        font-size: 14px;
        text-align: unset;

        padding-left: 0;
    }
    .bubble {
        font-size: 16px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 950px) {
    .sWork-icon {
        display: none;
    }

    .sWork-heading {
        width: 100vw;
    }
    .sWork-line {
        width: 170px;
    }
    .energy-line {
        width: 300px;
    }

    .sWork-list-text {
        width: 170px;
        font-size: 18px;
    }
    .sWork-desc {
        margin-left: 30px;
        margin-right: 30px;
    }
    #sWork-function-text {
        margin-left: 0;
    }
    .standard-line {
        width: 700px;
    }
    .style-button-pred {
        flex: 0.4 0 0;
    }
}

@media screen and (max-width: 900px) {
    .sWork-aime-icon {
        width: 100vw;
        height: 400px;

        margin-top: 20px;
        margin-left: 0;
        padding-right: 50px;
    }

    #sWork-function-icon {
        padding-right: 40px;
        margin-left: 0;
    }

    .sWork-function-icon1 {
        display: none;
    }

    #sWork-function-icon2 {
        display: flex;

        width: 95vw;
        margin-top: 0;
        margin-left: 0;
        padding-right: 50px;
    }
    .sWork-aime-textGroup {
        width: 100vw;
    }
    .sWork-aim-text {
        width: 93vw;
    }
}

@media screen and (max-width: 930px) {
    .predictHeader {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .predict-heading {
        width: unset;

        display: flex;
        align-items: center;
        justify-content: center;
    }
    #predict-heading {
         width: 400px;

        font-size: 80px;
        line-height: 90px;
    }
    #dropsPredict {
        margin-left: 30px;
        padding-left: 0;
    }
    .predict-steps {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: center;

        flex: 1 0 0;
    }
    .step1 {
        width: 500px;
    }
    .step {
        width: 500px;
        margin-top: 30px;
    }
    .step-text {
        font-size: 16px;
    }
}

@media screen and (max-width: 890px){
    .standard-line {
        width: 650px;
    }
    #additional {
        line-height: 45px;
    }
}

@media screen and (max-width: 869px){
    .bubble {
        font-size: 14px;
    }
}

@media screen and (max-width: 850px) {
    .sWork-heading {
        display: block;
        font-size: 100px;
    }
    .sWork {
        margin-left: 30px;
    }
    .sWork-desc {
        margin-left: 30px;
        margin-right: 30px;
    }
    .sWork-list {
        gap: 20px;

        margin-left: 30px;
        margin-right: 30px;
    }
    .sWork-desc {
        margin-left: 30px;
        margin-right: 30px;
    }
    .standard-line {
        width: 550px;
    }
    .standard-heading {
        font-size: 32px;
    }
    .level-bubble {
        flex: 0.5 0 0;
    }
    .sWork-person-text {
        margin-top: 30px;
    }
    .img-person {
        width: 150px;
    }
}

@media screen and (max-width: 800px) {
    .sWork-line {
        width: 300px;
        height: 2px;
    }
    .energy-line {
        width: 300px;
    }

    .sWork-list-text {
        width: 190px;
        font-size: 18px;
    }
    .submit-input {
        flex: none;
        margin-top: 50px;
    }
    .input-data {
        flex: none;
    }
    .waves-card {
        display: none;
    }
    .submit-input {
        margin-top: 10px;
    }
    .style-button-pred {
        flex: 0.6 0 0;
        font-size: 16px;
    }
}

@media screen and (max-width: 750px){
    /*.main-heading {*/
    /*    width: 100vw;*/
    /*}*/
    .cards {
        width: 100vw;
    }
    .standard-line {
        width: 450px;
    }
    .standard-heading {
        font-size: 28px;
    }
    .predictWrapper {
        margin-right: 50px;
        margin-left: 50px;
    }
}

@media screen and (max-width: 730px) {
    .sign-body {
        background-image: url("../pictures/signBackground730.png");
        background-position-x: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }
    .reg-input {
        margin-top: 8px;
    }

    .reg-error {
        margin-top: 4px;
    }
    .bubble {
        font-size: 16px;
    }
    .real {
        display: none;
    }
    .error {
        display: none;
    }
    .heading-bubble {
        padding-bottom: 0;
        margin-top: 20px;
    }
    .waterLevel {
        margin-top: 0;
    }
    .date {
        flex: 0.4 0 0;
    }
}

.waterLevel {
    margin-top: 20px;
}


@media screen and (max-width: 699px) {
.sWork-desc {
    margin-right: 50px;
}
.sWork-desc-text {
    font-size: 12px;
    text-align: unset;
}
.sWork-aim-text {
    width: 85vw;
}
.sWork-aime-icon {
    height: 300px;
}
.pin-icon {
    width: 150px;
    height: 200px;
}
.pin-bg {
    width: 238px;
    height: 191px;

    margin-top: 51px;
    margin-left: 59px;
}
#sWork-function-icon2 {
    padding-right: 100px;
}
.sWork-line {
    width: 200px;
}
.energy-line {
    width: 200px;
}
.style-button-pred {
    flex: 0.8 0 0;
}
}

@media screen and (max-width: 650px) {
#predict-heading {
    font-size: 60px;
    width: 300px;
}
.predictWrapper {
    margin-left: 20px;
    margin-right: 20px;
}
#additional {
    line-height: 35px;
}
}

@media screen and (max-width: 630px){
.sWork-person-text {
    margin-top: 20px;
}
.card {
    height: 300px;
    width: 300px;
}
.cardArrow {
    padding-top: 100px;
}
.blueArrow {
    margin-left: 210px;
}

.waves-icon {
    width: 300px;
}

.heading-icon {
    width: 73.02vw;
}
.sub-heading {
    /*font-size: 24px;*/
        font-size: calc((100vw - 300px) / (630 - 300) * (24 - 20) + 20px);
        max-width: 215px;
        min-width: 200px;
    }
    .heading-text {
        font-size: 14px;
        max-width: 250px;
        min-width: 150px;
    }
}

@media screen and (max-width: 600px) {
    .sWork-heading {
        font-size: 80px;
        line-height: 100px;
    }
    .sWork-block-line {
        width: 350px;
    }
    #sWork-function-icon2 {
        width: 70vw;
        padding-right: 0;
    }
    .style-button-pred {
        flex: 0.9 0 0;
    }
}

@media screen and (max-width: 590px) {
    .sign-body {
        background-image: url("../pictures/signBackground590.png");
        background-position-x: center ;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }
    .link-block {
        max-width: 527px;
    }
    .login-page {
        max-width: 85.85vw;
        backdrop-filter: blur(1px);
    }
    .logo-heading-text {
        font-size: 18px;
    }
    .input {
        font-size: 14px;
    }
    .error-text {
        font-size: 10px;
        margin-top: 4px;
    }
}

@media screen and (max-width: 570px){
    .step {
        width: 400px;
    }
    .step1 {
        width: 400px;
    }
    .step-text {
        font-size: 14px;
    }
    #predict-heading {
        font-size: 50px;
        width: 250px;
        line-height: 70px;
    }
    #dropsPredict {
        height: 150px;
    }
    .predict-header {
        margin-top: 100px;
    }
}

@media screen and (max-width: 550px) {
    .sWork-person-text {
        margin-top: 10px;
    }
    .standard-line {
        width: 400px;
        height: 2px;
    }
    .level-bubble {
        flex: 0.5 0 0;
    }
    .data-bubble {
        flex: 0.5 0 0;
        margin-right: 30px;
    }
    .style-button-pred {
        flex: 0.4 0 0;
    }
    #show-graph {
        flex: none;
        width: 200px;
    }
    #exel {
        flex: none;
        margin-top: 10px;
    }
    .exel {
        flex: none;
    }
    .data-wrapper {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media screen and (max-width: 520px) {
    .style-button-pred {
        font-size: 14px;
    }
    .img-person {
        width: 150px;
    }
}

@media screen and (max-width: 500px) {
    .sign-body {
        background-image: url("../pictures/signBackground500.png");
        background-position-x: center ;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }
    .error-text {
        display: flex;
        align-items: center !important;
        justify-content: center !important;
    }
    .login-page {
        background: none;
        box-shadow: none;
        backdrop-filter: none;
    }
    #password {
        margin-top: 20px;
    }

    #margin-error {
        margin-top: 20px;
    }
    .sWork-block-line {
        width: 250px;
    }
    .sWork-desc {
        margin-right: 30px;
    }
    .sWork-block-heading {
        font-size: 18px;
    }
    .sWork-block-line {
        height: 2px;
        margin-top: 5px;
    }
    .sWork-heading {
        font-size: 60px;
        line-height: 90px;
    }
    .sWork-line {
        width: 140px;
    }

    .sWork-list-text {
        width: 130px;
        font-size: 14px;
    }
    .sWork {
        width: 300px;
    }
    .predictWrapper {
        margin-left: 40px;
        margin-right: 40px;
    }
    .standard-line {
        width: 350px;
        height: 2px;
    }
    .standard-heading {
        font-size: 26px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 480px){
    .sWork-person-text {
        margin-top: unset;
    }
    .img-person {
        width: 150px;
    }
    .person-img {
        margin-right: 20px;
    }
}

@media screen and (max-width: 450px){
    .person-img {
        margin-top: 10px;
    }
    .step {
        width: 320px;
    }
    .step1 {
        width: 320px;
    }
    #predict-heading {
        font-size: 40px;
        width: 200px;
        line-height: 50px;
    }
    #dropsPredict {
        height: 130px;
    }
    .standard-heading {
        font-size: 20px;
        margin-bottom: 0;
    }
    .standard-line {
        width: 300px;
        height: 2px;
    }
    .predict-label {
        font-size: 16px;
    }
    .data-bubble {
        flex: 0.6 0 0;
        margin-right: 20px;
    }
    .level-bubble {
        flex: 0.6 0 0;
    }
    .bubble {
        font-size: 16px;
    }
    .style-button-pred {
        font-size: 12px;
        padding: 2px 20px 2px 20px;
    }
}

@media screen and (max-width: 410px) {
    .data-wrapper {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 400px) {
    .sWork-aime-icon {
        height: 200px;
    }
    .level {
        flex: 0.7 0 0;
    }
    #sWork-function-icon2 {
        width: 60vw;
        padding-right: 0;
    }
    .pin-icon {
        width: 100px;
        height: 150px;
    }
    .pin-bg {
        width: 166px;
        height: 128px;

        margin-top: 51px;
        margin-left: 59px;

        border-radius: 20px;
    }
    .predictWrapper {
        margin-top: 60px;
        margin-left: 30px;
        margin-right: 30px;
    }
    .standard-line {
        width: 250px;
    }
    .data-bubble {
        flex: 0.7 0 0;
        margin-right: 10px;
    }
    .level-bubble {
        flex: 0.7 0 0;
    }
}

@media screen and (max-width: 399px) {
    .person-img {
        display: flex;
        justify-content: center;
        flex: none;
    }
    .img-person {
        width: 120px;
    }
    .sWork-person-text {
        flex: none;
        margin-top: 20px;
        text-align: center;
    }
    .img-person {
        width: 100px;
    }
    .team {
        margin-top: 30px;
    }
    .pin-icon {
        width: 150px;
        height: 200px;
    }
    .pin-bg {
        width: 172px;
        height: 134px;

        margin-top: 45px;
        margin-left: 59px;

        border-radius: 20px;
    }
    .data-wrapper {
        margin-left: 15px;
        margin-right: 1px;
    }
}

@media screen and (max-width: 370px) {
    .sWork-heading {
        font-size: 50px;
        line-height: 70px;
    }
    .sWork-line {
        width: 130px;
    }

    .sWork-list-text {
        width: 130px;
        font-size: 12px;
    }
    .sWork {
        width: 200px;
    }
    .sWork-desc-text {
        font-size: 10px;
        margin-top: 10px;
        line-height: 15px;
    }
    #dropsPredict {
        height: 100px;
        margin-left: 10px;
    }
    .step {
        width: 280px;
    }
    .step1 {
        width: 280px;
    }
    .step-text {
        font-size: 12px;
        line-height: 20px;
    }
    .data-bubble {
        flex: 1 0 0;
        margin-right: 5px;
    }
    .level-bubble {
        flex: 1 0 0;
    }
    .bubble {
        font-size: 14px;
    }
}

@media screen and (max-width: 350px) {
    .card {
        height: 250px;
        width: 250px;
    }

    .waves-icon {
        width: 250px;
    }
    .style-button-pred {
        padding: 8px 10px 8px 10px;
    }
}

@media screen and (max-width: 320px){
    .style-button-pred {
        font-size: 10px;
        line-height: 20px;
    }
}

/*@media screen and (max-width: 699px) {*/
/*    .sWork-aime-text {*/
/*        font-size: 14px;*/
/*        text-align: unset;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 370px) {*/
/*    .sWork-aime-text {*/
/*        font-size: 12px;*/
/*        margin-top: 10px;*/
/*    }*/
/*}*/


/*Footer*/

.site-footer {
    width: 100vw;
    margin-top: 40px;
    background-color: black;
    color: white;
    font-family: "Montserrat", sans-serif;
    line-height: 1.6;
    font-size: 14px;
    font-weight: normal;
    filter: drop-shadow(0px 4px 50px rgba(79, 79, 255, 0.33));
}

.widget h3 {
    font-weight: normal;
}

.widget a {
    color:#93857A;
}

.about {
    margin-top: 30px;
}

.ml-auto, .mx-auto {
    margin-left: unset;
}


.info {
    display: flex;
    justify-content: center;
    gap: 50px;
    width: 100vw;

    padding-left: 30px;
    padding-right: 30px;
}

/*Admin*/

.admin-wrapper {
    width: 100vw;
    margin-top: 0;
    padding-top: 70px;
    color: white;
    font-family: "Montserrat", sans-serif;
    line-height: 1.6;
    font-size: 14px;
    font-weight: normal;
    /*box-shadow: 0 30px 1000px rgba(79, 79, 255, 0.9);*/
    /*filter: drop-shadow(0px 4px 100px rgba(79, 79, 255, 0.9));*/
}

#eng-btn {
    width: 200px;
}

.copy {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100vw;
}

.make-admin {
    height: 40px;
}

.admin-btn {
    height: 40px;
    margin: 20px 0 30px 5px;
}


