.t-container:not(.fixed-indicator), .t754__parent {
    border-right: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    box-sizing: border-box;
}

@media (max-width: 1200px) {
    .t-container {
        padding: 0 20px;
    }
}

@media (max-width: 960px) {
    .t-container {
        padding: 0;
    }
}

@media (max-width: 640px) {
    .t-container {
        max-width: 480px;
    }
}

@media (max-width: 480px) {
    .t-container {
        max-width: 320px;
    }
}


/*INDICATOR*/
.fixed-indicator {
    position: fixed;
    top: 55%;
    left: 410px;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 60;
    pointer-events: none;
    max-width: unset;
}

.indicator-link {
    display: block;
    width: 16px;
    height: 16px;
    margin-bottom: calc(20px + 0.75vh);
    background: #e8e8e8;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    z-index: 5;
    right: 20px;
    transition: 0.3s;
    pointer-events: all;
    margin-left: auto;
    background: transparent;
    box-shadow: inset 0px 0px 0px 3px #c1c1c1;
    opacity: 0.5;
}

.indicator-link span {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 12px;
    left: -5px;
    font-size: 12px;
    line-height: 100%;
    font-weight: 700;
    color: #606166;
    opacity: 0;
    letter-spacing: 1px;
    font-family: 'Gilroy',Arial,sans-serif;
    transition: 0.3s;
}

.active-link {
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    box-shadow: none;
    background: #c1c1c1;
    opacity: 0.9;
}

.active-link span {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
}

a.indicator-link:hover {
    background: #c6c6c6;
}

@media (max-width: 1200px) {
    .fixed-indicator {
        display: none;
    }
}


/* MENU */

.t228__leftside {
    border-right: 1px solid #E6E6E6;
}

.t228__rightside, .t228__centerside, .t228__leftside {
    min-width: unset !important;
}

.t228 {border-bottom: 1px solid #E6E6E6;}

.t228__leftcontainer {
    line-height: 0;
}

.t228__imglogo {
    margin-right: 40px;
}

.t228__right_descr {
    padding-left: 40px;
}

.t228__rightside {
    border-left: 1px solid #E6E6E6;
}

.t228 .t-sociallinks {
    padding-left: 16px;
}

.tmenu-mobile__container {
    border-bottom: 1px solid #ebebeb;
    padding-right: 40px !Important;
}

.tmenu-mobile__container::before {
    content: '';
    width: 1px;
    height: 100%;
    background: #ebebeb;
    position: absolute;
    right: 108px;
}

@media (max-width: 1200px) {
    .t228__list_item {
        padding: 0 10px !important;
    }
    
    .t228__list_item:first-child {
        padding-left: 0 !important;
    }
    
    .t228__imglogo {
        margin-right: 20px!important;
    }
    
    .t228__right_descr {
        padding-left: 20px !important;
    }
    
    .t228 .t-sociallinks {
        padding-left: 8px;
    }
    
    .t228__list_item:last-child {
        padding-right: 0 !important;
    }
    
    .t228__imglogo {
        width: 170px !important;
        max-width: 170px !important;
        min-width: 170px !important;
    }   
}

@media (max-width: 980px) {
    .t-menu__link-item {
        font-size: 20px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    .t228__list_item:last-child {
        padding-right: 10px !Important;
    }
    
    .t228__list_item:first-child {
        padding-right: 10px !Important;
    }
    
    .t228__right_descr, .t228 .t-sociallinks {
        padding: 10px 0 !important;
    }
}

@media (max-width: 480px) {
    .tmenu-mobile__imglogo {
        width: 150px !important;
    }
    
    .tmenu-mobile__container {
        padding-right: 20px !Important;
    }
    
    .tmenu-mobile__container::before {
        right: 68px;
    }
}


/*HEADERS*/

.uc-padding-top {
    padding-top: 20px;
}

.t225__title, .t165__title {
    padding-top: 10px;
    padding-bottom: 30px;
}

@media (max-width: 1200px) {
    .t225 .t-col {
        margin: 0;
    }
}

@media (max-width: 960px) {
    .t225__title, .t165__title, .t570__title {
        font-size: 36px !important;
    }
    
    .t225__title, .t165__title {
        padding-bottom: 20px;
    }
    
    .t570__title {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .t225__title, .t165__title, .t570__title {
        font-size: 28px !important;
    }
    
    .t225__title, .t165__title {
        padding-top: 10px;
        padding-bottom: 16px;
    }
}


/*READY PROJECTS*/

.t692__text li {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding-right: 28px;
    padding-left: 36px;
    position: relative;
    margin-right: 28px;
    border-right: 1px solid #D9D9D9;
}

.t692__text ul {
    padding: 0 !important;
    display: flex;
    margin-bottom: 0;
}

.t692__text li:first-child {
    margin-left: 0;
}

.t692__text li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}

.t692__text li:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(https://static.tildacdn.com/tild3832-3164-4064-a165-386266343662/project_icon_1.png);
    background-size: contain !important;
    background-repeat: no-repeat;
}



.t692__text li:first-child:before {
    background-image: url(https://static.tildacdn.com/tild3830-3136-4837-b237-356664663035/project_icon_2.png);
}



.t692__text li:last-child:before {
    background-image: url(https://static.tildacdn.com/tild6265-6461-4137-b965-666534616336/project_icon_3.png);
}

.t692 .t692__text {
    margin-top: 12px;
}

.t692 .t692__title {
    margin-top: 0;
}

.t692__col {
    position: relative;
}

.t692__col:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    right: -21px;
    background: #E6E6E6;
}

.t692__blockimg {
    border-radius: 20px;
}

.t692__col {
    margin: 0;
    max-width: unset;
}

.t692__title:after {
    content: 'next';
    font-family: swiper-icons;
    font-size: 11px;
    position: relative;
    right: 0;
    top: -2px;
    bottom: 0;
    margin: auto;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    padding-left: 7px;
    font-weight: 800;
}



@media (max-width: 1200px) {
    .t692__text li {
        padding-right: 20px;
        margin-right: 20px;
        padding-left: 0;
    }
    
    .t692__text li {}
    
    .t692__text li span {
        font-size: 14px;
        padding-left: 21px;
        padding-bottom: 4px;
    }
    
    .t692__text li:before {
        width: 16px;
        height: 16px;
        bottom: unset;
    }
    
    .t692 .t692__text {
        margin-top: 14px;
    }
    
    .t692__text li strong {
        font-size: 20px !important;
    }   
    
    .t123 .t-col {
        margin-right: 0;
        float: right;
    }
}

@media (max-width: 960px) {
    .t692__col {
        padding: 0;
    }
    
    .t692 .t-container {
        padding: 0 20px;
    }
    
    .t692__text li strong {
        font-size: 22px !important;
    }
    
    .t692__text li:before {
        width: 32px;
        height: 32px;
        bottom: 0;
    }
    
    .t692__text li {
        padding-right: 24px;
        margin-right: 24px;
        padding-left: 44px;
    }
    
    .t692__text li span {
        padding-left: 0;
        padding-bottom: 0;
    }
    
    .t692__col:before {
        content: none;
    }
    
    .t692 .t692__col {
        margin-bottom: 0;
    }
}

@media( max-width: 640px) {
    .t692__text ul {
        flex-direction: column;
    }
    
    .t692__text li:not(:last-child) {
        margin-bottom: 10px;
        border-bottom: 1px solid #D9D9D9;
        padding-bottom: 10px;
        border-right: none;
        padding-right: 0;
        margin-right: 0;
    }
    
    .t692__text li strong {
        font-size: 22px !important;
    }
    
    #rec532250911 .t225__title {
        width: calc(100% - 119px);
    }
    
    .t395__wrapper_mobile-flex {
        padding-left: 0;
    }
}

@media (max-width: 480px) {
    .t692__text li strong {
        font-size: 20px !important;
    }
    
    .t692__text li:before {
        width: 24px;
        height: 24px;
        bottom: 3px;
    }
    
    .t692__text li {
        padding-left: 40px;
    }
    
    .t692__blockimg {
        border-radius: 10px;
    }
    
    #rec532250911 .t225__title {
        width: calc(100% - 39px);
    }
    
    .t225__title, .t165__title, .t570__title {
        font-size: 30px !important;
        line-height: 115%;
    }
    
    
    
}

/*TABS*/

.t395__tab {
    display: inline-block;
    margin-right: 12px;
    border-radius: 50px;
    width: auto;
    border: 1px solid #e6e6e6 !important;
}

.t395__tab_active:after {
    display: none;
}

.t395__title {
    padding: 0px 28px;
    height: 52px;
    line-height: 52px;
    color: #777;
    transition: font-weight,color 0.3s ease;
}

@media (max-width: 960px) {
    .t395__col_mobile-flex {
        padding: 0 20px 10px;
    }
    
    .t395__title {
        padding: 0 20px;
        height: 44px;
        line-height: 44px;
    }
    
    .t225__title, .t165__title {
        padding-top: 10px;
        padding-bottom: 20px;
    }
    
    .t395__tab {
        margin-right: 8px;
    }
    
    .t395__separator_mobile {
        display: block;
        min-width: 12px;
    }
    
    .t395 .t-container::before, .t395 .t-container::after {
        content: '';
        width: 20px;
        height: 100%;
        left: 0px;
        background: linear-gradient(90deg, whitesmoke 30%, rgb(245 245 245 / 0%));
        position: absolute;
        z-index: 32;
        top: 0;
    }
    
    .t395 .t-container {
        position: relative;
    }
    
    .t395 .t-container::after {
        left: unset;
        right: 0;
        background: linear-gradient(270deg, whitesmoke 30%, rgb(245 245 245 / 0%));
    }
    
    .t395__separator_mobile {
        display: block;
        min-width: 12px;
    }
    
    
    
}


/*PORTFOLIO*/

.js-store-parts-select-container {
    display: none;
}

.t754__col, .t-store__card {
    width: calc(30% - 1px);
    position: relative;
}

.t754__textwrapper, .t-store__card__textwrapper {
    display: none;
}

.t754__imgwrapper, .t-store__card__imgwrapper {
    margin-bottom: 40px;
    border: 1px solid #e6e6e6;
}

.t754__separator, .t-store__grid-separator {
    margin-bottom: 0 !important;
}

.t754__showmore, .t-store__load-more-btn {
    margin-top: 0;
}

.t754__parent, .t-store__grid-cont {
    padding-top: 30px;
}

.t-store__load-more-btn-wrap {
    max-width: 1200px;
    margin: auto;
    border-right: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    box-sizing: border-box;
}

.t-store__card__imgwrapper {
    transition: 0.3s;
}

.t-store__card__imgwrapper:hover {
    transform: scale(1.03);
    border-radius: 19px;
}

.t-store__card__imgwrapper:hover .t-store__card__bgimg {
    border-radius: 20px;
}

.t-store__card__bgimg {
    transition: border-radius 0.3s;
}

@media (max-width: 1200px) {
    .t754__col, .t-store__card {
        width: calc((100% - 60px) / 3);
        position: relative;
    }
    
    .t754__parent, .t-store__grid-cont {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    .t754__imgwrapper, .t-store__card__imgwrapper {
        margin-bottom: 20px;
    }

}

@media (max-width: 960px) {
    
    
    .t754__col, .t-store__card {
        padding: 0 10px;
    }
    
    .t754__container_mobile-flex .t754__col:first-child, .t-store__grid-cont_mobile-one-row .t-store__card:first-child {
        margin-left: 2px;
    }
    
    .t754__container_mobile-flex .t754__col, .t-store__grid-cont_mobile-one-row .t-store__card {
        min-width: 50%;
        max-width: 50%;
    }
    
    .t754__parent, .t-store__grid-cont {
        padding-top: 20px !important;
        max-width: 640px;
    }
    
    .t754__scroll-icon-wrapper, .t-store__scroll-icon-wrapper {
        max-width: 640px;
        margin: 0 auto;
        border-left: 1px solid #ebebeb;
        border-right: 1px solid #ebebeb;
        box-sizing: border-box;
        width: 100%;
        padding-left: 20px;
        text-align: left;
        padding-bottom: 0;
    }
    
    .t754, .t-store {
        display: flex;
        flex-direction: column-reverse;
        position: relative;
    }   
    
    .t754__buttonwrapper {
        display: none;
    }
    
}

@media (max-width: 640px) {
    .t754__parent, .t754__buttonwrapper, .t754__scroll-icon-wrapper, .t-store__scroll-icon-wrapper, .t-store__grid-cont {
        max-width: 480px;
    }
    
    .t754__container_mobile-flex .t754__col, .t-store__grid-cont_mobile-one-row .t-store__card  {
        min-width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .t603__tile {
        width: 100%;
    }
    
    .t395__col_mobile-flex {
        padding-bottom: 0;
    }
    
    .t754__parent, .t754__buttonwrapper, .t754__scroll-icon-wrapper, .t-store__scroll-icon-wrapper, .t-store__grid-cont {
        max-width: 320px;
    }
}


/*USLUGI*/

.t786__container {
    padding-bottom: 20px;
}

.t786__content:hover .t786__imgwrapper {
    border-radius: 20px;
    transform: scale(1.03);
}

.t786__imgwrapper {
    transition: 0.3s;
    overflow: hidden;
}

.t786__content:hover .t786__title {
    color: #01695f !important;
}

.t786__title {
    position: relative;
}

.t786__title:after {
    content: 'next';
    font-family: swiper-icons;
    font-size: 16px;
    position: relative;
    right: 0;
    top: -1px;
    bottom: 0;
    margin: auto;
    height: 20px;
    display: inline-block;
    padding-left: 13px;
    font-weight: 800;
}

@media (max-width: 1200px) {
    .t786__container {
        padding: 0 10px 10px !important;
    }
    
    .t786__title {
        font-size: 20px !important;
    }
    
    .t786__separator {
        margin-bottom: 28px !important;
    }
}

@media (max-width: 960px) {
    .t786__col {
        margin-bottom: 28px;
    }
    
    .t786__title {
        line-height: 1.2 !important;
    }
    
    .t786__imgwrapper {
        margin-bottom: 12px;
    }
    
    .t786__col:nth-last-child(2), .t786__col:nth-last-child(1) {
        margin-bottom: 0px;
    }
}

@media (max-width: 640px) {
    .t786__title {
        font-size: 18px !important;
    }
}

@media (max-width: 480px) {
    .t786__col:nth-last-child(2) {
        margin-bottom: 28px;
    }
    
    .t786__title:after {
        font-size: 11px;
        height: 14px;
    }
}




/*ABOUT*/

.t165 .t-container {
    padding-bottom: 40px;
    padding-top: 10px;
}

.t165 .t-btn_md {
    height: 55px;
    padding-left: 32px;
    padding-right: 32px;
}

.t165__text {
    opacity: 1;
}

@media (max-width: 1200px) {
    .t165__text {
        font-size: 18px !important;
    }
}

@media (max-width: 960px) {
    .t165 .t-container {
        flex-direction: column-reverse;
    }
}

@media (max-width: 640px) {
    .t165 .t-container {
        display: flex;
    }
}


/*TESTIMONIALS*/

.t-slds__main.t-container {
    padding-top: 85px;
    position: relative;
    margin-top: -85px;
    z-index: 60;
}

.t923 .t-slds__arrow_wrapper {
    height: 52px !important;
    width: 52px;
}

.t923 .t-slds {
    overflow: visible;
}

.t923 .t-slds__arrow-right, .t923 .t-slds__arrow-left {
    right: unset;
    width: 52px !important;
    height: 52px !important;
    border: 1px solid #E6E6E6;
}

.t923 .t-slds__arrow-left {
    left: unset;
}

.t923 .t-slds__arrow_wrapper-right {
    right: 20px;
}

.t923 .t-slds__arrow_wrapper-left {
    right: 84px;
    left: unset;
}

.t923__slds-wrapper {
    box-shadow: 1px 0px 0px 0px #e6e6e6;
}

.t923__uptitle {
    position: absolute;
    right: 20px;
    top: 29px;
    letter-spacing: 0.06em;
}

.t923__title {
    width: calc(100% - 90px);
}

.t923__btn-wrapper {
    position: relative;
}

.t923__content {
    position: relative;
    height: auto !important;
}

.t923 .t-slds__items-wrapper {
    height: auto !important;
}

.t-card__descr {
    min-height: 104px;
    height: 104px;
    overflow: hidden;
    position: relative;
}

.t923__textwrapper .t-card__descr.show {
    height: auto;
    padding-bottom: 52px;
}

.t923__textwrapper .t-card__descr::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 84px;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, white 3%, rgb(255 255 255 / 0%));
}

.t923__textwrapper .t-card__descr.show::before {
    opacity: 0;
}

.t923 .t-slds__container {
    position: relative;
}

.t923 .t-slds__container::before, .t923 .t-slds__container::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: whitesmoke;
    top: 0;
    z-index: 2;
}

.t923 .t-slds__container::after {
    right: 0;
}

@media (max-width: 1200px) {
    .t923 .t-slds__container {
        width: 100%;
    }
    
    .t923 .t-slds__main.t-container {
        padding: 0 10px;
    }
    
    .t923__title {
        font-size: 20px !important;
    }
    
    .t923__title {
        width: 100%;
    }
    
    .t923__uptitle {
        position: relative;
        right: unset;
        top: unset;
        letter-spacing: 0.06em;
    }
}

@media (max-width: 960px) {
    .t923 .t-slds__main.t-container {
        padding: 0;
        padding-top: 85px;
    }
    
    .t923 .t-slds__arrow-right, .t923 .t-slds__arrow-left {
        width: 40px !important;
        height: 40px !important;
    }
    
    .t923 .t-slds__arrow-withbg .t-slds__arrow_body {
        width: 8px !important;
    }
    
    .t923 .t-slds__arrow_wrapper {
        height: 40px !important;
        width: 40px;
    }
    
    .t923 .t-slds__arrow_wrapper-left {
        right: 70px;
    }
    
    .t923 .t-slds__arrow_wrapper {
        top: 20px;
    }
    
    .t923 .t-width .t-slds__wrapper {
        padding: 0 10px;
    }
    
    .t923__descr {
        line-height: 1.4;
    }
}

@media (max-width: 640px) {
    .t923 .t923__slds-wrapper .t-col {
        padding: 0;
    }
    
    .t923__col {
        width: calc(100% - 20px) !important;
    }
}

@media (max-width: 480px) {
    .t923 .t-slds__arrow-right, .t923 .t-slds__arrow-left {
        width: 32px !important;
        height: 32px !important;
    }
    
    .t923 .t-slds__arrow_wrapper {
        height: 32px !important;
        width: 32px;
    }
    
    .t923 .t-slds__arrow_wrapper {
        top: 30px;
    }
    
    .t923 .t-slds__arrow_wrapper-left {
        right: 61px;
    }
    
    .t923__wrapper {
        border-radius: 10px !important;
    }
}


/*CONTACTS*/

.t570 {
    position: relative;
}

.t570:before {
    content: '';
    width: 1198px;
    height: 100%;
    position: absolute;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    background: transparent;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    pointer-events: none;
}


.t570__map {
    border-radius: 20px;
    overflow: hidden;
}

.t570__map {
    border-radius: 20px;
    overflow: hidden;
}

.t570__contentwrapper {
    background: white;
    border-radius: 20px;
    display: block;
    padding: 60px 40px;
}

.t570__col:first-child {
    margin-right: 40px;
    position: relative;
}

.t570__col {
    width: calc(50% - 20px);
}

.t570__col:first-child::before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    background: #e6e6e6;
    right: -21px;
}


@media (max-width: 1200px) {
    .t570:before {
        width: 960px;
    }
    
    .t570__col:first-child {
        margin-right: 20px;
    }
    
    .t570__col {
        width: calc(50% - 10px);
    }
    
    .t570__col:first-child::before {
        right: -11px;
    }
}


@media (max-width: 960px) {
    .t570:before {
        width: 640px;
    }
    
    .t570__mainblock {
        max-width: 640px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    
    .t570__col {
        width: 100%;
        float: none;
    }
    
    .t570__col:first-child::before {
        display: none;
    }
    
    .t570 .t-sociallinks {
        margin-top: 14px;
    }
    
    .t570__col:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .t570__map .t-map, .t570__map {
        height: 480px !important;
    }
}

@media (max-width: 640px) {
    .t570:before {
        width: 480px;
    }
    
    .t570__mainblock {
        max-width: 480px;
    }
}

@media (max-width: 480px) {
    .t570:before {
        width: 320px;
    }
    
    .t570__mainblock {
        max-width: 320px;
    }
    
    .t570__contentwrapper {
        padding: 32px 20px;
    }
    
    .t570__map, .t570__contentwrapper {
        border-radius: 10px;
    }
}

/*POP-UP*/
.t-store__prod-popup__name {
    font-size: 32px;
}

@media (max-width: 640px) {
    .t-store__prod-popup__name {
        font-size: 24px;
    }
}