/*  WP */
body.admin-bar {padding-top: 32px;}
body.admin-bar > .topbar {top: 32px;}

.text--center {text-align: center;}
.text-black {color: var(--dark);}
.link-dashed {
	color: #CCC;
	border-bottom: 1px dashed;
}
.hidden{display: none;}

.green-line{
	position: relative;
	z-index: 1;
}
.green-line:before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 21px;
	background-color: #C3FF60;
	border-radius: 0 20px 0 0;
	z-index: -1;
}





.btn.arrow {
	font-family: var(--accentfont);
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; 
	text-transform: uppercase;
	border-bottom: 1px dashed  #CCC;
	position: relative;
}
.btn.arrow:after{
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' viewBox='0 0 14 15' fill='none'%3E%3Cpath d='M13.4254 14.0858L13.4254 1.48206M13.4254 1.48206L0.574554 1.48206M13.4254 1.48206L0.574555 14.0858' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
	width: 14px;height: 15px;
	position: absolute;
	right: 0;

}

@media (min-width: 989px) {
	.btn.arrow{font-size: 17px;}
}





.topbar.is-toggled {background: var(--dark) url(../img/logo-white.svg) no-repeat center bottom;
	background-size: 96% auto; color: #fff; position: fixed; left: 0;right: 0;top: 0;bottom: 0; }
.topbar.is-toggled .topbar__box{flex-wrap: wrap;}
.topbar.is-toggled .topbar__mobile .menu{display: none;}
.topbar.is-toggled .topbar__mobile .close{display: block;}
.topbar.is-toggled .topbar__tel{ color:#fff; border-color: #fff;}
.topbar.is-toggled .topbar__wa {fill:#fff;}
.topbar.is-toggled .topbar__menu-item {color:#fff;}
.topbar.is-toggled .topbar__menu {
	display: flex;
	align-items: flex-start;
	order: 2;gap: 12px;
	flex-direction: column;
	width: 100%;
	padding: 0;
	margin: 60px 0 0;
	list-style: none;
	overflow: hidden;
}
@media (min-width : 768px) {
	.topbar.is-toggled {background-image: none;}
	.topbar.is-toggled .topbar__logo-img{fill:#fff}
	.topbar.is-toggled .topbar__menu{padding: 0 50px;}
}




.h2{
	color: var(--red);
	font-family: var(--accentfont);
	font-size: 30px;
	font-weight: 500;
	line-height: 100%; 
	letter-spacing: .5px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.h3{
	color: var(--red);
	font-size: 24px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -0.84px;
}
.h4{
	font-size: 18px;
	font-weight: 400;
	line-height: 100%;
}
.subtitle2{
	color: var(--dark);
	font-family: var(--accentfont);
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: .75px;
}
.subtitle3 {
	font-family: var(--accentfont);
font-size: 14px;
font-weight: 400;
line-height: 120%; 
text-transform: uppercase;
}


@media (min-width : 767px) {
	.h2{font-size: 40px; }
	.h3{font-size: 32px;letter-spacing: -0.96px;}

	.subtitle2{font-size: 17px; letter-spacing: -0.34px;}
	
}
@media (min-width : 989px) {
	.subtitle3 {font-size: 15px;}
}
@media (min-width : 1239px) {
	.h2{font-size: 62px;letter-spacing: -2.48px;}
	.h3{font-size: 30px;}
	.subtitle2{font-size: 18px; line-height: 120%; letter-spacing: -0.36px;}
}
@media (min-width : 1539px) {
	.h2{font-size: 72px; letter-spacing: -2.88px;margin-bottom: 20px;}
	.h3{font-size: 36px;letter-spacing: -1.08px;}
	.h4{font-size: 24px;letter-spacing: -0.96px;}
	.subtitle2{font-size: 22px;letter-spacing: -0.66px;}
	.subtitle3 {font-size: 17px;}
}





.section {
	margin-top: var(--margin-top);
}



.about {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.about__title .subtitle2 {
	max-width: 330px;
}
.about__content {
	border-top: 1px solid var(--gray);
	max-width: 480px;
	margin-left: auto
}
.about__content-item{
	padding: 20px 0;
	border-bottom: 1px solid var(--gray);
	font-size: 15px;
	line-height: 120%;
	letter-spacing: -0.15px;
	display: flex;
	align-items: flex-end;
	gap: 20px;
}
.about__content-item > div{
	flex:1;
}
.about__content-item .left{
	font-size: 48px;
	line-height: 75%; 
	letter-spacing: -1.44px;
	text-transform: uppercase;
}
.about__content-item .left > span{
	font-size: 24px;letter-spacing: -0.72px;font-weight: bold;
}


@media (min-width : 768px) {
	.about__title .subtitle2 {    max-width: 370px;}
	.about__content-item { font-size: 18px;}
	.about__content-item .left{font-size: 68px; letter-spacing: -2.04px;}
	.about__content-item .left > span {  font-size: 32px;letter-spacing: -0.96px;}
	.about__content-item .right > .hidden {display: inline;}
}
@media (min-width : 989px) {
	.about { flex-direction: row;}
}
@media (min-width : 1239px) {
	.about__title .subtitle2 {    max-width: 472px;}
	.about__content{max-width: 468px}
}
@media (min-width : 1539px) {
	.about__content{max-width: 588px}
	.about__content-item .left {        font-size: 72px;        letter-spacing: -2.16px;    }
	.about__content-item .left > span {
        font-size: 36px;
        letter-spacing: -1.08px;
    }
	    .about__content-item {
        font-size: 20px; gap: 65px;
    }
}












.cards{
	padding: 400px 0 0;
	    display: flex;
    flex-wrap:wrap;
}
.cards__title {
  font-size: 24px;
}
.cards-circle{
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(100% + 2 * var(--wrap-indent));
    margin: 0 calc(-1 * var(--wrap-indent));
		overflow: hidden;
}
.cards-circle:before {
	content: '';
	width: 914px;
	background: var(--gray-light);
	position: absolute;
	top: 30px; bottom:60px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	border-radius: 100%;
}
.cards__img  {
    width: 200px;
    height: auto;
    margin: 40px auto;
    display: block;
}

.cards__item {
	position: relative;
	
	background: var(--green);
	display: flex;
	gap: 20px;
	flex: 1 0 300px;
	
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	transform: translateX(calc(var(--wrap-indent)));
	margin-top: 20px;
	padding: 50px 20px 30px 10vw;
	border-radius: 30px 0 0 30px;
}
.cards__item:before{
	content: '';
	position: absolute;width: 15px;height: 15px;
	top: 20px;
	left: 20px;
	background-color: #fff;
	border-radius: 100%;
}
.cards__item:nth-child(2n){
	transform: translateX(calc(-1 * var(--wrap-indent)));
	padding: 50px 20px 30px 20px;
	border-radius: 0 30px 30px 0;
}
.cards__item:nth-child(2n):before{
	right: 20px;
	left: auto;
}
.cards__item-title {
	font-size: 18px;
	line-height: 100%; 
	font-family: var(--accentfont);
    font-weight: 500;
}
.cards__item-text {
	font-size: 15px;
	line-height: 120%; 
}
.cards__btn{
	flex: 0 0 100%;
}
.cards__btn button{
	margin: 40px auto 0;
}






@media (min-width : 599px) {
	.cards__item{	padding-left: 40px;}
}

@media (min-width : 767px) {
	.cards{
		flex-direction: column;
		padding: 0;
	}
	.cards-circle {
    position: sticky;
    overflow: visible;
    top: 100px;
		order: -2;
		height: 770px;
} 
	.cards-circle:before{
		width: 540px;
		height: 540px;
	}

	.cards__item, .cards__item:nth-child(2n) {
			padding-left: 20px;
			flex: 1 0 230px;
			border-radius: 30px 0 0 0;
			width: 38%;
			position: sticky;
			top: 390px;
			margin-top: 0;
			margin-bottom: 250px;
			margin-left: auto;

	}
	
	.cards__item:nth-child(2n){
		border-radius: 0 30px 0 0;
		margin-left: 0;
	}
	.cards__item:nth-child(4), .cards__item:nth-child(5){
		margin-bottom: 0;top: 640px;
	}

	.cards__btn{
        position: sticky;
        top: 550px;
				margin-top:-320px;
        order: -1;
				flex: 320px;
	}
	
}

@media (min-width: 989px) {
	.cards-circle {
		height: 690px;
	} 
	.cards__btn{
				margin-top:-240px;
				flex:240px;
	}
	.cards-circle:before{
		top: 50px;
	}
	img.cards__img {
    margin-top: 60px;
	}
	.cards__item,.cards__item:nth-child(2n) {
		transform: none;
		width: 280px;
		top: 300px;
		margin-bottom: 260px;
	}
	.cards__item:nth-child(4), .cards__item:nth-child(5) {
		margin-bottom: 0;
		top: 570px;
	}

	.cards__item:nth-child(4){
		transform: translateX(90px);
	}
	.cards__item:nth-child(5){
		transform: translateX(-90px);
	}


}
@media (min-width: 1239px) {
	.cards__title {
		font-size: 44px; letter-spacing: .5px;
	}
		.cards-circle {
			height: 775px;
	}
	.cards-circle:before{
		width: 640px;
		height: 640px;
		top: 20px;
	}

	img.cards__img {
		width: 260px; margin-top: 30px;
	}
	.cards__item{
		min-height: 246px;
	}
	.cards__item,.cards__item:nth-child(2n) {
		padding: 50px 15px 20px 15px;
		transform: none;
		width:224px;
		gap: 50px;
		top: 440px;
		margin-bottom: 170px;
		
	}

	.cards__item:nth-child(4), .cards__item:nth-child(5){
		margin-bottom: 0;
		top: 610px;
	}
	.cards__item:nth-child(4){
		transform: translateX(244px);
	}
	.cards__item:nth-child(5){
		transform: translateX(-244px);
	}
	.cards__btn {
        margin-top: -280px;
				        top: 590px;
								flex: 285px;
    }
}

@media (min-width: 1539px) {
	.cards-circle {
			height: 840px;
	}
	.cards-circle:before{
		width: 760px;
		height: 760px;
	}
	.cards__content {
		gap: 0 50%;
	}
.cards__item {
	min-height: 302px;
}
	img.cards__img {
        margin-top: 40px;
    }
	.cards__item,.cards__item:nth-child(2n) {
		padding: 50px 20px 20px 20px;
		width: 284px;
		gap: 74px;
		        top: 420px;
	}
	.cards__item:nth-child(4), .cards__item:nth-child(5){
		margin-bottom: 0;
		top: 640px;
	}
	.cards__item:nth-child(4){
		transform: translateX(304px);
	}
	.cards__item:nth-child(5){
		transform: translateX(-304px);
	}

	.cards__item-title {
		font-size: 24px;
		letter-spacing: -0.96px;
}
.cards__item-text {
	font-size: 17px;
}
.cards__btn {   top: 730px; flex:1;margin-top: -170px;}
.cards__btn button{margin-top: 0;}

}








.catalog {
	background: var(--gray-light);
	padding: 70px 0;
}


.catalog__title {
	color: var(--dark);
	padding-bottom: 15px;
	    display: block;
}
.catalog__item{
	padding-top: 40px;
	padding-bottom: 40px;
	border-top:  1px solid var(--gray);
}
.catalog__item:last-child{
	border-bottom: 1px solid var(--gray);
}
.catalog__item .wrap--boxed{
	display: grid;
	gap: 20px;
}

.catalog__item-img {
	gap: 12px;
	width: 100%;
	display: flex;
	overflow-y: auto;
}
.catalog__item-img .img {
  display: block;
	flex: 0 0 250px;
}
.catalog__item-img .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.catalog__item-ul {
	font-size: 14px;
	line-height: 150%;
	list-style: disc;
	padding-left:15px ;
	margin-bottom: 20px;
}
.catalog__item-link{
	display: flex;
	align-items:center;
	justify-content: space-between;
	width: 177px;

}
.catalog__item-link:before {
	height: 14px;
}
.catalog__item-link svg {display: none;}

a.catalog__item-link svg {
	display: block;
}
a.catalog__item-link {
	border-bottom: 1px dashed;

}

@media (max-width : 767px) {
.catalog__btn .circle  {
padding: 0;
border:none;
margin-top: 20px;
font-size: 16px; width: 100%;	
}
.catalog__btn .circle .btn__inner {
	width: 100%;height: 48px;padding: 10px;
	border-radius: 40px;transform: none !important;
}
}


@media (min-width : 767px) {
	.catalog__item .wrap--boxed{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: auto 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}

.catalor__item-title { grid-area: 1 / 1 / auto / 2; height: auto;  }
.catalog__item-img { grid-area: 1 / 3 / 3 / 4; 	display: grid;	grid-auto-flow: column;	grid-auto-columns: 1fr;}
.catalog__item-img >.img{display: none;}
.catalog__item-img >.img:first-child{display: block;}
.catalog__item-text { grid-area: 2 / 1 / 3 / 2; margin-top: auto;}
.catalog__btn { grid-area: 1 / 2 / 3 / 3; display: flex;  justify-content: center;  align-items: center;   }

}


@media (min-width : 989px) {
	.catalog__item{
		grid-template-columns: 302px 1fr 302px;
	}
	.catalog__item-img{
		display: grid;
		grid-template-columns: 198px 94px;;
		grid-template-rows: repeat(2, 1fr);
		grid-gap: 10px;
	}


.catalog__item-img > .img:first-child { grid-area: 1 / 1 / 3 / 2;width: 198px; height: 198px; }
.catalog__item-img > .img:nth-child(2){ grid-area: 1 / 2 / 2 / 3; display: block; width: 94px;height: 94px;}
.catalog__item-img > .img:nth-child(3) { grid-area: 2 / 2 / 3 / 3; display: block; width: 94px;height: 94px;}
}

@media (min-width : 1239px) {
	.catalog__item .wrap--boxed {
		display: grid;
		grid-template-columns: 216px auto auto 468px;
		grid-template-rows: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}

	.catalor__item-title{  grid-area: 1 / 1 / 2 / 2; }
	.catalog__item-img { grid-area: 1 / 4 / 2 / 5; grid-auto-flow: column; 
			gap:16px;grid-template-columns:unset;grid-template-rows:unset;
			grid-auto-columns: 1fr;}
	.catalog__item-text { grid-area: 1 / 2 / 2 / 3; }
	.catalog__btn { grid-area: 1 / 3 / 2 / 4; }
	.catalog__item-img > .img{
		grid-area:unset !important; 
			width: 100% !important;  
		height: auto !important;
		object-fit: cover;
		display: block;
	}
 .catalog__item-img > .img:nth-child(n + 5){
	display: none !important;
}
	.catalog__btn .circle{
		position: absolute;left: 50%; transform: translateX(-50%) scale(.6);
    transition: opacity .3s ease-in;

	}

	.catalog__item {
		grid-template-columns: repeat(3, 1fr);
    padding-top: 25px;
    padding-bottom: 25px;transition:background-color .5s ease;}

		.catalog__item:nth-of-type(6n - 4) .catalog__item-img .img:nth-child(1),
		.catalog__item:nth-of-type(6n - 4) .catalog__item-img .img:nth-child(3),
		.catalog__item:nth-of-type(6n - 3) .catalog__item-img .img:nth-child(1),
		.catalog__item:nth-of-type(6n - 3) .catalog__item-img .img:nth-child(4),
		.catalog__item:nth-of-type(6n - 2) .catalog__item-img .img:nth-child(3),
		.catalog__item:nth-of-type(6n - 1) .catalog__item-img .img:nth-child(1),
		.catalog__item:nth-of-type(6n) .catalog__item-img .img:nth-child(2),
		.catalog__item:nth-of-type(6n) .catalog__item-img .img:nth-child(4){
			opacity: 0; visibility: hidden;
		}
		.catalog__item:hover{
			background: var(--green);
		}
		.catalog__item:hover{
 border-color: var(--green);
		}
		 .catalog__item:hover + .catalog__item{
 border-top-color: var(--green);
		}
		.catalog__item:hover .catalog__btn .circle{
				opacity: 1;visibility: visible;
		}

}


@media (min-width : 1539px) {
.catalog__item .wrap--boxed {
		grid-template-columns: 275px auto auto 468px;
	}

}
















.step__title {
	margin-bottom: 40px;
}
.step__content {
	display: flex; overflow-x: auto; gap: 20px;
	padding-right: var(--wrap-indent);
    margin-right: calc(-1 * var(--wrap-indent));
}
.step__content-item {
		border-radius: 0 30px 0 0;
	border: 1px solid var(--gray);
	background: var(--gray-light);
	display: flex;
	flex: 1 0 220px;
	height: 280px;
	padding: 20px;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}
.step__content-item:after{
	content: "";
  display: block;
  width: 0;
  height: 0;
     border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 14px solid var(--gray);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(100%, -50%);
}
.step__content-item:last-child::after{
	display: none;
}
.step__num {
margin-bottom: 10px;
font-weight: 400;
line-height: 120%;
text-transform: uppercase;
}

.step__head {
	margin-bottom: auto;
}
.step__text {
	font-size: 15px;
font-weight: 400;
line-height: 110%;
letter-spacing: -0.45px;
}




@media (min-width : 989px) {
	.step__content {  padding-right: calc(50vw - 480px); margin-right: calc(-1 * (50vw - 480px));}

}

@media (min-width : 1239px) {
	.step__content {  padding-right:0; margin-right:0;}
.step__content-item {height: 330px;}
}










.inline-form {
	overflow: hidden;
	position: relative;
}
.inline-form__line {
	  display: flex;
    gap: 40px;
		justify-content: center;
		padding: 70px 50px;
		background-color: var(--gray-light);
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		color: var(--gray-light);
	}

.inline-form__line span{
	flex: 0 0 auto;
}
.inline-form__box {
	border-radius: 100%;
	border: 1px solid var(--dark);
	width: 729px;
	height: 729px;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inline-form__img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 580px;
	height: 580px;
	opacity: .3;
}


.inline-form__content {
	flex: 0 0 609px;
	height: 609px;
	background-color: var(--dark);
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	text-align: center;
}
.inline-form__title{
	color: #FFF;
	letter-spacing: -0.3px;
	text-transform: uppercase;
	font-family: var(--accentfont);
	margin-top: 60px;
}
.inline-form__subtitle{	
	margin: 10px 0 56px;
}

.form {
	width: 330px;
	position: relative;
	margin: 0 auto;
	width: 21rem;
}

.form__input {
	color: var(--dark);
	font-size: 16px;
	background: #e6e6e6;
	border: none;
	padding: 10px;
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
	transition: color .3s ease;
}

.input--city {
    margin-bottom: -53px;    
}
.input--city .form__input{
	border-bottom: 0;
	    background: var(--dark);
}
.input--tel {
	position: relative;
}
.input--privacy .link-dashed:hover{
	color: #fff;
	border-color: #fff;
}
.form__btn {
	background: var(--green);
	width: 100px;
	height: 100px;
	    padding: 0;
			margin: 30px auto;
	border: none;	
}
.form__btn:hover{
	opacity: .8;
}
.form__go{
	line-height: 130%;
}
.form__go-link{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	margin: 20px auto;
	color:#fff;
	border:1px solid #fff;
	padding: 5px;
}
.form__go-link svg{
	fill: #f5f5f5;
	width: 15px;
	height: auto;
	margin: 0 5px;
}

.error .has-error {display:block;}
.error .form__input {
	color: #ae808f;
  background-color: #492c2c;
	animation: animate_motion 0.3s;
}
.error ::placeholder {
   color: #ae808f;
}
@keyframes animate_motion {
    0%,100% {     transform: translate3d(0,0,0)    }
    15%,65% {        transform: translate3d(-7px,0,0)    }
    45% {        transform: translate3d(7px,0,0)    }
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: inset 0 0 0 1000px #e6e6e6 !important;
    -webkit-text-fill-color: var(--dark) !important;
    color: var(--dark)!important;
		 caret-color: #000 !important;
		 background-color: #e6e6e6 !important;
}
input:-webkit-autofill {
  animation-name: autofill-reset;
  animation-fill-mode: both;
}

@keyframes autofill-reset {
  to {
    color: var(--dark);
    background: #e6e6e6;
  }
}

input:hover, 
input:focus, 
input:active{
	color:#000;

}
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
	font-size: 12px;
	font-family: var(--accentfont);
  padding-left:15px;
  color: #fff;
  cursor: pointer;
	letter-spacing: .25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 2px;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 8px;
  top: -2px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width:989px) {
	.inline-form__line {
		color: var(--red);
		animation: marquee 20s linear infinite alternate;
	}
		@keyframes marquee {
		0%   { transform: translate(0,-50%); }
		100% { transform: translate(-400px,-50%); }
}
}
@media (min-width : 1239px) {
	.form__go-link:hover{color:var(--green); border-color: var(--green);}
	.form__go-link:hover svg{fill: var(--green);}
}
















.case__content{
	display: flex;
	flex-wrap: wrap;
	gap: 40px 20px;
}
.case__content-item{
	display: flex;
	flex-direction: column;
  flex: 1 0 284px;
	max-width: 85%;
}
.case__content-item:not(.has-text){
	cursor: pointer;
}
.case__content-item:nth-child(2n){
	margin-left: auto;
}
.case__content-item.has-text .subtitle2 {
    max-width: 270px;
}


.case__content-item.has-btn{
 position: sticky;
    bottom: 0;
		flex: 1 0 100%;
		max-width: none;
}
.case__content-item.has-btn > a {
    display: flex;
    justify-content: space-between;
    padding: 20px;
		background-color: var(--green);
		color: var(--dark);
		border: 1px solid var(--gray);

		margin: 0 calc(-1 * var(--wrap-indent));
}

.case__content-item.has-btn > a svg{
	stroke: var(--dark);
}
.case__box{
	position: relative;
}
.case__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .75;
		transition: opacity .3s ease;
}
.case__img{
	margin-bottom: 10px;
	border: 1px solid var(--gray);
	width: 100%;
	height: auto;
	aspect-ratio: 284/400;
	transition: border-color .3s ease;
}
.case__text {
    font-size: 15px;
    line-height: 110%;
}

@media (min-width : 767px) {
	.case__title {
    margin-bottom: 40px;
}

	
.case__content-item{
  flex: 1 0 230px;
}
.case__content-item:nth-child(2n) {
    margin-left: 0;
}
.case__content-item.has-btn{
	flex: 1 0 230px;
	position: relative;
}
.case__content-item.has-btn > a {
   aspect-ratio: 284/400;
    padding: 20px;
		margin: 0;
		flex-direction: column;
}
.case__content-item.has-btn > a svg{margin-left: auto;}
.case__content-item.has-btn > a > span{
	background: url(../img/face.svg) no-repeat left bottom;
	background-size: 64px 48px;
	padding-bottom: 70px;
}
}


@media (min-width : 1239px) {

	.case__content-item, .case__content-item.has-btn{
  flex: 0 0 224px;
}

.case__content-item.has-text .subtitle2 {
    min-width:322px;
		position: absolute;
		transform: translateY(calc(-1* (100% + 40px)));
}
.case__content-item.item-1,
.case__content-item.item-2,
.case__content-item.item-3{
	order: -1;
}

.case__content-item:hover  .case__img{
	border-color: var(--red);
}
.case__content-item:hover .case__icon {
			opacity: 1;
		}
.case__content-item.has-btn > a{
	overflow: hidden;        position: relative;
}
	.case__content-item.has-btn > a:hover{
		border-color: var(--red);	}
		
.case__content-item.has-btn > a:hover svg{
	position: relative;
	z-index: 1;
	stroke: #fff;
}
.case__content-item.has-btn > a::after{
	width:200px;
	height: 200px;
	content: '';
	background-color: var(--red);
	position: absolute;
	transform: translate(100%,100%);
	bottom: 0;
	right: 0;
	border-radius: 100%;
	transition: transform .3s ease; 
}
.case__content-item.has-btn > a:hover::after{
transform: translate(95px, 95px);
}
}

@media (min-width : 1539px) {
	.case__content-item, .case__content-item.has-btn{
  flex: 0 0 284px;
}

.case__content-item.has-text .subtitle2 {
   min-width:403px;
}


}









.footer {
	background: var(--dark);
	color: #fff;
	padding: 50px 0;
}
.footer a {
	color: #fff;
}
.footer__bar {
   margin-bottom: 40px;
    border-bottom: 1px solid var(--gray);
		padding-bottom: 20px;
}
.footer__logo svg{
 fill: #fff;    
    display: block;
    margin: 0 auto 40px;
}
.footer__nav {
	display: flex;
    align-items: center;
    flex-wrap: wrap;	
		gap:10px 30px;
		justify-content: center;
}
.footer__nav-item {
	color: #fff;
}
.footer__nav-item:nth-child(3){
	order: 1;
}

.footer__content, .footer__content-second {
	display: flex;
    flex-direction: column;
    gap: 50px;
		text-align: center;
}
.footer__content-first{
	order: 1;
  max-width: 254px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer .subtitle3{text-transform: none;}
.copyright {
	color: #ccc;
	font-size: 15px;
	line-height: 110%; 
	letter-spacing: -0.45px;
	margin-top: 10px;
}

.footer__content-item {
	    display: flex;
    flex-wrap: wrap;
       gap: 10px 15px;
    justify-content: space-between;
    max-width: 350px;
    margin: 0 auto;
}
.footer__btn {
	width: 138px;
	text-align: left;
}
.footer__tel {
	font-size: 20px;
line-height: 120%; 
letter-spacing: -0.4px;
}
.footer__addr {
	color: #CCC;
	display:flex; 
	flex-direction: column;
	margin-bottom: 15px;
}

.footer__addr-map {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.footer__addr-map svg{
	vertical-align: bottom;
}

@media (min-width : 767px) {
	.footer__bar {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
		    margin-bottom: 30px;padding-bottom: 30px;
}
.footer__logo svg{
	margin: 0;
}
	.footer__content {
    flex-direction: row;
		align-items: stretch;
		text-align: left;
		justify-content: space-between;
}
	.footer__content-first {
			order: unset;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			max-width: 2700px;margin: 0;
			gap: 0;
	}
	.footer__content-item {
    max-width: none;
    gap: 10px 50px;
}
.footer__tel {
    font-size: 22px; flex: 0 0 205px;
}
.footer__content-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.footer__addr {margin: 0;}
.footer__content-second {max-width: 553px;text-align: left}
.footer__btn{margin-right: 64px;}
.footer__addr-map {
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
  width: 138px;
}
.copyright {
  order: unset;
  margin-top: auto;
}
}


@media (min-width : 989px) {
.footer__logo svg{width: 142px;height: 36px;}
.footer__nav{gap: 40px;}
.footer__nav-item {font-size: 16px;}
    .footer__content-second {        max-width: 547px;}
	
}

@media (min-width : 1239px) {
.footer__tel {    font-size: 24px;}
.footer a:hover{color:#cecece;border-color: #cecece;}
}

@media (min-width : 1539px) {
	.footer__content-first {
        max-width: 250px;
    }
	.footer__logo svg{width: 150px;height: 38px;}

}














.popup.is-show {
    opacity: 1;
    visibility: visible
}

.popup__overlay {
    background: #fff;
    opacity: .85;
    position: absolute;
    width: 100%;
    height: 100%
}

.popup__body {
    position: relative;
    padding: 60px;
    background: var(--dark);
    flex: 0 0 560px;
    border-radius: 100%;
    height: 560px;
		color:#fff;
		display: flex;
    flex-direction: column;
    justify-content: center;
}

.popup__body .form__title {
    margin-bottom: 8px
}

.popup__close {
    position: absolute;
   	left: 410px;
    top: 15px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
		color:#fff;
		padding: 25px;
		background: var(--dark);
    border-radius: 100%;
}

.popup__close::before {
    content: '+';
    display: block;
    transform: rotate(45deg);
    font-size: 32px
}

.popup .form__btn {
	width: 100%;
	height: 40px;
  margin: 0 auto 10px;
}
.popup .inline-form__title{
	letter-spacing:0;
	margin-top: auto;
}
.popup .inline-form__subtitle{
	margin-bottom: 30px;
	text-transform: none;
}
.popup .form__go{
	margin-top: 60px;
	margin-bottom: auto;
}
@media (min-width : 768px) {
    .popup__body {
        padding:72px;
				flex:0 0 600px;
				height: 600px;
    }

    .popup__body .form__title {
        font-size: 24px;
        margin-bottom: 16px
    }

    .popup__body .form__text {
        line-height: 1.55
    }

    .popup__close {
        left: 510px;
        top: 30px;
    }

    .popup__close::before {
        font-size: 36px
    }
}

@media (min-width: 1539px) {
	    .popup__body {
        flex: 0 0 650px;
        height: 650px;
    }
		    .popup__close {
        left: 540px;
        top: 30px;
    }
}












.has-animation.add-animation.from-bottom {
  -moz-animation:from-bottom .75s linear;
  -webkit-animation:from-bottom .75s linear;
  animation:from-bottom .75s linear
}
@keyframes from-bottom {
	from {-moz-transform:  translateY(30%);-webkit-transform:  translateY(30%);transform:  translateY(30%);opacity: 0;}
	to {-moz-transform: translateY(0);-webkit-transform: translateY(0);transform: translateY(0);opacity: 1;}
}


























