.services1:after {
  content: '';
  display: table;
  clear: both
}

.content-text iframe,
.gallery-description {
  max-width: 100%
}

@media (min-width:375px) {
  .main-header .nav {
    display: none
  }
}


@media (min-width:1000px) {
  .main-header .nav {
    display: flex;
  }
}

@media (max-width:1200px) {
  .main-header .nav {
    display: none;
  }

  .main-header .nav__link>a {
    font-size: 14px;
  }
}

.btn_white {
  color: #1e1f21 !important
}

@media (max-width:542px) {
  .text {
    padding-bottom: 4rem !important;
    margin-bottom: 4rem !important
  }
}

@media (max-width:448px) {
  .bottom-block-title>b {
    font-size: 24px
  }
}

@media (max-width:388px) {
  .bottom-block-title>b {
    font-size: 18px
  }
}

.wrap__content{
  padding-top: 111px;
}
.static-page header{
  padding: 30px 0 15px;
  border-bottom: 1px Solid #FFF;
}
.static-page .header-menu li a{
  color: #FFF;
}

