: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;} .admin-bar header {
top: 46px;
}
img.radius {
border-radius: 12px;	
}
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) { .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) {
.su-custom-gallery-align-center {
justify-content: center;
}
article blockquote::before {
border: 6px solid var(--backColor);
}
}
article .popup__title {font-weight: 500;}  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;  
} 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: -40px;
line-height: 22px;
padding: 5px;
position: absolute;
text-align: center;
top: 0;
transition: all 0.3s ease 0s;
width: 32px;
} 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;} .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;	
}