body {
  font: 100% "Geologica", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-color: #fff;
  color: #000;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5em;
}
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: #DA6D42;
  text-decoration: none;
}
a:hover {
  color: #A74D29;
}
.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: 1625px;
  width: 100%;
}
.wr .wr {
  padding-left: 0;
  padding-right: 0;
}
.justify {
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
article {
  max-width: 1187px;
}
.link {
  color: #DA6D42;
  border-bottom: 1px solid rgba(218, 109, 66, 0.5);
}
.link:hover {
  color: #A74D29;
  border-block-color: rgba(167, 77, 41, 0.5);
}
.article {
  color: #000;
  font-size: 18px;
}
.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 a {
  border-bottom: 1px solid rgba(218, 109, 66, 0.5);
}
.article a:hover {
  border-block-color: rgba(167, 77, 41, 0.5);
}
.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 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: #F5F5F5;
  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: 24px;
  line-height: 1.5em;
}
.article.article_large ul li {
  padding-bottom: 1em;
}
.article.article_large ul li:last-child {
  padding-bottom: 0;
}
.article.article_light {
  font-weight: 100;
}
.article table tr th {
  text-align: left;
}
.article table tr th, .article table tr td {
  border: 1px solid #D9D9D9;
  padding: 10px;
}
b, strong {
  font-weight: 600;
}
/*}*/
.caption {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
}
.caption.caption_light {
  font-weight: 100;
}
.title_1, .article h1 {
  font-size: 62px;
  line-height: 1.15em;
  font-weight: 600;
}
.title_1 + *, .article h1 + * {
  margin-top: 40px;
}
.title_2, .article h2 {
  font-size: 48px;
  line-height: 1.15em;
  font-weight: 600;
}
.title_2 + *, .article h2 + * {
  margin-top: 40px;
}
.title_3, .article h3 {
  font-size: 32px;
  line-height: 1.2em;
  font-weight: 600;
}
.title_3 + *, .article h3 + * {
  margin-top: 28px;
}
.title_4, .article h4 {
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 600;
}
.title_4 + *, .article h4 + * {
  margin-top: 24px;
}
.title_4 *, .article h4 * {
  line-height: 1.5em;
}
.title_5, .article h5 {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 600;
}
.title_5 + *, .article h5 + * {
  margin-top: 24px;
}
.title_light {
  font-weight: 300;
}
.ttlc {
  text-transform: lowercase;
}
.title_df {
  align-items: center;
}
.title_df .slider_arrows {
  margin-left: 24px;
  margin-top: 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;
}
.header {
  position: relative;
  z-index: 100;
}
.header .header_top {
  background: #0a0a0a;
}
.header .header_top .wr {
  height: 60px;
  justify-content: space-between;
  align-items: center;
}
.header .header_top .wr .left {
  align-items: center;
}
.header .header_top .wr .left span {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  letter-spacing: -0.24px;
  line-height: 1.2em;
  display: block;
}
.header .header_top .wr .left span + span {
  padding-left: 40px;
}
.header .header_top .wr .searchform .form_item {
  position: relative;
  width: 230px;
}
.header .header_top .wr .searchform .form_item input[type="text"] {
  width: 100%;
  line-height: 40px;
  height: 40px;
  text-indent: 16px;
  font-size: 14px;
  padding-right: 42px;
}
.header .header_top .wr .searchform .form_item button {
  appearance: none;
  width: 40px;
  height: 40px;
  border-radius: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  color: #000;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header_top .wr .searchform .form_item button:hover {
  color: #DA6D42;
}
.header .header_top .wr .right {
  align-items: center;
}
.header .header_top .wr .right .soc {
  margin-left: 20px;
}
.header .header_bottom {
  background: #F8F8F8;
}
.header .header_bottom .wr {
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
@media screen and (min-width: 1301px) {
  .header .header_bottom .menu {
    justify-content: space-between;
  }
  .header .header_bottom .menu > li {
    display: block;
  }
  .header .header_bottom .menu > li + li {
    margin-left: 40px;
  }
  .header .header_bottom .menu > li.current-menu-item > a {
    color: #DA6D42;
  }
  .header .header_bottom .menu > li.current-menu-item > a:after {
    border-bottom-color: #DA6D42;
  }
  .header .header_bottom .menu > li.menu-item-has-children {
    position: relative;
  }
  .header .header_bottom .menu > li.menu-item-has-children#menu-item-70 ul {
    width: 200px;
  }
  .header .header_bottom .menu > li.menu-item-has-children#menu-item-69 ul {
    width: 250px;
  }
  .header .header_bottom .menu > li.menu-item-has-children#menu-item-64 ul {
    width: 450px;
  }
  .header .header_bottom .menu > li.menu-item-has-children.two_cols ul {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 650px;
  }
  .header .header_bottom .menu > li.menu-item-has-children.two_cols ul li {
    width: calc(60% - 10px);
  }
  .header .header_bottom .menu > li.menu-item-has-children.two_cols ul li:nth-child(2n) {
    width: calc(40% - 10px);
  }
  .header .header_bottom .menu > li.menu-item-has-children > a {
    position: relative;
  }
  .header .header_bottom .menu > li.menu-item-has-children > a:after {
    content: "";
    display: inline-block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #000;
    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;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    position: relative;
    left: 8px;
    top: -2px;
  }
  .header .header_bottom .menu > li.menu-item-has-children.current-menu-ancestor > a, .header .header_bottom .menu > li.menu-item-has-children.current-menu-parent > a {
    color: #DA6D42;
  }
  .header .header_bottom .menu > li.menu-item-has-children.current-menu-ancestor > a:after, .header .header_bottom .menu > li.menu-item-has-children.current-menu-parent > a:after {
    border-bottom-color: #DA6D42;
  }
  .header .header_bottom .menu > li.menu-item-has-children:hover > a {
    color: #DA6D42;
  }
  .header .header_bottom .menu > li.menu-item-has-children:hover > a:after {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    border-bottom-color: #DA6D42;
  }
  .header .header_bottom .menu > li.menu-item-has-children ul {
    display: none;
    position: absolute;
    left: -30px;
    top: 60px;
    padding: 30px;
    padding-bottom: 15px;
    width: 360px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
  .header .header_bottom .menu > li.menu-item-has-children ul li {
    display: block;
    margin-bottom: 15px;
  }
  .header .header_bottom .menu > li.menu-item-has-children ul li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 18px;
    font-weight: 200;
    color: #000;
    line-height: 1.3em;
  }
  .header .header_bottom .menu > li.menu-item-has-children ul li a:hover {
    color: #DA6D42;
    border-color: #DA6D42;
  }
  .header .header_bottom .menu > li.menu-item-has-children ul li.current-menu-item > a {
    color: #DA6D42;
    border-bottom-color: #DA6D42;
  }
  .header .header_bottom .menu > li.menu-item-has-children ul li#menu-item-51 {
    margin-top: 20px;
    padding-top: 20px;
    position: relative;
  }
  .header .header_bottom .menu > li.menu-item-has-children ul li#menu-item-51:Before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: #000;
  }
  .header .header_bottom .menu > li.menu-item-has-children:hover:not(.two_cols) ul {
    display: block !important;
  }
  .header .header_bottom .menu > li.menu-item-has-children:hover.two_cols ul {
    display: flex !important;
  }
  .header .header_bottom .menu > li > a {
    line-height: 60px;
    height: 60px;
    font-size: 18px;
    font-weight: 300;
    color: #000;
  }
}
.block_first .wr {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.block_first .wr > .img_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.block_first .wr > .img_bg img {
  width: auto;
  right: 152px;
  left: auto;
  width: 370px;
}
.block_first .title_1 {
  position: relative;
}
.block_first .title_1 b {
  color: #DA6D42;
  font-weight: 700;
}
.block_first .title_4 {
  position: relative;
  opacity: 0.5;
  margin-top: 30px;
}
.block_first .btn_wr {
  position: relative;
  margin-top: 50px;
}
.main_slider .wr {
  position: relative;
}
.main_slider .js_main_slider {
  height: 650px;
  overflow: hidden;
}
.main_slider .slide {
  position: relative;
}
.main_slider .slide .img_bg {
  background: #F5F5F5;
  height: 650px;
  border-radius: 20px;
  overflow: hidden;
}
.main_slider .slide .js_play_video {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: #000 url(../i/play.svg) no-repeat 6px center;
  z-index: 10;
  background-size: 40px;
}
.main_slider .slide .btn_wr {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.main_slider .slider_arrows .slider_arrow {
  position: absolute;
  top: calc(50% - 32px);
  color: #ccc;
  mix-blend-mode: difference;
}
.main_slider .slider_arrows .slider_arrow:hover {
  background: #ccc;
  color: #000;
  border-color: #ccc;
}
.main_slider .slider_arrows .slider_arrow.slider_arrow_left {
  left: 30px;
}
.main_slider .slider_arrows .slider_arrow.slider_arrow_right {
  right: 30px;
}
.fancybox-close {
  right: 16px !important;
  top: 16px !important;
  width: 32px !important;
  height: 32px !important;
  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: #fff;
  width: 670px;
  padding: 50px;
}
.popup .caption {
  margin-top: 30px;
}
.popup form {
  margin-top: 20px;
}
.popup .item {
  margin-bottom: 24px;
}
form small {
  display: block;
  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: 70px;
  line-height: 70px;
  background: #F5F5F5;
  border: none;
  color: #000;
  text-indent: 25px;
  font-size: 18px;
  font-weight: 100;
  font-family: "Geologica", sans-serif;
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 12px;
}
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: #000;
}
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: #000;
}
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: #000;
}
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: #000;
}
form select {
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  border: none;
  color: #000;
  text-indent: 20px;
  font-weight: 300;
  font-size: 18px;
  font-family: "Geologica", sans-serif;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 12px;
  min-width: 230px;
  width: 100%;
  max-width: 100%;
  background: #fff url(../i/carret.svg) no-repeat calc(100% - 20px) center;
  color: #000;
  border: 2px solid #000;
}
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: 160px;
  line-height: 1em;
  padding-top: 25px;
  text-indent: 0;
  padding-left: 25px;
  line-height: 1.2em;
}
form button[type="submit"], form input[type="submit"], form .wpcf7-submit {
  font-family: "Geologica", sans-serif;
  height: 60px;
  line-height: 60px;
  background: #DA6D42;
  padding: 0 40px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  font-weight: 300;
  border: none;
  display: inline-block;
  cursor: pointer;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 8px;
  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: #A74D29;
}
form button[type="submit"].btn_large, form input[type="submit"].btn_large, form .wpcf7-submit.btn_large {
  line-height: 80px;
  height: 80px;
  width: 100%;
  text-align: center;
  padding: 0;
  font-size: 18px;
}
form .form_item + .form_item {
  margin-top: 10px;
}
form .form_item + .form_item_pt20 {
  margin-top: 20px;
}
form .form_item + .form_item_pt40 {
  margin-top: 40px;
}
form .validation_error {
  border-color: transparent !important;
  box-shadow: inset 0 0 0 1px #c00 !important;
}
form .styled_checkbox {
  cursor: pointer;
}
form .styled_checkbox input {
  display: none;
}
form .styled_checkbox input + span {
  line-height: 1.2em;
  position: relative;
}
form .styled_checkbox input + span .check {
  position: relative;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #000;
  line-height: 24px;
  text-align: center;
  background: transparent;
  border-radius: 3px;
  min-width: 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;
}
form .styled_checkbox input + span .check:hover {
  opacity: 0.7;
}
form .styled_checkbox span.df {
  align-items: center;
}
form .styled_checkbox span.text {
  padding-left: 10px;
  text-align: left;
  font-size: 14px;
  font-weight: 100;
  color: #000;
}
form .styled_checkbox input:checked + span .check {
  background: #000;
}
form .styled_checkbox input:checked + span .check:after {
  content: "";
  width: 5px;
  height: 9px;
  position: absolute;
  left: 8px;
  top: 4px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
form .styled_checkbox a {
  color: #000;
  border-bottom: 1px solid;
}
form .styled_checkbox a:hover {
  color: #DA6D42;
}
form .styled_checkbox input.validation_error + span span.text {
  color: #c00 !important;
}
form .styled_checkbox input.validation_error + span span.text a {
  color: #c00 !important;
}
form .styled_radio {
  display: block;
  cursor: pointer;
}
form .styled_radio + .styled_radio {
  margin-top: 16px;
}
form .styled_radio input {
  display: none;
}
form .styled_radio input + span {
  line-height: 1.2em;
  position: relative;
}
form .styled_radio input + span .radio {
  position: relative;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  line-height: 16px;
  text-align: center;
  background: transparent;
  border-radius: 100%;
  min-width: 16px;
  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 .styled_radio input + span .radio:hover {
  opacity: 0.7;
}
form .styled_radio span.df {
  align-items: center;
}
form .styled_radio span.text {
  padding-left: 10px;
}
form .styled_radio input:checked + span .radio {
  background: #000;
}
form .styled_radio input:checked + span .radio:after {
  content: "";
  width: 3px;
  height: 6px;
  position: absolute;
  left: 5px;
  top: 2px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
form .styled_radio a {
  color: #000;
  border-bottom: 1px solid;
}
form .styled_radio a:hover {
  color: #DA6D42;
}
small {
  font-size: 0.7em;
}
.hide, .desktop_hide, .hidden {
  display: none;
}
.pager {
  font-size: 24px;
  font-weight: 300;
  flex-wrap: wrap;
  width: 100%;
}
.pager .current, .pager a {
  margin: 0 5px;
  display: block;
  text-align: center;
  color: #000;
  text-decoration: none;
  width: 63px;
  height: 68px;
  line-height: 64px;
  border: 2px solid #000;
  border-radius: 8px;
}
.pager a:hover {
  color: #DA6D42;
  border-color: #DA6D42;
}
.pager a:hover .angle {
  border-color: transparent #DA6D42 #DA6D42 transparent;
}
.pager .current {
  opacity: 0.5;
}
.pager .angle_right {
  margin-left: -5px;
}
.pager .angle_left {
  margin-right: -5px;
}
.crumbs {
  flex-wrap: wrap;
  align-items: center;
  padding-top: 65px;
  padding-bottom: 20px;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.2em;
  text-align: left;
  color: #000;
}
.crumbs a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.crumbs a:hover {
  color: #DA6D42;
  border-block-color: #DA6D42;
}
.crumbs i, .crumbs .arrow {
  color: #000;
  padding: 0 10px;
}
.crumbs span {
  color: rgba(0, 0, 0, 0.3);
  font-weight: 300;
}
.df {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.btn_wr.df {
  flex-wrap: wrap;
}
.btn_wr a.btn {
  line-height: 50px;
  height: 50px;
  background: #DA6D42;
  color: #fff;
  padding: 0 30px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  border-radius: 8px;
  white-space: pre;
}
.btn_wr a.btn:not(.df) {
  display: inline-block;
}
.btn_wr a.btn.btn_empty {
  color: #000;
  border: 2px solid #000;
  line-height: 46px;
  background: transparent;
}
.btn_wr a.btn.btn_empty.active {
  background: #000;
  color: #fff;
}
.btn_wr a.btn.btn_empty:hover {
  background: #DA6D42;
  border-color: #DA6D42;
  color: #fff;
}
.btn_wr a.btn.btn_large {
  line-height: 56px;
  height: 56px;
  padding: 0 50px;
  font-size: 24px;
}
.btn_wr a.btn + a {
  margin-left: 24px;
}
.btn_wr a.btn:hover {
  background: #A74D29;
}
.btn_wr.btn_nav a.btn {
  margin-left: 0 !important;
  margin-right: 24px;
  margin-bottom: 24px;
}
i.angle {
  display: inline-block;
  padding: 7px;
  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_arrows.df {
  align-items: center;
}
.slider_arrows .slider_arrow {
  width: 64px;
  height: 64px;
  cursor: pointer;
  z-index: 10;
  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: #000;
  border: 2px solid;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
}
.slider_arrows .slider_arrow svg {
  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;
}
.slider_arrows .slider_arrow.slider_arrow_left {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slider_arrows .slider_arrow.slider_arrow_left svg {
  left: 0;
}
.slider_arrows .slider_arrow.slider_arrow_right {
  margin-left: 10px;
}
.slider_arrows .slider_arrow.slider_arrow_right svg {
  right: 0;
}
.slider_arrows .slider_arrow:hover {
  border-color: #000;
  color: #fff;
  background: #000;
}
.soc a {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  border: none !important;
}
.soc a + a {
  margin-left: 20px;
}
.soc a svg {
  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;
}
.soc a.i_telegram svg {
  color: deepskyblue;
}
.soc a.i_telegram:hover svg {
  color: #0088cc;
}
.soc a.i_whatsapp svg {
  color: #25D366;
}
.soc a.i_whatsapp:hover svg {
  color: #128C7E;
}
.soc a.i_vk svg {
  color: #0077FF;
}
.soc a.i_ok svg {
  color: #ff7700;
}
.soc a.i_instagram svg {
  color: #c00;
}
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-dots li {
  display: block;
  padding: 0;
  margin: 0;
  height: 12px;
}
.slick-dots li + li {
  margin-left: 13px;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #F5F5F5;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background: #c00;
}
body.fixed_header {
  padding-top: 140px;
}
body.fixed_header .header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
body.fixed_header .header .header_top {
  display: none;
}
.scroll_up {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  z-index: 100;
  cursor: pointer;
  display: none;
  color: #ccc;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  mix-blend-mode: difference;
}
.scroll_up span {
  position: absolute;
  line-height: 60px;
  left: -60px;
  top: 0;
  letter-spacing: 1px;
  font-weight: 100;
  font-size: 10px;
  text-transform: uppercase;
  display: none;
}
.scroll_up.show {
  display: block !important;
}
.scroll_up:hover {
  color: #999;
}
.scroll_up:hover span {
  display: block;
}
.phone a {
  font-size: 32px;
  font-weight: 300;
  border-bottom: none;
  line-height: 1.5em;
}
.phone.phone_black a {
  color: #000;
}
.phone.phone_black a:hover {
  color: #DA6D42;
}
.footer {
  background: #000;
  padding: 30px 0;
  color: #fff;
}
.footer a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 1.2em;
}
.footer a:hover {
  opacity: 0.7;
}
.footer .footer_top {
  justify-content: space-between;
}
.footer .footer_top .slogan {
  margin-top: 30px;
  font-size: 12px;
}
.footer .footer_top .slogan span {
  display: block;
  line-height: 1.2em;
  letter-spacing: -0.24px;
}
.footer .footer_top .slogan span + span {
  margin-top: 20px;
}
.footer .footer_top .menu > li {
  display: block;
}
.footer .footer_top .menu > li + li {
  margin-top: 30px;
}
.footer .footer_top .menu > li .title_4 {
  font-weight: 300;
  color: #fff;
  border-bottom: none;
}
.footer .footer_top .menu > li.two_cols .sub-menu {
  display: none;
}
.footer .footer_top .menu > li .sub-menu li {
  display: block;
}
.footer .footer_top .menu > li .sub-menu li + li {
  padding-top: 14px;
}
.footer .footer_top .menu > li .sub-menu li a {
  font-size: 16px;
}
.footer .footer_top .soc {
  margin-top: 20px;
}
.footer .footer_top .offices {
  margin-top: 30px;
}
.footer .footer_top .offices .item .title {
  font-size: 18px;
  line-height: 1.2em;
}
.footer .footer_top .offices .item .address {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.2em;
}
.footer .footer_top .offices .item .address b {
  font-weight: 600;
}
.footer .footer_top .offices .item + .item {
  margin-top: 30px;
}
.footer .footer_bottom {
  justify-content: space-between;
  align-items: flex-end;
}
.footer .footer_bottom .menu li {
  display: block;
}
.footer .footer_bottom .menu li + li {
  margin-top: 10px;
}
.footer .footer_bottom .menu li a {
  font-weight: 300;
  color: #fff;
  font-size: 12px;
}
.footer .footer_bottom .agency {
  font-size: 12px;
  font-weight: 300;
}
#map {
  height: 544px;
  width: 100%;
  margin-top: 50px;
}
.block_steps {
  margin-top: 100px;
}
.block_steps .title_df {
  justify-content: space-between;
  align-items: flex-end;
}
.block_steps .steps {
  margin-top: 65px;
  justify-content: space-between;
}
.block_steps .steps .item {
  position: relative;
  min-width: 16.666%;
  background: #fff;
}
.block_steps .steps .item .article {
  width: 300px;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  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;
  z-index: 80;
  font-size: 14px;
}
.block_steps .steps .item:hover .article {
  opacity: 1 !important;
}
.block_steps .steps .item:last-child .dot:After {
  display: none;
}
.block_steps .steps .item .dot {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 0 0 6px #000;
  position: relative;
}
.block_steps .steps .item .dot:before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: #000;
  left: 4px;
  bottom: -26px;
  position: absolute;
}
.block_steps .steps .item .dot:after {
  content: "";
  display: block;
  width: 300px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 14px;
  top: 4px;
}
.block_steps .steps .item .title {
  padding-top: 40px;
  line-height: 1.3em;
}
.block_steps .steps .item .article {
  position: absolute;
  left: 0;
  top: 0;
}
.block_advantages {
  margin-top: 100px;
}
.block_advantages .items {
  flex-wrap: wrap;
}
.block_advantages .items .item {
  width: calc(25% - 19px);
  margin-right: 25px;
  padding: 30px;
  background: #F5F5F5;
  border-radius: 20px;
}
.block_advantages .items .item:nth-child(4n) {
  margin-right: 0;
}
.block_advantages .items .item .img_wr {
  width: 120px;
  height: 120px;
}
.block_advantages .items .item .title_5 {
  margin-top: 20px;
}
.block_advantages .items .item .caption {
  margin-top: 20px;
  color: #00000080;
}
.block_advantages + .block_callback {
  margin-top: 40px;
}
.cols {
  justify-content: space-between;
}
.cols .col {
  width: calc(50% - 30px);
}
.bg {
  background: #F5F5F5;
}
.block_whom {
  margin-top: 100px;
  padding-top: 100px;
  background: #F5F5F5;
}
.block_whom .cols .col .img_bg {
  height: 364px;
  border-radius: 20px;
  max-width: 650px;
  width: 100%;
  overflow: hidden;
}
.block_whom .cols .col .title_2 {
  margin-top: 40px;
}
.block_whom .cols .col .article {
  margin-top: 40px;
}
.box {
  border-radius: 40px;
  background: #fff;
  padding: 50px;
}
.block_reviews .wr iframe {
  margin-left: -18px;
  margin-right: -18px;
  margin-top: 0;
  margin-bottom: 20px;
}
.front_text {
  padding-top: 100px;
}
.bg .block_reviews {
  padding-top: 100px;
  padding-bottom: 100px;
}
.block_callback {
  background-image: linear-gradient(to bottom, #f5f5f5, #0a0a0a);
  padding: 60px 0 115px;
}
.block_callback .box {
  overflow: hidden;
  padding: 0;
}
.block_callback .box > .df .left {
  padding: 50px;
  width: calc(100% - 650px);
}
.block_callback .box > .df .left .article {
  margin-top: 20px;
}
.block_callback .box > .df .left form {
  margin-top: 30px;
}
.block_callback .box > .df .left form + .article {
  margin-top: 50px;
}
.block_callback .box > .df .left .title_2 {
  margin-top: 10px;
}
.block_callback .box > .df .left .title_2 a {
  font-weight: 300;
  color: #000;
  text-decoration: none;
}
.block_callback .box > .df .img_bg {
  width: 650px;
  height: auto;
}
.sitemap_menu {
  flex-wrap: wrap;
}
.sitemap_menu > li {
  width: 25%;
  display: block;
  margin-bottom: 70px;
}
.sitemap_menu > li > a {
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.sitemap_menu > li > a:hover {
  color: #DA6D42;
  border-bottom-color: #DA6D42;
}
.sitemap_menu > li.two_cols {
  width: 50%;
}
.sitemap_menu > li.two_cols .sub-menu {
  columns: 2;
}
.sitemap_menu > li .sub-menu {
  margin-top: 20px;
}
.sitemap_menu > li .sub-menu li {
  display: block;
}
.sitemap_menu > li .sub-menu li + li {
  margin-top: 15px;
}
.sitemap_menu > li .sub-menu li a {
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.sitemap_menu > li .sub-menu li a:hover {
  color: #DA6D42;
  border-bottom-color: #DA6D42;
}
.info_block {
  margin-top: 40px;
  padding-top: 30px;
  max-width: 650px;
  position: relative;
}
.info_block:before {
  content: "";
  width: 245px;
  height: 3px;
  background: #000;
  position: absolute;
  inset: 0;
}
.info_block .title {
  line-height: 1.5em;
}
.info_block .phone {
  margin-top: 20px;
}
.info_block .phone + .title {
  margin-top: 20px;
}
.info_block .df {
  margin-top: 40px;
  align-items: center;
}
.info_block .df .soc {
  align-items: center;
}
.info_block .df .soc a {
  margin-left: 40px;
}
.content_plus_sidebar {
  justify-content: space-between;
}
.content_plus_sidebar .cont {
  width: calc(100% - 650px);
  padding-right: 60px;
}
.content_plus_sidebar .cont > .img_wr img {
  border-radius: 20px;
}
.content_plus_sidebar .side {
  max-width: 650px;
}
.content_plus_sidebar .side .img_wr {
  display: block;
}
.content_plus_sidebar .side .img_wr + .img_wr {
  margin-top: 20px;
}
.content_plus_sidebar .side .img_wr img {
  border-radius: 20px;
}
.content_plus_sidebar .side .gallery2 {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.content_plus_sidebar .side .gallery2 .img_wr {
  width: calc(50% - 13px);
  margin-bottom: 25px;
  margin-top: 0;
}
.content_plus_sidebar .side .material_gallery {
  flex-wrap: wrap;
  align-items: flex-start;
}
.content_plus_sidebar .side .material_gallery .img_wr {
  margin-bottom: 20px;
  margin-right: 20px;
  margin-top: 0;
}
.content_plus_sidebar .side .doc_gallery {
  margin-top: 30px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.content_plus_sidebar .side .doc_gallery .img_wr {
  margin-bottom: 25px;
  margin-right: 25px;
  margin-top: 0;
  width: calc(33.33% - 17px);
}
.content_plus_sidebar .side .doc_gallery .img_wr:nth-child(3n) {
  margin-right: 0;
}
.content_plus_sidebar .side .doc_gallery .img_wr img {
  border-radius: 12px;
  border: 1px solid #D9D9D9;
}
.content_plus_sidebar .side .title_3 + .img_wr {
  margin-top: 60px;
}
.single-post .block_related {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px dashed #D9D9D9;
}
.single-post .articles_listing {
  margin-top: 40px;
}
.articles_listing.df {
  flex-wrap: wrap;
}
.articles_listing .article_item {
  width: calc(33.33% - 34px);
  position: relative;
  margin-bottom: 50px;
  margin-right: 50px;
}
.articles_listing .article_item:nth-child(3n) {
  margin-right: 0;
}
.articles_listing .article_item .date {
  font-size: 14px;
  color: #00000080;
}
.articles_listing .article_item .date + .title_4 {
  margin-top: 10px;
}
.articles_listing .article_item .title_4 a {
  font-weight: 300;
  border-bottom: 1px solid rgba(218, 109, 66, 0.5);
}
.articles_listing .article_item .title_4 a:hover {
  border-bottom-color: rgba(167, 77, 41, 0.5);
}
.articles_listing .article_item .title_4 a:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
}
.articles_listing .article_item .caption {
  margin-top: 10px;
}
.articles_listing .article_item .caption p {
  font-weight: normal;
}
.articles_listing .news_item {
  padding-bottom: 40px;
  border-bottom: 1px dashed #D9D9D9;
  margin-bottom: 40px;
}
.articles_listing .news_item .left {
  width: 270px;
  font-size: 14px;
  color: #00000080;
}
.articles_listing .news_item .right {
  width: calc(100% - 270px);
}
.page_wr .searchform {
  margin: 30px 0 50px;
}
.page_wr .searchform .form_item {
  position: relative;
  width: 100%;
}
.page_wr .searchform .form_item input[type="text"] {
  width: 100%;
  padding-right: 75px;
}
.page_wr .searchform .form_item button {
  appearance: none;
  width: 70px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_wr .searchform .form_item button:hover {
  color: #fff;
}
.page_contacts .cols {
  flex-wrap: wrap;
  row-gap: 20px;
}
.page_contacts .cols .col {
  width: calc(25% - 20px);
  /*width: calc(20% - 20px);*/
  margin-right: 20px;
  margin-bottom: 20px;
}
.page_contacts .cols .col .email {
  margin-top: 10px;
}
.page_contacts .cols .col p strong, .page_contacts .cols .col p b {
  font-weight: normal;
}
.page_contacts .cols .col p:last-child {
  margin-top: 20px;
}
.page_contacts + article {
  margin-top: 80px;
}
article.post-8 {
  max-width: 75%;
  width: 75%;
}
.box_bg {
  background: #F5F5F5;
  border-radius: 12px;
  padding: 40px 30px;
}
.vacancies_listing .item + .item {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px dashed #D9D9D9;
}
.vacancies_listing .item .article .left {
  width: 40%;
}
.vacancies_listing .item .article .right {
  width: 60%;
  padding-left: 30px;
}
.promo_listing {
  flex-wrap: wrap;
}
.promo_listing .promo_item {
  width: calc(33.33% - 18px);
  margin-right: 26px;
  margin-bottom: 26px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #D9D9D9;
  position: relative;
}
.promo_listing .promo_item .img_bg {
  height: 379px;
  background: #F5F5F5;
}
.promo_listing .promo_item .title_3 a:Before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
}
.promo_listing .promo_item .box {
  padding: 20px;
}
.promo_listing .promo_item .box .caption, .promo_listing .promo_item .box .article {
  margin-top: 20px;
}
.promo_listing .promo_item:nth-child(3n) {
  margin-right: 0;
}
.faq .item {
  padding: 30px;
}
.faq .item + .item {
  border-top: 1px solid #D9D9D9;
}
.faq .item.open {
  background: #F5F5F5;
}
.faq .item.open .q .i_arrow {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq .item .q {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
}
.faq .item .q .i_arrow {
  display: block;
  width: 32px;
  height: 32px;
  background: url(/wp-content/themes/pkstroy/i/arrow-right.svg) no-repeat 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;
}
.faq .item .q .title_3 {
  width: calc(100% - 32px);
  padding-left: 18px;
}
.faq .item .article {
  padding-left: 40px;
  margin-top: 10px;
}
.wide_img {
  overflow: hidden;
  border-radius: 20px;
  background: #F5F5F5;
}
.wide_img + div {
  margin-top: 50px;
}
.pay_delivery {
  margin-top: 60px;
}
.pay_delivery .item + .item {
  margin-top: 60px;
}
.page_cols3 {
  margin-top: 50px;
  flex-wrap: wrap;
}
.page_cols3 .item {
  width: calc(33.333% - 34px);
  margin-right: 50px;
  margin-bottom: 50px;
}
.page_cols3 .item:nth-child(3n) {
  margin-right: 0;
}
.block_faq {
  margin-top: 100px;
}
article + .block_faq {
  margin-top: 0;
}
.page_tech .item {
  justify-content: space-between;
}
.page_tech .item + .item {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #D9D9D9;
}
.page_tech .item .left {
  width: 25%;
}
.page_tech .item .center {
  width: 25%;
  padding-left: 25px;
}
.page_tech .item .center img {
  border-radius: 12px;
}
.page_tech .item .right {
  width: 50%;
  padding-left: 25px;
}
.page_tech + .block_related {
  margin-top: 100px;
}
.block_steps_slider {
  margin-top: 100px;
}
.block_steps_slider .js_steps_slider {
  margin-top: 30px;
}
.block_steps_slider .js_steps_slider .item {
  justify-content: space-between;
}
.block_steps_slider .js_steps_slider .item .img_wr {
  width: 50%;
}
.block_steps_slider .js_steps_slider .item .img_wr img {
  border-radius: 20px;
}
.block_steps_slider .js_steps_slider .item .article {
  width: calc(50% - 35px);
}
.material_chars .item {
  line-height: 1.5em;
}
.material_chars .item + .item {
  margin-top: 10px;
}
.material_chars + article {
  margin-top: 40px;
}
.material_listing, .materials_listing {
  margin-top: 100px;
  margin-left: -13px;
  margin-right: -13px;
  flex-wrap: wrap;
}
.material_listing .material_cat_item, .material_listing .material_item, .materials_listing .material_cat_item, .materials_listing .material_item {
  margin: 0 13px 75px;
  position: relative;
  width: calc(16.666% - 26px);
}
.material_listing .material_item .img_bg, .materials_listing .material_item .img_bg {
  height: 245px;
  border-radius: 12px;
  border: 2px solid #D9D9D9;
  overflow: hidden;
  background: #F5F5F5;
}
.material_listing .material_item .title_4, .materials_listing .material_item .title_4 {
  margin-top: 12px;
}
.material_listing .material_item .title_4 a, .materials_listing .material_item .title_4 a {
  color: #000;
}
.material_listing .material_item .title_4 a:before, .materials_listing .material_item .title_4 a:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
}
.material_listing .material_item .title_4 a:hover, .materials_listing .material_item .title_4 a:hover {
  color: #DA6D42;
}
.material_listing .material_cat_item, .materials_listing .material_cat_item {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #D9D9D9;
}
.material_listing .material_cat_item .img_bg, .materials_listing .material_cat_item .img_bg {
  height: 245px;
}
.material_listing .material_cat_item .body, .materials_listing .material_cat_item .body {
  padding: 20px;
  padding-bottom: 24px;
}
.material_listing .material_cat_item .title_5 a, .materials_listing .material_cat_item .title_5 a {
  color: #000;
}
.material_listing .material_cat_item .title_5 a:before, .materials_listing .material_cat_item .title_5 a:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
}
.material_listing .material_cat_item .title_5 a:hover, .materials_listing .material_cat_item .title_5 a:hover {
  color: #DA6D42;
}
.material_listing .material_cat_item .price, .materials_listing .material_cat_item .price {
  color: #DA6D42;
}
.btn_nav + .product_count {
  margin-top: 26px;
}
.product_count {
  font-size: 14px;
}
.filter {
  margin-top: 50px;
}
.filter .title_4 .df {
  margin-top: 10px;
}
.filter .df {
  flex-wrap: wrap;
}
.filter .df .form_item {
  margin-right: 25px;
  margin-bottom: 25px;
}
.filter .df .form_item + .form_item {
  margin-top: 0;
}
.filter .df .form_item select[name="type"] {
  min-width: 110px;
}
.objects_listing_page, .material_listing_page {
  padding-top: 40px;
  margin-top: 15px;
  position: relative;
}
.objects_listing_page:before, .material_listing_page:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #000;
  width: 100%;
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.block_materials {
  margin-top: 100px;
}
.block_materials .block_materials_bottom {
  margin-top: 40px;
}
.block_materials .items {
  justify-content: space-between;
  gap: 30px;
}
.block_materials .items .item {
  width: calc(20% - 20px);
  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;
}
.block_materials .items .item:hover {
  width: 515px;
}
.block_materials .items .item:hover .img_bg img {
  object-position: 50% 50%;
}
.block_materials .items .item .img_bg {
  overflow: hidden;
  border-radius: 20px;
  height: 291px;
  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_materials .items .item .img_bg img {
  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;
  object-position: 0 0;
}
.block_materials .items .item .title_5 {
  margin-top: 10px;
}
.block_materials .items .item .title_5 a {
  color: #000;
}
.block_materials .items .item .title_5 a:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
}
.block_materials .items .item .title_5 a:hover {
  color: #DA6D42;
}
.block_materials .btn_wr {
  margin-top: 40px;
}
.video_item {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #F5F5F5;
  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;
  height: 430px;
}
.video_item:before {
  content: "";
  display: block;
  width: 96px;
  height: 96px;
  position: absolute;
  background: #000 url(../i/play.svg) no-repeat 16px center;
  left: calc(50% - 48px);
  top: calc(50% - 48px);
  z-index: 10;
  border-radius: 100%;
  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;
}
.video_item:nth-child(3n) {
  margin-right: 0;
}
.video_item:hover:before {
  background-color: #DA6D42;
}
.manufacture_chars {
  margin-top: 50px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.manufacture_chars .item {
  width: calc(50% - 13px);
  margin-top: 50px;
}
.manufacture_chars .item .number {
  font-size: 68px;
  color: #DA6D42;
  font-weight: 800;
}
.manufacture_chars .item .title_4 {
  margin-top: 20px;
}
.manufacture_chars .item .article {
  margin-top: 10px;
}
.manufacture_chars .item .caption {
  color: #00000080;
}
.manufacture_chars.wide .item {
  width: calc(25% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
}
.single-project .content_plus_sidebar, .single-object .content_plus_sidebar {
  margin-top: 20px;
}
.single-project .content_plus_sidebar .cont, .single-object .content_plus_sidebar .cont {
  padding-right: 25px;
}
.single-project .slider_arrows, .single-object .slider_arrows {
  margin-top: 10px;
}
.single-project .sidebar_gallery_slider .js_sidebar_slider .img_wr, .single-object .sidebar_gallery_slider .js_sidebar_slider .img_wr {
  background: #F5F5F5;
}
.single-project .sidebar_gallery_slider .js_sidebar_slider .img_wr img, .single-object .sidebar_gallery_slider .js_sidebar_slider .img_wr img {
  border-radius: 20px;
}
.single-project .sidebar_gallery_slider .js_sidebar_gallery_thumbs, .single-object .sidebar_gallery_slider .js_sidebar_gallery_thumbs {
  margin-top: 20px;
}
.single-project .sidebar_gallery_slider .js_sidebar_gallery_thumbs .img_bg, .single-object .sidebar_gallery_slider .js_sidebar_gallery_thumbs .img_bg {
  cursor: pointer;
  overflow: hidden;
  width: 245px;
  height: 160px;
  border-radius: 12px;
  min-height: 160px;
  margin-right: 20px;
  background: #F5F5F5;
}
.single-project .sidebar_gallery_slider .js_sidebar_gallery_thumbs .slick-active.slick-current, .single-object .sidebar_gallery_slider .js_sidebar_gallery_thumbs .slick-active.slick-current {
  opacity: 0.5;
}
.single-project article, .single-object article {
  margin-top: 30px;
}
.object_chars {
  margin-top: 30px;
  flex-wrap: wrap;
  margin-bottom: -11px;
}
.object_chars .item {
  padding: 10px 20px;
  border: 1px solid #D9D9D9;
  background: #F5F5F5;
  border-radius: 8px;
  margin-bottom: 11px;
  margin-right: 11px;
}
.block_related_objects {
  margin-top: 80px;
}
.object_item {
  border: 1px solid #D9D9D9;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.object_item .title_3 a:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
}
.object_item .img_bg {
  height: 379px;
  background: #F5F5F5;
}
.object_item .body {
  padding: 20px;
  min-height: 278px;
}
.object_item .body article {
  margin-top: 20px;
}
.object_item .body .object_chars {
  margin-top: 20px;
}
.object_item .body .object_chars .item {
  font-size: 16px;
  font-weight: 300;
}
.object_item .price {
  margin-top: 50px;
}
.objects_listing {
  flex-wrap: wrap;
}
.objects_listing .object_item {
  width: calc(33.33% - 17px);
  margin-right: 25px;
  margin-bottom: 25px;
}
.objects_listing .object_item:nth-child(3n) {
  margin-right: 0;
}
.block_objects .btn_wr, .block_projects .btn_wr {
  margin-top: 20px;
}
.block_objects .title_df + div, .block_projects .title_df + div {
  margin-top: 30px;
}
.block_objects .slick-list, .block_projects .slick-list {
  margin-left: -13px;
  margin-right: -13px;
}
.block_objects .slide, .block_projects .slide {
  padding: 0 13px;
}
.block_objects {
  margin-top: 50px;
}
.block_projects {
  margin-top: 80px;
}
.main_img_sets {
  margin-top: 30px;
  position: relative;
}
.main_img_sets .img_bg {
  height: 771px;
  border-radius: 20px;
  overflow: hidden;
}
.main_img_sets .items {
  margin-top: 0;
  position: absolute;
  top: 20px;
  left: 20px;
}
.main_img_sets .items .item {
  background: #fff;
  padding: 20px;
  width: 405px;
  border-radius: 12px;
}
.main_img_sets .items .item + .item {
  margin-top: 20px;
}
.sets_cols {
  margin-top: 50px;
  justify-content: space-between;
}
.sets_cols .img_wr img {
  border-radius: 20px;
}
.block_we_buid {
  margin-top: 120px;
}
.block_we_buid .gallery_1, .block_we_buid .gallery_2, .block_we_buid .gallery_3 {
  position: relative;
}
.block_we_buid .gallery_1 .slide .img_bg, .block_we_buid .gallery_2 .slide .img_bg, .block_we_buid .gallery_3 .slide .img_bg {
  height: 460px;
  border-radius: 20px;
  overflow: hidden;
  background: #F5F5F5;
}
.block_we_buid .slider_arrows .slider_arrow {
  position: absolute;
  top: calc(50% - 32px);
  background: #000;
  color: #fff;
}
.block_we_buid .slider_arrows .slider_arrow:hover {
  background: #fff;
  color: #000;
}
.block_we_buid .slider_arrows .slider_arrow.slider_arrow_left {
  left: 30px;
}
.block_we_buid .slider_arrows .slider_arrow.slider_arrow_right {
  right: 30px;
}
.block_we_buid .article {
  margin-top: 20px;
  opacity: 0.5;
}
.block_we_buid .btn_wr {
  margin-top: 30px;
}
.block_we_buid .cols_first {
  justify-content: space-between;
  align-items: flex-end;
}
.block_we_buid .cols_first .col {
  width: calc(100% - 650px);
}
.block_we_buid .cols_first .col:first-child {
  padding-right: 25px;
}
.block_we_buid .cols_first .col + .col {
  width: 650px;
}
.block_we_buid .col_last {
  margin-top: 160px;
  justify-content: space-between;
}
.block_we_buid .col_gallery_2 {
  width: 650px;
}
.block_we_buid .col_gallery_2 .gallery_2 {
  margin-top: 40px;
}
.block_we_buid .col_gallery_3 {
  width: 515px;
}
.block_we_buid .col_gallery_3 .title_1 {
  margin-top: 30px;
}
.block_we_buid .col_gallery_3 .gallery_3 .slide .img_bg {
  height: 364px;
}
.home .block_main_about, .home .block_steps, .home .block_objects {
  margin-top: 150px;
}
.block_main_manufacture {
  margin-top: 120px;
}
.block_main_manufacture .slider_arrow {
  position: absolute;
  top: calc(50% - 32px);
  background: #000;
  color: #fff;
}
.block_main_manufacture .slider_arrow:hover {
  background: #fff;
  color: #000;
}
.block_main_manufacture .slider_arrow.slider_arrow_left {
  left: 30px;
}
.block_main_manufacture .slider_arrow.slider_arrow_right {
  right: 30px;
}
.block_main_manufacture .cols {
  margin-left: 135px;
}
.block_main_manufacture .cols .col:first-child {
  width: calc(100% - 785px);
}
.block_main_manufacture .cols .col:first-child .title_2 {
  font-weight: 600;
  margin-top: 30px;
}
.block_main_manufacture .cols .col:first-child .article {
  max-width: 450px;
  margin-top: 30px;
}
.block_main_manufacture .cols .col:first-child .btn_wr {
  margin-top: 50px;
}
.block_main_manufacture .cols .gallery_4 {
  position: relative;
  width: 785px;
}
.block_main_manufacture .cols .gallery_4 .slide .img_bg {
  height: 554px;
  border-radius: 20px;
  overflow: hidden;
}
.block_main_about .manufacture_chars {
  margin-top: 0;
}
.block_main_about .manufacture_chars .item:nth-child(1), .block_main_about .manufacture_chars .item:nth-child(2) {
  margin-top: 0;
}
.block_main_about .btn_wr {
  margin-top: 40px;
}
.main_news {
  margin-top: 50px;
}
.main_news .wr {
  padding-left: 270px;
  padding-right: 110px;
}
.main_news .btn_wr {
  text-align: right;
}
.main_steps {
  margin-top: 95px;
}
.main_steps .main_steps_bottom {
  margin-top: 40px;
}
.main_steps .steps {
  justify-content: space-between;
}
.main_steps .steps .item {
  position: relative;
  min-width: 12.5%;
  background: #fff;
}
.main_steps .steps .item:last-child .dot:after {
  display: none;
}
.main_steps .steps .item .dot {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #000;
  position: relative;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}
.main_steps .steps .item .dot:after {
  content: "";
  display: block;
  width: 200px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 40px;
  top: 20px;
}
.main_steps .steps .item .caption {
  margin-top: 40px;
}
.material_price {
  color: #DA6D42;
}
.ymaps-2-1-79-copyrights-pane, .ymaps-2-1-79-controls__toolbar {
  display: none !important;
}
@media screen and (max-width: 1600px) {
  .header .header_bottom .menu > li > a {
    font-size: 16px;
  }
  .header .header_bottom .menu > li + li {
    margin-left: 26px;
  }
  .header .header_bottom .menu > li.menu-item-has-children ul li a {
    font-size: 16px;
  }
  .header .header_bottom .menu > li.menu-item-has-children.two_cols ul {
    width: 550px;
  }
  .block_first .wr > .img_bg img {
    width: 250px;
  }
  .title_1, .article h1 {
    font-size: 60px;
  }
  .title_2, .article h2 {
    font-size: 40px;
  }
  .title_3, .article h3 {
    font-size: 28px;
  }
  .title_4, .article h4 {
    font-size: 22px;
  }
  .title_5, .article h5 {
    font-size: 18px;
  }
  .main_slider .js_main_slider, .main_slider .slide .img_bg {
    height: 550px;
  }
  .promo_listing .promo_item .img_bg, .object_item .img_bg {
    height: 260px;
  }
  .block_steps .steps .item .article {
    width: auto;
    height: 350px;
    overflow: hidden;
    overflow-y: scroll;
  }
  .block_main_manufacture .cols {
    margin-left: 0;
  }
  .home .block_main_about, .home .block_steps, .home .block_objects {
    margin-top: 100px;
  }
  .main_news .wr {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content_plus_sidebar .cont {
    /*width: calc(100% - 440px);*/
    width: 60%;
  }
  .content_plus_sidebar .side {
    /*width: 440px;*/
    width: 40%;
  }
  .btn_wr a.btn.btn_large {
    line-height: 50px;
    height: 50px;
    padding: 0 30px;
    font-size: 18px;
  }
  .info_block .df .soc a {
    margin-left: 20px;
  }
  .material_listing .material_cat_item, .material_listing .material_item, .materials_listing .material_cat_item, .materials_listing .material_item {
    width: calc(20% - 26px);
    margin-bottom: 40px;
  }
  .filter .df .form_item, .btn_wr.btn_nav a.btn {
    margin-right: 13px;
    margin-bottom: 13px;
  }
  .phone a {
    font-size: 28px;
  }
  .block_callback .box > .df .left .article br, .block_callback .box > .df .left form + .article br {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .laptop_hide {
    display: none !important;
  }
  #mmenu {
    cursor: pointer;
    display: block !important;
  }
  #mmenu span {
    display: block;
    background: #000;
    margin-top: 7px;
    height: 3px;
    width: 30px;
    transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s 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: 0;
    margin-top: 7px;
    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);
  }
  .header .header_bottom .wr > .right {
    align-items: center;
  }
  .header .header_bottom .wr > .right .btn_wr {
    margin-right: 30px;
  }
  .header .header_bottom .menu_wr.open {
    display: block !important;
  }
}
@media screen and (max-width: 1300px) {
  .wr {
    max-width: 1024px;
  }
  .laptop_show {
    display: block !important;
  }
  .header .header_top .wr .searchform .form_item {
    width: 200px;
  }
  .header .header_top .wr .left span {
    max-width: 200px;
  }
  .header .header_top .wr .left span + span {
    padding-left: 20px;
  }
  .block_first .wr > .img_bg img {
    right: 0;
    opacity: 0.5;
  }
  .block_callback .box > .df .left {
    padding: 30px;
    padding-right: 0;
  }
  .block_callback .box .df {
    justify-content: space-between;
  }
  .manufacture_chars .item, .block_callback .box > .df .left, .block_callback .box > .df .img_bg, .cols .col, .block_main_manufacture .cols .col:first-child, .block_main_manufacture .cols .gallery_4, .block_we_buid .col_gallery_3 .gallery_3, .block_we_buid .col_gallery_3 .body, .block_we_buid .col_gallery_2 .gallery_2, .block_we_buid .col_gallery_2 .body, .block_we_buid .cols_first .col + .col, .block_we_buid .cols_first .col:first-child {
    width: calc(50% - 15px);
  }
  .block_we_buid .col_last {
    display: block;
  }
  .block_we_buid .col_gallery_3, .block_we_buid .col_gallery_2 {
    width: 100%;
  }
  .block_we_buid .col_gallery_3, .block_we_buid .col_gallery_2 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .block_we_buid .col_gallery_3 .title_1, .block_we_buid .col_gallery_2 .gallery_2 {
    margin-top: 0;
  }
  .block_we_buid .col_gallery_3, .block_we_buid .col_last {
    margin-top: 70px;
  }
  .block_main_manufacture .cols .gallery_4 .slide .img_bg, .block_we_buid .gallery_1 .slide .img_bg, .block_we_buid .gallery_2 .slide .img_bg, .block_we_buid .gallery_3 .slide .img_bg {
    height: 350px;
  }
  .block_we_buid .cols_first {
    align-items: flex-start;
  }
  .block_materials .items .item .img_bg {
    height: 200px;
  }
  .article.article_large {
    font-size: 20px;
  }
  .manufacture_chars .item .number {
    font-size: 44px;
  }
  .main_steps_bottom {
    overflow: hidden;
    overflow-x: scroll;
  }
  .main_steps .wr .steps {
    width: 1400px;
    padding-bottom: 20px;
  }
  .video_item {
    height: 350px;
  }
  .main_steps_cont .steps .item .caption, .block_steps .steps .item .title {
    font-size: 14px;
  }
  .page_contacts .cols .col {
    width: calc(33.33% - 20px);
    margin-right: 30px;
    /*&:first-child {
			width: 100%;
			margin-right: 0;
			margin-bottom: 60px;
		}
		&:last-child {
			margin-right: 0;
		}*/
  }
  .page_contacts .cols article.post-8 {
    max-width: 100%;
    width: 100%;
  }
  .page_contacts + article {
    margin-top: 60px;
  }
  .manufacture_chars .item {
    margin-top: 30px;
  }
  .vacancies_listing .item .article {
    display: block !important;
  }
  .vacancies_listing .item .article .right, .vacancies_listing .item .article .left {
    width: 100%;
    padding-left: 0;
  }
  .vacancies_listing .item .article .right {
    margin-top: 30px;
  }
  .main_img_sets .img_bg {
    height: 400px;
  }
  .main_img_sets .items {
    margin-top: 30px;
    position: relative;
    display: flex;
    top: 0;
    left: 0;
  }
  .main_img_sets .items .item {
    padding: 0;
    width: calc(25% - 23px);
    margin-right: 30px;
  }
  .main_img_sets .items .item:nth-child(4n) {
    margin-right: 0;
  }
  .crumbs {
    padding-top: 30px;
  }
  .phone a {
    font-size: 22px;
  }
  .footer .footer_top .col {
    width: calc(25% - 20px);
  }
  .footer .footer_top .offices .item .address br {
    display: none;
  }
  .material_listing .material_cat_item, .material_listing .material_item, .materials_listing .material_cat_item, .materials_listing .material_item {
    width: calc(33.33% - 26px);
    margin-bottom: 40px;
  }
  .material_listing .material_cat_item:nth-child(3n), .material_listing .material_item:nth-child(3n), .materials_listing .material_cat_item:nth-child(3n), .materials_listing .material_item:nth-child(3n) {
    margin-right: 0;
  }
  .header .header_bottom .menu_wr {
    position: absolute;
    width: 100%;
    background: #fff;
    top: 140px;
    left: 0;
    overflow: hidden;
    /*&.open {
			display: block !important;
		}*/
  }
  .header .header_bottom .menu_wr ul.menu {
    padding: 0 15px;
    max-width: 1024px;
    margin: 0 auto;
    display: block;
    position: relative;
  }
  .header .header_bottom .menu_wr ul.menu > li {
    display: block;
    width: 100%;
  }
  .header .header_bottom .menu_wr ul.menu > li + li {
    margin-left: 0;
    border-top: 1px solid #D9D9D9;
  }
  .header .header_bottom .menu_wr ul.menu > li + li:last-child {
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 20px;
  }
  .header .header_bottom .menu_wr ul.menu > li.current-menu-ancestor > a, .header .header_bottom .menu_wr ul.menu > li.current-menu-parent > a, .header .header_bottom .menu_wr ul.menu > li.current-menu-item > a {
    color: #DA6D42;
  }
  .header .header_bottom .menu_wr ul.menu > li.current-menu-ancestor > a:after, .header .header_bottom .menu_wr ul.menu > li.current-menu-parent > a:after, .header .header_bottom .menu_wr ul.menu > li.current-menu-item > a:after {
    border: solid #DA6D42 !important;
    border-width: 0 2px 2px 0 !important;
  }
  .header .header_bottom .menu_wr ul.menu > li.menu-item-has-children > a {
    position: relative;
  }
  .header .header_bottom .menu_wr ul.menu > li.menu-item-has-children > a:after {
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
    content: "";
    display: block;
    padding: 5px;
    border: solid black;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .header .header_bottom .menu_wr ul.menu > li > a {
    font-size: 20px;
    color: #000;
    text-decoration: none;
    font-weight: 300;
    display: block;
    padding: 20px 0;
  }
  .header .header_bottom .menu_wr ul.menu > li ul.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    background: #fff;
    height: 100%;
    width: 100%;
    z-index: 10;
    transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
  }
  .header .header_bottom .menu_wr ul.menu > li ul.sub-menu li {
    display: block;
  }
  .header .header_bottom .menu_wr ul.menu > li ul.sub-menu li a {
    color: #000;
    font-size: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }
  .header .header_bottom .menu_wr ul.menu > li ul.sub-menu li.current_page_item a, .header .header_bottom .menu_wr ul.menu > li ul.sub-menu li.current-menu-item a {
    color: #DA6D42;
    border-bottom: 1px solid rgba(218, 109, 66, 0.5);
  }
  .header .header_bottom .menu_wr ul.menu > li ul.sub-menu li + li {
    margin-top: 20px;
  }
  .header .header_bottom .menu_wr ul.menu > li ul.sub-menu .back a.back_to_main_menu {
    color: #000;
    font-size: 14px;
    display: inline-block;
    padding: 10px 10px 10px 0;
  }
  .header .header_bottom .menu_wr ul.menu > li ul.sub-menu .back a.back_to_main_menu i.angle {
    margin-right: 7px;
    padding: 5px;
  }
  .header .header_bottom .menu_wr ul.menu > li ul.sub-menu .title {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 40px;
  }
  .header .header_bottom .menu_wr ul.menu > li ul.sub-menu.sub-menu_show {
    left: 0;
    padding-left: 15px;
    opacity: 1;
  }
  .fixed_header .header .header_bottom .menu_wr {
    top: 80px;
  }
  body.fix_mm_submenu .header .header_bottom .menu_wr .menu_bottom {
    display: none !important;
  }
  .header .header_bottom .menu_wr ul.menu > li ul.sub-menu {
    padding-top: 20px;
  }
  .header .header_bottom .menu_wr ul.menu > li.two_cols ul.sub-menu.sub-menu_show {
    columns: 3;
  }
}
@media screen and (max-width: 1024px) {
  .wr {
    max-width: 768px;
  }
  .header .header_top .wr .searchform {
    margin-right: 20px;
    margin-left: 20px;
    width: 40px;
  }
  .header .header_top .wr .searchform .form_item input[type="text"] {
    display: none;
  }
  .header .header_top .wr .searchform .form_item button {
    background: #fff;
    border-radius: 12px;
    position: relative;
  }
  .header .header_top .wr .left span {
    max-width: 170px;
  }
  .block_first .wr > .img_bg img {
    width: auto;
  }
  .block_first .wr {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .title_1, .article h1 {
    font-size: 44px;
  }
  .title_2, .article h2 {
    font-size: 36px;
  }
  .title_3, .article h3 {
    font-size: 22px;
  }
  .title_4, .article h4 {
    font-size: 18px;
  }
  .title_5, .article h5 {
    font-size: 16px;
  }
  .header .header_top .wr .left span + span {
    padding-left: 20px;
  }
  .header .header_top .wr .left span {
    font-size: 10px;
  }
  .btn_wr a.btn, .btn_wr a.btn.btn_large {
    line-height: 44px;
    height: 44px;
    padding: 0 20px;
    font-size: 16px;
  }
  .btn_wr a.btn.btn_empty {
    line-height: 40px;
  }
  .block_first .btn_wr {
    margin-top: 30px;
  }
  .block_first .title_4 {
    margin-top: 20px;
  }
  .main_slider .js_main_slider, .main_slider .slide .img_bg {
    height: 400px;
  }
  .block_advantages {
    margin-top: 60px;
    overflow: hidden;
    overflow-x: scroll;
    padding-bottom: 20px;
  }
  .block_advantages .items {
    width: 1200px;
  }
  .front_text, .block_whom {
    padding-top: 60px;
  }
  .block_whom .cols .col .img_bg {
    height: 200px;
  }
  .material_listing, .materials_listing, .block_whom, .block_steps, .block_materials, .block_main_manufacture, .block_we_buid {
    margin-top: 60px;
  }
  .block_we_buid .col_gallery_3 {
    flex-direction: column-reverse;
  }
  .block_main_manufacture .cols, .block_we_buid .col_gallery_2, .block_we_buid .cols_first {
    flex-direction: column;
  }
  .block_main_manufacture .cols .col:first-child, .block_main_manufacture .cols .gallery_4, .block_we_buid .col_gallery_3 .gallery_3, .block_we_buid .col_gallery_3 .body, .block_we_buid .col_gallery_2 .gallery_2, .block_we_buid .col_gallery_2 .body, .block_we_buid .cols_first .col + .col, .block_we_buid .cols_first .col:first-child {
    width: 100%;
  }
  .gallery_1, .gallery_2, .gallery_3, .gallery_4 {
    margin-top: 30px !important;
  }
  .block_main_manufacture .cols .col:first-child .btn_wr {
    margin-top: 30px;
  }
  .block_step_bottom {
    overflow: hidden;
    overflow-x: scroll;
    padding-bottom: 20px;
  }
  .block_steps .steps .item .article {
    display: none;
  }
  .block_steps .steps .item .dot:after {
    width: 200px;
  }
  .block_materials .items {
    width: 1420px;
    gap: 0;
  }
  .block_materials_bottom {
    overflow: hidden;
    overflow-x: scroll;
    padding-bottom: 20px;
  }
  .block_materials .items .item {
    width: 260px !important;
    margin-right: 30px;
  }
  .block_materials .items .item:last-child {
    margin-right: 0;
  }
  .block_materials .items .item .img_bg img {
    object-position: 50% 50%;
  }
  .block_main_manufacture .cols .col:first-child .title_2 {
    margin-top: 0;
  }
  .block_steps .title_df {
    display: block;
  }
  .block_steps .steps {
    width: 1200px;
  }
  .bg .block_reviews {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sitemap_menu > li {
    width: 50%;
    margin-right: 0;
  }
  .sitemap_menu > li.two_cols {
    width: 100%;
  }
  .content_plus_sidebar {
    flex-direction: column-reverse;
  }
  .content_plus_sidebar .cont {
    width: 100%;
    padding-right: 0;
    margin-top: 50px;
  }
  .content_plus_sidebar .side {
    width: 100%;
    max-width: 100%;
  }
  .page-template-page-about .content_plus_sidebar, .page-template-page-manfacture-single .content_plus_sidebar, .page-template-page-manufacture .content_plus_sidebar, .page-template-page-vacancy .content_plus_sidebar, .page-template-page-cooperation .content_plus_sidebar, .single-promo .content_plus_sidebar, .single-object .content_plus_sidebar, .single-project .content_plus_sidebar {
    flex-direction: column;
  }
  .page-template-page-about .content_plus_sidebar .cont, .page-template-page-manfacture-single .content_plus_sidebar .cont, .page-template-page-manufacture .content_plus_sidebar .cont, .page-template-page-vacancy .content_plus_sidebar .cont, .page-template-page-cooperation .content_plus_sidebar .cont, .single-promo .content_plus_sidebar .cont, .single-object .content_plus_sidebar .cont, .single-project .content_plus_sidebar .cont {
    margin-top: 0;
    padding-right: 0;
  }
  .page-template-page-about .side, .page-template-page-manfacture-single .side, .page-template-page-manufacture .side, .page-template-page-vacancy .side, .page-template-page-cooperation .side, .single-promo .side, .single-object .side, .single-project .side {
    margin-top: 50px;
  }
  .single-post .articles_listing {
    flex-wrap: wrap;
  }
  .promo_listing .promo_item, .objects_listing .object_item, .articles_listing .article_item {
    width: calc(50% - 15px);
    margin-right: 0;
    margin-bottom: 30px;
  }
  .promo_listing .promo_item:nth-child(2n), .objects_listing .object_item:nth-child(2n), .articles_listing .article_item:nth-child(2n) {
    margin-left: 30px;
  }
  .manufacture_chars {
    margin-top: 20px;
  }
  .block_steps_slider .js_steps_slider .item {
    display: block;
  }
  .block_steps_slider .js_steps_slider .item .img_wr {
    width: 100%;
  }
  .block_steps_slider .js_steps_slider .item .article {
    width: 100%;
    margin-top: 40px;
  }
  .page_cols3 .item {
    margin-right: 0;
    margin-bottom: 40px;
    width: calc(50% - 15px);
  }
  .page_cols3 .item:nth-child(2n) {
    margin-left: 30px;
  }
  .footer .footer_top {
    flex-wrap: wrap;
  }
  .footer .footer_top .col {
    width: calc(50% - 15px);
    margin-bottom: 50px;
  }
  .footer .footer_top .col:first-child {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .footer .footer_top .col:first-child .logo, .footer .footer_top .col:first-child .slogan {
    margin-top: 0;
    width: calc(50% - 15px);
  }
  .footer .footer_top .col:last-child {
    width: 100%;
  }
  .footer_bottom .menu, .footer_bottom .agency {
    width: calc(50% - 15px);
  }
  .footer .footer_top .menu > li .sub-menu li a {
    font-size: 14px;
  }
  .footer .footer_top .offices .item .title {
    font-size: 16px;
  }
  .footer .footer_top .offices .item .address {
    font-size: 14px;
  }
  .main_steps .steps .item .caption {
    margin-top: 20px;
  }
  .header .header_bottom .menu_wr ul.menu {
    max-width: 768px;
  }
  .header .header_bottom .menu_wr ul.menu > li.two_cols ul.sub-menu.sub-menu_show {
    columns: 2;
  }
}
@media screen and (max-width: 768px) {
  .article img.aligncenter, .article img.alignright, .article img.alignleft {
    float: none !important;
    margin: 0 auto 20px !important;
  }
  .wr {
    max-width: 440px;
  }
  .mobile_hide {
    display: none !important;
  }
  .mobile_show {
    display: block !important;
  }
  .page_wr .searchform {
    margin: 20px 0 30px;
  }
  .page_wr .searchform .form_item button {
    width: 50px;
    height: 50px;
  }
  .search_link {
    width: 30px;
    height: 30px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: #DA6D42;
    color: #fff;
    margin-right: 15px;
    border-radius: 12px;
  }
  .search_link:hover {
    background: #A74D29;
    color: #fff !important;
  }
  .block_first .wr > .img_bg img {
    height: 300px;
    right: 20px;
  }
  .header_phone_mobile {
    padding-right: 25px;
    align-items: center;
  }
  .header_phone_mobile > a {
    font-size: 14px;
    color: #000;
    display: inline-block;
    margin-right: 20px;
    font-weight: 500;
  }
  .crumbs {
    padding-top: 20px;
  }
  .title_1, .article h1 {
    font-size: 32px;
  }
  .title_2, .article h2 {
    font-size: 28px;
  }
  .title_3, .article h3 {
    font-size: 20px;
  }
  .title_4, .article h4 {
    font-size: 18px;
  }
  .title_5, .article h5 {
    font-size: 16px;
  }
  .article.article_large, .article {
    font-size: 14px;
  }
  .title_2 + *, .article h2 + * {
    margin-top: 20px;
  }
  .block_step_bottom {
    padding-bottom: 0;
    overflow: visible;
  }
  .block_steps .steps {
    margin-top: 40px;
    width: auto;
    display: block;
  }
  .block_steps .steps .item {
    height: 110px;
    width: 100%;
  }
  .block_steps .steps .item .title {
    padding-left: 50px;
    padding-top: 0;
    margin-top: -15px;
  }
  .block_steps .steps .item .title a {
    line-height: 1.2em;
    font-size: 14px;
    display: inline-block;
    margin-top: 5px;
    border-bottom: 1px solid rgba(218, 109, 66, 0.5);
  }
  .block_steps .steps .item .dot:before {
    height: 110px;
    top: 12px;
    bottom: auto;
  }
  .block_steps .steps .item .dot:after {
    width: 20px;
  }
  .block_steps .steps .item:last-child .dot:after {
    display: block !important;
  }
  .block_steps .steps .item:last-child .dot:before {
    display: none;
  }
  .main_steps_cont .steps .item .caption, .block_steps .steps .item .title {
    font-size: 18px;
  }
  .block_advantages {
    margin-top: 50px;
  }
  .block_whom .cols {
    display: block;
  }
  .block_whom .cols .col {
    width: 100%;
  }
  .block_whom .cols .col + .col {
    margin-top: 50px;
  }
  .block_whom .cols .col .article {
    margin-top: 20px;
  }
  .block_reviews .box {
    padding: 20px 0;
    padding-right: 0;
  }
  .block_reviews .box .title_2 {
    padding-left: 20px;
  }
  body:not(.page-template-page-reviews) .block_reviews .wr iframe {
    margin: 0 !important;
  }
  .box {
    border-radius: 20px;
  }
  .block_callback .box > .df {
    display: block;
  }
  .block_callback .box > .df .left {
    width: 100%;
    padding: 20px;
  }
  .block_callback .box > .df .right {
    width: 100%;
    height: 250px;
  }
  .block_callback {
    padding: 50px 0;
  }
  body.fixed_header {
    padding-top: 54px;
  }
  .header .header_bottom .wr {
    height: 54px;
  }
  .sitemap_menu {
    display: block;
  }
  .sitemap_menu > li {
    width: 100%;
  }
  .sitemap_menu > li .sub-menu li a {
    font-size: 14px;
  }
  .sitemap_menu > li {
    margin-bottom: 50px;
  }
  .sitemap_menu > li.two_cols .sub-menu {
    columns: 1;
  }
  .block_whom .cols .col .title_2 {
    margin-top: 20px;
  }
  .articles_listing.df {
    display: block;
  }
  .articles_listing .article_item {
    width: 100%;
  }
  .articles_listing .article_item:nth-child(2n) {
    margin-left: 0;
  }
  .info_block, .caption {
    font-size: 14px;
  }
  .info_block .df {
    margin-top: 20px;
  }
  .single-post .block_related {
    padding-top: 30px;
  }
  .single-post .articles_listing {
    margin-top: 30px;
  }
  .vacancies_listing .item + .item {
    margin-top: 30px;
    padding-top: 30px;
  }
  .page_tech .item {
    flex-wrap: wrap;
  }
  .page_tech .item .title_4 {
    width: 100%;
    margin-bottom: 20px;
  }
  .page_tech .item .left, .page_tech .item .center {
    margin-top: 0;
    width: calc(50% - 10px);
  }
  .page_tech .item .left img, .page_tech .item .center img {
    height: 150px;
  }
  .page_tech .item .img_wr {
    margin-top: 0 !important;
  }
  .page_tech .item .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .page_tech .item + .item {
    margin-top: 30px;
    padding-top: 30px;
  }
  .video_item {
    height: 250px;
  }
  .block_steps_slider {
    margin-top: 50px;
  }
  .content_plus_sidebar .side .material_gallery {
    justify-content: space-between;
  }
  .content_plus_sidebar .side .material_gallery .img_wr {
    height: 166px;
  }
  .content_plus_sidebar .side .title_3 + .img_wr {
    margin-top: 30px;
  }
  .block_faq {
    margin-top: 50px;
  }
  .wide_img + div {
    margin-top: 30px;
  }
  .main_img_sets .img_bg {
    height: 250px;
  }
  .main_img_sets .img_bg img {
    object-position: right;
  }
  .main_img_sets .items {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .main_img_sets .items .item {
    background: #F5F5F5;
    padding: 20px;
    width: calc(50% - 10px);
    margin-right: 0;
    min-height: 200px;
    margin-bottom: 20px;
    margin-top: 0 !important;
  }
  .main_img_sets .items .item .caption {
    font-size: 12px;
    margin-top: 10px;
  }
  .main_img_sets .items .item:nth-child(2n) {
    margin-left: 20px;
  }
  .main_img_sets .items .item:nth-last-child(1), .main_img_sets .items .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .sets_cols {
    display: block;
  }
  .sets_cols .col {
    width: 100%;
  }
  .sets_cols .col + .col {
    margin-top: 30px;
  }
  .objects_listing {
    display: block;
  }
  .promo_listing .promo_item, .objects_listing .object_item, .articles_listing .article_item {
    width: 100%;
    margin-left: 0 !important;
  }
  .object_item .body .object_chars .item {
    font-size: 12px;
  }
  .object_item .price {
    margin-top: 20px;
  }
  .promo_listing .promo_item .img_bg, .object_item .img_bg {
    height: 240px;
  }
  .filter_btn {
    margin-top: 30px;
  }
  .btn_wr a.btn_empty.btn_small {
    line-height: 30px;
    height: 32px;
    border: 1px solid #000;
    padding: 0 20px;
    font-size: 12px;
  }
  #mobile_filter .form_item + .form_item {
    margin-top: 20px;
  }
  #mobile_filter .form_item .title_3 + .df {
    margin-top: 10px;
  }
  #mobile_filter .form_item .df {
    flex-wrap: wrap;
  }
  #mobile_filter .form_item .df label {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #mobile_filter .form_item .df label input {
    display: none;
  }
  #mobile_filter .form_item .df label input + span {
    display: block;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    font-size: 12px;
    font-weight: 300;
    padding: 10px 12px;
    border-radius: 6px;
  }
  #mobile_filter .form_item .df label input:checked + span {
    background: #DA6D42;
    border-color: #DA6D42;
    color: #fff;
  }
  .popup {
    padding: 20px;
    width: 100%;
  }
  .block_materials .title_2 br {
    display: none;
  }
  .single-project .sidebar_gallery_slider .js_sidebar_slider .img_wr img, .single-object .sidebar_gallery_slider .js_sidebar_slider .img_wr img {
    border: 1px solid #D9D9D9;
    border-radius: 10px;
  }
  .single-project .sidebar_gallery_slider .js_sidebar_gallery_thumbs .img_bg, .single-object .sidebar_gallery_slider .js_sidebar_gallery_thumbs .img_bg {
    width: 168px;
    height: 110px;
    min-height: 110px;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    overflow: hidden;
  }
  .object_chars .item {
    font-size: 12px;
    padding: 10px 12px;
  }
  .page-template-page-manfacture-single .side, .page-template-page-manufacture .side, .page-template-page-vacancy .side, .page-template-page-cooperation .side, .single-promo .side, .single-object .side, .single-project .side {
    margin-top: 30px;
  }
  .block_related_objects {
    margin-top: 50px;
  }
  .content_plus_sidebar .cont {
    margin-top: 30px;
  }
  .material_listing, .materials_listing {
    margin-left: 0;
    margin-right: 0;
  }
  .material_listing .material_cat_item, .material_listing .material_item, .materials_listing .material_cat_item, .materials_listing .material_item {
    width: calc(50% - 10px);
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .material_listing .material_cat_item:nth-child(2n), .material_listing .material_item:nth-child(2n), .materials_listing .material_cat_item:nth-child(2n), .materials_listing .material_item:nth-child(2n) {
    margin-left: 20px;
  }
  .material_listing .material_item .img_bg, .materials_listing .material_item .img_bg {
    height: 168px;
  }
  .material_listing .material_item .title_4, .materials_listing .material_item .title_4 {
    font-size: 12px;
    margin-top: 10px;
  }
  .material_listing, .materials_listing {
    margin-top: 30px;
  }
  .btn_wr.btn_nav a.btn {
    font-size: 12px;
    padding: 10px 12px;
    border: 1px solid #000;
    height: auto;
    line-height: 1em;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .material_listing .material_cat_item, .material_listing .material_item, .materials_listing .material_cat_item, .materials_listing .material_item {
    margin-bottom: 20px;
  }
  .material_listing .material_cat_item .img_bg, .materials_listing .material_cat_item .img_bg {
    height: 168px;
  }
  .material_listing .material_cat_item .body, .materials_listing .material_cat_item .body {
    padding: 10px;
    padding-bottom: 15px;
  }
  .material_listing .material_cat_item .body .title_5, .materials_listing .material_cat_item .body .title_5 {
    font-size: 12px;
  }
  .material_listing .material_cat_item .body .price, .materials_listing .material_cat_item .body .price {
    font-size: 12px;
    margin-top: 10px;
  }
  .block_steps {
    margin-top: 50px;
  }
  .material_chars {
    font-size: 14px;
  }
  .slider_arrows .slider_arrow {
    width: 54px;
    height: 54px;
  }
  .object_item .body {
    padding: 20px;
    min-height: 0;
  }
  .object_item .body .article {
    margin-top: 10px;
  }
  .object_item .body .object_chars {
    margin-top: 10px;
  }
  .manufacture_chars.wide, .manufacture_chars {
    margin-top: 50px;
  }
  .manufacture_chars.wide .item, .manufacture_chars .item {
    margin-top: 0;
    margin-bottom: 30px;
    width: calc(50% - 10px);
    margin-right: 0;
    margin-left: 0;
  }
  .manufacture_chars.wide .item:nth-child(2n), .manufacture_chars .item:nth-child(2n) {
    margin-left: 20px;
  }
  .manufacture_chars .item .number {
    font-size: 38px;
  }
  .manufacture_chars .item .number + .title_4 {
    margin-top: 5px;
  }
  .manufacture_chars .item .number + .title_4 + .caption {
    margin-top: 10px;
  }
  .page_contacts .cols .col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    /*&:nth-child(2) {
			margin-top: 0;
			padding-top: 0;
			border-top: none;
		}*/
  }
  .page_contacts .cols .col + .col {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #D9D9D9;
  }
  .page_contacts .cols .col .title_4_hide {
    display: none;
  }
  .page_contacts .cols .col .title_4_hide + .article {
    margin-top: 0;
  }
  .page_contacts .cols article.post-8 {
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 0;
    border-top: 1px solid #D9D9D9;
  }
  .articles_listing .news_item {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .articles_listing .news_item .left {
    width: 100%;
  }
  .articles_listing .news_item .right {
    width: 100%;
    margin-top: 10px;
  }
  .articles_listing .news_item .right .caption {
    margin-top: 10px;
  }
  .page_cols3 {
    margin-top: 30px;
  }
  .page_cols3 .item {
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
  }
  .page_cols3 .item + .item {
    margin-top: 30px;
  }
  .pay_delivery .item + .item {
    margin-top: 30px;
  }
  .pay_delivery {
    margin-top: 30px;
  }
  .pay_delivery .cols {
    display: block;
  }
  .pay_delivery .cols .col {
    width: 100%;
  }
  .pay_delivery .cols .col + .col {
    margin-top: 30px;
  }
  .block_first .title_1 span br {
    display: none;
  }
  .block_first .btn_wr {
    display: block;
  }
  .block_first .btn_wr .btn {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .block_first .btn_wr .btn + .btn {
    margin-left: 0;
    margin-top: 10px;
  }
  .main_slider .js_main_slider {
    height: 254px;
  }
  .main_slider .slide .img_bg {
    height: 200px;
  }
  .main_slider .slider_arrows {
    display: flex;
  }
  .main_slider .slider_arrows .slider_arrow {
    mix-blend-mode: normal;
    color: #000;
    border-color: #000;
    position: relative;
    left: auto !important;
    right: auto !important;
    top: 0;
    margin-top: 20px;
  }
  .main_slider .slider_arrows .slider_arrow:hover {
    background: #fff;
    border-color: #000;
  }
  .main_slider .slide .btn_wr {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 10px;
  }
  .main_slider .slide .btn_wr .btn {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .main_slider .slide .js_play_video {
    left: 20px;
    top: 20px;
  }
  .block_advantages .items .item {
    padding: 20px;
  }
  .block_advantages .items .item .img_wr {
    width: 90px;
    height: 90px;
  }
  .block_we_buid .title_1 {
    font-size: 38px;
  }
  .block_we_buid .col_gallery_3 .gallery_3 .slide .img_bg, .block_main_manufacture .cols .gallery_4 .slide .img_bg, .block_we_buid .gallery_1 .slide .img_bg, .block_we_buid .gallery_2 .slide .img_bg, .block_we_buid .gallery_3 .slide .img_bg {
    height: 250px;
  }
  .home .block_main_about, .home .block_steps, .home .block_objects {
    margin-top: 70px;
  }
  .block_main_about .cols {
    display: block;
  }
  .block_main_about .cols .col {
    width: 100%;
  }
  .block_main_about .cols .col + .col {
    margin-top: 10px;
  }
  .block_main_about .btn_wr {
    margin-top: 30px;
  }
  .main_news .title_3 {
    font-size: 28px;
  }
  .articles_listing .article_item .date + .title_4 {
    font-size: 14px;
  }
  .articles_listing .article_item .title_4 a {
    font-size: 12px;
  }
  .main_news .btn_wr {
    text-align: left;
  }
  .main_steps {
    margin-top: 70px;
  }
  body:not(.page-template-page-reviews) .bg .block_reviews {
    padding-bottom: 20px;
  }
  .block_callback {
    padding-top: 20px;
  }
  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"] {
    line-height: 50px;
    height: 50px;
  }
  .block_callback .box > .df .left form + .article {
    margin-top: 30px;
  }
  .block_we_buid .col_gallery_3 .gallery_3 .slide .img_bg, .block_main_manufacture .cols .gallery_4 .slide .img_bg, .block_we_buid .gallery_1 .slide .img_bg, .block_we_buid .gallery_2 .slide .img_bg, .block_we_buid .gallery_3 .slide .img_bg {
    border-radius: 16px;
  }
  .block_main_manufacture .slider_arrow, .block_we_buid .slider_arrows .slider_arrow {
    top: auto;
    bottom: 10px;
    width: 44px;
    height: 44px;
  }
  .block_main_manufacture .slider_arrow.slider_arrow_left, .block_we_buid .slider_arrows .slider_arrow.slider_arrow_left {
    left: 10px;
  }
  .block_main_manufacture .slider_arrow.slider_arrow_right, .block_we_buid .slider_arrows .slider_arrow.slider_arrow_right {
    left: 54px;
    right: auto;
  }
  .header .header_bottom .menu_wr ul.menu > li ul.sub-menu {
    height: calc(100vh - 54px);
    min-height: 100%;
  }
  .header .header_bottom .menu_wr {
    height: calc(100vh - 54px);
    padding-bottom: 150px;
    top: 54px;
    overflow: hidden;
    overflow-y: scroll;
  }
  .header .header_bottom .menu_wr .menu_bottom, .header .header_bottom .menu_wr ul.menu {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 440px;
    margin: 0 auto;
  }
  .header .header_bottom .menu_wr .menu_bottom .slogans span {
    display: block;
    font-size: 12px;
    line-height: 1.2em;
  }
  .header .header_bottom .menu_wr .menu_bottom .slogans span + span {
    margin-top: 15px;
  }
  .header .header_bottom .menu_wr .menu_bottom .phone_wr {
    margin-top: 30px;
    align-items: center;
  }
  .header .header_bottom .menu_wr .menu_bottom .phone_wr > a {
    font-size: 26px;
    font-weight: 500;
    color: #000;
  }
  .header .header_bottom .menu_wr .menu_bottom .phone_wr .soc {
    margin-left: 30px;
  }
  .header .header_bottom .menu_wr .menu_bottom .btn_wr {
    margin-top: 15px;
  }
  .header .header_bottom .menu_wr .menu_bottom .offices {
    margin-top: 40px;
  }
  .header .header_bottom .menu_wr .menu_bottom .offices .item + .item {
    margin-top: 20px;
  }
  .header .header_bottom .menu_wr .menu_bottom .offices .address {
    margin-top: 10px;
  }
  .fixed_header .header .header_bottom .menu_wr {
    top: 54px;
  }
  body.fix_mm {
    position: relative;
    overflow: hidden;
  }
  .header .header_bottom .menu_wr ul.menu > li.two_cols ul.sub-menu.sub-menu_show {
    height: 1000px;
    columns: 1;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fpk-stroi.ru%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fpkstroy%2Fscss%2Fstyle.scss%22%2C%22wp-content%2Fthemes%2Fpkstroy%2Fscss%2Fqueries.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AA8BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKP%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKG%3BAAAA%3BAAAA%3BAAAA%3BAAKP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMG%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAnMD%3BAAuMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeD%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGG%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeO%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAGG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAUL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAiBE%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWH%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMG%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BACjkFA%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAGD%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcH%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAGG%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */