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

body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    margin: auto;
    padding:0;
}

.header-menu{
    display: none;
}

header {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
}

.mob-menu{
    display: block;
}

.menu-btn {
    display: flex;
    align-items: center;
    position: fixed;
    top: 41px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 9999;
}
 
.menu-btn > span,
.menu-btn > span::before,
.menu-btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition-duration: .25s;
}
.menu-btn > span::before {
  content: '';
  top: -8px;
}
.menu-btn > span::after {
  content: '';
  top: 8px;
}

.menubox{
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 80px 20px;
  list-style: none;
  background-color: #ECEFF1;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
  transition-duration: .25s;
  z-index: 999;  
}

.menubox a{
    text-decoration: none;
    color: #000;
}

.menubox span{
  color: #333;
  font-family: GTEestiProDisplay-Light; 
  font-size: 20px;    
}

.menu-item {
  display: block;
  padding: 12px 24px;
  color: #333;
  font-family: GTEestiProDisplay-Light; 
  font-size: 20px;
  text-decoration: none;
  transition-duration: .25s;
}
.menu-item:hover {
  background-color: #CFD8DC;
}

#menu-toggle{
  opacity: 0;
}

#menu-toggle:checked ~ .menu-btn > span{
  transform: rotate(45deg);
}
#menu-toggle:checked ~ .menu-btn > span::before{
  top: 0;
  transform: rotate(0);
}
#menu-toggle:checked ~ .menu-btn > span::after{
  top: 0;
  transform: rotate(90deg);
}
#menu-toggle:checked ~ .menubox {
    visibility: visible;
    right: 0;
}


    .logo {
        width: 40%;
        margin-top: 15px;
        font-family: PlayfairDisplay-BoldItalic;
        text-align: left;
        font-size: 28px;
        line-height: 32px;
        padding-left: 10px;
        color: #6D5B65;
    }

.logo-text {
    width: 45%;
    padding-top: 10px;
    margin-top: 10px;
    font-family: GTEestiProDisplay-Light;
    font-size: 13px;
    color: #6b6334;
}

.header-button {
    background: #c19a6b;
    border-radius: 2px;
    padding: 10px 10px 10px 10px;
    color: #fff;
    width: 180px;
    height: 45px;
    font-family: GTEestiProDisplay-Light;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    margin-top: 25px;
    margin: 0 auto;
    position: relative;
    top: 30px;
}

.banner {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    background-color: #f6ebf1;
}

.banner .left {
    width: 100%;
    order: 2;
}

.banner-title {
    font-size: 28px;
    font-family: GTEestiProDisplay-UltraLight;
    text-align: left;
    padding-top: 20px;
    color: #565a5f;
}

.banner-title span {
    font-size: 38px;
    font-family: PlayfairDisplay-BoldItalic;
    position: relative;
    top: 0px;
    color: #a1743e;
    z-index: 9999;
}

.banner-text {
    font-size: 18px;
    font-family: GTEestiProDisplay-Light;
    text-align: left;
    color: #6D5B65;
    padding-top: 30px;
    font-weight: 400;
}

.banner .right {
    width: 100%;
    order: 1;
}

.banner-img {
    width: 100%;
    margin: 60px 0 0 0px;
    text-align: center;
}

.banner-img img {
    width: 100%;
}

.round-3{
    display: none;
}

.abt{
    padding: 60px 0 30px 0;
}

.abt h1 {
    font-family: PlayfairDisplay-BoldItalic;
    font-size: 28px !important;
    color: #6D5B65;
    text-align: left;
    z-index: 99;
}

.abt .left {
    width: 100%;
    text-align: center;
}

.abt .left img {
    width: 100%;
    border-radius: 4px;
}

.abt .right {
    width: 100%;
    font-family: GTEestiProDisplay-Light;
    font-size: 19px;
    padding-top: 25px;
}

.abtt h1 {
    font-family: PlayfairDisplay-BoldItalic;
    font-size: 28px !important;
    color: #6D5B65;
    text-align: left;
    z-index: 99;
}

.abt-item {
    width: 100%;
    box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 6%);
    background: #f6ebf1;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-top: 30px;
}

.about{
    padding: 40px 0 80px 0;
}

.about h1 {
    font-family: PlayfairDisplay-BoldItalic;
    font-size: 28px !important;
    color: #6D5B65;
    text-align: left;
    z-index: 99;
}

.about-item {
    width: 100%;
    font-size: 20px;
    text-align: left;
    padding-top: 30px;
}

.about-bottom {
    padding-top: 40px;
    font-family: PlayfairDisplay-BoldItalic;
    font-size: 22px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.block1 {
    padding: 50px 0 80px 0;
}

.block1 h1 {
    font-family: PlayfairDisplay-BoldItalic;
    font-size: 24px !important;
    color: #6D5B65;
    text-align: left;
    z-index: 99;
    padding-bottom: 90px;
}

.block1-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.abttt {
    padding: 40px 0 80px 0;
}

.abttt h1 {
    font-family: PlayfairDisplay-BoldItalic;
    font-size: 28px !important;
    color: #6D5B65;
    text-align: left;
    z-index: 999999;
}

.abttt .left {
    width: 100%;
    text-align: left;
    padding-top: 40px;
}

.abttt .left img {
    width: 100%;
    border-radius: 4px;
}

.abttt .right {
    width: 100%;
    font-family: PlayfairDisplay-BoldItalic;
    font-size: 18px;
    padding-top: 5px;
    color: #41464b;
    padding-top: 15px;
}

.round{
    display: none;
}

.number {
    position: absolute;
    top: 20px;
    left: 10px;
    font-family: PlayfairDisplay-BoldItalic;
    font-size: 90px;
    line-height: 0px;
    color: #ffd5ec;
}

.offer .right {
    width: 100%;
}

.offer-title {
    font-family: PlayfairDisplay-BoldItalic;
    font-size: 32px;
    padding-top: 20px;
    line-height: 40px;
    color: #000;
    text-transform: uppercase;
}

.offer-sm-title {
    font-family: GTEestiProDisplay-Light;
    font-size: 22px;
    padding-top: 30px;
    color: #000;
}

.calc {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.calc form > input {
    width: 100%;
    border-radius: 8px;
    outline: none;
    border: none;
    padding: 20px 20px;
    margin-top: 20px;
    font-family: GTEestiProDisplay-Light;
}

.calc-button {
    background-color: #ffc235;
    border-radius: 8px;
    padding: 10px 10px;
    color: #000;
    width: 100%;
    height: 65px;
    font-family: GTEestiProDisplay-Light;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
    border: none;
}

.footer-item {
    width: 50%;
}

.podval-item {
    width: 100%;
    font-family: GTEestiProDisplay-Medium;
    font-size: 14px;
    color: #000;
}

.abtt-img{
    width: 100%;
    height: 270px;
    border-radius: 16px;
    margin-top: 30px;
}


}