/*** General CSS ***/
@font-face {
  font-family: 'Exo 2';
  src:  url('../fonts/Exo2.ttf');
}
@media (min-width: 1920px) and (max-width: 2559px){
    body {
        zoom: 1.2;
    }
}
@media (min-width: 2560px) and (max-width: 2799px){
    body {
        zoom: 1.5;
    }
}
@media (min-width: 2800px) and (max-width: 3839px){
    body {
        zoom: 2;
    }
}
@media (min-width: 3840px) and (max-width: 5119px){
    body {
        zoom: 2.5;
    }
}
@media (min-width: 5120px){
    body {
        zoom: 3;
    }
	div#n2-ss-2 .n2-ss-slide-active {
    zoom: 0.5;
}
.n2-ss-slider .n2-ss-layer:not([data-sstype=col]) {
    align-self: unset;
}
}
@media (min-width: 1200px) {
    .sppb-section .sppb-row-container {
        max-width: 1400px;
    }
}
header#sp-header .container {
    max-width: 100%;
}
.title {
    position: relative;
}
.title h6 {
    position: relative;
    padding-bottom: 40px;
}
.title h6:after {
    width: 112px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    content: "";
    display: inline-block;
}
.title h2 {
    color: #1B4D61;
    font-size: 36px;
    font-weight: 900;
}
.title h2 strong {
    -webkit-text-fill-color: rgba(0,0,0,0);
    -webkit-text-stroke-width: 2px;
}
.title h6:after {
    width: 112px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    content: "";
    display: inline-block;
}
.btn, 
#sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    font-weight: 500;
    font-family: inherit;
    letter-spacing: 0px;
    box-sizing: border-box;
    cursor: pointer;
    border: 0!important;
    border-radius: 5px;
    font-size: 16px;
    text-transform: capitalize;
    border-width: 0;
    padding: 11px 30px 11px 30px;
    color: #fff!important;
}
.btn:hover {
    background: #222!important;
}

/*** Header Area ***/
/* Top Header */

/* Header Logo */


/* Header Menu */
#sp-top-bar,
#sp-header {
    top: 0;
    height: inherit;
    position: absolute;
    width: 100%;
    z-index: 2;
    box-shadow: none;
}
#sp-header {
    padding: 0 25px;
    border-top: 2px solid #b89e4f;
    /*box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);*/
}
#sp-header .sp-column {
    line-height: 1;
}
#sp-header .logo {
    height: 90px;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    background-color: rgb(30 31 45 / 90%) !important;
}
body.com-content #sp-header,
body:not(.home) #sp-header {
    /*background: #1e1f2d;*/
	background: #fbfbfb;
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
#sp-header.header-sticky .sp-megamenu-parent > li > a {
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}
#sp-header .logo-image,
.sp-megamenu-parent > li > a {
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}
.sp-megamenu-parent > li > span {
    color: #fff;
}
.sp-megamenu-parent > li a {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.sp-megamenu-parent > li li a:hover {
    padding-left: 7px!important;
}
.sp-megamenu-parent > li li a:before {
    content: '+';
    left: -25px;
    width: 20px;
    position: relative;
    color: #001659;
    font-size: 18px;
    font-weight: 400!important;
    line-height: inherit;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    opacity: 0;
}
.sp-megamenu-parent > li li a:hover:before {
    opacity: 1;
    left: -5px;
}

/* Canvas Menu */


/*** Block Styles ***/
/* Promotion Slider */


/*** Feature ***/
.feature-item {
    position: relative;
}
.feature-item img {
    transition-duration: 0.3s;
}
.feature-item:hover img {
    transform: scale(0.9);
    filter: brightness( 150% ) contrast( 100% ) saturate( 150% ) blur( 0px ) hue-rotate( 0deg);
}

/*** Testimonial ****/
.testimonial .lt-title h6:after {
    background: #fff;
}
.testimonial-item img {
    border-radius: 50%;
}
.testimonial .lt-title h2,
.testimonial-item p,
.testimonial-item h6 {
    color: #fff;
}

/*** About ***/
.about {
    position: relative;
}
.about-item {
    padding-bottom: 40px;
    border-bottom: 1px solid #777;
    max-width: 210px;
}
.about-item .sppb-addon-text {
    letter-spacing: 3px;
}
.filter {
    backdrop-filter: blur(3px);
}
.about-img .sppb-addon-content, 
.about-img .sppb-addon-single-image-container {
    position: relative;
    overflow: hidden;
}
.about-img .sppb-addon-content:before {
    content: '';
    position: absolute;
    z-index: 1;
    height: 0;
    width: 100%;
    display: inline-block;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.about-img .sppb-addon-single-image-container:before {
    content: '';
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 0;
    display: inline-block;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.about-img .sppb-addon-content:after {
    content: '';
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 0;
    display: inline-block;
    right: 0px;
    bottom: 6px;
    background: rgba(0, 0, 0, 0.1);
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.about-img .sppb-addon-single-image-container:after {
    content: '';
    position: absolute;
    z-index: 1;
    height: 0;
    width: 100%;
    display: inline-block;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.about-img:hover .sppb-addon-content:before,
.about-img:hover .sppb-addon-single-image-container:after {
    height: 50%;
}
.about-img:hover .sppb-addon-content:after,
.about-img:hover .sppb-addon-single-image-container:before {
    width: 50%;
}

/*** Make ***/
.make .about-content {
    padding-left: 50px;
}
.make .about-content ul {
    padding-left: 0;
}
.make .about-content ul li {
    list-style: none;
    padding: 5px 0;
    font-size: 18px;
}
.make .about-content ul li em {
    font-size: 0;
}
.make .about-content ul li:hover em {
    color: #777;
}
.make .about-content ul li em:before {
    font-size: 16px;
    margin-right: 8px;
}

/*** Project ***/
.sppb-panel-modern {
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.12);
    border: 0;
    margin: 30px 0;
}
.sppb-panel-title {
    font-size: 16px;
    color: #000;
}
.sppb-panel-modern>.sppb-panel-heading {
    background: #F6F4EF;
    padding: 22px 30px 22px 15px;
}
.sppb-panel-modern .sppb-panel-body {
    border: 0;
}
.sppb-panel-heading.active .sppb-toggle-direction {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}
.sppb-panel-heading.active .sppb-toggle-direction i:before {
    content: "\f5b0";
}

/*** Price ***/
.price {
    position: relative;
}
.price:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    display: inline-block;
    position: absolute;
    background: #fff;
}
.price-item {
    background: #fff;
    padding: 50px 10px;
    box-shadow: 0px 3px 17px -1px rgb(201 201 201 / 56%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 30px 0 30px;
    border-radius: 15px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.price-item:hover {
    transform: scale(1.05);
}
.price-item h2 {
    font-size: 48px;
    margin: 20px 0 50px;
}
.price-item h6 {
    font-size: 17px;
    font-weight: 400;
}
.price-item ul {
    position: relative;
    padding: 40px 0 0px;
    margin-top: 35px;
    text-align: center;
}
.price-left .price-item ul {
    padding: 40px 0 40px;
}
.price-item ul:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 80%;
    height: 1px;
    margin: 0 auto;
    display: inline-block;
    position: absolute;
    background: #eaeaea;
}
.price-item ul li {
    list-style: none;
    color: #666666;
    padding-left: 15px;
    line-height: 35px;
}
.price-item ul li:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    margin-right: 10px;
}
.price .lt-btn {
    border-width: 3px!important;
    background: none;
    text-transform: capitalize;
}
.price-item.color h1,
.price-item.color h5,
.price-item.color ul li,
.price .lt-btn:hover {
    color: #fff;
}
.price-item.color h5:after {
    background-color: #fff;
}
.price-column .lt-btn {
    background: #fff;
}
.price-column .lt-btn:hover {
    border-color: #fff!important;
}

/*** Blog ***/
.blog .lt-title h1:before {
    right: 0;
    margin: 0 auto;
}
.blog div.k2ItemsBlock ul li {
    position: relative;
    padding: 0px 0 32px 0;
}
.blog div.k2ItemsBlock ul li a.moduleItemImage {
    overflow: hidden;
}
.blog div.k2ItemsBlock ul li a.moduleItemImage img {
    padding: 0;
    -webkit-transition: all  1500ms ease;
    -ms-transition: all  1500ms ease;
    transition: all  1500ms ease;
}
.blog div.k2ItemsBlock ul li:hover a.moduleItemImage img {
    opacity: .4;
    transform: scale(1.3);
}
.blog div.k2ItemsBlock ul li div.moduleItemIntrotext {
    padding: 0;
}
.blog div.k2ItemsBlock ul li span.moduleItemDateCreated {
    font-size: 12px;
    line-height: 2.33em;
    text-transform: uppercase;
    color: #565969;
    letter-spacing: .1em;
    font-weight: 500;
    padding: 0px 0 0px;
    display: inline-block;
}
.blog div.k2ItemsBlock ul li a.moduleItemTitle {
    line-height: 1.15em;
    font-size: 20px;
    color: #383838;
    font-weight: 300;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 20px;
    font-family: Francois One;
}
div.k2ItemsBlock ul li .moduleItemReadMore {
    position: relative;
    font-size: 16px;
    letter-spacing: .02em;
    margin-top: 7px;
    font-weight: 500;
    color: #001659;
}
div.k2ItemsBlock ul li.clearList {
    display: none;
}
.com-k2 div.k2ItemsBlock ul li {
    width: 100%;
    margin: 0;
}
#sp-left .sp-module ul > li, 
#sp-right .sp-module ul > li {
    display: block;
    border-bottom: 1px solid #f3f3f3;
}
div.k2ItemsBlock ul li a.moduleItemComments {
    border-right: 0;
}

/* Bottom Area */
#sp-bottom-center h3 {
    /*font-size: 60px!important;*/
}
#sp-bottom .sp-module {
    text-align: center;
}
#sp-bottom p {
    line-height: 2.2;
}
#sp-bottom .sp-module ul > li {
    position: relative;
}
#sp-bottom .sp-module ul > li:before {
    position: absolute;
    left: 0;    
    top: 5px;
}
#sp-bottom .sp-module ul > li a {
    margin: 0 10px;
    display: inline-block!important;
    line-height: 26px;
}
#sp-footer1 p,
#sp-footer1 p a {
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
}
#sp-footer .container-inner {
    border-top: 1px solid #ffffff36;
}
#sp-bottom h3 {
    margin: 0 0 20px;
    font-size: 19px;
    margin: 0 0 20px;
    line-height: 1em;
}
#sp-bottom p a {
    font-weight: 700;
}

/* Footer Copyright */
#sp-footer1 {
  	text-align: center;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
        max-width: 1320px;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {

  
}

/* Tablet Portrait Layout */
@media (min-width: 768px) and (max-width: 979px) {

  
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
	#sp-header {
    padding: 0 20px!important;
}
	.vacancies-text { font-size: 18px !important; }
    .vacancies-update { font-size: 16px !important; }
    .vacancies-subtitle { font-size: 24px !important; }
    .vacancy-header { padding: 20px 20px !important; }
    .vacancy-title { font-size: 18px !important; }
    .vacancy-details { padding: 0 20px 20px 20px !important; }
    .vacancy-item { font-size: 14px !important; }
    .contact-info { padding: 30px 20px !important; }
    .contact-info p { font-size: 16px !important; }
    /* documents */
    .documents { padding: 60px 0 !important; }
    .documents .section-title { font-size: 28px !important; margin-bottom: 40px !important; }
    .document-category { padding: 25px 20px; margin-bottom: 30px !important; }
    .category-title { font-size: 20px !important; margin-bottom: 20px !important; }
    .category-title-simple { font-size: 20px !important; flex-direction: column; align-items: flex-start; gap: 5px; }
    .document-link { font-size: 14px !important; }
    .documents-intro { margin-bottom: 30px !important; }
    .documents-intro-text { font-size: 24px !important; }
    .documents-outro { margin-top: 30px !important; }
    .documents-outro-text { font-size: 16px !important; }
	.document-item {
		padding: 0 0 15px 0 !important;
	}
	.document-link {
		padding: 0 !important;
	}
	.awards-grid { grid-template-columns: 1fr !important; gap: 20px; }
    .award-image { height: 250px !important; }
    .award-description { padding: 18px 12px; }
    .award-description h3 { font-size: 14px; }
    /* modal */
    .modal-content { width: 98%; padding: 10px; }
    .modal-close { font-size: 25px; top: 10px; right: 10px; }
    .modal-counter { font-size: 14px; top: 10px; left: 10px; }
    .modal-prev, .modal-next { width: 35px; height: 35px; font-size: 18px; top: 50%; transform: translateY(-50%); }
    .modal-prev { left: 5px; }
    .modal-next { right: 5px; }
	.contacts-section .section-title {
		font-size: 20px;
	}
	.contacts-section {
        padding: 20px !important;
    }
	#formcallbacks {
		padding: 15px !important;
		margin-bottom: 50px;
}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {

  
}

/*** Color Variables ***/
/* Get Variables */
:root {
    --background-color: currentColor;
    --background: currentColor;
    --text-color: currentColor;
}

/* General */
.btn, 
.btn-slider a, 
#sp_qc_submit {
  	background: var(--background-color)!important;
}
.title h6:after {
  	background: var(--background-color);
}
.title h6, 
.title h2, 
.about-content h4,
.feature-item h5,
.parallax h2,
.sppb-panel-title.active, 
.sppb-panel-heading i,
.price-item h2, 
.price-item h5, 
.price-item h6 {
  	color: var(--text-color);
}

/* Header */

/* Footer */

/* Blocks */
#sp-header .row {
    align-content: center;
    align-items: center;
    display: flex; 
    justify-content: space-between;
    min-height: 80px;
}
#sp-top-left-menu .sp-module .menumod-menu li, #sp-top-right-menu .sp-module .menumod-menu li {
    display: block;
    position: relative;
    padding: 0;
}
#sp-top-left-menu .sp-module .menumod-menu, #sp-top-right-menu .sp-module .menumod-menu {
    margin: 0;
	display: flex;
    height: 90px;
    align-items: center
}
#sp-top-left-menu .sp-module .menumod-menu>li>a, #sp-top-right-menu .sp-module .menumod-menu>li>a {
    display: inline-block;
    padding: 0 15px;
    line-height: 80px;
    font-size: 20px;
    margin: 0;
}
#sp-top-right-menu .sp-column {
    display: flex;;
}
.top-menu-right-icos {
    align-content: center;
}
div#mod-custom130 p {
    margin: 0;
}
.mouse_scroll {
	display: block;
	margin: 0 auto;
	width: 24px;
	height: 100px;
	margin-top: 80px;
}


.m_scroll_arrows
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  margin: 0 0 3px 6px;
  
  width: 16px;
  height: 16px;
}

.unu
{
  margin-top: 1px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
  
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  
  animation-direction: alternate;
  animation-delay: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .2s;
  animation-direction: alternate;
  
  margin-top: -6px;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .3s;
  animation-direction: alternate;
  
  
  margin-top: -6px;
}

.mouse {
    width: 28px;
    height: 46px;
    border: 2px solid #802a33;
    border-radius: 20px;
    position: relative;
    bottom: 6px;
}

.mouse::before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4abac6;
    border-radius: 50%;
    opacity: 1;
    animation: wheel 2s infinite;
    -webkit-animation: wheel 2s infinite;
}

.line {
    position: absolute;
    top: 0px;
    bottom: 15px;
    left: 50%;
    width: 2px;
    background: #505050;
    transform: translateX(-50%);
    opacity: 0.5;
    border-radius: 1px;
}
.wheel {
    width: 6px;
    height: 6px;
    background: #505050;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    animation: wheel-move 2.5s cubic-bezier(0.7, 0, 0.3, 1) infinite;
}

@-webkit-keyframes wheel{
100% {
    opacity: 0;
    top: 30px;
}
}

@-webkit-keyframes wheel-move{
0% {
    top: 0px;
}
50% {
    top: 22px;
}
100% {
    top: 0px;
}
}
@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}

@media (max-width: 1040px) {
    #sp-top-left-menu .menumod-menu, #sp-top-right-menu .menumod-menu {
        display: none !important;
    }
}

.header-with-social.header-sticky.is-sticky .sp-module ul>li>a,.header-with-social.header-sticky .sp-module .menumod-menu li a {
    color: #ffffff;
}
#sp-bottom .sp-module.bottom-menu ul>li {
    display: inline-block;
}
#sp-bottom .sp-module.bottom-menu ul>li>a {
    color: white;
	font-size: 16px;
}
#sp-bottom .sp-module.bottom-menu ul>li>a:hover {
    color: #0fa89d;
}
@media(min-width: 1200px){
#offcanvas-toggler {
    display: none !important;
}
.sppb-div-addon.position-block.filter  {
    position: absolute;
    left: -150px;
    top: 275px;
    z-index: 2;
}
.sppb-div-addon.position-block.filter.bottom  {
    top: 76px;
}
.sppb-div-addon.left-position-block.filter  {
    position: absolute;
    right: -150px;
    top: 76px;
    z-index: 2;
}
.sppb-div-addon.left-position-history.filter  {
    position: absolute;
    right: -150px;
    top: 76px;
    z-index: 2;
}
.sppb-column.position {
    z-index: 2;
}
}
.prefix .sppb-animated-number::after {
    display: inline !important;
}
.position-block.filter,.left-position-block.filter,.left-position-history.filter{
	transition: transform 0.5s ease, background-color 0.5s ease-in-out;
}
.position-block.filter:hover,.left-position-block.filter:hover {
    background-color: #802a34 !important;
    transform: scale(1.01);
	color: white;
}
.left-position-history.filter:hover {
    background-color: rgba(229, 241, 255, 0.8) !important;
    transform: scale(1.01);
	color: black;
}
.left-position-history.filter {
    background-color: rgba(229, 241, 255, 0.8) !important;
	color: black;
}
.left-position-block.filter {
    background-color: #802a34 !important;
	color: white;
}
.position-block.filter:hover .sppb-addon-content p,.left-position-block.filter .sppb-addon-content p {
    color: #c5c5c5;
}
.sppb-slide.caro-pro h2 {
        font-size: 18px;
        font-weight: 300;
		line-height: 120%;
    }
.sppb-slide.caro-pro .sppb-carousel-pro-content{
        font-size: 16px;
        font-weight: 300;
		line-height: 120%;
		
	}
.sppb-slide.caro-pro .carousel-item-1, .sppb-slide.caro-pro .carousel-item-2, .sppb-slide.caro-pro .carousel-item-3, .sppb-slide.caro-pro .sppb-col-sm-6.sppb-col-xs-12 .sppb-col-sm-6.sppb-col-xs-12{
	padding: 0 !important;
}
.sppb-slide.caro-pro .sppb-carousel-item-inner{
	background-color: #e5f1ffcc;
}
.sppb-slide.caro-pro .sppb-btn-round {
    color: #34cbd3;
	float: right;
}
.sppb-slide.caro-pro .sppb-carousel-item-inner .sppb-text-right {
    margin-top: 0px;
}
.sppb-slide.caro-pro .sppb-carousel-indicators .active, .pros .sppb-carousel-indicators .active {
    margin: 0 8px;
    width: 14px;
    height: 14px;
    background-color: #34cbd3;
}

.sppb-carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 1px 8px;
    text-indent: -999px;
    border: 1px solid #34cbd3;
    border-radius: 10px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
}
.pros .sppb-carousel-indicators,.caro-pro .sppb-carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 15;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.trans-hover .transit .sppb-img-responsive {
    transform: translateX(0%) scaleX(0);
    transition: transform 0.2s ease-in-out;
}
.trans-hover:hover .transit .sppb-img-responsive {
    transform: translateX(0%) scaleX(1);
    transition: transform 0.2s ease-in-out;
}
.image-box img {
    border-top-left-radius: 50px !important;
}
.image-box-right img,.color-box-right {
    border-top-right-radius: 50px !important;
}
.link-block.sppb-btn-link.sppb-btn-rounded {
    padding: 0;
}
.link-bottom-pos.sppb-positioned-addon {
    bottom: 0 !important;
    top: unset !important;
}
.sppb-section.articl .sppb-articles-carousel-column {
    width: 100%;
}
.sppb-section.articl .sppb-articles-carousel-introtext {
    font-size: 18px;
    font-weight: 300;
    line-height: 100%;
}
.sppb-section.articl .sppb-articles-carousel-content {
    background: #ffffff;
    box-shadow: none;
    padding: 30px 25px 30px;
    margin-bottom: 15px;
    border-radius: 20px;
}
.sppb-section.articl .sppb-articles-carousel-meta {
    font-size: 14px;
    font-weight: 300;
    line-height: 100%;
    margin-top: 30px;
    text-align: right;
}
.sppb-section.articl .sppb-articles-carousel-meta-date {
    color: #505050;
}
.sppb-section.articl .sppb-articles-carousel-link:hover .sppb-articles-carousel-content{
    transform: scale(1.01);
    box-shadow: 0px 2px 20px #00000010;
}
.sppb-section.articl .sppb-articles-carousel-link .sppb-articles-carousel-content {
    transition: transform 0.5s ease;
}
.caros .sppb-carousel-extended-item img {
    object-fit: cover;
}
.top-menu-right-icos #mod-custom130 a {
    display: inline-block;
	color: #000000;
	vertical-align: middle;
    padding: 0 10px;
}
.header-sticky .top-menu-right-icos #mod-custom130 a {
	color: #fff;
}
.header-sticky .burger-icon>span {
	background-color: #fff;
}
.header-sticky .top-menu-right-icos #mod-custom130 img {
    filter: invert(1);
}
@media(min-width:320px) and (max-width:991px){
	.top-menu-right-icos #mod-custom130 img {
		max-width: 70%;
	}
	.top-menu-right-icos #mod-custom130 a {
		padding: 0 5px;
	}
	.mouse_scroll {
		margin-top: 54px !important;
	}
}
@media(min-width:440px) and (max-width:470px){
	.search_btn{
		display: none !important;
	}
}
@media(min-width:394px) and (max-width:439px){
	.search_btn,.theme_btn{
		display: none !important;
	}
}
@media(min-width:360px) and (max-width:393px){
	.search_btn,.theme_btn,#english-version{
		display: none !important;
	}
}
@media(min-width:320px) and (max-width:359px){
	.search_btn,.tg_btn,.theme_btn,#english-version{
		display: none !important;
	}
}
@media(min-width:320px) and (max-width:440px){
	.search_btn,.tg_btn,.theme_btn,#english-version{
		display: none !important;
	}
}
@media(min-width:1041px) and (max-width:1260px){
	#sp-top-left-menu .sp-module .menumod-menu>li>a, #sp-top-right-menu .sp-module .menumod-menu>li>a {
		padding: 0 8px;
		font-size: 18px;
		margin: 0;
}
	#sp-top-left-menu .sp-module .menumod-menu, #sp-top-right-menu .sp-module .menumod-menu {
		padding: 0;
	}
	#offcanvas-toggler {
		height: 90px;
}
	.top-menu-right-icos #mod-custom130 a {
		vertical-align: bottom !important;
	}
	.search_btn,.tg_btn,.theme_btn,#english-version{
		display: none !important;
	}
}
@media(min-width:1260px) and (max-width:1304px){
	.search_btn,.tg_btn,.theme_btn{
		display: none !important;
	}
}
@media(min-width:1305px) and (max-width:1355px){
	.tg_btn,.theme_btn{
		display: none !important;
	}
}
@media(min-width:1356px) and (max-width:1410px){
	.tg_btn{
		display: none !important;
	}
}
.sppb-carousel.sppb-carousel-pro.sppb-slide.pros .sppb-carousel-inner div {
    padding: 2px;
}
.sppb-carousel.sppb-carousel-pro.sppb-slide.pros .sppb-carousel-pro-text h2 {
    font-size: 16px;
    line-height: 120%;
}
div#mod-custom131 a {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}
div#mod-custom131 {
    text-align: center;
}
@media(min-width:320px) and (max-width:768px){
	.caro-pro .pos-top {
		position: absolute;
		background: rgb(229 241 255 / 80%);
		margin-top: -25px;
		left: 30px;
		right: 30px;
	}
	.moswear {
		transform: translate(-50%, -150%);
		}
}
.caro-pro .sppb-col-sm-6 {
    width: 100%;
    max-width: 100%;
	flex: 0 0 100%;
}
@media(min-width:769px){
	.moswear {
		transform: translate(-50%, -200%);
		}
}
.caro-pro .sppb-carousel-arrow {
    bottom: 250px;
}
.pros .sppb-carousel-arrow {
    bottom: 110px;
}

.menu-child {
    display: none; /* Скрыто по умолчанию */
	overflow: hidden;
    transition: 0.3s ease-out;
	top: 75px;
	left: 15px;
}
.menu-child.active {
    display: block;
    position: absolute;
    min-width: 300px;
    background: white;
    border-radius: 8px;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    z-index: 100;
    padding: 15px 0px;
    margin-top: 5px;
}
.header-sticky.is-sticky ul.menu-child.active {
    background: #1e1f2d;
}
.header-with-social.header-sticky.is-sticky .sp-module .menu-child.active li:hover a, .header-with-social.header-sticky.is-sticky .sp-module .menu-child.active .current.active a{
    color: #000000;
}
ul.menu-child.active li:hover,ul.menu-child.active .current.active {
    background-color: #f8f8f8;
    color: #802a34;
    padding-left: 24px !important;
	width: 100%;
}
ul.menu-child.active li{
	font-size:16px;
	transition: background-color 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
	padding: 15px 5px 15px 15px !important;
}
@media (max-width: 1520px) {
    .intro-subtitle {
        font-size: 28px;
    }
	.section-title h2{
        font-size: 38px;
    }
}
.intro-subtitle {
    font-size: 36px;
    font-weight: 300;
    color: #505050;
}
.product-hero-image img:hover, .product-hero-img img:hover {
    transform: scale(1.02);
}
.product-hero-image img, .product-hero-img img{
    transition: transform 0.3s ease;
}
.product-hero-image {
    overflow: hidden;
    border-radius: 15px;
	max-height: 700px;
}
.subsection-title h3{
    font-size: 38px;
    font-weight: 300;
    color: #802a34;
}
.product-description, ul.features-list {
    font-size: 24px;
    font-weight: 300;
    line-height: 150%;
    color: #000;
}
/* Tables */
.variants-table,
.specs-table {
  margin: 30px 0;
  overflow-x: auto;
}

.variants-table table,
.specs-table table {
  width: 100%;
  border-collapse: collapse;
  background-color: #f9f9f9;
}

.variants-table th,
.specs-table th {
  background-color: #802a34;
  color: white;
  padding: 15px;
  text-align: left;
  font-size: 22px;
  font-weight: 600;
}

.variants-table td,
.specs-table td {
  padding: 15px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 20px;
  font-weight: 300;
}

.variants-table tr:hover,
.specs-table tr:hover {
  background-color: #f0f0f0;
}
.note {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    color: #505050;
    margin: 0px 0;
    padding: 15px;
    background-color: #f9f9f9;
    border-left: 3px solid #47bbc2;
} 
/* Advantage blocks */
.advantage-block {
  margin: 0 0 30px 0;
  padding: 25px 25px 15px;
  background-color: #e5f1ff;
  border-left: 5px solid #47bbc2;
  border-radius: 5px;
}

.advantage-title {
  font-size: 26px;
  font-weight: 600;
  color: #802a34;
  margin-bottom: 15px;
}

.advantage-block p {
  font-size: 20px;
  font-weight: 300;
  line-height: 160%;
}
/* Installation info */
.installation-info {
  background-color: #fbfbfb;
  padding: 20px 30px 10px;
  border-radius: 10px;
}

.installation-info p {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 15px;
}

.installation-info ul {
  list-style: none;
  padding-left: 20px;
  margin: 10px 0;
}

.installation-info li {
  font-size: 20px;
  font-weight: 300;
  line-height: 160%;
  margin-bottom: 8px;
}
/* Warning box */
.warning-box {
  background-color: #fff3cd;
  border-left: 5px solid #ffc107;
  padding: 20px;
  margin: 15px 0 30px;
  border-radius: 5px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.warning-box p {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  color: #856404;
  margin: 0;
  word-wrap: break-word;
}
/* Advantages grid for SAP */
.advantages-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.advantage-item {
  background-color: #e5f1ff;
  padding: 20px;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.advantage-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.advantage-item h4 {
  font-size: 22px;
  font-weight: 600;
  color: #802a34;
  margin-bottom: 10px;
}

.advantage-item p {
  font-size: 19px;
  font-weight: 300;
  line-height: 150%;
}
.components-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #47bbc2;
  font-size: 24px;
  font-weight: bold;
}
.target-list li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #802a34;
    font-size: 20px;
    font-weight: bold;
}
.custom-list li:before {
    content: "◆";
    position: absolute;
    left: 0;
    color: #802a34;
    font-size: 16px;
}
.text-content li {
    font-size: 20px;
    line-height: 1.8;
}
.components-list li {
    font-size: 21px;
    font-weight: 300;
    line-height: 180%;
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
}
.components-list {
    list-style: none;
	padding-left: 0;
	margin-top: 15px;
}
.target-list, .custom-list {
    list-style: none;
	margin-top: 15px;
}
ul.target-list li {
    font-size: 21px;
    font-weight: 300;
    line-height: 180%;
}
/* Feature grid for interior */
.feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin: 20px 0;
}

.feature-card {
  background-color: #fbfbfb;
  padding: 25px;
  border-radius: 8px;
  border: 2px solid #e0e0e0;
  transition: all 0.3s ease;
}

.feature-card:hover {
  border-color: #47bbc2;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.feature-card h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}

.feature-card p {
  font-size: 19px;
  font-weight: 300;
  line-height: 150%;
  color: #505050;
  margin: 0;
}
.highlight-text {
  font-size: 24px;
  font-weight: 400;
  color: #802a34;
  margin: 30px 0;
  padding: 20px;
  background-color: #e5f1ff;
  border-radius: 8px;
  text-align: center;
}
.highlight-text2 {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    margin: 20px 0;
    padding: 15px 40px 15px;
    background-color: #f9f9f9;
    border-left: 4px solid #47bbc2;
}
p.highlight-text2:before {
    content: "✓";
    position: absolute;
    left: 18px;
    color: #000000;
    font-size: 24px;
    font-weight: bold;
}
.contact-link {
    color: #802a34;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
	border-bottom: none;
	font-size: 1.75rem;
}
.contact-link:hover {
    color: #a03844;
}
@media(min-width:320px) and (max-width:767px){
.menu-child.active {
    position: unset;
	background: white;
    border-radius: 0px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
}

@media (max-width: 480px) {
  .intro-title {
    font-size: 20px;
  }

  .intro-subtitle {
    font-size: 16px;
  }

  .section-title {
    font-size: 20px;
  }

  .subsection-title h3{
    font-size: 18px;
  }

  .product-description {
    font-size: 15px;
  }

  .features-list li {
    font-size: 14px;
  }

  .variants-table th,
  .specs-table th {
    font-size: 12px;
    padding: 6px;
  }

  .variants-table td,
  .specs-table td {
    font-size: 12px;
    padding: 6px;
  }

  .text-content {
    gap: 10px;
    width: 100%;
  }

  .text-content p {
    font-size: 14px;
  }

  .warning-box {
    padding: 10px;
    margin: 12px 0;
  }

  .warning-box p {
    font-size: 13px;
    line-height: 1.5;
  }

  /* Furniture sections - vertical on very small phones */
  .furniture-section {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .furniture-section .side-image {
    order: -1;
    justify-content: center;
    align-items: center;
  }

  .furniture-section .side-image img {
    max-height: 220px;
    width: auto;
    max-width: 90%;
  }

  .furniture-section .text-content {
    padding-right: 0;
  }

  /* Chair section - side-by-side on phones with sticky */
  .chair-section {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 20px;
  }

  .chair-section .side-image {
    position: sticky;
    order: -1;
    justify-content: center;
    align-items: center;
    top: 10px;
  }

  .chair-section .side-image img {
    max-height: 220px;
    width: auto;
    max-width: 90%;
  }

  .chair-section .text-content {
    padding-right: 0;
  }

  /* Small image sections - smallest on mobile phones */
  .small-image-section .side-image img {
    max-height: 180px;
  }
    .highlight-text2 {
        font-size: 16px;
        padding: 10px;
    }
}

/* Small mobile devices */
@media (max-width: 768px) {
  .products-intro {
    padding: 30px 15px;
  }

  .product-section {
    padding: 30px 15px;
  }

  .intro-title {
    font-size: 24px;
  }

  .intro-subtitle {
    font-size: 18px;
  }

  .section-title {
    font-size: 22px;
  }

  .subsection-title h3{
    font-size: 20px;
  }

  .product-description {
    font-size: 16px;
  }

  .features-list li {
    font-size: 15px;
  }

  .variants-table th,
  .specs-table th {
    font-size: 14px;
    padding: 8px;
  }

  .variants-table td,
  .specs-table td {
    font-size: 13px;
    padding: 8px;
  }

  .advantage-block {
    padding: 15px;
  }

  .advantage-title {
    font-size: 18px;
  }

  .advantage-block p {
    font-size: 15px;
  }

  .installation-info {
    padding: 0 20px 5px;
    margin: 20px 0 0;
  }

  .installation-info p {
    font-size: 16px;
  }

  .installation-info li {
    font-size: 14px;
  }

  .warning-box {
    padding: 15px;
  }

  .warning-box p {
    font-size: 14px;
  }

  .note {
    font-size: 15px;
    padding: 12px;
  }

  .advantage-item {
    padding: 15px;
  }

  .advantage-item h4 {
    font-size: 16px;
  }

  .advantage-item p {
    font-size: 14px;
  }

  .components-list li {
    font-size: 15px;
  }

  .target-audience {
    font-size: 17px;
  }

  .target-list li {
    font-size: 15px !important;
  }

  .feature-card {
    padding: 15px;
  }

  .feature-card h4 {
    font-size: 16px;
  }

  .feature-card p {
    font-size: 14px;
  }

  .custom-list li {
    font-size: 15px;
  }

  .highlight-text {
    font-size: 16px;
    padding: 12px;
  }

  .side-image img {
    border-radius: 8px;
  }

  /* Furniture sections - adjust for small tablets, still side-by-side */
  .furniture-section {
    grid-template-columns: 0.5fr 0.8fr;
    gap: 15px;
  }

  .furniture-section .side-image {
    position: sticky;
    top: 10px;
  }

  .furniture-section .side-image img {
    max-height: unset;
  }

  .furniture-section .text-content {
    padding-right: 5px;
  }

  /* Even more compact furniture cards */
  .furniture-section .feature-card {
    padding: 10px;
  }

  .furniture-section .feature-card h4 {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .furniture-section .feature-card p {
    font-size: 12px;
  }

  .furniture-section .feature-grid {
    gap: 10px;
    margin: 12px 0;
  }

  .furniture-section .note {
    font-size: 13px;
    padding: 10px;
  }

  .furniture-section .text-content p {
    font-size: 14px;
  }

  .furniture-section.reverse {
    grid-template-columns: 0.6fr 1fr;
  }

  .furniture-section.reverse .text-content {
    padding-right: 0;
    padding-left: 5px;
  }

  /* Chair section - keep side-by-side on small tablets */
  .chair-section {
    grid-template-columns: 0.8fr 1fr;
    gap: 20px;
  }

  .chair-section .side-image {
    position: sticky;
    top: 10px;
  }

  .chair-section .side-image img {
    max-height: unset;
    width: 100%;
  }

  /* Small image sections - smaller on small tablets */
  .small-image-section .side-image img {
    max-height: 220px;
  }

  .text-content {
    gap: 12px;
    width: 100%;
  }

  .text-content p {
    font-size: 15px;
  }

  .warning-box {
    padding: 12px;
    margin: 15px 0;
  }

  .warning-box p {
    font-size: 14px;
    line-height: 1.6;
  }
  
  ul.menu-child.active li {
    padding: 3px !important;
}
.menu-child.active {
    min-width: unset !important;
}
.variants-table, .specs-table {
    margin: 15px 0;
}
.highlight-text2 {
        font-size: 18px;
        padding: 12px;
    }
#sp-page-title .sp-page-title .breadcrumb {
    display: inline-block !important;
	text-align: left;
}
#sp-page-title .sp-page-title .sp-page-title-heading {
    font-size: 28px !important;
}
}
.service-images-gallery img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.service-images-gallery img:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.features-list {
    list-style: none;
    padding: 0;
}
.features-list li::before {
    content: "•";
    color: rgb(71, 187, 194);
    font-size: 28px;
    line-height: 1;
	margin-right: 15px;
}
.advantage-block strong {
    font-weight: 600;
    color: #802a34;
}
.product-hero-image .sppb-addon-single-image-container,.product-hero-image img {
    width: 100%;
}
.sppb-addon.sppb-addon-text-block h3 {
    margin-bottom: 15px;
}
.logo-bottom img {
    filter: brightness(0) invert(1);
}
div#sp-bottom-right p {
    font-size: 16px;
}
.offcanvas-menu .menu-child .current.active a {
    color: #0fa89d;
}
.sppb-addon-feature.catalog-images-gallery img {
    border-radius: 15px 15px 0 0;
}
.catalog-images-gallery:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.catalog-images-gallery{
	border-radius: 15px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.catalog-images-gallery a{
	font-size: 22px;
    font-weight: 500;
    color: #505050;
}
.blog h1 {
    text-align: center;
    margin-bottom: 30px;
}
.article-intro-image.float-left {
    margin-bottom: 30px;
}
.article-intro-image.float-left img {
    margin: auto;
	display: block;
}
.about-main-subtext {
	text-align : center;
}

.lun-form input[type="text"], .lun-form select, .lun-form input[type="email"]:not(.form-control), .lun-form input[type="tel"]:not(.form-control) {
  width: 100%;
  border-radius: 8px;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  text-align: left;
  margin: 0 0 15px;
  border-color: #ccc;
  color : #333;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.lun-form textarea, .lun-form input[type="text"]{
	border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-family: 'Exo 2', sans-serif;
    transition: border-color 0.3s ease;
    background: #fafafa;
}
.lun-form textarea:focus, .lun-form input:focus[type="text"]{
	outline: none;
    border-color: #802a34;
    background: #fff
}

.lun-form textarea {
  width: 100%;
  border-radius: 8px;
  height: 150px;
  line-height: 24px;
  padding: 10px;
  text-align: left;
  margin: 0 0 15px;
  color : #333;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  border : 2px solid #e0e0e0;
}
.onis-flist .form-btn {
	padding: 16px 32px;
    font-size: 18px;
    font-weight: 600;
    color: #fff !important;
    background: #802a34;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    display: block;
}

.onis-flist .form-btn:hover {
	background: #5a1e26;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(128, 42, 52, 0.4);
}

.onis-flist .mob-text-center {
  font-size: 13px;
  color : #888;
  margin-top: 15px;
}

.onis-flist .mob-text-center a {
	color : #444;
}
.form-sended {
    text-align: center;
}
.form-sendeds {
    color: #000;
    font-size: x-large;
}
.hystmodal__window {
    border-radius: 10px;
    padding: 30px;
	margin-top: 15px;
}
#formmodal .lun-form.lun-form-line .sppb-addon-title {
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    line-height: 38px;
    color: #222;
}
.document .sppb-panel-title {
    font-size: 20px;
    color: #000;
}
.activity-title-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(128, 42, 52, 0.4);
}
.activity-title-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.activity-links-sections a {
    display: block;
    font-size: 18px;
    color: #333;
    text-decoration: none;
    line-height: 1.5;
    padding: 8px 0;
    border-bottom: none;
    transition: all 0.3s ease;
}
.sppb-column.activity-links-section {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 15px;
    border-left: 4px solid #802a34;
}
.activity-links-sections a:hover {
    color: #802a34;
    padding-left: 10px;
}
.vacancies-subtitle {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
    color: black;
  }

  .vacancy-card {
    background: #f8f9fa;
    border-radius: 15px;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }

  .vacancy-card:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  }
  
  .vacancy-card.active {
    border-color: #802a34;
    box-shadow: 0 4px 20px rgba(128, 42, 52, 0.2);
  }

  .vacancy-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .vacancy-header:hover {
    background: rgba(128, 42, 52, 0.05);
  }

  .vacancy-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    color: #333;
  }

  .vacancy-toggle {
    font-size: 24px;
    font-weight: bold;
    color: #802a34;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 30px;
    text-align: center;
    transform: rotate(0deg);
  }

  .vacancy-card.active .vacancy-toggle {
    transform: rotate(180deg);
  }

  .vacancy-details {
    max-height: 0;
    padding: 0 30px;
    border-top: 1px solid transparent;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(-10px);
  }

  .vacancy-details.show {
    max-height: 1000px;
    padding: 30px;
    border-top: 1px solid #e0e0e0;
    opacity: 1;
    transform: translateY(0);
  }

  .vacancy-item {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    transition-delay: 0s;
  }

  .vacancy-details.show .vacancy-item {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.1s;
  }

  .vacancy-details.show .vacancy-item:nth-child(1) { transition-delay: 0.1s; }
  .vacancy-details.show .vacancy-item:nth-child(2) { transition-delay: 0.15s; }
  .vacancy-details.show .vacancy-item:nth-child(3) { transition-delay: 0.2s; }
  .vacancy-details.show .vacancy-item:nth-child(4) { transition-delay: 0.25s; }
  .vacancy-details.show .vacancy-item:nth-child(5) { transition-delay: 0.3s; }

  .vacancy-item strong {
    color: #802a34;
    font-weight: 600;
  }
.documents-intro-text {
    font-size: 38px;
    line-height: 1.6;
    color: #4a5568;
    font-weight: 400;
}
.document-category {
  margin-bottom: 50px;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e0e0e0;
}

.category-title {
  font-size: 24px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
}

.category-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  transition: transform 0.3s ease;
}
.category-toggle img {
  width: 20px;
  height: 20px;
}
.category-toggle.rotated {
  transform: rotate(180deg);
}

.documents-list {
  display: none;
}

.documents-list.active {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.document-category-simple {
  background: white;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.category-title-simple {
  font-size: 24px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}


.document-item {
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
}

.document-item:last-child {
  border-bottom: none;
}

.document-link {
  color: #802a34;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
  display: block;
  padding: 10px 0;
  position: relative;
}

.document-link:hover {
  color: #802a34;
  text-decoration: underline;
  transform: translateX(5px);
}

.document-link::before {
  content: "📄";
  margin-right: 10px;
  font-size: 18px;
}

.awards {
  padding: 80px 0;
  background: #f8f9fa;
}

.awards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 35px;
  margin-top: 50px;
}

.award-item {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  border: 1px solid rgba(128, 42, 52, 0.1);
}

.award-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  border-color: rgba(128, 42, 52, 0.3);
}

.award-image {
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
}

.award-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.award-item:hover .award-image img {
  transform: scale(1.08);
}

.award-description {
  padding: 25px 20px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.award-description h3 {
  font-size: 17px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.5;
  text-align: center;
  transition: color 0.3s ease;
}

.award-item:hover .award-description h3 {
  color: #802a34;
}
/* Image Modal Styles */
.image-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}

.modal-content {
  position: relative;
  margin: auto;
  padding: 20px;
  width: 90%;
  max-width: 1200px;
  top: 50%;
  transform: translateY(-50%);
  cursor: default;
  background: transparent;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1001;
  transition: color 0.3s ease;
}

.modal-close:hover {
  color: #802a34;
}

.modal-counter {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  z-index: 1001;
}

.modal-prev,
.modal-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  font-size: 24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1001;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-prev:hover,
.modal-next:hover {
  background: rgba(0, 0, 0, 0.9);
}

.modal-prev {
  left: -70px;
}

.modal-next {
  right: -70px;
}

.modal-image-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  padding: 20px;
}

.modal-image {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 8px;
  display: block;
}

#formcallbacks {
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    padding: 40px;
}
.lun-form.lun-form-line h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.4;
}

.contacts-section {
  background: #fff;
  padding: 40px;
}
/* Contact Person */
.contact-person {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}

.contact-person:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.person-title {
  font-size: 16px;
  font-weight: 600;
  color: #802a34;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.person-name {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
  border-bottom: 3px solid #802a34;
  padding-bottom: 15px;
}

.contact-item {
  font-size: 18px;
}

.contact-label {
  font-weight: 600;
  color: #666;
}

.contact-link:hover {
  color: #5a1e26;
}

.info-subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #802a34;
  margin-bottom: 10px;
}

.info-text {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
#sp-page-title .sp-page-title {
    position: relative;
    height: 400px;
	display: flex;
}
#sp-page-title .fa-map-marker-alt:before {
    content: "";
}
#sp-page-title .container {
    position: relative;
    z-index: 2;
    margin: auto;
    text-align: center;
}
#sp-page-title .sp-page-title .breadcrumb {
    display: inline-flex;
	margin-bottom: 30px;
}
#sp-page-title .sp-page-title {
    background: white;
	background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
}
#sp-page-title .sp-page-title .sp-page-title-heading {
    font-size: 38px;
}
li.item-225.menu-deeper.menu-parent:hover .menu-child, li.item-227.menu-deeper.menu-parent:hover .menu-child, li.item-228.menu-deeper.menu-parent:hover .menu-child, li.item-224.menu-deeper.menu-parent:hover .menu-child {
    visibility: visible;
    display: block;
    position: absolute;
    min-width: 300px;
    background: white;
    border-radius: 8px;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    z-index: 100;
    padding: 15px 0px;
    margin-top: 5px;
}
.header-with-social.is-sticky.header-sticky .item-225.menu-deeper.menu-parent:hover .menu-child, .header-with-social.is-sticky.header-sticky .item-227.menu-deeper.menu-parent:hover .menu-child, .header-with-social.is-sticky.header-sticky .item-228.menu-deeper.menu-parent:hover .menu-child, .header-with-social.is-sticky.header-sticky .item-224.menu-deeper.menu-parent:hover .menu-child {
    visibility: visible;
    display: block;
    position: absolute;
    min-width: 300px;
    background: #1e1f2d;
    border-radius: 8px;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    z-index: 100;
    padding: 15px 0px;
    margin-top: 5px;
}
.menu-child li {
    font-size: 16px;
    transition: background-color 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
}
.menu-deeper.menu-parent:hover .menu-child li:hover, .menu-deeper.menu-parent:hover .menu-child li.current.active {
    background-color: #f8f8f8;
    color: #802a34;
    padding-left: 9px !important;
    width: 100%;
}
.menu-deeper.menu-parent:hover .menu-child li.current.active a,.header-with-social.header-sticky .sp-module .menumod-menu .menu-child li:hover a {
    color: #0fa89d;
}
.lun-form.lun-form-line h3 a:hover {
    color: #802a34 !important;
}
ul.menu-child li a {
    display: block;
    padding: 15px 5px 15px 15px !important;
}
#mod-custom136 img {
    filter: brightness(0) invert(1);
    width: 300px;
    margin: 0 auto 20px;
}
.border-top-left img {
    border-top-left-radius: 50px;
}
.border-bottom-left img {
    border-bottom-left-radius: 50px;
}
@media(max-width:768px){
	#formmodal .lun-form.lun-form-line .sppb-addon-title {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 28px;
    color: #222;
}
.lun-form input[type="text"], .lun-form select, .lun-form input[type="email"]:not(.form-control), .lun-form input[type="tel"]:not(.form-control) {
    height: 38px;
}
.onis-flist .form-btn {
    padding: 5px 32px;
}
p.mob-text-center.text-center {
    line-height: 1.2 !important;
}
.highlight-text2:before {
    display:none;
}
}
/*.breadcrumb .breadcrumb-item.active:nth-child(2),li.breadcrumb-item.active {
    display: none;
}*/
li.breadcrumb-item.active {
    display: none;
}
.button-block-right {
    width: 100%;
    height: 100%;
    text-align: right;
    padding: 250px 60px 0 0;
    position: absolute;
    bottom: 0px;
    right: 0;
}
.button-block-left {
    width: 100%;
    height: 100%;
    text-align: right;
    padding: 250px 60px 0 0;
    position: absolute;
    bottom: 0px;
    right: 0;
}
.button-block-right-dop {
    width: 100%;
    height: 100%;
    text-align: right;
    padding: 420px 60px 0 0;
    position: absolute;
    bottom: 0px;
    right: 0;
}

.button-block-right i, .button-block-left i {
    vertical-align: bottom;
}
.sppb-addon-single-image-container img {
    object-fit: cover;
}
a.theme_btn {
    cursor: pointer;
}
body.dark-theme, body.dark-theme .contacts-section, body.dark-theme .sp-page-builder .page-content #section-id-d431b5df-6c0d-4067-82a2-7d00b83c13c5, body.dark-theme .offcanvas-menu {
    background: #000000;
}
body.dark-theme:not(.home) #sp-header {
    background-color: rgb(30 31 45 / 90%);
}
body.dark-theme:not(.home) .header-with-social .sp-module ul>li>a, body.dark-theme:not(.home) .sp-module .menumod-menu li a, body.dark-theme .offcanvas-menu .offcanvas-inner ul.menu>li a, body.dark-theme .offcanvas-menu .offcanvas-inner ul.menu>li span, body.dark-theme .offcanvas-menu .offcanvas-inner a {
    color: #ffffff;
}
body.dark-theme:not(.home) .burger-icon>span {
    background-color: #ffffff;
}
body.dark-theme:not(.home) .top-menu-right-icos #mod-custom130 a {
    color: #fff;
}
body.dark-theme:not(.home) .top-menu-right-icos #mod-custom130 img {
    filter: invert(1);
}
body.dark-theme:not(.home) .item-225.menu-deeper.menu-parent:hover .menu-child, body.dark-theme:not(.home) .item-227.menu-deeper.menu-parent:hover .menu-child, body.dark-theme:not(.home) .item-228.menu-deeper.menu-parent:hover .menu-child, body.dark-theme:not(.home) .item-224.menu-deeper.menu-parent:hover .menu-child {
    background: #1e1f2d;
}
body.dark-theme:not(.home) .menu-deeper.menu-parent:hover .menu-child li.current.active a, body.dark-theme:not(.home) .sp-module .menumod-menu .menu-child li:hover a {
    color: #0fa89d;
}
body.dark-theme h1, body.dark-theme h2, body.dark-theme h3, body.dark-theme h4, body.dark-theme h5, body.dark-theme h6, body.dark-theme p, body.dark-theme li, body.dark-theme .catalog-images-gallery a, body.dark-theme p.highlight-text2:before, body.dark-theme .vacancy-toggle, body.dark-theme .vacancy-item, body.dark-theme .vacancy-item strong, body.dark-theme .document-link, body.dark-theme .lun-form.lun-form-line h3, body.dark-theme .sppb-animated-number, body.dark-theme .sppb-addon-text-block .sppb-addon-content, body.dark-theme .sppb-section.articl .sppb-articles-carousel-introtext, body.dark-theme .sppb-section.articl .sppb-articles-carousel-meta-date {
    color: white;
}
body.dark-theme .note, body.dark-theme .advantage-block, body.dark-theme .installation-info, body.dark-theme .warning-box, body.dark-theme .advantage-item, body.dark-theme .feature-card, body.dark-theme .highlight-text, body.dark-theme p.highlight-text2, body.dark-theme .vacancy-card, body.dark-theme .award-item, body.dark-theme .sp-page-builder .page-content #section-id-a78dd20c-08ee-4b74-b184-d82101f08dce{
    background-color: #2b2b2b;
}
body.dark-theme .variants-table td, body.dark-theme .specs-table td {
    border-bottom: 1px solid #000000;
    background-color: #2b2b2b;
    color: white;
}
body.dark-theme .catalog-images-gallery {
    box-shadow: 0 4px 12px rgb(255 255 255 / 10%);
}
body.dark-theme .category-toggle img {
    filter: brightness(0) invert(1);
}
body.dark-theme .document-category, body.dark-theme .document-category-simple {
	background-color: #2b2b2b;
    box-shadow: 0 4px 20px rgb(255 255 255 / 8%);
}
body.dark-theme .award-description {
    background: #2b2b2b;
}
.dark-theme .article-header h2 a, .dark-theme .article-info, body.dark-theme .sppb-addon-header .sppb-addon-title {
    color: white !important;
}
.dark-theme .sp-page-builder .page-content #section-id-70e0240b-5adf-4954-aff1-c2f2c3bdacca {
    background: #2b2b2b;
}
.dark-theme .sppb-section.articl .sppb-articles-carousel-content {
    background: #434343;
}
.dark-theme section#section-id-70e0240b-5adf-4954-aff1-c2f2c3bdacca:before {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    left: 0px;
    border-left: 100em solid rgba(0, 0, 0, 1);
    border-bottom: 200px solid transparent;
    display: inline-block;
    top: 0;
}
.dark-theme a.tg_btns img, .dark-theme .theme_btns img {
    filter: invert(1);
}
.dark-theme .offcanvas-menu img.logo-image {
	filter: brightness(0) invert(1);
}