/*
Theme Name: OneLead
Text Domain: OneLead
Version: 1.00
Description: OneLead
Tags:
Author:
*/

:root {
    --dark_blue: #153D89;
    --blue: #246AED;
    --red: #DC2626;
    --border-color: rgba(255, 255, 255, .1);
}

html,
body {
    background: #07111F !important;
}

html {
    overflow-x: hidden;
}

.hpHome--outterWrap {
    overflow-x: hidden;
    overflow-y: hidden;
}

body {
    position: relative;
}

html {
    scroll-padding-top: 125px !important;
    margin: 0 !important;
}

* {
    font-family: "Poppins", sans-serif;
    color: white;
}

a {
    text-decoration: none !important;
}

#wpadminbar {
    display: none;
}

p {
    margin: 0 !important;
}

::selection {
    background-color: var(--blue);
    color: #fff;
}

img::selection {
    background-color: transparent;
}

@media (min-width: 1660px) {
    .container {
        max-width: 1450px !important;
    }
}

@media only screen and (max-width:767px) {
    .container {
        padding-inline: 7% !important
    }
}

.container {
    position: relative;
}

.row {
    position: relative;
    z-index: 1;
}

.container-fluid {
    background: #030910;
    z-index: 2;
    position: relative;
}

.hpHome--row {
    padding-block: 270px 100px;
}

.hpHome--secondRow {
    padding-block: 0 90px;
}

.default-gradient {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(37, 99, 235, 0.25) 100%);
    border: 0.5px solid #777777;
    border-radius: 20px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

img.hpHome--topImg {
    width: 62px;
}

.hpHome--row {
    flex-wrap: nowrap;
}

.hpHome--topWrapper {
    padding: 5px 30px 5px 5px;
    border-radius: 100px;
    align-self: start;
    margin-bottom: 10px;
}

.hpHome--mainCol {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

span.hpHome--topDes {
    font-size: 14px;
    font-weight: 200;
    margin-left: 10px;
}

.text-blue {
    color: var(--blue);
}

.hpHome--heading {
    font-size: clamp(1.875rem, 1.3352rem + 2.2727vw, 4.0625rem);
    font-weight: 700;
    margin: 0px;
    color: white;
}

p.hpHome--des {
    font-size: 18px;
    font-weight: 300;
    opacity: .8;
    max-width: 80%;
}

.hpHome--bottomWrapper {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    align-self: start;
}

.main-button {
    background: linear-gradient(to right, #246AED 0%, #153D89 100%);
    align-self: start;
    color: white;
    padding: 12px 28px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
}

.main-button img {
    width: 20px;
    margin-left: 5px;
    margin-top: -2px;
    transition: transform 0.35s ease;
}

.main-button:hover img {
    transform: rotate(-45deg);
}

span.hpHome--bottomDes {
    align-self: center;
    font-size: 10px;
    margin-top: 4px;
    font-weight: 100;
}

.glow-top, .glow-bottom{
    will-change: transform;
    transform: translateZ(0);
}

.hpHome--container .glow-top {
    width: 700px;
    aspect-ratio: 1;
    position: absolute;
    background: #1E4985;
    border-radius: 100px !important;
    opacity: .65;
    z-index: 0;
    filter: blur(100px);
    top: -450px;
    left: -450px;
}

.hpHome--container .glow-bottom {
    width: 700px;
    aspect-ratio: 1;
    position: absolute;
    background: #1E4985;
    border-radius: 100px !important;
    opacity: .65;
    z-index: 0;
    filter: blur(100px);
    bottom: -450px;
    right: -450px;
}

.hpStack--container .glow-bottom {
    width: 100%;
    height: 500px;
    border-radius: 50px;
    position: absolute;
    background: #1E4985;
    border-radius: 100px !important;
    opacity: .65;
    z-index: 0;
    filter: blur(100px);
    bottom: -350px;
    left: 0;
}

.hpOneLead--container .glow-top {
    width: 100%;
    height: 500px;
    border-radius: 50px;
    position: absolute;
    background: #1E4985;
    opacity: .65;
    z-index: 0;
    filter: blur(100px);
    top: -350px;
    left: 0;
}

.hpSteps--container .glow-top {
    width: 100%;
    height: 500px;
    border-radius: 50px;
    position: absolute;
    background: #1E4985;
    opacity: .65;
    z-index: 0;
    filter: blur(100px);
    top: -350px;
    left: 0;
}

.hpTable--container .glow-top {
    width: 100%;
    height: 500px;
    border-radius: 50px;
    position: absolute;
    background: #1E4985;
    opacity: .65;
    z-index: 0;
    filter: blur(100px);
    top: -350px;
    left: 0;
}

.hpTable--container .glow-bottom {
    width: 100%;
    height: 500px;
    border-radius: 50px;
    position: absolute;
    background: #1E4985;
    opacity: .65;
    z-index: 0;
    filter: blur(100px);
    bottom: -350px;
    left: 0;
}

.hpHome--rightBox {
    background: linear-gradient(to top right, rgba(0, 0, 0, .25) 34%, rgba(37, 99, 235, 0.5) 100%);
    border: 0.5px solid #777777;
    border-radius: 20px;
    padding: 30px;
    max-width: 450px;
    transform: translateX(100px);
    position: relative;
    z-index: 1;
}

.hpHome--rightBox::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 30px;
    width: 100%;
    height: 30px;
    background: linear-gradient(to top right, rgba(0, 0, 0, 0.5) 34%, rgba(37, 99, 235, 0.25) 100%);
    border: 0.5px solid #777777;
    border-radius: 20px 0px 0px 0px;
    z-index: -1;
    opacity: 0.1;
}

.rightIconBox {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.rightIconBox img {
    align-self: center;
    width: 55px;
    height: 55px;
}

.rightIconBoxText {
    display: flex;
    flex-direction: column;
}

span.rightIconBoxMain {
    font-size: 24px;
    font-weight: 700;
}

span.rightIconBoxDes {
    color: #56637b;
    font-weight: 300;
    font-size: 14px;
}

.rightIconBoxDes .text-blue {
    margin-right: 10px;
}

.hpHome--divider {
    width: 100%;
    height: 1px;
    background-color: #777777;
    border-radius: 100px;
    margin-block: 30px;
}

.hpHome--rightBoxList {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.rightBoxList--row {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.rightBoxList--row img {
    width: 24px;
}

span.rightBoxListDes {
    color: white;
    font-weight: 500;
    font-size: 16px;
}

.hpHome--rightBoxButton {
    margin-top: 25px;
    background-color: #ECFDF5;
    border: 1px solid #10B981;
    border-radius: 10px;
    text-align: center;
    padding: 8px 20px;
}

.hpHome--rightBoxButtonDes {
    color: #10B981;
    font-size: 16px;
    font-weight: 600;
}

/*
.hpRed--containerFluid {
    clip-path: polygon(0 2vw, 100% 0, 100% 100%, 0 100%);
}*/

.hpHome--secondWrapper {
    display: flex;
    flex-direction: row;
}

.hpHome--secondItem {
    display: flex;
    flex-direction: column;
    padding-inline: 20px;
    border-right: 1px solid #777777;
}

.hpHome--secondWrapper .hpHome--secondItem:first-child {
    padding-left: 0px;
}

.hpHome--secondWrapper .hpHome--secondItem:last-child {
    border-right: 0px;
}

span.hpHome--secondHeading {
    font-size: 22px;
    color: white;
    font-weight: 600;
}

span.hpHome--secondDes {
    color: white;
    opacity: .8;
    font-size: 14px;
    font-weight: 200;
}

h2.second-heading {
    font-size: 40px;
    color: white;
    font-weight: 600;
    margin-bottom: 15px;
}

p.default-des strong {
    color: white;
    font-weight: 700;
}

p.default-des {
    margin-bottom: 15px !important;
    font-size: 16px;
    color: #cdcecf;
    font-weight: 300;
}

.main-button-margin {
    margin-top: 15px !important;
}

.hpTable--row .second-heading {
    text-align: center;
}

.hpTable--table {
    width: 90%;
    display: block;
    margin-inline: auto;
    margin-top: 50px;
}

.hpAbout--colRight {
    text-align: right;
}

.hpAbout--img {
    max-width: 100%;
}

.hpRed--item {
    background: linear-gradient(to top right, rgba(0, 0, 0, 0.25) 0%, rgba(220, 38, 38, 0.25) 100%);
    box-shadow: inset 0 0 0 0.5px #777777;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    flex: 1;
    padding: 20px 25px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.hpRed--rightRow {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

img.hpRed--icon {
    width: 25px;
}

.hpRed--itemIconBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

span.hpRed--heading {
    font-size: 18px;
    color: white;
    font-weight: 500;
}

.hpRed--row {
    justify-content: space-between;
}

p.hpRed--des {
    color: white;
    opacity: .8;
    font-weight: 200;
    font-size: 15px;
}

.hpRed--wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.hpRed--wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    aspect-ratio: 1;
    background-color: #DC2626;
    border-radius: 1000px;
    opacity: .35;
    filter: blur(100px);
}

.hpOneLead--row .second-heading,
.hpOneLead--row .default-des {
    text-align: center;
}

.hpOneLead--bottom {
    display: flex;
    flex-direction: row;
    gap: 25px;
}

span.hpOneLead--itemHeading {
    font-size: 18px;
    font-weight: 500;
    display: block;
    text-align: center;
    color: white;
}

p.hpOneLead--itemDes {
    color: white;
    opacity: .8;
    font-size: 14px;
    text-align: center;
}

.hpOneLead--item {
    flex: 1;
    padding: 20px 25px;
    border-radius: 10px;
}

.hpOneLead--divider {
    width: 100%;
    margin-block: 10px;
    height: 1px;
    background: #777777;
    ;
}

.hpOneLead--itemSpecial .hpOneLead--divider {
    background-color: #fff;
    opacity: .2;
}

.hpSteps--itemSpecial .hpSteps--divider {
    background-color: #fff;
    opacity: .2;
}

.hpSteps--itemSpecial .hpSteps--number {
    background-color: #fff;
}

.hpSteps--itemSpecial .hpSteps--number span {
    color: var(--blue);
}

.hpSteps--itemSpecial {
    background-color: var(--blue);
    border-color: transparent;
}

.hpOneLead--itemSpecial {
    background-color: var(--blue);
    border-color: transparent;
}

.hpOneLead--top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}

.hpOneLead--topIcon {
    flex: 1;
    object-fit: contain;
    height: 40px;
    z-index: 1;
}

.hpOneLead--wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 50px;
}

.hpOneLead--topLine {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    height: 1px;
    background-color: #777777;
    z-index: 0;
}

.hpStack--row {
    padding-block: 100px 150px;
    justify-content: space-between;
}

.hpOneLead--row {
    padding-block: 150px 100px;
}

.hpOneLead--row {
    border-bottom: 1px solid #777777;
}

.hpOurSystem--row {
    justify-content: space-between;
}

.hpOurSystem--inRow {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
}

.hpOurSystem--item {
    padding: 15px 30px;
    border-radius: 10px;
    flex: 1;
}

.hpOurSystem--itemDes {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.hpOurSystem--item.large {
    flex: 2;
    background: linear-gradient(to left, rgba(0, 0, 0, 01) 0%, rgba(37, 99, 235, 1) 100%);
}

.hpOurSystem--item.large.left {
    background: linear-gradient(to right, rgba(0, 0, 0, 01) 0%, rgba(37, 99, 235, 1) 100%);
}

.hpOurSystem--wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.hpStack--colLeft {
    position: sticky;
    top: 200px;
    align-self: flex-start;
}

.hpStack--item {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 25px;
    position: sticky;
    top: 200px;
}

.hpStack--itemTop {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

img.hpStack--itemIcon {
    width: 24px;
}

span.hpStack--itemHeading {
    font-size: 18px;
    font-weight: 600;
}

p.hpStack--itemDes {
    opacity: .8;
    text-align: center;
}

.hpStack--ItemDivider {
    margin-block: 10px;
    width: 100%;
    height: 1px;
    background: #777777;
}

.hpStack--wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.hpStack--itemSpecial .hpStack--ItemDivider {
    background-color: #fff;
    opacity: .2;
}

.hpStack--itemSpecial {
    background-color: var(--blue);
    border-color: transparent;
}

.hpStack--item:nth-child(2) {
    top: 210px;
}

.hpStack--item:nth-child(3) {
    top: 220px;
}

.hpStack--item:nth-child(4) {
    top: 230px;
}


.reverse::before {
    transform: translateY(-50%) scaleX(-1) !important;
}

.bg-lines::before {
    content: "";
    position: absolute;
    background: url(https://www.oneleads.cz/wp-content/themes/oneleads-theme/assets/images/bg_black1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 90%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

.hpSteps--row .second-heading {
    text-align: center;
}

.hpSteps--wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 50px;
}

.hpSteps--item {
    padding: 33px 25px 20px 25px;
    position: relative;
    border-radius: 10px;
    flex: 1;
    text-align: center;
}

.hpSteps--number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    aspect-ratio: 1;
    border-radius: 100px;
    background: var(--blue);
    display: flex;
    justify-content: center;
    align-items: center;
}

.hpSteps--number span {
    line-height: 1;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: -1px;
}

.hpSteps--divider {
    width: 100%;
    margin-block: 10px;
    height: 1px;
    background: #777777;
}

span.hpSteps--itemHeading {
    font-size: 16px;
    font-weight: 600;
}

p.hpSteps--itemDes {
    opacity: .8;
    font-weight: 300;
    font-size: 12px;
}

.hpFaq--row .second-heading {
    text-align: center;
}

.hpFaq--row {
    padding-block: 0 150px;
}

.hpRed--row,
.hpOurSystem--row,
.hpTable--row,
.hpAbout--row,
.hpSteps--row,
.hpForm--row {
    padding-block: 150px;
}

.hpFaq--wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 30px;
}

.hpFaq--left,
.hpFaq--right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

.my-item,
.hpFaq--button {
    width: 100%;
}

.hpFaq--button {
    border-radius: 10px;
    text-align: start;
    padding: 12px 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.hpFaq--button[aria-expanded="true"] img {
    transform: rotate(-180deg);
}

.hpFaq--buttonDes {
    font-size: 16px;
    font-weight: 500;
}

.hpFaq--button img {
    width: 20px;
    transition: transform 0.3s ease;
}

.my-content {
    padding: 20px 25px 0px 25px;
}

.my-content p {
    margin-bottom: 0px !important;
}

/* hpFooter */

.hpFooter--row .col-lg-3>*,
.hpFooter--row .col-lg-6>* {
    font-size: 13px;
    color: white !important;
}

.hpFooter--row .col-lg-3 span a {
    font-size: 13px;
    color: white !important;
}

.hpFooter--row .col-lg-3,
.hpFooter--row .col-lg-6 {
    text-align: center;
}

.hpFooter--row {
    padding-block: 20px;
}


@media screen and (min-width: 1024px) {
    .hpFooter--col-left {
        text-align: left !important;
    }

    .hpFooter-col-right {
        text-align: right !important;
    }
}

/* Scroll top */

.btn-scroll-top {
    position: fixed;
    z-index: 9999;
    opacity: 0;
    height: 60px;
    width: 60px;
    pointer-events: none;
    bottom: 30px;
    right: 30px;
    transition: opacity 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-scroll-top.opacity {
    opacity: 1;
    pointer-events: auto;
}

.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    overflow: hidden;
}

.progress-circle {
    width: 100%;
    height: 100%;
    display: block;
}

.progress-background {
    fill: #030910;
    stroke-width: 4px;
}

.progress-circle-bar {
    fill: none;
    stroke-width: 4px;
    stroke: var(--blue);
    stroke-dasharray: 283;
    stroke-dashoffset: 0;
    transform-origin: center;
    transition: stroke-dashoffset 0.3s ease;
    transform: rotate(90deg);
    stroke-linecap: round;
}

.scroll-top-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -58%) scale(0.8);
    height: 20px;
    pointer-events: none;
}

@media only screen and (max-width: 767px) {
    .btn-scroll-top {
        bottom: 22px;
        right: 19px;
        width: 50px;
        height: 50px;
    }

    .scroll-top-arrow {
        transform: translate(-50%, -58%) scale(0.68);
    }
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
    .btn-scroll-top {
        width: 55px;
        height: 55px;
    }

    .scroll-top-arrow {
        transform: translate(-50%, -58%) scale(0.75);
    }
}

/* navbar */

.navbar {
    position: fixed !important;
    width: 100%;
    top: 0px;
    left: 0;
    z-index: 100;
    padding: 0px !important;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.logo {
    width: 160px;
}

.navbar-nav {
    gap: 35px;
}

.nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-link {
    color: white !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    transition: color 0.3s ease-in-out !important;
}

.nav-link:hover {
    color: var(--blue) !important;
}

.flex-1 {
    flex: 1;
}

.navbar>.container {
    padding-block: 25px;
    transition: padding-inline 0.3s ease-in-out, border 0.3s ease-in-out;
    position: relative;
    border: 2px solid transparent;
    border-radius: 20px;
    overflow: hidden;
}

.navbar>.container>* {
    position: relative;
    z-index: 1;
}

.sticked {
    background-color: #030910;
    box-shadow: 0 2px 20px 5px rgba(0, 0, 0, .5);
}

@media screen and (min-width: 1025px) {
    .o-mobile {
        display: none !important;
        visibility: hidden !important;
    }
}

/* p404 */

.p404--row {
    min-height: 100svh;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.p404--row p {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, .8);
    margin-top: 20px !important;
}

.p404--row p a {
    color: var(--blue);
    font-weight: 700;
}

h1.p404--heading.he1 {
    text-align: center;
}

/* pNeed */

.need-text p {
    font-size: 15px;
    margin-bottom: 20px !important;
    line-height: 1.6;
}

.pNeed--row {
    padding-block: 250px 100px;
    justify-content: center !important;
}

.hpForm--wrapper {
    padding: 30px 30px;
    border-radius: 10px;
}

span.hpForm--formHeading {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.hpForm--row {
    justify-content: space-between;
}

.col-lg-6.hoForm--colLeft {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* NTBS */
@media screen and (min-width: 1025px) and (max-width: 1550px) {
    .container {
        max-width: 1200px !important;
    }

    .hpHome--rightBox {
        transform: translateX(0px);
    }

    a.main-button.header--btn {
        font-size: 14px;
        padding: 12px 22px;
    }

    .hpHome--row {
        padding-block: 240px 80px;
    }

    .hpHome--secondRow {
        padding-block: 0 60px;
    }

    .hpRed--colRight {
        width: 45%;
    }

    h2.second-heading {
        font-size: 32px;
    }

    span.hpRed--heading {
        font-size: 15px;
    }

    img.hpRed--icon {
        width: 22px;
    }

    p.hpRed--des {
        font-size: 14px;
    }

    .hpRed--row,
    .hpOurSystem--row,
    .hpTable--row,
    .hpAbout--row,
    .hpSteps--row,
    .hpForm--row {
        padding-block: 120px;
    }

    span.hpOneLead--itemHeading {
        font-size: 16px;
    }

    p.hpOneLead--itemDes {
        font-size: 13px;
    }

    .hpOneLead--item {
        padding: 20px 20px;
    }

    .hpOneLead--wrapper {
        margin-top: 30px;
    }

    .hpOneLead--row {
        padding-block: 120px 100px;
    }

    .hpOneLead--container .glow-top {
        top: -380px;
    }

    .navbar-nav {
        gap: 25px;
    }

    span.hpStack--itemHeading {
        font-size: 16px;
    }

    p.hpStack--itemDes {
        font-size: 14px;
    }

    img.hpStack--itemIcon {
        width: 20px;
    }

    .col-lg-4.hpStack--colRight {
        width: 36%;
    }

    .hpStack--colLeft {
        top: 240px;
    }

    .hpStack--row {
        padding-block: 100px 100px;
    }

    .hpTable--container .glow-top {
        height: 450px;
    }

    .hpTable--container .glow-bottom {
        height: 450px;
    }

    .col-lg-7.hpAbout--colLeft {
        margin-top: 20px;
    }

    .row.hpAbout--row {
        padding-block: 100px;
    }

    .bg-lines::before {
        opacity: .5;
    }

    .hpSteps--wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        row-gap: 30px;
        margin-top: 50px;
        max-width: 80%;
        margin-inline: auto;
    }

    .hpSteps--wrapper .hpSteps--item:last-child {
        grid-column: span 2;
    }


    .hpFooter--row .col-lg-3 span a {
        font-size: 11px;
    }

}

/* TBLTS */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    body .md-none {
        display: none !important;
    }

    button.navbar-toggler {
        padding: 2px !important;
        border: 3px solid transparent;
        outline: 0px;
        box-shadow: none;
        border-radius: 0px !important;
    }

    .navbar-toggler path {
        fill: var(--blue);
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-nav {
        margin-top: 15px;
        gap: 20px;
    }

    .nav-link {
        font-size: 15px !important;
    }

    .logo {
        width: 160px;
    }

    .hpHome--rightBox {
        display: none;
    }

    .hpHome--row {
        padding-block: 200px 100px;
    }

    .row.hpRed--row {
        gap: 80px;
    }

    .hpRed--row,
    .hpOurSystem--row,
    .hpTable--row,
    .hpAbout--row,
    .hpSteps--row,
    .hpForm--row {
        padding-block: 120px;
    }

    .hpRed--wrapper::before {
        width: auto;
        height: 100%;
    }

    .hpOneLead--top {
        display: none;
    }

    .hpOneLead--topIcon {
        position: absolute;
        top: -18px;
        height: 36px;
        left: 50%;
        transform: translateX(-50%);
    }

    .hpOneLead--bottom {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .hpOneLead--item {
        padding-top: 30px;
    }

    .hpOneLead--row {
        padding-block: 100px;
    }

    .row.hpStack--row {
        gap: 50px;
        padding-block: 100px;
    }

    .hpStack--colLeft {
        position: relative;
        top: 0px;
    }

    .row.hpOurSystem--row {
        flex-direction: column-reverse;
        gap: 40px;
        padding-block: 100px;
    }

    .bg-lines::before {
        display: none;
    }

    .row.hpTable--row {
        padding-block: 100px;
    }

    .hpTable--container .glow-top {
        height: 400px;
    }

    .hpTable--container .glow-bottom {
        height: 400px;
    }

    .hpTable--table {
        width: 100%;
    }

    .row.hpAbout--row {
        gap: 65px;
        padding-block: 100px;
    }

    .hpAbout--colRight {
        text-align: start;
    }

    .hpSteps--wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        row-gap: 30px;
        margin-top: 50px;
    }

    .hpSteps--wrapper .hpSteps--item:last-child {
        grid-column: span 2;
    }

    .hpFaq--wrapper {
        flex-direction: column;
    }

    .hpFaq--row {
        padding-block: 0 100px;
    }

    .row.hpForm--row {
        gap: 30px;
    }

    span.hpForm--formHeading {
        font-size: 22px;
    }
}

/* MBS */
@media screen and (max-width: 768px) {
    body .md-none {
        display: none !important;
    }

    button.navbar-toggler {
        padding: 2px !important;
        border: 3px solid transparent;
        outline: 0px;
        box-shadow: none;
        border-radius: 0px !important;
    }

    .navbar-toggler path {
        fill: var(--blue);
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-nav {
        margin-top: 15px;
        gap: 20px;
    }

    .nav-link {
        font-size: 15px !important;
    }

    .logo {
        width: 140px;
    }

    .row.hpHome--row {
        padding-block: 150px 65px;
    }

    span.hpHome--topDes {
        font-size: 12px;
        margin-left: 5px;
    }

    img.hpHome--topImg {
        width: 54px;
    }

    p.hpHome--des {
        max-width: 100%;
        font-size: 14px;
        line-height: 1.6;
    }

    .main-button {
        font-size: 13px;
        font-weight: 500;
        padding: 12px 25px;
    }

    span.hpHome--bottomDes {
        display: none;
    }

    .hpHome--row {
        flex-wrap: wrap;
        gap: 70px;
    }

    .hpHome--rightBox {
        max-width: 100%;
        transform: translateX(0px);
    }

    .hpHome--rightBox::before {
        display: none;
    }

    .hpHome--rightBox {
        padding: 30px;
    }

    .rightIconBox img {
        width: 45px;
        height: 45px;
    }

    span.rightIconBoxMain {
        font-size: 20px;
    }

    span.rightIconBoxDes {
        font-size: 12px;
        font-weight: 400;
    }

    .rightIconBox {
        gap: 15px;
    }

    .hpHome--divider {
        margin-block: 25px;
    }

    span.rightBoxListDes {
        font-size: 14px;
    }

    .rightBoxList--row img {
        width: 20px;
    }

    span.hpHome--rightBoxButtonDes {
        font-size: 14px;
    }

    .hpHome--rightBoxButton {
        padding: 6px 30px;
    }

    .hpHome--secondWrapper {
        flex-direction: column;
    }

    .hpHome--secondItem {
        border-bottom: 1px solid #777;
        border-right: 0px;
        padding-inline: 0px;
        padding-block: 15px;
        max-width: 200px;
    }

    .hpRed--containerFluid {
        clip-path: unset;
    }

    .container-fluid {
        padding-inline: 0px;
    }

    h2.second-heading {
        font-size: 25px;
    }

    p.default-des {
        font-size: 14px;
    }

    .hpRed--rightRow {
        flex-direction: column;
    }

    .hpRed--row,
    .hpOurSystem--row,
    .hpTable--row,
    .hpAbout--row,
    .hpSteps--row,
    .hpForm--row {
        padding-block: 80px;
    }

    .row.hpRed--row {
        gap: 50px;
    }

    span.hpRed--heading {
        font-size: 16px;
    }

    img.hpRed--icon {
        width: 22px;
    }

    p.hpRed--des {
        font-size: 14px;
    }

    .hpRed--item {
        gap: 12px;
    }

    .hpOneLead--top {
        display: none;
    }

    .hpHome--secondRow {
        padding-block: 0 50px;
    }

    .hpOneLead--bottom {
        flex-direction: column;
    }

    .hpOneLead--row {
        padding-block: 80px 50px;
    }

    .hpOneLead--wrapper {
        margin-top: 30px;
    }

    .hpOneLead--topIcon {
        position: absolute;
        top: -18px;
        height: 36px;
        left: 50%;
        transform: translateX(-50%);
    }

    .hpOneLead--item {
        padding: 30px 25px 20px 25px;
    }

    span.hpOneLead--itemHeading {
        font-size: 16px;
    }

    p.hpOneLead--itemDes {
        font-size: 12px;
    }

    .hpOneLead--bottom {
        gap: 40px;
    }

    .hpStack--row {
        padding-block: 50px 80px;
        gap: 40px;
    }

    span.hpStack--itemHeading {
        font-size: 14px;
    }

    img.hpStack--itemIcon {
        width: 20px;
    }

    .hpStack--item {
        padding: 20px;
    }

    p.hpStack--itemDes {
        font-size: 14px;
    }

    .hpStack--colLeft {
        position: relative;
        top: 0;
    }

    .row.hpOurSystem--row {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .bg-lines::before {
        display: none;
    }

    .hpOurSystem--inRow {
        flex-direction: column;
    }

    .hpOurSystem--wrapper .hpOurSystem--inRow:nth-child(2) {
        flex-direction: column-reverse;
    }

    .hpOurSystem--itemDes {
        font-size: 14px;
    }

    .hpOurSystem--item {
        padding: 13px 20px;
    }

    .hpTable--container .glow-top {
        height: 300px;
        top: -200px;
    }

    .hpTable--container .glow-bottom {
        height: 300px;
        bottom: -250px;
    }

    .hpTable--table {
        width: 100%;
        margin-top: 40px;
    }

    .row.hpTable--row {
        padding-block: 65px;
    }

    .hpAbout--img {
        max-width: 80%;
    }

    .hpAbout--colRight {
        text-align: center;
    }

    .row.hpAbout--row {
        gap: 40px;
    }

    .hpSteps--wrapper {
        flex-direction: column;
    }

    .hpFaq--wrapper {
        flex-direction: column;
    }

    .hpSteps--wrapper {
        gap: 35px;
        margin-top: 40px;
    }

    .hpFaq--buttonDes {
        font-size: 15px;
    }

    .my-content {
        padding: 10px 25px 0px 25px;
    }

    .hpFaq--button {
        gap: 10px;
    }

    .hpFaq--row {
        padding-block: 0 50px;
    }

    .row.hpForm--row {
        gap: 30px;
    }

    span.hpForm--formHeading {
        font-size: 22px;
    }

    .hpStack--item {
        position: relative;
        top: unset !important;
    }
}

@media screen and (min-width: 1024px) {
    .ds-none {
        display: none;
    }
}

/* FORM */

.default-input {
    width: 100%;
    border-radius: 10px;
    opacity: 1;
    color: white;
    padding: 12px 45px 12px 20px;
    font-size: 14px;
    font-weight: 400;
    background: #030910;
    border: 0.5px solid #777777;
    transition: background 0.3s ease;
}

.btn-submit {
    align-self: start;
}

.default-input:focus {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(37, 99, 235, 0.25) 100%);
}

.wpcf7-form-control-wrap:before {
    content: "";
    position: absolute !important;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    aspect-ratio: 1;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    z-index: 1;
}

span[data-name="typ_leadu"]:before {
    background: url(https://www.leadify.cz/wp-content/themes/leadify-theme/assets/images/form-arrow1.png);
}

span[data-name="jmeno"]:before {
    background: url(https://www.oneleads.cz/wp-content/themes/oneleads-theme/assets/images/user_f.svg);
}

span[data-name="prijmeni"]:before {
    background: url(https://www.oneleads.cz/wp-content/themes/oneleads-theme/assets/images/user_f.svg);
}

span[data-name="telefon"]:before {
        background: url(https://www.oneleads.cz/wp-content/themes/oneleads-theme/assets/images/phone_f.svg);
}

span[data-name="kraj"]:before {
        background: url(https://www.oneleads.cz/wp-content/themes/oneleads-theme/assets/images/arrow_f.svg);
}

span[data-name="pocet"]:before {
        background: url(https://www.oneleads.cz/wp-content/themes/oneleads-theme/assets/images/arrow_f.svg);
}

span[data-name="email"]:before {
        background: url(https://www.oneleads.cz/wp-content/themes/oneleads-theme/assets/images/mail_f.svg);
}

.default-input::placeholder {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    opacity: .7;
}

select option {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    background-color: #0c0d10;
    color: white;
}

.hpForm--wrap {
    margin-top: 70px !important;
    max-width: 90% !important;
}

.hpForm--row {
    justify-content: center;
}

.btn-submit {
    border: 0px !important;
    font-size: 14px;
    padding: 10px 26px;
}




@media screen and (max-width: 767px) {
    .form-row p {
        flex-direction: column !important;
        gap: 15px !important;
    }

    .form-wrap {
        gap: 15px !important;
    }

    .form-row-1 .wpcf7-form-control-wrap,
    .form-row-2 .wpcf7-form-control-wrap {
        width: 100%;
    }

    .default-input {
        font-size: 13px;
    }

    .form-row-1 .wpcf7-form-control-wrap,
    .form-row-2 .wpcf7-form-control-wrap {
        width: 100% !important;
    }

    .default-input {
        font-size: 13px !important;
    }

    a.gdpr {
        font-size: 12px !important;
    }

    .main-btn.submit-button {
        margin-right: auto;
        margin-left: 0px !important;
    }

    .hpForm--wrap {
        max-width: 100% !important;
        margin-top: 50px !important;
    }
}

.form-row br {
    display: none !important;
}

.wpcf7-response-output {
    margin-inline: 0px !important;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #16ff00 !important;
    border-radius: 0px !important;
    background: #030910;
    opacity: 1;
    color: white;
    padding: 13px 20px !important;
    border-radius: 10px !important;
    text-align: center;
}

.invalid .wpcf7-response-output {
    border-color: #ff0000 !important;
}

.wpcf7-spinner {
    display: none !important;
    visibility: hidden;
}

.main-btn.submit-button {
    padding: 14px 35px !important;
}

a.gdpr {
    font-weight: 300;
    color: white;
    margin: 0px 0px 0px 10px !important;
    position: relative;
    font-size: 12px;
    opacity: .8;
}

.wpcf7-not-valid {
    border: 1px solid red !important;
}

span.wpcf7-not-valid-tip {
    display: none;
    visibility: hidden;
}

.default-input:focus-visible {
    outline: none;
}

select {
    appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #0e0f1100;
}

.form-row p {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.form-row-1 .wpcf7-form-control-wrap,
.form-row-2 .wpcf7-form-control-wrap {
    width: 50%;
}

.form-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row-3 .wpcf7-form-control-wrap, .form-row-4 .wpcf7-form-control-wrap, .form-row-6 .wpcf7-form-control-wrap {
    width: 100%;
}

.hpForm--formWrapper {
    margin-top: 30px;
}

.hpForm--row{
    justify-content: space-between;
        padding-block: 80px; 
}