@font-face {
  font-family: AvenirNext;
  font-style: normal;
  src: url(../fonts/AvenirNextCyr-Regular.ttf);
  src: url(../fonts/AvenirNextCyr-Regular.woff2) format("woff2"), url(../fonts/AvenirNextCyr-Regular.woff) format("woff"), url(../fonts/AvenirNextCyr-Regular.ttf) format("truetype");
}

i {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

input:focus-visible {
  outline: none;
}

a,
input,
li {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}

a:hover {
  text-decoration: none;
  color: #fdc518;
}

body {
  font-family: "AvenirNext";
  background: url(../img/bg-transparent.png) repeat 100%, url(../img/bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.topbar {
  min-height: 60px;
  width: 100%;
  background: rgba(35, 35, 35, 1);
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 99999;
  position: fixed;
  padding-top: 20px;

}

.topbar i.phone-ic {
  background: url(../img/call-bold-ic.svg) no-repeat;
  width: 15px;
  height: 15px;
  background-size: 15px;
  position: absolute;
  margin-right: 12px;
}

.topbar a {
  font-size: 16px;
  
}

.topbar span {
  color: #ababab;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-left: 8px;
  margin-right: 8px;
  
  display: inline-block;
}

.logo {
  background: url(../img/logo2.png) no-repeat;
  max-width: 300px;
  height: 79px;
  margin: auto;
  margin-top: 120px;
}

.logo2 {
  background: url(../img/logo2.png) no-repeat;
  background-size: auto;
width: 200px;
height: 52px;
margin: auto;

display: inline-block;
background-size: 200px 52px;
}

h1.caption {
  font-size: 32px;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}

.content {
  margin-top: 70px;
  margin-bottom: 70px;


}

.content p.caption {
  background: url(../img/arrow.png) no-repeat scroll 0% 10px;
  background-size: 10px;
  padding-right: 15px;
  font-size: 18px;
  margin-bottom: 5px;
  color: #fff;
  padding-left: 30px;
  margin-top: 20px;
  line-height: 1.7;
}

.content p.caption a {
  border-bottom: 1px dotted #fff;
}

.content p.caption span{
  font-size: 16px;
  color: #adadad;
}


.content .btn {
  background: #fdc51840;
  height: 65px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  border: 2px solid #fdc518;
  display: block;
  margin: auto;
  text-align: center;
  padding-top: 18px;
  margin-top: -3px;
  border-radius: 0px;
}

.content .btn:hover, .content .cta:hover {
  background:#fdc51885 !important;
}

.content .cta {
  background: #fdc518 !important;
  margin-top: 20px;
}

.footer .copyright {
  text-align: center;
  font-size: 14px;
  bottom: 0;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #fff;
}

.footer .copyright a {
  border-bottom: 1px dotted #fff;
}
/*# sourceMappingURL=style.css.map */