:root {
    --yawhite: #fff;
    --yablack: #393939;
    --yagray: #9396A1;
    --yalightgray: #f5f5f5;
    --yadarkblue: #182142;
    --yablue: #005395;

    --yaradius4: 4px;
}

body {
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;
    color: var(--yablack);
    overflow-x: hidden;
}

/* color */
.c-yawhite {color: var(--yawhite) !important;}
.c-yablack {color: var(--yablack) !important;}
.c-yagray {color: var(--yagray) !important;}
.c-yalightgray {color: var(--yalightgray) !important;}
.c-yadarkblue {color: var(--yadarkblue) !important;}
.c-yablue {color: var(--yablue) !important;}

/* :hover color */
.c-h-yawhite:hover {color: var(--yawhite) !important;}
.c-h-yablack:hover {color: var(--yablack) !important;}
.c-h-yagray:hover {color: var(--yagray) !important;}
.c-h-yalightgray:hover {color: var(--yalightgray) !important;}
.c-h-yadarkblue:hover {color: var(--yadarkblue) !important;}
.c-h-yablue:hover {color: var(--yablue) !important;}

/* background-color */
.bg-yawhite {background-color: var(--yawhite);}
.bg-yablack {background-color: var(--yablack);}
.bg-yagray {background-color: var(--yagray);}
.bg-yalightgray {background-color: var(--yalightgray);}
.bg-yadarkblue {background-color: var(--yadarkblue);}
.bg-yablue {background-color: var(--yablue);}

/* :hover background-color */
.bg-h-yawhite:hover {background-color: var(--yawhite);}
.bg-h-yablack:hover {background-color: var(--yablack);}
.bg-h-yagray:hover {background-color: var(--yagray);}
.bg-h-yalightgray:hover {background-color: var(--yalightgray);}
.bg-h-yadarkblue:hover {background-color: var(--yadarkblue);}
.bg-h-yablue:hover {background-color: var(--yablue);}

/* :active background-color */
.bg-a-yawhite:active {background-color: var(--yawhite);}
.bg-a-yablack:active {background-color: var(--yablack);}
.bg-a-yagray:active {background-color: var(--yagray);}
.bg-a-yalightgray:active {background-color: var(--yalightgray);}
.bg-a-yadarkblue:active {background-color: var(--yadarkblue);}
.bg-a-yablue:active {background-color: var(--yablue);}

/* border */
.b-yawhite {border: var(--yawhite) 1px solid;}
.b-yablack {border: var(--yablack) 1px solid;}
.b-yagray {border: var(--yagray) 1px solid;}
.b-yalightgray {border: var(--yalightgray) 1px solid;}
.b-yadarkblue {border: var(--yadarkblue) 1px solid;}
.b-yablue {border: var(--yablue) 1px solid;}

/* :hover border */
.b-h-yawhite:hover {border: var(--yawhite) 1px solid;}
.b-h-yablack:hover {border: var(--yablack) 1px solid;}
.b-h-yagray:hover {border: var(--yagray) 1px solid;}
.b-h-yalightgray:hover {border: var(--yalightgray) 1px solid;}
.b-h-yadarkblue:hover {border: var(--yadarkblue) 1px solid;}
.b-h-yablue:hover {border: var(--yablue) 1px solid;}

/* border-top */
.b-t-yawhite {border-top: var(--yawhite) 1px solid;}
.b-t-yablack {border-top: var(--yablack) 1px solid;}
.b-t-yagray {border-top: var(--yagray) 1px solid;}
.b-t-yalightgray {border-top: var(--yalightgray) 1px solid;}
.b-t-yadarkblue {border-top: var(--yadarkblue) 1px solid;}
.b-t-yablue {border-top: var(--yablue) 1px solid;}

/* border-right */
.b-r-yawhite {border-right: var(--yawhite) 1px solid;}
.b-r-yablack {border-right: var(--yablack) 1px solid;}
.b-r-yagray {border-right: var(--yagray) 1px solid;}
.b-r-yalightgray {border-right: var(--yalightgray) 1px solid;}
.b-r-yadarkblue {border-right: var(--yadarkblue) 1px solid;}
.b-r-yablue {border-right: var(--yablue) 1px solid;}

/* border-bottom */
.b-b-yawhite {border-bottom: var(--yawhite) 1px solid;}
.b-b-yablack {border-bottom: var(--yablack) 1px solid;}
.b-b-yagray {border-bottom: var(--yagray) 1px solid;}
.b-b-yalightgray {border-bottom: var(--yalightgray) 1px solid;}
.b-b-yadarkblue {border-bottom: var(--yadarkblue) 1px solid;}
.b-b-yablue {border-bottom: var(--yablue) 1px solid;}

/* border-left */
.b-l-yawhite {border-left: var(--yawhite) 1px solid;}
.b-l-yablack {border-left: var(--yablack) 1px solid;}
.b-l-yagray {border-left: var(--yagray) 1px solid;}
.b-l-yalightgray {border-left: var(--yalightgray) 1px solid;}
.b-l-yadarkblue {border-left: var(--yadarkblue) 1px solid;}
.b-l-yablue {border-left: var(--yablue) 1px solid;}

/* :hover border-top */
.b-t-h-yawhite:hover {border-top: var(--yawhite) 1px solid;}
.b-t-h-yablack:hover {border-top: var(--yablack) 1px solid;}
.b-t-h-yagray:hover {border-top: var(--yagray) 1px solid;}
.b-t-h-yalightgray:hover {border-top: var(--yalightgray) 1px solid;}
.b-t-h-yadarkblue:hover {border-top: var(--yadarkblue) 1px solid;}
.b-t-h-yablue:hover {border-top: var(--yablue) 1px solid;}

/* :hover border-right */
.b-r-h-yawhite:hover {border-right: var(--yawhite) 1px solid;}
.b-r-h-yablack:hover {border-right: var(--yablack) 1px solid;}
.b-r-h-yagray:hover {border-right: var(--yagray) 1px solid;}
.b-r-h-yalightgray:hover {border-right: var(--yalightgray) 1px solid;}
.b-r-h-yadarkblue:hover {border-right: var(--yadarkblue) 1px solid;}
.b-r-h-yablue:hover {border-right: var(--yablue) 1px solid;}

/* :hover border-bottom */
.b-b-h-yawhite:hover {border-bottom: var(--yawhite) 1px solid;}
.b-b-h-yablack:hover {border-bottom: var(--yablack) 1px solid;}
.b-b-h-yagray:hover {border-bottom: var(--yagray) 1px solid;}
.b-b-h-yalightgray:hover {border-bottom: var(--yalightgray) 1px solid;}
.b-b-h-yadarkblue:hover {border-bottom: var(--yadarkblue) 1px solid;}
.b-b-h-yablue:hover {border-bottom: var(--yablue) 1px solid;}

/* :hover border-left */
.b-l-h-yawhite:hover {border-left: var(--yawhite) 1px solid;}
.b-l-h-yablack:hover {border-left: var(--yablack) 1px solid;}
.b-l-h-yagray:hover {border-left: var(--yagray) 1px solid;}
.b-l-h-yalightgray:hover {border-left: var(--yalightgray) 1px solid;}
.b-l-h-yadarkblue:hover {border-left: var(--yadarkblue) 1px solid;}
.b-l-h-yablue:hover {border-left: var(--yablue) 1px solid;}

/* border-radius */
.b-radius-yaradius-4 {border-radius: var(--yaradius4);}

/* border-radius-circle */
.b-radius-c-yaradius {border-radius: 50%;}

/* cursor */
.cursor-pointer {cursor: pointer;}

/* text */
.text-12 {font-size: 12px;}
.text-18 {font-size: 18px;}
.text-24 {font-size: 24px;}
.text-36 {font-size: 36px;}
.text-48 {font-size: 48px;}
.text-64 {font-size: 64px;}
.text-64-industries-ru {font-size: 53px;}
.text-72 {font-size: 72px;}

.fw-500 {font-weight: 500;}
.fw-400 {font-weight: 400;}
.fw-900 {font-weight: 900;}


.bg-image {
    background-size: cover;
    background-position: center;
}
.blend-multiply {mix-blend-mode: multiply;}

.h-4 {height: 4px;}

.title-blue-bg {
    height: 255px;
    width: 60vw;
    left: 0;
    top: 60px;
}
.title-blue-text {
    height: 255px;
    right: 40%;
    width: 830px;
    top: 60px;
}






.drop-list {
    z-index: 10;
}
.submenu{
    top: 50px;
    left: 560px;
    width: 310px;
    z-index: 10;
}
.submenu-ru {
    top: 50px;
    left: 400px;
    width: 470px;
    z-index: 10;
}
.submenu-de {
    top: 50px;
    left: 500px;
    width: 3400px;
    z-index: 10;
}


.main-title{
    height: 150px;
}
.main-title h1 {
    top: 150px;
    opacity: 0;
}
.main-banner {
    overflow: hidden;
}
.main-banner::before{
    content: '';
    position: absolute;
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
    z-index: -1;
    background: url(/data/images/en/index/bg.jpg) center center no-repeat;
    background-size: 100%;
}

.main-cards .card-title {
    min-height: 105px;
}
.main-cards .card-title.card-title-ru {
    min-height: 185px;
}
.card-title {
    min-height: 35px;
}
.marketing-services .card-title {
    min-height: 35px;
}
.marketing-services .card-title.card-title-ru {
    min-height: 115px;
}
.marketing-services .card-title.card-title-de {
    min-height: 144px;
}
.card-title-ru {
    min-height: 135px;
}
.energy-services-s .card-title-ru {
    min-height: 290px;
}
.card-text {
    min-height: 110px;
}
.marketing-services .card-text-de {
    min-height: 135px;
}
.real-services-s .card-text-ru {
    min-height: 240px;
}
.real-services-s .card-text {
    min-height: 160px;
}
.real-services-s .card-text-de {
    min-height: 220px;
}
.energy-services-s .card-title {
    min-height: 145px;
}
.energy-services-s .card-title.card-title-ru {
    min-height: 295px;
}
.futures-card {
    height: 315px;
}
.futures-card-ru {
    height: 335px;
}
.card-img {
    background-size: cover;
    background-position: center;
    height: 220px;
}
.services .card-img {
    height: 300px;
}
.card:hover .card-img {
    background-position: center;
    animation: cardAnim .3s ease 0s 1 normal forwards;
    background-repeat: no-repeat;
    background-size: 120%;
}
.services .card:hover .card-img{
    height: 300px;
}
.card-line {
    width: 40%;
    height: 6px;
    transition: .3s;
}
.card:hover .card-line {
    width: 100%;
    transition: .3s;
}
@keyframes cardAnim {
    0% {
        background-position: center center;
        background-size: 120%;
    }

    100% {
        background-position: center center;
        background-size: 140%;
    }
}


.line {
    height: 3px;
    width: 40%;
}
.plate{
    background-size: cover;
}
.plate-blue {
    height: 300px;
    width: 90%;
    top: 60px;
    left: -520px;
}

.plate-text {
    height: 300px;
    width: 90%;
    top: 340px;
    opacity: 0;
}
.main-text-1 {
    opacity: 0;
}

.slider-number {
    width: 82px;
    height: 82px;
    top: -40px;
    left: 40px;
}
.slider-content {
    height: 135px;
}
.slider-arrow {
    width: 35px;
    height: 35px;
    background-color: rgba(91,183,255,.6);
    top: calc(50% - 17.5px);
}
.slider-pagination {
    bottom: 15px;
}
.slider-pagination-item {
    height: 4px;
    background-color: rgba(147,150,161,.6);
    width: 130px;
    border-radius: 2px;
}
.slider-pagination-item.active {
    background-color: rgba(91,183,255,.6);
}
.slider-arrow-prev {left: -17.5px;}
.slider-arrow-next {right: -17.5px;}
.slider-wrap {
    height: 630px;
    background: url(/data/images/en/index/05.jpg) center no-repeat;
    background-size: cover;

}
.slider-title {
    top: 300px;
    opacity: 0;
}
.slider {
    top: 300px;
    opacity: 0;
}


.about-right {
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 55%;
    background-image: url(/data/images/en/about/01.jpg);
    height: 565px;
}
.about-left {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 50%;
    background-image: url(/data/images/en/about/04.jpg);
}
.about-title {
    height: 380px;
}
.contact{
    height: 640px;
}

.about-right .title-bg-01 {
    height: 265px;
    width: 55vw;
    right: 45%;
    top: 50px;
}
.about-left .title-bg-02 {
    height: 135px;
    width: 55vw;
    left: 45%;
    top: 50px;
}


.consulting {
    height: 425px;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 50%;
    background-image: url(/data/images/en/services/consulting/01.jpg);
}

.consulting-futures .card-title {
    min-height: 216px;
}
.consulting-futures .card-title.card-title-de {
    min-height: 252px;
}

.marketing {
    height: 425px;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 50%;
    background-image: url(/data/images/en/services/industries/auto-marketing-and-sales-consulting/01.jpg);
}

.real {
    height: 425px;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 50%;
    background-image: url(/data/images/en/services/industries/real-estate-investor-consulting/01.jpg);
}

.energy {
    height: 425px;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 50%;
    background-image: url(/data/images/en/services/industries/energy-markets-consulting/01.jpg);
}

.form-control {
    padding: 0.7rem 1rem;
    font-size: .8rem;
    height: 40px;
}
input.form-control {
    border: 1px solid var(--yagray);
    outline: none;
}
input.form-control:focus, input.form-control:focus-visible{
    border: 1px solid var(--yablue);
    outline: none;
    box-shadow: unset;
}







#animation-main-1 .plate-blue.animation {
    animation: animMainPlateBlue .3s ease 0s 1 normal forwards;
}
@keyframes animMainPlateBlue {
	0% {
		left: -520px;
	}

	100% {
		left: 0;
	}
}
#animation-main-1 .plate-text.animation {
    animation: animMainPlateText .3s ease 0s 1 normal forwards;
}
@keyframes animMainPlateText {
	0% {
		top: 340px;
        opacity: 0;
	}

	100% {
		top: 90px;
        opacity: 1;
	}
}
#animation-main-1 .main-text-1.animation {
    animation: animMainText1 .3s ease 0s 1 normal forwards;
}
@keyframes animMainText1 {
	0% {
        opacity: 0;
	}

	100% {
        opacity: 1;
	}
}

#animation-main-2 .slider-title.animation {
    animation: animMainSliderTitle .3s ease 0s 1 normal forwards;
}
@keyframes animMainSliderTitle {
	0% {
        opacity: 0;
        top: 300px;
	}

	100% {
        opacity: 1;
        top: 0px;
	}
}
#animation-main-2 .slider.animation {
    animation: animMainSlider .3s ease 0s 1 normal forwards;
}
@keyframes animMainSlider {
	0% {
        opacity: 0;
        top: 300px;
	}

	100% {
        opacity: 1;
        top: 0px;
	}
}

#animation-main .main-title.animation h1 {
    animation: animMainTitle .3s ease 0s 1 normal forwards;
}
@keyframes animMainTitle {
	0% {
        opacity: 0;
        top: 150px;
	}

	100% {
        opacity: 1;
        top: 0px;
	}
}

#animation-main.main-banner.animation::before {
    animation: animMainBg .3s ease 0s 1 normal forwards;
}
@keyframes animMainBg {
	0% {
        background-size: 100%;
    }

    100% {
        background-size: 130%;
    }
}
#animation-main.main-banner.rotate::before {
    animation: animMainRotate 3s ease 0s 1 normal forwards;
}
@keyframes animMainRotate {
	0% {
        transform: rotate(0deg);
        background-size: 130%;
    }

    100% {
        transform: rotate(-5deg);
        background-size: 130%;
    }
}
#animation-main.main-banner.norotate:before {
    animation: animMainNoRotate 3s ease 0s 1 normal forwards;
}
@keyframes animMainNoRotate {
	0% {
        transform: rotate(-5deg);
        background-size: 130%;
    }

    100% {
        transform: rotate(0deg);
        background-size: 130%;
    }
}




.m-menu {
    display: none;
}
.m-menu.active {
    display: none;
}
.m-menu-cover {
    display: none;
}
.m-menu-cover.active {
    display: none;
}

.bottom-line-about {
    height: 4px;
    width: 890px;
}
.map-img {
    flex-wrap: nowrap !important;
    overflow-x: scroll;
    height: 560px;
}
.map-img img{
    height: 560px;
    width: auto;
}
@media (max-width: 1439.98px) {
    .card-title {
        min-height: 135px;
    }
    .card-text {
        min-height: 110px;
    }
    .futures-text {
        min-height: 135px;   
    }
    .bottom-line-about {
        height: 4px;
        width: 890px;
    }
}

.services .card-title {
    min-height: 25px;
}
.services .card-title.card-title-de {
    min-height: 67px;
}
.services .card-title.card-title-ru {
    min-height: 25px;
}
.real-services-s .card-text.card-text-ru {
    min-height: 220px;
}


@media (max-width: 1399.98px) {
    .main-cards .card-title {
        min-height: 75px;
    }
    .main-cards .card-title.card-title-ru {
        min-height: 145px;
    }
    .text-48 {
        font-size: 36px;
    }
    .plate-blue {
        height: 210px;
    }
    .slider-wrap {
        height: 410px;
    }

    #animation-main-2 .slider-title.animation {
        animation: animMainSliderTitle .3s ease 0s 1 normal forwards;
    }
    @keyframes animMainSliderTitle {
        0% {
            opacity: 0;
            top: 200px;
        }
        100% {
            opacity: 1;
            top: -100px;
        }
    }
    #animation-main-2 .slider.animation {
        animation: animMainSlider .3s ease 0s 1 normal forwards;
    }
    @keyframes animMainSlider {
        0% {
            opacity: 0;
            top: 200px;
        }
        100% {
            opacity: 1;
            top: -100px;
        }
    }
    #animation-main .main-title.animation h1 {
        animation: animMainTitle .3s ease 0s 1 normal forwards;
    }
    @keyframes animMainTitle {
        0% {
            opacity: 0;
            top: 150px;
        }
        100% {
            opacity: 1;
            top: 0px;
        }
    }
    .bottom-line-about {
        height: 4px;
        width: 710px;
    }
    .marketing {
        background-size: 64%;
    }
    .real {
        background-size: 64%;
    }

    .title-blue-bg {
        height: 255px;
        width: 60vw;
        left: 0;
        top: 60px;
    }
    .title-blue-text {
        height: 255px;
        right: 40%;
        width: 700px;
        top: 60px;
    }
    .card-title {
        min-height: 35px;
    }
    .card-text {
        min-height: 65px;
    }

    .energy-services .card-title {
        min-height: 65px;
    }
    .energy-services-s .card-title {
        min-height: 175px;
    }
    .energy-services .card-text {
        min-height: 65px;
    }
    .about-title {
        height: 340px;
    }
    .about-right {
        height: 485px;
    }
    .text-24 {
        font-size: 20px;
    }

    .consulting, .marketing, .real, .energy {
        background-size: 65%;
    }
    .contact {
        height: 550px;
    }
    .futures-card-ru {
        height: 365px;
    }
    .real-services-s .card-text.card-text-ru {
        min-height: 300px;
    }
    .consulting .text-64-de {
        font-size: 55px;
    }
    .marketing .text-64-de {
        font-size: 55px;
    }
}
@media (max-width: 1199.98px) {
    .card-title {
        min-height: 195px;
    }
    .main-cards .card-title.card-title-ru {
        min-height: 125px;
    }
    .card-text {
        min-height: 135px;
    }
    .futures-text {
        min-height: 105px;   
    }
    .text-72 {
        font-size: 48px;
    }
    .text-72-de {
        font-size: 42px;
    }
    .text-64 {
        font-size: 42px;
    }
    .consulting .text-64-de {
        font-size: 30px;
    }
    .marketing .text-64-de {
        font-size: 30px;
    }
    .real .text-64-de {
        font-size: 30px;
    }
    .energy .text-64-de {
        font-size: 27px;
    }
    
    .text-64-industries-ru, .text-64-ru {
        font-size: 33px;
    }
    #animation-main.main-banner.animation::before {
        animation: none;
    }
    #animation-main.main-banner.rotate::before {
        animation: none;
    }
    #animation-main.main-banner.norotate:before {
        animation: none;
    }
    #animation-main .main-title.animation h1 {
        animation: none;
    }
    .main-title {
        height: auto;
    }
    .main-title h1{
        opacity: 1;
    }
    .main-banner::before {
        width: 160%;
        height: 120%;
        background-size: 100%;
    }
    #animation-main-1 .plate-blue.animation {
        animation: none;
    }
    .plate-blue {
        left: 0;
    }
    #animation-main-1 .plate-text.animation {
        animation: none;
    }
    .plate-text {
        top: 85px;
        opacity: 1;
    }
    #animation-main-1 .main-text-1.animation {
        animation: none;
    }
    .main-text-1 {
        opacity: 1;
    }
    #animation-main-2 .slider-title.animation {
        animation: none;
    }
    #animation-main-2 .slider.animation {
        animation: none;
    }
    .slider-title {
        opacity: 1;
        top: 0;
    }
    .slider {
        top: 0;
        opacity: 1;
        left: -30px;
    }
    .bottom-line-about {
        height: 4px;
        width: 530px;
    }
    .text-18 {
        font-size: 14px;
    }
    .text-24 {
        font-size: 16px;
    }
    .about-left .title-bg-02 {
        height: 105px;
    }
    .services .card-title {
        min-height: 95px;
    }
    .services .card-title.card-title-ru {
        min-height: 25px;
        font-size: 20px;
    }
    .services .card-title.card-title-ru.big {
        min-height: 95px;
    }
    .consulting {
        height: 250px;
        background-image: url(/data/images/en/services/consulting/01-t.jpg?2);
        background-size: 55%;
    }
    .marketing {
        height: 255px;
        background-image: url(/data/images/en/services/industries/auto-marketing-and-sales-consulting/01-t.jpg);
        background-size: 55%;
    }
    .marketing-services .card-title {
        min-height: 35px;
    }
    .marketing-services .card-text {
        min-height: 65px;
    }
    .real {
        height: 255px;
        background-image: url(/data/images/en/services/industries/real-estate-investor-consulting/01-t.jpg);
        background-size: 55%;
    }
    .real-services .card-title {
        min-height: 35px;
    }
    .real-services .card-text {
        min-height: 65px;
    }
    .energy {
        height: 255px;
        background-image: url(/data/images/en/services/industries/energy-markets-consulting/01-t.jpg);
        background-size: 55%;
    }
    .energy-services .card-title {
        min-height: 35px;
    }
    .energy-services-s .card-title {
        min-height: 95px;
    }
    .energy-services .card-text {
        min-height: 65px;
    }

    .title-blue-bg {
        height: 175px;
        width: 60vw;
        left: 0;
        top: 40px;
    }
    .title-blue-text {
        height: 175px;
        right: 40%;
        width: 570px;
        top: 40px;
    }
    .about-title {
        height: 250px;
    }
    .about-right {
        height: 365px;
    }
    .card-title {
        min-height: 35px;
    }
    .card-text {
        min-height: 65px;
    }
    .consulting-futures .card-title {
        min-height: 45px;
    }
    .contact {
        height: 460px;
    }
    .real-services .card-title {
        min-height: 25px;
    }
    .real-services-s .card-text {
        min-height: 150px;
    }
    .real-services-s .card-text.card-text-de {
        min-height: 215px;
    }
    .consulting-services .card-title {
        min-height: unset;
    }
    .marketing-services .card-title {
        min-height: 35px;
    }
    .marketing-services-s .card-title.card-title-ru {
        min-height: 75px;
    }

    .energy-services-s .card-title.card-title-ru {
        min-height: 195px;
    }
    .real-services-s .card-text.card-text-ru {
        min-height: 235px;
    }
    .services .card-title {
        min-height: 25px;
    }
    .services .card-title.card-title-ru {
        min-height: 25px;
    }
    .h3-de {
        font-size: 19px;
    }
    .consulting-futures .card-title.card-title-de {
        min-height: 80px;
    }
    .marketing-services .card-title.card-title-de {
        min-height: 100px;
    }
}
@media (max-width: 991.98px) {
    .main-title h1{
        top: 30px;
        opacity: 1;
        height: 100px;
    }
    .main-title h1.ru{
        top: 30px;
        opacity: 1;
        height: 170px;
    }

    .main-banner::before {
        width: 360%;
        height: 120%;
        background-size: 100%;
    }
    .text-48 {
        font-size: 28px;
    }
    .text-48-de {
        font-size: 27px;
    }
    .text-24 {
        font-size: 16px;
    }
    .text-36 {
        font-size: 32px;
    }
    .text-18 {
        font-size: 14px;
    }
    .plate-text {
        top: 70px;
        opacity: 1;
    }
    .card-img {
        height: 145px;
    }
    .card-title {
        min-height: 45px;
    }
    .main-cards .card-title.card-title-ru {
        min-height: 95px;
    }

    .futures-text {
        min-height: 170px;   
    }
    .futures-card {
        height: 365px;
    }
    .futures-card-de {
        height: 455px;
    }
    .slider-wrap {
        height: 400px;
    }
    .about-right .title-bg-01 {
        height: 130px;
        width: 65vw;
        right: 35%;
        top: 30px;
    }
    .about-right {
        background-image: url(/data/images/en/about/01-m.jpg);
    }

    .about-left {
        background-image: url(/data/images/en/about/04-m.jpg);
    }
    .bottom-line-about {
        height: 4px;
        width: 420px;
    }
    .about.plate-blue {
        height: 140px;
    }
    .consulting-services .card-title, .consulting-services .card-text {
        min-height: unset;
    }
    .consulting {
        height: 255px;
    }
    .marketing-services .card-title, .marketing-services .card-title.card-title-de, .marketing-services .card-text, .marketing-services .card-text-de {
        min-height: unset;
    }
    .real-services .card-title, .real-services .card-text {
        min-height: unset;
    }
    .energy-services .card-title, .energy-services .card-text {
        min-height: unset;
    }
    .consulting-futures .card-title.card-title-de {
        min-height: unset;
    }

    .energy-services-s .card-title {
        min-height: 35px;
    }
    .title-blue-bg {
        height: 175px;
        width: 60vw;
        left: 0;
        top: 40px;
    }
    .title-blue-text {
        height: 175px;
        right: 40%;
        width: 430px;
        top: 40px;
    }
    .real-services-s .card-text {
        min-height: 235px;
    }
    .consulting-futures .card-title {
        min-height: 75px;
    }

    .consulting-services .card-title {
        font-size: 14px;
    }
    .marketing-services-s .card-title.card-title-ru {
        min-height: 125px;
    }
    .energy-services-s .card-title.card-title-ru {
        min-height: 125px;
    }
    .real-services-s .card-text.card-text-ru {
        min-height: 335px;
    }
    .real-services-s .card-text.card-text-de {
        min-height: 335px;
    }
    .card-title-unset {
        min-height: unset !important;
    }
    .main-cards .card-title {
       min-height: 45px;
    }
    .services .card-title {
        min-height: 35px;
    }
    .futures-card-ru {
        height: 435px;
    }
}
@media (max-width: 767.98px) {
    .main-title h1.ru{
        top: 30px;
        opacity: 1;
        height: 230px;
    }
    .main-banner::before {
        width: 110%;
        height: 150%;
        background: url(/data/images/en/index/bg-m.jpg) center center no-repeat;
        background-size: cover;
    }
    .main-title h1 {
        opacity: 1;
        height: 210px;
    }
    .text-72-ru {
        font-size: 40px;
    }
    .plate {
        height: 340px !important;
    }
    .futures-card {
        height: 320px;
    }
    .futures-text {
        min-height: 130px;
    }
    .slider-wrap {
        height: 690px;
        background: url(/data/images/en/index/05-m.jpg) center no-repeat;
        background-size: cover;
    }
    .slider {
        top: 210px;
        opacity: 1;
        left: 0;
    }
    .m-menu-cover {
        background-color: rgba(0,0,0,.5);
        z-index: 100;
        display: none;
        transition: .3s;
    }
    .m-menu-cover.active {
        display: block;
        transition: .3s;
    }

    .m-menu {
        z-index: 200;
        right: -210px;
        transition: .3s;
        display: none;
    }
    .m-menu.active {
        right: 0;
        transition: .3s;
        display: block;
    }
    .about-right, .about-left {
        background-size: 100%;
    }

    .about-left {
        background-image: url(/data/images/en/about/04-mm.jpg);
    }
    .consulting {
        background-position: top right;
        background-repeat: no-repeat;
        background-size: 100%;
        height: 455px;
        background-image: url(/data/images/en/services/consulting/01-m.jpg);
    }
    .marketing {
        background-position: top right;
        background-repeat: no-repeat;
        background-size: 100%;
        height: 455px;
        background-image: url(/data/images/en/services/industries/auto-marketing-and-sales-consulting/01-m.jpg);
    }
    .real {
        background-position: top right;
        background-repeat: no-repeat;
        background-size: 100%;
        height: 455px;
        background-image: url(/data/images/en/services/industries/real-estate-investor-consulting/01-m.jpg);
    }

    .energy {
        background-position: top right;
        background-repeat: no-repeat;
        background-size: 100%;
        height: 455px;
        background-image: url(/data/images/en/services/industries/energy-markets-consulting/01-m.jpg);
    }

    .title-blue-bg {
        height: 205px;
        width: calc(100% - 10px);
        left: 0;
        top: 255px;
    }
    .title-blue-text {
        height: 205px;
        right: unset;
        width: calc(100% - 10px);
        top: 255px;
        left: 0;
    }
    .about-title {
        height: 480px;
    }
    .about-right {
        height: 555px;
    }
    .map {
        height: 600px;
    }
    .main-cards .card-title {
        min-height: 35px;
    }
    .main-cards .card-title.card-title-ru {
        min-height: 95px;
    }
    .real-services-s .card-text {
        min-height: 115px;
    }
    .marketing-services .card-title.card-title-ru {
        min-height: 45px;
    }

    .real-services-s .card-text {
        min-height: unset;
    }
    .energy-services-s .card-title {
        min-height: unset;
    }
    .consulting-futures .card-title {
        min-height: unset;
    }
    .consulting-futures .card-title.card-title-de {
        min-height: unset;
    }
    .marketing-services-s .card-title.card-title-ru {
        min-height: unset;
    }
    .futures-card-ru {
        height: 370px;
    }
    .real-services-s .card-text.card-text-ru {
        min-height: unset;
    }
    .energy-services-s .card-title.card-title-ru {
        min-height: unset;
    }
    .real-services-s .card-text.card-text-de {
        min-height: 165px;
    }
    .futures-card-de {
        height: 420px;
    }
    
}
@media (max-width: 575.98px) {
}





input, textarea {
    border: 1px solid var(--yablue);
    outline: none;
}
input:focus, input:focus-visible,
textarea:focus, textarea:focus-visible {
    border: 1px solid var(--yablue);
    outline: none;
}