@charset "UTF-8";
.wrapper {
  max-width: 1344px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

section {
  padding: 0 20px;
}

.site-header {
  z-index: 4;
}

.histories {
  position: relative;
}
.histories .histories_control {
  position: sticky;
  top: 105px;
  padding-top: 60px;
  max-width: 1344px;
  width: 100%;
  overflow-x: hidden;
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
}
.histories .histories_control .control_body {
  background-color: white;
  overflow-x: auto; /* лучше auto */
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  width: 100%;
}
.histories .histories_control .control_body::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.histories .histories_control .control_body .controls {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 24px;
  position: relative;
  width: 100%;
}
.histories .histories_control .control_body .controls::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: rgba(0, 0, 0, 0.12);
}
.histories .histories_control .control_body .controls .controls_progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: #242424;
  will-change: transform, width;
  transition: transform 0.08s linear, width 0.08s linear;
  pointer-events: none;
}
.histories .histories_control .control_body .controls .control {
  margin-right: 50px;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  flex: 1 0 0;
  color: #242424;
  font-family: Onest, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  opacity: 0.55;
  position: relative;
}
@media (max-width: 825px) {
  .histories .histories_control .control_body .controls .control {
    margin-right: 30px;
  }
}
.histories .histories_control .control_body .controls .control:last-of-type {
  margin-right: 0;
}
@media (max-width: 825px) {
  .histories .histories_control .control_body .controls .control:last-of-type {
    margin-right: 0;
  }
}
.histories .histories_control .control_body .controls .control.active {
  opacity: 1;
}
@media (max-width: 1200px) {
  .histories .histories_control {
    top: 125px;
  }
}
@media (max-width: 1050px) {
  .histories .histories_control {
    box-sizing: border-box;
    padding: 60px 0 0 20px;
    background-color: white;
    padding-bottom: 15px;
  }
}
@media (max-width: 825px) {
  .histories .histories_control {
    top: 145px;
  }
}
@media (max-width: 620px) {
  .histories .histories_control {
    top: 15px;
  }
}
.histories .wrapper {
  padding: 120px 0;
}
.histories .wrapper .history_items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 120px;
  margin-bottom: 120px;
  border-bottom: 1px solid #EEF0F3;
  box-sizing: border-box;
}
.histories .wrapper .history_items .history_items_control {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  position: relative;
  max-width: 405px;
  width: 30%;
  box-sizing: border-box;
  padding-left: 53px;
  padding-top: 30px;
}
.histories .wrapper .history_items .history_items_control::before {
  content: "";
  position: absolute;
  background: #242424;
  width: 30px;
  height: 2px;
  top: 60px;
  left: 0;
}
.histories .wrapper .history_items .history_items_control .history_items_title {
  color: #242424;
  font-family: Rubik, roboto, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}
.histories .wrapper .history_items .history_items_control .history_items_control_item {
  font-family: Rubik, roboto, sans-serif;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  color: #242424;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  cursor: pointer;
}
.histories .wrapper .history_items .history_items_control .history_items_control_item:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-decoration: underline;
}
.histories .wrapper .history_items .items {
  border-radius: 20px;
  background: #F1F5F9;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex: 1 0 0;
  padding: 40px;
  position: relative;
  max-width: 885px;
  width: 65%;
  box-sizing: border-box;
}
.histories .wrapper .history_items .items .item {
  margin-bottom: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.histories .wrapper .history_items .items .item .title {
  text-decoration: none;
  display: block;
  color: #242424;
  font-family: Rubik, roboto, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 10px;
}
.histories .wrapper .history_items .items .item .content {
  color: #242424;
  font-family: Rubik, roboto, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.histories .wrapper .history_items .items .item img {
  object-fit: cover;
  display: block;
  border-radius: 20px;
  width: 100%;
  height: auto;
  max-height: 400px;
}
.histories .wrapper .history_items .items .item .gallery {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.histories .wrapper .history_items .items .item .gallery img {
  display: block;
  border-radius: 20px;
  width: 49%;
  height: auto;
  max-height: 400px;
}
.histories .wrapper .history_items .items .item:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1050px) {
  .histories .wrapper .history_items {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .histories .wrapper .history_items .history_items_control {
    max-width: 1050px;
    width: 100%;
    box-sizing: border-box;
    padding: 90px 20px 30px;
  }
  .histories .wrapper .history_items .history_items_control::before {
    top: 60px;
    left: 20px;
  }
  .histories .wrapper .history_items .items {
    padding: 40px 20px;
    max-width: 1050px;
    width: 100%;
  }
  .histories .wrapper .history_items .items .item {
    margin-bottom: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .histories .wrapper .history_items .items .item .title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
  }
  .histories .wrapper .history_items .items .item .content {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
  .histories .wrapper .history_items .items .item img {
    max-height: 300px;
  }
  .histories .wrapper .history_items .items .item .gallery {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .histories .wrapper .history_items .items .item .gallery img {
    width: 100%;
    max-height: 300px;
  }
  .histories .wrapper .history_items .items .item .gallery img:last-of-type {
    margin-top: 30px;
  }
  .histories .wrapper .history_items .items .item:last-of-type {
    margin-bottom: 0;
  }
}
.histories .wrapper .history_items:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
@media (max-width: 1050px) {
  .histories .wrapper .history_items:first-of-type .history_items_control {
    padding: 0 20px 30px;
  }
  .histories .wrapper .history_items:first-of-type .history_items_control::before {
    top: -30px;
  }
}
@media (max-width: 1200px) {
  .histories .wrapper {
    padding: 90px 0 70px;
  }
}
@media (max-width: 1050px) {
  .histories .wrapper {
    padding: 90px 0 50px;
  }
}
@media (max-width: 750px) {
  .histories .wrapper {
    padding: 90px 0 25px;
  }
}
@media (max-width: 450px) {
  .histories .wrapper {
    padding: 90px 0 0;
  }
}
@media (max-width: 1050px) {
  .histories {
    padding: 0;
  }
}

.implica_te {
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
  background: url(../images/implica-te.jpg);
  padding: 120px 40px;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
}
.implica_te .wrapper .implica_te_content {
  max-width: 645px;
  position: relative;
}
.implica_te .wrapper .implica_te_content h3 {
  color: #FFF;
  font-family: Rubik, roboto, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}
.implica_te .wrapper .implica_te_content p {
  color: #FFF;
  font-family: Rubik, roboto, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.implica_te .wrapper .implica_te_content .implica_te_bottom {
  padding-top: 40px;
}

html {
  margin-top: 0 !important;
}

#wpadminbar {
  display: none !important;
}

/*# sourceMappingURL=history.css.map */
