/*tbody*/
tbody tr td {
	border: 1px solid;
}

.popup {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 999;
  overflow-y: auto; /* Телефонда скролл */
}

.popup-content {
  background: #fff;
  margin: 10% auto;
  padding: 20px;
  width: 80%;
  max-width: 600px;
  border-radius: 10px;
  position: relative;
}

/* Жабу батырмасы */
.close {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 28px;
  cursor: pointer;
}

/* Телефон үшін */
@media (max-width: 600px) {
  .popup-content {
    width: 95%;
    margin: 20% auto;
    padding: 15px;
  }
}



/* Popup фон */
/*.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
}
.popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 500px;
	max-height: 80vh;
	overflow-y: auto; 
  position: relative;
}
.popup-content h4 {
	text-align: left !important;
    font-size: 15px !important;
}
.popup-body p {
	text-align: left !important;
}
.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}
*/


/*dir-01*/
.dir-00 {
	margin-bottom: 50px;
}
.dir-00 h3 {
	font-weight: bold;
}
.dir-010 {
	    display: flex;
}
@media (max-width: 992px) {
	.dir-010 {
	    display: block;
}
}
.dir-01 {
	width: 300px;
    border: 3px solid #dddddd;
    padding: 10px;
    border-radius: 15px;
		margin: 0 10px;
}
.dir-01 img {
	    width: 100%;
    height: 320px;
    object-fit: cover;
		    border-radius: 15px;
}
.dir-01 h4 {
	text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: #505050;
}
.dir-01 p {
	text-align: center;
    font-size: 15px;
    color: #8a8a8a;
}





















/*menu*/
.header-new__burger {
		margin: 0;
}
.header-new__burger span {
	background-color: #000000;
		margin: 0;
}
.desctop-menu00 {
		margin: 10px 15px;
		background: white;
    position: absolute;
    padding: 15px;
    border-radius: 15px;
}

.footer-new--menu .container {
	padding: 20px 0;
}



/*menu2*/
.main-menu01 {
		margin: 10px 0;
		border-bottom: 1px solid #0000000a;
}
@media (max-width: 992px) {
	.main-menu01 {
		display: none;
}
}
ul#menu-new-menu-home {
	display: flex;
		justify-content: center;
		height: 70px;
    background: white;
    align-items: center;
    border-radius: 15px;
		margin-bottom: 0;
}
ul#menu-new-menu-home li {
	padding: 0 10px;
}
ul#menu-new-menu-home li a{
		color: #454545;
		border: none;
}
ul#menu-new-menu-home li a:hover{
		color: #c99e67;
}


#menu-new-menu-home li .sub-menu {
	background: white;
		position: absolute;
		display: none;
		box-shadow: 10px 10px 15px #00000033;
}
#menu-new-menu-home li:hover .sub-menu {
	display: block;
}
#menu-new-menu-home li .sub-menu li {
	
}
#menu-new-menu-home li .sub-menu li a {
	color: #454545;
    width: 100%;
    display: block;
    height: 100%;
    padding: 10px;
}
#menu-new-menu-home li .sub-menu li a:hover {
	color: #c99e67;
}


#menu-new-menu-home li .sub-menu li .sub-menu {
		position: absolute;
		display: none;
    width: 300px;
    right: -108%;
		    margin-top: -45px;
}
#menu-new-menu-home li .sub-menu li:hover .sub-menu {
	display: block;
}



.menu-item-has-children:before {
	content: "";
}