@font-face {
  font-family: "Raleway";
  font-weight: 700;
  font-style: normal;

  src: url("../fonts/Raleway/raleway-bold/raleway-bold.woff2") format("woff2"), url("../fonts/Raleway/raleway-bold/raleway-bold.woff") format("woff"), url("../fonts/Raleway/raleway-bold/raleway-bold.ttf") format("truetype"), url("../fonts/Raleway/raleway-bold/raleway-bold.svg#Raleway") format("svg");
}
@font-face {
  font-family: "Raleway";
  font-weight: 400;
  font-style: normal;

  src: url("../fonts/Raleway/raleway-regular/raleway-regular.woff2") format("woff2"), url("../fonts/Raleway/raleway-regular/raleway-regular.woff") format("woff"), url("../fonts/Raleway/raleway-regular/raleway-regular.ttf") format("truetype"), url("../fonts/Raleway/raleway-regular/raleway-regular.svg#Raleway") format("svg");
}
@font-face {
  font-family: "Raleway";
  font-weight: 600;
  font-style: normal;

  src: url("../fonts/Raleway/raleway-semibold/raleway-semibold.woff2") format("woff2"), url("../fonts/Raleway/raleway-semibold/raleway-semibold.woff") format("woff"), url("../fonts/Raleway/raleway-semibold/raleway-semibold.ttf") format("truetype"), url("../fonts/Raleway/raleway-semibold/raleway-semibold.svg#Raleway") format("svg");
}
@font-face {
  font-family: "Rockwell";
  font-weight: 700;
  font-style: normal;

  src: url("../fonts/Rockwell/Rockwell-Bold/Rockwell-Bold.woff2") format("woff2"), url("../fonts/Rockwell/Rockwell-Bold/Rockwell-Bold.woff") format("woff"), url("../fonts/Rockwell/Rockwell-Bold/Rockwell-Bold.ttf") format("truetype"), url("../fonts/Rockwell/Rockwell-Bold/Rockwell-Bold.svg#Rockwell") format("svg");
}
@font-face {
  font-family: "Rockwell";
  font-weight: 400;
  font-style: italic;

  src: url("../fonts/Rockwell/Rockwell-Italic/Rockwell-Italic.woff2") format("woff2"), url("../fonts/Rockwell/Rockwell-Italic/Rockwell-Italic.woff") format("woff"), url("../fonts/Rockwell/Rockwell-Italic/Rockwell-Italic.ttf") format("truetype"), url("../fonts/Rockwell/Rockwell-Italic/Rockwell-Italic.svg#Rockwell") format("svg");
}
@font-face {
  font-family: "Rockwell";
  font-weight: 400;
  font-style: normal;

  src: url("../fonts/Rockwell/Rockwell-Regular/Rockwell.woff2") format("woff2"), url("../fonts/Rockwell/Rockwell-Regular/Rockwell.woff") format("woff"), url("../fonts/Rockwell/Rockwell-Regular/Rockwell.ttf") format("truetype"), url("../fonts/Rockwell/Rockwell-Regular/Rockwell.svg#Rockwell") format("svg");
}
@font-face {
  font-family: "fontello";
  font-weight: normal;
  font-style: normal;

  src: url("../fonts/fontello/fontello.woff2") format("woff2"), url("../fonts/fontello/fontello.woff") format("woff"), url("../fonts/fontello/fontello.ttf") format("truetype"), url("../fonts/fontello/fontello.svg#fontello") format("svg");
}
@font-face {
  font-family: "Simplifica";
  font-weight: normal;
  font-style: normal;

  src: url("../fonts/Simplifica/simplifica.woff2") format("woff2"), url("../fonts/Simplifica/simplifica.woff") format("woff"), url("../fonts/Simplifica/simplifica.ttf") format("truetype"), url("../fonts/Simplifica/simplifica.svg#Simplifica") format("svg");
}
@font-face {
  font-family: "Lato";
  font-weight: 700;
  font-style: normal;

  src: url("../fonts/Lato/Lato Bold/lato-bold.woff2") format("woff2"), url("../fonts/Lato/Lato Bold/lato-bold.woff") format("woff"), url("../fonts/Lato/Lato Bold/lato-bold.ttf") format("truetype"), url("../fonts/Lato/Lato Bold/lato-bold.svg#Lato") format("svg");
}
body {
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 400;
  font-style: 16px;

  margin: 0;
  padding: 0;

  color: #000;
  background-color: #fff;
}
.container {
  width: 1170px;
  margin: 0 auto;
}
.btn {
  display: inline-block;

  padding: 8px 30px;

  vertical-align: middle;

  background-color: #ffe13e;
}
.page-header {
  min-height: 147px;

  background-color: #fff;
}
.page-header:before,
.page-header:after {
  display: table;

  content: "";
}
.page-header:after {
  clear: both;
}
.logo {
  float: left;

  margin-right: 102px;
  padding-top: 58px;
}
.menu {
  float: left;

  padding-top: 67px;
}
.menu--footer {
  margin-bottom: 40px;
  padding-top: 0;
}
.menu__list {
  margin: 0;

  list-style-type: none;
}
.menu__item {
  float: left;

  margin: 0;
  margin-right: 32px;
}
.menu__item:last-child {
  margin-right: 0;
}
.menu__item--footer {
  float: none;

  margin-right: 0;
  margin-bottom: 8px;
  padding-bottom: 8px;

  border-bottom: 1px solid #ccc;
}
.menu__item--footer:last-child {
  margin-bottom: 0;
  padding-bottom: 0;

  border-bottom: none;
}
.menu__link {
  font-size: 16px;
  line-height: 24px;

  text-decoration: none;
  text-transform: uppercase;

  color: #000;
}
.menu__link--active {
  font-weight: bold;

  color: #ffe13e;
}
.menu__link--white {
  color: #fff;
}
.callback {
  float: right;

  padding-top: 34px;
  padding-right: 2px;
  padding-bottom: 31px;
  padding-left: 50px;

  border-left: 1px solid #ccc;
}
.callback__title {
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;

  margin: 0;
  margin-bottom: 18px;
}
.callback__live-chat {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;

  text-decoration: none;

  color: #000;
}
.callback__link {
  font-family: "Lato", "Arial", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 38px;

  float: right;

  text-decoration: none;

  color: #000;
}
.promo {
  padding-top: 222px;

  text-align: center;

  background-image: url("../img/bg-top.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.promo__title {
  font-family: "Rockwell", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;

  margin: 0;

  color: #fff;
}
.promo__description {
  font-size: 30px;
  line-height: 36px;

  position: relative;

  margin-bottom: 78px;
  padding-bottom: 160px;

  color: #fff;
}
.promo__description::after {
  position: absolute;
  bottom: 0;
  left: 50%;

  display: block;

  width: 101px;
  height: 108px;
  margin-left: -50px;

  content: "";

  background-image: url("../img/figure.svg");
  background-repeat: no-repeat;
}
.search {
  padding-bottom: 140px;
}
.best {
  text-align: center;

  color: #fff;
  background: linear-gradient(to right, #202242 50%, #ffe13e 50%);
}
.best:before,
.best:after {
  display: table;

  content: "";
}
.best:after {
  clear: both;
}
.best__column {
  float: left;

  width: 50%;
}
.best__column--blue {
  background-color: #202242;
}
.best__column--yellow {
  background-color: #ffe13e;
}
.best__content {
  padding-top: 120px;
  padding-right: 85px;
  padding-left: 80px;
}
.best__logo {
  font-family: "Raleway";
  font-size: 133px;
  font-weight: bold;
  line-height: 140px;

  color: #202242;
}
.best__title {
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
}
.features {
  padding-top: 85px;
  padding-bottom: 85px;

  text-align: center;

  background: #fbf8f1 url("../img/bg-features.png") no-repeat center center;
}
.features:before,
.features:after {
  display: table;

  content: "";
}
.features:after {
  clear: both;
}
.features__title {
  font-size: 48px;
  font-weight: bold;

  margin-top: 0;
  margin-bottom: 15px;
}
.features__title + p {
  font-size: 24px;
  font-weight: normal;

  margin: 0;
  margin-bottom: 80px;
}
.feature {
  float: left;

  width: 270px;
  margin-right: 30px;
}
.feature:last-child {
  margin-right: 0;
}
.feature__title {
  font-family: "Rockwell", serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 34px;

  margin-top: 23px;
  margin-bottom: 20px;

  color: #f4d320;
}
.feature__text {
  font-size: 14px;
  line-height: 24px;

  padding-right: 5px;
  padding-left: 5px;
}
.feature__logo {
  position: relative;

  padding-bottom: 35px;
}
.feature__logo::after {
  position: absolute;
  right: 100px;
  bottom: 0;
  left: 100px;

  display: block;

  width: auto;
  height: 3px;

  content: "";

  background-color: #8d8d99;
}
.clients {
  margin-bottom: 80px;
  padding-top: 80px;
}
.clients:before,
.clients:after {
  display: table;

  content: "";
}
.clients:after {
  clear: both;
}
.clients__title {
  font-size: 36px;
  line-height: 42px;

  margin: 0;
}
.clients__content {
  float: left;

  width: 370px;
  margin-right: 30px;
}
.clients__item {
  font-size: 0;
}
.clients__list {
  float: left;

  margin-top: 20px;
}
.clients__item {
  float: left;

  margin-right: 30px;
}
.clients__item:last-child {
  margin-right: 0;
}
.feedback {
  position: relative;

  float: left;

  width: 370px;
  margin-right: 30px;
  margin-bottom: 45px;
  padding-bottom: 30px;

  color: #a4a4a4;
  background-color: #faf9f9;
}
.feedback:last-child {
  margin-right: 0;
}
.feedback-container {
  margin-bottom: 60px;
}
.feedback-container:before,
.feedback-container:after {
  display: table;

  content: "";
}
.feedback-container:after {
  clear: both;
}
.feedback__text {
  font-family: "Rockwell", serif;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;

  margin: 20px 20px;
}
.feedback__author {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  line-height: 24px;

  margin: 0 20px;
}
.feedback__img {
  position: absolute;
  right: 25px;
  bottom: -45px;

  border: 5px solid rgba(0, 0, 0, .11);
  border-radius: 50%;
}
.plans {
  padding-top: 90px;
  padding-bottom: 90px;

  color: #fff;
  background-color: #202242;
}
.plans:before,
.plans:after {
  display: table;

  content: "";
}
.plans:after {
  clear: both;
}
.plans__content {
  float: left;

  margin-left: 90px;
}
.plans__title {
  font-size: 36px;
  line-height: 48px;

  margin: 0;
}
.plans__text {
  margin: 2px;

  color: #67687b;
}
.plans__link {
  font-size: 18px;
  line-height: 24px;

  float: right;

  margin-right: 90px;
  padding: 28px 52px;

  text-decoration: none;

  color: #202242;
  border: 4px solid #fff;
  background-color: #ffe13e;
}
.page-footer {
  padding-top: 95px;
  padding-bottom: 70px;

  background-color: #363855;
}
.page-footer:before,
.page-footer:after {
  display: table;

  content: "";
}
.page-footer:after {
  clear: both;
}
.page-footer .map {
  position: relative;

  float: left;
  overflow: hidden;

  color: #fff;
}
.page-footer .map .map-marker {
  font-weight: bold;

  position: absolute;
  right: 50px;
  bottom: 150px;

  padding-left: 40px;
}
.page-footer .map .map-marker:before {
  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 33px;
  height: 47px;

  content: "";

  background-image: url("../img/pin.svg");
  background-repeat: no-repeat;
}
.page-footer .map .map-marker--indonesia {
  right: 0;
}
.page-footer__title {
  font-size: 18px;
  line-height: 36px;

  margin-top: 49px;
  margin-bottom: 20px;

  color: #fff;
}
.page-footer__menu {
  float: right;

  text-align: right;
}
.page-footer__copyright {
  clear: both;

  padding-top: 65px;

  text-align: center;
}
.page-footer__copyright::before {
  display: block;

  width: 160px;
  height: 160px;

  content: "";

  background-repeat: no-repeat;
  background-position: center center;

  backgroutransform: rotate(-12deg);
}
.social__btn {
  color: #ffe13e;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-weight: normal;
  font-style: normal;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  display: inline-block;

  width: 1em;
  margin-right: .2em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  text-align: center;
  text-decoration: inherit;
  text-transform: none;

  speak: none;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-twitter:before {
  content: "\f099";
}
.icon-gplus:before {
  content: "\f0d5";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon {
  display: inline-block;

  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
}
.icon-arrow-down {
  width: 15px;
  height: 8px;

  background-position: 0 0;
}
.icon-features-cloud {
  width: 128px;
  height: 128px;

  background-position: 0 -18px;
}
.icon-features-database {
  width: 128px;
  height: 128px;

  background-position: 0 -156px;
}
.icon-features-monitoring {
  width: 128px;
  height: 128px;

  background-position: 0 -294px;
}
.icon-features-spport {
  width: 128px;
  height: 128px;

  background-position: 0 -432px;
}
.icon-webhost {
  width: 168px;
  height: 169px;

  background-position: 0 -570px;
}
