/* Блок с текстом на подложке: иконка */
.t265__icon {
        display: none !important;
    }
/* Кнопка в меню */
    .t228 .t-btn {
        height: 55px !important;
    }
/* Этапы. Стилизация карточек */
    /* Первая карточка в ряду выделяется: фон пропадает, заголовок и текст становятся белыми */
        .t850__row:first-child .t850__col:first-child .t850__inner-col {
            background-color: rgba(0,0,0,0) !important;
        }
        .t850__row:first-child .t850__col:first-child .t850__inner-col .t-name {
            color: #fff !important;
            font-size: 34px !important;
        }
        .t850__row:first-child .t850__col:first-child .t850__inner-col .t-descr {
            color: #fff !important;
            font-size: 26px !important;
        }
        .t850__row:first-child .t850__col:first-child .t850__wrap:first-child {
            padding: 30px 0px 30px 0px !important;
        }
/* Первый экран: фон под заголовком, высота блока */
    .t996__title {
        background: #48aee6;
        padding: 40px 0px 40px 40px;
    }
    .t996__wrapper {
        height: 80vh !important;
    }
/* Адаптив */
    @media (min-width: 1201px) {
        /* Фото Дмитрия на втором экране */
            .t544__blockimg {
                height: 650px !important;
            }
    }
    @media (max-width: 1200px) {
        /* Этапы: первая карточка в ряду */
            .t850__row:first-child .t850__col:first-child .t850__inner-col .t-name {
                font-size: 24px !important;
            }
            .t850__row:first-child .t850__col:first-child .t850__inner-col .t-descr {
                font-size: 20px !important;
            }
            .t850__row:first-child .t850__col:first-child .t850__wrap:first-child {
                padding: 45px 0px 30px 0px !important;
            }
        /* Меню и кнопка в меню */
            .t-menu__link-item {
                font-size: 16px !important;
                font-weight: medium !important;
            }
            .t-menu__link-item:last-child {
                font-size: 14px !important;
                line-height: 50px !important;
                font-weight: medium !important;
                text-transform: uppercase !important;
                border: 2px solid #fff !important;
                margin-top: 20px;
                display: inline-block;
                height: 50px !important;
                text-align: center;
                padding: 0px 30px;
            }
        /* Блок с текстом на подложке: отступы */
            .t265__wrapper {
                padding: 30px 30px 28px 30px !important;
            }
    }
    @media (max-width: 960px) {
        /* Фото Дмитрия на втором экране */
        .t544__blockimg {
            object-fit: cover !important;
            background-position: top !important;
            height: 500px !important;
        }
        /* Заголовки блоков */
            .t544__title, .t795__title, .t702__title {
                font-size: 32px !important;
            }
        /* Тексты */
            .t544__text, .t119__preface, .t-name_md, .t-descr_sm, .t-text_md, .t-descr_xs {
                font-size: 16px !important;
            }
        /* Тексты, подлежащие выделению */
            .t-descr_xs {
                font-size: 18px !important;
            }
        /* Этапы: первая карточка в ряду */
            .t850__row:first-child .t850__col:first-child .t850__wrap:first-child {
                padding: 0px 0px 30px 0px !important;
            }
        /* Отступ между пунктами с галочкой */
            .t820 .t-col:not(:last-child) {
                margin-bottom: 20px !important;
            }
    }
    @media (max-width: 640px) {
        /* Отступы между блоками */
            .t-rec_pb_135, .t-rec_pb_150 {
		        padding-bottom: 90px !important;
	        }
	        .t-rec_pt_120, .t-rec_pt_135, .t-rec_pt_150, #rec341897587, #rec341897598 {
	            padding-top: 45px !important;
	        }
            .t-rec_pb_90 {
	            padding-bottom: 45px !important;
	        }
	        #rec341944341, #rec341944619 {
	            padding-bottom: 25px !important;
	        }
	   /* Текст на подложке */
	        .t265__wrapper {
	            margin: 0px !important;
	        }
    }
    @media (max-width: 480px) {
        /* Заголовки блоков */
            .t544__title, .t795__title, .t702__title {
                font-size: 24px !important;
            }
        /* Отступы между блоками */
            #rec341897559, #rec341897564 {
                padding-bottom: 60px !important;
            }
    }
.welcome-pt-overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(0, 0, 0, .5);
    z-index: 8000;
    transition: all 0.3s;
    font-family: Arial, sans-serif;
}

.welcome-pt-message {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    max-width: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 8001;
    box-shadow: 0 11px 15px -7px rgb(0 0 0 / 20%), 0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%);
    text-align: center;
    padding: 30px;
    margin: 16px 0;
    border-radius: 4px;
    background-color: #fff;
    box-sizing: border-box;
    transition: all 0.3s;
    font-family: Arial, sans-serif;
}

@media (max-width: 532px) {
    .welcome-pt-message {
        width: auto;
        left: 16px;
        right: 16px;
        transform: translate(0, -50%);
    }
}

.is-active.welcome-pt-overlay,
.is-active .welcome-pt-message {
    opacity: 1;
    visibility: visible;
}

.site-form-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 40px;
    font-weight: 300;
    color: #3d424b;
    font-family: Arial, sans-serif;
}

@media (max-width: 532px) {
    .site-form-title {
        margin-bottom: 14px;
        font-size: 30px;
        line-height: 36px;
    }
}

.site-form-text {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0;
    font-family: Arial, sans-serif;
}

.site-form-buttons {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.welcome-pt-close {
    height: 50px;
    line-height: 50px;
    min-width: 180px;
    padding: 0 32px;
    border: none;
    font-size: 16px;
    white-space: nowrap;
    color: #fff !important; /* Добавлено !important, чтобы точно переопределить цвет текста */
    cursor: pointer;
    text-decoration: none;
    border-radius: 5px;
    background-color: #48AEE6;
    transition: all 0.3s ease 0s;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .02em;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    font-family: Arial, sans-serif;
}

.welcome-pt-close:hover {
    background-color: #48AEE6;
    color: #fff !important; /* Убедимся, что при наведении цвет текста также белый */
}

}
