<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap&amp;subset=cyrillic";
/*.mainmenu .item:hover::after {left: calc(100% + 2px);}*/
/*.lmenu .item:hover::after {left:calc(100% - 4px);}*/
/*.news-list .img::after {content: '';display: block;position: absolute;top:0;bottom: 0;left: 0;right: 0;background: rgba(0,0,0,0.25);transition: 0.15s;}*/
/*
.kdorealmwrap {}
.kdorealmwrap .kdomap {height: 798px;}
.kdorealmwrap .kdosection {width:240px;}
.kdorealmwrap .kdosection .item {background:#00bfd1;color:#f9f9f9;font-size: 17px;height: 38px;padding: 0 5px 0 15px;margin-bottom: 2px;position: relative;text-decoration: none;}
.kdorealmwrap .kdosection .item span{margin: auto;width: 100%;}
.kdorealmwrap .kdosection .item::after {position:absolute;content: "";display: block;width: 3px;height: 18px;background: #f9f9f9;top:10px;left: 1px;}
.kdorealmwrap .kdosection .item:last-child {margin-bottom: 0;}
.kdorealmwrap .newswrapsmall {width: 750px;padding-left: 20px;}
*/
html[lang='kz'] .mainmenu .item {
  font-size: 17px;
}
@media (max-width: 576px) {
  html[lang='kz'] .mainmenu .item {
    font-size: 14px;
  }
}
html[lang='kz'] .mainmenu .item.withlogo {
  font-size: 13px;
}
* {
  box-sizing: border-box;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex &gt; .news-list {
  margin-right: 7px;
}
.flex &gt; .news-list:nth-child(4n) {
  margin-right: 0;
}
.flex-ai-e {
  align-items: flex-end;
}
.flex-st {
  justify-content: flex-start;
}
p {
  margin-top: 0;
}
a {
  color: inherit;
}
input {
  font-family: inherit;
  font-size: inherit;
}
textarea {
  font-family: inherit;
  font-size: inherit;
}
select {
  font-family: inherit;
  font-size: inherit;
}
option {
  font-family: inherit;
  font-size: inherit;
}
.invalid {
  border-color: red !important;
  box-shadow: 0 0 3px red;
}
body {
  padding: 13px 0 5px;
  margin: 0;
  background: #f9f9f9;
  font-family: 'Montserrat';
  font-size: 14px;
  color: #343535;
  text-align: left;
}
@media (max-width: 1100px) {
  body {
    padding: 0;
  }
}
body::after {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  transition: opacity 0.4s;
}
body.emergency-theme {
  filter: grayscale(1);
}
body.menu-opened::after {
  opacity: 1;
  visibility: visible;
}
.mb30 {
  margin-bottom: 30px;
}
.btn {
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #00bfd1;
  cursor: pointer;
}
.gwrap {
  width: 1250px;
  margin: 0 auto;
}
@media (max-width: 1260px) {
  .gwrap {
    max-width: 100%;
    width: unset;
  }
}
.gtitle {
  color: #444546;
  font-size: 21px;
  font-family: Montserrat;
  position: relative;
  margin-bottom: 25px;
}
.gtitle::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  top: 12px;
  background: #696a6b;
  height: 1px;
}
@media (max-width: 576px) {
  .gtitle::before {
    display: none;
  }
}
.gtitle span {
  background: #F9F9F9;
  padding-right: 25px;
  display: inline-block;
  position: relative;
}
.gtitle.withoutline {
  text-align: center;
  font-weight: 700;
  background-color: #7D3AE2;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.gtitle.withoutline span {
  position: relative;
  z-index: 1;
  padding: 16px 10px;
  background: none;
  top: 0;
}
@media (max-width: 576px) {
  .gtitle.withoutline span {
    font-size: 18px;
  }
}
.gtitle.withoutline::before {
  display: none;
}
.gtitle.orange span {
  background: #EE8108;
  color: #fff;
  padding: 5px 15px;
}
.gtitle.gradient span {
  background: linear-gradient(63deg, #7d3ae2, #2eb1cd);
  color: #fff;
  padding: 5px 15px;
}
.toggle-adaptive-mode-button {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  background-color: rgba(194, 61, 245, 0.6);
  color: #fff;
  font-size: 32px;
  border-radius: 20px 20px 0 0;
  cursor: pointer;
}
.error-page {
  padding: 80px 0 120px 0;
  text-align: center;
}
.error-page .title {
  font-size: 100px;
  font-weight: 700;
  color: #7D3AE2;
}
@media (max-width: 576px) {
  .error-page .title {
    font-size: 70px;
  }
}
.error-page .description {
  font-size: 26px;
  margin-bottom: 30px;
  padding: 0 30px;
}
@media (max-width: 576px) {
  .error-page .description {
    font-size: 18px;
  }
}
.error-page .link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  background-color: #7D3AE2;
  border-radius: 5px;
  color: #fff;
  font-weight: 800;
  margin: 0 auto;
  cursor: pointer;
  text-decoration: none;
}
.share .share-title {
  margin-bottom: 3px;
}
.share .share-items {
  display: flex;
  gap: 5px;
}
.share .share-items .share-item {
  width: 30px;
  height: 30px;
  background-color: #7d3ae2;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.2s, transform 0.2s;
}
.share .share-items .share-item:hover {
  background-color: #9754FC;
  transform: translateY(-1px);
}
.share .share-items .share-item[data-type=vk] {
  background-image: url("/usertpl/i/share/vk.svg");
}
.share .share-items .share-item[data-type=twitter] {
  background-image: url("/usertpl/i/share/twitter.svg");
  background-size: 16px;
}
.share .share-items .share-item[data-type=ok] {
  background-image: url("/usertpl/i/share/ok.svg");
}
.share .share-items .share-item[data-type=whatsapp] {
  background-image: url("/usertpl/i/share/whatsapp.svg");
}
.share .share-items .share-item[data-type=telegram] {
  background-image: url("/usertpl/i/share/telegram.svg");
}
.share .share-items .share-item[data-type=viber] {
  background-image: url("/usertpl/i/share/viber.svg");
}
.share .share-items .share-item[data-type=facebook] {
  background-image: url("/usertpl/i/share/facebook.svg");
  background-size: 18px;
}
.share .share-items .share-item[data-type=email] {
  background-image: url("/usertpl/i/share/email.svg");
}
.install-app-button {
  display: block;
  background: linear-gradient(63deg, #7d3ae2, #2eb1cd);
  border: none;
  outline: none;
  color: #fff;
  padding: 16px 20px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 18px;
  margin: 32px auto;
  cursor: pointer;
}
@media (max-width: 576px) {
  .install-app-button {
    width: 100%;
    padding: 16px;
    font-size: 16px;
  }
}
iframe.instagram-media {
  max-width: 550px!important;
  height: 850px!important;
}
div[data-oembed-url] div {
  position: unset!important;
  padding-bottom: 0!important;
  height: 480px!important;
}
div[data-oembed-url] div iframe {
  position: unset!important;
}
.topmenu {
  flex-wrap: nowrap;
  margin-bottom: 8px;
}
@media (max-width: 1100px) {
  .topmenu {
    display: none;
  }
}
.topmenu .item {
  background: #7D3AE2;
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 5px 10px;
  flex-grow: 1;
  margin-right: 1px;
}
.head {
  margin-bottom: 8px;
  background: linear-gradient(63deg, #7d3ae2, #2eb1cd);
}
@media (max-width: 1260px) {
  .head {
    justify-content: start;
    flex-wrap: nowrap;
    margin: 0;
  }
}
@media (max-width: 1100px) {
  .head {
    padding: 20px 16px;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .head {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .head {
    flex-wrap: nowrap;
    align-items: stretch;
  }
}
.head .logo {
  display: block;
  width: 238px;
  height: 197px;
  background: url("/usertpl/i/logo-w.png") no-repeat center center / 180px;
}
.head .logo.inkdo {
  display: none;
}
@media (max-width: 1100px) {
  .head .logo {
    width: 185px;
    min-width: 185px;
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .head .logo {
    order: 1;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .head .logo {
    display: none;
  }
}
.head .mid {
  width: 760px;
  background: url("/usertpl/i/h-flag.png") no-repeat center right 25px;
  height: 197px;
  color: #f9f9f9;
  padding: 30px 25px 0;
}
@media (max-width: 1260px) {
  .head .mid {
    max-width: 610px;
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .head .mid {
    padding: 0;
    height: unset;
    width: fit-content;
  }
}
@media (max-width: 976px) {
  .head .mid {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .head .mid {
    max-width: 100%;
    order: 3;
  }
}
@media (max-width: 576px) {
  .head .mid {
    background: none;
    order: 1;
  }
}
.head .mid .title {
  font-size: 26px;
  font-family: 'Montserrat';
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-decoration: none;
}
.head .mid .title span {
  font-size: inherit;
  margin-right: 8px;
}
@media (max-width: 976px) {
  .head .mid .title {
    font-size: 23px;
  }
}
@media (max-width: 576px) {
  .head .mid .title {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    margin-bottom: 16px;
  }
}
@media (max-width: 490px) {
  .head .mid .title {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
@media (max-width: 576px) {
  .head .mid .row {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 490px) {
  .head .mid .row {
    gap: 12px;
  }
}
@media (max-width: 390px) {
  .head .mid .row {
    gap: 6px;
  }
}
.head .mid .row .descr {
  font-size: 15px;
  margin-bottom: 15px;
}
@media (max-width: 1100px) {
  .head .mid .row .descr {
    margin-bottom: 32px;
  }
}
@media (max-width: 576px) {
  .head .mid .row .descr {
    margin-bottom: 0;
    width: 250px;
  }
}
@media (max-width: 490px) {
  .head .mid .row .descr {
    font-size: 10px;
    width: 165px;
    color: rgba(255, 255, 255, 0.6);
  }
}
@media (max-width: 355px) {
  .head .mid .row .descr {
    font-size: 9px;
    width: 150px;
  }
}
.head .mid .row .bottom {
  margin: 15px 0 0;
}
@media (max-width: 576px) {
  .head .mid .row .bottom {
    margin: 0;
  }
}
.head .mid .row .bottom .l {
  width: 380px;
}
@media (max-width: 1100px) {
  .head .mid .row .bottom .l {
    width: unset;
    justify-content: flex-start;
  }
}
@media (max-width: 576px) {
  .head .mid .row .bottom .l {
    flex-wrap: nowrap;
  }
}
.head .mid .row .bottom a {
  display: block;
  width: 36px;
  height: 36px;
  background: no-repeat center center;
}
@media (max-width: 1100px) {
  .head .mid .row .bottom a {
    margin-right: 10px;
  }
}
@media (max-width: 490px) {
  .head .mid .row .bottom a {
    width: 24px;
    height: 24px;
    background-size: contain;
    opacity: 0.6;
  }
}
@media (max-width: 400px) {
  .head .mid .row .bottom a {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 355px) {
  .head .mid .row .bottom a {
    width: 22px;
    height: 22px;
  }
}
.head .mid .row .bottom a.home {
  background-image: url(/usertpl/i/h-home.png);
}
.head .mid .row .bottom a.sitemap {
  background-image: url(/usertpl/i/h-sitemap.png);
}
.head .mid .row .bottom a.mail {
  background-image: url(/usertpl/i/h-mail.png);
}
@media (max-width: 1100px) {
  .head .mid .row .bottom a.mail {
    margin-right: 0;
  }
}
.head .mid .row .bottom .search {
  position: relative;
}
@media (max-width: 1100px) {
  .head .mid .row .bottom .search {
    display: none;
  }
}
.head .mid .row .bottom .search .inp {
  height: 32px;
  line-height: 32px;
  width: 215px;
  border-radius: 5px;
  background: #ebe9e9;
  border: none;
  padding: 0 12px;
}
.head .mid .row .bottom .search .btn {
  background: url(/usertpl/i/h-search.png);
  width: 20px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 10px;
}
.head .r {
  width: 250px;
  height: 197px;
  padding: 30px 10px 0;
  color: #ebe9e9;
  text-align: center;
}
@media (max-width: 1260px) {
  .head .r {
    margin-left: auto;
  }
}
@media (max-width: 1100px) {
  .head .r {
    width: fit-content;
    height: unset;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .head .r {
    order: 2;
  }
}
@media (max-width: 576px) {
  .head .r {
    order: 2;
  }
}
.head .r .title {
  margin-bottom: 8px;
  font-size: 18px;
}
.head .r .weather {
  font-family: 'Montserrat';
  font-size: 35px;
  line-height: 60px;
  width: 160px;
  margin: 0 auto 25px;
}
.head .r .weather .img {
  background: no-repeat center center / contain;
  width: 54px;
  height: 60px;
}
@media (max-width: 1100px) {
  .head .r .btns {
    display: none;
  }
}
.head .r .btns a {
  display: block;
  width: 37px;
  height: 37px;
  background: no-repeat bottom center;
}
.head .r .btns a.star {
  background-image: url(/usertpl/i/h-star.png);
}
.head .r .btns a.lc {
  background-image: url(/usertpl/i/h-lc.png);
}
.head .r .btns a.lang_orig {
  text-decoration: none;
  display: block;
  line-height: 37px;
  font-size: 20px;
  font-weight: bold;
}
.head .r .btns .login {
  text-decoration: none;
  display: block;
  line-height: 37px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.head .r .btns .btn {
  background: #c23df5;
  color: #fff;
  font-size: 17px;
  height: 33px;
  line-height: 33px;
  width: 100px;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  transition: 0.2s;
}
.head .r .btns .btn:hover {
  background: #fff;
  color: #999;
}
.head .r .btns .soc-head {
  width: 100%;
}
.head .r .btns .soc-head .item {
  display: block;
  width: 28px;
  height: 28px;
  background: no-repeat center / contain;
  margin: 10px 0;
}
.head .r .text {
  font-size: 22px;
  color: #ffe700;
  font-family: 'Montserrat';
  font-weight: bold;
  max-width: 240px;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 1100px) {
  .head .r .text {
    font-size: 16px;
    margin: 0;
    text-align: right;
  }
}
@media (max-width: 576px) {
  .head .r .text {
    display: none;
  }
}
.head .r .mobile-buttons {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}
@media (max-width: 1100px) {
  .head .r .mobile-buttons {
    display: flex;
  }
}
@media (max-width: 576px) {
  .head .r .mobile-buttons {
    height: 100%;
    justify-content: space-between;
  }
}
.head .r .mobile-buttons .buttons {
  display: flex;
  align-items: center;
  gap: 24px;
}
.head .r .mobile-buttons .buttons .mobile-menu-button {
  width: 56px;
  height: 56px;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 12px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.head .r .mobile-buttons .buttons .mobile-menu-button.hamburger {
  width: 64px;
  border: none;
  padding: 0;
}
@media (max-width: 490px) {
  .head .r .mobile-buttons .buttons .mobile-menu-button.hamburger {
    width: 48px;
    height: 44px;
  }
}
.head .r .mobile-buttons .buttons .mobile-menu-button.hamburger .bar {
  width: 100%;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 6px;
  border-radius: 4px;
}
@media (max-width: 490px) {
  .head .r .mobile-buttons .buttons .mobile-menu-button.hamburger .bar {
    height: 4px;
    margin-bottom: 4px;
  }
}
.head .r .mobile-buttons .buttons .mobile-menu-button.hamburger .bar:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .head .r .mobile-buttons .buttons .mobile-menu-button:first-child {
    display: none;
  }
}
@media (max-width: 1100px) {
  .head .r .mobile-buttons .buttons .mobile-menu-button {
    display: flex;
  }
}
.head .r .mobile-buttons .lang {
  display: flex;
  justify-content: flex-end;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 4px;
  margin-bottom: 16px;
  text-decoration: none;
}
@media (max-width: 576px) {
  .head .r .mobile-buttons .lang {
    margin-bottom: 0;
  }
}
@media (max-width: 490px) {
  .head .r .mobile-buttons .lang {
    padding: 2px;
  }
}
.head .r .mobile-buttons .lang-item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
}
@media (max-width: 490px) {
  .head .r .mobile-buttons .lang-item {
    width: 24px;
    height: 20px;
    font-size: 10px;
    border-radius: 20px;
  }
}
.head .r .mobile-buttons .lang-item.active {
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 70%;
  height: 100vh;
  background: linear-gradient(64deg, #7D3AE2 20%, #4a87d4 65%, #2eb1cd 110%);
  z-index: 100;
  transition: left 0.4s;
  border-radius: 0 20px 20px 0;
  display: flex;
}
@media (max-width: 976px) {
  .mobile-menu {
    width: 100%;
    border-radius: 0;
  }
}
.mobile-menu.active {
  left: 0;
}
.mobile-menu .content {
  padding: 20px;
  width: calc(100% - 100px);
  overflow: scroll;
}
.mobile-menu .content::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
@media (max-width: 976px) {
  .mobile-menu .content {
    width: calc(100% - 80px);
  }
}
@media (max-width: 576px) {
  .mobile-menu .content {
    width: calc(100% - 60px);
    padding: 10px;
  }
}
.mobile-menu .content .top-row {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .mobile-menu .content .top-row {
    flex-wrap: wrap;
  }
}
.mobile-menu .content .top-row .logo {
  margin-right: 20px;
}
@media (max-width: 355px) {
  .mobile-menu .content .top-row .logo {
    margin-right: 10px;
  }
}
.mobile-menu .content .top-row .logo .icon {
  width: 80px;
  height: 80px;
}
@media (max-width: 355px) {
  .mobile-menu .content .top-row .logo .icon {
    width: 70px;
    height: 70px;
  }
}
.mobile-menu .content .top-row .lang {
  margin-right: 20px;
}
@media (max-width: 576px) {
  .mobile-menu .content .top-row .lang {
    margin-right: 10px;
  }
}
.mobile-menu .content .top-row .lang .lang-item {
  height: 35px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  transition: background-color 0.2s;
}
@media (max-width: 355px) {
  .mobile-menu .content .top-row .lang .lang-item {
    width: 80px;
  }
}
.mobile-menu .content .top-row .lang .lang-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.mobile-menu .content .top-row .lang .lang-item:last-child {
  margin-bottom: 0;
}
.mobile-menu .content .top-row .button {
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: none;
  margin: 0 5px 0 auto;
  padding: 10px;
}
.mobile-menu .content .top-row .button .icon {
  opacity: 0.5;
  width: 38px;
  height: 38px;
}
@media (max-width: 576px) {
  .mobile-menu .content .top-row .button {
    display: flex;
  }
}
.mobile-menu .content .top-row .search {
  width: 100%;
  position: relative;
}
@media (max-width: 576px) {
  .mobile-menu .content .top-row .search {
    margin-top: 20px;
  }
}
.mobile-menu .content .top-row .search-input {
  width: 100%;
  height: 45px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 15px;
  outline: none;
}
.mobile-menu .content .top-row .search-button {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 4px 4px 0;
  background: #7D3AE2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-menu .content .top-row .search-button .icon {
  filter: brightness(2);
}
.mobile-menu .content .menu ul {
  list-style-type: none;
  padding: 0;
}
.mobile-menu .content .menu .link {
  text-decoration: none;
}
.mobile-menu .content .menu .main-menu {
  margin-bottom: 30px;
}
.mobile-menu .content .menu .main-menu .item {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.mobile-menu .content .menu .main-menu .item .link {
  display: block;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  padding: 10px;
  font-weight: 700;
  transition: background-color 0.2s;
  z-index: 1;
}
.mobile-menu .content .menu .main-menu .item .link:hover:not(.active) {
  background-color: rgba(255, 255, 255, 0.1);
}
.mobile-menu .content .menu .main-menu .item .link.active {
  background-color: #fff;
  color: #7D3AE2;
}
.mobile-menu .content .menu .main-menu .item .arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.2s;
  border-radius: 0 4px 4px 0;
  z-index: 2;
}
.mobile-menu .content .menu .main-menu .item .arrow:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.mobile-menu .content .menu .main-menu .item .arrow.active {
  background-color: #7D3AE2;
}
.mobile-menu .content .menu .main-menu .item .arrow.active .icon {
  transform: rotate(180deg);
}
.mobile-menu .content .menu .main-menu .item .arrow .icon {
  transition: transform 0.2s;
}
.mobile-menu .content .menu .main-menu .item .subsections-list {
  display: none;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  padding-top: 10px;
}
.mobile-menu .content .menu .main-menu .item .subsections-list .subsection-link {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  color: rgba(255, 255, 255, 0.8);
}
.mobile-menu .content .menu .main-menu .item .subsections-list .subsection-link:hover {
  color: #fff;
}
.mobile-menu .content .menu .more-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mobile-menu .content .menu .more-menu .item {
  width: 49%;
}
.mobile-menu .content .menu .more-menu .item .link {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
  border-radius: 4px;
  transition: border-color 0.2s;
}
.mobile-menu .content .menu .more-menu .item .link:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
.mobile-menu .content .bottom-button {
  background-color: #fff;
  border-radius: 4px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #7D3AE2;
}
.mobile-menu .content .install-button {
  background-color: #fff;
  border-radius: 4px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #7D3AE2;
  margin-top: 10px;
}
.mobile-menu .content .install-button.hidden {
  display: none;
}
.mobile-menu .aside {
  height: 100%;
  width: 100px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 0 20px 20px 0;
  margin-left: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 976px) {
  .mobile-menu .aside {
    border-radius: 0;
    width: 80px;
  }
}
@media (max-width: 576px) {
  .mobile-menu .aside {
    padding: 10px;
    width: 60px;
  }
}
.mobile-menu .aside .close-button {
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.2s;
  position: relative;
}
.mobile-menu .aside .close-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.mobile-menu .aside .close-button:hover .bar {
  background-color: #ffe700;
}
.mobile-menu .aside .close-button .bar {
  width: 100%;
  height: 4px;
  background-color: #fff;
  margin-bottom: 5px;
  transition: background-color 0.2s;
  border-radius: 4px;
}
.mobile-menu .aside .close-button .bar:first-child {
  transform: rotate(45deg) translate(3px, 4px);
}
.mobile-menu .aside .close-button .bar:last-child {
  margin-bottom: 0;
  transform: rotate(-45deg) translate(3px, -3px);
}
.mobile-menu .aside .soc-head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile-menu .aside .soc-head .item {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  cursor: pointer;
  background-size: contain;
  background-position: center center;
  transition: background-color 0.2s;
}
.mobile-menu .aside .soc-head .item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.mobile-menu .aside .soc-head .item:last-child {
  margin-bottom: 0;
}
.mainmenu {
  margin-bottom: 8px;
  flex-wrap: nowrap;
  gap: 5px;
}
@media (max-width: 1100px) {
  .mainmenu {
    display: none;
  }
}
.mainmenu .item {
  background: #7D3AE2;
  height: 80px;
  padding: 0 5px;
  width: 177px;
  text-align: center;
  color: #f9f9f9;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  position: relative;
  flex-grow: 1;
}
@media (max-width: 1260px) {
  .mainmenu .item {
    font-size: 14px;
  }
}
.mainmenu .item.withlogo {
  position: relative;
  text-align: start;
  padding: 0 16px 0 68px;
  font-size: 13px;
}
@media (max-width: 576px) {
  .mainmenu .item.withlogo {
    padding: 0 8px 0 36px!important;
    font-size: 11px!important;
  }
}
.mainmenu .item.withlogo::before {
  content: '';
  width: 40px;
  height: 40px;
  background: url(/usertpl/i/logo-w.png) center / contain no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
}
@media (max-width: 576px) {
  .mainmenu .item.withlogo::before {
    width: 24px;
    height: 24px;
    left: 12px;
  }
}
@media (max-width: 1260px) {
  .mainmenu .item.withlogo {
    background-position: 5px center;
    background-size: 48px;
    padding-left: 60px;
  }
}
@media (max-width: 576px) {
  .mainmenu .item.withlogo {
    background-size: 30px;
    padding-left: 30px;
    font-size: 12px;
  }
}
.mainmenu .item span {
  margin: auto;
}
.mainmenu.active-in-mobile {
  width: 100%;
}
@media (max-width: 1260px) {
  .mainmenu.active-in-mobile {
    display: flex;
    flex-wrap: wrap;
    width: 53%;
    margin-bottom: 10px;
  }
}
@media (max-width: 1260px) {
  .mainmenu.active-in-mobile .item {
    width: 100%;
    margin-bottom: 5px;
  }
  .mainmenu.active-in-mobile .item:last-child {
    margin: 0;
  }
}
@media (max-width: 576px) {
  .mainmenu.active-in-mobile .item {
    width: 100%;
    text-align: left;
  }
  .mainmenu.active-in-mobile .item span {
    margin: auto 10px;
  }
}
.footer {
  background: #939494;
  color: #f9f9f9;
  font-size: 14px;
  padding: 35px 25px 30px;
}
@media (max-width: 976px) {
  .footer {
    padding: 15px 15px 60px 15px;
  }
}
@media (max-width: 976px) {
  .footer .l {
    margin-bottom: 20px;
    width: 100%;
  }
}
.footer a {
  text-decoration: none;
}
.footer .counter {
  opacity: 0.5;
}
.mainmid {
  margin-bottom: 30px;
}
@media (max-width: 1260px) {
  .mainmid {
    margin: 0;
  }
}
.mainmid .r {
  width: 466px;
}
@media (max-width: 1260px) {
  .mainmid .r {
    display: none;
  }
}
.lmenu {
  width: 240px;
}
.lmenu .item {
  background: #ee8108;
  color: #f9f9f9;
  font-size: 17px;
  height: 55px;
  padding: 0 5px 0 15px;
  margin-bottom: 2px;
  position: relative;
  text-decoration: none;
}
.lmenu .item span {
  margin: auto;
  width: 100%;
}
.lmenu .item::after {
  position: absolute;
  content: "";
  display: block;
  width: 3px;
  height: 34px;
  background: #f9f9f9;
  top: 10px;
  left: 1px;
  transition: 0.4s;
}
.lmenu .item:last-child {
  margin-bottom: 0;
}
.mainslider {
  width: 780px;
  height: 457px;
  color: #f9f9f9;
  position: relative;
}
@media (max-width: 1260px) {
  .mainslider {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .mainslider {
    display: none;
  }
}
.mainslider .wrap {
  height: 457px;
  position: absolute;
  top: 0;
}
.mainslider .owl-carousel .owl-stage-outer {
  height: 457px;
}
.mainslider .stitle {
  text-align: center;
  position: relative;
  z-index: 5;
  font-size: 21px;
  font-family: Montserrat;
  font-weight: bold;
  padding-top: 20px;
}
@media (max-width: 500px) {
  .mainslider .stitle {
    font-size: 18px;
  }
}
@media (max-width: 440px) {
  .mainslider .stitle {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.mainslider .stitle::before {
  content: '';
  display: inline-block;
  background: url(/usertpl/i/mainslider-title-l.png);
  width: 30px;
  height: 20px;
  margin: 0 10px -2px;
}
.mainslider .stitle::after {
  content: '';
  display: inline-block;
  background: url(/usertpl/i/mainslider-title-r.png);
  width: 30px;
  height: 20px;
  margin: 0 10px -2px;
}
@media (max-width: 440px) {
  .mainslider .stitle::before,
  .mainslider .stitle::after {
    background-size: contain;
    background-position: center center;
    width: 25px;
    height: 15px;
    margin: 0 10px -1px;
  }
}
.mainslider .overlay {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: 0.15s;
}
.mainslider:hover .overlay {
  opacity: 0;
}
.mainslider .arrow {
  width: 23px;
  height: 71px;
  position: absolute;
  bottom: 42px;
  z-index: 5;
  cursor: pointer;
}
@media (max-width: 400px) {
  .mainslider .arrow {
    bottom: 37%;
    transform: translateY(-50%);
    padding: 5px;
  }
}
.mainslider .arrow.al {
  background: url(/usertpl/i/mainslider-arrow-l.png);
  left: 11px;
}
@media (max-width: 400px) {
  .mainslider .arrow.al {
    background-color: rgba(0, 0, 0, 0.3);
    background-position: center center;
    background-size: 60%;
    background-repeat: no-repeat;
  }
}
.mainslider .arrow.ar {
  background: url(/usertpl/i/mainslider-arrow-r.png);
  right: 11px;
}
@media (max-width: 400px) {
  .mainslider .arrow.ar {
    background-color: rgba(0, 0, 0, 0.3);
    background-position: center center;
    background-size: 60%;
    background-repeat: no-repeat;
  }
}
.mainslider .item {
  position: absolute;
  background: no-repeat center center / cover;
  width: 100%;
  height: 457px;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 330px 70px 0;
}
@media (max-width: 976px) {
  .mainslider .item {
    padding: 280px 70px 0;
  }
}
@media (max-width: 400px) {
  .mainslider .item {
    padding: 310px 10px 0;
  }
}
.mainslider .item .date {
  font-size: 15px;
  position: relative;
  z-index: 10;
  background: rgba(255, 0, 0, 0.8);
  padding: 5px 20px 0;
}
@media (max-width: 576px) {
  .mainslider .item .date {
    padding: 5px;
  }
}
.mainslider .item .title {
  font-size: 26px;
  font-family: Montserrat;
  line-height: 28px;
  margin-bottom: 10px;
  background: rgba(255, 0, 0, 0.8);
  padding: 5px 20px;
}
@media (max-width: 576px) {
  .mainslider .item .title {
    padding: 5px;
    font-size: 18px;
    line-height: 1;
  }
}
.mainslider .item .more {
  background: #808283;
  color: #f9f9f9;
  text-align: center;
  width: 114px;
  height: 25px;
  line-height: 25px;
  display: block;
  text-decoration: none;
}
@media (max-width: 400px) {
  .mainslider .item .more {
    width: 100%;
  }
}
.mainslider.big {
  width: 780px;
}
.rgreyblock {
  color: #f9f9f9;
  font-size: 15px;
  min-height: 457px;
}
.rgreyblock .block {
  background: #8daecd;
  margin-bottom: 5px;
  height: 94px;
  padding: 16px 5px 5px 16px;
  line-height: 18px;
  display: block;
  text-decoration: none;
}
.rgreyblock .block:last-child {
  margin-bottom: 0;
}
.rgreyblock .block .title {
  margin-bottom: 9px;
  font-family: Montserrat;
}
.rgreyblock .block.anons {
  font-weight: bold;
}
.rgreyblock .block.map {
  background: url(/usertpl/i/mainmid-map.png) no-repeat bottom right 9px #8daecd;
}
.rgreyblock .block.calend {
  padding: 0;
  height: 258px;
}
.rgreyblock .block.latestcomments {
  height: 457px;
  overflow-y: scroll;
  background: linear-gradient(63deg, #7d3ae2, #2eb1cd);
}
.rgreyblock .block.latestcomments .item {
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
}
.rgreyblock .block.latestcomments .item:last-child {
  margin-bottom: 0;
}
.rgreyblock .block.kdonews {
  height: 457px;
  padding: 0;
  background: #eceaea;
}
.rgreyblock .block.kdonews .wrap {
  overflow-y: scroll;
  height: 429px;
}
.rgreyblock .block.kdonews .kdonews-head {
  color: #fff;
  padding: 5px 12px;
  background: linear-gradient(63deg, #7d3ae2, #2eb1cd);
}
.rgreyblock .block.kdonews .kdonews-head .t {
  font-size: 13px;
  font-weight: bold;
  font-family: Montserrat;
}
.rgreyblock .block.kdonews .kdonews-head a {
  font-size: 12px;
  font-family: Arial;
}
.rgreyblock .block.kdonews .item {
  background: #eceaea;
  padding: 16px 12px;
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  border-bottom: 1px solid #888;
  color: #252424;
  text-decoration: none;
}
.rgreyblock .block.kdonews .item .date {
  font-size: 11px;
}
.rgreyblock .block.kdonews .item .realm {
  font-size: 11px;
}
.rgreyblock .block.kdonews .item .title {
  font-family: 'Arial', sans-serif;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.rgreyblock .block.kdonews .item .img {
  display: block;
  background: no-repeat center / cover;
  width: 120px;
  height: 74px;
  border: 1px solid #888;
}
.rgreyblock .block.kdonews .item .r {
  width: calc(100% - 120px - 16px);
}
.rgreyblock .block.kdonews .item .r .h {
  margin-bottom: 2px;
}
.otdelwrap {
  margin-bottom: 7px;
}
.otdelwrap .item {
  font-size: 19px;
  font-family: Montserrat;
  text-align: center;
  height: 153px;
  width: 307px;
  color: #f9f9f9;
  text-decoration: none;
}
.otdelwrap .item span {
  margin: auto;
}
.otdelwrap .item:nth-child(1) {
  background: url("/usertpl/i/otdel-1.png") no-repeat right bottom, url(/usertpl/i/otdel.png) no-repeat left center #00bfd1;
}
.otdelwrap .item:nth-child(2) {
  background: url("/usertpl/i/otdel-2.png") no-repeat right bottom, url(/usertpl/i/otdel.png) no-repeat left center #c37159;
}
.otdelwrap .item:nth-child(3) {
  background: url("/usertpl/i/otdel-3.png") no-repeat right bottom, url(/usertpl/i/otdel.png) no-repeat left center #758fc5;
}
.otdelwrap .item:nth-child(4) {
  background: url("/usertpl/i/otdel-4.png") no-repeat right bottom, url(/usertpl/i/otdel.png) no-repeat left center #9fcb5c;
}
.news-list {
  width: 307px;
  margin-bottom: 9px;
  display: inline-block;
  margin-right: 30px;
  vertical-align: top;
}
@media (max-width: 576px) {
  .news-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    border-bottom: 2px solid #B3B5B6;
  }
  .news-list:nth-last-child(-n + 1) {
    border: none;
  }
  .news-list .noindex {
    width: 40%;
  }
  .news-list .noindex .img {
    width: 100%;
    height: 100%;
  }
}
.news-list:nth-child(3n) {
  margin-right: 0;
}
.news-list .img {
  display: block;
  height: 200px;
  width: 100%;
  background: no-repeat center center / cover;
  position: relative;
}
@media (max-width: 576px) {
  .news-list .img {
    width: 40%;
    height: auto;
  }
}
.news-list .img:hover::after {
  opacity: 0;
}
.news-list .content {
  background: #dcdcdd;
  padding: 20px 17px;
  width: 100%;
}
@media (max-width: 576px) {
  .news-list .content {
    width: 60%;
  }
}
.news-list .content .title {
  font-size: 17px;
  line-height: 21px;
  height: 170px;
  overflow: hidden;
  color: #3d3b3b;
  margin-bottom: 8px;
  display: block;
  text-decoration: none;
  position: relative;
}
@media (max-width: 576px) {
  .news-list .content .title {
    height: auto;
    max-height: 80px;
    font-size: 14px;
    line-height: normal;
    min-height: 25px;
  }
}
.news-list .content .title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient(to bottom, rgba(220, 220, 221, 0), #dcdcdd);
}
.news-list .content .date {
  font-size: 15px;
  color: #808283;
}
@media (max-width: 576px) {
  .news-list .content .date {
    font-size: 12px;
    text-align: right;
    width: 100%;
  }
}
.news-list .content .more {
  font-size: 14px;
  color: #f9f9f9;
  background: #808283;
  text-decoration: none;
  height: 24px;
  line-height: 24px;
  text-align: center;
  width: 144px;
  transition: 0.2s;
  display: block;
}
@media (max-width: 576px) {
  .news-list .content .more {
    display: none;
  }
}
.news-list .content .more:hover {
  background: #999;
  color: #fff;
}
.news-list .author {
  display: none;
  margin-bottom: 5px;
  font-size: 12px;
  color: #808283;
}
.journal-list {
  width: 307px;
  margin: 0 30px 9px 0;
  vertical-align: top;
  text-align: center;
  display: inline-block;
}
.journal-list:nth-child(3n) {
  margin-right: 0;
}
.journal-list .img {
  display: block;
  background: no-repeat center / cover;
  height: 430px;
}
.journal-list .date {
  padding: 5px;
  font-weight: bold;
  font-size: 20px;
}
.journal iframe {
  width: 100%;
  height: 800px;
  border: none;
}
.journal .title {
  font-size: 25px;
  font-weight: bold;
  font-family: Montserrat;
  margin-bottom: 5px;
}
.newswrap {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}
@media (max-width: 1260px) {
  .newswrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .newswrap {
    margin-top: 5px;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.newswrap .news-list {
  width: unset;
  margin: 0;
}
@media (max-width: 1260px) {
}
.newswrapsmall .news-list {
  width: 200px;
  margin: 0 0 9px;
}
@media (max-width: 1260px) {
  .newswrapsmall .news-list {
    margin: 0;
    border-bottom: 2px solid #808283;
  }
}
.newswrapsmall .news-list .author {
  display: block;
}
.newswrapsmall .news-list,
.newswrapsmall .filling-element {
  width: 200px;
}
@media (max-width: 1260px) {
  .newswrapsmall .news-list,
  .newswrapsmall .filling-element {
    width: 24%;
  }
}
@media (max-width: 768px) {
  .newswrapsmall .news-list,
  .newswrapsmall .filling-element {
    width: 32.5%;
  }
}
@media (max-width: 576px) {
  .newswrapsmall .news-list,
  .newswrapsmall .filling-element {
    width: 100%;
  }
}
.mainbottom {
  margin-bottom: 9px;
  background: linear-gradient(63deg, #7d3ae2, #2eb1cd);
}
.mainbottom .l {
  background: url(/usertpl/i/mainbottom.png) no-repeat center center;
  width: 620px;
  position: relative;
  padding: 22px 75px 0 20px;
  color: #fff;
}
@media (max-width: 1260px) {
  .mainbottom .l {
    width: 45%;
  }
}
@media (max-width: 1100px) {
  .mainbottom .l {
    width: 100%;
    padding: 15px 15px 30px 15px;
  }
}
.mainbottom .l .showmap {
  background: url(/usertpl/i/mainbottom-showmap.png);
  width: 31px;
  height: 119px;
  position: absolute;
  top: 53px;
  right: 2px;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .mainbottom .l .showmap {
    transform: rotate(90deg) translateX(-50%);
    top: unset;
    bottom: -50px;
    right: 45%;
    background-repeat: no-repeat;
  }
}
.mainbottom .l .showmap.kz {
  background: url('/usertpl/i/mainbottom-showmap-kz-new.png') center / contain no-repeat;
}
.mainbottom .l .title {
  font-weight: bold;
  margin-bottom: 20px;
}
.mainbottom .l .text {
  margin-bottom: 15px;
}
.mainbottom .l .block {
  margin-bottom: 25px;
  padding-left: 43px;
  background: no-repeat left top;
  min-height: 37px;
}
.mainbottom .l .block.adr {
  background-image: url(/usertpl/i/mainbottom-geo.png);
}
.mainbottom .l .block.phone {
  background-image: url(/usertpl/i/mainbottom-phone.png);
  margin-bottom: 14px;
}
.mainbottom .l .block.email {
  background-image: url(/usertpl/i/mainbottom-email.png);
}
.mainbottom .l .block.rek {
  background-image: url(/usertpl/i/mainbottom-rek.png);
}
.mainbottom .r {
  width: 620px;
  color: #fff;
  position: relative;
}
@media (max-width: 1260px) {
  .mainbottom .r {
    width: 55%;
  }
}
@media (max-width: 1100px) {
  .mainbottom .r {
    width: 100%;
  }
}
.mainbottom .r .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.mainbottom .r .item {
  display: block;
  background: no-repeat center left 15px;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 30px 5px 0 110px;
  height: 108px;
  width: 307px;
  margin-bottom: 3px;
  text-decoration: none;
}
@media (max-width: 1260px) {
  .mainbottom .r .item {
    width: 49%;
  }
}
@media (max-width: 576px) {
  .mainbottom .r .item {
    width: 100%;
  }
}
.mainbottom .r .item:nth-child(5) {
  margin-bottom: 0;
}
.mainbottom .r .item:nth-child(6) {
  margin-bottom: 0;
}
.mainbottom .r .item span {
  font-size: 19px;
  font-weight: bold;
  display: block;
}
.section {
  text-align: center;
  color: #fff;
  padding: 8px 8px 0;
  margin: -8px 0 13px;
}
@media (max-width: 1260px) {
  .section {
    padding: 0;
    margin: 0 0 20px;
  }
}
.section .item {
  display: inline-block;
  font-size: 15px;
  background: linear-gradient(63deg, #7d3ae2, #2eb1cd);
  text-decoration: none;
  padding: 3px 15px;
  margin: 0 5px 7px;
}
@media (max-width: 576px) {
  .section .item {
    width: 100%;
    padding: 10px;
  }
}
.advinfo {
  border: 2px solid #e1b8ac;
  padding: 20px 17px;
  color: #c37159;
  font-size: 15px;
  font-style: italic;
  margin-bottom: 30px;
}
@media (max-width: 1260px) {
  .viewwrap {
    padding: 0 15px;
  }
}
.viewwrap .l {
  width: 990px;
}
@media (max-width: 1260px) {
  .viewwrap .l {
    width: 100%;
  }
}
.viewwrap .l .gtitle a {
  text-decoration: none;
}
.viewwrap .l .gtitle a:hover {
  text-decoration: underline;
}
.viewwrap .r {
  width: 241px;
}
@media (max-width: 1260px) {
  .viewwrap .r {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .viewwrap .r .rgreyblock {
    display: none;
  }
}
@media (max-width: 1260px) {
  .viewwrap .r .rgreyblock .kdonews {
    display: none;
  }
}
@media (max-width: 1260px) {
  .viewwrap .nodes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (max-width: 1260px) {
  .viewwrap .nodes .news-list {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 1260px) {
  .viewwrap .nodes .news-list,
  .viewwrap .nodes .filling-element {
    width: 24.5%;
  }
}
@media (max-width: 976px) {
  .viewwrap .nodes .news-list,
  .viewwrap .nodes .filling-element {
    width: 32.5%;
  }
}
@media (max-width: 768px) {
  .viewwrap .nodes .news-list,
  .viewwrap .nodes .filling-element {
    width: 49.5%;
  }
}
@media (max-width: 576px) {
  .viewwrap .nodes .news-list,
  .viewwrap .nodes .filling-element {
    width: 100%;
  }
}
.preview {
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.preview .document {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  background: #E9E9EA;
  padding: 10px;
  width: 49%;
  border-radius: 2px;
}
@media (max-width: 976px) {
  .preview .document {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .preview .document {
    flex-wrap: wrap;
  }
}
.preview .document .links {
  margin-right: 30px;
}
@media (max-width: 576px) {
  .preview .document .links {
    margin: 0 0 10px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 410px) {
  .preview .document .links {
    flex-wrap: wrap;
  }
}
.preview .document .links .link {
  width: 160px;
  display: block;
  text-decoration: none;
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .preview .document .links .link {
    margin: 0;
    font-size: 18px;
    width: fit-content;
  }
}
@media (max-width: 410px) {
  .preview .document .links .link {
    width: 100%;
    margin-bottom: 10px;
  }
}
.preview .document .links .link:hover {
  color: #7D3AE2;
}
.preview .document .links .link::before {
  content: '';
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.preview .document .links .link.watch {
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .preview .document .links .link.watch {
    margin-bottom: 5px;
  }
}
.preview .document .links .link.watch::before {
  background-image: url("/usertpl/i/watch-document.svg");
}
.preview .document .links .link.download::before {
  background-image: url("/usertpl/i/download-document.svg");
}
.preview .document .name {
  font-size: 14px;
  height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.preview .audio,
.preview .fill {
  width: 32%;
  margin-bottom: 15px;
}
@media (max-width: 976px) {
  .preview .audio,
  .preview .fill {
    width: 49%;
  }
}
@media (max-width: 576px) {
  .preview .audio,
  .preview .fill {
    width: 100%;
  }
}
.preview .audio audio,
.preview .fill audio {
  width: 100%;
}
.news .title {
  font-size: 25px;
  font-weight: bold;
  font-family: 'Montserrat';
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .news .title {
    font-size: 23px;
    margin-bottom: 10px;
  }
}
.news .img {
  float: right;
  width: 400px;
  margin: 0 0 0 15px;
}
.news .params {
  color: #808283;
  font-size: 15px;
  margin-bottom: 10px;
}
.news .params div {
  display: inline-block;
  margin-right: 20px;
  background: no-repeat left center;
}
.news .params .date {
  background-image: url(/usertpl/i/news-date.png);
  padding-left: 21px;
}
.news .params .view {
  background-image: url(/usertpl/i/news-view.png);
  padding-left: 28px;
}
.news .params .comment {
  background-image: url(/usertpl/i/news-comment.png);
  padding-left: 25px;
}
.news .content {
  color: #444546;
  font-size: 15px;
  margin-bottom: 50px;
}
.news .share {
  margin-bottom: 35px;
}
.news .comments {
  margin-bottom: 80px;
}
.news iframe {
  width: 100%;
  height: 500px;
  border: none;
}
.news .formwrap {
  margin-bottom: 40px;
}
.news .formwrap .entrylink {
  color: #277240;
  border: 5px solid #277240;
  display: inline-block;
  padding: 5px 10px;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
  margin-right: 20px;
}
.news .formwrap .entrycount {
  color: #cf600f;
  border: 5px solid #cf600f;
  display: inline-block;
  padding: 5px 10px;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
}
.news .iframe {
  width: 100%;
  height: 1000px;
}
.project {
  margin-bottom: 40px;
}
.project .img {
  height: 268px;
  background: no-repeat center top / contain;
  float: none;
  width: 100%;
  margin-bottom: 20px;
}
.project .block {
  border: 1px solid #888;
  border-width: 1px 0;
  padding: 20px 0;
  margin-bottom: -1px;
}
.project .block .subtitle {
  font-size: 18px;
  font-family: Montserrat;
  margin-bottom: 5px;
}
.project .block .content {
  margin: 0;
}
.project .cnt {
  display: none;
}
.project .cnt .content {
  margin: 0;
}
.project .cnt:nth-child(1) {
  display: block;
}
.project .cnt .subtitle {
  font-size: 18px;
  font-family: Montserrat;
  margin-bottom: 5px;
}
.project .cnt ul {
  margin: 0;
}
.project .link {
  font-weight: bold;
  font-size: 28px;
}
.project .pl {
  width: 200px;
}
.project .pr {
  width: 750px;
  padding: 10px 0;
}
.project .tabs {
  border: 4px solid #8daecd;
}
.project .tab {
  font-size: 20px;
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: 1px solid #8daecd;
}
.project .wrap {
  margin: 0;
}
.project .yt {
  width: 19%;
  height: 120px;
}
@media (max-width: 576px) {
  .comments {
    display: none;
  }
}
.comments .comtitle {
  color: #444546;
  font-size: 21px;
  font-family: Montserrat;
  margin-bottom: 5px;
}
.comments .comtitle span {
  color: #96999a;
}
.comments .form {
  margin-bottom: 34px;
}
@media (max-width: 576px) {
  .comments .inp {
    width: 100%;
  }
}
.comments input {
  border: 1px solid #c6c8c8;
  width: 237px;
  height: 38px;
  margin-right: 13px;
  padding: 0 12px;
}
@media (max-width: 576px) {
  .comments input {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.comments textarea {
  border: 1px solid #c6c8c8;
}
.comments .text {
  width: 100%;
  height: 92px;
  padding: 12px 10px;
  margin-bottom: 10px;
}
.comments .btn {
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #00bfd1;
  width: 237px;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
}
@media (max-width: 576px) {
  .comments .btn {
    width: 100%;
  }
}
.comments .list {
  border-top: 1px solid #d6d8d8;
}
.comments .list .item {
  padding: 20px 0 30px;
  border-bottom: 1px solid #d6d8d8;
}
.comments .list .item .author {
  margin-bottom: 18px;
}
.comments .list .item .author .name {
  color: #0abfd1;
  margin-right: 30px;
  display: inline-block;
}
.comments .list .item .author .date {
  color: #cccdce;
  display: inline-block;
}
.comments .list .item .msg {
  color: #a8acac;
}
.imgbottom {
  max-width: 100%;
  margin: 10px auto;
  display: block;
}
.bg {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 10;
}
.pop {
  margin: auto;
  background: #fff;
  padding: 30px;
  max-width: 500px;
  width: 100%;
  position: relative;
  display: none;
}
@media (max-width: 576px) {
  .pop {
    width: 95%;
  }
}
.pop .title {
  font-size: 28px;
  margin-bottom: 15px;
}
.pop .close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 30px;
  transform: rotate(45deg);
  cursor: pointer;
}
.pop input {
  width: 100%;
  padding: 7px 15px;
  border: 1px solid #c1c0c0;
  font-size: 17px;
  margin-bottom: 20px;
  display: block;
}
.pop textarea {
  width: 100%;
  padding: 7px 15px;
  border: 1px solid #c1c0c0;
  font-size: 17px;
  margin-bottom: 20px;
  display: block;
}
.pop .btn {
  padding: 10px 15px;
  font-size: 16px;
  margin-bottom: 10px;
  background: #00BFD1;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.pop .link {
  color: #00BFD1;
  border-bottom: 1px dashed;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
}
.calendar {
  padding: 0;
  background: none;
  border: none;
}
.ui-datepicker {
  width: 241px !important;
  height: 258px;
  background: #8daecd !important;
  border-radius: 0 !important;
  border: none !important;
  font-weight: normal !important;
  color: #f9f9f9 !important;
}
.ui-datepicker th {
  font-weight: normal !important;
}
.ui-widget-header {
  font-weight: normal !important;
  color: #f9f9f9 !important;
  background: none !important;
  border: none !important;
}
.ui-state-default {
  background: #d5d5d5 !important;
}
.ui-state-default:hover {
  border: 1px solid #808283 !important;
}
.ui-state-highlight {
  background: #808283 !important;
  border: 1px solid #808283 !important;
  color: #fff !important;
}
.ui-state-active {
  background: #808283 !important;
  border: 1px solid #808283 !important;
  color: #fff !important;
}
.ui-widget {
  font-family: inherit !important;
}
.ui-datepicker-next {
  right: 30px !important;
  background: none !important;
  top: 8px !important;
  color: #f9f9f9 !important;
}
.ui-datepicker-next:after {
  content: "&gt;&gt;";
  position: absolute;
  top: 2px;
  cursor: pointer;
}
.ui-datepicker-prev {
  left: 42px !important;
  top: 8px !important;
  color: #f9f9f9 !important;
}
.ui-datepicker-prev:after {
  content: "&lt;&lt;";
  position: absolute;
  top: 2px;
  cursor: pointer;
}
.ui-datepicker-next.ui-state-hover {
  background: none !important;
  border: none !important;
}
.ui-datepicker-prev.ui-state-hover {
  background: none !important;
  border: none !important;
}
.ui-icon {
  background: none !important;
  position: absolute;
  top: 2px;
}
.faq .quest {
  font-size: 16px;
  cursor: pointer;
  text-decoration: underline;
  -moz-text-decoration-style: dashed;
  -webkit-text-decoration-style: dashed;
}
.faq .date {
  font-size: 14px;
  color: #989895;
  margin-bottom: 10px;
}
.faq .answ {
  margin-bottom: 20px;
  color: #989895;
}
.faq-form .title {
  font-size: 20px;
  margin-bottom: 15px;
}
.faq-form .content {
  margin-bottom: 20px;
}
.faq-form .content input {
  display: block;
  margin: 0 auto 10px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  width: 100%;
  border: 1px solid #888;
  outline: none;
  background: #fff;
}
.faq-form .content textarea {
  display: block;
  margin: 0 auto 10px;
  height: 140px;
  padding: 5px 15px;
  width: 100%;
  border: 1px solid #888;
  outline: none;
  background: #fff;
}
.faq-form .btn {
  background: #9FCB5C;
  color: #fff;
  text-align: center;
  width: 200px;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 18px;
  transition: 0.3s;
}
.faq-form .btn:hover {
  background: #C37159;
}
.profile-list {
  width: 100%;
  max-width: 480px;
  min-height: 300px;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .profile-list {
    flex-direction: column;
  }
}
.profile-list .l {
  width: 57%;
  background: no-repeat top center / contain;
}
@media (max-width: 768px) {
  .profile-list .l {
    width: 100%;
    height: 300px;
  }
}
.profile-list .r {
  width: 40%;
}
@media (max-width: 768px) {
  .profile-list .r {
    width: 100%;
  }
}
.profile-list .param {
  margin-bottom: 10px;
  font-weight: bold;
}
.profile-list .param:last-child {
  margin-bottom: 0;
}
.profile-list .param span {
  display: block;
  font-weight: normal;
  color: #a8acac;
}
.proftitle {
  font-size: 25px;
  font-weight: bold;
  font-family: Montserrat;
  margin-bottom: 10px;
}
.sitemapitem {
  padding-left: 30px;
}
.sitemapitem a {
  text-decoration: none;
}
.kdomenu {
  background: #00BFD1;
  padding: 15px 20px 5px;
  margin-bottom: 10px;
  font-size: 15px;
  width: 100%;
}
@media (max-width: 1260px) {
  .kdomenu {
    width: 46%;
    font-size: 13px;
  }
}
.kdomenu .item {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 10px 15px;
}
@media (max-width: 576px) {
  .kdomenu .item {
    padding: 0 15px;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .kdomenu .item {
    width: 100%;
  }
}
.kdomenu .item.act {
  background: linear-gradient(63deg, #7d3ae2, #2eb1cd);
  font-weight: bold;
}
.totop {
  display: none;
  background: url(/usertpl/i/arrow-goto.png) no-repeat center center #c23df5;
  width: 40px;
  height: 30px;
  cursor: pointer;
  position: fixed;
  bottom: 70px;
  transition: 0.2s;
  opacity: 0.5;
}
@media (max-width: 976px) {
  .totop {
    bottom: 48px;
  }
}
.totop:hover {
  opacity: 1;
}
.totop.l {
  left: 40px;
}
@media (max-width: 976px) {
  .totop.l {
    left: 15px;
  }
}
.totop.r {
  right: 40px;
}
@media (max-width: 976px) {
  .totop.r {
    right: 15px;
  }
}
.floating-menu-button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 40px;
  height: 40px;
  border: 3px solid rgba(194, 61, 245, 0.8);
  position: fixed;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  padding: 7px;
  transition: bottom 0.4s;
}
@media (max-width: 976px) {
  .floating-menu-button.active {
    bottom: 45px;
  }
}
.floating-menu-button .bar {
  width: 100%;
  height: 4px;
  background-color: rgba(194, 61, 245, 0.8);
  margin-bottom: 3px;
  border-radius: 4px;
}
.floating-menu-button .bar:last-child {
  margin-bottom: 0;
}
.file {
  margin-bottom: 20px;
}
.ownline {
  margin-bottom: 10px;
}
.paging {
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 1260px) {
  .paging {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 1260px) {
  .paging .page {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    text-decoration: none;
    border-radius: 2px;
    margin: 5px;
  }
  .paging a.page {
    border: 2px solid #7d3ae2;
    color: #7d3ae2;
  }
  .paging b.page {
    background: linear-gradient(63deg, #7d3ae2, #2eb1cd);
    color: #fff;
  }
}
.paging a {
  margin: 0 3px;
}
.kdomenu2 {
  background: #00BFD1;
  padding: 15px 20px 5px;
  margin-bottom: 10px;
  font-size: 15px;
}
.kdomenu2 .item {
  background: linear-gradient(63deg, #7d3ae2, #2eb1cd);
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 5px 15px;
  margin: 0 10px 10px 0;
}
@media (max-width: 576px) {
  .kdomenu2 .item {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .kdomenu2 .item {
    width: 100%;
  }
}
.soc .item {
  padding: 10px;
  text-align: center;
}
@media (max-width: 976px) {
  .soc .item {
    width: 32.5%;
  }
}
@media (max-width: 420px) {
  .soc .item {
    width: 49.5%;
  }
}
.soc .item img {
  height: 55px;
}
@media (max-width: 976px) {
  .soc .item img {
    width: 100%;
    height: 60px;
    object-fit: contain;
  }
}
.entryform {
  display: block;
}
.entryform input {
  width: 100%;
  padding: 7px 15px;
  border: 1px solid #c1c0c0;
  font-size: 17px;
  margin-bottom: 20px;
  display: block;
}
.entryform .btn {
  border: none;
  padding: 15px;
}
.entryform .msg {
  color: red;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
.translate textarea {
  display: block;
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  border: 1px solid #888;
  padding: 10px 20px;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 40px;
}
.tags span {
  margin-right: 10px;
  margin-top: 6px;
}
.tag-item {
  display: block;
  margin: 6px 6px 0 0;
  padding: 1px 7px 3px;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(63deg, #7d3ae2, #2eb1cd);
  text-decoration: none;
}
.tags-nodes .wrapper {
  padding-bottom: 40px;
}
.tags-nodes .wrapper .news-list {
  width: 305px;
  margin-right: 5px;
}
.tags-nodes .wrapper .news-list:nth-child(4n) {
  margin-right: 0;
}
.mainmid-instagram-widget {
  min-height: 690px;
}
.mainmid-instagram-widget .instagram-widget {
  width: calc(100% - 510px - 12px);
}
@media (max-width: 1280px) {
  .mainmid-instagram-widget .instagram-widget {
    width: 100%;
  }
}
.mainmid-instagram-widget .instagram-widget .socials-block {
  padding-top: 4px;
}
.mainmid-instagram-widget .instagram-widget .socials-block .gtitle {
  margin-bottom: 16px;
}
.mainmid-instagram-widget .instagram-widget .socials-block .socials-node {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .mainmid-instagram-widget .instagram-widget .socials-block .socials-node {
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
  }
}
@media (max-width: 350px) {
  .mainmid-instagram-widget .instagram-widget .socials-block .socials-node {
    grid-template-columns: 1fr;
  }
}
.mainmid-instagram-widget .instagram-widget .socials-block .socials-node .social-link {
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(60deg, rgba(125, 58, 226, 0.7), rgba(46, 177, 205, 0.7));
  padding: 8px 12px;
  border-radius: 12px;
}
@media (max-width: 450px) {
  .mainmid-instagram-widget .instagram-widget .socials-block .socials-node .social-link {
    gap: 5px;
    padding: 5px;
  }
}
.mainmid-instagram-widget .instagram-widget .socials-block .socials-node .social-link .icon {
  width: 20px;
  height: 20px;
}
@media (max-width: 450px) {
  .mainmid-instagram-widget .instagram-widget .socials-block .socials-node .social-link .icon {
    width: 20px;
    height: 20px;
  }
}
.mainmid-instagram-widget .instagram-widget .socials-block .socials-node .social-link .name {
  color: #fff;
}
@media (max-width: 450px) {
  .mainmid-instagram-widget .instagram-widget .socials-block .socials-node .social-link .name {
    font-size: 12px;
  }
}
.mainmid-instagram-widget .instagram-widget .widget {
  height: 710px;
}
@media (max-width: 576px) {
  .mainmid-instagram-widget .instagram-widget .widget {
    height: 460px;
  }
}
.mainmid-instagram-widget .instagram-widget .widget iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 8px;
}
@media (max-width: 1280px) {
  .mainmid-instagram-widget .news-rows {
    width: 100%;
    margin-top: 12px;
  }
}
.mainmid-instagram-widget .news-rows .row .rgreyblock .kdonews .item .r {
  display: block;
}
.mainmid-instagram-widget .news-rows .row.full-height {
  height: 100%;
}
.mainmid-instagram-widget .news-rows .row:not(.full-height) .rgreyblock {
  min-height: 300px;
}
.mainmid-instagram-widget .news-rows .row:not(.full-height) .rgreyblock .kdonews {
  height: 300px;
}
.mainmid-instagram-widget .news-rows .row:not(.full-height) .rgreyblock .kdonews .wrap {
  height: 272px;
}
.mainmid-instagram-widget .news-rows .row.news-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.mainmid-instagram-widget .news-rows .row.news-items .news-list {
  width: 100%;
  height: unset;
}
.mainmid-instagram-widget .news-rows .row.news-items .news-list .content .title {
  height: 63px;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mainmid-instagram-widget .news-rows .row.news-items .news-list .content .bottom .date {
  width: 100%;
}
.news-rows {
  display: flex;
  flex-direction: column;
  width: 510px;
}
@media (max-width: 1260px) {
  .news-rows {
    width: 100%;
  }
}
.news-rows .full-height .kdonews .wrap {
  height: 660px;
}
@media (max-width: 1280px) {
  .news-rows .full-height .kdonews .wrap {
    height: 400px;
  }
}
.news-rows .news-items {
  margin-top: 12px;
}
.news-rows .news-items .news-list {
  height: 325px;
}
.news-rows .news-items .news-list .img {
  height: 150px;
}
.news-rows .news-items .news-list .content {
  padding: 15px;
}
.news-rows .news-items .news-list .content .title {
  height: 95px;
  font-size: 16px;
}
.news-rows .news-list {
  width: 49%;
  margin-right: 5px;
}
@media (max-width: 576px) {
  .news-rows .news-list {
    width: 100%;
    margin-right: 0;
  }
}
.news-rows .news-list:nth-of-type(2n) {
  margin-right: 0;
}
.instagram-bar {
  margin: -10px auto 10px;
  max-width: 1246px;
  position: relative;
  display: none;
}
.instagram-bar .item {
  display: block;
  width: 80px;
  text-align: center;
  cursor: pointer;
  margin-right: 10px;
}
@media (max-width: 430px) {
  .instagram-bar .item {
    width: 60px;
  }
}
.instagram-bar .item .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 71px;
  height: 71px;
  background: linear-gradient(to bottom, #fcb045, #fd1d1d, #833ab4);
  border-radius: 50%;
  margin: 0 auto;
}
@media (max-width: 430px) {
  .instagram-bar .item .icon-wrapper {
    width: 62px;
    height: 62px;
  }
}
.instagram-bar .item .icon-wrapper .icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  z-index: 1;
  border: 3px solid white;
}
@media (max-width: 430px) {
  .instagram-bar .item .icon-wrapper .icon {
    width: 56px;
    height: 56px;
  }
}
.instagram-bar .item .text {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 430px) {
  .instagram-bar .item .text {
    font-size: 11px;
  }
}
.instagram-bar .owl-nav {
  position: absolute;
  top: 0;
  width: 100%;
}
.instagram-bar .owl-nav .owl-prev,
.instagram-bar .owl-nav .owl-next {
  height: 86px;
  width: 25px;
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 0;
  transition: all 0.4s;
}
.instagram-bar .owl-nav .owl-prev::before,
.instagram-bar .owl-nav .owl-next::before {
  font-size: 30px;
  color: #c23df5;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.instagram-bar .owl-nav .owl-prev:hover,
.instagram-bar .owl-nav .owl-next:hover {
  background: rgba(194, 61, 245, 0.75);
}
.instagram-bar .owl-nav .owl-prev:hover::before,
.instagram-bar .owl-nav .owl-next:hover::before {
  color: #fff;
}
.instagram-bar .owl-nav .owl-prev {
  left: 0;
}
.instagram-bar .owl-nav .owl-prev::before {
  content: '&lt;';
}
.instagram-bar .owl-nav .owl-next {
  right: 0;
}
.instagram-bar .owl-nav .owl-next::before {
  content: '&gt;';
}
.content img {
  border-color: #f9f9f9;
}
@media (max-width: 1260px) {
  .search-nodes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (max-width: 1260px) {
  .search-nodes .news-list,
  .search-nodes .filling-element {
    width: 24.5%;
    margin-right: 0;
  }
}
@media (max-width: 976px) {
  .search-nodes .news-list,
  .search-nodes .filling-element {
    width: 32.5%;
  }
}
@media (max-width: 576px) {
  .search-nodes .news-list,
  .search-nodes .filling-element {
    width: 49.5%;
  }
}
@media (max-width: 400px) {
  .search-nodes .news-list,
  .search-nodes .filling-element {
    width: 100%;
  }
}
.simillar-nodes {
  margin-bottom: 20px;
}
@media (max-width: 1260px) {
}
.simillar-nodes .news-list,
.simillar-nodes .filling-element {
  margin-right: 0;
}
@media (max-width: 1260px) {
  .simillar-nodes .news-list,
  .simillar-nodes .filling-element {
    width: 24.5%;
    margin-right: 0;
  }
}
@media (max-width: 976px) {
  .simillar-nodes .news-list,
  .simillar-nodes .filling-element {
    width: 32.5%;
  }
}
@media (max-width: 576px) {
  .simillar-nodes .news-list,
  .simillar-nodes .filling-element {
    width: 49.5%;
  }
}
@media (max-width: 400px) {
  .simillar-nodes .news-list,
  .simillar-nodes .filling-element {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .viewwrap .content img:not(.icon) {
    width: 100%!important;
    height: auto!important;
    object-fit: contain;
    margin: 20px 0;
  }
  .viewwrap .content iframe {
    width: 100% !important;
    height: 500px!important;
  }
}
.blockquote-1 {
  font-size: 20px;
  font-style: italic;
  padding: 15px 40px;
  color: #444546;
  position: relative;
}
.blockquote-1::before {
  content: '';
  display: block;
  position: absolute;
  left: 5px;
  top: 15px;
  height: calc(100% - 30px);
  width: 8px;
  border-radius: 4px;
  background: #a5a5a5;
}
.blockquote-2 {
  font-size: 20px;
  font-style: italic;
  padding: 15px 40px;
  color: #444546;
  position: relative;
  background: url("/usertpl/i/quote_icon.svg") no-repeat 0px 15px / 36px;
}
.blockquote-3 {
  background: #fbeeba;
  font-size: 20px;
  font-style: italic;
  padding: 5px 10px;
  margin: 5px 10px;
  color: #444546;
}
</pre></body></html>