.comforest__container {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}

.comforest__title {
  font-weight: 600;
  font-size: 80px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -3px;
}

.comforest__title_small {
  font-size: 60px;
}

.comforest__title_blue {
  color: #11386D;
}

.comforest__title span {
  color: #C5B584;
}

.comforest__mb-100 {
  margin-bottom: 100px !important;
}

.comforest__mb-60 {
  margin-bottom: 60px !important;
}

.comforest__mb-40 {
  margin-bottom: 40px !important;
}

.comforest__header {
  border-bottom: 1px solid #fff;
}

.comforest__logo {
  width: -moz-max-content;
  width: max-content;
  padding: 40px 100px;
  border-right: 1px solid #fff;
}

.comforest__logo-big {
  width: 175px;
  height: 50px;
}

.comforest__logo-small {
  display: none;
}

.comforest__main-title {
  margin: 100px 0;
}

.comforest__main-title svg {
  width: 100%;
}

.comforest__main-title span {
  display: none;
}

.comforest__main .comforest__title {
  line-height: 1.2;
}

.comforest__big-text {
  margin-bottom: 60px;
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
}

.comforest__bg {
  position: relative;
}

.comforest__bg .comforest__title {
  max-width: 800px;
}

.comforest__bg-image img {
  width: 100%;
}

.comforest__bg-container {
  width: 100%;
  background-color: #eaeae8;
}

.comforest__bg-wrapper {
  padding: 80px 20px;
  color: #0A0A0A;
}

.comforest__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 380px;
  padding: 10px;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  color: #E9EBE8;
  text-align: center;
  text-transform: uppercase;
  background-color: #11386D;
  border-radius: 12px;
  transition-duration: 0.3s;
}

.comforest__btn:hover {
  background-color: #184f99;
}

.comforest__rows {
  display: flex;
  justify-content: center;
  max-width: 1240px;
  margin: 0 auto;
}

.comforest__rows .comforest__title {
  flex-shrink: 0;
  text-align: center;
}

.comforest__rows-item {
  flex: 0 0 33.3333333333%;
  display: flex;
  flex-direction: column;
}

.comforest__rows-item:last-child .comforest__rows-container {
  border-right: 0;
}

.comforest__rows-container {
  flex-grow: 1;
  padding: 60px;
  border: 1px solid #FFFFFF;
  border-left: 0;
}

.comforest__img-small {
  max-width: 540px;
  margin: 0 auto;
}

.comforest__input {
  position: relative;
}

.comforest__input + .comforest__input {
  margin-top: 20px;
}

.comforest__input svg {
  position: absolute;
  top: 23px;
  left: 40px;
  width: 24px;
  height: 24px;
}

.comforest__input-field {
  width: 100%;
  max-width: 610px;
  height: 70px;
  padding: 10px 20px 10px 80px;
  line-height: 1;
  color: #0A0A0A;
  background-color: #dadad8;
  border-radius: 12px;
}

.comforest__input-field:focus,
.comforest__input-field:focus-visible {
  box-shadow: inset 0 0 0 1px #11386D;
}

.comforest__input-field::-moz-placeholder {
  color: #0A0A0A;
}

.comforest__input-field::placeholder {
  color: #0A0A0A;
}

.comforest__footer {
  padding: 100px 0;
}

.comforest__modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: rgba(106, 106, 106, 0.1);
}

.comforest__modal.active {
  display: flex;
}

.comforest__modal-wrapper {
  position: relative;
  width: 100%;
  max-width: 700px;
  height: 700px;
  max-height: 100%;
  background-color: #0A0A0A;
}

.comforest__modal-form {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 40px 30px 40px 220px;
  overflow: auto;
}

.comforest__modal-form::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.comforest__modal-form > * {
  flex-shrink: 0;
}

.comforest__modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 30px;
  height: 30px;
}

.comforest__modal-close::before,
.comforest__modal-close::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 4px;
  transform: rotate(45deg);
  width: 21px;
  height: 2px;
  background-color: #eaeae8;
}

.comforest__modal-close::after {
  transform: rotate(-45deg);
}

.comforest__modal-img {
  position: absolute;
  top: 10%;
  bottom: 0;
  width: 440px;
  transform: translateX(-180px);
  z-index: 1;
}

.comforest__modal-img img {
  height: 100%;
  margin-left: auto;
}

.comforest__modal-title {
  margin-bottom: 40px;
  font-size: 70px;
}

.comforest__modal-subtitle {
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 24px;
}

.comforest__modal-text {
  margin-bottom: 40px;
  font-size: 14px;
}

.comforest__modal-input {
  position: relative;
  margin-bottom: 14px;
}

.comforest__modal-input + .comforest__modal-btn {
  margin-top: 40px;
}

.comforest__modal-input svg {
  position: absolute;
  top: 16px;
  left: 28px;
  width: 18px;
  height: 18px;
}

.comforest__modal-field {
  width: 100%;
  height: 50px;
  padding: 11px 20px 9px 60px;
  font-size: 14px;
  color: #0A0A0A;
  background-color: #E9EBE8;
  border-radius: 8px;
}

.comforest__modal-field::-moz-placeholder {
  color: #0A0A0A;
}

.comforest__modal-field::placeholder {
  color: #0A0A0A;
}

.comforest__modal-btn {
  height: 50px !important;
  width: 100%;
  max-width: 280px;
  padding: 10px 20px;
  font-size: 14px;
}

@media (max-width: 1279px) {
  body {
    font-size: 18px;
  }

  .comforest__container {
    padding: 0 40px;
  }

  .comforest__mb-100 {
    margin-bottom: 80px !important;
  }

  .comforest__mb-60 {
    margin-bottom: 50px !important;
  }

  .comforest__mb-40 {
    margin-bottom: 30px !important;
  }

  .comforest__main-title {
    margin: 80px 0;
  }

  .comforest__big-text {
    margin-bottom: 50px;
    font-size: 24px;
  }

  .comforest__title {
    font-size: 56px;
  }

  .comforest__title_small {
    font-size: 40px;
  }

  .comforest__bg-wrapper {
    padding: 60px 40px;
  }

  .comforest__rows-container {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }

  .comforest__container {
    max-width: 560px;
  }

  .comforest__mb-60 {
    margin-bottom: 40px !important;
  }

  .comforest__mb-40 {
    margin-bottom: 20px !important;
  }

  .comforest__title {
    font-size: 40px;
  }

  .comforest__title_small {
    font-size: 30px;
  }

  .comforest__logo {
    width: 100%;
    padding: 40px;
    border: none;
  }

  .comforest__logo-big {
    display: none;
  }

  .comforest__logo-small {
    display: block;
    height: 52px;
  }

  .comforest__big-text {
    margin-bottom: 40px;
    font-size: 18px;
  }

  .comforest__rows {
    display: block;
    max-width: 560px;
    padding: 0 40px;
  }

  .comforest__rows-item {
    flex-direction: row;
    align-items: center;
    padding: 40px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .comforest__rows-item .comforest__title {
    margin: 0 !important;
  }

  .comforest__rows-container {
    padding: 0;
    padding-left: 40px;
    border: none;
  }

  .comforest__input svg {
    width: 14px;
    height: 14px;
    top: 22px;
    left: 20px;
  }

  .comforest__input-field {
    max-width: 100%;
    width: 384px;
    height: 60px;
    padding: 10px 20px 10px 50px;
  }

  .comforest__btn {
    max-width: 100%;
    width: 280px;
    height: 60px;
    font-size: 16px;
  }

  .comforest__modal-form {
    padding-left: 190px;
  }

  .comforest__modal-img {
    transform: translateX(-200px);
  }

  .comforest__modal-btn {
    padding: 10px;
  }
}

@media (max-width: 575px) {
  .comforest__logo {
    padding: 20px;
  }

  .comforest__container {
    padding: 0 20px;
  }

  .comforest__logo-small {
    height: 40px;
  }

  .comforest__main-title {
    margin: 60px 0;
  }

  .comforest__bg-wrapper {
    padding: 30px 20px;
  }

  .comforest__rows {
    padding: 0;
  }

  .comforest__rows-item {
    padding: 40px 20px;
  }

  .comforest__rows-container {
    padding-left: 20px;
  }

  .comforest__modal-form {
    padding-left: 30px;
  }

  .comforest__modal-img {
    display: none;
  }
}

@media (max-height: 610px) {
  .comforest__modal-form {
    justify-content: flex-start;
  }
}


/*# sourceMappingURL=comfortest.css.map*/