<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  padding: 0;
  margin: 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
}
a {
  color: #eee;
  transition: color 0.3s ease;
}
a:hover,
a:focus {
  color: #000;
  text-shadow: 0px 0px 3px #ffffff;
}
h2 {
  margin: 1.5em 0 0.5em;
}
body,
.cardcontent h4 {
  /*font-size:20px;*/
  font-size: 1rem;
  font-size: clamp(1rem, 0.8644578313253012rem + 0.6024096385542169vw, 1.25rem);
  font-weight: 400;
  line-height: 1.4;
}
.tabs li,
.cardcontent,
h3,
.dmoney {
  /*font-size:24px;*/
  font-size: 1rem;
  font-size: clamp(1rem, 0.7289156626506024rem + 1.2048192771084338vw, 1.5rem);
  font-weight: 700;
}
h2,
.but {
  /*font-size:30px;*/
  font-size: 1.25rem;
  font-size: clamp(
    1.25rem,
    0.911144578313253rem + 1.5060240963855422vw,
    1.875rem
  );
  font-weight: 700;
}
h1 {
  /*font-size:40px;*/
  font-size: 1.5rem;
  font-size: clamp(
    1.5rem,
    0.9578313253012047rem + 2.4096385542168677vw,
    2.5rem
  );
  line-height: 1.2;
}
#wrap {
  background: #005aa3 url(design/wrapbg.jpg) top center repeat-y;
  animation-play-state: paused;
  animation-name: gobg;
  animation-duration: 40s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
#wrap.active {
  animation-play-state: running;
}

@keyframes gobg {
  from {
    background-position: top center;
  }
  to {
    background-position: top -1586px center;
  }
}
@media (max-width: 1467px) {
  #wrap {
    background-size: 1400px auto;
  }
}
@media (max-width: 1220px) {
  #wrap {
    background-image: none;
  }
}
#content {
  padding-left: 50px;
  padding-right: 50px;
  width: 820px;
  max-width: calc(100% - 100px);
  margin: 0 auto;
  background: #0057a4 url(design/contentbg.jpg) top center no-repeat;
  background-size: 100% auto;
  -webkit-box-shadow: 0px 10px 25px 16px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 0px 10px 25px 16px rgba(0, 0, 0, 0.47);
  box-shadow: 0px 10px 25px 16px rgba(0, 0, 0, 0.47);
}
.tabs,
.tabcontent,
#bottomaction {
  padding-left: 50px;
  padding-right: 50px;
  margin-left: -50px;
  margin-right: -50px;
}
@media (max-width: 1023px) {
  #content {
    width: 890px;
    padding: 0 15px;
    max-width: calc(100% - 30px);
  }
  .tabs,
  .tabcontent,
  #bottomaction {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.IMGrodina {
  float: right;
  margin: 20px 0;
  width: 45%;
}

.IMGdeti {
  float: right;
  margin: 20px 0;
  width: 45%;
}

.IMGmaminka {
  float: right;
  margin: 20px 0;
  /*width:45%;*/
}

.IMGrodina.rodsmall {
  display: none;
}
@media (max-width: 767px) {
  .IMGrodina {
    display: none;
  }
  .IMGrodina.rodsmall {
    display: block;
    width: 40%;
  }
  .IMGmaminka {
    width: 47%;
    margin-top: 60px;
  }
}
.cit {
  padding-top: 30px;
  margin: 0;
  font-style: italic;
}
.but {
  border-radius: 14px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s ease;
  position: relative;
  margin: 0 0 30px 0;
  padding: 20px;
  z-index: 3;
  animation: breathe 5s linear infinite;
  background-color: rgb(126, 21, 42);
  background: linear-gradient(
    342deg,
    rgba(158, 28, 54, 1) 0%,
    rgba(178, 30, 60, 1) 100%
  );
}

@keyframes breathe {
  from {
    background: linear-gradient(
      342deg,
      rgba(158, 28, 54, 1) 0%,
      rgba(178, 30, 60, 1) 100%
    );
    margin: 0 0 30px 0;
    padding: 20px;
  }
  47% {
    background: linear-gradient(
      342deg,
      rgba(158, 28, 54, 1) 0%,
      rgba(178, 30, 60, 1) 100%
    );
    margin: 0 0 30px 0;
    padding: 20px;
  }
  50% {
    background: #971a33;
    margin: 3px 3px 33px 3px;
    padding: 17px;
  }
  53% {
    background: linear-gradient(
      342deg,
      rgba(158, 28, 54, 1) 0%,
      rgba(178, 30, 60, 1) 100%
    );
    margin: 0 0 30px 0;
    padding: 20px;
  }
  to {
    background: linear-gradient(
      342deg,
      rgba(158, 28, 54, 1) 0%,
      rgba(178, 30, 60, 1) 100%
    );
    margin: 0 0 30px 0;
    padding: 20px;
  }
}

#bottomaction .but {
  z-index: 0;
  animation: none;
  margin-top: 30px;
}

.but span {
  font-weight: normal;
}
.but:hover,
.but:focus {
  background: #fff;
  background-image: none;
  color: #b21e3c;
  animation: none;
}
#diagram {
  height: 200px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
}

#Mdiagram {
  height: 350px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
}

.d2000 {
  position: absolute;
  left: 0;
  color: #0057a4;
  background-color: rgb(255, 255, 255);
  background: linear-gradient(
    342deg,
    rgba(240, 240, 240, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.d4500 {
  position: absolute;
  left: 0;
  color: #0057a4;
  background-color: rgb(255, 255, 255);
  background: linear-gradient(
    342deg,
    rgba(240, 240, 240, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.dmoney {
  text-align: center;
  font-weight: bold;
  padding: 15px;
  border-radius: 14px;
  border: 1px solid #fff;
  width: 110px;
  top: 50%;
  transform: translateY(-50%);
}

.d4500.dmoney {
  top: 25%;
  transform: translateY(0);
}

.sipka {
  display: block;
  position: absolute;
  width: 35px;
  left: 155px;
  top: 50%;
  transform: translateY(-50%);
}

.Msipka {
  display: block;
  position: absolute;
  width: 35px;
  left: 155px;
  top: 50%;
  transform: translateY(-50%);
}

.line {
  position: absolute;
  right: 0;
  height: 100px;
  width: calc(100% - 110px);
}

.Mline {
  position: absolute;
  right: 0;
  height: 70px;
  width: calc(100% - 110px);
}

.line1 {
  top: 0;
}

.line2 {
  bottom: 0;
}

.Mline1 {
  top: 0;
}
.Mline2 {
  top: 70px;
}
.Mline3 {
  top: 140px;
}
.Mline4 {
  top: 210px;
}
.Mline5 {
  top: 280px;
}
.Mline6 {
  top: 350px;
}

.d1000 {
  position: absolute;
  left: 0;
  background: rgb(13, 106, 176);
  background: linear-gradient(
    342deg,
    rgba(45, 150, 204, 1) 30%,
    rgba(55, 164, 220, 1) 100%
  );
}
.dtext {
  position: absolute;
  right: 0;
  width: calc(100% - 160px);
  top: 50%;
  transform: translateY(-50%);
}

.dtext a,
.deti a {
  letter-spacing: 0.7px;
  padding: 0 0px;
}

.deti {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  #diagram,
  #Mdiagram {
    height: auto;
  }
  .d2000,
  .d4500 {
    position: relative;
    margin-right: calc(100% - 140px);
    top: auto;
    transform: translateY(0);
    margin-bottom: 15px;
  }
  .dmoney {
    padding: 7px;
    width: 90px;
    border-radius: 8px;
  }
  .d1000 {
    left: 45px;
  }
  .d1000:before {
    content: url(design/odrazka.svg);
    position: absolute;
    left: -40px;
    top: -5px;
  }
  .line {
    position: relative;
    top: auto;
    height: 80px;
    width: 100%;
  }

  .Mline {
    position: relative;
    top: auto;
    height: 50px;
    width: 100%;
  }

  .dtext {
    width: calc(100% - 175px);
  }
  .sipka,
  .Msipka {
    display: none;
  }
}
@media (max-width: 565px) {
  .line {
    height: 100px;
  }
}
@media (max-width: 455px) {
  .line {
    height: 130px;
  }
  .dmoney {
    padding: 7px;
    width: 70px;
  }
  .dtext {
    width: calc(100% - 145px);
  }
}
.tabs {
  background: url(design/fff.png) bottom left no-repeat;
  background-size: 100% 1px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 30px;
}
.tabs li {
  display: inline-block;
  width: calc(25% - 60px);
  margin: 0 15px;
  text-align: center;
  padding: 15px 0;
  text-transform: uppercase;
  cursor: pointer;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border: 1px solid #fff;
  background: #325892;
}
@media (max-width: 1023px) {
  .tabs li {
    width: calc(25% - 30px);
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  .tabs li {
    width: calc(25% - 10px);
    margin: 0 0px;
    padding: 10px 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
.tabs li.active {
  background: #0057a4;
  border-bottom: 1px solid #0057a4;
}
.tabcontent {
  display: none;
  background: #0057a4;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.tabcontent.active {
  display: block;
}
.card {
  text-align: center;
  display: inline-block;
  width: calc(33% - 66px);
  margin: 15px;
  padding: 0 15px;
  border-radius: 14px;
  position: relative;
  height: 140px;
  background: #fff url(design/logo.svg) center center no-repeat;
  background-size: 70% auto;
  animation: none;
  opacity: 0.2;
  color: rgba(255, 255, 255, 0);
}
.cardcontent {
  position: absolute;
  width: calc(100% - 30px);
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .card {
    width: calc(33% - 56px);
    margin: 10px;
  }
}
@media (max-width: 600px) {
  .card {
    width: calc(50% - 30px);
    margin: 5px;
    padding: 0 5px;
    height: 130px;
  }
  .cardcontent {
    width: calc(100% - 10px);
  }
}
.cardcontent h4 {
  margin: 0;
}
.tabcontent.active .card {
  animation: showit 0.8s ease;
  animation-fill-mode: forwards;
}
.tabcontent.active .card:nth-child(1) {
  background-image: none;
  animation-delay: 0s;
}
.tabcontent.active .card:nth-child(2) {
  animation-delay: 0.15s;
}
.tabcontent.active .card:nth-child(3) {
  animation-delay: 0.3s;
}
.tabcontent.active .card:nth-child(4) {
  animation-delay: 0.45s;
}
.tabcontent.active .card:nth-child(5) {
  animation-delay: 0.6s;
}
.tabcontent.active .card:nth-child(6) {
  animation-delay: 0.75s;
}
.tabcontent.active .card:nth-child(7) {
  animation-delay: 0.9s;
}
.tabcontent.active .card:nth-child(8) {
  animation-delay: 1.05s;
}
.tabcontent.active .card:nth-child(9) {
  animation-delay: 1.2s;
}
.tabcontent.active .card:nth-child(10) {
  animation-delay: 1.35s;
}
.tabcontent.active .card:nth-child(11) {
  animation-delay: 1.5s;
}
.tabcontent.active .card:nth-child(12) {
  animation-delay: 1.65s;
}
@keyframes showit {
  from {
    opacity: 0.2;
    color: rgba(255, 255, 255, 0);
  }
  30% {
    color: rgba(255, 255, 255, 0);
    background-image: none;
  }
  60% {
    opacity: 1;
    color: #0057a4;
    background-image: none;
  }
  to {
    opacity: 1;
    color: #0057a4;
    background-image: none;
  }
}

.prehled {
  text-align: center;
  margin: 100px 0 60px;
}
@media (max-width: 767px) {
  .prehled {
    margin: 30px 0;
  }
}

#bottomaction {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #0057a4 url(design/contentbg.jpg) top center;
  background-size:100% 200%;
  background-position: top +100% left;  
}

@media (min-width: 1024px) {
  #bottomaction {
    padding-left: calc(50% - 180px);
    padding-right: calc(50% - 180px);
  }
}

@media (max-width: 767px) {
  #bottomaction {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

#bottomaction h2 {
  margin-top: 0;
  text-transform: uppercase;
}
#bottomaction img {
  max-width: 20%;
}

#footer {
  display: block;
  background-image: url(design/logofooter.svg), url(design/dark.png);
  background-position: bottom right, bottom right;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, 100% 100%;
  height: 160px;
  position: relative;
  width: 920px;
  max-width: 100%;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: visible;
}
#content {
  padding-bottom: 160px;
}
#footer a {
  display: block;
  position: absolute;
  width: 100%;
  height: 65%;
  bottom: 0;
  z-index: 2;
}

#footer img {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 87%;
  width: auto;
  z-index: 1;
}
@media (max-width: 767px) {
  #footer {
    height: 160px;
  }
  #content {
    padding-bottom: 160px;
  }
}
@media (max-width: 650px) {
  #footer {
    height: 140px;
  }
  #content {
    padding-bottom: 140px;
  }
}
@media (max-width: 550px) {
  #footer {
    height: 120px;
  }
  #content {
    padding-bottom: 120px;
  }
}
@media (max-width: 460px) {
  #footer {
    height: 90px;
  }
  #content {
    padding-bottom: 90px;
  }
}
</pre></body></html>