/* admin bar */

a.skip-link.screen-reader-text {
    display: none;
}

div#wpadminbar {
    display: none;
}

.main-wrapper button {
    width: auto !important;
}

.main-wrapper button.swiper-button {
    width: 80px !important;
}

.wpsc-tff.category .select2-selection {
    padding-top: 0;
    padding-bottom: 0;
}

.ls-container {
    width: 100%;
    max-width: 1164px;
    margin: 0 auto;
    padding: 0 12px;
}
@media only screen and (max-width: 1279.98px) {
    .ls-container {
        padding: 0 24px;
    }
}
.ls-row {
    margin-left: -12px;
    margin-right: -12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ls-row > * {
    padding: 0 12px;
    width: 100%;
    max-width: 100%;
}
.ls-row.ls-benefits__wrap {
    margin: 0 -24px;
}
.ls-row.ls-benefits__wrap > * {
    padding: 0 24px;
}
.main-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.ls-section {
    padding: 128px 0;
}
@media only screen and (max-width: 767.98px) {
    .ls-section {
        padding: 72px 0;
    }
}
[class^="ls-col"] {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
}
[class^="ls-col-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.ls-col-2-xl {
    width: 16.6666666667%;
}
.ls-col-3-xl {
    width: 25%;
}
.ls-col-4-xl {
    width: 33.3333333333%;
}
.ls-col-5-xl {
    width: 41.6666666667%;
}
.ls-col-6-xl {
    width: 50%;
}
.ls-col-7-xl {
    width: 58.3333333333%;
}
.ls-col-8-xl {
    width: 66.6666666667%;
}
.ls-col-9-xl {
    width: 75%;
}
.ls-col-10-xl {
    width: 83.3333333333%;
}
.ls-col-11-xl {
    width: 91.6666666667%;
}
.ls-col-12-xl {
    width: 100%;
}
@media only screen and (max-width: 1279.98px) {
    .ls-col-6-lg {
        width: 50%;
    }
}
@media only screen and (max-width: 1023.98px) {
    .ls-col-12-md {
        width: 100%;
    }
}
@media only screen and (max-width: 767.98px) {
    .ls-col-12-sm {
        width: 100%;
    }
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0 !important;
}
html {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    margin-top: 0 !important;
}
body {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100vh;
}
.main-wrapper h1,
.main-wrapper h2,
.main-wrapper h3,
.main-wrapper h4,
.main-wrapper h5,
.main-wrapper h6 {
    margin-top: 0;
    margin-bottom: 0;
}
.main-wrapper ul {
    margin-top: 0;
    padding: 0;
    list-style: none;
}
.main-wrapper ol {
    margin-top: 0;
    padding: 0;
}
.main-wrapper p {
    margin-top: 0;
    line-height: 1.5;
}
.main-wrapper a {
    text-decoration: none;
    color: currentColor;
}
.main-wrapper button,
.main-wrapper input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.main-wrapper input::-webkit-input-placeholder,
.main-wrapper textarea::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.main-wrapper input:focus::-webkit-input-placeholder,
.main-wrapper textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}
.main-wrapper input::-moz-placeholder,
.main-wrapper textarea::-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.main-wrapper input:focus::-moz-placeholder,
.main-wrapper textarea:focus::-moz-placeholder {
    opacity: 0;
}
.main-wrapper img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
}
.color-white {
    color: #fff !important;
}

.ls-heading {
    margin-bottom: 40px;
}
@media only screen and (max-width: 767.98px) {
    .ls-heading {
        margin-bottom: 32px;
    }
}
.ls-heading__btn {
    color: #fff;
}
.ls-heading__pretitle {
    font-family: "Inter", sans-serif;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 14px;
    margin-bottom: 20px;
    display: inline-block;
}
.ls-heading__title .h2,
.ls-heading__title h2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 560px;
}
@media only screen and (max-width: 767.98px) {
    .ls-heading__title .h2,
    .ls-heading__title h2 {
        max-width: 100%;
    }
}
.ls-heading__title.text-center {
    text-align: center;
}
.ls-heading__title-lg .h2,
.ls-heading__title-lg h2 {
    max-width: 640px;
}
@media only screen and (max-width: 767.98px) {
    .ls-heading__title-lg .h2,
    .ls-heading__title-lg h2 {
        max-width: 100%;
    }
}
.ls-heading__title-xl .h2,
.ls-heading__title-xl h2 {
    max-width: 740px;
}
@media only screen and (max-width: 767.98px) {
    .ls-heading__title-xl .h2,
    .ls-heading__title-xl h2 {
        max-width: 100%;
    }
}
.text-md {
    font-family: "Inter";
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 28px;
}
.h2,
h2 {
    font-size: 56px;
    font-family: "Inter", sans-serif;
    line-height: 64px;
    font-weight: bold;
    letter-spacing: -0.04em;
}
@media only screen and (max-width: 767.98px) {
    .h2,
    h2 {
        font-size: 2rem;
        line-height: 40px;
    }
    .h2 br,
    h2 br {
        display: none;
    }
}
.btn-primary {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 48px;
    border-radius: 12px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    color: #fff !important;
    font-family: "Inter", sans-serif;
}
.btn-outline {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 48px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(193, 199, 208, 0.08))), #fff;
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(193, 199, 208, 0.08) 100%), #fff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(193, 199, 208, 0.08) 100%), #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
}
.btn-play {
    width: 116px;
    height: 116px;
    font-size: 0;
    cursor: pointer;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    visibility: hidden;
}
.swiper-initialized {
    visibility: visible;
}
.swiper-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100% !important;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}
.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
.swiper-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 80px;
    max-width: 80px;
    height: 80px;
    border: 1px solid #eee;
    background-color: transparent;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.swiper-button:hover .icon {
    stroke: #fff !important;
}
.swiper-button-next {
    margin-left: 24px;
}
.swiper-button .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 21px;
    max-width: 21px;
    height: 13px;
    stroke: #777 !important;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.swiper-pagination {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 60px;
}
@media only screen and (max-width: 767.98px) {
    .swiper-pagination {
        margin-top: 40px;
    }
}
.swiper-pagination-bullet {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 5px;
}
.swiper-pagination-bullet:after {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 6px;
    max-width: 6px;
    height: 6px;
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #777;
    border-radius: 100%;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    width: 32px;
    max-width: 32px;
    border-radius: 100px;
}

.submit-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media only screen and (max-width: 767.98px) {
    .submit-container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media only screen and (max-width: 767.98px) {
    .submit-container button {
        width: calc(50% - 6px);
        max-width: calc(50% - 6px);
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }
}
.select2-container {
    width: 100%;
}
.select2-container--default .select2-selection--single {
    background-color: rgba(255, 255, 255, 0.08);
    border: none;
    border-radius: 8px;
    display: block;
    width: 100%;
    height: 40px;
    position: relative;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 12px;
    position: absolute;
    right: 16px;
    width: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    background: url('https://wp.ledstore.pro/led/assets/images/src/arrow-select.svg') 0 0 no-repeat;
    display: block;
    width: 12px;
    height: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1;
    color: #777;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 16px;
    height: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #777;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder:before {
    content: "Select a service*";
    display: block;
    font-size: 14px;
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}
.icon-outline {
    fill: none;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 2;
}
.card-benefits {
    position: relative;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
@media only screen and (max-width: 767.98px) {
    .card-benefits:nth-child(2) {
        padding-top: 22px;
    }
}
@media only screen and (max-width: 1279.98px) {
    .card-benefits:nth-child(3) {
        padding-top: 22px;
    }
}
@media only screen and (max-width: 1279.98px) {
    .card-benefits:nth-child(4) {
        padding-top: 22px;
    }
}
.card-benefits:nth-child(4n) {
    border-right-color: transparent;
}
.card-benefits:nth-child(5) {
    border-bottom-color: transparent;
}
@media only screen and (max-width: 1279.98px) {
    .card-benefits:nth-child(5) {
        border-bottom-color: #eee;
    }
}
.card-benefits:nth-child(5) .card-benefits__inner {
    padding-top: 22px;
}
@media only screen and (max-width: 1279.98px) {
    .card-benefits:nth-child(5) .card-benefits__inner {
        padding-bottom: 22px;
    }
}
.card-benefits:nth-child(6) {
    border-bottom-color: transparent;
}
@media only screen and (max-width: 1279.98px) {
    .card-benefits:nth-child(6) {
        border-bottom-color: #eee;
    }
}
.card-benefits:nth-child(6) .card-benefits__inner {
    padding-top: 22px;
}
@media only screen and (max-width: 1279.98px) {
    .card-benefits:nth-child(6) .card-benefits__inner {
        padding-bottom: 22px;
    }
}
.card-benefits:nth-child(7) {
    border-bottom-color: transparent;
}
@media only screen and (max-width: 767.98px) {
    .card-benefits:nth-child(7) {
        border-bottom-color: #eee;
    }
}
.card-benefits:nth-child(7) .card-benefits__inner {
    padding-top: 22px;
}
@media only screen and (max-width: 1279.98px) {
    .card-benefits:nth-child(7) .card-benefits__inner {
        padding-bottom: 22px;
    }
}
.card-benefits:nth-child(8) {
    border-bottom-color: transparent;
    padding-bottom: 0;
}
.card-benefits:nth-child(8) .card-benefits__inner {
    padding-top: 22px;
}
@media only screen and (max-width: 1279.98px) {
    .card-benefits:nth-child(8) .card-benefits__inner {
        padding-bottom: 22px;
    }
}
@media only screen and (max-width: 767.98px) {
    .card-benefits:nth-child(8) {
        border-bottom-color: #eee;
    }
}
.card-benefits:hover .card-benefits__inner:after {
    opacity: 1;
    z-index: 1;
}
.card-benefits:hover .card-benefits__text p {
    color: #1b232e;
}
.card-benefits__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 0 0 22px;
}
.card-benefits__inner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 250, 250, 0)), to(#fafafa));
    background: -o-linear-gradient(top, rgba(250, 250, 250, 0), #fafafa 100%);
    background: linear-gradient(180deg, rgba(250, 250, 250, 0), #fafafa 100%);
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.card-benefits__header {
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
}
.card-benefits__header .icon {
    display: block;
    width: 36px;
    max-width: 36px;
    height: 36px;
    margin-bottom: 16px;
}
.card-benefits__text {
    position: relative;
    z-index: 2;
}
.card-benefits__text p {
    margin-bottom: 0;
    color: #777;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}
.card-tips {
    background-color: #fff;
    border: 0.06rem solid #eee;
    border-radius: 16px;
    padding: 24px;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
    height: 100%;
}
.card-tips:hover {
    background: #1b232e;
}
.card-tips:hover .card-tips__text p {
    color: #fff;
}
.card-tips__icon {
    width: 48px;
    height: 48px;
    border: 0.06rem solid #eee;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-bottom: 16px;
}
.card-tips__icon:after {
    content: "";
    width: 40px;
    max-width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 100%;
    z-index: -1;
}
.card-tips__icon .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20px;
    max-width: 20px;
    height: 20px;
    stroke: #fff !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.card-tips__text p {
    margin-bottom: 0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 28px;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}
.card-tips__dark {
    background-color: #1b232e;
    color: #fff;
    position: relative;
    border: none;
}
.card-tips__dark:before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    top: -28px;
    left: 24px;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    border: 4px solid #fff;
    background-color: #fcb041;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 28px;
}
.card-tips__dark .card-tips__text {
    margin-top: 16px;
}
.card-tips__dark .card-tips__text p {
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    display: block;
/**    -webkit-line-clamp: 3; **/
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
}
.card-ideas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 1023.98px) {
    .card-ideas {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.card-ideas:not(:last-child) {
    margin-bottom: 80px;
}
@media only screen and (max-width: 1023.98px) {
    .card-ideas:not(:last-child) {
        margin-bottom: 48px;
    }
}
.card-ideas:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.card-ideas:nth-child(even) .card-ideas__img:after {
    left: initial;
    right: 32px;
}
.card-ideas__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 558px;
    max-width: 558px;
    position: relative;
}
@media only screen and (max-width: 1279.98px) {
    .card-ideas__img {
        width: 50%;
        max-width: 50%;
    }
}
@media only screen and (max-width: 1023.98px) {
    .card-ideas__img {
        width: 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }
}
.card-ideas__img:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 60%;
}
@media only screen and (max-width: 767.98px) {
    .card-ideas__img:before {
        padding-top: 77%;
    }
}
.card-ideas__img:after {
    content: "";
    position: absolute;
    top: 32px;
    left: 32px;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    background: rgba(0, 0, 0, 0.59);
    opacity: 0.32;
    z-index: -1;
}
@media only screen and (max-width: 1023.98px) {
    .card-ideas__img:after {
        border-radius: 22px;
        top: 20px;
        left: 20px;
    }
}
@media only screen and (max-width: 767.98px) {
    .card-ideas__img:after {
        border-radius: 15px;
    }
}
.card-ideas__img > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.card-ideas__img img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 24px;
}
@media only screen and (max-width: 1023.98px) {
    .card-ideas__img img {
        width: 100%;
        border-radius: 22px;
    }
}
@media only screen and (max-width: 767.98px) {
    .card-ideas__img img {
        border-radius: 15px;
        height: 100%;
    }
}
.card-ideas__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card-ideas__text-inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 389px;
    max-width: 389px;
}
@media only screen and (max-width: 1023.98px) {
    .card-ideas__text-inner {
        width: 100%;
        max-width: 100%;
    }
}
.card-ideas__text .h4,
.card-ideas__text h4 {
    font-size: 24px;
    font-family: "Inter", sans-serif;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: -0.04em;
    padding-left: 16px;
    border-left: 2px solid #01c801;
    margin-bottom: 16px;
}
.card-ideas__text p {
    color: #777;
    padding-left: 16px;
    margin-bottom: 0;
}
.card-place {
    border: 0.06rem solid #eee;
    border-radius: 16px;
    background: #fff;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.card-place__img {
    position: relative;
    margin-bottom: 24px;
}
.card-place__img:before {
    content: "";
    display: block;
    padding-top: 71.6%;
}
.card-place__img > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.card-place__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.card-place__title {
    font-family: "Inter";
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 28px;
}
.card-team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 0.06rem solid #eee;
    border-radius: 1rem;
    background: #fafafa;
    padding: 20px 24px;
    height: 100%;
}
.card-team__header {
    border-bottom: 2px dashed #eee;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.card-team__header-img {
    position: relative;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 12px;
    width: calc(100% + 8px);
    margin-left: -4px;
    margin-right: -4px;
}
.card-team__header-img:before {
    content: "";
    display: block;
    padding-top: 62%;
    width: 100%;
}
.card-team__header-img > * {
    position: absolute;
    top: 0;
    left: 0;
}
.card-team__header-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    mix-blend-mode: multiply;
    display: block;
}
.card-team__header-img-lg:before {
    padding-top: 27%;
}
@media only screen and (max-width: 1023.98px) {
    .card-team__header-img-lg:before {
        padding-top: 52.4%;
    }
}
.card-team__header-img-lg img {
    -o-object-fit: contain;
    object-fit: contain;
}
.card-team__header-name {
    font-family: "Inter";
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 28px;
    margin-bottom: 12px;
}
.card-team__header-position {
    color: #777;
    font-size: 14px;
    line-height: 20px;
}
.card-team__footer {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.card-team__footer p {
    color: #777;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
}
.card-team__footer a {
    font-size: 14px;
    line-height: 20px;
}
.card-plan {
    background-color: #fff;
    padding: 1.5rem;
    border: 0.06rem solid #eee;
    border-radius: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.card-plan__header {
    position: relative;
}
.card-plan__header-title {
    font-family: "Inter";
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 28px;
    margin-bottom: 16px;
}
.card-plan__header-title:after {
    content: "";
    position: absolute;
    top: -32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: 110px;
    height: 24px;
}
.card-plan__header-price {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 4rem;
    margin-bottom: 1rem;
}
.card-plan__header-price bdi,
.card-plan__header-price em {
    font-style: normal;
    margin-left: 5px;
}
.card-plan__header-desc {
    color: #777;
    margin-bottom: 18px;
    line-height: 24px;
}
.card-plan__header-attr {
    padding-top: 18px;
    border-top: 1px solid #eee;
}
.card-plan__header-attr ul {
    margin-bottom: 24px;
}
.card-plan__header-attr ul li {
    font-size: 14px;
    line-height: 24px;
    color: #777;
    position: relative;
    padding-left: 30px;
}
.card-plan__header-attr ul li:not(:last-child) {
    margin-bottom: 12px;
}
.card-plan__header-attr ul li:before {
    content: "";
    position: absolute;
    left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20px;
    max-width: 20px;
    height: 20px;
    background: url(https://wp.ledstore.pro/led/assets/images/src/check-grey.svg) 0 0 no-repeat;
}
.card-plan__dark {
    background-color: #1b232e;
    border-color: #eee;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.card-plan__dark ul li, .card-plan__dark .card-plan__header-desc {
    color: #ccc;
}
@media only screen and (max-width: 1023.98px) {
    .card-plan__dark {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.card-plan__dark .card-plan__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 50px;
}
@media only screen and (max-width: 1023.98px) {
    .card-plan__dark .card-plan__header {
        padding-right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 24px;
    }
}
.card-plan__dark .card-plan__header > div {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.card-plan__dark .card-plan__header-price {
    color: #fff;
}
.card-plan__dark .card-plan__header-desc {
    margin-bottom: 0;
}
.card-plan__dark .card-plan__header-attr {
    border-top: none;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 48px;
    padding-left: 28px;
    padding-top: 0;
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important;
}
@media only screen and (max-width: 1023.98px) {
    .card-plan__dark .card-plan__header-attr {
        margin-left: 0;
        padding-left: 0;
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 18px;
        margin-top: 18px;
    }
}
.card-plan__dark .card-plan__header-attr ul {
    margin-bottom: 0;
}
.card-plan__dark .card-plan__header-attr ul li:not(:last-child) {
    margin-bottom: 8px;
}
.card-plan__dark .card-plan__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 219px;
    max-width: 219px;
}
@media only screen and (max-width: 1023.98px) {
    .card-plan__dark .card-plan__footer {
        width: 100%;
        max-width: 100%;
    }
}
.card-plan__dark .card-plan__footer .btn-outline {
    width: 100%;
    color: #000;
}
.card-plan__dark-vert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card-plan__dark-vert .card-plan__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0;
}
.card-plan__dark-vert .card-plan__header-desc {
    margin-bottom: 18px;
}
.card-plan__dark-vert .card-plan__header-attr {
    margin-left: 0;
    padding-left: 0;
    padding-top: 18px;
    border-left: none;
    border-top: 1px solid #777;
}
.card-plan__dark-vert .card-plan__header-attr ul li:not(:last-child) {
    margin-bottom: 12px;
}
.card-expensive {
    border: 1px solid #eee;
    border-radius: 16px;
    background: #fff;
    padding: 24px;
}
.card-expensive .h3,
.card-expensive h3 {
    margin-bottom: 16px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 32px;
    font-family: "Inter", sans-serif;
    line-height: 40px;
    letter-spacing: -0.04em;
}
.card-expensive .h3:before,
.card-expensive h3:before {
    content: "";
    position: absolute;
    left: -33px;
    top: -8px;
    width: 24px;
    height: 54px;
}
.card-expensive p {
    color: #777;
    margin-bottom: 0;
}
.card-gallery {
    border: 1px solid #eee;
    border-radius: 16px;
    background: #fafafa;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
}
.card-gallery__desc {
    padding: 24px 24px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.card-gallery__desc .h4,
.card-gallery__desc h4 {
    font-family: "Inter";
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 28px;
    margin-bottom: 12px;
}
.card-gallery__desc p {
    color: #777;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 24px;
    max-width: 705px;
    margin: 0 auto 30px;
}
.card-gallery__img {
    display: block;
    position: relative;
    z-index: 1;
}
.card-gallery__img:before {
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding-top: 60%;
}
.card-gallery__img:after {
    content: "";
    position: absolute;
}
.card-gallery__img > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.card-gallery__img img {
    -o-object-fit: cover;
    object-fit: cover;
}
.card-bnr {
    position: relative;
}
.card-bnr__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 24px;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.card-bnr__img:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(27, 35, 46, 0.48);
    border-radius: 24px;
    z-index: 1;
}
.card-bnr__img:after {
    content: "";
    position: absolute;
    left: 32px;
    top: 32px;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    -webkit-filter: blur(32px);
    filter: blur(32px);
    background: #000;
    opacity: 0.32;
    z-index: -1;
}
@media only screen and (max-width: 1279.98px) {
    .card-bnr__img:after {
        left: 0;
    }
}
.card-bnr__img img {
    border-radius: 24px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.card-bnr__content {
    position: relative;
    z-index: 2;
    padding-left: 72px;
    padding-top: 72px;
    padding-bottom: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 830px;
    max-width: 830px;
}
@media only screen and (max-width: 1279.98px) {
    .card-bnr__content {
        width: 100%;
        max-width: 100%;
        padding-left: 56px;
        padding-right: 56px;
    }
}
@media only screen and (max-width: 767.98px) {
    .card-bnr__content {
        padding: 70px 32px;
    }
}
.card-bnr__content .title {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    margin-bottom: 32px;
}
@media only screen and (max-width: 1023.98px) {
    .card-bnr__content .title br {
        display: none;
    }
}
@media only screen and (max-width: 767.98px) {
    .card-bnr__content .title {
        font-size: 1.75rem;
        font-style: normal;
        line-height: 36px;
        letter-spacing: -0.04em;
    }
}
.card-bnr__content p {
    color: #ccc;
    margin-bottom: 4px;
}
.card-bnr__content p a {
    color: #fff;
}
.card-bnr__content .btn-primary {
    margin-top: 32px;
}
.card-bnr:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 482px;
    z-index: 1;
    background: url(https://wp.ledstore.pro/led/assets/images/src/b-1.svg) 0 0 no-repeat;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}
@media only screen and (max-width: 1279.98px) {
    .card-bnr:after {
        display: none;
    }
}
.card-faq {
    display: -ms-inline-grid;
    display: inline-grid;
    border: 1px solid #eee;
    border-radius: 16px;
    background: #fff;
    padding: 0 24px;
    margin-bottom: 24px;
    width: 100%;
}
@media only screen and (max-width: 767.98px) {
    .card-faq {
        margin-bottom: 16px;
    }
}
.card-faq.active .ls-accordion__title button span {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.card-faq .ls-accordion__title button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: none;
    width: 100%;
    padding: 16px 0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 28px;
    cursor: pointer;
    color: #01c801;
    width: 100% !important;
    text-align: left;
}
.card-faq .ls-accordion__title button span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 24px;
    max-width: 24px;
    height: 24px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.card-faq .ls-accordion__title button span .icon {
    fill: none;
    stroke: #777;
    stroke-width: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 15px;
    max-width: 15px;
    height: 8px;
}
.card-faq .ls-accordion__wrap {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.card-faq .ls-accordion__wrap p {
    color: #777;
}
:root {
    --themegreen: $green;
    --themeorange: $gold;
}
.ls-hero {
    overflow: hidden;
    position: relative;
}
.ls-hero .h1,
.ls-hero h1 {
    font-size: 64px;
    font-family: "Inter", sans-serif;
    line-height: 72px;
    letter-spacing: -0.04em;
}
@media only screen and (max-width: 767.98px) {
    .ls-hero .h1,
    .ls-hero h1 {
        font-size: 2.5rem;
        line-height: 48px;
        letter-spacing: -0.04em;
    }
}
.ls-hero p {
    padding-right: 50px;
}
@media only screen and (max-width: 1023.98px) {
    .ls-hero p {
        padding-right: 0;
    }
}
.ls-hero .ls-hero__right {
    padding-left: 96px;
}
@media only screen and (max-width: 1279.98px) {
    .ls-hero .ls-hero__right {
        padding-left: 0;
    }
}
.ls-hero:after {
    content: "";
    display: block;
    position: absolute;
    top: -14px;
    bottom: -14px;
    right: 0;
    width: 482px;
    background: url(https://wp.ledstore.pro/led/assets/images/src/b-3.svg) 0 0 no-repeat;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    z-index: -1;
}
@media only screen and (max-width: 1023.98px) {
    .ls-hero:after {
        display: none;
    }
}
.ls-hero-kitchen .ls-hero__right {
    padding-left: 136px;
}
@media only screen and (max-width: 1279.98px) {
    .ls-hero-kitchen .ls-hero__right {
        padding-left: 0;
    }
}
.ls-hero__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 655px;
}
@media only screen and (max-width: 1023.98px) {
    .ls-hero__left {
        max-width: 100%;
    }
}
@media only screen and (max-width: 767.98px) {
    .ls-hero__left {
        margin-bottom: 60px;
    }
}
.ls-hero__left .h1,
.ls-hero__left h1 {
    color: #fff;
}
.ls-hero__left p {
    margin-bottom: 32px;
    color: #fff;
}
.ls-hero__left button {
    color: #fff;
}
.ls-hero__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.ls-hero__wrap {
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    position: relative;
    z-index: 2;
}
@media only screen and (max-width: 1023.98px) {
    .ls-hero__wrap {
        height: 740px;
    }
}
@media only screen and (max-width: 767.98px) {
    .ls-hero__wrap {
        height: 100%;
        padding: 40px 0 56px;
    }
}
.ls-hero__img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.ls-hero__img:before {
    content: "";
    display: block;
    padding-top: 39.5%;
}
.ls-hero__img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 35, 46, 0.48);
}
.ls-hero__img > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.ls-hero__img img {
    -o-object-fit: cover;
    object-fit: cover;
}
.theme-green {
    font-family: "Inter", sans-serif;
    color: #1b232e;
}
.theme-green .btn-primary {
    background-color: #01c801;
}
.theme-green .btn-play {
    background: url('https://wp.ledstore.pro/led/assets/images/src/play-green.svg') 0 0 / cover no-repeat;
}
.theme-green .card-plan__dark .btn-outline {
    background-color: #01c801;
    color: #fff;
    border-color: #01c801;
}
.theme-green .icon-outline {
    stroke: #01c801;
}
.theme-green .ls-heading__pretitle {
    color: #01c801;
    border-left: 2px solid #01c801;
}
.theme-green .card-tips__icon:after {
    background-color: #01c801;
}
.theme-green .card-plan__header-title {
    color: #01c801;
}
.theme-green .card-plan__header-title:after {
    background: url(https://wp.ledstore.pro/led/assets/images/src/line.svg) 0 0 no-repeat;
}
.theme-green .card-expensive h3 {
    color: #01c801;
}
.theme-green .card-expensive .h3:before,
.theme-green .card-expensive h3:before {
    background: url(https://wp.ledstore.pro/led/assets/images/src/line-v.svg) 0 0 no-repeat;
}
.theme-green .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    background-color: #01c801;
}
.theme-green .swiper-button:hover {
    background-color: #01c801;
}

.theme-green .card-tips__dark:before {
    background-color: #01c801;
}
.theme-gold {
    font-family: "Inter", sans-serif;
    color: #1b232e;
}
.theme-gold .icon-outline {
    stroke: #fcb041;
}
.theme-gold .btn-primary {
    background-color: #fcb041;
}
.theme-gold .btn-play {
    background: url('https://wp.ledstore.pro/led/assets/images/src/play-gold.svg') 0 0 / cover no-repeat;
}
.theme-gold .card-plan__dark .btn-outline {
    background-color: #fcb041;
    color: #fff;
    border-color: #fcb041;
}
.theme-gold .ls-heading__pretitle {
    color: #fcb041;
    border-left: 2px solid #fcb041;
}
.theme-gold .card-plan__header-title {
    color: #fcb041;
}
.theme-gold .card-plan__header-title:after {
    background: url(https://wp.ledstore.pro/led/assets/images/src/line-gold.svg) 0 0 no-repeat;
}
.theme-gold .card-expensive h3 {
    color: #fcb041;
}
.theme-gold .card-tips__icon:after {
    background-color: #fcb041;
}
.theme-gold .card-expensive .h3:before,
.theme-gold .card-expensive h3:before {
    background: url(https://wp.ledstore.pro/led/assets/images/src/line-v-gold.svg) 0 0 no-repeat;
}
.theme-gold .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    background-color: #fcb041;
}
.theme-gold .swiper-button:hover {
    background-color: #fcb041;
}

.theme-gold .card-tips__dark:before {
    background-color: #fcb041;
}
.theme-gold .card-faq .ls-accordion__title button {
    color: #fcb041;
}
.bg-light-grey {
    background-color: #fafafa;
}
.d-block {
    display: block;
}
.d-i-block {
    display: inline-block;
}
.d-none {
    display: none;
}
@media only screen and (max-width: 1279.98px) {
    .ls-d-none-lg {
        display: none;
    }
    .ls-d-block-lg {
        display: block;
    }
}
@media only screen and (max-width: 1023.98px) {
    .ls-d-none-md {
        display: none;
    }
    .ls-d-block-md {
        display: block;
    }
}
.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.d-i-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.top {
    top: 0;
}
.bottom {
    bottom: 0;
}
.right {
    right: 0;
}
.left {
    left: 0;
}
.w-100 {
    width: 100%;
}
.h-100 {
    height: 100%;
}
.vw-100 {
    width: 100vw;
}
.vh-100 {
    height: 100vh;
}
.ls-tips {
    padding-bottom: 114px;
}
@media only screen and (max-width: 767.98px) {
    .ls-tips {
        padding-bottom: 72px;
    }
}
.ls-tips .ls-col-4-xl {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.ls-tips .ls-footer {
    margin-top: 24px;
}
.ls-bnr .card-bnr__content-lg {
    max-width: 730px;
}
.ls-benefits .ls-container {
    position: relative;
}
.ls-benefits .ls-container:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 100%;
    background-color: #fff;
    display: block;
    left: -12px;
    z-index: 1;
}
@media only screen and (max-width: 1279.98px) {
    .ls-benefits .ls-container:before {
        left: 0;
    }
}
.ls-benefits .ls-container:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 100%;
    background-color: #fff;
    display: block;
    right: -12px;
    top: 0;
    z-index: 1;
}
@media only screen and (max-width: 1279.98px) {
    .ls-benefits .ls-container:after {
        right: 0;
    }
}
.ls-ideas {
    overflow: hidden;
}
.ls-ideas .ls-heading {
    margin-bottom: 5rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 767.98px) {
    .ls-ideas .ls-heading {
        margin-bottom: 32px;
    }
}
.ls-ideas .ls-heading__wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.ls-ideas .ls-heading__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
}
@media only screen and (max-width: 1279.98px) {
    .ls-ideas .ls-heading__nav {
        display: none;
    }
}
.ls-ideas .swiper {
    overflow: visible;
    padding: 0 12%;
}
@media only screen and (max-width: 1279.98px) {
    .ls-ideas .swiper {
        padding-left: 24px;
        padding-right: 24px;
    }
}
.ls-ideas .swiper-slide .card-ideas__img {
    width: 100%;
    max-width: 100%;
}
@media only screen and (max-width: 1023.98px) {
    .ls-ideas .swiper-slide .card-ideas__img {
        margin-bottom: 0;
    }
}
.ls-accordion {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    gap: 24px;
}
@media only screen and (max-width: 1023.98px) {
    .ls-accordion {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        gap: 16px;
    }
}
.ls-faq {
    padding-bottom: 104px;
}
@media only screen and (max-width: 767.98px) {
    .ls-faq {
        padding-bottom: 72px;
    }
}
.ls-gallery .ls-col-12-xl {
    margin-bottom: 24px;
}
.ls-gallery .ls-col-12-xl .card-gallery {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ls-gallery .ls-col-12-xl .card-gallery__img {
    width: 498px;
    max-width: 498px;
}
@media only screen and (max-width: 767.98px) {
    .ls-gallery .ls-col-12-xl .card-gallery__img {
        width: calc(100% - 24px);
        max-width: calc(100% - 24px);
        left: 0;
    }
}
.ls-gallery .ls-col-12-xl .card-gallery__img:before {
    padding-top: 50.2%;
}
.ls-gallery .ls-col-12-xl .card-gallery__img:after {
    width: 498px;
    height: 355px;
    left: 32px;
    right: -32px;
    top: 32px;
    bottom: -136px;
    border-radius: 16px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    background: rgba(0, 0, 0, 0.59);
    opacity: 0.32;
    z-index: -1;
}
.ls-gallery .ls-col-12-xl .card-gallery__img img {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
@media only screen and (max-width: 767.98px) {
    .ls-gallery .ls-col-6-xl:not(:last-child) {
        margin-bottom: 24px;
    }
}
.ls-gallery .ls-col-6-xl .card-gallery__img {
    width: 415px;
    max-width: 415px;
}
@media only screen and (max-width: 767.98px) {
    .ls-gallery .ls-col-6-xl .card-gallery__img {
        width: calc(100% - 24px);
        max-width: calc(100% - 24px);
        left: 0;
    }
}
.ls-gallery .ls-col-6-xl .card-gallery__img:before {
    padding-top: 49.15%;
}
.ls-gallery .ls-col-6-xl:nth-child(2) .card-gallery {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
@media only screen and (max-width: 767.98px) {
    .ls-gallery .ls-col-6-xl:nth-child(2) .card-gallery {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.ls-gallery .ls-col-6-xl:nth-child(2) .card-gallery__img:after {
    width: 415.02px;
    height: 295.84px;
    left: -31.34px;
    right: 31.32px;
    top: 26.67px;
    bottom: -118.51px;
    border-radius: 13.33px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    background: rgba(0, 0, 0, 0.59);
    opacity: 0.32;
}
@media only screen and (max-width: 767.98px) {
    .ls-gallery .ls-col-6-xl:nth-child(2) .card-gallery__img:after {
        width: 100%;
        height: 100%;
        left: 20px;
    }
}
.ls-gallery .ls-col-6-xl:nth-child(2) .card-gallery__img img {
    border-top-left-radius: 16px;
}
@media only screen and (max-width: 767.98px) {
    .ls-gallery .ls-col-6-xl:nth-child(2) .card-gallery__img img {
        border-top-right-radius: 16px;
    }
}
.ls-gallery .ls-col-6-xl:last-child .card-gallery {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media only screen and (max-width: 767.98px) {
    .ls-gallery .ls-col-6-xl:last-child .card-gallery {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.ls-gallery .ls-col-6-xl:last-child .card-gallery__img:after {
    width: 415.02px;
    height: 295.84px;
    left: 32.66px;
    right: -32.68px;
    top: 26.67px;
    bottom: -118.51px;
    border-radius: 13.33px;
    -webkit-filter: blur(83.34px);
    filter: blur(83.34px);
    background: rgba(0, 0, 0, 0.59);
    opacity: 0.32;
    z-index: -1;
}
@media only screen and (max-width: 767.98px) {
    .ls-gallery .ls-col-6-xl:last-child .card-gallery__img:after {
        width: 100%;
        height: 100%;
        left: 20px;
    }
}
.ls-gallery .ls-col-6-xl:last-child .card-gallery__img img {
    border-top-right-radius: 16px;
}
@media only screen and (max-width: 767.98px) {
    .ls-gallery .ls-col-6-xl:last-child .card-gallery__img img {
        border-top-left-radius: 16px;
    }
}
.ls-form {
    /** max-width: 560px; **/
    max-width:75%;
    margin: 0 auto;
}
.ls-form:not(.invisible) iframe {
    border: 0;
    width: 100%;
    min-height: 930px;
}

.ls-form.invisible iframe {
    height: 200px;
    border: 0;
}

.ls-contacts {
    padding-top: 0;
}
@media only screen and (max-width: 767.98px) {
    .ls-contacts .ls-heading {
        padding-left: 24px;
        padding-right: 24px;
    }
    
    .ls-form {
        max-width:85%;
    }
    .ls-form iframe {
        min-height: 1290px;
    }
}
.ls-contacts__wrap {
    background-color: #1b232e;
    border-radius: 24px;
    padding: 56px 0;
    position: relative;
    z-index: 1;
}
.ls-contacts__wrap:before {
    content: "";
    display: block;
    width: 161px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(https://wp.ledstore.pro/led/assets/images/src/form-left.svg) 0 0 / cover no-repeat;
    z-index: -1;
}
.ls-contacts__wrap:after {
    content: "";
    display: block;
    width: 161px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url(https://wp.ledstore.pro/led/assets/images/src/form-right.svg) 0 0 / cover no-repeat;
    z-index: -1;
}
.ls-contacts__wrap .h2,
.ls-contacts__wrap h2 {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    margin: 0 auto 24px;
}
@media only screen and (max-width: 767.98px) {
    .ls-contacts__wrap .h2,
    .ls-contacts__wrap h2 {
        font-size: 1.75rem;
        font-style: normal;
        line-height: 36px;
        letter-spacing: -0.04em;
    }
}
.ls-contacts__wrap p {
    color: #ccc;
    max-width: 548px;
    margin: 0 auto 32px;
}
.mb-24 {
    margin-bottom: 24px;
}
.mb-128 {
    margin-bottom: 128px;
}
.mt-128 {
    margin-top: 128px;
}
.pb-128 {
    padding-bottom: 128px;
}
.one-row .card-benefits {
    border-bottom: none;
}
@media only screen and (max-width: 1279.98px) {
    .one-row .card-benefits:nth-child(1) {
        border-bottom: 1px solid #eee;
    }
    .one-row .card-benefits:nth-child(2) {
        border-bottom: 1px solid #eee;
    }
}
@media only screen and (max-width: 767.98px) {
    .one-row .card-benefits:nth-child(3) {
        border-bottom: 1px solid #eee;
    }
    .one-row .card-benefits:nth-child(4) {
        border-bottom: 1px solid #eee;
    }
}
@media only screen and (max-width: 1279.98px) {
    .mb-24-lg {
        margin-bottom: 24px;
    }
}
@media only screen and (max-width: 767.98px) {
    .pb-0-sm {
        padding-bottom: 0;
    }
    .pb-72-sm {
        padding-bottom: 72px;
    }
    .mt-72-sm {
        margin-top: 72px;
    }
}
.ls-footer a {
    display: inline-block;
}
.ls-counter {
    padding-bottom: 80px;
}
@media only screen and (max-width: 767.98px) {
    .ls-counter {
        padding-bottom: 72px;
    }
}
.ls-counter .ls-footer {
    margin-top: 0;
}
.inc {
    counter-reset: section;
    margin-top: 70px;
}
@media only screen and (max-width: 767.98px) {
    .inc {
        margin-top: 0;
    }
}
.inc .ls-col-3-xl {
    margin-bottom: 48px;
}
@media only screen and (max-width: 767.98px) {
    .inc .ls-col-3-xl {
        margin-bottom: 32px;
    }
}

/** custom css **/

.faq.ls-accordion {
    margin-top: 24px;
    column-count: 1;
}

.popular.card-plan {
    background-color: #1b232e;
}

.popular.card-plan .card-plan__header-desc, 
.popular.card-plan .card-plan__header-attr ul li {
    color: #ccc;
}

.popular .card-plan__header-price {
    color: #fff;
}


.suki-content-inner {
    padding: 0;
}