.video-placeholder {
    width: 100%; /* Занимает всю ширину родительского контейнера */
    max-width: 100%; /* Ограничивает ширину */
    aspect-ratio: 16 / 9; /* Соотношение сторон YouTube-видео */
    background-color: #e0e0e0; /* Серый фон */
    border-radius: 12px; /* Закруглённые углы */
    overflow: hidden; /* Обрезаем содержимое по границам */
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Тень для объёма */
    margin: 20px 0; /* Отступы сверху и снизу */
}

.video-thumbnail {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #333, #000); /* Градиентный фон */
    border-radius: 12px; /* Закруглённые углы */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff; /* Белый текст */
    font-size: 18px;
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}
#dmcrm{
	background:url('/design/images/logo_gds.png') no-repeat  center 325px;
	padding-top:100px; padding-bottom:80px; /*background-color:#3a3a3a*/
	}
	
	.cookie-message {
            position: fixed;
            z-index: 1000;
            bottom: 20px;
            left: 20px;
            right: 20px;
            max-width: 350px;
            padding: 0;
            font-family: Arial, sans-serif;
            animation: fadeIn 0.5s ease-in-out;
            display: none;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .cookie-message-inner {
            display: grid;
            justify-items: start;
            grid-gap: 15px;
            font-size: 14px;
            padding: 20px;
            line-height: 1.5;
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.15);
        }
        
        .cookie-message-text {
            color: #5a5a5a;
        }
        
        .cookie-message-link {
            color: #01356f;
            text-decoration: underline;
        }
        
        .cookie-message-inner .button {
            background: #e1e1e1;
            color: #878787;
            border: none;
            padding: 8px 20px;
            border-radius: 5px;
            cursor: pointer;
            font-size: 14px;
            transition: all 0.3s ease;
        }
        
        .cookie-message-inner .button:hover {
            background-color: #01356f;
            color: #fff;
        }
        .maintube{ margin-top:-150px;}
		@media (max-width: 768px) {
  .maintube{ margin-top:-30px;}
}