@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;
}

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

button {
  cursor: pointer;
}

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

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

a:hover {
  text-decoration: none;
}

a {
  color: inherit;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

/*--------------------*/
body {
  font-family: "Blogger Sans";
  font-weight: 500;
  font-size: 17px;
  line-height: normal;
  color: #FBE0D0;
  background-color: #21202A;
}

.wrapper {
  overflow-x: hidden;
  min-height: 100%;
}

.container {
  max-width: 1004px;
  margin: 0 auto;
  padding: 0 14px;
}

h3 {
  font-size: 34px;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
  }
}
@font-face {
  font-family: 'Blogger Sans';
  src: url('../fonts/BloggerSans-Bold.woff2') format('woff2'),
      url('../fonts/BloggerSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Blogger Sans';
  src: url('../fonts/BloggerSans-Medium.woff2') format('woff2'),
      url('../fonts/BloggerSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Blogger Sans';
  src: url('../fonts/BloggerSans.woff2') format('woff2'),
      url('../fonts/BloggerSans.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.header {
  background: #302F3F;
  padding: 12px 0;
}
.header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  transition: all 0.2s ease-in-out;
}
.header__logo:hover {
  transform: scale(1.1);
}
@media (max-width: 550px) {
  .header__logo {
    width: 147px;
  }
  .header__logo img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.header__links {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid var(--Gradient, #F37F7F);
  height: 40px;
  width: 245px;
  background: transparent;
  padding-bottom: 2px;
}
.header__link svg {
  margin-bottom: -2px;
}
.header__link:nth-child(1) {
  width: 250px;
}
.header__link-mobile {
  display: none;
}
@media (max-width: 900px) {
  .header__link {
    padding-top: 6px;
  }
  .header__link svg {
    margin-top: -6px;
  }
}
@media (max-width: 550px) {
  .header__link:nth-child(1) {
    width: 140px;
  }
  .header__link-desctop {
    display: none;
  }
  .header__link-mobile {
    display: block;
  }
}
.header__link:hover {
  background: linear-gradient(90deg, #F37F7F 0.02%, #944B8C 99.97%);
  border: transparent;
}
@media (max-width: 750px) {
  .header__link:nth-child(2) {
    display: none;
  }
}

.headliner {
  margin-top: 30px;
  margin-bottom: 22px;
}
@media (max-width: 700px) {
  .headliner {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.headliner__title {
  position: relative;
  border: transparent;
  width: 100%;
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.headliner__title span {
  z-index: 1;
}
.headliner__title::before {
  content: "";
  border-radius: 20px;
  transition: all 0.1s;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: linear-gradient(90deg, #F37F7F 0.02%, #944B8C 99.97%);
}
.headliner__title::after {
  content: "";
  border-radius: 17px;
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  background: #21202A;
  opacity: 0;
  transition: all 0.2s;
}
.headliner__title:hover::after {
  opacity: 1;
}
@media (max-width: 900px) {
  .headliner__title {
    padding-bottom: 0px;
    padding-top: 14px;
  }
  
}
@media (max-width: 700px) {
  .headliner__title {
    width: calc(100% + 28px);
    margin-left: -14px;
    border-radius: 0;
    font-size: 43px;
    height: 82px;
    margin-bottom: 10px;
    padding-top: 8px;
  }
  .headliner__title::after {
    border-radius: 0;
  }
  .headliner__title::before {
    border-radius: 0;
  }
}
.headliner__subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 34px;
  margin-bottom: 18px;
}
@media (max-width: 700px) {
  .headliner__subtitle {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
  }
}
.headliner__subtitle img {
  width: 34px;
  height: 34px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 700px) {
  .headliner__subtitle img {
    width: 24px;
    height: 24px;
  }
}
.headliner h1 {
  font-size: 38px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
}
@media (max-width: 700px) {
  .headliner h1 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 50px;
  }
}
.headliner__text {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}
.headliner__text strong {
  font-weight: 500;
}
@media (max-width: 700px) {
  .headliner__text {
    font-size: 20px;
    line-height: 24px;
  }
}
.headliner__text img {
  width: 23px;
  height: 23px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 2px;
}

.subscribe {
  margin-bottom: 40px;
}
@media (max-width: 700px) {
  .subscribe {
    margin-bottom: 30px;
  }
}
.subscribe__block > *:not(:last-child) {
  margin-bottom: 10px;
}
.subscribe__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
@media (max-width: 400px) {
  .subscribe__links {
    flex-wrap: wrap;
    gap: 12px;
  }
}
.subscribe__links a {
  width: 184px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #E79899;
  border-radius: 4px;
  color: #21202A;
  font-size: 16px;
}
.subscribe__links a svg {
  fill: #21202A;
}
.subscribe__links a:hover {
  background: transparent;
  border: 1px solid #E79899;
  color: #E79899;
}
.subscribe__links a:hover svg {
  fill: #E79899;
}
@media (max-width: 900px) {
  .subscribe__links a {
    padding-top: 4px;
  }
  .subscribe__links a svg {
    margin-top: -3px;
  }
}
@media (max-width: 400px) {
  .subscribe__links a:nth-child(1) {
    width: calc(50% - 6px);
    order: 2;
  }
  .subscribe__links a:nth-child(2) {
    width: calc(50% - 6px);
    order: 1;
  }
  
}

.get {
  margin-bottom: 30px;
}
.get h3 img {
  width: 34px;
  height: 34px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 700px) {
  .get h3 img {
    width: 24px;
    height: 24px;
  }
}
.get__subtitle {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}
.get__subtitle br {
  display: none;
}
@media (max-width: 330px) {
  .get__subtitle br {
    display: block;
  }
}
@media (max-width: 700px) {
  .get__subtitle {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 14px;
  }
}
.get__list {
  width: 100%;
  padding: 16px 0 15px;
  position: relative;
  max-width: 770px;
  margin: 0 auto 20px;
  border-radius: 4px;
}
@media (max-width: 700px) {
  .get__list {
    padding: 14px 32px;
  }
}
.get__list > * {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
}
@media (max-width: 700px) {
  .get__list > * {
    line-height: 24px;
  }
}
.get__list > *:not(:last-child) {
  margin-bottom: 0px;
}
@media (max-width: 700px) {
  .get__list > *:not(:last-child) {
    margin-bottom: 8px;
  }
}
.get__list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #F37F7F 0.02%, #944B8C 99.97%);
  opacity: 0.1;
  border-radius: 4px;
}
.get__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 770px;
  margin: 0 auto 20px;
  gap: 20px;
}
@media (max-width: 550px) {
  .get__row {
    flex-direction: column;
  }
}
.get__item {
  position: relative;
  width: 334px;
}
.get__item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 750px) {
  .get__item {
    width: 292px;
  }
}
.get__item-tg {
  position: absolute;
  top: 150px;
  right: -63px;
  width: 150px;
  height: 150px;
  border-radius: 1000px;
  background: #27A7E7;
  display: flex;
  align-items: center;
  -moz-box-align: center;
  -moz-box-pack: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  flex-direction: column;
}
.get__item-tg span {
  display: inline-block;
  padding-left: 25px;
}
.get__item-tg svg {
  fill: white;
  position: absolute;
  top: 37px;
  left: 38px;
}
.get__item-tg:hover {
  background: #A85A9D;
  color: #FBE0D0;
}
.get__item-tg:hover svg {
  fill: #FBE0D0;
}
@media (max-width: 900px) {
  .get__item-tg {
    right: 0;
  }
}
@media (max-width: 900px) {
  .get__item-tg {
    width: 116px;
    height: 116px;
    font-size: 18px;
    line-height: 23px;
  }
  .get__item-tg svg {
    top: 26px;
    left: 30px;
    width: 18px;
    height: 15px;
  }
}
.get__item-vk {
  position: absolute;
  top: 150px;
  right: -63px;
  width: 150px;
  height: 150px;
  border-radius: 1000px;
  background: #07F;
  display: flex;
  -moz-box-align: center;
  -moz-box-pack: center;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  flex-direction: column;
}
.get__item-vk span {
  display: inline-block;
  padding-left: 25px;
}
.get__item-vk svg {
  fill: white;
  position: absolute;
  top: 39px;
  left: 38px;
}
.get__item-vk:hover {
  background: #A85A9D;
  color: #FBE0D0;
}
.get__item-vk:hover svg {
  fill: #FBE0D0;
}
@media (max-width: 900px) {
  .get__item-vk {
    right: 0;
  }
}
@media (max-width: 900px) {
  .get__item-vk {
    width: 116px;
    height: 116px;
    font-size: 18px;
    line-height: 23px;
  }
  .get__item-vk svg {
    top: 28px;
    left: 32px;
    width: 20px;
    height: 13px;
  }
}
.get__text {
  font-weight: 400;
  line-height: 24px;
}

.see {
  margin-bottom: 30px;
}
@media (max-width: 700px) {
  .see {
    margin-bottom: 40px;
  }
}
.see h3 {
  margin-bottom: 18px;
}
@media (max-width: 700px) {
  .see h3 {
    margin-bottom: 14px;
  }
}
.see__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  row-gap: 30px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 700px) {
  .see__list {
    row-gap: 20px;
    -moz-column-gap: 32px;
         column-gap: 32px;
    max-width: 292px;
    margin: 0 auto;
  }
}
.see__item:hover .see__item-text {
  color: #A85A9D;
  text-decoration: underline;
  text-decoration-color: rgba(168, 90, 157, 0.5);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.see__item-img {
  margin-bottom: 10px;
}
.see__item-text {
  color: #E79899;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}

.search {
  margin-bottom: 30px;
}
.search h3 img {
  width: 34px;
  height: 34px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 700px) {
  .search h3 img {
    width: 24px;
    height: 24px;
    margin-top: 2px;
  }
}
.search__form {
  width: 100%;
}
.search__form form {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .search__form form {
    gap: 10px;
    margin-bottom: 14px;
  }
}
@media (max-width: 550px) {
  .search__form form {
    flex-direction: column;
  }
}
.search__form .btn {
  width: 228px;
  min-width: 228px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to right, #f37f7f, #944b8c);
  border-radius: 8px;
  overflow: hidden;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  color: #FBE0D0;
  border: transparent;
  position: relative;
}
.search__form .btn span {
  z-index: 1;
  
}
.search__form .btn::before {
  content: "";
  transition: all 0.1s;
  border-radius: 8px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #F37F7F 0.02%, #944B8C 99.97%);
  opacity: 1;
}
.search__form .btn::after {
  border-radius: 7px;
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-color: #21202A;
  opacity: 0;
  content: "";
  transition: all 0.2s;
}
.search__form .btn:hover::after {
  opacity: 1;
}
@media (max-width: 900px) {
  .search__form .btn span {
    padding-top: 4px;
  }
}
@media (max-width: 550px) {
  .search__form .btn {
    width: 100%;
  }
}
.search__form-item {
  position: relative;
  width: 100%;
}
.search__form-item input {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  padding: 10px 11px;
  border: 1px solid rgba(231, 152, 153, 0.7019607843);
  outline: none;
  background-color: transparent;
  font-size: 16px;
  color: #FBE0D0;
}
@media (max-width: 550px) {
  .search__form-item input {
    height: 44px;
  }
}
.search__form-item input::-moz-placeholder {
  font-size: 16px;
  color: #D0BAAE;
  font-weight: 400;
}
.search__form-item input::placeholder {
  font-size: 16px;
  color: #D0BAAE;
  font-weight: 400;
}
.search__clear {
  position: absolute;
  top: calc(50% - 7px);
  right: 15px;
  width: 14px;
  height: 14px;
  border: none;
  padding: 0;
  outline: none;
  background: transparent;
}
@media (max-width: 550px) {
  .search__clear {
    top: calc(50% - 6px);
  }
}
.search__clear svg {
  stroke: #E79899;
}
.search__clear:hover svg {
  stroke: #fbe0d0;
}
.search__random {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-box-align: center;
  -moz-box-pack: center;
  height: 40px;
  border-radius: 8px;
  position: relative;
  font-weight: 500;
  line-height: 1;
}
.search__random span {
  z-index: 1;
  color: #E79899;
  transition: all 0.2s;
  padding-bottom: 0px;
}
.search__random svg {
  z-index: 1;
  margin-right: 12px;
}
.search__random::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
  background: linear-gradient(90deg, #F37F7F 0.02%, #944B8C 99.97%);
  opacity: 0.4;
  transition: all 0.2s;
}
.search__random:hover::after {
  opacity: 0.7;
}
.search__random:hover span {
  color: #fbe0d0;
}
@media (max-width: 900px) {
  .search__random {
    font-size: 14px;
    padding-top: 4px;
  }
  .search__random svg {
    margin-top: -4px;
  }
  .search__random span {
    padding-bottom: 1px;
  }
}

.info {
  margin-bottom: 70px;
}
@media (max-width: 700px) {
  .info {
    margin-bottom: 60px;
  }
}
.info__block > *:not(:last-child) {
  margin-bottom: 12px;
}
.info__block p {
  font-weight: 400;
  line-height: 24px;
}
.info__block img {
  float: left;
  margin-right: 20px;
  margin-bottom: 4px !important;
  max-width: 583px;
  max-height: 315px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 550px) {
  .info__block img {
    margin-bottom: 12px !important;
  }
}
.info h2 {
  font-size: 34px;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  .info h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 550px) {
  .info h2 {
    margin-bottom: 4px;
  }
}

.footer {
  padding: 23px 0;
  background: #302F3F;
}
@media (max-width: 700px) {
  .footer {
    padding: 19px;
  }
}
.footer__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 400px) {
  .footer__row {
    gap: 24px;
    justify-content: center;
  }
}
.footer__link {
  font-size: 18px;
  font-weight: 400;
}
.footer__age {
  font-size: 18px;
  font-weight: 400;
  width: 40px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #FBE0D0;
}
@media (max-width: 400px) {
  .footer__link {
    padding-top: 4px;
  }
  .footer__age {
    padding-top: 4px;
  }
}
.invisible {
  display: none;
}

.chrome-alert-container {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1000;
        }

        .chrome-alert-backdrop {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.3);
            opacity: 0;
            transition: opacity 0.15s ease-out;
        }

        .chrome-alert {
            font-family: 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
            background-color: #ffffff;
            border-radius: 4px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            overflow: hidden;
            transform: scale(0.9);
            opacity: 0;
            transition: all 0.15s ease-out;
            z-index: 1;
            pointer-events: all;
        }

        .chrome-alert-container.active .chrome-alert-backdrop {
            opacity: 1;
        }

        .chrome-alert-container.active .chrome-alert {
            transform: scale(1);
            opacity: 1;
        }

        .chrome-alert-header {
            padding: 16px 24px;
            font-size: 16px;
            font-weight: 500;
            color: #202124;
            border-bottom: 1px solid #e0e0e0;
            white-space: nowrap;
        }

        .chrome-alert-body {
            padding: 20px 24px;
            font-size: 13px;
            color: #5f6368;
            line-height: 1.5;
        }

        .chrome-alert-footer {
            padding: 12px 24px;
            display: flex;
            justify-content: flex-end;
            background-color: #f5f5f5;
        }

        .chrome-alert-button {
            min-width: 80px;
            height: 32px;
            padding: 0 16px;
            background-color: #1a73e8;
            color: white;
            border: none;
            border-radius: 4px;
            font-size: 13px;
            font-weight: 500;
            cursor: pointer;
            transition: background-color 0.2s;
        }

        .chrome-alert-button:hover {
            background-color: #1765cc;
        }
