@media (max-width: 575px) {
  #header {
    background: #4c4239;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 576px) {
  #header {
    background: #4c4239;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .logo {
    max-width: 40px;
    max-height: 40px;
  }
}

@media (min-width: 576px) {
  .logo {
    max-width: 60px;
    max-height: 60px;
  }
}

.txt18 {
  font-size: 18px;
  line-height: 1.2em;
}

.regular {
  font-family: 'Gilroy-Regular';
}

@media (max-width: 575px) {
  .txt16 {
    font-size: 13px;
    line-height: 1.2em;
  }
}

@media (min-width: 576px) {
  .txt16 {
    font-size: 16px;
    line-height: 1.2em;
  }
}

.txt20 {
  font-size: 20px;
  line-height: 1.2em;
}

.medium {
  font-family: 'Gilroy-Medium';
}

#offer {
  background: #f9f9f9;
  padding-bottom: 80px;
  min-height: 700px;
  position: relative;
}

@media (min-width: 768px) {
  .title {
    max-width: 55%;
  }
}

@media (max-width: 575px) {
  .txt48 {
    font-size: 27px;
    line-height: 1.2em;
  }
}

@media (min-width: 576px) and (max-width:767px) {
  .txt48 {
    font-size: 40px;
    line-height: 1.2em;
  }
}

@media (min-width: 768px) {
  .txt48 {
    font-size: 48px;
    line-height: 1.2em;
  }
}

.dark {
  color: #4c4239;
}

.bold {
  font-family: 'Gilroy-Bold';
}

.red {
  color: #de4834;
}

@media (max-width: 767px) {
  .woman {
    width: 90%;
    max-width: 450px;
  }
}

@media (min-width: 768px) {
  .woman {
    position: absolute;
    bottom: 0;
    left: 55%;
    max-height: 660px;
  }
}

@media (max-width: 575px) {
  .bullit-item {
    border: 2px solid #4c4239;
    padding: 10px;
    border-radius: 15px;
    height: 100%;
  }
}

@media (min-width: 576px) {
  .bullit-item {
    border: 2px solid #4c4239;
    padding: 20px;
    border-radius: 15px;
    height: 100%;
  }
}

.red-btn:hover {
  background: #96382c;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 575px) {
  .red-btn {
    background: #e84b37;
    border-radius: 10px;
    padding: 25px;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    width: 100%;
  }
}

@media (min-width: 576px) {
  .red-btn {
    background: #e84b37;
    border-radius: 10px;
    padding: 25px 50px;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
  }
}

.txt20 {
  font-size: 20px;
  line-height: 1.2em;
}

@media (max-width: 575px) {
  .txt24 {
    font-size: 18px;
    line-height: 1.2em;
  }
}

@media (min-width: 576px) {
  .txt24 {
    font-size: 24px;
    line-height: 1.2em;
  }
}

.red-btn .flare {
  position: absolute;
  top: 0;
  height: 100%;
  width: 45px;
  transform: skewX(-45deg);
  animation: flareAnimation;
  left: -150%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.7));
  animation: flareAnimation 3s infinite linear;
}

@keyframes flareAnimation {
  0% {
    left: -250%;
  }
  100% {
    left: 250%;
  }
}

@media (min-width: 1200px) {
  .title1 {
    max-width: 55%;
    padding-top: 80px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .title1 {
    max-width: 85%;
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .title1 {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  #offer {
    padding-bottom: 0;
  }
}

@media (max-width: 575px) {
  #header .txt16 {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  #header .txt20 {
    font-size: 16px;
  }
}

@media (min-width: 576px) {
  .bullit-item .txt48 {
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .bullit-item .txt48 {
    font-size: 40px;
  }
}

@media (min-width: 576px) {
  .bullit-item .txt43 {
    font-size: 43px;
  }
}

@media (max-width: 575px) {
  .bullit-item .txt43 {
    font-size: 35px;
  }
}

@media (max-width: 575px) {
  .txt24.red-btn {
    font-size: 20px;
  }
}

#content {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (min-width: 576px) {
  .txt36 {
    font-size: 36px;
    line-height: 1.2em;
  }
}

@media (max-width: 575px) {
  .txt36 {
    font-size: 24px;
    line-height: 1.2em;
  }
}

#footer {
  background: #4c4239;
  padding-top: 30px;
  padding-bottom: 30px;
}

.txt14 {
  font-size: 14px;
  line-height: 1.2em;
}

