@font-face {
  font-family: 'Century Gothic Regular';
  src: url('/css/fonts/CenturyGothic.eot');
  src: url('/css/fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'), url('/css/fonts/CenturyGothic.woff') format('woff'), url('/css/fonts/CenturyGothic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.site-menu {
  padding: 0px;
  background-color: #fff;
  min-height: 75px;
}
.site-menu .navbar-toggler {
  outline: 0;
}
.site-menu .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.site-menu .navbar-brand {
  outline: 0;
}
.site-menu .navbar-brand img {
  width: 200px;
}
@media (max-width: 768px) {
  .site-menu .navbar-brand {
    margin-bottom: 0px;
    padding: 10px 15px;
  }
  .site-menu .navbar-brand img {
    width: 200px;
  }
}
.site-menu .navbar-nav .nav-item .nav-link {
  color: #000;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: uppercase;
  padding: 15px 20px;
  font-size: 12px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .site-menu .navbar-nav .nav-item .nav-link {
    padding: 15px 10px;
  }
}
@media (max-width: 768px) {
  .site-menu .navbar-nav .nav-item .nav-link {
    padding: 15px 15px;
    font-size: 16px;
  }
}
.site-menu .navbar-nav .nav-item .nav-link.active,
.site-menu .navbar-nav .nav-item .nav-link:hover {
  color: #ff7417;
}
.site-menu .navbar-nav .nav-item.active .nav-link {
  color: #ff7417;
}
.site-menu .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0px;
}
.btn {
  border-radius: 0;
}
.admin-menu-spacer {
  height: 50px;
}
.admin-buttons {
  text-align: right;
  margin-bottom: 20px;
}
.ui-dialog-content {
  overflow: hidden!important;
  padding: 0.5em 0.1em !important;
}
.icons {
  font-size: 16px;
}
.icons:hover {
  color: #999;
}
.icon-red {
  font-size: 16px;
  color: #cc0000;
}
.icon-red:hover {
  color: #999;
}
.icon-green {
  font-size: 16px;
  color: #00cc00;
}
.icon-green:hover {
  color: #999;
}
.role-assign-form fieldset {
  border: #ddd 1px solid;
  padding: 10px;
  margin: 15px 0;
}
.datepicker {
  width: 260px;
}
.as-block {
  display: block!important;
}
.content-block {
  display: inline-block;
}
.content-block-editable:hover {
  border: #990000 1px dashed;
  cursor: pointer;
}
#content-popup-form label {
  display: none;
}
.img-responsive {
  margin: 0 auto;
}
.ui-datepicker {
  z-index: 10!important;
}
.page-attachments .item {
  position: relative;
  margin-bottom: 30px;
}
.page-attachments .item a.btn {
  position: absolute;
  bottom: 10px;
  right: 25px;
}
.feed-attachments {
  margin-top: 30px;
}
.feed-attachments .item {
  position: relative;
  margin-bottom: 30px;
}
.feed-attachments .item a.btn {
  position: absolute;
  bottom: 10px;
  right: 25px;
}
#pagesTree .notactive span.fancytree-title {
  color: #cccccc !important;
}
#categoriesTree .notactive span.fancytree-title {
  color: #cccccc !important;
}
.ui-fancytree,
span.fancytree-title {
  outline: 0!important;
}
table.fancytree-container,
ul.fancytree-container {
  border: none!important;
  position: inherit!important;
  outline: 0!important;
}
table.fancytree-container .fancytree-ico-ef,
ul.fancytree-container .fancytree-ico-ef,
table.fancytree-container .fancytree-ico-cf,
ul.fancytree-container .fancytree-ico-cf,
table.fancytree-container .fancytree-ico-c,
ul.fancytree-container .fancytree-ico-c {
  cursor: pointer;
}
.navbar .fa,
.navbar .fab,
.navbar .far,
.navbar .fas {
  width: 20px;
}
.system-params {
  margin-bottom: 20px;
}
.system-params .tab-pane {
  padding-top: 20px;
}
.system-params .smtp-fieldset {
  display: none;
}
#options-panel {
  margin-top: 15px;
}
.custom-slider-handle {
  width: 2em!important;
  height: 1.6em !important;
  top: 50% !important;
  margin-top: -0.8em;
  text-align: center;
  line-height: 1.6em;
}
#advanced-fieldset {
  display: none;
}
#actions-submenu {
  position: fixed;
  z-index: 2000;
  top: 0px;
  right: -300px;
  height: 100%;
  min-width: unset;
  width: 300px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#actions-submenu .wrapper {
  height: 100%;
  width: 100%;
  background: #f6f6f6;
  border-left: #ddd 1px solid;
  -webkit-box-shadow: -2px 0px 5px 0px rgba(209, 209, 209, 0.3);
          box-shadow: -2px 0px 5px 0px rgba(209, 209, 209, 0.3);
  overflow: hidden;
}
#actions-submenu .wrapper h4 {
  text-align: center;
  padding: 10px 0px;
}
#actions-submenu .wrapper .list-group .list-group-item {
  border: 1px solid #DDD;
  border-radius: 0px;
  border-left: 0;
  border-right: 0;
  background: transparent;
  color: #000;
}
#actions-submenu .wrapper .list-group .list-group-item:hover {
  background: #0f74a8;
  color: #fff;
}
#actions-submenu .wrapper .list-group .list-group-item i {
  width: 20px;
}
#actions-submenu .toggler {
  cursor: pointer;
  position: absolute;
  z-index: 2010;
  top: 47%;
  border: #ddd 1px solid;
  border-right: 0px;
  -webkit-box-shadow: -2px 0px 2px 0px rgba(209, 209, 209, 0.5);
          box-shadow: -2px 0px 2px 0px rgba(209, 209, 209, 0.5);
  width: 25px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 20px 5px;
  margin-left: -24px;
  background: #f6f6f6;
}
.form-spinner {
  width: 100%;
}
.feed-items .item {
  margin-bottom: 30px;
}
.feed-sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.feed-sortable li {
  cursor: move;
  display: block;
  margin: 5px 0px;
  padding: 15px;
  font-size: 1.2em;
  line-height: 1.2em;
  -webkit-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.feed-sortable li.ui-state-highlight {
  height: 50px;
}
.feed-sortable li:hover {
  background: #ddd;
}
.feedback-sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.feedback-sortable li {
  cursor: move;
  display: block;
  margin: 5px 0px;
  padding: 15px;
  font-size: 1.2em;
  line-height: 1.2em;
  -webkit-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.feedback-sortable li.ui-state-highlight {
  height: 50px;
}
.feedback-sortable li:hover {
  background: #ddd;
}
.admin-slider-items .item {
  cursor: move;
  padding: 10px;
  border: #ddd 1px solid;
  margin-bottom: 10px;
}
.admin-slider-items .item.disabled {
  border: #cc0000 2px solid;
}
.admin-slider-items .item .title {
  margin-bottom: 15px;
}
.admin-slider-items .item .buttons {
  text-align: right;
}
.gallery .category {
  margin-bottom: 50px;
}
.gallery .category .title {
  background: #eee;
  padding: 10px;
}
.gallery .category .content {
  margin-top: 10px;
}
.gallery .category .picture-form {
  display: none;
  background: #eee;
  padding: 10px;
}
.gallery .pictures {
  margin-right: -8px;
}
.gallery .pictures .item {
  float: left;
  position: relative;
  margin-right: 8px;
  margin-bottom: 10px;
}
.gallery .pictures .item a.btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.feedback-form {
  width: 700px;
}
.admin-landing-blocks .item {
  cursor: move;
  padding: 10px;
  border: #ddd 1px solid;
  margin-bottom: 10px;
}
.admin-landing-blocks .item.disabled {
  border: #cc0000 2px solid;
}
.admin-landing-blocks .item .title {
  margin-bottom: 15px;
}
.admin-landing-blocks .item .buttons {
  text-align: right;
}
.landing-block-editable {
  display: block;
}
.landing-block-editable:hover {
  border: #990000 1px dashed;
  cursor: pointer;
}
#landing-popup-form label {
  display: none;
}
.slick-slide {
  outline: 0;
}
.pre-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('/img/pre-loader/loader-128x/Preloader_3.gif') center no-repeat #fff;
}
.table-parameters-list {
  background: #f5f5f5;
  padding: 5px;
  text-align: right;
  height: 40px;
}
.table-parameters-list .order-type {
  margin-top: 3px;
  font-size: 13px;
  color: #6d6e71;
}
@media (max-width: 768px) {
  .table-parameters-list .order-type {
    text-align: left;
  }
}
.table-parameters-list .order-type A {
  font-size: 13px;
  color: #6d6e71;
}
.table-parameters-list .order-type A:hover {
  font-weight: bold;
}
.table-parameters-list .order-type A.active {
  font-weight: bold;
}
.table-parameters-list .view-type .icons a {
  color: #6d6e71;
}
.panel-filters {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.panel-filters .panel-heading {
  border: 0;
  border-radius: 0;
}
.catalog-item .pictures .additional-pictures {
  padding-left: 15px;
  padding-right: 15px;
}
.catalog-item .pictures .additional-pictures .item {
  padding: 0px;
}
.small-cart {
  margin-left: 10px;
  font-weight: bold;
  font-size: 26px!important;
  color: #fff;
}
.cart-list {
  font-size: 12px;
}
.cart-list .pic {
  width: 100px;
}
.cart-list .pic .pic IMG {
  width: 83px;
}
.cart-list .qty {
  width: 100px;
}
.cart-list .title {
  margin-bottom: 15px;
}
.cart-list .title A {
  font-weight: bold;
  font-size: 13px;
}
.cart-list .options {
  font-size: 11px;
  color: #999;
  margin-top: 10px;
}
.cart-list td.price-unit {
  width: 140px;
  text-align: right;
}
.cart-list td.price-unit .price-digit {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #aa0000;
}
.cart-list td.price {
  width: 150px;
  text-align: right;
}
.cart-list td.price .price-digit {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #aa0000;
}
.cart-list TH {
  font-size: 14px;
  text-align: center;
}
.cart-list td.brand {
  background: #e4e2f0;
  font-weight: bold;
  font-size: 14px;
}
.cart-list .cart-total {
  text-align: right;
  font-size: 20px;
  font-weight: bold;
}
.cart-list .cart-total .digits {
  color: #aa0000;
  font-size: 24px;
}
.cart-total {
  text-align: right;
  font-size: 20px;
  font-weight: bold;
}
.cart-total .digits {
  color: #aa0000;
  font-size: 24px;
}
.cartspinner {
  width: 50px;
}
.catalog-feedback-form {
  width: 700px;
}
#filtersTree thead th,
#pagesTree thead th,
#blocksTree thead th,
#categoriesTree thead th {
  border: 0px;
  padding: 0.5rem;
}
pre.code-export {
  background: #eee;
  padding: 15px;
}
#customPlace .messages {
  position: fixed;
  z-index: 2000;
  bottom: 0px;
  width: 100%;
}
#customPlace .messages .message {
  display: none;
}
#customPlace .messages .message .container {
  padding: 15px 15px;
  color: #fff;
  border-bottom: #fff 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#customPlace .messages .message .container .icon-close {
  cursor: pointer;
}
#customPlace .messages .message.error .container {
  background: #cb1a00;
}
#customPlace .messages .message.success .container {
  background: #008b00;
}
#customPlace .messages .message.warning .container {
  background: #06adba;
}
#customPlace .messages .message.info .container {
  background: #7c7571;
}
.CodeMirror {
  border: 1px solid #eee;
  height: 700px;
}
.custom-file-input ~ .custom-file-label::after {
  content: "Выбрать";
}
.invalid-feedback {
  display: block;
}
html,
body {
  height: 100%;
}
.container {
  max-width: 1400px;
}
H1 {
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 30px;
}
H1.heading-decorated:after {
  margin-left: auto;
  margin-right: auto;
  content: '';
  position: relative;
  display: block;
  height: 1px;
  width: 50px;
  margin-top: 15px;
  background: #ff7417;
  will-change: transform,opacity;
}
.pagination {
  margin-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0px;
}
.pagination .page-item .page-link {
  border: 0px;
  color: #999;
}
.pagination .page-item.active .page-link {
  background: #ddd;
  color: #fff;
}
.page-content {
  padding-top: 30px;
  padding-bottom: 50px;
  min-height: 750px;
}
.head-container {
  position: relative;
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 769px) {
  .head-container {
    height: 300px;
  }
}
.head-container .fader {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.head-container .container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: 'Century Gothic Regular', serif;
}
.head-container .container .title-block {
  margin: auto 0px;
}
.head-container .container .title-block .subtitle {
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-left: 60px;
}
.head-container .container .title-block .subtitle:before {
  position: absolute;
  left: 0px;
  top: 12px;
  width: 50px;
  height: 2px;
  background: #fff;
  content: '';
  display: block;
}
.head-container .container .title-block .title {
  font-size: 70px;
  color: #fff;
}
@media (max-width: 991px) {
  .head-container .container .title-block .title {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .head-container .container .title-block .title {
    font-size: 40px;
  }
}
.top-slider .not-animated {
  opacity: 0;
}
.top-slider.swiper-container {
  min-height: 200px;
  height: 100vh;
}
.top-slider.swiper-container .swiper-wrapper .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.top-slider.swiper-container .swiper-wrapper .swiper-slide .fader {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.top-slider.swiper-container .swiper-wrapper .swiper-slide a.full-slide-link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
.top-slider.swiper-container .swiper-wrapper .swiper-slide .caption {
  width: 100%;
  color: #fff;
  text-shadow: 0px 0px 5px #000000;
  font-family: 'Century Gothic Regular', serif;
}
@media (min-width: 769px) {
  .top-slider.swiper-container .swiper-wrapper .swiper-slide .caption h1 {
    font-size: 70px;
    font-weight: 900;
  }
  .top-slider.swiper-container .swiper-wrapper .swiper-slide .caption p {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .top-slider.swiper-container .swiper-wrapper .swiper-slide .caption h1 {
    font-size: 40px;
  }
  .top-slider.swiper-container .swiper-wrapper .swiper-slide .caption p {
    font-size: 20px;
  }
}
.top-slider.swiper-container .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.33s;
  -o-transition: 0.33s;
  transition: 0.33s;
}
.top-slider.swiper-container .swiper-button {
  height: 50px;
  width: 50px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  background-color: #000;
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: center center;
}
.top-slider.swiper-container .swiper-button:hover {
  opacity: 0.5;
}
.top-slider.swiper-container .swiper-button-next {
  background-image: url('/img/slider-arrow-right.png');
  -webkit-transform: translateX(60px);
      -ms-transform: translateX(60px);
          transform: translateX(60px);
}
.top-slider.swiper-container .swiper-button-prev {
  background-image: url('/img/slider-arrow-left.png');
  -webkit-transform: translateX(-60px);
      -ms-transform: translateX(-60px);
          transform: translateX(-60px);
}
.top-slider.swiper-container:hover .swiper-button {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}
.news-slider.swiper-container .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: 0.33s;
  -o-transition: 0.33s;
  transition: 0.33s;
}
.partners-slider .item {
  padding-bottom: 40px;
}
.partners-slider.swiper-container .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: 0.33s;
  -o-transition: 0.33s;
  transition: 0.33s;
}
.page-landing {
  font-family: 'Century Gothic Regular', serif;
}
.page-landing H3 {
  font-size: 24px;
}
.page-head-picture {
  position: relative;
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 769px) {
  .page-head-picture {
    height: 300px;
  }
}
.page-head-picture .fader {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.page-head-picture .container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: 'Century Gothic Regular', serif;
}
.page-head-picture .container .title-block {
  margin: auto 0px;
}
.page-head-picture .container .title-block .subtitle {
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-left: 60px;
}
.page-head-picture .container .title-block .subtitle:before {
  position: absolute;
  left: 0px;
  top: 12px;
  width: 50px;
  height: 2px;
  background: #fff;
  content: '';
  display: block;
}
.page-head-picture .container .title-block .title {
  font-size: 70px;
  color: #fff;
}
@media (max-width: 991px) {
  .page-head-picture .container .title-block .title {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .page-head-picture .container .title-block .title {
    font-size: 40px;
  }
}
.parallax-window {
  position: relative;
}
.parallax-window:after {
  content: "";
  background-color: #000;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
@media (max-width: 768px) {
  .counters-block {
    display: none;
  }
}
.counters-block .counters {
  color: #fff;
  padding: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.counters-block .counters .counter {
  padding: 0px 20px;
  text-align: center;
  width: 100%;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.counters-block .counters .counter .digit {
  font-size: 3rem;
  color: #ff7417;
  font-weight: 900;
}
.contact-us-wrapper {
  background: #ff7417;
  color: #fff;
}
.contact-us-wrapper .text {
  font-size: 30px;
  font-weight: bold;
}
.contact-us-wrapper .btn-contact-us {
  background: #fff;
  color: #333;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contact-us-wrapper .btn-contact-us:hover {
  background: #000;
  color: #fff;
}
.site-menu-spacer {
  width: 100%;
  height: 80px;
}
@media (max-width: 768px) {
  .site-menu-spacer {
    height: 40px;
  }
}
.fancybox-content {
  font-family: 'Century Gothic Regular', serif;
}
.fancybox-content .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.fancybox-content .message-form input,
.fancybox-content .message-form textarea {
  border-radius: 0;
}
.message-form {
  width: 600px;
}
@media (max-width: 768px) {
  .message-form {
    width: 90%;
  }
}
.footer-wrapper {
  background-color: #303030;
  color: #fff;
}
.footer-wrapper .footer {
  padding: 30px 15px;
  color: #fff;
}
.footer-wrapper .footer .copyright {
  font-size: 13px;
}
.footer-wrapper .footer .footer-copyright .pic {
  float: right;
}
.footer-wrapper .footer .footer-copyright .links {
  float: right;
  margin-right: 15px;
  margin-top: 2px;
  margin-left: 0px;
  text-align: right;
  line-height: 1;
}
.footer-wrapper .footer .footer-copyright .links A {
  color: #fff;
  font-size: 11px;
  text-decoration: none;
}
.footer-wrapper .footer .footer-copyright .links A:hover {
  text-decoration: underline;
}
.news-attachments-wrapper {
  padding: 50px 0px;
}
.news-attachments-wrapper .news-attachments {
  margin-top: 30px;
}
.news-attachments-wrapper .news-attachments .item {
  position: relative;
}
.news-attachments-wrapper .news-attachments .item a.btn {
  position: absolute;
  bottom: 10px;
  right: 25px;
}
.news-attachments-wrapper .news-attachments .item img {
  border: #fff 1px solid;
}
@media (max-width: 768px) {
  .news-attachments-wrapper .news-attachments .item img {
    width: 100%;
  }
}
.news .item {
  margin-bottom: 70px;
}
.news .item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 13px;
  font-family: 'Century Gothic Regular', serif;
  color: #999;
}
.news .item .info .date {
  color: #ff7417;
}
.news .item .pic {
  background-color: #000;
}
.news .item .pic img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news .item .pic:hover img {
  opacity: 0.6;
}
.news .item .title {
  display: block;
  color: #000;
  font-size: 19px;
  font-weight: 700;
  margin: 10px 0px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1200px) {
  .news .item .title {
    font-size: 16px;
  }
}
.news .item .title:hover {
  color: #ff7417;
  text-decoration: none;
}
.news .item .preview {
  margin-top: 15px;
  color: rgba(21, 21, 21, 0.7);
  font-size: 14px;
}
.news.news-slider .item {
  margin-bottom: 20px;
}
.news-popup-content {
  max-width: 1400px;
  font-family: 'Century Gothic Regular', serif;
}
.news-popup-content h1 {
  padding-bottom: 0px;
}
.news-popup-content .date {
  text-align: right;
  font-size: 13px;
  color: #999;
  padding-bottom: 5px;
}
.news-item .date {
  text-align: right;
  padding: 15px 0px;
  color: #999;
}
.partners {
  font-family: 'Century Gothic Regular', serif;
}
.partners .item {
  margin-bottom: 30px;
}
.partners .item .title {
  display: block;
  color: #000;
  font-weight: 800;
  margin-bottom: 10px;
}
.partners .item .title:hover {
  color: #ff7417;
}
.partners .item .preview {
  font-size: 13px;
}
.partners .item .preview a {
  color: #ff7417;
}
.partners .item .preview a:hover {
  color: #000;
}
.catalog {
  font-family: 'Century Gothic Regular', serif;
}
.catalog .item {
  margin-bottom: 30px;
  position: relative;
}
.catalog .item.btn-view-details {
  cursor: pointer;
}
.catalog .item.btn-view-details:hover .title {
  color: #ff7417;
}
.catalog .item .title {
  display: block;
  color: #000;
  font-weight: 800;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.catalog .item .title:hover {
  color: #ff7417;
  text-decoration: none;
}
.catalog .item .preview {
  font-size: 13px;
}
.catalog .item .preview a {
  color: #ff7417;
}
.catalog .item .preview a:hover {
  color: #000;
}
.catalog-popup-content .close-button {
  text-align: right;
}
.catalog-popup-content .close-button i {
  font-size: 30px;
  color: #999;
  cursor: pointer;
}
.catalog-popup-content .close-button i:hover {
  color: #cc0000;
}
.catalog-widget .item {
  cursor: pointer;
  margin-bottom: 30px;
}
.catalog-widget .item .item-details {
  display: none;
  padding: 15px;
  cursor: default;
}
.catalog-widget .item .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #eee;
}
@media (max-width: 768px) {
  .catalog-widget .item .body {
    display: block;
  }
}
.catalog-widget .item .body.active,
.catalog-widget .item .body:hover {
  background: #fff;
}
.catalog-widget .item .body .pic {
  padding: 15px;
}
.catalog-widget .item .body .pic img {
  width: 220px;
}
@media (max-width: 768px) {
  .catalog-widget .item .body .pic img {
    width: 100%;
  }
}
.catalog-widget .item .body .text {
  padding: 15px;
}
.catalog-widget .item .body .text .title {
  color: #000;
  font-weight: 800;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.catalog-attachments-wrapper {
  padding: 50px 0px 0px 0px;
}
.catalog-attachments-wrapper .catalog-attachments {
  margin-top: 30px;
}
.catalog-attachments-wrapper .catalog-attachments .item {
  position: relative;
  margin-bottom: 0px;
}
.catalog-attachments-wrapper .catalog-attachments .item a.btn {
  position: absolute;
  bottom: 10px;
  right: 25px;
}
.catalog-attachments-wrapper .catalog-attachments .item img {
  border: #fff 1px solid;
}
@media (max-width: 768px) {
  .catalog-attachments-wrapper .catalog-attachments .item img {
    width: 100%;
  }
}
.partners-popup-content {
  max-width: 1400px;
  font-family: 'Century Gothic Regular', serif;
}
.partners-popup-content h1 {
  padding-bottom: 0px;
}
.partners-popup-content a {
  color: #ff7417;
}
.partners-popup-content a:hover {
  color: #000;
}
.faq-items .item {
  margin-bottom: 30px;
  background: #eee;
  font-family: 'Century Gothic Regular', serif;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .faq-items .item {
    font-size: 13px;
  }
}
.faq-items .item .pic {
  padding: 15px;
  width: 130px;
}
@media (max-width: 768px) {
  .faq-items .item .pic {
    display: none;
  }
}
.faq-items .item .text {
  padding: 15px;
  width: 100%;
}
.faq-items .item .text a.title {
  display: block;
  color: #000;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .faq-items .item .text a.title {
    font-size: 20px;
  }
}
.faq-items .item .text a.title:hover {
  color: #ff7417;
}
.faq-items .item .text .date {
  color: #999;
  font-size: 13px;
}
.faq-items .item .text .preview {
  margin-top: 10px;
}
.faq-items .item .text .answer {
  border-top: #ff7417 3px solid;
}
.faq-items .item .text .answer .author {
  text-align: right;
  background: #ff7417;
  color: #fff;
  float: right;
  padding: 5px;
}
.faq-items .link-button {
  text-align: center;
}
.faq-items .link-button .btn-view-all {
  margin-bottom: 10px;
  background: #ff7417;
  font-family: 'Century Gothic Regular', serif;
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.faq-items .link-button .btn-view-all:hover {
  background: #000;
  color: #fff;
}
.contacts-block {
  color: #fff;
}
.btn-add-question {
  margin-bottom: 10px;
  font-family: 'Century Gothic Regular', serif;
  font-size: 20px;
  background: #ff7417;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-add-question:hover {
  background: #000;
  color: #fff;
}
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIndlYmZvbnRzLmxlc3MiLCI8aW5wdXQgY3NzIDE+IiwibWVudS5sZXNzIiwibW9kdWxlcy5sZXNzIiwic3R5bGUubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtFQUNJLHNDQUFBO0VBQ0EseUNBQUE7RUFDQSx5TEFBQTtFQUdBLG9CQUFBO0VBQ0EsbUJBQUE7Q0NESDtBQ0ZEO0VBQ0ksYUFBQTtFQUNBLHVCQUFBO0VBQ0EsaUJBQUE7Q0RJSDtBQ1BEO0VBS1EsV0FBQTtDREtQO0FDVkQ7RUFPWSxrUUFBQTtDRE1YO0FDYkQ7RUFZUSxXQUFBO0NESVA7QUNoQkQ7RUFjWSxhQUFBO0NES1g7QUNGTztFQUFBO0lBQ0ksbUJBQUE7SUFDQSxtQkFBQTtHREtUO0VDUEs7SUFJUSxhQUFBO0dETWI7Q0FDRjtBQzVCRDtFQThCZ0IsWUFBQTtFQUNBLGtDQUFBO0VBQUEsNkJBQUE7RUFBQSwwQkFBQTtFQUNBLDBCQUFBO0VBQ0EsbUJBQUE7RUFDQSxnQkFBQTtFQUNBLGtCQUFBO0NEQ2Y7QUNDZTtFQUFBO0lBQ0ksbUJBQUE7R0RFakI7Q0FDRjtBQ0FlO0VBQUE7SUFDSSxtQkFBQTtJQUNBLGdCQUFBO0dER2pCO0NBQ0Y7QUNEZTs7RUFDSSxlQUFBO0NESW5CO0FDRFc7RUFFUSxlQUFBO0NERW5CO0FDQ1c7RUFFUSxtQkFBQTtDREFuQjtBRTdERDtFQUNJLGlCQUFBO0NGK0RIO0FFNUREO0VBQ0ksYUFBQTtDRjhESDtBRTNERDtFQUNJLGtCQUFBO0VBQ0Esb0JBQUE7Q0Y2REg7QUUxREQ7RUFDSSwyQkFBQTtFQUNBLGdDQUFBO0NGNERIO0FFekREO0VBQ0ksZ0JBQUE7Q0YyREg7QUUxREc7RUFDSSxZQUFBO0NGNERQO0FFeEREO0VBTkksZ0JBQUE7RUFRQSxlQUFBO0NGMERIO0FFakVHO0VBQ0ksWUFBQTtDRm1FUDtBRTFERDtFQVhJLGdCQUFBO0VBYUEsZUFBQTtDRjRESDtBRXhFRztFQUNJLFlBQUE7Q0YwRVA7QUU1REQ7RUFFUSx1QkFBQTtFQUNBLGNBQUE7RUFDQSxlQUFBO0NGNkRQO0FFekREO0VBQ0ksYUFBQTtDRjJESDtBRXhERDtFQUNJLHlCQUFBO0NGMERIO0FFdkREO0VBQ0ksc0JBQUE7Q0Z5REg7QUV0REc7RUFDSSwyQkFBQTtFQUNBLGdCQUFBO0NGd0RQO0FFcEREO0VBRVEsY0FBQTtDRnFEUDtBRWpERDtFQUNJLGVBQUE7Q0ZtREg7QUVoREQ7RUFDSSxzQkFBQTtDRmtESDtBRS9DRDtFQUVRLG1CQUFBO0VBQ0Esb0JBQUE7Q0ZnRFA7QUVuREQ7RUFLWSxtQkFBQTtFQUNBLGFBQUE7RUFDQSxZQUFBO0NGaURYO0FFNUNEO0VBQ0ksaUJBQUE7Q0Y4Q0g7QUUvQ0Q7RUFHUSxtQkFBQTtFQUNBLG9CQUFBO0NGK0NQO0FFbkREO0VBTVksbUJBQUE7RUFDQSxhQUFBO0VBQ0EsWUFBQTtDRmdEWDtBRTNDRDtFQUdZLDBCQUFBO0NGMkNYO0FFdENEO0VBR1ksMEJBQUE7Q0ZzQ1g7QUVqQ0Q7O0VBRUkscUJBQUE7Q0ZtQ0g7QUVoQ0Q7O0VBQ0ksdUJBQUE7RUFDQSw0QkFBQTtFQUNBLHFCQUFBO0NGbUNIO0FFdENEOzs7Ozs7RUFNUSxnQkFBQTtDRndDUDtBRXBDRDs7OztFQUVRLFlBQUE7Q0Z3Q1A7QUVwQ0Q7RUFLSSxvQkFBQTtDRmtDSDtBRXZDRDtFQUVRLGtCQUFBO0NGd0NQO0FFMUNEO0VBUVEsY0FBQTtDRnFDUDtBRWpDRDtFQUNJLGlCQUFBO0NGbUNIO0FFaENEO0VBQ0kscUJBQUE7RUFDQSx5QkFBQTtFQUNBLG9CQUFBO0VBQ0EsbUJBQUE7RUFDQSxtQkFBQTtFQUNBLG1CQUFBO0NGa0NIO0FFL0JEO0VBQ0ksY0FBQTtDRmlDSDtBRTlCRDtFQUNJLGdCQUFBO0VBQ0EsY0FBQTtFQUNBLFNBQUE7RUFDQSxjQUFBO0VBQ0EsYUFBQTtFQUNBLGlCQUFBO0VBQ0EsYUFBQTtFQUNBLGtDQUFBO0VBQUEsNkJBQUE7RUFBQSwwQkFBQTtDRmdDSDtBRXhDRDtFQVdRLGFBQUE7RUFDQSxZQUFBO0VBQ0Esb0JBQUE7RUFDQSw0QkFBQTtFQUNBLDhEQUFBO1VBQUEsc0RBQUE7RUFDQSxpQkFBQTtDRmdDUDtBRWhERDtFQWtCWSxtQkFBQTtFQUNBLGtCQUFBO0NGaUNYO0FFcEREO0VBdUJnQix1QkFBQTtFQUNBLG1CQUFBO0VBQ0EsZUFBQTtFQUNBLGdCQUFBO0VBQ0Esd0JBQUE7RUFDQSxZQUFBO0NGZ0NmO0FFL0JlO0VBQ0ksb0JBQUE7RUFDQSxZQUFBO0NGaUNuQjtBRWhFRDtFQWtDb0IsWUFBQTtDRmlDbkI7QUVuRUQ7RUF5Q1EsZ0JBQUE7RUFDQSxtQkFBQTtFQUNBLGNBQUE7RUFDQSxTQUFBO0VBQ0EsdUJBQUE7RUFDQSxrQkFBQTtFQUNBLDhEQUFBO1VBQUEsc0RBQUE7RUFDQSxZQUFBO0VBQ0EsNEJBQUE7RUFDQSwrQkFBQTtFQUNBLGtCQUFBO0VBQ0EsbUJBQUE7RUFDQSxvQkFBQTtDRjZCUDtBRXpCRDtFQUNJLFlBQUE7Q0YyQkg7QUV4QkQ7RUFFUSxvQkFBQTtDRnlCUDtBRXJCRDtFQUNJLHNCQUFBO0VBQ0EsVUFBQTtFQUNBLFdBQUE7Q0Z1Qkg7QUUxQkQ7RUFLUSxhQUFBO0VBQ0EsZUFBQTtFQUNBLGdCQUFBO0VBQ0EsY0FBQTtFQUNBLGlCQUFBO0VBQ0EsbUJBQUE7RUFDQSx5Q0FBQTtFQUFBLG9DQUFBO0VBQUEsaUNBQUE7Q0Z3QlA7QUV2Qk87RUFDSSxhQUFBO0NGeUJYO0FFdEJPO0VBQ0ksaUJBQUE7Q0Z3Qlg7QUVuQkQ7RUFDSSxzQkFBQTtFQUNBLFVBQUE7RUFDQSxXQUFBO0NGcUJIO0FFeEJEO0VBS1EsYUFBQTtFQUNBLGVBQUE7RUFDQSxnQkFBQTtFQUNBLGNBQUE7RUFDQSxpQkFBQTtFQUNBLG1CQUFBO0VBQ0EseUNBQUE7RUFBQSxvQ0FBQTtFQUFBLGlDQUFBO0NGc0JQO0FFckJPO0VBQ0ksYUFBQTtDRnVCWDtBRXBCTztFQUNJLGlCQUFBO0NGc0JYO0FFaEJEO0VBS1EsYUFBQTtFQUNBLGNBQUE7RUFDQSx1QkFBQTtFQUNBLG9CQUFBO0NGY1A7QUVwQk87RUFDSSwwQkFBQTtDRnNCWDtBRXpCRDtFQVdZLG9CQUFBO0NGaUJYO0FFNUJEO0VBY1ksa0JBQUE7Q0ZpQlg7QUVaRDtFQUVRLG9CQUFBO0NGYVA7QUVmRDtFQUlZLGlCQUFBO0VBQ0EsY0FBQTtDRmNYO0FFbkJEO0VBUVksaUJBQUE7Q0ZjWDtBRXRCRDtFQVdZLGNBQUE7RUFDQSxpQkFBQTtFQUNBLGNBQUE7Q0ZjWDtBRTNCRDtFQWlCUSxtQkFBQTtDRmFQO0FFOUJEO0VBbUJZLFlBQUE7RUFDQSxtQkFBQTtFQUNBLGtCQUFBO0VBQ0Esb0JBQUE7Q0ZjWDtBRXBDRDtFQXdCZ0IsbUJBQUE7RUFDQSxhQUFBO0VBQ0EsWUFBQTtDRmVmO0FFVEQ7RUFDSSxhQUFBO0NGV0g7QUVSRDtFQUtRLGFBQUE7RUFDQSxjQUFBO0VBQ0EsdUJBQUE7RUFDQSxvQkFBQTtDRk1QO0FFWk87RUFDSSwwQkFBQTtDRmNYO0FFakJEO0VBV1ksb0JBQUE7Q0ZTWDtBRXBCRDtFQWNZLGtCQUFBO0NGU1g7QUVKRDtFQUNJLGVBQUE7Q0ZNSDtBRUxHO0VBQ0ksMkJBQUE7RUFDQSxnQkFBQTtDRk9QO0FFSEQ7RUFFUSxjQUFBO0NGSVA7QUVBRDtFQUNJLFdBQUE7Q0ZFSDtBRUNEO0VBQ0ksZ0JBQUE7RUFDQSxVQUFBO0VBQ0EsU0FBQTtFQUNBLFlBQUE7RUFDQSxhQUFBO0VBQ0EsY0FBQTtFQUNBLHFGQUFBO0NGQ0g7QUVHRDtFQUNJLG9CQUFBO0VBQ0EsYUFBQTtFQUNBLGtCQUFBO0VBQ0EsYUFBQTtDRkRIO0FFSEQ7RUFPUSxnQkFBQTtFQUNBLGdCQUFBO0VBQ0EsZUFBQTtDRkRQO0FFRU87RUFBQTtJQUNJLGlCQUFBO0dGQ1Q7Q0FDRjtBRWJEO0VBY1ksZ0JBQUE7RUFDQSxlQUFBO0NGRVg7QUVEVztFQUNJLGtCQUFBO0NGR2Y7QUVEVztFQUNJLGtCQUFBO0NGR2Y7QUV2QkQ7RUE0QmdCLGVBQUE7Q0ZGZjtBRVFEO0VBQ0ksaUJBQUE7RUFDQSxVQUFBO0VBQ0EseUJBQUE7VUFBQSxpQkFBQTtDRk5IO0FFR0Q7RUFNUSxVQUFBO0VBQ0EsaUJBQUE7Q0ZOUDtBRVVEO0VBR1ksbUJBQUE7RUFDQSxvQkFBQTtDRlZYO0FFTUQ7RUFNZ0IsYUFBQTtDRlRmO0FFZUQ7RUFDSSxrQkFBQTtFQUNBLGtCQUFBO0VBQ0EsMEJBQUE7RUFDQSxZQUFBO0NGYkg7QUVnQkQ7RUFDSSxnQkFBQTtDRmRIO0FFYUQ7RUFJUSxhQUFBO0NGZFA7QUVVRDtFQU1ZLFlBQUE7Q0ZiWDtBRU9EO0VBVVEsYUFBQTtDRmRQO0FFSUQ7RUFhUSxvQkFBQTtDRmRQO0FFQ0Q7RUFlWSxrQkFBQTtFQUNBLGdCQUFBO0NGYlg7QUVIRDtFQXNCUSxnQkFBQTtFQUNBLFlBQUE7RUFDQSxpQkFBQTtDRmhCUDtBRVJEO0VBNEJRLGFBQUE7RUFDQSxrQkFBQTtDRmpCUDtBRVpEO0VBZ0NZLG9CQUFBO0VBQ0EsZ0JBQUE7RUFDQSxrQkFBQTtFQUNBLGVBQUE7Q0ZqQlg7QUVsQkQ7RUF3Q1EsYUFBQTtFQUNBLGtCQUFBO0NGbkJQO0FFdEJEO0VBNENZLG9CQUFBO0VBQ0EsZ0JBQUE7RUFDQSxrQkFBQTtFQUNBLGVBQUE7Q0ZuQlg7QUU1QkQ7RUFvRFEsZ0JBQUE7RUFDQSxtQkFBQTtDRnJCUDtBRWhDRDtFQXlEUSxvQkFBQTtFQUNBLGtCQUFBO0VBQ0EsZ0JBQUE7Q0Z0QlA7QUVyQ0Q7RUErRFEsa0JBQUE7RUFDQSxnQkFBQTtFQUNBLGtCQUFBO0NGdkJQO0FFMUNEO0VBb0VZLGVBQUE7RUFDQSxnQkFBQTtDRnZCWDtBRTRCRDtFQUNJLGtCQUFBO0VBQ0EsZ0JBQUE7RUFDQSxrQkFBQTtDRjFCSDtBRXVCRDtFQU1RLGVBQUE7RUFDQSxnQkFBQTtDRjFCUDtBRThCRDtFQUNJLFlBQUE7Q0Y1Qkg7QUUrQkQ7RUFDSSxhQUFBO0NGN0JIO0FFZ0NEOzs7O0VBR1ksWUFBQTtFQUNBLGdCQUFBO0NGN0JYO0FFa0NEO0VBQ0ksaUJBQUE7RUFDQSxjQUFBO0NGaENIO0FFbUNEO0VBRVEsZ0JBQUE7RUFDQSxjQUFBO0VBQ0EsWUFBQTtFQUNBLFlBQUE7Q0ZsQ1A7QUU2QkQ7RUFPWSxjQUFBO0NGakNYO0FFMEJEO0VBU2dCLG1CQUFBO0VBQ0EsWUFBQTtFQUNBLDhCQUFBO0VBQ0EscUJBQUE7RUFBQSxxQkFBQTtFQUFBLGNBQUE7RUFDQSwwQkFBQTtNQUFBLHVCQUFBO1VBQUEsK0JBQUE7Q0ZoQ2Y7QUVtQkQ7RUFlb0IsZ0JBQUE7Q0YvQm5CO0FFa0NXO0VBRVEsb0JBQUE7Q0ZqQ25CO0FFb0NXO0VBRVEsb0JBQUE7Q0ZuQ25CO0FFc0NXO0VBRVEsb0JBQUE7Q0ZyQ25CO0FFd0NXO0VBRVEsb0JBQUE7Q0Z2Q25CO0FFOENEO0VBQ0ksdUJBQUE7RUFDQSxjQUFBO0NGNUNIO0FFK0NEO0VBQ0ksbUJBQUE7Q0Y3Q0g7QUVnREQ7RUFDSSxlQUFBO0NGOUNIO0FHdmlCRDs7RUFDSSxhQUFBO0NIMGlCSDtBR3ZpQkQ7RUFDSSxrQkFBQTtDSHlpQkg7QUd0aUJEO0VBQ0ksZ0JBQUE7RUFDQSxpQkFBQTtFQUNBLHFCQUFBO0NId2lCSDtBR3RpQk87RUFDSSxrQkFBQTtFQUNBLG1CQUFBO0VBQ0EsWUFBQTtFQUNBLG1CQUFBO0VBQ0EsZUFBQTtFQUNBLFlBQUE7RUFDQSxZQUFBO0VBQ0EsaUJBQUE7RUFDQSxvQkFBQTtFQUNBLCtCQUFBO0NId2lCWDtBR3BpQkQ7RUFDSSxpQkFBQTtFQUNBLHlCQUFBO01BQUEsc0JBQUE7VUFBQSx3QkFBQTtFQUNBLFlBQUE7Q0hzaUJIO0FHemlCRDtFQU1ZLFlBQUE7RUFDQSxZQUFBO0NIc2lCWDtBR3BpQk87RUFFUSxpQkFBQTtFQUNBLFlBQUE7Q0hxaUJmO0FHL2hCRDtFQUNJLGtCQUFBO0VBQ0EscUJBQUE7RUFDQSxrQkFBQTtDSGlpQkg7QUc5aEJEO0VBQ0ksbUJBQUE7RUFDQSxjQUFBO0VBQ0EsWUFBQTtFQUNBLDZCQUFBO0VBQ0EsbUNBQUE7RUFDQSx1QkFBQTtDSGdpQkg7QUcvaEJHO0VBQUE7SUFDSSxjQUFBO0dIa2lCTDtDQUNGO0FHM2lCRDtFQVdRLG1CQUFBO0VBQ0EsWUFBQTtFQUNBLGFBQUE7RUFDQSwrQkFBQTtDSG1pQlA7QUdqakJEO0VBa0JRLG1CQUFBO0VBQ0EsV0FBQTtFQUNBLGFBQUE7RUFDQSxxQkFBQTtFQUFBLHFCQUFBO0VBQUEsY0FBQTtFQUNBLDZCQUFBO0VBQUEsOEJBQUE7TUFBQSwyQkFBQTtVQUFBLHVCQUFBO0VBQ0EsMEJBQUE7TUFBQSx1QkFBQTtVQUFBLCtCQUFBO0VBQ0EsNkNBQUE7Q0hraUJQO0FHMWpCRDtFQTBCWSxpQkFBQTtDSG1pQlg7QUc3akJEO0VBNEJnQixnQkFBQTtFQUNBLFlBQUE7RUFDQSxtQkFBQTtFQUNBLG1CQUFBO0NIb2lCZjtBR25pQmU7RUFDSSxtQkFBQTtFQUNBLFVBQUE7RUFDQSxVQUFBO0VBQ0EsWUFBQTtFQUNBLFlBQUE7RUFDQSxpQkFBQTtFQUNBLFlBQUE7RUFDQSxlQUFBO0NIcWlCbkI7QUc3a0JEO0VBNENnQixnQkFBQTtFQU9BLFlBQUE7Q0g4aEJmO0FHcGlCZTtFQUFBO0lBQ0ksZ0JBQUE7R0h1aUJqQjtDQUNGO0FHdGlCZTtFQUFBO0lBQ0ksZ0JBQUE7R0h5aUJqQjtDQUNGO0FHbGlCRDtFQUVRLFdBQUE7Q0htaUJQO0FHamlCRztFQUNJLGtCQUFBO0VBQ0EsY0FBQTtDSG1pQlA7QUdyaUJHO0VBS1ksdUJBQUE7RUFDQSw2QkFBQTtFQUNBLG1DQUFBO0VBQ0EscUJBQUE7RUFBQSxxQkFBQTtFQUFBLGNBQUE7RUFDQSx5QkFBQTtNQUFBLHNCQUFBO1VBQUEsd0JBQUE7RUFDQSwwQkFBQTtNQUFBLHVCQUFBO1VBQUEsb0JBQUE7RUFDQSxtQkFBQTtDSG1pQmY7QUc5aUJHO0VBY2dCLG1CQUFBO0VBQ0EsWUFBQTtFQUNBLGFBQUE7RUFDQSwrQkFBQTtDSG1pQm5CO0FHcGpCRztFQXFCZ0IsbUJBQUE7RUFDQSxZQUFBO0VBQ0EsYUFBQTtFQUNBLGVBQUE7Q0hraUJuQjtBRzFqQkc7RUE0QmdCLFlBQUE7RUFDQSxZQUFBO0VBQ0EsaUNBQUE7RUFDQSw2Q0FBQTtDSGlpQm5CO0FHaGlCbUI7RUFBQTtJQUVRLGdCQUFBO0lBQ0EsaUJBQUE7R0hraUJ6QjtFR3JpQmlCO0lBT1EsZ0JBQUE7R0hpaUJ6QjtDQUNGO0FHL2hCbUI7RUFBQTtJQUVRLGdCQUFBO0dIaWlCekI7RUduaUJpQjtJQU1RLGdCQUFBO0dIZ2lCekI7Q0FDRjtBR2psQkc7RUEwRFksc0JBQUE7RUFDQSxZQUFBO0VBQ0EsYUFBQTtFQUNBLG1CQUFBO0VBQ0EscUNBQUE7RUFDQSwwQkFBQTtFQUFBLHFCQUFBO0VBQUEsa0JBQUE7Q0gwaEJmO0FHemxCRztFQW9FUSxhQUFBO0VBQ0EsWUFBQTtFQUNBLGtDQUFBO0VBQUEsNkJBQUE7RUFBQSwwQkFBQTtFQUNBLFdBQUE7RUFDQSx1QkFBQTtFQUNBLHFCQUFBO0VBQ0EsNkJBQUE7RUFDQSxtQ0FBQTtDSHdoQlg7QUd0aEJXO0VBQ0ksYUFBQTtDSHdoQmY7QUd0bUJHO0VBbUZRLHFEQUFBO0VBQ0Esb0NBQUE7TUFBQSxnQ0FBQTtVQUFBLDRCQUFBO0NIc2hCWDtBRzFtQkc7RUF1RlEsb0RBQUE7RUFDQSxxQ0FBQTtNQUFBLGlDQUFBO1VBQUEsNkJBQUE7Q0hzaEJYO0FHbmhCTztFQUVRLG1DQUFBO01BQUEsK0JBQUE7VUFBQSwyQkFBQTtDSG9oQmY7QUcxZ0JHO0VBR1ksc0JBQUE7RUFDQSxZQUFBO0VBQ0EsYUFBQTtFQUNBLG1CQUFBO0VBQ0EsK0JBQUE7RUFDQSwwQkFBQTtFQUFBLHFCQUFBO0VBQUEsa0JBQUE7Q0gwZ0JmO0FHcGdCRDtFQUVRLHFCQUFBO0NIcWdCUDtBR25nQkc7RUFHWSxzQkFBQTtFQUNBLFlBQUE7RUFDQSxhQUFBO0VBQ0EsbUJBQUE7RUFDQSwrQkFBQTtFQUNBLDBCQUFBO0VBQUEscUJBQUE7RUFBQSxrQkFBQTtDSG1nQmY7QUczZkQ7RUFDSSw2Q0FBQTtDSDZmSDtBRzlmRDtFQUlRLGdCQUFBO0NINmZQO0FHemZEO0VBN01JLG1CQUFBO0VBQ0EsY0FBQTtFQUNBLFlBQUE7RUFDQSw2QkFBQTtFQUNBLG1DQUFBO0VBQ0EsdUJBQUE7Q0h5c0JIO0FHeHNCRztFQUFBO0lBQ0ksY0FBQTtHSDJzQkw7Q0FDRjtBR3RnQkQ7RUFuTVEsbUJBQUE7RUFDQSxZQUFBO0VBQ0EsYUFBQTtFQUNBLCtCQUFBO0NINHNCUDtBRzVnQkQ7RUE1TFEsbUJBQUE7RUFDQSxXQUFBO0VBQ0EsYUFBQTtFQUNBLHFCQUFBO0VBQUEscUJBQUE7RUFBQSxjQUFBO0VBQ0EsNkJBQUE7RUFBQSw4QkFBQTtNQUFBLDJCQUFBO1VBQUEsdUJBQUE7RUFDQSwwQkFBQTtNQUFBLHVCQUFBO1VBQUEsK0JBQUE7RUFDQSw2Q0FBQTtDSDJzQlA7QUdyaEJEO0VBcExZLGlCQUFBO0NINHNCWDtBR3hoQkQ7RUFsTGdCLGdCQUFBO0VBQ0EsWUFBQTtFQUNBLG1CQUFBO0VBQ0EsbUJBQUE7Q0g2c0JmO0FHNXNCZTtFQUNJLG1CQUFBO0VBQ0EsVUFBQTtFQUNBLFVBQUE7RUFDQSxZQUFBO0VBQ0EsWUFBQTtFQUNBLGlCQUFBO0VBQ0EsWUFBQTtFQUNBLGVBQUE7Q0g4c0JuQjtBR3hpQkQ7RUFsS2dCLGdCQUFBO0VBT0EsWUFBQTtDSHVzQmY7QUc3c0JlO0VBQUE7SUFDSSxnQkFBQTtHSGd0QmpCO0NBQ0Y7QUcvc0JlO0VBQUE7SUFDSSxnQkFBQTtHSGt0QmpCO0NBQ0Y7QUdsakJEO0VBQ0ksbUJBQUE7Q0hvakJIO0FHbGpCRztFQUNJLFlBQUE7RUFDQSx1QkFBQTtFQUNBLGFBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtFQUNBLFVBQUE7RUFDQSxTQUFBO0VBQ0EsbUJBQUE7RUFDQSxZQUFBO0NIb2pCUDtBRy9pQkc7RUFBQTtJQUNJLGNBQUE7R0hrakJMO0NBQ0Y7QUdyakJEO0VBTVEsWUFBQTtFQUNBLGtCQUFBO0VBQ0EscUJBQUE7RUFBQSxxQkFBQTtFQUFBLGNBQUE7RUFDQSwwQkFBQTtNQUFBLHVCQUFBO1VBQUEsK0JBQUE7Q0hrakJQO0FHM2pCRDtFQVlZLGtCQUFBO0VBQ0EsbUJBQUE7RUFDQSxZQUFBO0VBQ0Esb0JBQUE7TUFBQSxxQkFBQTtVQUFBLGFBQUE7Q0hrakJYO0FHamtCRDtFQWlCZ0IsZ0JBQUE7RUFDQSxlQUFBO0VBQ0EsaUJBQUE7Q0htakJmO0FHN2lCRDtFQUNJLG9CQUFBO0VBQ0EsWUFBQTtDSCtpQkg7QUdqakJEO0VBSVEsZ0JBQUE7RUFDQSxrQkFBQTtDSGdqQlA7QUdyakJEO0VBU1EsaUJBQUE7RUFDQSxZQUFBO0VBQ0EsMEJBQUE7RUFDQSxrQ0FBQTtFQUFBLDZCQUFBO0VBQUEsMEJBQUE7Q0graUJQO0FHOWlCTztFQUNJLGlCQUFBO0VBQ0EsWUFBQTtDSGdqQlg7QUczaUJEO0VBQ0ksWUFBQTtFQUNBLGFBQUE7Q0g2aUJIO0FHNWlCRztFQUFBO0lBQ0ksYUFBQTtHSCtpQkw7Q0FDRjtBRzVpQkQ7RUFDSSw2Q0FBQTtDSDhpQkg7QUcvaUJEO0VBR1EsZ0JBQUE7RUFDQSxpQkFBQTtFQUNBLG9CQUFBO0NIK2lCUDtBR3BqQkQ7O0VBU1ksaUJBQUE7Q0graUJYO0FHemlCRDtFQUNJLGFBQUE7Q0gyaUJIO0FHMWlCRztFQUFBO0lBQ0ksV0FBQTtHSDZpQkw7Q0FDRjtBRzFpQkQ7RUFDSSwwQkFBQTtFQUNBLFlBQUE7Q0g0aUJIO0FHOWlCRDtFQUtRLG1CQUFBO0VBQ0EsWUFBQTtDSDRpQlA7QUdsakJEO0VBUVksZ0JBQUE7Q0g2aUJYO0FHcmpCRDtFQVlnQixhQUFBO0NINGlCZjtBR3hqQkQ7RUFlZ0IsYUFBQTtFQUNBLG1CQUFBO0VBQ0EsZ0JBQUE7RUFDQSxpQkFBQTtFQUNBLGtCQUFBO0VBQ0EsZUFBQTtDSDRpQmY7QUdoa0JEO0VBc0JvQixZQUFBO0VBQ0EsZ0JBQUE7RUFDQSxzQkFBQTtDSDZpQm5CO0FHNWlCbUI7RUFDSSwyQkFBQTtDSDhpQnZCO0FHdGlCRDtFQUVJLGtCQUFBO0NIdWlCSDtBR3ppQkQ7RUFLUSxpQkFBQTtDSHVpQlA7QUc1aUJEO0VBUVksbUJBQUE7Q0h1aUJYO0FHL2lCRDtFQVdnQixtQkFBQTtFQUNBLGFBQUE7RUFDQSxZQUFBO0NIdWlCZjtBR3BqQkQ7RUFpQmdCLHVCQUFBO0NIc2lCZjtBR3JpQmU7RUFBQTtJQUNJLFlBQUE7R0h3aUJqQjtDQUNGO0FHbGlCRDtFQUVRLG9CQUFBO0NIbWlCUDtBR3JpQkQ7RUFJWSxxQkFBQTtFQUFBLHFCQUFBO0VBQUEsY0FBQTtFQUNBLDBCQUFBO01BQUEsdUJBQUE7VUFBQSwrQkFBQTtFQUNBLGdCQUFBO0VBQ0EsNkNBQUE7RUFDQSxZQUFBO0NIb2lCWDtBRzVpQkQ7RUFVZ0IsZUFBQTtDSHFpQmY7QUcvaUJEO0VBZVksdUJBQUE7Q0htaUJYO0FHbGpCRDtFQWlCZ0Isa0NBQUE7RUFBQSw2QkFBQTtFQUFBLDBCQUFBO0NIb2lCZjtBR2xpQlc7RUFFUSxhQUFBO0NIbWlCbkI7QUd4akJEO0VBMkJZLGVBQUE7RUFDQSxZQUFBO0VBQ0EsZ0JBQUE7RUFDQSxpQkFBQTtFQUlBLGlCQUFBO0VBQ0Esa0NBQUE7RUFBQSw2QkFBQTtFQUFBLDBCQUFBO0NINmhCWDtBR2ppQlc7RUFBQTtJQUNJLGdCQUFBO0dIb2lCYjtDQUNGO0FHamlCVztFQUNJLGVBQUE7RUFDQSxzQkFBQTtDSG1pQmY7QUd6a0JEO0VBMENZLGlCQUFBO0VBQ0EsNkJBQUE7RUFDQSxnQkFBQTtDSGtpQlg7QUc5aEJHO0VBRVEsb0JBQUE7Q0graEJYO0FHMWhCRDtFQUNJLGtCQUFBO0VBQ0EsNkNBQUE7Q0g0aEJIO0FHOWhCRDtFQUlRLG9CQUFBO0NINmhCUDtBR2ppQkQ7RUFPUSxrQkFBQTtFQUNBLGdCQUFBO0VBQ0EsWUFBQTtFQUNBLG9CQUFBO0NINmhCUDtBR3poQkQ7RUFFUSxrQkFBQTtFQUNBLGtCQUFBO0VBQ0EsWUFBQTtDSDBoQlA7QUd0aEJEO0VBQ0ksNkNBQUE7Q0h3aEJIO0FHemhCRDtFQUdRLG9CQUFBO0NIeWhCUDtBRzVoQkQ7RUFNWSxlQUFBO0VBQ0EsWUFBQTtFQUNBLGlCQUFBO0VBQ0Esb0JBQUE7Q0h5aEJYO0FHeGhCVztFQUNJLGVBQUE7Q0gwaEJmO0FHcmlCRDtFQXNCWSxnQkFBQTtDSGtoQlg7QUd4aUJEO0VBaUJnQixlQUFBO0NIMGhCZjtBR3poQmU7RUFDSSxZQUFBO0NIMmhCbkI7QUduaEJEO0VBQ0ksNkNBQUE7Q0hxaEJIO0FHdGhCRDtFQUdRLG9CQUFBO0VBQ0EsbUJBQUE7Q0hzaEJQO0FHcmhCTztFQUNJLGdCQUFBO0NIdWhCWDtBR3RoQlc7RUFFUSxlQUFBO0NIdWhCbkI7QUdoaUJEO0VBZVksZUFBQTtFQUNBLFlBQUE7RUFDQSxpQkFBQTtFQUNBLG9CQUFBO0VBQ0Esa0NBQUE7RUFBQSw2QkFBQTtFQUFBLDBCQUFBO0NIb2hCWDtBR25oQlc7RUFDSSxlQUFBO0VBQ0Esc0JBQUE7Q0hxaEJmO0FHM2lCRDtFQWlDWSxnQkFBQTtDSDZnQlg7QUc5aUJEO0VBNEJnQixlQUFBO0NIcWhCZjtBR3BoQmU7RUFDSSxZQUFBO0NIc2hCbkI7QUc5Z0JEO0VBRVEsa0JBQUE7Q0grZ0JQO0FHamhCRDtFQUlZLGdCQUFBO0VBQ0EsWUFBQTtFQUNBLGdCQUFBO0NIZ2hCWDtBRy9nQlc7RUFDSSxlQUFBO0NIaWhCZjtBRzNnQkQ7RUFFUSxnQkFBQTtFQUNBLG9CQUFBO0NINGdCUDtBRy9nQkQ7RUFLWSxjQUFBO0VBQ0EsY0FBQTtFQUNBLGdCQUFBO0NINmdCWDtBR3BoQkQ7RUFVWSxxQkFBQTtFQUFBLHFCQUFBO0VBQUEsY0FBQTtFQUlBLGtDQUFBO0VBQUEsNkJBQUE7RUFBQSwwQkFBQTtFQUNBLGlCQUFBO0NIMGdCWDtBRzlnQlc7RUFBQTtJQUNJLGVBQUE7R0hpaEJiO0NBQ0Y7QUc5Z0JXOztFQUNJLGlCQUFBO0NIaWhCZjtBR2xpQkQ7RUFvQmdCLGNBQUE7Q0hpaEJmO0FHcmlCRDtFQXNCb0IsYUFBQTtDSGtoQm5CO0FHaGhCZTtFQUFBO0lBRVEsWUFBQTtHSGtoQnJCO0NBQ0Y7QUc3aUJEO0VBK0JnQixjQUFBO0NIaWhCZjtBR2hqQkQ7RUFpQ29CLFlBQUE7RUFDQSxpQkFBQTtFQUNBLG9CQUFBO0VBQ0Esa0NBQUE7RUFBQSw2QkFBQTtFQUFBLDBCQUFBO0NIa2hCbkI7QUczZ0JEO0VBRUksMEJBQUE7Q0g0Z0JIO0FHOWdCRDtFQUtRLGlCQUFBO0NINGdCUDtBR2poQkQ7RUFRWSxtQkFBQTtFQUNBLG1CQUFBO0NINGdCWDtBR3JoQkQ7RUFZZ0IsbUJBQUE7RUFDQSxhQUFBO0VBQ0EsWUFBQTtDSDRnQmY7QUcxaEJEO0VBa0JnQix1QkFBQTtDSDJnQmY7QUcxZ0JlO0VBQUE7SUFDSSxZQUFBO0dINmdCakI7Q0FDRjtBR3RnQkQ7RUFDSSxrQkFBQTtFQUNBLDZDQUFBO0NId2dCSDtBRzFnQkQ7RUFJUSxvQkFBQTtDSHlnQlA7QUc3Z0JEO0VBT1EsZUFBQTtDSHlnQlA7QUd4Z0JPO0VBQ0ksWUFBQTtDSDBnQlg7QUdyZ0JEO0VBRVEsb0JBQUE7RUFDQSxpQkFBQTtFQUNBLDZDQUFBO0VBQ0EsZ0JBQUE7RUFJQSxxQkFBQTtFQUFBLHFCQUFBO0VBQUEsY0FBQTtDSG1nQlA7QUd0Z0JPO0VBQUE7SUFDSSxnQkFBQTtHSHlnQlQ7Q0FDRjtBR2poQkQ7RUFZWSxjQUFBO0VBQ0EsYUFBQTtDSHdnQlg7QUd2Z0JXO0VBQUE7SUFDSSxjQUFBO0dIMGdCYjtDQUNGO0FHMWhCRDtFQW1CWSxjQUFBO0VBQ0EsWUFBQTtDSDBnQlg7QUc5aEJEO0VBc0JnQixlQUFBO0VBQ0EsWUFBQTtFQUNBLGtDQUFBO0VBQUEsNkJBQUE7RUFBQSwwQkFBQTtFQUNBLGdCQUFBO0VBQ0EsaUJBQUE7Q0gyZ0JmO0FHMWdCZTtFQUFBO0lBQ0ksZ0JBQUE7R0g2Z0JqQjtDQUNGO0FHM2dCZTtFQUNJLGVBQUE7Q0g2Z0JuQjtBRzdpQkQ7RUFxQ2dCLFlBQUE7RUFDQSxnQkFBQTtDSDJnQmY7QUdqakJEO0VBMENnQixpQkFBQTtDSDBnQmY7QUdwakJEO0VBOENnQiw4QkFBQTtDSHlnQmY7QUd2akJEO0VBaURvQixrQkFBQTtFQUNBLG9CQUFBO0VBQ0EsWUFBQTtFQUNBLGFBQUE7RUFDQSxhQUFBO0NIeWdCbkI7QUc5akJEO0VBNERRLG1CQUFBO0NIcWdCUDtBR2prQkQ7RUE4RFksb0JBQUE7RUFDQSxvQkFBQTtFQUNBLDZDQUFBO0VBQ0EsZ0JBQUE7RUFDQSxZQUFBO0VBQ0Esa0NBQUE7RUFBQSw2QkFBQTtFQUFBLDBCQUFBO0NIc2dCWDtBR3JnQlc7RUFDSSxpQkFBQTtFQUNBLFlBQUE7Q0h1Z0JmO0FHamdCRDtFQUNJLFlBQUE7Q0htZ0JIO0FHaGdCRDtFQUNJLG9CQUFBO0VBQ0EsNkNBQUE7RUFDQSxnQkFBQTtFQUNBLG9CQUFBO0VBQ0EsWUFBQTtFQUNBLGtDQUFBO0VBQUEsNkJBQUE7RUFBQSwwQkFBQTtDSGtnQkg7QUdqZ0JHO0VBQ0ksaUJBQUE7RUFDQSxZQUFBO0NIbWdCUCIsImZpbGUiOiJ0by5jc3MifQ== */