
.header-bg{
  background-image: url('../images/bgmain.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.header-container{
  font-family: 'Arial', Arial, sans-serif;
background-attachment: fixed;
  transform: translate3d(0, 0, 0);
  -moz-transform: unset;

  max-width: 1222px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  padding-top: 69px;
}
.header-vas{
    display: flex;
    margin-bottom: 99px;
}
.header-logo{
  margin-right: 61px;
}
.header-logo img{
  max-width: 173px;
  width: 100%;
  width: 173px;
}
.header-adres{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -20px;
  
   
}
.header-adres p{
    font-size: 15px;
    margin-bottom: 0;
     /* color: #fff;  */
  }
.header-adres a{
    font-size: 16px;
    margin-bottom: 0;
    color: rgb(207, 167, 119)!important;
  }
.header-social{
  display: flex;
  gap: 13px;
  align-items: center;
  margin-left: 44px;
  margin-top: -4px;
  
}
.header-social img{
    width: 35px;
    height: 35px;
  }
.header-contact{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 30px;
  margin-top: -20px;
}
.head-phone{
  display: flex;
  align-items: center;
  font-size: 18px;
  gap: 9px;
  padding-left: 11px;
  font-weight: 600;
  
}
.head-phone img{
    width: 30px;
    height: 30px;
  }
.head-form{
  font-size: 14px;
  text-decoration: underline!important;
  color: rgb(207, 167, 119) !important;
}
.header-contact img{
  width: 30px;
  height: 30px;
}
.head-form{
  padding-left: 12px;
  margin-top: 10px;
}
.header-main{
  display: flex;
  gap: 19px;
  padding-left: 9px;
  padding-bottom: 89px;
  
}
.header-main img{
    width: 401px;
    height: 532px;
    object-fit: cover;
  }

.header__main-right h1{
    font-size: 50px;
    font-weight: 700;
    color: rgb(207, 167, 119);
    margin-top: -23px;
  }
.header__main-right h2{
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 16px;
    
  }
  .header__main-right span{
    color: rgb(207, 167, 119);
  }
.header__main-wrap{
  display: flex;
  gap: 30px;
  margin-top: 55px;
  width: 100%;
    max-width: 735px;
}
.header__main-title{
  font-size: 36px;
  color: rgb(207, 167, 119);
  font-weight: 600;
}
.header__main-text{
  font-size: 24px;
  
}
.header__main-text b{
    font-weight: 700;
  }
.header__main-btn{
  margin-top: 81px;
  display: flex;
  justify-content: center;
}
.header__main-btn a{
  background: #cfa777;
  width: 360px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.55;
    font-weight: 500;
    color: #ffffff!important;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  box-shadow: 2px 20px 20px 0px rgba(230,211,187,1);
  border-radius: 8px;
}

.header__main-btn a:hover{
  background: #b08754;
}
.mobile-logo{
  display: none;
}
.header-burger{
  display: flex;
  align-items: center;
  margin-left: 21px;
    margin-top: -22px;
}
.header-burger img{
  width: 30px;
  height: 30px;
}

.spacibo-soc{
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.spacibo-soc img{
    width: 50px;
    height: 50px;
}
.spacibo-page{
    padding-bottom: 290px;
}
.spacibo-page h1{
    color: rgb(207, 167, 119);
    font-size: 42px;
    text-align: center;
    font-family: 'Open sans',Arial,sans-serif;
    margin-bottom: 30px;
}
.spacibo-page p{
    color: rgb(207, 167, 119);
    font-size: 22px;
    text-align: center;
    color: #000000;
      font-size: 22px;
      font-family: 'Open sans',Arial,sans-serif;
      line-height: 1.55;
      font-weight: 400;
      background-position: center center;
      border-color: transparent;
      border-style: solid;
}
.spacibo-btn{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.spacibo-btn a{
    color: #ffffff!important;
  font-size: 16px;
  font-family: 'Arial',Arial,sans-serif;
  line-height: 1.55;
  font-weight: 500;
  border-width: 1px;
  border-radius: 0px;
  background-color: #cfa777;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  box-shadow: 2px 20px 20px 0px rgba(230,211,187,1);
  text-decoration: none;
  width: 290px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width:1300px){
   .header-logo img{
    height: 100px;
   }
   .header-logo {
    margin-right: 21px;
  }
  .header-vas {
    display: flex;
    margin-bottom: 99px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .header-vas{
    gap: 30px;
  }
  .header-social{
    margin-left: 0;
  }
  .header-contact{
    margin-left: 0;
  }
  .header-logo{
    display: flex;
    gap: 50px;
    align-items: center;
  }
  .mobile-logo{
    display: block;
  }
  .mobile-logo img{
      width: 30px;
      height: 30px;
    }
  .header-burger{
    display: none;
  }
  .header-main{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .header__main-wrap{
    flex-direction: column;
  }
  .header__main-right h1 {
      font-size: 30px;
    }
  .header__main-right h2 {
      font-size: 20px;
    }
  .header-container{
    padding-left: 20px;
    padding-right: 20px;
  }
  .header__main-title {
    font-size: 26px;
  }
}
@media (max-width:767px){
   .header__main-btn a{
    width: 100%;
   }
   .header-main img{
    width: 100%;
   }
   .header-container{
    padding: 0;
   }
   .header-main{
    padding-right: 10px;
    padding-left: 10px;
   }
}