/* Round Corners*/
.r0, .r1, .r2, .r3, .r4 { overflow: hidden; font-size:1px; display: block; height: 1px;}
.r4 { margin: 0 4px; }
.r3 { margin: 0 3px; }
.r2 { margin: 0 2px; }
.r1 { margin: 0 1px; }

/* Tags cloud */
div.search-cloud { text-align:center; } 
div.search-cloud a { line-height:1.4em; text-decoration:none; }
div.search-cloud a:hover { text-decoration:underline; }

/* Search results*/
div.search-item { margin: 0 0 1.5em; padding: 0 0 1.5em; border-bottom: 1px solid;}
div.search-result { margin: 1em 0;}
div.search-preview {margin: 0.5em 0;}
div.search-page input.search-query {width: 99%; border: 1px solid; font-size:1.3em;}
div.search-page input.search-button { font-size: 1.2em; }

/* Content Forms: commons styles */
div.content-form
{
	position:relative; 
	zoom:1;
	padding-bottom: 2.5em;
	padding-left:2.5em;
}

div.content-form div.form-input span {font-size: 1.5em;}
div.content-form div.form-input input, div.content-form div.form-input textarea, div.content-form div.form-input select
{	
	margin: 0;
	border:1px solid;
	font-size:1.117em; 
	font-family:Verdana, Tahoma, Sans-Serif;
	margin-bottom: 8px;
	
}

div.content-form div.form-input input, div.content-form div.form-input textarea { padding: 0.3em; }

div.content-form div.legend
{
	left: -1em; 
	top:-0.7em; 
	float:left; 
	padding: 0 3px; 
	background:white; 
	position:relative; 
	z-index:10; 
	font-size: 1.8em; 
	font-family:Arial, Verdana, Tahoma, Sans-Serif;
}

div.content-form div.form-input input, div.content-form div.form-input textarea {width:75%;}
div.content-form div.fields { clear: both; }
div.content-form input.input-submit { overflow:visible; padding:0 0.5em;}
div.content-form div.field { padding:0; margin: 0 0 0.8em 0; display: block; }
div.content-form div.field label.field-title
{
	display: block;
	font-size: 1.4em;
	margin-bottom: 3px;
	font-family:Arial, Verdana, Tahoma, Sans-Serif; 
	white-space: nowrap;
}

div.content-form div.description {font-size: 0.9em; }
div.content-form div.field-checkbox { margin: 0.3em 0; font-size: 1.4em;}

/*Error & OK messages*/
.errortext, .notetext
{
	display: block;
	margin:0 0 1.5em 0;
	padding:0.4em 1.117em;
	border: 1px solid;
}

.errortext ul, .notetext ul {padding:0.3em 0 0.3em 2em; margin:0;}
.errortext ul li, .notetext ul li {margin:0; padding:0;}
.content_wrapper_block {
    padding: 0;
}
.drag-block.grey_block {
    background: #f8f9fb;
    background: var(--darkerblack_bg_black, #f8f9fb);
}
.maxwidth-theme {
    max-width: 1700px;
    padding: 0 30px;
    margin: 0 auto;
}
.tizers-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tizers-row .item-wrapper {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 15px;
}
@media (max-width: 600px) {
    .tizers-row .item-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.item-views.tizers {
    padding: 3px 0 23px;
}
.item-views.tizers.top {
    padding-top: 9px;
}
.item-views.tizers .item-wrapper > .item {
    padding-bottom: 32px;
}
.item-views.tizers .item-wrapper > .item.flexbox--row {
    gap: 5px;
}
.item-views.tizers .item-wrapper > .item .image {
    margin-bottom: 10px;
    max-height: 100px;
    flex-shrink: 0;
    align-self: normal;
}
.item-views.tizers .item-wrapper > .item .image svg {
    width: auto;
    height: 80px;
    max-width: 80px;
}
.item-views.tizers .item-wrapper > .item .image img {
    max-width: 100%;
    max-height: 100%;
}
.item-views.tizers:not(.top) .item-wrapper > .item .image {
    margin-top: 6px;
    max-width: 80px;
}
.item-views.tizers .items.small-block > .row,
.item-views.tizers .items.tops > .row {
    align-items: start;
}
.item-views.tizers .items.small-block .image {
    width: 32px;
    height: 32px;
}
.item-views.tizers .items.small-block .image img,
.item-views.tizers .items.small-block .image svg {
    max-width: 100%;
    max-height: 32px;
}
@media (min-width: 601px) {
    .item-views.tizers .item-wrapper > .item .pull-left + .inner-text {
        padding-left: 26px;
    }
    .item-views.tizers .item-wrapper > .item .pull-right + .inner-text {
        padding-right: 26px;
    }
    .item-views.tizers .small-block .item-wrapper > .item .pull-left + .inner-text {
        padding-left: 20px;
    }
}
@media (max-width: 600px) {
    .item-views.tizers:not(.top) .item-wrapper > .item .image {
        float: none !important;
    }
    .item-views.tizers .items.small-block .item .image + .inner-text,
    .item-views.tizers .items.tops .item .image + .inner-text {
        padding-left: 24px;
    }
    body .wrapper1:not(.with_left_block) .wrapper_inner.front .drag-block.container .item-views.tizers {
        padding-bottom: 3px;
    }
    .item-views.tizers .mobile-list .item-wrapper {
        width: 100%;
        text-align: left;
        padding-left: 30px;
        padding-right: 30px;
    }
    .item-views.tizers .mobile-list .item-wrapper > .item .image {
        width: 80px;
        height: 80px;
        margin: 6px 18px 0 0;
    }
    .item-views.tizers .mobile-list .item-wrapper > .item {
        text-align: left;
        display: -ms-flexbox;
        display: flex;
    }
    .item-views.tizers .mobile-list .item-wrapper > .item .inner-text .value {
        line-height: 1.538em;
    }
    .item-views.tizers .mobile-list .item .title {
        margin-bottom: 5px;
    }
    .item-views.tizers .mobile-list .item-wrapper > .item {
        padding-bottom: 18px;
    }
    .item-views.tizers .mobile-list.row {
        padding-bottom: 18px;
    }
    .item-views.tizers .mobile-list .item-wrapper > .item .image + .inner-text {
        padding-left: 0;
    }
    .tizers.left .flexbox:not(.mobile-list) .item.flexbox--row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .tizers.left .flexbox:not(.mobile-list) .item.flexbox--row .inner-text {
        padding-left: 0;
        word-break: break-word;
    }
}
/* TIZERS inner text */
.item-views.tizers .inner-text .title {
    margin-bottom: 5px;
}
.item-views.tizers .inner-text .value {
    line-height: 1.538em;
}
.font_md {
    font-size: 1.076em;
}
.font_xs {
    font-size: 0.923em;
}
.muted777 {
    color: #777;
}
.flexbox {
    display: -ms-flexbox;
    display: flex;
}
.flexbox--row {
    -ms-flex-direction: row;
    flex-direction: row;
}
.justify-center {
    -ms-flex-pack: center;
    justify-content: center;
}
.pull-left {
    float: left;
}
.colored_theme_svg svg path,
.colored_theme_svg svg rect {
    fill: #E3AE46;
}
.shine {
    position: relative;
    overflow: hidden;
}

/* About block on main page */
.about-block {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 0 55px;
}
.about-block__accent {
    width: 50px;
    height: 2px;
    background: #E3AE46;
    margin: 0 auto 30px;
}
.about-block__title {
    font-size: 32px;
    font-weight: 700;
    color: #1d1d1d;
    margin-bottom: 35px;
    line-height: 1.4;
    letter-spacing: 0.02em;
}
.about-block__text {
    font-size: 16px;
    line-height: 1.85;
    color: #4a4a4a;
    max-width: 860px;
    margin: 0 auto;
}
.about-block__text p {
    margin-bottom: 22px;
}
.about-block__text p:last-child {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500;
    color: #1d1d1d;
}
.about-block__cta {
    display: inline-block;
    margin-top: 12px;
    padding: 10px 22px;
    background: #E3AE46;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: background .2s;
}
.about-block__cta:hover {
    background: #d09c30;
    color: #fff;
}
@media (max-width: 767px) {
    .about-block {
        padding: 40px 0 30px;
    }
    .about-block__title {
        font-size: 22px;
    }
    .about-block__text {
        font-size: 14px;
    }
    .about-block__text p:last-child {
        font-size: 15px;
    }
    .about-block__cta {
        padding: 12px 30px;
        font-size: 13px;
    }
}