html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
}

a {
  display: inline-block;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

*:before, *:after, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pxl,
.hidden {
  display: none !important;
}

p, ul, li, ol, h1, h2, h3, h4, h5, figure {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
}

@media (min-width: 1880px) and (min-height: 885px) {
  body {
    font-size: 1.8vh;
  }

  .container {
    max-width: 75em;
    padding: 0 1.25em;
  }
}
.top-bar {
  padding: 10px 0 15px;
  margin-bottom: 30px;
  background: #026D9E;
  color: #fff;
  font-weight: 700;
  font-style: italic;
  font-size: 2.4em;
  text-transform: uppercase;
}

.title-single {
  display: block;
  background: #EEEEEE;
  color: #005379;
  font-weight: 700;
  margin-bottom: 30px;
  padding: 10px 15px;
}

.header {
  position: relative;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 95%;
}

.header:after {
  content: "";
  display: table;
  clear: both;
}

.header > img {
  float: right;
}

.header h1,
.header h2 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 900;
  text-shadow: 1px 1px 1px #999999;
}

.header .group-logo {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.header .group-logo > div {
  margin: 0 5px;
}

@media (min-width: 768px) {
  .header {
    margin-bottom: 0;
    background-size: contain;
  }

  .header .header-inner {
    padding: 40px 250px 10px 20px;
  }
}
@media (min-width: 992px) {
  .header .header-inner {
    padding-top: 70px;
  }
}
@media only screen and (max-height: 600px) and (min-width: 568px) {
  .header .group-logo {
    padding-top: 30px;
  }
}
@media (min-width: 1880px) and (min-height: 885px) {
  .top-bar {
    padding: 0.26em 0 0.39em;
    margin-bottom: 0.78em;
  }

  .header .header-inner {
    padding: 4.38em 15.63em 0.63em 1.25em;
  }

  .header h1,
.header h2 {
    text-shadow: 0.01em 0.01em 0.01em #999999;
  }

  .header .group-logo > div {
    margin: 0 0.31em;
  }

  .title-single {
    margin-bottom: 1.25em;
    padding: 0.42em 0.63em;
  }
}
/* BOXES */
.boxes {
  padding: 0;
}

.boxes li {
  margin-bottom: 30px;
}

.box-item {
  position: relative;
  padding: 20px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
}

.box-item > div {
  padding: 0 10px;
}

.box-item .logo.has-index .index-wrapper {
  display: inline-block;
  padding: 5px 20px 5px 5px;
  border-width: 1px;
  border-style: solid;
  border-radius: 100px;
  white-space: nowrap;
}

.box-item .logo.has-index .index-wrapper > * {
  vertical-align: middle;
}

.box-item .logo.has-index .index-number {
  display: inline-block;
  margin-right: 10px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  font-size: 70px;
  font-weight: 900;
  text-align: center;
  text-shadow: 5px 5px 0px rgba(0, 0, 0, 0.3);
}

.box-item .logo.has-index .index-wrapper img {
  width: calc(100% - 100px);
  max-width: 150px;
}

.box-item .info {
  position: relative;
  line-height: 1.5;
}

.box-item .info h3 {
  margin: 20px 0;
  font-weight: 600;
  font-size: 1.3em;
}

.box-item .info p {
  font-size: 1em;
}

.box-item .rate .fa {
  position: relative;
}

.box-item .rate .fa .fa {
  position: absolute;
  left: 0;
}

.box-item .rate > * {
  margin-left: 7px;
}

.box-item .rate em {
  font-style: normal;
}

.box-item .review .rate em {
  display: block;
  margin-top: 10px;
  margin-left: 0;
  font-style: normal;
  font-size: 18px;
}

.box-item .rating strong {
  display: block;
  margin-bottom: 5px;
  font-size: 3em;
  font-weight: 600;
}

.box-item .rating .percent-users {
  margin: 20px auto 0;
  padding: 10px 0;
  width: 80%;
  border-width: 1px;
  border-style: solid;
  text-align: center;
}

.box-item .buttons {
  clear: both;
  margin-top: 20px;
}

.box-item .buttons .btn {
  padding: 10px 5px;
  width: 100%;
  border: 0;
  border-radius: 2px;
  font-size: 1.2em;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0px 2px 3px 0px rgba(102, 102, 102, 1);
  transition: all 300ms linear;
}

.box-item .buttons .btn:hover {
  text-decoration: none;
}

.box-item.cols-5 {
  position: relative;
  padding: 120px 40px 90px;
}

.box-item.cols-5 .rating {
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  float: none;
  margin: 0;
}

.box-item.cols-5 .review {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
}

.box-item.cols-5 .review .rate {
  position: static;
}

.boxes-header {
  display: none;
}

.boxes-header .box-item {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  border: none;
}

.boxes-header .box-item > div {
  font-size: 20px;
  font-weight: 600;
}

@media (min-width: 768px) {
  /* BOXES */
  .boxes-header {
    display: block;
  }

  .box-item.cols-5 {
    padding: 40px 0;
  }

  .boxes li {
    margin-bottom: -1px;
  }

  .box-item {
    display: flex;
    align-items: center;
    padding: 30px 0px;
    border-style: solid;
    text-align: center;
    transition: all 300ms linear;
  }

  .box-item .logo {
    flex: 3;
  }

  .box-item .logo img {
    max-width: 150px;
  }

  .box-item .logo.has-index .index-wrapper img {
    width: auto;
  }

  .box-item .info {
    flex: 3;
    line-height: 1.5;
    text-align: left;
  }

  .box-item .info h3,
.box-item .rate {
    margin-bottom: 10px;
  }

  .box-item .info h3 {
    margin: 0;
  }

  .box-item .rating {
    flex: 2;
    margin: 0;
  }

  .box-item .buttons {
    flex: 2;
    margin-top: 0;
  }

  .box-item .buttons .btn {
    max-width: 220px;
    font-size: 1em;
  }

  .box-item.cols-5 .rating {
    position: static;
  }

  .box-item.cols-5 .review {
    flex: 2;
    position: static;
  }
}
@media (min-width: 992px) {
  .box-item > div {
    padding: 0 20px;
  }

  .box-item .logo img {
    max-width: 200px;
  }

  .box-item .buttons .btn {
    font-size: 1.1em;
  }

  .box-item .rating .percent-users {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .box-item .logo img {
    max-width: 290px;
  }

  .box-item .logo.has-index .index-wrapper img {
    width: 100%;
  }
}
@media (max-width: 370px) {
  .box-item .logo.has-index .index-wrapper {
    margin-right: 17px;
  }
}
@media only screen and (max-height: 600px) and (min-width: 568px) {
  .boxes {
    max-width: 400px;
    margin: 0 auto;
  }
}
/* RIBBON */
.ribbon {
  position: absolute;
  top: 10px;
  left: -15px;
  padding: 0 15px 0 7px;
  height: 30px;
  line-height: 30px;
  background-color: #AC2217;
  white-space: nowrap;
  font-size: 18px;
  color: #ffffff;
}

.ribbon:before,
.ribbon .after:before,
.ribbon .after:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
}

.ribbon:before {
  left: 0;
  bottom: -50%;
  border-width: 0 15px 15px 0;
  border-color: transparent #AC2217 transparent transparent;
}

.ribbon .after:before,
.ribbon .after:after {
  right: -15px;
}

.ribbon .after:before {
  top: 0;
  border-width: 15px 15px 0 0;
  border-color: #AC2217 transparent transparent transparent;
}

.ribbon .after:after {
  bottom: 0;
  border-width: 15px 0 0 15px;
  border-color: transparent transparent transparent #AC2217;
}

@media (min-width: 1880px) and (min-height: 885px) {
  .boxes li {
    margin-bottom: -0.06em;
  }

  .box-item {
    padding: 1.88em 0;
    border-width: 0.06em;
  }

  .box-item > div {
    padding: 0 1.25em;
  }

  .box-item .logo img {
    max-width: 18.13em;
    width: 100%;
  }

  .box-item .logo.has-index .index-wrapper {
    padding: 0.31em 1.25em 0.31em 0.31em;
    border-width: 0.06em;
    border-radius: 6.25em;
  }

  .box-item .logo.has-index .index-number {
    margin-right: 0.14em;
    width: 1.29em;
    height: 1.29em;
    line-height: 1.29em;
    font-size: 4.38em;
    text-shadow: 0.07em 0.07em 0px rgba(0, 0, 0, 0.3);
  }

  .box-item .info h3,
.box-item .rate {
    margin-bottom: 0.63em;
  }

  .box-item .rate > * {
    margin-left: 0.44em;
  }

  .box-item .rating strong {
    margin-bottom: 0.1em;
  }

  .box-item .rating .percent-users {
    margin: 1.25em auto 0;
    padding: 0.63em 0;
    border-width: 0.06em;
  }

  .box-item .review .rate em {
    margin-top: 0.56em;
    font-size: 1.13em;
  }

  .box-item .buttons .btn {
    padding: 0.57em 0.28em;
    max-width: 12.5em;
    border-radius: 0.11em;
    box-shadow: 0px 0.11em 0.17em 0px rgba(102, 102, 102, 1);
  }

  .box-item.cols-5 {
    padding: 2.5em 0;
  }

  .box-item.cols-5 .review {
    bottom: 1em;
  }

  .box-item.cols-5 .rating {
    top: 1em;
  }

  .boxes-header .box-item {
    padding-top: 0.75em !important;
    padding-bottom: 0.75em !important;
  }

  .boxes-header .box-item > div {
    font-size: 1.25em;
  }

  .ribbon {
    top: 0.56em;
    left: -0.83em;
    padding: 0 0.83em 0 0.39em;
    height: 1.67em;
    line-height: 1.67em;
    font-size: 1.13em;
  }

  .ribbon:before {
    border-width: 0 0.94em 0.94em 0;
  }

  .ribbon .after:before,
.ribbon .after:after {
    right: -0.9em;
  }

  .ribbon .after:before {
    border-width: 0.94em 0.94em 0 0;
  }

  .ribbon .after:after {
    border-width: 0.94em 0 0 0.94em;
  }
}
.main-content-inner.has-aside {
  display: flex;
  margin-top: 30px;
}

.main-content-inner.has-aside .boxes {
  flex: 9;
}

.main-content-inner.has-aside .aside {
  flex: 3;
  padding-left: 30px;
}

.profile {
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #e5e5e5;
}

.profile h2 {
  font-size: 1.3em;
  color: #205BA4;
}

.profile img {
  margin: 12px 0;
  width: 100%;
}

.profile button {
  padding: 10px 0;
  width: 100%;
  border: 0;
  border-radius: 4px;
  background-color: #205BA4;
  text-align: center;
  font-size: 1em;
  color: #ffffff;
  cursor: pointer;
}

.blogs {
  margin-top: 60px;
}

.blogs li {
  margin: 50px 0;
  padding-bottom: 50px;
  border-bottom: 1px solid #b4b4b4;
}

.blogs li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.blog-item {
  font-size: 1em;
  color: #575757;
}

.blog-item p {
  margin: 20px 0;
  font-size: 0.95em;
  color: #878787;
}

.blog-item a {
  text-decoration: underline;
  cursor: pointer;
}

@media (min-width: 768px) {
  .blogs {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .blogs {
    padding: 0px 8px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .blogs {
    font-size: 18px;
  }
}
@media (min-width: 1880px) and (min-height: 885px) {
  .main-content-inner.has-aside {
    margin-top: 1.88em;
  }

  .main-content-inner.has-aside .aside {
    padding-left: 1.88em;
  }

  .profile {
    padding: 0.63em;
    border-width: 0.06em;
  }

  .profile img {
    margin: 0.75em 0;
  }

  .profile button {
    padding: 0.63em 0;
    border-radius: 0.25em;
  }

  .blogs {
    margin-top: 3.33em;
    padding: 0px 0.44em;
    font-size: 1.13em;
  }

  .blogs li {
    margin: 2.78em 0;
    padding-bottom: 2.78em;
    border-bottom: 0.06em solid #b4b4b4;
  }

  .blog-item p {
    margin: 1.17em 0;
    font-size: 0.95em;
  }
}
/* REGISTRATION */
.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.lock-overlay .registration-wrapper {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: none;
}

.lock-overlay .registration {
  position: static;
  transform: none;
  padding-bottom: 50px;
}

.lock-overlay .registration .registration-inner {
  margin: 0 auto;
}

.registration-wrapper {
  top: 50%;
  left: 0;
  right: 0;
  bottom: auto;
  transform: translateY(-50%);
}

.registration {
  position: static;
  transform: none;
}

.registration .registration-inner {
  margin: 0 auto;
  width: 96%;
  border-radius: 0;
  max-width: 450px;
  text-align: center;
  background: #fff;
}

.registration .form-btn-close {
  border: 0;
  line-height: 30px;
  font-weight: bold;
  background-color: transparent;
  color: #555555;
  font-size: 2.5em;
  top: -1px;
  right: -1px;
  border-radius: 0;
}

.registration .block {
  padding: 50px 25px 25px;
}

.registration .headline {
  margin-bottom: 20px;
  font-size: 1.2em;
}

.registration .headline span {
  font-weight: bold;
}

.registration .img-logo {
  margin: 15px 0;
}

.registration .img-logo img {
  width: 100%;
}

.btn.btn-primary {
  padding: 15px 0;
  width: 100%;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  box-shadow: 2px 2px 15px -3px #333333;
  transition: background-color 300ms linear;
}

.btn.btn-primary span {
  display: block;
  font-size: 2.4em;
}

.btn.btn-primary:hover {
  text-decoration: none;
}

/* END REGISTRATION */
@media (min-width: 768px) {
  .registration .img-logo {
    margin: 30px 0;
  }

  .btn.btn-primary {
    font-size: 1.5em;
  }

  .btn.btn-primary span {
    display: inline;
    font-size: 1em;
  }
}
@media (max-width: 350px) {
  .registration .headline {
    font-size: 1.1em;
  }
}
@media (min-width: 1880px) and (min-height: 885px) {
  .registration .registration-inner {
    max-width: 28.13em;
  }

  .registration .form-btn-close {
    top: -0.03em;
    right: -0.03em;
    width: 0.75em;
    height: 0.75em;
    line-height: 0.75em;
    font-size: 2.5em;
  }

  .registration .block {
    padding: 3.13em 1.56em 1.56em;
  }

  .registration .headline {
    margin-bottom: 1.04em;
  }

  .registration .img-logo {
    margin: 1.88em 0;
  }

  .btn.btn-primary {
    padding: 0.63em 0;
    border-radius: 0.29em;
    font-size: 1.5em;
    box-shadow: 0.08em 0.08em 0.63em -0.13em #333333;
  }
}
/* FOOTER */
.footer {
  padding: 70px 0;
  text-align: center;
  font-weight: bold;
}

.footer .copyright {
  font-size: 0.7em;
}

.footer .legal__container div {
  display: inline-block;
  margin-right: 2px;
  padding-right: 5px;
  line-height: 1;
  text-transform: uppercase;
}

/* END FOOTER */
/* LOGO FOOTER */
.group-logo-footer {
  display: flex;
  max-width: 500px;
  margin: 0 auto;
}

.group-logo-footer > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}

.group-logo-footer > div img {
  max-height: 90px;
}

.group-logo-footer > div:last-child img {
  max-height: 80px;
}

/* END LOGO FOOTER */
/* advertise google textarea box */
.ads-google-text {
  margin-top: 30px;
}

.ads-google-text .container {
  padding: 0 20px;
}

.ads-google-text + .footer {
  margin-top: 0;
}

.ads-google-text h2 {
  font-size: 1.8em;
}

.ads-google-text h3 {
  margin: 0.4em 0;
  font-size: 1.5em;
}

.ads-google-text p {
  margin: 0.4em 0 1.8em;
  line-height: 1.5;
  font-size: 1em;
}

@media (min-width: 768px) {
  .group-logo-footer {
    display: none;
  }
}
@media only screen and (max-height: 600px) and (min-width: 568px) {
  .group-logo-footer > div img,
.group-logo-footer > div:last-child img {
    max-height: 120px;
  }
}
@media (max-width: 350px) {
  .group-logo-footer > div img {
    max-height: 70px;
  }

  .group-logo-footer > div:last-child img {
    max-height: 60px;
  }
}
@media (min-width: 1880px) and (min-height: 885px) {
  .footer {
    padding: 4.38em 0;
  }

  .footer .legal__container div {
    margin-right: 0.13em;
    padding-right: 0.31em;
  }

  .group-logo-footer {
    max-width: 31.25em;
  }

  .group-logo-footer > div img {
    max-height: 5.63em;
  }

  .group-logo-footer > div:last-child img {
    max-height: 5em;
  }

  .ads-google-text {
    margin-top: 1.88em;
  }

  .ads-google-text .container {
    padding: 0 1.25em;
  }
}

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