/*
Theme Name: "Lacuna"
Version: 1.0
Description:
Author: Roman Burtnek
*/

/*fonts*/
@font-face {
  font-family: 'TT-Commons-Pro Medium';
  src: url("./assets/fonts/TT-Commons-Pro-Medium.eot");
  src: local("TT Commons Pro Medium"), local("TT-Commons-Pro-Medium"), url("./assets/fonts/TT-Commons-Pro-Medium.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/TT-Commons-Pro-Medium.woff") format("woff"), url("./assets/fonts/TT-Commons-Pro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'TT-Commons-Pro ExtraBlack';
  src: url("./assets/fonts/TT-Commons-Pro-Expanded-ExtraBlack.eot");
  src: local("TT Commons Pro Expanded ExtraBlack"), local("TT-Commons-Pro-Expanded-ExtraBlack"), url("./assets/fonts/TT-Commons-Pro-Expanded-ExtraBlack.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/TT-Commons-Pro-Expanded-ExtraBlack.woff") format("woff"), url("./assets/fonts/TT-Commons-Pro-Expanded-ExtraBlack.ttf") format("truetype");
  font-weight: 950;
  font-style: normal;
}

@font-face {
  font-family: 'Arlen-Extra';
  src: url("./assets/fonts/Arlen-Extra.otf");
  src: local("Arlen-Extra"), local("Arlen-Extra"), url("./assets/fonts/Arlen-Extra.otf") format("opentype");
  font-style: normal;
}


/*main*/

*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

body, html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
}

body {
  position: relative;
  font-size: 15px;
  min-width: 320px;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

ul, li {
  display: block;
  padding: 0px;
  margin: 0px;
}

textarea {
  resize: none;
}

p {
  font-size: 16px;
}

img {
  border-style: none;
}

button {
  border: 0;
  background: transparent;
  padding: 0;
}

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none;
}

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

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

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type='number'],
input[type="number"]:hover,
input[type="number"]:focus {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
}

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

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoratio {
  display: none;
}

[hidden] {
  display: none;
}

p, nav {
  margin: 0;
  padding: 0;
}

a, a:hover, a:active, a:focus,
button, input, button:hover, button:active, button:focus,
input:focus, input:active {
  text-decoration: none;
  outline: none;
  /*  -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;*/
}

input {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-jcsb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-jcsb-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-center-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-dc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.f-dc-jcsb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f-dc-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-dc-center-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  pointer-events: none;
}

.img-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  pointer-events: none;
}

.btn {
  font-family: 'Montserrat Bold';
  font-size: 15px;
  line-height: 18px;
  padding: 16px 20px;
  border-radius: 50px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: inline-block;
  background: linear-gradient(266.39deg, #189AD6 5.85%, #48DACF 90.9%);
  -webkit-box-shadow: 3px 2px 8px #1B5B85;
          box-shadow: 3px 2px 8px #1B5B85;
  color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}

.btn::after {
  content: '';
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  -webkit-filter: blur;
          filter: blur;
  background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(40%, #fff), color-stop(60%, #fff), to(transparent));
  background: linear-gradient(to left, transparent 0%, #fff 40%, #fff 60%, transparent 100%);
  -webkit-transform: translate(-100%, -25%) rotate(10deg);
          transform: translate(-100%, -25%) rotate(10deg);
  opacity: .5;
}

.btn:hover::after {
  -webkit-animation: glare 3s;
          animation: glare 3s;
}

.title {
  font-family: 'Montserrat Bold';
  font-size: 40px;
  line-height: 130%;
  color: #1B5B85;
  font-weight: normal;
}

.checkbox {
  cursor: pointer;
}

.checkbox input {
  position: absolute;
  opacity: 0;
}

.checkbox span {
  border: 1px solid #E4E4E4;
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
  margin-right: 8px;
}

.checkbox span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.checkbox span.active svg {
  opacity: 1;
}

.checkbox p {
  font-size: 14px;
}

.checkbox-permission.hidden {
  opacity: 0.6;
  pointer-events: none;
}

a, span, p, input, button, select, option, textarea, label, ul, ol, strong, q {
  font-family: 'TT-Commons-Pro Medium';
  font-size: 18px;
  line-height: 22px;
  color: #000;
}

b {
  font-family: 'TT-Commons-Pro ExtraBlack';
}

h1,
.page .header-logo .header-logo__title {
  font-size: 230px;
  line-height: 220px;
  text-transform: uppercase;
  color: #000;
  font-family: 'Arlen-Extra';
}

h2, h3, h4 {
  font-family: 'TT-Commons-Pro Medium';
  font-size: 22px;
  line-height: 28px;
  text-decoration: underline;
  color: #000;
  font-weight: normal;
  margin-bottom: 16px;
}

.container {
  width: 1370px;
  padding: 0 15px;
  margin: 0 auto;
}

.header {
  padding-top: 76px;
}

.header.page{
  position: fixed;
  height: auto;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  top: 0;
  padding-bottom: 20px;
}

.header.single-page{
  /* height: 200px; */
  /* padding-top: 0; */
  position: fixed;
  background-color: #ffffff;
  /* z-index: 99; */
  width: 100%;
}

/* .header.single-page .header-wrapper{
  padding-top: 76px;
} */
.rb_single_page .header-content{
  margin-bottom: 50px;
}

.rb_main_page{
  margin-top: 250px;
}

.rb_single_page nav.menu-main-menu-container{
  position: fixed;
  top: 220px;
}

.rb_main_page .main-saidbar nav{
  top: 285px;
  position: fixed;
}

.header-logo {
  width: 320px;
}

.header-logo__title {
  font-size: 45px;
  line-height: 50px;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  font-family: 'Arlen-Extra';
}

.header-logo__descr {
  font-size: 14px;
  line-height: 18px;
}

.header-content {
  width: 1000px;
  padding-right: 340px;
}

.header-content__title {
  font-family: 'TT-Commons-Pro Medium';
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  margin-bottom: 66px;
  text-transform: none;
  font-style: normal;
  font-weight: 500;
  margin-top: 5px;
  text-decoration-line: underline;
  text-underline-offset: 5px;
}

.main-info h2{
  font-family: 'TT-Commons-Pro Medium';
  margin-bottom: 16px;
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 35px;
}

.title-not-underline{
  text-decoration: none!important;
}

.header-content-block {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header-content-info {
  max-width: 550px;
}

.header-content__date {
  font-size: 14px;
  line-height: 18px;
}

.rb_single_page .header-content__author {
  font-size: 14px;
  line-height: 18px;
  text-align: right;
    font-family: 'TT-Commons-Pro ExtraBlack';
    margin-bottom: 0px;
    margin-top: 0px;
}

.rb_single_page .header-content__activity {
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  margin-bottom: 0;
}

.header-menu {
  font-size: 14px;
  line-height: 18px;
  display: none;
}

.main-wrapper {
  padding: 40px 0;
}

.main-saidbar {
  width: 320px;
}

.main-saidbar nav {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.main-saidbar nav ul:not(:last-child) {
  margin-bottom: 32px;
}

.main-saidbar nav ul li {
  margin-bottom: 20px;
}

.main-saidbar nav ul li.active a,
.main-saidbar nav ul li.current-menu-item>a,
.main-saidbar nav ul li.current-post-ancestor>a {
  font-family: 'TT-Commons-Pro ExtraBlack';
  color: #000;
}

.main-saidbar nav ul li a {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 30px;
  /* -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; */
}

.main-saidbar nav ul li:not(.not-clickable) a:hover {
  font-family: 'TT-Commons-Pro ExtraBlack';
  color: #42FF00;
  font-weight: 950;
  /* -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; */
  /* letter-spacing: 1px; */
}

.main-saidbar nav ul li:not(.not-clickable) a:active {
  font-family: 'TT-Commons-Pro ExtraBlack';
  color: #000;
  font-weight: 950;
  /* -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; */
  /* letter-spacing: 1px; */
}

.main-saidbar nav ul li.not-clickable a{
  cursor:default;
}

.main-saidbar nav ul li ul {
  padding-left: 47px;
}

.main-saidbar nav ul li ul li {
  margin-bottom: 2px;
}

.main-saidbar nav ul li ul li.active a {
  font-family: 'TT-Commons-Pro ExtraBlack';
  color: #000;
}

.main-saidbar nav ul li ul li a {
  margin-bottom: 0;
}

.main-info {
  width: 1000px;
  padding-right: 340px;
  position: relative;
  overflow: hidden;
  /* padding-top: 30px; */
}

.main-info__text,
.main-info__text h2,
.main-info__text p span {
  font-size: 22px;
  line-height: 28px;
}

.main-info__text ul,
.main-info__text ol{
  margin-bottom: 20px;
}

.main-info__text ul li{
  list-style: disc;
  display: list-item;
  list-style-position:inside;
}

.category_text{
  padding: 0 20px;
  /* text-decoration-line: underline;
  text-underline-offset: 5px; */
  margin-bottom: 10px;
  font-family: 'TT-Commons-Pro Medium';
  text-transform: capitalize;
}

.category_description{
/*  padding: 0 20px;*/
  margin: 28px 20px;
  font-family: 'TT Commons Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  transition: all 0.3s;
  color: #000000;
}

.category_description a:hover{
  color: #42FF00;
  transition: all 0.3s;
}

.category_child {
  margin-top: 20px;
  flex-wrap: wrap;
  padding: 0 20px;
}

.category_child li{
  width: 100%;
}

.category_child li a{
/*  text-decoration-line: underline;*/
  text-underline-offset: 5px;
  margin-bottom: 15px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
}

.category_child li a:hover{
  color: #42FF00;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.no-posts{
  padding: 0 20px;
}

.main-info__text a{
  text-decoration: underline;
}

.main-info__text ol li{
  list-style: auto;
  margin-left: 30px;
}

blockquote{
  margin: 0;
  margin-bottom: 20px;
  font-family: 'TT-Commons-Pro Medium';
}

.wp-block-pullquote{
  padding: 0;
}

.main-info__text blockquote p,
.wp-block-pullquote p{
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
  text-align: left;
}

.main-info__text blockquote cite{
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  font-weight: 500;
}

.main-info p{
  margin-bottom: 20px;
}

.main-info p span span {
  color: #000;
  font-size: 18px;
  line-height: 22px;
  display: inline-block;
  position: relative;
}

.main-info__text h2{
  /* font-family: 'TT-Commons-Pro ExtraBlack'; */
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  text-decoration-line: underline;
  text-underline-offset: 5px;
  margin-bottom: 20px;
}

.main-info__text h3{
  margin-bottom: 20px;
  text-decoration: none;
}

.main-info p span q,
.main-info q,
.wp-block-pullquote cite {
  position: absolute;
  width: 320px;
  right: 0;
  text-align: left;
  font-style: normal;
  margin-top: -40px;
}

.wp-block-pullquote cite,
.main-info q{
  font-size: 14px;
  line-height: 18px;
}

.wp-block-pullquote cite strong,
.main-info q span{
  font-size: 18px;
  line-height: 22px;
}

.main-info p span q a,
.main-info q a,
.wp-block-pullquote cite a{
  font-size: 15px;
  font-weight: normal;
}

.main-info p span q::before, .main-info p span q::after,
.main-info q::before,
.main-info q::after {
  display: none;
}

.main-info p span q span,
.main-info q span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-info img {
  width: 100%;
  height: 485px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 38px 0;
}

.main-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-item {
  width: 473px;
  border: 3px solid transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px;
}

.main-item:hover {
  border: 3px solid #42FF00;

  /* width: 473px; */
}

.main-item:not(:nth-last-child(-n + 2)) {
  margin-bottom: 40px;
}

.main-item-img {
  height: 282px;
  margin-bottom: 24px;
  display: block;
}

.main-item-img img {
  height: 100% !important;
  width: 100% !important;
  margin: 0 !important;
}

.main-item__title {
  /* width: 80%; */
  text-decoration-line: underline;
  text-underline-offset: 5px;
}

.main-item__date {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: -3px;
}

.main-item-line{
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.main-item-line:not(:last-child) {
  margin-bottom: 17px;
}

.main-item-line:last-child {
  margin-bottom: 32px;
}

p.main-item__author {
  font-size: 22px;
  line-height: 28px;
  max-width: 55%;
  margin-bottom: 0;
}

.main-item__tag {
  font-size: 18px;
  line-height: 22px;
  font-family: 'TT-Commons-Pro ExtraBlack';
  /* max-width: 40%; */
  text-transform: lowercase;
}

.page .header-content {
  display: none !important;
}

.page .main-info {
  padding: 0 !important;
  padding-top: 15px;
}

.page.header {
  padding-top: 23px !important;
}

.page .header-logo {
  width: 100% !important;
}

.page .header-logo__descr {
  text-align: right !important;
}

.hidden {
  overflow: hidden;
}
/*# sourceMappingURL=main.css.map */

.wp-block-quote{
  border:none;
  margin-left: 20px;
}

/*Media*/

@media screen and (max-width: 1370px) {
  a, span, p, input, button, select, option, textarea, label, ul, ol, .main-info__text blockquote p, .wp-block-pullquote p {
    font-size: 16px;
  }
  h1,
  .page .header-logo .header-logo__title {
    font-size: 200px;
    line-height: 186px;
  }
  .container {
    width: 1200px;
  }
  .header,
  .header.single-page {
    padding-top: 50px;
  }
  .header-logo {
    width: 255px;
  }
  .header.single-page .header-content{
    margin-left: 295px;
  }
  .header-logo__title {
    font-size: 42px;
  }
  .header-content {
    width: 875px;
    padding-right: 250px;
  }
  .header-content__title {
    font-size: 20px;
    line-height: 26px;
  }
  .main-saidbar {
    width: 255px;
  }
  .main-saidbar nav ul:not(:last-child) {
    margin-bottom: 30px;
  }
  .main-saidbar nav ul li a {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  .main-info {
    width: 875px;
    padding-right: 250px;
    padding-top: 10px;
  }
  .main-info p span q,
  .main-info q,
  .wp-block-pullquote cite {
    width: 230px;
  }
  .main-info img {
    margin: 25px 0;
    height: 390px;
  }
  .main-item {
    width: 395px;
  }
  .main-item:hover {
    width: 450px;
  }
}

@media screen and (max-width: 1200px) {
  h1,
  .page .header-logo .header-logo__title {
    font-size: 164px;
    line-height: 175px;
  }
  h2, h3, h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .container {
    width: 992px;
  }
  .header-logo {
    width: 200px;
  }
  .header.single-page .header-content{
    margin-left: 220px;
  }
  .header-logo__title {
    font-size: 34px;
  }
  .header-content {
    width: 740px;
    padding-right: 200px;
  }
  .rb_main_page{
    margin-top: 225px;
  }

  .rb_main_page .main-saidbar nav{
    top: 255px;
    position: fixed;
  }
  .main-saidbar {
    width: 200px;
  }
  .main-saidbar nav ul li a {
    margin-bottom: 20px;
  }
  .main-saidbar nav ul li ul {
    padding-left: 25px;
  }
  .main-info {
    width: 740px;
    padding-right: 200px;
  }
  .main-info p span q,
  .main-info q,
  .wp-block-pullquote cite {
    width: 180px;
  }
  .main-info img {
    height: 310px;
  }
  .main-info__text,
  .main-info__text p,
  .main-info__text h2,
  .main-info__text p span  {
    font-size: 20px;
    line-height: 26px;
  }
  .main-item {
    width: 350px;
  }
  .main-item:hover {
    width: 375px;
    padding: 15px;
  }
  .main-item:not(:nth-last-child(-n + 2)) {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 992px) {
  h1,
  .page .header-logo .header-logo__title{
    font-size: 126px;
    line-height: 140px;
    margin-top: 4px;
    font-size: 125px;
    line-height: 110px;
  }
  body {
    overflow-x: hidden;
  }
  .container {
    width: 768px;
  }
  .header,
  .header.single-page {
    padding-top: 16px;
  }
  .header.single-page{
    z-index: 99;
  }
  .header-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-logo {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header.single-page .header-content{
    margin-left: 0px;
    margin: 200px;
  }
  .header-logo h1,
  .page .header-logo span.header-logo__title {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .header-logo__descr {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header-logo__title {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin: 4px 0 9px 0;
    font-size: 125px;
    line-height: 110px;
  }
  .header-content {
    padding: 0;
    width: 100%;
  }
  .header-content__title {
    margin-bottom: 38px;
    margin-top: 18px;
  }
  .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header.page{
    height: 200px;
  }
  .rb_main_page{
    margin-top: 200px;
  }
  .rb_main_page .main-saidbar nav{
    position: sticky;
    top: 0px;
  }
  .rb_single_page{
    padding-top: 160px;
  }
  .header.single-page .header-wrapper{
    position: relative;
    padding-top: 0;
    padding-bottom: 20px;
  }
  .rb_single_page nav.menu-main-menu-container{
    top: 130px;
  }
  .main-wrapper {
    position: relative;
    padding: 10px 0 30px;
  }
  .main-item,
  .category_text{
    padding: 0;
  }
  .main-saidbar {
    width: 0;
    /* height: 100%; */
    padding-top: 20px;
    position: absolute;
    background: #fff;
    z-index: 1;
    right: -200px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .main-saidbar.active {
    right: 0;
    width: 100%;
    top: 176px;
    position: fixed;
    width: 100%;
    right: -10px;
    transform: unset;
  }
  .main-saidbar nav {
    position: static;
  }
  .main-info {
    padding: 0;
    width: 100%;
  }
  .main-info p span q,
  .main-info q,
  .wp-block-pullquote cite,
  .main-info cite  {
    margin: 10px 0;
    position: static;
    /* width: 635px; */
    width: 100%;
    display: block;
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 20px;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
  }
  .main-info__text,
  .main-info__text p {
    font-size: 18px;
  }
  .main-item:not(:nth-last-child(-n + 2)) {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 768px) {
  h1,
  .page .header-logo span.header-logo__title {
    font-size: 93px;
    line-height: 114px;
  }
  .container {
    width: 576px;
  }
  .header.page{
    height: 150px;
  }
  h1,
  .page .header-logo .header-logo__title,
  .header-logo__title{
    font-size: 95px;
    line-height: 85px;
  }
  .rb_main_page{
    margin-top: 160px;
  }
  .main-info{
    /* height: 100vh;
    display: block; */
    overflow-y: scroll;
  }
  .main-info::-webkit-scrollbar {
    display: none;
  }
  /* .main-info p span q,
  .main-info q,
  .main-info q a,
  .wp-block-pullquote cite,
  .wp-block-pullquote cite a{
    font-size: 12px;
    line-height: 15px;
  } */
  /* .main-info p span q,
  .main-info q,
  .wp-block-pullquote cite {
    width: 450px;
  } */
  .main-info img {
    margin: 20px 0;
  }
  .main-item {
    width: 100%;
  }
  .main-item:hover {
    width: 100%;
  }
  .main-item-img {
    margin-bottom: 17px;
  }
  .main-item:not(:nth-last-child(-n + 2)) {
    margin-bottom: 10px;
  }
  .main-item-line:last-child {
    margin-bottom: 20px;
  }
  .main-saidbar.active {
    width: 576px;
    top: 126px;
  }
  .main-saidbar.active nav.menu-main-menu-container{
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
}

@media screen and (max-width: 576px) {
  h1,
  .page .header-logo span.header-logo__title {
    font-size: 56px;
    line-height: 63px;
    margin: 5px auto 0 auto;
  }
  .container {
    width: 100%;
    padding: 0 10px;
  }
  .header.page{
    height: 120px;
  }
  .rb_single_page{
    padding-top: 130px;
  }
  h1,
  .header-logo__title,
  .page .header-logo .header-logo__title{
    font-size: 16vw;
    line-height: 16vw;
  }
  .rb_main_page{
    margin-top: 120px;
  }
  .main-wrapper {
    padding: 14px 0;
  }
  .main-info img {
    margin: 20px 0;
    display: table;
    height: unset;
  }
  /* .main-info p span q,
  .main-info q,
  .wp-block-pullquote cite {
    width: 85%;
  } */
  .main-item img {
    display: table;
    width: 100%;
    height: unset;
  }
  .main-item__author {
    font-size: 18px;
    line-height: 22px;
  }
  .main-item__title {
    font-size: 18px;
    line-height: 22px;
  }
  .main-item__tag {
    font-size: 14px;
    line-height: 18px;
  }
  .main-saidbar.active {
    position: fixed;
    width: 100%;
    right: -10px;
    transform: unset;
    /* top: 118px; */
  }
}
@media screen and (max-width: 426px) {
  .rb_single_page{
    padding-top: 120px;
  }
}
/*# sourceMappingURL=media.css.map */
