@media screen and (min-width: 474.98px) {
  .services_main-banner_title {
    text-align: left;
    margin: 0 0 15px;
  }
  .services_main-banner .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (min-width: 567.98px) {
  .section_header + .wrapper .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .section_header.centered + .wrapper .btn {
    margin: 0 auto;
  }
    .hero_main-media {
    top: -140%;
  }
  .hero_main .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .hero_main .wrapper .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
   .about_main .section_header .btn,
  .about_main .section_header-text {
    margin-left: 20px;
  }
  .about_main .section_header .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .about_main .counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about_main .counter_block.num {
    width: calc(100% / 3);
  }
  .about_main .counter_block.num span:not(.countNum) {
    max-width: 120px;
    margin: 0 auto;
  }
   .services_main-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .services_main-list_item {
    width: calc(50% - 7.5px);
  }
   .testimonials_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 20px;
    margin-left: -60px;
    margin-bottom: 50px;
  }
  .testimonials_header .icon {
    display: inline-block;
  }
  .testimonials_header .text {
    position: relative;
    bottom: -8px;
    max-width: 315px;
  }
   .team_list-item {
    height: 340px;
  }
  .team_list-item .main_text {
    max-width: 440px;
  }
}

@media screen and (min-width: 767.98px) {

  .section {
    padding: 100px 0;
  }
  .section--nopb {
    padding: 100px 0;
  }
  .swiper-overlay-nav .nav-item {
    width: 100px;
    height: 100px;
  }
  .videoPopup .video_frame {
    padding: 40px;
    min-height: 600px;
  }
  #map {
    height: 600px;
  }
  .h1,
  h1 {
    font-size: 42px;
    line-height: 1;
  }
  .h2,
  h2 {
    font-size: 40px;
  }
  .h3,
  h3 {
    font-size: 28px;
  }
  .h4,
  h4 {
    font-size: 22px;
    line-height: 1.4;
  }

  .about_main .section_header {
    padding: 100px 20px;
  }

  .about_main .counter_block.num span:not(.countNum) {
    max-width: 100%;
  }
    .services_main-banner {
    margin-bottom: 40px;
  }
  .services_main-list_item .text {
    margin-left: 15px;
  }
    .testimonials .main {
    padding: 45px 90px 130px;
    overflow: hidden;
  }
  .testimonials_header,
  .testimonials_slider {
    position: relative;
    z-index: 2;
  }
  .testimonials_header {
    gap: 40px;
    margin-left: -145px;
  }
  .testimonials_header .text {
    bottom: -11px;
  }
  .testimonials_slider-slide .text {
    margin-bottom: 30px;
  }
  .testimonials_bg {
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 1;
  }
  .testimonials_bg .oval {
    position: absolute;
  }
  .testimonials_bg .oval svg {
    width: 100%;
    height: 100%;
  }
  .testimonials_bg .oval--light {
    width: 700px;
    height: 700px;
    top: 300px;
    right: -290px;
    color: #f7f7f7;
  }
  .testimonials_bg .oval--dark {
    width: 400px;
    height: 400px;
    top: 200px;
    right: -190px;
    color: #c3b2a5;
  }
   .presentation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .presentation_header{
      width: 65%;
  }
  .presentation_slider {
    width: 35%;
  }
  .presentation .section_header-media {
    width: 360px;
    height: 360px;
    top: -80px;
    left: -80px;
  }
   .team_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .team_list-item {
    width: 50%;
    height: 340px;
  }
  .team {
    padding-bottom: 100px;
  }
  .team_list {
    gap: 40px;
  }
  .team_list-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
  }
  .team_list-item .media {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 270px;
  }
  .team_list-item .main {
    position: static;
    opacity: 1;
    background: 0 0;
  }
   .footer .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px 0;
  }
  .footer_about .wrapper {
    max-width: 270px;
  }
  .footer_about,
  .footer_block {
    width: 50%;
  }
}

@media screen and (min-width: 1023.98px) {
  .section {
    padding: 100px 0;
  }
  .section--nopb {
    padding: 100px 0;
  }
  .section_header {
    margin-bottom: 40px;
  }
  .section_header-title {
    margin-bottom: 15px;
  }
  .h1,
  h1 {
    font-size: 55px;
  }
  .h2,
  h2 {
    font-size: 48px;
    line-height: 1.2;
  }
  .h3,
  h3 {
    font-size: 32px;
    line-height: 1.4;
  }


  .about_main .section_header {
    padding: 130px 20px;
    max-width: 1170px;
    margin: 0 auto;
  }
  .about_main .section_header .btn,
  .about_main .section_header-text {
    margin-left: 40px;
  }
  .about_main .counter_block {
    padding: 50px 20px;
  }
    .menu_nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 40px;
    margin-bottom: 10px;
  }
  .menu_nav .nav-link {
    position: relative;
    cursor: pointer;
  }
  .menu_nav .nav-link:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    width: 0;
    background: #732d15;
    -webkit-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
  }
  .menu_nav .nav-link.active:after,
  .menu_nav .nav-link:hover:after {
    width: 100%;
  }
  .menu_main .tab-content {
    gap: 0;
  }
  .menu_main .tab-content > .tab-pane:not(.active) {
    height: 0;
    opacity: 0;
    z-index: -1;
  }
  .menu_tab-trigger {
    display: none;
  }
  .menu_tab-list {
    margin-top: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .menu_tab-list_item {
    padding: 30px 0;
    width: calc(50% - 25px);
  }
  .menu_tab-list_item:last-of-type {
    border-bottom: 1px solid #ccc;
  }
    .services_main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .services_main-banner {
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    max-width: 320px;
  }
  .services_main-list {
    gap: 30px;
    width: calc(100% - 350px);
  }
  .services_main-list_item {
    width: calc(50% - 15px);
  }
  .services_gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .services_gallery .section_header {
    margin-bottom: 0;
  }
  .services_gallery-slider {
    margin: 0 50px;
  }
  .services_gallery-slider_nav {
    margin-right: 15px;
  }
    .team_list-item {
    width: calc(100% / 3);
  }
  .team {
    padding-bottom: 0;
  }
  .team_list {
    gap: 0;
  }
  .team_list-item {
    width: calc(100% / 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
  }
  .team_list-item .media {
    height: 100%;
  }
  .team_list-item .main {
    position: absolute;
    opacity: 0;
    background: rgba(247, 247, 247, 0.9);
  }  
}
@media screen and (min-width: 1170px) {
  .footer .container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer_about,
  .footer_block {
    width: 25%;
  }


  .footer_block-subtitle {
    margin-bottom: 20px;
  }

}
@media screen and (min-width: 1199.98px) {
  .about_container{
    display: flex;
  }
      .about_main, .about_media {
        width: 50%;
    }
  .header {
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
  }

  .header.sticky {
    background-color: #fff;
  }
  .header.sticky .header_nav-list_item .dropdown-menu {
    padding-top: 60px;
  }
  .header .container {
    max-width: 100%;
  }
  .header_trigger {
    display: none;
  }
  .header_nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 0;
    overflow: visible;
  }
  .header_nav .nav-link[data-single="true"] {
    font-size: 16px;
  }
  .header_nav-socials {
    margin-top: 0;
  }
  .header_nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-left: 100px;
  }
  .header_nav-list_item {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header_nav-list_item .dropdown-toggle {
    position: relative;
    z-index: 2;
    font-size: 16px;
  }
  .header_nav-list_item .dropdown-menu {
    margin: 0;
    position: absolute;
    z-index: 1;
    opacity: 0;
    top: 0;
    padding-top: 50px;
    visibility: hidden;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header_nav-list_item .dropdown-menu.active {
    opacity: 1;
    visibility: visible;
  }
  .header_nav-list_item .dropdown-menu .list-item[data-main="true"] {
    display: none !important;
  }
  .header_nav-list_item .dropdown-list {
    background: #e5dcd2;
    margin: 0 0 0 -15px;
    padding: 10px 15px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
  .header_nav-list_item .dropdown-list .nav-item {
    height: 100%;
  }
  .header_nav-list_item .dropdown-list .nav-item.current,
  .header_nav-list_item .dropdown-list .nav-item:focus,
  .header_nav-list_item .dropdown-list .nav-item:hover {
    color: #732d15;
  }
  .banner_media {
       display: block;
        top: 20px;
        right: 20px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        max-width: 280px;
        opacity: 0.4;
}
 .about_main-wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .about_main-wrapper .section_header {
    aspect-ratio: 1/1;
    padding: 70px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
    .services_main-list {
    width: calc(100% - 410px);
  }
  .services_main-banner {
    max-width: 380px;
  }
  .services_main-banner_title {
    max-width: 320px;
  }
  .testimonials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .testimonials .media {
    display: block;
  }
  .testimonials .media img {
    height: 100%;
  }
  .testimonials .main,
  .testimonials .media {
    width: 50%;
  }
   .presentation_slider .swiper-wrapper {
    height: 100% !important;
  }
  .presentation_header {
    padding: 60px;
    margin-bottom: 0;
  }
  .presentation_header .section_header-title {
    max-width: 500px;
  }
  .team_list-item {
    height: 480px;
  }
  .team_list-item .main {
    padding: 40px;
  }
}
@media screen and (min-width: 1399.98px) {
  .container {
    padding: 0;
  }
   .header .container {
    padding: 0 100px;
  }
   .hero {
    height: 100vh;
  }
  .hero_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .hero_main {
   width: 100%;
        min-height: unset;
        padding: 130px 20px 70px 70px;
       
  }
  .hero_main .section_header-title {
    max-width: 620px;
    color: #fff;
  }
  .hero_main .wrapper {
    -ms-flex-item-align: start;
    align-self: flex-start;
    max-width: 620px;
  }
  .hero_slider {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
  }
  .hero_slider .swiper-wrapper {
    height: 100vh !important;
  }
    .about_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about_media {
    display: block;
    height: auto;
  }
  .about_main,
  .about_media {
    width: 50%;
  }
  .about_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .about_main .section_header {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 130px 80px;
  }
  .about_main .section_header .btn,
  .about_main .section_header-text {
    margin-left: 40px;
  }
  .about_main .counter_block {
    padding: 50px 20px;
  }
}


@media(max-width: 1199px) and (min-width: 992px){
  .hero_container {
    position: relative;
}
.hero_main {
        min-height: auto;
        top: 0;
        width: 100%;
    }
   .hero_main .section_header-text{
        color: #fff;
    }
    footer .topFooter{
        padding: 70px 25px;
    }
    .section_header-text, .banner_main{
      max-width: 100%;
    }
      .presentation{
    flex-direction: column;
  }
       .presentation_header {
        width: 100%;
        padding: 100px 20px 30px 20px;
    }
    .presentation_slider{
      width: 100%;
    }
}

@media(max-width: 991px){
  .presentation{
    flex-direction: column;
  }
   #menu .section_header {
   padding: 0px 0px 50px 0;
}
    .header .container {
    min-height: 80px;
    padding: 10px 20px;
}
  .hero_main .section_header-title{
    max-width: 100%;
  }
  .logo_img {
    max-width: 180px;
}
.services_main-banner_title{
  max-width: 100%;
  color: #fff;
}
.header{
  position: relative;
}
.header.sticky{
  background-color: #fff;
}
.hero_main {
    position: relative;
    padding: 40px 20px;
    height: auto;
    background-color: transparent;
}
.hero_slider{
  height: auto;
}
footer .topFooter {
    padding: 60px 20px;
}
.hero_main .section_header-subtitle, .hero_main .section_header-text {
    color: #5c5c5c;
}
.info_media {
    margin-top: 25px;
}
}
@media(max-width: 991px) and (min-width: 768px){
      .presentation_header {
        width: 100%;
        padding: 100px 20px 30px 20px;
    }
    .presentation_slider{
      width: 100%;
    }
}
@media(max-width: 767px){
  .copyrow{
    text-align: center;
  }
.mid-logo {
    float: none;
    margin-top: 7px;
        display: block;
}
  .mobile-fixed-btn {
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 9;
        left: 0;
        right: 0;
        border-top: 1px solid rgba(255, 255, 255, .7);
    }
        .mobile-fixed-btn .d-flex {
        display: flex;
        justify-content: space-around;
        width: 100%;
        background-color: #732d15;
    }
        .mobile-fixed-btn .d-flex .flex-item a {
        display: flex;
        align-items: center;
        padding: 10px 8px;
    }
    .mobile-fixed-btn .d-flex .flex-item img {
        width: 18px;
        object-fit: contain;
    }
        .mobile-fixed-btn .d-flex .flex-item span {
        color: #fff;
        font-size: 15px;
        margin-left: 7px;
    }
    footer.footer {
    margin-bottom: 44px;
}
 
.services_main-list_item{
  padding: 25px 15px;
}
.presentation_header{
  padding: 70px 20px;
  min-height: auto;
}
}
@media(max-width: 576px){
    .hostList{
      grid-template-columns: repeat(1, 1fr);
    }
  body, .text--md{
    font-size: 16px;
    line-height: 1.6;
  }
    .h1,
  h1 {
    font-size: 38px;
    line-height: 1;
  }
  .h2,
  h2 {
    font-size: 34px;
  }
  .h3,
  h3 {
    font-size: 24px;
  }
  .h4,
  h4 {
    font-size: 19px;
    line-height: 1.4;
  }
    
}