@font-face{font-family:RS;font-style:normal;font-weight:400;src:url(../fonts/IRANSansWeb.woff2)}

@font-face{font-family:RSBold;font-style:normal;font-weight:700;src:url(../fonts/IRANSansWeb_Bold.woff2)}

@font-face{font-family:Wood;font-style:normal;font-weight:700;src:url(../fonts/wood.woff) format("truetype")}

@font-face{font-family:Ico;font-style:normal;font-weight:700;src:url(../fonts/icomoon.woff) format("truetype")}


@font-face {
  font-family: FontBrand;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.ttf") format("truetype"); }
  
  
@font-face {
  font-family: FontBrandBold;
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url("../fonts/fa-brands-400.ttf") format("truetype") }
  
  
@font-face {
  font-family: FontRegular;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.ttf") format("truetype"); }
  
  
@font-face {
  font-family: FontSolid;
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url("../fonts/fa-solid-900.ttf") format("truetype") }


*{
	box-sizing:border-box;
	outline:0;
	
}

body{
	direction:rtl;
	background-color:#fff;
	font-family:RS;
	font-size:14px;
	margin:0;
	line-height: 1.42857;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-weight: normal;
}

a {
	text-decoration:none;
	background-color: transparent;
}

label{
    display: block;
    margin-bottom: 5px;
    color: #464646;
    vertical-align: middle;
    font-weight: 400;
    font-size: 14px;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

img,svg{
	max-width:100%;
	height:auto;
}

ul{
	margin:0;
	padding:0;
	list-style:none;
}


fieldset{
	margin-bottom: 20px;
    padding: 6px 40px;
    border: 2px solid #E6E6E6;
	margin-top: 40px;
}

fieldset legend{
	margin-bottom: 0;
    padding-right: 15px;
    padding-left: 15px;
    width: auto;
	font-weight: 600;
    color: #242424;
	font-size: 22px;
}


mark {
    display: inline-block;
    padding: 5px 8px;
    background-color: #F9F9F9;
    color: #2d2a2a;
    font-weight: 600;
    line-height: 1;
}


address {
    margin-bottom: 20px;
    font-style: italic;
    font-size: 110%;
    line-height: 1.8;
	color: #777777;
}

input[type=text],input[type=password],select{
	padding: 0 15px;
    max-width: 100%;
    width: 100%;
    height: 42px;
    vertical-align: middle;
    font-size: 14px;
}






