html{
  overflow-x: hidden !important;
}

body{
  font-family: 'Montserrat' !important;
  overflow-x: hidden !important;
}


.modal{
  top: 20% !important;
}


.obw{
  padding-top: 60px;
  padding-bottom: 50px;
}



.h2obw{
  text-align: center;
  color: #282828;
  font-size: 32px;
  line-height: 1.55;
    font-weight: 700;
  margin-bottom: 40px !important;
}


.h2bel{
  position: relative;
  color: #fff;
  font-size: 32px;
  line-height: 1.55;
  font-weight: 700;
  margin-bottom: 30px;
}



@media screen and (max-width: 768px){
  .obw{
  padding-top: 50px;
  padding-bottom: 40px;
}


.h2obw{
  color: #282828;
  font-size: 22px;
  margin-bottom: 20px !important;
  line-height: 1.3 !important;
}


.h2bel{
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
}
}



.row-obw{
  justify-content: center;
  flex-wrap: nowrap !important;
  margin-bottom: 0px !important;
}

.row-but{
  text-align: center !important;
  margin-top: 50px !important;
}

@media screen and (max-width: 768px){
  .row-obw{
  justify-content: center;
  flex-wrap: wrap !important;
  margin-bottom: 0px !important;
}

.row-but{
  text-align: center !important;
  margin-top: 50px !important;
}
}


.multibutton {
    z-index: 999;
    position: fixed;
    right: 30px;
    bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 70px;
    height: 70px;
    transition: 0.2s ease;
}

.multibutton:hover {
    width: auto;
    height: auto;
}

.multibutton:hover .multibutton__list {
    position: relative;
    top: auto;
    bottom: 10px;
    visibility: visible;
}

.multibutton:hover .multibutton__item {
    visibility: visible;
    opacity: 1;
    transition: 0.3s ease;
    transform: scaleX(1) scaleY(1) translateY(0);
}

.multibutton__list {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    right: 13px;
    top: 80px;
    visibility: hidden;
    transition: 0.3s ease;
    list-style: none;
    padding: 0;
    margin: 0;
}

.multibutton__title {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    background: rgba(0,0,0,0.8);
    padding: 10px;
    border-radius: 30px;
}

.multibutton__item {
    display: flex;
    align-items: center;
    margin: 4px 0;
    transform: scaleX(0.4) scaleY(0.4) translateY(150px);
    opacity: 0;
    visibility: hidden;
}

.multibutton__button {
    width: 70px;
    height: 70px;
    background: #4399f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    animation: animation_button 3s linear infinite;
    transition: all 200ms ease-out;
}

@keyframes animation_button {
    0% {
        box-shadow: 0 0 0 0 #4399f5, 0 0 0 0 #4399f5;
    }
    40% {
        box-shadow: 0 0 0 13.62667px #59a4f5, 0 0 0 6.81333px #59a4f5;
    }
    80% {
        box-shadow: 0 0 0 27.25333px rgba(255, 186, 38, 0), 0 0 0 13.62667px rgba(255,206, 9, 0);
    }
    100% {
        box-shadow: 0 0 0 34.06667px rgba(255, 186, 38, 0), 0 0 0 27.25333px rgba(255, 206, 9, 0);
    }
}

.multibutton__button svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}

.multibutton__item:nth-child(1) .multibutton__icon{
    background: #03a9f4;
}

.multibutton__item:nth-child(2) .multibutton__icon{
    background: #0DC143;
}

.multibutton__item:nth-child(3) .multibutton__icon{
    background: #7b519d;
}

.multibutton__item:nth-child(4) .multibutton__icon{
    background: #30d64f;
}

.multibutton__icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.multibutton__icon svg{
    width: 26px;
    height: 26px;
    fill: #fff;
}


@media screen and (min-width: 768px){
  .pozv, .but-pozv{
    display: none;
  }
}


@media screen and (max-width: 768px){

  .pozv{
    text-align: center;
    display: block;
    position: fixed;
    z-index: 99999;
    width: 100% !important;
    color: #fff !important;
    margin: auto !important;
    bottom: 0% !important;
    }

    .pozv-block{
      padding-right: 0px !important;
      padding-left: 0px !important;
    }

  .p-pozv{
    color: #fff;
    background: #0DC143;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 0px !important;
  }
  
  .but-pozv{
    margin-top: 20px;
    color: #fff !important;
    background: #0DC143 !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    border: none !important;
  }
}


.call {
  display: none;
  position: fixed;
  bottom: 20px;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 20px;
  background: #0DC143;
  margin: 15px auto;
  border-radius: 50%;
  z-index: 9999999999;
}

.whatsapp{
  position: fixed;
  bottom: 20px;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 20px;
  background: #0DC143;
  margin: 15px auto;
  border-radius: 50%;
  z-index: 9999999999;
}

.whatsapp {
  right: 20px;
}

.call {
  left: 20px;
}

.whatsapp a, .call a {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  margin-top: -2px;
}

.call i,
.whatsapp i {
  color: #fff;
  font-size: 30px;
}
.whatsapp i {
  font-size: 42px;
}

@media (max-width: 768px) {
  .whatsapp, .call{
    display: block ;
  }
}





.row-gallery{
  justify-content: center !important;
}


.popup-gallery{
  margin-top: 30px;
  text-align: center;
}

.popup-gallery img{
  height: 300px !important;
    margin: 5px;
    padding: 10px;
    
}

@media screen and (max-width: 768px){
  .popup-gallery img{
    height: 150px !important;
    margin: 2px;
}
}



.modal{
  text-align: center !important;
}

.form-site{
  display: flex;
}

@media screen and (max-width: 768px){
.form-site{
  display: block;
  text-align: center;
}
}




.mfp-bottom-bar{
  display: none !important;
}


.navbar-brand img {
    height: 60px !important;
}


body a{
  outline: none !important;
  text-decoration: none !important;
}

.navbar-light .navbar-toggler-icon{
  background-image: url(img/menu.png) !important;
}

.navbar-light .navbar-toggler{
  border: none !important;
}

body.bg-light{
  background: #fff !important;
}


.navbar-toggler{
  margin-left: auto;
  margin-bottom: 10px;
}

.navbar{
  width: 100% !important;
  height: auto;
  text-align: center;
  background: #fff !important;
  z-index: 999 !important;
}

.navbar-nav{
  text-align: center;
  margin: auto !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

@media screen and (max-width:567px){
.navbar-nav{
  border-top: 1px solid #ddd;
  
}
.navbar{
  width: 100% !important;
  height: auto;
  text-align: center;
}
}


.nav-link{
  margin-right: 20px;
  color: #282828 !important;
  font-size: 16px;
  font-weight: 500 !important;
}

.nav-link:hover{
  color: #0DC143 !important;
}


@media screen and (max-width: 768px){
  .nav-link{
    margin-right: 0px;
  }

    .navbar-collapse{
  z-index: 999 !important;
  background-color: #fff !important;
  border: 1px solid #3B2720 !important;
}
}

.atel1{
  text-align: center;
  justify-content: center;
}

.tel1{
  display: flex;
  text-align: center;
  justify-content: center;
  margin: auto;
}

.tel1 img{
  height: 55px;
  margin-top: 2px;
}

.pconttel2{
  text-align: center;
  color: #282828;
  font-size: 17px;
  font-weight: 600;
  margin-left: 10px;
  margin-bottom: 0px;
}



.atel3 p{
  margin-top: -10px;
}


.pconttelw{
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 35px;
  padding-right: 10px;
  border-radius: 100px;
  background-color: #2AA81A !important;
  background-image: url("img/wp.png") !important;
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: left;
}


.logo img{
  height: 65px;
}



.h3logo{
  font-weight: 700;
  font-size: 23px !important;
  color: #282828;
}

.spanlogo{
  color: #20A1D9;
}

.atelflex{
  display: flex !important;
  justify-content: center;
  margin-bottom: 5px;
}

.atelflex img{
  height: 20px;
  margin-right: 0px;
}




.bg{
  position: relative;
  background: url(img/kilem.jpeg);
  background-size: cover;
  background-position: center;
  height: auto;
  text-align: left;
}

.bg:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    bottom: 0;
    top: 0;
    left: 0;
    opacity: 0.75;
}



.bg-block1{
  padding-top: 50px;
  padding-bottom: 80px;
  padding-left: 60px !important;
}




h1{
  width: 60% !important;
  position: relative !important;
  color: #fff !important;
    font-size: 45px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    margin-bottom: 40px !important;
    margin-top: 20px !important;
}

.spanzel{
  color: #fdc830 !important;
}


.spanh1{
 font-weight: 800 !important;
}


.h2bg{
  font-style: italic;
  width: 60% !important;
  position: relative;
  color: #fff;
    font-size: 23px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 30px;
    padding-left: 20px;
    border-left: 7px solid #0DC143;
}

.spanbg{
  font-weight: 700
}


.bg-flex{
  width: 800px;
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.bg1{
  width: 800px;
  display: block;
  margin: 10px;
  padding: 15px;
  border-radius: 10px;
  background: #0000008c;
  border: 1px solid #fdc830;
}

.ibg{
  display: flex;
  width: 600px;
}



.bg1 img{
    height: 40px;
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.ibg-img img{
  height: 60px;
  margin-right: 5px;
}

.pbg{
  width: 250px;
  color: #fff;
  text-transform: uppercase;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600 !important;
    margin-top: 10px;
}


.but-bg {
  position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 300px;
    height: 58px;
    padding-top: 2px;
    border: none !important;
    border-radius: 50px !important;
    position: relative;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #000;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    background-color: #fdc830 !important;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    margin-bottom: 30px !important;
   }
.but-bg:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
 
@-webkit-keyframes slideme {
    0% { left: -30px; margin-left: 0px; }
    30% { left: 110%; margin-left: 80px; }
    100% { left: 110%; margin-left: 80px; } 
}


.bgtel{
  display: flex;
}

.bgtel img{
  height: 25px;
  margin-right: 10px;
}

.pbgtel{
  color: #fff;
  font-size: 23px;
  font-weight: 700;
}


@media screen and (max-width: 768px){
.h3logo{
  font-weight: 700;
  font-size: 22px !important;
  color: #282828;
}

.spanlogo{
  color: #20A1D9;
}
}





.h3kat{
   font-size: 18px;
   font-weight: 400;
   margin-bottom: 40px;
}

.pprice{
   font-size: 25px;
   font-weight: 600;
   margin-bottom: 20px;
}

.but-kat {
  position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 180px;
    height: 50px;
    padding-top: 2px;
    border: none !important;
    border-radius: 10px !important;
    position: relative;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #fff;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    background-color: #20A1D9 !important;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    margin: auto;
    margin-bottom: 30px;
   }
.but-kat:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
 
@-webkit-keyframes slideme {
    0% { left: -30px; margin-left: 0px; }
    30% { left: 110%; margin-left: 80px; }
    100% { left: 110%; margin-left: 80px; } 
}


.but-zayavka {
  position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 250px;
    height: 55px;
    padding-top: 2px;
    border: none !important;
    border-radius: 10px !important;
    position: relative;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #fff;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    background-color: #20A1D9 !important;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    margin-bottom: 30px;
   }
.but-zayavka:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
 
@-webkit-keyframes slideme {
    0% { left: -30px; margin-left: 0px; }
    30% { left: 110%; margin-left: 80px; }
    100% { left: 110%; margin-left: 80px; } 
}


.ulusl{
  text-align: left !important;
  list-style: disc;
  color: #fca402 !important;
  padding-left: 20px !important;
  margin-left: 15px !!important;
  margin-bottom: 30px !important;
}

.pusl{
  color: #000;
  font-size: 14px;
}

.pusl1{
  color: #000;
  font-weight: 500;
}

.spanbold{
  font-weight: 700;
}

@media screen and (max-width: 768px){
  .h2kat{
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 30px;
}

.kat-block{
  background: #fff;
  margin: 15px;
  border-radius: 10px;
  border: 1px solid #f3f3f3;
}
}


.kons-block{
  position: relative;
   background: url(img/vozd.webp);
   background-size: cover;
   background-position: center;
   padding-top: 50px;
   padding-bottom: 50px;
   padding-left: 40px !important;
   padding-right: 80px !important;
   border-radius: 30px !important;
   box-shadow: 0 4px 16px 0 rgb(189 162 162 / 38%);
}

.kons-block:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    background: rgb(255 255 255);
    bottom: 0;
    top: 0;
    left: 0;
    opacity: 0.9;
    border-radius: 30px !important;
}


.pkons{
  position: relative;
  color: #000;
  font-size: 22px;
  margin-bottom: 40px;
}


.h2bel{
  position: relative;
  color: #000;
  font-size: 32px;
  line-height: 1.55;
    font-weight: 700;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px){
.kons-block{
  width: 97% !important;
  position: relative;
   background: url(img/vozd.webp);
   background-size: cover;
   background-position: center;
   padding-top: 30px;
   padding-bottom: 30px;
   padding-left: 20px !important;
   padding-right: 20px;
   border-radius: 30px !important;
   box-shadow: 0 4px 16px 0 rgb(189 162 162 / 38%);
   margin-left: 20px !important;
   margin-right: 20px !important;
}

.h2bel{
  color: #000;
  font-size: 20px;
  margin-bottom: 20px;
}

.pkons{
  position: relative;
  color: #000;
  font-size: 15px;
  margin-bottom: 40px;
}
}

#portfolio{
  text-align: center;
}

.row-gallery{
  justify-content: center !important;
}


.popup-gallery{
  margin-top: 30px;
  text-align: center;
}

.popup-gallery img{
  height: 200px !important;
  width: 350px;
  object-fit: contain;
    margin: 5px !important;
    padding: 0px;
    
}

@media screen and (max-width: 768px){
  .popup-gallery img{
    height: 250px !important;
    width: 100% !important;
    margin: 2px;
}
}


.mfp-bottom-bar{
  display: none !important;
}




@media screen and (min-width: 768px){
  .lub-mob{
    display: none;
  }

  .lub-deks{
    text-align: center;
  }

  .lub-deks img{
    height: 450px;
  }
}

@media screen and (max-width: 768px){
  .lub-deks{
    display: none;
  }



  .lub-mob1 img{
    height: 350px;
  }
}

.price-block{
  margin: 15px;
  padding: 20px;
  text-align: center;
  border: 2px solid #0DC143;
  border-radius: 10px;
}


.price-img1{
  height: 250px;
  background: url(img/p1.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
}

.price-img2{
  height: 250px;
  background: url(img/p2.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
}

.price-img3{
  height: 250px;
  background: url(img/p3.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
}

.h3price{
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}

.h3price1{
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 15px;
}

.but-obw {
  position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 330px;
    height: 58px;
    padding-top: 2px;
    border: none !important;
    border-radius: 50px !important;
    position: relative;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #fff;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    background-color: #0DC143 !important;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    margin: auto;
    margin-bottom: 30px !important;
   }
.but-obw:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
 
@-webkit-keyframes slideme {
    0% { left: -30px; margin-left: 0px; }
    30% { left: 110%; margin-left: 80px; }
    100% { left: 110%; margin-left: 80px; } 
}


.cont-logo img{
  height: 40px !important;
}

input[type="range"] {
  background-color: #f2622d;
    border: 0px solid #f2622d;
  height: 5px !important;
  width: 450px !important;
  background: green !important;
  outline: none !important;
}

input[type=range].styled-slider:focus {
  outline: none;
}

input[type="range"] {
  accent-color : green;
}


.inkonc1 input{
justify-content: center;
margin:auto !important;
margin-bottom: 20px !important;
padding: 13px 15px;
padding-top: 20px !important;
padding-bottom: 20px !important;
border: 1px solid #d9dada !important;
background: #fff !important;
height: 60px;
width: 450px;
}

.inkonc1, .innoflex1 input[type="text"]::placeholder{
  color:#b4afac !important;
  font-size: 14px;
}


.inkonc1{
  margin-right: 10px !important;
}

.inkonc2 input{
justify-content: center;
margin:auto !important;
margin-top: 0px !important;
margin-bottom: 15px !important;
padding: 13px 15px;
padding-top: 20px !important;
padding-bottom: 20px !important;
border: 1px solid #d9dada !important;
background: #fff !important;
height: 60px;
width: 450px;
}

.inkonc2 input[type="text"]::placeholder{
  color:#ddd !important;
  font-size: 14px;
}


.koncsubmit1 input{
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  height: 60px;
  width: 450px;
  padding: 13px 15px;
  border: 2px solid #0DC143;
  background: #0DC143 !important;
  margin-top: 0px;
  margin: auto !important;
  margin-bottom: 0px !important;
  text-transform: uppercase !important;
}


.koncsubmit2 input{
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  height: 60px;
  width: 450px;
  padding: 13px 15px;
  border: 2px solid #20A1D9;
  background: #20A1D9 !important;
  margin-top: 0px;
  margin: auto !important;
  margin-bottom: 15px !important;
  text-transform: uppercase !important;
}


@media screen and (max-width: 768px) {
.inkonc1 input{
justify-content: center;
margin:auto !important;
margin-bottom: 15px !important;
padding: 13px 15px;
padding-top: 20px !important;
padding-bottom: 20px !important;
border: 1px solid #d9dada !important;
background: #fff !important;
height: 50px;
width: 100% !important;
}

.inkonc1, .innoflex1 input[type="text"]::placeholder{
  color:#b4afac !important;
  font-size: 14px;
}

.inkonc1 {
    text-align: center;
    margin-right: 0px !important;
}

.koncsubmit1 input{
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  height: 50px;
  width: 100%;
  padding: 13px 15px;
  border: 2px solid #0DC143;
  background: #0DC143 !important;
  margin-top: 0px;
  margin: auto !important;
  margin-bottom: 0px !important;
  text-transform: uppercase !important;
}
}


.raschet-block{
  display: flex;
  justify-content: center;
  box-shadow: 0 4px 16px 0 rgb(189 162 162 / 38%);
}

legend{
  font-size: 16px !important;
  font-weight: 700;
  margin-top: 30px;
}


.raschet-form{
  padding: 40px !important;
}


.zel-form{
  background: #0DC143;
}

.zel-form img{
  height: 300px;
  margin-top: 50px;
}


.h3zel{
  text-align: center;
  color: #fff;
  font-size: 18px !important;
  font-weight: 700;
  margin: 10px;
  margin-left: 20px;
  line-height: 1.5;
}


.lblock{
  width: 90%;
  text-align: center;
  margin: 10px;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}

.h3l{
  font-size: 18px;
  font-weight: 600;
}

.l1img{
  height: 250px;
  width: 100%;
  background: url(img/l1.webp);
  background-size: cover;
  background-position: center;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 10px;
}


.l2img{
  height: 250px;
  width: 100%;
  background: url(img/l2.jpg);
  background-size: cover;
  background-position: center;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 10px;
}


.l3img{
  height: 250px;
  width: 100%;
  background: url(img/l3.jpg);
  background-size: cover;
  background-position: center;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 10px;
}

.l4img{
  height: 250px;
  width: 100%;
  background: url(img/l4.webp);
  background-size: cover;
  background-position: center;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 10px;
}


.l5img{
  height: 250px;
  width: 100%;
  background: url(img/l5.webp);
  background-size: cover;
  background-position: center;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 10px;
}


.pr-block{
  display: block;
  margin: 15px;
}

.pr-block img{
  height: 50px;
  padding: 7px;
  background: #fdc830 !important;
  border-radius: 10px;
  margin-bottom: 10px;
}

.h3pr{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.ppr{
  font-size: 16px;
  font-weight: 400;
}

.ser{
  background: #f5f5f5;
}



.chblock{
  margin: 15px;
  display: flex;
}

.h34{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.p4{
  font-size: 14px;
  font-weight: 400;
}

.span4cif{
  color: #0DC143;
  font-size: 120px;
  font-weight: 700;
  margin-right: 10px;
  margin-top: -50px;
}



.sr-block{
  margin: 15px;
}

.sr-flex{
  margin: 15px;
  margin-bottom: 40px;
  display: flex;
}

.sr-flex1{
  margin-bottom: 20px !important;
}

.sr-flex img{
  height: 80px;
  margin-right: 30px;
}

.h3sr{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.psr{
  font-size: 16px;
  font-weight: 400;
}

.srimg{
  height: 500px;
  width: 500px;
  background: url(img/srimg.jpeg);
  background-size: cover;
  background-position: center;
  border-radius: 100%;
  margin: 15px;
}



.contacts{
  background: #eee !important;
  border-top: 1px solid #ebebeb;
  padding-top: 50px;
  padding-bottom: 50px;
}

.cont{
  text-align: left;
  margin: 5px;
}

.cont-block, .acont{
  display: flex;
}

.h3cont{
  color: #282828;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 25px;
}

.cont-block img{
  height: 18px;
  margin-right: 10px;
}

.h4cont{
  font-size: 17px;
  color: #000;
  font-weight: 700;
}


.poch-block{
  margin: 15px;
  display: flex;
}

.cifra {
    float: left;
    width: 68px;
    height: 48px;
    margin-top: 0;
}

.pcif{
  text-align: center;
    font-size: 26px;
    line-height: 43px;
    border-radius: 50%;
    border: 2px solid #0DC143;
    color: #262a2b;
    display: block;
    width: 48px;
    height: 48px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 15px;
}

.h3poch {
    font-size: 18px;
    display: block;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}


.ppoch{
  font-size: 15px;
  font-weight: 400;
}


@media screen and (max-width: 768px){
  .poch-block{
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
}
}


.contacts{
  text-align: center !important;
  background: #f7fbfe;
  border-top: 1px solid #ebebeb;
}

.cont{
  text-align: left;
  margin: 5px;
}

.cont-block, .acont{
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}

.acont1{
  margin-bottom: 20px;
}

.acont img{
  height: 20px !important;
}

.contbl{
  text-align: left;
}

.contbl img{
  height: 60px;
  margin-bottom: 10px;
}

.pcont{
  font-weight: 400;
}

.ulcont{
  list-style: none;
  text-align: left;
}

.licont{
  margin-bottom: 15px;
}

.licont a{
  color: #000;
  text-decoration: none !important;
}


.licont a:hover{
  color: #0DC143;
}


.h3cont{
  color: #282828;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 15px;
}

.cont-block img{
  height: 19px;
  margin-right: 10px;
}

.h4cont{
  font-size: 18px;
  color: #282828;
  font-weight: 700;
} 

.h3price{
  text-align: center;
  color: #000 !important;
  font-size: 25px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px;
}


.otz-block{
  margin: 15px;
  background: #eee;
  border-radius: 10px;
  padding: 15px;
  text-align: left;
  display: flex;
}

.otz-block img{
  height: 35px;
  margin-right: 10px;
}



.carousel-control-prev-icon {
    background-image: url(img/prev.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
}


.carousel-control-next-icon {
    background-image: url(img/next.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
}


.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 30px !important;
    height: 30px !important;
    background: no-repeat 50% / 100% 100%;
}

.carousel-item{
  text-align: center !important;
}

.otz-text{
  text-align: center;
  width: 70% !important;
  margin: auto;
}

.carousel-indicators li{
  background: #000 !important;
  height: 10px !important;
  width: 10px !important;
  border-radius: 100% !important;
  border: 1px solid #000 !important;
}


.carousel-inner {
    position: relative;
    width: 100%;
    height: 170px;
    overflow: hidden;
}

.potz{
  font-size: 14px !important;
}

@media screen and (max-width:768px){
  .cont-block{
  border-bottom: 1px solid #ddd;
}


.raschet-block{
  display: block;
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin: 15px;
}

.raschet-form {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.bg-flex {
        width: 100%;
        display: block !important;
        padding-bottom: 10px;
        justify-content: flex-end;
        margin-bottom: 0px;
}

input[type="range"] {
    background-color: #f2622d;
    border: 0px solid #f2622d;
    height: 5px !important;
    width: 300px !important;
    background: green !important;
    outline: none !important;
}

.zel-form{
  text-align: center !important;
  padding-bottom: 10px !important;
}

.zel-form img {
    height: 250px;
    margin-top: 30px;
}

.h3zel {
    text-align: center;
    color: #fff;
    font-size: 18px !important;
    font-weight: 700;
    margin: 10px;
    margin-left: 0px;
    margin-bottom: 30px;
    line-height: 1.5;
}

.lubimg img{
  height: 230px;
}

.srimg {
    height: 300px;
    width: 300px;
    margin: auto;
}

.bg-block1 {
    padding-top: 40px;
    padding-bottom: 50px;
    padding-left: 20px !important;
}



h1 {
    text-align: center;
    width: 100% !important;
    position: relative !important;
    color: #fff !important;
    font-size: 22px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    margin-top: 10px !important;
}



    .bg1 {
        width: 70% !important;
        display: block;
        text-align: left;
        margin: auto;
        margin-bottom: 15px;
    }

.bg1 img {
    height: 35px;
    margin-top: 10px;
    margin-right: 5px;
}

.pbg {
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600 !important;
    margin-top: 10px;
    margin-left: 0px;
}

.but-center{
  margin: auto !important;
  margin-bottom: 30px !important;
}

.bgtel {
    display: flex;
    justify-content: center;
}

.h2bg {
    font-style: italic;
    width: 100% !important;
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 30px;
    padding-left: 20px;
    border-left: 7px solid #0DC143;
}

.contbl {
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.h3price{
  text-align: center;
  color: #000 !important;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 0px;
}

.carousel-inner {
    position: relative;
    width: 100%;
    height: auto !important;
    overflow: hidden;
}

.otzslide1{
  height: 170px !important;
}

.otzslide2{
  height: 310px !important;
}

.otzslide3{
  height: 180px !important;
}

.otzslide4{
  height: 300px !important;
}

.otzslide5{
  height: 200px !important;
}

.potz{
  font-size: 13px !important;
}
}



.container1{
    width: 70%;
    height: 370px;
    margin: 1% auto;
    background: #fff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); 
    border: 3px solid #0DC143 !important;
    padding-top: 20px;
}

.container1 article{
    width: 600px;
    position: absolute;
    top: 100px;
    left: 50px;
    transition: 0.5s;
}

.inkonc2 input[type="text"]::placeholder{
  color:#b4afac !important;
  font-size: 14px;
}

.inkonc2 input[type="tel"]::placeholder{
  color:#b4afac !important;
  font-size: 14px;
}


article input{

    width: 100%;
    padding: 10px 5px;
    margin: 5px 0;
    border: 0;
    border-bottom: 1px solid #999;
    outline: none;
    background: transparent;
}

::placeholder{
    color: #fafafa;
}

.btn-box{
  display: flex;
    width: 100%;
    margin: 30px auto;
    text-align: center;
}

article button{
    width: 110px;
    height: 35px;
    margin: 0 10px;
    background: #FFE400;
    border-radius: 30px;
    border: 0;
    outline: none;
    color: #000;
    cursor: pointer;
    font-weight: 700;
    font-size: 0.8em;
}

.submit{
    width: 110px !important;
    height: 35px !important;
    margin: 0 10px !important;
    background: #FFE400;
    border-radius: 30px !important;
    border: 0 !important;
    outline: none !important;
    color: #000 !important;
    cursor: pointer !important;
    font-weight: 700 !important;
    font-size: 0.8em !important;
}

#article2{
    left: 1450px;
}

#article3{
    left: 1450px;
}

#article4{
    left: 1450px;
}

.step-row{
    width: 360px;
    height: 40px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    box-shadow: 0 -1px 5px -1px #FC1AA3;
    position: relative;
}

.step-col{
    width: 120px;
    text-align: center;
    color: #333;
    position: relative;
}

#progress{
    position: absolute;
    height: 100%;
    width: 90px;
    background: #FFE400;
}

small{
    color: #000;
    font-weight: 700 !important;
    font-size: 0.8em;
}

#progress::after{
    content: '';
    height: 0;
    width: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    right: -20px;
    top: 0;
    border-left: 20px solid #FFE400;
}


#article1 label{
  margin-top: 5px !important;
  margin-left: 10px !important;
}

#article2 label{
  margin-top: 5px !important;
  margin-left: 10px !important;
}


.ck{
  display: flex;
}

input[type=checkbox], input[type=radio] {
    width: 13px !important;
}


.blob {
        background: #FFE400;
        background-size: 400% 400%;
        -webkit-animation: gradient 15s ease infinite;
                animation: gradient 15s ease infinite;
    }

        @-webkit-keyframes gradient {
        0% {
            background-position: 0% 50%;
        }
        50% {
            background-position: 100% 50%;
        }
        100% {
            background-position: 0% 50%;
        }
    }
     
    @keyframes gradient {
        0% {
            background-position: 0% 50%;
        }
        50% {
            background-position: 100% 50%;
        }
        100% {
            background-position: 0% 50%;
        }
    }


.radio-item [type="radio"] {
    display: none !important;
}

.radio-item label {
    width: 300px;
    color: #000;
    display: block;
    padding: 10px 60px;
    background: transparent;
    border: 2px solid #0DC143;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    min-width: 100px;
    white-space: nowrap;
    position: relative;
    transition: 0.4s ease-in-out 0s;
}
.radio-item label:after,
.radio-item label:before {
    content: "";
    position: absolute;
    border-radius: 50%;
}
.radio-item label:after {
    height: 19px;
    width: 19px;
    border: 2px solid #0DC143;
    left: 19px;
}
.radio-item label:before {
    background: #0DC143;
    height: 20px;
    width: 20px;
    left: 21px;
    transform: scale(5);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-in-out 0s;
}
.radio-item [type="radio"]:checked ~ label {
    border-color: #FFE400;
}
.radio-item [type="radio"]:checked ~ label::before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.h3st{
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}



@media screen and (max-width:768px){
  .container1{
    width: 90%;
    height: 350px;
    margin: 1% auto;
    background: #fff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); 
    border: 3px solid #0DC143 !important;
    padding-top: 20px;
}

.container1 article{
    width: 100%;
    position: absolute;
    top: 100px;
    left: 20px;
    transition: 0.5s;
}

.h3st{
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px;
}

article h3{
 font-size: 18px;
 margin-bottom: 20px; 
}
.radio-item label {
    width: 300px;
    color: #000;
    display: block;
    padding: 10px 60px;
    background: transparent;
    border: 2px solid #0DC143;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    min-width: 100px;
    white-space: nowrap;
    position: relative;
    transition: 0.4s ease-in-out 0s;
}

.btn-box {
    display: flex;
    width: 100%;
    margin: 20px auto;
    text-align: center;
}

.inkonc2 input{
justify-content: center;
margin-bottom: 15px !important;
padding: 13px 15px;
padding-top: 20px !important;
padding-bottom: 20px !important;
border: 1px solid #d9dada !important;
background: #fff !important;
height: 30px;
width: 250px !important;
}

.inkonc2 input[type="text"]::placeholder{
  color:#a9a9a9 !important;
  font-size: 14px;
}

.inkonc2 input[type="tel"]::placeholder{
  color:#a9a9a9 !important;
  font-size: 14px;
}

.inkonc2 {
    margin-right: 0px !important;
}
}

.zhelt{
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fdc830;
}

.h2zhelt{
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 30px;
}

.but-zhelt{
  background: #222;
  color: #fdc830;
  height: 60px;
  width: 300px;
  border-radius: 50px;
}

.block1flex{
  display: flex;
}

.h2block1{
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.pblock1{
  width: 100%;
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.spancif-1{
    border: 2px solid #fdc830;
    border-radius: 100%;
    width: 60px;
    height: 50px;
    font-size: 20px;
    font-weight: 700;
    padding-top: 8px;
    padding-left: 20px;
    margin-right: 15px;
}

.block1-img{
  height: 400px;
  border-radius: 20px;
  background: url(img/konc.jpg);
  background-size: cover;
  background-position: center;
  margin: 20px;
}

@media screen and (max-width: 768px){
.h2block1{
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
}

.h2zhelt{
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
}

.pblock1 {
    font-size: 16px;
    font-weight: 500;
}


.spancif-1{
    border: 2px solid #fdc830;
    border-radius: 100%;
    width: 60px;
    height: 50px;
    font-size: 20px;
    font-weight: 700;
    padding-top: 8px;
    padding-left: 20px;
    margin-right: 15px;
}

.block1-img{
  height: 250px;
  border-radius: 20px;
  background: url(img/konc.jpg);
  background-size: cover;
  background-position: center;
  margin: 20px;
}
}
