* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  min-width: 320px;
  color: #000000;
  background: #ffffff;
  font: 14px/18px "ubuntu-Regular", Verdana;
  cursor: default;
}

html {
  height: 100%;
}

body {
  height: auto !important;
  min-height: 100%;
  height: 100%;
  position: relative;
}

html, body, div, applet, object, iframe, blockquote, pre, abbr, acronym, address, big, select, input, textarea,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, fieldset, form, label, legend, caption {
  font: 14px/18px "ubuntu-Regular", Verdana;
  margin: 0;
  padding: 0;
  border: 0;
}

a img, :link img, :visited img {
  border: 0;
}

p {
  padding: 0px;
  margin: 0px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

a {
  cursor: pointer;
  outline: none;
  color: #000000;
  text-decoration: none;
  font: 14px/18px "ubuntu-Regular", Verdana;
}

a:hover {
  text-decoration: none;
}

.clear {
  clear: both;
  line-height: 0px;
  height: 0px;
  width: 0px;
  font-size: 0px;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.hand {
  cursor: pointer;
}

.display_none {
  display: none;
}

input {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: none;
  oveflow: auto;
}

ul {
  list-style: none;
}

strong {
  font-weight: normal;
  font-family: "ubuntu-Bold";
}

/* site styles */
.z_page * {
  font-family: "Inter";
  line-height: 120%;
}

.z_content {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}

.z_block_0 {
  height: 718px;
  background: url(../images/z_bg_0.jpg) center/cover no-repeat;
  padding-top: 178px;
  overflow: hidden;
}

.z_h1 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 50px;
  font-weight: 500;
  color: #fff;
}
.z_h1:before {
  display: block;
  content: "";
  width: 120px;
  height: 3px;
  background: #FF7500;
}

.z_btn {
  display: block;
  height: 62px;
  background: #FF7500;
  font-size: 14px;
  line-height: 62px;
  letter-spacing: 22%;
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s;
}
.z_btn:hover {
  filter: brightness(120%);
}

.z0_text {
  max-width: 358px;
  font-size: 20px;
  color: #fff;
  margin-top: 30px;
}

.z0_btn {
  display: block;
  max-width: 265px;
  height: 62px;
  border: 2px solid #fff;
  font-size: 14px;
  line-height: 58px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  transition: 0.3s;
  margin-top: 39px;
}
.z0_btn:hover {
  background: #fff;
  color: #FF7500;
}

.z0_down {
  display: block;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #FF7500 url(../images/z_arrow_down.svg) center/14px no-repeat;
  position: absolute;
  bottom: 0;
  right: 15px;
  cursor: pointer;
  transition: 0.3s;
}
.z0_down:hover {
  filter: brightness(120%);
}
.z0_down:before {
  display: block;
  content: "";
  width: 3px;
  height: 300px;
  background: #fff;
  opacity: 0.5;
  position: absolute;
  top: 82px;
  left: 50%;
  transform: translateX(-50%);
}

.z_block_1 {
  overflow: hidden;
  padding: 50px 0 80px;
  background: #FCFCFC;
}
.z_block_1 .z_content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.z1_left {
  max-width: 510px;
}
.z1_left p {
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 30px;
}
.z1_left p:last-child {
  margin-bottom: 0;
}

.z_head {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 15px;
  position: relative;
  padding: 90px 0 40px 0;
  margin-bottom: 70px;
}
.z_head > div {
  flex: 1;
  font-size: 32px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.z_head > span {
  display: inline-block;
  font-size: 200px;
  line-height: 100%;
  color: #E0E0E0;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0px;
}
.z_head:before {
  display: block;
  content: "";
  flex-shrink: 0;
  width: 60px;
  height: 3px;
  background: #FF7500;
  position: relative;
  z-index: 1;
}
.z_head.zh_1 {
  padding: 90px 0 20px 25px;
}
.z_head.zh_1:before {
  width: 100px;
  position: absolute;
  top: 50px;
  left: 0;
}
.z_head.zh_1 > span {
  font-size: 250px;
  left: 35px;
}
.z_head.zh_2:after {
  display: block;
  content: "";
  width: 600px;
  height: 3px;
  background: #FF7500;
  position: absolute;
  right: -350px;
  top: 108px;
}

.z1_right {
  max-width: 550px;
  width: 100%;
  padding-top: 50px;
}

.z1_items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.z1i_head {
  display: flex;
  align-items: center;
  gap: 30px;
  cursor: pointer;
}
.z1i_head.opened:after {
  transform: rotate(180deg);
}
.z1i_head:after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 7px 9px 7px;
  border-color: transparent transparent #000000 transparent;
  transition: 0.3s;
  margin-right: 10px;
}

.z1ih_img {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #EEEEEE;
  padding: 5px;
}

.z1ih_name {
  flex: 1;
  font-size: 20px;
  font-weight: 500;
}
.z1ih_name.or {
  text-transform: uppercase;
  color: #FF7500;
  font-size: 18px;
}

.z1i_popup {
  display: none;
  font-size: 18px;
  color: #7E7E7E;
  padding: 20px 99px 0;
}

.z_block_2 {
  margin-top: 50px;
  overflow: hidden;
}

.z2_items {
  max-width: 1920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.z2_item {
  display: block;
  height: 20dvw;
  overflow: hidden;
  position: relative;
}
.z2_item:hover > img {
  transform: scale(1.2);
}
.z2_item:hover .z2i_name {
  bottom: 85px;
}
.z2_item:hover .z2i_more {
  left: 45px;
}
.z2_item > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.z2i_name {
  display: block;
  width: calc(100% - 90px);
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  bottom: 45px;
  left: 45px;
  transition: 0.5s;
}

.z2i_more {
  display: flex;
  align-items: center;
  gap: 12px;
  width: calc(100% - 90px);
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 22%;
  position: absolute;
  bottom: 45px;
  left: -150%;
  transition: 0.5s;
}
.z2i_more:after {
  display: block;
  content: "";
  width: 24px;
  height: 13px;
  background: url(../images/arrow_r_or_24x13.svg) center/cover no-repeat;
}

.z_block_3 {
  background: #23232B;
  padding: 80px 0 70px;
  overflow: hidden;
}
.z_block_3 .z_head > span {
  color: #34343C;
}
.z_block_3 .z_head > div {
  color: #fff;
}

.z_works_slider {
  width: 100%;
  max-width: 1920px;
  margin: 90px auto 0;
}
.z_works_slider .owl-stage:after {
  display: none !important;
}
.z_works_slider .owl-dots {
  display: none;
}
.z_works_slider .owl-item {
  transition: all 0.3s ease;
  height: auto;
  transform: scale(0.9);
  opacity: 0.5;
}
.z_works_slider .owl-item.center {
  transform: scale(1);
  opacity: 1;
}
.z_works_slider .owl-prev {
  transform: translate3d(-543px, -50%, 0) rotate(180deg);
}
.z_works_slider .owl-next {
  transform: translate3d(457px, -50%, 0);
}

.owl-prev, .owl-next {
  display: block;
  width: 86px;
  height: 86px;
  background: #FF7500 url(../images/z_slider_chev.svg) center/20px no-repeat;
  border-radius: 50%;
  border: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: 0.3s;
}
.owl-prev.disabled, .owl-next.disabled {
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
.owl-prev:hover, .owl-next:hover {
  opacity: 0.7;
}
.owl-prev > span, .owl-next > span {
  display: none !important;
}

.zw_content {
  width: 1000px;
}
.zw_content > img {
  display: block;
  width: 100%;
}

.zws_more {
  max-width: 265px;
  margin: 50px auto 0;
}

.z3_video_head {
  border-bottom: 3px solid #34343C;
  text-align: center;
  margin: 65px 0;
}
.z3_video_head > span {
  display: inline-block;
  vertical-align: top;
  padding: 0 95px;
  background: #23232B;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  transform: translateY(21px);
}
.z3_video_head > span br {
  display: none;
}

.z_video_slider, .z_articles_slider {
  width: 100%;
}
.z_video_slider .owl-dots, .z_articles_slider .owl-dots {
  display: none;
}
.z_video_slider .owl-prev, .z_articles_slider .owl-prev, .z_video_slider .owl-next, .z_articles_slider .owl-next {
  left: unset;
  transform: translateY(-50%);
}
.z_video_slider .owl-prev, .z_articles_slider .owl-prev {
  transform: translateY(-50%) rotate(180deg);
  left: -43px;
}
.z_video_slider .owl-next, .z_articles_slider .owl-next {
  right: -43px;
}

.zv_content {
  position: relative;
  aspect-ratio: 16/9;
  cursor: pointer;
}
.zv_content iframe {
  width: 100%;
  height: 100%;
}

.z_block_4 {
  padding: 80px 0 70px;
  overflow: hidden;
  position: relative;
}
.z_block_4 .z_head:before {
  width: 165px;
}
.z_block_4 .z_content {
  z-index: 1;
}
.z_block_4:before {
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: #FCFCFC;
  position: absolute;
  left: 0;
  top: 0;
}
.z_block_4:after {
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: #EEEEEE;
  position: absolute;
  right: 0;
  top: 0;
}

.za_article {
  display: block;
  border: 1px solid #E0E0E0;
  background: #fff;
}
.za_article > img {
  display: block;
  width: 100%;
  transition: 0.3s;
}
.za_article:hover .za_name {
  color: #FF7500;
}

.za_name_link:hover{
  color: #FF7500;
}

.za_article:hover > img {
  filter: brightness(120%);
}

.za_block {
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.za_name {
  font-size: 26px;
  line-height: 140%;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.3s;
}

.za_name_link {
  font-size: 26px;

}

.za_text {
  font-size: 20px;
  line-height: 140%;
  color: #808080;
  margin-top: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.za_info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}
.za_info > span {
  font-size: 18px;
  color: #595959;
}
.za_info > i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #595959;
}

.z_block_5 {
  background: url(../images/z5_bg.jpg) center/cover no-repeat;
  padding: 60px 0;
}

.z_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 490px;
}

.zf_head {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
}

.zf_text {
  font-size: 20px;
  line-height: 140%;
  color: #fff;
  margin: 5px 0 15px;
}

.zf_input {
  display: block;
  width: 100%;
  height: 62px;
  background: #27272F;
  border: 2px solid #fff;
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 10px;
}

@media only screen and (max-width: 1300px) {
  .z_video_slider .owl-prev, .z_articles_slider .owl-prev {
    left: -5px;
  }
  .z_video_slider .owl-next, .z_articles_slider .owl-next {
    right: -5px;
  }
} /*1300 */
@media only screen and (max-width: 1100px) {
  .z_works_slider {
    padding: 0 10px;
  }
  .z_works_slider .owl-item {
    transform: unset;
  }
  .z_works_slider .owl-item.center {
    transform: unset;
    opacity: 1;
  }
  .z_works_slider .owl-prev {
    left: 5px;
    transform: translate3d(0, -50%, 0) rotate(180deg);
  }
  .z_works_slider .owl-next {
    right: 5px;
    left: unset;
    transform: translate3d(0, -50%, 0);
  }
  .owl-prev, .owl-next {
    width: 36px;
    height: 36px;
    background: #FF7500 url(../images/z_slider_chev.svg) center/10px no-repeat;
  }
  .zw_content {
    width: 100%;
  }
} /*1100*/
@media only screen and (max-width: 1024px) {
  .z_block_1 {
    padding: 30px 0 50px;
  }
  .z_block_2 {
    margin-top: 30px;
  }
  .z_block_1 .z_content {
    gap: 60px;
    flex-direction: column;
  }
  .z1_left, .z1_right {
    max-width: 100%;
  }
  .z1_right {
    padding-top: 0;
  }
  .z2_items {
    grid-template-columns: repeat(2, 1fr);
  }
  .z2_item {
    height: 35dvw;
  }
  .z_block_3 {
    padding: 25px 0 60px;
  }
  .z_block_4 {
    padding: 25px 0 60px;
  }
  .z_works_slider {
    margin-top: 30px;
  }
  .zws_more {
    margin-top: 35px;
  }
  .z3_video_head {
    font-size: 22px;
    margin: 40px 0 60px;
  }
  .z3_video_head > span {
    font-size: 22px;
    padding: 0 22px;
    transform: translateY(15px);
  }
} /*1024*/
@media only screen and (max-width: 768px) {
  .z_btn {
    height: 56px;
    line-height: 56px;
    font-size: 13px;
  }
  .z_head {
    padding: 41px 0 20px 0;
    margin: 10px 0 50px;
  }
  .z_head > div {
    font-size: 22px;
  }
  .z_head > span {
    font-size: 100px;
  }
  .z_head:before {
    width: 35px;
    height: 2px;
  }
  .z_head.zh_1 {
    padding: 76px 0 0 15px;
  }
  .z_head.zh_1:before {
    width: 60px;
    top: 45px;
    left: 5px;
  }
  .z_head.zh_1 > span {
    font-size: 150px;
    left: 22px;
  }
  .z_head.zh_2:after {
    position: static;
    height: 2px;
    transform: translateX(20px);
  }
  .z1_left p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .z1i_head {
    gap: 15px;
  }
  .z1_items {
    gap: 30px;
  }
  .z1ih_img {
    width: 46px;
    height: 46px;
    padding: 10px;
  }
  .z1ih_img > img {
    width: 100%;
  }
  .z1ih_name {
    font-size: 16px;
  }
  .z1ih_name.or {
    font-size: 14px;
  }
  .z1i_popup {
    font-size: 13px;
    padding: 6px 15px 0 61px;
  }
  .z2_item:hover .z2i_name {
    bottom: 50px;
  }
  .z2_item:hover .z2i_more {
    left: 20px;
  }
  .z2i_name {
    width: calc(100% - 40px);
    font-size: 20px;
    bottom: 20px;
    left: 20px;
  }
  .z2i_more {
    font-size: 13px;
    bottom: 20px;
  }
  .z_block_4 .z_head:before {
    width: 35px;
  }
  .z_block_5 {
    background: #23232B url(../images/z5_mob_bg.jpg) bottom/cover no-repeat;
    padding: 44px 0 379px;
  }
  .z_form {
    max-width: 100%;
  }
  .zf_head {
    font-size: 22px;
  }
  .zf_text {
    font-size: 14px;
  }
  .zf_input {
    height: 56px;
    font-size: 13px;
  }
} /*768*/
@media only screen and (max-width: 550px) {
  .z_block_0 {
    height: unset;
    padding: 143px 0 103px;
  }
  .z_h1 {
    font-size: 26px;
  }
  .z_h1:before {
    width: 80px;
    height: 2px;
  }
  .z0_text {
    font-size: 14px;
    max-width: 249px;
    margin-top: 20px;
  }
  .z0_btn {
    max-width: 230px;
    height: 56px;
    font-size: 13px;
    line-height: 52px;
    margin-top: 30px;
  }
  .z0_down {
    width: 52px;
    height: 52px;
    background: #FF7500 url(../images/z_arrow_down.svg) center/12px no-repeat;
    position: relative;
    bottom: unset;
    right: unset;
    margin: 67px auto 0;
  }
  .za_block {
    padding: 20px;
  }
  .za_name {
    font-size: 20px;
  }
  .za_name_link {
    font-size: 20px;
  }
  .za_text {
    font-size: 14px;
  }
  .za_info {
    margin-top: 20px;
    gap: 9px;
  }
  .za_info > span {
    font-size: 13px;
  }
} /*550*/
@media only screen and (max-width: 480px) {
  .z2_items {
    grid-template-columns: repeat(1, 1fr);
  }
  .z2_item {
    height: unset;
  }
  .z3_video_head > span {
    transform: translateY(27px);
  }
  .z3_video_head > span br {
    display: inline;
  }
} /*480*/

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