/*----------------------------------------------------------------------------------------------*/
/*-----------------------------------------HEADER.CSS-------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

header {
  height: 90px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  color: #fff;
  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;
  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: "";
}
/*----------------------------------------------------------------------------------------------*/
/*-----------------------------------------HEADER.CSS-------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/
body {
  position: relative;
}
.slider-sec {
  display: block;
  height: max-content;
  padding-bottom: 36px;
}
.slider-sec .slide {
  height: 100%;
  background-size: cover;
  position: relative;
  background-position: center;
}
.slider-sec .slide:before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.slider-sec .middle-height {
  display: flex;
  padding-bottom: 150px;
  padding-top: 200px;
  position: relative;
  z-index: 3;
}
@media (max-width: 450px) {
  .slider-sec .middle-height {
    padding-top: 150px;
    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: 35px;
  }
}
@media (max-width: 370px) {
  .slider-sec .content-slide .title-slide {
    font-size: 15px;
    line-height: 30px;
  }
}
.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: -70px;
  position: relative;
  z-index: 3;
  padding-left: 20px;
  padding-right: 20px;
}
.slider-sec .owl-dots .owl-dot {
  margin-right: 7px;
  display: inline-block;
  vertical-align: top;
  opacity: 0.4;
  transition: 0.5s;
}
.slider-sec .owl-dots .owl-dot button {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 8px 10px;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}
.slider-sec .owl-dots .owl-dot:hover {
  opacity: 1;
}
.slider-sec .owl-dots .active {
  opacity: 1;
}

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

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

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

.advantage-sec {
  padding-top: 50px;
  padding-bottom: 50px;
}
.advantage-sec .advantage {
  width: 24%;
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}
@media (max-width: 840px) {
  .advantage-sec .advantage {
    width: 48%;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .advantage-sec .advantage {
    width: 100%;
  }
}
.advantage-sec .advantage span {
  display: block;
  font-size: 18px;
  font-family: "Bold";
  max-width: 180px;
  margin: 20px auto;
}
@media (max-width: 840px) {
  .advantage-sec .advantage span {
    max-width: 100%;
    font-size: 16px;
    margin: 10px auto;
  }
}
.advantage-sec .advantage .pic {
  height: 130px;
  width: 130px;
  border-radius: 50%;
  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: 45px;
  width: 45px;
  border-radius: 50%;
  border: 2px solid #c0c0c0;
  background: #fff;
  z-index: 2;
  position: absolute;
  left: -5px;
  top: -5px;
  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: 50%;
  border: 2px solid #c0c0c0;
  content: "";
  left: -7px;
  top: -7px;
}
@media (max-width: 800px) {
  .advantage-sec .advantage .pic:before {
    height: 110px;
    width: 110px;
  }
}

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

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

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

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

.gmnoprint {
  display: none;
}

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

.grey-bg {
  background: #dfdfdf;
}

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

.info {
  display: -ms-grid;
  display: grid;
  background-color: #444444;
  -webkit-box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
  box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
  padding: 1rem;
  grid-gap: 0;
  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;
  }
}



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

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

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

/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------ADDITIONAL STYLES-------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
.article-about{
  max-width: 1100px;
  margin: 0 auto;
}


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

.info-list{
  text-align: center;
}

.info-list >p >span {
  text-align: center;
  font-weight: 800;
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #494d19
}
.info-list_bg1 {
  background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(255,255,255,1) 0%, rgba(181,250,255,0.23012955182072825) 100%);
}

.info-list_bg2 {
  background: linear-gradient(
    0deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(255, 255, 255, 1) 0%,
    rgba(252, 240, 196, 0.23012955182072825) 100%
  );
}

tr:nth-child(2n+1){
  background-color: #e3f5ff;
}
.about-company >article >div >p{
  line-height: 24px;
}
.about-company >article >div >ul >li{
  line-height: 24px;
}
.about-company >article >div >ol >li{
  line-height: 24px;
}

.advantage:hover{
  transition: 0.3s;
  transform: scale(1.1);
}
.info-bl-ul{
display: flex; justify-content:center; flex-wrap: wrap; gap:50px ";
}

.info-bl-ul > div {
  border: solid 1px #302f2b;
  border-radius: 10px;
  width: 340px;
  padding-right: 5px;
  margin: 25px 30px;
}
.info-bl-ul > div:nth-child(2n+1) {

  background: linear-gradient(
    0deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 250, 181, 0.23012955182072825) 100%
  );
}
.info-bl-ul > div:nth-child(2n) {

  background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(255,255,255,1) 0%, rgba(181,250,255,0.23012955182072825) 100%);
}

.info-bl-ul > div > p {
  text-align: center;
  font-weight: 800;
  font-size: 22px;
  margin-top: 10px;
}
.about-hangars-article {
  max-width: 1000px;
  margin: 0px auto;
  text-align: center;
}
.about-hangars-article >ul {
  text-align: left;
}

.about-hangars-article >article >ul {
  text-align: left;
}

.about-hangars-article >article >article >ul {
  text-align: left;
}


.about-hangars-article h2 {
  line-height: 40px;
}

.about-hangars-article >ol {
  text-align: left;
}

.about-hangars-article >article >ol {
  text-align: left;
}


@keyframes price-button{
  0% {
    background-color: rgb(216, 160, 6);
    box-shadow: 0 0 3px #caac01;}
    20% {
      background-color: rgb(226, 168, 7);
      box-shadow: 0 0 14px #caac01;
    }
35% {
  background-color: rgb(226, 168, 7);
  box-shadow: 0 0 20px #d3c71e;
  transform: scale(1.008);
}
45% {
  background-color: rgb(226, 167, 6);
  box-shadow: 0 0 20px #d3c71e;
}

80% {
  transform: scale(1);
  background-color: rgb(216, 160, 6);
  box-shadow: 0 0 3px #caac01;
}
100% {
  background-color: rgb(216, 160, 6);box-shadow: 0 0 3px #caac01;
  box-shadow: 0 0 3px #caac01;
}

}

.price-a-button {
  display: block;
  background-color: rgb(223, 167, 14);
  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;
}
p{
  line-height: 1.8 !important
}



.price-a-button:hover {
  transition: 0.3s;
  opacity: 0.7;
}
.milti-back-shadow-sec {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  flex-direction: row;
  display: none;
  align-items: center;
  justify-content: center;
}
.milti-back-shadow-sec .milti-back-window {
  background-color: #ffffff;
  box-shadow: 0 0 15px #cddae7;
  border-radius: 16px;
  padding: 8px;
  max-width: 375px;
}
.milti-back-shadow-sec .milti-back-window {
  position: absolute;
  left: 50%;
  background: #fff;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 450px;
}
.milti-back-shadow-sec .milti-back-title-sec {
  background-color: #333;
  padding: 8px 16px;
  color: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  font-size: 18px;
  align-items: center;
  justify-content: space-between;
  line-height: 28px;
  font-weight: 300;
  position: relative;
  background: #333;
  font-family: sans-serif;
}
.milti-back-shadow-sec .milti-back-title-sec .milti-back-close {
  height: 27px;
  width: 27px;
  position: absolute;
  right: 25px;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.milti-back-shadow-sec .milti-back-close {
  transition: 0.2s;
}
.milti-back-shadow-sec .milti-back-title-sec .milti-back-close svg {
  height: 100%;
  width: 100%;
}
.milti-back-shadow-sec .milti-back-close svg {
  display: block;
}
.milti-back-shadow-sec .milti-back-window-content {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.milti-back-shadow-sec .milti-back-window-content .milti-back-inputs {
  width: 100%;
}
.milti-back-shadow-sec
  .milti-back-window-content
  .milti-back-inputs
  .milti-back-inputs-forminputs {
  display: grid;
  grid-gap: 20px;
}

.milti-back-shadow-sec
  .milti-back-window-content
  .milti-back-inputs
  .milti-back-inputs-forminputs
  input {
  width: 100%;
  height: 50px;
  display: block;
  border: 1px solid #ccc;
  color: #ccc;
  font-family: sans-serif;
  padding-left: 20px;
}
.milti-back-shadow-sec .milti-back-title-form {
  line-height: 54px;
  padding: 0 20px;
  font-size: 14px;
  text-align: center;
  outline: none;
  border-radius: 12px;
}
.milti-back-shadow-sec .milti-back-inputs [type="text"] {
  line-height: 54px;
  padding: 0 20px;
  font-size: 16px;
  text-align: center;
  outline: none;
  border-radius: 12px;
}
.milti-back-shadow-sec .politic {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  padding-left: 25px;
  white-space: pre-line;
  padding-right: 25px;
  font-family: sans-serif;
}

.milti-back-shadow-sec .politic a {
  text-decoration: none;
  border-bottom: 1px solid #333;
  color: #333;
  display: inline-block;
  width: fit-content;
  transition: 0.3s;
}
.milti-back-shadow-sec .multi-btn-sec {
  text-align: center;
  margin: 30px auto 20px;
  width: fit-content;
  padding-bottom: 10px;
}
.milti-back-btn {
  border-radius: 50px;
  padding: 15px 25px;
  color: #fff;
  background: #333;
  font-family: sans-serif;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.02em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}
.milti-back-shadow-sec .milti-back-modalmessage {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  height: 34px;
  color: red;
  text-align: center;
}
/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------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;
  }
}
div.range-slider {
  position: relative;
  width: 100%;
  height: 60px;
  float: left;
}
div.range-slider input[type="range"] {
  pointer-events: none;
  position: absolute;
  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;
}
div.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);
}
div.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%);
}
div.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%);
}
div.range-slider input[type="range"]::-moz-range-track {
  position: relative;
  z-index: -1;
  background-color: #000;
  border: 0;
}
div.range-slider input[type="range"]:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none transparent;
  border: 0;
}
div.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: #f1f1f1;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: inherit;
  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;
  top: 15px;
}
.project-card .name {
  font-family: "Bold";
  margin-top: 5px;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
}
.project-card .valume {
  font-size: 16px;
  margin-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Light";
}
.project-card .valume sup {
  font-size: 12px;
}
.project-card .price {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

.about-hangars-article img{
max-width: 100%;

}



@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 (max-width: 900px) {

  .about-hangars-article >article >img {
    width:680px;
  }
  .about-hangars-article >img {
    width:680px;
  }
  
  .about-hangars-article >article >article >img {
    width:680px;
  }
  .about-hangars-article >article >a >img {
    width:680px;
  }
 
}


@media (max-width: 700px) {

  .about-hangars-article >article >img {
    width:300px;
  }
  .about-hangars-article >img {
    width:300px;
  }
  
  .about-hangars-article >article >article >img {
    width:300px;
  }
  .about-hangars-article >article >a >img {
    width:300px;
  }
 
}




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