@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//all-clean.kg/wp-content/themes/itgro/fonts/woodmart-font-1-400.woff2?v=8.1.1") format("woff2");
}

:root {
	--wd-text-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(0,135,237);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(0,135,237);
	--btn-accented-bgcolor-hover: rgb(52,156,237);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: url(https://all-clean.kg/wp-content/uploads/2025/08/focus.png);
}
.wd-nav-scroll {
	--wd-nscroll-height: 3px;
	--wd-nscroll-bg: rgba(0,142,250,0.3);
	--wd-nscroll-drag-bg: rgb(0,142,250);
	--wd-nscroll-drag-bg-hover: rgb(94,182,249);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 8px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.footer-adr-cont {
    border: 1px solid rgb(233, 234, 246);
    border-radius: 0px ! important;
    padding: 20px 20px;
}
.footer-adr-cont h4 {
    color: #082680;
	  font-weight: 700;
}
.footer-adr-cont p {
    color: #3a4268;
    font-weight: 500;
}
.footer-adr-cont .info-box-inner {
    margin-top: 5px ! important;
}
.apwu-block {
	
}
.section-priceeees .woodmart-row-gradient {
	 -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(4px);
}
.wd-price-table .wd-plan-name {
    padding: 15px;
    position: relative;
    z-index: 2;
    background: #ffffff;
    width: 100%;
    top: 58px;
    border-radius: 8px 8px 0px 0px;
}
.service-uslugi-section {
    top: 0;
    left: 0;
    right: 0;
    background-color: #5b9b37;
    clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 50% 92%, 0 100%, 0 0);
}
.section-two {
	
}
.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-20px);
  }
}
.process-one__shape-7 {
    position: absolute;
    top: -16px;
    right: -151px;
}
.section-two-blok:hover {
    background: #008efa;
	  color: #ffffff! important;
	  transform: scaleX(1.0) rotateX(0deg);
    transition: all 0.4s linear;
}
.inst-blok {
	
}
.section-otzyvy {
	  padding: 40px 0px;
}
.zoominout {
    animation-name: zoomInOut;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: zoomInOut;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: zoomInOut;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-name: zoomInOut;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-name: zoomInOut;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;
}
.process-one__shape-11 {
    position: absolute;
    top: 17px;
    left: 95px;
    opacity: .40;
    z-index: 2;
	  animation-name: zoomInOut;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: zoomInOut;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: zoomInOut;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-name: zoomInOut;
    -ms-animation-duration: 4s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-name: zoomInOut;
    -o-animation-duration: 4s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;
}
.process-one__shape-12 {
    position: absolute;
    top: 188px;
    left: 330px;
    opacity: .40;
    z-index: 2;
}
.process-one__shape-13 {
    position: absolute;
    top: 360px;
    right: 392px;
    opacity: .40;
    z-index: 2;
}
.process-one__shape-14 {
    position: absolute;
    top: 17px;
    right: 100px;
    opacity: .40;
    z-index: 2;
		animation-name: zoomInOut;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: zoomInOut;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: zoomInOut;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-name: zoomInOut;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-name: zoomInOut;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;
}
.process-one__shape-1 {
    position: absolute;
    top: 233px;
    left: 634px;
    opacity: .40;
    z-index: 2;
	  animation-name: zoomInOut;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: zoomInOut;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: zoomInOut;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-name: zoomInOut;
    -ms-animation-duration: 4s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-name: zoomInOut;
    -o-animation-duration: 4s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;
}
.process-one__shape-2 {
    position: absolute;
    top: 33px;
    right: 295px;
    opacity: .40;
    z-index: 2;
		animation-name: zoomInOut;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: zoomInOut;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: zoomInOut;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-name: zoomInOut;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-name: zoomInOut;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;
}
.process-one__shape-3 {
    position: absolute;
    bottom: 133px;
    right: 395px;
    opacity: .40;
    z-index: 2;
}
.process-one__shape-4 {
    position: absolute;
    bottom: 133px;
    left: 195px;
    opacity: .40;
    z-index: 2;
}
.process-one__shape-5 {
    position: absolute;
    top: 33px;
    left: 195px;
    opacity: .40;
    z-index: 2;
		animation-name: zoomInOut;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: zoomInOut;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: zoomInOut;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-name: zoomInOut;
    -ms-animation-duration: 4s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-name: zoomInOut;
    -o-animation-duration: 4s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;
}
.process-one__shape-8 {
    position: absolute;
    top: 36px;
    left: 165px;
    opacity: .40;
    z-index: 2;
}
.process-one__shape-9 {
    position: absolute;
    bottom: -20px;
    left: 545px;
    opacity: .40;
    z-index: 2;
}
.process-one__shape-10 {
    position: absolute;
    top: 33px;
    right: 145px;
    opacity: .40;
    z-index: 2;
	  animation-name: zoomInOut;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: zoomInOut;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: zoomInOut;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-name: zoomInOut;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-name: zoomInOut;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;
}
@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(360deg) scale(0.7);
    transform: rotate(360deg) scale(0.7);
    opacity: 0;
  }
}

.social-instagram {
    background-color: #E1306C ! important;
}
.footer-dev {
    display: flex;
    align-items: center;
    min-width: 250px;
    justify-content: flex-end;
    margin-left: -75px;
    margin-top: -2px;
}
.footer-dev__text {
    margin-right: 20px;
}
.footer-dev__logo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
    letter-spacing: 0.0125em;
    opacity: 0.5;
}
.footer-dev__logo:hover{
    opacity: 1;
}
.footer-dev__logo-container {
    width: 80px;
    height: 28px;
    min-width: 44px;
    min-height: 0px;
    margin-bottom: 0px;
}
.footer-info {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    display: grid;
    grid-gap: 60px;
    float: right;
    align-items: center;
}
.footer-adres span {
    color: #333333;
    font-size: 14px;
	  font-weight: 400;
}
.footer-adres p {
    font-size: 15px;
    font-weight: 600;
    color: #383838;
    margin-top: 8px;
}
.footer-adres {
    float: left;
}
.header-zvonok {
    font-size: 13px;
    color: #a7a7a7;
    letter-spacing: 0.3px;
    border: 1px solid #6e6e6e;
    border-radius: 36px;
    padding: 5px 18px;
	  float: right;
}
.single-zagolovok .title-subtitle {
	  font-size: 15px;
    color: #464646;
    margin-bottom: 2px;
}
.chaty-cta-button:after, .chaty-cta-button:before {
    content: "";
    width: 44px;
    height: 44px;
    border-radius: 40px;
    display: block;
    background-color: transparent;
    border: 2px solid #008efa;
    position: absolute;
    top: 5px;
    left: 5px;
    animation: mer 1s infinite;
    z-index: -1;
}
@keyframes mer{100%{transform:scale(1.8);opacity:0}}
.wd-price-table .wd-plan-price {
    padding: 100px 20px! important;
}
.nawi-uslugi .title-after_title {
	  font-size: 20px;
    color: #464646;
    margin-top: 12px;
}
.wd-marquee-item {
    gap: 10px 26px! important;
}
.section-two-blok {
	  border-radius: 8px! important;
	  padding: 34px 24px;
	  position: relative;
	  background: #ffffff;
	  color: #333333;
}
.section-two-blok h4 {
    margin-bottom: 50px ! important;
	  font-size: 22px;
	  color: inherit;
}
.section-two-blok h4:before {
    content: '';
    position: absolute;
    top: 70px;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #008efa;
}
.section-two-blok p {
    color: inherit;
    font-size: 16px;
}
.section-two-blok .info-box-icon {
    background: #ffffff;
    position: relative;
    box-shadow: 0 0 48px rgba(4, 49, 184, .10);
    border-radius: 50%;
    padding: 18px;
    margin-bottom: 10px;
}
.homec-features-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    display: grid;
    grid-gap: 72px;
}
.homec-features-list__single {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.homec-features-list__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.homec-features-list__first {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}
.homec-features-list__icon {
    background: #ffffff;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    box-shadow: 0px 0px 21px rgba(129, 165, 167, 0.14);
}
.homec-features-list__icon img {
    padding: 20px;
}
.homec-features-list__number {
    margin: 0;
    position: absolute;
    background: #0087ed;
    font-size: 16px;
    font-weight: 500;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    right: -16px;
    top: 0;
    color: #Ffffff;
}
.homec-features-list__arrow {
    margin-right: 50px;
}
.homec-features-list__arrow img {
    opacity: 0.5;
}
.homec-features-list__title {
    color: #333333;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}
.homec-features-list__text {
    color: #333333;
    font-size: 14px;
    margin-top: 10px;
}
.heihgt3 {
	  height: 32px;
}
.kotakbas-zagolovok h1 {
	  line-height: 1.3! important;
}
.image-service img {
	  margin-top: -30px;
}
.service-block {
    background: #ffffff;
    border-radius: 8px ! important;
    padding: 8px 24px;
    margin-bottom: 2px;
    margin-top: 30px;
}
.service-block h4 {
    font-weight: 500;
	  font-size: 15px;
}
.animated-counters-section {
    background: #e7e7e7;
    border-radius: 8px;
    padding: 22px 22px;
}
.animated-counters-section .counter-label {
    color: #333333 ! important;
    margin-top: 18px ! important;
    font-size: 16px ! important;
}
.zagolovok-onas .title-after_title {
    font-size: 16px;
    color: #4c4c4c;
    margin-top: 4px;
}
.kotak-button-header {
    text-transform: inherit;
    font-weight: 500;
    background: #ffa729;
    color: #ffffff;
    padding: 14px 28px;
}
.button-one-wharsappp {
    text-transform: inherit;
    font-weight: 500;
    background: #008efa;
    color: #ffffff;
    padding: 20px 28px;
    font-size: 14px;
}
.button-one-wharsappp:hover {
    background: #ffa729;
    color: #ffffff;
}
.button-one-wharsappp .wd-btn-icon {
    margin-left: 10px;
    margin-top: -1px;
}
.contact-in-header {
	  margin-top: 3px;
	  margin-left: -12px;
}
.kotakbas-zagolovok strong {
    color: #008efa;
}
.kotakbas-zagolovok .title-after_title {
    color: #ffffff;
    width: 46%;
    font-size: 16px;
    margin-top: 22px;
}
.heihgt1 {
	  height: 50px;
}
.heihgt2 {
	  height: 10px;
}
.contact-in-header strong {
    font-size: 17px;
    font-weight: 700;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #121212;
    letter-spacing: 0.8px;
}
.contact-in-header i {
    color: #232323;
    float: left;
    font-size: 45px;
    line-height: 51px;
    margin-right: 6px;
    margin-top: 3px;
}
.flaticon-customer-service:before {
    content: " ";
    background: #61d04e url(/wp-content/uploads/2025/08/phone.svg) 50% 50% no-repeat ! important;
    background-size: 20px 20px ! important;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.contact-in-header span {
    float: right;
    margin-left: 40px;
}@media (max-width: 576px) {
	.process-one__shape-2 {
    position: absolute;
    top: -10px;
    right: 0px;
    opacity: .40;
}
.process-one__shape-5 {
    position: absolute;
    top: 24px;
    left: 0;
}
.process-one__shape-4 {
    position: absolute;
    bottom: -30px;
    left: 0px;
    opacity: .40;
    z-index: 2;
}
.process-one__shape-8 {
    position: absolute;
    top: -20px;
    left: 0px;
    opacity: .40;
    z-index: 2;
}
.process-one__shape-10 {
    position: absolute;
    top: -33px;
    right: 0px;
    opacity: .40;
}
.process-one__shape-9 {
    position: absolute;
    bottom: -20px;
    left: 146px;
    opacity: .40;
    z-index: 2;
}
.process-one__shape-11 {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: .40;
    z-index: 2;
}
.process-one__shape-14 {
    position: absolute;
    top: -60px;
    right: -25px;
    opacity: .40;
    z-index: 2;
}
.process-one__shape-12 {
    position: absolute;
    top: 123px;
    left: 50%;
    opacity: .40;
    z-index: 2;
}
.service-uslugi-section {
    top: 0;
    left: 0;
    right: 0;
    background-color: #5b9b37;
    clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 50% 99%, 0 100%, 0 0);
}

.contact-footer-mobile {
	  margin-top: -46px;
}
.footer-dev {
    display: flex;
    align-items: center;
    min-width: 250px;
    justify-content: center;
    margin-left: 0px;
    margin-top: 4px;
}
.footer-info {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    display: grid;
    grid-gap: 4px;
    float: none;
    align-items: center;
}
.header-zvonok {
    font-size: 16px;
    color: #a7a7a7;
    letter-spacing: 0.3px;
    border: 1px solid #6e6e6e;
    border-radius: 36px;
    padding: 8px 18px;
    float: right;
    width: 100%;
    text-align: center;
}
.kotakbas-zagolovok .title-after_title {
    color: #ffffff;
    width: 94%;
    font-size: 14px;
    margin-top: 22px;
}
.heihgt1 {
    height: 20px;
}
.heihgt3 {
    height: 16px;
}
.heihgt2 {
    height: 48px;
}
.section-two-blok:before {
    content: '';
    border-right: 0px dashed #d9d9d9;
}
.homec-features-list__text {
    font-size: 14px;
}
.homec-features-list__body {
    margin-left: 12px;
}
.homec-features-list__head {
    align-items: flex-start;
    margin-top: 4px;
}
.homec-features-list__arrow {
    display: none;
}
.homec-features-list {
    grid-template-columns: repeat(1,minmax(0,1fr));
    display: grid;
    grid-gap: 15px;
}
.homec-features-list__single {
    flex-direction: inherit;
}
.homec-features-list__number {
    font-size: 12px;
    width: 24px;
    height: 24px;
    right: -6px;
    top: 0px;
}
}

