.header__logo svg {
  height: 40px;
  width: auto;
  transition: height 0.5s;
}

* {
  box-sizing: border-box;
}

.form {
  margin: 0px auto;
  border-radius: 12px;
  max-width: 450px;
  padding: 32px 24px;
  background-color: rgb(239, 248, 254);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px 0px;
}

.form__title {
  margin-bottom: 24px;
  color: rgb(0, 0, 0);
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}

html {
  font-family: sans-serif;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 20px;
}

body {
  margin: 0px;
}

footer,
header,
main,
nav,
section {
  display: block;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0px;
}

b,
strong {
  font-weight: 700;
}

h1 {
  margin: 0.67em 0px;
  font-size: 2em;
}

img {
  border: 0px;
}

svg:not(:root) {
  overflow: hidden;
}

@media print {
  *,
  ::after,
  ::before {
    color: rgb(0, 0, 0) !important;
    text-shadow: none !important;
    background: 0px 0px !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: ' (' attr(href) ')';
  }
  a[href^='#']::after {
    content: '';
  }
  img {
    break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    break-after: avoid;
  }
}

* {
  box-sizing: border-box;
}

::after,
::before {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: rgb(51, 51, 51);
  background-color: rgb(255, 255, 255);
}

a {
  color: rgb(51, 122, 183);
  text-decoration: none;
}

a:focus,
a:hover {
  color: rgb(35, 82, 124);
  text-decoration: underline;
}

a:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
h2,
h3 {
  margin-top: 0px;
  margin-bottom: 0.5rem;
}

h4,
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

p {
  margin: 0px 0px 10px;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-md-4,
.col-md-8 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col-md-4,
  .col-md-8 {
    float: left;
  }
  .col-md-8 {
    width: 66.6667%;
  }
  .col-md-4 {
    width: 33.3333%;
  }
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0px;
}

.media-left {
  padding-right: 10px;
}

.media-body,
.media-left {
  display: table-cell;
  vertical-align: top;
}

.media-heading {
  margin-top: 0px;
  margin-bottom: 5px;
}

.container::after,
.container::before,
.row::after,
.row::before {
  display: table;
  content: ' ';
}

.container::after,
.row::after {
  clear: both;
}

body {
  overflow-x: hidden;
  margin-top: 0px;
  padding: 0px;
}

img {
  display: inline;
}

a {
  cursor: pointer;
  transition: 0.5s ease-in-out;
}

a:focus,
a:hover {
  outline: 0px;
  text-decoration: none;
}

.m-t-25 {
  margin-top: 25px !important;
}

.m-b-8 {
  margin-bottom: 8px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.no-border-top {
  border-top-width: medium !important;
  border-top-style: none !important;
  border-top-color: currentcolor !important;
}

.content-box {
  background: rgb(255, 255, 255);
}

.content h1 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin: 0px 0px 16px;
  color: rgb(34, 34, 34);
  font-size: 48px;
  line-height: 57px;
}

.content .img-responsive {
  margin: 0px auto 5px;
}

.content p {
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin: 0px 0px 20px;
  line-height: 28px;
  font-size: 20px;
  color: rgb(34, 34, 34);
}

.content h5 {
  font-family: Georgia;
  color: rgb(34, 34, 34);
  margin: 8px 0px 20px;
  font-size: 20px;
  line-height: 28px;
}

.content h5.pink-border-bottom {
  color: rgb(102, 102, 102);
  border-bottom: 2px solid rgb(1, 152, 189);
  margin-bottom: 15px;
}

.content h4 {
  font-family: OpenSans-Bold;
  font-size: 21px;
  line-height: 28px;
  color: rgb(34, 34, 34);
  margin: 0px 0px 20px;
}

.content p a {
  color: rgb(1, 152, 189);
}

.content p a:focus,
.content p a:hover {
  color: rgb(1, 152, 189);
}

.content h3 {
  font-family: OpenSans-Bold;
  color: rgb(34, 34, 34);
  margin: 26px 0px;
  font-size: 26px;
}

.content .revival-box2 {
  margin-left: 0px;
  margin-right: 0px;
  border: 1px solid rgb(204, 204, 204);
  background: rgb(245, 249, 250);
  padding: 10px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .content h1 {
    font-size: 30px;
  }
}

.comments {
  background: rgb(255, 255, 255);
  padding-bottom: 30px;
}

.media {
  margin: 0px;
  padding: 8px 0px;
  border-top: 1px solid rgb(226, 226, 226);
}

.media.border-bottom {
  border-bottom: 1px solid rgb(226, 226, 226);
}

.media-left img {
  margin-top: 6px;
}

.media-body h4 a {
  font-family: Tahoma;
  font-size: 13px;
  color: rgb(59, 89, 152);
  margin: 0px 0px 5px;
  line-height: 14px;
  font-weight: 700;
}

.media-body h4 a:focus,
.media-body h4 a:hover {
  color: rgb(59, 89, 152);
}

.media-body p {
  font-family: Tahoma;
  font-size: 12px;
  color: rgb(26, 26, 26);
  line-height: 15px;
  margin: 0px 0px 5px;
}

.media-body p.bottom {
  color: rgb(59, 89, 152);
}

.media-body p.bottom .like {
  margin-left: 8px;
}

.media-body p.bottom .time {
  color: grey;
  border-bottom: 1px dotted grey;
}

.col-md-4 {
  padding-top: 30px;
}

@media only screen and (max-width: 992px) {
  .col-md-4 {
    display: none;
  }
}

.main_footer_wrap {
  background-color: rgb(32, 32, 32);
  padding-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .main_footer_wrap {
    padding-bottom: 60px;
  }
}

.main_footer {
  padding: 10px 15px 70px;
}

.footer_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.footer_menu a {
  display: block;
  padding: 10px;
  color: rgb(255, 255, 255);
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 12px;
}

.footer_copyright {
  text-align: center;
  color: rgb(255, 255, 255);
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 12px;
  margin-top: 15px;
}

.media .media-heading {
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .container.comments,
  .container.content {
    width: auto;
  }
}

@media (max-width: 767px) {
  .content h1 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (max-width: 500px) {
  .comments p {
    font-size: 14px !important;
  }
  .comments .bottom {
    font-size: 12px !important;
  }
}

.container.content {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .container.content {
    padding-top: 60px;
  }
}

.header__inner.container {
  max-width: 1340px;
  width: 100%;
  margin-inline: auto;
}

.header__inner-wrapper {
  padding-block: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__block {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: rgb(84, 84, 84);
}

.header__actions {
  display: flex;
  align-items: center;
  column-gap: 30px;
}

.header__actions .header__block {
  font-size: 15px;
}

.menu {
  background-color: rgb(230, 5, 5);
  color: white;
}

.menu__inner.container {
  max-width: 1340px;
  width: 100%;
  margin-inline: auto;
}

.menu__inner-wrapper {
  padding-block: 10px;
  display: flex;
  align-items: center;
  column-gap: 60px;
}

.menu__list {
  display: flex;
  align-items: center;
  column-gap: 30px;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.menu__item {
  font-weight: 600;
  font-size: 16px;

  a {
    color: white;
  }
}

.menu__more {
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  column-gap: 12px;
  fill: white;
  border: 1px solid white;
  padding: 6px 12px;
  color: white;
}

@media (max-width: 1200px) {
  .header__block-title {
    display: none;
  }
  .menu__inner-wrapper {
    justify-content: space-between;
  }
  .menu__list {
    display: none;
  }
}
