.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}:root {
--font-family-card-base: 'Montserrat', sans-serif;
--font-family-card-option: 'Mulish', sans-serif;
--color-card-title: #373531;
--color-card-description: #616161;
--color-card-accent-blue: #4C5CC3;
--color-card-accent-dark-blue: #132071;
--color-card-accent-green: #CFE47B;
--border-radius-base: 16px;
}
.elementor-widget-container .elementor-shortcode .cotw-team-wrapper {
display: flex;
flex-wrap: wrap;
gap: 20px;
padding: 10px;
justify-content: space-between;
}
.elementor-widget-container .elementor-shortcode .cotw-team-wrapper .cotw-team-card {
position: relative;
flex: 1 1 calc(25% - 20px); background: #ffffff;
padding: 30px 20px 20px;
border-radius: var(--border-radius-base);
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
text-align: center;
box-sizing: border-box; min-width: 200px;
}
.elementor-widget-container .elementor-shortcode .cotw-team-wrapper .cotw-photo img {
width: 165px;
border-radius: 50%;
border: 2px solid #FADB00;
padding: 7px;
object-fit: cover;
}
.elementor-widget-container .elementor-shortcode .cotw-team-wrapper .cotw-title-inner {
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center !important;
min-height: 110px; border-radius: var(--border-radius-base); margin: 25px 0 15px;
}
.elementor-widget-container .elementor-shortcode .cotw-team-wrapper .cotw-title-inner .cotw-name {
font-family: var(--font-family-large);
font-size: 24px;
font-weight: 700;
color: var(--color-card-title);
}
.elementor-widget-container .elementor-shortcode .cotw-team-wrapper .cotw-title-inner .cotw-position {
font-family: var(--font-family-option);
font-size: 18px;
font-weight: 400;
color: var(--color-card-title);
margin-bottom: 10px;
}
.elementor-widget-container .elementor-shortcode .cotw-team-wrapper .cotw-description {
font-family: var(--font-family-card-base);
font-size: 16px;
color: var(--color-card-description);
line-height: 1.6;
margin-bottom: 15px;
}
.elementor-widget-container .elementor-shortcode .cotw-team-wrapper .cotw-telegram-link {
position: absolute;
color: var(--color-card-accent-blue);
text-decoration: none;
top: 20px;
right: 20px;
font-size: 32px;
}
.elementor-widget-container .elementor-shortcode .cotw-team-wrapper .cotw-telegram-link:hover {
color: var(--color-card-accent-dark-blue);
}
.elementor-widget-container .elementor-shortcode .cotw-team-wrapper .cotw-telegram-link i.fa-telegram {
font-size: 32px;
}
@media (max-width: 1205px) {
.elementor-widget-container .elementor-shortcode .cotw-team-wrapper .cotw-title-inner .cotw-name {
font-size: 18px;
}
}
@media (max-width: 1024px) {
.elementor-widget-container .elementor-shortcode .cotw-team-wrapper .cotw-team-card {
flex: 1 1 calc(50% - 20px);
}
.elementor-widget-container .elementor-shortcode .cotw-team-wrapper .cotw-title-inner .cotw-name {
margin-bottom: 0px;
}
.elementor-widget-container .elementor-shortcode .cotw-team-wrapper .cotw-title-inner .cotw-position {
margin-bottom: 0px;
}
}
@media  (max-width: 991px) {
.elementor-widget-container .elementor-shortcode .cotw-team-wrapper .cotw-team-card { }
.elementor-widget-container .elementor-shortcode .cotw-team-wrapper .cotw-title-inner {
min-height: 80px;
}
}
@media (max-width: 768px) {
.elementor-widget-container .elementor-shortcode .cotw-team-wrapper .cotw-team-card {
flex: 1 1 100%;
}
}@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&family=Roboto:wght@400;700&family=Roboto+Condensed:wght@400;700&family=Lato:wght@400;700&family=Montserrat:wght@400;700&family=Poppins:wght@400;700&family=Open+Sans:wght@400;700&family=Merriweather:wght@400;700&family=Playfair+Display:wght@400;700&family=Source+Sans+Pro:wght@400;700&family=Raleway:wght@400;700&family=Ubuntu:wght@400;700&family=Nunito:wght@400;700&family=PT+Sans:wght@400;700&family=Dosis:wght@400;700&family=Titillium+Web:wght@400;700&family=Work+Sans:wght@400;700&family=Quicksand:wght@400;700&family=Inter:wght@400;700&family=Barlow:wght@400;700&display=swap"); .blog-posts-container{display:grid;grid-template-columns:repeat(var(--fpg-cols,3),1fr)}
@media (max-width:1024px){.blog-posts-container{grid-template-columns:repeat(var(--fpg-cols-tablet,2),1fr)}}
@media (max-width:768px){.blog-posts-container{grid-template-columns:repeat(var(--fpg-cols-mobile,1),1fr)}} .elementor-control-media__preview { background-image: url(//stroyservice.fermastudio.ru/wp-content/plugins/flexi-post-grid/images/placeholder.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; } .blog-grid-container { padding: 20px; text-align: center; } .category-filter { list-style: none; padding: 0; display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.category-filter li { padding: 10px 15px; cursor: pointer; border: 1px solid #333; color: #333; transition: all 0.3s; }
.category-filter li.active { background-color: #333; color: #fff; } .blog-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 20px; }
.blog-grid-filter * { } .blog-post { padding: 15px; border: 1px solid #e5e3e3; background: #f9f9f9; box-shadow: 2px 2px 10px rgba(0,0,0,0.05); text-align: center; overflow: hidden; } .blog-post .post-thumbnail { width: 100%; height: auto; display: block; overflow: hidden; } .blog-post .post-title { font-family: "Poppins", sans-serif; font-size: 20px; color: #0073e6; font-weight: 600; text-align: center; margin-top: 0; margin-bottom: 10px; }
.blog-post .post-title a { color: #0073e6; } .post-meta { font-family: "Poppins", sans-serif; font-size: 14px; color: #666; margin-bottom: 10px; }
.post-meta .post-date, .post-meta .post-author, .post-meta .post-category { font-family: "Poppins", sans-serif; color: #666; font-size: 14px; font-weight: 400; position: relative; display: inline-block; margin-right: 10px; }
.post-meta a { color: #666; }
.post-meta a:hover { color: #0061cc; }
.post-meta > span:before { position: absolute; content: "|"; right: -14px; width: 17px; text-align: center; }
.hide-date-separator .post-date::before { content: none; }
.hide-category-separator .post-category::before { content: none; }
.post-meta span:last-child:before { display: none; } .blog-post .read-more { font-family: "Poppins", sans-serif; display: inline-flex; align-items: center; padding: 8px 12px; background-color: #0073e6; color: #fff; text-decoration: none; -webkit-border-radius: 5px; border-radius: 5px; transition: all 0.3s; gap: 5px; }
.blog-post .read-more:hover { background-color: #005bb5; color: #fff; }
.read-more { display: inline-flex; align-items: center; justify-content: center; gap: 0.5em; }
.read-more i, .read-more .read-more-icon-svg svg { width: auto; height: 1em; line-height: 1; flex-shrink: 0; }
.read-more-icon-svg svg { width: 1em; height: 1em; vertical-align: middle; fill: currentColor; } @media (max-width: 1024px) { .blog-grid-columns.columns-3 .blog-post, .blog-grid-columns.columns-4 .blog-post { width: 48%; } }
@media (max-width: 768px) { .blog-grid-columns.columns-2 .blog-post, .blog-grid-columns.columns-3 .blog-post, .blog-grid-columns.columns-4 .blog-post { width: 100%; } }
.blog-post .post-thumbnail { width: 100%; height: auto; margin-bottom: 10px; }
.blog-grid-container { width: 100%; margin: 20px 0; }
.category-filter { list-style: none; gap: 10px; padding: 0; margin-bottom: 20px; display: none; }
.category-filter .filter { cursor: pointer; padding: 5px 10px; background: #ddd; border-radius: 5px; transition: 0.3s; }
.category-filter .filter.active { background: #000; color: #fff; }
.blog-grid { display: grid; gap: 20px; }
.post-thumbnail img { max-width: 100%; height: auto; display: block; margin: 0 auto; }
.post-excerpt { font-family: "Poppins", sans-serif; font-size: 16px; color: #202020; margin-bottom: 10px; } .pagination { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: 30px; padding: 15px 0; }
.pagination a, .pagination span { padding: 10px 16px; background: #0073aa; color: #fff; border-radius: 5px; text-decoration: none; transition: all 0.3s ease-in-out; font-weight: 600; display: inline-block; border: 1px solid #005580; }
.pagination .current { background: #005580; font-weight: bold; }
.pagination a:hover { background: #004466; color: #fff !important; transform: scale(1.1); }
.pagination .prev, .pagination .next { background: #005580; color: #fff; }
.pagination .prev:hover, .pagination .next:hover { background: #003355; }
.blog-posts-container { display: grid; gap: 20px; } .blog-posts-container[data-columns="3"] { grid-template-columns: repeat(3, 1fr); } @media (max-width: 1024px) { .blog-posts-container[data-columns="2"] { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 768px) { .blog-posts-container[data-columns="1"] { grid-template-columns: repeat(1, 1fr); } }
#pagination .pagination { margin: 20px auto 0; }
.blog-grid-filter { min-height: 100px; }
.blog-posts-container { min-height: 100px; } #pagination { min-height: 20px; }
.blog-grid-filter.loading { position: relative; } .blog-grid-filter.loading::after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; z-index: 10; }
@keyframes l13 { 100% { transform: rotate(1turn); } }
.blog-grid-filter.loading::after { --c: no-repeat linear-gradient(#090275 0 0); background: var(--c), var(--c), var(--c), var(--c), var(--c), var(--c), var(--c), var(--c), var(--c); background-size: 12px 12px; border-radius: 4px; animation: l32-1 1s infinite, l32-2 1s infinite; }
@keyframes l32-1 { 0%,100% { width: 35px; height: 35px; } 35%,65% { width: 50px; height: 50px; } }
@keyframes l32-2 { 0%,40% { background-position: 0 0, 0 50%, 0 100%, 50% 100%, 100% 100%, 100% 50%, 100% 0, 50% 0, 50% 50%; } 60%,100% { background-position: 0 50%, 0 100%, 50% 100%, 100% 100%, 100% 50%, 100% 0, 50% 0, 0 0, 50% 50%; } }
.blog-grid-filter.loading-overlay { position: relative; }
.blog-grid-filter.loading-overlay::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.8); backdrop-filter: blur(5px); z-index: 10; }
.blog-grid-filter.loading-overlay::before { content: "Loading..."; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 16px; color: #333; z-index: 11; }
@keyframes spin { from { transform: translate(-50%, -50%) rotate(0deg); } to { transform: translate(-50%, -50%) rotate(360deg); } }
.blog-post { opacity: 0; transform: translateY(20px); transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out; }
.blog-post.loaded { opacity: 1; transform: translateY(0); }
.post-thumbnail { position: relative; }
.news-grid-content { display: flex; }
.post-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; }
.post-category a { display: inline-block; }
ul.custom-fields { padding: 0; margin: 0; list-style: none; display: flex; flex-wrap: wrap; }
ul.custom-fields.cf-horizontal { flex-direction: row; }
ul.custom-fields.cf-vertical { flex-direction: column; width: 100%; }
ul.custom-fields li { margin-right: 10px; } .post-meta .post-date, .post-meta .post-author, .post-meta .post-category { -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -webkit-transition: all ease 0.3s; transition: all ease 0.3s; } .blog-posts-container.list-layout .blog-post { text-align: left; position: relative; display: flex; overflow: hidden; -webkit-border-radius: 6px; border-radius: 6px; }
.blog-posts-container.list-layout .blog-post .post-thumbnail { width: 40%; overflow: hidden; margin-bottom: 0; }
.blog-posts-container.list-layout .blog-post .post-thumbnail img { -webkit-border-radius: 4px; border-radius: 4px; }
.blog-posts-container.list-layout .blog-post .news-grid-content { position: relative; width: 100%; display: flex; justify-content: flex-start; flex-wrap: wrap; flex-direction: column; align-items: flex-start; }
.blog-posts-container.list-layout .blog-post .post-thumbnail + .news-grid-content { width: calc(60% + 1px); padding-left: 20px; }
.blog-posts-container.list-layout .blog-post .post-title { text-align: left; } .blog-posts-container.grid-layout .blog-post { display: flex; flex-direction: column; -webkit-border-radius: 6px; border-radius: 6px; }
.blog-posts-container.grid-layout .blog-post .post-thumbnail a { position: relative; height: 0; width: 100%; padding-top: 75%; display: flex; }
.blog-posts-container.grid-layout .blog-post .post-thumbnail a img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-border-radius: 4px; border-radius: 4px; }
.blog-posts-container.blog-grid-layout .blog-post { padding: 0; background: transparent; border: none; text-align: left; box-shadow: none; position: relative; }
.blog-posts-container.blog-grid-layout .blog-post .post-thumbnail { margin-bottom: 0; }
.blog-posts-container.blog-grid-layout .blog-post a { color: #111; }
.blog-posts-container.blog-grid-layout .post-meta a { color: #666; }
.blog-posts-container.blog-grid-layout .blog-post a:hover, .blog-posts-container.blog-grid-layout .post-meta a:hover { color: #0061cc; }
.blog-posts-container.blog-grid-layout .blog-post .post-title { text-align: left; line-height: 1.4; font-family: "Oswald", sans-serif; font-weight: 400; color: #111; margin-top: 10px; margin-bottom: 0px; }
.blog-posts-container.blog-grid-layout .post-meta { margin-top: 15px; }
.blog-posts-container.blog-grid-layout .post-meta .post-date, .blog-posts-container.blog-grid-layout .post-meta .post-author, .blog-posts-container.blog-grid-layout .post-meta .post-category { color: #666; font-size: 11px; font-weight: 400; text-transform: uppercase; font-family: "Roboto Condensed", sans-serif; position: relative; display: inline-block; margin-right: 15px; }
.blog-posts-container.blog-grid-layout .post-meta span:before { position: absolute; content: "/"; right: -12px; width: 10px; text-align: center; }
.blog-posts-container.blog-grid-layout .post-meta span:last-child:before { display: none; }
.blog-posts-container.blog-grid-layout a.read-more { background-color: #111; color: #fff; padding: 5px 20px; letter-spacing: 3px; display: inline-block; margin-top: 20px; font-family: "Roboto Condensed", sans-serif; text-transform: uppercase; font-size: 12px; border-radius: 0; position: absolute; bottom: 0; }
.blog-posts-container.blog-grid-layout a.read-more:hover, .blog-posts-container.blog-grid-layout a.read-more:focus { background-color: #0061cc; color: #fff; }
.blog-posts-container.blog-grid-layout .post-excerpt { margin-bottom: 0; margin-top: 5px; font-family: "Roboto Condensed", sans-serif; font-size: 14px; font-weight: 400; }
.blog-posts-container.blog-grid-layout .blog-post .post-thumbnail a { position: relative; height: 0; display: flex; width: 100%; padding-top: 75%; }
.blog-posts-container.blog-grid-layout .blog-post .post-thumbnail a img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.post-thumbnail:after, .post-thumbnail:before { position: absolute; content: ""; left: 0; right: 0; bottom: 0; top: 0; z-index: 0; pointer-events: none; }
.full-width-alternativ-grid .post-thumbnail:after, .full-width-alternativ-grid .post-thumbnail:before { z-index: 1; } .read-more-text { text-align: center; } .blog-posts-container.news-grid-layout .blog-post { padding: 0; background: transparent; border: none; text-align: left; box-shadow: none; position: relative; padding-bottom: 0; }
.blog-posts-container.news-grid-layout .blog-post .post-thumbnail { margin-bottom: 0; }
.blog-posts-container.news-grid-layout .blog-post a { color: #fff; }
.blog-posts-container.news-grid-layout .post-meta a { color: #fff; }
.blog-posts-container.news-grid-layout .blog-post a:hover, .blog-posts-container.news-grid-layout .post-meta a:hover { color: #e91e63; }
.blog-posts-container.news-grid-layout .blog-post .post-title { text-align: left; line-height: 1.4; font-family: "Oswald", sans-serif; font-weight: 400; color: #fff; margin-top: 5px; margin-bottom: 0px; }
.blog-posts-container.news-grid-layout .post-meta { margin-top: 15px; line-height: 1; }
.blog-posts-container.news-grid-layout .post-meta .post-date, .blog-posts-container.news-grid-layout .post-meta .post-author, .blog-posts-container.news-grid-layout .post-meta .post-category { color: #fff; font-size: 11px; font-weight: 400; text-transform: uppercase; font-family: "Roboto Condensed", sans-serif; position: relative; display: inline-block; margin-right: 15px; }
.blog-posts-container.news-grid-layout .post-meta span:before { position: absolute; content: "/"; right: -12px; width: 10px; text-align: center; }
.blog-posts-container.news-grid-layout .post-meta span:last-child:before { display: none; }
.blog-posts-container.news-grid-layout .post-excerpt { margin-bottom: 0; margin-top: 5px; color: #fff; }
.blog-posts-container.news-grid-layout .custom-fields { }
.blog-posts-container.news-grid-layout .blog-post .post-thumbnail:before { background-color: transparent; background-image: linear-gradient(180deg, #c20a0a00 53%, #000000 100%); }
.blog-posts-container.news-grid-layout .blog-post .post-thumbnail a { position: relative; height: 0; display: flex; width: 100%; padding-top: 75%; }
.blog-posts-container.news-grid-layout .blog-post .post-thumbnail a img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.blog-posts-container.news-grid-layout .blog-post .news-grid-content { position: absolute; bottom: 0; left: 0; padding: 20px; width: 100%; }
.blog-posts-container.news-grid-layout a.read-more { }
.blog-posts-container.news-grid-layout .post-overlay { position: absolute; top: auto; left: 0; width: 100%; height: 40%; bottom: 0; pointer-events: none; }
.blog-posts-container.news-grid-layout .post-thumbnail a img { z-index: -1; } .blog-posts-container.news-grid-layout-2 .blog-post { padding: 0; background: transparent; border: none; text-align: left; box-shadow: none; position: relative; padding-bottom: 0; }
.blog-posts-container.news-grid-layout-2 .blog-post .post-thumbnail { margin-bottom: 0; }
.blog-posts-container.news-grid-layout-2 .blog-post a { color: #fff; }
.blog-posts-container.news-grid-layout-2 .post-meta a { color: #fff; }
.blog-posts-container.news-grid-layout-2 .blog-post a:hover, .blog-posts-container.news-grid-layout-2 .post-meta a:hover { color: #e91e63; }
.blog-posts-container.news-grid-layout-2 .blog-post .post-title { text-align: left; line-height: 1.4; font-family: "Oswald", sans-serif; font-weight: 400; color: #fff; margin-top: 5px; margin-bottom: 0px; }
.blog-posts-container.news-grid-layout-2 .post-meta { margin-top: 15px; line-height: 1; }
.blog-posts-container.news-grid-layout-2 .post-meta .post-category { position: absolute; left: 20px; top: 20px; }
.blog-posts-container.news-grid-layout-2 .post-meta .post-category a { display: inline-block; background-color: #e91e63; padding: 4px 5px 3px; margin-right: 5px; border-radius: 3px; text-transform: capitalize; font-size: 14px; letter-spacing: 0.5px; }
.blog-posts-container.news-grid-layout-2 .post-meta a:hover { color: #fff; background-color: #5b5b5b; }
.blog-posts-container.news-grid-layout-2 .post-meta .post-date, .blog-posts-container.news-grid-layout-2 .post-meta .post-author, .blog-posts-container.news-grid-layout-2 .post-meta .post-category { color: #fff; font-size: 12px; font-weight: 400; text-transform: uppercase; font-family: "Roboto Condensed", sans-serif; display: inline-block; margin-right: 15px; }
.blog-posts-container.news-grid-layout-2 .post-meta span:last-child:before { display: none; }
.blog-posts-container.news-grid-layout-2 .post-excerpt { margin-bottom: 0; margin-top: 5px; color: #fff; }
.blog-posts-container.news-grid-layout-2 .custom-fields { }
.blog-posts-container.news-grid-layout-2 .blog-post .post-thumbnail:before { background-color: transparent; background-image: linear-gradient(180deg, #c20a0a00 53%, #000000 100%); }
.blog-posts-container.news-grid-layout-2 .blog-post .post-thumbnail a { position: relative; height: 0; display: flex; width: 100%; padding-top: 75%; min-height: 300px; }
.blog-posts-container.news-grid-layout-2 .blog-post .post-thumbnail a img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.blog-posts-container.news-grid-layout-2 .blog-post .news-grid-content { position: absolute; bottom: 0; left: 0; padding: 20px; width: 100%; top: 0; display: flex; flex-direction: column; justify-content: flex-end; }
.blog-posts-container.news-grid-layout-2 a.read-more { }
.blog-posts-container.news-grid-layout-2 .post-overlay { position: absolute; top: auto; left: 0; width: 100%; height: 40%; bottom: 0; pointer-events: none; }
.blog-posts-container.news-grid-layout-2 .post-thumbnail a img { z-index: -1; } .blog-posts-container.news-grid-layout-4 .blog-post { padding: 0; background: transparent; border: none; text-align: left; box-shadow: none; position: relative; padding-bottom: 0; overflow: hidden; border-radius: 20px; display: flex; flex-direction: column; justify-content: flex-end; align-content: flex-start; flex-wrap: wrap; }
.blog-posts-container.news-grid-layout-4 .blog-post a { color: #1c1c1c; }
.blog-posts-container.news-grid-layout-4 .post-meta a { color: #1c1c1c; }
.blog-posts-container.news-grid-layout-4 .blog-post a:hover, .blog-posts-container.news-grid-layout-4 .post-meta a:hover { color: #8e692b; }
.blog-posts-container.news-grid-layout-4 .blog-post .post-title { text-align: left; line-height: 1.2; font-family: "Inter", sans-serif; font-size: 30px; font-weight: 700; color: #2d2d2d; }
.blog-posts-container.news-grid-layout-4 .post-meta { line-height: 1; }
.blog-posts-container.news-grid-layout-4 .post-meta .post-author { display: none; }
.blog-posts-container.news-grid-layout-4 .post-meta .post-date, .blog-posts-container.news-grid-layout-4 .post-meta .post-author, .blog-posts-container.news-grid-layout-4 .post-meta .post-category { color: #1c1c1c; font-size: 11px; font-weight: 400; text-transform: uppercase; font-family: "Inter", sans-serif; position: relative; display: inline-block; margin-right: 15px; }
.blog-posts-container.news-grid-layout-4 .post-meta .post-date { position: absolute; top: -9px; padding: 5px 10px; background-color: #fff; border-radius: 5px; left: 18px; }
.blog-posts-container.news-grid-layout-4 .post-meta .post-date:before { display: none; }
.blog-posts-container.news-grid-layout-4 .post-meta span:before { position: absolute; content: "/"; right: -12px; width: 10px; text-align: center; }
.blog-posts-container.news-grid-layout-4 .post-meta span:last-child:before { display: none; }
.blog-posts-container.news-grid-layout-4 .custom-fields { }
.blog-posts-container.news-grid-layout-4 .blog-post .post-thumbnail { border-radius: 20px; overflow: hidden; position: relative; top: 0; width: 100%; height: 100%; margin-bottom: 0; }
.blog-posts-container.news-grid-layout-4 .blog-post .post-thumbnail a { position: relative; height: 0; display: flex; width: 100%; height: 0; padding-top: 100%; }
.blog-posts-container.news-grid-layout-4 .blog-post .post-thumbnail a img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.blog-posts-container.news-grid-layout-4 .blog-post .news-grid-content { position: absolute; bottom: 2px; left: 2px; padding: 20px; width: 70%; border-radius: 18px; background-color: rgba(255,255,255,0.9); right: auto; }
@media (max-width: 768px) { .blog-posts-container.news-grid-layout-4 .blog-post .news-grid-content { width: calc(100% - 4px); right: 2px; } }
.blog-posts-container.news-grid-layout-4 .post-excerpt { color: #2d2d2d; font-size: 16px; font-family: "Inter", sans-serif; }
.blog-posts-container.news-grid-layout-4 a.read-more { background-color: #8e692b; color: #fff; font-family: "Inter", sans-serif; font-size: 16px; }
.blog-posts-container.news-grid-layout-4 a.read-more:hover { background-color: #1c1c1c; color: #fff; } .blog-posts-container.blog-grid-layout-1 { }
.blog-posts-container.blog-grid-layout-1 .blog-post { padding: 0; background: transparent; border: none; text-align: left; box-shadow: none; position: relative; padding-bottom: 0; display: flex; }
.blog-posts-container.blog-grid-layout-1 .blog-post .post-thumbnail { width: 50%; border-radius: 15px; overflow: hidden; margin-right: 10px; margin-bottom: 0; }
.blog-posts-container.blog-grid-layout-1 .blog-post .news-grid-content { position: relative; padding: 20px; width: 100%; display: flex; justify-content: flex-end; background-color: #cce3fd; border-radius: 15px; margin-top: 15px; margin-bottom: 15px; flex-wrap: wrap; flex-direction: column; align-items: flex-start; }
.blog-posts-container.blog-grid-layout-1 .blog-post .post-thumbnail + .news-grid-content { width: calc(50% + 40px); margin-left: -40px; }
.blog-posts-container.blog-grid-layout-1 .blog-post a { color: #010726; }
.blog-posts-container.blog-grid-layout-1 .blog-post a:hover, .blog-posts-container.blog-grid-layout-1 .post-meta a:hover { color: #e91e63; }
.blog-posts-container.blog-grid-layout-1 .blog-post .post-title { text-align: left; line-height: 1.4; font-family: "Oswald", sans-serif; font-weight: 400; color: #010726; }
.blog-posts-container.blog-grid-layout-1 .post-meta { margin-top: 35px; line-height: 1; }
.blog-posts-container.blog-grid-layout-1 .post-meta .post-category { position: absolute; left: 20px; top: 20px; }
.blog-posts-container.blog-grid-layout-1 .post-meta .post-category a { display: inline-block; background-color: #e91e63; padding: 4px 5px 3px; margin-right: 5px; margin-bottom: 4px; border-radius: 3px; text-transform: capitalize; font-size: 14px; letter-spacing: 0.5px; color: #fff; }
.blog-posts-container.blog-grid-layout-1 .post-meta a:hover { color: #fff; background-color: #5b5b5b; }
.blog-posts-container.blog-grid-layout-1 .post-meta .post-date, .blog-posts-container.blog-grid-layout-1 .post-meta .post-author, .blog-posts-container.blog-grid-layout-1 .post-meta .post-category { color: #010726; font-size: 12px; font-weight: 400; text-transform: uppercase; font-family: "Roboto Condensed", sans-serif; display: inline-block; margin-right: 15px; }
.blog-posts-container.blog-grid-layout-1 .post-meta .post-category:before, .blog-posts-container.blog-grid-layout-1 .post-meta span:last-child:before { display: none; }
.blog-posts-container.blog-grid-layout-1 .post-excerpt { font-family: "PT Sans", sans-serif; }
.blog-posts-container.blog-grid-layout-1 .custom-fields { }
.blog-posts-container.blog-grid-layout-1 .blog-post .post-thumbnail a { position: relative; height: 0; display: flex; width: 100%; padding-top: 0; height: 100%; min-height: 230px; }
.blog-posts-container.blog-grid-layout-1 .blog-post .post-thumbnail a img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.blog-posts-container.blog-grid-layout-1 a.read-more { color: #fff; font-family: "Roboto"; font-size: 14px; }
.blog-posts-container.blog-grid-layout-1 a.read-more:hover { background-color: #010726; }
.blog-posts-container.blog-grid-layout-1 .post-thumbnail a img { z-index: -1; } .blog-posts-container.list-view { }
.blog-posts-container.list-view .blog-post { padding: 0; background: transparent; border: none; text-align: left; box-shadow: none; position: relative; padding-bottom: 0; display: flex; box-shadow: 2px 2px 10px rgba(0,0,0,0.15); border: solid 1px #fff; border-radius: 5px; overflow: hidden; }
.blog-posts-container.list-view .blog-post .post-thumbnail { width: 40%; overflow: hidden; margin-bottom: 0; }
.blog-posts-container.list-view .blog-post .news-grid-content { position: relative; padding: 20px; width: 100%; display: flex; justify-content: flex-end; background-color: #cce3fd; flex-wrap: wrap; flex-direction: column; align-items: flex-start; }
.blog-posts-container.list-view .blog-post .post-thumbnail + .news-grid-content { width: calc(60% + 1px); }
.blog-posts-container.list-view .blog-post a { color: #010726; }
.blog-posts-container.list-view .post-meta a { color: #010726; }
.blog-posts-container.list-view .blog-post a:hover, .blog-posts-container.list-view .post-meta a:hover { color: #e91e63; }
.blog-posts-container.list-view .blog-post .post-title { text-align: left; line-height: 1.4; font-family: "Oswald", sans-serif; font-weight: 400; color: #010726; }
.blog-posts-container.list-view .post-meta { margin-top: 0; line-height: 1; display: flex; flex-direction: row; flex-wrap: wrap; width: 100% !important; }
.blog-posts-container.list-view .post-meta .post-date, .blog-posts-container.list-view .post-meta .post-author, .blog-posts-container.list-view .post-meta .post-category { color: #010726; font-size: 12px; font-weight: 400; text-transform: uppercase; font-family: "Roboto Condensed", sans-serif; display: inline-block; margin-right: 15px; margin-bottom: 2px; order: 2; }
.blog-posts-container.list-view .post-meta .post-category { order: 1; margin-bottom: 20px; width: 100%; }
.blog-posts-container.list-view .post-meta .post-category:before { display: none !important; }
.blog-posts-container.list-view .post-date { order: 2; }
.blog-posts-container.list-view .post-meta .post-category a { display: inline-block; background-color: #e91e63; padding: 4px 5px 3px; margin-right: 5px; border-radius: 3px; text-transform: capitalize; font-size: 14px; letter-spacing: 0.5px; color: #fff; margin-bottom: 1px; }
.blog-posts-container.list-view .post-meta a:hover { color: #fff; background-color: #5b5b5b; }
.blog-posts-container.list-view .post-meta span:last-child:before { display: none; }
.blog-posts-container.list-view .post-excerpt { font-family: "Roboto Condensed", sans-serif; font-size: 14px; font-weight: 400; }
.blog-posts-container.list-view .custom-fields { }
.blog-posts-container.list-view .blog-post .post-thumbnail a { position: relative; height: 0; display: flex; width: 100%; padding-top: 0; height: 100%; }
.blog-posts-container.list-view .blog-post .post-thumbnail a img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.blog-posts-container.list-view a.read-more { color: #fff; font-family: "Roboto"; font-size: 14px; }
.blog-posts-container.list-view a.read-more:hover { background-color: #010726; }
.blog-posts-container.list-view .post-thumbnail a img { z-index: -1; } .blog-posts-container.news-grid-layout-5 .blog-post { padding: 0; background: transparent; border: none; text-align: left; box-shadow: none; position: relative; padding-bottom: 0; }
.blog-posts-container.news-grid-layout-5 .blog-post a { color: #fff; }
.blog-posts-container.news-grid-layout-5 .post-meta a { color: #fff; }
.blog-posts-container.news-grid-layout-5 .blog-post a:hover, .blog-posts-container.news-grid-layout-5 .post-meta a:hover { color: #e91e63; }
.blog-posts-container.news-grid-layout-5 .blog-post .post-title { text-align: left; line-height: 1.4; font-family: "Oswald", sans-serif; font-weight: 400; color: #fff; margin-bottom: 10px; }
.blog-posts-container.news-grid-layout-5 .post-meta { line-height: 1; }
.blog-posts-container.news-grid-layout-5 .post-meta .post-date, .blog-posts-container.news-grid-layout-5 .post-meta .post-author, .blog-posts-container.news-grid-layout-5 .post-meta .post-category { color: #fff; font-size: 11px; font-weight: 400; text-transform: uppercase; font-family: "Roboto Condensed", sans-serif; position: relative; display: inline-block; margin-right: 15px; }
.blog-posts-container.news-grid-layout-5 .post-meta span:before { position: absolute; content: "/"; right: -12px; width: 10px; text-align: center; }
.blog-posts-container.news-grid-layout-5 .post-meta span:last-child:before { display: none; }
.blog-posts-container.news-grid-layout-5 .post-excerpt { color: #fff; font-family: "PT Sans", sans-serif; }
.blog-posts-container.news-grid-layout-5 .custom-fields { }
.blog-posts-container.news-grid-layout-5 .blog-post .post-thumbnail { border-radius: 20px; overflow: hidden; margin-bottom: 0; }
.blog-posts-container.news-grid-layout-5 .blog-post .post-thumbnail a { position: relative; height: 0; display: flex; width: 100%; padding-top: 100%; }
.blog-posts-container.news-grid-layout-5 .blog-post .post-thumbnail a img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.blog-posts-container.news-grid-layout-5 .blog-post .news-grid-content { position: absolute; bottom: 10px; left: 10px; padding: 20px; width: auto; border-radius: 15px; background-color: rgba(0,0,0,0.8); right: 10px; }
.blog-posts-container.news-grid-layout-5 a.read-more { font-family: "Roboto Condensed", sans-serif; color: #fff; background-color: transparent; border: solid 1px #fff; background-color: rgba(255,255,255,0.1); }
.blog-posts-container.news-grid-layout-5 a.read-more:hover { background-color: #fff; color: #0073e6; }
.blog-posts-container.news-grid-layout-5 .post-thumbnail a img { z-index: -1; } .blog-posts-container.portfolio-grid-layout .blog-post { padding: 0; background: transparent; border: none; text-align: left; box-shadow: none; position: relative; padding-bottom: 0; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.blog-posts-container.portfolio-grid-layout .post-meta { opacity: 0; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.blog-posts-container.portfolio-grid-layout:hover .post-meta { opacity: 1; }
.blog-posts-container.portfolio-grid-layout .post-meta .post-date, .blog-posts-container.portfolio-grid-layout .post-meta .post-author, .blog-posts-container.portfolio-grid-layout .post-meta .post-category { color: #fff; font-size: 11px; font-weight: 400; text-transform: uppercase; font-family: "Roboto Condensed", sans-serif; position: relative; display: inline-block; margin-right: 15px; line-height: 1; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.blog-posts-container.portfolio-grid-layout .post-meta a { color: #fff; }
.blog-posts-container.portfolio-grid-layout .post-meta a:hover { color: #fff; }
.blog-posts-container.portfolio-grid-layout .post-meta span:before { position: absolute; content: "/"; right: -12px; width: 10px; text-align: center; }
.blog-posts-container.portfolio-grid-layout .post-meta span:last-child:before { display: none; }
.blog-posts-container.portfolio-grid-layout .custom-fields { }
.blog-posts-container.portfolio-grid-layout .blog-post .post-thumbnail { border-radius: 0; position: absolute; overflow: hidden; width: 100%; height: 100%; }
.blog-posts-container.portfolio-grid-layout .blog-post .post-thumbnail:before { background-image: linear-gradient(180deg, #c20a0a00 53%, #032076 100%); z-index: 1; }
.blog-posts-container.portfolio-grid-layout .blog-post .post-thumbnail a { position: relative; height: 0; display: flex; width: 100%; height: 100%; }
.blog-posts-container.portfolio-grid-layout .blog-post .post-thumbnail a img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.blog-posts-container.portfolio-grid-layout .blog-post .news-grid-content { display: flex; flex-direction: column; flex-wrap: wrap; align-items: flex-start; justify-content: flex-end; position: relative; padding: 50px 20px; width: auto; border-radius: 0; background-color: rgba(0,0,0,0.1); min-height: 400px; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; z-index: 1; }
.blog-posts-container.portfolio-grid-layout .blog-post .post-title { text-align: left; font-family: "Playfair Display", sans-serif; font-size: 40px; line-height: 1.2; font-weight: 400; color: #fff; margin-top: 5px; margin-bottom: -5px; -webkit-transition: all 0.6s ease; transition: all 0.6s ease; }
@media (max-width: 768px) { .blog-posts-container.portfolio-grid-layout .blog-post .post-title { font-size: 30px; } }
.blog-posts-container.portfolio-grid-layout .blog-post .post-title a { color: #fff; }
.blog-posts-container.portfolio-grid-layout .post-excerpt { margin-bottom: 10px; margin-top: 0; color: #fff; font-family: "PT Sans", sans-serif; font-size: 16px; opacity: 0; visibility: hidden; max-height: 0; -webkit-transition: all 0.6s ease; transition: all 0.6s ease; }
.blog-posts-container.portfolio-grid-layout a.read-more { width: 150px; font-family: "PT Sans", sans-serif; font-size: 16px; color: #fff; background-color: transparent; border: solid 1px #fff; background-color: rgba(255,255,255,0.1); -webkit-transition: all 0.9s ease; transition: all 0.9s ease; text-align: center; margin-top: 10px; margin-bottom: -30px; }
.blog-posts-container.portfolio-grid-layout a.read-more:hover { background-color: #fff; color: #0073e6; }
.blog-posts-container.portfolio-grid-layout .blog-post:hover .news-grid-content { background-color: rgba(0,0,0,0.5); }
.blog-posts-container.portfolio-grid-layout .blog-post:hover .post-excerpt { opacity: 1; visibility: visible; max-height: 100px; }
.blog-posts-container.portfolio-grid-layout .blog-post:hover .post-title { margin-bottom: 10px; }
.blog-posts-container.portfolio-grid-layout .blog-post:hover a.read-more { margin-bottom: 0; } .blog-posts-container.news-grid-layout-3 .blog-post { padding: 0; background: transparent; border: none; text-align: left; box-shadow: none; position: relative; display: flex; }
.blog-posts-container.news-grid-layout-3 .blog-post .post-thumbnail { margin-bottom: 0; width: 45%; }
.blog-posts-container.news-grid-layout-3 .blog-post .news-grid-content { width: 100%; }
.blog-posts-container.news-grid-layout-3 .blog-post .post-thumbnail + .news-grid-content { width: 55%; padding-left: 10px; }
.blog-posts-container.news-grid-layout-3 .blog-post a { color: #111; }
.blog-posts-container.news-grid-layout-3 .post-meta { margin-top: 0; }
.blog-posts-container.news-grid-layout-3 .post-meta a { color: #666; }
.blog-posts-container.news-grid-layout-3 .blog-post a:hover, .blog-posts-container.news-grid-layout-3 .post-meta a:hover { color: #0061cc; }
.blog-posts-container.news-grid-layout-3 .blog-post .post-title { text-align: left; line-height: 1.4; font-family: "Oswald", sans-serif; font-weight: 400; color: #111; margin-bottom: 10px; }
.blog-posts-container.news-grid-layout-3 .post-meta .post-date, .blog-posts-container.news-grid-layout-3 .post-meta .post-author, .blog-posts-container.news-grid-layout-3 .post-meta .post-category { color: #666; font-size: 11px; font-weight: 400; text-transform: uppercase; font-family: "Roboto Condensed", sans-serif; position: relative; display: inline-block; margin-right: 15px; }
.blog-posts-container.news-grid-layout-3 .post-meta span:before { position: absolute; content: "/"; right: -12px; width: 10px; text-align: center; }
.blog-posts-container.news-grid-layout-3 .post-meta span:last-child:before { display: none; }
.blog-posts-container.news-grid-layout-3 a.read-more { background-color: #111; color: #fff; padding: 5px 15px; letter-spacing: 3px; display: inline-block; font-family: "Roboto Condensed", sans-serif; text-transform: uppercase; font-size: 12px; border-radius: 0; }
.blog-posts-container.news-grid-layout-3 a.read-more:hover, .blog-posts-container.news-grid-layout-3 a.read-more:focus { background-color: #0061cc; color: #fff; }
.blog-posts-container.news-grid-layout-3 .post-excerpt { font-family: "Roboto Condensed", sans-serif; font-size: 14px; font-weight: 400; margin-bottom: 10px; }
.blog-posts-container.news-grid-layout-3 .blog-post .post-thumbnail a { position: relative; height: 0; display: flex; width: 100%; padding-top: 75%; }
.blog-posts-container.news-grid-layout-3 .blog-post .post-thumbnail a img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; } .flexipostgridbuilder-img-slide-up.blog-post .post-thumbnail a img { height: auto !important; }
.flexipostgridbuilder-img-slide-down.blog-post .post-thumbnail a img { height: auto !important; bottom: 0 !important; top: auto !important; }
.flexipostgridbuilder-img-slide-left.blog-post .post-thumbnail a img { }
.flexipostgridbuilder-img-slide-right.blog-post .post-thumbnail a img { right: 0 !important; left: auto !important; } .custom-fields.cf-vertical li { text-align: center; align-items: center; }
.custom-fields-align-left .custom-fields.cf-vertical li { text-align: left; align-items: flex-start; }
.custom-fields-align-center .custom-fields.cf-vertical li { text-align: center; align-items: center; }
.custom-fields-align-right .custom-fields.cf-vertical li { text-align: right; align-items: flex-end; } .custom-fields-align-h-left .custom-fields.cf-horizontal { justify-content: flex-start; text-align: left; }
.custom-fields-align-h-center .custom-fields.cf-horizontal { justify-content: center; text-align: center; }
.custom-fields-align-h-right .custom-fields.cf-horizontal { justify-content: flex-end; text-align: right; }
.custom-fields li i { text-align: center; }  [data-disable-heading-click="yes"] .post-title a { pointer-events: none; cursor: default; color: inherit; text-decoration: none; } [data-disable-thumbnail-click="yes"] .post-thumbnail a { pointer-events: none; cursor: default; } [data-disable-meta-click="yes"] .post-meta a { pointer-events: none; cursor: default; }
.fpg-load-more { cursor:pointer; }
.fpg-load-more.is-hidden { display:none; }  .fpg-loader-bottom {
display: none; position: relative;
min-height: 70px; width: 100%;
top: 0 !important; grid-column: 1 / -1; order: 9999;
} .fpg-loader-bottom {
display: block;
} .fpg-loader-bottom::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); --c: no-repeat linear-gradient(#090275 0 0);
background:
var(--c), var(--c), var(--c),
var(--c), var(--c), var(--c),
var(--c), var(--c), var(--c);
background-size: 12px 12px;
border-radius: 4px;
animation: l32-1 1s infinite, l32-2 1s infinite;
} .fpg-loader-bottom {
margin-top: 12px;
}
.blog-posts-container .blog-post{
visibility: hidden;
height: 0;
opacity: 0;
}
.blog-posts-container .blog-post:not(.loaded) {
padding: 0 !important;
}
.blog-posts-container .blog-post.loaded{
opacity: 1;
visibility: visible;
height: auto;
}.footer-width-fixer {
width: 100%;
} .ehf-template-genesis.ehf-header .site-header .wrap,
.ehf-template-genesis.ehf-footer .site-footer .wrap,
.ehf-template-generatepress.ehf-header .site-header .inside-header {
width: 100%;
padding: 0;
max-width: 100%;
} .ehf-template-generatepress.ehf-header .site-header,
.ehf-template-generatepress.ehf-footer .site-footer {
width: 100%;
padding: 0;
max-width: 100%;
background-color: transparent !important; }
.bhf-hidden {
display: none
} .ehf-header #masthead {
z-index: 99;
position: relative;
}@font-face{font-family:eicons;src:url(//stroyservice.fermastudio.ru/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.47.0);src:url(//stroyservice.fermastudio.ru/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.47.0#iefix) format("embedded-opentype"),url(//stroyservice.fermastudio.ru/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.47.0) format("woff2"),url(//stroyservice.fermastudio.ru/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.47.0) format("woff"),url(//stroyservice.fermastudio.ru/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.47.0) format("truetype"),url(//stroyservice.fermastudio.ru/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.47.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e9dd"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-div-block:before{content:"\eb9b"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-ehp-cta:before{content:"\e9cb"}.eicon-ehp-forms:before{content:"\e9bc"}.eicon-ehp-hero:before{content:"\e9ca"}.eicon-ehp-zigzag:before{content:"\e9cc"}.eicon-e-button:before{content:"\e9ce"}.eicon-flexbox:before{content:"\e9d0"}.eicon-paragraph:before{content:"\e9d1"}.eicon-icon:before{content:"\e9d2"}.eicon-e-image:before{content:"\e9d3"}.eicon-video:before{content:"\e9d4"}.eicon-svg:before{content:"\e9d5"}.eicon-e-divider:before{content:"\e9d6"}.eicon-e-heading:before{content:"\e9d7"}.eicon-atomic:before{content:"\ebae"}.eicon-library-delete:before{content:"\e9d8"}.eicon-library-copy:before{content:"\e9d9"}.eicon-library-folder-empty:before{content:"\e9da"}.eicon-library-move:before{content:"\e9db"}.eicon-library-edit:before{content:"\e9dc"}.eicon-library-subscription-upgrade:before{content:"\e9de"}.eicon-library-folder-view:before{content:"\e9df"}.eicon-library-grid:before{content:"\e9e1"}.eicon-library-cloud-connect:before{content:"\e9e2"}.eicon-library-import:before{content:"\e9e3"}.eicon-library-list:before{content:"\e9e4"}.eicon-library-cloud-empty:before{content:"\e9e5"}.eicon-folder-plus:before{content:"\e8aa"}.eicon-library-folder:before{content:"\e9e6"}.eicon-accessibility:before{content:"\e9bf"}.eicon-lock-outline:before{content:"\e9e7"}.eicon-e-youtube:before{content:"\e9e8"}.eicon-contact:before{content:"\ebd2"}.eicon-layout:before{content:"\ebd8"}.eicon-components:before{content:"\ebd9"}.eicon-tab-content:before{content:"\ebda"}.eicon-tab-menu:before{content:"\ebdb"}.eicon-atomic-label:before{content:"\e9ee"}.eicon-atomic-form:before{content:"\e9ef"}.eicon-atomic-submit-button:before{content:"\e9f0"}.eicon-atomic-input:before{content:"\e9f1"}.eicon-atomic-text-area:before{content:"\e9f2"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}