
.about-us-description-row li{
	list-style-type: disc;
}
.menu-wrap li{
list-style:none;	
}
@media (max-width: 1024px) {
  .main-block {
    width: 100%;
  }
}
.nav-current{
  border-left: none;
  background: none;
}

.main-nav {
  position: fixed;
  width: 270px;
  border: none;
  background-color: #fff;
  z-index: 1000;
}

.nav-wrapper {
  width: 270px;
  display: flex;
  flex-flow: row nowrap;
}

.nav-burger {
  width: 60px;
  height: 100%;
  background-color: #cca817;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.nav-burger:hover {
  background-color: #e3b600;
}

.nav-main-content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  min-width: 210px;
}

.nav-link {
  color: #2c3530!important;
  font-family: "Montserrat - Extra Bold";
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}

.phone_number {
  margin: 0;
  color: #2c3559;
  font-family: "Montserrat - Extra Bold";
  font-size: 16px;
  font-weight: 700;
  height: auto;
  margin-bottom: 22px;
}

.phone-text {
  font-family: "Roboto";
  margin-bottom: 10px;
  font-size: 14px;
}

.phone-line {
  margin-bottom: 16px;
  opacity: 0.5;
}

.nav-logo {
  display: flex;
  margin-bottom: 10px;
}

.nav-logo-img {
  max-width: 200px;
  width: 100%;
}

.nav-open-menu {
  left: 0;
  z-index: 100001;
  position: fixed;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  background-color: #fff;
  left: 60px;
  display: none;
}

.menu-wrap {
  margin-top: 60px;
  position: relative;
  width: 100%;
}

.menu-search {
  margin-bottom: 35px;
  width: 80%;
  margin: auto;
}


.menu-block {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  position: relative;
  background-color: #f3f6f8;
}

.menu-block-item {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  align-self: baseline;
  margin: 2%;
}

.leftSideBar_title {
  color: #2c3559;
  font-family: "Montserrat - Extra Bold";
  font-size: 26px;
  font-weight: 700;
}

.item-title {
  margin: 0 0 25px 0;
  color: #cca817;
  font-family: "Montserrat";
  font-size: 12px;
  text-transform: uppercase;
}

.block-item-wrap {
  width: 90%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  position: relative;
  margin-top: 80px;
  height: 100vh;
}

.nav-link-open {
  margin: 0px 0 18px 0;
  max-width: 240px;
  width: 100%;
}

.main-block {
  width: calc(100% - 270px);
  border-left: 1px solid #e8e8e8;
}

.line {
  margin-bottom: 37px;
}

.menu-close {
  margin-left: 88%;
}

@media (max-width: 1036px) {
  .main-block {
    width: 75%;
  }
}

@media (max-width: 1410px) {
  #left-nav-filter .line input {
    width: 100% !important;
  }
}

@media (max-width: 1360px) {
  .filter-left .leftSideBar_title {
    display: block;
  }
}

/*@media (max-width: 1024px) {
  .nav-burger {
    display: flex;
    width: 50px;
  }
  .main-nav {
    display: flex;
    width: 50px;
    padding-top: 0;
    min-width: 0px;
  }
  .nav-main-content {
    display: none;
  }
  .nav-wrapper {
    width: 50px;
  }
  .main-block {
    width: calc(100% - 50px);
    border-left: none;
  }
  .nav-open-menu {
    left: 50px;
  }
  .nav-link-open {
    font-size: 14px;
  }
  .main-nav::-webkit-scrollbar {
     width: 0px;
  }
  .menu-search {
    margin-bottom: 35px;
    width: 70%;
  }
  .menu-close {
    margin-left: 80%;
  }
  .mob-header-actions{
    display: none;
  }
}
@media (max-width: 450px) {
  .menu-search {
    margin-left: 5%;
  }
  .menu-close {
    margin-left: 70%;
  }
}*/
