.stitched {
   padding: 20px;
   margin: 10px;
       background: url(../images/more_btn.png) repeat top left;
    background-size: 100% 100%;
    border: none;
   color: #fff;


    margin-bottom: 5px;
    font: normal 21px / 20px Arial, sans-serif;
    text-align: center;
    vertical-align: middle;
   font-weight: bold;
   line-height: 1.3em;
   border: 2px dashed #fff;
   border-radius: 10px;
   box-shadow: 0 0 0 4px #292929, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
   text-shadow: -1px -1px #aa3030;
   font-weight: normal;
   text-align: center;
}

.col-mx-2 {
 
margin-left: 5px;
flex: 0 0 auto;
width: 10.667%;
}



.bg-screen
{
  position:absolute;
  z-index:0;
  overflow:hidden;
}


.content-front:nth-child(2):after {
    content: '';
}


.bg-header {

}
.inner p{

    padding-top: 20px;
    padding-bottom: 20px;

    font-style: italic;
    font-weight: normal;
    font-size: 24px;

    color: #fff!important;
    text-shadow: 1px 0 1px #0047ba, 0 1px 1px #0047ba, -1px 0 1px #0047ba, 0 -1px 1px #0047ba;
    font-family: Impact, Charcoal, sans-serif;

    margin-left: -20px;

}

.welcome-board-name
{
      font-family: 'calibri', cursive;
    color: #FFF;
    font-size: 2.3em;
    text-shadow: 1px 2px 3px #03802a;
	text-align: center;
    
}

.content-inner {
  width: 100%;
  color: #fff;
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
  backface-visibility: hidden;
  transition: 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.fl-wrap {
  float: left;
  width: 100%;
  position: relative;
}

.content-inner .content-front,
.content-inner .content-back {
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
  backface-visibility: hidden;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-front {

  position: relative;
}


.content-inner > * {
  backface-visibility: hidden;
  transition: 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.cf-inner:before,
.cf-inner:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-color: rgba(255, 255, 255, 0.4);
  z-index: 10;
}

.cf-inner:before {
  top: 20px;
  left: 20px;

}
.bg {
position: absolute;
    top: 8px;
    width: 145px;
    height: 150px;
    z-index: 1;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: 3;
}

.content-inner .cf-inner .inner {
  align-items: stretch;
  transform-style: preserve-3d;
  perspective: 1000px;
  backface-visibility: hidden;

  text-align: center;
  position: relative;
  z-index: 2;
}

.cf-inner:after {
  bottom: 20px;
  right: 20px;
 
}

.content-inner .cf-inner .inner h8 {

    padding-bottom: 20px;
    font-style: italic;
    font-weight: normal;
    font-size: 24px;
    padding-top: 36%;
    color: #fff!important;
    text-shadow: 1px 0 1px #0047ba, 0 1px 1px #0047ba, -1px 0 1px #0047ba, 0 -1px 1px #0047ba;
    font-family: Impact, Charcoal, sans-serif;
	    position: absolute;
    display: block;
	padding-left: 10px;
}

.content-inner .cf-inner .inner h8:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 20px;
  height: 2px;
  margin-left: -10px;
}

.content-inner .content-front li {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  margin: 0 4px;
}
.cf-inner:after {
  bottom: 20px;
  right: 20px;
 
}

.content-inner .content-front,
.content-inner .content-back {
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
  backface-visibility: hidden;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
 
}

.content-inner .cf-inner .inner {
  align-items: stretch;
  transform-style: preserve-3d;
  perspective: 1000px;
  backface-visibility: hidden;

  text-align: center;
  position: relative;
  z-index: 2;
  min-height: 100px;
}

.content-inner:hover .content-front {
  transform: rotateY(-180deg);
}

.content-inner:hover .content-back {
  transform: rotateY(0deg);
}

.content-inner .content-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: rotateY(180deg);
    padding-left: 31px;
}



.content-inner .cf-inner {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  width: 100%;
 padding: 65px 8px;
      padding-left: 23px;
}

.serv-price-wrap {
  background: rgba(255, 255, 255, 0.05);
  padding: 15px 30px;
  margin-top: 14px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.content-inner .cf-inner .inner h8:before {
  background: #00bcd4;
}

inner:before,
.cf-inner:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-color: rgba(255, 255, 255, 0.4);
  z-index: 10;
}

.cf-inner:before,
.cf-inner:after {
  content: "";
  position: absolute;
  width: 50px;

  border-color: rgba(0, 188, 212, 0.33);
  z-index: 10;
}

.dec-icon {
  padding-bottom: 0px;
    padding-top: 20px;
  
}

.dec-icon p{

    font-style: italic;
    font-weight: normal;
    font-size: 14px;
 
    color: #fff!important;

  
}
.dec-icon img{
 width: auto;
        max-width: 100%;
    margin-top: 62px;
	margin-left: -6px;
  
}
.content-back .cf-inner:before {
  top: 125px;
}

.content-back .cf-inner:after {
  bottom: 125px;
}




/* custom-cursor */
/* =============================================================================================== */
.custom-cursor {
  width: 3rem;
  height: 3rem;
  border: 1px solid hsla(0, 0%, 100%, .7);
  border-radius: 100%;

  background: hsla(0, 0%, 80%, .2);
  position: absolute;
  z-index: 5;
  transform: translate(-50%, -50%);

  pointer-events: none;
}


/* buttons */
/* =============================================================================================== */
/* btn-circle */
/* ---------------------------------------- */
.btn-circle {
  width: 4rem;
  height: 4rem;
  border-radius: 100rem;

  display: flex;
  justify-content: center;
  align-items: center;
}

/* btn-pTSecond */
/* ---------------------------------------- */
.btn-pTSecond {
  margin-top: 2rem;
  border: border: 1px solid red;


  transform-origin: left center;
  transition: .3s;
}

.btn-pTSecond:hover,
.btn-pTSecond:focus {

}

.btn-pTSecond::before {
  content: '';

  width: 100%;
  height: 100%;
  border-radius: inherit;

  position: absolute;
  background: var(--gradient-2);


  transition: .6s;
}
.glow-corner-tag {
  position: fixed;
  bottom: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  width: 340px;
  max-width: calc(100vw - 48px);
  height: 72px;
  background: rgba(15, 23, 42, 0.9);
  backdrop-filter: blur(12px);
  border-radius: 12px 12px 0 12px;
  overflow: hidden;
  border: 1px solid rgba(56, 189, 248, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2),
              0 0 0 1px rgba(56, 189, 248, 0.1);
  z-index: 1000;
  transform: translateY(0);
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  padding-right: 12px;
  text-decoration: none;
  cursor: pointer;
}

.glow-corner-tag:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.3),
              0 0 0 1px rgba(56, 189, 248, 0.15);
}

.glow-corner-tag:active {
  transform: translateY(-2px) scale(1.01);
}

.tag-pulse {
  background: linear-gradient(135deg, #ec4899, #8b5cf6);
  color: white;
  font-weight: 700;
  font-size: 0.6rem;
  text-align: center;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  letter-spacing: 0.5px;
  min-width: 40px;
  padding: 10px 6px;
  box-shadow: 4px 0 16px rgba(236, 72, 153, 0.3);
  animation: float-pulse 2.5s infinite ease-in-out;
  z-index: 2;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

@keyframes float-pulse {
  0%, 100% {
    box-shadow: 4px 0 16px rgba(236, 72, 153, 0.3),
                0 0 12px rgba(236, 72, 153, 0.2);
  }
  50% {
    box-shadow: 4px 0 16px rgba(236, 72, 153, 0.5),
                0 0 24px rgba(236, 72, 153, 0.4);
  }
}

.info-stack {
  flex: 1;
  padding: 0 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
}

.product-slug {
  font-size: 1.2rem;
  font-weight: 600;
  color: #e0e7ff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

.trait-row {
  font-size: 0.8rem;
  color: #94a3b8;
  display: flex;
  gap: 10px;
}

.spark {
  font-size: 0.9em;
  opacity: 0.9;
}

.quick-action {
  color: #10b981;
  font-size: 1.1rem;
  font-weight: 700;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.glow-corner-tag:hover .quick-action {
  transform: scale(1.1);
  color: #34d399;
}

.glow-corner-tag:active .quick-action {
  transform: scale(0.95);
}

/* Адаптивность */
@media (max-width: 768px) {
  .glow-corner-tag {
    width: 300px;
    height: 66px;
    bottom: 20px;
    left: 20px;
  }

  .tag-pulse {
    font-size: 0.9rem;
    min-width: 48px;
    padding: 9px 5px;
  }

  .product-slug {
    font-size: 1.1rem;
  }

  .trait-row {
    font-size: 0.75rem;
    gap: 8px;
  }

  .quick-action {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .glow-corner-tag {
    width: 260px;
    height: 60px;
    bottom: 3px;
    left: 3px;
  }

  .tag-pulse {
    font-size: 0.60rem;
    min-width: 24px;
    padding: 8px 0px;
  }

  .product-slug {
    font-size: 1.05rem;
  }

  .trait-row {
    font-size: 0.7rem;
    gap: 7px;
  }

  .quick-action {
    font-size: 0.95rem;
  }

  .info-stack {
    padding: 0 10px;
  }
}
@media (max-width: 1450px) {
.col-mx-2 {
flex: 0 0 auto;
    width: 11.667%;
	    margin-left: -2px;


}
}
@media (max-width: 1350px) {
.col-mx-2 {
flex: 0 0 auto;
    width: 12.667%;
	    margin-left: -2px;


}
}
@media (max-width: 1270px) {
.col-mx-2 {
flex: 0 0 auto;
    width: 15.666667%;
    height: 130px;
}
}
@media (max-width: 970px) {
.col-mx-2 {
    flex: 0 0 auto;
    width: 25%;
	    margin-left: -2px;


}



.content-inner .content-front,
.content-inner .content-back {
  position: absolute;
  transform-style: preserve-3d;
  perspective: 1000px;
  backface-visibility: hidden;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

}
	

}
@media (max-width: 600px) {
.col-mx-2 {
flex: 0 0 auto;
    width: 33%;
	    margin-left: -2px;


}
}

@media (max-width: 500px) {
.col-mx-2 {
flex: 0 0 auto;
    width: 50%;
	    margin-left: -2px;


}
}
/*кнопка звонка*/

.callback-bt {
background: #00e676;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3);
    cursor: pointer;
    border: 2px solid transparent;
    display: block;
    height: 75px;
    width: 75px;
    text-align: center;
    position: fixed;
    right: 2%;
    bottom: 4%;
    z-index: 999;
    transition: .3s ease-in-out;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
}

.callback-bt:hover {
    background: #00e676;
    border: 2px solid #00e676;
}

.uf-uff{
    text-align: center;
    display: inline-flex;
	margin-top: 20px;
}

.callback-bt .text-call {
    height: 75px;
    width: 75px;
    border-radius: 50%;
    position: relative;
	background: #00e676;
}

.callback-bt .text-call:after {
    content: "\e942";
    display: block;
    font-family: 'icomoon' !important;
    color: #fff;
    font-size: 38px;
    line-height: 75px;
    height: 75px;
    width: 75px;
    opacity: 1;
    transition: .3s ease-in-out;
    animation: 1200ms ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
	border-radius: 50px;
}

.callback-bt .text-call:hover:after {
    opacity: 0;
		background: #00e676;
}

.callback-bt .text-call span {

    display: block;
    left: -22%;
    top: 0%;
    position: absolute;
    transform: translate(-50%, -50%);
    opacity: 0;
 height: 75px;
    width: 75px;
	 font-size: 38px;
  transition: .3s ease-in-out;
    animation: 1200ms ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
		    background: none;
}

.callback-bt .text-call:hover span {
    opacity: 1;
	    color: #fff;
}

@keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(0, 230, 118, 0.3), 0 0 0 0 rgba(0, 230, 118, 0.2), 0 0 0 0 rgba(0, 230, 118, 0.2)
    }

    40% {
        box-shadow: 0 8px 10px rgba(0, 230, 118, 0.3), 0 0 0 15px rgba(0, 230, 118, 0.2), 0 0 0 0 rgba(0, 230, 118, 0.2)
    }

    80% {
        box-shadow: 0 8px 10px rgba(0, 230, 118, 0.3), 0 0 0 30px rgba(0, 230, 118, 0), 0 0 0 26.7px rgba(0, 230, 118, 0.067)
    }

    100% {
        box-shadow: 0 8px 10px rgba(0, 230, 118, 0.3), 0 0 0 30px rgba(0, 230, 118, 0), 0 0 0 40px rgba(0, 230, 118, 0.0)
    }
}

/* animations icon */

@keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }

    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }

    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }

    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }

    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }

    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }

    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }

    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }

    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }

    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}
/* конец кнопки звонка */