﻿/* TABS */
.tabs {
    position: relative;
    margin: 40px auto 0px; /* вернуть margin: 20px auto 80px; как будет видео обзор */
	width: 100%;}

.tabs h2
{
    float: left;
    width: 100%;
    margin: 20px 0 10px 0;
    font-family: OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 34px;
    line-height: 120%;
    color: #000;
}	
	
.tabs label {
	display: block;
	float: left;
    font-family: OpenSans-Regular, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 22px;
    font-weight: 400;
	border: 2px solid #c0ebff;
	border-bottom: 2px solid #c0ebff !important;
	border-radius: 10px;
    margin: 20px 2% 20px 0 !important;
	padding: 10px 20px 10px 10px;
	color: #c9e4ef;
	cursor: pointer;
	position: relative;
	top: 0px;
	min-width: 90px;
	height: 45px;
	line-height: 45px;
	text-align: left;
	z-index: 1;
}

.tabs label img {
    opacity: 0.3;
}
	
	
.tabs label:hover
{
    border: 2px solid #ed5543;
}
	
.tabs input {
	position: absolute;
	left: -9999px;}
	
.tabs .box-modal-content input {
	position: relative !important;
	left: auto !important;}	
	
#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: 2px solid #3863ab;
    border-bottom: 2px solid #3863ab !important;
    padding: 10px 20px 10px 10px;
    top: 0;
    z-index: 3;
    color: #3863ab;
    border-radius: 10px;
	}
	
#tab_1:checked  ~ #tab_l1 img,
#tab_2:checked  ~ #tab_l2 img,
#tab_3:checked  ~ #tab_l3 img,
#tab_4:checked  ~ #tab_l4 img,
#tab_5:checked  ~ #tab_l5 img,
#tab_6:checked  ~ #tab_l6 img {
    opacity: 1;
}
		

.tabs_cont {

	padding: 0px 0 0 0;
	position: relative;
	z-index: 2;
}

.tabs_cont > div {
	position: absolute;
	left: -9999px;
	top: 0;
	opacity: 0;
    -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;}
	
	
#tab_l1 img, #tab_l2 img, #tab_l3 img, #tab_l4 img, #tab_l5 img, #tab_l6 img
{
    display: block;
	width: 45px;
	float: left;
    margin: 0 10px 0 0;
}


.tabs_cont .moduletable
{

}

.tabs_cont .moduletable img
{
    float: left;
    width: 50%;
    margin: 30px 5% 0 0;
    box-sizing: border-box;
    box-shadow: 0 0 40px #0000001a;
    border-radius: 10px;
}


