@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;600;700;800&display=swap');



*{

	padding: 0;
	margin: 0;

}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden;
  color: #666666;
}

h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
  margin: 0;
}

.h1,
h1 {
  font-size: 36px;
}

.h2,
h2 {
  font-size: 30px;
}

.h3,
h3 {
  font-size: 24px;
}

.h4,
h4 {
  font-size: 18px;
}

.h5,
h5 {
  font-size: 14px;
}

.h6,
h6 {
  font-size: 12px;
}

h1,h2,h3,h4 {
  margin-bottom: 15px;
}

h5,h5 {
  margin-bottom: 10px;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a, .btn, button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
}

a img, iframe {
  border: none;
}

p {
  color: #666666;
  line-height: 26px;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}

input:focus, textarea:focus, 
 select:focus {
  outline: none;
  box-shadow: inherit;
}

ul {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}

a, a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  color: #232323;
}

a:hover {
  color: #232323;
}

a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-family: inherit;
}

b, strong {
  font-weight: 700;
}

body .sppb-btn {
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
  letter-spacing: 1px;
  overflow: hidden;
  border-radius: inherit;
  cursor: pointer;
  white-space: normal;
}

body .sppb-btn.sppb-btn-primary {
  background-color: var(--maincolor);
  color: #ffffff;
  border: 2px solid var(--maincolor);
}

body .sppb-btn.sppb-btn-primary:hover {
  background-color: transparent;
  color: var(--maincolor);
  border: 2px solid var(--maincolor);
}

button {
  cursor: pointer;
}

.sppb-addon-optin-forms,
.sppb-addon-optin-forms .sppb-optin-form-details-wrap:not(:empty) {
  padding: 0px;
}

#sp-footer {
  font-size: inherit;
}

#sp-footer #sp-footer2 {
  text-align: inherit;
}

.p-relative {
  position: relative;
}

textarea.sppb-form-control {
  height: auto !important;
}

.sp-scroll-up {
  background: var(--maincolor);
}

.overflow-hidden {
  overflow: hidden;
}

.z-index2 {
  z-index: 2 !important;
}

.fixed-address {
  position: absolute !important;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
  height: auto;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}

.fixed-address .sppb-container-inner {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.half-bg-light::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 50%;
  width: 100%;
  background: #f7f7f7;
}

.half-bg-light > .sppb-row-overlay {
  z-index: -1;
}

.contact-box {
  background: #ffffff;
  overflow: hidden;
  border: 1px solid #e7e7e7;
}

.theme-shape::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 33.3333%;
  background-color: var(--maincolor);
  z-index: -1;
}

@media only screen and (max-width: 991px){
.theme-shape::after {
  display: none;
}
}

#sp-top {
  position: relative;
  z-index: 99;
}

#sp-header {
  height: auto;
  transition: all 0.5s ease-in-out;
  padding-bottom: 0px;
  padding-top: 0px;
  background: transparent;
  box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
}

#sp-header.header-sticky {
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: #ffffff;
  transition: all 0.5s ease-in-out;
}

#sp-header > .row {
  -ms-flex-align: center !important;
  align-items: center !important;
}

#sp-header > .container > .container-inner > .row {
  -ms-flex-align: center !important;
  align-items: center !important;
}

#sp-header .logo {
  height: auto;
}

#sp-header .logo a .logo-image,
#sp-header .logo a .logo-image-phone {
  display: inline-block;
  transition: all 0.3s ease-in-out 0s;
  height: auto;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 35px 14px;
  text-transform: uppercase;
  line-height: 20px;
}

#sp-header.header-sticky .sp-megamenu-parent > li > a {
  color: #333333;
}

#sp-header.header-sticky .sp-megamenu-parent > li.active > a, #sp-header.header-sticky .sp-megamenu-parent > li.active:hover > a, 
#sp-header.header-sticky .sp-megamenu-parent > li:hover > a {
  color: var(--maincolor);
}

.sp-megamenu-parent > li:first-child > a {
  margin-left: 0;
  padding-left: 0;
}

.sp-megamenu-parent > li:last-child > a {
  margin-right: 0;
  padding-right: 0;
}

.sp-megamenu-parent > li.active > a {
  font-weight: 600;
}

.sp-megamenu-parent > li.menu-search a {
  font-size: 16px;
}

.sp-megamenu-parent > li.menu-btn a {
  color: #f71735;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  border: 2px solid #e7e7e7;
  text-transform: uppercase;
  top: -2px;
  letter-spacing: 0.6px;
  line-height: 26px;
  padding: 8px 35px !important;
}

@media (max-width: 1200px){
.sp-megamenu-parent > li.menu-btn {
  display: none;
}
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #fff none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
  padding: 0;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  padding: 60;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  color: #333333;
  display: block;
  font-size: 14px;
  margin-bottom: 0;
  padding: 12px 15px;
  text-align: left;
  text-transform: capitalize;
  width: 100%;
  font-weight: 500;
  border-bottom: solid 1px #f5f5f5;
  line-height: 1.42857143;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child > a {
  border-bottom: none;
}

body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a::after { }

#offcanvas-toggler {
  display: block;
  height: 69px;
  line-height: 69px;
  font-size: 20px;
  transition: all 0.3s ease-in-out 0s;
}

#offcanvas-toggler > .fa {
  transition: all 0.3s ease-in-out 0s;
}

.sp-page-title {
  padding: 150px 0;
  position: relative;
  z-index: 1;
  text-align: center;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.sp-page-title:before {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.sp-page-title .container {
  position: relative;
  z-index: 2;
}

.sp-page-title .sp-page-title-heading {
  line-height: 1.2;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 40px;
  margin-top: -10px;
  margin-bottom: 0;
}

.sp-page-title .sp-page-title-sub-heading {
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  margin-top: 15px;
  opacity: 0.5;
}

.sp-page-title .breadcrumb {
  background: #ffffff;
  display: inline-block;
  margin: 0;
  padding: 15px;
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: -180px;
  transform: translate(-50%, 0);
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.breadcrumb li {
  padding: 0 15px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 15px;
}

.breadcrumb li.float-left {
  margin-right: 0 !important;
  display: none;
}

.breadcrumb li:after {
  border: 2px solid #999999;
  content: "";
  height: 10px;
  left: -7px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.breadcrumb li:nth-child(2)::after {
  display: none;
}

.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li::before, .sp-page-title .breadcrumb > li > a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #232323;
}

.sp-page-title .breadcrumb > li + li::before {
  display: none;
}

.sp-page-title .breadcrumb > .active {
  color: var(--maincolor);
}

.breadcrumb li a:hover {
  color: var(--maincolor);
}

#sp-section-3 {
  z-index: 2;
  position: relative;
}

#sp-header.header-sticky ~ section#sp-main-body {
  padding-top: 0;
}

.com-search #sp-main-body,
.com-spsimpleportfolio #sp-main-body,
.com-content #sp-main-body,
.com-j2store #sp-main-body {
  padding: 120px 0;
  background: transparent;
  position: relative;
  z-index: 2;
}

.com-search #sp-header.header-sticky ~ section#sp-main-body,
.com-spsimpleportfolio #sp-header.header-sticky ~ section#sp-main-body,
.com-content #sp-header.header-sticky ~ section#sp-main-body,
.com-j2store #sp-header.header-sticky ~ section#sp-main-body {
  padding-top: 120px;
}

.pagination {
  display: block;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
  margin-top: 35px;
  text-align: center;
}

.page-link {
  position: relative;
  background-color: #fff;
  border: 1px solid #e4ebe8;
  border-radius: 100% !important;
  color: #7a998c;
  display: inline-block;
  height: 2.5em;
  letter-spacing: 0;
  line-height: 1;
  margin-left: 0;
  margin-right: 4px;
  min-width: 2.5em;
  padding: 0.6em 0.4em 0.3em;
  text-align: center;
}

.page-item {
  display: inline-block;
}

.page-item.active .page-link {
  z-index: 1;
  background-color: var(--maincolor);
  border-color: var(--maincolor);
  color: #fff;
}

.page-link:hover {
  z-index: 2;
  text-decoration: none;
  background-color: var(--maincolor);
  border-color: var(--maincolor);
  color: #fff;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.sidebar-class  .sppb-row-container {
  width: 100% !important;
}

.sidebar-class.com-sppagebuilder #sp-main-body {
  margin: 0 auto;
}

@media (min-width: 768px){
.sidebar-class.com-sppagebuilder #sp-main-body {
  max-width: 750px;
}
}

@media (min-width: 992px){
.sidebar-class.com-sppagebuilder #sp-main-body {
  max-width: 970px;
}
}

@media (min-width: 1200px){
.sidebar-class.com-sppagebuilder #sp-main-body {
  max-width: 1170px;
}
}

.com-sppagebuilder #sp-right, .com-sppagebuilder #sp-left {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

#sp-left .sp-module, #sp-right .sp-module {
  margin-top: 70px;
  border: 0px solid #f3f3f3;
  padding: 0;
  border-radius: 0px;
}

#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
  display: block;
  border-bottom: 0px solid #f3f3f3;
}

.featherlight {
  top: 12%;
}

.featherlight .featherlight-content {
  max-height: 95%;
  max-width: 55%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: transparent none repeat scroll 0 0;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
  float: left;
  display: block;
  margin: 0;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  border-radius: 0;
  display: inline-block;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  border: none;
  background: transparent;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  margin: 10px;
  color: #232323;
  position: relative;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:hover {
  color: var(--maincolor);
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
  background: #ffffff;
  color: var(--maincolor);
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a:after {
  position: absolute;
  left: 0;
  top: 13px;
  content: "";
  height: 1px;
  width: 100%;
  background: var(--maincolor);
  z-index: 0;
}

.item-effect {
  z-index: 1;
  overflow: hidden;
  position: relative;
}

.item-effect::before {
  content: '';
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  width: 100%;
  height: 50%;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  transition-property: top, opacity;
  transition-duration: 0.3s;
}

.item-effect > img {
  max-width: none;
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50px,0,0);
  transform: translate3d(-50px,0,0);
}

.item-effect .overlay {
  bottom: 0;
  padding: 30px;
  position: absolute;
  z-index: 9;
  text-align: left;
  width: 100%;
}

.item-effect h4 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  margin: 0;
  line-height: 1.4;
  z-index: 1;
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 500;
  opacity: 0;
}

.item-effect .link {
  bottom: 30px;
  display: inline-block;
  left: 30px;
  position: absolute;
  z-index: 1;
}

.item-effect .overlay::before,
.item-effect .link {
  opacity: 0;
  -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
  transition: opacity 0.45s, transform 0.45s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.item-effect a {
  background: var(--maincolor) none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-right: 3px;
  padding: 0;
  text-align: center;
  width: 40px;
}

.sp-simpleportfolio-item:hover .item-effect::before {
  opacity: 1;
  top: 50%;
}

.sp-simpleportfolio-item:hover .item-effect > img {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.sp-simpleportfolio-item:hover h4 {
  -webkit-transform: translate3d(0,-55px,0);
  transform: translate3d(0,-55px,0);
  opacity: 1;
}

.sp-simpleportfolio-item:hover .overlay::before, .sp-simpleportfolio-item:hover .link {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.article-list .article {
  padding: 0;
  border-radius: 0;
  position: relative;
  border-color: transparent;
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  background: #ffffff;
}

.article-list .col-md-12 .article {
  margin-bottom: 0px;
}

.article-list .row > .col-md-12 + .col-md-12 {
  margin-top: 50px;
}

.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
  margin: 0;
  border-radius: 0;
  border-bottom: 0px solid #f5f5f5;
  overflow: hidden;
  position: relative;
}

.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
}

.article-body {
  padding: 30px;
}

.article-list .article .article-header h1, .article-list .article .article-header h2 {
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #232323;
  font-size: 18px;
}

.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
  color: #232323;
}

.article-list .article .article-header h1 a:hover, .article-list .article .article-header h2 a:hover, .article-list .article .article-header h1 a:active, .article-list .article .article-header h2 a:active, .article-list .article .article-header h1 a:focus, .article-list .article .article-header h2 a:focus {
  color: var(--maincolor);
}

.article-list .meta {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #232323;
  position: relative;
}

.meta .createdby {
  display: inline-block;
  color: #232323;
}

.meta .published {
  float: right;
}

.meta .category-name {
  position: absolute;
  left: 0;
  top: -85px;
  right: 30px;
}

.meta .category-name a {
  font-weight: 500;
  display: inline-block;
  background: rgba(0, 0, 0, 0.7);
  padding: 2px 20px;
  color: #ffffff;
  font-size: 12px;
  text-transform: capitalize;
}

.article-introtext {
  margin-bottom: 22px;
}

.readmore-article .sppb-btn {
  background-color: transparent;
  color: var(--maincolor) !important;
  border: 2px solid var(--maincolor);
  padding: 8px 35px;
  font-size: 12px;
}

.readmore-article .sppb-btn:hover {
  background-color: var(--maincolor);
  color: #ffffff !important;
  border: 2px solid var(--maincolor);
}

#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
  display: inherit;
  border-bottom: 0px solid #f3f3f3;
}

#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
  display: inherit;
  padding: 0;
  line-height: inherit;
}

.article-details {
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  background: #ffffff;
}

.article-details .article-full-image {
  text-align: center;
  margin-bottom: 0;
}

.article-details .article-full-image img {
  display: block;
  border-radius: 0;
  width: 100%;
}

.article-details .article-header h1, .article-details .article-header h2 {
  font-weight: 600;
  line-height: 1.5;
  font-size: 24px;
}

.article-details .meta {
  position: relative;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #232323;
}

.article-details .article-body {
  padding: 0;
}

.single-article-content {
  padding: 30px;
}

.article-details .article-body blockquote {
  margin: 0 0 20px;
  border-left: 5px solid #eee;
  color: #414141;
  font-size: 15px;
  position: relative;
  font-style: italic;
  z-index: 1;
  margin-top: 30px;
  padding: 0 0 0 20px;
  margin-bottom: 30px;
}

.article-details .article-body h2, .article-details .article-body h3, .article-details .article-body h4 {
  font-weight: 600;
  line-height: 1.5;
}

.list-inline-item:not(:last-child) {
  margin-right: 0;
}

.tags {
  overflow: hidden;
  padding-top: 40px;
  border-top: 1px solid #e7e7e7;
  margin: 2rem 0 1rem 0 !important;
  margin-top: 35px !important;
}

.tags > li {
  display: inline-block;
  margin: 0;
}

.tags > li a {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #232323;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin-right: 5px;
  padding: 3px 25px;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.tags:before {
  content: "Tags: ";
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-right: 5px;
  text-transform: uppercase;
  margin-top: 3px;
}

.social-share-icon ul:before {
  content: "Share: ";
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-right: 5px;
  text-transform: uppercase;
}

.article-social-share .social-share-icon ul li:not(:last-child) {
  margin-right: 8px;
}

.article-social-share .social-share-icon ul li a {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #232323;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin-right: 5px;
  padding: 0;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.article-social-share .social-share-icon ul li a:hover {
  background: var(--maincolor);
  color: #ffffff;
}

.single-article-content .article-body > p:first-child {
  display: none;
}

@-webkit-keyframes zoom{

  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }

}

@-moz-keyframes zoom{

  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }

}

@-o-keyframes zoom{

  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }

}

@keyframes zoom{

  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }

}

@font-face{

	font-family: 'themify';
	src:url('../fonts/themify.eot?-fvbane');
	src:url('../fonts/themify.eot?#iefix-fvbane') format('embedded-opentype'),
		url('../fonts/themify.woff?-fvbane') format('woff'),
		url('../fonts/themify.ttf?-fvbane') format('truetype'),
		url('../fonts/themify.svg?-fvbane#themify') format('svg');
	font-weight: normal;
	font-style: normal;

}

[class^="ti-"], [class*=" ti-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ti-wand:before {
  content: "\e600";
}

.ti-volume:before {
  content: "\e601";
}

.ti-user:before {
  content: "\e602";
}

.ti-unlock:before {
  content: "\e603";
}

.ti-unlink:before {
  content: "\e604";
}

.ti-trash:before {
  content: "\e605";
}

.ti-thought:before {
  content: "\e606";
}

.ti-target:before {
  content: "\e607";
}

.ti-tag:before {
  content: "\e608";
}

.ti-tablet:before {
  content: "\e609";
}

.ti-star:before {
  content: "\e60a";
}

.ti-spray:before {
  content: "\e60b";
}

.ti-signal:before {
  content: "\e60c";
}

.ti-shopping-cart:before {
  content: "\e60d";
}

.ti-shopping-cart-full:before {
  content: "\e60e";
}

.ti-settings:before {
  content: "\e60f";
}

.ti-search:before {
  content: "\e610";
}

.ti-zoom-in:before {
  content: "\e611";
}

.ti-zoom-out:before {
  content: "\e612";
}

.ti-cut:before {
  content: "\e613";
}

.ti-ruler:before {
  content: "\e614";
}

.ti-ruler-pencil:before {
  content: "\e615";
}

.ti-ruler-alt:before {
  content: "\e616";
}

.ti-bookmark:before {
  content: "\e617";
}

.ti-bookmark-alt:before {
  content: "\e618";
}

.ti-reload:before {
  content: "\e619";
}

.ti-plus:before {
  content: "\e61a";
}

.ti-pin:before {
  content: "\e61b";
}

.ti-pencil:before {
  content: "\e61c";
}

.ti-pencil-alt:before {
  content: "\e61d";
}

.ti-paint-roller:before {
  content: "\e61e";
}

.ti-paint-bucket:before {
  content: "\e61f";
}

.ti-na:before {
  content: "\e620";
}

.ti-mobile:before {
  content: "\e621";
}

.ti-minus:before {
  content: "\e622";
}

.ti-medall:before {
  content: "\e623";
}

.ti-medall-alt:before {
  content: "\e624";
}

.ti-marker:before {
  content: "\e625";
}

.ti-marker-alt:before {
  content: "\e626";
}

.ti-arrow-up:before {
  content: "\e627";
}

.ti-arrow-right:before {
  content: "\e628";
}

.ti-arrow-left:before {
  content: "\e629";
}

.ti-arrow-down:before {
  content: "\e62a";
}

.ti-lock:before {
  content: "\e62b";
}

.ti-location-arrow:before {
  content: "\e62c";
}

.ti-link:before {
  content: "\e62d";
}

.ti-layout:before {
  content: "\e62e";
}

.ti-layers:before {
  content: "\e62f";
}

.ti-layers-alt:before {
  content: "\e630";
}

.ti-key:before {
  content: "\e631";
}

.ti-import:before {
  content: "\e632";
}

.ti-image:before {
  content: "\e633";
}

.ti-heart:before {
  content: "\e634";
}

.ti-heart-broken:before {
  content: "\e635";
}

.ti-hand-stop:before {
  content: "\e636";
}

.ti-hand-open:before {
  content: "\e637";
}

.ti-hand-drag:before {
  content: "\e638";
}

.ti-folder:before {
  content: "\e639";
}

.ti-flag:before {
  content: "\e63a";
}

.ti-flag-alt:before {
  content: "\e63b";
}

.ti-flag-alt-2:before {
  content: "\e63c";
}

.ti-eye:before {
  content: "\e63d";
}

.ti-export:before {
  content: "\e63e";
}

.ti-exchange-vertical:before {
  content: "\e63f";
}

.ti-desktop:before {
  content: "\e640";
}

.ti-cup:before {
  content: "\e641";
}

.ti-crown:before {
  content: "\e642";
}

.ti-comments:before {
  content: "\e643";
}

.ti-comment:before {
  content: "\e644";
}

.ti-comment-alt:before {
  content: "\e645";
}

.ti-close:before {
  content: "\e646";
}

.ti-clip:before {
  content: "\e647";
}

.ti-angle-up:before {
  content: "\e648";
}

.ti-angle-right:before {
  content: "\e649";
}

.ti-angle-left:before {
  content: "\e64a";
}

.ti-angle-down:before {
  content: "\e64b";
}

.ti-check:before {
  content: "\e64c";
}

.ti-check-box:before {
  content: "\e64d";
}

.ti-camera:before {
  content: "\e64e";
}

.ti-announcement:before {
  content: "\e64f";
}

.ti-brush:before {
  content: "\e650";
}

.ti-briefcase:before {
  content: "\e651";
}

.ti-bolt:before {
  content: "\e652";
}

.ti-bolt-alt:before {
  content: "\e653";
}

.ti-blackboard:before {
  content: "\e654";
}

.ti-bag:before {
  content: "\e655";
}

.ti-move:before {
  content: "\e656";
}

.ti-arrows-vertical:before {
  content: "\e657";
}

.ti-arrows-horizontal:before {
  content: "\e658";
}

.ti-fullscreen:before {
  content: "\e659";
}

.ti-arrow-top-right:before {
  content: "\e65a";
}

.ti-arrow-top-left:before {
  content: "\e65b";
}

.ti-arrow-circle-up:before {
  content: "\e65c";
}

.ti-arrow-circle-right:before {
  content: "\e65d";
}

.ti-arrow-circle-left:before {
  content: "\e65e";
}

.ti-arrow-circle-down:before {
  content: "\e65f";
}

.ti-angle-double-up:before {
  content: "\e660";
}

.ti-angle-double-right:before {
  content: "\e661";
}

.ti-angle-double-left:before {
  content: "\e662";
}

.ti-angle-double-down:before {
  content: "\e663";
}

.ti-zip:before {
  content: "\e664";
}

.ti-world:before {
  content: "\e665";
}

.ti-wheelchair:before {
  content: "\e666";
}

.ti-view-list:before {
  content: "\e667";
}

.ti-view-list-alt:before {
  content: "\e668";
}

.ti-view-grid:before {
  content: "\e669";
}

.ti-uppercase:before {
  content: "\e66a";
}

.ti-upload:before {
  content: "\e66b";
}

.ti-underline:before {
  content: "\e66c";
}

.ti-truck:before {
  content: "\e66d";
}

.ti-timer:before {
  content: "\e66e";
}

.ti-ticket:before {
  content: "\e66f";
}

.ti-thumb-up:before {
  content: "\e670";
}

.ti-thumb-down:before {
  content: "\e671";
}

.ti-text:before {
  content: "\e672";
}

.ti-stats-up:before {
  content: "\e673";
}

.ti-stats-down:before {
  content: "\e674";
}

.ti-split-v:before {
  content: "\e675";
}

.ti-split-h:before {
  content: "\e676";
}

.ti-smallcap:before {
  content: "\e677";
}

.ti-shine:before {
  content: "\e678";
}

.ti-shift-right:before {
  content: "\e679";
}

.ti-shift-left:before {
  content: "\e67a";
}

.ti-shield:before {
  content: "\e67b";
}

.ti-notepad:before {
  content: "\e67c";
}

.ti-server:before {
  content: "\e67d";
}

.ti-quote-right:before {
  content: "\e67e";
}

.ti-quote-left:before {
  content: "\e67f";
}

.ti-pulse:before {
  content: "\e680";
}

.ti-printer:before {
  content: "\e681";
}

.ti-power-off:before {
  content: "\e682";
}

.ti-plug:before {
  content: "\e683";
}

.ti-pie-chart:before {
  content: "\e684";
}

.ti-paragraph:before {
  content: "\e685";
}

.ti-panel:before {
  content: "\e686";
}

.ti-package:before {
  content: "\e687";
}

.ti-music:before {
  content: "\e688";
}

.ti-music-alt:before {
  content: "\e689";
}

.ti-mouse:before {
  content: "\e68a";
}

.ti-mouse-alt:before {
  content: "\e68b";
}

.ti-money:before {
  content: "\e68c";
}

.ti-microphone:before {
  content: "\e68d";
}

.ti-menu:before {
  content: "\e68e";
}

.ti-menu-alt:before {
  content: "\e68f";
}

.ti-map:before {
  content: "\e690";
}

.ti-map-alt:before {
  content: "\e691";
}

.ti-loop:before {
  content: "\e692";
}

.ti-location-pin:before {
  content: "\e693";
}

.ti-list:before {
  content: "\e694";
}

.ti-light-bulb:before {
  content: "\e695";
}

.ti-Italic:before {
  content: "\e696";
}

.ti-info:before {
  content: "\e697";
}

.ti-infinite:before {
  content: "\e698";
}

.ti-id-badge:before {
  content: "\e699";
}

.ti-hummer:before {
  content: "\e69a";
}

.ti-home:before {
  content: "\e69b";
}

.ti-help:before {
  content: "\e69c";
}

.ti-headphone:before {
  content: "\e69d";
}

.ti-harddrives:before {
  content: "\e69e";
}

.ti-harddrive:before {
  content: "\e69f";
}

.ti-gift:before {
  content: "\e6a0";
}

.ti-game:before {
  content: "\e6a1";
}

.ti-filter:before {
  content: "\e6a2";
}

.ti-files:before {
  content: "\e6a3";
}

.ti-file:before {
  content: "\e6a4";
}

.ti-eraser:before {
  content: "\e6a5";
}

.ti-envelope:before {
  content: "\e6a6";
}

.ti-download:before {
  content: "\e6a7";
}

.ti-direction:before {
  content: "\e6a8";
}

.ti-direction-alt:before {
  content: "\e6a9";
}

.ti-dashboard:before {
  content: "\e6aa";
}

.ti-control-stop:before {
  content: "\e6ab";
}

.ti-control-shuffle:before {
  content: "\e6ac";
}

.ti-control-play:before {
  content: "\e6ad";
}

.ti-control-pause:before {
  content: "\e6ae";
}

.ti-control-forward:before {
  content: "\e6af";
}

.ti-control-backward:before {
  content: "\e6b0";
}

.ti-cloud:before {
  content: "\e6b1";
}

.ti-cloud-up:before {
  content: "\e6b2";
}

.ti-cloud-down:before {
  content: "\e6b3";
}

.ti-clipboard:before {
  content: "\e6b4";
}

.ti-car:before {
  content: "\e6b5";
}

.ti-calendar:before {
  content: "\e6b6";
}

.ti-book:before {
  content: "\e6b7";
}

.ti-bell:before {
  content: "\e6b8";
}

.ti-basketball:before {
  content: "\e6b9";
}

.ti-bar-chart:before {
  content: "\e6ba";
}

.ti-bar-chart-alt:before {
  content: "\e6bb";
}

.ti-back-right:before {
  content: "\e6bc";
}

.ti-back-left:before {
  content: "\e6bd";
}

.ti-arrows-corner:before {
  content: "\e6be";
}

.ti-archive:before {
  content: "\e6bf";
}

.ti-anchor:before {
  content: "\e6c0";
}

.ti-align-right:before {
  content: "\e6c1";
}

.ti-align-left:before {
  content: "\e6c2";
}

.ti-align-justify:before {
  content: "\e6c3";
}

.ti-align-center:before {
  content: "\e6c4";
}

.ti-alert:before {
  content: "\e6c5";
}

.ti-alarm-clock:before {
  content: "\e6c6";
}

.ti-agenda:before {
  content: "\e6c7";
}

.ti-write:before {
  content: "\e6c8";
}

.ti-window:before {
  content: "\e6c9";
}

.ti-widgetized:before {
  content: "\e6ca";
}

.ti-widget:before {
  content: "\e6cb";
}

.ti-widget-alt:before {
  content: "\e6cc";
}

.ti-wallet:before {
  content: "\e6cd";
}

.ti-video-clapper:before {
  content: "\e6ce";
}

.ti-video-camera:before {
  content: "\e6cf";
}

.ti-vector:before {
  content: "\e6d0";
}

.ti-themify-logo:before {
  content: "\e6d1";
}

.ti-themify-favicon:before {
  content: "\e6d2";
}

.ti-themify-favicon-alt:before {
  content: "\e6d3";
}

.ti-support:before {
  content: "\e6d4";
}

.ti-stamp:before {
  content: "\e6d5";
}

.ti-split-v-alt:before {
  content: "\e6d6";
}

.ti-slice:before {
  content: "\e6d7";
}

.ti-shortcode:before {
  content: "\e6d8";
}

.ti-shift-right-alt:before {
  content: "\e6d9";
}

.ti-shift-left-alt:before {
  content: "\e6da";
}

.ti-ruler-alt-2:before {
  content: "\e6db";
}

.ti-receipt:before {
  content: "\e6dc";
}

.ti-pin2:before {
  content: "\e6dd";
}

.ti-pin-alt:before {
  content: "\e6de";
}

.ti-pencil-alt2:before {
  content: "\e6df";
}

.ti-palette:before {
  content: "\e6e0";
}

.ti-more:before {
  content: "\e6e1";
}

.ti-more-alt:before {
  content: "\e6e2";
}

.ti-microphone-alt:before {
  content: "\e6e3";
}

.ti-magnet:before {
  content: "\e6e4";
}

.ti-line-double:before {
  content: "\e6e5";
}

.ti-line-dotted:before {
  content: "\e6e6";
}

.ti-line-dashed:before {
  content: "\e6e7";
}

.ti-layout-width-full:before {
  content: "\e6e8";
}

.ti-layout-width-default:before {
  content: "\e6e9";
}

.ti-layout-width-default-alt:before {
  content: "\e6ea";
}

.ti-layout-tab:before {
  content: "\e6eb";
}

.ti-layout-tab-window:before {
  content: "\e6ec";
}

.ti-layout-tab-v:before {
  content: "\e6ed";
}

.ti-layout-tab-min:before {
  content: "\e6ee";
}

.ti-layout-slider:before {
  content: "\e6ef";
}

.ti-layout-slider-alt:before {
  content: "\e6f0";
}

.ti-layout-sidebar-right:before {
  content: "\e6f1";
}

.ti-layout-sidebar-none:before {
  content: "\e6f2";
}

.ti-layout-sidebar-left:before {
  content: "\e6f3";
}

.ti-layout-placeholder:before {
  content: "\e6f4";
}

.ti-layout-menu:before {
  content: "\e6f5";
}

.ti-layout-menu-v:before {
  content: "\e6f6";
}

.ti-layout-menu-separated:before {
  content: "\e6f7";
}

.ti-layout-menu-full:before {
  content: "\e6f8";
}

.ti-layout-media-right-alt:before {
  content: "\e6f9";
}

.ti-layout-media-right:before {
  content: "\e6fa";
}

.ti-layout-media-overlay:before {
  content: "\e6fb";
}

.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}

.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}

.ti-layout-media-left-alt:before {
  content: "\e6fe";
}

.ti-layout-media-left:before {
  content: "\e6ff";
}

.ti-layout-media-center-alt:before {
  content: "\e700";
}

.ti-layout-media-center:before {
  content: "\e701";
}

.ti-layout-list-thumb:before {
  content: "\e702";
}

.ti-layout-list-thumb-alt:before {
  content: "\e703";
}

.ti-layout-list-post:before {
  content: "\e704";
}

.ti-layout-list-large-image:before {
  content: "\e705";
}

.ti-layout-line-solid:before {
  content: "\e706";
}

.ti-layout-grid4:before {
  content: "\e707";
}

.ti-layout-grid3:before {
  content: "\e708";
}

.ti-layout-grid2:before {
  content: "\e709";
}

.ti-layout-grid2-thumb:before {
  content: "\e70a";
}

.ti-layout-cta-right:before {
  content: "\e70b";
}

.ti-layout-cta-left:before {
  content: "\e70c";
}

.ti-layout-cta-center:before {
  content: "\e70d";
}

.ti-layout-cta-btn-right:before {
  content: "\e70e";
}

.ti-layout-cta-btn-left:before {
  content: "\e70f";
}

.ti-layout-column4:before {
  content: "\e710";
}

.ti-layout-column3:before {
  content: "\e711";
}

.ti-layout-column2:before {
  content: "\e712";
}

.ti-layout-accordion-separated:before {
  content: "\e713";
}

.ti-layout-accordion-merged:before {
  content: "\e714";
}

.ti-layout-accordion-list:before {
  content: "\e715";
}

.ti-ink-pen:before {
  content: "\e716";
}

.ti-info-alt:before {
  content: "\e717";
}

.ti-help-alt:before {
  content: "\e718";
}

.ti-headphone-alt:before {
  content: "\e719";
}

.ti-hand-point-up:before {
  content: "\e71a";
}

.ti-hand-point-right:before {
  content: "\e71b";
}

.ti-hand-point-left:before {
  content: "\e71c";
}

.ti-hand-point-down:before {
  content: "\e71d";
}

.ti-gallery:before {
  content: "\e71e";
}

.ti-face-smile:before {
  content: "\e71f";
}

.ti-face-sad:before {
  content: "\e720";
}

.ti-credit-card:before {
  content: "\e721";
}

.ti-control-skip-forward:before {
  content: "\e722";
}

.ti-control-skip-backward:before {
  content: "\e723";
}

.ti-control-record:before {
  content: "\e724";
}

.ti-control-eject:before {
  content: "\e725";
}

.ti-comments-smiley:before {
  content: "\e726";
}

.ti-brush-alt:before {
  content: "\e727";
}

.ti-youtube:before {
  content: "\e728";
}

.ti-vimeo:before {
  content: "\e729";
}

.ti-twitter:before {
  content: "\e72a";
}

.ti-time:before {
  content: "\e72b";
}

.ti-tumblr:before {
  content: "\e72c";
}

.ti-skype:before {
  content: "\e72d";
}

.ti-share:before {
  content: "\e72e";
}

.ti-share-alt:before {
  content: "\e72f";
}

.ti-rocket:before {
  content: "\e730";
}

.ti-pinterest:before {
  content: "\e731";
}

.ti-new-window:before {
  content: "\e732";
}

.ti-microsoft:before {
  content: "\e733";
}

.ti-list-ol:before {
  content: "\e734";
}

.ti-linkedin:before {
  content: "\e735";
}

.ti-layout-sidebar-2:before {
  content: "\e736";
}

.ti-layout-grid4-alt:before {
  content: "\e737";
}

.ti-layout-grid3-alt:before {
  content: "\e738";
}

.ti-layout-grid2-alt:before {
  content: "\e739";
}

.ti-layout-column4-alt:before {
  content: "\e73a";
}

.ti-layout-column3-alt:before {
  content: "\e73b";
}

.ti-layout-column2-alt:before {
  content: "\e73c";
}

.ti-instagram:before {
  content: "\e73d";
}

.ti-google:before {
  content: "\e73e";
}

.ti-github:before {
  content: "\e73f";
}

.ti-flickr:before {
  content: "\e740";
}

.ti-facebook:before {
  content: "\e741";
}

.ti-dropbox:before {
  content: "\e742";
}

.ti-dribbble:before {
  content: "\e743";
}

.ti-apple:before {
  content: "\e744";
}

.ti-android:before {
  content: "\e745";
}

.ti-save:before {
  content: "\e746";
}

.ti-save-alt:before {
  content: "\e747";
}

.ti-yahoo:before {
  content: "\e748";
}

.ti-wordpress:before {
  content: "\e749";
}

.ti-vimeo-alt:before {
  content: "\e74a";
}

.ti-twitter-alt:before {
  content: "\e74b";
}

.ti-tumblr-alt:before {
  content: "\e74c";
}

.ti-trello:before {
  content: "\e74d";
}

.ti-stack-overflow:before {
  content: "\e74e";
}

.ti-soundcloud:before {
  content: "\e74f";
}

.ti-sharethis:before {
  content: "\e750";
}

.ti-sharethis-alt:before {
  content: "\e751";
}

.ti-reddit:before {
  content: "\e752";
}

.ti-pinterest-alt:before {
  content: "\e753";
}

.ti-microsoft-alt:before {
  content: "\e754";
}

.ti-linux:before {
  content: "\e755";
}

.ti-jsfiddle:before {
  content: "\e756";
}

.ti-joomla:before {
  content: "\e757";
}

.ti-html5:before {
  content: "\e758";
}

.ti-flickr-alt:before {
  content: "\e759";
}

.ti-email:before {
  content: "\e75a";
}

.ti-drupal:before {
  content: "\e75b";
}

.ti-dropbox-alt:before {
  content: "\e75c";
}

.ti-css3:before {
  content: "\e75d";
}

.ti-rss:before {
  content: "\e75e";
}

.ti-rss-alt:before {
  content: "\e75f";
}

@media (min-width: 320px){
#sp-footer  .sppb-container-inner {
  max-width: 400px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
}

@media (min-width: 576px){
#sp-footer  .sppb-container-inner {
  max-width: 540px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
}

@media (min-width: 768px){
#sp-footer  .sppb-container-inner {
  max-width: 720px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
}

@media (min-width: 992px){
#sp-footer .sppb-container-inner {
  max-width: 960px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
}

@media (min-width: 1200px){
#sp-footer  .sppb-container-inner {
  max-width: 1140px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
}

@media (min-width: 320px){
#sp-top1  .sppb-container-inner {
  max-width: 400px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
}

@media (min-width: 576px){
#sp-top1  .sppb-container-inner {
  max-width: 540px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
}

@media (min-width: 768px){
#sp-top1  .sppb-container-inner {
  max-width: 720px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
}

@media (min-width: 992px){
#sp-top1 .sppb-container-inner {
  max-width: 960px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
}

@media (min-width: 1200px){
#sp-top1  .sppb-container-inner {
  max-width: 1140px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
}

@media (min-width: 320px){
.contained-row  .sppb-container-inner {
  max-width: 400px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
}

@media (min-width: 576px){
.contained-row  .sppb-container-inner {
  max-width: 540px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
}

@media (min-width: 768px){
.contained-row  .sppb-container-inner {
  max-width: 720px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
}

@media (min-width: 992px){
.contained-row .sppb-container-inner {
  max-width: 960px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
}

@media (min-width: 1200px){
.contained-row  .sppb-container-inner {
  max-width: 1140px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
}

.sp-page-title .breadcrumb .float-start {
  display: none !important;
}

.sp-megamenu-wrapper, #sp-header > .container > .container-inner > .row > div > .sp-column,
#sp-header > .row > div > .sp-column {
  display: block !important;
}

#sp-header .sp-module {
  margin-left: 0px !important;
}

.sppb-addon-optin-forms {
  padding: 0 !important;
  padding-right: 30px !important;
}

@media (min-width: 1400px){
#sp-footer  .sppb-container-inner {
  max-width: 1320px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
}

@media (min-width: 1400px){
#sp-top1  .sppb-container-inner {
  max-width: 1320px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
}

@media (min-width: 1400px){
.contained-row  .sppb-container-inner {
  max-width: 1320px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
}

.izs {
  --txt: #0f172a;
  --mut: #6b7280;
  --bd: #e5e7eb;
  --card: #fff;
  --shadow: 0 10px 28px rgba(0,0,0,.06);
  --shadowH: 0 14px 32px rgba(0,0,0,.08);
  --red: #dc2626;
  --redSoft: #fee2e2;
  --redBd: #fecaca;
  --amber: #f59e0b;
  --amberSoft: #fef3c7;
  --blue: #1e40af;
  --blueSoft: #dbeafe;
  --green: #065f46;
  --greenSoft: #dcfce7;
  font-family: system-ui,-apple-system,"Segoe UI",Roboto,Ubuntu,Arial,sans-serif;
  color: var(--txt);
  font-size: 15.5px;
}

.izs * {
  box-sizing: border-box;
}

.izs .wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 8px;
}

.izs .title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 8px 0 16px;
}

.izs .bar {
  width: 56px;
  height: 4px;
  background: var(--red);
  border-radius: 2px;
}

.izs h3 {
  margin: 0;
  font: 700 24px/1.25 system-ui;
  color: #111827;
}

.izs p {
  margin: 6px 0 0;
  color: #374151;
}

.izs .muted {
  color: var(--mut);
  font-size: 15px;
}

.izs .grid {
  display: grid;
  gap: 16px;
  align-items: stretch;
}

@media (min-width:1200px){
.izs .grid {
  grid-template-columns: repeat(4,1fr);
}
}

@media (min-width:992px) and (max-width:1199.98px){
.izs .grid {
  grid-template-columns: repeat(3,1fr);
}
}

@media (min-width:640px) and (max-width:991.98px){
.izs .grid {
  grid-template-columns: repeat(2,1fr);
}
}

.izs .card {
  background: var(--card);
  border: 1px solid var(--bd);
  border-radius: 16px;
  padding: 16px 18px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  box-shadow: var(--shadow);
  transition: transform .25s, box-shadow .25s;
}

.izs .card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadowH);
}

.izs .item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.izs .head {
  display: flex;
  align-items: center;
  gap: 8px;
}

.izs .head h4 {
  margin: 0 0 6px;
  font: 600 17px/1.3 system-ui;
  color: #0f172a;
  flex: 1;
}

.izs .chip {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff!important;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.06),0 2px 6px rgba(0,0,0,.06);
}

.izs .chip i {
  font-family: "Font Awesome 6 Free","Font Awesome 5 Free",sans-serif!important;
  font-weight: 900!important;
  font-style: normal;
  line-height: 1;
  color: inherit!important;
  font-size: 18px;
}

.izs .chip--paint {
  background: var(--redSoft);
}

.izs .chip--emb {
  background: var(--amberSoft);
}

.izs .chip--fr {
  background: var(--blueSoft);
}

.izs .chip--corona {
  background: var(--greenSoft);
}

.izs .pct {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  min-width: 72px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  background: var(--redSoft);
  border: 1px solid var(--redBd);
  color: #b91c1c;
}

.izs .pct--blue {
  background: #e0e7ff;
  border-color: #c7d2fe;
  color: #1e3a8a;
}

.izs .colors {
  display: grid;
  gap: 10px;
  margin-top: 8px;
}

.izs .sw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 6px 12px;
  border: 1px solid var(--bd);
  border-radius: 999px;
  background: #fff;
  min-width: 0;
}

.izs .sw > .label {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 auto;
  min-width: 0;
  white-space: normal;
  line-height: 1.28;
}

.izs .sw b {
  height: 28px;
  min-width: 60px;
  padding: 0 10px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  border: 1px solid var(--bd);
  color: #111827;
  margin-left: 10px;
  font-size: 14.5px;
  font-weight: 800;
}

.izs .dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,.1);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.35);
}

.izs .w {
  background: #ffffff;
}

.izs .r {
  background: #dc2626;
}

.izs .o {
  background: #f59e0b;
}

.izs .y {
  background: #fbbf24;
}

.izs .g {
  background: #22c55e;
}

.izs .b {
  background: #3b82f6;
}

.izs .p {
  background: #8b5cf6;
}

.izs .d {
  background: #1f2937;
}

.izs .sw::before,.izs .sw::after {
  content: none!important;
}

@media (max-width:640px){
.izs .grid {
  grid-template-columns: 1fr;
}

.izs .sw {
  padding: 8px 14px;
}

.izs .pct {
  min-width: 76px;
  height: 36px;
}
}

.izs .sw .label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  max-width: none !important;
  line-height: 1.28 !important;
  word-break: normal !important;
}

.izs .sw {
  align-items: flex-start !important;
}

.izs .sw b {
  flex: 0 0 auto !important;
}

.izs .sw::before,
.izs .sw::after {
  content: none !important;
}

.doplaty-wrapper {
  gap: 20px;
}

.doplaty-wrapper .card {
  box-shadow: 0 4px 10px rgba(0,0,0,0.04);
  border: 1px solid #f0f0f0;
  transition: box-shadow 0.2s ease;
}

.doplaty-wrapper h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px;
  color: #232323;
}

.doplaty-wrapper .card p,
.doplaty-wrapper .card li {
  font-size: 14px;
  color: #666;
}

.doplaty-wrapper .card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.doplaty-wrapper span {
  font-size: 13px;
}

.doplaty-wrapper .card span[style*="+"] {
  background: #fee2e2;
  color: #b91c1c !important;
  border-radius: 8px;
  padding: 2px 8px;
  font-weight: 600;
}

.doplaty-wrapper {
  display: grid;
  gap: 20px;
}

@media (min-width: 768px){
.doplaty-wrapper {
  grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px){
.doplaty-wrapper {
  grid-template-columns: repeat(4, 1fr);
}
}

.doplaty-wrapper .card {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.04);
  transition: box-shadow 0.2s ease;
}

.doplaty-wrapper .card:hover {
  box-shadow: 0 6px 14px rgba(0,0,0,0.06);
}

.doplaty-wrapper h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.doplaty-wrapper p,
.doplaty-wrapper li {
  font-size: 14px;
  color: #666;
  margin: 0 0 6px;
}

.doplaty-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.doplaty-badge {
  padding: 2px 8px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
}

.doplaty-badge.red {
  background: #fee2e2;
  color: #b91c1c;
}

.doplaty-badge.blue {
  background: #e0f2fe;
  color: #0369a1;
}

.doplaty-colors {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px 12px;
  margin-top: 8px;
}

.doplaty-colors li {
  display: flex;
  align-items: center;
  gap: 6px;
}

.dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #ccc;
}

.dot.w {
  background: #fff;
}

.dot.r {
  background: #e31e24;
}

.dot.o {
  background: #f5a623;
}

.dot.y {
  background: #ffcc00;
}

.dot.g {
  background: #3bb143;
}

.dot.b {
  background: #0072ce;
}

.dot.p {
  background: #9b59b6;
}

.dot.d {
  background: #1c1c1c;
}

.doplaty-note {
  text-align: center;
  color: #999;
  margin-top: 20px;
  font-size: 13px;
}

.doplaty-card {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
}

.doplaty-icon {
  padding: 12px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}

.doplaty-icon.blue {
  background: #2196F3;
}

.doplaty-icon.purple {
  background: #9C27B0;
}

.doplaty-icon.orange {
  background: #FF9800;
}

.doplaty-icon.green {
  background: #4CAF50;
}

.doplaty-content {
  padding: 15px;
}

.doplaty-content h4 {
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 16px;
  color: #232323;
}

.doplaty-content p {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

.sp-tab-content {
  margin-top: 20px;
}

.doplaty-card {
  border-top: 2px solid #f3f3f3;
}

.com-sppagebuilder .sppb-addon-tab .sppb-nav.sppb-nav-tabs {
  margin-bottom: 18px !important;
}

.com-sppagebuilder .sppb-addon-tab .sppb-tab-content {
  margin-top: 0 !important;
  padding-top: 6px !important;
}

.com-sppagebuilder .sppb-addon-tab .sppb-tab-pane .doplaty-wrapper {
  margin-top: 6px !important;
}

.doplaty-wrapper.ozn {
  grid-template-columns: 1fr;
}

@media (min-width: 768px){
}

@media (min-width: 1200px){
.doplaty-wrapper.ozn {
  grid-template-columns: repeat(2, 1fr) !important;
}
}

.ozn-sample {
  display: inline-block;
  background: #f7f7f7;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 6px 10px;
  margin: 4px 0 10px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 14px;
  color: #232323;
}

.ozn-formula {
  display: flex;
  align-items: baseline;
  gap: 8px;
  background: #fafafa;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  padding: 8px 10px;
  margin-top: 12px;
}

.ozn-formula code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

.ozn-formula small {
  color: #777;
}

.ozn-dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 12px;
  margin: 0;
}

.ozn-dl dt {
  margin: 0;
  font-weight: 700;
  color: #232323;
  white-space: nowrap;
}

.ozn-dl dd {
  margin: 0;
  color: #666;
  line-height: 1.5;
}

.ozn-sample {
  display: inline-block;
  background: #f2f2f2;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px 14px;
  margin: 6px 0 14px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

.ozn-formula {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f9f9f9;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 10px 14px;
  margin-top: 14px;
}

.ozn-formula i {
  color: #555;
  font-size: 16px;
}

.ozn-formula code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-weight: 600;
  color: #222;
}

.doplaty-list li {
  padding-left: 4px;
}

.doplaty-card h4 i {
  color: #888;
  margin-right: 6px;
}

.ozn-sample {
  display: inline-block;
  background: #f9f9f9;
  border-left: 4px solid #2196F3;
  border-radius: 6px;
  padding: 8px 14px;
  margin: 6px 0 14px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

.ozn-formula {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fdfdfd;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 10px 14px;
  margin-top: 14px;
}

.ozn-formula i {
  color: #777;
  font-size: 16px;
}

.ozn-formula code {
  font-family: monospace;
  font-size: 15px;
}

.ozn-formula .rho {
  color: #e53935;
  font-weight: 700;
}

.ozn-formula .num {
  color: #000;
  font-weight: 700;
}

.ozn-formula .krat {
  color: #e53935;
  font-weight: 600;
}

.ozn-sample {
  display: inline-block;
  background: #f9f9f9;
  border-left: 4px solid #e53935;
  border-radius: 6px;
  padding: 8px 14px;
  margin: 6px 0 14px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

.ozn-formula {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff5f5;
  border: 1px solid #f1c0c0;
  border-radius: 8px;
  padding: 10px 14px;
  margin-top: 14px;
  font-family: monospace;
  font-size: 15px;
  color: #e53935;
  font-weight: 700;
}

.ozn-extra {
  border-left: 4px solid #e53935;
  padding-left: 12px;
}

.ozn-dl {
  padding-left: 6px;
}

.badge {
  display: inline-block;
  padding: 2px 6px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 4px;
  background: #f0f0f0;
  color: #333;
}

.doplaty-card h4 {
  margin: 0 0 10px;
  font-weight: 700;
}

.doplaty-card p, .ozn-dl {
  margin-left: 2px;
}

.ozn-formula {
  display: flex;
  align-items: baseline;
  gap: 8px;
  background: #f7f7f7;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 10px 14px;
  margin-top: 12px;
}

.ozn-formula span {
  color: #666;
  font-size: 14px;
}

.ozn-formula code {
  color: #e53935;
  font-weight: 500;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.ozn-formula small {
  color: #888;
}

.ozn-dl dt {
  margin-bottom: 6px;
}

.ozn-dl dd {
  margin: 0 0 10px 0;
  padding-left: 4px;
}

.spec-table .spec-group th {
  text-align: left;
  font-weight: 700;
  color: #222;
  background: #f7f7f7;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 8px 12px;
  margin-top: 6px;
}

.mods-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mods-list li {
  padding: 6px 0;
  color: #555;
}

.mods-v3 {
  --bd: #e8edf5;
  --head: #f3f5f9;
  --txt: #0f172a;
  color: var(--txt);
  font: 16px/1.6 system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.mods-grid {
  display: grid;
  gap: 20px;
}

@media (min-width:992px){
.mods-grid {
  grid-template-columns: repeat(2,minmax(0,1fr));
}
}

.mod-card {
  background: #fff;
  border: 1px solid var(--bd);
  border-radius: 14px;
  overflow: hidden;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}

.mod-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
  border-color: #dbe3ef;
}

.mod-head {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  background: var(--head);
  border-bottom: 1px solid var(--bd);
  border-left: 4px solid var(--accent,#2196f3);
}

.mod-head h4 {
  margin: 0;
  font: 600 16px/1.35 system-ui;
}

.mod-body {
  padding: 16px 18px;
  color: #444;
}

.mod-card.accent-orange {
  --accent: #f97316;
}

.mod-card.accent-blue {
  --accent: #2563eb;
}

.mod-card.accent-pink {
  --accent: #db2777;
}

.mod-card.accent-red {
  --accent: #ef4444;
}

.mod-card.accent-amber {
  --accent: #f59e0b;
}

.mod-card.accent-violet {
  --accent: #7c3aed;
}

.mod-card.accent-green {
  --accent: #16a34a;
}

.mod-card.accent-slate {
  --accent: #334155;
}

.mods-note {
  margin: 18px 0 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid var(--bd);
  color: #334155;
  font-size: 14.5px;
}

@media (min-width: 992px){
}

.spec-table td, .spec-table th {
  padding: 10px 12px;
  font-size: 14px;
  color: #444;
}

.spec-table tr + tr td {
  border-top: 1px solid #f0f0f0;
}

.doplaty-wrapper.spec2 {
  grid-template-columns: 1fr;
}

.doplaty-wrapper.spec2 .spec-common {
  grid-column: 1 / -1;
}

@media (min-width: 992px){
.doplaty-wrapper.spec2 {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
}

.spec-table .spec-group th {
  text-align: left;
  font-weight: 700;
  color: #222;
  background: #f7f7f7;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 8px 12px;
}

.doplaty-wrapper.spec2 {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.doplaty-card {
  flex: 1;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  padding: 15px;
}

.doplaty-card h4 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  font-weight: 600;
  color: #1d3557;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.spec-table td, .spec-table th {
  border: 1px solid #e5e7eb;
  padding: 6px 10px;
}

.spec-group th {
  background: #f1f5f9;
  font-weight: 600;
  text-align: left;
}

.spec-note {
  margin-top: 10px;
  font-size: 0.85rem;
  color: #6b7280;
}

.spec-common {
  margin-top: 25px;
  padding: 15px 20px;
  background: #f9fafb;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
}

.spec-common h4 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  font-weight: 600;
  color: #1d3557;
}

.spec-common ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.spec-common li {
  margin-bottom: 6px;
  font-size: 0.95rem;
}

.com-sppagebuilder .sppb-addon-tab .sppb-tab-pane > .doplaty-wrapper.spec2:first-child {
  margin-top: 8px !important;
}

.doplaty-wrapper.spec2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 8px;
}

.doplaty-wrapper.spec2 > .doplaty-card {
  flex: 1 1 calc(50% - 10px);
}

@media (max-width: 767px){
.doplaty-wrapper.spec2 {
  gap: 12px;
}
}

.com-sppagebuilder .sppb-addon-tab .sppb-tab-pane {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.doplaty-wrapper.spec2 {
  margin-top: 8px !important;
}

.doplaty-card h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
  padding-left: 10px;
}

.sppb-tab-pane .doplaty-wrapper {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.sppb-tab-pane .doplaty-wrapper.spec2 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.com-sppagebuilder .sppb-addon-tab .sppb-tab-pane > *:first-child {
  margin-top: 0 !important;
}

.doplaty-wrapper.spec2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 0 !important;
}

.doplaty-wrapper.spec2 > .doplaty-card {
  flex: 1 1 calc(50% - 10px);
  min-width: 280px;
}

@media (max-width:767px){
.doplaty-wrapper.spec2 > .doplaty-card {
  flex: 1 1 100%;
}
}

.doplaty-card h4 {
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 1.1rem;
  padding-left: 10px;
  line-height: 1.3;
}

.doplaty-card.ozn-left  h4 {
  border-left: 4px solid #2563eb;
}

.doplaty-card.ozn-right h4 {
  border-left: 4px solid #dc2626;
}

.doplaty-card.ozn-left {
  border-left: 4px solid #e53935;
  padding-left: 12px;
}

.doplaty-card.ozn-right {
  border-left: 4px solid #2196f3;
  padding-left: 12px;
}

.ozn-sample {
  background: #f9f9f9;
  border: 1px solid #eee;
  border-left: 4px solid #2196F3;
  border-radius: 6px;
  padding: 8px 14px;
  margin: 6px 0 14px;
  font: 700 15px/1.35 ui-monospace, Consolas, monospace;
  color: #222;
}

.ozn-formula {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff5f5;
  border: 1px solid #f1c0c0;
  border-radius: 8px;
  padding: 10px 14px;
  margin-top: 14px;
  font-family: ui-monospace, Consolas, monospace;
  font-size: 15px;
  color: #e53935;
}

.ozn-formula code {
  color: #e53935;
  font-weight: 700;
}

.spec-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.spec-table td, .spec-table th {
  padding: 10px 12px;
  font-size: 14px;
  color: #444;
  border-bottom: 1px solid #e5eaf2;
}

.spec-table tbody tr:last-child td {
  border-bottom: 0;
}

.spec-table .spec-group th {
  text-align: left;
  font-weight: 700;
  color: #222;
  background: #f7f9f7;
  border: 1px solid #e5eaf2;
  border-radius: 8px;
  padding: 8px 12px;
}

.com-sppagebuilder .sppb-addon-tab .sppb-tab-pane > *:first-child,
.com-sppagebuilder .sppb-addon-tab .sppb-tab-pane > .sppb-row:first-child,
.com-sppagebuilder .sppb-addon-tab .sppb-tab-pane > .sppb-container:first-child,
.com-sppagebuilder .sppb-addon-tab .sppb-tab-pane > .sppb-container-inner:first-child,
.com-sppagebuilder .sppb-addon-tab .sppb-tab-pane > .sppb-column:first-child,
.com-sppagebuilder .sppb-addon-tab .sppb-tab-pane > .sppb-addon:first-child,
.com-sppagebuilder .sppb-addon-tab .sppb-tab-pane > .sppb-addon-wrapper:first-child,
.com-sppagebuilder .sppb-addon-tab .sppb-tab-pane > div:first-child,
.com-sppagebuilder .sppb-addon-tab .sppb-tab-pane > section:first-child,
.com-sppagebuilder .sppb-addon-tab .sppb-tab-pane > article:first-child,
.com-sppagebuilder .sppb-addon-tab .sppb-tab-pane > p:first-child,
.com-sppagebuilder .sppb-addon-tab .sppb-tab-pane > hr:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}

.com-sppagebuilder .sppb-addon-tab .sppb-tab-pane > .doplaty-wrapper.spec2:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.com-sppagebuilder .sppb-addon-tab .sppb-tab-content,
.com-sppagebuilder .sppb-addon-tab .sppb-tab-pane {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.sp-tab-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

:root {
  --buno-red: #e53935;
  --buno-blue: #2563eb;
  --buno-green: #16a34a;
  --buno-bd: #e5eaf2;
  --buno-head: #f7f9fc;
  --buno-txt: #0f172a;
}

.com-sppagebuilder .sppb-addon-tab .sppb-nav.sppb-nav-tabs {
  margin-bottom: 12px !important;
}

.com-sppagebuilder .sppb-addon-tab .sppb-nav.sppb-nav-tabs > li > a {
  border-radius: 10px !important;
  padding: 8px 14px !important;
}

.com-sppagebuilder .sppb-addon-tab .sppb-nav.sppb-nav-tabs > li.active > a,
.com-sppagebuilder .sppb-addon-tab .sppb-nav.sppb-nav-tabs > li > a:hover {
  background: #fff !important;
  box-shadow: 0 6px 16px rgba(0,0,0,.06) !important;
  border: 1px solid var(--buno-bd) !important;
}

.home-icons-row .sppb-addon,     
.sppb-addon-icon,                 
.sppb-addon-feature {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,.05);
  padding: 12px 16px;
}

.sppb-addon-feature .sppb-media .sppb-media-body h3,
.sppb-addon-icon .sppb-addon-title {
  font-weight: 600;
  font-size: 16px;
  margin: 6px 0 0;
  color: #232323;
}

.hero-cta .sppb-btn, .sppb-btn.btn-primary {
  background: var(--buno-red) !important;
  border-color: var(--buno-red) !important;
  color: #fff !important;
  border-radius: 10px !important;
  padding: 10px 16px !important;
  box-shadow: 0 6px 16px rgba(229,57,53,.25);
}

.hero-cta .sppb-btn:hover, .sppb-btn.btn-primary:hover {
  filter: saturate(1.05) brightness(.98);
}

.sppb-btn.btn-outline, .sppb-btn.btn-default {
  border: 1px solid var(--buno-blue) !important;
  color: var(--buno-blue) !important;
  background: #fff !important;
  border-radius: 10px !important;
  padding: 10px 16px !important;
}

.applications .sppb-addon-image-layout .sppb-image-layout-item,
.applications .sppb-addon-image-layout {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,.05);
  overflow: hidden;
  padding: 10px;
}

.applications .sppb-image-layout-title {
  font-weight: 600;
  font-size: 16px;
  color: #232323;
  margin: 10px 0 6px;
}

.sppb-addon-list .fa, .sppb-addon-list .sppb-icon {
  color: var(--buno-green) !important;
}

.section, .sppb-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width:767px){
.section, .sppb-section {
  padding-top: 36px;
  padding-bottom: 36px;
}
}

body, .sppb-addon-text-block {
  color: var(--buno-txt);
}

.sppb-addon-text-block p {
  color: #444;
}

:root {
  --buno-txt: #0f172a;
  --buno-muted: #6b7280;
  --buno-head: #f7f9fc;
  --buno-bd: #e5eaf2;
  --buno-red: #e53935;
  --buno-blue: #2563eb;
}

body {
  color: var(--buno-txt);
}

h1 {
  font-weight: 700;
  line-height: 1.15;
}

h2 {
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-weight: 600;
  line-height: 1.25;
}

h4 {
  font-weight: 600;
  line-height: 1.3;
}

.sppb-addon-text-block p,
p, li {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}

.small, .muted, .note {
  font-size: 13.5px;
  color: var(--buno-muted);
}

.com-sppagebuilder .sppb-addon-tab .sppb-nav.sppb-nav-tabs > li > a {
  font-size: 16px;
  font-weight: 600;
  color: #232323;
  border-radius: 10px;
}

.com-sppagebuilder .sppb-addon-tab .sppb-nav.sppb-nav-tabs > li.active > a {
  color: #000;
  background: #fff;
  border: 1px solid var(--buno-bd);
  box-shadow: 0 6px 16px rgba(0,0,0,.06);
}

.spec-table th {
  font-size: 14.5px;
  font-weight: 600;
  background: var(--buno-head);
  color: #232323;
}

.spec-table td {
  font-size: 14.5px;
  color: #444;
}

.sppb-btn, .btn {
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
}

.btn-primary, .sppb-btn.btn-primary {
  background: var(--buno-red) !important;
  border-color: var(--buno-red) !important;
  color: #fff !important;
}

.btn-outline, .sppb-btn.btn-default {
  border: 1px solid var(--buno-blue) !important;
  color: var(--buno-blue) !important;
  background: #fff !important;
}

@media (max-width:767px){
h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 19px;
}

h4 {
  font-size: 16.5px;
}

p, li {
  font-size: 14.5px;
}
}

.info.box ul li {
  color: #fff;
}

.info.box ul li a {
  color: #fff;
  text-decoration: none;
}

.info.box ul li a:hover {
  color: #ddd;
}

.info.box ul li i {
  color: #fff;
  margin-right: 5px;
}

.header-phones a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  margin-right: 15px;
}

.header-phones a:last-child {
  color: #e60000;
}

.header-phones a:hover {
  opacity: 0.8;
}

.fal.fa-long-arrow-right:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f178";
}

.lm-contacts.v2 {
  padding: 28px 0 18px;
  background: #fff;
}

.lm-contacts.v2 .lm-head h1 {
  margin: 0 0 6px;
}

.lm-contacts.v2 .lm-sub {
  margin: 0 0 18px;
  color: #6b7280;
}

.lm-contacts.v2 .lm-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 16px;
  padding: 18px;
  margin-bottom: 18px;
  box-shadow: 0 6px 20px rgba(0,0,0,.05);
}

.lm-contacts.v2 .lm-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  line-height: 1;
  color: #0a66c2;
  background: #e9f2ff;
  border-radius: 999px;
  padding: 6px 10px;
  margin-bottom: 8px;
}

.lm-contacts.v2 .lm-badge.alt {
  background: #eef7ee;
  color: #1e7a36;
}

.lm-contacts.v2 .lm-title {
  margin: 6px 0 12px;
  font-weight: 700;
}

.lm-contacts.v2 .lm-list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
}

.lm-contacts.v2 .lm-list li {
  display: flex;
  gap: 8px;
  margin: 6px 0;
  color: #111827;
}

.lm-contacts.v2 .lm-list i {
  width: 18px;
  margin-top: 3px;
  color: #64748b;
}

.lm-contacts.v2 .lm-actions {
  display: flex;
  gap: 10px;
  margin: 8px 0 6px;
  flex-wrap: wrap;
}

.lm-contacts.v2 .lm-actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .3px;
  border: 1px solid #e5e7eb;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}

.lm-contacts.v2 .lm-actions .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,.10);
}

.lm-contacts.v2 .lm-actions .btn-primary {
  background: #e31e24;
  color: #fff;
  border-color: #e31e24;
}

.lm-contacts.v2 .lm-actions .btn-primary:hover {
  background: #c51b20;
  border-color: #c51b20;
}

.lm-contacts.v2 .lm-actions .btn-light {
  background: #0a66c2;
  color: #fff;
  border-color: #0a66c2;
}

.lm-contacts.v2 .lm-actions .btn-light:hover {
  background: #084d96;
  border-color: #084d96;
}

.lm-contacts.v2 .lm-messengers.plain {
  margin-left: 10px;
  display: inline-flex;
  gap: 12px;
}

.lm-contacts.v2 .lm-messengers.plain a {
  font-size: 20px;
  line-height: 1;
  transition: transform .25s ease, opacity .25s ease;
}

.lm-contacts.v2 .lm-messengers.plain a:hover {
  transform: translateY(-2px) scale(1.15);
  opacity: .85;
}

.lm-contacts.v2 .lm-messengers.plain .viber {
  color: #7360f2;
}

.lm-contacts.v2 .lm-messengers.plain .telegram {
  color: #0088cc;
}

.lm-contacts.v2 .lm-messengers.plain .whatsapp {
  color: #25d366;
}

.sppb-addon-openstreetmap iframe {
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,.08);
}

@media (max-width: 480px){
}

@media (max-width: 576px){
}

.benefit-card,
.lr-obzor-vpe .card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.benefit-card:hover,
.lr-obzor-vpe .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

@media (prefers-reduced-motion: reduce){
.benefit-card, .lr-obzor-vpe .card {
  transition: none;
}

.benefit-card:hover, .lr-obzor-vpe .card:hover {
  transform: none;
  box-shadow: none;
}
}

.lr-obzor-vpe a:not(.btn):not(.stretched-link) {
  color: inherit;
  text-decoration: none;
}

.lr-obzor-vpe a:not(.btn):not(.stretched-link):hover,
.lr-obzor-vpe a:not(.btn):not(.stretched-link):focus {
  color: var(--bs-primary);
  text-decoration: underline;
}

.lr-obzor-vpe .card .card-link-title {
  color: inherit;
  text-decoration: none;
}

.lr-obzor-vpe .card .card-link-title:hover {
  color: var(--bs-primary);
  text-decoration: underline;
}

.lr-obzor-vpe .d-flex > img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  flex: 0 0 auto;
  align-self: flex-start;
}

@media (max-width: 480px){
.lr-obzor-vpe .d-flex > img {
  width: 72px;
  height: 72px;
}
}

@media (max-width: 576px){
.lr-obzor-vpe .d-flex.h-100 {
  height: auto !important;
}
}

.lr-obzor-vpe .tags,
.com-content-article .tags {
  margin-top: 1rem;
  margin-bottom: .5rem;
}

.lr-obzor-vpe .tags li,
.com-content-article .tags li {
  display: inline-block;
  margin: .25rem .4rem .25rem 0;
}

.lr-obzor-vpe .tags a,
.com-content-article .tags a {
  display: inline-block;
  padding: .42rem .9rem;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  background: #fff !important;
  color: #212529 !important;
  line-height: 1;
  box-shadow: 0 1px 0 rgba(0,0,0,.03);
  text-decoration: none;
  transition: all .2s ease;
}

.lr-obzor-vpe .tags a:hover,
.com-content-article .tags a:hover {
  background: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  color: #fff !important;
  text-decoration: none;
  transform: translateY(-1px);
}

.lr-obzor-vpe .tags .tag-category,
.com-content-article .tags .tag-category {
  color: #6b7280;
  font-weight: 600;
  margin-right: .5rem;
  letter-spacing: .02em;
}

.lr-obzor-vpe .btn.btn-secondary,
.lr-obzor-vpe .com-content-article__back a,
.lr-obzor-vpe .pagenavigation a,
.com-content-article .com-content-article__back a {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .55rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  background: #fff;
  color: #374151;
  box-shadow: 0 1px 0 rgba(0,0,0,.04);
  margin: 1rem 0 2rem;
}

.lr-obzor-vpe .btn.btn-secondary i,
.lr-obzor-vpe .com-content-article__back a i {
  opacity: .75;
}

.lr-obzor-vpe .btn.btn-secondary:hover,
.lr-obzor-vpe .com-content-article__back a:hover,
.lr-obzor-vpe .pagenavigation a:hover,
.com-content-article .com-content-article__back a:hover {
  background: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #fff;
  text-decoration: none;
}

@media (max-width: 480px){
.lr-obzor-vpe .btn.btn-secondary,
  .lr-obzor-vpe .com-content-article__back a {
  padding: .5rem .85rem;
}
}

.footer-services {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-services li,
.footer-services li::marker,
.footer-services li::before,
.footer-services a::before,
.footer-services a::after {
  content: none !important;
  list-style: none !important;
  display: initial;
}

.footer-services li {
  margin: .6rem 0;
}

.footer-services a {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  padding-left: 0;
  color: #e5e7eb;
  line-height: 1.45;
  text-decoration: none;
  transition: color .2s ease;
}

.footer-services i {
  font-size: .9rem;
  color: #9ca3af;
  opacity: .95;
  transition: color .2s ease, opacity .2s ease;
}

@media (max-width: 576px){
.footer-services li {
  margin: .5rem 0;
}

.footer-services a {
  line-height: 1.4;
}
}

.footer-services a:hover,
.footer-services a:focus,
.footer-services a:hover i,
.footer-services a:focus i {
  color: var(--bs-link-hover-color, #0d6efd) !important;
  text-decoration: underline;
}

.footer-posts li a {
  color: #ffffff !important;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: .25rem;
  transition: color .2s ease;
}

.footer-posts li .mod-articles-category-date,
.footer-posts li time,
.footer-posts li .published,
.footer-posts li div {
  color: var(--bs-primary) !important;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin-top: 0;
  display: block;
}

.footer-posts li i,
.footer-posts li div i {
  display: none !important;
}

.footer-posts .mod-articles-title a {
  color: #ffffff !important;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.35;
  text-decoration: none;
  display: inline-block;
  margin-bottom: .35rem;
  transition: color .2s ease;
}

.footer-posts .mod-articles-title a:hover {
  color: var(--bs-primary) !important;
  text-decoration: underline;
}

.footer-posts .mod-articles-date a {
  color: var(--bs-primary) !important;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none !important;
  display: inline-block;
}

.footer-posts .mod-articles-date a:hover {
  color: var(--bs-primary) !important;
  text-decoration: none !important;
}

.footer-posts .mod-articles-date i {
  display: none !important;
}

#sp-footer {
  background: #111;
  color: #e5e7eb;
  font-family: 'Montserrat', sans-serif;
}

#sp-footer .sp-module .sp-module-title,
#sp-footer .sppb-addon-title {
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  margin: 0 0 14px 0 !important;
  color: #fff;
  letter-spacing: .02em;
}

.footer-services {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.footer-services li {
  margin-bottom: .45rem;
}

.footer-services a {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  font-size: 14px;
  font-weight: 500;
  color: #e5e7eb;
  text-decoration: none;
  transition: all .2s ease;
}

.footer-services a:hover {
  color: var(--bs-primary) !important;
  text-decoration: underline;
}

.footer-services i {
  color: #9ca3af;
  font-size: .85rem;
  transition: color .2s ease;
}

.footer-services a:hover i {
  color: var(--bs-primary) !important;
}

.footer-posts ul,
.footer-posts li {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.footer-posts li {
  margin-bottom: 1rem;
}

.footer-posts li a {
  display: block;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 1.35;
  color: #e5e7eb;
  text-decoration: none;
  transition: color .2s ease;
}

.footer-posts li a:hover {
  color: var(--bs-primary) !important;
  text-decoration: underline;
}

.footer-posts .mod-articles-date {
  font-size: 13px !important;
  font-weight: 700;
  color: #f71735;
  margin-top: .15rem;
  display: inline-block;
}

#sp-footer .sp-contact-info,
#sp-footer .sppb-addon-text,
#sp-footer .sppb-addon-raw-html {
  font-size: 14px;
  line-height: 1.45;
  color: #e5e7eb;
}

#sp-footer .sp-contact-info strong {
  font-weight: 600;
  color: #fff;
}

.footer-copy {
  font-size: 13px;
  color: #9ca3af;
  margin-top: 1rem;
  text-align: center;
}

.footer-copy a {
  color: #9ca3af;
  text-decoration: none;
}

.footer-copy a:hover {
  color: var(--bs-primary);
  text-decoration: underline;
}

@media (max-width: 576px){
#sp-footer .sp-module .sp-module-title,
  #sp-footer .sppb-addon-title {
  font-size: 16px !important;
}

.footer-posts li a,
  .footer-services a {
  font-size: 13.5px !important;
}
}

#sp-module-136 ul,
#sp-module-136 li {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

#sp-module-136 .mod-articles-items > li {
  margin: .6rem 0 !important;
}

#sp-module-136 .mod-articles-title {
  margin: 0 0 .3rem 0 !important;
  font: 600 15px/1.35 "Montserrat", system-ui !important;
}

#sp-module-136 .mod-articles-title a {
  color: #fff !important;
  text-decoration: none !important;
  transition: color .2s ease;
}

#sp-module-136 .mod-articles-title a:hover {
  color: var(--bs-primary) !important;
  text-decoration: underline !important;
}

#sp-module-136 .article-info,
#sp-module-136 dl.list-unstyled {
  margin: 0 !important;
  padding: 0 !important;
}

#sp-module-136 .mod-articles-date,
#sp-module-136 .mod-articles-date a {
  color: #9ca3af !important;
  font: 700 12px/1.2 "Montserrat", system-ui !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  display: inline-block !important;
}

#sp-module-136 .mod-articles-date a:hover {
  color: inherit !important;
  text-decoration: none !important;
}

#sp-module-136 .mod-articles-date .icon-calendar,
#sp-module-136 .mod-articles-date i {
  display: none !important;
}

.lr-obzor-ppe .lr-card {
  border-radius: 12px;
  padding: 18px;
  background: #ffffff;
  color: #222;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 2px 6px rgba(0,0,0,.08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.lr-obzor-ppe .lr-card li:hover {
  color: #111;
}

.lr-obzor-ppe .lr-card.lr-blue {
  border-left: 4px solid #3b82f6;
}

.lr-obzor-ppe .card.border-0 .card-body {
  background: transparent;
}

@media (max-width: 576px){
.lr-obzor-ppe h1, .lr-obzor-ppe .h2 {
  font-size: 1.35rem;
  line-height: 1.25;
}

.lr-obzor-ppe h2.h4 {
  font-size: 1.05rem;
}

.lr-obzor-ppe .lead {
  font-size: .98rem;
}

.lr-obзор-ppe .card .card-body {
  padding: .5rem .5rem;
}

.lr-obzor-ppe .card-text.small {
  font-size: .85rem;
}

.lr-obzor-ppe .table-responsive {
  margin: 0 -12px;
  padding: 0 12px;
}

.lr-obzor-ppe table.table td,
  .lr-obzor-ppe table.table th {
  padding: .45rem .5rem;
  font-size: .9rem;
  white-space: nowrap;
}

.lr-obzor-ppe .btn-lg {
  width: 100%;
  padding-top: .8rem;
  padding-bottom: .8rem;
}
}

.lr-obzor-ppe .lr-card a {
  color: inherit;
  text-decoration: underline dotted;
}

.lr-obzor-ppe {
  word-break: break-word;
  hyphens: auto;
}

.lr-obzor-ppe .lr-hero img,
.lr-obzor-ppe .lr-pano img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,.08);
}

.lr-obzor-ppe figure figcaption {
  margin-top: .5rem;
  color: #6b7280;
  font-size: .9rem;
}

.lr-obzor-ppe .lr-card {
  border-radius: 12px;
  padding: 18px;
  background: #fff;
  color: #222;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 2px 6px rgba(0,0,0,.08);
  transition: transform .2s ease,box-shadow .2s ease;
}

.lr-obzor-ppe .lr-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,.15);
}

.lr-obzor-ppe .lr-card h3 {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: .75rem;
}

.lr-obzor-ppe .lr-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lr-obzor-ppe .lr-card li {
  margin-bottom: .45rem;
  padding-left: 1.4rem;
  position: relative;
  line-height: 1.5;
  color: #2b2b2b;
}

.lr-obzor-ppe .lr-card.lr-red {
  border-left: 4px solid #e11d48;
}

.lr-obzor-ppe .lr-card.lr-blue {
  border-left: 4px solid #2563eb;
}

.lr-obzor-ppe .lr-card.lr-red  h3 {
  color: #e11d48;
}

.lr-obzor-ppe .lr-card.lr-blue h3 {
  color: #2563eb;
}

.lr-obzor-ppe .lr-card.lr-red  li::before,
.lr-obzor-ppe .lr-card.lr-blue li::before {
  font-size: .8rem;
  position: absolute;
  left: 0;
  top: .25rem;
}

.lr-obzor-ppe .lr-card.lr-red  li::before {
  content: "➤";
  color: #e11d48;
}

.lr-obzor-ppe .lr-card.lr-blue li::before {
  content: "✔";
  color: #2563eb;
}

@media (max-width:576px){
.lr-obzor-ppe h1 {
  font-size: 1.35rem;
  line-height: 1.25;
}

.lr-obzor-ppe .lr-card {
  padding: 14px;
  border-radius: 10px;
}
}

.lr-obzor figure img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,.08);
}

.lr-obzor figure figcaption {
  margin-top: .5rem;
  color: #6b7280;
  font-size: .9rem;
}

.lr-obzor .lr-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-left: 4px solid transparent;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,.06);
  height: 100%;
  transition: transform .2s, box-shadow .2s;
}

.lr-obzor .lr-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,.12);
}

.lr-obzor .lr-card h3 {
  font-size: 1rem;
  margin: 0 0 .5rem 0;
  font-weight: 700;
}

.lr-obzor .lr-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lr-obzor .lr-card li {
  padding-left: 1.25rem;
  position: relative;
  margin: .35rem 0;
}

.lr-obzor .lr-card li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: .15rem;
  font-size: .85rem;
}

.lr-obzor .lr-blue {
  border-left-color: #2563eb;
}

.lr-obzor .lr-green {
  border-left-color: #16a34a;
}

.lr-obzor .lr-amber {
  border-left-color: #d97706;
}

.lr-obzor .lr-red {
  border-left-color: #e11d48;
}

.lr-obzor .lr-slate {
  border-left-color: #475569;
}

.lr-obzor .step {
  display: flex;
  gap: .75rem;
  align-items: flex-start;
  margin: .5rem 0;
}

.lr-obzor .step .n {
  flex: 0 0 28px;
  height: 28px;
  border-radius: 50%;
  background: #0ea5e9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.lr-obzor .step .t {
  flex: 1;
}

.lr-obzor .table th {
  white-space: nowrap;
}

.lr-obzor .table td,
.lr-obzor .table th {
  vertical-align: top;
}

.lr-obzor .bad-list li {
  padding-left: 1.4rem;
  position: relative;
  margin: .35rem 0;
}

.lr-obzor .bad-list li::before {
  content: "✕";
  position: absolute;
  left: 0;
  top: .05rem;
  color: #dc2626;
}

.lr-obzor .faq-item {
  border-bottom: 1px dashed #e5e7eb;
  padding: .75rem 0;
}

.lr-obzor .faq-q {
  font-weight: 700;
  margin: 0;
}

.lr-obzor .faq-a {
  margin: .25rem 0 0 0;
}

.lr-obzor .btn-lg {
  padding: .8rem 1.25rem;
  border-radius: 10px;
}

@media (max-width:576px){
.lr-obzor h1 {
  font-size: 1.35rem;
  line-height: 1.2;
}

.lr-obzor h2 {
  font-size: 1.2rem;
}

.lr-obzor .lr-card {
  padding: 14px;
}

.lr-obzor .table-responsive {
  margin: 0 -12px;
  padding: 0 12px;
}

.lr-obzor .btn-lg {
  width: 100%;
}
}

.lr-obzor .accordion-button {
  font-weight: 600;
  font-size: 1rem;
  background-color: #f8f9fa;
  color: #1e1e1e;
  transition: all 0.2s ease-in-out;
}

.lr-obzor .accordion-button:not(.collapsed) {
  background-color: #e9ecef;
  color: #0d6efd;
}

.lr-obzor .accordion-item {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  margin-bottom: 0.75rem;
  overflow: hidden;
}

.lr-obzor .accordion-body {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #444;
}

.doplaty-wrapper.ozn {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.doplaty-card {
  flex: 1 1 48%;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
}

.doplaty-card h4 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #0056b3;
  border-left: 4px solid #0056b3;
  padding-left: 10px;
}

.ozn-sample {
  font-family: monospace;
  font-size: 16px;
  background: #f8f9fa;
  padding: 8px 12px;
  border-radius: 6px;
  margin-bottom: 15px;
  display: inline-block;
}

.ozn-dl dt {
  font-weight: 600;
  margin-top: 8px;
}

.ozn-dl dd {
  margin-left: 0;
  margin-bottom: 8px;
}

.doplaty-wrapper .ico.mr,
.doplaty-card .ico.mr,
.svg-inline--fa.mr {
  margin-right: 8px !important;
}

:root {
  --dop-blue: #3b82f6;
  --dop-cyan: #06b6d4;
  --dop-green: #22c55e;
  --dop-gray: #6b7280;
  --dop-amber: #f59e0b;
  --dop-violet: #8b5cf6;
  --dop-teal: #14b8a6;
  --dop-orange: #f97316;
  --dop-red: #ef4444;
}

.ico.blue,   .svg-inline--fa.blue {
  color: var(--dop-blue)   !important;
}

.ico.cyan,   .svg-inline--fa.cyan {
  color: var(--dop-cyan)   !important;
}

.ico.green,  .svg-inline--fa.green {
  color: var(--dop-green)  !important;
}

.ico.gray,   .svg-inline--fa.gray {
  color: var(--dop-gray)   !important;
}

.ico.amber,  .svg-inline--fa.amber {
  color: var(--dop-amber)  !important;
}

.ico.violet, .svg-inline--fa.violet {
  color: var(--dop-violet) !important;
}

.ico.teal,   .svg-inline--fa.teal {
  color: var(--dop-teal)   !important;
}

.ico.orange, .svg-inline--fa.orange {
  color: var(--dop-orange) !important;
}

.ico.red,    .svg-inline--fa.red {
  color: var(--dop-red)    !important;
}

.spec-table td > i,
.spec-table td > svg.svg-inline--fa,
.ozn-dl dt > i,
.ozn-dl dt > svg.svg-inline--fa {
  vertical-align: middle;
}

.warmlex-theme .ico.blue {
  color: #1e40af !important;
}

.warmlex-theme .ico.cyan {
  color: #0ea5e9 !important;
}

.warmlex-theme .ico.green {
  color: #16a34a !important;
}

.warmlex-theme .ico.amber {
  color: #f59e0b !important;
}

.warmlex-theme .ico.orange {
  color: #f97316 !important;
}

.warmlex-theme .ico.violet {
  color: #8b5cf6 !important;
}

.warmlex-theme .ico.gray {
  color: #6b7280 !important;
}

.warmlex-theme .ico.teal {
  color: #20c997 !important;
}

.warmlex-theme .ico.red {
  color: #ef4444 !important;
}

.warmlex-theme .svg-inline--fa.blue {
  color: #1e40af !important;
}

.warmlex-theme .svg-inline--fa.cyan {
  color: #0ea5e9 !important;
}

.warmlex-theme .svg-inline--fa.green {
  color: #16a34a !important;
}

.warmlex-theme .svg-inline--fa.amber {
  color: #f59e0b !important;
}

.warmlex-theme .svg-inline--fa.orange {
  color: #f97316 !important;
}

.warmlex-theme .svg-inline--fa.violet {
  color: #8b5cf6 !important;
}

.warmlex-theme .svg-inline--fa.gray {
  color: #6b7280 !important;
}

.warmlex-theme .svg-inline--fa.teal {
  color: #20c997 !important;
}

.warmlex-theme .svg-inline--fa.red {
  color: #ef4444 !important;
}

.warmlex-theme .spec-table td:first-child {
  white-space: nowrap;
  vertical-align: top;
}

.warmlex-theme .spec-table td {
  padding: 6px 8px;
}

.warmlex-theme ul,
.warmlex-theme .pack-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.warmlex-theme li,
.warmlex-theme .pack-list li {
  display: flex;
  gap: .6rem;
  align-items: flex-start;
  margin: .35rem 0;
}

.warmlex-theme .pack-list .ico {
  margin-top: .2rem;
}

.warmlex-theme .guarantee-list .ico {
  margin-top: .15rem;
}

.warmlex-theme .nowrap {
  white-space: nowrap;
}

.warmlex-theme .pack-list li {
  line-height: 1.6;
}

.chip {
  display: inline-block;
  background: #f1f5f9;
  border-radius: 4px;
  padding: 2px 6px;
  margin: 2px 4px 2px 0;
  font-size: 13px;
  line-height: 1.4;
}

.nowrap {
  white-space: nowrap;
}

.is300-theme .ico.blue,
.is300-theme .svg-inline--fa.blue {
  color: var(--dop-blue, #3b82f6) !important;
}

.is300-theme .ico.cyan,
.is300-theme .svg-inline--fa.cyan {
  color: var(--dop-cyan, #06b6d4) !important;
}

.is300-theme .ico.green,
.is300-theme .svg-inline--fa.green {
  color: var(--dop-green, #22c55e) !important;
}

.is300-theme .ico.gray,
.is300-theme .svg-inline--fa.gray {
  color: var(--dop-gray, #6b7280) !important;
}

.is300-theme .ico.amber,
.is300-theme .svg-inline--fa.amber {
  color: var(--dop-amber, #f59e0b) !important;
}

.is300-theme .ico.violet,
.is300-theme .svg-inline--fa.violet {
  color: var(--dop-violet, #8b5cf6) !important;
}

.is300-theme .ico.teal,
.is300-theme .svg-inline--fa.teal {
  color: var(--dop-teal, #14b8a6) !important;
}

.is300-theme .ico.orange,
.is300-theme .svg-inline--fa.orange {
  color: var(--dop-orange, #f97316) !important;
}

.is300-theme .ico.red,
.is300-theme .svg-inline--fa.red {
  color: var(--dop-red, #ef4444) !important;
}

.is300-theme .spec-table td:first-child {
  white-space: nowrap;
  vertical-align: top;
}

.is300-theme .spec-table td {
  padding: 6px 8px;
}

.is300-theme ul,
.is300-theme .pack-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.is300-theme li,
.is300-theme .pack-list li {
  display: flex;
  gap: .6rem;
  align-items: flex-start;
  margin: .35rem 0;
}

.is300-theme .pack-list .ico {
  margin-top: .2rem;
}

.is300-theme .guarantee-list .ico {
  margin-top: .15rem;
}

.is300-theme .spec-table .spec-group th,
.warmlex-theme .spec-table .spec-group th {
  background: #f8fafc;
  color: #0f172a;
  font-weight: 600;
  padding: 6px 8px;
  border-radius: 4px;
}

.spec2 .spec-table td {
  padding: 6px 8px;
}

.spec2 .spec-table td:first-child {
  white-space: nowrap;
  vertical-align: top;
}

.spec-table td {
  line-height: 1.55;
}

.spec-table td > i,
.spec-table td > svg {
  margin-top: -1px;
}

.spec-table i.ico,
.spec-table svg.svg-inline--fa {
  margin-right: 0;
}

.spec-table i.ico.mr,
.spec-table svg.svg-inline--fa.mr {
  margin-right: 8px !important;
}

.ozn-dl dt {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.spec-table td:first-child {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.pack-list li,
.guarantee-list li {
  gap: .5rem;
}

.is300-theme .pack-list li,
.warmlex-theme .pack-list li {
  line-height: 1.65;
  margin: .45rem 0;
  gap: .6rem;
}

.doplaty-card .pack-list .ico,
.doplaty-card .spec-table td > .ico,
.doplaty-card .spec-table td > .svg-inline--fa {
  width: 1.25em;
  min-width: 1.25em;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  margin-right: .55rem;
}

.doplaty-card h4 {
  margin: 0 0 .75rem;
  line-height: 1.25;
}

.doplaty-card {
  border-left: 3px solid rgba(59,130,246,.25);
}

.is300-mods .ozn-left {
  border-left-color: rgba(239,68,68,.25);
}

.is300-mods .ozn-right {
  border-left-color: rgba(59,130,246,.25);
}

.is300-mods .ozn-right .pack-list b {
  display: inline-block;
  margin-right: .35rem;
}

.is500-ozn .ozn-left,
.is500-ozn .ozn-left p {
  text-align: left;
}

.is500-ozn .ozn-formula.tight {
  margin-top: .6rem;
  margin-bottom: .6rem;
}

.is500-ozn .ozn-tu {
  margin: .25rem 0 .5rem;
}

.is500-ozn .ozn-format h5 {
  font-size: 15px;
  margin: .5rem 0 .25rem;
}

.is500-ozn .ozn-format .chip {
  margin-top: .35rem;
}

.spec-common .ico {
  margin-right: .55rem;
  width: 1.25em;
  min-width: 1.25em;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.spec-common .ico,
.pack-list .ico,
.spec-table td > .ico {
  margin-right: .55rem;
  width: 1.25em;
  min-width: 1.25em;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.spec-table td {
  word-break: break-word;
}

.ozn-formula code {
  display: inline-block;
  white-space: nowrap;
}

.is500-mods .ozn-left,
.is500-mods .ozn-right,
.is500-mods .doplaty-card,
.is500-mods .pack-list,
.is500-mods .pack-list li,
.is500-mods p {
  text-align: left !important;
}

.is500-mods .pack-list li {
  justify-content: flex-start;
}

.is500-mods .pack-list .ico {
  margin-right: .55rem;
  width: 1.25em;
  min-width: 1.25em;
  text-align: center;
  display: inline-block;
}

.is300-theme .ozn-right,
.is500-theme .ozn-right,
.is300-theme .doplaty-card,
.is500-theme .doplaty-card,
.is300-theme .pack-list,
.is500-theme .pack-list,
.is300-theme .spec-table,
.is500-theme .spec-table {
  text-align: left !important;
}

.is300-theme .pack-list li,
.is500-theme .pack-list li {
  justify-content: flex-start;
}

.is300-theme .doplaty-card h4,
.is500-theme .doplaty-card h4,
.is300-theme .doplaty-card p,
.is500-theme .doplaty-card p {
  text-align: left !important;
}

.fix-left,
.fix-left * {
  text-align: left !important;
}

.fix-left .text-right {
  text-align: right !important;
}

.is500-theme .pack-list .ico,
.is300-theme .pack-list .ico {
  justify-content: flex-start !important;
  text-align: left !important;
}

.is500-theme .doplaty-card .doplaty-icon,
.is300-theme .doplaty-card .doplaty-icon {
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}

.attn-modal {
  border-left: 4px solid var(--attn-accent, #c0392b);
  background: #fafafa;
  padding: 18px 20px;
  border-radius: 8px;
  color: #334155;
  line-height: 1.6;
  text-align: left;
}

.attn-modal .attn-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px;
  color: var(--attn-accent, #c0392b);
  display: flex;
  align-items: center;
  gap: .5rem;
}

.attn-modal .attn-title i {
  color: var(--attn-accent, #c0392b);
}

.attn-modal .attn-list {
  margin: 8px 0 12px 18px;
}

.attn-modal .attn-list li {
  margin: 2px 0;
}

.attn-modal .attn-note {
  margin: 10px 0 0;
  font-style: italic;
  color: #475569;
}

.is500-theme .attn-modal {
  --attn-accent: #2563eb;
}

.is300-theme .attn-modal {
  --attn-accent: #0ea5e9;
}

.warmlex-theme .attn-modal {
  --attn-accent: #f97316;
}

.doplaty-card.note {
  border-left: 4px solid #c0392b;
  background: #fafafa;
  padding: 18px 20px;
  border-radius: 6px;
  margin: 15px 0;
}

.doplaty-card.note.red h3 {
  color: #c0392b;
  margin-bottom: 10px;
}

.doplaty-card.note ul {
  margin: 8px 0 12px 20px;
}

.doplaty-card.note .muted {
  font-style: italic;
  color: #555;
}

.attn-modal .ico.blue {
  color: #2563eb !important;
}

.attn-modal .ico.teal {
  color: #0d9488 !important;
}

.attn-modal .ico.green {
  color: #16a34a !important;
}

.attn-modal .ico.amber {
  color: #d97706 !important;
}

.attn-modal .ico.red {
  color: #dc2626 !important;
}

.attn-modal .ico.gray {
  color: #64748b !important;
}

.attn-modal .attn-title {
  color: #0f172a;
}

.attn-modal .attn-title .fa-triangle-exclamation {
  color: #f59e0b !important;
}

.attn-modal a, 
.attn-modal b, 
.attn-modal strong {
  color: #0f172a;
}

.attn-modal .attn-list li + li {
  border-top: 1px dashed #e2e8f0;
}

.attn-modal .fa,
.attn-modal .fa::before {
  color: inherit;
}

@media (max-width: 768px){
.spec-common,
  .mods-legend,
  .doplaty-wrapper + .areas,
  .doplaty-wrapper + .use-cards {
  margin-top: 16px;
}

.practical-note,
  .what-it-gives,
  .attn-note-card {
  margin-top: 16px;
}

.spec2, .ozn {
  margin-bottom: 12px;
}
}

.ozn-map.table,
.table.ozn-map {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 768px){
.pack-list .ico,
  .attn-list .ico {
  margin-right: 8px;
}
}

.product-tabs.lr-forms {
  overflow: visible;
}

.product-tabs.lr-forms .sppb-tab-content {
  padding-bottom: max(24px, env(safe-area-inset-bottom,0px));
}

@media (max-width: 991.98px){
.product-tabs.lr-forms .sppb-row {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.product-tabs.lr-forms .sppb-row > [class*="sppb-col"] {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-width: 0;
}

.product-tabs.lr-forms .sppb-addon-text-block,
  .product-tabs.lr-forms .sppb-addon-text-block * {
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

.product-tabs.lr-forms .spec-table {
  table-layout: auto;
  width: 100%;
}

.product-tabs.lr-forms .spec-table td,
  .product-tabs.lr-forms .spec-table th {
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.product-tabs.lr-forms .spec-table tr>td:first-child {
  display: grid;
  grid-template-columns: 22px minmax(0,1fr);
  gap: 8px;
  align-items: start;
}

.product-tabs.lr-forms .spec-table tr>td:first-child .ico {
  width: 22px;
  text-align: center;
}

.product-tabs.lr-forms img {
  max-width: 100%;
  height: auto;
}
}

.product-tabs.lr-forms .sppb-btn {
  text-transform: none !important;
  letter-spacing: normal;
}

#sp-header .sp-megamenu-parent > li > a,
#sp-header .sp-megamenu-parent > li > span,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > span,
#offcanvas .offcanvas-menu .menu li a {
  text-transform: uppercase !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit;
}

#sp-header .sp-megamenu-parent > li > a,
#sp-header .sp-megamenu-parent > li > span {
  text-transform: uppercase !important;
  letter-spacing: inherit;
  font-size: inherit !important;
  line-height: inherit !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > span {
  text-transform: lowercase !important;
  letter-spacing: normal;
}

#offcanvas .offcanvas-menu .menu > li > a {
  text-transform: uppercase !important;
}

#offcanvas .offcanvas-menu .menu li li > a {
  text-transform: lowercase !important;
  letter-spacing: normal;
}

#offcanvas .offcanvas-menu .menu li li > a::first-letter {
  text-transform: uppercase;
}

#sp-page-builder .sppb-addon-gallery .sppb-addon-title,
#sp-page-builder .sppb-addon-gallery .sppb-title-heading,
.sppb-addon-gallery h3.sppb-addon-title,
.sppb-addon-gallery h3.sppb-title-heading {
  text-transform: none !important;
}

@media (max-width: 575.98px){
.sppb-addon.sppb-addon-gallery {
  margin-bottom: 22px;
  overflow: hidden;
}

.sppb-addon-gallery .sppb-addon-title,
  .sppb-addon-gallery .sppb-title-heading {
  position: relative;
  padding-bottom: 6px;
  border-bottom: 3px solid var(--lr-accent, #e63946);
  text-transform: none !important;
}
}

@media (orientation: landscape) and (max-width: 991.98px){
.sppb-row {
  display: flex;
  flex-wrap: wrap;
}

.sppb-row > [class*="sppb-col"] {
  min-width: 0;
}

img, video, svg, canvas {
  max-width: 100%;
  height: auto;
}

.lr-table,
  .table-wrap,
  .sppb-table-responsive,
  .sppb-addon-table,
  .sppb-addon-table .sppb-table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}
}

#sp-header .sp-megamenu-parent > li > a,
#sp-header .sp-megamenu-parent > li > span {
  text-transform: uppercase !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > span {
  text-transform: lowercase !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a::first-letter,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > span::first-letter {
  text-transform: uppercase;
}

#sp-page-builder .sppb-addon-gallery .sppb-addon-title,
#sp-page-builder .sppb-addon-gallery .sppb-title-heading {
  text-transform: none !important;
}

@media (max-width: 575.98px){
.sppb-addon.sppb-addon-gallery {
  overflow: hidden;
}

.sppb-addon-gallery .sppb-addon-title,
  .sppb-addon-gallery .sppb-title-heading {
  border-bottom: 3px solid var(--lr-accent, #e63946);
  padding-bottom: 6px;
}

.sppb-addon-gallery .sppb-addon-title::after,
  .sppb-addon-gallery .sppb-title-heading::after {
  display: none !important;
}
}

/* =========================================================
   LIRIDA • PATCH v2 — 2025-09-18
   Fixes:
   A) Page Title heading uses uppercase → force natural case.
   B) Reviews mobile: circular badge stops overlapping & becomes inline.
   ========================================================= */

/* A) PAGE TITLE (Helix/Bunas) */
.sp-page-title .sp-page-title-heading{
  text-transform: none !important;   /* было uppercase в шаблоне */
}

/* На всякий случай для строчных заголовков внутри секций */
.sppb-section .sppb-section-title .sppb-title-heading,
.sppb-section .sppb-title-heading,
.sppb-section h1,
.sppb-section h2{
  text-transform: none !important;
}

/* B) REVIEWS — MOBILE FIX
   Работает без правки HTML. Стратегия:
   1) Ограничиваем «прорыв» круглого бейджа за рамки карточки.
   2) На мобилке убираем absolute у «кругляша» по распознаваемым классам
      и даже у элементов со style="position:absolute".
*/
@media (max-width: 576.98px){
  /* 1) Любые карточки отзывов — не даём контенту выползать наружу */
  .sppb-addon .card,
  .sppb-addon .lr-card,
  .sppb-addon [class*="review"]{
    overflow: hidden !important;
  }

  /* 2) Типичные классы круглого бейджа (используем самые мягкие селекторы) */
  .sppb-addon [class*="review"][class*="badge"],
  .sppb-addon [class*="badge"][class*="review"],
  .sppb-addon .review-badge,
  .sppb-addon .testimonial-badge,
  .sppb-addon .lr-review-badge,
  .sppb-addon [class*="quote"][class*="badge"],
  .sppb-addon [class*="badge"][class*="quote"],
  .sppb-addon [style*="position:absolute"]{
    position: static !important;
    left: auto !important; right: auto !important; top: auto !important; bottom: auto !important;
    transform: none !important;
    margin: 10px auto 8px !important;
    width: 60px !important; height: 60px !important;
    box-shadow: none !important;
  }
}
/* ===== REVIEWS: текст не вылазит на мобилках ===== */
@media (max-width: 576.98px){
  /* Карточка отзыва занимает 100% и не растягивает слайд */
  .sppb-addon [class*="review"],
  .sppb-addon [class*="testimonial"]{
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    margin-right: 0 !important;
  }

  /* Бейдж точно не влияет на поток */
  .sppb-addon .review-badge,
  .sppb-addon .testimonial-badge,
  .sppb-addon [class*="badge"][class*="review"]{
    float: none !important;
    display: block !important;
    margin: 10px auto 8px !important;
  }

  /* Текст и ссылки переносятся, никаких «в одну строку» */
  .sppb-addon [class*="review"] h3,
  .sppb-addon [class*="review"] p,
  .sppb-addon [class*="testimonial"] h3,
  .sppb-addon [class*="testimonial"] p,
  .sppb-addon [class*="review"] a{
    white-space: normal !important;
    overflow-wrap: anywhere !important;    /* переносим длинные куски */
    word-break: break-word !important;
    margin-right: 0 !important;
  }
}
/* ===== REVIEWS (mobile): сетка + переносы ===== */
@media (max-width: 576.98px){
  /* навесь класс lr-reviews на Row/Section с отзывами */
  .lr-reviews .review-card{
    display: grid !important;
    grid-template-columns: 64px 1fr; /* место под круг слева + текст */
    gap: 12px;
    align-items: start;
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
    padding: 14px 14px !important;      /* немного «воздуха» */
    overflow: hidden !important;
  }

  /* круглый бейдж фиксируем в первой колонке, без absolute/float */
  .lr-reviews .review-badge{
    position: static !important;
    float: none !important;
    grid-column: 1;
    grid-row: 1 / span 3;
    width: 56px !important;
    height: 56px !important;
    margin: 2px 0 0 0 !important;
    transform: none !important;
    box-shadow: none !important;
  }

  /* всё остальное — во второй колонке (заголовок, рейтинг, текст, ссылка) */
  .lr-reviews .review-title,
  .lr-reviews .review-rating,
  .lr-reviews p,
  .lr-reviews .review-src{
    grid-column: 2;
    margin: 0;                /* убираем возможные отрицательные/большие отступы */
    max-width: 100% !important;
  }

  /* жёстко включаем переносы, чтобы не раздувало строкой */
  .lr-reviews .review-title,
  .lr-reviews p,
  .lr-reviews .review-src a{
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    hyphens: auto;
  }
}
/* ===== SUBMENU (dropdown) — сохранить исходный регистр ===== */
/* супер-специфично, чтобы перебить любые lowercase !important */
#sp-header#sp-header .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
#sp-header#sp-header .sp-megamenu-parent .sp-dropdown li.sp-menu-item > span,
#sp-header#sp-header .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a *,
.offcanvas-menu .sp-dropdown li.sp-menu-item > a,
.offcanvas-menu .sp-dropdown li.sp-menu-item > a *{
  text-transform: none !important;
  letter-spacing: normal !important;
}

/* на всякий случай глушим first-letter трюки */
#sp-header#sp-header .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a::first-letter{
  text-transform: none !important;
}
/* ===== NEWS PREVIEW — сохранить регистр в заголовках ===== */
/* Локально отключаем любые lowercase/capitalize внутри секции новостей */
.lr-keep-case,
.lr-keep-case *{
  text-transform: none !important;
}

/* Повыше специфичность — именно заголовки карточек (любые варианты у SPPB/Helix) */
.lr-keep-case .entry-title,
.lr-keep-case .entry-title a,
.lr-keep-case .article-title,
.lr-keep-case .article-title a,
.lr-keep-case .post-title,
.lr-keep-case .post-title a,
.lr-keep-case .sppb-article-title,
.lr-keep-case .sppb-article-title a,
.lr-keep-case [class*="title"],
.lr-keep-case [class*="title"] a{
  text-transform: none !important;
  letter-spacing: normal !important;
}

/* На случай уловок с первой буквой */
.lr-keep-case .entry-title a::first-letter,
.lr-keep-case .article-title a::first-letter,
.lr-keep-case .sppb-article-title a::first-letter{
  text-transform: none !important;
}

/* ===== Footer: левая колонка (lr-col1) ===== */
.lr-col1 {
  color:#f3f4f6;
  font-family:'Montserrat',sans-serif;
}
.lr-col1__logo {
  display:block;
  max-width:180px;
  height:auto;
  margin:0 0 12px;
}

/* текстовые блоки с контролируемыми отступами */
.lr-col1__about p {
  margin:0 0 10px;
  font-size:14px;
  line-height:1.7;
  color:rgba(255,255,255,.88);
}
.lr-col1__about p:last-child { margin-bottom:0; }

/* заголовок блока */
.lr-col1__title {
  font-weight:700;
  font-size:15px;
  margin-bottom:6px;
}

/* тонкий разделитель */
.lr-col1__divider {
  border:0;
  height:1px;
  background:rgba(255,255,255,.2);
  margin:12px 0;
}

/* соц-иконки */
.lr-col1__social {
  list-style:none;
  display:flex;
  gap:10px;
  padding:0;
  margin:12px 0 0;
}
.lr-col1__social li { margin:0; }
.lr-col1__social a {
  width:36px; height:36px;
  display:inline-flex; align-items:center; justify-content:center;
  border-radius:10px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.14);
  color:#fff; text-decoration:none;
  transition:.2s ease;
}
.lr-col1__social a:hover {
  background:rgba(255,255,255,.12);
  border-color:rgba(255,255,255,.24);
}

@media (max-width:575.98px){
  .lr-col1__about p{ font-size:13.5px; }
}
/* ===== FOOTER — центральные колонки ===== */

/* Заголовок колонки (например «Материалы и решения», «Последние обзоры») */
.lr-footer .sppb-addon-title,
.lr-footer .sppb-title-heading{
  font-size:15px;
  font-weight:700;
  text-transform:uppercase;
  color:#fff;
  margin:0 0 12px;
  letter-spacing:.02em;
}

/* Ссылки на обзоры */
.lr-footer .latest-articles a,
.lr-footer .blog-item .entry-title a{
  font-size:14px;
  font-weight:500;
  line-height:1.6;
  color:rgba(255,255,255,.9);
  text-decoration:none;
  transition:color .2s;
}
.lr-footer .latest-articles a:hover,
.lr-footer .blog-item .entry-title a:hover{
  color:#e63946; /* акцент при наведении */
}

/* Дата обзора */
.lr-footer .latest-articles .entry-date,
.lr-footer .blog-item .entry-date{
  font-size:12px;
  font-weight:400;
  color:rgba(255,255,255,.6);
}

/* Иконка календаря — сделать чуть меньше */
.lr-footer .latest-articles .fa-calendar,
.lr-footer .blog-item .fa-calendar{
  font-size:12px;
  margin-right:4px;
}
/* ===== FOOTER: снять капс в блоке последних обзоров ===== */
.footer-posts-wrap,
.footer-posts-wrap *{
  text-transform: none !important;
  letter-spacing: normal !important;
}
/* ===== FOOTER • 3-я колонка (footer-posts-wrap): нормальный вес + отступы ===== */

/* Снять ВСЕ автокапсы только в этом блоке (оставляем, чтобы не слетело) */
#sp-footer .footer-posts-wrap,
#sp-footer .footer-posts-wrap *{
  text-transform: none !important;
  letter-spacing: normal !important;
}

/* Главная причина “жирности” — более раннее правило .lr-footer .latest-articles a { font-weight:500 }.
   Перебиваем его адресно в 3-й колонке. */
#sp-footer .footer-posts-wrap a,
#sp-footer .footer-posts-wrap .latest-articles a,
#sp-footer .footer-posts-wrap .blog-item .entry-title a,
#sp-footer .footer-posts-wrap .sppb-article-title a,
#sp-footer .footer-posts-wrap .post-title a{
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255,255,255,.9);
}

/* Если заголовок без <a> (бывает в некоторых модулях) */
#sp-footer .footer-posts-wrap .entry-title{
  font-weight: 400 !important;
  margin: 0 0 6px !important;
}

/* Дата — спокойная и ровные интервалы между постами */
#sp-footer .footer-posts-wrap .entry-date{
  font-size: 12px;
  font-weight: 400;
  color: rgba(255,255,255,.6);
  margin: 0 0 12px !important;
}
#sp-footer .footer-posts-wrap .fa-calendar{
  font-size: 12px; margin-right: 4px;
}

/* На случай, если модуль выводит список */
#sp-footer .footer-posts-wrap li{ margin: 0 0 12px !important; }
#sp-footer .footer-posts-wrap li:last-child{ margin-bottom: 0 !important; }

/* На случай блочной разметки без UL */
#sp-footer .footer-posts-wrap .blog-item + .blog-item{ margin-top: 12px !important; }

/* ===== FOOTER — 2-я колонка (список продукции) ===== */
.footer-services{
  list-style:none;
  padding:0;
  margin:0;
}
.footer-services li+li{
  margin-top:6px; /* равномерный вертикальный интервал */
}
.footer-services a{
  display:inline-flex;
  align-items:center;
  font-size:14px;
  line-height:1.6;
  color:rgba(255,255,255,.9);
  text-decoration:none;
  transition:color .2s ease;
}
.footer-services a i{
  font-size:11px;
  margin-right:6px;
  color:rgba(255,255,255,.6);
  transition:color .2s ease;
}
.footer-services a:hover{
  color:#e63946;               /* акцент при наведении */
}
.footer-services a:hover i{
  color:#e63946;
}
/* ===== Footer CTA block ===== */
.footer-contact-cta {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.12);
  border-radius:12px;
  padding:24px 20px;
  text-align:center;
  max-width:320px;
  margin:0 auto;
}

.footer-contact-cta .cta-icon{
  font-size:32px;
  color:#e63946; /* акцентный красный */
  margin-bottom:12px;
}

.footer-contact-cta .cta-text{
  font-size:15px;
  line-height:1.6;
  color:rgba(255,255,255,.9);
  margin-bottom:18px;
}

.footer-contact-cta .cta-button{
  display:inline-block;
  padding:10px 24px;
  background:#e63946;
  color:#fff;
  font-weight:600;
  text-decoration:none;
  border-radius:8px;
  transition:.2s ease;
}
.footer-contact-cta .cta-button:hover{
  background:#c92f3d;
}
/* ===== Footer CTA — отдельная строка на всю ширину ===== */

/* сама строка */
.footer-cta-row {
  margin-top: 24px;          /* отступ сверху от основных колонок */
  text-align: center;        /* выравниваем содержимое по центру */
}

/* карточка внутри */
.footer-cta-row .footer-contact-cta{
  max-width: 820px;          /* ограничение ширины блока */
  width: 100%;
  margin: 0 auto;            /* центрирование */
  padding: 20px 24px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* иконка */
.footer-cta-row .footer-contact-cta .cta-icon{
  font-size:28px;
  color:#e63946;
  margin-bottom:10px;
}

/* текст */
.footer-cta-row .footer-contact-cta .cta-text{
  font-size:15px;
  line-height:1.6;
  color:rgba(255,255,255,.9);
  margin-bottom:16px;
}

/* кнопка */
.footer-cta-row .footer-contact-cta .cta-button{
  display:inline-block;
  padding:10px 24px;
  background:#e63946;
  color:#fff;
  font-weight:600;
  text-decoration:none;
  border-radius:6px;
  transition:.2s ease;
}
.footer-cta-row .footer-contact-cta .cta-button:hover{
  background:#c92f3d;
}

/* адаптив: на телефоне ширина 100% */
@media (max-width: 991.98px){
  .footer-cta-row .footer-contact-cta{ max-width:100%; }
}
.footer-cta-row .footer-contact-cta {
  padding:16px 20px;     /* было 20px 24px */
}
.footer-cta-row .footer-contact-cta .cta-text{
  margin-bottom:12px;    /* вместо 16px */
}
@media (max-width:575.98px){
  .footer-cta-row .footer-contact-cta { border-radius:4px; }
}

/* ==================================================================
   LIRIDA‑M • FINAL OVERRIDES — 2025-09-18
   (Keeps intended behavior after dedup; scoped to header/news/footer)
   ================================================================== */

/* Header/Menu: top-level CAPS; dropdown keep case; offcanvas mirrors */
#sp-header .sp-megamenu-parent > li > a,
#sp-header .sp-megamenu-parent > li > span { text-transform: uppercase !important; }
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > span { text-transform: none !important; letter-spacing: normal; }
#offcanvas .offcanvas-menu .menu > li > a { text-transform: uppercase !important; }
#offcanvas .offcanvas-menu .menu li li > a { text-transform: none !important; letter-spacing: normal; }

/* Titles: natural case (no auto-capitalize/uppercase) */
.sp-page-title .sp-page-title-heading,
.sppb-section .sppb-section-title .sppb-title-heading,
.sppb-section .sppb-title-heading,
.sppb-section h1, .sppb-section h2 { text-transform: none !important; }

/* News preview: allow natural case within lr-keep-case section */
.lr-keep-case, .lr-keep-case * { text-transform: none !important; }
.lr-keep-case .entry-title, .lr-keep-case .entry-title a,
.lr-keep-case .article-title, .lr-keep-case .article-title a,
.lr-keep-case .post-title, .lr-keep-case .post-title a,
.lr-keep-case .sppb-article-title, .lr-keep-case .sppb-article-title a,
.lr-keep-case [class*="title"], .lr-keep-case [class*="title"] a { text-transform: none !important; letter-spacing: normal !important; }

/* Footer: left column basics (safe colors/sizing remain as in base file) */
/* 2nd column products list tidy */
.footer-services{ list-style:none; padding:0; margin:0; }
.footer-services li+li{ margin-top:6px; }
.footer-services a{ display:inline-flex; align-items:center; font-size:14px; line-height:1.6; color:rgba(255,255,255,.9); text-decoration:none; transition:color .2s ease; }
.footer-services a i{ font-size:11px; margin-right:6px; color:rgba(255,255,255,.6); transition:color .2s ease; }
.footer-services a:hover{ color:#e63946; } .footer-services a:hover i{ color:#e63946; }

/* Footer: 3rd column latest posts — normalize case & weight, compact spacing */
#sp-footer .footer-posts-wrap, #sp-footer .footer-posts-wrap * { text-transform: none !important; letter-spacing: normal !important; }
#sp-footer .footer-posts-wrap .entry-title, #sp-footer .footer-posts-wrap .entry-title a {
  font-weight: 400 !important; font-size: 14px; line-height: 1.5; color: rgba(255,255,255,.9); margin: 0 0 6px !important;
}
#sp-footer .footer-posts-wrap .entry-date{ font-size:12px; font-weight:400; color:rgba(255,255,255,.6); margin:0 0 12px !important; }
#sp-footer .footer-posts-wrap .fa-calendar{ font-size:12px; margin-right:4px; }

/* Footer CTA separate row */
.footer-cta-row { margin-top:16px; text-align:center; }
.footer-cta-row .footer-contact-cta{
  max-width:820px; width:100%; margin:0 auto; padding:16px 20px;
  background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.12); border-radius:6px;
  display:flex; flex-direction:column; align-items:center;
}
.footer-cta-row .footer-contact-cta .cta-icon{ font-size:28px; color:#e63946; margin-bottom:10px; }
.footer-cta-row .footer-contact-cta .cta-text{ font-size:15px; line-height:1.6; color:rgba(255,255,255,.9); margin-bottom:12px; }
.footer-cta-row .footer-contact-cta .cta-button{
  display:inline-block; padding:10px 24px; background:#e63946; color:#fff; font-weight:600;
  text-decoration:none; border-radius:6px; transition:.2s ease;
}
.footer-cta-row .footer-contact-cta .cta-button:hover{ background:#c92f3d; }

/* Footer bottom spacing */
#sp-footer { padding-bottom: 15px; }
.footer-copy { margin-bottom: 0; }
/* ===== Mobile: фикс отступов у списков в контенте ===== */
@media (max-width: 576.98px){
  /* обычные списки внутри контента SPPB/статей */
  .sppb-addon-content ul,
  .sppb-text-content ul,
  .article-details ul,
  .lr-content ul{
    padding-left: 1.1rem !important;   /* вернули базовый внутренний отступ */
    margin-left: 0 !important;
    list-style-position: outside;       /* маркер остаётся снаружи текста */
  }

  .sppb-addon-content ol,
  .sppb-text-content ol,
  .article-details ol,
  .lr-content ol{
    padding-left: 1.25rem !important;
    margin-left: 0 !important;
    list-style-position: outside;
  }

  /* вложенные списки — чуть меньший дополнительный сдвиг */
  .sppb-addon-content ul ul,
  .sppb-text-content ul ul,
  .article-details ul ul{
    padding-left: .9rem !important;
    margin-top: 6px;
  }
}
.sp-page-title-heading {
    display: none !important;
}
