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

.KNOP-1 {
	border: 0px solid #FFFFFF;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	border-radius: 27px;
	padding: .6em 1.1em;
	transition: 0.2s;
	white-space: nowrap;
	background-color: #0000FF;
	line-height: 2.8em;
}
.KNOP-1:hover {
	background-color: #0033CC;
	text-decoration: none;
	color: #FFFFFF;
}

.KNOP-2{
	border: 0px solid #CCCCCC;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	background-color: #0000FF;
	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: #0033CC;
	text-decoration: none;
	color: #FFFFFF;
}


.KNOP-3 {
	border: 1px solid #0000FF;
	text-decoration: none;
	text-align: center;
	color: #0000FF;
	border-radius: 77px;
	padding: 0.57em 1.5em 0.57em 1.5em;
	line-height: 2.8em;
	white-space: nowrap;
	display: inline;
	cursor: pointer;
}
.KNOP-3:hover {
	border: 1px solid #0033CC;
	text-decoration: none;
	color: #0033CC;
}

.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: #0000FF;
	line-height: 2.8em;
}
.KNOP-4:hover {
	background-color: #0033CC;
	text-decoration: none;
	color: #FFFFFF;
}
.KNOP-5 {
	border: 2px solid #0000FF;
	text-decoration: none;
	text-align: center;
	color: #0000FF;
	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: #0033CC;
}

.KNOP-6 {
				border: 1px solid #E3E3E3;
				text-decoration: none;
				text-align: center;
				color: #000000;
				border-radius: 55px;
				padding: .5em 1.1em .5em 1.1em;
				transition: 0.1s;
				white-space: nowrap;
				background-color: #F1F1F1;
				margin-right: 3px;
				line-height: 2.99;
}
				
.KNOP-6:hover {
				background-color: #E9E9E9;
				text-decoration: none;
				color: #000000;
}

.KNOP-7 {
				border: 1px solid #DADADA;
				text-decoration: none;
				text-align: center;
				color: #333333;
				border-radius: 55px;
				padding: .5em 1.1em .5em 1.1em;
				transition: 0.1s;
				white-space: nowrap;
				background-color: #FFFFFF;
				margin-right: 3px;
				line-height: 2.99;
}
.KNOP-7:hover {
	background-color: #0000FF;
	text-decoration: none;
	color: #FFFFFF;
}


.MARKER-1 {
	border-left-style: solid;
	border-left-width: 5px;
	border-left-color: #0000FF;
	padding-left: 15px;
	line-height: 1.3em;
}
.CHAST-2 {
	margin: 0px;
	padding: 0px;
	width: 27px;
	height: 27px;
	border-radius: 35px;
	font-size: 0.7em;
	background-color: #0000FF;
	color: #FFFFFF;
	font-weight: 500;
}
.LN-Z {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #8A8AFF;
}
.LV-Z {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #8E8EFF;
}

.CT-Z {
	color: #0000FF;
}


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

.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: #474747;
				text-decoration: none;
				margin-right: 10px;
}
.MENU-SSILKA-CH a:hover {
				color: #000000;
				text-decoration: none;
				border-bottom-style: solid;
				border-bottom-width: 1px;
				border-bottom-color: #000000;
}

.MENU-SSILKA-CH a.active {
	color: #0000FF;
}
.MENU-SSILKA-CH a.active:hover {
	color: #0000CA;
	border-bottom-width: 0px;
}



.MENU-SSILKA-B a {
				color: #FFFFFF;
				text-decoration: none;
				margin-right: 10px;
}
.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: #333333;
}

.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;
}
.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;
				
}

.SSIL-3 {
	color: #0000FF;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D67C3A;
}
.SSIL-3:hover {
	color: #0033CC;
	text-decoration: none;
}
.MOBMENU a.active{
	color: #0000FF;
}



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


.F-6 {
	background: #0000FF
}



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

.CT-1{
	color: #0000FF
}
.CT-2{
	color: #0000FF
}

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

.FORMA table td .Otpravka {
	background-color: #0000FF;
	color: #FFF;
}
.FORMA table td .Otpravka:hover {
	background-color: #0033CC;
	cursor: pointer;
}




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

.KNOP-6 {
				
				padding: .4em 1.0em;
				
}


.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%;
}





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

.Fm-6 {
	background-color: #0000FF
}



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


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

