<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ---- MAIN CSS ---- &gt;&gt;&gt;&gt; */
html,
body {
  height: 100%;
}
body {
  /*background: #edf2f6;*/
  color: #0A4856;
  line-height: 1.2;
}
body &gt; .container {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}
main {
  flex: 1 0 auto;
}
img {
  width: 100%;
  height: auto;
}
* {
  box-sizing: border-box;
}
.logo {
  width: 300px;
  height: auto;
}
.underline,
.underline a {
  text-decoration: underline;
}
.underline:hover,
.underline a:hover {
  text-decoration: none;
}
.underline-not,
.underline-not a,
.underline-not:hover,
.underline-not a:hover {
  text-decoration: none;
}
@media (min-width: 400px) {
  main.report .content .field .lightgallery,
  main.report .content .field .lightgallery a {
    max-height: 350px;
  }
  main.report .content .field .lightgallery img {
    max-height: 350px;
  }
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 2;
  }
  .container, .container-sm {
    max-width: 540px;
  }
  main.report .content .field .lightgallery,
  main.report .content .field .lightgallery a {
    max-height: 350px;
  }
  main.report .content .field .lightgallery img {
    max-height: 350px;
  }
}
@media (min-width: 768px) {
  .card-columns {
    column-count: 3;
  }
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
  main.report .content .field .lightgallery,
  main.report .content .field .lightgallery a {
    max-height: 450px;
  }
  main.report .content .field .lightgallery img {
    max-height: 450px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
  main.report .content .field .lightgallery,
  main.report .content .field .lightgallery a {
    max-height: 550px;
  }
  main.report .content .field .lightgallery img {
    max-height: 550px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1150px;
  }
  main.report .content .field .lightgallery,
  main.report .content .field .lightgallery a {
    max-height: 550px;
  }
  main.report .content .field .lightgallery img {
    max-height: 550px;
  }
}
@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1350px;
  }
}
@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    max-width: 1920px;
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
}
.alert button.close {
  cursor: pointer;
  line-height: 0.6 !important;
}
.alert button.close:hover,
.alert button.close span:hover {
  color: #0A4856 !important;
}
.more_details {
  display: inline-block;
  margin-bottom: 9px;
  color: #F65B0D;
  text-decoration: underline;
}
.more_details:hover {
  text-decoration: none;
}
.border-b {
  border-bottom: 1px solid #e6ecf5;
}
/* ---- MAIN CSS ---- &lt;&lt;&lt;&lt; */
/* ---- FONTS SIZE ---- &gt;&gt;&gt;&gt; */
.font-xs {
  font-size: .812rem; /* 12px*/
}
.font-s {
  font-size: .9rem; /* 13px*/
}
.font-m {
  font-size: 1.0769rem; /* 14px*/
}
.font-l {
  font-size: 1.2308rem; /* 16px*/
}
.font-xl {
  font-size: 1.3846rem; /* 18px*/
}
.font-xxl {
  font-size: 1.8462rem; /* 24px*/
}
.font-xxxl {
  font-size: 2rem; /* 26px*/
}
.font-xxxxl {
  font-size: 2.5rem; /* 26px*/
}
/* ---- FONTS SIZE ---- &lt;&lt;&lt;&lt; */
/* ---- FONTS WEIGHT ---- &gt;&gt;&gt;&gt; */
.font-weight-4 {
  font-weight: 400 !important;
}
.font-weight-5 {
  font-weight: 500 !important;
}
.font-weight-6 {
  font-weight: 600 !important;
}
.font-weight-7 {
  font-weight: 700 !important;
}

.font-weight-9 {
  font-weight: 900 !important;
}
/* ---- FONTS WEIGHT ---- &lt;&lt;&lt;&lt; */
/* ---- FONTS COLOR ---- &gt;&gt;&gt;&gt; */

.color-coral,
.color-coral a,
.color-coral p {
  color: #FF4141;
}
.color-coral:hover,
.color-coral a:hover,
.color-coral p:hover {
  color: #FF6639;
}
.color-pink,
.color-pink a,
.color-pink p {
  color: #F11894 !important;
}
.color-pink:hover,
.color-pink a:hover,
.color-pink p:hover {
  color: #FF5AF0;
}
.color-blue,
.color-blue a,
.color-blue p {
  color: #123652;
}
.color-blue:hover,
.color-blue a:hover,
.color-blue p:hover {
  color: #3B5B66;
}
.color-cdeepskyblue,
.color-cdeepskyblue a,
.color-cdeepskyblue p {
  color: #41AFFF;
}
.color-cdeepskyblue:hover,
.color-cdeepskyblue a:hover,
.color-cdeepskyblue p:hover {
  color: #FF6639;
}

.color-white,
.color-white a,
.color-white p {
  color: #FFFFFF;
}
.color-white:hover,
.color-white a:hover,
.color-white p:hover {
  color: #FFFFFF;
}



.text-white,
.text-white a,
.text-white p {
  color: #FFFFFF;
}
.text-white:hover,
.text-white a:hover,
.text-white p:hover {
  color: #FFFFFF;
}

.text-pink,
.text-pink a,
.text-pink p {
  color: #F11894;
}
.text-pink:hover,
.text-pink a:hover,
.text-pink p:hover {
  color: #DE93FF;
}

.text-carrot,
.text-carrot a,
.text-carrot p {
  color: #F65B0D;
}
.text-carrot:hover,
.text-carrot a:hover,
.text-carrot p:hover {
  color: #F65B0D;
}

.text-violet,
.text-violet a,
.text-violet p {
  color: #2F9EBB;
}
/*.text-violet:hover,*/
.text-violet a:hover,
.text-violet p:hover {
  color: #A593FF;
}

.text-red,
.text-red a,
.text-red p {
  color: #CF1740;
}
.text-red:hover,
.text-red a:hover,
.text-red p:hover {
  color: #CF1740;
}

.text-blue,
.text-blue a,
.text-blue p {
  color: #1C507A;
}
.text-blue:hover,
.text-blue a:hover,
.text-blue p:hover {
  color: #3B5B66;
}

.text-light-blue,
.text-light-blue a,
.text-light-blue p {
  color: #428E97;
}
.text-light-blue:hover,
.text-light-blue a:hover,
.text-light-blue p:hover {
  color: #428E97;
}

.text-dark-blue,
.text-dark-blue a,
.text-dark-blue p {
  color: #00393F
}
.text-dark-blue:hover,
.text-dark-blue a:hover,
.text-dark-blue p:hover {
  color: #00393F
}
/* ---- FONTS COLOR ---- &lt;&lt;&lt;&lt; */
/* ---- BACKGROUND ---- &gt;&gt;&gt;&gt; */

.bg-deepskyblue {
  background-color: #41AFFF;
}




.bg-white {
  background-color: #FFFFFF;
}
.bg-blue {
  background-color: #005AAA;
}
.bg-light-blue {
  background-color: #EEFFFF;
}
.bg-dark-blue {
  background-color: #546e7b
}
.bg-carrot,
.bg-carrot a {
  background-color: #F65B0D;
}
/* ---- BACKGROUND ---- &lt;&lt;&lt;&lt; */
/* ---- BlockQuote ---- &gt;&gt;&gt;&gt; */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic);
blockquote {
  font-size: 1.1rem;
  margin:40px auto;
  font-family:Open Sans;
  font-style:italic;
  color: #2A4B5C;
  padding:1.2em 20px 1.2em 55px;
  border-left:4px solid #F11894 ;
  line-height:1.6;
  position: relative;
  background: #FFFAF3;
}
blockquote p:last-child{
  margin-bottom: 0 !important;
}

blockquote::before {
  font-family:Arial;
  content: "\201C";
  color: #F11894;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after{
  content: '';
}

/* ---- BlockQuote ---- &lt;&lt;&lt;&lt; */
/* ---- HEADER ---- &gt;&gt;&gt;&gt; */
.header {
  /*background: #93E3FF;*/
}
/* ---- HEADER ---- &lt;&lt;&lt;&lt; */

/* ---- SOCIAL ---- &gt;&gt;&gt;&gt; */
.btn-social {
  margin: 5px;
  width: 45px !important;
  height: 36px !important;
  padding: 6px 10px;
  color: #FF93D0;
  text-decoration: none;
  border: 2px solid #FF93D0;
  border-radius: 5px;
}
.btn-social i {
  font-size: 20px;
  border-radius: 5px;
}
.btn-social:hover {
  color: #A9A2FF;
  border: 2px solid #A9A2FF;
  text-decoration: none;
}
.social:hover,
.social:hover i {
  color: #A9A2FF;
  text-decoration: none;
}
.social-vk {
  color: #2787f5;
}
.social-ok {
  color: #ee8208;
}
.block-share {
}
.block-share-title {
}
.ya-share2 {
  
}
/* ---- SOCIAL ---- &lt;&lt;&lt;&lt; */
/* ---- PAGINATION ---- &gt;&gt;&gt;&gt; */
.pagination .page_prev {
  text-align: left;  
}
.pagination .page_next {
  text-align: right;
}
.pagination .page_prev,
.pagination .page_next{
  font-size: 13px;
  color: #002737;
}

.zm-pagination {
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}
.pagination .page_prev::before {
    content: "\ea93";
    font-family: icofont;
    padding-right: 12px;
}
.pagination .page_next::after {
    content: "\ea94";
    font-family: icofont;
    padding-left: 12px;
}
/* ---- PAGINATION ---- &lt;&lt;&lt;&lt; */
/* ---- FOOTER ---- &gt;&gt;&gt;&gt; */
.footer {
  flex-shrink: none;
  width: 100%;
  color: #FFFFFF;
  background-color: #F1F1F1;
  border-top: 1px solid #FF6DC7;
}
.footer ul.footer-list {
  list-style: none;
  padding-left: 0px;
}
.footer ul.footer-list li {
  margin-bottom: 10px;
}
.footer ul.footer-list li a {
  text-decoration: none;
  color: 1395C1;
  font-weight: 500;
}
.footer .footer-buttom {
  color: #FFFFFF;
  background-color: #F11894;
}
.footer .footer-buttom ul.list-inline {
  color: #FFFFFF;
}
.footer .footer-buttom ul.list-inline li.list-inline-item a {
  color: #FFFFFF;
  text-decoration: none;
}
/* ---- FOOTER ---- &lt;&lt;&lt;&lt; */</pre></body></html>