body {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    background: #070c14;
    color: #fff;
    overflow-x: hidden;
}



h2 {
    font-size: 50px;
}

a {
    text-decoration: none;
    transition: 0.2s;
    color: #0fd0e1;
    cursor: pointer;
}

h2 {
    font-size: 50px;
    position: relative;
    z-index: 1;
}

a:hover {
    color: #06919d;
}

* {
    box-sizing: border-box;
}

center h2 {
    text-align: center;
}


.butter {
    user-select: none;
    /* запрет выделения */
    -webkit-tap-highlight-color: transparent;
    /* убирает мигание на мобильных */
}

.butter:focus {
    outline: none;
    /* убирает рамку фокуса */
}

.popup-in form .a21 {
    margin: 0 auto;
}

span.arr a i {
    font-size: 20px;
    background: #fff;
    color: #000;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-radius: 50px;
    transition: 0.4s;
}

span.arr a:hover i {
    background: #fff600;
    transform: rotate(360deg);
}

span.arr a {
    font-size: 0;
    width: fit-content;
}

span.arr {
    position: fixed;
    bottom: calc(50% - 107px);
    right: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 9;
    width: fit-content;
}

.preloader_small.act {
    opacity: 1;
}

.preloader_small {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    transition: 0.4s;
    opacity: 0;
}

.preloader_small svg {
    margin: 0 auto;
    width: 30px;
    height: 30px;
    animation: spin 0.5s linear infinite;
}

section.potfolio_all .work-item {
    opacity: 1;
    display: block;
    transition: 0.4s;
}


section.potfolio_all .work-item.hidden {
    opacity: 0;
    transform: translateY(55px);
}

section.potfolio_all .work-item.hidden.none {
    display: none;
}



section.potfolio_all .work-item.fade-out {
    opacity: 0;
    transform: scale(0.95);
    pointer-events: none;
}

span.filter a.act {
    background: #005d9a;
}

span.filter a {
    float: left;
    position: relative;
    width: 100%;
    padding: 16px 0px;
    display: block;
    height: fit-content;
    background: #092b41;
    color: #fff;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

span.filter a i {
    margin-right: 2px;
}

span.filter a:hover {
    background: #005d9a;
}

span.filter {
    display: grid;
    grid-template-columns: 100px calc(20% - 20px) calc(20% - 20px) calc(20% - 20px) calc(20% - 20px) calc(20% - 20px);
    width: 80%;
    margin: 0 auto;
    background: transparent;
    border-radius: 60px;
    overflow: hidden;
    position: relative;
    border: 0px solid #005d9a;
    z-index: 2;
}

section.potfolio_all .work-item::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 25px;
    width: 200px;
    height: 1px;
    background: linear-gradient(-90deg, transparent, #fff);
}

section.potfolio_all .work-item::before {
    content: '';
    position: absolute;
    left: 25px;
    top: 0;
    width: 1px;
    height: 200px;
    background: linear-gradient(0deg, transparent, #fff);
}

section.potfolio_all .work-item h3 {
    padding: 0px 20px;
}

section.potfolio_all .work-item {
    flex-shrink: 0;
    width: 450px;
    position: relative;
    padding: 20px;
    padding-bottom: 85px;
    width: 96%;
    margin: 2%;
    border-radius: 26px;
}

section.potfolio_all .work-item h3 span i {
    padding: 16px 3px;
}

section.potfolio_all .work-item h3 span {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff600;
    color: #000;
    min-width: 50px;
    height: 50px;
    display: flex;
    border-radius: 55px;
    padding: 0px 11px;
    z-index: 2;
    justify-content: center;
}

section.potfolio_all .work-item .a21 {
    position: absolute;
    bottom: 25px;
    left: calc(50% - 100px);
    width: 200px;
}

section.potfolio_all {
    text-align: center;
}

section.potfolio_all {
    display: grid;
    grid-template-columns: 33% 33% 33%;
}

section.home-banner.spasibo img {
    left: calc(50% - 200px);
}

section.home-banner.spasibo::before {
    left: calc(50% - 700px);
}

section.home-banner.spasibo h2 {
    margin: 18px 0px;
    margin-bottom: 50px;
    width: 100%;
}

section.home-banner.spasibo h1 {
    font-size: 40px;
}

section.home-banner.spasibo>span {
    margin: 3px auto;
}

section.home-banner.spasibo {
    text-align: center;
    overflow: hidden;
}

section.contacts .b-back-sfon h3 {
    margin-bottom: 50px;
}

.b-back-sfon h3 {
    text-align: center;
    font-size: 40px;
    border: 1px solid #707070;
    margin: 2% 2%;
    padding: 2%;
    text-transform: uppercase;
}

section.calculator .el-slider__marks-text {
    color: #fff;
}

section.calculator .el-slider__stop {
    background-color: #393939;
    border-radius: 10px;
    height: 6px;
    position: absolute;
    transform: translateX(-50%);
    width: var(--el-slider-height);
    width: 8px;
}

.sliblo.a {
    padding-bottom: 19px;
}

.sliblo p>i {
    color: #fff600;
    font-size: 18px;
    margin: -2px 2px;
    transform: translateY(2px);
}

.sliblo {
    background: #004470;
    padding: 5px 53px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.ress {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(90deg, #004470, #09304a);
    border-radius: 10px;
    margin-top: -18px;
    padding: 0px 26px;
}

.ress strong {
    color: #fff600;
    margin: 0px 7px;
}

.cheks {
    display: grid;
    justify-content: space-between;
    grid-template-columns: calc(20% - 8px) calc(20% - 8px) calc(20% - 8px) calc(20% - 8px) calc(20% - 8px);
    grid-column-gap: 10px;
    display: flex;
}

.store .cheks {
    display: grid;
    grid-template-columns: 23% 25% 25% 25%;
    margin-bottom: 18px;
}

section.calculator>div>div>.el-form-item {
    margin-bottom: 10px;
}

section.calculator .el-button>span i {
    margin-right: 6px;
    transform: translateY(-1px);
}

section.calculator .el-button>span {
    align-items: center;
    display: inline-flex;
    font-size: 16px;
    font-family: 'Montserrat';
}

.store .cheks .el-form-item {
    display: flex;
    --font-size: 14px;
    margin-bottom: 0px;
}

section.calculator .el-button-group>.el-button.el-button--primary {
    background: #005d9a;
    border: 1px solid #005d9a;
}

section.calculator .el-button-group>.el-button:hover {
    background: #035185;
}

section.calculator .el-button-group>.el-button {
    float: left;
    position: relative;
    width: 100%;
    padding: 16px 0px;
    display: block;
    height: fit-content;
    background: #092b41;
    border: 1px solid #092b41;
    color: #fff;
    transition: 0.4s;
}

section.calculator .el-button-group {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    overflow: hidden;
}

section.calculator .el-slider__bar {
    background: linear-gradient(90deg, #6e6a00, #fff600);
}

section.calculator .el-slider__button {
    transform: scale(1.3);
}

section.calculator .el-slider__button:hover {
    transform: scale(1.5);
}

section.calculator .el-form-item__label {
    text-align: left;
    width: fit-content;
    color: #fff;
}

section.calculator .el-checkbox__inner {
    width: 21px;
    height: 21px;
    top: 0px;
    border-radius: 6px;
    background: #01121e;
    border: none;
}

section.calculator .el-checkbox__label {
    font-size: 14px;
    font-weight: 600;
    word-break: break-all;
    display: block;
    max-width: 100%;
}

section.calculator .el-form-item__content {
    display: block;
}

section.calculator .el-form-item {
    display: grid;
    text-align: left;
    width: 100%;
}

section.calculator .el-checkbox__inner:after {
    font-size: 20px;
    left: 8px;
    top: 5px;
}

section.calculator label.el-checkbox.is-checked {
    background: #005d9a;
    color: #fff;
}

section.calculator .el-checkbox__input.is-checked .el-checkbox__inner::after {
    color: #000;
    border-color: #000000;
    border: 2px solid #000;
    border-left: 0;
    border-top: 0;
    top: 10px;
    left: 10px;
}

section.calculator .el-checkbox__input.is-checked .el-checkbox__inner {
    background: #fff600;
    color: #000;
}

.cheks .el-form-item__content {
    margin-bottom: 10px;
}

section.calculator .el-checkbox__input.is-checked+.el-checkbox__label {
    color: #fff;
}

section.calculator label.el-checkbox {
    display: grid;
    border: 1px solid;
    padding: 12px 12px;
    border-radius: 10px;
    width: fit-content;
    margin-bottom: 0px;
    border: 0px solid #0fd0e1;
    color: #ffffff;
    background: #004470;
    height: fit-content;
    width: 100%;
    height: 100%;
    grid-template-columns: 20px calc(100% - 20px);
}

section.calculator .el-card.is-always-shadow {
    overflow: visible;
    background: transparent;
    color: #fff;
    border: none;
}

section.contacts> :nth-child(1) a:hover {
    color: #fff600;
}

section.contacts> :nth-child(1) a i {
    color: #fff600;
    margin: 3px 10px;
}

section.contacts> :nth-child(1) a {
    display: flex;
    font-size: 22px;
    margin: 15px 0px;
    color: #fff;
}

body input:-webkit-autofill,
body input:-webkit-autofill:hover,
body input:-webkit-autofill:focus,
body input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset !important;
    -webkit-text-fill-color: #fff !important;
    background-color: red !important;
    transition: background-color 9999s ease-in-out 0s;
}

input:-webkit-autofill {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #ffffff !important;

}

.pole input.phone-input {
    padding-left: 22px;
}

span#phone-flag {
    position: absolute;
    margin: 20px -2px;
}

.custom-dropdown {
    position: relative;
}



.popup.active .b-back-sfon {
    transform: rotateX(0deg) translateY(0px);
    opacity: 1;
}

.popup.active .popup-in {}


.popup .b-back-sfon {
    transform: rotateX(-50deg) translateY(100px);
    transition: 1s;
    opacity: 0;
}

.popup .popup-in {
    perspective: 800px;
}







span.fa-xx {
    position: absolute;
    right: 38px;
    top: 38px;
    font-size: 115px;
    font-weight: 100;
    transition: 0.4s;
    transform: rotate(45deg);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    z-index: 9;
}

span.fa-xx:hover {
    transform: rotate(135deg);
}

.popup>div {
    max-width: 650px;
    margin: 0 auto;
    overflow: visible;
}

.popup.active {
    opacity: 1;
    z-index: 9999999;
}

.popup {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #0b0b0b;
    z-index: 999;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: 0.4s;
    z-index: -1;
    opacity: 0;
}

form.contact-form {
    padding: 10px;
}

form .a21 {
    transition: 0.4s;
    cursor: pointer;
    background: transparent;
    font-family: 'Montserrat';
    font-size: 16px;
    letter-spacing: 2px;
}

.custom-dropdown .options {
    display: none;
    position: absolute;
    top: 92%;
    left: -8px;
    right: 0;
    background-color: #122035;
    border: 0px solid #ccc;
    border-radius: 15px;
    margin-top: 0px;
    z-index: 10;
    max-height: 471px;
    overflow-y: auto;
    list-style: none;
    margin: 0;
    padding: 10px 8px;
    cursor: pointer;
}

input#id_file {
    font-size: 12px;
}

.custom-dropdown.active .options {
    display: block;
}

.custom-dropdown .options li {
    padding: 10px 14px;
    transition: 0.4s;
    border-radius: 12px;
}

.custom-dropdown .selected i {
    font-size: 13px;
    color: #818181;
}

.custom-dropdown .options li:hover {
    background-color: #1a2b45;
}

body :focus-visible {
    outline: none;
}

.custom-dropdown .selected {
    cursor: pointer;
}

.custom-dropdown .selected, .pole input, .pole textarea, .pole select {
    border: none;
    font-family: 'Montserrat';
    font-size: 18px;
    padding: 20px 10px;
    width: 97%;
    background: transparent;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #707070;
    position: relative;
    z-index: 2;
    max-height: 150px;
}

.px {
    display: grid;
    grid-template-columns: 50% 50%;
}

section.contacts span.fa-xx {
    display: none;
}

.error-msg {
    color: #fff600;
    font-size: 14px;
    margin-top: -8px;
    margin-bottom: 15px;
}

.b-back-sfon {
    position: relative;
    overflow: hidden;
}

form.contact-form i {
    color: #fff600;
}

form .a21:hover,
form .a21:hover i {
    color: #000;
}

.load {
    display: none;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
    position: absolute;
    transition: 0.4s;
    width: 100%;
    height: 100%;
    background: rgb(11 11 11);
    opacity: 0.9;
    justify-content: center;
    flex-direction: column;
    z-index: 9;
    left: 0;
    top: 0;
}

.load i {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

section.contacts {
    display: grid;
    grid-template-columns: 50% 50%;
}

section.home-banner.small.very {
    min-height: 555px;
}

section.home-banner.small.very h1 {
    font-size: 45px;
}

section.sircle.small {
    transform: scale(0.6);
    top: -65px;
}

section.sircle.small::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #070c14, #070c14, rgb(7 12 20 / 60%), transparent);
    left: 0;
    bottom: 0;
}

section.sircle.small~div {
    position: relative;
    z-index: 5;
}

ul.x3 li {
    margin-bottom: 9%;
}

.img {
    overflow: hidden;
}

.ress span {
    font-size: 22px;
    padding: 22px 0px;
}

.xl2 .text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10%;
}

.img img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}

.xl2 .text h3 {
    font-size: 28px;
}

.xl2 .text {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.bloxks_img> :nth-child(2n) .img {
    order: 2;
}

.xl2 {
    display: grid;
    grid-template-columns: 50% 50%;
    min-height: 475px;
}

.bloxks_img {
    position: relative;
    z-index: 2;
}

.ads ul p {
    text-align: center;
}

.ads ul strong {
    display: block;
    text-align: center;
    color: #fff600;
    font-size: 22px;
    margin-bottom: 17px;
}

.ads ul img {
    width: 100%;
    object-fit: contain;
    max-height: 200px;
    width: fit-content;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
    max-width: 86%;
}

ul.x3 {
    position: relative;
    z-index: 2;
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 33% 33% 33%;
}

section#content_block {
    position: relative;
}

section#content_block::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(0deg, #070c14, #070c14, transparent);
}


ul.breads i {
    color: #ffffff;
    font-size: 12px;
    margin: 0px 7px;
}

ul.breads {
    position: relative;
    z-index: 9;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 32px;
    position: absolute;
    top: 160px;
}

.we-are span div strong {
    color: #fff600;
}

section#readMoreSection .a21 {
    margin-top: 25px;
}

.expanded .read-more-content {
    max-height: 10000px;
}

.read-more-content {
    max-height: 0px;
    overflow: hidden;
    position: relative;
}

.read-more-content.expanded {
    max-height: none;
}



section.seo-text li {
    list-style: circle;
    margin: 0px -20px;
    padding: 8px 0px;
}

.we-are>:nth-child(1), .we-are>:nth-child(2), .we-are>:nth-child(3), .we-are>:nth-child(4), .we-are>:nth-child(5), .we-are>:nth-child(6), .we-are>:nth-child(7), .we-are>:nth-child(8), .we-are>:nth-child(9) {
    min-height: 26vh;
}

.web-site .services-circle>svg {
    margin: 0 auto;
    position: absolute;
    left: calc(50% - 137.5px);
}

.web-site .services-circle>svg~.img {
    filter: none;
    background: #fff;
    padding: 8px;
    width: 100px;
    height: 100px;
    border-radius: 66px;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
}


div#smooth-wrapper {
    transition: 0.4s;
}

div#smooth-wrapper.menu-open {
    opacity: 0.1;
}

.mob-header,
.service-item .img {
    display: none;
}

div.d5 section {
    padding-bottom: 0;
}

div.d5 {
    overflow: hidden;
}

footer div.logo {
    width: 100%;
}

footer .logo svg {
    margin: 0 auto;
    display: block;
}

footer li.lilogo p {
    margin: 0;
    padding: 12px 0px;
    text-align: center;
}

div#completeCounter strong {
    color: #fff600;
}

div#completeCounter {
    text-align: center;
    width: 100%;
    margin: 22px 0px;
    font-size: 12px;
    color: #838383;
}

@keyframes pulse {
    0% {
        color: #0fd0e1;
    }

    50% {
        color: #fff600;
    }

    100% {
        color: #0fd0e1;
    }
}

.pulse {
    animation: pulse 0.6s ease;
}


footer li>a:hover {
    color: #fff600;
}

ul.footer-menu-b li.menu-item.has-children {
    width: 100%;
    margin: 0;
    padding: 0;
}

ul.footer-menu-b {
    text-align: left;
}

footer li>a.a i {
    margin-right: 7px;
    color: #fff600;
}

footer ul ul {
    border-top: 1px solid #252525;
    padding-top: 13px;
}

footer li>a, footer li>p {
    color: #fff;
    padding: 7px 0px;
    display: block;
    position: relative;
    padding-left: 24px;
}

footer li>a i {
    position: absolute;
    left: 0;
    top: calc(50% - 9px);
}

footer {
    padding: 50px 10%;
    position: relative;
    display: grid;
    grid-template-columns: 17% 22% 40% 21%;
    background: #0d0d0d;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

footer>ul~div svg, footer>ul~div img {
    width: 100%;
    height: fit-content;
}

footer .a21 {
    margin-bottom: 7px;
}

footer>ul~div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-right: 10%;
    padding-left: 10%;
}

ul.footer-menu-b li.menu-item.has-children>a {
    font-size: 0;
}

footer::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #070c14;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 27%;
    /* filter: brightness(0.1); */
    z-index: -1;
}

footer li.lilogo a {
    font-size: 0;
    margin: 0;
    padding: 0;
    height: 50px;
}




.logos-slide img {
    border: 1px solid #464646;
    padding: 10px;
    border-radius: 10px;
    width: fit-content;
    height: fit-content;
    display: inline;
    max-height: 95px;
    margin: 6px;
    max-width: max-content;
}

div.clients {
    padding-bottom: 150px;
}

.logo-slider {
    display: flex;
    overflow: hidden;
}

.logos-slide {
    display: flex;
    animation: scroll 40s linear infinite;
}

.logos-slide.b {
    animation: scroll 30s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
        /* Начало анимации */
    }

    100% {
        transform: translateX(-100%);
        /* Перемещение всех изображений влево */
    }
}

.logos-slide img.w {
    background: #ffffff;
}

svg.svg6 {
    position: absolute;
}

/* Изначальное состояние для .cloned - скрыто */
.cloned {
    opacity: 1;
    transform: translateX(50px);
    /* Начальная позиция немного вправо */
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

/* Когда элемент появляется на экране */
.cloned.show {
    opacity: 1;
    transform: translateX(0);
    /* Элемент приходит на свое место */
}





























.revi ul.listing {
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 0
}

.rev_bs {
    display: flex;
    justify-content: space-between;
    width: 40%;
    margin: 0 auto;
    margin-top: 50px;
}

.revi ul.listing li {
    border: 1px solid #292929;
    margin: 4px;
    padding: 21px 40px;
    border-radius: 10px;
    position: relative;
    padding-bottom: 15px;
    transition: 0.4s;
}

.revi ul.listing li:hover {
    border: 1px solid #0fd0e1;
}

.revi span.author-avatar {
    float: left;
    width: 50px;
    margin-right: 10px
}

.revi .text {
    padding: 10px 0
}

.revi .a23 {
    display: table;
    float: left;
    margin: 10px
}

.revi {
    display: table;
    width: 100%
}

.revi span.author-avatar img {
    width: 100%;
}

.revi span.author-name {
    font-weight: 500;
    display: table
}

.revi span.rating {
    color: #ffb100
}

.revi span.relative-time-description {
    display: table;
    color: #898787;
    font-weight: 100
}

.as2 {
    position: absolute;
    left: 50%;
    width: 2px;
    height: 2px;
    bottom: -275px;
}

.ab2 {
    position: absolute;
    right: 50%;
    width: 2px;
    height: 2px;
    bottom: -275px;
}

.open .as2 .a {
    content: "";
    position: absolute;
    top: -275px;
    right: 0;
    width: 1300px;
    height: 275px;
    background: #070c14;
}

.open .ab2 .b {
    content: "";
    position: absolute;
    top: -275px;
    left: 0;
    width: 1300px;
    height: 275px;
    background: #070c14;
}

ul.price-ul li:hover {
    background: #070c14;
}

ul.price-ul li:hover {
    background: #070c14;
    border: 1px solid #070c14;
}

ul.price-ul li .img {
    background: #f02f1e00;
    width: 50px;
    height: 50px;
    padding: 7px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    float: left;
    margin: 4px 0px;
    margin-right: 10px;
    border: 1px solid #fff;
}

ul.price-ul li span {
    display: grid;
    grid-template-columns: 58px calc(100% - 58px);
    padding: 25px 0px;
}

ul.price-ul li strong p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #F44336;
    display: block;
}

ul.price-ul li h3 {
    color: #0fd0e1;
    font-size: 24px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    line-height: 1;
    padding: 5px 0px;
}

ul.price-ul li strong {
    color: #ffffff;
    display: block;
    font-weight: 500;
    font-size: 22px;
    margin-top: 33px;
    position: absolute;
    left: 40px;
    bottom: 36px;
}

ul.price-ul li {
    border: 1px solid #292929;
    margin: 4px;
    padding: 21px 40px;
    border-radius: 10px;
    position: relative;
    padding-bottom: 100px;
    transition: 0.4s;
}

ul.price-ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}

section.open {
    background: #000000;
    transition: 0.4s;
    margin-top: 150px;
    position: relative;
    padding-top: 150px;
    padding-bottom: 350px;
    overflow: hidden;
}

.as {
    position: absolute;
    left: 50%;
    width: 2px;
    height: 2px;
    top: 0px;
}

.ab {
    position: absolute;
    right: 50%;
    width: 2px;
    height: 2px;
    top: 0px;
}

.open .as .a {
    content: "";
    position: absolute;
    top: -275px;
    right: 0;
    width: 1300px;
    height: 275px;
    background: #070c14;
}

.open .ab .b {
    content: "";
    position: absolute;
    top: -275px;
    left: 0;
    width: 1300px;
    height: 275px;
    background: #070c14;
}

div#d6 {
    z-index: 2;
    position: relative;
}

.steps strong p {
    margin: 0px 0px;
    padding: 0;
    margin-top: 21px;
}

.steps strong i {
    background: #000000;
    width: 50px;
    height: 50px;
    padding: 7px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    float: left;
    margin: -8px 0px;
    margin-right: 10px;
}

.steps strong {
    color: #0fd0e1;
    font-size: 28px;
}

svg.svg5 {
    position: absolute;
    left: -4%;
    top: 86%;
    /* background: red; */
    width: 111%;
}

.steps {
    display: flex;
    gap: 100px;
    width: fit-content;
}

.steps>div {
    width: 450px;
    padding: 50px 0px;
}

section.cli {
    position: relative;
}

section.cli p {
    background: rgb(7 12 20 / 68%);
    width: fit-content;
    padding: 17px 0px;
    margin: -40px 0px;
    margin-bottom: 50px;
}

div.d5 .a21 {
    margin: 0 auto;
    background: #070c14;
    position: relative;
    margin-top: 4%;
    margin-bottom: 0;
}

div.d5 .a21:hover {
    background: #fff;
}

svg {
    overflow: visible;
}

svg.svg4.active {
    opacity: 1;
}

svg.svg4 {
    position: absolute;
    left: 45%;
    top: 54%;
    transition: 0.4s;
    opacity: 0;
    z-index: -1;
}

.digiz h2 bold {
    font-size: 35px;
    display: block;
}

.digiz h2 {
    font-size: 74px;
    margin-bottom: 3px;
}

.digiz>.div h3 {
    color: #0fd0e1;
    margin-bottom: 39px;
}

.digiz>div {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.digiz {
    display: grid;
    grid-template-columns: 50% 40%;
    grid-column-gap: 10%;
}

.x4 {
    display: grid;
    grid-template-columns: 100%;
}

.x4 img {
    width: 100px;
    height: 100px;
    padding: 14px;
    border-radius: 54px;
    filter: invert(1);
    border: 1px solid;
    margin: 10px 0px;
}

.x4>div {
    display: grid;
    grid-template-columns: 100px 300px;
    grid-column-gap: 20px;
}

.x4>div h3 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-weight: 500;
}

#words-wrapper {
    position: relative;
    overflow: visible;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 90vh;
}

.words-scroll {
    display: flex;
    padding-left: 36%;
    padding-right: 16%;
}

.word {
    font-size: 200px;
    margin-right: 30%;
    width: max-content;
    display: flex;
    min-width: max-content;
}

.word~.word~.word {
    margin-right: 50%;
}

div.d4 {
    position: relative;
}

svg.svg3 {
    position: absolute;
    right: -4%;
    width: 118%;
    transform: scale(1.1);
}

.we-are {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    position: relative;
}

.we-are span {
    min-height: 150px;
    padding: 35px;
    padding-top: 27px;
    border: 1px solid #494949;
    margin-top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: center;
}

.we-are span div {
    position: sticky;
    top: 0;
}

section.we-are bold {
    font-size: 100px;
}

section.we-are bold~p {
    font-size: 30px;
}



.landing-nav {
    position: fixed;
    left: 5px;
    top: 0;
    z-index: 5;
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
}

.landing-nav a {
    background: transparent;
    width: 36px;
    height: 36px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 1px 0px;
    border-radius: 8px;
    font-size: 11px;
    transition: 0.4s;
    position: relative;
    color: #fff;
    height: 40px;
}

.landing-nav a.active {
    color: #0fd0e1;
}



.landing-nav a.active::before,
.landing-nav a.active::after {
    background: #0fd0e1;
}

.landing-nav a::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 1px;
    background: transparent;
    top: calc(50% - 1px);
    left: 31px;
    transition: 0.4s;
}

.landing-nav a::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 1px;
    background: transparent;
    top: calc(50% - 1px);
    left: -2px;
    transition: 0.4s;
}

.landing-nav a.verh {
    transform: rotate(180deg);
    opacity: 0;
}

.landing-nav a.verh.scroll-down {
    opacity: 1;
}

section.services>div>div {
    margin: 2% 0%;
    padding: 3%;
    height: 90vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

section.services>div h3 {
    font-size: 50px;
    margin: 0;
    padding: 0;
}

section.services>div h3~p {
    font-size: 20px;
    margin-bottom: 32px;
    color: #fbfbfb;
}


section.services-in {
    padding-top: 150px;
    margin-bottom: -12%;
}

section.services-in h2 {
    text-align: center;
    font-size: 80px;
}

section.services-in h2~p {
    text-align: center;
    font-size: 40px;
}





.services-circle {
    position: sticky;
    top: 0;
    height: 275px;
    width: 275px;
    margin: 0 auto;
}

.progress-ring__circle {
    cx: 137.5;
    cy: 137.5;
    r: 120.5;
    stroke: #0FD0E1;
    stroke-width: 32;
    fill: none;
    stroke-dasharray: 763;
    stroke-dashoffset: 763;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

.progress-ring__circle.a2 {
    stroke: #a50fe1;
}

.progress-ring__circle.a3 {
    stroke: #e10f67;
}

.progress-ring__circle.a4 {
    stroke: #e10f0f;
}

.progress-ring__circle.a5 {
    stroke: #e19e0f;
}

.progress-ring__circle.a6 {
    stroke: #fcfcfc;
}

.progress-ring__circle.a7 {
    stroke: #bae10f;
}

.progress-ring__circle.a8 {
    stroke: #e10f90;
}


svg.svg2 {
    position: absolute;
    z-index: -1;
    width: 100vw;
    left: 21%;
    margin-top: -32%;
}

.services-circle>svg~.img {
    position: absolute;
    width: 100%;
    padding: 0%;
    transition: 0.4s;
    opacity: 0;
    background: #000;
    filter: invert(1);
    width: 50px;
    height: 50px;
    padding: 7px;
    border-radius: 8px;
    left: calc(50% - 2px);
}

svg.active-ring~.img {
    opacity: 1;
}

svg.active-ring~.img~.img {
    opacity: 0;
}

section.services {
    margin-top: 10%;
    position: relative;
    display: grid;
    grid-template-columns: 50% 50%;
}

.services-circle {
    /* background: #3F51B5; */
    height: 98vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.services-circle>svg {
    margin: 0 auto;
    position: absolute;
}

section.services>div~div {
    display: grid;
    grid-template-columns: 100%;
}

section.services h2, section.services p, section.services>div {
    position: relative;
    z-index: 2;
}

/*
section.services::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 81%;
    background: linear-gradient(0deg, #070c14, #070c14, transparent);
}
*/
.services-circles {
    display: flex;
    justify-content: center;
}

section.services {
    position: relative;
    margin-bottom: -20px;
}

a.show_big:hover {
    animation: rotate_a 1.6s linear infinite;
}

@keyframes rotate_a {
    0% {
        transform: rotate(0deg) translateX(5px) rotate(0deg);
    }

    100% {
        transform: rotate(360deg) translateX(5px) rotate(-360deg);
    }

}

a.show_big:hover span {
    transform: scale(1.1)
}

a.show_big {
    transition: 0.4s;
    transform: scale(1);
    position: absolute;
    left: calc(50% - 87px);
}

a.show_big span {
    background: #ffffff;
    width: 175px;
    height: 175px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-radius: 50%;
    color: #070c14;
    font-weight: 600;
    transition: 0.4s;
}

a.show_big i {
    font-size: 32px;
}

section.works-animate .raboty {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
}

section.works-animate .raboty h2 {
    margin: 0;
    padding: 0;
}

.work-item img {
    width: 58vh;
    height: auto;
}

section.works-animate {
    transition: background 0.5s ease;
}

section.works-animate.active {
    background: #070c14;
}

section.works-animate::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, #070c14, #070c14, transparent);
}

section.works-animate::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, #070c14, #070c14, transparent);
}

.work-item.icon-start {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.work-item.icon-start img~img {
    position: absolute;
    width: 50px;
    height: 30px;
    left: calc(50% - 24px);
    top: 32%;
}

.work-item img {
    width: 100%;
}

.svg2 {
    transition: 0.4s;
}

.svg2.active {
    opacity: 0;
}

.raboty .scroll-wrapper {
    position: relative;
    z-index: 2;
    width: min-content;
    max-width: min-content;
}

section.sircle.active {
    opacity: 0;
}

section.sircle {
    position: absolute;
    top: 1%;
    left: 19%;
}

section.sircle svg {
    width: 50vw;
}

.works-list3 {
    display: flex;
    padding-left: 0%;
    /* задержка перед прокруткой */
}

.work-item {
    flex-shrink: 0;
    width: 450px;
    position: relative;
    padding-bottom: 50px;
}

.work-item .a21 {
    position: absolute;
    bottom: 0;
}

.scroll-wrapper {
    overflow: visible;
}




section.home-banner h1 {
    z-index: 4;
    position: relative;
    font-size: 75px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    line-height: 1;
}

section.home-banner h2 {
    z-index: 4;
    position: relative;
    font-size: 22px;
    margin: 0;
    padding: 0;
    font-weight: 300;
    margin-bottom: 14px;
}

section.home-banner img {
    animation-delay: 0s;
}

section.home-banner img:nth-of-type(2) {
    animation-delay: 0.5s;
}

section.home-banner img:nth-of-type(3) {
    animation-delay: 1s;
}

@keyframes fades {
    0% {
        opacity: 0.1;
    }

    30% {
        opacity: 0.4;
    }

    60% {
        opacity: 0.1;
    }

    100% {
        opacity: 0.1;
    }
}

.animated-img {
    opacity: 0.1;
}

.animated {
    animation: fades 1.6s ease;
}


section {
    padding: 50px 10%;
}

section.home-banner {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding-top: 9%;
    user-select: none;
}

section.home-banner .a21 {
    position: relative;
    z-index: 4;
}

section.home-banner::before {
    content: '';
    position: absolute;
    left: -27%;
    top: -24%;
    width: 1400px;
    height: 1400px;
    background: url(/media/images/blur.original.png);
    background-position: center;
    background-size: 100%;
    opacity: 0.6;
    z-index: 2;
}

section.home-banner>span {
    display: grid;
    margin-top: 2%;
    grid-template-columns: auto auto auto;
    width: fit-content;
    grid-column-gap: 3%;
}

@keyframes shadowPulse {
    0% {
        background: #00a4ff
    }

    50% {
        background: #006676;
    }

    100% {
        background: #00a4ff;
    }
}

section.home-banner::after {
    position: absolute;
    width: 1023px;
    height: 1023px;
    top: 244px;
    background: #3D59FB;
    opacity: 0.2;
    filter: blur(225px);
    right: 0px;
    z-index: 2;
}

section.home-banner img {
    position: absolute;
    width: 400px;
    z-index: 3;
    filter: brightness(0) invert(1);
    opacity: 0.1;
    left: 0;
}

section.home-banner img~img {
    transform: scale(1.5);
}

section.home-banner img~img~img {
    transform: scale(2);
}

.a21:hover {
    background: #fff;
    transform: scale(1.1);
    color: #0fd0e1;
}

.a21:hover i {
    transform: rotate(360deg);
}

.a21 i {
    margin: 2px 0px;
    transition: 0.4s;
    width: fit-content;
    position: absolute;
    left: 18px;
    top: calc(50% - 10px);
}

ul.main-menu>li>a.active-link::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #585656;
    left: 0;
    bottom: 18px;
}

.a21.simple {
    padding-right: 32px;
}



/*Menu Desctop*/
body.light-theme li.day-night-toggle::after {
    left: 50%;
}

body.light-theme li.day-night-toggle> :nth-child(2) {
    color: #000;
}

body.light-theme li.day-night-toggle> :nth-child(1) {
    color: #fff;
}

li.day-night-toggle> :nth-child(1) {
    color: #000;
}

li.day-night-toggle i {
    position: relative;
    z-index: 2;
}

li.day-night-toggle::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #fff600;
    z-index: 1;
    transition: 0.4s;
}

li.day-night-toggle {
    cursor: pointer;
    margin: 24px 0px;
    margin-bottom: 0;
    background: #070c14;
    height: fit-content;
    position: absolute;
    left: 0;
    border-radius: 50px;
    overflow: hidden;
    width: 62px;
    height: 24px;
    display: flex;
    justify-content: space-between;
    padding: 3px 10px;
}

.logo circle {
    transition: 0.4s;
}

.logo:hover circle {
    animation: rotate_alogo 0.2s linear infinite;
}


ul.main-menu.scroll-down .logo:hover circle {
    filter: brightness(1) invert(0);
}

@keyframes rotate_alogo {
    0% {
        transform: rotate(0deg) translateX(8px) rotate(0deg);
    }

    100% {
        transform: rotate(360deg) translateX(8px) rotate(-360deg);
    }

}


.logo:hover g circle {
    animation: rotate_alogo 0.5s linear infinite
}

.logo:hover g> :nth-child(2n) circle {
    animation: rotate_alogo 0.4s linear infinite
}

.logo svg {
    width: 153px;
    height: 60px;
    padding: 0px 8px;
    margin: 11px 0px;
}

ul.main-menu li.lilogo a {
    font-size: 0px;
}

li.langs a {
    text-transform: uppercase;
}

li.langs, li.menu-item.has-children {
    position: relative;
    cursor: pointer;
    padding: 0px 20px;
    width: fit-content;
    padding-left: 0;
}

ul.main-menu>li {
    margin-left: 42px;
}

li.menu-item.has-children>a {
    cursor: pointer;
}

li.langs i, li.menu-item.has-children i {
    position: absolute;
    top: 28px;
    right: 0px;
    transition: 0.4s;
    width: fit-content;
}

li.langs:hover i,
li.menu-item.has-children:hover i {
    transform: rotate(360deg);
}

ul.main-menu .a21, .a21 {
    border: 2px solid #fff;
    display: grid;
    grid-template-columns: 20% 80%;
    width: fit-content;
    height: fit-content;
    padding: 15px 20px;
    color: #fff;
    position: relative;
    padding-left: 50px;
    height: initial;
}

ul.main-menu li:hover>ul {
    z-index: 1;
    opacity: 1;
    transform: translateY(0px);
    pointer-events: all;
}

ul.main-menu ul {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: 0.2s;
    transform: translateY(50px);
    background: linear-gradient(45deg, #070c14, #0d142c);
    padding: 20px 35px;
    left: -35px;
    min-width: max-content;
    display: block;
    opacity: 0;
    pointer-events: none;
}

ul.main-menu ul a {
    padding: 12px 0px;
    position: relative;
}

ul.main-menu ul li~li a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 50px;
    height: 1px;
    background: #292929;
    max-width: 90%;
}

ul.main-menu li.lilogo {
    position: absolute;
    left: 10%;
    margin: 0;
}

ul.main-menu a:hover {
    color: #06919d;
}

ul.main-menu a.active-link {
    color: #0fd0e1;
}

li.zakaz {
    padding: 9px 0px;
}

ul.main-menu.scroll-down {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #070c14;
}

ul.main-menu.scroll-up {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #070c14;
}

ul.main-menu {
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: end;
    list-style: none;
    margin: 0;
    padding: 42px 10%;
    left: 0;
    z-index: 9;
    transition: 0.4s;
    top: 0;
}

ul.main-menu a {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    position: relative;
    width: fit-content;
}



.preloader.loaded span::before {
    width: 0;
}

.preloader.loaded.hidden {
    opacity: 0;
    z-index: -1;
}

div.logo .a img {
    max-width: 90px;
    display: block;
    margin: 18px 5px;
}

div.logo {
    position: relative;
    width: 180px;
    height: 70px;
    overflow: visible;
    display: block;
    top: -6px;
}

div.logo .a {
    position: relative;
    width: 135px;
    height: 100%;
    float: right;
    top: 4px;
    left: 0;
}

div.logo .b {
    position: absolute;
    width: 1px;
    height: 1px;
    left: 0px;
    top: 17px;
    transition: 1s;
    overflow: visible;
}

div.logo img {
    position: absolute;
    width: 100%;
    opacity: 1;
    left: 0;
}

div.logo .b>:nth-child(1) {
    min-width: 25px;
    display: block;
    height: 25px;
    left: 25px;
    transition: 0.4s;
}

div.logo .b>:nth-child(2) {
    min-width: 25px;
    display: block;
    transition: 0.4s;
}

div.logo .b>:nth-child(3) {
    min-width: 25px;
    display: block;
    left: 25px;
    top: 25px;
    transition: 0.4s;
}

div.logo:hover .b>:nth-child(1) {
    transform: translate(2px, -2px);
}

div.logo:hover .b>:nth-child(2) {
    transform: translate(-2px, -2px);
}

div.logo:hover .b>:nth-child(3) {
    transform: translate(2px, 2px);
}


@media(min-width:1925px) {

    section.home-banner {
        min-height: 1200px;
    }

    .work-item img {
        width: 450px;
        height: auto;
    }

    html, body {
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        height: 100%;
    }

    #smooth-wrapper {
        max-width: 1920px;
        margin: 0 auto;
        position: relative;
    }

    ul.main-menu {
        max-width: 1920px;
        padding-left: 0;
        padding-right: 0;
        left: calc(50% - 960px);
    }
}



/*Light-theme*/
body.light-theme ul.breads a {
    color: #152c52;
}

body.light-theme ul.breads i {
    color: #000000;
}

body.light-theme section.contacts> :nth-child(1) a i {
    color: #152c52;
}

body.light-theme form.contact-form i {
    color: #152c52;
}

body.light-theme section.contacts> :nth-child(1) a {
    color: #000000;
}

body.light-theme .custom-dropdown .options {
    background-color: #f7f7f7;
}

body.light-theme .custom-dropdown .options li:hover {
    background-color: #d8e7ff;
}

body.light-theme .custom-dropdown .selected,
body.light-theme .pole input,
body.light-theme .pole textarea,
body.light-theme .pole select {
    color: #000000;
}

body.light-theme section.sircle.small::after {
    background: linear-gradient(0deg, #ffffff, #ffffff, rgb(255 255 255 / 60%), transparent);
}

body.light-theme {
    background: #ffffff;
    color: #152c52;
}

body.light-theme section.home-banner img {
    width: 400px;
    filter: brightness(0);
    opacity: 0.3;
}

body.light-theme section.home-banner::before {
    opacity: 0;
}

body.light-theme .animated {
    animation: fades_dark 1.6s ease;
}

body.light-theme section.calculator {
    color: #000000;
}

body.light-theme .ress strong {
    color: #152c52;
    margin: 0px 7px;
}

body.light-theme section.calculator .el-slider__bar {
    background: linear-gradient(90deg, #fffeee, #fff600);
}

body.light-theme section.calculator .el-checkbox__label {
    color: #000;
}

body.light-theme section.calculator .el-checkbox__inner {
    background: #dfdfdf;
}

body.light-theme section.calculator .el-button-group>.el-button.el-button--primary {
    background: #005d9a;
    border: 1px solid #005d9a;
    color: #fff;
}

body.light-theme section.calculator label.el-checkbox.is-checked {
    color: #000;
}

body.light-theme section.calculator .el-checkbox__input.is-checked+.el-checkbox__label {
    color: #000;
}

body.light-theme section.calculator .el-form-item__label {
    text-align: left;
    width: fit-content;
    color: #000000;
}

body.light-theme section.calculator .el-button-group>.el-button {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
}

body.light-theme section.calculator .el-button-group,
body.light-theme .ress,
body.light-theme section.calculator label.el-checkbox,
body.light-theme .sliblo {
    background: #ffffff;
    box-shadow: 0px 0px 12px -7px #000;
}

body.light-theme .sliblo p>i {
    color: #152c52;
}

@keyframes fades_dark {
    0% {
        opacity: 0.3;
    }

    30% {
        opacity: 0.4;
    }

    60% {
        opacity: 0.7;
    }

    100% {
        opacity: 0.3;
    }
}

body.light-theme .ads ul strong {
    color: #152c52;
}

body.light-theme section#content_block::after {
    background: linear-gradient(0deg, #ffffff, #ffffff, transparent);
}

body.light-theme .landing-nav a {
    color: #152c52;
}

body.light-theme section.calculator .el-button-group>.el-button:hover {
    background: #035185;
    color: #fff;
}

body.light-theme .we-are span div strong {
    color: #152c52;
}

body.light-theme .web-site .services-circle>svg~.img {
    background: #f1f1f1;
}

body.light-theme .ads ul img {
    background: #111;
    padding: 16px;
}

body.light-theme .preloader {
    background: #ffffff;
}

body.light-theme ul.main-menu a {
    color: #152c52;
}

body.light-theme .landing-nav a.active {
    color: #0fd0e1;
}

body.light-theme .load {
    background: rgb(255 255 255);
}

body.light-theme section.sircle path {
    filter: invert(1);
}

body.light-theme section.works-animate::before {
    background: linear-gradient(0deg, #ffffff, #ffffff, transparent);
}

body.light-theme section.works-animate::after {
    background: linear-gradient(180deg, #ffffff, #ffffff, transparent);
}

body.light-theme ul.main-menu a.active-link {
    color: #0fd0e1;
}

body.light-theme ul.main-menu .a21,
body.light-theme .a21 {
    border: 2px solid #152c52;
    color: #152c52;
}

body.light-theme div.d5 .a21:hover {
    background: #152c52;
    color: #ffffff;
}

section.services-in h2~p {
    text-shadow: 0px 0px 18px #070c14;
}

body.light-theme section.services-in h2~p {
    text-shadow: 0px 0px 18px #fff;
}

body.light-theme .error-msg {
    color: #ff5f5f;
}

body.light-theme ul.main-menu {
    background: transparent;
}

body.light-theme ul.main-menu.scroll-up,
body.light-theme ul.main-menu.scroll-down {
    background: #ffffff;
}

body.light-theme a.show_big span {
    background: #f1f1f1;
}

body.light-theme .services-circle>:nth-child(1)>circle {
    stroke: #f1f1f1;
}

body.light-theme section.services>div h3~p {
    color: #000000;
}

body.light-theme .preloader_small svg circle,
body.light-theme .preloader_small svg path {
    fill: #092b41;
}

body.light-theme .services-circle>svg~.img {
    background: #181818;
}

body.light-theme .progress-ring__circle.a6 {
    stroke-width: 34px;
}

body.light-theme svg.svg6 path,
body.light-theme svg.svg5 path,
body.light-theme svg.svg4 path {
    filter: invert(1);
}

body.light-theme div.d5 .a21 {
    background: #ffffff;
}

body.light-theme section.potfolio_all .work-item::after {
    background: linear-gradient(-90deg, transparent, #939393);
}

body.light-theme section.potfolio_all .work-item::before {
    background: linear-gradient(0deg, transparent, #939393);
}

body.light-theme .open .as .a,
body.light-theme .open .ab .b {
    background: #ffffff;
}

body.light-theme section.open {
    color: #000000;
}

body.light-theme ul.price-ul li .img {
    border: 1px solid #ffffff;
    filter: invert(1);
    color: #fff;
}

body.light-theme .open .ab2 .b {
    background: #ffffff;
}

body.light-theme .open .as2 .a {
    background: #ffffff;
}

body.light-theme ul.price-ul li {
    border: 1px solid #ffffff;
    background: #fff;
}

body.light-theme ul.price-ul li strong {
    color: #000000;
}

body.light-theme ul.price-ul li:hover {
    background: #fff600;
    border: 1px solid #fff600;
}

body.light-theme .popup {
    background: #ffffff;
}

body.light-theme .logos-slide img {
    background: #ffffff;
}

body.light-theme .logos-slide img.w {
    background: #fff;
}

body.light-theme .logos-slide img.b {
    background: #000;
}

body.light-theme footer ul {
    color: #000;
}

body.light-theme header .logo svg>g> :nth-child(1), body.light-theme header .logo svg>g> :nth-child(3), body.light-theme header .logo svg>g> :nth-child(4), body.light-theme header .logo svg>g> :nth-child(5) {
    fill: #152c52;
}

body.light-theme header .logo svg g {
    filter: none;
}

body.light-theme header .logo svg path~g path {
    stroke-width: 24px;
    filter: brightness(0);
}

body.light-theme header ul.main-menu.scroll-down .logo circle {
    filter: brightness(1) invert(0);
}

body.light-theme .steps strong i {
    background: #f3f1f1;
}

body.light-theme .revi ul.listing li {
    border: 1px solid #e1e1e1;
}

body.light-theme .revi ul.listing li:hover {
    border: 1px solid #0fd0e1;
}

body.light-theme section.cli p {
    background: rgb(255 255 255 / 75%);
}

body.light-theme ul.main-menu ul {
    background: #fff;
    border: 1px solid #152c52;
}

body.light-theme section.open {
    background: #fff600;
}

section.open h2 {
    margin-bottom: -12px;
    padding-bottom: 0;
}

.a21 span {
    width: max-content;
}

@media(max-width:1800px) {
    section.steps_sect h2 {
        margin-bottom: 15px;
    }

    svg.svg5 {
        top: 84%;
    }

    .steps>div {
        width: 450px;
        padding: 35px 0px;
    }

}

@media(max-width:1600px) {
    section.home-banner::before {
        left: -32%;
        top: calc(50% - 658px);
        width: 1400px;
        height: 1400px;
    }

    textarea {
        max-height: 122px;
    }

    .store .cheks {
        grid-template-columns: 32% 33% 33%;
    }

    section.sircle {
        top: 0.5%;
        left: 19%;
    }

    section.home-banner h1 {
        font-size: 60px;
    }

    section.home-banner h2 {
        font-size: 22px;
    }

    svg.svg2 {
        width: 100vw;
        left: 21%;
        margin-top: -42%;
    }

    ul.price-ul li h3 {
        font-size: 22px;
    }
}


@media(max-width:1400px) {
    span.filter {
        width: 90%;
    }

    h2 {
        font-size: 38px;
    }

    .ads ul img {
        max-width: 90%;
    }

    svg.svg2 {
        width: 100vw;
        left: 21%;
        margin-top: -58%;
    }

    .rev_bs {
        width: 550px;
    }

    section.services-in h2 {
        font-size: 70px;
    }

    section.services-in h2~p {
        font-size: 30px;
    }

    ul.main-menu {
        padding: 42px 6%;
    }

    section {
        padding: 50px 6%;
    }

    section.we-are bold {
        font-size: 64px;
    }

    section.we-are bold~p {
        font-size: 28px;
        margin: 0;
        padding: 0px;
    }

}



@media(max-height:700px) {
    section.steps_sect h2 {
        margin-bottom: 15px;
        margin-top: -25px;
    }

    svg.svg5 {
        top: 71%;
    }
}

@media(max-width:1200px) {
    section.potfolio_all .work-item h3 {
        padding: 0px 20px;
        font-size: 16px;
        font-weight: 400;
    }

    body.light-theme ul.main-menu {
        background: #fff;
    }

    .store .cheks {
        grid-template-columns: 49% 50%;
    }

    ul.main-menu ul {
        pointer-events: all;
    }

    body.light-theme ul.main-menu {
        box-shadow: 0px 0px 65px -24px #000;
    }

    ul.submenu {
        pointer-events: none;
    }

    ul.submenu a {
        pointer-events: all;
    }

    body.light-theme .services-circles {
        display: flex;
        justify-content: center;
        opacity: 0;
    }

    body.light-theme .service-item .img {
        filter: invert(1);
    }

    body.light-theme section.services>div h3~p {
        color: #000000;
    }

    body.light-theme ul.main-menu.scroll-up, ul.main-menu.scroll-down, ul.main-menu {
        background: #ffffff;
    }

    body.light-theme .butter>span {
        background: #152c52;
    }

    body.light-theme .mob-header {
        background: #ffffff;
        box-shadow: 0px 0px 27px -16px #000;
        background: transparent;
        box-shadow: 0px 0px 27px -16px transparent;
        transition: 0.4s;
    }

    ul.main-menu.scroll-up.open,
    ul.main-menu.scroll-down.open,
    ul.main-menu.open {
        left: 0;
    }

    div#smooth-content.menu-opened {
        opacity: 0.1;
    }

    .butter.active> :nth-child(3) {
        transform: translate(-2px, -4px) rotate(-45deg);
        width: 20px;
    }

    .butter.active> :nth-child(2) {
        transform: translate(-15px, 5px) rotate(45deg);
        width: 20px;
    }

    .butter>span {
        width: 35px;
        height: 2px;
        background: #ffffff;
        position: absolute;
        right: 0;
        top: 31px;
        transition: 0.4s;
    }

    .butter>span~span {
        top: 40px;
        width: 22px;
        right: 13px;
    }

    .butter {
        position: relative;
        padding-right: 54px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        cursor: pointer;
    }

    .logos-slide img {
        width: auto;
        display: block;
    }

    .mob-header>a {
        font-size: 0;
    }

    .mob-header.scrolled {
        background: #070c14;
    }

    body.light-theme .mob-header.scrolled {
        background: #fff;
    }

    .mob-header {
        position: fixed;
        top: 0;
        left: 0;
        background: transparent;
        width: 100%;
        display: flex;
        justify-content: space-between;
        transition: 0.4s;
        z-index: 99999;
        padding: 5px 4%;
    }

    div.clients {
        overflow: hidden;
        position: relative;
    }

    div#steps-wrapper,
    .we-are {
        overflow: hidden;
    }

    .raboty .scroll-wrapper {
        overflow: hidden;
        margin-left: -7%;
        width: 114%;
        padding-left: 10%;
    }


    /*MENU START*/
    .main-menu {
        overflow: auto;
        /* Включаем прокрутку, если нужно */
        touch-action: pan-y;
        /* Скрыть скроллбар для Webkit-браузеров (Chrome, Safari, Opera) */
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* IE и Edge */
    }

    .main-menu::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari, Opera */
    }

    ul.main-menu.scroll-up, ul.main-menu.scroll-down, ul.main-menu {
        padding: 80px 30px;
        display: block;
        width: 260px;
        background: #222222;
        min-height: 100vh;
        overflow-y: auto;
        max-height: 100vh;
        position: fixed;
        left: -420px;
        z-index: 999999;
    }

    .main-menu::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari, Opera */
    }

    li.langs i, li.menu-item.has-children i {
        position: absolute;
        top: 17px;
        right: 2px;
        transition: 0.4s;
        left: -5px;
    }

    ul.main-menu ul li a {
        font-size: 14px;
    }

    ul.main-menu li.langs>a,
    li.menu-item.has-children>a {
        padding-left: 15px;
    }

    ul.main-menu a.active-link::after {
        bottom: 0px;
    }

    ul.main-menu a {
        padding: 7px 0px;
    }

    li.day-night-toggle {
        position: absolute;
        top: 0px;
        left: 12px;
    }

    ul.main-menu li.lilogo {
        position: absolute;
        left: auto;
        margin: 0;
        right: 0;
        top: -5px;
    }

    ul.main-menu a, ul.main-menu ul a {
        padding: 15px 0px;
        position: relative;
        font-size: 18px;
    }

    ul.main-menu li.open:hover>ul, ul.main-menu li.open>ul, ul.main-menu li.open>ul {
        height: auto;
        transform: translateY(0px);
        margin-bottom: 0;
        opacity: 1;
        display: block;
    }

    li.menu-item.has-children.open i {
        transform: rotate(-90deg);
    }

    ul.main-menu li:hover>ul, ul.main-menu ul {
        position: relative;
        left: 0;
        opacity: 1;
        transform: none;
        padding: 10px;
        background: transparent;
        border-left: 1px solid #585858;
        width: fit-content;
        min-width: 100%;
        z-index: 1;
        margin-bottom: -20px;
        display: none;
    }

    ul.main-menu>li {
        margin-left: 0px;
    }

    /*MENU END*/

    .landing-nav a {
        height: 30px;
    }

    ul.price-ul {
        grid-template-columns: 33% 33% 33%;
    }

    .word {
        font-size: 140px;
        margin-right: 10%;
    }

    svg.svg2 {
        width: 100vw;
        left: 21%;
        margin-top: -73%;
    }

    section.sircle {
        top: 0.5%;
        left: 30%;
    }

    .a21 i {
        margin: 2px 5px;
        left: 7px;
    }

    ul.main-menu .a21, .a21 {
        padding: 15px 20px;
        padding-left: 36px;
        font-size: 14px;
    }

    .logo svg {
        width: 153px;
        height: 60px;
        padding: 0px 8px;
        margin: 10px 0px;
    }
}

@media(max-width:1024px) {
    .preloader_small {
        height: 300px;
    }

    section.potfolio_all {
        display: grid;
        grid-template-columns: 50% 50%;
    }

    span.filter {
        width: 90%;
        grid-template-columns: 33.33% 33.33% 33.33%;
    }

    footer {
        grid-template-columns: 100%;
    }
}

@media(max-width:900px) {
    .preloader_small {
        height: 400px;
    }

    span.filter {
        width: 90%;
        grid-template-columns: 50% 50%;
    }

    .popup .b-back-sfon {
        position: relative;
        overflow: auto;
        max-height: 100vh;
        padding: 23px 21px;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding-bottom: 100px;
    }

    .b-back-sfon::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari, Opera */
    }

    ul.price-ul {
        grid-template-columns: 50% 50%;
    }

    .x4 img {
        width: 78px;
        height: 78px;
    }

    .x4>div {
        display: grid;
        grid-template-columns: 75px 205px;
        grid-column-gap: 20px;
    }

    .digiz h2 bold {
        font-size: 23px;
    }

    .digiz h2 {
        font-size: 50px;
    }

    .we-are {
        gap: 0px;
    }

    .we-are span {
        margin: 2% 0%;
        width: 96%;
    }

    .we-are {
        padding-top: 0;
    }

    section.services>div>div {
        height: 50vh;
        min-height: fit-content;
    }

    section.services {
        margin-top: 0%;
        grid-template-columns: 100%;
    }

    .services-circle {
        position: absolute;
        top: 0;
        width: 100%;
        margin: 0 auto;
        opacity: 0.2;
        min-height: 82vh;
    }

    .services-circle>svg {
        margin: 0 auto;
        position: absolute;
        left: calc(50% - 119px);
    }
}

@media(max-width:800px) {
    section.potfolio_all .work-item .a21 {
        position: relative;
        bottom: 0;
        left: auto;
        width: fit-content;
    }

    section.home-banner.spasibo img {
        left: calc(50% - 115px);
    }

    section.home-banner.spasibo::before {
        left: calc(50% - 300px);
    }

    section.home-banner img {
        left: calc(50% - 115px);
    }

    section.home-banner::before {
        left: calc(50% - 300px);
        top: calc(50% - 307px);
        width: 600px;
        height: 600px;
        opacity: 0.4;
    }

    section.calculator .el-button-group {
        display: grid;
        grid-template-columns: 100%;
    }

    .landing .cheks,
    .site .cheks {
        margin-bottom: 18px;
    }

    .site .cheks .el-form-item {
        margin-bottom: 0px;
    }

    .cheks {
        display: grid;
        grid-template-columns: 100%;
    }

    .landing .cheks .el-form-item {
        display: flex;
        --font-size: 14px;
        margin-bottom: 0;
    }

    .landing .cheks, .site .cheks, .store .cheks {
        grid-template-columns: 100%;
        display: grid;
    }

    section.contacts {
        display: grid;
        grid-template-columns: 100%;
    }

    .bloxks_img> :nth-child(2n) .img {
        order: 0;
    }

    .xl2 {
        display: grid;
        grid-template-columns: 100%;
        min-height: 475px;
    }

    ul.x3 {
        grid-template-columns: 100%;
    }

    ul.breads {
        margin-bottom: 32px;
        position: absolute;
        top: 102px;
        text-align: center;
        width: 100%;
        justify-content: center;
    }

    section.home-banner.small {
        padding-top: 175px;
    }

    div#smooth-content {
        transition: 0.4s;
    }

    div#smooth-content.opacity {
        opacity: 0.2;
    }

    div#smooth-content {
        transition: 0.4s;
    }

    svg.svg2,
    svg.svg3,
    svg.svg4,
    svg.svg5,
    svg.svg6,
    section.sircle {
        display: none;
    }

    body.light-theme svg.svg4.active, body.light-theme svg.svg4 {
        filter: brightness(1);
        opacity: 0.2;
    }

    section.open {
        margin-top: 0px;
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .steps>div {
        width: 100%;
        padding: 35px 0px;
    }

    .steps {
        display: grid;
        gap: 0;
        width: 100%;
        grid-template-columns: 100%;
    }

    section.steps_sect h2 {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    svg.svg4 {
        top: 78%;
    }

    .word {
        font-size: 68px;
        margin-right: 0;
        width: 100%;
    }

    .raboty .scroll-wrapper {
        overflow: visible;
        margin-left: 0;
        width: 100%;
        padding-left: 0;
        min-width: 100%;
    }

    section.services-in {
        padding-top: 0;
        margin-bottom: -12%;
    }

    .works-list3 {
        display: grid;
        padding-left: 0%;
        grid-template-columns: 50% 50%;
    }

    a.show_big {
        transition: 0.4s;
        transform: scale(1);
        position: relative;
        left: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        margin-top: 75px;
    }

    section.works-animate .raboty {
        height: auto;
    }

    section.home-banner {
        min-height: fit-content;
        padding: 137px 64px;
        text-align: center;
    }

    section.home-banner img {
        width: 240px;
    }

    div.d5 {
        overflow: hidden;
        position: relative;
    }

    div.d4 {
        position: relative;
        overflow: hidden;
    }

    div.d2 {
        overflow: visible;
        position: relative;
    }

    .revi h2,
    section.steps_sect h2,
    .raboty h2 {
        text-align: center;
    }

    .rev_bs a {
        margin-bottom: 8px;
    }

    .rev_bs {
        width: 100%;
        display: block;
    }

    footer>ul~div {
        margin-top: 35px;
    }

    .revi ul.listing {
        grid-template-columns: 100%;
        padding: 0;
    }

    ul.price-ul {
        grid-template-columns: 100%;
    }

    svg.svg4 {
        filter: brightness(0.3);
    }

    .digiz>div {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 12%;
    }

    .digiz {
        display: grid;
        grid-template-columns: 100%;
        grid-column-gap: 10%;
        width: fit-content;
        margin: 0 auto;
    }

    .we-are span {
        min-height: 125px;
        padding: 17px;
    }

    section.we-are bold~p {
        font-size: 18px;
    }

    section.we-are bold {
        font-size: 30px;
    }

    .we-are {
        grid-template-columns: 50% 50%;
    }

    section.services>div h3~p {
        font-size: 16px;
    }

    section.services>div h3 {
        font-size: 30px;
    }

    svg.svg2 {
        width: 100vw;
        left: 21%;
        margin-top: -93%;
    }

    section.sircle {
        top: -0.5%;
        left: 30%;
    }

    .words-scroll {
        display: grid;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    section.home-banner h2 {
        font-size: 21px;
        margin-bottom: 26px;
    }

    section {
        padding: 50px 64px;
    }

    section.home-banner h1 {
        font-size: 30px;
    }

    section.home-banner>span {
        display: flex;
        margin-top: 2%;
        grid-template-columns: 100%;
        margin: 0 auto;
    }

    section.home-banner .a21 {
        margin-bottom: 10px;
    }

    h2 {
        font-size: 30px;
    }

    .work-item {
        min-width: 90%;
        flex-shrink: 0;
        max-width: 100%;
    }

    section.services-in h2 {
        font-size: 50px;
    }

    section.services-in h2~p {
        font-size: 18px;
    }

    section.services>div {
        position: relative;
        z-index: 2;
    }

    .work-item h3 {
        text-align: center;
    }

    section.works-animate::after {
        display: none;
    }

    .work-item img,
    .work-item.icon-start img {
        width: 100%;
    }

    .work-item .a21 {
        margin: 0 auto;
        position: relative;
    }

    .work-item.icon-start img~img {
        position: absolute;
        width: 73px;
        height: 29px;
        left: calc(50% - 36px);
        top: calc(50% - 75px);
    }
}

@media(max-width:650px) {
    .revi h2 {
    margin-bottom: 40px;
}
.revi {
    display: table;
    width: 100%;
    max-width: calc(100% - 72px);
    margin: 0 auto;
}
    span.arr {
        bottom: 0px;
        left: 4px;
    }

    span.filter {
        width: 90%;
        grid-template-columns: 50% 50%;
        margin-top: 65px;
    }

    section.home-banner.spasibo h1 {
        font-size: 24px;
    }

    .b-back-sfon h3 {
        font-size: 25px;
        margin: 11px 12px;
        padding: 14px;
    }

    .b-back-sfon {
        padding: 22px 0px;
    }

    section.home-banner.small.very h1 {
        font-size: 28px;
    }

    .ress span {
        font-size: 16px;
        padding: 22px 0px;
    }

    section.calculator .el-slider__marks-text {
        font-size: 8px;
    }

    section.contacts h2 {
        text-align: center;
        margin-bottom: 28px;
    }

    section.home-banner.small.very {
        min-height: fit-content;
    }

    .px {
        grid-template-columns: 100%;
    }

    section.contacts> :nth-child(1) a {
        font-size: 16px;
    }

    .ads ul img {
        max-width: 200px;
    }

    ul.breads {
        display: none;
    }

    .web-site .service-item .img {
        display: block;
        margin: 0 auto;
        margin-bottom: 11px;
        background: #fff;
        border-radius: 98px;
        width: 70px;
    }

    .web-site .services-circle>svg {
        left: calc(50% - 100px);
    }

    body.light-theme section.home-banner img,
    section.home-banner img {
        width: 216px;
    }

    .butter.active> :nth-child(3) {
        transform: translate(3px, -4px) rotate(-45deg);
        width: 20px;
    }

    .butter.active> :nth-child(2) {
        transform: translate(-10px, 5px) rotate(45deg);
        width: 20px;
    }

    .service-item .img {
        display: block;
        margin: 0 auto;
        margin-bottom: 11px;
    }

    a.show_big {
        width: 100%;
        left: 0;
    }

    a.show_big span {
        margin: 45px auto;
        margin-bottom: -15px;
    }

    section.home-banner img {
        opacity: 0.3;
        left: calc(50% - 113px);
    }

    .landing-nav {
        display: none;
    }

    ul.price-ul li p {
        padding: 0px 0px;
        margin: 0px 0px;
    }

    section.services>div~div a {
        margin: 0 auto;
    }

    section.services>div>div {
        height: 50vh;
        min-height: fit-content;
        text-align: center;
    }

    svg.svg2,
    svg.svg5,
    svg.svg3 {
        display: none;
    }

    .revi ul.listing li {
        padding: 21px 11px;
    }

    footer {
        padding: 50px 55px;
    }

    ul.price-ul li strong {
        left: 15px;
        bottom: 36px;
    }

    ul.price-ul li {
        margin: 4px;
        padding: 0px 16px;
        border-radius: 10px;
        position: relative;
        padding-bottom: 100px;
        max-width: calc(100% - 81px);
        margin: 5px auto;
    }

    ul.price-ul li h3 {
        font-size: 15px;
        margin-top: 0px;
        margin-left: 11px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 100%;
    }

    ul.price-ul li span {
        display: grid;
        grid-template-columns: 50px auto;
        padding: 25px 0px;
    }

    .steps strong {
        font-size: 20px;
    }

    .digiz {
        width: 100%;
    }

    section.open {
        margin-top: 0px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    svg.svg6 {
        display: none;
    }

    div.clients {
        padding-bottom: 50px;
    }

    .logos-slide img {
        max-height: 50px;
        width: auto;
        display: block;
    }

    section.cli p {
        padding: 17px 0px;
        margin: -13px 0px;
        margin-bottom: 0;
    }

    .services-circle {
        position: absolute;
        top: 0;
        width: 100%;
        margin: 0 auto;
        opacity: 0.1;
        min-height: 82vh;
        min-width: 100%;
        left: 0 !important;
    }

    .steps {
        padding: 0px 20px;
    }

    section.services>div h3 {
        font-size: 20px;
        color: #0fc1d1;
    }

    svg.svg2 {
        width: 100vw;
        left: 16%;
        margin-top: -308%;
    }

    .services-circle>svg~.img {
        left: calc(50% - 25px);
        width: 50px;
    }

    .services-circle>svg {
        margin: 0 auto;
        position: absolute;
        left: calc(50% - 100px);
        width: 200px;
    }

    section.services-in h2 {
        font-size: 30px;
    }

    .digiz h2 bold {
        font-size: 16px;
        font-weight: 500;
        color: #7b7b7b;
        margin-bottom: 18px;
    }

    .digiz h2 {
        font-size: 28px;
    }

    .digiz>.div h3 {
        margin-top: 5px;
    }

    section.steps_sect h2 {
        margin: 0 auto;
        margin-bottom: 52px;
        margin-top: 35px;
        width: 350px;
    }

    section.open h2 {
        text-align: center;
    }

    section.open h2~p {
        text-align: center;
    }

    .steps>div {
        width: 100%;
        padding: 35px 0px;
        max-width: calc(100% - 42px);
        margin: 4px auto;
        border: 1px solid #ffffff24;
        padding: 28px 20px;
        border-radius: 10px;
    }

    #words-wrapper {
        min-height: fit-content;
        margin-bottom: 0px;
    }

    .word {
        font-size: 21px;
        margin-right: 0;
        width: 100%;
        text-align: left;
        text-align: left;
        display: block;
        width: 250px;
        margin: 0 auto;
    }

    .digiz>div {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 12%;
        width: 250px;
        margin: 0 auto;
    }

    .landing-nav a {
        color: #454545;
    }

    svg.svg4 {
        top: 206%;
        display: none;
    }

    .landing-nav a.active {
        transform: translateX(0px);
    }

    section.we-are bold~p {
        font-weight: 300;
        font-size: 14px;
    }

    .we-are span {
        min-height: 20vh;
        padding: 13px;
        width: 96%;
        margin-left: 2%;
    }

    .we-are {
        grid-template-columns: 50% 50%;
    }

    section.sircle {
        top: -0.5%;
        left: 34%;
    }

    section.home-banner .a21 {
        margin-bottom: 10px;
        margin: 6px auto;
        min-width: 200px;
        display: flex;
        justify-content: center;
    }

    section.home-banner>span {
        display: grid;
        margin-top: 0%;
        grid-template-columns: 100%;
        width: 100%;
    }

    section.home-banner h2 {
        font-size: 14px;
        margin-bottom: 26px;
        text-align: left;
        width: 239px;
        font-weight: 500;
    }

    section.home-banner h1 {
        font-size: 24px;
        text-align: left;
    }

    section.home-banner {
        min-height: fit-content;
        padding: 137px 12px;
        padding-bottom: 20px;
        overflow: visible;
        overflow-x: hidden;
        padding-bottom: 250px;
        margin-bottom: -250px;
    }

    section.home-banner::before {
        top: -60px;
    }

    section.home-banner {
        min-height: fit-content;
        padding: 137px 12px;
        padding-bottom: 20px;
        overflow: visible;
        overflow-x: hidden;
        padding-bottom: 250px;
        margin-bottom: -250px;
    }

    h2 {
        font-size: 20px;
        text-transform: uppercase;
        text-align: left;
    }

    section.home-banner h1, section.home-banner h2, section.home-banner a {
        text-align: center;
        margin: 12px auto;
    }

    .work-item h3 {
        text-align: center;
        font-size: 16px;
        font-weight: 400;
    }

    section {
        padding: 25px 10px;
    }

    .x4 img {
        width: 78px;
        height: 78px;
        margin: 0 auto;
    }

    body.light-theme .x4 img {
        background: #000000;
        border: 1px solid red;
    }

    .x4>div {
        display: grid;
        grid-template-columns: 100%;
        grid-column-gap: 20px;
        text-align: center;
    }

    .work-item.icon-start img~img {
        top: calc(50% - 80px);
    }

    section.works-animate::before {
        width: 100%;
        height: 200px;
        z-index: 1;
        top: 61px;
    }

    section.services-in {
        padding-top: 75px;
        margin-bottom: -35px;
    }

    section.sircle svg {
        width: 88%;
        height: 610px;
    }

    section.sircle {
        top: 40px;
        left: auto;
        right: 0;
    }

    .work-item.icon-start {
        order: 9999;
    }

    .works-list3 {
        display: grid;
        padding-left: 0%;
        grid-template-columns: 100%;
    }

    .work-item {
        padding: 0px 10px;
    }
}

@media(max-width:500px) {
    .preloader_small {
        height: 500px;
    }

    span.filter a span {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    span.filter {
        border-radius: 10px;
    }

    section.potfolio_all {
        display: grid;
        grid-template-columns: 100%;
    }
    section#readMoreSection,
    section.cli {
    position: relative;
    max-width: calc(100% - 76px);
    margin: 0 auto;
}
}

@media(max-width:420px) {
    section.calculator .el-checkbox__label {
        font-size: 12px;
    }

    .sliblo {
        padding: 5px 22px;
    }

    .el-slider.el-slider--with-input {
        display: grid;
        grid-template-columns: 100%;
        height: 135px;
    }
}