* {
  box-sizing: border-box;
  transition: 0.3s ease all;
  font-family: 'Manrope', sans-serif;
  outline: none;
}

a {
  text-decoration: none;
  display: block;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

.container {
  display: block;
  margin: 0 auto;
  max-width: 1727px;
}

body {
  background: #7E9AB2;
}

.h1-like {
  color: white;
  font-weight: 300;
  font-size: 105px;
}

.h2-like {
  font-size: 70px;
  font-weight: 300;
  color: white;
  line-height: 1.4287;
}

.h3-like {
  font-weight: 300;
  font-size: 52px;
  color: white;
}

.h4-like {
  font-weight: 300;
  font-size: 42px;
  color: white;
}

.h6-like {
  font-weight: 300;
  font-size: 24px;
  color: white;
}

.descr {
  font-size: 18px;
  font-weight: 400;
  color: white;
}

.p {
  font-weight: 400;
  font-size: 24px;
  color: white;
}

.descr.light {
  font-weight: 300;
}

.small {
  font-weight: 500;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
}

.main {
  margin: 20px 20px 0 20px;
  background: url('../img/main-bg.png') center center/cover no-repeat;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  height: calc(100vh - 40px)
}

.main .container {
  height: 100%;
}

.main::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}

.main .container {
  position: relative;
  z-index: 1;
}

.btn.fill {
  color: #7E9AB2;
  background: #FFFFFF;
  border: 1px solid #7E9AB2;
  padding: 20px 40px;
}

svg {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.arrow-right-btn {
  max-width: 40px;
  color: #7E9AB2;
}

.app__wrapper.last .app__img {
  max-height: 730px;
  top: 100px;
}

.header__open {
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
}

.header__back {
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 1000;
}

.header__list {
  display: flex;
  align-items: center;
  gap: 30px;
  left: -1000%;
  opacity: 0;
  position: absolute;
}

.header__list li a {
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  font-weight: 500;
}

.header__close {
  position: relative;
  width: 22px;
  display: inline-flex;
  left: -1000%;
  opacity: 0;
  position: absolute;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 1005;
}

.header__close::before,
.header__close::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  transform-origin: center;
  transition: transform 220ms, opacity 220ms;
}

[data-name="your-options"] {
  display: none
}

.header__close.active {
  position: static;
  opacity: 1;
}

.header__list.active {
  position: static;
  opacity: 1;
}

.header__close::before {
  transform: rotate(45deg);
}

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


.main__logo {
  padding-top: 137px;
  width: fit-content;
  margin: 0 auto;
  color: white;
  width: 100%;
  max-width: 772px;
  height: 515px;
}

.main__logo svg {
  height: 100%;
  max-height: 515px;
}

.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.btn {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  width: fit-content;
  color: white;
  padding: 18px 40px;
  border-radius: 30px;
  border: 1px solid #FFFFFF;
  width: 100%;
  text-align: center;
  cursor: pointer;
}


.header__wrapper .btn {
  max-width: 278px;
}

.main__logo--img {
  height: auto;
  max-width: 643px;
  margin: 0 auto;
}

.main__inner {
  padding-top: 134px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.main__bottom .h6-like {
  color: white;
  text-transform: uppercase;
}

.main__bottom {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: auto;
  justify-content: center;
}

.main__wrapper--inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.separator {
  border-radius: 10px;
  background: white;
  width: 12px;
  height: 6px;
}

.services {
  padding-top: 160px;
  overflow: hidden;
}

.services__top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.services__top .p {
  max-width: 1125px;
  margin-left: auto;
  margin-right: 0;
}

.services__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-top: 60px;
}

.services__item {
  position: relative;
  padding: 50px;
  overflow: hidden;
  min-height: 603px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  transition: border 0s;
  border: 3px solid #ffffff00;
  transition: margin 0.3s;
}

.services__item--img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

.services__item .h3-like {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
}

.service__item--bottom {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  row-gap: 28px;
  position: absolute;
  right: -100%;
  bottom: -100%;
  opacity: 0;
}
.service__item--bottom .descr p:first-child{margin-bottom: 20px;}
.calc__top .p p:first-child{margin-bottom: 20px;}
.service__list {
  list-style: disc;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.service__list li::marker {
  color: white;
  font-size: 12px;
  font-weight: 300;
}

div.serivce__list {
  padding-left: 0;
}

ul.service__list {
  padding-left: 15px;
}


.team__wrapper {
  display: grid;
  grid-template-columns: 1fr 0.81fr;
  gap: 200px;
  justify-content: space-between;
}

.team__img {
  height: auto;
  width: auto;
}

.team__row .p {
  max-width: 680px;
}

.team__row:first-child .team__img {
  margin-top: 50px;
}

.team__row:first-child .p {
  margin-top: 30px;
}

.team__row:last-child .p {
  margin-top: 50px;
}

.team {
  padding: 140px 0;
}

.team .small {
  margin-bottom: 20px;
}

.team__img--wrapper {
  position: relative;
}

.team__round {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 80px;
  right: -150px;
  border-radius: 100%;
}

.team__bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 80px;
}

.team__bottom .p {
  text-transform: uppercase;
}

.team__bottom div {
  text-align: center;
}

.team__bottom .descr {
  max-width: 290px;
  margin: 0 auto;
}

.team__item {
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

.team__item::before {
  content: '';
  width: 3px;
  background: white;
  height: 70%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.team__item:last-child::after {
  content: '';
  width: 3px;
  background: white;
  height: 70%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}


.project {
  padding: 180px 0;
  padding-bottom: 80px;
  background: white;
}

.project__row div {
  color: #7E9AB2;
}

.project__row .h2-like {
  margin-top: 20px;
}

.project__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
  justify-content: space-between;
  gap: 200px;
  margin-bottom: 40px;
}

.container-wide {
  max-width: none;
  padding: 0 20px;
}

.project__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

.project__item:last-child {
  margin-bottom: 0;
}

.project__item--inner {
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 100px;
}

.project__item--inner.pink {
  background: #D56567;
}

.sticky-4 .project__item--inner.pink {
  background: #694933;
}

.sticky-5 .project__item--inner.pink {
  background: #5A558A;
}

.project__item--bottom {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 650px;
}

.project__item--bottom .p {
  font-weight: 300;
}

.project__item--bottom .btn {
  width: 100%;
  max-width: 280px;
  text-align: center;
}


.menu {
  padding: 120px 0;
  overflow: hidden;
}

.menu .small {
  margin-bottom: 20px;
}

.menu__row .p {
  max-width: 678px;
  margin-left: auto;
  margin-right: 0;
}

.menu__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
}

.menu__item {
  min-height: 298px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: border 0s;
}

.menu__item--inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 0 55px;
}

.menu__item--inner .p {
  max-width: 358px;
}

.menu__item--bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.menu__item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: block;
  z-index: 0;
}

.menu__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 60px;
}

.menu__item--price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu__item--row.show {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.menu__item--row.show {
  position: absolute;
  bottom: -100%;
  opacity: 0;
  right: -100%;
}

.menu-btn {
  position: absolute;
  bottom: -100%;
  opacity: 0;
  max-width: 275px;
  left: -100%;
}


.gallery {
  padding-bottom: 180px;
  overflow: hidden;
}

.calc {
  padding-bottom: 80px;
}

.calc__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  margin-top: 80px;
}

.calc__list {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.calc__item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 24px;
  align-items: flex-start;
}

.calc__round {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 400;
  color: white;
}

.calc__item .p {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.calc .btn {
  text-align: center;
  width: 100%;
  max-width: 324px;
  margin-top: 60px;
}

.calc__descr {
  margin-top: 15px;
}

.hr {
  height: 2px;
  width: 70%;
  background: white;
}

.calc__hr {
  margin-top: 55px;
}

.calc__top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.calc__img {
  height: auto;
}

.calc__row:last-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.calc .small {
  margin-bottom: 24px;
}


.footer {
  margin: 0 20px;
  background: url('../img/footer-img.png') center center/cover no-repeat;
  position: relative;
  padding: 140px 0;
  padding-bottom: 40px;
  margin-bottom: 20px;
}

.footer::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}

.footer__bottom {
  margin-top: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__bottom--row {
  display: flex;
  align-items: center;
  gap: 50px;
}

.footer .container {
  position: relative;
  z-index: 1;
}

.footer__social {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.footer__social--item .h6-like {
  margin-top: 4px;
}

.footer__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  gap: 364px;
}

.footer__message {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  width: fit-content;
  margin-top: 25px;
}

.footer__message a {
  width: fit-content;
}

.footer__row:last-child {
  max-width: 327px;
}

.calculator .main::after {
  content: none;
}

.calculator .main {
  background-image: none;
  margin: 0;
  padding: 50px 0;
  padding-bottom: 100px;
  min-height: auto;
}

.header__back svg {
  max-width: 41px;
}

.header__back {
  width: 100%;
  max-width: 223px;
}

.calculator .main__logo {
  max-width: 236px;
  padding: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.calculator .header__wrapper {
  height: 156px;
}

.calculator .main__bottom {
  flex-direction: column;
  max-width: 950px;
  text-align: center;
  margin: 0 auto;
  margin-top: 150px;
  gap: 0;
}

.calculator .main__bottom .p {
  margin-top: 30px;
}

.calculator .main__wrapper {
  height: auto;
}

.app__pagination {
  display: flex;
  align-items: center;
  gap: 6px;
}

.app__pagination--item {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7E9AB2;
  border: 2px solid #7E9AB2;
  font-size: 24px;
  font-weight: 400;
  padding: 4px 13px;
  line-height: 1;
}

.app__pagination--item.active {
  background: #7E9AB2;
  color: white;
}

.app__pagintation--separator {
  background: #7E9AB2;
  width: 16px;
  height: 2px;
}

.app {
  background: #EEECD4;
  padding: 100px 0;
  position: relative;
}

.app__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
}

.app__img {
  position: absolute;
  left: 0;
  top: 0px;
  max-width: 750px;
  max-height: 100%;
}

.second-page .footer {
  margin: 0;
}

.app__row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.app__center {
  margin-top: 178px;
}

.app__wrapper:nth-child(4) .p {
  max-width: 620px;
}

.app__wrapper.last {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 100px;
}

.app__wrapper.last .app__img {
  left: auto;
  right: 0;
  width: 573px;
}

.app__wrapper .h2-like {
  line-height: 1;
  color: #2D2D2D;
}

.app__wrapper .p {
  color: #2D2D2D;
}

.app__wrapper.last .p {
  margin-top: 20px;
}

.app__wrapper .form .p {
  margin-top: 0;
}

.app__wrapper .app__row:first-child {
  justify-content: start;
  position: relative;
}

.form input,
textarea {
  background: #FFFFFF;
  border: none;
  width: 100%;
  height: 56px;
  font-size: 24px;
  color: #2D2D2D;
  padding: 15px 40px;
  margin-top: 10px;
}

.form textarea {
  height: 100%;
  height: 215px;
  resize: none;
}

.second-page .main__logo {
  max-width: 236px;
  max-height: 157px;
}

.second-page .main__logo svg {
  max-height: 157px;
}

.form-wrapper {
  margin-top: 44px;
}

.double-range {
  position: relative;
  width: 681px;
  padding: 45px 0 25px;
}

.range-track {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 4px;
  background: #ffffff;
  border-radius: 12px;
  transform: translateY(-50%);
  z-index: 1;
}

.range-track::before {
  content: '';
  position: absolute;
  height: 100%;
  background: #7E9AB2;
  border-radius: inherit;
  left: var(--left);
  width: calc(var(--right) - var(--left));
}

.double-range input[type=range] {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-appearance: none;
  background: none;
  pointer-events: none;
  z-index: 5;
}

.double-range input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  -webkit-appearance: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #7E9AB2;
  cursor: pointer;
  border: none;
}

.double-range output {
  position: absolute;
  top: calc(50% - 34px/2 - 34px);
  transform: translateX(-50%);
  font-weight: 400;
  font-size: 22px;
  color: #2D2D2D;
  z-index: 10;
  pointer-events: none;
}

.app__center .h2-like {
  color: #2D2D2D;
  max-width: 623px;
}

.app__wrapper .app__row:nth-child(2) {
  max-width: 681px;
  margin: 0 auto;
  width: 100%;
}

.app__wrapper.last .app__row:nth-child(2) {
  max-width: none;
}

.app__center .p {
  color: #2D2D2D;
  margin-top: 20px;
  max-width: 623px;
}

.app__item {
  margin-top: 40px;
}

.btn.border {
  border: 2px solid #7E9AB2;
  background: transparent;
}

.app .btn {
  max-width: 204px;
  margin-left: auto;
  margin-right: 0;
  color: #7E9AB2;
  margin-top: 150px;
}

.btn-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 420px;
  margin-right: 0;
  margin-left: auto;
  margin-top: 150px;
  width: 100%;
}

.btn-wrapper .btn {
  margin-top: 0;
  max-width: 200px;
  width: 100%;
}

.date-field {
  position: relative;
  width: 379px;
  height: 65px;
  background: #ffffff;
  border: 1px solid #DADADA;
  padding: 16px 40px;
  overflow: hidden;
}

.calculator .main {
  height: auto;
}

.date-field input[type="date"] {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  color: #2D2D2D;
  font-size: 24px;
  outline: none;
  cursor: pointer;
  appearance: none;
}


.date-field input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}


.date-field .icon {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  pointer-events: none;


}



select {
  position: relative;
  width: 379px;
  height: 65px;
  background: #ffffff;
  border: 1px solid #DADADA;
  padding: 16px 40px;
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
  font-size: 24px;
  color: #2D2D2D;
  font-weight: 400;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('../img/arrow-up.svg');
  background-repeat: no-repeat;
  background-position: right 40px center;
  background-size: auto;
}







.app__wrapper {
  display: none;
}

.app__wrapper.active {
  display: grid;
}

.contact-options {
  display: flex;
  gap: 25px;
  align-items: center;
  margin-top: 10px;
}

.form-wrapper:first-child {
  margin-top: 0;
}

option {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 24px;
  color: #2D2D2D;
  font-weight: 400;
  user-select: none;
  position: relative;
}

.checkbox-wrapper .small {
  font-size: 14px;
  text-transform: none;
  color: #7E9AB2;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.checkbox-wrapper .small a {
  text-decoration: underline;
  color: #7E9AB2;
  display: contents;
}

.checkbox-wrapper {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 15px;
  margin-top: 30px;
  align-items: center;
}

.option input[type="radio"] {
  display: none;
}

.app .app__wrapper.last .btn {
  max-width: 382px;
  text-transform: uppercase;
  margin: 0 auto;
  margin-top: 28px;
  display: block;
}

.app .app__wrapper.last .wpcf7-form-control.wpcf7-submit {
  max-width: 382px;
  text-transform: uppercase;
  margin: 0 auto;
  margin-top: 28px;
  display: block;
}

.option .custom-radio {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ffffff;
  display: block;
  margin-right: 7px;
  box-sizing: border-box;
  transition: background 0.2s;
}

.option {
  display: flex;
  align-items: center;
  gap: 7px;
}
.wpcf7-list-item input[type="radio"]:checked{ background: #7E9AB2;}

.option input[type="radio"]:checked+.custom-radio {
  background: #7E9AB2;
}

.second-page .wpcf7-form .wpcf7-list-item input[type="radio"] {
  display: none;
}


.second-page .wpcf7-form .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ffffff;
  margin-right: 7px;
  box-sizing: border-box;
  transition: background 0.2s;
}


.second-page .wpcf7-form .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background: #7E9AB2;
}
.wpcf7-list-item-label{display: flex;align-items: center;gap: 7px;}

.second-page .wpcf7-form .wpcf7-acceptance input[type="checkbox"] {
  display: none;
}


.second-page .wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: #ffffff;
  box-sizing: border-box;
  margin-right: 7px; 
  vertical-align: middle;
  transition: background 0.2s;
}

.second-page .wpcf7-form [data-name="your-acceptance"] .wpcf7-list-item .wpcf7-list-item-label{display: grid;grid-template-columns: 24px 1fr;align-items: center;gap: 10px;}

.second-page .wpcf7-form [data-name="your-acceptance"] .wpcf7-list-item .wpcf7-list-item-label::before{
  border-radius: 0;
}
.second-page .wpcf7-form .wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  background: #7E9AB2;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
  padding: 15px !important;
  border: 2px solid #7E9AB2 !important;
  background: white !important;
  color: #7E9AB2 !important;
  text-align: center !important; 
}


.policy-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  color: #7E9AB2;
  user-select: none;
}

.policy-checkbox input[type="checkbox"] {
  display: none;
}

.policy-checkbox .custom-checkbox {
  width: 24px;
  height: 24px;
  background: #ffffff;
  box-sizing: border-box;
  transition: background 0.2s;
}

.header__open svg {
  width: 24px;
  height: 28px;
}

.policy-checkbox input[type="checkbox"]:checked+.custom-checkbox {
  background: #7E9AB2;
}

.project__item--icon svg {
  width: 50px;
  height: 60px;
  color: white;
}

.project__item--icon {
  color: white;
}

.app .btn {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.arrow-right-btn {
  height: 17px;
}

.main-arrow-back {
  color: white;
  width: 40px;
  height: 17px;
}

.second-page .footer__wrapper {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 100px;
}

.second-page .footer__social {
  margin-top: 0;
}

.footer__message .footer__icon {
  color: white;
  width: 44px;
  height: 44px;
}

.sticky-1 {
  position: sticky;
  position: -webkit-sticky;
  top: 20px
}

.sticky-2 {
  position: relative;
  background: #7E9AB2;
}

.sticky-3 {
  position: -webkit-sticky;
  top: 0;
  position: sticky;
  background: white;
  padding-bottom: 30px;
}

.sticky-4 {
  position: -webkit-sticky;
  top: 0;
  position: sticky;
  background: white;
  padding-bottom: 30px;
}

.sticky-5 {
  position: relative;
  background: white;
  padding-bottom: 80px;
}

.sticky-6 {
  position: relative;
  background: #7E9AB2;
}

.second-page .wpcf7-form input,
textarea {
  background: #FFFFFF;
  border: none;
  width: 100%;
  height: 56px;
  font-size: 24px;
  color: #2D2D2D;
  padding: 15px 40px;
  margin-top: 10px;
  padding-left: 15px;
}
.wpcf7-not-valid-tip{margin-top: 10px;}
[data-name="your-date"] {
  display: none;
}
[data-name="your-type"] {
  display: none;
}
[data-name="your-guest"] {
  display: none;
}
[data-name="your-format"] {
  display: none;
}


.second-page .wpcf7-form .wpcf7-list-item input {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ffffff;
  display: block;
  margin: 0;
  box-sizing: border-box;
  transition: background 0.2s;
}

.second-page .wpcf7-form .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin: 0;
}

.second-page .wpcf7-form .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 7px;
}

.second-page .wpcf7-form-control.wpcf7-submit {
  color: #7E9AB2;
  border: 2px solid #7E9AB2;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
}

.second-page .wpcf7-radio {
  display: flex;
  align-items: center;
  margin-top: 10px;
  gap: 25px;
}

.second-page .wpcf7-form textarea {
  resize: none;
  background: #FFFFFF;
  border: none;
  width: 100%;
  font-size: 24px;
  color: #2D2D2D;
  padding: 15px 40px;
  height: 215px;
  padding-left: 15px;
}

.second-page .wpcf7-form .wpcf7-submit {
  transition: 0.3s ease all;
  cursor: pointer;
  color: #7E9AB2;
  border-radius: 30px;
}

.second-page .wpcf7-form textarea::placeholder {
  color: #828282;
}

.second-page .wpcf7-form .wpcf7-submit:hover {
  background: white;
}

.second-page .wpcf7-form textarea::placeholder {
  color: #828282;
}

.second-page .wpcf7-form input::placeholder {
  color: #828282;
}

.wpcf7-acceptance.optional .wpcf7-list-item {
  margin-top: 20px;
}

.second-page .wpcf7-form .wpcf7-acceptance.optional input {
  width: 24px;
  height: 24px;
  background: #ffffff;
  box-sizing: border-box;
  transition: background 0.2s;
}

.wpcf7-acceptance.optional .wpcf7-list-item-label {
  font-size: 14px;
  text-transform: none;
  color: #7E9AB2;
  font-weight: 400;
  display: flex;
  align-items: center;
}

@media (min-width: 1023px) {

  .main__logo:hover {
    color: #c1e2ff;
  }

  .header__open:hover {
    color: #c1e2ff;
  }

  .header__back:hover {
    color: #c1e2ff;
  }

  .header__close:hover {
    color: #c1e2ff;
  }

  .footer__icon:hover {
    transform: scale(105%);
  }

  .footer a.descr:hover {
    color: #DADADA;
  }

  .footer__link:hover {
    color: #DADADA;
  }

  .btn.fill:hover {
    background: transparent;
    border-color: white;
  }

  .btn:hover {
    background: #7C97B1;
    color: white;
  }

  .services__item:hover {
    border: 3px solid #FFFFFF;
    background: transparent;
  }

  .services__item:hover .services__item--img {
    opacity: 0;
    left: -100%;
    bottom: -100%;
  }

  .services__item:hover .h3-like {
    margin-left: 0;
    transition: margin 0.3s;
  }

  .services__item:hover {
    padding: 50px 40px;
  }

  .services__item:hover .service__item--bottom {
    position: static;
    opacity: 1;
  }

  .menu__item:hover .menu__item--row.hide {
    display: none;
  }

  .menu__item:hover .menu__item--row.show {
    opacity: 1;
    position: static;
  }

  .menu__item:hover .menu-btn {
    position: static;
    opacity: 1;
    width: 275px;
    display: block;
    padding: 20px 40px;
    margin-top: 50px;
  }

  .menu__item:hover .menu__item--bg {
    opacity: 0;
  }

  .menu__item:hover {
    background: transparent;
    border: 3px solid #FFFFFF
  }

  .menu__item:hover::after {
    content: none;
  }

  .menu__item:hover .menu__item--row {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .btn.border:hover {
    background: white;
    color: #7C97B1;
  }

  .options div:hover {
    background-color: #7E9AB2;
    color: #fff;
    border-radius: 4px;
  }
}

@media (max-width: 1919px) {
  .app__wrapper.last .app__img {
    display: none;
  }

  .app__wrapper.last {
    grid-template-columns: 1fr 1fr;
  }

  .app__img {
    max-width: 550px;
  }

  .app__pagination--item {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

  .header__wrapper .btn {
    padding: 12px 15px;
    width: fit-content;
    margin-right: 0;
    font-size: 12px;
  }

  .main__bottom {
    margin-top: auto;
  }

  .main__logo {
    max-width: 500px;
    height: 360px;
  }

  .h1-like {
    font-size: 75px;
  }

  .h2-like {
    font-size: 50px;
  }

  .h3-like {
    font-size: 32px;
  }

  .h4-like {
    font-size: 22px;
  }

  .h6-like {
    font-size: 20px;
  }

  .p {
    font-size: 20px;
  }

  .container {
    max-width: 1440px;
    padding: 0 20px;
  }

  .main__logo--img {
    max-width: 500px;
  }

  .main__bottom {
    gap: 30px;
  }

  .calc__img {
    height: 100%;
    object-fit: cover;
  }

  .services {
    padding-top: 120px;
  }

  .services__wrapper {
    gap: 40px;
  }

  .team {
    padding: 100px 0;
  }

  .team__wrapper {
    gap: 100px;
  }

  .project {
    padding: 120px 0 40px;
  }

  .project__wrapper {
    gap: 100px;
  }

  .project__item--icon {
    width: 30px;
    height: 30px;
  }

  .project__item--bottom {
    margin-top: 30px;
  }

  .team__wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }

  .team__round {
    right: 0;
    display: none;
  }

  .team__img {
    width: 100%;
  }

  .menu {
    padding: 100px 0;
  }

  .menu__top {
    grid-template-columns: 1fr 1fr;
  }

  .menu__row .p {
    max-width: 678px;
  }

  .menu__item--inner {
    padding: 0 55px;
  }

  .gallery {
    padding-bottom: 150px;
  }

  .gallery-img {
    width: 100%;
    height: auto;
  }

  .calc {
    padding-bottom: 80px;
  }

  .calc__wrapper {
    gap: 80px;
  }

  .calc__list {
    gap: 40px;
  }

  .calc__item {
    gap: 20px;
  }

  .footer {
    padding: 120px 20px 40px 20px;
  }

  .footer__bottom {
    margin-top: 180px;
  }

  .footer__wrapper {
    gap: 300px;
  }

  .calculator .main {
    padding: 40px 0 80px;
  }

  .calculator .main__bottom {
    margin-top: 120px;
  }

  .app {
    min-height: auto;
  }

  .double-range {
    width: 100%;
  }

  .date-field,
  select {
    width: 100%;
    max-width: 379px;
  }
}

@media (max-width: 1199px) {

  .date-field,
  select {
    font-size: 16px;
    padding: 15px;
  }

  option {
    font-size: 16px;
  }

  .date-field .icon {
    width: 24px;
    height: 24px;
    right: 15px;
  }

  select {
    background-position: right 15px center;
  }

  .descr {
    font-size: 16px;
  }

  .footer__bottom {
    flex-wrap: wrap;
    gap: 10px;
  }

  .footer__bottom--row {
    flex-wrap: wrap;
    gap: 10px;
  }

  .app__wrapper {
    grid-template-columns: 100%;
  }

  .app__row:nth-child(2) {
    grid-row: 1;
  }

  .app__center {
    margin-top: 40px;
  }

  .app__img {
    position: static;
    gap: 30px;
    display: none;
  }

  .double-range {
    width: 500px;
  }

  .date-field,
  select {
    width: 100%;
  }

  .btn-wrapper {
    max-width: 360px;
    gap: 15px;
  }

  .app {
    padding: 80px 0;
  }

  .app .btn {
    margin: 0 auto;
    margin-top: 30px;
  }

  .app .btn-wrapper .btn {
    margin-top: 0;
  }

  .btn-wrapper {
    margin: 0 auto;
    margin-top: 30px;
  }

  .app__wrapper.last {
    grid-template-columns: 1fr 1fr;
  }

  .app__wrapper.last .app__row:nth-child(2) {
    grid-column: 2;
    gap: 50px;
  }

  .app__wrapper.last .app__row:last-child {
    display: none;
  }

  .app__pagination {
    justify-content: center;
  }

  .app__center .h2-like {
    text-align: center;
    margin: 0 auto;
  }

  .app__center .p {
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    max-width: 450px;
  }

  .app__item {
    margin: 0 auto;
    margin-top: 40px;
    display: block;
    text-align: center;
  }

  .double-range {
    margin: 0 auto;
  }

  .date-field,
  select {
    margin: 0 auto;
  }

  .date-field input[type="date"] {
    font-size: 18px;
  }


}


@media (max-width: 1023px) {
  .footer__message .footer__icon {
    width: 32px;
    height: 32px;
  }

  .calculator .header__wrapper {
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
  }

  .second-page .main__logo {
    transform: none;
  }

  .calculator .main__bottom {
    margin-top: 60px;
  }

  .calculator .main__logo {
    position: static;
    margin: 0 auto;
  }

  .calculator .header__wrapper {
    height: auto;
  }

  .main .main__bottom .h6-like {
    font-size: 14px;
  }

  .separator {
    height: 3px;
  }

  .main__logo {
    max-width: 350px;
    height: 300px;
  }

  .h1-like {
    font-size: 55px;
  }

  .h2-like {
    font-size: 30px;
  }

  .h3-like {
    font-size: 24px;
  }

  .header__wrapper .btn {
    width: fit-content;
    margin-right: 0;
  }

  .header__nav {
    gap: 20px;
  }

  .header__wrapper {
    flex-wrap: wrap;
    row-gap: 15px;
  }

  .main {
    margin: 0;
  }

  .footer {
    margin: 0;
  }

  .main__logo {
    padding-top: 80px;
  }

  .main__logo--img {
    max-width: 400px;
  }

  .main__bottom {
    gap: 20px;
    flex-wrap: wrap;
  }

  .p {
    font-size: 16px;
  }

  .services__item {
    border: 3px solid #FFFFFF;
    background: transparent;
  }

  .services__item .services__item--img {
    opacity: 0;
    left: -100%;
    bottom: -100%;
  }

  .services__item .h3-like {
    margin-left: 0;
    transition: margin 0.3s;
  }

  .services__item {
    padding: 50px 40px;
  }

  .services__item .service__item--bottom {
    position: static;
    opacity: 1;
  }

  .menu__item .menu__item--row.hide {
    display: none;
  }

  .menu__item .menu__item--row.show {
    opacity: 1;
    position: static;
  }

  .menu__item .menu-btn {
    position: static;
    opacity: 1;
    width: 220px;
    display: block;
    padding: 12px 15px;
    margin-top: auto;
    font-size: 14px;
  }

  .btn {
    padding: 12px 15px;
    font-size: 14px;
  }

  .menu__item .menu__item--bg {
    opacity: 0;
  }

  .menu__item {
    background: transparent;
    border: 3px solid #FFFFFF
  }

  .menu__item::after {
    content: none;
  }

  .menu__item .menu__item--row {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .menu__item .menu__item--bg {
    display: none;
  }

  .btn.fill {
    padding: 12px 15px;
    font-size: 14px;
  }

  .menu__item .menu__item--row {
    justify-content: space-between;
  }

  .menu__item--inner {
    display: grid;
    grid-template-columns: min-content 1fr;
    gap: 30px;
  }

  .project__item {
    grid-template-columns: 100%;
  }

  .project__item--img {
    display: none;
  }

  .services__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .services__item {
    padding: 30px;
    min-height: 480px;
  }

  .team__item {
    padding: 0;
  }

  .team__bottom {
    gap: 40px;
  }

  .team__item::before,
  .team__item:last-child::after {
    display: none;
  }

  .project__wrapper {
    grid-template-columns: 100%;
    gap: 40px;
  }

  .project__item {

    gap: 10px;
  }

  .project__item--inner {
    padding: 40px;
  }

  .menu {
    padding: 80px 0px;
  }

  .menu__top {
    grid-template-columns: 100%;
    row-gap: 20px;
  }

  .menu__row .p {
    max-width: 100%;
    margin: 0;
  }

  .menu__wrapper {
    gap: 30px;
  }

  .menu__item--inner {

    align-items: flex-start;
    padding: 20px;

  }

  .menu__item .h6-like {
    font-size: 16px;
  }

  .menu__item {
    min-height: auto;
  }

  .menu-btn {
    position: relative;
    bottom: auto;
    left: auto;
    opacity: 1;
    margin-top: 15px;
  }

  .menu__item--row.show {
    position: relative;
    bottom: auto;
    right: auto;
    opacity: 1;
  }

  .gallery {
    padding-bottom: 120px;
  }

  .gallery-img {
    width: 100%;
    height: auto;
  }

  .calc__wrapper {

    gap: 50px;
  }

  .calc__list {
    gap: 30px;
  }

  .calc__item {
    grid-template-columns: 30px 1fr;
    gap: 16px;
  }

  .calc__round {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .calc .btn {
    margin-top: 40px;
  }

  .calc__hr {
    margin-top: 40px;
  }

  .footer {
    padding: 100px 0px 40px 0px;
  }

  .footer__wrapper {
    grid-template-columns: 100%;
    gap: 60px;
  }

  .footer__social {
    margin-top: 30px;
    gap: 25px;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-top: 120px;
  }

  .footer__bottom--row {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .footer__message {
    grid-template-columns: repeat(3, auto);
    gap: 20px;
  }

  .second-page .footer__wrapper {
    gap: 50px;
  }

  .calculator .header__wrapper {
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding: 0px;
  }

  .calculator .main__logo {
    position: static;
    transform: none;
    max-width: 180px;
    margin: 0 auto;
  }

  .header__back {
    max-width: 180px;
  }

  .header__back svg {
    max-width: 30px;
  }

  .calculator .main__bottom {
    margin-top: 60px;
    padding: 0;
    text-align: center;
  }

  .menu__item .menu-btn {
    margin-left: 0;
    max-width: none;
  }

  .app__wrapper.last {
    grid-template-columns: 100%
  }

  .app__row:nth-child(2) {
    grid-row: auto;
    grid-column: auto;
  }

  .app__wrapper.last .app__row:nth-child(2) {
    grid-column: auto;
    width: 100%;
  }

  .form input,
  textarea {
    padding: 15px;
    font-size: 18px;
  }

  .second-page .wpcf7-form input,
  textarea {
    padding: 15px;
    font-size: 18px;
  }
.second-page .wpcf7-form textarea{padding: 15px;
    font-size: 18px;}
  .app__img {
    position: static;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    top: 0;
  }

  .app__center {
    margin-top: 60px;
    text-align: center;
  }

  .double-range {
    width: 100%;
    margin: 0 auto;
  }

  .form textarea {
    height: auto;
  }

  .date-field,
  select {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .btn {
    margin-left: auto;
    margin-right: auto;
  }

  .app__wrapper.last {
    grid-template-columns: 100%;
    gap: 40px;
  }

  .app__wrapper.last .app__img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .app .btn {
    margin-top: 50px;
  }

  .second-page .footer__wrapper {
    grid-template-columns: 100%;
    gap: 30px;
  }
}


@media (max-width: 767px) {
  .app .app__wrapper.last .btn {
    width: 100%;
    max-width: none;
  }

  .app .app__wrapper.last .wpcf7-form-control.wpcf7-submit {
    width: 100%;
    max-width: none;
  }

  .btn-wrapper {
    margin: 40px auto 0;
  }

  .app .btn {
    width: fit-content;
  }

  .btn-wrapper .btn {
    width: 100%;
  }

  .option .custom-radio {
    width: 18px;
    height: 18px;
  }

  .form-wrapper {
    margin-top: 22px;
  }

  .app__pagination--item {
    width: 25px;
    height: 25px;
    font-size: 16px;
    padding: 0;
  }

  .team__item {
    padding: 0;
  }

  .team__bottom {
    margin-top: 40px;
  }

  .h1-like {
    font-size: 35px;
  }

  .h2-like {
    font-size: 25px;
  }

  .h3-like {
    font-size: 21px;
  }

  .main {
    margin: 0;
  }

  .main__logo {
    padding-top: 60px;
  }

  .main__logo--img {
    max-width: 300px;
  }

  .main__bottom {
    gap: 15px;
    flex-wrap: wrap;
  }

  .separator {
    display: none;
  }

  .calc__wrapper {
    grid-template-columns: 100%;
  }

  .calc__wrapper {
    margin-top: 40px;
  }

  .calc__item {
    display: flex;
    align-items: flex-start;
  }

  .descr {
    font-size: 16px;
  }

  .footer {
    margin: 0;
  }

  .menu__wrapper {
    margin-top: 40px;
  }

  .services {
    padding-top: 80px;
  }

  .services__wrapper {
    grid-template-columns: 100%;
    gap: 20px;
  }

  .services__item {
    min-height: auto;
  }

  .services__item .service__item--bottom {
    margin-top: 30px;
  }

  .team {
    padding: 80px 0;
  }

  .team__row .p {
    max-width: 100%;
  }

  .team__img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: block;
  }

  .project {
    padding: 80px 0 20px;
  }

  .project__wrapper {
    gap: 20px;
  }

  .project__item--inner {
    padding: 30px;
  }

  .menu__item--inner {
    grid-template-columns: 100%;
  }

  .menu__item--inner {
    padding: 30px 15px;
  }

  .menu__item--price {
    width: 100%;
  }

  .menu__item--row.show {
    row-gap: 10px;
  }

  .menu__item .menu-btn {
    margin-top: 20px;
  }

  .gallery {
    padding-bottom: 80px;
  }

  .gallery-img {
    width: 100%;
    height: auto;
  }

  .team__wrapper {
    grid-template-columns: 100%;
    gap: 30px;
  }

  .team__img {
    max-width: none;
    display: none;
  }

  .team__img--wrapper .team__img {
    display: block;
  }

  .team__row:last-child .p {
    margin-top: 0;
  }

  .team__row:first-child .team__img {
    margin-top: 30px;
  }

  .calc__wrapper {
    gap: 30px;
  }

  .calc__item {
    grid-template-columns: 100%;
  }

  .calc__round {
    width: 28px;
    height: 28px;
    font-size: 16px;

  }

  .calc__item .p {
    margin-bottom: 5px;
  }

  .calc__list {
    gap: 20px;
  }

  .calc .btn {
    max-width: 100%;
  }

  .calc__hr {
    width: 100%;
    margin-top: 30px;
  }

  .footer {
    padding: 80px 0px 30px 0px;
  }

  .footer__social {
    gap: 20px;
  }

  .footer__message {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;

  }

  .footer__bottom {
    margin-top: 80px;
    gap: 15px;
  }

  .footer__bottom--row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .app {
    padding: 60px 0px;
  }

  .double-range {
    width: 100%;
    padding: 35px 0 20px;
  }

  .date-field,
  select {
    height: 50px;
    font-size: 16px;
    padding: 12px 30px;
  }

  .double-range output {
    font-size: 18px;
  }

  .btn {
    font-size: 14px;
    max-width: 180px;
  }

  .form input,
  .form textarea {
    font-size: 18px;
    height: 50px;
    padding: 15px;
  }

  .second-page .wpcf7-form input,
  textarea {
    font-size: 18px;
    height: 50px;
    padding: 15px;
  }
  .second-page .wpcf7-form textarea{font-size: 18px;
    height: 50px;
    padding: 15px;}

  .form textarea {
    height: auto;
  }

  .second-page .wpcf7-form textarea {
    height: auto;
    max-height: 150px;
  }

  .team__bottom {
    grid-template-columns: 100%;
  }

  .calculator .main {
    padding: 30px 0 60px;
  }

  .calculator .main__logo {
    max-width: 180px;
  }

  .header__back {

    font-size: 14px;
  }

  .header__back svg {
    max-width: 24px;
  }

  .calculator .main__bottom {
    margin-top: 50px;
  }

  .calculator .main__bottom .p {
    margin-top: 20px;
    font-size: 14px;
  }
}

@media (max-width: 512px) {

  .main__logo {
    padding-top: 40px;
  }

  .main__logo--img {
    max-width: 220px;
  }

  .services__item {
    padding: 20px;

  }

  .service__item--bottom {
    position: static;
    opacity: 1;
    right: auto;
    bottom: auto;
    margin-top: 20px;
  }

  .team__round {
    width: 150px;
    height: 150px;
  }

  .project__item--inner {
    padding: 30px 20px;
  }

  .project__item--bottom .btn {
    max-width: 100%;
  }

  .menu__item--price {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .gallery-img {
    width: 100%;
    height: auto;
  }

  .calc__wrapper {
    gap: 20px;
  }

  .calc__round {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }

  .calc__list {
    gap: 15px;
  }

  .calc__top .p {
    font-size: 14px;
  }

  .footer {
    padding: 80px 0px 0px 20px;
  }

  .footer__social {
    gap: 15px;
  }

  .footer__message {
    gap: 10px;
  }

  .footer__bottom {
    margin-top: 60px;
  }

  .footer__bottom--row {
    gap: 8px;
  }

  .footer__wrapper {
    gap: 40px;
  }

  .calculator .main {
    padding: 20px 0 40px;
  }

  .header__back {

    font-size: 12px;
  }

  .header__back svg {
    max-width: 20px;
  }

  .calculator .main__bottom {
    margin-top: 40px;
    padding: 0 10px;
  }

  .calculator .main__bottom .p {
    font-size: 12px;
    line-height: 1.4;
  }

  .double-range {
    padding: 25px 0 15px;
  }

  .date-field,
  select {
    font-size: 14px;
    height: 45px;
    padding: 10px 20px;
  }

  .double-range output {
    font-size: 16px;
  }

  .second-page .wpcf7-form input,
  textarea {
    font-size: 16px;
    height: 45px;
  }
  .second-page .wpcf7-form textarea{
    font-size: 16px;
    height: 45px;
  }

  .form input,
  .form textarea {
    font-size: 16px;
    height: 45px;
  }

  .second-page .wpcf7-form textarea {
    height: auto;
  }

  .date-field input[type="date"] {
    font-size: 16px;
  }

  select {
    font-size: 16px;
  }

  option {
    font-size: 16px;
  }

}