/*
.button_yellow-115 {
	font-size: 1rem;
	font-weight: bold;
	border-style: solid;
	border-color: #F1C405 #FBCD01 #A2800A #B49B16;
	background: #FFE061;
	font-family: Tahoma, Geneva, sans-serif;
	width: 40px;
	height: 40px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	transform-origin: 0 100%;
	margin: 10px 0 10px 40px;
	display: inline-block;
	position: relative;
}
.button_yellow-115::after {
    content: "РЕЖ";
    transform: rotate(45deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 100% 100%;
    position: absolute;
    top: 3px;
    left: 1px;
}

.button_yellow-115::before {
	content: "";
transform: rotate(45deg);
-webkit-transform-origin: 0 100%;
-moz-transform-origin: 0 100%;
-ms-transform-origin: 0 100%;
-o-transform-origin: 0 100%;
transform-origin: 100% 100%;
position: absolute;
left: 50%;
display: block;
width: 0px;
height: 0;
transform: translate(-50%, -50%);
z-index: 0;
border-left: 30px solid transparent;
border-right: 30px solid transparent;
border-top: 30px solid red;
}
.button_yellow-115::after {
	content: "";
transform: rotate(45deg);
-webkit-transform-origin: 0 100%;
-moz-transform-origin: 0 100%;
-ms-transform-origin: 0 100%;
-o-transform-origin: 0 100%;
transform-origin: 100% 100%;
position: absolute;
top: 0;
left: 50%;
display: block;
width: 0px;
height: 0;
border-left: 30px solid transparent;
border-right: 30px solid transparent;
border-bottom: 30px solid red;
transform: translate(-50%, -50%);
z-index: 0;
}
*/

@import url('https://fonts.googleapis.com/css2?family=DotGothic16&display=swap');


body {
	margin-top: 0.8rem;
	text-align: left;
	max-width: 1448px;
	height: auto;
	border: 1px none #000;
	display: block;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
}
html {
	font-size: 1rem;
	height: 100%;
}
h1, h2, h3, h5 {
	color: #000;
	margin: 0;
	padding-bottom:0.3rem;
}
h1 {
	letter-spacing: -1px;
	font-size: 1.3rem;
	margin-bottom: 0.4rem;
	padding-bottom: 1px;
	margin-left: 0.5rem;
	border-bottom:0.15rem solid #D6D6D6;
}
h2 {
	font-size: 1.2rem;
	margin-top: 1.1rem;
	border-bottom: 0.05rem solid #e1e1e1;
	margin-left: 0.5rem;
}
h3 {
	font-size: 1.1rem;
	margin-top: 1rem;
	border-bottom: 1px solid #ddd;
	margin-left: 0.5rem;
	position: relative;
}
.contaforguide > ul, .contaforguide > p, #colTwo > ul:not(.menugoriz), #colTwo > p {
	line-height: 35px;
}
.contaforguide h3::after, #colTwo h3::after {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    background-image: url('data:image/svg+xml,\00003csvg focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\00003cpath fill="rgba(0,0,0,.54)" d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z">\00003c/path>\00003c/svg>');
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}
.contaforguide h3.opened::after, #colTwo h3.opened::after {
	transform-origin: center;
    transform: translate(-50%, -50%) rotate(-180deg) ;
}
h3:hover {
	cursor: pointer;
}
h4 {
	margin: 0.5rem 0 0 0.5rem;
	color: #F00;
}
p {
	/*text-indent: 10px;*/
	margin: 2px 2px 2px 0.5rem;
	padding: 7px 0 7px 0;
}

.carus_nabory .slick-slide {
    display: flex;
	margin:0 10px;
    border: 2px solid #1c75bc;
    border-radius: 4px;
    height: auto;
	padding-bottom:20px;
    align-items: center;
    justify-content: center;
}

/* Header */
#header {
	width: 100%;
	max-width: 1448px;
	height: 100%;
	padding: 0px;
	margin: 0;
}
a {
	color: #03F;
	text-decoration: underline;
}
a:hover {
	color: #006BB3;
	text-decoration: none;
}
a:visited {color:#551A8B;}
img {
	max-width: 100%;
	height: auto;
}
td {padding: 0.235em;}

/* Menu */
#menu1 {
	position: relative;
	z-index: 100;
	float: left;
	width: 100%;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/*border-bottom-right-radius: 2px;*/
}
#menu1 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: bold; 
	font-size: 0.9rem;
	background-color: #09C;
}
#menu1 img {height: auto;}
#menu1 li {
	text-align: left;
	margin: 2px;
}
#menu1 a {
	display: block;
	/*width: 97%;*/
	padding: 0.3rem;
	/*background-color: #09C;
	font-size: 0.9rem;*/
	color: #eee;
	text-decoration: none;
	text-shadow: 0.5px 0.5px 0 rgba(0,0,0,0.5);
}
#menu1 a:hover {
	background-color: #75C1D4;
	color: #fff;
	width: 97%;	
}
#menu1 ol {list-style: none;}
#menu1 .newkkt a {font-size: 0.8rem;}
#menu1 .oldy {font-size: 0.8rem;}
#menu1 .parent {position: relative;}
#menu1 .children{
	position: absolute;
	width: 100%;
	left: 100%;
	top: -9999px;
	opacity: 0;
	border-left: 10px solid transparent;
	transition: 0.5s opacity;
}
#menu1 .children a {font-size: 0.78rem;}
#menu1 .parent:hover .children{
	opacity: 1;
	top: 0;
}

/* Content */
#content {
	width: 100%;
	max-width: 1448px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-width: 0px;
	border-style: none;
}
#colOne {
	float: left;
	width: 19%;
	margin-top: 0;
	padding-right: 0px;
	padding-left: 1px;
	border-right: 1px solid #ddd;
}
#colTwo {
	float: right;
	margin-bottom: 15px;
	padding-top: 0px;
	width: 80%;
	height: 100%;
    /* border: 1px solid #999; */
	list-style-type: none;
	color: #333;
    /* border-radius: 2px;*/
}
#colTwo p li {
	display: block;
	margin: 1rem;
	padding: 0;
}
#colTwo a img {border-style: none;}
.zoom_icon {cursor: zoom-in;}
.zoom_icon:hover span {
	display: block;
	background-image:url(images/icons/zoom.png); 
	background-repeat:no-repeat; 
	width:24px; height:24px; 
	position:absolute; 
	left:15px; 
	top:15px;
}
.container {height: 100%;}
.cont-in1 {
	float: left;
    width: 25%;
	text-align: center;
}
.cont-in2 {
	float: left;
    width: 100%;
	text-align: center;
}
.cont-in1-in {
	margin: 0.5rem;
	height: 100%;
    /*border: 1px solid #D6D6D6;*/
    flex-direction: column;
    justify-content: space-between;
}
.cont-in1-in a {
	display: block;
	padding: 1rem;
    text-align: center;
    height: 100%;
	color: #333;
	text-decoration: none;
	border: 1px solid #fff;
}
.current {display: none}
.kassa33 {
	float: left;
    width: 33%;
	height: 100%;
	text-align: left;
}
.kassa25 {
	float: left;
    width: 25%;
	height: 100%;
	text-align: left;
}
.kassa50 {
	float: left;
    width: 50%;
	height: 100%;
	text-align: left;
}
.kassa60 {
	float: left;
    width: 60%;
	height: 100%;
	text-align: left;
}
.kassa40 {
	float: left;
    width: 40%;
	height: 100%;
	text-align: left;
}
.kassa20 {
	float: left;
    width: 20%;
	height: 100%;
	text-align: left;
}
.kassa75 {
	float: left;
    width: 75%;
	height: 100%;
	text-align: left;
}
.kassa100 {
	float: left;
    width: 100%;
	height: 100%;
	text-align: left;
}
.price_container {
	margin: 1rem;
	background: #f2f2f2;
	padding: 1.5rem;		
}
.price_container_1 {
	padding-bottom: .5rem;
	text-decoration: none;
}
.price_container_1 a {text-decoration: none;}
.cont-in1-in a:hover {
	border: 1px solid #999;
	color: #222;
	text-decoration: none;
}
.cont-in1-in a:active {
	color: #333;
	text-decoration: none;
}
.cont-in1-in a:visited {
	color: #444;
	text-decoration: none;
}
.margin-news ul {
	list-style: none;
	line-height: 1.8;
}
.center {
	padding: 1rem;
	margin: 1rem;
	text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
}
.center img {
padding: 0.5rem;
margin: 0.5rem;
}
.center a {text-decoration: none;}
#footer {
	width: 100%;
	padding-top: 0px;
	background-color: #999;
	margin: 0px;
}
#footer p {
	text-align: center;
	padding: 0;
	font-size: 1rem;
}
#menuKassa {
	width: 100%;
	height: auto;
}
#button1 {
	background: #d11816;
	border: 2px solid #eee;
	margin: 5px 0 0 5px;
	overflow: hidden;
	display: block;
	text-align: center;
	line-height: 20px;
	color:#FFF;
	text-decoration:none;
}
#button1:hover {
	background-color: #F00;
	text-decoration:underline;
}
.fonblue {background: #E1F4FF;}
.fonred {
	background: #FFD6D5;
	font-weight: bold;
	border-top: 0.4rem solid #FFD6D5;
    border-left: 0.4rem solid #FFD6D5;
}
.lardger {
	font-size: 13px;
	font-weight: bold;
}
.dlGrid {
width: 100%;
margin-bottom: 15px;
}
ul.menugoriz {
	list-style: none;
    padding-left: 0.5rem;
}
ul.menugoriz li {
	display: inline;
	font-size: 0.9rem;
}
ul.menugoriz li a {
	color: #1c75bc;
    text-decoration: none;
    margin: 0.1rem;
    padding: 0.3rem;
    display: inline-block;
    border: 0.1rem solid #1C75BC;
}
ul.menugoriz li a:hover {background-color: #C8E2F6;}
ul.menugoriz li a.selected {
    color: #fefefe;
    background: #1c75bc;
    padding: 0.3rem;
}

/*Кнопки для инструкций*/

.agat_pink {
	font-size: 1rem;
	font-weight: bold;
    padding: 5px;
    border-width: 2px;
    border-style: solid;
    border-color: black;
    background: #FF78FF;
    border-radius: 5px;
    font-family: Verdana, Geneva, sans-serif;
}

.agat_violet {
	font-size: 1rem;
	font-weight: bold;
    padding: 5px;
    border-width: 2px;
    border-style: solid;
    border-color: black;
    background: #A7A8FF;
    border-radius: 5px;
    font-family: Verdana, Geneva, sans-serif;
}

.agat_yellow {
	font-size: 1rem;
	font-weight: bold;
    padding: 5px;
    border-width: 2px;
    border-style: solid;
    border-color: black;
    background: #FFFF79;
    border-radius: 5px;
    font-family: Verdana, Geneva, sans-serif;
}

.agat_grey {
	font-size: 1rem;
	font-weight: bold;
    padding: 5px;
    border-width: 2px;
    border-style: solid;
    border-color: black;
    background: #C1C1C1;
    border-radius: 5px;
    font-family: Verdana, Geneva, sans-serif;
}

.btn {
    padding: 0 0.3rem;
    border-width: 2px 3px 4px;
    border-style: solid;
    border-color: #cdcdcd #c9c9c9 #9a9a9a #c0c0c0;
    font-size: 1rem;
    color: #000;
    background: #ececec;
    border-radius: 2px;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
}
.button_blue {
	font-size: 1rem;
    font-weight: bold;
    padding: 0 0.3rem;
    border-width: 2px 3px 4px;
    border-style: solid;
    border-color: #56AEF9 #4BABFC #2482d2 #3A78B3;
    background: #90CAFB;
    border-radius: 2px;
    font-family: Tahoma, Geneva, sans-serif;
}
.button_cyan {
	font-size: 1rem;
    font-weight: bold;
    padding: 0 0.3rem;
    border-width: 2px 3px 4px;
    border-style: solid;
    border-color: #66AECC #3BABCC #0B6778 #378FAF;
    background: #66CCCC;
    border-radius: 2px;
    font-family: Tahoma, Geneva, sans-serif;
}
.button_blue_white {
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    padding: 0 0.3rem;
    border-radius: 2px;
    font-family: Tahoma, Geneva, sans-serif;
    background-color: #005EDD;
    border-top: 2px solid #055CA5;
    border-right: 3px solid #0370CD;
    border-bottom: 4px solid #0F375A;
    border-left: 3px solid #20405B;
}
.button_green-115 {
	font-size: 1rem;
    font-weight: bold;
    padding: 0 0.3rem;
    border-width: 2px 3px 4px;
    border-style: solid;
    border-color: #67E26A #44DB46 #22B624 #2C862E;
    background: #88E98A;
    border-radius: 2px;
    font-family: Tahoma, Geneva, sans-serif;
}
.button_green_white-115 {
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    padding: 0 0.3rem;
    border-width: 2px 3px 4px;
    border-style: solid;
    border-color: #40CD26 #359813 #0C730C #287C24;
    border-radius: 2px;
    font-family: Tahoma, Geneva, sans-serif;
    background-color: #299E00;
}
.button_black-115 {
	color: #CFCFCF;
	font-size: 1rem;
    font-weight: bold;
    padding: 0 0.3rem;
    border-width: 2px 3px 4px;
    border-style: solid;
    border-color: #252525 #373737 #222222 #252323;
    background: #444444;
    border-radius: 2px;
    font-family: Tahoma, Geneva, sans-serif;
}
.button_gray-115 {
	font-size: 1rem;
    font-weight: bold;
    padding: 0 0.3rem;
    border-width: 2px 3px 4px;
    border-style: solid;
    border-color: #666 #888 #555 #535353;
    background: #999;
    border-radius: 2px;
    font-family: Tahoma, Geneva, sans-serif;
}
.button_yellow-115 {

	font-size: 1rem;
    font-weight: bold;
    padding: 0 0.3rem;
    border-width: 2px 3px 4px;
    border-style: solid;
    border-color: #F1C405 #FBCD01 #A2800A #B49B16;
    background: #FFE061;
    border-radius: 2px;
    font-family: Tahoma, Geneva, sans-serif;
}
.button_yellow_white-115 {
	color: #aaa;
	font-size: 1rem;
    font-weight: bold;
    padding: 0 0.3rem;
    border-width: 2px 3px 4px;
    border-style: solid;
    border-color: #F1C405 #FBCD01 #A3810C #B8A020;
    background: #FFFF00;
    border-radius: 2px;
    font-family: Tahoma, Geneva, sans-serif;
}
.button_violet_white-115 {
	color: #fff;
	font-size: 1rem;
    font-weight: bold;
    padding: 0 0.3rem;
    border-width: 2px 3px 4px;
    border-style: solid;
    border-color: #C000DD #CC33FF #901099 #CC30FF ;
    background: #CC66CC;
    border-radius: 2px;
    font-family: Tahoma, Geneva, sans-serif;
}
.button_gray_white-115 {
	color: #fff;
	font-size: 1rem;
    font-weight: bold;
    padding: 0 0.3rem;
    border-width: 2px 3px 4px;
    border-style: solid;
    border-color: #666 #888 #555 #777;
    background: #999;
    border-radius: 2px;
    font-family: Tahoma, Geneva, sans-serif;
}
.button_green_white-180 {
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    padding: 0 0.6rem;
    border-width: 2px 3px 4px;
    border-style: solid;
    border-color: #40CD26 #359813 #0C730C #287C24;
    border-radius: 10px;
    font-family: Tahoma, Geneva, sans-serif;
    background-color: #299E00;
}
.button_yellow-180 {

	font-size: 1rem;
    font-weight: bold;
    padding: 0 0.6rem;
    border-width: 2px 3px 4px;
    border-style: solid;
    border-color: #F1C405 #FBCD01 #A2800A #B49B16;
    background: #FFE061;
    border-radius: 10px;
    font-family: Tahoma, Geneva, sans-serif;
}
.button_gray-white-180 {
	color: #fff;
	font-size: 1rem;
    font-weight: bold;
    padding: 0 0.6rem;
    border-width: 2px 3px 4px;
    border-style: solid;
    border-color: #55a6e5 #488ec3 #356a93 #305b7c;
    background: #4484b5;
    border-radius: 10px;
    font-family: Tahoma, Geneva, sans-serif;
}
.button_blue_white-180 {
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    padding: 0 0.6rem;
    border-radius: 10px;
    font-family: Tahoma, Geneva, sans-serif;
    background-color: #005EDD;
    border-top: 2px solid #055CA5;
    border-right: 3px solid #0370CD;
    border-bottom: 4px solid #0F375A;
    border-left: 3px solid #20405B;
}
.but_red_white-180 {
	color: #fff;
	font-size: 1rem;
    font-weight: bold;
    padding: 0 0.6rem;
    border-width: 2px 3px 4px;
    border-style: solid;
    border-color: #CF0006 #C11717 #971111 #CD2525;
    background: #FF0000;
    border-radius: 10px;
    font-family: Tahoma, Geneva, sans-serif;
}
.button_pioner_green {
	font-size: 1rem;
    font-weight: bold;
    padding: 0 0.3rem;
	box-shadow: 0px 0px 0px 2px #186a1c;
	background-color:#18A234;
	border-radius:5px;
	border:2px solid #18c960;
	display:inline-block;
	color:#ffffff;
	text-decoration:none;
}
.button_pioner_black {
	font-size: 1rem;
    font-weight: bold;
    padding: 0 0.3rem;
	box-shadow: 0px 0px 0px 2px #262626;
	background-color:#161616;
	border-radius:5px;
	border:2px solid #454545;
	display:inline-block;
	color:#ffffff;
	text-decoration:none;
}
.button_pioner_white {
	font-size: 1rem;
    font-weight: bold;
    padding: 0 0.3rem;
	box-shadow: 0px 0px 0px 2px #CCC;
	background-color:#E8E8E8;
	border-radius:5px;
	border:2px solid #FFF;
	display:inline-block;
	color:#000;
	text-decoration:none;
}

.button_yellow-130-romb {
	font-size: 1rem;
font-weight: bold;
padding: 0 0.3rem;
border-width: 2px 3px 4px;
background: #FFE061;
font-family: Tahoma, Geneva, sans-serif;
display: inline-flex;
align-items: center;
justify-content: center;
margin: 0 auto;
width: 55px;
height: 59px;
overflow: hidden;
position: relative;
-webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
/*
.button_yellow-130-romb::after {
	content: "";
display: block;
width: 34px;
height: 34px;
position: absolute;
border-color: #F1C405 #FBCD01 #A2800A #B49B16;
border-width: 2px 3px 4px;
border-style: solid;
transform: rotate(-45deg);
}
*/
.button_yellow-130-romb::before{
	content: "";
transform: rotate(45deg);
-webkit-transform-origin: 0 100%;
-moz-transform-origin: 0 100%;
-ms-transform-origin: 0 100%;
-o-transform-origin: 0 100%;
transform-origin: 100% 100%;
position: absolute;
top: 24px;
left: 50%;
display: block;
width: 0px;
height: 0;
border-left: 47px solid #F1C405;
border-right: 47px solid #FBCD01;
border-bottom: 45px solid transparent;
transform: translate(-50%, -50%);
border-top: 2px solid #F1C405;
}
.button_yellow-130-romb::after{
	content: "";
transform: rotate(45deg);
-webkit-transform-origin: 0 100%;
-moz-transform-origin: 0 100%;
-ms-transform-origin: 0 100%;
-o-transform-origin: 0 100%;
transform-origin: 100% 100%;
position: absolute;
bottom: -20px;
left: 50%;
display: block;
width: 0px;
height: 0;
border-left: 42px solid #A2800A;
border-right: 42px solid #B49B16;
border-bottom: 4px solid #B49B16;
transform: translate(-50%, -50%);
border-top: 37px solid transparent;
}
.but_grey_long {
	font-size: 12px;
	font-weight: bold;
	background-color: #EEE;
	margin: 5px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border: 1px solid #333;
}
.but_red {
	font-size: 1rem;
    font-weight: bold;
    padding: 0 0.3rem;
    border-width: 2px 3px 4px;
    border-style: solid;
    border-color: #F86C82 #F8768B #F64B66 #F6637A;
    background: #FA99A9;
    border-radius: 2px;
    font-family: Tahoma, Geneva, sans-serif;
}
.but_red_white {
	color: #fff;
	font-size: 1rem;
    font-weight: bold;
    padding: 0 0.3rem;
    border-width: 2px 3px 4px;
    border-style: solid;
    border-color: #CF0006 #C11717 #971111 #CD2525;
    background: #FF0000;
    border-radius: 2px;
    font-family: Tahoma, Geneva, sans-serif;
}
.but_grey {
	border-radius: 3px;
	font-size: 13px;
	font-weight: bold;
	background-color: #EEE;
	border: 1px solid #333;
	margin: 5px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.m130 {
	font-size: 14px;
	color: #FFF;
	background-color: #46494E;
	margin: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.m130_green {
	font-size: 12px;
	color: #FFF;
	background-color: #1E9484;
	border: 1px solid #333;
	margin: 3px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}
.red_c_small {
	font-size: 14px;
	color: #FFF;
	background-color: #ED2D3C;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	border: 1px solid #000;
	margin: 3px;
}
.m130_small {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	background-color: #46494E;
	margin: 2px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.tablo {
	font-family: 'DotGothic16', sans-serif;
	font-size: 18px;
	background-color: #EAF0AE;
	border: 1px solid #000;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.tablo_green {
	font-size: 16px;
	color: black;
	font-family: Verdana;
	background-color: #339933;
	border: 1px solid #000;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}
.blue_butt {
	font-size: 12px;
	background-color: #D5D5FF;
	padding: 1px;
	border: 1px solid #333;
	margin: 5px;
	font-weight: bold;
}
.yell {
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFEDA4;
	margin: 5px;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.yellhw {
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFDE5B;
	margin: 5px;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #FFF;
}
.DataRow td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
}
.DataRow td a {text-decoration: none;}
.price {
	font-size: 1.2rem;
	font-weight: 700;
}
.price_big {
	font-size: 2.5rem;
	font-weight: 600;
}
.price_big-action {
	font-weight: 700;
    color: #F8980A;
}
#menu {
	margin: 0px;
	list-style: none;
	padding: 0px;
	font-size: 0.9rem;
	font-weight: bold;
}
#menu ul {
    margin: 0px;
	list-style: none;
	padding: 0px;
	background-color: #09C;
	border-radius: 2px;
}
#menu li {margin: 0px}
#menu li a {
	padding: 3px 6px;
	display: block;
	color: #FFFFFF;
	text-decoration: none
}
#menu li a:hover {
	background:#EFEFEF;
	color: #0B1B22;
}
#menu input {
    display: none;
	position: absolute;
	opacity: 0;
}
#menu input:checked {
	background-color: #3399FF;
}
#menu a {list-style: none;}
.block-nalogovaya li a {color: #00209D;}
.table-larger {font-size: 1.225rem;}
a.bookmark {	
	font-size: 12px;
	font-weight: bold;
	color: #555;
	text-decoration: none;
	border: 2px solid #555;
	border-radius: 5px;
	display: inline-block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
}
a.bookmark:hover {
	color: #222222;
	border-color: #222222;
}
a.download {
	font-size: 12px;
	font-weight: bold;
	color: #1C75BC;
	text-decoration: none;
	border: 2px solid #1C75BC;
	border-radius: 5px;
	display: inline-block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
}
a.download:hover {
	color: #135080;
	border-color: #135080;
}
a.links {
	font-size: 12px;
	font-weight: bold;
	color: #FFAB23;
	text-decoration: none;
	border: 2px solid #FFAB23;
	border-radius: 5px;
	display: inline-block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
}
a.links:hover {
	color: #E38B00;
	border-color: #E38B00;
}
.menu2 {background-color: #FFF;}

/*Хлебные крошки*/
#path {
	list-style: none;
	display: inline-block;
	padding-top: 0.1rem;
	font-size: 12px;
	overflow: hidden;
	width: 100%;
	padding-left: 0.5rem;
}
#path ul {
	margin: 0;
	padding: 0;
}
#path li {
  float: left;
	list-style-type: none;
}
#path li a {
  color: #444;
  display: block;
  background: #ddd;
  text-decoration: none;
  position: relative;
  height: 24px;
  line-height: 24px;
  padding: 0 10px 0 5px;
  text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
  margin-right: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;  
}
#path li:first-child a {
  -moz-border-radius:0;
  -webkit-border-radius: 0px;
  border-radius: 0;
}
#path li:first-child a:before {
  border: none;
}
#path li:last-child a {
	font-weight: bold;  
	background-color: #0099cc;	
	color: #ddd;
	text-shadow: 0 1px 0 rgba(0,0,0,.3);
  padding-right: 15px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}
#path li:last-child a:after {
  border: none;
}

#path li a:before, #path li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #ddd;
  border-width: 12px 5px;
  width: 0;
  height: 0;
}
#path li a:before {
  left: -10px;
  border-left-color: #fff;
}
#path li:last-child a:before {
	border-color: #0099cc;	
	border-left-color: #fff;
}
#path li a:after {
  left: 100%;
  border-color: #fff;
  border-left-color: #ddd;
}
#path li a:hover {
  background-color: #0099cc;	
	color: #ddd;
	text-shadow: 0 1px 0 rgba(0,0,0,.3);
}
#path li a:hover:before {
  border-color: #0099cc;
  border-left-color: #fff;
}
#path li a:hover:after {
  border-left-color: #0099cc;
}
#path li a:active {
  background-color: #0099cc;
}
#path li a:active:before {
  border-color: #0099cc;
  border-left-color: #fff;
}
#path li a:active:after {
  border-left-color: #0099cc;
}
#path li.current a {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
.str-cont {
	height: 10rem;
	width: 100%;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	border-bottom-width: 2px;
	padding-bottom: 15px;
}
.str-cont :hover {background-color:#E6E6E6;}
.str-in {
	width: 22%;
	display: inline;
	float: left;
	font-size: 1.225rem;
	text-align: center;
	height: 120px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.str-in p {font-size: 1rem;}
.dark_fon {
	border-radius: 3px;
	background-color: #000;
	color: #FF0;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.dark_fon_green {
	border-radius: 4px;
	background-color: #000;
	color: #2CC125;
	letter-spacing: 1px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}
.blue_mk {
	border-radius: 4px;
	background-color: #06C;
	color: #FFF;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
}
.buybutton {
    background-color: #F8980A;
    border-radius: 0.1rem;
    border: 0.05rem solid #ffaa22;
    display: inline-block;
    cursor: pointer;
    color: #FFF;
    font-size: 1rem;
    font-weight: bold;
    padding: 0.5rem 1.5rem;
    text-decoration: none;
}
.buybutton:hover {
	background-color:#ffab23;
	color: #000;
	text-decoration: none;
}
.buybutton:active {
	position:relative;
	top:1px;
	box-shadow: 0 -2 0 0 #F8980A;
}
.buybutton:visited {color: #FFF;}

/*Кнопка-ссылка на описание онлайн касс.*/
.onlinekassa {
	box-shadow: 0px 0px 0px 1px #f59b9b;
    background-color: transparent;
    border: 3px double #ff3838;
    display: inline-block;
    cursor: pointer;
    color: #ff0000;
    font-size: 1rem;
    font-weight: bold;
    padding: 0.3rem 0.4rem;
    text-decoration: none;
	margin-right: 0.2rem;
}
.onlinekassa:hover {
	color: #ff0000;
	text-decoration: none;
}
.onlinekassa:visited {color: #ff0000;}

/*Кнопка-ссылка с большими полями для перехода в описание товара.*/
.gooddetail {
	background-color:#0099cc;
	border-radius: 0.1rem;
	border:0.05rem solid #005875;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-size:1rem;
	font-weight:bold;
	padding:0.5rem 1.5rem;
	text-decoration:none;
}
.gooddetail:hover {
	background-color:#5bacc7;
	text-decoration: none;
	color: #000;
}
.gooddetail:active {
	position:relative;
	box-shadow: 0px -3px 0px 0px #0099cc;
	top:1px;
}
.gooddetail:visited {color:#fff;}
.banner {
	box-shadow: 0px 0px 0px 1px #f59b9b;
	background-color:transparent;
	border:0.1rem solid #ff3838;
	display:inline-block;
	cursor:pointer;
	color:#ff0000;
	font-weight:bold;
	padding: 0.2rem 0.4rem;
	text-decoration:none;
	margin-left: 20px;
    margin-bottom: 10px;
}
.banner:hover {
	text-decoration:none;
	color:#ff0000;
}

/*Менюшка-открывашка.*/
.sub-menu {display: none;} 
.over-menu:focus ~ .sub-menu, 
.over-menu:active ~ .sub-menu, 
.sub-menu:hover {display: block;}

/*Контейнер для инструкций и руководств.*/
.contaforguide {height: 100%;}
.contaforguide li {
    margin-top: 0.3em;
    margin-bottom: 0.6em;
   }

/*Таблица на странице контактов*/
.rekviziti_about {
    background-color: #f2f2f2;
    border-radius: 3px;
    font-size: 13px;
    padding: 20px 20px 20px 15px;
}
.rekviziti_about p{margin-bottom:10px!important;}
.meh_about{padding: 20px 20px 20px 15px;}
.cont-table {
	border-top:  1px solid #999;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
}
.cont-table td {border-top: 1px dotted #ddd;}
.map {
	float: right;
	width: 50%;
	height: 100%;
	border-top:  1px solid #999;
}
.name a {
	text-decoration: none;
	color: #333;
}

/*Контейнеры-невидимки. Первый скрывает ненужные компоненты при выводе страниц на печать. Второй скрывает спрятанные внутриблоки до определенной ширины страницы. Третий скрывает блоки для мобильной версии сайта.*/
.cont-invisible {}
.cont-divclear {display: none;}
.cont-mobildivclear {}

/*Адаптивные таблицы.*/
.tamtam td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
  }

/*Красивое подчеркивание ссылки (для заголовков и новостей)*/
a.hover_link {
	color: #03F;
	display: inline-block;
    line-height: 1;
    text-decoration:none;
    cursor: pointer;
    position:relative;
}
a.hover_link:after {
    background-color: #03F;
    display: block;
    content: "";
    height: 2px;
    width: 0%;
    left:50%;
    position:absolute;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    transform:translateX(-50%);
}
a.hover_link:hover {
	color: #03F;
	text-decoration: none;
}
a.hover_link:hover:after,
a.hover_link:focus:after {
    width: 100%;
}

/*Контейнер для фотографий c всплывающей подписью. Подпись пишем в data-tooltip.*/
.tooltipimg {
display: block; 
position: relative;
}

/*центрируем контейнер с фото, по надобности добавляем этот id (#imgCenterContainer)*/
#imgCenterContainer{
	text-align: center;
}

.tooltipimg:hover::after {
  content:attr(data-tooltip);
  position:absolute;
  left:0; right:0; bottom:0px;z-index:9999;
  background:rgba(0,0,0,.8);
  color:#fff;
  text-align:center;
  padding:5px 10px;
}

/*Вкладки главной страницы. Не работают в браузерах без html5. Долой старье!*/
.ktabs-mini {
	margin: auto;
    padding: auto;
	column-gap: 1.5em;
}
.ktabs-mini>section {
	display: none;
	padding: 0.3rem;
	background: #fff;
	border-top: 1px solid #999;
}
.ktabs-mini>section>p {
	margin: auto;
	line-height: 1.5;
	color: #383838;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
.ktabs-mini>input {
	display: none;
	position: absolute;
	padding: 0.3rem;
}
.ktabs-mini>label {
	display: inline-block;
	margin: 0 0 -1px;
	width: 20%;
	height: 33px;
	padding: 6px;
	text-align: center;
	color: #888;
	border: 0px solid #999;
	border-bottom: 0px solid #ddd;
	border-width: 1px 1px 1px 1px;
	background: #f1f1f1;
	border-radius: 3px 3px 0px 0px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.7);
}
.ktabs-mini>label:hover {
	color: #000;
	background: #bbb;
	border: 1px solid #999;
	cursor: pointer;
}
.ktabs-mini>input:checked+label {
	color: #fff;
	border: 1px solid #0077dd;
	background: #0099cc;
}

/*Расширенные вкладки. Не работают в некоторых браузерах без html5. Ну и пофиг!*/
.ktabs {
	width: 100%;
    height: 120px;
}
.ktabs ul,
.ktabs li {
    margin: 1px;
    padding: 1px;
    list-style: none;
}
.ktabs,
.ktabs input[type="radio"]:checked + label {position: relative;}
.ktabs li,
.ktabs input[type="radio"] + label {display: inline-block;}
.ktabs li > span,
.ktabs input[type="radio"] {position: absolute;}
.ktabs label {
font: normal 11px Arial, Sans-serif;
    color: #404040;
}
.ktabs li {vertical-align: top;}
.ktabs li:first-child {margin-left: 2px;}
.ktabs li > span {
    top: 68px;
	text-align: center;
    padding: auto;	
	bottom: 0;
    left: 0;
	width: 100%;
    background: #f2f2f2;
}
.ktabs input[type="radio"] + label {
    margin: auto;
    padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 2px;
	padding-right: 2px;
	line-height: 12px;
    background: #f2f2f2;
    text-align: center;
    cursor: pointer;
	border: solid 1px #ccc;
}
.ktabs input[type="radio"]:checked + label {
    z-index: 1;
	background: #09c;
    cursor: default;
	border: solid 1px #767676;
	color: #fff;
}
.ktabs input[type="radio"] {opacity: 0;}
.ktabs input[type="radio"] ~ span {display: none;}
.ktabs input[type="radio"]:checked:not(:disabled) ~ span {display: block;}
.ktabs input[type="radio"]:disabled + label {
    opacity: .5;
    cursor: no-drop;
}

/*Строчная таблица для списка товаров.*/
.goodtable {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-content: space-around;
	align-items: stretch;
	font-size: 13px;
	width: auto;
	height: auto;
}
.gt25 {
	flex-basis: auto;
	float: left;
	width: 25%;
	height: 100%;
}
.gt45 {
	flex-basis: auto;
	float: left;
	width: 45%;
	height: 100%;
	order: 1;
}
.gt30 {
	flex-basis: auto;
	float: left;
	width: 30%;
	height: 100%;
	order: 2;
}
.gt50 {
	float: left;
	flex-basis: auto;
	width: 50%;
	height: 100%;
}
.gd50 {
	width: 50%;
	float: left;
}
.gd100 {
	width: 100%;
	float: left;
	text-align: center;
}
.hidemap,
.hidemap + label ~ div {
    display: none;
}
.hidemap + label {
	border: 2px solid dodgerblue;
	border-radius: 5px;
	display: inline-block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 15px;
	font-weight: bold;
    margin: 10;
    padding: 10;
    color: dodgerblue;
    cursor: pointer;
}
.hidemap:hover + label {
	color: deepskyblue;
	border: 2px solid deepskyblue;
}
.hidemap:checked + label {
    color: red;
	border: 2px solid red;
}
.hidemap:checked + label + div {
    display: block; 
    margin-left: 0;
    padding: 0;
     -webkit-animation:fade ease-in 0.5s; 
     -moz-animation:fade ease-in 0.5s;
     animation:fade ease-in 0.5s; 
}
@-moz-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
@-webkit-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
@keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }   
}
.hidemap + label:before {
    background-color: #1e90ff;
    color: #fff;
    display: block;
    float: left;
    font-size: 14px; 
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    margin: 3px 5px;
    text-align: center;
    width: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.hidemap:checked + label:before {}

/*Таблица кодов символов. При малом разрешении экрана прячется.*/
table.hromosoma {
	border: 0.4em groove #A0A0A0;
	border-spacing: 0.3em;
	background: #FFF;
	font-size: .9em;
	table-layout: auto;
	empty-cells: hide;
}
table.hromosoma th {
	border: 0.2em solid #A0A0A0;
	padding: 0.7em;
	background: #E1E1E1;
	font-size: .8em;
}
table.hromosoma td {
	border: 0.2em dotted #A0A0A0;
	padding: 0.5em;
}

/*Модальное вплывающее окно*/
#modal_box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}
#modal_box-inner {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: blue;
    opacity: 0.3;
    display: none;
}
#modal_box #modal_container {
    position: absolute;
    top: 0; bottom: 0; right: 0; left: 0; /* центрирование */
    margin: auto;  /* центрирование */
    height: 15em;
    width: 25em;
    border: 1px solid black;
    background: white;
    padding: 1%;
}
/* 
.block_nabor  {
    width: 300px !important;
}
 */
.block_nabor .cont-in1-in {
    border: 0;
}

.block_nabor {
    height:100%;
}

.carus_nabory .slick-track {
  display: flex;
}

.block_nabor .cont-in1-in .nabor_item {
    display: flex;
    border-bottom: 1px solid #efefef;
    justify-content: space-between;
    padding: 5px 0.5rem;
    align-items: center;
    font-size: 12px;
	text-align:left;
}

.block_nabor .cont-in1-in .nabor_item:last-child {
    border-bottom: 0;
}

.block_nabor .cont-in1-in .nabor_item .nabor_img {
    width: 14%;
}

.block_nabor .cont-in1-in .nabor_item .nabor_price {
    font-weight:600;
}

.block_nabor .cont-in1-in .nabor_item .nabor_name {
    width: 50%;
}

.block_nabor .cont-in1-in .nabor_item .icon_check {
    background: url(../images/sCheck.png) 0 0 no-repeat transparent;
    cursor: pointer;
    display: block;
    height: 20px;
    z-index: 99;
    width: 20px;
}

.block_nabor .cont-in1-in .mabor_price_all {
    padding:20px 0;
}

.block_nabor .cont-in1-in a.nabor_inbask {
    background: #09c;
    color: #fff;
	height:auto;
    padding: 7px 15px;
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
}

/* Медиа-запросы */	
@media (max-width:1170px){
	.price_container {
	margin: 1rem;
	padding: 1.2rem;		
	}
}

@media (max-width:990px){
	html {font-size: 0.9rem;} 
	.price_container {
	margin: 0.8rem;
	padding: 1rem;		
	}
}

@media (max-width:900px){
.cont-in1-in {margin: auto;}
.goodtable {font-size: 15px;}
.gt25 {width: 50%;}
.gt30 {
	width: 50%;
	order: 1;
	}
.gt45 {
	width: 100%;
	order: 2;
}
.gt50 {width: 100%;}
.ktabs-mini>label {
	width: 40%;
	height: 25px;
	border-radius: 3px 3px 0px 0px;
	}
}

@media (max-width:820px){
	
html {font-size: 0.8rem;}
.str-cont {display: none;}
	
#colOne {
    float: left;
    width: 25%;
	}
	
#colTwo {width:74%;}
.cont-divclear {display: block;}
.cont-in1 {width:50%;}
.kassa33 {width:100%;}
.kassa50 {width:100%;}
.kassa75 {width:50%;}
.kassa25 {width:50%;}
.kassa40 {width:50%;}
.kassa60 {width:50%;}
.map {display: none;}
}

@media (max-width:680px){}

@media (max-height:650px){
	.tamtam thead {
      display: none;
    }
	 .tamtam th {
      display: none;
    }
    .tamtam tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    }
    .tamtam td {
		width: auto;
      display: block;
      text-align: right;
      font-size: 13px;
      border-bottom: 1px dotted #ccc;
    }
    .tamtam td:last-child {
      border-bottom: 0;
    }
    .tamtam td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }
}

@media (max-width:600px){
	
html {font-size: 0.9rem;}
.margin-news {display: none;}	
.cont-mobildivclear {display: none;}
	
#header, nav, #colOne, #colTwo {
	float: left;
	clear: left;
	margin: 0 0 5px 0; 
	width: 99%;
	}
#header {
	width: 100%;
	min-height: 72px;
	max-width: 1448px;
	height: 100%;
	padding: 0px;
	margin: 0;
	background: #FFFFFF;
}
#menu1 {
    padding-bottom: 1.8rem;
    font-size: 1.2rem;
}  
#menu1 li{
    text-align: center;
}
#menu1 .newkkt {display: none;}
#menu1 .oldy {display: none;}
#menu1 span {display: none;}
#menu1 .children{display: none;}
#path {display: none;}
	
.gt25 {width: 50%;}
.gt30 {width: 50%;}
	
/* меню */
.nav {position: relative;}
.nav ul {
	width: 90%;
    position: absolute;
   /*background: #FAFAFA url(images/icon-menu.png) no-repeat 10px 11px;*/
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
.nav li {
		display: none; /* скрыть все <li> пункты */
		margin: 0;
	}
.nav .current {
		display: block; /* показывать только текущие активные <li> пункты */
	}
.nav a {
		display: block;
		padding: 5px 5px 5px 32px;
		text-align: left;
	}
.nav .current a {
		background: none;
		color: #666;
	}
/* при наведении на пункты меню */
.nav ul:hover {
		background-image: none;
	}
.nav ul:hover li {
		display: block;
		margin: 0 0 5px;
	}
.nav ul:hover .current {
		background: url(images/icon-check.png) no-repeat 10px 7px;
	}
.ktabs-mini>label {
	width: 100%;
	height: 25px;
	padding: 4px;
	border-radius: 2px 2px 2px 2px;
	}
}

@media (max-width: 290px) {	
table.hromosoma {display: none;}
.cont-in1 {width:100%;}
.kassa75 {width:100%;}
.kassa25 {width:100%;}
.kassa40 {width:100%;}
.kassa60 {width:100%;}
	}

/*Медия запрос страниц для печати. Убирает лишние элементы. Делает ширину основного фрейма на 100%.*/
@media print {
      body {
            background-color: #FFF;
            font-family: tahoma;
            color: #000;
      }
      #content {
            background-color: #FFF;
            padding: 5px; 
            font-size: 15px;
            color: #000;
            width: 600px;
      }
    #header {display: none;}
    #footer {display: none;}
	#colOne {display: none;}
	#path {display: none;}
	#menu1 {display: none;}
	#colTwo {width: 100%;}
	a {text-decoration: none;}
	.cont-invisible {display: none;}
	.ktabs-mini {display: none;}
	img {filter: gray;}
	.buybutton {display: none;}
	.gooddetail {display: none;}
	.path {display: none;}
	.menugoriz {display: none;}
	script {display: none;}
}
.cont-logo {
    float: left;
}
.headerhead {
    width: auto;
}
.head25 {
    float: right;
    height: 100%;
	margin-right: 20px;
}

a.lin_virtu {
	text-decoration:none;
}

.virtu_ba {
	background:url(../images/virtu_banner_bg.jpg);
	height:90px;
    display: flex;
    box-sizing: border-box;
    align-items: center;
}
.virtu_ba2 {
	background:url(../images/virtu_banner_bg2.jpg);
	height:90px;
    display: flex;
    box-sizing: border-box;
    align-items: center;
}

.virtu_ba .virtu_cont {
	width:100%;
	max-width:660px;
	margin:0 auto;
	display:flex;
	align-items: center;
	color:#fff;
	justify-content: space-between;
}

.virtu_ba .virtu_cont > div:first-child {
	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
	font-size:33px;
	font-weight:black;
}

.virtu_ba .virtu_cont > div:first-child span.virtu_clog {
	font-size:13px;
	font-family: "Arial";
	font-weight:normal;
	color:#9da3d7;
	display:block;
}

.virtu_ba.virtu_ba2 .virtu_cont > div:first-child span.virtu_clog {
	color:#ffccb5;
}

.virtu_ba .virtu_cont > div:last-child { 

}

.virtu_ba .virtu_cont > div:last-child div.virtu_btn {
	background:#f95108;
	color:#fff;
	width:190px;
	height:42px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.virtu_ba.virtu_ba2 .virtu_cont > div:last-child div.virtu_btn {
	background:#0b77bf;
	color:#fff;
	width:190px;
	height:42px;
	display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 700px) {	
	.virtu_ba .virtu_cont {
		padding: 0 10px;
		justify-content: space-around;
	}
	.virtu_ba .virtu_cont > div:first-child {
		font-size: 27px;
	}
	.virtu_ba .virtu_cont > div:last-child div.virtu_btn {
		width: 150px;
	}
}

@media (max-width: 600px) {
	.virtu_ba {
		margin:10px 0;
		height: 70px;
	}
	
	.virtu_ba .virtu_cont > div:first-child {
		font-size: 22px;
	}
	
}

@media (max-width: 500px) {
	.virtu_ba .virtu_cont > div:last-child div.virtu_btn {
		width: 107px;
		height: 36px;
	}
	.virtu_ba .virtu_cont {
		justify-content: space-between;
	}
	
}

@media (max-width: 440px) {
	.virtu_ba .virtu_cont > div:last-child {
		display: none;
	}
	.virtu_ba {
		height: 62px;
	}
	.virtu_ba .virtu_cont > div:first-child {
		font-size: 18px;
		text-align: center;
		width: 100%;
	}
}
