@font-face {
  font-display: swap;
  font-family: "cabin";
  src: url("../fonts/CabinCondensed-Regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "cabinm";
  src: url("../fonts/CabinCondensed-Medium.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "cabinb";
  src: url("../fonts/CabinCondensed-Bold.ttf") format("truetype");
}
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

b,
strong,
th {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

sub,
sup {
  font-size: 75%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 20px 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
  outline: none;
}

ol,
ul,
li {
  padding: 0;
  list-style: none;
  margin: 0;
}

label {
  font-weight: normal;
}

input[type="text"],
input[type="email"],
input[type="password"] {
  padding-left: 12px;
  padding-right: 12px;
}

select {
  padding-left: 8px;
}

input[type="number"] {
  padding-left: 5px;
}

textarea {
  padding: 8px 12px 5px 12px;
}

input,
textarea,
select,
button,
a {
  outline: none;
}

button {
  border: none;
  background: none;
  padding: 0;
}

* {
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-top: constant(safe-area-inset-top);
}

.c-img {
  display: block;
  position: relative;
  padding-top: 73%;
}
.c-img img,
.c-img .bg,
.c-img iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100% !important;
  border-radius: inherit;
}

.hv-over {
  display: block;
  position: relative;
}
.hv-over:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hv-over:hover:after {
  background: #2077a7;
  opacity: 0.5;
}

.hv-scale {
  overflow: hidden;
  display: block;
}
.hv-scale img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hv-scale:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.hv-light {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.hv-light:before,
.hv-light:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.hv-light:before {
  right: 0;
  bottom: 0;
  background: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hv-light:after {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.12);
  -webkit-transition: 0.75s ease-in-out;
  -moz-transition: 0.75s ease-in-out;
  -ms-transition: 0.75s ease-in-out;
  -o-transition: 0.75s ease-in-out;
  transition: 0.75s ease-in-out;
  -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
  -moz-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
  -o-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
  -ms-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
  transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
}
.hv-light:hover:after {
  -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
  -moz-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
  -o-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
  -ms-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
  transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.s-content .aligncenter {
  display: block;
  text-align: center;
  margin: auto;
}

.s-content .alignright {
  display: block;
  text-align: right;
  margin-left: auto;
}

.s-content .alignleft {
  display: block;
  text-align: left;
  margin-right: auto;
}

.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px;
}
.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px;
}
.s-content li {
  list-style: inherit;
  margin-bottom: 5px;
}
.s-content p {
  margin-bottom: 10px;
}
.s-content img {
  display: inline-block;
  max-width: 100%;
  margin: 10px 0;
  height: auto !important;
  object-fit: none;
}
.s-content table,
.s-content iframe {
  max-width: 100%;
}
.s-content a {
  color: #e45200;
}
.s-content table {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px #ebebeb;
}
.s-content table td {
  border-collapse: collapse;
  border: solid 1px #ebebeb;
  padding: 3px;
}
.s-content h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.s-content h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.s-content h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.s-content h4 {
  display: block;
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.s-content h5 {
  display: block;
  font-size: 0.83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.s-content h6 {
  display: block;
  font-size: 0.67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

img {
  max-width: 100%;
  vertical-align: middle;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.smooth {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.col-mar-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.col-mar-0 > div[class^="col-"] {
  padding-left: 0px;
  padding-right: 0px;
}

.col-mar-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.col-mar-5 > div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.col-mar-8 {
  margin-left: -8px;
  margin-right: -8px;
}

.col-mar-8 > div[class^="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.col-mar-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.col-mar-10 > div[class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.relative {
  position: relative;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

@media (min-width: 768px) {
  .list-news-sidebar .news-sidebar {
    max-width: 320px;
  }
}
@media (max-width: 1200px) {
  .home-slider .item .big-title,
  .about-slider .item .big-title {
    font-size: 40px;
  }

  .list-advantages .list-item {
    margin: 0 -10px;
  }
  .list-advantages .item {
    padding: 10px 10px;
  }
  .list-advantages .item .icon {
    width: 35px;
  }
  .list-advantages .item .name {
    width: calc(100% - 35px);
    padding-left: 10px;
  }

  .footer-container .container {
    padding: 30px 15px;
  }

  .footer-main-info {
    margin-top: -50px;
    padding: 20px 10px;
  }
  .footer-main-info .logo img {
    height: 95px;
  }

  .main_menu ul li {
    font-size: 18px;
    margin-right: 8px;
  }
  .main_menu ul li a {
    padding: 6px 10px;
  }
  .main_menu ul li ul li a {
    font-size: 16px;
    padding: 6px 10px;
  }

  .list-footer-contact-info .item:not(:last-child) {
    margin-bottom: 10px;
  }

  .map-content iframe {
    height: 435px;
  }

  .home-slider.module-tns-controls .tns-controls button,
  .about-slider.module-tns-controls .tns-controls button {
    width: 55px;
  }

  .grid {
    margin-left: -10px;
    margin-right: -10px;
  }

  .grid-item {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-welcome .big-title {
    width: 310px;
    left: -15px;
    top: -25px;
    padding: 25px 25px 0px 25px;
  }

  .list-procedure-work .item {
    width: 20%;
    padding: 10px 15px 0px 15px;
  }

  .item-small .img {
    width: 145px;
  }
  .item-small .content {
    width: calc(100% - 145px);
    padding-left: 12px;
  }
  .item-small:not(:last-child) {
    margin-bottom: 10px;
  }

  .item-news .img {
    width: 200px;
  }
  .item-news .content {
    width: calc(100% - 200px);
  }

  .list-all-construction .grid-item {
    margin-bottom: 20px;
  }
  .list-all-construction .grid-item:nth-child(8) .c-img,
  .list-all-construction .grid-item:nth-child(11) .c-img {
    padding-top: 63.5%;
  }

  .home-video .sidebar-video {
    max-height: 570px;
  }
}
@media (max-width: 991px) {
  .fs-18-cover {
    font-size: 16px !important;
  }

  .fs-22-cover {
    font-size: 20px !important;
  }

  .fs-24-cover {
    font-size: 20px !important;
  }

  .fs-26-cover {
    font-size: 22px !important;
  }

  .fs-28-cover {
    font-size: 22px !important;
  }

  .fs-30-cover {
    font-size: 26px !important;
  }

  .fs-36-cover {
    font-size: 30px !important;
  }

  .header {
    padding: 2px 0px;
  }
  .header .logo img {
    max-height: 50px;
  }
  .header .container .logo {
    order: 2;
  }

  .home-slider .item .big-title,
  .about-slider .item .big-title {
    font-size: 30px;
  }

  .map-content iframe {
    height: 335px;
  }

  .list-special-image {
    margin-right: -8px;
    margin-left: -8px;
  }
  .list-special-image .item {
    padding: 0 8px;
  }
  .list-special-image .item:nth-child(1) {
    margin-bottom: 16px;
  }
  .list-special-image .item:nth-child(2) {
    margin-bottom: 16px;
  }

  .grid-item.grid-item-2 .c-img {
    padding-top: 80%;
  }

  .grid-item .c-img {
    padding-top: 80%;
  }
  .grid-item:nth-child(2) .c-img {
    padding-top: 122%;
  }
  .grid-item:nth-child(3) .c-img {
    padding-top: 122%;
  }

  .item-services .content-wrapper {
    padding-top: 10px;
  }
  .item-services .content-wrapper .name {
    padding-right: 0px;
  }
  .item-services .content-wrapper .content {
    padding: 10px 15px;
  }
  .item-services .content-wrapper .all-btn {
    position: relative;
  }

  .list-procedure-work .item {
    width: 50%;
    margin-bottom: 10px;
  }
  .list-procedure-work .item.special-item {
    width: 60%;
  }

  .list-small-item {
    margin-top: 20px;
  }

  .item-small {
    border-top: solid 1px #ebebeb;
    padding-top: 10px;
  }

  .col-mar-lg-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .col-mar-lg-5 > div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }

  .special-item-news {
    padding: 25px;
  }

  .te-pagination a {
    height: 35px;
    min-width: 35px;
    line-height: 35px;
  }
  .te-pagination strong {
    line-height: 35px;
    height: 35px;
    min-width: 35px;
  }

  .pro-sidebar {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: fixed;
    height: 100vh;
    overflow-y: auto;
    z-index: 999;
    top: 0;
    left: -100%;
    width: 350px;
    max-width: 80%;
    background: white;
    padding: 15px;
  }
  .pro-sidebar.active2 {
    left: 0;
  }

  .over_lay_cate {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: fixed;
    z-index: 991;
    width: calc(100% - 350px);
    height: 100%;
    min-width: 30%;
    top: 0;
    right: -100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.25);
  }
  .over_lay_cate.active {
    opacity: 1;
    right: 0;
  }

  .show-fillter-mb {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    width: 31px;
    height: 31px;
    background: #f9f9f9;
    border: solid 1px transparent;
  }
  .show-fillter-mb:hover {
    border: solid 1px #6a6a6a;
  }

  .btn-close-fillter {
    margin-top: -15px;
    margin-right: -15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    width: 31px;
    height: 31px;
    background: #f9f9f9;
    border: solid 1px transparent;
  }
  .btn-close-fillter:hover {
    border: solid 1px #6a6a6a;
  }

  .search-mb-btn {
    order: 3;
  }

  .btn_sp_menu {
    order: 1;
  }

  .list-all-construction .grid-item {
    margin-bottom: 20px;
  }
  .list-all-construction .grid-item .c-img {
    padding-top: 80% !important;
  }
  .list-all-construction .grid-item:nth-child(2n) .c-img {
    padding-top: 123% !important;
  }

  .module-tns-controls .tns-controls button {
    width: 56px;
    height: 38px;
    margin-top: -19px;
  }

  .item-news {
    max-width: 450px;
    background: white;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  }
  .item-news .img {
    width: 100%;
  }
  .item-news .img .c-img {
    padding-top: 60%;
  }
  .item-news .content {
    width: 100%;
    padding: 12px;
  }

  .home-video .sidebar-video {
    max-height: 350px;
  }
}
@media (max-width: 767px) {
  .fs-16-cover {
    font-size: 14px !important;
  }

  .fs-18-cover {
    font-size: 15px !important;
  }

  .fs-20-cover {
    font-size: 18px !important;
  }

  .fs-22-cover {
    font-size: 18px !important;
  }

  .fs-24-cover {
    font-size: 18px !important;
  }

  .fs-26-cover {
    font-size: 20px !important;
  }

  .fs-28-cover {
    font-size: 20px !important;
  }

  .fs-30-cover {
    font-size: 22px !important;
  }

  .fs-36-cover {
    font-size: 22px !important;
  }

  .home-slider .item .big-title,
  .about-slider .item .big-title {
    font-size: 26px;
  }
  .home-slider.module-tns-controls .tns-controls,
  .about-slider.module-tns-controls .tns-controls {
    display: none !important;
  }

  .list-advantages .item .icon {
    width: 25px;
  }
  .list-advantages .item .name {
    width: calc(100% - 25px);
  }

  .all-btn,
  .all-btn-sp {
    font-size: 16px;
    padding: 5px 15px;
  }

  .grid {
    margin-left: -5px;
    margin-right: -5px;
  }

  .grid-item {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .item-services .content-wrapper .content {
    padding: 6px;
  }

  .special-item-news {
    padding: 10px 15px;
  }

  .product-item-info .name {
    width: 90px;
  }
  .product-item-info .info-content {
    width: calc(100% - 90px);
  }

  .product-details {
    background: white;
  }

  .module-view-more {
    max-height: 275px;
    position: relative;
    overflow: hidden;
  }
  .module-view-more:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 170px;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0.52%,
      rgba(255, 255, 255, 0.89) 85%,
      #ffffff 94.57%
    );
    left: 0;
    bottom: 0;
    right: 0;
  }
  .module-view-more.active {
    max-height: 10000px;
  }
  .module-view-more.active:before {
    display: none;
  }

  .btn-module-show-more {
    display: block;
  }

  .list-all-construction .grid-item {
    margin-bottom: 10px;
  }
  .list-all-construction .grid-item .c-img {
    padding-top: 122% !important;
  }
  .list-all-construction .grid-item:nth-child(2n) .c-img {
    padding-top: 122% !important;
  }
  .list-all-construction .fs-24-cover {
    font-size: 15px !important;
  }

  .module-tns-controls .tns-controls button {
    width: 45px;
    height: 30px;
    margin-top: -15px;
  }

  .product .name {
    min-height: 38px;
  }

  .item-video {
    display: flex;
  }
  .item-video .img {
    width: 140px;
  }
  .item-video .content {
    width: calc(100% - 140px);
  }

  .item-sidebar-video .img {
    width: 120px;
  }
  .item-sidebar-video .content {
    width: calc(100% - 120px);
  }

  .info-chanel .container {
    align-items: center;
  }
  .info-chanel .avartar {
    width: 120px;
  }
  .info-chanel .info {
    margin-top: 12px;
    width: 100%;
    order: 3;
  }
  .info-chanel .btn-subscriber {
    width: 174.1px;
  }

  .main-video .info-chanel .info {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .hot-news .fs-24-cover {
    font-size: 14px !important;
  }
  .hot-news .big-item-new .content {
    padding: 0px 10px 10px 10px;
  }
  .fs-20-cover {
    font-size: 16px !important;
  }

  .list-advantages .item {
    min-width: 185px;
  }
  .list-advantages .item .name {
    font-size: 12px !important;
  }

  .footer-container .container {
    padding: 20px 15px;
  }

  .footer-main-info {
    margin-top: -20px;
    padding: 15px 10px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .footer-main-info .logo img {
    height: 85px;
  }

  .map-content iframe {
    height: 210px;
  }

  .about-welcome .big-title {
    left: 10px;
    top: -25px;
    padding: 15px 15px 0px 15px;
  }

  .list-procedure-work .item.special-item {
    width: 90%;
  }

  .item-small .img {
    width: 125px;
  }
  .item-small .content {
    width: calc(100% - 125px);
  }

  .sidebar-video {
    max-height: 278px !important;
  }
}

/*# sourceMappingURL=mobile.css.map */
