@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: 12px;
  line-height: 22px;
  font-weight: 400;
  color: #5c6e7e;
  background: url(../img2/back.png);
  background-size: cover;
  background-repeat: repeat;
  background-position: center 0;
}

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: 5px 20px;
  /*background-color: #ffffff87;*/
}

.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('../img2/h-ico-w.png') 0 0 no-repeat;
  background-size: 100%;
}

/* popup */

.pop-up-container {
  display: block;
  z-index: 2000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  backdrop-filter: blur(8px);
  background: rgb(142 139 139 / 80%);
}

.pop-up-container form {
  position: relative;
  width: 360px;
  margin: 0 auto;
  top: 25%;
  padding: 40px 20px 40px 20px;
  background-color: #403f3f;
  box-shadow: 0 2px 6px 3px rgba(0, 0, 0, 0.2);
  border: solid #3a3939 2px;
  color: #eee;
  font-size: 14px;
  border-radius: 8px;
}

.pop-up-container h4 {
  margin-top: 0;
  margin-bottom: 20px;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, .5);
  font-size: 24px;
  color: #eee;
}

.pop-up-container p {
  margin-bottom: 20px;
  font-size: 16px;
}

.pop-up-button  {
  cursor: pointer;
    width: 45%;
    display: grid;
    justify-content: center;
    align-items: center;
    height: 65px;
    border-radius: 8px;
    margin: 10px;
    font-size: 16px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 2px 6px 3px rgb(0 0 0 / 20%);
}

.pop-up-button:hover {
  color: white!important;
  text-decoration: none;
}

.header-block h1 {
  color: #e5e5e5;
}

.header-block h4 {
  color: #e5e5e5;
}

.accept {
  background:#3ca94d;
}

.accept:hover{
  background:#4ed964;
}

.decline {
  background: #9a251d;
}

.decline:hover {
  background: #fb3b2f;
}

.poprow {
  display: flex;
}
/* popup */


.main-logo {
  display: inline-block;
  width: 46px;
  height: 24px;
  background: url('../img2/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: 12px;
}

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

.offer-position {
  background-color: #000000bd;
  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: 5px;
  color: #f6bd25;
}

.offer-info {
  margin-bottom: 5px;
  font-weight: 600;
  text-transform: capitalize;
  color: #5c6e7e;
  font-size: 16px;
}

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

.offer-info span {
  color: #000;
  font-size: 13px;
  font-weight: normal;
}

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

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

.offer-list {
  font-size: 13px;
  color: #000;
}

.item-pay-list img {
  display: inline-block;
  width: 27px;
}

.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 #f6bd25 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;
  font-family: 'EB Garamond', serif;
}

.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'],
.sign-up-container input[type='password'] {
  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;
}

label.error {
  display: block;
  margin-bottom: 15px;
  color: #ff6c00;
  text-align: right;
  font-size: 12px;
}

.form-info {
  display: none;
  width: 400px;
  padding: 20px 20px 20px 20px;
  margin: 17% auto;
  background: linear-gradient(180deg,#355aff 0%,#1a37cb 100%);
  color: #fff;
  font-size: 13px;
  border-radius: 8px;
}

.form-info h2, h5 {
  color: #fff;
}

.form-info-overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #071125e0;
  backdrop-filter: blur(5px);
}

@media screen and (max-width: 767px) {
  .navbar {
    padding: 5px 10px;
  }

  .main-logo {
    width: 30px;
    height: 18px;
  }

  .header-block h1 {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 26px;
  }

  .header-block h4 {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
  }

  .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 10px;
  }

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

  .item-pay-list img {
    display: inline-block;
    width: 27px;
  }

  .offer-rating {
    margin-bottom: 15px
  }

  .offer-info {
    font-size: 19px;
  }

  .offer-info span {
    padding: 10px 0 0 0!important;
    font-size: 16px;
  }

  .offer-list {
    padding: 5px 0!important;
    font-size: 16px;
  }
}

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

}
