@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./assets/font/Inter-Regular.ttf) format('ttf'),
       
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(./assets/font/Inter-Bold.ttf) format('ttf'),
       
}


body{
    background-color: #fff;
    font-family: 'Inter', sans-serif;
    color: #183A65;

} 


.form-calleback .mybtn2 {
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 600;
font-size: 18px;
height: 50px!important;
background: linear-gradient(45deg, rgb(125, 208, 182), rgb(24, 149, 109));
border-radius: 15px;
ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
display: flex;
justify-content: center;
width: auto;
color:#fff;

}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #183A65;
   border-color: 0px;
}
.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #fff;
  color:#fff ;
}
.offcanvas {
    max-width:80%;
}

a{
    color:#183A65;
    list-style:none;
    text-decoration:none;
}
.text-logo h5 span{
    
    font-weight:600;
    font-size: 1.25rem;
}
.wrap-btn{
    height:60px !important;
}
.wrap-contact{
    background: #047bd5;
   
   position:absolute;
   top: 0%;
   left:10%;
   height: 100%;
}
.wrap-contact .img-logo{
     padding-left:1rem;
     background:#18956d;
     max-height:100px;
}
.wrap-contact .img-logo img{
    max-height:70px;
    margin-left: 1rem;
}
.contact-block{
     padding-left:1rem;
    padding-right:1rem;
}
.header-phone-bi h5 {
   margin-bottom:0rem;
  color: #fff;
  font-weight: 400;
  padding-left: 0.3rem;
  
}
.contact-block a{
    color:#fff;
}
.header-phone-bi img{
    width:32px;
    height:32px;
}
footer{
    background:#047bd5;
    color:#fff;
}
.footer__bottom a{
    color:#fff;
}
.wrap-contact h3{
    margin-bottom:0rem;
   font-weight:600;
    color:#fff;
}
.wrap-contact .contact-logo h5{
    font-size:1.3rem;
    padding-left:1.1rem;
}

.wrap-contact .fa-solid{
    color:#fff;
}
.contact-block{
    border-bottom: 1px solid #fff;
}
.wrap-contact img{
   ;
}
.title-logo{
    padding-left:1.1rem;
    color:#183A65;
    font-weight:600;
}
.card-img, .card-img-bottom {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.sale .card-footer {
    border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.75rem 0.75rem;
    
}
h1 span{
    color:#047bd5;
}
.first .btn{

  padding: 1rem 3rem;

}
.fa-phone-volume{
    font-size:1rem;
}

.quality-bottom {
  margin-top: 30px;
  background: #047bd5;
  height: 170px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 60px;
}
.quality-bottom-left img {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.quality-bottom-left {
  height: 100%;
  -webkit-box-flex: 138px;
  -ms-flex: 138px;
  flex: 138px;
    flex-grow: 1;
    flex-shrink: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  position: relative;
}
.quality-bottom-right {
  padding-left: 60px;
  width: 100%;
}
.quality-submit {
  height: 50px;
  width: 100%;
}
.wrap-input{
    height: 50px;
    border-radius: 15px;
}
.mybtn {
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#64F2BF), to(#4DC89C));
  background: -webkit-linear-gradient(top, #18956d 0%, #18956d 100%);
  background: -o-linear-gradient(top, #18956d 0%, #18956d 100%);
  background: linear-gradient(180deg, #18956d 0%, #18956d 100%);
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap;
  
  font-weight: bold;
  
  text-transform: uppercase;
  color: #FFFFFF !important;
  text-decoration: none !important;
  border-bottom: 4px solid #3C9D7B;
  text-shadow: 0px 2px 4px #3C9D7B;
}

.modal{
--bs-modal-bg: ;
--bs-modal-border-color: none;
}
.modal-header{
    border-bottom:0px
}
.btn-header{display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
}

.modal-body{
    padding:0px;
}

.bi-list{
    color: #ff604a;
    font-size: 2em;
}

.img-logo img{
    margin-right: .5em;
   max-height:86px;
}

.text-logo h5{
    font-weight: 600;
    margin-bottom: 0.2rem;
    text-transform: ;
}
.text-logo span{
    font-size: 0.7em;
    font-weight: 400;
    line-height: 1.3;
}
.fa-solid{
    color: #183A65;
}
.fa-sharp{
    margin-right: 0.2em;
}

.fa-phone-volume{
    margin-right: 0.4em;
}

.linie-wrapper{
    border-bottom: 1px solid #183A65;
}

.linie-link{
    border-bottom: 1px solid #05386B;
}

.menu-desctop .nav-link{
    color: #05386B;
    text-transform: uppercase;
    font-weight: 600;
}
.form-calleback{
    background:#047bd5;
    height: auto;
    color: #fff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.phone-text{
    font-weight: 600;
}
.form-calleback h4{
    font-weight: 600;
}
.form-calleback a h2{
    font-weight: 600;
    color: #fff;
    text-decoration: underline;
    margin-bottom: 0rem;
}

.stat-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.zena .bordewrap{
    border: solid 3px #047bd5;
    border-radius: 20px;
}
.stat-left {
  margin-right: 30px;
}
h2{
    font-weight: 600;
}
.stat-item {
  height: 90px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding-left: 50px;
}
.stat-item b {
  display: block;
  font-size: 36px;
  color: #01ACFA;
}
b, strong {
  font-weight: 600;
}
.stat-item::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 6px;
  background: #C4D9EA;
  width: 10px;
}
.stat-item span{
    font-weight: 600;
}
.form-calleback p{
    margin-left: rem;
    font-size: 0.8rem;
    margin-bottom: 0rem;
}
.btn-x{background: #18956d;
border-radius: 50%;
box-shadow: 0 8px 10px rgba(55, 150, 131, 0.3);}
.first .btn-nav{
    background-color:
     #18956d;
     -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}
.form_faq .mybtn{
    background: linear-gradient(45deg, rgb(125, 208, 182), rgb(24, 149, 109));
border-radius: 15px;
    color:#fff;
    text-transform: uppercase;
font-weight: 600;
    letter-spacing: 0.04em;
    display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
border-bottom-color: currentcolor;
border-bottom-style: none;
border-bottom-width: medium;
padding-left: 25px;
padding-right: 25px;
border-bottom: 4px solid #18956d;
text-shadow: 0px 2px 4px #18956d;

}
.zena .btn-nav {
  background: linear-gradient(45deg, rgb(125, 208, 182), rgb(24, 149, 109));
border-radius: 15px;
    color:#fff;
    text-transform: uppercase;
font-weight: 600;
    letter-spacing: 0.04em;
    display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
border-bottom-color: currentcolor;
border-bottom-style: none;
border-bottom-width: medium;
padding-left: 25px;
padding-right: 25px;
border-bottom: 4px solid #18956d;
text-shadow: 0px 2px 4px #18956d;
}
header .btn-nav  {
   background: linear-gradient(45deg, rgb(125, 208, 182), rgb(24, 149, 109));
border-radius: 15px;
    color:#fff;
    text-transform: uppercase;
font-weight: 600;
    letter-spacing: 0.02em;
    display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
border-bottom-color: currentcolor;
border-bottom-style: none;
border-bottom-width: medium;
padding-left: 25px;
padding-right: 25px;
border-bottom: 4px solid #18956d;
text-shadow: 0px 2px 4px #18956d;

}
.btn{
    padding: 0.375rem 1.5rem;
}

.fa-whatsapp, .fa-circle-check, .fa-telegram{
   
    color: #fff;
    font-size: 1.4em ;
    margin-right: 0.3em;

}

.first{
    background: url(../img/fon-first.png) no-repeat top right ;
    height: auto;
   
}

.first-wrap{
    width: auto;
}

.icon-first img{
    margin-right: 0.5em;
    max-width: 30px;
    max-height: 30px;
}

.text-logo h5{
font-weight: 0;

}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {

    cursor: pointer;

}
.navbar-toggler{
    border: 0px;
    
}
.navbar-toggler-icon{
    background-image: none;
    width: 3em;

}

.first .btn-nav{
    font-size: 1em;
}
/*кнопка звонка*/

.callback-bt {
    background: #18956d;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(55, 150, 131, 0.3);
    cursor: pointer;
    border: 2px solid transparent;
    display: block;
    height: 75px;
    width: 75px;
    text-align: center;
    position: fixed;
    right: 5%;
    bottom: 5%;
    z-index: 59;
    transition: .3s ease-in-out;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
}

.callback-bt:hover {
    background: #fff;
    border: 2px solid #18956d;
}

.callback-bt .text-call {
    height: 75px;
    width: 75px;
    border-radius: 50%;
    position: relative;
}

.callback-bt .text-call:after {
    content: "\f095";
    display: block;
    font-family: fontawesome;
    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;
}

.callback-bt .text-call:hover:after {
    opacity: 0;
}

.callback-bt .text-call span {
    color: #18956d;
    display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    opacity: 0;
    font-size: 11px;
    line-height: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .3s ease-in-out;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.callback-bt .text-call:hover span {
    opacity: 1;
}

@keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(55, 150, 131, 0.3), 0 0 0 0 rgba(55, 150, 131, 0.2), 0 0 0 0 rgba(55, 150, 131, 0.2)
    }

    40% {
        box-shadow: 0 8px 10px rgba(55, 150, 131, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }

    80% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
    }

    100% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 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);
    }
}
/* конец кнопки звонка */




.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none}
.fa-bars{
    font-size: 2rem;
}

.offcanvas{
    background: #dae3ea;
    color: #183A65;
}
.offcanvas-title{
    font-weight: 600;
}

.offcanvas-header a img{
    max-width: 90%;
height: auto;
}

.btn-close{
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/2em auto no-repeat;
    width: 2.5rem;
    height: 2.5rem;

}

.offcanvas-body .nav-link{
    color: #183A65;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.1em;
}
.servise h2{
    font-weight:600;

}

.linie-title {
  margin: 20px 0;
    margin-right: 0px;
    margin-left: 0px;
  padding: 0;
border-top: 3px solid;
  width: 25%;
  opacity: 0.8;
  color: #183A65;
}
.servise-top{
margin-top: 8rem ;
}
.servise .card{
    border: 1px solid #183A65;
    border-radius:20px;
    display: flex;
align-items: stretch;
}

.card__head{
position: relative;
padding: 24px 30px;
background: #183A65;
border-radius: 16px 16px 0px 0px;
}

.card__title{
    max-width: 70%;
    margin-bottom: 0em;
    text-transform: uppercase;
}
.card__icon {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.card__icon img{
border-top-left-radius: 30px;
border-top-right-radius: 30px;}
.card__head h6{
    color: #fff;
}
.services__ul li{
    list-style: none;
}
.services__list ul{
    margin-bottom: 0;
}
.uslugy h2{
    font-weight: 600;
}
.uslugy .card{
    border: px solid #05386B;
background: none;
border-radius: 20px;
padding-top: 1rem;
padding-bottom: 1rem;

}
.uslugy .card {
    height:120px;
    background:#dae3ea;
}
.uslugy .card img{
    width:120px;
}
.uslugy .card-text{
    font-weight: 600;
    font-size:14px;
}
.uslugy .card-footer{
    background: #dae3ea;
}

.form__box {
  position: relative;
  background: #183A65;
  border-radius: 20px;
  padding: 50px 70px;
}
.form__content {
  max-width: 700px;
}
.form__content h3{

    font-weight: 600;
    color: #fff;
}
.btn-form04{
    border-radius: 0.25rem !important;
}
.form__content span, .form__list li{
    color: #ff604a;
    list-style: none;
}


.form__content p{
    color: #fff;
    }
.form__img {
  position: absolute;
  bottom: 0%;
  right: 0;
}
.form__box .btn-nav{
    background: #18956d;
    color: #fff;
    padding: 0.75rem 1.5rem;}
}
.form .btn-nav{
    font-size: 1em;
}

.form__list li img{
  width: 34px;
  height: auto;
  margin-right: 0.4em;
}

.form ul{
    padding-left: 0;
}
.price__thead {
  background: #18956d;
  border-radius: 10px;
  color: #05386B;
  padding: 19px 25px;
  font-size: 18px;
  font-weight: 600;

}
.price__thead div:first-child {
  width: 75%;
}
.price__row div:first-child {
  width: 75%;
}
.price__row {

  display: flex;
  padding: 19px 25px;
  border-radius: 10px;
}

.price__row:nth-child(2n+1) {
  background: rgba(27, 71, 122, 0.1);
}

.text-price{
    color: #05386B;
}
.price__discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #18956d;
  border-radius: 10px;
  padding: 20px 25px;
  font-weight: 600;

}
.discount__title {
  width: 75%;
}
.discount__num {
  text-transform: uppercase;
}

.textblok-2__img img{
    border-radius: 20px;
}
.form_faq {
  background: #047bd5;
  color: #fff;
  margin: 100px 0 0;
}
.recall__subtitle{
    font-weight: 600;

    margin-bottom: 30px;
    color: #fff;
}
.recall__box {
  position: relative;
   height: 400px;
}
.recall__content {
  padding: 85px 0 50px;
  max-width: 50%;
  margin-left: auto;
}
.recall__content h2{
    color: #fff;
    font-weight: 600;
}
.recall__box::before {

    content: '';
    position: absolute;
    background: url(../img/dezinfekcija01.png) left no-repeat;
        background-size: auto;
    background-size: 100%;
    width: 650px;
    height: 450px;
    bottom: 0;
    left: 0;

}

.btn-form{
    background-color: #18956d;
    border-radius: 50px;
    color:#fff;
border-radius: 0.25rem;
    font-size: 0.9em;
    font-weight: 600;
    letter-spacing: 0.04em;
padding: 0.75rem 0.75rem;
}
.yamps {
height:500px;
position:relative;
}
.yamps .wrap-contact{
    border-bottom:#fff;
    width:350px;
}
.zena .card{
    border: 1px solid rgba(5, 56, 107, 0.16);
    border-radius: 0px;
   -webkit-box-shadow: 0px 0px 5px 0px rgba(36, 37, 37, 0.6);
-moz-box-shadow: 0px 0px 5px 0px rgba(36, 37, 37, 0.6);
box-shadow: 0px 0px 5px 0px rgba(36, 37, 37, 0.6);
}

.zena .card .card-header{

    background-color: #047bd5;
    border-bottom: none;
    color: #ffff;
}
.footer__menu a{
    color:#fff;
}
.zena .card-img, .card-img-top{
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}

.zena .card-header:first-child{
    border-radius: none;
}

.zena .card-title {
  margin-bottom: 0rem;
}

.zena  .price__row{
    padding: 1rem 0.5rem;
    border-radius: 0px;
    font-size: 0.9rem;
}
.zena .card-body{
    padding: 0rem;
}

.zena .price__row div:first-child {
  width: 73%;
}
.services__ul{padding-right: 1.3rem;}
.zena .price__row:nth-child(2n) {
  background: #ebebeb;
 
}


.zena .price__row:nth-child(2n+1) {
  background: #fff;
}
.price__table {
    border-left: 1px #05386B;
}
.zena h2{
    font-weight:600;
}
.footer__list {
  list-style: none;
  padding-left: 0;
  font-size: 14px;
  line-height: 1.3;
}


.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(24, 149, 109, 0.2);

}
.form_one{
    background-color:#047bd5;
    height: 430px;
    position: relative;
    padding-top: 4rem;
    margin-top: 5rem;
    margin-bottom: 5rem;
}


.img-form img{
position: absolute;
bottom: 0;
}


.izbav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.izbav-item-content {
    color: #fff;
    max-width: 250px;
}

.izbav-item-text {
  font-size: 14px;
}

.izbav-item-icon {
  width: 70px;
  height: 70px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
  box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
  border-radius: 20px;
  -webkit-box-flex: 70px;
  -ms-flex: 70px;
  flex: 70px;
    flex-grow: 1;
    flex-shrink: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 30px;
}

.mini-form {
  width: 370px;
  height: 430px;
  background: #FFFFFF;
  border: 10px solid #18956d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
  box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px;
    padding-top: 35px;
    padding-bottom: 35px;

}

.mini-form-title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}

.mini-submit {
  height: 60px;
  width: 100%;
}
.mybtn {
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#18956d), to(#18956d));
  background: -webkit-linear-gradient(45deg, rgb(125, 208, 182), rgb(24, 149, 109));
background: -moz-linear-gradient(45deg, rgb(125, 208, 182), rgb(24, 149, 109));
background: linear-gradient(45deg, rgb(125, 208, 182), rgb(24, 149, 109));
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap;
 
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFFFFF !important;
  text-decoration: none !important;
  border-bottom: 4px solid #18956d;
  text-shadow: 0px 2px 4px #18956d;
    letter-spacing: 0.05rem;
}
.mini-garant {
  font-weight: 500;
  text-align: center;
  font-size: 13px;
  color: #617489;
  margin-top: 20px;
}
.sale .card{
    border: none;

}
.blok-faq h2{
    fo
}
.sale .card h5{
    color: #183A65;
    margin-bottom: 0rem;
}
.sale .card h6{
     margin-bottom: 0rem;
     font-weight: 600;
}
.ofer-num {
    min-width: 60px;
    padding: 0 10px;
    width: auto;
    background: #18956d;
    color: #fff;
    font-weight: 600;
 border-radius: 10px;
 max-width: 110px;
}

.sale .card-footer{
    background: #DAE3EA;
}

.box-vopros {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(3, 4, 6, 0.2);
  -moz-box-shadow: 0px 4px 8px 0px rgba(3, 4, 6, 0.2);
  box-shadow: 0px 4px 8px 0px rgba(3, 4, 6, 0.2);
  margin-bottom: 1rem;
  display: block;
  padding: 0.5em 1em;
}

.box-vopros button {
  position: relative;
  display: inline;
  text-align: left;
  width: 100%;
  font-size: 1.1rem;
  font-weight: 700;
  color: #343434;
  border: none;
  background: none;
  outline: none;
}

.box-vopros button {
  text-align: left;
  font-size: 1.1rem;
  font-weight: 700;
  color: #343434;
}

.box-vopros button .dropdown-mix {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 55px;
  height: 55px;
}


.box-vopros button .dropdown-mix::after {

    display: block;
    position: absolute;
    content: "";
    top: 5px;
    border-top: .6em solid;
    border-right: .6em solid transparent;
    border-bottom: 0;
    border-left: .6em solid transparent;

}

.box-vopros button .title-box {
  padding: 1em 1.5em 1em 0;
}
.box-vopros br{
    display:none;

}
.blok-faq h3{
    font-weight: 600;
}

h1, .h1 {
  font-size: 2.2rem;
  font-weight: 600;
}
.quality-form-title h5 br{
    display:none;
}
.menu-fixed-scroll {
  display: none;
}

}


@media (max-width: 1399.98px) {

.btn{
padding: 0.375rem 0.75rem;
}
.btn-wa{
    padding: 0.375rem 0.375rem;
}
.fa-whatsapp {
  background-color: #EDF5E1;
  color: #5CDB95;
  font-size: 1.8em;

margin-right: 0em;
}

.first{
    background: url(../img/fon-first-1200px.png) no-repeat top right ;
    height: auto;
}

.zena .card-header h5{
    font-size: 1rem;
}
.zena .price__row{
    font-size: 0.8rem;
}
.zena .price__row div:first-child {
  width: 63%;
}
.recall__box::before {
  content: '';
  position: absolute;
  background: url(../img/dezinfekcija01.png) left no-repeat;
    background-size: auto;
  background-size: auto;
  background-size: 100%;
  width: 450px;
  height: 350px;
  bottom: 0;
  left: 0;
}
.recall__box {
  position: relative;
  height: 450px;
}.recall__content {
  padding: 55px 0 50px;
  max-width: 50%;
  margin-left: auto;
}.form_faq {
  background: #18956d;
  color: #fff;
  margin: 50px 0 0;
    margin-bottom: 0px;
}
 }

@media (max-width: 991.98px) {
.first{
    background: url(../img/fon-first-768px.png) no-repeat top right ;
   height: auto;
}
.fa-solid{
    color: #05386B;
}


.servise{
margin-top: 1rem ;
}
.card__head{
padding: 15px 15px;

}

.services__ul li{
    font-size: 0.9em;
}

.services__list ul{
    padding-left: 15px;
    margin-bottom: 0;
}

.uslugy .card p{
    font-size: 0.9em;
}
.form__box{
    padding: 15px 15px 0;
min-height: 560px;
display: flex;
display: flex-column;
align-items: center;
text-align: center;
justify-content: center;
}

.form__content{
    max-width: 600px;
    text-align: center;
    padding-top: 1.5em;
}
.form__content h2{
    text-align: center;
}
.form__img{
    position: relative;
width: 260px;
margin: auto;
  margin-top: auto;
margin-top: 30px;
}
.recall__box::before {
  display: none;
}
.recall__content {
  max-width: 100%;
}
.form_faq {

  margin: 40px 0 40px;
}

.recall__content {
  padding: 45px 0 30px;}

.recall__box {
  position: relative;
   height: auto;
}

.mini-form {
  width: 350px;

}
.form-calleback h4{
    font-size:1.2rem;
}
.form-calleback a h2 {
  font-size: 1.4rem;
}

.form-calleback .mybtn{
    padding-left: 25px;
padding-right: 25px;
}
.wrap-btn {
  height: 53px;
}
.stat-left {
  margin-right: 0px;
}
.servise-top {
  margin-top: 7rem;
}
.form_one{
    margin-top: 2rem;
}
.quality-bottom-right {
  padding-left: 0px;
 
}
.quality-bottom {
padding: 0 40px;
height: 190px;
}
.yamps .wrap-contact {
  --bs-gutter-x: 0rem !important;
}
.yamps .wrap-contact {
  border-bottom: #fff;
  width: 100%;
}
.wrap-contact {

  top: 0%;
  left: 0%;
  height: 100%;
}
.form_faq {
  margin: 40px 0 0px;
}
.yamps script{
    display:none;
}
.form-calleback{
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}
.navbar{position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;

}
.navbar-toggler-icon {
    height:auto;
}
.yamps {
  height: 400px;
  position: relative;
}
}
@media (max-width: 575.98px) {
    .card__icon {
  position: absolute;
  right: 0px;
  bottom: 0px;
  max-width: 70%;
}


.fixed {
  position: fixed;
  height: 65px;
  width: 100%;
  animation-name: fadeInUp;
  animation-duration: 1s;
  z-index: 20;
  display: flex;
  align-items: center;
  box-shadow: 1px 0px 3px #000;
  background: #dae3ea;
  padding-top:1rem;
 top:0;
}
.zena-mb h4{
    font-size:1.1rem;
}
    .fixed .menu-fixed-scroll {
  display: flex;
  width: 100%;
}

.fixed .menu-fixed-scroll .img-logo2{
    width:100%;
    padding-bottom: 1rem;
}
    .quality-form-title h5 br{
    display:block;
}
.menu-fixed-scroll .text-logo h5{
    font-size:1rem;
    margin-bottom: 0rem;
    margin-left: -1rem;
}


.menu-fixed-scroll .img-logo img {
  width: 50px;
  margin-left:1rem;
  margin-bottom:1rem;
}

    .quality-form-title h5 span{
    font-weight:400;
     font-size:1rem;
}
.text-logo h5 span {
  font-weight: 600;
  font-size: 1rem;
}
.icon-first img {
  margin-right: 0.5em;
  max-width: 20px;
  max-height: 30px;
}
    .quality-form-title h5{
    font-weight:600;
}

    .box-vopros br {
  display: block;
}.box-vopros button{
    font-size:1rem;
}
   .bx-wrap {--bs-gutter-x: 0rem!important;}
   
    .copy {
    font-size:12px;
}
    .yamps {
  height: auto;
  position: relative;
}.yamps .wrap-contact {
  border-bottom: #fff;
  width: 100%;
}
.wrap-contact {
  
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
}
    .recall__box::before{
    display:none;
}
.recall__content {
  padding: 0px;
  max-width: 100%;
  margin-left: auto;
}
    .recall__box {
  position: relative;
  height: auto;
}
    .form_faq {

  margin: 30px 0 0;
}
    .quality-form-title {
  text-align: center;
}
    .quality-bottom-right {
  padding-left: 0;
}
    .quality-bottom {
  height: auto;
  padding-top: 20px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
  margin-top: 0;
}
    .mini-form {
  width: 100%;
  max-width: 370px;
  padding-left: 20px;
  padding-right: 20px;
  height: auto;
  padding-bottom: 10px;
  padding-top: 25px;}
    .uslugy .card {
  height: auto;}
    .uslugy .card img {
  width: 80px;
}.uslugy .card-text {
  font-weight: 600;
  font-size: 12px;
}.form_one{
    margin-top:2rem;
    height:auto;
    padding-top: 3rem;
    margin-bottom: 3rem;
}
    .stat-item b {
  font-size: 24px;
}
.servise-top {
  margin-top: 5rem;
}
    .stat-left {
  margin-right: 0;
}.stat-item {
  padding-left: 20px;
}
.first{
   
    background: #fff; 
   height: auto;

}
h1{
    font-size: 1.5rem;
}
h1 br{
    display: none;
}
.first h5{
    font-size: 1rem;
}
.first .btn {
  padding: 0.5rem 2rem;
  display: flex;
  -webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.icon-first .text-logo h5{
    margin-bottom:0rem;
}
.box-menu{
    width: 70vw;
}
.btn-nav{
    font-size: 13px;
}
.contact-logo h5{
    font-size: 1em;
}
.contact-logo2 h5{
    font-size: 1.3em;
}
.contact-logo .phone-text2{
    font-size:1.5rem;
    font-weight:600;

}.contact-logo2 .phone-text2{
    font-size:1.5rem;
    font-weight:600;
    text-decoration: underline;

}
.form-calleback h4 {
  font-size: 1.5rem;
}
.img-logo .title-logo{
    font-weight:600;
    margin-bottom:0rem;
    padding-left: 0rem;
}
.img-logo img{
    margin-right: .5em;
max-height: 50px;
}
.offcanvas-header a img {
  margin-right: .5em;
max-height: 60px;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.img-logo .title-logo{
    font-weight:600;
}

.navbar-toggler {
  padding: 0.375rem 0.375rem;
  font-size: 0.9em;
}
.navbar-toggler-icon {
    height: auto;
}
.navbar-brand{
    margin-right: 0rem;
}


h1, .h1 {
  font-size: 1.4rem;
  font-weight: 600;
}
.first-wrap {
  width: 90%;
}

.text-logo h5 span{
    font-size: 1.1rem;
    color: #047bd5;
}

.btn-nav-mb{
    padding: 0.375rem 1.5rem;
}

.services__list ul{
    padding-left: 15px;
    margin-bottom: 0;
}


.uslugy .card p{
    font-size: 0.9em;
}


.form__box{
    padding: 15px 15px 0;
min-height: 560px;
text-align: center;
}

.form__content{
    max-width: 510px;
}
.form__img{
    position: relative;
width: 260px;
margin: auto;
  margin-top: auto;
margin-top: 30px;
}

.price__thead {
    padding: 15px 10px;
font-size: 16px;

}

.price__row{
   padding: 15px 10px;
}

.price__row div{
    font-size: 1em;
}

.recall__box::before {
  display: none;
}
.recall__content {
  max-width: 100%;
}
.form_faq {

  margin: 40px 0 20px;
}

.recall__content {
  padding: 45px 0 30px;}

.recall__box {
  position: relative;
   height: auto;
}

.form_one{
    margin-top:2rem;
    height:auto;
    margin-bottom:2rem;
}

.offcanvas.contact-logo h5 {
  font-size: 1.5rem !important;
}

.card__icon {
  position: absolute;
  right: -20px;
  bottom: 0px;
  max-width: 80%;
}
.form-calleback{
    border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}
.form-calleback .mybtn2 {
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 600;
font-size: 18px;
height: 50px!important;
background: linear-gradient(45deg, rgb(125, 208, 182), rgb(24, 149, 109));
border-radius: 15px;
ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
display: flex;
justify-content: center;
width: auto;
color:#fff;

}
}
@media (min-width: 2500.98px) {
    .first{
        background-size:cover;
    }
    
}

/* адаптивность версий менее 330*/
@media (max-width: 321.98px) {
    .stat-left {
  margin-right: 0;
}
.btn-nav{
    font-size: 12px;
    text-transform: none;
}
.box-menu{
    width: 70vw;
}
h1, .h1 {
  font-size: 1.4rem;
  font-weight: 600;
}
.btn{
padding: 0.375rem 0.75rem;
}
.contact-logo h5{
    font-size: 0.9em;
}
.navbar-toggler {
font-size: 0.9em;
}
.navbar-toggler-icon {
    height: auto;
}
.first{
    background: #fff; 
   height: auto;
}

.first-wrap {
  width: 90%;
}

.text-logo h5{
    font-size: 1em;
}

.btn-nav-mb{
    padding: 0.375rem 1.5rem;
}

.services__list ul{
    padding-left: 15px;
    margin-bottom: 0;
}

.uslugy .card p{
    font-size: 0.9em;
}


.servise .card-group{
    margin-bottom: 20px;
}
.card__icon{
    max-width: 100px;
}
.services__list ul{
    padding-left: 15px;
    margin-bottom: 0;
}


.uslugy .card p{
    font-size: 0.7em;
}
.card__head{
padding: 15px 15px;

}
.card::before{
    width: 102px;
height: 60px
}
.form__box{
    padding: 15px 15px 0;
min-height: 560px;
text-align: center;
}

.form__content{
    max-width: 510px;
}
.form__img{
    position: relative;
width: auto;
margin: auto;
  margin-top: auto;
margin-top: 30px;
}

.price__thead {
    padding: 15px 10px;
font-size: 14px;

}

.price__row{
   padding: 15px 10px;
}

.price__row div{
    font-size: 0.8em;
}

.recall__box::before {
  display: none;
}
.recall__content {
  max-width: 100%;
}
.form_faq {

  margin: 40px 0 40px;
}

.recall__content {
  padding: 45px 0 30px;}

.recall__box {
  position: relative;
   height: auto;
}

.form_one{
    margin-top:2rem;
    margin-bottom:2rem;
    height:auto;
}
.stat-item {
  padding-left: 20px;
}

.stat-item b {
  font-size: 24px;
}
.servise-top {
  margin-top: 4rem;
}
.uslugy .card img {
  width: 80px;
}
.uslugy .card-text {
  font-weight: 600;
  font-size: 12px;
}
.uslugy .card {
  height: auto;}
.form_one{
    margin-top:2rem;
    padding-top: 2rem;
    margin-bottom: 3rem;
}  
  
.mini-form {
  width: 100%;
  max-width: 370px;
  padding-left: 20px;
  padding-right: 20px;
  height: auto;
  padding-bottom: 10px;
  padding-top: 25px;  
  
}
 .quality-bottom {
  height: auto;
  padding: 20px;
  margin-top: 0;
}   
    
 .quality-bottom-right {
  padding-left: 0;
}   
    
.quality-form-title {
  text-align: center;
}  
.form_faq {

  margin: 30px 0 0;
}
.recall__box {
  position: relative;
  height: auto;
}

.recall__box::before{
    display:none;
}
.recall__content {
  padding: 0px;
  max-width: 100%;
  margin-left: auto;
}.yamps {
  height: auto;
  position: relative;
}
.yamps .wrap-contact {
  border-bottom: #fff;
  width: 100%;
}
.wrap-contact {
  background: #047bd5;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
}
.copy {
    font-size:12px;
}
header .btn-nav{
    padding-left: 30px;
padding-right:30px;
}
.box-vopros br {
  display: block;
}

.box-vopros button{
    font-size:1rem;
}

.quality-form-title h5{
    font-weight:600;
}

.quality-form-title h5 span{
    font-weight:400;
    font-size:1rem;
}

.quality-form-title h5 br{
    display:block;
}

.fixed .menu-fixed-scroll {
  display: flex;
}

.menu-fixed.fixed {
  position: fixed;
  height: 50px;
  width: 100%;
  animation-name: fadeInUp;
  animation-duration: 1s;
  z-index: 20;
  display: flex;
  align-items: center;
  box-shadow: 1px 0px 3px #000;
}
.stat-item span {
  font-weight: 600;
  font-size: 13px;
}
}

