.container {
	text-align: center;
	padding-bottom: 0;
}
.container .row{
	max-width: 1300px;
	margin: 0 auto;
	padding: 80px 30px 0 30px;
	text-align: center;
}
.container .row h2,.container .row h1 {
	font-weight: 700;
	font-size: 60px;
	height: 60px;
	color: #06060a;
	text-align: left;
	text-transform: uppercase;
}
.grid_equipment {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
.grid_equipment .equipment_item{
	cursor: pointer;
	position: relative;
	
}
.grid_equipment .equipment_item a {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.grid_equipment .equipment_item .image{
	width: 100%;
	height: 421px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	transition: 200ms linear;
}
.grid_equipment .equipment_item:nth-child(1) .image {
	max-width: 525px;
}
.grid_equipment .equipment_item:nth-child(2) .image {
	max-width: 430px;
}
.grid_equipment .equipment_item:nth-child(3) .image {
	max-width: 523px;
}
.grid_equipment .equipment_item:nth-child(4) .image {
	max-width: 401px;
}
.grid_equipment .equipment_item:nth-child(5) .image {
	max-width: 391px;
}
.grid_equipment .equipment_item:nth-child(6) .image {
	max-width: 506px;
}
.grid_equipment .equipment_item:nth-child(7) .image {
	max-width: 416px;
}
.grid_equipment .equipment_item:nth-child(8) .image {
	max-width: 430px;
}
.grid_equipment .equipment_item:nth-child(9) .image {
	max-width: 518px;
}
.grid_equipment .equipment_item .image img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.grid_equipment .equipment_item:hover .image {
	transform: scale(1.1);
}
.grid_equipment .equipment_item h3{
	width: 100%;
	min-height: 60px;
	font-weight: 700;
	font-size: 16px;
	height: 24px;
	color: rgba(6,6,10,0.36);
	text-align: center;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .8s ease-in-out;
}
.grid_equipment .equipment_item:hover h3 {
	color: rgba(6,6,10,1);
}
.grid_equipment .equipment_item .border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.grid_equipment .equipment_item .border {
    overflow: hidden;
}
.grid_equipment .equipment_item .border div {
    background-color: #c8c8c8;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.grid_equipment .equipment_item .border div.top {
	position: absolute;
	left: 0;
	top: -8px;
    width: 100%;
    height: 8px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.grid_equipment .equipment_item .border div.bottom {
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 100%;
	height: 8px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.grid_equipment .equipment_item .border div.left {
	position: absolute;
	left: -8px;
	top: 0;
    height: 100%;
    width: 8px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.grid_equipment .equipment_item .border div.right {
	position: absolute;
	right: -8px;
	top: 0;
    height: 100%;
    width: 8px;
	-webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.grid_equipment .equipment_item:hover .border div.top {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    top: 0;
}
.grid_equipment .equipment_item:hover .border div.left {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    left: 0;
}
.grid_equipment .equipment_item:hover .border div.bottom {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    bottom: 0;
}
.grid_equipment .equipment_item:hover .border div.right {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    right: 0;
}
/********************************
we_offer
********************************/
.we_offer .row h2.visible_offer,.we_offer .row h1.visible_offer {
	transform: translateX(0%);
    opacity: 1;
}
.we_offer .bg_offer.visible_offer {
	transform: translateX(0%);
    opacity: 1;
}
.red_line_offer hr.visible_offer {
	width: 61px;
}
.red_line_offer {
	overflow: hidden;
	margin-top: 34px;
	margin-bottom: 37px;
}
.red_line_offer hr{
	display: block;
	height: 1px;
	border:none;
	width: 0;
	background: #b61316;
	margin-right: auto;
	margin-left: 0;
	transition: 200ms linear;
}
.we_offer {
	background-color: #06060a;
	padding: 130px 0 130px 0;
	position: relative;
	overflow: hidden;
}
.we_offer .bg_offer {
	position: absolute;
	right: 0;
	top: -510px;
	z-index: 1;
	width: 622px;
	-webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.25,.5,.5,.9);
    -moz-transition: all .3s cubic-bezier(.25,.5,.5,.9);
    transition: all .3s cubic-bezier(.25,.5,.5,.9);
}
.we_offer #we_offer_red1 {
	width: 626px;
	height: 626px;
	border-radius: 50%;
	background-color: #b61316;
	position: absolute;
	left: -182px;
	top: -282px;
}
.we_offer #we_offer_red2 {
	width: 969px;
	height: 969px;
	border-radius: 50%;
	border: 1px solid #b61316;
	position: absolute;
	left: -445px;
	top: -510px;
}
.we_offer #we_offer_red1.circle_red {
	-webkit-animation: planetAnim 3s infinite ease both;
    -moz-animation: planetAnim 3s infinite ease both;
    -ms-animation: planetAnim 3s infinite ease both;
    -o-animation: planetAnim 3s infinite ease both;
    animation: planetAnim 3s infinite ease both;
}
.we_offer #we_offer_red2.circle_red {
	-webkit-animation: planetAnim 2s infinite ease both;
    -moz-animation: planetAnim 2s infinite ease both;
    -ms-animation: planetAnim 2s infinite ease both;
    -o-animation: planetAnim 2s infinite ease both;
    animation: planetAnim 2s infinite ease both;
}
.we_offer .row{
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	padding: 0 80px 0 30px;
	position: relative;
	z-index: 2;
}
.we_offer .row h2,.we_offer .row h1{
	font-weight: 700;
	font-size: 60px;
	line-height: 60px;
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 50px;
	-webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.25,.5,.5,.9);
    -moz-transition: all .3s cubic-bezier(.25,.5,.5,.9);
    transition: all .3s cubic-bezier(.25,.5,.5,.9)
}
.we_offer .row h3{
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.we_offer .row h4{
	font-weight: 300;
	font-size: 14px;
	line-height: 14px;
	color: #dfdddb;
	text-align: left;
}
.we_offer .row p{
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: rgba(255,255,255,1);
	text-align: left;
}
.we_offer .row ul{
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	text-align: left;
}
.we_offer .row ul li{
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	text-align: left;
	list-style: disc inside;
}
.we_offer .row .img_and_txt {
	font-weight: 100;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-align: left;
	margin-top: 40px;
	display: grid;
	grid-template-columns: 386px 1fr;
	grid-gap: 20px 44px;
}
.we_offer .row .img_and_txt p{
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-align: left;
	font-weight: 100;
    font-style: normal;
   
}
.we_offer .row .img_and_txt .img {
	width: 100%;
	height: 270px;
}
.we_offer .row .img_and_txt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@-webkit-keyframes planetAnim {
  /* line 8, /Users/nikolaionken/dev/bonsai/_sass/_animate.scss */
  50% {
    -webkit-transform: translate(0, 10px);
  }

  /* line 11, /Users/nikolaionken/dev/bonsai/_sass/_animate.scss */
  100% {
    -webkit-transform: translate(0, 0);
  }
}

@-moz-keyframes planetAnim {
  /* line 17, /Users/nikolaionken/dev/bonsai/_sass/_animate.scss */
  50% {
    -moz-transform: translate(0, 10px);
  }

  /* line 20, /Users/nikolaionken/dev/bonsai/_sass/_animate.scss */
  100% {
    -moz-transform: translate(0, 0);
  }
}

@-o-keyframes planetAnim {
  /* line 26, /Users/nikolaionken/dev/bonsai/_sass/_animate.scss */
  50% {
    -o-transform: translate(0, 10px);
  }

  /* line 29, /Users/nikolaionken/dev/bonsai/_sass/_animate.scss */
  100% {
    -o-transform: translate(0, 0);
  }
}

@-ms-keyframes planetAnim {
  /* line 35, /Users/nikolaionken/dev/bonsai/_sass/_animate.scss */
  50% {
    -ms-transform: translate(0, 10px);
  }

  /* line 38, /Users/nikolaionken/dev/bonsai/_sass/_animate.scss */
  100% {
    -ms-transform: translate(0, 0);
  }
}

@keyframes planetAnim {
  /* line 44, /Users/nikolaionken/dev/bonsai/_sass/_animate.scss */
  50% {
    -webkit-transform: translate(0, 10px);
  }

  /* line 47, /Users/nikolaionken/dev/bonsai/_sass/_animate.scss */
  100% {
    -webkit-transform: translate(0, 0);
  }
}
/********************************
media
********************************/
@media only screen and (max-width: 1300px){
	.grid_equipment {
		grid-template-columns: 1fr 1fr;
	}
}
@media only screen and (max-width: 991px){
	.we_offer .row {
		padding: 0 30px;
	}
	.we_offer .row .img_and_txt {
		grid-template-columns: 1fr;
	}
}
@media only screen and (max-width: 768px){
	.grid_equipment {
		grid-template-columns: 1fr;
	}
	.we_offer {
		padding: 30px 0;
	}
	.we_offer .row {
	    padding: 0 10px;
	}
	.we_offer .row h2,.we_offer .row h1 {
		font-size: 48px;
		line-height: 48px;
	}
}
@media only screen and (max-width: 525px) {
	.we_offer .row h2,.we_offer .row h1 {
		font-size: 36px;
		line-height: 36px;
		margin-bottom: 20px;
	}
	.we_offer .row h3 {
		font-size: 24px;
		line-height: 30px;
	}
}