main{
    position: relative;
    background-position: center;
    background-size: cover;
    /* height: 100vh; */
    min-height: calc(var(--vh, 1vh) * 100);
    padding: 160px 90px 85px 240px;
    display: flex;
    align-items: center;
}
main:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(72.46deg, rgba(0, 0, 0, 0.5) 38.97%, rgba(0, 0, 0, 0) 57.1%);
    z-index: 0;
}
main .content{
    position: relative;
    z-index: 8;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    gap: 30px;
    align-items: center;
}

h1{
    font-size: 70px;
    line-height: 1;
    color: #fff;
    font-family: "Cormorant Garamond";
    max-width: 766px;
    font-weight: 500;
    text-transform: uppercase;
}
h1 span{
    color: #ffae39;
}
p.subtitle{
  font-size: 44px;
  line-height: 1;
  color: #fff;
  font-family: "Cormorant Garamond";
  max-width: 766px;
  font-weight: 500;
  text-transform: uppercase;
}
p.subtitle span{
  color: #ffae39;
}

/* buttons-group */

.buttons-group{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.buttons-group .e-oselya{
  width: 100%;
  margin-top: 50px;
  display: flex;
  gap: 50px;
  align-items: center;
}
.buttons-group .e-oselya a{
  display: block;
  max-width: 230px;
}
.buttons-group a{
    display: flex;
    align-items: center;
    gap: 10px;
}
.buttons-group a .icon{
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.buttons-group a:first-child .icon,
.buttons-group a:last-of-type .icon{
    width: 60px;
    height: 60px;
    background: #ffae39;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.buttons-group a .btn-text{
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    max-width: 120px;
    line-height: 1.6;
    letter-spacing: 0.15em;
}
.buttons-group a:hover .icon{
    background: #ffae39;
}
.buttons-group a:hover .btn-text{
    color: #ffae39;
}
.home-button-next{
    cursor: pointer;
}
.text-home{
  width: calc(100% - 554px);
}
/* homeSlider */
.homeSlider{
    width: 524px;
}


/* information-group */

.information-group{
    position: relative;
    bottom: 0px;
    right: 0;
    width: 400px;
    /* height: 400px; */
    /* background: #ffae39; */
    border: 10px solid #ffae39;
    padding: 65px;
    margin: auto;
    /* margin-right: 126px; */
    background-position: center;
    background-size: cover;
    aspect-ratio: 1000 / 1340;
    object-fit: cover;
}
.information-group:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .3;
}
.number1{
    position: absolute;
    color: #fff;
    font-size: 140px;
    font-style: italic;
    font-family: "Cormorant Garamond";
    left: -55px;
    bottom: 20px;
    line-height: 1;
    z-index: 9;
}
.number2{
    background: #fff;
    position: absolute;
    width: 126px;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f3528;
    font-size: 40px;
    font-style: italic;
    font-family: "Cormorant Garamond";
    left: 100%;
    top: 0;
    z-index: 9;
}
.information-group .title{
    text-transform: uppercase;
    color: #1f3528;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 15px;
    position: relative;
    z-index: 9;
}
.information-group .title + p{
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    position: relative;
    z-index: 9;
}
.information-group .button-group{
    right: 60px;
    bottom: 50px;
    position: absolute;
    z-index: 9;
}

.map{
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
}

.logo-mobile{
    display: none;
}
.awards-mobile{
  display: none;
}
p.citygas{
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  background: #ffae39;
  padding: 5px 10px;
  margin-bottom: 15px;
}

/* media */

@media screen and (max-width: 1900px) {
    /* h1{
        font-size: 38px;
    } */
}
@media screen and (max-width: 1600px){
    main{
        padding: 130px 60px 60px 138px;
    }
}
@media screen and (max-width: 1450px){
    .buttons-group{
      gap: 5px;
    }
    .buttons-group a .btn-text{
      font-size: 13px;
    }
    .buttons-group a .icon,
    .buttons-group a:first-child .icon,
    .buttons-group a:last-of-type .icon{
      width: 50px;
      height: 50px;
    }
}
@media screen and (max-width: 1299px){
    h1{
        font-size: 48px;
    }
    .buttons-group{
      flex-wrap: wrap;
      gap: 20px;
      max-width: 500px;
    }
}
@media screen and (max-width: 1200px){
    main {
        padding: 130px 60px 60px 60px;
        background-position: right center;
    }
    main:before{
        background: #000;
        opacity: .4;
    }
    .text-home{
      width: 100%;
      text-align: center;
    }
    .text-home .buttons-group{
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      gap: 20px;
      width: 100%;
    }
    h1{
        width: 100%;
        max-width: 100%;
        text-align: center;
        font-size: 70px;
        margin-bottom: 70px;
    }
    .map{
        display: none;
    }
    .homeSlider{
        position: relative;
    }
    .information-group{
        position: relative;
        right: 0px;
    }
    main .content{
        display: flex;
        flex-wrap: wrap;
    }
    .buttons-group{
        flex-wrap: wrap;
        margin-top: 0;
        width: 100%;
        max-width: 100%;
        gap: 40px;
        /* flex-direction: column; */
        /* align-items: flex-start; */
        justify-content: center;
    }
    .buttons-group a{
        /* width: 100%; */
    }
    .logo-mobile{
        display: block;
        text-align: center;
        width: 100%;
    }
    .logo-mobile svg{
        max-width: 318px;
        margin-bottom: 40px;
    }
    .homeSlider{
        width: 585px;
    }
    .e-oselya{
      order: 3;
    }
    p.citygas{
      margin: 0 auto 15px;
    }
}
@media screen and (max-width: 991px){
    main{
        padding: 100px 0px 30px 0px;
    }
    main .content{
        justify-content: space-between;
    }
    h1{
        font-size: 32px;
    }
    main .buttons-group{
        padding-left: 60px;
        width: 410px;
    }
    .buttons-group .e-oselya{
      gap: 24px;
      margin-top: 20px;
    }
    .information-group{
        width: 300px;
        height: 300px;
        padding: 35px;
        right: 0px;
        margin-right: 100px;
    }
    .information-group .title{
        font-size: 18px;
    }
    .information-group .title + p{
        font-size: 18px;
    }
    .number2{
        width: 100px;
        height: 100px;
    }
    .homeSlider {
        width: 465px;
    }
}
@media screen and (max-width: 880px){
  .buttons-group .e-oselya{
    flex-wrap: wrap;
  }
  main .buttons-group{
    width: 300px;
  }
}
@media screen and (max-width: 767px){
    main{
        background-position: 74% center;
        padding: 70px 0px 30px 0px;
    }
    main .content{
        justify-content: flex-end;
        padding-bottom: 30px;
    }
    h1{
        margin-bottom: 40px;
    }
    main .buttons-group{
        padding-left: 0;
        justify-content: center;
        gap: 30px;
        max-width: 100%;
        width: 100%;
        flex-direction: row;
        margin-bottom: 0;
    }
    main .buttons-group a{
        width: auto;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 100px;
    }
    main .buttons-group a .btn-text{
        width: 100%;
        max-width: 100%;
        text-align: center;
        font-size: 11px;
    }
    main .buttons-group a .icon{
        width: 54px;
        height: 54px;
    }
    .logo-mobile svg{
        margin-bottom: 30px;
        max-height: 26px;
    }
    .information-group{
        width: 211px;
        height: 211px;
        right: 0px;
        margin-top: 30px;
        margin-right: auto;
    }
    .number2{
        width: 67px;
        height: 67px;
        font-size: 22px;
    }
    .information-group .title{
        font-size: 12px;
    }
    .information-group .title + p{
        font-size: 12px;
    }
    .number1{
        font-size: 74px;
        left: -32px;
    }
    .information-group .button-group{
        right: 20px;
        bottom: 20px;
    }
    main{
        padding-bottom: 100px;
    }
    .buttons-group .e-oselya{
      text-align: center;
      margin-top: 30px;
    }
}
@media screen and (max-width: 767px) {
    h1 {
        margin-bottom: 30px;
    }
    .buttons-group .e-oselya{
      justify-content: center;
    }
    .buttons-group .e-oselya a{
      max-width: 180px;
      display: none;
    }
    .awards-mobile{
      display: block;
      margin-top: 30px;
      text-align: center;
      width: 100%;
    }
    .awards-mobile img{
      max-width: 240px;
    }
}
@media screen and (max-width: 480px){
  .buttons-group .e-oselya{
    margin-top: 0px;
  }
  .buttons-group .e-oselya img.image-eoselya-promisto{
    margin: 20px 0;
  }
  .buttons-group .e-oselya img.image-eoselya-promisto,
  .buttons-group .e-oselya svg{
    max-width: 150px;
  }
  .buttons-group .e-oselya{
    justify-content: center;
    gap: 16px;
  }
  .awards-mobile img{
    max-width: 50%;
  }
  main{
    height: auto;
    padding: 100px 0 60px;
  }
}
@media screen and (max-width: 430px){
  .buttons-group .e-oselya img.image-eoselya-promisto,
  .buttons-group .e-oselya svg{
    max-width: 150px;
  }
  main .buttons-group{
    gap: 15px;
  }
  .information-group{
    margin-top: 15px;
  }
}
