:root {
	--quizle-height: auto !important;
	--quizle-space: 3vw !important;
}

.quizle-body, .quizle-footer, .quizle-image-screen__container {
	padding: 40px;
}

.quizle-image-screen--img-position-left > *, .quizle-image-screen--img-position-right > * {
  max-height: unset !important;
}

.quizle-footer__step-description {
	display: none;
}



.grecaptcha-badge {
	display: none !important;
}

article a.button-slider.color {margin:0px;border: none; background: var(--mainColor); color: #fff;}
article a.button-slider.color:hover {border: none;background: var(--btnColor); color: #1f1f1f;}

/*body.logged-in.admin-bar .header._header-scroll {
 top: 28px;
}

body.logged-in.admin-bar .contacts {
	top: 79px;
}*/

.admin-bar header {
	top: 46px;
}

img.radius {
	border-radius: 12px;	
}

img.alignleft, img.alignright {
	display:block;
	margin-bottom: 20px;
	max-width: 100%;
	border-radius: 20px;
}

img.aligncenter {
	max-width: 100%;
	margin: 0 auto;
	display: block;
	border-radius: 20px;
}	

.su-posts-teaser-loop .su-post-thumbnail {
	height: auto !important;
}

.su-row {  
  margin-top: 40px;
}

.expert-review {  
  margin: 4em 0;
}

.mfp-title {
	display: none !important;
}

@media only screen and (max-width: 1023.98px) {
	
	
    /*body.logged-in.admin-bar .menu {top: 46px;}*/
	.wp-block-image .alignright, .wp-block-image .alignleft {float: unset;}
	
	.su-custom-gallery {
	flex-wrap: nowrap !important;
	overflow-x: scroll;
	scrollbar-width: thin;
	min-width: 320px;
	padding-bottom: 10px; 
}		
}

#wpadminbar {
  position: fixed !important;
}

.wpcf7-spinner {display:none !important;}





.moytop-portfolio p {font-size: medium;color: #6c6c6c;line-height: 1.6;}
.moytop-portfolio strong {color: #1f1f1f;font-size: x-large;}
.moytop-portfolio .sue-content-slide {
	border-radius: 20px;
	padding: 30px;
	margin-bottom: 30px;
	background: var(--btnColor);
}

.su-tabs.moytop-portfolio  {background: var(--btnColor) !important;border-radius: 6px !important;}
.moytop-portfolio .su-tabs-panes {margin-bottom:12px;}
.moytop-portfolio .su-tabs-nav {margin:12px 12px 0px 12px;font-weight: 500;}
.moytop-portfolio .su-tabs-pane {
	background: #fff;
	font-size: medium; 
	line-height: 1.5; 
	padding: 22px 28px 32px 28px;
	margin: 0px 12px 0px 12px;
	border-radius: 0px 4px 4px 4px;}
.moytop-portfolio .su-tabs-vertical {padding: 20px;}
.moytop-portfolio .su-tabs-nav span {font-size: 15px; border-radius: 4px 4px 0px 0px;}
  
.wpcf7 {padding-top: 20px;}


@media only screen and (min-width: 767.98px) {
	
	:root {
	--quizle-space: 1vw !important;
}

	
	img.alignleft {float: left; margin: 0px 33px 30px 0px;}
	img.alignright {float: right; margin-left: 0px 0px 30px 33px;}
}

.wrapper-category img {border-radius: 12px;}
.tags {margin-bottom: 10px;}
.tags a {padding: 6px 20px; background-color: #EDEEE9; color: var(--textColor);border-radius: 20px;margin: 0px 12px 0px 0px; font-size: 14px;}
.tags a:hover {background-color: var(--btnColor); color: #ffffff;}

img.border {border-radius: 20px;}


article .slide-main-slider__button {margin: 0;}





/* Таблицы */
 

article table, article table td {    
    border: none;
    border-collapse: collapse;
}

article table {	
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	min-width: 490px;
}

article tr {
	padding: 15px;
}

article td {
	padding: 10px 20px;	
}

article td img {
	display: inherit;
}

article table tr:nth-child(2n+1) td {
	background: rgba(0, 0, 0, .02);
}

article table tr:nth-child(1) {
	background: rgba(0, 0, 0, .05);
	font-weight: bold;
}

.table-responsive {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
  border: none;
}





/* Цитаты */
article blockquote {margin: 30px 50px 30px 50px;}

article blockquote {
    position: relative;
    font-size: 16px;
    margin: 16px 16px 46px 16px;
    border: 2px solid #337AB7;
    border-radius:20px;
    padding: 25px;
}
article blockquote::after {
    content:"";
    position: absolute;
    border: 2px solid #337AB7;
    border-radius: 0 50px 0 0;
    width: 40px;
    height: 40px;
    bottom: -40px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 2; 
    box-sizing: border-box;
} 
article blockquote::before {
    content:"";
    position: absolute;
    width: 80px;
    border: 6px solid #F6F7F9;
    bottom: -3px;
    left: 50px;
    z-index: 1;
}

.su-posts-teaser-loop .su-post-thumbnail {  
  width: 156px;
  height: 156px;
}

.su-service-title {
	line-height: 1.5 !important;
	min-height: auto !important;
}

.su-posts-teaser-loop h2.su-post-title {
	font-size: 1.4em;
}

.su-image-carousel-item-content img {  
  max-width: 600px !important;
	width: auto;
}

.su-note {
  margin: 2.5em 0 2.5em;
}

.su-custom-gallery-align-center {
  justify-content: flex-start;
}

@media (min-width: 1024px) {
	
	
.mtp__column_2 {
	column-count: 2;
}
	
.su-custom-gallery-align-center {
  justify-content: center;
}
	
article blockquote::before {
	border: 6px solid var(--backColor);
}


}


article .popup__title {font-weight: 500;}




 /* Списки */



/*

article ul > li {
  margin: 0 0 5px;
  list-style: outside;  
}

article ul li::marker {
  color: var(--mainColor);
} */


article ul {
  margin: 20px 20px 20px 10px;
}

article li {
  padding-left: 34px;
  position: relative;
  margin-bottom: 10px;
}


article ul li::before { 
  content: '';
  display: block;    
  position: absolute;  
  left: 0;
}


article li::before {
  top: 12.5px;
  width: 20px;
  height: 1px;
  background-color: #6d7885;
  border-radius: 0;  
 }



/* number3 */

article ol {
        display: block;
        counter-reset: wslist3;
        color:#444;
		margin: 30px 70px 20px 20px;
}

article ol li {
        list-style: none;
        margin: 0 0 30px 30px;
        position:relative;
}

article ol > li::before{
    background:#e3e3e3 ;
    border-radius:50%;
    color: #333;
    content: counter(wslist3);
    counter-increment: wslist3;
    display: inline-block;
    height: 32px;
    left: -20px;
    line-height: 22px;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 32px;
}

/*вложенный список ol */

article ol ol{
        display: block;
        counter-reset: wslists;
        color:#777;
        border-left: 1px solid #e3e3e3;
        padding-left:15px;
        transition: all 0.3s ease 0s;
}

article ol ol li{
        margin: 10px 0 0 30px;
        list-style: none;
        position:relative;
        transition: all 0.3s ease 0s;
}

article ol li li{
        font-size: 12px;
}

article ol ol li::before{
    background: #e3e3e3;
    border-radius:50%;
    color: #333;
    content: counter(wslist3) "." counter(wslists) ".";
    counter-increment: wslists;
    display: inline-block;
    height: 32px;
    left: -40px;
    line-height: 22px;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 32px;
}


@media only screen and (min-width: 767.98px) {
	.category_articles h3 {margin-top: 5px;}
	
/*	.home.admin-bar .header._header-scroll {
	margin-top: 32px !important;
}*/

.admin-bar header {
	top: 32px;
}

}

@media only screen and (min-width: 1023.98px) {
	
article ul {
	margin: 20px 70px 30px 20px;
}
	
.category_articles h3 {
	margin-top: 5px;
	}	
}

.category_articles {display: flex;}	
.wrapper-category {margin-bottom: 80px;}
.content-inner-page__article .category_articles p {margin-bottom: 0px;}




article .wpcf7 {
	margin-bottom: 20px;
}

.nolink {
	text-decoration: inherit !important;
	color: inherit !important;
	border: inherit !important;
}

.nolink:hover {
	text-decoration: inherit !important;
	color: inherit !important;
	border: inherit !important;	
}

hr {
	background-color: #98999A;
	height: 1px;
	margin: 20px 0px 20px 0px;
}	

.video-responsive {
    width: 100%; /* Видео занимает всю ширину контейнера */
    height: auto; /* Высота вычисляется автоматически */
    aspect-ratio: 16 / 9; /* Сохраняет пропорции 16:9 */
    max-width: 800px; /* Опционально: ограничивает максимальную ширину */
    display: block;
    margin: 0 auto;
}

.cloudflare-widget_cg7 {
    display: flex;
    justify-content: center;
    gap: 20px;
	margin: 20px 0 0 0;
}


/* Для плагина */

.pt-cv-wrapper {
	margin-bottom: 50px;
}

.pt-cv-content {
	opacity: 0.5;
}

.pt-cv-thumb-wrapper img {
	border-radius: 20px;
}


@media (max-width: 768px) {
  .pt-cv-page {
    display: flex !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 15px;
    padding: 15px 0;
    margin: 0 -15px; /* Выступ за отступы контейнера */
    padding-left: 15px; /* Компенсируем margin */
  }
  
  .pt-cv-content-item {
    flex: 0 0 85%;
    max-width: 300px;
    margin-bottom: 0;
  }
}

/* Страница поиска: секции «Товары» и «Новости и статьи» */
.content-inner-page_search .search-results-section {
  margin-bottom: 40px;
}
.content-inner-page_search .search-results-section_products {
  margin-top: 20px;
}
.content-inner-page_search .search-results-section__title {
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 0;
}
.content-inner-page_search .search-results-section_posts .search-results-section__title {
  margin-top: 30px;
}
.content-inner-page_search .search-results-section__pagination {
  margin-top: 24px;
}
.content-inner-page_search .search-results-section__empty {
  margin-top: 20px;
}