@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  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;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

button {
  cursor: pointer;
}

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

:root {
  --font-family: "Rubik", sans-serif;
  --second-family: "Muller", sans-serif;
  --third-family: "Inter", sans-serif;
  --font3: "ABC Favorit CYR Unlicensed Trial", sans-serif;
  --font4: "Roboto", sans-serif;
}

._mobile {
  display: none;
}

html {
  font-size: 16px;
}

.wrapper {
  width: 100%;
  height: 100%;
  background: #fcfeff;
}

.main {
  padding-top: 2rem;
}

.container {
  padding-left: 2rem;
  padding-right: 2rem;
}

.main__wrapper {
  border: 1px solid #d9eafa;
  border-radius: 1rem;
  background: #fff;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.main__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 32px;
  padding-left: 2rem;
  padding-bottom: 24px;
  padding-right: 27px;
  border-bottom: 1px solid #d9eafa;
}

.title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.56rem;
  color: #262f56;
}

.dots {
  pointer-events: none;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  position: relative;
}
.dots:before, .dots:after,
.dots span {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  right: 0;
  left: 0;
  margin: auto;
  height: 4px;
  border-radius: 50%;
  overflow: hidden;
  background: #262f56;
  transition: all 0.3s ease;
}
.dots span {
  top: 0;
  bottom: 0;
  margin: auto;
}
.dots:after {
  bottom: 0;
}
.dots.active:before {
  top: 8px;
  transform: rotate(-45deg);
  width: 90%;
  border-radius: 2px;
  height: 2px;
}
.dots.active:after {
  bottom: 6px;
  transform: rotate(45deg);
  width: 90%;
  border-radius: 2px;
  height: 2px;
}
.dots.active span {
  width: 0;
  height: 0;
}

.main__tabwrapper {
  display: flex;
  align-items: center;
  gap: 0;
  justify-content: space-between;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 0;
  margin: 0;
  transition: all 0.3s ease;
}

.main__tab {
  position: relative;
  display: block;
  flex: 0 1 max-content;
  padding: 25px 0;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 0.88rem;
  line-height: 100%;
  color: #262f56;
}
.main__tab:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  bottom: -1px;
  position: absolute;
  left: 0;
  background: #00c659;
  width: 0;
  border-radius: 1.5px;
  z-index: 0;
  transition: all 0.3s ease;
}
.main__tab.active:after {
  width: 100%;
}

.main__listing {
  background: #fff;
  border-top: 1px solid #d9eafa;
  position: relative;
  z-index: 3;
}

.main__item {
  border-top: 1px solid #d9eafa;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main__item:first-child {
  border-top: none;
}

.main__logo {
  flex: 0 0 115px;
  position: relative;
}
.main__logo img {
  width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.main__verified {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 1rem;
  height: 1rem;
}

.main__ratingwrap {
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
}

.mask {
  background: #fff;
  mix-blend-mode: hue;
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
}

.main__rating {
  flex: 0 0 124px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.main__rating-val {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.94rem;
  color: #262f56;
}

.main__chat {
  flex: 0 0 49px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.main__chat-val {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.94rem;
  color: #262f56;
}

.main__bonus {
  flex: 0 0 96px;
}

.main__bonus-text {
  position: relative;
  background: rgba(0, 198, 89, 0.12);
  border-radius: 1.88rem;
  padding: 6px 8px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 100%;
  text-align: center;
  color: #00c659;
}
.main__bonus-text:before {
  border-radius: 1.88rem;
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.main__bonus-val {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
}
.main__bonus-val span {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.94rem;
  color: #262f56;
}
.main__bonus-val span:after {
  content: "К ₽";
}

.main__links {
  flex: 0 0 180px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.main__link {
  display: block;
  flex: 1 1 50%;
  border-radius: 0.38rem;
  padding: 0.88rem 1.5rem 0.75rem 1.5rem;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: center;
}

.main__link-inner {
  background: #f6f6f6;
  color: #262f56;
}

.main__link-outer {
  background: #00c659;
  color: #fff;
}

.main__footer {
  padding: 28px 20px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main__link-footer {
  display: block;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.94rem;
  color: #262f56;
}
.main__link-footer svg {
  transition: all 0.3s ease;
  position: relative;
  left: 0;
}
.main__link-footer:hover svg {
  left: 10px;
}

.main__link-info {
  display: block;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.94rem;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-align: right;
  color: #00c659;
}

@media (max-width: 769px) {
  .main__rating {
    flex: 0 0 20px;
    display: block;
  }
  .main__rating .mask {
    display: none;
  }
  .main__rating .star {
    display: none;
  }
  .main__rating .star:first-of-type {
    display: block;
  }
  .main__ratingwrap {
    justify-content: center;
  }
  .main__rating-val {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 100%;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    color: #262f56;
    margin-top: 4px;
    text-align: center;
    display: block;
    width: 100%;
  }
}
@media (max-width: 701px) {
  .dots {
    pointer-events: all;
    cursor: pointer;
  }
  .main__header {
    border-bottom: none;
  }
  .main__listing {
    z-index: 0;
    border-top: none;
  }
  .main__tabwrapper {
    z-index: 10;
    border-top: 1px solid #d9eafa;
    top: 0;
    left: 0;
    display: block;
    position: relative;
    overflow: hidden;
    border-color: transparent;
  }
  .main__tabwrapper > * {
    text-align: right;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: 0;
  }
  .main__tabwrapper > *:after {
    width: 0;
  }
  .main__tabwrapper.active {
    border-color: #d9eafa;
  }
}
@media (max-width: 651px) {
  .main__links {
    flex: 0 0 116px;
  }
  .main__link {
    font-size: 0.62rem;
    padding: 11px 10px;
  }
  .main__bonus-text {
    font-size: 0.5rem;
    padding: 4px 6px;
  }
  .main__bonus {
    flex: 0 0 66px;
  }
  .main__chat img,
  .main__bonus-val img {
    width: 10px;
    height: 10px;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
    margin: 0;
  }
  .main__bonus-val span,
  .main__chat-val {
    font-size: 0.75rem;
  }
  .main__chat {
    flex: 0 0 35px;
  }
  .main__logo {
    flex: 0 0 80px;
  }
}
@media (max-width: 521px) {
  .main__header {
    border-radius: 0.5rem 0.5rem 0 0;
    border: 1px solid #d9eafa;
    border-bottom: 0;
  }
  .main__tabwrapper {
    border: 1px solid #d9eafa;
    border-bottom: none;
    border-color: transparent;
  }
  .main__tabwrapper.active {
    border-top: 1px solid #d9eafa;
  }
  .main__listing {
    border: none;
  }
  .main__item {
    border: 1px solid #d9eafa;
    border-bottom: none;
  }
  .main__item:first-of-type {
    border-top: none !important;
  }
  .main__item:last-of-type {
    border: 1px solid #d9eafa;
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .main__wrapper {
    border-radius: 0;
    border: none;
  }
  .main__chat {
    display: none;
  }
  .main__link-info {
    display: none;
  }
  .main__link-footer svg {
    display: none;
  }
  .main__link-footer span {
    display: none;
  }
  .main__link-footer span._mobile {
    display: block;
  }
  .main__link-footer .main__link-info {
    display: none;
  }
  .main__footer {
    padding: 0;
  }
  .main__link-footer {
    width: 100%;
    margin-top: 8px;
    border: 1px solid #d9eafa;
    border-radius: 0.5rem;
    padding: 20px 10px;
    text-align: center;
    display: block;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 0.88rem;
    text-transform: uppercase;
    text-align: center;
    color: #262f56;
    transition: all 0.3s ease;
  }
  .main__link-footer:hover {
    background: rgba(0, 198, 89, 0.3);
    color: rgb(0, 198, 89);
    border-color: transparent;
  }
}
@media (max-width: 505px) {
  .main__header {
    padding: 20px;
    padding-right: 8px;
    padding-left: 12px;
  }
  .title {
    font-size: 1.12rem;
  }
  .main__tabwrapper,
  .main__item {
    padding-left: 12px;
    padding-right: 12px;
  }
  .main__verified {
    width: 12px;
    height: 12px;
    top: -6px;
    right: -6px;
  }
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.main__link {
  transition: all 0.3s ease;
}
.main__link:hover {
  background: rgba(0, 198, 89, 0.3);
  color: rgb(0, 198, 89);
}

.main__link-info {
  transition: all 0.3s ease;
}
.main__link-info:hover {
  color: rgba(0, 198, 89, 0.6);
}

.main__bonus-text.none {
  display: none;
}

.main__verified.false {
  display: none;
}

.main__bonus-text.no_bonus + * {
  display: none;
}

.loadingscreen {
  display: block;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all 0.3s ease 0.3s;
  opacity: 1;
  min-height: 250px;
}

.loadingscreen.hidden {
  opacity: 0;
  pointer-events: none;
}

.loading {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.loading:after, .loading:before {
  content: "";
  width: 4rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border: 5px solid #00c659;
  right: 0;
  border-radius: 10%;
}
.loading:after {
  animation: loading infinite 2s linear;
}
.loading:before {
  animation: loading infinite 2s ease 0.1s;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.popup {
  border-radius: 20px;
  display: none;
  max-width: 650px;
  font-family: var(--font-family);
  font-size: 1rem;
}

.popup__title {
  margin-bottom: 20px;
  color: #00c659;
}/*# sourceMappingURL=style.css.map */