@media (any-hover: hover) {
    .contact-attach:hover .contact-attach-ico:before {
        top: 32px;
    }
	.contact-attach:hover .contact-attach-ico:after {
        top: 3px;
    }
}
@keyframes rotation {
    0% {
        transform:rotate(0deg);
    }
    100% {
        transform:rotate(360deg);
    }
}
@media (any-hover: hover) {
	.case__item:hover .case__img:after{
		height: 100%;
	}
}

@media (min-width: 1461px) {
    .slider__caption-text {
        font-size: 80px;
    }
}
@media (min-width: 1280px) {
	.footer-top{
		padding-bottom: 60px;
	}
    .footer-col1 {
        width: 284px;
		display: flex;
        flex-direction: column;
        gap: 30px;
    }
	.footer-col234 {
        width: calc(100% - (284px + 200px));
        max-width: 700px;
		display: flex;
		justify-content: space-between;
    }
	.footer-col5 {
        width: 200px;
    }
	.case__all-right,
	.case__all-left{
		grid-template-columns: repeat(2, 1fr);
		gap: 5px;
	}
	.case__all{
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
		align-items: center;
	}
	.skill__all{
		grid-template-columns: repeat(4, 1fr);
		gap: 10px;
	}
}
@media (max-width: 1280px) {
	.case__img:after,
	.case__more{
		display:none; 
	}
	.case__site {
		font-size: 18px;
	}
	.case__caption{
		justify-content: flex-end;
		flex-direction: column;
		top: 0;
		gap:10px;
		z-index: 20;
	}
}

@media (min-width: 1200px) {
    section.slider__home {
        /* min-height: calc(100vh - 100px); */
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
	}
	
    .header__menu ul {
        gap: 60px;
    }
	
	.slider__caption-text {
        line-height: 120%;
        text-transform: uppercase;
    }
	.home-banner__caption-text-big {
        font-size: 90px;
		font-weight: 500;
        line-height: 110px;
        position: relative;
		background: var(--light);
    }
	.home-banner__caption-text-1 {
        z-index: 4;
    }
	.home-banner__caption-text-2 {
        z-index: 3;
    }
	.home-banner__caption-text-4 {
		display: flex;
		gap: 24px;
		align-items: flex-end;
	}
	.home-banner__caption {
        display: flex;
        flex-direction: column;
        gap: 48px;
    }
	
	.investors-bg img {
        min-height: 531px;
        max-width: max-content;
    }
}
@media (min-width: 768px) {
   .grid-2-1 .grid-item.column2{
	grid-column: span 2;
}
	.how-col-2 {
        justify-content: center;
    }
	.how-col-3 {
        margin-left: auto;
        max-width: 300px;
    }
	.how-col-4 {
        margin-left: auto;
    }
	
	 .contact-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        column-gap: 32px;
        row-gap: 15px;
        margin-bottom: 13px;
    }
	.form-buttons {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 13px;
        flex-wrap: wrap;
    }
	.contact-form-all {
		max-width: 900px;
		margin: 50px auto 0 auto;
	}
	.contact-agree {
        max-width: 292px;
    }
	
	.grid-2-1{
        grid-template-columns: repeat(2, 1fr);
	}
	.grid-3-1{
        grid-template-columns: repeat(3, 1fr);
	}
} 
@media (min-width: 768px) {
    .visible-mob,.visible-768  {
        display: none;
    }
}
@media  (max-width: 1200px) {
    .investors-bg img {
        height: 531px;
		max-width:max-content;
    }
	.home-banner-body{
		 min-height: 531px;
	}
	.how-item {
		gap: 12px;
	}
} 
@media (max-width: 992px) {
	.case__all{
		display:flex!important;
		flex-direction:column!important;
	}
	.how-grid {
        grid-template-columns: repeat(2, 1fr);
        padding-top: 32px;
        padding-bottom: 32px;
        row-gap: 20px;
    }
	.how-item{
		justify-content: flex-start !important;
        width: 100%;
        max-width: 100%;
	}
	
	.case__all-center{
		display:none;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.case__all-right, .case__all-left {
        grid-template-columns: repeat(4, 1fr)!important;
		gap:5px;
	}
}
@media (min-width: 300px) and (max-width: 768px) {
	.case__all{
		gap:5px;
	}
	.case__all-right, .case__all-left {
		display:grid!important;
        grid-template-columns: repeat(2, 1fr)!important;
		gap:5px;
	}
	.case__site {
        font-size: 15px;
    }
	.case__caption{
		    padding: 10px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.header__menu ul{
		gap:20px;
	}
	.slider__caption-text {
        line-height: 120%;
        text-transform: uppercase;
    }
	.home-banner__caption-text-big {
        font-size: 70px;
		font-weight: 500;
        line-height: 80px;
        position: relative;
		background: var(--light);
    }
	.home-banner__caption-text-1 {
        z-index: 4;
    }
	.home-banner__caption-text-2 {
        z-index: 3;
    }
	.home-banner__caption-text-4 {
		display: flex;
		gap: 24px;
		align-items: flex-end;
	}
	.home-banner__caption {
        display: flex;
        flex-direction: column;
        gap: 48px;
    }
	
}
@media (min-width: 768px) and (max-width: 1280px) {
	.pr__body {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.pr__col{
		height:100%;
	}
	.case__all {
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;
        align-items: center;
    }
	.case__all-right, .case__all-left {
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }
	.skill__all {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
	
	.footer-col1 {
        width: 220px;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
	.footer-col234 {
        width: calc(100% - (220px + 220px));
        max-width: 700px;
        display: flex;
        justify-content: space-between;
    }
	.footer-col5 {
        width: 180px;
    }
	.footer-top {
        padding-bottom: 60px;
    }
}
@media (max-width: 992px) {
	.footer-col234{
		flex-direction:column;
		gap:10px;
	}
	.footer-col234 ul{
		gap:10px;
	}
	.home-banner__caption-text-mini{
		min-height:80px;
		font-size:16px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.home-banner__caption-text-big {
        font-size: 60px;
		font-weight: 500;
        line-height: 70px;
        position: relative;
		background: var(--light);
    }
	.header__menu ul>li>a{
		    font-size: 14px;
	}
	.header__right .btn__black{
		padding: 0 15px;
	}
	.header__logo{
		font-size: 20px;
		gap: 0px;
	}
	.header__menu ul{
		gap: 20px;
	}
}
@media  (max-width: 768px) {
	.menu-mob-contacts{
		display: flex;
        flex-direction: column;
        gap: 20px;
		margin-top: 30px;
	}
	.btn__white, .btn__black{
		padding:0 20px;
	}
	
	.open-menu{
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 10px;
		gap: 12px;
		width: 48px;
        min-width: 48px;
        height: 48px;
		color: var(--color_white);
		background: var(--bg_dark)
	}
	.burger__icon {
		width: 12px;
		height: 12px;
		position: relative;
	}
	.burger__line_1 {
		top: 0;
	}
	.burger__line {
		background: #fff;
		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__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 {
		transition-duration: 0.2s;
		transition-property: transform, top, bottom, opacity, width, margin;
		transition-delay: 0.1s, 0s, 0s, 0s, 0.1s, 0.1s;
	}
	.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__menu:not(.open) {
        height: 0px;
        opacity: 0;
        margin-top: 0;
        transition: 0.2s;
        overflow: hidden;
    }
	.header__menu.open {
        height: 100vh;
    }
	.header__menu {
	   position: absolute;
        width: 100%;
        z-index: 999;
        top: 68px;
        left: 0;
		transition: 0.2s;
		background-color: var(--bg_light);	
	    padding-top: 40px;
        padding-left: 20px;
	}
	.scroll_disable {
        overflow: hidden;
        position: fixed;
    }
	.header__menu ul{
		flex-direction: column;
        align-items: flex-start;
        gap: 20px;
	}
	.header__logo{
		gap: 0px;
		font-size: 22px;
	}
	.header__logo img{
		max-height: 48px;
        width: auto;
	}
	.header__right{
		display:none;
	}
	.footer-col1 {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}
@media  (max-width: 768px) {
	.skill__all{
		gap:10px;
	}
	.footer-top{
		flex-direction:column;
		gap: 40px;
        margin-bottom: 40px;
	}
	.footer__bottom{
		flex-direction:column;
		gap: 10px;
		align-items:flex-start;
	}
	.footer__location,
	.footer-col5-container{
		align-items: flex-start;
	}
	.heading-h3, h3 {
		font-size: 22px;
		line-height: 28px;
	}
	.pr_go-left-descr, .pr__description {
		font-size: 16px;
		line-height: 20px;
	}
	.skill__blog .skill__more{
		flex-direction:column;
	}
}
@media (min-width: 580px) and (max-width: 768px) {
	.home-banner__caption-text-big {
        font-size: 50px;
        font-weight: 500;
        line-height: 60px;
        position: relative;
        background: var(--light);
    }
	.contact-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
	    column-gap: 10px;
        row-gap: 10px;
		margin:20px 0;
	}
	.form-buttons {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 13px;
        flex-wrap: wrap;
    }
	.contact-agree {
        max-width: 292px;
    }
	.pr__body {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
	.pr__col{
		height:100%;
	}
	.top__about__count {
		font-size: 50px;
	}
	.pr_go{
		padding: 20px;
	}
}
@media (min-width: 460px) and (max-width: 580px) {
	.home-banner__caption-text-big {
        font-size: 40px;
        font-weight: 500;
        line-height: 50px;
        position: relative;
        background: var(--light);
    }
	.contact-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
	    column-gap: 10px;
        row-gap: 10px;
		margin:20px 0;
	}
	.form-buttons {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 13px;
        flex-wrap: wrap;
    }
	.contact-agree {
        max-width: 292px;
    }
	.pr__body {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
	.pr__col{
		height:100%;
	}
	.top__about__count {
		font-size: 50px;
	}
	.pr_go{
		padding: 20px;
	}
	.heading-h1, h1 {
		font-size: 42px;
		line-height: 54px;
	}
	.heading-h2, h2 {
		font-size: 42px;
		line-height: 54px;
	}
	.heading-h6, h6 {
		font-size: 18px;
		line-height: 20px;
	}
	.heading-h3, h3 {
        font-size: 20px;
        line-height: 24px;
    }
}
@media  (max-width: 460px) {
	#footer-contact-form .btn__accent{
		width: 100%;
        justify-content: center;
	}
}
@media (min-width: 320px) and (max-width: 460px) {
	.heading-h1, h1{
		font-size:40px;
        line-height: 46px;
	}
	.heading-h2, h2 {
		font-size: 36px;
        line-height: 44px;
	}
	.heading-h6, h6 {
		font-size: 18px;
		line-height: 20px;
	}
	.heading-h4, h4,
	.heading-h3, h3 {
        font-size: 20px;
        line-height: 24px;
    }
	
	.home-banner__caption-text-big {
        font-size: 40px;
        font-weight: 500;
        line-height: 50px;
        position: relative;
        background: var(--light);
    }
	.how-grid {
        grid-template-columns: repeat(1, 1fr);
	}
	.contact-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
	    column-gap: 10px;
        row-gap: 10px;
		margin:20px 0;
	}
	.form-buttons {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 13px;
        flex-wrap: wrap;
    }
	
	.pr__body {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
	.pr__col{
		height:100%;
	}
	.top__about__count {
		font-size: 50px;
	}
	.pr_go{
		padding: 20px;
	}
	
	
	.pr_go {
        flex-direction: column;
	}
	.contact-section .btn__black,
	.pr_go-right,.pr_go-right a{
		width: 100%;
        text-align: center;
        justify-content: center;
	}
	.form-buttons{
		flex-direction: column;
        gap: 20px;
	}
}
@media (min-width: 768px) {
	.location_grid{
		 grid-template-columns: repeat(2, 1fr);
	}
}