* {
  box-sizing: border-box;
}
html {
  font-size: 1rem;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeueBook.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Noto Sans", sans-serif;
}
.mobile-menu {
  display: none;
}
h1 {
  margin: 0;
}
.container {
  max-width: 90rem;
  margin: auto;
}
.navbar {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  color: white;
  height: 5.875rem;
  border-bottom: 1px solid rgba(235, 235, 240, 0.2);
  transition: background-color 0.2s, height 0.2s;
}
.navbar-light {
  background-color: #fff;
  color: #292d33;
  height: 4.625rem;
  height: 5.675rem;
}
.logo-dark {
  display: none;
}
.navbar-light .logo-light {
  display: none;
}
.navbar-light .logo-dark {
  display: block;
}
.navbar-scroll {
  height: 4.625rem;
}
.phone-icon {
  fill: #5c8ee6;
}

.logo-svg {
  width: 9rem;
  height: 2.75rem;
}
.navbar-light .header-logo-path {
  fill: #292d33;
}
.header {
  padding-top: 5.875rem;
}
.header-image {
  background-image: url("../img/header-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  position: relative;
  width: 100%;
}
.header-image::before {
  content: "";
  position: absolute;
  background: rgba(41, 45, 51, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.header-logo {
  padding: 0 3.1rem;
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(235, 235, 240, 0.2);
  height: 100%;
}
.header-nav {
  display: flex;
  align-items: center;
  height: 100%;
  flex-basis: 100%;
  list-style: none;
  padding: 0;
  padding-left: 3rem;
  margin: 0;
}
.header-nav-item {
  height: 100%;
  display: flex;
  align-items: center;
}
.header-nav-item:not(:last-child) {
  margin-right: 3.3125rem;
}
.header-nav-link {
  display: flex;
  height: 100%;
  align-items: center;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
  color: inherit;
  position: relative;
  letter-spacing: 0.0096px;
  padding-top: 0.3125rem;
}
.header-nav-link:after {
  content: "";
  width: 0px;
  height: 0.125rem;
  position: absolute;
  bottom: -1px;
  background-color: #5c8ee5;
  transition: width 0.2s;
  right: 0;
  left: auto;
}
.header-nav-link:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.header-phone {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-right: 3.125rem;
}
.header-phone-link {
  text-decoration: none;
  font-size: 1rem;
  color: inherit;
}
.button {
  flex-shrink: 0;
  height: 100%;
  font-weight: 600;
  font-size: 1rem;
  line-height: 160%;
  color: #ffffff;
  background: #3a71d1;
  border: none;
  display: inline-block;
  cursor: pointer;
}
.button-detail {
  width: 19.5625rem;
  height: 4.75rem;
  align-items: center;
  display: inline-block;
  padding: 1.5625rem 3.625rem;
}
.button-text {
  word-spacing: 0.31rem;
}
.navbar-button {
  display: flex;
  flex-shrink: 0;
  height: 100%;
  letter-spacing: 0.0125rem;
  word-spacing: 0.01rem;
  padding: 0 3rem;
  align-items: center;
}
.navbar-button .button-icon {
  display: none;
}
.header-button {
  height: 100%;
}
.seporator {
  background: #5c8ee6;
  width: 9.375rem;
  height: 0.125rem;
  border-top: 0.0625rem;
}
.header-content {
  padding-top: 9.375rem;
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.header-title {
  max-width: 67rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: regular;
  font-size: 5rem;
  line-height: 120%;
  margin: 1.375rem 0;
  word-spacing: 0.1008px;
  letter-spacing: 0.5696px;
  padding-bottom: 1.0625rem;
}
.header-text {
  max-width: 45rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 160%;
  margin-bottom: 3.125rem;
  word-spacing: 0.1296px;
  letter-spacing: 0.1104px;
}
.header-features {
  display: flex;
  min-width: 100%;
  padding: 0;
  margin-top: 6.25rem;
  list-style: none;
  color: #ffffff;
  position: relative;
  margin-left: 0.9375rem;
  margin-right: 0.3125rem;
}
.header-features-item {
  min-width: 20%;
  height: auto;
  padding: 1.9375rem 3.125rem;
  border: 1px solid rgba(235, 235, 240, 0.2);
  letter-spacing: 0.2608px;
  word-spacing: 0.2992px;
}
.header-features-text {
  max-width: 10.9375rem;
}
.primary-buttons-wrapper {
  display: flex;
  height: 60px;
  justify-content: flex-end;
}
.primary-button-prev,
.primary-button-next {
  background-color: #5c8ee5;
  height: 100%;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.steps-buttons {
  display: none;
}
.slider-buttons {
  display: none;
  height: 2.75rem;
}
.slider-button-prev,
.slider-button-next {
  height: 100%;
  flex-basis: 50%;
  border: 1px solid rgba(235, 235, 240, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-around;
  cursor: pointer;
}
.slider-item-buttons {
  display: none;
  justify-content: end;
}
.slider-button-item-prev,
.slider-button-item-next {
  width: 3.75rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-around;
  background-color: #5c8ee5;
}
.blog-slider {
  height: 25.125rem;
}
.swiper {
  overflow: hidden;
}
.swiper-autoheight .swiper-wrapper {
  transition-property: transform, height;
}

.header-features-text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 160%;
}
.arrow-icon {
  width: 3.375rem;
  height: 1.875rem;
}
.section {
  margin-top: 9.34rem;
  margin-bottom: 9.375rem;
}
.section-title {
  font-family: "Bebas Neue";
  font-size: 3.75rem;
  line-height: 120%;
  color: #292d33;
  margin-top: 23.5632px;
  letter-spacing: 0.28px;
}
.section-marks {
  padding-bottom: 0.375rem;
  letter-spacing: 0.5792px;
}
.section-marks-two {
  display: none;
}
.section-light {
  margin-top: 7.1875rem;
  margin-bottom: 5.625rem;
}
.production {
  margin-top: 6.125rem;
}
.steps {
  display: flex;
  list-style: none;
  padding: 0;
  max-width: 90%;
}
.steps-item {
  width: 30%;
  min-height: 16.6875rem;
  list-style-type: none;
  padding-right: 1.875rem;
  margin-top: -0.6875rem;
}
.steps-num {
  font-family: "Bebas Neue";
  font-weight: bold;
  font-size: 2.8125rem;
  line-height: 120%;
  letter-spacing: 1.1008px;
  font-stretch: expanded;
  color: #5c8ee6;
  display: flex;
  align-items: center;
}
.steps-num::after {
  content: "";
  height: 1px;
  background: #ebebf0;
  width: 100%;
  margin-left: 2.1875rem;
}
.steps-title {
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 160%;
  color: #292d33;
  margin-top: 2.1875rem;
  margin-bottom: 0.625rem;
  letter-spacing: 0.0704px;
  font-stretch: 0.2992px;
}
.steps-text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 162%;
  color: #828a99;
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
  letter-spacing: 0.0704px;
}
.button-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  line-height: 160%;
  letter-spacing: 0.1008px;
  color: #5c8ee6;
}
.button-link:before {
  content: "";
  height: 1px;
  background: #5c8ee6;
  width: 2.5rem;
  margin-right: 1.25rem;
  transition: width 0.2s;
}
.button-link:hover:before {
  width: 3.75rem;
}
.cards {
  display: flex;
  flex-wrap: wrap;
}
.card {
  text-decoration: none;
  width: 480px;
  border: 1px solid #ebebf0;
  position: relative;
  transition: border 0.2s;
}
.card:hover .card-title {
  color: #5c8ee5;
}
.card:hover {
  border-color: #5c8ee5;
}
.card-content {
  padding: 2.5rem 3.125rem;
  height: 37.0625rem;
  width: 30rem;
  letter-spacing: 0.0496px;
}
.card-title {
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 140%;
  color: #292d33;
  margin-top: 0.355rem;
  margin-bottom: -0.07rem;
  transition: color 0.2s;
  letter-spacing: 0.2208px;
}
.cards > a:nth-child(3) > .card-content {
  padding-right: 1px;
}
.card-text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 160%;
  color: #828a99;
  margin-bottom: 24.625rem;
  width: 19.375rem;
}
.card-image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 100%;
}
.trademark-cards {
  display: flex;
}
.trademark-card {
  flex-basis: 50%;
  text-decoration: none;
  border: 1px solid #ebebf0;
  transition: border 0.2s;
  padding: 3.125rem;
  display: grid;
  grid-column-gap: 3.125rem;
  grid-template-columns: 11.25rem 1fr;
  grid-template-rows: auto 2fr;
  grid-template-areas:
    "logo title title"
    "logo text text";
  cursor: pointer;
}
.trademark-card-title {
  font-weight: 400;
  margin: 0;
  font-size: 1.75rem;
  line-height: 160%;
  color: #292d33;
  grid-area: title;
}
.trademark-card-text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 162.5%;
  font-style: normal;
  color: #828a99;
  letter-spacing: 0.07px;
  grid-area: text;
  margin-top: 0.725rem;
}
.trademark-card-logo {
  width: 100%;
  height: 11.25rem;
  grid-area: logo;
  fill: #828a99;
}
.trademark-card:hover {
  border-color: #5c8ee5;
}
.trademark-card:hover .trademark-card-logo {
  fill: #5c8ee6;
}
.trademark-card:hover .trademark-card-title {
  color: #5c8ee6;
}
.founder {
  min-height: 41.25rem;
  position: relative;
}
.founder-photo {
  position: absolute;
  left: 0;
  width: 43.8%;
  height: 100%;
  object-fit: cover;
  top: 0;
}
.founder-content {
  width: 45rem;
  margin-top: 3.1313rem;
}
.founder-content-wrapper {
  display: flex;
  justify-content: flex-end;
}
.founder-text {
  letter-spacing: 0.0075rem;
  word-spacing: 0.0125rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 160.8%;
  color: #828a99;
  padding-bottom: 0.4688rem;
}
.founder-title {
  margin-top: 1.3938rem;
  margin-bottom: 1.3937rem;
  line-height: 126.7%;
  letter-spacing: 0.0375rem;
}
.founder-text-two {
  padding-bottom: 13.5px;
}
.founder-button-link-two {
  display: none;
}
.clients-wrapper {
  display: flex;
  gap: 0.025rem;
  justify-content: space-between;
}
.clients-content {
  width: 43.75rem;
}
.clients-list {
  list-style-type: none;
  padding: 0;
  columns: 2 auto;
}
.clients-list-item {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 160%;
  color: #292d33;
  margin-bottom: 1.275rem;
  letter-spacing: 0.0125rem;
}
.clients-logo-list {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 10;
  width: 45rem;
  margin-top: 2rem;
}
.clients-logo-item {
  flex-basis: 33.33%;
  border: 1px solid #ebebf0;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  cursor: pointer;
}
.clients-logo {
  max-width: 100%;
  filter: grayscale(100%);
}
.clients-logo:hover {
  filter: none;
}
.clients-title {
  letter-spacing: 0.03rem;
  margin-bottom: 2.8125rem;
}

.blog-card {
  display: flex;
  position: relative;
  /* min-height: 25rem; */
  height: 25rem;
  flex-direction: column;
  text-decoration: none;
  color: #fff;
  justify-content: flex-end;
  padding: 3.125rem;
}
.blog-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(41, 45, 51, 0.6);
  z-index: -1;
}
.blog-title {
  margin-bottom: 3.3438rem;
}
.blog-card-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.blog-card-title {
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 160%;
  word-spacing: -1.3px;
  letter-spacing: 0.3px;
  margin-bottom: 0.625rem;
  margin-top: 0;
}
.blog-card-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 155.3%;
  word-spacing: 1.4px;
  margin: 0;
}
.blog-slider-footer {
  display: flex;
  align-items: center;
  margin-top: 1.875rem;
  justify-content: space-between;
}
.bg-grey {
  background: #f0f2f5;
}
.section-cta {
  position: relative;
  padding-top: 4.45rem;
  margin-top: 14.175rem;
  padding-bottom: 6.05rem;
}
.cta-image {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 45rem;
  width: 50%;
}
.cta-form-wrapper {
  display: flex;
  justify-content: flex-end;
}
.cta-form {
  max-width: 52.5rem;
}
.cta-form-title {
  letter-spacing: 0.08px;
  margin-bottom: 0.8938rem;
  margin-top: 1.275rem;
}
.cta-form-text {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 160%;
  color: #828a99;
  letter-spacing: 0.2px;
  word-spacing: -0.9px;
  margin-top: 1.575rem;
  margin-bottom: 2.59rem;
  width: 52.6rem;
  padding-right: 12.8125rem;
}
.input-group-wrapper {
  display: flex;
  gap: 1.875rem;
  padding-top: 0.6125rem;
}
.input-group-vertical {
  display: flex;
  flex-direction: column;
}
.input-group {
  position: relative;
  height: 4.125rem;
  flex-grow: 1;
  background-color: #f0f2f5;
}
.input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.25rem 1.875rem;
  border: 1px solid #e4e4eb;
  outline: none;
  background-color: inherit;
}
.input-group-label {
  position: absolute;
  cursor: text;
  top: 1.3rem;
  left: 1.775rem;
  color: #828a99;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  transition: top 0.2s, left 0.2s, font-size 0.2s;
}
.input:hover {
  border: 1px solid #5c8ee5;
}
.input:hover ~ .input-group-label,
.input:not(:placeholder-shown).input:not(:hover) ~ .input-group-label {
  top: -0.5rem;
  left: 1.25rem;
  font-size: 0.625rem;
  background-color: inherit;
  padding: 0 0.625rem;
}
.cta-form-footer {
  gap: 1.775rem;
  display: flex;
  margin-top: 1.775rem;
  align-items: center;
}
.cta-form-button {
  width: 14.6875rem;
  height: 3.875rem;
  letter-spacing: -0.7px;
  flex-shrink: 0;
  margin-top: 0.075rem;
  padding-left: 1px;
}
.notify {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}
.notify-icon {
  flex-shrink: 0;
}
.notify-text {
  max-width: 23.75rem;
  margin: 0;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 160%;
  font-style: normal;
  letter-spacing: 0.1px;
  color: #828a99;
}
.footer-top {
  padding-top: 3.425rem;
  padding-bottom: 2.625rem;
  display: flex;
  align-items: center;
}
.footer-logo {
  width: 12.6rem;
  height: 3.85rem;
  margin-right: 9.85rem;
  margin-left: -2px;
}
.footer-phone-number {
  width: 17.375rem;
  margin-right: 4.5063rem;
}

.footer-info {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-style: normal;
  color: #292d33;
  gap: 10px;
}
.footer-info-address,
.footer-info-email {
  font-style: inherit;
  text-decoration: inherit;
  color: inherit;
}
.footer-info-add {
  margin-right: 3.225rem;
}
.footer-info-mail {
  margin-right: 4.6188rem;
}
.footer-icon-vk {
  margin-right: 0.7438rem;
}
.footer-phone {
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 160%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #292d33;
  letter-spacing: -0.1px;
}
.footer-social-link {
  text-decoration: none;
}
.footer-seporator {
  color: #ebebf0;
  background-color: #ebebf0;
}
.footer-seporator-one {
  margin-bottom: 0;
}
.footer-bottom {
  display: flex;
  padding-top: 3.125rem;
  padding-bottom: 0.425rem;
}
.footer-menu-title {
  margin-top: 0;
  margin-bottom: 1.875rem;
  margin-right: 6.05rem;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 160%;
  letter-spacing: 0.1px;
}
.footer-wrapper-marks {
  margin-left: -4px;
}
.footer-menu-list {
  margin: 0;
  padding-left: 1.15rem;
  list-style-type: none;
}
.footer-menu-column-2 {
  columns: 20rem auto;
  min-width: 45.2rem;
}
.footer-menu-link {
  text-decoration: none;
  color: #828a99;
  font-weight: 400;
  font-size: 1rem;
  line-height: 160%;
  letter-spacing: 0.1px;
  margin-bottom: 0.9375rem;
  display: block;
}
.footer-menu-link-bold {
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 160%;
  color: #292d33;
  margin-bottom: 1.8813rem;
  letter-spacing: 0.1px;
}
.footer-menu-wrapper:last-child {
  margin-left: 5rem;
}
.footer-wrapper {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-style: normal;
  color: #828a99;
}
.footer-wrapper,
.footer-legal {
  display: flex;
  align-items: center;
  gap: 5.175rem;
}
.footer-copyright,
.footer-policy {
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 160%;
  color: inherit;
}
.footer-policy {
  margin-right: 41.7375rem;
}
.footer-author {
  margin-top: -3px;
}
.made-in {
  font-size: 0.75rem;
  padding-right: 3.7px;
}
.made-in-mobile {
  display: none;
}
.modal {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 45, 51, 0.5);
  z-index: 10;
  display: flex;
}
.modal.is-open {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
.modal.is-open .modal-dialog {
  transform: translateY(0);
  opacity: 1;
}
.modal-dialog {
  margin: auto;
  margin-top: 171px;
  max-width: 28.75rem;
  padding: 2.3rem 3.125rem;
  background-color: #fff;
  position: relative;
  transform: translateY(-10%);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
}
.modal-close {
  display: block;
  position: absolute;
  top: 2.5rem;
  right: 3.125rem;
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ebebf0;
}
.modal-title {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 2.99rem;
  line-height: 121.4%;
  letter-spacing: 0.5px;
  color: #292d33;
  margin-top: 0;
  margin-bottom: 1.55rem;
}
.modal-text {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 162.2%;
  letter-spacing: 0.1px;
  color: #828a99;
  margin-bottom: 1.175rem;
}
.modal-input-group {
  background-color: #fff;
}
.modal-form-footer {
  margin-top: 1.875rem;
}
.modal-form-button {
  margin-bottom: 1.6rem;
  width: 100%;
  display: block;
  font-size: 15.3px;
  letter-spacing: -0.4px;
}

/* header-about */
.section-grey-about {
  background-color: #f0f2f5;
  margin-top: -6px;
  font-family: "Bebas Neue", sans-serif;
}

.header-title-grey {
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.7rem;
  color: #292d33;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 1.3px;
  padding-bottom: 0.45rem;
}
.header-content-about-grey {
  max-width: 60rem;
}
.breadcrumbs {
  font-family: "Noto Sans", sans-serif;
  padding-left: 0;
  padding-bottom: 3.125rem;
  font-size: 0.875rem;
}
.breadcrumbs ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs li {
  display: inline-block;
  align-items: center;
  font-weight: 400;

  line-height: 164.8%;
  color: #292d33;
}
.breadcrumbs li:not(:last-child)::after {
  content: "—";
  margin: 0 10px; /* Отступы до и после тире */
  color: #828a99; /* Цвет тире */
  font-size: 0.875rem; /* Размер тире */
}
.breadcrumbs a {
  text-decoration: none;
  color: #828a99;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs li:last-child span {
  color: #292d33; /* Стиль для последней, некликабельной страницы */
}

/* header-avtohim */
.container-avtohim {
  position: relative;
}
.header-title-avtohim {
  color: #292d33;
  padding-bottom: 0.3625rem;
}
.header-image-avtohim {
  display: flex;
  width: 33.5%;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* header-blog */
.section-blog-image {
  margin-top: 0;
}
.header-blog-content {
  padding-top: 2.975rem;
  width: 100%;
}
.header-blog-image {
  background-image: url("../img/Frame_blog.png");
  background-position: center bottom;
  position: relative;
}
.header-title-image {
  width: 100%;
  letter-spacing: 0.4px;
  margin-top: 1.5188rem;
  padding-bottom: 0.3625rem;
}
.breadcrumbs-blog a,
.breadcrumbs-blog li,
.breadcrumbs-blog li:not(:last-child)::after {
  color: #fff;
}

@media (max-width: 1815px) {
  .header-features-item {
    padding: 1.9rem 0.9rem;
  }
}

@media (max-width: 1800px) {
  .header-features-item {
    font-size: 0.8rem;
    padding: 1.9rem 0.7rem;
  }
  .header-phone {
    margin-right: 1.625rem;
  }
  .footer-logo {
    margin-right: 7.85rem;
  }
}

@media (max-width: 1700px) {
  html {
    font-size: 15px;
  }
  .card {
    width: 29.125rem;
  }
}
@media (max-width: 1650px) {
  .header-nav {
    padding-left: 0;
  }
  .header-logo {
    padding: 0 2.8125rem;
  }
}

@media (max-width: 1600px) {
  html {
    font-size: 14.5px;
  }
  .steps-title {
    font-size: 1.6rem;
  }
  .steps-text {
    font-size: 0.875rem;
  }
}

@media (max-width: 1500px) {
  html {
    font-size: 14px;
  }
  .header-logo {
    padding: 0 3rem;
  }
  .cta-form {
    max-width: 43.5rem;
  }
  .cta-form-text {
    width: 44.6rem;
  }
}

@media (max-width: 1450px) {
  .header-nav-item:not(:last-child) {
    margin-right: 2.6rem;
  }
  .header-logo {
    padding: 0 3rem;
  }
  .steps-text {
    font-size: 0.8438rem;
  }
  .footer-phone {
    font-size: 1.5625rem;
  }
  .footer-logo {
    margin-right: 6.25rem;
  }
  .footer-logo {
    width: 10rem;
  }
}

@media (max-width: 1400px) {
  html {
    font-size: 13.5px;
  }
  .container {
    max-width: 80rem;
  }
  .card {
    width: 50%;
    height: calc(30rem * 1.25);
  }
  .card-text {
    width: 28rem;
  }
  .card-content {
    width: 40rem;
  }
  .footer-logo {
    margin-right: 5rem;
  }
  .footer-phone {
    font-size: 1.5rem;
  }
}

@media (max-width: 1350px) {
  .header-logo {
    padding: 0 2rem;
  }
  .header-nav-item:not(:last-child) {
    margin-right: 0.7rem;
  }
  .steps-text {
    font-size: 0.825rem;
  }
  .header-phone {
    margin-right: 1.875rem;
  }
  .cta-form-text {
    width: 35rem;
    padding-right: 0;
  }
  .cta-image {
    max-width: 42rem;
  }
  .cta-form {
    max-width: 35.5rem;
  }
}

@media (max-width: 1300px) {
  html {
    font-size: 13px;
  }
  .card {
    height: 46rem;
  }
}

@media (max-width: 1250px) {
  html {
    font-size: 12.5px;
  }
  .logo-svg {
    width: 8.5rem;
  }
  .icon-trading {
    margin: 1.875rem;
  }
  .footer-logo {
    margin-right: 2rem;
  }
  .footer-info-mail {
    margin-right: 3.125rem;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 75rem;
    margin: 0 9rem;
  }
  .navbar {
    height: 5rem;
  }
  .navbar-button {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 0.75rem;
  }
  .logo-svg {
    width: 8rem;
  }
  .header-title {
    font-size: 3.75rem;
  }
  .slider-buttons {
    display: flex;
  }
  .slider-item-buttons {
    display: flex;
  }
  .trademark-card {
    grid-template-columns: auto auto;
  }
  .founder-content {
    width: 100%;
    padding-left: 39.25rem;
  }
  .clients-wrapper {
    flex-wrap: wrap;
  }
  .clients-content {
    width: 100%;
    padding-left: 6rem;
  }
  .clients-list-item {
    font-size: 1.8rem;
  }
  .blog-card-title {
    font-size: 1.8rem;
  }
  .blog-card-text {
    font-size: 1rem;
  }
  .section-cta {
    padding-bottom: 2.05rem;
    padding-top: 1.35rem;
  }
  .cta-image {
    max-width: 38rem;
  }
  .cta-form {
    max-width: 34.5rem;
  }
  .cta-form-text {
    width: 34.7rem;
    padding-right: 0.1125rem;
  }
  .footer-phone-number {
    margin-right: 3rem;
  }
  .footer-menu-title {
    margin-right: 0.05rem;
  }
  .footer-wrapper-prodaction {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-wrapper,
  .footer-legal {
    gap: 0.175rem;
  }
  .footer-legal {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-policy {
    margin-bottom: 16px;
  }
}

@media (max-width: 1130px) {
  .header-phone {
    display: none;
  }
  .card {
    height: 44rem;
  }
  .founder-content {
    padding-left: 38.25rem;
  }
  .blog-card-title {
    font-size: 1.6875rem;
  }
  .blog-card-text {
    font-size: 1rem;
  }
  .blog-card {
    height: 21rem;
  }
  .cta-form-text {
    margin-top: 0.575rem;
    margin-bottom: 0.89rem;
    width: 32rem;
  }
  .cta-image {
    max-width: 36rem;
  }
  .logo-svg {
    width: 7rem;
  }
  .footer-info {
    gap: 1.6px;
  }
  .footer-info-add {
    margin-right: 1.225rem;
  }
  .footer-info-mail {
    margin-right: 1.225rem;
  }
  .footer-phone {
    font-size: 1rem;
  }
  .footer-phone-number {
    margin-right: 1.2rem;
  }
  .footer-menu-column-2 {
    min-width: 22.2rem;
    columns: unset;
  }
  .footer-logo {
    width: 7rem;
  }
}

@media (max-width: 992px) {
  html {
    font-size: 12px;
  }
  .logo-svg {
    width: 9rem;
  }
  .header-nav {
    display: none;
  }
  .header-logo {
    flex-grow: 1;
    justify-content: center;
    padding: 0;
  }
  .mobile-menu-toggle {
    width: 5rem;
    height: 4.25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.625rem 1.2813rem;
    border-right: 1px solid rgba(235, 235, 240, 0.2);
  }
  .navbar-light .mobile-menu-line {
    background-color: #333;
    color: #292d33;
  }
  .mobile-menu-line {
    height: 1px;
    background-color: #fff;
    width: 100%;
    transition: transform 0.2s;
  }
  .mobile-menu-line:nth-child(2) {
    width: 80%;
  }
  .navbar-button .button-text {
    display: none;
  }
  .navbar-button .button-icon {
    display: block;
    fill: #ffffff;
  }
  .mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 2;
    background-color: #fff;
    padding-top: 5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .mobile-menu.isOpen {
    display: block;
  }
  .mobile-menu-nav {
    list-style: none;
    padding: 0;
  }
  .mobile-menu-nav-item {
    margin-bottom: 2rem;
  }
  .mobile-menu-link {
    text-decoration: none;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 160%;
    color: #292d33;
  }
  .mobile-submenu {
    list-style-type: none;
    padding: 0;
    padding-left: 2.1875rem;
    margin-top: 0.9375rem;
  }
  .mobile-submenu-link {
    text-decoration: none;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 160%;
    color: #828a99;
  }
  .mobile-submenu-item {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  .mobile-phone {
    display: block;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 160%;
    color: #292d33;
    text-decoration-line: underline;
    border-top: 1px solid #ebebf0;
    padding-top: 3rem;
    margin-bottom: 1.5rem;
  }
  .mobile-info {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
  }
  .mobile-info-address,
  .mobile-info-email {
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 160%;
    color: #292d33;
  }
  .close-menu .mobile-menu-line:nth-child(2) {
    display: none;
  }
  .close-menu .mobile-menu-line:nth-child(1) {
    transform: rotate(45deg) translateY(11px);
  }
  .close-menu .mobile-menu-line:nth-child(3) {
    transform: rotate(-45deg) translateY(-10px);
  }
  .icon-mobile {
    display: flex;
    align-items: center;
    gap: 0.9375rem;
  }
  .mobile-info-email {
    display: flex;
    gap: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  .card {
    height: 40rem;
    width: 50%;
  }
  .card-content {
    width: 100%;
  }
  .card-text {
    width: 100%;
  }
  .cards-trading {
    width: 100%;
    flex-direction: column;
  }
  .icon-trading {
    margin: 3.125rem;
    width: 11.25rem;
    height: 11.25rem;
  }
  .card-trading-text {
    max-width: 100%;
  }
  .trademark-cards {
    flex-direction: column;
  }
  .founder-content-wrapper {
    justify-content: flex-start;
  }
  .founder-photo {
    position: relative;
    width: 100%;
    margin-bottom: 3.125rem;
  }
  .founder-content {
    width: 63rem;
    padding-left: 6rem;
  }
  .clients-wrapper {
    flex-direction: column;
  }
  .clients-list {
    max-width: 65.75rem;
  }
  .clients-list-item {
    font-size: 1.3rem;
  }
  .blog-card {
    height: 18rem;
    padding: 0.9375rem 1.625rem;
  }
  .blog-card-title {
    font-size: 1.375rem;
  }
  .blog-card-text {
    font-size: 0.875rem;
  }
  .cta-image {
    display: none;
  }
  .cta-form {
    max-width: 65rem;
  }
  .cta-form-wrapper {
    display: block;
  }
  .cta-form-title {
    margin-top: 2.5187rem;
    margin-left: 2.1812rem;
    margin-bottom: 0.925rem;
  }
  .cta-form-text {
    width: 100%;
    font-size: 1.125rem;
  }
  .cta-form-button {
    width: 31.3875rem;
    font-size: 1.65rem;
  }
  .cta-form-footer {
    flex-wrap: wrap;
  }
  .section-cta {
    margin-top: -2.625rem;
  }
  .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-logo {
    width: 10rem;
  }
  .footer-phone-number {
    font-size: 1.75rem;
  }
  .footer-info-address,
  .footer-info-email {
    font-size: 14px;
  }
  .footer-policy {
    width: 100%;
  }
  .modal-form-button {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 60rem;
    margin: 0 6rem;
  }

  .header-content {
    padding-top: 3rem;
  }
  .card {
    flex-basis: 100%;
    height: 55.8rem;
  }
  .card-text {
    font-weight: 400;
    font-size: 1.0625rem;
    line-height: 160%;
  }
  .card-content {
    width: 27.5rem;
    padding: 2.5rem 0.9375rem;
  }
  .icon-trading {
    margin: 1.25rem;
    width: 8.125rem;
    height: 8.125rem;
  }
  .section-marks-one {
    display: none;
  }
  .section-marks-two {
    display: block;
  }
  .mobile-menu-toggle {
    height: 100%;
    padding: 2.3125rem 1.4625rem;
  }
  .founder-content-wrapper {
    justify-content: flex-start;
  }
  .founder-content {
    width: 100%;
  }
  .founder-text {
    font-size: 0.9375rem;
  }
  .clients-content {
    padding-left: 0;
  }
  .clients-logo-item {
    flex-basis: 49%;
  }
  .clients-logo-list {
    width: 100%;
  }
  .blog-card {
    height: 12.5rem;
  }
  .blog-card-title {
    font-size: 1rem;
  }
  .blog-card-text {
    display: none;
  }
  .primary-button-prev,
  .primary-button-next {
    height: 67%;
    width: 5rem;
  }
  .button-link-footer {
    margin-bottom: 1.55rem;
  }
  .arrow-icon {
    width: 2.6rem;
  }
  .cta-form-button {
    margin-bottom: 1.25rem;
    width: 21rem;
    height: 4rem;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .footer-menu-wrapper:last-child {
    margin-left: 0;
  }
  .footer-legal {
    width: 80%;
  }
  .footer-policy {
    margin-right: 0;
  }
  .container-about {
    margin-top: 6.475rem;
  }
  .header-content-avtohim {
    padding-top: 9rem;
  }
  .header-image-avtohim {
    display: none;
  }
}

@media (max-width: 576px) {
  .container {
    max-width: 90%;
  }
  .header-title {
    font-size: 2rem;
  }
  .header-content {
    padding-top: 2rem;
  }
  .icon-trading {
    margin: 0.9375rem;
    width: 6.875rem;
    height: 6.875rem;
  }
  .card-content {
    width: 100%;
    padding: 2.5rem 0.9375rem;
  }
  .card-text {
    font-size: 0.875rem;
  }
  .trademark-card {
    grid-template-areas:
      "logo title"
      "text text";
  }
  .mobile-menu-toggle {
    padding: 2.3125rem 1.4625rem;
  }
  .card {
    height: 46rem;
  }
  .clients-wrapper {
    width: 35.25rem;
  }
  .clients-list {
    columns: 1;
    width: 29rem;
  }
  .clients-title {
    width: 25rem;
  }
  .clients-logo-list {
    width: 100%;
  }
  .clients-content {
    width: 18.75rem;
  }
  .clients-logo-item {
    flex-basis: 47%;
  }
  .clients-list-item {
    font-size: 0.9rem;
  }
  .founder-content {
    padding-left: 0;
  }
  .founder-text {
    width: 31rem;
  }
  .founder-content {
    padding-left: 2rem;
  }
  .blog-card {
    height: 9.375rem;
    margin-bottom: -0.575rem;
  }
  .blog-card-text {
    font-size: 1rem;
  }
  .input-group-wrapper {
    flex-direction: column;
    padding-top: 1.8125rem;
    gap: 15px;
  }
  .notify-text {
    font-size: 10.5px;
  }
  .header-title-grey {
    font-family: "Bebas Neue", sans-serif;
    font-size: 3.7rem;
    color: #292d33;
    font-weight: 600;
  }
  .header-content-avtohim {
    padding-top: 9.7rem;
  }
  .header-title-avtohim {
    font-size: 3.75rem;
  }
  .header-title-image {
    font-size: 3.75rem;
  }
}

@media (max-width: 500px) {
  .navbar {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .header-logo {
    flex-grow: 1;
  }
  .card-text {
    width: 17.4312rem;
  }
  .card {
    height: 38rem;
  }
  .card-title {
    font-size: 1.5875rem;
  }
  .trademark-card-logo {
    width: 5rem;
  }
  .trademark-card {
    grid-template-columns: 3.75rem auto;
    grid-column-gap: 1.25rem;
  }
  .clients-content {
    width: 25rem;
  }
  .clients-wrapper {
    width: 25rem;
  }
  .clients-list {
    width: 20rem;
  }
  .clients-logo-item {
    flex-basis: 43%;
  }
  .founder-text {
    width: 22rem;
  }
  .blog-card {
    height: 14.975rem;
  }
  .blog-card-title {
    font-size: 1.25rem;
  }
  .cta-form-title {
    width: 100%;
    margin-left: 0;
  }
  .cta-form-button {
    width: 100%;
  }
  .modal-text {
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    word-spacing: 0.2px;
    line-height: 165%;
  }
}

@media (max-width: 376px) {
  .container {
    max-width: 92%;
    margin: 0 1.2rem;
    padding-left: 0.0063rem;
  }
  .navbar {
    height: 5.575rem;
  }
  .navbar-button {
    padding-left: 0.64rem;
  }
  .button-icon {
    width: 4.0625rem;
    padding-left: 1.2125rem;
  }
  .mobile-menu-toggle {
    width: 6.7rem;
    padding: 2.2063rem 2.4625rem;
  }
  .mobile-menu-line {
    height: 1px;
    width: 100%;
    padding-left: 0.3125rem;
  }
  .logo-svg {
    width: 10rem;
    height: 5.5rem;
    margin-right: 1.15rem;
    margin-left: 1.3438rem;
  }
  .header {
    padding-top: 9.28rem;
  }
  .header-content {
    padding-top: 10.29rem;
  }
  .header-title {
    width: 21.5625rem;
    /* height: 26.35rem; */
    margin: 1.2rem 0.075rem 4rem 0.025rem;
    font-size: 4.1rem;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: 0.1px;
    word-spacing: 0.0313rem;
  }
  .header-text {
    font-size: 1.075rem;
    line-height: 1.69;
    margin-bottom: 2.525rem;
    word-spacing: -1.4704px;
    letter-spacing: 0.8696px;
  }
  .header-features {
    margin-top: 4.25rem;
    margin-bottom: 0;
  }
  .header-features-item {
    width: 12.5rem;
    height: 11.65rem;
    padding-top: 1.5438rem;
    padding-left: 2.3rem;
  }
  .header-features-text {
    font-size: 1.1rem;
    line-height: 165%;
    padding-top: 0.4375rem;
    padding-left: 0.1437rem;
    letter-spacing: 0.05rem;
    word-spacing: -0.57px;
    min-width: 12.575rem;
  }
  .slider-buttons {
    height: 3.6rem;
  }
  .arrow-icon {
    width: 3.2rem;
    height: 2.9rem;
  }
  .section-title {
    margin-top: 1.4rem;
    letter-spacing: 0px;
    font-size: 3.05rem;
    margin-bottom: 2.825rem;
  }
  .section-marks {
    margin-top: 1.45rem;
    margin-bottom: 2.3563rem;
    letter-spacing: 0.16px;
  }
  .steps-item {
    width: 3.5625rem;
    height: 15.6875rem;
    padding-right: 3.275rem;
  }
  .steps-num {
    font-size: 3.9125rem;
  }
  .steps-num::after {
    margin-left: 3.0875rem;
  }
  .steps-title {
    margin-top: 1.1875rem;
    letter-spacing: 0.4704px;
  }
  .steps-text {
    font-size: 1.125rem;
    margin-top: 0.45rem;
    margin-bottom: 2.25rem;
    letter-spacing: 0.0231rem;
    word-spacing: 1.8px;
  }
  .button-link {
    letter-spacing: 0.07rem;
    font-size: 1.15rem;
    word-spacing: -3.4px;
  }
  .button-link:before {
    width: 3.2rem;
    margin-right: 1.85rem;
  }
  .section-light {
    margin-top: 8.4rem;
    margin-bottom: 5.625rem;
  }
  .seporator {
    width: 8.275rem;
  }
  .button-detail {
    width: 28.7625rem;
    height: 5.05rem;
    align-items: center;
    display: inline-block;
    padding: 1.57rem 7.125rem;
    flex-grow: 0;
    word-spacing: 1.0704px;
    letter-spacing: 0.085px;
    font-size: 1.175rem;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
  }
  .slider-item-buttons {
    margin-top: -1px;
  }
  .slider-button-item-prev,
  .slider-button-item-next {
    width: 5rem;
    height: 3.2rem;
  }
  .card {
    height: 34rem;
  }
  .card-content {
    width: auto;
    height: auto;
    padding-top: 1.4437rem;
    padding-left: 2.5188rem;
    padding-right: 0;
  }
  .card-title {
    font-size: 1.5rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 1.15px;
    word-spacing: 0.9px;
  }
  .card-text {
    width: 22.375rem;
    height: 18.5rem;
    margin-top: 0.8875rem;
    margin-right: 0.3125rem;
    margin-bottom: 0.625rem;
    font-size: 1.169rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0.09px;
    word-spacing: -1.3px;
  }
  .cards-prodaction {
    height: 35.75rem;
  }
  .title-light {
    margin-bottom: 2.125rem;
  }
  .text-light {
    margin-bottom: 2.13rem;
  }
  .buttons-light {
    margin-top: 0.0625rem;
  }
  .section-trading {
    margin-top: 0.625rem;
  }
  .production {
    margin-top: 8.328rem;
    margin-bottom: 5.9375rem;
  }
  .trademark {
    margin-top: 8.34rem;
  }
  .trademark-card {
    grid-column-gap: 2.525rem;
    grid-template-columns: 34.7% auto;
    padding-top: 1rem;
    padding-left: 2.3625rem;
    padding-right: 1.875rem;
    padding-bottom: 1.15rem;
  }
  .trademark-card-logo {
    width: 8.4438rem;
  }
  .trademark-card-title {
    margin-top: 1.1313rem;
    letter-spacing: -0.6px;
    line-height: 130%;
    padding-top: 0.2125rem;
  }
  .trademark-card-text {
    margin-top: 0.225rem;
    margin-bottom: 1.3rem;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    line-height: 164%;
  }
  .founder {
    padding-top: 0.3125rem;
  }
  .founder-photo {
    margin-top: -1.3rem;
    margin-bottom: 0.825rem;
  }
  .founder-content {
    padding-left: 0;
  }
  .founder-title {
    line-height: 120%;
    margin-bottom: -0.2875rem;
  }
  .founder-text {
    width: 28.6rem;
    font-size: 1.15rem;
    line-height: 159.2%;
    letter-spacing: 0.02rem;
    margin-top: 1.2875rem;
    word-spacing: 0.1px;
  }
  .founder-text-two {
    margin-top: -0.7125rem;
    margin-bottom: 0.8313rem;
  }
  .founder-button-link {
    display: none;
  }
  .founder-button-link-two {
    display: flex;
    line-height: 1.5562rem;
    word-spacing: -3px;
    font-size: 1.2rem;
    letter-spacing: 0.7px;
  }
  .founder-button-link-two:before {
    content: "";
    height: 1px;
    background: #5c8ee6;
    width: 3.5rem;
    margin-right: 1.55rem;
    transition: width 0.2s;
  }
  .founder-content-wrapper {
    margin-bottom: -1.1125rem;
  }
  .clients {
    margin-bottom: -1rem;
  }
  .clients-list {
    width: 23.25rem;
  }
  .clients-list-item {
    font-size: 1.2rem;
    gap: 1.65rem;
    letter-spacing: -0.1px;
    word-spacing: 0.01rem;
    margin-bottom: 1.238rem;
  }
  .clients-title {
    width: 29.5875rem;
    letter-spacing: 0.1px;
    word-spacing: 0.0375rem;
    font-size: 3.05rem;
    line-height: 118%;
  }
  .clients-content {
    width: 29rem;
  }
  .clients-logo-list {
    margin-top: 0.35rem;
    width: 28.6625rem;
  }
  .clients-logo-item {
    flex-basis: 50%;
    height: 9.17rem;
    width: 3.125rem;
  }
  .clients-logo-item:last-child {
    display: none;
  }
  .clients-logo {
    width: 33.7%;
  }
  .blog {
    margin-top: 9.34rem;
  }
  .blog-card {
    height: 15.975rem;
  }
  .blog-slider-footer {
    margin-top: -7.425rem;
  }
  .blog-card-title {
    margin-bottom: 0.65rem;
    margin-right: 0.625rem;
    letter-spacing: -0.1px;
    word-spacing: 1.6488px;
    font-size: 1.69rem;
    line-height: 117%;
  }
  .cta-form {
    max-width: 31rem;
    height: 33.25rem;
  }
  .cta-form-title {
    margin-top: 2.5187rem;
    margin-bottom: -0.475rem;
  }
  .cta-form-text {
    padding-top: 10px;
    margin-bottom: 0.59rem;
    font-weight: 400;
    font-size: 14px;
    line-height: 159%;
    letter-spacing: -0.09px;
    word-spacing: 1.049px;
  }
  .section-cta {
    margin-top: -2.625rem;
  }
  .input {
    height: 92.8%;
    width: 100%;
  }
  .input-group {
    height: 5.625rem;
  }
  .input-group-label {
    top: 1.6rem;
    left: 2.475rem;
    font-size: 14.5px;
  }
  .input:hover ~ .input-group-label,
  .input:not(:placeholder-shown).input:not(:hover) ~ .input-group-label {
    top: -0.7rem;
    left: 4.25rem;
    font-size: 0.825rem;
  }
  .section-cta {
    margin-bottom: 30px;
  }
  .cta-form-footer {
    display: block;
    margin-top: 0.375rem;
  }
  .cta-form-button {
    height: 5.075rem;
    width: 28.8rem;
    font-size: 14px;
    letter-spacing: 0px;
    word-spacing: 0.7488px;
    margin-bottom: 2.675rem;
  }
  .notify {
    gap: 0.825rem;
  }
  .notify-text {
    font-size: 12px;
    line-height: 158.6%;
  }
  .bg-grey {
    height: 47.7rem;
    margin-bottom: 1.8px;
  }
  .footer-top {
    padding-bottom: 1.6937rem;
  }
  .footer-logo {
    width: 13.3rem;
    margin-left: 0;
    margin-bottom: 2.0375rem;
  }
  .footer-phone-number {
    font-size: 28.1px;
    margin-bottom: 1.5812rem;
    width: 18.75rem;
  }
  .footer-info {
    gap: 0.8438rem;
  }
  .footer-info-add {
    margin-bottom: 0.725rem;
  }
  .footer-info-mail {
    margin-bottom: 1.8188rem;
  }
  .footer-icon-vk {
    margin-right: 6px;
  }
  .footer-bottom {
    padding-top: 2.525rem;
    padding-left: 1px;
  }
  .footer-menu-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 1.525rem;
  }
  .footer-menu-link {
    margin-left: 0.375rem;
    font-size: 14px;
    margin-bottom: 0.8062rem;
  }
  .footer-menu-column-2 {
    margin-bottom: 1.8188rem;
    margin-left: 2px;
  }
  .footer-title-avtochem {
    margin-top: 0.675rem;
    margin-bottom: 1.5813rem;
  }
  .footer-wrapper-marks {
    margin-left: 0;
    margin-bottom: 1.6875rem;
  }
  .footer-list-bold {
    padding-left: 0;
    margin-bottom: -0.7rem;
  }
  .footer-menu-link-bold {
    margin-left: 0;
    letter-spacing: 0.4px;
    margin-bottom: 2.4125rem;
  }
  .footer-copyright,
  .footer-policy {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.05px;
  }
  .footer-policy {
    margin-bottom: 1.1375rem;
  }
  .footer-copyright {
    margin-top: 0px;
    width: 28.625rem;
    margin-bottom: 0.5375rem;
  }
  .made-in {
    display: none;
  }
  .made-in-mobile {
    display: flex;
    letter-spacing: 0.15px;
    margin-right: 0.7375rem;
  }
  .footer-author {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .modal-dialog {
    padding-top: 2.3rem;
    padding-bottom: 2.4rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .modal-title {
    margin-bottom: 1.25rem;
    font-size: 3.19rem;
    letter-spacing: 1px;
  }

  .modal-close {
    top: 2.6rem;
    right: 2.625rem;
  }
  .input-group-vertical {
    padding-top: 0.5125rem;
    gap: 16px;
  }
  .modal-input {
    height: 95.4%;
  }
  .modal-form-button {
    margin-top: -0.425rem;
    width: 100%;
    letter-spacing: 0.5px;
    font-size: 13.7px;
    margin-left: 1.3px;
    margin-bottom: 1.7125rem;
  }
  .modal-input-group {
    height: 5.425rem;
  }
  .header-title-grey {
    margin-top: 1.425rem;
    height: 3.35rem;
    font-weight: 600;
    font-size: 4rem;
    letter-spacing: 0.5px;
    margin-bottom: 3.3925rem;
  }
  .breadcrumbs {
    padding-left: 0;
    padding-bottom: 3.925rem;
    font-size: 14px;
    letter-spacing: -1.1px;
  }
  .breadcrumbs li:not(:last-child)::after {
    margin: 0 11px; /* Отступы до и после тире */
  }
  .header-title-avtohim {
    margin-top: 1.6rem;
    font-size: 3.7rem;
    font-weight: 600;
    line-height: 4.7313rem;
    letter-spacing: 1.9px;
    height: 7.35rem;
    margin-bottom: 3.6625rem;
  }
  .breadcrumbs a {
    line-height: 2.65rem;
    font-size: 13.4px;
    letter-spacing: -0.7px;
  }
  .header-title-image {
    font-size: 4rem;
    width: 100%;
    margin-top: 1.3563rem;
    letter-spacing: 0.2px;
    line-height: 120.4%;
    margin-bottom: 1.4625rem;
  }
  .header-blog-content {
    padding-top: 0.6rem;
  }
  .breadcrumbs-blog {
    letter-spacing: 0.5px;
  }
  .breadcrumbs-blog a {
    line-height: 2.65rem;
    font-size: 15px;
    letter-spacing: -0.9px;
  }
  .breadcrumbs-blog li:not(:last-child)::after {
    margin: 0 10px;
    font-size: 1.175rem;
  }
  .breadcrumbs-blog li {
    line-height: 180%;
    letter-spacing: 0.1px;
  }
}
