.box{
        /* max-width: 2064px; */
    width: 100%;
    margin: 0 auto;
}

.group{
        margin: 0 10px;
}

.overlap{
    max-width: 922px;
    margin: 0 auto;
}


.bottom-button{
  margin-bottom: 40px !important;
}

.element{
  text-align: center;
}

.box-first{
    padding-top: 87px;
    padding-bottom: 53px;
    background-image: url(../img/1w.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.text-wrapper {
  font-family: 'Futura PT';
  font-size: 36.93635940551758px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
}

.span-ex{
  font-family: 'Futura PT';
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #f8f8f8;
  display: block;
  margin-bottom: 12px;
}

.text-wrapper-2{
  font-family: 'Futura PT';
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #f8f8f8;
  display: block;
  margin-bottom: 12px;
}

.overlap-wrapper{
  display: flex;
  flex-direction: column;
  gap:15px;
  margin-top: 15px;
}

.element-wrapper{
  display: block;
  margin-bottom: 18px;
  margin: 0 auto;
  width: 329px;
  font-family: 'Futura PT';
  padding-top: 12px;
  padding-bottom: 13px;
  position: relative;
  border-radius: 12px;
  cursor: pointer;
  background-color: #629251;
  padding-left: 45px;
  padding-right: 45px;
  
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #f7f7f5;
}


.element-wrapper span{

  font-weight: 400;
}

.element-wrapper-sec{
 background-color: #406035;
  color: #f7f7f5;
}

.colums-box{
    max-width: 269px;
    width: 100%;
    display: block;
        display: flex
;
    flex-direction: column;
}

.box-second .overlap{
    max-width: 1107px;
}

.colums-boxes{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
      row-gap: 25px;
}

.colums-big-text{
      font-family: 'Futura PT';
    font-size: 43px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
}

.colums-box img{
     max-width: 267px;
    height: 267px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 8px;
}
.colums-box-name span{
	display:none;
}

.colums-box-ops{
	display:none;
}
.element-wrapper22 {
    display: block;
    margin-bottom: 18px;
    margin: 15px 0;
    width: 191px;
    font-family: 'Futura PT';
    padding-top: 12px;
    padding-bottom: 13px;
    position: relative;
    border-radius: 12px;
    cursor: pointer;
    background-color: #629251;
    padding-left: 45px;
    padding-right: 45px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #f7f7f5;
}








.colums-box-name{
  font-family: 'Futura PT';
  font-size: 16px;
font-weight: 600;
}

.colums-box-ops{
    font-family: 'Futura PT';
  font-size: 16px;
  font-weight: 400;
}

.colums-box-name span{
  text-transform: uppercase;
}

.colums-prix{
  font-family: 'Futura PT';
  font-size: 16px;
  font-weight: 400;
  margin-top: auto;
}

.bottom-text{
  color: black;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 30px;
}

.bottom-button{
      width: 370px;
      background-color: #22351B;
}

@media only screen and (max-width: 580px) {
    .box-first {
        padding-top: 5px;
        padding-bottom: 53px;
        background-position: top;
    }

.box-first .group{
  margin: 0 20px;
}
.text-wrapper{
  text-align: left;
}

.element,
.span-ex,
.text-wrapper-2 {
    text-align: left;
}
.text-wrapper-2 {
    margin-bottom: 18px;
    line-height: 18px;
}

.span-ex{
  line-height: 18px;
}
.overlap-wrapper{
      margin-top: 30px;
}

.colums-box{
  max-width: 100%;
}
.colums-box img {
    max-width: 100%;
    height: auto;
    width: 100%;
    object-fit: cover;
    object-position: unset;
    border-radius: 5px;
    margin-bottom: 8px;
}

.colums-big-text{
      font-size: 34px;
}

}

@media only screen and (max-width: 400px) {
.element-wrapper{
      width: 277px;
      margin: 0 auto;
    font-family: 'Futura PT';
    padding-top: 12px;
    padding-bottom: 13px;
    position: relative;
    border-radius: 12px;
    cursor: pointer;
    background-color: #629251;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #f7f7f5;
}
}