body.inner-page.page-template-list-products,
body.inner-page .modular-main:not(.heading_enabled) {
    margin-top: 10rem;
}

body.inner-page .modular-main:not(.heading_enabled) > section.section-hero:first-child {
    margin-top: -10rem !important;
}

.modular--headings {
    background-image: url(../img/texture1.webp), linear-gradient(90deg, #2C1159 0%, #0D0519 100%);
    padding-block: 12.5rem 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
}
.modular-main .section-product-module:nth-child(2){
    margin-top:0!important;
}
.modular-main:has(.section-product-module:nth-child(2)) .section-slider:nth-child(1) {
    margin-bottom:0!important;
}
.modular--headings--t1 {
    color: #fff;
    font-family: var(--bold_font);
    font-size: 2.25rem;
    line-height: 1.5;
    text-align: center;
}

.modular--headings--t2 {
    color: #D9D9D9;
    line-height: 2;
    text-align: center;
}

@media (min-width:992px) {
    .modular--headings--t2 {
        max-width: 50%;
    }
}







/* = = = = = RELATED PAGE = = = = =  */

.related-page {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
}

.related-page-bg::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(4deg);
    border-radius: 3rem;
    background-color: var(--color1);
    width: calc(100% + .5rem);
    height: calc(100% + .5rem);
}

.related-page-bg {
    background-image: url(../img/ptpt.png), linear-gradient(90deg, #E1DBF0 0%, #E1DBF0 100%);
    padding-block: 3rem;
    position: relative;
    border-radius: 3rem;
    background-size: cover;
    background-position: bottom;
}

.related-page__item {
    padding: 0.75rem;
    transition: background-color .5s;
    border-radius: 1.5rem;
    display: flex;
    align-items: center;
    gap: .75rem;
    background-color: #fff;
}


.related-page__item:hover {
    background-color: var(--color1);
    color: #fff;
}

.related-page__t1,
.related-page__t2 {
    display: block;
    line-height: 1.5;
}

.related-page__t1 {
    font-family: var(--bold_font);
    font-size: 1.125rem;
}

.related-page__t2 {
    margin-top: 0.5rem;
    font-size: 1rem;
}

.related-page__item:hover .related-page__icon::before {
    opacity: 1;
}

.related-page__icon::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background-color: #fff;
    z-index: -1;
    opacity: 0;
    transition: .5s;
}

.related-page__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    background: linear-gradient(181.57deg, rgba(99, 58, 165, 0.19) 1.33%, rgba(72, 69, 210, 0.1539) 75.5%);
    border-radius: 50%;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.related-page-bg .button {
    width: fit-content;
    margin: 3rem auto 0;
    display: flex;
}

/* = = = = = RELATED PAGE = = = = =  */


/* = = = = = CUSTOM FEATURE  = = = = =  */

.custom-feature__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem 1.875rem;
}

.custom-feature__item:hover {
    border-color: #fff;
}

.custom-feature__item {
    border-radius: 1.5rem;
    border: 2px solid #633AA5;
    padding: 1.75rem;
    flex-direction: column;
    display: flex;
    gap: 1.25rem;
    position: relative;
    background-image: linear-gradient(to right, #ece7f2, #fff);
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
    align-items: flex-start;
}

.custom-feature__item::after {
    left: 0;
    z-index: -1;
    top: 0;
    background: linear-gradient(90deg, #2C1159 0%, #0D0519 100%);
    position: absolute;
    width: 100%;
    height: 0;
    transition: 0.5s;
    content: '';
    pointer-events: none;
}

.custom-feature__item:hover:after {
    height: 100%;
}

.custom-feature__item::before {
    position: absolute;
    content: '\e91a';
    font-family: 'icomoon';
    color: #fff;
    display: flex;
    pointer-events: none;
    align-items: center;
    line-height: 1;
    font-size: 17rem;
    left: -10rem;
    z-index: -2;
    top: -1.5rem;
}



.custom-feature__title {
    display: block;
    font-size: 1.125rem;
    line-height: 1.375;
    font-family: var(--bold_font);
    transition: color .5s;
}

.custom-feature__short {
    font-size: 0.875rem;
    text-align: justify;
    line-height: 1.75;
    transition: color .5s;
}

.custom-feature__item:hover .custom-feature__title,
.custom-feature__item:hover .custom-feature__short {
    color: #fff;
}




.custom-feature__icons {
    display: flex;
    align-items: center;
    gap: .625rem;
    padding: 0.125rem;
}

.custom-feature__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.625rem;
    background-color: var(--color1);
    transition: background-color 0.5s;
    position: relative;
}

.custom-feature__icon img {
    filter: brightness(0) invert(1);
    object-fit: scale-down;
    height: 1.5rem;
    transition: filter 0.5s;
}

.custom-feature__item:hover .custom-feature__icon img {
    filter: brightness(1) invert(0);

}

.custom-feature__item:hover .custom-feature__icon {
    background-color: #fff;
}







.custom-feature__tags {
    display: flex;
    align-items: center;
    gap: .125rem;
}

.custom-feature__tags i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.375rem;
    height: 2.375rem;
    color: #fff;
    border-radius: 50%;
    background-color: var(--color1);
    font-size: 1.25rem;
    margin-left: 0.375rem;
}

.custom-feature__tags a:not(:last-child)::after {
    content: '-';
    display: block;
}

.custom-feature__tags a {
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: .125rem;
    line-height: 1.5;
    transition: color 0.5s;
}

.custom-feature__item:hover .custom-feature__tags a {
    color: #fff;
}


.custom-feature__tags a:hover {
    color: var(--color3) !important;
}


.custom-feature__tooltip {
    position: absolute;
    font-size: .75rem;
    color: var(--color1);
    border: 1px solid var(--color1);
    font-weight: bold;
    line-height: 1;
    bottom: calc(100% + .5rem);
    border-radius: .5rem;
    background: #d3d0e1;
    padding: .375rem .5rem;
    z-index: 1;
    opacity: 0;
    transition: 0.5s;
}

.custom-feature__tooltip::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    border-style: solid;
    background: #d3d0e1;
    width: .5rem;
    height: .5rem;
    border: 0;
    border-left: 1px solid var(--color1);
    border-bottom: 1px solid var(--color1);
    transform: rotate(-45deg) translateX(-50%);
}

.custom-feature__icon:hover .custom-feature__tooltip {
    opacity: 1;
}

/* = = = = = CUSTOM FEATURE = = = = =  */




/* = = = = = TLD FEATURE = = = = =  */
.tld-gap {
    row-gap: 1.5rem;
}

.tld__item::after {
    height: 0.125rem;
    background-image: linear-gradient(90deg, #28487B00 0%, #28487B69 50%, #28487B00 100%);
    position: absolute;
    bottom: -1.5px;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    content: '';
    filter: blur(1.25px);
    z-index: -1;
}

.tld__item::before {
    content: '';
    width: 7rem;
    height: 7rem;
    border-radius: 7rem;
    background-color: #AED7ED;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    filter: blur(10.5rem);
    z-index: -1;
    transition: background-color .5s
}

.tld__item:hover:before {
    background-color: var(--color1)
}

.tld__item {
    text-align: center;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.5rem;
    padding: 1.5rem;
    background-color: #fff;
    position: relative;
    gap: .75rem;
    height: 100%;
}

.tld__big .tld__item {
    padding: 2rem;
}



.tld__icon {
    position: relative;
    margin-bottom: auto;
}

.tld__sale span {
    font-size: 0.75rem;
    line-height: 2;
    display: block;
    text-decoration: line-through;
    text-decoration-color: #633AA5;
    font-family: var(--bold_font);
}

.tld__sale {
    display: flex;
    align-items: center;
    line-height: 1;
}

.tld__icon i {
    background: -webkit-linear-gradient(#fafcfe, #daeaf5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background .5s;
    font-size: 3.5rem;
    line-height: 1;
    display: flex;
    align-items: center;
}

.tld__item:hover .tld__icon i {
    background: -webkit-linear-gradient(#fafcfe, #e1dfed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tld__icon b {
    color: var(--color2);
    font-size: 1.0625rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color .5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -25%);
    direction: ltr;
}

.tld__item:hover .tld__icon b {
    color: var(--color1);
}

.tld__title {
    font-size: 1rem;
    color: #111111;
    line-height: 1.5;
    display: block;
    text-align: center;
}

.tld__price {
    font-size: 1.25rem;
    font-family: var(--bold_font);
    line-height: 1.25;
    display: block;
    text-align: center;
}

.tld__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    width: 8.5rem;
    border-radius: .625rem;
    color: #fff;
    font-size: 0.875rem;
    font-family: var(--bold_font);
    transition: background-color .5s;
    background-color: var(--color2);
}

.tld__item:hover .tld__btn {
    background-color: var(--color1);
}





/* = = = = = TLD FEATURE = = = = =  */













ul.secondary-menu.menu--modular .submenu {
    position: unset !important;
    transform: unset !important;
    visibility: visible;
    overflow: visible;
    opacity: 1;
    background-color: #F0F5F7 !important;
}

ul.secondary-menu.menu--modular > li {
    width: 100% !important;
}

.section-dedicated {
    margin-block: 2rem;
}

.modular-main.heading_enabled > .section-dedicated:first-of-type {
    margin-block: -2rem 2rem;
}


.custom-feature__item.type2 {
    background: #F2F6F7;
    border: unset;
    padding: 1.5rem;
    gap: .75rem;
}

.custom-feature__item.type2::before {
    font-size: 15rem;
    left: -6rem;
    top: -3rem;
}

.custom-feature__item.type2 > i {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: -.625rem;
    transform: translateX(-50%);
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.625rem;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s;
}

.custom-feature__item.type2:hover > i {
    opacity: 1;
}













/* ssl product section  */
.section-productssl-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2.5rem;

}

.sslsectiontitle {
    font-size: 2.25rem;
    font-family: var(--bold_font);
    line-height: 1.375;
}

.ssl__tabs {
    margin-right: auto;
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.ssl__tabs > .ssl__tab:hover,
.ssl__tabs > .ssl__tab.active {
    background-color: var(--color1);
    color: #fff;
}

.ssl__tabs > .ssl__tab {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #E1E8EB;
    height: 4rem;
    font-size: 0.875rem;
    border-radius: 1rem;
    transition: 0.5s;
    min-width: 8rem;
    font-family: var(--bold_font);
    outline: none;
}









.productssl__card {
    border: 1px solid #E1E8EB;
    background-color: #fff;
    padding: 0.75rem;
    border-radius: 1.5rem;
}


.productssl__head,
.productssl__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.75rem;
    background: #F0F5F7;
    padding: 1rem;
    font-size: 1rem;
    line-height: 2;
    font-family: var(--bold_font);
    color: #111111;
    transition: .5s;
}

.productssl__head > i,
.productssl__foot > i {
    color: var(--color1);
    font-size: 1.25rem;
}

.productssl__foot > i.icon-basket {
    transform: scale(-1, 1);
    transition: color 0.5s;
}

.productssl__body .lbl {
    font-family: var(--bold_font);
}

.productssl__body > span {
    padding-block: .5rem;
}

.productssl__body {
    display: flex;
    flex-direction: column;
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 2;
    color: #111111;
}

.productssl__body > span {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.productssl__card:hover .productssl__foot > i {
    color: #fff;
}

.productssl__card:hover .productssl__foot {
    background-color: var(--color1);
    color: #fff;
}

/* ssl product section  */







/* SLIDER SECTION  */

.section-slider {
    background-image: url(../img/texture1.webp), linear-gradient(90deg, #2C1159 0%, #0D0519 100%);
    padding-block: 12.5rem 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
}

.inner-page .modular-main > section.section-slider:first-child {
    margin-top: -10rem !important;
}

.section-slider-img {
    display: block;
    margin-inline: auto;
}

.section-slider-title {
    color: #fff;
    font-size: 2.25rem;
    line-height: 1.5;
    font-family: var(--bold_font);
}

.section-slider-desc {
    font-size: 1rem;
    line-height: 2;
    text-align: justify;
    color: #fff;
    margin-top: .75rem;
}

.section-slider-btn {
    margin-top: 2rem;
}



.swiper.swiper-slider {
    height: 19rem;
}

.tld__sale {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
}

.tld__sale small {
    background: linear-gradient(357.65deg, #AED7ED -6.78%, #E6F2F9 97.89%);
    outline: 1px solid var(--color2);
    border-radius: 2rem;
    color: var(--color2);
    font-family: var(--bold_font);
    font-size: 0.6875rem;
    padding: 0.25rem;
}

/* SLIDER SECTION  */


.discount_domain_bg {
    background: linear-gradient(90deg, #122138 0%, #4845D2 100%);
    border-radius: 1.5rem;
    padding: 2rem;
}

.discount_domain_img span {
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    font-family: var(--bold_font);
}

.discount_domain_img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem
}


.psr-discount-domain small {
    font-size: 0.6875rem;
    padding: 0.375rem .75rem;
    outline-offset: -.1875rem;
}

.discount_domain_img img {
    animation: rotateX 6s infinite alternate-reverse;
}


@keyframes rotateX {
    0% {
        transform: rotateY(0);
    }

    100% {
        transform: rotateY(25deg);
    }
}






.mockup-wrap {
    flex: 0 0 480px;
    width: 480px;
    position: relative;
}

.mockup-wrap::after,
.mockup-wrap::before {
    content: '';
    position: absolute;
    top: 5rem;
    border-radius: 50%;
    z-index: 2;
}


.mockup-wrap::before {
    width: 3rem;
    height: 3rem;
    left: 0;
    background-color: #AED7ED;
}

.mockup-wrap::after {
    width: 2rem;
    height: 2rem;
    right: -2rem;
    background-color: var(--color2);
}

.mockup-wrap img {
    height: 100%;
    max-width: unset;
    width: 100%;
    position: relative;
    z-index: 1;
}

.mockup-wrap .mk-img {
    position: absolute;
    top: .5rem;
    left: 50%;
    width: calc(100% - 3.75rem);
    object-fit: cover;
    transform: translateX(-49.5%);
    border-radius: 0.5rem 0.5rem 0 0;
    transition: object-position 0.2s ease-out;
    object-position: 0 0px;
    height: 266px;
}

.mockup-wrap i {
    position: absolute;
}

.mockup-wrap i.icon-vps {
    right: 0;
    top: 2rem;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    background-color: var(--color1);
    border-radius: 50%;
    outline: 1px solid #fff;
    outline-offset: -.25rem;
    z-index: 2;
}

.mockup-wrap i.icon-host {
    left: 0;
    height: 5rem;
    width: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: var(--color1);
    border-radius: 50%;
    outline: 1px solid #fff;
    outline-offset: -.25rem;
    z-index: 2;
    font-size: 2rem;
    bottom: 4rem;
}

.mockup-wrap i.icon-cloud {
    position: absolute;
    font-size: 21rem;
    line-height: 1;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #AED7ED61;
}





.section-intro2 .intro__heading {
    margin-bottom: 1rem;
}

/* .section-intro2 .clockimg-wrap::before {
    background: radial-gradient(48.47% 52.67% at 51.25% 50.07%, #B0B3FE 1%, rgba(56, 31, 74, 0) 100%);
    background-blend-mode: color-dodge;
    position: absolute;
    inset: 0;
    content: '';
}

.section-intro2 .clockimg-wrap::after {

    content: '';
    position: absolute;
    inset: 0;

} */



.hostsvgimg {
    width: 30rem;
    position: absolute;
    top: 9%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    animation: starTwinkle2 5s infinite ease-in-out;
}



@keyframes rtrt {
    from {
        transform: translate(-50%, -50%) rotate(0);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.section-intro2 .clockimg-wrap {
    width: 46rem;
    height: 46rem;
    position: absolute;
    top: 63%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/clockimg2.svg);
    background-blend-mode: color-dodge;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    animation: rtrt 120s infinite linear;

}

.modular-main > section.section-intro2:first-child {
    background-color: #2e173f;
    height: min(100vh, 750px);
    margin-top: -8rem !important;
    background-position: center;
    background-size: contain;
    background-image: unset;
}

.section-intro2::before {
    background-color: #633AA550;
    position: absolute;
    inset: 0;
    content: '';
    z-index: 1;
}

.section-intro2::after {
    background: linear-gradient(181.87deg, rgba(29, 3, 72, 0) 20.47%, rgba(29, 3, 72, 0.273398) 35.57%, rgba(29, 3, 72, 0.76504) 52.11%, rgba(29, 3, 72, 0.873115) 64.2%, rgba(29, 3, 72, 0.960476) 70.4%, rgba(29, 3, 72, 0.981701) 78.46%, #1D0348 95.24%);
    height: 100%;
}


.stargroup {
    position: absolute;
    background-image: url(../img/stargroup.svg);
    inset: 0;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

@keyframes starTwinkle {
    0% {
        filter: brightness(0.5);
    }

    50% {
        filter: brightness(1.2);
    }

    100% {
        filter: brightness(0.5);
    }
}

@keyframes starTwinkle2 {
    0% {
        filter: brightness(0.75);
    }

    50% {
        filter: brightness(1.25);
    }

    100% {
        filter: brightness(0.75);
    }
}

.stargroup {
    animation: starTwinkle 4s infinite ease-in-out;
}


section.section-dedicated.negetive-mg {
    margin-top: -6rem;
}

section.section-product-module:first-child .isotope-item {
    border: 1px solid #E1E8EB
}

section.section-product-module:first-child {
    background-color: #fff;
    padding-block: .25rem;
}

section.section-domain.space--md.negetive-mg {
    margin-top: -4rem;
}

.item-data:first-child {
    flex: 1 !important;
}

.card-product2 .head,
.productssl__head {
    overflow: hidden;
    position: relative;
}

.card-product2 .head::before,
.productssl__head::before {
    content: '';
    position: absolute;
    width: 2rem;
    height: calc(100% - 1.5rem);
    border-radius: 0.25rem;
    top: 50%;
    right: -1.75rem;
    background-color: var(--color1);
    transform: translateY(-50%);
}

@media (max-width:1399.98px) {
    ul.secondary-menu.menu--modular .submenu {
        padding: 1.5rem;
    }

    .tld__item {
        padding: 0.75rem !important;
    }
}

@media (max-width:1199.98px) {
    ul.secondary-menu.menu--modular .submenu {
        grid-template-columns: 1fr 1fr 1fr;
        padding: .75rem;
        border-radius: 1.5rem;
        gap: .75rem;
    }

    ul.secondary-menu.menu--modular ul.submenu.dedicate li.os {
        gap: .125rem;
        border-radius: 0.75rem;
        grid-column: 1 / -1;
        flex-wrap: wrap;
    }

    .custom-feature__items {
        grid-template-columns: 1fr 1fr;
    }

    .custom-feature__item::before {
        left: -15rem;
        top: 0;
    }


}


@media (max-width:991.98px) {
    .section-dedicated ul.submenu.host > li.two {
        grid-column: 1 / -1;
    }

    .related-page-bg {
        padding-inline: 1rem;
    }

    ul.secondary-menu.menu--modular .submenu {
        grid-template-columns: 1fr 1fr;
    }

    ul.secondary-menu.menu--modular ul.submenu.dedicate li.os img {
        height: 1.5rem;
        aspect-ratio: 1;
        width: auto;
    }

    ul.secondary-menu.menu--modular ul.submenu.dedicate li.os > span.os__label {
        flex: 1 0 100%;
        width: 100%;
        margin: 0 auto .5rem;
        text-align: center;
    }

    ul.secondary-menu.menu--modular .submenu .submenu__item {
        border-radius: 0.75rem;
    }

    .custom-feature__item {
        padding: 1rem;
    }

    .swiper.swiper-slider {
        height: auto;
        text-align: center;
    }

    .section-slider-title {
        font-size: 1.5rem;
    }

    .psr-discount-domain .tld__title {
        text-align: center;
        margin-bottom: .5rem;
    }

    .psr-discount-domain .tld__price {
        font-size: 1rem;
        text-align: center;
        margin-top: .5rem;
    }

    .psr-discount-domain .tld__sale {
        display: flex;
        justify-content: center;
    }

    .psr-discount-domain .tld__title {
        text-align: center;
    }

    .psr-discount-domain .tld__btn {
        display: flex;
        margin: 1rem auto 0;
    }

    .psr-discount-domain .tld__icon {
        float: unset;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
    }

    .tld__sale {
        display: none;
    }

    .discount_domain_img {
        flex-direction: row;
    }

    .discount_domain_img span {
        font-size: 1.25rem;
        white-space: nowrap;
    }

    .discount_domain_img {
        margin-bottom: 2rem;
    }

    .discount_domain_img img {
        animation: unset;
        width: 4rem;
    }

    .mockup-wrap {
        flex: 0 0 100%;
        width: 320px;
        position: relative;
    }

    .mockup-wrap img {
        height: auto;
    }

    .mockup-wrap .mk-img {
        top: .25rem;
        left: 50%;
        width: calc(100% - 2.5rem);
        object-fit: cover;
        transform: translateX(-49.5%);
        object-position: 0 0px;
        height: 11.125rem;
    }

    .mockup-wrap i.icon-cloud {
        position: absolute;
        font-size: 15rem;
        line-height: 1;
        top: 35%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #AED7ED61;
    }

    .mockup-wrap i.icon-host {
        font-size: 2rem;
        bottom: 2rem;
        height: 4rem;
        width: 4rem;
    }

    .mockup-wrap i.icon-vps {
        right: -1rem;
    }

    .mockup-wrap::after {
        width: 1.5rem;
        height: 1.5rem;
        right: -1.5rem;
        top: 5rem;
        background-color: var(--color2);
    }

    .mockup-wrap::before {
        width: 2rem;
        height: 2rem;
        top: 3rem;
    }

    .inner-page .modular-main > section.section-slider:first-child {
        margin-top: -11rem !important;
        padding-bottom: 2rem;
    }
}

@media (max-width:767.98px) {


    body.inner-page .modular-main:not(.heading_enabled) > section.section-hero:first-child,
    body.inner-page.page-template-list-products,
    body.inner-page .modular-main:not(.heading_enabled) {
        margin-top: 2rem;
    }

    body.inner-page .modular-main:not(.heading_enabled) > section.section-hero:first-child {
        margin-top: -2rem !important;
    }

    ul.secondary-menu.menu--modular .submenu {
        grid-template-columns: 1fr;
    }


    .modular--headings {
        padding-block: 3.5rem 3rem;
    }
    section.section-domain.space--md.negetive-mg {
    margin-top: -2rem;
}

    .modular--headings--t1 {
        font-size: 1.5rem;
    }

    .related-page {
        grid-template-columns: 1fr;
        gap: .5rem;
    }

    .related-page__t1 {
        font-size: 1rem;
    }

    .related-page__t2 {
        font-size: .875rem;
    }


    .custom-feature__items {
        grid-template-columns: 1fr;
    }

    .tld-gap {
        row-gap: 0.75rem;
    }

    .tld__btn {
        display: none;
    }

    .tld__item {
        display: block;
    }

    .tld__icon {
        float: right;
        margin-left: 1rem;
    }

    .tld__icon i {
        font-size: 2.75rem;
    }

    .tld__icon b {
        font-size: 0.9375rem;
    }

    .tld__title {
        text-align: right;
        margin-bottom: .25rem;
        font-size: .9375rem;
    }

    .tld__price {
        font-size: 1rem;
        text-align: right;
    }

    .tld__col:nth-child(n + 7) {
        display: none;
    }

    .toggle--tld {
        background: var(--color1);
        color: #fff;
        border-radius: .625rem;
        text-align: center;
        font-size: .875rem;
        line-height: 1.5;
        padding: .625rem 2rem;
        display: block;
        width: fit-content;
        margin: 2rem auto 0;
    }


    .section-productssl-head {
        flex-direction: column;
        justify-content: center;
        gap: 2rem;
    }

    .sslsectiontitle {
        font-size: 1.5rem;
    }

    .ssl__tabs {
        margin-inline: auto;
        flex-wrap: wrap;
        gap: 1rem;
    }
}




@media (max-width:575.98px) {

    .section-dedicated .submenu__item .more {
        margin-left: auto;
        margin-right: unset;
    }

    .section-dedicated ul.secondary-menu.menu--modular .submenu .submenu__item {
        flex-wrap: wrap;
    }

    .mockup-wrap {
        width: 16rem;
    }

    .mockup-wrap .mk-img {
        height: 8.875rem;
        width: calc(100% - 1.875rem);
    }

    .mockup-wrap i.icon-cloud {
        font-size: 12rem;
    }

    .mockup-wrap i.icon-vps {
        width: 3rem;
        height: 3rem;
    }

    .mockup-wrap i.icon-vps {
        right: -.75rem;
    }

    .section-intro2 .clockimg-wrap {
        width: 33rem;
        height: 33rem;
        top: 44%;
    }
}

@media (min-width:768px) {
    .tld__small .tld__title {
        display: none;
    }
}

.space--sm {
    margin-block: 2rem !important;
}