@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-ExtraBold.eot");
  src: local("Gilroy ExtraBold"), local("Gilroy-ExtraBold"), url("../fonts/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-ExtraBold.woff") format("woff"), url("../fonts/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Bold.eot");
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-SemiBold.eot");
  src: local("Gilroy SemiBold"), local("Gilroy-SemiBold"), url("../fonts/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Medium.eot");
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("../fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Regular.eot");
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/SFProDisplay-Bold.eot");
  src: local("SF Pro Display Bold"), local("SFProDisplay-Bold"), url("../fonts/SFProDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Bold.woff2") format("woff2"), url("../fonts/SFProDisplay-Bold.woff") format("woff"), url("../fonts/SFProDisplay-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/SFProDisplay-Semibold.eot");
  src: local("SF Pro Display Semibold"), local("SFProDisplay-Semibold"), url("../fonts/SFProDisplay-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Semibold.woff2") format("woff2"), url("../fonts/SFProDisplay-Semibold.woff") format("woff"), url("../fonts/SFProDisplay-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/SFProDisplay-Medium.eot");
  src: local("SF Pro Display Medium"), local("SFProDisplay-Medium"), url("../fonts/SFProDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Medium.woff2") format("woff2"), url("../fonts/SFProDisplay-Medium.woff") format("woff"), url("../fonts/SFProDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/SFProDisplay-Regular.eot");
  src: local("SF Pro Display Regular"), local("SFProDisplay-Regular"), url("../fonts/SFProDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Regular.woff2") format("woff2"), url("../fonts/SFProDisplay-Regular.woff") format("woff"), url("../fonts/SFProDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body * {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: 'SF Pro Display', Arial, sans-serif;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Gilroy, Arial, sans-serif;
  font-size: inherit;
  font-weight: normal;
}

/*===================================================================================================================*/
.container {
  max-width: 1280px;
  padding: 0;
}

@media (max-width: 1400px) {
  .container {
    max-width: 1024px;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
}

@media (max-width: 992px) {
  .container {
    max-width: 720px;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: unset;
    padding: 0 16px;
  }
}

/*===================================================================================================================*/
.wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page_content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

h1 {
  font-family: Gilroy;
  font-weight: 800;
  font-size: 60px;
  line-height: 117%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
}

@media (max-width: 1400px) {
  h1 {
    font-size: 48px;
  }
}

@media (max-width: 1200px) {
  h1 {
    font-size: 45px;
  }
}

h2 {
  font-family: Gilroy;
  font-weight: bold;
  font-size: 40px;
  line-height: 125%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000;
}

@media (max-width: 1400px) {
  h2 {
    font-size: 32px;
  }
}

@media (max-width: 1200px) {
  h2 {
    font-size: 30px;
  }
}

a.rating__button_show_more {
  display: block;
  margin: 50px auto 0;
  padding: 14.5px 36.5px;
  width: 250px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.16667em;
  text-transform: uppercase;
  text-align: center;
  color: #245ce3;
  border: 1px solid #245ce3;
}

@media (max-width: 992px) {
  a.rating__button_show_more {
    margin: 30px auto 0;
  }
}

@media (max-width: 375px) {
  a.rating__button_show_more {
    width: 100%;
  }
}

a.rating__button_show_more:hover, a.rating__button_show_more:focus {
  background-color: #245ce3;
  color: #ffffff;
}

._ibg {
  position: relative;
  overflow: hidden;
}

._ibg img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

header {
  background: #245ce3;
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
}

header .header__top {
  padding: 16px 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ffffff;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

@media (max-width: 1400px) {
  header .header__top {
    padding: 13px 0 10px;
  }
}

@media (max-width: 1024px) {
  header .header__top {
    padding: 13px 0;
  }
}

header .header__top .header__logo {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  width: 285px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 285px;
          flex: 0 0 285px;
}

@media (max-width: 1400px) {
  header .header__top .header__logo {
    width: 228px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 228px;
            flex: 0 0 228px;
  }
}

@media (max-width: 768px) {
  header .header__top .header__logo {
    width: 160px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
  }
}

header .header__top .header__logo img {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  width: 100%;
}

header .header__top .top__links {
  margin: 0 62px 0 auto;
}

@media (max-width: 1400px) {
  header .header__top .top__links {
    margin: 0 50px 0 auto;
  }
}

@media (max-width: 1200px) {
  header .header__top .top__links {
    margin: 0 40px 0 auto;
  }
}

@media (max-width: 992px) {
  header .header__top .top__links {
    margin: 0 30px 0 auto;
  }
}

header .header__top .top__links a {
  font-weight: normal;
  font-size: 15px;
  color: #91b6fc;
  padding: 10px 20px;
}

@media (max-width: 1400px) {
  header .header__top .top__links a {
    padding: 10px;
  }
}

header .header__top .top__links a:last-child {
  margin-left: 18px;
}

@media (max-width: 1200px) {
  header .header__top .top__links a:last-child {
    margin-left: 14px;
  }
}

@media (max-width: 992px) {
  header .header__top .top__links a:last-child {
    margin-left: 10px;
  }
}

@media (any-hover: hover) {
  header .header__top .top__links a:hover {
    color: #ffffff;
  }
}

header .header__top .top__links a.active {
  color: #ffffff;
}

header .header__top .mob-menu-btn {
  display: none;
}

.header__bottom .menu__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto auto auto;
      grid-template-columns: auto auto auto auto auto;
}

.header__bottom .menu__list.grid_5 {
  -ms-grid-columns: auto auto auto auto auto;
      grid-template-columns: auto auto auto auto auto;
}

.header__bottom .menu__list.grid_6 {
  -ms-grid-columns: auto auto auto auto auto auto;
      grid-template-columns: auto auto auto auto auto auto;
}

.header__bottom .menu__link_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 76px;
  font-size: 18px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

@media (max-width: 1400px) {
  .header__bottom .menu__link_wrap {
    font-size: 14px;
    height: 60px;
  }
}

.header__bottom .menu__link_wrap.link_wrap_01 .link__icon {
  margin-right: 6px;
}

@media (max-width: 1200px) {
  .header__bottom .menu__link_wrap.link_wrap_01 .link__icon {
    margin-right: 4px;
  }
}

.header__bottom .menu__link_wrap.link_wrap_03 .link__icon, .header__bottom .menu__link_wrap.link_wrap_045_cloud_mine .link__icon {
  margin-right: 9px;
}

@media (max-width: 1200px) {
  .header__bottom .menu__link_wrap.link_wrap_03 .link__icon, .header__bottom .menu__link_wrap.link_wrap_045_cloud_mine .link__icon {
    margin-right: 5px;
  }
}

.header__bottom .menu__link_wrap.link_wrap_02 .link__icon, .header__bottom .menu__link_wrap.link_wrap_04 .link__icon, .header__bottom .menu__link_wrap.link_wrap_05 .link__icon {
  margin-right: 13px;
}

@media (max-width: 1200px) {
  .header__bottom .menu__link_wrap.link_wrap_02 .link__icon, .header__bottom .menu__link_wrap.link_wrap_04 .link__icon, .header__bottom .menu__link_wrap.link_wrap_05 .link__icon {
    margin-right: 8px;
  }
}

.header__bottom .menu__link_wrap .menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.header__bottom .menu__link_wrap .menu__link .link__icon svg {
  color: #91b6fc;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.header__bottom .menu__link_wrap .menu__link .link__text {
  font-weight: normal;
  line-height: 1.16667em;
  color: #ffffff;
}

.header__bottom .menu__link_wrap .link__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  -webkit-transform: translate(0, 2px);
          transform: translate(0, 2px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 1400px) {
  .header__bottom .menu__link_wrap .link__arrow {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

@media (max-width: 1200px) {
  .header__bottom .menu__link_wrap .link__arrow {
    margin-left: 6px;
  }
}

@media (any-hover: hover) {
  .header__bottom .menu__link_wrap:hover {
    background: #4379fb;
  }
  .header__bottom .menu__link_wrap:hover .menu__link .link__icon svg {
    color: #ffffff;
  }
}

.header__bottom .menu__link_wrap.active {
  background: #4379fb;
}

.header__bottom .menu__link_wrap.active .menu__link .link__icon svg {
  color: #ffffff;
}

.header__bottom .menu__link_wrap.active .link__arrow {
  -webkit-transform: translate(0, 1px) rotate(180deg);
          transform: translate(0, 1px) rotate(180deg);
}

@media (max-width: 1400px) {
  .header__bottom .menu__link_wrap.active .link__arrow {
    -webkit-transform: translate(0, -1px) rotate(180deg);
            transform: translate(0, -1px) rotate(180deg);
  }
}

@media (any-hover: hover) {
  .header__bottom .menu__link_wrap:hover .link__arrow {
    -webkit-transform: translate(0, 1px) rotate(180deg);
            transform: translate(0, 1px) rotate(180deg);
  }
}

@media (any-hover: hover) and (max-width: 1400px) {
  .header__bottom .menu__link_wrap:hover .link__arrow {
    -webkit-transform: translate(0, -1px) rotate(180deg);
            transform: translate(0, -1px) rotate(180deg);
  }
}

.header__bottom .menu__link_wrap:hover .sub-menu__list {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.header__bottom .sub-menu__list {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  background: #4379fb;
  padding: 66px 0;
}

@media (max-width: 1400px) {
  .header__bottom .sub-menu__list {
    padding: 50px 0;
  }
}

@media (max-width: 1200px) {
  .header__bottom .sub-menu__list {
    padding: 30px 0;
  }
}

.header__bottom .sub-menu__list ul {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1400px) {
  .header__bottom .sub-menu__list ul {
    max-width: 1024px;
  }
}

@media (max-width: 1200px) {
  .header__bottom .sub-menu__list ul {
    max-width: 960px;
  }
}

@media (max-width: 992px) {
  .header__bottom .sub-menu__list ul {
    max-width: unset;
  }
}

.header__bottom .sub-menu__list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  height: 106px;
}

@media (max-width: 1400px) {
  .header__bottom .sub-menu__list li {
    height: 90px;
  }
}

@media (max-width: 1200px) {
  .header__bottom .sub-menu__list li {
    height: 80px;
  }
}

.header__bottom .sub-menu__list li .sub-menu__link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__bottom .sub-menu__list li .sub-menu__link img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.45;
}

@media (any-hover: hover) {
  .header__bottom .sub-menu__list li .sub-menu__link:hover {
    background: #5284fe;
  }
  .header__bottom .sub-menu__list li .sub-menu__link:hover img {
    opacity: 1;
  }
}

.header__bottom .sub-menu__list li .sub-menu__link .sub-menu__link__text {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #ffffff;
}

.header__bottom .sub-menu__list li .sub-menu__link .sub-menu__link__arrow {
  margin-left: 14px;
}

.header__bottom .sub-menu__list li:nth-child(1), .header__bottom .sub-menu__list li:nth-child(2), .header__bottom .sub-menu__list li:nth-child(3), .header__bottom .sub-menu__list li:nth-child(7), .header__bottom .sub-menu__list li:nth-child(8), .header__bottom .sub-menu__list li:nth-child(9) {
  border-top: 1px solid #5788ff;
  border-bottom: 1px solid #5788ff;
}

.header__bottom .sub-menu__list li:nth-child(1), .header__bottom .sub-menu__list li:nth-child(4), .header__bottom .sub-menu__list li:nth-child(7), .header__bottom .sub-menu__list li:nth-child(3), .header__bottom .sub-menu__list li:nth-child(6), .header__bottom .sub-menu__list li:nth-child(9) {
  border-left: 1px solid #5788ff;
  border-right: 1px solid #5788ff;
}

.header__bottom .sub-menu__list.exchangers ul {
  border-left: 1px solid #5788ff;
}

.header__bottom .sub-menu__list.exchangers li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.header__bottom .sub-menu__list.exchangers li:nth-child(1), .header__bottom .sub-menu__list.exchangers li:nth-child(2), .header__bottom .sub-menu__list.exchangers li:nth-child(3), .header__bottom .sub-menu__list.exchangers li:nth-child(4) {
  border-top: 1px solid #5788ff;
  border-bottom: 1px solid #5788ff;
}

.header__bottom .sub-menu__list.exchangers li:nth-child(n) {
  border-left: 0;
  border-right: 1px solid #5788ff;
}

.header__bottom .sub-menu__list.top_exchanges li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  height: 166px;
}

.header__bottom .sub-menu__list.top_exchanges li:nth-child(1), .header__bottom .sub-menu__list.top_exchanges li:nth-child(2), .header__bottom .sub-menu__list.top_exchanges li:nth-child(3), .header__bottom .sub-menu__list.top_exchanges li:nth-child(7), .header__bottom .sub-menu__list.top_exchanges li:nth-child(8), .header__bottom .sub-menu__list.top_exchanges li:nth-child(9) {
  border-top: 1px solid #5788ff;
  border-bottom: 1px solid #5788ff;
}

.header__bottom .sub-menu__list.top_exchanges li:nth-child(1), .header__bottom .sub-menu__list.top_exchanges li:nth-child(4), .header__bottom .sub-menu__list.top_exchanges li:nth-child(7), .header__bottom .sub-menu__list.top_exchanges li:nth-child(3), .header__bottom .sub-menu__list.top_exchanges li:nth-child(6), .header__bottom .sub-menu__list.top_exchanges li:nth-child(9) {
  border-left: 1px solid #5788ff;
  border-right: 1px solid #5788ff;
}

@media (max-width: 1400px) {
  .header__bottom .sub-menu__list.top_exchanges li {
    height: 140px;
  }
}

.header__bottom .sub-menu__list.top_exchanges li .sub-menu__link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px;
}

.header__bottom .sub-menu__list.top_exchanges li .sub-menu__link .sub-menu__link__text {
  text-align: center;
  margin-top: 22.7px;
  font-size: 18px;
}

@media (max-width: 1400px) {
  .header__bottom .sub-menu__list.top_exchanges li .sub-menu__link .sub-menu__link__text {
    margin-top: 15px;
    font-size: 15px;
  }
}

@media (max-width: 1200px) and (min-width: 1025px) {
  .header__bottom .sub-menu__list.top_exchanges li .sub-menu__link .sub-menu__link__text {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .header__bottom .sub-menu__list.top_exchanges li .sub-menu__link .sub-menu__link__text {
    text-align: left;
  }
}

.header__bottom .sub-menu__list.top_exchanges li .sub-menu__link svg path,
.header__bottom .sub-menu__list.top_exchanges li .sub-menu__link svg line {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (any-hover: hover) {
  .header__bottom .sub-menu__list.top_exchanges li .sub-menu__link:hover svg path,
  .header__bottom .sub-menu__list.top_exchanges li .sub-menu__link:hover svg line {
    stroke: #ffffff;
    fill: unset;
  }
}

.header__bottom .sub-menu__list.top_exchanges li .sub-menu__link.show-more-btn {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.header__bottom .sub-menu__list.top_exchanges li .sub-menu__link.show-more-btn .sub-menu__link__text {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #ffffff;
}

@media (max-width: 1400px) {
  .header__bottom .sub-menu__list.top_exchanges li .sub-menu__link.show-more-btn .sub-menu__link__text {
    font-size: 15px;
  }
}

@media (max-width: 1200px) and (min-width: 1025px) {
  .header__bottom .sub-menu__list.top_exchanges li .sub-menu__link.show-more-btn .sub-menu__link__text {
    font-size: 13px;
  }
}

.header__bottom .sub-menu__list.top_exchanges li .sub-menu__link.show-more-btn .sub-menu__link__arrow {
  margin-left: 14px;
}

header .cryptorates {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[2];
      grid-template-columns: repeat(2, auto);
  -ms-grid-rows: (1fr)[2];
      grid-template-rows: repeat(2, 1fr);
  gap: 8px 29px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header .cryptorates__coin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header .cryptorates__coin.coin_01 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}

header .cryptorates__coin.coin_02 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}

header .cryptorates__coin.coin_03 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

header .cryptorates__coin.coin_04 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

header .coin__name {
  min-width: 61px;
  padding: 0 19px 0 0;
  font-weight: bold;
}

header .coin__rate {
  position: relative;
}

header .coin__rate:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: -13px;
  border-style: solid;
}

header .coin__rate.rise:before {
  top: 5px;
  border-width: 0 4px 7px 4px;
  border-color: transparent transparent #91b7fc transparent;
}

header .coin__rate.drop:before {
  top: 6px;
  border-width: 7px 4px 0 4px;
  border-color: #91b7fc transparent transparent transparent;
}

header .coin__rate.stable:before {
  display: none;
}

.header .lang {
  margin: 0 0 0 100px;
  padding: 0 0 23px 0;
}

@media (max-width: 1400px) {
  .header .lang {
    margin: 0 0 0 80px;
  }
}

@media (max-width: 1200px) {
  .header .lang {
    margin: 0 0 0 75px;
  }
}

@media (max-width: 1024px) {
  .header .lang {
    padding: 0;
  }
}

@media (max-width: 992px) {
  .header .lang {
    margin: 0 0 0 50px;
  }
}

@media (max-width: 768px) {
  .header .lang {
    margin-left: auto;
  }
}

@media (max-width: 425px) {
  .header .lang {
    padding: 15px 0 0 0;
  }
}

.header .lang_active .lang__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header .lang_active .lang__option {
  opacity: 1;
  visibility: visible;
}

.header .lang__body {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
  color: #ffffff;
  position: relative;
}

.header .lang__click {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 0 0 3px 0;
}

@media (max-width: 992px) {
  .header .lang__click {
    padding: 3px 0;
  }
}

@media (max-width: 425px) {
  .header .lang__click {
    padding: 0;
  }
}

.header .lang__arrow {
  margin: 0 0 0 7px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header .lang__option {
  color: inherit;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.header .lang__option:hover {
  color: #91b6fc;
}

@media (max-width: 1024px) {
  header .header__top .top__links {
    display: none;
  }
  header .header__top .mob-menu-btn {
    display: block;
    margin-left: 50px;
    position: relative;
    width: 30px;
    height: 21px;
    cursor: pointer;
  }
}

@media (max-width: 1024px) and (max-width: 992px) {
  header .header__top .mob-menu-btn {
    margin-left: 30px;
  }
}

@media (max-width: 1024px) {
  header .header__top .mob-menu-btn:hover:before, header .header__top .mob-menu-btn:hover:after,
  header .header__top .mob-menu-btn:hover span {
    background-color: #91b6fc;
  }
  header .header__top .mob-menu-btn:before, header .header__top .mob-menu-btn:after,
  header .header__top .mob-menu-btn span {
    position: absolute;
    right: 0;
    height: 3px;
    width: 100%;
    background-color: #ffffff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  header .header__top .mob-menu-btn:before, header .header__top .mob-menu-btn:after {
    content: "";
  }
  header .header__top .mob-menu-btn:before {
    top: 0;
  }
  header .header__top .mob-menu-btn:after {
    bottom: 0;
    width: 24px;
  }
  header .header__top .mob-menu-btn span {
    top: 9px;
  }
  header .cryptorates {
    margin: 0 0 0 auto;
    gap: 3px 29px;
  }
  header .header__bottom .menu__list {
    display: none;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  header .header__top {
    border-bottom: none;
  }
}

@media (max-width: 768px) {
  header .cryptorates {
    padding: 8px 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    gap: unset;
  }
  header .coin__name {
    min-width: unset;
  }
}

@media (max-width: 550px) {
  header .cryptorates {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .cryptorates__coin {
    font-size: 13px;
  }
  header .coin__rate.rise:before {
    top: 4px;
  }
  header .coin__rate.drop:before {
    top: 4px;
  }
}

@media (max-width: 425px) {
  header .cryptorates__coin {
    font-size: 10px;
  }
  header .coin__name {
    padding: 0 13px 0 0;
  }
  header .coin__rate:before {
    left: -8px;
  }
  header .coin__rate.rise:before {
    top: 4px;
    border-width: 0 3px 5px 3px;
    border-color: transparent transparent #91b7fc transparent;
  }
  header .coin__rate.drop:before {
    top: 5px;
    border-width: 5px 3px 0 3px;
    border-color: #91b7fc transparent transparent transparent;
  }
}

header.header_scrolled .header__top {
  padding: 13px 0 10px;
}

header.header_scrolled .header__top .header__logo {
  width: 230px;
}

header.header_scrolled .cryptorates {
  gap: 3px 29px;
}

header.header_scrolled .lang {
  padding: 0 0 18px 0;
}

header.header_scrolled .header__bottom .menu__link_wrap {
  height: 60px;
}

@media (max-width: 1400px) {
  header.header_scrolled .header__top {
    padding: 10px 0 8px;
  }
  header.header_scrolled .header__top .header__logo {
    width: 180px;
  }
}

@media (max-width: 1024px) {
  header.header_scrolled .header__top {
    padding: 13px 0;
  }
  header.header_scrolled .header__top .header__logo {
    width: 228px;
  }
  header.header_scrolled .lang {
    padding: 0;
  }
}

@media (max-width: 768px) {
  header.header_scrolled .header__top .header__logo {
    width: 160px;
  }
  header.header_scrolled .cryptorates {
    gap: 0;
  }
}

#mob-menu {
  display: none;
}

@media (max-width: 1024px) {
  #mob-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 200;
    display: block;
    visibility: hidden;
    opacity: 0;
    overflow-y: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #mob-menu .mob-menu__content {
    visibility: hidden;
    -webkit-transform: translate(200vh, 0vh);
            transform: translate(200vh, 0vh);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #mob-menu.open {
    visibility: visible;
    opacity: 1;
  }
  #mob-menu.open .mob-menu__content {
    visibility: visible;
    -webkit-transform: translate(0vh, 0vh);
            transform: translate(0vh, 0vh);
  }
  #mob-menu .mob-menu__content {
    background: #4379fb;
  }
  #mob-menu .mob-menu__header {
    padding: 13px 0 20px;
  }
  #mob-menu .mob-menu-close {
    width: 30px;
    height: 30px;
    margin-left: auto;
    position: relative;
  }
  #mob-menu .mob-menu-close:before, #mob-menu .mob-menu-close:after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ffffff;
  }
  #mob-menu .mob-menu-close:before {
    top: 50%;
    -webkit-transform: rotate(-45deg) translate(0, -50%);
            transform: rotate(-45deg) translate(0, -50%);
  }
  #mob-menu .mob-menu-close:after {
    bottom: 50%;
    -webkit-transform: rotate(45deg) translate(0, 50%);
            transform: rotate(45deg) translate(0, 50%);
  }
  #mob-menu .mob-menu__top {
    padding: 0 0 45px 30px;
  }
  #mob-menu .mob-menu__top a {
    display: block;
    font-size: 18px;
    line-height: 21px;
    color: #bed1ff;
  }
  #mob-menu .mob-menu__top a:not(:last-child) {
    margin-bottom: 25px;
  }
  #mob-menu .mob-menu__top a:hover {
    color: #ffffff;
  }
  #mob-menu .mob-menu__bottom {
    padding: 26px 0 35px;
    border-top: 1px solid #ffffff;
  }
  #mob-menu .menu__list {
    display: block;
  }
  #mob-menu .menu__link_wrap {
    display: block;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    height: unset;
    padding: 5px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #mob-menu .menu__link {
    padding: 13px 0 13px 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
  }
  #mob-menu .link__icon {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 40px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #mob-menu .link__text {
    padding-left: 35px;
    font-size: 21px;
    line-height: 25px;
  }
  #mob-menu .link__arrow {
    margin-bottom: 7px;
  }
}

@media (max-width: 1024px) and (min-width: 326px) {
  #mob-menu .link__text br {
    display: none;
  }
}

@media (max-width: 1024px) and (max-width: 325px) {
  #mob-menu .menu__link_wrap.link_wrap_02 .link__icon {
    top: 15px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@media (max-width: 1024px) {
  #mob-menu .sub-menu__list_wrap {
    display: none;
  }
  #mob-menu .sub-menu__list {
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 300;
    top: unset;
    left: unset;
    padding: 0;
    width: 100%;
    border-top: 1px solid #5788ff;
    border-right: 1px solid #5788ff;
  }
  #mob-menu .sub-menu__list li:nth-child(n) {
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #5788ff;
    border-left: 1px solid #5788ff;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  #mob-menu .sub-menu__link {
    position: relative;
    overflow: hidden;
  }
}

@media (max-width: 1024px) and (max-width: 500px) {
  #mob-menu .sub-menu__list li {
    height: 70px;
  }
  #mob-menu .sub-menu__list li:not(:nth-child(9)) .sub-menu__link img {
    position: absolute;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  #mob-menu .sub-menu__list li:not(:nth-child(9)) .sub-menu__link.show-more-btn img {
    position: static;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media (max-width: 1024px) and (max-width: 425px) {
  #mob-menu .sub-menu__list li {
    height: 60px;
  }
  #mob-menu .sub-menu__list li:not(:nth-child(9)) .sub-menu__link img {
    position: absolute;
    -webkit-transform: scale(0.55);
            transform: scale(0.55);
  }
  #mob-menu .sub-menu__list li:not(:nth-child(9)) .sub-menu__link.show-more-btn img {
    position: static;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media (max-width: 1024px) {
  #mob-menu .sub-menu__list.top_exchanges {
    min-height: unset;
  }
}

@media (max-width: 1024px) and (max-width: 992px) {
  #mob-menu .sub-menu__list.top_exchanges li:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (max-width: 1024px) and (max-width: 768px) {
  #mob-menu .sub-menu__list.top_exchanges li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: unset;
    min-height: 63px;
  }
  #mob-menu .sub-menu__list.top_exchanges .sub-menu__link {
    min-height: 63px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 5px 16px;
  }
  #mob-menu .sub-menu__list.top_exchanges .sub-menu__link svg {
    position: absolute;
    top: 50%;
    left: 36px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 30px;
  }
  #mob-menu .sub-menu__list.top_exchanges .sub-menu__link__text {
    margin: 0;
    padding-left: 45px;
  }
}

.first_screen {
  padding: 179px 0 0 0;
  min-height: 630px;
}

@media (max-width: 1400px) {
  .first_screen {
    padding: 141px 0 0 0;
    min-height: 500px;
  }
}

@media (max-width: 1200px) {
  .first_screen {
    padding: 141px 0 0 0;
    min-height: 480px;
  }
}

@media (max-width: 1024px) {
  .first_screen {
    padding: 80px 0 0 0;
    min-height: 420px;
  }
}

@media (max-width: 768px) {
  .first_screen {
    padding: 140.45px 0 0 0;
    min-height: 490px;
  }
}

.first_screen .first_screen__container {
  position: relative;
}

.first_screen .first_screen__body h1.first_screen__title {
  position: absolute;
  z-index: 2;
  top: 200px;
  -webkit-transform: translateY(-43%);
          transform: translateY(-43%);
}

@media (max-width: 1400px) {
  .first_screen .first_screen__body h1.first_screen__title {
    top: 160px;
  }
}

@media (max-width: 1200px) {
  .first_screen .first_screen__body h1.first_screen__title {
    top: 150px;
  }
}

@media (max-width: 768px) {
  .first_screen .first_screen__body h1.first_screen__title {
    font-size: 40px;
  }
}

@media (max-width: 700px) {
  .first_screen .first_screen__body h1.first_screen__title {
    -webkit-transform: unset;
            transform: unset;
    top: 60px;
    font-size: 37px;
  }
}

@media (max-width: 600px) {
  .first_screen .first_screen__body h1.first_screen__title {
    top: 30px;
    font-size: 32px;
  }
}

.first_screen .first_screen__image {
  position: absolute;
  z-index: 1;
}

.first_screen .first_screen__image img {
  width: 100%;
}

footer {
  background: #000000;
  padding: 65px 0 90px;
}

@media (max-width: 1400px) {
  footer {
    padding: 52px 0 80px;
  }
}

@media (max-width: 1200px) {
  footer {
    padding: 48px 0 75px;
  }
}

@media (max-width: 992px) {
  footer {
    padding: 36px 0 55px;
  }
}

@media (max-width: 768px) {
  footer {
    padding: 40px 0 47px;
  }
}

@media (max-width: 768px) {
  footer .footer__logo {
    display: inline-block;
    width: 209px;
  }
  footer .footer__logo img {
    width: 100%;
  }
}

footer .footer__body {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  footer .footer__body {
    margin-top: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 30px;
  }
}

footer .footer__menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70.3125%;
          flex: 0 1 70.3125%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer__menu .menu__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 75px;
}

footer .footer__menu .menu__col.col_1 {
  margin-left: 66px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 42.22222%;
          flex: 0 1 42.22222%;
}

footer .footer__menu .menu__col a.menu__link {
  font-weight: 500;
  font-size: 18px;
  line-height: 244.44444%;
  color: #878787;
}

footer .footer__menu .menu__col a.menu__link:hover {
  color: #FFFFFF;
}

@media (max-width: 992px) {
  footer .footer__menu .menu__col {
    padding-right: 50px;
  }
  footer .footer__menu .menu__col.col_1 {
    margin-left: 30px;
  }
  footer .footer__menu .menu__col a.menu__link {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  footer .footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
  footer .footer__menu .menu__col {
    padding-right: 0;
  }
  footer .footer__menu .menu__col.col_1 {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin-left: 0;
  }
  footer .footer__menu .menu__col a.menu__link {
    font-size: 15px;
    line-height: 243.54%;
  }
}

@media (max-width: 768px) {
  footer .footer__socials {
    margin-top: 22px;
  }
}

footer .footer__socials .socials__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 44px;
  color: #245CE3;
}

@media (max-width: 992px) {
  footer .footer__socials .socials__title {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  footer .footer__socials .socials__title {
    font-size: 18px;
  }
}

footer .footer__socials .socials__body {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  footer .footer__socials .socials__body {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  footer .footer__socials .socials__body {
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer .footer__socials .socials__body a.socials__icon {
  width: 43px;
  height: 43px;
}

footer .footer__socials .socials__body a.socials__icon:not(:last-child) {
  margin-right: 22px;
}

footer .footer__socials .socials__body a.socials__icon:hover, footer .footer__socials .socials__body a.socials__icon:focus {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}

footer .footer__socials .socials__body a.socials__icon img {
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 768px) {
  footer .footer__socials .socials__body a.socials__icon {
    width: 50px;
    height: 50px;
  }
  footer .footer__socials .socials__body a.socials__icon:not(:last-child) {
    margin-right: 39px;
  }
}

footer .footer__disclaimer {
  margin: 4.92188% 0 0 0;
}

@media (max-width: 768px) {
  footer .footer__disclaimer {
    margin: 34px 0 0 0;
  }
}

footer .footer__disclaimer .disclaimer__item {
  background-color: #0A0A0A;
  padding: 3.59375% 5.78125% 4.375% 9.84375%;
  position: relative;
  font-size: 18px;
  line-height: 167%;
  color: #FFFFFF;
}

footer .footer__disclaimer .disclaimer__item:not(:last-child) {
  margin: 0 0 20px 0;
}

footer .footer__disclaimer .disclaimer__item .item__icon {
  position: absolute;
  top: 42px;
  left: 66px;
}

footer .footer__disclaimer .disclaimer__item .item__title {
  font-weight: bold;
  margin: 0 0 0.45em 0;
}

footer .footer__disclaimer .disclaimer__item .item__link {
  color: #245ce3;
  display: inline-block;
  margin: 0.45em 0 0 0;
}

footer .footer__disclaimer .disclaimer__item .item__link:hover {
  text-decoration: underline;
}

@media (max-width: 1400px) {
  footer .footer__disclaimer .disclaimer__item .item__icon {
    top: 33px;
    left: 45px;
  }
}

@media (max-width: 1200px) {
  footer .footer__disclaimer .disclaimer__item .item__icon {
    top: 31px;
    left: 35px;
  }
}

@media (max-width: 992px) {
  footer .footer__disclaimer .disclaimer__item {
    font-size: 15px;
  }
  footer .footer__disclaimer .disclaimer__item .item__icon {
    top: 24px;
    left: 25px;
  }
  footer .footer__disclaimer .disclaimer__item .item__icon img {
    width: 35px;
  }
}

@media (max-width: 768px) {
  footer .footer__disclaimer .disclaimer__item {
    padding: 26px 30px 33px;
    font-size: 13px;
    line-height: 138%;
  }
  footer .footer__disclaimer .disclaimer__item .item__icon {
    position: static;
    margin: 0 0 14px 0;
  }
  footer .footer__disclaimer .disclaimer__item .item__icon img {
    width: unset;
  }
  footer .footer__disclaimer .disclaimer__item .item__title {
    margin: 0 0 0.7em 0;
  }
  footer .footer__disclaimer .disclaimer__item .item__link {
    margin: 0.7em 0 0 0;
  }
}

#popup {
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000;
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: auto;
}

/* -- -- */
#popup .feedback-popup-success {
  width: 613px;
  height: 263px;
  background: #fff;
  text-align: center;
  padding-top: 56px;
  position: relative;
}

#popup .feedback-popup-success .close {
  position: absolute;
  width: 32px;
  height: 32px;
  cursor: pointer;
  right: -43px;
  top: -3px;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#popup .feedback-popup-success .close:before, #popup .feedback-popup-success .close:after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
}

#popup .feedback-popup-success .close:before {
  top: 50%;
  -webkit-transform: rotate(-45deg) translate(0, -50%);
          transform: rotate(-45deg) translate(0, -50%);
}

#popup .feedback-popup-success .close:after {
  bottom: 50%;
  -webkit-transform: rotate(45deg) translate(0, 50%);
          transform: rotate(45deg) translate(0, 50%);
}

#popup .feedback-popup-success .close:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  #popup .feedback-popup-success .close {
    width: 27px;
    height: 27px;
    right: 5px;
    top: 5.5px;
  }
  #popup .feedback-popup-success .close:before, #popup .feedback-popup-success .close:after {
    background-color: #000000;
  }
}

#popup .feedback-popup-success .popup-title {
  font-family: 'Gilroy';
  font-weight: bold;
  font-size: 30px;
  line-height: 50px;
  text-transform: uppercase;
}

#popup .feedback-popup-success p {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  margin-top: 32px;
}

/* -- -- */
#popup .feedback-popup .close {
  position: absolute;
  width: 32px;
  height: 32px;
  cursor: pointer;
  right: -43px;
  top: -3px;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#popup .feedback-popup .close:before, #popup .feedback-popup .close:after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
}

#popup .feedback-popup .close:before {
  top: 50%;
  -webkit-transform: rotate(-45deg) translate(0, -50%);
          transform: rotate(-45deg) translate(0, -50%);
}

#popup .feedback-popup .close:after {
  bottom: 50%;
  -webkit-transform: rotate(45deg) translate(0, 50%);
          transform: rotate(45deg) translate(0, 50%);
}

#popup .feedback-popup .close:hover {
  opacity: 0.8;
}

#popup .feedback-popup {
  width: 1100px;
  height: 627px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  position: relative;
}

#popup .feedback-popup .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43.81818%;
          flex: 0 0 43.81818%;
  background: linear-gradient(149.48deg, #D04FFF -11.5%, #3BC3CA 114.35%);
  border-radius: 3px 0 0 3px;
}

#popup .feedback-popup .left img {
  width: 78.42324%;
}

#popup .feedback-popup .right {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

#popup .feedback-popup form {
  width: 408px;
  margin: 56px auto 0;
}

#popup .feedback-popup .form-title {
  font-size: 30px;
  line-height: 166.66667%;
  color: #000;
  font-family: 'Gilroy';
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}

#popup .feedback-popup .form-row {
  margin: 0 0 20px;
}

#popup .feedback-popup label {
  font-size: 18px;
  font-weight: 400;
  font-family: 'SF Pro Display';
  line-height: 166.66667%;
  margin: 0 0 11px;
}

#popup .feedback-popup input {
  height: 50px;
  padding-left: 24px;
  font-size: 15px;
}

#popup .feedback-popup input::-webkit-input-placeholder {
  color: #B7B4C2;
}

#popup .feedback-popup input:-ms-input-placeholder {
  color: #B7B4C2;
}

#popup .feedback-popup input::-ms-input-placeholder {
  color: #B7B4C2;
}

#popup .feedback-popup input::placeholder {
  color: #B7B4C2;
}

#popup .feedback-popup .btn {
  width: 247px;
  height: 50px;
  background: #245CE3;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  margin-top: 20px;
  font-family: 'SF Pro Display';
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#popup .feedback-popup .btn:hover,
#popup .feedback-popup .btn:focus {
  background-color: #003ac2;
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1400px) {
  #popup .feedback-popup {
    height: 550px;
  }
  #popup .feedback-popup form {
    margin: 40px auto 0;
  }
  #popup .feedback-popup .form-title {
    margin-bottom: 30px;
  }
  #popup .feedback-popup .form-row {
    margin: 0 0 10px;
  }
  #popup .feedback-popup label {
    margin: 0 0 6px;
  }
}

@media (max-width: 1200px) {
  #popup .feedback-popup {
    width: 880px;
    height: 470px;
  }
  #popup .feedback-popup form {
    width: 380px;
    margin: 35px auto 0;
  }
  #popup .feedback-popup .form-title {
    margin-bottom: 20px;
    font-size: 24px;
  }
  #popup .feedback-popup label {
    font-size: 15px;
  }
  #popup .feedback-popup input {
    height: 45px;
  }
  #popup .feedback-popup .btn {
    margin-top: 15px;
    width: 200px;
    height: 45px;
  }
}

@media (max-width: 992px) {
  #popup .feedback-popup {
    width: 670px;
    height: 400px;
  }
  #popup .feedback-popup form {
    width: 300px;
    margin: 30px auto 0;
  }
  #popup .feedback-popup .form-title {
    margin-bottom: 15px;
  }
  #popup .feedback-popup .form-row {
    margin: 0 0 7px;
  }
  #popup .feedback-popup label {
    margin: 0 0 3px;
  }
  #popup .feedback-popup input {
    height: 40px;
  }
  #popup .feedback-popup .btn {
    width: 180px;
    height: 40px;
  }
}

@media (max-width: 768px) {
  #popup .feedback-popup-success {
    width: 90%;
    max-width: 400px;
    height: unset;
    padding: 34.5px 19.5px 42.5px;
  }
  #popup .feedback-popup-success .popup-title {
    font-size: 23px;
  }
  #popup .feedback-popup-success p {
    margin-top: 5px;
    font-size: 15px;
    line-height: 24px;
  }
  #popup .feedback-popup-success p br {
    display: none;
  }
  #popup .feedback-popup .close {
    width: 27px;
    height: 27px;
    right: 5px;
    top: 5.5px;
  }
  #popup .feedback-popup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    max-width: 400px;
    height: 500px;
  }
  #popup .feedback-popup .left {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    height: 92px;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-radius: 3px 3px 0 0;
  }
  #popup .feedback-popup .left img {
    width: 122px;
    margin-top: -4.5px;
  }
  #popup .feedback-popup form {
    width: 100%;
    margin: 17px auto 0;
  }
  #popup .feedback-popup .form-title {
    font-size: 23px;
    line-height: 42px;
    margin: 0;
  }
  #popup .feedback-popup .form-row {
    width: 79.16667%;
    margin: 0 auto 12px;
  }
  #popup .feedback-popup label {
    font-size: 14px;
    line-height: 30px;
    margin: 0;
  }
  #popup .feedback-popup input {
    font-size: 13px;
    line-height: 30px;
    padding-left: 16px;
    height: 45px;
  }
  #popup .feedback-popup .btn {
    height: 45px;
    width: 200px;
  }
}

@media (max-width: 425px) {
  #popup .feedback-popup .btn {
    width: 79.16667%;
  }
}

.broker-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.broker-rating .rating__progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 12px;
}

.broker-rating .rating__progress-bar i.progress-point {
  display: block;
  width: 31px;
  height: 14px;
  background: #95e9b8;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

.broker-rating .rating__progress-bar i.progress-point:not(:last-child) {
  margin-right: 3px;
}

.broker-rating .rating__progress-bar i.progress-point:before {
  position: absolute;
  content: '';
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: #219653;
}

.broker-rating.rating_0 i.progress-point, .broker-rating.rating_1 i.progress-point {
  background: #e99595;
}

.broker-rating.rating_2 i.progress-point:nth-child(n), .broker-rating.rating_3 i.progress-point:nth-child(n) {
  background: #e99595;
}

.broker-rating.rating_2 i.progress-point:nth-child(1), .broker-rating.rating_3 i.progress-point:nth-child(1) {
  background: #962121;
}

.broker-rating.rating_4 i.progress-point:nth-child(n), .broker-rating.rating_5 i.progress-point:nth-child(n) {
  background: #f1f2a6;
}

.broker-rating.rating_4 i.progress-point:nth-child(1),
.broker-rating.rating_4 i.progress-point:nth-child(2), .broker-rating.rating_5 i.progress-point:nth-child(1),
.broker-rating.rating_5 i.progress-point:nth-child(2) {
  background: #e8bd0f;
}

.broker-rating.rating_6 i.progress-point:nth-child(n), .broker-rating.rating_7 i.progress-point:nth-child(n) {
  background: #f1f2a6;
}

.broker-rating.rating_6 i.progress-point:nth-child(1),
.broker-rating.rating_6 i.progress-point:nth-child(2),
.broker-rating.rating_6 i.progress-point:nth-child(3), .broker-rating.rating_7 i.progress-point:nth-child(1),
.broker-rating.rating_7 i.progress-point:nth-child(2),
.broker-rating.rating_7 i.progress-point:nth-child(3) {
  background: #e8bd0f;
}

.broker-rating.rating_8 i.progress-point:nth-child(n), .broker-rating.rating_9 i.progress-point:nth-child(n) {
  background: #95e9b8;
}

.broker-rating.rating_8 i.progress-point:not(:last-child), .broker-rating.rating_9 i.progress-point:not(:last-child) {
  background: #219653;
}

.broker-rating.rating_10 i.progress-point:nth-child(n) {
  background: #219653;
}

.broker-rating[data-rating="0"] i.progress-point:nth-child(n), .broker-rating[data-rating="0.0"] i.progress-point:nth-child(n), .broker-rating[data-rating="0.1"] i.progress-point:nth-child(n), .broker-rating[data-rating="0.2"] i.progress-point:nth-child(n), .broker-rating[data-rating="0.3"] i.progress-point:nth-child(n), .broker-rating[data-rating="0.4"] i.progress-point:nth-child(n), .broker-rating[data-rating="0.5"] i.progress-point:nth-child(n), .broker-rating[data-rating="0.6"] i.progress-point:nth-child(n), .broker-rating[data-rating="0.7"] i.progress-point:nth-child(n), .broker-rating[data-rating="0.8"] i.progress-point:nth-child(n), .broker-rating[data-rating="0.9"] i.progress-point:nth-child(n), .broker-rating[data-rating="1"] i.progress-point:nth-child(n), .broker-rating[data-rating="1.0"] i.progress-point:nth-child(n), .broker-rating[data-rating="1.1"] i.progress-point:nth-child(n), .broker-rating[data-rating="1.2"] i.progress-point:nth-child(n), .broker-rating[data-rating="1.3"] i.progress-point:nth-child(n), .broker-rating[data-rating="1.4"] i.progress-point:nth-child(n), .broker-rating[data-rating="1.5"] i.progress-point:nth-child(n), .broker-rating[data-rating="1.6"] i.progress-point:nth-child(n), .broker-rating[data-rating="1.7"] i.progress-point:nth-child(n), .broker-rating[data-rating="1.8"] i.progress-point:nth-child(n), .broker-rating[data-rating="1.9"] i.progress-point:nth-child(n) {
  background: #e99595;
}

.broker-rating[data-rating="0"] i.progress-point:nth-child(1):before, .broker-rating[data-rating="0.0"] i.progress-point:nth-child(1):before, .broker-rating[data-rating="0.1"] i.progress-point:nth-child(1):before, .broker-rating[data-rating="0.2"] i.progress-point:nth-child(1):before, .broker-rating[data-rating="0.3"] i.progress-point:nth-child(1):before, .broker-rating[data-rating="0.4"] i.progress-point:nth-child(1):before, .broker-rating[data-rating="0.5"] i.progress-point:nth-child(1):before, .broker-rating[data-rating="0.6"] i.progress-point:nth-child(1):before, .broker-rating[data-rating="0.7"] i.progress-point:nth-child(1):before, .broker-rating[data-rating="0.8"] i.progress-point:nth-child(1):before, .broker-rating[data-rating="0.9"] i.progress-point:nth-child(1):before, .broker-rating[data-rating="1"] i.progress-point:nth-child(1):before, .broker-rating[data-rating="1.0"] i.progress-point:nth-child(1):before, .broker-rating[data-rating="1.1"] i.progress-point:nth-child(1):before, .broker-rating[data-rating="1.2"] i.progress-point:nth-child(1):before, .broker-rating[data-rating="1.3"] i.progress-point:nth-child(1):before, .broker-rating[data-rating="1.4"] i.progress-point:nth-child(1):before, .broker-rating[data-rating="1.5"] i.progress-point:nth-child(1):before, .broker-rating[data-rating="1.6"] i.progress-point:nth-child(1):before, .broker-rating[data-rating="1.7"] i.progress-point:nth-child(1):before, .broker-rating[data-rating="1.8"] i.progress-point:nth-child(1):before, .broker-rating[data-rating="1.9"] i.progress-point:nth-child(1):before {
  background: #962121;
}

.broker-rating[data-rating="2"] i.progress-point:nth-child(n), .broker-rating[data-rating="2.0"] i.progress-point:nth-child(n), .broker-rating[data-rating="2.1"] i.progress-point:nth-child(n), .broker-rating[data-rating="2.2"] i.progress-point:nth-child(n), .broker-rating[data-rating="2.3"] i.progress-point:nth-child(n), .broker-rating[data-rating="2.4"] i.progress-point:nth-child(n), .broker-rating[data-rating="2.5"] i.progress-point:nth-child(n), .broker-rating[data-rating="2.6"] i.progress-point:nth-child(n), .broker-rating[data-rating="2.7"] i.progress-point:nth-child(n), .broker-rating[data-rating="2.8"] i.progress-point:nth-child(n), .broker-rating[data-rating="2.9"] i.progress-point:nth-child(n), .broker-rating[data-rating="3"] i.progress-point:nth-child(n), .broker-rating[data-rating="3.0"] i.progress-point:nth-child(n), .broker-rating[data-rating="3.1"] i.progress-point:nth-child(n), .broker-rating[data-rating="3.2"] i.progress-point:nth-child(n), .broker-rating[data-rating="3.3"] i.progress-point:nth-child(n), .broker-rating[data-rating="3.4"] i.progress-point:nth-child(n), .broker-rating[data-rating="3.5"] i.progress-point:nth-child(n), .broker-rating[data-rating="3.6"] i.progress-point:nth-child(n), .broker-rating[data-rating="3.7"] i.progress-point:nth-child(n), .broker-rating[data-rating="3.8"] i.progress-point:nth-child(n), .broker-rating[data-rating="3.9"] i.progress-point:nth-child(n) {
  background: #e99595;
}

.broker-rating[data-rating="2"] i.progress-point:nth-child(-n + 1),
.broker-rating[data-rating="2"] i.progress-point:nth-child(2):before, .broker-rating[data-rating="2.0"] i.progress-point:nth-child(-n + 1),
.broker-rating[data-rating="2.0"] i.progress-point:nth-child(2):before, .broker-rating[data-rating="2.1"] i.progress-point:nth-child(-n + 1),
.broker-rating[data-rating="2.1"] i.progress-point:nth-child(2):before, .broker-rating[data-rating="2.2"] i.progress-point:nth-child(-n + 1),
.broker-rating[data-rating="2.2"] i.progress-point:nth-child(2):before, .broker-rating[data-rating="2.3"] i.progress-point:nth-child(-n + 1),
.broker-rating[data-rating="2.3"] i.progress-point:nth-child(2):before, .broker-rating[data-rating="2.4"] i.progress-point:nth-child(-n + 1),
.broker-rating[data-rating="2.4"] i.progress-point:nth-child(2):before, .broker-rating[data-rating="2.5"] i.progress-point:nth-child(-n + 1),
.broker-rating[data-rating="2.5"] i.progress-point:nth-child(2):before, .broker-rating[data-rating="2.6"] i.progress-point:nth-child(-n + 1),
.broker-rating[data-rating="2.6"] i.progress-point:nth-child(2):before, .broker-rating[data-rating="2.7"] i.progress-point:nth-child(-n + 1),
.broker-rating[data-rating="2.7"] i.progress-point:nth-child(2):before, .broker-rating[data-rating="2.8"] i.progress-point:nth-child(-n + 1),
.broker-rating[data-rating="2.8"] i.progress-point:nth-child(2):before, .broker-rating[data-rating="2.9"] i.progress-point:nth-child(-n + 1),
.broker-rating[data-rating="2.9"] i.progress-point:nth-child(2):before, .broker-rating[data-rating="3"] i.progress-point:nth-child(-n + 1),
.broker-rating[data-rating="3"] i.progress-point:nth-child(2):before, .broker-rating[data-rating="3.0"] i.progress-point:nth-child(-n + 1),
.broker-rating[data-rating="3.0"] i.progress-point:nth-child(2):before, .broker-rating[data-rating="3.1"] i.progress-point:nth-child(-n + 1),
.broker-rating[data-rating="3.1"] i.progress-point:nth-child(2):before, .broker-rating[data-rating="3.2"] i.progress-point:nth-child(-n + 1),
.broker-rating[data-rating="3.2"] i.progress-point:nth-child(2):before, .broker-rating[data-rating="3.3"] i.progress-point:nth-child(-n + 1),
.broker-rating[data-rating="3.3"] i.progress-point:nth-child(2):before, .broker-rating[data-rating="3.4"] i.progress-point:nth-child(-n + 1),
.broker-rating[data-rating="3.4"] i.progress-point:nth-child(2):before, .broker-rating[data-rating="3.5"] i.progress-point:nth-child(-n + 1),
.broker-rating[data-rating="3.5"] i.progress-point:nth-child(2):before, .broker-rating[data-rating="3.6"] i.progress-point:nth-child(-n + 1),
.broker-rating[data-rating="3.6"] i.progress-point:nth-child(2):before, .broker-rating[data-rating="3.7"] i.progress-point:nth-child(-n + 1),
.broker-rating[data-rating="3.7"] i.progress-point:nth-child(2):before, .broker-rating[data-rating="3.8"] i.progress-point:nth-child(-n + 1),
.broker-rating[data-rating="3.8"] i.progress-point:nth-child(2):before, .broker-rating[data-rating="3.9"] i.progress-point:nth-child(-n + 1),
.broker-rating[data-rating="3.9"] i.progress-point:nth-child(2):before {
  background: #962121;
}

.broker-rating[data-rating="4"] i.progress-point:nth-child(n), .broker-rating[data-rating="4.0"] i.progress-point:nth-child(n), .broker-rating[data-rating="4.1"] i.progress-point:nth-child(n), .broker-rating[data-rating="4.2"] i.progress-point:nth-child(n), .broker-rating[data-rating="4.3"] i.progress-point:nth-child(n), .broker-rating[data-rating="4.4"] i.progress-point:nth-child(n), .broker-rating[data-rating="4.5"] i.progress-point:nth-child(n), .broker-rating[data-rating="4.6"] i.progress-point:nth-child(n), .broker-rating[data-rating="4.7"] i.progress-point:nth-child(n), .broker-rating[data-rating="4.8"] i.progress-point:nth-child(n), .broker-rating[data-rating="4.9"] i.progress-point:nth-child(n), .broker-rating[data-rating="5"] i.progress-point:nth-child(n), .broker-rating[data-rating="5.0"] i.progress-point:nth-child(n), .broker-rating[data-rating="5.1"] i.progress-point:nth-child(n), .broker-rating[data-rating="5.2"] i.progress-point:nth-child(n), .broker-rating[data-rating="5.3"] i.progress-point:nth-child(n), .broker-rating[data-rating="5.4"] i.progress-point:nth-child(n), .broker-rating[data-rating="5.5"] i.progress-point:nth-child(n), .broker-rating[data-rating="5.6"] i.progress-point:nth-child(n), .broker-rating[data-rating="5.7"] i.progress-point:nth-child(n), .broker-rating[data-rating="5.8"] i.progress-point:nth-child(n), .broker-rating[data-rating="5.9"] i.progress-point:nth-child(n) {
  background: #f1f2a6;
}

.broker-rating[data-rating="4"] i.progress-point:nth-child(-n + 2),
.broker-rating[data-rating="4"] i.progress-point:nth-child(3):before, .broker-rating[data-rating="4.0"] i.progress-point:nth-child(-n + 2),
.broker-rating[data-rating="4.0"] i.progress-point:nth-child(3):before, .broker-rating[data-rating="4.1"] i.progress-point:nth-child(-n + 2),
.broker-rating[data-rating="4.1"] i.progress-point:nth-child(3):before, .broker-rating[data-rating="4.2"] i.progress-point:nth-child(-n + 2),
.broker-rating[data-rating="4.2"] i.progress-point:nth-child(3):before, .broker-rating[data-rating="4.3"] i.progress-point:nth-child(-n + 2),
.broker-rating[data-rating="4.3"] i.progress-point:nth-child(3):before, .broker-rating[data-rating="4.4"] i.progress-point:nth-child(-n + 2),
.broker-rating[data-rating="4.4"] i.progress-point:nth-child(3):before, .broker-rating[data-rating="4.5"] i.progress-point:nth-child(-n + 2),
.broker-rating[data-rating="4.5"] i.progress-point:nth-child(3):before, .broker-rating[data-rating="4.6"] i.progress-point:nth-child(-n + 2),
.broker-rating[data-rating="4.6"] i.progress-point:nth-child(3):before, .broker-rating[data-rating="4.7"] i.progress-point:nth-child(-n + 2),
.broker-rating[data-rating="4.7"] i.progress-point:nth-child(3):before, .broker-rating[data-rating="4.8"] i.progress-point:nth-child(-n + 2),
.broker-rating[data-rating="4.8"] i.progress-point:nth-child(3):before, .broker-rating[data-rating="4.9"] i.progress-point:nth-child(-n + 2),
.broker-rating[data-rating="4.9"] i.progress-point:nth-child(3):before, .broker-rating[data-rating="5"] i.progress-point:nth-child(-n + 2),
.broker-rating[data-rating="5"] i.progress-point:nth-child(3):before, .broker-rating[data-rating="5.0"] i.progress-point:nth-child(-n + 2),
.broker-rating[data-rating="5.0"] i.progress-point:nth-child(3):before, .broker-rating[data-rating="5.1"] i.progress-point:nth-child(-n + 2),
.broker-rating[data-rating="5.1"] i.progress-point:nth-child(3):before, .broker-rating[data-rating="5.2"] i.progress-point:nth-child(-n + 2),
.broker-rating[data-rating="5.2"] i.progress-point:nth-child(3):before, .broker-rating[data-rating="5.3"] i.progress-point:nth-child(-n + 2),
.broker-rating[data-rating="5.3"] i.progress-point:nth-child(3):before, .broker-rating[data-rating="5.4"] i.progress-point:nth-child(-n + 2),
.broker-rating[data-rating="5.4"] i.progress-point:nth-child(3):before, .broker-rating[data-rating="5.5"] i.progress-point:nth-child(-n + 2),
.broker-rating[data-rating="5.5"] i.progress-point:nth-child(3):before, .broker-rating[data-rating="5.6"] i.progress-point:nth-child(-n + 2),
.broker-rating[data-rating="5.6"] i.progress-point:nth-child(3):before, .broker-rating[data-rating="5.7"] i.progress-point:nth-child(-n + 2),
.broker-rating[data-rating="5.7"] i.progress-point:nth-child(3):before, .broker-rating[data-rating="5.8"] i.progress-point:nth-child(-n + 2),
.broker-rating[data-rating="5.8"] i.progress-point:nth-child(3):before, .broker-rating[data-rating="5.9"] i.progress-point:nth-child(-n + 2),
.broker-rating[data-rating="5.9"] i.progress-point:nth-child(3):before {
  background: #e8bd0f;
}

.broker-rating[data-rating="6"] i.progress-point:nth-child(n), .broker-rating[data-rating="6.0"] i.progress-point:nth-child(n), .broker-rating[data-rating="6.1"] i.progress-point:nth-child(n), .broker-rating[data-rating="6.2"] i.progress-point:nth-child(n), .broker-rating[data-rating="6.3"] i.progress-point:nth-child(n), .broker-rating[data-rating="6.4"] i.progress-point:nth-child(n), .broker-rating[data-rating="6.5"] i.progress-point:nth-child(n), .broker-rating[data-rating="6.6"] i.progress-point:nth-child(n), .broker-rating[data-rating="6.7"] i.progress-point:nth-child(n), .broker-rating[data-rating="6.8"] i.progress-point:nth-child(n), .broker-rating[data-rating="6.9"] i.progress-point:nth-child(n), .broker-rating[data-rating="7"] i.progress-point:nth-child(n), .broker-rating[data-rating="7.0"] i.progress-point:nth-child(n), .broker-rating[data-rating="7.1"] i.progress-point:nth-child(n), .broker-rating[data-rating="7.2"] i.progress-point:nth-child(n), .broker-rating[data-rating="7.3"] i.progress-point:nth-child(n), .broker-rating[data-rating="7.4"] i.progress-point:nth-child(n), .broker-rating[data-rating="7.5"] i.progress-point:nth-child(n), .broker-rating[data-rating="7.6"] i.progress-point:nth-child(n), .broker-rating[data-rating="7.7"] i.progress-point:nth-child(n), .broker-rating[data-rating="7.8"] i.progress-point:nth-child(n), .broker-rating[data-rating="7.9"] i.progress-point:nth-child(n) {
  background: #f1f2a6;
}

.broker-rating[data-rating="6"] i.progress-point:nth-child(-n + 3),
.broker-rating[data-rating="6"] i.progress-point:nth-child(4):before, .broker-rating[data-rating="6.0"] i.progress-point:nth-child(-n + 3),
.broker-rating[data-rating="6.0"] i.progress-point:nth-child(4):before, .broker-rating[data-rating="6.1"] i.progress-point:nth-child(-n + 3),
.broker-rating[data-rating="6.1"] i.progress-point:nth-child(4):before, .broker-rating[data-rating="6.2"] i.progress-point:nth-child(-n + 3),
.broker-rating[data-rating="6.2"] i.progress-point:nth-child(4):before, .broker-rating[data-rating="6.3"] i.progress-point:nth-child(-n + 3),
.broker-rating[data-rating="6.3"] i.progress-point:nth-child(4):before, .broker-rating[data-rating="6.4"] i.progress-point:nth-child(-n + 3),
.broker-rating[data-rating="6.4"] i.progress-point:nth-child(4):before, .broker-rating[data-rating="6.5"] i.progress-point:nth-child(-n + 3),
.broker-rating[data-rating="6.5"] i.progress-point:nth-child(4):before, .broker-rating[data-rating="6.6"] i.progress-point:nth-child(-n + 3),
.broker-rating[data-rating="6.6"] i.progress-point:nth-child(4):before, .broker-rating[data-rating="6.7"] i.progress-point:nth-child(-n + 3),
.broker-rating[data-rating="6.7"] i.progress-point:nth-child(4):before, .broker-rating[data-rating="6.8"] i.progress-point:nth-child(-n + 3),
.broker-rating[data-rating="6.8"] i.progress-point:nth-child(4):before, .broker-rating[data-rating="6.9"] i.progress-point:nth-child(-n + 3),
.broker-rating[data-rating="6.9"] i.progress-point:nth-child(4):before, .broker-rating[data-rating="7"] i.progress-point:nth-child(-n + 3),
.broker-rating[data-rating="7"] i.progress-point:nth-child(4):before, .broker-rating[data-rating="7.0"] i.progress-point:nth-child(-n + 3),
.broker-rating[data-rating="7.0"] i.progress-point:nth-child(4):before, .broker-rating[data-rating="7.1"] i.progress-point:nth-child(-n + 3),
.broker-rating[data-rating="7.1"] i.progress-point:nth-child(4):before, .broker-rating[data-rating="7.2"] i.progress-point:nth-child(-n + 3),
.broker-rating[data-rating="7.2"] i.progress-point:nth-child(4):before, .broker-rating[data-rating="7.3"] i.progress-point:nth-child(-n + 3),
.broker-rating[data-rating="7.3"] i.progress-point:nth-child(4):before, .broker-rating[data-rating="7.4"] i.progress-point:nth-child(-n + 3),
.broker-rating[data-rating="7.4"] i.progress-point:nth-child(4):before, .broker-rating[data-rating="7.5"] i.progress-point:nth-child(-n + 3),
.broker-rating[data-rating="7.5"] i.progress-point:nth-child(4):before, .broker-rating[data-rating="7.6"] i.progress-point:nth-child(-n + 3),
.broker-rating[data-rating="7.6"] i.progress-point:nth-child(4):before, .broker-rating[data-rating="7.7"] i.progress-point:nth-child(-n + 3),
.broker-rating[data-rating="7.7"] i.progress-point:nth-child(4):before, .broker-rating[data-rating="7.8"] i.progress-point:nth-child(-n + 3),
.broker-rating[data-rating="7.8"] i.progress-point:nth-child(4):before, .broker-rating[data-rating="7.9"] i.progress-point:nth-child(-n + 3),
.broker-rating[data-rating="7.9"] i.progress-point:nth-child(4):before {
  background: #e8bd0f;
}

.broker-rating[data-rating="8"] i.progress-point:nth-child(-n + 4),
.broker-rating[data-rating="8"] i.progress-point:nth-child(5):before, .broker-rating[data-rating="8.0"] i.progress-point:nth-child(-n + 4),
.broker-rating[data-rating="8.0"] i.progress-point:nth-child(5):before, .broker-rating[data-rating="8.1"] i.progress-point:nth-child(-n + 4),
.broker-rating[data-rating="8.1"] i.progress-point:nth-child(5):before, .broker-rating[data-rating="8.2"] i.progress-point:nth-child(-n + 4),
.broker-rating[data-rating="8.2"] i.progress-point:nth-child(5):before, .broker-rating[data-rating="8.3"] i.progress-point:nth-child(-n + 4),
.broker-rating[data-rating="8.3"] i.progress-point:nth-child(5):before, .broker-rating[data-rating="8.4"] i.progress-point:nth-child(-n + 4),
.broker-rating[data-rating="8.4"] i.progress-point:nth-child(5):before, .broker-rating[data-rating="8.5"] i.progress-point:nth-child(-n + 4),
.broker-rating[data-rating="8.5"] i.progress-point:nth-child(5):before, .broker-rating[data-rating="8.6"] i.progress-point:nth-child(-n + 4),
.broker-rating[data-rating="8.6"] i.progress-point:nth-child(5):before, .broker-rating[data-rating="8.7"] i.progress-point:nth-child(-n + 4),
.broker-rating[data-rating="8.7"] i.progress-point:nth-child(5):before, .broker-rating[data-rating="8.8"] i.progress-point:nth-child(-n + 4),
.broker-rating[data-rating="8.8"] i.progress-point:nth-child(5):before, .broker-rating[data-rating="8.9"] i.progress-point:nth-child(-n + 4),
.broker-rating[data-rating="8.9"] i.progress-point:nth-child(5):before, .broker-rating[data-rating="9"] i.progress-point:nth-child(-n + 4),
.broker-rating[data-rating="9"] i.progress-point:nth-child(5):before, .broker-rating[data-rating="9.0"] i.progress-point:nth-child(-n + 4),
.broker-rating[data-rating="9.0"] i.progress-point:nth-child(5):before, .broker-rating[data-rating="9.1"] i.progress-point:nth-child(-n + 4),
.broker-rating[data-rating="9.1"] i.progress-point:nth-child(5):before, .broker-rating[data-rating="9.2"] i.progress-point:nth-child(-n + 4),
.broker-rating[data-rating="9.2"] i.progress-point:nth-child(5):before, .broker-rating[data-rating="9.3"] i.progress-point:nth-child(-n + 4),
.broker-rating[data-rating="9.3"] i.progress-point:nth-child(5):before, .broker-rating[data-rating="9.4"] i.progress-point:nth-child(-n + 4),
.broker-rating[data-rating="9.4"] i.progress-point:nth-child(5):before, .broker-rating[data-rating="9.5"] i.progress-point:nth-child(-n + 4),
.broker-rating[data-rating="9.5"] i.progress-point:nth-child(5):before, .broker-rating[data-rating="9.6"] i.progress-point:nth-child(-n + 4),
.broker-rating[data-rating="9.6"] i.progress-point:nth-child(5):before, .broker-rating[data-rating="9.7"] i.progress-point:nth-child(-n + 4),
.broker-rating[data-rating="9.7"] i.progress-point:nth-child(5):before, .broker-rating[data-rating="9.8"] i.progress-point:nth-child(-n + 4),
.broker-rating[data-rating="9.8"] i.progress-point:nth-child(5):before, .broker-rating[data-rating="9.9"] i.progress-point:nth-child(-n + 4),
.broker-rating[data-rating="9.9"] i.progress-point:nth-child(5):before {
  background: #219653;
}

.broker-rating[data-rating="10"] i.progress-point:nth-child(n), .broker-rating[data-rating="10.0"] i.progress-point:nth-child(n) {
  background: #219653;
}

.broker-rating[data-rating="0"] i.progress-point:nth-child(1):before, .broker-rating[data-rating="0.0"] i.progress-point:nth-child(1):before {
  width: 0;
}

.broker-rating[data-rating="0.1"] i.progress-point:nth-child(1):before {
  width: 05%;
}

.broker-rating[data-rating="0.2"] i.progress-point:nth-child(1):before {
  width: 10%;
}

.broker-rating[data-rating="0.3"] i.progress-point:nth-child(1):before {
  width: 15%;
}

.broker-rating[data-rating="0.4"] i.progress-point:nth-child(1):before {
  width: 20%;
}

.broker-rating[data-rating="0.5"] i.progress-point:nth-child(1):before {
  width: 25%;
}

.broker-rating[data-rating="0.6"] i.progress-point:nth-child(1):before {
  width: 30%;
}

.broker-rating[data-rating="0.7"] i.progress-point:nth-child(1):before {
  width: 35%;
}

.broker-rating[data-rating="0.8"] i.progress-point:nth-child(1):before {
  width: 40%;
}

.broker-rating[data-rating="0.9"] i.progress-point:nth-child(1):before {
  width: 45%;
}

.broker-rating[data-rating="1"] i.progress-point:nth-child(1):before, .broker-rating[data-rating="1.0"] i.progress-point:nth-child(1):before {
  width: 50%;
}

.broker-rating[data-rating="1.1"] i.progress-point:nth-child(1):before {
  width: 55%;
}

.broker-rating[data-rating="1.2"] i.progress-point:nth-child(1):before {
  width: 60%;
}

.broker-rating[data-rating="1.3"] i.progress-point:nth-child(1):before {
  width: 65%;
}

.broker-rating[data-rating="1.4"] i.progress-point:nth-child(1):before {
  width: 70%;
}

.broker-rating[data-rating="1.5"] i.progress-point:nth-child(1):before {
  width: 75%;
}

.broker-rating[data-rating="1.6"] i.progress-point:nth-child(1):before {
  width: 80%;
}

.broker-rating[data-rating="1.7"] i.progress-point:nth-child(1):before {
  width: 85%;
}

.broker-rating[data-rating="1.8"] i.progress-point:nth-child(1):before {
  width: 90%;
}

.broker-rating[data-rating="1.9"] i.progress-point:nth-child(1):before {
  width: 95%;
}

.broker-rating[data-rating="2"] i.progress-point:nth-child(2):before, .broker-rating[data-rating="2.0"] i.progress-point:nth-child(2):before {
  width: 0;
}

.broker-rating[data-rating="2.1"] i.progress-point:nth-child(2):before {
  width: 05%;
}

.broker-rating[data-rating="2.2"] i.progress-point:nth-child(2):before {
  width: 10%;
}

.broker-rating[data-rating="2.3"] i.progress-point:nth-child(2):before {
  width: 15%;
}

.broker-rating[data-rating="2.4"] i.progress-point:nth-child(2):before {
  width: 20%;
}

.broker-rating[data-rating="2.5"] i.progress-point:nth-child(2):before {
  width: 25%;
}

.broker-rating[data-rating="2.6"] i.progress-point:nth-child(2):before {
  width: 30%;
}

.broker-rating[data-rating="2.7"] i.progress-point:nth-child(2):before {
  width: 35%;
}

.broker-rating[data-rating="2.8"] i.progress-point:nth-child(2):before {
  width: 40%;
}

.broker-rating[data-rating="2.9"] i.progress-point:nth-child(2):before {
  width: 45%;
}

.broker-rating[data-rating="3"] i.progress-point:nth-child(2):before, .broker-rating[data-rating="3.0"] i.progress-point:nth-child(2):before {
  width: 50%;
}

.broker-rating[data-rating="3.1"] i.progress-point:nth-child(2):before {
  width: 55%;
}

.broker-rating[data-rating="3.2"] i.progress-point:nth-child(2):before {
  width: 60%;
}

.broker-rating[data-rating="3.3"] i.progress-point:nth-child(2):before {
  width: 65%;
}

.broker-rating[data-rating="3.4"] i.progress-point:nth-child(2):before {
  width: 70%;
}

.broker-rating[data-rating="3.5"] i.progress-point:nth-child(2):before {
  width: 75%;
}

.broker-rating[data-rating="3.6"] i.progress-point:nth-child(2):before {
  width: 80%;
}

.broker-rating[data-rating="3.7"] i.progress-point:nth-child(2):before {
  width: 85%;
}

.broker-rating[data-rating="3.8"] i.progress-point:nth-child(2):before {
  width: 90%;
}

.broker-rating[data-rating="3.9"] i.progress-point:nth-child(2):before {
  width: 95%;
}

.broker-rating[data-rating="4"] i.progress-point:nth-child(3):before, .broker-rating[data-rating="4.0"] i.progress-point:nth-child(3):before {
  width: 0;
}

.broker-rating[data-rating="4.1"] i.progress-point:nth-child(3):before {
  width: 05%;
}

.broker-rating[data-rating="4.2"] i.progress-point:nth-child(3):before {
  width: 10%;
}

.broker-rating[data-rating="4.3"] i.progress-point:nth-child(3):before {
  width: 15%;
}

.broker-rating[data-rating="4.4"] i.progress-point:nth-child(3):before {
  width: 20%;
}

.broker-rating[data-rating="4.5"] i.progress-point:nth-child(3):before {
  width: 25%;
}

.broker-rating[data-rating="4.6"] i.progress-point:nth-child(3):before {
  width: 30%;
}

.broker-rating[data-rating="4.7"] i.progress-point:nth-child(3):before {
  width: 35%;
}

.broker-rating[data-rating="4.8"] i.progress-point:nth-child(3):before {
  width: 40%;
}

.broker-rating[data-rating="4.9"] i.progress-point:nth-child(3):before {
  width: 45%;
}

.broker-rating[data-rating="5"] i.progress-point:nth-child(3):before, .broker-rating[data-rating="5.0"] i.progress-point:nth-child(3):before {
  width: 50%;
}

.broker-rating[data-rating="5.1"] i.progress-point:nth-child(3):before {
  width: 55%;
}

.broker-rating[data-rating="5.2"] i.progress-point:nth-child(3):before {
  width: 60%;
}

.broker-rating[data-rating="5.3"] i.progress-point:nth-child(3):before {
  width: 65%;
}

.broker-rating[data-rating="5.4"] i.progress-point:nth-child(3):before {
  width: 70%;
}

.broker-rating[data-rating="5.5"] i.progress-point:nth-child(3):before {
  width: 75%;
}

.broker-rating[data-rating="5.6"] i.progress-point:nth-child(3):before {
  width: 80%;
}

.broker-rating[data-rating="5.7"] i.progress-point:nth-child(3):before {
  width: 85%;
}

.broker-rating[data-rating="5.8"] i.progress-point:nth-child(3):before {
  width: 90%;
}

.broker-rating[data-rating="5.9"] i.progress-point:nth-child(3):before {
  width: 95%;
}

.broker-rating[data-rating="6"] i.progress-point:nth-child(4):before, .broker-rating[data-rating="6.0"] i.progress-point:nth-child(4):before {
  width: 0;
}

.broker-rating[data-rating="6.1"] i.progress-point:nth-child(4):before {
  width: 05%;
}

.broker-rating[data-rating="6.2"] i.progress-point:nth-child(4):before {
  width: 10%;
}

.broker-rating[data-rating="6.3"] i.progress-point:nth-child(4):before {
  width: 15%;
}

.broker-rating[data-rating="6.4"] i.progress-point:nth-child(4):before {
  width: 20%;
}

.broker-rating[data-rating="6.5"] i.progress-point:nth-child(4):before {
  width: 25%;
}

.broker-rating[data-rating="6.6"] i.progress-point:nth-child(4):before {
  width: 30%;
}

.broker-rating[data-rating="6.7"] i.progress-point:nth-child(4):before {
  width: 35%;
}

.broker-rating[data-rating="6.8"] i.progress-point:nth-child(4):before {
  width: 40%;
}

.broker-rating[data-rating="6.9"] i.progress-point:nth-child(4):before {
  width: 45%;
}

.broker-rating[data-rating="7"] i.progress-point:nth-child(4):before, .broker-rating[data-rating="7.0"] i.progress-point:nth-child(4):before {
  width: 50%;
}

.broker-rating[data-rating="7.1"] i.progress-point:nth-child(4):before {
  width: 55%;
}

.broker-rating[data-rating="7.2"] i.progress-point:nth-child(4):before {
  width: 60%;
}

.broker-rating[data-rating="7.3"] i.progress-point:nth-child(4):before {
  width: 65%;
}

.broker-rating[data-rating="7.4"] i.progress-point:nth-child(4):before {
  width: 70%;
}

.broker-rating[data-rating="7.5"] i.progress-point:nth-child(4):before {
  width: 75%;
}

.broker-rating[data-rating="7.6"] i.progress-point:nth-child(4):before {
  width: 80%;
}

.broker-rating[data-rating="7.7"] i.progress-point:nth-child(4):before {
  width: 85%;
}

.broker-rating[data-rating="7.8"] i.progress-point:nth-child(4):before {
  width: 90%;
}

.broker-rating[data-rating="7.9"] i.progress-point:nth-child(4):before {
  width: 95%;
}

.broker-rating[data-rating="8"] i.progress-point:nth-child(5):before, .broker-rating[data-rating="8.0"] i.progress-point:nth-child(5):before {
  width: 0;
}

.broker-rating[data-rating="8.1"] i.progress-point:nth-child(5):before {
  width: 05%;
}

.broker-rating[data-rating="8.2"] i.progress-point:nth-child(5):before {
  width: 10%;
}

.broker-rating[data-rating="8.3"] i.progress-point:nth-child(5):before {
  width: 15%;
}

.broker-rating[data-rating="8.4"] i.progress-point:nth-child(5):before {
  width: 20%;
}

.broker-rating[data-rating="8.5"] i.progress-point:nth-child(5):before {
  width: 25%;
}

.broker-rating[data-rating="8.6"] i.progress-point:nth-child(5):before {
  width: 30%;
}

.broker-rating[data-rating="8.7"] i.progress-point:nth-child(5):before {
  width: 35%;
}

.broker-rating[data-rating="8.8"] i.progress-point:nth-child(5):before {
  width: 40%;
}

.broker-rating[data-rating="8.9"] i.progress-point:nth-child(5):before {
  width: 45%;
}

.broker-rating[data-rating="9"] i.progress-point:nth-child(5):before, .broker-rating[data-rating="9.0"] i.progress-point:nth-child(5):before {
  width: 50%;
}

.broker-rating[data-rating="9.1"] i.progress-point:nth-child(5):before {
  width: 55%;
}

.broker-rating[data-rating="9.2"] i.progress-point:nth-child(5):before {
  width: 60%;
}

.broker-rating[data-rating="9.3"] i.progress-point:nth-child(5):before {
  width: 65%;
}

.broker-rating[data-rating="9.4"] i.progress-point:nth-child(5):before {
  width: 70%;
}

.broker-rating[data-rating="9.5"] i.progress-point:nth-child(5):before {
  width: 75%;
}

.broker-rating[data-rating="9.6"] i.progress-point:nth-child(5):before {
  width: 80%;
}

.broker-rating[data-rating="9.7"] i.progress-point:nth-child(5):before {
  width: 85%;
}

.broker-rating[data-rating="9.8"] i.progress-point:nth-child(5):before {
  width: 90%;
}

.broker-rating[data-rating="9.9"] i.progress-point:nth-child(5):before {
  width: 95%;
}

.broker-rating span.rating__value {
  font-family: Gilroy;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.1em;
}
/*# sourceMappingURL=layout_all.css.map */