@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');

*:focus {
  outline: none !important
}

.align-vertical {
  align-items: center;
  display: flex;
  justify-content: center;
}

.bi {
  margin: 0 0 0 0;
  font-size: 1.1rem;
}

body {
  height: 100vh;
  background-color: #f6f9fc;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #5c6e7e;
}

p {
  margin-bottom: 25px;
}

a {
  color: #72899d;
  text-decoration: underline;
}

a:hover {
  color: #72899d;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  display: block;
  text-transform: capitalize;
  font-weight: 600;
}

h1 {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 46px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #092742;
}

h2 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 42px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #092742;
}

h3 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #092742;
}

h4 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #5c6e7e;
}

h5 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #5c6e7e;
}

.navbar {
  padding: 10px 20px;
}

.header-menu {
  display: inline-table;
  width: 100%;
  padding: 0;
  list-style: none;
}

.header-menu li {
  display: inline-block;
  padding: 0 10px;
}

.header-menu li a {
  display: inline-block;
  padding: 0 10px;
  color: #092742;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: none;
}

.header-menu li a:hover {
  background-color: #f6d373;
}

.header-menu .active a {
  background-color: #f6d373;
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler-icon {
  width: 30px;
  height: 30px;
  background: url('../img/h-ico-w.png') 0 0 no-repeat;
  background-size: 100%;
}

.main-logo {
  display: inline-block;
  width: 116px;
  height: 24px;
  background: url('fr.jpg') 0 0 no-repeat;
  background-size: 100% 100%;
}

.main-button {
  cursor: pointer;
  display: block;
  margin-bottom: 20px;
  padding: 20px 20px 15px 20px;
  border-radius: 3px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #fff!important;
  background-image: linear-gradient(112deg,#11dc69,#009438);
  box-shadow: 0 8px 25px 0 rgb(0 0 0 / 10%);
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}

.main-button:hover {
  background-image: linear-gradient(112deg,#009438,#11dc69);
  color: #fff;
  text-decoration: none;
}

.offer-container {
  margin: 10px 0 10px 0;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 8px 25px 0 rgb(0 0 0 / 10%);
  font-size: 14px;
}

.offer-container .main-button {
  margin-bottom: 5px;
}

.offer-position {
  background-color: #000;
  font-size: 38px;
  border-radius: 5px 0 0 5px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
}

.offer-container img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.offer-rating {
  margin-bottom: 10px;
  color: #f6bd25;
}

.offer-info {
  font-weight: 600;
  text-transform: capitalize;
  color: #5c6e7e;
}

.offer-info strong {
  color: #2f4458;
}

.offer-info a {
  color: #5c6e7e;
  font-size: 11px;
  text-decoration: none;
}

.offer-info a:hover {
  text-decoration: underline;
}

.offer-list {
  color: #f6bd25;
}

.content-block {
  background-image: linear-gradient(180deg,#e3eaf0,rgba(227,234,240,0));
}

.content-block-ultimate {
  padding: 20px 20px 10px 20px;
  border-radius: 3px;
  border-left: solid #ef4135 8px;
  background-color: #fff;
  box-shadow: 0 8px 25px 0 rgb(0 0 0 / 10%);
}

.content-block-ultimate span, .content-block-ultimate h4 {
  display: block;
  margin-bottom: 30px;
}

.advert-block {
  background-color: #e3e9ee;
}

.advert-block i {
  display: block;
  margin-bottom: 10px;
  color: #092742;
  font-size: 48px;
}

.content-block-expert {
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 8px 25px 0 rgb(0 0 0 / 10%);
}

.content-block-expert-bg {
  border-radius: 5px 0 0 5px;
  background-color: #000;
  color: #fff;
}

.content-block-expert-bg h3 {
  margin-top: 5px;
  color: #f6bd25;
  line-height: 26px;
  text-transform: uppercase;
}

.content-block-expert .row {
  margin-right: 0;
  margin-left: 0;
}

footer {
  background-color: #fff;
  color: #72899d;
  font-size: 11px;
  line-height: 16px;
}

.footer-menu li {
  display: block;
  margin-bottom: 10px;
  padding: 0;
}

.footer-menu li a {
  padding: 0;
}

.footer-menu li a strong {
  display: block;
  margin-bottom: 10px;
  color: #304558;
}

/**/
.sign-up-container {
  min-height: 280px;
  padding: 20px 20px 20px 20px;
  background: linear-gradient(180deg,#355aff 0%,#1a37cb 100%);
  color: #fff;
  font-size: 13px;
}

.sign-up-container .title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;

}

.sign-up-container input[type='text'],
.sign-up-container input[type='email'] {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  padding: 0 20px;
  background: #fff;
  border: none;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, .3);
  color: #000;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
}

.sign-up-container label {
  display: block;
  margin: 0 0 10px 0;
  text-align: left;
  font-size: 16px;
  color: #fff;
}

.sign-up-container .main-button {
  width: 100%;
  margin-top: 10px;
  background: #ff6c00;
  border-bottom: 3px solid #d85f06;
}

.sign-up-container .main-button:hover {
  background: #d85f06;
  border-bottom: 3px solid #ff6c00;
}

.error-block {
  font-size: 15px;
  color: #fb3015;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .offer-container {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .offer-position {
    margin-bottom: 20px;
    padding: 10px 0;
    border-radius: 3px;
    font-size: 28px;
  }

  .offer-container img {
    display: block;
    width: 70%;
    margin: 0 auto 20px;
  }

  .offer-info {
    margin: 0 0 10px 0;
  }

  .offer-list {
    margin: 0 0 10px 0;
  }
}

@media screen and (max-width: 991px) {

}
