/* all pages */
*{
	margin:0;
	padding:0
}
a{
	outline: none;
	text-decoration:none;
}
img{
	border: none!important
}
html{
	height:100%;
}
body {
	height:100%;
	min-width: 1000px;
}
header{
	display: block;
	float: left;
	width: 100%;
	padding-top: 25px;
	height: 120px;
	background: url(../images/top_sep.png) no-repeat center 100%;
}
#logo{
	display: block;
	float: left;
	width: 313px;
	padding-top: 40px;
	height: 50px;
	background: url(../images/logo.png) no-repeat 0 0;
	font-family: "PT Sans Narrow";
	font-size: 24px;
	line-height: 22px;
	color: #000;
	text-align: center;
	margin-right: 0 10px;
}
#help_links{
	display: block;
	float: left;
	margin-left: 50px;
	list-style: none;
	width: 250px;
}
#help_links li{
	display: block;
	float: left;
	min-height: 17px;
	margin-bottom: 10px;
	background: url(../images/help_icon.png) no-repeat 0 0;
	padding-left: 25px;
}
#help_links li a{
	display: block;
	float: left;
	font-family: "PT Sans Narrow";
	font-size: 17px;
	line-height: 17px;
	text-decoration: underline;
	color: #6e6e6e;
}
#phones, #phones_2{
	display: block;
	float: right;
	background: url(../images/advantages.png) no-repeat 0 0;
	padding-left: 130px;
	width: 210px;
}
#phones_2{
	background: none;
}
.ph{
	display: block;
	float: right;
	margin-bottom: 1px;
	font-family: "PT Sans Narrow";
	font-size: 27px;
	height: 27px;
	text-transform: uppercase;
	color: #4a4a4a;
}
.town{
	display: block;
	float: right;
	margin-bottom: 5px;
	font-family: "PT Sans Narrow";
	font-size: 14px;
	color: #6e6e6e;
}
.make_call{
	display: block;
	float: right;
	font-family: "PT Sans Narrow";
	font-size: 15px;
	text-decoration: underline;
	color: #3d6baa;
}
#phones_2 span, #phones_2 a{
	color: #FFF!important;
}
#wrapper{
	display: block;
	width: 1000px;
	margin: 0 auto;
}
#rounds_1{
	width: 100%;
	display: block;
	float: left;
	position: relative;
	min-height: 700px;
}
h1{
	font-family: "PT Sans Narrow";
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	color: #202020;
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}
h2{
	display: block;

	width: 100%;
	font-family: "PT Sans Narrow";
	font-size: 26px;
	text-transform: uppercase;
	color: #373737;
	font-weight: normal;
	text-align: center;
	margin-bottom: 10px;
}
#outside{
	display: block;
	position: absolute;
	left: -96px;
	top: 55px;
	z-index: -1;
}
form{

}
.f_header{
	display: block;
	float: left;
	width: 280px;
	padding: 0 20px;
	text-align: center;
	font-family: "PT Sans Narrow";
	font-size: 24px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #275189;
	margin-top: 10px;
}
.f_text{
	display: block;
	float: left;
	width: 280px;
	padding: 0 20px;
	text-align: center;
	font-family: "PT Sans Narrow";
	font-size: 20px;
	line-height: 22px;
	color: #9e5f0d;
	margin-top: 10px;
	margin-bottom: 20px;
}

.form-wrap{
    display: block;
    float: right;
    -webkit-box-shadow: -1px 5px 10px rgba(0,0,0,.56);
    -moz-box-shadow: -1px 5px 10px rgba(0,0,0,.56);
    box-shadow: -1px 5px 10px rgba(0,0,0,.56);
    border: solid 3px #bc7a24;
    width: 323px;
    height: 454px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background-color: rgba(255,255,255,.8);
    margin-top: 20px;
}

.form-wrap__middle{
    display: block;

    -webkit-box-shadow: -1px 5px 10px rgba(0,0,0,.56);
    -moz-box-shadow: -1px 5px 10px rgba(0,0,0,.56);
    box-shadow: -1px 5px 10px rgba(0,0,0,.56);
    border: solid 3px #bc7a24;
    width: 900px;
    height: 454px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background-color: rgba(255,255,255,.8);
    margin-top: 20px;
    margin-bottom:20px;
    margin-left:auto;
    margin-right:auto;
}

.form-wrap__down{
    border:none;
    background: none;
    box-shadow: none;
    width: 323px;
    height: 454px;
    margin-top: 20px;
    display: block;
    float: right;
    margin-right:50px;
}
 form{
     width: 323px;
     margin: 0 auto;
 }

form small{
	display: block;
	float: left;
	width: 280px;
	padding: 0 20px;
	text-align: center;
	font-family: "PT Sans Narrow";
	font-size: 14px;
	color: #6b6b6b;
}
button, input[type=submit]{
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.19), inset 0 -3px rgba(0,0,0,.13);
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,.19), inset 0 -3px rgba(0,0,0,.13);
	box-shadow: 0 5px 5px rgba(0,0,0,.19), inset 0 -3px rgba(0,0,0,.13);
	background-image: -webkit-linear-gradient(bottom, #AA5D00, #F18F17);
	background-image: -moz-linear-gradient(bottom, #AA5D00, #F18F17);
	background-image: -o-linear-gradient(bottom, #AA5D00, #F18F17);
	background-image: -ms-linear-gradient(bottom, #AA5D00, #F18F17);
	background-image: linear-gradient(to top, #AA5D00, #F18F17);
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	border: none;
	font-family: "PT Sans Narrow";
	font-size: 19px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}
form button{
	width: 290px;
	height: 48px;
	margin-left: 15px;
	margin-bottom: 10px;
}

.annotation{
    text-align: center;
    margin: -4px 10px 0 10px !important;
}

form input{
	width: 290px;
	height: 48px;
	margin-left: 15px;
	-webkit-border-radius: 5px;
        border-radius: 5px;
	border: 1px solid #5a84bc;
	margin-bottom: 15px;
	text-align: center;
	font-family: "PT Sans Narrow";
	font-size: 19px;
	color: #9ca4ae;
	outline: none;
}
#reasons{
	display: block;
	float: left;
	width: 100%;
	list-style: none;
	margin-top: 56px;
}
#reasons li{
	display: block;
	float: left;
	width: 110px;
	list-style: none;
	margin-right: 100px;
}
#reasons li:last-child{
	margin-right: 0;
}
#reasons li img{
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}
.r_h{
	display: block;
	float: left;
	text-align: center;
	font-family: "PT Sans Narrow";
	font-size: 16px;
	text-transform: uppercase;
	color: #b7741d;
}
.r_t{
	display: block;
	float: left;
	text-align: center;
	font-family: "PT Sans Narrow";
	font-size: 13px;
	color: #414141;
}
#propose{
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}
.dots_sep{
	display: block;
	float: left;
	width: 100%;
	height: 12px;
	padding: 15px;
	background: url(../images/sep_dots.png) no-repeat center 0;
}
#wide_form{
	padding: 0 200px;
	margin: 0 auto;
	float: none;
	margin-top: 35px;
	margin-bottom: 50px;
}
footer{
	display: block;
	float: left;
	width: 100%;
	height: 120px;
	background-image: url(../images/Layer-3.png);
	background-repeat: no-repeat;
	background-position: center 100%;
	background-color: #D47B08;
}
.wr{
	display: block;
	width: 1000px;
	margin: 0 auto;
}
#logo_bottom{
	display: block;
	float: left;
	margin: 40px 0 0 20px;
}
.view_all{
    display:inline-block;
	text-transform: none!important;
	font-size: 19px;
	padding: 2px 10px;
	margin: 10px 0 40px 42%;
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.19), inset 0 -3px rgba(0,0,0,.13);
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,.19), inset 0 -3px rgba(0,0,0,.13);
    box-shadow: 0 5px 5px rgba(0,0,0,.19), inset 0 -3px rgba(0,0,0,.13);
    background-image: -webkit-linear-gradient(bottom, #AA5D00, #F18F17);
    background-image: -moz-linear-gradient(bottom, #AA5D00, #F18F17);
    background-image: -o-linear-gradient(bottom, #AA5D00, #F18F17);
    background-image: -ms-linear-gradient(bottom, #AA5D00, #F18F17);
    background-image: linear-gradient(to top, #AA5D00, #F18F17);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
    font-family: "PT Sans Narrow";
    font-size: 19px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}
.gallary, #sert{
	display: block;
	list-style: none;
	margin-left: 20px;
	-webkit-box-shadow: 0 0 21px rgba(0,0,0,.34);
	-moz-box-shadow: 0 0 21px rgba(0,0,0,.34);
	box-shadow: 0 0 21px rgba(0,0,0,.34);
	width: 991px;
    height:165px;
    margin-bottom:20px;
}
#sert{
	margin-bottom: 40px;
    height:250px;
}
.gallary li{
	display: block;
	float: left;
	width: 204px;
	margin: 20px 20px;
}
#sert img{
	display: block;
	float: left;
	margin: 20px 40px;
}
h3{
	display: block;

	width: 100%;
	text-align: center;
	font-family: "PT Sans Narrow";
	font-size: 35px;
	font-weight: bold;
	color: #d27b0a;
}
#how{
	display: block;
	float: left;
	list-style: none;
	width: 100%;
	margin-bottom: 80px;
}
#how li{
	display: block;
	float: left;
	list-style: none;
	width: 109px;
	padding-right: 110px;
	background-image: url(../images/shape-1-copy-3.png);
	background-repeat: no-repeat;
	background-position: 130px 30px;
	font-family: "PT Sans Narrow";
	font-size: 16px;
	color: #1c1c1c;
	text-align: center;
}
#how li:last-child{
	padding-right: 0;
	background-image: none;
}
#best{
	display: block;
	float: left;
	list-style: none;
	margin-left: 300px;
	margin-top: 20px;
}
#best li{
	display: block;
	float: left;
	list-style: none;
	width: 700px;
	margin-bottom: 10px;
}
#best li .text{
	font-family: "PT Sans Narrow";
	font-size: 24px;
	color: #323232;
}
#best li .num{
	display: block;
	float: left;
	font-family: "PT Sans Narrow";
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	background-image: url(../images/rrr.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 28px;
	height: 28px;
	margin-right: 10px;
}
#comments_wrapper{
	display: block;
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 100% 100%, 0 0;
	padding: 70px 0 80px 0;
	margin-top: 50px;
}
#comm{
	display: block;
	float: left;
	width: 624px;
	list-style: none;
}
#comm li{
	display: block;
	float: left;
	width: 624px;
	list-style: none;
	background-image: url(../images/Ellipse-17.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
	padding-bottom: 15px;
}
#comm li img{
	display: block;
	float: left;
}
.username{
	display: block;
	float: left;
	width: 58px;
	text-align: center;
	font-family: "PT Sans Narrow";
	font-size: 14px;
	color: #1c1c1c;
}
.usertext{
	display: block;
	float: right;
	width: 550px;
	text-align: left;
	font-family: "PT Sans Narrow";
	font-size: 18px;
	color: #1c1c1c;
}
.fll_l{
	display: block;
	float: left;
	width: 58px;
}
.userheder{
	display: block;
	float: right;
	width: 550px;
	text-align: left;
	font-family: "PT Sans Narrow";
	font-size: 23px;
	color: #bb771f;
}







.hide{
	display: none!important
}


/* modal */

.modal, .modal1{
    position: fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background: rgba(0,0,0,0.4);
    z-index: 50;
    display: none;
}

.modal .form-wrap,    .modal1 .form-wrap{
    position: fixed;
    width:435px;
    height:484px;
    left:50%;
    margin-left:-210px;
    top:50%;
    margin-top:-240px;
    z-index: 100;
    background: #fff;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.modal1 .form-wrap form{
    width:304px;
    height:404px;
    margin:0 auto;

    background: #fff;
    margin-top:20px;
    text-align: center;
}

form.tele{
    width:370px;
    height:487px;
    margin:auto;
    background: url(../images/bg-form-tel.png) no-repeat ;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding-left:40px;
}

form.tele h3{
    font-family: droidsans, sans-serif;
    color: #c1c1c1;
    font-size: 30px;
    line-height: 19px;
    font-weight: bold;
    text-align: left;
    padding-top:33px;
    margin-bottom:20px;
}

form.tele label span{
    padding-right:150px;
    font-size: 20px;
    color: #000;
    padding-top:10px;
}

form.tele input{
    width:300px;
    height:50px;
    border-radius: 20px;
    border:1px solid #828282;
    margin-bottom:8px;
    margin-top:10px;
    padding-left:25px;
    font-size:16px;
    background: #cececf;
    box-shadow:inset 0 1px 1px rgba(0,0,0,0.7);
}

form.tele input[type=submit]{
    width:345px;
    height:108px;
    border:none;
    background: url(../images/bg-submit-tel.png);
    padding-left:0;
    cursor: pointer;
    box-shadow: none;
}

form.tele p{
    font-family: droidsans, sans-serif;
    color: #232323;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    margin-top:6px;
    margin-bottom:11px;
    margin-left:25px;
    margin-right:22px;
}

.tele-message{
    padding:20px;
    color: #232323;
    font-size: 20px;
}

/* benefits */



@media screen and (max-device-width: 1024px){
    body{
        width:1100px;

    }

    .main-wrap{
        width: 1100px;
        overflow: hidden;
    }

}


