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

/* html { overflow-x: hidden; } */

.tab-equate {
  height: 50px;
}
.main-slider.wrapper {
  padding-left: 0px;
  padding-right: 0px;

}




.main-video {
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 52.8%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
  text-align: center;
  border-radius: 20px;
  background-color: #000;
}
.main-video video {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 40px);
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

@media (max-width: 900px) {
  /*   header {
    position: fixed;
    background: #23211b;
    border-bottom: 2px solid #23211b;
  } */

  .main-video {
    padding-top: 30px;
  }
  .main-video video {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
  }
}
/* 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;
  max-width: 1270px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 750px) {
  footer {
    margin-bottom: 50px;
  }
}
footer .child-menu {
  display: none;
}
footer .developed {
  background: #e7e1da;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000000;
}
footer .developed .wrapper {
  font-size: 0;
}
footer .developed span {
  display: inline-block;
  vertical-align: top;
  color: #000000;
  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: #000000;
  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;
  }
  .owl-dots {
    display: none;
  }

  .slider-sec .slide.atricle-slide {
    height: 100%;
  }
}
@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: 0px 15px;
  transform: scaleY(0.9);
  /* max-width: 1150px; */
  /* padding-bottom: 36px;  */
}

.slider-sec .slide {
  height: 100%;
  background-size: cover;
  position: relative;

  overflow: hidden;
  background-position: center;
}

.slider-sec .slide.atricle-slide {
  height: 450px;
}

.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 {
  font-family: "Light";
  color: #fff;
  max-width: 70%;
  margin: 0px auto;
}
.slider-sec .content-slide .title-slide {
  font-size: 50px;
  line-height: 65px;
  font-family: "Black";
  margin-bottom: 5px;
}
@media (max-width: 900px) {
  .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; 
  }



}


.slider-sec .content-slide .desc-slide {
  font-size: 18px;
  font-family: "Light";
  margin-top: 50px;
}

.slider-sec .content-slide .href-proj {
  background: #cc2b44;
  color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  outline: none;
  transition: 0.3s;
  padding: 10px 20px;
  cursor: pointer;
  font-family: "Bold";
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  display: inline-block;
  border-radius: 5px;
}

.slider-sec .content-slide .href-proj i {
  margin-left: 10px;
}
.slider-sec .content-slide .href-proj:hover {
  box-shadow: 0 0 20px #ffa600;
}
.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 {
  max-width: 1170px;
  margin: 60px auto 0px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width:900px){
  .advantage-sec {
    margin: 10px auto 0px;}
}

.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;
  }
}

.slider-sec .content-slide .href-proj {
  margin-top: 30px;
}

.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;
  }
}
.info-box {
  line-height: 28px;
}
.seo-sec {
  max-width: 1100px;
  padding-top: 50px;
  padding-bottom: 20px;
  margin: 0 auto;
}

.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;
}

.color-bg {
  background: #e7e1da;
}

.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;
  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: #cc2b44;
  color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: none;
  -moz-transition: none;
  transition: 0.3s;
}
.btn-2_image {
  border-radius: 10px;
  box-shadow: 0 0 5px #614002;
}
.btn-2h {
  border-radius: 10px;
}
.btn-2h:hover {
  box-shadow: 0 0 20px #ffa600;
  top: 2px;
}
.btn-2h:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px;
}

.container-reg {
  width: calc(100% - 30px);
  margin: 0 auto;
  max-width: 1260px;
  display: block;
}
.container-reg.main-box-container .main-informplace {
  display: block;
  position: relative;
  min-height: 700px;
  overflow: hidden;
  margin-top: 70px;
}
.container-reg.main-box-container .main-informplace .background-content {
  z-index: 0;
  position: absolute;
  background: url("/userfiles/images/fon-body-30.webp") 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;
  padding-right: 5px;
}
.container-reg.main-box-container .main-informplace .over-content h2::before {
  width: 12px;
  height: 103px;
  background-color: #cc2b44;
  position: absolute;
  content: " ";
  top: 2px;
  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;
  gap: 10px;
  margin-top: -150px;
}
.tent-pluses > div {
  text-align: center;
  margin: 0px auto;
  width: 25%;
}
.tent-pluses >h2{
  position: absolute;
  opacity: 0;
}

@media (max-width: 1000px) {
  .container-reg.main-box-container .tent-pluses {
    margin-top: -30px;
  }
}
.container-reg.main-box-container.tent-pluses div {
  margin-top: 0;
  width: 25%;
  box-sizing: border-box;
  padding: 15px;
  padding-top: -270px;
}
.tent-pluses div h3 {
  height: 70px;
  font-size: 18px;
  font-weight: 600;
  color: #cc2b44;
}
.info {
  background-color: #444444;
}

.container-reg.main-box-container .tent-pluses div img {
  height: 55px;
}
.container-reg.main-box-container .tent-pluses div:first-child {
  padding-left: 0;
}
.container-reg.main-box-container
  .tent-pluses
  div:first-child
  div.conSprite {
  background-position: -21px -5px;
}
.container-reg.main-box-container .tent-pluses div:nth-child(2) .conSprite {
  background-position: -85px -5px;
}
.container-reg.main-box-container .tent-pluses div:last-child {
  padding-right: 0;
}
.container-reg.main-box-container .tent-pluses div .conSprite {
  background-image: url("/uploads/images/advantage/updated-main-sprite-2.png");
}

@media (max-width: 1000px) {
  .snip1529{
max-width: 100%;
  }
  .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 div {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
  }
  .container-reg.main-box-container .tent-pluses div img {
    position: relative;
    top: 10px;
  }
  .container-reg.main-box-container .tent-pluses div h3 {
    padding-top: 8px;
    padding-left: 0px;
    font-size: 16px;
    height: 50px;
  }
  .container-reg.main-box-container
    .tent-pluses
    div:nth-child(2)
    .conSprite {
    background-position: -100px -10px;
  }
  .container-reg.main-box-container
    .tent-pluses
    div:nth-child(3)
    .conSprite {
    background-position: -21px -96px;
  }
  .container-reg.main-box-container
    .tent-pluses
    div: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 {
    background-color: #e7e1da !important;
  }

  .container-reg.main-box-container
    .main-informplace
    .over-content
    .flex
    .left-content-box {
    margin-right: 0px;
  }
}

.info-box-2 * {
  box-sizing: border-box;
}
.info-box-2 {
  display: grid;
  grid-template-columns: 78% 20%;
  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 *,
.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;
}
.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: 0.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: 1260px) {
  .slider-sec .owl-dots {
    margin-top: -90px;
  }
  .background-content {
    background: none !important;
  }
  .container-reg.main-box-container .main-informplace .over-content h2 {
    margin-left: 10px;
  }
  .container-reg.main-box-container .main-informplace .over-content h2::before {
    left: -10px;
  }
}
@media (max-width: 600px) {
  .steps {
    justify-content: center !important;
  }
  .snip1529 {
    height: 400px;
  }
}

@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: 0.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: 0.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: 0.6s;
}
.video-nav-item:hover img {
  opacity: 0.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: 0.5s;
}
.arrow {
  border: 2px solid var(--two-color);
  border-radius: 6px;
  position: fixed;
  right: 3%;
  bottom: 6%;
  background: #fff;
  opacity: 0.65;
  transition: 0.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: 0.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(0.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, 0.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, 0.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: #cc2b44;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
table tr td,
table tr th {
  border-right: 1px solid #777777;
}
table tr td {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  padding: 5px;
  /*  font-weight: bold;*/
}
table.table-price tr {
  height: 35px;
}
/* table tr span {
  display: none;
} */
table tr {
  transition: 0.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: 0.6s;
  filter: brightness(0.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: 0.5s;
}

hr {
  background-color: #ff8c00;
  opacity: 0.2;
  height: 5px;
  color: #fff;
  width: 80%;
}

.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-------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

.get-action-sec h2 {
  margin-bottom: 50px;
}

.get-action-sec {
  margin-bottom: 30px;
  margin-top: 50px;
}
.get-action {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  vertical-align: baseline;
}
.get-action-item {
  width: 440px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  height: 160px;
  padding-left: 4%;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.18);
  border-radius: 15px;
  color: #000;
  transition: 0.6s;
  cursor: pointer;
}
.get-action-item__cir img {
  width: 36px;
  height: 36px;
  object-fit: cover;
  flex: 0 0 36px;
  display: block;
}
.get-action-item__cir {
  height: 64px;
  width: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 64px;
  border-radius: 50%;
  margin-right: 20px;
}
.get-action .get-action-item:nth-child(1) .get-action-item__cir {
  border: 2px solid #eaeaea;
}
.get-action .get-action-item:nth-child(2) .get-action-item__cir {
  border: 2px solid #fff;
}
.get-action .get-action-item:nth-child(2) {
  background: #b1d1c8;
}
.get-action-item__icon {
  position: absolute;
  width: 35%;
  right: -14px;
  bottom: -5px;
}
.get-action-item-info__name {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}
.get-action-item-info span {
  display: block;
}
.get-action-item-info {
  flex: 0 0 60%;
}
.get-action-item-info__txt {
  color: #848484;
  max-width: 220px;
  font-weight: 200;
  line-height: 1.2;
  font-size: 10px;
}

.wrapper {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1260px;
  margin: 0 auto;
}

form.form-calc {
  max-width: 400px;
  width: 100%;
}

form .form-title {
  font-size: 26px;
  font-weight: bold;
  margin: 30px 0 15px;
  padding: 0;
}

form .form-row input {
  width: 100%;
  text-align: right;
  padding: 10px;
  outline: none;
  border: 1px solid #333;
}

form .form-row {
  padding: 10px 0;
}

form .form-row p {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

form .form-row.form-row__border + .form-row.form-row__border {
  border-top: 1px solid #333;
}

form .form-buttons {
  display: flex;
  gap: 20px;
}

form .form-buttons a,
form .form-buttons div {
  width: calc(50% - 10px);
  text-align: center;
  outline: none;
}

.price-value,
.total-price__value {
  font-weight: bold;
  color: #104f76;
}

.get-action {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.get-action-item-info__txt {
  color: #848484;
  font-weight: 200;
  line-height: 1.2;
  font-size: 14px;
}

.characteristic {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 5px 0px;
}



.characteristic.last {
  position: absolute;
  top:260px;
  right: 20px;
}



@media (max-width:800px){
  .characteristic.last{
    display: none;
  }
}
.characteristic p {
  font-size: 16px;
  font-family: "Light";
  color: #ffffff;
  padding: 0;
}

.characteristic + .characteristic {
  border-top: 1px solid #ffffff;
}

.characteristic .characteristic-value {
  margin: 0 0 0 auto;
}

.characteristic img {
  width: 24px;
}

.characteristic .characteristic-list {
  display: none;
  width: 150px;
  position: absolute;
  background: #fff;
  border: #cc2b44 solid 2px;
  border-radius: 10px;
  bottom: 10px;
  right: 40px;
  padding: 8px;
  border-radius: 5px;
  z-index: 1000;
}

.characteristic:hover .characteristic-list {
  display: block;
}

.characteristic .characteristic-list p {
  color: #000;
}

.characteristic .characteristic-list p.characteristic-list__title {
  font-weight: bold;
}

.characteristic .characteristic-list p + p {
  margin-top: 5px;
}

#fragment-2,
#fragment-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
#fragment-2 > img,
#fragment-3 > img {
  max-width: 360px;
  width: 100%;
}

.wrapper.wrapper-tabs {
  height: auto;
  padding-bottom: 60px;
}
#tabs.ui-tabs .ui-tabs-nav {
  display: flex;
  background: #8a1b2c;
}

#tabs.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  background: #cc2b44;
}
.ui-tabs .ui-tabs-nav li {
  width: 25%;
  background: #cc2b44;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  background: #ffffff !important;
  color: #cc2b44;
}

.text-item-now-fix-buddy > .get-action-sec {
  display: none;
}
.text-item-now-fix-buddy > .article-about-shadow {
  display: none;
  margin-bottom: 0px;
}

.ui-tabs .ui-tabs-nav li a {
  font-weight: 900;
  display: block;
  width: 100%;
  text-align: center;
  color: #ffffff;
}

.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;
}
.item-sections {
  margin-top: 80px;
  padding-bottom: 100px;
}

.catalog-page {
  margin-top: 80px;
  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;
  margin-left: 20px;
}
@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;
}

.project-card .pic {
  background-size: 200px 150px;
  border-radius: 4px;
  position: relative;
}

.clear-project {
  width: 31%;
  display: inline-block;
  vertical-align: top;
}
.project-card {
  height: 340px;
  display: inline-block;
  vertical-align: top;
  width: 31%;
  text-decoration: none;
  text-align: left;
  border-radius: 5px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #000000;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 970px) {
  .project-card {
    width: 48%;
  }
}

.project-card .pic {
  background-size: auto auto;
  background-position: center;
  position: relative;
  padding: 65% 0 0;
  margin: 20px 10px 0px;
}

.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: 0px;
  bottom: -10px;
  z-index: 10;
  border: solid 1px #a52929;
  /*   box-shadow: 0 0 1px #000; */
}

@media (max-width: 450px) {
  .project-card {
    width: 100%;
  }
  .project-card .pic {
    height: 100px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .project-card .pic .hits {
    left: 10px;
    bottom: 0px;
  }
  .project-card .pic {
    transform: scale(1.1);
  }
}

.project-card .name {
  font-family: "Bold";
  margin-top: 5px;
  font-size: 14px;
  padding-left: 25px;
  padding-right: 15px;
  margin-bottom: 5px;
}

@media (max-width: 600px) {
  .project-card .name {
    font-size: 18px;
  }
}
.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-------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------ADDITION STYLES-------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
@media (max-width:410px) {
#leadia-widget{
  width:300px !important;
}
}


.not-show{
  position:absolute; width:0px; height:0px; font: size 0px !important; opacity:0
}

.img-works{
  padding-top: 20px;
}

/* сферы применения */
.appli-sec {
  border: solid 4px #cc2b44;
  margin: 40px 15px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 40px 0px;
}
.appli-sec a {
  display: block;
  width: 18%;
  /*       width:160px; */
  text-align: center;
  color: #0096a7 !important;
}
.appli-sec a:hover{
  color: #cc2b44 !important;
  text-decoration: underline;
}
@media (max-width:1100px) {
  .appli-sec {
    gap: 10px;
  }

  .appli-sec a {
 
width:150px;
  }
}


/* сферы применения */

.main-slider{ margin-top: -180px}

@media (max-width:900px) {

  .main-slider{ margin-top: -50px}

}

@keyframes price-button{
  0% {
    background-color: #cc2b44;
    box-shadow: 0 0 3px #cc2b44;}
    20% {
      background-color: #cc2b44;
      box-shadow: 0 0 14px #cc2b44;
    }
35% {
  background-color:#fa2142;
  box-shadow: 0 0 20px #cc2b44;
  transform: scale(1.008);
}
45% {
  background-color: #fa2142;
  box-shadow: 0 0 20px #cc2b44;
}

80% {
  transform: scale(1);
  background-color:#cc2b44;
  box-shadow: 0 0 3px #cc2b44;
}
100% {
  background-color: #cc2b44;
  box-shadow: 0 0 3px #cc2b44;
}

}

.price-a-button {
  display: block;
  background-color: #cc2b44;;
  max-width: 500px;
  border: none;
  padding: 10px;
  border-radius: 20px;
  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;
}

.price-a-button:hover{
  opacity: 0.8;
}

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


.opacity:hover{
opacity: 0.8;;
}

/* h1 */
.h1-main {
  font-size: 26px;
}

@media (max-width: 800px) {
  .h1-main {
    font-size: 20px;
  }
}
/* new footer */

.footer-search {
  background-color: #dde7ec;
  padding: 15px 0;
}

.footer-search__form {
  margin: 0 auto;
  width: 608px;
  position: relative;
}

.footer-search__form-input {
  display: block;
  width: 100%;
  padding: 9px;
  border-radius: 3px;
  border: 1px solid #cfcfcf;
  background-color: #fff;
}

.footer-search__form-button {
  position: absolute;
  top: 9px;
  right: 6px;
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}

.footer-middle {
  background-color: #e7e1da;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 21px 60px 25px;
  border-bottom: 1px solid #dde7ec;
}

.footer-middle a{
text-decoration: none;
}


.footer-middle p {
  font-family: circle;
}

.footer-middle__right {
  max-width: 330px;
  color: #000000;
}
.footer-middle__menu {
  width: 177px;
  margin-right: 57px;
  -webkit-box-flex: 0;
}

.footer-middle__menu-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #000000;
  border-bottom: 1px solid #dde7ec;
  position: relative;
}

.footer-middle__menu-title:after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 27px;
  height: 1px;
  background: #829daf;
}

.footer-middle__menu-item {
}

.footer-middle__menu-href {
  display: block;
  color: #000000;
/*   font-family: Circe; */
  font-size: 18px;
  font-weight: 500;
  margin-top: 8px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.footer-middle__menu-href a {
  text-decoration: none;
}

.footer-middle__menu-href:hover {
  color: #ff6b3e;
}

.footer-middle__contact-phone {
  margin-bottom: 15px;
}
.footer-middle__tel {
  font-size: 30px;
  font-weight: 800;
  background-image: url("/userfiles/images/phone 2-1.png");
  background-repeat: no-repeat;
  padding-left: 70px;
  background-size: 50px;
  height: 50px;
  padding-top: 6px;
}

@media (max-width: 800px) {
  .footer-middle__tel {
    padding-left: 50px;
    background-size: 40px;
    font-size: 24px;
    margin-top: 20px;
  }
}
.footer-middle__contact-phone:last-child {
  margin-bottom: 5px;
}

.footer-middle__contact-phone + a {
  margin-bottom: 17px;
  margin-top: 0;
}

.footer-middle__contact-phone a {
  color: #010101;
  font-family: Circe;
  font-size: 22px;
  font-weight: 400;
}

.footer-middle__contact-email {
  color: #3c6682;
  font-family: Circe;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.footer-middle__contact-email:hover {
  color: #ff6b3e;
}

.footer-middle__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.footer-middle__array {
  width: 15px;
  display: none;
}

.footer-middle__array {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.footer-middle__menu-title.active .footer-middle__array {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.sprite-footer {
  display: inline-block;
  vertical-align: middle;
  background: url("/local/templates/main/static/i/svg/new/logo.svg") no-repeat
    center;
}

.sprite-footer-arrow-social {
  width: 90px;
  height: 61px;
  background-position: -5px -5px !important;
  position: absolute;
  right: -23px;
  top: 24px;
  background-image: url(/local/templates/main/static/i/spritesheet-footer.png);
  background-repeat: no-repeat;
}

.sprite-footer-logo {
  width: 142px;
  height: 41px;
}
.footer_send-form {
  padding: 20px 0px;
  display: flex;
  gap: 30px;
}
.footer_send-form__button {
  background-color: #fff;
  color: #000;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  padding-top: 5px;
  width: 300px;
  height: 40px;
  border-radius: 10px;
  margin: 0px auto;
  transition: 0.3s;
  cursor: pointer;
}

.footer_send-form__button:hover {
  box-shadow: 0 0 20px #ffa600;
  background-color: #cc2b44;
  color: #fff;
}

.footer_send-form__background {
  position: relative;
  width: calc(100% - 280px);
  height: 282px;
  background-color: #cc2b44;
 /*  background-color: #a29e98 */;
  margin-bottom: 30px;
}
.footer_send-form__img {
  position: relative;
  width: 300px;
  margin-bottom: 30px;
}
.footer_send-form__text {
  font-size: 40px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 25px;
  color: #fff;
}
@media (max-width: 850px) {
  .footer_send-form{
    padding: 20px 20px;
    margin-top: -120px;
  }
  .footer_send-form__background {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    
  }
  .footer_send-form__img {
    display: none;
  }

  .footer-middle__menu {
    margin-top: 20px;
  }
  .footer_send-form__background {
    width:100%;
  }
}
@media (max-width: 800px) {
  .seo-sec {
    padding-bottom: 0px;
  }
  .footer_send-form__text {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .footer_send-form__button {
    font-size: 24px;
    font-weight: 600;
    padding-top: 6px;
    width: 200px;
    height: 40px;
    border-radius: 10px;
  }
  .footer-middle__menu {
    width: 100%;
    margin-right: 0px;
    margin-top: 20px;
  }
}

@media (max-width: 450px) {
  .footer_send-form__text {
    font-size: 24px;
    margin-top: 20px;
  }
}

/* footer */

/* a-button */
.a-button {
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  font-size: 20px;
  padding: 17px 10px 17px;
  width: 500px;
  margin: 30px auto 0px;
  background-color: #cc2b44;
  color: #fff !important;
  font-weight: 600;
  transition: 0.3s;
}

.a-button:hover {
  box-shadow: 0 0 20px #8f1010;
  background-color: #f53854;
}

@media (max-width: 600px) {
  .a-button {
    width: 256px;
    overflow: hidden;
  }
}

/* a-button */

.owl-stage-outer .owl-height {
  height: 500px;
}

/* slider */

.slider {
  padding: 10px 10px;
  margin: 110px 15px 45px;
  border-top: solid 10px #cc2b44;
  border-bottom: solid 10px #cc2b44;
}
.slider img {
  poiner-events: none;
}

.slider-list {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.slider-list.grab {
  cursor: grab;
}

.slider-list.grabbing {
  cursor: grabbing;
}

.slider-track {
  display: flex;
}

.slide {
  width: 100%;
  height: 400px;
  user-select: none;
  flex-shrink: 0;
  font-size: 60px;
  font-weight: 800;
  color: white;
  text-shadow: 0 0 10px #000;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 2px #000;
  text-align: center;
}

.slide__pic {
  filter: brightness(0.4);
  z-index: -1;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

.slide:hover {
  filter: brightness(1.2);
}

.slide__main-text {
  font-size: 60px;
  font-weight: 800;
  color: white;
  text-shadow: 0 0 10px #000;
  margin-bottom: 20px;
}

.slide__desc-text,
.slide__desc-text span {
  font-size: 34px;
  font-weight: 600;
  color: white;
  text-shadow: 0 0 10px #000;
  margin-bottom: 20px;
}

.slider-arrows {
  position: relative;
}

.prev,
.next {
  bottom: 160px;
  width: 50px;
  height: 80px;
  background-color: rgb(red, green, blue, 0.01);
  border: none;
  opacity: 0.6;
}
.prev {
  position: absolute;

  left: 0px;
  cursor: pointer;
}
.next {
  position: absolute;

  right: 0px;
  cursor: pointer;
}
.next.disabled,
.prev.disabled {
  opacity: 0.25;
  pointer-events: none;
}

@media (max-width: 700px) {
  .slide__main-text{
    font-size: 40px;
  }
.slide__desc-text{
  display: none;
  height: 0px;
}

.slide__desc-text p{
  margin: 0;padding: 0;
}
}
@media (max-width: 600px) {
  .slider {
    margin: 80px 15px 30px;
  }
  .slide {
    font-size: 40px;
  }
  .slider-list,
  .slide {
    height: 400px;
  }
  .prev,
  .next {
    bottom: 150px;
  }

}
/* slider */

.catalog-m-page {
  margin: 0px 15px 15px;
}
.catalog-m-page h2 {
  font-size: 38px;
  text-decoration: underline;
  margin-bottom: 50px;
}
.catalog-m-page_container {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  background: #e7e1da;
  padding: 40px 20px 40px;
}
.catalog-m-page_container > a {
  width: 200px;
  height: 150px;
/*   border-radius: 100px; */
border: #221e1e 1px solid;
  box-shadow: 0 0 1px #000;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  filter: brightness(80%);
}

.catalog-m-page_container .title {
  color: #ffffff;
  font-size: 24px;
  margin-top: 48px;
  text-shadow: 0 0 10px #000;
  filter: contrast(200%) brightness(200%);
}
.catalog-m-page_container > a:hover {
  filter: brightness(120%);
}

@media (max-width: 500px) {
  .catalog-m-page {
    margin: 0px 15px 15px;
  }
  .catalog-m-page_container {
    padding: 30px 5px 20px;
  }
  .catalog-m-page_container > a {
    width: 140px;
    height: 140px;
    border-radius: 70px;
  }
  .catalog-m-page_container .title {
    font-size: 18px;
  }
}

.item-text-article {
  flex-wrap: wrap;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 40px;
}
.item-text-article__half {
  flex: 0 0 48%;
}

.item-text__half--dark {
  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: 30px;
  line-height: 24px;
  font-weight: 600;
}

.img-chark {
  margin-bottom: 30px;
  max-width: 200px;
}

.images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.img-chark div {
  font-size: 13px;
  border-bottom: 1px solid #d52424;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.img-chark span {
  display: block;
  padding-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}

.images img {
  width: 100%;
  height: auto;
}

.img-works {
  transform: scale(1.17) translatex(5px);
}

@media (max-width: 1180px) {
  .img-works {
    transform: scale(1) translateX(0px);
  }
}
@media (max-width: 800px) {
  .item-text-article__half {
    flex: 0 0 100%;
  }
  .item-text__half--dark {
    padding: 10px;
  }

  .images {
    flex-direction: column;
    align-items: start;
  }
  .img-chark div {
    width: calc(100vw - 100px);
  }
  .item-text-article {
    gap: 20px;
  }
  .images img {
    width: calc(100vw - 100px) !important;
  }
}

/* .goods-items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.goods-items > div {
  width: 340px;
  border-radius: 8px;
  border: solid 2px rgb(255, 140, 0, 0.4);
  height: 490px;
  padding: 20px;
}

.goods-items h3 {
  text-align: center;
  color: #616161;
  font-size: 20px !important;
}
.goods-items a {
  display: block;

  text-align: center;
} */

.img-item-about {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 34px;
}
.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;
  }
}

.steps {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, Roboto;
  font-size: 14px;
  display: flex;
  gap: 10px;
  margin: 0px auto;
  padding: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-container {
  max-width: 1200px;
  margin: 0px auto;
  /* display: flex;
flex-direction: column;
align-items: center; */
}

tr:nth-child(2n + 1) {
  background-color: #faf1f3;
}

td > h3 {
  color: #fff;
}
td > p {
  padding-bottom: 0px;
}
.flex-price {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: center;
  gap: 10px;
}

.strong-text {
  font-weight: 600;
}
.gold-text-color {
  color: #ffc402;
}
.article-about {
  max-width: 1000px;
  margin: 0px auto;
  padding: 20px;
  border-radius: 10px;
}


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


.article-about img {
  margin: 0px auto;
  box-shadow: 0px 0px 1px #000000;
  border-radius: 5px;
}


article > h2 {
  font-size: 26px;
  font-weight: 400;
}
article > h3 {
  display: block;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  margin: 40px auto 20px;
}

article > p,
article > ul > li,
article > ol > li {
  line-height: 24px;
}
.articles-section > .wrapper {
  margin-top: 0px;
}

article li > ul {
  margin-left: 15px;
  margin-bottom: 5px;
}

.article-about h2 {
  display: block;
  text-align: center;
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
  margin: 40px auto 20px;
}

.article-about h3 {
  margin: 15px auto 20px;
  text-align: center;
}

.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 {
  line-height: 24px;
}

.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;
}

/* .article-about .articles-section{
  padding-left:40px
} */

/*   --------------------- */
@media screen and (max-width: 1240px) {
  .catalog-page {
    margin-top: 15px;
  }
}
@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%;
    margin-left: 20px;
  }
  .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) {
  .catalog-page .right-sec {
    margin-left: 5px;
    margin-right: 5px;
  }
  .project-card {
    height: 100%;
  }
  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 !important;
    margin-bottom: 20px;
    display: block;
    border-top: 1px solid #777777;
    border-left: 1px solid #777777;
    border-bottom: 1px solid none;
  }

  table,
  tbody {
    width: 100%;
    display: block;
  }
  table tr td,  table tr th {
    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 #7777;
  }
  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 screen and (max-width: 900px) {
  .get-action-item__icon {
    width: 33%;
    right: -40px;
    bottom: 10px;
  }

  .articles-section > .wrapper {
    margin-top: 0px;
  }
}
@media screen and (max-width: 900px) {
  .get-action {
    justify-content: center;
  }
  .get-action-item {
    flex: 0 0 80%;
    margin-bottom: 40px;
  }
  .get-action-sec {
    margin-bottom: 50px;
  }
  .get-action .get-action-item:nth-child(2) {
    margin-bottom: 0;
  }
  .get-action-sec h2 {
    line-height: 1.5;
  }
}
.get-action-item {
  text-decoration: none;
}
@media screen and (max-width: 515px) {
  .get-action-item {
    flex: 0 0 100%;
  }
  .get-action-item__icon {
    width: 35%;
    right: -7px;
    bottom: -15px;
  }
}
@media screen and (max-width: 479px) {
  .get-action-item {
    flex: 0 0 100%;
  }
  .get-action-sec {
    margin-bottom: 20px;
  }
  .work-sec {
    padding-top: 30px;
  }
  .geo-sec {
    margin-bottom: 40px;
  }
  .coating-item {
    flex: 0 0 90%;
  }
  .get-action-item__icon {
    width: 33%;
    right: -15px;
    bottom: 0;
  }
}

@media screen and (max-width: 440px) {
  .get-action-item {
    padding: 15px 0 15px 15px;
    flex-wrap: wrap;
    height: 220px;
  }
  .get-action-item__icon {
    position: relative;
    width: 27%;
    right: 0;
    bottom: 0;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 414px) {
  .get-action-item {
    justify-content: center;
  }
  .get-action-item__icon {
    display: none;
  }
  .item-text-article__half {
    flex-direction: column;
  }
  .coating-item {
    flex: 0 0 100%;
  }
  .get-action-item {
    height: 150px;
  }
}

@media (max-width: 600px) {
  .flex-price {
    display: block;
    text-align: center;
  }
  .flex-price > a > img {
    margin-top: 15px;
  }

  #tabs.ui-tabs .ui-tabs-nav {
    flex-wrap: wrap;
  }
  .ui-tabs .ui-tabs-nav li {
    width: 100%;
    margin-right: 0px !important;
  }
  .ui-tabs .ui-tabs-panel {
    padding: 1em 0em;
  }
  .item-sections {
    margin-top: 20px;
  }

  .article-about {
    padding: 0px;
  }
}

.menu-fixed-parent {
  margin-top: 0px !important;
}

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