
body {
  font-family: 'Lato', arial, sans-serif;
  color: #444444;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #17baef;
}
a {
  color: #17baef;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  text-decoration: none;
}

.btn,
a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-family: 'Montserrat', arial, sans-serif;
  padding: 8px 16px;
  font-weight: bold;
}
.btn .fa,
a.btn .fa {
  margin-right: 5px;
}
.btn:focus,
a.btn:focus {
  color: #fff;
}
a.btn-cta-primary,
.btn-cta-primary {
  background: #074f66;
  border: 1px solid #074f66;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
a.btn-cta-primary:hover,
.btn-cta-primary:hover {
  background: #053c4e;
  border: 1px solid #053c4e;
  color: #fff;
  text-decoration: none; 
}
a.btn-cta-secondary,
.btn-cta-secondary {
  background: #FFC800;
  border: 1px solid #FFC800;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
a.btn-cta-secondary:hover,
.btn-cta-secondary:hover {
  background: #ecb728;
  border: 1px solid #ecb728;
  color: #fff;
}
.text-highlight {
  color: #074f66;
}
.offset-header {
  padding-top: 90px;
}
pre code {
  font-size: 16px;
}
/* ======= Header ======= */
.header {
  padding: 5px 0;
  background: #FFF;
  color: #fff;
  width: 100%;
}
.header.navbar-fixed-top {
  background: #fff;
  z-index: 9999;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.header.navbar-fixed-top .logo a {
  color: #17baef;
}
.header.navbar-fixed-top .main-nav .nav .nav-item a {
  color: #666666;
}
.header .logo {
  margin: 0;
  font-size: 26px;
  padding-top: 10px;
}
.logo.pull-left .lang a{
  margin-left: 3px;
  font-weight: 500;
  font-size: 17px;
  color: #074f66;
  text-decoration: none;
  display: inline-block;
  width: 26px;
  height: 24px;
  line-height: 24px;
  border-radius: 3px;
  text-align: center;
}
.logo.pull-left .lang a:first-child{
margin-left: 15px;
}
.logo.pull-left .lang a.curr{
background: #FFC800;
color: #fff;
}
.logo.pull-left .lang a:hover{
background: #FFC800;
color: #fff;
}
.header .logo a {
  color: #17baef;
}
.header .logo a:hover {
  text-decoration: none;
}
.header .main-nav button {
  background: #074f66;
  color: #fff !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.header .main-nav button:focus {
  outline: none;
}
.header .main-nav button .icon-bar {
  background-color: #fff;
}
.header .main-nav .navbar-collapse {
  padding: 0;
}
.header .main-nav .nav .nav-item {
  font-weight: normal;
  margin-right: 30px;
  font-family: 'Montserrat', sans-serif;
}
.header .main-nav .nav .nav-item.active a {
  color: #17baef;
  background: none;
}
.header .main-nav .nav .nav-item a {
  color: #074f66;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  font-size: 14px;
  padding: 15px 10px;
  font-weight: 600;
}

.header .main-nav .nav .nav-item a:focus {
  outline: none;
  background: none;
}
.header .main-nav .nav .nav-item a:active {
  outline: none;
  background: none;
}
.header .main-nav .nav .nav-item.active {
  color: #17baef;
}
.header .main-nav .nav .nav-item.last {
  margin-right: 0;
}
/* ======= Promo Section ======= */
.promo {
  background: #17baef;
  color: #fff;
  padding-top: 70px;
  padding-bottom: 20px;
}
.promo .title {
  font-size: 98px;
  color: #074f66;
  margin-top: 0;
}
.promo .title .highlight {
  color: #FFC800;
}
.promo .intro {
  font-size: 28px;
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.promo .btns .btn {
  margin-right: 15px;
  font-size: 18px;
  padding: 8px 30px;
}
.promo .meta {
  margin-top: 40px;
  margin-bottom: 10px;
  color: #0a7396;
}
.promo .meta li {
  margin-right: 15px;
  vertical-align: middle;
}
.promo .meta a {
  color: #fff;
}
.promo .meta a:hover {
  color: #074f66;
}

.promo .social-media li {
  margin-top: 15px;
}
.promo .social-media li.facebook-like {
  margin-top: 0;
  position: relative;
  top: -5px;
}
/* ======= About Section ======= */
.about {
  padding: 70px 0;
  background: #fff;
}
.about .title {
  color: #074f66;
  margin-top: 0;
  margin-bottom: 40px;
}
.about .intro {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 0px;
}
.about .item {
  position: relative;
  margin-bottom: 30px;
}
.about .item .icon-holder {
  position: absolute;
  left: 30px;
  top: 0;
}
.about .item .icon-holder .fa {
  font-size: 24px;
  color: #ffc800;
}
.about .item .content {
  padding-left: 60px;
}
.about .item .content .sub-title {
  margin-top: 0;
  color: #074f66;
  font-size: 18px;
}
/* ======= Features Section ======= */
.features {
  padding: 40px 0;
  background: #17baef;
  color: #fff;
}
.features .title {
  color: #074f66;
  margin-top: 0;
  margin-bottom: 30px;
}


.features .feature-list li {
  margin-bottom: 10px;
  color: #074f66;
}
.features .feature-list li .fa {
  margin-right: 5px;
  color: #fff;
}
/* ======= Docs Section ======= */
.docs {
  padding: 80px 0;
  background: #f5f5f5;
}
.docs .title {
  color: #074f66;
  margin-top: 0;
  margin-bottom: 30px;
}
.docs .docs-inner {
  max-width: 800px;
  background: #fff;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
}
.docs .block {
  margin-bottom: 60px;
}
.docs .code-block {
  margin: 30px inherit;
}
.docs .code-block pre[class*="language-"] {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* ======= Footer ======= */
.footer {
  padding: 15px 0;
  background: #042a36;
  color: #fff;
}
.footer .copyright {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.footer .fa-heart {
  color: #fb866a;
}

.desctop-but{
  display: block !important;
}
.mobil-but{
 display: none !important;
           
}

.mobil-but a{
  text-decoration: none;
      background: #074f66 !important;
    border: 1px solid #074f66 !important;
    color: #fff !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    padding: 8px 30px !important;
        font-family: 'Montserrat', arial, sans-serif;
        line-height: 1;
            border-radius: 4px;

}
.old{
  font-size: 30px !important;
  color: #FFC800;
}







/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {

.desctop-but{
  display: none !important;
}
.mobil-but{
  display: block !important;
}
  .header .main-nav button {
    margin-right: 0;
  }
  .header .main-nav .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }
  .promo .btns .btn {
    margin-right: 0;
    clear: both;
    display: block;
    margin-bottom: 30px;
  }
  .promo .title {
    font-size: 66px;
  }
  .promo .meta {
    margin-top: 60px;
  }
  .promo .meta li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
  .contact .author-message {
    text-align: center;
  }
  .contact .author-message .profile {
    position: static;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .contact .author-message .speech-bubble {
    margin-left: 0;
  }
  .contact .author-message .speech-bubble:after {
    display: none;
  }
  .contact .social-icons a {
    width: 36px;
    height: 36px;
    padding-top: 7px;
    margin-right: 2px;
  }
  .contact .social-icons a .fa:before {
    font-size: 18px;
  }
}
.iphone_img{
  background-size: cover;
  background-image: url(../../img/iphone.png);
  height: 375px;

}
.meta.list-inline img{
  width: 144px;
}
.short_number a{
  line-height: 30px;
  font-size: 22px;
  letter-spacing: 2px;
  color: #FFC800;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
p.title2{
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 5px; 
}
#features img {
  width: 165px;
}
#features .btn.btn-cta-secondary{
      padding: 13px 10px;
}
.about.section .content h3 i{
  color: #FFC800;
  padding-right: 15px; 
}
#about h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #074f66;
    font-size: 18px;
}
.about.section .container h3 i {
    color: #FFC800;
    padding-right: 15px;
}


@media (max-width: 767px) {

.promo {
    background: #17baef;
    color: #fff;
    padding-top: 20px;
}
.promo .title {
    font-size: 46px;
}
.promo .intro {
    font-size: 22px;
    max-width: 680px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.iphone_img{
  display: none;
}
.promo .meta {
    margin-top: 10px;
}
.promo .meta li br{
  display: none;
}

.promo .meta li a{
  padding: 0 10px;
}
.about .title {
    color: #074f66;
    margin-top: 0;
    margin-bottom: 20px;
}
h2{
  font-size: 22px;
}
.about .intro {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 0px;

}
.about .item .content {
     padding-left: 0px; 
}
.about {
    padding: 20px 0;
    background: #fff;
}
}

.town_gps{
  width: 220px;
  height: 220px;
  background-color: transparent;
  background-image: url(../img/lviv.jpg);
  background-size: cover;
  border: 4px solid #fff;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  box-shadow: 0 0 0px 0px #fff inset;
}
.town_gps2{
  background-image: url(../img/lutsk.jpg);
}
.town_gps3{
  background-image: url(../img/rivne.jpg);
}
.town_gps4{
  background-image: url(../img/uzgorod.jpg);
}
.promo .intro {
color: #042a36;
font-size: 20px;
padding-top: 10px;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
}

.promo .intro2 {
color: #fff;
font-size: 28px;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
padding-bottom: 40px;
padding-top: 20px;

}
.promo .intro3 {
color: #fff;
font-size: 28px;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
padding-bottom: 0px;
padding-top: 20px;

}


.town_block:hover .town_gps{
 border: 4px solid #FFC800;
 color: #fff;
}
.town_block:hover  p.intro{
 color: #fff;
}
.pull-right .lang a{
  margin-left: 3px;
  font-weight: 500;
  font-size: 17px;
  color: #074f66;
  text-decoration: none;
  display: inline-block;
  width: 26px;
  height: 24px;
  line-height: 24px;
  border-radius: 3px;
  text-align: center;
}
.pull-right .lang a:first-child{
margin-left: 15px;
}
.pull-right .lang a.curr{
background: #FFC800;
color: #fff;
}
.pull-right .lang {
margin-top: 9px;
display: inline-block;
}
.pull-right .lang a:hover{
background: #FFC800;
color: #fff;
}


.logo.pull-left .lang2 a{
  margin-left: 3px;
  font-weight: 500;
  font-size: 17px;
  color: #074f66;
  text-decoration: none;
  display: inline-block;
  width: 26px;
  height: 24px;
  line-height: 24px;
  border-radius: 3px;
  text-align: center;
}
.logo.pull-left .lang2 a:first-child{
margin-left: 15px;
}
.logo.pull-left .lang2 a.curr{
background: #FFC800;
color: #fff;
}
.logo.pull-left .lang2 a:hover{
background: #FFC800;
color: #fff;
}
@media (max-width: 767px) {


.town_gps{
  width: 110px;
  height: 110px;
  background-color: transparent;

  background-size: cover;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
}

.promo .intro2 {
    color: #fff;
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 10px;
}
.promo .intro {
    
    margin-bottom: 10px;
    padding-top: 0px;
}
.promo .intro2 {
    color: #fff;
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding-bottom: 0px;
    padding-top: 0px;
}
}