/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/S6uyw4BMUTPHjxAwXjeu.woff2") format("woff2");
}

/*!sc*/
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/S6uyw4BMUTPHjx4wXg.woff2") format("woff2");
}

/*!sc*/
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/S6u9w4BMUTPHh6UVSwaPGR_p.woff2") format("woff2");
}

/*!sc*/
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/S6u9w4BMUTPHh6UVSwiPGQ.woff2") format("woff2");
}

body {
  font-family: Lato, "Times New Roman", sans-serif;
}

html {
  scroll-behavior: smooth;
}

p {
  line-height: 1.65;
  font-size: 18px;
  font-family: Lato, sans-serif;
  color: rgb(30, 30, 33);
}

h1 {
  color: rgb(60, 60, 66);
}

h2,
h3 {
  color: #1e1e21;
}

h4 {
  background-color: #a00909;
  color: white;
  text-align: center;
  border-radius: 10px;
  font-size: 28px;
  line-height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

blockquote {
  border-left: 3px solid rgb(4, 58, 255);
  padding-left: 10px;
  margin-left: 20px;
}

@media (min-width: 768px) {
  p {
    font-size: 20px;
  }
}

.container {
  width: 100%;
  margin-inline: auto;
  padding: 0 15px 0 15px;
}

@media (min-width: 576px) {
  .container {
    max-width: 546px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 738px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 994px;
  }
}
@media (min-width: 1322px) {
  .container {
    max-width: 1292px;
  }
}

.header {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: rgb(4, 58, 255);
  font-size: 15px;
}

@media (max-width: 768px) {
  .header {
    background-color: rgb(0, 47, 216);
  }
}

.header .container {
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hedear__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
}

.header__burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  margin-right: 16px;
}

.header__nav {
  margin-left: auto;
}

@media (max-width: 1322px) {
  .header__nav {
    display: none !important;
  }
}

.nav {
  padding: 0;
  color: rgb(255, 255, 255);
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 8px;
  padding-inline: 20px;
}

.nav__item > svg {
  fill: rgb(255, 255, 255);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media (min-width: 769px) {
  .header__logo {
    display: none;
  }
}
.header__logo {
  margin-right: auto;
}

.headaer__search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  width: 200px;
  margin-left: 20px;
}

@media (max-width: 1322px) {
  .headaer__search {
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  .headaer__search {
    display: none;
  }
}

@media (min-width: 769px) {
  .headaer__search--mobile {
    display: none !important;
  }
}

.headaer__search--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.headaer__search--mobile svg {
  fill: rgb(255, 255, 255);
}

.headaer__search input {
  background-color: rgb(0, 26, 155);
  border: 0;
  padding-left: 40px;
  width: 100%;
}

.headaer__search input::-webkit-input-placeholder {
  color: rgb(255, 255, 255);
}

.headaer__search input::-moz-placeholder {
  color: rgb(255, 255, 255);
}

.headaer__search input:-ms-input-placeholder {
  color: rgb(255, 255, 255);
}

.headaer__search input::-ms-input-placeholder {
  color: rgb(255, 255, 255);
}

.headaer__search input::placeholder {
  color: rgb(255, 255, 255);
}

.headaer__search input::-webkit-input-placeholder {
  color: rgb(255, 255, 255);
}

.headaer__search input::-moz-placeholder {
  color: rgb(255, 255, 255);
}

.headaer__search input:-moz-placeholder {
  color: rgb(255, 255, 255);
}

.headaer__search input:-ms-input-placeholder {
  color: rgb(255, 255, 255);
}

.headaer__search svg {
  fill: rgb(255, 255, 255);
  position: absolute;
  top: 13px;
  left: 14px;
}

.headear__icon {
  margin-left: 40px;
}

@media (max-width: 576px) {
  .headear__icon {
    display: none !important;
  }
}

.header__reg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 6px;
  overflow: hidden;
  max-width: 70px;
  min-width: 48px;
  margin-left: 20px;
}

.header__reg > span {
  color: white;
  height: 18px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .header__reg > span {
    display: none !important;
  }
}

.header__reg > svg {
  fill: rgb(255, 255, 255);
}

.subheader {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  background-color: rgb(0, 47, 216);
}

.subheader svg {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media (max-width: 768px) {
  .subheader {
    display: none;
  }
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 15px 0px;
  overflow: auto;
  margin-inline: auto;
}

.head {
  max-width: 1047px;
  margin-top: 24px;
  margin-bottom: 32px;
  margin-inline: auto;
}

.image-wrapper {
  margin: 0;
  max-width: 1047px;
  position: relative;
}

.image {
  width: 100%;
}

.paragraph {
}

.main {
  width: 100%;
  max-width: 740px;
  margin-inline: auto;
}

.brand-name-image {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  top: 44%;
  left: 43%;
  position: absolute;
}

.image.center {
  position: relative;
}

@media (max-width: 768px) {
  .brand-name-image {
    font-weight: 700;
    font-size: 16px;
    top: 44%;
    left: 42%;
  }
}

@media (max-width: 576px) {
  .brand-name-image {
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .brand-name-image {
    font-size: 12px;
    left: 40%;
  }
}

.text-link {
  color: rgb(0, 47, 216);
  text-decoration: underline;
  font-weight: 700;
}

.main-list {
  list-style-type: disc;
  font-size: 20px;
  display: -ms-grid;
  display: grid;
  gap: 10px;
  padding-left: 20px;
}

.main-list-icon {
  width: 14px;
  height: 20px;
  color: white;
  background-color: #007bff;
  padding-left: 2px;

  border-radius: 2px;
}

.main-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.footer-desktop {
  width: 100%;
  padding-top: 30px;
  background-color: rgb(57, 57, 63);
  font-size: 14px;
  padding-bottom: 30px;
  margin-inline: auto;
}

.footer-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: rgb(211, 210, 218);
}

.footer-list {
  width: 100%;
  display: -ms-grid;
  display: grid;
  gap: 25px;
  list-style-type: none;
  padding: 0;
}

.footer-list > li {
  width: 100%;
  white-space: nowrap;
}

.footer__item {
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  gap: 25px;
  padding-left: 20px;
  padding-right: 90px;
}

@media (max-width: 1257px) {
  .footer__item {
    padding-right: 30px;
  }
}

.footer__item > img {
  width: 162px;
  height: 269px;
}

.footer-title {
  white-space: nowrap;
  font-weight: 700;
  text-transform: uppercase;
}

nav > .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
}

nav {
  overflow: auto;
}

.footer-wrapper2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: rgb(211, 210, 218);
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

@media (max-width: 900px) {
  .footer__item.hidden-desktop {
    display: none;
  }
}

@media (max-width: 600px) {
  .footer-desktop.hidden-mobile {
    display: none;
  }
}

.visible-mobile {
  display: none;
}

@media (max-width: 600px) {
  .visible-mobile {
    max-width: 600px;
    display: block;
  }
}

@media (max-width: 600px) {
  .footer__item.hidden-mobile {
    display: none;
  }
}
.footer {
  background-color: rgb(57, 57, 63);
}

.head-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.flex {
  display: flex;
  gap: 5px;
  color: rgb(30, 30, 33);
}

.image-wrapper.center {
  display: flex;
  justify-content: center;
}

.comment__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.comment__head-right {
  flex-items: flex-end;
  margin-left: auto;
}

.head-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  padding-inline: 18px;
  border-bottom: 3px solid #007fff;
}

.head-left__title {
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

.head-left__number {
  font-size: 18px;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.head-right__title {
  color: #0074e8;
  font-size: 18px;
}

.head-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5px;
  padding-right: 15px;
}

.like {
  width: 12px;
  height: 12px;
  fill: rgba(0, 0, 0, 0.4);
}

.comment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px;
}

.comment-item__logo {
  position: relative;
  cursor: pointer;
  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;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  transition: border 0.05s ease, outline 0.05s ease;
}

.comment-item__logo:hover,
.comment-item__logo:active,
.comment-item__logo:focus {
  outline: 2px solid #0074e8;
  border: 2px solid #fff;
}

.item-info__title {
  padding-bottom: 5px;
}

.item-info__name {
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.6);
}

.item-info__name:hover,
.item-info__name:active {
  color: #0074e8;
  text-decoration: underline;
}

.item-info__time {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 10px;
  color: rgba(0, 0, 0, 0.6);
}

.item-info__time::before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: -6px;
  background-color: rgba(0, 0, 0, 0.6);
}

.item-info__comment {
  margin-bottom: 0;
  font-size: 18px;
  color: #000;
  max-width: 880px;
}

.item-info__likes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  gap: 20px;
  margin-top: 5px;
}

.one {
  background: -o-linear-gradient(46deg, #d4145a, #8e78ff);
  background: linear-gradient(44deg, #d4145a, #8e78ff);
}

.two {
  background: -o-linear-gradient(318deg, #fbb03b, #009244);
  background: linear-gradient(132deg, #fbb03b, #009244);
}

.three {
  background: -o-linear-gradient(322deg, #ed1e79, #009244);
  background: linear-gradient(128deg, #ed1e79, #009244);
}

.fo {
  background: -o-linear-gradient(35deg, #00a8c5, #8e78ff);
  background: linear-gradient(55deg, #00a8c5, #8e78ff);
}

.fife {
  background: -o-linear-gradient(81deg, #fbb03b, #00a8c5);
  background: linear-gradient(9deg, #fbb03b, #00a8c5);
}

.six {
  background: -o-linear-gradient(46deg, #009244, #2e3192);
  background: linear-gradient(44deg, #009244, #2e3192);
}

.seven {
  background: -o-linear-gradient(309deg, #662d8c, #fc7d7b);
  background: linear-gradient(141deg, #662d8c, #fc7d7b);
}

.acht {
  background: -o-linear-gradient(19deg, #ed1c24, #8e78ff);
  background: linear-gradient(71deg, #ed1c24, #8e78ff);
}
.noin {
  background: -o-linear-gradient(73deg, #09c9be, #009244);
  background: linear-gradient(17deg, #09c9be, #009244);
}

.eleven {
  background: -o-linear-gradient(301deg, #fc7d7b, #662d8c);
  background: linear-gradient(149deg, #fc7d7b, #662d8c);
}

.svg-blue {
  stroke: #0074e8;
}

.link {
  color: #0074e8;
  text-decoration: underline;
}

.fixed-link {
  width: 100%;
  position: fixed;
  display: block;
  text-align: center;
  background-color: rgb(255, 255, 255);
  flex-direction: column;
  bottom: 0;
  z-index: 10;
  padding-bottom: 15px;
}

.f-link {
  text-decoration: none;
  color: white;
  background-color: rgb(4, 58, 255);
  display: block;
  max-width: 560px;
  margin-inline: auto;
  padding: 15px 30px;
  border-radius: 10px;
  font-weight: 700;
}

@media (max-width: 640px) {
  .f-link {
    margin-inline: 15px;
  }

  .fixed-link {
    font-size: 14px;
  }
}

.animation-link {
  display: block;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #007bff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
  }

  50% {
    transform: scale(1.05);
    box-shadow: 0 0 15px 5px rgba(0, 123, 255, 0.4);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
  }
}

.header-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  gap: 15px;
  padding: 30px 0;
  background: linear-gradient(135deg, #008689 0%, #437cd9 100%);
  width: 100%;
}

.header-form .title {
  color: white;
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.header-form .subtitle {
  color: rgba(255, 255, 255, 0.9);
  margin: 8px 0 0 0;
  font-size: 16px;
  font-weight: 400;
}

.footer-form {
  text-align: center;
  margin-top: 25px;
  padding: 15px;
  background: rgba(0, 134, 137, 0.1);
  border-radius: 10px;
  border-left: 4px solid #008689;
  margin-bottom: 40px;
}

.brand-name {
  color: #fff;
  position: absolute;
  top: 50%;
  width: 15%;
  left: 51%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.brand-name.brand-name-2 {
  top: 39%;
  left: unset;
  right: 20%;
  color: #000;
  font-size: 26px;
  width: 25%;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (max-width: 670px) {
  .brand-name {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 517px) {
  .brand-name {
    font-size: 10px !important;
  }
}
