/* CSS Document */
.leftMenu {padding: 0 0 0 0; position: relative; z-index: 1;}
.leftMenu ul, .leftMenu ul li {list-style-type:none; margin: 0; padding: 0;}
.leftMenu ul {width: 100%;}
.leftMenu ul li {position: relative; z-index: 1; color: #fff; font-weight: 600; line-height: 1.11111; letter-spacing: 0.8px; margin: 0 0 2px 0;}
.leftMenu ul li.current > ul {display: block; background-color: rgba(0, 0, 0, 0.1);}
.leftMenu ul li:last-child {border-bottom: 0;}
.menu_dot {position: absolute; top: 10px; left: 7px; z-index: 99; width: 30px; height: 30px; border-radius: 50%; background: #4b050e; display: flex; flex-flow: wrap; justify-content: center; align-items: center; cursor: pointer; transition: all 0.5s ease 0s;}
.menu_dot::before {content: ''; width: 17px; height: 16px; background: url("../../images/icon_01i.png") no-repeat center / cover; display: block;}
/*.menu_dot::before {content: ''; width: 16px; height: 2px; background-color: #fff; border-radius: 2px; position: absolute; top: 10px; left: 7px; z-index: 99; transition: all 0.5s ease 0s;}
.menu_dot::after {content: ''; width: 16px; height: 2px; background-color: #fff; border-radius: 2px; position: absolute; top: 17px; left: 7px; z-index: 99; transition: all 0.5s ease 0s;}
.leftMenu .menu_dot_open::before {top: 14px; -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); transition: all 0.5s ease 0s;}
.leftMenu .menu_dot_open::after {top: 14px; -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -o-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); transition: all 0.5s ease 0s;}*/
.leftMenu .menu_dot_open {-moz-transform:rotate(90deg); -webkit-transform:rotate(90deg); -o-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); transition: all 0.5s ease 0s;}
.leftMenu a:link, .leftMenu a:visited {text-decoration:none; color:#fff; background: #4b050e; padding: 16px 10px 14px 39px; display: block; position: relative; z-index: 1; transition: all 0.5s ease 0s;}
.leftMenu a:active, .leftMenu a:hover, a.menu_arrow_open {text-decoration:none; color:#fff!important; background-color: #946a6f!important; cursor:pointer; transition: all 0.5s ease 0s;}
.menu_arrow {position: absolute; top: 17px; left: 14px; -moz-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); -ms-transform:rotate(0deg); transform:rotate(0deg); transition: all 0.5s ease 0s;}
.menu_arrow::before {content: ''; width: 17px; height: 16px; background: url("../../images/icon_01i.png") no-repeat center / cover; display: block;}
/*.menu_arrow::before {content: ''; width: 7px; height: 2px; background-color: #000; border-radius: 2px; position: absolute; top: 7px; left: 6px; -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); transition: all 0.5s ease 0s;}
.leftMenu a:hover .menu_arrow::before, a.menu_arrow_open .menu_arrow::before, a.menu_arrow_open .menu_arrow::after {background-color: #fff; transition: all 0.5s ease 0s;}
.menu_arrow::after {content: ''; width: 7px; height: 2px; background-color: #000; border-radius: 2px; position: absolute; top: 11px; left: 6px; -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -o-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); transition: all 0.5s ease 0s;}
.leftMenu a:hover .menu_arrow::after {background-color: #fff; transition: all 0.5s ease 0s;}*/
.menu_arrow_open .menu_arrow {-moz-transform:rotate(90deg); -webkit-transform:rotate(90deg); -o-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); transition: all 0.5s ease 0s;}
.leftMenu > ul ul {display: none;}
.leftMenu > ul ul li a:link, .leftMenu > ul ul li a:visited {text-decoration:none; color:#131313; font-weight: 400; background: #fff; padding: 16px 30px 14px 39px; display: block; position: relative; z-index: 1; transition: all 0.5s ease 0s;}
.leftMenu > ul ul li a:active, .leftMenu > ul ul li a:hover {text-decoration:none; color:#000!important; background-color: #d8b5b8!important; cursor:pointer; transition: all 0.5s ease 0s;}
@media only screen and (min-width:993px){
    .leftMenuMobile {display: none!important;}
}
@media only screen and (max-width:992px){
    .leftMenuMobile {width: 30px; height: 30px; margin: 40px auto 10px auto; position: relative; cursor: pointer;}
    .leftMenuMobile > span:nth-child(1) {width: 30px; height: 2px; background-color: #000; position: absolute; top: 10px; left: 0; transition: all 0.5s ease 0s;}
    .leftMenu > div.show > span:nth-child(1) {top: 14px; transform: rotate(45deg);}
    .leftMenuMobile > span:nth-child(2) {width: 30px; height: 2px; background-color: #000; position: absolute; top: 20px; left: 0; transition: all 0.5s ease 0s;}
    .leftMenu > div.show > span:nth-child(2) {top: 14px; transform: rotate(-45deg);}
    .leftMenuMobile::before {content: attr(data-title); width: 200px; height: 30px; line-height: 30px; position: absolute; top: -30px; left: calc(50% - 100px); text-align: center; font-size: 12px; color: #000;}
    .leftMenu > ul {max-height: 0; overflow: hidden; transition: all 0.5s ease 0s; position: absolute; top: 35px; left: 0; right: 0; z-index: 1000; background: #fff; width: auto;}
    .leftMenu > ul.open {max-height: 400px; overflow: auto; padding-bottom: 10px; transition: all 0.5s ease 0s;}
}
