html {
    font-family: Montserrat !important;
}
/* Reset and base styles  */
* {
    padding: 0px;
    margin: 0px;
    border: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Links */

a, a:link, a:visited  {
    text-decoration: none;
}

a:hover  {
    text-decoration: none;
}

/* Common */

aside, nav, footer, header, section, main {
    display: block;
}

h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
    font-weight: inherit;
}

ul, ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

img, svg {
    max-width: 100%;
    height: auto;
}

address {
    font-style: normal;
}

/* Form */

input, textarea, button, select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
    display: none;
}

button, input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

label {
    cursor: pointer;
}

legend {
    display: block;
}

body {
    background-color: #000000;
    font-family: Montserrat !important;
    color: rgb(255, 255, 255);
}
a {
    color: rgb(255, 255, 255);
}
.container {
    max-width: 1220px;
    margin: 0 auto;
    width: 100%;
}
.top-menu-row {
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    align-items: center;
    position: relative;
}
.top-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-menu a {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 30px;
    padding-bottom: 3px;
    height: 21px;
}
.top-menu a:nth-child(3),
.top-menu a:nth-child(5) {
    height: 39px;
}
.top-menu a:nth-child(6) {
    height: 55px;
}
.top-menu a:hover {
    border-bottom: 1px solid #48FFFF;
}
a.presentaion-btn {
    border: 2px solid rgb(255, 255, 255);
    border-radius: 64px;
    line-height: 53px;
    padding: 0 30px;
    padding-bottom: 2px;
    height: 55px;
}
.top-sub-menu-row {
    display: flex;
    align-items: center;
    padding-top: 21px;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
    padding-bottom: 5px;
}
.top-sub-menu-row span,
.top-sub-menu-row a {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    text-decoration: unset;
    text-align: center;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
    /*width: 174px;*/
}
.top-sub-menu-rowainmc {
    /*width: 282px !important;*/
    /*margin-top: 20px;*/
}
.top-sub-menu-row a:hover {
    border-bottom: 1px solid #48FFFF;
}
h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 59px;
    text-align: left;
    margin: 0;
    padding: 110px 0 42px 0;
}
.finance {
    background-image: url(img/bg1.png);
    background-position-y: -228px;
    background-size: cover;
}
.right {
    padding: 30px 0;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.mmb {
    display: none;
}
/*===============================================*/
.finance-first {
    position: relative;
    margin-top: -54px;
}
.finance-first-all-l {
    position: absolute;
    width: 20px;
    border-radius: 6px 6px 0px 0px;
    background: #42E3AC;
}
.finance-first-first-l {
    bottom: 149px;
    left: 146px;
    height: 0;
    animation-delay: 0s;
}
#support > div.container.support-box {
    margin-top: 0;
}
.finance-first-second-l {
    bottom: 149px;
    left: 279px;
    height: 0;
    animation-delay: 0s;
}
.finance-first-third-l {
    bottom: 149px;
    left: 413px;
    height: 0;
    animation-delay: 0s;
}
.finance-first-fourth-l {
    bottom: 149px;
    left: 545px;
    height: 0;
    animation-delay: 0s;
}
.finance-first-fifth-l {
    bottom: 149px;
    left: 679px;
    height: 0;
    animation-delay: 0s;
}
.finance-first-six-l {
    bottom: 117px;
    left: 30px;
    height: 2px;
    width: 659px;
    background: linear-gradient(to right, #42E3ACFF, #48FFFFCC);
    position: absolute;
}

/*-----------------------------------------------------------------*/
.finance-first-first-l.animate {
    animation: growUpFirst 1s forwards;
}

.finance-first-second-l.animate {
    animation: growUpSecond 1s forwards;
}

.finance-first-third-l.animate {
    animation: growUpThird 1s forwards;
}

.finance-first-fourth-l.animate {
    animation: growUpFourth 1s forwards;
}

.finance-first-fifth-l.animate {
    animation: growUpFifth 1s forwards;
}

.finance-first-six-l.animate {
    animation: growWidthSixth 1s forwards;
}
/*-----------------------------------------------------------------*/

/* Анимации роста высоты для каждой полосы */
@keyframes growUpFirst {
    from {
        height: 0; /* Начальная высота */
    }
    to {
        height: 92px; /* Конечная высота */
    }
}

@keyframes growUpSecond {
    from {
        height: 0; /* Начальная высота */
    }
    to {
        height: 101px; /* Конечная высота */
    }
}

@keyframes growUpThird {
    from {
        height: 0; /* Начальная высота */
    }
    to {
        height: 107px; /* Конечная высота */
    }
}

@keyframes growUpFourth {
    from {
        height: 0; /* Начальная высота */
    }
    to {
        height: 137px; /* Конечная высота */
    }
}

@keyframes growUpFifth {
    from {
        height: 0; /* Начальная высота */
    }
    to {
        height: 222px; /* Конечная высота (пример) */
    }
}

/* Анимация роста ширины для шестой полосы */
@keyframes growWidthSixth {
    from {
        width: 0; /* Начальная ширина */
    }
    to {
        width: 742px; /* Конечная ширина (пример) */
    }
}
/*===========================================================*/
/*======================вторая анимация=====================================*/

/*233*/
/*233*/
/*196*/
.finance-second {
    position: relative;
    max-width: 862px;
}
.finance-second-all {
    position: absolute;
    width: 20px;
    border-radius: 6px 6px 0px 0px;
    background: rgba(72, 255, 255, 0.8);
    bottom: 240px;
}
.finance-second-first {
    left: 120px;
    height: 0;
    animation-delay: 0s;
}
@keyframes growUpSecondFirst {
    from { height: 0; /* Начальная высота */}
    to { height: 81px; /* Конечная высота */}
}
.finance-second-second {
    left: 242px;
    height: 0;
    animation-delay: 0s;
}
@keyframes growUpSecondSecond {
    from { height: 0; /* Начальная высота */}
    to { height: 122px; /* Конечная высота */}
}
.finance-second-third {
    left: 365px;
    height: 0;
    animation-delay: 0s;
}
@keyframes growUpSecondThird {
    from { height: 0; /* Начальная высота */}
    to { height: 153px; /* Конечная высота */}
}
.finance-second-allr {
    color: transparent;
    width: 3px;
    height: 25px;
    background: linear-gradient(to bottom, #42E3AC, #48FFFF);
    position: absolute;
    opacity: 0.9;
    border-radius: 0 7px 7px 0;
}
.finance-second-fourth {
    bottom: 345px;
    left: 503px;
    width: 0px;
    animation-delay: 0s;
}
@keyframes growToWidthSecondFourth {
    from { width: 0; /* Начальная высота */}
    to { width: 233px; /* Конечная высота */}
}

.finance-second-fifth {
    bottom: 269px;
    left: 503px;
    width: 0px;
    animation-delay: 0s;
}
@keyframes growToWidthSecondFifth {
    from { width: 0; /* Начальная высота */}
    to { width: 233px; /* Конечная высота */}
}
.finance-second-six {
    bottom: 198px;
    left: 503px;
    width: 0px;
    animation-delay: 0s;
}
@keyframes growToWidthSecondSix {
    from { width: 0; /* Начальная высота */}
    to { width: 196px; /* Конечная высота */}
}
@keyframes growWidthSecondFourth {
    from { width: 0; /* Начальная ширина */}
    to { width: 742px; /* Конечная ширина (пример) */}
}

/*---------------------------------------------------------------------------------------*/

.finance-second-first.animate {
    animation: growUpSecondFirst 1s forwards;
}

.finance-second-second.animate {
    animation: growUpSecondSecond 1s forwards;
}

.finance-second-third.animate {
    animation: growUpSecondThird 1s forwards;
}

.finance-second-fourth.animate {
    animation: growToWidthSecondFourth 1s forwards;
}

.finance-second-fifth.animate {
    animation: growToWidthSecondFifth 1s forwards;
}

.finance-second-six.animate {
    animation: growToWidthSecondSix 1s forwards;
}


/*---------------------------------------------------------------------------------------*/
.finance-third {
    position: relative;
}
.finance-third-all {
    position: absolute;
    width: 20px;
    border-radius: 6px 6px 0px 0px;
    background: #42E3AC;
    bottom: 160px;
}
.finance-third-first {
    height: 0px;
    left: 159px;
    position: absolute;
}
@keyframes growWidthThirdFirst {
    from { height: 0; /* Начальная высота */}
    to { height: 92px; /* Конечная высота */}
}
.finance-third-second {
    height: 0px;
    left: 292px;
    position: absolute;
}
@keyframes growWidthThirdSecond {
    from { height: 0; /* Начальная высота */}
    to { height: 101px; /* Конечная высота */}
}
.finance-third-third {
    height: 0px;
    left: 426px;
    position: absolute;
}
@keyframes growWidthThirdThird {
    from { height: 0; /* Начальная высота */}
    to { height: 107px; /* Конечная высота */}
}
.finance-third-fourth {
    height: 0px;
    left: 559px;
    position: absolute;
}
@keyframes growWidthThirdFourth {
    from { height: 0; /* Начальная высота */}
    to { height: 138px; /* Конечная высота */}
}
.finance-third-fifth {
    height: 0px;
    left: 692px;
    position: absolute;
}
@keyframes growWidthThirdFifth {
    from { height: 0; /* Начальная высота */}
    to { height: 286px; /* Конечная высота */}
}

.finance-third-first.animate {
    animation: growWidthThirdFirst 1s forwards;
}
.finance-third-second.animate {
    animation: growWidthThirdSecond 1s forwards;
}
.finance-third-third.animate {
    animation: growWidthThirdThird 1s forwards;
}
.finance-third-fourth.animate {
    animation: growWidthThirdFourth 1s forwards;
}
.finance-third-fifth.animate {
    animation: growWidthThirdFifth 1s forwards;
}

.support-box {
    box-sizing: border-box;
    border: 2px solid rgb(72, 255, 255);
    border-radius: 64px;
    padding: 50px 88px;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    text-align: left;
    margin-top: 25px;
}
.support-box ul {
    margin-left: 70px;
}
.support-box li {
    list-style: disc;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    padding-bottom: 10px;
}
.lider {
    background: url(img/a-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 190px;
    margin-top: 165px;
}
.lider-slider {
}
.lider-slider-container {
    position: relative;
    background-position: center;

}
.lider-slide-headline {
    font-size: 64px;
    font-weight: 700;
    line-height: 74px;
    text-align: left;
    font-family: Arial, sans-serif;
}
.lider-slide-right img {
    min-width: 192px;
    height: auto;
}
.lider-slide-title {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    padding-top: 40px;
}
.lider-slide-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    padding: 130px 70px;
    border-radius: 64px;
    backdrop-filter: blur(40px);
    background: rgb(0 0 0 / 26%);
    margin: 0 auto;
}
.lider-slide-right  {
    display: flex;
    align-items: center;
}
.slider {
    width: 100%;
}

.slide {
    width: 100%; /* По умолчанию слайды на всю ширину */
}

.partial {
    width: 25%; /* Второй слайд на 25% ширины */
}
.slick-arrow {
    display: none !important;
}
.slick-dots {
    position: absolute;
    display: flex;
    margin-top: 45px;
    width: 100%;
    justify-content: center;
}
.slick-dots li.slick-active{
    transform: rotate(90deg);
}
.slick-dots li {
    margin-right: 41px;
    color: transparent;
    width: 3px;
    height: 50px;
    background: linear-gradient(to bottom, #42E3AC, #48FFFF);
}
/*.servprod {*/
/*    margin-top: -154px;*/
/*}*/
.servprod-border {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 64px;
    background: rgba(0, 0, 0, 0.2);
    margin-bottom: 50px;
}
.servprod-column {
    width: 19%;
    padding: 0 12px;
}
.servprod-column-headline {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    height: 150px;
}
.servprod-column ul {
    margin-left: 19px;
}
.servprod-column li {
    list-style: disc;
}
h3,
.servprovod-title {
    padding: 110px 0 43px 0;
    width: 100%;
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    /* text-align: center; */
    text-transform: uppercase;
}
.bh-row {
    box-sizing: border-box;
    border-radius: 64px;
    background: rgba(0, 0, 0, 0.2);
    padding: 25px 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gb-active-btn {
    position: relative;
}

.gb-active-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 64px;
    background: linear-gradient(to right, #42E3AC, #48FFFF);
    -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
    height: 55px;
    top: -2px;
    left: -2px;
    width: 184px;
}
.sendbtn-active {
    position: relative;
    border: unset !important;
}

.sendbtn-active::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 64px;
    background: linear-gradient(to right, #42E3AC, #48FFFF);
    -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
    border: unset !important;
    top: -2px;
    left: -2px;
}


.o-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 30px;
}

.bh-txt {
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    text-align: center;
    padding: 39px;
}
.o-box {
    max-width: 97px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.o-box p {
    padding-top: 9px;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    text-align: center;
}

.bh-row span {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.strategy-strategy-box-wrap {
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.strategy-strategy-box-number {
    margin-top: 23px;
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    line-height: 55px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-bottom: 23px;
}
.strategy-strategy-box {
    border-radius: 64px;
    padding: 30px;
    height: 416px;
}
.strategy-strategy-box-headline p {
    font-size: 14px;
}
.strategy-strategy-box-list li {
    list-style: disc;
}
.strategy-strategy-box-headline {
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    height: 100px;
}
.strategy-strategy {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.recomedation {
    background: url(img/mount.png);
    padding: 0;
    background-repeat: no-repeat;
    background-size: 100% 112%;
    background-position-y: -32px;
    padding-bottom: 100px;
}

.rec-slide-left img {
    border-radius: 50%;
}
.rec-slide-wrap-btm-row-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 70px;
}
.rec-slide-wrap-btm-row-summ {
    font-size: 64px;
    font-weight: 400;
    line-height: 74px;
    margin-top: 18px;
}
.rec-slide-wrap-top-row-date {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
.rec-slide {
    border-radius: 64px;
    backdrop-filter: blur(40px);
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: space-between;
    max-width: 721px;
    max-height: 400px;
    padding: 70px 150px;
}
/*.calendar-rows {*/
/*    border-top: 1px solid #42E3AC;*/
/*}*/
.calendar-row {
    display: flex;
    height: 130px;
    align-items: center;
}
.c-date {
    font-size: 32px !important;
    font-weight: 500;
    line-height: 44px;
    width: 150px;
    min-width: 150px;
}
.fhhe {
    padding-top: 110px;
}
.c-date-title {
    padding-left: 100px;
    font-size: 32px;
    font-weight: 500;
    line-height: 39px;
}
.calendar-row-show-more {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 48px;
    margin: 50px auto 0 auto;
    padding: 0 38px;
    max-width: 312px;
    border-radius: 64px;
    cursor: pointer;
}

.front-form-wrap {
    border-radius: 64px;
    background-repeat: no-repeat;
    background-size: contain;
    max-height: 250px;
    padding: 100px 62px;
}
.about .front-form-wrap {
    background: url(img/f-bg-n.png);
    border: unset;
}
.front-form-headline {
    font-size: 40px;
    font-weight: 700;
    line-height: 49px;
    text-align: left;
}
.name {
    width: 210px;
    height: 48px;
    background: #ffffff;
    border-radius: 64px;
    color: black;
    margin-right: 20px;
}
.email {
    width: 478px;
    height: 48px;
    background: #ffffff;
    border-radius: 64px;
    color: black;

}
.sendbtn {
    height: 58px;
    border-radius: 64px;
    width: 365px;
    margin-left: 67px;
    cursor: pointer;
    background: #FFFFFF;
    padding-left: 41px;
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 700;
    line-height: 56px;
    text-align: left;
    display: flex;
    align-items: center;
}
.sendbtn img {
    padding-left: 25px;
}
.front-form-input-row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contacts .container {
    display: flex;
    justify-content: space-between;
    margin-top: 73px;
    flex-direction: column;
    align-items: center;
}
/*h3 {*/
/*    font-size: 32px;*/
/*    font-weight: 700;*/
/*    line-height: 39px;*/
/*}*/
.contacts-right {
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
}
footer {
    padding-top: 110px;
    padding-bottom: 93px;
}
.f-menu {
    margin-top: 64px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.f-menu a {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}
.f-email, .f-phone {
    color: #48FFFF;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
}
.f-row  {
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
    align-items: end;
}
.frrr {
    text-align: right;
}
.n-menu div:hover {
    cursor: pointer;
}
.n-menu {
    display: flex;
}
.n-menu div {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    margin-right: 25px;
    padding-bottom: 10px;
}
.container.calendar-rows {
    margin-top: 40px;
}
.ar-box-digit {
    background: linear-gradient(180.00deg, rgb(72, 255, 255),rgba(66, 227, 172, 0.8));
    -webkit-background-clip:
            text;
    -webkit-text-fill-color:
            transparent;
    background-clip:
            text;
    text-fill-color:
            transparent;
    font-family: Montserrat;
    font-size: 64px;
    font-weight: 500;
    line-height: 78px;
}
.ar-box-line {
    width: 176px;
    height: 2px;
    background: linear-gradient(to right, #42E3ACFF, #48FFFFCC);
}
.ar-box-txt {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    padding-top: 13px;
}
.about-top {
    display: flex;
    justify-content: space-between;
}
.about-right {
    display: flex;
    flex-wrap: wrap;
    width: 777px;
    margin-top: -34px;
    justify-content: space-between;
}
.ar-box {
    padding-left: 78px;
}
.about-right > div:nth-child(1),
.about-right > div:nth-child(4) {
    padding-left: 0;
}

.social {
    background: url(../img/sbgn.png);
    background-repeat: no-repeat;
    background-position: right;
}
.mission {
    padding-bottom: 160px;
    background: url(../img/missionbgnew.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.asocial-list {
    margin-left: 55px;
    padding-bottom: 110px;
}
.asocial-list li {
    list-style: disc;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    padding-bottom: 15px;
}
.mission-txt {
    margin-top: 42px;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
}
.mission {
    padding-bottom: 160px;
}
.missin-boxes-row  {
    display: flex;
    justify-content: space-between;
}
.missin-boxes-row li {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    border-radius: 64px;
    border: 1px solid #42E3AC;
    text-align: center;
    margin-bottom: 10px;
    background: #0000003d;
}
.missin-boxes-row-left {
    width: 45%;
}
.missin-boxes-row-left li{
    height: 90px;
    padding: 24px 70px;
}
.missin-boxes-row-right  {
    width: 54%;
}
.missin-boxes-row-right ul {
    display: flex;
    align-items: center;
}
.missin-boxes-row-right ul li {
    padding: 45px 15px;
    height: 290px;
}
.missin-boxes-row-right img {
    padding: 0 10px;
}

.about-cases {
    padding: 30px 0 0 0;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    line-height: 39px;
}

.licens-boxes-wrap-half {
    display: flex;
}
#licens > div.container.licens-boxes-wrap > div.licens-boxes-wrap-half > div:nth-child(2) {
    width: 498px;
}
.licens-box {
    border-radius: 64px;
    padding: 45px;
    margin: 10px;
    backdrop-filter: blur(40px);
    background: linear-gradient(180.00deg, rgb(66, 227, 172), rgb(72, 255, 255) 100%);
}
.license-box-headline {
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    padding-bottom: 20px;
    color: #000;
}
#licens > div.container.licens-boxes-wrap > div.licens-boxes-wrap-top-row > div.licens-boxes-wrap-top-row-right > div.licens-boxes-wrap-top-row-right-btm-line > div {
    max-height: 269px;
}
.license-box-list  {
    margin-left: 18px;
}
div.license-box-list  {
    margin-left: 0;
}
.license-box-list p,
.license-box-list li {
    list-style: disc;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #000000;
}
.licens-boxes-wrap-top-row {
    display: flex;
}
.fsb-rf {
    max-width: 467px;
}
.licens-boxes-wrap-top-row-right-top-line {
    display: flex;
}
.prof-p {
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    padding-left: 20px;
}
.prof-btm {
    display: flex;
    justify-content: space-between;
}
.prof-btm-half {
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.f-email,
.f-phone {
    background: linear-gradient(to right, #42E3AC, #48FFFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.f-menu a {
    text-transform: uppercase;
}
.solutions-row {
    display: flex;
    flex-direction: column;
    height: auto;
}
.solutions-title {
    padding: 25px 64px 57px 64px;
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 500;
    line-height: 59px;
    text-align: left;
}
.solutions-descr-list,
.solutions-descr {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
    padding: 0 110px 54px 110px ;
}
.solutions-descr-list {
    padding-left: 22px;
}
.solutions-descr-list li {
     list-style: disc;
}
.future-txt {
    padding: 0 0 43px 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}
.future-txt.sec {
    padding-top: 0;
    padding-bottom: 25px;
}

.video-container {
    position: relative;
    display: inline-block;
    margin-top: -100px;
    z-index: -1;
    width: 100%;
    overflow: hidden;
}

video {
    width: 100%;
    height: auto;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
}
.front-header {
    background: rgba(0, 0, 0, 0.46);
    padding-bottom: 30px;
    position: fixed;
    width: 100%;
}
.img-row {
    text-align: center;
    margin-top: -100px;
}
.direction-slider {
    display: flex;
    justify-content: space-between;
}
.direction-slide {
    width: 240px;
    height: 76px;
    border-radius: 64px;
    padding: 30px;
    display: flex;
    align-items: center;
}
.direction-slider  div:nth-child(2)  div,
.direction-slider  div:nth-child(3)  div {

}
.direction-slide {
    list-style: disc;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    width: 100%;
}
.headline-img-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.long {
    font-size: 48px;
    font-weight: 700;
    line-height: 59px;
    text-align: left;
}
.appointment {
    position: relative;
}
.appointment:before {
    content: '';
    display: block;
    position: absolute;
    background: url(/img/sumid-img.png);
    width: 829px;
    height: 808px;
    right: 0;
    top: -75px;
    z-index: -1;
}
.appointment-headline {
    background: linear-gradient(90.00deg, rgb(66, 227, 172),rgb(72, 255, 255));
    -webkit-background-clip:
            text;
    -webkit-text-fill-color:
            transparent;
    background-clip:
            text;
    text-fill-color:
            transparent;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    text-align: left;
    padding-bottom: 40px;
    padding-top: 20px;
}

.s-headline {
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    padding: 80px 0;
}
.appointment-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.appointment-row p {
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    text-align: left;
    max-width: 534px;
}
.cross-box {
    /*height: 155px;*/
    padding: 17px 100px;
    border-radius: 64px;
    margin-bottom: 17px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #000000;
}
.ktsvvo-txt {
    padding: 17px 100px;
    border-radius: 64px;
    margin-bottom: 17px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cross-boxes-wrap-section.est {
    padding-top: 151px;
}
.cross-boxes-wrap-section {
    background: url(../img/w/1.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    height: 1257px;

}

.cross-boxes-wrap-section-lera {
    padding-bottom: 180px;
    height: auto;
    padding-top: 110px;

}
.cross-boxes-wrap-section h3 {
    padding-top: 70px !important;
}

.inmc {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    text-align: center;
}
.inmc p {
    text-align: justify;
}
.cross-box-headline {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    text-align: center;
}
.cross-box p {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    text-align: center;
}
.appointment-sumid p {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    max-width: 423px;
}
.appointment-sumid-img {
    text-align: center;
    width: 100%;
}
.appointment-sumid-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
}
.appointment-sumid-boxes::after {
    position: absolute;
    content: '';
    top: 212px;
    left: 53px;
    z-index: -1;
    width: 1192px;
    height: 900px;
    background: url(img/f-slider-bg.png);
    background-size: 100% 100%;
}
.appointment-sumid-box-headline {
    background: linear-gradient(90.00deg, rgb(66, 227, 172),rgb(72, 255, 255));
    -webkit-background-clip:
            text;
    -webkit-text-fill-color:
            transparent;
    background-clip:
            text;
    text-fill-color:
            transparent;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    padding-bottom: 20px;
}
.appointment-sumid-box {
    max-width: 514px;
    padding-top: 110px;
}
.appointment-sumid div:nth-child(3) > div > div:nth-child(4),
.appointment-sumid div:nth-child(3) > div > div:nth-child(3) {
    padding-top: 30px;
}



.appointment-sumid-box-headline-list li {
    margin: 20px 0 0 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}
.appointment-sumid-box-headline-list li {
    list-style: disc;
}
.broadcast p {
    color: rgb(255, 255, 255);
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}
.broadcast-slider {
    margin-top: 110px;
}
.broadcast-slide {
    max-width: 348px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.broadcast-slide-headline {
    background: linear-gradient(90.00deg, rgb(66, 227, 172),rgb(72, 255, 255));
    -webkit-background-clip:
            text;
    -webkit-text-fill-color:
            transparent;
    background-clip:
            text;
    text-fill-color:
            transparent;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    height: 128px;
}
.broadcast-slider {
    display: flex;
    justify-content: space-between;
}
.broadcast-slide-border-wrap {

    padding: 34px;
    border-radius: 64px;
    height: 276px;
    width: 280px;
}
.submenu-anchor ul {
    display: flex;
    justify-content: space-between;
    padding-top: 35px;
}
.submenu-anchor li  {
    text-align: center;
    height: 39px;
}
.submenu-anchor li a {
     color: rgb(255, 255, 255);
     font-size: 15px;
     font-weight: 500;
     line-height: 18px;
     text-align: center;
     text-decoration: unset;
    display: block;
    padding-bottom: 3px;
}
.submenu-anchor li a:hover {
    border-bottom: 1px solid #48FFFF;
}
header {
    position: fixed;
    width: 100%;
    top: 0;
    background: #000000;
    z-index: 99999;
    padding-bottom: 10px;
}
html {
    scroll-padding-top: 170px; /* Установите отступ, равный высоте вашего фиксированного хедера */
}
.content {
    padding-top: 125px;
}
.video-btn {
    cursor: pointer;
    pointer-events: auto;
}
.video-btn-a {
    width: 100%;
    display: block;
    text-align: center;
}
.video-btn-container {
    margin-top: -110px;
    padding-bottom: 172px;
}
/* Скрытое модальное окно */
.modal {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: none;
}

/* Когда модальное окно активно */
.modal.active {
    display: flex;
    opacity: 1;
    z-index: 9999999;
}

/* Стили для контента */
.modal-content {
    background-color: #000000;
    padding: 80px 20px 20px 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    width: 90%;
    max-width: 600px;
    position: relative;
    border-radius: 62px;
}

/* Кнопка закрытия */
.close {
    position: absolute;
    right: 16px;
    top: 29px;
    font-size: 24px;
    cursor: pointer;
    color: #000;
}
.landing-block.g-pt-50.g-pb-50 {
    padding-top: 0 !important;
}
#modal .g-pt-50 {
    padding-top: 0!important;
}
#modal > div > iframe {
    width: 100%;
    height: 550px;
}
.submenu-anchor .container {
    justify-content: end;
    display: flex;
}
.submenu-anchor ul {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 848px;
}
.top-menu.active {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    background: #000;
    flex-direction: column;
    align-items: baseline;
    padding-top: 28px;
    width: 100%;
}
.top-menu.active a {
    margin-top: 50px;
}
.solutions-tab-row {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
.solutions-tab-row div {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border-radius: 64px;
    line-height: 17px;
    padding: 12px 30px;
    max-height: 59px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 25px;
}
.solutions-tab-row div.active {
    background: linear-gradient(90.00deg, rgb(66, 227, 172),rgb(72, 255, 255) 100%);
    color: #000000;
}
.solutions-tab-box {
    width: 282px;
    height: 383px;
    border-radius: 64px;
    /* background: linear-gradient(90.00deg, rgb(66, 227, 172), rgb(72, 255, 255) 100%); */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 180px 34px 45px 34px;
    margin-bottom: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: inset 0 0 0 1px #48FFFF;
}
.solutions-tab-box-headline {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    text-transform: uppercase;
    min-height: 90px;
}
.s-btn {
    margin-top: 26px;
}
.solutions-tab-box-title {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    min-height: 34px;
}
.solutions-tab-top-img {
    margin-top: 2px;
    height: 156px;
    width: auto;
    border-radius: 61px;
    position: absolute;
    top: 0;
}
.solutions-tab-boxes {
    padding-top: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.servprod-column li {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}
.f_new {
    display: none;
}
.front_sol_btn {
    display: flex;
    align-items: center;
    max-width: 798px;
    margin: 50px auto 110px auto;
    padding: 16px 45px;
    border-radius: 64px;
    justify-content: space-between;
}
.raz-fd {
    margin-top: -30px;
}
.front_sol_btn p {
    background: linear-gradient(90.00deg, rgb(66, 227, 172),rgb(42, 255, 255));
    -webkit-background-clip:
            text;
    -webkit-text-fill-color:
            transparent;
    background-clip:
            text;
    text-fill-color:
            transparent;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    text-align: center;
}
.no-transparent {
    background: #000;
}

.servprod-border > div:nth-child(5) {
    width: 22%;
}
.front-form-txt {
    font-size: 32px;
    font-weight: 400;
    line-height: 39px;
    padding-top: 25px;
}
.solutions-tab-box-img-wrap {
    width: 600px;
    display: flex;
    align-items: center;
    justify-content: end;
}
.solutions-tab-box-img-wrap img {
    width: 320px;
    height: auto;
}

.sol-more-btn {
    font-size: 20px;
    font-weight: 700;
    line-height: 48px;
    border-radius: 64px;
    display: block;
    max-width: 300px;
    text-align: center;
    margin: 26px auto 0 auto;
}
.no-active-s {
    display: none;
}
.active-s {
    display: flex;
}

.contact-page-phone, .contact-page-email {
    background: linear-gradient(90.00deg, rgb(66, 227, 172),rgb(72, 255, 255));
    -webkit-background-clip:
            text;
    -webkit-text-fill-color:
            transparent;
    background-clip:
            text;
    text-fill-color:
            transparent;
    font-size: 32px;
    font-weight: 400;
    line-height: 39px;
    text-align: left;
    padding-top: 30px;
    display: block;
}
.contact-page-email {
    padding-top: 10px;
}
.contacts-top-line-title {
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    text-align: left;
    padding-top: 14px;
}
.contacts-top-line-headline {
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    text-align: left;
}
.contacts-top-line {
    display: flex;
    padding-left: 20px;
}
.contacts-top-line-left {
    width: 60%;
    padding-right: 42px;
}
.contacts-top-line-right {
    width: 40%;
}
.contacts-sec-line {
    padding-top: 40px;
    padding-left: 20px;
}
.accreditation-txt {
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    text-align: left;
    padding-bottom: 100px;
    padding-left: 20px;
}
.accreditation-txt span {
    font-weight: 700;
}
.about-left img {
    max-width: 520px;
    margin-left: -100px;
}
.licens-boxes-wrap-top-row-sec-line {
    display: flex;
}

.appointment-sumid-row {
    display: flex;
    justify-content: space-between;
}
.broadcast-slide-list {
    text-align: center;
    font-size: 19px;
}
.sumid_btm-headline {
    color: rgb(0, 0, 0);
    font-size: 48px;
    font-weight: 700;
    line-height: 59px;
}
.sumid_btm-txt {
    color: rgb(0, 0, 0);
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    padding-top: 27px;
}
.sumid_btm-wrap {
    background: box-sizing: border-box;
    border: 2px solid rgb(72, 255, 255);
    border-radius: 64px;
    background: linear-gradient(90.00deg, rgb(66, 227, 172),rgb(72, 255, 255) 100%);;
    padding: 70px 40px;
}
.sumid_btm {
    margin-top: 110px;
}
.sumid_btm-btn {
    border-radius: 64px;
    background: rgb(255, 255, 255);
    width: 700px;
    height: 70px;
    line-height: 70px;
    color: #000;
    font-size: 32px;
    font-weight: 700;
    padding-left: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 50px;
    cursor: pointer;
    margin-top: 58px;
}
.sumid_btm-href {
    margin-top: 40px;
}
.appointment-fm {
    display: none;
}
.sumid-case-img-top-left span {
    background: linear-gradient(90.00deg, rgb(66, 227, 172),rgb(72, 255, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color:
            transparent;
    font-weight: 600;
}
.sumid-case-img-top-left p {
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    text-align: left;
    max-width: 566px;
}
.sumid-case-img-top-row {
    display: flex;
    justify-content: space-between;
}
.sc-project-headline {
    background: linear-gradient(90.00deg, rgb(66, 227, 172),rgb(72, 255, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    text-align: center;
    padding-bottom: 110px;
}
.sc-project-row {
    display: flex;
    align-items: center;justify-content: space-between;
    max-width: 700px;
    padding-bottom: 30px;
}
.sc-project-digit {
    background: linear-gradient(180.00deg, rgb(72, 255, 255),rgba(66, 227, 172, 0.8));
    -webkit-background-clip:
            text;
    -webkit-text-fill-color:
            transparent;
    background-clip:
            text;
    text-fill-color:
            transparent;
    font-family: Montserrat;
    font-size: 80px;
    font-weight: 700;
    line-height: 98px;
    text-align: left;
}
.sc-project-txt {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    border: 2px solid rgb(72, 255, 255);
    padding: 10px;
    border-radius: 64px;
    width: 400px;
}
.sc-project-date {
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    text-align: center;
}

.sc-project-sr{
    margin-left: 140px;
}
.sc-project-tr {
   margin-left: 280px;
}
.sc-project-for {
    margin-left: 420px;
}
.sumid-inject-headline {
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    text-align: left;
    max-width: 789px;
    padding-top: 150px;
}
.sumid-inject-headline span {
    color: #000000;
    background: linear-gradient(180.00deg, rgb(72, 255, 255),rgba(66, 227, 172, 0.8));
    display: block;
}
.sumid-inject ul {
    margin-top: 30px;
    margin-left: 40px;
}
.sumid-inject li {
    list-style: disc;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
}
.sumid-inject-headline-sec {
    background: linear-gradient(90.00deg, rgb(66, 227, 172),rgb(72, 255, 255));
    -webkit-background-clip:
            text;
    -webkit-text-fill-color:
            transparent;
    background-clip:
            text;
    text-fill-color:
            transparent;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0%;
    text-align: left;
    padding-top: 40px;
}
.sumid-inject-btm-txt {
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    text-align: left;
}
.sumid-inject-btm-txt span {
    background: linear-gradient(90.00deg, rgb(66, 227, 172),rgb(72, 255, 255));
    -webkit-background-clip:
            text;
    -webkit-text-fill-color:
            transparent;
    background-clip:
            text;
    text-fill-color:
            transparent;
}
.top-menu a:nth-child(1) {
    margin-left: 0;
}
.licens-boxes-wrap {
    margin-top: -10px;
}
.appointment.solutions-top-row:before {
    display: none;
}
.solutions-top-row .container {
    display: flex;
    justify-content: space-between;
}
.cross-box.inmc {
    border: unset;
    padding: 0;
}
.cross-box.inmc p {
    text-align: left;
}
.appointment-headline-top.fs {
    position: relative;
    padding-bottom: 239px;
}
.appointment-headline-top.fs::after {
    position: absolute;
    content: '';
    display: block;
    width: 700px;
    height: 500px;
    background: url("../img/9936439_4308755 1.png");
    top: 76px;
    left: 50%;
    transform: translateX(-50%);
}
.cross.sol.dcev {
    margin-top: 0;
    background: url("../img/sbg.png");
    background-size: 100% 100%;
    padding-top: 70px;
    padding-bottom: 160px;
    background-repeat: no-repeat;
}
.appointment-headline-top.fs.twd::after {
    display: none;
}
.twd-img-row .kjhv{
    align-items: flex-end;
    margin-top: -260px;
}
.asdas {
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    text-align: left;
    padding-top: 40px;
}
.ftwd-half-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ftwd-half-row img {
    min-width: 369px;
    height: auto;
    margin: 0 auto;
}
.ftwd-half-row > div:nth-child(2) {
    width: 60%;
}
.twd-txt {
    height: auto;
}
.twd-btm-txt-headline {
    background: linear-gradient(90.00deg, rgb(66, 227, 172),rgb(72, 255, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    text-align: left;
    text-transform: uppercase;
    padding-top: 70px;
    padding-bottom: 20px;
}
.twd-btm-txt {
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
}
.about-right > div:nth-child(4),
.about-right > div:nth-child(5),
.about-right > div:nth-child(6) {
    margin-top: 113px;
}
.about-right > div:nth-child(3) .ar-box-line,
.about-right > div:nth-child(6) .ar-box-line {
    width: 237px;
}
.about-right > div:nth-child(2) .ar-box-line,
.about-right > div:nth-child(5) .ar-box-line {
    width: 190px;
}

.gbb {
    position: relative !important;
}
.fm-direction-box.fmcg.gl {
    position: relative !important;
}
.gbb::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 64px !important;
    background: linear-gradient(to right, #42E3AC, #48FFFF);
    -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
}
.cookie.gbb::before {
    border-radius: 16px !important;
}
.gl {
    position: relative;
}
.lorem-text-box-hover {
    position: relative;
}
.lorem-text-box-hover::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #42E3AC, #48FFFF);
}
.fm-direction-box.fmcg.gl::after,
.gl::after {
    content: "" ;
    position: absolute ;
    left: 0 ;
    bottom: 0 ;
    width: 100% ;
    height: 1px ;
    background: linear-gradient(to right, #42E3AC, #48FFFF);
}
.gl-top {
    position: relative;
}
.gl-top::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #42E3AC, #48FFFF);
}
.press-form {
    background: url(img/f-bg.png);
    margin-top: 236px;
}
.press-form .front-form-headline {
    color: rgb(255, 255, 255);
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    text-align: center;
}
.press-form .front-form-input-row {
    padding-top: 61px;
}
.sendbtn.press {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #ffffff;
    background: unset;
}
.press-cener-headline {
    position: relative;
}
.press-cener-headline::after {
    content: url(../img/pc1.png);
    position: absolute;
    right: 160px;
    top: 37px;
}
.smbtn-pc {
    position: relative;
}
.smbtn-pc::before {
    content: url(../img/asvsdbfdngf.png);
    position: absolute;
    right: -170px;
    top: -350px;
}
.breadcrumbs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 372px;
}
.breadcrumbs a {
    margin-right: 67px;
}
.breadcrumbs span {
    padding: 0 20px 10px 20px;
}
.vdf p {
    max-width: 577px;
}
.cross-box-first {
    padding-top: 0;
}
.appointment-row .appointment-row-ii {
    max-width: 758px;
}
.cross-boxes-wrap.fii .cross-box {
    padding: 20px 95px;
    height: auto;
}
.after-sol-ii-row {
    padding-left: 28px;
}
.container.kjhv.acf {
    align-items: unset;
}
.container.kjhv.acf .solutions-top-row-left {
    margin-top: 120px;
}
.tvdkgis {
    padding-top: 20px;
}
.container.kjhv.spb-img {
    margin-top: -360px;
}
.twd-img-row .kjhv.kotl {
    display: block;
}
.kotl .appointment-row-ii {
    max-width: unset;
}
.ktsvvo {
    position: relative;
}
.ktsvvo::after {
    content: url(../img/ob.png);
    position: absolute;
    display: block;
    top: -161px;
    right: -92px;
}
.knp {
    position: relative;
}
.knp::after {
    content: url(../img/knp.png);
    position: absolute;
    display: block;
    top: -97px;
    right: -92px;
}
.rokn {
    position: relative;
}
.rokn::after {
    content: url(../img/rokn.png);
    position: absolute;
    display: block;
    top: -17px;
    right: -7px;
}
.str {
    position: relative;
}
.str::after {
    content: url(../img/str.png);
    position: absolute;
    display: block;
    top: -17px;
    right: -112px;
    z-index: -1;
}
.forest {
    position: relative;
}
.forest::after {
    content: url(../img/forest.png);
    position: absolute;
    display: block;
    top: -17px;
    right: -7px;
    z-index: -1;
}
.fmcg {
    position: relative;
}
.fmcg::after {
    content: url(../img/fmcg.png);
    position: absolute;
    display: block;
    top: -17px;
    right: -7px;
    z-index: -1;
}
.robots {
    position: relative;
}
.robots::after {
    content: url(../img/rob.png);
    position: absolute;
    display: block;
    top: -85px;
    right: -113px;
    z-index: -1;
}
.ids {
    position: relative;
}
.ids::after {
    content: url(../img/ids.png);
    position: absolute;
    display: block;
    top: 15px;
    right: 0px;
    z-index: -1;
}
.neft {
    position: relative;
}
.neft::after {
    content: url(../img/neft.png);
    position: absolute;
    display: block;
    top: -35px;
    right: -113px;
    z-index: -1;
}
.kad {
    position: relative;
}
.kad::after {
    content: url(../img/kad.png);
    position: absolute;
    display: block;
    top: -17px;
    right: -7px;
    z-index: -1;
}
.rem {
    position: relative;
}
.rem::after {
    content: url(../img/rem.png);
    position: absolute;
    display: block;
    top: -66px;
    right: -124px;
}
.ar {
    position: relative;
}
.ar::after {
    content: url(../img/ar.png);
    position: absolute;
    display: block;
    top: -66px;
    right: -124px;
    z-index: -1;
}
.krpt {
    position: relative;
}
.krpt::after {
    content: url(../img/59.png);
    position: absolute;
    display: block;
    top: -66px;
    right: -124px;
    z-index: -1;
}
.cross-box p span {
    font-weight: 600;
    display: block;
}
.ktsvvo-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 575px;
}
.ktsvvo-img > img:nth-child(2) {
    padding: 42px 0 0 108px;
}
.ktsvvo-section .container {
    display: flex;
    align-items: center;
}
.ktsvvo-txt {
    max-width: 100%;
}
.ktsvvo-txt.cross-box p {
    text-align: left;
}
.bg-light {
    position: relative;
}
.bg-light::before {
    content: '';
    background: url("../img/f-slider-bg.png") ;
    width: 1200px;
    height: 800px;
    background-size: 100% 100%;
    position: absolute;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
}
.ktsvvo-section {
    padding-top: 110px;
}
.solutions-list-marker li{
    display: flex;
    align-items: start;
    padding-top: 6px;
}
.solutions-list-marker span{
    display: inline-block;
    height: 3px;
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    background: linear-gradient(to right, #42E3AC, #48FFFF);
    line-height: 24px;
    margin-top: 11px;
}
.solutions-list-marker p {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    padding-left: 10px;
}
.ktsvvo-txt.cross-box.left {
    align-items: baseline;
    height: auto;
    padding: 0 0 0 60px;
}
.pl {
    padding-left: 16px;
}
.kts-pn-img {
    align-items: baseline;
}

.learn-cases {
    width: 50px;
    height: 27px;
    margin: 34px auto 74px auto;
    cursor: pointer;
}
.learn-cases-row {
    text-align: center;
}
.appointment-headline.kgis {
    padding-top: 80px;
}
.nh-container {
    display: flex;
    align-items: center;
}
.nh-right {
    padding-left: 149px;
}
.nh-p {
    max-width: 600px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    min-width: 600px;
}
.solutions-slider-slide img {
    border-radius: 64px;
}
.solutions-slider {
    max-width: 520px;
    padding-top: 53px;
}
.nh-p.bold {
    font-weight: 600;
}
.list-ar-num {
    list-style: unset;
    padding-top: 6px;
}
.list-ar-num span {
    display: inline-block;
    width: 20px;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
}
.list-ar-num li {
    display: flex;
    align-items: flex-start;
}
.list-ar-num p {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 10px;
}
.list-ar-num .ar-dot {
    display: block;
    height: 3px;
    width: 20px;
    background: linear-gradient(to right, #42E3AC, #48FFFF);
    line-height: 24px;
    min-width: 20px;
    margin-top: 14px;
}
.ar-img {
    width: 581px;
    height: 629px;

}
.ar-left {
    padding-top: 110px;
}
.ar-left,
.ar-right{
    width: 50%;
}
.ar-right {
    padding-left: 80px;
}
.dd .container {
    display: flex;
}
.dd-half {
    width: 50%;
}
.dd-half .cross-box {
    padding: 10px 45px  !important;
}
.dd-half p {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}
.dd-half-left {
    padding-right: 7px;
}
.dd-half-right {
    padding-left: 7px;
}
.qwevdbjnklm {
    padding-bottom: 161px;
}
.mmbo {
    display: none;
}
.craline {
    width: 100%;
    text-align: center;
    padding-top: 23px;
}
.f-btn {
    display: none;
}
.fmm-c {
    display: none;
}
#modal-solution iframe {
    width: 100%;
    height: 600px;
}
#modal-solution .gbb::before {
    border-radius: 20px;
}
.solution-cat-form .front-form-headline {
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    text-transform: uppercase;
}
.solution-cat-form .front-form-wrap.gbb {
    padding: 39px 99px;
    max-height: 322px;
}
.solution-cat-form  .front-form-txt {
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
    padding-top: 40px;
}
.solution-cat-form .sendbtn {
    margin-top: 40px;
    font-size: 24px;
    font-weight: 700;
    line-height: 52px;
    width: 318px;
    height: 55px;
}
.calendar {
    padding-bottom: 200px;
    position: relative;
}
.calendar::after {
    content: url("../img/asvsdbfdngf.png");
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}
.prof {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 40px;
}
.img-l {
    width: 343px;
}
.img-r {
    width: 390px;
}

.licens-boxes-wrap-top-row-right-top-line > div:nth-child(1),
.licens-boxes-wrap-top-row-right-top-line > div:nth-child(2) {
    height: 235px;
}
h4 {
    padding-bottom: 40px;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
}
.pic {
    width: 650px;
}
.raz-fm {
    display: none;
}
.rem-fm-img {
    display: none;
}
.ar-fm-img-top {
    display: none;
}
.ar-fm-img-btm {
    display: none;
}
.fm-sarscimbl {
    display: none;
}
.forest-imgfm {
    display: none;
}
.robots-fm {
    display: block;
}
.robots-fm {
    display: none;
}
.fmcg-fm {
    display: none;
}
.krpt-fm {
    display: none;
}
.rokn-fm {
    display: none;
}
.aiskn-fm {
    display: none;
}
.ktsvvo-fm {
    display: none;
}
.vsbnyfmubfdnf {
    padding-left: 58px;
}
.contacts-left {
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
}
.missin-boxes-row-right-headline {
    font-weight: bold;
    font-size: 16px;
}
.ids-fm {
    display: none;
    margin-top: 40px;
}
.knp-fm {
    display: none;
}

/*---------------------------------------------------куки*/
.cookie {
    width: 298px;
    padding: 25px 20px;
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 20px;
}
.cookie-headline,
.cookie-title {
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    color: #000000;
}
.cookie-title,
.cookie-btn {
    padding-top: 25px;
}
.gbb::before {
    border-radius: 20px;
}
.cookie a {
    background: linear-gradient(to right, #42E3AC, #48FFFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cookie-headline a {
    font-weight: bold;
}
.cookie-btn-wrap {
    text-align: center;
}
.cookie-btn {
    cursor: pointer;
}
body {
    position: relative;
}
.cookie.gbb {
    position: fixed !important;
    bottom: 100px;
    left: 100px;
    z-index: 9999;
    display: block;
}
.ppbox-headline {
    background: linear-gradient(90.00deg, rgb(66, 227, 172),rgb(72, 255, 255));
    -webkit-background-clip:
            text;
    -webkit-text-fill-color:
            transparent;
    background-clip:
            text;
    text-fill-color:
            transparent;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: 0%;
    text-align: left;
    padding-top: 40px;
}
.ppbox-txt {
    padding-top: 40px;
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0%;
    text-align: left;
}
.ppbtm {
    height: 533px;
    background: url("../img/ffm/ppbg.png");
    background-size: 100%;
    background-repeat: no-repeat;
}
.ppbtm-headline {
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 700;
    line-height: 59px;
    letter-spacing: 0%;
    text-align: left;
    padding-top: 187px;
}
.ppbtm-btn {
    padding-top: 56px;
    display: block;
}
.ppbtm {
    margin-top: 45px;
}
.more-f,
.more-s {
    cursor: pointer;
    margin: 45px auto;
    display: block;
}
.more-s {
    display: none;
}
.policy-hiden {
    display: none;
}
/*---------------------------------------------------куки*/
.sol-neft-bg {
    background: url("../img/sol-bg-wave-half.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 100px 0 170px 0;
}
.mmb.active {
    display: none;
}
.mmbo {
    display: none;
}
.mmbo.active {
    display: block;
}
.top-menu.active  a {
    text-align: left;
}
.top-menu.active {
    display: flex;
    position: absolute;
    left: -10px;
    top: 97px;
    background: #000;
    flex-direction: column;
    align-items: baseline;
    padding-top: 0;
    width: 100vw;
    padding-bottom: 100px;
}
.front-header.active {
    background: #000000;
}
.white,
.gradient {
    display: none;
}
.white.active,
.gradient.active {
    display: block;
}
.b24-form-wrapper.b24-form-border-bottom {
    border: unset !important;
}
.b24-form-wrapper.b24-form-border-bottom {
    border-bottom: 5px solid red;
}
#modal-cat .gbb::before ,
#modal .gbb::before ,
#modal-i .gbb::before,
#modal-i-n .gbb::before {
    border-radius: 20px;
}
#modal-cat iframe,
#modal-i iframe,
#modal-i-n iframe {
    width: 100%;
    height: 600px;
}
#modal-solution .landing-node-form-container.g-py-15.g-py-20--sm.g-py-60--lg.g-px-20.g-px-40--sm.g-px-80--lg {
    padding: 0 !important;
}
#b662 > section > div > div > div > div {
    padding: 0 !important;
}
#header {
    transition: all 0.5s;
    position: fixed;
    width: 100%;
}
#header.header-out {
    transform: translateY(-100%);
}
.ani-vt-hedline {
    color: rgba(255, 255, 255, 0.1);
    font-size: 206px;
    font-weight: 800;
    line-height: 251px;
    text-align: center;
}
.ani-vt-main-content p {
    font-size: 60px;
    font-weight: 600;
    line-height: 73px;
    text-align: left;
}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.video-container {
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ani-vt {
    position: relative;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.92);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 20px;
    z-index: 2;
}
.ani-vt-hedline {
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
}
.ani-vt-main-content {
    margin-top: 20px;
    max-width: 800px;
    text-align: center;
}
.spacer {
    height: 150vh;
}
.direction-box-btn {
    padding: 15px;
}
.pp-footer {
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    padding-left: 164px;
}
.news-body-container {
    padding: 0 40px;
}
.news-title {
    background: linear-gradient(90.00deg, rgb(66, 227, 172),rgb(72, 255, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color:
            transparent;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    text-align: left;
}
.news-content {
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;
}
.news-content-line {
    display: flex;
    align-items: center;
}
.news-content-pz {
    display: block;
    height: 3px;
    width: 20px;
    background: linear-gradient(to right, #42E3AC, #48FFFF);
    line-height: 24px;
    margin-right: 20px;
}
strong {
    line-height: 40px;
}
.news-form {
    margin-top: 72px;
    border-radius: 64px;
    background: linear-gradient(90.00deg, rgb(66, 227, 172),rgb(72, 255, 255) 100%);
    padding: 67px;
}
.news-form-headline {
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    text-align: left;
}
.news-form-title {
    margin-top: 40px;
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
    letter-spacing: 0%;
    text-align: left;
}
.news-form-btn {
    margin-top: 40px;
    cursor: pointer;
}
.bbb::after {
    content: url(../img/bbbb.png);
    position: absolute;
    display: block;
    top: -97px;
    right: 340px;
    z-index: -1;
}

.visio::after {
    content: url(../img/visio.png);
    position: absolute;
    display: block;
    top: -97px;
    right: 340px;
    z-index: -1;
}

.bbbccc::after {
    content: url(../img/c.png);
    position: absolute;
    display: block;
    top: -97px;
    right: 100px;
    z-index: -1;
}
.cccccc {
    content: url(../img/color:#000;);
    position: absolute;
    display: block;
    top: -97px;
    right: 260px;
    z-index: -1;
}
.iwetrg {
    display: none;
}
.c-logo-row {
    text-align: center;
    padding: 40px 0 80px 0;
}
.n-cp-container {
    padding-top: 73px;
}
.n-cp-headline {
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 97px;
}
.n-cp-row {
    display: flex;
    justify-content: space-between;
}
.n-cp-txt {
    padding-top: 45px;
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
}
.n-cp-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 193px;
    padding-top: 48px;
}
.n-cp {
    background: url("../img/tdytfyguihoj.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 96px;
}
.sc-cp-tabs {
    height: 1022px;
    background: url("../img//ccbg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.sc-cp-tabs-selector {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.sc-cp-tabs-selector-box {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
}
.sc-cp-tabs-hidden-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 305px;
    text-align: center;
    padding: 0 15px;
}
.sc-cp-tabs-hidden-box-txt {
    text-align: center;
    padding-top: 45px;
}
.sc-cp-tabs-hidden-boxx {
    display: none;
    padding-top: 150px;
}
.sc-cp-tabs-selector {
    padding-top: 300px;
}
.sc-cp-tabs-hidden-boxx.active {
    display: flex;
}
.sc-cp-tabs-hidden {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.sc-cp-tabs-selector-box {
    position: relative;
}
.sc-cp-tabs-selector-box.active::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -20px;
    height: 3px;
    background: linear-gradient(to right, #42E3AC, #48FFFF);
}
.cgraff {
    background: url("../img/cgraffbg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.cgraff-headline {
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    padding: 140px 0;
}
.cgraff-btn {
    cursor: pointer;
    display: block;
    margin: 0 auto;
    padding: 124px 0 112px 0 ;
}
.gfchgvjhbjknlkm {
    padding-top: 148px;
}
.allbtnci {
    padding-top: 40px;
    margin: 0 auto;
    display: block;
    padding-bottom: 70px;
}
.sc-cp-tabs-fm {
    display: none;
}
.cgraff-fm {
    display: none;
}
.graff-fm-btn {
    display: none;
}
.fmcg-fm-rotation {
    display: none;
}
section.ktsvvo-section.bg-light > div > div.ktsvvo-txt.cross-box.left {
    background: unset;
}
.ktsvvo-section.bg-light.rotate {
    padding-top: 0;
}
.new-front-slider-slide {
    height: 100vh !important;
    background-size: cover !important;
    background-position: center !important;
    width: 100% !important;
    background-repeat: no-repeat !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.new-front-slider-slide-first,
.new-front-slider-slide-second {
    background: url("https://igit.spb.ru/img/front-page-ani/fsbg1.png");
}
.new-front-slider-slide-third,
.new-front-slider-slide-fourth {
    background: url("https://igit.spb.ru/img/front-page-ani/fsbg2.png");
}
.new-front-slider-slide-fifth,
.new-front-slider-slide-six {
    background: url("https://igit.spb.ru/img/front-page-ani/fsbg3.png");
}
.new-front-slider-slide-seven,
.new-front-slider-slide-eight {
    background: url("https://igit.spb.ru/img/front-page-ani/fsbg4.png");
}
.navigation {
    max-width: 276px;
    padding-top: 400px;
}
.new-front-slider {
    display: block;
    height: 100vh;
    overflow: hidden;
}
.new-front-slider .slick-slide {
    height: 100vh;
}
.b-block {
    width: 421px;
    margin-left: 190px;
}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.new-front-slider {
    height: 100vh;
    overflow: hidden;
}
.direction-box.direction-box-center {
    padding-top: 68px;
    padding-left: 53px;
}
.fs-right {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
}
.fs-right .container.b-block {
    margin: 0 190px 0 0;
}
.lider-slide {
    margin: 0 auto;
}
#corp-adm {
    background: url("../img/corpbgright.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 53% 100%;
    padding-bottom: 20px;
    margin-bottom: 110px;
}

.corp-adm-row {
    display: flex;
    justify-content: space-between;
}
.corp-adm-left p {
    font-size: 24px;
    display: block;
    width: 633px;
}
.corp-adm-left a {
    margin-top: 40px;
    font-size: 20px;
    font-weight: bold;
    background: linear-gradient(to right, #42E3AC, #48FFFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    justify-content: space-between;
    padding: 15px 40px;
    width: 516px;
}
.corp-adm-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 90px;
}
.corp-adm-right-headline {
    color: rgb(255, 255, 255);
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    text-align: left;
}
.corp-adm-left {
    min-width: 860px;
}
.corp-adm-file-row a {
    color: rgb(72, 247, 255);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-decoration-line: underline;
    padding-left: 25px;
}
.corp-adm-file-row {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 30px;
}
.calendar-row div {

    font-weight: 500 !important;
    line-height: 39px !important;
    text-align: left !important;
}
.calendar-row div a {
    font-size: 24px !important;
    line-height: 29px !important;
}
.invest-h-f {
    color: rgb(0, 0, 0);
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
}
.front-form-input-row-i {
    justify-content: left;
}
#development {
    background: url("../img/development.png");
    background-position: left;
    background-repeat: no-repeat;
    padding-bottom: 185px;
    margin-top: 240px;
}
.sc-project {
    padding-top: 110px;
}
.slick-dots button  {
    width: 43px;
    height: 50px;
    margin-left: -20px;
}
@media (max-width: 1872px) {
    .bbb::after {
        display: none;
    }
}
@media (max-width: 1500px) {
    .ar-box {
        padding-left: 0px;
    }
    .container {
        padding: 0 20px;
    }
    .sol-form-tmpl .sumid_btm-wrap {
        padding: 70px 40px;
    }
    .support-box {
        border-radius: 15px;
        margin-left: 20px;
        margin-right: 20px;
        padding: 20px;
    }
    .container.finance-img-row.right {
        margin: 33px 0;
    }
    .about-right {
        width: 65%;
        margin-left: 20px;
    }
    .development {
        margin-top: 0;
    }
    .raz {
        margin-top: 20px;
    }
    .social {
        margin-top: 20px;
    }
    .servprod-border {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .rem::after {
        display: none;
    }
}
@media (max-width: 1440px) {
    .rec-slide {
        margin: 0 auto;
        padding: 60px 70px;}
    .about-right {
        width: 80%;
    }
    .bbbccc::after {
        display: none;
    }

}
@media (max-width: 1300px) {
    .top-sub-menu-row {
        display: none;
    }
    .about-top {
        flex-direction: row-reverse;
    }
    .about-top {
        margin-top: 0px;
    }
    .front-form-headline {
        font-size: 57px;
    }
}
@media (max-width: 1230px) {
    .knp-fm {
        display: block;
    }
    .knp::after {
        display: none;
    }
    .forest::after {
        display: none;
    }
    .sumid_btm {
        padding: 0 20px;
    }
    .rokn::after {
        display: none;
    }
}
@media (max-width: 1189px) {
    .robots-fm {
        display: block;
    }
    .robots::after {
        display: none;
    }
}
@media (max-width: 1185px) {
    .fmcg::after {
        display: none;
    }
    .krpt::after {
        display: none;
    }
}
@media (max-width: 1170px) {
    .ids::after {
        display: none;
    }
    .kad::after {
        display: none;
    }
}
@media (max-width: 1160px) {
    .ar::after {
        display: none;
    }
    .neft::after {
        display: none;
    }
    .str::after {
        display: none;
    }
}
@media (max-width: 1100px) {
    .top-menu {
        display: none;
    }
    .mmb {
        display: block;
    }
    .container {
        padding: 0 20px;
    }
    .right {
        padding: 30px 0;
    }
    .support-box {
        padding: 20px;
    }
    .lider {
        height: 688px;
        background-size: cover;
        background-position-x: -128px;
    }
    .lider-slider-container {
        margin-top: 50px;
    }
    .front-form-headline {
        font-size: 40px;
    }
    .front-form-input-row {
        padding-top: 0px;
    }
}
@media (max-width: 865px) {
    .finance-headline {
        background: #000;
    }
    .finance img {
        max-width: 349px;
        height: auto;
    }
    .finance-first-all-l {
        position: absolute;
        width: 8px;
        bottom: 79px;
    }
    .finance-first-first-l {
        left: 68px;
    }
    .finance-first-second-l {
        left: 123px;
    }
    .finance-first-third-l {
        left: 180px;
    }
    .finance-first-fourth-l {
        left: 237px;
    }
    .finance-first-fifth-l {
        left: 293px;
    }
    /* Анимации роста высоты для каждой полосы */
    /*@keyframes growUpFirst {*/
    /*    from {*/
    /*        height: 0; !* Начальная высота *!*/
    /*    }*/
    /*    to {*/
    /*        height: 36px; !* Конечная высота *!*/
    /*    }*/
    /*}*/

    @keyframes growUpSecond {
        from {
            height: 0; /* Начальная высота */
        }
        to {
            height: 40px; /* Конечная высота */
        }
    }

    @keyframes growUpThird {
        from {
            height: 0; /* Начальная высота */
        }
        to {
            height: 42px; /* Конечная высота */
        }
    }

    @keyframes growUpFourth {
        from {
            height: 0; /* Начальная высота */
        }
        to {
            height: 54px; /* Конечная высота */
        }
    }

    @keyframes growUpFifth {
        from {
            height: 0; /* Начальная высота */
        }
        to {
            height: 87px; /* Конечная высота (пример) */
        }
    }

    .finance-first-six-l {
        bottom: 49px;
    }

    @keyframes growWidthSixth {
        from {
            width: 0; /* Начальная ширина */
        }
        to {
            width: 290px; /* Конечная ширина (пример) */
        }
    }
    .finance-first {
        max-width: 349px;
        margin: 0 auto;
    }
    .finance-img-row {
        text-align: center;
        margin-bottom: 16px;
    }
    h2 {
        font-size: 40px;
        line-height: 49px;
        padding: 0px 0 48px 0;
    }
    .logo {
        max-width: 124px;
    }
    .container {
        padding: 0 10px;
    }
    .finance {
        background-position-y: 28px;
    }

    .finance-second-all {
        width: 10px;
        bottom: 97px;
    }
    .finance-second-first {
        left: 48px;
        animation: growUpSecondFirst 1s forwards;
    }
    @keyframes growUpSecondFirst {
        from { height: 0; /* Начальная высота */}
        to { height: 33px; /* Конечная высота */}
    }
    .finance-second-second {
        left: 97px;
        animation: growUpSecondSecond 1s forwards;
    }
    @keyframes growUpSecondSecond {
        from { height: 0; /* Начальная высота */}
        to { height: 50px; /* Конечная высота */}
    }
    .finance-second-third {
        left: 147px;
        animation: growUpSecondThird 1s forwards;
    }
    @keyframes growUpSecondThird {
        from { height: 0; /* Начальная высота */}
        to { height: 62px; /* Конечная высота */}
    }
    .finance-second-allr {
        height: 10px;
        left: 203px;
    }
    .finance-second-fourth {
        bottom: 139px;
        width: 0px;
        animation: growToWidthSecondFourth 1s forwards;
    }
    @keyframes growToWidthSecondFourth {
        from { height: 0; /* Начальная высота */}
        to { width: 95px; /* Конечная высота */}
    }
    .finance-second-fifth {
        bottom: 109px;
    }
    @keyframes growToWidthSecondFifth {
        from { height: 0; /* Начальная высота */}
        to { width: 95px; /* Конечная высота */}
    }
    .finance-second-six {
        bottom: 80px;
    }
    @keyframes growToWidthSecondSix {
        from { height: 0; /* Начальная высота */}
        to { width: 80px; /* Конечная высота */}
    }
    .finance-third-all {
        width: 10px;
        bottom: 80px;
    }
    .finance-third {
        max-width: 349px;
    }
    .finance-third-first {
        left: 69px;
    }
    @keyframes growWidthThirdFirst {
        to { height: 36px; /* Конечная высота */}
    }
    .finance-third-second {
        left: 123px;
    }
    @keyframes growWidthThirdSecond {
        to { height: 40px; /* Конечная высота */}
    }
    .finance-third-third {
        left: 180px;
    }
    @keyframes growWidthThirdThird {
        to { height: 42px; /* Конечная высота */}
    }
    .finance-third-fourth {
        left: 236px;
    }
    @keyframes growWidthThirdFourth {
        to { height: 54px; /* Конечная высота */}
    }
    .finance-third-fifth {
        left: 291px;
    }
    @keyframes growWidthThirdFifth {
        to { height: 113px; /* Конечная высота */}
    }
    .support-box {
        border-radius: 15px;
        padding: 20px;
    }
    .support-box ul {
        margin-left: 17px;
    }
    .lider-slide-headline {
        font-size: 20px;
        font-weight: 700;
        line-height: 23px;
    }
    .lider-slide-title {
        font-size: 10px;
        font-weight: 700;
        line-height: 12px;
        padding-top: 23px;
        max-width: 186px;
    }
    .lider-slide-right img {
        max-width: 67px;
    }
    .lider-slide-wrap {
        height: 205px;
        width: 338px;
        padding: 60px 30px;
    }
    .slick-dots li {
        height: 35px;
    }
    .lider-slider-container {
        margin-top: 0;
    }
    .rec-slide-left img {
        max-width: 58px;
    }
    .rec-slide-wrap-top-row-date {
        font-size: 15px;
        font-weight: 700;
        line-height: 18px;
    }
    .rec-slide-wrap-btm-row-title {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
    }
    .rec-slide-wrap-btm-row-summ {
        font-size: 24px;
        font-weight: 400;
        line-height: 28px;
    }
    .c-date {
        font-size: 12px !important;
        font-weight: 500 !important;
        line-height: 15px !important;
    }
    .calendar-row div a,
    .c-date-title {
        font-size: 15px !important;
        font-weight: 500 !important;
        line-height: 18px !important;
    }
    .calendar-row div.c-date-title {
        font-size: 15px !important;
        font-weight: 500 !important;
        line-height: 18px !important;
    }

    .c-date {
        width: 44px;
        min-width: 44px;
    }
    .front-form-wrap {
        padding: 25px;
    }
    .front-form-headline {
        font-size: 32px;
        font-weight: 500;
        line-height: 39px;
        text-align: center;
    }
    .front-form-input-row {
        flex-direction: column;
    }
    .name {
        width: 100%;
        margin: 13px auto;
    }
    .text {
        width: 100%;
        margin: 13px auto;
    }
    .email {
        width: 100%;
        margin: 13px auto;
    }
    .sendbtn {
        width: 100%;
        margin: 13px auto;
    }
    .front-form-wrap {
        background-size: cover;
    }
    h3 {
        font-size: 24px;
        line-height: 29px;
        text-align: left;
    }
    .contacts-right {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        text-align: center;
    }
    .contacts .container {
        flex-direction: column;
    }
    .f-menu {
        flex-direction: column;
        align-items: baseline;
    }
    .f-menu a {
        padding: 10px 0;
        padding-bottom: 14px;
    }
    .f-email,
    .f-phone {
        font-size: 32px;
        font-weight: 700;
        line-height: 61px;
    }
    . {
        flex-direction: column-reverse;
        align-items: baseline;
    }
    .f-tg {
        margin-top: 86px;
    }
    .container.n-menu {
        flex-wrap: wrap;
    }
    .n-menu div  {
        padding: 10px;
    }
    .container.calendar-rows {
        margin: 0;
    }
    .missin-boxes-row {
        display: flex;
        flex-direction: column;
    }
    .missin-boxes-row-right ul {
        flex-direction: column;
    }
    .missin-boxes-row li {
        padding: 20px !important;
        height: auto !important;
    }
    .missin-boxes-row-right img {
        transform: rotate(90deg);
        margin-bottom: 10px;
    }
    .missin-boxes-row-left,
    .missin-boxes-row-right {
        width: 100%;
    }
    .f-menu {
        margin-top: 82px;
    }
    .f-row {
        margin-top: 6px;
    }
}
@media (max-width: 540px) {
    .support-box {
        border-radius: 15px;
        font-size: 10px;
        font-weight: 400;
        line-height: 12px;
    }
    .support-box ul {
        margin-left: 17px;
    }
    .support-box li  {
        font-size: 12px;
        font-weight: 700;
        line-height: 15px;
    }
    .servprod {
        margin-top: 0;
    }
    .servprovod-title {
        font-size: 15px;
        padding-top: 0;
    }
    .servprod-column-headline {
        font-size: 15px;
        line-height: 18px;
        padding: 25px 0;
        height: auto;
    }
    .servprod-border {
        flex-direction: column;
        padding: 20px 20px 40px 20px;
        margin: 0 20px;
    }
    .servprod-column {
        width: 100%;
    }
    .servprod-column li {
        font-size: 10px;
        font-weight: 500;
        line-height: 12px;
    }
    .bh-row {
        padding: 30px;
        flex-direction: column;
        margin: 20px 20px 0 20px;
    }
    .container.bh-row span {
        display: flex;
        flex-wrap: wrap;
        max-width: 240px;
        align-items: center;
        justify-content: space-between;
        padding-top: 30px;
        width: 240px;
    }
    .container.bh-row img {
        width: 34px;
    }
    .strategy-strategy {
        margin: -38px 0;
        flex-direction: column;
    }
    .strategy-strategy-box-wrap {
        width: 90%;
        margin: 0 auto;
    }
    .strategy-strategy-box-number {
        margin-top: 20px;
    }
    .strategy-strategy-box-headline {
        font-size: 13px;
        font-weight: 400;
        line-height: 15px;
        height: 53px;
    }
    .strategy-strategy-box-list li {
        font-size: 10px;
        line-height: 12px;
    }
    .f-row {
        flex-direction: column-reverse;
        align-items: baseline;
        position: relative;
    }
    .frrr {
        text-align: left;
    }
    .solutions-title {
        font-size: 15px;
        font-weight: 500;
        line-height: 18px;
        padding: 15px 20px;
        width: 100%;
    }

    .solutions-descr,
    .solutions-descr-list {
        font-size: 10px;
        font-weight: 500;
        line-height: 12px;
        padding: 0px 20px 15px 20px;
    }
    .solutions-headline img {
        max-width: 135px;
    }
    .solutions-content {
        margin-top: 0;
    }
    .future-txt {
        padding: 0 25px;
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        text-align: left;
    }
    .future {
        padding-bottom: 63px;
    }
    .direction .future-txt{
        padding-bottom: 35px;
    }
    .direction-slide {
        width: 332px;
        height: 222px;
        border-radius: 64px;
        padding-top: 62px;
    }
    .uni {
        padding-top: 75px;
    }
    video {
        height: 594px;
        margin-left: -155px;
        width: 700px;
    }
    .img-row {
        text-align: center;
        margin-top: -162px;
    }
    .img-row img {
        max-width: 49px;
    }
    .video-btn-container {
        margin-top: -90px;
    }
    .submenu-anchor {
        display: none;
    }
    .about-right {
        width: 100%;
        margin: 0;
    }
    .about {
        position: relative;
        margin-top: 0px;
        overflow: hidden;
    }
    .about-left {
        position: absolute;
        top: 54px;
        right: -234px;
    }
    .ar-box-digit {
        font-size: 48px;
        font-weight: 500;
        line-height: 59px;
    }
    .ar-box-line {
        width: 120px;
    }
    .ar-box {
        padding-right: 0;
        width: 167px;
        padding-top: 35px;
    }
    .asocial-list li {
        list-style: disc;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
    }
    .asocial-list {
        margin-top: 0;
        margin-left: 26px;
    }
    .container.calendar-rows {
        margin-top: 40px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
    .calendar-row {
        height: auto;
        padding: 13px 0 20px 0;
        align-items: baseline;
    }
    .calendar-row-show-more {
        font-size: 10px;
        line-height: 19px;
        max-width: 170px;
        margin-top: 15px;
    }
    .mission-txt {
        font-size: 20px;
        line-height: 24px;
    }
    #fea h2 {
        font-size: 30px;
        line-height: 34px;
    }
    .about-cases {
        display: none;
    }
    .licens-boxes-wrap {
        display: flex;
        flex-direction: column;
    }
    .licens-boxes-wrap-half {
        width: 100%;
    }
    .licens-box {
        padding: 33px;
    }
    .license-box-list li {
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
        padding-bottom: 10px;
    }
    .licens-boxes-wrap > div:nth-child(2) > div:nth-child(1), .licens-boxes-wrap > div:nth-child(2) > div:nth-child(2), .licens-boxes-wrap > div:nth-child(2) > div:nth-child(4), .licens-boxes-wrap > div:nth-child(2) > div:nth-child(5) {
        max-width: 100%;
    }
    .prof-p {
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
    }
    .prof-p-wrap {
        margin-top: 0;
    }
    .prof-btm {
        flex-direction: column-reverse;
        align-items: center;
        margin-top: 20px;
    }
    .o-row {
        flex-wrap: wrap;
        padding: 0;
    }
    .o-box {
        width: 50%;
        max-width: 50%;
    }
    .front_sol_btn {
        display: none;
    }
    .solutions-tab-box-img {
        display: none;
    }
    .solutions-tab-row {
        flex-direction: column;
        width: 100%;
    }
    .solutions-tab-row div {
        text-align: center;
        display: block;
        margin-bottom: 8px;
    }
    .solutions-tab-boxes {
        flex-direction: column;
        align-items: center;
    }
    .contacts-top-line {
        flex-direction: column;
    }
    .contacts-top-line-left {
        width: 100%;
        padding-right: 0;
    }
    .contacts-top-line-right {
        width: 100%;
    }
    .contacts-top-line-headline {
        font-weight: 500;
    }
    .accreditation-txt,
    .accreditation-txt span {
        font-size: 24px;
        font-weight: 400;
        line-height: 29px;
    }
    .licens-boxes-wrap-top-row {
        flex-direction: column;
    }
    .licens-boxes-wrap-top-row-right-top-line {
        flex-direction: column;
    }
    .licens-boxes-wrap-top-row-sec-line {
        flex-direction: column;
    }
    .licens-boxes-wrap-half {
        flex-direction: column;
    }
    #licens > div.container.licens-boxes-wrap > div.licens-boxes-wrap-half > div:nth-child(2) {
        width: 100%;
        max-width: 335px;
    }
    .appointment-sumid-row {
        display: flex;
        flex-direction: column;
    }
    .sumid_btm-btn img {
        display: none;
    }
    .sumid_btm-btn {
        width: 330px;
        font-size: 20px;
        font-weight: 700;
        padding: 0 27px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    h2 {
        font-size: 36px !important;
        font-weight: 500 !important;
        line-height: 44px !important;
    }
    .appointment:before {
        display: none;
    }
    .appointment-fm {
        display: block;
    }
    .cross-box-headline {
        font-size: 14px;
        line-height: 17px;
    }
    .cross-box p {
        font-size: 20px;
        line-height: 24px;
    }
    .cross-box {
        height: auto;
        padding: 17px 19px;
    }
    .appointment-sumid-row img {
        padding-top: 60px;
    }
    .sumid_btm-headline {
        font-size: 32px;
        line-height: 39px;
    }
    .sumid_btm-wrap {
        width: 100%;
        padding: 59px 18px;
    }
    .solutions-tab-box-img-wrap {
        display: none;
    }
    .appointment-headline-top.fs::after {
        position: absolute;
        content: '';
        display: block;
        width: 405px;
        height: 300px;
        background-size: contain;
        background-repeat: no-repeat;
        top: 133px;
    }
    /*body > div.content > section.cross.sol > div:nth-child(2) > div > div:nth-child(4) {*/
    /*    margin-bottom: 0;*/
    /*}*/
    .appointment-headline-top.fs {
        overflow: hidden;
        padding-bottom: 220px;
    }
    .solutions-top-row .container {
        flex-direction: column-reverse;
    }
    .sumid_btm-txt {
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
    }
    .modal-content {
        background-color: #000000;
        padding: 65px 10px 20px 10px;
        border-radius: 20px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        text-align: center;
        width: 90%;
        max-width: 600px;
        position: relative;
    }
    .o-row.gbb {
        padding: 30px;
    }
    #fea h2 {
        font-size: 25px;
    }
    .submenu-anchor {
        display: none;
    }
    .ar-box {
        padding-left: 0px;
    }
    .f-btn {
        display: block;
        text-align: center;
        padding-bottom: 10px;
    }
    .hidden {
        display: none;
    }
    .about-right > div:nth-child(4), .about-right > div:nth-child(5), .about-right > div:nth-child(6) {
        margin-top: 0;
    }
    a.presentaion-btn {
        border: 2px solid rgb(255, 255, 255);
        border-radius: 64px;
        line-height: 53px;
        padding: 0 30px;
        padding-bottom: 2px;
        display: block;
        height: 57px;
        width: 183px;
    }
    .fmm-c {
        display: block;
    }
    .ktsvvo-section .container {
        flex-direction: column;
    }
    .solution-cat-form .front-form-wrap.gbb {
        padding: 59px 15px 10px 15px;
        max-height: 445px;
        height: 445px;
    }
    .solution-cat-form .front-form-txt {
        font-size: 16px;
        line-height: 23px;
    }
    .solution-cat-form .sendbtn {
        margin-top: 60px;
    }
    .lider {
        padding-top: 60px;
    }
    .servprod-border > div:nth-child(5) {
        width: 100%;
    }
    .strategy {
        padding-top: 40px;
    }
    .strategy-strategy-box.gbb p {
        font-size: 10px;
    }
    .strategy-strategy-box {
        height: 240px;
    }
    #recomedation {
        padding-top: 110px;
    }
    .recomedation {
        background: url(img/mount.png);
        padding: 0;
        background-repeat: no-repeat;
        background-size: 282% 112%;
        background-position-y: -22px;
        background-position-x: -159px;
        padding-bottom: 100px;
        height: 511px;
        padding-top: 100px;
    }
    .rec-slider {
        margin-top: 70px;
    }
    .rec-slide {
        height: 266px;
    }
    .rec-slide-wrap-btm-row-title {
        margin-top: 42px;
    }
    #recomedation .slick-dots {
        margin-top: 100px;
    }
    #calendar {
        padding-top: 135px;
    }
    .c-date-title {
        padding-left: 30px;
    }
    .calendar::after {
        display: none;
    }
    .front-form-wrap {
        padding: 78px 15px;
        height: 438px;
        max-height: 320px;
        background-repeat: no-repeat !important;
        background-size: 420% 100% !important;
    }
    .sendbtn {
        margin-top: 50px;
    }
    .calendar {
        overflow: hidden;
    }
    .n-menu {
        justify-content: flex-start;
        align-items: center;
    }

    .n-menu div {
        max-width: 140px;
        padding-left: 0;
    }
    .press-cener-headline::after {
        right: -50px;
        top: 467px;
    }
    .pc-form-fm {
        margin-top: 25px;
    }

    .container.kjhv.acf .solutions-top-row-left {
        margin-top: 0px;
    }
    .container.ftwd-half-row {
        flex-direction: column-reverse;
    }
    .ftwd-half-row > div:nth-child(2) {
        width: 100%;
    }
    .twd-btm-txt-headline,
    .appointment-headline {
        font-size: 24px;
        line-height: 24px;
        padding-top: 62px;
    }
    .twd-btm-txt {
        font-size: 20px;
        line-height: 24px;
    }
    .ftwd-half-row img {
        height: auto;
        margin: 0 auto;
        max-width: 250px;
        min-width: 250px;
    }
    .sumid_btm-wrap {
        width: 100%;
        padding: 59px 8px !important;
        max-width: 353px;
    }
    .asdas.tvdkgis ,
    .appointment-row p {
        font-size: 20px !important;
        font-weight: 500;
        line-height: 24px !important;
    }
    .about-right > div:nth-child(2) .ar-box-line, .about-right > div:nth-child(5) .ar-box-line {
        width: 139px;
    }
    .about-right > div:nth-child(3) .ar-box-line, .about-right > div:nth-child(6) .ar-box-line {
        width: 137px;
    }
    .ar-box-txt {
        width: 310px;
    }
    .development {
        margin-top: 100px;
    }
    .raz-fd {
        display: none;
    }
    .raz-fm {
        display: block;
    }
    #licens {
        padding-top: 100px;
    }
    #fea h2 {
        font-size: 27px !important;
        line-height: 30px !important;
        padding-top: 90px;
    }
    h3 {
        padding: 45px 0 40px 0;
    }
    .cross.sol > div:nth-child(2) > div > div:nth-child(8) {
        margin-bottom: 0;
    }
    .container.ftwd-half-row img {
        padding-top: 20px;
    }
    .sumid_btm {
        margin-top: 80px;
    }
    #igit img {
        display: none;
    }
    .ar-box-txt {
        font-size: 15px;
        font-weight: 500;
        line-height: 17px;
    }
    .ar-box-txt {
        padding-top: 7px;
    }
    .about-right {
        justify-content: center;
    }
    .licens-boxes-wrap-top-row-right-top-line > div:nth-child(1), .licens-boxes-wrap-top-row-right-top-line > div:nth-child(2) {
        height: auto;
    }
    #licens > div.container.licens-boxes-wrap > div.licens-boxes-wrap-top-row > div.licens-boxes-wrap-top-row-right > div.licens-boxes-wrap-top-row-right-btm-line > div {
        max-height: unset;
    }
    #fea .container.calendar-rows {
        margin-top: 0;
    }
    #prof h2,
    #social h2,
    #mission h2{
        padding: 80px 0 40px 0;
    }
    #social .container.calendar-rows {
        margin-top: -60px;
    }
    .inmc p {
        text-align: left;
        font-size: 20px;
        line-height: 24px;
    }
    .ktsvvo-section {
        overflow: hidden;
    }
    .knp::after {
        display: none;
    }
    .rem::after {
        display: none;
    }
    .rem-fm-img {
        display: block;
    }
    .container.kjhv.kotl.rem {
        margin: 0;
    }
    .appointment-headline-top.fs.twd.rem-top-fm {
        padding-bottom: 0;
    }
    .rem-slider {
        flex-direction: column-reverse;
    }
    .rem-slider .nh-right {
        padding-left: 0;
    }
    .frem.bg-light::before {
        width: 650px;
        height: 478px;
        background-position-x: 40px;
        margin-top: 40px;
    }
    .solutions-slider-slide {
        max-width: 300px;
    }
    .nh.bg-light frem {
        padding-bottom: 80px;
    }
    .nh.bg-light.frem {
        overflow: hidden;
    }
    .ar::after {
        display: none;
    }
    .ar-fm-img-top {
        display: block;
        margin-top: 40px;
    }
    .ar::after {
        display: none;
    }
    .ar-img {
        display: none;
    }
    .bg-light {
        overflow: hidden;
    }
    .container.nh-container {
        flex-direction: column;
    }
    .nh-right.ar-right {
        padding-left: 0;
        width: 100%;
    }
    .bg-light::before {
        width: 540px;
        height: 430px;
        background-size: 100% 100%;
        left: 0;
        transform: unset;
        top: 220px;
    }
    .ar-left.ar-left-fm {
        display: none;
    }
    .dd .container {
        flex-direction: column;
    }
    .dd-half {
        width: 100%;
    }
    .ar-fm-img-btm {
        display: block;
    }
    .neft::after {
        top: 24px;
    }
    .neft .appointment-headline {
        margin-top: 250px;
    }
    .neft::after {
        top: -225px;
        right: unset;
        left: -56px;
    }
    .cross-boxes-wrap.fii .cross-box {
        padding: 20px 21px;
    }
    .nffmrb {
        margin-bottom: 17px !important;
    }
    .neftfm-top {
        padding-bottom: 0 !important;
    }
    .fnjhfgkuhiljiuyuv {
        padding-top: 221px;
        overflow: hidden;
    }
    .fm-sarscimbl {
        display: block;
    }
    .str::after {
        display: none;
    }
    .forest-imgfm {
        display: block;
        margin-left: -30px;
        margin-top: 49px;
    }
    .forest::after {
        display: none;
    }
    .forest-pdsvfdas {
        margin-bottom: 17px;
    }
    .robots::after {
        display: none;
    }
    .robots-fm {
        display: block;
    }
    .robots-fm {
        display: block;
        margin-top: 30px;
    }
    /*.fmcg::after {*/
    /*    display: none;*/
    /*}*/
    .fmcg-fm {
        display: block;
        padding-top: 40px;
    }
    .fmlkjbvguhbkj {
        margin-bottom: 17px !important;
    }
    .krpt-fm {
        display: block;
        margin-top: 28px;
    }
    .krpt::after {
        display: none;
    }
    .qwevdbjnklm {
        padding-bottom: 40px;
    }
    .solutions-slider {
        height: 385px;
    }
    .nh.bg-light {
        padding-bottom: 0;
    }
    .rokn::after {
        display: none;
    }
    .rokn-fm {
        display: block;
        margin-top: 34px;
    }
    .nh-right {
        padding-left: 0;
    }
    .rgthytnut {
        margin-bottom: 17px !important;
    }
    .sfbgndghjm {
        margin-top: 0px;
    }
    .fvsbfdnyfjm {
        margin-bottom: 17px !important;
    }
    .container.kjhv.spb-img img {
        margin-top: -240px;
    }
    .aiskn-fm {
        display: block;
        margin-top: 40px;
    }
    .kad::after {
        display: none;
    }
    .cross {
        margin-top: 0;
    }
    .broadcast {
        padding-bottom: 80px;
    }
    .ktsvvo::after {
        display: none;
    }
    .ktsvvo-fm {
        display: block;
    }
    .appointment-headline.kgis {
        padding-top: 60px;
    }
    .ktsvvo-img {
        min-width: 310px;
    }
    .ktsvvo-img img {
        max-width: 90%;
    }
    .ktsvvo-txt.cross-box.left {
        padding: 0;
    }
    .knp::after {
        content: url(../img/knp.png);
    }
    .knp-fm {
        display: block;
        margin-top: 40px;
    }
    .solutions-list-marker li {
        display: flex;
        align-items: start;
    }
    .solutions-list-marker span {
        margin-top: 11px;
    }
    .kts-pn-number-p.pl {
        padding-top: 10px;
    }
    .kts-pn-number-p {
        padding-top: 15px;
    }
    .solutions-list-marker li {
        align-items: start;
        margin-top: 6px;
    }
    .solutions-list-marker span {
        margin-top: 11px;
    }
    .ids::after {
        display: none;
    }
    .ids-fm {
        display: block;
    }
    .sfdfsdggh {
        margin-top: 0 !important;
    }

}
@media (max-width: 540px) {
    .new-front-slider {
        display: none;
    }
    .news-form {
        margin-top: 33px;
        padding: 30px;
    }
    .news-form-headline {
        font-size: 24px;
        line-height: 26px;
    }
    .news-form-title {
        font-size: 14px;
        line-height: 21px;
    }
    .iwetrg {
        display: block;
    }
    .n-cp-row {
        flex-direction: column;
        align-items: center;
    }
    .sc-cp-tabs {
        display: none;
    }
    .sc-cp-tabs-fm {
        display: block;
    }
    .sc-cp-tabs-fm-slider-slide-headline {
        color: rgb(255, 255, 255);
        font-size: 24px;
        font-weight: 500;
        line-height: 20px;
        text-align: center;
        padding-bottom: 24px;
        border-bottom: 1px solid #1abc9c;
    }
    .sc-cp-tabs-fm-slider {
        margin-top: 239px;
        height: 798px;
        background: url(../img/sc-cp-tabs-fm-slider-bg.png);
        background-size: 100% 100%;
        padding-top: 120px;
    }
    .n-cp {
        padding-bottom: 0px;
    }
    .sc-cp-tabs-fm-slider-slide-content {
        padding-top: 40px;
    }
    .sc-cp-tabs-hidden-box {
        width: 160px;
    }
    .sc-cp-tabs-fm-slider-slide-content-div {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        width: 320px;
    }
    .sc-cp-tabs-fm-slider-slide-content-div-s {
        flex-wrap: nowrap;
        display: flex;
        margin: 0 auto;
        width: 320px;
    }
    .sc-cp-tabs-hidden-box-txt {
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: 300;
        line-height: 18px;
        text-align: center;
        padding-bottom: 20px;
    }
    .sc-cp-tabs-fm-slider-slide-headline {
        position: relative;
    }
    .sc-cp-tabs-fm-slider-slide-headline::after {
        content: '';
        display: block;
        position: absolute;
        width: 200px;
        height: 4px;
        background: linear-gradient(to right, #42E3ACFF, #48FFFFCC);
        bottom: -4px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .cgraff {
        display: none;
    }
    .cgraff-fm {
        display: block;
    }
    .graff-fm-btn {
        display: block;
    }
    .graff-fm-btn img {
        width: 90%;
        padding: 0;
    }
    .cross-boxes-wrap-section {
        background: url(../img/wave-bg.png);
        background-size: 100%;
        position: relative;
        overflow: hidden;
        background-repeat: no-repeat;
        padding-top: 130px;
        padding-bottom: 30px;
        margin-top: 0;
    }
    .cross-boxes-wrap-section::before {
        content: '';
        display: block;
        position: absolute;
        width: 375px;
        height: 478px;
        background: url(../img/scirclebg.png);
        background-size: 100%;
        top: -25px;
        right: 0;
        z-index: -1;
    }
    .solutions-list-marker {
        margin-top: 6px;
    }
    .solutions-list-marker p {
        line-height: 23px;
    }
    .fmcg-fm-rotation {
        display: block;
    }
    .fmcg::after {
        display: none;
    }
    .ktsvvo-img-rotation-img {
        display: none;
    }
    .bg-light::before {
        display: none;
    }
    .container.kjhv.spb-img {
        margin: 0;
    }
    .cross-boxes-wrap-section.crossfdgbref {
         padding-top: 130px;
         background-repeat: no-repeat;
    }
    .ktsvvo-txt {
         padding: 0px;
    }
    .nh-p {
        min-width: auto;
    }
    .ffm-slide.second {
        background: url("img/front-page-ani/fm1.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .ffm-slide.fourth {
        background: url("img/front-page-ani/fm2.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .ffm-slide.six {
        background: url("img/front-page-ani/fm3.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .ffm-slide.eight {
        background: url("img/front-page-ani/fm4.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .corp-adm-left {
        width: auto;
        max-width: 100%;
        min-width: auto;
    }
    .corp-adm-row {
        flex-direction: column;
    }
    .corp-adm-left p {
        width: auto;
    }
    .corp-adm-left a {
        width: 329px;
    }
    .pp-footer {
        padding: 0;
    }
}