.in-development {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

:root {
    color-scheme: light;
    --gr-str: #ffffff;
    --gr-end: #E9F3FF;
    --color-br: #0066D3;
    --color-ac: #00100d;
    --color-3: #333333;
    --color-4: #444444;
    --color-bl: #0263FF;
    --color-bl5: #005FED;
    --color-b1: #ffffff;
    --color-d0: #D0D0D0;
    --color-grey: #8B8B8B;
    --color-g-5: #5C6E80;
    --color-g-2: #737382;
    --color-bc: #1f2937;
    --color-in: #00b3f0;
    --color-su: #00ca92;
    --color-wa: #ffc22d;
    --color-er: #ff6f70;
    --ico-sprite: url(/web/img/sprite-icon.svg);
    --border-r: 6px;
    --p: 49.12% .3096 275.75;
    --b1: 100% 0 0;
    --bc: 27.8078% .029596 256.847952;
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: clip;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections ========================================================================== */
/** * Remove the margin in all browsers. */
body {
    margin: 0;
    font-size: 16px;
}

/** * Render the `main` element consistently in IE. */
main {
    display: block;
}

/** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */


/** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics ========================================================================== */
/** * Remove the gray background on active links in IE 10. */
a {
    background-color: transparent;
}
 a:active, a:hover, a:focus{
    text-decoration: none;
}
/** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/** * Add the correct font weight in Chrome, Edge, and Safari. */
b,
strong {
    font-weight: 500;
}

/** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/** * Add the correct font size in all browsers. */
small {
    font-size: 80%;
}

/** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content ========================================================================== */
/** * Remove the border on images inside links in IE 10. */
img {
    border-style: none;
}

/* Forms ========================================================================== */
/** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/** * Show the overflow in IE. * 1. Show the overflow in Edge. */
button,
input {
    /* 1 */
    overflow: visible;
}

/** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */
button,
select {
    /* 1 */
    text-transform: none;
}

/** * Correct the inability to style clickable types in iOS and Safari. */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/** * Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/** * Restore the focus styles unset by the previous rule. */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/** * Correct the padding in Firefox. */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out *    `fieldset` elements in all browsers. */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
    vertical-align: baseline;
}

/** * Remove the default vertical scrollbar in IE 10+. */
textarea {
    overflow: auto;
}

/** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/** * Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/** * Remove the inner padding in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive ========================================================================== */
/* * Add the correct display in Edge, IE 10+, and Firefox. */
details {
    display: block;
}

/* * Add the correct display in all browsers. */
summary {
    display: list-item;
}

/* Misc ========================================================================== */
/** * Add the correct display in IE 10+. */
template {
    display: none;
}

/** * Add the correct display in IE 10. */
[hidden] {
    display: none;
}

.cookies-flex .cookies-icon {
    background-image: url(/web/img/cookies.png);
}
.cookies-text .u-text-1 {
    font-family: "Rubik-regular", sans-serif;
}
.top-2 {
    top: .5rem;
}
section#cookies-block{
    background-color: #2A3945;
}
.right-2 {
    right: .5rem;
}

.absolute {
    position: absolute;
}

.btn-circle:where(.btn-sm) {
    height: 2rem;
    width: 2rem;
    border-radius: 9999px;
    padding: 0;
}

.btn-sm {
    height: 2rem;
    min-height: 2rem;
    padding-left: .75rem;
    padding-right: .75rem;
    font-size: .875rem;
}

.btn-ghost {
    border-width: 1px;
    border-color: transparent;
    background-color: transparent;
    color: currentColor;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    outline-color: currentColor;
}

.modal-box {
    max-height: calc(100vh - 5em);
    grid-column-start: 1;
    grid-row-start: 1;
    width: 91.666667%;
    max-width: 580px;
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-bottom-right-radius: var(--rounded-box, 1rem);
    border-bottom-left-radius: var(--rounded-box, 1rem);
    border-top-left-radius: var(--rounded-box, 1rem);
    border-top-right-radius: var(--rounded-box, 1rem);
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b1, oklch(var(--b1) / var(--tw-bg-opacity)));
    padding: 1.5rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    transition-duration: .2s;
    box-shadow: #00000040 0 25px 50px -12px;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.dc-auth.modal .modal-box {
    position: relative;
    padding: 2rem;
    gap: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dc-auth.modal {
    display: none;
}

:root:has(:is(.modal-open, .modal:target, .modal-toggle:checked+.modal, .modal[open])) {
    overflow: hidden;
    scrollbar-gutter: stable;
}


@keyframes modal-pop {
    0% {
        opacity: 0
    }
}

a {
    text-decoration: none;
}

.form-control:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.form-control::placeholder {
    color: var(--color-grey);
}

.dc-container-m {
    max-width: 1220px;
    margin-inline: auto;
}

.container-808 {
    max-width: 808px;
    margin-inline: auto;
}

.wrap-container-580 {
    max-width: 580px;
    margin-inline: auto;
}

.wrap-container-600 {
    max-width: 600px;
    margin-inline: auto;
}
h1{
    font-size: 2rem;
    line-height: 100%;
    color: #333333;
}
section#VpsTarifs-widget h2,
h2 {
    font-size: 48px;
    line-height: 100%;
    color: #333333;
    margin: 0 0 2rem 0;
}
.page-content h1.h1,
.content-body h2 {
    font-family: "Rubik-500", sans-serif;
}
.content-body{
    padding: 2rem 0;
}

.modal-dialog .modal-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal-header h2 {
    font-family: "Rubik-500", sans-serif;
    font-size: 1.6rem;
    margin: 0;
    flex: 1;
}

.color-gray {
    color: #8B8B8B;
}

.color-g-2 {
    color: var(--color-g-2);
}

.color-33 {
    color: #333333;
}
.color-4 {
    color: var(--color-4);
}

.color-b {
    color: var(--color-br);
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-row-end {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.dc-align-center {
    text-align: center;
}

.dc-align-left {
    text-align: left;
}

.dc-containe-mega {
    max-width: 1466px;
    margin: auto;
    padding-top: 1rem;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.dc-gradient-b {
    background: linear-gradient(180deg, var(--gr-str) 0%, var(--gr-end) 100%);
}

.dc-bg-b {
    background: var(--gr-end);
}

.dc-flex-ac {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dc-jc-center {
    justify-content: center;
}

.dc-ai-center {
    align-items: center;
}

.big-num.bold-text {
    font-size: 32px;
    text-align: center;
    color: var(--color-bl);
}

.icons_stroke {
    stroke-width: 1px;
    fill: none;
    stroke: currentColor;
}

/* header */
header {
    padding: 24px;
    z-index: 11;
    position: relative;
    border-bottom: 1px solid var(--color-d0);
}

.dc-nav {
    list-style: none;
    display: flex;
    gap: 30px;
    padding: 0;
}

@media (max-width: 1160px) {
h2 {
    font-size: 2rem;
}
}

@media (max-width: 1020px) {
    .dc-nav {
        gap: 1rem;
    }
}

@media (min-width: 1021px) {
    .navbar-start {
        display: none;
    }
}

/* navbar-start 
#### ##### ####*/
.w-5 {
    width: 1.85rem;
}

.h-5 {
    height: 1.85rem;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown .dropdown-content {
    position: absolute;
}

.dropdown .dropdown-content {
    position: absolute;
    background-color: #fff;
    padding: 1rem;
    list-style: none;
}

.btn-ghost.btn-circle {
    display: inline-flex;
    height: 3rem;
    min-height: 3rem;
    flex-shrink: 0;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: .5rem;
    border-color: transparent;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1em;
    gap: .5rem;
    font-weight: 600;
    text-decoration-line: none;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    border-width: var(--border-btn, 1px);
    transition-property: color, background-color, border-color, opacity, box-shadow, transform;
    --tw-text-opacity: 1;
    color: var(--color-ac);
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    outline-color: var(--fallback-bc, oklch(var(--bc) / 1));
    background-color: oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity));
    --tw-bg-opacity: 1;
    --tw-border-opacity: 1;
}

.btn-ghost {
    border-width: 1px;
    border-color: transparent;
    background-color: transparent;
    color: currentColor;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    outline-color: currentColor;
}

@media (hover: hover) {
    /* @supports (color: oklch(0% 0 0)) {
        .btn-ghost:hover {
            background-color: var(--fallback-bc, oklch(var(--bc) / .2));
        }
    } */
}

.dropdown:is(:not(details)) .dropdown-content {
    visibility: hidden;
    opacity: 0;
    transform-origin: top;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    transition-duration: .2s;
}

.dropdown.dropdown-open .dropdown-content,
.dropdown:not(.dropdown-hover):focus .dropdown-content,
.dropdown:focus-within .dropdown-content {
    visibility: visible;
    opacity: 1;
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dc-nav-link {
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #555555;
}

a.dc-active-link {
    color: var(--color-ac);
    font-family: 'Rubik-500';
}

.h3-foo{
    font-size: 22px;
}
.contacts-group {
    margin-top: 2rem;
}
.col-links-group::before{
    content: "";
    display: block;
width: 60px;
height: 3px;
background: #005FEE;
margin-bottom: 2rem;
}

.links-group {
    display: flex;
    flex: 1;
    justify-content: space-between;
}
.links-group ul{
    list-style: none;
    padding: 0;
}
.dc-footer a {
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
}
.dc-footer a:hover{
    color: var(--color-bl);
}
@media (max-width: 1290px) {
    .dc-footer {
        padding: 2rem;
    }
}
@media (max-width: 991px) {
    .flex-footer {
        gap: 3rem;
        flex-direction: column;
    }
}
@media (max-width: 1020px) {
     header {
        padding: 1rem 0;
    }
    .dropdown .dropdown-content {
        width: 100vw;
    }
    .dropdown .dropdown-content .dc-nav-link {
        font-size: 1.4rem;
        line-height: 2rem;
        display: flex;
        margin: 1rem 0;
        justify-content: space-between;
    }
}
@media (max-width: 620px) {
    .dc-footer .flex-row,
    .links-group {
        flex-direction: column;
    }
    .dc-footer .group-pay .flex-row {
        justify-content: flex-start;
        flex-wrap: wrap;
        flex-direction: row;
    }

}

@media (max-width: 1020px) {
    .dc-menu {
        display: none;
    }
}

@media (max-width: 440px) {
    .navbar-end .btn {
        padding: .8rem 1.2rem;
        gap: 0;
        text-indent: -8000px;
        background: transparent;
    }

    .navbar-end .btn.auth-ls svg {
        transform: scale(1.15);
    }

    .btn.auth-ls svg path {
        fill: #101010;
        stroke: #101010;
    }
}

/* MEGA-SLIDER */
section.mega-slider {
    position: relative;
    padding-top: 1.5rem;
}

.mega-slider-wrap {
    height: calc(100vw / 733* 285);
    max-height: 570px;
    background: linear-gradient(90deg, #00409E 0%, #002152 52%);
    mask-image: url(../img/mega-mask.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100%;
}

.mega-item {
    background-image: url(../img/group_icons.svg);
    background-repeat: no-repeat;
    background-position: left;
    display: flex;
    align-items: flex-end;
    height: 100%;
    padding: 0 7.5rem;
}

.mega-item-title {
    font-size: 55px;
    line-height: 115%;
    background: linear-gradient(90deg, #FFFFFF 24.5%, #83C5FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.slider-text {
    display: flex;
    height: 100%;
    gap: 2rem;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}

.slider-text p {
    font-size: 20px;
    line-height: 24px;
    color: #ECECEC;
}

.mega-slider-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 20px;
    gap: 14px;
    background: #FFFFFF;
    border-radius: var(--border-r);
    color: var(--color-ac);
}

.mega-slider-img {
    height: 570px;
    flex: 0 0 650px;
    background-size: cover;
}

nav.nav-slider {
    display: flex;
    position: absolute;
    height: 100%;
    right: 0;
    bottom: 0;
    flex-direction: column;
    justify-content: space-between;
    width: 116px;
    align-items: flex-end;
}

.num-from-qty {
    padding-top: 50px;
    width: 100%;
    letter-spacing: 2px;
    text-align: center;
}

/* .num-slider,
#qty-sliders {
    color: #fff;
} */

/* #qty-sliders {
    opacity: 0.4;
} */

.slider-progress {
    width: 4px;
    height: 200px;
    background-color: #7188A8;
    border-radius: 2px;
    margin-right: calc(50% - 4px);
}

.slider-progress-bar {
    transition: height 400ms ease;
    background-color: #fff;
    border-radius: 2px;
    height: 25%;
    width: 4px;
}

.nav-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.carousel-control {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    display: flex;
    background-color: #E1EDFF;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    position: relative;
    opacity: 1;
}

.carousel-control:hover {
    background-color: var(--color-bl5);
}

.carousel-control:hover svg path {
    fill: #fff;
}

.menu-services {
    display: flex;
    gap: 1rem;
}

.item-services {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 28px 26px 28px 16px;
    gap: 1rem;
    margin: 0 auto;
    width: 25%;
    height: 140px;
    border-radius: 20px;
    background: linear-gradient(180deg, #E6F2FF 0%, #FFFFFF 100%);
    border: 1px solid #E6F2FF;
}

.item-services:hover {
    background: linear-gradient(74.62deg, #0A0A48 0%, #002D70 30%, #0A53B5 100%);
    border: 1px solid #002D70;
    
}

.item-services:hover p {
    color: var(--color-b1);
    /* background: none;
    -webkit-text-fill-color: #666973; */
}

.ico-services {
    width: 92px;
}

.item-services p {
    font-size: 22px;
    line-height: 24px;
    color: var(--color-4);
    /* background: linear-gradient(0deg, #3AD9FE 0%, #A2FFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; */
    margin: 0;
}

.services-text {
    display: flex;
    flex-direction: column;
}

.item-services:hover .services-text {
    gap: 1rem;
}

.item-services span.rubik-400 {
    height: 0;
    overflow: hidden;
}
.item-services span {
    font-size: 14px;
    line-height: 26px;
    color: var(--color-d0);
}

.item-services:hover span.rubik-400 {
    overflow: visible;
    height: 100%;
}
.item-services span.bold-text {
    color: var(--color-b1);
}

/* від 60 грн */
span.bold-text {
    font-size: 28px;
    line-height: 26px;
}

@media (max-width: 1460px) {
    nav.nav-slider {
        width: calc(100vw* 116 / 1460);
    }

    .num-from-qty {
        padding-top: calc(100vw* 50 / 1460);
        font-size: calc(100vw* 16 / 1460);
    }

    .slider-progress {
        height: calc(100vw* 200 / 1460);
        width: calc(100vw* 4 / 1460);
    }

    .mega-item {
        padding: 0 calc(100vw* 60 / 1460);
    }

    .slider-text {
        gap: calc(100vw* 24 / 1460);
    }

    .mega-item-title {
        font-size: calc(100vw* 55 / 1460);
    }

    .slider-text p {
        font-size: calc(100vw* 20 / 1460);
    }

    .mega-slider-img {
        /* height: calc(100vw* 520 / 1460); */
        height: 100%;
        width: calc(100vw* 520 / 1460);
        flex: 0 0 50%;
    }

    .nav-buttons {
        gap: calc(100vw* 16 / 1460);
    }

    .carousel-control {
        width: calc(100vw* 60 / 1460);
        height: calc(100vw* 60 / 1460);
    }
}
@media (max-width: 1280px) {
    .menu-services {
        margin-top: 0;
    }
    .dc-containe-mega {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
@media (max-width: 1279px) {
    .menu-services {
        display: none;
    }
}

@media (max-width: 767px) {
    .slider-text {
        margin-top: 1rem;
    }

    .mega-item {
        flex-direction: column;
        background-image: none;
    }

    .mega-item-title {
        font-size: 3rem;
    }

    .slider-text p {
        font-size: 1rem;
    }

    .mega-slider-img {
        height: 100%;
        width: 100%;
        flex: 0 0 50%;
        background-size: contain;
        background-position: center bottom;
        background-repeat: no-repeat;
    }

    .menu-services {
        overflow-x: scroll;
    }

    nav.nav-slider {
        width: 100%;
        height: 2rem;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .num-from-qty {
        padding-top: 0;
        width: auto;
        letter-spacing: 2px;
        font-size: 1.3rem;
        background-color: #fff;
        padding: 4px 1rem;
        border-radius: 1rem 1rem 0 0;
    }

    .num-slider {
        color: var(--color-ac);
    }

    .slider-progress {
        height: 50%;
    }

    .slider-progress,
    .nav-buttons {
        display: none;
    }

    .wrap-list-flex {
        flex-direction: column;
    }
}

@media (max-width: 420px) {
.mega-item-title {
    font-size: 2rem;
}
.banner-view-nice .u-group-1 p {
    font-size: 1rem;
}
section#VpsTarifs-widget h2, h2 {
    font-size: 1.8rem;
    margin: 0 0 1rem 0;
}
.wrap-container-600 > p, .wrap-container-580 > p {
    margin-bottom: 1rem;
}
.dc-articles-text {
    padding-bottom: 0;
}

}


/* Реєстрація доменів */
.wrap-container-840 {
    max-width: 840px;
    margin-inline: auto;
}
.bg-blue-balls .dc-domain-registration{
    background-color: #E6F2FF;
    background-image: url(/web/img/bg_faqs.svg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.dc-domain-registration p.color-gray {
    line-height: 1.5rem;
    color: var(--color-3);
}

.text-www {
    font-size: 20px;
    word-spacing: 6px;
    letter-spacing: 3px;
    color: var(--color-3);
}

.submit.pick-up {
    cursor: pointer;
    background: linear-gradient(90deg, #0057FF 0%, #00C2FF 100%);
    border-radius: var(--border-r);
    font-size: 18px;
    color: #fff;
    border: none;
    padding: 16px 24px;
    text-align: center;
}

.promotional-domains .name {
    font-size: 24px;
    color: #444;
}
.old-price {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    text-decoration-line: line-through;
    color: #8B8B8B;
}
.discount-price {
    font-size: 16px;
    color: #444444;
    margin-top: .5rem;
}
.discount-price span {
    font-size: 20px;
    color: #005FEE;
}

#domain-check-form .btn.btn-ghost {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 14px;
    background: linear-gradient(222.24deg, #E1EDFF 2.21%, #BFD8FF 97.83%);
    border-radius: 4px;
}
#domain-check-form .btn:active:hover, #domain-check-form .btn:active:focus {
    animation: button-pop 0s ease-out;
    transform: scale(var(--btn-focus-scale, .97));
background: #F4F4F4;
box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.25);

}
#domain-check-form details[open]>.btn.btn-ghost{
    background: #F4F4F4;
    box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.25);
}
#domain-check-form :where(details[open]>.btn.btn-ghost) path {
    fill: #444;
}
.domain-filter {
    background-color: #fff;
    padding: 2rem;
    border-radius: var(--border-r);
}

.domain-filter label {
    display: flex;
    align-items: center;
    gap: 10px;
}
.domain-filter .label-text {
    font-size: 22px;
}
.grid-domains-checkbox {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.checkbox:focus {
    box-shadow: none;
}
.checkbox {
    background-color: #D9D9D9;
    flex-shrink: 0;
    --chkbg: var(--fallback-bc, oklch(var(--bc) / 1));
    --chkfg: #444444;
    height: 1.5rem;
    width: 1.5rem;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--border-r);
    border-width: 1px;
    border-color: var(--fallback-bc, oklch(var(--bc) / var(--tw-border-opacity)));
    --tw-border-opacity: .2;
}
.checkbox:focus-visible {
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: var(--fallback-bc, oklch(var(--bc) / 1));
}
.checkbox:checked, .checkbox[aria-checked=true] {
    background-repeat: no-repeat;
    animation: checkmark var(--animation-input, .2s) ease-out;
    background-color: #D9D9D9;
    background-image: linear-gradient(-45deg, transparent 65%, #D9D9D9 65.99%),
    linear-gradient(45deg, transparent 75%, #D9D9D9 75.99%),
    linear-gradient(-45deg, #D9D9D9 40%, transparent 40.99%),
    linear-gradient(45deg, #D9D9D9 30%, var(--chkfg) 30.99%, var(--chkfg) 40%, transparent 40.99%),
    linear-gradient(-45deg, var(--chkfg) 50%, #D9D9D9 50.99%);
}
@keyframes checkmark {
    0% {
        background-position-y: 5px
    }

    50% {
        background-position-y: -2px
    }

    to {
        background-position-y: 0
    }
}

/* SEO */
.seo-wrap img{
    overflow: hidden;
    border-radius: var(--border-r);
}
.seo-text {
    flex: 0 0 50%;
}
.seo-wrap .dc-item.bg-transparent{
    background: transparent;
}
@media (max-width:960px) {
.seo-wrap .dc-item {
    padding: 1.5rem;
    gap: 2rem;
    flex-direction: column;
}
#special-offer-form-block,
.seo-wrap {
    max-width: 640px;
}
img {
    max-width: 100%;
}
}



/* dc-advantages */



/* Новини */
.dc-articles{
    padding-top: 60px;
}

.dc-articles .dc-container {
    max-width: 1220px;
    margin-inline: auto;
}
.wrap-list {
    padding-top: 60px;
    display: grid;
    grid-template-columns: repeat(3, 3fr);
    gap: 30px;
}
.dc-articles .wrap-list {
    padding-top: 40px;
    padding-bottom: 60px;
}
.dc-articles h3, .dc-articles .wrap-list p{
color: var(--color-3);
}

.dc-articles .wrap-list .u-icon {
    display: inline-block;
    margin-right: 0.5rem;
}
.dc-articles .wrap-list p{
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
margin-top: 0;
}
.dc-articles .u-icon.u-icon-2 img{
width: 16px;
height: 17px;
}
.dc-articles img.image {
    width: 100%;
}
.dc-articles-text {
    padding: 30px;
    position: relative;
    left: 30px;
    right: 0%;
    top: -50px;
    background: #FFFFFF;
}



@media (max-width: 1160px) {
    .dc-articles .wrap-list{
        grid-template-columns: repeat(3, 1fr);
    }
    .dc-articles {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (max-width: 991px) {
    .dc-articles .wrap-list {
        grid-template-columns: repeat(1, 1fr);
        max-width: 620px;
        margin-inline: auto;
    }
}





@media (max-width: 1279px) {
    .flex-container-row {
        flex-direction: column;
    }
    .dc-cart .dc-container-m {
        max-width: 750px;
    }
}
@media (max-width: 799px) {
    .wrap-select h2 {
        font-size: 1.5rem;
    }
    .wrap-package-selection {
        flex: 1;
        gap: 2rem;
    }
    .label-text {
        font-size: 1rem;
    }
    .change-person-type {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
}
@media (max-width: 670px) {
    .form-flex-row {
        flex-direction: column;
    }
}

@media (max-width: 599px) {
    .package-characteristics [class^="icon-"] {
        flex-direction: column;
        align-items: flex-start;
    }
    .nav-domain-order {
        flex-direction: column;
        gap: 1rem;
    }
}

@media (max-width: 580px) {
    .wrap-select h2 {
        font-size: 2rem;
        line-height: 2.6rem;
        margin-bottom: 1rem;
    }
    .wrap-select .price {
        flex-direction: row;
        padding: 0.9rem 30px;
        gap: 10px;
        position: relative;
        margin-right: auto;
        font-size: 1.8rem;
    }
    .price > span, .dc-text-property > span {
        font-size: 1rem;
    }
}

@media (max-width: 499px) {

    .alert {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 2rem 0rem;
        gap: 20px;
        flex: none;
        order: 1;
        align-self: stretch;
        flex-grow: 1;
    }
    .wrap-select h2 {
        font-size: calc(100vw / 16);
        line-height: 120%;
    }
    .sms-code.wrap-select,
    .wrap-select.dc-authorization {
        padding: 2rem;
        gap: 2rem;
    }
}
.dc-auth  h2 {
    margin: 0;
}
#auth {
    display: flex;
    justify-content: center;
    align-items: center;
}
#auth .form-img {
    position: relative;
    right: -26px;
}
#auth .form-img img {
    border-radius: 20px;
}
form#auth .input-group {
    flex: none;
}
form#auth input.form-control{
    margin-top: .5rem;
    height: 60px;
}
.dc-auth .wrap-select {
    width: 100%;
    max-width: 640px;
    flex-direction: column;
    align-items: center;
    padding: 60px;
    gap: 2rem;
    justify-content: center;
}

@media (min-width: 860px) and (max-width: 1085px) {
    .dc-auth .wrap-select {
        width: 50%;
        padding: 1rem;
    }
    #auth .form-img {
        width: 50%;
    }
    #auth .form-img img {
        border-radius: 20px;
        aspect-ratio: 1 / 1;
        width: 100%;
    }
}
@media (max-width: 768px) {
#auth .form-img {
    display: none;
}
.dc-bg-b {
    min-height: calc(100% - 8rem);
}
}
@media (max-width: 499px) {
    .dc-articles-text {
        padding: 1rem;
        position: relative;
        left: 24px;
        right: 0;
    }
    .dc-articles-text h3 {
        font-size: 1.5rem;
    }
.dc-auth .wrap-select {
    padding: 1.5rem;
}
.dc-auth label {
    font-size: 3.8vw;
}
.dc-bg-b {
    min-height: calc(100% - 4rem);
}
.flex-footer {
    flex-direction: column-reverse;
}
}
.dc-auth h2 {
    margin: 0;
    font-size: 2rem;
}