﻿/* TABS */
.tabs {
    position: relative;
    margin: 20px auto 0;
	width: 100%;}
.tabs label 
{
    display: block;
    float: left;
    font-family: Raleway-Black, Tahoma;
    font-size: 22px;
    font-weight: 400;
    background: #fff;
    border-bottom: 5px solid #fff !important;
    margin: 20px 40px 20px 0;
    padding: 0 0px 5px 0;
    border-radius: 0px;
    color: #000;
    cursor: pointer;
    position: relative;
    top: 0px;
    min-width: 30px;
    width: 370px;
    height: 100px;
    line-height: 140%;
    text-align: left;
    z-index: 1;
}

.blok-primenenie-tabs .tabs label 
{
    display: block;
    float: left;
    font-family: OpenSans-Bold, Tahoma;
    font-size: 18px;
    font-weight: 400;
    background: #fff;
    border-bottom: 5px solid #fff !important;
    margin: 20px 0px 20px 40px;
    padding: 0 0px 5px 0;
    border-radius: 0px;
    color: #000;
    cursor: pointer;
    position: relative;
    top: 0px;
    min-width: 30px;
    width: 280px;
    height: 60px;
    line-height: 140%;
    text-align: left;
    z-index: 1;
}
	
.tabs label:hover
{
    border-bottom: 3px solid #f4f6f4;
}
	
.tabs input {
	position: absolute;
	left: -9999px;}
#tab_1:checked  ~ #tab_l1,
#tab_2:checked  ~ #tab_l2,
#tab_3:checked  ~ #tab_l3,
#tab_4:checked  ~ #tab_l4,
#tab_5:checked  ~ #tab_l5,
#tab_6:checked  ~ #tab_l6 
{
    background: #fff;
    border-bottom: 5px solid #d71110 !important;
	color: #000;
    padding: 0 0px 5px 0;
    top: 0;
    z-index: 3;
}



.blok-primenenie-tabs #tab_1:checked ~ #tab_l1, .blok-primenenie-tabs #tab_2:checked ~ #tab_l2, .blok-primenenie-tabs #tab_3:checked ~ #tab_l3, .blok-primenenie-tabs #tab_4:checked ~ #tab_l4, .blok-primenenie-tabs #tab_5:checked ~ #tab_l5, .blok-primenenie-tabs #tab_6:checked ~ #tab_l6 {
    background: #fff;
    border-bottom: 5px solid #2577dd !important;
    color: #000;
    padding: 0 0px 5px 0;
    top: 0;
    z-index: 3;
}




.blok-tarify .tabs_cont {
    padding: 40px 0 0 0;
    position: relative;
    z-index: 2;
}

.tabs_cont {

	padding: 0px 0 0 0;
	position: relative;
	z-index: 2;
}
.tabs_cont > div {
	position: absolute;
	left: -9999px;
	top: 0;
	opacity: 0;
	width: 100%;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;}

#tab_1:checked ~ .tabs_cont #tab_c1,
#tab_2:checked ~ .tabs_cont #tab_c2,
#tab_3:checked ~ .tabs_cont #tab_c3,
#tab_4:checked ~ .tabs_cont #tab_c4,
#tab_5:checked ~ .tabs_cont #tab_c5,
#tab_6:checked ~ .tabs_cont #tab_c6   {
	position: static;
	left: 0;
	opacity: 1;}