/*----------------------------------------------------------------------------------------------*/
/*-----------------------------------------HEADER.CSS-------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

/* header {
  height: 90px;
  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-fixed {
  /*position: fixed;
  top: 0;*/
  width: 100%;
  height: 22px;
  background: rgba(16, 79, 118, .9);
  color: #35ea1b;
  z-index: 99;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  box-shadow: 3px 3px 8px -5px #000;
  transition: .7s;
}

.header-fixed span {
  font-size: 14px;
}

.header-fixed:hover {
  color: #37ecff
}

/*----------------------------------------------------------------------------------------------*/
/*-----------------------------------------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;
  border: solid 10px var(--two-color);
}

.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: var(--two-color);
}

.slider-sec .owl-dots {
  margin: auto;
  max-width: 1240px;
  margin-top: -90px;
  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;
  margin-top: 5px;
}

.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;
  color: #fff;
}

@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: 55px;
  width: 55px;
}

.advantage-sec .advantage .pic .chech-in {
  height: 32px;
  width: 32px;
  border-radius: 9px;
  border: 2px solid #c0c0c0;
  background: #fff;
  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: var(--two-color);
}

.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; */
  background-color: rgb(16, 79, 118, 0.7);
}






.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: repeat(2, 1fr);
  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: #cb4e4e;
  color: #fff;
  box-shadow: 0 6px #ab3c3c;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.btn-2h {
  border-radius: 10px;
}

.btn-2h:hover {
  box-shadow: 0 4px #ab3c3c;
  top: 2px;
}

.btn-2h:active {
  box-shadow: 0 0 #ab3c3c;
  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: -5px;

}

.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: 0px;
  }
}

.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: 50px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
  color: var(--two-color);
}

.container-reg.main-box-container .tent-pluses article img {
  height: 60px;
  margin: 0 auto;
  display: block;
}

.tent-pluses h2 {
  color: var(--two-color)
}



.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 {
   
    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: #fff  !important;
  opacity: 1;
  transition: linear 0.4s, opacity 0.4s ease-in-out;
  z-index: 2;
  padding: 100px;
}

.info-box * {
  box-sizing: border-box;
}

.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 * {
  box-sizing: border-box;
}

.info-box-2 {
  display: grid;
  grid-template-columns: 58% 40%;
  column-gap: 30px;
  row-gap: 30px;
  padding: 20px 0;
  margin-top: 20px;
}

@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 *,
.video-grid * {
  box-sizing: border-box;
}

.info-box-3 {
  display: grid;
  grid-template-columns: 40% 58%;
  column-gap: 30px;
  row-gap: 30px;
  padding: 20px 0;
  margin-top: 20px;
}

.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: var(--two-color);
  transition: .5s;
}

.arrow {
  border: 2px solid var(--two-color);
  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: var(--two-color);
  box-shadow: 5px 5px 20px -8px var(--two-color), -5px -5px 20px -8px var(--two-color);
  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;
}

/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------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: rgb(16, 79, 118, 0.6); */

  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  margin-bottom: 30px
}

@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: var(--two-color);
  color: #fff;
  position: absolute;
  left: 15px;
  bottom: 15px
}

.project-card .name {
  font-family: "Bold";
/*   margin-top: 5px; */
  font-size: 16px;
  padding: 10px 15px;
  margin-bottom: 10px;
  background: rgb(16, 79, 118, 0.8);
  height: 80px;
  overflow: hidden;
}

.project-card .valume {
  font-size: 16px;
  padding:10px 15px 5px;
  font-family: "Light";
  background: rgb(16, 79, 118, 0.6);
  
}

.project-card .valume sup {
  font-size: 12px
}

.project-card .price {
  padding: 0px 15px 10px;
 
  background: rgb(16, 79, 118, 0.6);
}

/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------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: 0;
    flex-wrap: wrap;
  }

  .pus-wrapper,
  .header-fixed {
    flex: 0 0 100%;
  }

}

@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%;
  }

  .header-fixed {
    height: auto;
    padding: 5px 10px;
  }

  .header-fixed span {
    display: none;
  }

}

@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%;
  }
}

.wrapper {
  height: initial !important;
}

@media screen and (max-width: 330px) {
  .header-fixed {
    font-size: 12px;
  }
}

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

/* addition styles */


.service {
  margin-top: 60px
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative
}

.service-container {
  gap: 20px;
}




.service-item {
  border: solid var(--two-color) 10px;
  border-radius: 20px;
  max-width: 400px;
  height: 350px
}


.service-container2 {
  gap: 20px;
  max-width: 1250px;
  padding: 0px 15px;
  margin: 0px auto;
}

/* item2 */
.service-item2 {
  border: solid rgb(16, 79, 118, 0.5) 4px;
  border-radius: 20px;
  width: 280px;
  height: 280px;
  position: relative;
}

.service-item2 .service-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}

.service-item2 h3 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 200px;
  height: 80px;
  /*   margin: 0px auto; */
  background-color: rgb(16, 79, 118, 0.6);
  border-radius: 40px;
  color: #fff;
  transform: translate(-50%, -50%);
  padding-top: 15px;
  font-size: 18px;
  text-shadow: 0 0 1px #000;
}

.service-item2 .number {
  font-family: Calibri;
  width: 40px;
  height: 40px;
  background-color: rgb(16, 79, 118);
  position: absolute;
  border-radius: 20px;
  text-align: center;

  font-size: 30px;
  font-weight: 900;
  color: #fff;
  left: 10px;
  top: 10px;
}


.service-item2 .strelka {
  position: absolute;
  right: -60px;
  top: 35%;
  z-index: 2;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service-item h3 {
  display: block;
  margin: 20px 0px;
  text-align: center
}

.service-item img {
  width: 100%;
  height: 140px;
  object-fit: cover
}

.service-item p {

  text-align: center;
  margin: 20px 0px 0px;
  font-size: 16px;
  font-weight: 600
}

.shine-button {

  font-size: 30px;
  margin: 30px auto;

  cursor: pointer;
  transition: 0.3 s;
  width: 520px;

  background-color: #fff;
  border-width: 10px solid var(--two-color);
  border-bottom: 10px solid var(--two-color);
  color: var(--two-color);
  padding: 10px;



  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  text-align: center;
}

.shine-button:hover {
transition: 0.1s;
  background-color: var(--two-color);
  padding: 20px;
  color: #fff;

  /*   background-color:#fff; 
  border-width: 10px solid var(--two-color);
  border-bottom: 10px solid var(--two-color);
  color:var(--two-color);
  padding: 10px; */
  /* box-shadow: 0 0 50px #d7c201;
color: #d7c201; */
}

@media (max-width:600px) {
  .shine-button {
    border-radius: 30px;
    margin-top: 100px
  }
}


.articles img {
  width: 330px;
  height: 220px;
  object-fit: cover;
}



.article-about {
  max-width: 1000px;

  padding: 20px;
  border-radius: 10px;
  margin: 0 auto
}


.article-about a {
  text-align: center;
  display: block;
  margin-bottom: 15px;
}


.article-about img {
  margin: 0px auto;
  box-shadow: 0px 0px 1px #9d9797;
  border-radius: 5px;
  max-width: 1000px;
  width: 100%;
  height: auto !important;
}


.article-about h2 {
  display: block;
  text-align: center;
  font-size: 30px !important;
  ;
  font-weight: 600;
  margin: 40px auto 20px !important;
  color: #0b4163 !important
}

.article-about h3 {
  margin: 15px auto 20px !important;
  text-align: center;
  color: #0e507a !important
}

.table-h3.tableh3{
  color:#fff !important
}


.article-about>h2:nth-child(1) {
  margin: 0px auto 20px;
}

.article-about-shadow {
  height: 3px;
  background-color: #ff8c00;
  opacity: 0.2;
  margin-bottom: 50px;
  /*   box-shadow: 0px 0px 4px #bbb;
  height: 1px;
  background-color: #888; */
}

.article-about>hr {
  margin-top: 40px;
  background-color: #0f4d74;
  opacity: 0.2;
  border-radius: 2px;
  border: none;
  height: 4px;
  max-width: 200px;
  box-shadow: 0px 0px 0px 0px #fff;
}

.article-about p,
.article-about ul,
.article-about ol,
.article-about li,
.seo-sec p,
.seo-sec li {
  line-height: 28px !important;
  text-align: justify;
}

.strong-text{
  font-weight: 800;
}


.article-about


.article-about ul {
  margin: 0px 0px 15px;
}

.article-about>div>ul {
  margin: 8px 0px 15px;
}

.article-about_list p {
  font-weight: 600;
  padding-bottom: 0px;
}


@media (max-width:700px) {
  .shine-button {
    width: 310px
  }

  .service-item {
    height: 380px;

  }

  .service-item p {
    margin-right: 10px;
    margin-left: 10px;
  }

  .tent-pluses {
    margin-top: 0px;
  }

  .tent-pluses img {
    position: static
  }
}

.partner-logo {
  margin-right: 30px;
}

.partner-logo:hover {
  transform: scale(1.2);
  transition: 0.5s;
}

.all-works:hover {
  opacity: 0.8;
}


@keyframes price-button {
  0% {

    box-shadow: 0 0 3px #cb4e4e;
  }

  20% {

    box-shadow: 0 0 14px #cb4e4e;
  }

  35% {

    box-shadow: 0 0 20px #cb4e4e;
    transform: scale(1.008);
  }

  45% {

    box-shadow: 0 0 20px #cb4e4e;
  }

  80% {
    transform: scale(1);

    box-shadow: 0 0 3px #cb4e4e;
  }

  100% {
    box-shadow: 0 0 3px #cb4e4e;
  }

}

.price-a-button {
  display: block;
  background-color: #cb4e4e;
  max-width: 700px;
  border: none;
  padding: 20px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  cursor: pointer;
  animation-name: price-button;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;
  text-align: center;
  margin: 0px auto 50px;
}

.seo-sec h2{
  font-size: 26px;
}

.price-list-page article{

  margin-top: 40px
}


.flex-price {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.flex-price img{
  width:240px;
  height:200px;
  object-fit: cover;
  box-shadow: 0 0 1px #777;
}

/* блок тентовых ангаров */
.img-item-about__hr {
  background-color: var(--two-color);
  opacity: 0.2;
  height: 5px;
  color: #fff;
  width: 80%;
margin:45px auto 55px;
}

.img-item-about {
  max-width: 1150px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 34px auto 0px;
}
.img-item-about div {
  width: 100%;
  background: #fff7de;
  -webkit-box-shadow: 1px 1px 5px rgba(124, 124, 124, 0.25);
  box-shadow: 1px 1px 5px rgba(124, 124, 124, 0.25);
  padding: 20px 20px 0px;
}
.img-item-about a {
  width: 80%;
  height: 463px;
}
.img-item-about img {
  width: 50%;
}

@media (max-width: 1150px) {
  .img-item-about img {
    width: 100%;
  }
}
.img-item-about h2 {
  font-size: 24px;
  margin: 10px auto 30px;
}
.img-item-about p {
  line-height: 28px;
}
@media (max-width: 1180px) {
  .img-item-about {
    flex-direction: column;
  }
  .img-item-about a {
    width: 100%;
    height: auto;
  }
}

.scale{
  transition: 0.3s;
}
.scale:hover{
  transform: scale(1.3);
  z-index: 5;
}


@media (max-width:600px){
.article-about h2{
  font-size: 24px !important;
}
.article-about h3{
  font-size: 22px !important;
}
.breadcrums{
  margin-top: 30px;
}
.article-about{
  padding: 5px;
}


.multi-city-shadow-sec .multi-city-window{
  width: 270px !important;
}
 }

 @media (max-width:380px){
 #leadia_science_widget .leadia_widget{
width: 290px !important;
 }}