:root {
    --scrollbar-width: 0px;
}
button {
    position: relative;
    cursor: pointer;
    color: inherit;
    background-color: transparent;
}
* {
    padding: 0;
    margin: 0;
    border: 0;
    font-family: Geologica;
}
*,
:after,
:before {
    box-sizing: border-box;
}
body {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f8f9fc;
}
button,
input,
textarea {
    font-size: inherit;
}
a {
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none !important;
}
ol,


img {
    vertical-align: top;
}

.intro{
    padding-top: 192px;
}

.intro-two{
    padding-top: 100px;
    padding-bottom: 20px;
}

.intro_header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 32px;
}

.intro_header-heading {
    font-size: 38px;
    font-weight: 500;
    line-height: 1.1;
    color: #242a34;
}
.intro_header-desc {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    color: #242a34;
}




.btn-orange-primary {
    font-weight: 550;
    font-size: 16px;
    line-height: 1.6;
    color: #f66b34;
    border: 2px solid #f66b34;
    background-color: transparent;
    border-radius: 8px;
    white-space: nowrap;
    padding: 8px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-orange-primary:hover {
    background-color: #f66b34;
    color: #fff;
}
.btn-orange-primary:hover svg path {
    stroke: #fff;
}
.btn-orange-primary.focus-visible:focus:not([disabled]) {
    outline: 0;
    box-shadow: 0 0 0 5px #4766d2;
    border: 2px solid transparent;
}
.btn-orange-primary.active {
    background-color: rgba(246, 107, 52, 0.1);
}

.btn-orange-flat {
    font-weight: 550;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    background-color: #f66b34;
    border-radius: 8px;
    white-space: nowrap;
    padding: 8px 24px;
    display: flex; 
    align-items: center; 
    justify-content: center; 
}

.btn-orange-flat:hover {
    background: linear-gradient(90deg, #ff5a19 0, #e64707 100%);
    box-shadow: 0 0 10.1px rgba(246, 107, 52, 0.7);
    color: #fff;
}
.btn-orange-flat.focus-visible:focus:not([disabled]) {
    outline: 0;
    box-shadow: 0 0 0 5px #4766d2;
}
.btn-orange-flat.active {
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.05);
}
.btn-orange-flat [disabled="true"],
.btn-orange-flat [disabled],
.btn-orange-flat.disabled {
    color: #fff;
    background-color: #90959e;
    border-color: #90959e;
}


.single_bottom{
    margin-bottom: 128px !important;
    padding-bottom: 128px;
}


.webp .contact::after {
    background-image: url(../img/noise-bg.webp);
}
.footer {
    max-width: 1920px;
    margin: 0 auto;
    padding-left: 360px;
    padding-right: 360px;
}

.kv-table-header{
  background: white;   
}

@media (max-width: 1800px) {
    .footer {
        padding-left: 300px;
        padding-right: 300px;
    }
}

@media (max-width: 1750px) {
    .footer {
        padding-left: 250px;
        padding-right: 250px;
    }
}

@media (max-width: 1700px) {

    .footer {
        padding-left: 200px;
        padding-right: 200px;
    }
}

@media (max-width: 1600px) {
    .footer {
        padding-left: 150px;
        padding-right: 150px;
    }
}

@media (max-width: 1440px) {
    .footer {
        padding-left: 120px;
        padding-right: 120px;
    }
}

@media (max-width: 1367px) {
    .footer {
        padding-left: 48px;
        padding-right: 48px;
    }
}


@media (max-width: 720px) {
    .footer {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 390px) {
    .support__body-list-item-column-block {

        gap: 8px;

    }
}

@media (max-width: 1800px) {

    footer,
    header,
    section:not(section.help) {
        padding-left: 300px;
        padding-right: 300px;
    }
}
@media (max-width: 1750px) {

    .help__inner,
    footer,
    header,
    section:not(section.help) {
        padding-left: 250px;
        padding-right: 250px;
    }
}
@media (max-width: 1700px) {
    .help__inner,
    footer,
    header,
    section:not(section.help) {
        padding-left: 200px;
        padding-right: 200px;
    }
}
@media (max-width: 1600px) {

    .help__inner,
    footer,
    header,
    section:not(section.help) {
        padding-left: 150px;
        padding-right: 150px;
    }
}
@media (max-width: 1440px) {

    .help__inner,
    footer,
    header,
    section:not(section.help) {
        padding-left: 120px;
        padding-right: 120px;
    }
}
@media (max-width: 1367px) {

    .help__inner,
    footer,
    header,
    section:not(section.help) {
        padding-left: 48px;
        padding-right: 48px;
    }
}

.webp .contact::after,
.webp .help__inner::after {
    background-image: url(../img/noise-bg.webp);
}


