/*----------------------------------------------------------------------------------------------*/
/*-----------------------------------------HEADER.CSS-------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/

header {
  height: 90px;
  /* position: absolute; */
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  color: #fff;
  background-color: #104f76;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5); }
  @media (max-width: 900px) {
    header {
      position: fixed;
      background: #23211b;
      border-bottom: 2px solid #23211b; } }
  header .mobile-btn-menu {
    display: none;
    position: absolute;
    right: 0;
    z-index: 3;
    width: 90px;
    height: 90px;
    top: 0;
    background: var(--main-color); }
    @media (max-width: 900px) {
      header .mobile-btn-menu {
        display: block; } }
    header .mobile-btn-menu:before {
      position: absolute;
      left: 20px;
      width: 50px;
      top: 25px;
      height: 2px;
      background: #fff;
      content: ""; }
    header .mobile-btn-menu:after {
      position: absolute;
      left: 20px;
      width: 50px;
      bottom: 25px;
      height: 2px;
      background: #fff;
      content: ""; }
    header .mobile-btn-menu span {
      position: absolute;
      left: 20px;
      width: 50px;
      top: calc(50% - 1px);
      height: 2px;
      background: #fff; }
  header .logo {
    height: inherit;
    display: inline-flex;
    vertical-align: top;
    width: 30%;
    position: relative; }
    @media (max-width: 1200px) {
      header .logo {
        width: 20%; } }
    @media (max-width: 900px) {
      header .logo {
        float: left;
        width: 150px; } }
    header .logo .middle {
      margin: auto;
      display: flex;
      text-align: left; }
    header .logo span {
      margin: auto;
      margin-left: 150px;
      padding-left: 20px;
      padding-right: 20px;
      font-size: 12px; }
      @media (max-width: 1200px) {
        header .logo span {
          display: none; } }
    header .logo a {
      position: absolute;
      width: 150px;
      height: 90px;
      top: 0;
      left: 0;
      display: flex; }
      header .logo a img {
        width: 100%;
        margin: auto; }
  header .adres-sec {
    display: inline-flex;
    height: inherit;
    vertical-align: top;
    width: 24%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left; }
    @media (max-width: 900px) {
      header .adres-sec {
        float: left;
        width: 200px; } }
    @media (max-width: 700px) {
      header .adres-sec {
        display: none; } }
    header .adres-sec span {
      margin: auto;
      font-size: 14px;
      position: relative;
      padding-left: 20px; }
      header .adres-sec span i {
        position: absolute;
        left: 0;
        font-size: 16px;
        top: 2px; }
  header .job-sec {
    display: inline-flex;
    height: inherit;
    vertical-align: top;
    text-align: left;
    width: 20%;
    padding-left: 20px;
    padding-right: 20px; }
    @media (max-width: 1100px) {
      header .job-sec {
        width: 24%; } }
    @media (max-width: 900px) {
      header .job-sec {
        display: none; } }
    header .job-sec .middle {
      margin: auto;
      margin-left: 0; }
    header .job-sec span {
      display: block;
      font-size: 14px;
      position: relative;
      padding-left: 25px;
      margin-bottom: 5px; }
      header .job-sec span:last-child {
        margin-bottom: 0; }
      header .job-sec span i {
        position: absolute;
        left: 0;
        font-size: 16px;
        top: 0px; }
  header .phone-head {
    display: inline-flex;
    height: inherit;
    vertical-align: top;
    width: 15%;
    padding-left: 20px; }
    @media (max-width: 1200px) {
      header .phone-head {
        width: 24%; } }
    @media (max-width: 900px) {
      header .phone-head {
        float: left;
        width: 185px; } }
    @media (max-width: 500px) {
      header .phone-head {
        display: none; } }
    header .phone-head .phone-head__callback {
      margin: auto;
      margin-right: 0;
      text-align: right;
    }
    header .phone-head a {
      font-family: "Bold";
      font-size: 18px;
      color: #fff;
      text-decoration: none; }
      @media (max-width: 900px) {
        header .phone-head a {
          font-size: 16px; } }
    header .phone-head .head-call {
      outline: none;
      transition: 0.3s;
      padding: 10px 20px;
      background: var(--main-color);
      margin-top: 5px;
      cursor: pointer;
      font-family: "Bold";
      text-transform: uppercase;
      font-size: 12px;
      display: inline-block;
      color: #fff;
      border-radius: 5px; }
      header .phone-head .head-call:hover {
        background: var(--two-color);
        box-shadow: 0 0 15px rgba(71, 74, 80, 0.5); }

footer {
  padding-top: 30px;
  background: #23211b; }
  @media (max-width: 750px) {
    footer {
      margin-bottom: 50px; } }
  footer .child-menu {
    display: none; }
  footer .developed {
    background: #0b090b;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff; }
    footer .developed .wrapper {
      font-size: 0; }
    footer .developed span {
      display: inline-block;
      vertical-align: top;
      color: #fff;
      font-family: "Light";
      font-size: 14px; }
      @media (max-width: 600px) {
        footer .developed span {
          margin-bottom: 15px; }
          footer .developed span:last-child {
            margin-bottom: 0; } }
      @media (max-width: 500px) {
        footer .developed span {
          width: 100%;
          margin-bottom: 10px; } }
      footer .developed span a {
        color: #fff;
        font-family: "Light";
        text-decoration: none;
        font-size: 14px; }
        footer .developed span a:hover {
          color: var(--two-color); }
  footer .footer-colum {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 30px; }
    @media (max-width: 800px) {
      footer .footer-colum {
        max-width: 48%;
        width: 48%;
        padding-right: 50px; } }
    @media (max-width: 600px) {
      footer .footer-colum {
        width: 100%;
        max-width: 100%;
        padding-bottom: 20px; } }
    footer .footer-colum .footer-title {
      color: #fff;
      font-family: "Black";
      font-size: 27px;
      margin-bottom: 30px; }
      @media (max-width: 600px) {
        footer .footer-colum .footer-title {
          margin-bottom: 10px; } }
    footer .footer-colum .footer-desc {
      text-align: left;
      color: #fff; }
      footer .footer-colum .footer-desc p {
        font-size: 13px;
        line-height: 17px;
        color: #909090; }
      footer .footer-colum .footer-desc .footer-info {
        display: block;
        padding-left: 25px;
        position: relative;
        font-family: "Light";
        line-height: 17px;
        font-size: 13px;
        margin-bottom: 20px; }
        @media (max-width: 600px) {
          footer .footer-colum .footer-desc .footer-info {
            margin-bottom: 10px; } }
        footer .footer-colum .footer-desc .footer-info i {
          top: 2px;
          left: 0;
          position: absolute;
          /* color: var(--two-color);  */
        color: var(--main-color);
        }
        footer .footer-colum .footer-desc .footer-info a {
          text-decoration: none;
          color: inherit;
          font-size: inherit; }
      footer .footer-colum .footer-desc input {
        background: transparent;
        border: 1px solid #ccc;
        height: 37px;
        font-family: "Light";
        border-radius: 5px;
        color: #fff;
        padding: 10px;
        padding-right: 45px; }
        @media (max-width: 860px) {
          footer .footer-colum .footer-desc input {
            padding-right: 0; } }
  footer .footer-colum-menu {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 30px; }
    @media (max-width: 800px) {
      footer .footer-colum-menu {
        display: none; } }
    footer .footer-colum-menu .footer-title {
      color: #fff;
      font-family: "Black";
      font-size: 27px;
      margin-bottom: 30px; }
      @media (max-width: 600px) {
        footer .footer-colum-menu .footer-title {
          margin-bottom: 10px; } }
    footer .footer-colum-menu ul {
      padding: 0; }
    footer .footer-colum-menu li {
      padding: 0;
      margin-bottom: 7px;
      list-style: none;
      display: inline-block;
      vertical-align: top;
      text-align: left;
      width: 48%; }
      footer .footer-colum-menu li a {
        color: #fff;
        text-decoration: none;
        font-family: "Light";
        font-size: 14px; }
        footer .footer-colum-menu li a:hover {
          color: var(--main-color); }


.menu-main {
  /* position: absolute; */
  left: 0;
  top: 88px;
  background-color: #104f76;
  z-index: 4;
  width: 100%; }
  .menu-main .project-ref {
    cursor: default; }
  .menu-main li {
    display: inline-block;
    position: relative; }
    .menu-main li .child-menu {
      position: absolute;
      display: none;
      padding: 0;
      left: -20px;
      border-radius: 2px;
      overflow: hidden;
      margin: 0;
      top: 100%;
      width: max-content;
      background: var(--main-color); }
      .menu-main li .child-menu li {
        display: block; }
      .menu-main li .child-menu a {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 14px; }
        .menu-main li .child-menu a:hover {
          background: var(--two-color);
          color: #fff; }
    .menu-main li:hover .child-menu {
      display: block; }
  .menu-main a {
    padding-top: 10px;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 10px;
    font-family: "Bold";
    border-top: 2px solid transparent;
    color: #fff; }
    .menu-main a:hover {
      color: var(--main-color); }
  .menu-main .active-menu {
    border-top: 2px solid var(--main-color);
    color: var(--main-color); }
  @media (max-width: 900px) {
    .menu-main {
      left: -100%;
      transition: 0.2s;
      position: fixed;
      top: 90px;
      background: #23211b;
      width: 100%;
      overflow: auto;
      padding-bottom: 20px;
      height: calc(100vh - 90px);
      z-index: 7; }
      .menu-main li {
        display: block;
        border-bottom: 1px solid var(--main-color); }
        .menu-main li .child-menu {
          display: block;
          position: relative;
          left: 0;
          background: transparent; }
          .menu-main li .child-menu li {
            border-bottom: none; }
          .menu-main li .child-menu a {
            padding-left: 0px;
            padding-right: 0;
            padding-top: 0px;
            padding-bottom: 5px;
            font-size: 12px; } }

.mobile-inform {
  display: none;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (max-width: 900px) {
    .mobile-inform {
      display: flow-root; } }
  .mobile-inform .job-time {
    float: left;
    width: 50%;
    text-align: left; }
    @media (max-width: 500px) {
      .mobile-inform .job-time {
        width: 100%; } }
    .mobile-inform .job-time span {
      display: block;
      margin-bottom: 5px;
      color: #fff;
      font-size: 16px;
      padding-left: 25px;
      position: relative; }
      .mobile-inform .job-time span i {
        position: absolute;
        left: 0;
        top: 0; }
      .mobile-inform .job-time span:last-child {
        margin-bottom: 0; }
  .mobile-inform .call-mobile-sec {
    display: none; }
    @media (max-width: 500px) {
      .mobile-inform .call-mobile-sec {
        display: block;
        margin-bottom: 20px; } }
    .mobile-inform .call-mobile-sec a {
      font-size: 22px;
      padding-top: 0;
      padding-bottom: 0; }
    .mobile-inform .call-mobile-sec .mob-call {
      outline: none;
      transition: 0.3s;
      padding: 10px 20px;
      background: var(--main-color);
      margin-top: 5px;
      cursor: pointer;
      font-family: "Bold";
      text-transform: uppercase;
      font-size: 12px;
      display: inline-block;
      color: #fff;
      border-radius: 5px; }
  .mobile-inform .adres-mob {
    display: none;
    text-align: left;
    color: #fff;
    font-size: 16px;
    float: left;
    width: 50%;
    font-size: 16px;
    padding-left: 25px;
    position: relative; }
    @media (max-width: 500px) {
      .mobile-inform .adres-mob {
        width: 100%;
        margin-top: 10px; } }
    .mobile-inform .adres-mob i {
      position: absolute;
      left: 0;
      top: 0; }
    @media (max-width: 700px) {
      .mobile-inform .adres-mob {
        display: block; } }

.active-menu-sec {
  left: 0; }
.menu-main-container{
  text-align: justify;
  font-size: 0;
}
.menu-main-container:after {
  display: inline-block;
  width: 100%;
  content: "";
}

@media (max-width: 900px) {
    .menu-main-container{
        padding-left: 0;
    }
}
/*----------------------------------------------------------------------------------------------*/
/*-----------------------------------------HEADER.CSS-------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/
body{
  position: relative;
}


.slider-row-now {
    border-radius: 30px;
    overflow: hidden;
}

.slider-sec {
  display: block;
  height: max-content;
  margin-top: 30px;

  /* padding-bottom: 36px;  */
}

@media (max-width: 900px) {
    .slider-sec {
        margin-top: 120px;
    }
}

@media (max-width: 450px) {
    .slider-sec {
        margin-top: 110px;
    }
}

  .slider-sec .slide {
    height: 100%;
    background-size: cover;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    background-position: center; }
    .slider-sec .slide:before {
      background: rgba(0, 0, 0, 0.6);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: ""; }
  .slider-sec .middle-height {
    display: flex;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 100px;
    padding-top: 60px;
    position: relative;
    z-index: 3; }
    @media (max-width: 450px) {
      .slider-sec .middle-height {
        padding-top: 40px;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 100px; } }
  .slider-sec .content-slide {
    margin: 0;
    margin-left: 0;
    font-family: "Light";
    color: #fff;
    max-width: 70%; }
    .slider-sec .content-slide .title-slide {
      font-size: 50px;
      line-height: 65px;
      font-family: "Black";
      margin-bottom: 20px; }
      @media (max-width: 700px) {
        .slider-sec .content-slide .title-slide {
          font-size: 40px;
          line-height: 55px; } }
      @media (max-width: 500px) {
        .slider-sec .content-slide .title-slide {
          font-size: 30px;
          line-height: 45px; } }
      @media (max-width: 430px) {
        .slider-sec .content-slide .title-slide {
          font-size: 20px;
          line-height: 25px; } }
      @media (max-width: 370px) {
        .slider-sec .content-slide .title-slide {
          font-size: 15px;
          line-height: 25px; } }
    .slider-sec .content-slide .desc-slide {
      font-size: 18px;
      font-family: "Light"; }
      @media (max-width: 700px) {
        .slider-sec .content-slide .desc-slide {
          font-size: 16px; } }
    .slider-sec .content-slide .href-proj {
      outline: none;
      transition: 0.3s;
      padding: 10px 20px;
      background: var(--main-color);
      margin-top: 30px;
      cursor: pointer;
      font-family: "Bold";
      text-transform: uppercase;
      text-decoration: none;
      font-size: 15px;
      display: inline-block;
      color: #fff;
      border-radius: 5px; }
      .slider-sec .content-slide .href-proj i {
        margin-left: 10px; }
      .slider-sec .content-slide .href-proj:hover {
        background: #000; }
  .slider-sec .owl-dots {
    margin: auto;
    max-width: 1240px;
    margin-top: -70px;
    position: relative;
    z-index: 3;
    padding-left: 50px;
    padding-right: 50px; }


    @media (max-width: 450px) {
        .slider-sec .owl-dots {
            padding-left: 16px;
            padding-right: 16px;
        }
    }

    .slider-sec .owl-dots .owl-dot {
      margin-right: 7px;
      display: inline-block;
      vertical-align: top;
      opacity: 0.4;
      transition: 0.5s; }
      .slider-sec .owl-dots .owl-dot button {
        background: transparent;
        border: 2px solid #fff;
        border-radius: 5px;
        padding: 8px 10px;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
        color: #fff; }
      .slider-sec .owl-dots .owl-dot:hover {
        opacity: 1; }
    .slider-sec .owl-dots .active {
      opacity: 1; }

.section-text {
  padding-top: 50px;
  padding-bottom: 50px; }


  .slider-sec .middle-height-2 {
    display: flex;
    padding-bottom: 100px;
    padding-top: 50px;
    position: relative;
    z-index: 3; }
    @media (max-width: 450px) {
      .slider-sec .middle-height-2 {
        padding-top: 50px;
        padding-bottom: 100px; } }



.build-card .btn-catalog {
  text-align: center; }
.build-card .href-proj {
  outline: none;
  transition: 0.3s;
  padding: 10px 20px;
  background: var(--main-color);
  margin-top: 30px;
  cursor: pointer;
  font-family: "Bold";
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  display: inline-block;
  color: #fff;
  border-radius: 5px; }
  .build-card .href-proj i {
    margin-left: 10px; }
  .build-card .href-proj:hover {
    background: var(--two-color);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }
.build-card .card-choise {
  text-align: center;
  margin-bottom: 40px; }
  @media (max-width: 450px) {
    .build-card .card-choise {
      margin-bottom: 20px; } }
  .build-card .card-choise li {
    display: inline-block;
    vertical-align: top;
    padding-left: 25px;
    padding-right: 25px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    margin-left: -4px; }
    @media (max-width: 550px) {
      .build-card .card-choise li {
        padding-left: 10px;
        padding-right: 10px; } }
    @media (max-width: 450px) {
      .build-card .card-choise li {
        margin-bottom: 20px; } }
    .build-card .card-choise li:first-child {
      margin-left: 0; }
    .build-card .card-choise li span {
      padding-bottom: 10px;
      border-bottom: 3px solid transparent;
      display: inline-block;
      position: relative;
      top: 3px;
      padding-left: 10px;
      padding-right: 10px;
      text-transform: uppercase;
      font-family: "Bold";
      cursor: pointer; }
      @media (max-width: 450px) {
        .build-card .card-choise li span {
          font-size: 14px;
          padding-bottom: 5px; } }
      .build-card .card-choise li span:hover {
        border-bottom: 3px solid var(--two-color); }
    .build-card .card-choise li .active-choise {
      border-bottom: 3px solid var(--two-color); }
.build-card .card-project {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  margin-bottom:20px;
  border-radius: 5px;
  height: 450px;
  background-size: cover;
  position: relative;
  background-position: center;
  overflow: hidden; }
  @media (max-width: 700px) {
    .build-card .card-project {
      width: 48%;
      height: 300px; }
      .build-card .card-project:last-child {
        display: none; } }
  @media (max-width: 450px) {
    .build-card .card-project {
      width: 100%;
      height: 250px;
      margin-bottom: 20px; }
      .build-card .card-project:last-child {
        display: inline-block;
        margin-bottom: 0; } }
  .build-card .card-project:before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: "";
    opacity: 0;
    transition: 0.5s; }
    @media (max-width: 700px) {
      .build-card .card-project:before {
        opacity: 1; } }
  .build-card .card-project .content {
    position: relative;
    z-index: 2;
    padding: 30px;
    text-align: left;
    height: 100%;
    top: 340px;
    transition: 0.5s; }
    @media (max-width: 700px) {
      .build-card .card-project .content {
        padding: 15px;
        top: 0px; } }
    .build-card .card-project .content .title {
      font-size: 27px;
      font-family: "Bold";
      padding-bottom: 10px;
      color: #fff; }
      @media (max-width: 980px) {
        .build-card .card-project .content .title {
          font-size: 25px; } }
    .build-card .card-project .content .price {
      font-size: 19px;
      padding-bottom: 20px;
      font-family: "Light";
      color: #fff; }
      @media (max-width: 980px) {
        .build-card .card-project .content .price {
          font-size: 17px; } }
    .build-card .card-project .content .desc {
      font-size: 17px;
      padding-bottom: 20px;
      font-family: "Light";
      color: #fff;
      padding-right: 50px; }
      @media (max-width: 550px) {
        .build-card .card-project .content .desc {
          font-size: 14px; } }
    .build-card .card-project .content .href-proj {
      position: absolute;
      bottom: 30px; }
  .build-card .card-project:hover:before {
    opacity: 1; }
  .build-card .card-project:hover .content {
    top: 0; }

.advantage-sec {
  padding-top: 50px;
  padding-bottom: 50px; }
  .advantage-sec .advantage {
    width: 24%;
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px; }
    @media (max-width: 840px) {
      .advantage-sec .advantage {
        width: 48%;
        margin-bottom: 20px; } }
    @media (max-width: 600px) {
      .advantage-sec .advantage {
        width: 100%; }}
    .advantage-sec .advantage span {
      display: block;
      font-size: 18px;
      font-family: "Bold";
      max-width: 180px;
      margin: 20px auto; }
      @media (max-width: 840px) {
        .advantage-sec .advantage span {
          max-width: 100%;
          font-size: 16px;
          margin: 10px auto; } }
    .advantage-sec .advantage .pic {
      height: 130px;
      width: 130px;
      border-radius: 10px;
      background: #fff;
      display: inline-flex;
      position: relative; }
      @media (max-width: 800px) {
        .advantage-sec .advantage .pic {
          height: 100px;
          width: 100px; } }
      .advantage-sec .advantage .pic img {
        margin: auto;
        height: 120px;
        width: 120px; }
		@media (max-width: 600px) {
		 .advantage-sec .advantage .pic img {
        height: 80px;
        width: 80px; }}
      .advantage-sec .advantage .pic .chech-in {
        height: 32px;
    width: 32px;
    border-radius: 9px;
    border: 2px solid #c0c0c0;
    background: #A4A4A4;
    z-index: 2;
    position: absolute;
    left: 2px;
    top: 2px;
    display: flex
; }
        @media (max-width: 800px) {
          .advantage-sec .advantage .pic .chech-in {
            height: 35px;
            width: 35px; } }
        .advantage-sec .advantage .pic .chech-in i {
          margin: auto;
          color: #FFE600;
		   }
      .advantage-sec .advantage .pic:before {
        height: 140px;
        width: 140px;
        position: absolute;
        border-radius: 16px;
        border: 2px solid #c0c0c0;
        content: "";
        left: -7px;
        top: -7px; }
        @media (max-width: 800px) {
          .advantage-sec .advantage .pic:before {
            height: 110px;
            width: 110px; } }

.seo-sec {
  padding-top: 50px;
  padding-bottom: 50px; }

.partner-sec {
  padding-top: 50px;
  padding-bottom: 50px; }

.partner {
  display: inline-flex;
  vertical-align: top;
  height: 170px;
  width: 24%;
  transition: 0.5s;
  filter: grayscale(100%); }
  @media (max-width: 700px) {
    .partner {
      width: 48%; } }
  .partner .middle {
    margin: auto;
    display: inline-block;
    text-align: center; }
    .partner .middle span {
      display: block;
      font-size: 14px;
      color: #aaa; }
  .partner img {
    max-height: 80px;
    max-width: 80%;
    margin-bottom: 10px; }
  .partner:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    filter: grayscale(0%);
    background: #fff; }

.map-section {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative; }
  .map-section .contact-card {
    padding: 20px;
    background: #fff;
    display: inline-block;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    border-radius: 5px; }
  .map-section .title {
    display: block;
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: "Black";
    position: relative; }
  .map-section .line {
    margin-bottom: 20px; }
    .map-section .line a {
      color: inherit;
      text-decoration: none; }
      .map-section .line a:hover {
        color: var(--main-color); }
  .map-section .social-title {
    display: block;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: "Black";
    position: relative; }
  .map-section .social-link a {
    text-decoration: none;
    color: inherit;
    font-size: 20px;
    margin-right: 10px; }
    .map-section .social-link a:hover {
      color: var(--main-color); }

.gmnoprint {
  display: none; }

#map {
  height: 100%;
  position: absolute !important;
  left: 0;
  width: 100%;
  top: 0; }

.grey-bg {
  background: #DFDFDF; }






.snip1529 {
  background-color: #000000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6em;
  margin: 10px;
  max-width: 400px;
  min-width: 250px;
  overflow: hidden;
  position: relative;
  top: -30%;
  text-align: left;
  width: 100%;
}
.snip1529 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.snip1529 img {
  height: 100%;
  vertical-align: top;
  position: relative;
  opacity: 0.75;
}
.snip1529 figcaption {
  padding: 25px 20px 25px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.snip1529 h3,
.snip1529 p {
  margin: 0;
  padding: 0;
}
.snip1529 p {
  font-size: 15px;
}
.snip1529 h3 {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 1px;
}

.info {
  display: -ms-grid;
  display: grid;
  background-color: #444444;
  -webkit-box-shadow: 0 1px 5px rgba(104,104,104,0.8);
          box-shadow: 0 1px 5px rgba(104,104,104,0.8);
  padding: 1rem;
  grid-gap: 0;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}
.info h3 {
  margin-bottom: 20px;
}
.info p {
  margin-bottom: 40px;
}
@media (max-width: 700px) {
  .info {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.btn {
	border: none;
	font-size: 15px;
	color: #fff;
	background: none;
	cursor: pointer;
	padding: 15px 10px;
	display: inline-block;
	margin: 15px 0 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-2 {
	background: #A4A4A4;
	color: #fff;
	box-shadow: 0 6px #444444;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
.btn-2h {
	border-radius: 10px;
}
.btn-2h:hover {
	box-shadow: 0 4px #444444;
	top: 2px;
}
.btn-2h:active {
	box-shadow: 0 0 #444444;
	top: 6px;
}









.container-reg {
    width: calc(100% - 40px);
    margin: 0 auto;
    max-width: 1200px;
    display: block;
}
.container-reg.main-box-container .main-informplace {
  display: block;
  position: relative;
  min-height: 700px;
  overflow: hidden;
  margin-top: 100px;
}
.container-reg.main-box-container .main-informplace .background-content {
  z-index: 0;
  position: absolute;
  background: url('/userfiles/images/fon-body-3.jpg') no-repeat top center;
  background-size: contain;
  pointer-events: none;
  left: 0;
  width: 100%;
  opacity: 0.2;
}
.container-reg.main-box-container .main-informplace .background-content::before {
  padding-top: 61%;
  display: block;
  content: ' ';
}
.container-reg.main-box-container .main-informplace .overlines {
  z-index: 1;
  position: absolute;
  left: 12%;
  width: 82%;
  height: 100%;
  pointer-events: none;
  top: 0;
}
.container-reg.main-box-container .main-informplace .overlines .overline {
  width: 1px;
  bottom: 0;
  position: absolute;
  top: 0;
  background: #FFF;
  opacity: 0.1;
  margin-left: -1px;
}
.container-reg.main-box-container .main-informplace .overlines .overline:first-child {
  margin-left: 0;
}
.container.main-box-container .main-informplace .over-content {
  position: relative;
  z-index: 2;
  margin-left: 12%;
  margin-right: 6%;
}
.container-reg.main-box-container .main-informplace .over-content h2 {
  font-size: 32px;
  text-align: left;
  letter-spacing: 0px;
  line-height: 1.2;
  color: #000;
  text-transform: none;
  font-weight: 500;
  max-width: 656px;
  position: relative;
  padding-left: 3%;
  margin-bottom: 30px;
}
.container-reg.main-box-container .main-informplace .over-content h2::before {
  width: 12px;
  height: 81px;
  background-color: #104F76;
  position: absolute;
  content: " ";
  top: 7px;
  left: 0px;

}
.container-reg.main-box-container .main-informplace .over-content .flex {
  display: flex;
}
.container-reg.main-box-container .main-informplace .over-content .flex .left-content-box {
  margin-left: 3%;
  margin-right: 10%;
}
.container-reg.main-box-container .main-informplace .over-content .flex .left-content-box p {
  color: #000000;
  font-size: 18px;
   font-weight: 500;
  text-align: left;
  line-height: 22px;
  margin-bottom: 12px;
}
.container-reg.main-box-container .main-informplace .over-content .flex .left-content-box p.orange {
  line-height: 1.5;
  color: #104F76;
  font-size: 22px;
  text-align: left;
  font-weight: 800;
  margin-bottom: 4px;
  max-width: 520px;
}
.container-reg.main-box-container .main-informplace .over-content .flex .right-content-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.container-reg.main-box-container .main-informplace .over-content .flex .right-content-box .action-box strong {
  color: #000;
  font-size: 50px;
  text-align: left;
  line-height: 60px;
  font-family: roboto, sans-serif;
  font-weight: 500;
  display: block;
}
.container-reg.main-box-container .main-informplace .over-content .flex .right-content-box .action-box span {
  line-height: 18px;
  color: #000;
  text-transform: none;
  font-size: 16px;
  display: block;
  margin-top: 3px;
  margin-bottom: 14px;
}
.container-reg.main-box-container .main-informplace .over-content .flex .right-content-box .action-box h6 {
  color: #000;
  text-transform: none;
  line-height: 26px;
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 24px;
  margin-top: 1px;
}
.container-reg.main-box-container .main-informplace .over-content .flex .right-content-box .action-box.action-1 {
  max-width: 200px;
}
.container-reg.main-box-container .main-informplace .over-content .flex .right-content-box .action-box.action-2 {
  margin-top: 60px;
  width: 320px;
}
.container-reg.main-box-container .main-informplace .over-content .flex .right-content-box .action-box .btn2 {
  width: 200px;
}
.container-reg.main-box-container .tent-pluses {
  display: flex;
  margin-top: -150px;
}
@media (max-width: 700px) {
  .container-reg.main-box-container .tent-pluses {
  margin-top: -50px;
}
}
.container-reg.main-box-container .tent-pluses article {
  margin-top: 0;
  width: 25%;
  box-sizing: border-box;
  padding: 15px;
  padding-top: -270px;
}
.container-reg.main-box-container .tent-pluses article h3 {
  height: 70px;
  font-size: 18px;
  font-weight: 600;
}
.container-reg.main-box-container .tent-pluses article img {
  height: 50px;
}
.container-reg.main-box-container .tent-pluses article:first-child {
  padding-left: 0;
}
.container-reg.main-box-container .tent-pluses article:first-child div.conSprite {
  background-position: -21px -5px;
}
.container-reg.main-box-container .tent-pluses article:nth-child(2) .conSprite {
  background-position: -85px -5px;
}
.container-reg.main-box-container .tent-pluses article:last-child {
  padding-right: 0;
}
.container-reg.main-box-container .tent-pluses article .conSprite {
  background-image: url('/uploads/images/advantage/updated-main-sprite-2.png');
}


@media (max-width: 640px) {
  .container-reg.main-box-container .main-informplace {
    margin-top: 40px;
  }
  .container.main-box-container .main-informplace .background-content {
    top: 10%;
  }
  .container-reg.main-box-container .main-informplace .overlines {
    left: -5%;
    right: 0;
    width: 100%;
  }
  .container-reg.main-box-container .main-informplace .over-content {
    margin-left: 0;
    margin-right: 0;
  }
  .container-reg.main-box-container .main-informplace .over-content h2 {
    font-size: 20px;
    line-height: 1.3;
  }
  .container-reg.main-box-container .main-informplace .over-content .flex {
    flex-direction: column;
  }
  .container-reg.main-box-container .main-informplace .right-content-box {
    align-items: flex-start;
  }
  .container-reg.main-box-container .main-informplace .right-content-box .action-box.action-1 {
    width: 100%;
    max-width: 100%!important;
  }
  .container-reg.main-box-container .main-informplace .right-content-box .action-box.action-2 {
    width: 100%!important;
    margin-top: 20px!important;
  }
  .container-reg.main-box-container .main-informplace .right-content-box .btn2 {
    margin-top: 20px;
  }
  .container-reg.main-box-container .tent-pluses {
    flex-wrap: wrap;
  }
  .container-reg.main-box-container .tent-pluses article {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
  }
   .container-reg.main-box-container .tent-pluses article img {
    position: relative;
	top: 40px;
  }
  .container-reg.main-box-container .tent-pluses article h3 {
    padding-left: 70px;
    font-size: 16px;
    height: 50px;
  }
  .container-reg.main-box-container .tent-pluses article:nth-child(2) .conSprite {
    background-position: -100px -10px;
  }
  .container-reg.main-box-container .tent-pluses article:nth-child(3) .conSprite {
    background-position: -21px -96px;
  }
  .container-reg.main-box-container .tent-pluses article:nth-child(4) .conSprite {
    background-position: -99px -90px;
  }
}


.grid-mebel {
  margin: 100px 0 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 10px;
  grid-row-gap: 100px;
  grid-auto-rows: 300px;
  grid-auto-flow: row dense;
}
@media screen and (min-width: 640px) {
  .section .grid-mebel {
    grid-template-columns: repeat(auto-fit, minmax(3fr, 1fr));
  }
}
@media screen and (max-width: 480px) {
  .grid-mebel {
    margin: 60px 0 0 0;
  }
}
.grid-mebel h2 {
  text-align: left;
  font-size: 28px;
}
.grid-mebel p {
  font-size: 20px;
}
.card-port {
	height: 350px;
text-decoration: none;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  background: #6e6e6e;
  color: #fff;
  grid-column-start: auto;
  grid-row-start: auto;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out;
  transition-delay: 0.1s;
   font-size: 38px;
   text-align: center;
   font-weight: 700;
}
.card-port:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}
.card-port:hover {
  box-shadow: rgba(45, 45, 45, 0.05) 0px 2px 2px, rgba(49, 49, 49, 0.05) 0px 4px 4px, rgba(42, 42, 42, 0.05) 0px 8px 8px, rgba(32, 32, 32, 0.05) 0px 16px 16px, rgba(49, 49, 49, 0.05) 0px 32px 32px, rgba(35, 35, 35, 0.05) 0px 64px 64px;
  transform: translate(0, -0.4rem);
}
.card-port:hover:after {
  opacity: 0;
}
.card-port:hover .text-left {
  display: none;
}
.card-port .text-left {
  color: !important #fff;
  opacity: 1;
  transition: linear 0.4s, opacity 0.4s ease-in-out;
  z-index: 2;
  padding: 100px;
}


.info-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 30px;
    padding: 20px 0;
}
@media only screen and (max-width: 1200px) {
    .info-box {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 900px) {
    .info-box {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 600px) {
    .info-box {
        grid-template-columns: 1fr;
    }
}

.info-box-2 {
    display: grid;
    grid-template-columns: 58% 40%;
    column-gap: 30px;
    row-gap: 30px;
    padding: 20px 0;
}
@media only screen and (max-width: 1200px) {
    .info-box-2 {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 900px) {
    .info-box-2 {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 600px) {
    .info-box-2 {
        grid-template-columns: 1fr;
    }
}



.info-box-3 {
    display: grid;
    grid-template-columns: 40% 58%;
    column-gap: 30px;
    row-gap: 30px;
    padding: 20px 0;
}
.video-grid {
  display: grid;
  grid-template-columns: 55% 20% 20%;
  column-gap: 30px;
  row-gap: 30px;
  padding: 20px 0;
}
@media only screen and (max-width: 1200px) {
  .info-box-3 {
    info-box-template-columns: 1fr 1fr;
  }
  .video-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 900px) {
  .info-box-3,.video-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 600px) {
    .info-box-3,.video-grid {
        grid-template-columns: 1fr;
    }
}

.masonry {
    -webkit-column-count: 4;
  -moz-column-count:4;
  column-count: 4;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
   margin: 1.5em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}
.item {
    display: inline-block;
    background: #fff;
    padding: 1em;
    margin: 0 0 1.5em;
    width: 100%;
  -webkit-transition:1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
}
.item img{max-width:100%;}

@media only screen and (max-width: 320px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px){
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px){
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
@media only screen and (min-width: 1201px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}
.mail-link {
  color: #fff;
}
.advantage-sec .advantage .chech-in i span{
  display: none;
}


.blag-letter {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 8px 8px 28px -20px var(--two-color), -8px -8px 28px -20px var(--two-color);
  /*max-height: 680px;
  height: auto;*/
  overflow: hidden;
}
.content-link {
  flex: 0 0 35%;
  padding: 30px 0;
  position: relative;
/*  background: var(--two-color);*/
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(/userfiles/images/IMG_6143-min.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.content-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: var(--two-color);
  opacity: .8;
  display: block;
  width: 100%;
  height: 100%;
}
.content-link:after {
  content: 'Благодарственные письма';
  position: absolute;
  top: 30px;
  width: 100%;
  text-align: center;
  left: 0;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

.tab-link {
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  color: #fff;
  font-weight: 500;
  transition: .55s;
  background: transparent;
  border: none;
  cursor: pointer;
}
.content-link button {
  padding: 0;
  text-align: center;
  width: 100%;
  height: 35px;
  line-height: 1.5;
  border-bottom: 1.5px solid #fff;
  border-top: 1.5px solid #fff;
  margin-bottom: 5px;
  position: relative;
  z-index: 40;
}
/*.content-link button{
  padding: 0;
}*/
.tab-link:hover {
  color: #b1d3e8;
}
.content-tab {
  flex: 0 0 65%;
}
.tab-content img{
  width: 80%;
  height: auto;
  object-fit: contain;
  max-height: 680px;
}
.tab-content {
  justify-content: center;
  align-items: center;
  padding: 30px;
  background: #d5efff;
  text-align: center;
  height: 100%;
  width: 100%;
  display: flex;
  box-shadow: inset 10px 0 20px -10px var(--two-color);
}

.tab-btn-active {
  pointer-events: none;
  color: #b1d3e8;
  box-shadow: inset 1px 1px 5px -1px #fff;
  cursor: pointer;
}

.tab-pane:not(.tab-pane-show) {
  display: none;
}
.video-show-item iframe {
  height: 400px;
  width: 100%;
}
.video-sec {
  padding: 50px 0;
  width: 80%;
  margin: 0 auto;
}
.video-nav-item {
  overflow: hidden;
  border-radius: 8px;
  border: 3px solid var(--two-color);
  margin-right: 2px;
  cursor: pointer;
  opacity: 1;

}
.video-nav-item img{
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: .6s;
}
.video-nav-item:hover img{
  opacity: .7;
}
.geo-sec{
  margin: 40px 0;
}
.geo{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0;
  }
.geo-icon{
  flex: 0 0 53%;
}
.geo-icon img{
  width: 100%;
}
.geo-info{
  flex: 0 0 43%;
}
  .geo p.geo-info__txt{
    font-weight: 600;
    color: var(--two-color);
    line-height: 1.5;
    font-size: 18px;
    text-transform: uppercase;
  }
  .geo p{
    font-size: 16px;
    line-height: 1.5;
  }
.arrow i{
  font-size: 22px;
  font-weight: 600;
  color: #000;
  transition: .5s;
}
.arrow{
  border: 2px solid #000;
  border-radius: 6px;
  position: fixed;
  right: 3%;
  bottom: 6%;
  background: #fff;
  opacity: .65;
  transition: .9s;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  z-index: 50;
}
.arrow:hover{
  background: #A4A4A4;
  box-shadow: 5px 5px 20px -8px #A4A4A4, -5px -5px 20px -8px #A4A4A4;
  opacity: .9;
}
.arrow:hover i{
  color: #fff;
}
.form-sec {
  position: relative;
  padding: 40px 0;
  color: #fff;
  margin: 40px 0;
}
.form-sec h2{
  color: #fff;
}
.form-back {
  position: absolute;
  top: 0;
  left: -85%;
  width: 227%;
  height: 100%;
  z-index: 10;
  background: url(/userfiles/images/angar_form3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: brightness(.2);
}
.form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.form-left {
  display: flex;
  flex-direction: column;
  flex: 0 0 25%;
  margin-right: 20px;
}

.form-input{
  width: 100%;
  height: 50px;
  display: block;
  font-weight: 500;
  border: 1px solid #ccc;
  color: #2d2d2d;
  font-family: sans-serif;
  line-height: 1.5;
  padding: 0 20px;
  font-size: 16px;
  text-align: center;
  outline: none;
  border-radius: 6px;
  margin-bottom: 20px;
  background: rgba(251, 251, 251, .6);
}
.form-sec textarea::placeholder,
.form-sec input::placeholder{
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.form-sec textarea{
  height: 190px;
  background: rgba(251, 251, 251, .6);
  padding: 12px;
  line-height: 1.5;
  font-family: sans-serif;
  color: #2d2d2d;
  display: block;
  border: 1px solid #ccc;
  font-size: 16px;
  width: 90%;
  margin-bottom: 20px;
  border-radius: 6px;
}

.form-right {
  flex: 0 0 60%;
}
.form-wrap {
  z-index: 15;
  position: relative;
}
.politic, .politic a {
  color: #fff;
  font-size: 12px;
}
.politic a{
  text-decoration: underline;
}
.form-right-foot__call span {
  font-size: 14px;
  line-height: 1.5;
}
.form-right-foot__call a{
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
  display: block;
  line-height: 1.5;
  font-weight: 600;
}
.form-right-foot {
  display: flex;
}
.info-block{
  margin: 40px 0;
}
.info-block p {
  padding-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}
.info-block-list {
  font-size: 18px;
  line-height: 1.5;
  list-style-type: none;
}
.info-block-list li{
  text-align: left;
  position: relative;
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 18px;
  color: #555;
  padding-left: 20px;
}
.info-block-list li:before{
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--two-color);
  margin-right: 8px;
  position: absolute;
  top: 10px;
  left: 0;
}
li strong {
  font-size: 18px;
  text-decoration: underline;
}
caption {
  margin-bottom: 20px;
  font-weight: 600;
}
table tr:first-child td,
table tr th{
  background: #225879;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
table tr td,
table tr th{
  border-right: 1px solid #ddd;
}
table tr td{
  text-align: center;
  font-size: 16px;
/*  font-weight: bold;*/
}
table.table-price tr{
  height: 35px;
}
table tr span{
  display: none;
}
table tr{
  transition: .6s;
}
caption p {
  text-transform: uppercase;
  font-weight: 600;
}
.info-block-flex-item.side-img {
  display: flex;
  flex-direction: column;
}
.info-block-flex-item.side-text {
  flex: 0 0 58%;
  padding: 0 40px;
}
.info-block-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 20px 0;
}
.info-block-flex-item.side-img {
  display: flex;
  /*  flex-direction: column;*/
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex: 0 0 42%;
}
.info-block-flex-item.side-text {
  flex: 0 0 58%;
  padding: 0 40px;
}

.info-block-flex-item__img-1 img,
.info-block-flex-item__img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-block-flex-item__img-1,
.info-block-flex-item__img-2 {
  width: 100%;
  height: 50%;
  margin-bottom: 20px;
  max-height: 500px;
}

.info-block-flex-image {
  flex: 0 0 32%;
}

.info-block-flex-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.advan {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.advan-item {
  flex: 0 0 31%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.advan-item__icon {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  margin-bottom: 20px;
}
.advan-item__icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.advan-item__name {
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.advan-item__desc {
  text-align: center;
}
.info-block .info-block__subtitle {
  text-align: center;
  margin: 20px 0;
  font-weight: 600;
  font-size: 20px;
}
.info-block-type {
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.info-block-type__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: 0 0 33%;
}
.info-block-type__item-text p {
  font-size: 16px;
}
.info-block-type__item-text p span{
  text-decoration: underline;
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.info-block-type__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  /*filter: brightness(.8);
  transition: .6;*/
}
.info-block-type__item-image {
  flex: 0 0 100%;
  height: 280px;
  transition: .6s;
  filter: brightness(.8);
}
.info-block-type__item-text {
  flex: 0 0 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c0e3f9;
  padding: 0 20px;
  height: 155px;
  box-shadow: none;
  transition: .5s;
}
.info-block-type__item:hover .info-block-type__item-text{
  box-shadow: inset 0 3px 14px -4px var(--two-color);
}
.info-block-type__item:hover .info-block-type__item-image{
  filter: brightness(1);
}
.gallery-sec {
  margin: 40px 0;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery-item{
  flex: 0 0 24%;
  box-shadow: 5px 5px 20px -13px #000;
  border: 4px solid #ddd;
}
.gallery-item a{
  display: block;
  width: 100%;
}
.gallery-item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info-block-table table {
  margin-bottom: 40px;
}

table.angar-work-table tr td:not(table.angar-work-table tr td:first-child){
  font-size: 14px;
  font-weight: normal;
}
table.angar-work-table tr:last-child td:not(table.angar-work-table tr td:first-child){
  font-weight: bold;
  font-size: 14px;
}
table.angar-work-table tr:last-child{
  background: #ddd;
}
table.angar-work-table tr:last-child td{
  border-right: 1px solid #fff;
}
.cart {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.cart-photo-dop-sec {
  margin: 50px 0; 
}
.cart-info {
  padding: 20px 0;
}
.cart-info__par-label {
  margin-right: 10px;
  text-transform: uppercase;
}
.cart-info__par-value{
  color: #777;
}

.cart-info__par-value,
.cart-info__par-label{
  font-weight: 800;
  line-height: 1.5;
  font-size: 18px;
}
.cart-info__par {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.cart-photo-dop {
  display: flex;
  flex-wrap: wrap;
}
.cart-photo__img{
  flex: 0 0 23%;
  margin-bottom: 20px;
}
.cart-photo-dop  .cart-photo__img:not(:nth-child(4n)),
.cart-photo-main .cart-photo__img:not(:nth-child(4n)){
  margin-right: 20px;
}
.cart-photo__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cart-photo-main {
  display: flex;
  flex-wrap: wrap;
}
.cart-ava {
  flex: 0 0 48%;
}
.cart-info {
  flex: 0 0 50%;
}
.cart-ava img{
  width: 100%;
  object-fit: cover;
}

/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------CATALOG.CSS-------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

.pre-product{height:130px;background:#23211b}@media (max-width: 900px){.pre-product{height:90px}}.breadcrums{margin-top:20px;margin-bottom:20px;color:#ccc}.breadcrums a{color:var(--main-color);text-decoration:none}.input-var{margin-bottom:5px}.catalog-page{padding-bottom:100px}.catalog-page .content{margin-top:30px}.catalog-page .left-sec{padding:0px 20px 30px 20px;display:inline-block;vertical-align:top;box-shadow:0 0 10px rgba(0,0,0,0.2);color:#fff;text-align:left;width:27%;background:#23211b;border-radius:5px}@media (max-width: 960px){.catalog-page .left-sec{width:37%}}@media (max-width: 700px){.catalog-page .left-sec{width:100%;margin-bottom:30px;display:none}}.catalog-page .left-sec .title-search{font-size:20px;margin-top:30px;font-family:"Bold";margin-bottom:10px}.catalog-page .left-sec .title-search sup{font-family:"Light";font-size:16px}.catalog-page .filter-active{display:inline-block}.catalog-page .submit{margin-right: 20px;width: 230px;padding:10px 20px;background:var(--two-color);font-family:"Bold";transition:0.3s;cursor:pointer;font-size:16px;color:#fff;display:inline-block;border:none;border-radius:5px}.catalog-page .submit:hover{background:#fff;color:var(--two-color);box-shadow:0 0 10px rgba(0,0,0,0.2)}.catalog-page .right-sec{width:70%;display:inline-block;vertical-align:top}@media (max-width: 960px){.catalog-page .right-sec{width:60%}}@media (max-width: 700px){.catalog-page .right-sec{width:100%}}.btn-filter{display:none;padding:10px 20px;background:var(--two-color);margin:auto;font-family:"Bold";color:#fff;transition:0.3s;cursor:pointer;margin-bottom:20px;font-size:18px;text-align:center;border:none;border-radius:5px}@media (max-width: 700px){.btn-filter{display:block}}section.range-slider{position:relative;width:100%;height:60px;float:left}section.range-slider input[type="range"]{pointer-events:none;position:absolute;-webkit-appearance:none;-webkit-tap-highlight-color:rgba(255,255,255,0);border:none;border-radius:14px;background:#F1EFEF;box-shadow:inset 0 1px 0 0 #cdc6c6,inset 0 -1px 0 0 #d9d4d4;-webkit-box-shadow:inset 0 1px 0 0 #cdc6c6,inset 0 -1px 0 0 #d9d4d4;left:0;top:30px;width:100%;outline:none;height:5px;margin:0;padding:0}section.range-slider input[type="range"]::-webkit-slider-thumb{pointer-events:all;position:relative;z-index:1;outline:0;-webkit-appearance:none;width:15px;height:15px;border:none;border-radius:50%;background:var(--main-color)}section.range-slider input[type="range"]::-moz-range-thumb{pointer-events:all;position:relative;z-index:10;-moz-appearance:none;width:20px;height:20px;border:none;border-radius:14px;background-image:linear-gradient(to bottom, #dad8da 0, #413F41 100%)}section.range-slider input[type="range"]::-ms-thumb{pointer-events:all;position:relative;z-index:10;-ms-appearance:none;width:20px;height:20px;border-radius:14px;border:0;background-image:linear-gradient(to bottom, #dad8da 0, #413F41 100%)}section.range-slider input[type=range]::-moz-range-track{position:relative;z-index:-1;background-color:#000;border:0}section.range-slider input[type=range]:last-of-type::-moz-range-track{-moz-appearance:none;background:none transparent;border:0}section.range-slider input[type=range]::-moz-focus-outer{border:0}.clear-project{width:31%;display:inline-block;vertical-align:top}
.project-card {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    text-decoration: none;
    text-align: left;
    border-radius: 5px;
    background: url('/userfiles/images/dfab1c83058b5e3b7f243d20af7b624d.jpg') no-repeat center center;
    background-size: cover;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    color: #fff;
    margin-bottom: 20px;
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 970px){.project-card{width:48%}}@media (max-width: 450px){.project-card{width:100%}}.project-card .pic{;background-size:cover;background-position:center;position:relative;padding: 66.67% 0 0}@media (max-width: 450px){.project-card .pic{height:100px}}.project-card .pic .hits{padding:7px 15px;border-radius:5px;font-size:12px;font-family:"Bold";display:inline-block;background:#ffe600;color:#000; position:absolute; left:15px;bottom:15px}.project-card .name{font-family:"Bold";margin-top:5px;font-size:16px;padding-left:15px;padding-right:15px;margin-bottom:10px}.project-card .valume{font-size:16px;margin-bottom:5px;padding-left:15px;padding-right:15px;font-family:"Light"}.project-card .valume sup{font-size:12px}.project-card .price{padding-left:15px;padding-right:15px;margin-bottom:15px}

/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------CATALOG.CSS-------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

@media screen and (max-width: 776px){
  .catalog-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .catalog-page .left-sec {
    width: 80%;
    margin: 0 auto 20px;
  }

  .catalog-page .right-sec {
    width: 100%;
  }
  .project-card .pic {
    height: 150px;
  }
  .geo-info {
    flex: 0 0 100%;
    margin-bottom: 20px;
    order: 1;
  }
  .geo-icon {
    flex: 0 0 100%;
    order: 2;
  }
  .info-block-flex-item__img-1, .info-block-flex-item__img-2 {
    width: 49%;
    height: 250px;
    margin-bottom: 0;
    flex: 0 0 49%;
  }
  .info-block-flex-item.side-img{
    justify-content: space-between;
    flex: 0 0 100%;
    margin-bottom: 20px;
    flex-direction: row;
  }
  .info-block-flex-image img{
    height: 200px;
  }
  .info-block-flex-item.side-text {
    flex: 0 0 100%;
    padding: 0;
  }
  .info-block-type__item{
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .info-block-type__item-image {
    flex: 0 0 45%;
  }
  .info-block-type__item-text{
    height: auto;
    flex: 0 0 55%;
  }
  .content-link:after{
    position: relative;
    top: 10px;
  }
  .content-link,.content-tab {
    flex: 0 0 100%;
  }
  .form-left{
    flex: 0 0 35%;
  }
  .form-right-foot{
    flex-direction: column;
  }
  .catalog-page .submit {
    margin-right: 0
  }
  .form-right-foot__call {
    display: flex;
    align-items: center;
    margin: 10px 0;
  }
  .form-right-foot__call span {
    display: block;
    margin-right: 10px;
  }
  .form-sec textarea{
    width: 100%;
  }
}

@media screen and (max-width: 600px){
  table tr.info-block-table__row:nth-child(1){
    display: none;
  }
  table tr span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--two-color);
    padding: 2px 10px;
    font-size: 12px;
    color: #fff;
  }
  table{
    border: 1px solid transparent;
  }
  table tr{
    height: auto;
    margin-bottom: 20px;
    display: block;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid none;
  }

  table,tbody{
    width: 100%;
    display: block;
  }
  table tr td{
    font-weight: normal;
    display: flex;
    position: relative;
    height: 45px;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid transparent;
  }
  table tr span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--two-color);
    padding: 2px 10px;
    font-size: 12px;
    color: #fff;
  }
  .info-block-table__row td{
    border-bottom: 1px solid #ddd;
  }
  caption{
    width: 100%;
  }
  .angar-work-table tr:nth-child(1),
  .angar-work-table tr:nth-child(2){
    display: none;
  }
 /* table tr td:first-child{
    height: 60px;
    font-size: 16px;
    font-weight: bold;
  }*/
  table tr td:first-child {
    height: auto;
    padding: 15px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
  }
  table tr td{
    height: auto;
    padding: 15px;
    font-size: 18px;
    border-bottom: 2px solid #ccc;
  }
  table tr:first-child td{
    border-bottom: 2px solid #fff;
  }
}

@media screen and (max-width: 576px){
  .video-sec{
    width: 92%;
  }
  .form-left,.form-right {
    flex: 0 0 70%;
  }
  .form-left{
    margin-right: 0;
  }
  .info-block-list {
    padding-left: 0;
  }
  .advan-item {
    flex: 0 0 100%;
  }
  .gallery-item {
    flex: 0 0 48%;
    margin-bottom: 20px;
  }
  .info-block-type__item-text,
  .info-block-type__item-image{
    flex: 0 0 100%;
  }
  .info-block-type__item-text {
    padding: 15px;
  }
  .info-block-flex{
    justify-content: center;
  }
  .info-block-flex-image {
    flex: 0 0 80%;
    margin-bottom: 15px;
  }
  footer {
    margin-bottom: 0;
  }
  table.table-price tr {
    height: auto;
  }

}


@media screen and (max-width: 515px){

}

@media screen and (max-width: 500px){

  /*header,body {
    max-width: 500px;
  }*/
  .form-back{
    left: -5%;
    width: 110%;
  }
  header .mobile-btn-menu {
    display: flex;
    padding: 10px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    right: inherit;
    width: 60px;
    height: 60px;
    top: inherit;
  }
  header .mobile-btn-menu:before,
  header .mobile-btn-menu span,
  header .mobile-btn-menu:after{
    position: relative;
    left: inherit;
    width: 100%;
    top: inherit;
    display: block;
    flex: 0 0 100%;
  }
  /*header .mobile-btn-menu:before,
  header .mobile-btn-menu span{
    margin-bottom: 10px;
  }*/
  header .mobile-btn-menu:after{
    margin-bottom: 0;
  }
  header .wrapper{
    margin: 0;
  }
  header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 15px;
  }

}

@media screen and (max-width: 479px){

}

@media screen and (max-width: 460px){
  .info-block-flex-item__img-1,
  .info-block-flex-item__img-2 {
    width: 80%;
    flex: 0 0 80%;
  }
  .info-block-flex-item__img-1,
  .info-block-flex-item__img-2 {
    margin-bottom: 20px;
  }
  .info-block-flex-item.side-img{
    margin-bottom: 0;
    justify-content: center;
  }
  .geo-sec {
    margin: 0 0 40px;
  }
  .advantage-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 440px){

}

@media screen and (max-width: 414px){
  table tr td:first-child {
    height: auto;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
  }
  table tr td{
    font-size: 16px;
  }
  .video-sec {
    width: 100%;
  }
  .form-left, .form-right {
    flex: 0 0 100%;
  }
  .catalog-page {
    padding-bottom: 0;
  }
  .form-sec{
    margin: 40px 0 0;
  }
  .info-block-flex-item__img-1,
  .info-block-flex-item__img-2,
  .info-block-flex-image {
    width: 100%;
    flex: 0 0 100%;
  }
  .form-back{
    left: -6%;
    width: 112%;
  }

}

@media screen and (max-width: 390px){
  .info-block-type__item-image{
    height: 200px;
  }
}

@media screen and (max-width: 375px){

}

@media screen and (max-width: 360px){
  .form-right-foot__call{
    align-items: flex-start;
    flex-direction: column;
  }
  .gallery-item {
    flex: 0 0 100%;
  }
  .form-back{
    left: -7%;
    width: 114%;
  }
}

@media screen and (max-width: 330px){

}
/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------MEDIA.CSS-------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/


.monolit_start {
        display: flex;

        justify-content: space-between;
        
text-align: center;
    }

    .monolit_start img {
       width: 30%;
    }
    .monolit-quality{
        display: flex;
        justify-content: space-between;
    }
    .monolit-quality p{
        width: 30%;
    }
   .monolit-quality-title{
        font-size: clamp(14px, 5vw, 22px); 
            font-weight: 600;
    }
 .monolit-second{
        display: flex;
        justify-content: space-between;

    }
 .block-monolit-second{
        width: 30%;
text-align: center;
    }
    .title-block{
        text-align: center;
        border-style: solid;
        border-bottom: 15px; 
        border-left: 15px; 
        border-right: 15px; 
        border-color: rgb(168, 162, 155); 
        padding-inline: 15px ; 
        font-size: clamp(14px, 5vw, 26px);
    }
    .last-block-consult {
        width: 30%;
        justify-content: space-between;
        display: flex;
        align-items: center;
margin: 0;
justify-content: center;
    }
    .btnblock{
        display: flex;
        justify-content: space-between;
padding: 15px;
        background-color: blue;
 background-image: url('/userfiles/images/1fae7258476419716dbce6bc841b4e2f.jpg');
       
        
    }
    .last-block-text {
display: flex;
        width: 60%;
align-items: center;
padding: 0;
  color: white;
    }
.text-quality{
        font-size: clamp(14px, 4vw, 16px);
    }


    @media(max-width:1000px) {
        .monolit_start {
            display: flex;
 height: auto;


        }
    }
  @media(max-width:500px){
        .btnblock{
            display: grid;
            grid-template-rows: (1);
            justify-content: center;
        } 
        .last-block-text{
            margin-bottom: 10px;
            width: 100%;
        }
        .last-block-consult{
            width: 100%;
        }
        .monolit-second{
            display: block;
        }
        .block-monolit-second{
            display: block;
            width: 100%;
        }
        .monolit-quality{
            display: block;
        }
        .monolit-quality p{
            width: 100%;
        }
    }




       .container-about {
    display: flex;
    max-width: 1200px;
    margin: 50px auto;
    background-color: #f5f5f5;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.text-section {
    flex: 1;
    padding-right: 20px;
}
.text-section h2 {
    font-size: 24px;
    color: #222;
    margin-bottom: 10px;
    text-align: left;
    transition: color 0.3s ease;
}
.text-section h2:hover {
    color: #ffe600;
}
.text-section h2 span {
    color: #A4A4A4;
    font-size: 24px;
    font-weight: 900;
}
.text-section h3 {
    font-size: 20px;
    color: #222;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 5px;
    transition: color 0.3s ease;
}
.text-section h3:hover {
    color: #ffe600;
}
.text-section hr {
    border: 0;
    height: 2px;
    background: #ffe600;
    margin: 10px 0;
}
.text-section p {
    font-size: 16px;
    color: #222;
    line-height: 1.5;
}
.button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    border: 2px solid #ffe600;
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.button:hover {
    transform: scale(1.05);
    background-color: #ffe600;
    color: #222;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-color: #222;
}
.image-section {
    flex: 1;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: flex-start;
    height: 100%;
}
.image-section div {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.image-section img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    border-radius: 5px;
    filter: brightness(70%) contrast(80%);
    transition: filter 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.image-section a {
    text-decoration: none;
    color: inherit;
}
.image-section a:hover img {
    filter: brightness(100%) contrast(100%);
    transform: scale(1.03);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}
.image-section .caption {
    font-size: 18px;
    color: #222;
    text-align: center;
    margin-top: 5px;
    transition: color 0.3s ease;
}
.image-section a:hover .caption {
    color: #ffe600;
}
.image-section .image-right {
    margin-top: 0;
}

@media (max-width: 1024px) {
    .container-about {
        margin: 30px;
        padding: 15px;
    }
    .text-section {
        padding-right: 15px;
    }
    .text-section h2 {
        font-size: 20px;
    }
    .text-section h3 {
        font-size: 18px;
    }
    .text-section p {
        font-size: 13px;
    }
    .image-section img {
        max-height: 250px;
    }
    .image-section .image-right {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .container-about {
        flex-direction: column;
        margin: 20px;
        padding: 10px;
    }
    .text-section {
        padding-right: 0;
        padding-bottom: 20px;
    }
    .text-section h2 {
        font-size: 18px;
    }
    .text-section h3 {
        font-size: 16px;
    }
    .text-section p {
        font-size: 12px;
    }
    .button {
        padding: 8px 16px;
        font-size: 14px;
    }
    .image-section {
        flex-direction: row;
        gap: 10px;
        height: auto;
    }
    .image-section div {
        flex: 1;
    }
    .image-section img {
        max-height: 200px;
    }
    .image-section .image-right {
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    .container-about {
        margin: 10px;
        padding: 10px;
    }
    .text-section h2 {
        font-size: 16px;
    }
    .text-section h3 {
        font-size: 14px;
    }
    .text-section p {
        font-size: 11px;
    }
    .button {
        padding: 6px 12px;
        font-size: 12px;
    }
    .image-section {
        flex-direction: row;
        gap: 8px;
    }
    .image-section div {
        flex: 1;
    }
    .image-section img {
        max-height: 150px;
    }
    .image-section .image-right {
        margin-top: 0;
    }
}

        .big-slider {
            position: relative;
            width: 550px;
            height: 380px;
            margin: 40px auto;
            overflow: hidden;
            border-radius: 16px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
            background: #f5f5f5;
        }
        .big-slide-container {
            display: flex;
            transition: transform 0.4s ease;
            width: 1500px;
        }
        .big-slide {
            flex-shrink: 0;
            width: 550px;
            height: 380px;
        }
        .big-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.3s ease;
        }
        .big-slide:hover img {
            transform: scale(1.05);
        }
        .big-prev, .big-next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: #333;
            color: #ffe600;
            border: 2px solid #ffe600;
            padding: 5px 15px 10px;
            cursor: pointer;
            font-size: 24px;
            border-radius: 50%;
            z-index: 10;
            transition: background 0.3s ease, transform 0.3s ease, border-color 0.3s ease, color 0.3s ease;
        }
        .big-prev:hover, .big-next:hover {
            background: #ffe600;
            color: #222;
            border-color: #222;
            transform: translateY(-50%) scale(1.1);
        }
        .big-prev { left: 15px; }
        .big-next { right: 15px; }

        @media (max-width: 480px) {
            .big-slider {
                width: 100%;
            }
        }

        .grid * {
            box-sizing: border-box;
        }
        .grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
            column-gap: 30px;
            row-gap: 30px;
            padding: 10px 0;
        }
		
		.grid-item {
	box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2);
	transition: box-shadow .3s;
	width: 100%;
	height: 100%;  
	border-radius: 8px;
	overflow: hidden;
}
.grid-item .image {
	height: 200px;
	overflow: hidden;
}
.grid-item:hover {
	box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
}
.grid-item .image img  {
  	transition: transform 280ms ease-in-out;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;	
}
.grid-item:hover .image img  {
	transform: scale(1.1);
}

        ul, ol {
            list-style: none;
        }
        .sample04 li:first-child {
            margin-top: 2px;
        }
        .sample04 li {
            position: relative;
            padding-left: 1em;
            line-height: 1.7;
            margin-top: .1em;
            left: -40px;
            color: #fff;
            font-size: 17px;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
            transition: color 0.3s ease, transform 0.3s ease;
        }
        .sample04 li:hover {
            color: #ffe600;
            transform: translateX(5px);
        }
        .sample04 li::after {
            display: block;
            content: '';
            position: absolute;
            top: .5em;
            left: 0;
            width: 9px;
            height: 9px;
            background-color: #ffe600;
            border-radius: 50%;
        }

.iconblock-7 {
    margin: 0;
    border-radius: 10px;
    background: url('/userfiles/images/r-5.jpg') no-repeat center center;
    background-size: cover;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    padding: 20px;
    background-color: rgba(85, 85, 85, 0.9);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.iconblock-7:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}
.content-section {
    display: flex;
    flex-direction: column;
}
.header-section {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.iconblock-7 .icon {
    width: 100px;
    text-align: center;
    filter: invert(1);
    margin-right: 15px;
}
.iconblock-7 .icon img {
    width: 80px;
    height: 80px;
    transition: transform 0.3s ease;
}
.iconblock-7:hover .icon img {
    transform: scale(1.1);
}
.iconblock-7 h3 {
    transition: all 0.7s ease 0s;
    color: #fff;
    font-size: 22px;
    margin: 0;
    position: relative;
    padding-bottom: 5px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.iconblock-7 h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #ffe600;
    transition: width 0.3s ease;
}
.iconblock-7:hover h3 {
    color: #ffe600;
}
.iconblock-7:hover h3::after {
    width: 100px;
}
.iconblock-7 p {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    margin: 0 0 10px 15px; /* Смещение параграфа правее */
}
.iconblock-7 ul.sample04 {
    list-style: none;
    padding: 0;
    margin-left: 60px;
}
.iconblock-7 ul.sample04 li {
    color: #fff;
    font-size: 17px;
    line-height: 1.4;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
}
.iconblock-7 ul.sample04 li:before {
    content: "•";
    color: #ffe600;
	padding: 20px;
    margin-left: -35px;
}

@media (max-width: 768px) {
    .iconblock-7 {
        padding: 15px;
    }
    .iconblock-7 h3 {
        font-size: 20px;
    }
    .iconblock-7 p {
        font-size: 15px;
        margin-left: 55px; /* Уменьшенный отступ для средних экранов */
    }
    .iconblock-7 ul.sample04 {
        margin-left: 55px; /* Уменьшенный отступ для средних экранов */
    }
    .iconblock-7 ul.sample04 li {
        font-size: 15px;
    }
    .iconblock-7 .icon img {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 480px) {
    .iconblock-7 {
        padding: 10px;
    }
    .iconblock-7 h3 {
        font-size: 18px;
    }
    .iconblock-7 p {
        font-size: 14px;
        margin-left: 5px; /* Уменьшенный отступ для маленьких экранов */
    }
    .iconblock-7 ul.sample04 {
        margin-left: 45px; /* Уменьшенный отступ для маленьких экранов */
    }
    .iconblock-7 ul.sample04 li {
        font-size: 14px;
    }
	.iconblock-7 ul.sample04 li:before {
	padding: 8px;
    margin-left: -20px;
}
	.iconblock-7 .icon {
    width: 60px;
   }
    .iconblock-7 .icon img {
        width: 40px;
        height: 40px;
    }
    .header-section {
        align-items: flex-start;
    }
}

       
        .hero-2 {
            background: url('/userfiles/images/13-3.jpg') no-repeat center center;
            background-size: cover;
            padding: 50px 20px;
            text-align: center;
            position: relative;
            z-index: 1;
            min-height: 70vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .hero-2 .advantage {
            padding: 12px 16px;
            background-color: rgba(128,130,133,.8);
            border-radius: 8px;
            height: 400px;
        }
        .hero-2 span {
            color: #fff;
        }
        .hero-2 p {
            color: #fff;
        }
		
		 .hero {
            background: url('/userfiles/images/R-2.jpg') no-repeat center center;
            background-size: cover;
            padding: 50px 20px;
            text-align: center;
            position: relative;
            z-index: 1;
            min-height: 70vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .hero h2 {
            font-size: 36px;
            font-weight: bold;
            margin-bottom: 10px;
            color: #fff;
            position: relative;
            padding-bottom: 10px;
            transition: color 0.3s ease;
        }

        .hero h2:hover {
            color: #ffe600;
        }

        .hero h2::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 3px;
            background: #ffe600;
        }

        .hero .subtitle {
            font-size: 20px;
            color: #fff;
            margin-bottom: 40px;
        }

        .services-flex {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .service-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding: 16px 12px;
            background-color: rgba(128,130,133,.8);
            border-radius: 8px;
            text-decoration: none;
            box-sizing: border-box;
            overflow: hidden;
            flex: 0 0 calc(33.333% - 20px);
            max-width: calc(33.333% - 20px);
            transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
        }

        .service-item:hover {
            transform: translateY(-4px);
            box-shadow: 0 6px 15px rgba(0,0,0,0.2);
            background-color: #888;
        }

        .service-icon {
            width: 150px;
            height: auto;
            object-fit: contain;
            margin-bottom: 10px;
            transition: transform 0.3s ease;
        }

        .service-item:hover .service-icon {
            transform: scale(1.1);
        }

        .label {
            font-size: 20px;
            font-weight: bold;
            color: #fff;
            line-height: 1.4;
            position: relative;
            padding-top: 12px;
            transition: transform 0.3s ease, color 0.3s ease;
            word-wrap: break-word;
            word-break: break-word;
            overflow-wrap: break-word;
            width: 80%;
			margin-bottom: 10px;
        }

        .label::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: #ffe600;
        }

        .service-item:hover .label {
            transform: scale(1.03);
            color: #ffe600;
        }

        @media (min-width: 1200px) {
            .service-item {
                flex: 0 0 calc(33.333% - 20px);
                max-width: calc(33.333% - 20px);
            }
        }

        @media (max-width: 1024px) {
            .hero h2 {
                font-size: 30px;
            }
            .hero .subtitle {
                font-size: 18px;
                margin-bottom: 30px;
            }
            .service-item {
                flex: 0 0 calc(50% - 15px);
                max-width: calc(50% - 15px);
            }
            .services-flex {
                gap: 20px;
            }
        }

        @media (max-width: 768px) {
            .hero {
                padding: 30px 15px;
            }
            .hero h2 {
                font-size: 24px;
            }
            .hero .subtitle {
                font-size: 16px;
                margin-bottom: 20px;
            }
            .service-item {
                flex-direction: column;
                align-items: center;
                text-align: center;
                flex: 0 0 calc(50% - 15px);
                max-width: calc(50% - 15px);
                padding: 16px 12px;
            }
            .label {
                padding-left: 0;
                padding-top: 12px;
                min-height: auto każde;
                font-size: 15px;
                position: relative;
            }
            .label::before {
                top: 0;
                left: 0;
                transform: none;
                width: 100%;
                height: 4px;
                background: #ffe600;
            }
            .service-icon {
                width: 60px;
                height: 60px;
                margin: 0 auto;
                margin-bottom: 10px;
            }
            .services-flex {
                gap: 15px;
            }
        }

        @media (max-width: 480px) {
            .hero {
                padding: 20px 10px;
            }
            .hero h2 {
                font-size: 20px;
            }
            .hero .subtitle {
                font-size: 14px;
                margin-bottom: 15px;
            }
            .service-item {
                padding: 12px 10px;
            }
            .label {
                font-size: 14px;
            }
            .service-icon {
                width: 50px;
                height: 50px;
            }
          .hero-2 .advantage {
                height: 270px;
            }
        }

        .btnblock {
            border-radius: 10px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .btnblock:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 15px rgba(0,0,0,0.3);
        }
        .btn-2 {
            padding: 10px 20px;
            background-color: #333;
            color: #fff;
            border: 2px solid #ffe600;
            border-radius: 5px;
            cursor: pointer;
            transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, color 0.3s ease;
        }
        .btn-2:hover {
            transform: scale(1.05);
            background-color: #ffe600;
            color: #222;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            border-color: #222;
        }

        /* Ensure AOS animations work properly */
        [data-aos] {
            visibility: hidden;
        }
        [data-aos].aos-animate {
            visibility: visible;
        }