/* .text-content {
  padding: 40px 0;
}

.text-content ul,
.text-content ol {
  margin: 16px 0;
  padding-left: 17px;
}

.text-content ul {
  list-style: disc;
}

.text-content ol {
  list-style: decimal;
}

.text-content ul li,
.text-content ol li {
  margin-bottom: 10px;
}

.text-content table {
  border: 1px solid #000;
  border-spacing: inherit;
}

.text-content table tr:not(:last-child) td {
  border-bottom: 1px solid #000;
}

.text-content table tr td:not(:last-child) {
  border-right: 1px solid #000;
}

.text-content table td {
  padding: 6px 10px;
}
*/

.row {
    display: flex;
}

.grid {
    display: grid;
}

.row.space-between {
    justify-content: space-between;
}

.col {
    display: flex;
    flex-direction: column;
}

/*
p.description {
  font-size: 20px;
  line-height: 30px;
  color: #475467;
  text-align: center;
}

.standart-section-padding {
  padding: 96px 0;
} */



/* .page-content {
    display: flex;
    flex-direction: column;
  } */

section.block-agent {
    background-color: #101828;
    padding: 48px 0;
}

.block-faq .container {
    max-width: 960px;
    margin: 0 auto;
}

section.block-agent h2 {
    font-size: 36px;
    letter-spacing: -0.02em;
    line-height: 44px;
    margin-bottom: 16px;
    margin-top: 0;
    color: #ffffff;
}

section.block-agent p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 32px;
    color: #eaecf0;
    margin-top: 0;
}

section.block-agent a {
    max-width: 210px;
    width: 100%;
}

.more-questions {
    justify-content: center;
    background: #f2f4f7;
    border-radius: 16px;
    padding: 32px 20px;
    margin-top: 32px;
}

.more-questions .col {
    align-items: center;
    gap: 25px;
}

.more-questions .col p {
    margin: 0;
}

.promo-cards {
    gap: 2%;
    justify-content: center;
}

.promo-cards .col {
    max-width: 32%;
    width: 100%;
}

@media (max-width: 1299px) {
    .promo-cards .col {
        max-width: 49%;
        width: 100%;
        margin-bottom: 16px;
    }
}

@media (max-width: 767px) {
    .promo-cards .col {
        max-width: 100%;
        width: 100%;
        margin-bottom: 16px;
    }
}

.promo-cards .col img {
    width: 100%;
    height: auto;
}

.block-promo {
    background-color: #e7f2ff;
}

.block-promo .slick-slide img {
    width: 100%;
    object-fit: contain;
    margin-right: 16px;
}

.block-promo .slick-slide {
    padding-right: 16px;
}

.block-promo h2,
.block-promo span {
    text-align: center;
    width: 100%;
    display: block;
}

.promo-cards .col img {
    transform: scale(1);
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0, 1.4);
}

.promo-cards .col img:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.contracts-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}

.contract-content-wrapper img {
    max-width: 178px;
    height: auto;
}

@media (max-width: 1299px) {
    .contracts-cards {
        grid-template-columns: 1fr 1fr;
    }

    .block-contracts .container {
        padding: 0 16px;
    }
}

@media (max-width: 767px) {
    .contracts-cards {
        grid-template-columns: 1fr;
    }
}

.contract-content-wrapper {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 24px;
}

.contract-card {
    border: 1px solid #475467;
    border-radius: 12px;
    padding: 16px;
}

.block-contracts__subtitle,
.block-contracts__title,
.block-contracts__description {
    text-align: center;
    display: block;
}

.block-contracts__subtitle {
    font-size: 16px;
    line-height: 24px;
    color: #1570ef;
    font-weight: 600;
    margin-bottom: 12px;
}

.block-contracts__title,
h3.contract-name {
    color: #101828;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 16px;
}

.block-contracts__description {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 32px;
    color: #475467;
}

.contract-details {
    color: #475467;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}

span.price,
span.hashpower {
    color: #1570ef;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}

.sky-bg {
    background-color: #e7f2ff;
}

.block-promos-activities .card .content-wrapper {
    display: flex;
    gap: 16px;
    flex-grow: 1;
}

.block-promos-activities .row {
    gap: 24px;
}

.block-promos-activities .col.card {
    flex: 1;
    padding: 32px;
    border-radius: 24px;
}

.block-promos-activities .col.card h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 16px;
}

.block-promos-activities .col.card p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
}

.block-promos-activities .col.card img {
    width: 100%;
    height: auto;
}

.block-promos-activities .content-wrapper .col {
    justify-content: space-between;
    flex: 1;
}

.block-promos-activities .row .card:nth-child(2) {
    position: relative;
    overflow: hidden;
}

.block-promos-activities .row .card:nth-child(2) img {
    position: absolute;
    bottom: -2px;
    right: -2px;
    z-index: 1;
    max-width: 417px;
    height: auto;
}

.block-promos-activities .content-wrapper .col a.button {
    z-index: 2;
    justify-content: space-around;
    align-items: center;
    width: max-content;
}

.block-subtitle {
    font-size: 16px;
    line-height: 24px;
    color: #1570ef;
    font-weight: 600;
    margin-bottom: 12px;
    text-align: center;
    display: block;
}

.block-title {
    text-align: center;
    font-size: 36px;
    color: #101828;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 44px;
    margin-bottom: 24px;
}

.block-promos-activities a.button:after {
    content: url("/wp-content/themes/ecos-m/assets/css/assets/img/theme-icons/arrow-right.svg");
    margin-top: 6px;
    margin-left: 12px;
}

.scale-up-animation {
    transition: transform 0.5s cubic-bezier(0.22, 0.61, 0, 1.4);
}

.scale-up-animation:hover {
    transform: scale(1.05);
}

.block-hero-slider {
    padding: 48px;
    background-color: #f2f4f7;
}

.block-hero-slider .image-wrapper img {
    width: 100%;
    height: auto;
}

.block-hero-slider .social-icons {
    display: flex;
    gap: 12px;
    padding-left: 0;
    margin: 0;
}

.block-hero-slider p.slide-description {
    margin-top: 0;
    margin-bottom: 48px;
}

.block-hero-slider .slide-button-wrapper {
    margin-bottom: 48px;
    display: flex;
    gap: 15px;
}

.block-hero-slider p.slide-description~p {
    margin-top: 0;
    margin-bottom: 24px;
}

.block-hero-slider .slide-title {
    font-size: 60px;
    letter-spacing: -0.02em;
    line-height: 72px;
    margin-bottom: 24px;
    color: #1570ef;
    font-weight: 600;
}

.block-hero-slider p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 48px;
    max-width: 560px;
    color: #475467;
}

.slick-dots li button {
    background-color: #d0d5dd;
    border-radius: 3px;
    cursor: pointer;
    height: 6px;
    width: 30px;
    padding: 0;
    transition: background-color 0.3s ease-in-out;
}

.slick-dots li.slick-active button {
    height: 6px;
    background-color: black;
}

.slick-dots {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
}

.block-about-us {
    background-color: #f2f4f7;
}

.about-description {
    margin-left: auto;
    margin-right: auto;
    max-width: 768px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #475467;
    margin-bottom: 120px;
}

.partnership {
    max-width: 960px;
    margin: 0 auto;
}

.partnership .col {
    flex: 1;
}

.partnership h2 {
    text-align: left;
    margin-bottom: 0;
    color: #101828;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 16px;
}

.partnership p {
    color: #475467;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 32px;
}

.block-about-us ul {
    padding-left: 0;
}

.partner-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    gap: 32px;
}

.partner-list li {
    display: flex;
    padding: 32px;
    background: #fff;
    border: 1px solid #eaecf0;
    border-radius: 16px;
}

.partner-list li p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.partner-list li:first-child {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-basis: 100%;
}

.partner-list li:first-child img {
    margin-right: 32px;
}

.partner-list li:not(:last-child) p {
    color: #475467;
}

.partner-list li:last-child p {
    color: #ffffff;
}

.partner-list li:not(:first-child) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-basis: calc(50% - 16px);
}

@media (max-width: 767px) {
    .partner-list li:not(:first-child) {
        flex-basis: 100%;
    }

    .block-promos-activities .col.card {
        flex: 100%;
    }

    .block-promos-activities .row .card:nth-child(2) img {
        max-width: 300px;
    }
}

.partner-logo-list {
    display: flex;
    flex-flow: row wrap;
    gap: 16px;
    justify-content: space-around;
    margin-top: 48px;
}

.block-app .row {
    border-radius: 24px;
    overflow: hidden;
}

.block-app .col {
    width: 50%;
}

.block-app .col:first-child {
    padding: 64px;
    border-radius: 24px 0 0 24px;
}

.block-app .col>img {
    width: 100%;
    height: 100%;
    border-radius: 0 24px 24px 0;
    object-fit: cover;
}

@media (max-width: 767px) {
    .block-app .row {
        flex-wrap: wrap;
    }

    .block-app .col {
        flex-basis: 100%;
    }

    .block-app .col:first-child {
        padding: 64px;
        border-radius: 24px 24px 0 0;
    }

    .block-app .col>img {
        border-radius: 0 0 24px 24px;
    }
}

.block-app h2 {
    font-size: 36px;
    letter-spacing: -0.02em;
    line-height: 44px;
    padding: 0;
    color: #fff;
    margin-bottom: 24px;
}

.block-app h2+p {
    color: #d1e9ff;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
}

.qr-code-wrapper {
    display: flex;
    padding: 8px;
    border: 1px solid #fff;
    border-radius: 5px;
    max-width: 276px;
}

.qr-code-wrapper img {
    margin-right: 12px;
}

.qr-code-wrapper p {
    font-size: 17px;
    font-weight: 700;
    max-width: 178px;
    text-transform: uppercase;
    color: #ffffff;
}

.block-app .button-wrapper {
    margin-bottom: 12px;
}

.block-news h2 {
    font-size: 36px;
    letter-spacing: -0.02em;
    line-height: 44px;
    margin-bottom: 20px;
    color: #101828;
}

.block-news h2+p {
    font-size: 20px;
    line-height: 30px;
    color: #475467;
    margin-bottom: 64px;
}

.block-news .swiper {
    gap: 25px;
    margin-bottom: 96px;
}

.news-card {
    align-items: flex-start;
    background: #fff;
    border: 1px solid #eaecf0;
    border-radius: 16px;
    box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.1),
        0 2px 4px -2px rgba(16, 24, 40, 0.06);
    display: flex !important;
    flex-direction: column;
    padding: 24px;
    justify-content: space-between;
    max-width: 400px !important;
    height: auto;
}

.news-card p {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #475467;
}

.news-card a {
    display: flex;
    color: #1570ef;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
}

.news-card a:after {
    content: url("/wp-content/themes/ecos-m/assets/css/assets/img/icons-socials/icons-figma/arrow-up-right.svg");
}

.inner-col {
    flex-basis: 50%;
}

.inner-col:nth-child(2) {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.inner-col p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    color: #475467;
}

.block-news .slick-track {
    display: flex;
    gap: 15px;
}

.block-news .slick-list {
    overflow: visible;
}

.block-tabs p.description {
    color: #475467;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.block-tabs h1 {
    font-size: 36px;
    letter-spacing: -0.02em;
    line-height: 60px;
    margin: 0 auto;
    color: #101828;
    max-width: 1140px;
}

.tabs {
    border-radius: 5px 5px 5px 5px;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}

ul#tabs-nav {
    list-style: none;
    margin: 0 0 96px;
    padding: 5px;
    overflow: auto;
    display: flex;
    justify-content: center;
}

ul#tabs-nav li {
    float: left;
    font-weight: bold;
    margin-right: 2px;
    padding: 8px 10px;
    border-bottom: none;
    cursor: pointer;
    border-bottom: 1px solid #d5d5de;
}

ul#tabs-nav li:hover,
ul#tabs-nav li.active {
    border-bottom: 1px solid #175cd3;
}

ul#tabs-nav li:hover a,
ul#tabs-nav li.active a {
    color: #175cd3;
}

#tabs-nav li a {
    text-decoration: none;
    color: #475467;
}

.block-tabs p.description {
    text-align: center;
}

.tabs h2 {
    margin-bottom: 60px;
}

.block-calculator {
    background: #f2f4f7;
}

.block-hero-page {
    position: relative;
}

.block-hero-page .col {
    flex: 50%;
}

.block-hero-page>img {
    height: 829px;
    left: 50%;
    position: absolute;
    right: auto;
    top: 20px;
    transform: translateX(-30%);
    max-width: 1432px;
    width: 100%;
    z-index: -1;
}

.blue-items-list {
    padding-left: 0;
}

.blue-items-list li {
    color: #475467;
    display: flex;
    align-items: center;
    line-height: 24px;
}

.block-hero-page ul li:before,
.blue-items-list li:before,
.ui-check-items li:before {
    content: url("/wp-content/themes/ecos-m/assets/css/assets/img/theme-icons/check-circle.svg");
    margin-right: 12px;
    padding-left: 0;
}

.block-hero-page ul {
    padding-left: 0;
}

.block-hero-page ul li {
    margin-bottom: 15px;
    color: #475467;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;
}

p.slide-description {
    font-size: 30px;
    line-height: 38px;
}

.block-promo-slider img {
    max-height: 450px;
}

.block-promo-slider .slick-dots {
    justify-content: center;
    bottom: -45px;
}

.step-card {
    align-items: center;
}

.step-card img {
    width: 84px;
    height: 84px;
    margin-bottom: 24px;
}

.block-steps h3+img {
    width: 100%;
}

.block-steps h3 {
    text-align: center;
    line-height: 38px;
    margin-bottom: 32px;
    color: #101828;
    font-size: 24px;
    font-weight: 600;
}

.block-steps .steps {
    gap: 7.5%;
}

.block-steps .step-card {
    padding: 32px 16px 30px;
    border: 1px solid #d0d5dd;
    border-radius: 12px;
    position: relative;
}

.block-steps .step-card:not(:last-child):after {
    content: url("/wp-content/themes/ecos-m/assets/css/assets/img/theme-icons/steps-arrow.png");
    position: absolute;
    right: -70px;
    top: 50%;
}

.block-indexes .disclaimer {
    background-color: #f9fafb;
    border-radius: 16px;
    margin-left: auto;
    margin-right: auto;
    /* max-width: 768px; */
    padding: 20px;
}

.block-indexes .disclaimer h3 {
    text-align: center;
}

.block-indexes .indexes {
    margin-bottom: 64px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 16px;
}

@media (max-width: 1024px) {
    .block-indexes .indexes {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .block-indexes .indexes {
        grid-template-columns: 1fr 1fr;
    }
}

.block-indexes .indexes .index-card {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 16px;
    box-shadow: 0 2px 4px -2px rgba(16, 24, 40, 0.06),
        0 4px 8px -2px rgba(16, 24, 40, 0.1);
    padding: 16px;
    display: flex;
    align-items: center;
}

.block-indexes .indexes .index-card img {
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
}

.block-indexes .disclaimer p {
    color: #475467;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.block-indexes .indexes h4 {
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 44px;
    color: #000;
}

.block-indexes .indexes .index-card span {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #1570ef;
}

.block-indexes .indexes .index-card .index-content-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}

.icon-boxes {
    gap: 32px;
    flex-wrap: wrap;
}

.icon-box-card {
    align-items: center;
    flex: 1;
}

@media (max-width: 767px) {
    .icon-box-card {
        flex-basis: 100%;
    }

    .icon-box-card p {
        max-width: 70%;
        margin: 0 auto;
    }
}

.icon-box-card img {
    align-items: center;
    border: 2px solid #1570ef;
    border-radius: 50%;
    display: flex;
    height: 40px;
    padding: 5px;
    margin-bottom: 20px;
}

.icon-box-card h3 {
    font-size: 20px;
    left: 0;
    line-height: 30px;
    margin-bottom: 8px;
    color: #101828;
    font-size: 18px;
    font-weight: 600;
}

.icon-box-card p {
    color: #475467;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.title-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.title-wrapper h2 {
    margin-bottom: 0;
}

.block-big-steps .left-aligned-image {
    flex-direction: row-reverse;
}

.block-big-steps .row {
    gap: 96px;
}

.block-big-steps .row:not(:last-child) {
    margin-bottom: 96px;
    gap: 96px;
}

.block-big-steps .col {
    flex-basis: 50%;
}

.block-big-steps .col h2 {
    font-size: 30px;
    line-height: 38px;
    margin-left: 32px;
}

.block-big-steps .col .bs-desc {
    font-size: 18px;
    line-height: 28px;
    color: #475467;
}

.block-big-steps .col img {
    width: 100%;
}

.block-big-steps ul {
    padding-left: 0;
}

.step-number-wrapper {
    align-items: center;
    border: 2px solid #1570ef;
    border-radius: 50%;
    color: #1570ef;
    display: flex;
    font-size: 24px;
    height: 48px;
    justify-content: center;
    min-width: 48px;
}

.block-features a.button {
    margin: 0 auto 64px;
    display: flex;
    max-width: 250px;
}

.block-features .col {
    flex-wrap: wrap;
    max-height: 606px;
}

.block-features .col ul {
    flex-wrap: wrap;
    display: flex;
    height: 100%;
    max-width: 33%;
    padding-left: 0;
    flex-direction: column;
    margin-bottom: 0;
    margin-top: 0;
}

.block-features .col ul li {
    display: flex;
}

.block-features .col ul h4 {
    font-size: 20px;
    left: 0;
    line-height: 30px;
    margin-bottom: 8px;
    color: #101828;
}

.block-features .col ul p {
    color: #475467;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.block-features .col ul li:not(:nth-child(4)) img {
    padding: 8px;
    align-items: center;
    border: 2px solid #1570ef;
    border-radius: 50%;
    display: flex;
    height: 40px;
    justify-content: center;
    margin-right: 16px;
    width: 40px;
}

.block-features .col ul li:nth-child(4) img {
    width: 100%;
}

.block-advantages ul {
    display: flex;
    padding-left: 0;
    margin: 0;
    flex-wrap: wrap;
    gap: 32px;
}

.block-advantages ul li {
    flex: calc(33% - 32px);
    display: flex;
}

.block-advantages ul li h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px;
    color: #101828;
}

.block-advantages ul li p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: left;
    color: #475467;
}

.block-advantages ul li img {
    width: 64px;
    height: 64px;
    margin-right: 16px;
}

.block-advantages ul li .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.grid-8 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 565px) {
    .grid-8 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

.block-pairs .grid-8 {
    max-width: 870px;
    margin: 0 auto;
    gap: 32px;
}

.block-pairs .grid-8 img {
    width: 100%;
}

.block-smm .container {
    padding: 64px;
    background-color: #f9fafb;
    border-radius: 16px;
}

.block-smm .container img {
    width: 48px;
    height: 48px;
}

.block-smm .container .row {
    justify-content: center;
    gap: 32px;
}

.block-promotions .promotion-cards {
    gap: 32px;
}

.block-promotions .promotion-cards img {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
}

.block-promotions .promotion-cards a {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
    align-items: center;
    color: #101828;
    font-weight: 600;
}

.block-promotions .promotion-cards p {
    text-align: left;
}

.block-steps .step-card {
    flex: 1;
    padding: 0;
    justify-content: space-between;
}

.block-steps .step-card h3 {
    order: 1;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    margin-bottom: 15px;
}

.block-steps .step-card p {
    order: 2;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 15px;
    margin-top: 0;
}

.block-steps .step-card img {
    order: 3;
    height: auto;
    margin-bottom: 0;
    border-radius: 0 0 0 12px;
    padding-bottom: 32px;
}

.resident-agent h2,
.resident-agent p {
    max-width: 704px;
    margin: 0 auto;
    text-align: center;
}

.resident-agent .row {
    justify-content: center;
}

.resident-icon-boxes .row h3 {
    font-size: 60px;
    line-height: 72px;
    color: #1570ef;
    font-weight: 600;
    letter-spacing: -0.02px;
    margin-bottom: 8px;
    text-align: center;
}

.resident-icon-boxes .row p {
    color: #101828;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    max-width: 220px;
    text-align: center;
    margin: 0 auto;
}

.resident-icon-boxes .row {
    background: #f2f4f7;
    border-radius: 16px;
    flex-direction: row;
    justify-content: space-between;
    padding: 64px;
}

.resident-grey-cards .icon-box-card {
    background: #f9fafb;
    padding: 24px;
}

.ui-feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.ui-feature-list img {
    max-width: 40px;
}

.ui-feature-list li {
    flex-basis: calc(50% - 25px);
}

.ui-feature-list li .ui-feature-item__title {
    font-size: 20px;
    left: 0;
    line-height: 30px;
    margin-bottom: 8px;
    color: #101828;
    font-size: 18px;
    font-weight: 600;
}

.ui-feature-item__text {
    color: #475467;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

section.accordion {
    padding: 90px 0;
}

.accordion__item {
    background-color: #ffffff;
    transition: background-color 0.3s ease-in-out;
    border-top: 1px solid #eaecf0;
}

.accordion__item.active {
    background-color: #f2f4f7;
}

.accordion__item .panel {
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
}

.accordion__item.active .panel {
    background-color: #f2f4f7;
}

.accordion__content {
    display: block;
}

.panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel p {
    padding: 16px 32px 32px;
    margin: 0;
}

.accordion__title {
    padding: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion__title:hover {
    cursor: pointer;
}

.accordion__title.active {
    padding-bottom: 16px;
    padding-left: 16px;
}

.accordion__title:after {
    content: "+";
    font-family: 'Inter-Bold', sans-serif;
    font-size: 21px;
    color: rgb(71, 84, 103);
}

.accordion__item.active .accordion__title:after {
    content: "-";
}

.block-image-list img {
    width: 100%;
    margin-bottom: 49px;
}

.block-image-list ul {
    display: flex;
    padding-left: 0;
    gap: 32px;
}

.block-image-list .blue-items-list li {
    align-items: flex-start;
    flex: 1;
}

.block-image-list .blue-items-list li p {
    margin-top: 0;
    text-align: left;
    color: #475467;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.block-image-list .blue-items-list li.col {
    align-items: center;
}

li.col::before {
    content: none;
}

li.col span.number {
    font-size: 60px;
    line-height: 72px;
    color: #1570ef;
    font-weight: 600;
    margin-bottom: 12px;
}

.block-benefits ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.block-benefits ul li {
    padding: 24px;
    background-color: #f9fafb;
    border-radius: 16px;
}

.block-benefits ul li h3 {
    text-align: center;
}

.page-id-724 .block-hero-page {
    padding: 96px 0;
}

.page-id-724 .block-hero-page img {
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(0);
    max-width: unset;
    object-fit: cover;
}

.page-id-724 .block-hero-page .col h1 {
    text-align: center;
    margin: 0 auto 32px;
    color: #ffffff;
    max-width: 960px;
    font-size: 60px;
}

.page-id-724 .block-hero-page .col .slide-button-wrapper {
    display: flex;
    justify-content: center;
}

.page-id-724 .block-hero-page .col p {
    color: #b2ddff;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    margin: 32px auto;
    max-width: 768px;
}

.company-slider img {
    max-height: 708px;
    object-fit: cover;
    border-radius: 25px;
    overflow: hidden;
}

.company-slider .slick-dots {
    justify-content: center;
    bottom: 25px;
}

.company-slider .slick-list {
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 64px;
}

.data-center {
    gap: 25px;
}

.data-center .col {
    flex-basis: calc(50% - 12.5px);
}

.data-center .col img {
    width: 100%;
}

.company-title,
.company p {
    text-align: left;
}

.company-title {
    margin-bottom: 0;
}

.infrastructure-description {
    max-width: 768px;
    margin: 0 auto 64px;
}

@media (max-width: 992px) {
    .data-center .col {
        flex-basis: 100%;
    }

    .company-slider img {
        max-height: 420px;
    }
}

.blue-lines-list {
    display: flex;
    padding-left: 0;
    width: 100%;
    margin-bottom: 64px;
}

.blue-lines-list li {
    flex: 1;
    border-left: 1px solid #1570ef;
    padding: 8px 24px 0;
}

.blue-lines-list li h3.blue-number {
    border-top: none;
    font-size: 60px;
    line-height: 72px;
    color: #1570ef;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin-bottom: 4px;
    text-align: left;
}

.blue-lines-list li p {
    color: #101828;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
}

.block-sitemap .row {
    margin-bottom: 64px;
}

.block-sitemap ul {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 0;
}

@media (max-width: 992px) {
    .block-sitemap ul {
        grid-template-columns: 1fr 1fr;
    }
}

.block-sitemap h1 {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 48px;
    color: #101828;
    font-size: 36px;
    font-weight: 600;
}

.block-sitemap__title-2 {
    color: #1570ef;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 32px;
}

.block-sitemap__title-3 {
    color: #101828;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 16px;
}

.block-sitemap ul li a {
    color: #475467;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
    text-transform: capitalize;
}

.block-contact-us ul {
    display: flex;
    padding-left: 0;
    gap: 25px;
}

.block-contact-us ul li {
    display: flex;
    flex-basis: 50%;
}

.block-contact-us ul.contact-list li img {
    border: 2px solid #1570ef;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    padding: 12px;
    width: 45px;
    height: 45px;
    margin-right: 16px;
}

.contact-image-list {
    gap: 25px;
    padding-left: 0;
}

.contact-image-list img {
    width: 100%;
}

.block-contact-us h2,
.block-contact-us p {
    text-align: left;
    width: 100%;
}

.block-contact-chat {
    background-color: #f9fafb;
}

.block-contact-chat h2 {
    text-align: left;
}

.block-contact-chat .row {
    gap: 64px;
}

.block-contact-chat .col {
    flex: 1;
}

.block-contact-chat .contact-image-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0;
}

.block-contact-chat .contact-image-list li img {
    width: 100%;
}

.block-contact-chat .contact-list {
    padding-left: 0;
}

.block-contact-chat .contact-list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.block-contact-chat .contact-list li {
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(16, 24, 40, 0.1), 0 1px 2px rgba(16, 24, 40, 0.06);
    padding: 24px;
}

.block-contact-chat .contact-list li:not(:last-child) {
    flex-basis: calc(50% - 12.5px);
}

.block-contact-chat .contact-list li:last-child {
    flex-basis: 100%;
}

.block-contact-chat .contact-list li h3 {
    color: #101828;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
}

.block-contact-chat .contact-list li a {
    color: #175cd3;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.block-smm.double .container {
    background-color: transparent;
}

.block-smm.double .row {
    gap: 64px;
}

.block-smm.double .row>.col {
    border-radius: 16px;
    padding: 64px;
    width: calc(50% - 32px);
}

.block-smm.double .row>.col:first-child {
    background-color: #f9fafb;
}

.block-smm.double .row>.col:last-child {
    background: #1570ef;
}

.block-smm.double .row>.col ul {
    padding-left: 0;
}

.block-smm.double .row>.col:last-child * {
    color: #ffffff;
}

.single-asic .row {
    gap: 64px;
}

.single-asic .col {
    flex-basis: calc(50% - 32px);
}

.asic-details .blue-items-list,
.asic-details .blue-items-cube {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.asic-details .blue-items-list li,
.asic-details .blue-items-cube li {
    flex-basis: calc(50% - 8px);
    display: flex;
    justify-content: space-between;
}

.asic-details .blue-items-list li:before {
    position: absolute;
}

.asic-details .blue-items-list li span:first-child,
.asic-details .blue-items-cube li span:first-child {
    padding-left: 25px;
    color: #475467;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 40px;
    position: relative;
}

.single-asic span.price:before {
    content: "$";
}

.price-wrapper {
    align-items: flex-start;
    background: var(--primary-25, #f5faff);
    border-radius: 12px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 24px;
    padding: 8px 24px;
    width: -moz-fit-content;
    width: fit-content;
}

.asic-details-chars {
    border: 1px solid #eaecf0;
    border-radius: 8px;
    padding: 16px;
}

.asic-details-chars h4 {
    color: #475467;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.asic-details-chars .service-fee {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #eaecf0;
}

.blue-items-cube {
    padding-left: 0;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.blue-items-cube li:before {
    content: url("/wp-content/themes/ecos-m/assets/css/assets/img/theme-icons/cube.svg");
    position: absolute;
}

.single-asic .blue-items-cube {
    border-bottom: 1px solid #eaecf0;
    padding-bottom: 16px;
    margin-bottom: 0;
}

.price.large {
    color: #1570ef;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
}

.total-price {
    color: #475467;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.details-value {
    color: #475467;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

#hostingPrice,
#packagePrice {
    color: #1570ef;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.asic-details-chars .button,
.single-asic-card .button {
    width: 100%;
}

.total-price-wrapper .button-wrapper {
    margin-top: 16px;
}

.asic-shop .col {
    width: 100%;
}

.asic-shop .col h1 {
    text-align: center;
}

.single-asic-card img {
    width: 100%;
    object-fit: cover;
    max-width: 200px;
    max-height: 200px;
}

.post-type-archive-asics .grid {
    gap: 32px;
}

.single-asic-card {
    background: #fff;
    border: 1px solid #eaecf0;
    border-radius: 16px;
    box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.1),
        0 2px 4px -2px rgba(16, 24, 40, 0.06);
    padding: 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.single-asic-card .price-wrapper {
    width: 100%;
}

.single-asic-card-list {
    padding-left: 0;
}

.asic-shop {
    background-color: #f2f4f7;
}

.single-asic-card ul {
    padding-left: 0;
}

.single-asic-card ul li {
    display: flex;
    justify-content: space-between;
}

.single-asic-card .details-text {
    color: #475467;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.single-asic-card .details-value {
    color: #101828;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.single-asic-image-wrapper {
    text-align: center;
}

.single-asic-header {
    min-height: 56px;
    font-size: 1.5em;
    min-height: 56px;
}

.archive .tabs {
    max-width: 100%;
    width: 100%;
}

.archive .tab-content {
    background-color: transparent;
}

.archive ul#tabs-nav {
    margin: 0 0 25px;
}

.block-calculator .plan-card {
    background: #194185;
    border-radius: 12px;
    box-shadow: 0 2px 4px -2px rgba(16, 24, 40, 0.06),
        0 4px 8px -2px rgba(16, 24, 40, 0.1);
    align-items: flex-start;
    padding: 16px;
    min-width: 290px;
}

.block-calculator .plan-card * {
    color: #ffffff;
}

.block-calculator .plan-card p,
.block-calculator .plan-card h3 {
    margin: 0;
}

.price.col {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #2e90fa;
    margin-bottom: 24px;
}

.price.col h3 {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.plan-capacity {
    font-size: 16px;
    line-height: 24px;
    background: #338dfd;
    border-radius: 30px;
    font-style: normal;
    font-weight: 600;
    padding: 10px 20px;
}

.mining-plan-base {
    padding: 10px 0;
    margin-top: 16px;
    width: 100%;
    border-bottom: 1px solid #2e90fa;
    border-top: 1px solid #2e90fa;
}

.mining-plan-base p {
    margin-bottom: 10px;
}

.block-calculator .plans {
    gap: 25px;
    margin-bottom: 32px;
}

.mining-plan-base h3 {
    font-size: 20px;
    line-height: 30px;
}

.block-calculator .price span.price-value {
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
}

.block-calculator .price h3 {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}

.block-calculator .price h3:first-child {
    margin-bottom: 10px;
}

.rating {
    align-items: center;
    background: #66c61c;
    border-radius: 8px;
    display: flex;
    gap: 4px;
    justify-content: center;
    padding: 0 12px;
    width: max-content;
}

.rating-title {
    font-size: 16px;
    line-height: 24px;
}

.rating-row {
    justify-content: flex-end;
    width: 100%;
}

.rating-value {
    font-size: 20px;
    line-height: 30px;
}

.calc-row {
    background: #fff;
    border-radius: 12px;
    display: flex;
    gap: 24px;
    margin: 0 auto;
    max-width: 1048px;
    padding: 16px;
}

.calc-row .col {
    flex-basis: 50%;
}

.calc-btn {
    width: 300px;
    align-self: flex-end;
}

.app-calculator-list {
    padding-left: 0;
}

.app-calculator-list li {
    padding: 15px 16px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
}

.app-calculator-list li:not(:last-child) {
    background: #eff8ff;
    margin-bottom: 10px;
}

.app-calculator-list li:last-child {
    background: #d1e9ff;
}

.mining-power-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    gap: 8px;
    line-height: 24px;
    color: #1570ef;
}

.mining-power-value {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    color: #1570ef;
}

.block-calculator .plan-card.sold-out {
    background-color: #d0d5dd;
}

.block-calculator .plan-card.sold-out * {
    border-color: #98a2b3;
}

.block-calculator .plan-card.sold-out *,
.block-calculator .plan-card.sold-out span {
    color: #98a2b3;
}

.block-calculator .plan-card.sold-out .plan-capacity,
.block-calculator .plan-card.sold-out .rating {
    background: #98a2b3;
    color: #d0d5dd;
}

.block-calculator .plan-card.sold-out .rating-value {
    color: #d0d5dd;
    text-transform: uppercase;
}

.block-calculator a.btn {
    color: #1570ef;
    display: flex;
    justify-content: center;
    font-size: 18px;
    line-height: 24px;
}

.block-calculator a.btn:before {
    content: url(/wp-content/themes/ecos-m/assets/css/assets/img/theme-icons/how-it-works.svg);
    margin-right: 5px;
}

.contract-title {
    font-size: 22px;
    line-height: 28px;
    color: #000;
    margin-bottom: 30px;
}

.contract-sum {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
    color: #000;
}

.block-calculator input {
    padding-left: 24px;
    background: #fff;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
    color: #1570ef;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    height: 54px;
    line-height: 24px;
    outline: 0;
    width: 100%;
}

.block-calculator .bonus {
    align-items: center;
    background: #e3fbcc;
    border-radius: 8px;
    display: flex;
    gap: 10px;
    height: 54px;
    justify-content: space-between;
    padding: 2px 8px;
    position: relative;
    width: 266px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #4ca30d;
    margin-left: 25px;
}

/* ul.sub-menu {
    display: none;
}

.right-nav ul.sub-menu.active {
    display: block;
    position: absolute;
    padding-left: 0;
    background-color: white;
    background: #fff;
    border: 1px solid #eaecf0;
    border-radius: 12px;
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08),
        0 4px 6px -2px rgba(16, 24, 40, 0.03);
    padding: 12px 0 16px;
}

ul.sub-menu li {
    padding: 6px 12px 6px 0;
}

.right-nav>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.right-nav>ul li:not(.lang-item):first-child a {
    align-items: center;
    border: none;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    justify-content: center;
    line-height: 24px;
    padding: 0 12px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    transition-property: all;
    transition-property: all;
    transition-property: background, color, border;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    font-family: sans-serif;
    background: #fff;
    border: 1px solid #d0d5dd;
    color: #344054;
}

.right-nav>ul li:not(.lang-item):nth-child(2) a {
    align-items: center;
    border: none;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    gap: 4px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 24px;
    padding: 10px 18px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    transition-property: all;
    transition-property: background, color, border;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    background: #ef6820;
    border: 1px solid #ef6820;
    color: #fff;
}

.header-qr {
    position: absolute;
    right: 10%;
    display: none;
}

.header-qr.active {
    position: absolute;
    right: 10%;
    display: flex;
    flex-direction: column;
} */

section.block-ecosystem {
    background-color: #f5faff;
}

section.block-ecosystem .container:nth-child(1) {
    max-width: 768px;
}

section.block-ecosystem .ecosystem-wrapper {
    position: relative;
}

section.block-ecosystem .circle-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

section.block-ecosystem .circle-wrapper .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 1000px;
    box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.1),
        0 2px 4px -2px rgba(16, 24, 40, 0.06);
    display: flex;
    height: 250px;
    width: 250px;
}

section.block-ecosystem .ecosystem-wrapper {
    max-height: 353px;
    height: 100%;
    flex-wrap: nowrap;
}

section.block-ecosystem .ecosystem-wrapper ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 39px;
    width: 100%;
    padding-left: 0;
    margin: 0;
}

section.block-ecosystem .ecosystem-wrapper ul li {
    font-size: 28px;
    font-weight: 600;
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}

section.block-ecosystem .ecosystem-wrapper ul li img {
    width: 24px;
    height: 24px;
}

section.block-ecosystem .ecosystem-wrapper ul li:nth-last-child(-n + 5) {
    flex-direction: row-reverse;
}

@media (min-width: 768px) {
    section.block-ecosystem .ecosystem-wrapper {
        flex-wrap: nowrap;
    }

    section.block-ecosystem .ecosystem-wrapper ul li:nth-child(1) {
        padding-right: 100px;
        margin-bottom: 25px;
    }

    section.block-ecosystem .ecosystem-wrapper ul li:nth-child(2) {
        padding-right: 150px;
        margin-bottom: 25px;
    }

    section.block-ecosystem .ecosystem-wrapper ul li:nth-child(3) {
        padding-right: 175px;
        margin-bottom: 25px;
    }

    section.block-ecosystem .ecosystem-wrapper ul li:nth-child(4) {
        padding-right: 150px;
        margin-bottom: 25px;
    }

    section.block-ecosystem .ecosystem-wrapper ul li:nth-child(5) {
        padding-right: 100px;
    }

    section.block-ecosystem .ecosystem-wrapper ul li:nth-child(6) {
        padding-left: 100px;
        margin-bottom: 25px;
    }

    section.block-ecosystem .ecosystem-wrapper ul li:nth-child(7) {
        padding-left: 150px;
        margin-bottom: 25px;
    }

    section.block-ecosystem .ecosystem-wrapper ul li:nth-child(8) {
        padding-left: 175px;
        margin-bottom: 25px;
    }

    section.block-ecosystem .ecosystem-wrapper ul li:nth-child(9) {
        padding-left: 150px;
        margin-bottom: 25px;
    }

    section.block-ecosystem .ecosystem-wrapper ul li:nth-child(10) {
        padding-left: 100px;
    }
}

section.block-ecosystem .stat-cards {
    display: flex;
    padding-left: 0;
    justify-content: center;
    padding-left: 32px;
}

section.block-ecosystem .stat-cards li {
    display: flex;
    flex-direction: column;
    border: 1px solid #eaecf0;
    box-shadow: -20px 5px 16px -4px rgba(16, 24, 40, 0.08),
        -20px 5px 6px -2px rgba(16, 24, 40, 0.03);
    margin-bottom: 0;
    margin-left: -32px;
    min-height: auto;
    padding: 16px 40px 16px 16px;
    background: #fff;
    border-radius: 16px;
    flex-basis: 20%;
}

section.block-ecosystem h3 {
    color: #101828;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 8px;
}

section.block-ecosystem h3+p {
    color: #475467;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width: 767px) {
    section.block-ecosystem .ecosystem-wrapper {
        max-height: unset;
        flex-wrap: wrap;
    }

    section.block-ecosystem .circle-wrapper {
        position: relative;
    }

    section.block-ecosystem .ecosystem-wrapper ul {
        flex-direction: row;
        gap: 32px;
    }

    section.block-ecosystem .ecosystem-wrapper ul li:nth-last-child(-n + 5) {
        flex-direction: row;
    }

    .stat-cards {
        flex-wrap: wrap;
    }

    .stat-cards li {
        min-width: 207px;
    }
}

section.block-team .team {
    gap: 32px;
}

section.block-team .team-member-card {
    display: flex;
    flex-direction: column;
    flex-basis: calc(33% - 32px);
}

@media (max-width: 767px) {
    section.block-team .team-member-card {
        flex-basis: 100%;
    }
}

section.block-team .team-member-card>img {
    width: 100%;
}

section.block-team .team-social-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 12px 0;
}

section.block-team .team-member-role {
    font-size: 18px;
    line-height: 28px;
    color: #175cd3;
}

section.block-team .team-description {
    margin-bottom: 64px;
    color: #475467;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.block-testimonials {
    background: #f2f4f7;
}

.testimonial-card {
    background: #fff;
    border: 1px solid #eaecf0;
    border-radius: 16px;
    box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.1),
        0 2px 4px -2px rgba(16, 24, 40, 0.06);
    max-width: calc(33% - 12px);
}

.block-testimonials #tabs-content .row {
    gap: 16px;
}

.bar {
    width: 100%;
    height: 4px;
    background-color: #53575b;
    transition: all 0.3s;
}

a.main-menu-trigger {
    display: none;
}

@media (max-width: 1024px) {
    a.main-menu-trigger {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 25px;
        position: absolute;
        right: 32px;
        top: 25px;
        z-index: 11;
    }

    .nav-container,
    .right-nav {
        display: none;
    }
}

a.main-menu-trigger.active .bar.top {
    transform: rotate(45deg) translateX(2px) translateY(12px);
    top: 45%;
}

a.main-menu-trigger.active .bar.middle {
    opacity: 0;
}

a.main-menu-trigger.active .bar.bottom {
    transform: rotate(-45deg) translateX(3px) translateY(-13px);
    bottom: 45%;
}

.col-aligner {
    width: 100%;
}

.asic-tabs #tabs-content .row:nth-child(3) {
    flex-wrap: wrap !important;
    justify-content: center;
    gap: 32px;
}

.asic-tabs #tab3 .tab-content.row {
    flex-wrap: wrap;
}

.asic-tabs #tabs-content .row:nth-child(3) .card {
    width: 30%;
    flex-basis: unset;
}

.asic-tabs ul#tabs-nav {
    margin-bottom: 32px;
}

.asic-tabs #tabs-content .row .col:last-child {
    flex-basis: 100%;
}

.asic-tabs .accordion__item.active {
    padding-bottom: 32px;
}

.asic-tabs .accordion__item.active .accordion__content.panel {
    padding-left: 32px;
}

/* .page-template-legal-page p {
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .page-template-legal-page ul li {
    font-size: 13.5px;
    line-height: 28px;
  }
  
  .page-template-legal-page table,
  .page-template-legal-page th,
  .page-template-legal-page td {
    border: 1px solid black;
    border-collapse: collapse;
    font-size: 13.5px;
    font-weight: 400;
  }
  
  .page-template-legal-page th,
  .page-template-legal-page td {
    padding: 6px 12px;
  }
  
  .page-template-legal-page table {
    margin-bottom: 16px;
  } */

.block-promo .block-description {
    font-size: 36px;
    color: #101828;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 44px;
    text-align: center;
}

.block-home-contact {
    padding: 48px 16px;
}

.home-contact-buttons-list {
    display: flex;
}

.home-contact-buttons-list li a {
    display: flex;
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0, 1.4);
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: flex;
    gap: 8px;
    padding: 12px 28px;
    text-decoration: none;
    min-width: 201px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter-Medium';
}

.home-contact-buttons-list li a:hover {
    transform: scale(1.05);
}

.home-contact-buttons-list li a img {
    width: 25px;
    height: 25px;
}

.home-contact-buttons-list li:first-child a {
    background: rgba(52, 172, 225, 0.75);
}

.home-contact-buttons-list li:nth-child(2) a {
    background: rgba(41, 167, 26, 0.75);
}

.home-contact-buttons-list li:nth-child(3) a {
    background: #475467;
}

.home-contact-buttons-list li:last-child a {
    background: #2C405B;
}

.asic-tabs {
    padding: 48px 0 96px;
}

.related-asics-title {
    color: #101828;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 80px;
}

.asic-shop-breadcrumbs {
    display: flex;
    gap: 32px;
    align-items: center;
}

.asic-shop-breadcrumbs li {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #dedede;
}

.tooltip {
    padding: 12px;
    display: none;
    position: absolute;
    bottom: 30px;
    left: 100%;
    min-width: 296px;
    transform: translateX(-100%);
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 8px;
    background: #1570ef;
}

.asic-tooltip-icon:hover+.tooltip {
    display: block;
    color: #ffffff;
}

.tooltip-container {
    position: relative;
}

.includes-title {
    padding-left: 32px;
}

.tooltip-title {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

.tooltip-text {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.including-list,
.blue-items-cube {
    padding: 16px 0;
}

.asics-template h1 {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 24px;
}

@media (min-width: 1025px) {
    .nav-container {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 32px;
    }

    .lang-item a {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 1024px) {
    .nav-container.active {
        position: relative;
        left: 0;
        display: flex;
        flex-direction: column;
        width: 100%;
        background-color: #ffffff;
        padding: 16px 0;
    }

    .nav-container.active nav ul#menu-main-menu,
    .nav-container.active #menu-header-right,
    .right-nav.active {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .nav-container.active #menu-header-right li,
    .nav-container.active #menu-header-right li a {
        width: 100%;
    }

    .menu-item-has-children.active {
        flex-direction: column;
        align-items: flex-start;
    }

    .menu-qr-code {
        display: none;
    }

    .sub-menu.active {
        position: relative;
        top: 0;
        padding-left: 0 !important;
    }

    .pll-parent-menu-item ul.sub-menu {
        display: flex;
    }

    a[href="#pll_switcher"] {
        visibility: hidden;
    }

    header {
        z-index: 999;
    }

    .mobile-menu-active {
        overflow-y: hidden;
    }

    header nav ul#menu-main-menu>li:nth-child(5)::before,
    header a[href="#pll_switcher"]::after {
        content: url("chevron-down.svg");
        min-width: 16px;
        margin-left: 5px;
        display: flex;
        align-items: center;
        position: absolute;
        left: 7%;
        right: unset;
    }

    .block-app .col:first-child {
        padding: 32px;
        border-radius: 24px 24px 0 0;
    }

    .block-hero-page .col {
        flex: 100%;
    }

    .standart-section-padding {
        padding: 32px 0;
    }
}

.panel p {
    padding: 16px 32px 32px 32px;
    margin: 0;
    color: #475467;
}

.buttons-aligner {
    display: flex;
    gap: 25px;
    padding-top: 10px;
}

@media (min-width: 1025px) {
    .mobile-visible {
        display: none;
    }

    .header-container {
        position: relative;
    }

    .header-qr.active {
        right: 100px;
        top: 56px;
    }
}

@media (max-width: 1024px) {
    .mobile-invisible {
        display: none;
    }

    .home-contact-buttons-list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .inner-col {
        flex-basis: 100%;
    }
}

.certificates-col img {
    width: 150px;
}

.btn-gap {
    gap: 10px;
}

.block-hero-page .col {
    justify-content: center;
}

.block-hero-page h1 {
    margin-bottom: 24px;
    font-weight: 600;
}

.full-size-images img {
    padding-bottom: 0 !important;
    width: 100%;
}

.partners-title {
    font-size: 24px;
    margin-bottom: 16px;
}

.contact-list .partner-card {
    margin-bottom: 16px;
}

.block-contact-us h2+p {
    margin-bottom: 16px;
}

.block-contact-us ul {
    margin-bottom: 32px;
}

.row.company {
    margin-bottom: 32px;
}

.more-questions-tt {
    color: #101828;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 8px;
    text-align: center;
}

@media (min-width: 768px) {
    .rent-hero h1 {
        font-size: 64px;
        margin-bottom: 18px;
    }
}

.hero-asic-rent-list li {
    font-size: 21px;
    white-space: pre;
}

.rent-hero * {
    color: #ffffff;
}

.rent-hero .align-center {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.asic-rent-content {
    background-color: #f2f4f7;
}

.asic-rent-content .grid {
    gap: 32px;
}

.asic-rent-content .card {
    background-color: #ffffff;
    border-radius: 12px;
}

.asic-rent-content .card .top {
    border-radius: 12px 12px 0 0;
    padding: 42px 32px 25px 32px;
}

.asic-rent-content .card .bottom {
    background-color: #1570ef;
    padding: 25px 32px;
}

.asic-rent-content .card .top,
.asic-rent-content .card .bottom {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.asic-rent-content .card .bottom {
    border-radius: 0 0 12px 12px;
}

.asic-rent-content .aligner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.asic-rent-content .aligner>div {
    display: flex;
    align-items: center;
}

.asic-rent-content .aligner div img {
    margin-right: 15px;
}

.asic-rent-content .card h3 {
    margin-bottom: 25px;
    color: #000000;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
}

.asic-rent-content .card .top span {
    color: #000000;
    font-weight: 600;
}

.asic-rent-content .card .top .orange-text {
    color: #ff731e;
}

.asic-rent-content .card .bottom span {
    color: #ffffff;
}

/* .asic-rent-archive-page ul#tabs-nav li,
  .asic-rent-archive-page ul#tabs-nav li.active {
    border-bottom: none;
    margin-right: 0;
    padding: 0;
  }
  
  .asic-rent-archive-page ul#tabs-nav li {
    flex: 1;
    display: flex;
    justify-content: center;
  }
  
  .asic-rent-archive-page ul#tabs-nav li a {
    width: 100%;
    padding: 22px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 19px;
    line-height: 21px;
    z-index: 2;
    transition: color 0.3s ease-in-out;
  }
  
  .asic-rent-archive-page ul#tabs-nav li.active a {
    width: 100%;
    padding: 22px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 19px;
    line-height: 21px;
  }
  
  .asic-rent-archive-page ul#tabs-nav {
    position: relative;
    padding: 10px;
    border: 1px solid #d0d5dd;
    border-radius: 20px;
    justify-content: center;
  }
  
  .glider {
    position: absolute;
    background-color: #f06820;
    right: 50%;
    height: calc(100% - 20px);
    width: calc(50% - 10px);
    z-index: 1;
    border-radius: 12px;
    transition: right 0.3s linear;
  }
  
  .asic-rent-archive-page ul#tabs-nav li:nth-child(2).active~.glider {
    right: 10px;
    left: unset;
  }
  
  .asic-rent-archive-page h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 25px;
  }
  
  .asic-rent-archive-page h2.prod-desc-title {
    margin-bottom: 48px;
  }
  
  .asic-rent-archive-page h2+p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 64px auto;
    text-align: center;
    color: #475467;
  }
  
  .asic-rent-archive-page .disclamer {
    background-color: #f2f4f7;
  }
  
  .asic-rent-archive-page .disclamer-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: #475467;
  }
  
  .asic-rent-archive-page .disclamer-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #475467;
  }
  
  .asic-rent-archive-page .disclamer {
    padding: 16px;
  }
  
  .asic-rent-archive-page .prod-desc-title {
    font-size: 16px !important;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #1570ef;
  }
  
  .asic-rent-archive-page .col.grey_bg {
    background-color: #f2f4f7;
    border-radius: 12px;
    padding: 32px;
  }
  
  .asic-rent-archive-page .col .grey_bg {
    text-align: center;
    align-items: center;
  }
  
  .asic-rent-archive-page .suparow {
    gap: 32px;
    margin-bottom: 32px;
  }
  
  .asic-rent-archive-page .centered {
    text-align: center;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #d0d5dd;
    padding-top: 32px;
  }
  
  .row.centered {
    align-items: center;
    justify-content: center;
  }
  
  .mb-64 {
    margin-bottom: 64px;
  }
  
  .asic-rent-archive-page h1+p.lead {
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: -0.02em;
    margin-bottom: 42px;
    max-width: 645px;
  }
  
  .asic-rent-archive-page h1+p.lead+div ul li {
    margin-bottom: 24px;
  }
  
  .asic-rent-archive-page ul.black-chick li:before {
    content: url("/wp-content/themes/ecos-m/assets/css/assets/img/theme-icons/black_chick.svg");
  }
  
  .asic-rent-archive-page .rent-hero ul li:before {
    content: url("/wp-content/themes/ecos-m/assets/css/assets/img/theme-icons/white_chick.svg");
  }
  
  .asic-rent-archive-page ul.black-chick li:before,
  .asic-rent-archive-page .rent-hero ul li:before {
    margin-right: 6px;
  }
  
  .asic-rent-archive-page .rent-hero ul li,
  .asic-rent-archive-page ul.black-chick li {
    display: flex;
    align-items: center;
  }
  
  .asic-rent-archive-page ul.black-chick li {
    justify-content: center;
  }
  
  .asic-rent-archive-page .card {
    position: relative;
  }
  
  .asic-rent-archive-page .card {
    position: relative;
  }
  
  .asic-rent-archive-page .card .card-label {
    position: absolute;
    padding: 8px;
    border-radius: 6px;
    background-color: #1570ef;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    right: 41px;
    top: -14px;
  }
  
  .mb-25 {
    margin-bottom: 25px;
  }
  
  .inner-btn {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background-color: #ffffff;
    padding: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
  }
  
  .asic-rent-archive-page .tooltip-container {
    margin-left: 8px;
  } */

.scale-up-animation-new {
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
    box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 0.8);
}

.scale-up-animation-new:hover {
    transform: scale(1.05);
}

.rent-image-wrapper {
    border-radius: 12px;
}

.wrapper+img {
    width: 100%;
    height: auto;
    max-width: 313px;
}

.rent-image-wrapper {
    background-color: #f5f5f5;
    padding: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.single-rent-asic .col-30 {
    flex-basis: 33%;
}

.single-rent-asic .col-60 {
    flex-basis: 66%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.single-rent-asic .col-20 img {
    width: 100%;
}

.single-rent-asic .col-80 {
    width: calc(100% - 312px);
}

.single-rent-asic img {
    height: auto;
}

.gap-1 {
    gap: 32px;
}

.grey-bg {
    background-color: #f2f4f7;
}

.table-section .col {
    flex: 1;
    background-color: white;
    border-radius: 12px;
    padding: 32px;
}

@media (max-width: 992px) {

    .table-section .col,
    .single-rent-asic .col-20,
    .single-rent-asic .col-30,
    .single-rent-asic .col-60,
    .single-rent-asic .col-80,
    .data-center-section .col {
        flex-basis: 100%;
    }
}

.table-section .col tr {
    display: flex;
}


.table-section .col tr:not(:last-child) {
    border-bottom: 1px solid #dedede;
}

.table-section .inner-table-col tr:first-child {
    border-bottom: none !important;
}

.table-section .col td {
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 21px 0;
}

.table-section .col td:nth-child(2) {
    background-color: #f2f4f7;
    margin-right: 16px;
}

.data-center-section .row {
    gap: 32px;
}

.data-center-section .col {
    width: calc(50% - 16px);
}

.single-rent-asic h2 {
    margin-bottom: 25px;
}

.single-rent-asic .gap-2 {
    gap: 16px;
}

.data-center-section .col h2+div {
    color: #475467;
    font-family: "Inter-Regular", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
}

.inner-table-col {
    border: 1px solid #d0d5dd;
    border-radius: 12px;
    padding: 41px 70px;
}

.inner-table-col * {
    font-family: "Inter-Medium", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.02em;
    text-align: center;
}

.inner-table-col table tr:first-child td:nth-child(2) {
    border-radius: 12px 12px 0 0;
    background-color: #1570ef;
    color: #ffffff;
    font-size: 20px;
}

.inner-table-col table tr:first-child td:nth-child(3) {
    font-size: 20px;
    background-color: #F2F4F7;
}

.inner-table-col table tr td:first-child {
    text-align: left;
}

.inner-table-col table tr:last-child td:nth-child(2) {
    border-radius: 0 0 12px 12px;
}

.inner-table-col tr td:nth-child(2) {
    padding-left: 32px;
    padding-right: 32px;
}

.single-rent-asic .blue-text {
    color: #1570ef;
}

.single-rent-asic h1,
.single-rent-asic .duration {
    font-size: 30px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0em;
}

.single-rent-asic .grey-text {
    color: #98a2b3;
}

.single-rent-asic .mb-25 {
    margin-bottom: 25px;
}

.single-rent-asic .mb-8 {
    display: flex;
    margin-bottom: 8px;
}

.ra_list_item {
    padding: 25px 32px;
    border: 1px solid #d0d5dd;
    border-radius: 12px;
    margin-bottom: 16px;
}

.w-181 {
    width: 181px;
}

.asic-details-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0em;
}

span.total-price-text {
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #000000;
}

span.total-price-val {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.single-rent-asic h2 {
    font-size: 30px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

#calculator {
    margin: 0 auto;
    width: 100%;
}

.app-calculator-carousel-button-right {
    right: -66px;
}

.app-calculator-carousel-button-left {
    left: -66px;
}

.app-mining-farm-calculator__button_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 0 0;
    padding: 16px;
    border-radius: 8px;
    background: var(--primary-50, #eff8ff);
    color: var(--base-black, #000);
    margin: 21px;
    text-decoration: none;
    cursor: pointer;
}

.titleBTN {
    color: var(--base-black, #000);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
}

.descriptionBTN {
    color: var(--gray-400, #98a2b3);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.btn_mining-farm-new {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex: 1 0 0;
    padding: 16px;
    padding-top: 0;
}

@media screen and (max-width: 1024px) {
    .btn_mining-farm-new {
        flex-direction: column;
    }
}

.purchase-notice-link {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    max-width: 457px;
    margin-bottom: 25px;
}

.details-image-wrapper {
    min-width: 280px;
    min-height: 280px;
    max-width: 280px;
    max-height: 280px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d0d5dd;
    border-radius: 12px;
}

@media (max-width: 767px) {
    .suparow {
        padding: 32px;
    }
}

.product-description .disclamer {
    margin-bottom: 32px;
    border-radius: 12px;
}

.prod-desc-title {
    margin-bottom: 48px;
}

.col h3.grey_bg {
    background-color: #f2f4f7;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 32px;
    border-radius: 12px;
}

.payment_text {
    text-align: center;
    padding: 0 32px;
}

.thetitle {
    padding-right: 12px;
    border-left: 1px solid #d0d5dd;
    border-right: 1px solid #d0d5dd;
}

.order-text {
    padding-right: 12px;
}

.duration {
    padding-left: 12px;
}

.single-rent h3.mb-25 {
    font-size: 24px;
    font-family: "Inter";
    font-weight: 400;
}

.grey-bg.table-section td {
    font-size: 16px;
}

.grey-bg.table-section tr td:first-child {
    font-weight: 600;
}

.grey-bg.table-section tr td:nth-child(2) {
    font-weight: 500;
}

.grey-bg.table-section tr:first-child td:nth-child(2) {
    font-weight: 700;
    font-family: "Inter-Semibold", sans-serif;
    border-radius: 12px 12px 0 0;
}

.grey-bg.table-section tr:last-child td:nth-child(2) {
    border-radius: 0 0 12px 12px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-40 {
    margin-bottom: 27px;
}

.pr-val {
    font-size: 22px;
    font-weight: 600;
}

.inner-table-col table tr:nth-last-child(-n + 8) td:not(:first-child) {
    font-weight: 400;
    font-family: "Inter", sans-serif;
    font-size: 16px;
}

.inner-table-col table tr:first-child td:not(:first-child) {
    font-weight: 700;
    font-size: 20px;
}

.inner-table-col table tr:nth-child(2) td:not(:first-child) {
    font-family: "Inter-Bold", sans-serif;
}

h2.prod-desc-title+.container {
    border: 1px solid #d0d5dd;
    padding: 32px 64px;
    border-radius: 12px;
    max-width: 1197px;
}

.asic-rent-archive-page #tab1 .card .card-label {
    background-color: #d1e9ff;
    color: #1570ef;
}

.post-type-archive-rent .tab-content {
    padding-left: 0;
    padding-right: 0;
}

.ra_list_item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.single-rent .ra_list_item .tooltip-container {
    display: flex;
    align-items: flex-start;
    gap: 3px;
}

@media (max-width: 767px) {
    .post-type-archive-rent .rent-hero {
        min-height: 697px;
        padding: 42px 0;
    }

    .single-rent .ra_list_item .tooltip {
        transform: translateX(0) !important;
    }

    section.product-description {
        padding-bottom: 32px;
    }

    .asic-rent-archive-page h2 {
        font-size: 30px;
    }

    .asic-rent-archive-page h2+p {
        margin: 0 auto 32px auto;
    }

    .suparow .col {
        flex-basis: 100%;
    }

    .post-type-archive-rent .rent-hero h1 {
        font-size: 36px;
        font-weight: 600;
        line-height: 44px;
        letter-spacing: -0.02em;
    }

    .post-type-archive-rent .rent-hero p.lead {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0em;
    }

    .post-type-archive-rent .rent-hero ul li {
        font-size: 16px;
        margin-bottom: 8px !important;
    }

    .post-type-archive-rent .rent-hero .align-center {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: flex-start;
    }

    .post-type-archive-rent .rent-hero .container,
    .post-type-archive-rent .rent-hero .row {
        height: 100%;
    }

    .post-type-archive-rent .rent-hero h1+p+div {
        flex: 2;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    h2.prod-desc-title+.container {
        padding: 0 16px;
    }

    .suparow .col:first-child,
    .suparow .col:nth-child(2) {
        padding: 6px 6px 16px 6px;
    }

    .suparow .col:nth-child(2) {
        border-top: 1px solid #d0d5dd;
        border-radius: 12px;
    }

    .suparow .col h3.grey_bg {
        margin-bottom: 16px;
    }

    .asic-rent-archive-page .suparow {
        gap: 10px;
        margin-bottom: 16px;
        padding: 0;
    }

    .asic-rent-archive-page .centered {
        border-top: none;
        padding-top: 0;
    }

    .asic-rent-archive-page ul#tabs-nav {
        max-height: 62px;
        padding: 6px;
    }

    .asic-rent-archive-page .centered {
        margin: 0 32px;
    }

    .single-rent-asic section:first-child {
        padding-top: 16px;
    }

    .single-rent-asic section:first-child .row:first-child h1 {
        margin-bottom: 16px;
    }

    .single-rent-asic span.thetitle {
        font-size: 16px;
        font-weight: 400;
        line-height: 38px;
        letter-spacing: 0em;
        color: #101828;
        padding-left: 0;
        border-left: none;
    }

    .single-rent-asic .duration {
        font-size: 16px;
        font-weight: 400;
        line-height: 38px;
        letter-spacing: 0em;
    }

    .oder-text {
        display: block;
        width: 100%;
    }

    .duration {
        padding-left: 5px;
    }

    .w-181 {
        width: 100%;
    }

    .single-rent-asic .ra_list_item {
        padding: 20px 32px;
        margin-bottom: 8px;
        display: flex;
        justify-content: space-between;
    }

    .single-rent-asic .gap-2 {
        gap: 32px;
    }

    .single-rent-asic .table-section h2 {
        text-align: center;
        font-size: 30px;
        font-weight: 600;
        line-height: 38px;
        letter-spacing: 0em;
        color: #101828;
        margin-bottom: 16px;
    }

    .single-rent-asic .table-section {
        padding-top: 32px;
    }

    h3.mb-25,
    h3.mb-25 * {
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 28px !important;
        letter-spacing: 0em !important;
        text-align: center !important;
        color: #475467 !important;
    }

    .details-image-wrapper {
        min-width: 100%;
        min-height: 280px;
        max-width: 100%;
        max-height: 280px;
        width: 100%;
        height: 100%;
    }

    .single-rent-asic .table-section .col {
        padding: 0px;
    }

    .single-rent-asic .table-section .col td {
        padding: 23px 6px 23px 0;
    }

    .single-rent-asic .table-section .mb-40 a.button {
        width: 100%;
    }

    .single-rent-asic .inner-table-col table tr td:first-child {
        width: 100%;
        font-size: 16px !important;
        font-family: 'Inter-Bold', sans-serif !important;
    }

    .single-rent-asic .inner-table-col table tr:nth-child(-n + 10) td:not(:first-child) {
        width: 49%;
        display: inline-block;
        border-radius: 12px;
        vertical-align: top;
    }

    .single-rent-asic .inner-table-col td:nth-child(2) {
        background-color: #ffffff;
    }

    .table-section .col td:nth-child(2) {
        margin-right: 0;
    }

    .single-rent-asic .inner-table-col tr {
        display: block;
    }

    .single-rent-asic .mb-40+a.button {
        width: 100% !important;
    }

    .single-rent-asic .white-bg h2 {
        text-align: center;
    }

    .asic-rent-archive-page ul#tabs-nav {
        border-radius: 12px;
    }

    .glider {
        height: calc(100% - 13px);
        width: calc(50% - 6px);
        border-radius: 8px;
    }

    .asic-rent-archive-page ul#tabs-nav li:nth-child(2).active~.glider {
        right: 6px;
    }

    h2.prod-desc-title+.container .suparow .col {
        border: 1px solid #d0d5dd;
        border-radius: 12px;
    }

    .inner-table-col,
    h2.prod-desc-title+.container {
        border: none;
    }

    .inner-table-col tr:not(:first-child) {
        border: 1px solid #d0d5dd;
        border-radius: 8px;
    }

    .inner-table-col tr:first-child {
        border-bottom: none !important;
    }

    .inner-table-col tr:not(:last-child) {
        margin-bottom: 5px;
    }

    .inner-table-col {
        padding: 0;
    }

    .inner-table-col table tr td {
        padding: 8px 0 !important;
    }

    .inner-table-col .tooltip-container {
        font-weight: 400;
        font-size: 12px;
        color: #475467;
        display: flex;
        justify-content: center;
        gap: 3px;
        align-items: center;
    }

    .inner-table-col table tr:nth-last-child(-n + 8) td:not(:first-child) {
        font-weight: 400;
        font-size: 12px;
        color: #475467;
    }

    .asic-rent-archive-page ul#tabs-nav li a {
        font-size: 16px !important;
    }

    .asic-rent-archive-page h2+p {
        font-size: 18px;
        line-height: 28px;
    }

    .asic-rent-archive-page .tab-content {
        padding: 16px;
    }

    .asic-rent-archive-page .product-description .container:first-child {
        padding-left: 0;
        padding-right: 0;
    }

    .asic-rent-archive-page .accordion.block-faq {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .asic-rent-archive-page h2.prod-desc-title {
        margin-bottom: 16px;
    }

    .grey-bg.table-section tr td:first-child {
        justify-content: flex-start;
    }

    .grey-bg.table-section tr:first-child td:nth-child(2) {
        font-family: "Inter-Bold", sans-serif;
    }

    .gap-1 {
        gap: 16px;
    }

    .inner-table-col table tr:nth-child(2) td:not(:first-child) {
        font-family: "Inter-Bold", sans-serif;
        font-size: 12px;
    }

    .single-rent .tooltip-container {
        position: static;
    }

    .card_prod__info--list li {
        position: relative;
    }

    .single-rent .tooltip {
        bottom: calc(100% - 10px);
        left: 50%;
        width: 280px;
        min-width: inherit;
        max-width: calc(100vw - 64px);
        padding: 10px 18px !important;
        transform: translateX(-50%);
    }

    .asic-rent-archive-page ul.black-chick li {
        max-width: 286px;
    }

    .data-center-section p {
        font-size: 16px;
        line-height: 24px;
    }

}

@media (max-width: 992px) {
    .asic-rent-archive-page .card {
        max-width: 250px;
        min-width: 250px;
        width: 100%;
    }

    .asic-rent-archive-page .grid-3 {
        grid-template-columns: 1fr 1fr 1fr !important;
    }

    .asic-rent-content .card .top {
        padding: 38px 10px 10px 10px;
    }

    .asic-rent-content .card .bottom {
        padding: 20px 10px;
    }

    .asic-rent-archive-page .tab-content {
        overflow-x: scroll;
    }
}

@media (max-width: 767px) {
    .ra_list_item:last-child {
        padding: 14px 32px !important;
        margin-bottom: 16px;
    }

    .order-details-table-padding {
        padding: 12px;
    }

    .grey-bg.table-section .order-details-table-padding tr td:nth-child(2) {
        max-width: 123px;
    }

    .single-rent-asic h2 {
        font-size: 30px !important;
        font-family: 'Inter-Semibold', sans-serif !important;
    }

    .compare-table-title {
        font-family: 'Inter', sans-serif;
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
        letter-spacing: 0em;
        text-align: center;
    }

    .inner-table-col table tr:first-child td:not(:first-child) {
        font-family: 'Inter-Semibold', sans-serif !important;
        font-size: 14px;
        border-radius: 8px !important;
        padding: 14px 0 !important;
    }

    .asic-rent-content .aligner div img {
        margin-right: 8px;
    }

    .asic-rent-archive-page .tooltip {
        transform: translateX(-74%);
    }

    .post-type-archive-rent .grid.grid-3 .card:first-child,
    .post-type-archive-rent .grid.grid-3 .card:nth-child(7) {
        padding-bottom: 8px;
        border-bottom: 1px solid #D0D5DD;
        max-width: 100%;
        min-width: 100%;
    }
}

@media (min-width: 993px) {

    .post-type-archive-rent .col-50,
    .post-type-archive-rent .col {
        flex: 1;
    }

    .rent-hero .container,
    .rent-hero .container .row {
        width: 100%;
    }

    span.price-per-asic {
        font-family: "Inter-Semibold", sans-serif;
    }

    .asic-rent-content .grid {
        gap: 0 !important;
    }
}

.single-rent-asic .col-20 img {
    width: 229px;
    height: auto;
}

@media screen and (min-width: 1024px) {
    .post-type-archive-rent .product-description {
        padding: 32px 0 96px;
    }

    .post-type-archive-rent .grid.grid-3 .card:nth-child(4),
    .post-type-archive-rent .grid.grid-3 .card:nth-child(10) {
        margin-left: 23px;
        margin-right: 23px;
    }

    .post-type-archive-rent .grid.grid-3 .card:nth-child(2),
    .post-type-archive-rent .grid.grid-3 .card:nth-child(8) {
        margin-right: 46px;
    }

    .post-type-archive-rent .grid.grid-3 .card:nth-child(6),
    .post-type-archive-rent .grid.grid-3 .card:nth-child(12) {
        margin-left: 46px;
    }

    .asic-rent-card-row-title {
        padding-bottom: 20px;
        border-bottom: 1px solid #D0D5DD;
        margin-bottom: 32px;
    }

    .post-type-archive-rent .grid.grid-3 .card:nth-child(7) {
        margin-top: 32px;
    }

    .single-rent-asic .col-30 {
        min-width: 488px;
    }

    .compare-table-title {
        font-family: 'Inter-Medium';
        font-size: 30px;
        font-weight: 500;
        line-height: 38px;
        letter-spacing: 0em;
        margin-bottom: 32px;
    }

    .inner-table-col table tr:first-child td:nth-child(2) {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .inner-table-col table tr:first-child td:nth-child(3) {
        padding-top: 24px;
        padding-bottom: 24px;
        border-radius: 12px;
    }
}

.post-type-archive-rent .grid.grid-3 .card:first-child {
    grid-area: 1 / 1 / 2 / 6;
}

.post-type-archive-rent .grid.grid-3 .card:nth-child(2) {
    grid-area: 2 / 1 / 3 / 2;
}

.post-type-archive-rent .grid.grid-3 .card:nth-child(4) {
    grid-area: 2 / 2 / 3 / 3;
}

.post-type-archive-rent .grid.grid-3 .card:nth-child(6) {
    grid-area: 2 / 3 / 3 / 4;
}

.post-type-archive-rent .grid.grid-3 .card:nth-child(7) {
    grid-area: 3 / 1 / 4 / 4;
}

.post-type-archive-rent .grid.grid-3 .card:nth-child(8) {
    grid-area: 4 / 1 / 5 / 2;
}

.post-type-archive-rent .grid.grid-3 .card:nth-child(10) {
    grid-area: 4 / 2 / 5 / 3;
}

.post-type-archive-rent .grid.grid-3 .card:nth-child(12) {
    grid-area: 4 / 3 / 5 / 4;
}

.post-type-archive-rent .grid.grid-3 .card:nth-child(3),
.post-type-archive-rent .grid.grid-3 .card:nth-child(5),
.post-type-archive-rent .grid.grid-3 .card:nth-child(9),
.post-type-archive-rent .grid.grid-3 .card:nth-child(11) {
    display: none !important;
}

.asic-rent-card-row-title {
    background-color: transparent !important;
    font-family: 'Inter';
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0em;
}

.single-rent .tooltip-container:hover:before {
    display: none;
}

.single-rent .tooltip-container {
    margin-left: 5px;
}

.ra_list_item:last-child {
    padding: 19px 32px;
}

.post-type-archive-rent .tooltip,
.single-rent .tooltip {
    padding: 14px 32px;
    background-color: #B2DDFF;
    color: #000000 !important;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
}

.hosting-fee-inc {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.02em;
}

.asic-rent-card-row-title {
    border-radius: 0 !important;
}

.inner-btn img {
    width: 11px;
    height: 11px;
}

.post-type-archive-rent .why-ecos-section {
    background-color: #F2F4F7;
}

.post-type-archive-rent .why-ecos-section .subcard {
    display: flex;
    flex: 1;
}


.post-type-archive-rent .why-ecos-section .subcard img {
    width: 45px;
    height: 45px;
    margin-right: 16px;
}

.post-type-archive-rent .why-ecos-section .subcard .col p {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: #475467;
}

.post-type-archive-rent .why-ecos-section .row {
    gap: 32px;
}

.post-type-archive-rent .why-ecos-section .subcard .col .block-title {
    font-family: 'Inter-Semibold';
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 8px;
}

.post-type-archive-rent .why-ecos-section .why-ecos-title {
    font-family: 'Inter-Semibold';
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 74px;
}

@media (max-width: 767px) {

    .post-type-archive-rent .why-ecos-section {
        padding: 32px 0;
    }

    .post-type-archive-rent .why-ecos-section .subcard {
        flex: 100%;
        flex-direction: column;
        align-items: center;
    }

    .post-type-archive-rent .why-ecos-section .subcard img {
        width: 34px;
        height: 34px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .post-type-archive-rent .why-ecos-section .subcard .col p {
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        color: #475467;
    }

    .post-type-archive-rent .why-ecos-section .row {
        gap: 39px;
    }

    .post-type-archive-rent .why-ecos-section .subcard .col .block-title {
        font-family: 'Inter-Semibold';
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: 0em;
        text-align: center;
        margin-bottom: 4px;
    }

    .post-type-archive-rent .why-ecos-section .why-ecos-title {
        font-family: 'Inter-Semibold';
        font-size: 36px;
        font-weight: 600;
        line-height: 44px;
        letter-spacing: -0.02em;
        text-align: center;
        margin-bottom: 39px;
    }
}



.block-contracts {
    overflow-x: hidden;
}

.block-contracts .container.grey-bg {
    background-color: #FFFFFF;
    border-radius: 16px;
    border: 1px solid #EAECF0;
}

.block-contracts .tier-row {
    padding: 21px 32px 48px 32px;
    justify-content: center;
    gap: 64px;
}

.block-contracts .contract__card {
    flex: 1 1 auto;
    max-width: 295px;
}

.block-contracts .cf-value {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #1D2939;
}

.block-contracts .cf-value.dark {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #1D2939;
}

.block-contracts .contract-card {
    padding: 0;
    border: none;
    -webkit-box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 0.8);
}

.block-contracts .contract-card button.button {
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    font-family: 'Inter', sans-serif;
    border: none;
}

.block-contracts .button-secondary:hover {
    background: #045AEF;
    border: none;
    color: #ffffff !important;
}

@media (min-width: 768px) {
    .block-contracts .button-secondary:hover {
        content: "More";
    }

    .block-contracts .button-secondary .more-text {
        display: none;
    }

    .block-contracts .button-secondary:hover .more-text {
        display: inline-block;
    }

    .block-contracts .button-secondary:hover .contract-price-text {
        display: none;
    }
}

.block-contracts h1 {
    margin-bottom: 16px;
    font-size: 75px;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    .block-contracts h1 {
        font-size: 32px;
        line-height: 1.2;
    }

    .block-contracts .tooltip {
        transform: translateX(-50%);
    }

    .block-contracts h2 {
        padding-top: 32px !important;
    }

    .tiers-title-wrapper {
        background-color: #EFF8FF;
        border-radius: 12px;
        padding: 16px 8px 16px;
    }

    .tiers-title-wrapper h2 {
        font-size: 18px !important;
        font-weight: 600;
        line-height: 28px;
        text-align: center;
        color: #101828;
        margin-top: 0 !important;
        margin-bottom: 4px !important;
        padding-top: 0 !important;
    }

    .tiers-title-wrapper h2+div {
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 20px !important;
        text-align: center !important;
        color: #475467 !important;
        margin-bottom: 0 !important;
    }

    .block-contracts .skill-level {
        transform: translate(-50%, -54px) !important;
    }
}

.block-contracts h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    padding-top: 55px;
    text-align: center;
    margin-bottom: 16px;
}

.block-contracts h2+div {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
    color: #475467;
    margin-bottom: 32px;
}

.block-contracts .contract-asic-model {
    font-size: 24px;
    font-family: 'Inter-Semibold', sans-serif;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: #101828;
    margin-left: 27px;
    margin-right: 27px;
    padding-bottom: 8px;
    border-bottom: 1px solid #EAECF0;
    margin-bottom: 24px;
    max-width: 1008px;
    margin-left: auto;
    margin-right: auto;
}

.block-contracts h1+div {
    margin-bottom: 32px;
    font-size: 24px;
    letter-spacing: 1px;
}

.block-contracts .contract-card .contract-top-dark div.cf-text {
    color: #000000;
}

.block-contracts .contract-card .contract-top-dark .cf-value {
    color: #045AEF;
    font-family: 'Inter-Semibold';
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}


.block-contracts .contract-card div.cf-text,
.cf-text.dark {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-align: left;
    color: #1D2939;
}

.block-contracts .contract-card div.cf-text .tooltip-container {
    margin-left: 3px;
}

.block-contracts .contract-card .contract-top-dark div.cf-text .tooltip-container:hover {
    cursor: pointer;
}

.block-contracts .contract-card .contract-top-dark span.contract-price {
    padding: 6px 12px;
    display: inline-block;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 600;
    font-family: Inter, sans-serif;
}

.block-contracts .contract-card .contract-top-dark {
    padding: 10px 10px 32px 10px;
    background-color: #F9FAFB;
    border-radius: 0 0 12px 12px;
}

.block-contracts .contract-card .contract-bottom-light {
    padding: 32px 10px 0 10px;
    background-color: #FFFFFF;
    border-radius: 12px 12px 0 0;
}

.block-contracts .contract-feature {
    display: flex;
    margin-bottom: 8px;
    justify-content: space-between;
    align-items: center;
    border-radius: 80px;
    padding: 0 13px;
    border: 1px solid #EAECF0;
    height: 44px;
    width: 273px;
}

.block-contracts .contract-price {
    margin-right: 16px;
}

.block-contracts .button-read-more {
    display: flex;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #194185;
    color: #194185;
    float: right;
    justify-content: center;
    align-items: center;
}

.block-contracts .button-read-more img {
    width: 50%;
}

.block-contracts .first-tier span.contract-price {
    background-color: #3981FE;
}

.block-contracts .second-tier span.contract-price {
    background-color: #045AEF;
}

.block-contracts .third-tier span.contract-price {
    background-color: #00399B;
}

.block-contracts .tooltip-container:hover::before {
    display: none;
}

.block-contracts .contract-model {
    font-size: 17px;
    font-style: italic;
    font-weight: 600;
    font-family: 'Inter';
    color: #000000;
}

.block-contracts .contract-price {
    color: #ffffff;
    background-color: #1570EF;
    border-radius: 8px;
}

h3.disclamer-title {
    text-align: center;
    width: 100%;
    margin-bottom: 16px;
}

.disclamer-content p {
    font-size: 12px;
}

.container-fluid {
    max-width: 100%;
    width: 100%;
}

.block-contracts-hero .row {
    height: 100%;
    justify-content: center;
}

.block-contracts-hero .row .col {
    justify-content: center;
    align-items: center;
    height: 100%;
}

.block-contracts-hero .row h1 {
    font-family: 'Inter-Semibold', sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 24px;
}

.block-contracts-hero .row h1+.subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 0 !important;
}

.contract-card {
    position: relative;
}

.card-number {
    position: absolute;
    height: 40px;
    width: 40px;
    background-color: #F2F4F7;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
    left: 24px;
}

.block-contracts-hero .row {
    height: 100%;
    justify-content: center;
}

.block-contracts-hero .row .col {
    justify-content: center;
    align-items: center;
    height: 100%;
}

.block-contracts-hero .row h1 {
    font-family: 'Inter-Semibold', sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #ffffff;
    margin-bottom: 24px;
}

.block-contracts-hero .row h1+.subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0 !important;
}

.contract-card {
    position: relative;
}

.card-number {
    position: absolute;
    height: 40px;
    width: 40px;
    background-color: #F2F4F7;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
    left: 24px;
    color: #1D2939;
}


.card-badge {
    position: absolute;
    transform: translateY(-50%);
    right: 10px;
}

.user-choice-badge,
.bestseller-badge {
    padding: 6px 11px;
    background-color: #FF731E;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #ffffff;
}

.best-value-badge {
    padding: 6px 11px;
    background-color: #A6F4C5;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #05603A;
}


.contract-top-dark .contract-feature:nth-child(2) {
    background-color: #EFF8FF;
    border: none;
}

.block-contracts .container {
    max-width: 1260px;
}

.block-contracts .inpage-nav {
    display: flex;
    justify-content: center;
    padding: 40px 0 55px;
    gap: 16px;
    width: 100%;
}

.block-contracts .inpage-nav-item {
    padding: 9px 16px;
    border: 1px solid #D0D5DD;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2939;
    border-radius: 60px;
}

.block-contracts .skill-level {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    padding: 6px 16px;
    background-color: #1570EF;
    border-radius: 60px;
    text-transform: capitalize;
}

.block-contracts .disclamer-content .col {
    width: 100%;
    flex-basis: 100% !important;
}

.second-tier-level {
    background-color: #53B1FD !important;
}

.third-tier-level {
    background-color: #1D2939 !important;
}

.still-questions {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    margin-bottom: 16px;
}

.questions-wrapper {
    padding: 64px 0 84px 0;
}

.questions-wrapper .col {
    align-items: center;
}

.block-contracts .disclamer-content p {
    font-size: 14px;
}

.block-contracts .button-aligner button {
    font-family: 'Inter', sans-serif;
}

.block-contracts .disclamer-title {
    font-size: 20px;
}

/* @media (max-width: 1024px) {
    .block-contracts .tier-row {
      justify-content: flex-start;
    }
  } */


/* #tabs-content .row.tier-row {
    gap: 60px;
  }
  
  .block-contracts .disclamer-container {
    margin-top: 32px;
  }
  
  .block-home-contact h2 {
    margin-bottom: 0;
    color: #101828;
    margin-right: 48px;
    font-size: 22px;
    font-weight: 600;
    line-height: 38px;
    text-align: left;
  } */

@media (max-width: 767px) {
    footer {
        padding-top: 32px;
    }

    /* .block-contracts .inpage-nav {
      gap: 8px;
    } */

    #experienced+.questions-wrapper .button-aligner {
        flex-wrap: wrap;
        justify-content: center;
    }

    #experienced+.questions-wrapper .button-aligner a {
        width: 221px;
    }

    .block-contracts-hero .row .col {
        align-items: flex-start;
        height: 100%;
        width: 100%;
        padding-left: 16px;
    }

    .block-contracts-hero .row h1 {
        color: #ffffff;
        font-family: 'Inter-Semibold';
        font-size: 30px;
        font-weight: 600;
        line-height: 38px;
        text-align: left;
    }

    .block-contracts-hero .row h1+.subtitle {
        color: #ffffff;
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
        text-align: left;
        max-width: 255px;
    }

    .block-contracts #tabs-nav {
        margin: 0 !important;
    }

    .block-contracts ul#tabs-nav {
        padding: 16px 0;
    }

    .block-contracts .tab-content {
        padding: 0;
        padding-top: 32px;
    }

    .block-contracts p.disclamer {
        font-family: Inter;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
        color: #475467;
    }

    .block-contracts .inpage-nav-item {
        padding: 7px 11px;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
    }

    .block-contracts .tier-row {
        justify-content: flex-start;
        gap: 8px;
        padding: 8px 16px 24px;
        margin: 0 -16px;
        overflow-x: auto;
    }

    .block-contracts .contract__card {
        width: 250px;
        flex: 1 0 250px;
    }

    #tabs-content .row.tier-row {
        gap: 8px;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-bottom: 16px;
    }

    .block-contracts .contract-card {
        width: 250px;
        background-color: #ffffff;
    }

    .block-contracts .inpage-nav {
        padding: 16px 0;
    }

    .block-contracts .button-aligner {
        display: flex;
        gap: 16px;
        margin-bottom: 34px;
    }

    .block-contracts .questions-wrapper {
        padding-top: 32px;
    }

    .block-contracts .contract-card .contract-bottom-light {
        padding: 32px 12px 0 12px;
    }

    .block-contracts .contract-card .contract-top-dark {
        padding: 8px 10px 32px 10px;
    }

    .block-contracts .contract-feature {
        width: 100%;
    }

    .block-contracts .contract-asic-model {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: center;
        padding-bottom: 8px;
        margin-bottom: 16px;
        color: #1D2939;
    }

    .tiers-title-wrapper {
        margin-bottom: 16px;
    }

    .block-contracts .container.grey-bg {
        padding-top: 60px;
        border-radius: 0 !important;
        border: none;
    }

    .block-contracts .container.grey-bg:first-child {
        padding-top: 90px;
    }

    .block-contracts .disclamer-title {
        font-size: 18px !important;
    }

    .block-contracts-hero {
        padding: 28px 0 !important;
    }

    .block-contracts .tab-content {
        padding-top: 0 !important;
        background-color: #FFFFFF !important;
    }

    .block-home-contact h2 {
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        text-align: center;
        margin-bottom: 16px;
        color: #101828;
        margin-right: 0;
        width: 100%;
    }

    .contract-top-dark .contract-feature:nth-child(2) {
        border: none;
    }

    .block-contracts .scale-up-animation:hover {
        transform: none !important;
    }

    .block-contracts .contract-price-text {
        display: none;
    }

    .block-contracts .more-text {
        display: inline-block !important;
    }

    .block-contracts .mobile-visible {
        display: block;
    }

    .block-contracts .contract-price-wrapper {
        background-color: #B2DDFF;
        color: #1570EF;
        font-family: 'Inter-Semibold', sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        text-align: center;
        padding: 10px 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 80px;
    }

    .contract-button-aligner {
        gap: 10px;
    }
}

.contract-button-aligner {
    display: flex;
}


.block-contracts .tab-content {
    padding-top: 60px;
    padding-bottom: 32px;
    background-color: #F2F4F7 !important;
}


@media (min-width: 1024px) {
    .block-contracts #tabs-nav {
        margin: 0 !important;
        padding: 64px 0 !important;
    }
}

.block-contracts #tabs-nav {
    background-color: #ffffff;
}

.questions-wrapper a.button {
    font-family: 'Inter-Semibold', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
}

#experienced .skill-level {
    background-color: #53B1FD;
}

#professionals .skill-level {
    background-color: #1D2939;
}

.block-contracts button.contract-price:hover {
    background-color: #1849A9;
}

.inpage-nav-item,
.tg-link,
.whatsapp-link,
.block-contracts button.contract-price {
    transition: all 0.3s ease-in-out;
}

.inpage-nav-item:hover {
    color: #1570EF;
    border: 1px solid #1570EF;
}

.tg-link:hover {
    background-color: #2BA0D9 !important;
    border: none !important;
}

.whatsapp-link:hover {
    background-color: #28CA42 !important;
    border: none !important;
}

.block-contracts .contract-card button.button {
    font-family: 'Inter-Semibold', sans-serif !important;
}

.block-contracts h3.disclamer-title {
    color: #344054 !important;
}

.block-contracts p.disclamer {
    color: #475467 !important;
    text-align: center;
}

.block-contracts .button-primary:hover {
    color: #ffffff !important;
}

.tier-wrapper:first-child {
    margin-bottom: 53px;
}

@media (max-width: 767px) {
    .tier-wrapper:first-child {
        margin-bottom: 0;
    }
}

.tier-wrapper:nth-child(2) {
    margin-bottom: 32px;
}

.tier-wrapper:nth-child(2) .skill-level {
    background: #1D2939;
}

.block-home-contact ul {
    gap: 10px;
}

.block-home-contact .container {
    padding: 64px 80px;
    border: 1px solid #D0D5DD;
    border-radius: 12px;
}

.block-home-contact .container .row {
    align-items: center;
}

.block-contracts .contract-card button.button:hover {
    content: "More";
}

/* @media (max-width: 600px) {
    #tabs-content .row.tier-row {
      overflow-x: visible;
    }
  
    .tier-row .slick-list.draggable {
      padding-top: 21px !important;
    }
  
  
    .tier-row .slick-dots {
      bottom: -8px;
      left: 0;
    }
  
    .tier-row .slick-slide {
      margin: 0 5px !important;
    }
  
  
    .block-home-contact {
      padding: 16px 0 24px 0;
    }
  
    .block-home-contact .container {
      padding: 0 16px;
      border: none;
      border-radius: none;
    }
  } */







/* From Additional CSS */

/* .page-template-legal-page p {
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
}

.page-template-legal-page ul li {
  font-size: 13.5px;
	line-height: 28px;
}

.page-template-legal-page table, .page-template-legal-page th, .page-template-legal-page td {
  border: 1px solid black;
  border-collapse: collapse;
	font-size: 13.5px;
	font-weight: 400;
}

.page-template-legal-page th, .page-template-legal-page td {
	padding: 6px 12px;
}

.page-template-legal-page table {
	margin-bottom: 16px;
} */

.block-hero-page ul li {
    display: flex;
    align-items: center;
}

.home .block-steps .step-card img {
    width: unset;
}

.block-hero-slider .slide-title {
    font-size: 52px;
}

.block-hero-slider {
    background-color: #ffffff !important;
}

.page-id-409 .block-app .col>img {
    object-fit: contain;
}

span.blue {
    color: #1570ef;
}

.blue-items-list {
    margin-bottom: 40px;
}

.block-pairs .description {
    margin-bottom: 15px;
}

.block-features .description {
    margin-bottom: 15px;
}

.block-features .col ul {
    gap: 15px;
}

.bs-desc p {
    margin: 15px 0;
}

.block-big-steps p.description {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .block-promo .slick-slide img {
        max-height: 229px;
    }
}


p.slide-description {
    font-size: 20px !important;
}

/* .home h1 {
      font-size: 36px !important;
    margin-bottom: 24px !important;
    font-family: inherit;
  } */

.block-form .row {
    justify-content: center;
}

.block-form h2 {
    margin-bottom: 24px;
}

.slide-button-wrapper .button.button-primary {
    min-width: 185px;
}

.disclaimer .col>div {
    color: #101828;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 12px;
    text-align: center;
}

.block-indexes {
    background-color: #f2f4f7 !important;
}

.block-indexes p.description {
    max-width: 768px;
    margin: 0 auto 64px;
}

.indexes {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr !important;
}

@media (max-width: 1024px) {
    .indexes {
        grid-template-columns: 1fr 1fr 1fr !important;
    }


}

@media (max-width: 767px) {

    .block-smm .container {
        padding: 16px !important;
    }

    .slick-dots {
        justify-content: center;
    }

    .block-smm.double .row>.col {
        width: 100% !important;
    }

    .indexes {
        grid-template-columns: 1fr 1fr !important;
    }

    .accordion__title {
        padding: 32px !important;
    }

    .block-promo .slick-dots {
        justify-content: center !important;
        position: relative !important;
    }
}

@media (max-width: 450px) {
    .indexes {
        grid-template-columns: 1fr !important;
    }
}

.indexes .col {
    border: 1px solid #fff;
    border-radius: 16px;
    box-shadow: 0 2px 4px -2px rgba(16, 24, 40, .06), 0 4px 8px -2px rgba(16, 24, 40, .1) !important;
    padding: 16px;
}


.block-infrastructure p.description {
    font-size: 16px;
    line-height: 22px;
}

.block-icon-boxes p.description,
.block-image-list p.description {
    margin-bottom: 64px;
}


.block-image-list .button.button-primary {
    display: flex;
    width: 210px;
    margin: 0 auto;
}

.resident-icon-boxes h2,
.resident-icon-boxes p.description {
    max-width: 768px;
    margin: 0 auto;
}

.resident-icon-boxes h2 {
    margin-bottom: 20px;
}

.resident-icon-boxes p.description {
    margin-bottom: 64px;
}

.resident-icon-boxes div.block-title {
    font-size: 60px;
    line-height: 72px;
    color: #1570ef;
    font-weight: 600;
    letter-spacing: -.02px;
    margin-bottom: 8px;
    text-align: center;
}

section:not(.block-hero-page) p.description {
    font-size: 16px;
}

.accordion__title h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

@media (min-width: 1025px) {
    .home .block-hero-slider .col:first-child {
        width: 60%;
    }

    .home .block-hero-slider .image-wrapper img {
        position: absolute;
        right: -16px;
        width: 42%;
    }

    .block-hero-slider {
        padding: 8em 0 !important;
    }

    .block-hero-slider .slide-title {
        font-size: 59px !important;
    }

    .home .block-hero-slider .col:nth-child(2) {
        width: 40%;
    }

    .block-hero-page>img {
        height: 625px !important;
    }

    .block-app .col:first-child {
        padding: 64px 64px 32px 32px;
    }

}


.block-promotions h2 {
    font-size: 36px;
}

.block-smm p.description {
    margin-bottom: 32px;
    gap: 32px;
}

.blue-items-list {
    margin-bottom: 32px;
}

@media (max-width: 767px) {
    .grid-3 {
        grid-template-columns: 1fr !important;
    }


    .block-app .col:first-child {
        padding: 16px 0 !important;
    }

    .block-advantages ul li {
        flex: 100% !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .block-advantages ul li h3 {
        text-align: center;
        margin-bottom: 16px;
    }

    .block-advantages ul li img {
        margin-right: 0 !important;
        margin-bottom: 16px;
    }

    .block-app .button-wrapper {
        padding-top: 15px;
    }

    .block-hero-page h1 {
        color: #1570ef;
        font-size: 36px;
        font-weight: 600;
        letter-spacing: -.02em;
        line-height: 44px;
        margin-bottom: 16px;
    }

    .block-big-steps .col {
        flex-basis: 100% !important;
    }

    .block-features .col {
        flex-wrap: wrap;
        max-height: unset !important;
    }

    .block-features .col ul {
        max-width: 100% !important;
        width: 100%;
    }

    .promotion-cards.grid-3 {
        grid-template-columns: 1fr;
    }

    .page-id-724 .block-hero-page .col h1 {
        font-size: 32px !important;
        color: #1570ef !important;
    }

    .slide-button-wrapper {
        flex-wrap: wrap;
    }

    .block-hero-slider .slide-button-wrapper a {
        width: 100%;
    }

    .block-hero-slider .slide-title {
        font-size: 32px !important;
        line-height: 44px !important;
        margin-bottom: 24px !important;
    }

    .block-hero-slider p.slide-description {
        color: #475467;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 28px !important;
        margin-bottom: 32px !important;
    }

    .testimonial-card {
        max-width: 100% !important;
        width: 100% !important;
        flex-basis: 100% !important;
    }

    .block-steps .step-card {
        flex: 100% !important;
        margin-bottom: 32px;
    }

    .block-contact-chat .col {
        flex: 100% !important;
    }


    .right-nav>ul {
        flex-direction: column;
        align-items: initial;
    }

    .right-nav>ul>li>a {
        width: 100%;
    }

    .block-hero-slider {
        padding: 32px 16px !important;
    }

    .block-hero-slider ul.social-icons {
        margin-bottom: 32px;
    }

    .home h1 {
        font-size: 25px !important;
        margin-bottom: 24px !important;
        line-height: 36px !important;
    }

    .home-contact-buttons-list li {
        width: 100%;
    }

    .home-contact-buttons-list li a {
        text-align: center;
    }

    .partner-card img {
        max-width: 122px;
        margin-bottom: 24px;
    }

    .partnership .col {
        width: 100%;
        flex: 100%;
    }

    .qr-code-wrapper {
        display: none !important;
    }

    .footer-col:first-child,
    .footer-col:last-child {
        width: 100%;
    }

    .footer-col:nth-child(2),
    .footer-col:nth-child(3) {
        width: 50%;
    }

    footer .mark-wrapper {
        display: none !important;
    }

    .footer-bottom {
        margin-top: 32px;
    }
}

@media (max-width: 1024px) {

    .nav-container>nav>ul,
    .menu {
        flex-direction: column;
    }

    .right-nav {
        align-items: flex-start;
    }

    .right-nav img {
        margin-left: 6px !important;
    }

    .certificates-col img {
        width: unset !important;
    }
}

.tokens-list {
    display: flex;
    gap: 10px;
}

.tokens-list li img {
    max-height: 32px;
    max-width: 32px;
}

.block-testimonials .testimonial-card img {
    max-width: 85px;
    max-height: 85px;
    border-radius: 50%:
}

.block-testimonials .tab-content {
    background-color: transparent;
}

.testimonial-card {
    padding: 16px;
}

@media (min-width: 1024px) {
    .block-hero-page>img {
        z-index: unset !important;
    }
}

.block-promotions {
    background-color: #e7f2ff !important;
}


.block-promotions .promotion-cards {
    gap: 32px;
    display: flex !important;
    justify-content: center !important;

}

.promo-cards {
    gap: 15px;
}

.promo-cards>div img {
    width: 100%;
    object-fit: contain;
}


.partner-card:not(:first-child) img {
    height: 24px;
    margin-bottom: 16px;
    width: fit-content;
}

@media (min-width: 768px) {
    .about-section__partners-top {
        gap: 32px;
    }

    .promo-cards>div {
        flex: 1;
    }

    /* ul.sub-menu li {
        padding: 16px !important;
    } */


    .block-big-steps .col {
        flex-basis: calc(50% - 48px);
    }

}

.promo-cards>div img {
    margin-top: 32px;
    width: 100%;
    object-fit: unset !important;
    height: auto;
}

.promo-btn {
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    background: none;
    border: none;
    box-shadow: none;
    color: #1570ef;
    cursor: pointer;
    display: flex;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    gap: 4px;
    height: 30px;
    justify-content: center;
}

#contact-form a {
    max-width: 250px;
    margin: 0 auto;
    width: 100%;
}

.description-centered {
    background-color: #f2f4f7 !important;
}

.description-centered h1,
.description-centered h1+p {
    text-align: center;
    margin: 0 auto;
}

.more-questions-tt {
    color: #101828;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 8px;
    text-align: center;
}

header nav ul#menu-main-menu>li:nth-child(6)::before,
header a[href="#pll_switcher"]::after {
    position: relative !important;
    order: 3 !important;
    right: 0 !important;
}

header a[href="#pll_switcher"]::after {
    display: none;
}

.block-app .block-subtitle {
    text-align: left;
}

.block-faq .row>.col {
    width: 100%;
}

.block-faq p.description {
    margin-bottom: 32px;
}

.single-asic-card h2 {
    margin-bottom: 0 !important;
    min-height: 56px;
}

.slide-button-wrapper .button.button-primary {
    z-index: 2;
}

.ui-check-items__item li {
    display: flex;
    align-items: center;
}

.page-id-263 .promo-cards,
.page-id-1653 .promo-cards,
.page-id-1523 .promo-cards,
.page-id-1611 .promo-cards,
.page-id-1597 .promo-cards,
.page-id-1582 .promo-cards,
.page-id-1550 .promo-cards,
.page-id-1541 .promo-cards {
    max-width: 768px;
    margin: 0 auto;
}

@media (max-width: 450px) {
    .block-indexes .indexes .index-card {
        max-width: 250px;
        margin: 0 auto;
        width: 100%;
    }
}


.block-indexes .indexes .index-card h3 {
    margin-bottom: 16px;
}

.block-steps .row.steps {
    margin-bottom: 64px;
}


a.promo-btn {
    display: flex;
    align-items: center;
    line-height: 1;
}

a.promo-btn:before {
    content: url('/wp-content/themes/ecos-m/assets/img/theme-icons/before-img.svg');
}

.page-id-6031 header,
.page-id-6031 footer {
    display: none;
}

.ui-check-items__item {
    display: flex;
}

.including-list .tooltip-container:hover::before {
    display: none !important;
}

.block-related-asics .row {
    justify-content: center;
}

.block-related-asics .row .grid {
    gap: 32px;
}

.block-related-asics {
    padding-bottom: 48px;
}

.accordion__content.panel ul {
    padding-left: 32px;
}

.accordion__content.panel ul li {
    color: #475467;
}

.page-404-content .row {
    justify-content: center;
}

.page-404-content .row {
    justify-content: center;
}

.page-404-content .row .col div {
    text-align: center;
    font-size: 90px;
    margin-bottom: 32px;
}

.new-app .img-wrapper {
    align-items: center;
}


.new-app .img-wrapper img {
    width: 63%;
}

.new-app .qr-code-wrapper {
    padding: 16px;
    border: 1px solid #000;
    max-width: 302px;
}

footer .button-primary {
    width: fit-content;
}

.new-app-title+a {
    max-width: fit-content;
}

.post-type-archive-rent .tooltip-container:hover::before {
    display: none;
}


.rent-hero {
    background-color: unset !important;
}

.thetitle {
    border-left: none;
}

#menu-main-menu-nl li a {
    font-size: 14px;
}

#contact-form .row {
    justify-content: center;
}

.block-contracts ul#tabs-nav {
    display: none;
}

/* .menu li:first-child {
      display: none;
  } */


/* Rent */
.main_products__socs--block img,
.card_info__socs--block img {
    flex: 0 0 21px;
    margin-right: 15px;
    width: 21px;
    height: 21px
}

.main_first__r-side {
    max-width: 409px;
    transform: translateY(10px);
}

/* .main_products__block--list li span {
      display: flex;
      align-content: center;
  } */
.main_products__block--list li span>div:before {
    display: none !important;
}

.card_prod__mini,
.card_prod__title,
.card_prod__flag,
.card_prod__price--l-side,
.main_table__mob {
    display: none;
}

.card_prod__img img {
    max-width: 100%;
}

.card_prod__price .card_prod__price--l-side {
    display: flex;
}

.card_prod__price .card_prod__price--l-side>span {
    margin-left: 8px;
}

.qual {
    display: flex;
}

.qual button {
    cursor: pointer;
}

.card_prod__price--l-side span {
    display: flex !important;
}

.qual button,
.qual input {
    width: 48px;
    height: 48px;
    outline: none;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    margin-right: 3px;
    padding: 8px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    background: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #101828;
}

.qual input::-webkit-outer-spin-button,
.qual input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.card_prod__r-side .card_prod__title {
    display: block;
}

@media all and (max-width: 1023px) {

    .card_prod__text,
    .card_prod__title,
    .card_prod__txt,
    .card_prod__price--l-side,
    .main_table__scroll,
    .card_prod__price .card_prod__price--l-side,
    .card_prod__r-side .card_prod__title {
        display: none;
    }

    .card_prod__mini,
    .card_prod__title,
    .card_prod__flag,
    .card_prod__price--l-side,
    .main_table__mob {
        display: block;
    }

    .main_first__r-side {
        max-width: 260px;
    }

    .main_first__in {
        padding-top: 40px;
    }
}



.block-promo.contracts-promo {
    padding: 54px 0;
    background: #F2F4F7;
    position: relative;
}

.block-promo.contracts-promo::before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    max-width: 1196px;
    position: absolute;
    top: 0px;
    left: calc(50% - 596px);
    background: #D0D5DD;
}

.block-promo.contracts-promo .slick-dots {
    justify-content: center;
}





/* Fix */
.main_table__table--txt .tooltip-container {
    display: flex;
    justify-content: center;
}

.main_table__table--txt .asic-tooltip-icon {
    margin-left: 5px;
}

.block-hero-slider.cloud-mining {
    padding: 72px 0 !important;
}

.block-icon-boxes.cloud-mining p.description {
    margin-bottom: 0px;
}




/* .main_products__block {
      transition: all .3s ease-out;
  }
  .main_products__block:hover {
      transform: scale(1.05)
  } */



/*  */

/* .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.modal-content iframe {
    width: 100%;
    height: 90%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
} */

.main_rent__link {
    font-weight: 600;
    color: #1570ef;
    text-decoration: none;
    cursor: pointer;
}