.wpcf7-not-valid-tip {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.2 !important;
}

.wpcf7-response-output {
  background: #68A399;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.21px;
  line-height: 1.2;
  margin: 0;
  padding: 15px 20px;
  text-align: center;
}

.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.failed .wpcf7-response-output {
  background: var(--sms-color);
}

.wpcf7 .screen-reader-response,
.wpcf7-spinner {
  display: none;
}

.wpcf7-radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label::before {
  border-color: #1A6A6A;
}
.wpcf7-radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label::after {
  background-color: #1A6A6A;
}

.form-row label.input-upload {
  align-self: center;
  margin-bottom: 10px;
  width: auto;
}
.form-row label.input-upload::before {
  background-image: url("../images/icon-attach.svg");
  background-size: cover;
  content: "";
  display: block;
  height: 24px;
  width: 24px;
}

.form-row label.input-upload + .wpcf7-form-control-wrap input[type=file] {
  display: flex;
  font-size: 16px;
  height: 20px;
  text-align: center;
}

.form-row label.input-upload + .wpcf7-form-control-wrap input[type=file]::file-selector-button {
  display: none;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

input,
label,
select,
button,
textarea {
  -webkit-appearance: none;
  background: none;
  border: 0;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  white-space: normal;
}
input:focus,
label:focus,
select:focus,
button:focus,
textarea:focus {
  outline: 0;
}

::-webkit-search-decoration {
  display: none;
}

button,
input[type=reset],
input[type=button],
input[type=submit] {
  overflow: visible;
  width: auto;
}

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
}

/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top;
}

html {
  max-width: 100vw;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: #141414;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  max-width: 100vw;
  min-width: 320px;
}

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

pre {
  background: #fff;
  color: #141414;
  font-family: monospace;
}

.nowrap {
  white-space: nowrap;
}

.global-inner {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 100%;
  width: calc(100% - 40px);
}
@media (min-width: 640px) {
  .global-inner {
    max-width: 100%;
    width: calc(100% - 80px);
  }
}
@media (min-width: 1024px) {
  .global-inner {
    max-width: 100%;
    width: calc(100% - 80px);
  }
}
@media (min-width: 1366px) {
  .global-inner {
    max-width: 1246px;
    width: 100%;
  }
}

@media (min-width: 640px) {
  .global-inner--large {
    width: calc(100% - 40px);
  }
}
@media (min-width: 1024px) {
  .global-inner--large {
    width: calc(100% - 40px);
  }
}
@media (min-width: 1366px) {
  .global-inner--large {
    max-width: 1326px;
    width: 100%;
  }
}

@font-face {
  font-family: "Canela Deck";
  src: url("../fonts/CanelaDeck-LightItalic.woff2") format("woff2"), url("../fonts/CanelaDeck-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Canela Deck";
  src: url("../fonts/CanelaDeck-Light.woff2") format("woff2"), url("../fonts/CanelaDeck-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.heading {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.15;
  text-wrap: balance;
}
.heading b,
.heading strong {
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .heading {
    font-size: 46px;
  }
}
@media (min-width: 1366px) {
  .heading {
    font-size: 58px;
  }
}

.title-1 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.15;
  text-wrap: balance;
}
.title-1 b,
.title-1 strong {
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .title-1 {
    font-size: 36px;
  }
}
@media (min-width: 1366px) {
  .title-1 {
    font-size: 48px;
  }
}

.title-2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.15;
  text-wrap: balance;
}
.title-2 b,
.title-2 strong {
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .title-2 {
    font-size: 36px;
  }
}

.title-3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  text-wrap: balance;
}
.title-3 b,
.title-3 strong {
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .title-3 {
    font-size: 30px;
  }
}

.text-1 {
  color: #18212D;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}
.text-1 p:not(:last-child) {
  margin-bottom: 1em;
}

.text-2 {
  color: #595F69;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}
.text-2 p:not(:last-child) {
  margin-bottom: 1em;
}

.text-3 {
  color: #595F69;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}
.text-3 p:not(:last-child) {
  margin-bottom: 1em;
}

.line {
  background-color: #D45E85;
  border-radius: 4px;
  content: "";
  display: block;
  height: 2px;
  width: 40px;
}
@media (min-width: 1024px) {
  .line {
    height: 4px;
  }
}

.text-editor {
  color: #141414;
  font-size: 16px;
  line-height: 1.6;
}
.text-editor b,
.text-editor strong {
  font-weight: 700;
}
.text-editor i {
  font-style: italic;
}
.text-editor p {
  margin-bottom: 1em;
}
.text-editor a {
  color: #141414;
  text-decoration: underline;
}
.text-editor a:hover {
  text-decoration: none;
}
.text-editor ul,
.text-editor ol {
  margin-bottom: 1em;
  padding-left: 1em;
}
.text-editor ul li,
.text-editor ol li {
  margin-bottom: 0.5em;
}
.text-editor ul li::marker,
.text-editor ol li::marker {
  color: var(--primary-color);
}
.text-editor ul {
  list-style-type: disc;
}
.text-editor ol {
  list-style-type: decimal;
}
.text-editor h1,
.text-editor h2,
.text-editor h3,
.text-editor h4,
.text-editor h5,
.text-editor h6 {
  color: #000;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1em;
}
.text-editor h1 {
  font-size: 2.5em;
}
.text-editor h2 {
  font-size: 2em;
}
.text-editor h3 {
  font-size: 1.5em;
}
.text-editor h4 {
  font-size: 1.25em;
}
.text-editor h5 {
  font-size: 1.125em;
}
.text-editor h6 {
  font-size: 1em;
}

.image-text-2__tag, .image-text-1__tag, .map__tag, .firms__tag, .posts-single__category, .contact-form__tag, .text-content__tag, .contact__form-tag, .posts-last__tag, .cards__tag, .text-photo__tag, .posts-item__category {
  align-items: center;
  background-color: #fff;
  border: 1px solid var(--secondary-color);
  border-radius: 30px;
  color: var(--secondary-color);
  display: inline-flex;
  font-size: 14px;
  height: 30px;
  justify-content: center;
  line-height: 1;
  padding-inline: 10px;
}

.contact__form-tag, .cards__tag {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.posts-item__category {
  background-color: var(--light-color);
  border: 1px solid var(--light-color);
  color: var(--secondary-color);
}

.menu-icon__link:hover {
  opacity: 0.6;
}
.menu-icon__icon {
  display: block;
  height: 30px;
  width: auto;
}

.button--small, .button--secondary, .button--white, .button--primary, .wpcf7-submit, .form-row label.input-upload {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}

.button--primary, .form-row label.input-upload {
  background-color: #A2224C;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
  height: 50px;
  text-align: center;
}
.button--primary:hover, .form-row label.input-upload:hover {
  opacity: 0.8;
}

.button--white, .wpcf7-submit {
  background-color: #fff;
  border-radius: 8px;
  color: var(--primary-color);
  height: 46px;
  line-height: 1em;
  padding: 0 14px;
}
.button--white:hover, .wpcf7-submit:hover {
  background-color: #f5f5f5;
}

.button--secondary {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
  padding: 9px 0;
}
.button--secondary span {
  border-bottom: 2px solid var(--primary-color);
  display: block;
  padding-block: 13px;
}
.button--secondary:hover {
  opacity: 0.8;
}

.button--sms.button--secondary {
  color: var(--sms-color);
}
.button--sms.button--secondary span {
  border-bottom-color: var(--sms-color);
}

.button-link {
  align-items: center;
  color: var(--primary-color);
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  gap: 8px;
  text-decoration: none;
}
.button-link:hover {
  opacity: 0.8;
}
.button-link span {
  border-bottom: 2px solid var(--primary-color);
  display: block;
  padding-bottom: 6px;
}

.logo {
  display: block;
  text-align: center;
}
.logo .logo__heading,
.logo .logo__link,
.logo .logo__image {
  display: block;
  height: inherit;
  width: auto;
}

.lang-switcher__list {
  display: flex;
  gap: 8px;
}
.lang-switcher__link {
  align-items: center;
  background-color: var(--sms-color);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 12px;
  height: 30px;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  width: 30px;
}
.lang-switcher__link:hover {
  opacity: 0.9;
}

/*
- Form Container
-- Form Separator
-- Form Section
--- Form Row
--- From Row Half
*/
.form-section, .form-container {
  display: grid;
  grid-column-gap: 26px;
  grid-row-gap: 16px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.form-section > *:empty, .form-container > *:empty {
  display: none;
}
.form-section > *, .form-container > * {
  grid-column: span 2;
}

.form-row, .wpcf7-form .form-row,
.wpcf7-form .form-row .wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}

@media (min-width: 640px) {
  .form-row.form-row--half, .wpcf7-form .form-row--half,
  .wpcf7-form .form-row .wpcf7-form-control-wrap--half {
    grid-column: span 1;
  }
}

.form-row.form-row--gap-large {
  gap: 24px;
}

.form-row--box-white {
  background-color: #fff;
  padding: 30px;
}

.firms__search, .input-textarea, .wpcf7-textarea, .input-text, .wpcf7-text,
.wpcf7-number {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid transparent;
  border-radius: 6px;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  line-height: 1.48;
  opacity: 1;
  padding-inline: 10px;
  width: 100%;
}
.firms__search::-webkit-input-placeholder, .input-textarea::-webkit-input-placeholder, .wpcf7-textarea::-webkit-input-placeholder, .input-text::-webkit-input-placeholder, .wpcf7-text::-webkit-input-placeholder,
.wpcf7-number::-webkit-input-placeholder {
  opacity: 0.7;
}
.firms__search::-moz-placeholder, .input-textarea::-moz-placeholder, .wpcf7-textarea::-moz-placeholder, .input-text::-moz-placeholder, .wpcf7-text::-moz-placeholder,
.wpcf7-number::-moz-placeholder {
  opacity: 0.7;
}
.firms__search:-ms-input-placeholder, .input-textarea:-ms-input-placeholder, .wpcf7-textarea:-ms-input-placeholder, .input-text:-ms-input-placeholder, .wpcf7-text:-ms-input-placeholder,
.wpcf7-number:-ms-input-placeholder {
  opacity: 0.7;
}
.firms__search::-ms-input-placeholder, .input-textarea::-ms-input-placeholder, .wpcf7-textarea::-ms-input-placeholder, .input-text::-ms-input-placeholder, .wpcf7-text::-ms-input-placeholder,
.wpcf7-number::-ms-input-placeholder {
  opacity: 0.7;
}
.firms__search:-moz-placeholder, .input-textarea:-moz-placeholder, .wpcf7-textarea:-moz-placeholder, .input-text:-moz-placeholder, .wpcf7-text:-moz-placeholder,
.wpcf7-number:-moz-placeholder {
  opacity: 0.7;
}
.firms__search::placeholder, .input-textarea::placeholder, .wpcf7-textarea::placeholder, .input-text::placeholder, .wpcf7-text::placeholder,
.wpcf7-number::placeholder {
  opacity: 0.7;
}
.firms__search:focus, .input-textarea:focus, .wpcf7-textarea:focus, .input-text:focus, .wpcf7-text:focus,
.wpcf7-number:focus {
  background-color: none;
  border-color: #fff;
  color: #fff;
  outline: none;
}

.wpcf7-textarea {
  height: 192px;
  padding: 9px 6px 9px 19px;
}

.input-label,
.form-row > label,
.form-row > small {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: space-between;
  letter-spacing: -0.01em;
  line-height: 1.57;
}
.input-label small,
.form-row > label small,
.form-row > small small {
  font-size: 12px;
}

.input-checkbox {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 6px;
  height: 16px;
  line-height: 16px;
  padding-left: 24px;
  position: relative;
}

.input-checkbox input::before {
  border-radius: 2px;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: calc(50% - 10px);
  width: 16px;
}

.input-checkbox input:checked::after {
  border-radius: 2px;
  content: "";
  display: block;
  height: 10px;
  left: 5px;
  position: absolute;
  top: calc(50% - 5px);
  width: 10px;
}

.input-radio + label, .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  min-height: 20px;
  padding-left: 30px;
  position: relative;
}

.input-radio + label::before, .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
  border: 1px solid #483013;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: calc(50% - 9px);
  width: 16px;
}

.input-radio:checked + label::after, .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
  border-radius: 50%;
  content: "";
  display: block;
  height: 12px;
  left: 3px;
  position: absolute;
  top: calc(50% - 6px);
  width: 12px;
}

.input-radio:checked + label::before {
  border-color: #1A6A6A;
}

.input-radio-list, .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.14px;
  line-height: 1.57;
}

.video-fit {
  height: 100%;
  position: relative;
  width: 100%;
}
.video-fit__inner {
  aspect-ratio: 16/9;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.video-fit__inner iframe {
  display: block;
  height: 100%;
  width: 100%;
}

@media (min-width: 1024px) {
  .main-menu {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .main-menu__list {
    display: flex;
    gap: 40px;
  }
  .main-menu__link {
    display: block;
    font-size: 14px;
    font-weight: 400;
  }
  .main-menu__link:hover {
    color: var(--primary-color);
  }
}
.footer-menu__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-menu__link {
  display: block;
}
.footer-menu__link:hover {
  color: var(--primary-color);
}
.footer-menu a[href="#"] {
  font-weight: 700;
}
.footer-menu a[href="#"]:hover {
  cursor: default;
  color: inherit !important;
  text-decoration: none !important;
}

@media (min-width: 1024px) {
  .footer-menu__list {
    flex-direction: row;
    justify-content: center;
    gap: 22px;
  }
  .footer-menu--vertical .footer-menu__list {
    flex-direction: column;
  }
}
.social-links__list {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.social-links__link {
  align-items: center;
  background-color: var(--secondary-color);
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 37px;
  justify-content: center;
  width: 37px;
}
.social-links__link:hover {
  opacity: 0.8;
}

@media (min-width: 640px) {
  .social-links__list {
    justify-content: end;
  }
}
@media (min-width: 1024px) {
  .social-links__list {
    gap: 20px;
  }
}
.posts-item {
  width: 318px;
}
.posts-item__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.posts-item__image-link {
  display: block;
}
.posts-item__image {
  border-radius: 10px;
  display: block;
  height: 238px;
  object-fit: cover;
  width: 100%;
}
.posts-item__category {
  align-self: start;
  text-transform: uppercase;
}
.posts-item__content {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.posts-item__heading {
  color: #141414;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
.posts-item__excerpt {
  color: #595F69;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}

@media (min-width: 1024px) {
  .posts-item {
    width: 400px;
  }
  .posts-item__content {
    gap: 8px;
  }
}
.header__inner {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr auto auto;
  height: 80px;
  padding-inline: 20px;
}
.header__logo {
  height: 40px;
}
.header__main-menu {
  display: none;
}
.header__contact-button {
  display: none;
}

@media (min-width: 1024px) {
  .header__inner {
    grid-template-columns: auto 1fr auto auto;
    gap: 24px;
    height: 84px;
    padding-inline: 0;
  }
  .header__logo {
    height: 40px;
  }
  .header__main-menu {
    display: flex;
  }
  .header__menu-icon {
    display: none;
  }
  .header__contact-button {
    display: flex;
  }
  .header__button span {
    font-size: 15px;
    padding-block: 8px;
  }
  .header__lang-switcher {
    order: 4;
  }
}
.mobile-menu {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: none;
  left: 0;
  padding-bottom: 36px;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1000;
}
.mobile-menu__inner {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding-inline: 20px;
}
.mobile-menu__top {
  align-items: center;
  display: flex;
  height: 80px;
  justify-content: space-between;
}
.mobile-menu__logo {
  height: 48px;
}
.mobile-menu__content {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.mobile-menu .main-menu__list {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.mobile-menu .main-menu__link {
  color: #616161;
  font-size: 16px;
  font-weight: 500;
}
.mobile-menu .main-menu__link:hover {
  opacity: 0.7;
}

@media (min-width: 1024px) {
  .mobile-menu {
    display: none !important;
  }
}
.footer {
  padding-block: 60px;
}
.footer__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
.footer__logo {
  height: 50px;
}
.footer__social-links {
  margin-bottom: -20px;
}
.footer hr {
  border: 0;
  border-top: 1px solid #ABB3C2;
  margin-inline: -20px;
  width: 100vw;
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__legal:hover {
  color: var(--primary-color);
}
.footer__copyright {
  color: #636975;
}

@media (min-width: 640px) {
  .footer__inner {
    grid-template-areas: "logo social-links" "menu menu" "hr hr" "bottom bottom";
    grid-template-columns: auto 1fr auto;
  }
  .footer__logo {
    grid-area: logo;
  }
  .footer__menu {
    grid-area: menu;
  }
  .footer__social-links {
    grid-area: social-links;
    margin-bottom: 0;
  }
  .footer hr {
    grid-area: hr;
    margin-inline: 0;
    width: 100%;
  }
  .footer__bottom {
    align-items: center;
    flex-direction: row;
    grid-area: bottom;
    justify-content: space-between;
  }
  .footer--menu-2 .footer__inner {
    grid-template-areas: "logo social-links" "menu menu-2" "hr hr" "bottom bottom";
    grid-template-columns: 1fr 1fr;
  }
  .footer--menu-2 .footer__menu--2 {
    grid-area: menu-2;
  }
}
@media (min-width: 1024px) {
  .footer {
    padding-block: 36px;
  }
  .footer__inner {
    align-items: center;
    gap: 20px;
    grid-template-areas: "logo menu social-links" "hr hr hr" "bottom bottom bottom";
  }
  .footer__logo {
    height: 62px;
  }
  .footer--menu-2 .footer__inner {
    align-items: start;
    grid-template-areas: "logo menu menu-2 social-links" "hr hr hr hr" "bottom bottom bottom bottom";
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.hero {
  margin-block: 12px;
}
.hero__inner {
  display: flex;
}
.hero__box {
  background-color: #01356D;
  border-radius: 30px;
  color: #fff;
  display: flex;
  height: 480px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.hero__content {
  align-items: end;
  background-image: linear-gradient(to top, var(--darken-color) 50%, transparent 100%);
  display: flex;
  height: 100%;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
}
.hero__content-inner {
  display: flex;
  flex-direction: column;
  gap: 11px;
  max-width: 360px;
  padding: 22px;
}
.hero__description {
  color: #fff;
}
.hero__box-backgrounds {
  height: 100%;
  position: absolute;
  right: 0;
  width: 100%;
}
.hero__image-background {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.hero__video {
  height: 100%;
  width: 100%;
}
.hero__own {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.hero__image-overlay {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (min-width: 640px) {
  .hero__content-inner {
    max-width: 480px;
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  .hero__box {
    height: 468px;
  }
  .hero__image-background {
    object-fit: contain;
    object-position: center right;
  }
  .hero__content {
    align-items: center;
    background-image: linear-gradient(to right, var(--darken-color) 50%, transparent 100%);
    padding: 60px;
    width: 75%;
  }
  .hero__content-inner {
    gap: 30px;
    max-width: 440px;
    padding: 0;
  }
  .hero__box-backgrounds {
    width: 75%;
  }
}
@media (min-width: 1366px) {
  .hero__content-inner {
    max-width: 520px;
  }
}
.text-photo {
  margin-block: 48px;
}
.text-photo__inner {
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1fr);
}
.text-photo__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-inline: 20px;
}
.text-photo__hgroup {
  align-items: start;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.text-photo__photo {
  border-radius: 20px;
  display: block;
  height: auto;
  width: 100%;
}

@media (min-width: 640px) {
  .text-photo {
    margin-block: 64px;
  }
  .text-photo__inner {
    align-items: center;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .text-photo__left {
    padding-inline: 0;
  }
}
@media (min-width: 1366px) {
  .text-photo {
    margin-block: 76px;
  }
  .text-photo__inner {
    gap: 80px;
    grid-template-columns: minmax(0, 3fr) minmax(0, 4fr);
  }
}
.cards {
  margin-block: 48px;
}
.cards__inner {
  background-color: var(--cards-color);
  border-radius: 20px;
  gap: 40px;
  overflow: hidden;
  padding: 60px 22px;
  position: relative;
}
.cards__background-image {
  display: block;
  height: auto;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.cards__background-image--top {
  left: 0;
  top: 0;
}
.cards__background-image--bottom {
  bottom: 0;
  left: 0;
}
.cards__hgroup {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  z-index: 2;
}
.cards__items, .cards__items-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  z-index: 2;
}
.cards__item {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  max-width: 478px;
  overflow: hidden;
  text-align: center;
}
.cards__item-text-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 36px 28px;
}
.cards__item-heading {
  color: var(--primary-color);
  text-wrap: balance;
}
.cards__item-description {
  color: #595F69;
}
.cards__item-image {
  display: block;
  height: auto;
  width: 100%;
}

@media (min-width: 640px) {
  .cards {
    margin-block: 64px;
  }
  .cards__inner {
    align-items: center;
    gap: 104px;
    padding: 60px 36px;
  }
  .cards__items {
    align-items: start;
    flex-direction: row;
  }
  .cards__items-wrapper:nth-child(2) .cards__item:nth-child(1) {
    margin-top: 90px;
  }
}
@media (min-width: 1024px) {
  .cards {
    margin-block: 76px;
  }
  .cards__inner {
    padding: 76px 36px 103px;
  }
  .cards__items, .cards__items-wrapper {
    gap: 38px;
  }
  .cards__hgroup {
    gap: 18px;
    width: 587px;
  }
  .cards__item-text-content {
    padding: 42px 37px;
  }
}
.logos {
  margin-block: 48px;
}
.logos__inner {
  align-items: center;
  gap: 24px;
}
.logos__title {
  color: #141414;
}
.logos__images {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(0, 120px) minmax(0, 120px);
  gap: 20px;
  justify-content: center;
}
.logos__image {
  display: block;
  height: auto;
  width: 100%;
}

@media (min-width: 640px) {
  .logos {
    margin-block: 64px;
  }
  .logos__images {
    gap: 40px;
    grid-template-columns: repeat(4, minmax(0, 170px));
  }
}
@media (min-width: 1024px) {
  .logos {
    margin-block: 76px;
  }
  .logos__inner {
    gap: 32px;
  }
  .logos__images {
    gap: 100px;
  }
}
@media (min-width: 1024px) {
  .logos__images {
    gap: 150px;
  }
}
.posts-last {
  margin-block: 70px 100px;
}
.posts-last__inner {
  display: flex;
  flex-direction: column;
  gap: 26px;
  width: 100vw;
}
.posts-last__heading-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.posts-last__content {
  margin: 0 auto;
  width: 100vw;
}
.posts-last__arrows {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.posts-last__arrow {
  align-items: center;
  background: #fff;
  border: 1px solid var(--secondary-color);
  border-radius: 50%;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.posts-last__arrow svg {
  display: block;
  stroke: var(--secondary-color);
  height: 24px;
  width: auto;
}
.posts-last__arrow--right {
  background-color: var(--secondary-color);
}
.posts-last__arrow--right svg {
  stroke: #fff;
}
.posts-last__arrow--disabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}

@media (min-width: 1024px) {
  .posts-last {
    margin-block: 100px;
  }
  .posts-last__inner {
    gap: 40px;
  }
  .posts-last__carousel {
    display: flex;
    flex-direction: column;
    gap: 34px;
  }
}
@media (min-width: 1366px) {
  .posts-last__inner {
    width: 1246px;
  }
}
.contact {
  background-color: var(--multiply-color);
  background-image: var(--background-image);
  background-position: center bottom;
  background-repeat: no-repeat;
  color: #fff;
  padding-block: 48px;
}
.contact__inner {
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1fr);
}
.contact__hgroup {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}
.contact__description {
  color: #fff;
}
.contact__link {
  align-items: center;
  background-color: var(--darken-color);
  border-radius: 10px;
  display: flex;
  min-height: 80px;
  padding-inline: 20px;
  justify-content: space-between;
}
.contact__link:hover {
  background-color: var(--tertiary-color);
}
.contact__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact__link-name {
  font-size: 16px;
  font-weight: 500;
}
.contact__link-icon {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.contact__link-icon svg {
  stroke: var(--icons-color);
}
.contact__form-wrapper {
  background-color: var(--tertiary-color);
  border-radius: 20px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding: 24px;
}
.contact__form-text {
  align-items: start;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact__form-image-wrapper {
  display: none;
}

@media (min-width: 1024px) {
  .contact {
    padding-block: 68px 42px;
  }
  .contact__inner {
    grid-template-areas: "hgroup links" "form-wrapper form-wrapper";
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 140px;
  }
  .contact__hgroup {
    gap: 50px;
    grid-area: hgroup;
    text-align: left;
  }
  .contact__form-wrapper {
    align-items: center;
    border-radius: 30px;
    display: grid;
    grid-area: form-wrapper;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 332px;
    padding: 0 55px;
  }
}
@media (min-width: 1366px) {
  .contact__description {
    font-size: 18px;
  }
  .contact__links {
    gap: 20px;
    grid-area: links;
  }
  .contact__link {
    min-height: 96px;
    padding-inline: 25px;
  }
  .contact__link-name {
    font-size: 21px;
  }
  .contact__link-icon {
    height: 46px;
    width: 46px;
  }
  .contact__form-wrapper {
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr) minmax(0, 3fr);
  }
  .contact__form-image-wrapper {
    align-self: end;
    display: block;
    position: relative;
  }
  .contact__form-image {
    bottom: 0;
    display: block;
    height: 413px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: auto;
  }
  .contact__form-shortcode {
    padding-block: 30px;
  }
}
.cover {
  margin-block: 8px;
}
.cover__inner {
  column-gap: 8px;
  display: grid;
  grid-template-columns: 5fr 4fr;
  row-gap: 8px;
}
.cover--layout-2 .cover__inner {
  grid-template-columns: 4fr 5fr;
}
.cover__box {
  border-radius: 5px;
}
.cover__box--1 {
  background-image: var(--image-1);
  background-size: cover;
  color: #fff;
  display: flex;
  grid-column: span 2;
  height: 304px;
  overflow: hidden;
  position: relative;
}
.cover__box--2 {
  background-image: var(--image-2);
  background-size: cover;
  height: 82px;
}
.cover__box--3 {
  background-image: var(--image-3);
  background-size: cover;
  height: 82px;
}
.cover__box--4 {
  background-image: var(--image-4);
  background-size: cover;
  grid-column: span 2;
  height: 82px;
}
.cover__video {
  height: 100%;
  width: 100%;
}
.cover__own {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.cover__content {
  align-items: end;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(3, 3, 3, 0.03) 100%);
  display: flex;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.cover__content-inner {
  display: flex;
  flex-direction: column;
  gap: 11px;
  max-width: 280px;
  padding: 22px;
}
.cover__description {
  color: #fff;
}

@media (min-width: 640px) {
  .cover__inner {
    grid-template-columns: 3fr 3fr 6fr;
  }
  .cover--layout-2 .cover__inner {
    grid-template-columns: 6fr 3fr 3fr;
  }
  .cover__box--1 {
    grid-column: span 3;
  }
  .cover__box--2, .cover__box--3, .cover__box--4 {
    grid-column: span 1;
  }
  .cover__content-inner {
    max-width: 360px;
  }
}
@media (min-width: 1024px) {
  .cover {
    margin-block: 12px;
  }
  .cover__inner {
    gap: 9px;
  }
  .cover__box {
    border-radius: 8px;
  }
  .cover__box--1 {
    height: 550px;
  }
  .cover__box--2, .cover__box--3, .cover__box--4 {
    height: 224px;
  }
  .cover__content {
    align-items: center;
    padding: 60px;
  }
  .cover__content-inner {
    gap: 31px;
    max-width: 440px;
  }
}
@media (min-width: 1366px) {
  .cover__content-inner {
    max-width: 520px;
  }
}
.text-content {
  margin-block: 60px 70px;
}
.text-content__inner {
  display: grid;
  gap: 36px;
  grid-template-columns: 1fr;
}
.text-content__left {
  align-items: start;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.text-content__right {
  align-items: start;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (min-width: 1024px) {
  .text-content {
    margin-block: 70px 100px;
  }
  .text-content__inner {
    gap: 24px;
    grid-template-columns: 1fr 1fr;
  }
  .text-content__left {
    max-width: 360px;
  }
}
@media (min-width: 1366px) {
  .text-content__left {
    max-width: initial;
  }
}
.services {
  display: flex;
  justify-content: center;
}
.services__inner {
  margin: 0;
  width: 100vw;
}
.services__carousel {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.services__item-featured, .services__item {
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 368px;
  max-width: 308px;
  padding: 36px;
}
.services__item-featured {
  background-image: var(--image-featured);
  background-size: cover;
}
.services__item {
  background: #FAF7F4;
}
.services__item-content {
  display: flex;
  flex-direction: column;
  flex-grow: 2;
  gap: 24px;
}

@media (min-width: 1024px) {
  .services {
    margin-block: 90px;
  }
  .services__item-featured, .services__item {
    gap: 26px;
    height: 485px;
    padding: 50px 32px;
  }
  .services__item-featured {
    max-width: 420px;
  }
  .services__item {
    max-width: 253px;
  }
}
.services-popup__title {
  border-bottom: 1px solid #D7D7D7;
  color: #141414;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 14px;
  padding-bottom: 14px;
}

.bio {
  display: flex;
  justify-content: center;
  margin-block: 50px;
}
.bio__title-group {
  display: flex;
  flex-direction: column;
  gap: 34px;
  margin-bottom: 36px;
}
.bio__title-group .bio__title {
  max-width: 240px;
}
.bio__title-group .bio__description {
  max-width: 220px;
}
.bio__inner {
  margin: 0;
  width: 100vw;
}
.bio__carousel {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.bio__carousel--desktop {
  display: none;
}
.bio__item-featured, .bio__item {
  background-color: #F8F0E7;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 465px;
  overflow: hidden;
  width: 308px;
}
.bio__item-photo {
  display: block;
  height: 401px;
  object-fit: cover;
}
.bio__item-name {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  gap: 8px;
  height: 64px;
  justify-content: center;
}
.bio__item-name-icon {
  display: block;
  height: auto;
  width: 24px;
}

@media (min-width: 1024px) {
  .bio {
    margin-block: 90px;
  }
  .bio__title-group {
    display: none;
  }
  .bio__carousel--mobile {
    display: none;
  }
  .bio__carousel--desktop {
    display: flex;
  }
  .bio__item-featured, .bio__item {
    width: 295px;
  }
  .bio__item-featured {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 65px 19px;
  }
  .bio__item-featured-description {
    margin-top: 85px;
  }
}
.bio-popup__top {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
  margin-top: 20px;
}
.bio-popup__photo-image {
  border-radius: 50%;
  display: block;
  height: 80px;
  object-fit: cover;
  object-position: top center;
  width: 80px;
}
.bio-popup__data {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.bio-popup__name {
  display: inline;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.bio-popup__job, .bio-popup__email, .bio-popup__phone, .bio-popup__linkedin {
  color: #141414;
  display: inline;
  font-size: 14px;
  font-weight: 400;
}
.bio-popup__linkedin {
  color: #A2224C;
  font-weight: 700;
  text-decoration: underline;
}
.bio-popup__subtitle {
  border-bottom: 1px solid #D7D7D7;
  color: #141414;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.bio-popup__content {
  font-size: 14px;
}

@media (min-width: 1024px) {
  .bio-popup__top {
    gap: 24px;
    margin-bottom: 24px;
  }
  .bio-popup__photo-image {
    height: 160px;
    width: 160px;
  }
  .bio-popup__data {
    gap: 12px;
  }
  .bio-popup__name {
    font-size: 21px;
  }
  .bio-popup__job, .bio-popup__email, .bio-popup__phone, .bio-popup__linkedin {
    font-size: 16px;
  }
  .bio-popup__content {
    font-size: 16px;
  }
  .bio-popup__subtitle {
    margin-bottom: 14px;
    padding-bottom: 14px;
  }
}
.know-more {
  display: flex;
  justify-content: center;
  margin-block: 50px;
}
.know-more__title-group {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 34px;
  margin-bottom: 36px;
}
.know-more__title-group .know-more__title {
  text-align: center;
}
.know-more__inner {
  margin: 0;
  width: 100vw;
}
.know-more__carousel {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.know-more__item {
  background-color: #F8F0E7;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 465px;
  overflow: hidden;
  width: 308px;
}
.know-more__item-photo {
  display: block;
  height: 401px;
  object-fit: cover;
}
.know-more__item-name {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  gap: 8px;
  height: 64px;
  justify-content: center;
}
.know-more__item-name-icon {
  display: block;
  height: auto;
  width: 24px;
}

@media (min-width: 1024px) {
  .know-more {
    margin-block: 90px;
  }
  .know-more__title-group {
    margin-bottom: 42px;
  }
  .know-more__item-featured, .know-more__item {
    width: 295px;
  }
  .know-more__item-featured {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 65px 19px;
  }
  .know-more__item-featured-description {
    margin-top: 85px;
  }
}
.video iframe {
  aspect-ratio: 16/9;
  border-radius: 8px;
  display: block;
  height: auto;
  width: 100%;
}

@media (max-width: 639px) {
  .video__inner {
    margin: 0 auto;
    width: 100vw;
  }
  .video iframe {
    border-radius: 0;
  }
}
.contact-form__inner {
  display: grid;
  gap: 30px;
  grid-template-areas: "text" "form" "map";
  grid-template-columns: minmax(0, 1fr);
}
.contact-form__text-content {
  align-items: start;
  display: flex;
  flex-direction: column;
  gap: 20px;
  grid-area: text;
}
.contact-form__map-content {
  align-items: center;
  display: flex;
  grid-area: map;
  justify-content: center;
}
.contact-form__map {
  display: block;
  height: auto;
  max-width: 420px;
  width: 100%;
}
.contact-form__form-content {
  grid-area: form;
}

@media (max-width: 639px) {
  .contact-form {
    background-color: #FAF7F4;
    padding-block: 40px;
  }
}
@media (min-width: 640px) {
  .contact-form__inner {
    background-color: #FAF7F4;
    border-radius: 10px;
    padding: 48px 24px;
  }
  .contact-form__heading {
    max-width: 360px;
    text-wrap: balance;
  }
}
@media (min-width: 1024px) {
  .contact-form {
    margin-block: 80px;
  }
  .contact-form__inner {
    gap: 50px;
    grid-template-areas: "text form" "map form";
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    padding: 60px 50px;
  }
  .contact-form__heading {
    max-width: 480px;
  }
  .contact-form__map-content {
    justify-content: flex-start;
  }
  .contact-form__map {
    max-width: 380px;
  }
}
@media (min-width: 1366px) {
  .contact-form__inner {
    gap: 90px;
  }
}
.posts-single {
  margin-block: 40px;
}
.posts-single__inner {
  display: grid;
  grid-template-areas: "content" "image" "sidebar";
  grid-template-columns: minmax(0, 1fr);
  row-gap: 32px;
}
.posts-single__text-content {
  display: flex;
  flex-direction: column;
  gap: 21px;
  grid-area: content;
}
.posts-single__heading-group {
  align-items: start;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.posts-single__date {
  color: #9DA0A5;
  font-size: 14px;
}
.posts-single__image-content {
  grid-area: image;
}
.posts-single__image {
  border-radius: 6px;
  display: block;
  height: auto;
  width: 100%;
}
.posts-single__sidebar-content {
  grid-area: sidebar;
}
.posts-single .addtoany_list {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: center;
}
.posts-single .addtoany_list > a {
  background: var(--secondary-color);
  border-radius: 50%;
  height: 44px;
  padding: 0;
  width: 44px;
}
.posts-single .addtoany_list > a .a2a_svg {
  align-items: center;
  display: flex;
  height: 100% !important;
  justify-content: center;
  width: 100% !important;
}
.posts-single .addtoany_list > a .a2a_svg svg {
  height: 24px;
  width: 24px;
}
.posts-single .addtoany_list > a .a2a_label {
  display: none;
}

@media (min-width: 1024px) {
  .posts-single {
    margin-block: 120px;
    max-width: 100vw;
  }
  .posts-single__inner {
    grid-template-areas: "sidebar content" "sidebar image";
    grid-template-columns: 1fr 720px 1fr;
    overflow: hidden;
  }
  .posts-single__text-content {
    gap: 28px;
  }
  .posts-single__heading-group {
    gap: 28px;
  }
  .posts-single .addtoany_list {
    flex-direction: column;
  }
}
.firms {
  margin-block: 70px 100px;
}
.firms__inner {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.firms__heading-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.firms__heading {
  text-align: center;
}
.firms__filters {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.firms__search {
  background-image: url("../images/icon-search.svg");
  background-position: calc(100% - 12px) center;
  background-repeat: no-repeat;
  padding-right: 36px;
}
.firms__countries-wrapper {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 24px minmax(0, 1fr) 24px;
}
.firms__countries {
  position: relative;
}
.firms__countries::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  content: "";
  display: block;
  height: 30px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
}
.firms__country {
  color: #595F69;
  display: block;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
}
.firms__country--active {
  color: #A2224C;
  font-weight: 700;
}
.firms__content {
  margin: 38px auto 0;
  width: 100vw;
}
.firms__card {
  background-color: #FAF7F4;
  border-radius: 6px;
  height: 100%;
  width: 320px;
}
.firms__card-top {
  border-bottom: 1px solid #D7D7D7;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 30px 20px;
}
.firms__card-country {
  align-items: center;
  color: #A2224C;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  gap: 10px;
}
.firms__card-name {
  color: #141414;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}
.firms__card-flag {
  display: block;
  height: 16px;
  width: auto;
}
.firms__card-bottom {
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 6px;
  line-height: 1.45;
  padding: 30px 20px;
}
.firms__cards .firms__arrows {
  margin-top: 34px;
}

@media (min-width: 1024px) {
  .firms__inner {
    gap: 80px;
  }
  .firms__filters {
    flex-direction: row;
    gap: 36px;
  }
  .firms__search {
    width: 300px;
  }
  .firms__countries-wrapper {
    flex-grow: 1;
  }
  .firms__country {
    font-size: 16px;
  }
}
@media (min-width: 1366px) {
  .firms__content {
    max-width: 1246px;
  }
  .firms__card {
    width: 398px;
  }
}
.popup {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100dvh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100dvw;
  z-index: 9999;
}
.popup__container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 20px;
  width: 100%;
}
.popup__inner {
  background: #fff;
  border-radius: 10px;
  max-height: 100%;
  max-width: 700px;
  overflow-y: auto;
  padding: 35px 30px;
  position: relative;
  width: 100%;
}
.popup__close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.map {
  margin-block: 50px;
}
.map__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.map__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 9px;
  text-align: center;
}
.map__image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.map__image {
  display: block;
  height: auto;
  max-width: 580px;
  width: 100%;
}

@media (max-width: 639px) {
  .map {
    background-color: #FAF7F4;
    padding-block: 36px;
  }
  .map__heading br {
    display: none;
  }
}
@media (min-width: 640px) {
  .map__inner {
    background-color: #FAF7F4;
    border-radius: 10px;
    padding-block: 36px;
  }
}
@media (min-width: 1024px) {
  .map__inner {
    gap: 48px;
    padding-block: 46px;
  }
}
.image-text-1 {
  margin-block: 36px;
}
.image-text-1__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.image-text-1__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: center;
}
.image-text-1__left {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.image-text-1__description {
  color: #595F69;
  line-height: 1.45;
}
.image-text-1__image-wrapper {
  display: flex;
  justify-content: center;
}
.image-text-1__image {
  display: block;
  height: auto;
  width: 100vw;
}

@media (min-width: 640px) {
  .image-text-1__image {
    border-radius: 10px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .image-text-1 {
    margin-block: 70px;
  }
  .image-text-1__inner {
    gap: 70px;
  }
  .image-text-1__content {
    align-items: center;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .image-text-1__left {
    align-items: flex-start;
    gap: 18px;
  }
  .image-text-1__description {
    text-align: left;
  }
}
.image-text-2 {
  margin-block: 36px;
}
.image-text-2__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.image-text-2__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: center;
}
.image-text-2__top {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.image-text-2__description {
  color: #595F69;
  line-height: 1.45;
}
.image-text-2__image-wrapper {
  display: flex;
  justify-content: center;
}
.image-text-2__image {
  display: block;
  height: auto;
  width: 100vw;
}

@media (max-width: 639px) {
  .image-text-2 {
    background-color: #FAF7F4;
    padding-block: 36px 0;
  }
  .image-text-2__heading br {
    display: none;
  }
}
@media (min-width: 640px) {
  .image-text-2__inner {
    gap: 0;
  }
  .image-text-2__content {
    background-color: #FAF7F4;
    border-radius: 10px 10px 0 0;
    padding: 36px;
  }
  .image-text-2__image {
    border-radius: 0 0 10px 10px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .image-text-2 {
    margin-block: 60px;
  }
  .image-text-2__inner {
    display: grid;
    grid-column-gap: 24px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .image-text-2__content {
    align-items: center;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    order: 2;
  }
  .image-text-2__top {
    align-items: start;
    text-align: left;
  }
  .image-text-2__image-wrapper {
    order: 1;
  }
  .image-text-2__image {
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .image-text-2__box {
    align-items: start;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 40px;
    text-align: left;
  }
  .image-text-2--order-inverse .image-text-2__content {
    order: 1;
  }
  .image-text-2--order-inverse .image-text-2__image-wrapper {
    order: 2;
  }
}
@media (min-width: 1366px) {
  .image-text-2__content {
    padding: 55px 80px;
  }
}
.splide .splide__track {
  order: 1;
}
.splide .splide__arrows {
  display: flex;
  gap: 18px;
  justify-content: center;
  order: 2;
}
.splide .splide__arrow {
  background-color: #fff;
  height: 48px;
  left: initial;
  opacity: 1;
  position: relative;
  right: initial;
  top: initial;
  transform: none;
  width: 48px;
}
.splide .splide__arrow svg {
  display: none;
}
.splide .splide__arrow--prev {
  background-image: url("../images/icon-circle-arrow-left.svg");
}
.splide .splide__arrow--prev[disabled] {
  opacity: 0.3;
}
.splide .splide__arrow--next {
  background-image: url("../images/icon-circle-arrow-right-active.svg");
}
.splide .splide__arrow--next[disabled] {
  opacity: 0.3;
}
/*# sourceMappingURL=style.css.map */
