/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


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

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Poppins", sans-serif;
  color: #000000;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 20px;
  margin: 0;
  line-height: 1.3;
}
@media (max-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 18px;
  }
}

p {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 768px) {
  p {
    font-size: 14px;
  }
}

a,
button {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

ul {
  padding: 0;
}

img {
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  height: auto;
}

a:hover {
  filter: brightness(105%);
}

.ads {
  font-size: 12px;
  text-align: center;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

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

.flex-center {
  align-items: center;
}

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

.text-red {
  color: #ff0000;
}

.text-orange {
  color: #ff6200;
}

.text-green {
  color: #0C9E11;
}

.text-bold {
  font-weight: 700;
}

.header {
  width: 100%;
  max-width: 1280px;
  padding: 24px 100px 0;
  border-bottom: 1px solid #707070;
}
@media (max-width: 768px) {
  .header {
    padding: 20px;
  }
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 21px 20px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .header__container {
    justify-content: center;
    padding: 20px;
  }
}

.header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__logo img {
  width: 82px;
  height: 58px;
}

.header__logoText {
  display: flex;
  flex-direction: column;
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  line-height: 1.2;
  color: #000000;
}
@media (max-width: 768px) {
  .header__logoText {
    font-size: 30px;
  }
}
.header__logoText span {
  color: #FF6505;
  font-size: 18px;
}

.header__search {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 4px 12px;
  width: 250px;
}
@media (max-width: 768px) {
  .header__search {
    display: none;
  }
}
.header__search input {
  border: none;
  outline: none;
  flex: 1;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.header__search button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.header__search button:hover {
  filter: brightness(120%);
}
@media (max-width: 768px) {
  .header__search {
    width: auto;
    min-width: 150px;
  }
}

.main {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1280px;
  padding: 0 100px;
}
@media (max-width: 768px) {
  .main {
    padding: 0 15px;
  }
}

.main__body {
  display: grid;
  grid-template-columns: 1fr 334px;
  gap: 20px;
  padding: 40px 20px;
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .main__body {
    grid-template-columns: 1fr;
    padding: 20px 0;
  }
}

.main__copy {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.copy__date {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #707070;
}

.copy__breadcrumbs {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #0000ff;
}

.copy__title {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
  margin: 0;
}
@media (max-width: 768px) {
  .copy__title {
    font-size: 24px;
  }
}

.copy__subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
  margin: 0;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .copy__subtitle {
    font-size: 20px;
  }
}

.copy__heading {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #000000;
  margin: 0;
}
@media (max-width: 768px) {
  .copy__heading {
    font-size: 18px;
  }
}

.copy__body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}
.copy__body p {
  margin-bottom: 20px;
}
.copy__body p:last-child {
  margin-bottom: 0;
}
.copy__body ul {
  list-style: disc;
  margin-bottom: 20px;
  padding-left: 24px;
}
.copy__body ul li {
  margin-bottom: 5px;
}
.copy__body ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .copy__body {
    font-size: 14px;
  }
}

.copy__imageBox {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
}
.copy__imageBox img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.imageBox__caption {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: italic;
  line-height: 1;
  color: #000000;
}

.copy__frameEffect {
  background-color: #f0fff3;
  border: 1px solid #108124;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.copy__frameEffect img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.copy__frameEffect .copy__body {
  margin: 0;
}

.copy__frameBullets {
  background-color: #f0fff3;
  border: 1px solid #108124;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.copy__frameBullets ul {
  list-style: disc;
  padding-left: 24px;
}
.copy__frameBullets ul li {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 5px;
}
.copy__frameBullets ul li:last-child {
  margin-bottom: 0;
}
.copy__frameBullets ul li strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  .copy__frameBullets ul li {
    font-size: 14px;
  }
}

.copy__link {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: #0000ff;
  text-decoration: underline;
  padding-top: 20px;
  transition: all 0.2s ease-in-out;
}
.copy__link:hover {
  filter: brightness(120%);
}
@media (max-width: 768px) {
  .copy__link {
    font-size: 18px;
  }
}

.main__aside {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1024px) {
  .main__aside {
    display: none;
  }
}

.aside__baner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  border: 1px solid #707070;
  border-radius: 10px;
  height: 486px;
  width: 100%;
  padding: 20px;
  gap: 5px;
  overflow: hidden;
  text-decoration: none;
  background-image: url("../../assets/img/b070d71be0d7ad2e00a131c4d7b821af6589d37c.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.aside__baner:hover {
  opacity: 0.95;
}
.aside__baner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.baner__button {
  position: relative;
  z-index: 1;
  background-color: #ff8200;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  padding: 10px 25px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.baner__button:hover {
  filter: brightness(120%);
}
@media (max-width: 768px) {
  .baner__button {
    font-size: 18px;
  }
}

.baner__annotation {
  position: relative;
  z-index: 1;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
}

.aside__article {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.aside__article:hover {
  opacity: 0.8;
}
.aside__article img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  flex-shrink: 0;
}
.aside__article p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  margin: 0;
}

.main__comments {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 20px;
  background-color: #ffffff;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .main__comments {
    padding: 0;
  }
}

.comments__title {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
  margin: 0;
}
@media (max-width: 768px) {
  .comments__title {
    font-size: 20px;
  }
}

.comments__item {
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
}
@media (max-width: 768px) {
  .comments__item {
    gap: 10px;
  }
}

.comment__avatar {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background-color: #9fd7eb;
  border: 1px solid #56b6cc;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.comment__avatar img {
  width: 40px;
  height: 40px;
}

.comment__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.comment__name {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
  margin: 0;
}

.comment__text {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  margin: 0;
}
@media (max-width: 768px) {
  .comment__text {
    font-size: 14px;
  }
}

.comments__link {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: #0000ff;
  text-decoration: underline;
  padding-top: 20px;
  transition: all 0.2s ease-in-out;
}
.comments__link:hover {
  filter: brightness(120%);
}
@media (max-width: 768px) {
  .comments__link {
    font-size: 18px;
  }
}

.main--callpage {
  background-color: #ffffff;
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .main--callpage {
    padding: 40px 20px;
  }
}

.callpage__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
}

.callpage__title {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  color: #108124;
  margin: 0;
}
@media (max-width: 768px) {
  .callpage__title {
    font-size: 24px;
  }
}

.callpage__lead {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
  margin: 0;
}
@media (max-width: 768px) {
  .callpage__lead {
    font-size: 14px;
  }
}

.callpage__body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  margin: 0;
}
@media (max-width: 768px) {
  .callpage__body {
    font-size: 14px;
  }
}

.callpage__subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
  margin: 0;
}
@media (max-width: 768px) {
  .callpage__subtitle {
    font-size: 18px;
  }
}

.callpage__button {
  background-color: #ff8200;
  border-radius: 10px;
  padding: 10px 25px;
  cursor: pointer;
  text-decoration: none;
  display: block;
}
.callpage__button:hover {
  filter: brightness(120%);
}

.callpage__button--open {
  background: none;
  border: 2px solid #FF8200;
  color: #FF8200;
  font-size: 36px;
  font-weight: 700;
}

.callpage__buttonText {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  margin: 0;
  max-width: 467px;
}
@media (max-width: 768px) {
  .callpage__buttonText {
    font-size: 16px;
  }
}

.callpage__annotation {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
  margin: 0;
}

.callpage__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
}
.callpage__info p {
  margin: 0;
}

.footer {
  width: 100%;
  padding: 20px 0 60px;
  text-align: center;
  margin-top: 44px;
}
.footer .footer__copyright {
  font-size: 12px;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  max-width: 800px;
}
.footer .footer__linksBox {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.footer .footer__linksBox a {
  text-decoration: underline;
  font-size: 14px;
  color: #000;
  transition: all 0.2s ease-in-out;
}
.footer .footer__linksBox a:hover {
  filter: brightness(120%);
}/*# sourceMappingURL=styles.css.map */