h1,
.h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
h1:not(:last-child),
.h1:not(:last-child) {
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 992px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}

h2,
.h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 20px;
}
@media screen and (min-width: 992px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}

h3,
.h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 20px;
}
@media screen and (min-width: 992px) {
  h3,
  .h3 {
    font-size: 28px;
  }
}

h4,
.h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}
h4:not(:last-child),
.h4:not(:last-child) {
  margin: 0 0 30px;
}
@media screen and (min-width: 992px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}

h5,
.h5 {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
}
h5:not(:last-child),
.h5:not(:last-child) {
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 992px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}

strong {
  font-weight: 600;
}

p {
  margin: 0;
}
p:not(:last-child) {
  margin: 0 0 1.5rem;
}

a {
  text-decoration: none;
  color: inherit;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}
@media screen and (min-width: 992px) {
  html {
    font-size: 16px;
  }
}

body {
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  color: #000;
  transition: 900ms;
  transition-delay: 200ms;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  visibility: hidden;
  background-color: #A5AE8A;
}
body.is-overflow {
  overflow: hidden;
}
@media (max-width: 992px) {
  body.is-menu-open {
    overflow: hidden;
  }
}
body.loaded {
  opacity: 1;
  visibility: visible;
}
body.single-post, body.single-project {
  background-color: #fff;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 576px) {
  .container {
    max-width: 1160px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 1430px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 992px) {
  .container--max {
    max-width: 1680px;
  }
}
@media screen and (max-width: 992px) {
  .container--full-mobile {
    padding: 0;
    max-width: 100%;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

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

button {
  outline: 0;
  border: 0;
  background-color: transparent;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.align-items-center {
  align-items: center;
}

[class*=col] {
  width: 100%;
}

.col-1 {
  width: 8.3333333333%;
}
.col-2 {
  width: 16.6666666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.3333333333%;
}
.col-5 {
  width: 41.6666666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.3333333333%;
}
.col-8 {
  width: 66.6666666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.3333333333%;
}
.col-11 {
  width: 91.6666666667%;
}
.col-12 {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .offset-lg-12 {
    margin-left: 100%;
  }
}
.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

@media screen and (min-width: 992px) {
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
}
.grecaptcha-badge {
  opacity: 0;
  visibility: hidden;
}

.header {
  width: 100%;
  height: 210px;
}
.header__fixed {
  position: absolute;
  width: 100%;
  z-index: 99;
  top: 0;
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.header__container {
  display: flex;
  flex: 1;
  align-items: flex-end;
}
.header__logo {
  flex: 1;
  position: relative;
  z-index: 99;
}
.header__navigation {
  flex: 0;
  margin-left: auto;
}
@media screen and (max-width: 992px) {
  .header__navigation {
    background-color: #A5AE8A;
    display: flex;
    justify-content: center;
    position: fixed;
    z-index: 98;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 180px 0 30px;
    overflow: auto;
    transition: 800ms;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 992px) {
  .header__navigation > .menu-container {
    padding: 0 30px;
    width: 100%;
    flex-grow: 1;
  }
}
@media screen and (max-width: 576px) {
  .header__navigation > .menu-container {
    max-width: 400px;
  }
}
.header__navigation > .menu-container > ul > li.current_page_parent a, .header__navigation > .menu-container > ul > li.current-menu-ancestor a, .header__navigation > .menu-container > ul > li.current-menu-item a {
  background-size: 100% 20px;
}
@media screen and (min-width: 992px) {
  .header__navigation ul {
    display: flex;
  }
}
.header__navigation ul li {
  position: relative;
}
@media screen and (max-width: 992px) {
  .header__navigation ul li {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .header__navigation ul li {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .header__navigation ul li:not(:last-child) {
    margin-right: 25px;
  }
}
@media screen and (min-width: 1360px) {
  .header__navigation ul li:not(:last-child) {
    margin-right: 35px;
  }
}
.header__navigation ul li a {
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  .header__navigation ul li a {
    display: block;
    background: linear-gradient(to bottom, #FF3131 50%, transparent 50%);
    background-size: 0% 20px;
    background-repeat: no-repeat;
    background-position: 0 calc(100% + 8px);
    transition: background 1000ms;
  }
}
.header__navigation ul li a:hover {
  background-size: 100% 20px;
}
.header__others {
  flex: 1;
  height: 100px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  .header__others {
    margin-left: auto;
    display: flex;
    gap: 15px;
  }
}
.header__social {
  display: none;
}
@media (min-width: 992px) {
  .header__social {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
  }
}
.header__social a,
.header__social button {
  flex: 1;
}
.header__social a path,
.header__social button path {
  transition: 600ms;
}
.header__social a:hover path:not(.not),
.header__social button:hover path:not(.not) {
  fill: #000;
}
.header__social a {
  margin-top: 10px;
}
.header__mobile {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 992px) {
  .header__mobile {
    display: none;
  }
}
.header__mobile button {
  position: relative;
  width: 42px;
  height: 42px;
}
@media screen and (max-width: 992px) {
  .header__mobile button {
    width: 46px;
    height: 46px;
    background-color: #fff;
    border-radius: 50%;
  }
}
.header__mobile button:before, .header__mobile button:after {
  content: "";
  width: 26px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 10px;
  transition: 400ms;
}
.header__mobile button:before {
  top: 18px;
}
.header__mobile button:after {
  bottom: 18px;
}
.header__mobile button.is-active:before {
  transform: translateY(4px) rotate(-45deg);
}
.header__mobile button.is-active:after {
  transform: translateY(-4px) rotate(45deg);
}

@media screen and (max-width: 992px) {
  .is-menu-open .header__navigation {
    opacity: 1;
    visibility: visible;
  }
}

.section-footer {
  background-color: #A5AE8A;
  margin-top: 50px;
}
@media screen and (min-width: 992px) {
  .section-footer {
    margin-top: 100px;
  }
}

.copyrights {
  padding: 2.5rem 0;
  display: flex;
}
@media screen and (max-width: 992px) {
  .copyrights {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .copyrights__list {
    display: flex;
    flex: 1;
  }
}
@media (max-width: 992px) {
  .copyrights__item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .copyrights__item:not(:last-child) {
    padding-right: 2.5rem;
  }
}
@media (max-width: 992px) {
  .copyrights__item:last-child {
    margin-top: 3.5rem;
  }
}
.copyrights__item--last {
  margin-left: auto;
}
.copyrights__link {
  display: inline-block;
}

.section-404 {
  text-align: center;
  padding: 40px 0;
}
.section-404__h1 {
  font-size: 100px;
}
@media screen and (min-width: 992px) {
  .section-404__h1 {
    font-size: 160px;
  }
}
.section-404__button {
  margin-top: 2rem;
}

@media screen and (max-width: 992px) {
  .section-hero__image-container {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 992px) {
  .section-hero__image-container img {
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center -30px;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 992px) {
  .section-content {
    margin-top: 3rem;
  }
}
.section-content h1,
.section-content h5 {
  margin-bottom: 3rem;
}
.section-content p:not(:last-child) {
  margin-bottom: 3rem;
}
.section-content ul li {
  margin-bottom: 2rem;
}

.wysywig a:not(.btn) {
  position: relative;
  overflow: hidden;
}
.wysywig a:not(.btn):after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #A5AE8A;
  z-index: -1;
  opacity: 0;
  transition: 300ms;
}
.wysywig a:not(.btn):hover:after {
  opacity: 1;
}
.wysywig ul:not(:last-child),
.wysywig ol:not(:last-child) {
  margin-bottom: 3rem;
}
.wysywig ul li,
.wysywig ol li {
  position: relative;
  padding-left: 18px;
}
.wysywig ul li:not(:last-child),
.wysywig ol li:not(:last-child) {
  margin-bottom: 2rem;
}
.wysywig ul ul,
.wysywig ul ol {
  margin-top: 0.75rem;
}
.wysywig ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  background-color: #FF3131;
  border-radius: 50%;
}
@media screen and (min-width: 992px) {
  .wysywig ul > li:before {
    top: 8px;
  }
}
.wysywig ol {
  counter-reset: item;
}
.wysywig ol ol,
.wysywig ol ul {
  margin-top: 0.75rem;
}
.wysywig ol li:before {
  color: #000;
  content: counter(item) ".";
  counter-increment: item;
  font-weight: 300;
  left: 0;
  position: absolute;
  top: 0;
}
.wysywig ol[style*=lower-alpha] li:before {
  content: counter(item, lower-alpha) ".";
}
.wysywig--small-ul ul li:not(:last-child),
.wysywig--small-ul ol li:not(:last-child) {
  margin-bottom: 1rem;
}

.section-other {
  background-color: #A5AE8A;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: -60px;
  margin-top: 60px;
}
@media screen and (min-width: 992px) {
  .section-other {
    margin-top: 120px;
    margin-bottom: -120px;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.section-other .h1 {
  text-align: center;
}
.section-other .swiper {
  margin-top: 2.5rem;
}
.section-other__swiper {
  position: relative;
}
.section-other .swiper-button-next,
.section-other .swiper-button-prev {
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #FF3131;
  top: 134px;
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .section-other .swiper-button-next,
  .section-other .swiper-button-prev {
    display: none;
  }
}
.section-other .swiper-button-prev {
  left: 0;
  transform: translateX(-50%);
}
.section-other .swiper-button-next {
  right: 0;
  transform: translateX(50%);
}

.section-about {
  margin-bottom: 100px;
}
.section-about__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.section-about__image {
  grid-column: 2;
  position: relative;
}
.section-about__image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(165, 174, 138, 0) 72%, #A5AE8A 100%);
}
.section-about__content {
  text-align: center;
}
.section-about__mp {
  font-size: 96px;
  font-weight: 600;
  line-height: 1;
}
.section-about__button {
  margin-top: 2rem;
}
.section-about img {
  object-fit: cover;
  aspect-ratio: 410/500;
}

.section-navigation__list {
  display: none;
}
@media screen and (min-width: 992px) {
  .section-navigation__list {
    display: block;
    position: sticky;
    top: 50px;
    padding-right: 30px;
  }
}
.section-navigation__item:not(:last-child) {
  margin-bottom: 0.75rem;
}
.section-navigation__link {
  color: #667047;
  background-position: 0 calc(100% + 12px) !important;
}
.section-navigation__link:hover {
  color: #000;
}

.navigation-block {
  scroll-margin-top: 50px;
}
.navigation-block__header {
  height: 200px;
  position: relative;
  margin-bottom: 3.75rem;
}
.navigation-block__header:before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.navigation-block__header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.2;
}
.navigation-block__title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2rem;
  color: #fff;
  z-index: 2;
}
.navigation-block:not(:last-child) {
  padding-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .navigation-block:not(:last-child) {
    padding-bottom: 120px;
  }
}
.navigation-block a:not(.btn) {
  color: #FF3131;
  text-decoration: underline;
}

.navigation-content__editor {
  margin: 2.5rem 0 2rem;
}
.navigation-content hr {
  border: 0;
  border-top: 1px solid #667047;
  margin-bottom: 1.5rem;
}
.navigation-content ul:not(:last-child),
.navigation-content ol:not(:last-child) {
  margin-bottom: 1.5rem;
}
.navigation-content .h5 {
  margin-bottom: 2.5rem;
}
.navigation-content .h5:not(:first-child) {
  margin-top: 3.5rem;
}
.navigation-content__more-content {
  display: none;
}
.navigation-content__more-content.is-expanded {
  display: block;
}
.navigation-content__read-more {
  margin-top: 2rem;
  color: #FF3131;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.navigation-content__read-more svg {
  margin-left: 12px;
}
.navigation-content__offer {
  border-top: 1px solid #667047;
  padding-top: 1.5rem;
}
.navigation-content__offer-left {
  font-size: 20px;
  color: #667047;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .navigation-content__offer-right {
    text-align: right;
  }
}
.navigation-content__button {
  margin-top: 2rem;
}
@media screen and (min-width: 992px) {
  .navigation-content__button {
    margin-top: 0;
  }
}

.navigation-documents__list {
  margin-top: 2.5rem;
}
.navigation-documents__document:not(:first-child) {
  padding-top: 2rem;
}
.navigation-documents__document:not(:last-child) {
  border-bottom: 1px solid #667047;
  padding-bottom: 2rem;
}
.navigation-documents__button {
  margin-top: 2rem;
}
@media screen and (min-width: 992px) {
  .navigation-documents__button {
    margin-top: 0;
    text-align: right;
  }
}
.navigation-documents__content {
  margin-top: 3rem;
}

.navigation-form__background {
  background-color: #ACB591;
  padding: 3rem;
}
@media screen and (min-width: 992px) {
  .navigation-form__background {
    padding: 3.75rem;
  }
}

.navigation-table__row:not(:last-child) {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #667047;
}
.navigation-table__row:not(:first-child) {
  padding-top: 1.5rem;
}
.navigation-table p:not(:last-child) {
  margin: 0 0 0.75rem;
}
.navigation-table a:not(.btn) {
  font-size: 14px;
}

.section-box {
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .section-box {
    margin-bottom: 120px;
  }
}
.section-box img {
  object-fit: cover;
  aspect-ratio: 410/500;
}

.box-block__link {
  position: relative;
  display: block;
  overflow: hidden;
  transition: 600ms;
}
.box-block__link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 56.6%, rgba(0, 0, 0, 0.6) 100%);
}
.box-block__link:hover:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 16.6%, rgba(0, 0, 0, 0.6) 100%);
}
.box-block__title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 2rem 3rem;
  transition: 600ms;
}
.box-block__button {
  position: absolute;
  width: 100%;
  bottom: -50%;
  transition: 600ms;
  padding: 2rem;
}
.box-block:hover .box-block__title {
  bottom: 50%;
  transform: translateY(50%);
}
.box-block:hover .box-block__button {
  bottom: 0;
  transition-delay: 50ms;
}

.section-blog__button {
  margin-top: 5rem;
}

@media screen and (min-width: 992px) {
  .block-news__container {
    border: 2px solid #23251E;
    padding: 3.75rem;
  }
}
.block-news__container p,
.block-news__container h5 {
  margin-bottom: 3rem;
}
.block-news__container ul li:not(:last-child) {
  margin-bottom: 2rem !important;
}
.block-news__date {
  margin-top: 1.5rem;
  color: #667047;
  font-weight: 600;
}
.block-news__content, .block-news__wysywig {
  margin-top: 3rem;
}
.block-news__content > .wp-post-image {
  aspect-ratio: 740/480;
  object-fit: cover;
}
.block-news__download {
  display: flex;
  gap: 1rem;
}
.block-news__label {
  margin-bottom: 1rem;
}
.block-news .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.block-news .gallery .gallery-item {
  margin: 0;
}
.block-news .gallery .gallery-item a {
  display: block;
}
.block-news .gallery .gallery-item a:hover img {
  transform: scale(1.1);
}
.block-news .gallery .gallery-item img {
  transition: 750ms;
}

.posts {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.5rem;
}
@media screen and (min-width: 576px) {
  .posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .posts {
    grid-template-columns: repeat(3, 1fr);
  }
}

.post-block__link {
  margin-bottom: 1.5rem;
  display: block;
  position: relative;
  overflow: hidden;
}
.post-block__link:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43.75%, rgba(0, 0, 0, 0.6) 100%);
}
.post-block__link:hover img {
  transform: scale(1.1);
}
.post-block__link img {
  object-fit: cover;
  aspect-ratio: 410/320;
  transition: 750ms;
}
.post-block__date {
  font-size: 14px;
  font-weight: 600;
  margin: 1rem 0 0;
}
.post-block__excerpt {
  margin-top: 0.75rem;
}

@media (max-width: 992px) {
  .section-columns__left {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .section-columns__left {
    padding-right: 20px;
  }
  .section-columns__right {
    padding-left: 20px;
  }
}
.section-columns__button {
  margin-top: 2.5rem;
  display: none;
}
@media screen and (min-width: 992px) {
  .section-columns__button {
    display: block;
  }
}
.section-columns .wysywig ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.social ul {
  display: flex;
}
.social__item:not(:last-child) {
  margin-right: 16px;
}
.social__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 300ms;
}
.social__link:hover {
  background-color: black;
}
.social__icon {
  display: block;
  object-fit: contain;
}

.btn {
  color: #FF3131;
  background-color: transparent;
  padding: 1rem 1.5rem;
  font-size: inherit;
  line-height: initial;
  font-family: inherit;
  outline: 0;
  cursor: pointer;
  transition: 300ms;
  position: relative;
  font-weight: 600;
  border-radius: 4px;
  border: 1px solid #FF3131;
  min-width: 150px;
  text-align: center;
  display: inline-block;
}
.btn:hover {
  background-color: #FF3131;
  color: #fff;
}

.button {
  display: flex;
  justify-content: center;
}

.link-underline {
  background: linear-gradient(to bottom, #FF3131 50%, transparent 50%);
  background-size: 0% 20px;
  background-repeat: no-repeat;
  background-position: 0 calc(100% + 8px);
  transition: background 1000ms;
}
.link-underline.active, .link-underline:hover {
  background-size: 100% 20px;
}
.link-underline.active {
  color: #000;
}

.social-list {
  display: flex;
  gap: 1rem;
  padding-top: 3.75rem;
}
@media (min-width: 992px) {
  .social-list {
    flex-direction: column;
    position: sticky;
    top: 50px;
    padding-right: 2.5rem;
    justify-self: flex-end;
  }
}
.social-list__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #FF3131;
  border-radius: 50%;
}
.social-list__icon {
  max-width: 30px;
  max-height: 30px;
  width: 100%;
  height: auto;
  display: block;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms;
  overflow: auto;
}
.popup.is-active {
  opacity: 1;
  visibility: visible;
}
.popup h2,
.popup .h2 {
  color: #000;
}
.popup__bg {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.popup__content {
  position: relative;
  padding: 65px 20px;
  margin: auto;
}
.popup__inner {
  width: 100%;
  padding: 20px;
  max-width: 560px;
  display: none;
}
@media screen and (min-width: 992px) {
  .popup__inner {
    padding: 40px;
  }
}
.popup__inner--mail-sent {
  text-align: center;
}
.popup__inner--form {
  max-width: 750px;
  color: #fff;
  background-color: #fff;
  border: 2px solid #000;
  position: relative;
}
.popup__inner.is-active {
  display: block;
}
.popup__close {
  position: absolute;
  width: 52px;
  height: 52px;
  top: 0;
  right: 0;
  transform: translate(100%, -2px);
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wpcf7 {
  margin-top: 2.5rem;
  color: #23251E;
  font-size: 14px;
}
.wpcf7 a,
.wpcf7 button {
  text-decoration: underline;
  color: #FF3131;
}
.wpcf7 input:not([type=submit]),
.wpcf7 textarea {
  width: 100%;
  border: 1px solid #667047;
  border-radius: 4px;
  outline: 0;
  font-size: inherit;
  background: transparent;
  height: 56px;
  padding: 1.5rem 1rem 1rem;
  color: #667047;
  font-family: inherit;
  display: block;
}
.wpcf7 input:not([type=submit]):focus::placeholder,
.wpcf7 textarea:focus::placeholder {
  color: transparent;
}
.wpcf7 label {
  position: relative;
  display: block;
}
.wpcf7 label.is-active .label-placeholder {
  font-size: 11px;
  top: 5px;
  z-index: 5;
}
.wpcf7 .label-placeholder {
  position: absolute;
  left: 1rem;
  top: 17px;
  color: #667047;
  transition: 300ms;
}
.wpcf7 textarea {
  height: 80px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  resize: none;
}
.wpcf7 .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
  visibility: visible;
}
.wpcf7 .wpcf7-list-item-label {
  position: relative;
  padding-left: 24px;
  display: block;
}
.wpcf7 .wpcf7-list-item-label:before, .wpcf7 .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
}
.wpcf7 .wpcf7-list-item-label:before {
  border: 1px solid #23251E;
}
.wpcf7 .wpcf7-list-item-label:after {
  background-image: url(../../img/checked.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 8px;
  opacity: 0;
  visibility: hidden;
  transition: 300ms;
}
.wpcf7 ::placeholder {
  color: #667047;
  opacity: 1;
}
.wpcf7 ::-ms-input-placeholder {
  color: #667047;
}
.wpcf7 .hide {
  display: none;
}

.field {
  margin-bottom: 1.5rem;
}
.field--checkbox input {
  display: none !important;
}
.field--checkbox .wpcf7-not-valid-tip {
  padding-top: 4px;
  padding-left: 24px;
}
.field--last {
  margin-bottom: 2.5rem;
}

.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: #b94a48;
  background-color: #f2dede;
  border-width: 1px;
  border-color: #eed3d7;
  margin: 1.5rem 0 0;
  padding: 16px 20px;
  border-radius: 4px;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}