@font-face {
    font-family:Constantine;
    src:url("../fonts/ConstantineRegular.eot") format('eot'), url("../fonts/ConstantineRegular.woff") format('woff'), url("../fonts/ConstantineRegular.ttf");
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#block1 {
    background: url("../images/bg1.jpg");
    height: 788px;
}

.topline {
    height: 60px;
    background:rgba(0,0,0,0.4);
}

.container {
    width:1140px;
    margin: 0 auto;
    position: relative;
}


.logo {
    background:url("../images/logo.png") no-repeat;
    height: 40px;
    padding: 4px 0px 0px 150px;
    float:left;
}

.logo p {
    font: 300 13px Roboto;
    color: white;
    text-transform: uppercase;
    line-height: 18px;
    
}

.langs {
    float: right;
    margin-right: 60px;
    margin-top: 11px;
}

.langs div {
  font: 300 14px Roboto;
    color: white;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    height: 25px;
    line-height: 24px;
    cursor: pointer;
    padding: 0px 6px;
}

.l_select {
      border: 1px solid #fed840; 
}

.call_text {
    font:300 14px Roboto;
    color:white;
    text-align: right;
    padding-right: 1px;
}

.number {
    background: url(../images/icn_phone.png) 0px 4px no-repeat;
    height: 30px;
    font: 300 24px Roboto;
    padding-left: 33px;
}

.number a {
    text-decoration: none;
    color:white;
}

.phone {
    max-width: 220px;
    margin-right: 20px;
    display: inline-block;
}

.contact {
     float: right;
}

.mform {
    display: inline-block;
        line-height: 36px;
   
}

.mform p {
    font:300 14px Roboto;
    color:white;
}

.mform span {
        font:300 18px Roboto;
    color:#e7b50a;
    text-decoration: underline;
    cursor: pointer;
}

.clr {
    clear: both;
}

.mainForm {
    width:360px;
    height:390px;
    background: #f3f3f2;
    margin-top: 30px;
    float: right;
        box-shadow: 6px 6px 8px rgba(0,0,0,0.2);
}




.mainFormFooter {
    width:620px;
    
    background: #f3f3f2;
  
    margin: 0 auto;
      margin-top: 30px;
        box-shadow: 6px 6px 8px rgba(0,0,0,0.2);
}

.formHead {
    background: white;
    height:110px;
    position: relative;
    padding: 23px;
    
}

.formTitle {
        font: 400 24px Constantine;
    text-align: center;
    color: #3F3F3F;
}

.formDesc {
    font:300 14px Roboto;
    text-align: center;
    
}

.mainForm form input[type=text],.mainFormFooter form input[type=text]{
    display: block;
    width: 300px;
    height:50px;
    border: 0;
    background: white;
    font:300 16px Roboto;
    outline: none;
    color: #C4C4C4;
    box-shadow: inset 0px 0px 5px rgba(52,120,186,0.29), inset 0px 0px 5px rgba(52,120,186,0.29);
    margin: 20px auto;
    padding-left: 40px;

}

.mainForm form input[type=text]:nth-child(1),.mainFormFooter form input[type=text]:nth-child(1),.mainFormFooter form input[type=text]:nth-child(3) {
    background:white url("../images/email.png") no-repeat;
        background-position: 12px;
}

.mainForm form input[type=text]:nth-child(2),.mainFormFooter form input[type=text]:nth-child(2) {
    background:white url("../images/phone.png") no-repeat;
        background-position: 12px;
}

::-webkit-input-placeholder {
       color: #C4C4C4;
}


.mainForm form input[type=submit],.mainFormFooter form input[type=submit], button {
    width:300px;
    height: 55px;
    background-color: #FAC200;
    display: block;
    margin: 0 auto;
    font:300 24px Roboto;
    color: white;
    border:0;
    border-radius: 3px;
    box-shadow: 6px 6px 8px rgba(0,0,0,0.3);
    cursor: pointer;
}


.mainFormFooter textarea {
        border: 0;
    background: white;
    font: 300 16px Roboto;
    outline: none;
    color: #C4C4C4;
    box-shadow: inset 0px 0px 5px rgba(52,120,186,0.29), inset 0px 0px 5px rgba(52,120,186,0.29);
    margin: 0px auto;
    width: 100%;
    height: 135px;
    padding: 10px;
}

.mainFormFooter form input[type=text] {
    display: inline-block;
    width: 190px;
}

.mainFormFooter input[type=submit] {
        margin-top: 20px!important;
    margin-bottom: 20px!important;
}

.mainFormFooter form {
    padding: 20px;
}

.utp {
    float:left;
    position: absolute;
    bottom:0;
}


.u {
    width:160px;
    height:175px;
    background-color: #3E5261;
    display: block;
    padding-top: 1px;
    float: left;
    margin: 15px;
}

.u img {
    margin: 0 auto;
    display: block;
    margin-top: 40px;
    max-height: 41px;
}

.u p {
    display: block;
    color:white;
    text-align: center;
    text-transform: uppercase;
    font:300 14px Constantine;
    padding-top:12px;
}

.clr2 {
    display: none;
}

.mainTitle2 {
    width:830px;
    margin: 0 auto;
    margin-top: 45px;
        background: url(../images/left.png) left 15px no-repeat, url(../images/right.png) right 15px no-repeat;
}

.mainTitle2 p {
    color:white;
    font-family: Constantine;
    text-transform: uppercase;
    text-align: center;
}

.pt12 {
    font:400 36px sans-serif;
    line-height: 43px;
}

.pt22 {
    font:400 30px sans-serif;
    line-height: 36px;
}

.mainTitle {
    width:690px;
    margin: 0 auto;
    margin-top: 45px;
        background: url(../images/left.png) left 15px no-repeat, url(../images/right.png) right 15px no-repeat;
}

.mainTitle p {
    color:white;
    font-family: Constantine;
    text-transform: uppercase;
    text-align: center;
}

.pt1 {
    font:400 36px sans-serif;
    line-height: 43px;
}

.pt2 {
    font:400 30px sans-serif;
    line-height: 36px;
}

.pt3 {
    font:300 16px Roboto!important;
    line-height: 24px;
    padding-top: 10px;
}

.utp2 .u2 {
    width:555px;
    height: 240px;
}

.utp2 .u2:nth-child(1) {
    background: #3e5261 url(../images/u1.jpg) no-repeat;
}

.utp2 .u2:nth-child(2) {
    background: #3e5261 url(../images/u2.jpg) right top no-repeat;
}

.u_arrow {
        width: 20px;
        height: 20px;
        background-color: #3E5261;
    -webkit-transform: matrix(0.7071,0.7071,-0.7071,0.7071,10,-4);
    -ms-transform: matrix(0.7071,0.7071,-0.7071,0.7071,10,-4);
    transform: matrix(0.7071,0.7071,-0.7071,0.7071,10,-4);
    position: absolute;
    top:120px;

}

.u2 {
    position: relative;
        box-shadow: 6px 6px 8px rgba(0,0,0,0.3);
}

.utp2 .u2:nth-child(1)  {
    float: left;
}

.utp2 .u2:nth-child(2) {
    float:right;
}
.utp2 .u2:nth-child(1) .u_arrow {
        left: 50%;
}

.utp2 .u2:nth-child(2) .u_arrow {
        left: 43%;
}

.utp .u:nth-child(1) {
    margin-left: 0px;
}

#block2 {
    margin-top: -65px;
}

.u_desc {
    font:300 20px Constantine;
    color:white;
    text-transform: uppercase;
        max-width: 205px;
    text-align: center;
    float: right;
    margin-top: 17%;
    margin-right: 31px;
    line-height: 35px;
}

.utp2 .u2:nth-child(2) .u_desc {
    float: left;
    margin-left: 34px;
}

.u_line {
    width:69px;
    margin: 0 auto;
    height: 1px;
    background: #fac200;
    margin-top: 7px;
}

.black p {
    color:black;
}

.agen {
    width:350px;
    height:235px;
      margin: 0 auto;
    margin-top: 40px;
        box-shadow: 6px 6px 8px rgba(0,0,0,0.3);
      position: relative;
}

.a1 {
    background: url(../images/paris.jpg);

}

.a2 {
    background: url(../images/bereg.jpg);
}

.a1n {

    float:left;
}
.a2n {
 
    float:right;
}

.an {
    width:555px;
}

.transfer-entry-text {
    position: absolute;
    display: block;
    width: 100%;
    padding: 13px 20px 16px 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
}

.transfer-entry-text span {
    font:300 16px Constantine;
    color:white;
    text-align: center;
}

.vehicles {
    margin-top: 40px;
}

.vehicle {
    width:360px;
 padding-bottom: 25px;
    background: #3e5261;
        box-shadow: 6px 6px 8px rgba(0,0,0,0.3);
    float: left;
    margin: 30px 0px 30px 0px;
}

.v_img {
    position: relative;
    background: white;
}

.v_img img {
    width: 100%;
}

.v_price {
  
    background-color: #3E5261;
    position: absolute;
    height: 35px;
    font:300 18px Roboto;
    color:white;
    right:0;
    top:135px;
        line-height: 36px;
    text-align: center;
        padding: 0px 10px;
}

.v_name {
    font:300 18px Constantine;
    color:white;
    text-align: center;
    margin-top: 15px;
    text-transform: uppercase;
}

.v_button {
    width:190px;
    height:45px;
    border:1px solid #fac200;
    border-radius: 5px;
    text-align: center;

    color:white;
    font:300 16px Roboto;
    margin: 0 auto;
    padding-top: 12px;
    cursor: pointer;
    margin-top: 20px;
}

.vehicles .vehicle:nth-child(3n+2),.with_driver .vehicle:nth-child(3)
{
   margin-left: 30px;
   margin-right: 30px;
}

.with_driver .v_img {
    min-height: 216px;
    padding-top: 20px;
}

.with_driver .v_img img{
    width:300px;
    display: block;
    margin: 0 auto;
}
 
.with_driver .vehicle{
    margin-top: 70px;
}

#block4 {
    background: url("../images/bg2.jpg");
    height: 945px;
    padding-top: 210px;
}

.leftBlockText {
    float:left;

}

.rightBlockText {
    float:right;

}

.leftBlockText{
        color:white;
    font:300 24px Roboto;
    margin-top: 70px;
}
.rightBlockText  {
       color:black;
    font:300 24px Roboto;
    margin-top: 70px;
    margin-right: 100px;
}


#block5 {
    margin-top: -40px;

    height: 679px;

}

.yellow {
    color:#fac200;
    font:400 24px Roboto;
}

#block6 {

     background: url("../images/bg6.png");
    height: 1006px;
    margin-top: -100px;
    padding-top: 220px;

}


.m {
    background: url("../images/m.jpg");
    width:333px;
    height:1034px;
    position: absolute;
    z-index: -1;
}

#block6 .mainForm {
    float:none!important;
    margin: 60px auto;
}
footer {
       font:300 16px Roboto;
    color:white; 
    display: flex;
    margin-top: 80px;
}
.addr {

    background: url("../images/icn_mappin.png") no-repeat;
        height: 23px;
    padding-left: 25px;
    flex:1;
}

.copy {
       flex:1; 
}

.mail {
    height: 19px;
    background: url(../images/icn_email.png) no-repeat;
    padding-left: 28px;
    background-position: 0px 5px;


}

.mail a {
        color:#fac200;
    text-decoration: underline;
}

textarea {
    resize: none;
}

footer center {
    display: none;
}

#popup, #popup2 {
    position: fixed;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    top:0;
    left: 0;
    z-index: 10;
    display: none;
}


.success {
    text-align: center;
    display: block;
    padding: 20px;
    color: green;
    font: 300 14px Roboto;
}

.close {
    cursor: pointer;
    right:10px;
    top:10px;
    position: absolute;
}

#popup2 .mainForm {
    float:none;
    margin: 100px auto;
}

.form_style2{
    max-width: 900px;     background: #f3f3f2;     margin: 0 auto;    box-shadow: 6px 6px 8px rgba(0,0,0,0.2);
}
.form_style2 form{
    padding: 20px; display: block; overflow: hidden;
}

.form_style2 input, .form_style2 select, .form_style2 textarea{
    display: block; width: 100%;
    color: #C4C4C4;
    border: 0;
    box-shadow: inset 0px 0px 5px rgba(52,120,186,0.29), inset 0px 0px 5px rgba(52,120,186,0.29);
    padding-left: 40px;
    height: 40px;
    outline: none;
    background: #fff;font: 300 16px Roboto;
    margin-bottom: 10px;
}
.form_style2 select{
	-webkit-appearance:none;
    padding-left: 40px;
}
.form_style2 textarea{
    padding: 20px 40px; height: 210px; max-height: 210px;
}
.form_style2 .row{
    margin-bottom: 10px;
}
.form_style2 .row .row input, .form_style2 .row .row select{
    margin-bottom: 0;
}
.form-span{
    display: block; font-size: 24px;margin: 30px 0 10px 0;
}
.form_style2 button{
    position: absolute; bottom: 0; left: 50%; margin-left: -150px;
}
.form_style2 .input_name{
    background: #fff url("../images/man.png") 12px center no-repeat;
}
.form_style2 .input_phone{
    background: #fff url("../images/phone.png") 12px center no-repeat;
}
.form_style2 .input_email{
    background: #fff url("../images/email.png") 12px center no-repeat;
}
.form_style2 select{
     background: #fff url("../images/country.png") 12px center no-repeat;
}
.form_style2 .input_marka{
    background: #fff url("../images/yes.png") 12px center no-repeat;
}
.form_style2 .input_calendar{
    background: #fff url("../images/calendar.png") 12px center no-repeat;
}
.form_style2 .input_location{
    background: #fff url("../images/location.png") 12px center no-repeat;
}
.form_style2 .textarea_mesage{
    background: #fff url("../images/mesage.png") 12px 16px no-repeat;
}
.form_style2 input, .form_style2 select, .form_style2 textarea{
    color:#C4C4C4;
}

::-webkit-input-placeholder {color:#C4C4C4;}
::-moz-placeholder          {color:#C4C4C4;}/* Firefox 19+ */
:-moz-placeholder           {color:#C4C4C4;}/* Firefox 18- */
:-ms-input-placeholder      {color:#C4C4C4;}

.form_style2 .row.align-items-center{
    display: none;
}