/*!
Theme Name: Expostandbuilders
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: maverick
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

maverick is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
    - Normalize
    - Box sizing
# Base
    - Typography
    - Elements
    - Links
    - Forms
## Layouts
# Components
    - Navigation
    - Posts and pages
    - Comments
    - Widgets
    - Media
    - Captions
    - Galleries
# plugins
    - Jetpack infinite scroll
# Utilities
    - Accessibility
    - Alignments

--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.with-sub-list {position: relative;}
.sub-list__toggle {display: block;width: 12px;height: 12px;padding: 14px;text-align: center;/*transition: all 0.3s ease;*/position: absolute;top: 6px;right: 6px;z-index: 3;}
.menu-item-has-children:hover .sub-list__toggle {transform: rotate(180deg);}
.menu-item-has-children:hover .menu-item-has-children:hover .sub-list__toggle {transform: rotate(180deg);}
.menu-item-has-children:hover .menu-item-has-children .sub-list__toggle {position: absolute;right: 0;top: 6px;transform: unset;}
.menu-item-has-children:hover .menu-item-has-children {flex-wrap: wrap;}
.sub-list__toggle:hover {cursor: pointer;}
.nav__sub-list, .sub-menu, .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {display: none;background-color: #ffffff;position: absolute;top: 100%;left: 0;z-index: 1;list-style: none;}
.with-sub-list:hover .nav__sub-list, .menu-item-has-children:hover .sub-menu, .menu-item-has-children .sub-menu .menu-item-has-children:hover .sub-menu {display: block;}
.menu-item-has-children .menu-item-has-children:hover .sub-menu {position: static;background-color: rgb(246, 246, 246);}
.menu-item-has-children .menu-item-has-children:hover .sub-menu a {font-size: 14px;}
.menu-item-has-children {display: block;position: relative;}
.nav__sub-list .nav__item a, .sub-menu .menu-item a {display: block;min-width: 260px;padding: 8px 16px;}
.sub-menu .menu-item.wpml-ls-menu-item a {min-width: auto;padding-right: 16px;}
.main-navigation {display: block;width: 100%;}
ul {list-style: disc;padding-left: 45px;}
ol {list-style: symbols;padding-left: 45px;}
.main-navigation ul {display: none;list-style: none;margin: 0;padding-left: 0;}
.main-navigation ul ul {box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);float: left;position: absolute;top: 100%;left: -999em;z-index: 99999;}
.main-navigation ul ul ul {left: -999em;top: 0;}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {display: block;left: auto;}
.main-navigation ul ul a {width: 200px;}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {left: auto;}
.main-navigation li {position: relative;}
.main-navigation a {display: block;text-decoration: none;}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {display: block;}
@media screen and (min-width: 37.5em) {
  .menu-toggle {display: none;}
  .main-navigation ul {display: flex;}
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {margin: 0 0 1.5em;}
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {display: flex;align-items: center; justify-content: space-between;}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {flex: 1 0 50%;}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {text-align: end;flex: 1 0 50%;}
/* Posts and pages
--------------------------------------------- */
.sticky {display: block;}
.updated:not(.published) {display: none;}
.page-content, .entry-content, .entry-summary {margin: 1.5em 0 0;}
.page-links {clear: both;margin: 0 0 1.5em;}
/* Comments
--------------------------------------------- */
.comment-content a {word-wrap: break-word;}
.bypostauthor {display: block;}
/* Widgets
--------------------------------------------- */
.widget {margin: 0 0 1.5em;}
.widget select {max-width: 100%;}
/* Media
--------------------------------------------- */
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {border: none;margin-bottom: 0;margin-top: 0;padding: 0;}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {display: inline-block;}
/* Captions
--------------------------------------------- */
.wp-caption {margin-bottom: 1.5em;max-width: 100%;}
.wp-caption img[class*="wp-image-"] {display: block;margin-left: auto;margin-right: auto;}
.wp-caption .wp-caption-text {margin: 0.8075em 0;}
.wp-caption-text {text-align: center;}
/* Galleries
--------------------------------------------- */
.gallery {margin-bottom: 1.5em;display: grid;grid-gap: 1.5em;}
.gallery-item {display: inline-block;text-align: center;width: 100%;}
.gallery-columns-2 {grid-template-columns: repeat(2, 1fr);}
.gallery-columns-3 {grid-template-columns: repeat(3, 1fr);}
.gallery-columns-4 {grid-template-columns: repeat(4, 1fr);}
.gallery-columns-5 {grid-template-columns: repeat(5, 1fr);}
.gallery-columns-6 {grid-template-columns: repeat(6, 1fr);}
.gallery-columns-7 {grid-template-columns: repeat(7, 1fr);}
.gallery-columns-8 {grid-template-columns: repeat(8, 1fr);}
.gallery-columns-9 {grid-template-columns: repeat(9, 1fr);}
.gallery-caption {display: block;}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {display: none;}
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {display: block;}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {border: 0;clip: rect(1px, 1px, 1px, 1px);clip-path: inset(50%);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute !important;width: 1px;word-wrap: normal !important;}
.screen-reader-text:focus {background-color: #f1f1f1;border-radius: 3px;box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);clip: auto !important;clip-path: none;color: #21759b;display: block;font-size: 0.875rem;font-weight: 700;height: auto;left: 5px;line-height: normal;padding: 15px 23px 14px;text-decoration: none;top: 5px;width: auto;z-index: 100000;}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {outline: 0;}
/* Alignments
--------------------------------------------- */
.alignleft {/*rtl:ignore*/float: left;/*rtl:ignore*/margin-right: 1.5em;margin-bottom: 1.5em;}
.alignright {/*rtl:ignore*/ float: right; /*rtl:ignore*/ margin-left: 1.5em;margin-bottom: 1.5em;}
.aligncenter {clear: both;display: block;margin-left: auto;margin-right: auto;}
/* Cucstom style */
/*@import url(../libs/magnific-popup/dist/magnific-popup.css);*/

@font-face {font-family: "Roboto";src: url("/wp-content/themes/maverick/fonts/Roboto/roboto-regular-webfont.woff2") format("woff2"), url("/wp-content/themes/maverick/fonts/Roboto/roboto-regular-webfont.woff") format("woff");font-weight: 400;font-style: normal;font-display: swap;}
@font-face {font-family: "Roboto";src: url("/wp-content/themes/maverick/fonts/Roboto/roboto-bold-webfont.woff2") format("woff2"), url("/wp-content/themes/maverick/fonts/Roboto/roboto-bold-webfont.woff") format("woff");font-weight: 700;font-style: normal;font-display: swap;}
@font-face {font-family: "OpenSans";src: url("/wp-content/themes/maverick/fonts/OpenSans/opensans-light-webfont.woff2") format("woff2"), url("/wp-content/themes/maverick/fonts/OpenSans/opensans-light-webfont.woff") format("woff");font-weight: 300;font-style: normal;}
@font-face {font-family: "OpenSans";src: url("/wp-content/themes/maverick/fonts/OpenSans/opensans-regular-webfont.woff2") format("woff2"), url("/wp-content/themes/maverick/fonts/OpenSans/opensans-regular-webfont.woff") format("woff");font-weight: 400;font-style: normal;font-display: swap;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: "";content: none;}
table {border-collapse: collapse;border-spacing: 0;}
button {border: none;outline: none;}
::-webkit-input-placeholder {color: #666;}
:-ms-input-placeholder {color: #666;}
::-ms-input-placeholder {color: #666;}
::placeholder {color: #666;}
::-moz-selection {background-color: #d1242a;color: #fff;}
::selection {background-color: #d1242a;color: #fff;}
html {overflow-x: hidden;}
body {font-size: 16px;min-width: 320px;position: relative;line-height: 1.65;font-family: "Roboto", sans-serif;font-weight: 400;overflow-x: hidden;background-color: #ffffff;color: #111617;}
body.overflow {overflow: hidden;}
body input, body textarea {border: 1px solid #cccccc;outline: none;font-size: 14px;padding: 10px 14px;}
body input:focus:required:invalid, body textarea:focus:required:invalid {border-color: red;}
body input:required:valid, body textarea:required:valid {border-color: green;}
.img-responsive {display: block;max-width: 100%;height: auto;}
.img-responsive.img-width {width: 100%;}
.text-center {text-align: center;}
b, strong {font-weight: bold;}
.visually-hidden {position: absolute;width: 1px;height: 1px;margin: -1px;padding: 0;border: 0;clip: rect(0 0 0 0);overflow: hidden;}
.btn {display: block;padding: 10px 30px;margin: 0 auto;cursor: pointer;background-color: #d1242a;text-transform: uppercase;color: #ffffff;text-align: center;text-decoration: none;font-size: 14px;font-weight: 400;border-radius: 3px;/*-webkit-transition: all 0.2s;transition: all 0.2s;*/}
.wp-block-button__link {width: 100%;/*  margin: 0 0 12px 12px; */margin: 0 auto;padding: 30px;border-radius: 3px;background: linear-gradient(60deg, #6D0722, #DD0000);background-color: rgba(0, 0, 0, 0);background-color: #6d0722;box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .2);font-size: 24px;font-weight: bold;text-transform: uppercase;/*transition: all 0.2s linear;*/}
.wp-block-buttons .wp-block-button {margin-bottom: 0;}
.wp-block-buttons {display: flex;justify-content: center;padding: 5px;}
.wp-block-buttons > .wp-block-button {display: flex;}
.wp-block-button__link:hover {background: #DD0000;}
.btn--red {width: 170px;}
.btn--red:hover {background-color: #ec2930;}
.btn__request-popup {display: none;}
.btn__request-popup.hidden {display: none;}
article p {margin-bottom: 20px;}
/*---------------------------------------------------new css*/
a {color: #111617;}
.menu > li:not(:last-child) {margin-right: 20px;}
li.current-menu-item a {text-decoration: underline;}
li.current-menu-item ul.sub-menu li a {text-decoration: none;}
div.container-logo {display: flex;padding-left: 15px;padding-right: 15px;max-width: 1320px;-webkit-box-pack: justify;justify-content: space-between;margin: 0 auto;align-items: center;padding-top: 5px;padding-bottom: 5px;}
div.inner, div.icon-box, div.contact-right ul, div.social-wrap ul {display: flex;}
div.social-wrap ul li, div.container-logo ul li {list-style-type: none;}
div.social-wrap ul li a {color: #111617;}
div.social-wrap ul li a img {width: 28px;height: 28px;margin-right: 10px;}
div.inner {align-items: center;}
div.icon-box {margin-right: 30px;padding-top: 10px;}
div.icon-box img {margin-right: 10px;width: 40px;}
div.icon-box ul li {line-height: 20px;}
div.icon-box b {font-weight: 500;}
div.icon-box a {color: #d1242a;text-decoration: none;font-size: 15px;}
div.trustpilot-img {line-height: 20px;}
div.trustpilot-img img {width: 110px;margin-bottom: -5px;}
div.trustpilot-img .trustpilot-text {color: #000;font-size: 12px;margin-top: -10px;}
span.trustpilot-head {color: #000;margin-right: 6px;}
div.services-list .service-wrap {border: 2px solid #c1c1c1;padding: 30px 20px 0px;margin-bottom: 30px;}
div.services-list h2 {margin-bottom: 25px;}
div.services-list h2 a {color: #000;text-decoration: none;text-transform: uppercase;}
div.services-list h2 a:hover {text-decoration: underline;}
.service-wrap figcaption {background-color: rgb(0 0 0 / 60%);}
.service-wrap figcaption a {color: #fff;text-decoration: none;font-size: 14px;}
.services-list.list-custom .wp-block-image img {/*-webkit-transition: -webkit-transform .8s ease-in-out;transition: transform .8s ease-in-out;*/}
.services-list.list-custom .wp-block-image img:hover {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
.service-wrap figcaption a:hover {text-decoration: underline;}
.service-wrap.eu-bg {background-size: cover;/*background-image: url(/wp-content/uploads/Europe-1.jpg);*/background-position: center;background-repeat: no-repeat;}
.service-wrap.oae-bg {background-size: cover;/*background-image: url(/wp-content/uploads/OAE-1.jpg);*/background-position: center;background-repeat: no-repeat;}
.service-wrap.usa-bg {background-size: cover;/*background-image: url(/wp-content/uploads/usa-1.jpg);*/background-position: center;background-repeat: no-repeat;}
.service-wrap.ukrainy-bg {background-size: cover;/*background-image: url(/wp-content/uploads/ukraine-1.jpg);*/background-position: center;background-repeat: no-repeat;}
.service-wrap.ru-bg {background-size: cover;/*background-image: url(/wp-content/uploads/ru-1.jpg);*/background-position: center;background-repeat: no-repeat;}
.service-wrap.azia-bg {background-size: cover;/*background-image: url(/wp-content/uploads/azia-1.jpg);*/background-position: center;background-repeat: no-repeat;}
.wp-block-column.town-inner {margin: 40px 10px;text-align: center;padding: 30px 0px;position: relative;}
section.error-404 .about__wrapper p a {color: #d1242a;}
.wp-block-column.town-inner h2 {margin-bottom: 15px;}
.wp-block-column.town-inner a.more-btn {background-color: #ffcc27;font-size: 24px;font-weight: 500;text-decoration: none;color: #000;padding: 0px 15px;position: absolute;bottom: -15px;right: 10px;display: none;/*-webkit-transition: -webkit-transform .8s ease-in-out;transition: transform .8s ease-in-out;*/}
.wp-block-column.town-inner a.more-btn:hover {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
.mfp-title {display: none;}
.mfp-close-btn-in .mfp-close {cursor: pointer !important;}
.custom-img-logo .all-services__list img {display: block;/* width: 100%; *//* max-width: 90px; */max-width: fit-content;width: auto;height: 100px;margin: 0 auto 10px;}
@media (min-width: 600px) and (max-width: 781px) {
  .service-wrap.eu-bg {background-size: cover;background-image: url(/wp-content/uploads/2021/11/Europe.jpg);background-position: center;background-repeat: no-repeat;}
  .wp-block-columns {justify-content: space-evenly;}
}
@media (max-width: 768px) {
  .service-wrap .wp-block-columns .wp-block-column {width: auto;margin-left: 0px;flex-basis: content !important;}
  section.error-404 .about__wrapper {display: block;}
  section.error-404 .about__wrapper img {width: 340px;margin: 0 auto;}
  .custom-img-logo .all-services__list img {max-width: 90px !important;}
}
@media (max-width: 1200px) {
  .social-wrap {display: none;}
}
/*-----------------------------------------------------end new*/
.site-header {position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;background-color: #fff;}
.page {background-color: #f6f6f6;position: relative;}
.page-header__logo {display: block;}
.page-header__logo svg {width: 210px;}
.top-line {background-color: #111617;text-transform: uppercase;font-size: 12px;font-weight: 700;font-family: "Roboto", sans-serif;color: #ffcc27;}
.top-line__wrapper {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-ms-flex-wrap: wrap;flex-wrap: wrap;max-width: 1320px;margin: 0 auto;padding: 10px 15px 12px;}
.top-line__title {display: inline-block;margin: auto;color: #d1242a;}
.top-line__text {text-align: center;}
.top-line__date {color: #eaeaea;font-weight: 400;}
button.nav__pop {display: block;padding: 12px 30px;margin: auto;font-weight: 400;color: #323232;font-size: 14px;border-radius: 3px;cursor: pointer;background-color: #ffcc27;}
button.nav__pop:hover {background-color: #fed34a;}
.nav {position: relative;min-height: 50px;z-index: 10;background-color: #111617;}
.nav__wrapper { -webkit-box-align: center; -ms-flex-align: center;align-items: center;z-index: 10;position: relative;}
.nav__list, .menu {height: 50px;background-color: #ffffff;list-style: none;}
.menu {display: none;}
.nav--opened .menu {display: block;}
.nav__item a, .menu-item a {color: #323232;}
.nav__item.nav__my-popup a {padding: 8px 21px;font-weight: 400;color: #fff;font-size: 14px;border-radius: 3px;background-color: #da2a28;margin-left: 0;}
.nav__item.nav__my-popup a[href]:hover {background-color: #fed34a;}
.nav__toggle {position: absolute;top: 55px;right: 0;z-index: 11;width: 70px;height: 47px;background: #ffffff;font-size: 0;}
.nav__toggle:hover, .nav__toggle:active {background: #ffffff;}
.nav--closed .nav__toggle::before {content: "";position: absolute;display: block;top: 12px;left: 20px;right: 18px;height: 3px;background: #111617; -webkit-box-shadow: 0 8px 0 0 #111617, 0 16px 0 0 #111617;box-shadow: 0 8px 0 0 #111617, 0 16px 0 0 #111617;}
.nav--closed .nav__toggle:active::before {background: #111617; -webkit-box-shadow: 0 8px 0 0 #111617, 0 16px 0 0 #111617;box-shadow: 0 8px 0 0 #111617, 0 16px 0 0 #111617;}
.nav--opened .nav__toggle {left: auto;z-index: 11;}
.nav--opened .nav__toggle::before, .nav--opened .nav__toggle::after {content: "";position: absolute;display: block;top: 25px;left: 17px;right: 17px;height: 2px;background: #111617; -webkit-box-shadow: none;box-shadow: none;}
.nav--opened .nav__toggle::before {-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.nav--opened .nav__toggle::after {-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
.nav--opened .nav__toggle:active::before, .nav--opened .nav__toggle:active::after {background: rgba(255, 255, 255, 0.3);}
.nav__item a, .menu-item a {display: block;padding: 12px 21px 13px 21px;border-top: 1px solid #111617;background: #111617;color: #323232;font-size: 16px;line-height: 24px;text-decoration: none;text-transform: uppercase;}
.nav__request {position: relative;display: block;padding: 11px 21px 11px 48px;}
.nav__request:hover {color: rgba(255, 255, 255, 0.3);}
.nav__request::before {content: "";position: absolute;display: block;top: 17px;left: 21px;width: 16px;height: 16px;}
.main-slider {background-color: #111617;position: relative;}
.main-slider__wrapp {position: absolute;width: 100%;height: auto;top: 50%;left: 50%;transform: translate(-50%, -50%);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;z-index: 10;}
.main-slider__text {font-size: 80px;text-transform: uppercase;color: #ffffff;padding: 12px 15px 0;}
.main-slider__text-bracket {font-size: 140px;color: #ffffff;font-weight: 400;opacity: 0.8;}
.main-slider__item {width: 100%;height: auto;display: block;margin: auto;}
#main-slider .owl-item::before {content: "";position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;background-color: #111617;opacity: 0.5;}
.owl-theme .owl-nav.disabled + .owl-dots {margin-top: -50px;position: relative;z-index: 1;}
.owl-theme .owl-dots .owl-dot span {width: 32px;height: 2px;background-color: #eaeaea;/*-webkit-transition: background-color 0.2s;transition: background-color 0.2s;*/}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background-color: #ffcc27;}
.breadcrumb {/* margin-bottom: 80px; */background-color: #f6f6f6;}
.breadcrumb__wrapper {max-width: 1320px;padding: 12px 0;margin: 0 auto;display: flex;align-items: center;justify-content: flex-start;text-decoration: none;color: #121212;font-size: 12px;font-weight: 400;}
.breadcrumb__wrapper a[href] {color: #323232;}
.breadcrumb__wrapper a::after {content: "|";position: absolute;right: -5px;color: #323232;}
.breadcrumb__wrapper a:last-of-type {margin-right: 0;}
.breadcrumb__wrapper a:last-of-type::after {display: none;}
.home .breadcrumb {display: none;}
.default {background-color: #ffffff;margin-bottom: 100px;}
.blog__wrapper {max-width: 1320px;padding-left: 15px;padding-right: 15px;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
.blog-main {max-width: 860px;width: 100%;}
.blog-main .entry-title {font-size: 32px;}
.blog-main .entry-title a {color: #DD0000;text-decoration: none;font-weight: bold;}
.blog-main .entry-meta {color: #888888;}
.blog-main .entry-meta a {color: #888888;text-decoration: none;}
.blog-main .entry-content {padding: 20px 30px;margin-top: 0;margin-bottom: 30px;background-color: #f6f6f6;font-size: 18px;}
.blog-main .entry-content a {color: #111617;}
.blog-main .entry-content .more-link {display: flex;justify-content: flex-end;color: #ffcc27;font-size: 20px;font-weight: bold;text-decoration: none;}
.blog__wrapper .widget-area {width: 100%;max-width: 280px;}
.blog__wrapper .widget-area .widget-title {font-size: 24px;font-weight: bold;}
.blog__wrapper .widget-area a {color: #DD0000;text-decoration: none;}
.blog__wrapper .widget-area li {margin-left: 16px;list-style-type: square;}
.blog__wrapper .widget-area .tag-cloud-link {display: block;font-size: 16px !important;}
.blog-main .nav-links a {color: #ffcc27;font-weight: bold;text-decoration: none;}
.blog-main .post-thumbnail img {width: 100%;height: auto;}
.blog-post {max-width: 1320px;padding-left: 15px;padding-right: 15px;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
.blog-post a {color: #111617;}
.blog-post h1 {width: 100%;margin-top: 20px;font-size: 32px;font-weight: bold;text-align: center;}
.blog-post h2 {width: 100%;padding-left: 0;padding-right: 0;margin-top: 20px;margin-bottom: 20px;font-size: 32px;font-weight: bold;text-align: center;}
.blog-post ul {margin-left: 24px;list-style-type: disc;}
.blog-post .blocks-gallery-grid {margin-left: 0;}
.blog-post img {width: 100%;height: auto;}
.blog-post .wp-block-image {margin-bottom: 0;}
.blog-post p {margin-bottom: 10px;}
.blog-post .post-meta {width: 100%;margin-bottom: 10px;color: #888888;font-size: 14px;}
.blog-post .post-meta a {color: #888888;}
.blog-post .wp-block-media-text .wp-block-media-text__content {padding: 0;}
.post-author__author {display: flex;justify-content: flex-start;align-items: center;margin-top: 20px;}
.post-author__author .wp-block-media-text__content {padding: 0 2%;}
.post-author__author img {width: 100px;margin-right: 10px;}
.post-tags {font-size: 16px;font-weight: bold;color: #111617;}
.post-tags a {color: #DD0000;text-decoration: none;}
.post-tags a:hover {text-decoration: underline;}
.post-share a {display: inline-block;width: 80px;height: 40px;margin-right: 10px;border-top: 6px solid red;text-align: center;}
.post-share a::before {display: inline-block;content: '';width: 30px;height: 30px;margin-top: 6px;background-position: center center;background-repeat: no-repeat;background-size: contain;}
.post-share .share-in {border-color: #d1242a;}
.post-share .share-in::before {background-image: url("/wp-content/uploads/2021/03/031-linkedin.svg");}
.post-share .share-tw {border-color: #ffcc27;}
.post-share .share-tw::before {background-image: url("/wp-content/uploads/2021/03//013-twitter-1.svg");}
.post-share .share-fb {border-color: #111617;}
.post-share .share-fb::before {background-image: url("/wp-content/uploads/2021/03/045-facebook.svg");}
.post__wrapper hr {width: 100%;}
.post__wrapper .blog-post .post-navigation {width: 100%;margin-bottom: 50px;}
.post__wrapper .post-thumbnail img {width: 100%;height: auto;}
.post-navigation .nav-links a {text-decoration: none;}
.widget-area .search-form {position: relative;}
.widget-area .search-field {width: 100;padding-right: 80px;}
.widget-area .search-submit {color: #DD0000;position: absolute;top: 0;right: 0;cursor: pointer;}
.default__wrapper, .portfolio__wrapper, .post-562, .post-3 {max-width: 1320px;padding-left: 15px;padding-right: 15px;margin: 0 auto;}
.default__title {text-transform: uppercase;color: #111617;font-size: 24px;line-height: 36px;font-weight: 300;margin-bottom: 30px;}
.wp-block-separator.white {background-color: #ffffff;margin: 0;}
.double-block {max-width: 1320px;padding-left: 15px;padding-right: 15px;margin: 0 auto;}
.double-block .wp-block-media-text__content {padding: 0;}
.double-block p {margin-bottom: 20px;color: #111617;font-size: 16px;line-height: 1.5;font-weight: 400;}
.services .default__title {margin-bottom: 60px;}
.default__wrapper {list-style: none;}
.default__wrapper .services-item {padding-bottom: 0;}
.default__wrapper .services-item img, .default__wrapper .services-item .wp-block-image {margin-bottom: 0;}
.default__wrapper .services-item h3 {font-size: 24px;margin-bottom: 10px;padding-left: 15px;padding-right: 15px;}
.title--center {display: block;padding-top: 40px;text-align: center;margin-left: auto;margin-right: auto;}
h1.default__title, article h1 {font-size: 34px;line-height: 1.3;font-weight: bold;}
h1.has-text-align-center {line-height: 1.3;font-weight: bold;max-width: 1320px;padding-left: 15px;padding-right: 15px;margin: 0 auto;}
h2.default__title, article h2 {padding-left: 15px;padding-right: 15px;font-size: 32px;line-height: 1.3;font-weight: bold;}
h3.default__title, article h3 {padding-left: 15px;padding-right: 15px;font-size: 24px;line-height: 1.3;font-weight: bold;}
article h3 {font-size: 20px;}
.default__sub-title {text-transform: uppercase;color: #111617;font-size: 16px;line-height: 30px;font-weight: 700;margin-bottom: 18px;}
.default__text {max-width: 1320px;padding-left: 15px;padding-right: 15px;margin: 0 auto 20px;color: #111617;font-size: 16px;font-family: "OpenSans", sans-serif;line-height: 1.5;font-weight: 400;}
ul.default__text, ol.default__text {padding-left: 45px;}
.default__text a {color: #111617;}
.statistics {background-color: #123E59;margin-bottom: 100px;margin-top: -8px;}
.statistics__wrapper {max-width: 1320px;padding: 30px 15px;margin: 0 auto;}
.statistics__list {display: -webkit-box;display: -ms-flexbox;display: flex;width: 100%;-ms-flex-wrap: wrap;flex-wrap: wrap;height: auto;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;list-style: none;}
.statistics__item {color: #eaeaea;font-size: 18px;text-transform: uppercase;font-weight: 400;text-align: left;}
.statistics__number {display: block;font-weight: 700;color: #fff;font-size: 36px;}
.about {margin-bottom: 100px;}
.about__wrapper {max-width: 1320px;padding-left: 15px;padding-right: 15px;margin: 0 auto;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.about__block-text {width: 50%;padding-right: 15px;font-family: "OpenSans", sans-serif;}
.about__title {text-transform: uppercase;color: #111617;font-size: 36px;font-weight: bold;margin-bottom: 30px;}
.about__text {color: #555555;font-size: 24px;line-height: 36px;font-weight: 300;margin-bottom: 15px;}
.about__small-text {font-size: 14px;font-weight: 400;}
.about__image {width: 50%;padding-left: 15px;}
.acquaint {margin-bottom: 50px;background-color: #f6f6f6;}
.acquaint__wrapper {max-width: 1320px;padding: 80px 15px 90px;margin: 0 auto;}
.acquaint__title {text-transform: uppercase;color: #111617;font-size: 36px;font-weight: 300;text-align: center;margin-bottom: 30px;}
.acquaint__text {display: block;margin-bottom: 30px;text-align: center;font-size: 14px;color: #555555;font-weight: 400;}
.acquaint__text:last-of-type {margin-bottom: 0;}
.acquaint__text span {font-weight: 700;text-transform: uppercase;}
.benefits {width: 100%;background-color: #ffffff;}
.benefits__title {margin-bottom: 30px;text-transform: uppercase;font-size: 36px;text-align: center;font-weight: 300;}
.benefits__list {background-color: #3279a6;display: -webkit-box;display: -ms-flexbox;display: flex;list-style: none;}
.benefits__item {width: 20%;color: #111617;padding: 40px 30px 80px;}
.benefits__ico {height: 100px;width: 100px;margin-bottom: 30px;filter: brightness(0) invert(1);}
.white__filter img {filter: brightness(0) invert(1);}
.benefits__item-title {padding-left: 0;text-transform: uppercase;font-weight: 400;font-size: 24px;line-height: 30px;margin-bottom: 20px;}
.all-services .benefits__item-text {position: relative;font-size: 12px;line-height: 18px;font-family: OpenSans, sans-serif;font-weight: 400;margin-top: 10px;}
.all-services .benefits__item-text:before {position: absolute;content: "";width: 60px;height: 1px;display: block;left: 0;right: 0;margin: 0 auto;bottom: -20px;}
.benefits__item-text {position: relative;font-size: 14px;line-height: 20px;font-family: OpenSans, sans-serif;font-weight: 400;}
.benefits__item-text:before {position: absolute;content: "";width: 60px;height: 1px;display: block;background-color: white;left: 0;bottom: -20px;}
.benefits__item:nth-of-type(2) {background-color: #2c5b77;}
.benefits__item:nth-of-type(3) {background-color: #21506d;}
.benefits__item:nth-of-type(4) {background-color: #1a4864;}
.benefits__item:nth-of-type(5) {background-color: #123e59;}
.works {padding: 50px 0;background-color: #111617;}
.works__title {text-transform: uppercase;text-align: center;font-size: 36px;color: #ffffff;margin-bottom: 30px;}
.works__slider {width: 90%;margin: 0 auto 50px;}
.wp-block-media-text__media img {height: auto;}
#our-company__owl {width: 92%;margin: 0 auto;}
.works .works__slider .owl-nav, #our-company__owl .owl-nav {top: 44%;left: 0;width: 108%;height: 0;position: absolute;z-index: 10;margin-top: 0;margin-left: -4%;display: flex;justify-content: space-between;align-items: center;}
.works .works__slider .owl-nav [class*="owl-"]:hover, #our-company__owl .owl-nav [class*="owl-"]:hover {background: transparent;}
.works .works__slider .owl-nav :hover, #our-company__owl .owl-nav :hover {color: #ffcc27; }
.works .works__slider .owl-nav .owl-prev, #our-company__owl .owl-prev {font-size: 32px;color: #eaeaea;}
.works .works__slider .owl-nav .owl-prev span, #our-company__owl .owl-nav .owl-prev span {padding: 5px 15px;}
.works .works__slider .owl-nav .owl-next, #our-company__owl .owl-nav .owl-next {font-size: 32px;color: #eaeaea;}
.works .works__slider .owl-nav .owl-next span, #our-company__owl .owl-nav .owl-next span {padding: 5px 15px;}
.works .default__title {color: #ffffff;}
.works__slider-item {position: relative;/*-webkit-transition: all 0.3s;transition: all 0.3s;*/display: block;border: 10px solid transparent;}
.works-slide__text {position: absolute;z-index: 1;display: none;top: 50%;left: 50%;transform: translate(-50%, -50%);color: #ffffff;text-transform: uppercase;text-align: center;}
.works-slide__title {font-size: 36px;font-weight: 700;color: #ffffff;line-height: 42px;}
.works-slide__subtitle {font-size: 18px;font-weight: 400;color: #eaeaea;font-family: "OpenSans", sans-serif;}
.works__slider-item::after {content: "";position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;background-color: #111617;opacity: 0.8;}
.works__slider-item:hover {cursor: pointer;border: 10px solid #3279A6;}
.works__slider-item:hover::after {opacity: 0.5;}
.works__slider-item:hover .works-slide__text {display: block;}
.customers {padding-top: 0;padding-bottom: 50px;background-color: #ffffff;}
.customers__wrapper {max-width: 1320px;padding-left: 15px;padding-right: 15px;margin: 0 auto;}
.customers__title {color: #111617;font-size: 36px;text-align: center;text-transform: uppercase;font-weight: 300;margin-bottom: 100px;}
.customers__list {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-align: center;-ms-flex-align: center;align-items: center;list-style: none;}
.customers__item {width: 100%;opacity: 0.5;/*-webkit-transition: opacity 0.2s;transition: opacity 0.2s;*/margin-bottom: 30px;text-align: center;}
.customers__item:hover {opacity: 1;}
.customers-page__list {margin-bottom: 100px;}
.customers-page__item {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-ms-flex-wrap: nowrap;flex-wrap: nowrap;margin-bottom: 10px;border: 1px solid #cccccc;}
.customers-page__item img {padding: 30px;height: -webkit-fit-content;height: -moz-fit-content;height: fit-content;}
.customers-page__item span {padding: 30px 30px 30px 0;font-family: "OpenSans", sans-serif;font-size: 14px;line-height: 30px;color: #555555;}
.site-footer {background-color: #111617;position: relative;color: #f6f6f6;font-size: 14px;line-height: 24px;}
.page-footer__wrapper {max-width: 1320px;padding: 50px 15px;margin: 0 auto;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.page-footer__logo svg {width: 210px;}
.page-footer__contacts {position: relative;padding-left: 30px;}
.page-footer__contacts.contacts__ico-tel::before {content: "";position: absolute;left: -5px;top: 5px;width: 20px;height: 18px;background-repeat: no-repeat;background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iaWNvbnMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTMuNiA1Mi45IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1My42IDUyLjk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGNkY2RjY7fQ0KPC9zdHlsZT4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik01My42LDQyLjljLTAuMi0xLjItMC45LTIuMy0yLjMtMy4ybC0xMS40LTcuOGMtMC44LTAuNS0xLjYtMC44LTIuNi0wLjhjLTEuNCwwLTIuOCwwLjctMy42LDEuOGwtMi45LDQuMg0KCQljLTAuMiwwLjItMC4zLDAuNS0wLjMsMC43Yy0xLjItMC4xLTQtMC45LTguMS01Yy01LjYtNS41LTYuOS04LjUtNy05LjljMC4yLTAuMSwwLjMtMC4yLDAuNS0wLjNsNC4xLTMuMWMxLjktMS40LDIuMy00LjIsMC44LTYuMg0KCQlMMTIuNSwyLjJDMTAuNi0wLjQsOC0wLjcsNS42LDEuNEM0LjMsMi41LDIuMSw1LjIsMS4yLDYuOWMtMC41LDEtMC44LDItMC43LDNjLTAuMywxLjUtMC45LDUuMiwwLjIsMTAuNGMxLjUsNy4yLDUuNiwxNCwxMi4yLDIwLjQNCgkJYzEwLjUsMTAuMSwxOS43LDEyLjMsMjUuNiwxMi4zYzIuNiwwLDQuNi0wLjQsNS43LTAuOWMwLjksMCwxLjktMC4zLDIuOC0wLjhjMS42LTEsNC4zLTMuMiw1LjQtNC42QzUzLjMsNDUuNCw1My43LDQ0LjEsNTMuNiw0Mi45DQoJCXogTTQ5LjIsNDQuMWMtMC44LDEtMy4xLDMtNC4zLDMuN2MtMC4zLDAuMi0wLjUsMC4yLTAuOSwwLjNjMCwwLDAsMCwwLDBjLTEuNC0wLjUtMi45LTEuMi0zLjQtMS43Yy0wLjMtMC40LTEtMC41LTEuNC0wLjINCgkJYy0wLjQsMC4zLTAuNSwxLTAuMiwxLjRjMC40LDAuNSwwLjksMC45LDEuNiwxLjJjLTAuNiwwLjEtMS40LDAuMS0yLjMsMC4xYy00LjIsMC0xMi44LTEuNC0yMi44LTExLjFDMS40LDI0LDQuMSwxMS44LDQuNCwxMC41DQoJCWMwLjEtMC4zLDAuMS0wLjUsMC0wLjhjMC0wLjMsMC0wLjYsMC4yLTAuOWMwLjctMS4yLDIuNi0zLjYsMy41LTQuNEM4LjUsNC4yLDguNyw0LjEsOC44LDRDOC45LDQuMSw5LDQuMiw5LjMsNC42bDguMSwxMS4xDQoJCWMwLjIsMC4yLDAuMSwwLjUsMCwwLjdsLTMuOSwyLjljLTAuMSwwLTAuMSwwLTAuMiwwYzAsMC0wLjEsMC0wLjEsMGMtMC45LTAuNi0xLjktMS40LTIuMi0xLjljLTAuMy0wLjUtMC45LTAuNi0xLjQtMC4zDQoJCWMtMC41LDAuMy0wLjYsMC45LTAuMywxLjRjMC41LDAuNywxLjQsMS41LDIuMywyLjFjLTEuMywzLjYsMS4xLDguMiw3LjksMTVjOC4yLDguMiwxMyw2LjEsMTMuOCw1LjdjMC41LTAuMywwLjktMC44LDEtMS40DQoJCWMwLTAuMiwwLTAuNCwwLTAuN2MwLDAsMC0wLjEsMC0wLjFsMi43LTMuOGMwLjEtMC4yLDAuNC0wLjIsMC43LTAuMUw0OSw0M2MwLjQsMC4yLDAuNSwwLjQsMC42LDAuNUM0OS41LDQzLjYsNDkuNSw0My44LDQ5LjIsNDQuMQ0KCQl6Ii8+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTI1LjcsMTEuNWM3LjcsMi40LDEzLjgsOC40LDE2LjIsMTYuMWMwLjEsMC40LDAuNSwwLjcsMSwwLjdjMC4xLDAsMC4yLDAsMC4zLDBjMC41LTAuMiwwLjgtMC43LDAuNy0xLjMNCgkJYy0yLjYtOC40LTkuMS0xNC45LTE3LjUtMTcuNGMtMC41LTAuMi0xLjEsMC4xLTEuMiwwLjdDMjQuOCwxMC44LDI1LjEsMTEuNCwyNS43LDExLjV6Ii8+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTI3LDQuMWMxMS42LDIuNywyMC41LDEyLjEsMjIuNiwyMy44YzAuMSwwLjUsMC41LDAuOCwxLDAuOGMwLjEsMCwwLjEsMCwwLjIsMGMwLjUtMC4xLDAuOS0wLjYsMC44LTEuMg0KCQlDNDkuMywxNSwzOS45LDUuMSwyNy41LDIuMmMtMC41LTAuMS0xLjEsMC4yLTEuMiwwLjdDMjYuMiwzLjQsMjYuNSw0LDI3LDQuMXoiLz4NCjwvZz4NCjwvc3ZnPg0K");}
.page-footer__contacts.contacts__ico-address::before {content: "";position: absolute;left: -5px;top: 5px;width: 20px;height: 20px;background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iaWNvbnMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTQgNTMuOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTQgNTMuODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0Y2RjZGNjt9DQo8L3N0eWxlPg0KPGc+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTM0LjIsMTVjMC00LTMuMi03LjItNy4yLTcuMmMtNCwwLTcuMiwzLjItNy4yLDcuMmMwLDQsMy4yLDcuMiw3LjIsNy4yQzMwLjksMjIuMiwzNC4yLDE5LDM0LjIsMTV6DQoJCSBNMjYuOSwyMC4yYy0yLjksMC01LjItMi4zLTUuMi01LjJzMi4zLTUuMiw1LjItNS4yczUuMiwyLjMsNS4yLDUuMlMyOS44LDIwLjIsMjYuOSwyMC4yeiIvPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik01My45LDUxLjVsLTYtMjJjLTAuMi0wLjYtMC42LTEuMS0xLjMtMS40bC03LjctMi43YzAuNi0xLjIsMS4yLTIuNSwxLjgtMy43YzEtMi4xLDEuNS00LjMsMS41LTYuNQ0KCQlDNDIuMiw2LjgsMzUuNCwwLDI2LjksMGMtOC40LDAtMTUuMyw2LjgtMTUuMywxNS4yYzAsMi4zLDAuNSw0LjUsMS41LDYuNWMwLjYsMS4zLDEuMiwyLjYsMS44LDMuOGwtNy42LDIuNw0KCQljLTAuNiwwLjItMS4xLDAuNy0xLjMsMS40bC02LDIyYy0wLjIsMC44LDAuMSwxLjYsMC43LDIuMWMwLjYsMC41LDEuNSwwLjYsMi4yLDAuMkwxNCw0OC4ybDEyLjEsNS42YzAuNSwwLjIsMS4xLDAuMiwxLjcsMA0KCQlMNDAsNDguMmwxMS4xLDUuNmMwLjMsMC4xLDAuNiwwLjIsMC45LDAuMmMwLjUsMCwwLjktMC4yLDEuMy0wLjVDNTMuOSw1Myw1NC4xLDUyLjIsNTMuOSw1MS41eiBNMTMuNywxNS4yQzEzLjcsNy45LDE5LjYsMiwyNi45LDINCgkJYzcuMywwLDEzLjMsNS45LDEzLjMsMTMuMmMwLDItMC40LDMuOC0xLjMsNS43Yy0zLjYsOC4yLTkuOCwxNi4xLTExLjksMTguNmMtMi4yLTIuNi04LjQtMTAuNC0xMi0xOC43DQoJCUMxNC4xLDE5LDEzLjcsMTcuMiwxMy43LDE1LjJ6IE00MC45LDQ0LjJjLTAuNS0wLjMtMS4yLTAuMy0xLjcsMEwyNyw0OS44bC0xMi4yLTUuNmMtMC42LTAuMy0xLjItMC4yLTEuNywwbC04LDRsNC41LTE2LjdMMTcsMjkNCgkJYzQuMyw3LDksMTIuNCw5LjMsMTIuN2MwLjIsMC4yLDAuNSwwLjMsMC43LDAuM2MwLjMsMCwwLjYtMC4xLDAuOC0wLjNjMC4zLTAuMyw1LTUuNyw5LjItMTIuN2w3LjQsMi42bDQuNSwxNi43TDQwLjksNDQuMnoiLz4NCjwvZz4NCjwvc3ZnPg0K");}
.page-footer__title {margin-bottom: 10px;font-size: 18px;line-height: 27px;font-weight: 700;}
.site-footer .menu-footer {list-style: none;}
.page-footer__contacts a, .site-footer .menu-footer a {display: block;padding: 0;color: #f6f6f6;font-size: 14px;font-family: "Roboto", sans-serif;font-weight: 400;text-decoration: none;text-transform: none;}
.page-footer__contacts a:hover,
.site-footer .menu-footer a:hover {text-decoration: underline;}
.page-footer__text {text-align: left;line-height: 24px;}
.page-footer__address {margin-bottom: 0;}
.page-footer__tel, .page-footer__mail {display: block;color: #f6f6f6;font-size: 14px;font-family: "Roboto", sans-serif;font-weight: 400;}
.page-footer__tel:hover, .page-footer__mail:hover {text-decoration: none;cursor: pointer;}
.page-footer__copyright {text-align: center;padding-top: 50px;width: 100%;margin: 0;font-size: 12px;line-height: 30px;}
.page-footer__copyright a {color: #555555;margin: 0 5px;}
.page-footer__copyright p {display: inline-block;margin: 0 5px;}
.social {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;flex-wrap: wrap;margin-top: 10px;}
.social span {margin-right: 15px;}
.social__btn {display: inline-flex;padding: 2px;margin-right: 8px;margin-left: 0;position: relative;border-radius: 0;background-color: #ffffff;}
.social__btn::before {content: "";display: inline-block;vertical-align: middle;width: 18px;height: 18px;background-size: contain;background-position: center center;background-repeat: no-repeat;}
.social__btn--fb::before {background-image: url("/wp-content/uploads/2021/03/mono-facebook.svg");}
.social__btn--in::before {background-image: url("/wp-content/uploads/2021/03/mono-linkedin.svg");}
.social__btn--insta::before {background-image: url("/wp-content/uploads/2021/03/mono-instagram.svg");}
.social__btn--youtube::before {background-image: url("/wp-content/uploads/2021/03/mono-youtube.svg");}
.social__btn--mail::before {background-image: url("/wp-content/uploads/mono-email.svg");}
.page-footer__messengers {display: flex;margin-top: 10px;line-height: 1;}
.page-footer__messengers a {width: 22px;margin-right: 10px;}
.page-footer__messengers img {width: 100%;}
.our-company {position: relative;background-color: rgba(17, 22, 23, 0.95);}
.our-company::after {content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: -1;background-repeat: no-repeat;background-size: cover;background-image: url(../img/bg_our-company.jpg);}
.our-company__wrapper {max-width: 1320px;padding: 50px 15px 20px;margin: 0 auto;}
.our-company__title {width: 100%;text-transform: uppercase;text-align: center;font-size: 36px;color: #ffffff;margin-bottom: 20px;}
.our-company__sub-title {display: block;width: 100%;text-align: center;font-size: 14px;color: #eaeaea;font-family: "OpenSans", sans-serif;margin-bottom: 50px;}
.our-company__list {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-pack: distribute;justify-content: space-around;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.our-company__item {max-width: 370px;margin: 0 30px;text-align: center;cursor: pointer;/*transition: all 0.2s ease;*/}
.our-company__item img {margin-bottom: 28px;width: 100%;}
.our-company__item-title {margin-bottom: 25px;font-weight: 300;color: #ffcc27;font-size: 18px;line-height: 30px;font-family: "Roboto", sans-serif;text-transform: uppercase;}
.our-company__item-title span {display: block;padding-top: 10px;font-weight: 400;font-size: 14px;text-transform: none;}
.our-company__item-desc {position: relative;color: #eaeaea;font-size: 14px;line-height: 25px;}
.our-company__item-desc span {display: block;padding-top: 30px;}
.our-company__item-desc::after {content: "";width: 100px;height: 1px;background-color: #ffffff;position: absolute;bottom: -25px;left: 135px;}
.team {background-color: #ffffff;color: #111617;}
.team__wrapper {max-width: 1320px;padding: 100px 15px;margin: 0 auto;}
.team__title {width: 100%;margin-bottom: 25px;text-transform: uppercase;font-weight: 700;font-size: 16px;line-height: 30px;font-family: "OpenSans", sans-serif;}
.team__list {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-ms-flex-wrap: nowrap;flex-wrap: nowrap;}
.team__item {font-size: 14px;text-align: center;margin-bottom: 100px;text-transform: uppercase;font-weight: 300;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;-ms-flex-preferred-size: 0;flex-basis: 0;}
.team__item img {display: block;margin: 0 auto 15px;}
.team__item span {margin: 0 auto;width: 65%;display: block;font-size: 14px;text-transform: none;}
.team__item span b {margin-top: 10px;display: block;}
.team__desc {text-align: center;font-size: 24px;color: #555555;line-height: 36px;font-weight: 300;font-family: "OpenSans", sans-serif;}
.portfolio-slider {background-color: #111617;margin-bottom: 20px;}
.portfolio-slider h3 {text-align: center;padding-top: 14px;margin-bottom: 10px;color: #ffffff;}
.portfolio-page__wrapper {max-width: 1320px;padding: 0 15px;margin: 0 auto 100px;}
.portfolio-page__list {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-ms-flex-pack: distribute;justify-content: space-around;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-bottom: 100px;}
.portfolio-page__item {width: 370px;height: 370px;margin-bottom: 30px;position: relative;}
.portfolio-popup__link {/*-webkit-transition: all 0.2s;transition: all 0.2s;*/}
.portfolio-page__item::before {content: "";width: 100%;height: 100%;position: absolute;display: none;top: 0;left: 0;z-index: 1;background-color: rgba(17, 22, 23, 0.7);}
.portfolio-page__item span {position: absolute;display: none;top: 0;bottom: 0;left: 0;right: 0;text-align: center;padding: 30px;z-index: 10;}
.portfolio-page__item:hover span {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-ms-flex-wrap: wrap;flex-wrap: wrap;color: #ffffff;font-size: 14px;text-transform: uppercase;font-family: "OpenSans", sans-serif;}
.portfolio-page__item:hover::before {display: block;}
.portfolio-page__item:hover span b {display: block;font-size: 24px;font-family: "Roboto", sans-serif;}
.portfolio-page__desc {margin-bottom: 30px;text-align: center;font-size: 24px;color: #555555;line-height: 36px;font-weight: 300;font-family: "OpenSans", sans-serif;}
.my-popup {position: fixed;top: -800px;opacity: 0;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);width: 620px;padding: 50px 30px;background: #f6f6f6;-webkit-box-shadow: 0 5px 20px 7px rgba(0, 0, 0, 0.3);box-shadow: 0 5px 20px 7px rgba(0, 0, 0, 0.3);color: #111617;z-index: 100;/*-webkit-transition: top 0.5s linear;transition: top 0.5s linear;*/}
.request-form {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.request-form textarea {width: 100%;height: 40px; -webkit-box-sizing: border-box;box-sizing: border-box;margin-bottom: 8px;}
.request-form input {width: 174px;margin-bottom: 30px;}
.my-popup--opened {top: 18%;opacity: 1;}
.my-popup__group {width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.request-form__btn--submit {background-color: #ffcc27;color: #323232;}
.request-form__btn--close {position: absolute;top: 0;right: 5px;font-weight: 700;font-size: 16px;color: #111617;padding: 5px;cursor: pointer;background-color: transparent;}
body.overlay:before {content: "";display: block;position: fixed;top: 0;left: 0;height: 100%;width: 100%;background: rgba(0, 0, 0, 0.5);z-index: 20;}
.my-popup__title {margin-bottom: 15px;font-size: 16px;line-height: 30px;font-weight: 700;text-align: center;text-transform: uppercase;}
.form {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.form textarea {width: 100%; -webkit-box-sizing: border-box;box-sizing: border-box;margin-bottom: 8px;font-family: "Roboto", sans-serif;}
.form input {width: 42%;margin-bottom: 30px;}
.form__desc {width: 100%;margin-bottom: 30px;text-align: center;}
.form__desc span {color: #d1242a;font-size: 12px;line-height: 24px;}
.form__text {width: 100%;font-weight: 700;font-size: 16px;text-transform: uppercase;line-height: 30px;text-align: center;margin-bottom: 30px;}
.form__btn--submit {background-color: #ffcc27;color: #DA2A28;}
.contact {max-width: 1320px;margin: 0 auto 50px;padding-left: 15px;padding-right: 15px;}
.contact__wrapper {display: flex;flex-wrap: wrap;justify-content: space-between;padding: 50px 300px;position: relative;border: 1px solid #cccccc;background: linear-gradient(60deg, #093b5b, #3279A6);background-color: rgba(0, 0, 0, 0);color: #ffffff;}
.contact__title {width: 100%;margin-bottom: 15px;font-size: 16px;line-height: 30px;font-weight: 700;text-align: center;text-transform: uppercase;}
.contact__wrapper label {max-width: 40%;margin-bottom: 30px;}
.contact__wrapper .label-textarea, .contact__wrapper textarea {width: 100%;max-width: unset;}
.contact__wrapper input {width: 100%;}
.wpcf7-form-control-wrap {width: 100%;}
.nav--nojs .nav__toggle {display: none;}
.nav--nojs .nav__item {display: block;}
.works__popup {display: none;}
.works-popup__desc {width: 100%;text-align: center;}
.works-popup__desc span {font-size: 36px;font-weight: 700;color: #ffffff;line-height: 42px;}
.mfp-content .works__popup {display: block;}
.mfp-close-btn-in .mfp-close {color: #ffffff;}
.mfp-close, .mfp-close:active {top: -5px;right: 5px;}
.mfp-bg {opacity: 0.9;}
.works-popup__slider .owl-nav {top: -60px;left: 0;width: 100%;height: auto;font-size: 30px;position: absolute;color: #ffffff;z-index: 10;margin-top: 0;}
.works-popup__slider .owl-nav [class*="owl-"]:hover {background: transparent;}
.works-popup__slider .owl-nav :hover {color: #ffcc27;}
.works-popup__slider .owl-nav .owl-prev {font-size: 32px;margin-right: 30%;color: #eaeaea;}
.works-popup__slider .owl-nav .owl-prev span {padding: 5px 15px;}
.works-popup__slider .owl-nav .owl-next {font-size: 32px;margin-left: 30%;color: #eaeaea;}
.works-popup__slider .owl-nav .owl-next span {padding: 5px 15px;}
/* Services */
.flex-block {display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.flex-block__item {width: 49%;}
.section--white {padding-bottom: 40px;margin-bottom: 0;background-color: #ffffff;}
.white {background-color: #ffffff;}
.section--grey {padding-bottom: 50px;}
.grey {background-color: #f6f6f6;}
.blog-grey {background-color: #f6f6f6;padding-bottom: 50px;}
.blog-grey .contact {margin-bottom: 0;}
.section--black {background-color: #123E59;padding-left: 15px;padding-right: 15px;}
.what-is-3d {padding-bottom: 40px;}
.what-is-3d .flex-block {justify-content: space-evenly;}
.what-is-3d__list li {list-style-type: circle;}
.what-is-3d__list li:first-child {margin-left: -16px;list-style-type: none;font-weight: 700;}
.how-3d-product ul {display: flex;justify-content: space-between;align-items: stretch;flex-wrap: wrap;}
.how-3d-product li {width: 43%;font-size: 22px;position: relative;padding: 10px 10px 10px 50px;margin-bottom: 20px;background-color: #f6f6f6;border: 1px solid #e6e3e3; }
.how-3d-product li::before {position: absolute;display: block;content: '';width: 30px;height: 30px;background-repeat: no-repeat;background-image: url('/wp-content/themes/maverick/icons/list-icons.svg');background-size: contain;left: 12px;top: 12px;}
.custom-list {max-width: 1320px;padding-left: 15px;padding-right: 15px;margin: 0 auto 20px;list-style: none;/* margin-left: 20%; *//* margin-bottom: 20px; */}
.custom-list li {font-size: 26px;position: relative;padding-left: 40px;}
.custom-list li::before {position: absolute;display: block;content: '';width: 30px;height: 30px;background-repeat: no-repeat;background-image: url('/wp-content/themes/maverick/icons/list-icons.svg');background-size: contain;left: 0;top: 6px;}
.custom-list a {color: #111617;}
.small-text li {font-size: 16px;line-height: 2;}
.p0 {padding: 0;}
.expo-block {padding: 0 0 40px;background-color: #f6f6f6;}
.expo-block.section--white {background-color: #ffffff;}
.expo-block .img-responsive {max-width: 1320px;width: 100%;margin: 0 auto 40px;text-align: center;}
.extra-block .default__title {padding-top: 40px;}
.extra-block ul {/* display: flex;justify-content: space-between; */column-count: 2;column-gap: 4%;list-style: disc;margin-bottom: 40px;padding-left: 40px;list-style: none;}
.extra-block li {/* width: 180px; */font-size: 26px;position: relative;padding-left: 40px;}
.extra-block li::before {position: absolute;display: block;content: '';width: 30px;height: 30px;background-repeat: no-repeat;background-image: url('/wp-content/themes/maverick/icons/list-icons.svg');background-size: contain;left: 0;top: 6px;}
.check-list {margin-bottom: 40px;padding-left: 40px;list-style: none;}
.check-list li {/* width: 180px; */font-size: 26px;position: relative;padding-left: 40px;}
.check-list li::before {position: absolute;display: block;content: '';width: 30px;height: 30px;background-repeat: no-repeat;background-image: url('/img/list-icons.svg');background-size: contain;left: 0;top: 6px;}
.tags-links a, .cat-links a {color: #DD0000;}
.video-block {max-width: 1320px;padding-left: 15px;padding-right: 15px;margin: 0 auto 20px;}
/* .video-block video {margin-bottom: 30px;} */
.video-block .title--center {padding-top: 0;}
.video-block .default__title {margin-bottom: 20px;}
.wp-block-video.video-full-width video {width: 100%;}
body.services {background-color: #f6f6f6;}
.services .all-services {padding-bottom: 40px;}
.services .works {margin-bottom: 0;padding-top: 50px;padding-bottom: 50px;background-color: #f6f6f6;font-weight: bold;}
.services .works__title {color: #111617;margin-bottom: 60px;}
.services .contact__wrapper {background: linear-gradient(60deg, #6D0722, #DD0000);background-color: #6d0722;color: #ffffff;}
.services .benefits .default__title {padding-top: 0;margin-bottom: 20px;}
.services .benefits {padding-top: 40px;}
.services .form__btn--submit, .form .form__btn--submit {padding: 30px 90px;font-size: 24px;font-weight: bold;font-family: "Roboto", sans-serif;box-shadow: 0 6px 4px -4px rgb(0 0 0 / 20%);/*transition: all 0.2s linear;*/}
.services .btn--red, .form .btn--red {padding: 30px 90px;background: linear-gradient(60deg, #6D0722, #DD0000);background-color: #6d0722;box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .2);/* box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .8); */font-size: 24px;font-weight: bold;/*transition: all 0.2s linear;*/}
.services .btn--red:hover, .form .btn--red:hover {background: #DD0000;}
.services .btn--red:focus, .form .btn--red:focus {background: #6D0722;}
.services .breadcrumb {margin-bottom: 0;}
.services .benefits__item-title {font-weight: bold;}
.services .benefits__item-text {font-size: 16px;}
.services__wrapper {background-color: #f6f6f6;}
.services-list {/* display:flex;justify-content:space-between;flex-wrap: wrap; */max-width: 1320px;margin: 0 auto;background-color: #f6f6f6;}
.services-item {/* width: 32%; */padding-bottom: 100px;margin-bottom: 24px;position: relative;background-color: #ffffff;border: 1px solid #e6e3e3;}
.services-item h2 {font-weight: bold;margin-bottom: 15px;padding-left: 15px;padding-right: 15px;font-size: 32px;line-height: 1.3;}
.services-item img {margin-bottom: 30px;}
.services-item .wp-block-button__link {width: 94%;position: absolute;bottom: 10px;left: 50%;transform: translateX(-50%);padding: 30px 0;}
.services-item p {margin-bottom: 15px;padding-left: 15px;padding-right: 15px;}
.services-item iframe {display: block;margin: 0 auto;}
.double-item-grey__wrapper {display: flex;justify-content: center;flex-wrap: wrap;max-width: 1320px;padding-left: 15px;padding-right: 15px;margin: 0 auto;}
.double-item-grey {display: flex;flex-wrap: wrap;justify-content: center;max-width: 480px;padding-bottom: 20px;margin-bottom: 24px;position: relative;background-color: #f6f6f6;border: 1px solid #e6e3e3;}
.double-item-grey h3 {margin-bottom: 10px;}
.double-item-grey p {margin-bottom: 0;padding: 0 20px;}
.double-item-grey.item-full {width: 100%;max-width: 1000px;}
.all-services {background-color: #3279A6;padding-bottom: 50px;}
.all-services .default__title {max-width: 1320px;padding-left: 15px;padding-right: 15px;margin: 0 auto 40px;}
.all-services .wp-block-columns {max-width: 1320px;padding-left: 15px;padding-right: 15px;margin: 0 auto;}
.all-services .wp-block-image {width: 100%;max-width: 80px;margin: 0 auto 10px;}
.all-services__list {display: flex;justify-content: space-between;flex-wrap: wrap;list-style: none;}
.all-services__list li {width: 200px;text-align: center;font-size: 24px;color: #111617;}
.all-services__list img {display: block;width: 100%;max-width: 50px;margin: 10px auto;}
.all-services__link {display: block;font-weight: bold;text-decoration: none;color: #000000;font-size: 19px;}
.all-services__link span {display: block;font-weight: 400;}
.all-services .all-services__list .all-services__link {filter: brightness(0) invert(1);}
.benefits--showroom {padding-bottom: 30px;background-color: #ffffff;}
.benefits--showroom .benefits__list {flex-wrap: wrap;justify-content: space-evenly;background-color: #ffffff;}
.benefits--showroom .benefits__item {box-sizing: border-box;width: 30%;padding: 0;margin-bottom: 50px;background-color: #f6f6f6;border: 1px solid #e6e3e3;}
.benefits--showroom .benefits__item-title {padding: 20px 20px 0;text-align: center;box-sizing: border-box;}
.benefits--showroom .benefits__item-text {padding: 0 20px 20px;box-sizing: border-box;}
.benefits--showroom .benefits__img-wrapper {width: 100%;background-color: #ffffff;border-bottom: 1px solid #e6e3e3;}
.benefits--showroom .benefits__ico {display: block;padding: 50px 20px;margin: auto;}
.benefits--showroom .benefits__item-text::before {display: none;}
.benefits--event {background-color: #f6f6f6;}
.benefits--event .benefits__list {flex-wrap: wrap;justify-content: space-evenly;background-color: #f6f6f6;}
.benefits--event .benefits__item {box-sizing: border-box;width: 100%;padding: 0;margin-bottom: 50px;background-color: #ffffff;border: 1px solid #e6e3e3;}
.benefits--event .benefits__item-title {padding: 20px 20px 0;text-align: center;box-sizing: border-box;}
.benefits--event .benefits__item-text {padding: 0 20px 20px;box-sizing: border-box;}
.benefits--event .benefits__img-wrapper {width: 100%;background-color: #ffffff;border-bottom: 1px solid #e6e3e3;}
.benefits--event img {display: block;width: 100%;height: 100%;margin: auto;}
.benefits--event .benefits__item-text::before {display: none;}
.grid__block {display: flex;flex-wrap: wrap;justify-content: space-evenly;}
.grid__item {width: 49%;max-width: 480px;margin-bottom: 60px;background-color: #f6f6f6;border: 1px solid #e6e3e3;}
.grid__item--full {width: 100%;max-width: 1030px;}
.grid__item .img-responsive {margin-bottom: 30px;}
.grid__item .default__title {margin-bottom: 15px;padding-left: 15px;padding-right: 15px;}
.grid__item .default__text {margin-bottom: 15px;padding-left: 15px;padding-right: 15px;}
.section-go {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;padding: 30px 0;}
.section-go .default__text {margin-bottom: 0;font-size: 28px;color: #ffffff;}
.section-go .btn--red {margin-right: 0;padding: 30px 90px;background: linear-gradient(60deg, #6D0722, #DD0000);background-color: rgba(0, 0, 0, 0);background-color: #6d0722;box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .2);box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .8);font-size: 24px;font-weight: bold;/*transition: all 0.2s linear;*/}
.section-go .btn--red:hover {background: #DD0000;}
/* Background-title  */
.background-title {display: flex;align-items: center;justify-content: center;text-align: center;height: 200px;width: auto;padding-left: 15px;padding-right: 15px;/* margin-bottom: 40px; */background-color: #111617;background-position: center;background-repeat: no-repeat;background-size: cover;}
.background-title p, .background-title h1 {max-width: 1320px;width: 100%;color: #ffffff;font-size: 48px;line-height: 1.3;font-weight: bold;margin: auto;}
.background-title h1.red-bg {display: inline;background-color: #d1242a;}
.background-title span {display: block;color: #ffffff;font-size: 20px;line-height: 1.3;font-weight: bold;}
.red-bg {background-color: #DD0000;}
.home .entry-header {display: none;}
.home .entry-content {margin-top: 0;}
.home .video-full-width {position: relative;margin-bottom: 0;}
.video-text {width: 90%;position: absolute;top: 1.2%;left: 50%;margin-top: 0;transform: translateX(-50%);font-size: 20px;text-transform: uppercase;color: #ffffff;line-height: 1.1;text-align: center;}
.video-text span {background-color: #d1242a;}
.wp-block-columns.has-background {margin-bottom: 0;padding: 0 15px;}
.responsive-image img {height: auto;}
.pb0 {padding-bottom: 0;}
.pb10 {padding-bottom: 10px;}
.mb50 {margin-bottom: 50px;}
.post-189 {background-color: #ffffff;}
.portfolio__wrapper .wp-block-column {padding-bottom: 120px;margin-bottom: 50px;background-color: #ffffff;position: relative;}
.portfolio__wrapper .default__title {background-color: #f6f6f6;margin-bottom: 0;padding: 0px 26px 30px;}
.portfolio__wrapper p {width: 70%;margin: 0 auto 10px;}
.portfolio__wrapper .wp-block-button__link {position: absolute;bottom: 10px;left: 50%;transform: translateX(-50%);padding: 30px 0;margin: 20px 0 0;}
.wp-block-image img {height: auto;}
.custom-cities img {height: 100px;width: auto;}
.contacts-list {max-width: 1320px;margin: 50px auto 10px;background-color: #ffffff;}
.contacts-item {display: flex;flex-wrap: wrap;justify-content: center;padding-bottom: 90px;margin-bottom: 24px;position: relative;background-color: #f6f6f6;border: 1px solid #e6e3e3;}
.contacts-item h2 {width: 100%;font-weight: bold;margin-bottom: 15px;padding-left: 15px;padding-right: 15px;font-size: 32px;line-height: 1.3;}
.contacts-item img {margin-top: 30px;}
.contacts-item .wp-block-button__link {position: absolute;bottom: 10px;left: 50%;transform: translateX(-50%);padding: 30px 0;margin: 0;background: #6d0722;}
.contacts-item p {padding: 0 15px 40px;}
.contacts-item .wp-block-image {width: 100%;}
.contact-info {padding-top: 50px;}
.contact-info .wp-block-button__link {margin: 0 0 50px;color: #ffffff;}
.contact-info .wp-block-buttons {justify-content: center;}
.contact-info p {margin-bottom: 20px;}
.contact-info .default__title {margin-bottom: 20px;}
.contact-info a {color: #d1242a;font-weight: bold;text-decoration: none;}
.contact-info iframe {width: 100%;}
.blog__wrapper .blog-main .page-content a, .site-main p a {color: #111617;}
.site-main .services-title {max-width: 1320px;padding-left: 15px;padding-right: 15px;padding-top: 40px;margin: 0 auto 30px;list-style: none;}
.site-main .services-title a {color: rgb(17, 22, 23);}
.showroom-advantages {display: flex;flex-wrap: wrap;justify-content: center;padding-bottom: 20px;margin-bottom: 24px;position: relative;background-color: #f6f6f6;border: 1px solid #e6e3e3;}
.showroom-advantages .wp-block-image {display: flex;align-items: center;width: 100%;height: 200px;padding-top: 30px;padding-bottom: 20px;margin-bottom: 20px;background-color: #ffffff;}
.showroom-advantages h3 {margin-bottom: 10px;}
.showroom-advantages p {margin-bottom: 0;padding: 0 20px;}
.wp-block-image .aligncenter > figcaption, .wp-block-image figcaption {text-align: center;}
.hover-shadow-block a {display: block;width: 100%;height: 100%;line-height: 0;position: relative;}
.hover-shadow-block a::after {content: 'TRY IT!';display: flex;justify-content: center;align-items: center;position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0, 0, 0, .5);opacity: 0;color: #fff;font-size: 48px;/*transition: all 0.2s ease;*/}
.hover-shadow-block a:hover::after {opacity: 1;}
.wp-block-embed__wrapper iframe {width: 100%;height: 680px;}
.hidden {display: none;}
#back2Top {width: 40px;line-height: 40px;overflow: hidden;z-index: 999999999999;display: none;cursor: pointer;-webkit-transform: rotate(270deg);transform: rotate(270deg);position: fixed;bottom: 80px;right: 0;background-color: #111617;color: #d1242a;text-align: center;font-size: 20px;text-decoration: none;/*-webkit-transition: all 0.2s;transition: all 0.2s;*/}
#back2Top:hover {background-color: #ddf;color: #000;}
.request-form__success {display: -webkit-box;display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center;justify-content: center; -webkit-box-align: center; -ms-flex-align: center;align-items: center;width: 100%;height: 100%;background-color: #ffffff;position: absolute;top: 0;left: 0;font-weight: 700;font-size: 20px;text-transform: uppercase;color: #111617;}
/* trustpilot__link */
.trustpilot__link {margin-top: 16px;display: flex;align-items: center;justify-content: center;flex-wrap: wrap;color: #ffffff;text-decoration: none;}
.trustpilot__group {margin-bottom: 6px;display: flex;align-items: center;}
.trustpilot__text {width: 100%;display: block;font-size: 12px;line-height: 1.4;}
.trustpilot__link .trustpilot__title {display: block;font-size: 16px;line-height: 1;}
.trustpilot__group img {width: 20px;margin-right: 10px;}
.trustpilot__rating {line-height: 1;}
.trustpilot__rating img {width: 140px;margin-bottom: 6px;}
.trustpilot__category {width: 100%;font-size: 12px;line-height: 1.4;}
::-webkit-scrollbar-button {background-image: url("");background-repeat: no-repeat;width: 5px;height: 0px;}
::-webkit-scrollbar-track {background-color: #111617;}
::-webkit-scrollbar-thumb {border-radius: 0px;background-color: #eaeaea;}
::-webkit-scrollbar-thumb:hover {background-color: #d1242a;}
::-webkit-resizer {background-image: url("");background-repeat: no-repeat;width: 4px;height: 0px;}
::-webkit-scrollbar {width: 10px;}
textarea::-webkit-outer-spin-button, textarea::-webkit-inner-spin-button {-webkit-appearance: none;}
textarea[type='number'] { -moz-appearance: textfield;}
.menu-item.menu-item-has-children svg {position: absolute;right: 0;right: 10px;top: 22px;pointer-events: none;}
@media (min-width: 992px) {
  .menu-item.menu-item-has-children svg {right: 0;top: 50%;transform: translateY(-50%);}
}
@media (min-width: 480px) {
  .benefits--event .benefits__item {width: 44%;}
}
@media (min-width: 768px) {
  .statistics__list {flex-wrap: nowrap;}
  .customers__item {width: 50%;}
  .double-block p {padding-left: 15px;padding-right: 15px;}
}
@media (min-width: 993px) {
  .nav__wrapper {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;max-width: 1320px;padding-left: 15px;padding-right: 15px;margin: 0 auto;position: relative;z-index: 10;border-top: 1px solid #111617;}
  .nav {background: #ffffff;}
  .nav__item--active {position: relative;}
  .nav__item a, .menu-item a {padding: 12px;padding-right: 25px;border: none;background: none;}
  .nav__item a[href]:hover, .menu-item a[href]:hover {background: none;color: #826550;}
  .nav__list, .menu {display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap;flex-wrap: wrap; -webkit-box-flex: 1; -ms-flex-positive: 1;flex-grow: 1; -webkit-box-pack: justify; -ms-flex-pack: justify;justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center;align-items: center;height: auto;}
  .menu-item-has-children {display: flex;align-items: center;justify-content: space-between;}
  .sub-list__toggle {position: static;}
  .benefits--event .benefits__item {width: 30%;}
  .all-services__list {flex-wrap: nowrap;}
  .section-go {flex-wrap: nowrap;}
  .nav__toggle {display: none;}
  .trustpilot__link {max-width: 300px;justify-content: flex-start;}
}
@media (min-width: 1200px) {
  .menu-item-has-children:hover .menu-item-has-children .sub-list__toggle {top: 0;}
  .nav__list, .menu { -webkit-box-pack: end; -ms-flex-pack: end;justify-content: flex-end;}
  .nav__item--active a {color: #646464;}
  .nav__item a, .menu-item a {padding-left: 16px;padding-right: 16px;/*-webkit-transition: background 0.4s linear, color 0.4s linear;transition: background 0.4s linear, color 0.4s linear;*/}
  .menu-item.menu-item-has-children a {padding-right: 25px;}
  .menu-item.menu-item-has-children .sub-menu a {padding-right: 16px;}
  .nav__item a[href]:hover, .menu-item a[href]:hover {color: #646464;}
  .nav__item a[href]:active, .menu-item a[href]:active {color: #646464;opacity: 1;/*-webkit-transition: none;transition: none;*/}
  .works .works__slider .owl-nav, #our-company__owl .owl-nav {top: 50%;}
  .customers__item {width: 33%;margin: 15px auto;}
  .video-text {top: 8%;font-size: 58px;}
}

@media (max-width: 1200px) {
  div.inner, .nav__item.nav__my-popup a {display: none;}
  .btn__request-popup {display: block;position: fixed;top: 50%;right: -51px; -webkit-transform: rotate(90deg);transform: rotate(90deg);font-weight: 400;color: #323232;font-size: 14px;background-color: #ffcc27;padding: 8px 24px 12px; border-radius: 8px; border-top-right-radius: 0;border-top-left-radius: 0; z-index: 100;}
  .page-header__logo {margin-right: 30px;}
  .home .video-full-width figcaption {font-size: 40px;top: 50%;}
  .hidden-sm {display: none;}
  .breadcrumb__wrapper {padding-left: 15px;padding-right: 15px;}
  .btn {margin-bottom: 50px;}
  .top-line__wrapper { -ms-flex-pack: distribute;justify-content: space-around;}
  .main-slider__wrapp {top: 180px;}
  .main-slider__text {font-size: 50px;padding-top: 5px;}
  .main-slider__text-bracket {font-size: 80px;}
  .statistics {margin-bottom: 50px;}
  .statistics__list { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-pack: distribute;justify-content: space-around;}
  .statistics__item {width: 16%;margin-top: 15px;font-size: 14px;}
  .statistics__number {font-size: 24px;}
  .about, .acquaint {margin-bottom: 90px;}
  .about__title, .acquaint__title, .benefits__title, .works__title, .customers__title {font-size: 24px;margin-bottom: 15px;}
  .benefits__item {padding: 30px 15px 40px;}
  .about__small-text {font-size: 14px;}
  .works {padding: 50px 0;}
  .works-slide__title {font-size: 24px;line-height: 30px;}
  .works-slide__subtitle {font-size: 15px;}
  .customers {padding-top: 50px; padding-bottom: 50px;}
  .page-footer__wrapper {padding-left: 30px;padding-right: 30px;}
  .team__list { -ms-flex-wrap: wrap;flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center;justify-content: center;}
  .team__item {margin: 0 15px 50px;}
  .team__item span {width: 75%;}
  .team__item img {width: 100%;}
  .team__item b {display: block;}
  .video-text {top: 5%;font-size: 44px;}
}
@media (min-width: 993px) and (max-width: 1199px) { .page-footer__contacts { max-width: 220px; } }
@media (min-width: 782px) and (max-width: 992px) { .mobile-font-size-link a {font-size: 15px;} }
@media (max-width: 992px) {
  .home .video-full-width figcaption {font-size: 30px;}
  .statistics__item {width: 15%;margin-top: 5px;}
  .main-slider__text {font-size: 40px;}
  .main-slider__wrapp {top: 140px;}
  .main-slider__text-bracket {font-size: 60px;}
  .about__wrapper { -ms-flex-wrap: wrap;flex-wrap: wrap;}
  .about__block-text {width: 100%;padding-right: 0;}
  .about__text {font-size: 18px;line-height: 24px;}
  .about__image {padding-left: 0;width: 100%;margin-top: 15px;}
  .about__image .img-responsive {margin: auto;}
  .benefits__item {width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify;justify-content: space-between;padding: 20px 30px 40px;}
  .benefits__list { -ms-flex-wrap: wrap;flex-wrap: wrap;}
  .benefits__ico {margin-bottom: 0;}
  .benefits__item-text {width: 50%;}
  .benefits__item-title { width: 20%; margin-bottom: 0;}
  .page-footer__wrapper { -ms-flex-pack: distribute; justify-content: space-around;}
  .page-footer__contacts {width: 30%;}
  .page-footer__logo-social {width: 100%; -webkit-box-ordinal-group: 2; -ms-flex-order: 1;order: 1;text-align: center;margin-top: 50px;}
  .page-footer__copyright { -webkit-box-ordinal-group: 3; -ms-flex-order: 2;order: 2;}
  .social { -webkit-box-pack: center; -ms-flex-pack: center;justify-content: center;}
  .page-footer__contacts.contacts__ico-address::before, .page-footer__contacts.contacts__ico-tel::before {left: 5px;}
  .portfolio-page__item {width: 300px;height: 300px;}
  .nav__list, .menu {margin-left: 15px;}
  .team__item span {width: 85%;}
  .page-header__logo {background-color: #ffffff;width: 100%;max-height: 48px;text-align: center;padding-top: 5px;}
  .nav {width: 100%;min-height: unset;background-color: #ffffff;}
  .nav__sub-list, .sub-menu {position: static;/*display:block;*/}
  .nav__sub-list .nav__item a, .sub-menu .menu-item a {padding: 12px 20px 12px 40px;}
  .nav__list, .menu {margin-left: 0;width: 100%;height: auto;position: absolute;}
  .nav__item a, .menu-item a {background-color: #ffffff;}
  .site-footer .menu-footer a {background-color: unset;}
  .nav__item.nav__my-popup a {padding-top: 12px;padding-bottom: 12px;margin-left: 0;border-radius: 0;}
  .nav--closed .nav__item {display: none;}
  .nav--closed .nav__item--active {display: block;}
  .nav--closed .nav__item--active a {padding-left: 70px;padding-right: 70px;border-top-color: transparent;border-bottom: none;background-color: #ffffff;text-align: center;}
  .nav--opened .nav__wrapper {position: relative;top: 0;left: 0;right: 0;z-index: 10;min-height: 100vh;background: #ffffff;}
  .nav__toggle {top: -50px;}
  .nav__toggle.btn {margin-bottom: 0;}
  .nav--nojs .nav__toggle {display: none;}
  .nav--nojs .nav__wrapper {position: static;height: auto;}
  .nav--nojs .nav__item {display: block;}
  .nav--nojs .nav__item--active a {padding-right: 21px;padding-left: 21px;border-top: 1px solid #886e5b;border-bottom: 1px solid #71543f;text-align: center;}
  .nav--nojs .nav__user {display: block;background: #111617;}
  .video-text {top: 3.5%;font-size: 30px;}
}

@media (max-width: 768px) {
  .wp-block-embed__wrapper iframe {height: 340px;}
  .contacts-item {margin-left: 15px !important;margin-right: 15px;}
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {padding-bottom: 10px;}
  .home .video-full-width figcaption {font-size: 20px;}
  .video-text {font-size: 30px;top: 2%;}
  .my-popup {max-width: 100%;width: auto;top: -930px;left: 0; -webkit-transform: none;transform: none;padding: 50px 15px;}
  .my-popup--opened {top: 0;}
  .request-form input {width: 100%;}
  .acquaint__wrapper {padding: 50px 15px;}
  .main-slider__text {font-size: 20px;padding: 5px 5px 0;}
  .main-slider__text-bracket {font-size: 40px;}
  .main-slider__wrapp {top: 70px;}
  .owl-theme .owl-nav.disabled + .owl-dots {margin-top: -15px;}
  .statistics__wrapper {padding-top: 15px;}
  .about, .acquaint {margin-bottom: 50px;}
  .page-footer__contacts {width: 100%;margin-bottom: 15px;}
  .page-footer__logo-social {margin-top: 30px;}
  .page-footer__wrapper {padding-left: 15px;padding-right: 15px;}
  .statistics__item {text-align: center;width: 50%;}
  .benefits__item {display: block;padding-bottom: 50px;}
  .benefits__ico {margin: 15px 0 20px;}
  .benefits__item-title {width: 100%;margin-bottom: 10px;}
  .benefits__item-text {width: 100%;}
  .breadcrumb {margin-bottom: 0;}
  .our-company__wrapper {padding-top: 50px;}
  .our-company__item-title, .our-company__item-desc {padding-left: 30px;padding-right: 30px;}
  .team__wrapper {padding-top: 50px;}
  .contact__wrapper {padding: 15px;}
  .form input {width: 100%;}
  .customers-page__item { -ms-flex-wrap: wrap;flex-wrap: wrap;}
  .customers-page__item span {padding: 0 30px 30px;}
  .customers-page__item img {margin: 0 auto;}
  .works-popup__desc {margin-top: 50px;}
  .team__item {-ms-flex-preferred-size: unset;flex-basis: unset;}
  .works-slide__text {display: block;}
  .portfolio-page__item::before {display: block;}
  .portfolio-page__item span {display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center;justify-content: center;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-ms-flex-wrap: wrap;flex-wrap: wrap;color: #fff;font-size: 14px;text-transform: uppercase;font-family: OpenSans, sans-serif;}
  .portfolio-page__item span b {display: block;}
  .background-title p, .background-title h1 {font-size: 28px;}
  h1.default__title, article h1 {font-size: 26px;}
  h2.default__title, .services-item h2, article h2 {font-size: 26px;}
  .wp-block-columns .wp-block-column {width: 100%;margin-left: 0;flex-basis: 100% !important;}
  .extra-block .default__title {width: 100%;}
  .extra-block ul {padding-left: 0;}
  .all-services__list li {width: 100%;margin-bottom: 30px;}
  .extra-block ul {padding-left: 20px;}
  .extra-block li {font-size: 18px;}
  .benefits--showroom .benefits__item {width: 100%;}
  .video-block iframe {height: 186px;}
  .video-block video, video {height: auto;}
  .flex-block__item {width: 100%;}
  .how-3d-product li {width: 100%;}
  .services-item .btn {box-sizing: border-box;width: 100%;margin: 0;}
  .extra-block ul {column-count: unset;padding-left: 0;}
  .extra-block li::before {top: 0;}
  .grid__item {width: 100%;}
  .grid__item--full .img-responsive {height: 205px;}
  .services .btn--red {margin: 0;width: 100%;box-sizing: border-box;}
  .section-go b {display: block;}
  .section-go .default__text {margin-bottom: 20px;}
  .portfolio__wrapper .default__title {padding: 0 0 30px;}
  .portfolio__wrapper p {width: 100%;}
  .section-go {padding-bottom: 0;}
  .section-go .btn--red {margin: 0 auto 30px;}
  .contact-info .wp-block-buttons > .wp-block-button.wp-block-button__width-50 {width: 100%;}
  .blog-post h1,.blog-post h2 {font-size: 26px;}
  .custom-list {margin-left: 0;}
  @media (max-width: 480px) {
    .video-text {font-size: 20px;top: 1.2%;}
  }
}
#breadcrumbs {list-style: none;}
#breadcrumbs li {display: inline;}
.esb_main_loader__container{position: fixed;left: 0px;top: 0px;width: 100%;height: 100%;z-index: 9999;background-color: #000000;opacity: 0.8;display: none;}
.esb_main_loader__container.loading{display: flex;justify-content: center;align-items: center;}
.esb_main_loader {width: 48px;height: 48px;border-radius: 50%;display: inline-block;position: relative;border: 3px solid;border-color: #FFF #FFF transparent transparent;box-sizing: border-box;animation: rotation 1s linear infinite;}
.esb_main_loader::after,
.esb_main_loader::before {content: '';box-sizing: border-box;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;border: 3px solid;border-color: transparent transparent #fed34a #fed34a;width: 40px;height: 40px;border-radius: 50%;box-sizing: border-box;animation: rotationBack 0.5s linear infinite;transform-origin: center center;}
.esb_main_loader::before {width: 32px;height: 32px;border-color: #d1242a #d1242a transparent transparent;animation: rotation 1.5s linear infinite;}
@keyframes rotation {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}
@keyframes rotationBack {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(-360deg);}
}
@media screen and (max-width: 991px) {
    html {margin-top: 0 !important;}
    #wpadminbar {display: none !important;}
}
.all-services .default__title, .all-services__link, .all-services .benefits__item-text, .benefits__item-title, .benefits__item-text {color: #fff;}
.compensate-for-scrollbar {padding-right: 0 !important;}
.btn--red{width: fit-content;}
.sub-list__toggle{padding: 0px;width: 20px;}
footer .menu-footer{/*       max-height: 197px;overflow: hidden;padding-bottom: 20px; */}
.page-footer__contacts{max-width: 265px;}
.blog__wrapper{padding-left:0;padding-right: 0;}
@media screen and (max-width:1148px) {
    .blog__wrapper{padding-left:15px;padding-right: 15px;}
}
.page-id-2575 .wp-block-cover.background-title{min-height: 230px!important;}
@media screen and (max-width:340px) {
    .page-id-2575 .wp-block-cover.background-title{min-height: 260px!important;}
}
@media (max-width: 1200px){
    .btn__request-popup {background-color: #da2a28;color: white;}
}
.all-services__link{color:black;}
.wp-block-group.all-services.is-layout-flow img{filter: invert(1);}
.wp-block-group.all-services.is-layout-flow .wp-block-heading.has-text-align-center{color: white;}
.portfolio-section{padding-top:60px;}
html{height: auto;}
body{overflow: hidden;}
.catalog-content .event-item .event-card__image, .center-content .event-item .event-card__image, .related .event-item .event-card__image {margin-right: 16px;border: none;width: 120px;/*height: auto;*/min-height: 100px;display: flex;}
.event-card__image img {width: auto;height: auto;margin: auto;}
.centers-link__logo {width: auto;border: none;box-shadow: none;height: auto;}
.centers-link__logo img {width: 33%;}
/* search css  */
.layout_search{position: absolute;left: 0px;top: 0px;width: 100%;height: 100%;z-index: 12;background-color: #000000;opacity: 0.6;display:none;}
.search_wrapper{position:relative;z-index:8;}
.search-form__live-result .catalog-search__submit.search-form__submit.button.button-black{ margin-top: 20px;margin-bottom: 15px;height:auto;}
.event_prev_category{width: 100%;text-align: left;border-top-style: solid;border-top-width: 1px;margin-top: 10px;padding-top: 3px;border-top-color: gray;font-size: 14px;}
.filter-months__button.filter-months__next{background:white; -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.203);box-shadow: 0 2px 6px rgba(0,0,0,.203);}
.filter-months__button.filter-months__prev:not([disabled="true"]){background:white; -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.203);box-shadow: 0 2px 6px rgba(0,0,0,.203);}
.prev_category{text-decoration:none;}
.prev_category:hover{color:#fed34a;}
.catalog-filter__list--full.js-accordion__panel .catalog-choice:first-child{margin-top:0px;}
body .works:nth-child(5n){/* 	display:none; */}
/* event button */
#mtnu-item-211527 a, #menu-item-148032 a, #menu-item-148035 a, #menu-item-148038 a, #menu-item-180005 a, .menu-item-148032 a, .menu-item-148035 a, .menu-item-148038 a, .menu-item-180005 a {background-color: #015D93; /*#00b67a;*/color: #fff !important;text-transform: uppercase;text-decoration: none;padding: 6px 18px;border: 0px solid #666666;/* #08a76b;*/font-weight:500;border-radius: 5px;}
#menu-item-211527 a:hover, #menu-item-148032 a:hover, #menu-item-148035 a:hover, #menu-item-148038 a:hover, #menu-item-180005 a:hover, .menu-item-148032 a:hover, .menu-item-148035 a:hover, .menu-item-148038 a:hover, .menu-item-180005 a:hover  {background-color: #005697; }
@media screen and (max-width:960px) {
    #menu-item-148032, #menu-item-148035, #menu-item-148038, #menu-item-180005, .menu-item-148032, .menu-item-148035, .menu-item-148038, .menu-item-180005 {border-top: 1px solid}
    #menu-item-148032 a, #menu-item-148035 a, #menu-item-148038 a, #menu-item-180005 a, .menu-item-148032 a, .menu-item-148035 a, .menu-item-148038 a, .menu-item-180005 a {margin: 6px;display: inline-block !important;margin-left: 20px;}
    .page-header__logo img {margin-top: -5px;}
    .nav--opened .nav__toggle::before, .nav--opened .nav__toggle::after {top: 22px;left: 25px;right: 25px;}
    .menu > li:not(:last-child) {margin-right: 9px;margin-left: 9px;}
    .wpml-ls-current-language {margin-right: 9px;margin-left: 9px;}
    .nav__item a, .menu-item a {border-color:#323232;}
}
/* event-body__text H2 H3 */
.event-body__text h2 {font-size: 32px;font-weight: 700;line-height: 1.18;}
.event-body__text h3 {font-size: 24px;font-weight: 600;line-height: 1.18;}
.my-popup__form.request-form textarea::placeholder{font-family: Roboto;}
.event-card__image {min-height: 120px !important;border-radius:0;}
.event-card__image img {min-width:100px;}
/* footer */
@media screen and (max-width: 991px) {
    #colophon .page-footer__title {font-weight: 900;letter-spacing: 6px;text-align: left;}
    #colophon .page-footer__contacts {max-width: 80%;margin-left: 0;padding-left: 0;}
}
/* link category color */
.events-list .event_prev_category a {color: #000000;}
.events-list .event_prev_category a:hover, label.catalog-choice:hover {color: #004788;text-decoration:underline;}
/* breadcrumb */
.breadcrumb_last {color:#444444;}
/* form */
.contact__wrapper_main {display: flex;flex-wrap: wrap;justify-content: space-between;padding: 50px 15%;position: relative;border: 1px solid #cccccc;background: linear-gradient(60deg, #093b5b, #3279A6);background-color: rgba(0, 0, 0, 0);background-color: rgba(0, 0, 0, 0);color: #ffffff;}
.formcol {width:100%;}
.fromcol input, .fromcol textarea, .fromcol select {width: 100%;margin-bottom:0.7rem;}
.fromcol select {display: block;padding: 9px;border-radius: 0px;border: 1px solid #ccc;background-color: #fff;width: 100%;}
.form_hb {width: 49%;display: inline-flex;flex-wrap: wrap;padding: 0 .5rem;}
.fromcol .wpcf7-not-valid-tip {position:absolute;font-size: .75rem;top: 1.8rem;color: #ff6464;left:0;}
.class_submit_form {padding: 20px 40px;font-size: 24px;font-weight: bold;font-family: "Roboto", sans-serif;box-shadow: 0 6px 4px -4px rgb(0 0 0 / 20%);transition: all 0.2s linear;background-color: #ffcc27;color: #DA2A28;margin-left:5rem;}
@media screen and (max-width: 641px) { 
    .form_hb {width: 100%;}
    .class_submit_form { margin-left:4.5rem;}
    .contact__wrapper_main {padding: 50px 5%;}
}
/* form */
/* img foevent */
.intro__logo {border:0; background:0;padding:0;}
/**/
/* event-body__text h2 */
.event-body__text h2 {margin-bottom:12px;}
/**/
.request-form textarea {height:unset;}
/* my new form */
.contact { display:none; }
.contact.show { display:block; }
.contact .contact__form .input__select, .contact .contact__form .input__textselect {display:inline-block;}
.contact .contact__form .input__select {width:25%;border: 1px solid #ccc;border-radius: 0;margin-bottom: 30px;padding: 0 12px;color: #666666;}
.contact .contact__form .input__textselect {/*width:75%;*/}
/**/
/* p960 */
@media (max-width: 1200px) {
    div.inner, .nav__item.nav__my-popup a {display: flex;}
    div.inner .icon-img {display:none;}
    .nav__item a, .menu-item a { transition: unset !important; 	}
}
@media (max-width: 1000px) {
  div.inner, .nav__item.nav__my-popup a {display: none;}
}
/**/
/* event warning */
li.intro-item-warning .intro-item__text {background-color: #da2a28;color: white;padding: 4px 8px;border-radius: 4px;}
/**/
/* this hide date for place list */
.card-item-hide {display:none;}
/* cookies */
.cky-consent-bar { background-color: rgba(0,0,0,0.75) !important;}
.cky-notice-des {font-size: 16px !important;}
/**/
.subscribe-form__bg { height:auto; }
@media (max-width: 460px) {
    img.fancybox__image {/*width: 100% !important;height: auto !important;*/}
    .page-title {font-size: 1.85rem;}
}
@media screen and (max-width: 992px) {
    .mobmenu-content #mobmenuright > li > a:hover,  .mobmenu-content #mobmenuright .sub-menu a:hover {background-color:#dddddd !important;}
    .nav__item a, .menu-item a { transition: unset !important; }
}
.customers__wrapper, .default__wrapper { padding: 0;  }
.wp-block-cover__inner-container h1, .textshadow { text-shadow: 0px 2px 7px rgba(0, 0, 0, 1); }
.wp-block-cover__background {background: none !important;}
.textstrong { font-weight:600 !important; }
/* scale form for mobile devices */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select:focus, textarea:focus, input:focus {font-size: 16px;}
}
.page-header__logo img {margin-top: 5px;text-align:left;width:210px;height:41px;}
@media (max-width: 992px) {
    .page-header__logo {margin-top: 0;text-align:left !important;}
    .catalog-filters__modal.show {top:58px;}
}
@media screen and (max-width: 960px) {
    .page-header__logo img {margin-top: 0;text-align:left !important;}
    .my-popup { padding-top:34px; padding-bottom:34px; }
}
.catalog-filter__title {font-size: 1rem;}
.alert {padding: 25px;line-height: 140%;}
.alert-info {background-color: #cff4fc;color: #055160;border-left: 4px solid #0dcaf0;}
.event-body__description {max-width:100%;}
.event-body__text ul {margin-left:1rem;}
#messenger_hrefs {background-color: #f6f6f6;width: 100%;text-align: center;}
#messenger_hrefs a {display: inline-block;margin-left: 3vw;margin-right: 3vw;margin-top: 1rem;margin-bottom: 1rem;}
.owl-carousel .owl-item img {height:auto;}
@media (max-width: 992px) {
  .catalog-filters__modal.show {top: 58px;}
}
.event-card__image img {min-width: 100px;}
.event-card__image img {width: auto;height: auto;margin: auto;}
@media (max-width: 1200px) {
    .event-sidebar__left { display: none !important; }
    .event-body img.attachment-full { max-width: 100%; }
}
.alert-main {padding: 50px;font-size: .9rem;}
.alert-main h2 {padding-left:0;}
.alert-success {background-color: #d1e7dd;color: #0a3622;border-left: 4px solid #a3cfbb;}
.portfolio-gallery-main {grid-template-columns: repeat(6,1fr);}
.portfolio-gallery-main > .portfolio-gallery__item {height: 165px;}
.recycled-image {float:left;margin-right:1rem;margin-bottom:.5rem;}
@media (max-width: 460px) {
    .event-sidebar__right img.attachment-full { min-width: 100%; height:auto; }
    .alert-main h2 {font-size: 1.0rem;margin-bottom: 1rem !important;margin-top: 0rem !important;text-align:left !important;}
    .alert-main .portfolio-gallery { 	grid-template-columns: repeat(1,1fr); }
    .alert-main .portfolio-gallery__item { display: none }
    .alert-main .portfolio-gallery__item:first-child { display: block }
    .alert-main {padding: 35px;}
}
.wp-block-group__inner-container > p {max-width: 1320px;padding-left: 15px;padding-right: 15px;margin: 0 auto 20px;color: #111617;font-size: 16px;font-family: opensans,sans-serif;line-height: 1.5;font-weight: 400;}
.wp-block-group__inner-container .default__title, .wp-block-group__inner-container h2 , .site-main h2 {max-width: 1320px !important;background: none !important;}
.bg-white {background-color:#FFFFFF;width:100%;}
.bg-eco {background-color:#d1e7dd;width:100%;}
/* delete */
.bg-eco .portfolio-section, .bg-eco .portfolio-section, .bg-eco .alert-main, .bg-eco .alert-success {padding:0;border:0;}
.bg-eco img.recycled-image { width: 150px;height: 144px;margin-right:2rem;}
.bg-eco h2 {padding-top: 1rem;}
/* delete */
div.p {margin-bottom:1rem;}
.bg-grey, .bg-gray {background-color:#efefef;width:100%;}
.block-content {max-width: 1320px !important;margin:auto;padding-top: 4rem;padding-bottom: 4rem;padding-left: 1rem;padding-right: 1rem;}
.block-content h2 {text-align: center;margin-bottom: 2rem;font-weight: 900;font-size: 32px;}
.all-services h2 {color:#FFFFFF;padding-top: 65px;}
.grid-a2 {display: grid;grid-template-columns: auto auto;grid-gap: 10px;padding: 10px;}
.grid-a1 {display: grid;grid-template-columns: auto;grid-gap: 10px;padding: 10px;}
.grid-a3 {display: grid;grid-template-columns: auto auto auto;grid-gap: 10px;padding: 10px;}
.grid-a4 {display: grid;grid-template-columns: auto auto auto auto;grid-gap: 10px;padding: 10px;}
.grid-a5 {display: grid;grid-template-columns: auto auto auto auto auto;grid-gap: 10px;padding: 10px;}
.grid-a6 {display: grid;grid-template-columns: auto auto auto auto auto auto;grid-gap: 10px;padding: 10px;}
.grid-a7 {display: grid;grid-template-columns: auto auto auto auto auto auto auto;grid-gap: 10px;padding: 10px;}
.grid-a8 {display: grid;grid-template-columns: auto auto auto auto auto auto auto auto;grid-gap: 10px;padding: 10px;}
.grid-a9 {display: grid;grid-template-columns: auto auto auto auto auto auto auto auto auto;grid-gap: 10px;padding: 10px;}
.grid-a10 {display: grid;grid-template-columns: auto auto auto auto auto auto auto auto auto auto;grid-gap: 10px;padding: 10px;}
.grid-a11 {display: grid;grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto;grid-gap: 10px;padding: 10px;}
.grid-a11 {display: grid;grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto;grid-gap: 10px;padding: 10px;}
.grid-a11 h3 {font-size:14px;}
.grid-a12 {display: grid;grid-template-columns: auto auto auto auto auto auto;grid-gap: 10px;padding: 10px;}
.grid-a2 a.grid,.grid-a1 a.grid,.grid-a3 a.grid,.grid-a4 a.grid, .grid-a5 a.grid, .grid-a6 a.grid,.grid-a7 a.grid,.grid-a8 a.grid,.grid-a9 a.grid,.grid-a10 a.grid,.grid-a11 a.grid,.grid-a12 a.grid {text-align: center;margin-top: auto;}
.text-center {text-align:center;}
#messenger_hrefs img {width:48px !important;height:48px !important;}

@media (max-width: 460px) {
    .block-content {padding-top: 1rem;padding-bottom: 1rem;padding-left: 1rem;padding-right: 1rem;}
    .block-content .custom-list {padding-left:0px;padding-right:0px;}
    .block-content ol {padding-left: 20px;padding-right:0px;}
    .block-content h2 {margin-bottom:3rem;margin-top:3rem;font-size: 26px;}
    .block-content img {max-width: 100% !important;}
    .grid-a2, .grid-a3, .grid-a4, .grid-a5 {grid-template-columns: auto auto;grid-gap: 30px;}
    .grid-a6, .grid-a7, .grid-a8, .grid-a9, .grid-a10, .grid-a11, .grid-a11, .grid-a12 {grid-template-columns: auto auto;grid-gap: 30px;}
    .portfolio-section {padding-top: 0;}
    .portfolio-section:not(:last-child) {margin-bottom: 0px;}
    .wp-block-cover img {/*display:none;*/}
    .background-title {min-height:340px !important;}
    #messenger_hrefs img {width:42px !important;height:42px !important;}
}
/* searchresult */
.searchresulttype {float: right;margin-right: 1rem;font-size: 1rem;font-weight: bold;color: #0006;}
.searchresultlist {list-style-position: inside;background-color:#FFFFFF;}
.searchresultlist a {font-size:1.2rem;color: #015D93;}
.searchresultlist a span{color:#d1242a;}
.searchdeail, .searchdeail a {font-size:.9rem;}
.search-form__live-result {background-color: #fff;}
.searchicon {width: 24px;height: 24px;display: block;position: absolute;top: 16px;left: 17px;opacity: .3;}
.spinner {
    animation: rotate 2s linear infinite;z-index: 2;position: absolute;background-color:#ffffff;top: 50%;left: 50%;margin: -25px 0 0 -25px;width: 32px;height: 32px;position:absolute;left:42px;top:36px;
    & .path {stroke: hsl(210, 70, 75);stroke-linecap: round;animation: dash 1.5s ease-in-out infinite;}
}
@media (max-width: 460px) {
    .searchicon {left:12px;top:18px;width: 18px;height: 18px;}
    .spinner {left:32px;width:28px;height:28px;}
}
@keyframes rotate {
  100% {transform: rotate(360deg);}
}
@keyframes dash {
  0% {stroke-dasharray: 1, 150;stroke-dashoffset: 0;}
  50% {stroke-dasharray: 90, 150;stroke-dashoffset: -35;}
  100% {stroke-dasharray: 90, 150;stroke-dashoffset: -124;}
}
.trustpilot-img, .trustpilot__link { display:none;}
.event-item {position:relative;}
.event-item .type-flag {position: absolute;right: 0;top: 0;font-size: 80%;background-color: #ECECEC;color: #606060;padding: 0 7px;}
/* MAP */
#map {display:none;}
#map.successmap {height:450px;border-top: 1px solid #0002;border-bottom: 1px solid #0002;}
#map.errmap {text-align: center;padding: .2rem;background-color: #fff3cd;color: #664d03;border-top: 1px solid #ffe69c;border-bottom: 1px solid #ffe69c;}
.showmap {cursor:pointer;text-decoration:underline dotted;}
/* accordeon */
.catalog-filter__list--full {display:none;}
.catalog-filters__open, .catalog-filters__close {cursor:pointer;}
/* filter */
@media (max-width: 640px) {
    .catalog-choice {font-size: 20px;line-height: 20px;}
    .catalog-filter__title {font-size: 1.8rem;}
    .catalog-filter__more {font-size:1.2rem;padding: 12px 24px;}
}
/* eventlist */
.block-content .related__list {max-width:unset;}
.block-content .event-card__image {width:100px;border:none;}
.block-content .event-card__image img {width:80px;}
.block-content ol {margin-left:20px;}
/* events button pl */
.menu-item-211527 a {background-color: #015D93;color: #fff !important;text-transform: uppercase;text-decoration: none;padding: 6px 18px;border: 0 solid #666;font-weight: 500;border-radius: 5px;}
/* imgtop */
.background-title-m svg {display:none;}
@media (max-width: 960px) {
    .background-title-m img {display:none;}
    .background-title-m picture {display:none;}
    .background-title-m  svg {position: absolute;padding: 0;margin: 0;min-width: 100%;min-height: 100%;display:block;opacity: .5;width:auto;height:100%;}
}
/*recomendeD*/
.centers-link__logo {border-radius:0;}
.recom_list_elem .centers-link__logo img {width:100%;height:auto;}
.recom_list_elem {display:grid;grid-template-columns: 50px auto;grid-gap: 20px;}
/* portfolio */
.bg-portfolio .portfolio-gallery__item {background-color: #e1e1e1;background-image: url(https://expostandbuilders.com/wp-content/uploads/favimage.png);background-position: center center;background-repeat: no-repeat;}
/* fix image */
.event-card__image img {max-width: 100%;}
/* .my-popup */
.my-popup {z-index:1000;}
/* Применяем стиль к четным элементам */
.bg-portfolio:nth-child(even) {background-color: #FFFFFF;}
.bg-portfolio:nth-child(odd) {background-color: #EFEFEF;}
/* type-flag colors */
.type-flag {text-shadow:1px 1px 1px #00000099;}
.type-flag:hover {text-shadow:1px 1px 0px #000000;}
.type-flag-exhibition {color: #ffffff !important;background-color:#f45757 !important;}
.type-flag-conference {background-color:#5a8bc8 !important;color: #ffffff !important;}
.type-flag-online-event {color: #ffffff !important;background-color:#5ed374 !important;}
.type-flag-seminar {background-color:#a31414 !important;color: #ffffff !important;}
.type-flag-festival {background-color:#e4d921 !important;color: #ffffff !important;}
.type-flag-forum {background-color:#19c9bf !important;color: #ffffff !important;}
/* similar */
.related__list {max-width:unset;}
@media (min-width: 768px) {
  .related__inner {max-width:unset;}
}
/* event block */
.block-content .event-card__info .event-item__link {display:block;width: 74%;line-height: 110%;}
/**/
.fancybox__content {padding:0 !important;}
.block-content h1 {text-align:center;margin-bottom: 2rem;text-transform:uppercase;}
.block-content h2 {line-height:110%;}
.block-content > h3 {line-height:110%;text-align: center;font-size: 1.6rem;font-weight: 500;margin-bottom:2rem;}
.wp-block-columns > .wp-block-column img {min-width:100%;}
.service-wrap .wp-block-column img {min-width:unset !important;}
.wp-block-columns > .wp-block-column {margin-bottom:2rem !important;}
.block-content > img, .block-content > center > img {margin-bottom: 20px !important;height:auto;}
.block-columns.grid-a3 {grid-gap: 33px;}
.block-columns > div {border: 1px solid #e6e3e3;margin-bottom: 0;}
.block-columns > div > h3 {line-height: 125%;padding-top: 2rem;margin-left: 2rem;margin-right: 2rem;font-weight: 100;color: #999;font-size: 30px !important;margin-bottom: 1rem !important;padding-left:0;padding-right:0;}
.block-columns > div > p {line-height: 140%;font-size: 100%;margin: 0 2rem 1.5rem;font-weight: 400;}
.mb-0 { margin-bottom:0 !important; }
.text-center { text-align:center !important; }
.block-content video { max-width:100%; height:auto;  }
.wp-block-button__link {width:unset;padding:30px 60px;}
.portfolio__wrapper .wp-block-button__link {padding: 30px 45px !important;white-space: nowrap !important;}
/* COUNTRY LIST */
.color-white { color:#FFFFFF !important;}
#trade_fair_stand {text-align:center;}
#trade_fair_stand ul {list-style:none;text-align:left;columns: 200px;column-gap: 30px;}
#trade_fair_stand a, #trade_fair_stand span  {text-decoration:none;color:#ffffffcc;}
#trade_fair_stand a:hover {text-decoration:underline;color:#ffffff !important;}
#trade_fair_stand > div {max-width: 960px;margin: auto;}
#trade_fair_stand ul {text-shadow: 2px 2px 4px #00000099;}
#trade_fair_stand div > ul {font-size:22px;line-height:30px;}
#trade_fair_stand div > ul > li > a, #trade_fair_stand div > ul > li > span {color:#ffcc27;}
#trade_fair_stand ul.third a { color: #ffffff99;}
#trade_fair_stand ul {font-size:90%;}
#trade_fair_stand ul.third {margin-left: 38px;list-style: square;color: #fff5;}
#trade_fair_stand ul.third li {}
#trade_fair_stand img {width: 18px;height: 18px;border-radius: 8px;box-shadow: 2px 2px 3px #00000066;margin-right:2px;}
@media (max-width: 640px) {
    #trade_fair_stand ul {columns: unset;column-gap: unset;}
    #trade_fair_stand ul.third {margin-left: 37px;list-style: none;color: #fff5;margin-bottom:18px;}
    #trade_fair_stand ul.third li {display:inline-block;margin-right: 10px;}
}
/* COUNTRY LIST DARK */
#trade_fair_stand.trade_fair_stand_dark div > ul > li > a, #trade_fair_stand.trade_fair_stand_dark a, #trade_fair_stand.trade_fair_stand_dark ul.third, 
#trade_fair_stand.trade_fair_stand_dark ul.third a, #trade_fair_stand.trade_fair_stand_dark ul.third {color: #212529;}
#trade_fair_stand.trade_fair_stand_dark div > ul > li > span, #trade_fair_stand.trade_fair_stand_dark span,
#trade_fair_stand.trade_fair_stand_dark ul.third span {color: #212529;}
#trade_fair_stand.trade_fair_stand_dark div > ul > li > a {text-transform:uppercase;}
#trade_fair_stand.trade_fair_stand_dark a:hover {text-decoration:underline;color:#000000 !important;}
#trade_fair_stand.trade_fair_stand_dark img, #trade_fair_stand.trade_fair_stand_dark ul {box-shadow:none;text-shadow:unset;}
#trade_fair_stand.trade_fair_stand_dark .first li {break-after: column;}
.background-title { position: relative; }
/**/
.has-background-dim-35::before {opacity:.35 !important;}
.page-footer__copyright a {color:#999;}
.bg-eco {color: #0a3622 !important;font-size:90%;}
.bg-eco .portfolio-gallery {grid-template-columns: repeat(6,1fr);}
@media (min-width: 1200px) {.bg-eco .portfolio-gallery__item {height: 175px;}}

.bg-eco .portfolio-gallery__item {height: 220px;}
.event-item__link {width: calc(100% - 200px);}
.youtube-iframe {width:100%;height:640px;}
.bg-eco .youtube-iframe {border-radius:5px;}
.wp-block-cover {}
.wp-block-cover-min { min-height: 0 !important;}
.wp-block-cover h1 {text-align: center; color:white; padding: 0 10px;}
.bg-red-gradient {background: linear-gradient(#b40021, #6e0724 );}

@media (min-width: 1200px) {.bg-eco .portfolio-gallery__item {height: 200px;}}
@media (max-width: 780px) {.bg-eco .portfolio-gallery {grid-template-columns: repeat(2,1fr);} .bg-eco .portfolio-gallery__item {height: 150px;} .youtube-iframe {width:100%; height:380px;} .bg-red-gradient {background: linear-gradient(#ffffff, #ffffff );}}
@media (max-width: 480px) {.youtube-iframe {width:100%; height:200px !important;} .wp-block-image img {height: auto !important;}}
#menu-our-services li, #menu-our-services-uk li, #menu-our-services-de li, #menu-our-services-pl li, #menu-our-services-ru li {display:inline-block;width:49%;}
/*  newblock  */
.bg-blue {background-color:#3279A6; color:#ffffff;}
.bg-red {background-color:#da2a28; color:#ffffff;}
.bg-dark {background-color:#373737; color:#ffffff;}
.bg-darkblue {background-color:#123E59 !important; color:#ffffff;}
.bg-yellow {background-color: #ffcc27; color: #111617;}
.bg-alivelight {background-color:#D9D898; color: #111617;}
.bg-pinkish {background-color:#D99898; color: #111617;}
ul.buttons, ul.blocks {list-style:none; text-align: center;}
ul.buttons li, ul.blocks li { display:inline-block; position:relative;}
ul.buttons li a, ul.buttons li > span {text-decoration: none; display: block; background-color: white; padding: 10px 20px; text-align: center; min-width: 220px; margin: 5px; border-radius: 5px; border: 2px solid rgba(0,0,0,.15); color:#111617;}
ul.buttons li a:hover, ul.buttons li > span:hover {background-color:rgba(0,0,0,.15); color:#ffffff;}
ul.buttons svg, .btn svg {position: absolute; width: 20px;}
.btn:hover { background-color: #af0208; }
ul.buttons span, .btn span { }
.bg-dark ul.buttons li a:hover, .bg-blue ul.buttons li a:hover, .bg-red ul.buttons li a:hover { color:#ffffff; background-color:rgba(0,0,0,.15); border: 2px solid #FFFFFF;}
ul.blocks li {position: relative; width: 356px; height: 220px; margin: 10px; overflow:hidden;}
ul.blocks li img {width: 100%;height: auto;}
ul.blocks li span {position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: auto; background-color: rgba(0,0,0,.65); text-decoration:none; color:#FFFFFF; font-weight:700; text-transform:uppercase; align-content: center; transition: transform 0.3s ease;}
ul.blocks li:hover span { transform: translateY(220px); }
.how-to-work {text-align: center;}
.how-to-work {margin:0;padding:0; grid-template-columns: 20% 20% 20% 20% 20%;}
.how-to-work li {list-style:none; margin:0; text-align: center; text-transform: uppercase; font-size: 1.25rem; font-weight: 100; letter-spacing: 2px; position:relative; }
.how-to-work li span {font-size: 5rem; font-weight: 900; text-shadow: 1px 1px 5px #123E59, 2px 2px 0px #3279A6, 3px 3px 0px #3279A6, 4px 4px 0px #3279A6, 5px 5px 0px #3279A6, 6px 6px 0px #3279A6; display: block; transform: skew(0deg, -10deg); color: #FFF; }
.how-to-work li svg {position: absolute; right: -32px; width: 64px; top: 22%; opacity: .15;}
@media (max-width: 640px) {.how-to-work {grid-template-columns: auto auto;} .how-to-work svg {display:none;} ul.buttons li a, .btn span a {min-width:115px;}}
.num_block {display: block; padding: 20px 20px; text-align: left; min-width: 220px; margin: 5px; border-radius: 16px; border: 2px solid rgba(0,0,0,.15);line-height: 130%;}
.num_block > span {position:absolute; font-size: 5rem; font-weight: 900; text-shadow: 1px 1px 5px #123E59, 2px 2px 0px #3279A6, 3px 3px 0px #3279A6, 4px 4px 0px #3279A6, 5px 5px 0px #3279A6, 6px 6px 0px #3279A6; display: block; transform: skew(0deg, -10deg); color: #FFF; margin-top:35px;}
.num_block div{margin-top: 80px; padding: 0 1rem;}
code {color: yellow; background-color: hotpink; padding: 4px 8px; border-radius: 12px; font-size:small; letter-spacing:3px; display:block; margin-bottom:15px;}
.contact__wrapper iframe {border-radius:5px !important;}

@media (max-width: 640px) {
    .contact__wrapper .grid-a2 {
	grid-template-columns:100% !important;
    }
}
.btn-why-choose-us {
    cursor:default;	
}
.faq-main {

}
.faq-question {
    display: block;
  font-size: 1.2rem;
  font-weight: 500;
    margin-bottom:1px;
    cursor:pointer;
}
.faq-block {
    background-color:#d1e7dd;	
}
.faq-block.active {
    background-color:#ffffff;	
}
.faq-block .faq-question:before { 
    content:'+ ';
}
.faq-block.active .faq-question:before { 
    content:'– ';
}

.faq-block .faq-answer {
    display:none;
}
.faq-block.active .faq-answer {
    display:block;
}

.faq-answer {
    padding: 15px;
  font-size: 1rem;
  color: #757575;
}
.faq-answer p {
    
}
.faq-answer ul {
    margin:0;
    padding:0;
    list-style:inside;
}
.faq-block {
    border: 1px solid #0003;
  padding: 15px;
    margin-bottom: 0.25rem;
    border-radius:10px;
}
.faq-grid {
    grid-template-columns:50% 50%;
    padding: .5rem 0;
    margin-top: 2rem;
}
@media (max-width: 640px) {
    .faq-grid {
	grid-template-columns:auto;	

    }
}
.faq-form ul.buttons span, .faq-form .btn span {
    margin-left:26px;
}
.faq-form {
    border: 1px solid #0003;
  padding: 15px;
    height: calc(100% - 14px);
    text-align:center;
    border-radius:10px;
    background-color:#ffffff;	
    height: 99%;
}
.faq-form .btn {
    max-width: 180px;
  margin: 3px;
    display:inline-block;
    border-radius:5px;
    margin: 5px 25px;
}
.faq-form .btn img {
    width:20px;
    height:20px;
    position:absolute;
}
.faq-form-head {
    font-size:1.4rem;
}

.why-choose-us {
    position: relative;
  padding: 35px 10px;
}
.why-choose-us-child {
    position: absolute; border: 3px dotted #DA2A28; width: calc(100% - 302px); height: calc(100% + 15px); left: 40px; top: -15px; z-index: 10; border-radius: 20px;bottom: -15px;
}

.why-choose-us li {
    list-style:none;
    line-height:110%;
    text-align:left;
    color: #0007;
    margin-bottom:1rem;
}
.why-choose-us li strong {
    display: block;
  padding-top: 11px;
  font-size: 1.8rem;
  font-weight: 100;
  color: #000;
  padding-bottom: 4px;
  padding-bottom: 13px;
    margin-left: -25px;
    line-height: 95%;
}
.why-choose-us li span {
  padding: 15px;
  display: inline-block;
  background-color: #fff;
  margin: 10px 40px 25px 0;
  line-height: 100%;
  border-radius: 15%;
  font-size: 2rem;
    vertical-align: top;
    border: 2px solid #DA2A28;
    z-index: 100;
  position: relative;
    color:#DA2A28;
}
.why-choose-us div {
    display:inline-block;
    width:73%;
    margin-left: 3%;
}
.why-choose-us div.grid {
    width:90%;
}
.btn {
    width:unset;
    max-width:480px;
    min-width:18px;
}
.btn-why-choose-us {
    border: 2px solid #000;
  color: #000;
  background-color: #fff;
  position: absolute;
  z-index: 0100;
  border-radius: 6px;
  bottom: -22px;
  left: 260px;
  font-size: 1.2rem;
  font-weight: 500;
}
.why-choose-us img {
    width: 100%; height: auto; border-radius: 50%; box-shadow: -3px 3px 5px #0001, 9px -9px 5px #0001; z-index:100;  position: relative; border: 2px solid #DA2A28; 
}
.where-we-can img { 
    display:block; 
    margin:auto;
    border-radius: 50%;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}
@media (max-width: 640px) {
    .why-choose-us li strong {
	font-size: 1.4rem;
    line-height: 100%;
    padding-top: 0;		
    }
    .why-choose-us div {
	display:inline-block;
	width:65%;
    }
    .why-choose-us-child {
	display:none !important;
    }
    .why-choose-us .grid {
	width:100%;
	margin:0;
    }
    .why-choose-us {
	padding: 0;
  grid-template-columns: auto;
    }
    .why-choose-us img { display:none; }
    .btn-why-choose-us {
	position:relative;
	left:0;
	display:none;
    }
}

.about-esbau-main {
    padding: 4rem;
    padding-left: 4rem;
  margin-left: 20%;
  padding-left: 293px;
  border-radius: 35px;
}
.about-esbau-main h2 {
    text-align: left; padding-left: 0; margin-left:-45px;
}
.about-esbau-image {
    position: absolute;width: 40%;border-radius: 50%;top: 13%;
}
.about-esbau-image img {
    width: 100%; height: 100%; border-radius: 50%; box-shadow: 10px 2px 4px #00000066;
}

@media (max-width: 640px) {
    .about-esbau {
	padding:0;
    }
    .about-esbau-main {
	border-radius:0px;
	padding: 2rem !important;
    }
    .about-esbau-main {
	padding: 4rem;
	padding-bottom: 1rem;
  margin: 0;
    }
    .about-esbau-main h2 {
	text-align: left;
	padding-left: 0;
	margin:0;
	margin-top: 80%;
    text-align: center;
    margin-bottom: 2rem;
    }
    .about-esbau-image {
	position: absolute;
	border-radius: 50%;
	text-align: center;
	margin: auto;
	left: 20%;
	top: 40px;
	right: 20%;
	width:unset;
    }

}

.block-order {
    text-align:center;
    max-width: 1320px !important;
  margin: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.block-order h2 {
    margin-bottom: 1rem;
}
.block-order .btn {
    margin:5px;
    display:inline-block;
    font-weight:500;
    letter-spacing:0.5px;
}

@media (max-width: 460px) {
    .grid-m-a1 {
	grid-template-columns: auto !important;
    }
}
.btn-outline-white {
    border:2px solid #ffffff;
    color:white;
    background:none;
}
.btn-outline-white:hover {
    border:2px solid #ffffff;
    color:#1a4864;
    background:#ffffff;
}

.btn-outline-dark {
    border:2px solid #171717;
    color:#171717;
    background:none;
}
.btn-outline-dark:hover {
    border:2px solid #171717;
    color:#ffffff;
    background:#171717;
}
.btn-outline-dark:hover svg {
    filter: brightness(0) invert(1);
}

.btn-yellow {
    border: 2px solid #ffcc27;
    color:#ffffff;
    background-color:#ffcc27;
    text-shadow: 1px 0px 2px #0009;
}
.btn-yellow:hover {
    border: 2px solid #DA2A28;
    color:#ffffff;
    background-color:#DA2A28;
}

.btn-darkblue {
    border: 2px solid #21506d;
    color:#FFFFFF;
    background-color:#21506d;
}

.btn-blue {
    border: 2px solid #3279A6;
    color:#3279A6;
    background-color:#ffffff;
    max-width: 240px;
}
.btn-blue:hover {
    border: 2px solid #21506d;
    background-color:#21506d;
  color:#ffffff;
}

.btn-red {
    border: 2px solid #DA2A28;
    color:#FFFFFF;
    background-color:#DA2A28;
}

.contact_wrapper_main {
    padding: 5% 7%; 
    margin: 0 10%;
    border-radius: 8px;
}
.contact_wrapper_main .grid {
    padding-left:1rem;
    padding-right:0rem;	
}
.contact_wrapper_main .grid:first-child {
    padding-right:1rem;	
    padding-left:0rem;
}
.contact__form_main {
    
}
@media (max-width: 640px) {
    .contact_wrapper_main {
	padding: 5% 7%; 
	margin: 0;
	border-radius: 8px;
    }
    .contact_wrapper_main .grid {
	padding-left:0rem;
	padding-right:0rem;	
    }
    .contact_wrapper_main .grid:first-child {
	padding-right:0rem;	
	padding-left:0rem;
    }
    

    }

}
/*
.partnerslist {
    text-align: center;
}

.partnerslist li {
    list-style:none;
    display:inline-block;
    padding:15px;
}
.partnerslist img {
    filter: grayscale(100%);
    opacity: .5;
  width: 120px;
  height: auto;
}
.partnerslist img:hover {
    filter: grayscale(0%);
    opacity: 1;	
}
*/
.strong { font-weight: 800 !important; }

#slide_line{width:100%;margin:0 auto;text-align:center;overflow:hidden; height:160px;}

#slide_line img{width:120px;height:auto;}
.string:hover{cursor:pointer;}

img.svg {
    display:none;
}
@media (max-width: 960px) {
    img.svg {

    z-index: 0;
	display: block;
    position: absolute;
	height:100%;
    }
    
    .bg-red-gradient {
    background: linear-gradient(#ffffff, #ffffff );
    }
    
    
}

.about-esbau-image { display:block; }
.about-esbau-image-m { display:none; }


@media (max-width: 460px) {
    #slide_line {	
	height: 310px;
    }
  #slide_line img {
	width:95px;
    }
    ul.blocks li {
	width:100%;
	margin:10px 0;
    }
    .about-esbau-image { display:none; }
    .about-esbau-image-m { display:block; }

}

@media (max-width:100px){
#slide_line img{width:100%;max-width:160px;margin-right:1%;}
}
@media (max-width:50px){
#slide_line img{width:99%;}
}

@media (max-width: 960px) {
    .wp-block-cover-main h1 {
	text-transform:uppercase;
	color:#171717;
	text-shadow:unset;
    }
    .wp-block-cover-main {
	min-height:unset !important;
	background-color:#ffffff;
	height:unset !important;
	padding: 1.5rem 0 0 0 !important;
    }
    .why-choose-us {
	/*grid-template-columns: 65% auto;*/
    }
    .btn-why-choose-us { margin-bottom:0; }
}

@media screen and (max-width: 960px) {
    .my-popup {
	padding-top: 0;
    padding-bottom: 0;
    }
    .my-popup__title {
	padding-top: 30px;
    }
}

@media (max-width: 768px) {
  .my-popup {
	/*top:-750px;*/
    }
}
.portfolio-gallery__item:nth-child(6), .portfolio-gallery__item:nth-child(7) {
  grid-column: 2 span;
}
@media (max-width: 460px) { 
    .portfolio-gallery__item:nth-child(5)  {
      grid-column: 2 span;
    } 



    .portfolio-gallery__item:nth-child(6),
    .portfolio-gallery__item:nth-child(3) {
	  grid-column: 1 span;		
    }
    .why-choose-us li span {
	margin: 10px 28px 25px 0;
    }
    .why-choose-us li strong {
	margin-left:-15px;
    }
}

.overlay-img {
    opacity:.5;
}

.mb25 {
    margin-bottom:25px;
}


.codedropz-upload-container {
    padding: 3px !important;
}
.codedropz-upload-inner {
    background-color: #FFF3;
  border-radius: 2px;
  padding: 10px;
}
.wpcf7-form input, .wpcf7-form textarea { font-size:14px; font-family: "Roboto"; font-weight:400; margin-bottom:20px; border-radius:4px; }
.wpcf7-form input.checkbox { width:unset; }
.wpcf7-not-valid-tip { margin-top:-18px; }
.wpcf7-form a { color:#ffffff; }
.my-popup a { color:#171717; }
.wpcf7-form-control-wrap { margin-right: 10px; width: 100%; }
.my-popup__form .popup-group .wpcf7-form-control-wrap { margin-right: 15px; display: inline-block; width: 31%; }
.wpcf7-file { width:100% !important; }
.my-popup textarea { height: 75px;}

.popup-group form.invalid .wpcf7-response-output, .popup-group form.unaccepted .wpcf7-response-output, .popup-group form.payment-required .wpcf7-response-output {
    width:100%;
}
.popup-group-full {
    display:flex;
}
@media (max-width: 640px) {
    .popup-group { width:97%; }
    .my-popup__form .popup-group .wpcf7-form-control-wrap { margin-right: 0px; display: block; width: 100%; }
    .wpcf7-form .form__text { margin-bottom:10px; }
    .checkbox { margin-bottom:0; }
    .my-popup__form .btn { margin-bottom:10px; }
    .my-popup__form .wpcf7-not-valid-tip {
	font-size:.8rem;
    }
    center { width:100%; }
}


.mb-2 { margin-bottom: 1.25rem;}
.btn-form-lg {
    font-size: 1.5rem !important;
    max-width:250px;
    display:block;
    color:da2a28;
}
.form__desc { margin-bottom: 5px; }
.dnd-upload-status .dnd-upload-details .name {
    color:#ffffff;
}
.dnd-upload-status .dnd-upload-details .name em {
    color:#ffffff66;
}
.dnd-upload-status .dnd-upload-image {
    border:0px;
    background-color:#ffffff;
}
.popup-group-full textarea { height: 120px; }

@media (max-width: 640px) {
    .popup-group-full {
	display:block;
    }
}

.youtube-iframe { min-width:100%; min-height: 580px;}
@media (max-width: 480px) {
    .youtube-iframe { min-width:100%; min-height: 240px;}	
}
#menu-our-services { column-count:2;}
/* main1 */

/* 032025 */
#trade_fair_stand ul.third a, #trade_fair_stand ol.third a {
    color: #a0b0ba !important;
}
#trade_fair_stand ol.third {
    margin-left: 38px;
    list-style: square !important;
    color: #fff5;
    font-size: 90%;
}

.my-popup--opened {
  top: 8%;
  opacity: 1;
    max-height: 92%;
  overflow: auto;
}
.my-popup--opened .popup-group-width  {
    width:100%;
}
.my-popup--opened .popup-group-width .wpcf7-form-control-wrap {
    min-width:100%;
}
.my-popup--opened a, .contact__wrapper a {
    text-decoration: underline !important;
}
.my-popup--opened center {
    display:block;
    width:100%;
}
.about__block-text {
    font-weight:300;
}
#trade_fair_stand p {
    text-align:center;
}
@media (max-width: 768px) {
    .my-popup--opened {
    top: 0%;
	max-height: 100%;
	z-index:1000;
    }
    .sub-list__toggle {
	top: 0px !important;
    width: 50px;
    right: 0 !important;
    height: 49px;
    padding: 15px;
    }
    #menu-top-menu .menu-item a {
	margin-right:50px;
	border:0;
    }
    #menu-top-menu .menu-item {
	border-top:1px solid #323232;
    }
}

.wpcf7-spinner {
    position: absolute !important;
  bottom: 85px;
  right: 52%;
}
.btn__request-popup, .change-popup {
    cursor:pointer;
}
.contact__wrapper .dnd-upload-details span.name span {
    color:#ff9;
}
.contact__wrapper .dnd-upload-details span.name em {
    color:#ccc;
}
.breadcrumb li:not(:last-child)::after {
  content: " | ";
}

iframe { border:0; }
.center { text-align:center !important;  }
.center input { margin:auto; }

.my_popup_main {
    padding: 30px 40px;
  position: fixed;
  top: 5%;
  z-index: 100;
  background-color: #f6f6f6;
    border: 2px solid #c0c0c0;
    border-radius:15px;
  max-height: 92%;
  overflow: auto;
    width:640px;
    margin:auto;
    -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
    left:50%;
    box-shadow:0px 0px 15px #0005;
}
.my_popup_main {
    display:none;
}
.my_popup_main .request-form__btn--close {
    margin: 5px 3px;
    font-size:20px;
    opacity:.25;
}
.my-popup__form .popup-group .wpcf7-form-control-wrap {
    margin-right: 17px;
}
.my_popup_main .request-form__btn--close:hover {
    margin: 3px 1px;
    opacity:1;
    font-size:24px;
}
.my-popup__form .popup-group-width .wpcf7-form-control-wrap {
	width:100%;
    }
.my-popup__form .popup-group-width {
    display:block;
    width:100%;
}
.my-popup__form .center {
    width:100%;
}
.my-popup__form a { 
    text-decoration: underline !important; 
    color: #171717;
}
.my-popup__form .dnd-upload-details .name span {
    color: #171717;
}
.nav__wrapper .sub-menu .menu-item:hover {
    background-color:#e2e2e2;
}
.home .video-full-width {
    height: 100vh;
}
.home .video-full-width video {
    height:100%;
}
ul.buttons li > a:hover, ul.buttons li > span:hover {
	border: 2px solid rgba(255,255,255,.85) !important;
}
.block-content ul {
    margin-left: 20px;
}
.portfoliomain-main .h3 {
    padding: 0 100px 0 0;
    line-height:110%;
}


@media (max-width: 768px) {
    .my-popup__title {
    padding-top: 10px;
	line-height: 130%;
    margin-bottom: 20px;
  }
    .my_popup_main { 
	width:100%;
	border:none;
	border-radius:0;
	top:0;
    }

}

/* test */
.text-darkblue, .text-darkblue ul a {
    color:#123E59;
}
.bg-darkblue {
    background-color:#123E59;	
}
.bg-black {
    background-color:#000000;	
}

.nav, .nav ul.menu {
    background-color:#123E59;
    margin-left:-11px;
}
.nav .menu > .menu-item > a {
    color:#fffc;
    font-weight:200;
    padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}
.nav .menu > .menu-item > a:hover {
    color:#fff;
}
#breadcrumbs {
    padding-left: 16px;
}
.menu-item-has-children > a:after {
    content:' ▾ ';
    display: inline-block;
  transform: rotate(0deg);
    padding-left:5px;
    padding-right:0px;
}
.menu-item-has-children:hover > a:after {
    content:' ▾ ';
    display: inline-block;
  transform: rotate(180deg);
    padding-right:5px;
    padding-left:0;
}
.menu > li:not(:last-child) {
  margin-right: 0px;
}
div.social-wrap ul li a img {
    opacity:.8;
    padding:3px;
    margin-left: 10px;
  margin-right: 0;
}
div.social-wrap ul li:hover a img {
    opacity:1;
    padding:0px;
    margin-left: 10px;
  margin-right: 0;
}
nav div.social-wrap ul li {
    padding-top:4px;
}
#primary {
    font-size:1.3rem;
    font-weight:100;
}

.portfoliomain {
    flex: 1;
    height:320px;
    overflow:hidden;
    position:relative;
    margin:auto;
    margin-bottom:1px
	
}
.portfoliomain > img {
    position:absolute;
    width:100%;
    bottom:0;
}


.portfoliomain .portfoliomain-main {
    position: absolute;
  color: #fff;
  background-color: #0009;
  bottom: -1px;
  width: 100%;
  padding: 15px 25px;
  transition: transform 0.3s ease, margin-bottom 0.3s ease;
  transform: translateY(40px);
    
}
.portfoliomain:hover .portfoliomain-main {
  margin-bottom: 0;
  transform: translateY(1px);
}
.portfoliomain-stars {
    position: absolute;
  right: 20px;
  top: 4px;
  font-size: 1rem;
  color: #ffd700;
}
.portfoliomain-social {
    position: absolute;
  right: 22px;
  top: 35px;	
}
.portfoliomain-social a {
    opacity:.85;
    margin-left: 5px;
}
.portfoliomain-social a:hover {
    opacity:1;
}
.portfoliomain-social img {
    width: 24px;
    position: relative;
}
.portfoliomain-main h3 {
    padding:0 100px 0 0;
    line-height:110%;
}
.potrfoliomain-detail {
    font-size: 0.9rem;
    line-height: 110%;
    
}
.potrfoliomain-detail span {
  opacity: .9;
}
.btnsgrouplist {
    list-style:none;
    font-size:.9rem;
    margin-top:15px;
}
.btnsgrouplist li {
    display:inline-block
}
.btnsgrouplist li .btnsgroup {
    color:#fffc;
    padding:2px 8px;
    border:1px solid #ffffffcc;
    margin-right: 3px;
    text-decoration:none;
    border-radius:5px;
}
.btnsgrouplist li .btnsgroup:hover {
    background-color:#ffffff;
    color:#000000;
}

/* container 5 */
.container5 {
  display: flex;
  width: 100%;
    overflow:hidden;
}

.item5 {
  flex: 1;
  transition: flex 0.25s ease;
  text-align: center;
  border: 0px solid #ddd0;
  padding: 0px;
  box-sizing: border-box;
    background-position: center center;
  background-size: cover;
    background-color:#000000;
    position:relative;
    height:380px;
    color:#ffffff;
}

.item5-detail {
    background-color:#0009;
    position: absolute;
  bottom: 0;
  width: 100%;
    padding:30px 10px;
  transition: transform 0.3s ease, padding-bottom 0.3s ease;
  transform: translateY(0px);

}

.item5 ul { position:absolute; display:none; padding: 0 40px; width:100%; }
.item5:hover ul li {
    margin-top:3px;
}
.item5:hover ul {
    display:block;
}
.item5:hover .item5-detail {
    margin-bottom: 0px;
    padding-bottom:90px;
}
.item5-detail h3, .item5-detail p.h3 {
    padding:0;
    line-height:110%;
    text-transform: capitalize;
    font-weight:400;
    font-size:1.5rem
}

.container5:hover .item5 {
  flex: 0.8;
}

.container5 .item5:hover {
  flex: 1.2;
}
/* container 5 */

ul.buttons-home {
    text-transform:capitalize;
} 
ul.buttons-home li span, ul.buttons-home li a {
    background-repeat: no-repeat;
  background-size: 28px;
  background-position: 14px;
  padding: 10px 30px 10px 50px;
    background-image:url(https://expostandbuilder.com/wp-content/uploads/check-square-svgrepo-com.svg);
    color:#123E59;
}
ul.buttons-home li:hover > span, ul.buttons-home li.active > span, ul.buttons-home li:hover > a, ul.buttons-home li.active > a
{
    border-color: #123E59;
    color: #123E59;
    font-weight: 600;
    background-color: #ececec;
    letter-spacing:-0.36px;
    background-image:url(https://expostandbuilder.com/wp-content/uploads/check-square-svgrepo-com_darkblue.svg);
}




.main-how-to-life {
    
}
.main-how-to-life h2, .main-booth-building h2 {
    text-align: center; padding: 0; color: #123E59;
}
.main-how-to-life .main-infograph {
    color: #123E59;
    text-align: center;
    padding-top:30px;
    padding-bottom:20px;
}

.main-how-to-life .main-infograph > div > img {
    width:100px;
    height:auto;
}
.main-how-to-life .main-infograph > div > span {
    display:block; 
    font-size: 1.0rem;
  text-transform: uppercase;
  font-weight: 600;
    margin-top:2rem;
    margin:bottom:2rem;
}

.main-booth-building h3, .main-booth-building .h3 {
    font-size: 18px;
    color: #123E59;

}
.main-flex {
    display:flex;
    margin-bottom: -1px;
}
.main-flex > div { 
	flex:1;
}
.main-booth-building .main-flex > div {

    margin-left: 10px;
  margin-right: 10px;
}

.main-pickle {
    background-color:#123E59; height:2px; position:relative; margin: 1.5rem -15px;
}

.main-stick {
    padding:7px; border:2px solid #123E59;position: absolute;display: inline-block;border-radius: 50%;right: 0;top: -9px;background-color: #ffffff;
}
.main-booth-building .main-booth-building-desc {
color: #123E59;
  padding: 25px 15px;
  font-size: 1.1rem;
  line-height: 160%;
  text-align: center;
}


.video-expo-stand {
    background: 
	linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)), 
	url(https://expostandbuilders.com/wp-content/uploads/exp_main_001.webp); 
    background-repeat: no-repeat; 
    background-size: cover; 
    background-attachment: fixed;
}
.video-expo-stand h2 { color:#FFFFFF; }
.reliable-expo-stand {
    background-image: url(https://expostandbuilder.com/wp-content/uploads/blank_map_europe_with_borders-1.webp); 
    background-repeat: no-repeat; 
    background-size: cover; 
    background-attachment: fixed;
}
.reliable-expo-stand ul.prim a {
    text-decoration:none;
}
.reliable-expo-stand ul.prim {
    list-style: none !important;
  text-align: left;
    columns: 5;
  column-gap: 50px;
  line-height: 175%;
  padding: 10px;
}
.reliable-expo-stand ul.third {
    list-style:square !important;
  margin: 0;
    margin-left: 0px;
  margin-left: 38px;
  font-size: 1.2rem;
}

.text-justify { text-align:justify; }
.float-right-radius {
    width: 350px; float: right; border-radius: 10px; margin-top: 10px; margin-left:3rem;
}


.main-headernew {
    position:absolute; 
    width:100%; 
    height:100vh; 
    background-color:#0009; 
    top:0;
    color:#fff; 
    /*padding-top:0px;*/
}
.main-headernew h1 {
    font-weight:100; 
    font-size:4rem;
    line-height: 110%;
    margin-bottom: 15px; 
    text-align:left; 
    text-transform: capitalize;
}
.main-headinfo {
    font-size:1rem; 
    margin-left:5px;
}
.main-headinfo > div {
    display:inline-block; margin-bottom:5px; margin-right:15px;
}
.main-headinfo span { font-weight: 900;color: #123E59;background-color: #fff;padding: 4px 8px 2px;border-radius: 5px; }
.main-buttongroup {
    margin-top:40px; margin-left:5px;
}
.main-buttongroup .btn {
    margin: 0 10px 0 0; width: 280px; display:inline-block;
}
.m-none {
    display:block;
}
.main-btnsgroup a.btn{
    width: 280px; 
    display:inline-block;
    margin: 0 5px 10px;
    text-wrap:nowrap;
}

.reliable-expo-stand {
    background-image: url(https://expostandbuilder.com/wp-content/uploads/blank_map_europe_with_borders-1.webp); 
    background-repeat: no-repeat; 
    background-size: cover; 
    background-attachment: fixed;
}

.btn-red {
    cursor:pointer;
}
h1.main-title-banner {
    text-align:left; width: 80%; font-size: 3rem; font-weight: 100;
}
.main-block-content {
    text-align:left; padding-top:6rem; padding-bottom:6rem;
}
.main-block-social img {
    width:36px;
    margin-right:5px;
}
.d-none { display: none; }
.faq-block {
    background-color: #123E59;
  color: #fff;
}
.faq-block.active {
    color: #123E59;
}
/* 18.11 */
body, .default__title, .default__text, .nav__item a, .menu-item a, .page-title, .event-body__text, .event-info__body event-body, .section-title, .event, .centers-link__title, .centers-link__text, .card-info__title a, .site-main p a {
    color:#123E59;
}
.sub-menu .menu-item a:hover {
    color:#da2a28;
}
#menu-item-237118 a {
    background-color: none;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 18px;
  border: 2px solid #ffffff;
  border-radius: 5px;
    font-weight:400;
}
#menu-item-237118 a:hover {
    background-color:#ffffff;
    color:#123E59 !important;
}
.default__text {
    font-size:unset !important;
    font-family:unset !important;
    font-weight:200 !important;
    color:#123E59 !important;
}
.page-footer__title {
    font-size:22px;
    font-weight:900;
    color:#ffffff;
    letter-spacing:3px;
    margin-bottom:1.6rem;
	
}
.page-footer__contacts a, .site-footer .menu-footer a {
    font-size:18px;
    font-weight:400;
    color: #cccccc;
    font-family:unset;
}
.page-footer__contacts a:hover, .site-footer .menu-footer a:hover {
    color:#da2a28;
}
.event-info, .event-intro__inner {

    max-width:unset;
}
.event-body__text > * {
  font-size: unset;
  line-height: unset;
}
h2.insert_text { 
    margin-top:2rem;
    margin-bottom: 32px;
}
.event-sidebar__item h3.centers__title {
    font-size:22px;
}
.centers-link__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 8px;
}
.centers-link__text {
  display: block;
  font-size: 16px;
  line-height: 18px;
}
.card-item__text, .intro-item__text {
    font-size: 18px;
  line-height: 22px;
}
.card-item__text {
    font-size: 16px;
}
.card-info__title {
    font-size:20px;
    margin-bottom: 11px;
}
.card-info__item {
    font-size:14px;
}
.card-item:not(:last-child) {
  margin-bottom: 1px;
}
.event-item__link {
  width: calc(100% - 240px);
}
.event_prev_category, .event-item__text {
    font-size: 16px;
}
.catalog-filter__title {
  font-size: 18px;
}
.catalog-choice {
    font-size: 16px;
  line-height: 18px;
}
.breadcrumb__wrapper {
    font-size:14px;
}
h1.catalog-filter__title {
    font-weight: 700;
  line-height: 1.2;
    font-size: 42px;
}
.small-text li {
    font-size:18px;
}
/* 18.11 */
.event-main-block-content .intro__logo_main {
    width:unset;
}
.intro__logo_main img {
    width:auto !important;
    max-width:150px;
    height:auto;
    padding:25px;
    background-color:#FFFFFF;
    margin-top:65px;
}
ul.intro-list-main {
    list-style: none;
    margin:0;
}
.intro-item-main {
display: inline-block;
  background-color: #fff;
  color: #123E59;
  border-radius: 16px;
  font-size: 16px;
  padding: 4px 16px;
  font-weight: 300;
  margin-right: 5px;
}
.intro-item-main {
    margin-top:12px;
}
.intro-item__icon-main {
    position: relative;
    top:2px;
}
.intro-item__icon-main img {
    width:16px;
    height:16px;
}
.event-content-main {
    display: flex;
}
.event-content-main h2 {
    text-align:left;
}
.event-content__info-main {
    flex-grow:1;
    padding-right:45px;
}
.event-content__info-right {
    width:365px;
}
.event-content__greyblock {
    width:365px;
    background-color:#efefef; 
    padding:35px;
    font-weight:400;
    margin-bottom:25px;
    line-height:100%;
}
.event-content__greyblock .h2-header {
    text-transform:uppercase; 
    color:#123E59; 
    font-size:1.9rem;
    margin:0;
    line-height: 100%;
  margin-bottom: 10px;
}
.event-content__greyblock ul {
    margin:0;
}
.event-content__greyblock-list {
    list-style:none;
    font-size:1rem;
}
ul.event-content__greyblock-list li {
    padding-top:8px;
    padding-bottom:8px;
    border-top:1px dotted #999999;
    display:flex;
}
.event-content__greyblock-elleft {
    font-weight:600;
    flex-grow:1;
}
.event-content__greyblock-elright {
    text-align:right;
    margin-left: 10px;
}
.event-content__greyblock input, .event-content__greyblock textarea {
    max-width:100%;
    width:100%;
}
.event-main-block-content {
    display:flex;
}
.event-main-block-content h1 { padding-top:0rem; }

.event-intro-main {
  background-repeat: repeat;
  background-attachment: scroll;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.video-full-width .main-headernew {
    display:flex
}
.video-full-width .block-content {
    margin: auto 20px 3rem 20px;
}
.site-header {
    z-index:100;
}
.home .video-full-width-control {
    height:100vh;
    overflow: hidden;
    margin:0; 
    margin-top: -151px;
}

.event-intro-main_1 {
    background-image: url(https://expostandbuilders.com/wp-content/uploads/event_1.webp);
}
.event-intro-main_2 {
    background-image: url(https://expostandbuilders.com/wp-content/uploads/event_2.webp);
}
.event-intro-main_3 {
    background-image: url(https://expostandbuilders.com/wp-content/uploads/event_3.webp);
}
.event-intro-main_4 {
    background-image: url(https://expostandbuilders.com/wp-content/uploads/event_4.webp);
}
.event-intro-main_5 {
    background-image: url(https://expostandbuilders.com/wp-content/uploads/event_5.webp);
}
.event-intro-main_6 {
    background-image: url(https://expostandbuilders.com/wp-content/uploads/event_6.webp);
}
.event-intro-main_7 {
    background-image: url(https://expostandbuilders.com/wp-content/uploads/event_7.webp);
}
.event-intro-main_8 {
    background-image: url(https://expostandbuilders.com/wp-content/uploads/event_8.webp);
}
.event-intro-main_9 {
    background-image: url(https://expostandbuilders.com/wp-content/uploads/event_9.webp);
}
.event-intro-main_10 {
    background-image: url(https://expostandbuilders.com/wp-content/uploads/event_10.webp);
}
.event-intro-main_11 {
    background-image: url(https://expostandbuilders.com/wp-content/uploads/event_11.webp);
}
.event-intro-main_12 {
    background-image: url(https://expostandbuilders.com/wp-content/uploads/event_12.webp);
}
.event-intro-main_13 {
    background-image: url(https://expostandbuilders.com/wp-content/uploads/event_13.webp);
}
.event-intro-main_14 {
    background-image: url(https://expostandbuilders.com/wp-content/uploads/event_14.webp);
}
.event-intro-main_15 {
    background-image: url(https://expostandbuilders.com/wp-content/uploads/event_15.webp);
}
.event-intro-main_16 {
    background-image: url(https://expostandbuilders.com/wp-content/uploads/event_16.webp);
}
.event-intro-main_17 {
    background-image: url(https://expostandbuilders.com/wp-content/uploads/event_17.webp);
}
.event-intro-main_18 {
    background-image: url(https://expostandbuilders.com/wp-content/uploads/event_18.webp);
}
.event-intro-main_19 {
    background-image: url(https://expostandbuilders.com/wp-content/uploads/event_19.webp);
}
.event-intro-main_20 {
    background-image: url(https://expostandbuilders.com/wp-content/uploads/event_20.webp);
}
.event-intro-main_21 {
    background-image: url(https://expostandbuilders.com/wp-content/uploads/event_21.webp);
}
.event-intro-main_22 {
    background-image: url(https://expostandbuilders.com/wp-content/uploads/event_22.webp);
}
.event-intro-main_23 {
    background-image: url(https://expostandbuilders.com/wp-content/uploads/event_23.webp);
}
.event-intro-main_24 {
    background-image: url(https://expostandbuilders.com/wp-content/uploads/event_24.webp);
}
.event-intro-main_25 {
    background-image: url(https://expostandbuilders.com/wp-content/uploads/event_25.webp);
}
.event-intro-main_26 {
    background-image: url(https://expostandbuilders.com/wp-content/uploads/event_26.webp);
}
.event-intro-main_27 {
    background-image: url(https://expostandbuilders.com/wp-content/uploads/event_27.webp);
}
.event-intro-main_28 {
    background-image: url(https://expostandbuilders.com/wp-content/uploads/event_28.webp);
}
.event-intro-main_29 {
    background-image: url(https://expostandbuilders.com/wp-content/uploads/event_29.webp);
}
.event-intro-main_30 {
    background-image: url(https://expostandbuilders.com/wp-content/uploads/event_30.webp);
}
#trade_fair_stand ul.third a {
    color:#a0b0ba;
}
.event-content__info.center {
    text-align:left !important;
}
.block-content {
    text-align:justify;
}
/*
.fancybox__image {
    max-width: 100vw !important;
  max-height: 100vh !important;
  margin: auto;
}
*/
.prevnextportfolio .nav-title-, .post-navigation .nav-previous, .post-navigation .nav-next {
    border: 2px solid #171717;
    padding:15px 20px;
    display:block;
    border-radius:3px;
    margin-top:10px;
}
.prevnextportfolio .nav-previous, .post-navigation .nav-previous {
    padding-right:10px;	
} 
.prevnextportfolio .nav-next {
    padding-left:10px;		
}
.post-navigation .nav-next {
    margin-left:10px;	
}
.prevnextportfolio .nav-previous, .prevnextportfolio .nav-next, .post-navigation .nav-previous, .post-navigation .nav-next  { 
    margin-top:5px;
    margin-bottom:auto;
    line-height:120%;
}

.wp-block-media-text {
    display:inline-grid !important;	
    padding: 20px;
  background-color: #eee;
}
.post-author__author .wp-block-media-text__media {
    width: 150px;
  float: left;
  margin-right: 25px;
  border-radius: 75px;
    
}
.post-author__author .wp-block-media-text__media img  {
    max-width: 150px;
  border-radius: 75px;
}
.post-author__author .wp-block-media-text__content {
    display: block;
  line-height: 100%;
  padding-top: 50px;
}

@media (min-width: 768px) {
    
    .portfoliomain {
	height:320px;
    }
    .portfoliomain > img {
	height:100%;
	width: auto;
    }
}
@media (min-width: 1400px) {
    .portfoliomain {
	height:320px;
    }
    .portfoliomain > img {
	height:auto;
	width: 100%;
    }
    .main-headernew {
    }

}
@media (min-width: 1920px) {
    .portfoliomain {
	height:420px;
    }
    .portfoliomain > img {
	height:auto;
	width: 100%;
    }
}
@media (max-width: 1200px) {
    .grid-m-a1 {
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 10px;
	padding: 10px;
    }
    .about-esbau {
	padding:0;
    }
    .about-esbau-main {
	margin:0;
	border-radius: 0;
    padding: 2rem !important;
    }
    .about-esbau-main h2 {
	padding:0;
	text-align:center;
    }
    .portfoliomain-main .h3 {
    padding: 0 100px 0 0;
	font-size: 14px;
    }
    .about-esbau-image {
    position: absolute;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    left: 20%;
    top: 40px;
    right: 20%;
    width: unset;
  }
    .about-esbau-image {
	display: none;
    }
    .main-headernew {

    }
    .event-main-block-content {
	display:block;
    }
    .intro__logo {
	width: 200px;
	margin-bottom: 40px;
    }	
    .event-main-block-content {
	padding: 4rem 2rem;
    }
    .contact__wrapper {
	padding: 50px 50px;
    }

}
@media (max-width: 926px) { 
    .main-headernew {
	padding-top:0;
	min-height: 400px;
    }
    .nav .menu > .menu-item > a {
	color:#123E59;
    font-weight: 400;
    padding: 12px 30px 12px 12px;
    }
    .nav ul.menu {
	background-color:#ffffff;
	margin-left:8px;
    }
	.portfoliomain .portfoliomain-main {
	transform: translateY(0px);
    }
    .portfoliomain-stars, .portfoliomain-social {
	position:inital;
    }
    .event-content-main {
    display: block;
  }
}
@media (max-width: 768px) { 

    .home .video-full-width .block-content {
  margin: auto 20px 4rem 20px;
    }
    .home .video-full-width-control {
	margin-top: -53px;		
    }

    .main-headinfo > div {
	display:block; 
	margin-bottom:5px; 
	margin-right:15px;
    }
    .main-headernew h1 {
	font-size:3rem !important;
	line-height:130%;
    }
    .main-headernew .main-buttongroup .btn {
	display:block;
	margin-bottom:15px;
    }
    .main-headernew {

    }
    .container5 {
	display:block;
    }
    .item5 {
	height: 280px;
    }
    .item5 ul {
	position:relative;
	display:block;
	padding:0;
    }
    .btnsgrouplist li .btnsgroup {
	color: #000c;
	padding: 8px 18px;
	border: 1px solid #fffc;
	margin-right: 6px;
	margin-left: 0;
	text-decoration: none;
	border-radius: 5px;
	font-weight: 500;
	margin-left: 2px;
	text-transform: uppercase;
	font-size: .9rem;	
	background-color: #fffc;
    }
    .portfoliomain .portfoliomain-main {
	transform: translateY(0px);
    }
    .main-flex {
	display:block;
    }
    
    .main-btnsgroup {
	margin:auto;
	text-align:center;
    }
    .main-btnsgroup a.btn{
	display:block;
	margin: 0 auto 10px;
    }
    ul.buttons li {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: -0.25px;
    }
    ul.buttons-home li span {
	min-width: unset;
    margin: 3px 0px;
	padding: 6px 13px 6px 13px;
	background-image:none;
    }
    .reliable-expo-stand ul.prim {
	columns:unset;
	column-gap:unset;
    }
    .reliable-expo-stand ul.prim li {
	display:inline-block;
	margin: 2px 12px 2px 0;
    }
    .reliable-expo-stand ul.prim > li {
	font-weight:400;
	font-size: 1.1rem;
	width:46%;
    }
    .reliable-expo-stand ul.prim {
	font-weight:400;
	font-size: 1.1rem;
	margin-right:-15px;
    }
    .reliable-expo-stand ul.prim a {
	background-color: #fff;
    padding: 5px 10px;
    border: 1px solid #0003;
    border-radius: 9px;
	width: 100%;
    display: block;
    }
    .reliable-expo-stand ul.prim a img {
	margin-bottom:-3px;
    }
    .reliable-expo-stand ul.prim ul.third {
	font-size: 1.0rem;
	width: 80vw;
	display:none;
    }
    .main-infograph > div {
	margin-top:3rem;
    }
    .main-how-to-life .main-infograph > div > img {
	width:140px;
    }
    .main-how-to-life .main-infograph > div > span {
	font-size:1.2rem;
    }
    .m-none {
	display:none !important;
    }
    .m-block {
	display:block !important;
    }
    .block-content {
	padding-left: 2rem;
      padding-right: 2rem;
    }
    h1.main-title-banner {
	font-size:2rem; line-height: 120%; margin-bottom: 1rem;
    }
    .main-block-content .main-btnsgroup a.btn {
	margin-left:0;
    }
    .main-block-social {
	margin-bottom:.5rem;
    }
    .portfoliomain-social {
	display:none;
    }
    .portfoliomain-stars {
	position:initial;
    }
    .btnsgrouplist {
	
    }
    .about-esbau { padding-left:0 !important; padding-right:0 !important; }
    .main-headernew {

    }
    .home .video-full-width {
	/*height:unset;*/
    }
    .video-text {
	top:1%;
    }
    .video-text span {
	font-size:25px;
    }
    .my_popup_main {
	max-height: 100%;
    }
    .intro__logo_main {
	margin:0 50px;
    }
    .event-content__info-right, .event-content__greyblock {
    width: 100%;
    }
    .event-main-block-content {
	display:block;
    }
    .intro__logo {
	width: 200px;
	margin-bottom: 40px;
	height:auto;
    }
    .event-main-block-content {
	padding: 4rem 2rem;
    }
    .contact__wrapper {
	padding: 50px 50px;
    }
}
@media (max-width: 900px) {	
    .block-content {
	text-align:left;
    }

    .event-content-main {
    display: block;
  } 
    .event-content__info-right, .event-content__greyblock {
    width: 100%;
    }
    .event-main-block-content {
	display:block;
    }
    .intro__logo {
	width: 200px;
	margin-bottom: 40px;
	height:unset;
    }
    .event-main-block-content {
	padding: 4rem 2rem;
    }
    .contact__wrapper {
	padding: 50px 50px;
    }

}
@media (max-width: 480px) {
    .home .video-full-width .block-content {
      margin: auto 10px auto 10px;
    }

    .main-headernew h1 {
	font-size:3rem !important;
	line-height:120%;
    }

    .contact__wrapper {
    padding: 40px 20px 0;
  }
    .contact {
	padding-left:0;
	padding-right:0;	
    }
    .my_popup_main {
    padding: 16px 24px 10px;
    }
    .codedropz-upload-inner > div, .codedropz-upload-inner > span {
	display:none;
    }
	.codedropz-upload-inner > div.codedropz-btn-wrap {
	display:block;
    }
    .wpcf7-form .form__text {
    display:none;
  }
    .event-item .type-flag {
	font-size:12px;
    }
    .menu-item-has-children > a:after { 
	position: absolute;
    right: 19px;
    }
    .pre-header {
	background-image: url(https://expostandbuilders.com/wp-content/uploads/lines.webp);
  background-position: calc(100% - 29px) center;
  background-repeat: no-repeat;
    }
    .portfoliomain > img {
	max-width:unset;
	max-height:100%;
	width: auto;
    }
    .btnsgrouplist {
	margin-bottom:15px;
    }
    .btnsgrouplist li .btnsgroup {
	font-size: .85rem;
    }
    .event-item__link {
    width: calc(100% - 70px);
    }
    .event-content-main {
	display:block;
    }
    .event-content__info-main {
	padding-right:0;
    }
    .event-content__info-right {
	width:100%;
    }
    .event-content__greyblock {
	width:100%;		
    }
    .event-main-block-content {
	display:block;
    }
    .event-main-block-content h1 { 
	padding-top:0rem;
	font-size:2.3rem !important;
	
    }
    .event-main-block-content .intro__logo_main {
	margin:0 0 10px;
	width:unset;
	justify-content: left;
    }
    .intro__logo_main img {
	margin-top:0;
    }
    .intro-item-main {
	font-size:14px;
    }
    .event-intro-main_1 {
	background-image: url(https://expostandbuilders.com/wp-content/uploads/event_1_min.webp);
    }
    .event-intro-main_2 {
	background-image: url(https://expostandbuilders.com/wp-content/uploads/event_2_min.webp);
    }
    .event-intro-main_3 {
	background-image: url(https://expostandbuilders.com/wp-content/uploads/event_3_min.webp);
    }
    .event-intro-main_4 {
	background-image: url(https://expostandbuilders.com/wp-content/uploads/event_4_min.webp);
    }
    .event-intro-main_5 {
	background-image: url(https://expostandbuilders.com/wp-content/uploads/event_5_min.webp);
    }
    .event-intro-main_6 {
	background-image: url(https://expostandbuilders.com/wp-content/uploads/event_6_min.webp);
    }
    .event-intro-main_7 {
	background-image: url(https://expostandbuilders.com/wp-content/uploads/event_7_min.webp);
    }
    .event-intro-main_8 {
	background-image: url(https://expostandbuilders.com/wp-content/uploads/event_8_min.webp);
    }
    .event-intro-main_9 {
	background-image: url(https://expostandbuilders.com/wp-content/uploads/event_9_min.webp);
    }
    .event-intro-main_10 {
	background-image: url(https://expostandbuilders.com/wp-content/uploads/event_10_min.webp);
    }
    .event-intro-main_11 {
	background-image: url(https://expostandbuilders.com/wp-content/uploads/event_11_min.webp);
    }
    .event-intro-main_12 {
	background-image: url(https://expostandbuilders.com/wp-content/uploads/event_12_min.webp);
    }
    .event-intro-main_13 {
	background-image: url(https://expostandbuilders.com/wp-content/uploads/event_13_min.webp);
    }
    .event-intro-main_14 {
	background-image: url(https://expostandbuilders.com/wp-content/uploads/event_14_min.webp);
    }
    .event-intro-main_15 {
	background-image: url(https://expostandbuilders.com/wp-content/uploads/event_15_min.webp);
    }
    .event-intro-main_16 {
	background-image: url(https://expostandbuilders.com/wp-content/uploads/event_16_min.webp);
    }
    .event-intro-main_17 {
	background-image: url(https://expostandbuilders.com/wp-content/uploads/event_17_min.webp);
    }
    .event-intro-main_18 {
	background-image: url(https://expostandbuilders.com/wp-content/uploads/event_18_min.webp);
    }
    .event-intro-main_19 {
	background-image: url(https://expostandbuilders.com/wp-content/uploads/event_19_min.webp);
    }
    .event-intro-main_20 {
	background-image: url(https://expostandbuilders.com/wp-content/uploads/event_20_min.webp);
    }
    .event-intro-main_21 {
	background-image: url(https://expostandbuilders.com/wp-content/uploads/event_21_min.webp);
    }
    .event-intro-main_22 {
	background-image: url(https://expostandbuilders.com/wp-content/uploads/event_22_min.webp);
    }
    .event-intro-main_23 {
	background-image: url(https://expostandbuilders.com/wp-content/uploads/event_23_min.webp);
    }
    .event-intro-main_24 {
	background-image: url(https://expostandbuilders.com/wp-content/uploads/event_24_min.webp);
    }
    .event-intro-main_25 {
	background-image: url(https://expostandbuilders.com/wp-content/uploads/event_25_min.webp);
    }
    .event-intro-main_26 {
	background-image: url(https://expostandbuilders.com/wp-content/uploads/event_26_min.webp);
    }
    .event-intro-main_27 {
	background-image: url(https://expostandbuilders.com/wp-content/uploads/event_27_min.webp);
    }
    .event-intro-main_28 {
	background-image: url(https://expostandbuilders.com/wp-content/uploads/event_28_min.webp);
    }
    .event-intro-main_29 {
	background-image: url(https://expostandbuilders.com/wp-content/uploads/event_29_min.webp);
    }
    .event-intro-main_30 {
	background-image: url(https://expostandbuilders.com/wp-content/uploads/event_29_min.webp);
    }
    .reliable-expo-stand ul.prim {
	grid-template-columns: auto;
    }
    .reliable-expo-stand ul.prim > li {
	width:92%;
    }

    .grid-m-a1 {
    grid-template-columns: auto;
  }
    .event-content__info.center {
	text-align:center;
    }
    .about-esbau-image-m {
	display:block !important;
    }
    
}
@media (max-width: 380px) { 
    .main-headernew h1 {
	font-size:2rem !important;
	line-height:120%;
    }
    .home .video-full-width-control {
	margin-top: 0px;		
    }

}






.event-body__content .events-list-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* Расстояние между изображениями */
}

.event-body__content .events-list-grid li {
  object-fit: cover;
    flex: 0 0 calc(33.33% - 7px);
  height: 500px; /* Единая высота */
    position:relative;
}

.event-body__content .events-list-grid li.horizontal {
  flex: 0 0 calc(50% - 5px); /* 2 горизонтальных в ряд */
}

.event-body__content .events-list-grid li.vertical {
  flex: 0 0 calc(33.33% - 7px); /* 3 вертикальных в ряд */
}
.event-body__content .events-list-grid li .event-item__link_ {
    display:block;
    float:unset !important;
}
.event-body__content .events-list-grid li .event_prev_category {
    position: absolute;
  bottom: 15px;
  width: 87%;
    font-size:.9rem;
}
.event-body__content .events-list-grid li .event-item__link {
  width: 100%;
}
.event-body__content .events-list-grid li .event-card__image {
    /*
    width:unset !important;
    height:unset !important;
    display:block !important;
    */
    margin:auto !important;
}
.event-body__content .events-list-grid .event-body img.attachment-full {
    /*
    width:unset;
    height:unset;
    margin:unset;
    */
}
.event-body__content .events-list-grid .event-card__info {
    120px;
}
.event-body__content .events-list-grid .event-item {
    background-color:#f6f6f6;
    border:2px solid #f6f6f6;
}

.event-body__content .events-list-grid .event-item:hover {
    border:2px solid #123E59;
}

.event-body__content .events-list-grid .card-item:not(:last-child) {
  margin-bottom: 4px !important;
}
.event-body__content .events-list-grid li.events-list_place .event-card__info {
    padding-top:15px !important;
}
.event-body__content .events-list-grid li.events-list_place {
    height:330px;
}


/* 032025 */
