/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 12 2024 | 13:09:13 */
html {
  scroll-behavior: smooth;
}

.entry-header, .comment-reply-title, .entry-bottom__header, .b-share__title{
	font-weight: 100;
	word-wrap: break-word;
}

.h2-navigation a{
	white-space: nowrap;
}

.widget_nav_menu ul li ul li a{
	color: #3d83be;
	margin: 0px 0px 0px 10px
	font-size: 90%;
}

.ztable {
  border-collapse: collapse; 
  width: 100%; 
  box-shadow: 0 2px 5px rgba(0,0,0,0.1); 
}

.ztable th, .ztable td {
  text-align: center; 
  padding: 10px; 
  border: 1px solid #ddd; 
}

code{
	border: 1px solid #e9e9e9;
    padding: 2px 2px 2px 5px;
    border-radius: 4px;
    font-size: 90%;
	white-space: nowrap;
}


mark {
    display: inline-flex;
    align-items: center;
    background-color: #e0f7e7;
    padding: 10px 5px 5px 10px !important;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    background: transparent !important;
	font-size: 90%;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

mark::before {
    content: url('https://freeprograms.pro/wp-content/uploads/alert.webp');
    display: inline-block;
    margin-right: 10px; 
    vertical-align: middle; 
}

mark a{
	display: contents;
}


.ztable tr:nth-child(even) {
  background-color: #f2f2f2; /* Светло-серый фон для четных строк */
}

.ztable tr:nth-child(odd) {
  background-color: #ffffff; 
}

.torquest{
	text-decoration: underline;
	color: #ff6600;
}

/* Стилизация при наведении на строку */
.ztable tr:hover {
  background-color: #1899D6; 
	color: white;
	transition: all 0.5s;
}


.main-navigation {
	margin-bottom: 35px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.b-share--post{
	border: 1px solid #f5f5f5;
}

.menu-pod-shapkoy-container{
	display: flex;
	justify-content: center;
}

.widget{
	background: white;
}

.entry-meta__tag{
	background: #ffffff;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	padding: 7px 7px 7px 7px;
    border-radius: 3px;
}

.entry-title{
	font-weight: 100;
	border: none;
}

.entry-title a{
	border: none;
}

.entry-title a:hover{
	border: none;
}

.post-card__image{
	background: transparent;
}

.h2-navigation {
	margin-right: 5px;
}

.site-branding{
	padding: 15px 60px 0px 0px;
	display: flex;
  align-items: center;
}

.site-title{
	font-weight: 100;
}

.h2-navigation ul li{
	list-style-type: none;
	font-size: 80%;
}

.h2-navigation a{
	font-size: 120%;
	color: #525252;
	transition: all 0.3s;
}

.h2-navigation a:hover{
	color: #303030;
	transition: all 0.3s;
}

.site-content{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 10px;
}

.site-footer{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	margin-top: 35px;
}


.mwindows {
  background-color: #1899D6;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  padding: 13px 16px;
  transform: translateZ(0);
  transition: filter .2s;
}

.mwindows:after {
  background-clip: padding-box;
  background-color: #1CB0F6;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  bottom: -4px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.mwindows:hover:not(:disabled) {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
	color: white;
}

.mwindows:disabled {
  cursor: auto;
}

.mwindows:active {
  border-width: 4px 0 0;
  background: none;
}

.dll {
  background-color: #1899D6;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  padding: 13px 16px;
  transform: translateZ(0);
  transition: filter .2s;
}

.dll:after {
  background-clip: padding-box;
  background-color: #1CB0F6;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  bottom: -4px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.dll:hover:not(:disabled) {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
	color: white;
}

.dll:disabled {
  cursor: auto;
}

.dll:active {
  border-width: 4px 0 0;
  background: none;
}

.main-navigation ul li a, .main-navigation ul li .removed-link{
	line-height: 0.4;
	padding: 12px 10px 12px 10px;
}

.taxonomy-description{
	background: transparent;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	border-radius: 10px;
	font-size: 110%;
}



.entry-image{
	display: flex;
    justify-content: center;
}

.widget_nav_menu ul li:before{
	content: "";
}

.widget_nav_menu ul li {
	color: #525252;
}

.widget_nav_menu ul li {
	color: #3d83be;
    vertical-align: middle;
    margin-right: 5px;
}




.post-card__image  img{
	border: 1px solid #f1f1f1;
}

#dll-name{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#dll-name-item{
	font-size: 90%;
    border: 1px solid #bbbbbb;
    padding: 2px 5px 2px 5px;
    border-radius: 3px;
    margin-right: 5px;
    margin-bottom: 5px;
}


.row{
	display: flex;
  align-items: center;
}

.row img{
    width: 15px;
    margin-right: 5px;
}

.row .fa-solid{
	margin-right: 5px;
}

.row img{
    width: 15px;
    margin-right: 5px;
}{
	display: flex;
  align-items: center;
}

.post-card__content{
	word-wrap: break-word;
}

.navbaz .fa-solid{
	margin-right: 5px;
}


