a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  height: 100%;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  margin: 0;
}

@font-face {
  font-family: "Stag Sans";
  src: url("") format("woff2"), url("") format("woff");
  font-weight: 900;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  scroll-behavior: smooth;
}

.container {
  margin: 0 auto;
  max-width: 130rem;
  padding: 0 2rem;
}

.scroll-to-form {
  cursor: pointer;
}

.center {
  text-align: center;
}

.link {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: #004e9c;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.link:hover {
  color: rgba(0, 78, 156, 0.8);
}

img {
  display: block;
  width: 100%;
  cursor: pointer;
}

.page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 3rem;
}

.page__article {
  width: 100%;
  max-width: 72rem;
}

.page__popular {
  padding-top: 10.4rem;
  max-width: 30rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.header__top {
  padding: 1.1rem 0 0.4rem;
}

.header__top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.2rem;
}

.header__logo {
  position: relative;
  display: block;
  width: 7.1rem;
}

.header__logo::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -1.6rem;
  width: 0.1rem;
  height: 2.2rem;
  background-color: red;
}

.header__top-menu {
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 700;
  color: red;
  text-decoration: none;
}

.header__top-menu img {
  display: inline;
  width: auto;
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.5rem;
}

.header__action {
  display: block;
  padding: 0 0.5rem;
  cursor: pointer;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6rem;
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: 700;
  color: #545454;
  text-decoration: none;
}

.header__action:hover {
  opacity: 0.8;
}

.header__action-icon {
  width: 1.4rem;
  height: 1.4rem;
}

.header__bottom {
  padding: 1rem 0;
  background-color: red;
}

.header__bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.header__title {
  display: block;
  min-width: 7.3rem;
}

.header__nav {
  height: 1.9rem;
  overflow-x: hidden;
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4.4rem;
}

.header__nav-link {
  display: block;
  padding: 0 0.5rem;
  cursor: pointer;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  font-size: 1.6rem;
  line-height: 1.7rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.header__nav-link:hover {
  color: rgba(255, 255, 255, 0.8);
}

.header__more-btn {
  padding: 0 0.4rem;
  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;
  gap: 0.5rem;
  border: 0.1rem solid #fff;
  width: 6rem;
  height: 2.8rem;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.header__more-btn:hover {
  opacity: 0.8;
}

.article {
  padding-top: 5rem;
}

.article__top-title {
  max-width: 24rem;
  padding: 0.5rem 2.6rem;
  background-color: red;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.article__main-title {
  padding: 2rem 0 3rem;
  font-family: Stag;
  font-size: 3.2rem;
  line-height: 3.2rem;
  font-weight: 500;
  color: #000;
}

.article__medias {
  padding-bottom: 3rem;
}

.article__medias-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
}

.article__media-link {
  display: block;
  width: 3.7rem;
  height: 3.7rem;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.article__media-link:hover {
  opacity: 0.8;
}

.article__sign {
  padding-bottom: 2rem;
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: 300;
  color: #000;
}

.article__post-info {
  padding-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1.9rem;
  font-weight: 300;
  color: #545454;
}

.article__image-wrapper {
  display: block;
  width: 100%;
}

.article__image-wrapper img {
  display: block;
  width: 100%;
}

.article__image-description {
  padding: 1.5rem 0.2rem 2rem;
  border-bottom: 0.1rem solid rgba(84, 84, 84, 0.5);
  font-size: 1.4rem;
  line-height: 1.9rem;
  font-weight: 300;
  color: #545454;
  text-decoration: none;
}

.article__image-sign {
  display: block;
  font-size: 1.4rem;
  font-style: italic;
  color: #545454;
  text-align: center;
  text-decoration: underline;
}

.article__chat {
  padding: 1.5rem 0;
}

.article__link {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: #004e9c;
  text-decoration: none;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.article__link:hover {
  opacity: 0.8;
}

.article__chat-link {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.6rem;
  font-weight: 300;
  color: #004e9c;
  text-decoration: none;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.article__chat-link span {
  display: block;
  padding: 0 0.5rem;
  height: 2.2rem;
  border-bottom: 0.1rem solid rgba(84, 84, 84, 0.5);
}

.article__chat-link:hover {
  opacity: 0.8;
}

.article__chat-image {
  display: inline;
  width: auto;
}

.article__text {
  padding-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 300;
  color: #000;
}

.article__text--marked {
  padding-left: 1rem;
  padding-bottom: 0;
  margin-bottom: 2rem;
  font-style: italic;
  border-left: 0.3rem solid red;
}

.article__text.pb-3 {
  padding-bottom: 3rem;
}

.article__text b {
  font-weight: 700;
}

.article__title {
  padding-bottom: 2rem;
  font-size: 2.4rem;
  line-height: 3.3rem;
  font-weight: 700;
  color: #000;
}

.article__title--center {
  text-align: center;
}

.article__title .pb-3 {
  padding-bottom: 3rem;
}

.article__day {
  margin-bottom: 2rem;
  padding: 1rem;
  border: 0.1rem solid red;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  text-align: center;
}

.popular {
  width: 100%;
}

.popular__title {
  font-size: 2.4rem;
  line-height: 3.3rem;
  font-weight: 700;
  color: #000;
}

.popular__item {
  position: relative;
  padding: 2rem 0 1rem 3rem;
  border-bottom: 0.1rem solid #f4f4f4;
}

.popular__item::before {
  position: absolute;
  top: 1.5rem;
  left: 0;
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
}

.popular__text {
  display: block;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: #000;
}

.popular__read {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 300;
  color: #000;
}

.popular__warning {
  display: block;
  padding-bottom: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 700;
  color: red;
  text-transform: uppercase;
}

.popular__item:nth-child(1)::before {
  content: "1";
}

.popular__item:nth-child(2)::before {
  content: "2";
}

.popular__item:nth-child(3)::before {
  content: "3";
}

.popular__item:nth-child(4)::before {
  content: "4";
}

.popular__item:nth-child(5)::before {
  content: "5";
}

.popup {
  position: static;
  opacity: 1;
  background-color: #fff;
  padding-bottom: 4rem;
}

.popup__close {
  display: none;
  position: absolute;
  top: 1.2rem;
  right: 6rem;
  width: 6.5rem;
  height: 6.5rem;
}

.popup__close img {
  display: block;
  width: 100%;
  height: 100%;
}

.popup.active {
  padding: 20px;
  margin: 0 auto;
  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;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 12;
  -webkit-transition: opacity 0.3s linear, background-color 0.3s linear;
  -o-transition: opacity 0.3s linear, background-color 0.3s linear;
  transition: opacity 0.3s linear, background-color 0.3s linear;
}

.popup.active.show {
  opacity: 1;
}

.popup.active .popup__close {
  display: block;
}

.popup.active .popup__wrapper {
  max-width: 568px;
  margin: 0 auto;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s linear;
  transition: opacity 0.3s linear, -webkit-transform 0.3s linear;
  -o-transition: opacity 0.3s linear, transform 0.3s linear;
  transition: opacity 0.3s linear, transform 0.3s linear;
  transition: opacity 0.3s linear, transform 0.3s linear,
    -webkit-transform 0.3s linear;
}

.popup.active.show .popup__wrapper {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.popup__info {
  margin: 0 auto;
  max-width: 56.8rem;
  width: 100%;
}

.popup__form .lander-form {
  background-color: #fff;
}

.comments {
  font-family: Roboto, sans-serif;
  padding: 4rem 0;
}

.comments__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 3rem;
}

.comments__content {
  max-width: 72rem;
}

.comments__help-block {
  width: 30rem;
}

.comments__header {
  font-size: 1.9rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: #000;
  border-bottom: 0.1rem solid #545454;
}

.comments__text {
  font-size: 1.4rem;
  line-height: 1.9rem;
  font-weight: 300;
  color: #545454;
}

.comments__subtitle {
  padding-bottom: 2rem;
  font-size: 2.6rem;
  line-height: 3.5rem;
  font-weight: 700;
  color: #000;
}

.comments__join-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
  font-size: 1.6rem;
  color: #545454;
}

.comments__join-block:first-child {
  padding-bottom: 1.5rem;
}

.comments__join-block > span {
  font-weight: 300;
}

.comments__join-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6rem;
  color: inherit;
}

.comments__join-link span {
  font-weight: 700;
  text-decoration: underline;
}

.comments__join-link img {
  width: 0.7rem;
}

.comments__join {
  padding-bottom: 5rem;
}

.comments__closed {
  padding: 0 0 3rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}

.comments__avatar {
  min-width: 3.7rem;
  min-height: 3.7rem;
  width: 4rem;
  height: 4rem;
}

.comments__closed-messege {
  position: relative;
  width: 100%;
  max-width: 63rem;
  padding: 1.3rem 2rem;
  background-color: #f4f4f4;
  border-radius: 0.6rem;
  font-size: 1.8rem;
  font-weight: 300;
  color: #545454;
}

.comments__closed-messege::before {
  content: "";
  position: absolute;
  border: 0.7rem solid transparent;
  border-right-color: #f4f4f4;
  top: 1rem;
  left: -1.3rem;
}

.comments__users-comments-header {
  margin-bottom: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  border-bottom: 0.1rem solid #f4f4f4;
}

.comments__all {
  position: relative;
  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;
  gap: 0.8rem;
  padding: 0 2rem;
  font-size: 1.1rem;
  font-weight: 300;
}

.comments__all span:last-child {
  display: block;
  padding: 0.2rem;
  background-color: #f4f4f4;
  border-radius: 0.3rem;
}

.comments__all::after {
  content: "";
  position: absolute;
  bottom: -0.7rem;
  width: 100%;
  height: 0.3rem;
  background-color: #007fff;
}

.comments__users-comments-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
  padding-right: 1rem;
}

.comments__users-comments-link {
  display: block;
  padding: 0 0.5rem;
  cursor: pointer;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  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;
  gap: 0.9rem;
  font-family: inherit;
  font-size: 1.3rem;
  font-weight: 400;
  color: #004e9c;
  text-decoration: none;
}

.comments__users-comments-link:hover {
  opacity: 0.8;
}

.comments__users-comments-link img {
  width: 1rem;
  height: 1rem;
}

.comments__users-comments-bell {
  display: block;
  padding: 0 0.5rem;
  cursor: pointer;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 1.3rem;
  height: 1.3rem;
}

.comments__pinned .comment__wrapper {
  background-color: #faf5e1;
}

.comments__users-comments {
  padding-bottom: 2rem;
}

.comments__button-more {
  display: block;
  width: 100%;
  padding: 0.7rem 0;
  border: 0.1rem solid #f4f4f4;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 1.1rem;
  color: #545454;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s linear, color 0.3s linear;
  -o-transition: background-color 0.3s linear, color 0.3s linear;
  transition: background-color 0.3s linear, color 0.3s linear;
}

.comments__button-more:hover {
  background-color: #ccc;
  color: #fff;
}

.comment {
  padding-bottom: 0.4rem;
  border-bottom: 0.1rem solid #f4f4f4;
}

.comment__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 1rem;
  padding: 1rem;
  border-radius: 0.6rem;
}

.comment__avatar {
  display: block;
  min-width: 4rem;
  width: 4rem;
  height: 4rem;
}

.comment__m-link {
  display: block;
}

.comment__header {
  padding-bottom: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comment__name {
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  padding-right: 0.8rem;
}

.comment__m-icon {
  margin-right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
}

.comment__dot {
  margin-right: 0.5rem;
  width: 0.2rem;
  height: 0.2rem;
  background-color: #545454;
}

.comment__pin-sign,
.comment__published {
  font-size: 1.1rem;
  font-weight: 300;
  margin-right: 0.2rem;
  text-transform: uppercase;
}

.comment__pin-icon {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.2rem;
}

.comment__text {
  padding-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: #000;
}

.comment__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.comment__footer-sign {
  margin-right: 1rem;
  font-size: 1.1rem;
  font-weight: 400;
  color: #545454;
}

.comment__likes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.2rem;
  text-decoration: none;
}

.comment__likes span {
  font-size: 1.1rem;
  color: #545454;
}

.comment__like-icon {
  width: 1rem;
  height: 1rem;
}

.foot-ad__wrapper {
  padding-left: 10.5rem;
}

.foot-ad__main-title {
  position: relative;
  font-size: 1.9rem;
  line-height: 2.2rem;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}

.foot-ad__main-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #000;
}

.foot-ad__ads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 1rem;
  padding-bottom: 6rem;
}

.foot-ad__block {
  display: block;
  height: 31.2rem;
  border-bottom: 0.1rem solid #f4f4f4;
  max-width: 23rem;
  text-decoration: none;
}

.foot-ad__image-wrapper {
  margin-bottom: 1rem;
  min-width: 23rem;
  width: 23rem;
}

.foot-ad__title {
  padding-bottom: 0.2rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #545454;
  text-transform: uppercase;
}

.foot-ad__text {
  padding-bottom: 1rem;
  padding-right: 4rem;
  font-size: 1.4rem;
  line-height: 1.9rem;
  font-weight: 700;
  color: #545454;
}

.foot-ad__sign-1 {
  padding-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 300;
  color: #000;
}

.foot-ad__sign-2 {
  padding-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 300;
  color: #545454;
}

.foot-ad__sign-2 span {
  display: block;
}

.footer {
  font-family: "Open Sans";
}

.footer__top-wrapper {
  padding: 3rem 1rem 2rem;
  border-top: 0.1rem solid #545454;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__nav-item {
  max-width: 16.5rem;
}

.footer__nav-title {
  padding-bottom: 1.7rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
}

.footer__nav-link {
  display: block;
  padding: 0.3rem;
  margin-bottom: 0.2rem;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 300;
  color: #0550c8;
  text-decoration: none;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.footer__nav-link:hover {
  color: rgba(5, 80, 200, 0.8);
}

.footer__list-item--description {
  padding: 0 0.5rem 1rem;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 300;
  color: #000;
}

.footer__list-item--description span {
  display: block;
}

.footer__list-item--description a {
  color: #0550c8;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.footer__list-item--description a:hover {
  color: rgba(5, 80, 200, 0.8);
}

.footer__bottom {
  padding: 1.6rem 0;
  background-color: #000;
}

.footer__bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__bottom-wrapper p {
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: 700;
  color: #fff;
}

.footer__logo {
  max-width: 20.7rem;
}

.article__check {
  margin: 0 auto;
  padding-bottom: 2rem;
  max-width: 600px;
}

.article__list {
  padding-left: 2rem;
}

.article__list-item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.article__list-item::before {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 3.2rem;
  height: 3.2rem;
  border: 0.2rem solid red;
  border-radius: 50%;
  font-size: 2rem;
  font-weight: 700;
  color: red;
}

.article__list-item:nth-child(1):before {
  content: "1";
}

.article__list-item:nth-child(2):before {
  content: "2";
}

.article__list-item:nth-child(3):before {
  content: "3";
}

.article__list-item:nth-child(4):before {
  content: "4";
}

@media (max-width: 1329px) {
  .foot-ad__wrapper {
    padding-left: 0;
  }

  .foot-ad__ads {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 1199px) {
  .header__list {
    gap: 1.5rem;
  }

  .article__container {
    width: 100%;
    padding: 0 2.7rem;
  }

  .article__image-description {
    padding: 1.5rem 2.7rem 2rem;
  }
}

@media (max-width: 991px) {
  .page__wrapper {
    display: block;
  }

  .page__article {
    margin: 0 auto;
  }

  .page__popular {
    margin: 0 auto;
    padding-top: 0;
  }

  .header__list {
    gap: 0;
  }

  .popup__close {
    width: 3rem;
    height: 3rem;
    z-index: 2;
  }

  .comments__wrapper {
    padding: 0 0.7rem;
  }

  .comments__help-block {
    display: none;
  }

  .footer__nav {
    gap: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .header__nav {
    display: none;
  }

  .article__check {
    padding: 0 1rem 2rem 1rem;
  }

  .footer__bottom-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding-left: 1.7rem;
  }

  .footer__bottom-wrapper p:not(:last-child) {
    padding-bottom: 2rem;
  }

  .footer__logo {
    margin-bottom: 2rem;
  }
}

@media (max-width: 575px) {
  .container {
    padding: 0 2.7rem;
  }

  .bank__logo {
    width: 150px;
  }

  .pb-3 {
    padding-bottom: 2rem;
  }

  .header__top {
    padding: 1.3rem 0 0.2rem;
  }

  .header__left {
    gap: 2rem;
  }

  .header__action span {
    display: none;
  }

  .header__action-icon {
    width: 1.8rem;
    height: 1.8rem;
  }

  .article {
    padding-bottom: 2rem;
  }

  .article__top-title {
    max-width: 20rem;
    padding: 0.3rem 0 0.3rem 1.5rem;
    font-size: 1.8rem;
    -moz-text-align-last: left;
    text-align-last: left;
  }

  .article__main-title {
    padding: 3rem 0 2rem;
    font-size: 3rem;
    line-height: 3rem;
  }

  .article__medias {
    padding-bottom: 2rem;
    padding-left: 1.5rem;
  }

  .article__medias-wrapper {
    gap: 0.8rem;
  }

  .article__media-link {
    width: 2.5rem;
    height: 2.5rem;
  }

  .article__sign {
    padding-bottom: 1.3rem;
  }

  .article__post-info {
    padding-bottom: 3rem;
    font-size: 1.2rem;
  }

  .article__image-description {
    font-size: 1.2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .article__chat {
    padding: 1.3rem 0 2.2rem 1.5rem;
  }

  .article__chat-link {
    font-size: 1.4rem;
  }

  .article__chat-link span {
    border: none;
  }

  .article__chat-image {
    width: 2.5rem;
  }

  .article__text {
    font-size: 1.4rem;
    line-height: 1.9rem;
  }

  .article__text .pb-3 {
    padding-bottom: 2rem;
  }

  .article__title {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }

  .popup {
    padding: 0 3.9rem 4rem;
  }

  .comments {
    padding: 3rem 0 2rem;
  }

  .comments__header .mb-2 {
    margin-bottom: 1.3rem;
  }

  .comments__text:first-child {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .comments__subtitle {
    padding-bottom: 1rem;
    font-size: 1.8rem;
  }

  .comments__join {
    padding-bottom: 2.5rem;
  }

  .comments__closed {
    padding: 0 0 2.2rem 0.5rem;
    gap: 1rem;
  }

  .comments__closed-messege {
    padding: 1.1rem 0.9rem;
    font-size: 1.2rem;
  }

  .comments__closed-messege::before {
    top: 1.8rem;
  }

  .comment__wrapper {
    gap: 1.4rem;
  }

  .comment__avatar {
    min-width: 3.6rem;
    width: 3.6rem;
    height: 3.6rem;
  }

  .comment__header {
    padding-bottom: 1rem;
  }

  .comment__name {
    font-size: 1.2rem;
  }

  .comment__pin-sign,
  .comment__published {
    font-size: 1rem;
  }

  .comment__text {
    padding-bottom: 1rem;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .foot-ad__block {
    max-width: 34.2rem;
    width: 100%;
    height: auto;
  }

  .foot-ad__image-wrapper {
    margin-bottom: 1rem;
    min-width: auto;
    max-width: 34.2rem;
    width: 100%;
  }

  .foot-ad__sign-2 span {
    display: inline;
  }

  .foot-ad__sign-1,
  .foot-ad__text,
  .foot-ad__title {
    padding-bottom: 0.5rem;
  }
}

@media (max-width: 512px) {
  .footer__bottom {
    padding: 1rem 0 2rem;
  }

  .footer__nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
}

@media (max-width: 359px) {
  .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

strong {
  font-weight: bold;
}

.article__check {
  max-width: 100%;
}

.article__main-title {
  font-family: inherit;
  line-height: 1.3;
}

.sorser .modal-content {
  background: #fff;
  box-shadow: 0 4px 20.9px 3.1px rgb(13 13 13 / 43%);
}

.article-body a {
  text-decoration: none;
  color: #e60505;
}

.sorser form input {
  border-radius: 10px;
  border: 0;
  margin-bottom: 1em;
}

.sorser form button {
  background: #1941c4;
  padding: 10px;
  color: white;
  margin-bottom: 50px;
  text-decoration: none;
  text-align: center;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  width: 100%;
  font-size: 25px;
  border-radius: 10px;
  border: 0;
}

.sorser h3 span {
  color: #e60505;
  font-weight: 900 !important;
  font-size: 41px;
}

.sorser h4 {
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  font-family: "Roboto Condensed", sans-serif;
  margin: 10px 0;
}

.sorser h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
}

.sorser h3,
.sorser h4 {
  color: #fff;
}

.related_images img {
  width: 100%;
}

.article-body h2 {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 1em;
}

.article-body a {
  font-weight: bold;
}

.topmobile {
  position: relative;
}

/* sc-component-id: sc-bZQynM */

span {
  font-size: 20px;
}

.iyVWkm {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  width: 100%;
  height: 40px;
}

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

.iyVWkm[data-circles="true"] {
  height: 32px;
}

.iyVWkm[data-label]::before {
  position: absolute;
  left: 0;
  right: auto;
  bottom: calc(100% + 10px);
  content: attr(data-label);
  font-size: 0.75em;
}

.iyVWkm[data-align="center"] {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.iyVWkm[data-align="right"] {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.iyVWkm[data-align="right"]::before {
  left: auto;
  right: 0;
}

/* sc-component-id: sc-gzVnrw */

.bCMnRt {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  height: 40px;
}

[data-stretch="true"] .bCMnRt {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

[data-count][data-circles="true"] .bCMnRt {
  margin-right: 0.3em;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  height: 32px;
  border-radius: 50%;
  margin-bottom: 0.2em;
}

[data-count][data-circles="true"] .bCMnRt .fb-comments-count {
  display: none;
}

[data-count][data-circles="true"] .bCMnRt:last-child {
  margin-right: 0;
}

.bCMnRt.more ul {
  visibility: hidden;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  right: 0;
  height: 40px;
  top: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
}

[data-direction="right"] .bCMnRt.more ul {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

[data-expanded="true"] .bCMnRt.more ul {
  visibility: visible;
}

[data-expanded="true"] .bCMnRt.more ul {
  opacity: 1;
  -webkit-flex-basis: 40px;
  -ms-flex-preferred-size: 40px;
  flex-basis: 40px;
}

[data-circles="true"][data-expanded="true"] .bCMnRt.more ul {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-flex-basis: 32px;
  -ms-flex-preferred-size: 32px;
  flex-basis: 32px;
}

[data-circles="true"][data-expanded="true"][data-direction="right"]
  .bCMnRt.more
  ul {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

[data-circles="true"] .bCMnRt.more ul {
  height: 32px;
  top: calc(100% + 6px);
  margin-right: 0;
}

[data-circles="true"][data-direction="right"] .bCMnRt.more ul {
  top: 0;
  left: calc(100% + 0.2em);
}

[data-align="right"] .bCMnRt.more ul {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.bCMnRt.more ul {
  opacity: 0;
  -webkit-transition: all 150ms;
  transition: all 150ms;
}

[data-circles="true"] .bCMnRt.more ul {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

[data-circles="true"][data-direction="right"] .bCMnRt.more ul {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}

[data-count][data-circles="true"][data-direction="right"] .bCMnRt.more ul {
  margin-bottom: 0;
  margin-right: 0.2em;
}

/* sc-component-id: sc-htoDjs */

.ixtQYZ {
  font-family: NineIcons;
  font-size: 20px;
  margin-right: 4px;
  vertical-align: middle;
}

.ixtQYZ::before {
  content: "\E901";
}

.more > .ixtQYZ:before {
  -webkit-transition: -webkit-transform 150ms;
  -webkit-transition: transform 150ms;
  transition: transform 150ms;
  display: inline-block;
}

[data-expanded] > .more .ixtQYZ:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.iDgUNY {
  font-family: NineIcons;
  font-size: 20px;
  margin-right: 4px;
  vertical-align: middle;
}

.iDgUNY::before {
  content: "\E900";
}

.more > .iDgUNY:before {
  -webkit-transition: -webkit-transform 150ms;
  -webkit-transition: transform 150ms;
  transition: transform 150ms;
  display: inline-block;
}

[data-expanded] > .more .iDgUNY:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.hZtlKf {
  font-family: NineIcons;
  font-size: 20px;
  margin-right: 4px;
  vertical-align: middle;
}

.hZtlKf::before {
  content: "\E94c";
}

.more > .hZtlKf:before {
  -webkit-transition: -webkit-transform 150ms;
  -webkit-transition: transform 150ms;
  transition: transform 150ms;
  display: inline-block;
}

[data-expanded] > .more .hZtlKf:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* sc-component-id: sc-iwsKbI */

.cQAba {
  position: relative;
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  padding: 0 16px;
  width: 100%;
  outline: none;
  display: inline-block;
  font-size: 15px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #00aced;
}

.cQAba:hover {
  background-color: #0087ba;
}

.cQAba:active {
  background-color: #006287;
}

[data-circles="true"] .cQAba {
  padding: 0;
}

.cQAba .sc-htoDjs {
  margin-right: 0.2em;
  font-size: 1.3em;
  position: relative;
  bottom: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  vertical-align: middle;
  font-weight: normal;
}

[data-circles="true"] .cQAba .sc-htoDjs {
  font-size: 0.9em;
}

.cQAba .sc-dnqmqq {
  display: none;
}

@media (min-width: 768px) {
  .cQAba .sc-dnqmqq {
    display: inline;
    font-size: 0.9em;
    vertical-align: middle;
  }
}

[data-circles="true"] .cQAba {
  width: 32px;
  border-radius: 50%;
  text-align: center;
  height: 32px;
}

[data-circles="true"] .cQAba .sc-htoDjs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 32px;
  width: 32px;
  line-height: 32px;
  font-size: 1.1em;
}

[data-circles="true"] .cQAba .sc-dnqmqq {
  display: none;
}

.fPSIVn {
  position: relative;
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  padding: 0 16px;
  width: 100%;
  outline: none;
  display: inline-block;
  font-size: 15px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #3b5998;
}

.fPSIVn:hover {
  background-color: #2d4373;
}

.fPSIVn:active {
  background-color: #1e2e4f;
}

[data-circles="true"] .fPSIVn {
  padding: 0;
}

.fPSIVn .sc-htoDjs {
  margin-right: 0.2em;
  font-size: 1.3em;
  position: relative;
  bottom: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  vertical-align: middle;
  font-weight: normal;
}

[data-circles="true"] .fPSIVn .sc-htoDjs {
  font-size: 0.9em;
}

.fPSIVn .sc-dnqmqq {
  display: none;
}

@media (min-width: 768px) {
  .fPSIVn .sc-dnqmqq {
    display: inline;
    font-size: 0.9em;
    vertical-align: middle;
  }
}

[data-circles="true"] .fPSIVn {
  width: 32px;
  border-radius: 50%;
  text-align: center;
  height: 32px;
}

[data-circles="true"] .fPSIVn .sc-htoDjs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 32px;
  width: 32px;
  line-height: 32px;
  font-size: 1.1em;
}

[data-circles="true"] .fPSIVn .sc-dnqmqq {
  display: none;
}

.kGkJhe {
  position: relative;
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  padding: 0 16px;
  width: 100%;
  outline: none;
  display: inline-block;
  font-size: 15px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #9e9e9e;
}

.kGkJhe:hover {
  background-color: #858585;
}

.kGkJhe:active {
  background-color: #6b6b6b;
}

[data-circles="true"] .kGkJhe {
  padding: 0;
}

.kGkJhe .sc-htoDjs {
  margin-right: 0.2em;
  font-size: 1.3em;
  position: relative;
  bottom: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  vertical-align: middle;
  font-weight: normal;
}

[data-circles="true"] .kGkJhe .sc-htoDjs {
  font-size: 0.9em;
}

.kGkJhe .sc-dnqmqq {
  display: none;
}

@media (min-width: 768px) {
  .kGkJhe .sc-dnqmqq {
    display: inline;
    font-size: 0.9em;
    vertical-align: middle;
  }
}

[data-circles="true"] .kGkJhe {
  width: 32px;
  border-radius: 50%;
  text-align: center;
  height: 32px;
}

[data-circles="true"] .kGkJhe .sc-htoDjs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 32px;
  width: 32px;
  line-height: 32px;
  font-size: 1.1em;
}

[data-circles="true"] .kGkJhe .sc-dnqmqq {
  display: none;
}

/* sc-component-id: styles__Container-sc-1ylecsg-0 */

.goULFa {
  margin-bottom: 20px;
}

.goULFa p {
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 1em;
}

.goULFa em {
  font-style: italic;
}

.goULFa strong {
  font-weight: bold;
}

.goULFa img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.goULFa figure {
  margin-bottom: 20px;
}

.goULFa figure img {
  margin-bottom: 0;
}

.goULFa a {
  -webkit-text-decoration: none;
  text-decoration: none;
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .goULFa > [data-float] {
    width: 46%;
    position: relative;
    top: 0.5em;
  }

  .goULFa > [data-float="left"] {
    float: left;
    margin: 0 4% 0.8em 0;
  }

  .goULFa > [data-float="right"] {
    float: right;
    margin: 0 0 0.8em 4%;
  }
}

@media only screen and (min-width: 960px) {
  .goULFa > [data-float] {
    width: 46%;
    position: relative;
    top: 0.5em;
  }

  .goULFa > [data-float="left"] {
    float: left;
    margin: 0 4% 0.8em 0;
  }

  .goULFa > [data-float="right"] {
    float: right;
    margin: 0 0 0.8em 4%;
  }
}

/* sc-component-id: styles__Figure-y2cml8-0 */

.kwFETb {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* sc-component-id: styles__SlidersContainer-y2cml8-1 */

.iJHjvl {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* sc-component-id: styles__Image-y2cml8-2 */

.gGrbzX {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* sc-component-id: styles__Before-y2cml8-3 */

.exCigA {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.exCigA .styles__Image-y2cml8-2 {
  position: relative;
  height: 100%;
  width: auto;
  max-width: none;
}

/* sc-component-id: styles__Resizer-y2cml8-4 */

.hlOVEN {
  background: #fff;
  position: absolute;
  width: 2px;
  height: 100%;
}

/* sc-component-id: styles__Handle-y2cml8-5 */

.HlErX {
  background: #fff;
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -11px;
  border-radius: 12px;
  cursor: col-resize;
  touch-action: none;
}

.HlErX::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 6px solid #333;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: calc(50% - 5px);
  left: 3px;
}

.HlErX::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid #333;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% + 3px);
}

/* sc-component-id: styles__Wrapper-sc-2o34ro-0 */

.cmwkBV {
  display: block;
  margin-top: 10px;
  padding: 24px 0;
}

@media (max-width: 768px) {
  .cmwkBV {
    padding: 24px 16px;
  }
}

/* sc-component-id: styles__Button-sc-2o34ro-1 */

.eBjlmW {
  width: 44%;
  background-color: #0518c5;
  border-radius: 5px;
  margin: 20px 14px;
  padding: 7px 10px 9px;
  bottom: 0;
  border: 2px solid #0518c5;
}

@media (max-width: 768px) {
  .eBjlmW {
    margin: 20px auto 0;
    width: 50%;
  }
}

/* sc-component-id: styles__ButtonLink-sc-2o34ro-2 */

.hqpklJ {
  display: block;
  margin: 0 auto;
  font-size: 13px;
  font-weight: bold;
  color: #ebf3ff;
  border-bottom: none;
}

.hqpklJ:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

/* sc-component-id: styles__Column-sc-2o34ro-3 */

.jJDKrX {
  width: 49%;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.jJDKrX img {
  margin: 0;
}

.jJDKrX img:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .jJDKrX {
    width: 100%;
  }

  .jJDKrX img {
    width: 100%;
    float: left;
  }
}

/* sc-component-id: styles__Headline-sc-2o34ro-4 */

.hpbOlz {
  font-size: 18px;
  margin: 0 auto;
  padding: 0 5%;
  text-align: left;
}

@media (max-width: 768px) {
  .hpbOlz {
    margin: 10px auto;
    text-align: center;
  }
}

/* sc-component-id: LogoNavSite__LogosWrapperSite-krdgjs-2 */

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

.eGOCGs .LogoNavSite__VerticalImageLogoSite-krdgjs-1 {
  height: calc(100% - 16px);
}

.eGOCGs
  .LogoNavSite__VerticalImageLogoSite-krdgjs-1
  .LogoNavSite__ImgVerticalImageLogoSite-krdgjs-0 {
  width: auto;
}

.eGOCGs .utils__ImgLogoImage-mlqa0y-0 {
  display: none;
}

@media (min-width: 640px) {
  .eGOCGs .utils__ImgLogoImage-mlqa0y-0 {
    display: block;
  }
}

/* sc-component-id: LogoNavSite__LogoNavWrapperSite-krdgjs-3 */

.ktTRif {
  display: none;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  z-index: 100;
}

.ktTRif .LogoNavSite__LogosWrapperSite-krdgjs-2 {
  white-space: nowrap;
}

@media (min-width: 640px) {
  .ktTRif {
    display: inline-block;
  }
}

/* sc-component-id: LogoNavSite__SiteLogoSite-krdgjs-4 */

.kIsIin {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0;
  vertical-align: middle;
  color: #0518c5;
}

.kIsIin:hover {
  color: #133082;
  opacity: 1;
}

.kIsIin .HoneyLogo__HoneySvgLogo-iaezpu-3,
.kIsIin .utils__ImgLogoImage-mlqa0y-0 {
  height: 100%;
  width: 100%;
  max-width: 400px;
  margin: auto;
}

@media (max-width: 639px) {
  .kIsIin {
    left: 16px;
    text-align: left;
  }

  .kIsIin .HoneyLogo__HoneySvgLogo-iaezpu-3,
  .kIsIin .utils__ImgLogoImage-mlqa0y-0 {
    max-height: 20px;
    -webkit-transform: translateY(60%);
    -ms-transform: translateY(60%);
    transform: translateY(60%);
    margin: 0;
  }

  .kIsIin .utils__ImgLogoImage-mlqa0y-0 {
    display: block;
  }

  .kIsIin .HoneyLogo__HoneySvgLogo-iaezpu-3 {
    -webkit-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%);
  }
}

@media (min-width: 640px) {
}

@media all and (min-width: 640px) and (-ms-high-contrast: none),
  (-ms-high-contrast: active) {
}

/* sc-component-id: LogoNavSite__SiteLogosNavSite-krdgjs-7 */

.iumdtU .LogoNavSite__SiteLogoSite-krdgjs-4 {
  display: none;
}

.iumdtU .LogoNavSite__VerticalTextLogoSite-krdgjs-6 {
  display: inline-block;
}

@media (min-width: 640px) {
  .iumdtU .LogoNavSite__SiteLogoSite-krdgjs-4 {
    display: inline-block;
  }
}

@media screen and (max-device-height: 411px) and (max-device-width: 823px) and (orientation: landscape) {
  .iumdtU .LogoNavSite__SiteLogoSite-krdgjs-4 {
    display: none;
  }

  .iumdtU .LogoNavSite__LogosWrapperSite-krdgjs-2 {
    display: none;
  }
}

/* sc-component-id: NavDroplist__UlNavDroplist-sc-1w32dz1-0 */

.jTdhuc {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

/* sc-component-id: NavDroplist__LinkNavDroplist-sc-1w32dz1-2 */

.hdGaKF {
  display: block;
  margin: 0;
  padding: 0 26px;
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
}

.hdGaKF:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* sc-component-id: NavItems__NavItemsWrapper-kvmd32-0 */

.lbzgUv {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  overflow: hidden;
}

/* sc-component-id: NineLogo__NineLogoWrapper-sc-13xngdu-0 */

.cdwPuO {
  display: block;
  width: 97px;
  height: 44px;
  padding: 12px 16px;
  position: absolute;
  top: 0;
  left: 0;
  color: #0518c5;
  border-right: 1px solid #ededed;
  z-index: 101;
}

.cdwPuO svg {
  height: 20px;
}

.cdwPuO:hover svg > g {
  fill: #133082;
}

@media (min-width: 1024px) {
  .cdwPuO {
    border-right: none;
  }
}

/* sc-component-id: LogoNavNetwork__LogosWrapperNetwork-gepflp-2 */

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

.kVIFLA .LogoNavNetwork__VerticalImageLogoNetwork-gepflp-1 {
  height: calc(100% - 16px);
}

.kVIFLA
  .LogoNavNetwork__VerticalImageLogoNetwork-gepflp-1
  .LogoNavNetwork__ImgVerticalImageLogoNetwork-gepflp-0 {
  width: auto;
}

.kVIFLA .utils__ImgLogoImage-mlqa0y-0 {
  display: none;
}

@media (min-width: 640px) {
  .kVIFLA .utils__ImgLogoImage-mlqa0y-0 {
    display: block;
  }
}

/* sc-component-id: LogoNavNetwork__LogoNavWrapperNetwork-gepflp-3 */

.grXjcl {
  display: none;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  z-index: 100;
}

.grXjcl .LogoNavNetwork__LogosWrapperNetwork-gepflp-2 {
  white-space: nowrap;
}

@media (min-width: 640px) {
  .grXjcl {
    display: inline-block;
  }
}

/* sc-component-id: LogoNavNetwork__SiteLogoNetwork-gepflp-4 */

.fSoEhx {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0;
  vertical-align: middle;
  color: #0518c5;
}

.fSoEhx:hover {
  color: #133082;
  opacity: 1;
}

.fSoEhx .HoneyLogo__HoneySvgLogo-iaezpu-3,
.fSoEhx .utils__ImgLogoImage-mlqa0y-0 {
  height: 100%;
  width: 100%;
  max-width: 400px;
  margin: auto;
}

@media (max-width: 639px) {
  .fSoEhx {
    left: 16px;
    text-align: left;
  }

  .fSoEhx .HoneyLogo__HoneySvgLogo-iaezpu-3,
  .fSoEhx .utils__ImgLogoImage-mlqa0y-0 {
    max-height: 20px;
    -webkit-transform: translateY(60%);
    -ms-transform: translateY(60%);
    transform: translateY(60%);
    margin: 0;
  }

  .fSoEhx .utils__ImgLogoImage-mlqa0y-0 {
    display: block;
  }

  .fSoEhx .HoneyLogo__HoneySvgLogo-iaezpu-3 {
    -webkit-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%);
  }
}

@media (min-width: 640px) {
}

@media all and (min-width: 640px) and (-ms-high-contrast: none),
  (-ms-high-contrast: active) {
}

/* sc-component-id: LogoNavNetwork__NetworkNavLogoNavNetwork-gepflp-7 */

.eBwuNo {
  position: absolute;
  display: block;
  top: 0;
  left: 96px;
  height: 44px;
  width: calc(100% - 152px);
}

.eBwuNo .LogoNavNetwork__SiteLogoNetwork-gepflp-4 {
  display: inline-block;
}

.eBwuNo
  .LogoNavNetwork__SiteLogoNetwork-gepflp-4
  .HoneyLogo__HoneySvgLogo-iaezpu-3,
.eBwuNo
  .LogoNavNetwork__SiteLogoNetwork-gepflp-4
  .utils__ImgLogoImage-mlqa0y-0 {
  max-height: 20px;
  width: auto;
  -webkit-transform: translateY(60%);
  -ms-transform: translateY(60%);
  transform: translateY(60%);
}

.eBwuNo
  .LogoNavNetwork__SiteLogoNetwork-gepflp-4
  .HoneyLogo__HoneySvgLogo-iaezpu-3 {
  max-height: 27px;
  -webkit-transform: translateY(30%);
  -ms-transform: translateY(30%);
  transform: translateY(30%);
}

@media (max-width: 390px) {
  .eBwuNo
    .LogoNavNetwork__SiteLogoNetwork-gepflp-4
    .utils__ImgLogoImage-mlqa0y-0 {
    max-width: calc(100% - 16px);
  }
}

.eBwuNo .LogoNavNetwork__VerticalTextLogoNetwork-gepflp-6 {
  display: none;
}

.eBwuNo
  .LogoNavNetwork__VerticalImageLogoNetwork-gepflp-1
  .LogoNavNetwork__ImgVerticalImageLogoNetwork-gepflp-0 {
  height: 100%;
  width: auto;
}

@media (max-width: 168px) {
  .eBwuNo
    .LogoNavNetwork__VerticalImageLogoNetwork-gepflp-1
    .LogoNavNetwork__ImgVerticalImageLogoNetwork-gepflp-0 {
    width: 100%;
    height: auto;
    top: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
}

@media (min-width: 640px) {
  .eBwuNo {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: -webkit-transform ease 0.3s;
    -webkit-transition: transform ease 0.3s;
    transition: transform ease 0.3s;
    width: calc(100% - 232px);
  }

  .eBwuNo .LogoNavNetwork__VerticalTextLogoNetwork-gepflp-6 {
    display: inline-block;
  }
}

/* sc-component-id: LogoNavNetwork__NetworkNavLogosWrapperNetwork-gepflp-8 */

.kUnKvG .LogoNavNetwork__ImgVerticalImageLogoNetwork-gepflp-0 {
  display: block;
}

.kUnKvG
  .LogoNavNetwork__SiteLogoNetwork-gepflp-4
  .HoneyLogo__SvgLogoContainer-iaezpu-0 {
  margin-top: 0;
}

@media (max-width: 640px) {
  .kUnKvG
    .LogoNavNetwork__SiteLogoNetwork-gepflp-4
    .HoneyLogo__SvgLogoContainer-iaezpu-0 {
    height: 44px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .kUnKvG
    .LogoNavNetwork__SiteLogoNetwork-gepflp-4
    .HoneyLogo__SvgLogoContainer-iaezpu-0 {
    position: static;
  }
}

/* sc-component-id: NetworkNavConnect__ConnectWithUs-sc-8k6y5c-1 */

.YpfEZ {
  display: none;
  cursor: pointer;
  position: relative;
  height: 43px;
  vertical-align: top;
  padding: 0 24px;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #0518c5;
}

.YpfEZ:hover {
  color: #133082;
}

.YpfEZ .Connect__SvgSVGConnect-sc-1k5x8cu-0 {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: 0 0 0 8px;
}

@media (min-width: 1024px) {
  .YpfEZ {
    display: inline-block;
  }
}

/* sc-component-id: NetworkNavConnect__Spliter-sc-8k6y5c-2 */

.frdJdJ {
  display: block;
  width: 1px;
  height: 20px;
  position: absolute;
  top: 13px;
  right: 0;
  background: #0518c5;
}

/* sc-component-id: NetworkNavItems__UlNavItems-sc-1ynmijs-0 */

.cYmKZr {
  display: block;
  position: absolute;
  top: 0;
  left: 108px;
  margin: 0;
  white-space: nowrap;
}

.cYmKZr .NavItem__ListItemNavItem-sc-1jvm7ww-0 {
  display: inline-block;
}

.cYmKZr .NavItem__LinkNavItem-sc-1jvm7ww-1 {
  display: block;
  height: 44px;
  margin: 0 16px;
  padding: 0;
  line-height: 44px;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #989898;
  font-size: 12px;
  font-weight: bold;
}

.cYmKZr
  .NavItem__ListItemNavItem-sc-1jvm7ww-0[data-selected="true"]
  .NavItem__LinkNavItem-sc-1jvm7ww-1 {
  color: #313131;
  border-bottom: 1px solid #0518c5;
}

.cYmKZr .NavItem__LinkNavItem-sc-1jvm7ww-1:hover {
  color: #000;
}

@media (max-width: 1023px) {
  .cYmKZr {
    display: none;
  }
}

/* sc-component-id: NetworkNavSearch__Search-sc-154827z-0 */

.jOnemp {
  display: none;
  cursor: pointer;
  height: 43px;
  vertical-align: middle;
  padding: 0 24px;
  -webkit-text-decoration: none;
  text-decoration: none;
  position: relative;
  color: #0518c5;
}

.jOnemp:hover {
  color: #133082;
}

.jOnemp .Search__SvgSearchSvg-sc-1ek48ug-0 {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: 0 0 0 8px;
}

@media (min-width: 640px) {
  .jOnemp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 16px;
  }
}

@media screen and (max-device-height: 411px) and (max-device-width: 823px) and (orientation: landscape) {
  .jOnemp {
    display: none;
  }
}

/* sc-component-id: NetworkNavSearch__Spliter-sc-154827z-1 */

.fAMBgD {
  display: none;
  width: 1px;
  height: 20px;
  position: absolute;
  top: 13px;
  right: 0;
  background: #0518c5;
}

@media (min-width: 640px) {
  .fAMBgD {
    display: block;
  }
}

/* sc-component-id: NetworkNavSearch__SearchText-sc-154827z-2 */

.cetAWz {
  display: block;
}

@media (min-width: 640px) {
  .cetAWz {
    display: none;
  }
}

@media (min-width: 1024px) {
  .cetAWz {
    display: block;
  }
}

/* sc-component-id: Hamburger__SvgHamburgerSvg-q6cx0z-0 */

.xhSMT {
  display: inline-block;
}

/* sc-component-id: NetworkNav__Nav-lm1j07-0 */

.ldfWxI {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 44px;
  background: #fff;
  border-bottom: 1px solid #ededed;
  z-index: 30000;
}

/* sc-component-id: NetworkNav__Right-lm1j07-1 */

.dOKWRX {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  line-height: 44px;
  height: 44px;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  z-index: 101;
}

/* sc-component-id: NetworkNav__Hamburger-lm1j07-2 */

.TphlR {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 0 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #0518c5;
}

.TphlR:hover {
  color: #133082;
}

.TphlR .Close__SvgCloseSvg-sc-1u9pwv4-0 {
  vertical-align: middle;
  width: 24px;
  height: 24px;
}

.TphlR .Hamburger__SvgHamburgerSvg-q6cx0z-0 {
  vertical-align: middle;
  width: 24px;
  height: 24px;
}

@media (min-width: 640px) {
  .TphlR {
    padding: 0 24px;
  }
}

/* sc-component-id: Header__SiteHeaderNavItems-b5cu1y-0 */

.btZxSM {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  white-space: nowrap;
  z-index: 100;
}

.btZxSM .NavItem__ListItemNavItem-sc-1jvm7ww-0 {
  display: inline-block;
  position: relative;
  white-space: normal;
}

.btZxSM
  .NavItem__ListItemNavItem-sc-1jvm7ww-0
  .NavItem__LinkNavItem-sc-1jvm7ww-1 {
  display: block;
  font-size: 16px;
  padding: 12px 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-weight: bold;
  color: #000000;
}

@media (max-width: 860px) {
  .btZxSM .NavItem__LinkNavItem-sc-1jvm7ww-1[data-name="Property Listings"] {
    display: none;
  }
}

.btZxSM
  .NavItem__ListItemNavItem-sc-1jvm7ww-0
  .NavDroplist__LiNavDroplist-sc-1w32dz1-1 {
  width: 100%;
}

.btZxSM
  .NavItem__ListItemNavItem-sc-1jvm7ww-0
  .NavDroplist__LiNavDroplist-sc-1w32dz1-1:hover
  > .NavDroplist__LinkNavDroplist-sc-1w32dz1-2 {
  color: #fff;
}

.btZxSM
  .NavItem__ListItemNavItem-sc-1jvm7ww-0:hover
  > .NavItem__LinkNavItem-sc-1jvm7ww-1 {
  color: #0518c5;
  opacity: 1;
}

.btZxSM
  .NavItem__ListItemNavItem-sc-1jvm7ww-0[data-selected="true"]
  > .NavItem__LinkNavItem-sc-1jvm7ww-1 {
  color: #0518c5;
}

.btZxSM .NavDroplist__UlNavDroplist-sc-1w32dz1-0 {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 160px;
  padding: 8px;
  background: #0518c5;
  -webkit-transform: translate3d(-50%, 100%, 0);
  -ms-transform: translate3d(-50%, 100%, 0);
  transform: translate3d(-50%, 100%, 0);
  text-align: left;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.2);
}

.btZxSM
  .NavItem__ListItemNavItem-sc-1jvm7ww-0:hover
  .NavDroplist__UlNavDroplist-sc-1w32dz1-0 {
  display: block;
}

.btZxSM
  .NavDroplist__UlNavDroplist-sc-1w32dz1-0
  .NavDroplist__LinkNavDroplist-sc-1w32dz1-2 {
  display: block;
  color: #fff;
  padding: 12px 8px;
  border-radius: 4px;
}

.btZxSM
  .NavDroplist__UlNavDroplist-sc-1w32dz1-0
  .NavDroplist__LinkNavDroplist-sc-1w32dz1-2:hover {
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 639px) {
  .btZxSM {
    display: none;
  }
}

@media screen and (max-device-height: 411px) and (max-device-width: 823px) and (orientation: landscape) {
  .btZxSM {
    display: none;
  }
}

/* sc-component-id: Header__Wrapper-b5cu1y-1 */

.frlGYQ .Header__SiteHeaderNavItems-b5cu1y-0 {
  margin: 0;
  padding: 0;
}

@media (max-width: 425px) {
}

/* sc-component-id: Header__SiteNav-b5cu1y-2 */

.jXGOOZ {
  display: block;
  width: 100%;
  left: 0;
  top: 0;
  margin: 44px 0 20px 0;
  padding: 20px 0;
  text-align: center;
  position: relative;
  z-index: 100;
  box-sizing: border-box;
  background-color: #fff;
  padding: 0 0 1px 0;
}

@media (max-width: 425px) {
  .jXGOOZ {
    display: block;
  }
}

@media (min-width: 640px) {
  .jXGOOZ {
    margin: 44px auto 32px;
    padding: 16px 0 32px 0;
    height: 148px;
    border-bottom: 1px solid #ededed;
  }
}

@media screen and (max-device-height: 411px) and (max-device-width: 823px) and (orientation: landscape) {
  .jXGOOZ {
    padding: 0 0 1px 0;
    height: 0;
    border-bottom: 0;
  }
}

@media (max-width: 639px) {
  .jXGOOZ {
    padding: 0 0 1px 0;
    margin-bottom: 19px;
  }
}

@media (max-width: 768px) {
  .check__bot-grid {
    display: block !important;
  }
}
.containers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.columns {
  text-align: center;
}

.columns img {
  max-width: 100%;
  height: auto;
  margin: 0px;
}

.vids {
  padding: 1em;
  background: #e5e5e5;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 1em;
}

.vids h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
}

.regs a,
.regs button {
  display: flex;
  align-items: center;
  font-family: inherit;
  font-weight: 500;
  font-size: 17px;
  padding: 0.8em 1.3em 0.8em 0.9em;
  color: white;
  background: #ad5389;
  background: linear-gradient(to right, #0f0c29, #302b63, #24243e);
  border: none;
  letter-spacing: 0.05em;
  border-radius: 16px;
  width: 250px;
  justify-content: center;
  margin: 0 auto;
  color: #fff !important;
  text-decoration: none;
  margin-bottom: 1em;
}

.regs a svg,
.regs button svg {
  margin-right: 3px;
  transform: rotate(30deg);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  width: 30px;
}

.regs a span,
.regs button span {
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.regs a:hover svg,
.regs button:hover svg {
  transform: translateX(5px) rotate(90deg);
}

.regs a:hover span,
.regs button:hover span {
  transform: translateX(7px);
}

.form-wrap {
  width: 100%;
  max-width: 500px;
  margin: 20px auto;
}

.form__item {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 537px;
  width: 100%;
  padding: 20px;
  gap: 20px;
  border-radius: 0px;
}

.form__title {
  color: #111;
  text-align: center;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.5rem;
  /* 166.667% */
  margin: 0;
}

.form__line {
  width: 100%;
  height: 2px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.1);
}

.form__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form__input-wrapper {
  display: flex;
  position: relative;
}

.form__input {
  transition: all 0.3s ease-in-out;
  width: 100%;
  outline: none;
  color: #232323;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  border: 1px solid #b1b1b1;
  border-radius: 0px;
  background: #fff;
}

.form__input::placeholder {
  color: rgba(28, 28, 28, 0.6);
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* for input label instead of placeholder*/

.form__label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  color: #121212;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.045rem;
  opacity: 0.35;
  transition: 0.3s ease;
}

.form__input-wrapper.active .form__label {
  top: 9px;
  transform: none;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.035rem;
}

.form__input.valid {
  color: #10b534;
  border: 1px solid #10b534;
}

.form__input.error {
  color: #c8102e;
  border: 1px solid #c8102e;
}

label.error {
  display: flex;
  transform-style: preserve-3d;
  position: absolute;
  z-index: 2;
  top: calc(100% + 4px);
  left: 0;
  min-width: 90%;
  border-radius: 8px;
  background: #c8102e;
  color: #ffffff;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 1.05rem */
  padding: 7px 13px 7px 12px;
}

label.error::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 15px;
  height: 15px;
  /* background: #c8102e; */
  background: rgba(255, 0, 0, 0.5) !important;
  border-radius: 2px;
  transform: translateZ(-1px) rotate(45deg);
  top: -8px;
  left: 11px;
  transform-style: preserve-3d;
}

.form__submit {
  max-width: 100%;
  outline: none;
  transition: 0.3s ease;
  cursor: pointer;
}

.form__footer {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form__protect {
  display: flex;
  align-items: start;
  column-gap: 9px;
}

.form__protect h3 {
  margin: 0;
}

.form__protect-icon {
  width: 16px;
  height: 12px;
  flex-shrink: 0;
}

.form__protect-title {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: normal;
}

.form__protect-description {
  color: #fff;
  font-size: 6px;
  font-weight: 400;
  line-height: normal;
}

/* phonecc & phone separator */

.selected-flag::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 21px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ebebeb;
  right: 0;
}

@media (max-width: 700px) {
  .form__title {
    font-size: 2.0625rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
  }

  .form__item {
    padding: 28px 18px;
  }
}

.form-input-main {
  margin: 1rem 0;
}

.form-input-main input,
.form-input-main select {
  height: 3.125rem;
  width: 100%;
  padding-left: 1rem;
  background: transparent;
  color: #6a6a6a;
  font-size: 1.7rem;
  font-weight: 400;
  border: none;
  border-bottom: 1px #cccccc solid;
}

.form-input-main select {
  margin: 0;
  width: 100%;
}

.form-input-main input::placeholder,
.form-input-main select::placeholder {
  color: #6f7277;
}

.form-input-main label {
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
  gap: 10px;
  font-size: 16px;
  line-height: 100%;
  color: #000;
}

.form-input-main label.checkbox--row {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.form-input-main label.checkbox--row span.checkbox--span {
  width: 100%;
  text-align: left;
}

.form-input-main label input[type="checkbox"] {
  width: 25px;
  height: 25px;
  padding: 0;
  margin: 0;
}

button[name="submitBtn"] {
  width: 100%;
  height: 60px;
  max-width: 310px;
  border: none;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #4a4a4a;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  background: #ffc800;
  border-radius: 8px;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 768px) {
  button[name="submitBtn"] {
    width: 100%;
  }
}

.iti {
  font-size: 1.7em;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}

.formbg {
  background-color: #1941c4;
  padding: 3em;
  text-align: center;
}

.sorser form input {
  width: 100%;
  padding: 1em;
  border: 1px solid;
}

.my-form {
  padding: 2em;
}
