/* COLORS MAP */
/*.footer-map {*/
/*    -ms-filter: grayscale(1);*/
/*    -webkit-filter: grayscale(1);*/
/*    -moz-filter: grayscale(1);*/
/*    -o-filter: grayscale(1);*/
/*    filter: grayscale(1);*/
/*}*/

.service-separator .tn-atom {
    border-top: 1px solid #E5E9ED !important;
    border-bottom: 1px solid #E5E9ED !important;
}

@media screen and (min-width: 959px) {
    .hero-cover, .hero-bg {
        height: 100% !important;
    }
}


/*BREADCRUMBS*/
.uc-breadcrumbs .t-col {
    margin-left: 24px;
    margin-right: 24px;
}
@media screen and (max-width: 959px) {
    .uc-breadcrumbs .t-col {
        margin-left: 0;
        margin-right: 0;
        padding-left: 16px;
        padding-right: 16px;
    } 
}
@media screen and (max-width: 639px) {
    .uc-breadcrumbs .t-col {
        padding-left: 12px;
        padding-right: 12px;
    }     
}

/* HEADER */
.header-bg .tn-atom {
    border-radius: 0 0 24px 24px;
}
@media screen and (max-width: 959px) {
    .header-bg .tn-atom {
        border-radius: 0 0 16px 16px;
    }
}

.uc-menu .t450__container {
    padding: 76px 16px 16px;
}
.uc-menu .t450__close {
    top: 12px;
    right: 12px;
    width: 48px;
    height: 48px;
}
.uc-menu .t450__close-button {
    background: #EDF1F5 !important;
    border-radius: 50%;
}
.uc-menu .t450__close_icon {
    width: 20px;
    height: 18px;
}
.uc-menu .t450__right_buttons_but, .uc-menu .t-btn {
    width: 100%;
}


/* FOOTER and CONTACTS */
.footer-map {
    border-radius: 12px;
    overflow: hidden;
}
.contacts-map {
    border-radius: 24px;
    overflow: hidden; 
}
@media screen and (max-width: 639px) {
    .footer-map {
        border-radius: 8px;
    }
    .contacts-map {
        border-radius: 16px;
    }
}


/* TEXT INDENT */
.text-indent {
    text-indent: 438px; 
}
@media screen and (max-width: 1199px) {
    .text-indent {
        text-indent: 354px;
    }  
}
@media screen and (max-width: 959px) {
    .text-indent {
        text-indent: 156px;
    }  
}
@media screen and (max-width: 639px) {
    .text-indent {
        text-indent: 0;
    }  
}

.activity-bg .tn-atom {
    transition: background-color 0.3s ease-in-out;
    cursor: pointer;
}
.activity-bg .tn-atom:hover {
    background-color: #fff;
}


/* FEED and SEARCH */
.uc-feed {
    display: none;
}
div.uc-zero-search {
    padding: 0 !important;
}
.uc-zero-search .t838 .t-container {
    max-width: none;
}
.uc-zero-search .t838 .t-col {
    max-width: none;
    padding: 0;
    margin: 0;
}
.uc-zero-search .searchinput {
    z-index: 99 !important;
}
.uc-zero-search input, .uc-zero-search button {
    height: 48px;
}
.uc-zero-search .t-submit  {
    padding: 0 60px;
    font-size: 14px;
    transition: background-color 0.3s ease-in-out;
}
.uc-zero-search .t838 .t838__blockbutton {
    padding-left: 8px;
}
.uc-zero-search svg.t838__search-icon {
    display: none
}
.uc-zero-search .t838__blockinput::after {
    position: absolute;
    content: " ";
    width: 20px;
    height: 20px;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(https://static.tildacdn.com/tild3561-3965-4238-b634-616635363062/search.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.uc-zero-search .t838 .t838__input {
    padding-left: 48px;
    font-size: 14px;
}
@media screen and (max-width: 640px) {
    .uc-zero-search .t838 .t838__blockinput {
        margin-bottom: 12px;
    }
    .uc-zero-search .t838 .t838__blockbutton {
        padding-left: 0;
    }
}


/* CUTOUT */
.cutout .tn-atom {
    border-radius: 0 32px 0 0;
}
@media screen and (max-width: 639px) {
    .cutout .tn-atom {
        border-radius: 0 20px 0 0;
    }
}


/* STAGES */
.stage-desc ul {
    padding-left: 14px !important;
}
.stage-desc li::marker {
    color: #C4CBD2;
}


/* POP-UP */
.uc-popup .t702 .t702__text-wrapper {
    margin-bottom: 32px;
}
.uc-popup .t702 .t702__title {
    margin-bottom: 16px;
}
.uc-popup .t702__descr {
    margin: 0 auto;
}
.uc-popup .t702 .t-input-group {
    margin-bottom: 8px;
}
.uc-popup .t702 .t-submit {
    height: 60px;
    transition: background-color 0.3s ease-in-out;
}
.uc-popup .t702 .t702__form-bottom-text {
    margin-top: 12px;
}
.uc-popup .t702__form-bottom-text div {
    font-size: 13px !important;
}
@media screen and (max-width: 640px) {
    .uc-popup .t702 .t702__wrapper {
        padding: 40px 16px;
    }
    .uc-popup .t702 .t702__title {
        font-size: 32px !important;
        margin-bottom: 12px;
    }
    .uc-popup .t702__descr {
        font-size: 16px !important;
        max-width: 320px !important;
    }
    .uc-popup .t702 .t-input {
        height: 60px;
    }
    .uc-popup .t702 .t-input_pvis {
        padding: 26px 20px 10px !important;
    }
    .uc-popup .t702 .t-input__vis-ph {
        top: 22px !important;
    }
}
@media screen and (max-width: 560px) {
    .uc-popup .t702 .t-popup__block-close {
        background: #070F16;
    }
    .uc-popup .t-popup__container {
        border-radius: 0 !important;
    }
}


/* PRODUCTS */
.uc-products .t754 {
    padding: 0 24px;
}
.uc-products .t-container {
    max-width: 100% !important;
}
.uc-products .js-store-grid-cont::before, .uc-products .js-store-grid-cont::after,
.uc-products .t-store__grid-separator, .uc-products .js-store-price-wrapper {
    display: none;
}
.uc-products .js-store-grid-cont {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 24px;
    padding: 0 !important;
}
.uc-products .js-product {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}
.uc-products .t-store__card__imgwrapper {
    padding-bottom: 100% !important;
}
.uc-products .t-store__card__textwrapper {
    padding-top: 16px;
}

.uc-products .t-store__prod-popup__container {
    padding: 40px 8px;
}
.uc-product-page .t-container {
    padding: 0 8px;
    box-sizing: border-box;
}
.uc-products .t-store__prod-popup__container .t-col, .uc-product-page .t-col {
    margin-left: 16px;
    margin-right: 16px;
}
.uc-products .t-store__prod-popup__title-wrapper, .uc-product-page .t744__title-wrapper {
    margin-bottom: 32px;
}
.uc-products .t-store__prod-popup__name, .uc-product-page .t744__title {
    font-size: 48px !important;
    font-weight: 600 !important;
}
.uc-products .t-store__prod-popup__text {
    font-size: 14px !important;
}
.uc-products .t-store__prod-popup__text a:nth-child(1), .uc-products .t-store__prod-popup__text a:nth-child(2), 
.uc-product-page .t744__descr a:nth-child(1), .uc-product-page .t744__descr a:nth-child(2) {
    display: inline-block;
    padding: 17px 24px;
    border-radius: 100px;
    margin-bottom: 24px;
    text-align: center;
    font-weight: 500;
    line-height: 1;
    transition: background-color 0.3s ease-in-out;
}
.uc-products .t-store__prod-popup__text a:nth-child(1), .uc-product-page .t744__descr a:nth-child(1) {
    background-color: #1F3344;
    color: #ffffff !important;
    margin-right: 8px;
}
.uc-products .t-store__prod-popup__text a:nth-child(1):hover, .uc-product-page .t744__descr a:nth-child(1):hover {
    background-color: #122637;
}
.uc-products .t-store__prod-popup__text a:nth-child(2), .uc-product-page .t744__descr a:nth-child(2) {
    background-color: #EDF1F5;
    color: #1F3344 !important;
}
.uc-products .t-store__prod-popup__text a:nth-child(2):hover, .uc-product-page .t744__descr a:nth-child(2):hover {
    background-color: #E5E9ED;
}
.uc-products .js-store-prod-all-text, .uc-product-page .t744__descr {
    position: relative;
}
.uc-products .js-store-prod-all-text::before, .uc-product-page .t744__descr::before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    left: 0;
    top: 72px;
    background-color: #E5E9ED;
}
.uc-products .t-store__tabs {
    margin-top: 80px !important;
}
.uc-products .t-store__tabs__button {
    padding: 16px !important;
    border-bottom: 2px solid #E5E9ED !important;
    transition: border-bottom 0.3s ease-in-out;
}
.uc-products .t-store__tabs__button_active, .uc-products .t-store__tabs__button:hover {
    border-bottom: 2px solid #1F3344 !important;
}
.uc-products .t-store__tabs__button-title {
    font-size: 16px !important;
    line-height: 1 !important;
    color: #1F3344 !important;
}
.uc-products .t-store__tabs__content {
    margin: 24px 0 0 0 !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
}
.uc-product-page .t-col_6 {
    max-width: calc(50% - 40px);
}
.uc-product-tabs .t-col {
    margin-left: 24px;
    margin-right: 24px;
}
.uc-product-tabs .t585__trigger-button {
    padding: 24px 56px 24px 0;
}

@media screen and (max-width: 1199px) {
    .uc-products .t754 {
        padding: 0 16px;
    }
    .uc-products .js-store-grid-cont {
        gap: 32px 16px;
    }
}
@media screen and (max-width: 959px) {
    .uc-products .js-store-grid-cont {
        grid-template-columns: repeat(2, 1fr);        
    }
    .uc-products .t-popup, .uc-product-page .t-container, .uc-product-tabs .t-col {
        padding: 0 16px;
    }
    .uc-products .t-store__prod-popup__container, .uc-product-page .t-col {
        padding: 0;
    }
    .uc-products .t-store__prod-popup__container .t-col, .uc-product-page .t-col, .uc-product-tabs .t-col {
        margin-left: 0;
        margin-right: 0;
    }
    .uc-products .t-store__tabs {
        margin-top: 48px !important;
    }
    .uc-product-page .t-col_6 {
        max-width: 100%;
    }
}
@media screen and (max-width: 639px) {
    .uc-products .t754, .uc-product-page .t-container, .uc-product-tabs .t-col {
        padding: 0 12px;
    }
    .uc-products .js-product-img, .uc-product-page .t-slds__bgimg {
        border-radius: 16px !important;
    }
    .uc-products .js-store-grid-cont {
        gap: 24px 12px;
    }
    .uc-products .t-store__card__textwrapper {
        padding-top: 12px;
    }
    .uc-products .t-popup {
        padding: 0 12px;
    }
    .uc-products .js-store-prod-name {
        font-size: 16px !important;
    }
    .uc-products .t-store .t-popup__close-wrapper {
        border-bottom: none;  
    }
    .uc-products .t-store__prod-popup__name, .uc-product-page .t744__title {
        font-size: 32px !important;
    }
    .uc-products .t-store__prod-popup__text a:nth-child(1), .uc-products .t-store__prod-popup__text a:nth-child(2), 
    .uc-product-page .t744__descr a:nth-child(1), .uc-product-page .t744__descr a:nth-child(2) {
        display: block;
        margin-bottom: 8px;
    }
    .uc-products .t-store__prod-popup__text a:nth-child(1), .uc-product-page .t744__descr a:nth-child(1) {
        margin-right: 0;
    }
    .uc-products .js-store-prod-all-text::before, .uc-product-page .t744__descr::before {
        display: none;
    }
    .uc-products .t-store .t-store__prod-popup__container .t-store__product-popup .t-slds {
        margin-left: -12px;
        margin-right: -12px;
    }
    .uc-products .t-store__tabs {
        margin-top: 32px !important;
    }
    .uc-products .t-store .t-store__tabs__controls .t-store__tabs__button-title {
        padding: 0 !important;
    }
    .uc-products .t-store .t-store__tabs__controls .t-store__tabs__button_active .t-store__tabs__button-title:after {
        display: none !important;
    }
    .uc-products .t-store__tabs__button {
        padding: 12px !important;
    }
    .uc-products .t-store__tabs__button-title {
        font-size: 14px !important;
    }
    .uc-products .t-store__tabs__content {
        margin: 16px 0 0 0 !important;
    }
    .uc-product-tabs .t585__title {
        font-size: 20px !important;
    }
}


/* VACANCIES */
.uc-vacancies .t-col {
    margin-left: 24px;
    margin-right: 24px;
    padding: 0 !important;
}
.uc-vacancies .t585__trigger-button {
    padding: 24px 56px 24px 0;
}
.uc-vacancies .t585__textwrapper {
    padding: 16px;
    background-color: #EDF1F5;
    border-radius: 12px;
    margin-bottom: 24px;
}
.uc-vacancies .t585__icon {
    width: 20px;
    height: 20px;
    padding: 10px;   
}
.uc-vacancies .t585__lines svg {
    display: none;
}
.uc-vacancies .t585__lines::after {
    content: " ";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    background-image: url(https://static.tildacdn.com/tild3432-3833-4365-b434-303566616165/plus.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
@media screen and (max-width: 1200px) {
    .uc-vacancies .t-container, .uc-vacancies .t-col_12 {
        max-width: 100%;
    }
    .uc-vacancies .t-col {
        margin-left: 16px;
        margin-right: 16px;
    }
}
@media screen and (max-width: 639px) {
    .uc-vacancies .t-col {
        margin-left: 12px;
        margin-right: 12px;
    }
    .uc-vacancies .t585__icon {
        width: 16px;
        height: 16px;
        padding: 8px;
    }
    .uc-vacancies .t585__lines::after {
        width: 16px;
        height: 16px;
    }
    .uc-vacancies .t585__circle {
        width: 32px;
        height: 32px;
    }
    .uc-vacancies .t585__trigger-button {
        padding: 16px 48px 16px 0; 
    }
    .uc-vacancies .t585__textwrapper {
        padding: 12px;
        border-radius: 8px;
        margin-bottom: 16px;
    }
}


/* PROJECT */
.uc-project-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 15%;
}
@media screen and (max-width: 1199px) {
    .uc-project-sticky {
        position: unset;  
    }
}

.uc-project-content {
    padding: 0 24px !important;
}
.uc-project-content .t1124 {
    padding: 40px 0;
    position: relative;
}
.uc-project-content .t1124::after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    background-color: #E5E9ED;
}
.uc-project-content .t-container {
    gap: 16px;
}
.uc-project-content .t-container::before, .uc-project-content .t-container::after {
    display: none !important;
}
.uc-project-content .t-col {
    margin: 0;
    max-width: 100%;
}
.uc-project-content .t1124__title, .uc-project-content .t1124__text {
    padding: 0 !important;
}
.uc-project-content span {
    display: block;
    padding: 16px;
    background-image: linear-gradient(0.25turn,rgba(164,242,246,1) 9%,rgba(184,245,166,1) 100%);
    border-radius: 12px;
}


/* Большие экраны (1600px и выше) */
@media (min-width: 1600px) {
    .container {
        max-width: 1440px;
        margin: 0 auto;
    }
}

/* Стандартные десктопные экраны (1200px - 1599px) */
@media (min-width: 1200px) and (max-width: 1599px) {
    .container {
        max-width: 1200px;
        margin: 0 auto;
    }
}

/* Экраны до 1199px */
@media screen and (max-width: 1199px) {
    .uc-project-content {
        padding: 0 16px !important;
    }
    .container {
        max-width: 1024px;
        margin: 0 auto;
    }
}

/* Экраны до 960px */
@media screen and (max-width: 960px) {
    .uc-project-content .t-col {
        padding: 0 !important;
    }
    .uc-project-content .t1124__title {
        margin-bottom: 16px;
    }
    .container {
        max-width: 960px;
        margin: 0 auto;
    }
}

/* Экраны до 639px */
@media screen and (max-width: 639px) {
    .uc-project-content {
        padding: 0 12px !important;
    }
    .uc-project-content .t1124 {
        padding: 24px 0;
    }
    .uc-project-content .t1124__title {
        margin-bottom: 12px;
    }
    .uc-project-content span {
        padding: 12px;
        border-radius: 8px;
        font-size: 14px !important;
    }
    .container {
        width: 100%;
        padding: 0 15px;
    }
}

/* По умолчанию (до 2560px) показываем первые блоки, скрываем вторые */
#rec800561024, 
#rec800637377, 
#rec801615798, 
#rec802041553, 
#rec802105637, 
#rec802552669, 
#rec802130375, 
#rec802132960, 
#rec839173541,
#rec802115344,
#rec802644685,
#rec802646320,
#rec802648345,
#rec802665213,
#rec802067120,
#rec803107158,
#rec803136996,
#rec803149912,
#rec803157568,
#rec803161912{
  display: block; /* или flex, если нужен flex-контейнер */
}

#rec868140430, 
#rec868675434, 
#rec868697113, 
#rec868705844, 
#rec868709565, 
#rec868714478, 
#rec868718477,  
#rec868720522,
#rec869265230,
#rec869270196,
#rec869280291,
#rec869285803,
#rec869296413,
#rec869306841,
#rec869309850,
#rec869311767,
#rec869315059,
#rec869317513,
#rec869319862{
  display: none;
}

/* С 2561px и выше скрываем первые блоки, показываем вторые */
@media screen and (min-width: 2561px) {
  #rec800561024, 
  #rec800637377, 
  #rec801615798, 
  #rec802041553, 
  #rec802105637, 
  #rec802552669, 
  #rec802130375, 
  #rec802132960, 
  #rec839173541,
  #rec802115344,
  #rec802644685,
  #rec802646320,
  #rec802648345,
  #rec802665213,
  #rec802067120,
  #rec803107158,
  #rec803136996,
  #rec803149912,
  #rec803157568,
  #rec803161912{
    display: none;
  }

  #rec868140430, 
  #rec868675434, 
  #rec868697113, 
  #rec868705844, 
  #rec868709565, 
  #rec868714478, 
  #rec868718477,  
  #rec868720522,
  #rec869265230,
  #rec869270196,
  #rec869280291,
  #rec869285803,
  #rec869296413,
  #rec869306841,
  #rec869309850,
  #rec869311767,
  #rec869315059,
  #rec869317513,
  #rec869319862{
    display: block;
  }
}

