main{
  min-height: 100vh;
  position: relative;
}
main:before{
  content: '';
  position: absolute;
  bottom: 0;
  width: 230px;
  height: 100%;
  background: #f19e39;
  left: calc(50% - 115px);
  z-index: 0;
}
.bg-tree{
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 8;
  text-align: center;
}
.bg-tree .tablet,
.bg-tree .mobile{
  display: none;
}
.bg-tree img{
  max-height: 70vh;
  display: block;
  width: auto;
  margin: auto;
}
main .content{
  margin-top: -120px;
  padding: 0 230px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 11
}
main .content > div{
  width: 100%;
  max-width: calc((100% - 280px) / 2);
}
main .content .left .item{
  margin-bottom: 40px;
}
main .content .left .item a .value{
  font-size: 50px;
  font-family: "Cormorant Garamond";
  font-weight: 300;
  color: #212121;
  display: block;
  margin-bottom: 5px;
  line-height: 1;
}
main .content .left .item a .title{
  text-transform: uppercase;
  font-size: 12px;
  color: #f19e39;
  font-weight: 700;
  letter-spacing: .2em;
}
main .content .left .item a .title:hover{
  color: #1f3528;
}
main .content .left .item:nth-child(2) .value{
  max-width: 450px;
}
main .content .right{
  position: relative;
  text-align: center;
}
main .content .right .time{
  text-align: center;
}
main .content .right .time .number{
  font-size: 160px;
  color: #f19e39;
  font-family: "Cormorant Garamond";
  font-weight: 300;
  line-height: 76px;
}
main .content .right .time .minutes{
  text-align: center;
  font-size: 50px;
  color: #212121;
  font-family: "Cormorant Garamond";
  font-weight: 300;
}
main .content .right .time .location{
  font-size: 14px;
  line-height: 2;
  font-weight: 700;
  text-transform: uppercase;
  color: #212121;
  letter-spacing: .2em;
}
main .content .right .time .location span{
  background: #ffae39;
  padding: 3px 5px;
  color: #1f3528;
}
.right .mobile{
  display: none;
}
.map-road-promisto2{
  max-width: 90%;
  margin-top: 30px;
}

@media screen and (max-width: 1919px){

}
@media screen and (max-width: 1600px){
  main .content{
    padding: 0 130px;
  }
}
@media screen and (max-width: 1400px){
  main .content .left .item a .value{
    font-size: 40px;
  }
  main .content .left .item:nth-child(2) .value{
    max-width: 350px;
  }
  main .content .right .time .number{
    font-size: 110px;
    line-height: 50px;
  }
  main .content .right .time .minutes{
    font-size: 40px;
  }
  main .content .right .time .location{
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px){
  .bg-tree .tablet{
    display: block;
  }
  .bg-tree .desktop{
    display: none;
  }
  main:before{
    display: none;
  }
  main .content{
    flex-wrap: wrap;
    padding-bottom: 400px;
  }
  main .content > div{
    max-width: 100%;
    text-align: center;
  }
  main .social{
    display: none;
  }
  main .content .left .item a .value{
    margin: 0 auto 5px;
  }
  main .content .right{
    max-width: 850px;
  }
  main .content .right .time .number{
    font-size: 160px;
    line-height: 76px;
  }
  main .content .right .time .minutes{
    font-size: 50px;
  }
  main .content .right .time .location{
    font-size: 12px;
  }
}
@media screen and (max-width: 800px){
  main .content{
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 767px){
  main .content{
    padding: 0 60px 200px;
  }
  .bg-tree .tablet{
    display: none;
  }
  .bg-tree .mobile{
    display: block;
    max-height: 200px;
    margin-right: 0;
  }
}
@media screen and (max-width: 600px){
  .title-page h1{
    font-size: 40px;
  }
  main .content .right .time{
    position: relative;
    top: 00px;
    margin-top: 100px;
  }
  .right .mobile{
    display: block;
    left: -60px;
    position: absolute;
    top: 0;
    z-index: -1;
    max-width: 300px;
  }
}
@media screen and (max-width: 479px){
  main .content {
      padding: 0 20px 200px;
  }
  main .content .left .item a .value{
    font-size: 35px;
  }
  main .content .left .item:nth-child(2) .value {
    max-width: 315px;
  }
  .right .mobile{
    left: -20px;
  }
}
