/*
Theme Name:Dark
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
  
/* Basic
-----------------------------------------------------------------------------*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }



* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px; line-height: 24px;
	height: 100%;
	background: #fff;
	color: #fff;
	overflow: visible !important;
	background-image: url(images/bg.gif);
	background-color: #000;
	
}

 
.wrapper {
	width: 100%;
	min-width: 320px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	z-index: 5;
}

.monkey {position: fixed; top: 150px; height: 700px; width: auto; opacity: 0.1}
.monkey_left {left: 0px}
.monkey_right {right: 0px;}

a {color: #fff;; text-decoration: underline} 
a:hover {color: #c3f502 !important; text-decoration: underline}

a,button {-webkit-transition: all 0.3s; transition: all 0.3s;}


@media (min-width: 1400px){
.container {
    max-width: 1330px;
}
}

 /* Header
-----------------------------------------------------------------------------*/
.header {
	height: auto;
	 
	
	border-bottom: 0px solid #ddd;
	padding: 15px 0px;
	background: #1f1f1f;
	 
}
 
/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 30px 0 0px;
}

 
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: 0px auto 0;
	min-width: 320px;
	height: auto;
	min-height: 100px;
	color: #fff;
	background: #333;
	position: relative;
	padding: 40px 0px;
	 
}

button, input, textarea {outline: none}
button:focus, input:focus, textarea:focus {outline: none}

 .banners {max-width: 100%; height: auto;}
 .left_banners {margin-bottom: 20px;}
a.logo {font-size: 22px; line-height: 20px; font-weight: bold; text-decoration: none; display: flex; min-height: 100%; position: relative; align-items: center; justify-content: flex-start; color: #c3f502}
a.logo:hover{opacity: 0.6; text-decoration: none}
a.logo img {width: 66px; height: 100%; display: block; margin-right: 10px;}
.top_line {display: flex; align-items: center; justify-content: flex-start;  padding: 15px 0px}
.top_line_right {display: flex; margin-left: auto; align-items: center; justify-content: flex-end}

.top_line a {font-size: 14px; line-height: 14px; color: #fff; text-decoration: none;}
.top_line a:hover {color: #fff; text-decoration: none}

.top_line_right span {color: #fff; font-size: 14px; line-height: 14px;}
.login_link {border-right: 1px solid rgba(255, 255, 255, 0.2); margin-right: 20px; padding-right: 20px; cursor: pointer}
.logo_line_wrapper {  position: relative; z-index: 3}
.logo_line { display: flex; align-items: center; justify-content: flex-start; padding: 10px 50px; background: #fff}

.top_menu {padding: 0px; margin: 0px; display: flex; align-items: center; justify-content: flex-start}
.top_menu li {display: block;}
.top_menu li a {display: flex; align-items: center; justify-content: center;   text-transform: uppercase; color: #fff; padding: 0px 10px; font-weight: 600}
.top_menu li.current-menu-item a {color: #00d8ff}
.top_menu li a:hover {text-decoration: none; color: #00d8ff; }

.mobile_menu {display: none}
.openmenu {display: none}
a.up {position: fixed; right: 30px; bottom: 50px; display: flex; width: 50px; height: 50px; background: rgba(0,0,0,0.6); align-items: center; justify-content: center; z-index: 100; display: none; color: #fff; font-size: 40px; text-decoration: none}


.bar {position: relative;}
.tax_image {position: absolute; left: 0px; top: 0px; width: 32px; height: 32px;object-fit: contain; }
.bar_block {
    background: #333;
    border: 1px solid #444040;
    padding: 10px;
    min-height: 50px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 1px 1px 9px 5px #0000006b;
}
.bar_block b {display: block; margin-bottom: 5px;}
.dark_container {background: #1f1f1f; padding-top: 15px; padding-bottom: 15px;}

.catalog_ul {padding: 0px; margin: 0px; display: flex; flex-wrap: wrap}
.catalog_ul li {display: block; min-width: 50%; width: 50%}
.catalog_ul li a{display: flex; align-items: center; justify-content: flex-start; padding: 5px; background: #000; color: #fff; text-decoration: none; border: 1px solid #4d4d4d; font-size: 11px; line-height: 14px;}
.catalog_ul li a:hover{background: #666}
.catalog_ul li a img {width: 25px; min-width: 25px; height: 25px; margin-right: 10px;}
.catalog_ul li a img:hover {opacity: 0.6}

.catalog_ul_right {display: block; padding: 0px; margin: 0px}
.catalog_ul_right li {display: block; }
.catalog_ul_right li a{display: flex; align-items: center; justify-content: flex-start; padding: 5px; background: #000; color: #fff; text-decoration: none; border: 1px solid #4d4d4d; font-size: 12px; line-height: 14px;}
.catalog_ul_right li a:hover{background: #666}

.catalog_ul li a.active, .catalog_ul_right li a.active{background: #666}

.breadcrumbs {margin-bottom: 20px; font-size: 13px; line-height: 18px;}
.carousel .owl-dots {display: flex; align-items: center; justify-content: center;}
.carousel .owl-dots button.owl-dot {width: 10px; height: 10px; background: #fff; border-radius: 50%; margin: 3px; }
.carousel .owl-dots button.owl-dot.active {background: #ff0000}

.video {padding: 50px 0px; display: flex; align-items: center; justify-content: center;}
 
.banner {height: 300px; background-size: cover; background-position: center center} 
 
.half {background: rgba(0,0,0,0.6); position: absolute; left: 0px; bottom: 0px; padding: 30px; width: 100%}
.block_title {font-size: 24px; line-height: 32px;} 

.half_footer {padding-top: 10px; font-size: 13px; display: flex; align-items: flex-start; justify-content: flex-start}
.half_footer a {color: #999}
.half_footer_right {margin-left: auto;  padding-left: 30px; color: #999;font-size: 13px;  }

.pagination {padding: 20px 0px;}
.pagination span, .pagination a {padding: 5px 10px; font-size: 18px; line-height: 20px; border: 1px solid #4d4d4d; margin: 3px; text-decoration: none;}
.pagination span, .pagination a:hover {background: #666; color: #fff; text-decoration: none}
a.full_link {cursor: pointer; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 2; position: absolute;}
.half_footers {padding: 0px 0px 20px 0px; display: flex; align-items: flex-start;font-size: 13px;}

 .half_footers a {color: #999}

.top_social {display: flex; align-items: center; justify-content: flex-end; min-height: 100%}
.top_social a {margin-right: 20px;}

.myform {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}
.myform fieldset {position: relative; padding: 0px 40px 0px 0px; display: block; width: 100%}
.myform input {border: 1px solid #4d4d4d; font-size: 14px; background: #000; display: block; width: 100%; height: 40px; padding: 5px 10px; color: #fff}
.myform button {width: 40px; height: 40px; border: 1px solid #4d4d4d; color: #4d4d4d; position: absolute; right: 0px; top: 0px; background: #000}
.myform button img {width: 16px; height: auto;}

.f_menu {display: flex; align-items: center; justify-content: center; padding: 0px; margin: 0px 20px; }
.f_menu li {display: block; margin: 0px 10px;}
.f_menu li a {font-size: 14px; line-height: 20px; color: #999;}

.small_block {height: 250px; position: relative; background-size: cover; background-position: center center; padding: 20px}
.small_half {background: rgba(0,0,0,0.6); padding: 20px; bottom: 0px; left: 0px; width: 100%; position: absolute;}
.small_block a {position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 100; }
.small_block:hover {opacity: 0.6}

.img_taxes {display: flex; flex-wrap: wrap}
.img_taxes a {min-width: 32px; width: 32px; height: 32px; border: 1px solid #4d4d4d; margin: 3px;}
.img_taxes a img {max-width: 100%; height: auto;  border-radius: 3px;}

.ul_taxes {display: block; padding: 0px; margin: 0px 0px 20px 0px;}
.ul_taxes li {display: block; margin-bottom: 5px;}
.ul_taxes>li{position: relative; padding-left: 15px;}
.ul_taxes>li:before{width: 8px; height: 8px; background: #c3f502; border-radius: 50%; position: absolute; left: 0px; top: 8px; content: ''}

.ul_taxes li a {font-weight: bold; text-transform: uppercase; text-decoration: none; font-size: 15px;}
.ul_taxes li ul {margin-left: 3px; margin-top: 5px; margin-bottom: 5px;  line-height: 18px;  text-decoration: none; color: red}
.ul_taxes li ul>li>a { font-size: 12px;}
.ul_taxes li ul>li {position: relative; padding-left: 15px;}
.ul_taxes li ul>li:before{width: 0;
height: 0;
border-style: solid;
border-width: 4.5px 0 4.5px 6px;
border-color: transparent transparent transparent #c3f502;
content: '';
position: absolute;
left: 0px; top: 4px;

}

a.telegram {text-decoration: none; font-weight: bold; display: flex; align-items: center; justify-content: center; height: 50px; border-radius: 25px; background: #2bb6f6; color: #fff !important; font-size: 14px;}

a.telegram:hover {
    transform: perspective(500px) rotateY(15deg);
    text-shadow: -6px 3px 2px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 0 0 5px rgba(0, 0, 0, 0.2);
}



a.telegram:hover::before {
    left: 100%;
}
 
.t_menu {display: flex; height: 100%; align-items: center; justify-content: flex-end; flex-wrap: wrap}
.t_menu li {display: block; margin-right: 14px;}
.t_menu li a {color: #fff; font-size: 14px; line-height: 24px; text-decoration: none; font-weight: 600}
.t_menu li a:hover {color: red}

a.last_articles{display: block; margin-bottom: 10px; font-weight: 600; text-decoration: none; font-size: 13px; line-height: 18px; position: relative; padding-left: 15px; }
a.last_articles:before {width: 8px; height: 8px; background: #c3f502; border-radius: 50%; position: absolute; left: 0px; top: 6px; content: ''}
a.tag-cloud-link {text-decoration: none}

.col_side{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0px 15px;
    border: 0px solid red;
}
.col_center{
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0px 15px;
    border: 0px solid red;
}


.tag_wrapper {display: inline-block; padding: 4px 10px; border-radius: 3px; background: #c3f502; color: #333; font-size: 12px; line-height: 12px; font-weight: 600; border: 1px solid #c3f502; margin-right: 4px;}
.term_links a {display: inline-block; padding: 4px 10px; border-radius: 3px;border: 1px solid #fff;font-size: 12px; line-height: 12px; text-decoration: none; font-weight: 600; color: #fff;margin-right: 4px; }
.term_links a:hover {background: #c3f502; color: #333 !important; border-color: #c3f502}
 
.p7 {padding: 0px 5px 0px 5px; margin-bottom: 10px;}

.nav-links {display: flex; align-items: center; justify-content: flex-start; padding: 30px 0px; flex-wrap: wrap}
.nav-links .nav-previous,.nav-links .nav-next  {min-width: 50%; width: 50%}
.nav-links .nav-previous {padding-right: 30px; padding-left: 25px; position: relative}
.nav-links .nav-previous .dashicons {position: absolute; left: 0px; top: 2px; }
.nav-links .nav-next .dashicons {position: absolute; right: 0px; top: 2px; }
.nav-links .nav-next {margin-left: auto; text-align: right; padding-left: 30px; padding-right: 25px; position: relative}
.nav-links a {text-decoration: none;}

.footer_line {display: flex; align-items: center; justify-content: center; font-size: 14px; color: #999;}


a.totop.active {
    opacity: 1;
}

a.totop {
    background: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 0%;
    border: 1px solid #666;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 5;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none
}





@media (min-width: 1200px) {

}

 
@media (min-width: 992px) and (max-width: 1199px) {

}

 
@media (min-width: 768px) and (max-width: 991px) {

}

 
@media (max-width: 991px) {
.openmenu {display: block;  border: transparent; background: transparent}
.mobile_menu .footer_menu li a {color: #fff; font-size: 24px; margin-bottom: 20px; display: block;} 
.mobile_menu .footer_menu {padding: 40px 30px }
.mobile_menu .hed {  padding: 0px 0px 20px 0px; color: #fff; cursor: pointer}
.mobile_menu {display: block;}
.mobile_menu {background-image: url(images/bg.gif); background-color: #000; padding: 0px 0px 0px 0px; position: fixed; left: 0px; top: 0px; width: 100%; max-width: 500px; height: 100%; overflow-y: auto; z-index: 100000; display: block; -webkit-transition: all 0.3s; transition: all 0.3s; margin-left: -120%; padding: 30px 30px 30px 30px; overflow-y: auto} 
.mobile_menu.active {margin-left: 0px;} 

a.logo {margin-bottom: 20px; justify-content: center}
.openmenu {margin-right: auto}
.myform {margin-bottom: 20px;}
.catalog_ul li {min-width: 100%; width: 100%}

.mycollapse_wrapper { margin-bottom: 30px;}
.mycollapse_wrapper a.open_collapse {display: block; font-weight: 600; text-decoration: none; line-height: 24px; font-size: 24px; position: relative; margin-bottom: 20px;}
.mycollapse_wrapper a.open_collapse:hover {color: #fff; text-decoration: none;}
.mycollapse_wrapper a.open_collapse:after {position: absolute; content: '+'; color: #fff; right: 0px; top:0px; }
.mycollapse_wrapper .mycollapse {height: 0px; overflow: auto; opacity: 0; -webkit-transition: all 0.3s; transition: all 0.3s;}

.mycollapse_wrapper.active a.open_collapse:after{content: '-'}
.mycollapse_wrapper.active .mycollapse {height: auto; opacity: 1}

.top_soc a{margin-right: 20px;}

.footer_men {display: block; margin: 0px; padding: 0px; margin-bottom: 50px;}
.footer_men li {display: block; margin-bottom: 20px; }
.footer_men li a {display: block; font-weight: 600; text-decoration: none; line-height: 24px; font-size: 24px; position: relative; margin-bottom: 0px;}
.nomobile {display: none}
.t_menu{display: none}
.openmenu {position: absolute; left: 20px; top: 20px; z-index: 1000}

.select_block {margin-bottom: 20px;}
.select_block h4 {font-weight: 600}

h1, h1 {
    font-size: 30px;
}
.h3, h3 {
    font-size: 24px;
}


.select_block select {width: 100%; display: block; height: 42px; background: #000; border: 1px solid #EBEBEB; border-radius: 50px; margin-left: auto; padding: 0px 14px; color: #fff; font-size: 15px; line-height: 140%;
 -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;	
background-image: url('/wp-content/themes/myset/images/select.svg');
background-repeat: no-repeat;
background-position: calc(100% - 15px) 50%;	
outline: none;
font-weight: 400;	
}

.col_side, .col_center {min-width: 100%; width: 100%}
.monkey {display: none}

.f_menu{display: block; margin: 0px; padding: 0px;}
.footer_line {display: block; padding: 0px 20px;}



}
 
/* IT!  2023-03-13 */
img[class*='wp-image-'] {
    max-width: 100%;
    height: auto;
}
p:has(>.aligncenter):before,
p:has(>.aligncenter):after,
.video-container:before,
.video-container:after {
    content: "";
    display: table;
    clear: both;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: 0;
    overflow: hidden;
    margin-bottom: 1rem;
}
.video-container iframe, 
.video-container object, 
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
	width: 100% !important;
	height: 100% !important;
}
.mejs-container {
	padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
	max-width: 100% !important;
}
video.wp-video-shortcode {
	position: relative;
}
.mejs-mediaelement {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.mejs-controls {
	display: none;
}
.mejs-overlay-play {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto !important;
	height: auto !important;
}

.col_center .bar_block {
    word-wrap: break-word;
    overflow-wrap: anywhere;
    overflow: hidden;
}

#download_link_block {
    display: block;
    cursor: pointer;
}
#download_link_block > span {
    display: block;
}

/* 2023-06-20 */
.it_two_comumns .it_excerpt {
    display: none;
}
@media (min-width: 990px) {
    .it_two_comumns {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .it_two_comumns .bar {
        width: 49%;
    }
    .it_two_comumns .banner {
        height: 400px;
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
    }
    .it_two_comumns .it_excerpt {
        display: block;
        font-size: 80%;
        line-height: 1.2em;
        padding: 10px 0 0;
        max-height: 95px;
    }
    .it_two_comumns .term_links {
        display: none;
    }
}
.half_footer_right {
    white-space: nowrap;
}
.program_table td:first-child {
    white-space: nowrap;
}
.program_table td {
    padding: 0 5px;
}
