/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  text-decoration: none;
}

.contact-us .contact-wrapper .contact-info .form-box form button, .top-banner .banner-wrapper .banner-info > a, header .popup .popup-body .popup-content .popup-box .popup-descr > a, #my_link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  background: #379AE6;
  border: 1px solid #379AE6;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #FFFFFF;
  min-width: 190px;
  min-height: 52px;
  width: max-content;
  transition: background 0.5s ease, color 0.5s ease;
}
.contact-us .contact-wrapper .contact-info .form-box form button:hover, .top-banner .banner-wrapper .banner-info > a:hover, header .popup .popup-body .popup-content .popup-box .popup-descr > a:hover, #my_link:hover {
  background: #FFFFFF;
  color: #379AE6;
}

footer .footer-wrapper .footer-content .subscribe .form-box button {
  background: #379AE6;
  border: 1px solid #379AE6;
  border-radius: 0 6px 6px 0;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #FFFFFF;
  min-width: 114px;
  min-height: 36px;
  outline: none;
  transition: background 0.5s ease, color 0.5s ease;
}
footer .footer-wrapper .footer-content .subscribe .form-box button:hover {
  background: #FFFFFF;
  color: #379AE6;
}

.services .services-link a {
  background: #379AE6;
  border: 1px solid #379AE6;
  border-radius: 22px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625rem;
  color: #FFFFFF;
  min-width: 296px;
  min-height: 44px;
  width: max-content;
  outline: none;
  margin: 0 auto;
  transition: background 0.5s ease, color 0.5s ease;
}
.services .services-link a:hover {
  background: #FFFFFF;
  color: #379AE6;
}

.for-whom .for-whom-wrapper > a {
  background: #FFFFFF;
  border: 1px solid #379AE6;
  border-radius: 22px;
  padding: 5px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625rem;
  color: #379AE6;
  min-width: 354px;
  min-height: 44px;
  width: max-content;
  outline: none;
  margin: 0 auto;
  transition: background 0.5s ease, color 0.5s ease, stroke 0.5s ease;
}
.for-whom .for-whom-wrapper > a > svg {
  width: 20px;
  height: 20px;
  object-fit: cover;
}
.for-whom .for-whom-wrapper > a > svg path {
  transition: background 0.5s ease, color 0.5s ease, stroke 0.5s ease;
}
.for-whom .for-whom-wrapper > a:hover {
  background: #379AE6;
  color: #FFFFFF;
}
.for-whom .for-whom-wrapper > a:hover > svg path {
  stroke: #FFFFFF;
}

header .header-wrapper .navigate > ul > li > a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 0.875rem;
  text-align: center;
  transition: color 0.5s ease;
  display: inline-block;
}
header .header-wrapper .navigate > ul > li > a:hover {
  color: #379AE6;
}

footer .footer-wrapper .footer-content .navigane > ul > li > a {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 0.875rem;
  text-align: left;
  color: #171A1F;
  transition: color 0.5s ease;
  display: inline-block;
}
footer .footer-wrapper .footer-content .navigane > ul > li > a:hover {
  color: #379AE6;
}

@media (min-width: 767px) and (max-width: 1025px) {
  footer .footer-wrapper .footer-content .subscribe .form-box button {
    min-width: 90px;
  }
}
@media (max-width: 767px) {
  header .header-wrapper .navigate > ul > li > a {
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 1.375rem;
  }
  .contact-us .contact-wrapper .contact-info .form-box form button, .top-banner .banner-wrapper .banner-info > a, header .popup .popup-body .popup-content .popup-box .popup-descr > a {
    font-size: 1rem;
    line-height: 1.5rem;
    min-height: 45px;
  }
  .services .services-link a {
    min-width: 246px;
    min-height: 42px;
  }
  .for-whom .for-whom-wrapper > a {
    padding: 9px 12px;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    min-width: auto;
    min-height: auto;
    width: fit-content;
  }
  .for-whom .for-whom-wrapper > a > svg {
    width: 15px;
    height: 15px;
  }
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  --scroll-behavior: smooth;
  scroll-margin-top: 100px;
  font-size: 16px;
}

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

a,
button {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #565D6D;
  background: #FFFFFF;
}
body :first-child {
  margin-top: 0 !important;
}
body :last-child {
  margin-bottom: 0 !important;
}

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow-x: hidden;
}

main {
  flex: 1 1 auto;
  margin: 77px 0 0 0;
}

footer {
  flex: 0 0 auto;
}

.container {
  width: 1200px;
  max-width: 95%;
  margin: 0 auto;
}

h1 {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  margin: 0 0 17px 0;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  margin: 0 0 28px 0;
}

h1 {
  font-size: 3.5rem;
  line-height: 4.875rem;
}

h2,
h3 {
  font-size: 2rem;
  line-height: 3rem;
}

h4,
h5,
h6 {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 0 0 20px 0;
}

@media (min-width: 767px) and (max-width: 1025px) {
  body._lock {
    overflow: hidden;
  }
  main {
    margin: 52px 0 0 0;
  }
  .container {
    max-width: 94%;
  }
  h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  h2,
  h3 {
    font-size: 1.75rem;
    line-height: 2.375rem;
  }
}
@media (max-width: 767px) {
  body._lock {
    overflow: hidden;
  }
  main {
    margin: 52px 0 0 0;
  }
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
  h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  h2,
  h3 {
    font-size: 1.625rem;
    line-height: 2rem;
  }
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  padding: 11px 0;
  background: #FFFFFF;
  transition: all 0.5s ease;
}
header.sticky {
  box-shadow: 0 8px 4px -4px rgba(0, 0, 0, 0.2);
}
header .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
header .header-wrapper .logo {
 /* width: 200px;*/
  /*height: 55px;*/
}
header .header-wrapper .logo > a {
  /*width: 200px;*/
  /*height: 55px;*/
  display: inline-block;
}
header .header-wrapper .logo > a > img {
  object-fit: cover;
}
header .header-wrapper .navigate > ul {
  display: flex;
  align-items: center;
  gap: 25px;
}
header .header-wrapper .navigate > ul > li.current-menu-item > a {
  color: #379AE6;
}
header .header-wrapper .menu-btn,
header .header-wrapper .background-overlay {
  display: none;
}
header .popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(217, 217, 217, 0.6);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.7s ease 0s;
  z-index: 9;
}
header .popup .popup-body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 40px;
}
header .popup .popup-body .popup-content {
  width: 1000px;
  background: #FFFFFF;
  position: relative;
  transition: all 0.8s ease 0s;
  opacity: 0;
  transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
}
header .popup .popup-body .popup-content .popup-box {
  padding: 100px 25px 40px 25px;
  position: relative;
}
header .popup .popup-body .popup-content .popup-box .popup-close {
  position: absolute;
  width: 44px;
  height: 35px;
  right: 25px;
  top: 25px;
}
header .popup .popup-body .popup-content .popup-box .popup-close > img {
  width: 100%;
  object-fit: cover;
}
header .popup .popup-body .popup-content .popup-box .popup-descr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
header .popup .popup-body .popup-content .popup-box .popup-descr > img {
  width: 100%;
  object-fit: cover;
}
header .popup .popup-body .popup-content .popup-box .popup-descr > img.img-big {
  max-width: 400px;
  max-height: 218px;
}
header .popup .popup-body .popup-content .popup-box .popup-descr > img.img-small {
  width: 124px;
  height: 114px;
}
header .popup .popup-body .popup-content .popup-box .popup-descr > h3 {
  font-family: "Archivo", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 4.25rem;
  text-align: center;
  color: #171A1F;
  margin: 0;
}
header .popup .popup-body .popup-content .popup-box .popup-descr > p {
  font-family: "Archivo", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: center;
  color: #565D6D;
  margin: 0 auto;
  max-width: 800px;
}
header .popup.open {
  opacity: 1;
  visibility: visible;
}
header .popup.open .popup-body .popup-content {
  transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
  opacity: 1;
}

@media (min-width: 1025px) and (max-width: 1199px) {
  header .popup .popup-body .popup-content {
    width: 100%;
  }
  header .popup .popup-body .popup-content .popup-box {
    padding: 80px 25px 40px 25px;
  }
  header .popup .popup-body .popup-content .popup-box .popup-descr > img.img-small {
    width: 104px;
    height: 94px;
  }
  header .popup .popup-body .popup-content .popup-box .popup-descr > h3 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  header .popup .popup-body .popup-content .popup-box .popup-descr > p {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 767px) and (max-width: 1025px) {
  header {
    padding: 7.5px 0;
  }
  header .header-wrapper .logo {
/*    height: 37px;*/
  }
  header .header-wrapper .logo > a {
    width: 200px;
  }
  header .header-wrapper .logo > a > img {
    width: 200px;
  }
  header .popup .popup-body {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  header .popup .popup-body .popup-content {
    width: 100%;
  }
  header .popup .popup-body .popup-content .popup-box {
    padding: 60px 20px 30px 20px;
  }
  header .popup .popup-body .popup-content .popup-box .popup-close {
    right: 20px;
    top: 20px;
  }
  header .popup .popup-body .popup-content .popup-box .popup-descr {
    gap: 16px;
  }
  header .popup .popup-body .popup-content .popup-box .popup-descr > img.img-big {
    max-width: 352px;
    max-height: 192px;
  }
  header .popup .popup-body .popup-content .popup-box .popup-descr > img.img-small {
    width: 84px;
    height: 74px;
  }
  header .popup .popup-body .popup-content .popup-box .popup-descr > h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  header .popup .popup-body .popup-content .popup-box .popup-descr > p {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 767px) {
  header {
    padding: 7.5px 0;
  }
  header .header-wrapper .logo {
   /* width: 100px;*/
    height: 37px;
    position: relative;
    z-index: 2;
  }
  header .header-wrapper .logo > a {
    width: 100px;
    height: 37px;
  }
  header .header-wrapper .logo > a > img {
    width: 100px;
    height: 37px;
  }
  header .header-wrapper .navigate {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    padding: 60px 20px 30px 20px;
    transition: left 0.3s ease;
    overflow: auto;
  }
  header .header-wrapper .navigate._active {
    left: 0;
    z-index: 1;
  }
  header .header-wrapper .navigate._active .background-overlay {
    width: calc(100% - 40px);
    height: 60px;
    background: #FFFFFF;
    z-index: 2;
    margin-top: -60px !important;
    position: fixed;
    display: block;
  }
  header .header-wrapper .navigate > ul {
    gap: 40px;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin: 40px 0 0 0;
  }
  header .header-wrapper .menu-btn {
    z-index: 2;
    display: block;
    position: relative;
    min-width: 35px;
    min-height: 35px;
    max-width: 35px;
    max-height: 35px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background: #379AE6;
  }
  header .header-wrapper .menu-btn > span {
    position: absolute;
    left: 5.5px;
    height: 3px;
    width: 70%;
    transition: all 0.3s ease 0s;
    background-color: #FFFFFF;
    top: 50%;
    transform: scale(1) translate(0px, -50%);
  }
  header .header-wrapper .menu-btn::before, header .header-wrapper .menu-btn::after {
    content: "";
    position: absolute;
    left: 5.5px;
    height: 3px;
    width: 70%;
    transition: all 0.3s ease 0s;
    background-color: #FFFFFF;
  }
  header .header-wrapper .menu-btn::before {
    top: 9px;
  }
  header .header-wrapper .menu-btn::after {
    bottom: 9px;
  }
  header .header-wrapper .menu-btn._active > span {
    transform: scale(0) translate(0px, -50%);
  }
  header .header-wrapper .menu-btn._active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0px, -50%);
  }
  header .header-wrapper .menu-btn._active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0px, 50%);
  }
  header .popup .popup-body {
    padding: 16px;
  }
  header .popup .popup-body .popup-content {
    width: 100%;
  }
  header .popup .popup-body .popup-content .popup-box {
    padding: 50px 10px 24px 10px;
    position: relative;
  }
  header .popup .popup-body .popup-content .popup-box .popup-close {
    right: 10px;
    top: 10px;
  }
  header .popup .popup-body .popup-content .popup-box .popup-descr {
    gap: 10px;
  }
  header .popup .popup-body .popup-content .popup-box .popup-descr > img.img-big {
    max-width: 268px;
    max-height: 146px;
  }
  header .popup .popup-body .popup-content .popup-box .popup-descr > img.img-small {
    width: 74px;
    height: 64px;
  }
  header .popup .popup-body .popup-content .popup-box .popup-descr > h3 {
    font-size: 1.625rem;
    line-height: 2rem;
  }
  header .popup .popup-body .popup-content .popup-box .popup-descr > p {
    font-size: 0.875rem;
    line-height: 1.125rem;
    max-width: 600px;
  }
  header .popup .popup-body .popup-content .popup-box .popup-descr > a {
    min-height: 42px;
  }
}
footer {
  padding: 96px 0 23px 0;
}
footer .footer-wrapper {
  display: flex;
  flex-direction: column;
}

footer .footer-wrapper .footer-content {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin: 0 0 74px 0;
}
@media (min-width: 768px) and (max-width: 1025px) {
  footer .footer-wrapper .footer-content {
    display: block; 
  }
}



footer .footer-wrapper .footer-content .logo {
  width: 120px;
  height: 55px;
}
footer .footer-wrapper .footer-content .logo > a {
  width: 200px;
  display: inline-block;
}
footer .footer-wrapper .footer-content .logo > a > img {
  width: 200px;
  object-fit: cover;
}
footer .footer-wrapper .footer-content .adress {
  max-width: 272px;
  width: 100%;
}
footer .footer-wrapper .footer-content .adress > p {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #171A1F;
  margin: 0;
}
footer .footer-wrapper .footer-content .adress > p > a {
  transition: color 0.5s ease;
}
footer .footer-wrapper .footer-content .adress > p > a:hover {
  color: #379AE6;
}
footer .footer-wrapper .footer-content .navigane > ul {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
footer .footer-wrapper .footer-content .navigane > ul > li.current-menu-item > a {
  color: #379AE6;
}
footer .footer-wrapper .footer-content .subscribe {
  max-width: 383px;
  width: 100%;
}
footer .footer-wrapper .footer-content .subscribe > h4 {
  font-family: "Archivo", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: left;
  color: #379AE6;
  margin: 0;
}
footer .footer-wrapper .footer-content .subscribe > p {
  font-size: 0.75rem;
  line-height: 1.25rem;
  text-align: left;
  color: #424856;
  margin: 0 0 16px 0;
}
footer .footer-wrapper .footer-content .subscribe .form-box {
  display: flex;
  gap: 1px;
}
footer .footer-wrapper .footer-content .subscribe .form-box .form-input {
  display: flex;
  gap: 6px;
  align-items: center;
  border: 1px solid #BDC1CA;
  padding: 7.5px 12px;
  border-radius: 6px 0 0 6px;
}
footer .footer-wrapper .footer-content .subscribe .form-box .form-input > img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
footer .footer-wrapper .footer-content .subscribe .form-box input {
  border: none;
  outline: none;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 0.875rem;
  text-align: left;
  color: #424856;
  padding: 0;
}
footer .footer-wrapper .footer-content .subscribe .form-box input::placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 0.875rem;
  text-align: left;
  color: #BDC1CA;
}
footer .footer-wrapper .divider {
  width: 100%;
  height: 1px;
  background: #DEE1E6;
}
footer .footer-wrapper .footer-rules {
  margin: 24px 0 0 auto;
  max-width: 695px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
footer .footer-wrapper .footer-rules .privacy-policy > a {
  font-family: Inter;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #424856;
  transition: color 0.5s ease;
}
footer .footer-wrapper .footer-rules .privacy-policy > a:hover {
  color: #379AE6;
}
footer .footer-wrapper .footer-rules .social-media {
  display: flex;
  align-items: center;
  gap: 19px;
}
footer .footer-wrapper .footer-rules .social-media > a {
  display: inline-block;
  width: 19px;
  height: 19px;
  transition: fill 0.5s ease;
}
footer .footer-wrapper .footer-rules .social-media > a > svg {
  width: 19px;
  height: 19px;
  object-fit: contain;
}
footer .footer-wrapper .footer-rules .social-media > a > svg path {
  transition: fill 0.5s ease;
}
footer .footer-wrapper .footer-rules .social-media > a:hover > svg path {
  fill: #000000;
}

@media (min-width: 1025px) and (max-width: 1199px) {
  footer .footer-wrapper .footer-rules {
    max-width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 1025px) {
  footer {
    padding: 60px 0 20px 0;
  }
  footer .footer-wrapper .footer-content {
    margin: 0 0 24px 0;
  }
  footer .footer-wrapper .footer-content .logo {
    width: 100px;
    height: 35px;
  }
  footer .footer-wrapper .footer-content .logo > a {
    width: 100px;
    height: 35px;
  }
  footer .footer-wrapper .footer-content .logo > a > img {
    width: 100px;
    height: 35px;
  }
  footer .footer-wrapper .footer-content .adress {
    max-width: 160px;
  }
  footer .footer-wrapper .footer-content .subscribe {
    max-width: 280px;
  }
  footer .footer-wrapper .footer-content .subscribe > h4 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  footer .footer-wrapper .footer-content .subscribe .form-box .form-input {
    gap: 4px;
    padding: 7.5px 5px;
    max-width: 189px;
  }
  footer .footer-wrapper .footer-content .subscribe .form-box input {
    max-width: 156px;
  }
  footer .footer-wrapper .footer-rules {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 40px 0 20px 0;
  }
  footer .footer-wrapper .footer-content {
    margin: 0 0 24px 0;
    flex-direction: column;
    gap: 24px;
  }
  footer .footer-wrapper .footer-content .logo {
    width: 100px;
    height: 35px;
  }
  footer .footer-wrapper .footer-content .logo > a {
    width: 100px;
    height: 35px;
  }
  footer .footer-wrapper .footer-content .logo > a > img {
    width: 100px;
    height: 35px;
  }
  footer .footer-wrapper .footer-content .adress {
    max-width: 100%;
  }
  footer .footer-wrapper .footer-content .navigane > ul {
    gap: 10px;
  }
  footer .footer-wrapper .footer-content .subscribe {
    max-width: 100%;
  }
  footer .footer-wrapper .footer-content .subscribe .form-box {
    width: 100%;
  }
  footer .footer-wrapper .footer-content .subscribe .form-box .form-input {
    width: 100%;
  }
  footer .footer-wrapper .footer-content .subscribe .form-box input {
    width: 100%;
  }
  footer .footer-wrapper .footer-rules {
    max-width: 100%;
  }
}
.top-banner {
  padding: 35px 0 50px 0;
}
.top-banner .banner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.top-banner .banner-wrapper .banner-info {
  max-width: 515px;
  width: 100%;
}
.top-banner .banner-wrapper .banner-info > h1 {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 4.875rem;
  text-align: left;
  color: #171A1F;
  margin: 0 0 17px 0;
}
.top-banner .banner-wrapper .banner-info > p {
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: left;
  color: #9095A1;
  margin: 0 0 43px 0;
}
.top-banner .banner-wrapper .banner-img {
  max-width: 621px;
  min-width: 531px;
  width: 100%;
}
.top-banner .banner-wrapper .banner-img > img {
  width: 100%;
  height: 100%;
  max-height: 562px;
  object-fit: cover;
  border-radius: 3px;
}

@media (min-width: 767px) and (max-width: 1025px) {
  .top-banner {
    padding: 30px 0 0 0;
  }
  .top-banner .banner-wrapper .banner-info {
    max-width: 350px;
  }
  .top-banner .banner-wrapper .banner-info > h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .top-banner .banner-wrapper .banner-info > p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .top-banner .banner-wrapper .banner-img {
    max-width: 500px;
    min-width: 400px;
  }
  .top-banner .banner-wrapper .banner-img > img {
    max-height: 480px;
  }
}
@media (max-width: 767px) {
  .top-banner {
    padding: 30px 0 0 0;
  }
  .top-banner .banner-wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .top-banner .banner-wrapper .banner-info {
    max-width: 100%;
  }
  .top-banner .banner-wrapper .banner-info > h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .top-banner .banner-wrapper .banner-info > p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 0 24px 0;
  }
  .top-banner .banner-wrapper .banner-img {
    max-width: 100%;
    min-width: auto;
  }
  .top-banner .banner-wrapper .banner-img > img {
    max-height: 360px;
    min-height: 260px;
  }
}
.company {
  margin: 60px 0 0 0 !important;
  padding: 60px 0 0 0;
}
.company .company-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.company .company-wrapper > h2 {
  font-family: "Archivo", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  color: #323743;
  margin: 0 0 17px 0;
}
.company .company-wrapper > p {
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: center;
  color: #565D6D;
  margin: 0 auto 60px auto;
  max-width: 1125px;
}
.company .company-wrapper > img {
  width: 100%;
  object-fit: cover;
  max-height: 835px;
}

@media (min-width: 767px) and (max-width: 1025px) {
  .company {
    margin: 50px 0 0 0 !important;
    padding: 10px 0 0 0;
  }
  .company .company-wrapper > h2 {
    font-size: 1.75rem;
    line-height: 2.375rem;
  }
  .company .company-wrapper > p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin: 0 auto 40px auto;
  }
  .company .company-wrapper > img {
    max-height: 480px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .company {
    margin: 50px 0 0 0 !important;
    padding: 10px 0 0 0;
  }
  .company .company-wrapper > h2 {
    font-size: 1.625rem;
    line-height: 2rem;
  }
  .company .company-wrapper > p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 auto 30px auto;
    max-width: 100%;
  }
  .company .company-wrapper > img {
    object-fit: cover;
    max-height: 500px;
    min-height: 220px;
  }
}
.services {
  margin: 70px 0 6px 0;
  padding: 19px 0 0 0;
}
.services .services-wrapper {
  margin: 0 0 36px 0 !important;
}
.services .services-wrapper > h3 {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  color: #171A1F;
  margin: 0 0 46px 0;
}
.services .services-wrapper > p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-align: center;
  color: #565D6D;
  margin: 0 auto 36px auto;
  max-width: 1101px;
}
.services .services-box {
  background-image: url(../img/content/content-img-3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 0 0 77px 0;
}
.services .services-box .services-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 24px;
}
.services .services-box .services-cards .services-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 24px;
  border: 1px solid #636AE8;
  border-radius: 6px;
  background: #FFFFFF;
}
.services .services-box .services-cards .services-card .services-card-title {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 32px 24px 0 24px;
}
.services .services-box .services-cards .services-card .services-card-title > img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.services .services-box .services-cards .services-card .services-card-title > h6 {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: left;
  color: #171A1F;
  margin: 0;
}
.services .services-box .services-cards .services-card .services-card-descr {
  padding: 0 24px;
  margin-bottom: auto;
}
.services .services-box .services-cards .services-card .services-card-descr > p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-align: left;
  color: #424856;
  margin: 0 0 6px 0;
}
.services .services-box .services-cards .services-card .divider {
  width: 100%;
  height: 5px;
  background: #379AE6;
  border-radius: 0 0 6px 6px;
}
.services .services-link {
  margin: -29px 0 0 0;
}
@media (min-width: 767px) and (max-width: 1025px) {
  .services {
    margin: 50px 0 0 0;
    padding: 10px 0 0 0;
  }
  .services .services-wrapper {
    margin: 0 0 36px 0 !important;
  }
  .services .services-wrapper > h3 {
    font-size: 1.75rem;
    line-height: 2.375rem;
  }
  .services .services-box .services-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .services {
    margin: 50px 0 0 0;
    padding: 10px 0 0 0;
  }
  .services .services-wrapper {
    margin: 0 0 30px 0 !important;
  }
  .services .services-wrapper > h3 {
    font-size: 1.625rem;
    line-height: 2rem;
    margin: 0 0 24px 0;
  }
  .services .services-wrapper > p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 auto 24px auto;
    max-width: 100%;
  }
  .services .services-box {
    padding: 0 0 57px 0;
  }
  .services .services-box .services-cards {
    grid-template-columns: repeat(1, 1fr);
  }
  .services .services-box .services-cards .services-card {
    gap: 16px;
  }
  .services .services-box .services-cards .services-card .services-card-title {
    gap: 8px;
    padding: 24px 16px 0 16px;
    align-items: flex-start;
  }
  .services .services-box .services-cards .services-card .services-card-title > img {
    width: 20px;
    height: 20px;
  }
  .services .services-box .services-cards .services-card .services-card-title > h6 {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
  .services .services-box .services-cards .services-card .services-card-descr {
    padding: 0 16px;
  }
  .services .services-box .services-cards .services-card .services-card-descr > p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .services .services-link {
    margin: -15px 0 0 0;
  }
}
.for-whom {
  margin: 80px 0 84px 0;
  padding: 40px 0 0 0;
}
.for-whom .for-whom-wrapper > h3 {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  color: #424856;
  margin: 0 0 7px 0;
}
.for-whom .for-whom-wrapper > p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-align: left;
  color: #424856;
  margin: 0 0 12px 0;
  max-width: 1140px;
}
.for-whom .for-whom-wrapper > p > b {
  font-weight: 500;
}
.for-whom .for-whom-wrapper .cards-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 24px;
  margin: 39px 0 67px 0;
}
.for-whom .for-whom-wrapper .cards-box .cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
.for-whom .for-whom-wrapper .cards-box .cards .card {
  box-shadow: 0px 2px 5px 0px rgba(23, 26, 31, 0.09), 0px 0px 2px 0px rgba(23, 26, 31, 0.12);
  border-radius: 6px;
  padding: 24px;
  background: #FFFFFF;
}
.for-whom .for-whom-wrapper .cards-box .cards .card .card-img {
  border-radius: 6px;
  margin: 0 0 12px 0;
}
.for-whom .for-whom-wrapper .cards-box .cards .card .card-img > img {
  width: 100%;
  max-height: 301px;
  min-height: 301px;
  border-radius: 6px;
  object-fit: cover;
}
.for-whom .for-whom-wrapper .cards-box .cards .card .card-descr > h5 {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-align: left;
  color: #171A1F;
  margin: 0 0 8px 0;
}
.for-whom .for-whom-wrapper .cards-box .cards .card .card-descr > p {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #323743;
  margin: 0 0 10px 0;
}
.for-whom .for-whom-wrapper .cards-box .cards .card .card-descr > p > b {
  font-weight: 700;
}
.for-whom .for-whom-wrapper .cards-box .cards .card .card-descr > p:last-child {
  margin: 0;
}
.for-whom .for-whom-wrapper .cards-box .cards:nth-child(odd) .card:nth-child(even) .card-img {
  display: none;
}
.for-whom .for-whom-wrapper .cards-box .cards:nth-child(odd) .card:nth-child(even) .card-descr > p {
  color: #6F7787;
  margin: 0;
}
.for-whom .for-whom-wrapper .cards-box .cards:nth-child(even) .card:nth-child(odd) .card-img {
  display: none;
}
.for-whom .for-whom-wrapper .cards-box .cards:nth-child(even) .card:nth-child(odd) .card-descr > p {
  color: #6F7787;
  margin: 0;
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .for-whom .for-whom-wrapper .cards-box .cards .card .card-img > img {
    max-height: 211px;
    min-height: 211px;
  }
}
@media (min-width: 767px) and (max-width: 1025px) {
  .for-whom {
    margin: 50px 0 25px 0;
    padding: 10px 0 0 0;
  }
  .for-whom .for-whom-wrapper > h3 {
    font-size: 1.75rem;
    line-height: 2.375rem;
  }
  .for-whom .for-whom-wrapper .cards-box {
    gap: 16px;
  }
  .for-whom .for-whom-wrapper .cards-box .cards {
    gap: 16px;
  }
  .for-whom .for-whom-wrapper .cards-box .cards .card {
    padding: 10px;
  }
  .for-whom .for-whom-wrapper .cards-box .cards .card .card-img > img {
    max-height: 161px;
    min-height: 161px;
  }
}
@media (max-width: 767px) {
  .for-whom {
    margin: 50px 0 25px 0;
    padding: 10px 0 0 0;
  }
  .for-whom .for-whom-wrapper > h3 {
    font-size: 1.625rem;
    line-height: 2rem;
  }
  .for-whom .for-whom-wrapper > p {
    font-size: 1rem;
    line-height: 1.5rem;
    max-width: 100%;
  }
  .for-whom .for-whom-wrapper .cards-box {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
    margin: 24px 0;
  }
  .for-whom .for-whom-wrapper .cards-box .cards {
    gap: 24px;
    display: flex;
    flex-direction: column;
  }
  .for-whom .for-whom-wrapper .cards-box .cards .card {
    padding: 10px;
  }
  .for-whom .for-whom-wrapper .cards-box .cards .card .card-img {
    margin: 0 0 10px 0;
  }
  .for-whom .for-whom-wrapper .cards-box .cards .card .card-img > img {
    max-height: 201px;
    min-height: 201px;
  }
  .for-whom .for-whom-wrapper .cards-box .cards .card .card-descr > h5 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .for-whom .for-whom-wrapper .cards-box .cards:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.testimonials {
  background: #F8F9FA;
}
.testimonials .testimonials-wrapper {
  padding: 112px 0;
}
.testimonials .testimonials-wrapper h3 {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  color: #424856;
  margin: 0 0 61px 0;
}
.testimonials .testimonials-wrapper .testimonials-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 70px;
}
.testimonials .testimonials-wrapper .testimonials-cards .card .card-title {
  margin: 0 0 16px 0;
}
.testimonials .testimonials-wrapper .testimonials-cards .card .card-title .card-title-row {
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonials .testimonials-wrapper .testimonials-cards .card .card-title .card-title-row .card-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.testimonials .testimonials-wrapper .testimonials-cards .card .card-title .card-title-row .card-img > img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.testimonials .testimonials-wrapper .testimonials-cards .card .card-title .card-title-row .card-name > p {
  font-size: 1rem;
  line-height: 1.625rem;
  text-align: left;
  color: #171A1F;
  margin: 0;
}
.testimonials .testimonials-wrapper .testimonials-cards .card .card-title .card-title-row .card-name > p > b {
  font-weight: 700;
}
.testimonials .testimonials-wrapper .testimonials-cards .card .card-title .card-title-row .card-name .rate {
  display: flex;
  align-items: center;
  gap: 6px;
}
.testimonials .testimonials-wrapper .testimonials-cards .card .card-title .card-title-row .card-name .rate > img {
  width: 20px;
  height: 20px;
  object-fit: cover;
}
.testimonials .testimonials-wrapper .testimonials-cards .card .card-descr > p {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #171A1F;
  margin: 0 0 16px 0;
}

@media (min-width: 767px) and (max-width: 1025px) {
  .testimonials .testimonials-wrapper {
    padding: 60px 0;
  }
  .testimonials .testimonials-wrapper h3 {
    font-size: 1.75rem;
    line-height: 2.375rem;
  }
  .testimonials .testimonials-wrapper .testimonials-cards {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .testimonials .testimonials-wrapper {
    padding: 40px 0;
  }
  .testimonials .testimonials-wrapper h3 {
    font-size: 1.625rem;
    line-height: 2rem;
    margin: 0 0 36px 0;
  }
  .testimonials .testimonials-wrapper .testimonials-cards {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
    gap: 24px;
  }
  .testimonials .testimonials-wrapper .testimonials-cards .card .card-title .card-title-row {
    gap: 16px;
  }
  .testimonials .testimonials-wrapper .testimonials-cards .card .card-title .card-title-row .card-img {
    width: 45px;
    height: 45px;
  }
  .testimonials .testimonials-wrapper .testimonials-cards .card .card-title .card-title-row .card-img > img {
    width: 45px;
    height: 45px;
  }
  .testimonials .testimonials-wrapper .testimonials-cards .card .card-title .card-title-row .card-name > p {
    line-height: 1.5rem;
  }
  .testimonials .testimonials-wrapper .testimonials-cards .card .card-title .card-title-row .card-name .rate > img {
    width: 17px;
    height: 17px;
  }
}
.contact-us {
  padding: 25px 0 61px 0;
}
.contact-us h3 {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  color: #171A1F;
  margin: 0 0 22px 0;
}
.contact-us .contact-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.contact-us .contact-wrapper .contact-img {
  max-width: 548px;
  width: 100%;
  border-radius: 12px;
  max-height: 644px;
}
.contact-us .contact-wrapper .contact-img > img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  max-height: 644px;
  height: 100%;
}
.contact-us .contact-wrapper .contact-info {
  max-width: 628px;
  width: 100%;
}
.contact-us .contact-wrapper .contact-info .form-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contact-us .contact-wrapper .contact-info .form-box form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contact-us .contact-wrapper .contact-info .form-box form span {
  margin: 1px 0 3px 0;
  display: block;
}
.contact-us .contact-wrapper .contact-info .form-box form span[data-name=your-textarea] {
  margin: 10px 0 14px 0;
}
.contact-us .contact-wrapper .contact-info .form-box form .wpcf7-not-valid-tip {
  font-size: 0.875rem;
  margin: 5px 0 0 0 !important;
  color: #FB0E0E;
}
.contact-us .contact-wrapper .contact-info .form-box form .wpcf7-response-output {
  margin: 10px 0 0 0;
  padding: 10px;
  font-size: 0.875rem;
  line-height: 1.125rem;
  border-radius: 6px;
  border-color: #FB0E0E;
}
.contact-us .contact-wrapper .contact-info .form-box form.sent .wpcf7-response-output {
  border-color: #2DE379;
}
.contact-us .contact-wrapper .contact-info .form-box form .form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 0 0 3px 0;
}
.contact-us .contact-wrapper .contact-info .form-box form .form-row .form-column {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.contact-us .contact-wrapper .contact-info .form-box form label {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-align: left;
  color: #424856;
  width: 100%;
  display: flex;
}
.contact-us .contact-wrapper .contact-info .form-box form label > span {
  color: #FB0E0E;
}
.contact-us .contact-wrapper .contact-info .form-box form input {
  border-radius: 6px;
  border: 1px solid #BDC1CA;
  width: 100%;
  outline: none;
  padding: 5px 20px;
  height: 51px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.125rem;
  text-align: left;
  color: #424856;
  margin: 1px 0 3px 0;
}
.contact-us .contact-wrapper .contact-info .form-box form input::placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.125rem;
  text-align: left;
  color: #BDC1CA;
}
.contact-us .contact-wrapper .contact-info .form-box form select {
  border-radius: 6px;
  border: 1px solid #BDC1CA;
  width: 100%;
  height: 51px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.125rem;
  text-align: left;
  color: #BDC1CA;
  margin: 1px 0 0 0;
  padding: 5px 40px 5px 20px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  overflow: hidden;
  background: url(../img/svg/select-arrow.svg) no-repeat right #FFFFFF;
  background-position-x: calc(100% - 20px);
  cursor: pointer;
  outline: none;
}
.contact-us .contact-wrapper .contact-info .form-box form textarea {
  border-radius: 6px;
  border: 1px solid #BDC1CA;
  max-width: 628px;
  min-width: 628px;
  width: 100%;
  outline: none;
  padding: 12px 16px;
  min-height: 153px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.125rem;
  text-align: left;
  color: #424856;
  margin: 10px 0 14px 0;
}
.contact-us .contact-wrapper .contact-info .form-box form textarea::placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.125rem;
  text-align: left;
  color: #BDC1CA;
}
.contact-us .contact-wrapper .contact-info .form-box form button {
  width: 100%;
  min-width: auto;
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .contact-us .contact-wrapper .contact-info {
    max-width: 530px;
  }
  .contact-us .contact-wrapper .contact-info .form-box form textarea {
    max-width: 530px;
    min-width: 530px;
  }
}
@media (min-width: 767px) and (max-width: 1025px) {
  .contact-us {
    padding: 30px 0 0 0;
  }
  .contact-us h3 {
    font-size: 1.75rem;
    line-height: 2.375rem;
  }
  .contact-us .contact-wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .contact-us .contact-wrapper .contact-img {
    max-width: 100%;
    max-height: 444px;
  }
  .contact-us .contact-wrapper .contact-img > img {
    max-height: 444px;
  }
  .contact-us .contact-wrapper .contact-info {
    max-width: 100%;
  }
  .contact-us .contact-wrapper .contact-info .form-box form textarea {
    max-width: 100%;
    min-width: auto;
  }
}
@media (max-width: 767px) {
  .contact-us {
    padding: 30px 0 0 0;
  }
  .contact-us h3 {
    font-size: 1.625rem;
    line-height: 2rem;
  }
  .contact-us .contact-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .contact-us .contact-wrapper .contact-img {
    max-width: 100%;
    max-height: 260px;
  }
  .contact-us .contact-wrapper .contact-img > img {
    max-height: 260px;
  }
  .contact-us .contact-wrapper .contact-info {
    max-width: 100%;
  }
  .contact-us .contact-wrapper .contact-info .form-box form .form-row {
    grid-template-columns: repeat(1, 1fr);
    gap: 3px;
  }
  .contact-us .contact-wrapper .contact-info .form-box form label {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .contact-us .contact-wrapper .contact-info .form-box form input {
    padding: 5px 10px;
    height: 41px;
    font-size: 1rem;
    line-height: 1rem;
  }
  .contact-us .contact-wrapper .contact-info .form-box form input::placeholder {
    font-size: 1rem;
    line-height: 1rem;
  }
  .contact-us .contact-wrapper .contact-info .form-box form select {
    height: 41px;
    font-size: 1rem;
    line-height: 1rem;
    padding: 5px 30px 5px 10px;
    background-position-x: calc(100% - 10px);
  }
  .contact-us .contact-wrapper .contact-info .form-box form textarea {
    max-width: 100%;
    min-width: auto;
    padding: 12px 10px;
    min-height: 140px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .contact-us .contact-wrapper .contact-info .form-box form textarea::placeholder {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}


.subscribe {
  display: flex;
  flex-direction: column; 
  justify-content: flex-end; 
  height: 200px; 
}


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