@font-face {
    font-family: royal;
    src: url("../fonts/royal/Royal Crescent Bold.otf");
    src: local("royal Bold"), local("royal-bold"), url("../fonts/royal/Royal Crescent Bold.otf?#iefix") format("embedded-opentype"), url("../fonts/royal/Royal Crescent Bold.woff2") format("woff2"), url("../fonts/royal/Royal Crescent Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: royal;
    src: url("../fonts/royal/Royal Crescent Light.otf");
    src: local("royal Light"), local("royal-Light"), url("../fonts/royal/Royal Crescent Light.otf?#iefix") format("embedded-opentype"), url("../fonts/royal/Royal Crescent Light.woff2") format("woff2"), url("../fonts/royal/Royal Crescent Light.woff") format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: royal;
    src: url("../fonts/royal/Royal Crescent.otf");
    src: local("royal Regular"), local("royal-Regular"), url("../fonts/royal/Royal Crescent.otf?#iefix") format("embedded-opentype"), url("../fonts/royal/Royal Crescent.woff2") format("woff2"), url("../fonts/royal/Royal Crescent.woff") format("woff");
    font-weight: 400;
    font-style: normal
}

.anim {
    -webkit-animation-fill-mode: forwards !important;
    animation-fill-mode: forwards !important;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.anim.single-project {
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.anim.single-project.done {
    opacity: 1 !important
}

.anim-stage>* {
    -webkit-animation-fill-mode: forwards !important;
    animation-fill-mode: forwards !important;
    opacity: 0
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        color: #00f5c9
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        color: #00f5c9
    }
}

@-webkit-keyframes zoom-fade {
    from {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes zoom-fade {
    from {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes line {
    0% {
        width: 0;
        opacity: 0
    }

    100% {
        width: 510px;
        opacity: 1
    }
}

@keyframes line {
    0% {
        width: 0;
        opacity: 0
    }

    100% {
        width: 510px;
        opacity: 1
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    70% {
        -webkit-transform: rotate(300deg);
        transform: rotate(300deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 1
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    70% {
        -webkit-transform: rotate(300deg);
        transform: rotate(300deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 1
    }
}

@-webkit-keyframes slide {
    to {
        width: 100%;
        opacity: 1
    }
}

@keyframes slide {
    to {
        width: 100%;
        opacity: 1
    }
}

@-webkit-keyframes slide-height {
    from {
        opacity: 1
    }

    to {
        height: 100%;
        opacity: 1
    }
}

@keyframes slide-height {
    from {
        opacity: 1
    }

    to {
        height: 100%;
        opacity: 1
    }
}

@-webkit-keyframes fade {
    to {
        opacity: 1
    }
}

@keyframes fade {
    to {
        opacity: 1
    }
}

@-webkit-keyframes fade-left {
    from {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fade-left {
    from {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fade-right {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fade-right {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fade-up {
    from {
        -webkit-transform: translateY(10%);
        transform: translateY(10%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fade-up {
    from {
        -webkit-transform: translateY(10%);
        transform: translateY(10%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.anim-stage>* {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

@-webkit-keyframes anim-stage {
    from {
        opacity: 0;
        -webkit-transform: translateY(60px);
        transform: translateY(60px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes anim-stage {
    from {
        opacity: 0;
        -webkit-transform: translateY(60px);
        transform: translateY(60px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fade-up-2 {
    from {
        -webkit-transform: translateY(20%);
        transform: translateY(20%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fade-up-2 {
    from {
        -webkit-transform: translateY(20%);
        transform: translateY(20%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fade-up-3 {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fade-up-3 {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fade-down {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fade-down {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media screen and (max-width:991px) {
    @-webkit-keyframes line {
        0% {
            width: 0;
            opacity: 0
        }

        100% {
            width: 247px;
            opacity: 1
        }
    }

    @keyframes line {
        0% {
            width: 0;
            opacity: 0
        }

        100% {
            width: 247px;
            opacity: 1
        }
    }

    @-webkit-keyframes circleShadow {
        0% {
            width: 11px;
            height: 11px
        }

        100% {
            width: 50px;
            height: 50px
        }
    }

    @keyframes circleShadow {
        0% {
            width: 11px;
            height: 11px
        }

        100% {
            width: 50px;
            height: 50px
        }
    }
}

@media screen and (max-width:575px) {
    @-webkit-keyframes line {
        0% {
            width: 0;
            opacity: 0
        }

        100% {
            width: 150px;
            opacity: 1
        }
    }

    @keyframes line {
        0% {
            width: 0;
            opacity: 0
        }

        100% {
            width: 150px;
            opacity: 1
        }
    }
}

body {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #25122a
}

.modal-window {
    display: none
}

body,
html {
    margin: 0;
    font-family: Manrope, sans-serif;
    min-width: 320px
}

body {
    max-width: 100%
}

body.fixed {
    position: fixed
}

* {
    letter-spacing: 0
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none
}

img.lazyload,
video.lazyload {
    opacity: 0;
    visibility: hidden;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.desk-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.mob-only {
    display: none !important
}

@media screen and (max-width:767px) {
    .desk-only {
        display: none !important
    }

    .mob-only {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.is-loaded,
[data-loaded=true] {
    opacity: 0;
    visibility: visible;
    -webkit-animation: faddingImgAnim .5s ease;
    animation: faddingImgAnim .5s ease
}

@-webkit-keyframes faddingImgAnim {
    0% {
        visibility: hidden;
        opacity: 0;
        -webkit-filter: blur(10px);
        filter: blur(10px)
    }

    100% {
        visibility: visible;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes faddingImgAnim {
    0% {
        visibility: hidden;
        opacity: 0;
        -webkit-filter: blur(10px);
        filter: blur(10px)
    }

    100% {
        visibility: visible;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

* {
    letter-spacing: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    outline: 0
}

a,
button {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

* {
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Manrope, sans-serif
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-family: Manrope, sans-serif
}

body.no-scroll {
    overflow: hidden
}

html {
    height: auto;
    min-height: 100%;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body {
    height: auto;
    background: #fff
}

main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 3
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    width: 100%;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

::-webkit-scrollbar-thumb {
    background: #111;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.section-404 {
    width: 100%;
    padding: 6.25vw 0 3.125vw
}

.section-404__inner {
    width: 100%;
    background: #111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3.125vw
}

.section-404__content {
    width: 100%;
    max-width: 48.4375vw;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section-404__content-title {
    font-size: 9.375vw;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 2.0833333333vw
}

.section-404__content-subtitle {
    font-family: royal, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.08;
    color: #111;
    color: #fff;
    margin-bottom: 1.5625vw;
    text-align: center
}

.section-404__content-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #25122a;
    color: #717171;
    text-align: center;
    margin-bottom: 1.5625vw
}

@media screen and (max-width:767px) {
    .section-404 {
        padding: 4.6511627907vw 0 0
    }

    .section-404 .container {
        padding: 0
    }

    .section-404__inner {
        padding: 9.3023255814vw 5.8139534884vw
    }

    .section-404__content {
        max-width: 100%
    }

    .section-404__content-title {
        font-size: 30.2325581395vw;
        margin-bottom: 2.3255813953vw
    }

    .section-404__content-subtitle {
        margin-bottom: 4.6511627907vw;
        font-size: 9.3023255814vw
    }

    .section-404__content-text {
        font-size: 3.7209302326vw;
        margin-bottom: 4.6511627907vw
    }
}

.container {
    width: 100%;
    max-width: 1460px;
    padding: 0 20px;
    margin: 0 auto
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    z-index: 10;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: rgba(255, 255, 255, 0)
}

.header .container {
    max-width: 1900px
}

.header-container {
    width: 100%;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-container .logo {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 4.375rem;
    position: relative
}

.header-container .logo a,
.header-container .logo img {
    width: auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.header-container .logo a.hov,
.header-container .logo img.hov {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0
}

.header.active,
.header.header-fixed {
    background: #fff
}

.header.active .header-container .logo a.hov,
.header.active .header-container .logo img.hov,
.header.header-fixed .header-container .logo a.hov,
.header.header-fixed .header-container .logo img.hov {
    opacity: 1
}

.header.active .header-container .hidden-menu .menu-control ul li a,
.header.header-fixed .header-container .hidden-menu .menu-control ul li a {
    color: #25122a
}

.header.active .header-container .hidden-menu .menu-control ul li a.active,
.header.active .header-container .hidden-menu .menu-control ul li a:hover,
.header.header-fixed .header-container .hidden-menu .menu-control ul li a.active,
.header.header-fixed .header-container .hidden-menu .menu-control ul li a:hover {
    border-color: #25122a;
    background: #25122a;
    color: #fff
}

.header.active .header-container .lang-control ul li a,
.header.active .header-container .lang-control ul li span,
.header.header-fixed .header-container .lang-control ul li a,
.header.header-fixed .header-container .lang-control ul li span {
    color: #25122a
}

.lang-control ul li a .header.active .header-container:hover,
.lang-control ul li a .header.header-fixed .header-container:hover {
    border-color: #25122a;
    background: #25122a;
    color: #fff
}

.hidden-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto
}

.hidden-menu .menu-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.hidden-menu .menu-control ul {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hidden-menu .menu-control ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.hidden-menu .menu-control ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    color: #fff;
    gap: 5px;
    padding: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 1px solid rgba(255, 255, 255, 0);
    background: rgba(255, 255, 255, 0)
}

.hidden-menu .menu-control ul li a.active,
.hidden-menu .menu-control ul li a:hover {
    background: #fff;
    color: #25122a
}

.hidden-menu .menu-control ul li:last-child a::after {
    width: 11px;
    height: 12px;
    display: inline-block;
    content: "";
    background: url(../img/arr-top.svg) no-repeat center/100%
}

.lang-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.lang-control ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.lang-control ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.lang-control ul li span {
    color: #000000;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    -webkit-transition: all .3s 
ease-in-out;
    transition: all .3s 
ease-in-out;
    background: #fff;
    border-radius: 7px;
	border: 1px solid #fcd34d;
}

.lang-control ul li a {
    padding: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 1px solid rgba(255, 255, 255, 0);
    background: rgba(255, 255, 255, 0);
    color: #f1f1f1
}

.lang-control ul li a:hover {
    background: #fff;
    color: #25122a
}

.btn,
.buttons button {
    padding: 17px 24px;
    border: 1px solid rgba(255, 255, 255, .8);
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: rgba(255, 255, 255, .8);
    background: rgba(255, 255, 255, 0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1;
    gap: 30px
}

.btn::after,
.buttons button::after {
    width: 14px;
    height: 12px;
    display: inline-block;
    content: "";
    background: rgba(255, 255, 255, .8);
    -webkit-mask-image: url(../img/btn-arr.svg);
    mask-image: url(../img/btn-arr.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn:hover,
.buttons button:hover {
    background: rgba(255, 255, 255, .8);
    color: #25122a
}

.btn:hover::after,
.buttons button:hover::after {
    background: #25122a
}

.btn.btn--blue,
.buttons button.btn--blue {
    border-color: #25122a;
    background: rgba(255, 255, 255, 0);
    color: #25122a
}

.btn.btn--blue::after,
.buttons button.btn--blue::after {
    background: #25122a
}

.btn.btn--blue:hover,
.buttons button.btn--blue:hover {
    background: #25122a;
    color: rgba(255, 255, 255, .8)
}

.btn.btn--blue:hover::after,
.buttons button.btn--blue:hover::after {
    background: rgba(255, 255, 255, .8)
}

@-webkit-keyframes rotateCircle {
    0% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes rotateCircle {
    0% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.hero {
    background: #25122a;
    width: 100%;
    height: 100vh;
    padding-top: 90px
}

.hero .container {
    max-width: 1900px;
    height: 100%;
    position: relative
}

.hero-bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    gap: 24px;
    padding: 20px 0
}

.hero-bottom p {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #fff;
    text-transform: uppercase
}

.hero-bottom .ln {
    height: 1px;
    background: #fff;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.hero-bg .light-left {
    width: 54.62vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: -50px;
    left: 3.94%
}

.hero-bg .light-left img {
    width: 100%;
    height: auto
}

.hero-bg .light-right {
    width: 35.64vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 13.8%;
    right: 0
}

.hero-bg .light-right img {
    width: 100%;
    height: auto
}

.hero-numbers {
    width: 78.425vh;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.hero-numbers .main-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 940px;
    z-index: 3
}

.hero-numbers .im {
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative
}

.hero-numbers .im::before {
    z-index: 1;
    width: 145.8%;
    padding-top: 99.29%;
    display: inline-block;
    content: "";
    position: absolute;
    top: -14.75%;
    right: 2.5%;
    background: url(../img/light-number.png) no-repeat center/100%
}

.hero-numbers .im::after {
    z-index: 2;
    width: 138.72%;
    padding-top: 87.95%;
    top: 55.5%;
    left: 51%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    content: "";
    background: url(../img/circ1.svg) no-repeat center/100%;
    position: absolute;
    opacity: .8
}

.hero-numbers .im img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: rotateCircle 90s linear infinite;
    animation: rotateCircle 90s linear infinite
}

.hero-cont {
    width: 100%;
    height: 100%;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 3
}

.hero-cont .txt {
    width: 100%;
    max-width: 438px;
    padding-top: 23px
}

.hero-cont .txt p {
    color: #d2d2d2
}

.hero-cont .txt p strong {
    font-weight: 700
}

.hero-cont .txt p strong small {
    font-size: inherit;
    color: #fdbc3b
}

.title {
    width: 100%;
    font-family: royal, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 4rem;
    line-height: 1.3;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-align: center
}

.subtitle {
    font-family: royal, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.29;
    color: #473b7f;
    text-transform: uppercase
}

@-webkit-keyframes imgAnim {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: none;
        filter: none
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-filter: invert(.2);
        filter: invert(.2)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: none;
        filter: none
    }
}

@keyframes imgAnim {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: none;
        filter: none
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-filter: invert(.2);
        filter: invert(.2)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: none;
        filter: none
    }
}

.getting {
    width: 100%;
    padding: 0 0 115px;
    position: relative
}

.getting .container {
    position: relative;
    z-index: 3
}

.about-us {
    width: 100%;
    padding: 123px 0 0;
    position: relative
}

.about-us .container {
    position: relative;
    z-index: 3
}

.about-us__hum {
    width: 231px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 80px;
    right: 0
}

.about-us__hum img {
    width: 100%;
    height: auto
}

.about-us__light {
    bottom: -220px;
    width: 58.07%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0
}

.about-us__light img {
    width: 100%;
    height: auto
}

.about-us__cont {
    width: 100%;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.about-us__top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem
}

.about-us__title {
    max-width: 466px
}

.about-us__txt {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 700px;
    width: 100%
}

.about-us__txt span {
    font-family: royal, sans-serif;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 1.25rem
}

.about-us__txt .btn {
    width: 100%;
    max-width: 464px
}

.about-us__txt p {
    max-width: 579px;
    color: #25122a;
    margin-bottom: 1.5rem
}

.about-us__txt p:last-child {
    margin-bottom: 0
}

.about-us__center {
    width: 100%;
    margin: 60px 0 88px;
    border-radius: 21px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.about-us__img {
    width: 100%;
    padding-top: 45.07%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: imgAnim 20s linear;
    animation: imgAnim 20s linear;
    position: relative
}

.about-us__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.about-us__list {
    width: 100%;
    margin-top: 60px;
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.about-us__item {
    width: calc(25% - 15px);
    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;
    gap: 20px
}

.about-us__item .ic {
    width: auto;
    height: 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.about-us__item .ic img {
    width: auto;
    height: 100%
}

.about-us__item .txt {
    width: 100%;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.about-us__item .txt span {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 1.5rem;
    font-family: royal, sans-serif;
    line-height: 1.3;
    color: #25122a;
    text-transform: uppercase
}

.about-us__item .txt p {
    color: #25122a;
    line-height: 1.3
}

.our-data {
    width: 100%;
    background: #25122a;
    padding: 108px 0 147px;
    position: relative
}

.our-data__face {
    width: 38.95%;
    max-width: 748px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    mix-blend-mode: lighten
}

.our-data__face img {
    width: 100%;
    height: auto
}

.our-data__light {
    width: 23.02%;
    position: absolute;
    top: 0;
    right: 30px;
    display: inline-block;
    max-width: 442px
}

.our-data__light img {
    width: 100%;
    height: auto
}

.our-data .about-us__title .subtitle {
    color: #fff
}

.our-data__list {
    width: 100%;
    gap: 20px;
    margin-top: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    counter-reset: numOl
}

.our-data__item {
    width: calc(25% - 15px);
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    counter-increment: numOl
}

.our-data__item-bot {
    width: 100%
}

.our-data__item-bot p {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.3
}

.our-data__item-bot p strong {
    font-weight: inherit;
    color: #fdbc3b
}

.our-data__item-top {
    width: 100%;
    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
}

.our-data__item-top::before {
    content: counter(numOl, decimal-leading-zero);
    font-size: 1.5rem;
    font-weight: 400;
    font-family: royal, sans-serif;
    color: rgba(255, 255, 255, .2);
    display: inline-block;
    margin-bottom: 20px
}

.our-data__item-top .ln {
    width: 100%;
    height: 183px;
    display: inline-block;
    margin-bottom: 20px
}

.our-data__item-top .ln::before {
    width: 1px;
    background: rgba(255, 255, 255, .2);
    height: 0;
    display: inline-block;
    content: "";
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.our-data__item-top .ln::before {
    height: 0
}

.our-data__item-bot {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.our-data__item.done .our-data__item-top .ln::before {
    -webkit-transition-delay: calc(var(--del) + .6s);
    transition-delay: calc(var(--del) + .6s);
    height: 100%
}

.our-data__item.done .our-data__item-bot {
    opacity: 1;
    -webkit-transition-delay: calc(var(--del) + 1.1s);
    transition-delay: calc(var(--del) + 1.1s)
}

.energy-center {
    width: 100%;
    padding: 105px 0 80px
}

.energy-center .about-us__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.energy-center .about-us__title::before {
    font-size: 8rem;
    font-weight: 400;
    font-family: royal, sans-serif;
    color: #473b7f;
    margin-right: 20px;
    display: inline-block;
    line-height: 1;
    content: attr(data-number)
}

.energy-center .about-us__txt p {
    max-width: 700px
}

.energy-center__list {
    width: 100%;
    margin-top: 60px;
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    counter-reset: numOl
}

.energy-center__item {
    width: calc(25% - 15px);
    background: rgba(146, 146, 223, .1);
    position: relative;
    border-radius: 7px;
    counter-increment: numOl;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.energy-center__item .img {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 3
}

.energy-center__item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.energy-center__item::before {
    content: counter(numOl, decimal-leading-zero);
    color: #fff;
    position: absolute;
    font-family: royal, sans-serif;
    font-weight: 400;
    left: 11px;
    font-size: 6rem;
    bottom: -12px;
    line-height: 1;
    z-index: 1
}

.energy-center .txt {
    width: 100%;
    padding: 14px;
    position: relative;
    z-index: 2;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.energy-center .txt span {
    font-size: 1.5rem;
    font-family: royal, sans-serif;
    color: #25122a;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 1.25rem;
    text-transform: uppercase
}

.energy-center .txt p {
    font-size: 1rem;
    color: #25122a;
    margin-bottom: 1.25rem;
    font-weight: 400
}

.energy-center .txt p strong {
    font-weight: 600
}

.energy-center .txt p:last-child {
    margin-bottom: 0
}

.hero-bottom .btn {
    gap: 12px
}

.hero-bottom .btn::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.how-works {
    width: 100%;
    padding: 80px 0 60px
}

.how-works__cont {
    width: 100%;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.how-works__top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 90px
}

.how-works__left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 100px;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.how-works__left .subtitle {
    margin-bottom: 45px
}

.how-works__left ol {
    width: 100%;
    counter-reset: numOl;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 1.25rem
}

.how-works__left ol li {
    counter-increment: numOl;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.how-works__left ol li p {
    max-width: 290px
}

.how-works__left ol li::before {
    font-family: royal, sans-serif;
    font-size: 1.5rem;
    color: #25122a;
    font-weight: 400;
    line-height: 1;
    margin-right: 1.25rem;
    content: counter(numOl, decimal-leading-zero)
}

.how-works__right {
    width: 66.19%;
    position: relative
}

.how-works__right .img {
    width: 100%;
    height: 0;
    padding-top: 50.1%;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.how-works__right .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.how-works__right .circ {
    width: 125%;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.how-works__right .circ img {
    width: 100%;
    height: auto
}

.own-rising {
    width: 100%;
    padding: 60px 0 120px;
    overflow: hidden
}

.own-rising__cont {
    width: 100%;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.own-rising__cont .subtitle {
    display: inline-block;
    margin-bottom: 60px
}

.own-rising__slider {
    width: 100%
}

.own-rising__slider .swiper {
    width: 100%;
    overflow: visible
}

.own-rising__slider .swiper-wrapper {
    width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: visible
}

.own-rising__slider .swiper-slide {
    height: auto
}

.own-rising__card {
    width: 100%
}

.own-rising__card .img {
    width: 100%;
    height: 0;
    padding-top: 117.17%;
    border-radius: 7px;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative
}

.own-rising__card .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out
}

.own-rising__card .txt {
    width: 100%;
    display: inline-block
}

.own-rising__card .txt span {
    display: inline-block;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #25122a;
    font-family: royal, sans-serif;
    line-height: 1.3;
    font-weight: 400
}

.own-rising__card .txt p {
    padding-right: 1.25rem
}

.own-rising__card:hover .img img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.section-form {
    width: 100%;
    background: #25122a;
    padding: 83px 0 0;
    position: relative
}

.section-form__bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute
}

.section-form__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.section-form .container {
    position: relative;
    z-index: 3
}

.section-form__top {
    width: 100%;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.section-form__bottom {
    z-index: 3;
    position: relative;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, .5)
}

.section-form__bottom .container {
    max-width: 1900px
}

.section-form__footer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section-form__footer .logo {
    height: 4.375rem;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section-form__footer .logo a,
.section-form__footer .logo img {
    width: auto;
    height: 100%
}

.section-form__footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2.5rem
}

.section-form__footer ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section-form__footer ul li a {
    font-weight: 500;
    color: #f1f1f1
}

.section-form__footer ul li a:hover {
    text-decoration: underline
}

.section-form__footer .cards {
    gap: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section-form__footer .cards .ic {
    width: 48px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section-form__footer .cards .ic img {
    width: 100%;
    height: auto
}

.section-form__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.section-form__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.section-form::before {
    width: 100%;
    height: 7px;
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#fdbc3b), color-stop(24.5%, #ee522c), color-stop(67%, #473b7f), to(#25122a));
    background: linear-gradient(90deg, #fdbc3b 0, #ee522c 24.5%, #473b7f 67%, #25122a 100%);
    z-index: 2
}

.section-form .subtitle {
    text-align: center;
    max-width: 940px;
    width: 100%;
    color: #fff;
    margin-bottom: 3.75rem;
    display: inline-block
}

.section-form__form {
    width: 100%;
    max-width: 388px;
    border-radius: 24px;
    padding: 32px;
    background: #fff;
    margin: 0 0 105px;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.section-form__form>p {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 400;
    color: #25122a;
    text-align: center;
    margin-bottom: 17px
}

.section-form__form .form {
    width: 100%
}

.section-form__form .form .wpcf7 {
    width: 100%
}

.section-form__form .form form {
    width: 100%;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 17px
}

.section-form__form .form form .btn {
    width: 100%
}

.input-wrap {
    width: 100%
}

.input-wrap .wpcf7-form-control-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-wrap.input-calendar .fake,
.input-wrap.input-calendar input[type=text] {
    background: url(../img/calend1.svg) no-repeat center right 2.1rem/1.5rem 1.5rem, #fff
}

.input-wrap .fake {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0
}

.input-wrap .fake.hd {
    display: none
}

.input-wrap .fake,
.input-wrap input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 1rem;
    padding: 1rem 2rem;
    font-size: 1rem;
    letter-spacing: .02rem;
    line-height: 1.5;
    font-weight: 600;
    color: #473b7f;
    height: 3.625rem;
    text-align: left;
    -moz-text-align-last: left;
    text-align-last: left;
    direction: ltr
}

.input-wrap .fake::-webkit-datetime-edit,
.input-wrap input::-webkit-datetime-edit {
    text-align: left
}

.input-wrap .fake::-webkit-input-placeholder,
.input-wrap input::-webkit-input-placeholder {
    color: #25122a
}

.input-wrap .fake::-moz-placeholder,
.input-wrap input::-moz-placeholder {
    color: #25122a
}

.input-wrap .fake:-ms-input-placeholder,
.input-wrap input:-ms-input-placeholder {
    color: #25122a
}

.input-wrap .fake::-ms-input-placeholder,
.input-wrap input::-ms-input-placeholder {
    color: #25122a
}

.input-wrap .fake::placeholder,
.input-wrap input::placeholder {
    color: #25122a
}

.input-wrap .fake {
    color: #25122a
}

.wpcf7 .wpcf7-stripe .wpcf7-form-control {
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 1rem;
    padding: 1rem 2rem;
    font-size: 1rem;
    letter-spacing: .02rem;
    line-height: 1.5;
    font-weight: 600;
    color: #473b7f
}

.wpcf7-stripe {
    width: 100%
}

.wpcf7-stripe .wpcf7-form-control-wrap {
    width: 100%
}

.wpcf7-stripe .buttons {
    width: 100%;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 12px
}

.wpcf7-stripe .buttons button {
    width: 100%
}

.btn.btn--purple {
    border-radius: 1rem;
    border: 1px solid #7c68bb;
    background: #7c68bb;
    padding: 1rem;
    line-height: 1.5;
    font-family: royal, sans-serif;
    color: #fff;
    gap: 12px
}

.btn.btn--purple p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: royal, sans-serif;
    font-size: 1rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn.btn--purple p::before {
    content: "|";
    color: #fffefc;
    display: inline-block;
    margin-right: 6px;
    opacity: .2
}

.btn.btn--purple:hover {
    background: #fff;
    color: #7c68bb
}

.btn.btn--purple:hover p {
    color: #7c68bb
}

.btn.btn--purple::after {
    content: none
}

.buttons button {
    border-radius: 1rem;
    border: 1px solid #7c68bb;
    background: #7c68bb;
    padding: 1rem;
    line-height: 1.5;
    font-family: royal, sans-serif;
    color: #fff;
    gap: 12px
}

.buttons button p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: royal, sans-serif;
    font-size: 1rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.buttons button p::before {
    content: "|";
    color: #fffefc;
    display: inline-block;
    margin-right: 6px;
    opacity: .2
}

.buttons button:hover {
    background: #fff;
    color: #7c68bb
}

.buttons button:hover p {
    color: #7c68bb
}

.buttons button::after {
    content: none
}

input[type=date]::-webkit-calendar-picker-indicator {
    width: 1.5rem;
    height: 1.5rem;
    background: url(../img/calend1.svg) no-repeat center/1.5rem 1.5rem;
    right: 2rem
}

.own-rising__slider .swiper-wrapper {
    cursor: none
}

.cursor-block {
    position: fixed;
    width: 5rem;
    height: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out, opacity .4s ease-in-out;
    transition: transform .4s ease-in-out, opacity .4s ease-in-out, -webkit-transform .4s ease-in-out
}

.cursor-block.go-cur {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.cursor-block img {
    width: 1.5rem;
    height: auto
}

.burger {
    display: none
}

.section-form__bottom .container {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.demiweb {
    margin-top: 1rem;
    width: auto;
    height: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto
}

.demiweb a,
.demiweb img {
    width: auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.textual-block {
    width: 100%;
    padding: 130px 0
}

.textual-block .container {
    max-width: 1200px
}

.text-block {
    padding: 50px 40px;
    border-radius: 30px;
    border: 1px solid #f1f1f1
}

.text-block h1 {
    width: 100%;
    text-align: center;
    font-family: royal, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.29;
    color: #473b7f;
    text-transform: uppercase;
    color: #25122a
}

.text-block h1,
.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5,
.text-block h6 {
    font-family: royal, sans-serif;
    color: #25122a;
    margin-bottom: 1.5rem
}

.text-block h2 {
    font-size: 2.2rem
}

.text-block h3,
.text-block h4 {
    font-size: 1.8rem
}

.text-block h5,
.text-block h6 {
    font-size: 1.4rem
}

.text-block p {
    margin-bottom: 1.5rem
}

.text-block ul {
    margin-bottom: 1.5rem
}

.text-block ul li {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    position: relative
}

.text-block ul li:last-child {
    margin-bottom: 0
}

.text-block ul li::before {
    width: .5rem;
    height: .5rem;
    position: absolute;
    top: .4rem;
    left: 0;
    background: #25122a;
    border-radius: 50%;
    display: inline-block;
    content: ""
}

.text-block blockquote {
    font-family: royal, sans-serif;
    background: #f1f1f1;
    border-radius: 1rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: center;
    color: #25122a;
    padding: 4rem 6rem;
    position: relative;
    z-index: 2;
    margin: 2rem
}

.text-block blockquote::after,
.text-block blockquote::before {
    content: '"';
    position: absolute;
    top: .5rem;
    left: 1.1rem;
    font-size: 4em;
    font-family: Arial
}

.text-block blockquote::after {
    top: auto;
    left: auto;
    bottom: .5rem;
    right: 1.1rem;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.text-block ol {
    margin-bottom: 1.5rem;
    counter-reset: numOl
}

.text-block ol li {
    margin-bottom: 1rem;
    counter-increment: numOl
}

.text-block ol li::before {
    content: counter(numOl) ".";
    display: inline-block;
    margin-right: .3rem
}

.text-block ol li:last-child {
    margin-bottom: 0
}

.text-block li,
.text-block p {
    font-size: 1rem
}

.text-block li strong,
.text-block p strong {
    font-weight: 600
}

.text-block li a,
.text-block p a {
    color: #fdbc3b;
    font-weight: 600
}

.text-block li a:hover,
.text-block p a:hover {
    text-decoration: underline
}

:root {
    --paddingList: 24px;
    --figureOffset: vw(13px);
    --widthFigure: 4px;
    --heightFigure: 4px;
    --bgFigure: $black
}

.arti {
    font-weight: 400;
    font-size: .8333333333vw;
    line-height: 1.83;
    color: #111
}

.arti :not(img, ul, ol, li, blockquote, a, code, span, strong, iframe, br) {
    margin-bottom: 1.5625vw
}

.arti :last-child {
    margin-bottom: 0
}

.arti h1,
.arti h2,
.arti h3,
.arti h4,
.arti h5 {
    font-weight: 600;
    line-height: 1.2;
    color: inherit
}

.arti h1 {
    font-size: 4.2708333333vw
}

.arti h2 {
    font-size: 1.25vw
}

.arti h3 {
    font-size: 1.0416666667vw
}

.arti h4,
.arti h5,
.arti h6 {
    font-size: .9375vw
}

.arti a {
    font-weight: 500;
    color: #25122a;
    text-decoration: underline
}

.arti blockquote {
    background: #25122a;
    border-radius: 1.0416666667vw;
    font-weight: 400;
    font-size: .8333333333vw;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    padding: 3.8541666667vw 6.0416666667vw;
    position: relative;
    z-index: 2;
    margin: 0
}

.arti blockquote::before {
    content: "";
    position: absolute;
    top: 1.8229166667vw;
    left: 1.9270833333vw;
    width: 3.125vw;
    height: 2.4479166667vw;
    opacity: .45;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='47' fill='none'%3E%3Cpath fill='%23fff' d='M20.25 22.563H5.893a21.937 21.937 0 0 1 9.482-14.967l4.363-2.925L17.057.625 12.694 3.55A26.813 26.813 0 0 0 .75 25.853v16.21a4.875 4.875 0 0 0 4.875 4.874H20.25a4.875 4.875 0 0 0 4.875-4.874V27.437a4.875 4.875 0 0 0-4.875-4.875ZM54.375 22.563H40.018A21.938 21.938 0 0 1 49.5 7.595l4.363-2.925L51.206.625 46.82 3.55a26.812 26.812 0 0 0-11.944 22.303v16.21a4.875 4.875 0 0 0 4.875 4.874h14.625a4.875 4.875 0 0 0 4.875-4.874V27.437a4.875 4.875 0 0 0-4.875-4.875Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none
}

.arti img {
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.arti .alignleft {
    float: left;
    margin-right: 2.0833333333vw
}

.arti .alignright {
    float: right;
    margin-left: 2.0833333333vw
}

.arti .aligncenter {
    margin: 0 auto
}

.arti ul {
    margin-bottom: 1.0416666667vw
}

.arti ul:last-child {
    margin-bottom: 0
}

.arti ul li {
    padding-right: 1.25vw;
    position: relative;
    z-index: 2
}

.arti ul li:has(ol) {
    padding-right: 0
}

.arti ul li:has(ol)::after {
    content: none
}

.arti ul li::after {
    content: "";
    position: absolute;
    top: .6770833333vw;
    right: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: var(--widthFigure);
    height: var(--heightFigure);
    border-radius: 50%;
    background-color: #111
}

.arti ul li ol {
    counter-reset: numUl
}

.arti ul li ol li {
    padding-left: 0
}

.arti ul li ol li::after {
    display: none
}

.arti ul li ol li::before {
    counter-increment: numUl;
    content: counters(numUl, ".") ".";
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin-left: .2604166667vw
}

.arti ol {
    counter-reset: numOl;
    margin-bottom: 1.0416666667vw
}

.arti ol:last-child {
    margin-bottom: 0
}

.arti ol li {
    line-height: 2.34
}

.arti ol li::before {
    counter-increment: numOl;
    content: counters(numOl, ".") ".";
    display: inline-block;
    margin-left: .2604166667vw;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit
}

.arti ol li a {
    color: #25122a;
    display: inline
}

.arti ol li ol {
    counter-reset: numAlpha;
    padding-left: var(--paddingList)
}

.arti ol li ol li::before {
    counter-increment: numAlpha;
    content: counters(numAlpha, ".", lower-alpha) "."
}

.arti ol li ul {
    padding-right: var(--paddingList)
}

.arti ol li ul li {
    padding-right: var(--paddingList);
    position: relative;
    z-index: 2
}

.arti ol li ul li::after {
    content: "";
    position: absolute;
    top: var(--figureOffset);
    right: 0;
    width: var(--widthFigure);
    height: var(--heightFigure);
    border-radius: 50%;
    background-color: var(--bgFigure)
}

.arti ol li ul li::before {
    display: none
}

.arti table {
    border-collapse: collapse
}

.arti table td,
.arti table th,
.arti table tr {
    border: 1px solid #25122a
}

.arti table th {
    font-weight: 400;
    line-height: 1.83;
    font-size: .8333333333vw;
    color: #111;
    background: #d6d0b3;
    padding: .3125vw 1.0416666667vw;
    vertical-align: top;
    text-align: left
}

.arti table td {
    font-weight: 400;
    line-height: 1.83;
    font-size: .78125vw;
    color: #111;
    vertical-align: top;
    padding: .6770833333vw 1.0416666667vw
}

@media screen and (max-width:767px) {
    :root {
        --paddingList: 20px;
        --figureOffset: 13px;
        --widthFigure: 4px;
        --heightFigure: 4px
    }

    .article ul li,
    .seo-text ul li {
        padding-right: var(--paddingList)
    }

    .article ul li::after,
    .seo-text ul li::after {
        content: "";
        position: absolute;
        top: 3.3333333333vw;
        right: 0;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: var(--widthFigure);
        height: var(--heightFigure);
        border-radius: 50%;
        background-color: #000
    }

    .article,
    .seo-text {
        font-size: 3.5897435897vw
    }

    .article :not(img, ul, ol, li, blockquote, a, code, span, strong, iframe, br),
    .seo-text :not(img, ul, ol, li, blockquote, a, code, span, strong, iframe, br) {
        margin-bottom: 5.1282051282vw
    }

    .article iframe,
    .seo-text iframe {
        width: 100%;
        height: 260px
    }

    .article h1,
    .seo-text h1 {
        font-size: 7.1794871795vw
    }

    .article h2,
    .article h3,
    .seo-text h2,
    .seo-text h3 {
        font-size: 5.1282051282vw
    }

    .article h4,
    .article h5,
    .article h6,
    .seo-text h4,
    .seo-text h5,
    .seo-text h6 {
        font-size: 4.6153846154vw
    }

    .article blockquote,
    .seo-text blockquote {
        border-radius: 5.1282051282vw;
        font-size: 4.1025641026vw;
        line-height: 1.5;
        padding: 5.1282051282vw 7.6923076923vw
    }

    .article blockquote::before,
    .seo-text blockquote::before {
        top: 1.2820512821vw;
        left: 1.2820512821vw;
        width: 5.1282051282vw;
        height: 8vw
    }

    .article .aligncenter,
    .article .alignleft,
    .article .alignright,
    .seo-text .aligncenter,
    .seo-text .alignleft,
    .seo-text .alignright {
        float: unset;
        margin: 0 auto
    }

    .article img,
    .seo-text img {
        width: 100%;
        margin: 0;
        max-width: unset;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain
    }

    .article ul li ol li::before,
    .seo-text ul li ol li::before {
        margin-left: 1.0256410256vw
    }

    .article ol li::before,
    .seo-text ol li::before {
        margin-left: 1.2820512821vw
    }

    .article table th,
    .seo-text table th {
        line-height: 1.38;
        font-size: 3.5897435897vw;
        padding: 1.5384615385vw 1.7948717949vw;
        vertical-align: middle
    }

    .article table td,
    .seo-text table td {
        line-height: 1.38;
        font-size: 4.1025641026vw;
        padding: 1.5384615385vw 1.7948717949vw
    }
}

@media screen and (max-width:1640px) {
    .about-us__hum {
        width: 160px
    }

    .how-works {
        overflow: hidden
    }
}

@media screen and (max-width:1400px) {

    body,
    html {
        font-size: 15px
    }

    .subtitle {
        font-size: 2.5rem
    }

    .title {
        font-size: 3.5rem
    }

    .section-form .subtitle {
        max-width: 820px
    }

    .input-wrap.input-calendar .fake,
    .input-wrap.input-calendar input[type=text] {
        background: url(../img/calend1.svg) no-repeat center right 32px/1.5rem 1.5rem, #fff
    }

    .hero {
        padding-top: 86px
    }
}

@media screen and (max-width:1300px) {
    .about-us__hum {
        width: 120px;
        bottom: 0
    }

    .own-rising {
        padding: 60px 0
    }

    .our-data__item-top .ln {
        height: 140px
    }

    .our-data {
        padding: 70px 0 80px
    }

    .header-container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .lang-control {
        margin-left: auto
    }

    .hidden-menu {
        position: absolute;
        background: #fff;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 20px;
        border-top: 1px solid #25122a;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        opacity: 0;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        pointer-events: none
    }

    .header.header-fixed .burger span {
        background: #25122a
    }

    .header .burger span {
        background: #fff
    }

    .header.active .burger span {
        background: #25122a
    }

    .header.active .hidden-menu {
        opacity: 1;
        pointer-events: auto
    }

    .burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 30px;
        height: 18px;
        position: relative;
        cursor: pointer;
        margin-left: 1.5rem
    }

    .burger span {
        width: 100%;
        height: 2px;
        display: inline-block;
        border-radius: 4px;
        background: #25122a;
        position: absolute;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .burger span:nth-child(1) {
        top: 0;
        left: 0
    }

    .burger span:nth-child(2) {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .burger span:nth-child(3) {
        bottom: 0;
        left: 0
    }

    .burger.active span:nth-child(1) {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg)
    }

    .burger.active span:nth-child(2) {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
        opacity: 0
    }

    .burger.active span:nth-child(3) {
        bottom: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, 50%) rotate(-45deg);
        -ms-transform: translate(-50%, 50%) rotate(-45deg);
        transform: translate(-50%, 50%) rotate(-45deg)
    }

    .section-form__form {
        margin-bottom: 60px
    }
}

@media screen and (max-width:1050px) {
    .section-form__bottom .container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .section-form__bottom .container .demiweb {
        margin-right: auto;
        margin-top: 2rem
    }

    .hero-bg .light-left {
        width: 32%
    }

    .hero-bg .light-right {
        width: 28%
    }

    .about-us {
        padding-top: 70px
    }

    .about-us__item .txt span,
    .about-us__txt span,
    .energy-center .txt span,
    .our-data__item-bot p,
    .own-rising__card .txt span {
        font-size: 1.3rem
    }

    .how-works__left {
        margin-right: 2rem
    }

    .section-form__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 1.5rem
    }

    .hero {
        overflow: hidden
    }

    .hidden-menu .menu-control ul {
        gap: 1rem
    }

    .hidden-menu .menu-control ul li a {
        padding: .5rem
    }
}

@media screen and (max-width:950px) {

    .input-wrap.input-calendar .fake,
    .input-wrap.input-calendar input[type=text] {
        background: url(../img/calend1.svg) no-repeat center right 30px/1.5rem 1.5rem, #fff
    }

    .energy-center__list {
        gap: 1rem
    }

    .energy-center__item {
        width: calc(25% - .75rem)
    }

    body,
    html {
        font-size: 14px
    }

    .how-works__left .subtitle {
        margin-bottom: 2.2rem
    }

    .btn,
    .buttons .btn {
        padding: 1rem;
        gap: 1.5rem
    }

    .how-works__top {
        margin-bottom: 40px
    }

    .section-form__bottom {
        padding: 1.5rem 0
    }

    .hero {
        padding-top: 82px
    }

    .hidden-menu {
        height: calc(100vh - 82px)
    }

    .hidden-menu .menu-control ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .our-data__item-top .ln {
        height: 90px
    }

    .hero-numbers {
        width: 70%
    }

    .about-us__item {
        gap: 1rem
    }

    .energy-center {
        padding: 60px 0
    }
}

@media screen and (max-width:813px) {
    .about-us__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 1.4rem
    }

    .about-us__item {
        width: calc(50% - .7rem)
    }

    .energy-center__item {
        width: calc(50% - .5rem)
    }

    .how-works {
        padding: 60px 0
    }

    .section-form .subtitle {
        margin-bottom: 2.5rem
    }

    .about-us__center {
        margin: 40px 0
    }
}

@media screen and (max-width:767px) {
    .textual-block {
        padding: 90px 0 40px
    }

    .text-block {
        padding: 30px 1rem
    }

    .text-block h1 {
        font-size: 2rem
    }

    .text-block h2 {
        font-size: 1.6rem
    }

    .text-block h3 {
        font-size: 1.4rem
    }

    .text-block h4 {
        font-size: 1.3rem
    }

    .text-block h5,
    .text-block h6 {
        font-size: 1.2rem
    }

    .text-block blockquote {
        margin: 20px 0;
        width: 100%;
        max-width: 100%;
        padding: 4rem 2rem;
        font-size: 1.4rem
    }

    .about-us__top {
        -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: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 1.5rem
    }

    .our-data__list {
        gap: 1.4rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .our-data__item {
        width: calc(50% - .7rem)
    }

    .how-works__top {
        -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: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 3.4rem
    }

    .how-works__left {
        margin-right: 0;
        width: 100%
    }

    .how-works__left ol li p {
        max-width: 100%
    }

    .how-works__right {
        width: 80%;
        margin-left: auto;
        margin-right: auto
    }

    .about-us__list {
        margin-top: 30px
    }

    .hero-numbers .main-title {
        width: 100vw;
        padding: 2rem
    }

    .title {
        font-size: 3rem
    }

    .own-rising__slider .dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 1rem;
        gap: .5rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }

    .own-rising__slider .dots .single-dot {
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        cursor: pointer;
        background: #f1f1f1
    }

    .own-rising__slider .dots .single-dot.active {
        background: #25122a
    }
}

@media screen and (max-width:610px) {
    .own-rising__cont .subtitle {
        margin-bottom: 40px
    }

    .hero-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: .5rem
    }

    .hero-bottom .ln {
        width: 1px;
        height: 2rem
    }
}

@media screen and (max-width:525px) {
    .our-data__item-top .ln {
        height: 60px
    }

    .header-container .logo {
        height: 3rem
    }

    .lang-control ul {
        gap: 1rem
    }

    .title {
        font-size: 2rem
    }

    .energy-center .about-us__title {
        -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: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .energy-center .about-us__title::before {
        font-size: 6rem
    }

    .subtitle {
        font-size: 2.2rem
    }

    .energy-center__item {
        opacity: 1 !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        width: 100%
    }

    .how-works {
        padding: 30px 0
    }

    .how-works__right {
        width: 100%
    }

    .about-us__item {
        width: 100%
    }

    .about-us__list {
        gap: 2rem
    }

    .about-us__item .txt span {
        margin-bottom: 1rem
    }

    .section-form__form {
        width: 100%;
        padding: 2rem 1rem
    }

    .section-form__footer ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 1.4rem
    }

    .hero-bottom .btn {
        padding: 1rem;
        text-align: center
    }

    .hero-bottom .btn::after {
        content: none
    }

    .hero-numbers {
        width: 120%
    }

    .hidden-menu {
        height: calc(100vh - 63px)
    }
}



.section-faq .section-faq__inner {
    padding: 100px 0;
}

.section-faq .section-faq__title {
    text-align: center;
    margin-bottom: 50px;
}

.section-faq .section-faq__list {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.section-faq .section-faq__list .list {
    width: 100%;
}

.section-faq .section-faq__list .item {
    width: 100%;
    border-radius: 21px;
    background: rgba(146, 146, 223, .1);
    padding: 20px 25px;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.section-faq .section-faq__list .item.is-open {
    background-color: #fff;
	    box-shadow: 0 0 15px #d1d1e3;
}

.section-faq .section-faq__list .item.is-open .item-header,
.section-faq .section-faq__list .item.is-open .item-text {
    color: #000;
}

.section-faq .section-faq__list .item.is-open .item-header .is-arrow {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
}

.section-faq .section-faq__list .item.is-open .item-header .is-arrow::before {
    opacity: 0;
}

.section-faq .section-faq__list .item.is-open .item-header .is-arrow::after {
    opacity: 1;
}

.section-faq .section-faq__list .item:not(:first-child) {
    margin-top: 20px;
}

.section-faq .section-faq__list .item-header {
    font-size: 1.2rem;
    /* font-family: royal, sans-serif; */
    color: #25122a;
    font-weight: 400;
    display: inline-block;
    /* text-transform: uppercase; */
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 15px;
}

.section-faq .section-faq__list .item-header .is-arrow {
    position: relative;
    z-index: 2;
    width: 22px;
    height: 12px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.section-faq .section-faq__list .item-header .is-arrow::before,
.section-faq .section-faq__list .item-header .is-arrow::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.section-faq .section-faq__list .item-header .is-arrow::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='12' fill='none'%3E%3Cpath stroke='%2325122A' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m1 1 10 10L21 1'/%3E%3C/svg%3E");
}

.section-faq .section-faq__list .item-header .is-arrow::after {
    opacity: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='12' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m1 1 10 10L21 1'/%3E%3C/svg%3E");
}

.section-faq .section-faq__list .item-content {
    display: none;
}

.section-faq .section-faq__list .item-text {
    padding-top: 25px;
    font-size: 1rem;
    color: #25122a;
    font-weight: 400;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.section-faq .section-faq__list .item-text>* {
    margin-bottom: 20px;
}

.section-faq .section-faq__list .item-text>*:last-child {
    margin-bottom: 0;
}

@media screen and (max-width:991px) {
    .section-faq .section-faq__inner {
        padding: 50px 0;
    }

    .section-faq .section-faq__title {
        margin-bottom: 30px;
    }

    .section-faq .section-faq__list {
        max-width: 100%;
    }

    .section-faq .section-faq__list .item {
        border-radius: 15px;
        padding: 15px;
    }

    .section-faq .section-faq__list .item.is-open {
        background-color: #25122a;
    }


    .section-faq .section-faq__list .item:not(:first-child) {
        margin-top: 15px;
    }

    .section-faq .section-faq__list .item-header {
        font-size: 1.3rem;
    }

    .section-faq .section-faq__list .item-header .is-arrow {
        width: 15px;
        height: 12px;
    }


    .section-faq .section-faq__list .item-text {
        padding-top: 20px;
        font-size: 1rem;
    }

    .section-faq .section-faq__list .item-text>* {
        margin-bottom: 15px;
    }
}