@import url("font.css");


.n_main{
	width:1200px;
	margin:0 auto;
	/* background: #e8e2e2; */
}


/*ADMINISTRATION*/
.n_admn{
	width: 1120px;
	margin:0 auto;
}
.n_admn ul{
	position:relative;
	border-bottom:1px solid #000000;
	font-family:MyriadProRegular;
	line-height: 24px;
	padding-bottom: 6px;
	margin-bottom: 20px;
}
.n_admn ul, .n_admn ol {
    list-style: none;
}
.n_admn ul li {
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0 none transparent;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.n_admn li:nth-child(1) {
	font-family:BPG_Nino_Mtavruli;
}
.n_admn li:nth-child(2) {
	background-image: url(../img/phone.png);
	background-position:left;
	background-repeat:no-repeat;
	background-size: 18px;
	padding-left:26px;
}
.n_admn li:nth-child(3) {
	background-image:url(../img/email.png);
	background-position:left;
	background-repeat:no-repeat;
	background-size: 18px;
	padding-left:26px;
	color:#1D60D4;
	cursor:pointer;
}
.n_admn li:nth-child(3):hover {color:#0015FF;}
.n_admn li:nth-child(4) {
	position:absolute;
	bottom:10px;
	right:0;
	background-image:url(../img/wrt1.png);
	background-position:right;
	background-repeat:no-repeat;
	background-size: 24px;
	width: 24px;
	height: 24px;
	cursor:pointer;
}
.n_admn li:nth-child(4):hover {background-image:url(../img/wrt2.png);}








/*CONTACT*/
.n_con{
	width:1020px;
	margin:0 auto;
}

.n_conf{
	float:left;
	width: 600px;
	margin-right: 50px;
}
.n_conf ul{
	width: 400px;
	font-family:BPG_Nino_Mtavruli;
	line-height: 24px;
	padding-bottom: 6px;
	margin-bottom: 20px;
}



.n_cond{
	float:left;
}
.n_cond ul{
	font-family:BPG_Nino_Mtavruli;
	line-height: 24px;
	padding-bottom: 6px;
	margin-bottom: 20px;
}
.n_cond li:nth-child(1) {
	background-image:url(../img/c1.png);
	background-position: 0px 2px;
	background-repeat:no-repeat;
	background-size: 18px;
	padding-left:26px;
}
.n_cond li:nth-child(2) {
	background-image:url(../img/c2.png);
	background-position: left;
	background-repeat:no-repeat;
	background-size: 18px;
	padding-left:26px;
}
.n_cond li:nth-child(3) {
	background-image:url(../img/c3.png);
	background-position: left;
	background-repeat:no-repeat;
	background-size: 18px;
	padding-left:26px;
}
.n_cond li:nth-child(4) {
	background-image:url(../img/c4.png);
	background-position: left;
	background-repeat:no-repeat;
	background-size: 18px;
	padding-left:26px;
	font-family:MyriadProRegular;
	color:#1D60D4;
	cursor:pointer;
}
.n_cond li:nth-child(4):hover {color:#0015FF;}


.n_conf select {
    width: 600px;
    height: 40px;
    padding: 8px 20px;
    border: none;
    /* border-radius: 4px; */
    /* background-color: #f1f1f1; */
    font-size: 16px;
    border-bottom: 1px solid #000;
    /* outline: none; */
}
.n_conf input[type="text"]{
    width: 560px;
    height: 40px;
    margin-top: 11px;
    padding: 0 20px;
    border: none;
    /* border-radius: 4px; */
    /* background-color: #f1f1f1; */
    font-size: 16px;
    border-bottom: 1px solid #000;
    outline: none;
}
.n_conf input[type=submit]{
	font-family: 'bpg_rioni_arial';
	float: right;
	border: none;
	padding: 20px;
	bottom: 0;
	right: 0;
	color: #FFF;
	background: #D60010;
	cursor:pointer;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.n_conf input[type=submit]:hover{background: #af0512;}