* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Jost", sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*
#61934F - main green
#BDC4AD - less green bg
#EAF6F6 - bright
*/

ul,
a {
    text-decoration: none;
    list-style: none;
    color: #fff;
}

a {
    cursor: pointer;
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.header {
    background-color: #EAF6F6;
    background-image: url("/images/main-bg(2).png");
    background-position: bottom;
    background-size: cover;
    height: 768px;
}

.bus-header {
    height: 550px;
}

.user-header {
    height: 600px;
}

.inner-header {
    max-width: 900px;
    margin: 0 auto;
}

.fixed-header {
    width: 100%;
    padding: 0 120px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 99999;
    box-shadow: 0px 9px 13px -6px rgba(0, 0, 0, 0.54);
}

.fixed-header button {
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    background-color: #61934f;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 500;
    border: 2px solid transparent;
}

.fixed-header button:hover {
    border: 2px solid #61934f;
    color: #61934f;
    background-color: #fff;
}

.header-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    margin-right: 40px;
}

.header-list li:not(:last-child) {
    margin-right: 20px;
}

.header-list li {
    position: relative;
}

.header-list li:after {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    background-color: #61934F;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header-nav-block {
    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;
}

.header-list li:hover:after {
    width: 100%;
}

.logo img {
    width: 100px;
}

.logo a {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

.header-content {
    padding-top: 100px;
    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;
}

.header-bg img {
    max-width: 300px;
}

.header-info {
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
}

.header-info span {
    /* color: #fff; */
}

.header-info>span>img {
    width: 15px;
    margin-right: 10px;
}

.header-info h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: normal;
}

.header-info>span:not(:last-child) {
    margin-bottom: 10px;
}

.header-info>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
}

.header-info h1 {
    color: #61934f;
    font-size: 32px;
    line-height: 50px;
    color: #fff;
}

.header-info p {
    font-weight: 300;
    /* color: rgba(0, 0, 0, 0.7); */
    color: #000;
    margin: 20px 0;
}

.header-buttons button {
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    background-color: #61934f;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 500;
    margin-top: 20px;
    border: 2px solid transparent;
}

.header-buttons button:hover {
    border: 2px solid #61934f;
    color: #61934f;
    background-color: #fff;
}

.main {
    width: 100%;
    background-color: #eaf6f6;
}

.inner-main {
    max-width: 900px;
    margin: 0 auto;
}

.for-clients {
    width: 100%;
    margin: 50px 0;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lang-switcher {
    margin-left: 20px;
}

.lang-switcher>ul>li {
    position: relative;
    cursor: pointer;
    background-color: #61934F;
    width: 70px;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}

.lang-switcher li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
}

.lang-switcher img {
    width: 20px;
    margin-left: 5px;
}

.lang-arrow {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 0 3px 5px;
    width: 0px;
    height: 0px;
    border-top: 5px solid rgb(255, 255, 255);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    transition: all 0.3s;
}

.sub-list {
    margin-top: 20px;
}

.sub-list li {
    background-color: #61934F;
    align-items: center;
    padding: 5px 0;
}

.sub-list li:hover {
    background-color: #47693b;
}

.lang-switcher>ul>li:hover .lang-arrow {
    transform: rotate(180deg)
}

.lang-switcher>ul>li:hover .sub-list {
    display: block;
}

.sub-list {
    display: none;
    position: absolute;
    left: 0;
    top: 10px;
    width: 70px;
}

.users-info-graph {
    position: relative;
    max-width: 900px;
}

.graph-phone {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.for-clients img {
    max-width: 900px;
}

.for-clients h2 {
    margin-bottom: 50px;
    font-weight: 300;
    font-size: 24px;
}

.for-clients ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin-bottom: 50px;
    justify-content: space-between;
}

.for-clients ul li {
    width: 24%;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 0;
    margin-bottom: 20px;
    color: #000;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.for-clients ul li img {
    width: 40px;
    margin-bottom: 10px;
    opacity: 80%;
}

.for-clients ul li:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.29);
}

.benefits {
    width: 100%;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.benefit {
    width: 100%;
    height: 320px;
    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;
    margin: 100px 0;
    padding: 20px;
    font-size: 14px
}

.benefit-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    /* width: 40%; */
    padding: 20px;
}

.benefit-info h2 {
    margin-bottom: 20px;
}

.benefit-info p img {
    width: 15px;
}

.benefit button {
    max-width: 200px;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    background-color: #61934f;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 500;
    margin-top: 20px;
    border: 2px solid transparent;
}

.benefit button:hover {
    border: 2px solid #61934f;
    color: #61934f;
    background-color: #fff;
}

.benefit-img img {
    max-width: 350px;
    margin-right: 50px;
    filter: drop-shadow(0px 0px 10px #00000075);
    -webkit-filter: drop-shadow(0px 0px 10px #00000075);
    -moz-filter: drop-shadow(0px 0px 10px #00000075);
}

.pre-registration-block {
    width: 100%;
    padding: 20px;
    /* background-color: #592B7F; */
    background-color: #6B27D7;
    border-radius: 20px;
    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;
    color: #fff;
    position: relative;
    margin: 50px 0;
}

.pre-registration-block h2 {
    margin-bottom: 20px;
    font-size: 34px;
}

.pre-registration-block img {
    max-width: 500px;
    height: 500px;
}

.pre-registration-info {
    text-align: left;
    margin-left: 50px;
    padding-right: 50px;
}

.pre-registration-info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.pre-registration-info ul li:not(:last-child) {
    margin-bottom: 10px;
}

.pre-registration-info ul li img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.pre-registration-info button {
    border: none;
    padding: 10px 50px;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    background-color: #61934f;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 500;
    margin-top: 20px;
    border: 2px solid transparent;
}

.pre-registration-info button:hover {
    border: 2px solid #61934f;
    color: #61934f;
    background-color: #fff;
}

.counter-block {
    padding: 5px 10px;
    position: absolute;
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid #61934f;
    top: 50%;
    left: 30%;
    color: rgba(0, 0, 0, 0.5);
    font-size: 20px;
    z-index: 999;
}

.counter-block b {
    color: #592B7F;
}

.options-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: 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-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 40px;
    margin-bottom: 50px;
}

.coming-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.coming-buttons div img {
    width: 150px;
}

.app-store-button {
    margin-right: 20px;
}

.options-block h2 {
    font-weight: 500;
    font-size: 55px;
    margin-bottom: 10px;
}

.video-block {
    width: 100%;
    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;
    padding: 100px 0;
    margin-bottom: 50px;
}

.video-block video {
    width: 80%;
}

.video-block {
    position: relative;
    z-index: 1;
}

.video-bg {
    position: absolute;
    max-width: 900px;
    z-index: -1;
}

.video-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
    cursor: pointer;
}

.video-link img {
    width: 20px;
    margin-right: 10px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.users-page-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 30%;
    text-align: center;
    font-size: 14px;
    padding: 30px;
}

.users-page-list ul li img {
    margin-bottom: 10px;
}

.users-page-list ul li p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}

.for-bus {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.business-categories {
    width: 100%;
}

.business-categories ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #61934f;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 100px 0;
}

.business-categories ul li img {
    width: 50px;
}

.close-modal {
    position: absolute;
    right: 20px;
    top: 30px;
    width: 20px;
    height: 2px;
    background-color: red;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}

.close-modal:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0px;
    top: -9px;
}

.close-modal:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background-color: red;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.reg-for-user {
    position: fixed;
    display: none;
    overflow: scroll;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.5);
    width: 100vw;
    height: 100vh;
    z-index: 999999;
}

.form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.form select {
    margin-bottom: 20px;
    outline: none;
    border: none;
    border: 2px solid #61934F;
}

.form input {
    border: none;
    border-bottom: 2px solid #61934F;
    outline: none;
}

.form input:not(:last-child) {
    margin-bottom: 20px;
}

.form button {
    margin-top: 20px;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    background-color: #61934f;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 500;
    border: 2px solid transparent;
}

.form button:hover {
    border: 2px solid #61934f;
    color: #61934f;
    background-color: #fff;
}

.reg-for-business {
    position: fixed;
    display: none;
    overflow: scroll;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.5);
    width: 100vw;
    height: 100vh;
    z-index: 999999;
}

.question-block {
    position: fixed;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.5);
    width: 100vw;
    height: 100vh;
    z-index: 999999;
}

.form textarea {
    resize: none;
}

.reg-choose {
    position: fixed;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.5);
    width: 100vw;
    height: 100vh;
    z-index: 999999;
}

.reg-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    position: relative;
}

.reg-form img {
    max-width: 250px;
}

.reg-controls {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 100px;
    font-size: 24px;
}

.reg-buttons-block button {
    margin-top: 20px;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    background-color: #61934f;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 500;
    border: 2px solid transparent;
}

.reg-buttons-block button:hover {
    border: 2px solid #61934f;
    color: #61934f;
    background-color: #fff;
}

.footer {
    width: 100%;
    background-color: #61934f;
}

.inner-footer {
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-block {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.inner-footer span {
    margin-top: 20px;
}

.footer-block span {
    margin-top: 20px;
}

.left-footer-block {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.right-footer-block {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.right-footer-block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px 0;
}

.right-footer-block ul li:not(:last-child) {
    margin-right: 20px;
}

.right-footer-block ul li {
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.graph-mobile {
    display: none;
}

.social {
    display: flex;
    align-items: center;
}

.social li a img {
    width: 30px;
}

.social li:not(:last-child) {
    margin-right: 20px;
}

.footer-social {
    display: flex;
    align-items: center;
}

.footer-social li a img {
    width: 30px;
}

.footer-social li:not(:last-child) {
    margin-right: 20px;
}

.for-clients-block {
    position: relative;
}

.for-clients-block-description {
    position: absolute;
    background-color: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s;
    text-align: center;
}

.for-clients-block:hover .for-clients-block-description {
    opacity: 1;
}

.for-clients-block-description span {
    font-size: 14px;
    padding: 0 10px;
    text-align: center;
}

.for-clients-block-description span p {
    font-size: 18px;
    margin-bottom: 10px;
    color: #6B27D7;
}

@media (max-width: 769px) {
    .video-block {
        padding: 0;
    }
    .video-block video {
        width: 100%;
    }
    .video-bg {
        display: none;
    }
    .fixed-header {
        padding: 0 20px;
    }
    .video-bg {
        max-width: 760px;
    }
    .benefit-info {
        font-size: 14px;
        width: auto;
        padding: 0;
    }
    .benefit-img img {
        max-width: 300px;
        margin: 0 20px;
    }
    .header-info {
        margin-left: 20px;
    }
}

@media (max-width: 655px) {
    body {
        overflow-x: hidden;
        width: 100%;
    }
    .benefit-info h2,
    p {
        text-align: center;
    }
    .pre-registration-info {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .fixed-header {
        padding: 0px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .logo a {
        font-size: 24px;
    }
    .header-bg {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .header-bg img {
        width: 70%;
    }
    .header-info {
        max-width: 100%;
        margin: 0;
    }
    .video-link {
        margin: 10px 0;
    }
    /* .header-info h3 {
        display: none;
    }
    .header-info span {
        display: none;
    } */
    .header-info h3 {
        margin: 10px 0;
    }
    .header {
        height: auto;
    }
    .header-info p {
        text-align: center;
        padding: 0 20px;
    }
    .header-info>span:not(:last-child) {
        margin-bottom: 5px;
    }
    .header-info h1 {
        line-height: 30px;
    }
    .header-list li:not(:last-child) {
        margin-right: 10px;
    }
    .header-list {
        margin-right: 10px;
    }
    .for-clients ul li {
        width: 45%;
        margin: 0 10px;
    }
    .options-block h2 {
        font-size: 34px;
    }
    .benefit {
        width: 100%;
        height: auto;
        position: relative;
    }
    .benefit-img img {
        width: 200px;
    }
    .mobile-img {
        margin-top: -300px;
    }
    .options-block h2 {
        margin-bottom: 50px;
        font-size: 26px;
        text-align: center;
    }
    .benefit {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .for-clients h2 {
        text-align: center;
    }
    .header-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial;
        overflow: hidden;
        flex-direction: column;
        padding-bottom: 100px;
    }
    .header-info {
        max-width: 100%;
        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-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
    .header-info h1 {
        font-size: 24px;
        text-align: center;
    }
    .header-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 10px;
    }
    .header-list li {
        font-size: 16px;
    }
    .header-list li:not(:last-child) {
        margin-right: 5px;
    }
    .pre-registration-block>img {
        display: none;
    }
    .counter-block {
        display: none;
    }
    .inner-footer {
        padding: 20px;
    }
    .right-footer-block ul li {
        width: 40%;
    }
    .video-bg {
        display: none;
    }
    .header-list {
        display: none;
    }
    .fixed-header {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 30px;
    }
    .header-nav-block button {
        padding: 5px 10px;
    }
    .header-buttons a button {
        padding: 5px 10px;
    }
    .left-footer-block span {
        font-size: 12px;
    }
    .inner-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .hide {
        display: none;
    }
    .right-footer-block ul {
        gap: 0px;
    }
    .mobile-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .reg-form {
        width: 100%;
        height: auto;
        padding: 40px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .reg-form img {
        width: 300px;
        margin-bottom: 20px;
    }
    .reg-controls {
        width: 100%;
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0;
    }
    .reg-buttons-block {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .reg-controls {
        font-size: 20px;
    }
    .reg-buttons-block button {
        width: 200px;
        padding: 5px 10px;
    }
    .form button {
        padding: 5px 10px;
    }
    .graph-web {
        display: none;
    }
    .graph-phone {
        display: none;
    }
    .graph-mobile {
        display: block;
    }
    .reg-btn {
        margin-bottom: 20px;
    }
    .header-nav-block button {
        margin: 0;
    }
    .right-footer-block ul li {
        width: 100%;
    }
    .header {
        background-position: right;
    }
    .bus-header {
        height: auto;
    }
    .user-header {
        height: auto;
    }
    .left-footer-block {
        width: 100%;
    }
    .right-footer-block ul li:not(:last-child) {
        margin-right: 0px;
    }
    .right-footer-block ul {
        padding: 0;
    }
    .social {
        display: none;
    }
    .footer-social {
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }
    .footer-social li a img {
        width: 30px;
    }
    .footer-social li {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer-social li:not(:last-child) {
        margin-right: 20px;
    }
    .for-clients ul li:hover {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media (max-width: 400px) {
    .for-clients ul {
        align-items: center;
        justify-content: center;
    }
    .for-clients ul li {
        width: 80%;
    }
}
