.fs-mode .uc-cases-mobile {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  height: auto !important;
  overflow: visible !important;
}


#rec1438190681 .t1126__content {
    margin-bottom: 60px;
}

.uc-tabs-cases {
    position: relative;
    top: 0;
    margin: -70px 0;
}

.uc-tabs-cases .t397__col {
    margin: 0 0 0 22px;
}

.uc-tabs-cases .t397__width_25 {
    width: auto;
    padding: 0 12px;
}

.uc-tabs-cases .t397__wrapper:first-child {
    margin-left: -20px;
}

.uc-tabs-cases .t397__tab {
    border-bottom: none !important;
}

.uc-tabs-cases .t397__title {
    padding: 18px 0;
    margin: 0 10px;
    border: 1px solid;
}

.uc-tabs-cases .t397__tab_active {
    /*border: 1px solid #eb8147;*/
}

.uc-cases-gallery .t1148__controls {
    position: relative;
    z-index: 1;
}

.uc-cases-gallery .t1148__control_xl {
    border: 1px solid #ffffff;
}


/* Cases video div */
.thumb-wrap {
    position: relative;
    padding-bottom: 50.25%; /* 16:9 height (for 4:3 — 75%) */
    margin: 40px 25px; 
    height: 0;
    overflow: hidden;
}
.thumb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}

#rec1445142681 .t976__menu-link
 {
    background-color: transparent !important;
}

.uc-about .t492__textwrapper {
    margin-left: 0;
}

.uc-about .t492__blockimg {
    background-size: auto;
}

.uc-partners .t1196__bgimg {
    background-size: contain;
}

.uc-partners .t1196__slider {
    gap: 80px !important;
}

#form1521159031 {
    display: none;
}

.uc-footer .t-descr_xxs {
    position: relative;
    z-index: 1;
}

.tooltip-horizontal-scroll-icon_hand {
    fill: #eb8147;
}

.t-form-success-popup__wrapper {
    background: linear-gradient(0.197turn, rgba(0, 0, 0, 1) 33%, rgba(68, 37, 20, 1) 100%);
    border-radius: 0;
}

.t-form-success-popup__wrapper .t-title,
.t-form-success-popup__wrapper .t-text {
    color: #ffffff;
}

.t-form-success-popup_new .t-form-success-popup__close-icon svg path {
    fill: #fff;
}

.t-form-success-popup_new .t-form-success-popup__content-icon path {
    fill: #eb8147;
}

.t-form-success-popup_new .t-form-success-popup__title.t-form-success-popup_hidden+.t-form-success-popup__text {
    color: #fff;
}

.t-form-success-popup_new .t-form-success-popup__button {
    background-color: #eb8147;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
}


.dev {
    position: relative;
    bottom: 120px;
    right: 15px;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 300;
    font-size: 12px;
}

.dev:hover {
    opacity: 0.8;
}

.dev a {
    color: white!important;
    text-decoration: underline!important;
}

.dev img {
    width: 45px;
    padding: 5px 5px 0;
}



@media screen and (max-width: 980px) {
    .t228__maincontainer {
        background: #000000;
    }
}

@media screen and (max-width: 960px) {
    .uc-main-screen .t1126__title {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 640px) {
    .uc-tabs-cases {
        margin: 0;
        background-image: linear-gradient(0.365turn, rgba(0, 0, 0, 1) 40%, rgba(68, 37, 20, 1) 100%);
    }
    
    .uc-tabs-cases .t397__col {
        margin: 0;
    }
    
    .uc-cases-mobile {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        height: auto;
        overflow: visible;
    }
    
    .uc-about .t492__textwrapper {
        margin-left: 40px;
        margin-top: -35px;
    }
    
    .dev {
        width: 65%;
        justify-content: flex-start;
        bottom: 115px;
        right: -15px;
    }
}

@media screen and (min-width: 641px) {
  .uc-cases-mobile {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 0;
    overflow: hidden;
  }
}