@keyframes sliderShape{
  0%,100%{
	border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate3d(0,0,0) rotateZ(0.01deg);
	    box-shadow: 0 4px 12px 0 var(--blue_light);
  }
  34%{
      border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
	  transform:  translate3d(0,5px,0) rotateZ(0.01deg);
	      box-shadow: 0 5px 12px 0 var(--blue);
  }
  50%{
    transform: translate3d(0,0,0) rotateZ(0.01deg);
	    box-shadow: 0 4px 12px 0 var(--blue_light);
  }
  67%{
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60% ;
    transform: translate3d(0,-3px,0) rotateZ(0.01deg);
	    box-shadow: 0 5px 12px 0 var(--blue); 
  }
}
@keyframes pulsecolor {
	 0% {
		color:var(--white);
	  }
	  50% {
		color:var(--blue);
	  }
}
@keyframes pulse {
	 0% {
		opacity: 0;
	  }
	  50% {
		transform: scale(1.05);
		opacity: 0.4;
	  }
}
@media (min-width:1280px){
	
	@keyframes circleanimate {
		0%{
			transform: translateY(0) rotate(0deg);
			opacity: 1;
			border-radius: 0;
		}

		100%{
			transform: translateY(-1000px) rotate(720deg);
			opacity: 0;
			border-radius: 50%;
		}
	}
	@keyframes bswipe {
	  0% {
		  left:0;
		  animation-timing-function: ease-out;
	  }
	 
	  100% {
		left:calc(-386px* 3 + 180px);
		animation-timing-function: ease-out;
	  }
	}
	 @keyframes bswipeitem {
	  0% {
		  width:0;
		  opacity:0;
	  }
	  100% {
		width: 210px;
		min-width: 210px;
		opacity:1;
	  }
	} 
	@keyframes bswipeitem2 {
	  0% {
		  width:386px;
		  animation-timing-function: ease-out;
	  }
	 
	  100% {
		width:740px;
		animation-timing-function: ease-out;
	  }
	}
}
@media (any-hover: hover) {
	.has-arrow-mini:hover .arrow-mini:before {
        top: -100%;
        right: -100%;
    }
	.has-arrow-mini:hover .arrow-mini:after {
        bottom: 0;
        left: 0;
    }
}
@media (min-width: 1461px) {
	.slider__caption-text{
		font-size:80px;
	}
	.slider__thumb {
		width: 460px;
		height: 460px;
	}
	.height__col{
		gap: 60px;
		padding: 35px 30px;
	}
	.height__body{
		display:grid;
		grid-template-columns: repeat(2, 1fr);
		gap:30px;
	} 
	.height__descr {
		font-size: 20px;
		line-height: 24px;
	}
}
@media (max-width: 1460px) {
	header,.container{
		padding-left:15px!important;
		padding-right:15px!important;
	} 
}
@media (min-width: 1200px) and (max-width: 1460px) {
	.height__col{
		gap: 20px;
		padding: 25px 30px;
	}
	.height__body{
		display:grid;
		grid-template-columns: repeat(2, 1fr);
		gap:20px;
	} 
	.height__descr {
		font-size: 18px;
		line-height: 22px;
	}
	.slider__caption-text{
		font-size:70px;
	}
	.slider__thumb {
		width: 420px;
		height: 420px;
	}
	.slider__thumb img{
		height: 240px;
		width: 240px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.height__col{
		gap: 20px;
		padding:20px;
	}
	.height__body{
		display:grid;
		grid-template-columns: repeat(2, 1fr);
		gap:20px;
	} 
	.height__descr {
		font-size: 16px;
		line-height: 20px;
	}
	.height__all{
		gap:20px;
	}
	.height__img {
		width: 120px;
		min-width: 120px;
	}
	.slider__caption-text{
		font-size:50px;
	}
	.slider__thumb {
		width: 380px;
		height: 380px;
	}
	.slider__thumb img{
		height: 200px;
		width: 200px;
	}
	.header__menu ul,
	header{
		gap:70px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.header__center {
        margin-left: auto;
    }
	section.slider__home .container {
        position: relative;
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
    }
	.slider__caption-text{
		font-size:40px;
		line-height:50px;
		text-transform:uppercase;
		font-weight:500;
	}
	.slider__thumb {
		width: 280px;
		height: 280px;
	}
	.slider__thumb img{
		height: 160px;
		width: 160px;
	}
	.header__menu ul,
	header{
		gap:30px;
	}
	.slider__caption {
        gap: 30px;
    }
	.footer-top {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
	footer .btn__white{
		padding:0 20px;
	}
	
}
@media (min-width: 1200px) {
	.section__about{ 
		background: url(/wp-content/themes/main/opros/image/line-middle-right3.png) no-repeat right 100px center;
	} 
	.circles__body{
	position:relative;
}
.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
	
	opacity:0.2;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: var(--blue);
    animation: circleanimate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}
	
	
	section.slider__home .container{
		  padding: 10px 0;
	}
	.header__menu ul,
	header{
		gap:100px;
	}
	section.slider__home{
		min-height:calc(100vh - 100px);
		display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
	}
	section.slider__home .container{
		width:100%;
	}
	footer .scroll-link,
	.header__menu a{
		position: relative;
        padding-bottom: 8px;
	}
	footer .scroll-link:before,
	.header__menu a:before {
        content: '';
        display: block;
        width: 0px;
        height: 3px;
        position: absolute;
        left: 50%;
        bottom: 0;
        transition: 0.4s;
        border-radius: 60px;
    }
	.header__menu a:before{
        background: var(--blue);
	}
	footer .scroll-link:before{
		background: var(--white);
	}
	footer .scroll-link:hover:before,
	.header__menu a:hover:before {
        width: 100%;
        left: 0;
        transition: 0.4s;
    }
	
	/* .section__growing{
		margin-top:50px;
		margin-bottom:50px;
	} */
	footer{
		padding-top: 120px;  
	}
	.dis p {
		margin-bottom: 40px;
	}
} 
@media (max-width: 1199px) {
	section.slider__home .container{
		 padding: 30px 0;
	}
	footer{
		padding-top: 80px;  
	}
	.dis p {
		margin-bottom: 30px;
	}
}
@media (min-width: 992px) {
	
	.header__center{
		margin-left:auto;
	}
	
	.footer-top {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	
	.slider__caption{
		gap:50px;
	}
	.slider__caption-text{
		line-height:120%;
		text-transform:uppercase;
	}
	section.slider__home .container{
		position:relative;
		display: flex;
        justify-content: space-between;
	}
	
	section{
		padding-top:80px;
		padding-bottom:80px;
	}
	.footer_col2 a,
	.footer_col4-bottom a {
		font-size: 22px;
	}
	.growing-carousel-item {
        min-width: 386px;
        width: 386px;
    }
	.growing__top-all .growing-carousel-item {
		min-height: 140px;
		height: 140px;
	}
}
@media (max-width: 991px) {
	.height__col{
		gap: 20px;
		padding: 25px 30px;
	}
	.height__body{
		display:grid;
		grid-template-columns: repeat(2, 1fr);
		gap:20px;
	} 
	.height__descr {
		font-size: 18px;
		line-height: 22px;
	}
	
	
	.height__body{
		display:flex;
		flex-direction:column;
		gap:30px;
	}
	.section__growing .container{
		margin-right:-15px;
	}
	.growing-carousel-item {
        min-width: 320px;
        width: 320px;
    }
	.growing-carousel-item .growing-carousel-caption {
		font-size: 20px;
		line-height: 24px;
		padding: 30px 20px;
	}
	.growing-animation-right{
		display:none;
	}
	.growing-carousel{
		gap:10px;
	}
	.growing__case {
        display: none;
    }
	.growing-carousel {
        position: static !important;
    }
	.heading-h1 {
		font-size: 28px;
		line-height: 34px;
	}
	.heading-h2 {
		font-size: 22px;
		line-height: 30px;
	}
	.heading-h3 {
		font-size: 18px;
		line-height: 24px;
	}
	.about__who-left{
		gap:50px;
	}
	
	/* .growing__top-all .growing-carousel-item .growing-carousel-caption{
		font-size: 20px;
		line-height: 24px;
		padding: 30px;
		border-radius: 20px;
	} */
	.height__descr,.about__who-left,.dis-left {
		font-size: 16px;
		line-height: 20px;
	}
	.dis p {
        margin-bottom: 20px;
    }
	.dis-left-head {
		margin-bottom: 20px;
	}
	.footer_col2 a,
	.footer_col4-bottom a {
		font-size: 18px;
	}
	.footer_col3 a{
		height: 36px;
		padding: 0 10px;
		font-size: 14px;
	}
	section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
	footer{
		padding-top: 60px;
	}
	footer .btn__white{
		font-size: 14px;
	}
	.footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
} 
@media (min-width: 768px) {
	
	.visible-mob{
		display:none; 
	}
	.header__menu ul{
		padding:10px 0;
	}
	.about__who,.dis {
        grid-template-columns: repeat(2, 1fr);
    }
	.about__who-right {
        display: flex;
        margin-left: auto;
    }
	.dis-right-body,
	.about__who-right {
        display: flex;
        margin-left: auto;
    }
}
@media (max-width: 767px) {
	 .popup__box {
        padding: 40px 20px;
        margin: 10px;
        height: max-content;
    }
	header{
		position:sticky;
		top:0;
		background:var(--white);
		z-index:999;
	}
	
	/* .scroll_disable {
        overflow: hidden;
        position: fixed;
    } */
	.header__logo img {
    max-height: 48px;
	}
	.open-menu{
		width: 48px;
        min-width: 48px;
        height: 48px;
		border-radius:10px;
		background:var(--blue);
		border:1px solid var(--blue);
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.open-menu.burger__icon_close{
		background:var(--white);
	}
	.open-menu.burger__icon_close .burger__line{
		background: var(--blue);
	}
	.header__menu:not(.open){
		display:none;
	}
	.header__menu.open{
		position: absolute;
        width: 100%;
        background: var(--bg_light2);
        z-index: 999;
        top: 68px;
        left: 0;
	}
	.header__menu ul{
		padding: 30px 15px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
	}
	.burger__icon {
		width: 12px;
		height: 12px;
		position: relative;
	}
	.burger__line {
		background:var(--white);
		height: 2px;
		border-radius: 10px;
		position: absolute;
		width: 100%;
		transition-duration: 0.2s;
		transition-property: transform, top, bottom, opacity;
		transition-delay: 0s, 0.1s, 0.1s, 0s;
	}
	.burger__icon_close .burger__line {
		transition-duration: 0.2s;
		transition-property: transform, top, bottom, opacity, width, margin;
		transition-delay: 0.1s, 0s, 0s, 0s, 0.1s, 0.1s;
	}
	.burger__line_1 {
		top: 0;
	}
	.burger__line_2 {
		top: 50%;
		transform: translateY(-50%);
	}
	.burger__line_3 {
		bottom: 0;
	}
	.burger__icon_close .burger__line_1 {
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
		width: 120%;
		margin: 0 -10%;
	}
	.burger__icon_close .burger__line_2 {
		opacity: 0;
	}
	.burger__icon_close .burger__line_3 {
		bottom: 50%;
		transform: translateY(50%) rotate(-45deg);
		width: 120%;
		margin: 0 -10%;
	}
	header .btn__black{
		background:transparent!important;
		border:none!important;
		padding:0!important;
		height:auto;
		font-size:12px;
		color:var(--dark);
	}
	.header__right{
		margin-left:auto;
		margin-right:15px;
	}
	header .btn__black .arrow-mini{
		display:none!important;
	}
	.slider__caption{
		gap:30px;
	}
	.slider__thumb {
		display:none;
	}
	.slider__caption-text {
        text-transform: uppercase;
        font-weight: 500;
    }
	.footer_col4-bottom{
		align-items: flex-start;
	}
	.footer_col3 a {
		display: inline-flex;
	}
	.footer-top{
		display:grid;
		grid-template-columns: repeat(1, 1fr);
        row-gap: 40px;
	}
	.footer__bottom-left{
		display:flex;
		flex-direction:column;
		gap:10px;
	}
	.slider__home{
		padding-top: 30px;
        padding-bottom: 30px;
	}
	.about__who-left{
		gap: 20px;
		font-size: 16px;
		line-height: 22px;
	}
	.dis-bottom{
		flex-direction: column;
        gap: 20px;
        text-align: center;
	}
}
@media (min-width: 580px) and (max-width:767px) {
	.about__who, .dis {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 580px) and (max-width:991px) {
	.height__col {
		display: flex;
		gap: 20px;
	}
	
}
@media (max-width:579px) {
	.height__col {
		display: flex;
		gap: 20px;
	}
	.height__img img{
		width:100px;
		min-width:100px;
	}
	.dis-top-caption{
		flex-direction:column;
		gap: 30px;
	}
	
	.dis-top-caption .dis-top-caption-right,
	.dis-top-caption .btn-question{
		width:100%;
	}
	.height__all .height__img{
		display:none;
	}
}
@media (min-width: 480px) and (max-width:767px) {
    .slider__caption-text {
        font-size: 40px;
        line-height: 50px;
    }
	
}
@media (max-width:479px) {
    .slider__caption-text {
        font-size: 28px;
        line-height: 38px;
    }
}

/* fix start*/
@media (min-width: 1159px) and (max-width: 1460px) {
	.growing__body .growing__col {
		min-width: auto;
	}
	.growing__col .growing__caption{
		padding: 40px 15px!important;
	}
	.growing__body>.growing__col:nth-child(5) {
		height: 500px;
	}
	.growing__graph-all{
		margin-top: 0px;
	}
}
/* fix end*/