﻿/* СВОЙ СТИЛЬ КНОПКИ */

.KNOP-1 {
	border: 0px solid #FFFFFF;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	border-radius: 7px;
	padding: .6em 1.1em;
	transition: 0.2s;
	white-space: nowrap;
	background-color: #FF931E;
	line-height: 2.8em;
}
.KNOP-1:hover {
	background-color: #FF931E;
	text-decoration: none;
	color: #FFFFFF;
}
.KNOP-2{
	border: 0px solid #CCCCCC;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	background-color: #FF931E;
	border-radius: 7px;
	padding: 0.95em 1.6em 0.95em 1.6em;
	line-height: 3.8em;
	transition: 0.2s;
	white-space: nowrap;
}
.KNOP-2:hover {
				background-color: #BD2600;
				text-decoration: none;
				color: #FFFFFF;
}


.KNOP-3 {
				border: 2px solid #D72B00;
				text-decoration: none;
				text-align: center;
				color: #D72B00;
				border-radius: 7px;
				padding: 0.83em 1.6em 0.83em 1.6em;
				line-height: 3.8em;
				transition: 0.2s;
				white-space: nowrap;
}
.KNOP-3:hover {
				border: 2px solid #BD2600;
				text-decoration: none;
				color: #BD2600;
}

.KNOP-4 {
				border: 0px solid #FFFFFF;
				text-decoration: none;
				text-align: center;
				color: #FFF;
				border-radius: 3px;
				padding: .75em 1.2em;
				line-height: 1.7em;
				transition: 0.2s;
				white-space: nowrap;
				background-color: #D72B00;
				line-height: 2.8em;
}
.KNOP-4:hover {
				background-color: #BD2600;
				text-decoration: none;
				color: #FFFFFF;
}

.KNOP-5 {
				border: 2px solid #D72B00;
				text-decoration: none;
				text-align: center;
				color: #D72B00;
				border-radius: 3px;
				padding: .6em 1.2em;
				line-height: 1.7em;
				transition: 0.2s;
				white-space: nowrap;
				line-height: 2.8em;
}
.KNOP-5:hover {
				background-color: #F6F6F6;
				text-decoration: none;
				color: #D72B00;
}




/* СВОЙ ЦВЕТ ЗАКЛАДКИ */


.TABY > tbody > tr > td li.TABY-AKTIV {
				background-color: #CC3300;
				color: #FFFFFF;
}


.ZAKL > tbody > tr > td li.TABY-AKTIV {
				color: #000000;
				background-color: #9BE7FF;

}



/* СВОЙ СТИЛЬ ССЫЛКИ В ВЕРХНЕМ МЕНЮ */

.MENU-SSILKA-CH a {
				color: #333333;
				text-decoration: none;
				margin-right: 20px;
}
.MENU-SSILKA-CH a:hover {
				color: #000000;
				text-decoration: none;
				border-bottom-style: solid;
				border-bottom-width: 1px;
				border-bottom-color: #A6A6A6;
}

.MENU-SSILKA-B a {
				color: #FFFFFF;
				text-decoration: none;
				margin-right: 20px;
}
.MENU-SSILKA-B a:hover {
				color: #FFFFFF;
				text-decoration: none;
				border-bottom-style: solid;
				border-bottom-width: 1px;
				border-bottom-color: #FFFFFF;
}


.SSIL-1 {
				color: #333333;
				text-decoration: none;
}
.SSIL-1:hover {
				color: #000000;
				text-decoration: none;
				border-bottom-style: solid;
				border-bottom-width: 1px;
				border-bottom-color: #A6A6A6;
}

.SSIL-2 {
				color: #FFFFFF;
				text-decoration: none;
				margin-right: 20px;

}

.SSIL-2:hover {
				color: #FFFFFF;
				text-decoration: none;
				border-bottom-color: #FFFFFF;
				border-bottom-style: solid;
				border-bottom-width: 1px;
				
}

.MOBMENU a.active{
				color: #FF0000;
}



/* СВОЙ ЦВЕТ ФОНА */


.F-6 {
				background: #FF9900}



/* СВОЙ ЦВЕТ ТЕКСТА */

.CT-1{
				color: #CC3300
}

.CT-2{
				color: #EC5F00
}

/* СВОЙ СТИЛЬ КНОПКИ ОТПРАВИТЬ*/

.FORMA table td .Otpravka {
background-color: #CC3300;
color: #FFF;
}

.FORMA table td .Otpravka:hover {
background-color: #B72E00;
cursor:pointer
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* Пропорции 16:9 */
    height: 0;
    overflow: hidden;
    background-color: #000;
    cursor: pointer;
}

.video-wrapper img {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover; /* Картинка заполнит весь блок */
    transition: opacity 0.3s;
}

.video-wrapper:hover img {
    opacity: 0.8;
}

/* Рисуем кнопку Play */
.play-btn {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 70px; height: 70px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    z-index: 1;
}

.play-btn::before {
    content: "";
    position: absolute;
    top: 20px; left: 27px;
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent #fff;
}

/* Стили отзывов */
.REVIEW-CARD {
    background: #fff;
    padding: 25px;
    margin-bottom: 30px;
    border-left: 5px solid #D72B00; /* Твой фирменный цвет */
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.REVIEW-HEADER {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.REVIEW-NAME {
    font-weight: bold;
    font-size: 18px;
    color: #333;
}
.REVIEW-STARS {
    color: #FF9900;
    font-size: 18px;
}
.REVIEW-TEXT {
    font-style: italic;
    line-height: 1.6;
    color: #555;
    margin-bottom: 10px;
}
.REVIEW-SOURCE {
    font-size: 12px;
    color: #999;
    text-align: right;
}


/* Калькулятор */

/* СТИЛИ КАЛЬКУЛЯТОРА */
.CH-CALC-CONTAINER {
    padding: 40px 10px;
    background-color: #f9f9f9; /* Светлый фон для выделения блока */
    text-align: center;
}
.CH-CALC-BLOCK {
	max-width: 500px;
	margin: 0 auto;
	background: #fff;
	padding: 30px;
	border: 2px solid #FF931E; /* Твой фирменный цвет */
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.CH-CALC-ROW {
    margin-bottom: 20px;
    text-align: left;
}
.CH-CALC-ROW label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px;
}
.CH-CALC-ROW input, .CH-CALC-ROW select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
}
.CH-CALC-RESULT {
    background: #FFF5F2;
    padding: 20px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 20px 0;
}
.CH-CALC-RESULT span {
	color: #FF931E;
	font-size: 24px;
}



@media screen and (max-width:790px) {


/* СВОЙ ЦВЕТ ФОНА НА МОБИЛЬНЫХ */

.Fm-6 {
				background-color: #FF9900
}



/* СВОЙ ЦВЕТ ТЕКСТА НА МОБИЛЬНЫХ */


.CTm-1{
				color: #3399FF
}}

