@import "styles/plaster-station.css";
/* @import "styles/shop-category.css"; */
@import "styles/convert-forms.css";
@import "styles/service.css";

:root {
  --_main-color: #03558f;
  --_accent1-color: #7195c2;
  --_gray: #505050;
  --_link-color: #ffb700;
  --_link-hover-color: #e3a60a;
  --_deep-gray-blue: #575F6B;
  --_input-border: #d9d9d9;
}
.main-color {
  color:var(--_main-color);
}
h1, h2 {
  font-weight: bold;
}
.error-logo {
	max-width: 400px;
}
html.error-page .error-code {
	color: var( --_link-color);
	font-size: 9rem !important;
	text-shadow: 0 5px 10px rgba(4, 4, 4, 0.439);
}
.menu_vertical .title-mod::before {
  content: '\f0c9';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}
.btn {
  border-radius: 0;
}
.sppb-btn {
  cursor: pointer;
}
.orange-btn {
  border: none;
  background-color: var(--_link-color);
  padding: 10px 30px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: .3s;
}
.orange-btn:hover {
  background-color: var(--_gray);
  color: #fff;
}
.btn.__orange {
  background-color: var(--_link-color);
  color: var(--_gray);
}
.btn.__orange:hover {
  background-color: var(--_gray);
  color: #fff;
}
.btn.__underline {
  color: var(--_gray);
}
.btn.__underline:hover {
  text-decoration: underline;
}
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
input[type="text"]:not(.form-control),
input[type="email"]:not(.form-control),
input[type="url"]:not(.form-control),
input[type="date"]:not(.form-control),
input[type="password"]:not(.form-control),
input[type="search"]:not(.form-control),
input[type="tel"]:not(.form-control),
input[type="number"]:not(.form-control),
select:not(.form-select):not(.form-control) {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0.5rem 0.5rem !important;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.blue-check ul {
  list-style: none;
}
.blue-check ul li {
  position: relative;
}
.blue-check ul li:not(:last-child) {
  margin-bottom: 20px;
}
.blue-check._margin-5 ul li:not(:last-child) {
  margin-bottom: 5px;
}
.blue-check ul li::before {
  content: url(/images/blue-check.svg);
  position: absolute;
  top: 3px;
  left: -31px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px 0 0 1px;
}
.blue-check._border-gray ul li::before {
  border: 1px solid var(--_input-border);
}
.blue-check._col-2 ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0 30px;
}
.blue-check._col-2 ul li {
  max-width: 50%;
}
.blue-check._col-2 ul li {
  display: inline-block;
}
.sppb-row-container {
	margin: 0 auto;
}
.offcanvas-inner {
  margin-top: 45px !important;
}
.close-offcanvas {
  top: 20px !important;
  right: 28px !important;
}
#system-message-container {
  position: fixed;
  bottom: auto;
  width: 100%;
  max-width: 500px;
  right: auto;
  left: 50%;
  top: 40%;
  z-index: 9;
  transform: translateX(-50%);
}
#sp-logo {
  width: 170px;
  display: flex;
  align-items: center;
}
#sp-top2 {
  width: auto;
  flex: 1;
  margin-left: auto;
  max-width: 71%;
}
#system-message .alert {
  padding: 30px;
  font-size: 16px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
}
#sp-menu>.sp-column {
  justify-content: space-between !important;
}
#sp-header .sp-module {
  margin-left: 0;
}
#sp-header {
  animation: none !important;
}
.sidebar-megamenu .sp-module {
  width: 90%;
}
.sp-megamenu-parent>li:last-child>a {
  padding: 0px 15px 0px 15px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: -15px;
  right: 0;
}
.menu.phm-megamenu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.item-197.module {
  margin-bottom: 10px;
}
.sp-dropdown.sp-dropdown-main.sp-dropdown-mega.sp-menu-full .sp-dropdown-inner {
  padding: 20px;
}
.phm-megamenu-item {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 10px;
  align-items: center;
}
.menu.phm-megamenu.__first-col {
  display: grid;
  gap: 12px;
}
.phm-megamenu__image-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.sp-module ul>li>a:hover,
.phm-megamenu__link:hover {
  color: var(--_link-color) !important;
}
.sp-megamenu-parent .sp-module.phm-megamenu-box:not(.__first-col),
.menu.phm-megamenu.__first-col li {
  padding: 10px;
  border: 1px solid #eee;
}
.sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title a {
  color: #252525;
}
.sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title:hover a {
  color: var(--_link-color);
}
.sp-megamenu-parent .col-sm-3 
:is(.sp-mega-group, 
.item-195.module, 
.sp-module.phm-megamenu-box,
.sp-module-content,
.mod-custom.custom,
.menu.phm-megamenu.__first-col) {
  height: 100%;
}

.menu.phm-megamenu.__first-col {
  grid-template-columns: 1fr;
}
.phm-megamenu__link {
  display: grid;
  height: 100%;
  gap: 20px;
}
.menu.phm-page-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.categories-menu-item {
  margin-right: auto;
}
.categories-menu-link {
  background-color: var(--_link-color) !important;
  padding: 0 50px 0 15px !important;
  line-height: 49px !important;
}
.categories-menu-link::after {
  display: none;
}
.categories-menu-link::before {
  content: "\f550";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-right: 15px;
}
/*************SPPB Full Width Section for articles and sppb modules*******/
/* d-flex align-items-center align-cols-center */
.align-cols-center .sppb-row {
  align-items: center;
}

/*****************End******************/


#sp-main-body {
  padding: 20px 0 100px;
}
.com-sppagebuilder #sp-header.header-sticky~section#sp-main-body {
  padding-top: 0;
}
#sp-header.header-sticky~section#sp-main-body {
  padding-top: 20px;
}
#sp-header.header-sticky+section {
  padding-top: 50px;
}
.com-jshopping.view-category #sp-main-body {
  padding: 100px 0 50px !important;
}
.com-jshopping.view-category.phm-padding-top-20 #sp-main-body {
  padding: 20px 0 50px !important;
}
.category-wrapp {
	display: flex;
	flex-direction: column;
}
.category-wrapp .category-description {
	order: 1;
  padding-top: 50px;
}
/*************Очистка стиля списка******************/
.phm-clear-list-style ul {
  list-style: inherit;
  margin: 0 0 0 15px;
}
/*******Стиль списка*************/
.phm-list-style ul {
  padding-left: 20px;
}
.phm-list-style ul li {
  position: relative;
}

.phm-list-style ul li::before {
  content: "\f054";
  font-family: 'Font Awesome 6 Free';
  margin-right: 10px;
  position: absolute;
  left: -16px;
  color: var(--_main-color);
  font-weight: 900;
}

.phm-list-style ol {
	list-style: decimal;
}
.phm-list-style._allert ul li::before {
	color: inherit;
}

/***************Хлебные крошки******************/
.breadcrumb {
  padding: 30px 0 0;
  background: transparent;
  margin: 0;
}
.breadcrumb ul.items {
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumb ul.items .item:first-child {
  padding-left: 10px;
  border-left: 1px solid #ddd;
}
.breadcrumb ul.items .item {
  height: 25px;
  line-height: 22px;
  margin: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: relative;
  padding: 0 8px 0 18px;
  font-size: 14px;
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb ul.items .item:first-child::before {
  border: 0;
}
.breadcrumb ul.items .item::after,
.breadcrumb ul.items .item::before {
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  content: "";
  display: inline-block;
  height: 17px;
  position: absolute;
  top: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  width: 17px;
}
.breadcrumb ul.items .item::before {
  left: -8px;
}
.breadcrumb ul.items .item a {
  display: block;
  text-decoration: none;
}
.breadcrumb ul.items .item::after {
  right: -8px;
}
/**********Меню Offcanvas***********/
.offcanvas-menu {
  background-color: #fff;
}
.offcanvas-menu .logo {
  display: none;
}
.offcanvas-menu .offcanvas-inner {
  margin-top: 0 !important;
  padding-top: 0;
}
.offcanvas-active .offcanvas-overlay {
  display: block !important;
}
.offcanvas-menu .offcanvas-inner .sp-module .menu-child>li {
  margin: 0;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a,
.offcanvas-menu .offcanvas-inner ul.menu>li>span {
  border-bottom: 1px solid #d5d4d4;
  padding: 15px 0;
}
.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler,
.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #d5d4d4;
  max-width: 50px;
}


/*************Header*************/
/************************************/
#sp-menu .sp-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sp-top-section {
  padding: 10px 0;
}
.sp-megamenu-wrapper {
  order: -1;
  flex: 1;
}

.sp-module.phm-top-contacts {
  position: relative;
  margin-top: 6px;
}

.phm-top-contacts {
  display: grid;
  grid-template-columns: repeat(2, 1fr) .5fr;
  gap: 1em;
}

.phm-top-contacts__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.adress-heading {
  font-weight: 700;
  font-size: 1.1em;
  color: var(--_main-color);
}
.phm-top-contacts__adres {
  font-size: 0.875em;
  align-self: start;
}
.phm-top-contacts__phone,
.phm-top-contacts__wrap {
  display: grid;
  justify-items: end;
  justify-content: end;
}

.phm-top-contacts__phone a {
  font-size: 18px;
  font-weight: 700;
  color: var(--_main-color);
}
.phm-top-contacts__whatsapp {
	font-size: 16px !important;
	margin-right: 15px;
}
a.phm-top-contacts__whatsapp {
	color: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background-color: #27ce27;
	border-radius: 100%;
}
a.phm-top-contacts__whatsapp:hover {
  color: #fff !important;
  background-color: var(--_link-color);

}
.phm-top-contacts__phone a:hover {
  color: var( --_link-color);
}

.phm-top-contacts__phone span {
  background-color: var( --_link-color);
  padding: 10px 30px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: .3s;
}

.phm-top-contacts__phone span:hover {
  background-color: var(--_link-hover-color);
}
a.callback-link {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline dashed;
  text-underline-offset: 3px;
}

#sp-header {
  background-color: var(--_main-color);
}

.sp-megamenu-parent {
  text-transform: uppercase;
}

.sp-dropdown-inner {
  text-transform: none;
}
.categories-menu-item {
  margin-right: 100px;
}
.sp-megamenu-parent>li:hover>a,
.sp-megamenu-parent>li:hover>span {
  background-color: #004c82;
}

.sp-megamenu-parent>li>a,
.sp-megamenu-parent>li>span {
  color: #fff !important;
}

.sp-megamenu-parent>li.active>a,
.sp-megamenu-parent>li.active:hover>a {
  color: #fff;
}

.sp-megamenu-parent>li>a::before {
  background-color: var( --_link-color);
}

/*************Верхняя секция********************/
.phm-phone-icon-orange .fa.fa-phone::before {
  color: var( --_link-color);
}

/*Search*/
.btn.search-btn {
  color: #fff;
  font-size: 22px;
}
.btn.search-btn:hover {
  color: var(--_link-color);
}
.mod-shop-search {
  display: grid;
  grid-template-columns: 1fr 100px;
  gap: 10px;
}
.mod-shop-search .btn.btn-primary {
  background-color: var(--_link-color);
}
.mod-shop-search .btn.btn-primary:hover {
  background-color: var(--_link-hover-color);
}
/* Корзина */
.sp-module.phm-wt-cart {
  order: 1;
}
.phm-wt-cart {
  line-height: 1;
}
.phm-wt-cart i {
  font-size: 22px;
  color: var(--_link-color);
  transition: color .3s;
}
.phm-wt-cart:hover i {
  color: #fff;
}
.phm-wt-cart>span {
  top: 7px !important;
  left: 85% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 20px;
}
/****************Главное меню*********/
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:hover {
  color: var( --_link-color);
}
.sp-megamenu-parent>li>a::before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 2px;
  opacity: 0;
  z-index: 10;
  background-color: var( --_link-color);
}
.sp-megamenu-parent>li>a:hover::before {
  opacity: 1;
}
.phm-top-menu-item {
  display: flex !important;
  align-items: center;
  padding: 0 !important;
  margin: 17px 0;
}
.phm-top-menu-item img {
  margin-right: 12px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  padding: 1px 20px;
}
/***********Разделитель заголовка***/
.phm-divider {
  position: relative;
}
.phm-divider::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: var( --_link-color);
}

/* Слайдер на главной */
.home-slider .sppb-row .sppb-row {
  width: 100%;
}
.slide-heading {
  max-width: 400px;
}
.slide-catalog-btn {
  margin-right: 10px !important;
}
.home-slider .sp-slider-image-align- {
  margin: 0 auto;
}
.slide-image img {
  width: 674px !important;
  height: auto !important;
  max-width: inherit;
}
/***************Кнопки под слайдером******/
.phm-subitems-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: auto;
  height: auto;
  margin: auto;
  background-color: #eeeeee;
}
.phm-sub-item {
  width: 25%;
  flex: 0 0 25%;
}
/*Меню на странице*/
.menu.phm-page-menu img,
.menu.phm-page-menu .item-254 {
  display: none;
}
.menu.phm-page-menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}
.menu.phm-page-menu li {
  flex: 0 0 25%;
  height: 197px;
}
.menu.phm-page-menu a {
  color: #fff;
  display: block;
  text-align: center;
  padding: 30px 0 0;
  height: 100%;
  font-size: 22px;
  line-height: 24px;
}
.menu.phm-page-menu li a {
  background-repeat: no-repeat;
  background-position: bottom;
}
.menu.phm-page-menu .item-440 a {
  background-image: url(/images/home/m-item-1.png);
}
.menu.phm-page-menu .item-273 a {
  background-image: url(/images/home/m-item-2.png);
}
.menu.phm-page-menu .item-441 a {
  background-image: url(/images/home/m-item-3.png);
}
.menu.phm-page-menu .item-286 a {
  background-image: url(/images/home/m-item-4.png);
}
.menu.phm-page-menu li a:hover {
  background-color: var(--_link-color);
}
/* Предложения */
.offers .sppb-col-md-6 {
  padding: 0 10px;
}
.offers__item {
  min-height: 100px;
}
/* Наш сервис */
.service__item {
  height: 380px;
}
.service__item .sppb-addon-content {
  height: 100%;
}
.service__item .image-layout-preset-style-poster {
  align-items: flex-start;
  text-align: left;
  justify-content: center;
  height: 100%;
}
.service__item .sppb-addon-image-layout-image {
  order: 1;
  margin-top: auto;
}
.service__item  .sppb-btn-link {
  padding: 0;
}
/*  */
.phm-sub-item .sppb-addon-content {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #fff;
  transition: all .3s ease-in-out;
  border: 1px solid #d0d0d0;
  height: 100%;
}

.phm-img-container {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transition: all .3s ease-in-out;
}

.phm-sppb-media-content {
  margin-top: 5px;
}

.phm-feature-box-title {
  color: #aeaeae;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.phm-sub-item:hover .sppb-addon-content {
  background-color: var( --_link-color);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.18);
  border: 1px solid var( --_link-color);
}

.phm-sub-item:hover .phm-img-container {
  background-position: bottom center;
}

.phm-sub-item:hover .phm-feature-box-title {
  color: #fff;
}

/******************Секция Пять колонок****************/
.phm-five-columns .sppb-row {
  justify-content: center;
}

.phm-five-columns .sppb-row .sppb-col-md-2 {
  max-width: 20%;
  flex: 0 0 20%;
}

.phm-feuture-item {
  min-height: 260px;
  position: relative;
}
.phm-feuture-content {
  margin: 20px;
}
/*  */
.yellow-tabs .sppb-nav::before,
.yellow-tabs .sppb-nav::after {
  display: none;
}

.yellow-tabs .sppb-nav>li {
  float: none;
  margin: 0;
}

.yellow-tabs .sppb-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

.yellow-tabs .sppb-nav>li {
  position: relative;
  display: block;
  flex: 0 1 calc(25% - 1em);
}

.yellow-tabs .sppb-nav>li a {
  text-align: center;
  border: none;
  border-radius: 0;
  font-size: 16px;
  padding: 30px 15px;
  background-color: #f9f9f9;
  color: var(--deep-gray-blue);
}

.yellow-tabs .sppb-nav>li a:hover,
.yellow-tabs .sppb-nav>li.active a:hover,
.yellow-tabs .sppb-nav>li.active a {
  background-color: var(--_link-color);
  color: #fff;
}

.yellow-tabs .sppb-tab-content {
  margin-top: 30px;
}

/**********Footer*************/
#sp-footer,
#sp-bottom {
  background: var(--_main-color);
  color: #fff;
}
.phm-footer-logo .sppb-img-responsive {
  height: 72px;
}

.phm-footer-contact-item .sppb-addon-text p {
  margin-bottom: 0;
}

.phm-footer-contact-item .sppb-media {
  display: flex;
  align-items: center;
}
#sp-bottom .sp-module {
  margin-bottom: 0;
}
#sp-bottom {
  padding: 0;
}
.footer-bottom .sp-copyright {
  color: #bbb;
  font-weight: 400;
}

.phm-footer-menu .sppb-addon-title {
  position: relative;
  padding-bottom: 10px;
}

.phm-footer-menu ul li {
  margin-bottom: 5px;
}

.phm-footer-menu .sppb-addon-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  height: 2px;
  background-color: var( --_link-color);
}

/*Аренда*/
.phn-lidbtn-box .sppb-column-addons {
  display: flex;
  gap: 20px;
}
.phn-lidbtn-box-center .sppb-column-addons {
  justify-content: center;
}
.blue-check._white ul li::before {
    content: url(/images/white-check.svg);
    background-color: var(--_deep-gray-blue);
}
.rent-feature-image {
    position: relative;
}
.rent-feature-image .sppb-addon-title {
    position: absolute;
    z-index: 1;
    bottom: 15px;
    padding: 0 20px;
    text-align: left;
    color: #fff;
}
.rent-machine .sppb-addon-title {
    min-height: 44px;
}
.rent-machine .sppb-btn {
    display: block;
    max-width: 114px;
}
.rent-features-item {
    min-height: 138px;
}
.benefit-feature-2 {
    min-height: 80px;
}
.benefit-feature-2._row-1 {
    min-height: 184px;
}
.plaster-machin-feature-grid .sppb-column-addons {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, minmax(0, 200px));
    gap: 10px;
}
.plaster-machin-feature-grid .sppb-addon-wrapper > div,
.sppb-addon-overlay-image,
.sppb-addon-overlay-image-content {
    height: 100% !important;
}
.plaster-machin-feature-grid .sppb-addon-wrapper:first-child {
    grid-column: 1 / 4;
}
.plaster-machin-feature-grid .sppb-addon-wrapper:nth-child(2) {
    grid-column: 4 / 6;
}
.plaster-machin-feature-grid .sppb-addon-wrapper:nth-child(3) {
    grid-row: 2/4;
    grid-column: 1 / 3;
}
.plaster-machin-feature-grid .sppb-addon-wrapper:nth-child(4) {
    /* grid-row: 2/4; */
    grid-column: 3 / 6;
}
.plaster-machin-feature-grid .sppb-addon-wrapper:nth-child(5) {
    grid-row: 3/4;
    grid-column: 3 / 6;
}
/* Breackpoints */
@media (max-width: 991px) {
    .rent-first .sppb-row-overlay {
        background-color: rgba(255, 255, 255, 0.812);
    }
    .rent-machine .sppb-img-responsive {
        display: block;
        margin: 0 auto;
    }
    .benefit-feature-2 {
        min-height: 100px;
    }
}
@media (max-width: 767px) {
    .benefit-feature-2 {
        min-height: 80px !important;
    }
    .phm-featur-shaddow {
        min-height: 200px;
    }
}
@media (max-width: 575px) {
    .plaster-machin-feature-grid .sppb-column-addons {
        display: flex;
        flex-direction: column;
    }
    .plaster-machin-feature-grid .sppb-addon-wrapper>div {
        min-height: 33vmin;
    }
}

/* Страница Аренда */
.phm-featur-shaddow {
  min-height: 271px;
}
.phm-featur-shaddow i {
  display: flex;
  justify-content: center;
}
.phm-featur-shaddow .sppb-icon-container {
  box-shadow: 0px 5px 10px 6px rgba(3, 0, 0, 0.0) !important;
  transition: box-shadow .4s;
  -webkit-transition: box-shadow .4s;
  -moz-transition: box-shadow .4s;
  -ms-transition: box-shadow .4s;
  -o-transition: box-shadow .4s;
}
.phm-featur-shaddow:hover .sppb-icon-container {
  box-shadow: 0px 5px 10px 6px rgba(3, 0, 0, 0.1) !important;
}
.phm-rent-pricetab .sppb-addon-content {
  min-height: 296px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.phm-rent-pricetab .sppb-addon-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  background-color: var(--_main-color);
  margin: 0 -25px 40px;
}
.phm-rent-pricetab ul li {
  position: relative;
  margin-bottom: 10px;
}
.phm-additional-servis {
  display: flex;
  align-items: center;
}
.phm-additional-servis .sppb-addon-title {
  width: 70px;
  height: 70px;
  text-align: center;
  position: relative;
  background-color: #59a1d5;
  color: #fff;
  border-radius: 70px;
  flex: 0 0 auto;
  margin-right: 20px;
}
.phm-additional-servis .sppb-addon-content {
  min-height: 100px;
  display: flex;
  align-items: center;
}
.phm-additional-servis .sppb-addon-content p {
  margin-bottom: 0;
}
.jshop-listing-product h1 {
  font-size: 32px;
}
.phm-yellow-arrow-list ul li {
  position: relative;
}
.phm-yellow-arrow-list ul li::before {
  content: '\f0a9';
  position: absolute;
  left: -24px;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: var( --_link-color);
}
.parts-descr-ul ul {
  max-height: 200px;
}
.parts-descr-ul ul li {
  max-width: 47% !important;
}
.menu.tag-pages-menu {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
  margin-bottom: 20px;
  margin-top: -4px;
}
.menu.tag-pages-menu a {
  display: flex;
  align-items: center;
  padding-left: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #505050;
  line-height: 1;
  padding-right: 10px;
  text-align: center;
  justify-content: center;
  background-color: #f2f2f2;
  height: 50px;
}
.menu.tag-pages-menu a:hover {
  background-color: var( --_link-color);
  color: #fff;
}
.phm-footer-contacts__item {
	display: flex;
	flex-direction: column;
	gap: 10px 0;
}
.phm-footer-contacts__item i {
	color: var( --_link-color);
	margin-right: 10px;
	font-size: 20px;
}
.phm-footer-contacts__item a {
	color: #fff !important;
  text-decoration: underline;
}
.phm-footer-contacts__item a:hover {
	color: var( --_link-color) !important;
}
.phm-contacts-page__item {
	margin-bottom: 20px;
}
.phm-contacts-page__heading {
	font-size: 24px;
}
.phm-regions {
	position: relative;
	background-image: url(/images/service/map-russia.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.phm-regions__heading {
  position: relative;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
  z-index: 2;
}
.phm-regions__list {
  position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
  gap: 0 10px;
  z-index: 2;
}
.phm-regions::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.588);
}
/* Slick slider */
.slick-nav-box {
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 3;
}
.phm-slick-btn {
  height: 50px !important;
  width: 50px !important;
  color: var(--_main-color) !important;
  font-size: 1em !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-color: #fff !important;
  border-radius: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.19);
  transition: box-shadow .1s, margin-top .1s;
  z-index: 9;
}
.phm-slick-btn:hover {
	margin-top: 2px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.19);
}
.phm-slick-btn::before {
	display: none;
}
.slick-list {
	padding-bottom: 30px !important;
}
.slick-track {
	margin-inline: -10px;
}
.slick-slide {
	margin-inline: 10px;
}
/*  */
textarea.cf-input::placeholder,
input.cf-input::placeholder {
  color: #424242 !important;
}
.burger-icon>span {
  background-color: #fff;
}
.sp-scroll-up {
  bottom: 100px;
}



/* Blog */
.article-details {
  display: flex;
  flex-direction: column;
}
.article-header,
.article-info,
.tags {
  order: -1;
}
.view-article #sp-main-body {
  padding-bottom: 0;
}
.article-details .article-can-edit {
  position: absolute;
  right: 0;
  top: 0;
  display: grid !important;
  transform: translateX(100%);
}
a[href*="/component/sppagebuilder"]+a {
  display: none !important;
}
.article-list .row.row-1.cols-4 {
  margin: 0 -.5em;
}
.article-list .col-lg-3 {
  padding: 0 .5em;
}
.article-list .article {
  margin-bottom: 1em;
}
.article-list .tags {
  display: none;
}
.article-list .article-header {
  height: 5rem;
  margin-bottom: 1rem;
}
.article-introtext p,
.article-list .article-header h2 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-introtext p {
  height: 4.4rem;
}
.readmore {
  display: flex;
  justify-content: end;
}
.readmore a {
  padding: 0.8em 2em !important;
  color: var(--_link-color) !important;
  border: 1px solid;
  font-size: 0.875rem;
  font-weight: 500;
}
.readmore a:hover {
  background-color: var(--_link-color) !important;
  color: #fff !important;
  border-color: var(--_link-color) !important;
}
.article-publish-date,
time {
  font-weight: 700;
  color: #9d9d9d;
}
.article-publish-date {
  font-size: 0.813rem;
}
.moduletable.blog-menu-box {
  padding: 1em;
  border: 1px solid #f5f5f5;
  margin-bottom: 1em;
}
.blog-menu-box__title {
  font-weight: 700;
  margin-bottom: 1em;
}
.blog-menu .menu.tag-pages-menu {
  display: flex !important;
  flex-wrap: wrap;
  margin: 0;
}
.blog-menu .menu.tag-pages-menu li {
  flex: 0 0 auto;
}
.blog-menu .menu.tag-pages-menu a {
  padding: .7em 1em;
  height: inherit;
}
.tag-category .list-group {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1em;
  margin-bottom: 2em;
}
.list-group-item {
  border-radius: 0 !important;
  border: 1px solid #f5f5f5 !important;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  color: inherit;
  background-color: inherit;
}
.tag-image-wrap {
  order: -1;
  margin: -20px -20px 20px -20px;
}
.tag-item-title {
  font-weight: bold;
  font-size: 1.375rem;
  height: 5rem;
  margin-bottom: 1rem;
  color: #252525;
  line-height: 1.2;
}
.tag-item-title:hover {
  color: var(--_link-hover-color);
}
.tag-body,
.tag-item-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tag-body {
  margin-bottom: 1rem;
}
.article-publish-date {
  margin-bottom: 1rem;
}
.sticky-article-menu__items a {
  text-align: left;
  padding: 0;
}
html {
  scroll-padding-top: 80px;
}
.hide-subitems+div,
.hide-subitems::after {
  display: none !important;
}
/* end Blog */
.sp-module.fly-btn-box {
  position: fixed;
  right: 50px;
  bottom: 0px;
  z-index: 9;
}
.convertforms.--slide-bar .cf-col-medium-13 {
  width: 100% !important;
}
.convertforms.--slide-bar .cf-form-wrap {
  padding: 0px 20px 20px 20px !important;
}
.convertforms.--slide-bar .cf-checkbox-group .cf-label {
  font-size: .8em !important;
}
.fly-btn {
  font-size: 1.3em;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  padding: 0.5em 1em;
  color: var(--_main-color);
  background-color: var(--_link-color);
  border-radius: .5em .5em 0 0;
  box-shadow: -5px 0 10px hsla(0, 0%, 0%, 0.31);
  transition: .3s;
}
.fly-btn img {
  flex: 0 0 2em;
  width: 2em;
}
.fly-btn:hover {
  background-color: var(--_accent1-color);
  color: #fff;
}
a.fly-item,
span.fly-item {
  padding: 5px 1em;
  display: block;
  font-size: 1.3em;
}
a.fly-item span {
  font-family: "Roboto Condensed", sans-serif;
}
/******************Медиа*****************/
/*Breackpoints*/
@media (max-width: 1399.98px) {
  #sp-top2 {
    max-width: 79%;
  }
}
@media (max-width: 1199px) {
  #sp-top-section .row>div:first-child {
    flex: 0 0 auto;
    max-width: 16%;
    -ms-flex: 0 0 auto;
  }
  #sp-top-section .row > div:last-child {
    flex: 1;
    max-width: 100%;
  }
  .phm-top-contacts {
    display: grid;
    grid-template-columns: repeat(2, 1fr) .6fr;
    gap: 1em;
  }
  .sp-megamenu-parent>li>a,
  .sp-megamenu-parent>li>span {
    padding: 0 9px;
  }
  .phm-featur-shaddow {
    min-height: 295px;
  }
  .phm-rent-pricetab .sppb-addon-content {
    min-height: 437px;
  }
  .phm-additional-servis .sppb-addon-content {
    min-height: 121px;
  }
  .parts-descr-ul ul {
    max-height: 204px;
  }
  .menu.phm-page-menu a {
    font-size: 18px;
  }
  .offers__item {
    min-height: 174px;
  }
  .yellow-tabs .sppb-nav>li a {
    min-height: 107px;
  }
  .slide-image {
    position: relative;
    top: 12px;
  }
  .static-form.__faq .static-form__input-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  #sp-top-section .row>div:first-child {
    max-width: 20%;
  }
  #sp-top-section .row>div:last-child {
    max-width: 80%;
  }
  #sp-top2 {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .phm-top-contacts {
    display: flex;
  }
  .phm-top-contacts__item.phm-top-contacts__phone {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 1em;
  }
  .phm-top-contacts__item.phm-top-contacts__adres {
    display: none;
  }
  a.callback-link {
    font-size: 18px;
    margin: 0 !important;
  }
  a[itemprop="email"] {
    display: none;
  }
  .phm-top-contacts__item {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: flex-end !important;
  }
  .phm-top-contacts__phone a {
    margin-right: 20px;
  }
  #sp-user3 {
    display: none;
  }
  .phm-sub-item {
    width: 50%;
    flex: 0 0 50%;
  }
  .phm-rent-pricetab .sppb-addon-content,
  .phm-additional-servis .sppb-addon-content {
    min-height: 1px;
  }
  .phn-lidbtn-box .sppb-column-addons {
    flex-direction: column;
  }
  .phn-lidbtn-box-center .sppb-column-addons {
    align-items: center;
  }
  .menu.phm-page-menu li {
    flex: 0 0 25%;
    height: 142px;
  }
  .menu.phm-page-menu li a {
    background-size: contain;
    font-size: 16px;
  }
  .offers__item {
    min-height: 100px;
  }
  .slide-catalog-btn {
    margin-right: 0px !important;
    margin-bottom: 20px !important;
  }
  .slide-heading {
    max-width: 454px;
    font-size: 45px !important;
  }
  .article-details .article-can-edit {
    display: none !important;
  }
  .article-list .col-lg-3 {
    width: 50%;
  }
  .pagination-wrapper .pagination {
    justify-content: center;
    margin-top: 1em;
  }
  .pagination-counter.text-muted.mb-4 {
    text-align: center;
  }
  .tag-category .list-group {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .phm-sub-item {
    width: 100%;
    flex: 0 0 100%;
  }
  .parts-descr-ul ul {
    max-height: none;
  }
  .parts-descr-ul ul li {
    max-width: 100% !important;
  }
  .offers__item {
    min-height: 1px;
  }
  .yellow-tabs .sppb-nav>li {
    flex: 0 1 calc(50% - 1em);
  }
  .home-slider .sp-slider-outer-stage {
    height: 480px !important;
  }
  .home-slider .slide-image img {
    width: 450px !important;
  }
  .slide-heading {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }
  .slide-image {
    position: relative;
    top: 59px;
  }
 .sp-slider.home-slider .sp-dots {
    bottom: 50px !important;
  }
  .menu.tag-pages-menu li {
    flex: 0 0 49%;
  }
}
@media (max-width:575px) {
  .phm-top-contacts__item.phm-top-contacts__phone {
    grid-template-columns: 1fr 40px;
  }
  .callback-link {
    display: none;
  }
  .phm-top-contacts__wrap {
    white-space: nowrap;
  }
  #offcanvas-toggler {
    height: 50px;
    line-height: 50px;
  }
  .phm-additional-servis {
    flex-direction: column;
  }
  .phm-additional-servis .sppb-addon-title {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .phm-top-contacts__phone span {
    display: none;
  }
  #sp-top-section .row>div:first-child {
    max-width: 45%;
  }
  #sp-top-section .row>div:last-child {
    max-width: 100%;
  }
  .sp-module.phm-top-contacts {
    margin-top: 15px;
  }
  .phm-top-contacts__phone a {
    margin-right: 0;
  }
  .phm-top-contacts__phone a {
    margin-right: 0;
    font-size: 16px;
  }
  .page-menu-section {
    padding: 15px 0 !important;
  }
  .menu.phm-page-menu {
    gap: 1em;
  }
  .menu.phm-page-menu li {
    flex: 0 0 calc(50% - .5em);
    border: 1px solid rgba(238, 238, 238, 0.11);
  }
  .yellow-tabs .sppb-nav>li {
    flex: 0 1 calc(50% - .5em);
  }
  .yellow-tabs .sppb-nav>li a {
    min-height: 124px;
    font-size: 15px;
    font-weight: normal;
  }
  .home-slider .sp-slider-outer-stage {
    height: 380px !important;
  }
  .home-slider .sppb-row .sppb-row>.sppb-col-xs-6:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    z-index: 2;
  }
  .home-slider .sppb-row .sppb-row>.sppb-col-xs-6:last-child {
    position: absolute;
    right: 80px;
  }
  .sp-slider.home-slider .sp-dots {
    bottom: 20px !important;
  }
  .slide-catalog-btn {
    margin-right: 10px !important;
  }
  .slide-heading {
    max-width: 233px;
  }
  .slide-discr {
    max-width: 300px;
  }
  .menu.tag-pages-menu {
    flex-wrap: wrap;
  }
  .menu.tag-pages-menu li {
    flex: 0 0 100%;
  }
  .phm-regions__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .menu.tag-pages-menu {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
  .latest_products.slick-slider {
    max-width: 350px;
    margin: auto;
  }
  .mod-shop-search {
    grid-template-columns: 1fr;
  }
  .mod-shop-search .button.btn.btn-primary {
    height: 50px;
  }
  .article-list .col-lg-3 {
    width: 100%;
  }
  .tag-item-title,
  .article-list .article-header {
    height: auto;
  }
  .tag-category .list-group {
    grid-template-columns: 1fr;
  }
  .fly-btn {
    font-size: 1em;
  }
}
/* Mobile First */
@media (min-width: 992px) {
  .sp-megamenu-parent {
    display: flex !important;
    width: 100%;
    justify-content: center;
    gap: 30px;
    margin: 0;
  }
  .sp-menu-item:last-child,
  .categories-menu-item {
    margin-right: auto;
  }
  .body-innerwrapper {
    overflow-x: visible;
  }
  .sticky-article-menu>.sppb-column-addons>.sppb-addon-wrapper {
    position: sticky;
    top: 80px;
  }
}

