body, html, *{
	padding: 0;
	margin: 0;
}
@font-face {
    font-family: 'tradegothicbold';
    src: url('tradegothic-bold-webfont.woff2') format('woff2'),
         url('tradegothic-bold-webfont.woff') format('woff'),
         url('tradegothic-bold-webfont.svg#tradegothicbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'tradegothiccondensed_eighteen';
    src: url('tradegothic-condensedeighteen-webfont.woff2') format('woff2'),
         url('tradegothic-condensedeighteen-webfont.woff') format('woff'),
         url('tradegothic-condensedeighteen-webfont.svg#tradegothiccondensed_eighteen') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'tradegothiclight';
    src: url('tradegothic-light-webfont.woff2') format('woff2'),
         url('tradegothic-light-webfont.woff') format('woff'),
         url('tradegothic-light-webfont.svg#tradegothiclight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'tradegothicregular';
    src: url('tradegothic-webfont.woff2') format('woff2'),
         url('tradegothic-webfont.woff') format('woff'),
         url('tradegothic-webfont.svg#tradegothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.clear{
	clear: both;
	width: 100%;
	display: block;
}

.main{
	width: 100%;
	height: 100%;
    position: absolute;
    background: #c1c1c1;
}
.formSection{
	position: fixed;
	top: 0;
	right: -520px;
	width: 380px;
	height: 100%;
	z-index: 999;
    background: url(../img/formBG.jpg) no-repeat center center;
    background: url(../img/formBG.jpg);
    -webkit-background: url(../img/formBG.jpg);
    -moz-background: url(../img/formBG.jpg);
	-o-background: url(../img/formBG.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
	-o-background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-repeat: no-repeat;
    -moz-background-repeat: no-repeat;
    -o-background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -o-background-position: center center;
    transition: 0.4s;
    box-shadow: -6px 0px 20px 3px #3e3d3d;
}

.closeBtn img{
	width: 36px;
	height: 36px;
	display: block;
	float: right;
}

.number{
	color: #c39f68;
	font-size: 22px;
    font-family: 'tradegothicbold';
    margin-top: 10px;
}

.number a{
    text-decoration: none;
    color: #c39f68;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.number img{
	margin-left: 10px;
    width: 65px;
}
.number img, .number span{
	float: left;
    line-height: 70px;
}

.number span{
    margin-left: 10px;
}

.form{
	margin-top: 5px;
	margin-left: 22px;
}

.form span, .form input{
	display: block;
}

.form span{
	font-size: 30px;
    font-family: 'tradegothiccondensed_eighteen';
    color: #c39f68;
    line-height: 30px;
    width: 90%;
}

.form input[type="text"]{
    font-family: 'tradegothiclight';
    font-size: 18px;
    line-height: 18px;
    border: 1px solid #c39f68;
    padding: 0 10px;
    color: #ddc9ab;
    margin: 15px 0;
    outline: 0;
    background: transparent;
    -webkit-background: transparent;
    -moz-background: transparent;
    -o-background: transparent;
	width: 300px;
    height: 45px;
    box-sizing: border-box;
    -webkit-text-fill-color: rgb(221, 201, 171);
    color: rgb(221, 201, 171);
    -webkit-transform: translate(0);
}

.form input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgb(221, 201, 171);
}
.form input::-webkit-input-placeholder {
    color: rgb(221, 201, 171);
}
.form input[type="text"]::-moz-placeholder { /* Firefox 19+ */
    color: rgb(221, 201, 171);
}
.form input[type="text"]:-ms-input-placeholder { /* IE 10+ */
    color: rgb(221, 201, 171);
}
.form input[type="text"]:-moz-placeholder { /* Firefox 18- */
    color: rgb(221, 201, 171);
}

.form .formBtn{
    font-family: 'tradegothicbold';
	color: #c39f68;
	border: 2px solid #c39f68;
	font-size: 22px;
	line-height: 16px;
	cursor: pointer;
	padding: 10px;
	width: 197px;
	height: 40px;
	margin: 0 auto;
    margin-top: 20px;
    background: transparent;
    -webkit-background: transparent;
    -moz-background: transparent;
    -o-background: transparent;
}

.formOBtn span{
    background: #fff;
    width: 120px;
    position: absolute;
    left: -120px;
    top: 50%;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border: 1px solid #ddc8a9;
    border-right: none;
}

.formOBtn span img{
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.formClose{
    cursor: pointer;
}

.formScroll{
    right: -400px;
}

.formSlide{
    right: 0;
}

.formInner{

}

.form p{
    font-size: 14px;
    font-family: 'tradegothiccondensed_eighteen';
    color: #c39f68;
    width: 85%;
    padding-top: 10px;
}
.form label input{
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    bottom: 1px;
}

.form .formError{
    text-align: left;
    color: red !important;
    font-family: 'tradegothiccondensed_eighteen';
    display: none;
    padding: 2px 0;
}

.formSucces{
    text-align: center;
    color: green !important;
    font-family: 'tradegothiccondensed_eighteen';
    font-size: 20px;
    display: none;
}

.form label p{
    display: inline-block;
    padding-left: 5px;
}

.formInfo{
    width: 90%;
    font-family: 'tradegothicbold';
    font-size: 20px;
    color: #c39f68;
    margin-bottom: 13px;
}

.formTr{
    display: block;
}

.formEn{
    display: block;
}

.formAr{
    display: block;
}

.formAr .form, .formAr .form *{
    direction: rtl;
}

.formAr .form{
    margin-right: 22px;
    margin-left: 0;
}

.formAr .formOBtn span{
    text-align: left;
}

.formAr .form label p{
    padding-left: 0;
    padding-right: 5px;
}

.formAr .form .formError{
    text-align: right;
}

.formEn .form label input{
    bottom: 5px;
}

@media screen and (max-width: 768px) {
    .formSection{
        width: 100%;
        height: 100%;
        right: calc(-100% - 20px);
    }
    .formInfo{
        font-size: 18px;
        margin-bottom: 11px;
    }
    .form span{
        font-size: 26px;
        line-height: 26px;
    }
    .form input[type="text"]{
        width: 250px;
        font-size: 16px;
        line-height: 16px;
        margin: 12px 0;
        height: 40px;
    }
    .form .formBtn{
        width: 160px;
        height: 35px;
        font-size: 17px;
        line-height: 14px;
        margin-top: 12px;
    }
    .number{
        font-size: 18px;
    }
    .number img{
        width: 45px;
    }
    .number img, .number span{
        line-height: 45px;
    }
    .form label input{
        width: 18px;
        height: 18px;
    }
    .formOBtn span img{
        width: 70px;
    }
    .formOBtn span{
        width: 100px;
        left: -100px;
        top: 20%;
    }
    .formSection.formScroll{
        right: calc(-100% - 150px);
    }
    .formArea{
        height: 100%;
        overflow: auto;
    }
    .formSlide{
        right: 0;
    }
}

@media screen and (max-width: 330px){
    .form label p{
        font-size: 12px;
    }
}