@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body.rodua {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #564844;
  font-size: 18px;
  line-height: 1.2;
}

a {
  color: #6596AC;
  text-decoration: underline;
}

a:hover {
  color: #935FA4;
  text-decoration: underline;
}

.block a {
  text-decoration: none;
}

.row img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1400px;
}

.block {
  padding: 100px 0;
}

.block.block-slider {
  padding: 30px 0 0;
}

.block h3 {
  font-size: 40px;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 60px;
  text-transform: uppercase;
}

.r-main h4 {
  font-size: 20px;
  line-height: normal;
  font-weight: 400;
  margin-bottom: 15px;
}

.r-main h4 strong {
  font-weight: 500;
}

.block.block-journals h3 {
  color: #564844;
}

.header {
  padding: 20px 0;
  position: relative;
  z-index: 33;
}

.header .logo img {
  width: 150px;
  height: auto;
}

.link-btn {
  color: #6596AC;
  font-size: 16px;
  font-weight: 500;
  border: solid 2px #6596AC;
  height: 40px;
  line-height: 1;
  border-radius: 40px;
  padding: 10px 20px;
  margin: 5px 0 5px 10px;
  text-decoration: none;
  display: inline-block;
}

.link-btn:hover {
  background-color: #6596AC;
  text-decoration: none;
  color: #ffffff;
}

.link-btn:active {
  background-color: #6596AC;
  text-decoration: none;
  color: #ffffff;
}

.link-btn.active {
  color: #ffffff;
  background-color: #935FA4;
  border: solid 2px #935FA4;
}

.link-btn.active:hover {
  color: #ffffff;
  background-color: #935FA4;
}

.form-search {
  position: relative;
  display: inline-block;
  margin-left: 12px;
}

.form-search input[type="text"] {
  width: 240px;
  height: 40px;
  background-color: #ffffff;
  border: solid 1px #BDCCD4;
  border-radius: 40px;
  padding: 10px 20px;
}

.form-search input[type="text"]::placeholder {
  color: #BDCCD4;
  font-size: 16px;
  font-weight: 500;
}

.form-search .form-submit {
  width: 20px;
  height: 20px;
  border: none;
  background-color: transparent;
  background-image: url("../img/search.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  position: absolute;
  right: 20px;
  top: 10px;
  text-indent: -1000px;
  overflow: hidden;
}

.header-top {
  padding: 12px 0;
}

.cg-list a {
  text-decoration: none;
}
.approved .cg-discussion {
  display: inline-block;
  padding: 5px 10px;
  background-color: #6596AC;
  color: #ffffff;
  border-radius: 5px;
  font-size: 12px;
  margin: 10px 0;
}

.approved .cg-approver {
  display: inline-block;
  padding: 5px 10px;
  background-color: #814996;
  color: #ffffff;
  margin: 10px 0;
  border-radius: 5px;
  font-size: 12px;
}

@media (min-width: 992px) {
  .header-bottom ul {
    list-style: none;
    padding: 0 0 0 12px;
    margin: 0;
    display: flex;
    justify-content: space-between;
  }

  .header-bottom ul li {
    list-style: none;
    padding: 10px 0;
    display: inline-flex;
    position: relative;
    margin-bottom: 12px;
  }

  .header-bottom ul li a {
    font-size: 20px;
    font-weight: 500;
    color: #564844;
    text-decoration: none;
  }

  .header-bottom ul li a:hover {
    text-decoration: none;
    color: #6596AC;
  }

  .header-bottom ul li ul {
    display: none;
    margin-top: 30px;
  }

  .header-bottom ul li:hover ul {
    display: block;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    position: absolute;
    left: 0;
    z-index: 32;
    box-shadow: 0 0 8px 0 rgba(86, 72, 68, 0.2);
  }

  .header-bottom ul li:hover ul li {
    margin-bottom: 12px;
    padding: 0;
    display: block;
  }

  .header-bottom ul li:hover ul li:last-child {
    margin-bottom: 0;
  }

  .header-bottom ul li:hover ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #564844;
    white-space: nowrap;
    text-decoration: none;
  }

  .header-bottom ul li:hover ul li a:hover {
    text-decoration: underline;
  }
}

.main-slider {
  position: relative;
}

.main-slider .slide {
  position: relative;
  z-index: 2;
  left: 0;
  top: 0;
  display: none;
}

.main-slider .slide.active {
  position: relative;
  z-index: 3;
  display: block;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: 100%;
}

.slide-text {
  font-size: 30px;
  color: #ffffff;
  line-height: 40px;
  position: absolute;
  top: 50%;
  width: 45%;
  margin-left: 120px;
  z-index: 10;
}

.slider-prev {
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -30px;
  z-index: 5;
  opacity: .8;
}

.slider-next {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -30px;
  z-index: 5;
  opacity: .8;
}

.slider-prev:hover, .slider-next:hover {
  opacity: 1;
}

.slider-progress {
  position: absolute;
  display: flex;
  bottom: 30px;
  left: 50%;
}

.slider-progress li {
  display: inline-block;
  width: 12px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 6px;
  opacity: .5;
  z-index: 20;
  margin: 0 2px;
}

.slider-progress li.active {
  width: 36px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 6px;
  opacity: 1;
}

.slide-content {
  position: relative;
}

.slider-bg {
  position: relative;
  z-index: 5;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}

.slider-img {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  height: 100% !important;
  width: auto !important;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}

.block-description {
  position: relative;
  z-index: 2;
}

.block-description:after {
  width: 782px;
  height: 782px;
  position: absolute;
  z-index: 0;
  content: "";
  background-image: url("../img/circley.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  top: -400px;
  background-position: 0 0;
  left: calc(55%);
}

.rodua-desc {
  position: relative;
  z-index: 3;
}

.a-more {
  display: inline-block;
  padding: 20px 40px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  margin: 60px auto 0;
  background-color: #6596AC;
  border-radius: 60px;
}

.a-more:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #814996;
}

.block-news {
  background-color: rgba(189, 204, 212, .2);
}

.block-events {
  background-color: #935FA4;
}

.news-item {
  margin-bottom: 40px;
}

a.news-item-a:hover {
  text-decoration: none;
}

a.news-item-a:hover .news-title {
  text-decoration: underline;
}

.news-date {
  font-size: 18px;
  font-weight: 500;
  color: #814996;
  margin-bottom: 14px;
}

.news-title {
  font-size: 20px;
  font-weight: 500;
  color: #564844;
}

.block-events {
  color: #ffffff;
}

.r-event-item {
  height: 100%;
  padding: 10px;
  border: solid 1px #ffffff;
  border-radius: 10px;
}

.r-event-item a {
  color: #ffffff;
}

.r-event-item a:hover {
  color: #ffffff;
  text-decoration: none;
}

.event-date {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}

.event-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}

.r-event-item a:hover .event-title {

  text-decoration: underline;
}

.event-city {
  font-size: 16px;
  font-weight: 500;
}

.swiper-button-next {
  display: inline-block;
  background-image: none;
  margin-right: -100px;
  z-index: 30;
  opacity: .8;
}

.swiper-button-prev {
  display: inline-block;
  background-image: none;
  margin-left: -100px;
  z-index: 30;
  opacity: .8;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1;
}

.swiper-button-next, .swiper-button-prev {
  width: 60px;
  height: 60px;
  margin-top: -30px;
}

.block-events .a-more {
  background-color: #ffffff;
  color: #814996;
}

.block-events .a-more .a-more-white {
  display: none;
}

.block-events .a-more:hover {
  background-color: #564844;
  color: #ffffff;
}

.block-events .a-more:hover img {
  display: none;
}

.block-events .a-more:hover img.a-more-white {
  display: inline-block;
}

.journal-a {
  display: block;
}

.journal-a:hover {
  text-decoration: none;
}

.journal {
  height: 400px;
  background-image: url("../img/jbg.svg");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 80% auto;
  display: flex;
  align-items: center;
}

.journal .j-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  height: 90px;
  text-transform: uppercase;
  display: inline-flex;
  margin-left: 30px;
}

.journal.j1 {
  background-color: #564844;
  color: #ffffff;
}

.journal.j2 {
  background-color: #6596AC;
  color: #ffffff;
}

.journal.j3 {
  background-color: #935FA4;
  color: #ffffff;
}

.journal.j4 {
  background-color: #FBDE56;
  color: #000000;
}

.journal-a:hover .journal.j1 {
  background-color: rgba(86, 72, 68, .7);
}

.journal-a:hover .journal.j2 {
  background-color: rgba(101, 150, 172, .7);
}

.journal-a:hover .journal.j3 {
  background-color: rgba(147, 95, 164, .7);
}

.journal-a:hover .journal.j4 {
  background-color: rgba(251, 222, 86, .7);
}

.journal-title {
  margin: 30px auto;
  text-align: center;
  color: #564844;
  font-size: 18px;
  font-weight: 500;
}

.journal-title span {
  display: inline-block;
  text-decoration: underline;
}

.journal-a:hover .journal-title span {
  border-bottom: none;
  display: inline;
}

.journal-a:hover .journal-title {
  text-decoration: underline;
}

.block-contacts {
  font-size: 18px;
  line-height: 1.5;
  background-image: url("../img/bgb.svg");
  background-repeat: no-repeat;
  background-position: 105% 200%;
  background-size: 30% auto;
}

.block-contacts span {
  font-weight: 500;
}

.block-contacts h3 {
  color: #814996;
}

.contacts-company {
  color: #6596AC;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.block-contacts .phone {
  color: #814996;
  font-weight: 500;
}

.block-contacts .addr {
  margin-top: 20px;
}

.block-footer {
  color: #ffffff;
  background-color: #6596AC;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}

.logo-f img {
  max-width: 150px;
  height: auto;
}

.copyright {
  font-size: 14px;
  margin-top: 70px;
}

.block-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.block-footer ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.block-footer ul li a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}

.block-footer ul li a:hover {
  text-decoration: underline;
}

.block-footer ul li ul {
  margin-top: 20px;
}

.block-footer ul li ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 5px 0;
  font-size: 18px;
  font-weight: 500;
}

.block-footer ul li ul li a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  text-transform: inherit;
  text-decoration: none;
}

ul.f-list li a {
  text-transform: inherit;
  font-weight: 300;
  text-decoration: underline;
}

div#edit-name--description, div#edit-pass--description {
  display: none;
}

#block-rodua-content form input[type="text"], #block-rodua-content form input[type="main"], #block-rodua-content form input[type="password"] {
  width: 50%;
  height: 40px;
  background-color: #ffffff;
  border: solid 1px #BDCCD4;
  border-radius: 40px;
  padding: 10px 20px;
}

#block-rodua-content form input[type="text"]::placeholder {
  color: #BDCCD4;
  font-size: 16px;
  font-weight: 500;
}

#block-rodua-content form input[type="password"]::placeholder {
  color: #BDCCD4;
  font-size: 16px;
  font-weight: 500;
}

#block-rodua-content label {
  display: block;
  margin: 15px 0 3px;
}

#block-rodua-content .form-submit {
  display: inline-block;
  padding: 20px 60px 20px 40px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  margin: 30px auto 50px;
  background-color: #6596AC;
  border-radius: 60px;
  border: none;
  background-image: url("../img/arrowtwo.svg");
  background-position: calc(100% - 35px) 24px;
  background-repeat: no-repeat;
  background-size: 15px auto;
}

#block-rodua-content .form-submit:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #814996;
}

#block-rodua-content-reg .form-submit {
  display: inline-block;
  padding: 20px 60px 20px 40px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  margin: 30px auto 50px;
  background-color: #6596AC;
  border-radius: 60px;
  border: none;
  background-image: url("../img/arrowtwo.svg");
  background-position: calc(100% - 35px) 24px;
  background-repeat: no-repeat;
  background-size: 15px auto;
}

#block-rodua-content-reg .form-submit:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #814996;
}

.container.r-page {
  padding: 60px 15px;
}

.header-bottom {
  margin-top: 20px;
}

#block-rodua-content .user-login-form label {
  display: none;
}

#block-rodua-content .form-item {
  margin: 20px 0;
}

.a-password-reset {
  color: #6596AC;
  display: inline-block;
  margin-left: 20px;
  font-size: 14px;
  text-decoration: underline;
}

.a-register {
  color: #564844;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
  margin-left: 32px;
  text-decoration: none;
}

.block-page {
  position: relative;
}

.block-page:after {
  width: 600px;
  height: 300px;
  position: absolute;
  z-index: -1;
  content: "";
  background-image: url("../img/bgb100.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 95% 0;
  bottom: 0;
  right: 50px;
}

.container.r-page h1 {
  font-size: 40px;
  color: #564844;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.node h1 {
  display: none;
}

.node h1.page {
  font-size: 24px;
  color: #564844;
  font-weight: 500;
  display: block;
  margin: 30px 0;
  text-transform: inherit;
}

.node-oper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.node-oper ul li {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}

.node-oper ul li a {
  color: #814996;
  text-decoration: none;
}

div[data-drupal-messages] {
  margin-bottom: 30px;
  display: block;
  padding: 20px;
  background-color: darkseagreen;
  border-radius: 10px;
  color: #ffffff;
}

div[data-drupal-messages] a {
  color: darkgreen;
  text-decoration: none;
}

.node-date {
  color: #814996;
  font-size: 24px;
  font-weight: 500;
  margin-top: 60px;
}

.more-link a {
  display: inline-block;
  padding: 15px 60px 15px 40px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  margin: 30px auto 50px;
  background-color: #6596AC;
  border-radius: 60px;
  border: none;
  background-image: url("../img/arrowtwo.svg");
  background-position: calc(100% - 35px) 19px;
  background-repeat: no-repeat;
  background-size: 15px auto;
  text-decoration: none;
}

.more-link a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #814996;
}

.item-list .node-date {
  margin: 0 0 15px;
  font-size: 18px;
}

.item-list .node-title {
  font-size: 20px;
}

.item-list.upcoming {
  display: none;
}

.item-list.latest {
  display: none;
}

.item-list.upcoming.active {
  display: block;
}

.item-list.latest.active {
  display: block;
}

.btn-menu ul {
  list-style: none;
  margin: 0 0 60px;
  padding: 0;
}

.btn-menu ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.btn-menu ul li a {
  font-size: 20px;
  display: inline-block;
  padding: 10px 20px;
  color: #814996;
  text-decoration: none;
}

.btn-menu ul li a.active {
  font-size: 20px;
  display: inline-block;
  padding: 10px 20px;
  color: #ffffff;
  background-color: #814996;
  border-radius: 10px;
  text-decoration: none;
}

.nop {
  padding: 0;
}

.r-main {
  overflow-x: hidden;
}

.mobile {
  display: none;
}

.slide-text.color-4 {
  color: #000000;
}

/*calendar*/
.calendar-years, .events-status, .magazines-type {
  text-align: center;
  width: 100%;
  margin: 0 0 20px 0;
}

.calendar-years > div, .events-status > div, .magazines-type > div {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-weight: 400;
  color: #777;
  background-color: #eee;
  border-radius: 4px;
  padding: 7px 17px;
  margin: 0 5px;
  cursor: pointer;
  transition: 0.2s;
}

.calendar-years > div.current, .calendar-years > div:hover, .events-status > div.current, .events-status > div:hover, .magazines-type > div.current, .magazines-type > div:hover {
  background-color: #814996;
  color: #fff;
}

.events-status, .events-list {
  transition: .2s;
  opacity: 1;
}

.events-status.onLoad, .events-list.onLoad {
  opacity: 0;
}

.calendar-years-outer {
  position: relative;
}

.calendar-years-outer .loader-gif {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent url(../img/loader_blue.gif) center center no-repeat;
  background-size: 25px;
  display: none;
}

.calendar-years-outer .calendar-years {
  transition: .2s;
  opacity: 1;
}

.calendar-years-outer.onLoad .loader-gif {
  display: block;
}

.calendar-years-outer.onLoad .calendar-years {
  opacity: 0;
}

.r-main .calendar-box {
  position: relative;
  margin-bottom: 50px;
  transition: .2s;
  opacity: 1;
  height: auto;
}

.calendar-box.onLoad {
  height: 0;
  overflow: hidden;
  position: relative;
  opacity: 0;
}

.calendar-box .calendar-controls {
  position: absolute;
  width: 100%;
}

.calendar-box .calendar-controls > div {
  position: absolute;
  background-color: #eee;
  color: #aaa;
  transition: 0.2s;
  cursor: pointer;
  bottom: 20px;
  border-radius: 100%;
  width: 34px;
  height: 34px;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  padding-top: 5px;
}

.calendar-box .calendar-controls > div:hover {
  background-color: #814996;
  color: #fff;
}

.calendar-box .calendar-controls > div:first-of-type {
  left: 0;
}

.calendar-box .calendar-controls > div:last-of-type {
  right: 0;
}

.calendar-box .calendar-year-box .calendar-month-box {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin: 0 -4px 0 0;
  padding: 10px;
}

.calendar-box .calendar-year-box .calendar-month-box .cmb-ttl {
  text-align: center;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 400;
  border: 1px solid #eee;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
}

.calendar-box .calendar-year-box .calendar-month-box .cmb-days {
  overflow: hidden;
  position: relative;
  border: 1px solid #eee;
  border-top: none;
  border-radius: 0 0 4px 4px;
}

.calendar-box .calendar-year-box .calendar-month-box .cmb-days .cmbd-header {
  overflow: hidden;
  background-color: #eee;
}

.calendar-box .calendar-year-box .calendar-month-box .cmb-days .cmbd-header > div {
  float: left;
  width: 14.285714285714%;
  text-align: center;
  padding: 7px 0;
  font-weight: 400;
  color: #888;
  font-size: 12px;
}

.calendar-box .calendar-year-box .calendar-month-box .cmb-days .cmbd-days {
  overflow: hidden;
}

.calendar-box .calendar-year-box .calendar-month-box .cmb-days .cmbd-days > .cmbdd-item {
  float: left;
  width: 14.285714285714%;
  text-align: center;
  padding: 10px 0;
  position: relative;
  cursor: default;
  transition: 0.2s;
}

.calendar-box .calendar-year-box .calendar-month-box .cmb-days .cmbd-days > .cmbdd-item.current {
  font-weight: 400;
}

.calendar-box .calendar-year-box .calendar-month-box .cmb-days .cmbd-days > .cmbdd-item.current:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #814996;
}

.calendar-box .calendar-year-box .calendar-month-box .cmb-days .cmbd-days > .cmbdd-item.withEvents {
  background-color: #cfe7ff;
  cursor: pointer;
}

.calendar-box .calendar-year-box .calendar-month-box .cmb-days .cmbd-days > .cmbdd-item.withOnline {
  color: #fff;
  background-color: #4cb050;
  cursor: pointer;
}

.calendar-box .calendar-year-box .calendar-month-box .cmb-days .cmbd-days > .cmbdd-item.withEvents:hover {
  color: #fff;
  background-color: #814996;
}

.calendar-box .calendar-year-box .calendar-month-box .cmb-days .cmbd-days > .cmbdd-item.withOnline:hover {
  background-color: #34a144;
}

.calendar-box .calendar-year-box .calendar-month-box .cmb-days .cmbd-days > .cmbdd-events {
  display: none;
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #eee;
  padding: 5px;
  overflow: hidden;
  overflow-y: auto;
}

.calendar-box .calendar-year-box .calendar-month-box .cmb-days .cmbd-days > .cmbdd-events .cmbdde-close {
  position: absolute;
  background-color: #814996;
  color: #fff;
  cursor: pointer;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  text-align: center;
}

.calendar-box .calendar-year-box .calendar-month-box .cmb-days .cmbd-days > .cmbdd-events .cmbdde-close:hover {
  background-color: #e04f21;
}

.calendar-box .calendar-year-box .calendar-month-box .cmb-days .cmbd-days > .cmbdd-events .cmbdde-day {
  position: absolute;
  color: #e5e5e5;
  width: 325px;
  height: 212px;
  text-align: right;
  bottom: 0;
  right: -40px;
  font-size: 290px;
  line-height: 200px;
  font-weight: 600;
  overflow: hidden;
  user-select: none;
  cursor: default;
}

.calendar-box .calendar-desc {
  margin-top: 20px;
}

.calendar-box .calendar-desc > div {
  position: relative;
  padding-left: 25px;
  margin: 0 10px 10px 0;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-style: italic;
  line-height: 19px;
}

.calendar-box .calendar-desc > div:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
}

.calendar-box .calendar-desc .cd-current:before {
  border: 2px solid #814996;
}

.calendar-box .calendar-desc .cd-event:before {
  background-color: #cfe7ff;
}

.calendar-box .calendar-desc .cd-online:before {
  background-color: #4cb050;
}

.cmbdde-close {
  z-index: 2;
}

.event-first {
  margin: 20px 0;
  position: relative;
}

.event-first a {
  text-decoration: none;
  display: block;
}

.event-first a .ef-img {
  position: relative;
}

.event-first a .ef-img .ef-info {
  position: absolute;
  bottom: 0;
  padding: 10px 20px;
  color: #fff;
  width: 100%;
  letter-spacing: 1px;
}

.event-first a .ef-img .ef-info .ef-date {
  position: relative;
  margin: 5px 0 0 0;
  font-size: 14px;
}

.event-first a .ef-img .ef-info .ef-date > span {
  padding-right: 5px;
}

.event-first a .ef-img .ef-info .ef-place {
  position: relative;
  margin: 0 0 5px 0;
  font-size: 14px;
}

.event-first a .ef-img .ef-info .ef-place > span {
  padding-right: 5px;
}

.event-first a .ef-img .ef-info:before {
  content: '';
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.4;
}

.event-first a .ef-title {
  font-weight: 400;
  font-size: 18px;
  margin: 10px 0;
}

.event-first a .ef-title:before {
  content: 'Ближайшее';
  background: #34a144;
  padding: 2px 10px;
  margin: 0 5px 0 0;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
}

.event-by-month .month-box {
  position: relative;
}

.event-by-month .month-box .month-name {
  background-color: #814996;
  color: #fff;
  font-weight: 600;
  width: 85px;
  height: 25px;
  text-align: center;
  border-radius: 4px 4px 0 0;
  padding: 2px 0;
  margin-bottom: 1px;
}

.event-by-month .month-box .month-name:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #814996;
  left: 0;
  top: 25px;
}

.event-item, .cmbdde-item {
  position: relative;
}

.event-item a, .cmbdde-item a {
  padding: 10px 0;
  text-decoration: none;
  color: #444;
  display: block;
}

.event-item a:hover, .cmbdde-item a:hover {
  text-decoration: none;
}

.event-item a .ei-img, .cmbdde-item a .ei-img {
  position: absolute;
  width: 65px;
  height: 100%;
}

.event-item a .ei-img img, .cmbdde-item a .ei-img img {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  overflow: hidden;
}

.event-item a .ei-img .ei-day, .cmbdde-item a .ei-img .ei-day {
  position: absolute;
  background-color: #814996;
  color: #fff;
  border-radius: 4px;
  padding: 0 3px;
  top: 45px;
}

.event-item a .ei-desc, .cmbdde-item a .ei-desc {
  margin: 0 0 0 85px;
}

.event-item a .ei-desc .ei-title, .cmbdde-item a .ei-desc .ei-title {
  font-size: 16px;
  margin: 0 0 10px 0;
  font-weight: 400;
}

.event-item a .ei-desc .ei-date, .cmbdde-item a .ei-desc .ei-date {
  font-size: 14px;
}

.event-item a .ei-desc .ei-date > span, .cmbdde-item a .ei-desc .ei-date > span {
  color: #814996;
  padding-right: 5px;
}

.event-item a .ei-desc .ei-place, .cmbdde-item a .ei-desc .ei-place {
  font-size: 14px;
}

.event-item a .ei-desc .ei-place > span, .cmbdde-item a .ei-desc .ei-place > span {
  color: #814996;
  padding-right: 5px;
}

.event-item a:hover, .cmbdde-item a:hover {
  color: #225282;
}

.event-item-tableView {
  overflow: hidden;
  position: relative;
  margin: 20px 0;
}

.event-item-tableView .tV-online {
  background-color: #4cb050;
  color: #fff;
  display: inline-block;
  padding: 0 5px;
  margin: 5px 0 0 0;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.2s;
}

.calendar-box .calendar-controls > div {
  font-size: 18px;
  text-align: center;
  font-weight: 400;
}

@media (min-width: 1462px) {
  .calendar-box .calendar-year-box .calendar-month-box .cmb-days .cmbd-days > .cmbdd-item {
    padding: 22px 0;
  }
}

@media (max-width: 576px) {
  .event-item-tableView .tV-online {
    font-size: 12px;
  }
}

.event-item-tableView .tV-online.isPast {
  background-color: #fa8521;
  border-color: #fa8521 !important;
}

.event-item-tableView .tV-online.isPast:hover {
  color: #fa8521 !important;
  background-color: transparent;
  border-color: #fa8521 !important;
}

.event-item-tableView .tV-online:hover {
  background-color: #34a144;
}

.event-item-tableView .tV-nmo {
  cursor: default;
  background-color: #ea5757;
}

.event-item-tableView .ei-title {
  font-size: 16px;
  font-weight: 400;
}

.event-item-tableView .ei-date {
  font-size: 14px;
}

.event-item-tableView .ei-place {
  font-size: 14px;
}

.f-label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
  color: #564844;
  margin-left: 20px;
}

.f-input input::placeholder, .f-input textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #BDCCD4;
}

.m-f-item {
  margin-bottom: 20px;
}

.f-input input[type="text"], input[type="password"], input[type="tel"], input[type="email"], .f-input input[type="tel"], .f-input input[type="email"], .f-input input[type="date"], .f-input input[type="time"], .f-input input[type="number"], .f-input textarea {
  border: solid 1px #BDCCD4;
  padding: 5px 20px;
  width: 100%;
  height: 40px;
  border-radius: 40px;
}

.uroweb-comment-form .form-textarea {
  border: solid 1px #BDCCD4;
  padding: 5px 20px;
  width: 100%;
  height: 200px;
  border-radius: 10px;
}

.f-input input[type="text"].error, input[type="tel"].error, input[type="email"].error, input[type="password"].error, .f-input input[type="tel"].error, .f-input input[type="email"].error, .f-input input[type="date"].error, .f-input input[type="time"].error, .f-input input[type="number"].error, .f-input textarea.error {
  border: solid 1px #814996;
}

.f-input select {
  border: solid 1px #BDCCD4;
  padding: 5px 20px;
  width: 100%;
  height: 40px;
  border-radius: 40px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../img/down-arrow.svg");
  background-size: 10px;
  background-position: calc(100% - 15px) 16px;
  background-repeat: no-repeat
}

.password-confirm-message {
  margin: 15px 0;
}

.f-input .form-item {
  margin-bottom: 15px;
}

.f-input select.error {
  border: solid 1px #814996;
}

.f-input textarea {
  height: 150px;
}

.js-form-item {
  position: relative;
}

.m-f-item:last-child {
  margin-bottom: 0;
}

.portfolio .video {
  display: none;
  position: relative;
}

.portfolio .video.open {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.portfolio .video.open video {
  width: 100%;
  height: 100%;
}

.form-item-phone {
  position: relative
}

select.phoneCodes.js-phone-codes {
  font-size: 16px;
}

.form-item-phone .phoneCodes {
  position: absolute;
  top: 25px;
  left: 0;
  border: none;
  border-radius: 4px;
  height: 40px;
  padding-left: 58px !important;
  padding-top: 2px;
  display: block;
  -webkit-appearance: none;
  outline: none;
  z-index: 2;
  width: 116px;
  cursor: pointer;
  background-color: transparent;
  background-image: url("../img/down-arrow.svg");
  background-size: 10px;
  background-position: 10px 16px;
  background-repeat: no-repeat
}

.form-item-phone .phoneCodes__icon {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 31px;
  left: 28px;
  z-index: 1;
}

.f-input label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
  color: #564844;
  margin-left: 20px;
}

.f-input .js-form-type-checkbox label {
  margin-left: 5px;
  font-weight: 300;
}

.f-input .js-form-type-checkbox label {
  display: inline-block;
}

.f-input .js-form-type-checkbox label a {
  color: #564844;
  text-decoration: underline;
}

.f-input .form-item-phone .phoneCodes[data-code="7"] {
  width: 100px
}

.f-input .form-item-phone .phoneCodes[data-code="0"] {
  width: 140px
}

.f-input .form-item-phone .phoneCodes[data-code="77"] {
  width: 108px
}

.f-input .form-item-phone>input {
  padding-left: 100px
}

.f-input .form-item-phone>input[data-code="7"] {
  padding-left: 82px
}

.f-input .form-item-phone>input[data-code="0"] {
  padding-left: 125px
}

.f-input .form-item-phone>input[data-code="77"] {
  padding-left: 90px
}

h4.h.h_4.user-form__title {
  color: #6596AC;
  font-size: 20px;
  display: block;
  margin-bottom: 30px;
}

/*end calendar*/

button.close {
  font-size: 20px;
}

.r-text {
  text-align: right;
}

.btn.btn-primary {
  color: #ffffff;
  background-color: #6596AC;
  border: none;
  width: 100%;
  margin: 7px 0;
  border-radius: 10px;
}

.btn.btn-primary:hover {
  color: #ffffff;
  background-color: #814996;
}

.btn.btn-primary:focus {
  color: #ffffff;
  background-color: #814996;
}

.btn.btn-primary:active {
  color: #ffffff;
  background-color: #814996;
}

.userProfile__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.userProfile__field-item-name {
  font-weight: 500;
}

.userProfile__picture_preview img {
  display: block;
  border-radius: 100%;
}

.ppp-text {
  max-height: 85px;
  overflow-y: hidden;
}

.a-pp-title:hover {
  text-decoration: none !important;
  border-bottom: none !important;
}

.btn {
  font-size: 16px;
  border: none;
}

.userProfile__field-item {
  margin-bottom: 15px;
}

.cmbdde-item {
  padding: 5px 10px;
}

.block.block-user {
  padding: 0 0 30px 0;
}

#block-rodua-content .modal-dialog .form-submit {
  margin: 15px 0;
  padding: 10px 60px 10px 40px;
  background-position: calc(100% - 35px) 14px;
}

form#user-custom-register-form .form-checkbox {
  float: left;
  margin-top: 2px;
  margin-right: 5px;
}

.f-input .js-form-type-checkbox label {
  display: inline-block;
  float: left;
  width: calc(100% - 30px);
}

#block-rodua-primary-local-tasks ul {
  overflow: hidden;
  border-bottom: 1px solid #814996;
  margin-bottom: 30px;
}

#block-rodua-primary-local-tasks ul li {
  display: block;
  float: left;
  margin: 0;
}

#block-rodua-primary-local-tasks ul li a {
  padding: 10px 30px;
  color: #333;
  text-decoration: none !important;
  display: block;
}

#block-rodua-primary-local-tasks ul li.is-active a {
  color: #fff !important;
  background-color: #814996 !important;
}

#block-rodua-primary-local-tasks ul li:hover a {
  background-color: transparent;
  color: #814996;
}


ul.tabs.primary {
  overflow: hidden;
  border-bottom: 1px solid #814996;
  margin-bottom: 30px;
}

ul.tabs.primary li {
  display: block;
  float: left;
  margin: 0;
}

ul.tabs.primary li a {
  padding: 10px 30px;
  color: #333;
  text-decoration: none !important;
  display: block;
}

ul.tabs.primary li.is-active a {
  color: #fff !important;
  background-color: #814996 !important;
}

ul.tabs.primary li:hover a {
  background-color: transparent;
  color: #814996;
}

.r-main .certificate-box {
  position: relative;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  font-weight: 400;
}

.certificate-box__header {
  font-size: 20px;
  line-height: 26px;
  margin: 15px 0 10px 0;
  display: none;
}

.certificate-box__picture {
  position: relative;
  box-shadow: 1px 1px 20px rgba(0,0,0,0.2)
}

.certificate-box__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}

.certificate-box__text {
  position: absolute;
  cursor: grab
}

.certificate-box__text:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  border: 1px dashed #ff1fd1;
  margin: auto;
  left: calc(50% - 1px);
  top: 0;
  z-index: 10
}

.comment-item {
  margin: 0 0 10px 0;
  overflow: hidden;
  transition: .3s
}

.comment-item .comment-image {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 100%;
  background: #eee;
  float: left;
  margin-right: 20px
}

.comment-item .comment-image img {
  width: 100%
}

.comment-item .comment-body {
  overflow: hidden;
  position: relative
}

.comment-item .comment-body .ci-ttl {
  color: #888;
  font-size: 12px
}

.comment-item .comment-body .ci-ttl span {
  color: #000;
  font-size: 14px;
  font-weight: 400
}

.comment-item .comment-body .ci-body {
  margin: 10px 0 10px 10px;
  padding: 20px;
  background: #f8f8f8;
  border-bottom: 1px solid #ddd;
  border-radius: 0 4px 4px 4px;
  position: relative
}

.comment-item .comment-body .ci-body textarea {
  padding: 5px;
  border: none;
  background: none;
  width: 100%;
  height: 39px;
  resize: vertical;
  outline: none;
  border-bottom: 1px solid #814996;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden
}

.comment-item .comment-body .ci-body:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: -10px;
  border: 5px solid #fff;
  border-top: 5px solid #f8f8f8;
  border-right: 5px solid #f8f8f8
}

.comment-item .comment-body .ci-controls {
  text-align: right;
  font-size: 12px;
  margin-top: -10px
}

.comment-item .comment-body .ci-controls span {
  color: #777;
  font-size: 12px;
  cursor: pointer;
  transition: .3s;
  margin-left: 15px
}

.comment-item .comment-body .ci-controls span:hover {
  color: #333
}

.comment-item .ci-inner {
  margin: 0 0 0 30px;
  overflow: hidden;
  clear: both
}

.comment-item .ci-inner .comment-item {
  margin-top: 10px;
  border-bottom: none
}

.comment-item .ci-inner .answers-hidder {
  background: #dff9ff;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
  margin-left: 100px;
  opacity: .7;
  transition: .3s
}

.comment-item .ci-inner .answers-hidder:hover {
  opacity: 1
}

.comment-item_deleted>.comment-body .ci-body {
  font-size: 12px;
  opacity: .5
}

.comment-item.ci-admin>.comment-image {
  border-radius: 0
}

.comment-item.ci-admin>.comment-body .ci-body {
  background: #dff9ff;
  border-bottom: 1px solid #e6d0a3
}

.comment-item.ci-admin>.comment-body .ci-body:before {
  border-top: 5px solid #dff9ff;
  border-right: 5px solid #dff9ff
}

.comment-item.new-comment {
  background: #fffdd9
}

.comment-item.new-comment>.comment-body .ci-body:before {
  border: 5px solid #fffdd9;
  border-top: 5px solid #f8f8f8;
  border-right: 5px solid #f8f8f8
}

.comment-hidder {
  background: #dff9ff;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  margin: 0 0 20px 0;
  font-size: 12px;
  transition: .3s;
  opacity: .7
}

.subscribe {
  position: relative;
  display: inline-block;
  margin: 5px;
  font-size: 14px;
}

.subscribe a {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 15px;
  background-color: #6596AC;
  border-radius: 30px;
  color: #ffffff;
  text-decoration: none;
}

.subscribe a:hover {
  background-color: #814996;
  color: #ffffff;
  text-decoration: none;
}

.isrodua {
  position: relative;
  display: inline-block;
  margin: 5px;
  font-size: 12px;
}

.isrodua a {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 15px;
  background-color: #6596AC;
  border-radius: 30px;
  color: #ffffff;
  text-decoration: none;
}

.isrodua a:hover {
  background-color: #814996;
  color: #ffffff;
  text-decoration: none;
}

.social-list {
  position: relative;
  display: inline-block;
  margin: 5px;
}

.social-list span {
  font-size: 12px;
  margin-right: 5px;
}

.social-list img {
  width: 30px;
  height: auto;
  border-radius: 3px;
}

.comment-hidder:hover {
  opacity: 1
}

a#edit-help-link {
  display: none;
}

.search-advanced {
  display: none;
}

input#edit-keys {
  margin: 15px 0;
  border: solid 1px #ccc;
  height: 40px;
  padding: 5px;
  border-radius: 10px;
  color: #564844;
}

body.search.node.rodua #block-rodua-content ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

body.search.node.rodua #block-rodua-content li {
  padding: 0;
  margin: 15px 0 0 0;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 900px;
    margin: 1.75rem auto;
  }
}

@media (max-width: 1199px) {
  .header-bottom ul li a {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  div.block-footer .social-list span {
    font-size: 16px;
  }

  .slider-next {
    opacity: 1;
  }

  .slider-prev {
    opacity: 1;
  }

  .header-top {
    padding: 10px 0;
  }

  #block-rodua-content form input[type="text"], #block-rodua-content form input[type="main"], #block-rodua-content form input[type="password"] {
    width: 100%;
  }

  .mobile {
    display: block;
  }

  .header .logo {
    display: flex;
    align-items: center;
  }

  .header .logo img {
    width: 70px;
    height: auto;
  }

  .header .logo .bmenu {
    margin-left: 10px;
  }

  .header .logo .bmenu img {
    width: 30px;
    height: auto;
  }

  .header.open .logo .bmenu img {
    display: none;
  }

  .header .logo .bmenu img.i-close {
    display: none;
  }

  .header.open .logo .bmenu img.i-close {
    display: block;
  }

  .slide-text {
    position: absolute;
    font-size: 18px;
    line-height: 22px;
    top: 100%;
    margin-top: 10px !important;
    margin-left: 30px;
    color: #000000;
    width: auto;
    height: 66px;
    overflow: hidden;
  }

  .desktop {
    display: none;
  }

  .header.open {
    width: 100%;
    height: 100dvh;
    z-index: 499;
    background-color: #ffffff;
    position: fixed;
    overflow-y: auto;
  }

  .header-bottom {
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 500;
    background-color: #ffffff;
    margin-left: -140px;
  }

  .header.open .header-bottom {
    display: block;
  }

  .header-bottom ul {
    display: block;
    padding: 10px;
    list-style: none;
  }

  .header-bottom ul li {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
  }

  .header-bottom ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #564844;
    text-decoration: none;
  }

  .header-bottom ul li ul li a {
    font-weight: 300;
  }

  .header-bottom ul li ul li {
    padding: 0;
  }

  .header-bottom ul li ul {
    display: block;
    margin: 10px 0 0;
    padding: 10px;
    height: auto;
  }

  .block h3 {
    font-size: 30px;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
  }

  .block.block-slider {
    padding: 10px 0 0;
  }

  body {
    font-size: 16px;
  }

  .block-contacts {
    font-size: 16px;
  }

  .copyright {
    font-size: 13px;
    margin-top: 30px;
  }

  .block-footer ul li a,
  .block-footer ul li ul li a {
    font-size: 16px;
  }

  .journal .j-text {
    font-size: 20px;
  }

  .event-date {
    font-size: 20px;
  }

  .event-title {
    font-size: 18px;
  }

  .a-more {
    font-size: 16px;
  }

  .a-more img {
    display: inline-block;
    height: 12px;
    width: auto;
    vertical-align: -1px;
  }

  #block-rodua-content .form-submit {
    font-size: 16px;
    background-size: auto 12px;
    padding: 20px 50px 20px 30px;
    background-position: calc(100% - 25px) 25px
  }

  #block-rodua-content-reg .form-submit {
    font-size: 16px;
    background-size: auto 12px;
    padding: 20px 50px 20px 30px;
    background-position: calc(100% - 25px) 25px
  }

  .a-register {
    font-size: 16px;
  }

  .container.r-page {
    padding: 30px 15px;
  }

  .container.r-page h1 {
    margin-bottom: 30px;
  }

  .node-date {
    margin-top: 30px;
  }

  div.node__header-share.ya-share2 {
    margin-top: 30px;
  }

  .item-list .node-title {
    font-size: 18px;
  }

  .more-link a {
    font-size: 16px;
    background-size: auto 12px;
    padding: 15px 50px 15px 30px;
    background-position: calc(100% - 25px) 20px;
  }
}

.indented {
  padding-left: 60px
}

.for-registered .icon {
  font-size: 50px;
  color: #d2d2d2;
  margin-bottom: 30px;
}

.for-registered {
  background: #f7f7f7;
  text-align: center;
  padding: 30px 50px;
}

.node_header-share.ya-share2 {
  float: right;
}

.node__header-share.ya-share2 {
  float: right;
  margin-top: 60px;
}

.mb30 {
  margin-bottom: 30px;
}

.node strong {
  font-weight: 600;
}

.node blockquote {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: italic;
  color: #564844;
  line-height: 1.2;
  position: relative;
  margin: 30px -100px;
  padding: 30px 100px 10px 100px;
  background: rgba(129,73,150,.3);
}

.node blockquote:before {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 29px;
  top: 13px;
  background-image: url("/sites/default/files/quote.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
}

.node blockquote:after {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 29px;
  bottom: 13px;
  background-image: url("/sites/default/files/quoteend.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
}

.node__header-share.ya-share2.nondate {
  margin: 5px 0 0 0;
}

.block-footer .social-list {
  margin: 5px 0;
}

.block-footer .social-list span {
  font-size: 18px;
}

@media (max-width: 767px) {
  .block-footer .social-list span {
    display: block;
    margin-bottom: 10px;
  }

  .event-item a .ei-desc .ei-title, .cmbdde-item a .ei-desc .ei-title {
    font-size: 14px;
    line-height: 1.1;
  }

  .event-item a .ei-img, .cmbdde-item a .ei-img {
    display: none;
  }

  .event-item a .ei-desc, .cmbdde-item a .ei-desc {
    margin: 0;
  }

  .logo-f img {
    max-width: 70px;
    height: auto;
  }

  .block {
    padding: 30px 0;
  }

  .block.block-description {
    padding-top: 110px;
  }

  .header-bottom {
    margin-left: -36%;
  }

  .header .logo img {
    width: 70px;
    height: auto;
  }

  .link-btn {
    font-size: 12px;
  }

  .form-search input[type="text"] {
    font-size: 12px;
    width: 180px;
  }

  .form-search input[type="text"]::placeholder {
    font-size: 12px;
    line-height: normal;
  }
}

@media (max-width: 576px) {
  .header-bottom {
    margin-left: -39%;
  }

  .xs-hidden {
    display: none;
  }
}
