					.advantages{
						padding-bottom: 0;
						padding-top: 0;
						padding-left: 15px;
                      
						position: relative;
						
					}
					.advantages:after{
						content: '';
						display: block;
						width: 100%;
						height: 0;
						clear: both;
					}
					.advantages-item{
						width: 50%;
						float: left;
						position: relative;
						display: flex;
						flex-direction: row;
						-webkit-box-orient: horizontal;
						-webkit-box-direction: normal;
						flex-wrap: wrap;
						-webkit-box-align: stretch;
						align-items: stretch;
						align-items: center;
						box-sizing: border-box;
						margin-bottom: 15px;
						
					}
					.advantages-item__image{
						width: 100px;
						/*height: 100px;*/
						display: block;
						vertical-align: middle;
						box-sizing: border-box;
 						text-align: center;
					}
					.advantages-wrap{
						display: block;
						vertical-align: middle;
						position: relative;
						box-sizing: border-box;
						padding: 0 15px;
						-webkit-box-flex: 3;
						-ms-flex-positive: 3;
						flex-grow: 3;
						
					}
					@media (max-width: 991px){
						.advantages-item{
							width: 100%;
						}
						.advantages-item__image{
							width: 40%;
							float: left;
							overflow: hidden;
						}
						.advantages-wrap{
							width: 60%;
							float: left;
							padding: 10px;
						}
					}
	.iframeTooltip
	{
		position: absolute;
		z-index: 1010;
		filter:alpha(opacity:0.1);

	}
	.advantages-title{
		display: inline-block;
		cursor: pointer;
	}
.advantages-title:hover + .tooltipContent, .tooltipContent:hover{
max-height: 2000px;
opacity: 1;

transition: all 2s;
-webkit-transition: all 2s;}
	.tooltipContent
	{
		z-index: 99;
		position: absolute;
		background: transparent;
		opacity: 0;
		max-height: 0;
		overflow: hidden;
		max-width: 120%;
		box-sizing: border-box;
		top: 100%;
		padding: 0;
		left: 25px;
		
		
	}
	.tooltipContent__wrap{
		padding: 5px;
		position: relative;
		background: rgba(255, 255, 255, 1);
		margin-top: 20px;
		border: 1.5px solid #bbb;
		border-radius: 5px;
		
	}
	.tooltipContent__wrap:before{
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		top: -20px;
		left: 20px;
		border-style: solid;
		border-width: 0 17.5px 20px 17.5px;
		border-color: transparent transparent #fff transparent;
		z-index: 2;
		
	}
	.tooltipContent__wrap:after{
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		top: -23px;
		left: 20px;
		z-index: 1;
		border-style: solid;
		border-width: 0 17.5px 20px 17.5px;
		border-color: transparent transparent #bbb transparent;
	}
	#wrapper2{
		background-color:#F2EFEF;
		padding-bottom: 5px;
		padding-top: 1px;
		padding-left: 10px;
		margin:2px 0;
	}
	#wrapper {


		
		color: #404040;
		background-color: #FFF;
		text-align: left;
		position: relative;
	}

	.tabs {

		width: 100%;
		padding: 0px;
		margin:10px 0;

	}

	.tabs > section {
		display: none;
		padding: 5px 0;
		background: #F2EFEF;
		border: none;
	}

	.tabs > section > p {

		line-height: 1.5;

		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeIn;
		animation-name: fadeIn;
	}

	@-webkit-keyframes fadeIn {
		from {
			opacity: 0;
		}
		to {
			opacity: 1;
		}
	}

	@keyframes fadeIn {
		from {
			opacity: 0;
		}
		to {
			opacity: 1;
		}
	}


	.tabs > input {
		display: none;
		position: absolute;
	}

	.tabs > label {
		display: inline-block;
		float: left;
		box-sizing: border-box;
		padding: 1% 5%;
		font-weight: 600;
		width: 33.333333333333333%;
		border-left: 5px solid #fff;
		text-align: center;
		
		background: #BBBBBB;
	}
	.tabs > label:nth-child(2){
		border-left: none;
	}


	.tabs > label:hover {
		color: #888;
		cursor: pointer;
	}

	.tabs > input:checked + label {
		border-top: 1px solid #E50111;
		background: #F2EFEF;
	}

	#tab1:checked ~ #content-tab1,
	#tab2:checked ~ #content-tab2,
	#tab3:checked ~ #content-tab3,
	#tab4:checked ~ #content-tab4 {
		display: block;
	}
	table td{text-align:center;}
#table1{line-height: 50px !important;}
#table2{line-height: 50px !important;}
#table3{line-height: 25px;}
.h_2{
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: rgb(229, 229, 229);
font-size: 10pt;
color: #303631;
font-weight: bold;
font-family: verdana,geneva;
margin-top: 10px;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 0px;
padding-bottom: 15px;
padding-top: 5px;
line-height: 15px;
}
