/*гамбургер*/
    .t450__burger_container { /*размеры гамбургера*/
        width: 40px !important;
        height: 40px !important;
    }
    
    .t-menuburger__small span { /*скругляем углы линий*/
        border-radius: 10px !important;
    }
    
    .t-menuburger_second span:nth-child(2), .t-menuburger_second span:nth-child(3) { /*выравнивание линий по левому краю*/
        left: 0% !important;
    }

/*меню*/    
    .uc-menu {
        position: absolute;
        z-index: 999998;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .uc-menu .t-container {
        position: fixed;
        bottom: 40px;
        max-width: none;
        padding: 0;
        display: flex;
    }
    
    .uc-menu .t976__wrapper {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50px;
        padding: 5px;
        -webkit-backdrop-filter: blur(50px);
        backdrop-filter: blur(50px);
    }
    
    .uc-menu .t-col {
        margin-left: auto;
        margin-right: auto;
        width: auto;
    }
    
    .uc-menu .t976__list-item { /*правый отступ у кнопок*/
        padding: 0 10px 0 0 !important;
    }
    
    .uc-menu .t976__list-item:last-child { /*убираем отступ у последней кнопки*/
        padding: 0 !important;
    }
    
    .uc-menu .t976__list-item:not(:last-child) .t976__menu-link {
        background-color: #fff !important;
    }
    
    .uc-menu .t976__menu-link { /*высота кнопок*/
        height: 40px !important;
    }
    
    .uc-menu .t976__list-item:not(:last-child) .t976__menu-link_medium { /*отступы в последней кнопке*/
        padding: 8px 18px 10px 18px !important;
    }
    
    .uc-menu .t976__list-item:last-child .t976__menu-link_medium { /*отступы в последней кнопке*/
        padding: 8px 52px 10px 18px !important;
    }
    
    .uc-menu .t976__list-item:not(:last-child) .t976__menu-link {
        color: #000 !important;
    }
    
    .uc-menu .t976__list-item:last-child:before { /*добавляем круг*/
        content: "";
        pointer-events: none;
        width: 34px;
        height: 34px;
        position: absolute;
        background: #fff;
        border-radius: 100px;
        top: 3px;
        right: 3px;
        z-index: 1;
    }
    
    .uc-menu .t976__list-item:last-child:after { /*добавляем стрелку*/
        content: "";
        background-image:url("https://static.tildacdn.com/tild3934-3261-4130-b837-313666616238/photo.svg");
        pointer-events: none;
        width: 34px;
        height: 34px;
        position: absolute;
        top: 3px;
        right: 3px;
        z-index: 1;
    }

/*скрытое меню*/    
    .uc-skrytoyemenyu .t-btn { /*кнопка в меню*/
        height: 40px !important;
        padding: 8px 49px 8px 15px !important;
    }
    
    .uc-skrytoyemenyu .t-btn:before { /*добавляем круг в кнопке*/
        content: "";
        pointer-events: none;
        width: 34px;
        height: 34px;
        position: absolute;
        background: #000;
        border-radius: 100px;
        top: 3px;
        right: 3px;
        z-index: 1;
    }
    
    .uc-skrytoyemenyu .t-btn:after { /*добавляем стрелку в кнопке*/
        content: "";
        background-image:url("https://static.tildacdn.com/tild6265-6536-4561-a161-353039306436/_.svg");
        pointer-events: none;
        width: 34px;
        height: 34px;
        position: absolute;
        top: 3px;
        right: 3px;
        z-index: 1;
    }
    
    .uc-skrytoyemenyu .t-btn { /*добавляем позиционирование для кнопки*/
        position: absolute;
        bottom: 0px;
        left: 0px;
    }

/*предупреждение о куки-файлах*/   
    .uc-kuki .t886 {
        bottom: 110px !important;
    }  
    
/*попап «заявка»*/
    .uc-zayavka .t-submit {
        padding: 8px 49px 8px 15px !important;
        width: auto !important;
    }
    
    .uc-zayavka .t-submit:before { /*добавляем круг в кнопке*/
        content: "";
        pointer-events: none;
        width: 34px;
        height: 34px;
        position: absolute;
        background: #fff;
        border-radius: 100px;
        top: 3px;
        right: 3px;
        z-index: 1;
    }
    
    .uc-zayavka .t-submit:after { /*добавляем стрелку в кнопке*/
        content: "";
        background-image:url("https://static.tildacdn.com/tild3934-3261-4130-b837-313666616238/photo.svg");
        pointer-events: none;
        width: 34px;
        height: 34px;
        position: absolute;
        top: 3px;
        right: 3px;
        z-index: 1;
    }
    
    .uc-zayavka .t-checkbox__labeltext a { /*подчеркивание ссылки/текста «политикой конфиденциальности»*/
        text-decoration: underline !important;
    }
    
    .uc-zayavka .t-checkbox__labeltext a:hover { /*ссылка/текст «политикой конфиденциальности»*/
        color: #8e8e8e !important;
    }
    
/*страница 404 ошибки*/
    .uc-error .t182__btn { /*кнопка на странице*/
        height: 40px !important;
        padding: 8px 49px 8px 15px !important;
    }
    
    .uc-error .t182__btnwrapper:before { /*добавляем круг в кнопке*/
        content: "";
        pointer-events: none;
        width: 34px;
        height: 34px;
        position: absolute;
        background: #000;
        border-radius: 100px;
        top: 3px;
        right: 3px;
        z-index: 1;
    }
    
    .uc-error .t182__btnwrapper:after { /*добавляем стрелку в кнопке*/
        content: "";
        background-image:url("https://static.tildacdn.com/tild6265-6536-4561-a161-353039306436/_.svg");
        pointer-events: none;
        width: 34px;
        height: 34px;
        position: absolute;
        top: 3px;
        right: 3px;
        z-index: 1;
    }
    
    .uc-error .t182__btnwrapper { /*добавляем позиционирование для кнопки*/
        position: absolute;
    }

/*надзаголовок в заголовоке*/
    .uc-zagolovok .t017__uptitle {
        padding-left: 24px !important;
        background-image:url("https://static.tildacdn.com/tild6466-3734-4033-b565-613337366363/photo.svg");
        background-repeat: no-repeat;
        background-position: left top 1px;
    }

/*блок «портфолио»*/ 
    .uc-portfolio .t923__imgwrapper:before {
        content: "";
        width: 30px !important;
        height: 30px !important;
        border-radius: 1000px;
        background-color: #000;
        position: absolute;
        bottom: -15px;
        left: -15px;
        z-index: 3;
    }
    
    .uc-portfolio .t923__imgwrapper:after {
        content: "";
        width: 30px !important;
        height: 30px !important;
        border-radius: 1000px;
        background-color: #000;
        position: absolute;
        bottom: -15px;
        right: -15px;
        z-index: 3;
    }
    
    .uc-portfolio .t923__bgimg:before {
        content: "";
        position: absolute;
        background-image:url("https://static.tildacdn.com/tild6439-3362-4431-a531-326636336539/photo.svg");
        background-size: cover;
        height: 4px !important;
        width: -webkit-fill-available;
        background-position: center center;
        bottom: -2px;
        margin: 0px 25px;
        z-index: 2;
    }
    
    .uc-portfolio .t-card__descr span {
        display: inline-block;
        background-color: #eee;
        border-radius: 50px;
        color: #8e8e8e !important;
        padding: 6px 15px;
        margin: 20px 7px 0 0;
        font-size: 12px !important;
    }
    
    .uc-portfolio .t923__textwrapper { /*отступы в текстовом контейнере*/
        padding: 0px !important;
    }
    
    .uc-portfolio .t923__textwrapper:after { /*добавляем штрих-код*/
        content: "";
        background-image:url("https://static.tildacdn.com/tild6264-3931-4766-b932-613963316431/-_.svg");
        background-repeat: no-repeat;
        position: absolute;
        height: 75px;
        width: -webkit-fill-available;
        margin: 30px;
        bottom: 0px !important;
        left: 0px !important;
    }
    
    .uc-portfolio .t923__content {
        position: relative;
        padding: 30px 30px 135px;
    }

/*блок «преимущества»*/   
    .uc-preimushchestva .t1066__box-img { /*анимация фотографии*/  
        position: sticky;
        top: 10px;
        margin-top: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    
    .uc-preimushchestva .t1066__item:not(:last-child) { /*отступы между карточками*/  
        margin-bottom: 10px !important;
    }
    
    .uc-preimushchestva .t1066__box-text {
        margin-right: 10px !important;
    }
    
    .uc-preimushchestva .t1066__item:nth-child(2n + 1) { /*фон карточек белые*/  
        background-color: #fff;
        padding: 0 30px !important;
        border-radius: 10px !important;
    }
    
    .uc-preimushchestva .t1066__item:nth-child(2n + 2) { /*фон карточек черные*/  
        background-color: #222323;
        padding: 0 30px !important;
        border-radius: 10px !important;
    }
    
    .uc-preimushchestva .t1066__item:nth-child(2n + 1) .t1066__heading { /*цвет заголовка в белых карточках*/
        color: #000 !important;
    }
    
    .uc-preimushchestva .t1066__textwrapper { /*убираем отступ в текстовом контейнере*/  
        padding-left: 0px !important;
    }
    
    .uc-preimushchestva .t1066__heading span { /*добавляем самолет в подзаголовок*/ 
        display: inline-block;
        background-image:url("https://static.tildacdn.com/tild6466-3734-4033-b565-613337366363/photo.svg");
        background-repeat: no-repeat;
        background-position: left top 1px;
        padding-left: 24px !important;
        margin-bottom: 20px !important;
    }
    
    .uc-preimushchestva .t1066__textwrapper { /*добавляем position для пунктира и щтрих-кода*/  
        position: relative !important;
    }
    
        .uc-preimushchestva .t1066__box-img { /*анимация фотографии*/  
        max-width: 390px !important;
    }
    
    .uc-preimushchestva .t1066__textwrapper { /*ширина текстового контейнера*/ 
        width: 565px !important;
    }
    
    .uc-preimushchestva .t1066__textwrapper { /*убираем отступ в текстовом контейнере*/  
        padding-left: 0px !important;
    }
    
    .uc-preimushchestva .t1066__item:before { /*добавляем верхний круг*/  
        content: "";
        display: block;
        width: 30px !important;
        height: 30px !important;
        border-radius: 1000px;
        background-color: #000;
        position: relative;
        left: 580px;
        top: -15px;
    }
    
    .uc-preimushchestva .t1066__item:after { /*добавляем нижний круг*/  
        content: "";
        display: block;
        width: 30px !important;
        height: 30px !important;
        border-radius: 1000px;
        background-color: #000;
        position: relative;
        left: 580px;
        bottom: -15px;
    }
    
    .uc-preimushchestva .t1066__textwrapper:before { /*добавляем пунктир*/  
        content: "";
        background-image:url("https://static.tildacdn.com/tild3631-3638-4763-a338-643861643238/_.svg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        display: block;
        position: absolute;
        width: 4px !important;
        height: -webkit-fill-available;
        left: 593px !important;
    }
    
    .uc-preimushchestva .t1066__textwrapper:after { /*добавляем штрих-код*/  
        content: "";
        background-image:url("https://static.tildacdn.com/tild6231-3531-4136-b266-363464306263/-.svg");
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        position: absolute;
        width: 75px !important;
        height: -webkit-fill-available;
        left: 625px !important;
        top: 0px;
    }

/*блок «услуги»*/ 
    .knopka .tn-atom {
        padding: 8px 49px 8px 15px;
    }
    
/*блок «команда»*/
    .uc-komanda .t923__textwrapper { /*убираем отступы*/
        padding: 30px 0 0 !important;
    }
    
    .uc-komanda .t-card__descr span { /*стили для выделеных фраз*/
        display: inline-block;
        border: solid #8e8e8e 1px;
        border-radius: 50px;
        color: #8e8e8e !important;
        padding: 6px 15px;
        margin: 20px 7px 0 0;
        font-size: 12px !important;
    }
    
    .uc-komanda .t923__bgimg { /*скругляем углы у фото*/
        border-radius: 10px !important;
    }

/*блок «клиенты»*/    
    .uc-kliyenty .t923__bgimg { /*скругляем углы у фото*/
        border-radius: 10px !important;
    }
    
    .t923__textwrapper { /*убираем отступы*/
        padding: 0px !important;
    }

/*блок «контакты»*/     
    .uc-kontakty .t517__col:nth-child(3n + 3) .t517__innercol { /*каждая 3 карточка белая*/  
        background-color: #fff !important;
    }
    
    .uc-kontakty .t517__section-title { /*добавляем самолет к заголовку*/  
        padding-left: 24px !important;
        background-image:url("https://static.tildacdn.com/tild6466-3734-4033-b565-613337366363/photo.svg");
        background-repeat: no-repeat;
        background-position: left top 1px;
    }
    
    .uc-kontakty .t517__col:nth-child(1) .t517__persname, .t517__col:nth-child(2) .t517__persname { /*добавляем иконку скачать к кнопке*/  
        padding-left: 30px !important;
        background-image:url("https://static.tildacdn.com/tild3363-6135-4334-b838-393163653831/photo.svg");
        background-repeat: no-repeat;
        background-position: left top;
    }
    
    .uc-kontakty .t517__col:nth-child(1) .t517__persname:hover, .t517__col:nth-child(2) .t517__persname:hover { /*иконка и текст «скачать» при наведении*/  
        color: #8e8e8e !important;
        background-image:url("https://static.tildacdn.com/tild6232-3662-4462-a564-356565376231/_.svg");
        transition: transform 0.4s ease-in;
    }
    
    .uc-kontakty .t517__col:nth-child(3) .t517__persname a { /*цвет текста/ссылок в 3 карточке*/ 
        color: #000 !important;
    }
    
    .uc-kontakty .t517__col:nth-child(3) .t517__persname a:hover { /*цвет текста/ссылок в 3 карточке при наведении*/ 
        color: #8e8e8e !important;
        transition: transform 0.4s ease-in;
    }
    
/*подвал*/   
    .uc-podval .t1056__name a:hover {
        color: #fff !important;
        transition: transform 0.4s ease-in;
    }

@media screen and (max-width: 1200px){ 
/*блок «преимущества»*/   
    .uc-preimushchestva .t1066__box-img { /*анимация фотографии*/  
        max-width: 300px !important;
    }
    
    .uc-preimushchestva .t1066__textwrapper { /*ширина текстового контейнера*/ 
        width: 425px !important;
    }
    
    .uc-preimushchestva .t1066__textwrapper { /*убираем отступ в текстовом контейнере*/  
        padding-left: 0px !important;
    }
    
    .uc-preimushchestva .t1066__item:before { /*добавляем верхний круг*/  
        content: "";
        display: block;
        width: 30px !important;
        height: 30px !important;
        border-radius: 1000px;
        background-color: #000;
        position: relative;
        left: 440px;
        top: -15px;
    }
    
    .uc-preimushchestva .t1066__item:after { /*добавляем нижний круг*/  
        content: "";
        display: block;
        width: 30px !important;
        height: 30px !important;
        border-radius: 1000px;
        background-color: #000;
        position: relative;
        left: 440px;
        bottom: -15px;
    }
    
    .uc-preimushchestva .t1066__textwrapper:before { /*добавляем пунктир*/  
        content: "";
        background-image:url("https://static.tildacdn.com/tild3631-3638-4763-a338-643861643238/_.svg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        display: block;
        position: absolute;
        width: 4px !important;
        height: -webkit-fill-available;
        left: 453px !important;
    }
    
    .uc-preimushchestva .t1066__textwrapper:after { /*добавляем штрих-код*/  
        content: "";
        background-image:url("https://static.tildacdn.com/tild6231-3531-4136-b266-363464306263/-.svg");
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        position: absolute;
        width: 75px !important;
        height: -webkit-fill-available;
        left: 485px !important;
        top: 0px;
    }
}

@media screen and (max-width: 980px){ 
    /*предупреждение о куки-файлах*/     
    .uc-kuki .t886 { /*расположение*/ 
        margin: 0 20px;
    }
    
    .uc-kuki .t886__wrapper { /*скругление углов*/ 
        border-radius: 10px !important;
    }
}

@media screen and (max-width: 960px){ 
/*меню*/    
    .uc-menu .t-col { /*прижимаем меню/кнопку к правому краю экрана*/ 
        margin-right: 0px !important;
    }
    
    .uc-menu .t-container { /*прижимаем меню/кнопку к верхнему краю экрана*/ 
        top: 20px !important;
        width: auto;
        height: 40px;
        right: 0px;
    }
    
    .uc-menu .t976__wrapper { /*убираем подложку для кнопок*/ 
        padding: 0px !important;
        background: 0% !important;
    }
    
    .uc-menu .t976__list-item:not(:last-child) {
        display: none;
    }

/*предупреждение о куки-файлах*/     
    .uc-kuki .t886 { /*расположение*/ 
        bottom: 20px !important;
        margin: 0 20px;
    }
    
    .uc-kuki .t886__wrapper { /*скругление углов*/ 
        border-radius: 10px !important;
    }
    
/*блок «преимущества»*/  
    .uc-preimushchestva .t1066__box-text { /*отступ у карточек справа*/ 
        margin-right: 0px !important;
    }
    
    .uc-preimushchestva .t1066__box-img-mobile { /*убираем фотографию*/  
        display: none !important;
    }
    
    .uc-preimushchestva .t1066__textwrapper:after { /*добавляем штрих-код*/  
        content: "";
        background-image:url("https://static.tildacdn.com/tild6231-3531-4136-b266-363464306263/-.svg");
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        position: absolute;
        width: 55px !important;
        height: -webkit-fill-available;
        left: 485px !important;
        top: 0px;
    }

/*подвал*/   
    .uc-podval .t1056__col {
        margin-bottom: 0px !important;
    }
}

@media screen and (max-width: 640px){ 
/*блок «преимущества»*/  
    .uc-preimushchestva .t1066__textwrapper:before { /*добавляем пунктир*/  
        content: "";
        display: none !important;
    }
    
    .uc-preimushchestva .t1066__textwrapper:after { /*добавляем штрих-код*/  
        content: "";
        display: none !important;
    }
    
    .uc-preimushchestva .t1066__item:before { /*добавляем верхний круг*/  
        content: "";
        display: none !important;
    }
    
    .uc-preimushchestva .t1066__item:after { /*добавляем нижний круг*/  
        content: "";
        display: none !important;
    }
    
    .uc-preimushchestva .t1066__textwrapper { /*ширина текстового контейнера*/ 
        width: -webkit-fill-available !important;
    }
    
    .uc-preimushchestva .t1066__item {
        padding: 20px !important;
    }

/*блок «портфолио»*/ 
    .uc-portfolio .t923__content {
        padding: 20px 20px 115px !important;
    }
    
    .uc-portfolio .t923__textwrapper:after {
        content: "";
        margin: 20px !important;
    }
    
/*блок «услуги»*/     
    .podlozhka { /*подложка*/ 
        padding: 0 20px;
    }
    
    .text1 { /*надзаголовок*/ 
        margin-left: 64px !important;
    }
    
    .text, .ikonka, .knopka, .levo  { /*кнопка*/ 
        margin-left: 40px !important;
    }
    
    .pravo {
        margin: 0 -40px 0 !important;
    }
    
    .krug {
        margin-left: 243px !important;
    }
    
    .shtrikh-kod {
        padding: 0 40px !important;
    }
    
    .krug1 { /*кнопка1*/ 
        margin-left: 5px !important;
    }
    
    .krug2 { /*кнопка2*/ 
        margin-left: -5px !important;
    }
    
    .punktir {
        width: 100% !important;
    }
}

@media screen and (max-width: 480px){ 
/*блок «преимущества»*/  
    .uc-preimushchestva .t1066__descr { /*убираем описание*/  
        display: none !important;
    }
    
    .uc-preimushchestva .t1066__heading { /*заголовок*/ 
        padding-bottom: 0px !important;
    }
}

@media (min-width: 961px) and (max-width: 1200px){
/*блок «портфолио»*/ 
    .uc-portfolio .t-card__col { /*ширина карточки*/ 
        width: 435px !important;
    }
    
    .uc-portfolio .t923__col {
        width: 435px !important;
    }
    
/*блок «команда»*/ 
    .uc-komanda .t-card__col { /*ширина карточки*/ 
        width: 435px !important;
    }
    
    .uc-komanda .t923__col {
        width: 435px !important;
    }
}

@media (min-width: 641px) and (max-width: 960px){
/*блок «портфолио»*/ 
    .uc-portfolio .t-card__col { /*ширина карточки*/ 
        width: 560px !important;
    }
    
    .uc-portfolio .t923__col {
        width: 560px !important;
    }
    

/*блок «команда»*/     
    .uc-komanda .t-card__col { /*ширина карточки*/ 
        width: 560px !important;
    }
    
    .uc-komanda .t923__col {
        width: 560px !important;
    }
}