form:not([id]):not([class]) {
  display: none;
}

.stretched-link {
  display: none !important;
}

@media screen and (max-width:768px) {
  .navbarrrsssss-my {
    display: flex;
  }

  .bigbanana-38 {
    display: none
  }

  ;
}

@media screen and (min-width:768px) {
  .navbarrrsssss-my {
    display: none;
  }
}

fo @keyframes play_top {
  0% {
    -webkit-box-shadow: 0 0 rgba(0, 163, 182, 0.6);
    -moz-box-shadow: 0 0 rgba(0, 163, 182, 0.6);
    box-shadow: 0 0 rgba(0, 163, 182, 0.6);
  }

  to {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 163, 182, 0);
    -moz-box-shadow: 0 0 0 20px rgba(0, 163, 182, 0);
    box-shadow: 0 0 0 20px rgba(0, 163, 182, 0);
  }
}

form button {
  background-color: rgb(216 4 4) !important;
  border-color: rgb(216 4 4) !important;
  color: white !important;
  padding: 20px 26px !important;
  margin: 10px 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 25px;
  max-width: 90%;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 10px;
margin-top: 0 !important;
  font-weight: 700;
  -webkit-animation-name: "play_down";
  -moz-animation-name: "play_up";
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.goto2 {
  background-color: rgb(216 4 4) !important;
  border-color: rgb(216 4 4) !important;
  color: white !important;
  padding: 20px 26px !important;
  margin: 10px 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 25px;
  max-width: 90%;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 10px;

  font-weight: 700;
  -webkit-animation-name: "play_down";
  -moz-animation-name: "play_up";
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.goto2:hover {
  text-decoration: none !important;
}

@keyframes play_top {
  0% {
    -webkit-box-shadow: 0 0 rgba(0, 163, 182, 0.6);
    -moz-box-shadow: 0 0 rgba(0, 163, 182, 0.6);
    box-shadow: 0 0 rgba(0, 163, 182, 0.6);
  }

  to {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 163, 182, 0);
    -moz-box-shadow: 0 0 0 20px rgba(0, 163, 182, 0);
    box-shadow: 0 0 0 20px rgba(0, 163, 182, 0);
  }
}

.linki {
  font-weight: 700;
  text-decoration: underline !important;
  color: rgb(0, 85, 153);
}

.goTo {
  background-color: rgb(216, 4, 4) !important;
  color: white !important;
  padding: 20px 26px !important;
  margin: 10px 0 20px;
  font-size: 20px;
  text-transform: uppercase;
  width: 50%;
  text-align: center;
  border-radius: 10px;

  font-weight: 700;
  -webkit-animation-name: "play_down";
  -moz-animation-name: "play_up";
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.goTo:hover {
  text-decoration: none !important;
}

@keyframes play_top {
  0% {
    -webkit-box-shadow: 0 0 rgba(0, 163, 182, 0.6);
    -moz-box-shadow: 0 0 rgba(0, 163, 182, 0.6);
    box-shadow: 0 0 rgba(0, 163, 182, 0.6);
  }

  to {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 163, 182, 0);
    -moz-box-shadow: 0 0 0 20px rgba(0, 163, 182, 0);
    box-shadow: 0 0 0 20px rgba(0, 163, 182, 0);
  }
}

@media (max-width: 800px) {
  .goTo {
    width: 90%;
  }
}

.button-link {
  background-color: rgb(0, 85, 153);
  color: #fff !important;
  display: block;
  margin: 3rem auto;
  max-width: 80%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding: 1rem 0;
  border-radius: 6px;
  animation: blink 4s linear infinite;
  background-image: none !important;
  transition: 250ms all ease;
  margin-bottom: 50px;
}

.button-link:hover,
.button-link:focus,
.goTo:hover,
.goTo:focus {
  background-color: rgb(216 4 4) !important;
}

@keyframes blink {

  0%,
  50% {
    box-shadow: 0 0 10px #001655;
  }

  25%,
  75% {
    box-shadow: none;
  }

  100% {
    box-shadow: 0 0 10px #001655;
  }
}

.my-list li {
  list-style-type: disc
}

.ue-c-form-widget__header {
  margin: 0px;
  margin-top: 8px;
  border-top: 1px solid #cecece;
  padding-top: 1rem;

}

.ue-c-form-widget__form {
  border-bottom: 1px solid #cecece;
  padding-bottom: 1rem;
}

.ue-c-form-widget__header-title {
  display: flex;
  margin: 0 0 .625rem 0;
  align-items: center;
  justify-content: flex-start;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.125rem;
  color: #202020;
}

.ue-c-form-widget__header-title svg {
  margin-right: .5rem;
  width: 24px;
  height: 24px;
  fill: #1374aa;
}

.ue-c-form-widget__header-description {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  font-size: .9375rem;
  line-height: 1.125rem;
  color: #202020;

}

.ue-c-form-input--outlined>input:not(:focus):placeholder-shown+.ue-c-form-input--placeholder,
.ue-c-form-input--outlined>textarea:not(:focus):placeholder-shown+.ue-c-form-input--placeholder {
  font-size: 15px;
  line-height: 52px;
}

.ue-c-form-widget__header-title svg {
  fill: #000;
}

.ue-c-form-input--outlined>input+.ue-c-form-input--placeholder,
.ue-c-form-input--outlined>textarea+.ue-c-form-input--placeholder {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  border-color: rgba(180, 180, 180, .6);
  width: 100%;
  max-height: 100%;
  color: rgba(0, 0, 0, .87);
  font-size: 75%;
  line-height: 9px;
  cursor: text;
  transition: color 0.1s ease 0s, font-size 0.1s ease 0s, line-height 0.1s ease 0s;
  overflow: hidden;
}

.ue-c-form-input--outlined {
  position: relative;
  display: inline-block;
  padding-top: 6px;
  margin-top: -6px;
  width: 100%;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
}

.ue-c-form-button--raised {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.ue-c-form-widget__email .ue-c-form-widget__email--column {
  flex-direction: column;
  gap: .5rem;
}

.ue-c-form-button {
  width: 100%;
  height: 40px;
  color: #fff;
  background-color: #000000;
  font-family: "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system;
  font-style: normal;
  font-weight: bold;
  text-transform: normal;
  font-size: 1rem;
  line-height: 1.125rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 1rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: none;
  border-radius: 50px;
  text-align: center;
  outline: 0;
  cursor: pointer;
  transition: box-shadow .2s;
  overflow: hidden;
}

.ue-c-form-button::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 0;
  transition: opacity .2s;
}

.ue-c-form-button .ue-c-form-button__label {
  display: flex;
  align-items: center;
  min-width: 0;
}

.ue-c-form-button .ue-c-form-button__label-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 85vw;
}

.ue-c-form-widget__footer {
  display: flex;
  flex-direction: column;
  align-items: left;
  text-align: left;
  margin-top: 1rem;
}

.ue-c-form-widget__footer,
.ue-c-form-widget__footer-button--link {
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  font-size: .875rem;
  line-height: 1rem;
}

.ue-c-article__tags-container {
  padding-top: 20px;
}

.pr {
  padding-right: 20px;
}

.button-link {
  background-color: #f56b0d;
  color: white !important;
  display: block;
  max-width: 100%;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border-radius: 5px;
  box-shadow: 1px 3px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 4px 1px 1px rgba(0, 0, 0, 0.15);
  animation: heartbeat 3s ease-in-out 2s infinite both;
}

@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.button-link:hover {
  color: #fff;
  background-color: #444;
}

.my-h2 {
  margin-top: 0px;
  margin-bottom: 15px;
}

.form {
  padding: 56px 32px 47px 32px;
  background: linear-gradient(45deg, #069933, #024a4c);
  margin: 0 0 10px;
  border-radius: 25px;
}

.customJS-styles__activation-message {
  color: white;
  font-weight: 700;
  font-size: 16px;
  background: #073e86c2;
  padding: 10px;
  border-radius: 15px;
  display: flex;
  margin-bottom: 0px !important;
  margin-top: 15px !important;
}

.customJS-styles__icon {
  color: red;
  font-size: 35px;
  text-align: center;
  margin-right: 7px;
}

.form img {
  width: 100%;
}

.formSub {
  color: #fff;
  font-family: Helvetica;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}

.formTitle {
  color: #fff;
  font-family: Helvetica;
  font-size: 26px;
  font-weight: 700;
  line-height: 35.75px;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 15px;
}

.formTitle span {
  color: #20c200;
  font-family: Helvetica;
  font-size: 41px;
  font-weight: 700;
  line-height: 56.38px;
  letter-spacing: 1px;
  text-align: center;
}

.formSub1 {
  color: #fff;
  font-family: Helvetica;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 17px;
}

#formbox {
  margin-top: 10px;
}

.filed_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.intl-tel-input {
  width: 100%;
}

#first_name,
#last_name,
#email,
#phone {
  display: block;
  color: #000;
  font-family: Helvetica;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.25px;
  text-align: left;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #cccccc;
  background: #ffffff;
  padding: 10px 12px;
  margin-bottom: 15px;
}

#phone {
  padding-left: 60px;
  margin: 0;
}

#checklabel,
#check {
  display: none;
}

.form button {
  display: block;
  width: 100%;
  color: #fff;
  font-family: Helvetica;
  font-size: 23px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  border: 0;
  border-radius: 10px;
  background: red;
  padding: 17.5px 0;
  cursor: pointer;
  margin-top: 0 !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.form button:hover {
  -webkit-box-shadow: 0 0 10px #7ed321;
  box-shadow: 0 0 10px #7ed321;
}

p#error-msg {
  display: block;
  margin-top: 20px;
  color: red;
  font-size: 20px;
}

.loadingView {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loadingView img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .form {
    padding: 20px;
  }

  .formSub {
    font-size: 20px;
  }

  .formTitle {
    font-size: 20px;
    line-height: 30px;
  }

  .formTitle span {
    font-size: 30px;
    line-height: 40px;
  }

  .formSub1 {
    font-size: 17px;
    line-height: 27px;
  }
}

.form p:first-of-type:first-letter {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  padding: inherit;
  float: inherit;
}

.comment {
  margin-top: 32px;
  margin-bottom: 15px;
}

.comment-line {
  font-weight: 700;
  margin-bottom: 2rem;
  margin-left: 1rem;
  text-align: center;
}

.comment-content {
  display: flex;
  flex-direction: column;
}

.btn_comm {
  width: 100%;
}

.comment-block {
  margin: 1rem 1rem;
  display: flex;
  justify-content: flex-start;
}

.block-avatar img {
  border-radius: 50%;
}

.block-info-comment__name {
  font-weight: 700;
  color: #3b5998;
}

.block-info-line {
  display: flex;
  flex-direction: column;
}

.block-info-line__answer {
  margin-left: 2rem;
}

.block-info-line__date {
  font-weight: 700;
}

.block-info-line__like {
  display: flex;
  justify-content: flex-start;
  color: #00acee;
}

.block-info-line__like_item {
  list-style: none;
  margin-right: 1rem;
}

.block-info-line__like_item a {
  color: #3b5998;
}

.comments__more {
  display: block;
  margin: 0 auto;
  color: #3b5998;
}

.block-info__answer {
  margin: 1rem 0;
}

.block-info__answer-block {
  display: flex;
}

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

.hidden {
  display: none;
}

.comment-line {
  font-size: 1.3rem;
  margin: 1rem 0;
  font-weight: 500;
}

.fb-comment__text-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.comment-block-input__input {
  border: none;
  outline: none;
  background-color: inherit;
  flex: 0 1 70%;
}

.comment-block-input__button {
  border: none;
  font-weight: 500;
  float: right;
  cursor: pointer;
  color: #365899;
  padding: 10px;
}

.avatar {
  margin-right: 8px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.fb-post {
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dddfe2;
  border-radius: 3px;
  font: 400 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fb-post__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fb-post__author {
  color: #365899 !important;
  font-weight: 600;
}

.fb-post__avatar {
  height: 40px;
  width: 40px;
  margin-right: 8px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.fb-post__time {
  margin: 5px 0;
  color: #606770;
  font-size: 12px;
  line-height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fb-post__time_public {
  width: 12px;
  height: 12px;
  margin-left: 3px;
  background-position: -382px -270px;
  background-size: auto;
  background-repeat: no-repeat;
  display: inline-block;
}

.fb-post__image {
  width: calc(100% + 24px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 -12px;
}

.fb-post__stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 12px 0 12px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #dadde1;
  color: #606770;
  font-size: 12px;
  line-height: 20px;
}

.fb-post__likes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fb-post__stat-icon {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 5px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: auto;
}

.fb-post__stat-icon:first-child {
  z-index: 100;
  border: 2px solid white;
  border-radius: 100%;
}

.fb-post__stat-icon:nth-child(2) {
  z-index: 99;
  margin-left: -8px;
}

.fb-post__stat-icon_like {
  background-position: 0 -526px;
}

.fb-post__stat-icon_love {
  background-position: -17px -492px;
}

.fb-post__com-shares:hover {
  text-decoration: underline;
}

.fb-post__act {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: calc(100% + 24px);
  padding: 4px 0;
  margin: 0 -12px;
  border-bottom: 1px solid #dadde1;
}

.fb-post__react {
  width: 30%;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  color: #606770;
}

.fb-post__react:hover {
  background-color: rgba(29, 33, 41, 0.04);
  border-radius: 2px;
}

.fb-post__react span {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 5px;
  background-repeat: no-repeat;
}

.fb-post__react_like span {
  background-position: -368px -245px;
}

.fb-post__react_comment span {
  background-image: url("");
  background-position: -19px -198px;
}

.fb-post__react_share span {
  background-image: url("");
  background-position: 0 -293px;
}

.fb-post__comments {
  font-size: 12px;
}

.fb-comment__sort {
  color: #365899 !important;
  cursor: pointer;
  margin: 10px 0;
}

.fb-comment__sort:hover {
  text-decoration: underline;
}

.fb-comment__sort span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-position: -408px -270px;
  background-repeat: no-repeat;
}

.fb-comment__avatar {
  height: 32px;
  min-width: 32px;
  margin-right: 8px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 0;
}

.fb-comment__write {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fb-comment__input {
  width: 440px;
  height: 34px;
  margin: 10px 0;
  border-radius: 18px;
  padding-left: 5px;
  border: 1px solid #dddfe2;
  background-color: #f2f3f5;
}

.fb-comment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  margin: 10px 0;
}

.fb-comment__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fb-comment__answer {
  display: flex;
  margin-top: 1.1rem;
}

.fb-comment__text {
  /* max-width: 440px; */
  width: 100%;
  margin: 0;
  padding: 8px 10px;
  color: #1d2129;
  background-color: #f2f3f5;
  border-radius: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.fb-comment__text.added {
  margin-top: 10px;
  max-width: 400px;
  margin-left: 40px;
}

.fb-comment__author {
  font-weight: 600;
  color: #365899 !important;
  text-decoration: none;
  cursor: pointer;
}

.fb-comment__author:hover {
  text-decoration: underline;
}

.fb-comment__react {
  text-decoration: none;
  color: #365899 !important;
}

.fb-comment__react:after {
  content: "·";
  color: #606770;
  padding: 3px;
}

.fb-comment__posted {
  color: #606770;
}

.fb-comment__more {
  color: #365899 !important;
  text-decoration: none;
}

.fb-comment__more:hover {
  text-decoration: underline;
}

.fb-comment__att {
  display: block;
  max-height: 210px;
  max-width: 260px;
  border-radius: 18px;
  margin: 3px 0;
}

.fb-comment__like {
  position: relative;
  bottom: 5;
  right: 0;
  height: 20px;
  width: 44px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  color: #8d949e;
  font-size: 11px;
  font-weight: normal;
  padding: 2px 1px 2px 2px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px;
}

.fb-comment__like img {
  height: 18px;
  width: 18px;
  display: inline-block;
  margin-right: 3px;
  padding: 0;
}

.comment-updating {
  color: #90949c !important;
  padding-left: 50px;
}

.comment-updating span {
  display: inline-block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #90949c;
  position: relative;
  animation: coments;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.comment-updating span:nth-child(2) {
  animation-delay: 0.2s;
}

.comment-updating span:nth-child(3) {
  animation-delay: 0.4s;
}

.comment-updating p {
  display: inline-block;
  margin-left: 10px;
  color: #90949c;
}

.fb-comment__item.new-coments {
  opacity: 0;
  height: 0;
  display: none;
  animation-duration: 2s;
  animation-timing-function: 1;
  animation-delay: 3s;
}

@keyframes coments {
  0% {
    top: 0px;
  }

  50% {
    top: -8px;
  }

  100% {
    top: 0px;
  }
}

@keyframes fadeIn {
  0% {
    display: none;
  }

  100% {
    display: block;
    height: 100%;
    opacity: 1;
  }
}

@media screen and (max-width: 600px) {
  .fb-post {
    width: 100%;
    margin: 0;
    padding: 5px;
  }

  .fb-post__image {
    width: 100%;
    margin: 0;
  }

  .fb-post__act {
    width: 100%;
  }

  .fb-comment__text {
    max-width: 100%;
  }

  .fb-comment__input {
    width: 100%;
  }
}

.facebook_logo {
  width: 30px;
}

.facebook {
  color: #4267b2;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.facebook_header {
  background: #4267b2;
  padding: 10px;
  border-radius: 8px 8px 0px 0px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.facebook_text {
  color: #fff;
  font-size: 20px;
}