/*============= ALIGNES ===============*/
.alignwide {
  width: 100%;
}

.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 1920px;
}
.zaya {
		
    display: block!important;
}
.zaya a {
		
   
		position: relative;
    display: inline-block!important;
    align-items: center;
    justify-content: center;
  
    padding: 9px 25px;
    background-color: #e54044;
    border-radius: 27px;
    border: none;
  margin-top:15px;
    outline: none;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  
}
.zaya a:hover {
    color:#fff;
     background-color: #333;
    transition: all 0.3s ease-in;
}

@media only screen and (min-width: 1920px) {
  .alignfull {
    width: 1920px !important;
    margin-left: -375px !important;
    margin-right: -375px !important;
  }
}
/* =========== BASE CONFIG =========== */
html,
::before,
::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-family: "PT Root UI", sans-serif;
  font-weight: 400;
  box-sizing: inherit;
}

body {
  background-color: #fff;
  max-width: 1920px;
  overflow-x: hidden;
  margin: 0 auto;
  box-shadow: 0 0 20px 5px #747474;
}

a {
  text-decoration: none;
  color: #272822;
  transition: all 0.3s ease-in;
}
a:hover {
  color: #e54044;
}

ul li {
  list-style-position: inside;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #272822;
  margin-bottom: 10px;
}
ul li::marker {
  color: #272822;
}

ol li {
  list-style-position: inside;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #272822;
  margin-bottom: 10px;
}

strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #1e251e;
}

h1 {
  font-size: 48px;
  line-height: 125%;
}

h2 {
  margin: 40px 0 35px 0;
  font-size: 40px;
  line-height: 120%;
}

h3 {
  margin: 35px 0 30px 0;
  font-size: 32px;
  line-height: 125%;
}

h4 {
  margin: 30px 0 25px 0;
  font-size: 24px;
  line-height: 133%;
}

h5 {
  margin: 25px 0 20px 0;
  font-size: 20px;
  line-height: 140%;
}

h6 {
  margin: 20px 0 15px 0;
  font-size: 18px;
  line-height: 144%;
}

p {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #272822;
}

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

h2.page-title {
  margin: 0;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: #272822;
}

.breadcrumbs {
  padding-top: 40px;
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #272822;
}
.breadcrumbs span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.breadcrumbs span.current-item {
  color: #e54044;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}
.pagination .nav-links {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  max-width: 315px;
  width: 100%;
}
.pagination .page-numbers {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #272822;
}
.pagination .page-numbers:hover {
  color: #E54044;
}
.pagination .current {
  font-weight: 700;
}
.pagination .current:hover {
  color: #272822;
}
.pagination .next,
.pagination .prev {
  position: absolute;
}
.pagination .next svg,
.pagination .prev svg {
  display: block;
}
.pagination .next svg path,
.pagination .prev svg path {
  transition: fill 0.3s ease-in;
}
.pagination .next:hover svg path,
.pagination .prev:hover svg path {
  fill: #E54044;
  transition: fill 0.3s ease-in;
}
.pagination .prev {
  left: 0;
}
.pagination .next {
  right: 0;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  padding: 0 35px;
  background-color: #e54044;
  border-radius: 27px;
  border: none;
  outline: none;
  color: #ffffff;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.btn svg {
  transition: all 0.3s ease-in;
  margin-right: 10px;
}
.btn svg path {
  transition: all 0.3s ease-in;
}
.btn:hover {
  background-color: #272822;
  color: #ffffff;
}
.btn:focus {
  background-color: #272822;
}

.nav-menu-element {
  list-style: none;
  margin: 0;
}
.nav-menu-element.active > a {
  color: #e54044;
}
.nav-menu-element a {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

#main,
#primary {
  min-height: 63vh;
}

/*============ HEADER =================*/
.header {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}
.header__main {
  border-bottom: 1px solid #e2e2e2;
}
.header__main .container {
  padding: 5px 15px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 430px;
}
.header .logo__first {
  width: 165px;
  flex-shrink: 0;
}
.header .logo__first img {
  width: 100%;
}
.header .logo__second {
  margin-left: auto;
  flex-shrink: 0;
  width: 100px;
}
.header .logo__second img {
  width: 100%;
}
.header .logo__text {
  margin-left: 13px;
  max-width: 90px;
  font-weight: 400;
  font-size: 12px;
  line-height: 117%;
  color: #272822;
}
.header .phone {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #272822;
}
.header .phone:hover {
  color: #e54044;
}
.header .phone svg {
  margin-right: 10px;
}
.header__btn {
  flex-shrink: 1;
}
.header__navigation {
  padding: 13px 0;
}
.header .menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  -moz-column-gap: 50px;
       column-gap: 50px;
  -moz-column-count: 3;
       column-count: 3;
  transform: translateY(55px);
  transition: all 0.2s ease;
  transition-delay: 0.15s;
  visibility: hidden;
  z-index: -100;
  background-color: #ffffff;
  padding: 30px 10px 15px 43px;
}
.header .menu .sub-menu .nav-menu-element {
  margin: 10px 0;
}
.header .menu .sub-menu .nav-menu-element:first-child {
  margin-top: 0;
}
.header .nav-menu-element.has-childs > a {
  position: relative;
  padding-right: 20px;
}
.header .nav-menu-element.has-childs > a::before {
  content: "";
  background-color: #10111d;
  width: 2px;
  height: 7px;
  position: absolute;
  right: 8px;
  top: 10px;
  margin-top: -2px;
  transform: rotate(-45deg);
  transition: all 0.5s ease;
}
.header .nav-menu-element.has-childs > a::after {
  content: "";
  background-color: #10111d;
  width: 2px;
  height: 7px;
  position: absolute;
  right: 4px;
  top: 10px;
  margin-top: -2px;
  transform: rotate(45deg);
  transition: all 0.5s ease;
}
.header .nav-menu-element.has-childs.active > a::before, .header .nav-menu-element.has-childs.active > a::after {
  background-color: #e54044;
}
.header .nav-menu-element.has-childs:hover > a::before {
  transform: rotate(-135deg);
  background-color: #e54044;
}
.header .nav-menu-element.has-childs:hover > a::after {
  transform: rotate(135deg);
  background-color: #e54044;
}
.header .nav-menu-element.has-childs:hover .sub-menu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  z-index: 100;
}

/*================ MOBILE MNU =============*/
.header .burger.open_menu {
  display: none;
  flex-direction: column;
  background-color: transparent;
  height: 40px;
  width: 40px;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 2px;
  flex-shrink: 0;
}
.header .burger.open_menu span {
  background-color: #e54044;
  width: 30px;
  height: 4px;
  transition: all 0.3s ease-in;
}
.header .burger.open_menu.clicked {
  background-color: #e54044;
}
.header .burger.open_menu.clicked span {
  background-color: #fff;
}
.header #mobile-mnu {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 320px;
  background-color: #f1f2f3;
  padding: 30px;
  transition: all 0.3s ease-in;
  transform: translateX(-350px);
  z-index: 9999;
}
.header #mobile-mnu #close-mnu {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  display: block;
}
.header #mobile-mnu #close-mnu svg {
  width: 24px;
  height: 24px;
}
.header #mobile-mnu .logo {
  margin-right: auto;
  margin-bottom: 20px;
}
.header #mobile-mnu .logo__text {
  margin-left: 10px;
}
.header #mobile-mnu .menuTop {
  margin-bottom: 20px;
}
.header #mobile-mnu .menuTop .nav-menu-element {
  margin: 5px 0;
}
.header #mobile-mnu .menuTop .sub-menu {
  display: none;
  margin-left: 20px;
}
.header #mobile-mnu .email,
.header #mobile-mnu .phone {
  margin-bottom: 15px;
}
.header #mobile-mnu .email a,
.header #mobile-mnu .phone a {
  font-size: 18px;
}
.header #mobile-mnu .soc {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header #mobile-mnu.opened {
  transform: translateX(0);
}

/*============ HEADER MEDIA =================*/
@media (max-width: 1000px) {
  .header .logo {
    width: auto;
  }
  .header .logo__second {
    display: none;
  }
  .header .logo__text {
    display: none;
  }
}
@media (max-width: 880px) {
  .header__navigation {
    display: none;
  }
  .header .burger.open_menu {
    display: flex;
  }
}
@media (max-width: 800px) {
  .header .phone ~ .phone {
    display: none;
  }
}
@media (max-width: 600px) {
  .header .phone {
    display: none;
  }
  .header #mobile-mnu .phone {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 440px) {
  .header__btn {
    display: none;
  }
}

/*============ ARCHIVE =================*/
.services-archive {
  padding-bottom: 80px;
}
.services-archive .page-title {
  margin: 0;
  margin-bottom: 40px;
}
.services-archive .services__content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.services-archive .item {
  flex: 0 0 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.services-archive .item__img {
  position: relative;
  height: auto;
  padding-top: 125%;
  margin-bottom: 15px;
}
.services-archive .item__img img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-archive .item__img-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  background: rgba(229, 64, 68, 0.6);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  transition: all 0.3s ease-in;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
}
.services-archive .item__img-hover svg {
  display: block;
}
.services-archive .item__img:hover .item__img-hover {
  opacity: 1;
  transition: all 0.3s ease-in;
}
.services-archive .item__img:hover .item__img-hover .item__svg {
  transform: scale(1);
  transition: all 0.3s ease-in;
}
.services-archive .item__svg {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  transform: scale(0.3);
  transition: all 0.3s ease-in;
}
.services-archive .item__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 133%;
  color: #272822;
}

@media (max-width: 1100px) {
  .services-archive .item__title {
    font-size: 20px;
  }
}
@media (max-width: 900px) {
  .services-archive .item {
    flex: 0 0 33.3333333333%;
  }
}
@media (max-width: 680px) {
  .services-archive .item__title {
    font-size: 18px;
  }
  .services-archive .item__img-hover {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .services-archive .item {
    flex: 0 0 50%;
  }
}
@media (max-width: 430px) {
  .services-archive .services__content {
    margin: 0 -5px;
  }
  .services-archive .item {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .services-archive .item__title {
    font-size: 16px;
  }
  .services-archive .item__img-hover {
    font-size: 16px;
  }
}
@media (max-width: 370px) {
  .services-archive .item {
    flex: 0 0 100%;
  }
}

#works-archive {
  margin-top: 40px;
  margin-bottom: 80px;
}
#works-archive .page-title {
  margin-top: 0;
}
#works-archive .works {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
#works-archive .item {
  padding: 0 15px;
  flex: 0 0 25%;
  margin-bottom: 30px;
}
#works-archive .item__img {
  box-shadow: 0px 0px 20px rgba(22, 37, 61, 0.05);
  position: relative;
  padding-top: 100%;
  height: auto;
  border-radius: 1px;
  overflow: hidden;
  transition: box-shadow 0.3s ease-in;
}
#works-archive .item__img img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#works-archive .item__img-hover {
  position: absolute;
  top: 10px;
  left: 0;
  padding: 5px 10px;
  box-sizing: border-box;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E54044;
  border-radius: 0px 2px 2px 0px;
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in;
}
#works-archive .item__img-hover svg {
  display: block;
  margin-right: 5px;
}
#works-archive .item:hover {
  cursor: pointer;
}
#works-archive .item:hover .item__img {
  box-shadow: 0px 0px 20px rgba(22, 37, 61, 0.45);
}
#works-archive .item:hover .item__img-hover {
  transform: translateX(0);
  transition: transform 0.3s ease-in;
}
#works-archive .item__title {
  margin-top: 15px;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #272822;
}
#works-archive .item__desc {
  margin-top: 10px;
}

@media (max-width: 1200px) {
  #works-archive .item__name {
    font-size: 20px;
  }
}
@media (max-width: 900px) {
  #works-archive .item {
    flex-basis: 33.3333333333%;
  }
}
@media (max-width: 760px) {
  #works-archive .item__number {
    font-size: 14px;
  }
  #works-archive .item__name {
    font-size: 18px;
  }
}
@media (max-width: 680px) {
  #works-archive .works {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  #works-archive .item {
    padding: 0 5px;
    flex-basis: 50%;
    margin-bottom: 20px;
  }
  #works-archive .item__img-hover {
    transform: translateX(0);
  }
}
@media (max-width: 430px) {
  #works-archive .item {
    flex-basis: 100%;
  }
}

/*============ PAGE =================*/
.services-page .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin-bottom: 40px;
}
.services-page .row .page-title {
  margin: 0;
}
.services-page .row .price {
  margin-left: 15px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  text-align: right;
  color: #E54044;
}

@media (max-width: 600px) {
  .services-page .row {
    flex-direction: column;
    align-items: flex-end;
  }
  .services-page .row .price {
    margin: 0;
    margin-top: 20px;
  }
}
@media (max-width: 460px) {
  .services-page .row {
    margin-bottom: 30px;
  }
}

.about-page > .container > .page-title {
  display: none;
}
.about-page #about-block {
  padding: 20px 0 40px;
}
.about-page #about-block .about__link {
  display: none;
}
.about-page .wp-block-image {
  margin-bottom: 3em;
}
.about-page #webuy-block {
  margin-top: 80px;
}

@media (max-width: 500px) {
  .about-page .wp-block-image {
    margin-bottom: 1em;
  }
  .about-page #webuy-block {
    margin-top: 40px;
  }
  .about-page #about-block {
    padding: 20px 0 20px;
  }
}

/*============ PAGE 404 =================*/
.error-page {
  min-height: 40vh;
  margin-bottom: 80px;
}
.error-page .container {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.error-page .error {
  padding: 40px 0;
  margin-right: 90px;
}
.error-page .error h1 {
  font-weight: 700;
  font-size: 240px;
  line-height: 1;
  color: #272822;
}
.error-page .info {
  max-width: 480px;
}
.error-page .info__title {
  margin: 0;
  margin-bottom: 10px;
}
.error-page .info__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #6c6c73;
}
.error-page .info__btn {
  margin-top: 20px;
}

@media (max-width: 935px) {
  .error-page .container {
    flex-direction: column;
  }
  .error-page .error {
    padding: 20px 0;
    margin-right: 0;
  }
  .error-page .error h1 {
    font-size: 200px;
  }
  .error-page .info {
    text-align: center;
  }
}
@media (max-width: 470px) {
  .error-page .error {
    padding: 20px 0;
  }
  .error-page .error h1 {
    font-size: 150px;
  }
  .error-page .info__title {
    font-size: 30px;
  }
}

/*============ FOOTER ===============*/
.footer {
  padding-top: 40px;
  background-color: #272822;
}
.footer__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-bottom: 40px;
}
.footer .items {
  width: 20%;
  padding: 0 15px;
}
.footer .items__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #e2e2e2;
  display: inline-block;
  margin-bottom: 20px;
}
.footer .nav-menu-element ~ .nav-menu-element {
  margin-top: 15px;
}
.footer .nav-menu-element a {
  color: #e2e2e2;
}
.footer .nav-menu-element a:hover {
  color: #e54044;
}
.footer__services.items {
  width: 40%;
}
.footer .dual-col ul {
  -moz-column-gap: 30px;
       column-gap: 30px;
  -moz-column-count: 2;
       column-count: 2;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer__contacts .item {
  color: #e2e2e2;
}
.footer__contacts .item:hover {
  color: #e54044;
}
.footer__contacts .item ~ .item {
  margin-top: 15px;
}
.footer__contacts .social {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.footer__contacts .social__link {
  height: 20px;
  margin-right: 30px;
}
.footer__contacts .social__link:last-child {
  margin-right: 0;
}
.footer__contacts .social__link img {
  max-height: 100%;
}
.footer__contacts .social__link:hover {
  transform: scale(1.3);
}
.footer .logo {
  display: block;
  margin-left: auto;
  width: 165px;
}
.footer .grampus {
  padding-top: 15px;
  padding-bottom: 25px;
  border-top: 1px solid rgba(226, 226, 226, 0.15);
}
.footer .grampus .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer .grampus__policy {
  color: #e2e2e2;
  border-bottom: 1px solid #E2E2E2;
}
.footer .grampus__policy:hover {
  color: #e54044;
  border-color: #e54044;
}
.footer .grampus__link {
  color: #e2e2e2;
}
.footer .grampus__link span {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 22px;
  line-height: 118%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #E2E2E2;
  transition: color 0.3s ease-in;
  display: inline-block;
  margin-left: 10px;
}
.footer .grampus__link:hover {
  color: #e54044;
}
.footer .grampus__link:hover span {
  color: #e54044;
}

@media (max-width: 940px) {
  .footer .footer__wrap {
    margin-bottom: 10px;
    justify-content: space-between;
  }
  .footer .items {
    width: 33.3333333333%;
    margin-bottom: 30px;
  }
  .footer__services.items {
    width: 66.6666666667%;
  }
}
@media (max-width: 600px) {
  .footer .items {
    width: 50%;
  }
  .footer__services.items {
    order: -1;
    width: 100%;
  }
  .footer .logo {
    margin-left: 0;
  }
}
@media (max-width: 550px) {
  .footer .grampus__policy {
    margin-bottom: 5px;
  }
  .footer .grampus .container {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 400px) {
  .footer .items {
    width: 100%;
  }
  .footer__services.items {
    order: 0;
  }
  .footer .dual-col ul {
    -moz-column-gap: 0;
         column-gap: 0;
    -moz-column-count: 1;
         column-count: 1;
  }
  .footer .logo {
    margin-left: auto;
  }
}

/* ============== MODAL ============= */
.wpcf7 .wpcf7-response-output,
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 .ajax-loader {
  display: none;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}

#footer .theme-modal {
  padding: 40px 55px;
  height: auto;
  width: 600px;
  max-height: 90vh;
  max-width: 90vw;
  background-color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  transition: transform 0.3s ease-in;
  z-index: 9999;
}
#footer .theme-modal.modal-open {
  pointer-events: all;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
#footer .theme-modal .close-modal {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 40px;
  font-weight: 750;
  color: #374957;
  transform: rotate(45deg);
  cursor: pointer;
  transition: color 0.3s ease-in;
}
#footer .theme-modal .close-modal:hover {
  transition: color 0.3s ease-in;
  color: #E54044;
}
#footer .theme-modal .title {
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 48px;
  line-height: 125%;
  color: #272822;
}
#footer .theme-modal .descr {
  font-size: 20px;
}
#footer .theme-modal .wpcf7-form {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
#footer .theme-modal .wpcf7-form .policy {
  max-width: 300px;
  margin-right: auto;
}
#footer .theme-modal .wpcf7-form .policy a {
  border-bottom: 1px solid #272822;
  transition: all 0.3s ease-in;
}
#footer .theme-modal .wpcf7-form .policy a:hover {
  border-color: #E54044;
}
#footer .theme-modal .wpcf7-form .form__group {
  display: flex;
}
#footer .theme-modal .wpcf7-form .form__group + .form__group {
  margin-top: 30px;
}
#footer .theme-modal .wpcf7-form .wpcf7-form-control {
  width: 100%;
}
#footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-textarea, #footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-text {
  border: 1px solid #D9D1CF;
  background-color: #FFFFFF;
  border-radius: 27px;
  outline-color: #E54044;
  font-size: 16px;
  line-height: 150%;
  padding: 15px 35px;
}
#footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-textarea::-moz-placeholder, #footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-text::-moz-placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #272822;
}
#footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-textarea:-ms-input-placeholder, #footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-text:-ms-input-placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #272822;
}
#footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-textarea::placeholder, #footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-text::placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #272822;
}
#footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-textarea + .wpcf7-textarea, #footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-textarea + .wpcf7-text, #footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-text + .wpcf7-textarea, #footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-text + .wpcf7-text {
  margin-left: 30px;
}
#footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-textarea {
  max-height: 125px;
}
#footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-submit {
  width: auto;
  background: #E54044;
  border-radius: 27px;
  border: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  padding: 17px 30px;
  transition: background 0.3s ease-in;
}
#footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
  background-color: #272822;
  transition: background 0.3s ease-in;
}

/* ============= MEDIA QUERIES =========== */
@media (max-width: 700px) {
  h2.page-title {
    font-size: 30px;
  }
}/*# sourceMappingURL=main.css.map */