: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;
}


/*body.logged-in.admin-bar .header._header-scroll {
 top: 28px;
}

body.logged-in.admin-bar .contacts {
	top: 79px;
}*/

.admin-bar header {
	top: 46px;
}


img.alignleft, img.alignright {
	display:block;
	margin-bottom: 20px;
	max-width: 100%;
}

img.aligncenter {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}	

.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;}*/
	img.alignright, img.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;}
  


@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;}
}


.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;}


/* Таблицы */
 

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) {
	
.su-custom-gallery-align-center {
  justify-content: center;
}
	
article blockquote::before {
	border: 6px solid var(--backColor);
}


}




@media only screen and (min-width: 767.98px) {	
.admin-bar header {
	top: 32px;
}
}


.nolink {
	text-decoration: inherit !important;
	color: inherit !important;
	border: inherit !important;
}

.nolink:hover {
	text-decoration: inherit !important;
	color: inherit !important;
	border: inherit !important;	
}







