#main_cnt {
    height: auto;
}
.product{
	background-color: #eee;
	padding-top: 50px;
	min-height: 100%;
}
.product .container{
	width: 100%;
	padding: 0 15%;
}
.site_fa .product .container .tb{
  direction: ltr;
}
.site_en .product .container .tb{
  direction: rtl;
}
.product .container .tb{
	width: 100%;
	display: table;
	margin-bottom: 100px;
}
.product .container .cell{
	display: table-cell;
	vertical-align: top;
	width: 50%;
 }
.site_en .product .container .cell:first-child{
	text-align: right;
	direction: ltr;
}
.site_fa .product .container .cell:first-child{
  text-align: left;
	direction: rtl;
}
.product .info .title{
	font-size: 40px;
	font-weight: bold;
    color: #1b66a2;
 	display: block;
}
.product .cell .title_mobile{
  display: none;
}
.product .info .sub_title{
	font-size: 20px;
    margin-bottom: 20px;
    display: block;
    color: #ed1477;
}
.product .cell .sub_title_mobile{
  display: none;
}
.product .container .cell .cover{
    width: 100%;
    max-width: 400px;
    height: auto;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 90px 0 0 auto;
    display: block;
}
.site_fa .product .container .cell .cover{
  margin: 90px auto 0 0 ;

}
.site_en .product .container .cell .cover{
  margin: 90px 0 0 auto;
}
.product .container .cell .failes{
	max-width: 400px;
	display: inline-block;
	width: 100%;
}
.product .container .cell .failes a{
  	display: inline-block;
    padding: 5px 10px;
    background-color: #1b66a2;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #eee;
	margin-top: 10px;
}

.product .container .cell .failes .chart{
	margin-top: 15px;
}

.product .container .cell .failes .chart.open{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: 100;
}

.product .container .cell .failes .chart img{
	max-width: 100%;
	width: 100%;
	cursor: pointer;
}
.product .container .cell .failes .chart.open img{
	width: 70%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	cursor: default;
}
.product .container .cell .failes .chart.open .close{
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 200px;
    right: 130px;
	cursor: pointer;
}

.product .container .cell .failes a .ic{
    display: inline-block;
    vertical-align: middle;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 15px;
}

.site_fa .product .container .info{
  text-align: right;
  direction: rtl;
}
.site_en .product .container .info{
  text-align: left;
  direction: ltr;
}
.product .container .info .desc{
	text-align: justify;
	color: #333;
}
@media only screen and (min-width: 50px) and (max-width: 1300px) {
  .product .container {
    padding: 0 5%;
  }
}

/*   mobile */
@media only screen and (min-width: 50px) and (max-width: 750px) {
  .product .container {
    width: 100%;
    padding: 15px;
  }

  .product .info{
    position: static;
  }
  .product .info .title{
    position: absolute;
    top: 0;
  }
  .product .info .sub_title{
    position: absolute;
    top: 50px;
  }

  .product .container .cell {
    display: block;
    vertical-align: top;
    width: 100%;
  }
  .product .container .cell .failes a {
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 20px;
  }
}
 /* tablet vertical */
@media only screen and (min-width: 751px) and (max-width: 900px) {
  .site_en .product .container .info{
    padding-right: 20px;
  }
  .site_fa .product .container .info{
    padding-left: 20px;
  }
}
