header .header-new .header-main {
padding: 0;
}

.header-main .logo img {
	    max-width: 100px !important;
}

.blue-cta-banner p a,
.blue-cta-banner p{
color: white;
}
.blue-cta-banner p {
	font-size: 28px;
}
.blue-cta-banner p a {
	text-decoration: underline;
}
.blue-cta-banner {
  animation: pulseText 2s infinite;
}

@keyframes pulseText {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.85;
    transform: scale(1.08);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.swiper-backface-hidden .swiper-slide {
	    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.sliding-slider .swiper-slide{
	    justify-content: center;
}
.beer-slider img {
    width: 100%;
    height: 100% !important;
    display: block;
}


.single-service ul {
list-style: circle;
}
.e-con .swiper-pagination-bullet {
	    border: 1px solid #c40014;
        background:#c4001424;
        opacity: 0.7;
}
.e-con .swiper-pagination-bullet-active {
background: #c40014;

}

.e-con-inner .swiper-slide .beer-slider{
	height: 670px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 2em 0;
  font-size: 16px;
  line-height: 1.5;
}

th, td {
  border: 1px solid #ddd;
  padding: 12px 16px;
  text-align: left;
}

th {
  background-color: #f5f5f5;
  font-weight: bold;
}

tr:nth-child(even) {
  background-color: #fafafa;
}

/* Адаптив для мобилки */

.service-template .breadcrumb-wrapper .page-list {
	justify-content: flex-start;
    list-style: none;
}

.service-template .breadcrumb-wrapper .page-heading h1{
	    text-align: left;
}
.service-template .breadcrumb-wrapper .page-list li:before {
	    top: 0px;
    font-size: 9px;
}
.breadcrumb-custom-text {
	color: white;
    font-size: 18px;
}

.breadcrumb-button-wrap {
	    background: red;
    padding: 20px;
    color: white;
    display: inline-block;
        margin-top: 20px;
}
.breadcrumb-button-wrap .ehome-btn {
	background: red;
    padding: 20px;
    color: white;
    text-transform: uppercase;
    font-weight: 400;
}
.breadcrumb-wrapper .page-list li {
	    font-size: 12px;
}

.breadcrumb-wrapper .page-list li:before {
	top: 0px;
    font-size: 9px;
    
}

.service-template .breadcrumb-wrapper .breadcrumb-wrapper-items {
    justify-content: center;
    align-items: flex-start;
}


.estimate-form {
  max-width: 400px;
  background: white;
  padding: 30px;
  font-family: Arial, sans-serif;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.estimate-form h2 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: bold;
}

.estimate-form p {
  margin: 0 0 20px;
  font-size: 14px;
  color: #444;
  line-height: 1.2;
}

.rating {
  margin-bottom: 20px;
}

.g-icon {
  font-weight: bold;
  font-size: 20px;
  color: #333;
  margin-right: 5px;
}

.stars {
  color: #FFD700;
  font-size: 18px;
  margin-right: 5px;
}

.rating-details {
  font-size: 13px;
  color: #333;
  line-height: 1.4;
}

.estimate-form form input,
.estimate-form form select,
.estimate-form form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  font-size: 14px;
  border-radius: 4px;
  color: black;
}

.estimate-form form textarea {
  resize: vertical;
  min-height: 60px;
}

.estimate-form button {
  width: 100%;
  background: #c40014;
  color: white;
  font-weight: bold;
  padding: 14px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 5px;
}

.estimate-form .checkbox {
  margin-top: 15px;
  font-size: 12px;
  color: #333;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.estimate-form .checkbox input {
    margin-top: 9px;
      width: 25px;
}

.estimate-form .checkbox a {
  color: #c40014;
  text-decoration: underline;
}

.estimate-form h2,
.estimate-form p,
.estimate-form .rating {
    text-align: center;
}
.wp-singular .breadcrumb-wrapper .breadcrumb-wrapper-items {
	justify-content: space-between;
}

.alignright {
float: right;
}
.alignleft {
float: left;}

.elementor img {
	margin: 10px;
}

.single .elementor-widget-text-editor *{
	margin: 20px 0;
}
.single .elementor-icon-box-title span{
	margin-bottom: 10px;
    display: inline-block;
}
.single .elementor-widget-text-editor ul li {
	margin: 0 0 10px;
}
.single .elementor-widget-text-editor ul li span {
	    line-height: 1.4;
}
.single .elementor-widget-text-editor img {
	margin: 10px;
}
.single .breadcrumb-wrapper .page-heading h1 {
	text-align: left;
}
.single .breadcrumb-wrapper .page-list {
	    justify-content: flex-start;
}

.breadcrumb-block {
    position: relative;
    padding: 40px 0;
    width: 45vw;
}

.wp-singular .swiper-button-next, 
.wp-singular .swiper-button-prev {
    color: #c40014;
}

.breadcrumb-block .swiper-slide img{
    height: 50px;
}
.breadcrumb-block .swiper-slide img {
    max-width: 100px;
    height: 50px;
    object-fit: contain;
}

.breadcrumb-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.breadcrumb-item p {
    text-align: left;
}
.wp-singular .swiper-button-prev {
    left: 0;
}

.wp-singular .swiper-button-next {
    right: 0;
}

.breadcrumb-swiper {
    position: relative;
    z-index: 1;
}


.breadcrumb-swiper img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 10px;
}

.breadcrumb-swiper p {
    margin: 0;
    font-size: 14px;
    text-align: left;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
    width: 32px;
    height: 32px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '';
}

.breadcrumb-item p{
    display: inline-block;
    color: white;
}


.breadcrumb-item_second {
    font-size: 16px;
    font-weight: bold;
}

.breadcrumb-three {
    line-height: 1;
}

.nice-select {
    margin-top: 30px;
}

.wp-singular .nice-select .list li {
	color: white;
    border-bottom: none !important;
    border-radius: 5px;
}

.wp-singular .nice-select .list li:hover{
	background-color: #970010eb;
}

.nice-select .list {
    right: 0 !important;
    background-color: #c40014eb !important;
}

.breadcrumb-custom-text {
    max-width: 600px;
}

.hide {
	    display: none;
}

.fixed-with-header.is-stuck {
  position: fixed;
  top: 107px;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #e60000;
  color: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.fixed-with-header.is-stuck .blue-cta-banner {
	padding: 6px !important;
}
.fixed-with-header.is-stuck .blue-cta-banner p{
	font-size: 22px;
}
@media (max-width: 1350px) {

    .poopup-form {
            padding-top: 5vh;
    }
}


@media (max-width: 768px) {
  table, thead, tbody, tr, th, td {
    display: block;
    width: 100%;
  }

  thead {
    display: none;
  }

  tr {
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
  }

  td {
    position: relative;
    padding-left: 50%;
    border: none;
    border-bottom: 1px solid #ddd;
  }

  td::before {
    content: attr(data-label);
    position: absolute;
    left: 16px;
    top: 12px;
    font-weight: bold;
    white-space: nowrap;
  }
}

@media (max-width: 1024px) { 
.wp-singular .breadcrumb-wrapper .breadcrumb-wrapper-items {
gap: 20px;
}
}

@media (max-width: 768px) { 
.e-con-inner .swiper-slide .beer-slider {
	    height: 41vh;
}
.wp-singular .breadcrumb-wrapper {
	padding: 40px 0;
}

.wp-singular .breadcrumb-wrapper .breadcrumb-wrapper-items {
	    justify-content: center;
}

.wp-singular .breadcrumb-block {
	margin: 0 auto;
}
}

}