/* ССЫЛКИ */

.link-white[data-elem-type="text"] a {
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    border: 0 !important;
    color: #ffffff !important;
    border-bottom: 0px solid transparent !important;
    padding-bottom: 2px !important; 
}

.link-white[data-elem-type="text"] a:hover {
    color: #ffffff !important;
    border-bottom: 1px solid #ffffff !important;
    padding-bottom: 2px !important; 
}

.link-white-2[data-elem-type="text"] a {
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    border: 0 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #ffffff !important;
    padding-bottom: 2px !important; 
}

.link-white-2[data-elem-type="text"] a:hover {
    color: #ffffff !important;
    border-bottom: 0px solid transparent !important;
    padding-bottom: 2px !important; 
}

.link-grey[data-elem-type="text"] a {
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    border: 0 !important;
    color: #4d4d4d !important;
    border-bottom: 0px solid transparent !important;
    padding-bottom: 2px !important; 
}

.link-grey[data-elem-type="text"] a:hover {
    color: #4d4d4d !important;
    border-bottom: 1px solid #4d4d4d !important;
    padding-bottom: 2px !important; 
}

/* СКРОЛЛБАР */

@media screen and (min-width: 959px) {
    ::-webkit-scrollbar-thumb {
        background: #ffffff;
        border-radius: 0px;
    }
    ::-webkit-scrollbar {
        width: 3px;
        height: 3px;
        background: #000000;
    }
}

/* ФОНОВЫЕ ВЕКТОРЫ */

.bg-vector {
    /* z-index: 2 !important; */
    pointer-events: none;
}

/* ФОРМА */

.uc-brief .t-input-title {
    font-size: 16px;
    /* text-transform: uppercase; */
    padding-bottom: 20px !important;
}

.uc-brief .t-text {
    font-size: 78px;
    line-height: 110%;
}
@media screen and (max-width: 1359px) {
    .uc-brief .t-text {
        font-size: 58px;
    }
}
@media screen and (max-width: 959px) {
    .uc-brief .t-text {
        font-size: 38px;
    }
}

.uc-brief .t-input-group {
    margin-bottom: 40px;
}
@media screen and (max-width: 1359px) {
    .uc-brief .t-input-group {
        margin-bottom: 30px;
    }
}

.uc-brief .t-text_xs {
    font-size: 16px;
}

.uc-brief .t-upwidget-container__button {
    border: 1px solid #ffffff;
}

.uc-brief .t-form__errorbox-item {
    font-size: 16px;
}

.uc-form .t-input-title {
    font-size: 16px;
    padding-bottom: 20px !important;
}

.uc-form .t-text {
    font-size: 78px;
    line-height: 110%;
}
@media screen and (max-width: 1359px) {
    .uc-form .t-text {
        font-size: 58px;
    }
}
@media screen and (max-width: 959px) {
    .uc-form .t-text {
        font-size: 38px;
    }
}

.uc-form .t-input-group {
    margin-bottom: 40px;
}
@media screen and (max-width: 1359px) {
    .uc-form .t-input-group {
        margin-bottom: 30px;
    }
}

.uc-form .t-text_xs {
    font-size: 16px;
}

.uc-form .t-upwidget-container__button {
    border: 1px solid #ffffff;
}

.uc-form .t-form__errorbox-item {
    font-size: 16px;
}

/* УВЕДОМЛЕНИЕ О КУКАХ */

.uc-cookie .t886__wrapper {
    padding: 20px 20px;
    border: 1px solid #4d4d4d;
}

.uc-cookie .t886__btn {
    padding: 10px 20px;
}

.uc-cookie .t-btn_md {
    font-size: 14px;
}

/* МЕНЮ-БУРГЕР */

.uc-menu .t450__top {
    padding-top: 30px;
}

.uc-menu .t-descr_xxs {
    font-size: 16px !important;
}

/* ПОЛНОЭКРАННАЯ ГАЛЕРЕЯ */

.uc-gallery {
    padding-left: 40px;
    padding-right: 40px;
}
@media screen and (max-width: 959px) {
    .uc-gallery {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* ПОЛНОЭКРАННОЕ ФОТО */

.uc-photo {
    padding-left: 40px;
    padding-right: 40px;
}
@media screen and (max-width: 959px) {
    .uc-photo {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* КНОПКИ СЛЕДУЮЩИЙ ПРЕДЫДУЩИЙ КЕЙС */

.uc-nextprevious .t407__uptitle {
    letter-spacing: 0px !important;
    font-size: 16px !important;
    margin-bottom: 0px !important;
}
@media screen and (max-width: 959px) {
    .uc-nextprevious .t407__uptitle {
        font-size: 14px !important;
    }
}

.uc-nextprevious .t407__title {
    font-size: 27px !important;
}
@media screen and (max-width: 1359px) {
    .uc-nextprevious .t407__title {
        font-size: 24px !important;
    }
}
@media screen and (max-width: 959px) {
    .uc-nextprevious .t407__title {
        font-size: 20px !important;
    }
}

.uc-nextprevious .t407__descr {
    font-size: 14px !important;
}

/* ИНСТРУМЕНТЫ */

.tn-atom__tip {
    border: 1px solid #4d4d4d !important;
    border-radius: 120px !important;
    padding: 5px 20px !important;
    width: fit-content !important;
}
@media screen and (max-width: 959px) {
    .tn-atom__tip {
        margin-bottom: 10px !important;
    }
}

.tn-atom__tip-text {
    width: fit-content !important;
}

/* ОТОБРАЖЕНИЕ БЛОКОВ ОТ ШИРИНЫ ЭКРАНА */

@media screen and (min-width: 960px) {
    .uc-max959 {
        display: none !important;
    }
}

@media screen and (max-width: 959px) {
    .uc-min960 {
        display: none !important;
    }
}

@media screen and (min-width: 1360px) {
    .uc-max1359 {
        display: none !important;
    }
}

@media screen and (max-width: 1359px) {
    .uc-min1360 {
        display: none !important;
    }
}

/* ШРИФТ В БЛОКЕ С КАРТИНКАМИ */

.t603__title {
    font-weight: 400;
    font-size: 27px;
    line-height: 150%;
}
@media screen and (max-width: 1359px) {
    .t603__title {
        font-size: 24px !important;
    }
}
@media screen and (max-width: 959px) {
    .t603__title {
        font-size: 20px !important;
    }
}

/* MARGIN В ZERO */

.uc-margin-40 {
    margin: 0 40px 0 40px !important;
}
@media screen and (max-width: 959px) {
    .uc-margin-40 {
        margin: 0 0 0 0 !important;
    }
}

/* ФОРМА ENG */

.uc-brief-eng .t-img-select__indicator_3-2 {
    padding-bottom: 0 !important;
}

.uc-brief-eng .t-img-select__item {
    width: fit-content !important;
    margin: 0 !important;
    /*border: 1px solid #4D4D4D !important;
    border-radius: 100px !important;
    margin: 5px 10px 5px 5px !important;*/
}

.uc-brief-eng .t-img-select__control {
    padding: 15px 30px 15px 30px !important;
    width: fit-content !important;
    border: 1px solid #4D4D4D !important;
    border-radius: 100px !important;
    margin: 5px !important;
}

.uc-brief-eng .t-img-select__indicator:after {
    top: -20px !important;
    left: -40px !important;
}

.uc-brief-eng .t-input-title {
    font-size: 16px !important;
    /* text-transform: uppercase; */
    padding-bottom: 20px !important;
}

.uc-brief-eng .t-text {
    font-size: 56px !important;
    line-height: 110% !important;
}
@media screen and (max-width: 1359px) {
    .uc-brief-eng .t-text {
        font-size: 36px !important;
    }
}
@media screen and (max-width: 959px) {
    .uc-brief-eng .t-text {
        font-size: 26px !important;
    }
}

.uc-brief-eng .t-input-group {
    margin-bottom: 40px !important;
}
@media screen and (max-width: 1359px) {
    .uc-brief-eng .t-input-group {
        margin-bottom: 30px !important;
    }
}

.uc-brief-eng .t-input-group_tx {
    margin-bottom: 20px !important;
}

.uc-brief-eng .t-text_xs {
    font-size: 16px !important;
}
@media screen and (max-width: 959px) {
    .uc-brief-eng .t-text_xs {
        font-size: 14px !important;
    }
}

.uc-brief-eng .t-upwidget-container__button {
    border: 1px solid #ffffff !important;
}

.uc-brief-eng .t-form__errorbox-item {
    font-size: 16px !important;
}

.t678 .t-form_bbonly .t-input-block {
    margin-bottom: 0px !important;
}