body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  position: relative;
}

body:after {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #f8f6ed url("../img/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
}

h1, h2, h3 {
  font-weight: 400;
}

* {
  box-sizing: border-box;
  outline: none;
}

.content {
  display: block;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 10px;
  z-index: 1;
  position: relative;
}

h2, h1 {
  color: #21588e;
  font-size: 3rem;
  line-height: 2.5rem;
  margin: 40px 0;
}

h2.caption {
  text-transform: uppercase;
}

.switch input[type=checkbox] {
  display: none;
}
.switch label {
  cursor: pointer;
}
.switch label .track {
  display: inline-block;
  height: 18px;
  width: 32px;
  background: #ccc;
  border-radius: 34px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-right: 10px;
}
.switch label .track:before {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  background: white;
  border-radius: 50%;
  position: absolute;
  bottom: 2px;
  left: 3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch label .text {
  padding-bottom: 3px;
}
.switch input[type=checkbox]:checked + label .track:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}
.switch input[type=checkbox]:checked + label .track {
  background: #45ad4e;
}

nav.menu {
  display: block;
  width: 100%;
  background: #2c3e50;
  height: 76px;
  position: fixed;
  font-weight: 700;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 999;
}
nav.menu .container, nav.menu .right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
nav.menu .container {
  padding: 0 20px;
}
nav.menu .submenu {
  display: none;
  width: 100%;
  background: #2c3e50;
}
nav.menu .submenu .inner {
  display: flex;
  flex-direction: column;
  padding: 0 40px 1rem 40px;
}
nav.menu .submenu .inner label {
  font-size: 1.25rem;
  line-height: inherit;
  color: white;
  text-transform: uppercase;
  padding: 1rem 0;
  display: flex;
  align-items: center;
}
nav.menu .submenu .inner label input[type=checkbox] {
  margin: 0 10px 0 0;
}
nav.menu.open .submenu {
  display: block;
}
nav.menu a.brand {
  display: inline-block;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
nav.menu .right {
  flex-direction: row;
}
nav.menu .right .langs {
  padding-right: 20px;
}
nav.menu .right .langs a {
  display: inline-block;
}
nav.menu .right .langs .flags {
  display: inline-block;
  width: 1.33333em;
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 16px;
  margin: 0 2px;
}
nav.menu .right .langs .flags.ru {
  background-image: url(../img/flags/ru.svg);
}
nav.menu .right .langs .flags.lv {
  background-image: url(../img/flags/lv.svg);
}
nav.menu .right button.menu {
  font-size: 80%;
  padding: 0.8rem;
  cursor: pointer;
  color: white;
  background-color: #18bc9c;
  border-radius: 0.25rem;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.menu-space {
  display: block;
  width: 100%;
  height: 76px;
}

footer.main {
  background-color: #1a252f;
  padding: 1.5rem 15px;
  font-size: 80%;
  font-weight: 400;
  color: white;
  text-align: center;
  box-sizing: border-box;
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
}
footer.main a {
  color: #18bc9c;
  text-decoration: none;
}
footer.main a:hover {
  text-decoration: underline;
}

.copy-info {
  text-align: center;
  padding: 20px;
  background: #18bc9c;
  color: honeydew;
  font-weight: 700;
  box-sizing: border-box;
  display: block;
  width: 100%;
}

section.search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 20px;
  background-color: #18bc9c;
  border-radius: 0.25rem;
  padding: 10px 20px;
  box-sizing: border-box;
  font-family: Oswald;
}
section.search h3 {
  font-size: 2rem;
  font-weight: 400;
  margin: 0;
}
section.search form {
  width: 100%;
  max-width: 350px;
  margin: 0;
}
section.search input.search {
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
@media (max-width: 610px) {
  section.search form {
    max-width: none;
  }
  section.search h3 {
    display: none;
  }
  section.search {
    padding: 10px;
  }
}

section.news .item .right, section.news .item, section.news {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}

section.news {
  flex-direction: column;
  padding: 20px 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}
section.news h3 {
  margin: 10px 0;
  font-weight: bold;
}
section.news .search-empty {
  display: block;
  width: 100%;
  padding: 20px;
  text-align: center;
}
section.news .item {
  padding-bottom: 10px;
}
section.news .item .icon {
  width: 40px;
  display: flex;
  padding-top: 7px;
  justify-content: center;
}
section.news .item .icon:before {
  width: 20px;
  height: 20px;
  content: "";
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}
section.news .item .icon.grani::before {
  background-size: contain;
}
section.news .item .icon.bb:before {
  background-image: url(../img/feeds/bb.png);
}
section.news .item .icon.delfi:before {
  background-image: url(../img/feeds/delfi.png);
}
section.news .item .icon.tvnet:before {
  background-image: url(../img/feeds/tvnet.png);
}
section.news .item .icon.grani:before {
  background-image: url(../img/feeds/grani.png);
}
section.news .item .icon.mixnews:before {
  background-image: url(../img/feeds/mixnews.png);
}
section.news .item .icon.jauns:before {
  background-image: url(../img/feeds/jauns.png);
}
section.news .item .icon.lsm:before {
  background-image: url(../img/feeds/lsm.png);
}
section.news .item .right {
  flex-direction: column;
  color: #383637;
}
section.news .item .right a {
  text-decoration: none;
  color: #275788;
  font-weight: bold;
}
section.news .item .right a:hover {
  text-decoration: underline;
}
section.news .item .right em {
  background: yellow;
  font-weight: bold;
}

.fullArticle .text img, .short-article .body img {
  object-fit: cover;
  max-width: -moz-available;
  max-width: -webkit-fill-available;
}

.short-article {
  display: flex;
  flex-direction: column;
  background-color: #18bc9c;
  border-radius: 0.25rem;
  padding: 0 20px;
  margin-bottom: 20px;
  color: #221c1e;
  font-family: Oswald;
}
.short-article h1 {
  font-size: 2rem;
  margin: 0;
  color: inherit;
  border-bottom: 1px solid #4aa88e;
  padding: 15px 0;
}
.short-article .subtitle {
  padding-top: 15px;
  font-size: 1.2rem;
  color: inherit;
  line-height: 1.8rem;
  font-weight: 500;
}
.short-article .body {
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 300;
}
.short-article .link {
  display: block;
  padding: 20px 0;
}
.short-article .link a {
  font-size: 80%;
  padding: 0.8rem;
  cursor: pointer;
  color: #18bc9c;
  background-color: white;
  border-radius: 0.25rem;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  float: right;
}

.fullArticle .text {
  vertical-align: top;
}
.archive {
  padding-bottom: 10px;
}
.archive__link {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #275788;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}

.pagination {
  display: flex;
  width: 100%;
  justify-content: center;
}
.pagination .item {
  font-size: 80%;
  padding: 5px 10px;
  cursor: pointer;
  color: white;
  text-decoration: none;
  background: #18bc9c;
  border-radius: 0.25rem;
  margin: 10px 5px;
}
.pagination .item.active {
  background: white;
  color: #18bc9c;
  border: 1px solid #18bc9c;
}

/*# sourceMappingURL=style.css.map */
