﻿/* 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 h3
{

}
	
.tabs label {
    display: block;
    float: left;
    font-family: OpenSans-Regular, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 20px;
    font-weight: 400;
    border: 2px solid #63e461;
    border-radius: 10px;
    margin: 20px 2% 20px 0;
    padding: 10px 20px;
    color: #c9e4ef;
    cursor: pointer;
    position: relative;
    top: 0px;
    min-width: 30px;
    height: 25px;
    line-height: 25px;
    text-align: left;
    z-index: 1;
}
	
.tabs label:hover
{
    border: 2px solid #63e461;
}
	
.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: 2px solid #87c9e4;
    top: 0;
    z-index: 3;
    color: #000;
}

.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
{
    display: none;
}



.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;
}

.tabs_cont .moduletable .custom div
{
    float: left;
    width: 65%;
    margin: 20px 0% 0 0;
	box-sizing: border-box;
}

.tabs_cont .moduletable .custom div.mod-tab-text
{
    margin: 70px 0% 0 0;
	float: left;
	width: 45%;
}



.tabs_cont .moduletable .custom ul {
    margin-left: 2em;
    margin-bottom: 1em;
    margin-top: 1em;
}


.tabs_cont .moduletable .custom li {
    list-style: url(../svg/list.svg);
    list-style-position: outside;
    margin: 0 0 7px 0;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 16px;
    color: #000;
    line-height: 1.42857143;
}
