body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'ariblk';
  font-size: 4.4rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3.3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 5.28rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.8rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.64rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 2.24rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23149dcc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-tspyBWlpnZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tspyBWlpnZ .mbr-text,
.cid-tspyBWlpnZ blockquote {
  color: #767676;
}
.cid-tspyBWlpnZ .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tspyBWlpnZ .mbr-text {
  text-align: left;
  color: #149dcc;
}
.cid-ukk0BQP8AU {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-ukk0BQP8AU .mbr-text,
.cid-ukk0BQP8AU blockquote {
  color: #767676;
}
.cid-ukk0BQP8AU .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tUQdLPkkOB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tUQdLPkkOB .mbr-text,
.cid-tUQdLPkkOB blockquote {
  color: #767676;
}
.cid-tUQdLPkkOB .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-tUQdLPkkOB .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tUQdLPkkOB #dChislo {
  display: inline-block;
  position: absolute;
  left: -14em;
}
.cid-tUQdLPkkOB #sChislo {
  color: #802000;
  border-radius: 2px;
  border: 3px solid #888;
  padding: 0 4px;
  background-color: #ccccff;
}
.cid-tUQdLPkkOB #sChislo:hover {
  color: #4d1300;
  border: 3px solid #559;
  background-color: #b8c5e0;
  transition: .3s ease;
}
.cid-tUQdLPkkOB #sChislo:not(:hover) {
  transition: .3s ease;
}
.cid-tUQdLPkkOB a.btn1:link {
  padding: 5px 28px 5px 28px;
  border-radius: 100px;
}
.cid-tUQdLPkkOB a.btn4:link {
  padding: 5px 31px;
  border-radius: 100px;
}
.cid-tUQdLPkkOB a.btn1:hover,
.cid-tUQdLPkkOB a.btn4:hover {
  color: #ffe6cc;
  border: 2px solid #80ff80;
  background-color: #99c2ff;
  box-shadow: 0 0 3px 1px #bbb;
  transition: 1s ease;
}
.cid-tUQdLPkkOB a.btn1:not(:hover),
.cid-tUQdLPkkOB a.btn4:not(:hover) {
  color: #999;
  border: 2px solid #999;
  background-color: #cce0ff;
  transition: 1s ease;
}
.cid-tUQdLPkkOB a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-tUQdLPkkOB a.btn2:hover {
  color: #ffe6cc;
  border: 2px solid #80ff80;
  background-color: #99c2ff;
  box-shadow: 0 0 3px 1px #bbb;
  transition: 1s ease;
}
.cid-tUQdLPkkOB a.btn2:not(:hover) {
  color: #999;
  border: 2px solid #999;
  background-color: #cce0ff;
  transition: 1s ease;
}
.cid-tahkAcoK3i {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-tahkAcoK3i .mbr-text,
.cid-tahkAcoK3i blockquote {
  color: #767676;
}
.cid-tahkAcoK3i .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-tahkAcoK3i .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tahkAcoK3i #sp_30june22_1 {
  color: #dadad7;
}
.cid-tahkAcoK3i #Btn_30_06_22_1 {
  width: 57px;
  height: 38px;
  border: 2px solid #999;
  border-radius: 22px;
  background-color: #00e699;
  box-shadow: 0 0 15px 4px #007080 inset;
}
.cid-tahkAcoK3i #Btn_30_06_22_1:hover {
  border: 2px double #00ffff;
  background-color: #33ffff;
  box-shadow: 0 0 21px 3px #fff, 0 0 5px 2px #ffffcc, 0 0 7px 4px #bbff33, 0 0 5px 0 #669999 inset;
  transition: .1s ease;
}
.cid-tahkAcoK3i #Btn_30_06_22_1:not(:hover) {
  transition: 3s ease;
}
.cid-uDGPzV81Tc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-uDGPzV81Tc .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDGPzV81Tc .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDGPzV81Tc .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDGPzV81Tc .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uDGPzV81Tc .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uDGPzV81Tc .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uDGPzV81Tc .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uDGPzV81Tc .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uDGPzV81Tc .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uDGPzV81Tc .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uDGPzV81Tc .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uDGPzV81Tc .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uDGPzV81Tc .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uDGPzV81Tc .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ueQACmlPUH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ueQACmlPUH .mbr-text,
.cid-ueQACmlPUH blockquote {
  color: #767676;
}
.cid-ueQACmlPUH .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-ueQACmlPUH .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-ueQACmlPUH #dChislo {
  display: inline-block;
  position: absolute;
  left: -12.8em;
}
.cid-ueQACmlPUH #sChislo {
  color: #802000;
  border-radius: 2px;
  border: 3px solid #888;
  padding: 0 4px;
  background-color: #ccccff;
}
.cid-ueQACmlPUH #sChislo:hover {
  border: 3px solid #559;
  background-color: #b8c5e0;
  transition: .3s ease;
}
.cid-ueQACmlPUH #sChislo:not(:hover) {
  transition: .3s ease;
}
.cid-ueQACmlPUH a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-ueQACmlPUH a.btn4:link {
  padding: 5px 31px;
  border-radius: 100px;
}
.cid-ueQACmlPUH a.btn1:hover,
.cid-ueQACmlPUH a.btn4:hover {
  color: #ffe6cc;
  border: 2px solid #80ff80;
  background-color: #99c2ff;
  box-shadow: 0 0 3px 1px #bbb;
  transition: 1s ease;
}
.cid-ueQACmlPUH a.btn1:not(:hover),
.cid-ueQACmlPUH a.btn4:not(:hover) {
  color: #999;
  border: 2px solid #999;
  background-color: #cce0ff;
  transition: 1s ease;
}
.cid-ueQACmlPUH a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-ueQACmlPUH a.btn2:hover {
  color: #ffe6cc;
  border: 2px solid #80ff80;
  background-color: #99c2ff;
  box-shadow: 0 0 3px 1px #bbb;
  transition: 1s ease;
}
.cid-ueQACmlPUH a.btn2:not(:hover) {
  color: #999;
  border: 2px solid #999;
  background-color: #cce0ff;
  transition: 1s ease;
}
@media screen and (max-width: 770px) {
  .cid-ueQACmlPUH #dChislo {
    font-size: 79%;
    left: -1.2em;
  }
  .cid-ueQACmlPUH #sChislo {
    border-radius: 1px;
    border: 2px solid #888;
    padding: 0 2px;
  }
}
@media screen and (min-width: 771px) {
  .cid-ueQACmlPUH #dChislo {
    font-size: 100%;
    left: -12.8em;
  }
  .cid-ueQACmlPUH #sChislo {
    border-radius: 2px;
    border: 3px solid #888;
    padding: 0 4px;
  }
}
.cid-ueQBjKmFl4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ueQBjKmFl4 .mbr-text,
.cid-ueQBjKmFl4 blockquote {
  color: #767676;
}
.cid-ueQBjKmFl4 .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-ueQBjKmFl4 .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-ueQBjKmFl4 .a_date {
  color: #465052;
}
.cid-ueQBjKmFl4 .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-ueQBjKmFl4 .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-ueQBjKmFl4 .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-ueQBjKmFl4 .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-ueQBjKmFl4 .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-ueQBjKmFl4 #d_01_03_2024 {
  display: inline-block;
  position: absolute;
  widht: 2.2em;
  height: 1.8em;
  font-size: 80%;
  color: #000080;
  border-radius: 15px;
  padding: 2px 5px 10px 5px;
  box-shadow: 0 0 5px 1px #ff3300 inset, 0 0 22px 2px #ffffcc;
  background-color: #ccffcc;
  left: 25%;
  top: .2em;
  z-index: 2;
}
.cid-ueQBjKmFl4 #d_01_03_2024:hover {
  color: #00cccc;
  box-shadow: 0 0 5px 1px #fffffc inset, 0 0 25px 2px #fffffc, 0 0 3px 3px #fff;
  background-color: #e6ecff;
  transition: 1.5s ease;
  transition-delay: .5s;
}
.cid-ueQBjKmFl4 #d_01_03_2024:not(:hover) {
  transition: 15s ease;
  transition-delay: 1.5s;
}
.cid-ueQBjKmFl4 #ifr_0 {
  display: block;
  position: relative;
  width: 0;
  height: 0;
  top: -1em;
  opacity: .01;
}
.cid-ueQBjKmFl4 .mbr-text DIV {
  text-align: left;
}
@media screen and (max-width: 770px) {
  .cid-ueQBjKmFl4 #d_01_03_2024 {
    font-size: 80%;
  }
}
@media screen and (min-width: 771px) {
  .cid-ueQBjKmFl4 #d_01_03_2024 {
    font-size: 111%;
  }
}
@media screen and (max-width: 500px) {
  .cid-ueQBjKmFl4 #ifr_0 {
    left: -6.2%;
  }
}
@media screen and (min-width: 501px) {
  .cid-ueQBjKmFl4 #ifr_0 {
    left: 0;
  }
}
.cid-ueSZtbgsgp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ueSZtbgsgp .mbr-text,
.cid-ueSZtbgsgp blockquote {
  color: #767676;
}
.cid-ueSZtbgsgp .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueSZtbgsgp #dIsot {
  display: block;
  position: relative;
  border: 3px solid transparent;
  border-radius: 15px;
  padding: 4px 12px;
}
.cid-ueSZtbgsgp #dIsot:hover {
  color: #1f7a7a;
  border: 3px solid #eee;
  text-shadow: 0 0 2px #ffffcc, 0 0 5px #fffffc, 0 0 8px #fff, 0 0 15px #fffffc;
  box-shadow: 0 0 5px 1px #fff, 0 0 4px 1px #fff inset;
  transition: 4s ease;
}
.cid-ueSZtbgsgp #dIsot:not(:hover) {
  transition: 6s ease;
}
.cid-ueSZtbgsgp .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueT1uqBe7C {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-ueT1uqBe7C .mbr-text,
.cid-ueT1uqBe7C blockquote {
  color: #767676;
}
.cid-ueT1uqBe7C .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-ueT1uqBe7C #dByt {
  display: block;
  position: relative;
  color: transparent;
}
.cid-ueT1uqBe7C #dByt:hover {
  color: #004080;
  transition: 1s ease;
}
.cid-ueT1uqBe7C #dByt:not(:hover) {
  transition: 12s ease;
}
.cid-ueT1uqBe7C .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueSXS6xPEC {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-ueSXS6xPEC .mbr-text,
.cid-ueSXS6xPEC blockquote {
  color: #767676;
}
.cid-ueSXS6xPEC .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueSXS6xPEC .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueT5dMpADp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ueT5dMpADp .mbr-text,
.cid-ueT5dMpADp blockquote {
  color: #767676;
}
.cid-ueT5dMpADp #d_26_Iskaz {
  border: 3px solid transparent;
  border-radius: 15px;
  padding: 5px 14px;
}
.cid-ueT5dMpADp #d_26_Iskaz:hover {
  color: #1f7a7a;
  border: 3px solid #eee;
  text-shadow: 0 0 2px #ffffcc, 0 0 5px #fffffc, 0 0 8px #fff, 0 0 15px #fffffc;
  box-shadow: 0 0 5px 1px #fff, 0 0 4px 1px #fff inset;
  transition: 4s ease;
}
.cid-ueT5dMpADp #d_26_Iskaz:not(:hover) {
  transition: 6s ease;
}
.cid-ueT5dMpADp .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT5dMpADp .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueT5yce7Zr {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-ueT5yce7Zr .mbr-text,
.cid-ueT5yce7Zr blockquote {
  color: #767676;
}
.cid-ueT5yce7Zr #dByt {
  display: block;
  position: relative;
  color: transparent;
}
.cid-ueT5yce7Zr #dByt:hover {
  color: #004080;
  transition: 1s ease;
}
.cid-ueT5yce7Zr #dByt:not(:hover) {
  transition: 12s ease;
}
.cid-ueT5yce7Zr .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT5yce7Zr .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueT5DvEoQ8 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-ueT5DvEoQ8 .mbr-text,
.cid-ueT5DvEoQ8 blockquote {
  color: #767676;
}
.cid-ueT5DvEoQ8 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT5DvEoQ8 #d_27_Isot {
  border: 3px solid transparent;
  border-radius: 15px;
  padding: 5px 14px;
}
.cid-ueT5DvEoQ8 #d_27_Isot:hover {
  color: #1f7a7a;
  border: 3px solid #eee;
  text-shadow: 0 0 2px #ffffcc, 0 0 5px #fffffc, 0 0 8px #fff, 0 0 15px #fffffc;
  box-shadow: 0 0 5px 1px #fff, 0 0 4px 1px #fff inset;
  transition: 4s ease;
}
.cid-ueT5DvEoQ8 #d_27_Isot:not(:hover) {
  transition: 6s ease;
}
.cid-ueT5DvEoQ8 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueT5CWNkyO {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-ueT5CWNkyO .mbr-text,
.cid-ueT5CWNkyO blockquote {
  color: #767676;
}
.cid-ueT5CWNkyO #dTetvor {
  font-size: 115%;
}
.cid-ueT5CWNkyO #sTvts {
  border-radius: 11px;
  padding: 0 3px;
  text-shadow: 0 0 1px #dadad7;
  box-shadow: 0 0 8px 1px #dadad7;
}
.cid-ueT5CWNkyO .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT5CWNkyO .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueT5BMuXIB {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ueT5BMuXIB .mbr-text,
.cid-ueT5BMuXIB blockquote {
  color: #767676;
}
.cid-ueT5BMuXIB #sGlav {
  border-bottom: 1px solid #aaa;
  z-index: 2;
}
.cid-ueT5BMuXIB #sGlbd {
  border-bottom: 1px solid #aaa;
}
.cid-ueT5BMuXIB #dSko {
  display: block;
  position: absolute;
  opacity: .01;
  border-radius: 9px;
  padding: 0 5px;
  height: .6;
  background-color: #f0f0f0;
  box-shadow: 0 0 3px 0 #804000;
  left: 7em;
  top: -1.5em;
}
.cid-ueT5BMuXIB #sGlavby {
  display: inline-block;
  position: relative;
}
.cid-ueT5BMuXIB #dBydl {
  display: block;
  position: absolute;
  visibility: hidden;
  opacity: .01;
  border-radius: 9px;
  padding: 0 5px;
  height: .6;
  background-color: #f0f0f0;
  box-shadow: 0 0 3px 0 #804000;
  left: 1em;
  top: -1.3em;
}
.cid-ueT5BMuXIB .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT5BMuXIB .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueT7l4gcuO {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ueT7l4gcuO .mbr-text,
.cid-ueT7l4gcuO blockquote {
  color: #767676;
}
.cid-ueT7l4gcuO .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT7l4gcuO #sNisob {
  border-bottom: 1px solid #999;
}
.cid-ueT7l4gcuO .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueT7oNAr1B {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ueT7oNAr1B .mbr-text,
.cid-ueT7oNAr1B blockquote {
  color: #767676;
}
.cid-ueT7oNAr1B #dChtoby {
  display: none;
  position: relative;
  border-right: 3px solid red;
  border-radius: 18px 18px 0 0;
  border-top: 3px solid red;
  border-left: 3px solid red;
  background-color: #d1d1d1;
  padding: 0 15px;
  margin-top: 5px;
}
.cid-ueT7oNAr1B .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT7oNAr1B .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueT83nSn5u {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ueT83nSn5u .mbr-text,
.cid-ueT83nSn5u blockquote {
  color: #767676;
}
.cid-ueT83nSn5u #dOninsm {
  display: none;
  position: relative;
  border-radius: 0 0 18px 18px;
  border-right: 3px solid red;
  border-bottom: 3px solid red;
  border-left: 3px solid red;
  background-color: #d1d1d1;
  padding: 0 10px 8px 44px;
  margin-bottom: 15px;
}
.cid-ueT83nSn5u .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT83nSn5u .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-ueT83nSn5u .mbr-text DIV {
  text-align: left;
}
.cid-ueT8D5wcW9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ueT8D5wcW9 .mbr-text,
.cid-ueT8D5wcW9 blockquote {
  color: #767676;
}
.cid-ueT8D5wcW9 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT8D5wcW9 #dChtnmnorvm {
  display: none;
  position: relative;
  color: #232323;
  border: 3px solid blue;
  border-radius: 18px;
  padding: 5px 14px;
  margin-top: 8px;
  margin-bottom: 15px;
  background-color: #d1d1d1;
  left: -1.5em;
}
.cid-ueT8D5wcW9 #dChtnmnorvm:hover {
  color: #002;
  background-color: #ff884d;
  box-shadow: 0 0 15px 2px #000;
  transition: 1s ease;
}
.cid-ueT8D5wcW9 #dChtnmnorvm:not(:hover) {
  transition: 3s ease;
}
.cid-ueT8D5wcW9 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueT8FtMcNE {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ueT8FtMcNE .mbr-text,
.cid-ueT8FtMcNE blockquote {
  color: #767676;
}
.cid-ueT8FtMcNE .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT8FtMcNE #dAzaet {
  display: none;
  color: #465052;
  border-radius: 15px;
  border: 2px solid #aaa;
  padding: 2px 15px;
  background-color: #ffc6b3;
}
.cid-ueT8FtMcNE #dAzaet:hover {
  color: #fff;
  border: 2px solid #809fff;
  background-color: #ff1aff;
  box-shadow: -3px 5px 15px 0 #330011;
  transition: 2s ease;
}
.cid-ueT8FtMcNE #dAzaet:not(:hover) {
  transition: 4s ease;
}
.cid-ueT8FtMcNE .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueT99DoX2C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ueT99DoX2C .mbr-text,
.cid-ueT99DoX2C blockquote {
  color: #767676;
}
.cid-ueT99DoX2C .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT99DoX2C #dTepmy {
  display: none;
  color: #002;
  border-radius: 15px;
  padding: 0 11px 5px 15px;
  background-color: #ff9980;
  margin-bottom: 35px;
}
.cid-ueT99DoX2C #dTepmy:hover {
  color: #ffdddd;
  background-color: #990099;
  box-shadow: 0 0 0 1px #ffdddd, -3px 5px 17px 2px #1a0008;
  transition: 2s ease;
}
.cid-ueT99DoX2C #dTepmy:not(:hover) {
  transition: 4s ease;
}
.cid-ueT99DoX2C .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueYVqI5v7g {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ueYVqI5v7g .mbr-text,
.cid-ueYVqI5v7g blockquote {
  color: #767676;
}
.cid-ueYVqI5v7g .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-ueYVqI5v7g .mbr-text {
  text-align: center;
}
.cid-ueT9asICVu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ueT9asICVu .mbr-text,
.cid-ueT9asICVu blockquote {
  color: #767676;
}
.cid-ueT9asICVu .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT9asICVu .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueT9qz0eDJ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ueT9qz0eDJ .mbr-text,
.cid-ueT9qz0eDJ blockquote {
  color: #767676;
}
.cid-ueT9qz0eDJ .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT9qz0eDJ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueT9rNt7u0 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-ueT9rNt7u0 .mbr-text,
.cid-ueT9rNt7u0 blockquote {
  color: #767676;
}
.cid-ueT9rNt7u0 #dIvldnd {
  border: 3px solid transparent;
  border-radius: 15px;
  padding: 5px 14px;
}
.cid-ueT9rNt7u0 #dIvldnd:hover {
  color: #1f7a7a;
  border: 3px solid #eee;
  text-shadow: 0 0 2px #ffffcc, 0 0 5px #fffffc, 0 0 8px #fff, 0 0 15px #fffffc;
  box-shadow: 0 0 5px 1px #fff, 0 0 4px 1px #fff inset;
  transition: 4s ease;
}
.cid-ueT9rNt7u0 #dIvldnd:not(:hover) {
  transition: 6s ease;
}
.cid-ueT9rNt7u0 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT9rNt7u0 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueT9rbqcr9 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ueT9rbqcr9 .mbr-text,
.cid-ueT9rbqcr9 blockquote {
  color: #767676;
}
.cid-ueT9rbqcr9 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT9rbqcr9 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueT9sjPI5O {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ueT9sjPI5O .mbr-text,
.cid-ueT9sjPI5O blockquote {
  color: #767676;
}
.cid-ueT9sjPI5O .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT9sjPI5O .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueT9PydzQc {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ueT9PydzQc .mbr-text,
.cid-ueT9PydzQc blockquote {
  color: #767676;
}
.cid-ueT9PydzQc .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT9PydzQc .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueZ05HBTUW {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-ueZ05HBTUW .mbr-text,
.cid-ueZ05HBTUW blockquote {
  color: #767676;
}
.cid-ueZ05HBTUW #dByt {
  display: block;
  position: relative;
  color: transparent;
}
.cid-ueZ05HBTUW #dByt:hover {
  color: #004080;
  transition: 1s ease;
}
.cid-ueZ05HBTUW #dByt:not(:hover) {
  transition: 12s ease;
}
.cid-ueZ05HBTUW .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueZ05HBTUW .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueTaAzIVxD {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ueTaAzIVxD .mbr-text,
.cid-ueTaAzIVxD blockquote {
  color: #767676;
}
.cid-ueTaAzIVxD .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueTaAzIVxD .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueTc5YJFDu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ueTc5YJFDu .mbr-text,
.cid-ueTc5YJFDu blockquote {
  color: #767676;
}
.cid-ueTc5YJFDu .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueTc5YJFDu .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tG0a7MG2FX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tG0a7MG2FX .mbr-text,
.cid-tG0a7MG2FX blockquote {
  color: #767676;
}
.cid-tG0a7MG2FX .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-tG0a7MG2FX .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tG0a7MG2FX #Btn_24_10_21_1_2 {
  width: 35px;
  height: 35px;
  border-radius: 15px;
}
.cid-tG0a7MG2FX #Btn_24_10_21_1_2:hover {
  color: #aac;
  background-color: #ffe6ff;
  border: 2px solid #ccc;
  transition: .3s ease;
}
.cid-tG0a7MG2FX #Btn_24_10_21_1_2:not(:hover) {
  color: #ffb3ff;
  background-color: #ffb3ff;
  border: 2px solid #777;
  transition: .5s ease;
}
.cid-ueQCj7GSwX {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-uDGPzV81Tc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-uDGPzV81Tc .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDGPzV81Tc .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDGPzV81Tc .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDGPzV81Tc .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uDGPzV81Tc .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uDGPzV81Tc .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uDGPzV81Tc .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uDGPzV81Tc .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uDGPzV81Tc .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uDGPzV81Tc .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uDGPzV81Tc .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uDGPzV81Tc .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uDGPzV81Tc .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uDGPzV81Tc .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uDGB0TF9e1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uDGB0TF9e1 .mbr-text,
.cid-uDGB0TF9e1 blockquote {
  color: #767676;
}
.cid-uDGB0TF9e1 .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-uDGB0TF9e1 .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-uDGB0TF9e1 #dChislo {
  display: inline-block;
  position: absolute;
  left: -12.8em;
}
.cid-uDGB0TF9e1 #sChislo {
  color: #802000;
  border-radius: 2px;
  border: 3px solid #888;
  padding: 0 4px;
  background-color: #ccccff;
}
.cid-uDGB0TF9e1 #sChislo:hover {
  border: 3px solid #559;
  background-color: #b8c5e0;
  transition: .3s ease;
}
.cid-uDGB0TF9e1 #sChislo:not(:hover) {
  transition: .3s ease;
}
.cid-uDGB0TF9e1 a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-uDGB0TF9e1 a.btn4:link {
  padding: 5px 31px;
  border-radius: 100px;
}
.cid-uDGB0TF9e1 a.btn1:hover,
.cid-uDGB0TF9e1 a.btn4:hover {
  color: #ffe6cc;
  border: 2px solid #80ff80;
  background-color: #99c2ff;
  box-shadow: 0 0 3px 1px #bbb;
  transition: 1s ease;
}
.cid-uDGB0TF9e1 a.btn1:not(:hover),
.cid-uDGB0TF9e1 a.btn4:not(:hover) {
  color: #999;
  border: 2px solid #999;
  background-color: #cce0ff;
  transition: 1s ease;
}
.cid-uDGB0TF9e1 a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-uDGB0TF9e1 a.btn2:hover {
  color: #ffe6cc;
  border: 2px solid #80ff80;
  background-color: #99c2ff;
  box-shadow: 0 0 3px 1px #bbb;
  transition: 1s ease;
}
.cid-uDGB0TF9e1 a.btn2:not(:hover) {
  color: #999;
  border: 2px solid #999;
  background-color: #cce0ff;
  transition: 1s ease;
}
@media screen and (max-width: 770px) {
  .cid-uDGB0TF9e1 #dChislo {
    font-size: 79%;
    left: -1.2em;
  }
  .cid-uDGB0TF9e1 #sChislo {
    border-radius: 1px;
    border: 2px solid #888;
    padding: 0 2px;
  }
  .cid-uDGB0TF9e1 #sChislo:hover {
    border: 2px solid #559;
    background-color: #b8c5e0;
    transition: .3s ease;
  }
}
@media screen and (min-width: 771px) {
  .cid-uDGB0TF9e1 #dChislo {
    font-size: 100%;
    left: -12.8em;
  }
  .cid-uDGB0TF9e1 #sChislo {
    border-radius: 2px;
    border: 2px solid #888;
    padding: 0 4px;
  }
  .cid-uDGB0TF9e1 #sChislo:hover {
    border: 2px solid #559;
    background-color: #b8c5e0;
    transition: .3s ease;
  }
}
.cid-uDGB0U34tq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uDGB0U34tq .mbr-text,
.cid-uDGB0U34tq blockquote {
  color: #767676;
}
.cid-uDGB0U34tq .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-uDGB0U34tq .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-uDGB0U34tq .a_date {
  color: #465052;
}
.cid-uDGB0U34tq .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-uDGB0U34tq .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-uDGB0U34tq .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-uDGB0U34tq .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-uDGB0U34tq .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-uDGB0U34tq #d_01_03_2024 {
  display: inline-block;
  position: absolute;
  widht: 2.2em;
  height: 1.8em;
  font-size: 80%;
  color: #000080;
  border-radius: 15px;
  padding: 2px 5px 10px 5px;
  box-shadow: 0 0 5px 1px #ff3300 inset, 0 0 22px 2px #ffffcc;
  background-color: #ccffcc;
  left: 25%;
  top: .2em;
  z-index: 2;
}
.cid-uDGB0U34tq #d_01_03_2024:hover {
  color: #00cccc;
  box-shadow: 0 0 5px 1px #fffffc inset, 0 0 25px 2px #fffffc, 0 0 3px 3px #fff;
  background-color: #e6ecff;
  transition: 1.5s ease;
  transition-delay: .5s;
}
.cid-uDGB0U34tq #d_01_03_2024:not(:hover) {
  transition: 15s ease;
  transition-delay: 1.5s;
}
.cid-uDGB0U34tq #ifr_0 {
  display: block;
  position: relative;
  width: 0;
  height: 0;
  top: -1em;
  opacity: .01;
}
.cid-uDGB0U34tq .mbr-text DIV {
  text-align: left;
}
@media screen and (max-width: 770px) {
  .cid-uDGB0U34tq #d_01_03_2024 {
    font-size: 80%;
  }
}
@media screen and (min-width: 771px) {
  .cid-uDGB0U34tq #d_01_03_2024 {
    font-size: 111%;
  }
}
@media screen and (max-width: 500px) {
  .cid-uDGB0U34tq #ifr_0 {
    left: -6.2%;
  }
}
@media screen and (min-width: 501px) {
  .cid-uDGB0U34tq #ifr_0 {
    left: 0;
  }
}
.cid-uDGPZ9orvy {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uDGPZ9orvy .mbr-text,
.cid-uDGPZ9orvy blockquote {
  color: #767676;
}
.cid-uDGPZ9orvy .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uDGPZ9orvy #sEtvd {
  border-bottom: 1px solid #888;
}
.cid-uDGPZ9orvy #sVbd {
  display: none;
  position: absolute;
  font-size: 85%;
  border: 2px solid #ff4d4d;
  border-radius: 11px;
  padding: 2px 8px;
  background-color: #ffaaaa;
  top: 0;
  left: 40%;
  opacity: .9;
}
.cid-uDGPZ9orvy #sVbd:hover {
  color: #0000aa;
  border: 2px solid #4d4d00;
  background-color: #aaa;
  opacity: 1;
  transition: 1s ease;
}
.cid-uDGPZ9orvy #sVbd:not(:hover) {
  transition: 1.5s ease;
}
.cid-uDGPZ9orvy .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uDGQ4R9UBb {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uDGQ4R9UBb .mbr-text,
.cid-uDGQ4R9UBb blockquote {
  color: #767676;
}
.cid-uDGQ4R9UBb .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-uDGQ4R9UBb .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uDGQ1z1led {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uDGQ1z1led .mbr-text,
.cid-uDGQ1z1led blockquote {
  color: #767676;
}
.cid-uDGQ1z1led .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uDGQ1z1led .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uDHwqrQXqH {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-uDHwqrQXqH .mbr-text,
.cid-uDHwqrQXqH blockquote {
  color: #767676;
}
.cid-uDHwqrQXqH .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-uDHwqrQXqH .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-uDGQ0g7ib1 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uDGQ0g7ib1 .mbr-text,
.cid-uDGQ0g7ib1 blockquote {
  color: #767676;
}
.cid-uDGQ0g7ib1 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uDGQ0g7ib1 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uDHxGuDFxA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uDHxGuDFxA .mbr-text,
.cid-uDHxGuDFxA blockquote {
  color: #767676;
}
.cid-uDHxGuDFxA .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uDHxGuDFxA .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uDHxI2saWt {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uDHxI2saWt .mbr-text,
.cid-uDHxI2saWt blockquote {
  color: #767676;
}
.cid-uDHxI2saWt .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uDHxI2saWt .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uDGQ0Y2uuW {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-uDGQ0Y2uuW .mbr-text,
.cid-uDGQ0Y2uuW blockquote {
  color: #767676;
}
.cid-uDGQ0Y2uuW .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uDGQ0Y2uuW .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uDHzZz41ei {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uDHzZz41ei .mbr-text,
.cid-uDHzZz41ei blockquote {
  color: #767676;
}
.cid-uDHzZz41ei .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-uDHzZz41ei .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-uDHAor5eQJ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-uDHAor5eQJ .mbr-text,
.cid-uDHAor5eQJ blockquote {
  color: #767676;
}
.cid-uDHAor5eQJ .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-uDHAor5eQJ .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-uDHxK3EnOo {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-uDHxK3EnOo .mbr-text,
.cid-uDHxK3EnOo blockquote {
  color: #767676;
}
.cid-uDHxK3EnOo .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uDHxK3EnOo .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uDHABAxxqc {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uDHABAxxqc .mbr-text,
.cid-uDHABAxxqc blockquote {
  color: #767676;
}
.cid-uDHABAxxqc .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uDHABAxxqc .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uDHAENf3WW {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-uDHAENf3WW .mbr-text,
.cid-uDHAENf3WW blockquote {
  color: #767676;
}
.cid-uDHAENf3WW .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uDHAENf3WW .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uDHAG47sKc {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-uDHAG47sKc .mbr-text,
.cid-uDHAG47sKc blockquote {
  color: #767676;
}
.cid-uDHAG47sKc .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uDHAG47sKc .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uDHADojJfy {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uDHADojJfy .mbr-text,
.cid-uDHADojJfy blockquote {
  color: #767676;
}
.cid-uDHADojJfy .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uDHADojJfy .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uDIgdpHg0W {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-uDIgdpHg0W .mbr-text,
.cid-uDIgdpHg0W blockquote {
  color: #767676;
}
.cid-uDIgdpHg0W .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-uDIgdpHg0W .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-uDHBTpQc5g {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-uDHBTpQc5g .mbr-text,
.cid-uDHBTpQc5g blockquote {
  color: #767676;
}
.cid-uDHBTpQc5g .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-uDHBTpQc5g .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-uDHInidqKo {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #dadad7;
}
.cid-uDHInidqKo .mbr-text,
.cid-uDHInidqKo blockquote {
  color: #767676;
}
.cid-uDHInidqKo .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uDHInidqKo .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uDGB0XOumf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uDGB0XOumf .mbr-text,
.cid-uDGB0XOumf blockquote {
  color: #767676;
}
.cid-uDGB0XOumf .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-uDGB0XOumf .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-uDGB0XOumf #Btn_24_10_21_1_2 {
  width: 35px;
  height: 35px;
  border-radius: 15px;
}
.cid-uDGB0XOumf #Btn_24_10_21_1_2:hover {
  color: #aac;
  background-color: #ffe6ff;
  border: 2px solid #ccc;
  transition: .3s ease;
}
.cid-uDGB0XOumf #Btn_24_10_21_1_2:not(:hover) {
  color: #ffb3ff;
  background-color: #ffb3ff;
  border: 2px solid #777;
  transition: .5s ease;
}
.cid-uDGB0XYU7v {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #dadad7;
}
.cid-uDGPzV81Tc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-uDGPzV81Tc .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDGPzV81Tc .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDGPzV81Tc .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDGPzV81Tc .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uDGPzV81Tc .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uDGPzV81Tc .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uDGPzV81Tc .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uDGPzV81Tc .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uDGPzV81Tc .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uDGPzV81Tc .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uDGPzV81Tc .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uDGPzV81Tc .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uDGPzV81Tc .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uDGPzV81Tc .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uHAvqkvqzW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uHAvqkvqzW .mbr-text,
.cid-uHAvqkvqzW blockquote {
  color: #767676;
}
.cid-uHAvqkvqzW .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-uHAvqkvqzW .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-uHAvqkvqzW #dChislo {
  display: inline-block;
  position: absolute;
  left: -12.8em;
}
.cid-uHAvqkvqzW #sChislo {
  color: #802000;
  border-radius: 2px;
  border: 3px solid #888;
  padding: 0 4px;
  background-color: #ccccff;
}
.cid-uHAvqkvqzW #sChislo:hover {
  border: 3px solid #559;
  background-color: #b8c5e0;
  transition: .3s ease;
}
.cid-uHAvqkvqzW #sChislo:not(:hover) {
  transition: .3s ease;
}
.cid-uHAvqkvqzW a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-uHAvqkvqzW a.btn4:link {
  padding: 5px 31px;
  border-radius: 100px;
}
.cid-uHAvqkvqzW a.btn1:hover,
.cid-uHAvqkvqzW a.btn4:hover {
  color: #ffe6cc;
  border: 2px solid #80ff80;
  background-color: #99c2ff;
  box-shadow: 0 0 3px 1px #bbb;
  transition: 1s ease;
}
.cid-uHAvqkvqzW a.btn1:not(:hover),
.cid-uHAvqkvqzW a.btn4:not(:hover) {
  color: #999;
  border: 2px solid #999;
  background-color: #cce0ff;
  transition: 1s ease;
}
.cid-uHAvqkvqzW a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-uHAvqkvqzW a.btn2:hover {
  color: #ffe6cc;
  border: 2px solid #80ff80;
  background-color: #99c2ff;
  box-shadow: 0 0 3px 1px #bbb;
  transition: 1s ease;
}
.cid-uHAvqkvqzW a.btn2:not(:hover) {
  color: #999;
  border: 2px solid #999;
  background-color: #cce0ff;
  transition: 1s ease;
}
@media screen and (max-width: 770px) {
  .cid-uHAvqkvqzW #dChislo {
    font-size: 79%;
    left: -1.2em;
  }
  .cid-uHAvqkvqzW #sChislo {
    border-radius: 1px;
    border: 2px solid #888;
    padding: 0 2px;
  }
  .cid-uHAvqkvqzW #sChislo:hover {
    border: 2px solid #559;
    background-color: #b8c5e0;
    transition: .3s ease;
  }
}
@media screen and (min-width: 771px) {
  .cid-uHAvqkvqzW #dChislo {
    font-size: 100%;
    left: -12.8em;
  }
  .cid-uHAvqkvqzW #sChislo {
    border-radius: 2px;
    border: 2px solid #888;
    padding: 0 4px;
  }
  .cid-uHAvqkvqzW #sChislo:hover {
    border: 2px solid #559;
    background-color: #b8c5e0;
    transition: .3s ease;
  }
}
.cid-uHAvqkZcYz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uHAvqkZcYz .mbr-text,
.cid-uHAvqkZcYz blockquote {
  color: #767676;
}
.cid-uHAvqkZcYz .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-uHAvqkZcYz .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-uHAvqkZcYz .a_date {
  color: #465052;
}
.cid-uHAvqkZcYz .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-uHAvqkZcYz .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-uHAvqkZcYz .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-uHAvqkZcYz .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-uHAvqkZcYz .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-uHAvqkZcYz #sp_06apr25_1 {
  color: #465052;
}
.cid-uHAvqkZcYz #sp_06apr25_1:hover {
  color: #ff0000;
  text-shadow: 1px 1px 0 #000;
  transition: .5s ease;
}
.cid-uHAvqkZcYz #sp_06apr25_1:not(:hover) {
  transition: 1s ease;
}
.cid-uHAvqkZcYz .mbr-text DIV {
  text-align: left;
}
.cid-uHAO8oxbcP {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uHAO8oxbcP .mbr-text,
.cid-uHAO8oxbcP blockquote {
  color: #767676;
}
.cid-uHAO8oxbcP .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-uHAO8oxbcP #dDel {
  color: #ff7f9f;
  font-weight: 500;
}
.cid-uHAO8oxbcP #dDel:hover {
  color: #ff9999;
  text-shadow: 0 0 2px #fff, 0 0 2px #fffffc;
  transition: 1.5s ease;
}
.cid-uHAO8oxbcP #dDel:not(:hover) {
  transition: 3.5s ease;
}
.cid-uHAO8oxbcP .mbr-text {
  color: #4f4943;
  text-align: center;
}
.cid-uHAygi1ZCN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uHAygi1ZCN .mbr-text,
.cid-uHAygi1ZCN blockquote {
  color: #767676;
}
.cid-uHAygi1ZCN .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uHAygi1ZCN .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uHAylahPy5 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-uHAylahPy5 .mbr-text,
.cid-uHAylahPy5 blockquote {
  color: #767676;
}
.cid-uHAylahPy5 #sNovinpr {
  border-bottom: 1px solid #999;
}
.cid-uHAylahPy5 #sNovin {
  display: inline-block;
  position: relative;
}
.cid-uHAylahPy5 #sAsetm {
  display: none;
  position: absolute;
  color: #465052;
  font-size: 144%;
  width: 11em;
  border: 1px solid #fff;
  border-radius: 11px;
  padding: 2px 20px 4px 20px;
  box-shadow: 0 0 2px 0 #fff;
  background-color: #ffe0cc;
  bottom: 1.3em;
  left: 15%;
  z-index: 1;
}
.cid-uHAylahPy5 #sAsetm:hover {
  color: #000099;
  border: 1px solid #001133;
  border-radius: 2px;
  box-shadow: -1px 1px 7px 0 #000080, -1px 1px 2px 0 #ffffff, 0 0 7px 2px #662200 inset;
  background-color: #ff7733;
  z-index: 5;
}
.cid-uHAylahPy5 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uHAylahPy5 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uHAyw9nyVx {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-uHAyw9nyVx .mbr-text,
.cid-uHAyw9nyVx blockquote {
  color: #767676;
}
.cid-uHAyw9nyVx .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uHAyw9nyVx #dRazd {
  display: block;
  position: absolute;
  height: .1em;
  width: 90vw;
  left: 1%;
  top: 1.4em;
}
.cid-uHAyw9nyVx a {
  color: #465052;
}
.cid-uHAyw9nyVx a:hover {
  color: #465052;
}
.cid-uHAyw9nyVx #dIcht {
  display: block;
  position: absolute;
  font-size: 100%;
  border: 2px solid #dadad7;
  border-radius: 12px;
  padding: 0 17px;
  background-color: #dadad7;
  bottom: -1em;
  left: 0;
  z-index: 2;
}
.cid-uHAyw9nyVx #dIcht:hover {
  z-index: 5;
}
.cid-uHAyw9nyVx #dIcht:not(:hover) {
  transition: 2s ease;
}
.cid-uHAyw9nyVx .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uHAyvodA99 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uHAyvodA99 .mbr-text,
.cid-uHAyvodA99 blockquote {
  color: #767676;
}
.cid-uHAyvodA99 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uHAyvodA99 a.link {
  color: #0086b3;
  text-shadow: 0 0 1px 1px #fff,  0 0 1px 1px #fff;
}
.cid-uHAyvodA99 a:hover {
  color: #00cccc;
  text-shadow: 0 0 2px 1px #fff,  0 0 1px 1px #fff,  0 0 1px 1px #fff, 0 0 3px 1px #fffffc;
  transition: 1s ease;
}
.cid-uHAyvodA99 a:not(:hover) {
  transition: 3.5s ease;
}
.cid-uHAyvodA99 #dSpr {
  display: block;
  position: absolute;
  width: 90%;
  color: #0086b3;
  font-size: 125%;
  border-radius: 22px;
  padding: 14px 24px;
  box-shadow: 0 0 7px 1px #dadad7, 0 0 5px 0 #dadad7;
  background-color: #e6e6e6;
  bottom: -1em;
  left: 0;
  height: 100%;
  opacity: .01;
  z-index: -2;
}
.cid-uHAyvodA99 #dSpr:hover {
  color: #70dbdb;
  font-size: 135%;
  width: 105%;
  border-radius: 22px;
  text-shadow: 0 0 2px #fff, 0 0 1px #fff, 0 0 5px #ffffcc, 0 0 11px #fff, 0 0 22px #fffffc;
  box-shadow: 0 0 25px 2px #fff, 0 0 17px 1px #fff, 0 0 8px 1px #fff, 0 0 17px 1px #fff inset;
  background-color: #f5f5f5;
  left: -2%;
  transition: 3.5s ease;
}
.cid-uHAyvodA99 #dSpr:not(:hover) {
  transition: 11s ease;
  transition-delay: 3s;
}
.cid-uHAyvodA99 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uHAysqlQ9T {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uHAysqlQ9T .mbr-text,
.cid-uHAysqlQ9T blockquote {
  color: #767676;
}
.cid-uHAysqlQ9T .text-black:hover {
  border-bottom: 2px solid #330000;
}
.cid-uHAysqlQ9T #dKajsh {
  display: block;
  position: relative;
  top: .2em;
}
.cid-uHAysqlQ9T .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uHAysqlQ9T .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uHAyjTE0Dn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uHAyjTE0Dn .mbr-text,
.cid-uHAyjTE0Dn blockquote {
  color: #767676;
}
.cid-uHAyjTE0Dn #dSprispr {
  display: none;
  padding: 0 0 14px 0;
}
.cid-uHAyjTE0Dn .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uHAyjTE0Dn .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uHAB1K2AAq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uHAB1K2AAq .mbr-text,
.cid-uHAB1K2AAq blockquote {
  color: #767676;
}
.cid-uHAB1K2AAq #dPoknepr {
  display: none;
  padding: 0 0 28px 0;
}
.cid-uHAB1K2AAq .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-uHAB1K2AAq .mbr-text {
  color: #4f4943;
  text-align: center;
}
.cid-uHAATYroPv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uHAATYroPv .mbr-text,
.cid-uHAATYroPv blockquote {
  color: #767676;
}
.cid-uHAATYroPv #dIdeltch {
  display: none;
  padding: 0 0 56px 0;
}
.cid-uHAATYroPv .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uHAATYroPv .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uHAASKHg5b {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uHAASKHg5b .mbr-text,
.cid-uHAASKHg5b blockquote {
  color: #767676;
}
.cid-uHAASKHg5b .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uHAASKHg5b #dEtbudna {
  display: none;
  padding: 0 0 14px 0;
}
.cid-uHAASKHg5b .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uHAATpA6Jd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uHAATpA6Jd .mbr-text,
.cid-uHAATpA6Jd blockquote {
  color: #767676;
}
.cid-uHAATpA6Jd #dNiprvzr {
  display: none;
  padding: 0 0 14px 0;
}
.cid-uHAATpA6Jd .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uHAATpA6Jd .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uHAARYWi3u {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uHAARYWi3u .mbr-text,
.cid-uHAARYWi3u blockquote {
  color: #767676;
}
.cid-uHAARYWi3u #dNach {
  display: none;
  padding: 0 0 84px 0;
}
.cid-uHAARYWi3u .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uHAARYWi3u .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uHACo2t79t {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uHACo2t79t .mbr-text,
.cid-uHACo2t79t blockquote {
  color: #767676;
}
.cid-uHACo2t79t #dAfash {
  display: none;
  padding: 0 0 14px 0;
}
.cid-uHACo2t79t .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uHACo2t79t .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uHACn1mlLZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uHACn1mlLZ .mbr-text,
.cid-uHACn1mlLZ blockquote {
  color: #767676;
}
.cid-uHACn1mlLZ .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uHACn1mlLZ #dAnerazl {
  display: none;
  padding: 0 0 14px 0;
}
.cid-uHACn1mlLZ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uHACp1WzyH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uHACp1WzyH .mbr-text,
.cid-uHACp1WzyH blockquote {
  color: #767676;
}
.cid-uHACp1WzyH .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uHACp1WzyH #dSvsmr {
  display: none;
  padding: 0 0 14px 0;
}
.cid-uHACp1WzyH .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uHAD8lr5rd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uHAD8lr5rd .mbr-text,
.cid-uHAD8lr5rd blockquote {
  color: #767676;
}
.cid-uHAD8lr5rd #dRazrisr {
  display: none;
  padding: 0 0 14px 0;
}
.cid-uHAD8lr5rd .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-uHAD8lr5rd .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-uHAMDOi9jQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uHAMDOi9jQ .mbr-text,
.cid-uHAMDOi9jQ blockquote {
  color: #767676;
}
.cid-uHAMDOi9jQ #dIzkot {
  display: none;
  padding: 0 0 28px 0;
}
.cid-uHAMDOi9jQ .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-uHAMDOi9jQ .mbr-text {
  color: #4f4943;
  text-align: center;
}
.cid-uHANIEfEN3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uHANIEfEN3 .mbr-text,
.cid-uHANIEfEN3 blockquote {
  color: #767676;
}
.cid-uHANIEfEN3 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uHANIEfEN3 #dIsilstr {
  display: none;
  padding: 0 0 14px 0;
}
.cid-uHANIEfEN3 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uHADBpMXvI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uHADBpMXvI .mbr-text,
.cid-uHADBpMXvI blockquote {
  color: #767676;
}
.cid-uHADBpMXvI #dAneter {
  display: none;
  padding: 0 0 64px 0;
}
.cid-uHADBpMXvI .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-uHADBpMXvI .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-uHADGx8C37 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uHADGx8C37 .mbr-text,
.cid-uHADGx8C37 blockquote {
  color: #767676;
}
.cid-uHADGx8C37 #dItocht {
  display: none;
  padding: 0 0 28px 0;
}
.cid-uHADGx8C37 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uHADGx8C37 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uHAEmYr0Xk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uHAEmYr0Xk .mbr-text,
.cid-uHAEmYr0Xk blockquote {
  color: #767676;
}
.cid-uHAEmYr0Xk #sIpo {
  color: #000;
  opacity: .01;
}
.cid-uHAEmYr0Xk #dEtchud {
  display: none;
  padding: 0 0 14px 0;
}
.cid-uHAEmYr0Xk .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-uHAEmYr0Xk .mbr-text {
  color: #4f4943;
  text-align: center;
}
.cid-uHAFeXqX30 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uHAFeXqX30 .mbr-text,
.cid-uHAFeXqX30 blockquote {
  color: #767676;
}
.cid-uHAFeXqX30 #dVsgr {
  display: none;
  color: #465052;
  padding: 0 0 14px 0;
}
.cid-uHAFeXqX30 #dVsgr:hover {
  color: #2e2eb8;
  transition: 2s ease;
}
.cid-uHAFeXqX30 #dVsgr:not(:hover) {
  transition: 7s ease;
}
.cid-uHAFeXqX30 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uHAFeXqX30 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uHAGdb3Mq2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uHAGdb3Mq2 .mbr-text,
.cid-uHAGdb3Mq2 blockquote {
  color: #767676;
}
.cid-uHAGdb3Mq2 #dEepsi {
  display: none;
  padding: 0 0 28px 0;
}
.cid-uHAGdb3Mq2 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uHAGdb3Mq2 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uHAFdi22DZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uHAFdi22DZ .mbr-text,
.cid-uHAFdi22DZ blockquote {
  color: #767676;
}
.cid-uHAFdi22DZ #dEeprav {
  display: none;
  padding: 0 0 64px 0;
}
.cid-uHAFdi22DZ .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uHAFdi22DZ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uHADHTgbku {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uHADHTgbku .mbr-text,
.cid-uHADHTgbku blockquote {
  color: #767676;
}
.cid-uHADHTgbku #sZakot {
  display: none;
  padding: 0 0 14px 0;
}
.cid-uHADHTgbku .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uHADHTgbku .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uHACpZV90H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uHACpZV90H .mbr-text,
.cid-uHACpZV90H blockquote {
  color: #767676;
}
.cid-uHACpZV90H #dIddr {
  display: none;
  font-size: 115%;
  padding: 0 0 70px 0;
}
.cid-uHACpZV90H #dIddr:hover {
  text-shadow: 0 0 2px #b33c00, 0 0 1px #b33c00;
  transition: 3s ease;
}
.cid-uHACpZV90H #dIddr:not(:hover) {
  transition: 25s ease;
}
.cid-uHACpZV90H .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uHACpZV90H .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uHAXDphKdk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uHAXDphKdk .mbr-text,
.cid-uHAXDphKdk blockquote {
  color: #767676;
}
.cid-uHAXDphKdk #sIp {
  color: #000080;
  opacity: .01;
}
.cid-uHAXDphKdk #dIetned {
  display: none;
  padding: 0 0 14px 0;
}
.cid-uHAXDphKdk .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uHAXDphKdk .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uHAyBlbHVO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uHAyBlbHVO .mbr-text,
.cid-uHAyBlbHVO blockquote {
  color: #767676;
}
.cid-uHAyBlbHVO .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-uHAyBlbHVO #dObvis {
  display: none;
  color: #465052;
  padding: 0 0 112px 0;
  opacity: .01;
}
.cid-uHAyBlbHVO .mbr-text {
  color: #4f4943;
  text-align: center;
}
.cid-uHN1GKYdn0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uHN1GKYdn0 .mbr-text,
.cid-uHN1GKYdn0 blockquote {
  color: #767676;
}
.cid-uHN1GKYdn0 #dPust {
  display: block;
  padding: 55px;
}
.cid-uHN1GKYdn0 .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-uHAvqoiWQS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uHAvqoiWQS .mbr-text,
.cid-uHAvqoiWQS blockquote {
  color: #767676;
}
.cid-uHAvqoiWQS .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-uHAvqoiWQS .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-uHAvqoiWQS #Btn_24_10_21_1_2 {
  width: 35px;
  height: 35px;
  border-radius: 15px;
}
.cid-uHAvqoiWQS #Btn_24_10_21_1_2:hover {
  color: #aac;
  background-color: #ffe6ff;
  border: 2px solid #ccc;
  transition: .3s ease;
}
.cid-uHAvqoiWQS #Btn_24_10_21_1_2:not(:hover) {
  color: #ffb3ff;
  background-color: #ffb3ff;
  border: 2px solid #777;
  transition: .5s ease;
}
.cid-uHAvqosvAE {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #dadad7;
}
.cid-uHAvqoB1Lh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-uHAvqoB1Lh .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uHAvqoB1Lh .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uHAvqoB1Lh .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uHAvqoB1Lh .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uHAvqoB1Lh .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uHAvqoB1Lh .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uHAvqoB1Lh .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uHAvqoB1Lh .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uHAvqoB1Lh .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uHAvqoB1Lh .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uHAvqoB1Lh .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uHAvqoB1Lh .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uHAvqoB1Lh .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uHAvqoB1Lh .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uSC0dQJ9LT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uSC0dQJ9LT .mbr-text,
.cid-uSC0dQJ9LT blockquote {
  color: #767676;
}
.cid-uSC0dQJ9LT .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-uSC0dQJ9LT .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-uSC0dQJ9LT #dChislo {
  display: inline-block;
  position: absolute;
  left: -12.8em;
}
.cid-uSC0dQJ9LT #sChislo {
  color: #802000;
  border-radius: 2px;
  border: 3px solid #888;
  padding: 0 4px;
  background-color: #ccccff;
}
.cid-uSC0dQJ9LT #sChislo:hover {
  border: 3px solid #559;
  background-color: #b8c5e0;
  transition: .3s ease;
}
.cid-uSC0dQJ9LT #sChislo:not(:hover) {
  transition: .3s ease;
}
.cid-uSC0dQJ9LT a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-uSC0dQJ9LT a.btn4:link {
  padding: 5px 31px;
  border-radius: 100px;
}
.cid-uSC0dQJ9LT a.btn1:hover,
.cid-uSC0dQJ9LT a.btn4:hover {
  color: #ffe6cc;
  border: 2px solid #80ff80;
  background-color: #99c2ff;
  box-shadow: 0 0 3px 1px #bbb;
  transition: 1s ease;
}
.cid-uSC0dQJ9LT a.btn1:not(:hover),
.cid-uSC0dQJ9LT a.btn4:not(:hover) {
  color: #999;
  border: 2px solid #999;
  background-color: #cce0ff;
  transition: 1s ease;
}
.cid-uSC0dQJ9LT a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-uSC0dQJ9LT a.btn2:hover {
  color: #ffe6cc;
  border: 2px solid #80ff80;
  background-color: #99c2ff;
  box-shadow: 0 0 3px 1px #bbb;
  transition: 1s ease;
}
.cid-uSC0dQJ9LT a.btn2:not(:hover) {
  color: #999;
  border: 2px solid #999;
  background-color: #cce0ff;
  transition: 1s ease;
}
@media screen and (max-width: 770px) {
  .cid-uSC0dQJ9LT #dChislo {
    font-size: 79%;
    left: -1.2em;
  }
  .cid-uSC0dQJ9LT #sChislo {
    border-radius: 1px;
    border: 2px solid #888;
    padding: 0 2px;
  }
  .cid-uSC0dQJ9LT #sChislo:hover {
    border: 2px solid #559;
    background-color: #b8c5e0;
    transition: .3s ease;
  }
}
@media screen and (min-width: 771px) {
  .cid-uSC0dQJ9LT #dChislo {
    font-size: 100%;
    left: -12.8em;
  }
  .cid-uSC0dQJ9LT #sChislo {
    border-radius: 2px;
    border: 2px solid #888;
    padding: 0 4px;
  }
  .cid-uSC0dQJ9LT #sChislo:hover {
    border: 2px solid #559;
    background-color: #b8c5e0;
    transition: .3s ease;
  }
}
.cid-uSC0dRqSdt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uSC0dRqSdt .mbr-text,
.cid-uSC0dRqSdt blockquote {
  color: #767676;
}
.cid-uSC0dRqSdt .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-uSC0dRqSdt .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-uSC0dRqSdt .a_date {
  color: #465052;
}
.cid-uSC0dRqSdt .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-uSC0dRqSdt .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-uSC0dRqSdt .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-uSC0dRqSdt .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-uSC0dRqSdt .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-uSC0dRqSdt #sp_01aug25_1 {
  color: #465052;
}
.cid-uSC0dRqSdt #sp_01aug25_1:hover {
  color: #8888ff;
  text-shadow: 0 1px 0 #000;
  transition: .5s ease;
}
.cid-uSC0dRqSdt #sp_01aug25_1:not(:hover) {
  transition: 1s ease;
}
.cid-uSC0dRqSdt .mbr-text DIV {
  text-align: left;
}
.cid-uSC0dRTWnn {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #dadad7;
}
.cid-uSC0dRTWnn .mbr-text,
.cid-uSC0dRTWnn blockquote {
  color: #767676;
}
.cid-uSC0dRTWnn .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-uSC0dRTWnn #sToch_1 {
  animation-name: Toch_1;
  animation-iteration-count: infinite;
  animation-duration: .5s;
}
.cid-uSC0dRTWnn #sToch_2 {
  animation-name: Toch_2;
  animation-iteration-count: infinite;
  animation-duration: .3s;
}
@keyframes Toch_1 {
  from {
    color: #dadad7;
  }
  to {
    color: #1a75ff;
  }
}
@keyframes Toch_2 {
  from {
    color: #1a75ff;
  }
  to {
    color: #dadad7;
  }
}
.cid-uSC0dRTWnn #dSnB {
  display: block;
  text-align: center;
  color: #1a75ff;
  font-weight: 700;
  font-style: italic;
  z-index: 2;
}
.cid-uSC0dRTWnn #dSnB:hover {
  color: #0052cc;
  text-shadow: 0 0 2px #fff, 0 0 2px #ffcccc;
  transition: 1.5s ease;
}
.cid-uSC0dRTWnn #dSnB:not(:hover) {
  transition: 3.5s ease;
}
.cid-uSC0dRTWnn #dRsBsn {
  display: block;
  position: absolute;
  color: #0033cc;
  font-weight: 700;
  text-align: center;
  font-style: italic;
  text-shadow: 0 0 1px #fffffc, 0 0 5px #fff;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  left: 10%;
  right: 10%;
  opacity: .01;
  z-index: -1;
}
.cid-uSC0dRTWnn #dRsBsn:hover {
  color: #4d79ff;
  text-shadow: 0 0 2px #f88, 0 0 2px #ffcccc, 0 0 7px #fffffc, 0 0 15px #fff;
  transition: 1.5s ease;
}
.cid-uSC0dRTWnn #dRsBsn:not(:hover) {
  transition: 3.5s ease;
}
.cid-uSC0dRTWnn .mbr-text {
  color: #4f4943;
  text-align: center;
}
.cid-uSC0dRTWnn .mbr-text DIV {
  text-align: right;
}
.cid-uSC0dSercl {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uSC0dSercl .mbr-text,
.cid-uSC0dSercl blockquote {
  color: #767676;
}
.cid-uSC0dSercl #sVydr {
  display: inline-block;
  color: #990000;
  text-shadow: 0 0 1px #990000;
}
.cid-uSC0dSercl #sVybr {
  display: inline-block;
  position: absolute;
  left: 0;
  opacity: .01;
}
.cid-uSC0dSercl .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uSC0dSercl .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uSC9pFvSXr {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-uSC9pFvSXr .mbr-text,
.cid-uSC9pFvSXr blockquote {
  color: #767676;
}
.cid-uSC9pFvSXr .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uSC9pFvSXr .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uSC9pFvSXr .mbr-text DIV {
  text-align: center;
}
.cid-uSC0dWmLg2 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uSC0dWmLg2 .mbr-text,
.cid-uSC0dWmLg2 blockquote {
  color: #767676;
}
.cid-uSC0dWmLg2 #sUbinap {
  text-shadow: -1px 1px 1px #dadad7;
}
.cid-uSC0dWmLg2 #dPokgl {
  display: block;
}
.cid-uSC0dWmLg2 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-uSC0dWmLg2 .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-uSC0dWmLg2 .mbr-text DIV {
  text-align: left;
}
.cid-uSC0dXhtLq {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uSC0dXhtLq .mbr-text,
.cid-uSC0dXhtLq blockquote {
  color: #767676;
}
.cid-uSC0dXhtLq #sBudob {
  border-bottom: 1px solid #d77;
}
.cid-uSC0dXhtLq #ifr_549 {
  display: inline-block;
  position: relative;
  width: 0;
  height: 0;
  left: 0;
}
.cid-uSC0dXhtLq #dToest {
  display: block;
}
.cid-uSC0dXhtLq .mbr-text P {
  color: #465052;
  text-align: right;
}
@media screen and (max-width: 570px) {
  .cid-uSC0dXhtLq #ifr_549 {
    left: -1.3em;
  }
}
@media screen and (min-width: 571px) {
  .cid-uSC0dXhtLq #ifr_549 {
    left: -1.05em;
  }
}
@media screen and (min-width: 601px) {
  .cid-uSC0dXhtLq #ifr_549 {
    left: -1.3em;
  }
}
@media screen and (min-width: 771px) {
  .cid-uSC0dXhtLq #ifr_549 {
    left: -0.5em;
  }
}
@media screen and (min-width: 1001px) {
  .cid-uSC0dXhtLq #ifr_549 {
    left: -0.3em;
  }
}
.cid-uSC0dXhtLq .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uSC0dXsUGa {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-uSC0dXsUGa .mbr-text,
.cid-uSC0dXsUGa blockquote {
  color: #767676;
}
.cid-uSC0dXsUGa #dBstk {
  display: block;
  position: relative;
  border: 2px solid #dadad7;
  border-radius: 44px;
  padding: 5px 14px;
  margin-left: auto;
  margin-right: auto;
}
.cid-uSC0dXsUGa #dBstk:hover {
  color: #0099cc;
  border: 2px solid #ffffcc;
  background-color: #f0f0f0;
  box-shadow: 0 0 7px 0 #fff, 0 0 25px 0 #ffffcc, 0 0 45px 0 #fffffc;
  transition: 2s ease;
}
.cid-uSC0dXsUGa #dBstk:not(:hover) {
  transition: 4s ease;
}
.cid-uSC0dXsUGa .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-uSC0dXsUGa .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-uSC0dXsUGa .mbr-text DIV {
  text-align: center;
}
.cid-uSCchEdGQM {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-uSCchEdGQM .mbr-text,
.cid-uSCchEdGQM blockquote {
  color: #767676;
}
.cid-uSCchEdGQM #sTov {
  text-shadow: 0 0 2px #990000;
}
.cid-uSCchEdGQM #dTpzdr {
  top: -1em;
  left: .5em;
}
.cid-uSCchEdGQM #dTpzdr:hover {
  background-color: #ffff33;
  box-shadow: 0 0 1px 2px #ffffcc, 0 0 11px 1px #e6f9ff;
  left: 1em;
  transition: 1.4s ease;
}
.cid-uSCchEdGQM #dTpzdr:not(:hover) {
  transition: 1.7s ease;
}
.cid-uSCchEdGQM #aE-7f {
  border-radius: 7px;
  border: 4px solid transparent;
  padding: 2px 5px;
}
.cid-uSCchEdGQM #aE-7f:hover {
  border: 4px solid #5c250a;
  transition: 1.2s ease;
  box-shadow: 0 0 5px 0 #5c250a, 0 0 8px 1px #5c250a inset;
}
.cid-uSCchEdGQM #aPR_350,
.cid-uSCchEdGQM #aPR_404,
.cid-uSCchEdGQM #aIU_131,
.cid-uSCchEdGQM #aIU_101 {
  font-weight: 700;
  border-radius: 5px;
  border: 2px solid transparent;
  padding: 0 3px;
}
.cid-uSCchEdGQM #aPR_350:hover,
.cid-uSCchEdGQM #aPR_404:hover {
  border: 2px solid #0d7373;
  box-shadow: 0 0 6px 0 #0d7373 inset;
  transition: 1.2s ease;
}
.cid-uSCchEdGQM #aIU_131:hover,
.cid-uSCchEdGQM #aIU_101:hover {
  border: 2px solid #a11212;
  box-shadow: 0 0 6px 0 #a11212 inset;
  transition: 1.2s ease;
}
.cid-uSCchEdGQM #aPR_350:not(:hover),
.cid-uSCchEdGQM #aPR_404:not(:hover),
.cid-uSCchEdGQM #aIU_131:not(:hover),
.cid-uSCchEdGQM #aIU_101:not(:hover),
.cid-uSCchEdGQM #aE-7f:not(:hover) {
  transition: 1.5s ease;
}
.cid-uSCchEdGQM #aTovr {
  color: #465052;
  border-bottom: 1px solid #b88;
  z-index: 5;
}
.cid-uSCchEdGQM #aTolod {
  color: #0055ff;
}
.cid-uSCchEdGQM #aTolod:hover {
  color: #465052;
}
.cid-uSCchEdGQM #dIesch {
  display: block;
  position: relative;
  width: 3.3em;
  height: 6.7em;
  border-radius: 7px;
  left: 4em;
  bottom: 1.2em;
}
.cid-uSCchEdGQM #dPok_Iesch {
  display: block;
  position: absolute;
  width: 3.7em;
  height: 8.8em;
  top: -12.9em;
  left: 11.7em;
  z-index: 0;
}
.cid-uSCchEdGQM #dIesch_0 {
  display: block;
  position: absolute;
  width: 7em;
  height: 6.3em;
  border: 2px solid #cc3399;
  border-radius: 8px;
  padding: 4px 8px 2px 11px;
  background-color: #ffe6ff;
  box-shadow: -1px 1px 2px 0 #4d4dff, 0 1px 4px 2px #4d4dff, 0 1px 12px 2px #001133, 0 1px 17px 1px #001133, 0 0 5px 0 #000033 inset;
  top: -12.5em;
  left: 7em;
  z-index: -1;
  opacity: .01;
}
.cid-uSCchEdGQM #dIesch_0:hover {
  border: 2px solid #ff0080;
  background-color: #e6d3f8;
  box-shadow: -2px 2px 4px 0 #664400, -2px 2px 15px 1px #990073, -2px 2px 33px 0 #000000, 0 0 9px 1px #000033 inset;
  transition: 1.5s ease;
}
.cid-uSCchEdGQM #dIesch_0:not(:hover) {
  transition: 4s ease;
}
.cid-uSCchEdGQM #sIesch {
  font-size: 117%;
  padding: 0 0 5px 1px;
}
.cid-uSCchEdGQM .dIesch {
  display: block;
  position: relative;
  width: 3em;
  height: 1.1em;
  border: 1px solid #fff;
  border-radius: 7px;
  padding: 4px 5px;
  margin: 1px 0 1px 0;
  background-color: #6699ff;
  left: .1em;
  bottom: 1.2em;
  opacity: .9;
}
.cid-uSCchEdGQM .dIesch:hover {
  border: 1px solid #ff0080;
  background-color: #ff3333;
  opacity: 1;
  transition: 1s ease;
}
.cid-uSCchEdGQM .dIesch:not(:hover) {
  transition: 1.5s ease;
}
.cid-uSCchEdGQM #sNtst {
  display: none;
  position: absolute;
}
.cid-uSCchEdGQM #dPok_Usch {
  display: block;
  position: absolute;
  width: 17em;
  height: 7.5em;
  left: 5%;
  right: 5%;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
}
.cid-uSCchEdGQM #dTolod {
  position: relative;
  font-size: 75%;
  font-style: italic;
  line-height: 1;
  text-shadow: -1px 0 0 transparent, 0 1px 0 transparent, 0 0 5px transparent;
  padding-bottom: 7px;
  left: .7em;
}
.cid-uSCchEdGQM #dTolod:hover {
  text-shadow: -1px 0 0 #ffffcc, 0 1px 0 #ffffcc, 0 0 5px #0000cc;
}
.cid-uSCchEdGQM #dTolod:not(:hover) {
  transition: 1s ease;
}
.cid-uSCchEdGQM #sNovte {
  border-bottom: 1px solid #b88;
}
.cid-uSCchEdGQM #dOneno {
  display: block;
  position: absolute;
  width: 80vw;
  height: 0;
  font-size: 87%;
  color: #465052;
  border: 2px solid #aaa;
  border-radius: 7px;
  padding: 4px 8px;
  background-color: #b3d1ff;
  left: -2%;
  z-index: -1;
}
.cid-uSCchEdGQM #dOneno:hover {
  color: #000033;
  border: 2px solid #f55;
  background-color: #ffccff;
  transition: 1s ease;
}
.cid-uSCchEdGQM #dOneno:not(:hover) {
  transition: 2.5s ease;
}
.cid-uSCchEdGQM .text-primary:hover {
  text-shadow: -1px 1px 0 #ffffff, -1px 1px 5px #800040;
  transition: .5s ease;
}
.cid-uSCchEdGQM .text-primary:not(:hover) {
  text-shadow: -2px -2px 1px transparent;
  transition: 1.5s ease;
}
.cid-uSCchEdGQM #sKateg:hover {
  color: #cc0044;
  transition: .3s ease;
}
.cid-uSCchEdGQM #sKateg:not(:hover) {
  transition: 11s ease;
}
.cid-uSCchEdGQM #dRos {
  display: block;
}
.cid-uSCchEdGQM #sNovt {
  display: inline-block;
  position: relative;
}
.cid-uSCchEdGQM #dUschrb {
  display: block;
  position: absolute;
  width: 13em;
  font-size: 128%;
  border: 7px solid #ff00ff;
  border-radius: 11px;
  padding: 2px 12px;
  background-color: #d3d3d3;
  box-shadow: -1px 1px 2px 0 #4d4dff, -2px 2px 4px 2px #4d4dff, -2px 2px 22px 2px #001133, -2px 2px 33px 1px #001133, 0 0 5px 0 #000033 inset;
  left: 10%;
  right: 10%;
  margin-left: auto;
  margin-right: auto;
  bottom: 2.5em;
  opacity: .01;
  z-index: -3;
}
.cid-uSCchEdGQM #dUschrb:hover {
  border: 7px solid #333399;
  background-color: #d9b3ff;
  box-shadow: -2px 2px 4px 0 #664400, -2px 2px 15px 1px #990073, -2px 2px 33px 0 #000000, 0 0 9px 1px #000033 inset;
  transition: 1s ease;
}
.cid-uSCchEdGQM #dUschrb:not(:hover) {
  transition: 3s ease;
}
.cid-uSCchEdGQM .text-sec {
  color: #b30000;
}
.cid-uSCchEdGQM .text-sec:hover {
  color: #e60000;
  text-shadow: -1px 0 1px #fffffc, 0 1px 1px #ffffff, 1px 0 1px #ffffff, 0 0 15px #000080, 0 0 35px #000000, 0 0 35px #880000;
  transition: .5s ease;
}
.cid-uSCchEdGQM .text-sec:not(:hover) {
  transition: 1s ease;
}
.cid-uSCchEdGQM #sVpzR:hover {
  color: #800080;
  text-shadow: -1px -1px 1px #4d4dff, 0 0 11px #ffffff, 0 0 8px #ffffcc;
  transition: 1s ease;
}
.cid-uSCchEdGQM #sVpzR:not(:hover) {
  transition: 21s ease;
}
.cid-uSCchEdGQM #sVopBZ:hover {
  font-size: 122%;
  font-weight: 500;
  color: #000099;
  text-shadow: 0 1px 0 red, 0 0 4px #ff8533, 0 0 15px #fff, 0 0 25px #fffffc, 0 0 35px #fffffc, 0 0 55px #ffffff;
  transition: 5s ease;
}
.cid-uSCchEdGQM #sVopBZ:not(:hover) {
  transition: 33s ease;
}
.cid-uSCchEdGQM .mbr-text P {
  color: #465052;
  text-align: right;
}
@media screen and (max-width: 250px) {
  .cid-uSCchEdGQM #dOneno {
    left: -2%;
    width: 88vw;
  }
  .cid-uSCchEdGQM #dUschrb {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 4em;
  }
}
@media screen and (min-width: 251px) {
  .cid-uSCchEdGQM #dOneno {
    left: -2%;
    width: 88vw;
  }
  .cid-uSCchEdGQM #dUschrb {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 4em;
  }
  .cid-uSCchEdGQM #dPok_Usch {
    top: 16em;
    left: -2%;
  }
}
@media screen and (min-width: 351px) {
  .cid-uSCchEdGQM #dOneno {
    left: -2%;
    width: 88vw;
  }
  .cid-uSCchEdGQM #dUschrb {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 4em;
  }
}
@media screen and (min-width: 401px) {
  .cid-uSCchEdGQM #dOneno {
    left: -2%;
    width: 88vw;
  }
  .cid-uSCchEdGQM #dUschrb {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 4em;
  }
  .cid-uSCchEdGQM #dPok_Usch {
    top: 11em;
    left: 0;
  }
}
@media screen and (min-width: 451px) {
  .cid-uSCchEdGQM #dPok_Usch {
    top: 8em;
    left: -5%;
  }
}
@media screen and (min-width: 501px) {
  .cid-uSCchEdGQM #dOneno {
    left: -2%;
    width: 82vw;
  }
  .cid-uSCchEdGQM #dUschrb {
    left: 2%;
    right: 2%;
    margin-left: auto;
    margin-right: auto;
    bottom: 4em;
  }
  .cid-uSCchEdGQM #dPok_Usch {
    top: 6.5em;
    left: 4%;
  }
}
@media screen and (min-width: 571px) {
  .cid-uSCchEdGQM #dPok_Usch {
    top: 4.6em;
    left: 5%;
  }
}
@media screen and (min-width: 601px) {
  .cid-uSCchEdGQM #dPok_Usch {
    top: 1.5em;
    left: 5%;
  }
}
@media screen and (min-width: 651px) {
  .cid-uSCchEdGQM #dPok_Usch {
    top: 1.3em;
    left: 5%;
  }
}
@media screen and (min-width: 701px) {
  .cid-uSCchEdGQM #dOneno {
    left: -4%;
    width: 80vw;
  }
}
@media screen and (min-width: 771px) {
  .cid-uSCchEdGQM #dOneno {
    left: -2%;
    width: 75vw;
  }
  .cid-uSCchEdGQM #dUschrb {
    left: 5%;
    right: 5%;
    margin-left: auto;
    margin-right: auto;
    bottom: 4em;
  }
  .cid-uSCchEdGQM #dPok_Usch {
    top: 0;
    left: 5%;
  }
}
@media screen and (min-width: 851px) {
  .cid-uSCchEdGQM #dOneno {
    left: -2%;
    width: 70vw;
  }
  .cid-uSCchEdGQM #dUschrb {
    left: 10%;
    right: 10%;
    margin-left: auto;
    margin-right: auto;
    bottom: 2.5em;
  }
  .cid-uSCchEdGQM #dPok_Usch {
    top: 1.5em;
    left: 5%;
  }
}
@media screen and (min-width: 1001px) {
  .cid-uSCchEdGQM #dPok_Usch {
    top: .5em;
    left: 5%;
  }
}
@media screen and (min-width: 1201px) {
  .cid-uSCchEdGQM #dPok_Usch {
    top: -1em;
    left: 5%;
  }
}
@media screen and (min-width: 1401px) {
  .cid-uSCchEdGQM #dOneno {
    width: 65vw;
  }
  .cid-uSCchEdGQM #dPok_Usch {
    top: -3em;
    left: 5%;
  }
}
@media screen and (min-width: 1551px) {
  .cid-uSCchEdGQM #dOneno {
    width: 55vw;
  }
}
@media screen and (min-width: 1801px) {
  .cid-uSCchEdGQM #dOneno {
    width: 45vw;
  }
}
.cid-uSCchEdGQM .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uSCciBIKN9 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-uSCciBIKN9 .mbr-text,
.cid-uSCciBIKN9 blockquote {
  color: #767676;
}
.cid-uSCciBIKN9 #dBnesn {
  display: block;
  position: relative;
  width: 12em;
  border-radius: 44px;
  padding: 11px 22px 18px 22px;
  text-shadow: 1px 1px 1px transparent;
  margin-left: auto;
  margin-right: auto;
}
.cid-uSCciBIKN9 #dBnesn:hover {
  color: #fff;
  font-size: 144%;
  font-weight: 600;
  text-shadow: 1px 1px 1px #000099;
  box-shadow: 0 0 7px 2px #fff, 0 0 11px 3px #ffffcc, 0 0 22px 3px #ffffcc, 0 0 45px 3px #fffffc, 0 0 65px 3px #fffffc;
  background-color: #f0f0f0;
  transition: 4s ease;
}
.cid-uSCciBIKN9 #dBnesn:not(:hover) {
  transition: 27s ease;
}
.cid-uSCciBIKN9 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uSCciBIKN9 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uSCciBIKN9 .mbr-text DIV {
  text-align: center;
}
.cid-uSC0dXP4lm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uSC0dXP4lm .mbr-text,
.cid-uSC0dXP4lm blockquote {
  color: #767676;
}
.cid-uSC0dXP4lm #dRo {
  display: block;
  font-size: 115%;
}
.cid-uSC0dXP4lm #dIddr:hover {
  text-shadow: 0 0 2px #b33c00, 0 0 1px #b33c00;
  transition: 3s ease;
}
.cid-uSC0dXP4lm #dIddr:not(:hover) {
  transition: 25s ease;
}
.cid-uSC0dXP4lm .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uSC0dXP4lm .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uSC0dXP4lm .mbr-text DIV {
  text-align: left;
}
.cid-uSCepkKTbv {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-uSCepkKTbv .mbr-text,
.cid-uSCepkKTbv blockquote {
  color: #767676;
}
.cid-uSCepkKTbv #dPokaty {
  display: block;
  font-size: 115%;
}
.cid-uSCepkKTbv #dPokaty:hover {
  text-shadow: 0 0 2px #b33c00, 0 0 1px #b33c00;
  transition: 3s ease;
}
.cid-uSCepkKTbv #dPokaty:not(:hover) {
  transition: 25s ease;
}
.cid-uSCepkKTbv #dPokaty_2 {
  display: block;
  position: absolute;
  font-size: 115%;
  left: 0;
  top: 0;
  opacity: .01;
  z-index: -1;
}
.cid-uSCepkKTbv #dPokaty_2:hover {
  text-shadow: 0 0 2px #b33c00, 0 0 1px #b33c00;
  transition: 3s ease;
}
.cid-uSCepkKTbv #dPokaty_2:not(:hover) {
  transition: 25s ease;
}
.cid-uSCepkKTbv #sPrik {
  display: inline-block;
}
.cid-uSCepkKTbv #sZav {
  display: inline-block;
  position: absolute;
  left: 6em;
}
.cid-uSCepkKTbv .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uSCepkKTbv .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uSCepkKTbv .mbr-text DIV {
  text-align: center;
}
.cid-uSCfQJzXGQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uSCfQJzXGQ .mbr-text,
.cid-uSCfQJzXGQ blockquote {
  color: #767676;
}
.cid-uSCfQJzXGQ #dRo {
  display: block;
  font-size: 115%;
}
.cid-uSCfQJzXGQ #dIddr:hover {
  text-shadow: 0 0 2px #b33c00, 0 0 1px #b33c00;
  transition: 3s ease;
}
.cid-uSCfQJzXGQ #dIddr:not(:hover) {
  transition: 25s ease;
}
.cid-uSCfQJzXGQ .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uSCfQJzXGQ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uSCfQJzXGQ .mbr-text DIV {
  text-align: left;
}
.cid-uSCfp5Z5wK {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uSCfp5Z5wK .mbr-text,
.cid-uSCfp5Z5wK blockquote {
  color: #767676;
}
.cid-uSCfp5Z5wK #dNeub,
.cid-uSCfp5Z5wK #dNeljsv,
.cid-uSCfp5Z5wK #dNegra,
.cid-uSCfp5Z5wK #dNededr {
  display: block;
  color: #465052;
  font-weight: 400;
  font-size: 107%;
  border: 3px solid transparent;
  padding: 5px 20px;
  box-shadow: 0 0 2px 1px transparent;
}
.cid-uSCfp5Z5wK #dNeub:hover,
.cid-uSCfp5Z5wK #dNeljsv:hover,
.cid-uSCfp5Z5wK #dNegra:hover,
.cid-uSCfp5Z5wK #dNededr:hover {
  color: #fffffc;
  font-weight: 700;
  border-radius: 17px;
  border: 3px solid #ff3333;
  text-shadow: 0 0 2px #aa00ff, 0 0 1px #8800cc;
  box-shadow: 0 0 9px 4px #fffffc;
  background-color: #80aaff;
  transition: 3s ease;
}
.cid-uSCfp5Z5wK #dNeub:not(:hover),
.cid-uSCfp5Z5wK #dNeljsv:not(:hover),
.cid-uSCfp5Z5wK #dNegra:not(:hover),
.cid-uSCfp5Z5wK #dNededr:not(:hover) {
  transition: 9s ease;
}
.cid-uSCfp5Z5wK .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uSCfp5Z5wK .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uSCfp5Z5wK .mbr-text DIV {
  text-align: left;
}
.cid-uSC0dY0LI5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-uSC0dY0LI5 .mbr-text,
.cid-uSC0dY0LI5 blockquote {
  color: #767676;
}
.cid-uSC0dY0LI5 #dNazvet {
  display: block;
}
.cid-uSC0dY0LI5 #sVr {
  border-bottom: 1px solid transparent;
}
.cid-uSC0dY0LI5 #sAnp {
  border-bottom: 1px solid #daa;
}
.cid-uSC0dY0LI5 #dBnst {
  display: block;
  position: relative;
  text-align: left;
  width: 22em;
  font-size: 88%;
  line-height: 1.3;
  border: 2px solid #999;
  border-radius: 22px;
  padding: 9px 18px;
  margin-left: auto;
  margin-right: auto;
}
.cid-uSC0dY0LI5 #sBgn {
  display: inline-block;
}
.cid-uSC0dY0LI5 #sAgrzv {
  color: #800000;
  border-bottom: 1px solid #aaa;
}
.cid-uSC0dY0LI5 #sAgrzv:hover {
  color: #0000b3;
  text-shadow: 0 -1px 2px red;
  transition: 1s ease;
}
.cid-uSC0dY0LI5 #sAgrzv:not(:hover) {
  transition: 3s ease;
}
.cid-uSC0dY0LI5 #sUsolv {
  display: none;
}
.cid-uSC0dY0LI5 #sBylnap {
  border-bottom: 1px solid #aaa;
}
.cid-uSC0dY0LI5 #sTchsz {
  display: inline-block;
}
.cid-uSC0dY0LI5 #sTakzje {
  display: none;
}
.cid-uSC0dY0LI5 #dBnst:hover {
  border: 2px solid #993300;
  background-color: #f0f0f0;
  transition: .3s ease;
}
.cid-uSC0dY0LI5 #dBnst:not(:hover) {
  transition: .5s ease;
}
@media screen and (max-width: 400px) {
  .cid-uSC0dY0LI5 #dBnst {
    width: 19em;
    font-size: 75%;
    padding: 6px 10px;
    left: -1em;
  }
}
@media screen and (min-width: 401px) {
  .cid-uSC0dY0LI5 #dBnst {
    width: 20em;
    font-size: 77%;
    left: 0;
  }
}
@media screen and (min-width: 451px) {
  .cid-uSC0dY0LI5 #dBnst {
    width: 22em;
    font-size: 80%;
    left: 0;
  }
}
@media screen and (min-width: 501px) {
  .cid-uSC0dY0LI5 #dBnst {
    width: 22em;
    font-size: 88%;
    left: 0;
  }
}
.cid-uSC0dY0LI5 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uSC0dY0LI5 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uSC0dY0LI5 .mbr-text DIV {
  text-align: center;
}
.cid-uULxpUIlPd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uULxpUIlPd .mbr-text,
.cid-uULxpUIlPd blockquote {
  color: #767676;
}
.cid-uULxpUIlPd .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uULxpUIlPd .text-primary {
  border-radius: 5px;
  border: 1px solid transparent;
  padding: 0 3px;
}
.cid-uULxpUIlPd .text-primary:hover {
  border: 1px solid #999;
  transition: .7s ease;
}
.cid-uULxpUIlPd .text-primary:not(:hover) {
  transition: 1s ease;
}
.cid-uULxpUIlPd #sGos {
  display: inline-block;
}
.cid-uULxpUIlPd #dIBojsh {
  display: block;
  position: relative;
  left: 1em;
}
.cid-uULxpUIlPd #sDlet_1 {
  display: none;
  font-size: 90%;
  opacity: .01;
  z-index: -2;
}
.cid-uULxpUIlPd #sDlet_2 {
  display: inline-block;
  font-size: 90%;
}
.cid-uULxpUIlPd #sNenujsh {
  border-bottom: 1px solid #bbb;
}
.cid-uULxpUIlPd #sUizvl {
  font-weight: 500;
}
.cid-uULxpUIlPd .a_cl {
  border-radius: 5px;
  border: 1px solid transparent;
  padding: 0 3px;
}
.cid-uULxpUIlPd .a_cl:hover {
  border: 1px solid #999;
  transition: .7s ease;
}
.cid-uULxpUIlPd .a_cl:not(:hover) {
  transition: 1s ease;
}
.cid-uULxpUIlPd #sNadid {
  border-bottom: 1px solid #aaa;
}
.cid-uULxpUIlPd #dVRvsd_1 {
  display: block;
  opacity: .01;
}
.cid-uULxpUIlPd #dVRvsd_2 {
  display: none;
  opacity: .01;
}
.cid-uULxpUIlPd #dVRvsd_1,
.cid-uULxpUIlPd #dVRvsd_2 {
  position: absolute;
  width: 25.64em;
  letter-spacing: .7;
  line-height: 1.4;
  border: 2px solid #88f;
  border-radius: 15px;
  padding: 4px 3px 4px 6px;
  background-color: #e6ecff;
  box-shadow: 0 0 6px 1px #993300;
  top: -11em;
  left: -2.25em;
  z-index: 1;
}
.cid-uULxpUIlPd #dVRvsd_1:hover,
.cid-uULxpUIlPd #dVRvsd_2:hover {
  color: #101;
  border: 2px solid #cc6600;
  background-color: #faebf5;
  box-shadow: 0 0 11px 2px #993300;
  transition: 1s ease;
}
.cid-uULxpUIlPd #dVRvsd_1:not(:hover),
.cid-uULxpUIlPd #dVRvsd_2:not(:hover) {
  transition: 1.5s ease;
}
.cid-uULxpUIlPd #dNobp {
  display: block;
  position: relative;
  padding: 8px 0 12px 0;
  left: 1.5em;
}
.cid-uULxpUIlPd #dPerpr {
  display: block;
  border: 1px solid #d0d0d0;
  border-radius: 18px;
  padding: 2px 6px;
  margin-top: 7px;
  background-color: #f1f1f1;
}
.cid-uULxpUIlPd #dPerpr:hover {
  color: #000080;
  border: 1px solid #cc00cc;
  background-color: #99ff99;
  transition: .7s ease;
}
.cid-uULxpUIlPd #dPerpr:not(:hover) {
  transition: 1.2s ease;
}
.cid-uULxpUIlPd #sKpolu,
.cid-uULxpUIlPd #sKpolu_2 {
  font-size: 107%;
}
.cid-uULxpUIlPd #sLunp {
  border-bottom: 1px solid #f77;
}
.cid-uULxpUIlPd #sLunp_1 {
  border-bottom: 1px solid #bbd;
}
.cid-uULxpUIlPd #dBnsn {
  display: block;
}
.cid-uULxpUIlPd #dBnsdtp {
  display: none;
  padding: 0 0 15px 0;
}
.cid-uULxpUIlPd #dSkust {
  display: none;
  position: absolute;
  width: 22em;
  font-size: 75%;
  border: 2px solid #aaa;
  border-radius: 9px;
  padding: 2px 11px;
  background-color: #f0f0f0;
  text-shadow: 0 0 0 transparent;
  right: 1em;
  top: 2.5em;
  z-index: 2;
}
.cid-uULxpUIlPd #dSkust:hover {
  border: 2px solid #ff3399;
  background-color: #ffeee6;
  transition: .5s ease;
}
.cid-uULxpUIlPd #dSkust:not(:hover) {
  transition: 1s ease;
}
.cid-uULxpUIlPd #dHoch_0 {
  display: none;
  position: relative;
  width: 98%;
  left: 0;
  z-index: 5;
}
.cid-uULxpUIlPd #dHoch_1,
.cid-uULxpUIlPd #dHoch_2 {
  display: none;
  width: 101%;
  font-size: 88%;
  border: 3px solid #b30000;
  border-radius: 18px;
  padding: 2px 11px;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 7px 2px #ff9999;
  left: 0;
  top: 0;
  z-index: 3;
}
.cid-uULxpUIlPd #dHoch_1 {
  position: relative;
  background-color: #cce6ff;
}
.cid-uULxpUIlPd #dHoch_2 {
  position: relative;
  background-color: #f0f0f0;
}
.cid-uULxpUIlPd #dHoch_1:hover,
.cid-uULxpUIlPd #dHoch_2:hover {
  border: 3px solid #f88;
  background-color: #f0f0f0;
  transition: 1s ease;
}
.cid-uULxpUIlPd #dHoch_1:not(:hover),
.cid-uULxpUIlPd #dHoch_2:not(:hover) {
  transition: 1.5s ease;
}
.cid-uULxpUIlPd #sZahdv {
  border-bottom: 1px solid #ccc;
}
.cid-uULxpUIlPd #sZahdv:hover {
  border-bottom: 1px solid #e55;
}
.cid-uULxpUIlPd #sDvotb {
  display: inline-block;
  text-shadow: -1px 1px 2px #999999;
  border-bottom: 1px solid #aaa;
}
.cid-uULxpUIlPd #sDvotb:hover {
  text-shadow: -1px 1px 0 #0000b3;
  transition: .5s ease;
}
.cid-uULxpUIlPd #sDvotb:not(:hover) {
  transition: .8s ease;
}
@media screen and (max-width: 400px) {
  .cid-uULxpUIlPd #dSkust {
    font-size: 65%;
    top: 14.5em;
    right: 0;
  }
}
@media screen and (min-width: 401px) {
  .cid-uULxpUIlPd #dSkust {
    font-size: 70%;
    top: 6.2em;
    right: .5em;
  }
  .cid-uULxpUIlPd #dVRvsd_1,
  .cid-uULxpUIlPd #dVRvsd_2 {
    left: -2.25em;
  }
}
@media screen and (min-width: 451px) {
  .cid-uULxpUIlPd #dSkust {
    font-size: 75%;
    top: 6.2em;
    right: 1em;
  }
}
@media screen and (min-width: 501px) {
  .cid-uULxpUIlPd #dSkust {
    top: 6.3em;
    right: 3em;
  }
}
@media screen and (min-width: 651px) {
  .cid-uULxpUIlPd #dSkust {
    top: 6.3em;
    right: 4em;
  }
}
@media screen and (min-width: 771px) {
  .cid-uULxpUIlPd #dSkust {
    top: 2.2em;
    right: 2em;
  }
}
@media screen and (min-width: 851px) {
  .cid-uULxpUIlPd #dSkust {
    top: 2.2em;
    right: 4em;
  }
}
@media screen and (min-width: 1001px) {
  .cid-uULxpUIlPd #dSkust {
    top: 2.2em;
    right: 13em;
  }
}
@media screen and (min-width: 1201px) {
  .cid-uULxpUIlPd #dSkust {
    top: 0;
    right: 4em;
  }
}
@media screen and (min-width: 1401px) {
  .cid-uULxpUIlPd #dSkust {
    top: 0;
    right: 4em;
  }
}
@media screen and (min-width: 1551px) {
  .cid-uULxpUIlPd #dSkust {
    top: 0;
  }
}
@media screen and (min-width: 1801px) {
  .cid-uULxpUIlPd #dSkust {
    top: 0;
  }
}
.cid-uULxpUIlPd .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uSCiV89Ify {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uSCiV89Ify .mbr-text,
.cid-uSCiV89Ify blockquote {
  color: #767676;
}
.cid-uSCiV89Ify #dIpoka {
  display: none;
  padding: 15px 0 30px 0;
}
.cid-uSCiV89Ify .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uSCiV89Ify .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uSCjcYWtTJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uSCjcYWtTJ .mbr-text,
.cid-uSCjcYWtTJ blockquote {
  color: #767676;
}
.cid-uSCjcYWtTJ #dBo {
  display: none;
  position: relative;
  border-radius: 22px;
}
.cid-uSCjcYWtTJ #dNezasch {
  border-radius: 15px;
  padding: 2px 9px;
}
.cid-uSCjcYWtTJ #dIrazv {
  display: block;
  position: absolute;
  left: 4em;
  top: 0;
}
.cid-uSCjcYWtTJ #sIrazv {
  display: none;
  position: relative;
  width: 14.5em;
  border-radius: 18px;
  padding: 2px 9px;
  background-color: #eee;
  box-shadow: 0 0 5px 1px #fffffc, 0 0 15px 3px #ffffcc;
  opacity: .01;
  top: .2em;
  z-index: 3;
}
.cid-uSCjcYWtTJ #sIrazv:hover {
  color: #007399;
  background-color: #fffffc;
  box-shadow: 0 0 5px 2px #ffffff, 0 0 15px 3px #ffffcc, 0 0 25px 1px #ffffcc, 0 0 35px 1px #fffffc;
  transition: 11s ease;
  transition-delay: 1s;
}
.cid-uSCjcYWtTJ #sIrazv:not(:hover) {
  transition: 17s ease;
  transition-delay: 2s;
}
.cid-uSCjcYWtTJ #sI {
  display: inline-block;
  opacity: 1;
}
.cid-uSCjcYWtTJ #sPo {
  display: inline-block;
  border-bottom: 1px solid #aae;
  opacity: 1;
}
.cid-uSCjcYWtTJ #sBo {
  display: inline-block;
  position: relative;
  font-size: 177%;
}
.cid-uSCjcYWtTJ #dAvbsch {
  display: block;
  position: absolute;
  font-size: 82%;
  width: 18em;
  border: 2px solid #aaa;
  border-radius: 15px;
  padding: 5px 9px;
  background-color: #e6e6e6;
  left: 5.7em;
  top: 0;
  z-index: 4;
  opacity: .01;
}
.cid-uSCjcYWtTJ #dAvbsch:hover {
  background-color: #f3f3f3;
  transition: 2s ease;
}
.cid-uSCjcYWtTJ #dAvbsch:not(:hover) {
  transition: 3s ease;
}
@media screen and (max-width: 400px) {
  .cid-uSCjcYWtTJ #dBo {
    left: -0.7em;
  }
  .cid-uSCjcYWtTJ #dAvbsch {
    font-size: 75%;
    width: 15.3em;
    line-height: 1.4;
    left: 5.4em;
    top: -0.5em;
  }
  .cid-uSCjcYWtTJ #dIrazv {
    font-size: 85%;
    width: 14em;
    left: 3.8em;
  }
}
@media screen and (min-width: 401px) {
  .cid-uSCjcYWtTJ #dBo {
    left: -0.5em;
  }
  .cid-uSCjcYWtTJ #dAvbsch {
    font-size: 79%;
    width: 16em;
    line-height: 1.5;
    left: 5.3em;
    top: -0.5em;
  }
  .cid-uSCjcYWtTJ #dIrazv {
    font-size: 90%;
    width: 14em;
    left: 4em;
  }
}
@media screen and (min-width: 451px) {
  .cid-uSCjcYWtTJ #dBo {
    left: 0;
  }
  .cid-uSCjcYWtTJ #dAvbsch {
    font-size: 82%;
    width: 17em;
    left: 5em;
  }
  .cid-uSCjcYWtTJ #dIrazv {
    font-size: 100%;
    width: 14em;
    left: 3.5em;
  }
}
@media screen and (min-width: 501px) {
  .cid-uSCjcYWtTJ #dBo {
    left: 0;
  }
  .cid-uSCjcYWtTJ #dAvbsch {
    font-size: 82%;
    line-height: inherit;
    width: 18em;
    left: 5.7em;
  }
  .cid-uSCjcYWtTJ #dIrazv {
    width: 14.5em;
    left: 4em;
  }
}
.cid-uSCjcYWtTJ .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uSCjcYWtTJ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uUhxb7WjXW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uUhxb7WjXW .mbr-text,
.cid-uUhxb7WjXW blockquote {
  color: #767676;
}
.cid-uUhxb7WjXW .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-uUhxb7WjXW #dBu {
  display: none;
  position: relative;
  left: -2em;
  z-index: 3;
}
.cid-uUhxb7WjXW .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-uUhxb7WjXW .mbr-text DIV {
  text-align: right;
}
.cid-uSChY1xVsk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uSChY1xVsk .mbr-text,
.cid-uSChY1xVsk blockquote {
  color: #767676;
}
.cid-uSChY1xVsk .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-uSChY1xVsk #dBut_sNes0 {
  display: block;
  position: absolute;
  width: 5em;
  height: 1.7em;
  border: 2px solid #999;
  border-radius: 8px;
  background-color: transparent;
  left: 77%;
  bottom: -1.8em;
}
.cid-uSChY1xVsk #dBut_sNes0:hover {
  border-radius: 7px;
  background-color: #00cca3;
  box-shadow: 0 0 4px 1px blue inset;
  transition: 1.2s ease;
}
.cid-uSChY1xVsk #dBut_sNes0:not(:hover) {
  transition: 1.7s ease;
}
.cid-uSChY1xVsk #sNes0 {
  display: none;
}
.cid-uSChY1xVsk #ifr_912 {
  display: none;
  position: relative;
  width: 560px;
  height: 315px;
  padding: 2px 0 8px 0;
  left: 0;
  z-index: 3;
}
.cid-uSChY1xVsk .tooltiptext {
  position: absolute;
  visibility: hidden;
  text-align: left;
  width: 110%;
  font-size: 52%;
  color: #fffffc;
  border: 2px solid #80ff00;
  border-radius: 8px;
  background-color: #000099;
  padding: 5px 11px 15px 11px;
  top: 62%;
  opacity: .01;
  z-index: 2;
}
.cid-uSChY1xVsk .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  transition: opacity 1.2s;
}
.cid-uSChY1xVsk .tooltip:not(:hover) .tooltiptext {
  opacity: .01;
  transition: 2.5s ease;
}
.cid-uSChY1xVsk #dNes {
  display: none;
  position: relative;
  font-size: 115%;
  padding: 0 0 48px 0;
  left: 0;
  opacity: 1;
  z-index: 3;
}
.cid-uSChY1xVsk .mbr-text {
  color: #465052;
  text-align: center;
}
@media screen and (max-width: 400px) {
  .cid-uSChY1xVsk #ifr_912 {
    width: 341px;
    height: 192px;
    left: -1.2em;
  }
  .cid-uSChY1xVsk .tooltiptext {
    width: 105%;
    left: -2%;
  }
}
@media screen and (min-width: 401px) {
  .cid-uSChY1xVsk #ifr_912 {
    width: 393px;
    height: 221px;
    left: -1em;
  }
  .cid-uSChY1xVsk .tooltiptext {
    width: 105%;
    left: -2%;
  }
}
@media screen and (min-width: 451px) {
  .cid-uSChY1xVsk #ifr_912 {
    width: 444px;
    height: 250px;
    left: -0.85em;
  }
  .cid-uSChY1xVsk .tooltiptext {
    width: 105%;
    left: -2%;
  }
}
@media screen and (min-width: 501px) {
  .cid-uSChY1xVsk #ifr_912 {
    width: 500px;
    height: 281px;
    left: -0.8em;
  }
  .cid-uSChY1xVsk .tooltiptext {
    width: 104%;
    left: -2%;
  }
}
@media screen and (min-width: 571px) {
  .cid-uSChY1xVsk #ifr_912 {
    width: 560px;
    height: 315px;
    left: -0.8em;
  }
  .cid-uSChY1xVsk .tooltiptext {
    width: 103%;
    left: -2%;
  }
}
@media screen and (min-width: 601px) {
  .cid-uSChY1xVsk #ifr_912 {
    left: -1.3em;
  }
  .cid-uSChY1xVsk .tooltiptext {
    width: 115%;
    left: -8%;
  }
}
@media screen and (min-width: 651px) {
  .cid-uSChY1xVsk #ifr_912 {
    left: -1.3em;
  }
  .cid-uSChY1xVsk .tooltiptext {
    font-size: 56%;
    width: 120%;
    left: -10%;
  }
}
@media screen and (min-width: 771px) {
  .cid-uSChY1xVsk #ifr_912 {
    left: -3em;
  }
  .cid-uSChY1xVsk .tooltiptext {
    font-size: 61%;
    width: 240%;
    left: -70%;
  }
}
@media screen and (min-width: 915px) {
  .cid-uSChY1xVsk #ifr_912 {
    left: -3em;
  }
  .cid-uSChY1xVsk .tooltiptext {
    font-size: 65%;
    width: 260%;
    left: -80%;
  }
}
@media screen and (min-width: 1001px) {
  .cid-uSChY1xVsk #ifr_912 {
    left: -1em;
  }
  .cid-uSChY1xVsk .tooltiptext {
    font-size: 68%;
    width: 236%;
    left: -68%;
  }
}
@media screen and (min-width: 1201px) {
  .cid-uSChY1xVsk #ifr_912 {
    left: 0;
  }
  .cid-uSChY1xVsk .tooltiptext {
    font-size: 71%;
    width: 226%;
    left: -63%;
  }
}
.cid-uSChY1xVsk .mbr-text DIV {
  text-align: center;
}
.cid-uUiZDuwU7L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uUiZDuwU7L .mbr-text,
.cid-uUiZDuwU7L blockquote {
  color: #767676;
}
.cid-uUiZDuwU7L #dPustPok {
  display: none;
  position: relative;
  padding: 30px;
}
.cid-uUiZDuwU7L #hrPok {
  display: none;
  position: relative;
  width: 17em;
  border-width: 4px;
  background-color: #ccc;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
.cid-uUiZDuwU7L .mbr-text P {
  text-align: center;
  color: #465052;
}
.cid-uSCi2xaaG2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-uSCi2xaaG2 .mbr-text,
.cid-uSCi2xaaG2 blockquote {
  color: #767676;
}
.cid-uSCi2xaaG2 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uSCi2xaaG2 #dSnBg {
  display: block;
  position: relative;
  font-size: 111%;
  padding-top: 0;
  left: 1em;
}
.cid-uSCi2xaaG2 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uSCi5A7uSX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uSCi5A7uSX .mbr-text,
.cid-uSCi5A7uSX blockquote {
  color: #767676;
}
.cid-uSCi5A7uSX .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uSCi5A7uSX #dEslb {
  display: block;
  padding-bottom: 15px;
}
.cid-uSCi5A7uSX #sTak_1 {
  border-radius: 8px;
  padding: 0 5px;
  background-color: #eee;
}
.cid-uSCi5A7uSX .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uSCic3MDrD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uSCic3MDrD .mbr-text,
.cid-uSCic3MDrD blockquote {
  color: #767676;
}
.cid-uSCic3MDrD #dKogd {
  display: block;
  padding-bottom: 30px;
}
.cid-uSCic3MDrD #sDumt {
  font-size: 90%;
}
.cid-uSCic3MDrD #sTak_2 {
  font-weight: 700;
  border-radius: 8px;
  padding: 0 5px;
  background-color: #eee;
}
.cid-uSCic3MDrD .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uSCic3MDrD .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uSCspdiKgY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uSCspdiKgY .mbr-text,
.cid-uSCspdiKgY blockquote {
  color: #767676;
}
.cid-uSCspdiKgY #sNadlg {
  border-bottom: 1px solid #bbb;
}
.cid-uSCspdiKgY #dInetr {
  display: block;
  font-weight: 500;
  padding-bottom: 15px;
}
.cid-uSCspdiKgY #sTch {
  opacity: 1;
}
.cid-uSCspdiKgY .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uSCspdiKgY .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uSCifmBPJP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uSCifmBPJP .mbr-text,
.cid-uSCifmBPJP blockquote {
  color: #767676;
}
.cid-uSCifmBPJP #dNavs {
  display: block;
  padding: 30px 0 45px 0;
  font-size: 115%;
  color: #3377ff;
  border-radius: 20px;
}
.cid-uSCifmBPJP #sPrekr {
  border-radius: 22px;
}
.cid-uSCifmBPJP #sNast {
  border-radius: 22px;
}
.cid-uSCifmBPJP #dNavs:hover {
  color: #ff8080;
  text-shadow: 0 1px 8px #ffffcc,  0 0 15px #fffffc, 0 0 25px #fff;
  transition: 5s ease;
}
.cid-uSCifmBPJP #dNavs:not(:hover) {
  transition: 5s ease;
}
.cid-uSCifmBPJP #sNa,
.cid-uSCifmBPJP #sTire_1,
.cid-uSCifmBPJP #sVseg,
.cid-uSCifmBPJP #sTire_2,
.cid-uSCifmBPJP #sDa,
.cid-uSCifmBPJP #sToch,
.cid-uSCifmBPJP #dBordb {
  font-weight: 700;
  text-shadow: -1px 0 2px #ffffcc, 1px 0 2px #ffffff, 0 -1px 2px #ffffff, 0 1px 2px #ffffcc, 0 0 5px #ffffcc, 0 0 15px #ffffcc, 0 0 25px #fffffc, 0 0 35px #fffffc, 0 0 55px #ffffff;
  opacity: .01;
}
.cid-uSCifmBPJP #dBordb {
  display: block;
  position: relative;
  text-align: center;
  font-size: 115%;
  width: 0;
  border-bottom: 5px solid #fffffc;
  box-shadow: -1px 0 0 0 #ffffcc, 1px 0 0 0 #ffffff, 0 -1px 0 0 #ffffff, 0 1px 0 0 #fffffc, 0 0 15px 0 #ffffcc, 0 0 25px 2px #fffffc, 0 0 35px 2px #ffffff;
  margin-left: auto;
  margin-right: auto;
  bottom: -0.1em;
}
.cid-uSCifmBPJP .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-uSCifmBPJP .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-uSS3ybbdRK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uSS3ybbdRK .mbr-text,
.cid-uSS3ybbdRK blockquote {
  color: #767676;
}
.cid-uSS3ybbdRK #dPuspos {
  display: block;
  padding: 1px;
  backround-color: #dadad7;
}
.cid-uSS3ybbdRK .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-uSC0dZ2Nh3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uSC0dZ2Nh3 .mbr-text,
.cid-uSC0dZ2Nh3 blockquote {
  color: #767676;
}
.cid-uSC0dZ2Nh3 .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-uSC0dZ2Nh3 .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-uSC0dZ2Nh3 #Btn_24_10_21_1_2 {
  width: 35px;
  height: 35px;
  border-radius: 15px;
}
.cid-uSC0dZ2Nh3 #Btn_24_10_21_1_2:hover {
  color: #aac;
  background-color: #ffe6ff;
  border: 2px solid #ccc;
  transition: .3s ease;
}
.cid-uSC0dZ2Nh3 #Btn_24_10_21_1_2:not(:hover) {
  color: #ffb3ff;
  background-color: #ffb3ff;
  border: 2px solid #777;
  transition: .5s ease;
}
.cid-uSC0dZeVpo {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #dadad7;
}
.cid-uSC0dZsVrS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-uSC0dZsVrS .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSC0dZsVrS .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSC0dZsVrS .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSC0dZsVrS .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSC0dZsVrS .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSC0dZsVrS .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uSC0dZsVrS .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uSC0dZsVrS .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uSC0dZsVrS .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uSC0dZsVrS .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uSC0dZsVrS .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uSC0dZsVrS .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uSC0dZsVrS .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uSC0dZsVrS .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v3QK6hPbUy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-v3QK6hPbUy .mbr-text,
.cid-v3QK6hPbUy blockquote {
  color: #767676;
}
.cid-v3QK6hPbUy .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-v3QK6hPbUy .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-v3QK6hPbUy #dChislo {
  display: inline-block;
  position: absolute;
  left: -12.8em;
}
.cid-v3QK6hPbUy #sChislo {
  color: #802000;
  border-radius: 2px;
  border: 3px solid #888;
  padding: 0 4px;
  background-color: #ccccff;
}
.cid-v3QK6hPbUy #sChislo:hover {
  border: 3px solid #559;
  background-color: #b8c5e0;
  transition: .3s ease;
}
.cid-v3QK6hPbUy #sChislo:not(:hover) {
  transition: .3s ease;
}
.cid-v3QK6hPbUy a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-v3QK6hPbUy a.btn4:link {
  padding: 5px 31px;
  border-radius: 100px;
}
.cid-v3QK6hPbUy a.btn1:hover,
.cid-v3QK6hPbUy a.btn4:hover {
  color: #ffe6cc;
  border: 2px solid #80ff80;
  background-color: #99c2ff;
  box-shadow: 0 0 3px 1px #bbb;
  transition: 1s ease;
}
.cid-v3QK6hPbUy a.btn1:not(:hover),
.cid-v3QK6hPbUy a.btn4:not(:hover) {
  color: #999;
  border: 2px solid #999;
  background-color: #cce0ff;
  transition: 1s ease;
}
.cid-v3QK6hPbUy a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-v3QK6hPbUy a.btn2:hover {
  color: #ffe6cc;
  border: 2px solid #80ff80;
  background-color: #99c2ff;
  box-shadow: 0 0 3px 1px #bbb;
  transition: 1s ease;
}
.cid-v3QK6hPbUy a.btn2:not(:hover) {
  color: #999;
  border: 2px solid #999;
  background-color: #cce0ff;
  transition: 1s ease;
}
@media screen and (max-width: 770px) {
  .cid-v3QK6hPbUy #dChislo {
    font-size: 79%;
    left: -1.2em;
  }
  .cid-v3QK6hPbUy #sChislo {
    border-radius: 1px;
    border: 2px solid #888;
    padding: 0 2px;
  }
  .cid-v3QK6hPbUy #sChislo:hover {
    border: 2px solid #559;
    background-color: #b8c5e0;
    transition: .3s ease;
  }
}
@media screen and (min-width: 771px) {
  .cid-v3QK6hPbUy #dChislo {
    font-size: 100%;
    left: -12.8em;
  }
  .cid-v3QK6hPbUy #sChislo {
    border-radius: 2px;
    border: 2px solid #888;
    padding: 0 4px;
  }
  .cid-v3QK6hPbUy #sChislo:hover {
    border: 2px solid #559;
    background-color: #b8c5e0;
    transition: .3s ease;
  }
}
.cid-v3QK6iqmcJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-v3QK6iqmcJ .mbr-text,
.cid-v3QK6iqmcJ blockquote {
  color: #767676;
}
.cid-v3QK6iqmcJ .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-v3QK6iqmcJ .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-v3QK6iqmcJ .a_date {
  color: #465052;
}
.cid-v3QK6iqmcJ .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-v3QK6iqmcJ .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-v3QK6iqmcJ .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-v3QK6iqmcJ .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-v3QK6iqmcJ .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-v3QK6iqmcJ #sp_01aug25_1 {
  color: #465052;
}
.cid-v3QK6iqmcJ #sp_01aug25_1:hover {
  color: #8888ff;
  text-shadow: 0 1px 0 #000;
  transition: .5s ease;
}
.cid-v3QK6iqmcJ #sp_01aug25_1:not(:hover) {
  transition: 1s ease;
}
.cid-v3QK6iqmcJ .mbr-text DIV {
  text-align: left;
}
.cid-v3QK6iEEoj {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #dadad7;
}
.cid-v3QK6iEEoj .mbr-text,
.cid-v3QK6iEEoj blockquote {
  color: #767676;
}
.cid-v3QK6iEEoj .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-v3QK6iEEoj #dNid {
  display: block;
  text-align: center;
  color: #1a75ff;
  font-weight: 600;
  font-style: italic;
}
.cid-v3QK6iEEoj #dNid:hover {
  color: #0052cc;
  text-shadow: 0 0 2px #fff, 0 0 2px #ffcccc;
  transition: 1.5s ease;
}
.cid-v3QK6iEEoj #dNid:not(:hover) {
  transition: 3.5s ease;
}
.cid-v3QK6iEEoj #dNam {
  display: block;
  position: absolute;
  visibility: hidden;
  color: #0033cc;
  font-weight: 700;
  font-size: 125%;
  line-height: 1.3;
  text-align: center;
  text-shadow: 0 0 1px #fffffc, 0 0 5px #fff;
  margin-left: auto;
  margin-right: auto;
  top: -10px;
  left: 0;
  right: 0;
  opacity: .01;
}
.cid-v3QK6iEEoj #dNam:hover {
  color: #4d79ff;
  text-shadow: 0 0 2px #f88, 0 0 2px #ffcccc, 0 0 7px #fffffc, 0 0 15px #fff;
  transition: 1.5s ease;
}
.cid-v3QK6iEEoj #dNam:not(:hover) {
  transition: 3.5s ease;
}
.cid-v3QK6iEEoj .mbr-text {
  color: #4f4943;
  text-align: center;
}
.cid-v3QK6iEEoj .mbr-text DIV {
  text-align: right;
}
.cid-v3Ru4ZOP7k {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-v3Ru4ZOP7k .mbr-text,
.cid-v3Ru4ZOP7k blockquote {
  color: #767676;
}
.cid-v3Ru4ZOP7k #dSy {
  display: block;
  border-radius: 22px;
  border: 5px solid #4d79ff;
  padding: 3px 18px 5px 18px;
  margin-bottom: 10px;
}
.cid-v3Ru4ZOP7k #dSy:hover {
  border: 5px solid #1affa3;
  transition: 1s ease;
}
.cid-v3Ru4ZOP7k #dSy:not(:hover) {
  transition: 1.5s ease;
}
.cid-v3Ru4ZOP7k #sSyn {
  border-bottom: 1px solid #aac;
}
.cid-v3Ru4ZOP7k .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-v3Ru4ZOP7k .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-v3Ru6f8BBo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-v3Ru6f8BBo .mbr-text,
.cid-v3Ru6f8BBo blockquote {
  color: #767676;
}
.cid-v3Ru6f8BBo #dSyn {
  display: none;
  color: #000099;
  padding: 0 0 15px 0;
}
.cid-v3Ru6f8BBo .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-v3Ru6f8BBo .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-v3Ru4qgeaV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-v3Ru4qgeaV .mbr-text,
.cid-v3Ru4qgeaV blockquote {
  color: #767676;
}
.cid-v3Ru4qgeaV #dHart {
  display: none;
  color: #000099;
  padding: 0 0 15px 0;
}
.cid-v3Ru4qgeaV .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-v3Ru4qgeaV .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-v3Ru3BXqtQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-v3Ru3BXqtQ .mbr-text,
.cid-v3Ru3BXqtQ blockquote {
  color: #767676;
}
.cid-v3Ru3BXqtQ #dNapr {
  display: none;
  color: #000099;
  padding: 0 0 15px 0;
}
.cid-v3Ru3BXqtQ .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-v3Ru3BXqtQ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-v3WfLCOAuD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-v3WfLCOAuD .mbr-text,
.cid-v3WfLCOAuD blockquote {
  color: #767676;
}
.cid-v3WfLCOAuD .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-v3WfLCOAuD #sSml {
  opacity: .01;
}
.cid-v3WfLCOAuD #dAesl8mlr {
  display: none;
  position: relative;
  color: #000099;
  padding: 3px 22px 75px 0;
  opacity: .01;
}
.cid-v3WfLCOAuD #dPok_ae {
  display: none;
  position: absolute;
  width: 98%;
  height: 8em;
  z-index: 2;
}
.cid-v3WfLCOAuD #dAesl {
  display: none;
  color: #000099;
  padding: 15px 0 12px 0;
  opacity: .01;
}
.cid-v3WfLCOAuD .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-v3WfLCOAuD .mbr-text DIV {
  text-align: right;
}
.cid-v3RwzHAX3f {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-v3RwzHAX3f .mbr-text,
.cid-v3RwzHAX3f blockquote {
  color: #767676;
}
.cid-v3RwzHAX3f .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-v3RwzHAX3f #dAvob {
  display: block;
  padding: 30px 0 99px 0;
}
.cid-v3RwzHAX3f #sEto {
  border-bottom: 1px solid #999;
}
.cid-v3RwzHAX3f #sPros {
  color: #465052;
}
.cid-v3RwzHAX3f .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-v3W2ECYgF9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-v3W2ECYgF9 .mbr-text,
.cid-v3W2ECYgF9 blockquote {
  color: #767676;
}
.cid-v3W2ECYgF9 .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-v3W2ECYgF9 #dPs {
  display: none;
  padding: 0 0 10px 0;
}
.cid-v3W2ECYgF9 .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-v3W2ECYgF9 .mbr-text DIV {
  text-align: left;
}
.cid-v3RwACKBDG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-v3RwACKBDG .mbr-text,
.cid-v3RwACKBDG blockquote {
  color: #767676;
}
.cid-v3RwACKBDG .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-v3RwACKBDG #dPBC {
  display: none;
  color: #0055ff;
  font-size: 105%;
  border-radius: 44px;
  padding: 22px 24px 22px 24px;
  margin: 22px 0 45px 0;
  opacity: .01;
}
.cid-v3RwACKBDG #dPBC:hover {
  color: #00ace6;
  text-shadow: 0 0 2px #f88, 0 0 5px #fffffc, 0 0 7px #ffffcc, 0 0 11px #ffffcc, 0 0 5px #cfffff inset, 0 0 7px #ccffff inset, 0 0 11px #ccffff inset, 0 0 25px #ffffcc, 0 0 35px #fffffc;
  box-shadow: 0 0 7px 0 #fff, 0 0 11px 0 #fff, 0 0 17px 0 #fffffc, 0 0 25px 0 #ffffcc, 0 0 45px 0 #fffffc;
  background-color: #f3f3f3;
  transition: 25s ease;
}
.cid-v3RwACKBDG #dPBC:not(:hover) {
  transition: 77s ease;
}
.cid-v3RwACKBDG .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-v3WbeFyQCa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-v3WbeFyQCa .mbr-text,
.cid-v3WbeFyQCa blockquote {
  color: #767676;
}
.cid-v3WbeFyQCa .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-v3WbeFyQCa #sNat {
  display: none;
  opacity: .01;
}
.cid-v3WbeFyQCa .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-v3WbeFyQCa .mbr-text DIV {
  text-align: left;
}
.cid-v3RxHRO5LR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-v3RxHRO5LR .mbr-text,
.cid-v3RxHRO5LR blockquote {
  color: #767676;
}
.cid-v3RxHRO5LR .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-v3RxHRO5LR #dPlpr {
  display: none;
  padding: 0 0 50px 0;
  opacity: .01;
}
.cid-v3RxHRO5LR .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-v3RwyXmdEz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-v3RwyXmdEz .mbr-text,
.cid-v3RwyXmdEz blockquote {
  color: #767676;
}
.cid-v3RwyXmdEz .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-v3RwyXmdEz #sSmlk {
  color: #767676;
  font-size: 133%;
  opacity: .01;
}
.cid-v3RwyXmdEz #dVsnav {
  display: none;
  opacity: .01;
  color: #465052;
  padding: 0 0 99px 0;
}
.cid-v3RwyXmdEz #dVsnav_2 {
  display: none;
  color: #465052;
  padding: 0 0 99px 0;
}
.cid-v3RwyXmdEz .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-v3RysB71be {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-v3RysB71be .mbr-text,
.cid-v3RysB71be blockquote {
  color: #767676;
}
.cid-v3RysB71be .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-v3RysB71be #dPar {
  display: none;
}
.cid-v3RysB71be .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-v3WdjLQV8e {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-v3WdjLQV8e .mbr-text,
.cid-v3WdjLQV8e blockquote {
  color: #767676;
}
.cid-v3WdjLQV8e .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-v3WdjLQV8e #dSoz {
  display: none;
  color: #0033cc;
  font-size: 133%;
  text-align: center;
  border-radius: 22px;
  text-shadow: 0 0 3px transparent;
  box-shadow: 0 0 5px 1px transparent;
  padding: 0 0 3px 0;
  margin: 7px 0 10px 0;
}
.cid-v3WdjLQV8e #dSoz:hover {
  color: #0099cc;
  background-color: #f0f0fc;
  text-shadow: 0 0 3px #ffffcc;
  box-shadow: 0 0 8px 2px #ffffcc;
  transition: 2.5s ease;
}
.cid-v3WdjLQV8e #dSoz:not(:hover) {
  transition: 4.5s ease;
}
.cid-v3WdjLQV8e .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-v3RyyxLaiK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-v3RyyxLaiK .mbr-text,
.cid-v3RyyxLaiK blockquote {
  color: #767676;
}
.cid-v3RyyxLaiK #dOtn {
  display: none;
  padding: 0 0 30px 0;
}
.cid-v3RyyxLaiK .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-v3RyyxLaiK .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-v3RyAnqq92 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-v3RyAnqq92 .mbr-text,
.cid-v3RyAnqq92 blockquote {
  color: #767676;
}
.cid-v3RyAnqq92 #dInachb {
  display: none;
  padding: 0 0 15px 0;
}
.cid-v3RyAnqq92 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-v3RyAnqq92 .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-v3RzpPZmFj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-v3RzpPZmFj .mbr-text,
.cid-v3RzpPZmFj blockquote {
  color: #767676;
}
.cid-v3RzpPZmFj #dInB {
  display: none;
  padding: 0 0 15px 0;
}
.cid-v3RzpPZmFj .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-v3RzpPZmFj .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-v3V0fb0liq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-v3V0fb0liq .mbr-text,
.cid-v3V0fb0liq blockquote {
  color: #767676;
}
.cid-v3V0fb0liq #dLibor {
  display: none;
  font-size: 110%;
  padding: 0 0 5px 0;
}
.cid-v3V0fb0liq .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-v3V0fb0liq .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-v4NmD1OMFH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-v4NmD1OMFH .mbr-text,
.cid-v4NmD1OMFH blockquote {
  color: #767676;
}
.cid-v4NmD1OMFH #sLbi {
  color: #007399;
  font-size: 122%;
  text-shadow: 0 0 1px #fffffc, 0 0 3px #fff;
}
.cid-v4NmD1OMFH #sZap {
  color: #007399;
  font-size: 122%;
  text-shadow: 0 0 1px #fffffc, 0 0 3px #fff;
  opacity: .01;
}
.cid-v4NmD1OMFH #pAne {
  color: #465052;
  text-align: right;
  opacity: .01;
}
.cid-v4NmD1OMFH #dLiz {
  display: none;
  opacity: .01;
  padding: 0 0 21px 0;
}
.cid-v4NmD1OMFH .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-v4NmD1OMFH .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-v4NmD1OMFH .mbr-text DIV {
  text-align: left;
}
.cid-v3Ryzv45TD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-v3Ryzv45TD .mbr-text,
.cid-v3Ryzv45TD blockquote {
  color: #767676;
}
.cid-v3Ryzv45TD #dVotch {
  display: none;
  font-size: 111%;
  padding: 0 0 18px 0;
}
.cid-v3Ryzv45TD .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-v3Ryzv45TD .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-v3RGHwMFiA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-v3RGHwMFiA .mbr-text,
.cid-v3RGHwMFiA blockquote {
  color: #767676;
}
.cid-v3RGHwMFiA #dPostr {
  display: none;
  color: #465052;
  padding: 0 0 45px 0;
}
.cid-v3RGHwMFiA .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-v3RGHwMFiA .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-v3RHiFaLjm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-v3RHiFaLjm .mbr-text,
.cid-v3RHiFaLjm blockquote {
  color: #767676;
}
.cid-v3RHiFaLjm #dBoTs {
  display: none;
  color: #0040ff;
  border-radius: 44px;
  padding: 25px 15px;
  margin: 10px 0 55px 0;
  text-shadow: 0 0 5px #ffffcc, 0 0 15px #fffffc, 0 0 25px #fff;
  background-color: #dadad7;
  opacity: .01;
  z-index: -1;
}
.cid-v3RHiFaLjm #dBoTs:hover {
  color: #33ccff;
  font-size: 107%;
  text-shadow: 0 0 2px #f88, 0 0 7px #fffffc, 0 0 15px #fff, 0 0 35px #fff;
  box-shadow: 0 0 7px 2px #fff, 0 0 11px 3px #ffffcc, 0 0 22px 3px #ffffcc, 0 0 45px 3px #fffffc, 0 0 65px 3px #fffffc;
  background-color: #f0f0f0;
  transition: 4s ease;
}
.cid-v3RHiFaLjm #dBoTs:not(:hover) {
  transition: 55s ease;
}
.cid-v3RHiFaLjm .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-v3RHiFaLjm .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-v3RHiFaLjm .mbr-text DIV {
  text-align: center;
}
.cid-v4eaRKehLG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-v4eaRKehLG .mbr-text,
.cid-v4eaRKehLG blockquote {
  color: #767676;
}
.cid-v4eaRKehLG .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-v4eaRKehLG #dSynPo {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  background-color: transparent;
  z-index: -1;
}
.cid-v4eaRKehLG #dSyn0 {
  display: block;
  position: absolute;
  text-align: center;
  border-radius: 35px;
  box-shadow: 0 0 15px 0 #f0f0f0;
  background-color: #f0f0f0;
  top: -15em;
  margin-left: auto;
  margin-right: auto;
  opacity: .01;
  z-index: -2;
}
.cid-v4eaRKehLG #dSynlB {
  display: block;
  color: #0044cc;
  font-size: 188%;
  text-align: center;
  border-radius: 18px;
  animation-name: dSynlB;
  animation-duration: 14s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
.cid-v4eaRKehLG #sSyDvt {
  opacity: .01;
  animation-name: sSyDvt;
  animation-duration: 14s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
@keyframes sSyDvt {
  0% {
    color: transparent;
    text-shadow: 0 0 2px transparent;
  }
  25% {
    color: transparent;
    text-shadow: 0 0 2px transparent;
  }
  50% {
    color: transparent;
    text-shadow: 0 0 2px transparent;
  }
  60% {
    color: transparent;
    text-shadow: 0 0 2px transparent;
  }
  75% {
    color: #0055ff;
    text-shadow: 0 0 2px transparent;
  }
  85% {
    color: #0055ff;
    text-shadow: 0 0 2px transparent;
  }
  92% {
    color: #0055ff;
    text-shadow: 0 0 2px transparent;
  }
  95% {
    color: #fff;
    text-shadow: 0 0 2px #3366ff;
  }
  97% {
    color: #fff;
    text-shadow: 0 0 2px transparent;
  }
  100% {
    color: transparent;
    text-shadow: 0 0 2px transparent;
  }
}
.cid-v4eaRKehLG #dSynlB_f {
  display: none;
  position: absolute;
  color: #0044cc;
  text-align: center;
  border-radius: 22px;
  margin-left: auto;
  margin-right: auto;
  animation-name: dSynlB_f;
  animation-duration: 14s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
@keyframes dSynlB_f {
  0% {
    color: #0088ff;
    background-color: #e6eeff;
    text-shadow: 0 0 2px transparent;
    box-shadow: 0 0 25px 5px #fffffc, 0 0 75px 8px #fffffc;
  }
  25% {
    color: #0044cc;
    background-color: #ffffcf;
    text-shadow: 0 0 2px transparent;
    box-shadow: 0 0 25px 2px #fffffc, 0 0 77px 22px #fffffc, 0 0 122px 33px #fffffc;
  }
  50% {
    color: #0055ff;
    background-color: #e6e6ff;
    text-shadow: 0 0 2px transparent;
    box-shadow: 0 0 25px 2px #fffffc, 0 0 77px 22px #fffffc, 0 0 99px 55px #fffffc;
  }
  75% {
    color: #0055ff;
    background-color: #f0f5f0;
    text-shadow: 0 0 2px transparent;
    box-shadow: 0 0 5px 2px #ffffcc, 0 0 11px 3px #fffffc;
  }
  92% {
    color: #0044cc;
    background-color: #eafafa;
    text-shadow: 0 0 2px transparent;
    box-shadow: 0 0 5px 2px #ffffcc, 0 0 15px 4px #fffffc;
  }
  95% {
    color: #fff;
    background-color: #ffffe6;
    text-shadow: 0 0 2px #3366ff;
    box-shadow: 0 0 5px 2px #ffffe6, 0 0 33px 3px #ffffe6;
  }
  97% {
    color: #fff;
    background-color: #ffffe6;
    text-shadow: 0 0 2px #3366ff;
    box-shadow: 0 0 25px 5px #ffffe6, 0 0 75px 8px #ffffe6;
  }
  100% {
    color: #0088ff;
    background-color: #e6eeff;
    text-shadow: 0 0 2px transparent;
    box-shadow: 0 0 25px 5px #fffffc, 0 0 75px 8px #fffffc;
  }
}
@keyframes dSynlB {
  0% {
    color: #0044cc;
    background-color: transparent;
    text-shadow: 0 0 2px transparent;
    box-shadow: 0 0 5px 2px transparent, 0 0 11px 1px transparent;
  }
  19% {
    color: #0088dd;
    background-color: transparent;
    text-shadow: 0 0 2px transparent;
    box-shadow: 0 0 5px 2px transparent, 0 0 11px 1px transparent;
  }
  20% {
    color: #fff;
    background-color: #ffffe6;
    text-shadow: 0 0 2px #3366ff;
    box-shadow: 0 0 5px 2px #ffffe6, 0 0 11px 1px #ffffe6;
  }
  22% {
    color: #fff;
    background-color: #ffffe6;
    text-shadow: 0 0 2px #3366ff;
    box-shadow: 0 0 5px 2px #ffffe6, 0 0 11px 1px #ffffe6;
  }
  24% {
    color: #0044cc;
    background-color: transparent;
    text-shadow: 0 0 2px transparent;
    box-shadow: 0 0 5px 2px transparent, 0 0 11px 1px transparent;
  }
  55% {
    color: #0044cc;
    background-color: transparent;
    text-shadow: 0 0 2px transparent;
    box-shadow: 0 0 5px 2px transparent, 0 0 11px 1px transparent;
  }
  100% {
    color: #0044cc;
    background-color: transparent;
    text-shadow: 0 0 2px transparent;
    box-shadow: 0 0 5px 2px transparent, 0 0 11px 1px transparent;
  }
}
.cid-v4eaRKehLG #dDlet {
  display: block;
  position: relative;
  padding: 12px 28px 18px 28px;
  opacity: .01;
  z-index: -1;
}
.cid-v4eaRKehLG #sNskv {
  color: #0044cc;
  border-radius: 12px;
  animation-name: sNskv;
  animation-duration: 14s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
@keyframes sNskv {
  0% {
    color: #0044cc;
    background-color: #f0f5f0;
    text-shadow: 0 0 1px transparent;
    box-shadow: 0 0 5px 2px transparent, 0 0 11px 1px transparent;
  }
  24% {
    color: #0044cc;
    background-color: #f0f5f0;
    text-shadow: 0 0 1px transparent;
    box-shadow: 0 0 5px 2px transparent, 0 0 11px 1px transparent;
  }
  25% {
    color: #fff;
    background-color: #b3f0ff;
    text-shadow: 0 0 1px #3366ff;
    box-shadow: 0 0 5px 2px #b3f0ff, 0 0 11px 1px #b3f0ff;
  }
  28% {
    color: #fff;
    background-color: #b3f0ff;
    text-shadow: 0 0 1px #3366ff;
    box-shadow: 0 0 5px 2px #b3f0ff, 0 0 11px 1px #b3f0ff;
  }
  30% {
    color: #0044cc;
    background-color: #f0f5f0;
    text-shadow: 0 0 1px transparent;
    box-shadow: 0 0 5px 2px transparent, 0 0 11px 1px transparent;
  }
  100% {
    color: #0044cc;
    background-color: #f0f5f0;
    text-shadow: 0 0 1px transparent;
    box-shadow: 0 0 5px 2px transparent, 0 0 11px 1px transparent;
  }
}
.cid-v4eaRKehLG #sNkub {
  color: #0044cc;
  border-radius: 12px;
  animation-name: sNkub;
  animation-duration: 14s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
@keyframes sNkub {
  0% {
    color: #0044cc;
    background-color: #f0f5f0;
    text-shadow: 0 0 1px transparent;
    box-shadow: 0 0 5px 2px transparent, 0 0 11px 1px transparent;
  }
  29% {
    color: #0044cc;
    background-color: #f0f5f0;
    text-shadow: 0 0 1px transparent;
    box-shadow: 0 0 5px 2px transparent, 0 0 11px 1px transparent;
  }
  30% {
    color: #fff;
    background-color: #b3f0ff;
    text-shadow: 0 0 1px #3366ff;
    box-shadow: 0 0 5px 2px transparent, 0 0 11px 1px transparent;
  }
  33% {
    color: #fff;
    background-color: #b3f0ff;
    text-shadow: 0 0 1px #3366ff;
    box-shadow: 0 0 5px 2px #b3f0ff, 0 0 11px 1px #b3f0ff;
  }
  35% {
    color: #0044cc;
    background-color: #f0f5f0;
    text-shadow: 0 0 1px transparent;
    box-shadow: 0 0 5px 2px transparent, 0 0 11px 1px transparent;
  }
  100% {
    color: #0044cc;
    background-color: #f0f5f0;
    text-shadow: 0 0 1px transparent;
    box-shadow: 0 0 5px 2px transparent, 0 0 11px 1px transparent;
  }
}
.cid-v4eaRKehLG #sDlet {
  color: #0044cc;
  border-radius: 12px;
  animation-name: sDlet;
  animation-duration: 14s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
@keyframes sDlet {
  0% {
    color: #0044cc;
    background-color: #f0f5f0;
    text-shadow: 0 0 1px transparent;
    box-shadow: 0 0 5px 2px transparent, 0 0 11px 1px transparent;
  }
  34% {
    color: #0044cc;
    background-color: #f0f5f0;
    text-shadow: 0 0 1px transparent;
    box-shadow: 0 0 5px 2px transparent, 0 0 11px 1px transparent;
  }
  35% {
    color: #fff;
    background-color: #b3f0ff;
    text-shadow: 0 0 1px #3366ff;
    box-shadow: 0 0 5px 2px #b3f0ff, 0 0 11px 1px #b3f0ff;
  }
  38% {
    color: #fff;
    background-color: #b3f0ff;
    text-shadow: 0 0 1px #3366ff;
    box-shadow: 0 0 5px 2px #b3f0ff, 0 0 11px 1px #b3f0ff;
  }
  40% {
    color: #0044cc;
    background-color: #f0f5f0;
    text-shadow: 0 0 1px transparent;
    box-shadow: 0 0 5px 2px transparent, 0 0 11px 1px transparent;
  }
  100% {
    color: #0044cc;
    background-color: #f0f5f0;
    text-shadow: 0 0 1px transparent;
    box-shadow: 0 0 5px 2px transparent, 0 0 11px 1px transparent;
  }
}
.cid-v4eaRKehLG #pStemcht {
  color: #0044cc;
  font-size: 115%;
  border-radius: 12px;
  animation-name: pStemcht;
  animation-duration: 14s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
@keyframes pStemcht {
  0% {
    color: #0044cc;
    background-color: #f0f5f0;
    text-shadow: 0 0 1px transparent;
    box-shadow: 0 0 5px 2px transparent, 0 0 11px 1px transparent;
  }
  39% {
    color: #0044cc;
    background-color: #f0f5f0;
    text-shadow: 0 0 1px transparent;
    box-shadow: 0 0 5px 2px transparent, 0 0 11px 1px transparent;
  }
  40% {
    color: #fff;
    background-color: #b3f0ff;
    text-shadow: 0 0 1px #3366ff;
    box-shadow: 0 0 5px 2px #b3f0ff, 0 0 11px 1px #b3f0ff;
  }
  43% {
    color: #fff;
    background-color: #b3f0ff;
    text-shadow: 0 0 1px #3366ff;
    box-shadow: 0 0 5px 2px #b3f0ff, 0 0 11px 1px #b3f0ff;
  }
  45% {
    color: #0044cc;
    background-color: #f0f5f0;
    text-shadow: 0 0 1px transparent;
    box-shadow: 0 0 5px 2px transparent, 0 0 11px 1px transparent;
  }
  100% {
    color: #0044cc;
    background-color: #f0f5f0;
    text-shadow: 0 0 1px transparent;
    box-shadow: 0 0 5px 2px transparent, 0 0 11px 1px transparent;
  }
}
.cid-v4eaRKehLG #dPokr {
  display: block;
  position: relative;
  width: 100%;
  height: 7em;
  background-color: #dadad7;
  box-shadow: 22px 0 22px 1px #dadad7;
  top: 0;
}
@media screen and (max-width: 400px) {
  .cid-v4eaRKehLG #dSynlB_f {
    font-size: 140%;
    width: 11em;
    bottom: .9em;
  }
  .cid-v4eaRKehLG #dSyn0 {
    top: -9.2em;
    left: -1.35em;
  }
}
@media screen and (min-width: 401px) {
  .cid-v4eaRKehLG #dSynlB_f {
    font-size: 144%;
    width: 11em;
    bottom: .8em;
    left: .8em;
  }
  .cid-v4eaRKehLG #dSyn0 {
    top: -9.6em;
    left: -1.35em;
  }
}
@media screen and (min-width: 451px) {
  .cid-v4eaRKehLG #dSynlB_f {
    font-size: 155%;
    width: 13em;
    bottom: .8em;
    left: 0.1em;
  }
}
@media screen and (min-width: 501px) {
  .cid-v4eaRKehLG #dSynlB_f {
    font-size: 165%;
    width: 13em;
    bottom: .45em;
    left: 0.44em;
  }
  .cid-v4eaRKehLG #dSyn0 {
    top: -10.2em;
  }
}
@media screen and (min-width: 571px) {
  .cid-v4eaRKehLG #dSynlB_f {
    font-size: 175%;
    width: 13.5em;
    bottom: -0.55em;
    left: 0.58em;
  }
  .cid-v4eaRKehLG #dSyn0 {
    top: -12em;
  }
}
@media screen and (min-width: 601px) {
  .cid-v4eaRKehLG #dSynlB_f {
    font-size: 188%;
    width: 14em;
    bottom: -0.5em;
    left: -0.95em;
  }
  .cid-v4eaRKehLG #dSyn0 {
    top: -12em;
    left: -0.7em;
  }
}
@media screen and (min-width: 651px) {
  .cid-v4eaRKehLG #dSynlB_f {
    font-size: 200%;
    width: 11em;
    bottom: -0.47em;
    left: .2em;
  }
  .cid-v4eaRKehLG #dSyn0 {
    top: -12em;
  }
}
@media screen and (min-width: 771px) {
  .cid-v4eaRKehLG #dSynlB_f {
    font-size: 230%;
    width: 14em;
    bottom: -1em;
    left: -1.9em;
  }
  .cid-v4eaRKehLG #dSyn0 {
    top: -14em;
    left: .5em;
  }
}
@media screen and (min-width: 851px) {
  .cid-v4eaRKehLG #dSynlB_f {
    font-size: 230%;
    width: 14em;
    bottom: -1em;
    left: -1.9em;
  }
  .cid-v4eaRKehLG #dSyn0 {
    top: -14em;
    left: .4em;
  }
}
@media screen and (min-width: 1001px) {
  .cid-v4eaRKehLG #dSynlB_f {
    font-size: 230%;
    width: 14em;
    bottom: 1.2em;
    left: -0.3em;
  }
  .cid-v4eaRKehLG #dSyn0 {
    top: -9em;
    left: 1em;
  }
}
@media screen and (min-width: 1201px) {
  .cid-v4eaRKehLG #dSynlB_f {
    font-size: 230%;
    width: 14em;
    bottom: 1.2em;
    left: -0.3em;
  }
  .cid-v4eaRKehLG #dSyn0 {
    top: -9em;
    left: 4.4em;
  }
}
.cid-v4eaRKehLG .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-v4eaRKehLG .mbr-text DIV {
  text-align: center;
}
.cid-v3RyB8k00v {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-v3RyB8k00v .mbr-text,
.cid-v3RyB8k00v blockquote {
  color: #767676;
}
.cid-v3RyB8k00v #dAnub {
  display: none;
  padding: 0 0 30px 0;
}
.cid-v3RyB8k00v #sSamub {
  color: #000099;
  font-size: 109%;
}
.cid-v3RyB8k00v .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-v3RyB8k00v .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-v3UuBoOp0u {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-v3UuBoOp0u .mbr-text,
.cid-v3UuBoOp0u blockquote {
  color: #767676;
}
.cid-v3UuBoOp0u #sNachs {
  border-bottom: 1px solid #990000;
}
.cid-v3UuBoOp0u #sBlagd {
  display: none;
  position: absolute;
  font-size: 95%;
  border-radius: 12px;
  border: 2px solid #a44;
  padding: 0 8px;
  left: 4em;
  background-color: #ffc34d;
  z-index: 2;
}
.cid-v3UuBoOp0u #sBlagd:hover {
  color: #e600ac;
  border: 2px solid #4d2600;
  box-shadow: 0 0 8px 0 #000;
  background-color: #000;
  transition: 1s ease;
}
.cid-v3UuBoOp0u #sBlagd:not(:hover) {
  transition: 2s ease;
}
.cid-v3UuBoOp0u #sGu {
  border-bottom: 1px solid #aaa;
}
.cid-v3UuBoOp0u #sLhum {
  display: none;
  position: absolute;
  border-radius: 14px;
  padding: 0 5px;
  background-color: #fff;
  top: .2em;
  left: .2em;
}
.cid-v3UuBoOp0u #sParraz {
  border-bottom: 1px solid #999;
}
.cid-v3UuBoOp0u #dAnev {
  display: none;
  position: absolute;
  font-size: 93%;
  padding: 3px 13px;
  border: 2px solid #0000b3;
  border-radius: 22px;
  top: -1.5em;
  background-color: #ccddff;
  z-index: 3;
}
.cid-v3UuBoOp0u #dAnev:hover {
  border: 2px solid #fff;
  box-shadow: 0 0 11px 2px #ffffcc, 0 0 12px 0 #ffffcc inset;
  background-color: #e6f9ff;
  transition: 1s ease;
}
.cid-v3UuBoOp0u #dAnev:not(:hover) {
  transition: 1.5s ease;
}
.cid-v3UuBoOp0u #dEtv {
  display: none;
  padding: 0 0 30px 0;
}
.cid-v3UuBoOp0u .mbr-text P {
  color: #465052;
  text-align: right;
}
@media screen and (max-width: 400px) {
  .cid-v3UuBoOp0u #dAnev {
    font-size: 88%;
    padding: 0 4px;
    top: 5.7em;
    left: -0.3em;
    width: 16.7em;
  }
  .cid-v3UuBoOp0u #sLhum {
    left: .1em;
  }
  .cid-v3UuBoOp0u #sBlagd {
    font-size: 78%;
    bottom: 1.8em;
    left: -0.5em;
    width: 18.3em;
  }
}
@media screen and (min-width: 401px) {
  .cid-v3UuBoOp0u #dAnev {
    font-size: 93%;
    padding: 3px 13px;
    top: 3em;
    left: .3em;
    width: 17.3em;
  }
  .cid-v3UuBoOp0u #sLhum {
    left: .2em;
  }
  .cid-v3UuBoOp0u #sBlagd {
    font-size: 93%;
    bottom: 1.4em;
    left: -0.1em;
    width: 18.3em;
  }
}
@media screen and (min-width: 451px) {
  .cid-v3UuBoOp0u #dAnev {
    top: -0.2em;
    left: .4em;
  }
  .cid-v3UuBoOp0u #sBlagd {
    bottom: 1.3em;
    left: .6em;
  }
}
@media screen and (min-width: 501px) {
  .cid-v3UuBoOp0u #dAnev {
    top: -0.2em;
    left: .5em;
  }
  .cid-v3UuBoOp0u #sBlagd {
    bottom: 1.3em;
    left: .5em;
  }
}
@media screen and (min-width: 571px) {
  .cid-v3UuBoOp0u #dAnev {
    top: -2.1em;
    width: 18em;
  }
  .cid-v3UuBoOp0u #sBlagd {
    bottom: 1.3em;
  }
}
@media screen and (min-width: 601px) {
  .cid-v3UuBoOp0u #dAnev {
    top: -2em;
  }
  .cid-v3UuBoOp0u #sBlagd {
    bottom: 1.3em;
    left: .5em;
  }
}
@media screen and (min-width: 651px) {
  .cid-v3UuBoOp0u #dAnev {
    width: 24em;
    top: 1.3em;
    left: 0.2em;
  }
  .cid-v3UuBoOp0u #sLhum {
    left: .2em;
  }
  .cid-v3UuBoOp0u #sBlagd {
    bottom: 1.4em;
    left: 1.6em;
  }
}
@media screen and (min-width: 771px) {
  .cid-v3UuBoOp0u #dAnev {
    top: -0.3em;
  }
  .cid-v3UuBoOp0u #sBlagd {
    bottom: -0.4em;
    left: 7em;
  }
}
@media screen and (min-width: 851px) {
  .cid-v3UuBoOp0u #dAnev {
    top: -0.3em;
  }
  .cid-v3UuBoOp0u #sBlagd {
    bottom: -0.4em;
    left: 7em;
  }
}
@media screen and (min-width: 1001px) {
  .cid-v3UuBoOp0u #dAnev {
    top: -1.8em;
    left: 10em;
  }
  .cid-v3UuBoOp0u #sBlagd {
    bottom: -0.4em;
    left: 9.5em;
  }
}
@media screen and (min-width: 1201px) {
  .cid-v3UuBoOp0u #dAnev {
    top: -1.9em;
    left: 12.1em;
  }
  .cid-v3UuBoOp0u #sBlagd {
    bottom: 1.3em;
    left: 26em;
  }
}
.cid-v3UuBoOp0u .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-v3UzuoUvYd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-v3UzuoUvYd .mbr-text,
.cid-v3UzuoUvYd blockquote {
  color: #767676;
}
.cid-v3UzuoUvYd #sNet {
  color: black;
  font-size: 122%;
}
.cid-v3UzuoUvYd #dBudut {
  display: none;
  padding: 0 0 15px 0;
}
.cid-v3UzuoUvYd .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-v3UzuoUvYd .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-v3UzsNQJFZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-v3UzsNQJFZ .mbr-text,
.cid-v3UzsNQJFZ blockquote {
  color: #767676;
}
.cid-v3UzsNQJFZ #dEtnos {
  display: none;
}
.cid-v3UzsNQJFZ .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-v3UzsNQJFZ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-v3V1gbqhOr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-v3V1gbqhOr .mbr-text,
.cid-v3V1gbqhOr blockquote {
  color: #767676;
}
.cid-v3V1gbqhOr .middot {
  color: #993d00;
}
.cid-v3V1gbqhOr #sPototv {
  display: none;
  position: relative;
  font-size: 122%;
  left: 1.1em;
}
.cid-v3V1gbqhOr #aEtst {
  color: #465052;
}
.cid-v3V1gbqhOr #dNknop {
  display: block;
  position: relative;
  height: .6em;
  border-radius: 5px;
  border: 2px solid #4db8ff;
  background-color: #005c99;
  margin-bottom: 15px;
}
.cid-v3V1gbqhOr #dNknop:hover {
  border: 2px solid #b30000;
  background-color: #ff8080;
  transition: .5s ease;
}
.cid-v3V1gbqhOr #dNknop:not(:hover) {
  transition: 1.3s ease;
}
.cid-v3V1gbqhOr #sEtst {
  color: #000;
  border-bottom: 2px solid #a22;
}
.cid-v3V1gbqhOr #sEtst:hover {
  border-bottom: 2px solid #700;
}
.cid-v3V1gbqhOr #sPtcht {
  font-size: 122%;
}
.cid-v3V1gbqhOr #dRadch {
  display: none;
  position: absolute;
  color: #465052;
  width: 108%;
  border-radius: 15px;
  border: 2px solid #660033;
  padding: 11px 22px 7px 22px;
  margin-bottom: 5px;
  background-color: #e6e6ff;
  left: -1.5em;
  top: 10.2em;
  z-index: 2;
}
.cid-v3V1gbqhOr #dRadch:hover {
  color: #000;
  border: 2px solid #e65c00;
  background-color: #ffe6ff;
  transition: 1s ease;
}
.cid-v3V1gbqhOr #dRadch:not(:hover) {
  transition: 2s ease;
}
.cid-v3V1gbqhOr #sDeg {
  color: #465052;
  border-bottom: 1px solid #999;
}
.cid-v3V1gbqhOr #dDegr {
  display: none;
  position: absolute;
  padding: 7px 17px;
  border-radius: 15px;
  border: 2px solid #aaf;
  background-color: #d1e0d1;
  bottom: 7em;
}
.cid-v3V1gbqhOr #dDegr:hover {
  border: 2px solid #003380;
  background-color: #f0f5f0;
  transition: 1s ease;
}
.cid-v3V1gbqhOr #dDegr:not(:hover) {
  transition: 1.5s ease;
}
.cid-v3V1gbqhOr #dSldr {
  display: none;
  position: absolute;
  width: 22em;
  color: #465052;
  padding: 5px 12px;
  left: 3.5em;
  top: 3em;
  border-radius: 15px;
  border: 2px solid #88f;
  background-color: #ecc6ec;
  margin-bottom: 15px;
  z-index: 2;
}
.cid-v3V1gbqhOr #dSldr:hover {
  color: #003;
  border: 2px solid #55f;
  background-color: #d98cd9;
  transition: 1s ease;
}
.cid-v3V1gbqhOr #dSldr:not(:hover) {
  transition: 2s ease;
}
.cid-v3V1gbqhOr #dPotch_pd {
  display: none;
  position: relative;
  padding: 40px;
}
.cid-v3V1gbqhOr #dPotchp {
  display: none;
  padding: 20px 0 144px 0;
}
@media screen and (max-width: 400px) {
  .cid-v3V1gbqhOr #dPotch_pd {
    padding: 120px;
  }
  .cid-v3V1gbqhOr #dSldr {
    width: 14em;
    left: 0;
  }
  .cid-v3V1gbqhOr #dRadch {
    width: 100%;
    left: 0;
    top: 15em;
  }
  .cid-v3V1gbqhOr #dDegr {
    left: .2em;
    width: 95%;
    bottom: 7em;
  }
}
@media screen and (min-width: 401px) {
  .cid-v3V1gbqhOr #dPotch_pd {
    padding: 110px;
  }
  .cid-v3V1gbqhOr #dSldr {
    width: 16em;
    left: .2em;
  }
  .cid-v3V1gbqhOr #dRadch {
    width: 100%;
    left: 0;
    top: 13.35em;
  }
  .cid-v3V1gbqhOr #dDegr {
    left: .2em;
    width: 95%;
    bottom: 7em;
  }
}
@media screen and (min-width: 451px) {
  .cid-v3V1gbqhOr #dPotch_pd {
    padding: 80px;
  }
  .cid-v3V1gbqhOr #dSldr {
    width: 17em;
    left: 1em;
  }
  .cid-v3V1gbqhOr #dRadch {
    width: 100%;
    left: 0;
    top: 11.65em;
  }
}
@media screen and (min-width: 501px) {
  .cid-v3V1gbqhOr #dPotch_pd {
    padding: 60px;
  }
  .cid-v3V1gbqhOr #dSldr {
    width: 20em;
    left: 1em;
  }
  .cid-v3V1gbqhOr #dRadch {
    width: 100%;
    left: 0;
    top: 11.65em;
  }
  .cid-v3V1gbqhOr #dDegr {
    left: 2em;
    width: 80%;
  }
}
@media screen and (min-width: 571px) {
  .cid-v3V1gbqhOr #dPotch_pd {
    padding: 40px;
  }
  .cid-v3V1gbqhOr #dSldr {
    width: 21em;
    left: 2em;
  }
  .cid-v3V1gbqhOr #dRadch {
    width: 100%;
    left: 0;
    top: 10.2em;
  }
  .cid-v3V1gbqhOr #dDegr {
    left: 2em;
    width: 70%;
    bottom: 7em;
  }
}
@media screen and (min-width: 601px) {
  .cid-v3V1gbqhOr #dRadch {
    width: 110%;
    left: -1.2em;
  }
  .cid-v3V1gbqhOr #dDegr {
    left: 2em;
    width: 80%;
    bottom: 7em;
  }
}
@media screen and (min-width: 651px) {
  .cid-v3V1gbqhOr #dSldr {
    width: 22em;
    left: 2em;
  }
  .cid-v3V1gbqhOr #dRadch {
    width: 117%;
    left: -2em;
  }
  .cid-v3V1gbqhOr #dDegr {
    left: 2em;
    width: 80%;
    bottom: 7em;
  }
}
@media screen and (min-width: 771px) {
  .cid-v3V1gbqhOr #dRadch {
    width: 100%;
    left: 0;
  }
  .cid-v3V1gbqhOr #dDegr {
    left: 4em;
    width: 70%;
    bottom: 7.3em;
  }
}
@media screen and (min-width: 851px) {
  .cid-v3V1gbqhOr #dDegr {
    left: 4em;
    width: 70%;
    bottom: 7.3em;
  }
}
@media screen and (min-width: 1001px) {
  .cid-v3V1gbqhOr #dDegr {
    left: 8em;
    width: 60%;
    bottom: 8em;
  }
}
@media screen and (min-width: 1201px) {
  .cid-v3V1gbqhOr #dDegr {
    left: 14em;
    width: 55%;
    bottom: 7em;
  }
}
.cid-v3V1gbqhOr .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-v3V1gbqhOr .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-v3V7gX5SKK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-v3V7gX5SKK .mbr-text,
.cid-v3V7gX5SKK blockquote {
  color: #767676;
}
.cid-v3V7gX5SKK #dIotm {
  display: none;
  font-size: 111%;
  opacity: .01;
  padding: 0 0 90px 0;
}
.cid-v3V7gX5SKK .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-v3V7gX5SKK .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-v4AkrpRbiE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-v4AkrpRbiE .mbr-text,
.cid-v4AkrpRbiE blockquote {
  color: #767676;
}
.cid-v4AkrpRbiE #dPus_n {
  display: none;
}
@media screen and (max-width: 400px) {
  .cid-v4AkrpRbiE #dPus_n {
    height: 183.8em;
  }
}
@media screen and (min-width: 401px) {
  .cid-v4AkrpRbiE #dPus_n {
    height: 143.2em;
  }
}
@media screen and (min-width: 451px) {
  .cid-v4AkrpRbiE #dPus_n {
    height: 116.1em;
  }
}
@media screen and (min-width: 501px) {
  .cid-v4AkrpRbiE #dPus_n {
    height: 104.9em;
  }
}
@media screen and (min-width: 571px) {
  .cid-v4AkrpRbiE #dPus_n {
    height: 92em;
  }
}
@media screen and (min-width: 601px) {
  .cid-v4AkrpRbiE #dPus_n {
    height: 88.8em;
  }
}
@media screen and (min-width: 651px) {
  .cid-v4AkrpRbiE #dPus_n {
    height: 83.8em;
  }
}
@media screen and (min-width: 771px) {
  .cid-v4AkrpRbiE #dPus_n {
    height: 70.8em;
  }
}
@media screen and (min-width: 851px) {
  .cid-v4AkrpRbiE #dPus_n {
    height: 71em;
  }
}
@media screen and (min-width: 1001px) {
  .cid-v4AkrpRbiE #dPus_n {
    height: 54em;
  }
}
@media screen and (min-width: 1201px) {
  .cid-v4AkrpRbiE #dPus_n {
    height: 48.3em;
  }
}
.cid-v4AkrpRbiE .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-v3QK6pFqmH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-v3QK6pFqmH .mbr-text,
.cid-v3QK6pFqmH blockquote {
  color: #767676;
}
.cid-v3QK6pFqmH .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-v3QK6pFqmH .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-v3QK6pFqmH #Btn_24_10_21_1_2 {
  width: 35px;
  height: 35px;
  border-radius: 15px;
}
.cid-v3QK6pFqmH #Btn_24_10_21_1_2:hover {
  color: #aac;
  background-color: #ffe6ff;
  border: 2px solid #ccc;
  transition: .3s ease;
}
.cid-v3QK6pFqmH #Btn_24_10_21_1_2:not(:hover) {
  color: #ffb3ff;
  background-color: #ffb3ff;
  border: 2px solid #777;
  transition: .5s ease;
}
.cid-v3QK6qbGff {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #dadad7;
}
.cid-v3QK6qnK3r {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-v3QK6qnK3r .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v3QK6qnK3r .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v3QK6qnK3r .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v3QK6qnK3r .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v3QK6qnK3r .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v3QK6qnK3r .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v3QK6qnK3r .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v3QK6qnK3r .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v3QK6qnK3r .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v3QK6qnK3r .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v3QK6qnK3r .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v3QK6qnK3r .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v3QK6qnK3r .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v3QK6qnK3r .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v4F9k856L0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-v4F9k856L0 .mbr-text,
.cid-v4F9k856L0 blockquote {
  color: #767676;
}
.cid-v4F9k856L0 .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-v4F9k856L0 .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-v4F9k856L0 #dChislo {
  display: inline-block;
  position: absolute;
  left: -12.8em;
}
.cid-v4F9k856L0 #sChislo {
  color: #802000;
  border-radius: 2px;
  border: 3px solid #888;
  padding: 0 4px;
  background-color: #ccccff;
}
.cid-v4F9k856L0 #sChislo:hover {
  border: 3px solid #559;
  background-color: #b8c5e0;
  transition: .3s ease;
}
.cid-v4F9k856L0 #sChislo:not(:hover) {
  transition: .3s ease;
}
.cid-v4F9k856L0 a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-v4F9k856L0 a.btn4:link {
  padding: 5px 31px;
  border-radius: 100px;
}
.cid-v4F9k856L0 a.btn1:hover,
.cid-v4F9k856L0 a.btn4:hover {
  color: #ffe6cc;
  border: 2px solid #80ff80;
  background-color: #99c2ff;
  box-shadow: 0 0 3px 1px #bbb;
  transition: 1s ease;
}
.cid-v4F9k856L0 a.btn1:not(:hover),
.cid-v4F9k856L0 a.btn4:not(:hover) {
  color: #999;
  border: 2px solid #999;
  background-color: #cce0ff;
  transition: 1s ease;
}
.cid-v4F9k856L0 a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-v4F9k856L0 a.btn2:hover {
  color: #ffe6cc;
  border: 2px solid #80ff80;
  background-color: #99c2ff;
  box-shadow: 0 0 3px 1px #bbb;
  transition: 1s ease;
}
.cid-v4F9k856L0 a.btn2:not(:hover) {
  color: #999;
  border: 2px solid #999;
  background-color: #cce0ff;
  transition: 1s ease;
}
@media screen and (max-width: 770px) {
  .cid-v4F9k856L0 #dChislo {
    font-size: 79%;
    left: -1.2em;
  }
  .cid-v4F9k856L0 #sChislo {
    border-radius: 1px;
    border: 2px solid #888;
    padding: 0 2px;
  }
  .cid-v4F9k856L0 #sChislo:hover {
    border: 2px solid #559;
    background-color: #b8c5e0;
    transition: .3s ease;
  }
}
@media screen and (min-width: 771px) {
  .cid-v4F9k856L0 #dChislo {
    font-size: 100%;
    left: -12.8em;
  }
  .cid-v4F9k856L0 #sChislo {
    border-radius: 2px;
    border: 2px solid #888;
    padding: 0 4px;
  }
  .cid-v4F9k856L0 #sChislo:hover {
    border: 2px solid #559;
    background-color: #b8c5e0;
    transition: .3s ease;
  }
}
.cid-v4F9k8y9Ze {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-v4F9k8y9Ze .mbr-text,
.cid-v4F9k8y9Ze blockquote {
  color: #767676;
}
.cid-v4F9k8y9Ze .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-v4F9k8y9Ze .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-v4F9k8y9Ze .a_date {
  color: #465052;
}
.cid-v4F9k8y9Ze .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-v4F9k8y9Ze .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-v4F9k8y9Ze .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-v4F9k8y9Ze .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-v4F9k8y9Ze .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-v4F9k8y9Ze #sp_01aug25_1 {
  color: #465052;
}
.cid-v4F9k8y9Ze #sp_01aug25_1:hover {
  color: #8888ff;
  text-shadow: 0 1px 0 #000;
  transition: .5s ease;
}
.cid-v4F9k8y9Ze #sp_01aug25_1:not(:hover) {
  transition: 1s ease;
}
.cid-v4F9k8y9Ze .mbr-text DIV {
  text-align: left;
}
.cid-v4FcDFYeGU {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-v4FcDFYeGU .mbr-text,
.cid-v4FcDFYeGU blockquote {
  color: #767676;
}
.cid-v4FcDFYeGU .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-v4FbTZ8bsY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-v4FbTZ8bsY .mbr-text,
.cid-v4FbTZ8bsY blockquote {
  color: #767676;
}
.cid-v4FbTZ8bsY .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-v4F9kgwpKd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-v4F9kgwpKd .mbr-text,
.cid-v4F9kgwpKd blockquote {
  color: #767676;
}
.cid-v4F9kgwpKd #dBoTs {
  display: block;
  color: #0040ff;
  border-radius: 44px;
  padding: 25px 15px;
  margin: 10px 0 45px 0;
  text-shadow: 0 0 5px #ffffcc, 0 0 15px #fffffc, 0 0 25px #fff;
  background-color: #dadad7;
  opacity: 1;
  z-index: 1;
}
.cid-v4F9kgwpKd #dBoTs:hover {
  color: #33ccff;
  font-size: 107%;
  text-shadow: 0 0 2px #f88, 0 0 7px #fffffc, 0 0 15px #fff, 0 0 35px #fff;
  box-shadow: 0 0 7px 2px #fff, 0 0 11px 3px #ffffcc, 0 0 22px 3px #ffffcc, 0 0 45px 3px #fffffc, 0 0 65px 3px #fffffc;
  background-color: #f0f0f0;
  transition: 4s ease;
}
.cid-v4F9kgwpKd #dBoTs:not(:hover) {
  transition: 55s ease;
}
.cid-v4F9kgwpKd .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-v4F9kgwpKd .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-v4F9kgwpKd .mbr-text DIV {
  text-align: center;
}
.cid-v4F9kgJZEw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-v4F9kgJZEw .mbr-text,
.cid-v4F9kgJZEw blockquote {
  color: #767676;
}
.cid-v4F9kgJZEw .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-v4F9kgJZEw #dSynPo {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  background-color: transparent;
  z-index: 2;
}
.cid-v4F9kgJZEw #dSyn0 {
  display: block;
  position: absolute;
  text-align: center;
  border-radius: 35px;
  box-shadow: 0 0 15px 0 #f0f0f0;
  background-color: #f0f0f0;
  top: -15em;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
.cid-v4F9kgJZEw #dSynlB {
  display: block;
  color: #0044cc;
  font-size: 188%;
  text-align: center;
  border-radius: 18px;
  animation-name: dSynlB;
  animation-duration: 14s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
@keyframes dSynlB {
  0% {
    color: #0044cc;
    background-color: #f0f5f0;
  }
  17% {
    color: #0044cc;
    background-color: #f0f5f0;
  }
  20% {
    color: #fff;
    background-color: #ffffe6;
    text-shadow: 0 0 1px #3366ff;
    box-shadow: 0 0 11px 1px #b3f0ff;
  }
  22% {
    color: #fff;
    background-color: #ffffe6;
    text-shadow: 0 0 1px #3366ff;
  }
  25% {
    color: #0044cc;
    background-color: #f0f5f0;
  }
  100% {
    color: #0044cc;
    background-color: #f0f5f0;
  }
}
.cid-v4F9kgJZEw #dDlet {
  display: block;
  position: relative;
  padding: 12px 28px 18px 28px;
  opacity: 1;
  z-index: 1;
}
.cid-v4F9kgJZEw #sNskv {
  color: #0044cc;
  border-radius: 12px;
  animation-name: sNskv;
  animation-duration: 14s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
@keyframes sNskv {
  0% {
    color: #0044cc;
    background-color: #f0f5f0;
  }
  23% {
    color: #0044cc;
    background-color: #f0f5f0;
  }
  25% {
    color: #fff;
    background-color: #b3f0ff;
    text-shadow: 0 0 1px #3366ff;
    box-shadow: 0 0 11px 1px #b3f0ff;
  }
  28% {
    color: #fff;
    background-color: #b3f0ff;
    text-shadow: 0 0 1px #3366ff;
  }
  30% {
    color: #0044cc;
    background-color: #f0f5f0;
  }
  100% {
    color: #0044cc;
    background-color: #f0f5f0;
  }
}
.cid-v4F9kgJZEw #sNkub {
  color: #0044cc;
  border-radius: 12px;
  animation-name: sNkub;
  animation-duration: 14s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
@keyframes sNkub {
  0% {
    color: #0044cc;
    background-color: #f0f5f0;
  }
  28% {
    color: #0044cc;
    background-color: #f0f5f0;
  }
  30% {
    color: #fff;
    background-color: #b3f0ff;
    text-shadow: 0 0 1px #3366ff;
  }
  33% {
    color: #fff;
    background-color: #b3f0ff;
    text-shadow: 0 0 1px #3366ff;
    box-shadow: 0 0 11px 1px #b3f0ff;
  }
  35% {
    color: #0044cc;
    background-color: #f0f5f0;
  }
  100% {
    color: #0044cc;
    background-color: #f0f5f0;
  }
}
.cid-v4F9kgJZEw #sDlet {
  color: #0044cc;
  border-radius: 12px;
  animation-name: sDlet;
  animation-duration: 14s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
@keyframes sDlet {
  0% {
    color: #0044cc;
    background-color: #f0f5f0;
  }
  33% {
    color: #0044cc;
    background-color: #f0f5f0;
  }
  35% {
    color: #fff;
    background-color: #b3f0ff;
    text-shadow: 0 0 1px #3366ff;
    box-shadow: 0 0 11px 1px #b3f0ff;
  }
  38% {
    color: #fff;
    background-color: #b3f0ff;
    text-shadow: 0 0 1px #3366ff;
  }
  40% {
    color: #0044cc;
    background-color: #f0f5f0;
  }
  100% {
    color: #0044cc;
    background-color: #f0f5f0;
  }
}
.cid-v4F9kgJZEw #pStemcht {
  color: #0044cc;
  border-radius: 12px;
  animation-name: pStemcht;
  animation-duration: 14s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
@keyframes pStemcht {
  0% {
    color: #0044cc;
    background-color: #f0f5f0;
  }
  38% {
    color: #0044cc;
    background-color: #f0f5f0;
  }
  40% {
    color: #fff;
    background-color: #b3f0ff;
    text-shadow: 0 0 1px #3366ff;
    box-shadow: 0 0 11px 1px #b3f0ff;
  }
  43% {
    color: #fff;
    background-color: #b3f0ff;
    text-shadow: 0 0 1px #3366ff;
  }
  45% {
    color: #0044cc;
    background-color: #f0f5f0;
  }
  100% {
    color: #0044cc;
    background-color: #f0f5f0;
  }
}
.cid-v4F9kgJZEw #dPokr {
  display: block;
  position: relative;
  width: 100%;
  height: 7em;
  background-color: #dadad7;
  box-shadow: 22px 0 22px 1px #dadad7;
  top: 0;
}
@media screen and (max-width: 400px) {
  .cid-v4F9kgJZEw #dSyn0 {
    top: -10em;
    left: -1em;
  }
}
@media screen and (min-width: 401px) {
  .cid-v4F9kgJZEw #dSyn0 {
    top: -9.5em;
    left: -1em;
  }
}
@media screen and (min-width: 501px) {
  .cid-v4F9kgJZEw #dSyn0 {
    top: -10.2em;
    left: -1em;
  }
}
@media screen and (min-width: 571px) {
  .cid-v4F9kgJZEw #dSyn0 {
    top: -12em;
    left: 1em;
  }
}
@media screen and (min-width: 601px) {
  .cid-v4F9kgJZEw #dSyn0 {
    top: -12em;
    left: 0;
  }
}
@media screen and (min-width: 651px) {
  .cid-v4F9kgJZEw #dSyn0 {
    top: -12em;
    left: 0;
  }
}
@media screen and (min-width: 771px) {
  .cid-v4F9kgJZEw #dSyn0 {
    top: -14em;
    left: 2em;
  }
}
@media screen and (min-width: 851px) {
  .cid-v4F9kgJZEw #dSyn0 {
    top: -14em;
    left: 2em;
  }
}
@media screen and (min-width: 1001px) {
  .cid-v4F9kgJZEw #dSyn0 {
    top: -9em;
    left: 1em;
  }
}
@media screen and (min-width: 1201px) {
  .cid-v4F9kgJZEw #dSyn0 {
    top: -9em;
    left: 4.4em;
  }
}
.cid-v4F9kgJZEw .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-v4F9kgJZEw .mbr-text DIV {
  text-align: center;
}
.cid-v4F9kgYT1o {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-v4F9kgYT1o .mbr-text,
.cid-v4F9kgYT1o blockquote {
  color: #767676;
}
.cid-v4F9kgYT1o #dAnub {
  display: none;
  padding: 0 0 30px 0;
}
.cid-v4F9kgYT1o .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-v4F9kgYT1o .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-v4F9khqKh6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-v4F9khqKh6 .mbr-text,
.cid-v4F9khqKh6 blockquote {
  color: #767676;
}
.cid-v4F9khqKh6 #dBudut {
  display: none;
  padding: 0 0 15px 0;
}
.cid-v4F9khqKh6 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-v4F9khqKh6 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-v4F9kiNQ4u {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-v4F9kiNQ4u .mbr-text,
.cid-v4F9kiNQ4u blockquote {
  color: #767676;
}
.cid-v4F9kiNQ4u .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-v4F9kiNQ4u .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-v4F9kiNQ4u #Btn_24_10_21_1_2 {
  width: 35px;
  height: 35px;
  border-radius: 15px;
}
.cid-v4F9kiNQ4u #Btn_24_10_21_1_2:hover {
  color: #aac;
  background-color: #ffe6ff;
  border: 2px solid #ccc;
  transition: .3s ease;
}
.cid-v4F9kiNQ4u #Btn_24_10_21_1_2:not(:hover) {
  color: #ffb3ff;
  background-color: #ffb3ff;
  border: 2px solid #777;
  transition: .5s ease;
}
.cid-v4F9kj3V6g {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #dadad7;
}
.cid-v4F9kjfsSe {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-v4F9kjfsSe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v4F9kjfsSe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v4F9kjfsSe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v4F9kjfsSe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v4F9kjfsSe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v4F9kjfsSe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v4F9kjfsSe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v4F9kjfsSe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v4F9kjfsSe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v4F9kjfsSe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v4F9kjfsSe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v4F9kjfsSe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v4F9kjfsSe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v4F9kjfsSe .media-container-row .row-copirayt p {
  width: 100%;
}
