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-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-vgLG5pftdM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-vgLG5pftdM .mbr-text,
.cid-vgLG5pftdM blockquote {
  color: #767676;
}
.cid-vgLG5pftdM .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-vgLG5pftdM #dPrM {
  display: none;
  position: relative;
  text-align: center;
  color: #4d79ff;
  border-radius: 44px;
  padding: 25px 11px;
  margin: 10px 0 90px 0;
  text-shadow: 0 0 2px #88f, 0 0 3px #fff, 0 0 5px #fff, 0 0 7px #cfffff, 0 0 15px #fff, 0 0 35px #fff;
  box-shadow: 0 0 7px 2px #fff, 0 0 11px 3px #fffffc, 0 0 22px 3px #ffffcc,0 0 22px 3px #ffffcc inset, 0 0 45px 3px #cfffff, 0 0 65px 3px #cfffff;
  background-color: #e8ffff;
  opacity: 1;
  transition: 4s ease;
}
.cid-vgLG5pftdM #sPrM {
  opacity: 1;
}
.cid-vgLG5pftdM #sNaZeml_1 {
  opacity: 1;
}
.cid-vgLG5pftdM #dPrBTs {
  display: none;
  position: absolute;
  text-align: center;
  width: 104%;
  color: #33ccff;
  border-radius: 44px;
  padding: 25px 11px;
  margin: 10px 0 90px 0;
  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: #fffcfc;
  top: 0;
  left: -2%;
  opacity: .01;
}
.cid-vgLG5pftdM #sPrBTs {
  opacity: 1;
}
.cid-vgLG5pftdM #sNaZeml_2 {
  opacity: .01;
}
.cid-vgLG5pftdM .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-vgLGdKJy6Y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-vgLGdKJy6Y .mbr-text,
.cid-vgLGdKJy6Y blockquote {
  color: #767676;
}
.cid-vgLGdKJy6Y .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-vgLGdKJy6Y #dMprkr {
  color: #767676;
  padding: 25px 11px;
  margin: 10px 0 90px 0;
}
.cid-vgLGdKJy6Y #dMprkr:hover {
  color: #ff3333;
  transition: 1.5s ease;
}
.cid-vgLGdKJy6Y #dMprkr:not(:hover) {
  transition: 2.5s ease;
}
.cid-vgLGdKJy6Y .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-vgLGdKJy6Y .mbr-text DIV {
  text-align: center;
}
.cid-vgLGkHR5IG {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-vgLGkHR5IG .mbr-text,
.cid-vgLGkHR5IG blockquote {
  color: #767676;
}
.cid-vgLGkHR5IG .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-vgLGkHR5IG #dEsBSNV {
  display: block;
  position: relative;
  padding: 9px 0 0 0 ;
}
.cid-vgLGkHR5IG .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-vgLGm0obcI {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-vgLGm0obcI .mbr-text,
.cid-vgLGm0obcI blockquote {
  color: #767676;
}
.cid-vgLGm0obcI .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-vgLGm0obcI #sOtN {
  font-size: 110%;
}
.cid-vgLGm0obcI .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-vgLGlqUVes {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-vgLGlqUVes .mbr-text,
.cid-vgLGlqUVes blockquote {
  color: #767676;
}
.cid-vgLGlqUVes .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-vgLGlqUVes .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-vgLFPAvKBA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-vgLFPAvKBA .mbr-text,
.cid-vgLFPAvKBA blockquote {
  color: #767676;
}
.cid-vgLFPAvKBA .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-vgLFPAvKBA .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-vgM1MBxAQ8 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-vgM1MBxAQ8 .mbr-text,
.cid-vgM1MBxAQ8 blockquote {
  color: #767676;
}
.cid-vgM1MBxAQ8 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-vgM1MBxAQ8 #dVsIPrnZsh {
  font-size: 115%;
}
.cid-vgM1MBxAQ8 #dVsIPrnZsh:hover {
  color: #00bfff;
  text-shadow: 0 0 2px #fff, 0 0 5px #fffffc, 0 0 8px #fffffc, 0 0 15px #fff, 0 0 22px #fff;
  transition: 2s ease;
}
.cid-vgM1MBxAQ8 #dVsIPrnZsh:not(:hover) {
  transition: 4s ease;
}
.cid-vgM1MBxAQ8 .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-vgM1NLUJPY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-vgM1NLUJPY .mbr-text,
.cid-vgM1NLUJPY blockquote {
  color: #767676;
}
.cid-vgM1NLUJPY .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-vgM1NLUJPY #sLish {
  border-bottom: 1px solid #999;
}
.cid-vgM1NLUJPY #sLish:hover {
  border-bottom: 2px solid #99004d;
  transition: .5s ease;
}
.cid-vgM1NLUJPY #sLish:not(:hover) {
  transition: 1.5s ease;
}
.cid-vgM1NLUJPY .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-vgM1OEVl8g {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-vgM1OEVl8g .mbr-text,
.cid-vgM1OEVl8g blockquote {
  color: #767676;
}
.cid-vgM1OEVl8g .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-vgM1OEVl8g #dZshet {
  display: none;
  position: relative;
  padding: 15px 0 7px 0;
  left: 2em;
}
.cid-vgM1OEVl8g #dBord1 {
  display: block;
  border-left: 5px solid #aff;
  border-top: 5px solid #aff;
  border-right: 5px solid #aff;
  border-radius: 22px;
  margin-left: 2em;
}
.cid-vgM1OEVl8g .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-vgM1Pr7KlG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-vgM1Pr7KlG .mbr-text,
.cid-vgM1Pr7KlG blockquote {
  color: #767676;
}
.cid-vgM1Pr7KlG .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-vgM1Pr7KlG #dIuKash {
  display: none;
  position: relative;
  padding: 0 0 15px 0;
  left: 1em;
}
.cid-vgM1Pr7KlG .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-vgM1Qae0QA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-vgM1Qae0QA .mbr-text,
.cid-vgM1Qae0QA blockquote {
  color: #767676;
}
.cid-vgM1Qae0QA .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-vgM1Qae0QA #dHotychet {
  display: none;
  position: relative;
  padding: 0 0 25px 0;
}
.cid-vgM1Qae0QA #dKnop {
  display: block;
  position: absolute;
  width: 90%;
  height: .3em;
  border: 2px solid #ffb3e6;
  border-radius: 11px;
  background-color: #809fff;
  left: 2%;
  bottom: .7em;
  z-index: 2;
}
.cid-vgM1Qae0QA #dKnop:hover {
  border: 2px solid #ff3333;
  background-color: #3385ff;
  transition: .5s ease;
}
.cid-vgM1Qae0QA #dKnop:not(:hover) {
  transition: 1s ease;
}
.cid-vgM1Qae0QA .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-vgMwZb7VmK {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-vgMwZb7VmK .mbr-text,
.cid-vgMwZb7VmK blockquote {
  color: #767676;
}
.cid-vgMwZb7VmK .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-vgMwZb7VmK .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-vgMx5Y88nQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-vgMx5Y88nQ .mbr-text,
.cid-vgMx5Y88nQ blockquote {
  color: #767676;
}
.cid-vgMx5Y88nQ .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-vgMx5Y88nQ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-vgMx9MGxYW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-vgMx9MGxYW .mbr-text,
.cid-vgMx9MGxYW blockquote {
  color: #767676;
}
.cid-vgMx9MGxYW .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-vgMx9MGxYW #dKatNepr {
  display: block;
  position: relative;
  width: 86%;
  color: #465052;
  line-height: 1.3;
  font-size: 48%;
  padding: 6px 0 15px 0;
  left: -2%;
}
.cid-vgMx9MGxYW .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-vgMxan3e2P {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-vgMxan3e2P .mbr-text,
.cid-vgMxan3e2P blockquote {
  color: #767676;
}
.cid-vgMxan3e2P .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-vgMxan3e2P .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-vgMxbxConQ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-vgMxbxConQ .mbr-text,
.cid-vgMxbxConQ blockquote {
  color: #767676;
}
.cid-vgMxbxConQ .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-vgMxbxConQ #dMpBo {
  display: block;
  position: relative;
  width: 9.6em;
  font-size: 108%;
  text-align: center;
  color: #525ecd;
  border-radius: 12px;
  padding: 0 12px 0 15px;
  background-color: #99ccff;
  box-shadow: 0 0 6px 1px #ccffff, 0 0 8px 0 #ccffff inset, 0 0 15px 0 #fffffc, 0 0 15px 0 #fff, 0 0 15px 3px transparent, 0 0 15px 3px transparent, 0 0 18px 2px transparent, 0 0 22px 3px transparent, 0 0 28px 0 transparent;
  margin-left: auto;
  margin-right: auto;
  margin-top: 11px;
  margin-bottom: 15px;
  left: -0.35em;
}
.cid-vgMxbxConQ #sNesa {
  color: #465052;
  border-bottom: 1px solid #999;
}
.cid-vgMxbxConQ #sNesa:hover {
  color: #000;
  background-color: #ffb3ff;
  text-shadow: 0 0 1px #000;
  border-bottom: 1px solid #000099;
  transition: .5s ease;
}
.cid-vgMxbxConQ #sNesa:not(:hover) {
  transition: .5s ease;
}
.cid-vgMxbxConQ #dKade {
  display: none;
  position: absolute;
  width: 18.5em;
  line-height: 1.3;
  border-radius: 10px;
  padding: 4px 11px;
  background-color: #f0f0f9;
  bottom: .6em;
  left: 1em;
}
.cid-vgMxbxConQ #dKade:hover {
  color: #000099;
  background-color: #ff80ff;
  box-shadow: -1px 2px 8px 1px #000080;
  transition: 1s ease;
}
.cid-vgMxbxConQ #dKade:not(:hover) {
  transition: 1.7s ease;
}
.cid-vgMxbxConQ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-vgMxaVWh31 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-vgMxaVWh31 .mbr-text,
.cid-vgMxaVWh31 blockquote {
  color: #767676;
}
.cid-vgMxaVWh31 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-vgMxaVWh31 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-vgMx9gUDzK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-vgMx9gUDzK .mbr-text,
.cid-vgMx9gUDzK blockquote {
  color: #767676;
}
.cid-vgMx9gUDzK .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-vgMx9gUDzK .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-vgMx8I6epo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-vgMx8I6epo .mbr-text,
.cid-vgMx8I6epo blockquote {
  color: #767676;
}
.cid-vgMx8I6epo .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-vgMx8I6epo .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-vgMx87QVuo {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-vgMx87QVuo .mbr-text,
.cid-vgMx87QVuo blockquote {
  color: #767676;
}
.cid-vgMx87QVuo .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-vgMx87QVuo .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-vgMx7dbDEy {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-vgMx7dbDEy .mbr-text,
.cid-vgMx7dbDEy blockquote {
  color: #767676;
}
.cid-vgMx7dbDEy .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-vgMx7dbDEy #dNarINB {
  display: block;
  position: relative;
  width: 100%;
  left: 0;
}
.cid-vgMx7dbDEy #sVs {
  display: block;
  position: relative;
  left: 1em;
}
.cid-vgMx7dbDEy .mbr-text {
  color: #465052;
  text-align: left;
}
.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%;
}
