/*
Theme Name: klinldvorets
*/

/* NULL */

HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
SUP, SUB {line-height: 1px;}
BODY {line-height: 1;}
UL {list-style: none;}
:focus {outline: 0;}
INS {text-decoration: none;}
DEL {text-decoration: line-through;}
input::-moz-focus-inner {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, .block {display: block;}
audio, canvas, video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}

[hidden] {display: none;}
.none, .hidden, .on980, .on760, .on320, .only980, .only760 {display: none;}

.clear, .clr {clear: both;}
hr.clear, hr.clr {padding: 0;margin: 0;height: 1px;overflow: hidden;border: 0;}
.clearfix:before, .clearfix:after, .clf:before, .clf:after {content: " ";display: table;}
.clearfix:after, .clf:after {clear: both;}
.clearfix, .clf {*zoom: 1;}

.alignright, .right { float: right; }
.alignleft, .left { float: left; }
.center { text-align: center; }
.centered, .aligncenter {
	display: block;
	margin: 0 auto;
	}

img.alignright, img.right {
	margin: 0 0 7px 20px;
	display: inline;
	}
img.alignleft, img.left {
	margin: 0 20px 7px 0;
	display: inline;
	}
a img {
	border: none;
	}
img {
	max-width: 100%;
	}

.entry img {
	height: auto;
	}

/* END NULL */


/* BASE */

body {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-family: "Fira Sans", serif;
	background: linear-gradient(90deg, #000000,#172438,#070e18);
	text-align: center;
	}

.wrap {
	width: 1170px;
	margin: 0 auto;
	text-align: left;
	}

input, textarea {
	color: #332a22;
	font-size: 16px;
	line-height: 20px;
	font-family: "Fira Sans", serif;
	}

a {
	color: #eda4ff;
	text-decoration: underline;
	transition: all 0.3s 0.02s ease;
	}

a:hover {
	color: #eda4ff;
	text-decoration: none;
	}

p, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title, .entry table, .entry form, .entry ul, .entry ol, .entry hr, blockquote {
	margin: 0 0 30px 0;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
	color: #fff;
	font-weight: bold;
	}
h1, .h1, .title{
	font-size: 32px;
	line-height: 36px;
	}
h2, .h2{
	font-size: 28px;
	line-height: 32px;
	}
h3, .h3{
	font-size: 26px;
	line-height: 30px;
	}
h4, .h4{
	font-size: 24px;
	line-height: 28px;
	}
h5, .h5{
	font-size: 22px;
	line-height: 26px;
	}
h6, .h6{
	font-size: 20px;
	line-height: 24px;
	}

.black{
	color: #000;
	}
.white{
	color: #fff;
	}
.grey{
	color: #808080;
	}
.green{
	color: #34c924;
	}
.red{
	color: #ff0000;
	}
.orange{
	color: #ffa500;
	}
.yellow{
	color: #ffff00;
	}
.blue{
	color: #0000ff;
	}
.purple{
	color: #8b00ff;
	}
.pink{
	color: #ffc0cb;
	}


.table, .entry table {
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #959596;
	border-left: 1px solid #959596;
	}

.table tr th, .entry table tr th{
	border-bottom: 1px solid #959596;
	border-right: 1px solid #959596;
	background: #f4f4f4;
	padding: 8px 10px;
	}

.table tr td, .entry table tr td{
	border-bottom: 1px solid #959596;
	border-right: 1px solid #959596;
	padding: 8px 10px;
	}

.entry table.nobord, .entry table.nobord tr th, .entry table.nobord tr td {
	border: 0;
	padding: 0;
	background: none;
	}

.entry ul, ul.list {
	padding: 0 0 0 20px;
	list-style: none;
	}

.entry ol, ol.list {
	padding: 0 0 0 25px;
	list-style: none;
	}

.entry ul ul, .entry ol ol, .entry ol ul, .entry ul ol, ul.list ul, ol.list ol, ol.list ul, ul.list ol {
	margin: 5px 0 0 0;
	}

.entry ol > li, ol.list > li {
	margin: 7px 0 7px 10px;
	list-style: decimal outside;
	}

.entry ul > li, ul.list > li {
	margin: 7px 0 7px 10px;
	list-style-type: disc;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
blockquote {
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.grid {
	clear: both;
	*zoom: 1;
	}
.grid:after {
	content: "";
	display: table;
	clear: both;
	}
[class*='col-'] {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px 0 0;
	}
.col-1-8 {
	width: 12.5%;
	}
.col-1-4 {
	width: 25%;
	}
.col-1-3 {
	width: 33.33%;
	}
.col-1-2 {
	width: 50%;
	}
.col-2-3 {
	width: 66.66%;
	}

/* END BASE */


/* FORM */

.form_line{
	padding: 0 0 15px 0;
	}

.lab{
	display: block;
	padding: 0 0 2px 0;
	}

.inp{
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	-webkit-appearance: none;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	}

.ta{
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	-webkit-appearance: none;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	vertical-align: bottom;
	}

.form_sub {
	position: relative;
	}

.btn {
	display: inline-block;
	box-sizing: border-box;
	min-height: 40px;
	padding: 10px 20px;
	border: 1px solid #57b64d;
	background: #57b64d;
	border-radius: 5px;
	transition: all 0.3s 0.02s ease;
	-webkit-appearance: none;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	}

.btn:hover{
	border-color: #ca2a3c;
	background-color: #ca2a3c;
	color: #fff;
	text-decoration: none;
	}

.form_sub .ajax-loader {
	position: absolute;
	top: -5px;
	right: -5px;
	}

/* END FORM */


/* HEADER */




header {
	padding: 15px 10px;
	}

.header_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}

.logo{
	width: 230px;
	margin: 0 auto;
	}
.logo img{
	vertical-align: bottom;
	transition: all 0.3s 0.02s ease;
	}
.logo a:hover img{
	transform: scale(0.87);
	}
	
	

.menushka{
    background: rgb(255 255 255 / 10%);
	border-radius: 7px;
	}
.menushka_kont{
	}
.menushka_kont ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	}
.menushka_kont li{
	display:block;
	line-height: 46px;
	position:relative;
	padding: 0 0 0 2px;
	}
.menushka_kont li:first-child{
	padding: 0 0 0 0;
	}
.menushka_kont li a{
	display:block;
	padding: 0 10px 0 10px;
	height: 46px;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	font-weight: 500;
	}
.menushka_kont li a:hover, .menushka_kont li.current-menu-item a{
	background: #eda4ff;
	color: #000;
	}
	
	


.menushka_but{
	position: relative;
	display: none;
	clear:both;
	margin: 0 20px 0 auto;
	padding: 0 0 0 0;
	width: 30px;
    height: 15px;
	cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	}
.menushka_but_a{
	display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	}
.menushka_but2{
	top: 6px;
    background: #fff;
	}
.menushka_but3{
	top: 12px;
    background: #fff;
	}


.menushka_but_active{
	position: relative;
	}
.menushka_but_active .menushka_but1{
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
    background: #fff;
	}
.menushka_but_active .menushka_but2{
	opacity: 0;
	}
.menushka_but_active .menushka_but3{
	-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px;
    opacity: 1;
    background: #fff;
	}		
	
	
/* END HEADER */



/* HOME */



.top_slider{
	overflow:hidden;
	height: 500px;
	}
.top_slider_one{
	height: 500px;
	position:relative;
	}
.top_slider_one_nac{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	}
.top_slider_one_cont{
	position:absolute;
	z-index:999;
	top: 50%;
	left: 50%;
	width: 800px;
	transform: translateX(-50%) translateY(-50%);
	box-sizing:border-box;
	padding: 30px 20px;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 7px;
	text-align: center;
	}
.ts_zag{
	color: #fff;
	font-size: 32px;
	line-height: 36px;
    font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	}
.ts_data{
	color: #ffffff;
	font-size: 16px;
	line-height: 22px;
    font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 20px 0;
	}
.ts_text{
	color: #ffffff;
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 20px 0;
	}	
.ts_sub{
	max-width: 220px;
	margin: 0 auto;
	}
.ts_sub a{
	display: block;
	height: 40px;
	width: 100%;
	background: #4a00ff;
	box-sizing:border-box;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	text-decoration: none;
	font-weight: bold;
	text-align:center;
	letter-spacing: 1px;
    border-radius: 6px;
	}	
.ts_sub a:hover{
	background: #9a9e2f;
	}

.ts_rating{
	display: flex;	
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	margin: 0 0 20px 0;
	}	
.ts_rating span {
	font-size: 22px;
	color: #cccccc;
	font-weight: bold;
	margin: 0 3px 0 3px;
	}	
.ts_rating span.active{
	color: #ffd700;
	}

	

ul.slick-dots{
	position:absolute;
	z-index: 2;
	bottom: 30px;
	left: 0;
	text-align:center;
	width: 100%;
	}
ul.slick-dots li{
	display: inline-block;
	padding: 4px;
	margin: 0 3px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	cursor: pointer;
	box-sizing:border-box;
	transition: all 0.3s 0.02s ease;
	}
ul.slick-dots li button{
	display: block;
	padding:0;
	margin: 0;
	width: 12px; 
	height: 12px;
	background: #fff;
	border: 0; 
	border-radius: 50%;
	text-indent: -9999px;
	transition: all 0.3s 0.02s ease;
	cursor: pointer;
	}
ul.slick-dots li.slick-active button, ul.slick-dots li:hover button{
	background: #dc1d1d;
	}	
ul.slick-dots li.slick-active, ul.slick-dots li:hover{
	background: #fff;
	}	




.glav_bg{
	padding: 20px 0;
	}


.glav_kont{
	float: left;
	width: 830px;
	margin: 0 0 30px 0;
	padding: 20px 10px;
    background: rgb(255 255 255 / 10%);
	box-sizing: border-box;
	border-radius: 6px;
	}
.glav_kont_zag{
	font-size: 25px;
	line-height: 28px;
	color: #fff;
    font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 35px 0;
	}
	
	
.glav_kont_nav{
	float: right;
	width: 300px;
	margin: 0 0 30px 0;
	}
.widget{
    background: rgb(255 255 255 / 10%);
	box-sizing: border-box;
	border-radius: 6px;
	padding: 15px 0 10px 0;
	margin: 0 0 20px 0;
	}
.widget_title{
	width: 280px;
	border-bottom: 1px dashed #fff;
	margin: 0 auto 10px auto;
	padding: 0 0 10px 0;
	font-size: 22px;
	line-height: 22px;
	color: #fff;
    font-weight: bold;
	text-align:center;
	}
.nav_left{
	}
.nav_left li{
	display:block;
	margin: 0 0 1px 0;
	}
.nav_left li a{
	display:block;
	padding: 10px 0 10px 40px;
	background: url('images/left_plus.svg') no-repeat 5px center;
	background-size: 30px auto;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	line-height: 20px;
	text-decoration: none;
	}
.nav_left li a:hover, .nav_left li.current-menu-item a{
	background-color: rgb(0 0 0 / 20%);
	background-size: 36px auto;
	color: #fff;
	}


.s_tags{
	padding: 0 20px;
	}	
.s_tags a{
	display: inline-block;
	height: 26px;
	box-sizing: border-box;
	background-color: transparent;
	border: 1px solid #9a9e2f;
	padding: 0 12px;
	margin: 0 6px 8px 0;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
	}
.s_tags a:hover{
	background-color: #9a9e2f;
	color: #fff;
	}

.pravo_item{
	background-color: rgb(0 0 0 / 20%);
	margin: 0 5px 20px 5px;
	padding: 10px;
	border-radius: 7px;
	text-align: center;
	transition: all 0.3s 0.02s ease;
	}
.pravo_item:hover{
    background: rgb(0 0 0 /40%);
	}
.pravo_item_i{
	margin: 0 0 7px 0;
	}
.pravo_item_i img{
	border-radius: 7px;
	vertical-align: bottom;
	}
.pravo_item_t{
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	}
.pravo_item_t a{
	color: #fff;
	text-decoration: none;
	}
.pravo_item_t a:hover{
	color: #eda4ff;
	}
.pravo_item_d{
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	font-weight: bold;
	margin: 0 0 5px 0;
	}

.novue_postu{
	padding: 0 0 25px 0;
	}
.novue_title{
	text-align:center;
	margin: 0 0 42px 0;
	}
.novue_title_t{
	font-size: 17px;
	line-height: 20px;
	color: #5c4c3f;
    font-weight: 300;
	}
.novue_title_w .novue_title_t{
	color: #fff;
	}
.novue_title_c{
	font-size: 32px;
	line-height: 36px;
	color: #fff;
    font-weight: bold;
	vertical-align: middle;
	margin: 0 0 18px 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	}
.novue_title_w .novue_title_c{
	color: #fff;
	}
.novue_title_c:before{
	content: "";
	display:inline-block;
	vertical-align: middle;
	width: 8px; 
	height: 14px; 
	border-radius: 5px;
	background: #eda4ff;
	margin: 0 14px 0 0;
	}
.novue_title_c:after{
	content: "";
	display:inline-block;
	vertical-align: middle;
	width: 8px; 
	height: 14px; 
	border-radius: 5px;
	background: #eda4ff;
	margin: 0 0 0 14px;
	}
.novue_title a{
	font-size: 16px;
	line-height: 20px;
	color: #dc1d1d;
    font-weight: 400;
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
.novue_title a:hover{
	text-decoration: underline;
	}

.novue_postu_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}
.novue_item{
	width: 260px;
	margin: 0 10px 30px 10px;
    background: rgb(255 255 255 / 10%);
    box-shadow: 0 5px 12px rgb(0 0 0 / 15%);
	border-radius: 6px;
	transition: all 0.3s 0.02s ease;
	}
.novue_item:hover{
    background: rgb(0 0 0 / 20%);
	}
.novue_item_img{
	}
.novue_item_img img{
	border-radius: 6px 6px 0 0;
	vertical-align: bottom;
	}
.novue_item_info{
	box-sizing:border-box;
	padding: 10px 10px 10px 10px;
	text-align:center;
	}
.novue_item_zag{
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	margin: 0 0 10px 0;
	}
.novue_item_zag a{
	color: #fff;
	text-decoration: none;
	}
.novue_item_zag a:hover{
	color: #eda4ff;
	}
.novue_item_data{
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	font-weight: bold;
	}
.novue_item_cont{
	margin: 0 0 15px 0;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	}
.novue_item_sub{
	max-width: 200px;
	margin: 0 auto;
	}



.m_breadcrumbs{
    padding: 8px;
    background: rgb(255 255 255 / 15%);
    box-sizing: border-box;
    border-radius: 6px;
	margin: 0 0 20px 0;
	font-size: 12px;
	line-height: 100%;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	}
.m_breadcrumbs a{
	color: #fff;
	}
.m_breadcrumbs a:hover{
	color: #eda4ff;
	}

.vnutr_fon_t{
    margin: 0 0 30px 0;
    padding: 20px 10px;
    background: rgb(255 255 255 / 10%);
    box-sizing: border-box;
    border-radius: 6px;
	}


.bot_nav{
	background-color: #303641;
	background-image: 
		linear-gradient(135deg, rgba(0,0,0, 0.2) 0%, rgba(0,0,0, 0.1) 25%, rgba(0,0,0, 0.2) 50%, rgba(0,0,0, 0.1) 75%, rgba(0,0,0, 0.2) 100%), 
		linear-gradient(90deg, #192129, #303641, #484e57);
	background-size: 8px 8px, 100%;
	}
footer{
    background: rgb(255 255 255 / 10%);
	padding: 20px 0;
	border-radius: 7px 7px 0 0;
	}

.nizlogotip{
	width: 200px;
	margin: 0 auto 20px auto;
	}
.nizlogotip img{
	vertical-align:bottom;
	}
.copu{
	line-height: 12px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); 
	}


.nav_bot ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	}
.nav_bot li{
	display:block;
	line-height: 56px;
	position:relative;
	padding: 0 0 0 1px;
	}
.nav_bot li:first-child{
	padding: 0 0 0 0;
	}
.nav_bot li:before{
	content: "";
	display:block;
	position:absolute;
	z-index:1;
	top: 50%;
	left:0;
	transform:translateY(-50%);
	height: 25px;
	border-left: 1px dotted #fff; 
	}
.nav_bot li:first-child:before{
	display: none;
	}
.nav_bot li a{
	display:block;
	padding: 0 15px 0 15px;
	height: 56px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	}
.nav_bot li a:hover, .nav_bot li.current-menu-item a{
	background: #c28b55;
	}



/* END HOME */


/* COMMENTS */

.comments_list li {
	padding: 15px;
	margin: 0 0 15px 0;
	border: 1px solid #ddd;
	background: #f8f8f8;
	}

.comments_list li li {
	margin: 15px 0 0 0;
	}

.comments_list li.thread-even {
	background: #fff; 
	} 

.comments_list .even {
	background: #fff; 
	}

.comments_list .alt {
	background: #f8f8f8; 
	}

.comment_ava{
	float: left;
	padding: 0 10px 0 0;
	}

.comment_top{
	padding: 0 0 10px 0;
	}

.comment_a{
	font-weight: bold;
	}

.comment_d{
	font-style: italic;
	}

.comment_repl{
	text-align: right;
	}

#respond{
	padding: 15px;
	border: 1px solid #ddd;
	background: #eee;
	margin: 0 0 15px 0;
	}

.comments_list #respond{
	margin: 0 15px 15px 15px;
	}

#cancel-comment-reply-link{
	display: inline-block;
	margin: 0 0 15px 0;
	}

/* END COMMENTS */


/* WP OTHER */

.wp-caption {
	box-sizing: border-box;
	max-width: 100%;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px;
	margin: 10px;
	border-radius: 3px;
	}

.wp-caption img {
	max-width: 100%;
	height: auto;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}

.wpcf7-not-valid { 
	border-color: #ad2929 !important;
	color: #ad2929; 
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
	}

/* Базовые стили меню */
.menushka_kont .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.menushka_kont .menu li {
    position: relative;
}

/* Подменю (по умолчанию скрыто) */
.menushka_kont .menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    z-index: 999;
}

.menushka_kont .menu .sub-menu li {
    display: block;
    white-space: nowrap;
    padding: 10px 15px;
}

.menushka_kont .menu .sub-menu li a {
    text-decoration: none;
    color: #333;
}

/* Показываем подменю при наведении */
.menushka_kont .menu li:hover > .sub-menu {
    display: block;
}

/* Стиль для мобильного меню */
@media screen and (max-width: 768px) {
    .menushka_kont .menu {
        display: block;
    }
    
    .menushka_kont .menu .sub-menu {
        position: static;
        display: none;
    }
    
    .menushka_kont .menu li:hover > .sub-menu {
        display: block;
    }
}

.menushka_kont .menu .sub-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
}

.menushka_kont .menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}



/* END WP OTHER */