* {
    margin: 0;
    padding: 0;
}

.container {
    width: 1440px;
    margin: 0 auto;
}

.main-container {
    max-width: 1440px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: #11141B;
}

hr {
    border: 1px solid rgba(17, 20, 27, 0.12);
}

/* --HEADER-- */

.head-box {
    background: linear-gradient(rgb(0 0 0 / 70%), rgb(195 195 195 / 0%)), url(../img/image3.png);
    background-position: center;
    background-size: cover;
    height: 800px;
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 3;
    top: 0;
    width: 100%;
}

.head-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 111px;
    background-color: #11141B;
    position: fixed;
    width: 100vw;
    top: 0;
    z-index: 3;
}

.head-menu-background {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 111px;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 3;
}

.head-menu-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 80px;
    margin: 0 auto;
}

.mobile-logo {
    display: none;
}

nav {
    display: flex;
}

.hamburger-menu {
    display: none;
}

.navigation {
    display: flex;
    align-items: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.nav-for {
    display: flex !important;
}

.nav-for:hover {
    color: #14B4BB;
    cursor: pointer;
}

.bx-chevron-up {
    display: none;
}

.nav-for:hover .bx-chevron-down {
    display: none;
}

.nav-for:hover .bx-chevron-up {
    display: block;
}

.developer-menu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    background: #FFFFFF;
    width: 220px;
    top: 68px;
}

.developer-menu li {
    width: 100%;
}

.developer-menu li a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #11141B !important;
    padding: 12px 24px;
    display: block !important;
}

.developer-menu li a:hover {
    background: #D8F6F8;
    border-radius: 8px;
}

.navigation li:hover .developer-menu {
    visibility: visible;
    opacity: 1;
    border-radius: 8px;
}

.nav-register:hover,
.nav-sign-up:hover {
    color: #FFFFFF !important;
}

.nav-register:hover {
    border: 1px solid #FFFFFF !important;
}

.navigation li {
    padding-right: 32px;
    list-style: none;
}

.navigation li a {
    color: #FFFFFF;
    display: flex;
}

.navigation li:last-child {
    padding-right: 0;
}

.bx-chevron-down,
.bx-chevron-up {
    font-size: 24px;
    margin-left: 5px;
}

.register-btn {
    color: #14B4BB !important;
    padding-left: 22px;
}

.login-down {
    color: #14B4BB !important;
    border: 1px solid #14B4BB;
    border-radius: 6px;
    padding: 12px 32px;
}

.title-container {
    width: 1280px;
    margin: 0 auto;
    padding: 0 80px;
}

.head-block {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 550px;
}

.registration-block {
    min-height: 381px;
    width: 460px;
    border-radius: 4px;
    background-color: #FFFFFF;
}

.head-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 65px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.head-title-bottom {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 32px;
    color: #FFFFFF;
    margin-top: 16px;
}

.head-image {
    position: absolute;
    top: 190px;
    right: 0;
}

.form-material {
    padding: 32px 32px;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.form-control {
    box-sizing: border-box;
    height: 42px;
    width: 396px;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
    background-color: #FEFEFE;
    margin: 8px 0 8px 0;
    padding-left: 15px;
}

.input-title {
    color: #1C1F39;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.25px;
    line-height: 22px;
}

.input-btn {
    border-radius: 4px;
    height: 42px;
    background: linear-gradient(135deg, #7267E7 0%, #6259EF 49.12%, #4E45EE 100%);
    color: #FFFFFF;
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.28px;
    line-height: 24px;
    margin-top: 13px;
    border: none;
    cursor: pointer;
    transition: filter .4s;
}

.input-btn:disabled {
    filter: opacity(0.8);
}

.registation-pass {
    color: #5E79FF;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.22px;
    line-height: 19px;
    float: right;
}

.registration-text {
    color: #1C1F39;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.22px;
    line-height: 19px;
    text-align: center;
}

.registration-link-btn {
    color: #5E79FF;
}

.error-login,
.error-login-2,
.error-pass {
    display: none;
    align-items: center;
    color: #FF5E5E;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    margin-bottom: 5px;
}

.active-error {
    display: flex;
}

/* --MAIN FEATURES-- */

.pricing-container {
    max-width: 1440px;
    margin: 0 auto;
}

.main-title {
    background: #0D696E;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 80px;
    margin-top: 800px;
}

.main-title-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 51px;
    text-align: center;
    color: #D1FEFF;
    padding-top: 60px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.main-text-small {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    color: #D1FEFF;
    margin-top: 30px;
    width: 880px;
    padding-bottom: 60px;
}

.main-title-left {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 64px;
    text-align: center;
    color: #141F2E;
    text-align: start;
    width: 390px;
    margin: 72px 0 32px 80px;
}

.main-block {
    display: flex;
    margin-bottom: 59px;
}

.main-block-text {
    width: 470px;
}

.main-block-text h4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: #11141B;
}

.main-block-text p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    color: #11141B;
}

.main-block-tabs {
    display: flex;
    flex-direction: column;
    margin-right: 91px;
}

.tabs {
    position: relative;
    display: flex;
    padding: 0 80px;
}

.pages-block {
    /* display: none; */
}

.main-content-active {
    display: block !important;
}

.pages-block-active {
    display: block !important;
}

.tabs-panel {
    display: none;
    background-color: #fff;
}

.tabs-btn-active {
    display: block;
    pointer-events: none;
    color: #14B4BB !important;
    border-bottom: 2px solid #14B4BB !important;
}

.tabs-btn {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 20px;
    color: #11141B;
    border-bottom: 1px solid #D7D7D7;
    padding: 28px 32px;
    width: 234px;
    cursor: pointer;
}

.tabs-btn:hover {
    color: #14B4BB;
    border-bottom: 2px solid #14B4BB;
}

.main-register-block {
    background-image: url(../img/main-register-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 286px;
}

.main-register-block-background {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 49, 56, 0.8);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.repairs-main-title,
.suppliers-main-title,
.pricing-main-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 51px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 0 80px;
}

.repairs-main-title {
    max-width: 575px;
}

.suppliers-main-title {
    max-width: 1000px;
}

.registration-link {
    margin: 0 auto;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.28px;
    text-align: center;
    padding: 16px 32px;
    border-radius: 4px;
    background-color: #14B4BB;
}

.registration-link span {
    color: #FFFF;
    border-radius: 8px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
}

.suppliers-menu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    background: #FFFFFF;
    width: 220px;
    top: 68px;
    z-index: 3;
}

.suppliers-menu li {
    width: 100%;
}

.suppliers-menu li a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #11141B !important;
    padding: 12px 24px;
    display: block !important;
}

.suppliers-menu li a:hover {
    background: #D8F6F8;
    border-radius: 8px;
}

.navigation li:hover .suppliers-menu {
    visibility: visible;
    opacity: 1;
    border-radius: 8px;
}

/* --MAIN PRICING-- */

.text-pricing {
    width: 960px;
}

.text-pricing-small {
    width: 650px;
}

.table-pricing {
    display: flex;
    justify-content: space-between;
    margin: 100px 0 100px 0;
}

.table-pricing .table-block-first {
    display: flex;
}

.table-block-first {
    width: 32%;
}

.pricing-block-title-mobile {
    display: none;
}

.pricing-block-title h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 64px;
    color: #141F2E;
    display: block !important;
    padding-top: 25px;
}

.pricing-block-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #14B4BB;
    padding-top: 12px;
}

.table-row-first {
    height: 450px !important;
    align-items: flex-start !important;
}

.table-col-free {
    border: 1px solid #14B4BB;
    box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.03);
    border-radius: 8px;
    border-top: 8px solid #14B4BB;
}

.table-col-functional {
    text-align: left;
    color: #212524;
    font-family: "Nunito Sans";
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 24px;
}

.table-col-functional div,
.table-col-functional-column div {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 88px;
    padding-right: 27px;
}

.functional-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #11141B;
    max-width: 370px;
}

.functional-text {
    display: block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: rgba(17, 20, 27, 0.5);
    max-width: 370px;
}

.table-col-free div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 86px;
    border-bottom: 1px solid #E5EAF4;
    margin: 0 20px;
}

.table-col-free div:first-child {
    justify-content: normal;
    align-items: baseline;
}

.table-col-level1 .table-row-first,
.table-col-level2 .table-row-first {
    padding-top: 8px;
}

.table-col-functional {
    border: 1px solid #FFF;
    border-radius: 8px;
}

.table-col-level1,
.table-col-level2 {
    border: 1px solid #E5EAF4;
    border-radius: 8px;
}

.table-col-level1 div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 86px;
    border-bottom: 1px solid #E5EAF4;
    margin: 0 20px;
}

.table-col-level2 div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 85px;
    border-bottom: 2px solid #D8DDE8;
    margin: 0 20px;
}

.table-row-first {
    border-bottom: 1px solid white !important;
    justify-content: space-between !important;
}

.pricing-table-description {
    margin: 0 !important;
    border: none !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
}

.pricing-table-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #11141B;
    margin-top: 32px;
}

.pricing-table-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #11141B;
    margin-top: 12px;
}

.pricing-table-text-memo {
    margin-top: 10px;
    color: #111324;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
}

.pricing-table-price {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #36B37E;
    margin-top: 16px;
}

.pricing-table-price span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #5A7184;
    margin-left: 12px;
}

.pricing-table-link {
    width: 100%;
    padding-left: 0 !important;
    border-bottom: none !important;
    margin: 0 !important;
}

.table-row-last {
    border-bottom: none !important;
}

.pricing-table-link a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #14B4BB;
    text-align: center;
    padding: 15px 0;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #14B4BB;
}

.pricing-table-link-active a {
    color: #FFFFFF;
    background: #14B4BB;
    border: 1px solid #14B4BB;
}

.pricing-table-link:hover a {
    color: #FFFFFF;
    background: #14B4BB;
}

.checkbox-checked {
    height: 20px;
    width: 20px;
}

.table-element-large {
    height: 100px !important;
}

.table-addons {
    display: flex;
    margin: 42px 0;
}

.addons-col-functional {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 25%;
    text-align: left;
    color: #212524;
    font-family: "Nunito Sans";
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 24px;
}

.table-col-functional-column {
    display: none;
}

.addons-col-price {
    width: 75%;
    display: flex;
    flex-direction: column;
    color: #00B050;
    font-family: "Nunito Sans";
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 27px;
}

.addons-col-functional div,
.addons-col-price div {
    display: flex;
    align-items: center;
    height: 84px;
    border-bottom: 1px solid #E9E9E9;
    padding-right: 27px;
}

.addons-col-price div {
    padding: 0 27px;
}

.addons-col-price div:hover {
    background: #F7F7FF;
}

.addons-table {
    margin: 42px 0;
    border-collapse: collapse;
    overflow: hidden;
}

.addons-table tbody tr th {
    width: 25%;
    text-align: left;
    color: #212524;
    font-family: "Nunito Sans";
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 24px;
    padding: 9px 27px 20px 0;
}

.addons-table tbody td {
    color: #00B050;
    font-family: "Nunito Sans";
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 27px;
    padding: 9px 27px 20px 27px;
}

.addons-table tbody tr {
    box-sizing: border-box;
    height: 1px;
    width: 1295px;
    border-bottom: 1px solid #E9E9E9;
}

.addons-table-active:hover {
    background: #F7F7FF;
}

.changeBtn {
    background-color: #111324 !important;
}

.wrapper {
    padding: 0 80px;
}

.pricing-block-title {
    justify-content: flex-start !important;
}

.slider {
    width: 68%;
}

.slider-track {
    display: flex;
    justify-content: space-between;
}

.slide {
    width: 30%;
}


/* --FOOTER-- */

.footer-wrapper {
    max-width: 1440px;
    margin: 0 auto;
}

.footer-block-wrapper {
    max-width: 1440px;
    margin: 0 auto;
}

.footer-container {
    display: flex;
    justify-content: end;
    margin: 0 0 47px 0;
    padding: 0 80px;
}

.footer-block-left {
    width: 30%;
}

.footer-block-right {
    width: 70%;
}

.footer-block h4 {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: rgb(227, 226, 231);
    margin: 62px 0 16px 0;
}

.footer-block .text-green {
    color: #14B4BB;
}

.footer-block-about {
    width: 497px;
}

.about-block-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #11141B;
}

.footer-block-right {
    display: flex;
    justify-content: flex-end;
    margin: 62px 0 16px 0;
}

.footer-block-navigation ul li {
    display: flex;
    flex-direction: column;
}

.nav-for:hover {
    color: #14B4BB;
}

.nav-register:hover,
.nav-sign-up:hover {
    color: #FFFFFF !important;
}

.nav-register:hover {
    border: 1px solid #FFFFFF !important;
}

.footer-block-navigation li,
.footer-block-contacts li,
.footer-block-terms-police li {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    list-style: none;
    color: #0D696E;
    text-transform: uppercase;
}

.footer-block-navigation,
.footer-block-terms-police {
    width: 45%;
    padding-right: 20px;
}

.footer-block-navigation li a,
.footer-block-terms-police li a {
    margin-top: 10px;
}

.footer-block-contacts li {
    margin-bottom: 10px;
}

.footer-block-contacts .footer-block-title {
    margin-bottom: 23px;
}

.footer-logo {
    margin-top: 62px;
}

.footer-logo img {
    width: 284px;
}

.footer-block-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #11141B;
    padding-top: 15px;
    display: block;
}

.footer-block ul {
    list-style: none;
}

.footer-block ul li {
    white-space: nowrap;
}

.copyright-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #0D696E;
    margin-top: 30px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.hidden {
    display: none !important;
}

@media screen and (max-width: 1280px) {
    .container {
        width: 100%;
        margin: 0;
    }

    .head-box {
        height: 700px;
    }

    .desktop-logo {
        display: none;
    }

    .mobile-logo {
        display: block;
    }

    .head-block {
        width: 325px;
    }

    .head-title {
        font-weight: 700;
        font-size: 32px;
        line-height: 39px;
    }

    .head-image {
        width: 45%;
    }

    .text-pricing {
        width: 100%;
    }

    .tabs {
        flex-wrap: wrap;
    }

    .main-block-tabs-content {
        margin-top: 25px;
    }

    .main-title {
        position: relative;
        z-index: 2;
        margin-top: 700px;
    }

    .main-block-tabs {
        margin-right: 20px;
    }

    .main-block {
        flex-direction: column;
    }

    .main-block img {
        margin-top: 25px;
    }

    .main-text-small {
        width: auto;
    }
    
    .table-row-first {
        height: 510px !important;
    }

    .footer-container {
        flex-direction: column;
    }

    .footer-logo img {
        width: 212px;
    }

    .footer-block-right {
        width: 100%;
        justify-content: flex-start;
    }

    .copyright-text {
        margin: 25px 0;
    }
}

@media screen and (max-width: 1280px) and (min-width: 768px) {
    .pricing-table-price span {
        display: block;
    }

    .table-row-first {
        height: 580px !important;
    }
}

@media screen and (max-width: 1100px) {
    .desktop-only {
        display: none;
    }

    .hamburger-menu {
        display: flex;
    }

    .head-menu-background {
        position: fixed;
        background-color: #11141B;
    }

    #menu__toggle:checked~.menu__btn .bx-menu {
        display: none;
        transform: translate(-100%, -100%);
    }

    #menu__toggle:checked~.menu__btn .bx-x-circle {
        display: block;
    }

    #menu__toggle:checked~.menu__box {
        visibility: visible;
        right: 0;
    }

    #menu__toggle {
        opacity: 0;
    }

    .developers-menu__btn {
        width: 100%;
        padding: 32px 0;
    }

    .hamburger-item-developers {
        padding: 0 !important;
        align-items: center;
    }

    #developers-menu__toggle:checked~.developers-menu__btn .bx-menu {
        display: none;
        transform: translate(-100%, -100%);
    }

    #developers-menu__toggle:checked~.menu__btn .bx-x-circle {
        display: block;
    }

    #developers-menu__toggle:checked~.hamburger-developer-menu {
        visibility: visible;
        opacity: 1;
        background-color: #11141B;
    }

    #developers-menu__toggle:checked~.developers-menu__btn,
    #developers-menu__toggle:checked~.bx-chevron-up {
        color: #14B4BB;
    }

    #developers-menu__toggle:checked~.bx-chevron-down {
        display: none;
    }

    #developers-menu__toggle:checked~.bx-chevron-up {
        display: block;
    }

    .green-item {
        color: #14B4BB !important;
    }

    #developers-menu__toggle {
        opacity: 0;
        display: none;
    }

    .menu__btn {
        display: flex;
        align-items: center;
        position: fixed;
        top: 35px;
        right: 20px;
        cursor: pointer;
        z-index: 1;
    }

    .bx-menu::after {
        display: none;
    }

    .hamburger-developer-menu {
        display: flex;
        flex-direction: column;
        visibility: hidden;
        width: calc(100% - 40px);
        position: absolute;
        top: 260px;
    }

    .hamburger-developer-menu li {
        border-bottom: none !important;
        padding: 0 0 32px 0 !important;
    }

    .hamburger-developer-menu li:last-child {
        border-bottom: 1px solid #FFFFFF !important;
    }

    .menu__box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        position: fixed;
        visibility: hidden;
        top: 111px;
        right: -100%;
        width: 100%;
        height: calc(100vh - 111px);
        list-style: none;
        text-align: center;
        background: #11141B;
    }

    .hamburger-logo {
        position: absolute;
        left: 20px;
        top: 35px;
    }

    .menu__box li {
        display: flex;
        width: 100%;
        border-bottom: 1px solid #FFFFFF;
    }

    .hamburger-menu-block {
        width: calc(100% - 40px);
        padding: 0 20px;
    }

    .hamburger-menu-block:last-child {
        padding-bottom: 150px;
        display: flex;
        flex-direction: column;
    }

    .hamburger-menu-block:last-child li {
        justify-content: center;
        border: none;
    }

    .hamburger-menu-block:last-child li .register-btn {
        padding: 0;
    }

    .hamburger-item {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        color: #FFFFFF;
        width: 100%;
        text-align: left;
        padding: 32px 0;
        justify-content: space-between;
    }

    .hamburger-developer-menu .hamburger-item {
        padding: 0 !important;
    }

    .suppliers-menu__btn {
        width: 100%;
        padding: 32px 0;
    }

    .hamburger-item-suppliers {
        padding: 0 !important;
        align-items: center;
    }

    #suppliers-menu__toggle:checked ~ .suppliers-menu__btn .bx-menu  {
        display: none;
        transform: translate(-100%, -100%);
    }

    #suppliers-menu__toggle:checked ~ .menu__btn .bx-x-circle {
        display: block;
    }

    #suppliers-menu__toggle:checked ~ .hamburger-suppliers-menu {
        visibility: visible;
        opacity: 1;
        background-color: #11141B;
    }

    #suppliers-menu__toggle:checked ~ .suppliers-menu__btn,
    #suppliers-menu__toggle:checked ~ .bx-chevron-up {
        color: #14B4BB;
    }
    
    #suppliers-menu__toggle:checked ~ .bx-chevron-down {
        display: none;
    }
    
    #suppliers-menu__toggle:checked ~ .bx-chevron-up {
        display: block;
    }

    #suppliers-menu__toggle {
        opacity: 0;
        display: none;
    }

    .hamburger-suppliers-menu {
        display: flex;
        flex-direction: column;
        visibility: hidden;
        width: calc(100% - 40px);
        position: absolute;
        top: 170px;
    }

    .hamburger-suppliers-menu li {
        border-bottom: none !important;
        padding: 0 0 32px 0 !important;
    }

    .hamburger-suppliers-menu li:last-child {
        border-bottom: 1px solid #FFFFFF !important;
    }

    .hamburger-suppliers-menu .hamburger-item {
        padding: 0 !important;
    }

    .register-btn,
    .login-down {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        margin-top: 32px;
        width: 100%;
    }

    .menu__box,
    .hamburger-developer-menu {
        transition-duration: .25s;
    }

    .menu__item {
        transition-duration: .25s;
    }

    .desktop-menu {
        display: none;
    }

    .bx-menu,
    .bx-x-circle {
        color: #FFF;
        font-size: 35px;
    }

    .bx-x-circle {
        display: none;
    }

    .functional-title {
        height: 130px !important;
    }

    .height-mobile {
        height: 200px !important;
    }

    .height-mobile-normal {
        height: 129px !important;
    }

    .table-col-level2 .height-mobile {
        height: 199px !important;
    }

    .table-col-level2 .height-mobile-normal {
        height: 128px !important;
    }
}

@media screen and (min-width: 768px) {
    .slider-track {
        transform: none !important;
    }
}

@media screen and (max-width: 768px) {
    .head-box {
        align-items: flex-start;
        position: relative;
    }

    .head-block {
        width: 325px;
        padding-top: 140px;
    }

    .title-container {
        padding: 0 20px;
    }

    .head-title-bottom {
        margin-top: 20px;
    }

    .head-image {
        width: 324px;
        right: 0;
        bottom: -30px;
        z-index: 1;
        top: auto;
    }

    .main-title {
        position: relative;
        z-index: 2;
        align-items: flex-start;
        margin-top: 0;
    }

    .head-menu-block {
        padding: 0 20px;
    }

    .main-title {
        padding: 0 20px;
    }

    .main-title-text,
    .main-text-small {
        width: auto;
        text-align: left;
    }

    .main-title-text {
        padding-top: 32px;
        font-size: 24px;
        line-height: 36px;
    }

    .main-text-small {
        padding-bottom: 32px;
        font-size: 16px;
        line-height: 26px;
    }

    .tabs,
    .main-block,
    .footer-container {
        flex-direction: column;
    }

    .footer-block-right {
        justify-content: normal;
    }

    .main-title-left {
        margin: 32px 20px;
        font-size: 24px;
        line-height: 36px;
        width: auto;
    }

    .tabs {
        padding: 0 20px;
    }

    .tabs-btn {
        font-size: 18px;
        line-height: 20px;
    }

    .main-block {
        padding-top: 45px;
        margin-bottom: 10px;
    }

    .main-block-text {
        width: 100%;
    }

    .main-block-text h4 {
        padding-bottom: 12px;
        font-size: 20px;
        line-height: 32px;
    }

    .main-block-text p {
        padding-bottom: 24px;
        font-size: 16px;
        line-height: 30px;
    }

    .main-block img {
        width: 95%;
    }

    .repairs-main-title,
    .suppliers-main-title,
    .pricing-main-title {
        padding: 0 20px;
        font-size: 24px;
        line-height: 29px;
        max-width: 100%;
    }

    .footer-container {
        padding: 0 20px;
        margin-bottom: 0;
    }

    .footer-block-left,
    .footer-block-about {
        width: 100%;
    }

    .footer-block h4 {
        font-size: 30px;
        line-height: 25px;
    }

    .about-block-text {
        font-size: 16px;
        line-height: 30px;
    }

    .wrapper {
        padding: 0 20px;
    }

    .footer-block-right {
        flex-direction: column;
    }

    .footer-block-navigation {
        width: 100%;
    }

    .footer-block-navigation,
    .footer-block-terms-police {
        margin-bottom: 40px;
    }

    .copyright-text {
        margin: 25px 0;
    }

    .slider {
        position: relative;
        user-select: none;
        touch-action: pan-y;
        width: 100%;
    }

    .table-pricing {
        margin-top: 30px;
    }

    .slider img {
        poiner-events: none;
    }

    .slider-list {
        overflow: hidden;
    }

    .slider-list.grab {
        cursor: grab;
    }

    .slider-list.grabbing {
        cursor: grabbing;
    }

    .slider-track {
        display: flex;
    }

    .slide {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .slider-arrows {
        margin-top: 15px;
        text-align: center;
        display: flex;
        justify-content: space-between;
        height: 8px;
        background: #E5EBEF;
        border-radius: 10px;
        position: sticky;
        bottom: 0;
        z-index: 1;
    }

    .slider-arrow {
        width: 33%;
        background: #14B4BB;
        border-radius: 10px;
        opacity: 0;
    }

    .slide-scroll-bar-active {
        opacity: 1;
    }



    .table-block-first {
        display: none !important;
    }

    .table-col-functional-column {
        display: block;
        width: 45%;
    }

    .table-col-functional-column {
        margin-left: 2px;
    }

    .table-col-free,
    .table-col-level1,
    .table-col-level2 {
        width: 55%;
    }

    .table-block {
        display: flex;
    }

    .next,
    .prev {
        background: none;
        border: none;
        margin: 0 10px;
        font-size: 30px;
        cursor: pointer;
    }

    .next.disabled,
    .prev.disabled {
        opacity: .25;
        pointer-events: none;
    }

    .pricing-table-title {
        font-size: 20px;
        line-height: 24px;
    }

    .pricing-table-text {
        font-size: 14px;
        line-height: 24px;
    }

    .pricing-table-price {
        font-size: 24px;
        line-height: 29px;
    }

    .pricing-table-price span {
        font-size: 16px;
        line-height: 19px;
    }

    .pricing-table-link a {
        font-size: 16px;
        line-height: 19px;
    }

    .functional-title {
        font-size: 14px;
        line-height: 20px;
    }

    .functional-text {
        font-size: 14px;
        line-height: 18px;
    }

    .pricing-block-title-mobile {
        display: block;
    }

    .pricing-block-title-mobile h2 {
        font-size: 24px !important;
        line-height: 36px !important;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        color: #141F2E;
        padding-top: 25px;
    }

    .pricing-block-text {
        font-size: 16px !important;
        line-height: 19px !important;
    }

    .height-mobile {
        height: 150px !important;
    }

    .table-col-level2 .height-mobile {
        height: 149px !important;
    }

    .table-col-functional div,
    .table-col-functional-column div {
        padding-right: 14px;
    }

    .table-col-free {
        box-shadow: none;
    }
}

@media screen and (max-width: 480px) {
    .functional-title {
        height: 120px !important;
    }

    .height-mobile-normal {
        height: 119px !important;
    }

    .table-col-level2 .height-mobile-normal {
        height: 118px !important;
    }

    .height-mobile {
        height: 220px !important;
    }

    .table-col-level2 .height-mobile {
        height: 219px !important;
    }
}

@media screen and (max-width: 365px) {
    .head-image {
        display: none;
    }

    .head-block {
        width: 100%;
    }
}

@media screen and (max-width: 345px) {
    .head-block {
        width: auto;
    }

    .suppliers-main-title {
        display: none;
    }
}