/*
  body #main-content .et_builder_inner_content>p {
  display: none;
}body #main-content .et_builder_inner_content>p {
  line-height: 1.7em;
  display: none;
}
@media (min-width: 981px) {

  #menu-1 .et_pb_gutters2 .et_pb_column_1_3 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_module {
    margin-bottom: 0 !important;
  }

}

#menu-1 .et_pb_menu__wrap {
  justify-content: flex-start;
}
  #menu-2{
  display: flex;
  justify-content: center;
  }
.et_pb_menu__menu>nav>ul>li:not(:last-child) {
  margin-right: 80px;
}

header .et_pb_row:after {
  display: none;
}

.et_pb_menu__menu>nav>ul>li a::before {
  content      : '';
  display      : block;
  position     : absolute;
  bottom       : 0px;
  background   : currentColor;
  height       : 2px;
  width        : 0%;
  z-index      : 5;
  transition   : width 0.4s ease, opacity 0.4s ease;
  border-radius: 100px;
  opacity      : 0;
  left         : 0;
  right        : 0;
  margin       : 0 auto;
}

.et_pb_menu__menu>nav>ul>li:hover a::before {
  width     : 100%;
  opacity   : 1;
  transition: width 0.4s ease, opacity 0.4s ease;
}

#menu-1 .et_pb_menu__menu {
  width: 100%;
}

#menu-1 .et-menu-nav {
  width: 100%;
}

.et-menu a:hover {
  opacity: 1;
}

#header-menu #menu-1 {
  margin-left: 0 !important;
}

#header-menu .et_pb_row:after {
  display: none;
}

#header-phone h4 {
  padding: 0;
}

@media only screen and (max-width: 1680px) {
  .et_pb_menu__menu>nav>ul>li:not(:last-child) {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 1410px) {
  .et_pb_menu__menu>nav>ul>li:not(:last-child) {
    margin-right: 10px;
  }
}

@media (max-width: 1190px) {
  .et_pb_menu .et_mobile_nav_menu {
    float            : none;
    margin           : 0 6px;
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    justify-content  : flex-end;
  }
  #mobile_menu1 {
    width: calc(100vw - 60px);
  }
  .et_pb_menu .et_pb_menu__menu {
    display: none;
  }

  #menu-1 li {
    list-style: none;
  }

}

@media only screen and (max-width: 980px) {
  #menu-2{
  display: flex;
  justify-content:flex-start;
  }
  #menu-1 .et_pb_menu__wrap {
    justify-content: flex-start;
  }

  .et_pb_menu__menu>nav>ul>li:not(:last-child) {
    margin-right: 0px;
  }

  .et_mobile_nav_menu:before {
    content: 'МЕНЮ';
    position: absolute;
    left    : 36px;
    color   : #44535d;
    top     : 9px;
  }

  .et_pb_sticky .et_mobile_nav_menu:before {
    color: #44535d;
  }

  .mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
    color  : #44535d;
  }

  .et_pb_sticky .mobile_nav.opened .mobile_menu_bar:before {
    color: #44535d;
  }

  #menu-1 .et_pb_column .et_pb_module {
    margin: 0
  }

  #mobile_menu1 {
    overflow-y                : scroll !important;
    max-height                : 50vh !important;
    -overflow-scrolling       : touch !important;
    -webkit-overflow-scrolling: touch !important;
    top                       : 60px;
    width: calc(100vw - 30px);
  }
}

@media only screen and (max-width: 767px) {
  #mobile_menu1 {
    top                       : 40px;

  }
} */

