@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 5px 0 0;
  font-size: 1.1rem;
}

body {
  height: 100vh;
  background-color: #edeff0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #262d33;
}

p {
  margin-bottom: 25px;
}

a {
  color: #0f7c90;
  text-decoration: underline;
}

a:hover {
  color: #0f7c90;
  text-decoration: none;
}

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

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

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

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

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

.navbar {
  padding: 10px 20px;
  background-color: #fff;
}

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

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

.header-menu li a {
  display: inline-block;
  color: #262d33;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: none;
}

.header-menu li a:hover {
  color: #0f7c90;
  text-decoration: underline;
}

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

.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: 128px;
  height: 37.75px;
  background: url('/img/main-logo-test.png') 0 0 no-repeat;
  background-size: 100% 100%;
}

.dropdown-toggle {
  /*position: relative;
  width: 40px;
  height: 40px;
  padding: 7px 0 0 0;
  border-radius: 100px;
  background-color: #00a1ff;
  text-align: center;*/
}

/*.dropdown-toggle:hover {
  color: red;
}*/

.dropdown-toggle::after {
  display: none;
}

.main-button {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 20px;
  padding: 14px 20px 10px 20px;
  border-radius: 30px;
  font-size: 16px;
  line-height: 22px;
  color: #fff!important;
  border-bottom: 2px solid #be2931;
  background: #ea3f3f;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, .3);
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}

.main-button:hover {
  border-bottom: 2px solid #8e1a20;
  background: #be2931;
  color: #fff;
  text-decoration: none;
}

.offer-container {
  margin: 10px 0 10px 0;
  padding: 30px 0 0 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 2px 0 #dcdfe1;
  font-size: 14px;
}

.offer-position {
  position: absolute;
  top: 70px;
  left: -20px;
  width: 40px;
  height: 40px;
  padding-top: 3px;
  text-align: center;
  background: #fff;
  border: 2px solid #bec7ce;
  border-right-color: #8c9dab;
  border-bottom-color: #8c9dab;
  border-radius: 50%;
  font-weight: 600;
  font-size: 16px;
}

.offer-position::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #465560;
  border-top-color: #607483;
  border-right-color: #bec7ce;
  border-bottom-color: #8c9dab;
  border-radius: 50%;
}

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

.offer-rating {
  display: inline-block;
  margin: 15px 0;
  padding: 3px 8px;
  border: solid #27b264 2px;
  border-radius: 20px;
  color: #27b264;
  line-height: 14px;
}

.offer-rating .bi {
  font-size: 14px;
}

.offer-rating strong {
  padding: 0 0 0 5px;
}

.offer-info {
  font-weight: 600;
  text-transform: uppercase;
}

.offer-info strong {
  display: block;
  font-size: 28px;
}

.offer-info strong:last-child {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #d4d5d6;
}

.offer-list {
  border-left: 1px solid #d4d5d6;
}

.offer-list ul {
  list-style: none;
  padding: 0 0 0 0;
}

.offer-list li {
  font-size: 14px;
}

.offer-list li .bi {
  color: #27b264;
}

.offer-container .main-button {
  width: 100%;
  margin-bottom: 0;
}

.offer-bottom-text {
  padding: 5px 20px;
  margin: 25px 0 0 0;
  box-shadow: 0 0 1px #dcdfe1;
  background: #fafafb;
  border-top: 1px solid #f5f5f5;
  border-radius: 0 0 12px 12px;
  font-size: 11px;
  line-height: 18px;
  color: #7d8185;
}

.offer-container-top {
  border: 2px solid #fda726;
}

.offer-container-top .offer-position {
  background: #fda726;
  border: 2px solid #ffe783;
  border-right-color: #ffac00;
  border-bottom-color: #ffc840;
  border-left-color: #ffc840;
}

.offer-container-top .offer-position::after {
  border: 2px solid #f17018;
  border-color: #d56132 #ffc840 #ffc840 #d56132;
}

.best-offer-container {
  padding: 50px 0;
  background: url('../img/offer-bg.png') 50% 50% repeat;
  background-size: 100%;
  background-color: #1e2429;
}

.best-offer-container .offer-info {
  margin: 0;
}

.best-offer-container .offer-info strong {
  margin-top: 0;
  border: none;
  font-size: 18px;
  text-transform: capitalize;
}

.best-offer-container .offer-position {
  top: -50px;
  left: 50%;
  width: auto;
  height: auto;
  transform: translate(-50%, 0);
  margin: 0 0 0 0;
  padding: 0 15px;
  border-radius: 30px;
  background-color: #27b264;
  border: none;
  color: #fff;
  font-size: 12px;
}

.best-offer-container .offer-position::after {
  display: none;
}

.card {
  margin-bottom: 5px;
  border-radius: 12px;
  border: none!important;
}

.card-header {
  border-radius: 12px!important;
  border: none!important;
}

.card-header .collapsed {
  color: #262d33;
}

.btn-link {
  width: 100%;
  text-align: left;
  color: #ea3f3f;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

footer {
  padding: 60px 0 30px 0;
  background-color: #262d33;
  color: #d4d5d6;
  font-size: 12px;
  line-height: 18px;
}

.footer-menu {
  border-right: solid #51575c 1px;
}

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

.footer-menu li a {
  color: #d4d5d6;
}

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

.logo-block {
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 30px 0;
  border-top: 1px solid #51575c;
  border-bottom: 1px solid #51575c;
   display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.logo-block img {
  height: 35px;
  margin: 10px 20px 10px 20px;
}

/**/
.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: 20px 0 30px 0;
  }

  .offer-position {
    top: -50px;
    left: 50%;
    margin: 0 0 0 -20px;
  }

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

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

  .offer-list {
    border: none;
  }

  .offer-list ul {
    text-align: left;
    margin-bottom: 20px;
  }

  .offer-bottom-text {
    padding: 10px 20px;
  }
}

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