html {
  scroll-behavior: smooth;
}

.tm-headerbar-top {
  background: #fff;
  padding: 30px 0;
}

#sp-bottom {
  z-index: 111;
  position: relative;
}
#sp-footer {
  background-color: #2c4571;
}
#sp-footer {
  z-index: 111;
  position: relative;
}


.simple-text__btn i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.simple-text__btn:hover i {
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
}
.text-readmore {
  max-height: 280px;
  overflow: hidden;
  background: #fff;
  padding: 15px;
}
.simple-text.open .text-readmore {
  max-height: 100%;
}
.simple-text.open .simple-text__bottom {
  display: none;
}
.simple-text__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom,#f7f7f76e,#fff);
  padding: 20px;
  position: relative;
  color:#888;
  border-bottom: 3px dashed #ccc;
  cursor:pointer;
}

#sp-right .sp-column {
position: sticky;
top: 80px;
}


.overlay-blur .sppb-row-overlay {
  backdrop-filter: blur(3px);
}

.lg-outer .lg-thumb {
  margin: 0 auto;
}
.lg-outer .lg-image {
  border-radius: 20px;
}
.overflowh {
overflow: hidden;
}


/* Cart - Корзина */

.content_cart.jlcontentcart {
  border-radius: 10px;
}
.uk-label1 {
  display: inline-block;
  padding: 0 7px;
  background: #1e87f0;
  line-height: 1.5;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
  position: absolute;
  top: -20px;
  right: -20px;
  border-radius: 10px;
}

/*Offcanvas*/
.tm-header-mobile .uk-nav-primary li a, .tm-header-mobile .uk-nav-default li a {
  color: #2c2c2c;
}
 .uk-offcanvas-bar .tm-logo {
    height: 32px;
  }
.offcanvas-top-container  {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: -20px;
  padding: 0px 15px;
  background: #fff;
  border-bottom: 2px solid #ccc;
}
.uk-offcanvas-close {
  position: relative;
  top: 3px;
  right: unset;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 100px;
  height: 36px;
  width: 36px;
}
.uk-offcanvas-bar ul.uk-nav-sub {
  padding: 5px 0 5px;
}
.uk-offcanvas-bar .uk-nav-primary .uk-nav-sub {
  font-size: 16px;
  line-height: 1.4;
}
.uk-offcanvas-bar .uk-nav li {
  border-bottom: 1px solid #cccccc87;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
.uk-offcanvas-bar .uk-nav-sub li {
  border-bottom: none;
  font-weight: 500;
  font-size: 16px;
  text-transform: none;
}


/*Headers*/
.tm-header-mobile .uk-navbar-toggle-icon {
  background: #f2f2f2;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #cccccc2e;
}
.header-socs img {
width: 32px;    
}
.header-socs a {
  margin-right: 1px;
  transition: .2s;
}
.header-mes {
  text-align: center;
}
.header-mes-links a img {
width:48px;
}
.top-time {
  position: relative;
}
.top-time::before {
  width: 0.4rem;
  min-width: .5rem;
  height: 0.4rem;
  border-radius: 50%;
  content: '';
  margin-right: 0.375rem;
  background-color: #4ec35a;
  animation: shine2 1s cubic-bezier(1, 0, 0, 1) infinite;
  position: absolute;
  left: -15px;
  top: 7px;
}
.text-mes {
  margin-bottom: 3px;
}

@keyframes shine2 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } 
}


.customtopmod {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.top-block1 {
  margin-right: 20px;
  text-align: left;
  max-width: 250px;
}
.top-phone {
  font-size: 22px;
  line-height: 1;
  margin-top: 3px;
}
.top-block1 .top-time {
  display: flex;
  justify-content: right;
  align-items: center;   
}
.top-block1 .top-time::before {
position: static;    
}

.header-text {
  font-size: 16px;
  line-height: 1.5;
  border-left: 1px solid #79b9156b;
  padding-left: 20px;
  font-weight: 600;
}

.customtopmod .top-phone a {
  color: #333;
  font-weight: 700;
}
.customtopmod .top-icons img, .email-img img {
width: 50px; 
transition: all .3s ease;
}
.customtopmod .top-icons img:hover, .email-img:hover img {
filter: grayscale(0%);
}
.customtopmod .top-time {
color: #787878;    
}

.header-map {
  max-width: 300px;
}
.map-img {
  width: 70px;
  margin-right: 7px;
  flex: 0 0 auto;
}
.map-text {
  line-height: 1.5;
  font-size: 15px;
}


.email-img {
  width: 45px;
  margin-right: 15px;
  flex: 0 0 auto;
}
.email-text a {
  font-size: 20px;
}
.header-mini-text {
  font-size: 15px;
}

.overlay-white-bg {
  text-shadow: 2px 2px 2px #fff;
}
.overlay-white-bg::before {
  content: "";
  position: absolute;
  left: -10%;
  width: 110%;
  height: 130%;
  filter: blur(35px);
  top: -15%;
  /*background-image: linear-gradient(to right, #fff, #ffffffd1 60%, rgba(255, 255, 255, 0.47) 80%, rgba(255,255,255,0));*/
  background: radial-gradient(#ffffffd9, #ffffff9c 70%, #fff0);
  border-radius: 15px;
}

.md-line-dashed, .md-line-dotted {
  position: relative;
  cursor: pointer;
}
.md-line-dashed::after, .md-line-dotted::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0%;
  right: 0%;
  height: 0;
  border-bottom: 2px dashed #ccc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.md-line-dashed:hover::after, .md-line-dotted:hover::after {
  width: 60%;
  right: 40%;
}
    
    

/*хлебные крошки*/
#sp-breadcrumbs .breadcrumb {
  overflow-x: auto;
  width: 100%;
  position: relative;
  white-space: nowrap;
  flex-wrap: nowrap;
  padding: 0.75rem 1rem !important;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
/*section секции*/
.dots-left {
  left: -300px;
}
.dots-right {
  right: -300px;
}
.dots {
  width: 275px;
  height: 575px;
  position: absolute;
  pointer-events: none;
  top: 50%;
  margin-top: -288px;
}
.dots::before {
  content: '';
  position: absolute;
  background-image: url(/images/bg/dot-bg.png);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.54;
}
.dots::after {
  content: '';
  position: absolute;
  width: 120px;
  height: 150px;
  background-image: url(/images/bg/dot-bg.png);
  top: 0;
}

.overlay-radius .sppb-row-overlay {
border-radius: 20px;
}
.section-padding {
padding: 35px 0;    
}
.section-bg-padding {
padding: 75px;
}
    .margin-b5030 {
    margin-bottom: 50px;    
    }

/*Модули*/
.mod-related-articles {
margin-bottom: 30px;    
}
.aside-menu .uk-nav li, .mod-articles-arrow .mod-articles-title {
  border-bottom: 1px solid #dfdfdf !important;
}
.aside-menu a, .mod-articles-arrow .mod-articles-link {
  padding: 18px 36px 18px 0 !important;
  font-size: 16px;
  line-height: 1.3 !important;
  font-weight: bold;
  position: relative;
  display: flex;
}
.aside-menu .uk-nav a::before, .mod-articles-arrow .mod-articles-link::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  top: 50%;
  right: 6px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  transform: rotate(45deg);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.aside-menu .uk-nav a::after, .mod-articles-arrow .mod-articles-link::after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  top: 50%;
  right: 6px;
  background: #ccc;
  margin-top: -1px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.aside-menu .uk-nav a:hover::before, .aside-menu .active a::before, .mod-articles-arrow .mod-articles-link:hover::before {
  border-color: #ef9a00;
}
.aside-menu .uk-nav a:hover::after, .aside-menu .active a::after, .mod-articles-arrow .mod-articles-link:hover::after  {
  background: #ef9a00;
}



/*Статьи новости*/
.form-right .form1 .title {
  font-size: 22px;
}
.page-header {
  padding-bottom: 15px;
  border-bottom: 2px solid #e7ebee;
}
.uk-article-title {
  font-size: 24px;
  font-weight: 600;
}
.blog-news .article-image-container .el-image {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.article-intro-image {
  height: 100%;
}
.blog-news .com-content-category-blog__item {
padding: 0;
display: flex;
}
.blog-news .com-content-category-blog__item .uk-card-body {
  text-align: left !important;
  width: 100%;
}

        table { 
            width: 100%; 
            border-collapse: collapse; 
            margin: 20px 0;
            overflow: auto;
          display: block;
        }
        th, td { 
            border: 1px solid #ddd; 
            padding: 10px; 
            text-align: center;
            font-size: 0.95em;
        }
        th { 
            background-color: #f2f2f2; 
            font-weight: bold;
        }
        .recommend { 
            background-color: #d4edda; 
            font-weight: bold;
        }
        .cta-button { 
            background: #2c5aa0; 
            color: white; 
            padding: 15px 30px; 
            text-decoration: none; 
            border-radius: 5px; 
            display: inline-block; 
            margin-top: 20px;
            font-weight: bold;
        }
        .cta-button:hover { 
            background: #1e3f70;
        }
        .tip { 
            background: #e7f3ff; 
            padding: 15px; 
            border-left: 4px solid #2c5aa0; 
            margin: 20px 0;
        }
         .news-highlight { 
            background: linear-gradient(90deg, #d4edda 0%, #e8f5e8 100%); 
            padding: 20px; 
            border-radius: 8px; 
            margin: 20px 0;
            border-left: 5px solid #28a745;
        }
        .stats { 
            display: flex; 
            justify-content: space-around; 
            text-align: center; 
            margin: 30px 0;
        }
        .stat-item { 
            background: #e3f2fd; 
            padding: 20px; 
            border-radius: 8px; 
            flex: 1; 
            margin: 0 10px;
        }
        .stat-number { 
            font-size: 2.5em; 
            color: #2c5aa0; 
            font-weight: bold;
        }
        
/*Услуги материал*/        

.usluga-block .introtext {
  margin-top: 15px;
  margin-bottom:20px;
  font-size: 22px;
}
.usluga-block .uk-icon-link {
  color: rgb(236, 175, 66);
  font-size: 42px;
}
.usluga-block .ui-info-box {
   margin-bottom: 30px;   
}
.usluga-block .rightprod {
margin: 0;    
}
.usluga-block .article-full-image {
  border-radius: 0 20px 20px 0 !important;
  overflow: hidden;
  margin-top: 10px;
  border-left: 7px solid #2c4571;
}

/*Услуги категория*/

.blog-uslugi .uk-article .uk-card-body {
  position: absolute;
  bottom: 0;
  z-index: 111;
}
.blog-uslugi .uk-article .uk-inline-clip::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(110, 110, 110, 0) 30%, rgba(44, 69, 113, 0.69) 80%);
}
.blog-uslugi .blog-item-title a {
color: #fff;    
}
.blog-uslugi .blog-item-title {
  padding: 10px 20px;
  margin: 0 30px;
    margin-top: 0px;
    margin-bottom: 0px;
  background-image: linear-gradient(90deg, #c9332e, #1f375c 50%, #ca352e);
  background-size: 200% auto;
  border-radius: 10px;
}

.com-content .uk-article-meta.uk-subnav > * > :first-child {
  margin-left: 5px;
}

/*Материалы категория*/
.category-desc {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.category-text {
    flex: 1;
}

.category-image {
  flex: 0 0 auto;
  order: 2;
  max-width: 30%;
}

.blog h1 {
font-weight: 600;
margin-bottom: 40px;
}
.related-article-list-container {
margin-bottom: 50px;    
}
.related-article-list-container .uk-h2 {
font-weight: 600;
margin-bottom: 30px;
}
figure {
margin: 0;    
}
.view-category .uk-article, .view-featured .uk-article, .related-article-list-container .uk-card, .mod-related-articles .uk-card {
  border-radius: 15px;
  overflow: hidden;
}
.view-category .uk-article .uk-card-body, .mod-related-articles .uk-card-body, .uk-articles-addon .uk-card-body {
text-align: center;
}
.view-category .uk-article .uk-h3, .mod-related-articles .uk-h4, .uk-articles-addon .article-addon-title {
  color: #2c4571;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  min-height: 50px;
}

.view-category .uk-article .fields-container, .mod-related-articles .fields-container {
  max-width: 200px;
  margin: 15px auto;
}
.view-category .uk-article .fields-container .field-entry, .mod-related-articles .fields-container .field-entry {
  padding: 7px;
  border-bottom: 1px solid rgba(14, 13, 9, 0.12);
  font-size: 13px;
  color: #878787;
}
.view-category .uk-article .uk-button, .uk-readmore {
  margin-top: 10px;
  max-width: 200px;
  width: 100%;
  margin-bottom: 10px;
}
.mod-related-articles .uk-h2 {
font-family: 'Montserrat', sans-serif;    
margin-bottom: 30px;
font-weight: 600;
text-align: center;
margin-top: 0;
}

/*рекомендуемые материалы*/
.related-article-image figure {
  margin: 0;
}
.related-article-block .uk-card-body {
text-align: center;    
}

/*Материалы product*/
.view-article  .uk-article-product {
  background-color: transparent;
  padding: 0;
}
.uk-article-product .article-full-image {
  border-radius: 20px;
  overflow: hidden;
  margin-top: 10px;
}
.uk-article-product .fields-container {
  display: inline-block;
}
.uk-article-product .fields-container .field-entry {
    justify-content: start;
  padding: 7px;
  border-bottom: 1px solid rgba(14, 13, 9, 0.12);
  font-size: 20px;
  color: #878787;
}
.catalog-btn .uk-button {
  padding: 25px 40px;
}
.product-text-topbtn p {
  font-size: 20px;
  font-weight: 600;
}
.uk-article-product .uk-article-title {
font-weight: 700;    
}
.ul3 ul {
  list-style: none;
  color: #494b4a;
  line-height: 1.3;
  border-left: none;
  padding: 5px 0 5px 0;
  margin: 0 0 20px 0;
}
.ul3 ul li {
  display:flex;
  align-items:center;
  position: relative;
  font-size: 15px;
  margin-bottom: 5px;
}
.ul3 ul li::before, .category-desc .ul2 ul li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  color: #ef9a00;
  margin-right: 10px;
}



.zind111 {
  z-index: 111 !important;
}



.fields-container {
padding-left:0;
}

.tm-toolbar {
display:none;
}
.tm-header .uk-navbar-container:not(.uk-navbar-transparent) {
  box-shadow: 0 10px 30px rgba(0, 60, 92, .08);
}
.tm-header .uk-navbar {
  border-top: solid 1px rgba(16, 41, 56, .1);
}

/* Скачать прайс - price */
.home-price-column1 {
  overflow: hidden;
}
.home-price-img {
  position: absolute;
  max-width: 800px;
  top: -70px;
  right: -280px;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}

/* фоны - background */
.first-bg-white {
text-shadow: 1px 1px 1px #fff;    
}
.text-shadow-white {
text-shadow: 1px 1px 1px #fff;     
}
.first-bg-white::after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #ffffffbf, #ffffff96 60%, rgba(255, 255, 255, 0.27) 80%, rgba(255,255,255,0)), linear-gradient(to bottom, #ffffff59, rgba(255, 255, 255, 0.06) 50%, rgba(255,255,255,0));
  z-index: 2;
}

.first-bg-dark::after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #060606bf, #01010196 60%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0)), linear-gradient(to top, #0000, rgba(0, 0, 0, 0) 30%, rgba(9, 9, 9, 0)), linear-gradient(to bottom, #0000, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0));
  z-index: 2;
background: #2c3541a3;
}
.first-bg-dark .uk-text-first h1 {
color: #fff;
text-shadow: 1px 1px 1px #222;
font-weight: 700;
}
.first-bg-dark .uk-text-lead {
  color: #fff;
text-shadow: 1px 1px 1px #222;
}
.first-bg-dark .ui-content {
color: #fff;
}
.first-bg-dark, .first-bg-dark .tm-title {
  color: #fff !important;
}
.first-bg-dark {
overflow:hidden;
}
.bg-white {
overflow: hidden;
}
.bg-white::after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #ffffffbf, #ffffff96 60%, rgba(255, 255, 255, 0) 80%, rgba(255,255,255,0)), linear-gradient(to top, #0000, rgba(255,255,255,0) 30%, rgba(255,255,255,0)), linear-gradient(to bottom, #fff, rgba(255,255,255,0) 50%, rgba(255,255,255,0));
background: #edededa8;
}
.bg-dark {
overflow: hidden;
}
.bg-dark::after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #000000bf, #00000096 60%, rgba(1, 1, 1, 0) 80%, rgba(2, 2, 2, 0)), linear-gradient(to top, #0000, rgba(5, 5, 5, 0) 30%, rgba(0, 0, 0, 0)), linear-gradient(to bottom, #000, rgba(5, 5, 5, 0) 50%, rgba(7, 7, 7, 0));
background: #2c3541a3;
}

.bg-dark, .bg-dark .tm-title {
  color: #fff !important;
}


/* заголовки - heading */
.uk-text-first .tm-title {
font-weight: 700;
}

.text-center-left {
text-align: center;
margin: 0 auto;
}

.text-left-center {
text-align: left;
}

.uk-h1-home {
font-weight: 700;
text-shadow: 2px 2px 2px #fff;
}



/* формы - обратная связь */

.form1 .upload-file-btn {
  background: rgb(167, 167, 167) !important;
}

.form1 .ba-field-container textarea {
  min-height: 6.375rem;
}


.form1 {
  position: relative;
}
.form1 .ba-form-page {
	border-radius: 15px;
  border: 8px solid #e5e5e5fa;
}
.form1 .title {
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.2;
  padding-top: 0;
  font-weight: 600;
  font-size: 26px;
text-transform: uppercase;
}
.form1 p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

@media (max-width: 1399px) {
  .form1 .title {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .form1 .title {
    font-size: 20px;
  }
}


/* формы попап - form popup */
.form-popup .ba-form-page {
	border-radius: 15px;
}
.ba-form-signature-field .ba-signature-canvas, .ba-form-field-item .ba-form-products-cart .ba-form-product-quantity-cell input, .ba-form-page-navigation-title, .upload-file-btn, .upload-file-input, .ba-field-container select, .ba-field-container textarea[readonly], .ba-field-container textarea, .ba-field-container input[type="text"], .ba-field-container input[type="number"], .ba-field-container input[type="password"], .ba-field-container input[type="email"] {
border-radius: 8px !important;
}

.ba-form-submit-btn {
border-radius: 10px;
}

.form-popup .title {
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.2;
  padding-top: 0;
  font-weight: 600;
  font-size: 26px;
text-transform: uppercase;
  color: #333;
}
.form-popup p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.form-popup .ba-field-label-wrapper {
    text-align: center !important;
  }
.form-popup .ba-field-container textarea {
  min-height: 6.375rem;
}

.form-popup .ba-forms-lightbox-row i {
  padding: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #eee;
  line-height: 40px;
  z-index: 1111;
}


/* формы - forms */
.text-agree {
  font-size: 13px;
  margin: 0 20px;
  text-align: center;
  line-height: 1.2;
  color: #a1a1a1;
}
.ba-form-acceptance-field .ba-form-acceptance-html p {
  font-size: 14px !important;
  line-height: 1.3 !important;
  margin-top: -5px;
}

#sp-user3 .sec-con .form1 .title {
  font-size: 22px;
}
.ba-form-submit-btn {
font-weight: 600 !important;
}

.ba-forms-modal-backdrop {
  backdrop-filter: blur(5px);
}

.btn-form .ba-form-submit-btn {
position: relative;
overflow: hidden;
border-radius: 10px !important;
}


.home-text-vw .tm-title, .home-title-vw {
  font-size: 2.8vw;
}
.uk-text-first.home-text-vw .tm-title {
  width: 60vw;
}
















.bg_grey {
  background: #eff3f6;
}
.color1 {
color: #00569c
}
.white1 {
color: #fff;
}

body.ltr .sp-megamenu-parent > li.sp-has-child > a::before, body.ltr .sp-megamenu-parent > li.sp-has-child > span::before {
  font-family: "Font Awesome 6 Free";
  content: "";
  float: right;
  margin-left: 7px;
  font-weight: 900;
}
.sp-has-child a, .sp-has-child span {
  display: inline-block !important;
}




.side-fixed-links.visible {
  right: 0;
}
.side-fixed-links {
  position: fixed;
  top: 55%;
  width: 70px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 49;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.side-fixed-links__container {
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.side-fixed-links__container > div, .side-fixed-links__container > a {
  width: 100%;
  min-height: 70px;
  padding: 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  background-color: #05a558;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.side-fixed-links__container > div img, .side-fixed-links__container > div svg, .side-fixed-links__container > a img, .side-fixed-links__container > a svg {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #fff;
  margin-bottom: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.side-fixed-links__container > div span, .side-fixed-links__container > a span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  font-weight: 500;
  font-size: 9px;
  line-height: 12px;
  color: #fff;
  pointer-events: none;
}
.side-fixed-links__container > a.orange_bg {
  background-color: #ed6930;
}
.side-fixed-links__container > a.green_bg {
  background-color: #05a558;
}
.side-fixed-links__container > a.blue_bg {
  background-color: #039be5;
}
.side-fixed-links__container > a.purple_bg {
  background-color: #7f3ae2;
}
.side-fixed-links__close.closed {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.side-fixed-links__container > div:hover, .side-fixed-links__container > a:hover {
  background-color: #fff;
}
.side-fixed-links__container > div:hover img, .side-fixed-links__container > a:hover img {
  filter: invert(1);
}
.side-fixed-links__container > div:hover span, .side-fixed-links__container > a:hover span {
  color: #0a0a0a;
}
.side-fixed-links__close {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #5d5b5b;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.side-fixed-links__close img, .side-fixed-links__close svg {
  width: 8px;
  height: 8px;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #fff;
}
.widget.closed {
  opacity: 0;
  pointer-events: none;
}
.widget-close.active {
  transform: translate(-50%, 0%) rotate(45deg);
}

.btn-arrow::after {
   font-family: "Font Awesome 6 Free";
   content: "\f101";
   display: inline-block;
   padding-left: 6px;
   font-weight: 900;
transition: all .2s;
}
.btn-arrow:hover::after {
  -webkit-transform: translate(5px, 0);
  transform: translate(5px, 0);
}
.fields-container .field-entry {
display: flex;
  justify-content: space-between;
}
.article-details .fields-container .price {
  display: block !important;
  border-bottom: none;
  font-size: 22px;
}

.product-desc {
  border-top: 1px solid #cccccc40;
  padding-top: 30px;
}
.nrf-widget.tf-slideshow-wrapper .swiper-wrapper .swiper-slide {
  height: 400px;
}
.tf-slideshow-thumbs-wrapper .swiper-slide {
  width: 25%;
  height: 100px;
}

.nav-gallery {
  color: rgba(126, 192, 23, 0.83) !important;
  border-radius: 100%;
  box-shadow: 0 0 10px #ccc;
  background: #fff;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-gallery:hover {
  color: rgb(126, 192, 23) !important;
}


.article-slider .sppb-addon-article-layout {
  padding-right: 0px;
}

.article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.article-info > span + span::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  content: "/";
}


.fields-container .field-entry .field-label {
font-weight: 500;
color: #878787;
margin-right: 10px;
}
.fields-container .field-entry .field-value {
font-weight: 500;
}

.uk-offcanvas-bar {
  background: #fff;
}

.uk-breadcrumb {
  margin: 0;
  padding: 10px 0;
}


/*.ukslideli:nth-child(n+5) {
  display: none;
}*/


.owl-nav.disabled {
  display: none;
}
.sppb-slider-fullwidth-wrapper .customNavigation {
  font-size: 40px;
}
.sppb-slider-fullwidth-wrapper .customNavigation a {
  color: #d1d1d1;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sppb-slider-fullwidth-wrapper .customNavigation a:hover {
  color: #414548;
}
.sppb-slider-fullwidth-wrapper .customNavigation .sppbSlidePrev {
  margin-right: 15px;
}

.varition-simple,
.varition-corporate {
  padding-top: 50px;
}


.varition-advance .sppb-slideshow-fullwidth-item-wrapper {
  min-height: 650px;
  display: table;
}
.varition-advance .sppb-slideshow-fullwidth-item-text {
  display: table-cell;
  vertical-align: middle;
}
.varition-advance .sppb-slideshow-fullwidth-item-text .sppb-fullwidth-title {
  position: relative;
  min-width: 435px;
  z-index: 10;
  font-weight: 700;
  padding-bottom: 60px;
  margin-bottom: 20px;
}
.varition-advance .sppb-slideshow-fullwidth-item-text .sppb-fullwidth-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 5px;
}
.varition-advance .sppb-slideshow-fullwidth-item-text .details {
  margin-right: 100px;
}
.varition-advance .image-holder {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  z-index: -1;
}
.varition-advance .controller-wrapper {
  position: relative;
  margin-top: -50px;
  z-index: 100;
}
.varition-advance .controller-wrapper > div {
  display: inline-block;
  position: relative;
}
.varition-advance .controller-wrapper .customNavigation {
  font-size: 40px;
  top: -30px;
}
.varition-advance .controller-wrapper .owl-dots {
  text-align: center;
  top: -30px;
  right: -360px;
}
.varition-advance .controller-wrapper .owl-dots .owl-dot.active > span {
  background-color: #000;
}
.varition-advance .controller-wrapper .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#agency-slider {
  margin-top: 110px !important;
}

.varition-simple .sppb-slideshow-fullwidth-item,
.varition-corporate .sppb-slideshow-fullwidth-item {
  overflow: hidden;
}
.varition-simple .sppb-slideshow-fullwidth-item-wrapper,
.varition-corporate .sppb-slideshow-fullwidth-item-wrapper {
  margin-left: -15px;
}
.varition-simple .sppb-fullwidth-title,
.varition-corporate .sppb-fullwidth-title {
  font-size: 42px;
}
.varition-simple .sppb-fullwidth-title span,
.varition-corporate .sppb-fullwidth-title span {
  font-weight: 600;
}
.varition-simple .btn-link,
.varition-corporate .btn-link {
  border-color: #d8e1e6;
  box-shadow: 0 2px 0 #d8e1e6;
  padding: 0 45px !important;
  color: #959595;
  font-size: 16px;
  line-height: 42px;
  margin-top: 40px;
  text-decoration: none;
}
.varition-simple .btn-link:hover,
.varition-corporate .btn-link:hover {
  border-color: #d8e1e6;
}
.varition-simple .btn-link:focus,
.varition-corporate .btn-link:focus {
  color: #959595 !important;
}
.varition-simple .customNavigation > a,
.varition-corporate .customNavigation > a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -70px;
  opacity: 0;
  font-size: 55px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.varition-simple .customNavigation > a.sppbSlideNext,
.varition-corporate .customNavigation > a.sppbSlideNext {
  left: inherit;
  right: -70px;
}
.spb-creative-slider:hover .customNavigation > a {
  opacity: 1;
}


.corporate-slider .varition-corporate .owl-item .sppb-slideshow-fullwidth-item .sppb-wow.sppb-animated {
  display: none;
}
.corporate-slider .varition-corporate .owl-item.active
            .sppb-slideshow-fullwidth-item
            .sppb-wow.sppb-animated {
  display: block;
}
.corporate-slider .varition-corporate .sppb-slide-item-bg {
  padding-top: 70px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  min-height: 770px;
}
.corporate-slider .varition-corporate .sppb-slide-item-bg .container {
  position: relative;
}
.corporate-slider .varition-corporate .sppb-slide-item-bg .slide-img-wrap {
  position: absolute;
  left: auto;
  right: -115px;
  bottom: -47px;
  width: auto;
  top: auto;
}
.corporate-slider .varition-corporate .sppb-slide-item-bg .sppb-slideshow-fullwidth-item-wrapper {
  padding-left: 15px;
}
.corporate-slider .varition-corporate .sppb-slide-item-bg .sppb-slideshow-fullwidth-item-wrapper .sppb-slideshow-fullwidth-item-text {
  margin: 0;
  padding: 195px 0 200px;
}
.corporate-slider .varition-corporate .sppb-slide-item-bg .sppb-slideshow-fullwidth-item-wrapper .sppb-slideshow-fullwidth-item-text h1.sppb-fullwidth-title {
  font-size: 60px;
  text-transform: uppercase;
  color: #383838;
  font-weight: 400;
  margin-bottom: 20px;
}
.corporate-slider .varition-corporate .sppb-slide-item-bg .sppb-slideshow-fullwidth-item-wrapper .sppb-slideshow-fullwidth-item-text h1.sppb-fullwidth-title span {
  font-weight: 700;
}
.corporate-slider .varition-corporate .sppb-slide-item-bg .sppb-slideshow-fullwidth-item-wrapper .sppb-slideshow-fullwidth-item-text .sppb-fw-slider-button-wrapper {
  margin-top: 37px;
}
.corporate-slider .varition-corporate .sppb-slide-item-bg .sppb-slideshow-fullwidth-item-wrapper .sppb-slideshow-fullwidth-item-text .sppb-fw-slider-button-wrapper a.btn-link {
  border-color: transparent;
  box-shadow: none;
  color: #fff;
}
.corporate-slider .varition-corporate .owl-theme .owl-controls {
  display: none;
}
.corporate-slider .varition-corporate .customNavigation > a {
  position: absolute;
  top: 50%;
  left: inherit;
  opacity: 0;
  z-index: 1;
  font-size: 70px;
}
.corporate-slider .varition-corporate .customNavigation > a.sppbSlidePrev {
  left: 65px;
}
.corporate-slider .varition-corporate .customNavigation > a.sppbSlideNext {
  right: 65px;
}
div.sppb-slider-wrapper.varition-corporate:hover .customNavigation > a {
  opacity: 1;
}


.rightprod .uk-article-title {
    font-size: 26px;
font-weight: 600;
  }

.tm-header .uk-navbar-nav > li > a, .tm-header .uk-navbar-nav > li > span {
text-transform: uppercase;
}

.custom-header-info2 .header-phone {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}
.custom-header-info2 .uk-icon, .custom-header-info2 .fas, .custom-header-info2 .fa, .custom-header-info2 .far, .custom-infobox2 .uk-icon, .custom-infobox2 .fas, .custom-infobox2 .fa, .custom-infobox2 .far {
  color: #609212;
font-size: 1.35rem;
}

/* кнопки - button */
.header-btn i {
margin-right: 9px;  
font-size: 13px;
}
.btn-icon-left::before {
  font-family: "Font Awesome 6 Free";
  content: "\f101";
  display: inline-block;
  padding-right: 6px;
  font-weight: 900;
  transition: all .2s;
}

.uk-btn-first .uk-button-large {
padding: 30px 40px;
}
.uk-btn-first i {
  margin-left: 7px;
}

.ba-form-submit-btn {
  position: relative;
  background-image: linear-gradient(90deg, #c9332e, #1f375c 50%, #ca352e);
  background-size: 200% auto;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: background-position 0.2s ease-out !important;
  overflow: hidden !important;
}

.uk-button-primary {
  position: relative;
  /*background-image: linear-gradient(90deg, #7ec017, #5d920a 50%, #7ec017);*/
  background-image: linear-gradient(90deg, #c9332e, #1f375c 50%, #ca352e);
  background-size: 200% auto;
  color: #fefefe;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  transition: background-position 0.2s ease-out;
border-radius: 10px;
overflow: hidden;
font-weight: 600;
line-height: 1.2;
padding: 15px 30px;
text-shadow: none;
}
.uk-button-large {
  line-height: 1.2;
}
.uk-btn-effect1 a::before, .form1 .ba-form-submit-btn::after {
  content: "";
  background: -webkit-linear-gradient(left,rgba(255,255,255,.1),rgba(255,255,255,.5));
  background: linear-gradient(90deg,rgba(255,255,255,.1),rgba(255,255,255,.5));
  height: calc(100% + 16px);
  width: 50px;
  position: absolute;
  z-index: 1;
  top: -8px;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  -webkit-animation: btn-anim 4.5s ease infinite;
  animation: btn-anim 4.5s ease infinite;
}
.uk-button-primary:hover, .uk-button-primary:focus, .uk-button-primary:active, .ba-form-submit-btn:hover, .ba-form-submit-btn:focus, .ba-form-submit-btn:active {
  color: #fff;
  background-position: 100%;
  transition: background-position 0.2s ease-in;
}
.hero-click__img {
  height: 26px;
  margin-right: 15px;
  margin-left: 20px;
}


/* Товары Материалы - uikit */
.product-cat .uk-article-title {
    font-size: 26px;
}
.uk-articles-addon .uk-card {
border-radius: 15px;
overflow: hidden;
}
.product-cat .uk-articles-addon .sppb-readmore {
margin-top: 10px
}
.product-cat .uk-articles-addon .sppb-article-info-wrap {
text-align: center;
}
.uk-articles-addon .sppb-article-info-title {
  color: #2c4571;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.uk-articles-addon .fields-container {
  max-width: 200px;
  margin: 10px auto;
}

.uk-articles-addon .fields-container .field-entry {
  display: flex;
  justify-content: space-between;
  padding: 7px;
  border-bottom: 1px solid rgba(14, 13, 9, 0.12);
  font-size: 13px;
  color: #878787;
  align-items:center;
}

.uk-articles-addon .sppb-readmore {
  max-width: 200px;
  padding: 15px;
  width: 100%;
  margin: 10px auto;
  /*background: transparent;
  border: 1px solid;
  font-weight: 600;
  color: #c5352c;
  transition: all .2s;*/
}
.uk-articles-addon .sppb-readmore:hover {
  color: #fff;
  background: #c5352c;
    border: 1px solid #c5352c;
}

@media (max-width: 575.98px) {
.uk-articles-addon .sppb-col-xs-6 {
  padding-right: 5px;
  padding-left: 5px;
}
 .uk-articles-addon .sppb-row {
  margin-right: -5px;
  margin-left: -5px;
}
 .uk-articles-addon .sppb-addon-article {
  margin-bottom: 10px;
}
  .uk-articles-addon .sppb-article-info-title {
  font-size: 16px;
}
  .uk-articles-addon .article-addon-title, .product-cat .blog .blog-item-title, .uk-grid-slider-small .sppb-article-info-title {
  font-size: 16px;
  line-height: 1.2;
  min-height: 41.2px;
  }
  .uk-articles-addon .fields-container .field-entry, .product-cat .blog .fields-container .field-entry, .uk-grid-slider-small .fields-container .field-entry {
  font-size: 10px;
}
  .uk-articles-addon .sppb-readmore, .product-cat .blog .uk-button {
  font-size: 13px;
  padding: 15px 5px;
}
 .uk-articles-addon .uk-card-small.uk-card-body, .product-cat .blog .uk-card-small.uk-card-body {
  padding: 10px 10px;
}
  .uk-articles-addon .fields-container, .product-cat .blog .fields-container, .uk-grid-slider-small .fields-container {
  margin: 5px auto;
}
}



/* Блоки - Галерея */
.uk-gallery1 .el-item {
border-radius: 15px;
}

/* Блоки - Договор */
.dog-text .tm-title {
  font-weight:700;
  font-size:22px;
}
.dog-text .tm-content {
  max-width:320px;
  margin:0 auto;
}
.dog-info-box .ui-content {
font-size: 15px;    
}
.uk-btn-dog .uk-button-large {
padding: 20px 30px;
}
.dog-img {
  position: absolute;
}


/* Блоки - Контакты 1 */
.text-contact .uk-text-lead {
font-size: 20px;    
}
.contact-phone, .contact-email {
    font-weight: 600;
  font-size: 25px;
}
.text-contact svg {
width:30px;
}
.text-contact .uk-icon {
margin-top:5px;
}
.mes1 img {
  width: 54px;
  height: auto;
  margin-right: 5px;
  display: inline-block;
  transition: all .3s ease;
}
.mes1 img:hover {
  filter: grayscale(0%);
}
.btn-rek .uk-link {
  font-size: 20px;
}
@media (max-width: 767.98px) {
.sec-con .man1 {
  width: 260px;
  margin: 50px auto 0;
  position: relative;
}
.text-contact .uk-text-lead {
  font-size: 20px;
}
.text-rek .uk-text-lead {
  font-size: 20px;
}
}

/* Блоки - Новости слайдер */
.uk-news-slider .uk-card {
border-radius: 15px;
  overflow: hidden;
}
.uk-news-slider img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  min-height: 300px;
}
.uk-news-slider .article-slider-title {
  font-size: 20px;
  font-weight: 500;
  color: #333;
}
.uk-news-slider-hover .article-slider-title {
  color: #fff;
  text-shadow: 1px 1px 1px #222;
}
.uk-news-slider-hover .sppb-article-info-wrap {
	position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  z-index: 111;
}
.uk-news-slider-hover .uk-card::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(110, 110, 110, 0.37), rgba(41,51,63,0.9));
  border-radius: 10px;
}
.uk-news-slider-hover img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 260px;
}

.uk-card-hover1 .uk-card .uk-inline-clip::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(110, 110, 110, 0) 30%, rgba(44, 69, 113, 0.95) 80%);
}
.uk-card-hover1 .uk-card-body {
  position: absolute;
  bottom: 0;
  z-index: 111;
}
.uk-card-hover1 .sppb-article-meta {
  display: none;
}
.uk-card-hover1 .article-slider-title {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.uk-card-hover1 .uk-card-body p {
    border-right: 1px solid #fff;
}

.uk-card-hover1 .uk-slidenav {
  color: rgba(255, 255, 255, 0.5) !important;
}









.articles-fancybox a:nth-child(n+6) {
  display: none;
}
.articles-fancybox a:first-child {
  width: 100%;
  height: 400px;
margin-bottom:13px;
}
.articles-fancybox a {
  height: 90px;
  border-radius: var(--brad-regular);
  overflow: hidden;
}
/*.product-images .uk-thumbnav {
overflow: auto;    
}*/
.product-images .uk-slideshow-items > * {
border-radius: 20px;
}
.ukslideli a {
height: 80px;
width: 100px;
}
.ukslideli a img {
width:100px;
object-fit: cover;
height:100%;
border-radius: 10px;
}
/*.ukslidemainimg {
object-fit: cover;
width: 100%;
height: 100%;
}*/
.articles-fancybox a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 1600px) {
  .variation-agency
        .sppb-addon-image-content.aligment-left
        .sppb-content-holder {
    padding: 120px 0 120px 100px;
  }
  .varition-advance .controller-wrapper .owl-dots {
    right: -450px;
  }
}

@media only screen and (max-width: 1199.98px) {
.sppb-slider-wrapper.varition-simple .customNavigation {
    padding-left: 15px;
  }
  .top-icons {
    display:none;  
  }
}

@media only screen and (max-width: 991.98px) {
#sp-main-body {
  padding: 30px 0 50px;
}
.dog-img {
  left: 50px;
  right: 50px;
}
 .varition-advance .controller-wrapper .owl-dots {
    right: -350px;
  }
 .corporate-slider .varition-corporate .sppb-slide-item-bg .slide-img-wrap img {
    max-width: 550px;
  }
  .corporate-slider .customNavigation {
    padding-top: 0;
  }
  .uk-news-slider .article-slider-title {
  font-size: 18px;
}
}

@media only screen and (max-width: 767.98px) {
.hero-click__img {
margin-left: 0;
}    
.varition-advance
        .sppb-slideshow-fullwidth-item-text
        .sppb-fullwidth-title {
    min-width: 280px;
    font-size: 36px !important;
  }
  .sppb-slider-fullwidth-wrapper .customNavigation {
    padding-top: 35px;
    padding-left: 13px;
  }
  .varition-advance .sppb-slide-item-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
  }
  .varition-advance .sppb-slideshow-fullwidth-item-wrapper {
    min-height: 400px;
    display: table;
    color: #fff;
  }
  .varition-advance .sppb-slideshow-fullwidth-item-text .sppb-fullwidth-title {
    padding-bottom: 20px;
  }
  .varition-advance .sppb-slideshow-fullwidth-item-text .sppb-fullwidth-title:after {
    background: #fff !important;
  }
  .varition-advance .image-holder {
    width: 100%;
  }
  .varition-advance .controller-wrapper {
    margin-top: -85px;
  }
  .varition-advance .controller-wrapper .customNavigation {
    font-size: 30px;
    top: -15px;
  }
  .varition-advance .controller-wrapper .owl-dots {
    top: -15px;
    right: -150px;
  }
  .varition-simple {
    padding-top: 0;
  }
    .varition-simple .sppb-fullwidth-title {
    text-align: center;
  }
  .varition-simple .sppb-fw-slider-button-wrapper {
    text-align: center;
    margin-bottom: 50px;
  }
  .sppb-slider-wrapper.varition-simple .customNavigation {
    padding-left: 0;
    text-align: center;
  }
  
.corporate-slider .varition-corporate .sppb-slide-item-bg .slide-img-wrap {
    bottom: 0;
    left: auto;
    position: relative;
    right: 0;
    top: auto;
    width: 80%;
  }
  .corporate-slider .varition-corporate .sppb-slide-item-bg .sppb-slideshow-fullwidth-item-wrapper .sppb-slideshow-fullwidth-item-text {
    padding: 40px 0 45px;
  }
  .corporate-slider .customNavigation {
    padding-top: 0;
  }
  .corporate-slider .customNavigation > a.sppbSlidePrev,
  .corporate-slider .customNavigation > a.sppbSlideNext {
    left: inherit !important;
    right: 45px;
    bottom: 0;
    top: inherit;
    color: #fff;
    font-size: 50px;
    opacity: 1;
    padding: 0;
  }
  .corporate-slider .customNavigation > a.sppbSlideNext {
    right: 30px !important;
  }
}



@media only screen and (max-width: 480px) {
 .corporate-slider .varition-corporate .sppb-slide-item-bg {
    min-height: 450px;
  }
  .corporate-slider .varition-corporate .sppb-slide-item-bg .slide-img-wrap {
    display: none;
  }
  .corporate-slider .varition-corporate .sppb-slide-item-bg .sppb-slideshow-fullwidth-item-wrapper .sppb-slideshow-fullwidth-item-text {
    padding: 40px 0 70px;
  }
}

@media (min-width: 991.98px) {

.sticky80 {
position: sticky;
top: 80px;
}
    
.usluga-block .leftprod {
  order: 2;
}    
    
  .rightprod .uk-article-title {
    font-size: 36px;
  }
.slideshow1 .uk-h1,  .slideshow1 .ui-meta {
    width: 65%;
  }
}

@-webkit-keyframes btn-anim{0%,55%{left:-100%}to{left:130%}}
@keyframes btn-anim{0%,55%{left:-100%}to{left:130%}}


@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}















@media (min-width: 992px) {
  .uk-article-title {
    font-size: 32px;
  }
  .product-cat .uk-article-title {
    font-size: 36px;
  }
  .man1 {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 0;
    max-width: 420px;
    width: 100%;
  }
    #sp-user3 .man1 {
   max-width: 440px;   
  }
}

@media (max-width: 1399.98px) {
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  font-size: 15px !important;
}
.header-btn .uk-button-primary {
  font-size: 14px;
  padding: 15px;
}
.home-text-vw .tm-title, .home-title-vw {
  font-size: 3.2vw;
}
.top-phone {
  font-size: 18px;
}
.email-text a {
  font-size: 16px;
}
}

@media (max-width: 1199.98px) {
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  font-size: 14px !important;
}
.section-bg-padding {
padding: 50px;
}
.dog-text .tm-title {
  font-size: 20px;
}
}

@media (max-width: 991.98px) {
    .dog-text .tm-title {
  font-size: 28px;
}
.home-text-vw .tm-title, .home-title-vw {
  font-size: 3.8vw;
}
.uk-text-first.home-text-vw .tm-title {
  width: 100%;
}

.nobr br {
display: none;
}
.first-bg-white1 .sppb-row-overlay {
background: #ffffff7a !important;    
}
.first-bg-white::after {
background: #ffffffde;    
}

.dog-info-box .ui-content {
font-size: 15px;    
}
}


@media (min-width: 768px) {
.nobr2 br {
    display: none;
}
    .section-padding {
padding: 75px 0;    
}

}

@media (max-width: 767.98px) {
     /*.form-con .ba-form-page {
    width: 300px !important;
  }*/
    .category-desc {
        flex-direction: column;
    }
    .category-image {
  max-width: 100%;
}
.text-left-center {
text-align: center;
}   
.flex-left-center .mod-breadcrumbs__wrapper {
  justify-content: center;
  display: flex;
}

.section-bg-padding {
padding: 30px;
}
.home-text-vw .tm-title, .home-title-vw {
  font-size: 4.6vw;
}  
 .uk-text-home .tm-content {
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
.margin-b5030 {
  margin-bottom: 30px;    
}
.mobile-grid-medium-small .uk-grid-column-medium, .mobile-grid-medium-small .uk-grid-medium, .product-cat .blog .uk-grid-column-medium, .product-cat .blog .uk-grid-medium, .uk-grid-slider-small.uk-grid {
  margin-left: -15px;
}
.mobile-grid-medium-small .uk-grid-column-medium > *, .product-cat .blog .uk-grid-medium > *, .product-cat .blog .uk-grid-column-medium > *, .mobile-grid-medium-small .uk-grid-medium > *, .uk-grid-slider-small .el-item {
  padding-left: 15px !important;
}
.mobile-grid-medium-small .uk-grid-medium > .uk-grid-margin, .product-cat .blog .uk-grid-medium > .uk-grid-margin {
  margin-top: 15px;
}
.uk-grid-slider-small .uk-card-small.uk-card-body {
  padding: 10px 10px;
}


    .dog-text .tm-title {
  font-size: 20px;
}
.uk-h1-home {
font-size: 28px;    
}

.uk-text-first .tm-title {
    line-height: 1.3;
    font-size: 28px;
}
.home-text-vw .tm-title, .home-title-vw {
  font-size: 5.9vw;
}
.uk-text-first .tm-content {
font-size: 18px;
}
 .uk-text-home .tm-content {
    font-size: 18px;
  }
.first-info-box .ui-item:nth-child(n+3), .dog-info-box .ui-item:nth-child(n+5) {
  display: none;  
}
.first-info-box .ui-content {
font-size: 14px;    
}
.dog-info-box .ui-content {
font-size: 13px;    
}

}


@media (max-width: 479.98px) {

    .product-text-topbtn p {
  margin-right: 80px;
}
.ul3 ul li {
  font-size: 13px;
}

.blog-news .com-content-category-blog__item {
display: flex;
flex-direction: column;
}
  /*.sppb-row-container, .container {
    max-width: 380px;
  }
  .blog-news .article-image-container .el-image {
  max-height: 240px;
}*/
  .section-bg-padding {
padding: 20px;
}
}