/* colors:
main (deep blue): #54616c
sub (blue): #2F7AE5
*/

body,html{
	margin: 0px;
	width: 100%;
	height: 100%;
	/*background-color: #eee;*/
	
	font-family: 'Roboto',Arial,sans-serif!important;
}
iframe{
	display: block;       
    background: #54616c;
    border: none;         
    width: 100%;
    height: 190px;
}

.fixed-header {
    position: fixed!important;
    top: 0;
    margin-bottom: 40px;
    width: 100%; 
}
/* H */
h3{
	color: #54616c;
}

h2{
	color: #54616c;
}

h1{
	color: #54616c;
}

/* Spacers */
.space_15{
	margin-bottom: 15px;
}
.space_25{
	margin-bottom: 25px;
}
.space_left_25{
	padding: 0px 25px;
}

/* KROSHKI */
.xk{
padding: 5px 10px;
	font-size: 14px;
	display: inline-flex;
	list-style: none;
	margin-top: 95px;
}
.xk span{
	padding: 3px 2px;
}
.xk a{
	text-decoration: none;
	color: #337ab7;
}

/* Buttons */
.btn-primary{
	background-color: #54616c;
	border-color: #eee;
}
.btn-primary:hover{
	background-color: #6C7D8B;
	border-color: #747474;
}


/* Top phones */
.phones_wrap{
	border-bottom: 2px solid #ccc;
}
.phones{
	margin: 5px;
	color: #fff;
}
.phones td{
	max-width: 100%;
	white-space: nowrap;
}
.phones img{
	margin: 0px 10px;
}
.phone_sm{
	font-size: 15px;
	font-weight: 300;
}

.phone_lg{
	font-size: 18px;
	font-weight: 600;
	transition: .3s;
}
.phones a{
	text-decoration: none;
	color: #fff;
	
}


.phones a:hover .phone_lg{
	text-decoration: none;
	color: #2F7AE5;
}
.e-mail{
	font-size: 18px;
	font-weight: 300;
}
.phones a:hover .e-mail{
	text-decoration: none;
	color: #2F7AE5;
}

.sub_menu{
	color: #54616c;
	font-size: 16px;
	font-weight: 300;
	padding: 0px 15px;
}
.sub_menu a{
	font-size: 16px;
	font-weight: 300;
	text-decoration: none;
	color: #54616c;
	padding: 0px 5px;
	transition: .3s;
	
}
.sub_menu a:hover{
	text-decoration: none;
	color: #2F7AE5;
}

.sub_menu a.active{
	text-decoration: none;
	color: #2F7AE5;
	font-weight: 600;
}



/* top menu */
.menu_wrapper{
	border-bottom: 1px solid #ccc;
	background-color: #54616c;
	z-index: 3;
	position: relative;
	
}
.logo_wrapper{
	position: relative;
	padding: 10px 50px 10px 50px;
	background-color: transparent;
}
.logo_wrapper img{
	height: 50px;
	
}
.menu_item{
	font-size: 18px;
	font-weight: 400;
	color: #eee;
	display: table;
	height: 100%;
	
}

.menu_item .active{
background: #434e56;
}



.menu_item a.active {
	font-size: 18px;
	font-weight: 600;
	color: #eee;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	
}

.menu_item a{
	height: 100%;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	color: #eee;
	transition: .3s;
	display: table-cell;
	vertical-align: middle;
	
}
.menu_item a:hover{
	text-decoration: none;
	color: #D1CECE;
	
}
.yout{
	font-size: 28px!important;
	
}
.yout:hover{
	font-size: 28px!important;
	color: #ff0000!important;
	
}

@media screen and (min-width:780px) {
	.mm_header {
        display: none !important;
    }
}

@media screen and (max-width:780px) {
	.main_body{
		margin-top: 55px;
	}
    .header_lg {
        display: none !important;
    }
	.not_mob{
		display: none !important;
	}
	.show_po{
		margin: 10px auto;
		
	}
	
}



/* BLOCKS (rubriki) */

.page_wrapper{
	padding: 15px 25px;
}
.page_title{
	border-bottom: 2px solid #54616c;
}

.block_wrapper{
	max-width: 95%;
	padding: 15px 5px;
	text-align: center;
	margin: 0 auto;
}
.block_item {
	/*display: inline-block;*/
	overflow: hidden;
	margin: 5px;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.block_masc{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 15px;
	text-align: left!important;
	color: rgba(255,255,255,.65);
	background-color: rgba(84,97,108,.75);
	z-index: 2;
	
		
}

.block_masc_title{
	font-size: 24px;
	font-weight: 400;
	line-height: 90%;
	transition: .4s;
}
.block_masc_sub{
	font-size: 14px;
	font-weight: 300;
}

.block_item img{
	display: block;
  transition: transform .4s;
	loading:"lazy";
	width: 100%;
	-webkit-transition: transform 0.6s ease-in-out;
}

/* FOR DISK SHOW */
.block_item_d {
	display: inline-block;
	overflow: hidden;
	margin: 5px;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.block_masc_title_d{
	font-size: 14px;
	font-weight: 400;
	line-height: 90%;
	transition: .4s;
}
.block_masc_sub_d{
	font-size: 12px;
	font-weight: 300;
}

.block_item_d img{
	display: block;
  transition: transform .4s;
	loading:"lazy";
	width: 150px;
}

.block_item_d:hover img{
	transform: scale(1.3);
  transform-origin: 50% 50%;
}
.block_item_d:hover .block_masc_title_d{
	color: rgba(255,255,255,1);
}
/* // */

.block_item:hover img{
	transform: scale(1.3);
  transform-origin: 50% 50%;
}
.block_item:hover .block_masc_title{
	color: rgba(255,255,255,1);
}

/* PODBOR */
#tabs{
	background: #54616c;
    color: #eee;
	height: 300px;
	margin: 5px 0px 5px 5px;
}
#tabs h6.section-title{
    color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f3f3f3;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: bold;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #eee;
    font-size: 20px;
	
}

/* TABS IN SSHOW */
/* PODBOR */
#tabs_s{
	background: #fff;
    color: #eee;
	height: 300px;
	margin: 5px 0px 5px 5px;
}
#tabs_s h6.section-title{
    color: #000;
}

#tabs_s .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #333;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 14px;
    font-weight: bold;
}
#tabs_s .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #333;
    font-size: 14px;
	
}
/* X kroxi */

/* SPASERS */
.spa_hr_sm{
	padding-right: 5px;
}

/* SHOW PO */
.show_po{
	padding-right: 10px;
}

.show_po .vid{
	padding: 5px;
	cursor: pointer;
	border-radius: 4px;
}
.show_po .vid:hover{
	background: #54616c;
	color: #eee;
}

.show_po .active{
	padding: 5px;
	background: #337ab7;
	border-radius: 4px;
	color: #eee;
	border:none;
}

.show_po td{
	padding: 0px 2px;
}

.show_po_item{
	background: #fff;
	padding: 5px;
	text-decoration: none;
	color: #444;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 4px;
	cursor: pointer;
}

/* CRARDS */
.noframe {
    width: 50px;
    color: #636363;
	font-size: 14px;
}
.t_head{
	font-size: 14px;
	font-weight: 400;
	padding: 5px 15px;
	text-align: center;
	color: #444;
}
.td_card input:focus{
    outline: none;
}

.td_card a{
	text-decoration: none;
	color: #54616c;
	
}


.td_card a:hover .lg{
	text-decoration: none;
	color: #2F7AE5;
}

.td_card .card_btn{
	
	text-align: center;
	color: #444;
	
	font-weight: 600;
	padding: 4px 0px;
	cursor: pointer;
}
.td_card .card_btn:hover{
	color: #2F7AE5;
	cursor: pointer;
}
.td_card{
	
    
	padding: 10px 15px;
}
.td_card .art{
	text-align: left!important;
	font-size: 12px;
	font-weight: 300;
	color: #666;
	width: 100px;
	overflow: hidden;
}

.td_card .ch{
	text-align: left!important;
	font-size: 12px;
	font-weight: 400;
	color: #666;
	width: 100px;
	overflow: hidden;
	padding: 5px 0px;
}

.td_card img{
	max-width: 50px;
}
.td_card .lg{
	text-align: left!important;
	font-size: 16px;
	font-weight: 500;
	color: #54616c;
	line-height: 20px;
}

.td_card .color{
	text-align: left!important;
	font-size: 14px;
	font-weight: 300;
	color: #666;
}
.td_card .nal{
	text-align: left!important;
	font-size: 14px;
	font-weight: 500;
	color: #7AC805;
}

.td_card .price{
	text-align: left!important;
	font-size: 16px;
	font-weight: 500;
	color: #666;
}

.crd{
	outline: 1px solid #ccc; 
	outline-offset: -5px;
	display: table;
}

.tcard{
	/*border: 1px solid #ccc;*/
	/*margin: 5px;*/
	width: 90%;
	position: relative;
	margin: 0px auto;
	
}
.tcard_wrapper{
	padding: 10px;
	cursor: pointer;
	margin-bottom: 40px;
	display: table-header-group;
}
.tcard_wrapper a{
	text-decoration: none;
}
.tcard table{
	border: 0;
	
	
}
.tcard img{
	width: 100%;
	/*height: 100%;
	object-fit: contain;*/
}
.tcard td{
	text-align: center;
	padding: 4px 0px;
}

.tcard .art{
	text-align: left!important;
	font-size: 12px;
	font-weight: 300;
	color: #666;
}

.tcard .lg{
	text-align: center!important;
	font-size: 18px;
	font-weight: 500;
	color: #333;
	line-height: 20px;
}

.tcard .ch{
	text-align: center!important;
	font-size: 14px;
	font-weight: 400;
	color: #666;
	
	overflow: hidden;
	padding: 5px 0px;
}

.tcard .color{
	text-align: center!important;
	font-size: 14px;
	font-weight: 500;
	color: #666;
}

.tcard .nal{
	text-align: center!important;
	font-size: 14px;
	font-weight: 500;
	color: #7AC805;
}

.tcard .price{
	text-align: center!important;
	font-size: 18px;
	font-weight: 500;
	color: #666;
}
.tcard .order_wrapper{
	position: absolute;
	width: 100%;
	bottom: 0px;
	margin-top: 40px;
	
}
.order_wrapper{
	display: table-cell;
	vertical-align: bottom;
}
.order_wrapper .order{
	text-align: center!important;
	font-size: 18px;
	font-weight: 500;
	color: #eee;
	background: #2F7AE5;
	padding: 5px;
}

.order_wrapper  table{
	padding: 0px!important;
}

.order_wrapper  td{
	padding: 0px!important;
	height: 100%;
}

.quo_n, .quo_p, .quo_n2{
	background: #ECEAEA;
	text-align: center;
	font-weight: 600;
	padding: 6.3px 0px;
	cursor: pointer;
}
.quo_n:hover, .quo_p:hover, .quo_n2:hover{
	background: #2F7AE5;
	text-align: center;
	color: #eee;
	-webkit-box-shadow:inset 0px 0px 0px 1px #eee;
    -moz-box-shadow:inset 0px 0px 0px 1px #eee;
    box-shadow:inset 0px 0px 0px 1px #eee;
	font-weight: 600;
	padding: 6.3px 0px;
	cursor: pointer;
}
.quo_w{
	background: #fff;
	text-align: center;
	font-weight: 600;
	padding: 6.3px 0px;
}
.order_btn{
	background: #2F7AE5;
	text-align: center;
	color: #eee;
	-webkit-box-shadow:inset 0px 0px 0px 1px #eee;
    -moz-box-shadow:inset 0px 0px 0px 1px #eee;
    box-shadow:inset 0px 0px 0px 1px #eee;
	font-weight: 600;
	padding: 6.3px 0px;
	cursor: pointer;
}
.order_btn:hover{
	background: #ccc;
	color: #444;
}

.order_btn_q{
	background: #54616c;
	text-align: center;
	color: #eee;
	-webkit-box-shadow:inset 0px 0px 0px 1px #eee;
    -moz-box-shadow:inset 0px 0px 0px 1px #eee;
    box-shadow:inset 0px 0px 0px 1px #eee;
	font-weight: 600;
	padding: 6.3px 0px;
	cursor: pointer;
}
.order_btn_q:hover{
	background: #ccc;
	color: #444;
}

/* DISKI */
.diski_wrapper{
	margin: 10px 0px;
	padding: 15px 5px;
	/*border: 1px solid #ccc;*/
}
.diski_podbor{
	background: #fff;
}
.diski_podbor .nav-link{
	color: #54616c;
}
.diski_podbor .nav-link.active{
	color: #337ab7;
}
.diski_podbor .nav-item input{
	border: 1px solid #ccc;
	margin-left: 50px;
	
}
.col_view{
	padding: 25px 25px;
}

/* SHOW DISK */
.show_disk_wrapper{
	max-width: 1600px;
	margin: 0px auto;
}
.show_disk{
	padding: 15px;
	
}
.show_disk img{
	max-width: 90%;
	
}
.d_name_wrapper{
	padding: 15px;
}
.t_art{
	text-align: left!important;
	font-size: 14px;
	font-weight: 300;
	color: #666;
}
.t_color{
	text-align: center!important;
	font-size: 14px;
	font-weight: 300;
	color: #666;
	padding: 4px 0px;
}
.art_bld{
	text-align: left!important;
	font-size: 14px;
	font-weight: 600;
	color: #333;
}
.t_name{
	padding: 25px 0px;
	text-align: center!important;
	font-size: 24px;
	font-weight: 500;
	color: #333;
	line-height: 35px;
}
.t_sub{
	text-align: center!important;
	font-size: 18px;
	font-weight: 300;
	color: #666;
}
.t_left_side{
	
    /*-ms-flex: 0 0 27%;
    flex: 0 0 27%;*/
     

}

.cena{
	padding: 10px;
	font-size: 40px;
	font-weight: 800;
    color: #333;
	border: 1px dotted #333;
	text-align: center;
	position: relative;
	display: inline-block;
	/*line-height: 70px;*/
	transition: all 0.6s ease;
	min-width: 130px;
	
}
.byn{
	position: absolute; 
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  width: 100px;
	
	
	bottom: -25px;
	
	font-size: 15px;
	font-weight: 300;
    color: #333;
	padding: 5px;
	background: #fff;
	
}
.cena{
	transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transform: scale(0.8);
}
.tabl{
	
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
	font-weight: 300;
    color: #333;
    line-height: 20px;
    background-image: linear-gradient(90deg,#a7a7a7 20%,hsla(0,0%,100%,0) 0);
    background-position-y: calc(50%);
    background-size: 8px 1px;
    background-repeat: repeat-x;

}
.char_title{
	padding-right: 5px;
	padding-left: 0px !important;
	background: #fff;
}
.char_txt{
	
	font-size: 14px;
	font-weight: 400;
    color: #333;
	
}
/* NEWS */
		.p_news{
			color:#0082C4;
		}
.p_news a{
			color:#0082C4;
	text-decoration: none;
		}
.p_news a:hover{
			color:#54616c;
	text-decoration: none;
		}
		.n_date{
			font-size: 12px;
			
		}
		.n_txt{
			font-size: 14px;
			
		}
		.n_more{
			font-size: 14px;
			color:#0082C4;
		}

.n_more a{
	font-size: 16px;
	font-weight: 300;
	text-decoration: none;
	color: #54616c;
	padding: 5px 0px;
	transition: .3s;
}
.n_more a:hover{
	font-size: 16px;
	font-weight: 300;
	text-decoration: none;
	color: #0082C4;
	padding: 5px 0px;
	transition: .3s;
}
		
		/* FOOTER */
		.footer_title{
			border-bottom:  2px solid #333;
			color:#333;
			font-size: 18px;
			margin-bottom: 10px;
			
		}
		.footer_link{
			font-size: 14px;
			color:#54616c;
			padding: 2px 0px;
		}
		

.footer_link a{
	font-size: 16px;
	font-weight: 300;
	text-decoration: none;
	color: #54616c;
	padding: 0px 5px;
	transition: .3s;
	
}
.footer_link a:hover{
	text-decoration: none;
	color: #337ab7
;
}


/* SEARCH */
.search_btn{
	font-size: 14px;
}
.search_btn:hover{
	color: #0082C4;
}

.noscroll { overflow: hidden; }
.search-screen{
    position: fixed;
    width: 100%;
    height: 0;
    background-color: #FFF;
    display: flex;
    /*align-items: center;
    justify-content: center;*/
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    overflow-y: scroll;
   overscroll-behavior: contain;
    transition: .2s linear .2s;
	z-index: 999999;
}
.close-icon{
    position: absolute;
    top: 30%;
    right: 40px;
	width: 32px;
	height: 32px;
    color: #444;
    font-size: 30px;
    cursor: pointer;
    opacity: 0.3;
	z-index: 9999999;
}
.search-ico{
	position: absolute;
	top: 30%;
	color: #ccc;
	font-size: 40px!important;
	cursor: pointer;
}
.search-ico:hover{
	color: #cc0000;
}

.close-icon:hover {
  opacity: 1;
}
.close-icon:before, .close-icon:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
	
   
}
.close-icon:before {
  transform: rotate(45deg);
}
.close-icon:after {
  transform: rotate(-45deg);
}

.search-box {
    width: 100%;
    max-width: 600px;
    height: 60px;
    background: none;
    border: none;
    outline: none;
    color: #444;
    font-size: 40px;
}
.search-screen.active{
    transition-delay: 0s;
    height: 100vh;
}
.search-screen.active .search-box,
.search-screen.active {
    transition: .2s linear 0.2s;
    opacity: 1;
}

.input-wrapper{
	position: fixed;
	top: 0px;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding: 15px 15px;
}
@media screen and (max-width:640px) {
.input-wrapper{
	top: 20px;
}
	.xk{
	margin-top: 5px;	
	}
}


.search-field{

	padding-left: 65px;
}
.result-wrapper{
	width: 100%;
}
.s_menu_wrapper{
	padding: 15px;
	border-bottom: 1px solid #ccc;
	transition: 3s;
}
@media screen and (max-width:991px) {
.s_menu_wrapper{
	padding: 25px;
	border-bottom: none;
	transition: 3s;
}	
}
.s_menu{
	font-size: 18px;
	color:#444;
	float:left;
	cursor: pointer;
}
.s_menu:hover{
	color: #cc0000;
}

.s_menu_count{
	font-size: 14px;
	color:#fff;
	float:right;
	background-color: #444;
	padding: 0px 10px;
	border-radius: 5px;
}
.s_active{
	font-weight: bold;
	color:#cc0000;
}

.s_active_c{
	background-color: #cc0000;
}
.s_cards{
	text-align: center;
}

.d-flex {
    display:flex;
}
.d-flex>div {
    float: none;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.card_item{
	padding: 0px 10px;
	min-width: 225px;
	max-width: 225px;
}
.card_item img{
	max-width: 175px;
}
.s_img_box{
	border-bottom: 1px solid #ccc;
}
/* /////////////// PAGINATION //////////////////// */
.pages{
	margin: 0px auto;
	padding: 15px 0px;
	text-align: center;
}
.menu_round {
  background:#888;
  border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  color: #ffffff;
  display: inline-block;
  font-weight: 300;
	font-size: 14px;
  line-height: 1.6em;
  margin-right: 3px;
  text-align: center;
	padding: 0px 10px 0px 10px;
	cursor: pointer;
	text-decoration: none;
}
.menu_round:hover {
  background:#337ab7;
  border-radius: 0.4em;
	text-decoration: none;
	color: white;
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
}
.menu_round.active {
  background:#337ab7;
  border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
}
.menu_round a{
	text-decoration: none;
 
}

/* //////  SHOPPING CART /// */
.cart_wrapper{
	padding: 15px 0px;
	margin: 0px auto;
}
#order_cart{
	
	position: absolute;
	height: 25px;
	width: fit-content;
	display: table;
	bottom:10px;
	right: 5px;
	/*font-size: 14px;
	font-weight: 400;*/
	color: #eee;
	padding: 10px;
	cursor: pointer;
	background-color:rgba(84,97,108,0.85);
	z-index: 99999999;
}
#success{
	
	position: absolute;
	height: 35px;
	width: fit-content;
	display: table;
	bottom:-39px;
	right: 75px;
	font-size: 12px;
	color: #eee;
	padding: 10px;
	cursor: pointer;
	background-color:#2F7AE5;
	z-index: 99999999;
}
#order_cart:hover{
	background-color:#2F7AE5;
}
#order_cart a{
	color: #eee;
	text-decoration: none;
}
#order_quo{
	margin-left: 5px;
}





/*

MobileMenu

*/
.mm_header{
	height: 55px;
	width: 100%;
	background: #333;
	position: fixed;
	z-index: 999;
}
/*Main style*/
body.mmactive {
  overflow: hidden;
}
.mobile_menu {
  display: none;
  position: relative;
}
.sm_menu_outer.active .mobile_menu {
  display: block;
}
.sm_menu_outer {
  height: calc(100vh - 60px);
  overflow-y: scroll;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  /*bottom: 0;*/
	margin-top: 58px;
  z-index: -9;
  width: 100%;
  opacity: 0;
  background-color: #333;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.sm_menu_outer.active {
  opacity: 1;
  z-index: 999;
}
.sm_menu_outer .mobile_menu li.back a {
  padding: 6px 5px 20px 55px;
  /*background: url("../images/back.png") no-repeat scroll 15px center / 5% auto;*/
}
.sm_menu_outer .ul{
	margin-left: -40px;
}
.sm_menu_outer .mobile_menu a {
  color: #eee;
  display: block;
  
  letter-spacing: 1px;
  padding: 5px 15px;
  text-transform: uppercase;
  text-decoration: none;
	text-align: center;
}
/*Sub Menu anim */
.sm_menu_outer.slide .mobile_menu .submenu {
  background-color: #17334e;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 999;
}
.sm_menu_outer.slide .mobile_menu li.active>.submenu {
  right: 0;
}
.sm_menu_outer .mobile_menu li {
  list-style-type: none;
  border-bottom: 0.5px solid #fff;
  
}
.sm_menu_outer.slide .mobile_menu li.hasChild>a {
  /*background: url("../images/next.png") no-repeat scroll 95% center / 5% auto;*/
}
/*Hamburger Animation */
#sm_menu_ham {
  cursor: pointer;
  float: right;
  height: 25px;
  position: fixed;
  right: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 30px;
  top: 15px;
  right: 15px;
  z-index: 9999;
}
#sm_menu_ham span {
  background-color: #FFFFFF;
  border-radius: 5px;
  display: block;
  height: 2px;
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  width: 30px;
}
#sm_menu_ham span:nth-child(1) {
  top: 0;
}
#sm_menu_ham span:nth-child(2),
#sm_menu_ham span:nth-child(3) {
  top: 10px;
}
#sm_menu_ham span:nth-child(4) {
  top: 20px;
}
#sm_menu_ham.open span:nth-child(1) {
  left: 50%;
  top: 18px;
  width: 0;
}
#sm_menu_ham.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sm_menu_ham.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#sm_menu_ham.open span:nth-child(4) {
  left: 50%;
  top: 18px;
  width: 0;
}
.sm_menu_outer.accordion .mobile_menu .submenu, .sm_menu_outer.accordion .mobile_menu li.hasChild ul.submenu {
  display: none;
}
.sm_menu_outer.accordion .mobile_menu .hasChild > .submenu li {
  padding-left: 20px;
}
.sm_menu_outer.accordion .mobile_menu li.active > .submenu {
  right: auto;
}
.sm_menu_outer.accordion .mobile_menu li.hasChild > a {
  position: relative;
}
.sm_menu_outer.accordion .mobile_menu li.hasChild>a::before {
  position: absolute;
  content: '';
  background: url("../images/next.png") no-repeat scroll 50% center / 60% auto;
  right: 0;
  top: 20px;
  width: 40px;
  height: 25px;
  transition: all 0.19s ease;
}
.sm_menu_outer.accordion .mobile_menu li.hasChild.active>a::before {
  transform: rotate(89deg);
  transition: all 0.19s ease;
}
@media (min-width: 1024px) {
  #sm_menu_ham,
  .sm_menu_outer {
    display: none;
  }
}
.sm_menu_outer.accordion li {
  display: block;
}
