.space5 { height: 5px;}
.space10 { height: 10px;}
.space15 { height: 15px;}
.space20 { height: 20px;}
.space25 { height: 25px;}
.space30 { height: 30px;}
.space35 { height: 35px;}
.space40 { height: 40px;}
.space45 { height: 45px;}
.space50 { height: 50px;}
.bold {font-weight: bold}
.center {text-align: center;}
.hidden { display: none;}
.row2x{width:49.9%;display: inline-block;vertical-align: top;}
.block {display: block;}

button, input, select, textarea {
	border: 1px solid #c5c3c3;
	color: #000; 
	padding: 20px 15px;
	border-radius:8px;
}

input[type="submit"] {
	display: inline-block;
	text-align: center;
	color: #fff;
	background-color: #3e3e3e;
	border: none;
}
input[type="submit"]:hover {
	color: #000;
}
.required {
    color: #c00;
    font-family: Serif, Tahoma;
    font-weight: bold;
}

.hint {
    display: block;
    padding:  4px 0 0px 0;
    font-size:10px;
    color:#555;
}

.alert-error {
	padding: 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid rgba(255, 8, 0, 0.22);
	background-color: rgba(239, 133, 133, 0.19);
	color: red;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	font-family: arial;
	font-size: 120%;
}

.alert-error ul {
    list-style: none;
}

.alert-error ul li {
    margin-bottom: 4px;
}

.alert-error ul li:last-child {
    margin-bottom: 0;
}

.alert-success {
    margin:  0 0 20px 0; 
    padding: 12px;
    border: 1px solid #b7dFdB;
    line-height: 1.1;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #f1fff6;
    font-size: 13px;
    color:#333;
    font-family: Tahoma;
}

.alert-nothing {
    font-size: 14px;
    color:#555;
}

/* components */
/*sitemap*/
.sitemap {
    display: block;
}

.sitemap-columns {
    -moz-column-count:3; 
     -webkit-column-count:3; 
     column-count:3;
    -moz-column-gap:20px; 
     -webkit-column-gap:20px; 
     column-gap:20px;     
}

.sitemap-tree ul {
    -moz-column-count:2; 
     -webkit-column-count:2; 
     column-count:2;
    -moz-column-gap:20px; 
     -webkit-column-gap:20px; 
     column-gap:20px;  
}

.sitemap-tree .level0 {
    padding: 0 0 0 0px; 
}

.sitemap-tree .level1 {
    padding: 0 0 0 15px; 
}

.sitemap-tree .level2 {
    padding: 0 0 0 30px; 
}

.sitemap-tree .level3 {
    padding: 0 0 0 45px; 
}

.sitemap-tree .level4 {
    padding: 0 0 0 60px; 
}

.sitemap-tree .level5 {
    padding: 0 0 0 75px; 
}

.sitemap .caption {
    padding: 4px 0 2px 0;
} 
/*!sitemap*/

/* breadcrumbs */
.breadcrumbs {
    font-size: 90%;
    min-height: 10px;
    margin-bottom: 16px;
}

.breadcrumbs a, .breadcrumbs a:visited {
    text-decoration: none;
    font-size: 90%;
    font-weight: bold;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs .separator {
    padding: 0 6px; 
    font-size: 80%;
}
/* !breadcrumbs */
/*pagenation*/
.pagenation {
    padding: 50px 0;
    white-space: nowrap;
    overflow: hidden; 
    text-align: center;
}

.pagenation .label {
    margin: 0 15px 0 0;
    display: inline-block;
    vertical-align: top;
    height: 16px;   
    padding: 7px 0 0 0;
    font-size: 90%;
    font-size: 12px;
    text-transform: uppercase;    
}

.pagenation ul {
    display: inline-block;
    vertical-align: top;
    list-style: none;
}

.pagenation ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 7px;
}

.pagenation ul .prev {
    padding-left: 0;
	padding-right: 15px;
}
.pagenation ul .next {
    padding-left: 15px;
	padding-right: 0;
}
.pagenation ul li a, .pagenation ul li a:visited{
    display: inline-block;
	color: #000;
}

.pagenation ul li.active a, .pagenation ul li a:hover {
    color: #a8b58a;
}
/*!pagenation*/

/*kontakty*/
#form_feedback {
    padding: 2% 0;
    width: 100%;
    margin: 0 auto;
}

#form_feedback .row {
    margin-bottom: 1%;
}

#form_feedback .row:last-child {
    margin-bottom: 0;
}

#form_feedback .label,
#form_feedback .field {
    display: inline-block;
    vertical-align: top;
}

#form_feedback .label {
    padding-right: 1%;
}

#form_feedback .row-error {
    height: 60px;
}
#form_feedback .row-error .alert-error {
    min-height: 18px;
    overflow-y: auto;    
}
#form_feedback .iblock1 {width: 30%; display: inline-block; vertical-align: top;}
#form_feedback .iblock2 {width: 50%; display: inline-block; vertical-align: top;}
#form_feedback .iblock2 input {
	display: block;
	margin: 0 auto;
	width: 97%;
}
#form_feedback .iblock2 textarea {width: 98%;height:200px;}

.form .captcha {
    float: left;
    border: 1px solid #b9cbcd;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; 
	max-width: 100%;	
}
.form .captcha-fon .iblock1 .ob9z {
    margin: 0;  
    font-size: 90%;
    color: red;
}
.form .captcha-fon .iblock2 {
    background-image: url("/images/icons/cp-bg.png"); 
    width: 59%;
    padding: 10px;
    border: 1px solid #b9cbcd;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.captcha-refresh {
    margin: 16px;
    cursor: pointer;
}
#form_feedback .row #captcha_code {
    width: 20%;
    margin: 0;
    margin-top: 4%;
    display: inline-block;
    vertical-align: top;
}
/*!kontakty*/

/* !components */

html, body {
    height: 100%;
}

body {
	background-color: #fff;
}

.wrapper {
    height:auto !important; 
	height:100%; 
	min-height:100%;
    width:100%; 
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.carcass {
	max-width: 1200px;
	margin: 0 auto;	
    box-sizing: border-box;
    padding: 0 10px;	
}
.carcass .carcass{
    padding: 0;
}
.carcass2 {
	max-width: 1920px;
	margin: 0 auto;	
}

.pd10{
	padding:10px;
}

.knop {
    padding: 10px;
    display: inline-block;
    color: #fff;
    background-color: #de1057;
	cursor:pointer;
}
.knop:hover {background-color: #3e3e3e;color: #fff;}
.knop2 {background-color: #3e3e3e;}
.knop2:hover {background-color:#de1057;color: #fff;}
.spec-color{color:#de1057;}


.top-panel{
	background-color:#ededed;
}
.top-panel .obr-svaz span {
	text-decoration:underline;
	margin-left:5px;
}
.top-panel .reg > img{
	margin-right:5px;
}

.head{
    padding: 10px 0;
    overflow: hidden;
}
.head .logo{
    width: 34%;    
}
.head .logo img {
	margin-right:10px;
}
.head .korz{
	background-color:#379d00;
	color:#fff;
	text-align:center;
	padding:10px 15px;
	line-height: 1.2;
	font-size:110%;
}
.head .korz .korz-left{
	margin-right:10px;
}
.head .block-top{
    line-height: 1.3;
    margin-right: 14%;
    font-size: 90%;
}

.heads{
    padding-top: 10px;
    font-size: 120%;
}
.heads .carcass{
        
}
.heads .top-panel{
    padding:10px 0;
}
.heads .top-panel .ikon{margin-right:10px;font-size:90%;}
.heads .top-panel .ikon:last-child{margin-right:0;}

.heads2{
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 2;
    margin: 0 auto;
    left: 0;
    right: 0; 
}
.heads-podloj2{
    height:166px;
}

.slider {
	box-sizing: content-box;
	max-height:415px;
	overflow:hidden;
	margin-top:10px;
}
.slider .rows{
	width:75%;
}
.slider .rows .row {
    display:block;
}
.slider .rows2 .row2 {
    display:block;
}
.slider .slider-right{
	width:25%;
	text-align:right;
}

.carcass-1{
	background-color:#f4f4f4;
	padding-top:60px;
}
.la1 .carcass-1{
	background-color:transparent;
	padding-top:0;
}
.main-menu{
    border-top: 1px solid #595959;
	border-bottom: 1px solid #595959;
    padding: 10px 0;
}
.main-menu ul{
	display:table;
	width: 100%;
}
.main-menu ul li {
	display: table-cell;
    width: 10%;
    font-size: 110%;
    text-align: center;
    text-transform: uppercase;
}
.main-menu ul li:first-child {text-align:left;}
.main-menu ul li:last-child {text-align:right;}
.main-menu ul li a:hover,.main-menu ul .active a {
	color:#de0f56;
}
/*2lvl*/
.main-menu ul > li > ul {
	display: none;
}

.news-gl {
	padding:20px 0;
	margin-top:60px;
}
.news-gl .h1 {
	padding-bottom:10px;
}
.news-gl .rows .row{
	width:32%;
	margin-right:1%;
	line-height:1.2;
	margin-bottom: 10px;
    box-sizing: border-box;
    padding: 10px;	
    border: 1px solid #ddd;
}
.news-gl .rows .row:last-child{margin-right:0;}
.news-gl .rows .row .thumb{height:210px;overflow: hidden;}
.news-gl .rows .row .name {
	font-weight:bold;
	font-size:110%;
	padding:20px 0;
}
.news-gl .rows .row .context {
	padding-bottom:20px;
    height: 50px;
    overflow: hidden;	
}

.regs-gl{
	background-color:#f4f4f4;
	padding:40px 0;
}
.regs-gl .regs-left{
	width:36%;
}
.regs-gl .regs-right{
	width:62%;
	margin-left:-50px;
	padding:30px 70px;
	background-color: #fff;
	box-sizing: border-box;
	margin-top:30px;
}
.regs-gl .regs-right .row{
	width:46%;
	margin-right: 4%;
	margin-bottom:20px;
}
.regs-gl .regs-right .row:nth-child(2n){
	margin-right: 0;
}
.regs-gl .regs-right .row .cifr{
    width: 13%;
    color: #3daf00;
    font-size: 300%;
    vertical-align: bottom;
    font-weight: bold;
}
.regs-gl .regs-right .row .txt{
	width: 82%;
    vertical-align: bottom;
	line-height:1.2;
	font-size:110%;
}
.regs-gl .regs-right .regs-bot .knop {
    font-size:130%;
}

.anket-gl{
	background-color:#de1057;
	padding: 10px;
}
.anket-gl-bord {
	border:2px solid #fff;
	padding: 30px;
}
.ank-top{
	color:#fff;
	text-transform:uppercase;
	font-size:150%;
	text-align:center;
	margin-bottom:30px;
}
.anket-gl input,.anket-gl textarea{
	width:100%;
	box-sizing: border-box;
	margin-bottom:10px;
}
.anket-gl .iblock{
    width: 32%;
    margin-right: 1%;
}
.anket-gl .ank-right{
	margin-right:0;
	height: 130px;
}
.anket-gl .ank-right textarea{
	height: 100%;
}
.reg-captcha{
    overflow: hidden;
    margin-top:0;
}
.anket-gl .ank-knop{
    text-align: center;
    width: 27.8%;
    margin: 0 auto;
    border-radius: 4px;
    font-weight: bold;
    padding: 30px 0;
}
.anket-gl .alert-error{
    color: #fff;
}
.anket-gl .alert-success{
    font-size: 100%;
    color: green;
    text-align: center;
    margin-top: 5px;
    font-weight: bold;
}
	
	
.cat-gl{
	margin:50px 0;
}
.cat-gl .h2 {
	margin-bottom:20px;
}
.cat-gl .row {
    border: 1px solid #afafaf;
    padding: 25px;
    text-align: center;
    line-height: 1.2;
    width: 23.2%;
    margin-right: 2%;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.cat-gl .row:nth-child(4n) {margin-right: 0;}
.cat-gl .row .name {
	font-weight:bold;
	font-size:110%;
	padding:20px 0;
    height: 60px;
    overflow: hidden;	
}
.cat-gl .row .prices{text-align: left;}
.cat-gl .row .price .sp2 {
	text-decoration: line-through;
}
.cat-gl .row .prices .sp1 {
    width: 42%;
    display: inline-block;
    margin-right: 5%;	
}    
.cat-gl .row .prices .sp2 {
	text-align: right;
	width:52%;
	display: inline-block;
}
.cat-gl .row .price{
	margin-bottom:20px;
}
.cat-gl .row .price2 .sp11 {
	color:#de1057;
}
.cat-gl .row .price2 .sp2 {
	color:red;
	font-weight:bold;
	font-size:150%;
}
.cat-gl .knop{
    font-size: 200%;
}

.kons-gl {padding-bottom:10px;}
.kons-right{float:right;}
.kons-gl  > .carcass > div{position:relative;width: 49%;}

.kons-gl a {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 1;
    font-size: 150%;
    font-weight: bold;
    padding: 15px;
    text-transform: uppercase;
	background-color: #3daf00;
}
.kons-right a{
	background-color: #de1057;
	right: 25px;
	left:auto;
}

.akcii-gl .h2{margin-bottom:20px;}
.akcii-gl .row{
    margin-right: 1%;
    width: 32%;
}
.akcii-gl .row:last-child{margin-right: 0;}
.akcii-gl .knop{
	margin-top: 30px;
	font-size:200%;
}

.contents2{
    background-color: #f4f4f4;
    padding: 40px 0;
}

.video-gl{
	padding:60px 0;
}
.video-gl .h2{margin-bottom:20px;}
.video-gl .knop{margin-top:20px;font-size:200%;}
.video-gl .row, .videos .row{
    margin-right: 1%;
    width: 32%;
	overflow:hidden;
	box-sizing: border-box;
}
.video-gl .row:last-child{margin-right: 0;}

.oplat-gl .h2{
	margin-bottom:20px;
}
.oplat-gl .rows{text-align:center;}
.oplat-gl .row{
	margin-right:30px;
	margin-bottom:30px;
    border: 1px solid #afafaf;
}
.oplat-gl .row-head{
	background-color:#379d00;
	color:#fff;
	text-transform: uppercase;
	font-size: 120%;
	padding:10px 100px;
}
.oplat-gl .row-body img{
	margin-right:25px;
}
.oplat-gl .row-body img:last-child{
	margin-right:0;
}

.get-gl{
	padding:20px 0;
}
.get-gl .h2{
	margin-bottom:20px;
}
.get-gl .get-left{
	width:40%;
	margin-right:-50px;
	padding:30px 70px;
	padding-right: 10px;
	background-color: #f4f4f4;
	box-sizing: border-box;
	margin-top:30px;
	position: relative;
}
.get-gl .get-right{
    width: 63%;
}
.get-gl .get-left .row{
	margin-bottom:25px;
}
.get-gl .get-left .row .cifr{
    width: 13%;
    color: #de1057;
    font-size: 280%;
    font-weight: bold;
}
.get-gl .get-left .row .txt{
	width: 82%;
	line-height:1.2;
}

/*footer*/
.space-footer{height:250px;}

.footer {
	margin-top: -250px;
	color: #000;
	line-height: 1.4;
	background-color: #ededed;
	overflow:hidden;
	padding-top: 30px;
	padding-bottom:20px;
	
}
.footer a{color: #000;font-size:120%;}
.footer a:hover, .footer .active a{color: #de0f56;}
.footer > .carcass > div {
    width: 23.2%;
    margin-right: 2%;
    box-sizing: border-box;	
}
.footer > .carcass .foot4 {margin-right: 0;line-height: 2;}
.footer .dowload img {margin-right:10px;width: 44%;display: inline-block;}
/*!footer*/

.news-gl-cat{
    margin-top:20px;
}
.news-gl-cat > .carcass > ul > li{
	background-color: #ededed;
    display: inline-block;
    width: 13.6%;
    box-sizing: content-box;
    margin-right: 0.6%;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    vertical-align: top;
    height: 60px;    
}
.news-gl-cat  > .carcass > ul > li:hover,.news-gl-cat  > .carcass > ul > li.active,.news-gl-cat  > .carcass > ul > li.parent-active{
	background-color: #de0f56;
}

.news-gl-cat  > .carcass > ul > li > a{
	display:block;
	padding: 15px 0;
}
.news-gl-cat  > .carcass > ul > li > a:hover{color:#fff;}
.news-gl-cat  > .carcass > ul > li > a:after{content: "";width:16px;height:17px;background-image: /images/top-arrow.png;}
.news-gl-cat  > .carcass > ul > li > ul{
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #de0f56;
	display:none;
}
.news-gl-cat  > .carcass > ul > li > ul > li > a{
	padding: 14px 18px;
	display:block;
}
.news-gl-cat  > .carcass > ul > li > ul > li > a:hover, .news-gl-cat  > .carcass ul li .active > a {
	color: #de0f56;
}
.news-gl-cat  > .carcass > ul > li > a:hover + ul,.news-gl-cat  > .carcass > ul > li > ul:hover {
	display:block;
}
.news-gl-cat  > .carcass > ul > li > ul > li > ul{
	display:none;
}

.registr .h1 {
    margin-bottom:30px;
    line-height:1.4;
}
.registr .registr-left{
    width:45%;
}
.registr .registr-left input{
    width:100%;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.registr .registr-right{
    width:49%;
}

.popup-overlay{position:fixed;z-index:9997;left:0;top:0;width:100%;height:100%;background:#000;-moz-opacity:0.4;filter:alpha(opacity=40);opacity:0.4;}
.popup{position:fixed;z-index:9999;left:0;top:0;}
.popup-loader{position:fixed;z-index:9998;left:0;top:0;}
.popup-body{min-width:80px;min-height:80px;position:relative;background-color:#fff;color:#000;padding:25px;}
.popup-close{position:absolute;right:3px;top:3px;}
a.popup-close, a.popup-close:visited{display:inline-block;vertical-align:top;color:#000;font-weight:bold;text-transform:uppercase;text-decoration:none;font-family:Tahoma;padding:10px;}
a.popup-close:hover{color:#006fd2;text-decoration:none;}
.popup .popup-content{max-width:960px;max-height:600px;overflow-x:hidden;overflow-y:auto;}
.popup-image{max-width:100%;max-height:100%;text-align:center;}
.popup-image img{max-height:100%;max-width:100%;}
.h-popup{margin-bottom:20px;padding:10px;background:none repeat scroll 0 0 rgba(0, 0, 0, 0.08);color:#444;font-size:13px;font-family:Arial;font-weight:bold;}
.popup-result{min-height:30px;}
.popup-errors{color:#e43;font-size:13px;font-family:sans-serif, Tahoma;}
.popup-success{color:#0a2;font-size:13px;font-family:sans-serif, Tahoma;font-weight:bold;}
.popup .he1 {
	font-weight:bold;
	text-align:center;
	font-size:180%;
	font-family: montserrat;
	margin-bottom:20px;
}
.popup .he2 {
	text-align:center;
	font-size:140%;
	font-family: roboto;
	margin-bottom:20px;
	line-height: 1.3;
}
.popup  .row {
	margin-bottom:10px;
}
.popup .row input {
	width: 100%;
	box-sizing: border-box;
}
.popup .row textarea {
	width: 100%;
	height: 100px;
	box-sizing: border-box;
}
.popup .row .knop {
	width: 100%;
	font-size: 110%;
	font-weight:bold;
	background-color:#de1057;
	border-radius: 0;
	font-family: montserrat;
	text-transform:uppercase;
	color:#fff;
	box-sizing: border-box;
}
table{
    box-sizing: border-box;
    white-space: inherit;
    word-wrap: break-word;
    word-break: break-all;
}

#topcontrol {
    display: none;
    position: fixed;
    z-index: 99;
    bottom: 5px;
    right: 5px;
    cursor: pointer;
    opacity: 1;
}

/*mobil*/
@media (max-width: 1200px) { 
	
} 
@media (max-width: 1024px) { 

} 
@media (max-width: 1023px) { 
	#lightbox-container-image-box{width:100%!important;height:100%!important;}
	#lightbox-container-image-data-box{width:100%!important;padding:0!important;z-index: 111;position: relative;}	

    .news-gl .rows .row .thumb {height: 128px;}
    .news-gl .rows .row .name {height: 40px;overflow: hidden;}
    .regs-gl .regs-right .row .cifr {width: 15%;font-size: 220%;}   
    .cat-gl .row{width:23%;margin-bottom:10px;}
    .cat-gl .row .prices .sp1{overflow:hidden;}
    .kons-gl a{font-size:130%;}
    .get-gl .get-left{padding:30px;}
    .footer > .carcass > div {width: 23%;}
    .news-gl .rows .row {width: 31.5%;}
} 

@media (max-width: 768px) { 
    .top-panel{text-align:center;}
    .top-panel .reg {float:none;}
    .main-menu ul li {display: block;width: 100%;margin-bottom: 5px;text-align: center!important;}    
    .carcass-1{padding-top: 20px;}
    .news-gl .rows .row .thumb {height: auto;}  
    .news-gl .rows .row .podrob{float: none;margin: 5px 0;display: block;}
    .regs-gl .regs-left{display:none;}
    .regs-gl .regs-right {
        width: 100%;
        margin-left: 0;
        padding: 10px;
        margin-top: 10px;
    }
    .anket-gl-bord{padding:10px;}
    .anket-gl .ank-knop {width: 100%;}  
    .cat-gl .row {width: 47%;}  
    .kons-gl > .carcass > div{width: 100%;}  
    .video-gl .row {
        margin-right: 0;
        text-align: center;
        width: 100%;}   
    .get-gl .get-right {
        display: none;
    }  
.get-gl .get-left {
    width: 100%;
    margin-top: 10px;
    margin-right: 0;}    
.footer > .carcass > div {
    width: 47%;
    margin-bottom:10px;
}
.news-gl-cat > .carcass > ul > li {
    width: 100%;
    margin-bottom: 6px;
    height: auto; 
}
.registr .registr-right {
    width: 100%;
    float:none;
}
.registr .registr-left {
    width: 100%;
}

#topcontrol {display: none!important;}

.head .block-top{display:none;}

}  

@media (max-width: 480px) { 
.head{
    padding: 10px 0;
}
    .head .korz{
    float: none;
    text-align: center;
    margin: 0 auto;
    display: block;        
    }
.head .logo {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}    

.news-gl .rows .row {
    width: 100%;
}

.regs-gl .regs-right .row {
    width: 49%;
    margin-right: 0;
    margin-bottom: 10px;
}
.regs-gl .regs-right .row .cifr {
    width: 100%;
    text-align: center;}
.regs-gl .regs-right .row .txt {
    width: 100%;
    text-align: center;}
.anket-gl .iblock {
    width: 100%;
    margin-right: 0;
}
.cat-gl .row {
    width: 100%;
    margin-right: 0;
}
.akcii-gl .row {
    margin-right: 0;
    width: 100%;
    margin-bottom:10px;
}
.footer > .carcass > div {
    width: 100%;
    text-align: center;
    margin-right: 0;}

.footer > .carcass > .foot1{
    display:none;
}

.oplat-gl {display:none;}



h1{font-size:140%;}
h2{font-size:130%;}
h3{font-size:120%;}
h4{font-size:110%;}
h5{font-size:100%;}
.h1{font-size:140%;}
.h2{font-size:130%;}
.h3{font-size:120%;}
.h4{font-size:110%;}
.h5{font-size:100%;}
	
}
/*!mobil*/