* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a:hover
{    color: #179873;}


.form-control, .form input, .form textarea, .form select {
    color: var(--input_color);
    box-shadow: none;
    border: 1px solid #dadada;
    border-color: var(--input_border_color);
    height: 47px;
    padding: 6px 14px;
    background: #fff;
    background-color: var(--input_bg_color);
    font-size: 16px;
    line-height: calc(1em + 4px);
    border-radius: 8px;
    border-radius: var(--border-radius);
    position: relative;
}


.phones__phone-link {
 font-weight: 600;
 line-height: calc(1em + 3px);
 font-size: 14px;
}


.btn {
 
     --button-height: 42px;
     --button-font-size: 0.9375rem;
     --button-pl: 20px;
     --button-pr: 20px;
     font-size: 0.9375rem;
     font-size: var(--button-font-size);
     line-height: 1em;
     font-weight: 600;
     text-transform: none;
     text-transform: var(--theme-text-transform);
     letter-spacing: normal;
     letter-spacing: var(--theme-letter-spacing);
     text-decoration: none;
     margin: 0px;
     border-radius: 8px;
     border-radius: var(--border-radius);
     padding: 1px 20px;
     padding-left: var(--button-pl);
     padding-right: var(--button-pr);
     overflow: hidden;
     display: inline-flex
 ;
     align-items: center;
     justify-content: center;
     height: 42px;
     height: var(--button-height);
     user-select: none;
     background-image: none;
     cursor: pointer;
     white-space: nowrap;
     transition: background-color 0.1sease;
     -moz-transition: background-color 0.1s ease;
     -ms-transition: background-color 0.1s ease;
     -o-transition: background-color 0.1s ease;
     -webkit-transition: background-color 0.1sease;
}


.btn-group-lg>.btn, .btn-lg {
    --button-height: 47px;
--button-font-size: 1rem;
--button-pl: 24px;
--button-pr: 24px;
}


body {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  
  
font-family: 'Montserrat', sans-serif;  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
b,
p {
  margin: 0;
  padding: 0;
  transition: 0.3s ease all;
  
}


a {
  color: #222;
  color: var(--white_text_black);
}
a,
a:hover {
  text-decoration: none;
  transition: 0.3s ease all;
}

input,
button {
  border: none;
  outline: none;
  background: none;
  transition: 0.3s ease all;
  cursor: pointer;
}

img {
  width: -moz-fit-content;
  width: fit-content;
}


.all_company b{  font-weight: 400;}

.wrapper {
  overflow: hidden;
  width: 100%;
}

.container-md,
.container {
  width: 100%;
  max-width: 1420px;
}

.container-md {
  max-width: 1184px;
}

.row > * {
  padding: 0px 8px;
}

.about {
  padding-top: 50px;
}
.about .about_content {
  gap: 24px;
}
.about .about_content .title {
  font-size: 38px;
  line-height: 46px;
  color: #222222;
  font-weight: 400;
}
.about .about_content .about_tabs .tab {
  padding: 8px 24px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #787879;
  border-bottom: 1px solid #EDEDED;
}
.about .about_content .about_tabs .tab svg path {
  transition: 0.3s ease all;
}
.about .about_content .about_tabs .tab.active {
  color: #222222;
  border-bottom: 2px solid #222222;
}
.about .about_content .about_tabs .tab.active svg path {
  stroke: #222222;
}
.about .about_content .about_tabs .tab:hover {
  color: #222222;
}
.about .about_content .about_tabs .tab:hover svg path {
  stroke: #222222;
}
.about .about_content .about_blog {
  width: 100%;
  background-image: url(../img/about_blog.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 160px 50px 85px;
  border-radius: 8px;
}
.about .about_content .about_blog .about_text {
  margin-top: 40px;
  font-size: 32px;
  line-height: 44px;
  color: #FFFFFF;
  max-width: 838px;
}
.about .about_content .about_blog .boxs {
  gap: 40px;
  margin-top: 127px;
}
.about .about_content .about_blog .box {
  gap: 16px;
  width: 220px;
}
.about .about_content .about_blog .box b {
  font-size: 64px;
  line-height: 56px;
  color: #FFFFFF;
  font-weight: 400;
}
.about .about_content .about_blog .box p {
  font-size: 16px;
  line-height: 24px;
  color: #9C9C9C;
}

.comment {
  padding: 64px;
}
.comment .comment_content {
  gap: 32px;
  max-width: 1144px;
}
.comment .comment_content p {
  font-size: 28px;
  line-height: 40px;
  color: #222222;
}
.comment .comment_content a {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
}
.comment .comment_content a img {
  margin-right: 12px;
}
.comment .comment_content a span {
  color: #999999;
  margin-left: 6px;
}

.advantages {
  padding: 64px 0;
  background: #F8F8F8;
}
.advantages .title {
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 44px;
  color: #222222;
}
.advantages .row > * {
  padding: 0px 8px;
}
.advantages .card {
  padding: 24px;
  border-radius: 8px;
  min-height: 180px;
  justify-content: space-between;
  border: none;
}
.advantages .card img {
  width: 48px;
  height: 48px;
}
.advantages .card p {
  font-size: 18px;
  line-height: 28px;
  color: #222222;
}

.info {
  padding: 80px 0;
}
.info .row > * {
  padding: 0px 8px;
}
.info .card {
  border-radius: 8px;
  background: #FFE6E6;
  height: 100%;
  overflow: hidden;
  border: none;
}
.info .card2 {
  background: #FAE7D2;
}
.info .card3 {
  background: #C6E9FD;
}
.info .card4 {
  background: #D4EED1;
}
.info .card .card_img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.info .card .card_img img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.info .card .card_info {
  padding: 32px 32px 16px;
  gap: 12px;
}
.info .card .card_info h4 {
  font-size: 28px;
  line-height: 40px;
  color: #222222;
}
.info .card .card_info p {
  font-size: 16px;
  line-height: 24px;
  color: #222222;
}
.info .card1 .card_info,
.info .card4 .card_info {
 // padding-bottom: 32px;
  padding-top: 16px;
}

.services {
  padding: 80px 0;
  background: #F8F8F8;
}
.services .top {
  margin-bottom: 44px;
}
.services .top h2 {
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  color: #222222;
}
.services .top p {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #787879;
}
.services .slider {
  position: relative;
}
.services .slider .servicesSlide {
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 0 16px;
}
.services .slider .card {
  padding: 32px;
  border: none;
  background: #FFFFFF;
  border-radius: 8px;
  gap: 24px;
  min-height: 224px;
}
.services .slider .card p {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #222222;
  max-width: 210px;
}
.services .slider .swiper-button-next,
.services .slider .swiper-button-prev {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background: #FFF;
  box-shadow: 0px 5px 20px 0px rgba(34, 34, 34, 0.0705882353);
  transition: 0.3s ease all;
  top: 47%;
  bottom: 0;
}
.services .slider .swiper-button-next:hover,
.services .slider .swiper-button-prev:hover {
  background: #169873;
}
.services .slider .swiper-button-next:hover::after,
.services .slider .swiper-button-prev:hover::after {
  font-size: 16px;
  color: #FFF;
}
.services .slider .swiper-button-next::after,
.services .slider .swiper-button-prev::after {
  font-size: 16px;
  color: #222222;
}
.services .slider .swiper-button-next {
  right: -22px;
}
.services .slider .swiper-button-prev {
  left: -22px;
}
.company {
  padding: 80px 0;
}
.company h2 {
  font-size: 32px;
  line-height: 44px;
  color: #222222;
}
.company .slider {
  border-top: 1px solid #E1E1E1;
  position: relative;
}
.company .slider::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  height: 85px;
  width: 126px;
  pointer-events: none;
}
.company .slider.active::after {
  display: none;
}
.company .slider .swiper {
  margin-top: -1.3px;
}
.company .box {
  cursor: pointer;
  border-top: 2px solid rgba(34, 34, 34, 0.3019607843);
  max-width: 85px;
  padding-top: 20px;
  transition: 0.3s ease all;
}
.company .box:hover {
  border-color: #222222;
}
.company .box.active {
  border-top: 2px solid #222222;
}
.company .box b {
  font-size: 36px;
  line-height: 50px;
  color: #222222;
}
.company .company_info {
  padding: 16px 16px 16px 36px;
  border-radius: 8px;
  background: #F8F8F8;
  display: none;
}
.company .company_info.active {
  display: flex;
}
.company .company_info .texts {
  max-width: 364px;
  margin-bottom: 24px;
}
.company .company_info .texts h3 {
  font-weight: 400;
  font-size: 28px;
  line-height: 40px;
  color: #323232;
}
.company .company_info .texts p {
  font-size: 20px;
  line-height: 32px;
  color: #787879;
}
.company .company_info .company-img {
  max-width: 680px;
  width: 100%;
  height: 452px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.work {
  padding: 80px 0;
  background: #222222;
}
.work h2 {
  font-size: 32px;
  line-height: 44px;
  color: #FFFFFF;
}
.work .cards {
  margin-top: 40px;
}
.work .cards .card {
  gap: 72px;
  padding: 24px;
  background: #353535;
  border-radius: 8px;
  height: 100%;
}
.work .cards .card .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.work .cards .card .top .texts {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  line-height: 36px;
  color: #FFF;
}
.work .cards .card .top .texts b {
  font-weight: 400;
}
.work .cards .card .top img {
  width: 64px;
  height: 64px;
}
.work .cards .card p {
  font-size: 16px;
  line-height: 24px;
  color: #CBCBCB;
}

.project {
  padding: 80px 0;
  background: #F8F8F8;
}
.project .project_block {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.project h2 {
  font-size: 32px;
  line-height: 44px;
  color: #222222;
}
.project .more_link-mob,
.project .more_link {
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 6px;
  border-bottom: 1px solid #000000;
  color: #222222;
  white-space: nowrap;
}
.project .more_link-mob:hover,
.project .more_link:hover {
  color: #169873;
  border-color: rgba(22, 152, 115, 0.3019607843);
}
.project .more_link-mob {
  display: none;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0;
}
.project .imgs_box {
  position: relative;
}
.project .imgs_box .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}
.project .imgs_box:hover .arrow {
  opacity: 1;
  pointer-events: all;
}
.project .imgs_box .box_img img {
  width: 100%;
  height: 444px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.project .imgs_box .box_img-min img {
  height: 216px;
}

.address {
  padding: 80px 0;
}
.address .title {
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  color: #222222;
}
.address .text {
  font-size: 18px;
  line-height: 28px;
  color: #787879;
  max-width: 676px;
}
.address .row > * {
  padding: 0 4px;
}
.address .items {
  border: 1px solid #EDEDED;
  gap: 24px;
  padding: 12px 6px 20px 24px;
  border-radius: 8px;
}
.address .items .items_wrap {
  max-height: 560px;
  overflow: auto;
  padding-right: 12px;
  padding-top: 8px;
}
.address .items .items_wrap::-webkit-scrollbar {
  width: 6px;
  border-radius: 4px;
}
.address .items .items_wrap::-webkit-scrollbar-track {
  width: 6px;
  border-radius: 4px;
}
.address .items .items_wrap::-webkit-scrollbar-thumb {
  background: #F0F0F0;
  border-radius: 4px;
}
.address .items .items_wrap.active {
  max-height: 100%;
}
.address .items .item {
  gap: 12px;
  padding-bottom: 24px;
  border-bottom: 1px solid #EDEDED;
}
.address .items .item:last-child {
  border: none;
}
.address .items .item .item_info {
  gap: 4px;
}
.address .items .item b {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #222222;
}
.address .items .item a,
.address .items .item p {
  font-size: 14px;
  line-height: 22px;
  color: #222222;
}
.address .items .item .site {
  color: #169873;
}
.address .map {
  height: 100%;
}
.address .map iframe {
  border-radius: 8px;
  height: 100%;
}

@media only screen and (max-width: 1150px) {
  .about .about_content .about_blog .boxs {
    display: grid !important;
    grid-template-columns: 46.5% 46.5%;
    gap: 24px;
  }
  .about .about_content .about_blog .box {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .container,
  .container-md {
    padding: 0px 16px;
  }
  .about .about_content {
    gap: 8px;
    align-items: start !important;
  }
  .about .about_tabs {
    width: 100%;
    overflow: auto;
    align-items: start !important;
  }
  .about .about_tabs::-webkit-scrollbar {
    display: none;
  }
  .about .about_content .about_tabs .tab {
    white-space: nowrap;
  }
  .about .about_content .about_blog {
    margin-top: 16px;
  }
  .company .company_info {
    padding: 16px;
    flex-direction: column;
    align-items: start !important;
    gap: 24px !important;
  }
  .company .company_info .texts {
    max-width: 100%;
    margin-bottom: 0;
    gap: 8px !important;
  }
  .company .company_info .texts h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .company .company_info .texts p {
    font-size: 16px;
    line-height: 28px;
  }
  .company .company_info .company-img {
    height: 350px;
    max-width: 100%;
  }
  .address .items {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 776px) {
  .comment {
    padding: 44px 0;
  }
  .project .imgs_box {
    width: 100%;
  }
  .project .imgs_box .box_img img,
  .project .imgs_box .box_img-min img {
    height: 343px;
  }
  .address .text {
    display: none;
  }
  .address .map {
    margin-bottom: 16px;
  }
  .address .items .item {
    gap: 8px;
    padding: 15px 0;
    border-radius: 0;
  }
  .address .items .item:last-child {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 576px) {
  .about .about_content .title,
  .about .about_tabs {
    padding: 0px 16px;
  }
  .about {
    padding-top: 30px;
  }
  .about .container {
    padding: 0;
  }
  .about .about_content .about_tabs .tab {
    padding: 8px 12px 10px;
  }
  .about .about_content .about_blog {
    padding: 88px 16px 40px;
  }
  .about .about_content .about_blog .about_text {
    font-size: 24px;
    line-height: 33px;
  }
  .about .about_content .about_blog .boxs {
    margin-top: 56px;
  }
  .about .about_content .about_blog .box b {
    font-size: 44px;
    line-height: 48px;
  }
  .about .about_content .about_blog .box {
    gap: 12px;
  }
  .project .project_block {
    gap: 32px;
  }
  .comment .comment_content p {
    font-size: 20px;
    line-height: 28px;
  }
  .comment .comment_content a {
    flex-direction: column;
    gap: 12px;
  }
  .comment .comment_content a img {
    margin-right: 0;
  }
  .info,
  .work,
  .project,
  .address,
  .company,
  .services,
  .advantages {
    padding: 44px 0;
  }
  .advantages .title {
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 36px;
  }
  .advantages .card {
    padding: 24px 16px 24px 24px;
    border-radius: 8px;
    min-height: auto;
    gap: 16px;
    justify-content: inherit;
    align-items: center;
    border: none;
    flex-direction: inherit;
  }
  footer,
  .services .slider .swiper-button-prev,
  .services .slider .swiper-button-next,
  .work .cards .card p,
  .project .more_link,
  .project .imgs_box .arrow,
  .advantages .card p br {
    display: none;
  }
  .info .card .card_info {
    padding: 20px;
    gap: 8px;
  }
  .info .card .card_info h4 {
    font-size: 24px;
    line-height: 35px;
  }
  .services .slider {
    position: relative;
  }
  .services .slider::after {
    content: "";
    position: absolute;
    right: -16px;
    top: -21px;
    z-index: 1;
    width: 36px;
    height: 271px;
    background: linear-gradient(90deg, rgba(248, 248, 248, 0) 0%, #F8F8F8 100%);
  }
  .services .top {
    margin-bottom: 32px;
    gap: 12px !important;
    align-items: start !important;
  }
  .services .top h2 {
    font-size: 26px;
    line-height: 34px;
    text-align: start;
  }
  .services .top p {
    font-size: 16px;
    line-height: 24px;
    text-align: start;
  }
  .company .company_info .company-img {
    height: 210px;
  }
  .company .company_block {
    gap: 32px !important;
  }
  .address .title,
  .company h2 {
    font-size: 26px;
    line-height: 38px;
  }
  .company .box b {
    font-size: 30px;
    line-height: 43px;
  }
  .company .box {
    max-width: 71px;
  }
  .work .cards {
    margin-top: 32px;
  }
  .work .cards .card .top .texts {
    flex-direction: inherit;
    font-size: 20px;
    line-height: 30px;
    gap: 12px;
  }
  .work .cards .card .top .box {
    width: 48px;
    height: 48px;
  }
  .work .cards .mb-3 {
    margin-bottom: 12px !important;
  }
  .project .imgs_boxs {
    flex-direction: column;
  }
  .project .imgs_box.none {
    display: none;
  }
  .project .more_link-mob {
    display: flex;
  }
  .project h2 {
    font-size: 26px;
    line-height: 38px;
  }
  .address .address_wrap {
    gap: 32px !important;
  }
  .address .items .item.none {
    display: none !important;
  }
  .address .map iframe {
    height: 342px;
  }
  .address .items {
    gap: 15px;
    padding: 15px 8px 15px 15px;
    margin-top: 0;
  }
  .address .items .items_wrap {
    max-height: 100%;
  }
  .address .items .item:first-child,
  .address .items .items_wrap {
    padding-top: 0;
  }
  .info .card .card_img img {
    height: 250px;
  }
}/*# sourceMappingURL=index.css.map */