/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
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: "EB Garamond", serif;
  color: #000;
  background-color: #6B5444;
}

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

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

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%);
}

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

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

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

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

.header {
  width: 100%;
  background-image: url("../img/Image 1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 392px;
  box-shadow: 0px 0px 30px #352A21;
}
@media (max-width: 1100px) {
  .header {
    min-height: 200px;
  }
}
.header .logo {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  margin: 45px 0 0 40px;
  color: #fff;
}
@media (max-width: 768px) {
  .header .logo {
    margin: 20px 0 0;
    align-items: start;
  }
}
.header .logo img {
  grid-row: span 2;
}
@media (max-width: 1100px) {
  .header .logo img {
    width: 80px;
    height: 81px;
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .header .logo img {
    width: 55px;
    height: 55px;
    margin-right: 5px;
  }
}
.header .logo .logo__title {
  align-self: end;
  font-size: 50px;
  text-shadow: 0px 3px 10px #000000;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1100px) {
  .header .logo .logo__title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .header .logo .logo__title {
    font-size: 22px;
    margin-bottom: 8px;
  }
}
.header .logo .logo__subTitle {
  align-self: start;
  font-size: 25px;
  text-shadow: 0px 3px 10px #000000;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 1100px) {
  .header .logo .logo__subTitle {
    font-size: 15px;
  }
}

.main {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.main .paragraph {
  margin-bottom: 18px;
}
@media (max-width: 1100px) {
  .main .paragraph {
    margin-bottom: 12px;
  }
}
.main .paragraph .paragraph__img {
  float: left;
  width: 40%;
  height: auto;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .main .paragraph .paragraph__img {
    float: none;
  }
}
@media (max-width: 768px) {
  .main .paragraph--special {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main .paragraph--special .paragraph__img {
    width: 80%;
    margin: 0;
  }
}
.main .title {
  margin-bottom: 25px;
  font-size: 35px;
  color: #CC0000;
}
@media (max-width: 1100px) {
  .main .title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.main .specialTitle {
  font-size: 25px;
  margin-bottom: 18px;
  font-style: italic;
}
@media (max-width: 1100px) {
  .main .specialTitle {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.main .text-bold {
  font-weight: 700;
}
.main .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 900px) {
  .main .grid {
    grid-template-columns: 1fr;
  }
}
.main .link {
  display: block;
  margin-top: 60px;
  color: #003ECE;
  font-size: 35px;
  font-weight: 700;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .main .link {
    font-size: 20px;
    margin-top: 30px;
  }
}
.main .main-bg {
  background-image: url("../img/bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height: 4000px;
  margin-top: -160px;
  padding: 130px 50px 180px;
}
@media (max-width: 768px) {
  .main .main-bg {
    background-size: cover;
    background-position: center;
    margin-top: -120px;
    padding: 130px 20px 180px;
  }
}
.main .main-bg .main-bg__content {
  display: flex;
  flex-direction: column;
  padding: 0 80px;
}
@media (max-width: 1442px) {
  .main .main-bg .main-bg__content {
    padding: 0 6%;
  }
}
@media (max-width: 768px) {
  .main .main-bg .main-bg__content {
    padding: 0;
  }
}
.main .main__headerIcons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  align-items: center;
  padding: 0 80px;
}
@media (max-width: 1442px) {
  .main .main__headerIcons {
    padding: 0 6%;
  }
}
@media (max-width: 768px) {
  .main .main__headerIcons {
    padding: 0;
  }
}
@media (max-width: 900px) {
  .main .main__headerIcons {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .main .main__headerIcons {
    display: none;
  }
}
.main .main__headerIcons div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.main .main__headerIcons div p {
  line-height: 1;
  color: #6B5444;
  font-weight: 500;
  text-wrap: nowrap;
}
@media (max-width: 1600px) {
  .main .main__headerIcons div p {
    font-size: 1.3vw;
  }
}
.main .main__headerIcons div img {
  width: auto;
  height: 59px;
}
.main .main__headerIcons div:nth-child(1) p {
  font-weight: 700;
}
.main .main__headerIcons div:nth-child(3) p:nth-child(2) {
  font-weight: 700;
  font-size: 30px;
}
@media (max-width: 1600px) {
  .main .main__headerIcons div:nth-child(3) p:nth-child(2) {
    font-size: 2vw;
  }
}
.main .main__headerIcons div:nth-child(3) p:nth-child(3) {
  font-size: 12px;
}
@media (max-width: 1600px) {
  .main .main__headerIcons div:nth-child(3) p:nth-child(3) {
    font-size: 1vw;
  }
}
.main .main__navigation {
  background-image: url("../img/BELKA.png");
  background-size: 100% 100%;
  padding: 20px 40px;
  margin: 20px auto;
}
@media (max-width: 1100px) {
  .main .main__navigation {
    display: none;
  }
}
.main .main__navigation .navigation__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1275px;
  margin: 0 auto 12px;
}
.main .main__navigation .navigation__content a {
  color: #fff;
}
.main .main__navigation .navigation__content a:hover {
  text-decoration: underline;
}
.main .main__navigation .navigation__content .search {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 56px;
}
.main .main__navigation .navigation__content .search a,
.main .main__navigation .navigation__content .search button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  padding-left: 7px;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 40px;
  background: none;
  border: none;
  border-left: 2px solid black;
}
.main .main__navigation .navigation__content .search a img,
.main .main__navigation .navigation__content .search button img {
  width: 20px;
  height: 14px;
}
.main .main__navigation .navigation__content .search button:hover {
  background-color: #eee;
}
.main .main__navigation .navigation__content .search input {
  padding: 9px 10px;
  min-width: 266px;
}
.main .main-bg__content .main__firstArticle {
  display: grid;
  grid-template-columns: auto 300px;
  gap: 75px;
}
@media (max-width: 1300px) {
  .main .main-bg__content .main__firstArticle {
    grid-template-columns: 1fr;
  }
}
.main .main-bg__content .main__firstArticle .firstArticle__content .content__upperLink {
  color: #003ECE;
  text-decoration: underline;
}
@media (max-width: 1100px) {
  .main .main-bg__content .main__firstArticle .firstArticle__content .content__upperLink {
    display: block;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .main .main-bg__content .main__firstArticle .firstArticle__content .content__upperLink {
    font-size: 12px;
  }
}
.main .main-bg__content .main__firstArticle .firstArticle__content .content__title {
  color: #CC0000;
  font-size: 60px;
  margin: 15px 0;
}
@media (max-width: 1100px) {
  .main .main-bg__content .main__firstArticle .firstArticle__content .content__title {
    font-size: 30px;
  }
}
.main .main-bg__content .main__firstArticle .firstArticle__content .specialText {
  background-color: #F0FFF3;
  border: 2px solid #108124;
  border-radius: 11px;
  padding: 26px 12px;
  max-width: 770px;
  margin: 25px auto 25px;
  position: relative;
}
.main .main-bg__content .main__firstArticle .firstArticle__content .specialText--withImg {
  min-height: 400px;
  padding-right: 196px;
}
@media (max-width: 768px) {
  .main .main-bg__content .main__firstArticle .firstArticle__content .specialText--withImg {
    padding-right: 5px;
    overflow: auto;
    padding-bottom: 0;
    clear: both;
  }
}
.main .main-bg__content .main__firstArticle .firstArticle__content .specialText--withImg img {
  float: right;
  width: 261px;
  height: 378px;
  position: absolute;
  bottom: 0;
  right: -80px;
}
@media (max-width: 768px) {
  .main .main-bg__content .main__firstArticle .firstArticle__content .specialText--withImg img {
    right: 0;
    width: 150px;
    height: 217px;
    position: static;
    float: right;
  }
}
@media (max-width: 1300px) {
  .main .main-bg__content .main__firstArticle .firstArticle__aside {
    display: none;
  }
}
.main .main-bg__content .main__firstArticle .firstArticle__aside .aside__weather {
  width: 100%;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1fr auto;
  background-color: #fff;
  padding: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3019607843);
  border-radius: 11px;
  opacity: 0.8;
}
.main .main-bg__content .main__firstArticle .firstArticle__aside .current-date--day {
  display: flex;
  grid-column: 2;
  grid-row-start: 1;
  grid-row-end: 3;
  text-wrap: wrap;
  word-wrap: break-word;
  line-height: 1.1;
  text-align: end;
  font-size: 22px;
  align-self: center;
  margin-right: 5px;
}
.main .main-bg__content .main__firstArticle .firstArticle__aside .aside__title {
  margin: 45px 0 18px;
  font-size: 25px;
}
.main .main-bg__content .main__firstArticle .firstArticle__aside .aside__art {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.main .main-bg__content .main__firstArticle .firstArticle__aside .aside__art p {
  font-size: 17px;
}
.main .main-bg__content .main__firstArticle .firstArticle__aside .aside__art img {
  width: 71px;
  height: 71px;
}
.main .main-bg__content .main__secondArticle .secondArticle__specialText {
  text-align: center;
  padding: 25px 30px;
  border: 1px solid #FFEE00;
  background-color: #FF0000;
  border-radius: 17px;
  color: #fff;
  font-weight: 700;
  font-family: "Rubik";
  font-size: 21px;
}
@media (max-width: 768px) {
  .main .main-bg__content .main__secondArticle .secondArticle__specialText {
    font-size: 14px;
    padding: 5px 10px;
  }
}
.main .main-bg__content .main__secondArticle .secondArticle__specialText span {
  color: #FFEE00;
}
.main .main-bg__content .main__secondArticle .secondArticle__title {
  margin-top: 48px;
  font-size: 35px;
}
.main .main-bg__content .main__secondArticle .secondArticle__subTitle {
  margin-bottom: 45px;
}
.main .main-bg__content .main__secondArticle .comment {
  display: flex;
  gap: 17px;
  margin-bottom: 21px;
  max-width: 900px;
}
.main .main-bg__content .main__secondArticle .comment img {
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: -11px;
  width: 55px;
  height: 55px;
}

.footer {
  width: 100%;
  padding: 20px 0 60px;
  text-align: center;
  margin-top: 44px;
  font-family: "Rubik";
  color: #fff;
}
.footer .footer__copyright {
  font-size: 14px;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  max-width: 500px;
  color: #fff;
}
.footer .footer__linksBox {
  margin-bottom: 15px;
}
.footer .footer__linksBox .linksBox__link {
  text-decoration: underline;
  font-size: 14px;
  color: #fff;
}

.main-bg--summary {
  background-image: url("../img/bg-summary.png") !important;
  background-repeat: no-repeat;
  min-height: 0 !important;
}
.main-bg--summary .summary__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 1220px;
  margin: 0 auto;
}
.main-bg--summary .summary__content .summary__title {
  color: #CC0000;
  font-size: 50px;
  text-decoration: underline;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  .main-bg--summary .summary__content .summary__title {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .main-bg--summary .summary__content .summary__title {
    font-size: 25px;
  }
}
.main-bg--summary .summary__content .summary__subTitle {
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}
.main-bg--summary .summary__content .summary__subTitle b {
  color: #CC0000;
}
.main-bg--summary .summary__content .summary-paragraph {
  line-height: 1.3;
  margin-bottom: 20px;
}
.main-bg--summary .summary__content .summary__specialText {
  font-size: 25px;
  color: #CC0000;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .main-bg--summary .summary__content .summary__specialText {
    font-size: 18px;
  }
}
.main-bg--summary .summary__content .summary__warn {
  font-weight: 700;
  color: #CC0000;
}
.main-bg--summary .summary__content .summary__button {
  background-color: #009F20;
  color: #fff;
  font-size: 20px;
  border: none;
  border-radius: 12px;
  padding: 20px 35px;
  margin-bottom: 35px;
  font-weight: 700;
}
.main-bg--summary .summary__content .summary__button--shown {
  background: none;
  color: #009F20;
  border: 2px solid #009F20;
  font-size: 35px;
}
@media (max-width: 768px) {
  .main-bg--summary .summary__content .summary__button--shown {
    font-size: 30px;
    padding: 20px;
  }
}/*# sourceMappingURL=styles.css.map */