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

.KNOP-1 {
	border: 0px solid #FFFFFF;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	border-radius: 7px;
	padding: 1.1em 1.3em 1.1em 1.3em;
	transition: 0.2s;
	white-space: nowrap;
	background-color: #FF511C;
	line-height: 2.8em;
	font-weight: 500;
}
.KNOP-1:hover {
	background-color: #FF3B00;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 500;
}
.KNOP-2{
	border: 0px solid #CCCCCC;
	text-decoration: none;
	text-align: center;
	color: #333333;
	background-color: #FFFFFF;
	border-radius: 7px;
	padding: 1.1em 1.3em 1.1em 1.3em;
	line-height: 2.8em;
	transition: 0.2s;
	white-space: nowrap;
	font-weight: 500;
}
.KNOP-2:hover {
	text-decoration: none;
	color: #333333;
	background-color: #CCCCCC;
}
.KNOP-3 {
	border: 2px solid #CCCCCC;
	text-decoration: none;
	text-align: center;
	color: #CCCCCC;
	border-radius: 7px;
	padding: 0.9em 1.1em 0.9em 1.1em;
	line-height: 2.8em;
	white-space: nowrap;
	display: inline;
	cursor: pointer;
}
.KNOP-3:hover {
	border: 2px solid #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
}
.KNOP-4 {
	border: 2px solid #FF511C;
	text-decoration: none;
	text-align: center;
	color: #FF511C;
	border-radius: 7px;
	padding: .6em 1.1em .6em 1.1em;
	line-height: 1.7em;
	transition: 0.2s;
	white-space: nowrap;
	line-height: 1.2em;
	border-radius: 77px;
}
.KNOP-4:hover {
	background-color: #ff511c;
	text-decoration: none;
	color: #FFFFFF;
}

.KNOP-5 {
				border: 2px solid #D72B00;
				text-decoration: none;
				text-align: center;
				color: #D72B00;
				border-radius: 7px;
				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;
}

.KNOP-6 {
				border: 1px solid #808080;
				text-decoration: none;
				text-align: center;
				color: #000000;
				border-radius: 55px;
				padding: .6em 1.5em .6em 1.0em;
				transition: 0.3s;
				white-space: nowrap;
}
				
.KNOP-6:hover {
				background-color: #F1F1F1;
				text-decoration: none;
				color: #000000;
}

.KNOP-7 {
	--br: 7px;
	color: #FFFFFF;
	background-color: #FF511C;
	padding: 1.1em 1.2em 1.1em 1.3em;
	border-radius: var(--br);
	transition: 0.3s;
	text-decoration: none;
}
.KNOP-7:hover {
	--br: 50px;
	text-decoration: none;
	color: #FFFFFF;
}

.KNOP-8 {
	--br: 7px;
	color: #FF511C;
	border: 2px solid #FF511C;
	background-color: #FFF;
	padding: 0.9em 1.1em 0.9em 1.1em;
	border-radius: var(--br);
	transition: 0.3s;
	text-decoration: none;
}
.KNOP-8:hover {
	--br: 50px;
	text-decoration: none;
	color: #FF511C;
}


.MARKER-1 {
	border-left-style: solid;
	border-left-width: 14px;
	border-left-color: #FF511C;
	padding-left: 5px;
	line-height: 1em;
	font-weight: 700;
	color: #999999;
}
.CHAST-2 {
				margin: 0px;
				padding: 0px;
				width: 27px;
				height: 27px;
				border-radius: 35px;
				font-size: 0.7em;
				background-color: #DA9259;
				color: #FFFFFF;
				font-weight: 500;
}
.LN-Z {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E0E0E0;
	padding-bottom: 15px;
}
.CT-Z {
	color: #FF511C;
}


/* ВЫСОТА ГЛАВНОГО ЭКРАНА */

.VIS-GE {
				height: calc(100vh - 60px)
}





/* ИКОНКИ */


.ICON-TIME::before {
				content: "";
				display: inline-block;
				width: 16px;
				height: 16px;
				background-image: url('../img/icon-time.png');
				background-size: cover;
				margin-right: 10px;
				vertical-align: -3px}


.ICON-DOST::before {
				content: "";
				display: inline-block;
				width: 16px;
				height: 16px;
				background-image: url('../img/icon-dost.png');
				background-size: cover;
				margin-right: 10px;
				vertical-align: -3px;
}

.ICON-KORZ::before {
				content: "";
				display: inline-block;
				width: 20px;
				height: 20px;
				background-image: url('../img/korzina.png');
				background-size: cover;
				margin-right: 5px;
				vertical-align: -5px;
}

.ICON-OPLATA::before {
				content: "";
				display: inline-block;
				width: 16px;
				height: 16px;
				background-image: url('../img/icon-oplata.png');
				background-size: cover;
				margin-right: 10px;
				vertical-align: -3px;
}

.ICON-VIDEO::before {
				content: "";
				display: inline-block;
				width: 1.7em;
				height: 1.7em;
				background-image: url('../img/icon-video.png');
				background-size: cover;
				margin-right: 0.7em;
				vertical-align: -0.48em;
				margin-left: -1.1em;
}



.KNOP-KORZ{
				border: 0px solid #CCCCCC;
				text-decoration: none;
				text-align: center;
				color: #000000;
				background-color: #FFCF61;
				border-radius: 37px;
				padding: 0.6em 1.3em ;
				line-height: 3.8em;
				transition: 0.2s;
				white-space: nowrap;
}
.KNOP-KORZ:hover {
				background-color: #FFC744;
				text-decoration: none;
				color: #000000;
				}



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


.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: 10px;
}
.MENU-SSILKA-CH a:hover {
	color: #FF511C;
	text-decoration: none;
}
.MENU-SSILKA-CH a.active {
	color: #FF511C;
	font-weight: 600;
}
.MENU-SSILKA-CH a.active:hover {
	color: #FF511C;
	border-bottom-width: 0px;
}



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

/* ССЫЛКИ В ЛИСТИНГАХ */


.STATI-SSILKA a {
				color: #000000;
				
}
.STATI-SSILKA a:hover {
				color: #000000;
				
}

.STATI-SSILKA a:hover H2{
				color: #008FD5;
	
}

.PROMO-SSILKA a {
				color: #000000;
				cursor: default;
}
.PROMO-SSILKA a:hover {
				color: #000000;
				
}




.LISTING-SSILKA a  {
				color: #000000;
				text-decoration: none;
}
.LISTING-SSILKA a:hover {
				color: #000000;
				border-bottom-style: solid;
				border-bottom-width: 1px;
				border-bottom-color: #CCCCCC;
}

.SSIL-1 {
	color: #333333;
	text-decoration: none;
	font-weight: 700;
}
.SSIL-1:hover {
	color: #333333;
	text-decoration: underline;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #FFFFFF;
	font-weight: 700;
}
.SSIL-2 {
	color: #FF511C;
	text-decoration: none;
	font-weight: 700;
}
.SSIL-2:hover {
	color: #FF511C;
	text-decoration: none;
	border-bottom-color: #FF511C;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.SSIL-3 {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1;
}
.SSIL-3:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


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


.F-6 {
				background: #F2F2F2;
				background: linear-gradient(160deg,rgba(255, 255, 255, 1) 0%, rgba(220, 225, 230, 1) 100%);}

.F-7 {
				background: #373745;
				background: linear-gradient(150deg, rgba(55, 55, 69, 1) 0%, rgba(30, 30, 36, 1) 90%);}


.F-8 {
	background-color: #202026
}



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

.CT-1{
				color: #CC3300
}

.CT-2{
				color: #EC5F00
}

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

.FORMA table td .Otpravka {
	border-style: none;
	--br: 7px;
	background-color: #ff511c;
	color: #FFFFFF;
	border-radius: var(--br);
	transition: 0.3s;

}
.FORMA table td .Otpravka:hover {
	--br: 50px;
}

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

.KNOP-6 {
				
				padding: .8em 1.4em;
				
}


.BLOK-KORZ{
				margin: 0px;
				position: fixed;
				bottom: 0px;
				left: 0px;
				display: block;
				z-index: 10000;
				width: 100%;
}




.KNOP-KORZ{
				border: 0px solid #CCCCCC;
				border-radius: 0px;
				padding: 0.45em 0em ;
				line-height: 1.9em;				
				display: block;
				z-index: 10000;
				width: 100%;
}
.LN-Zm {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E0E0E0;
	padding-bottom: 5px;
}}



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

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



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


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

/* СВОЙ ТИП ТАБЛИЦЫ */

.MYTAB {
	border-collapse: separate;
	border-spacing: 8px;
}

.AKK-VOPROS  {
	padding: .8em 3.5em .8em 1.5em;
	margin: 8px 0px 0px 0px;
	cursor: pointer;
	position: relative;
}
.BEB {
	font-family: "Bebas Neue Cyrillic";
}
.OLD {
	text-decoration: line-through;
}
.OP {
	text-decoration: line-through;
}
through;
}