@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=cyrillic-ext,latin-ext);
    
.clear {
clear: both;
}

.row {
    margin-right: 0px;
    margin-left: 0px; 
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    padding: 0px 15px; 
    }


body{
background-size: cover;
background-attachment: fixed;
}

body{
        padding: 1px 0 0;
position: relative;
     margin: 0;
    background: url(../images/body.png);
font-family: "Open Sans";
}

input, textarea {
border: none;
}

input:focus, textarea:focus {
outline: none;
}

a, button {
transition: all 0.15s ease-out;
cursor: pointer;
color: inherit;
}

a:hover, button:hover{
text-decoration: none;
color: #fff;
}
.boxed{
max-width: 960px;
display: block;
position: relative;
box-sizing: border-box;
margin: 0 auto;
}

.boxed:after, .fw:after {
content:'';
display: block;
position: relative;
clear: both;
}

html, body {

}

header {
    padding: 20px 0 0;
    background: url(../images/header-bg.jpg) center center no-repeat;
    background-size: 100% 100%;
}


a.logo {
        width: 90%;
    height: 134px;
    background: url(../images/logo.png) center center no-repeat;
    display: block;
    margin: 0px 0 -60px;
    z-index: 2000;
    background-size: contain;
    position: relative;
}

header a.mail {
    background: url(../images/header-icon-mail.png) 0 center no-repeat;
    background-size: 31px 20px;
    color: #fff;
    display: block;
    font-size: 17px;
    padding: 0 0 0 40px;
    line-height: 30px;
    display: block;
    margin: 10px auto 10px;
}

header a.phone {
    background: url(../images/header-icon-phone.png) 0 center no-repeat;
    background-size: 33px 33px;
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 33px;
    padding: 0 0 0 40px;
    line-height: 30px;
    font-weight: 900;
    display: block;
    margin: 10px auto;
}



.header-social {
    text-align: right;
    background: rgba(0,0,0,0.3);
    margin: 10px auto;
    padding: 10px 10px;
}

.header-social span {
    color: #fff;
    font-size: 14px;
    font-style: italic;
    display: block;
    line-height: 36px;
    width: 120px;
    float: left;
    /* height: 30px; */
}

.social {
    
}

.social a{
display: inline-block;    
width: 30px;
height: 30px;
margin: 0 0px;
transition: all 0.4s ease-out;
}

.social a:hover{
 transform: scale(1.2) rotate(360deg);
 
}
.social a.fb{
 background: url(../images/social/fb.jpg) 0 0 no-repeat;
 background-size: contain;
}

.social a.yt{
 background: url(../images/social/yt.jpg) 0 0 no-repeat;
 background-size: contain;
}

.social a.ok{
 background: url(../images/social/ok.jpg) 0 0 no-repeat;
 background-size: contain;
}

.social a.vk{
 background: url(../images/social/vk.jpg) 0 0 no-repeat;
 background-size: contain;
}

.social a.telegram{
 background: url(../images/social/telegram.png) 0 0 no-repeat;
 background-size: contain;
}

.social a.instagram{
 background: url(../images/social/instagram.jpg) 0 0 no-repeat;
 background-size: contain;
}

.social a.whatsapp{
 background: url(../images/social/whatsapp.png) 0 0 no-repeat;
 background-size: contain;
}


a.header-viber{
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 5px 0 0 ;
 background: url(../images/social/viber.png) 0 0 no-repeat;
 background-size: contain;
}


a.header-whatsapp{
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 0px 0 0 ;
 background: url(../images/social/whatsapp.png) 0 0 no-repeat;
 background-size: contain;
}



header a.getcall {
    display: block;
    background: #de9d01 url(../images/header-getcall.png) 10px center no-repeat;
    color: #333;
    padding: 7px 15px 7px 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    font-style: italic;
    line-height: 43px;
    margin: 0 0 10px;
}

header a.getcall:hover {

    background-color:#d10044;
    color: #fff;
}
.navbar {
    margin: 0px auto 0;
    background-color: #0e4888;
}

.navbar-inverse {
    background-color: #0e4888;
    border-color: transparent;
    border: none;
}


.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
    background: #0e4888;
        max-width: 960px;
    margin: 0 auto;
}


.navbar-nav {
    float: right;


}


.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
}

.navbar-nav>li {
    
}

#owl-demo .item {
    background: #fff;
    /* padding: 30px 0px; */
    margin: 0px;
    color: #FFF;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    /*border-radius: 13px;*/
    overflow: hidden;
    display: block;
    text-align: center;
    border: 0px solid rgba(255,255,255,0.3);
    transition: all 0.15s ease-out;
}

#owl-demo .item  img{
    transition: all 10s ease-out;
    display: block;
    width: 100%;
}
#owl-demo .item:hover  img{
    transform: scale(1.05);
}

#owl-demo .item  div.readmore{
        display: block;
    position: absolute;
    right: 93px;
    width: 200px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    bottom: 20px;
    border: 1px solid #fff;
    opacity: 0;
    transition: all 0.5s ease-out;
}
#owl-demo .item:hover  div.readmore{
    opacity: 1;
    bottom: 40px;
}

#owl-demo .item  div.readmore:hover{

    background: #d10044;

}
.form-section {
    padding: 30px 0;
}
form.zayavka {
    display: block;
    margin: 0 auto;
    padding: 20px;
    background: #d10044;
}

form.zayavka .title{
    display: block;
    margin: 5px 0 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

form.zayavka input[type="text"] , form.zayavka input[type="mail"]{
display: block;
width: 100%;
font-size: 18px;
line-height: 24px;
padding: 2px 8px;
background: #fff;
outline: none;
border: none;	
    margin: 5px 0;
}


form.zayavka select{
display: block;
width: 100%;
font-size: 18px;
line-height: 24px;
padding: 2px 8px;
background: #fff;
outline: none;
border: none;	
    margin: 5px 0;
}

form.zayavka textarea{
display: block;
width: 100%;
font-size: 18px;
line-height: 20px;
padding: 4px 8px;
background: #fff;
outline: none;
border: none;	
    margin: 5px 0;
    max-width: 100%;
    min-height: 100px;
}

form.zayavka input[type="submit"] {
display: block;
width: 100%;
font-size: 24px;
line-height: 24px;
padding: 15px 15px;
background: #ff7a0b;
outline: none;
border: 1px solid #fff;
text-align: center;
    margin: 5px 0;
    color: #fff;
    transition: all 0.5s ease-out;
    
}

form.zayavka input[type="submit"]:hover {
cursor: pointer;
background: #0e4888;

    
}

a.link-country {
    display: block;
    width: 100%;
    height: 73px;
    padding: 0 0 0 220px;
    margin: 0px 0 10px;
    
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 73px;
    
}

a.link-country:hover {
    transform: scale(1.05);
}




a.link-country.china {
    background: #d10044 url(../images/countries-home/china.jpg) 0 0 no-repeat;
}


a.link-country.japan {
    background: #d10044 url(../images/countries-home/japan.jpg) 0 0 no-repeat;
}


a.link-country.korea{
    background: #d10044 url(../images/countries-home/korea.jpg) 0 0 no-repeat;
}


a.link-country.singapore {
    background: #d10044 url(../images/countries-home/singapore.jpg) 0 0 no-repeat;
}




.home-why {
    background: rgba(0,0,0,0.1);
    padding: 20px 0;
}


.home-why .title{
    display: block;
    margin: 20px auto;
    color: #007fb4;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
}

.home-why p{
    color: #666666;
    font-size: 16px;
    font-style: italic;
    padding: 0 0 0 40px;
    margin: 15px 0;
    background: url('../images/checked.png') 0 0 no-repeat;
}



.premacies {
    background: rgba(0,0,0,0.0);
    padding: 20px 0;
}




.premacies  .title{
        display: block;
    margin: 20px auto;
    color: #d4003c;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
}


.premacies .one-premacy {
    background: #d4003c;
    border: 1px solid #fff;
    min-height: 320px;
}


.premacies .one-premacy  img{
max-width: 200px;
display: block;
margin: 40px auto 20px;	
}



.premacies .one-premacy span{
display: block;
margin: 10px 15px 30px;	
color: #fff;
font-size: 17px;
text-align: center;
}



    
.home-dopinfo {
    background: #0072b9;
        padding: 20px 0;
}
    

.home-dopinfo .title{
        display: block;
    margin: 30px auto 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    text-shadow: 0 0 1px rgba(0,0,0,0.6);
    text-transform: uppercase;
}


    

.home-dopinfo p{
        display: block;
    margin: 10px auto;
    color: #fff;
    font-size: 15px;
    color: #FFF;
}


.vacancies {
    background: rgba(0,0,0,0.0);
    padding: 20px 0;
}




.vacancies  .title{
        display: block;
    margin: 20px auto;
    color: #d4003c;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}


.vacancy-holder {
    background: rgba(0,0,0,0.1);
}

.vacancy-list {
    padding: 0 !important;
}
.vacancy-list a {
    display: block;
    padding: 20px 20px;
    font-size: 14px;
    color: #333;
    background: rgba(0,0,0,0.1);
    font-weight: 700;
}

.vacancy-list a.active {
    background: none;
}

.vacancy-text div {
    display: none;
    padding: 20px 15px;
}

select.vacancy {
display: none;	
}


footer {
    padding: 30px 0;
    background: #0e4888;
}

footer .copyright p{
    font-size: 13px;
    color: #fff;
    font-style:italic;
    margin: 0 0 15px;
}


footer   form.subscribe .title{
    font-size: 15px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 0 15px;
    text-shadow: 0 0 2px rgba(0,0,0,0.8);
}
 
 
 footer   form.subscribe input {
     
     background: rgba(0,0,0,0.7);
     color: #fff;
     font-size: 16px;
     display: block;
     margin: 5px 0;
     padding: 2px 10px;
     width: 100%;
     border: none;
     outline: none;
     line-height: 24px;
     
 }
 
  footer   form.subscribe input[type="submit"] {
     
     background: rgba(0,0,0,0.7);
     color: #fff;
     font-size: 18px;
     font-weight: 700;
     display: block;
     margin: 5px 0;
     padding: 12px 10px;
     width: 100%;
     border: none;
     outline: none;
     line-height: 24px;
     
 }
 
  footer   form.subscribe input[type="submit"]:hover {
 background: #d10044;
 cursor: pointer;
  }
  
  
  footer p.p1 {
      font-size: 22px;
      text-align: right;
      margin: 0px 0 20px;
      color: #fff;
      font-weight: 900;
  }
  
  
  footer p.p2 {
      font-size: 17px;
      text-align: right;
      margin: 10px 0;
      font-weight: 900;
      color: #fff;
  }
  
  
  footer p.p3 {
      font-size: 15px;
      margin: 10px 0;
      color: #fff;
      text-align: right;
  }
  
  .page{
      margin: 30px 0;
  } 
  
    .page *{
            
  font-family: "Open Sans";
    }

    .page h2{
      margin: 20px 0 10px;
      font-size: 24px;
      color: #0e4888;
      font-weight: 700;
      text-align: center;
  } 
  
    
    .page h3{
      margin: 1px 0 10px;
      font-size: 20px;
      color: #0e4888;
      font-weight: 400;
      text-align: center;
  } 
  
      .page h3.box{
      margin: 25px 0 10px;
      font-size: 20px;
      background: #0e4888;
      font-weight: 400;
      color:#fff;
      padding: 15px 15px;
      text-align: center;
  } 
  
      .page h3 b{
font-weight: 400 !important;
  } 
  
  
  
  h1.side-title {
      display: block;
    margin: 20px auto;
    color: #333; /* #007fb4;*/
    font-size: 24px;
    font-weight: 900;
    text-align: center;
  }
  
  .sidebar-holder {
      background: rgba(0,0,0,0.8);
      padding: 40px 0;
  }
  
  .flag-sidebar {
      margin: 20px auto 10px;
  }
  
  .sidebar-title {
      font-size: 20px;
      text-align: center;
      color: #fff;
      text-transform: uppercase;
      display: block;
      margin: 10px auto 20px;
  }
  
  .trebuetsya {
     /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff7400+0,ff7400+100;Orange+Flat */
background: #eee;
      padding: 15px;
      margin: 20px auto;
  }
  
  .trebuetsya .title1 {
      font-size: 20px;
      color: #0e4888;
      /*text-shadow: 1px 1px 2px rgba(0,0,0,0.7);*/
      font-weight: 900;
      text-align: center;
      text-transform: uppercase;
      display: block;
      margin: 15px 0 0;
  }
  
    .trebuetsya .title2 {
font-size: 18px;
    color: #666;
    /* text-shadow: 1px 1px 1px rgba(0,0,0,0.7); */
    text-align: center;
    font-weight: 700;
    display: block;
    margin: 10px 0 15px;
  }
  
  
      .trebuetsya p {
      font-size: 16px;
      color: #333;
margin: 10px 0;
      display: block;
      text-align: center;
  }
  
  .sidebar-links {
      margin: 25px 0;
  }
  
  .sidebar-links .title{
      font-size: 18px;
      text-transform: uppercase;
      color: #999;
      font-weight: 900;
      margin: 10px 0 10px;
      display: block;
  }
  
  
  .sidebar-links a{
      color: #444;
      display: block;
      line-height: 40px;
      font-size: 16px;
      padding: 10px 10px 10px 60px;
      margin: 1px 0;
  }
  
  
  .sidebar-links a.china{
   background-color: rgba(0,0,0,0.1); 
   background-image:  url(../images/flags/png/128/China.png) ;
   background-position: 10px center ;
   background-repeat: no-repeat;
   background-size: 40px 40px;
  }
  
  
  .sidebar-links a.singapore{
   background-color: rgba(0,0,0,0.1); 
   background-image:  url(../images/flags/png/128/Singapore.png) ;
   background-position: 10px center ;
   background-repeat: no-repeat;
   background-size: 40px 40px;
  }
  
  
  .sidebar-links a.korea{
   background-color: rgba(0,0,0,0.1); 
   background-image:  url(../images/flags/png/128/South-Korea.png) ;
   background-position: 10px center ;
   background-repeat: no-repeat;
   background-size: 40px 40px;
  }
  
  
  .sidebar-links a.japan{
   background-color: rgba(0,0,0,0.1); 
   background-image:  url(../images/flags/png/128/Japan.png) ;
   background-position: 10px center ;
   background-repeat: no-repeat;
   background-size: 40px 40px;
  }
  
  .sidebar-links a.china:hover, .sidebar-links a.japan:hover, .sidebar-links a.korea:hover, .sidebar-links a.singapore:hover   {
      background-color: #d10044;
      color: #fff;
  }
  
  
  .sidebar-links a.active{
      background-color: rgba(0,0,0,0.2);
  }
  
  .navbar-inverse .navbar-nav>li>a:hover {
    background: rgba(0,0,0,0.2);
}
  .navbar-inverse .navbar-nav>li>a.active {
    background: #d10044;
}

a.contacts-phone {
    font-size: 24px;
    color: #d10044;
    font-weight: 900;
}

a.contacts-mail {
    font-size: 18px;
    color: #0e4888;
    font-weight: 900;
}
a.contacts-phone:hover, a.contacts-mail:hover {
    color: inherit;
    text-decoration: underline;
}















#overlay {
    position: fixed;
    z-index: 9000;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
}


#modal-callback {
    position: fixed;
    width: 600px;
    height: 360px;
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 9500;
    margin: -150px 0 0 -300px;
    display: none;
   background: #fff;
    background-size: contain;
    border: 3px solid #fff;
    box-shadow: 0 0 10px 4px rgba(0,0,0,0.5);
}

#message-sent {
    position: fixed;
    width: 360px;
    height: 360px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    color: #fff;
    z-index: 9500;
    margin: -150px 0 0 -180px;
    display: none;
   background: #d10044;
    background-size: contain;
    border: 3px solid #fff;
    box-shadow: 0 0 10px 4px rgba(0,0,0,0.5);
    padding: 100px 30px 0;
}

#modal-callback  span.title{
 text-align: center; 
 display: block;
 font-size: 22px;
 color: #222;
     letter-spacing: 1pt;
 text-transform: uppercase;
 margin: 15px auto;
}

#modal-callback p{
 text-align: center; 
 font-size: 17px;
 color: #333;
}

#message-sent p, #modal-callback p {
    text-align: center;
    font-size: 17px;
    color: #fff;
}

#modal-callback form{
 width: 80%;
 margin: 90px auto 0;
}


#zvonok form{
 width: 80%;
 margin: 167px auto 0;
}


#modal-callback form p, #zvonok form p {
 font-size: 17px;
 text-align: center;
 color: #333;
}
#modal-callback input[type="text"], #modal-callback input[type="email"], #zvonok input[type="text"], #zvonok input[type="email"]{
 display: block;   
 width: 100%;
 border: none;
 margin: 5px 0;
 border-radius: 0px;
line-height: 30px;
 font-size: 20px;
 box-sizing: border-box;
 padding: 0 15px;
 color: #6a0b0b;
 border: 1px solid rgba(0,0,0,0.6);
}

#modal-callback input[type="text"]:focus, #modal-callback input[type="email"]:focus, #zvonok input[type="text"]:focus, #zvonok input[type="email"]:focus{
 border: 1px solid #6a0b0b;
 outline: none;
}

#modal-callback textarea, #zvonok textarea{
 display: block;   
 width: 100%;
 border: none;
 margin: 5px 0;
 border-radius: 4px;
 height: 80px;
 font-size: 20px;
 box-sizing: border-box;
 padding: 0 15px;
 color: #6a0b0b;
 border: 1px solid rgba(0,0,0,0);
 max-width: 100%;
}

#modal-callback textarea:focus, #zvonok textarea:focus {
 border: 1px solid #333;
 outline: none;
}


#modal-callback input[type="submit"], #zvonok input[type="submit"] {
 display: block;   
 width: 80%;
 border: none;
 margin: 20px auto;
 border-radius: 0px;
 font-size: 20px;
     letter-spacing: 1pt;

 line-height: 34px;
 box-sizing: border-box;
 padding: 5px 15px 5px;
 background: #fff;
 color: #0e4888;
  outline: none;
 border: 1px solid #0e4888;
     font-size: 20px;
    font-weight: 900;
    font-style: italic;
}

#modal-callback input[type="submit"]:hover, #modal-callback input[type="submit"]:focus, #zvonok input[type="submit"]:hover, #zvonok input[type="submit"]:focus{
 border: 1px solid #0e4888;
color: #fff;
 cursor: pointer;
 background: #0e4888;
}


.icon-close {
    display: block;
        width: 40px;
    height: 40px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: url(../images/close.png) center 0 no-repeat;
    background-size: contain;
    cursor: pointer;
   opacity: 0.8;
}

.icon-close:hover {
background: url(../images/close.png) center 0 no-repeat;
background-size: contain;
opacity: 1;
}



.med-whatsapp, .sidebar-links a.med-whatsapp{
    margin: 20px 0 20px;
    color: #24a416;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
display: block;
padding: 0;
    text-align: center;
}

.med-whatsapp span, .sidebar-links a.med-whatsapp span{
display: none;    
}

.med-whatsapp:hover, .sidebar-links a.med-whatsapp:hover {
    color:  #24a416;
}

.med-whatsapp:hover span, .sidebar-links a.med-whatsapp:hover span{
display: inline;    
}


.med-whatsapp img, .sidebar-links a.med-whatsapp img {
 margin: 0 auto 10px; 
 width: 50px;
 transition: all 0.15s ease-out;
}

.med-whatsapp:hover img, .sidebar-links a.med-whatsapp:hover img {
    
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}




.med-viber, .sidebar-links a.med-viber{
    margin: 20px 0 20px;
    color: #7c4990;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
display: block;
    text-align: center;
    padding: 0;
}


.med-viber span, .sidebar-links a.med-viber span{
display: none;     
}

.med-viber:hover, .sidebar-links a.med-viber:hover {
    color:  #7c4990;
}

.med-viber:hover span, .sidebar-links a.med-viber:hover span{
display: inline;    
}


.med-viber img, .sidebar-links a.med-viber img{
 margin: 0 auto 10px; 
 width: 50px;
 transition: all 0.15s ease-out;
}

.med-viber:hover img, .sidebar-links a.med-viber:hover img{
    
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

p.country {
    font-size: 20px;
    margin: 10px 0;
    color: #333;
    text-align: center;
}

p.country a{
    color: #0e4888;
}



p.country a:hover{
    text-decoration: underline;
}


p.city {
    font-size: 18px;
    margin: 10px 0 20px;
    color: #333;
    text-align: center;
}



a.club-link {
    display: block;
    margin: 15px 0;
    
}

a.club-link:hover {
transform: scale(1.05);    
}


a.club-link img{
 display: block;
 width: 100%;
 border-radius: 50%;
 margin: 0 0 10px;
}


a.club-link .title {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    font-weight: 700;
    font-style: italic;
}

a.club-link:hover .title {
   color: #0e4888;
}



a.sidebar-link {
    display: block;
    color: #fff;
    background: #0e4888;
    padding: 15px 15px;
    font-size: 18px;
    text-align: center;
}

a.sidebar-link:hover {
 background: #d10044;   
}




@media (max-width: 768px)   { 
    .header-social span {
        color: #fff;
        font-size: 14px;
        font-style: italic;
        display: block;
        line-height: 23px;
        width: 100%;
        float: none;
        text-align: center;
        /* height: 30px; */
    }
    
    .header-social {
text-align: center;
    background: rgba(0,0,0,0.1);
    margin: 20px auto;
    padding: 5px 10px;
}

header a.logo {
    margin: 10px auto;
    height: 100px;
} 
    header a.mail , header a.phone {
            width: 240px;
            margin: 10px auto;
    }
    
.navbar-nav {
    float: none;


}
    
    
    
    
.premacies .one-premacy {
    background: #d4003c;
    border: 1px solid #fff;
    min-height: 20px;
    margin: 10px;
    box-sizing: border-box;
    width: auto;
}

    
.vacancy-list a {
    display: none;
}
    
    
select.vacancy {
    background: rgba(0,0,0,0.7);
    display: block;
    width:100%;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    padding: 15px ;
}
    
     footer p.p1,  footer p.p2,  footer p.p3 {
                text-align: center;
     }
     
    #owl-demo .item:hover  div.readmore{
    opacity: 0;
    bottom: 40px;
}

a.link-country {
display: block;
    width: 100%;
    height: 73px;
    padding: 0 0 0 50%;
    margin: 0px 0 10px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 73px;
    background-size: 50% 100% !important;
}

.form-section .links {
    margin: 10px 0;
}


#modal-callback {
    position: fixed;
    width: 320px;
    height: 360px;
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 9500;
    margin: -150px 0 0 -160px;
    display: none;
   background: #fff;
    background-size: contain;
    border: 3px solid #fff;
    box-shadow: 0 0 10px 4px rgba(0,0,0,0.5);
}

.header-contacts {
    text-align: center;
}
}

