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

.svg-sprite {
  position: absolute;
  left: -9999px;
  top: -9999px;
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  flex-shrink: 0;
}

html,
body {
  display: flex;
  flex-direction: column;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
  font-size: 62.5%;
  line-height: 1.15;
}

html.behavior-auto {
  scroll-behavior: auto;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  min-width: 320px;
  min-height: calc(100vh + 1px);
  margin: 0;
  background: var(--white-color);
  color: var(--main-color);
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  line-height: 42px;
  font-weight: 500;
}

html.is-noscroll body {
  position: fixed !important;
  left: 0;
  right: 0;
  margin-right: var(--scrollbarWidth);
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  color: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:active,
:focus:not(:focus-visible) {
  outline: none;
}

img {
  vertical-align: middle;
  border: none;
  max-width: 100%;
  height: auto;
}

.form-checkbox {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.form-checkbox label {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  column-gap: 18px;
  padding: 3px 0;
}

.form-checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #575757;
  background: var(--input-bg);
  position: relative;
}

.form-checkbox input:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.15s ease-in-out;
  width: 8px;
  height: 5px;
  margin: 3px 0 0 2px;
  border-style: solid;
  border-color: var(--accent-color);
  border-width: 0 0 2px 2px;
  opacity: 0;
  transform: rotate(-45deg);
}

.form-checkbox input:checked:before {
  opacity: 1;
}

.form-control {
  display: block;
  width: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0;
  outline: 0;
  transition: all 0.2s;
  font-weight: 400;
  font-size: 14px;
  line-height: 38px;
  padding: 0 12px;
  height: 36px;
  background: var(--input-bg);
  color: var(--main-color);
}

textarea.form-control {
  border-radius: 0;
  height: 91px !important;
  min-height: 91px !important;
  border: none !important;
}

.form-control:focus,
.form-checkbox input:focus {
  outline-color: rgba(32, 76, 229, 0.65);
  outline-offset: 1px;
  outline-style: solid;
  outline-width: 3px;
}

.required-star {
  font-weight: 600;
  color: #e14d4e;
}

a {
  color: currentColor;
  text-decoration: none;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--black-color);
  margin: 0 0 30px;
  text-rendering: optimizelegibility;
}

h1 a,
h2 a,
h3 a,
h4 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a {
  color: currentcolor;
}

h1,
.h1 {
  font-size: 66px;
  line-height: 80px;
}

h2,
.h2 {
  font-size: 42px;
  line-height: 55px;
}

h3,
.h3 {
  font-size: 36px;
  line-height: 55px;
}

h4,
.h4 {
  font-size: 21px;
  line-height: 42px;
}

@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 52px;
    line-height: 58px;
  }

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

@media (max-width: 991px) {
  body {
    font-size: 18px;
    line-height: 32px;
  }

  h1,
  .h1 {
    font-size: 42px;
  }

  h2,
  .h2 {
    font-size: 36px;
  }

  h3,
  .h3 {
    font-size: 24px;
    line-height: 32px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 36px;
    line-height: 42px;
  }

  h2,
  .h2 {
    font-size: 32px;
    line-height: 42px;
  }
}

:where(p) {
  margin: 0 0 1.2em;
}

:where(p:last-of-type) {
  margin-bottom: 0;
}

:where(p:last-of-type) + h1,
:where(p:last-of-type) + h2,
:where(p:last-of-type) + h3,
:where(p:last-of-type) + h4,
:where(p:last-of-type) + h5,
:where(p:last-of-type) + h6 {
  margin-top: 1.2em;
}

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

.text strong {
  font-weight: 500;
}

.text a {
  color: var(--link-color);
  transition: all 0.5s;
}

.text a:hover {
  color: var(--accent2-color);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  width: auto;
  max-width: 100%;
  border-width: 0;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 0.5px;
  clip-path: polygon(30px 0%, 100% 0, 100% 100%, 0 100%, 0% 40%);
  padding: 6px 29px;
  font-size: 24px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 50px;
  color: var(--accent2-color);
  background-color: var(--accent-color);
  transition: all 0.5s;
}

.btn:hover {
  color: var(--accent-color);
  background-color: var(--accent2-color);
}

.btn_block {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn[disabled],
.btn.is-disabled {
  opacity: 0.55;
  cursor: default;
  cursor: not-allowed;
}

.link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  padding: 0;
  border: none;
  background: none;
  transition: 0.5s;
  letter-spacing: 0.5px;
  color: var(--white-color);
  border-bottom: 1px solid var(--link2-color);
}

.link:hover {
  color: var(--link2-color);
}

@media (max-width: 767px) {
  .link {
    font-size: 16px;
    line-height: 24px;
  }
}

.divider {
  height: 20px;
  position: relative;
  z-index: 10;
  pointer-events: none;
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.divider._top {
  background-position: center bottom;
  margin-top: -20px;
}

.divider._bottom {
  background-position: center top;
  margin-bottom: -20px;
}

@media (max-width: 478px) {
  .divider {
    height: 10px;
  }

  .divider._top {
    margin-top: -10px;
  }

  .divider._bottom {
    margin-bottom: -10px;
  }
}

.divider._top._dark {
  background-image: url("../images/divider-top-dark.png");
}

.divider._bottom._dark {
  background-image: url("../images/divider-bottom-dark.png");
}

.divider._top._light {
  background-image: url("../images/divider-top-light.png");
}

.divider._bottom._light {
  background-image: url("../images/divider-bottom-light.png");
}

.divider._top._beige {
  background-image: url("../images/divider-top-beige.png");
}

.divider._bottom._beige {
  background-image: url("../images/divider-bottom-beige.png");
}

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

.header {
  left: 0;
  right: 0;
  top: 0;
  z-index: 998;
  position: sticky;
}

@media (min-width: 768px) {
  .header {
    position: relative;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url("../images/Worn-edge-1.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 20px 46px;
  z-index: 99999;
  transition: background-position 0.5s ease-in-out;
}

html:not(.is-scrolled) .home-page .header__inner {
  background-position: bottom 150px center;
}

@media (min-width: 1680px) {
  .header__inner {
    padding: 32px 52px 44px 54px;
  }
}

@media (max-width: 1199px) {
  .header__inner {
    padding-right: 22px;
    padding-left: 22px;
  }
}

@media (max-width: 767px) {
  .header__inner {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.header__logo {
  max-width: 67%;
}

.menu-btn {
  flex-shrink: 0;
  border: none;
  padding: 0;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--input-bg);
}

.menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--black-color);
  color: var(--white-color);
  padding: 30px;
  overflow: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}

html.is-menu-open .menu {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .menu {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.menu-close {
  position: fixed;
  right: 55px;
  top: 40px;
  height: 22px;
  width: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  color: var(--input-bg);
  transition: all 0.5s;
}

@media (max-width: 991px) {
  .menu-close {
    right: 20px;
    top: 20px;
  }
}

.menu-content {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1003px;
  padding-right: 16px;
  padding-left: 16px;
  margin: auto;
}

@media (max-width: 991px) {
  .menu-content {
    column-gap: 20px;
  }
}

@media (max-width: 767px) {
  .menu-content {
    flex-direction: column;
    row-gap: 40px;
    padding-right: 0;
    padding-left: 0;
    align-items: stretch;
  }
}

.menu-aside {
  width: 32%;
  margin-right: 20px;
}

@media (max-width: 991px) {
  .menu-aside {
    width: 22%;
  }
}

@media (max-width: 767px) {
  .menu-aside {
    width: 100%;
    margin-right: 0;
  }
}

.menu-image {
  display: block;
}

@media (max-width: 767px) {
  .menu-image {
    width: 120px;
  }
}

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

.menu-main {
  width: 68%;
  position: relative;
}

@media (max-width: 991px) {
  .menu-main {
    width: 78%;
  }
}

@media (max-width: 767px) {
  .menu-main {
    width: 100%;
  }
}

.menu-main nav {
  padding-left: 50px;
  width: 250px;
}

@media (max-width: 767px) {
  .menu-main nav {
    padding-left: 0;
    width: 100%;
  }
}

.menu-main nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-main nav a {
  color: inherit;
  text-decoration: none;
  transition: all 0.5s;
}

.menu-main nav a:hover {
  color: var(--accent-color);
}

.menu-main nav > ul {
  display: flex;
  flex-direction: column;
  row-gap: 22px;
}

@media (max-width: 767px) {
  .menu-main nav > ul {
    row-gap: 16px;
  }
}

.menu-main nav > ul > li > a {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
  white-space: nowrap;
  transition: all 1s;
}

@media (max-width: 767px) {
  .menu-main nav > ul > li > a {
    font-size: 21px;
    font-weight: 600;
  }
}

.menu-main nav > ul > li > a button {
  flex-shrink: 0;
  border: none;
  background: none;
  padding: 0;
  margin-left: 10px;
  color: var(--white-color);
  width: 19px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-main nav > ul > li > a button .icon {
  display: block;
}

.menu-main nav > ul > li > ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 34px;
}

@media (min-width: 768px) {
  .menu-main nav > ul > li > a {
    padding-right: 34px;
  }

  .menu-main nav > ul > li:hover > a {
    color: var(--accent-color);
    transform: translateX(34px);
  }

  .menu-main nav > ul > li > ul {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 250px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
  }

  .menu-main nav > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
}

.menu-main nav > ul > li > ul > li > a {
  display: block;
  font-family: "Jost", sans-serif;
  font-weight: bold;
}

.menu-main nav > ul > li > ul > li > ul {
  margin-left: 20px;
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .menu-main nav > ul > li > ul {
    row-gap: 16px;
    margin-left: 20px;
  }

  .menu-main nav > ul > li:not(.is-open) > a button {
    transform: rotate(90deg);
  }

  .menu-main nav > ul > li:not(.is-open) > ul {
    display: none;
  }

  .menu-main nav > ul > li > ul > li > a {
    font-weight: 600;
  }
}

.footer {
  background-color: var(--black-color);
}

.footer__section {
  color: var(--white-color);
  padding-top: 70px;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  .footer__section {
    padding-top: 60px;
  }
}

@media (max-width: 478px) {
  .footer__section {
    padding-bottom: 26px;
  }
}

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

.footer__section a:hover {
  color: var(--accent-color);
}

.footer__container {
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  display: flex;
  column-gap: 10px;
}

@media (min-width: 1680px) {
  .footer__container {
    padding-right: 100px;
    padding-left: 100px;
    column-gap: 40px;
  }
}

@media (max-width: 1199px) {
  .footer__container {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (max-width: 991px) {
  .footer__container {
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 3px;
  }
}

@media (max-width: 767px) {
  .footer__container {
    flex-direction: column;
    row-gap: 10px;
  }
}

.footer__container > * {
  display: flex;
  flex-direction: column;
}

.footer__col-1 {
  width: 20%;
}

@media (min-width: 1680px) {
  .footer__col-1 {
    width: 30%;
  }
}

@media (max-width: 991px) {
  .footer__col-1 {
    width: 100%;
    align-items: center;
  }
}

@media (max-width: 478px) {
  .footer__col-1 {
    margin-bottom: 8px;
  }
}

.footer__col-2 {
  row-gap: 15px;
  align-items: flex-end;
  width: 17%;
  margin-top: 12px;
}

@media (min-width: 1680px) {
  .footer__col-2 {
    width: 20%;
    margin-top: 18px;
  }
}

@media (max-width: 991px) {
  .footer__col-2 {
    width: 21.33%;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .footer__col-2 {
    width: 100%;
    align-items: center;
    row-gap: 0;
  }
}

.footer__col-3 {
  align-items: flex-end;
  width: 29%;
  margin-top: 12px;
  row-gap: 15px;
}

@media (min-width: 1680px) {
  .footer__col-3 {
    width: 20%;
    margin-top: 18px;
  }
}

@media (max-width: 991px) {
  .footer__col-3 {
    width: 39.33%;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .footer__col-3 {
    width: 100%;
    align-items: center;
    row-gap: 0;
  }
}

.footer__col-4 {
  align-items: flex-end;
  width: 30%;
  margin-top: 12px;
  margin-right: 23px;
  row-gap: 15px;
}

@media (min-width: 1680px) {
  .footer__col-4 {
    width: 20%;
    margin-top: 18px;
  }
}

@media (max-width: 991px) {
  .footer__col-4 {
    width: 35.33%;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .footer__col-4 {
    width: 100%;
    align-items: center;
    row-gap: 0;
    margin: 0;
  }
}

.footer__col-5 {
  align-items: flex-end;
  width: 4%;
  margin-top: 22px;
}

@media (min-width: 1680px) {
  .footer__col-5 {
    width: 10%;
    margin-top: 29px;
  }
}

@media (max-width: 991px) {
  .footer__col-5 {
    width: 100%;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .footer__col-5 {
    width: 100%;
    align-items: center;
  }
}

@media (max-width: 478px) {
  .footer__col-5 {
    margin-top: 18px;
  }
}

@media (max-width: 1199px) {
  .footer__logo {
    width: 100%;
    max-width: 140px;
  }
}

@media (max-width: 478px) {
  .footer__logo {
    max-width: 100px;
  }
}

.footer__logo img {
  display: block;
  height: auto;
  width: auto;
}

.footer h4 {
  color: inherit;
  font-family: inherit;
  font-size: 21px;
  line-height: 42px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 478px) {
  .footer h4 {
    font-weight: 600;
  }
}

@media (max-width: 991px) {
  .footer h4 {
    font-size: 20px;
  }
}

.footer-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.footer-menu a {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  text-align: right;
  font-size: 18px;
  line-height: 42px;
  font-weight: 500;
}

@media (max-width: 991px) {
  .footer-menu a {
    justify-content: flex-start;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .footer-menu a {
    justify-content: center;
    text-align: center;
  }
}

.social-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

@media (max-width: 991px) {
  .social-menu ul {
    flex-direction: row;
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .social-menu ul {
    flex-direction: row;
    gap: 21px;
  }
}

.social-menu li,
.social-menu a {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 5px;
  justify-content: center;
}

.social-menu li {
  margin-bottom: 8px;
}

.social-menu a {
  gap: 0;
}

.social-menu a .icon {
  font-size: 32px;
  line-height: unset;
}

.footer__bottom {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-top: 40px;
}

@media (min-width: 1680px) {
  .footer__bottom {
    margin-top: 75px;
  }
}

@media (max-width: 767px) {
  .footer__bottom {
    margin-top: 10px;
  }
}

@media (max-width: 478px) {
  .footer__bottom {
    line-height: 20px;
    margin-top: 20px;
  }
}

.footer__form-section {
  background-image: url("../images/form-bg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.footer__form-container {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.footer__form-block {
  width: 54.2%;
  margin-left: auto;
}

@media (max-width: 991px) {
  .footer__form-block {
    width: 80.2%;
  }
}

@media (max-width: 767px) {
  .footer__form-block {
    width: 100%;
  }
}

.footer-form {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.8) 100%);
  backdrop-filter: blur(7.5px);
  color: var(--white-color);
  padding-top: 80px;
  padding-right: 40px;
  padding-bottom: 12px;
  padding-left: 40px;
}

@media (min-width: 1680px) {
  .footer-form {
    padding-top: 85px;
    padding-right: 99px;
    padding-bottom: 12px;
    padding-left: 80px;
  }
}

@media (max-width: 767px) {
  .footer-form {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.footer-form h2 {
  color: inherit;
  font-size: 32px;
  line-height: 53px;
  margin: 0;
}

@media (min-width: 1680px) {
  .footer-form h2 {
    font-size: 42px;
  }
}

@media (max-width: 478px) {
  .footer-form h2 {
    line-height: 38px;
  }
}

.footer-form__head-text {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 8px;
  padding-bottom: 25px;
}

.footer-form__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-block-start: 24px;
}

.footer-form__footer .btn {
  padding: 12px 24px 12px 30px;
  text-transform: uppercase;
  width: 100%;
  max-width: 212px;
  margin-left: auto;
}

.footer-form__fields {
  display: flex;
  flex-direction: column;
  row-gap: 21px;
}

.footer-form__field {
  line-height: 1.43;
}

@media (min-width: 640px) {
  .footer-form__fields-row {
    display: flex;
    column-gap: 12px;
  }

  .footer-form__fields-row > .footer-form__field {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 1px;
  }
}

.footer-form__field-label {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.footer-form__checkboxes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}

.footer-form__checkboxes > * {
  width: 100%;
  max-width: 39%;
}

@media (max-width: 767px) {
  .footer-form__checkboxes > * {
    max-width: 100%;
  }
}

.footer-form__field-description {
  margin-block-start: 8px;
  font-family: "Jost", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
}

.content {
  flex-grow: 1;
  min-height: 1px;
}

.content > :first-child {
  margin-top: -10px;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 478px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section-header {
  margin-bottom: 50px;
}

.section-header h2 {
  text-align: center;
}

.text-block,
.text-block-center {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.text-block {
  max-width: 950px;
}

.text-block > *,
.text-block-center > * {
  margin: 0;
}

.text-block h2 {
  max-width: 700px;
}

.text-block-center h2 {
  text-align: center;
}

.text-block-footer {
  text-align: center;
  margin-top: 15px;
}

.light-bg {
  background-color: var(--light-bg);
}

.dark-bg {
  background-color: var(--black-color);
  color: var(--white-color);
}

.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg .h1,
.dark-bg .h2,
.dark-bg .h3,
.dark-bg .h4 {
  color: inherit;
}

.beige-bg {
  background-color: var(--beige-bg);
}

.logo-bg {
  background-image: url("../images/RSM-Icon-Green-4-1.png");
  background-position: center right;
  background-size: auto;
  background-repeat: no-repeat;
}

.section-with-image.logo-bg {
  background-position: right bottom;
}

.section-with-image .container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.section-with-image__aside {
  width: 30%;
}

.section-with-image__aside img {
  width: 100%;
  max-width: 506px;
}

.section-with-image__content {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  width: 70%;
  padding: 60px 50px;
}

.section-with-image__content > * {
  margin: 0;
}

@media (min-width: 1680px) {
  .section-with-image .container {
    align-items: center;
  }

  .section-with-image__content {
    row-gap: 48px;
    padding: 60px 210px 60px 70px;
  }
}

@media (max-width: 767px) {
  .section-with-image .container {
    flex-direction: column;
  }

  .section-with-image__aside {
    width: 100%;
  }

  .section-with-image__aside img {
    max-width: 100%;
    max-height: 400px;
    object-fit: cover;
  }

  .section-with-image__content {
    width: 100%;
    padding: 30px 16px 40px;
  }
}

@media (max-width: 478px) {
  .section-with-image__content h1,
  .section-with-image__content .h1 {
    font-size: 28px;
  }
}

.col-section__header {
  margin-bottom: 80px;
}

.col-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
}

.col-list__item {
  flex: 0 0 auto;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
}

.col-list__item:before {
  content: "";
  display: block;
  width: 35px;
  height: 45px;
  margin-top: 5px;
  flex-shrink: 0;
  background-image: url("../images/mark.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.col-list__item-inner {
  flex-grow: 1;
  min-width: 1px;
}

.col-list__item h3 {
  margin: 0;
}

.col-list__item .text {
  max-width: 610px;
  margin: 14px 0 20px;
}

@media (min-width: 768px) {
  .col-list__item:nth-child(even) {
    text-align: right;
    margin-top: 150px;
  }

  .col-list__item:nth-child(even):before {
    order: 1;
  }

  .col-list__item:nth-child(even) .text {
    margin-left: auto;
  }
}

@media (max-width: 991px) {
  .col-list__item:before {
    width: 20px;
    height: 36px;
    margin-top: 0;
  }

  .col-list__item .text {
    font-size: 18px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  .col-section__header {
    margin-bottom: 60px;
  }

  .col-list {
    row-gap: 30px;
  }

  .col-list__item {
    width: 100%;
  }
}

.number-section .section-header {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .number-section .section-header {
    margin-bottom: 60px;
  }
}

.number-list {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

@media (max-width: 767px) {
  .number-list {
    flex-wrap: wrap;
    row-gap: 50px;
  }
}

@media (max-width: 478px) {
  .number-list {
    row-gap: 70px;
  }
}

.number-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.number-list__item h3 {
  margin: 0;
  max-width: 350px;
  font-size: 32px;
  line-height: 45px;
}

@media (max-width: 991px) {
  .number-list__item h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

.number-list__item .text {
  max-width: 320px;
  margin: 22px 0 40px;
  line-height: 1.67;
}

@media (max-width: 767px) {
  .number-list__item .text {
    margin-bottom: 10px;
  }
}

.number-list__num-block {
  position: relative;
  max-width: 288px;
  width: 100%;
  background: url("../images/Green-Rectangle-1.svg") 0 0 no-repeat;
  background-size: contain;
}

.number-list__num-block:before {
  content: "";
  display: block;
  padding-top: calc(245 * 100% / 288);
}

.number-list__num-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.number-list__num {
  font-size: 70px;
  line-height: 1;
  font-weight: bold;
  white-space: nowrap;
  color: var(--black-color);
}

.number-list__num strong {
  font-weight: bold;
}

@media (max-width: 991px) {
  .number-list__num {
    font-size: 50px;
  }
}

.faqs-section {
  background-image: url("../images/Automotive-2-1024x592.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 190px;
  padding-bottom: 110px;
}

.faqs-section h2 {
  text-align: center;
  margin-bottom: 50px;
}

.faqs {
  display: flex;
}

.faqs__header {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 20px;
  width: 60%;
  padding-right: 150px;
}

.faqs__title {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: right;
  cursor: pointer;
}

.faqs__title:not(.is-active) {
  color: #bbb;
}

.faqs__title.is-active {
  margin-right: -32px;
}

.faqs__title.is-active:after {
  content: "";
  position: absolute;
  right: -52px;
  top: 0;
  width: 35px;
  height: 45px;
  background-image: url("../images/mark.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.faqs__content {
  width: 40%;
  margin-top: -100px;
}

.faqs__item {
  font-weight: 500;
}

.faqs__item:not(.is-active) {
  display: none;
}

@media (min-width: 1680px) {
  .faqs__content {
    margin-top: 0;
  }
}

@media (max-width: 1199px) {
  .faqs-section {
    padding-top: 120px;
  }

  .faqs__header {
    padding-right: 100px;
    row-gap: 10px;
  }

  .faqs__title {
    margin-right: -31px !important;
    font-size: 26px;
  }

  .faqs__content {
    margin-top: 0;
    margin-left: 20px;
  }

  .faqs__item {
    font-size: 18px;
    line-height: 36px;
  }
}

@media (max-width: 767px) {
  .faqs {
    flex-direction: column;
  }

  .faqs__header {
    width: 100%;
    align-self: flex-start !important;
    align-items: flex-start;
    padding-right: 0;
    text-align: left;
  }

  .faqs__title {
    margin-right: 0 !important;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 22px;
    text-align: left;
  }

  .faqs__title.is-active {
    background-color: var(--accent2-color);
    color: var(--accent-color);
  }

  .faqs__title.is-active:after {
    display: none;
  }

  .faqs__content {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
}

@media (max-width: 478px) {
  .faqs__title {
    font-size: 20px;
    line-height: 30px;
  }
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 5px !important;
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.44) !important;
}

.swiper-pagination-bullet-active {
  background-color: #a93f40 !important;
}

.services {
  overflow: hidden;
}

.services .swiper {
  margin: 0 -6px 0 -7px;
}

.services .swiper-wrapper {
  height: auto;
  row-gap: 13px;
}

.services .swiper-slide {
  display: flex;
  height: auto;
  padding: 0 6px 0 7px;
}

.services .swiper-pagination {
  position: static;
  line-height: 0;
  margin-top: 25px;
}

@media (min-width: 992px) {
  .services .swiper-pagination {
    display: none !important;
  }

  .services .swiper-wrapper {
    flex-wrap: wrap !important;
    transform: none !important;
  }
}

.service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 40px 42px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: var(--white-color);
}

.service-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(54, 69, 55, 0.6);
  backdrop-filter: blur(10px);
  z-index: -1;
}

.service-item h3 {
  color: inherit;
  font-size: 28px;
  line-height: 40px;
  margin: 0 0 30px;
}

.service-item._dark-text h3 {
  margin-bottom: 20px;
}

.service-item .text {
  font-size: 18px;
  line-height: 34px;
  font-weight: normal;
  margin-bottom: auto;
}

.service-item .btn {
  font-size: 20px;
  padding: 12px 24px 12px 30px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .service-item:before {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
  }

  .service-item:hover:before {
    opacity: 1;
    visibility: visible;
  }

  .service-item .btn {
    opacity: 0;
    visibility: hidden;
  }

  .service-item:hover .btn {
    opacity: 1;
    visibility: visible;
  }

  .service-item._dark-text,
  .service-item._dark-text .text {
    transition: all 0.5s;
  }

  .service-item._dark-text:not(:hover) {
    color: var(--black-color);
  }

  .service-item._dark-text:not(:hover) .text {
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1680px) {
  .service-item._dark-text {
    padding: 70px 70px 40px;
  }

  .service-item:not(._dark-text) {
    padding: 96px 70px 47px;
  }

  .service-item .text {
    font-size: 21px;
    line-height: 42px;
  }

  .service-item h3 {
    font-size: 36px;
    line-height: 55px;
  }

  .service-item:not(._dark-text) h3 {
    margin-bottom: 46px;
  }
}

@media (max-width: 991px) {
  .service-item {
    padding: 42px 40px;
  }
}

@media (max-width: 767px) {
  .service-item {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.why-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.why-section__inner {
  width: 57%;
  margin-top: 40px;
  margin-bottom: 100px;
  margin-left: auto;
}

@media (min-width: 1680px) {
  .why-section__inner {
    width: 45%;
  }
}

.why-section__inner h2 {
  text-align: center;
  margin-bottom: 65px;
}

.why-section__list {
  display: flex;
  flex-direction: column;
  row-gap: 54px;
}

.why-section__item {
  display: flex;
  align-items: flex-start;
  column-gap: 64px;
  max-width: 565px;
  margin: 0 auto;
}

.why-section__item:before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 28px;
  height: 36px;
  margin-top: 9px;
  background-image: url("../images/mark.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.why-section__item-content {
  flex-grow: 1;
  min-width: 1px;
}

.why-section__item-content h3 {
  text-transform: none;
  margin: 0;
  font-size: 33px;
}

.why-section__item-content .text {
  font-family: "Jost", sans-serif;
  line-height: 37px;
  font-weight: bold;
}

@media (max-width: 991px) {
  .why-section__inner {
    width: 66%;
  }

  .why-section__inner h2 {
    margin-bottom: 50px;
  }

  .why-section__list {
    row-gap: 40px;
  }

  .why-section__item {
    column-gap: 20px;
  }

  .why-section__item:before {
    width: 20px;
    height: 36px;
    margin-top: 4px;
  }

  .why-section__item-content h3 {
    font-size: 28px;
  }

  .why-section__item-content .text {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .why-section {
    background-position: center right;
  }

  .why-section__inner {
    width: auto;
  }

  .why-section__item-content h3 {
    line-height: 34px;
    margin-bottom: 20px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  width: 41px;
  height: 41px;
  border: 1px solid;
  color: #c6c6c6;
  user-select: none;
  transition: color 0.5s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: var(--accent-color);
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 23px;
}

.testimonials {
  max-width: 826px;
}

.testimonials h2 {
  margin-bottom: 47px;
}

.testimonials .swiper-button-prev,
.testimonials .swiper-button-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  position: static;
  margin: 0;
  margin-top: 50px;
}

.testimonial__stars {
  display: flex;
  column-gap: 10px;
  color: var(--link2-color);
}

.testimonial h4 {
  font-size: 28px;
  line-height: 44px;
  margin-top: 2px;
  margin-bottom: 17px;
  text-transform: none;
}

.testimonial .text {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  line-height: 42px;
  font-weight: 400;
  color: var(--black-color);
}

@media (max-width: 991px) {
  .testimonial .text {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .testimonial h4 {
    font-size: 24px;
    line-height: 32px;
  }

  .testimonial .text {
    line-height: 34px;
  }
}

.video-section {
  position: relative;
  min-height: 800px;
  margin-top: -100px !important;
}

@media (min-width: 1680px) {
  .video-section {
    min-height: 956px;
    margin-top: -131px !important;
  }
}

.video-section video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-section__inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.video-section__content {
  width: 67%;
  margin-left: auto;
  margin-bottom: 93px;
  text-align: right;
}

@media (max-width: 767px) {
  .video-section__content {
    width: 100%;
  }
}

.video-section__content h1 {
  font-weight: 700;
  font-size: 52px;
  line-height: 60px;
  margin-bottom: -41px;
}

@media (min-width: 1680px) {
  .video-section__content h1 {
    font-size: 66px;
    line-height: 80px;
  }
}

@media (max-width: 991px) {
  .video-section__content h1 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .video-section__content h1 {
    font-size: 36px;
    line-height: 48px;
  }
}

.video-section__content .text {
  font-size: 20px;
  padding-top: 47px;
  padding-bottom: 47px;
}

@media (min-width: 1680px) {
  .video-section__content .text {
    font-size: 28px;
  }
}

.video-section__content .btn {
  padding: 12px 24px 12px 30px;
  font-size: 20px;
}

@media (min-width: 1680px) {
  .video-section__content .btn {
    font-size: 24px;
  }
}
.success{
	color: green;
}
.error{
	color: red;
}
.response{
	font-family: "Jost", sans-serif;
	font-size: 18px;
	font-weight: 400;
}