/* GLOBAL SETTINGS */
@font-face {
  font-family: 'Arial';
  src: url('../fonts/ArialMT.eot');
  src: local('Arial'), local('ArialMT'), url('../fonts/ArialMT.eot?#iefix') format('embedded-opentype'), url('../fonts/ArialMT.woff') format('woff'), url('../fonts/ArialMT.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Arial';
  src: url('../fonts/Arial-BoldMT.eot');
  src: local('Arial Bold'), local('Arial-BoldMT'), url('../fonts/Arial-BoldMT.eot?#iefix') format('embedded-opentype'), url('../fonts/Arial-BoldMT.woff') format('woff'), url('../fonts/Arial-BoldMT.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container {
  padding-left: 10px;
  padding-right: 10px;
}
.container .row {
  margin-left: -10px;
  margin-right: -10px;
}
.container .col-lg-1,
.container .col-md-1,
.container .col-sm-1,
.container .col-xs-1,
.container .col-lg-2,
.container .col-md-2,
.container .col-sm-2,
.container .col-xs-2,
.container .col-lg-3,
.container .col-md-3,
.container .col-sm-3,
.container .col-xs-3,
.container .col-lg-4,
.container .col-md-4,
.container .col-sm-4,
.container .col-xs-4,
.container .col-lg-5,
.container .col-md-5,
.container .col-sm-5,
.container .col-xs-5,
.container .col-lg-6,
.container .col-md-6,
.container .col-sm-6,
.container .col-xs-6,
.container .col-lg-7,
.container .col-md-7,
.container .col-sm-7,
.container .col-xs-7,
.container .col-lg-8,
.container .col-md-8,
.container .col-sm-8,
.container .col-xs-8,
.container .col-lg-9,
.container .col-md-9,
.container .col-sm-9,
.container .col-xs-9,
.container .col-lg-10,
.container .col-md-10,
.container .col-sm-10,
.container .col-xs-10,
.container .col-lg-12,
.container .col-md-12,
.container .col-sm-12,
.container .col-xs-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.capt-tel {
  display: none;
}
* {
  outline: none !important;
}
a:focus,
a:hover,
a {
  text-decoration: none;
}
b {
  font-family: 'Arial';
  font-weight: bold;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
body {
  line-height: 1;
  font-family: 'Arial';
  font-weight: normal;
  color: #000;
}
body .scrollup {
  margin-right: 0!important;
  right: 50px!important;
}
.d-b {
  border-radius: 35px;
  text-align: center;
  display: inline-block;
  background: #af1e23;
  border: none;
  padding: 0 15px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 50px;
  transition: 0.4s;
}
.d-b.f {
  width: 100%;
}
.d-b:hover {
  color: #fff;
  background: #cd181e;
}
@media (min-width: 1199px) {
  .cayr {
    display: flex;
    align-items: stretch;
  }
  .cayr .card {
    height: 100%;
    background: #fff;
  }
}
.gray-wrapper h1 {
  color: #6f1118;
  font-size: 54px;
  margin-bottom: 30px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .gray-wrapper h1 {
    font-size: 44px;
    margin-bottom: 20px;
  }
}
.gray-wrapper h2 {
  color: #6f1118;
  font-size: 45px;
  margin-bottom: 30px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .gray-wrapper h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
.gray-wrapper h3 {
  color: #6f1118;
  font-size: 35px;
  margin-bottom: 30px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .gray-wrapper h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.gray-wrapper h4 {
  color: #6f1118;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .gray-wrapper h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.gray-wrapper ul li {
  position: relative;
  padding-left: 29px;
}
.gray-wrapper ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 19px;
  border-bottom: 1px solid #6f1118;
}
.gray-wrapper a {
  display: inline-block;
  border-bottom: 1px solid #6f1118;
  transition: 0.4s;
  color: #000;
}
.gray-wrapper a:hover {
  color: #6f1118;
}
.gray-wrapper .nav-tab li:after,
.gray-wrapper .nav-tab li:before {
  display: none;
}
.gray-wrapper .nav-tab a {
  border: none;
}
.gray-wrapper .flex-row .r-wrapper a,
.gray-wrapper .press-top .kds .col a,
.gray-wrapper .activities .activities-card .text-wrapper .text .more,
.gray-wrapper .about-wrapper .flex-construct .con a,
.gray-wrapper .card a,
.gray-wrapper .flex-project .col a {
  border: none;
}
.gray-wrapper .nav-tab li {
  padding: 0;
}
.gray-wrapper a.d-b {
  color: #fff;
}
/* HEADER */
header .top-line {
  background: #efefef;
}
header .top-line .flex {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .top-line .flex .email-wrapper {
  font-size: 18px;
  color: #8b8b8b;
}
header .top-line .flex .email-wrapper a {
  color: #000;
  font-size: 20px;
  transition: 0.3s;
}
header .top-line .flex .email-wrapper a:hover {
  color: #70151c;
}
header .top-line .flex .phone-link {
  display: inline-block;
  margin-left: 55px;
  margin-right: 30px;
  font-size: 18px;
  color: #000;
  transition: 0.3s;
}
header .top-line .flex .phone-link:hover {
  color: #70151c;
}
header .top-line .flex .phone-link b {
  font-size: 20px;
}
header .top-line .flex .icons-s-wr {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .top-line .flex .icons-s-wr li {
  margin-left: 15px;
}
header .top-line .flex .icons-s-wr li a {
  color: #af1e23;
  display: inline-block;
  font-size: 28px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
header .top-line .flex .icons-s-wr li a svg {
  transition: opacity 0.4s;
  height: 35px;
  fill: #af1e23;
}
header .top-line .flex .icons-s-wr li a svg:hover {
  fill: #70151c;
}
header .top-line .flex .icons-s-wr li.facebook a svg,
header .top-line .flex .icons-s-wr li.instagram a svg {
  height: 25px;
}
header .sub-line {
  min-height: 98px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .sub-line .logo {
  display: inline-block;
}
header .sub-line .right-col {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .sub-line .right-col .primary-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .sub-line .right-col .primary-menu > li {
  margin-right: 33px;
  position: relative;
}
header .sub-line .right-col .primary-menu > li .dropdown-primary-menu {
  background: #fff;
  position: absolute;
  left: -100%;
  top: 100%;
  padding: 20px 50px;
  display: flex;
  align-items: flex-start;
  display: none;
}
header .sub-line .right-col .primary-menu > li .dropdown-primary-menu ul {
  column-count: 2;
}
header .sub-line .right-col .primary-menu > li .dropdown-primary-menu ul li {
  margin-bottom: 12px;
  font-size: 20px;
}
header .sub-line .right-col .primary-menu > li .dropdown-primary-menu ul li a {
  transition: 0.4s;
  display: inline-block;
  min-width: 200px;
  color: #5f5f5f;
}
header .sub-line .right-col .primary-menu > li .dropdown-primary-menu ul li a:hover {
  color: #70151c;
}
header .sub-line .right-col .primary-menu > li:hover .dropdown-primary-menu {
  display: flex;
}
header .sub-line .right-col .primary-menu > li > a {
  color: #000;
  transition: 0.4s;
  font-size: 22px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  line-height: 98px;
}
header .sub-line .right-col .primary-menu > li > a:hover {
  color: #70151c;
}
header .sub-line .right-col .primary-menu > li > a.selected {
  color: #70151c;
  box-shadow: inset 0 5px 0 0 #70151c;
}
header .sub-line .right-col .primary-menu > li:hover > a {
  box-shadow: inset 0 5px 0 0 #70151c;
}
header .sub-line .right-col form {
  position: relative;
}
header .sub-line .right-col form .absolut-input {
  padding-top: 0;
  z-index: 10;
  position: absolute;
  top: -26px;
  right: 26px;
  display: none;
}
header .sub-line .right-col form .absolut-input input {
  line-height: 73px;
  border: none;
  padding: 0 15px;
  width: 452px;
  box-shadow: -420px 0 0 0 #fff;
  color: #939292;
  font-size: 30px;
}
header .sub-line .right-col form button {
  background: transparent;
  padding: 0;
  border: 0;
}
header .sub-line .right-col form:hover .absolut-input {
  display: block;
}
/* WELCOME */
.welcome {
  min-height: 750px;
  background: url(../img/welcome.jpg) no-repeat center;
  background-size: cover;
  padding-top: 150px;
  color: #fff;
}
.welcome .white-text {
  margin-bottom: 84px;
}
.welcome .white-text p {
  line-height: 1.4;
  font-size: 54px;
  font-weight: bold;
  margin-bottom: 31px;
}
.welcome .white-text span {
  display: block;
  line-height: 1.4;
  font-size: 30px;
}
.welcome .welcome-card {
  padding: 10px 38px;
  background: #fff;
  position: relative;
  min-height: 225px;
}
.welcome .welcome-card img {
  display: block;
  margin: 10px 0;
}
.welcome .welcome-card span {
  display: block;
  color: #515151;
  line-height: 1.4;
  font-size: 19px;
}
.welcome .welcome-card:after {
  content: "";
  position: absolute;
  width: 53px;
  height: 53px;
  background: #efefef;
  z-index: 3;
  right: 0;
  top: 0;
}
/* ACTIVITIES */
.activities {
  padding: 85px 0 60px 0;
  position: relative;
}
.activities .activities-card {
  margin-bottom: 20px;
}
.activities .activities-card .img-wrapper {
  width: 280px;
  height: 350px;
  background: #eee;
  overflow: hidden;
}
.activities .activities-card .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.7s;
}
.activities .activities-card:hover img {
  transform: scale(1.4);
}
.activities .activities-card .text-wrapper {
  padding-left: 30px;
  position: relative;
  z-index: 5;
  margin-top: -86px;
}
.activities .activities-card .text-wrapper .text {
  background: #fff;
  padding: 35px 30px;
  transition: 0.3s;
}
.activities .activities-card .text-wrapper .text p {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 14px;
  transition: 0.3s;
}
@media (min-width: 1199px) {
  .activities .activities-card .text-wrapper .text p {
    min-height: 50px;
  }
}
.activities .activities-card .text-wrapper .text span {
  display: block;
  font-size: 16px;
  color: #515151;
  line-height: 1.3;
  min-height: 190px;
}
.activities .activities-card .text-wrapper .text .more {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  color: #b3b3b3;
  margin-top: 12px;
  position: relative;
  transition: 0.3s;
}
.activities .activities-card .text-wrapper .text .more:after {
  content: "";
  width: 13px;
  height: 13px;
  background: url(../img/link-arr.png) no-repeat center;
  position: absolute;
  right: -25px;
  display: none;
  top: -1px;
}
.activities .activities-card .text-wrapper .text .more:hover {
  color: #af1e23;
}
.activities .activities-card .text-wrapper .text .more:hover:after {
  display: block;
}
.activities .activities-card:hover .text-wrapper .text {
  box-shadow: 0 -4px 0 0 #6f1118;
}
.activities .activities-card:hover .text-wrapper .text p {
  color: #6f1118;
}
/* ABOUT COMPANY */
.about-company {
  background: #efefef;
  padding: 85px 0 60px 0;
}
.about-company .about-wrapper {
  font-size: 18px;
  line-height: 1.4;
  color: #515151;
}
.about-company .about-wrapper p {
  margin-bottom: 50px;
}
.about-company .flex-links {
  display: flex;
  align-items: flex-start;
}
.about-company .flex-links a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 21px;
  background: #fff;
  border: 1px solid #fff;
  font-size: 20px;
  color: #6b2e1f;
  font-weight: bold;
  min-width: 340px;
  transition: 0.3s;
}
.about-company .flex-links a span {
  display: inline-block;
  margin-left: 12px;
}
.about-company .flex-links a:hover {
  border-color: #6b2e1f;
}
.about-company .flex-links a:first-child {
  margin-right: 20px;
}
.flex-company {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 30px;
  flex-wrap: wrap;
  padding-right: 30px;
  margin-top: 100px;
}
.flex-company a {
  display: block;
  width: 16%;
}
@media (max-width: 767px) {
  .flex-company a {
    width: 100%;
    margin-bottom: 10px;
  }
}
.flex-company a img {
  width: 100%;
}
@media (min-width: 1600px) {
  .flex-company {
    padding-left: 140px;
    padding-right: 140px;
  }
}
/* MAP IMG */
.map-img {
  padding: 0;
}
.map-img img {
  display: block;
  margin: 0 auto;
}
/* PROJECTS */
.projects {
  padding: 85px 0 60px 0;
}
.projects .flex-sk {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 70px;
}
.projects .flex-sk .sk-card {
  text-align: center;
}
.projects .flex-sk .sk-card p {
  display: block;
  line-height: 0.8;
  font-size: 60px;
  font-weight: bold;
  color: #6f1118;
  margin-top: 2px;
}
.projects .flex-sk .sk-card span {
  font-size: 24px;
  line-height: 1.2;
  color: #515151;
}
.projects .project-card {
  display: block;
  width: 100%;
  height: 275px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.projects .project-card span {
  position: absolute;
  width: 100%;
  min-height: 65px;
  text-align: center;
  padding: 0 10px 10px 10px;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  z-index: 13;
  bottom: 0;
  left: 0;
}
.projects .project-card img {
  transition: 0.7s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.projects .project-card:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 9;
  background: rgba(0, 0, 0, 0.3);
}
.projects .project-card:hover img {
  transform: scale(1.4);
}
.projects.serv {
  padding: 0;
}
.projects.serv .border-cube {
  width: 1635px;
}
@media (max-width: 1600px) {
  .projects.serv .border-cube {
    position: relative;
    left: -221px;
  }
}
@media (max-width: 1199px) {
  .projects.serv .border-cube {
    width: auto;
    position: static;
    left: auto;
  }
}
.fl-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.fl-head .section-link {
  display: inline-block;
  font-size: 18px;
  color: #999;
  margin-top: 16px;
  padding-right: 30px;
  position: relative;
  transition: 0.3s;
}
.fl-head .section-link:after {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  background: url(../img/g-h.png) no-repeat center;
  right: 0;
  top: 0;
}
.fl-head .section-link:hover {
  color: #6f1118;
}
.fl-head .section-link:hover:after {
  background: url(../img/g-r.png) no-repeat center;
}
/* PRESS */
.press {
  padding: 75px 0;
  background: url(../img/n-bg.jpg) no-repeat center;
  background-size: cover;
  min-height: 725px;
}
.press .nav-tab {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 40px;
  border-bottom: 1px solid #a1a1a1;
}
.press .nav-tab li {
  margin-right: 30px;
  margin-bottom: -1px;
}
.press .nav-tab li a {
  display: inline-block;
  padding-bottom: 18px;
  font-size: 18px;
  color: #6f6f6f;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
}
.press .nav-tab li a:hover {
  color: #6f1118;
  border-bottom: 1px solid #6f1118;
}
.press .nav-tab li.active a {
  color: #6f1118;
  border-bottom: 1px solid #6f1118;
}
.press .tab-pane .card {
  display: flex;
  align-items: stretch;
}
.press .tab-pane .card .widget-full {
  background: #fff;
  padding: 30px;
  width: 100%;
}
.press .tab-pane .card .widget-full .head-in {
  text-transform: uppercase;
  font-size: 16px;
  color: #6f1118;
  margin-bottom: 20px;
}
.press .tab-pane .card .widget-full .news-slide .news {
  display: block;
}
.press .tab-pane .card .widget-full .news-slide .news .date {
  display: inline-block;
  font-size: 16px;
  color: #a4a4a4;
  margin-bottom: 20px;
  text-transform: lowercase!important;
}
.press .tab-pane .card .widget-full .news-slide .news .name {
  color: #575757;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  transition: 0.4s;
  padding-top: 8px;
}
.press .tab-pane .card .widget-full .news-slide .news:hover .name {
  color: #6f1118;
}
.press .tab-pane .card .widget-full .news-slide .owl-dots {
  display: none;
}
.press .tab-pane .card .widget-full .news-slide .owl-nav .owl-prev {
  width: 17px;
  height: 17px;
  background: url(../img/g-h.png) no-repeat center;
  transform: rotate(180deg);
  position: absolute;
  z-index: 20;
  right: 40px;
  top: 0;
}
.press .tab-pane .card .widget-full .news-slide .owl-nav .owl-prev:hover {
  background: url(../img/g-r.png) no-repeat center;
}
.press .tab-pane .card .widget-full .news-slide .owl-nav .owl-next {
  width: 17px;
  height: 17px;
  background: url(../img/g-h.png) no-repeat center;
  position: absolute;
  z-index: 20;
  right: 0;
  top: 0;
}
.press .tab-pane .card .widget-full .news-slide .owl-nav .owl-next:hover {
  background: url(../img/g-r.png) no-repeat center;
}
.press .tab-pane .card .widget-full .d-b {
  margin-top: 18px;
}
.press .tab-pane .card .widget {
  background: #fff;
  padding: 30px;
  width: 100%;
}
.press .tab-pane .card .widget.fl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  width: calc(100% - 280px);
}
.press .tab-pane .card .widget.xs {
  width: calc(100% - 281px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
.press .tab-pane .card .widget:after {
  content: "";
  height: 20px;
}
.press .tab-pane .card .widget .head-in {
  text-transform: uppercase;
  font-size: 16px;
  color: #6f1118;
}
.press .tab-pane .card .widget .text {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  transition: 0.3s;
}
.press .tab-pane .card .widget .text:hover {
  color: #6f1118;
}
.press .tab-pane .card .img-wrapper {
  width: 326px;
}
.press .tab-pane .card .img-wrapper img {
  width: 100%;
}
.press .tab-pane .scale {
  display: block;
  overflow: hidden;
  width: 280px;
}
.press .tab-pane .scale img {
  transition: 0.7s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.press .tab-pane .scale:hover img {
  transform: scale(1.4);
}
/* FORM MAP */
.form-map {
  padding-left: 20px;
  padding-top: 76px;
  padding-bottom: 30px;
}
@media (min-width: 1900px) {
  .form-map {
    padding-left: 265px;
  }
}
.form-map .flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
}
.form-map .flex form {
  padding: 55px 105px 0 105px;
  border: 1px solid #000;
  border-bottom: none;
  position: relative;
  margin-right: -70px;
}
.form-map .flex form:before {
  content: "";
  width: 115px;
  border-bottom: 1px solid #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.form-map .flex form .f-head {
  font-weight: bold;
  color: #000;
  font-size: 30px;
  margin-bottom: 45px;
}
.form-map .flex form input {
  width: 100%;
  display: block;
  padding: 0 15px;
  font-size: 18px;
  color: #000;
  line-height: 64px;
  width: 483px;
  margin-bottom: 7px;
  border: none;
  background: #efefef;
}
.form-map .flex form input:focus {
  outline: 1px solid #70151c !important;
}
.form-map .flex form textarea {
  border: none;
  background: #efefef;
  width: 483px;
  padding: 10px 15px;
  resize: none;
  font-size: 18px;
  color: #000;
  height: 200px;
}
.form-map .flex form textarea:focus {
  outline: 1px solid #70151c !important;
}
.form-map .flex form .btn-wrapper {
  padding-top: 40px;
  text-align: right;
  margin-bottom: -23px;
  position: relative;
}
.form-map .flex form .d-b {
  padding: 0 40px;
}
.form-map .flex .map-wrapper {
  width: 100%;
}
.form-map .flex .map-wrapper .text-p {
  padding-left: 160px;
}
.form-map .flex .map-wrapper .text-p .m-head {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 23px;
}
.form-map .flex .map-wrapper .text-p .cont {
  margin-bottom: 12px;
}
.form-map .flex .map-wrapper .text-p .cont p {
  color: #515151;
  font-size: 18px;
}
.form-map .flex .map-wrapper .text-p .cont p a {
  color: #515151;
  transition: 0.4s;
}
.form-map .flex .map-wrapper .text-p .cont p a:hover {
  color: #6f1118;
}
.form-map .flex #map {
  height: 505px;
}
.form-map [class*="ymaps-2"][class*="-ground-pane"] {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: invert(0) grayscale(100%) brightness(100%);
  -moz-filter: invert(0) grayscale(100%) brightness(100%);
  -o-filter: invert(0) grayscale(100%) brightness(100%);
  filter: invert(0) grayscale(100%) brightness(100%);
  opacity: 0.7;
}
/* FOOTER */
footer {
  background: #515151;
  padding-top: 42px;
  color: #a3a3a3;
  font-size: 16px;
}
footer .sub {
  margin-top: 12px;
  border-top: 1px solid #7f7e7e;
}
footer .sub .copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
footer .sub span {
  display: inline-block;
  font-size: 16px;
  padding-right: 10px;
  padding-top: 7px;
}
footer .logo p {
  margin: 10px 0 0 0;
}
footer .menu .flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
footer .menu .flex .col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
footer .menu .flex .col:first-child {
  margin-right: 34px;
}
footer .menu .flex a {
  display: inline-block;
  color: #a3a3a3;
  transition: 0.3s;
  margin-bottom: 13px;
}
footer .menu .flex a:hover {
  color: #fff;
}
footer .addr {
  line-height: 1.4;
}
footer .cont a {
  font-size: 18px;
  color: #c0c0c0;
  transition: 0.4s;
  display: inline-block;
  margin-bottom: 10px;
}
footer .cont a:hover {
  color: #fff;
}
footer .cont .icons-s-wr {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
footer .cont .icons-s-wr li {
  margin-right: 15px;
}
footer .cont .icons-s-wr li a {
  color: #af1e23;
  display: inline-block;
  font-size: 28px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
footer .cont .icons-s-wr li a svg {
  transition: opacity 0.4s;
  height: 35px;
  fill: #d7d7d7;
}
footer .cont .icons-s-wr li a svg:hover {
  fill: #fff;
}
footer .cont .icons-s-wr li.facebook a svg,
footer .cont .icons-s-wr li.instagram a svg {
  height: 25px;
}
/* PAGES */
.inside-page-header {
  height: 400px;
  background: url(../img/inside-bg.jpg) no-repeat center;
  background-size: cover;
  padding-top: 60px;
}
.inside-page-header .breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0 0 50px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.inside-page-header .breadcrumbs li {
  margin-left: 30px;
  font-size: 16px;
  position: relative;
}
.inside-page-header .breadcrumbs li:before {
  content: " | ";
  position: absolute;
  color: #a7a7a7;
  left: -16px;
  top: -1px;
}
.inside-page-header .breadcrumbs li:first-child {
  margin-left: 0;
}
.inside-page-header .breadcrumbs li:first-child:before {
  display: none;
}
.inside-page-header .breadcrumbs li a {
  color: #fff;
  transition: 0.4s;
}
.inside-page-header .breadcrumbs li a:hover {
  color: #ccc;
}
.inside-page-header .breadcrumbs li span {
  color: #a7a7a7;
}
.inside-page-header .page-title {
  margin: 0 ;
  line-height: 0.9;
  color: #fff;
  font-weight: bold;
  font-size: 54px;
}
.gray-wrapper {
  max-width: 1325px;
  background: #f4f4f4;
  padding-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -160px;
  min-height: 200px;
  position: relative;
  z-index: 10;
}
.gray-wrapper.ser {
  margin-top: -120px;
}
@media (min-width: 1600px) {
  .gray-wrapper {
    max-width: 1726px;
  }
}
.gray-wrapper .nav-tab {
  background: #fff;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0 30px;
  margin-bottom: 50px;
  margin-top: -30px;
}
.gray-wrapper .nav-tab li {
  margin-right: 30px;
}
.gray-wrapper .nav-tab li:last-child {
  margin-right: 0;
}
.gray-wrapper .nav-tab li a {
  display: inline-block;
  line-height: 72px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #848484;
  transition: 0.4s;
}
@media (min-width: 1600px) {
  .gray-wrapper .nav-tab li a {
    font-size: 18px;
  }
}
.gray-wrapper .nav-tab li a:hover {
  color: #000;
}
.gray-wrapper .nav-tab li.active a {
  color: #000;
  box-shadow: inset 0 -4px 0 #6f1118;
}
.gray-wrapper .nav-tab.icon-tab {
  padding: 0 10px;
  justify-content: space-between;
}
.gray-wrapper .nav-tab.icon-tab li {
  margin-right: 0;
  position: relative;
}
.gray-wrapper .nav-tab.icon-tab li.dropdown {
  display: flex;
  align-items: flex-start;
  margin-right: 10px;
}
.gray-wrapper .nav-tab.icon-tab li.dropdown > img {
  margin-bottom: 0;
  position: absolute;
  right: -10px;
  top: 68px;
}
.gray-wrapper .nav-tab.icon-tab li a {
  display: block;
  line-height: 1.2;
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
}
.gray-wrapper .nav-tab.icon-tab li a span.icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 100px;
}
.gray-wrapper .nav-tab.icon-tab li a span.icon-wrapper .img-icon-wrapper {
  height: 46px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 10px;
  padding: 5px 0;
}
.gray-wrapper .nav-tab.icon-tab li a span.icon-wrapper .img-icon-wrapper img {
  display: inline-block;
  height: 100%;
}
.gray-wrapper .nav-tab.icon-tab li a span.icon-wrapper u {
  text-decoration: none;
  display: block;
  min-height: 30px;
}
.gray-wrapper .nav-tab.icon-tab li .dropdown-menu {
  left: auto;
  right: -10px;
  min-width: 95px;
  border: none;
  border-radius: 0;
  column-count: 2;
  padding: 5px;
}
.gray-wrapper .nav-tab.icon-tab li .dropdown-menu li a {
  box-shadow: none;
}
.gray-wrapper .nav-tab.icon-tab li .dropdown-menu li a.active {
  background: #eee;
  color: #6f1118;
}
.gray-wrapper .nav-tab.icon-tab.elementar-links {
  justify-content: flex-start;
  margin-top: -24px;
}
.gray-wrapper .nav-tab.icon-tab.elementar-links li {
  margin-right: 30px;
}
.gray-wrapper .nav-tab.icon-tab.elementar-links li:last-child {
  margin-right: 0;
}
.gray-wrapper .nav-tab.icon-tab.elementar-links li a span.icon-wrapper u {
  min-height: auto;
  line-height: 33px;
}
.gray-wrapper .inside-heading {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
.gray-wrapper .inside-heading:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #000;
  left: -73px;
  bottom: -30px;
  width: 255px;
}
@media (min-width: 767px) {
  .gray-wrapper .flex-row {
    display: flex;
    align-items: stretch;
  }
}
.gray-wrapper .flex-row .col-sm-4 {
  margin-bottom: 20px;
}
.gray-wrapper .flex-row .r-wrapper {
  background: #fff;
  padding: 25px 20px;
  color: #000;
  height: 100%;
  font-size: 16px;
}
@media (min-width: 1600px) {
  .gray-wrapper .flex-row .r-wrapper {
    font-size: 18px;
  }
}
.gray-wrapper .flex-row .r-wrapper a {
  color: #000;
  transition: 0.4s;
}
.gray-wrapper .flex-row .r-wrapper a:hover {
  color: #6f1118;
}
.gray-wrapper .flex-row .r-wrapper p span.red {
  color: #6f1118;
  font-weight: bold;
}
.gray-wrapper .press {
  padding: 0;
  background: transparent;
}
.gray-wrapper .press #menu1 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.inside-form form {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 100px;
}
.inside-form form .left {
  width: 41.5%;
}
.inside-form form .left input {
  display: block;
  width: 100%;
  line-height: 60px;
  border-radius: 0;
  border: none;
  font-size: 18px;
  color: #515151;
  padding-left: 25px;
  margin-bottom: 22px;
  background: #fff;
}
.inside-form form .left input:focus {
  outline: 1px solid #6f1118 !important;
}
.inside-form form .right {
  width: 57%;
}
.inside-form form .right textarea {
  display: block;
  resize: none;
  width: 100%;
  font-size: 18px;
  color: #515151;
  padding-left: 25px;
  padding-top: 20px;
  border-radius: 0;
  border: none;
  background: #fff;
  height: 146px;
}
.inside-form form .right textarea:focus {
  outline: 1px solid #6f1118 !important;
}
.inside-form form .right .d-b {
  min-width: 230px;
  margin-top: 30px;
}
.main-office {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 110px;
}
.main-office #map-contact {
  width: 67%;
  height: 450px;
}
.main-office .right-office {
  background: #fff;
  width: 33%;
  padding: 30px 10px 30px 30px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  color: #000;
  font-size: 18px;
}
@media (min-width: 1600px) {
  .main-office .right-office {
    font-size: 20px;
  }
}
.main-office .right-office p {
  margin-bottom: 14px;
}
.main-office .right-office p:last-child {
  margin-bottom: 0;
}
.press-top {
  margin-top: -25px;
  background: #fff;
  padding-bottom: 1px;
}
.press-top .img-width {
  width: 100%;
}
.press-top .press-text-wr {
  padding: 30px 30px 0 10px;
  line-height: 1.85;
  font-size: 17px;
}
.press-top .press-text-wr p {
  margin-bottom: 20px;
}
.press-top .press-text-wr p:last-child {
  margin-bottom: 0;
}
.press-top .top-line {
  margin-bottom: 30px;
}
.press-top .link-pr {
  display: flex;
  margin: 10px 20px;
  align-items: center;
  border: 1px solid transparent;
  background: #f4f4f4;
  padding: 0 10px 0 20px;
  transition: 0.4s;
}
.press-top .link-pr img {
  margin-right: 15px;
}
.press-top .link-pr .name {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #6b2e1f;
}
.press-top .link-pr .size {
  display: block;
  font-size: 16px;
  color: #000;
  padding-top: 10px;
  text-transform: uppercase;
}
.press-top .link-pr:hover {
  background: #fff;
  border-color: #6f1118;
}
.press-top .col-sm-6:first-child .link-pr {
  margin-right: 8px;
}
.press-top .col-sm-6:last-child .link-pr {
  margin-left: 8px;
}
.press-top .kds {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 60px;
}
.press-top .kds .col {
  margin-right: 60px;
}
.press-top .kds .col:last-child {
  margin-right: 0;
}
.press-top .kds .col .kds-heading {
  font-size: 30px;
  font-weight: bold;
}
.press-top .kds .col p {
  font-size: 20px;
}
.press-top .kds .col a {
  color: #000;
  transition: 0.4s;
}
.press-top .kds .col a:hover {
  color: #6f1118;
}
.gray-wrapper ul li {
  line-height: 1.8;
}
.gray-wrapper a.flex-project,
.flex-project {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 25px;
  border-bottom: none;
}
.gray-wrapper a.flex-project .col,
.flex-project .col {
  display: block;
  width: 380px;
  padding-right: 20px;
}
.gray-wrapper a.flex-project .col a,
.flex-project .col a {
  transition: 0.4s;
  color: #000;
}
.gray-wrapper a.flex-project .col a:hover,
.flex-project .col a:hover {
  color: #6f1118;
}
.gray-wrapper a.flex-project .col .text-wrapper,
.flex-project .col .text-wrapper {
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
  font-size: 18px;
}
.gray-wrapper a.flex-project .col .text-wrapper span,
.flex-project .col .text-wrapper span {
  min-width: 105px;
  color: #515151;
  margin-right: 3px;
  transition: 0.4s;
}
@media (min-width: 1600px) {
  .gray-wrapper a.flex-project .col .text-wrapper span,
  .flex-project .col .text-wrapper span {
    min-width: 125px;
  }
}
.gray-wrapper a.flex-project .col .text-wrapper b,
.flex-project .col .text-wrapper b {
  font-weight: bold;
  color: #000;
  transition: 0.4s;
}
.gray-wrapper a.flex-project .col-slider,
.flex-project .col-slider {
  width: calc(100% - 380px);
  padding: 40px 45px;
  background: #fff;
}
.gray-wrapper a.flex-project .col-slider .owl-dots,
.flex-project .col-slider .owl-dots {
  display: none;
}
.gray-wrapper a.flex-project .col-slider .owl-stage,
.flex-project .col-slider .owl-stage {
  left: -72px;
}
.gray-wrapper a.flex-project .col-slider .owl-item,
.flex-project .col-slider .owl-item {
  opacity: 0.5;
}
.gray-wrapper a.flex-project .col-slider .owl-item.clone,
.flex-project .col-slider .owl-item.clone,
.gray-wrapper a.flex-project .col-slider .owl-item.active,
.flex-project .col-slider .owl-item.active {
  opacity: 1;
}
.gray-wrapper a.flex-project .col-slider .owl-nav .owl-prev,
.flex-project .col-slider .owl-nav .owl-prev {
  width: 17px;
  height: 17px;
  background: url(../img/g-h.png) no-repeat center;
  position: absolute;
  z-index: 20;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  transform: rotate(180deg);
}
.gray-wrapper a.flex-project .col-slider .owl-nav .owl-prev:hover,
.flex-project .col-slider .owl-nav .owl-prev:hover {
  background: url(../img/g-r.png) no-repeat center;
}
.gray-wrapper a.flex-project .col-slider .owl-nav .owl-next,
.flex-project .col-slider .owl-nav .owl-next {
  width: 17px;
  height: 17px;
  background: url(../img/g-h.png) no-repeat center;
  position: absolute;
  z-index: 20;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.gray-wrapper a.flex-project .col-slider .owl-nav .owl-next:hover,
.flex-project .col-slider .owl-nav .owl-next:hover {
  background: url(../img/g-r.png) no-repeat center;
}
.gray-wrapper a.flex-project:hover .text-wrapper span,
.gray-wrapper a.flex-project:hover .text-wrapper b {
  color: #6f1118;
}
.gray-wrapper a {
  border: none;
  color: #6f1118;
  border-bottom: 1px solid;
  text-decoration: none!important;
  display: inline;
}
.gray-wrapper a:hover {
  color: #ce2633;
}
.cont-proj {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background: #fff;
  padding: 22px 20px;
  margin-top: -30px;
  margin-bottom: 40px;
}
.cont-proj .col {
  margin-right: 75px;
}
.cont-proj .col span {
  color: #575757;
  text-transform: uppercase;
  display: block;
  margin-bottom: 9px;
  font-size: 14px;
}
.cont-proj .col b {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
.text-proj {
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 80px;
}
.text-proj p {
  margin-bottom: 20px;
}
.inside-proj-slider .owl-carousel .owl-nav .owl-prev {
  width: 17px;
  height: 17px;
  background: url(../img/g-h.png) no-repeat center;
  position: absolute;
  z-index: 20;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  transform: rotate(180deg);
}
.inside-proj-slider .owl-carousel .owl-nav .owl-prev:hover {
  background: url(../img/g-r.png) no-repeat center;
}
.inside-proj-slider .owl-carousel .owl-nav .owl-next {
  width: 17px;
  height: 17px;
  background: url(../img/g-h.png) no-repeat center;
  position: absolute;
  z-index: 20;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.inside-proj-slider .owl-carousel .owl-nav .owl-next:hover {
  background: url(../img/g-r.png) no-repeat center;
}
.service-row .card {
  display: block;
  border-bottom: 6px solid #fff;
  transition: 0.4s;
  margin-bottom: 20px;
}
.service-row .card .img-wrapper {
  overflow: hidden;
}
.service-row .card .img-wrapper img {
  width: 100%;
  transition: 0.4s;
}
.service-row .card:hover {
  border-color: #6f1118;
}
.service-row .card:hover .img-wrapper img {
  transform: scale(1.4);
}
.service-row .card .text-wr-serv {
  display: block;
  background: #fff;
  padding: 25px 35px;
}
.service-row .card .text-wr-serv img {
  display: block;
}
.service-row .card .text-wr-serv span {
  display: block;
}
.service-row .card .text-wr-serv .heding {
  margin: 15px 0 20px;
  font-size: 24px;
  color: #6f1118;
  font-weight: bold;
}
.service-row .card .text-wr-serv .text-srv {
  font-size: 16px;
  line-height: 1.4;
}
.service-row .card .text-wr-serv a {
  display: inline-block;
  font-size: 18px;
  color: #999;
  margin-top: 16px;
  padding-right: 30px;
  position: relative;
  transition: 0.3s;
}
.service-row .card .text-wr-serv a:after {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  background: url(../img/g-h.png) no-repeat center;
  right: 0;
  top: 0;
}
.service-row .card .text-wr-serv a:hover {
  color: #6f1118;
}
.service-row .card .text-wr-serv a:hover:after {
  background: url(../img/g-r.png) no-repeat center;
}
.t-heading {
  font-size: 24px;
  color: #6f1118;
  margin: 16px 0;
  font-weight: bold;
}
.textar {
  line-height: 1.85;
  font-size: 17px;
  padding: 15px 60px 60px 60px;
}
.textar p {
  margin-bottom: 30px;
}
.textar p:last-child {
  margin: 0;
}
.heading.cu {
  margin: 23px 0;
}
.owl-ser-wr-slider .card .text-por {
  padding: 25px;
  background: #fff;
  border-bottom: 6px solid transparent;
  transition: 0.4s;
}
.owl-ser-wr-slider .card .text-por .heading-l {
  font-size: 16px;
  color: #701118;
  margin-bottom: 17px;
  font-weight: bold;
}
.owl-ser-wr-slider .card .text-por .tr-y {
  font-size: 16px;
  line-height: 1.4;
}
.owl-ser-wr-slider .card .text-por a {
  margin-top: 30px;
  display: inline-block;
  font-size: 17px;
  color: #999;
  padding-right: 30px;
  position: relative;
  transition: 0.3s;
}
.owl-ser-wr-slider .card .text-por a:after {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  background: url(../img/g-h.png) no-repeat center;
  right: 0;
  top: 0;
}
.owl-ser-wr-slider .card .text-por a:hover {
  color: #6f1118;
}
.owl-ser-wr-slider .card .text-por a:hover:after {
  background: url(../img/g-r.png) no-repeat center;
}
.owl-ser-wr-slider .card:hover .text-por {
  border-color: #701118;
}
.gray-wrapper.white-change {
  background: #fff;
}
.gray-wrapper.white-change .gray-wrapper {
  margin-top: 40px;
  padding-top: 40px;
}
.gray-wrapper.white-change .gray-wrapper .sect-description {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 40px;
}
.gray-wrapper.white-change .gray-wrapper .activities {
  padding-top: 30px;
}
.gray-wrapper.white-change .gray-wrapper .activities .activities-card .text-wrapper .text {
  padding: 25px 20px;
}
.gray-wrapper.white-change .gray-wrapper .activities .activities-card .text-wrapper {
  padding-left: 20px;
}
.about-wrapper .text-top {
  margin-top: -40px;
  padding: 20px;
  background: #f4f4f4;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 40px;
}
.about-wrapper .img-er-map {
  margin-bottom: 40px;
  text-align: center;
}
.about-wrapper .img-er-map img {
  margin: 0 auto;
}
.about-wrapper .flex-construct {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.about-wrapper .flex-construct .con {
  width: 16%;
  margin-bottom: 35px;
  font-size: 15px;
}
.about-wrapper .flex-construct .con a {
  display: block;
  min-height: 76px;
  margin-bottom: 16px;
}
.about-wrapper .flex-construct .con a img {
  max-width: 100%;
}
.career-flex .row {
  margin-bottom: 75px;
}
.career-flex a {
  color: #830e16;
  transition: 0.4s;
  display: inline-flex;
  line-height: 1.4;
}
.career-flex a:hover {
  color: #000;
}
.career-flex .heading {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
  position: relative;
  z-index: 7;
  color: #292929;
}
.career-flex .di-car {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  padding-top: 20px;
}
.career-flex ul.c-list li {
  margin-bottom: 15px;
  font-size: 16px;
}
.career-flex .hd {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 17px;
}
.career-flex .left ul {
  padding-left: 20px;
  border-left: 5px solid #ccc;
}
.career-flex .left ul li {
  margin-bottom: 8px;
}
.career-flex .left ul li:first-child {
  margin-top: 8px;
}
.career-flex .left ul a {
  font-size: 15px;
  display: inline-block;
}
.career-flex .right {
  padding-top: 35px;
}
.are .flex-project .col-slider,
.gray-wrapper a.flex-project .col-slider {
  background: #efefef;
}
@media (min-width: 1600px) {
  .press-top .press-text-wr {
    font-size: 20px;
  }
  .press-top .link-pr .name {
    font-size: 22px;
  }
  .press-top .kds .col {
    margin-right: 100px;
  }
  .press-top .kds .col p {
    font-size: 22px;
  }
  .gray-wrapper .nav-tab.icon-tab li a span.icon-wrapper {
    max-width: auto !important;
    width: auto !important;
  }
  /*.flex-project .col{
			width: 600px;
		}
		.flex-project .col-slider {
		    width: calc(100% - 600px);
		}*/
  .flex-project .col .text-wrapper {
    font-size: 22px;
  }
  .flex-project .col .text-wrapper span {
    width: 122px;
  }
  .cont-proj .col {
    margin-right: 110px;
  }
  .cont-proj .col span {
    display: block;
    margin-bottom: 13px;
    font-size: 18px;
  }
  .cont-proj .col b {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
  }
  .text-proj {
    line-height: 1.5;
    font-size: 22px;
    margin-bottom: 80px;
  }
  .service-row .card .text-wr-serv .heding {
    font-size: 30px;
  }
  .service-row .card .text-wr-serv .text-srv {
    font-size: 20px;
  }
  .service-row .card .text-wr-serv a {
    font-size: 19px;
  }
  .textar {
    font-size: 20px;
  }
  .about-wrapper .text-top {
    font-size: 22px;
  }
  .career-flex .heading {
    font-size: 37px;
  }
  .career-flex ul.c-list li {
    font-size: 21px;
  }
  .career-flex .di-car {
    font-weight: 700;
    font-size: 23px;
    line-height: 1.4;
    padding-top: 40px;
  }
  .hh-p {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .career-flex .left ul a {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  header .sub-line .right-col .primary-menu li a {
    font-size: 18px;
  }
  .welcome .welcome-card span {
    font-size: 16px;
  }
  .heading span {
    padding: 0;
  }
  .heading span:after,
  .heading span:before {
    display: none;
  }
  .heading {
    font-size: 32px;
    margin-bottom: 47px;
  }
  .activities .activities-card .text-wrapper .text {
    padding: 14px;
  }
  .activities .activities-card .text-wrapper {
    padding: 0;
    margin: 0;
  }
  .activities .activities-card .text-wrapper .text p {
    font-size: 20px;
  }
  .activities .activities-card .text-wrapper .text span {
    font-size: 15px;
  }
  .activities .activities-card .img-wrapper {
    width: 100%;
  }
  .welcome {
    min-height: 660px;
    padding-top: 78px;
  }
  header .top-line .flex .phone-link {
    margin-left: 34px;
    margin-right: 11px;
  }
  .about-company .flex-links a {
    padding: 2px 12px;
    font-size: 17px;
    min-width: auto;
  }
  .about-company .about-wrapper p {
    margin-bottom: 20px;
  }
  .about-company .about-wrapper {
    font-size: 17px;
  }
  .flex-company a {
    width: 20%;
    display: inline-block;
    padding: 10px;
  }
  .flex-company a img {
    max-width: 100%;
  }
  .projects .flex-sk .sk-card p {
    font-size: 37px;
  }
  .projects .flex-sk .sk-card span {
    font-size: 18px;
  }
  .projects .project-card span {
    font-size: 18px;
  }
  .projects .project-card {
    height: 250px;
  }
  .press .tab-pane .card .widget .text {
    font-size: 23px;
  }
  .press .tab-pane .scale {
    width: 154px;
  }
  .press .tab-pane .scale img {
    max-width: 100%;
  }
  .press .tab-pane .card .widget.fl {
    width: calc(100% - 154px);
  }
  .press .tab-pane .card .widget.xs {
    width: calc(100% - 154px);
  }
  .press {
    min-height: auto;
  }
  .form-map .flex {
    display: block;
  }
  .form-map .flex form {
    padding: 0 20px 20px 20px;
    border: none;
    margin-right: 0;
    max-width: 500px;
    margin: 0 auto 30px;
  }
  .form-map .flex form:before,
  .form-map .flex form:after {
    display: none;
  }
  .form-map .flex form .form-map .flex form .btn-wrapper {
    margin-bottom: 0;
  }
  .form-map .flex form input,
  .form-map .flex form textarea {
    width: 100%;
  }
  .form-map {
    padding-left: 0;
  }
  footer .cont a {
    font-size: 17px;
  }
  .form-map .flex .map-wrapper .text-p {
    padding-left: 20px;
  }
  section {
    padding-top: 50px!important;
    padding-bottom: 50px !important;
  }
  .gray-wrapper .nav-tab li a {
    font-size: 14px;
    line-height: 40px;
  }
  .gray-wrapper .nav-tab {
    margin-bottom: 20px;
  }
  .main-office .right-office {
    font-size: 14px;
    padding: 10px;
    width: 45%;
  }
  .main-office #map-contact {
    width: 55%;
    height: 350px;
  }
  .main-office {
    margin-bottom: 50px;
  }
  .inside-form form {
    margin-top: 53px;
  }
  .inside-form form .left input {
    line-height: 45px;
    font-size: 14px;
  }
  .inside-form form .right textarea {
    height: 116px;
  }
  .gray-wrapper .inside-heading:after {
    display: none;
  }
  .gray-wrapper .flex-row .r-wrapper {
    font-size: 14px;
  }
  .flex-project .col .text-wrapper {
    font-size: 14px;
  }
  .flex-project .col .text-wrapper span {
    min-width: 70px;
  }
  .flex-project .col {
    width: 240px;
  }
  .flex-project .col-slider {
    width: calc(100% - 240px);
    padding: 21px 36px;
    background: #fff;
  }
  .gray-wrapper .nav-tab.icon-tab li a {
    font-size: 10px;
    padding: 4px 0;
  }
  .about-wrapper .flex-construct .con {
    width: 33%;
  }
}
@media (max-width: 991px) {
  header .top-line .flex .phone-link,
  header .top-line .flex .phone-link b,
  header .top-line .flex .email-wrapper a,
  header .top-line .flex .email-wrapper {
    font-size: 14px;
  }
  header .top-line .flex .icons-s-wr li a .fa-youtube-play,
  header .top-line .flex .icons-s-wr li a .fa-instagram,
  header .top-line .flex .icons-s-wr li a {
    font-size: 18px!important;
  }
  header .top-line .flex .phone-link {
    margin-left: 10px;
    margin-right: 0;
  }
  header .sub-line .right-col .primary-menu li a {
    font-size: 14px;
  }
  header .sub-line .right-col .primary-menu li {
    margin-right: 15px;
  }
  header .sub-line .logo {
    max-width: 130px;
  }
  header .sub-line .logo img {
    max-width: 100%;
  }
  header .sub-line {
    min-height: auto;
    padding: 12px 0;
  }
  .welcome .white-text p {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .welcome .white-text span {
    font-size: 20px;
  }
  .welcome .white-text {
    margin-bottom: 30px;
  }
  .welcome .welcome-card {
    padding: 10px;
  }
  .welcome .welcome-card span {
    font-size: 15px;
  }
  .welcome {
    min-height: auto;
  }
  .activities .activities-card .img-wrapper {
    height: 200px;
  }
  .activities .activities-card .text-wrapper .text p {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .activities .activities-card .text-wrapper .text span {
    font-size: 14px;
  }
  .about-company .about-wrapper {
    font-size: 14px;
  }
  .flex-company {
    margin-top: 40px;
  }
  .flex-company a {
    padding: 5px;
  }
  .projects .flex-sk .sk-card p {
    font-size: 28px;
  }
  .projects .flex-sk .sk-card span {
    font-size: 15px;
  }
  .projects .flex-sk {
    margin-bottom: 30px;
  }
  .fl-head .section-link {
    font-size: 16px;
  }
  .heading {
    font-size: 29px;
    margin-bottom: 30px;
  }
  .projects .project-card span {
    font-size: 14px;
  }
  .projects .project-card {
    height: 166px;
  }
  .press .tab-pane .card {
    margin-bottom: 20px;
  }
  .press .tab-pane .card .widget .text {
    font-size: 18px;
  }
  .press .nav-tab li a {
    font-size: 16px;
  }
  footer .col-md-3 {
    margin-bottom: 23px;
  }
  .form-map .flex #map {
    height: 350px;
  }
  header .sub-line .right-col .primary-menu li a {
    font-size: 20px;
  }
  .gray-wrapper .nav-tab {
    display: block;
    padding: 0 15px;
  }
  .gray-wrapper .nav-tab li {
    margin-right: 0;
  }
  .gray-wrapper .nav-tab li a {
    width: 100%;
    text-align: center;
    display: block;
  }
  .press-top .link-pr .name {
    font-size: 16px;
  }
  .press-top .link-pr .size {
    font-size: 14px;
  }
  .press-top .col-sm-6 .link-pr {
    margin: 0 0 20px 0!important;
  }
  .press-top .press-text-wr {
    padding: 10px;
    line-height: 1.4;
    font-size: 14px;
  }
  .gray-wrapper .nav-tab.icon-tab {
    padding: 0 10px;
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
  }
  .flex-project {
    display: block;
  }
  .flex-project .col {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .flex-project .col-slider {
    width: 100%;
  }
  .flex-project {
    margin-bottom: 30px;
  }
  .service-row .card .text-wr-serv .heding {
    margin: 10px 0;
    font-size: 19px;
  }
  .service-row .card .text-wr-serv .text-srv {
    font-size: 14px;
  }
  .service-row .card .text-wr-serv a {
    font-size: 15px;
  }
  .service-row .card .text-wr-serv a:after,
  .service-row .card .text-wr-serv a:before {
    display: none;
  }
  .service-row .card .text-wr-serv {
    padding: 20px;
  }
  .t-heading {
    font-size: 18px;
    margin: 11px 0;
  }
  .textar {
    line-height: 1.4;
    font-size: 14px;
    padding: 10px;
  }
  .textar p {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  header .top-line .flex .icons-s-wr {
    display: none;
  }
  header .sub-line {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  header .sub-line .right-col {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  header .sub-line .right-col form .absolut-input {
    padding-top: 0;
    position: static;
    display: block;
  }
  header .sub-line .right-col form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  header .sub-line .right-col form .absolut-input {
    width: calc(100% - 50px);
  }
  header .sub-line .right-col form .absolut-input input {
    width: 100%;
  }
  header .sub-line .right-col .primary-menu {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 16px auto;
    width: 100%;
  }
  header .sub-line .right-col .primary-menu li {
    margin: 0 ;
  }
  header .sub-line .right-col .primary-menu li a {
    font-size: 14px;
  }
  .about-company .flex-links {
    display: block;
  }
  .about-company .flex-links a {
    margin-right: 0!important;
    margin-bottom: 20px;
  }
  .about-company .flex-links a {
    width: 100%;
  }
  .projects .flex-sk {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .projects .flex-sk .sk-card {
    width: 33%;
    margin-bottom: 20px;
  }
  .fl-head {
    display: block;
    margin-bottom: 30px;
  }
  .fl-head .heading {
    margin-bottom: 0;
  }
  .welcome .white-text span {
    font-size: 16px;
  }
  .welcome .welcome-card {
    margin-bottom: 10px;
    min-height: auto;
  }
  .activities .activities-card .text-wrapper .text span {
    min-height: auto;
  }
  .flex-company {
    justify-content: space-around;
  }
  .flex-company a {
    width: 50%;
    margin-bottom: 10px;
  }
  .projects .project-card span {
    min-height: 30px;
  }
  .press .tab-pane .card .widget .text:after {
    display: none;
  }
  .press .tab-pane .card .widget {
    padding: 20px 10px;
  }
  footer {
    text-align: center;
  }
  footer .menu .flex {
    justify-content: center;
  }
  footer .cont a {
    display: block;
    margin-top: 12px;
  }
  footer .cont .icons-s-wr {
    justify-content: center;
  }
  .form-map .flex .map-wrapper .text-p .cont p {
    font-size: 15px;
  }
  section.form-map {
    padding-bottom: 0!important;
  }
  header .top-line {
    display: none;
  }
  .capt-tel {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
  }
  .capt-tel a {
    color: #565656;
  }
  .capt-tel a:first-child {
    margin-bottom: 5px;
  }
  .capt-tel a i {
    display: inline-block;
    margin-right: 4px;
  }
  .xs-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
  }
  .main-office {
    display: block;
  }
  .main-office #map-contact {
    width: 100%;
    height: 320px;
  }
  .main-office .right-office {
    width: 100%;
  }
  .inside-form form {
    margin-top: 35px;
  }
  .inside-form form {
    display: block;
  }
  .inside-form form .right,
  .inside-form form .left {
    width: 100%;
  }
  .inside-page-header .page-title {
    font-size: 37px;
  }
  .inside-page-header .breadcrumbs {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  .inside-page-header {
    height: 350px;
  }
  .press-top .kds .col .kds-heading {
    font-size: 18px;
  }
  .press-top .kds .col p {
    font-size: 14px;
  }
  .press-top .kds {
    padding: 20px;
    display: block;
  }
  .press-top .kds .col {
    margin: 0 0 20px 0;
  }
  .press-top .link-pr {
    padding: 0 10px;
  }
  .press-top .link-pr img {
    max-width: 60px;
  }
  .gray-wrapper .nav-tab.icon-tab li {
    margin-right: 0;
    width: 30%;
  }
  .gray-wrapper .nav-tab.icon-tab li.dropdown {
    width: 56px;
  }
  .gray-wrapper .nav-tab.icon-tab li.dropdown > img {
    margin-bottom: 24px;
  }
  .flex-project .col-slider .owl-stage {
    left: -50px;
  }
  .cont-proj {
    display: block;
    margin-bottom: 20px;
  }
  .cont-proj .col {
    margin: 0 0 12px 0;
  }
  .cont-proj .col:last-child {
    margin-bottom: 0;
  }
  .inside-proj-slider .owl-carousel .owl-nav {
    display: none;
  }
  .text-proj {
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .about-wrapper .flex-construct .con {
    width: 100%;
  }
  .about-wrapper .flex-construct .con img {
    max-width: 100%;
  }
  .about-wrapper .flex-construct .con br {
    display: none;
  }
  .about-wrapper .heading {
    font-size: 30px;
    margin-bottom: 45px;
  }
  .gray-wrapper.white-change .gray-wrapper .activities .activities-card .text-wrapper {
    padding-left: 0;
  }
  .gray-wrapper.white-change .gray-wrapper .sect-description,
  .about-wrapper .text-top {
    font-size: 14px;
  }
}
.heading {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 65px;
  position: relative;
  z-index: 7;
}
.heading span {
  display: inline-block;
  padding-right: 40px;
  position: relative;
  z-index: 9999;
}
.heading span:after {
  content: "";
  position: absolute;
  right: -250px;
  top: 26px;
  width: 256px;
  border-bottom: 1px solid #000;
}
@media (min-width: 1199px) {
  .chtlx {
    position: relative;
  }
  .chtlx .chtlx-child {
    width: 260px;
    position: absolute;
    left: -180px;
    border-bottom: 1px solid #cecece;
    z-index: 30;
    bottom: -20px;
  }
  .chtlx.cube:after {
    content: "";
    width: 175px;
    height: 190px;
    position: absolute;
    z-index: 40;
    background: #efefef;
    top: -73px;
    left: 65px;
  }
  .chtlx.virev .chtlx-child {
    left: -84px;
    bottom: -102px;
  }
  .activities .activities-card {
    position: relative;
    z-index: 99;
  }
  .border-cube {
    max-width: 1635px;
    margin-left: auto;
    margin-right: auto;
    background: url(../img/border-cube.png) no-repeat center;
  }
  .border-cube .flex-sk {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 145px;
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .container:not(.che) {
    width: 1600px;
  }
  header .sub-line .right-col .primary-menu > li > a {
    font-size: 31px;
  }
  header .sub-line .right-col .primary-menu > li .dropdown-primary-menu ul li {
    font-size: 28px;
  }
  header .sub-line .right-col .primary-menu > li .dropdown-primary-menu ul li a {
    min-width: 269px;
  }
  .about-company .col-sm-4 img {
    width: 100%;
  }
  .welcome .welcome-card span {
    font-size: 21px;
  }
  .activities .activities-card .text-wrapper .text span {
    font-size: 18px;
  }
  .about-company .about-wrapper {
    font-size: 24px;
  }
  .projects .project-card {
    height: 323px;
  }
  .projects .project-card span {
    font-size: 24px;
  }
  .press .nav-tab li a {
    font-size: 22px;
  }
  .press .tab-pane .card .widget-full .head-in,
  .press .tab-pane .card .widget .head-in {
    font-size: 19px;
  }
  .activities .activities-card .text-wrapper .text p {
    font-size: 27px;
  }
}
header .sub-line .right-col .primary-menu > li .dropdown-primary-menu {
  z-index: 900;
}
.xs-btn {
  display: none;
}
@media (max-width: 767px) {
  header .sub-line .right-col form .absolut-input input {
    line-height: 30px;
    font-size: 16px;
    border: 1px solid #eee;
  }
  header .sub-line .right-col .primary-menu > li > a {
    line-height: 1.2;
    box-shadow: none!important;
  }
  header .sub-line .right-col .primary-menu > li .dropdown-primary-menu {
    left: 0;
    top: 100%;
    padding: 10px;
    white-space: nowrap;
  }
  header .sub-line .right-col .primary-menu > li:hover .dropdown-primary-menu {
    display: block;
  }
  header .sub-line .right-col .primary-menu > li .dropdown-primary-menu ul li {
    margin-bottom: 7px;
    font-size: 16px;
    width: 100%;
  }
  header .sub-line .right-col .primary-menu li {
    display: flex;
  }
  .xs-btn {
    display: block;
  }
  .xs-btn i {
    color: #222;
    display: inline-block;
    padding-top: 1px;
  }
  header .sub-line .right-col .primary-menu > li > a {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.video-link {
  margin-top: 60px;
}
.video-link a.d-b {
  border: none;
  color: #fff;
  min-width: 260px;
}
.news-project-wrapper .news-project-item {
  display: flex;
  align-items: stretch;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  transition: 0.4s ease-out;
}
.news-project-wrapper .news-project-item:hover {
  box-shadow: 0 0 17px #9a9a9a;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.news-project-wrapper .news-project-item .img-wrapper {
  width: 17%;
}
.news-project-wrapper .news-project-item .img-wrapper img {
  max-width: 100%;
}
.news-project-wrapper .news-project-item .text-wrapper {
  width: 83%;
  padding: 20px;
  line-height: 1.4;
}
.news-project-wrapper .news-project-item .text-wrapper .name {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  border: none;
}
@media (min-width: 1600px) {
  .news-project-wrapper .news-project-item .text-wrapper .name {
    font-size: 21px;
  }
}
.news-project-wrapper .news-project-item .text-wrapper small {
  display: block;
  color: #666;
  margin-bottom: 18px;
  text-transform: lowercase;
}
.news-project-wrapper .news-project-item .text-wrapper .preview-text {
  color: #000;
}
@media (min-width: 1600px) {
  .news-project-wrapper .news-project-item .text-wrapper .preview-text {
    font-size: 18px;
  }
}
.gray-wrapper .nav-tab.icon-tab.elementar-links li a span.icon-wrapper {
  max-width: 100%;
}
.gray-wrapper .nav-tab.icon-tab.elementar-links li a {
  font-size: 13px;
}
@media (min-width: 1600px) {
  .gray-wrapper .nav-tab.icon-tab.elementar-links li a {
    font-size: 16px;
  }
}
.v-vwra {
  padding: 80px 0;
}
.v-vwra .col-sm-6 {
  margin-bottom: 30px;
}
.v-vwra .frame-wrapper {
  width: 100%;
  height: 325px;
  margin-bottom: 10px;
}
@media (min-width: 1600px) {
  .v-vwra .frame-wrapper {
    height: 439px;
  }
}
@media (max-width: 991px) {
  .v-vwra .frame-wrapper {
    height: 221px;
  }
}
.v-vwra .frame-wrapper iframe {
  width: 100%!important;
  height: 100%!important;
}
.v-vwra .img-wrapper {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.v-vwra .img-wrapper img {
  max-width: 100%;
  object-fit: contain;
}
.v-vwra .name {
  font-weight: 700;
  min-height: 35px;
  line-height: 1.4;
}
@media (min-width: 1600px) {
  .v-vwra .name {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .v-vwra {
    padding-top: 0;
  }
}
.partner-column-wrapper {
  padding: 80px 0;
}
.partner-column-wrapper .partner-column {
  display: flex;
  align-items: center;
  background: #fff;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.partner-column-wrapper .partner-column .text-wrapper {
  padding: 20px 30px 20px 20px;
  font-size: 20px;
  line-height: 1.4;
  width: 60%;
}
@media (max-width: 767px) {
  .partner-column-wrapper .partner-column .text-wrapper {
    width: 100%;
    font-size: 14px;
  }
}
.partner-column-wrapper .partner-column .img-wrapper {
  width: 40%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #f9f9f9;
}
@media (max-width: 767px) {
  .partner-column-wrapper .partner-column .img-wrapper {
    width: 100%;
    border: none;
  }
}
.partner-column-wrapper .partner-column .img-wrapper img {
  max-width: 100%;
  max-height: 120px;
}
.xs-flex .lang {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: stretch;
}
@media (min-width: 767px) {
  .xs-flex .lang {
    display: none;
  }
}
.xs-flex .lang a {
  font-size: 12px!important;
  width: 24px;
  height: 24px;
  display: flex!important;
  align-items: center;
  justify-content: center;
  background: #b5b3b3;
  cursor: default;
  color: #000 !important;
  font-weight: 700;
}
.xs-flex .lang a[href] {
  background: #d8d8d8;
  cursor: pointer;
}
.xs-flex .lang a[href]:hover {
  background: #b5b3b3;
}
.xs-flex .lang a:hover {
  background: #b5b3b3;
}
.icons-s-wr .lang {
  display: flex;
  align-items: stretch;
}
.icons-s-wr .lang a {
  font-size: 14px!important;
  width: 30px;
  height: 30px;
  display: flex!important;
  align-items: center;
  justify-content: center;
  background: #b5b3b3;
  cursor: default;
  color: #000 !important;
  font-weight: 700;
}
.icons-s-wr .lang a[href] {
  background: #d8d8d8;
  cursor: pointer;
}
.icons-s-wr .lang a[href]:hover {
  background: #b5b3b3;
}
.icons-s-wr .lang a:hover {
  background: #b5b3b3;
}
@media (max-width: 767px) {
  .capt-tel {
    margin-left: auto;
    padding-right: 10px;
  }
}
.owl-ser-wr-slider .card .text-por .tr-y {
  display: none!important;
}
.owl-ser-wr-slider .card .text-por .heading-l {
  min-height: 65px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  header .sub-line .right-col .primary-menu > li .dropdown-primary-menu ul {
    column-count: 1;
  }
  header .sub-line .right-col {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  header .sub-line .right-col .primary-menu > li .dropdown-primary-menu ul li a {
    min-width: fit-content;
  }
}
@media (min-width: 767px) {
  .activities .activities-card .text-wrapper .text {
    min-height: 457px;
  }
  .about-wrapper .flex-construct .con a.clis {
    min-height: 123px;
    display: flex!important;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .about-wrapper .flex-construct .con a.clis img {
    max-width: 96%;
  }
}
@media (min-width: 1600px) {
  .activities .activities-card .img-wrapper {
    width: 100%;
  }
  .gray-wrapper.white-change .gray-wrapper .activities .activities-card .text-wrapper .text,
  .gray-wrapper.white-change .gray-wrapper .sect-description,
  .about-wrapper .flex-construct .con p {
    font-size: 22px;
    line-height: 1.4;
  }
  .gray-wrapper.white-change .gray-wrapper .activities.po-1 .activities-card .text-wrapper .text {
    min-height: 570px;
  }
  .gray-wrapper.white-change .gray-wrapper .activities.po-2 .activities-card .text-wrapper .text {
    min-height: 690px;
  }
  .gray-wrapper.white-change .gray-wrapper .activities.po-3 .activities-card .text-wrapper .text {
    min-height: 735px;
  }
  .gray-wrapper.white-change .gray-wrapper .activities.po-4 .activities-card .text-wrapper .text {
    min-height: 540px;
  }
  .gray-wrapper.white-change .gray-wrapper .activities.po-5 .activities-card .text-wrapper .text {
    min-height: 560px;
  }
  .gray-wrapper.white-change .gray-wrapper .activities.po-6 .activities-card .text-wrapper .text {
    min-height: 532px;
  }
}
@media (max-width: 767px) {
  .flex-project,
  .gray-wrapper a.flex-project {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .flex-project .col,
  .gray-wrapper a.flex-project .col {
    width: 100%;
    padding: 0;
  }
  .flex-project .col-slider,
  .gray-wrapper a.flex-project .col-slider {
    width: 100%;
    padding: 0;
  }
  .flex-project .col .text-wrapper b,
  .gray-wrapper a.flex-project .col .text-wrapper b {
    font-size: 14px;
  }
  .flex-project .col .text-wrapper span,
  .gray-wrapper a.flex-project .col .text-wrapper span {
    font-size: 14px;
    min-width: 73px;
  }
  .flex-project,
  .gray-wrapper a.flex-project {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
  }
  .flex-project:last-child,
  .gray-wrapper a.flex-project:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }
  .gray-wrapper .nav-tab.icon-tab li.dropdown,
  .gray-wrapper .nav-tab.icon-tab li {
    width: 50%;
    position: relative;
  }
  .gray-wrapper .nav-tab.icon-tab li a span.icon-wrapper {
    max-width: 100%!important;
  }
  .gray-wrapper .nav-tab.icon-tab li.dropdown {
    margin-right: 0;
  }
  .gray-wrapper .nav-tab.icon-tab li.dropdown > img {
    display: none;
  }
  .heading span {
    padding-right: 0;
    font-size: 28px;
  }
  .gray-wrapper .nav-tab.icon-tab li a span.icon-wrapper .img-icon-wrapper {
    height: 44px;
  }
  header .sub-line .right-col .primary-menu li.parent {
    padding-right: 15px;
    position: relative;
  }
  header .sub-line .right-col .primary-menu li.parent:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: transparent;
    z-index: 3;
    right: 2px;
    top: 2px;
    border: 2px solid #8d1e24;
    transform: rotate(45deg);
    border-top: none;
    border-left: none;
  }
  header .sub-line .right-col .primary-menu li.parent a {
    padding-right: 0;
  }
  header .sub-line .right-col .primary-menu li a {
    font-size: 13px;
  }
  .heading {
    font-size: 22px;
  }
  .gray-wrapper ul li:before {
    top: 8px;
  }
  .inside-page-header .page-title {
    font-size: 8.6vw;
  }
  .inside-page-header .breadcrumbs li {
    margin-left: 6px;
    font-size: 12px;
    position: relative;
  }
  .inside-page-header .breadcrumbs li:before {
    display: none;
  }
  .inside-page-header {
    height: 330px;
    padding-top: 30px!important;
  }
  .flex-company {
    padding-right: 10px;
    padding-left: 10px;
  }
  .gray-wrapper .nav-tab.icon-tab li a span.icon-wrapper .img-icon-wrapper {
    height: 53px;
  }
  .gray-wrapper .nav-tab.icon-tab li a span.icon-wrapper .img-icon-wrapper img {
    height: 100%!important;
    max-height: 100%!important;
    margin-top: 0!important;
  }
  .gray-wrapper .nav-tab.icon-tab li:first-child a span.icon-wrapper .img-icon-wrapper img {
    height: 36px!important;
    max-height: 36px!important;
    margin-top: 5px!important;
  }
}
.about-wrapper .flex-construct .con a.clis img,
.flex-company img {
  transition: 0.5s;
}
.about-wrapper .flex-construct .con a.clis[href]:hover img,
.flex-company a[href]:hover img {
  transform: scale(0.87);
}
.gray-wrapper .nav-tab.icon-tab li a span.icon-wrapper .img-icon-wrapper img {
  filter: brightness(60%);
}
.press-top .press-text-wr > img,
.service-row .card .text-wr-serv img {
  max-height: 34px;
  filter: brightness(60%);
}
@media (max-width: 767px) {
  header .sub-line .right-col .primary-menu > li .dropdown-primary-menu {
    display: none;
  }
  header .sub-line .right-col .primary-menu li a {
    font-size: 4.07vw;
  }
}
.form-map .chtlx.virev .chtlx-child {
  left: 0!important;
}
@media (min-width: 1199px) {
  .form-map .chtlx.virev .chtlx-child {
    width: 344px;
  }
}
@media (max-width: 767px) {
  .inside-page-header {
    height: auto;
  }
}
.text-proj img {
  max-width: 100%;
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto !important;
}
.text-proj img {
  max-width: 100%;
  /*	height: auto!important;*/
  margin-right: 0;
  margin-bottom: 10px;
  object-fit: cover;
}
.grid-img-in-news-content {
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
.grid-img-in-news-content li {
  width: calc(50% - 10px);
  padding: 0 !important;
  padding: 0;
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  .grid-img-in-news-content li {
    width: 100%;
  }
}
.grid-img-in-news-content li:after,
.grid-img-in-news-content li:before {
  display: none !important;
}
.grid-img-in-news-content li img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: right;
  margin: 0;
}
.v-vwra.inside .img-wrapper img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}
@media (max-width: 1599px) {
  .v-vwra.inside .img-wrapper img {
    height: 420px;
  }
}
@media (max-width: 1199px) {
  .v-vwra.inside .img-wrapper img {
    height: 370px;
  }
}
@media (max-width: 991px) {
  .v-vwra.inside .img-wrapper img {
    height: 320px;
  }
}
@media (max-width: 767px) {
  .v-vwra.inside .img-wrapper img {
    height: auto;
  }
}
.service-row .card .text-wr-serv .heding:after {
  display: none !important;
}
.politic {
  margin-top: 15px;
}
.politic a {
  font-size: 14px;
  color: #A3A3A3;
  transition: 0.4s;
}
.politic a:hover {
  color: #fff;
}
footer .cont .icons-s-wr li img,
header .top-line .flex .icons-s-wr li:nth-child(3) img {
  max-width: 90%;
}
.news-custom-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.news-custom-wrapper div:first-child {
  width: 36%;
}
.news-custom-wrapper div:first-child img {
  width: 100%;
}
@media (max-width: 991px) {
  .news-custom-wrapper div:first-child {
    width: 100%;
  }
}
.news-custom-wrapper div:last-child {
  width: 62%;
}
@media (max-width: 991px) {
  .news-custom-wrapper div:last-child {
    width: 100%;
  }
}
