body {
  font: 100% "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-color: #FCFBEE;
  color: #39374d;
  font-size: 16px;
  line-height: 1.5em;
  padding-top: 123px;
}
a {
  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;
  color: #39374d;
  text-decoration: none;
}
a:hover {
  color: #fb690c;
}
.desktop_hide {
  display: none !important;
}
.cursor_progress {
  opacity: 0.5;
  cursor: progress !important;
}
.cursor_progress * {
  cursor: progress;
}
@media screen and (max-width: 1024px) {
  select, textarea, input {
    font-size: 16px !important;
  }
}
.wr {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  max-width: 1270px;
  width: 100%;
}
.wr .wr {
  padding-left: 0;
  padding-right: 0;
}
.wr_wide {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
}
.hide {
  display: none;
}
.ajax-loader {
  display: none !important;
}
span.wpcf7-list-item {
  margin: 0;
}
.your-consent {
  color: #e7e7e7;
}
.your-consent .wpcf7-not-valid {
  color: #fb690c;
}
.justify {
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.article {
  color: #39374d;
  font-size: 16px;
  line-height: 1.5em;
}
.article iframe {
  width: 100%;
  height: 500px;
}
.article div {
  line-height: 1.5em;
}
.article.article_two_cols {
  columns: 2;
}
.article.article_two_cols h1, .article.article_two_cols h2 {
  column-span: all;
  width: 100%;
}
.article p {
  padding-bottom: 1.5em;
  line-height: 1.5em;
}
.article img {
  max-width: 100%;
  height: auto;
}
.article img.alignleft {
  display: block;
  float: left;
  margin: 0 20px 10px 0;
}
.article img.alignright {
  display: block;
  float: right;
  margin: 0 0 10px 20px;
}
.article img.aligncenter {
  display: block;
  margin: 0 auto;
}
.article .gallery .gallery-item img {
  border: none !important;
}
.article ul, .article ol {
  padding-bottom: 1.5em;
  padding-left: 0;
  padding-right: 1.5em;
}
.article ul li, .article ol li {
  line-height: 1.5em;
  transform: translateX(1.5em);
}
.article blockquote {
  margin-bottom: 35px;
  padding: 30px;
  background: #FCFBEE;
  position: relative;
  border-radius: 8px;
}
.article strong:last-child, .article ol:last-child, .article ul:last-child, .article p:last-child {
  padding-bottom: 0;
}
.article.article_large {
  font-size: 18px;
  line-height: 1.6em;
}
.article table tr th {
  text-align: left;
}
.article table tr th, .article table tr td {
  border: 1px solid #e7e7e7;
  padding: 10px;
}
.title_1, .article h1 {
  font-size: 42px;
  line-height: 1.3em;
  letter-spacing: -0.01em;
  font-weight: 500;
  position: relative;
}
.title_1:after, .article h1:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #ffc248;
  margin: 20px auto 0;
}
.title_1 + *, .article h1 + * {
  margin-top: 20px;
}
.title_1.no_line:After, .article h1.no_line:After {
  display: none;
}
.title_1.line_before:before, .article h1.line_before:before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #ffc248;
  margin: 0 auto 20px;
}
.title_1.line_before:After, .article h1.line_before:After {
  display: none;
}
.title_2, .article h2 {
  font-size: 36px;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: -0.01em;
}
.title_2 + *, .article h2 + * {
  margin-top: 20px;
}
.title_3, .article h3 {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 500;
}
.title_3 + *, .article h3 + * {
  margin-top: 12px;
}
.title_4, .article h4 {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 500;
}
.title_4 + *, .article h4 + * {
  margin-top: 10px;
}
.title_6, .article h6 {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 400;
  color: #7C7C7B;
}
.title_6 + *, .article h6 + * {
  margin-top: 10px;
}
.title_tt {
  text-transform: uppercase;
}
.title_df {
  justify-content: space-between;
  align-items: center;
}
.title_df .title_4, .title_df .title_3, .title_df .title_2, .title_df .title_1 {
  padding-bottom: 0;
}
.centered {
  text-align: center;
}
.img_wr img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.img_bg {
  position: relative;
  min-height: 200px;
}
.img_bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fancybox-close {
  right: 5px !important;
  top: 5px !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;
}
.fancybox-close:hover {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup {
  background: #FCFBEE;
  width: 500px;
  padding: 30px;
  text-align: center;
}
.popup .item {
  margin-bottom: 24px;
}
.popup .phones {
  gap: 20px;
  justify-content: center;
}
.popup .phones .phone {
  font-size: 14px;
  font-weight: bold;
  gap: 4px;
  align-items: center;
}
form .wpcf7-form-control-wrap {
  margin-bottom: 0px;
  display: block;
}
form .note {
  margin-top: 10px;
}
form textarea, form input[type="date"], form input[type="time"], form input[type="password"], form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="number"] {
  height: 50px;
  line-height: 50px;
  background: #fff;
  border: 1px solid #e7e7e7;
  color: #39374d;
  text-indent: 17px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 6px;
  box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
form textarea::-webkit-input-placeholder, form input[type="date"]::-webkit-input-placeholder, form input[type="time"]::-webkit-input-placeholder, form input[type="password"]::-webkit-input-placeholder, form input[type="text"]::-webkit-input-placeholder, form input[type="email"]::-webkit-input-placeholder, form input[type="tel"]::-webkit-input-placeholder, form input[type="number"]::-webkit-input-placeholder {
  color: #39374d;
}
form textarea::-moz-placeholder, form input[type="date"]::-moz-placeholder, form input[type="time"]::-moz-placeholder, form input[type="password"]::-moz-placeholder, form input[type="text"]::-moz-placeholder, form input[type="email"]::-moz-placeholder, form input[type="tel"]::-moz-placeholder, form input[type="number"]::-moz-placeholder {
  color: #39374d;
}
form textarea:-moz-placeholder, form input[type="date"]:-moz-placeholder, form input[type="time"]:-moz-placeholder, form input[type="password"]:-moz-placeholder, form input[type="text"]:-moz-placeholder, form input[type="email"]:-moz-placeholder, form input[type="tel"]:-moz-placeholder, form input[type="number"]:-moz-placeholder {
  color: #39374d;
}
form textarea:-ms-input-placeholder, form input[type="date"]:-ms-input-placeholder, form input[type="time"]:-ms-input-placeholder, form input[type="password"]:-ms-input-placeholder, form input[type="text"]:-ms-input-placeholder, form input[type="email"]:-ms-input-placeholder, form input[type="tel"]:-ms-input-placeholder, form input[type="number"]:-ms-input-placeholder {
  color: #39374d;
}
form select {
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e7e7e7;
  color: #39374d;
  text-indent: 17px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
  max-width: 100%;
  background: #fff url(../i/carret.svg) no-repeat calc(100% - 17px) center;
  color: #39374d;
}
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: 15px;
  text-indent: 0;
  padding-left: 17px;
  line-height: 1.2em;
}
form button[type="submit"], form input[type="submit"], form .wpcf7-submit {
  font-family: "Roboto", sans-serif;
  height: 46px;
  background: #ffc248;
  padding: 0 20px;
  color: #39374d;
  font-weight: 300;
  line-height: 46px;
  font-size: 18px;
  border: none;
  display: inline-block;
  cursor: pointer;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  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;
}
form button[type="submit"]:hover, form input[type="submit"]:hover, form .wpcf7-submit:hover {
  background: #39374d;
  color: #fff;
}
form .form_item + .form_item {
  margin-top: 16px;
}
.styled_checkbox, span[data-name="your-consent"] {
  color: #e7e7e7;
}
.styled_checkbox label, span[data-name="your-consent"] label {
  cursor: pointer;
}
.styled_checkbox label input, span[data-name="your-consent"] label input {
  display: none;
}
.styled_checkbox label input + span, span[data-name="your-consent"] label input + span {
  line-height: 1.2em;
  position: relative;
}
.styled_checkbox label input + span .check, span[data-name="your-consent"] label input + span .check {
  position: relative;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #e7e7e7;
  line-height: 19px;
  text-align: center;
  background: transparent;
  border-radius: 5px;
  min-width: 20px;
  flex-shrink: 0;
}
.styled_checkbox label input + span .check:hover, span[data-name="your-consent"] label input + span .check:hover {
  opacity: 0.7;
}
.styled_checkbox label span.df, span[data-name="your-consent"] label span.df {
  align-items: center;
}
.styled_checkbox label span.text, span[data-name="your-consent"] label span.text {
  padding-left: 10px;
  text-align: left;
  font-size: 14px;
}
.styled_checkbox label input:checked + span .check:after, span[data-name="your-consent"] label input:checked + span .check:after {
  content: "";
  width: 5px;
  height: 8px;
  position: absolute;
  left: 6px;
  top: 3px;
  border-right: 2px solid #e7e7e7;
  border-bottom: 2px solid #e7e7e7;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.styled_checkbox label a, span[data-name="your-consent"] label a {
  border-bottom: 1px solid;
}
.styled_checkbox label a:hover, span[data-name="your-consent"] label a:hover {
  color: #39374d;
}
span[data-name="your-consent"] .wpcf7-not-valid {
  color: #fb690c;
}
span[data-name="your-consent"] .wpcf7-not-valid input + span:before {
  border-color: #fb690c !important;
}
.styled_checkbox {
  color: #39374d;
}
.styled_checkbox label input + span {
  font-size: 16px;
}
.styled_checkbox label input + span .check {
  background: #fff;
}
.styled_checkbox label input:checked + span .check:after {
  border-color: #39374d;
}
.hidden {
  display: none;
}
.pager {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin-bottom: 30px;
}
.pager .current, .pager a {
  margin: 0 20px;
  display: inline-block;
  text-align: center;
  height: 40px;
  width: 40px;
  text-align: center;
  color: #39374d;
  text-decoration: none;
  display: block;
  text-align: center;
}
.pager a:hover {
  color: #fb690c;
}
.pager .current {
  line-height: 38px;
  border-radius: 100%;
  border: 1px solid #fb690c;
}
.pager .prev, .pager .next {
  position: relative;
  width: 40px;
  height: 40px;
  background: #fff;
  text-decoration: none;
  border-radius: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  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;
}
.pager .prev i.angle, .pager .next i.angle {
  border-color: #fb690c;
  position: relative;
}
.pager .prev:hover, .pager .next:hover {
  box-shadow: none;
  background: #7C7C7B;
}
.pager .prev:hover i.angle, .pager .next:hover i.angle {
  border-color: #fff;
}
.pager .prev i {
  left: 2px;
}
.pager .next i {
  right: 2px;
}
.crumbs {
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 35px;
  font-size: 14px;
  line-height: 1.4em;
  text-align: left;
  color: #39374d;
}
.crumbs a {
  text-decoration: none;
  color: #39374d;
}
.crumbs a:hover {
  color: #fb690c;
}
.crumbs i, .crumbs .arrow {
  padding: 0 10px;
}
.df {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.article .btn_wr {
  clear: both;
  margin-bottom: 20px;
}
.article + .article {
  margin-top: 30px;
}
.btn_wr.df {
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.btn_wr.df br {
  display: none;
}
.btn_wr .btn {
  cursor: pointer;
  line-height: 46px;
  height: 46px;
  background: #ffc248;
  color: #39374d;
  padding: 0 20px;
  text-decoration: none;
  font-size: 18px;
  border-radius: 10px;
  font-weight: 300;
}
.btn_wr .btn:not(.df) {
  display: inline-block;
}
.btn_wr .btn.btn_large {
  line-height: 60px;
  height: 60px;
  border-radius: 12px;
  padding: 0 28px;
  font-size: 20px;
}
.btn_wr .btn.btn_empty {
  background: #fff;
  border: 1px solid #39374d;
  color: #39374d;
  line-height: 44px;
}
.btn_wr .btn.df {
  align-items: center;
  gap: 6px;
  display: inline-flex;
}
.btn_wr .btn:hover {
  background: #39374d;
  color: #fff;
}
.page_wr {
  padding-top: 25px;
  padding-bottom: 0;
}
.home .page_wr {
  padding-top: 0;
}
i.angle {
  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.angle.angle_right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
i.angle.angle_left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
i.angle.angle_up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
i.angle.angle_down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.slider_arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgba(255, 194, 72, 0.3);
  cursor: pointer;
  top: calc(50% - 20px);
  left: -60px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  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;
}
.slider_arrow.slider_arrow_right {
  left: auto;
  right: -60px;
}
.slider_arrow:hover {
  background: #ffc248;
  opacity: 1;
}
.slider_arrow:hover .angle {
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
.slider_arrow .angle {
  border: solid #ffc248;
  border-width: 0 2px 2px 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;
}
.slider_arrow .angle.arrow_right {
  left: calc(50% - 5px);
}
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-dots li {
  display: block;
  padding: 0;
  margin: 0;
  height: 12px;
  margin-left: 10px;
  margin-right: 10px;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: rgba(255, 194, 72, 0.2);
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background: #ffc248;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  background: #FCFBEE;
}
.header .header_top {
  border-bottom: 1px solid #ffc248;
}
.header .header_top .wr > .df {
  height: 42px;
  justify-content: space-between;
  align-items: center;
}
.header .header_top .wr > .df .left {
  gap: 20px;
}
.header .header_top .wr > .df .left .soc {
  gap: 12px;
}
.header .header_top .wr > .df .item {
  font-size: 14px;
  font-weight: bold;
  gap: 4px;
  align-items: center;
}
.header .header_top .wr > .df .item.locator span {
  border-bottom: 1px dotted;
}
.header .header_top .wr > .df .right {
  gap: 20px;
}
.header .header_bottom .wr > .df {
  height: 80px;
  justify-content: space-between;
  align-items: center;
}
.header .header_bottom .wr > .df .right {
  align-items: center;
  gap: 40px;
}
.header .header_bottom .menu {
  gap: 25px;
  align-items: center;
}
.header .header_bottom .menu:hover > li > a {
  color: rgba(57, 55, 77, 0.45);
}
.header .header_bottom .menu > li {
  position: relative;
  display: block;
}
.header .header_bottom .menu > li > a {
  line-height: 60px;
  height: 60px;
  font-weight: 700;
  font-size: 16px;
  color: #39374d;
  display: flex;
  align-items: center;
  gap: 6px;
  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 > a:hover {
  color: #39374d;
}
.header .header_bottom .menu > li.current-menu-item > a, .header .header_bottom .menu > li.current-menu-ancestor > a, .header .header_bottom .menu > li:hover > a {
  color: #39374d;
}
.header .header_bottom .menu > li.menu-item-has-children {
  /* Level 2 Submenu */
}
.header .header_bottom .menu > li.menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-left: 2px;
  margin-top: -3px;
  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.menu-item-has-children:hover > a:after {
  transform: rotate(-135deg);
  margin-top: 3px;
}
.header .header_bottom .menu > li.menu-item-has-children > ul.sub-menu, .header .header_bottom .menu > li.menu-item-has-children > ul {
  display: none;
  position: absolute;
  left: -15px;
  top: 100%;
  min-width: 240px;
  background: #FCFBEE;
  border-radius: 24px;
  padding: 16px 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  z-index: 100;
}
.header .header_bottom .menu > li.menu-item-has-children > ul.sub-menu:before, .header .header_bottom .menu > li.menu-item-has-children > ul:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 15px;
}
.header .header_bottom .menu > li.menu-item-has-children > ul.sub-menu > li, .header .header_bottom .menu > li.menu-item-has-children > ul > li {
  position: relative;
  display: block;
  margin-bottom: 4px;
  /* Level 3 Submenu */
}
.header .header_bottom .menu > li.menu-item-has-children > ul.sub-menu > li:last-child, .header .header_bottom .menu > li.menu-item-has-children > ul > li:last-child {
  margin-bottom: 0;
}
.header .header_bottom .menu > li.menu-item-has-children > ul.sub-menu > li > a, .header .header_bottom .menu > li.menu-item-has-children > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 700;
  color: #39374d;
  border-radius: 10px;
  border-left: 3px solid transparent;
  line-height: 1.3em;
  height: auto;
  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.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > a:after, .header .header_bottom .menu > li.menu-item-has-children > ul > li.menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  margin-left: 10px;
  margin-top: 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;
}
.header .header_bottom .menu > li.menu-item-has-children > ul.sub-menu > li:hover > a, .header .header_bottom .menu > li.menu-item-has-children > ul.sub-menu > li.current-menu-item > a, .header .header_bottom .menu > li.menu-item-has-children > ul > li:hover > a, .header .header_bottom .menu > li.menu-item-has-children > ul > li.current-menu-item > a {
  background: #f2eee1;
  border-left-color: #f6b534;
  color: #f6b534;
}
.header .header_bottom .menu > li.menu-item-has-children > ul.sub-menu > li:hover > a:after, .header .header_bottom .menu > li.menu-item-has-children > ul.sub-menu > li.current-menu-item > a:after, .header .header_bottom .menu > li.menu-item-has-children > ul > li:hover > a:after, .header .header_bottom .menu > li.menu-item-has-children > ul > li.current-menu-item > a:after {
  border-color: #f6b534;
}
.header .header_bottom .menu > li.menu-item-has-children > ul.sub-menu > li > ul.sub-menu, .header .header_bottom .menu > li.menu-item-has-children > ul.sub-menu > li > ul, .header .header_bottom .menu > li.menu-item-has-children > ul > li > ul.sub-menu, .header .header_bottom .menu > li.menu-item-has-children > ul > li > ul {
  display: none;
  position: absolute;
  left: 100%;
  top: -16px;
  min-width: 280px;
  background: #FCFBEE;
  border-radius: 24px;
  padding: 24px 28px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  z-index: 101;
}
.header .header_bottom .menu > li.menu-item-has-children > ul.sub-menu > li > ul.sub-menu:before, .header .header_bottom .menu > li.menu-item-has-children > ul.sub-menu > li > ul:before, .header .header_bottom .menu > li.menu-item-has-children > ul > li > ul.sub-menu:before, .header .header_bottom .menu > li.menu-item-has-children > ul > li > ul:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 20px;
  height: 100%;
}
.header .header_bottom .menu > li.menu-item-has-children > ul.sub-menu > li > ul.sub-menu > li, .header .header_bottom .menu > li.menu-item-has-children > ul.sub-menu > li > ul > li, .header .header_bottom .menu > li.menu-item-has-children > ul > li > ul.sub-menu > li, .header .header_bottom .menu > li.menu-item-has-children > ul > li > ul > li {
  display: block;
  margin-bottom: 16px;
}
.header .header_bottom .menu > li.menu-item-has-children > ul.sub-menu > li > ul.sub-menu > li:last-child, .header .header_bottom .menu > li.menu-item-has-children > ul.sub-menu > li > ul > li:last-child, .header .header_bottom .menu > li.menu-item-has-children > ul > li > ul.sub-menu > li:last-child, .header .header_bottom .menu > li.menu-item-has-children > ul > li > ul > li:last-child {
  margin-bottom: 0;
}
.header .header_bottom .menu > li.menu-item-has-children > ul.sub-menu > li > ul.sub-menu > li > a, .header .header_bottom .menu > li.menu-item-has-children > ul.sub-menu > li > ul > li > a, .header .header_bottom .menu > li.menu-item-has-children > ul > li > ul.sub-menu > li > a, .header .header_bottom .menu > li.menu-item-has-children > ul > li > ul > li > a {
  font-size: 16px;
  font-weight: 700;
  color: #39374d;
  line-height: 1.3em;
  display: block;
  padding: 0;
  background: transparent;
  border: none;
  height: auto;
  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.menu-item-has-children > ul.sub-menu > li > ul.sub-menu > li > a:hover, .header .header_bottom .menu > li.menu-item-has-children > ul.sub-menu > li > ul > li > a:hover, .header .header_bottom .menu > li.menu-item-has-children > ul > li > ul.sub-menu > li > a:hover, .header .header_bottom .menu > li.menu-item-has-children > ul > li > ul > li > a:hover {
  color: #f6b534;
}
.header .header_bottom .menu > li.menu-item-has-children > ul.sub-menu > li:hover > ul, .header .header_bottom .menu > li.menu-item-has-children > ul > li:hover > ul {
  display: block !important;
}
.header .header_bottom .menu > li.menu-item-has-children:hover > ul {
  display: block !important;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
.septiki_hero_screen, .drinage_hero_screen, .water_hero_screen, .main_slider {
  position: relative;
}
.septiki_hero_screen .separator-waves, .drinage_hero_screen .separator-waves, .water_hero_screen .separator-waves, .main_slider .separator-waves {
  position: absolute;
  width: 100%;
  height: 15vh;
  left: 0;
  bottom: 0;
  min-height: 100px;
  max-height: 150px;
}
.septiki_hero_screen .separator-waves-parallax > use, .drinage_hero_screen .separator-waves-parallax > use, .water_hero_screen .separator-waves-parallax > use, .main_slider .separator-waves-parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.septiki_hero_screen .separator-waves-parallax > use:nth-child(1), .drinage_hero_screen .separator-waves-parallax > use:nth-child(1), .water_hero_screen .separator-waves-parallax > use:nth-child(1), .main_slider .separator-waves-parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.septiki_hero_screen .separator-waves-parallax > use:nth-child(2), .drinage_hero_screen .separator-waves-parallax > use:nth-child(2), .water_hero_screen .separator-waves-parallax > use:nth-child(2), .main_slider .separator-waves-parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.septiki_hero_screen .separator-waves-parallax > use:nth-child(3), .drinage_hero_screen .separator-waves-parallax > use:nth-child(3), .water_hero_screen .separator-waves-parallax > use:nth-child(3), .main_slider .separator-waves-parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.septiki_hero_screen .separator-waves-parallax > use:nth-child(4), .drinage_hero_screen .separator-waves-parallax > use:nth-child(4), .water_hero_screen .separator-waves-parallax > use:nth-child(4), .main_slider .separator-waves-parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
.septiki_hero_screen .separator_bottom, .drinage_hero_screen .separator_bottom, .water_hero_screen .separator_bottom, .main_slider .separator_bottom {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 50px;
  fill: #fff;
  background: #FCFBEE;
}
.main_slider {
  background: url("../i/bg-last.jpg") no-repeat 0 0;
  background-size: cover;
  position: relative;
}
.main_slider .cols {
  height: 600px;
}
.main_slider .cols .col {
  height: 100%;
}
.main_slider .cols .col.left {
  width: 375px;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
}
.main_slider .cols .col.left .btn_wr {
  position: absolute;
  z-index: 99;
  width: 100%;
  padding-bottom: 40px;
}
.main_slider .cols .col.left .btn_wr a.btn {
  width: 100%;
  text-align: center;
  justify-content: center;
}
.main_slider .cols .col.right {
  width: calc(100% - 375px);
  align-items: center;
}
.drinage_hero_screen .img_bg {
  position: absolute;
  inset: 0;
}
.drinage_hero_screen .title_1 {
  color: #fff;
  max-width: 768px;
  padding-bottom: 100px;
}
.drinage_hero_screen .wr {
  height: 600px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.drinage_hero_screen .items .item {
  position: absolute;
  left: 0;
  top: 0;
}
.drinage_hero_screen .items .item:hover {
  z-index: 10;
}
.drinage_hero_screen .items .item:hover .box {
  display: block;
}
.drinage_hero_screen .items .item .dot {
  width: 60px;
  height: 60px;
  background: #ffc248;
  border-radius: 100%;
  position: absolute;
  justify-content: center;
  align-items: center;
}
.drinage_hero_screen .items .item .dot:Before, .drinage_hero_screen .items .item .dot:After {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: #000;
  position: absolute;
}
.drinage_hero_screen .items .item .dot:After {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.drinage_hero_screen .items .item .dot span {
  border-radius: 100%;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #000;
}
.drinage_hero_screen .items .item .box {
  background: #fff;
  position: absolute;
  bottom: 5px;
  left: calc(50% - 105px);
  display: none;
  width: 270px;
  border-radius: 30px;
  padding: 30px;
}
.drinage_hero_screen .items .item:first-child {
  left: 30%;
  top: 50%;
}
.drinage_hero_screen .items .item:nth-child(2) {
  left: 49%;
  top: 65%;
}
.drinage_hero_screen .items .item:nth-child(3) {
  left: 65%;
  top: 63%;
}
.drinage_hero_screen .items .item:nth-child(4) {
  left: 72%;
  top: 56%;
}
.cols {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.cols .col {
  width: calc(50% - 15px);
}
.footer {
  margin-top: 90px;
  background: #FCFBEE;
  padding: 50px 0 30px;
}
.footer .footer_top {
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
.footer .footer_left .logo {
  display: block;
}
.footer .footer_left .logo img {
  width: 250px;
  height: auto;
  display: block;
}
.footer .footer_left .btn_wr {
  margin-top: 40px;
}
.footer .footer_left .btn_wr .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 48px;
  background: linear-gradient(180deg, #ffc846 0%, #ffb334 100%);
  border-radius: 8px;
  color: #39374d;
  font-weight: 500;
  font-size: 15px;
  box-shadow: 0 10px 25px rgba(255, 178, 52, 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;
}
.footer .footer_left .btn_wr .btn:hover {
  opacity: 0.9;
  box-shadow: 0 12px 28px rgba(255, 178, 52, 0.6);
}
.footer .footer_contacts {
  min-width: 260px;
}
.footer .footer_contacts .contact_item {
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.footer .footer_contacts .contact_item:first-child {
  padding-top: 0;
}
.footer .footer_contacts .contact_item:last-child {
  border-bottom: none;
}
.footer .footer_contacts .contact_item a {
  color: #eba729;
  font-weight: 700;
  font-size: 15px;
  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;
}
.footer .footer_contacts .contact_item a:hover {
  color: #fb690c;
}
.footer .footer_contacts .contact_item.hours {
  font-weight: 700;
  font-size: 15px;
  color: #39374d;
}
.footer .footer_right {
  min-width: 200px;
}
.footer .footer_right .menu li {
  display: block;
  padding-bottom: 10px;
}
.footer .footer_right .menu li a {
  font-size: 15px;
  font-weight: 700;
  color: #eba729;
  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;
}
.footer .footer_right .menu li a:hover {
  color: #fb690c;
}
.footer .footer_bottom {
  margin-top: 50px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 194, 72, 0.2);
  justify-content: space-between;
  align-items: center;
}
.footer .footer_bottom .copyright {
  font-weight: 700;
  font-size: 13px;
  color: #39374d;
  letter-spacing: 0.02em;
}
.footer .footer_bottom .privacy a {
  font-weight: 700;
  font-size: 13px;
  color: #39374d;
  letter-spacing: 0.02em;
  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;
}
.footer .footer_bottom .privacy a:hover {
  color: #eba729;
}
.post_item .img_bg {
  border-radius: 8px;
  height: 300px;
  overflow: hidden;
  background: #FCFBEE;
  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;
}
.post_item .title_4 {
  padding-top: 24px;
  padding-bottom: 0;
}
.post_item .title_4 a {
  color: #ffc248;
}
.post_item .title_4 a:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
}
.post_item .title_4 a:hover {
  color: #fb690c;
}
.post_item:hover .img_bg {
  opacity: 0.7;
}
.articles_listing {
  flex-wrap: wrap;
}
.articles_listing .post_item {
  position: relative;
  width: calc(33.33% - 32px);
  margin-right: 36px;
  margin-bottom: 36px;
}
.articles_listing .post_item:nth-child(3n) {
  margin-right: 0;
}
#map {
  height: 560px;
  width: 100%;
}
.screen_services_list {
  margin-top: 50px;
}
.screen_services_list .title_2 {
  margin-top: 20px;
}
.screen_services_list .items {
  margin-top: 40px;
  gap: 30px;
}
.screen_services_list .items .item {
  width: calc(33.333% - 20px);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.screen_services_list .items .item img {
  inset: 0;
}
.screen_services_list .items .item .box {
  position: relative;
  padding: 40px;
}
.screen_services_list .items .item .box .title_3 {
  color: #ffc248;
}
.screen_services_list .items .item .box .article {
  margin-top: 20px;
  color: #fff;
}
.screen_services_list .items .item a:before {
  content: "";
  display: block;
  inset: 0;
}
.block-reviews {
  padding: 50px 0;
  position: relative;
}
.block-reviews .reviews-carousel {
  margin-top: 40px;
  position: relative;
}
.block-reviews .reviews-carousel .slick-list {
  margin: 0 -15px;
  padding: 20px 0;
}
.block-reviews .reviews-carousel .review-item {
  padding: 0 15px;
  height: auto;
}
.block-reviews .reviews-carousel .review-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
  flex-direction: column;
  height: 100%;
  min-height: 320px;
  box-sizing: border-box;
}
.block-reviews .reviews-carousel .review-card .review-header {
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.block-reviews .reviews-carousel .review-card .review-header .review-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.block-reviews .reviews-carousel .review-card .review-header .review-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-reviews .reviews-carousel .review-card .review-header .review-author-info .review-author-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3em;
  color: #39374d;
}
.block-reviews .reviews-carousel .review-card .review-header .review-author-info .review-author-sub {
  font-size: 14px;
  color: #7C7C7B;
  margin-top: 4px;
}
.block-reviews .reviews-carousel .review-card .review-content {
  font-size: 15px;
  line-height: 1.6em;
  color: #39374d;
  margin-bottom: 20px;
  flex-grow: 1;
}
.block-reviews .reviews-carousel .review-card .review-content p {
  padding-bottom: 0;
}
.block-reviews .reviews-carousel .review-card .review-link-wrapper {
  margin-bottom: 20px;
}
.block-reviews .reviews-carousel .review-card .review-link-wrapper .review-link {
  color: #ffc248;
  font-weight: 500;
  font-size: 14px;
}
.block-reviews .reviews-carousel .review-card .review-link-wrapper .review-link:hover {
  color: #fb690c;
}
.block-reviews .reviews-carousel .review-card .review-rating {
  align-items: center;
  gap: 10px;
  margin-top: auto;
}
.block-reviews .reviews-carousel .review-card .review-rating .rating-number {
  font-weight: 700;
  font-size: 16px;
  color: #fb690c;
}
.block-reviews .reviews-carousel .review-card .review-rating .rating-stars {
  gap: 4px;
}
.block-reviews .reviews-carousel .review-card .review-rating .rating-stars .rating-star {
  color: #e0e0e0;
  font-size: 16px;
}
.block-reviews .reviews-carousel .review-card .review-rating .rating-stars .rating-star.active {
  color: #fb690c;
}
.block-gallery {
  padding: 50px 0;
}
.block-gallery .gallery-grid {
  flex-wrap: wrap;
  gap: 30px;
}
.block-gallery .gallery-grid .gallery-item {
  width: calc(33.333% - 20px);
  position: relative;
}
.block-gallery .gallery-grid .gallery-item .gallery-link {
  display: block;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 280px;
}
.block-gallery .gallery-grid .gallery-item .gallery-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 24px;
  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;
}
.block-gallery .gallery-grid .gallery-item .gallery-link .gallery-hover-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  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;
}
.block-gallery .gallery-grid .gallery-item .gallery-link .gallery-hover-overlay svg {
  color: #ffffff;
  transform: scale(0.8);
  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;
}
.block-gallery .gallery-grid .gallery-item .gallery-link:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.block-gallery .gallery-grid .gallery-item .gallery-link:hover img {
  transform: scale(1.05);
}
.block-gallery .gallery-grid .gallery-item .gallery-link:hover .gallery-hover-overlay {
  opacity: 1;
}
.block-gallery .gallery-grid .gallery-item .gallery-link:hover .gallery-hover-overlay svg {
  transform: scale(1);
}
.block-reviews + .block-works {
  padding-top: 0;
}
.block-works {
  padding: 50px 0;
  position: relative;
}
.block-works .works-carousel {
  margin-top: 40px;
}
.block-works .works-carousel .slick-list {
  margin: 0 -15px;
  padding: 10px 0;
}
.block-works .works-carousel .work-item {
  padding: 0 15px;
  box-sizing: border-box;
}
.block-works .works-carousel .work-item .work-card-link {
  display: block;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.block-works .works-carousel .work-item .work-card-link .work-card {
  height: 280px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}
.block-works .works-carousel .work-item .work-card-link .work-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 24px;
  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;
}
.block-works .works-carousel .work-item .work-card-link .work-card .work-hover-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  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;
}
.block-works .works-carousel .work-item .work-card-link .work-card .work-hover-overlay svg {
  color: #ffffff;
  transform: scale(0.8);
  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;
}
.block-works .works-carousel .work-item .work-card-link:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.block-works .works-carousel .work-item .work-card-link:hover .work-card img {
  transform: scale(1.05);
}
.block-works .works-carousel .work-item .work-card-link:hover .work-card .work-hover-overlay {
  opacity: 1;
}
.block-works .works-carousel .work-item .work-card-link:hover .work-card .work-hover-overlay svg {
  transform: scale(1);
}
.block-works .works-carousel .slick-dots {
  margin-top: 30px;
}
.block-works .works-more-btn-wrapper {
  margin-top: 30px;
}
.block-works .works-more-btn-wrapper .works-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 28px;
  border: 1px solid #7c7c7b;
  border-radius: 4px;
  background: #ffffff;
  color: #39374d;
  font-size: 16px;
  font-weight: 400;
  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;
}
.block-works .works-more-btn-wrapper .works-more-btn svg {
  color: #39374d;
  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;
}
.block-works .works-more-btn-wrapper .works-more-btn:hover {
  border-color: #ffc248;
  color: #ffc248;
}
.block-works .works-more-btn-wrapper .works-more-btn:hover svg {
  color: #ffc248;
}
.block-advantages {
  background: #f7f4fb;
  padding: 60px 0;
  position: relative;
}
.block-advantages .title_1 {
  position: relative;
  z-index: 10;
}
.block-advantages .title_6 {
  color: #ffc248;
  position: relative;
  z-index: 10;
  font-weight: bold;
}
.block-advantages .advantages-grid {
  position: relative;
  z-index: 10;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}
.block-advantages .advantages-grid .advantage-item {
  width: calc(33.333% - 20px);
  box-sizing: border-box;
}
.block-advantages .advantages-grid .advantage-item .advantage-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid #f2f2f2;
  flex-direction: column;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  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;
}
.block-advantages .advantages-grid .advantage-item .advantage-card:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #ffc248;
  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;
}
.block-advantages .advantages-grid .advantage-item .advantage-card .advantage-icon {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.block-advantages .advantages-grid .advantage-item .advantage-card .advantage-icon img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}
.block-advantages .advantages-grid .advantage-item .advantage-card .advantage-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3em;
  color: #39374d;
  margin-bottom: 12px;
}
.block-advantages .advantages-grid .advantage-item .advantage-card .advantage-description {
  font-size: 15px;
  line-height: 1.5em;
  color: #7C7C7B;
}
.block-advantages .advantages-grid .advantage-item .advantage-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.block-advantages .advantages-grid .advantage-item .advantage-card:hover:before {
  opacity: 1;
}
.block-advantages .btn_wr {
  position: relative;
  z-index: 10;
  margin-top: 30px;
}
.block-advantages.block-advantages_works {
  margin-top: 50px;
  background: #fff;
  position: relative;
}
.block-advantages.block-advantages_works:After {
  position: absolute;
  content: "";
  display: block;
  inset: 0;
  top: 350px;
  background: #f7f4fb;
}
.bg {
  margin-top: 50px;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.block-company {
  position: relative;
}
.block-company .btn_wr {
  margin-top: 30px;
}
.block-company .company-content {
  flex-direction: column;
  gap: 35px;
}
.block-company .company-content .company-description {
  font-size: 16px;
  line-height: 1.6em;
}
.block-company .company-content .company-items-grid {
  padding-left: 80px;
  padding-top: 60px;
  position: relative;
  flex-wrap: wrap;
  gap: 30px;
}
.block-company .company-content .company-items-grid::before, .block-company .company-content .company-items-grid::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  background-image: radial-gradient(#ffc248 1.5px, transparent 1.5px);
  background-size: 20px 20px;
  z-index: 0;
  pointer-events: none;
}
.block-company .company-content .company-items-grid::before {
  top: 0;
  left: 0;
}
.block-company .company-content .company-items-grid::after {
  bottom: 140px;
  right: -60px;
}
.block-company .company-content .company-items-grid .company-item {
  position: relative;
  z-index: 10;
  width: calc(50% - 20px);
}
.block-company .company-content .company-items-grid .company-item:nth-child(2) {
  position: relative;
  top: 100px;
}
.block-company .company-content .company-items-grid .company-item .company-card {
  background: rgba(252, 250, 235, 0.82);
  border-radius: 16px;
  padding: 40px;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  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;
}
.block-company .company-content .company-items-grid .company-item .company-card .company-item-image {
  max-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.block-company .company-content .company-items-grid .company-item .company-card .company-item-image img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}
.block-company .company-content .company-items-grid .company-item .company-card .company-item-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
  color: #39374d;
}
.block-company .company-content .company-items-grid .company-item .company-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.block-partners {
  padding: 50px 0;
  position: relative;
}
.block-partners .partners-carousel {
  margin-top: 40px;
}
.block-partners .partners-carousel .slick-list {
  margin: 0 -12px;
  padding: 10px 0;
}
.block-partners .partners-carousel .partner-item {
  padding: 0 12px;
  box-sizing: border-box;
}
.block-partners .partners-carousel .partner-item .partner-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  height: 90px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  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;
}
.block-partners .partners-carousel .partner-item .partner-card img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  filter: grayscale(100%);
  opacity: 0.7;
  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;
}
.block-partners .partners-carousel .partner-item .partner-card:hover img {
  filter: grayscale(0%);
  opacity: 1;
}
.block_about_top .btn_wr, .block_about_bottom .btn_wr {
  margin-top: 30px;
}
.block-bottom {
  background: #fff;
  padding: 50px 0;
}
.block-bottom .cols {
  margin-top: 50px;
  gap: 30px;
}
.block-bottom .cols .col {
  width: calc(25% - 23px);
  gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.block-bottom .article {
  margin-top: 50px;
}
.scroll_top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 48px;
  width: 48px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(255, 194, 72, 0.2), 0 10px 25px rgba(255, 178, 52, 0.35);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  background: #ffffff;
  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;
}
.scroll_top.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll_top:hover {
  transform: translateY(-3px);
  box-shadow: inset 0 0 0 2px rgba(255, 194, 72, 0.3), 0 14px 30px rgba(255, 178, 52, 0.5);
}
.scroll_top .arrow {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7C7C7B;
  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;
}
.scroll_top .arrow svg {
  display: block;
}
.scroll_top:hover .arrow {
  color: #39374d;
}
.scroll_top svg.progress_circle {
  width: 100%;
  height: 100%;
}
.scroll_top svg.progress_circle path {
  fill: none;
  stroke: #ffc248;
  stroke-width: 4;
  box-sizing: border-box;
  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;
}
.page_contacts {
  padding-bottom: 50px;
}
.page_contacts .cols .col {
  width: calc(33.333% - 20px);
}
.page_contacts .cols .col .item + .item {
  margin-top: 20px;
}
.page_contacts .cols .col .item .soc {
  gap: 10px;
}
.page_contacts .cols .col .item .phones .phone + .phone {
  margin-top: 10px;
}
.note {
  font-size: 12px;
}
.card-meta {
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #7C7C7B;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.card-meta .meta-item {
  align-items: center;
  gap: 6px;
}
.card-meta .meta-item svg {
  width: 16px;
  height: 16px;
  color: #ffc248;
  flex-shrink: 0;
}
.card-meta .meta-item span, .card-meta .meta-item a {
  color: #7C7C7B;
}
.card-meta .meta-item a:hover {
  color: #fb690c;
}
.card-meta .meta-divider {
  color: #e7e7e7;
}
.card-img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 24px;
  background-color: #eee;
}
.card-img a {
  display: block;
}
.card-img img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
  border-radius: 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;
}
.card-img:hover img {
  transform: scale(1.02);
}
.articles-page-layout {
  gap: 40px;
  margin-top: 30px;
  padding-bottom: 60px;
  align-items: flex-start;
}
.articles-page-layout .articles-main {
  flex: 1;
  min-width: 0;
}
.articles-page-layout .articles-main .article-card-item {
  margin-bottom: 50px;
}
.articles-page-layout .articles-main .article-card-item:last-child {
  margin-bottom: 30px;
}
.articles-page-layout .articles-main .article-card-item .card-title {
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 1.3em;
  font-weight: 500;
}
.articles-page-layout .articles-main .article-card-item .card-title a {
  color: #39374d;
}
.articles-page-layout .articles-main .article-card-item .card-title a:hover {
  color: #fb690c;
}
.articles-page-layout .articles-main .article-card-item .card-excerpt {
  margin-bottom: 24px;
  color: #39374d;
}
.articles-page-layout .articles-main .article-card-item .card-excerpt p {
  font-size: 16px;
  line-height: 1.6em;
}
.articles-page-layout .articles-main .article-card-item .card-btn {
  margin-top: 20px;
}
.articles-page-layout .articles-main .article-card-item .card-btn .btn {
  gap: 8px;
}
.articles-page-layout .articles-sidebar {
  width: 360px;
  flex-shrink: 0;
}
.articles-page-layout .articles-sidebar .articles-sidebar-card {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 35px 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}
.articles-page-layout .articles-sidebar .articles-sidebar-card .sidebar-title {
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 700;
  color: #39374d;
  margin-bottom: 20px;
}
.articles-page-layout .articles-sidebar .articles-sidebar-card .category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.articles-page-layout .articles-sidebar .articles-sidebar-card .category-list li {
  margin-bottom: 14px;
}
.articles-page-layout .articles-sidebar .articles-sidebar-card .category-list li:last-child {
  margin-bottom: 0;
}
.articles-page-layout .articles-sidebar .articles-sidebar-card .category-list li a {
  font-size: 16px;
  font-weight: 500;
  color: #39374d;
  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;
}
.articles-page-layout .articles-sidebar .articles-sidebar-card .category-list li a:hover {
  color: #fb690c;
}
.articles-page-layout .articles-sidebar .articles-sidebar-card .category-list li.active a {
  color: #fb690c;
  font-weight: 700;
}
.articles-page-layout .articles-sidebar .articles-sidebar-card .sidebar-divider {
  height: 1px;
  background-color: #e7e7e7;
  margin: 30px 0;
}
.articles-page-layout .articles-sidebar .articles-sidebar-card .recent-posts-list .recent-post-item {
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.articles-page-layout .articles-sidebar .articles-sidebar-card .recent-posts-list .recent-post-item:last-child {
  margin-bottom: 0;
}
.articles-page-layout .articles-sidebar .articles-sidebar-card .recent-posts-list .recent-post-item .recent-post-thumb {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background-color: #eee;
  display: block;
}
.articles-page-layout .articles-sidebar .articles-sidebar-card .recent-posts-list .recent-post-item .recent-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.articles-page-layout .articles-sidebar .articles-sidebar-card .recent-posts-list .recent-post-item .recent-post-thumb .no-thumb-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #e7e7e7;
}
.articles-page-layout .articles-sidebar .articles-sidebar-card .recent-posts-list .recent-post-item .recent-post-title a {
  font-size: 15px;
  line-height: 1.35em;
  font-weight: 500;
  color: #39374d;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  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;
}
.articles-page-layout .articles-sidebar .articles-sidebar-card .recent-posts-list .recent-post-item .recent-post-title a:hover {
  color: #fb690c;
}
.single-post-meta {
  margin-top: 15px;
  margin-bottom: 25px;
}
.comments-area {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #e7e7e7;
}
.comments-area .title_1 {
  font-size: 26px;
  margin-bottom: 25px;
  text-align: left;
}
.comments-area .title_1:after {
  margin: 15px 0 0 0;
}
.comments-area .comment-list {
  margin-bottom: 40px;
}
.comments-area .comment-list .comment {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.comments-area .comment-list .comment .dt_comment_top {
  font-size: 14px;
  color: #7C7C7B;
  margin-bottom: 10px;
}
.comments-area .comment-list .comment .dt_comment_top .date {
  font-weight: 500;
  color: #39374d;
}
.comments-area .comment-list .comment .dt_comment_top .arrow {
  margin: 0 6px;
}
.comments-area .comment-list .comment .article {
  font-size: 15px;
  line-height: 1.6em;
}
.comments-area .comment-form {
  margin-top: 20px;
}
.comments-area .comment-form .df {
  gap: 16px;
  margin-bottom: 16px;
}
.comments-area .comment-form .df .col {
  flex: 1;
}
.comments-area .comment-form .df .col input {
  width: 100%;
}
.comments-area .comment-form textarea {
  margin-bottom: 16px;
  height: 120px;
}
.comments-area .comment-form .form-submit input[type="submit"] {
  height: 48px;
  line-height: 48px;
  background: #ffc248;
  color: #39374d;
  border-radius: 10px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 500;
  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;
}
.comments-area .comment-form .form-submit input[type="submit"]:hover {
  background: #39374d;
  color: #fff;
}
.block-water-types {
  padding: 60px 0;
  position: relative;
}
.block-water-types .water-types-grid {
  position: relative;
  z-index: 10;
  margin-top: 40px;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.block-water-types .water-types-grid .water-type-item {
  width: calc(33.333% - 20px);
  position: relative;
}
.block-water-types .water-types-grid .water-type-item .water-type-card {
  flex-direction: column;
  align-items: center;
  position: relative;
}
.block-water-types .water-types-grid .water-type-item .water-type-circle {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 194, 72, 0.9) 0%, rgba(255, 178, 52, 0.65) 70%, rgba(255, 178, 52, 0.1) 100%);
  box-shadow: 0 10px 30px rgba(255, 178, 52, 0.25);
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}
.block-water-types .water-types-grid .water-type-item .water-type-circle .water-type-img {
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-water-types .water-types-grid .water-type-item .water-type-circle .water-type-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.block-water-types .water-types-grid .water-type-item .water-type-circle .water-type-badge {
  position: absolute;
  bottom: 25px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  border-radius: 20px;
  padding: 6px 20px;
  font-weight: 700;
  font-size: 16px;
  color: #39374d;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.block-water-types .water-types-grid .water-type-item .btn_wr {
  margin-top: 20px;
}
.block-water-types .water-types-grid .water-type-item .water-type-popup {
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 100%;
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}
.block-water-types .water-types-grid .water-type-item .water-type-popup:before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background: #ffffff;
  transform: rotate(45deg);
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.04);
}
.block-water-types .water-types-grid .water-type-item .water-type-popup .water-type-popup-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
  color: #39374d;
}
.block-water-types .water-types-grid .water-type-item .water-type-popup .water-type-popup-desc {
  font-size: 14px;
  line-height: 1.5;
  color: #444;
}
.block-water-types .water-types-grid .water-type-item .water-type-popup .water-type-popup-desc p {
  margin-bottom: 8px;
}
.block-water-types .water-types-grid .water-type-item .water-type-popup .water-type-popup-desc p:last-child {
  margin-bottom: 0;
}
.block-water-types .water-types-grid .water-type-item:hover .water-type-popup {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.water_bottom_screen {
  padding: 30px 0 60px;
  background: #fff;
}
.water_bottom_screen .water_bottom_items {
  flex-direction: column;
  gap: 35px;
}
.water_bottom_screen .water_bottom_items .company-description {
  font-size: 16px;
  line-height: 1.6em;
}
.water_bottom_screen .water_bottom_items .company-items-grid {
  padding-left: 80px;
  padding-top: 60px;
  position: relative;
  flex-wrap: wrap;
  gap: 30px;
}
.water_bottom_screen .water_bottom_items .company-items-grid::before, .water_bottom_screen .water_bottom_items .company-items-grid::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  background-image: radial-gradient(#ffc248 1.5px, transparent 1.5px);
  background-size: 20px 20px;
  z-index: 0;
  pointer-events: none;
}
.water_bottom_screen .water_bottom_items .company-items-grid::before {
  top: 0;
  left: 0;
}
.water_bottom_screen .water_bottom_items .company-items-grid::after {
  bottom: 140px;
  right: -60px;
}
.water_bottom_screen .water_bottom_items .company-items-grid .company-item {
  position: relative;
  z-index: 10;
  width: calc(33% - 20px);
}
.water_bottom_screen .water_bottom_items .company-items-grid .company-item .company-card {
  background: rgba(252, 250, 235, 0.82);
  border-radius: 16px;
  padding: 40px;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  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;
}
.water_bottom_screen .water_bottom_items .company-items-grid .company-item .company-card .company-item-image {
  max-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.water_bottom_screen .water_bottom_items .company-items-grid .company-item .company-card .company-item-image img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}
.water_bottom_screen .water_bottom_items .company-items-grid .company-item .company-card .company-item-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
  color: #39374d;
}
.water_bottom_screen .water_bottom_items .company-items-grid .company-item .company-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.septiki_hero_screen {
  position: relative;
  padding-top: 0;
  padding-bottom: 260px;
}
.septiki_hero_screen .wr > .img_wr {
  position: absolute;
  left: 10%;
  top: 0;
  width: 200px;
}
.septiki_hero_screen .title_2 {
  position: relative;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.septiki_hero_screen .bg_gradient_v2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: linear-gradient(to bottom, #fcfbee 0%, #c48609 100%);
  height: 100%;
}
.septiki_hero_screen .items {
  margin-top: 40px;
  position: relative;
  justify-content: center;
}
.septiki_hero_screen .items .item {
  width: 220px;
  text-align: center;
}
.septiki_hero_screen .items .item .img_wr {
  margin: 0 auto;
}
.septiki_hero_screen .items .item .img_wr img {
  margin: 0 auto;
}
.septiki_hero_screen .items .item .title {
  margin-top: 10px;
}
.water_hero_screen {
  position: relative;
}
.water_hero_screen .bg_gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: linear-gradient(to bottom, #fcfbee 0%, #023363 100%);
  height: 100%;
}
.water_service_screen {
  overflow: hidden;
  background: #fff;
  position: relative;
  padding-top: 800px;
  padding-bottom: 60px;
}
.water_service_screen .img_wr {
  position: absolute;
  right: 200px;
  top: 300px;
}
.water_service_screen .img_bg {
  height: 1000px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.water_service_screen .items {
  position: relative;
  flex-wrap: wrap;
  gap: 30px;
}
.water_service_screen .items .item {
  width: calc(33.333% - 20px);
  background: #FCFBEE;
  padding: 16px;
  border-radius: 16px;
}
.water_article {
  background: #fff;
}
.water_article article {
  padding-bottom: 60px;
}
.services_top_wr {
  padding: 30px 0;
}
.services_top_wr .cols {
  flex-wrap: wrap;
  gap: 30px;
}
.services_top_wr .cols .col {
  width: calc(50% - 15px);
  background: #fff;
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0px 10px 10px 0px 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;
}
.services_top_wr .cols .col:Hover {
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.18);
}
.services_top_wr .cols .col .img_wr {
  width: 100%;
  height: 360px;
  margin: 20px auto 0;
}
.services_top_wr .cols .col .img_wr img {
  margin: 0 auto;
  display: block;
  border-radius: 100%;
}
.services_top_wr .cols .col .article {
  margin-top: 20px;
}
.services_top_wr .cols .col .price {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}
.services_top_wr .cols .col .price span {
  color: #fb690c;
}
.services_top_wr .cols .col .btn_wr {
  margin-top: 20px;
}
.blue_bg {
  padding-top: 60px;
  background: #f7f4fb;
  overflow: hidden;
}
.block-advantages + .blue_bg {
  padding-top: 0;
  padding-bottom: 60px;
}
.services_bottom_wr {
  margin-top: 60px;
}
.services_bottom_wr .items {
  margin-top: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.services_bottom_wr .items .item {
  position: relative;
  width: calc(25% - 23px);
}
.services_bottom_wr .items .item .title_5 {
  border-radius: 10px;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 10;
  display: inline-block;
  background: #ffc248;
  padding: 10px;
}
.services_bottom_wr .items .img_bg {
  border-radius: 30px;
  overflow: hidden;
}
.services_bottom_wr .items .item_wide {
  align-items: flex-start;
  width: 100%;
  gap: 30px;
  justify-content: space-between;
}
.services_bottom_wr .items .item_wide .img_wr {
  border-radius: 30px;
  overflow: hidden;
  width: calc(33.333% - 20px);
}
.services_bottom_wr .items .item_wide .centered {
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0;
}
.services_bottom_wr .items .item_wide .title_4 {
  padding: 10px 20px;
  border-radius: 10px;
  display: inline-block;
  background: #ffc248;
}
.septik_products {
  background: #fff;
}
.septik_products .items {
  flex-wrap: wrap;
  gap: 30px;
}
.septik_products .items .item {
  display: block;
  width: calc(33.333% - 20px);
  display: block;
}
.septik_products .items .item .img_rounded {
  margin: 0 auto;
  width: 280px;
  height: 280px;
  background: #ffc248;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
}
.septik_products .items .item .img_logo {
  width: 168px;
  display: block;
  margin: 20px auto;
}
.product_item {
  position: relative;
}
.product_item .img_wr {
  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;
}
.product_item .img_wr img {
  border-radius: 10px;
}
.product_item .title_4 {
  display: block;
  margin-top: 10px;
}
.product_item .title_4 a:before {
  content: "";
  display: block;
  inset: 0;
  position: absolute;
}
.product_item:hover .img_wr {
  opacity: 0.7;
}
input.validation_error {
  border: 1px solid #c00 !important;
}
input.validation_error[name="processing_accept"] + .df .check {
  border: 1px solid #c00;
}
.product_listing {
  flex-wrap: wrap;
  gap: 30px;
}
.product_listing .product_item {
  width: calc(25% - 23px);
}
.products_wr {
  margin-top: 30px;
}
.products_wr.loading {
  opacity: 0.5;
  pointer-events: none;
}
.products_wr .product_listing {
  margin-top: 30px;
}
.products_wr .product_listing + .article {
  margin-top: 60px;
}
.products_wr + article, .products_wr + .article {
  margin-top: 60px;
}
.category-sort-wr {
  margin-top: 20px;
  margin-bottom: 20px;
  justify-content: flex-end;
  align-items: center;
}
.category-sort-wr .category-sort-select:focus, .category-sort-wr .category-sort-select:hover {
  border-color: #ffc248;
}
.product-page-top {
  gap: 40px;
  margin-top: 30px;
  margin-bottom: 60px;
  align-items: flex-start;
}
.product-page-top .product-left-col {
  width: 45%;
  flex-shrink: 0;
}
.product-page-top .product-left-col .product-main-img {
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.product-page-top .product-left-col .product-main-img a {
  display: block;
}
.product-page-top .product-left-col .product-main-img img {
  width: 100%;
  height: auto;
  max-height: 480px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  padding: 20px;
}
.product-page-top .product-left-col .product-gallery-grid {
  gap: 16px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.product-page-top .product-left-col .product-gallery-grid .gallery-item {
  width: calc(33.333% - 11px);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #ffffff;
}
.product-page-top .product-left-col .product-gallery-grid .gallery-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.product-page-top .product-left-col .product-gallery-grid .gallery-item img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  display: block;
  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;
}
.product-page-top .product-left-col .product-gallery-grid .gallery-item:hover img {
  transform: scale(1.05);
}
.product-page-top .product-right-col {
  flex: 1;
  min-width: 0;
}
.product-page-top .product-right-col .product-title {
  text-align: left;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 1.25em;
}
.product-page-top .product-right-col .product-title:after {
  margin: 15px 0 0 0;
}
.product-page-top .product-right-col .product-action-row {
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.product-page-top .product-right-col .product-action-row .product-price-wr {
  font-size: 22px;
  font-weight: 700;
  color: #39374d;
}
.product-page-top .product-right-col .product-action-row .product-price-wr .price-label {
  font-weight: 500;
  margin-right: 6px;
}
.product-page-top .product-right-col .product-action-row .product-price-wr .price-value {
  color: #ffc248;
  font-size: 28px;
  font-weight: 700;
}
.product-page-top .product-right-col .product-action-row .product-btn-group {
  gap: 16px;
}
.product-page-top .product-right-col .product-action-row .product-btn-group .btn-buy {
  background-color: #ffc248;
  color: #39374d;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 32px;
  box-shadow: 0 8px 20px rgba(255, 194, 72, 0.4);
}
.product-page-top .product-right-col .product-action-row .product-btn-group .btn-buy:hover {
  background-color: #39374d;
  color: #ffffff;
}
.product-page-top .product-right-col .product-action-row .product-btn-group .btn-consult {
  background-color: rgba(255, 194, 72, 0.85);
  color: #39374d;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 32px;
}
.product-page-top .product-right-col .product-action-row .product-btn-group .btn-consult:hover {
  background-color: #39374d;
  color: #ffffff;
}
.product-page-top .product-right-col .product-chars-list {
  margin-bottom: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 10px;
}
.product-page-top .product-right-col .product-chars-list .char-item {
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
}
.product-page-top .product-right-col .product-chars-list .char-item .char-label {
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #7C7C7B;
}
.product-page-top .product-right-col .product-chars-list .char-item .char-label svg {
  color: #ffc248;
  flex-shrink: 0;
}
.product-page-top .product-right-col .product-chars-list .char-item .char-value {
  font-size: 16px;
  font-weight: 700;
  color: #39374d;
  text-align: right;
}
.product-page-top .product-right-col .product-conditions-grid {
  gap: 20px;
  justify-content: space-between;
}
.product-page-top .product-right-col .product-conditions-grid .condition-card {
  flex: 1;
  flex-direction: column;
  align-items: center;
}
.product-page-top .product-right-col .product-conditions-grid .condition-card .condition-icon {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.product-page-top .product-right-col .product-conditions-grid .condition-card .condition-icon img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.product-page-top .product-right-col .product-conditions-grid .condition-card .condition-title {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3em;
  color: #7C7C7B;
  text-transform: uppercase;
  text-align: center;
}
.buy-popup {
  max-width: 480px;
  padding: 30px;
  border-radius: 20px;
  background-color: #ffffff;
}
.buy-popup .popup-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #39374d;
}
.buy-popup .popup-subtitle {
  font-size: 15px;
  color: #7C7C7B;
  margin-bottom: 24px;
  line-height: 1.4em;
}
.buy-popup .form-item {
  margin-bottom: 16px;
}
.buy-popup .form-item input[type="text"], .buy-popup .form-item input[type="tel"] {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fcfbee;
  font-size: 16px;
  box-sizing: border-box;
}
.buy-popup .form-item input[type="text"]:focus, .buy-popup .form-item input[type="tel"]:focus {
  border-color: #ffc248;
  outline: none;
}
.buy-popup .form-item input[type="submit"] {
  width: 100%;
  height: 50px;
  background-color: #ffc248;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  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;
}
.buy-popup .form-item input[type="submit"]:hover {
  background-color: #39374d;
}
.product-tabs-wr {
  margin-top: 50px;
  margin-bottom: 60px;
}
.product-tabs-wr .product-tabs-nav {
  gap: 12px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.product-tabs-wr .product-tabs-nav .product-tab-btn {
  padding: 10px 24px;
  border-radius: 8px;
  border: 2px solid #ffc248;
  background: #ffffff;
  color: #ffc248;
  font-size: 15px;
  font-weight: 700;
  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;
}
.product-tabs-wr .product-tabs-nav .product-tab-btn:hover {
  background-color: #ffc248;
  color: #ffffff;
}
.product-tabs-wr .product-tabs-nav .product-tab-btn.active {
  background-color: #ffc248;
  color: #ffffff;
}
.product-tabs-wr .product-tab-content {
  display: none;
}
.product-tabs-wr .product-tab-content.active {
  display: block;
}
.product-tabs-wr .product-tab-content .tab-excerpt {
  font-size: 16px;
  line-height: 1.6em;
  color: #39374d;
}
.product-tabs-wr .product-tab-content .chars-table {
  width: 100%;
  border-collapse: collapse;
}
.product-tabs-wr .product-tab-content .chars-table .table-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.product-tabs-wr .product-tab-content .chars-table .table-row .table-name {
  font-size: 15px;
  font-weight: 500;
  color: #7C7C7B;
}
.product-tabs-wr .product-tab-content .chars-table .table-row .table-val {
  font-size: 15px;
  font-weight: 700;
  color: #39374d;
  text-align: right;
}
.product-tabs-wr .product-tab-content .pdf-docs-list {
  flex-direction: column;
  gap: 16px;
}
.product-tabs-wr .product-tab-content .pdf-docs-list .pdf-doc-item {
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #ffffff;
  color: #39374d;
  font-size: 16px;
  font-weight: 500;
  width: fit-content;
  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;
}
.product-tabs-wr .product-tab-content .pdf-docs-list .pdf-doc-item svg {
  color: #fb690c;
  flex-shrink: 0;
}
.product-tabs-wr .product-tab-content .pdf-docs-list .pdf-doc-item:hover {
  border-color: #ffc248;
  color: #fb690c;
}
.related-products-wr {
  margin-top: 60px;
  margin-bottom: 60px;
}
.related-products-wr .title_2 {
  font-size: 32px;
  margin-bottom: 40px;
}
.locator-popup {
  background: #fff;
  width: 100%;
  max-width: 680px;
  padding: 35px 40px;
  text-align: left;
  border-radius: 8px;
}
.locator-popup .locator-grid {
  column-count: 2;
  column-gap: 50px;
}
.locator-popup .locator-group {
  break-inside: avoid;
  align-items: flex-start;
  margin-bottom: 18px;
}
.locator-popup .locator-letter {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  width: 32px;
  flex-shrink: 0;
  color: #39374d;
}
.locator-popup .locator-list {
  flex-direction: column;
  gap: 6px;
}
.locator-popup .locator-item {
  font-size: 15px;
  line-height: 1.3;
  color: #39374d;
  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;
}
.locator-popup .locator-item:hover, .locator-popup .locator-item.active {
  color: #fb690c;
  font-weight: 500;
}
#mmenu {
  display: none;
  cursor: pointer;
}
#mmenu span {
  display: block;
  background: #000;
  margin-top: 6px;
  height: 2.5px;
  width: 28px;
  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;
}
#mmenu span:nth-child(1) {
  margin-top: 0;
}
#mmenu.open span:last-child {
  opacity: 0;
}
#mmenu.open span:nth-child(1) {
  margin-top: 8px;
  position: relative;
  top: 3px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mmenu.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);
}
.mobile_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #FCFBEE;
  z-index: 999;
  overflow-y: auto;
  box-sizing: border-box;
}
.mobile_menu .mobile_menu_inner {
  padding: 20px 24px 30px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-sizing: border-box;
}
.mobile_menu .mobile_menu_header {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.mobile_menu .mobile_menu_header .logo img {
  max-height: 48px;
  width: auto;
}
.mobile_menu .mobile_menu_close {
  cursor: pointer;
  padding: 6px;
  color: #39374d;
  display: flex;
  align-items: center;
  justify-content: center;
  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;
}
.mobile_menu .mobile_menu_close:hover {
  color: #fb690c;
}
.mobile_menu .mobile_menu_body {
  flex: 1;
  padding: 20px 0;
}
.mobile_menu .mobile_menu_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile_menu .mobile_menu_list li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.mobile_menu .mobile_menu_list li a {
  display: block;
  padding: 14px 0;
  font-size: 18px;
  font-weight: 500;
  color: #39374d;
  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;
}
.mobile_menu .mobile_menu_list li a:hover {
  color: #fb690c;
}
.mobile_menu .mobile_menu_list li .menu_arrow {
  position: absolute;
  right: 0;
  top: 14px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2339374d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat center center;
  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;
}
.mobile_menu .mobile_menu_list li .menu_arrow.active {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile_menu .mobile_menu_list li .sub-menu {
  display: none;
  list-style: none;
  padding-left: 15px;
  padding-bottom: 10px;
}
.mobile_menu .mobile_menu_list li .sub-menu li {
  border-bottom: none;
}
.mobile_menu .mobile_menu_list li .sub-menu li a {
  font-size: 15px;
  font-weight: 400;
  padding: 8px 0;
  color: #7C7C7B;
}
.mobile_menu .mobile_menu_list li .sub-menu li a:hover {
  color: #fb690c;
}
.mobile_menu .mobile_menu_footer {
  padding-top: 20px;
}
.mobile_menu .mobile_menu_footer .btn {
  display: block;
  width: 100%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 500;
  box-sizing: border-box;
}
/* Breakpoint 1340px */
@media screen and (max-width: 1340px) {
  .wr {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header_bottom .right {
    gap: 20px;
  }
  .header_bottom .menu {
    gap: 18px;
  }
  .header_bottom .menu li a {
    font-size: 15px;
  }
  .header .header_bottom .wr > .df .right .btn_wr {
    display: none;
  }
  .header_top .right {
    gap: 15px;
  }
  .header_top .right .item {
    font-size: 13px;
  }
  .septiki_hero_screen {
    padding-bottom: 160px;
  }
  .septiki_hero_screen .wr > .img_wr {
    display: none;
  }
}
/* Breakpoint 1024px */
@media screen and (max-width: 1024px) {
  #mmenu {
    display: block;
  }
  .slider_arrow {
    left: -20px;
  }
  .slider_arrow.slider_arrow_right {
    right: -20px;
  }
  .water_service_screen .img_wr, .water_bottom_screen .water_bottom_items .company-items-grid::before, .water_bottom_screen .water_bottom_items .company-items-grid::after, .block-company .company-content .company-items-grid::after, .block-company .company-content .company-items-grid::before {
    display: none;
  }
  .block-company .company-content .company-items-grid .company-item {
    width: 100% !important;
  }
  .block-company .company-content .company-items-grid .company-item:nth-child(2) {
    top: 0;
  }
  .block-company .company-content .company-items-grid {
    padding-left: 0;
    padding-top: 0;
  }
  .header_bottom .right {
    display: none !important;
  }
  .header_bottom .df {
    justify-content: space-between;
    align-items: center;
  }
  .header_top .right .workout, .header_top .right .email {
    display: none;
  }
  .block-gallery .gallery-grid {
    gap: 20px;
  }
  .block-gallery .gallery-grid .gallery-item {
    width: calc(50% - 10px);
  }
  .block-gallery .gallery-grid .gallery-item .gallery-link {
    height: 240px;
    border-radius: 18px;
  }
  .block-gallery .gallery-grid .gallery-item .gallery-link img, .block-gallery .gallery-grid .gallery-item .gallery-link .gallery-hover-overlay {
    border-radius: 18px;
  }
  .block-advantages .advantages-grid {
    gap: 20px;
  }
  .block-advantages .advantages-grid .advantage-item {
    width: calc(50% - 10px);
  }
  .block-company .company-content .company-items-grid .company-item {
    width: calc(50% - 12px);
  }
  .articles-page-layout {
    flex-direction: column;
    gap: 40px;
  }
  .articles-page-layout .articles-sidebar, .articles-page-layout .articles-main {
    width: 100%;
  }
  .articles-page-layout .articles-main .article-card-item .card-img img {
    height: 300px;
  }
  .product-page-top {
    flex-direction: column;
  }
  .product-page-top .product-left-col, .product-page-top .product-right-col {
    width: 100%;
  }
  .water_service_screen {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/* Breakpoint 768px */
@media screen and (max-width: 768px) {
  body {
    padding-top: 100px;
  }
  .title_1, .article h1 {
    font-size: 30px;
  }
  .title_2, .article h2 {
    font-size: 26px;
  }
  .title_3, .article h3 {
    font-size: 20px;
  }
  .article img.aligncenter, .article img.alignright, .article img.alignleft {
    float: none !important;
    margin: 0 auto 20px !important;
  }
  .header_top .right .phone span {
    display: none;
  }
  .block-reviews {
    padding: 40px 0;
  }
  .block-reviews .reviews-carousel {
    margin-top: 25px;
  }
  .block-reviews .reviews-carousel .review-card {
    padding: 20px;
    min-height: auto;
  }
  .block-gallery {
    padding: 20px 0 40px;
  }
  .block-gallery .gallery-grid {
    gap: 16px;
  }
  .block-gallery .gallery-grid .gallery-item .gallery-link {
    height: 220px;
    border-radius: 16px;
  }
  .block-gallery .gallery-grid .gallery-item .gallery-link img, .block-gallery .gallery-grid .gallery-item .gallery-link .gallery-hover-overlay {
    border-radius: 16px;
  }
  .block-advantages {
    padding: 40px 0;
  }
  .block-advantages .advantages-grid {
    gap: 16px;
    margin-top: 25px;
  }
  .block-advantages .advantages-grid .advantage-item {
    width: 100%;
  }
  .block-advantages .advantages-grid .advantage-item .advantage-card {
    padding: 30px 20px;
  }
  .block-company .company-content {
    margin-top: 25px;
  }
  .block-company .company-content .company-items-grid {
    gap: 16px;
  }
  .block-company .company-content .company-items-grid .company-item {
    width: 100%;
  }
  .block-partners {
    padding: 40px 0;
  }
  .block-partners .partners-carousel {
    margin-top: 25px;
  }
  .block-partners .partners-carousel .partner-item .partner-card {
    height: 75px;
    padding: 15px;
  }
  .block-works {
    padding: 40px 0;
  }
  .block-works .works-carousel {
    margin-top: 25px;
  }
  .block-works .works-carousel .work-item .work-card-link .work-card {
    height: 220px;
    border-radius: 16px;
  }
  .block-works .works-carousel .work-item .work-card-link .work-card img, .block-works .works-carousel .work-item .work-card-link .work-card .work-hover-overlay {
    border-radius: 16px;
  }
  .footer {
    padding: 40px 0 25px;
    margin: 0;
    text-align: center;
  }
  .footer .footer_col {
    margin: 0 auto;
  }
  .footer .footer_top {
    flex-direction: column;
    gap: 30px;
  }
  .footer .footer_left .btn_wr {
    margin-top: 25px;
  }
  .footer .footer_contacts, .footer .footer_right {
    min-width: auto;
    width: 100%;
  }
  .footer .footer_bottom {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    margin-top: 35px;
  }
  .footer .footer_bottom {
    align-items: center;
  }
  .screen_services_list .items {
    flex-direction: column;
  }
  .screen_services_list .items .item {
    width: 100%;
  }
  .page_contacts .cols {
    flex-direction: column;
  }
  .page_contacts .cols .col {
    width: 100%;
  }
  .water_service_screen .items {
    flex-direction: column;
  }
  .water_service_screen .items .item {
    width: 100%;
  }
  .cols {
    flex-direction: column;
  }
  .cols .col {
    width: 100%;
  }
  .water_service_screen .img_bg {
    height: 100%;
  }
  .water_bottom_screen .water_bottom_items .company-items-grid {
    padding-left: 0;
    padding-top: 30px;
  }
  .block-water-types .water-types-grid .water-type-item .water-type-circle {
    background: transparent;
    box-shadow: none;
  }
  .services_top_wr .cols .col {
    width: 100%;
  }
  .services_bottom_wr .items .item {
    width: calc(50% - 15px);
  }
  .services_bottom_wr .items .item_wide {
    width: 100% !important;
  }
  .product_listing .product_item {
    width: calc(50% - 15px);
  }
  .block-bottom .cols {
    flex-direction: row;
  }
  .main_slider .cols .col.left {
    display: none;
  }
  .main_slider .cols .col.right {
    width: 100%;
  }
  .drinage_hero_screen .wr, .main_slider .cols {
    height: 450px;
  }
  .drinage_hero_screen .items {
    display: none;
  }
  .septik_products .items .item .img_rounded {
    width: auto;
    height: 200px;
    background: transparent;
  }
  .septik_products .items .item .img_logo {
    width: 100px;
  }
}
/* Breakpoint 440px */
@media screen and (max-width: 440px) {
  .wr {
    padding-left: 12px;
    padding-right: 12px;
  }
  .title_1, .article h1 {
    font-size: 24px;
  }
  .title_2, .article h2 {
    font-size: 22px;
  }
  .title_3, .article h3 {
    font-size: 18px;
  }
  .header_bottom .logo img {
    max-height: 42px;
    width: auto;
  }
  .header_top .left .soc {
    display: none;
  }
  .btn_wr .btn:not(.step__next):not(.step__back) {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
  .btn_wr .btn.btn_large {
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    padding: 0 15px;
  }
  .category-sort-wr {
    justify-content: flex-start;
  }
  .product-page-top .product-right-col .product-action-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .product-page-top .product-right-col .product-conditions-grid {
    flex-direction: column;
  }
  .product-page-top .product-right-col .product-conditions-grid .condition-card {
    width: 100%;
    flex: none;
  }
  .articles-page-layout .articles-main .article-card-item .card-img img {
    height: 200px;
  }
  .articles-page-layout .articles-main .article-card-item .card-title {
    font-size: 20px;
  }
  .articles-page-layout .articles-main .article-card-item .card-meta {
    font-size: 12px;
  }
  .articles-page-layout .articles-sidebar .articles-sidebar-card {
    padding: 20px 15px;
  }
  .locator-popup {
    padding: 20px 15px;
  }
  .locator-popup .locator-grid {
    column-count: 1;
  }
  .slider_arrow {
    display: none !important;
  }
  .block-reviews .reviews-carousel .review-card {
    box-shadow: none;
  }
  .btn_wr .btn.df {
    justify-content: center;
  }
  .block-works .works-carousel .slick-list, .block-reviews .reviews-carousel .slick-list {
    margin: 0;
  }
  .block-gallery .gallery-grid .gallery-item .gallery-link {
    height: 150px;
  }
  .drinage_hero_screen .wr, .main_slider .cols {
    height: 350px;
  }
  #map {
    height: 350px;
  }
  .block-bottom .cols {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .block-bottom .cols .col {
    width: calc(50% - 15px);
    flex-direction: column;
  }
  .company-items-grid {
    gap: 20px !important;
    flex-direction: column;
  }
  .company-item {
    width: 100% !important;
  }
  .septik_products .items .item {
    width: calc(50% - 15px);
  }
  .btn_wr.df {
    gap: 15px;
  }
  .title_1, .article h1 {
    font-size: 24px;
  }
  .title_2, .article h2 {
    font-size: 22px;
  }
  .title_3, .article h3 {
    font-size: 18px;
  }
  .title_4, .article h4 {
    font-size: 16px;
  }
  .product_listing {
    gap: 20px;
  }
  .product_listing .product_item {
    width: calc(50% - 10px);
  }
  .buy-popup {
    width: 280px;
    padding: 20px;
  }
  .popup .phones {
    margin-bottom: 20px;
    flex-direction: column;
    gap: 10px;
  }
  .popup .phones .phone {
    margin-bottom: 0;
    justify-content: center;
  }
  .slick-dots li {
    margin-left: 5px;
    margin-right: 5px;
  }
  .services_top_wr .cols .col .img_wr {
    height: auto;
  }
  .services_bottom_wr .items .item {
    width: 100%;
  }
  .services_bottom_wr .items .item_wide {
    flex-wrap: wrap;
  }
  .services_bottom_wr .items .item_wide .img_wr {
    width: calc(50% - 15px);
    height: 200px;
    position: relative;
  }
  .services_bottom_wr .items .item_wide .img_wr img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .services_bottom_wr .items .item_wide .centered {
    top: 20px;
    left: 20px;
    z-index: 10;
    text-align: left;
  }
  .services_bottom_wr .items .item_wide .img_wr:nth-child(3) {
    display: none;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fdev3.workss.ru%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fengkom2%2Fscss%2Fstyle.scss%22%2C%22wp-content%2Fthemes%2Fengkom2%2Fscss%2Fqueries.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AA6BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBC%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAASL%3BAACC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAASL%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAASL%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAWP%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcD%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAASL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BACp%2FGF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAASL%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADpLF%3BACkMA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAD3OD%3BACiPA%3BAACC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD3WD%3BACkXA%3BAACC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%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%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BADvnBD%3BAC6nBA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%22%7D */