/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*************************************************************************************************************/
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  text-decoration: none;
  color: #222; }

a:focus {
  outline: none; }

input,
textarea {
  box-shadow: none;
  font-family: inherit; }
  input:focus,
  textarea:focus {
    box-shadow: none;
    outline: none; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img,
figure {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

svg {
  max-width: 100%; }

iframe {
  width: 100%; }

small {
  font-weight: inherit; }

/* cyrillic */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: local("Lora"), local("Lora-Regular"), url(.././assets/fonts/GsNxiN0oIzsS201cnUag6w.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* latin-ext */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: local("Lora"), local("Lora-Regular"), url(.././assets/fonts/I0dEfRgGNE90_hXZq7bjyw.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: local("Lora"), local("Lora-Regular"), url(.././assets/fonts/4vqKRIwnQQGUQQh-PnvdMA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

/* cyrillic */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: local("Lora Bold"), local("Lora-Bold"), url(.././assets/fonts/VZ-5ejr2fpt5l1RKkVxPr_Y6323mHUZFJMgTvxaG2iE.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* latin-ext */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: local("Lora Bold"), local("Lora-Bold"), url(.././assets/fonts/BYKAuswRIqh69412sen31PY6323mHUZFJMgTvxaG2iE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: local("Lora Bold"), local("Lora-Bold"), url(.././assets/fonts/P18Nsu9EiYldSvHIj_0e5w.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

* {
  box-sizing: border-box; }

.header {
  margin: 0 0 10px 0;
  border-bottom: 1px solid #eee; }

.header .container:after {
  display: block;
  content: "";
  clear: both; }

.sitename {
  float: left; }

.sitename .title {
  font-size: 32px;
  font-weight: bold;
  margin: 5px 0; }

.sitename .title a {
  position: relative;
  color: #222; }

.sitename .title a {
  color: #f47e00; }

.sitename .title a:after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: 6px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #222; }

.header-addit {
  float: right; }

.search-panel {
  margin: 20px 0 10px 20px; }

.search-field {
  width: 150px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  border: 0;
  outline: 0;
  padding: 0 5px;
  margin: 0;
  background: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  border-bottom: 1px solid #ECECEC; }

.search-submit {
  float: right;
  width: 24px;
  height: 24px;
  border: 0;
  outline: 0;
  background: url(../assets/images/images/icon-search.svg) no-repeat;
  background-size: 70% 70%;
  background-position: center;
  cursor: pointer; }

body {
  font-family: 'Lora', serif;
  color: #000; }

a:hover {
  color: #f47e00; }

.container {
  position: relative;
  margin: 0 auto;
  padding: 20px;
  max-width: 910px; }

.container--sidebar {
  display: flex;
  gap: 30px; }

.container--sidebar .blog {
  flex: 1; }

.sidebar {
  width: 200px; }

.sidebar h3 {
  position: relative;
  margin: 0 0 15px 0; }

.sidebar h3:before {
  content: "";
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ddd; }

.sidebar h3 span {
  position: relative;
  z-index: 1;
  padding: 0 10px 0 0;
  background: #fff; }

@media (max-width: 700px) {
  .container--sidebar {
    display: block; }
  .sidebar {
    width: 100%;
    margin: 30px 0 0 0; } }

.blog h1 {
  margin: 0 0 30px 0;
  color: #333; }

.post-card {
  display: flex;
  margin: 0 0 35px 0;
  padding: 0 0 35px 0;
  border-bottom: 1px dotted #ddd; }

.post-image {
  width: 220px;
  margin: 0 30px 0 0; }

.post-image img {
  width: 220px;
  border-radius: 10px; }

.post-image:hover img {
  outline: 1px solid #f47e00; }

.post-content {
  flex: 1;
  font-size: 14px;
  line-height: 1.7; }

.post-title {
  margin: -5px 0 5px 0;
  color: #000;
  font-size: 23px; }

.post-title a:hover {
  color: #f47e00; }

.post-date {
  font-size: 12px;
  color: #666666; }

.post-excerpt {
  margin: 15px 0 20px 0; }

.post-link {
  display: inline-block;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #f47e00;
  border-radius: 30px;
  padding: 0 22px; }

.post-link:hover {
  color: #fff;
  background: #f47e00; }

@media (max-width: 700px) {
  .post-card {
    display: block; }
  .post-image {
    width: 100%; }
  .post-image img {
    width: auto;
    margin: 0 0 20px 0; } }

.pagination a,
.pagination span {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #ddd;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin: 0 10px 0 0; }

.pagination a:hover,
.pagination .current {
  border: 1px solid #f47e00; }

.post {
  font-size: 16px;
  line-height: 1.7; }

.post > .post-date {
  margin: -15px 0 20px 0; }

.post h1 {
  font-size: 32px;
  margin: 0 0 20px 0; }

.post h2 {
  font-size: 23px;
  margin: 20px 0; }

.post h3 {
  font-size: 18px;
  margin: 20px 0; }

.post p {
  margin: 20px 0; }

.post img {
  border-radius: 8px;
  margin: 0 20px 20px 0 !important; }

.post:after {
  display: block;
  content: "";
  clear: both; }

.post a {
  color: #f47e00;
  border-bottom: 1px solid #f47e00; }

.post a:hover {
  border-bottom: 0; }

.related {
  margin: 30px 0;
  padding: 35px 0 0 0;
  border-top: 1px dotted #ddd; }

.related ul {
  display: flex;
  gap: 30px;
  margin: 25px 0; }

.related li {
  width: 33%;
  font-weight: bold;
  font-size: 16px; }

.related .post-date {
  margin: 7px 0 0 0;
  font-weight: normal; }

.related a:hover {
  color: #f47e00; }

.related img {
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
  border-radius: 8px; }

.related a:hover img {
  outline: 1px solid #f47e00; }

@media (max-width: 700px) {
  .related ul {
    display: block; }
  .related li {
    width: 100%;
    margin: 0 0 40px 0; } }

.post-archive {
  font-size: 14px; }

.post-archive ul {
  margin: 10px 0; }

.post-archive li {
  margin: 0 0 10px 0; }

.post-archive li li ul {
  font-size: 13px; }

.post-archive a {
  color: #000; }

.post-archive a:hover {
  color: #f47e00; }

