* {
    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;
    z-index: 3;
}

.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;
}

.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;
}

.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: 560px;
}

.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;
}

.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-- */

.main-container-block {
    padding: 0 80px;
    display: flex;
}

.main-title {
    background: #0D696E;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 80px;
    margin-top: 800px;
}

.main-title-middle {
    background: #0D696E;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main-image-block {
    width: 400px;
    display: flex;
    justify-content: center;
}

.main-title-middle img {
    width: 400px;
}

.main-title-middle h2 {
    margin-left: 200px;
    text-align: left;
    padding: 0;
}

.main-title-footer {
    background: #0D696E;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main-title-footer img {
    width: 180px;
    object-fit: contain;
}

.main-title-footer h2 {
    margin-left: 200px;
    text-align: left;
    padding: 0;
}

.main-title-middle-block,
.main-title-footer-block {
    display: flex;
    align-items: center;
    padding: 80px;
}

.suppliers-main-title-middle-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px;
}

.suppliers-main-title-middle-block .suppliers-main-title {
    margin-top: 30px;
}

.main-title-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 51px;
    text-align: center;
    color: #D1FEFF;
    padding: 100px;
    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: #141F2E;
    width: 880px;
    margin-top: 16px;
    padding-bottom: 72px;
}

.main-title-left,
.main-title-left-down {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 45px;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
    color: #25CAC9;
    text-align: start;
    width: 400px;
    margin: 72px 0 32px 0;
    white-space: nowrap;
}

.main-title-left-down {
    color: #0D696E;
    margin-top: -30px;
}

.main-block {
    display: flex;
    margin-bottom: 80px;
}

.main-block-text {
    /* width: 470px; */
}

.main-block-text-terms,
.main-block-text-privacy-policy {
    width: 100%;
}

.main-block-text-terms p,
.main-block-text-privacy-policy p {
    padding-top: 10px;
}

.main-block-text h4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #0D696E;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 40px;
}

.main-block-text-terms h5,
.main-block-text-privacy-policy h5 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 48px;
    color: #11141B;
    padding-top: 20px;
}

.main-block-text-terms h3,
.main-block-text-privacy-policy h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 48px;
    color: #11141B;
    padding-top: 20px;
}

.main-block-text-terms .text-padding,
.main-block-text-privacy-policy .text-padding {
    padding-left: 30px;
}

.main-block-text p,
.main-block-text-terms p,
.main-block-text-privacy-policy p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #11141B;
}

.main-block-text-privacy-policy a {
    color: #14B4BB !important;
}

.main-block-tabs {
    display: flex;
    flex-direction: column;
}

.tabs {
    position: relative;
    display: flex;
    padding: 70px 0 0 200px;
}

.suppliers-tabs {
    display: flex;
    padding: 80px 0;
    width: 50%;
}

.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: linear-gradient(rgb(255 255 255 / 70%), rgb(255 255 255 / 70%)), url(../img/image3.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.main-register-block-background {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 80px;
}

.additional-repirer-main-blocks {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.additional-repirer-main-block {
    margin-right: 50px;
}

.additional-repirer-main-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    color: #0D696E;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 15px;
}

.additional-repirer-main-text {
    margin-top: 30px;
}

.suppliers-main-title,
.pricing-main-title {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.repairs-main-title {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #0D696E;
    margin-bottom: 20px;
    text-align: left;
    letter-spacing: 10px;
}

.repairs-main-block-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #11141B;
}

.repairs-main-block-text p {
    margin-bottom: 20px;
}

.suppliers-main-title {
    max-width: 1000px;
}

.main-title-middle .suppliers-main-title-middle-block h2 {
    margin: 0;
}

.suppliers-main-title-middle-block .suppliers-main-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 23px;
    line-height: 32px;
    color: #D1FEFF;
    margin: 40px 0;
}

.light-blue-block {
    background-color: #e8f0f0;
}

.light-blue-block .main-title-text {
    color: #0D696E;
}

.suppliers-tabs-down {
    display: flex;
    padding: 80px 0;
}

.suppliers-tabs-down .main-block {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}

.suppliers-tabs-down .main-block-text {
    width: 50%;
}

.suppliers-tabs-down .suppliers-main-img-block {
    width: 40%;
    display: flex;
    margin-left: 100px;
}

.suppliers-tabs-down .main-block img {
    width: 100%;
}

.suppliers-tabs-down .suppliers-main-img-block.suppliers-image-3 {
    width: 30%;
}

.registration-link {
    margin: 0 auto;
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.28px;
    line-height: 24px;
    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: 600;
    font-size: 18px;
    line-height: 25px;
}

/* --MAIN PRICING-- */

.text-pricing {
    width: 960px;
}

.text-pricing-small {
    width: 650px;
}

.table-pricing {
    display: flex;
}

.table-pricing .table-block-first {
    display: flex;
}

.table-block-first {
    width: 50%;
}

.table-block {
    width: 25%;
}

.table-col-functional,
.table-col-free {
    width: 50%;
}

.pricing-block-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 64px;
    color: #141F2E;
    display: block !important;
}

.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: 310px !important;
}

.table-col-free {
    background: #F7F7FF;
}

.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 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 86px;
    border-bottom: 1px solid #E9E9E9;
    padding-right: 27px;
}

.table-col-free div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 86px;
    border-bottom: 1px solid #E9E9E9;
    padding: 0 27px;
}

.table-col-level1 div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 86px;
    border-bottom: 1px solid #E9E9E9;
    padding: 0 27px;
}

.table-col-level2 div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 86px;
    border-bottom: 1px solid #E9E9E9;
    padding: 0 27px;
}

.table-row-first {
    border-bottom: 1px solid white !important;
}

.pricing-table-title {
    color: #212524;
    font-family: "Nunito Sans";
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 32px;
}

.pricing-table-text {
    color: #5E5E5E;
    font-family: "Nunito Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
    margin-top: 16px;
    min-height: 100px;
}

.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 {
    color: #00B050;
    font-family: "Nunito Sans";
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 32px;
}

.pricing-table-price span {
    font-weight: 900;
}

.pricing-table-link {
    display: flex;
    align-items: flex-start;
    padding-left: 0 !important;
    border-bottom: none !important;
}

.table-row-last {
    border-bottom: none !important;
}

.pricing-table-link a {
    color: #544BEE;
    font-family: "Nunito Sans";
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.28px;
    line-height: 24px;
    text-align: center;
    border-radius: 4px;
    padding: 15px 30px;
    border: 2px solid #544BEE;
}

.table-col-free:hover .pricing-table-link a {
    background: linear-gradient(135deg, #7267E7 0%, #6259EF 49.12%, #4E45EE 100%);
    color: #FFFFFF;
    border: none;
}

.table-col-level1:hover .pricing-table-link a {
    background: linear-gradient(135deg, #7267E7 0%, #6259EF 49.12%, #4E45EE 100%);
    color: #FFFFFF;
    border: none;
}

.table-col-level2:hover .pricing-table-link a {
    background: linear-gradient(135deg, #7267E7 0%, #6259EF 49.12%, #4E45EE 100%);
    color: #FFFFFF;
    border: none;
}

.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;
}


/* TERMS AND PRIVACY POLICY */

.text-menu-block {
    display: flex;
    align-items: center;
    padding: 140px 80px;
}

.container-terms,
.container-privacy-policy {
    max-width: 1440px;
    margin: 0 auto;
}

@media screen and (max-width: 1100px) {
    .text-menu-block {
        padding: 140px 20px 80px 20px;
    }
}

/* --FOOTER-- */

footer {
    height: 443px;
}

.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-logo {
    margin-top: 62px;
}

.footer-logo img {
    width: 284px;
}

.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;
}

.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-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;
    }


    .title-container {
        width: 100%;
    }

    .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%;
    }

    .tabs {
        flex-wrap: wrap;
    }

    .main-block-tabs-content {
        margin-top: 25px;
    }

    .main-title {
        position: relative;
        z-index: 2;
        margin-top: 700px;
    }

    .main-block img {
        margin-top: 25px;
    }
    
    .main-text-small {
        width: auto;
    }

    .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: 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;
    }

    .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;
    }

    .main-container-block .main-title-left, 
    .main-container-block .main-title-left-down {
        width: auto;
    }

    .main-image-block {
        width: auto;
    }

    .main-title-middle img,
    .main-title-footer img {
        width: 100%;
    }

    .tabs {
        padding: 70px 0 0 100px;
    }

    .green-item {
        color: #14B4BB !important;
    }

    #developers-menu__toggle {
        opacity: 0;
        display: none;
    }

    #suppliers-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;
    }

    .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;
    }

    .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;
    }

    .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,
    .hamburger-suppliers-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;
    }
}

@media screen and (max-width: 768px) {
    .head-box {
        align-items: flex-start;
        position: relative;
    }

    .head-block {
        width: 325px;
        padding-top: 140px;
    }

    .see-pricing-text-mobile {
        text-align: center !important;
    }

    .title-container {
        padding: 0 20px;
    }

    .head-title-bottom {
        margin-top: 30px;
    }

    .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;
    }

    .main-title-middle img,
    .main-title-footer img {
        display: none;
    }

    .main-container-block {
        padding: 0 20px;
    }

    .head-menu-block {
        padding: 0 20px;
    }

    .main-register-block-background {
        padding: 20px;
    }

    .main-title {
        padding: 0 20px;
    }

    .main-title-text,
    .main-text-small {
        width: auto;
        text-align: left;
        padding: 32px;
    }

    .main-title-text {
        padding: 32px 0;
        font-size: 24px;
        line-height: 36px;
    }
    
    .main-text-small {
        padding-bottom: 32px;
        font-size: 16px;
        line-height: 26px;
    }

    .suppliers-tabs-down .main-block {
        margin-bottom: 10px;
    }

    .suppliers-tabs,
    .suppliers-tabs-down {
        padding: 40px 0;
    }

    .tabs,
    .main-block {
        align-items: flex-start;
    }

    .footer-block-right {
        justify-content: normal;
    }

    .main-title-left,
    .main-title-left-down {
        margin: 32px 0 0 0;
        font-size: 24px;
        line-height: 36px;
    }

    .main-title-left-down {
        margin: 0;
    }

    .tabs {
        padding: 0 20px 0 100px;
    }

    .tabs-btn {
        font-size: 18px;
        line-height: 20px;
    }
    
    .main-block {
        padding-top: 7px;
        margin-bottom: 20px;
    }

    .main-title-footer-block,
    .main-title-middle-block,
    .suppliers-main-title-middle-block {
        padding: 20px;
    }

    .main-title-middle h2,
    .main-title-footer h2 {
        margin-left: 0;
    }

    .main-block-text {
        width: 100%;
    }

    .main-block-text h4 {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .main-block-text p {
        padding-bottom: 24px;
        font-size: 16px;
        line-height: 30px;
    }

    .main-block img {
        width: 95%;
    }

    .repairs-main-title,
    .suppliers-main-title {
        padding: 0 20px;
        font-size: 24px;
        line-height: 29px;
        max-width: 100%;
    }

    .repairs-main-title {
        padding: 0;
    }

    .additional-repirer-main-blocks {
        flex-direction: column;
    }

    .additional-repirer-main-block {
        margin: 0 0 30px 0;
    }

    .additional-repirer-main-text {
        margin-top: 0;
    }

    .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;
    }

    .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;
    }
}

@media screen and (max-width: 610px) {
    .head-block {
        padding-top: 150px;
    }

    .head-image {
        display: none;
    }
}

@media screen and (max-width: 550px) {
    .main-block-tabs {
        margin-right: 0;
    }

    .main-container-block {
        flex-direction: column;
    }

    .suppliers-tabs-down .suppliers-main-img-block,
    .suppliers-tabs-down .suppliers-main-img-block.suppliers-image-3 {
        margin-left: 0;
        width: 70%;
    }

    .main-block {
        flex-direction: column;
    }

    .tabs {
        padding: 0;
    }

    .tabs-btn {
        width: calc(100vw - 104px);
    }

    .suppliers-tabs,
    .suppliers-tabs-down .main-block-text {
        width: 100%;
    }
}

@media screen and (max-width: 430px) {
    .suppliers-main-title {
        line-height: 24px;
    }

    .tabs-btn {
        width: calc(100vw - 104px);
    }
}

@media screen and (max-width: 365px) {
    .head-image {
        display: none;
    }

    .head-block {
        width: 100%;
        padding-top: 150px;
    }
}

@media screen and (max-width: 345px) {
    .head-block {
        width: auto;
    }

    .suppliers-main-title {
        display: none;
    }
}