body {
    -webkit-font-smoothing: antialiased;
}

b {font-weight: 700 !important; }

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.wrapper {
    max-width: 1250px;
    margin: 0px auto;
    padding: 0 15px;
}
.wrapper_m {
    max-width: 767px;
    margin: 0px auto;
    padding: 0 15px;
}

.type1_btn {
    border: 0;
    border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
    padding: 17px 50px;
    transition: .3s;
}

@media screen and (max-width: 1200px) {
  .wrapper {max-width: 970px;}
}
@media screen and (max-width: 992px) {
  .wrapper {max-width: 750px;}
}
@media screen and (max-width: 767px) {
  .wrapper {max-width: none; padding: 0 15px;}
}
@media screen and (max-width: 390px) {
  .wrapper_m {max-width: none; padding: 0 15px;}
}
@media screen and (max-width: 375px) {}