@charset "UTF-8";
body {
  font: 100% "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background: #fcfafa url(../i/bg.png) 0 0 repeat;
  color: #212529;
  font-size: 16px;
  line-height: 1.5em;
}
.hidden {
  display: none;
}
.form_item + .form_item {
  margin-top: 20px;
}
.form_line {
  gap: 20px;
}
.form_line .form_item {
  flex: 1;
  margin-top: 0 !important;
}
.checkbox_item, .check_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4em;
  color: #7e7e7e;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  position: relative;
}
.checkbox_item input[type="checkbox"], .check_item input[type="checkbox"] {
  display: none;
}
.checkbox_item input[type="checkbox"]:checked + span::after, .check_item input[type="checkbox"]:checked + span::after {
  opacity: 1;
  transform: rotate(-45deg) scale(1);
}
.checkbox_item input[type="checkbox"]:checked + span::before, .check_item input[type="checkbox"]:checked + span::before {
  border-color: #9a7a69;
  background: rgba(154, 122, 105, 0.05);
}
.checkbox_item span, .check_item span {
  position: relative;
  padding-left: 30px;
  display: block;
}
.checkbox_item span::before, .check_item span::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: #fff;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.checkbox_item span::after, .check_item span::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  width: 8px;
  height: 5px;
  border-left: 2px solid #9a7a69;
  border-bottom: 2px solid #9a7a69;
  transform: rotate(-45deg) scale(0.5);
  opacity: 0;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.checkbox_item:hover, .check_item:hover {
  color: #212529;
}
.checkbox_item:hover span::before, .check_item:hover span::before {
  border-color: #DAAA85;
}
.checkbox_item label, .check_item label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.messengers_checks {
  gap: 20px;
  margin-top: 10px;
}
.clear {
  clear: both;
}
.ajax-loader {
  display: none !important;
}
input[type="submit"]:disabled {
  filter: url(~"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  cursor: not-allowed;
}
a {
  color: #212529;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
}
.desktop_hide {
  display: none !important;
}
hr {
  margin-top: 0;
  padding: 0;
  margin-bottom: 20px;
  border-top: 1px solid #e5e5e5;
}
.justify {
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.article {
  color: #212529;
  font-size: 16px;
}
.article.article_large {
  font-size: 18px;
}
.article.article_largest {
  font-size: 20px;
}
.article h4, .article h3, .article h2 {
  clear: both;
}
.article p {
  color: #212529;
  line-height: 1.5em;
}
.article img {
  max-width: 100%;
  height: auto;
  display: block;
}
.article img.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}
.article img.alignright {
  float: right;
  margin: 0 0 10px 20px;
}
.article img.aligncenter {
  margin: 0 auto;
}
.article ul, .article ol {
  padding-bottom: 1.5em;
  padding-left: 0;
  padding-right: 1.5em;
}
.article ul:last-child, .article ol:last-child {
  padding-bottom: 0;
}
.article ul li, .article ol li {
  line-height: 1.5em;
  transform: translateX(1.5em);
}
.article li + li {
  padding-top: 0.5em;
}
.article blockquote {
  margin-bottom: 1.5em;
  position: relative;
  padding: 10px 0 10px 45px;
}
.article blockquote p {
  font-weight: 600;
  font-size: 12px;
  color: #212529;
  line-height: 1.6em;
}
.article blockquote h2, .article blockquote h3, .article blockquote h4 {
  font-style: normal;
  color: #036fc9;
}
.article blockquote:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
}
.article p:last-child {
  padding-bottom: 0;
}
.centered {
  text-align: center;
}
.centered .img_wr img {
  margin-left: auto;
  margin-right: auto;
}
.h0 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 48px;
  padding-bottom: 20px;
  line-height: 1.1em;
}
h1, .h1, .title_1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 1.1em;
  padding-bottom: 30px;
  color: #212529;
  margin: 0;
}
h1.block_title, .h1.block_title, .title_1.block_title {
  text-align: center;
  margin-bottom: 40px;
}
h2, .h2, .title_2, .article h1, .article h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2em;
  padding-bottom: 25px;
  color: #212529;
  margin: 0;
}
h3, .h3, .title_3, .article h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.26em;
  padding-bottom: 20px;
  color: #212529;
  margin: 0;
}
h4, .h4, .title_4, .article h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.3em;
  padding-bottom: 15px;
  color: #212529;
  margin: 0;
}
.h5, .article h5 {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 16px;
  line-height: 1.2em;
  color: #212529;
}
.h6, .article h6 {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-weight: bold;
  font-size: 15px;
  padding-bottom: 1em;
  line-height: 1.2em;
  color: #212529;
}
.faq_mobile_btn {
  display: none;
  text-align: center;
  margin-top: 30px;
}
.img_wr img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.img_bg {
  position: relative;
  min-height: 100px;
}
.img_bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#status .close, .fancybox-close {
  right: 0 !important;
  top: 0 !important;
  width: 15px;
  height: 15px;
  background: url(../i/close.svg) no-repeat center center !important;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
#status .close:hover, .fancybox-close:hover {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup {
  background: #fff;
  width: 500px;
  padding: 30px;
}
form textarea, form input[type="text"], form input[type="email"], form input[type="phone"], form input[type="number"], form input[type="password"], form input[type="tel"] {
  background: #fff;
  height: 44px;
  line-height: 44px;
  border: 1px solid #e5e5e5;
  color: #212529;
  text-indent: 17px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
form textarea::-webkit-input-placeholder, form input[type="text"]::-webkit-input-placeholder, form input[type="email"]::-webkit-input-placeholder, form input[type="phone"]::-webkit-input-placeholder, form input[type="number"]::-webkit-input-placeholder, form input[type="password"]::-webkit-input-placeholder, form input[type="tel"]::-webkit-input-placeholder {
  color: #7e7e7e;
}
form textarea::-moz-placeholder, form input[type="text"]::-moz-placeholder, form input[type="email"]::-moz-placeholder, form input[type="phone"]::-moz-placeholder, form input[type="number"]::-moz-placeholder, form input[type="password"]::-moz-placeholder, form input[type="tel"]::-moz-placeholder {
  color: #7e7e7e;
}
form textarea:-moz-placeholder, form input[type="text"]:-moz-placeholder, form input[type="email"]:-moz-placeholder, form input[type="phone"]:-moz-placeholder, form input[type="number"]:-moz-placeholder, form input[type="password"]:-moz-placeholder, form input[type="tel"]:-moz-placeholder {
  color: #7e7e7e;
}
form textarea:-ms-input-placeholder, form input[type="text"]:-ms-input-placeholder, form input[type="email"]:-ms-input-placeholder, form input[type="phone"]:-ms-input-placeholder, form input[type="number"]:-ms-input-placeholder, form input[type="password"]:-ms-input-placeholder, form input[type="tel"]:-ms-input-placeholder {
  color: #7e7e7e;
}
form select {
  cursor: pointer;
  height: 44px;
  line-height: 44px;
  border: 1px solid #e5e5e5;
  color: #212529;
  text-indent: 17px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  background: #fff url(../i/carret.svg) no-repeat calc(100% - 17px) center;
  color: #212529;
}
form select:focus {
  border-color: #DAAA85;
}
form input[type="number"] {
  -moz-appearance: textfield;
}
form input::-webkit-outer-spin-button, form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
form textarea {
  display: block;
  resize: none;
  height: 150px;
  line-height: 1em;
  padding-top: 17px;
  text-indent: 0;
  padding-left: 17px;
  line-height: 1.2em;
}
form label {
  font-size: 14px;
  font-weight: 600;
}
form label span {
  font-weight: normal;
  font-size: 14px;
}
.pager {
  padding-top: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.pager .current, .pager a {
  margin: 0 10px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  text-align: center;
  color: #212529;
  text-decoration: none;
  font-weight: bold;
}
.pager .current:hover, .pager a:hover {
  color: #9a7a69;
}
.pager .current {
  color: #036fc9 !important;
}
.pager .prev, .pager .next {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #212529;
  text-decoration: none;
}
.pager .prev i, .pager .next i {
  top: -1px;
}
.pager .prev:hover i, .pager .next:hover i {
  border-color: #9a7a69;
}
i.arrow {
  display: inline-block;
  padding: 3px;
  border: solid black;
  border-width: 0 2px 2px 0;
  position: relative;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
i.arrow.arrow_right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
i.arrow.arrow_left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
i.arrow.arrow_up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
i.arrow.arrow_down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.crumbs {
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 30px;
  font-size: 12px;
  line-height: 1.4em;
  text-align: left;
}
.crumbs span, .crumbs a {
  font-weight: 600;
  color: #7e7e7e;
  text-decoration: none;
}
.crumbs a:hover {
  color: #212529;
}
.crumbs i, .crumbs .arrow {
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #7e7e7e;
  margin: 0 10px;
}
.crumbs span:last-child {
  color: #DAAA85;
}
.title_df {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.title_df .h3, .title_df .h2, .title_df .h1 {
  width: calc(100% - 370px);
  padding-right: 15px;
  padding-bottom: 0;
}
.df {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
button {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5em;
}
.btn_wr .btn + .btn {
  margin-left: 10px;
}
form input[type="submit"], form input[type="button"], form button, button.btn, .btn {
  font-family: "Montserrat", sans-serif;
  line-height: 62px;
  height: 64px;
  border: 1px solid transparent;
  background: #DAAA85;
  color: #fff;
  padding: 0 30px;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  border-radius: 4px;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
}
form input[type="submit"]:hover, form input[type="button"]:hover, form button:hover, button.btn:hover, .btn:hover {
  background: #9a7a69;
}
form input[type="submit"].btn-sm, form input[type="button"].btn-sm, form button.btn-sm, button.btn.btn-sm, .btn.btn-sm {
  border: none;
  line-height: 40px;
  height: 40px;
  color: #fff;
  padding: 0 18px;
  text-decoration: none;
  font-size: 12px;
  text-align: center;
}
form input[type="submit"].btn_empty, form input[type="button"].btn_empty, form button.btn_empty, button.btn.btn_empty, .btn.btn_empty {
  border: 1px solid #9a7a69;
  background: transparent;
  color: #9a7a69;
  line-height: 60px;
}
form input[type="submit"].btn_empty:hover, form input[type="button"].btn_empty:hover, form button.btn_empty:hover, button.btn.btn_empty:hover, .btn.btn_empty:hover {
  border-color: #9a7a69;
  background: #9a7a69;
  color: #fff;
}
form input[type="submit"].btn_empty.btn-sm, form input[type="button"].btn_empty.btn-sm, form button.btn_empty.btn-sm, button.btn.btn_empty.btn-sm, .btn.btn_empty.btn-sm {
  line-height: 38px;
}
.wr {
  max-width: 1400px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.wr .wr {
  padding-left: 0;
  padding-right: 0;
}
.page_wr {
  padding-top: 30px;
  padding-bottom: 100px;
}
.dropdown {
  position: relative;
}
.dropdown.dropdown_top .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.dropdown.show .dropdown-menu {
  display: block;
}
.dropdown .dropdown-toggle {
  cursor: pointer;
  position: relative;
  align-items: center;
}
.dropdown .dropdown-toggle .arrow {
  margin-left: 10px;
  border-width: 0 1px 1px 0;
  width: 6px;
  height: 6px;
}
.dropdown .dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 20px 30px 0 rgba(158, 158, 158, 0.15);
  padding: 10px;
  z-index: 100;
  min-height: calc(100% + 20px);
  height: auto;
  max-height: calc(100vh - 100px);
  overflow: hidden;
  overflow-y: scroll;
}
.dropdown .dropdown-menu li {
  display: block;
}
.dropdown .dropdown-menu li + li {
  padding-top: 7px;
}
.dropdown .dropdown-menu li a {
  color: #212529;
  font-size: 12px;
  line-height: 1.2em;
  text-decoration: none;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.dropdown .dropdown-menu li a:hover {
  color: #036fc9;
}
.dropdown .dropdown-menu li a span {
  display: block;
  margin-left: 5px;
}
header {
  position: relative;
  z-index: 100;
}
header .header_top {
  background: #fcfafa;
  border-bottom: 2px solid #7e7e7e;
}
header .header_top .header_logo {
  max-width: 100%;
  height: auto;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
}
header .header_top .header_logo:hover img {
  opacity: 0.7;
}
header .header_top .header_logo span {
  padding-left: 16px;
  font-size: 22px;
  font-weight: 800;
}
header .header_top .btn_wr {
  margin-left: 40px;
}
header .header_top .searchform {
  position: relative;
}
header .header_top .searchform input[type="text"] {
  line-height: 40px;
  height: 40px;
  width: 260px;
}
header .header_top .searchform input[type="text"]::-webkit-input-placeholder {
  color: #212529;
}
header .header_top .searchform input[type="text"]::-moz-placeholder {
  color: #212529;
}
header .header_top .searchform input[type="text"]:-moz-placeholder {
  color: #212529;
}
header .header_top .searchform input[type="text"]:-ms-input-placeholder {
  color: #212529;
}
header .header_top .searchform input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  text-indent: -9999px;
  background: url(../i/i_search_.svg) center center no-repeat;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
header .header_top .searchform input[type="submit"]:hover {
  opacity: 0.7;
}
header .header_top .searchform.active input[type="submit"] {
  right: 20px;
  top: auto;
}
header .header_top .wr > .df {
  height: 58px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header .header_top .header_col_right {
  justify-content: flex-end;
  align-items: center;
}
header .header_top .header_col_right a + a {
  margin-left: 20px;
}
header .header_top .header_col_right a {
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  align-items: center;
}
header .header_top .header_col_right a svg {
  margin-right: 5px;
}
header .header_top .header_col_right a:hover {
  color: #9a7a69;
}
header .header_top .header_top_left {
  align-items: center;
}
header .header_top .mobile_nav {
  margin-left: -10px;
  cursor: pointer;
  padding: 10px;
}
header .header_top .mobile_nav span {
  border-radius: 2px;
  display: block;
  background: #fff;
  margin-top: 5px;
  height: 2px;
  width: 20px;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
header .header_top .mobile_nav span:nth-child(1) {
  margin-top: 0;
}
header .header_top .mobile_nav.open span:last-child {
  opacity: 0;
}
header .header_top .mobile_nav.open span:nth-child(1) {
  margin-top: 0;
  margin-top: 7px;
  position: relative;
  top: 2px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .header_top .mobile_nav.open span:nth-child(2) {
  margin-top: 0;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .header_top .header_menu_box.open {
  z-index: 50;
  min-width: 200px;
  position: absolute;
  left: 0;
  top: 76px;
  background: #036fc9;
  padding: 15px;
  display: block !important;
  min-height: calc(100% + 20px);
  height: auto;
  max-height: calc(100vh - 100px);
  overflow: hidden;
  overflow-y: scroll;
}
header .header_top .header_menu_box li {
  display: block;
}
header .header_top .header_menu_box li + li {
  padding-top: 12px;
}
header .header_top .header_menu_box li > a {
  font-size: 12px;
  line-height: 1.2em;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  display: block;
}
header .header_top .header_menu_box li > a:hover {
  opacity: 0.7;
}
header .search_toggle {
  display: none;
}
header .header_bottom .wr > .df {
  justify-content: space-between;
  align-items: center;
}
header .header_bottom .btn_wr {
  display: block;
}
header .header_bottom .btn_wr a {
  line-height: 43px;
  height: 43px;
  border-radius: 0;
  background: #ff523a url(../i/i_plus.svg) no-repeat 20px center !important;
  font-weight: 600;
  padding-left: 60px;
}
header .header_bottom > .wr > .df > div {
  width: 100%;
}
header .header_bottom .menu {
  width: 100%;
  background: #fff;
  height: 43px;
  align-items: center;
  justify-content: space-between;
}
header .header_bottom .menu li {
  position: relative;
  display: block;
  padding-right: 0;
}
header .header_bottom .menu li > a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 42px;
  text-decoration: none;
  color: #212529;
  font-weight: 600;
  display: block;
}
header .header_bottom .menu li:last-child > a {
  padding-right: 0;
}
header .header_bottom .menu li:last-child .sub-menu {
  min-width: auto;
  width: 100%;
  right: -10px;
  left: auto;
  min-width: 170px;
}
header .header_bottom .menu li .sub-menu {
  display: none;
  padding: 15px;
  position: absolute;
  z-index: 11;
  left: 0;
  top: 42px;
  min-width: 220px;
  background: #fff;
  box-shadow: 0 20px 30px 0 rgba(158, 158, 158, 0.15);
}
header .header_bottom .menu li .sub-menu li {
  display: block;
}
header .header_bottom .menu li .sub-menu li + li {
  padding-top: 12px;
}
header .header_bottom .menu li .sub-menu li a {
  color: #212529;
  font-size: 12px;
  line-height: 1.2em;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
header .header_bottom .menu li .sub-menu li a:hover {
  color: #036fc9;
}
header .header_bottom .menu li:hover .sub-menu {
  display: block !important;
}
header .dropdown .dropdown-toggle .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
header .dropdown .dropdown-toggle .icon.pin {
  background: url(../i/i_pin.svg) center center no-repeat;
}
header .dropdown .dropdown-toggle .icon.lang {
  background: url(../i/i_globe.svg) center center no-repeat;
}
header .dropdown .dropdown-toggle .arrow {
  border-color: #fff;
}
.tabs li {
  display: block;
}
.table_wr {
  box-shadow: 0 20px 30px 0 rgba(117, 139, 175, 0.15);
  border-radius: 10px;
  overflow: hidden;
  overflow-x: scroll !important;
  margin-top: 30px;
  margin-bottom: 30px;
}
.stars {
  align-items: center;
}
.stars .star {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../i/star.svg) 0 0 no-repeat;
  position: relative;
}
.stars .star + .star {
  margin-left: 8px;
}
.stars .star.partial-3, .stars .star.partial-5, .stars .star.partial-8 {
  background: transparent;
}
.stars .star.partial-3:before, .stars .star.partial-5:before, .stars .star.partial-8:before {
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  background: url(../i/star.svg) 0 0 no-repeat;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
.stars .star.partial-3:after, .stars .star.partial-5:after, .stars .star.partial-8:after {
  width: 0;
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  background: url(../i/star.svg) 0 0 no-repeat;
}
.stars .star.partial-3:after {
  width: 30%;
}
.stars .star.partial-5:after {
  width: 50%;
}
.stars .star.partial-8:after {
  width: 80%;
}
.stars .star.empty {
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}
.stars strong {
  padding-left: 12px;
}
.tags {
  flex-wrap: wrap;
}
.tags .tag {
  display: inline-block;
  line-height: 1.2em;
  border-radius: 15px;
  padding: 7px 15px;
  color: #fff;
  text-decoration: none;
  margin-right: 20px;
  margin-bottom: 15px;
  background: #036fc9;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.tags .tag.active {
  background: #DAAA85 !important;
  color: #fff !important;
}
.tags .tag.show {
  display: inline-block !important;
}
.tags .tag:hover {
  background: #DAAA85;
}
footer {
  background: #000;
  color: #fff;
  padding: 80px 0 40px;
  position: relative;
}
footer .footer_main {
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .footer_col {
  width: calc(33% - 40px);
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  footer .footer_col {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  footer .footer_col {
    width: 100%;
  }
}
footer .footer_logo {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}
footer .footer_logo:hover {
  color: #DAAA85;
}
footer .footer_legal {
  font-size: 14px;
  line-height: 1.6;
  color: #999;
}
footer .footer_legal div {
  margin-bottom: 5px;
}
footer .footer_menu_list {
  list-style: none;
  padding: 0;
}
footer .footer_menu_list li {
  margin-bottom: 12px;
  display: block;
}
footer .footer_menu_list li a {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
  font-weight: 600;
  transition: 0.3s;
}
footer .footer_menu_list li a:hover {
  color: #DAAA85;
  text-decoration: none;
}
footer .footer_col_contacts .footer_contacts_title {
  color: #fff;
  text-transform: none;
  font-weight: 700;
}
footer .footer_col_contacts .article {
  color: #fff;
}
footer .footer_col_contacts a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
footer .footer_col_contacts a:hover {
  color: #DAAA85;
}
footer .footer_col_contacts .footer_contact_item {
  font-size: 14px;
  margin-bottom: 12px;
  color: #fff;
  line-height: 1.4;
}
footer .footer_col_contacts .footer_contact_item.phone_item {
  gap: 15px;
  align-items: center;
  margin-bottom: 15px;
}
footer .footer_col_contacts .footer_contact_item.address_item {
  margin-top: 20px;
  color: #ccc;
}
footer .footer_col_contacts .footer_contact_item.hours_item {
  color: #ccc;
}
footer .footer_col_contacts .social_icons {
  gap: 10px;
}
footer .footer_col_contacts .social_icons a {
  color: #fff;
  opacity: 0.7;
  transition: 0.3s;
  height: 24px;
  width: 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background: #333;
  border-radius: 50%;
  padding: 4px;
}
footer .footer_col_contacts .social_icons a:hover {
  opacity: 1;
  color: #DAAA85;
  background: #444;
}
footer .footer_col_contacts .social_icons a svg {
  width: 100%;
  height: 100%;
}
footer .footer_bottom_bar {
  margin-top: 40px;
  border-top: 1px solid #222;
  padding-top: 30px;
  justify-content: space-between;
  font-size: 12px;
  color: #666;
  flex-wrap: wrap;
}
footer .footer_bottom_bar .copyright {
  margin-bottom: 10px;
}
footer .footer_bottom_bar .footer_bottom_links {
  gap: 30px;
}
footer .footer_bottom_bar .footer_bottom_links a {
  color: #888;
  text-decoration: none;
  transition: 0.3s;
}
footer .footer_bottom_bar .footer_bottom_links a:hover {
  color: #fff;
  text-decoration: underline;
}
.clear {
  clear: both;
}
#status {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  text-align: center;
  background: #ff523a;
}
#status.error {
  background: #ff523a;
  color: #fff;
}
#status.success {
  background: #9a7a69;
  color: #fff;
}
#status.show {
  display: block !important;
  opacity: 1;
}
#status .df {
  align-items: center;
  justify-content: space-between;
}
#status .df .text {
  padding: 20px;
  width: calc(100% - 18px);
  text-align: left;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: bold;
}
.cursor_progress {
  cursor: progress !important;
}
.form_item label {
  display: block;
  padding-bottom: 10px;
}
.form_item + .form_line, .form_item + .form_item {
  margin-top: 20px;
}
.form_item.df {
  align-items: center;
  justify-content: space-between;
}
.form_item.df label {
  padding-bottom: 0;
}
.links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.links .link {
  display: inline-block;
}
.links .link + .link {
  margin-top: 8px;
}
.links.links_left {
  align-items: flex-start;
  margin-top: 20px;
}
.link {
  color: #036fc9;
  font-size: 16px;
  color: #9a7a69;
  text-decoration: none;
  border-bottom: 1px solid rgba(154, 122, 105, 0.5);
}
.link:hover {
  border-bottom: 1px solid #9a7a69;
}
.form_line + .form_item {
  margin-top: 20px;
}
#forgot_form .df, #login_form .df {
  justify-content: space-between;
  align-items: center;
}
.cols {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.cols .col {
  width: calc(50% - 15px);
}
.cols.cols_3 .col {
  width: calc(33.33% - 20px);
  margin-right: 30px;
}
.cols.cols_3 .col:nth-child(3n) {
  margin-right: 0;
}
.cols.cols_4 .col {
  width: calc(25% - 23px);
  margin-right: 30px;
}
.cols.cols_4 .col:nth-child(4n) {
  margin-right: 0;
}
.filter_panel {
  margin-top: 30px;
  gap: 15px;
  align-items: center;
}
.filter_panel .form_item {
  width: 220px;
  margin-bottom: 0;
}
.filter_panel .form_item.form_item {
  margin-top: 0;
}
@media (max-width: 500px) {
  .filter_panel .form_item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .filter_panel {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.h2 + .auctions_items_listing {
  margin-top: 0;
}
.auctions_items_listing {
  margin-top: 30px;
  gap: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.auctions_items_listing .item {
  display: block;
  border: 1px solid #e5e5e5;
  width: calc(25% - 20px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 8px;
  position: relative;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.auctions_items_listing .item:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-color: #DAAA85;
}
.auctions_items_listing .item .teaser_gallery {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 150px;
  display: block;
  background: #fcfafa;
}
.auctions_items_listing .item .teaser_gallery .gallery_items {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.auctions_items_listing .item .teaser_gallery .gallery_items .preview_img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.auctions_items_listing .item .teaser_gallery .gallery_items .preview_img.active {
  opacity: 1;
}
.auctions_items_listing .item .teaser_gallery .hover_zones {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
}
.auctions_items_listing .item .teaser_gallery .hover_zones .hover_zone {
  flex: 1;
  height: 100%;
}
.auctions_items_listing .item .teaser_gallery .teaser_dots {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 4px;
  pointer-events: none;
}
.auctions_items_listing .item .teaser_gallery .teaser_dots .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.auctions_items_listing .item .teaser_gallery .teaser_dots .dot.active {
  background: #fff;
  transform: scale(1.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.auctions_items_listing .item .teaser_gallery .btn_fav {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 15;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  pointer-events: auto;
}
.auctions_items_listing .item .teaser_gallery .btn_fav.active, .auctions_items_listing .item .teaser_gallery .btn_fav:hover {
  color: #ff523a;
  background: #fff;
}
.auctions_items_listing .item .teaser_gallery .btn_fav svg {
  width: 18px;
  height: 18px;
}
.auctions_items_listing .item .teaser_gallery .sticker {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 15;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.auctions_items_listing .item .teaser_gallery .sticker.sticker_today {
  background: #036fc9;
}
.auctions_items_listing .item .teaser_gallery .sticker.sticker_price {
  background: #DAAA85;
}
.auctions_items_listing .item .teaser_lot_bottom {
  padding: 15px;
}
.auctions_items_listing .item .teaser_lot_bottom .h5 {
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 1.3em;
  height: 2.6em;
  overflow: hidden;
}
.auctions_items_listing .item .teaser_lot_bottom .h5 a {
  text-decoration: none;
}
.auctions_items_listing .item .teaser_lot_bottom .h5 a:hover {
  color: #036fc9;
}
.auctions_items_listing .item .teaser_lot_bottom .price {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #212529;
}
.page-template-page-favorites .auctions_items_listing .item {
  width: calc(20% - 16px);
}
.content_with_sidebar {
  flex-wrap: wrap;
}
.content_with_sidebar .main_content {
  width: calc(100% - 370px);
  padding-right: 30px;
}
.content_with_sidebar .main_content.main_content_wide {
  width: calc(100% - 270px);
}
.content_with_sidebar .main_content.main_content_wide > .box_bg + .box_bg {
  margin-top: 30px;
}
.content_with_sidebar .main_sidebar {
  width: 370px;
}
.content_with_sidebar .main_sidebar.main_sidebar_slim {
  width: 270px;
}
.content_with_sidebar .main_sidebar .sidebar-widget + .sidebar-widget {
  margin-top: 30px;
}
.content_with_sidebar .main_sidebar .sidebar-widget ul.sidebar_category_tags li {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.content_with_sidebar .main_sidebar .sidebar-widget ul.sidebar_category_tags li:before {
  content: "• ";
  color: #212529;
  font-size: 16px;
}
.content_with_sidebar .main_sidebar .sidebar-widget ul.sidebar_category_tags li:first-child {
  padding-top: 0;
}
.content_with_sidebar .main_sidebar .sidebar-widget ul.sidebar_category_tags li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.content_with_sidebar .main_sidebar .sidebar-widget ul.sidebar_category_tags li a {
  font-size: 16px;
  line-height: 1.3em;
  color: #212529;
  text-decoration: none;
}
.content_with_sidebar .main_sidebar .sidebar-widget ul.sidebar_category_tags li a:hover {
  color: #036fc9;
}
.content_with_sidebar .main_sidebar .sidebar-widget ul.sidebar_category_tags li.hide {
  display: none !important;
}
.content_with_sidebar .main_sidebar .sidebar-widget ul.sidebar_category_tags li.show {
  display: block !important;
}
.content_with_sidebar .main_sidebar .sidebar-widget ul.sidebar_category_tags li.js_show_all_wr:before {
  display: none;
}
.content_with_sidebar .main_sidebar .sidebar-widget ul.sidebar_category_tags li.js_show_all_wr a {
  color: #DAAA85;
}
.content_with_sidebar .main_sidebar .sidebar-widget ul.sidebar_category_tags li.js_show_all_wr a:hover {
  color: #9a7a69;
}
.content_with_sidebar .main_sidebar .sidebar-widget .last_offer_bids .item {
  background: #fff;
  box-shadow: 0 20px 30px 0 rgba(117, 139, 175, 0.15);
  border-radius: 15px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  text-align: center;
}
.content_with_sidebar .main_sidebar .sidebar-widget .last_offer_bids .item + .item {
  margin-top: 20px;
}
.content_with_sidebar .main_sidebar .sidebar-widget .last_offer_bids .item .offer_bid_top {
  background: #fcfafa;
  padding: 30px;
}
.content_with_sidebar .main_sidebar .sidebar-widget .last_offer_bids .item .offer_bid_top .h5 {
  color: #b8cbda;
}
.content_with_sidebar .main_sidebar .sidebar-widget .last_offer_bids .item .offer_bid_top .offer_bid_name {
  padding-bottom: 0;
}
.content_with_sidebar .main_sidebar .sidebar-widget .last_offer_bids .item .offer_bid_values {
  padding: 20px 40px;
}
.content_with_sidebar .main_sidebar .sidebar-widget .last_offer_bids .item .offer_bid_values .df {
  padding: 20px 0;
  justify-content: space-between;
}
.content_with_sidebar .main_sidebar .sidebar-widget .last_offer_bids .item .offer_bid_values .df + .df {
  border-top: 1px solid #e5e5e5;
}
.content_with_sidebar .main_sidebar .sidebar-widget .last_offer_bids .item .offer_bid_values .df span {
  font-family: "Montserrat", sans-serif;
  color: #7e7e7e;
  font-weight: bold;
}
.content_with_sidebar .main_sidebar .sidebar-widget .last_offer_bids .item .article {
  padding: 0 20px 20px 20px;
}
.content_with_sidebar .main_sidebar .sidebar-widget form label.slider_label {
  padding-bottom: 27px;
}
.content_with_sidebar .main_sidebar .sidebar_auctions_list {
  margin: 0;
  padding: 0;
}
.content_with_sidebar .main_sidebar .sidebar_auctions_list li {
  display: block;
  padding: 8px 0;
}
.content_with_sidebar .main_sidebar .sidebar_auctions_list li a {
  font-size: 15px;
  line-height: 1.2em;
  color: #212529;
  text-decoration: none;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.content_with_sidebar .main_sidebar .sidebar_auctions_list li a:hover {
  color: #036fc9;
}
.content_with_sidebar .main_sidebar .sidebar_auctions_list li.current_page_item > a, .content_with_sidebar .main_sidebar .sidebar_auctions_list li.current_page_parent > a, .content_with_sidebar .main_sidebar .sidebar_auctions_list li.current_page_ancestor > a {
  color: #9a7a69;
  font-weight: 700;
}
.content_with_sidebar .main_sidebar .sidebar_auctions_list li .children {
  display: none;
  margin-left: 15px;
  padding-top: 5px;
  border-left: 1px solid #e5e5e5;
  padding-left: 15px;
}
.content_with_sidebar .main_sidebar .sidebar_auctions_list li.current_page_item > .children, .content_with_sidebar .main_sidebar .sidebar_auctions_list li.current_page_parent > .children, .content_with_sidebar .main_sidebar .sidebar_auctions_list li.current_page_ancestor > .children {
  display: block;
}
.content_with_sidebar .main_sidebar + .main_content {
  padding-right: 0;
  padding-left: 30px;
}
/* Lot Page */
.lot_layout {
  gap: 30px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.lot_layout .left_col {
  flex: 1;
  min-width: 300px;
}
.lot_layout .right_col {
  flex: 0 0 350px;
  align-self: flex-start;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.lot_gallery {
  margin-bottom: 30px;
}
.lot_gallery .gallery_main {
  margin-bottom: 15px;
  position: relative;
}
.lot_gallery .gallery_main .gallery_item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  background: #fcfafa;
}
.lot_gallery .gallery_main .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 10;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  font-size: 0;
}
.lot_gallery .gallery_main .slick-arrow:hover {
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.lot_gallery .gallery_main .slick-arrow:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #212529;
  border-right: 2px solid #212529;
  position: absolute;
  top: 50%;
  left: 50%;
}
.lot_gallery .gallery_main .slick-prev {
  left: 10px;
}
.lot_gallery .gallery_main .slick-prev:before {
  transform: translate(-30%, -50%) rotate(-135deg);
}
.lot_gallery .gallery_main .slick-next {
  right: 10px;
}
.lot_gallery .gallery_main .slick-next:before {
  transform: translate(-70%, -50%) rotate(45deg);
}
.lot_gallery .gallery_thumbs {
  gap: 10px;
  flex-wrap: wrap;
}
.lot_gallery .gallery_thumbs .thumb_img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  opacity: 0.6;
}
.lot_gallery .gallery_thumbs .thumb_img:hover, .lot_gallery .gallery_thumbs .thumb_img.active {
  opacity: 1;
  border-color: #DAAA85;
}
.lot_gallery .box_bg {
  text-align: center;
  padding: 50px;
}
.lot_price {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.lot_author {
  margin-bottom: 20px;
}
.lot_author div:first-child {
  font-size: 16px;
  margin-bottom: 5px;
}
.lot_author div:last-child {
  font-weight: bold;
  font-size: 18px;
}
.lot_contacts {
  margin-bottom: 20px;
}
.lot_contacts .js-get-contacts {
  width: 100%;
}
.lot_contacts .contacts_result {
  margin-top: 15px;
  display: none;
  text-align: center;
}
.lot_contacts .contacts_result .contact_phone_img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 4px;
}
.lot_contacts .contacts_result .contact_messengers {
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
  font-size: 12px;
  color: #555;
}
.lot_actions .btn_fav {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #777;
  font-size: 16px;
  transition: 0.3s;
}
.lot_actions .btn_fav svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  background: #f5f5f5;
  border-radius: 50%;
  fill: #999;
  stroke: #999;
  stroke-width: 2;
  transition: 0.3s;
}
.lot_actions .btn_fav:hover {
  color: #555;
}
.lot_actions .btn_fav:hover svg {
  background: #eee;
}
.lot_actions .btn_fav.active {
  color: #e74c3c;
}
.lot_actions .btn_fav.active svg {
  fill: #e74c3c;
  stroke: #e74c3c;
  background: #fdecea;
}
/* Advantages Block */
.advantages_block {
  margin-top: 100px;
}
.advantages_block .h3 {
  text-align: center;
  margin-bottom: 40px;
}
.advantages_block .benefit_list {
  flex-wrap: wrap;
  gap: 30px 20px;
  justify-content: center;
}
.advantages_block .benefit_list .benefit_item {
  width: calc(25% - 15px);
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.advantages_block .benefit_list .benefit_item .icon_wr {
  margin-bottom: 15px;
  color: #9a7a69;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.advantages_block .benefit_list .benefit_item .icon_wr svg {
  fill: currentColor;
  width: 50px;
  height: 50px;
}
.advantages_block .benefit_list .benefit_item .icon_wr .benefit_check {
  font-size: 24px;
  color: #036fc9;
}
.advantages_block .benefit_list .benefit_item .benefit_content .benefit_title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2em;
  margin-bottom: 8px;
  color: #212529;
}
.advantages_block .benefit_list .benefit_item .benefit_content .benefit_text {
  font-size: 14px;
  line-height: 1.4em;
  color: #7e7e7e;
}
@media (max-width: 1200px) {
  .advantages_block .benefit_list .benefit_item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .advantages_block {
    padding: 30px 20px;
  }
  .advantages_block .benefit_list .benefit_item {
    width: calc(50% - 10px);
  }
}
/* Generic Form Page Wrapper */
.form_page_wr {
  max-width: 800px;
  margin: 60px auto;
  padding: 50px 60px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.06);
}
@media (max-width: 767px) {
  .form_page_wr {
    padding: 30px 20px;
    margin: 30px auto;
    border-radius: 0;
    box-shadow: none;
  }
}
.form_page_wr .h1 {
  text-align: center;
  margin-bottom: 10px;
}
.form_page_wr .subtitle {
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
  color: #7e7e7e;
  line-height: 1.5;
}
.appraisal_form .form_item.checkbox_item label, .form_page_wr form .form_item.checkbox_item label {
  font-size: 13px;
}
.appraisal_form .form_item.file_upload_item, .form_page_wr form .form_item.file_upload_item {
  position: relative;
}
.appraisal_form .form_item.file_upload_item .file_label, .form_page_wr form .form_item.file_upload_item .file_label {
  display: block;
  border: 2px dashed #e5e5e5;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.appraisal_form .form_item.file_upload_item .file_label:hover, .form_page_wr form .form_item.file_upload_item .file_label:hover {
  border-color: #DAAA85;
  background: rgba(218, 170, 133, 0.05);
}
.appraisal_form .form_item.file_upload_item .file_label .file_title, .form_page_wr form .form_item.file_upload_item .file_label .file_title {
  display: block;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5px;
  color: #212529;
}
.appraisal_form .form_item.file_upload_item .file_label .file_custom, .form_page_wr form .form_item.file_upload_item .file_label .file_custom {
  font-size: 13px;
  color: #7e7e7e;
}
.appraisal_form .form_item.file_upload_item .file_label input[type="file"], .form_page_wr form .form_item.file_upload_item .file_label input[type="file"] {
  display: none;
}
.appraisal_form .form_item.file_upload_item .file_list, .form_page_wr form .form_item.file_upload_item .file_list {
  margin-top: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.appraisal_form .form_item.file_upload_item .file_list span, .form_page_wr form .form_item.file_upload_item .file_list span {
  display: inline-block;
  padding: 4px 10px;
  background: #f0f0f0;
  border-radius: 4px;
  font-size: 12px;
  color: #212529;
}
.appraisal_form .btn_wr, .form_page_wr form .btn_wr {
  margin-top: 30px;
}
.appraisal_form .btn_wr .btn, .form_page_wr form .btn_wr .btn {
  width: 100%;
}
.form_status, .contact_form_status {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
/* Responsive & UI Elements */
.categories_filter_item {
  display: none;
  position: relative;
}
.categories_filter_item .btn {
  width: 100%;
}
.categories_filter_item .btn.active {
  background: #212529;
  color: #fff;
  border-color: #212529;
}
.categories_filter_item .categories_popover {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 1000;
  min-width: 280px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  padding: 25px;
  max-height: 500px;
  overflow-y: auto;
  border: 1px solid #e5e5e5;
}
.categories_filter_item .categories_popover .sidebar_auctions_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.categories_filter_item .categories_popover .sidebar_auctions_list li {
  margin-bottom: 12px;
  line-height: 1.4;
  display: block;
}
.categories_filter_item .categories_popover .sidebar_auctions_list li:last-child {
  margin-bottom: 0;
}
.categories_filter_item .categories_popover .sidebar_auctions_list li a {
  font-size: 16px;
  color: #212529;
  transition: 0.3s;
}
.categories_filter_item .categories_popover .sidebar_auctions_list li a:hover {
  color: #DAAA85;
}
.categories_filter_item .categories_popover .sidebar_auctions_list li .children {
  display: block !important;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #e5e5e5;
  margin-top: 8px;
}
.categories_filter_item .categories_popover .sidebar_auctions_list li .children a {
  font-size: 14px;
}
@media (max-width: 1300px) {
  .content_with_sidebar .main_content {
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .content_with_sidebar .main_sidebar {
    display: none !important;
  }
  .content_with_sidebar .filter_panel .categories_filter_item {
    display: block;
  }
  .faq_mobile_btn {
    display: block;
  }
}
@media (max-width: 1024px) {
  textarea, input[type="text"], input[type="email"], input[type="phone"], input[type="number"], input[type="password"], input[type="tel"] {
    font-size: 16px !important;
  }
  .h0 {
    font-size: 38px;
  }
  h1, .h1, .title_1 {
    font-size: 32px;
  }
  h2, .h2, .title_2, .article h1, .article h2 {
    font-size: 26px;
  }
  h3, .h3, .title_3, .article h3 {
    font-size: 20px;
  }
  header .header_top {
    position: relative;
  }
  header .header_top .searchform {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 15px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 100;
  }
  header .header_top .searchform.active {
    display: flex;
  }
  header .header_top .searchform input[type="text"] {
    width: 100%;
  }
  header .header_top .header_col_right .search_toggle {
    display: block;
  }
  header .header_top .header_col_right a span {
    display: none !important;
  }
  header .header_top .header_col_right a svg {
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .h0 {
    font-size: 32px;
  }
  h1, .h1, .title_1 {
    font-size: 28px;
  }
  h2, .h2, .title_2, .article h1, .article h2 {
    font-size: 22px;
  }
  h3, .h3, .title_3, .article h3 {
    font-size: 18px;
  }
  h4, .h4, .title_4, .article h4 {
    font-size: 17px;
  }
  .filter_panel {
    gap: 15px;
  }
  .filter_panel .form_item {
    width: 100%;
  }
  .filter_panel .form_item .btn, .filter_panel .form_item select {
    width: 100%;
  }
  .auctions_items_listing .item {
    width: calc(33.33% - 14px) !important;
  }
  .header_logo img {
    width: 150px;
  }
  .advantages_block {
    margin-top: 50px;
  }
  body, .article {
    font-size: 14px;
  }
}
@media (max-width: 550px) {
  .auctions_items_listing .item {
    width: calc(50% - 15px) !important;
  }
  header .header_top_left .btn_wr a:first-child {
    display: none;
  }
  .categories_popover {
    width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
  }
  .popup {
    width: 340px !important;
    padding: 20px !important;
  }
  .form_line.df {
    flex-direction: column;
  }
  .form_line.df > * {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 15px;
  }
  .form_line.df > *:last-child {
    margin-bottom: 0;
  }
  form input[type="submit"], form input[type="button"], form button, button.btn, .btn {
    height: 50px;
    line-height: 50px;
    font-size: 14px !important;
  }
  .btn_wr .btn.btn-sm {
    height: 40px !important;
    line-height: 40px !important;
    font-size: 11px !important;
    padding: 0 14px !important;
  }
  #profile_edit_form .form_cols .form_col {
    width: 100%;
  }
  header .header_top .btn_wr {
    margin-left: 20px;
  }
  .header_logo img {
    width: 110px;
  }
  header .header_top .header_col_right a + a, header .header_top .header_col_right a {
    margin-left: 14px;
  }
  .auctions_items_listing .item .teaser_gallery {
    height: 100px;
  }
  footer {
    padding: 40px 0;
  }
  footer .footer_logo {
    font-size: 20px;
  }
  footer .footer_col {
    margin-bottom: 20px;
  }
  footer .footer_bottom_bar {
    margin-top: 0;
  }
  .page_wr {
    padding-bottom: 50px;
  }
  .faq_wr .faq .item .q .title {
    font-size: 14px;
  }
  .faq_wr .faq .item {
    padding: 20px;
  }
  .faq_mobile_btn {
    margin-top: 20px;
  }
  .quiz_wr .answers label {
    width: 100% !important;
  }
  .form_item.df {
    display: block;
  }
  form input[type="submit"], form input[type="button"], form button, button.btn {
    width: 100%;
    text-align: center;
  }
  .popup .links {
    margin-top: 20px;
    align-items: center;
  }
  .profile_controls {
    margin-top: 20px !important;
  }
}
.epoch_desc_block {
  margin: 50px 0;
  padding: 40px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  box-shadow: 0 20px 30px 0 rgba(117, 139, 175, 0.15);
}
.epoch_desc_block .h3 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.lot_faq_title {
  margin-top: 50px;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fmonety-volgograd.ru%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fwellot%2Fscss%2Fstyle.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAkCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAWhB%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAShB%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAShB%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAASZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAQhB%3BAAAA%3BAAAA%3BAAAA%3BAA58DJ%3BAAq9DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA5pEZ%3BAAsqEA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUhB%3BAAGY%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAACI%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAA7uEZ%3BAAqvEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaQ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYZ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAz1EA%3BAAm2EA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAUpB%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQhB%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAEQ%3BAAAA%3BAAAA%3BAAQQ%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%22%7D */