<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Add here all your css styles (customizations) */

header a[itemprop="Copy"] {
    display: inline-block;
    height: 30px;
}

header a[itemprop="Copy"] svg {
    margin: 0;
    width: 28px;
    height: 28px;
    display: inline-block;
    fill: #26304d;
}

header a[itemprop="Copy"]:hover svg {
    fill: #ffffff;
}

.eies-button {
    width: 110px;
    height: 30px;
    display: inline-block;
    background: url("/assets/templates/ospu/img/eies-hover.png") 0 0 transparent;
}
.eies-button:hover {
    background-position: 0 -30px;
}



.w100 {
    width: 100%;
}

.bg-darked {
    position: relative;
}
.bg-darked:before {
    content: "";
    background-color: rgba(0,0,0,.3);
    right: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    border-radius: .25rem !important;
    z-index: 0.9;
}
.bg-darked:hover:before {
    background-color: rgba(0,0,0,.5);
}
.bg-darked .g-z-index-99 {
    position: relative;
}

.g-z-index-100 {
    z-index: 100 !important;
}

footer.g-bg-secondary {
    background-color: #f0f2f8 !important;
}

.in-social-btn {

    border-radius: 2px;
    /*color: #555;*/
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    margin: 0 0 0 8px;
    /*display: inline-block;*/
}
.in-social-btn.vk {
    background-color: #48729e;
    padding: 4px 5px 5px;
}
.in-social-btn.inst {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    padding: 2px 7px 3px;
}
.in-social-btn.telegram {
    background-color: #0088cc;
    padding: 4px 5px 5px;
}
.in-social-btn.ok {
    background-color: #ed812b;
    padding: 4px 8px 5px;
}


.req-marker {
    color: #990000;
    vertical-align: super;
    font-size: 0.8em;
}
.req-marker.marker-light {
    color: #ffaaaa;
}



.g-bg-main--hover.active {
    background-color: #26304d !important;
    color: #fff !important;
}


.main_links svg {
    fill: #3398dc !important;
}
.u-block-hover:hover .g-color-white--hover svg,
.g-color-white--hover:hover svg {
    fill: #fff !important;
}


.thumbnail img {
    width: 100%;
}

@media (min-width: 768px) {
    .justify-content-md-evenly { justify-content: space-evenly !important; }
}

@media (min-width: 992px) {
    .justify-content-lg-evenly { justify-content: space-evenly !important; }
}

.tag-cloud .tag, .tag-cloud span {
  border-radius: 4px;
  background: #e5e5e5;
  display: inline-block;
  padding: 4px 8px;
  margin: 2px 0;
  text-transform: uppercase;
  color: #333;
  font-weight: 400;
}

.tag-cloud .tag a, .tag-cloud span a {
    font-size: 13px;
}

#content blockquote {
    padding-left: 10px;
    font-style: italic;
    position: relative;
    margin-left: 1.5rem;
}
#content blockquote::before {
    position:absolute;
    top:-2rem;
    left:-1.5rem;
    width:4rem;
    height:4rem;
    background-image:url("data:image/svg+xml,%3csvg width='5' height='4' viewBox='0 0 5 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.244 2.84803C2.244 3.08003 2.168 3.26803 2.016 3.41203C1.864 3.54803 1.672 3.61603 1.44 3.61603C1.16 3.61603 0.927996 3.52403 0.743996 3.34003C0.567996 3.15603 0.479996 2.89203 0.479996 2.54803C0.479996 2.18003 0.583996 1.82003 0.791996 1.46803C1.008 1.10803 1.308 0.824028 1.692 0.616028L1.968 1.03603C1.76 1.18003 1.592 1.34003 1.464 1.51603C1.344 1.69203 1.264 1.89603 1.224 2.12803C1.296 2.09603 1.38 2.08003 1.476 2.08003C1.7 2.08003 1.884 2.15203 2.028 2.29603C2.172 2.44003 2.244 2.62403 2.244 2.84803ZM4.452 2.84803C4.452 3.08003 4.376 3.26803 4.224 3.41203C4.072 3.54803 3.88 3.61603 3.648 3.61603C3.368 3.61603 3.136 3.52403 2.952 3.34003C2.776 3.15603 2.688 2.89203 2.688 2.54803C2.688 2.18003 2.792 1.82003 3 1.46803C3.216 1.10803 3.516 0.824028 3.9 0.616028L4.176 1.03603C3.968 1.18003 3.8 1.34003 3.672 1.51603C3.552 1.69203 3.472 1.89603 3.432 2.12803C3.504 2.09603 3.588 2.08003 3.684 2.08003C3.908 2.08003 4.092 2.15203 4.236 2.29603C4.38 2.44003 4.452 2.62403 4.452 2.84803Z' fill='%232d374b' fill-opacity='.125'/%3e%3c/svg%3e");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:contain;
    content:''
}


.small-ban {
    height: auto;
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 768px) {
	.small-ban {
	    height: 200px;
	    width: auto;
	}
}


/*------------------------------------
  Accordions 2
------------------------------------*/

.u-accordion-bg-gray .u-accordion__header [aria-expanded="true"] {
	background-color: #dddddd !important;
	border-color: #cccccc !important;
	}

.u-accordion-brd-gray .u-accordion__header [aria-expanded="true"] {
	border-color: #cccccc !important;
}


.u-accordion-color-primary .u-accordion__header [aria-expanded="true"] {
	color: #a61d37 !important;
}






/*------------------------------------
  Steakers 2
------------------------------------*/
img.ico-pic {
  width: 60px;
}
img.sticky-pic {
  width: 90%;
}
ul.sticky-box,
ul.sticky-box-child,
li.sticky-item{
  list-style:none;
}

ul.sticky-box,
ul.sticky-box-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

ul.sticky-box li.sticky-item a,
ul.sticky-box-child li.sticky-item a {
  text-decoration:none;
  color:#000;
  /*background:#ffc;*/
  background: linear-gradient(
    180deg,
    rgba(187, 235, 255, 1) 0%,
    rgba(187, 235, 255, 1) 12%,
    rgba(170, 220, 241, 1) 75%,
    rgba(195, 229, 244, 1) 100%
  );

  display:block;
  height:12em;
  width:12em;
  padding:1em;
  box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  transform: rotate(-6deg);
  transition: transform .15s linear;
  text-align: center;
}

ul.sticky-box li.sticky-item:nth-child(even) a {
  transform:rotate(4deg);
  position:relative;
  top:5px;
  background:#cfc;
}
ul.sticky-box li.sticky-item:nth-child(3n) a {
  transform:rotate(-3deg);
  position:relative;
  top:-5px;
  background:#ccf;
}
ul.sticky-box li.sticky-item:nth-child(5n) a {
  transform:rotate(5deg);
  position:relative;
  top:-10px;
}

ul.sticky-box li.sticky-item a:hover,ul.sticky-box li.sticky-item a:focus{
  box-shadow:10px 10px 7px rgba(0,0,0,.7);
  transform: scale(1.25);
  position:relative;
  z-index:5;
}

ul.sticky-box li.sticky-item,
ul.sticky-box-child li.sticky-item {
  margin:1em;
}


ul.sticky-box-child li.sticky-item a {
  background: rgba(255, 255, 255, 0.5);
  transform: rotate(0);
  height:18em;
  width:18em;
  box-shadow: 5px 5px 7px rgba(33,33,33,.4);
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.sticky-box-child li.sticky-item.image-item a {
  box-shadow: none;
  background: none;
  
}
.sticky-header {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.4;
}
.sticky-link {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1;
  color: #26304d;
}
ul.sticky-box .sticky-link {
  font-family: "Alegreya", serif;
  font-size: 1.75rem;
  line-height: 1.4;
  display: block;

}
ul.sticky-box-child li.sticky-item a:hover .sticky-link {
  color: #a61d37;
}

.sticky-text {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  margin-top: 12px;
  color: #26304d;
}

ul.sticky-box .sticky-text {
  font-family: "Alegreya", serif;
  display: block;
}


.grid-gradient {
  background:
   linear-gradient(
    LightSteelBlue, transparent 1px
   ),
   linear-gradient(
     90deg,
     LightSteelBlue, transparent 1px
   );
   background-size: 10px 10px;
   background-position: center center;
   border: 2px solid LightSteelBlue;
}




.g-bg-secondary-dark-v3 {
  background-color: #bcbfc6;
}

.g-bg-secondary-dark-v3--hover:hover {
  background-color: #06102d;
}</pre></body></html>