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%;
}
