html{
  font-size: 62.5%;
}
body{
  font: 400 1.8rem/1.65 'geometria', Arial, sans-serif;
}
@media (min-width: 768px) {
	body {
		font-size: 2rem;
	}
}

@media (min-width: 992px) {
	body {
		font-size: 2.2rem;
		line-height: 1.8;
	}
}
.clearfix:after{
  content: "";
  display: table;
  clear: both;
}
.bordered__bottom-white{
  border-bottom: solid 1px #fff;
}
.hero__arrow{
  display: block;
  height: 18px;
  width: 30px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -15px;
  cursor: pointer;
}
@media screen and (max-width: 991.98px) {
  .hero__arrow{
    bottom: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .hero__arrow{
    bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .hero__arrow{
    bottom: 15px;
  }
}
.hero__arrow-img{
  display: block;
  width: 30px;
}
.gotop{
  display: inline-block;
  margin-top: 100px;
}
.gotop__link{
  line-height: 64px;
  display: block;
  position: relative;
  color: #fff;
  border: solid 2px #fff;
  width: 64px;
  height: 64px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.35s ease;
}
.gotop__link:hover{
  color: #000;
  background-color: #d8d8d8;
  text-decoration: none;
}
.gotop__link-inner{
  display: block;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gotop__arrow{
  font-size: 16px;
  margin-bottom: 5px;
}
.gotop__label{
  line-height: 15px;
  font-size: 13px;
}
.gotop__arrow,
.gotop__label{
  display: block;
}
.white-link{
  color:#fff;
  transition: color 0.35s ease;
}
.white-link:hover{
  color: #ccc;
  text-decoration: none;
}