@charset "UTF-8";
body {
  position: relative; }
  body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: linear-gradient(0deg, #DCDCDC, #DCDCDC), #D35400;
    z-index: -1; }

.bread_crumbs {
  margin-bottom: 40px; }
  .bread_crumbs ul {
    display: flex !important;
    max-width: unset;
    gap: 0 !important;
    margin: 0;
    padding: 0 !important;
    list-style-type: none; }
    .bread_crumbs ul li {
      margin-right: 13px;
      padding: 0 !important;
      color: rgba(255, 255, 255, 0.32); }
      .bread_crumbs ul li a {
        padding-right: 13px; }
      .bread_crumbs ul li a, .bread_crumbs ul li span {
        color: rgba(255, 255, 255, 0.32);
        font-size: 14px;
        line-height: 16px;
        font-weight: 700;
        text-transform: uppercase; }
      .bread_crumbs ul li span {
        color: #ffff; }

.soc.type2 {
  gap: 40px; }
  .soc.type2 li a {
    width: 32px;
    height: 32px;
    border: none; }
    .soc.type2 li a svg {
      max-width: 26px;
      max-height: 26px; }

.soc {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .soc li {
    margin-bottom: 0 !important;
    line-height: 1; }
    .soc li a {
      display: flex !important;
      justify-content: center;
      align-items: center;
      width: 48px;
      height: 48px;
      border: 1px solid rgba(255, 255, 255, 0.16);
      transition: 0.3s; }
      .soc li a.ln svg path {
        fill: #D35400; }
      .soc li a:hover {
        background: #ffff; }
      .soc li a svg {
        max-width: 24px;
        max-height: 24px; }

a {
  text-decoration: none; }

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 53px;
  height: 72px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: #D35400;
  border: none;
  transition: 0.3s; }
  .btn:hover {
    color: #FFFFFF;
    background: #393838; }

.block_title.type2 {
  font-size: 32px;
  line-height: 48px; }
  .block_title.type2 br {
    display: none; }

.block_title {
  position: relative;
  display: block;
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
  text-transform: uppercase; }
  .block_title::before {
    content: "";
    position: absolute;
    top: 15px;
    left: -24px;
    width: 6px;
    height: 34px;
    background: #D35400; }

.arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #D35400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background: 0 0;
  border: none; }

.section {
  padding: 56px 0; }

.page-desc.type2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% + 66px);
  background: #ffff;
  z-index: -1; }
.page-desc.type2 .block_title {
  z-index: 3; }

.page-desc.type3 {
  margin-bottom: 68px; }

.page-desc {
  position: relative;
  display: inline-block;
  padding: 17px 0;
  margin: 0 0 88px;
  font-size: 24px;
  line-height: 1;
  border-top: 1px solid #D35400;
  border-bottom: 1px solid #D35400; }

.main-container {
  position: relative; }
  .main-container::before, .main-container::after {
    content: "";
    position: absolute;
    top: -56px;
    left: -15px;
    width: 1px;
    height: calc(100% + 56px);
    background: linear-gradient(0deg, #DCDCDC, #DCDCDC), #D35400;
    z-index: 1; }
  .main-container::after {
    left: unset;
    right: -15px; }

main.page {
  position: relative;
  padding-top: 56px; }
  main.page::after {
    content: "";
    position: absolute;
    top: -153px;
    right: 0;
    display: none;
    width: 929px;
    height: 860px;
    background: url(../images/текстура3.png);
    background-position: center;
    background-size: contain;
    z-index: 1; }
  main.page section.desc {
    margin: 56px 12px;
    padding: 48px 40px; }
    main.page section.desc .desc_wrap {
      flex-direction: column;
      gap: 16px; }
    main.page section.desc p {
      margin: 0;
      width: 100%; }
    main.page section.desc .img {
      display: none; }

header.pages .h_bottom {
  padding: 200px 0 40px; }
  header.pages .h_bottom .h_bottom_wrap p {
    margin-bottom: 96px; }

header.proj .h_bottom .h_bottom_wrap .fl p {
  max-width: 786px; }
  header.proj .h_bottom .h_bottom_wrap .fl p br {
    display: none; }
header.proj .h_bottom .h_bottom_wrap .fl .line {
  max-width: 279px; }
  header.proj .h_bottom .h_bottom_wrap .fl .line::before {
    top: -150px; }

header.index .h_bottom .h_bottom_wrap .fl p {
  max-width: 468px; }
  header.index .h_bottom .h_bottom_wrap .fl p br {
    display: none; }
header.index .h_bottom .h_bottom_wrap .fl .line {
  max-width: 609px; }

header.type {
  min-height: unset;
  min-height: unset;
  max-height: unset; }
  header.type .h_bottom {
    display: flex;
    min-height: 100vh;
    min-height: 1080px;
    max-height: 1080px;
    padding: 0;
    align-items: center; }
  header.type .bread_crumbs {
    margin-bottom: 80px; }

header {
  position: relative;
  min-height: 100vh;
  min-height: 1080px;
  max-height: 1080px;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
  z-index: 4; }
  header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(22, 22, 22, 0.64), rgba(22, 22, 22, 0.64));
    z-index: 1; }
  header.index {
    background-attachment: unset; }
    header.index::before {
      display: none; }
  header.sc .h_top {
    background-image: var(--bg);
    background-position: top;
    background-size: cover;
    border-bottom: none;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08); }
    header.sc .h_top::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, rgba(22, 22, 22, 0.64), rgba(22, 22, 22, 0.64));
      z-index: 1; }
    header.sc .h_top .h_top_wrap .h_logo::after {
      opacity: 0;
      transition: all 0.4s ease; }
  header .container {
    position: relative;
    z-index: 3; }
  header .h_top {
    position: fixed;
    top: 0;
    width: 100%;
    background-position: center;
    background-size: cover;
    transition: all 0.4s ease;
    z-index: 20; }
    header .h_top .h_top_wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 24px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      header .h_top .h_top_wrap .h_logo {
        position: relative;
        display: flex;
        padding-right: 24px; }
        header .h_top .h_top_wrap .h_logo::after {
          content: "";
          position: absolute;
          top: -15px;
          right: 0;
          width: 1px;
          height: 175px;
          background: rgba(255, 255, 255, 0.2);
          z-index: 1; }
        header .h_top .h_top_wrap .h_logo img {
          height: 42px; }
      header .h_top .h_top_wrap .h_menu {
        display: flex;
        gap: 35px;
        margin: 0;
        padding: 0;
        list-style-type: none; }
        header .h_top .h_top_wrap .h_menu li {
          line-height: 1; }
          header .h_top .h_top_wrap .h_menu li.active a, header .h_top .h_top_wrap .h_menu li.current-menu-item a {
            position: relative;
            color: #D35400; }
            header .h_top .h_top_wrap .h_menu li.active a::before, header .h_top .h_top_wrap .h_menu li.current-menu-item a::before {
              content: "";
              position: absolute;
              left: 50%;
              bottom: 0;
              display: block;
              width: 18px;
              height: 9px;
              background: url(../images/elem1.svg) center no-repeat;
              transform: translate(-50%, 0);
              z-index: 1; }
          header .h_top .h_top_wrap .h_menu li a {
            display: flex;
            padding: 28px 0;
            color: #FFFFFF;
            font-size: 14px;
            line-height: 16px;
            font-weight: 700;
            text-transform: uppercase;
            transition: 0.3s; }
            header .h_top .h_top_wrap .h_menu li a:hover {
              color: #D35400; }
      header .h_top .h_top_wrap .h_call_mob {
        display: none;
        justify-content: center;
        align-items: center;
        gap: 4px;
        color: #FFFFFF;
        padding: 0;
        margin-left: auto;
        font-size: 14px;
        font-weight: bold;
        background: unset;
        border: none;
        cursor: pointer; }
        header .h_top .h_top_wrap .h_call_mob svg path {
          fill: #D35400; }
      header .h_top .h_top_wrap .h_call {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        height: 72px;
        padding: 0 12px;
        color: #D35400;
        font-size: 14px;
        line-height: 17px;
        font-weight: 700;
        text-transform: uppercase;
        background: rgba(255, 255, 255, 0.64);
        border: none;
        transition: 0.3s; }
        header .h_top .h_top_wrap .h_call:hover {
          background: white; }
      header .h_top .h_top_wrap .h_hamburger {
        display: none;
        justify-content: center;
        align-items: center;
        padding: 0;
        background: none;
        border: none; }
  header .h_bottom {
    padding: 307px 0; }
    header .h_bottom .h_bottom_wrap .descr {
      margin-bottom: 24px;
      color: #ffff;
      font-size: 24px;
      line-height: 32px; }
    header .h_bottom .h_bottom_wrap .tb {
      position: relative; }
    header .h_bottom .h_bottom_wrap .line {
      position: relative;
      width: 100%;
      margin-top: 18px;
      height: 1px;
      background: rgba(255, 255, 255, 0.2); }
      header .h_bottom .h_bottom_wrap .line::before {
        content: "";
        position: absolute;
        top: -168px;
        width: 100%;
        height: 1px;
        background: rgba(255, 255, 255, 0.2); }
    header .h_bottom .h_bottom_wrap .fl {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 30px; }
      header .h_bottom .h_bottom_wrap .fl p {
        width: 100%;
        max-width: 340px; }
    header .h_bottom .h_bottom_wrap h1, header .h_bottom .h_bottom_wrap p {
      color: #ffff; }
    header .h_bottom .h_bottom_wrap .type2 {
      font-size: 56px;
      line-height: 72px; }
    header .h_bottom .h_bottom_wrap p {
      margin-bottom: 0;
      font-size: 24px;
      line-height: 32px; }
    header .h_bottom .h_bottom_wrap .btn {
      position: relative;
      padding: 0 17px; }
      header .h_bottom .h_bottom_wrap .btn::after {
        content: "";
        position: absolute;
        top: -64px;
        right: -1px;
        width: 1px;
        height: 720px;
        background: rgba(255, 255, 255, 0.2);
        z-index: 1; }
    header .h_bottom .h_bottom_wrap .play {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 1px;
      width: 72px;
      height: 72px;
      background: #fff;
      border-radius: 50%;
      border: none;
      transition: 0.3s; }
      header .h_bottom .h_bottom_wrap .play:hover {
        background: #D35400; }
        header .h_bottom .h_bottom_wrap .play:hover svg path {
          fill: #fff; }
    header .h_bottom .h_bottom_wrap .group {
      display: flex;
      justify-content: space-between;
      gap: 137px;
      padding-top: 96px; }
    header .h_bottom .h_bottom_wrap .elem {
      display: flex;
      gap: 134px; }
    header .h_bottom .h_bottom_wrap ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      max-width: 615px;
      margin: 0;
      padding: 0;
      list-style-type: none; }
      header .h_bottom .h_bottom_wrap ul li {
        padding: 0; }
        header .h_bottom .h_bottom_wrap ul li .head, header .h_bottom .h_bottom_wrap ul li p {
          color: #FFFFFF;
          font-size: 16px;
          line-height: 24px;
          font-weight: 700;
          text-transform: uppercase; }
        header .h_bottom .h_bottom_wrap ul li .head {
          position: relative;
          height: 46px;
          margin-bottom: 32px; }
          header .h_bottom .h_bottom_wrap ul li .head::before {
            content: "";
            position: absolute;
            top: 0;
            left: -11px;
            width: 4px;
            height: 100%;
            background: #D35400;
            z-index: 2; }
          header .h_bottom .h_bottom_wrap ul li .head::after {
            content: "";
            position: absolute;
            top: 0;
            left: -11px;
            width: 1px;
            height: 551px;
            background: rgba(255, 255, 255, 0.2);
            z-index: 1; }
        header .h_bottom .h_bottom_wrap ul li p {
          margin: 0;
          font-family: "Lato", sans-serif;
          font-weight: 500;
          text-transform: none; }

footer {
  position: relative;
  background: #282828; }
  footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 595px;
    height: 643px;
    background: url(../images/footerelem1.png);
    background-position: center;
    background-size: contain;
    z-index: 1; }
  footer::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 669px;
    height: 643px;
    background: url(../images/footerelem2.png);
    background-position: center;
    background-size: contain;
    z-index: 1; }
  footer .f_top {
    position: relative;
    padding: 112px 0 64px;
    z-index: 3; }
    footer .f_top .f_top_wrap {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px; }
      footer .f_top .f_top_wrap .f_logo {
        display: flex;
        margin-bottom: 32px; }
        footer .f_top .f_top_wrap .f_logo img {
          height: 56px; }
      footer .f_top .f_top_wrap .descr {
        color: rgba(255, 255, 255, 0.32);
        font-size: 16px;
        font-family: "Lato", sans-serif;
        line-height: 24px;
        font-weight: 500; }
      footer .f_top .f_top_wrap .f_menu span, footer .f_top .f_top_wrap .f_info span {
        display: block;
        margin-bottom: 64px;
        color: #FFFFFF;
        font-size: 24px;
        line-height: 1; }
      footer .f_top .f_top_wrap .f_menu .info-desc, footer .f_top .f_top_wrap .f_info .info-desc {
        margin-bottom: 32px;
        color: rgba(255, 255, 255, 0.32);
        font-size: 16px;
        font-family: "Lato", sans-serif;
        line-height: 24px;
        font-weight: 500; }
      footer .f_top .f_top_wrap .f_menu ul, footer .f_top .f_top_wrap .f_info ul {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        footer .f_top .f_top_wrap .f_menu ul li, footer .f_top .f_top_wrap .f_info ul li {
          margin-bottom: 20px; }
          footer .f_top .f_top_wrap .f_menu ul li:last-child, footer .f_top .f_top_wrap .f_info ul li:last-child {
            margin-bottom: 0; }
          footer .f_top .f_top_wrap .f_menu ul li a, footer .f_top .f_top_wrap .f_menu ul li p, footer .f_top .f_top_wrap .f_info ul li a, footer .f_top .f_top_wrap .f_info ul li p {
            color: rgba(255, 255, 255, 0.32);
            font-size: 14px;
            line-height: 16px;
            font-weight: 700;
            text-transform: uppercase;
            transition: 0.3s; }
            footer .f_top .f_top_wrap .f_menu ul li a:hover, footer .f_top .f_top_wrap .f_menu ul li p:hover, footer .f_top .f_top_wrap .f_info ul li a:hover, footer .f_top .f_top_wrap .f_info ul li p:hover {
              color: #D35400; }
      footer .f_top .f_top_wrap .f_menu .contact-list li, footer .f_top .f_top_wrap .f_info .contact-list li {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-bottom: 23px; }
        footer .f_top .f_top_wrap .f_menu .contact-list li .icon, footer .f_top .f_top_wrap .f_info .contact-list li .icon {
          width: 24px;
          height: 24px;
          display: flex;
          justify-content: center;
          align-items: center; }
          footer .f_top .f_top_wrap .f_menu .contact-list li .icon svg, footer .f_top .f_top_wrap .f_info .contact-list li .icon svg {
            max-width: 100%;
            max-height: 100%; }
        footer .f_top .f_top_wrap .f_menu .contact-list li a, footer .f_top .f_top_wrap .f_menu .contact-list li p, footer .f_top .f_top_wrap .f_info .contact-list li a, footer .f_top .f_top_wrap .f_info .contact-list li p {
          width: calc(100% - 40px);
          margin: 0 !important;
          text-transform: none; }
  footer .f_bottom {
    position: relative;
    padding: 64px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    z-index: 3; }
    footer .f_bottom .f_bottom_wrap {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      footer .f_bottom .f_bottom_wrap .f_col {
        display: flex;
        align-items: center; }
      footer .f_bottom .f_bottom_wrap ul {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
        margin: 0;
        padding: 0;
        list-style-type: none; }
        footer .f_bottom .f_bottom_wrap ul li a {
          color: rgba(255, 255, 255, 0.32);
          font-size: 14px;
          line-height: 16px;
          font-weight: 700;
          text-transform: uppercase;
          transition: 0.3s; }
          footer .f_bottom .f_bottom_wrap ul li a:hover {
            color: #D35400; }
      footer .f_bottom .f_bottom_wrap p, footer .f_bottom .f_bottom_wrap span, footer .f_bottom .f_bottom_wrap a {
        margin: 0;
        color: rgba(255, 255, 255, 0.32);
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        font-family: "Lato", sans-serif; }
      footer .f_bottom .f_bottom_wrap p {
        margin-right: 84px; }
      footer .f_bottom .f_bottom_wrap span, footer .f_bottom .f_bottom_wrap a {
        color: #FFFFFF; }

@media(max-width: 1920px) {
  main.page::after {
    display: block; } }
@media(max-width: 1894px) {
  main.page::after {
    display: none; } }
@media(max-width: 1200px) {
  h1, .block_title {
    font-size: 40px;
    line-height: 1.4; }

  .block_title.type2 {
    font-size: 28px;
    line-height: 1.4; }

  .page-desc.type3 {
    margin-bottom: 60px; }

  .page-desc {
    margin-bottom: 60px;
    font-size: 20px; }

  .btn {
    min-width: 168px;
    height: 56px;
    font-size: 12px; }

  .bread_crumbs {
    margin-bottom: 32px; }
    .bread_crumbs ul li a, .bread_crumbs ul li span {
      font-size: 13px; }

  header .h_bottom .h_bottom_wrap .type2 {
    font-size: 40px;
    line-height: 1.4; }

  header .h_bottom .h_bottom_wrap .btn::after {
    display: none; }

  header .h_top .h_top_wrap .h_call_mob {
    display: flex; }

  header.type .h_bottom {
    padding: 150px 0 72px;
    height: auto;
    min-height: unset !important;
    max-height: unset !important; }

  header .h_bottom .h_bottom_wrap .line::before {
    top: -122px; }

  header.pages .h_bottom {
    padding: 150px 0 72px; }
    header.pages .h_bottom .h_bottom_wrap p {
      margin-bottom: 32px; }

  header {
    height: auto;
    min-height: unset;
    max-height: unset; }
    header .h_top {
      padding: 12px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      header .h_top .h_top_wrap {
        border-bottom: none; }
        header .h_top .h_top_wrap .h_menu, header .h_top .h_top_wrap .h_call {
          display: none; }
        header .h_top .h_top_wrap .h_logo {
          padding-right: 0; }
          header .h_top .h_top_wrap .h_logo::after {
            display: none; }
          header .h_top .h_top_wrap .h_logo img {
            height: 34px; }
        header .h_top .h_top_wrap .h_hamburger {
          display: flex; }
    header .h_bottom {
      padding: 150px 0 72px; }
      header .h_bottom .h_bottom_wrap .group {
        flex-direction: column;
        gap: 60px;
        padding-top: 32px; }
      header .h_bottom .h_bottom_wrap .elem {
        gap: 56px; }
      header .h_bottom .h_bottom_wrap ul {
        max-width: unset;
        padding-left: 11px; }
        header .h_bottom .h_bottom_wrap ul li {
          padding-right: 36px; }
          header .h_bottom .h_bottom_wrap ul li .head {
            margin-bottom: 23px; }
      header .h_bottom .h_bottom_wrap .descr {
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 28px; }
      header .h_bottom .h_bottom_wrap p {
        font-size: 16px;
        line-height: 28px; }
      header .h_bottom .h_bottom_wrap .play {
        width: 56px;
        height: 56px; }

  footer .f_top {
    padding: 56px 0; }
    footer .f_top .f_top_wrap .f_menu span, footer .f_top .f_top_wrap .f_info span {
      margin-bottom: 40px !important; }
    footer .f_top .f_top_wrap .f_col:nth-child(2n) {
      padding-left: 20px; }
  footer .f_bottom {
    padding: 56px 0; }
    footer .f_bottom .f_bottom_wrap p {
      margin-right: 20px; } }
@media(max-width: 996px) {
  header.index::before {
    display: block !important; }

  footer::before, footer::after {
    display: none; }
  footer .f_top .f_top_wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px; }
    footer .f_top .f_top_wrap .f_col:nth-child(2n) {
      padding-left: 0; }
  footer .f_bottom .f_bottom_wrap {
    flex-direction: column;
    justify-content: flex-start;
    gap: 40px; } }
@media(max-width: 965px) {
  header.proj .h_bottom .h_bottom_wrap .fl .line::before {
    display: none; } }
@media(max-width: 768px) {
  h1 br {
    display: none; }

  .block_title.type2 {
    font-size: 20px;
    line-height: 32px; }

  h1, .block_title {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.02em; }

  header .h_bottom .h_bottom_wrap .type2 {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.02em; }

  main.page {
    padding-top: 62px; }

  .arrow {
    font-size: 12px;
    line-height: 1; }
    .arrow svg {
      max-width: 12px; }

  .section {
    padding: 32px 0; }

  .page-desc.type3 {
    margin-bottom: 40px; }

  .page-desc {
    margin-bottom: 40px;
    padding: 8px 0;
    width: 100%;
    font-size: 16px;
    line-height: 24px; }

  header.type .bread_crumbs {
    margin-bottom: 40px; }

  header .h_bottom .h_bottom_wrap .tb {
    padding: 17px 0;
    margin-bottom: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  header .h_bottom .h_bottom_wrap .line {
    display: none; }
  header .h_bottom .h_bottom_wrap .group {
    gap: 32px;
    padding-top: 0; }
  header .h_bottom .h_bottom_wrap ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px; }
    header .h_bottom .h_bottom_wrap ul li {
      padding-right: 0; }
      header .h_bottom .h_bottom_wrap ul li:not(:first-child) .head::after {
        display: none;
        height: 408px; }

  header:not(.pages) .h_bottom {
    padding: 83px 0 39px; }

  header.type .h_bottom {
    padding: 83px 0 31px; }

  header.pages .h_bottom {
    padding: 83px 0 31px; }
    header.pages .h_bottom .h_bottom_wrap p {
      margin-bottom: 0; }
    header.pages .h_bottom .h_bottom_wrap .descr {
      display: none;
      line-height: 24px; }
    header.pages .h_bottom .h_bottom_wrap h1 br {
      display: none; }
    header.pages .h_bottom .h_bottom_wrap p {
      line-height: 24px; }
      header.pages .h_bottom .h_bottom_wrap p br {
        display: none; }

  footer .f_top .f_top_wrap {
    grid-template-columns: repeat(1, 1fr); }
    footer .f_top .f_top_wrap .f_logo {
      margin-bottom: 24px; }
    footer .f_top .f_top_wrap .f_menu span, footer .f_top .f_top_wrap .f_info span {
      margin-bottom: 32px !important; }
    footer .f_top .f_top_wrap .f_menu ul li {
      margin-bottom: 24px; }
      footer .f_top .f_top_wrap .f_menu ul li a, footer .f_top .f_top_wrap .f_menu ul li p {
        font-size: 14px;
        line-height: 16px; }

  footer .f_bottom .f_bottom_wrap .f_col {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px; }
  footer .f_bottom .f_bottom_wrap ul {
    flex-direction: column;
    gap: 24px; }
    footer .f_bottom .f_bottom_wrap ul li a {
      font-size: 14px;
      line-height: 16px; } }
@media(max-width: 450px) {
  .bread_crumbs ul li a, .bread_crumbs ul li span {
    font-size: 12px; } }
@media(max-width: 375px) {
  header .h_top .h_top_wrap {
    gap: 14px; }
    header .h_top .h_top_wrap .h_call_mob {
      font-size: 12px; } }
@media(max-width: 360px) {
  .block_title {
    font-size: 20px; }

  .bread_crumbs ul li a, .bread_crumbs ul li span {
    font-size: 11px; }

  main.page {
    padding-top: 56px !important; }

  .section {
    padding: 28px 0; }

  header .h_bottom .h_bottom_wrap ul li .head::after {
    height: 439px !important; }
  header .h_bottom .h_bottom_wrap .elem {
    justify-content: space-between; }
    header .h_bottom .h_bottom_wrap .elem .play {
      order: 1; }
    header .h_bottom .h_bottom_wrap .elem .btn {
      order: 2; } }
@media(max-width: 330px) {
  header .h_top .h_top_wrap .h_call_mob {
    display: none; } }
.title {
  font-size: 20px;
  line-height: 24px;
  color: #282828;
  font-weight: 700;
  text-transform: uppercase; }

.services {
  padding-top: 46px; }
  .services .services_wrap ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 61px;
    row-gap: 30px;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .services .services_wrap ul li {
      position: relative;
      display: flex;
      justify-content: flex-end;
      min-height: 360px;
      overflow: hidden; }
      .services .services_wrap ul li.full {
        grid-column-end: span 2; }
      .services .services_wrap ul li:hover img {
        scale: 1.1; }
      .services .services_wrap ul li:hover .bottom {
        background: #D35400; }
        .services .services_wrap ul li:hover .bottom .title, .services .services_wrap ul li:hover .bottom .arrow {
          color: #FFFF; }
          .services .services_wrap ul li:hover .bottom .title svg path, .services .services_wrap ul li:hover .bottom .arrow svg path {
            fill: #FFFF; }
      .services .services_wrap ul li a {
        display: flex;
        width: 100%; }
      .services .services_wrap ul li img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: scale 0.3s ease-in-out;
        object-fit: cover;
        z-index: 1; }
      .services .services_wrap ul li .bottom {
        position: relative;
        width: 100%;
        padding: 20px 24px;
        margin-top: auto;
        background: #F4F4F4;
        transition: all 0.5s ease;
        z-index: 3; }
      .services .services_wrap ul li .title {
        display: block;
        margin-bottom: 10px; }
  .services .services_wrap .mores {
    margin-top: 40px;
    text-align: center; }
    .services .services_wrap .mores .btn.active::before {
      content: "Abbiegen"; }
    .services .services_wrap .mores .btn::before {
      content: "Mehr anzeigen"; }

.about {
  padding-top: 46px; }
  .about .about_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 61px; }
    .about .about_wrap .img {
      padding-top: 10px;
      position: relative; }
      .about .about_wrap .img::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 731px;
        height: 731px;
        background: url(../images/текстураnew.png) center no-repeat;
        transform: translate(-50%, 0);
        z-index: 1; }
      .about .about_wrap .img img {
        position: relative;
        width: 100%;
        z-index: 3; }
    .about .about_wrap .text p {
      margin-bottom: 32px;
      color: #545454;
      font-size: 16px;
      line-height: 24px;
      font-family: "Lato", sans-serif; }
      .about .about_wrap .text p:last-child {
        margin-bottom: 0; }
    .about .about_wrap .text p:has(strong) {
      margin-bottom: 32px;
      color: #282828;
      font-size: 24px;
      line-height: 32px;
      font-family: "Montserrat"; }
      .about .about_wrap .text p:has(strong) strong {
        font-weight: 400; }
    .about .about_wrap h3 {
      margin-bottom: 24px;
      font-size: 32px;
      line-height: 48px;
      font-weight: 700;
      text-transform: uppercase; }
    .about .about_wrap h4, .about .about_wrap h5, .about .about_wrap h6 {
      margin-bottom: 24px;
      font-size: 20px;
      line-height: 24px;
      font-weight: 700;
      text-transform: uppercase; }

@media(max-width: 996px) {
  .about .about_wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px; }
    .about .about_wrap .img {
      padding-top: 0; }
    .about .about_wrap .text {
      position: relative;
      z-index: 3; }
      .about .about_wrap .text p {
        margin-bottom: 24px; }
      .about .about_wrap .text p:has(strong) {
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 24px; }

  .services .services_wrap ul {
    column-gap: 24px;
    grid-template-columns: repeat(2, 1fr); }
    .services .services_wrap ul li.full {
      grid-column-end: unset; } }
@media(max-width: 768px) {
  .title {
    font-size: 16px;
    line-height: 1; }

  .about {
    padding-top: 0; }

  .services .services_wrap .mores {
    margin-top: 20px; }
    .services .services_wrap .mores .btn {
      padding: 0 20px; }

  .services {
    padding-top: 0; }
    .services.section {
      padding-bottom: 60px; }
    .services .services_wrap ul {
      grid-template-columns: repeat(1, 1fr); }
      .services .services_wrap ul li .bottom {
        padding: 16px; }

  .about .about_wrap h3 {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 32px; } }
.photo-info {
  padding: 32px 0 56px; }

.photo-info.proj .photo-info_wrap p {
  margin-bottom: 42px;
  font-size: 24px;
  line-height: 32px;
  color: #545454;
  font-family: "Montserrat", sans-serif; }
.photo-info.proj .photo-info_wrap .mores {
  margin-top: 72px; }
  .photo-info.proj .photo-info_wrap .mores .btn {
    padding: 0 21px; }

.photo-info .page-desc, div.page .page-desc {
  margin-bottom: 88px; }
.photo-info .photo-info_wrap p, div.page .photo-info_wrap p {
  margin-bottom: 32px;
  color: #545454;
  font-size: 16px;
  line-height: 24px;
  font-family: "Lato", sans-serif; }
  .photo-info .photo-info_wrap p:last-child, div.page .photo-info_wrap p:last-child {
    margin-bottom: 0; }
.photo-info .photo-info_wrap p:has(strong), div.page .photo-info_wrap p:has(strong) {
  color: #282828;
  font-size: 24px;
  line-height: 32px; }
  .photo-info .photo-info_wrap p:has(strong) strong, div.page .photo-info_wrap p:has(strong) strong {
    font-weight: 400; }
.photo-info h3, div.page h3 {
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase; }
.photo-info h4, .photo-info h5, .photo-info h6, div.page h4, div.page h5, div.page h6 {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase; }

@media(max-width: 1200px) {
  .photo-info.proj .photo-info_wrap .mores {
    margin-top: 40px; }

  .photo-info .page-desc, div.page .page-desc {
    margin-bottom: 60px; }

  .photo li img {
    height: auto;
    max-height: 360px; } }
@media(max-width: 996px) {
  .photo-info.proj .photo-info_wrap p {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px; }
  .photo-info.proj .photo-info_wrap p:has(strong) {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px; }

  .photo-info p, div.page .photo-info_wrap p {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px; }
  .photo-info p:has(strong), div.page .photo-info_wrap p:has(strong) {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px; } }
@media(max-width: 768px) {
  .photo-info .page-desc, div.page .page-desc {
    margin-bottom: 40px; }

  .photo-info.proj .photo-info_wrap .mores {
    margin-top: 20px; }

  .photo-info {
    padding: 0 0 32px; }

  .photo-info h3, div.page h3 {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 32px; } }
@media(max-width: 360px) {
  .photo-info {
    padding: 0 0 28px; } }
.dx {
  padding-bottom: 46px; }

.photo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 0 0 56px;
  padding: 0;
  list-style-type: none; }
  .photo li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%; }
    .photo li a:hover::before, .photo li a:hover::after {
      opacity: 1;
      transition: 0.5s; }
    .photo li a::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, rgba(40, 40, 40, 0.64), rgba(40, 40, 40, 0.64));
      opacity: 0;
      z-index: 1; }
    .photo li a::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 56px;
      height: 56px;
      background: url(../images/icon.png) center no-repeat;
      transform: translate(-50%, -50%);
      opacity: 0;
      z-index: 1; }
  .photo li img {
    width: 100%;
    height: 360px;
    object-fit: contain; }
  .photo li p:last-child {
    margin-bottom: 0; }

.photo.type2, .photo.type3 {
  margin-top: 24px; }
  .photo.type2 li.full, .photo.type3 li.full {
    grid-column-end: span 2; }

.photo.type3 {
  margin-top: 88px;
  margin-bottom: 0; }

@media(max-width: 1300px) {
  .photo li img {
    height: 100%; } }
@media(max-width: 996px) {
  .photo {
    grid-template-columns: repeat(2, 1fr); }
    .photo li {
      height: 300px; }
      .photo li.full {
        grid-column-end: unset; }
      .photo li a img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; } }
@media(max-width: 768px) {
  .photo li {
    height: 250px; }
    .photo li a::after {
      width: 40px;
      height: 40px;
      background-size: contain; }

  .dx {
    padding-top: 0; }

  .photo.type3 {
    margin-top: 64px; } }
@media(max-width: 660px) {
  .photo li {
    height: 190px; } }
@media(max-width: 450px) {
  .photo li {
    height: 140px; } }
@media(max-width: 360px) {
  .photo {
    grid-template-columns: repeat(1, 1fr); }
    .photo li {
      height: auto; }
      .photo li a img {
        position: relative;
        height: auto; }

  .photo.type3 {
    margin-top: 46px; }

  .photo.type2 li.full {
    grid-column-end: unset; } }
form {
  position: relative;
  z-index: 3; }
  form .placeholder {
    position: absolute;
    top: 16px;
    left: 0;
    color: #AAAAAA;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase; }
    form .placeholder span {
      color: #D35400; }
  form .form_row {
    position: relative;
    margin-bottom: 24px; }
    form .form_row.error input {
      border-color: #d33535; }
  form input[type="text"], form textarea {
    width: 100%;
    height: 49px;
    padding: 16px 0;
    background: 0 0;
    border: none;
    color: #282828;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #282828;
    box-sizing: border-box; }
    form input[type="text"].err, form textarea.err {
      border-color: #d33535; }
    form input[type="text"]:focus-visible, form textarea:focus-visible {
      border-color: #D35400; }
    form input[type="text"]::placeholder, form textarea::placeholder {
      color: #AAAAAA;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase; }
  form textarea {
    height: 145px;
    resize: none; }
  form .check {
    position: relative;
    line-height: 1;
    margin: 40px 0; }
    form .check input {
      position: absolute;
      top: 3px;
      -webkit-appearance: none;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 18px;
      height: 18px;
      border: 2px solid #5F6368;
      border-radius: 3px;
      transition: 0.3s; }
      form .check input::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: contain; }
      form .check input:checked {
        border-color: #D35400; }
        form .check input:checked::after {
          background-image: url(../images/check-red.svg);
          background-size: 14px; }
      form .check input.error {
        border-color: #d33535 !important; }
    form .check label {
      padding-left: 38px;
      color: #282828;
      font-size: 16px;
      line-height: 24px;
      font-weight: 500;
      font-family: "Lato", sans-serif;
      cursor: pointer; }
      form .check label a {
        color: #D35400;
        text-decoration: none; }

.contact {
  padding-bottom: 0; }
  .contact .contact_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
    .contact .contact_wrap .title {
      margin-bottom: 30px;
      color: #282828;
      font-size: 32px;
      line-height: 1;
      font-weight: 700;
      text-transform: uppercase; }
    .contact .contact_wrap .info {
      position: relative;
      padding: 64px 40px;
      background: #F4F4F4;
      overflow: hidden; }
      .contact .contact_wrap .info::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 564px;
        height: 241px;
        background: url(../images/img2-inf.png);
        background-position: center;
        background-size: contain;
        z-index: 1; }
    .contact .contact_wrap .map iframe {
      width: 100%;
      height: 100%; }

.contact-page .contact_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px; }
  .contact-page .contact_wrap .info {
    position: relative;
    padding: 48px 40px;
    background: #F4F4F4;
    overflow: hidden; }
    .contact-page .contact_wrap .info::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 369px;
      height: 359px;
      background: url(../images/текстура2.png);
      background-position: center;
      background-size: contain;
      z-index: 1; }
    .contact-page .contact_wrap .info .info-list > div {
      position: relative;
      display: flex;
      align-items: flex-start;
      gap: 16px;
      margin-bottom: 32px;
      z-index: 3; }
      .contact-page .contact_wrap .info .info-list > div:last-child {
        margin-bottom: 0; }
      .contact-page .contact_wrap .info .info-list > div .icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 56px;
        height: 56px;
        background: #D35400;
        border-radius: 50%; }
        .contact-page .contact_wrap .info .info-list > div .icon svg, .contact-page .contact_wrap .info .info-list > div .icon img {
          max-width: 32px;
          max-height: 32px; }
      .contact-page .contact_wrap .info .info-list > div .text span {
        display: block;
        margin-bottom: 4px;
        font-size: 20px;
        line-height: 32px;
        font-weight: 700;
        text-transform: uppercase; }
      .contact-page .contact_wrap .info .info-list > div .text p, .contact-page .contact_wrap .info .info-list > div .text a {
        max-width: 382px;
        margin: 0;
        color: #545454;
        font-size: 16px;
        line-height: 24px;
        font-family: "Lato", sans-serif; }
      .contact-page .contact_wrap .info .info-list > div .text a {
        display: block;
        transition: 0.3s; }
        .contact-page .contact_wrap .info .info-list > div .text a:hover {
          color: #D35400; }
  .contact-page .contact_wrap .image {
    margin: 0; }
    .contact-page .contact_wrap .image img {
      max-width: 100%; }

@media(max-width: 1200px) {
  .contact .contact_wrap .title {
    font-size: 40px;
    line-height: 1.4; } }
@media(max-width: 996px) {
  .contact .contact_wrap {
    grid-template-columns: repeat(1, 1fr); }
    .contact .contact_wrap .info::before {
      left: unset;
      right: 0; }
    .contact .contact_wrap .map {
      height: 400px; }

  .contact-page .contact_wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px; }
    .contact-page .contact_wrap .info::before {
      display: none; } }
@media(max-width: 768px) {
  form .placeholder {
    top: 12px;
    font-size: 12px; }
  form .form_row {
    margin-bottom: 20px; }
    form .form_row input[type="text"] {
      height: 37px; }
    form .form_row input[type="text"], form .form_row textarea {
      padding: 12px 0;
      font-size: 12px; }
      form .form_row input[type="text"]::placeholder, form .form_row textarea::placeholder {
        font-size: 12px; }
    form .form_row textarea {
      height: 141px; }

  form .check {
    margin: 32px 0; }
    form .check label {
      padding-left: 32px;
      font-size: 12px;
      line-height: 20px; }

  .contact .contact_wrap .title {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.02em; }
  .contact .contact_wrap .info {
    padding: 32px 16px; }
    .contact .contact_wrap .info::before {
      left: unset;
      right: 0; }
  .contact .contact_wrap .map {
    height: 568px; }

  .contact-page.section {
    padding-top: 0; }

  .contact-page .contact_wrap .info {
    padding: 32px 16px; }
    .contact-page .contact_wrap .info .info-list > div {
      gap: 12px; }
      .contact-page .contact_wrap .info .info-list > div .icon {
        width: 40px;
        height: 40px; }
        .contact-page .contact_wrap .info .info-list > div .icon svg, .contact-page .contact_wrap .info .info-list > div .icon img {
          max-width: 22px;
          max-height: 22px; }
      .contact-page .contact_wrap .info .info-list > div .text {
        width: calc(100% - 52px); }
        .contact-page .contact_wrap .info .info-list > div .text span {
          font-size: 16px;
          line-height: 1; }
          .contact-page .contact_wrap .info .info-list > div .text span br {
            display: none; }
        .contact-page .contact_wrap .info .info-list > div .text p br {
          display: none; } }
@media(max-width: 360px) {
  .contact .contact_wrap .title {
    font-size: 20px; } }
.adv-list:not(.type2) li:hover {
  background: #D35400;
  transition: background-color 0.3s; }
  .adv-list:not(.type2) li:hover::before {
    background: url(../images/advel3.png); }
  .adv-list:not(.type2) li:hover .icon {
    border-color: #ffff;
    transition: all 0.4s ease; }
    .adv-list:not(.type2) li:hover .icon svg {
      transform: scale(1.1);
      transition: all 0.4s ease; }
  .adv-list:not(.type2) li:hover .title {
    color: #ffff;
    transition: all 0.4s ease; }
  .adv-list:not(.type2) li:hover .descs p {
    color: rgba(255, 255, 255, 0.56);
    transition: all 0.4s ease; }
  .adv-list:not(.type2) li:hover .arrow {
    color: #ffff;
    transition: all 0.4s ease; }
    .adv-list:not(.type2) li:hover .arrow svg path {
      fill: #ffff;
      transition: all 0.4s ease; }

.adv-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .adv-list li {
    position: relative;
    min-height: 360px;
    padding: 44px 40px;
    background: #F4F4F4; }
    .adv-list li::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 330px;
      height: 359px;
      max-width: 100%;
      max-height: 100%;
      background: url(../images/advel.png);
      background-position: center;
      background-size: contain;
      z-index: 1; }
    .adv-list li:hover .icon {
      border-color: #ffff;
      transition: all 0.4s ease; }
    .adv-list li:hover svg {
      transform: scale(1.1);
      transition: all 0.4s ease; }
    .adv-list li .head {
      position: relative;
      display: flex;
      align-items: center;
      gap: 16px;
      margin-bottom: 20px;
      z-index: 3; }
    .adv-list li .icon {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 56px;
      height: 56px;
      border: 2px solid #D35400;
      border-radius: 50%;
      background: #D35400;
      transition: 0.3s; }
      .adv-list li .icon img, .adv-list li .icon svg {
        max-width: 32px;
        max-height: 32px; }
    .adv-list li .title {
      width: calc(100% - 72px);
      font-size: 20px;
      line-height: 32px;
      font-weight: 700;
      text-transform: uppercase; }
    .adv-list li .descs {
      position: relative;
      z-index: 3; }
      .adv-list li .descs p {
        color: #545454;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        font-family: "Lato", sans-serif; }
    .adv-list li .arrow {
      position: absolute;
      left: 40px;
      bottom: 44px;
      z-index: 3; }

.adv-list.type2 li {
  padding: 0;
  min-height: unset;
  background: none; }
  .adv-list.type2 li:hover {
    background: none; }
  .adv-list.type2 li::before {
    display: none; }

@media(max-width: 996px) {
  .adv-list {
    grid-template-columns: repeat(2, 1fr); } }
@media(max-width: 768px) {
  .adv-list {
    grid-template-columns: repeat(1, 1fr); }
    .adv-list li {
      padding: 32px 16px;
      min-height: unset; }
      .adv-list li::before {
        width: 279px;
        height: 256px;
        background: url(../images/advel2.png) center no-repeat; }
      .adv-list li .head {
        gap: 12px;
        margin-bottom: 16px; }
        .adv-list li .head .icon {
          width: 40px;
          height: 40px; }
          .adv-list li .head .icon svg, .adv-list li .head .icon img {
            max-width: 22px;
            max-height: 22px; }
        .adv-list li .head .title {
          font-size: 16px;
          line-height: 1; }
          .adv-list li .head .title br {
            display: none; }
      .adv-list li .descs p {
        margin-bottom: 16px; }
      .adv-list li .arrow {
        position: relative;
        left: unset;
        bottom: unset; } }
@media(max-width: 360px) {
  .adv-list li .descs p {
    font-size: 12px;
    line-height: 20px; }

  .adv-list.type2 li p {
    margin-bottom: 0 !important; } }
.desc {
  position: relative;
  padding: 64px 0 57px;
  margin-bottom: 56px;
  background-image: none !important;
  background-attachment: fixed;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #D35400;
  overflow: hidden; }
  .desc::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1118px;
    height: 846px;
    background: url(../images/img1-desc.png);
    background-position: center;
    background-size: contain;
    transform: translate(0, -50%);
    z-index: 1; }
  .desc .desc_wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    z-index: 3; }
  .desc p {
    width: calc(100% - 339px);
    color: #FFFFFF;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    text-transform: uppercase; }
  .desc p:has(small) {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 48px;
    font-weight: 400; }
  .desc .img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 289px; }
    .desc .img img {
      max-width: 100%;
      height: auto;
      object-fit: contain; }

@media(max-width: 1920px) {
  .desc::before {
    top: -271px;
    transform: unset; }

  .desc {
    background-image: url(../images/Плашка2.png) !important; }
    .desc::before {
      display: none; } }
@media(max-width: 1200px) {
  .desc {
    padding: 32px 0; }
    .desc p {
      font-size: 28px;
      line-height: 1.4; } }
@media(max-width: 996px) {
  .desc {
    background-image: none !important; }

  .desc {
    overflow: hidden; }
    .desc::before {
      top: 0;
      left: 0;
      width: 320px;
      height: 204px;
      background: url(../images/текстура4.png) center no-repeat; }
    .desc .desc_wrap {
      flex-direction: column;
      gap: 32px;
      justify-content: flex-start; }
      .desc .desc_wrap p {
        width: 100%;
        margin: 0; }
        .desc .desc_wrap p br {
          display: none; }
      .desc .desc_wrap .img {
        position: relative;
        padding: 12px 0;
        max-width: unset; }
        .desc .desc_wrap .img::before, .desc .desc_wrap .img::after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: calc(100% + 30px);
          height: 1px;
          margin: 0 -15px;
          background: linear-gradient(0deg, #E86711, #E86711), #FFFFFF; }
        .desc .desc_wrap .img::after {
          top: unset;
          bottom: 0; }

  main.page section.desc {
    width: calc(100% + 20px);
    margin: 28px -10px;
    padding: 32px 12px; } }
@media(max-width: 768px) {
  .desc {
    margin-bottom: 32px; }

  .desc p {
    font-size: 20px;
    line-height: 32px; } }
@media(max-width: 360px) {
  .desc {
    margin-bottom: 28px; } }
#cookie_notification.is-show {
  display: flex; }

#cookie_notification {
  position: fixed;
  left: 50%;
  bottom: 15px;
  width: 90%;
  display: none;
  grid-template-columns: auto 160px;
  align-items: center;
  gap: 5%;
  padding: 25px;
  max-width: 1251px;
  background: #ffff;
  transition: all 0.4s ease;
  transform: translate(-50%, 0);
  z-index: 1001; }
  #cookie_notification p {
    width: calc(100% - 492px);
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-family: "Lato", sans-serif; }
  #cookie_notification .button {
    display: flex;
    gap: 8px; }
  #cookie_notification .btn {
    height: 40px;
    font-size: 13px; }
    #cookie_notification .btn.cky-btn {
      color: #D35400;
      background: rgba(255, 255, 255, 0.64);
      border: 1px solid #D35400; }
      #cookie_notification .btn.cky-btn:hover {
        color: #ffff;
        background: #D35400; }

#cky-modal.active {
  display: flex !important; }

#cky-modal {
  display: none; }
  #cky-modal .modal_wrap {
    max-width: 845px;
    padding: 22px 24px;
    border-radius: 6px;
    text-align: left; }
    #cky-modal .modal_wrap .close {
      top: 19px;
      right: 24px;
      width: 22px;
      height: 22px; }
      #cky-modal .modal_wrap .close svg {
        width: 100%;
        height: 100%; }
    #cky-modal .modal_wrap .title {
      margin: 0;
      font-size: 18px;
      line-height: 24px; }
    #cky-modal .modal_wrap p {
      margin-bottom: 10px;
      font-size: 14px;
      font-weight: 300; }
      #cky-modal .modal_wrap p a {
        padding: 0;
        color: #D35400;
        font-size: 14px;
        font-weight: 300;
        background: 0 0; }
    #cky-modal .modal_wrap .header {
      padding-bottom: 24px;
      border-bottom: 1px solid #f4f4f4; }
    #cky-modal .modal_wrap .content {
      padding-top: 12px;
      padding-bottom: 22px; }
    #cky-modal .modal_wrap .bottom {
      display: flex;
      justify-content: center;
      gap: 8px; }
    #cky-modal .modal_wrap .btn {
      padding: 0 24px;
      height: 44px;
      font-size: 13px; }
      #cky-modal .modal_wrap .btn.cky-btn {
        color: #D35400;
        background: rgba(255, 255, 255, 0.64);
        border: 1px solid #D35400; }
        #cky-modal .modal_wrap .btn.cky-btn:hover {
          color: #ffff;
          background: #D35400; }
    #cky-modal .modal_wrap .wrapper {
      margin-bottom: 16px;
      border-bottom: 1px solid #f4f4f4; }
      #cky-modal .modal_wrap .wrapper.active .bottom {
        max-height: unset;
        padding-left: 30px;
        opacity: 1;
        visibility: visible; }
      #cky-modal .modal_wrap .wrapper .top {
        display: flex;
        gap: 10px;
        cursor: pointer; }
        #cky-modal .modal_wrap .wrapper .top .icon {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 20px;
          height: 20px;
          padding-top: 20px; }
          #cky-modal .modal_wrap .wrapper .top .icon svg path {
            fill: #D35400; }
        #cky-modal .modal_wrap .wrapper .top span {
          font-size: 16px;
          line-height: 1;
          font-weight: 700; }
        #cky-modal .modal_wrap .wrapper .top p {
          margin: 10px 0 16px; }
      #cky-modal .modal_wrap .wrapper .bottom {
        display: block;
        gap: 0;
        max-height: 0px;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease; }
        #cky-modal .modal_wrap .wrapper .bottom ul {
          background: #f4f4f4;
          width: 100%;
          border-radius: 6px;
          padding: 15px 10px;
          margin: 0 0 16px;
          list-style-type: none; }
          #cky-modal .modal_wrap .wrapper .bottom ul li {
            padding: 3px 0;
            display: flex; }
          #cky-modal .modal_wrap .wrapper .bottom ul div {
            font-size: 12px;
            line-height: 24px; }
            #cky-modal .modal_wrap .wrapper .bottom ul div:first-child {
              width: 100px;
              font-weight: 600; }
            #cky-modal .modal_wrap .wrapper .bottom ul div:last-child {
              width: calc(100% - 108px);
              margin-left: 8px; }
        #cky-modal .modal_wrap .wrapper .bottom p {
          margin: 0;
          font-size: 12px;
          line-height: 24px;
          font-weight: 600; }

.scroll {
  height: 100vh;
  min-height: 100vh;
  overflow: hidden; }

#videos {
  padding: 0;
  height: 650px; }
  #videos iframe {
    width: 100%;
    height: 100%; }

.vid video {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: calc(100% + 400px);
  object-fit: cover; }
  .vid video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(22, 22, 22, 0.64), rgba(22, 22, 22, 0.64));
    z-index: 1; }

.hide-form span.mod {
  opacity: 0;
  transition: opacity 0.3s, visibility 0s linear 0.3s; }
.hide-form p.mod {
  opacity: 0;
  transition: opacity 0.3s, visibility 0s linear 0.3s; }
.hide-form .mod {
  opacity: 0;
  transition: opacity 0.3s, visibility 0s linear 0.3s; }
.hide-form form {
  opacity: 0;
  transition: opacity 0.3s, visibility 0s linear 0.3s; }

#comfirm {
  text-align: center; }

.comfirm {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  padding: 56px 48px 64px;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 2; }
  .comfirm span {
    text-align: left; }
  .comfirm p {
    margin-bottom: 49px;
    text-align: left; }
  .comfirm img {
    width: auto;
    max-width: 100%; }

.mnu.active {
  opacity: 1;
  visibility: visible; }
  .mnu.active .mnu_wrap {
    transform: translateX(0); }

.mnu {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  transition: all 0.4s ease;
  opacity: 0;
  overflow-y: scroll;
  visibility: hidden;
  z-index: 52; }
  .mnu .mnu_wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 320px;
    height: 100%;
    padding: 16px 20px;
    background: url(../images/фон.png);
    background-position: center;
    background-size: cover;
    transition: all 0.4s ease;
    transform: translateX(100%);
    overflow-y: auto; }
    .mnu .mnu_wrap .close {
      position: absolute;
      top: 16px;
      right: 20px;
      width: 24px;
      height: 24px;
      z-index: 2; }
    .mnu .mnu_wrap .m_logo {
      display: block;
      width: 100%;
      padding-bottom: 17px;
      margin-bottom: 24px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      .mnu .mnu_wrap .m_logo img {
        max-width: 140px; }
    .mnu .mnu_wrap .mmnu {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .mnu .mnu_wrap .mmnu li {
        margin-bottom: 24px; }
        .mnu .mnu_wrap .mmnu li:last-child {
          margin-bottom: 56px; }
        .mnu .mnu_wrap .mmnu li a {
          position: relative;
          color: #ffff;
          font-size: 14px;
          font-weight: bold; }
          .mnu .mnu_wrap .mmnu li a:hover {
            color: #D35400;
            transition: 0.3s; }
            .mnu .mnu_wrap .mmnu li a:hover::after {
              width: 100%; }
          .mnu .mnu_wrap .mmnu li a::after {
            display: none;
            content: "";
            position: absolute;
            left: 50%;
            bottom: -2px;
            width: 0;
            height: 2px;
            transition: 0.3s;
            transform: translateX(-50%); }
    .mnu .mnu_wrap .link {
      display: block;
      margin-bottom: 24px;
      color: #ffff;
      font-size: 14px;
      font-weight: bold; }
      .mnu .mnu_wrap .link:hover {
        color: #D35400;
        transition: 0.3s; }
    .mnu .mnu_wrap .m_call {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 4px;
      color: #FFFFFF;
      padding: 0;
      font-size: 14px;
      font-weight: bold;
      background: unset;
      border: none;
      cursor: pointer; }
      .mnu .mnu_wrap .m_call svg path {
        fill: #D35400; }

.over, .modal {
  display: none; }

.over {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 52; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  z-index: 54; }
  .modal .modal_wrap {
    position: relative;
    width: 100%;
    max-width: 564px;
    margin: 55px auto 55px;
    padding: 64px 40px;
    background: #FFFFFF;
    border-radius: 24px;
    text-align: center;
    overflow: hidden; }
    .modal .modal_wrap .title {
      margin-bottom: 30px;
      color: #282828;
      font-size: 32px;
      line-height: 1;
      font-weight: 700;
      text-transform: uppercase; }
    .modal .modal_wrap .close {
      position: absolute;
      top: 0;
      right: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 64px;
      height: 64px;
      border-radius: 50%;
      cursor: pointer;
      z-index: 3; }
    .modal .modal_wrap .title {
      display: block;
      color: #282828;
      font-size: 32px;
      line-height: 1;
      font-weight: 700;
      text-transform: uppercase; }
    .modal .modal_wrap p {
      margin-bottom: 32px;
      padding: 0;
      font-size: 18px;
      line-height: 1.4;
      border: none; }
    .modal .modal_wrap .form_row.submit {
      margin-bottom: 0; }

@media(max-width: 1199px) {
  .vid video {
    top: -100px;
    height: calc(100% + 200px); }

  .modal .modal_wrap {
    width: 95%; }
    .modal .modal_wrap .title {
      font-size: 40px;
      line-height: 1.4; }
    .modal .modal_wrap .page-desc {
      font-size: 20px; } }
@media(max-width: 996px) {
  .modal .modal_wrap {
    padding: 40px 16px 40px; }

  .comfirm {
    padding: 40px 16px 40px; }

  #cookie_notification.is-show {
    flex-direction: column;
    gap: 15px; }
    #cookie_notification.is-show p {
      width: 100%; } }
@media(max-width: 768px) {
  #cky-modal .modal_wrap {
    padding: 16px; }
    #cky-modal .modal_wrap .wrapper.active .bottom {
      padding-left: 0; }
    #cky-modal .modal_wrap .bottom {
      width: 100%;
      flex-direction: column; }
      #cky-modal .modal_wrap .bottom .btn {
        width: 100%; }

  #cookie_notification {
    grid-template-columns: auto;
    gap: 16px;
    padding: 15px; }
    #cookie_notification p {
      font-size: 14px;
      line-height: 1.2; }
    #cookie_notification .button {
      flex-direction: column; }
    #cookie_notification .btn {
      width: 100%;
      height: 40px;
      font-size: 11px; }

  .modal.hide-form .modal_wrap {
    max-height: 540px; }

  .modal .modal_wrap {
    padding: 40px 16px 40px; }
    .modal .modal_wrap .title {
      margin-bottom: 24px;
      font-size: 24px;
      line-height: 32px;
      letter-spacing: -0.02em; }
    .modal .modal_wrap .page-desc {
      margin-bottom: 24px;
      font-size: 16px;
      line-height: 24px; }
    .modal .modal_wrap .close {
      width: 20px;
      height: 20px;
      top: 12px;
      right: 12px; }
      .modal .modal_wrap .close svg {
        width: 20px;
        height: 20px; }

  .comfirm {
    padding: 40px 16px 40px; }

  .comfirm img {
    width: 200px;
    max-height: 255px; } }
@media(max-width: 620px) {
  .vid {
    display: block !important; }

  #videos {
    height: 189px; }

  .modal .modal_wrap form .column {
    grid-template-columns: repeat(1, 1fr);
    gap: 0; } }
@media(max-width: 360px) {
  .modal .modal_wrap .title {
    font-size: 20px; }

  #cky-modal .modal_wrap {
    padding: 16px 10px; }
    #cky-modal .modal_wrap .close {
      top: 6px;
      right: 7px;
      width: 17px;
      height: 17px; }
    #cky-modal .modal_wrap .title {
      font-size: 15px; }
    #cky-modal .modal_wrap .header {
      padding-bottom: 14px; }
    #cky-modal .modal_wrap .wrapper .top .icon {
      padding-top: 7px; }
    #cky-modal .modal_wrap .wrapper .top span {
      font-size: 15px; }
    #cky-modal .modal_wrap .wrapper .top p {
      margin: 7px 0; }
    #cky-modal .modal_wrap p {
      font-size: 13px;
      line-height: 1.24; }
    #cky-modal .modal_wrap .bottom {
      flex-direction: column; }
      #cky-modal .modal_wrap .bottom .btn {
        font-size: 12px; } }

/*# sourceMappingURL=style.css.map */
