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

.flag {
  width: 40px;
  height: 25px;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #292929;
  font-size: 16px;
  line-height: 22px;
}

h1, h2, h3, h4, h5 {
  margin-bottom: 20px;
  font-weight: 600;
}

h3 span {
  color: #008ffc;
}

p {
  margin-bottom: 20px;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navbar {
  z-index: 500;
  padding: 15px 10px;
  background: linear-gradient(to left, #008FFD, #0c05ff);
  background-color: #0c05ff;
}

.main-logo {
  position: relative;
  display: block;
  padding: 0 0 0 40px;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
/*  text-shadow: 1px 2px 0px #dbdbe9;*/
  text-transform: uppercase;
}

.main-logo i {
  font-size: 16px;
  font-weight: 400;
  color: #acd4ff;
}

.main-logo ::before {
  position: absolute;
  content: '';
  position: absolute;
  width: 34px;
  height: 34px;
  top: 0px;
  left: 0;
  border-radius: 0 50px 50px 50px;
  background: linear-gradient(to right, #008FFD, #fff);
  background-color: #0c05ff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}

.main-logo img {
  height: 50px;
}


.main-logo:hover {
  color: #0c05ff;
  text-decoration: none;
}

.main-header {
  position: relative;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: url(../img/body-bg-1.jpg) no-repeat 100% 50%; 
  background-size: contain; 
} 

.jumbotron {
  z-index: 100;
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: none;
  background-size: 100%;
  font-size: 12px;
}

.jumbotron .display-4 {
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 800;
  text-transform: capitalize;
  color: #0c05ff;
  text-shadow: 1px 2px 0px #dbdbe9;
}

.jumbotron .lead {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  color: #060a6a;
}

.jumbotron .lead span {
  font-weight: 400;
}

.jumbotron .lead path {
  fill: #060a6a;
}

.jumbotron .display-4 span {
  color: #ff5c7b;
}

a.item-button {
  display: inline-block;
  margin-bottom: 10px;
  padding: 15px 10px;
  border-radius: 5px;
  background-color: #0c05ff;
  box-shadow: 0 2px 4px 0 rgba(28,44,64,.17);
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a.item-button:hover {
  background-color: #f1c801;
  color: #fff;
  text-decoration: none;
}

footer {
  padding: 30px 0 30px 0;
  background: linear-gradient(to left, #008FFD, #0c05ff);
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

footer p {
  font-size: 12px;
}

.footer-ico {
  width: 80px;
}

footer img {
  margin: 0 10px;
}

footer ul {
  margin-top: 10px;
}

footer a {
  margin: 0 5px;
  color: #fff;
  text-decoration: underline;
}

footer a:hover {
  color: #fff;
  text-decoration: none;
}

.content-container {
  background-color: #eef8ff;
}

.item-block {
  position: relative;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}

.item-ribbon {
  position: absolute;
  display: inline-block;
  top: 15px;
  left: -12px;
  z-index: 999;
  padding: 10px 10px;
  border-radius: 8px 8px 8px 0;
  background: linear-gradient(to left, #008FFD, #0c05ff);
  background-color: #0c05ff;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.item-ribbon:after {
  border-color: transparent #008FFD transparent transparent;
  border-style: solid;
  border-width: 0 12px 10px 0;
  content: "";
  left: 0;
  position: absolute;
  top: 100%;
}

.item-block .col-12 {
/*  margin-top: 15px;*/
/*  margin-bottom: 15px;*/
}

/*info block*/
.item-number {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: solid #d0d0d0 1px;
  border-radius: 8px 0 0 8px;
  background-color: #f2f2f2;
  color: #808080;
  font-size: 32px;
  font-weight: 800;
}

.item-block-main .item-number {
  background: #acd4ff;
  color: #008FFD;
}

.item-logo-block {
  height: 100%;
  text-align: center;

  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
}

.item-logo-block img {
  width: 100%;
  height: 100%;
}

.item-score-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: solid #d0d0d0 1px;
  border-right: solid #d0d0d0 1px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #323232;
  font-size: 14px;
}

.item-score-block li {
  margin-bottom: 5px;
}

.item-score-block span {
  padding: 0 5px 0 0;
}

.item-score-block path {
  fill: #008FFD;
}

.item-score-block .item-url {
  position: relative;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #008FFD;
  color: #008FFD;
  padding: 8px 8px 8px 28px;
  border-radius: 8px;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
}

.item-score-block .item-url:hover {
  /*border: 1px solid #008FFD;
  color: #008FFD;*/
  text-decoration: underline;
}

.item-score-block .item-url:before {
  content: '';
  position: absolute;
  background: url(../img/ico-1.svg) no-repeat 50% 0; 
  height: 20px;
  width: 20px;
  top: 6px;
  left: 5px;
}

.item-rating-block-1 span {
  display: block;
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
  color: #b93dea;
}

.item-rating-block-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-left: solid #d0d0d0 1px;
}

.item-rating-block-2 strong {
  display: inline-block;
  font-size: 34px;
  font-weight: 500;
}

.item-star-list li {
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: #f1c801;
}

.item-button-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.item-button-block .item-button {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: center;
  color: #fff;
}

.item-button-block .item-url {
  font-size: 14px;
  line-height: 16px;
  border: 2px dashed #4fae55;
  color: #4fae55;
  padding: 8px 8px;
  border-radius: 8px;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
}

.bottom-content {
  padding-top: 40px;
  padding-bottom: 30px;
}

.item-block-main {
  border: 1px solid #008FFD;
/*  background-color: #fffcf2;*/
}

.item-block-titles {
  margin-bottom: 0;
  border-bottom: none;
  background-color: #CA2744;
  color: #fff;
  font-weight: 600;
}

.item-block-titles .item-score-block {
  color: #fff;
}

/*  */
.sign-up-container {
  display: none;
  z-index: 2000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(000, 000, 000, 0.8);
  box-shadow: 0px 2px 6px 3px #023587;
}

.sign-up-close {
  cursor: pointer;
  float: right;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 14px;
  color: #b93dea;
  font-weight: 400;
  font-family: Arial;
}

.sign-up-container form {
  position: relative;
  width: 360px;
  margin: 0 auto;
  top: 15%;
  padding: 40px 20px 20px 20px;
  background-color: #FFF4BD;
  box-shadow: 0px 5px 6px 3px rgba(0,0,0,.2);
  border: solid #f5d02a 2px;
  border-radius: 12px;
  font-size: 14px;
}

.sign-up-container input[type='text'] {
  width: 100%;
  height: 45px;
  margin-bottom: 20px;
  padding: 25px;
  border: 1px solid #ffbb09;
  border-radius: 12px;
  color: #292929;
  font-size: 16px;
}

.sign-up-container input[type=checkbox] {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-top: 5px;
  margin-right: 5px;
}

.sign-up-container input[type='text']::placeholder {
  color: #ffbb09;
}

.sign-up-container label {
  display: block;
}

.sign-up-container .main-button {
  width: 100%;
}

.sign-up-container .main-button:hover {
  color: #fff!important;
}

.error-block {
  display: block;
  height: 30px;
  color: #da163c;
  text-align: center;
}

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

  .item-block {
    padding: 0 0 10px 0;
  }

  .item-block div {
    margin-bottom: 0;
  }

  .item-block div:first-child {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .item-score-block {
    padding-bottom: 10px;
    border-left: none;
    border-right: none;
  }

  .item-score-block strong {
    font-size: 18px;
  }

  .item-button-block .item-button {
    font-size: 16px;
  }

  .item-logo-block img {
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .main-header {
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
    /*padding-left: 0;*/
    /*padding-right: 0;*/
  }

  .navbar {
/*    padding: 5px;*/
  }

  .main-logo img {
    height: 30px;
  }

  .jumbotron .display-4 {
    /*text-align: center;*/
    font-size: 24px;
    /*line-height: 28px;*/
  }

  .jumbotron .lead {
/*    font-size: 14px;*/
/*    line-height: 24px;*/
  }

  .item-block div:first-child {
    /*border-bottom-left-radius: 0;
    border-bottom-right-radius: 7px;*/
  }

  .item-number {
    border-radius: 8px 8px 0 0;
    font-size: 28px;
    border-left: none;
    border-right: none;
  }

  .item-ribbon {
    display: none;
  }

  .item-rating-block-2 {
    border-left: none;
    border-right: none;
  }

  .item-button-block {
    border-left: none;
    border-right: none;
  }
}


.back-to-top {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  padding-top: 10px;
  bottom: 5px;
  right: 5px;
  border-radius: 50px;
  background-color: #0375bb;
  text-align: center;
  color: #fff;
}

.card {
  background-color: #17163c;
  border: solid #09081b 1px;
}

.btn-link {
  display: block;
  width: 100%;
  padding-left: 0;
  text-align: left;
}

.card h3 {
  font-size: 20px;
  color: #fff;
}

