html, body {
height: 100%;
margin: 0;
padding: 0;
}
.main-content {
display: flex;
flex-direction: column;
} .header-background {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
background-color: #003366;
height: auto; 
min-height: 120px; 
padding: 10px 15px;
}
@media (max-width: 767px) {
.header-background {
flex-direction: column;
align-items: stretch; 
justify-content: flex-start;
padding: 20px 15px;
min-height: 220px;
}
}
.header-wrapper {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap; 
padding: 10px 15px;
}
.header-top {
display: flex;
align-items: center;
flex-shrink: 0;
}
.menu-bar {
display: flex;
justify-content: flex-end;
flex-grow: 1;
min-width: 250px;
margin-left: 250px;	
} .header-top p a {
color: #FFFFFF !important; 
text-decoration: none !important; 
}
.header-top p a:hover {
color: #FFFFFF !important; 
text-decoration: none !important; 
}
.header-top p {
font-size: 27px !important; 
line-height: 1.2;
margin-left: 7px;
}
.herb {
max-width: 65px; 
min-height: 65px; 
}
.logoimg {
max-width: 60px; 
min-height: 80px; 
}
.herb, .logoimg, .header-top p {
margin: 5px; 
}
@media (max-width: 767px) {
.header-wrapper {
flex-direction: column;
align-items: flex-start;
padding: 10px;
}
.menu-bar {
width: 100%;
justify-content: center;
margin-left: 0;
margin-top: 10px;
}
.menu-container {
width: 100%;
}
}
@media (max-width: 767px) {
.header-top {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center; 
flex-wrap: nowrap;
margin-left: 15px;
width: 100%;
padding: 10px 15px;
gap: 5px;
}
.herb,
.logoimg,
.header-top p {
margin: 0;
}
.header-top img.herb {
height: 20px !important;
width: auto;
object-fit: contain;
flex-shrink: 0;	
}
.header-top img.logoimg {
height: 35px;
width: auto;
object-fit: contain;
flex-shrink: 0;
}
.header-top p {
font-size: 14px !important;
margin: 0;
line-height: 1.2;
white-space: nowrap;
text-align: center;
}
} .main-navigation {
display: flex;
justify-content: flex-end;
align-items: center;
width: 100%;
}
.menu {
display: flex;
flex-wrap: nowrap; 
justify-content: center;
align-items: center;
list-style: none;
padding: 0;
margin: 0;
}
.menu-item {
margin: 0 !important;
padding: 0 !important;
font-size: 16px !important; 
}
.menu li a {
padding: 10px !important; 
}
.menu li {
font-family: 'Segoe UI', serif;
font-weight: 400 !important;
font-size: 16px !important;
margin-right: 20px;
position: relative;
}
.menu li a {
color: #FFFFFF !important;
text-decoration: none !important; 
}
.menu li a:hover,
.menu li a:focus,
.menu li a:active {
color: #E78D0D !important;
text-decoration: underline !important;
text-decoration-color: #E78D0D !important;
}
.menu-scroll-down {
display: none !important;
visibility: hidden !important;
padding: 0 !important;
} .sub-menu {
display: none;
position: absolute;
top: 100%;
left: 0;
background-color: #003366;
z-index: 1000;
list-style: none; 
padding: 0; 
}
.sub-menu li {
width: 220px !important;
background-color: transparent !important;
padding-left: 1px; 
}
.sub-menu li a {
display: flex; 
justify-content: space-between; 
align-items: center; 
color: #003366 !important;
font-size: 14px !important; 
}
.sub-menu li a:hover {
color: #E78D0D !important;
text-decoration: underline !important;
text-decoration-color: #E78D0D !important;
}
.menu li:hover > .sub-menu {
display: block;
} .dropdown-toggle {
display: none;
} @media (max-width: 768px) {
.dropdown-toggle {
display: block;
}
} .language-selector {
display: flex;
align-items: center;
margin-right: 17px;
}
.bvi-selector {
font-size: 14px;
background-color: transparent !important; 
}
.bvi-shortcode { 
background-color: transparent !important; 
}
.bvi-open {
background-color: transparent !important; 
}
.gtranslate-selector {
display: flex;
align-items: center;
}
.gtranslate_wrapper {
display: flex;
gap: 5px; 
}
.glink {
text-decoration: none;
background-color: transparent !important;
font-size: 15px;
font-family: 'Roboto', sans-serif;
font-weight: 600;
color: #E78D0D !important; 
}
.glink:hover {
text-decoration: underline; 
opacity: 0.8; 
}
.search-form {
display: flex;
width: 100%;
max-width: 150px;
height: 25px;
border: none; 
border-bottom: 1px solid #FFFFFF; 
border-radius: 0 0 10px 10px; 
background-color: transparent; 
margin-left: 8px; 
overflow: hidden;
box-shadow: none; 
}
.search-form input[type="text"] {
flex: 1;
border: none; 
padding: 7px;
padding-left: 10px; 
height: 100%;
outline: none;
background-color: transparent; 
color: #FFFFFF;
}
.search-form input[type="text"]::placeholder {
color: #FFFFFF; 
font-size: 14px; 
} @media (max-width: 767px) {
.header-top {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
flex-wrap: nowrap;
width: 100%;
padding: 10px 0;
gap: 10px;
}
.header-top img.herb,
.header-top img.logoimg {
width: auto;
height: 40px;
object-fit: contain;
}
.header-top p {
font-size: 16px !important;
margin: 0;
line-height: 1.2;
text-align: left;
}
.header-top p a {
color: #FFFFFF !important;
text-decoration: none !important;
font-weight: 600;
}
.menu-toggle {
position: absolute;
top: 10px;
right: 10px;
z-index: 10;
display: block;
background: #003366;
border: none;
color: #ffffff;
cursor: pointer;
width: 30px;
height: 24px;
}
.menu-toggle::before,
.menu-toggle::after,
.menu-toggle span {
content: '';
display: block;
width: 100%;
height: 3px;
background-color: #ffffff;
position: absolute;
transition: all 0.3s ease;
}
.menu-toggle span {
top: 50%;
transform: translateY(-50%);
}
.menu-toggle::before {
top: 8px;
}
.menu-toggle::after {
bottom: 8px;
}
.menu-toggle.open::before {
top: 50%;
transform: translateY(-50%) rotate(45deg);
}
.menu-toggle.open::after {
top: 50%;
transform: translateY(-50%) rotate(-45deg);
}
.menu-toggle.open span {
background-color: transparent;
}
.language-selector {
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
margin-top: 7px;
}
.bvi-selector,
.gtranslate-selector {
margin: 3px 0;
width: 100%;
display: flex;
justify-content: center;
}
.search-form {
margin: 3px 0;
width: 100%;
max-width: 250px;
display: flex;
justify-content: center;
}
.search-form input[type="text"] {
width: 80%;
padding: 7px 10px;
border: none;
border-bottom: 1px solid #FFFFFF;
background-color: transparent;
color: #FFFFFF;
outline: none;
}
.search-form input[type="text"]::placeholder {
color: #FFFFFF;
font-size: 14px;
}
.menu-bar {
margin-top: 15px;
justify-content: center;
max-width: 100%;
}
.search-container {
justify-content: center;
max-width: 100%;
margin-bottom: 15px;
}
.menu-container {
display: none;
flex-direction: column;
width: 100%;
background-color: #003366;
align-items: center;
}
.menu-container.active {
display: flex;
}
.main-navigation ul,
.main-navigation li {
font-family: 'Roboto', sans-serif !important;
font-weight: 400 !important;
font-size: 16px !important;
display: block;
width: 100%;
background-color: #003366 !important;
}
.main-navigation > ul > li > a,
.main-navigation > ul > li > a:visited {
color: #ffffff !important;
text-transform: uppercase;
font-size: 10pt !important;
display: block;
width: 100%;
padding: 10px 20px;
text-align: center;
font-family: 'Roboto', sans-serif !important;
}
.main-navigation ul ul li a {
color: #003366 !important;
display: block;
width: 100%;
font-family: 'Roboto', sans-serif !important;
background-color: #e6f0fa !important;
padding: 10px 15px;
}
.main-navigation ul ul li a:hover {
background-color: #d0e6f5 !important;
color: #E78D0D !important;
text-decoration: underline !important;
text-decoration-color: #E78D0D !important;
}
.sub-menu {
position: relative;
top: auto;
background-color: #e6f0fa !important;
padding: 10px 0;
display: block;
border-top: 2px solid #003366;
border-bottom: 2px solid #003366;
}
.sub-menu li {
padding-left: 10px;
width: auto !important;
}
.sub-menu li a {
display: flex;
justify-content: space-between;
align-items: center;
color: #003366 !important;
font-size: 14px !important;
padding: 10px 15px;
font-family: 'Roboto', sans-serif !important;
background-color: #e6f0fa !important;
}
.sub-menu li a:hover {
background-color: #d0e6f5 !important;
color: #E78D0D !important;
text-decoration: underline !important;
text-decoration-color: #E78D0D !important;
}
.menu li {
font-size: 15px !important;
margin-right: 10px;
}
.contact-header,
.contact-header div,
nav ul li,
.menu-dopolnitelnoe-menyu-container>ul>li>a {
display: block;
width: 100%;
font-size: 8pt !important;
font-weight: 900 !important;
}
.carusel_top-2 .menu a {
text-transform: uppercase;
color: #ffffff !important;
font-weight: 600;
text-decoration: none;
padding: 0 0 0 20px;
font-size: 9pt;
background-color: #003366 !important;
}
} .menu-toggle {
display: none;
background: #003366;
border: none;
color: #ffffff;
cursor: pointer;
position: relative;
width: 30px;
height: 24px;
margin: 0 auto;
padding: 0;
z-index: 10;
margin-bottom: 20px !important;	
} .menu-toggle::before,
.menu-toggle::after,
.menu-toggle span {
content: '';
position: absolute;
left: 0;
width: 100%;
height: 3px;
background-color: #ffffff;
transition: all 0.3s ease;
border-radius: 2px;
} .menu-toggle::before {
top: 0;
} .menu-toggle span {
top: 50%;
transform: translateY(-50%);
} .menu-toggle::after {
bottom: 0;
} .menu-toggle.open::before {
transform: rotate(45deg);
top: 50%;
}
.menu-toggle.open::after {
transform: rotate(-45deg);
bottom: 50%;
}
.menu-toggle.open span {
opacity: 0;
} .menu-toggle:hover,
.menu-toggle:focus {
outline: none;
background-color: #003366;
} .menu-container {
display: flex;
flex-direction: column;
align-items: center;
}
@media (max-width: 767px) {
.menu-toggle {
display: block;
}
.menu-container {
display: none;
flex-direction: column;
width: 100%;
background-color: #003366;
align-items: center;
}
.menu-container.active {
display: flex;
}
.main-navigation ul {
flex-direction: column;
align-items: center;
}
.main-navigation li {
width: 100%;
}
.main-navigation li a {
width: 100%;
padding: 10px 20px;
text-align: center;
}
}
@media (max-width: 767px) {
.main-navigation ul,
.main-navigation li {
font-family: 'Segoe UI', serif; 
font-weight: 400 !important;
}
.main-navigation > ul > li > a,
.main-navigation > ul > li > a:visited {
font-family: 'Segoe UI', serif; 
font-weight: 400 !important;
}
.main-navigation ul ul li a {
font-family: 'Segoe UI', serif; 
font-weight: 400 !important;
}
}
:not( .mejs-button ) > button:hover, :not( .mejs-button ) > button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus{
background-color: none;
background: none;
}
@media screen and (max-width: 1366px) and (max-height: 768px) {
.header-wrapper {
flex-direction: column; 
align-items: center;    
}
.menu-bar {
width: 100%;
margin-left: 0;        
margin-top: 30px;       
justify-content: center;
order: 3;               
}
.language-selector {
order: 2;               
margin-top: 10px;
width: 100%;
justify-content: center;
}
.header-top {
order: 1;               
justify-content: center;
width: 100%;
}
} a:focus, a:active {
outline: none;
box-shadow: none;
border: none; 
}
li > ul, li > ol {
margin-left: 0;
} .list-class {
list-style-type: none; 
padding-left: 0; 
}
.list-class li {
background: url(//ivcmr.by/wp-content/uploads/2025/02/123.png) no-repeat left center;
padding-left: 30px; 
margin-bottom: 5px; 
padding-right: 25px; 
} .onas-spisok ul {
list-style: none; 
padding-left: 0; 
}
.onas-spisok li {
display: flex; 
align-items: center; 
margin-bottom: 10px; 
position: relative; 
}
.onas-spisok img {
margin-right: 10px; 
vertical-align: middle; 
}
.onas-spisok li span {
max-width: 100%; 
display: block; 
}
.onas-spisok li::after {
content: ""; 
display: block; 
width: 100%; 
height: 1px; 
background-color: grey; 
position: absolute; 
bottom: -5px; 
left: 0; 
} .custom-container {
text-align: center; 
}
.custom-container img {
vertical-align: middle; 
margin-right: 10px; 
}
.custom-container .uagb-container-inner-blocks-wrap {
display: flex;
flex-direction: column;
align-items: center; 
} .slaid-ot {
position: relative;
}
.slaid-ot .slider-background {
background-image: url(//ivcmr.by/wp-content/uploads/2025/02/ellips-1.png);
background-size: contain;
background-repeat: no-repeat;
background-position: left top; 
padding-left: 50px; 
}
@media (max-width: 767px) {
.slaid-ot .slider-background {
background-image: none !important;
padding-left: 0 !important;
}
.slaid-ot .metaslider .slides li {
width: 370px !important;
margin-right: 15px !important;
float: left !important;
}
.slaid-ot .metaslider .slides img {
width: 100% !important;
height: auto !important;
max-width: 100% !important;
}
.slaid-ot .metaslider .flex-direction-nav a,
.slaid-ot .metaslider .nivo-directionNav a,
.slaid-ot .metaslider .rslides_nav {
display: none !important;
}
} .height-footer {
width: 100%; 
margin: 0;
padding: 0; 
}
.text-container {
background-color: #003366; 
background-size: cover; 
background-repeat: no-repeat; 
background-position: center center; 
width: 100%; 
height: 60px;
margin-bottom: 20px;
box-sizing: border-box;
display: flex; 
align-items: center;
}
.custom-text {
font-family: 'Prata', sans-serif;
font-weight: 500;
font-size: 20px;
color: #E78D0D;
margin-left: 30px; 
margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
.text-container {
justify-content: center; 
height: auto; 
padding: 10px 0;
}
.custom-text {
margin-left: 0 !important; 
margin-bottom: 0 !important;
text-align: center;
}
} .footer-class {
background-color: #003366;
width: 100%; 
margin: 0 auto; 
padding: 0; 
box-sizing: border-box; 
color: #ffffff;
font-family: 'Roboto', sans-serif !important;
font-size: 14px; 
}
.footer_content {
max-width: 1366px;
display: flex;
flex-wrap: wrap;
justify-content: space-between; 
padding: 20px;
margin: 0 auto;
margin-top: 20px;
}
.footer_contacts, .footer_navigation {
width: 30%; 
}
.footer_logo {
display: flex;
justify-content: center;
align-items: center;
width: 200px;
}
.footer_sitemap {
margin-top: 2px;
}
.footer_title {
text-align: center;
font-size: 19px; 
color: #ffffff;
margin-bottom: 15px !important;
}
.contact_item {
display: flex;
align-items: center;
margin-bottom: 5px;
font-size: 10px; 
}
.contact_item p {
font-size: 14px !important;
margin: 0;
margin-left: 3px;
}
.footer_navigation {
display: flex;
flex-direction: column;
align-items: center;
}
.footer_social {
margin-bottom: 20px;
}
.social_icons {
display: flex;
justify-content: center;
}
.item-footer {
width: 20px;
height: 20px;
margin-right: 3px;
}
.item-footerI {
width: 30px;
height: 30px;
margin-right: 3px;
}
.item-footerT {
width: 35px;
height: 35px;
margin-right: 5px;
}
.footer_contact_link {
color: #ffffff;
text-decoration: none;
}
.footer_contact_link:hover {
color: #E78D0D;
text-decoration: underline;
}
.sitemap_links {
display: flex;
flex-wrap: wrap; 
justify-content: space-between; 
gap: 10px; 
}
.sitemap_linksa, .sitemap_linksb {
width: 100%; 
display: flex;
flex-direction: column; 
gap: 5px; 
}
.sitemap_linksa p, .sitemap_linksb p {
margin: 0;
padding: 0;
}
.sitemap_link {
font-size: 14px !important; 
color: #ffffff;
text-decoration: none;
margin-bottom: 0px;
}
.sitemap_link:hover {
text-decoration: underline;
color: #E78D0D !important; 
}
.footer_bottom {
background-color: #ffffff;
height: 20px;
display: flex;
justify-content: center;
align-items: center;
}
.footer_bottom p {
color: #000000 !important;
font-size: 12px !important; 
margin: 0; 
line-height: 20px; 
}
@media (max-width: 767px) {
.footer_content {
flex-direction: column;
align-items: center;
}
.footer_contacts, .footer_navigation, .footer_sitemap {
width: 100%;
margin-bottom: 20px;
}
.footer_contacts {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.contact_item {
flex-direction: row;
align-items: center;
justify-content: center;
text-align: center;
}
.contact_item p {
margin-left: 5px;
}
.footer_social .social_icons {
justify-content: center;
}
.sitemap_links {
flex-direction: column;
}
.sitemap_linksa, .sitemap_linksb {
width: 100%;
text-align: center;
}
.footer_bottom {
height: auto;
padding: 10px 0;
font-size: 12px;
}
.footer_bottom p {
margin: 0;
font-size: 12px;
margin-left: 10px;
}
} .files { margin: 10px; }
.files li { padding: 7px; margin-left: 30px; list-style-image: url(//ivcmr.by/wp-content/uploads/2025/02/04022025.png) !important; }
.widget a img {
box-shadow: none !important;
-webkit-box-shadow: none !important;
}
.entry-content a img, .comment-content a img, .widget a img {
box-shadow: none !important;
-webkit-box-shadow: none !important;
} table {
border: 1px solid #000000 !important; 
border-collapse: collapse !important; 
width: 100% !important; 
}
th, td {
border: 1px solid #000000 !important; 
padding: 6px !important; 
}  .page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title, .entry-title a {
color: #295F2A !important;
font-family: 'Segoe UI', sans-serif;
font-size: 16px;
font-weight: 700;
text-decoration: none;
line-height: 1.2;
}
.entry-content{    padding: 0px 20px;}
.more-link{display: none;}
.right-actual {
max-height: 200px;
width: calc(100% + 10px); 
}
.right-news{overflow-y: scroll; max-height: 800px;}
.galery-futter{overflow-y: scroll; max-height: 1000px;} .katalognews{ 
display: flex;
flex-wrap: wrap;
margin:0 auto;
max-width:1270px;
width: 100%;
}
.katalognews ul{width: 90%;}
.katalognews h2{
width: 100%;
text-align: center;
}
.katalognews li {
margin: 20px;
padding: 10px;
font-size: 14pt;
display: flex;
flex-wrap: wrap;
align-items: center;
width: 100%;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); 
}
.imgnews { margin:30px; width:70% }
.katalognews li img{width: 200px;}
.newsclass {
display: flex;
flex-wrap: wrap;
align-items:center;
width:100%;
margin:0 auto;
}
a.imgnews {
color: #003366;
text-decoration: none; 
}
a.imgnews:hover {
color: #E78D0D; 
text-decoration: underline; 
}
time.entry-date.published,
time.updated {
color: #E78D0D;
} @-webkit-keyframes shadow-drop-2-center {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-box-shadow: 0 0 0 0 transparent;
box-shadow: 0 0 0 0 transparent;
}
100% {
-webkit-transform: translateZ(50px);
transform: translateZ(50px);
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .35);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, .35);
}
}
@keyframes shadow-drop-2-center {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-box-shadow: 0 0 0 0 transparent;
box-shadow: 0 0 0 0 transparent;
}
100% {
-webkit-transform: translateZ(50px);
transform: translateZ(50px);
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .35);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, .35);
}
}
.shadow-drop-2-center {
-webkit-animation: shadow-drop-2-center 1s both;
animation: shadow-drop-2-center 1s both;
}
.uagb-container-inner-blocks-wrap {
display: flex;
flex-wrap: wrap;
}
.uagb-block-df3edb7d,
.uagb-block-356da99e,
.uagb-block-ed4d8bf6 {
flex: 1;
min-height: 410px; 
}  @-webkit-keyframes shadow-drop-2-bl {
0% {
-webkit-transform: translateZ(0) translateX(0) translateY(0);
transform: translateZ(0) translateX(0) translateY(0);
-webkit-box-shadow: 0 0 0 0 transparent;
box-shadow: 0 0 0 0 transparent;
}
100% {
-webkit-transform: translateZ(50px) translateX(12px) translateY(-12px);
transform: translateZ(50px) translateX(12px) translateY(-12px);
-webkit-box-shadow: -12px 12px 20px -12px rgba(0, 0, 0, .35);
box-shadow: -12px 12px 20px -12px rgba(0, 0, 0, .35);
}
}
@keyframes shadow-drop-2-bl {
0% {
-webkit-transform: translateZ(0) translateX(0) translateY(0);
transform: translateZ(0) translateX(0) translateY(0);
-webkit-box-shadow: 0 0 0 0 transparent;
box-shadow: 0 0 0 0 transparent;
}
100% {
-webkit-transform: translateZ(50px) translateX(12px) translateY(-12px);
transform: translateZ(50px) translateX(12px) translateY(-12px);
-webkit-box-shadow: -12px 12px 20px -12px rgba(0, 0, 0, .35);
box-shadow: -12px 12px 20px -12px rgba(0, 0, 0, .35);
}
}  @-webkit-keyframes shadow-drop-2-tb {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent;
box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent;
}
100% {
-webkit-transform: translateZ(50px);
transform: translateZ(50px);
-webkit-box-shadow: 0 -12px 20px -12px rgba(0, 0, 0, .35), 0 12px 20px -12px rgba(0, 0, 0, .35);
box-shadow: 0 -12px 20px -12px rgba(0, 0, 0, .35), 0 12px 20px -12px rgba(0, 0, 0, .35);
}
}
@keyframes shadow-drop-2-tb {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent;
box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent;
}
100% {
-webkit-transform: translateZ(50px);
transform: translateZ(50px);
-webkit-box-shadow: 0 -12px 20px -12px rgba(0, 0, 0, .35), 0 12px 20px -12px rgba(0, 0, 0, .35);
box-shadow: 0 -12px 20px -12px rgba(0, 0, 0, .35), 0 12px 20px -12px rgba(0, 0, 0, .35);
}
}
.shadow-drop-2-tb {
-webkit-animation: shadow-drop-2-tb 1s both;
animation: shadow-drop-2-tb 1s both;
}
.has-text-align-center {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
height: 100%; 
}
.wp-block-group.is-vertical {
display: flex;
flex-direction: column;
justify-content: space-around;
height: 100%;
}  .background-ot {
background-image: url(//ivcmr.by/wp-content/uploads/2025/12/sochetanie-116.jpg);
background-size: cover;
background-position: center;
height: 350px;
display: flex;
align-items: flex-start;
justify-content: center;
margin-top: 20px;
}
.background-inner {
display: flex;
flex-direction: column;
align-items: center;
}
.partners-header {
font-family: 'Segoe UI', sans-serif !important;
font-size: 28px !important;
color: #E78D0D !important;
margin-top: 10px !important;
font-weight: 400 !important;
}
.img-row {
display: flex;
gap: 200px;
margin-top: 10px;
flex-wrap: wrap;
justify-content: center;
}
.img-inline {
max-height: 210px;
height: auto;
width: auto;
} @media (max-width: 767px) {
.background-ot {
height: auto;
padding: 20px 0;
background-size: cover;
background-position: center;
}
.background-inner {
width: 100%;
}
.partners-header {
font-size: 20px;
margin-bottom: 10px;
text-align: center;
}
.img-row {
flex-direction: column;
align-items: center;
gap: 5px;
margin-top: 5px;
}
.img-inline {
max-width: 95%;
height: auto;
}
} @media (min-width: 768px) and (max-width: 1366px) {
.background-ot {
height: auto;                
padding: 30px 0;             
background-size: cover;
background-position: center;
margin-top: 20px;
}
.background-inner {
width: 100%;
align-items: center;         
}
.partners-header {
font-size: 24px;             
margin-bottom: 15px;
text-align: center;
}
.img-row {
display: flex;
flex-wrap: wrap;             
justify-content: center;     
gap: 50px;                   
margin-top: 15px;
}
.img-inline {
max-height: 150px;           
height: auto;
width: auto;
}
} #metaslider_559 img {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#metaslider_container_559 {
padding-top: 20px;
padding-bottom: 20px;
} .fon-glavnaya {
background-image: url(//ivcmr.by/wp-content/uploads/2025/12/20251216550001.jpg) !important;
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: center !important;
margin-bottom: 30px !important;   
}
.rounded-corners {
border-radius: 15px !important;
background-color: #ffffff; 
}
@media only screen and (max-width: 768px) {
.uagb-container-inner-blocks-wrap,
.wp-block-uagb-container {
padding: 20px !important;
display: block !important; 
}
.has-text-align-center {
font-size: 24px !important;
margin-top: 20px !important; 
}
.rounded-corners {
padding: 10px !important;
display: block !important; 
background-color: #ffffff !important; 
}
.kb-count-up-title {
font-size: 14px !important;
display: block !important; 
visibility: visible !important;
}
}
@media only screen and (max-width: 480px) {
.uagb-container-inner-blocks-wrap,
.wp-block-uagb-container {
padding: 15px !important;
display: block !important;
}
.has-text-align-center {
font-size: 20px !important;
margin-top: 60px !important; 
}
.rounded-corners {
padding: 8px !important;
display: block !important; 
background-color: #ffffff !important; 
}
.kb-count-up-title {
font-size: 12px !important;
display: block !important; 
visibility: visible !important;
}
} .flex-item {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
flex: 1 1 200px;
margin: 10px;
text-align: center;
min-height: 250px; 
}
.flex-item img {
max-width: 100%;
height: auto;
margin-bottom: 10px; 
}
.flex-item p {
font-size: 16px;
margin: 0; 
} * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.text-priveystvie, .custom-button {
display: flex;
align-items: flex-start;
flex-direction: column;
text-align: left;
} #your-element-selector {
position: relative;
min-height: 90vh;
overflow: hidden;
background: url(https://ivcmr.by/wp-content/uploads/2025/12/fongl.jpg) 
no-repeat center center;
background-size: cover; 
}
#your-element-selector model-viewer {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 0;              
pointer-events: none;    
} .image-container {
position: absolute;
top: 20px;
right: 30px;
z-index: 1;
display: flex;
flex-direction: column;
gap: 10px;
}
.image-wrapper {
position: relative;
width: 220px;
height: 100px;
display: flex;
justify-content: center;
align-items: center;
}
.image-wrapper img {
max-width: 110px;
height: auto;
object-fit: contain;
display: block;
} #your-element-selector .welcome-container {
position: absolute;
bottom: 20px;   
left: 20px;    
z-index: 2;
display: flex;
flex-direction: column; 
align-items: flex-start; 
gap: 8px;              
max-width: 800px;
}
.hellotime {
margin: 0;
font-weight: 500;
font-size: 3em;
color: white;
text-align: left;
line-height: 1.2; 
animation: fadeInUp 1s ease forwards;
}
@keyframes fadeInUp {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
.text-priveystvie {
display: flex;
flex-direction: column;
margin-top: 15px;
font-size: 14px;
} .custom-button {
align-self: flex-end; 
margin-top: 0;
background: #f2f2f2; 
color: #003366; 
padding: 10px 20px;
border: none;
border-radius: 12px;
cursor: pointer;
font-size: 14px;
font-weight: 500;
box-shadow: 1px 1px 4px rgba(0,0,0,0.1); transition: background 0.3s ease, transform 0.2s ease;
}
.custom-button:hover {
background: #e6e6e6; 
color: #003366; 
transform: translateY(-2px);
}
.custom-button:active {
transform: translateY(1px);
box-shadow: inset 1px 1px 3px rgba(0,0,0,0.15);
} @media only screen and (max-width: 767px) {
.custom-button {
align-self: center; 
margin-bottom: 30px;
}
} .unique-box {
max-width: 600px;
width: 100%;
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
color: #ffffff;
font-weight: normal;
overflow: hidden;
padding: 20px;
box-sizing: border-box;
border-radius: 15px;
font-size: 15px;
margin-bottom: 10px;
box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.unique-box p {
margin: 0 0 10px 0;
}
.unique-content {
display: flex;
flex-direction: column;
justify-content: space-between;
text-align: left;
} .right-aligned {
text-align: right;
font-style: italic;
} @media only screen and (max-width: 767px) {
.image-container {
position: static;
flex-direction: row;
justify-content: flex-start;
align-items: center;
gap: 10px;
margin-top: 20px;
padding: 0 15px;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.image-wrapper {
flex: 0 0 auto;
width: 27%;
text-align: center;
margin-left: 12px;
}
.image-wrapper img {
max-width: 100%;
height: auto;
}
#your-element-selector .welcome-container {
position: static;
margin-top: 20px;
align-items: center;
text-align: center;
gap: 12px;
max-width: 100%;
}
.hellotime {
font-size: 2.5em;
text-align: center;
}
.unique-box {
width: 100%;
margin-left: 0;
}
.unique-content {
padding: 15px;
font-size: 1em;
}
}
@media only screen and (max-width: 480px) {
.hellotime {
font-size: 2em;
}
.unique-content {
font-size: 0.9em;
}
.custom-button {
font-size: 0.9em;
padding: 6px 12px;
}
} nav.yoast-breadcrumbs {
margin-top: 20px;
margin-left: 300px;
margin-bottom: 50px;
}
nav.yoast-breadcrumbs a {
color: #003366;
}
nav.yoast-breadcrumbs .breadcrumb_last {
color: #E78D0D;
}
@media (max-width: 767px) {
nav.yoast-breadcrumbs {
margin-left: 20px; 
margin-bottom: 20px;
}
} .page-contacts {
display: flex;
flex-direction: column;
min-height: 39vh; 
}
.page-contacts .site-main {
flex: 1; 
display: flex;
flex-direction: column;
justify-content: center; 
}
.entry-title {
text-align: center;
}
.page-contacts .flex-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0 auto;
}
.page-contacts .site-main {
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 100%;
margin: 0 auto;
}
.page-contacts .page-content {
width: 90%;
max-width: 1200px; 
margin: 0 auto;
}
.page-contacts .content-area {
display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: center;
}
.page-contacts .page {
width: 100%;
max-width: 1200px; 
background: rgba(255, 255, 255, .7);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
padding: 10px;
border-radius: 10px;
margin: 0 auto;
}
@media (min-width: 1300px) and (max-width: 1500px) {
.page-contacts .wrapper > .content-h {
width: 700px;
}
.page-contacts .site-main > .content-h {
width: 700px;
}
}
@media (min-width: 801px) and (max-width: 1299px) {
.page-contacts .wrapper > .content-h {
width: 500px;
}
.page-contacts .site-main > .content-h {
width: 500px;
}
}
@media (min-width: 300px) and (max-width: 800px) {
.page-contacts .wrapper > .content-h {
width: 300px;
}
.page-contacts .wrapper > div,
.page-contacts .page {
width: 100%;
}
.page-contacts .left {
order: 2;
}
.page-contacts .site-main > .content-h {
width: 300px;
}
.page-contacts .site-main > div,
.page-contacts .page {
width: 100%;
}
.page-contacts .left {
order: 2;
}
}
.page-contacts .flex-container .page {
flex-grow: 1;
}
.page-contacts .navigation {
display: none !important;
}
.buttons-contacts {
display: block;
margin: 10px auto; 
text-align: center; 
width: 80%; 
}
@media (min-width: 801px) {
.buttons-contacts {
width: auto; 
}
}
@media (max-width: 800px) {
.buttons-contacts {
width: 100%; 
}
}
.entry-content.no-ul-left-margin {
padding: 0;
}
.header {
order: -1; 
}
.footer {
order: 1; 
} .superpuper_knopka {
display: block;
margin: 0 auto; 
font-size: 16px;
font-family: 'Segoe UI', sans-serif; 
font-weight: normal; 
color: #FFFFFF; 
background-color: #E78D0D; 
border: none;
border-radius: 15px; 
cursor: pointer;
transition: background-color 0.3s, color 0.3s; 
}
.superpuper_knopka:hover {
background-color: #2098D1 !important; 
color: #FFFFFF !important; 
}
#modal-form {
display: none;
position: absolute; 
top: 50%; 
left: 50%; 
transform: translate(-50%, -50%);
background-color: #FFF;
z-index: 1000;
width: 800px; 
height: 480px; 
padding: 8px;
border-radius: 2px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
font-family: 'Segoe UI', sans-serif; 
}
#modal-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5); 
z-index: 999;
}
.close-modal {
display: block;
text-align: right;
cursor: pointer;
font-size: 18px;
color: #000;
}
.form-group {
display: flex;
flex-direction: column; 
gap: 3px; 
margin-top: 3px;
}
form label {
font-size: 16px;
font-weight: 600;
margin-bottom: 3px; 
}
form input, form select, form textarea {
width: 100%;
border: 1px solid #ccc;
border-radius: 4px;
font-family: 'Segoe UI', sans-serif;
padding: 4px;
margin-top: 0px;
}
form button {
display: flex;
align-items: center;
justify-content: center;
margin: 3px auto 0;
width: 120px;
height: 40px;
font-size: 14px;
font-family: 'Segoe UI', sans-serif;
font-weight: normal; 
background-color: #E78D0D;
color: #FFFFFF;
border: none;
border-radius: 8px;
cursor: pointer;
transition: background-color 0.3s;
margin-top: 12px;
}
form button:hover {
background-color: #2098D1 !important;
}
#comments {
padding: 4px; 
height: 100px; 
vertical-align: top; 
}
form textarea {
padding: 4px !important;
}
@media (max-width: 767px) {
#modal-form {
width: 90vw;
height: auto;
max-height: 90vh;
overflow-y: auto;
padding: 16px;
box-sizing: border-box;
}
.form-group {
margin-bottom: 12px;
}
form label {
font-size: 14px;
}
form input,
form select,
form textarea {
font-size: 14px;
padding: 6px;
}
form button {
width: 100%;
max-width: 200px;
font-size: 14px;
height: 40px;
}
.close-modal {
font-size: 20px;
text-align: right;
display: block;
margin-bottom: 10px;
}
#comments {
height: 80px;
}
} .entry-title a {
color: #003366 !important;
text-decoration: none !important;
border-bottom: none !important; 
box-shadow: none !important; 
transition: color 0.3s ease, text-decoration-color 0.3s ease;
}
.entry-title a:hover {
color: #E78D0D !important;
border-bottom: 1px solid #E78D0D !important; 
}
.entry-header {
margin: 0 !important; 
padding: 0 !important; 
}
.entry-footer {
margin: 0 !important;
padding: 0 !important;
}
.entry-footer .post-more-link {
color: #003366 !important; 
text-decoration: none !important; 
border-bottom: none !important; 
box-shadow: none !important; 
transition: color 0.3s ease, text-decoration-color 0.3s ease;
}
.entry-footer .post-more-link:hover {
color: #E78D0D !important; 
border-bottom: 1px solid #E78D0D !important; 
}
.entry-title a {
font-size: 14px !important; 
}
.entry-summary p {
font-size: 13px !important; 
}
.entry-summary .more-link {
font-size: 12px !important; 
} .nav-links .nav-title {
color: #003366 !important;
font-size: 12px !important;
transition: color 0.3s ease, text-decoration-color 0.3s ease, font-size 0.3s ease;
}
.nav-links .nav-title:hover {
color: #E78D0D !important;
font-size: 12px !important;
}
.navigation.post-navigation {
margin: 0 !important;
} .moment-list a {
color: #003366 !important;
text-decoration: none !important;
text-decoration-color: transparent !important;
font-weight: normal !important;
box-shadow: none !important;
outline: none !important;
border-bottom: none !important;
transition: color 0.3s ease, text-decoration-color 0.3s ease;
display: inline-block;
}
.moment-list a * {
color: inherit !important;
text-decoration: inherit !important;
font-weight: inherit !important;
}
.moment-list a:hover {
color: #E78D0D !important;
text-decoration: underline !important;
text-decoration-color: #E78D0D !important;
} .singletime {
display: flex;
flex-direction: column;
min-height: 39vh;
} .singletime .site-main {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
flex-wrap: wrap;
width: 100%;
margin: 0 auto;
}
.singletime .content-area {
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 100%;
} .singletime .entry-header {
width: 90%;
max-width: 1200px;
margin: 0 auto 20px;
box-sizing: border-box;
}
.singletime .entry-title {
text-align: center;
width: 100%;
margin: 0 auto 20px;
} .singletime .entry-content {
width: 90%;
max-width: 1200px;
margin: 0 auto;
background: rgba(255, 255, 255, 0.7);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
padding: 10px;
border-radius: 10px;
box-sizing: border-box;
} .singletime .wp-block-embed__wrapper {
position: relative;
padding-bottom: 56.25%; 
height: 0;
overflow: hidden;
max-width: 100%;
margin: 20px auto;
}
.singletime .wp-block-embed__wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
} @media (min-width: 1300px) and (max-width: 1500px) {
.singletime .entry-content,
.singletime .entry-header {
width: 700px;
}
}
@media (min-width: 801px) and (max-width: 1299px) {
.singletime .entry-content,
.singletime .entry-header {
width: 500px;
}
}
@media (max-width: 800px) {
.singletime .entry-content,
.singletime .entry-header {
width: 100%;
}
.singletime .left {
order: 2;
}
} .singletime .navigation {
display: none !important;
}
.singletime .header {
order: -1;
}
.singletime .footer {
order: 1;
} .wp-block-latest-posts__post-title {
color: #003366;
font-size: 14px;
font-weight: 600; 
text-decoration: none !important;
display: block;
margin-bottom: 5px;
transition: color 0.3s ease;
}
.wp-block-latest-posts__post-title:hover {
color: #E78D0D !important;
text-decoration: none !important;
}
.wp-block-latest-posts__post-title,
.wp-block-latest-posts__post-title:hover {
text-decoration: none !important;
border-bottom: none !important;
box-shadow: none !important;
}
.wp-block-latest-posts__featured-image img {
width: 250px;
height: 150px;
object-fit: cover;
display: block;
}
.wp-block-latest-posts__featured-image {
display: flex;
justify-content: center;
}
.wp-block-latest-posts__post-date {
color: #E78D0D;
}
.wp-block-latest-posts__post-excerpt {
font-size: 12px;
}
.wp-block-latest-posts__post-excerpt .link-more a {
font-size: 10px;
color: #003366;
text-decoration: none;
}
.wp-block-latest-posts__list {
margin-left: 15px;
margin-right: 15px;
}
.wp-block-latest-posts__list li {
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
padding: 10px;
border-radius: 6px;
background-color: #fff;
transition: box-shadow 0.3s ease;
}
.wp-block-latest-posts__list li:hover {
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
} .boxitem {
border: 2px solid #003366;
border-radius: 8px;
padding: 20px;
margin-bottom: 30px;
box-shadow: 0 0 10px rgba(0, 51, 102, 0.15);
} .news-header {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 10px;
margin-right: 15px;
}
.news-header h2 {
color: #003366;
font-size: 28px;
font-weight: bold;
margin: 0;
flex: 1 1 auto;
text-align: center;
width: 100%;
} .news-header a {
color: #003366 !important;
text-decoration: none !important;
font-weight: 500 !important;
background-image: none !important;
box-shadow: none !important;
margin: 0 auto;          
text-align: center;      
display: block;   
margin-bottom: 8px;	
}
.news-header a:hover,
.news-header a:focus {
color: #E78D0D !important;
} .news-header a::after,
.news-header a::before {
content: none !important;
display: none !important;
} @media (max-width: 600px) {
.news-header {
flex-direction: column;
align-items: center;
}
.news-header h2,
.news-header a {
text-align: center;
width: 100%;
margin: 0 auto;       
}
.news-header a {
margin-top: 8px;
margin-bottom: 5px;
}
} .one-flex {
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: center;
align-items: flex-start;
text-align: center;
}
.one-flex .flex-item {
width: 150px; 
display: flex;
flex-direction: column;
align-items: center;
}
.one-flex img {
width: 80px;
height: 80px;
object-fit: contain;
margin-bottom: 10px;
}
.one-flex p {
margin: 0;
font-size: 16px;
} .flex-container {
display: flex;
flex-direction: column;
align-items: stretch;
}
.panel-content, .wrapper, .entry-content {
flex: 1 1 auto;
min-width: 0;
min-height: 0;
} .footer-section {
width: 100%;
margin: 0;
padding: 0;
}
.banner-header {
background-color: #003366;
width: 100%;
height: 60px;
margin-bottom: 20px;
box-sizing: border-box;
display: flex;
justify-content: center; 
align-items: center;     
}
.banner-title {
font-family: 'Prata', sans-serif;
font-weight: 500;
font-size: 20px;
color: #E78D0D;
margin: 0;
text-align: center;
} @media (max-width: 600px) {
.banner-header {
height: auto;
padding: 10px;
}
.banner-title {
font-size: 18px;
padding: 5px;
}
} .section-buttons-wrapper {
display: flex;
justify-content: center;
margin: 30px 0;
}
.interactive-button-group.ibg-layout-flex {
display: flex;
flex-wrap: wrap;
gap: 15px;
justify-content: center;
max-width: 1000px;
}
.ibg-button {
display: inline-block;
padding: 12px 24px;
font-size: 16px;
font-family: 'Segoe UI', sans-serif;
color: #003366;
background-color: #ffffff;
border: 2px solid #003366;
border-radius: 10px;
text-decoration: none;
transition: all 0.3s ease;
box-sizing: border-box;
min-width: 220px;
text-align: center;
}
.ibg-button:hover {
background-color: #E78D0D;
border-color: #E78D0D;
color: #ffffff;
}
.ibg-button-text {
display: inline-block;
white-space: normal;
word-break: break-word;
} @media (max-width: 767px) {
.interactive-button-group.ibg-layout-flex {
flex-direction: column;
align-items: center;
}
.ibg-button {
width: 90%;
font-size: 15px;
}
} @media (max-width: 767px) {
.entry-content img {
width: 100% !important;
height: auto !important;
object-fit: contain;
display: block;
margin: 0 auto;
max-height: 400px;
}
.wp-block-image {
margin: 15px 0;
}
.wp-block-image figure {
width: 100%;
}
}
@media only screen and (max-width: 767px) { .flex-item .wp-block-image img {
width: 80px !important;
height: auto !important;
max-width: 80px;
object-fit: contain;
}
} @media (min-width: 768px) and (max-width: 1366px) {
.entry-content img {
max-width: 90%;   
height: auto;
object-fit: contain;
margin: 0 auto;
max-height: 600px; 
display: block;
}
.wp-block-image figure {
max-width: 90%;
margin: 20px auto;
}
} .wp-block-uagb-container img.wp-image-261,
.wp-block-uagb-container img.wp-image-262 {
width: 20px !important;
height: auto !important;
max-width: 20px;
object-fit: contain;
}
img.wp-image-476[style] {
width: 100% !important;
max-width: 200px !important;
height: auto !important;
display: block;
margin: 0 auto;
} @media (max-width: 767px) {
#your-element-selector {
background-color: #003366 !important;
margin-top: 0 !important;
padding-top: 0 !important;
}
.wp-block-uagb-container.fon-glavnaya {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
.wp-block-uagb-container.fon-glavnaya p:empty {
display: none !important;
}
.uagb-container-inner-blocks-wrap {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
}
@media (max-width: 767px) {
.wp-elements-f5900755ddffac840cf5b1a72503cdf2 {
background-color: #003366 !important;
color: #E78D0D !important;
padding: 15px 20px !important;
margin: 0 !important;
width: 100vw !important;
max-width: 100vw !important;
display: block;
text-align: center;
box-sizing: border-box;
position: relative;
left: 50%;
transform: translateX(-50%);
}
} @media only screen and (max-width: 767px) {
img.wp-image-385 {
width: 20px !important;
height: 21px !important;
}
img.wp-image-386 {
width: 35px !important;
height: 35px !important;
}
img.wp-image-388 {
width: 25px !important;
height: 22px !important;
}
}
@media only screen and (max-width: 767px) {
img.wp-image-261,
img.wp-image-262 {
margin: 0 !important;
padding: 0 !important;
display: inline-block;
vertical-align: middle;
}
} @media only screen and (max-width: 767px) { .uagb-container-inner-blocks-wrap {
display: flex;
flex-direction: column;
gap: 20px; 
padding: 0 15px;
box-sizing: border-box;
} .wp-block-uagb-container.shadow-drop-2-tb {
width: 100% !important;
margin: 0 auto 25px auto !important; 
background-color: #f9f9f9; 
border-radius: 8px;
padding: 15px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
} .wp-block-group p {
margin: 5px 0 !important;
line-height: 1.3;
} .wp-block-group p:empty {
display: none !important;
}
}  @media (min-width: 768px) and (max-width: 1366px) {
.wp-block-list {
list-style: none;       
padding: 0;
margin: 20px 0;         
max-width: 800px;
text-align: left;       
}
.wp-block-list li {
display: flex;
flex-direction: row;    
align-items: center;    
justify-content: flex-start;
gap: 10px;              
font-size: 16px;
line-height: 1.4;
margin-bottom: 12px;
}
.wp-block-list li img {
width: 22px !important;
height: auto !important;
object-fit: contain;
flex-shrink: 0;         
margin: 0;              
}
}
.wp-elements-d39e2c856dbde9304c412e1aa9be94d9 {
margin: 4px !important;
}
@media only screen and (max-width: 767px) {
.news-header {
margin-top: 50px; 
}
}
@media only screen and (max-width: 767px) {
.kt-btn-inner-text {
margin-top: 50px; 
}
}
.kb-count-up-title {
display: block !important;
}
.kb-count-up-title {
display: inline-block !important;
}
.kt-btn-inner-text {
margin: 0;
}
@media (max-width: 767px) {
html, body {
overflow-x: hidden;
max-width: 100%;
touch-action: pan-y;
}
body > * {
max-width: 100vw;
box-sizing: border-box;
}
* {
box-sizing: border-box;
}
} img.emoji {
width: 1em !important;
height: 1em !important;
vertical-align: middle;
} @media screen and (max-width: 768px) {
img.emoji {
width: 0.8em !important;
height: 0.8em !important;
}
} #preloader {
position: fixed;
top:0; left:0;
width:100%; height:100%;
background:#fff;
display:flex;
align-items:center;
justify-content:center;
z-index:9999;
transition: opacity 0.6s ease, visibility 0.6s ease;
}
.spinner {
border: 8px solid #f3f3f3;
border-top: 8px solid #3498db;
border-radius: 50%;
width: 60px;
height: 60px;
animation: spin 1s linear infinite;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
#preloader.hidden {
opacity:0;
visibility:hidden;
} .block-CKB {
background-image: url(https://ivcmr.by/wp-content/uploads/2026/01/788dfbebfed118c21870f69a176a8642.jpg);
background-size: cover; 
background-position: center; 
background-repeat: no-repeat; 
margin-top: 60px;
}
.ckboac {
margin-top: 70px;
}
.ckbfist {
margin-top: 50px;
} .containerckb {
position: relative;
overflow: hidden;
min-height: 150px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 10px;
margin: 1rem;
background-image: url(https://ivcmr.by/wp-content/uploads/2026/02/03d2c846665ff62478fd5ab26bf02214-1.jpg);
background-size: cover;
background-position: center;
margin-top: 60px;
margin-bottom: 80px;
}
.containerckb p {    
color: #333;    
font-family: Arial, sans-serif;    
font-size: 16px;    
line-height: 1.5;
}
.containerckb p br + span {    
display: block;    
margin-top: 0.5em;
}
.adressckb {
margin-bottom: 3px;
}
.contactckb {
font-size: 37px !important;
line-height: normal;
margin-top: 27px;
margin-bottom: 0 !important;
margin-left: 35px !important;
}
.povopr {
font-size: 20px !important;
line-height: normal;
margin-bottom: 0 !important;
margin-left: 35px !important;
}
.telpochadr{
margin-bottom: 0 !important;
margin-left: 35px !important;
}
.telpochadr1 {
margin-bottom: 27px;
margin-left: 35px !important;
} .custom-contact-form {
padding: 48px 16px;
max-width: 700px;
margin: auto;
color: white; 
background-color: #003366; 
box-shadow: 0 15px 30px rgba(0,0,0,0.2);
border-radius: 10px;
margin-bottom: 70px;
margin-top: 50px;
}
.custom-form-title {
font-size: 32px;
font-weight: bold;
text-align: center;
margin-bottom: 30px;
color: white;
}
form {
width: 100%;
display: flex;
flex-direction: column;
gap: 24px;
}
.custom-form-group {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
gap: 24px;
}
input[type="text"], 
input[type="email"], 
input[type="tel"], 
textarea {
height: 40px;
padding: 12px;
border: 2px solid #ccc;
border-radius: 5px;
font-size: 16px;
outline: none;
resize: vertical;
color: black; 
}
textarea {
min-height: 100px;
}
button[type="submit"] {
background-color: orange;
color: white;
padding: 12px 24px;
border: none;
border-radius: 5px;
font-size: 18px;
cursor: pointer;
transition: background-color 0.3s ease;
}
button[type="submit"]:hover {
background-color: darkorange;
} .full-width-container {
background-color: #f5f5f5; 
width: 100vw; 
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw; 
margin-right: -50vw;
padding: 2rem; 
box-sizing: border-box;
}
.services-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 2rem;
max-width: 1200px; 
margin: 0 auto; 
}
.service-item {
background-color: #ffffff;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
border-radius: 10px;
padding: 1rem;
position: relative;
overflow: hidden;
transition: transform 0.3s ease-in-out;
}
.service-item:hover {
background-color: #003366; 
}
.service-item:hover h4,
.service-item:hover ul li {
color: white !important; 
}
.service-image {
position: relative;
}
.service-icon {
position: absolute;
top: 10%;
left: 10%;
width: 10vw; 
max-width: 60px; 
transition: filter 0.3s ease;
}
@media only screen and (max-width: 768px) {
.service-icon {
width: 15vw; 
}
}
.service-item:hover .service-icon {
filter: brightness(0) saturate(100%) invert(61%) sepia(85%) saturate(1478%) hue-rotate(3deg) brightness(96%) contrast(93%);
}
.main-image {
width: 100%;
height: auto;
border-radius: 10px;
margin-bottom: 1rem;
}
.service-content h4 {
color: #333;
font-size: 1.5em;
line-height: 1.2;
margin-bottom: 1rem;
}
.service-content ul li {
list-style-type: disc;
margin-left: 1.5em;
color: #666;
font-size: 1em;
line-height: 1.5;
}
@media screen and (max-width: 768px) {
.services-grid {
grid-template-columns: 1fr;
}
} .cybersecurity-header {
text-align: center;
margin-top: 50px;
margin-bottom: 50px;
position: relative;
z-index: 1;
}
.cybersecurity-header h2 {
font-size: 36px;
color: #333;
font-weight: bold;
letter-spacing: 1px;
position: relative;
display: inline-block;
padding-bottom: 10px;
}
.underline-effect {
height: 2px;
background-color: #003366;
width: 100vw; 
position: absolute;
left: 50%;
transform: translateX(-50%); 
top: calc(100% + 10px);
animation: drawUnderline 1s forwards;
}
@keyframes drawUnderline {
from { width: 0; }
to { width: 100vw; } 
}
body.page-id-1411 .entry-header h1.entry-title,
body.page-id-1411 .entry-header h1.entry-title a {
display: none !important;
}