@font-face {
  font-family: 'Helvetica';
  src: url(../fonts/Helvetica-light-normal.ttf);
  font-weight: normal;
  font-style: normal;
}
html,
body {
  height: 100%;
}

.suv_section {
  min-height: 100%;
  background-color: #000;
  padding-top: 172px;
}

.ankors_box {
  max-width: 910px;
  margin: 0 auto 115px;
  border-radius: 14px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 33px 23px 43px 68px;
  position: relative;
}
.ankors_box:before,
.ankors_box:after {
  display: block;
  content: "";
  margin: 0;
  padding: 0;
  clear: both;
}

.left_ankors {
  width: 48%;
  float: left;
}
.left_ankors ul li {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
.left_ankors ul li img {
  margin-right: 12px;
}

.right_ankors {
  width: 52%;
  float: left;
}
.right_ankors ul li {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
.right_ankors ul li img {
  margin-right: 12px;
}

.suv_ankor {
  font: bold 25px/33px 'Helvetica', sans-serif;
  color: #000;
  position: relative;
  text-decoration: underline;
  padding-top: 4px;
}
.suv_ankor:hover,
.suv_ankor:active,
.suv_ankor:focus {
  text-decoration: underline;
  color: #000;
  transition: all 0.4s ease;
}

.powered_by_box {
  position: absolute;
  top: 2px;
  right: 18px;
}
.powered_by_box a {
  color: #000;
  text-decoration: none;
  font: bold 16px 'Helvetica', sans-serif;
}
.powered_by_box a:before {
  display: block;
  content: '';
  width: 57px;
  height: 41px;
  position: absolute;
  top: 20px;
  right: 5px;
  background-image: url(../img/ask.png);
  background-position: center;
  background-repeat: no-repeat;
}
.powered_by_box a:hover,
.powered_by_box a:active,
.powered_by_box a:focus {
  text-decoration: none;
  transition: all 0.4s ease;
}
.footer_box {
  text-align: center;
  color: rgb(195,195,195);
  font: 16px 'Helvetica', sans-serif;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}