/*@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700');*/
/*$footerHeight: 40px;*/
html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.42857;
  font-weight: 400;
  font-size: 15px;
  color: #74797b;
}

body.apply-navbar {
  padding-top: 50px;
}

.navbar {
  margin-bottom: 0;
  height: 50px1px;
  min-height: 50px1px;
}

.navbar-brand {
  padding: 0px; /* firefox bug fix */
  height: 50px;
  min-height: 50px;
}

.navbar-brand > img {
  height: 100%;
  padding: 10px 20px; /* firefox bug fix */
  width: auto;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-default {
  border-bottom: 1px solid #c6c6c6;
  color: #fff;
  background: #000;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #039be5;
  background-color: #fff;
}

.navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li:hover > a {
  background-color: #039be5;
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  padding: 0 15px;
  color: #fff;
  line-height: 50px;
  font-size: 14px;
  transition: background-color 250ms ease-out;
}
@media all and (max-width: 767px) {
  .navbar-default .navbar-nav > li > a {
    line-height: calc(50px - 10px);
  }
}

.navbar-toggle {
  background: #039be5;
  margin-top: 3px;
  margin-bottom: 3px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}

.navbar-default .navbar-toggle:focus {
  background-color: #039be5;
}

header {
  padding: 40px 0 30px;
  text-align: center;
}
header a img {
  max-width: 100%;
}

/* === CAPTCHA Styles === */
.captcha-container {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 15px;
}
.captcha-image-wrapper {
  display: flex;
  gap: 0;
  flex-shrink: 0;
  align-items: center;
  height: 40px;
}
.captcha-image {
  border: 1px solid #ddd;
  border-radius: 3px 0 0 3px;
  padding: 4px;
  background-color: #fff;
  display: block;
  height: 100%;
  width: auto;
  flex-shrink: 0;
}
#login .captcha-image {
  border-color: #1ab394;
}
.captcha-refresh-btn {
  margin: 0 !important;
  padding: 0 !important;
  min-width: 40px !important;
  max-width: 40px !important;
  width: 40px !important;
  height: 40px !important;
  flex-shrink: 0;
  font-size: 16px;
  border-radius: 0 3px 3px 0;
  border-left: 1px solid #ddd;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #f5f5f5;
  border-color: #ddd;
  transition: all 0.2s ease;
}
.captcha-refresh-btn:hover {
  background-color: #e9e9e9;
}
.captcha-refresh-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.captcha-input {
  margin: 0;
  flex: 1;
  height: 40px;
  position: relative;
  z-index: 1;
}
.captcha-loading {
  margin-bottom: 15px;
}
.captcha-loading-alert {
  margin: 0;
  padding: 10px 12px;
  font-size: 13px;
}
.captcha-help-text {
  display: block;
  margin-top: -12px;
  margin-bottom: 0;
  font-size: 12px;
  color: #999;
}

/* === END CAPTCHA Styles === */
.footer-wrap {
  color: #fff;
  font-weight: 300;
  background-color: #0a0a0a;
  border-top: solid 1px #e7e7e7;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.footer-wrap .footer-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #212121;
  text-align: left;
}
.footer-wrap .footer-section a {
  color: #fff;
}
.footer-wrap .footer-section .footer-text {
  border-right: 1px solid #414141;
}
.footer-wrap .footer-section .footer-logo {
  margin-bottom: 30px;
}
.footer-wrap .footer-section .footer-contacts {
  padding: 0;
  margin: 20px 0;
  list-style: none;
  color: #fff;
  font-size: 14px;
}
.footer-wrap .footer-section .footer-contacts li {
  margin-bottom: 15px;
}
.footer-wrap .footer-section .footer-contacts li:first-child {
  margin-bottom: 0;
}
@media all and (max-width: 990px) {
  .footer-wrap .footer-section .footer-text {
    border-right: 0;
  }
}
.footer-wrap .footer-links {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  text-align: left;
}
.footer-wrap .footer-links > li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
.footer-wrap .footer-links > li > a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #d8d8d8;
  -webkit-transition: color 250ms ease-out;
  -moz-transition: color 250ms ease-out;
  -ms-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
.footer-wrap .footer-links > li > a:hover, .footer-wrap .footer-links > li > a:active, .footer-wrap .footer-links > li > a:focus {
  text-decoration: none;
}

.col-page {
  padding: 0;
}

.table-page {
  width: 100%;
  height: calc(100vh - 50px); /* subtract also $headerHeight when menu is visible */
  table-layout: fixed;
}
.table-page td {
  vertical-align: middle;
}
.table-page td:first-child {
  background-image: url(../images/main-bg.jpg?r=2);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
}
@media all and (max-width: 991px) {
  .table-page td {
    display: block;
    padding: 40px 15px;
  }
}

[class*=section-] {
  padding-top: 50px;
  padding-bottom: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.33em 0;
  line-height: 1.42857;
  font-weight: 400;
  color: #000;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

p {
  margin: 1em 0;
  font-size: 14px;
  font-weight: 300;
}

.bg-video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
}
.bg-video video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bg-video .cover {
  opacity: 0.9;
  min-width: 100%;
  min-height: 100%;
}

.display-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.display-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.section-intro {
  position: relative;
  height: 720px;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .section-intro {
    height: 500;
  }
}
@media all and (max-width: 500px) {
  .section-intro {
    height: 480;
  }
}
.section-intro .section-intro-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.section-intro .section-intro-inner > .container {
  padding-bottom: 13%;
}
.section-intro h1 {
  font-size: 100px;
  line-height: 130px;
  letter-spacing: -3px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  margin: 12% 0 18%;
}
.section-intro .btn-default {
  margin-top: 60px;
}

.section-common-welcome {
  background: #039be5;
  padding: 50px 0;
  text-align: center;
  color: #fff;
}
.section-common-welcome h2 {
  font-size: 40px;
  color: #fff;
}
.section-common-welcome h4 {
  font-size: 22px;
  color: #fff;
}

.section-about h3 {
  position: relative;
  font-size: 26px;
}
.section-about h3:after {
  content: "";
  display: block;
  width: 130px;
  border-bottom: 3px solid #039be5;
  margin-top: 26px;
  margin-bottom: 29px;
}
.section-about h5 {
  color: #74797b;
  font-weight: 400;
  font-size: 18px;
}
.section-about p {
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 300;
  margin: 1em 0;
}

.section-join-now {
  background: url(/images/bgr-nightcity.jpg) 50% 0 no-repeat fixed;
  text-align: center;
}
.section-join-now h2 {
  font-size: 26px;
  color: #fff;
}

.section-advantages {
  background: #efefef;
  text-align: center;
}
.section-advantages .advantage {
  text-align: center;
  line-height: 25px;
}
.section-advantages .icon {
  font-size: 40px;
  color: #039be5;
}
.section-advantages h4 {
  font-size: 22px;
  min-height: 60px;
}

.section-customers {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
.section-customers .advertisers-container,
.section-customers .publishers-container {
  padding-top: 10px;
  padding-bottom: 30px;
}
.section-customers .advertisers-container .row:first-of-type,
.section-customers .publishers-container .row:first-of-type {
  margin-bottom: 32px;
}
.section-customers .advertisers-container {
  background: #fff;
}
.section-customers .advertisers-container .icon,
.section-customers .advertisers-container h4 {
  color: #039be5;
}
.section-customers .publishers-container {
  background: #4f4f4f;
  color: #efefef;
}
.section-customers .publishers-container .icon,
.section-customers .publishers-container h2,
.section-customers .publishers-container h4 {
  color: #60c5b8;
}
.section-customers h2 {
  font-size: 40px;
}
.section-customers h4 {
  font-weight: 700;
}
.section-customers p {
  line-height: 22px;
}
.section-customers .icon {
  font-size: 35px;
}
.section-customers .btn-slide {
  margin-top: 40px;
}
.section-customers .col-md-height {
  vertical-align: top;
}

@media all and (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0;
    padding-right: 0;
  }
  .row-md-height {
    display: table-row;
  }
  .col-md-height {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}
@media all and (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0;
    padding-right: 0;
  }
  .row-sm-height {
    display: table-row;
  }
  .col-sm-height {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}
.btn-default {
  display: inline-block;
  text-align: center;
  z-index: 9;
  white-space: nowrap;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 46px;
  font-weight: 700;
  color: #ffffff;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.247059);
  border-style: solid;
  border-width: 2px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 5px;
  cursor: pointer;
  margin: 0;
  padding: 0 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-default:hover, .btn-default:active, .btn-default:focus {
  background: #fff;
  border-color: none;
  color: #000;
  text-decoration: none;
}

.btn-slide {
  display: inline-block;
  position: relative;
  font-style: normal;
  padding: 10px 28px 8px;
  line-height: 1.7em;
  letter-spacing: 1px;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, padding 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, padding 0.2s ease-in-out;
  font-size: 18px;
  font-weight: 500;
  color: #020202;
  border: 1px solid #020202;
  overflow: hidden;
  outline: none;
}
.btn-slide:after, .btn-slide:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  height: -moz-calc(101%);
  width: 100%;
  background-color: #222;
}
.btn-slide:before {
  visibility: hidden;
  left: 0;
  width: 0;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
.btn-slide:after {
  left: 100%;
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
}
.btn-slide:focus, .btn-slide:hover {
  text-decoration: none;
  color: #ffffff;
}
.btn-slide:focus:before, .btn-slide:hover:before {
  visibility: visible;
  width: 100%;
}
.btn-slide:focus:after, .btn-slide:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: left 0s ease-in-out 0.2s;
  transition: left 0s ease-in-out 0.2s;
}
.btn-slide span {
  position: relative;
  z-index: 5;
}
.btn-slide.btn-color-1 {
  border-color: #039be5;
  color: #039be5;
}
.btn-slide.btn-color-1:after, .btn-slide.btn-color-1:before {
  background: #039be5;
}
.btn-slide.btn-color-1:focus, .btn-slide.btn-color-1:hover {
  color: #fff;
}
.btn-slide.btn-color-2 {
  border-color: #60c5b8;
  color: #60c5b8;
}
.btn-slide.btn-color-2:after, .btn-slide.btn-color-2:before {
  background: #60c5b8;
}
.btn-slide.btn-color-2:focus, .btn-slide.btn-color-2:hover {
  color: #fff;
}
.btn-slide.btn-color-3 {
  border-color: #fff;
  color: #fff;
}
.btn-slide.btn-color-3:after, .btn-slide.btn-color-3:before {
  background: #fff;
}
.btn-slide.btn-color-3:focus, .btn-slide.btn-color-3:hover {
  color: #000;
}

.modal-backdrop {
  background: rgba(255, 255, 255, 0.75);
}
.modal-backdrop.in {
  opacity: 1;
}

.modal-common .modal-dialog {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.modal-common .modal-content {
  background-color: #fff;
  border: solid 1px #f7f7f7;
  padding: 15px;
  border-radius: 0;
  box-shadow: none;
}
.modal-common .modal-body {
  padding-left: 0;
  padding-right: 0;
}
.modal-common .modal-header {
  border: 0;
  text-align: center;
}
.modal-common .modal-header h4 {
  color: #039be5;
}
.modal-common .modal-header .close {
  width: 20px;
  padding: 0;
  text-indent: 4px;
  line-height: 1.4;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  color: #0a0101;
  background-color: #d9534f;
  border-color: #d9534f;
  border-radius: 0px;
  opacity: 1;
  text-shadow: none;
  text-indent: 0;
}
.modal-common .modal-header .close:active, .modal-common .modal-header .close:focus, .modal-common .modal-header .close:hover {
  color: #ffffff;
}

.form-wrapper {
  background-color: #fff;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
}
.form-wrapper .form-group {
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
.form-wrapper .form-group label {
  display: block;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  color: #555;
}
.form-wrapper .form-group .form-control {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  font-weight: 300px;
  text-align: left;
  color: #555;
  background-color: #fff;
  border-color: #ccc;
  border-radius: 0px;
}
.form-wrapper .form-group .form-control[type=checkbox] {
  display: inline-block;
  width: auto;
  height: auto;
  line-height: inherit;
  margin-right: 6px;
  border: none;
  background: none;
  padding: 0;
}
.form-wrapper .form-group .form-control.wrong {
  border-color: red;
  background-color: rgba(255, 0, 0, 0.25);
}
.form-wrapper .form-group .form-control.wrong[type=checkbox] {
  outline: none;
  border: none;
  background: none;
}
.form-wrapper .form-group .form-control[readonly] {
  opacity: 0.8;
  background-color: #eee;
}
.form-wrapper .btn {
  display: block;
  width: 100%;
  border-radius: 0;
  height: 34px;
  font-size: 14px;
  font-weight: 300;
  text-transform: none;
  text-align: center;
  color: #fff;
  letter-spacing: 5px;
}
.form-wrapper .btn:hover {
  color: #fff;
}
.form-wrapper .btn-submit {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.form-wrapper .btn-submit:not([disabled]):hover {
  background-color: #449d44;
  border-color: #398439;
}
.form-wrapper .btn-submit {
  /*		&:focus {
  			color: $foregroundColor;
  			background-color: $mainColor;
  			border-color: $mainColor;
  			outline: none;
  		}*/
}
.form-wrapper .btn-close {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.form-wrapper .btn-close:hover {
  background-color: #c9302c;
  border-color: #ac2925;
}
.form-wrapper [ng-message],
.form-wrapper .err {
  position: absolute;
  width: 100%;
}
.form-wrapper [ng-message],
.form-wrapper .err,
.form-wrapper .error-message {
  color: red;
  text-align: center;
  font-size: 12px;
}
.form-wrapper .error-message {
  font-size: 16px;
}
.form-wrapper .link-accent {
  color: #555;
  font-size: 14px;
  font-weight: 300;
}
.form-wrapper .link-accent:hover {
  color: #555;
  text-decoration: none;
}

.policies {
  color: #8d8e99;
}

.page-advertisers .section-head {
  background: #e7e7e7;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  overflow-x: hidden;
}
.page-advertisers .section-head h1 {
  font-size: 120px;
  line-height: 120px;
  margin: 0;
  font-weight: 600;
  letter-spacing: -3px;
  text-align: center;
}
.page-advertisers .section-head h3 {
  position: relative;
  color: #202020;
  text-align: center;
  font-size: 32px;
}
.page-advertisers .section-head h3:after {
  content: "";
  display: block;
  width: 130px;
  border-bottom: 3px solid #039be5;
  margin: 26px auto 29px;
}
.page-advertisers .section-head h4 {
  font-size: 18px;
  color: #74797b;
  text-align: center;
}
.page-advertisers .object-header {
  position: relative;
  padding-top: 9%;
  margin-bottom: 50px;
}
.page-advertisers .object-header .object-mouse {
  position: absolute;
  width: 475px;
  max-width: 100%;
  -webkit-transform: rotateZ(26deg) translateX(-19%) translateY(-65%);
  -moz-transform: rotateZ(26deg) translateX(-19%) translateY(-65%);
  -o-transform: rotateZ(26deg) translateX(-19%) translateY(-65%);
  -ms-transform: rotateZ(26deg) translateX(-19%) translateY(-65%);
  transform: rotateZ(26deg) translateX(-19%) translateY(-65%);
  z-index: 2;
}
.page-advertisers .object-header .object-keyboard {
  width: 50%;
  margin-left: auto;
  padding-top: 5%;
}
.page-advertisers .section-advantages {
  background: #fff;
}
@media all and (max-width: 1200px) {
  .page-advertisers .section-head h1 {
    font-size: 90px;
    line-height: 130px;
  }
}
@media all and (max-width: 992px) {
  .page-advertisers .section-head h1 {
    line-height: 90px;
  }
  .page-advertisers .object-header {
    padding-top: 12%;
  }
}
@media all and (max-width: 767px) {
  .page-advertisers .section-head h1 {
    font-size: 70px;
  }
  .page-advertisers .object-header .object-mouse {
    -webkit-transform: rotateZ(26deg) translateX(-19%) translateY(-77%);
    -moz-transform: rotateZ(26deg) translateX(-19%) translateY(-77%);
    -o-transform: rotateZ(26deg) translateX(-19%) translateY(-77%);
    -ms-transform: rotateZ(26deg) translateX(-19%) translateY(-77%);
    transform: rotateZ(26deg) translateX(-19%) translateY(-77%);
  }
  .page-advertisers .object-header .object-keyboard {
    width: 85%;
    margin-left: auto;
    margin-right: 12%;
  }
}
@media all and (max-width: 650px) {
  .page-advertisers .section-head h1 {
    font-size: 52px;
    line-height: 52px;
  }
}
@media all and (max-width: 440px) {
  .page-advertisers .section-head h1 {
    font-size: 52px;
    line-height: 60px;
  }
}

.page-publishers .section-intro h1 {
  font-size: 100px;
  line-height: 130px;
  letter-spacing: -3px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  margin: 12% 0 12%;
}
.page-publishers .section-intro .bg-video:after {
  background: rgba(96, 197, 184, 0.65);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.page-publishers .section-publishers-advantages .row .col-sm-height {
  padding-bottom: 40px;
}
.page-publishers .section-publishers-advantages h3 {
  font-size: 32px;
  font-weight: 400;
  color: #60c5b8;
}
.page-publishers .section-publishers-advantages h3:after {
  content: "";
  display: block;
  width: 130px;
  border-bottom: 3px solid #0a0a0a;
  margin-top: 26px;
  margin-bottom: 29px;
}
.page-publishers .section-publishers-advantages h4 {
  font-size: 22px;
  font-weight: 700;
}
.page-publishers .section-publishers-advantages ul {
  list-style: inside;
  padding: 0;
  margin: 0;
}
.page-publishers .section-publishers-advantages ul li {
  position: relative;
  padding-left: 40px;
  text-indent: -38px;
  font-size: 18px;
}
.page-publishers .section-common-welcome {
  background: #60c5b8;
}

.page-about .section-intro .bg-video:after {
  background: rgba(0, 2, 2, 0.5);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.page-about .section-intro h1 {
  margin: 12% 0 12%;
}
.page-about .section-about .item {
  text-align: center;
}
.page-about .section-about h2 {
  font-size: 26px;
  font-weight: 400;
  text-align: center;
}
.page-about .section-about h3 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
.page-about .section-about h3:after {
  content: "";
  display: block;
  width: 130px;
  border-bottom: 3px solid #039be5;
  margin: 26px auto 75px;
}
.page-about .section-about h4 {
  font-size: 22px;
  color: #000;
  font-weight: 400;
}
.page-about .section-benefits {
  background: #efefef;
}
.page-about .section-benefits .title {
  font-size: 26px;
  position: relative;
  text-align: center;
  color: #039be5;
}
.page-about .section-benefits .title-2 {
  color: #60c5b8;
}
.page-about .section-benefits h2 {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}
.page-about .section-benefits .list-arrow {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-about .section-benefits .list-arrow li {
  position: relative;
  padding-left: 23px;
  margin-bottom: 10px;
}
.page-about .section-benefits .list-arrow li span {
  margin-right: 5px;
  color: #039be5;
}
.page-about .section-benefits .list-arrow.list-arrow-2 li span {
  color: #60c5b8;
}
.page-about .section-benefits strong {
  color: #000;
}

.page-faq .section-intro {
  color: #000;
}
.page-faq .section-intro .bg-video:after {
  background: rgba(255, 255, 255, 0.45);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.page-faq .section-intro h1 {
  margin: 12% 0 12%;
  color: #000;
}

.section-faqs .faq-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-faqs .faq-list li a {
  color: #039be5;
}
.section-faqs .faq-list li .question {
  color: #039be5;
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  padding: 27px 35px 12px 0;
  cursor: pointer;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}
.section-faqs .faq-list li .question:before {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  color: #039be5;
}
.section-faqs .faq-list li .answer {
  display: none;
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
}
.section-faqs .faq-list li.opened .question:before {
  content: "-";
}

/*# sourceMappingURL=main.css.map */
