.scrollup {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    transition: 0.2s;
    z-index: 10;
    border-radius: 50%;
}

.scrollup svg rect,
.scrollup svg path {
    transition: 0.2s;
}
.scrollup:hover svg path {
    fill:#F58220;
}

.scrollup:hover svg rect  {
    stroke:#F58220;
}

.tab-content-slider .owl-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.inner-full-contacts .left .info[target="_blank"] {
    margin-right: 20px;
}
.footer__right .youtube {
    float: left;
    padding: 0 0 0 35px;
    margin: 0 0 20px 0;
    background: url(../images/icon-f-youtube.svg) no-repeat left center;
    font-size: 18px;
    color: #fff;
    display: block;
    clear: both;
}
.for-investors {
    padding-top:50px;
    padding-bottom:30px;
}
.for-investors p {
    margin-bottom: 20px;
}
.inner-full-contacts .left .info.soc-youtube {
    background: url(../images/icon-c-youtube-1.svg) no-repeat left top 0px;
    background-size: 24px;
}

.inner-full-contacts .left .info.soc-tg {
    background: url(../images/icon-f-tg-orange.svg) no-repeat left top 2px;
    background-size: 20px;
}
.inner-our-team .news .item .photo {
    height: 100%;
    position: absolute;
}

.inner-our-team .news .item img {
    height: 100%;
    object-fit: cover;
}

.inner-our-team .news .item .details {
    position: relative;
    /*display: block;*/
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.inner-our-team .news .item .details .name,
.inner-our-team .news .item .details .read-more,
.inner-our-team .news .item .details .date,
.inner-our-team .news .item .details .text {
    display: block;
    opacity: 0;
    overflow: hidden;
    transition: 0.2s;
}

.inner-our-team .news .item:hover .details .name,
.inner-our-team .news .item:hover .details .read-more,
.inner-our-team .news .item:hover .details .date,
.inner-our-team .news .item:hover .details .text,
.inner-our-team .news .item.open .details .name,
.inner-our-team .news .item.open .details .read-more,
.inner-our-team .news .item.open .details .date,
.inner-our-team .news .item.open .details .text {
    opacity: 1;
}

.news_title {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    line-height: 122%;
    color: #F58220;
    z-index: 1;
    position: absolute;
    bottom: 30px;
    padding: 0 30px;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.inner-our-advantages .left .tabs li,
.inner-our-advantages .left .tabs li a,
.inner-our-advantages .left .tabs li a span,
.inner-our-advantages .left .tabs {
    transition: none!important;
}

.inner-typography ol li {
    color: #000;
    font-size: 16px;
    line-height: 130%;
}
.video-js {
    width: 100%;
}
.modal-video-big video.in-modal-video{
    max-width: 100%;
    /*min-width: 1080px;*/
    max-height: 640px;
    width: inherit;
}
.title-h2 {
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
    font-weight: bold;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #554595;
    text-align: center;
}

.main-our-objects .detailed .left .tab-content:hover .info .name {
    color: #F58220;
}

.main-our-objects .detailed .left .tab-content .info .name:hover,
.main-our-objects .detailed .left .tab-content .info .name:focus,
.main-news .right a:hover + .text .name,
.main-news .right a:focus + .text .name {
    color: #F58220;
}
.inner-typography a {
    font-weight: bold;
}
.inner-typography a:hover,
.inner-typography a:focus {
    color: #F58220;
}
.sidebar-menu-block:not(.no-white) .sidebar-menu-inner .menu li .submenu li a.white,
.sidebar-menu-block:not(.no-white):hover .sidebar-menu-inner .menu li a.white span {
    color: #fff;
}
.sidebar-menu-block:not(.no-white) .sidebar-menu-inner .menu li .submenu li a,
.sidebar-menu-block:not(.no-white):hover .sidebar-menu-inner .menu li a span {
    color: #4D4D4D;
}
.sidebar-menu-block .submenu a:hover {
    color: #F58220 !important;
}
.footer__right .menu a:hover,
.footer__right .menu a:focus {
    text-decoration: underline !important;
}

.inner-our-team .news .item:hover,
.inner-our-team .news .item.open {
    box-shadow: 0 0 30px rgba(0,0,0,.15);
}

.inner-our-team .news .item:hover .photo,
.inner-our-team .news .item.open .photo {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}
.inner-our-team .news .item:hover .details,
.inner-our-team .news .item.open .details {
    background: rgba(255, 255, 255, 0.8);
}
.inner-our-team .news .item:hover .news_title,
.inner-our-team .news .item.open .news_title {
    opacity: 0;
}
.inner-our-team .team .item .details .button .modal-manager {
    display: none;
}
.inner-our-team .team .item:hover .details .button .modal-manager {
    display:inline-block;
}

.success_add_form__wrap ~ .title,
.success_add_form__wrap ~ form {
    display: none;
}

.success_add_form__wrap svg {
    margin: 0 auto 50px;
    display: block;
}

.success_add_form__wrap .success_add_form__text {
    font-weight: bold;
    font-size: 34px;
    line-height: 38px;
    text-align: center;
    color: #4D4D4D;
    display: block;
    width: 130%;
    left: -15%;
    position: relative;
}

.main-contact-form .success_add_form__wrap .success_add_form__text {
    width: auto;
    left: 0;
}
.about__title {
    width: max-content!important;
}

.about__show-video-button {
    float: right!important;
    margin: 0px 0 0 30px!important;
    position: relative;
    top: -10px;
}
.inner-banner .about-news__title {
    font-size: 60px;
}
.static__text-block .inner-typography p {
    float: none;
}
/*.inner-about-us-description .owl-item {*/
/*max-height: 700px;*/
/*}*/
.object-name a:hover,
.object-name a:focus {
    color: #f58220;
}
.file-pick.multiple {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.file-pick.multiple .single-file {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}
.file-pick.multiple .single-file-delete {
    display: block;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    background-color: red;
    border-radius: 3px;
    background-position: center;
    background-size: 15px;
    background-repeat: no-repeat;
    background-image: url("../images/icon-delete-cross.svg");
}
.file-pick.multiple .single-file-delete:hover,
.file-pick.multiple .single-file-delete:focus {
    background-color: #f58220;
}
.file-pick.multiple .add-a-file {
    color: #4D4D4D;
    text-decoration: underline;
    background-color: transparent;
}
.file-pick.multiple .add-a-file:hover,
.file-pick.multiple .add-a-file:focus {
    text-decoration: none;
}
.inner-error-block.ie {
    height: 100vh;
}
.inner-error-block.ie > .container-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 40px;
}
.inner-error-block.ie .title {
    margin: 0;
}
.header > .ie {
    padding-left: 40px;
}
.main-our-objects .detailed .left .tab-content .info .info-3 {
    margin: 0;
}
.unit-img-block {
    height: 100%;
}
.unit-img-block.slider {
    overflow: hidden;
}
.unit-img-block.slider .owl-stage {
    display: flex;
}
.unit-img-block.slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.unit-img-block.slider .owl-nav.disabled {
    display: none;
}
.owl-item > div {
    height: 100%;
}
.inner-banner {
    background-size: cover;
    background-repeat: no-repeat;
}
.icon-par--size::before {
    background-image: url("../images/icon-square-size.svg");
}
.main-our-objects .detailed .left .tab-content .info .info-1 {
    background-image: url("../images/icon-square-size-white.svg");
    background-size: 20px;
}
.inner-object-services .left .inner {
    overflow-y: auto;
}
.locations {
    max-height: 550px;
    overflow-y: auto;
}
.inner-about-us-description .left-col .links {
    display: flex;
    flex-wrap: wrap;
}
.inner-about-us-description .links .modal-presentation {
    flex-basis: 100%;
    margin-top: 20px !important;
}
.scrollup {
    z-index: 1000;
}
.main-our-objects .detailed .right .tabs {
    max-height: 550px;
    overflow-y: auto;
}
.preloader-video.loading {
    opacity: 0;
    transition: opacity .5s ease-out;
}
.preloader-video.loaded {
    opacity: 1;
}
.inner-our-team .team .item .inner,
.inner-our-team .team .item .photo {
    height: 100%;
}
.inner-our-team .team {
    display: flex;
    flex-wrap: wrap;
}
.inner-our-team .news {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*align-items: stretch;*/
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 20px;
    padding-right: 10px;
    padding-left: 10px;
}
.inner-our-team .news .item {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
.get-consult--mobile {
    display: none;
}
.news-detail__back-link {
    color: #F58220;
}
.news-detail__pic {
    display: block;
    margin: 0 auto 20px;
    width: 100%;
    max-width: 600px;
}
.inner-object-services .right .service-tab-content {
    position: relative;
}
.inner-object-services .right .service-tab-content .bot {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 20px 100px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    background-color: rgba(0,0,0,.4);
    transform: translate(-50%, -50%);
}

.phone.phone--white {
    color: #fff;
}

.form-alt-heading {
    position: relative;
    margin: 0 0 25px;
    padding: 0 55px 0 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    text-decoration-line: underline;
    color: #000;
}

.form-alt-heading::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 41px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/icon-mcf-top-arrow-black.svg");
}

@media (min-width: 1851px) {
    .main-news .right .text {
        padding-left: 100px;
    }
}
@media (min-width: 1751px) {
    .unit-img-block.slider ~ .sliding-arrows {
        right: 75px !important;
    }
}
@media (max-width: 1750px) {
    .inner-our-team .news {
        grid-template-columns: repeat(3, 1fr);
    }
    .inner-object-services .right .service-tab-content .bot {
        padding: 20px 80px;
    }
}
@media (min-width: 1551px) and (max-width: 1750px) {
    .unit-img-block ~ .info .stripe {
        display: flex;
        flex-direction: column;
        margin: 0 !important;
    }
    .unit-img-block ~ .info .stripe > div {
        margin-top: 4px !important;
        margin-bottom: 4px !important;
    }
}
@media (min-width: 1301px) and (max-width: 1750px) {
    .inner-type-text-1 .left,
    .inner-type-text-2 .right {
        width: 40%;
    }
    .inner-type-text-1 .right,
    .inner-type-text-2 .left {
        width: 60%;
    }
}
@media (min-width: 1301px) and (max-width: 1600px) {
    .inner-full-contacts .right {
        height: 600px;
    }
}
@media (max-width: 1550px) {
    .main-contact-form .right-form textarea {
        height: 120px;
    }
    .main-our-objects .detailed .right {
        margin-top: 0;
    }
    .main-news .left .news-list {
        margin-bottom: 0;
    }
    .inner-object-services .right .service-tab-content .bot {
        font-size: 21px;
    }
}
@media (min-width: 1301px) and (max-width: 1550px) {
    .inner-object-services .left {
        width: 500px;
    }
    .inner-object-services .right {
        width: calc(100% - 500px);
    }
}
@media (min-width: 1551px) {
    .main-news .right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .main-news .right {
        display: block;
        height: 790px;
    }
    .tab-content .owl-item {
        height: 790px;
    }
    .main-our-objects .detailed .left .tab-content {
        height: 790px;
    }
    .main-our-objects .detailed .left .tab-content img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .inner-object-services .right .service-tab-content {
        height: 790px;
    }
    .inner-object-services .right .service-tab-content img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .inner-about-us-description .owl-item {
        height: 790px;
    }
}
@media (min-width: 601px) and (max-width: 1550px) {
    .main-our-objects .detailed .left .tab-content {
        height: 100%;
    }
    .main-our-objects .detailed .left {
        height: 500px;
    }
    .main-our-objects .owl-stage-outer,
    .main-our-objects .tab-content-slider .owl-stage {
        height: 100%;
    }
    .main-news .right img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .main-news .right a {
        display: block;
        height: 100%;
    }
    .main-news .right {
        height: 500px;
    }
}
@media (min-width: 1301px) and (max-width: 1550px) {
    .inner-object-services .right .service-tab-content {
        height: 600px;
    }
    .inner-object-services .right .service-tab-content img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media (min-width: 1201px) and (max-width: 1550px) {
    .main-contact-form .left {
        width: calc(100% - 500px);
    }
    .main-contact-form .right-form {
        width: 525px;
    }
    .main-our-objects .detailed .right .tabs {
        display: flex;
    }
    .main-our-objects .detailed .right .tabs li a {
        height: 100%;
    }
    .main-our-objects .detailed .right .tabs li a::before {
        display: none;
    }
}
@media (min-width: 601px) and (max-width: 1550px) {
    .tab-content .owl-item {
        height: 500px;
    }
}
@media (max-width: 1400px) {
    .inner-our-team .news {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1101px) and (max-width: 1400px) {
    .inner-objects-with-map {
        display: flex;
        align-items: stretch;
    }
    .inner-objects-with-map .map {
        width: 50%;
        height: 100%;
    }
    .inner-objects-with-map .text .subtitle {
        text-align: left;
    }
    .inner-objects-with-map .text {
        width: 50%;
        margin-top: 0;
        padding: 0 40px;
    }
    .inner-objects-with-map .map::before {
        display: block;
    }
}
@media (min-width: 1024px) and (max-width: 1350px) {
    .inner-our-advantages {
        background-size: 100% auto;
        background-position: top;
    }
}
@media (max-width: 1300px) {
    .inner-type-text-1 .left .get-consult,
    .inner-type-text-2 .right .get-consult {
        display: none;
    }
    .inner-type-text-1 .left .get-consult--mobile,
    .inner-type-text-2 .right .get-consult--mobile {
        display: block;
    }
    .inner-type-text-1 .left .text,
    .inner-type-text-2 .right .text,
    .inner-type-text-1 .left {
        margin-bottom: 0;
    }
    .inner-type-text-2 .right {
        margin-top: 0;
    }
    .inner-object-services .left {
        margin-bottom: 0;
    }
    .inner-object-services .right {
        height: 500px;
    }
    .inner-object-services .right .service-tab-content {
        height: 100%;
    }
    .inner-object-services .right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .inner-about-us-description .left-col {
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
    }
    .inner-about-us-description .left-col .text {
        order: 2;
        margin-bottom: 0;
    }
    .inner-about-us-description .left-col .show-all-video {
        margin-bottom: 40px;
    }
    .inner-about-us-description .links .modal-presentation {
        flex-basis: auto;
        margin-top: 0 !important;
    }
    .inner-about-us-description .left-col .links a {
        margin-bottom: 5px;
    }
}
@media (min-width: 501px) and (max-width: 1300px) {
    .inner-about-us-description .right {
        height: 500px;
    }
    .inner-about-us-description .right .main-banner-slider,
    .inner-about-us-description .right .owl-stage-outer,
    .inner-about-us-description .right .owl-stage,
    .inner-about-us-description .right .owl-item {
        height: 100%;
    }
    .info-4 span {
        /*line-height: 1;*/
    }
}
@media (max-width: 1200px) {
    .inner-our-team .news {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 1100px) {
    .inner-our-team .news {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 1023px) {
    .inner-our-team .team .item .details {
        display: flex;
        flex-direction: column;
    }
    .inner-our-team .team .item:hover .details {
        height: auto;
        background: transparent;
        color: #D4D1CF;
    }
    .inner-our-team .team .item .details .button {
        order: 0;
        margin-bottom: 15px;
    }
    .inner-our-team .team .item .details .name {
        order: 1;
        margin-bottom: 0;
    }
    .inner-our-team .team .item:hover .details .text {
        display: none;
    }
    .inner-our-team .team .item .details .button a {
        display: inline-block !important;
    }
    .inner-our-team .team .item:hover .inner .photo {
        -webkit-transform: rotateY(0);
        -ms-transform: rotateY(0);
        transform: rotateY(0);
    }
    .inner-banner {
        background-position: center;
        background-size: cover;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .inner-our-advantages {
        background-size: 100% auto;
        background-position: top;
        background-image: url("/local/templates/orange/images/our-advantages-bg-1024x715.png");
    }
}
@media (min-width: 601px) and (max-width: 900px) {
    .unit-img-block ~ .info .stripe {
        display: flex;
        flex-direction: column;
        margin: 0 !important;
    }
    .unit-img-block ~ .info .stripe > div {
        margin-top: 4px !important;
        margin-bottom: 4px !important;
    }
}
@media (min-width: 601px) and (max-width: 767px) {
    .inner-our-advantages {
        background-size: 100% auto;
        background-position: top;
        background-image: url("/local/templates/orange/images/our-advantages-bg-768x785.png");
    }
}
@media screen and (min-width: 601px) {
    .main-news .right .text {
        pointer-events: none;
    }
    .main-news .right {
        overflow: hidden;
    }
    .main-news .right .link {
        display: none;
    }
    .main-news .right .text::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.3);
        filter: blur(10px);
        z-index: -1;
    }
}
@media screen and (max-width: 1024px) {
    .modal-video-big video.in-modal-video{
        max-width: 100%; min-width: unset;
    }
}
@media only screen and (max-width: 900px) {
    .inner-banner .about-news__title {
        font-size: 40px;
    }
}
@media (max-width: 800px) {
    .inner-faq {
        background-size: 90%;
        background-position: center;
    }
}
@media screen and (max-width: 750px) {
    .success_add_form__wrap svg {
        margin: 0 auto 30px;
        display: block;
        width: 90px;
    }
    .success_add_form__wrap .success_add_form__text {
        width: auto;
        left: 0;
        font-size: 30px;
        line-height: 34px;
    }
}
@media (min-width: 701px) {
    .inner-full-contacts .info {
        width: calc(50% - 20px);
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: break-word;
    }
}
@media screen and (max-width: 700px) {
    .inner-about-us-description .right .info .info-3 {
        margin-bottom: 10px;
    }
    .inner-about-us-description .right .info span {
        white-space: nowrap;
        font-size: 30px;
        line-height: 34px;
        margin-top: -3px;
        display: inline-block;
    }
    .inner-our-team .news {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media only screen and (max-width: 600px) {
    .box-modal.video {
        width: 500px;
        padding: 25px 40px;
    }
    .box-modal.video .box-modal_close {
        position: absolute;
        z-index: 50;
        top: 25px;
        right: 8px;
    }
    .title-h2 {
        font-size: 32px;
    }
    .inner-banner .about-news__title {
        font-size: 26px;
    }
    .reviews-widget {
        max-width: 100%;
    }
    .inner-our-team .news {
        grid-template-columns: repeat(1, 1fr);
    }
    .inner-object-services .right .service-tab-content .bot {
        font-size: 18px;
        padding: 20px 65px;
    }
}
@media (min-width: 381px) and (max-width: 600px) {
    .inner-our-advantages {
        background-size: 100% auto;
        background-position: top;
        background-image: url("/local/templates/orange/images/our-advantages-bg-600x700.png");
    }
}
@media only screen and (max-width: 520px) {
    .box-modal.video {
        width: 400px;
    }
}
@media only screen and (max-width: 420px) {
    .box-modal.video {
        width: 300px;
    }
    .inner-object-services .right .service-tab-content .bot {
        font-size: 16px;
        padding: 15px 20px;
    }
}
@media screen and (max-width: 500px) {
    .main-our-objects .detailed .left .tab-content .sliding-arrows {
        bottom: auto;
        margin-top: -60px;
        left: 50%;
        transform: translateX(-50%);
        width: max-content;
    }
}
@media screen and (max-width: 380px) {
    .inner-full-contacts .left {
        padding: 40px 20px;
    }

    .footer {
        background-image: url("/local/templates/orange/images/footer-bg-mobile.jpg");
    }
    .inner-our-advantages {
        background-image: url("/local/templates/orange/images/our-advantages-bg-mobile.jpg");
    }
}
.header__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header__lang-menu {
    position: relative;
    margin-right: 5px;
    float: left;
}
.header__lang-menu-toggle {
    display: block;
    width: 35px;
    height: 35px;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    border-radius: 50%;
    border: 2px solid #fff;
}
.header__lang-menu-toggle--ae {
    background-image: url("../images/flag-ae.svg");
}
.header__lang-menu-toggle--rus {
    background-image: url("../images/flag-rus.svg");
}
.header__lang-menu-list {
    position: absolute;
    top: calc(100% + 10px);
    left: -20px;
    margin: 0;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    z-index: 10;
    list-style: none;
    display: none;
}

.slide-text-block .after-btn-text {
    margin-top: 20px;
}

.top--no-link {
    cursor: default;
}

.main-contact-form .right-form .top--no-link span:nth-of-type(2) {
    padding: 0;
    background: none;
}

.main-contact-form .right-form .top--no-link span:last-of-type {
    padding: 0 55px 0 0;
    background: url(../images/icon-mcf-top-arrow.svg) no-repeat right center;
}

.inner-about-us-description .right .info .info-2,
.main-our-objects .detailed .left .tab-content .info .info-2 {
    background-image: url("../images/icon-key.svg");
}

.inner-about-us-description .right .info .info-3,
.main-our-objects .detailed .left .tab-content .info .info-3 {
    background-image: url("../images/icon-location-pin.svg");
}

.main-news a:not([href]) {
    cursor: default;
}

.main-news .left .news-list .item:not([href]):hover .name {
    color: #4d4d4d;
}

.main-news .right a:not([href]):hover + .text .name {
    color: #fff;
}

.inner-about-us-description .links .modal-presentation:last-child {
    margin-top: 0 !important;
}

/*.inner-full-contacts .left .info.soc-1 {*/
/*    padding-left: 0;*/
/*    background: none;*/
/*}*/

.title--free {
    float: left;
    width: 100%;
    margin: 50px 0 50px 0;
    font-weight: bold;
    line-height: 120%;
    font-size: 32px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #554595;
}

.title--free span {
    color: #F58220;
}

.locations-map__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header__lang-menu--open .header__lang-menu-list {
    display: block;
}
.header__lang-menu-list::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
}
.header__lang-menu-list::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 27px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
}
.header__lang-menu-item:not(:last-child) {
    margin-bottom: 10px;
}
.header__lang-menu-link {
    position: relative;
    display: block;
    min-height: 20px;
    padding-left: 30px;
}
.header__lang-menu-link:not[href] {
    cursor: default;
}
.header__lang-menu-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #F58220;
    transform: translateY(-50%);
}
.header__lang-menu-link--rus::before {
    background-image: url("../images/flag-rus.svg");
}
.header__lang-menu-link--ae::before {
    background-image: url("../images/flag-ae.svg");
}
.mobile-menu-body .header__lang-menu {
    display: none;
}
.header__lang-menu--absolute {
    display: none;
}

.slider-home .owl-dots.disabled {
    display: none;
}

.inner-full-contacts .left .info.soc-wa {
    background: url("../images/icon-f-wa-orange.svg") no-repeat left top 2px;
    background-size: 20px;
}

.title--free.title--free-no-mt {
    margin-top: 0;
}

.index-text-block {
    width: 100%;
    padding: 100px 0;
    float: left;
}

.index-text-block__content {
    background-color: #fff;
    box-shadow: 0 0 25px rgba(0,0,0,.15);
    float: left;
}

.index-text-block__text-block {
    padding: 30px 40px;
}

.index-text-block__text-wrapper p:not(:last-child) {
    margin-bottom: 20px;
}
.index-text-block__text-wrapper {
    color: #000;
}
.index-text-block__text-wrapper p:first-child {
    text-shadow: 0 0 0.6px, 0 0 0.6px, 0 0 0.6px, 0 0 0.6px, 0 0 0.6px;
    font-size: 1.2em;
}

.index-text-block__link-wrapper--mobile {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 30px;
    float: left;
}

.index-text-block__link-wrapper--desktop {
    display: none;
}

.index-text-block__link-wrapper a {
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.015em;
    text-decoration-line: underline;
    color: #F58220;
}

.index-text-block__img-block {
    width: 100%;
    height: 500px;
}

.index-text-block__img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fixed-wa-link {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding: 15px;
    background-color: transparent;
    transition: all .3s ease;
    border-radius: 50%;
    border: 2px solid #554595;
    z-index: 100;
}

.fixed-wa-link--gap {
    bottom: 90px;
}

.fixed-wa-link:hover,
.fixed-wa-link:focus {
    outline: none;
    background-color: #554595;
}

.fixed-wa-link path {
    transition: fill .3s ease;
}

.fixed-wa-link:hover path,
.fixed-wa-link:focus path {
    fill: #fff;
}

@media (min-width: 601px) {
    .title--free {
        font-size: 48px;
    }

    .header__right .question {
        margin-right: 50px;
    }
}

@media (max-width: 1000px) {
    .header.fixed .header__lang-menu {
        display: none;
    }

    .header__lang-menu-list {
        left: 0;
    }

    .header__lang-menu-list::after {
        left: 20px;
    }
}

@media (min-width: 1001px) {
    .header__right .phone,
    .header__right .question {
        margin-right: 30px;
    }
    .header__lang-menu {
        margin-right: 30px;
    }
    .header.fixed .header__lang-menu-toggle {
        border-color: #F58220;
    }
    .header__lang-menu {
        order: 1;
    }
    .header__right .phone,
    .header__right .question {
        order: 0;
    }
    .header__right .login {
        order: 2;
    }
    .header__right .show-mobile-menu {
        order: 3;
    }

    .header__lang-menu-list {
        left: 0;
    }

    .header__lang-menu-list::after {
        left: 20px;
    }
}

@media (min-width: 1201px) {
    .header:not(.fixed) .header__lang-menu {
        display: none;
    }
    .header.fixed .header__lang-menu {
        position: absolute;
        left: 40px;
    }
    .header__lang-menu--absolute {
        position: absolute;
        top: 38px;
        left: 40px;
        display: block;
        z-index: 150;
    }
    .header__lang-menu-toggle {
        width: 60px;
        height: 60px;
    }
}
@media (min-width: 1301px) {
    .header__lang-menu-toggle,
    .header__right .phone,
    .header__right .question {
        margin-right: 50px;
    }
}

@media (min-width: 1551px) {
    .index-text-block__link-wrapper--mobile {
        display: none;
    }

    .index-text-block__link-wrapper--desktop {
        position: absolute;
        top: calc(100% + 65px);
        left: 0;
        display: block;
    }

    .index-text-block__content {
        position: relative;
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        width: 100%;
        background-color: transparent;
        box-shadow: none;
    }

    .index-text-block__text-block {
        position: absolute;
        top: 65px;
        left: 0;
        width: 600px;
        flex-shrink: 0;
        background-color: #fff;
        box-shadow: 0 0 30px rgba(0,0,0,.15);
        z-index: 2;
    }

    .index-text-block__img-block {
        position: relative;
        width: calc(100% - 600px);
        height: 790px;
        box-shadow: 0 0 25px rgba(0,0,0,.15);
        z-index: 1;
    }
}

@media (min-width: 1851px) {
    .index-text-block__text-block {
        width: 675px;
    }
}

/* UPDATE 24.02.2023 */
.object-type {
    font-size: 0;
    opacity: 0;
    margin: 0;
}

.inner-about-us-description ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none !important;
}

.inner-about-us-description ul li {
    display: flex;
    padding: 0;
    margin: 0;
    gap: 8px;
}

.inner-about-us-description ul li:before {
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    content: '';
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%234D4D4D' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 12.75L11.25 15 15 9.75M21 12a9 9 0 11-18 0 9 9 0 0118 0z' /%3E%3C/svg%3E%0A");
    margin-top: 2px;
}

.inner-our-team .date {
    opacity: 0 !important;
}

.inner-objects-selects * {
    display: none !important;
}

.inner-our-team .news .item {
    padding-bottom: 100%;
}

.inner-our-team .news .item .details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.inner-objects-with-map .map img {
    object-fit: cover;
}

.inner-objects-with-map--img .text {
    padding-bottom: 20px;
}

.inner-object-locations .locations .item .info-1 {
    background-image: url("../images/icon-inner-locations-info-car.svg");
    background-size: 18px auto;
}

.tabs-table {
    width: 100%;
    padding: 20px;
}

.tabs-table thead {
    position: relative;
}

.tabs-table thead::after {
    content: "";
    position: absolute;
    bottom: 9px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #D4D1CF;
}

.tabs-table tr {
    display: flex;
    margin-bottom: 10px;
}

.tabs-table thead tr {
    margin-bottom: 20px;
}

.tabs-table tbody tr:last-child {
    margin-bottom: 0;
}

.tabs-table td {
    font-size: 14px;
    line-height: 1.5;
}

.tabs-table thead td {
    font-weight: 700;
}

.tabs-table td:first-child {
    flex-basis: 70%;
    padding-right: 8px;
}

.tabs-table td:last-child {
    flex-basis: 30%;
    white-space: nowrap;
}

.inner-object-services .right {
    overflow: hidden;
}

.inner-object-services .owl-stage {
    display: flex;
}

.inner-object-services .right .owl-next {
    position: absolute;
    bottom: 40px;
    right: 50px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: inset 0px 0px 0px 2px #fff;
    background: url(../images/icon-m-sl-arrow.svg) no-repeat center transparent;
    color: transparent;
    transform: rotate(180deg);
}

.inner-object-services .right .owl-next:hover,
.inner-object-services .right .owl-prev:hover {
    box-shadow: inset 0px 0px 0px 2px #554595, 0px 0px 20px 0px rgba(65,184,120,0.7);
    background: url(../images/icon-m-sl-arrow.svg) no-repeat center #554595;
}

.inner-object-services .right .owl-prev {
    position: absolute;
    bottom: 40px;
    right: 125px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: inset 0px 0px 0px 2px #fff;
    background: url(../images/icon-m-sl-arrow.svg) no-repeat center transparent;
    color: transparent;
}

.inner-object-services .left .inner .item .top:hover,
.inner-object-services .left .inner .item .top:focus {
    color: #4D4D4D;
    text-decoration: none;
    cursor: default;
}

.inner-object-services .top--icon {
    padding-left: 25px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px auto;
}


@media (min-width: 768px) {
    .inner-about-us-description .right .info {
        left: 10%;
    }

    .tabs-table {
        padding: 30px;
    }

    .tabs-table td {
        font-size: 16px;
    }
}

@media (min-width: 1101px) {
    .inner-objects-with-map--img {
        display: flex;
    }

    .inner-objects-with-map--img .map--img {
        height: auto;
        float: left;
    }

    .inner-objects-with-map--img .text {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .tabs-table {
        padding: 50px;
    }

    .tabs-table td {
        font-size: 18px;
    }
}
.sidebar-menu-block .sidebar-menu-inner .menu li a.icon-3:before{
    background: url(../images/icon-menu-3.svg) no-repeat center;
}