@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700;800&family=Roboto:wght@300;400&display=swap');

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;
  src: url(/landers/2333/[444]immediate_connect_peterson_ca/assets/fonts/StagMedium.woff2) format("woff2"), url(/landers/2333/[444]immediate_connect_peterson_ca/assets/fonts/StagMedium.woff) format("woff");
  font-weight: 500
}

@font-face {
  font-family: "Stag Sans";
  src: url(/landers/2333/[444]immediate_connect_peterson_ca/assets/fonts/StagSans-Black.woff2) format("woff2"), url(/landers/2333/[444]immediate_connect_peterson_ca/assets/fonts/StagSans-Black.woff) 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 .3s linear;
  -o-transition: color .3s linear;
  transition: color .3s linear
}

.link:hover {
  color: rgba(0, 78, 156, .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 .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: .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 .5rem;
  cursor: pointer;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .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: .6rem;
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: 700;
  color: #545454;
  text-decoration: none
}

.header__action:hover {
  opacity: .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 .5rem;
  cursor: pointer;
  -webkit-transition: color .3s linear;
  -o-transition: color .3s linear;
  transition: color .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, .8)
}

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

.header__more-btn:hover {
  opacity: .8
}

.article {
  padding-top: 5rem
}

.article__top-title {
  max-width: 24rem;
  padding: .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 .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear
}

.article__media-link:hover {
  opacity: .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 .2rem 2rem;
  border-bottom: .1rem solid rgba(84, 84, 84, .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 .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear
}

.article__link:hover {
  opacity: .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: .4rem;
  font-size: 1.6rem;
  font-weight: 300;
  color: #004e9c;
  text-decoration: none;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear
}

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

.article__chat-link:hover {
  opacity: .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: .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: .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, .65);
  z-index: 12;
  -webkit-transition: opacity .3s linear, background-color .3s linear;
  -o-transition: opacity .3s linear, background-color .3s linear;
  transition: opacity .3s linear, background-color .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 .3s linear, -webkit-transform .3s linear;
  transition: opacity .3s linear, -webkit-transform .3s linear;
  -o-transition: opacity .3s linear, transform .3s linear;
  transition: opacity .3s linear, transform .3s linear;
  transition: opacity .3s linear, transform .3s linear, -webkit-transform .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: .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: .6rem;
  color: inherit
}

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

.comments__join-link img {
  width: .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: .6rem;
  font-size: 1.8rem;
  font-weight: 300;
  color: #545454
}

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

.comments__users-comments-header {
  margin-bottom: .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: .5rem;
  border-bottom: .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: .8rem;
  padding: 0 2rem;
  font-size: 1.1rem;
  font-weight: 300
}

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

.comments__all::after {
  content: "";
  position: absolute;
  bottom: -.7rem;
  width: 100%;
  height: .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 .5rem;
  cursor: pointer;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .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: .9rem;
  font-family: inherit;
  font-size: 1.3rem;
  font-weight: 400;
  color: #004e9c;
  text-decoration: none
}

.comments__users-comments-link:hover {
  opacity: .8
}

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

.comments__users-comments-bell {
  display: block;
  padding: 0 .5rem;
  cursor: pointer;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .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: .7rem 0;
  border: .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 .3s linear, color .3s linear;
  -o-transition: background-color .3s linear, color .3s linear;
  transition: background-color .3s linear, color .3s linear
}

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

.comment {
  padding-bottom: .4rem;
  border-bottom: .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: .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: .8rem
}

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

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

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

.comment__pin-icon {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: .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: .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: .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: .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: .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: .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: .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: .3rem;
  margin-bottom: .2rem;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 300;
  color: #0550c8;
  text-decoration: none;
  -webkit-transition: color .3s linear;
  -o-transition: color .3s linear;
  transition: color .3s linear
}

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

.footer__list-item--description {
  padding: 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 .3s linear;
  -o-transition: color .3s linear;
  transition: color .3s linear
}

.footer__list-item--description a:hover {
  color: rgba(5, 80, 200, .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 .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 .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: .3rem 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: .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 .5rem;
    gap: 1rem
  }

  .comments__closed-messege {
    padding: 1.1rem .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: .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
  }
}