@font-face {
  font-family: "Proxima Nova Regular";
  src: url("ProximaNova-Regular.eot");
  src: url("ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("ProximaNova-Regular.woff") format("woff"), url("ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova Semibold";
  src: url("ProximaNova-Semibold.eot");
  src: url("ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("ProximaNova-Semibold.woff") format("woff"), url("ProximaNova-Semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova Bold";
  src: url("ProximaNova-Bold.eot");
  src: url("ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("ProximaNova-Bold.woff") format("woff"), url("ProximaNova-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Proxima Nova Semibold", sans-serif;
  font-size: 20px;
  color: #242424;
  background-color: #fff;
}

h1 {
  color: #242424;
  font-family: "Proxima Nova Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 110%;
}

h2 {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  color: #828282;
}

h4 {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
}

p {
  font-family: "Proxima Nova Regular", sans-serif;
  color: #242424;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}

li {
  font-family: "Proxima Nova Regular", sans-serif;
  color: #242424;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
}

.container {
  max-width: 1270px;
  margin: 0 auto;
}

.utour-logo {
  width: 150px;
}

.container-fluid {
  max-width: 1270px;
}

.navbar {
  padding: 20px 0 0 0;
}

.nav-item {
  padding-top: 30px;
  padding-right: 64px;
  padding-left: 15px;
}

.nav-link {
  padding-bottom: 0px;
  font-weight: 600;
  font-size: 20px;
}

.title {
  margin: 100px auto 60px;
}

.title-h1 {
  margin-bottom: 20px;
}

.text-main {
  margin: auto;
}

.other {
  margin: 30px auto;
}

#footer {
  margin-top: 80px;
  height: 270px;
  background-color: #242424;
}

.text-footer {
  color: #fff;
  font-family: "Proxima Nova Semibold", sans-serif;
  padding-top: 40px;
}

.col-first {
  margin-top: 48px;
}

.col-second {
  margin-top: 74px;
  padding: 0;
}

.footer-link {
  display: inline-block;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

a {
  text-decoration: none;
}

.socials {
  margin-bottom: 30px;
}

.social-m {
  padding-right: 20px;
}

.col-third {
  margin-top: 71px;
}

@media screen and (max-width: 640px) {
  #footer {
    height: auto;
    background-color: #242424;
  }
  .col-first {
    text-align: center;
  }
  .col-third {
    text-align: center;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  #footer {
    height: auto;
    background-color: #242424;
  }
  .col-first {
    text-align: center;
  }
  .col-second {
    text-align: center;
  }
  .col-third {
    text-align: center;
    margin-bottom: 50px;
  }
}
/*# sourceMappingURL=styles-priv.css.map */