@charset "UTF-8";
/* Global */
/* ------------------------------------ */
/* Fonts */
/* ------------------------------------ */
/* Colors */
/* ------------------------------------ */
/* Breakpoints */
/* ------------------------------------ */
@font-face {
  font-family: "Mont";
  src: url("../../fonts/Mont-Heavy.woff2") format("woff2"), url("../../fonts/Mont-Heavy.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mont";
  src: url("../../fonts/Mont-Regular.woff2") format("woff2"), url("../../fonts/Mont-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mont";
  src: url("../../fonts/Mont-Light.woff2") format("woff2"), url("../../fonts/Mont-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mont";
  src: url("../../fonts/Mont-ExtraLight.woff2") format("woff2"), url("../../fonts/Mont-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Mont", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000000;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex-grow: 1;
}
@media (max-width: 767px) {
  main {
    top: 71px;
    position: relative;
    z-index: 1;
  }
}

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

a {
  color: #000000;
  text-decoration: none;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.container {
  max-width: 1440px;
  padding: 0 30px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .container {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 5px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
}

/* Blocks */
/* ------------------------------------ */
.vacancies {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.vacancies__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.vacancies__wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 20px;
  width: 80%;
  max-width: 600px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  max-height: 80%;
  overflow-y: auto;
}
.vacancies__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  cursor: pointer;
  color: #B5B5B5;
}
.vacancies__close svg {
  transition: transform 0.3s ease;
}
.vacancies__close svg:hover {
  transform: rotate(180deg);
  color: #000000;
}
.vacancies h2 {
  margin-top: 0;
}
.vacancies p {
  margin: 15px 0 0;
}

.chip-tuning {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.chip-tuning__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.chip-tuning__wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 20px;
  width: 90%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  max-height: 80%;
  overflow-y: auto;
}
.chip-tuning__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  cursor: pointer;
  color: #B5B5B5;
}
.chip-tuning__close svg {
  transition: transform 0.3s ease;
}
.chip-tuning__close svg:hover {
  transform: rotate(180deg);
  color: #000000;
}
.chip-tuning__info {
  width: 90%;
  margin: 30px auto;
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-align: center;
  padding: 20px;
}
.chip-tuning__info-title {
  background-color: #2EA559;
  width: max-content;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 10px;
  color: #FFF;
  font-size: 28px;
  user-select: none;
}
@media (max-width: 1439px) {
  .chip-tuning__info-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .chip-tuning__info-title {
    font-size: 14px;
    width: unset;
  }
}
.chip-tuning__info-content {
  margin: 20px 0 0;
}
.chip-tuning__info-text {
  margin: 0;
  font-size: 18px;
}
@media (max-width: 1439px) {
  .chip-tuning__info-text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .chip-tuning__info-text {
    font-size: 14px;
  }
}
.chip-tuning__accordion {
  margin: 35px 0 0;
}
.chip-tuning__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1439px) {
  .chip-tuning__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .chip-tuning__inner {
    display: flex;
    flex-direction: column;
  }
}
.chip-tuning__btn {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  border: 0;
  text-align: left;
  cursor: pointer;
  background-color: transparent;
  height: max-content;
}
.chip-tuning__btn--active .chip-tuning__icon::after {
  opacity: 0;
}
.chip-tuning__btn:hover {
  opacity: 0.9;
}
.chip-tuning__title {
  outline: 1px solid #2EA559;
  padding: 10px;
  background-color: #2EA559;
  color: #ffffff;
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.chip-tuning__text {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}
.chip-tuning__icon {
  position: relative;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.chip-tuning__icon::before, .chip-tuning__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity 0.3s ease;
}
.chip-tuning__icon::before {
  width: 100%;
  height: 1px;
}
.chip-tuning__icon::after {
  width: 1px;
  height: 100%;
}
.chip-tuning__content {
  height: 0;
  overflow: hidden;
}
.chip-tuning__content--active {
  outline: 1px solid #2EA559;
  height: auto;
}
.chip-tuning__content-text {
  margin: 0;
  padding: 20px;
}
.chip-tuning__bonus {
  margin: 50px 0 0;
}
.chip-tuning__bonus-title {
  margin: 0;
}
.chip-tuning__bonus-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  gap: 20px 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1439px) {
  .chip-tuning__bonus-list {
    flex-direction: column;
  }
}
.chip-tuning__bonus-item {
  width: 49%;
  padding: 30px;
  background-color: transparent;
}
@media (max-width: 1439px) {
  .chip-tuning__bonus-item {
    width: 100%;
    padding: 0;
  }
}

.discount-system {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.discount-system__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.discount-system__wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 20px;
  width: 80%;
  max-width: 600px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  max-height: 80%;
  overflow-y: auto;
}
.discount-system__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  cursor: pointer;
  color: #B5B5B5;
}
.discount-system__close svg {
  transition: transform 0.3s ease;
}
.discount-system__close svg:hover {
  transform: rotate(180deg);
  color: #000000;
}
.discount-system h2 {
  margin-top: 0;
}
.discount-system p {
  margin: 15px 0 0;
}

.booking {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.booking.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.booking__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.booking__wrapper {
  position: relative;
  width: 620px;
  background: #fff;
  padding: 20px 60px;
  border-radius: 20px 0 20px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .booking__wrapper {
    width: 95%;
    padding: 20px;
    border-radius: 15px;
  }
}
.booking__close {
  position: absolute;
  top: -20px;
  right: -20px;
  background-color: #ffffff;
  border-radius: 50%;
  border: none;
  width: 32px;
  height: 32px;
  padding: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #B5B5B5;
  cursor: pointer;
}
.booking__close svg {
  transition: transform 0.3s ease;
}
.booking__close svg:hover {
  transform: rotate(180deg);
  color: #000000;
}
@media (max-width: 767px) {
  .booking__close {
    top: 2px;
    right: 2px;
    background-color: transparent;
    border-radius: 0;
  }
}
.booking__title {
  margin: 0 0 50px;
  text-align: center;
}
.booking__inner {
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .booking__inner {
    margin: 0 0 15px 0;
  }
}
.booking__group {
  margin: 0;
  padding: 0;
  border: none;
}
.booking__group-name {
  margin: 0 0 50px;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .booking__group-name {
    margin: 0 0 20px;
    font-size: 20px;
    text-align: left;
  }
}
.booking__form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 767px) {
  .booking__form-wrapper {
    gap: 40px;
  }
}
.booking__loader {
  display: none;
  text-align: center;
  padding: 20px;
  font-size: 18px;
}
.booking__success {
  display: none;
  text-align: center;
  padding: 20px;
  font-size: 18px;
}
.booking__success-text {
  margin: 0 auto 20px;
  width: 300px;
  text-align: center;
}
.booking__form-text {
  margin: 0 auto 15px;
  font-size: 12px;
  text-align: center;
  width: 80%;
}
@media (max-width: 767px) {
  .booking__form-text {
    display: none;
  }
}

.custom-input {
  position: relative;
}
@media (max-width: 767px) {
  .custom-input {
    margin: 0 auto;
  }
}
.custom-input__field {
  width: 500px;
  padding: 18px 20px 18px 56px;
  font-size: 18px;
  border-radius: 10px;
  background-color: #FCFCFC;
  border: 1px solid #DBDBDB;
}
@media (max-width: 767px) {
  .custom-input__field {
    width: 365px;
    font-size: 14px;
    border-radius: 5px;
  }
}
.custom-input__field:active {
  outline: none;
  border: 1px solid #DBDBDB;
}
.custom-input__field:hover {
  outline: none;
  border: 1px solid #DBDBDB;
}
.custom-input__field:focus {
  outline: none;
  border: 1px solid #DBDBDB;
}
.custom-input__field:focus-visible {
  outline: none;
  border: 1px solid #DBDBDB;
}
.custom-input__field--vehicle {
  width: 100%;
  padding: 18px 60px 18px 40px;
}
@media (max-width: 1439px) {
  .custom-input__field--vehicle {
    padding: 18px 60px 18px 20px;
  }
}
.custom-input__label {
  position: absolute;
  left: 10px;
  top: -10px;
  background-color: #ffffff;
  padding: 0 5px;
  font-size: 14px;
  user-select: none;
  cursor: pointer;
}
.custom-input__label-text {
  color: #2EA559;
  font-weight: 600;
}
.custom-input__error {
  display: none;
}
.custom-input__icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #2EA559;
}
.custom-input--vehicle {
  width: 375px;
  margin: 0;
}
@media (max-width: 767px) {
  .custom-input--vehicle {
    width: 350px;
  }
}
.custom-input--vehicle::after {
  content: "км";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 18px;
  font-weight: bold;
}

.custom-input--error .custom-input__field {
  border: 1px solid #ff0000;
}

.custom-input--error .custom-input__label {
  color: #ff0000;
}

.custom-input--error .custom-input__label-text {
  color: #ff0000;
}

.custom-input--error .custom-input__error {
  display: block;
  color: #ff0000;
  position: absolute;
  left: 0;
  bottom: -20px;
  font-size: 14px;
}

.custom-textarea {
  position: relative;
}
@media (max-width: 767px) {
  .custom-textarea {
    margin: 0 auto;
  }
}
.custom-textarea__field {
  width: 500px;
  height: 100px;
  padding: 20px;
  font-size: 18px;
  border-radius: 10px;
  background-color: #FCFCFC;
  border: 1px solid #DBDBDB;
  resize: none;
}
@media (max-width: 767px) {
  .custom-textarea__field {
    width: 365px;
    font-size: 14px;
    border-radius: 5px;
  }
}
.custom-textarea__field:active {
  outline: none;
  border: 1px solid #DBDBDB;
}
.custom-textarea__field:hover {
  outline: none;
  border: 1px solid #DBDBDB;
}
.custom-textarea__field:focus {
  outline: none;
  border: 1px solid #DBDBDB;
}
.custom-textarea__field:focus-visible {
  outline: none;
  border: 1px solid #DBDBDB;
}
.custom-textarea__label {
  position: absolute;
  left: 10px;
  top: -10px;
  background-color: #ffffff;
  padding: 0 5px;
  font-size: 14px;
  user-select: none;
  cursor: pointer;
}

.custom-checkbox {
  position: relative;
}
.custom-checkbox__label {
  display: flex;
  cursor: pointer;
  user-select: none;
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .custom-checkbox__label {
    font-size: 12px;
    font-weight: 300;
    padding: 0 0 0 30px;
  }
}
.custom-checkbox__label-link:hover {
  text-decoration: underline;
}
.custom-checkbox__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  color: #2EA559;
  display: none;
}
@media (max-width: 767px) {
  .custom-checkbox__icon {
    width: 10px;
    top: 50%;
    left: 6px;
  }
}
.custom-checkbox__label::before {
  content: " ";
  width: 30px;
  height: 30px;
  border: 1px solid #DBDBDB;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .custom-checkbox__label::before {
    width: 20px;
    height: 20px;
  }
}
.custom-checkbox__heading {
  font-size: 12px;
}

.custom-checkbox__field:checked + .custom-checkbox__label .custom-checkbox__icon {
  display: block;
}

.btn {
  width: 340px;
  padding: 14px;
  border-radius: 10px;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #2EA559;
  justify-content: center;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  user-select: none;
}
.btn:disabled {
  background-color: #B5B5B5;
  user-select: none;
  cursor: unset;
}
.btn--hero {
  padding: 22px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .btn--hero {
    width: 240px;
    height: 50px;
    font-size: 12px;
    padding: 0;
  }
}
.btn--hero:hover {
  background-color: #41CA72;
}
.btn--booking {
  width: 500px;
  padding: 18px;
  margin: 20px 0 20px;
}
@media (max-width: 767px) {
  .btn--booking {
    width: 295px;
    font-size: 14px;
    font-weight: 400;
    margin: 15px auto 15px;
    padding: 12px;
  }
}
.btn--booking:hover:not(:disabled) {
  background-color: #41CA72;
}
.btn--booking-close {
  margin: 15px auto 0;
  width: 150px;
}
.btn--booking-close:hover {
  background-color: #41CA72;
}
.btn--model-range {
  padding: 10px 25px 40px 25px;
  background-color: #ffffff;
  width: 150px;
  height: 170px;
  display: flex;
  flex-direction: column;
  text-transform: none;
}
.btn--cost-of-work {
  font-size: 26px;
  padding: 10px;
  font-weight: 600;
  background-color: transparent;
  color: #000000;
}
@media (max-width: 1439px) {
  .btn--cost-of-work {
    font-size: 18px;
    width: 250px;
  }
}
@media (max-width: 767px) {
  .btn--cost-of-work {
    border: 1px solid #2EA559;
    color: #000000;
    background-color: #ffffff;
  }
}
.btn--cost-of-work:hover {
  color: #ffffff;
  background-color: #2EA559;
}
.btn--cost-of-work--active {
  color: #ffffff;
  background-color: #2EA559;
}
.btn--cost-of-work-form {
  width: 100%;
  padding: 28px;
  font-size: 20px;
  font-weight: bold;
  display: block;
}
@media (max-width: 767px) {
  .btn--cost-of-work-form {
    height: 70px;
    font-size: 16px;
    display: flex;
  }
}
.btn--cost-of-work-form:hover:not(:disabled) {
  background-color: #41CA72;
}
.btn--services {
  position: absolute;
  right: 0;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  color: #000000;
}
.btn--services:hover {
  outline: 1px solid #7D7D7D;
  border-radius: 5px;
}
.btn--reviews {
  width: 220px;
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
  background-color: #ffffff;
  color: #000000;
  border: 2px solid #2EA559;
}
.btn--reviews:hover {
  color: #ffffff;
  background-color: #2EA559;
}

.btn--year {
  width: 100%;
  height: 50px;
  font-size: 18px;
  font-weight: 600;
  background-color: #ffffff;
  border: 1px solid #DBDBDB;
  color: #000000;
}
@media (max-width: 1439px) {
  .btn--year {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .btn--year {
    font-size: 14px;
  }
}

.btn--engine {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  background-color: #ffffff;
  border: 1px solid #DBDBDB;
  color: #000000;
}
@media (max-width: 1439px) {
  .btn--engine {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .btn--engine {
    font-size: 14px;
  }
}

.btn--year--active,
.btn--engine--active {
  background-color: #646E68;
  color: #ffffff;
}

@media (max-width: 767px) {
  .header {
    position: fixed;
    width: 100%;
    z-index: 2;
    background-color: #ffffff;
  }
}
.header__wrapper {
  display: grid;
  grid-template-columns: 250px 250px 1fr;
  gap: 40px;
  padding: 30px 0;
}
@media (max-width: 1439px) {
  .header__wrapper {
    grid-template-columns: 240px 1fr;
    gap: 10px;
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .header__wrapper {
    padding: 20px 10px;
    display: flex;
    justify-content: space-between;
  }
}
.header__logo {
  display: flex;
  align-items: center;
}
@media (max-width: 1439px) {
  .header__logo-icon {
    width: 145px;
    height: 30px;
  }
}
.header__nav-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  margin: 0 auto;
  gap: 30px;
  align-items: center;
}
@media (max-width: 1439px) {
  .header__nav-list {
    margin: 0 0 0 auto;
    flex-direction: row-reverse;
    gap: 60px;
  }
}
@media (max-width: 767px) {
  .header__nav-list {
    display: none;
  }
}
.header__nav-item {
  position: relative;
}
.header__nav-item:first-child a {
  background-color: #2EA559;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 7px;
  font-weight: 400;
  transition: background-color 0.3s ease;
}
.header__nav-item:first-child a:hover, .header__nav-item:first-child a:focus-visible {
  background-color: rgba(46, 165, 89, 0.8);
  outline: none;
}
.header__nav-item--submenu:hover .header__nav-sublist, .header__nav-item--submenu:focus-visible .header__nav-sublist {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.header__nav-item-link {
  font-weight: 600;
}
.header__nav-item-link:hover {
  color: #7D7D7D;
}
.header__nav-button {
  padding: 0;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header__nav-sublist {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 10px 0 rgba(41, 155, 70, 0.4);
  display: flex;
  flex-direction: column;
  gap: 12px;
  left: 0;
  list-style: none;
  margin: 0;
  min-width: 210px;
  padding: 12px 24px;
  position: absolute;
  z-index: 2;
  top: calc(100% + 12px);
  transform: translateY(-10%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.header__nav-sublist::before {
  content: "";
  height: 12px;
  width: 100%;
  position: absolute;
  top: -12px;
  left: 0;
}
@media (max-width: 767px) {
  .header__nav-sublist::before {
    display: none;
  }
}
.header__nav-subitem-link:hover {
  opacity: 0.5;
}
.header__info-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 20px;
  justify-content: right;
}
@media (max-width: 1439px) {
  .header__info-list {
    grid-column: span 2;
    border-top: 1px solid #DBDBDB;
    padding: 10px 0 0;
    gap: 40px;
    justify-content: space-between;
    display: flex;
  }
}
@media (max-width: 767px) {
  .header__info-list {
    border: none;
    padding: 0;
    align-items: center;
    gap: 20px;
  }
}
.header__info-item {
  display: flex;
  gap: 10px;
  align-items: center;
}
.header__info-item-icon {
  color: #2EA559;
}
@media (max-width: 767px) {
  .header__info-item-icon {
    display: none;
  }
}
.header__info-item-link {
  display: flex;
  flex-direction: column;
  font-weight: 600;
}
.header__info-item-text {
  margin: 0;
  font-size: 14px;
  font-weight: 200;
  display: block;
}
@media (max-width: 1439px) {
  .header__info-item-text {
    display: none;
  }
}
.header__info-item-text-more {
  display: block;
  font-weight: 600;
  font-size: 18px;
}
.header__info-item-text-more:hover {
  color: #7D7D7D;
}
@media (max-width: 1439px) {
  .header__info-item-text-more {
    font-size: 16px;
  }
}
.header__info-item:last-child {
  display: none;
}
@media (max-width: 1439px) {
  .header__info-item:nth-child(1) {
    order: 1;
  }
  .header__info-item:nth-child(2) {
    order: 2;
  }
  .header__info-item:nth-child(3) {
    order: 0;
  }
}
@media (max-width: 767px) {
  .header__info-item {
    display: none;
  }
  .header__info-item:first-child {
    display: flex;
    padding: 0;
    order: 0;
  }
  .header__info-item:last-child {
    display: flex;
    padding: 0;
    order: 1;
  }
}
.header__burger {
  padding: 0;
  width: 26px;
  height: 16px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}
.header__burger-menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out, visibility 0s linear 0.4s, top 0.4s ease-in-out;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
@media (max-width: 767px) {
  .header__burger-menu--active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    top: 70px;
    border-top: 2px solid #2EA559;
    transition: opacity 0.4s ease-in-out, visibility 0s linear 0s, top 0.4s ease-in-out;
  }
}
.header__burger-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.header__burger-nav {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  height: 92%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: space-between;
}
.header__burger-nav-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.header__burger-nav-item:first-child {
  margin-bottom: 20px;
}
.header__burger-nav-item:first-child a {
  border-bottom: 1px solid #2EA559;
}
.header__burger-nav-link {
  font-size: 20px;
  font-weight: 600;
}
.header__burger-info-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.header__burger-info-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__burger-info-icon {
  color: #2EA559;
}
.header__burger-info-link {
  display: flex;
  flex-direction: column;
}
.header__burger-info-text {
  font-size: 16px;
  font-weight: 200;
}
.header__burger-info-text-more {
  font-size: 16px;
  font-weight: 600;
  display: block;
}
.header__burger-social-list {
  position: absolute;
  right: 15px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.header__burger-social-icon {
  color: #2EA559;
}
.header__burger-icon {
  display: flex;
  width: 60%;
  height: 2px;
  background-color: #000000;
  margin-left: auto;
  transition: background-color 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.header__burger-icon::before, .header__burger-icon::after {
  content: "";
  display: flex;
  width: 100%;
  height: 2px;
  background-color: #000000;
  position: absolute;
  transition: transform 0.4s ease-in-out, top 0.4s ease-in-out, bottom 0.4s ease-in-out;
  left: 0;
}
.header__burger-icon::before {
  transform: translate(0, 6px);
}
.header__burger-icon::after {
  transform: translate(0, -6px);
}

.header__burger--active .header__burger-icon {
  background-color: transparent;
  transition: background-color 0.4s ease-in-out;
}
.header__burger--active .header__burger-icon::before {
  transform: rotate(45deg);
  background-color: #2EA559;
}
.header__burger--active .header__burger-icon::after {
  transform: rotate(-45deg);
  background-color: #2EA559;
}

.hero__wrapper {
  position: relative;
  height: 600px;
  overflow: hidden;
}
@media (max-width: 1439px) {
  .hero__wrapper {
    height: 480px;
  }
}
.hero__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, visibility 0s linear 0.5s;
}
.hero__slide-content {
  padding: 100px 60px;
  color: #ffffff;
}
@media (max-width: 1439px) {
  .hero__slide-content {
    padding: 50px 25px;
  }
}
@media (max-width: 767px) {
  .hero__slide-content {
    padding: 50px 35px 50px 25px;
  }
}
.hero__slide-content-title {
  margin: 0 0 33px;
  font-size: 24px;
}
@media (max-width: 1439px) {
  .hero__slide-content-title {
    font-size: 16px;
    margin: 0 0 25px;
  }
}
@media (max-width: 767px) {
  .hero__slide-content-title {
    font-size: 16px;
    margin: 0 0 30px;
  }
}
.hero__slide-content-title-name {
  font-weight: 600;
}
.hero__slide-content-text {
  font-size: 50px;
  line-height: 53px;
  font-weight: 600;
  margin: 0 0 30px;
  width: 70%;
}
@media (max-width: 1439px) {
  .hero__slide-content-text {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 25px;
  }
}
@media (max-width: 767px) {
  .hero__slide-content-text {
    font-size: 20px;
    line-height: 26px;
    width: unset;
  }
}
.hero__slide-content-text-name {
  color: #2EA559;
}
.hero__slide-content-offer {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  color: #B5B5B5;
  margin: 0 0 40px;
}
@media (max-width: 1439px) {
  .hero__slide-content-offer {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 25px;
  }
}
@media (max-width: 767px) {
  .hero__slide-content-offer {
    font-size: 16px;
  }
}
.hero__slide-content-offer-text {
  color: #ffffff;
}
.hero__slide-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 1439px) {
  .hero__slide-list {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .hero__slide-list {
    width: unset;
  }
}
.hero__slide-item {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1439px) {
  .hero__slide-item {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hero__slide-item {
    font-size: 16px;
  }
}
.hero__slide-item:first-child {
  margin: 0 0 10px 0;
  font-weight: unset;
}
.hero__slide-item:last-child {
  margin: 10px 0 0 0;
  font-weight: unset;
}
.hero__slide--1 {
  background-image: url(../../images/slide/1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}
@media (max-width: 1439px) {
  .hero__slide--1 {
    background-position: center;
    height: 480px;
  }
}
@media (max-width: 767px) {
  .hero__slide--1 {
    background-image: url(../../images/slide/1-mob.webp);
  }
}
.hero__slide--2 {
  background-image: url(../../images/slide/2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}
@media (max-width: 1439px) {
  .hero__slide--2 {
    background-position: center;
    height: 480px;
  }
}
@media (max-width: 767px) {
  .hero__slide--2 {
    background-image: url(../../images/slide/1-mob.webp);
  }
}
.hero__slide--3 {
  background-image: url(../../images/slide/3.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}
@media (max-width: 1439px) {
  .hero__slide--3 {
    background-position: center;
    height: 480px;
  }
}
@media (max-width: 767px) {
  .hero__slide--3 {
    background-image: url(../../images/slide/1-mob.webp);
  }
}
.hero__slide--4 {
  background-image: url(../../images/slide/4.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}
@media (max-width: 1439px) {
  .hero__slide--4 {
    background-position: center;
    height: 480px;
  }
}
@media (max-width: 767px) {
  .hero__slide--4 {
    background-image: url(../../images/slide/1-mob.webp);
  }
}
.hero__slide--5 {
  background-image: url(../../images/slide/5.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}
@media (max-width: 1439px) {
  .hero__slide--5 {
    background-position: center;
    height: 480px;
  }
}
@media (max-width: 767px) {
  .hero__slide--5 {
    background-image: url(../../images/slide/1-mob.webp);
  }
}
.hero__slide--active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.hero__dots {
  display: flex;
  gap: 20px;
  position: absolute;
  bottom: 100px;
  left: 60px;
}
@media (max-width: 1439px) {
  .hero__dots {
    left: 25px;
  }
}
@media (max-width: 767px) {
  .hero__dots {
    bottom: 50px;
  }
}
.hero__dots-dot {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
}
.hero__dots-dot--active {
  background-color: #fff;
}

.advantages__wrapper {
  padding: 50px 0;
}
@media (max-width: 1439px) {
  .advantages__wrapper {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .advantages__wrapper {
    display: flex;
    justify-content: center;
  }
}
.advantages__card-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(6, 170px);
  justify-content: space-between;
}
@media (max-width: 1439px) {
  .advantages__card-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .advantages__card-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.advantages__card-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
@media (max-width: 1439px) {
  .advantages__card-item {
    margin: 0 auto;
    width: 170px;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .advantages__card-item {
    width: 140px;
  }
}
@media (max-width: 767px) {
  .advantages__card-item-text {
    font-size: 14px;
  }
}
.advantages__card-item svg {
  color: #2EA559;
}
@media (max-width: 1439px) {
  .advantages__card-item svg {
    width: 40px;
    height: 40px;
  }
}

.cost-of-work {
  background-color: rgba(246, 246, 246, 0.7);
  padding: 50px 0;
}
.cost-of-work__title {
  font-size: 36px;
  text-align: center;
  margin: 0 0 50px;
}
@media (max-width: 1439px) {
  .cost-of-work__title {
    font-size: 28px;
    margin: 0 0 20px;
  }
}
.cost-of-work__brand {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 50px;
  border: 1px solid #2EA559;
  width: max-content;
  border-radius: 12px;
  background-color: #ffffff;
}
@media (max-width: 1439px) {
  .cost-of-work__brand {
    flex-direction: row;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .cost-of-work__brand {
    flex-direction: column;
    border: none;
    gap: 10px;
    background-color: transparent;
  }
}
.cost-of-work__inner {
  display: none;
  /*&-loader {
      display: block;
      position: relative;
      height: 32px;
      width: 100%;
      background: $color-white;
      border: 2px solid $color-eucalyptus;
      color: $color-eucalyptus;
      overflow: hidden;
      margin: 0 auto;

      &::before {
          content: '';
          background: $color-eucalyptus;
          position: absolute;
          left: 0;
          top: 0;
          width: 0;
          height: 100%;
          animation: loading 10s linear infinite;
      }

      &::after {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          text-align: center;
          font-size: 24px;
          line-height: 32px;
          color: rgb(0, 255, 255);
          mix-blend-mode: difference;
          animation: percentage 10s linear infinite;
      }

      @keyframes loading {
          0% {
              width: 0
          }

          100% {
              width: 100%
          }
      }

      @keyframes percentage {
          0% {
              content: "0%"
          }

          5% {
              content: "5%"
          }

          10% {
              content: "10%"
          }

          20% {
              content: "20%"
          }

          30% {
              content: "30%"
          }

          40% {
              content: "40%"
          }

          50% {
              content: "50%"
          }

          60% {
              content: "60%"
          }

          70% {
              content: "70%"
          }

          80% {
              content: "80%"
          }

          90% {
              content: "90%"
          }

          95% {
              content: "95%"
          }

          96% {
              content: "96%"
          }

          97% {
              content: "97%"
          }

          98% {
              content: "98%"
          }

          99% {
              content: "99%"
          }

          100% {
              content: "100%"
          }
      }
  }*/
}
.cost-of-work__inner--active {
  display: block;
}
.cost-of-work__inner-loader {
  display: block;
  width: max-content;
  font-size: 48px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #7D7D7D;
  position: relative;
  margin: 0 auto;
}
.cost-of-work__inner-loader::before {
  content: "";
  position: absolute;
  left: 34px;
  bottom: 9px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 5px solid #7D7D7D;
  border-bottom-color: #fff;
  box-sizing: border-box;
  animation: rotation 2s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cost-of-work__model-range {
  display: flex;
  justify-content: center;
}
.cost-of-work__model-range-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1439px) {
  .cost-of-work__model-range-list {
    display: grid;
    grid-template-columns: repeat(4, auto);
  }
}
@media (max-width: 767px) {
  .cost-of-work__model-range-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.cost-of-work__model-range-item {
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  user-select: none;
}
.cost-of-work__model-range-item:hover {
  outline: 2px solid #2EA559;
}
.cost-of-work__model-range-item--active {
  outline: 2px solid #2EA559;
  cursor: unset;
}
.cost-of-work__model-range-name {
  color: #000000;
  width: max-content;
  font-size: 16px;
  font-weight: 600;
}
.cost-of-work__calc {
  padding: 50px 0 0;
}
.cost-of-work__calc-title {
  font-size: 26px;
  text-align: center;
  margin: 0 0 60px;
}
.cost-of-work__calc-modelname {
  font-weight: 600;
}
.cost-of-work__calc-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1439px) {
  .cost-of-work__calc-inner {
    display: flex;
    flex-direction: column;
  }
}
.cost-of-work__calc-model-xl {
  display: none;
}
.cost-of-work__calc-model-xl-img {
  margin: 0 auto;
}
.cost-of-work__calc-model-xl--active {
  display: block;
}
@media (max-width: 1439px) {
  .cost-of-work__calc-model-xl--active {
    display: none;
  }
}
@media (max-width: 1439px) {
  .cost-of-work__form {
    width: 708px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cost-of-work__form {
    width: 100%;
  }
}
.cost-of-work__form-group {
  margin: 0;
  padding: 0;
  margin: 0 0 50px;
  border: none;
}
.cost-of-work__form-name {
  margin: 0 0 20px;
  font-size: 20px;
}
.cost-of-work__form-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media (max-width: 1439px) {
  .cost-of-work__form-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .cost-of-work__form-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cost-of-work__form-inner--alt {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (max-width: 1439px) {
  .cost-of-work__form-inner--alt {
    gap: 15px;
  }
}

.services {
  background-color: rgba(246, 246, 246, 0.7);
  padding: 50px 0;
}
.services__title {
  margin: 0 0 40px;
  text-align: center;
  font-size: 36px;
}
@media (max-width: 1439px) {
  .services__title {
    font-size: 28px;
  }
}
.services__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.services__list > li:first-child {
  margin: 0 0 40px;
}
.services__item {
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #DBDBDB;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .services__item {
    padding: 10px;
  }
}
.services__item:hover {
  border: 1px solid #7D7D7D;
}
.services__item-header {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .services__item-header {
    display: grid;
    grid-template-columns: 70px 1fr 40px;
  }
}
.services__item-header-icon {
  background-color: #2EA559;
  color: #fff;
  padding: 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
@media (max-width: 1439px) {
  .services__item-header-icon {
    width: 70px;
    height: 70px;
  }
}
.services__item-header-title {
  font-size: 24px;
}
@media (max-width: 1439px) {
  .services__item-header-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .services__item-header-title {
    font-size: 16px;
  }
}
.services__item-btn-icon {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.services__item-btn-icon.rotated {
  transform: rotate(180deg);
}
.services__more {
  display: none;
}
.services__more-title {
  padding: 0 0 0 120px;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1439px) {
  .services__more-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .services__more-title {
    padding: 20px 0 0;
  }
}
.services__more-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 20px 20px 20px 120px;
  gap: 20px 50px;
}
@media (max-width: 1439px) {
  .services__more-list {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .services__more-list {
    padding: 0;
  }
}
.services__more-item {
  display: grid;
  grid-template-columns: 400px 1fr;
  border-bottom: 1px solid;
  padding: 20px 0;
}
@media (max-width: 1439px) {
  .services__more-item:last-child {
    border: none;
  }
}
@media (max-width: 767px) {
  .services__more-item {
    grid-template-columns: 1fr 90px;
    gap: 20px;
  }
}
.services__more-item-position {
  font-size: 18px;
}
@media (max-width: 1439px) {
  .services__more-item-position {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .services__more-item-position {
    font-size: 14px;
  }
}
.services__more-item-price {
  font-size: 18px;
  font-weight: 600;
  text-align: right;
}
@media (max-width: 1439px) {
  .services__more-item-price {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .services__more-item-price {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: end;
  }
}

.about-company {
  padding: 50px 0;
}
.about-company__wrapper {
  background: rgb(199, 219, 206);
  background: linear-gradient(115deg, rgb(199, 219, 206) 36%, rgb(31, 126, 65) 40%, rgb(34, 139, 71) 54%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  padding: 100px 60px;
}
@media (max-width: 1439px) {
  .about-company__wrapper {
    padding: 40px;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .about-company__wrapper {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
@media (max-width: 1439px) {
  .about-company__left {
    align-items: center;
    display: flex;
  }
}
.about-company__right {
  border-left: 2px solid #64C286;
  padding: 0 0 0 40px;
}
@media (max-width: 1439px) {
  .about-company__right {
    padding: 0 0 0 10px;
  }
}
@media (max-width: 767px) {
  .about-company__right {
    border: none;
    padding: 0;
  }
}
.about-company__right-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 50px;
}
@media (max-width: 1439px) {
  .about-company__right-header {
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .about-company__right-header {
    justify-content: center;
    margin: 0 0 30px;
  }
}
.about-company__right-title {
  font-size: 36px;
  color: #ffffff;
  font-weight: 600;
}
@media (max-width: 1439px) {
  .about-company__right-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .about-company__right-title {
    font-size: 22px;
  }
}
@media (max-width: 1439px) {
  .about-company__right-logo {
    width: 113px;
  }
}
.about-company__right-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: #ffffff;
}
@media (max-width: 1439px) {
  .about-company__right-content {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .about-company__right-content {
    text-align: center;
  }
}
.about-company__right-text {
  margin: 0;
}
@media (max-width: 1439px) {
  .about-company__right-text {
    font-size: 14px;
  }
}

.team {
  padding: 100px 0;
}
@media (max-width: 1439px) {
  .team {
    padding: 50px 0;
  }
}
.team__title {
  margin: 0 0 50px;
  text-align: center;
  font-size: 36px;
}
.team__wrapper {
  position: relative;
}
.team__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 84px;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 20;
}
.team__btn--left {
  left: 15px;
}
.team__btn--right {
  right: 15px;
}
.team__btn-icon {
  color: #DBDBDB;
}
.team__btn-icon:hover {
  color: #B5B5B5;
}
.team__inner {
  overflow: hidden;
  margin: 0 auto;
  width: 1210px;
}
@media (max-width: 1439px) {
  .team__inner {
    width: 590px;
  }
}
@media (max-width: 767px) {
  .team__inner {
    width: 280px;
  }
}
.team__card-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 30px;
  transition: transform 0.5s ease;
  will-change: transform;
}
.team__card-item {
  flex: 0 0 280px;
  width: 280px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.team__card-photo-img {
  margin: 0 auto;
}
.team__card-info {
  border-left: 4px solid #2EA559;
  padding: 0 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.team__card-info-name {
  font-size: 18px;
  font-weight: 600;
}

.reviews {
  background-color: #F9F9F9;
  padding: 50px 0;
}
.reviews__title {
  margin: 0 0 50px;
  text-align: center;
  font-size: 36px;
}
@media (max-width: 1439px) {
  .reviews__title {
    margin: 0 0 20px;
    font-size: 28px;
  }
}
.reviews__btn {
  width: 64px;
  height: 64px;
  padding: 5px 15px;
  border: none;
  outline: none;
  border-radius: 10px;
  background-color: #ffffff;
  cursor: pointer;
}
.reviews__btn-icon {
  align-items: center;
  display: flex;
  margin: 0 auto;
  color: #DBDBDB;
}
@media (max-width: 1439px) {
  .reviews__btn-icon {
    width: 15px;
    height: 30px;
  }
}
.reviews__btn-icon:hover {
  color: #B5B5B5;
}
.reviews__btn-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: max-content;
  margin: 0 0 20px auto;
  display: flex;
  gap: 20px;
}
@media (max-width: 1439px) {
  .reviews__btn-list {
    gap: 10px;
  }
}
.reviews__btn-item:first-child {
  margin: 0 30px 0 0;
  align-items: center;
  display: flex;
}
@media (max-width: 1439px) {
  .reviews__btn-item:first-child {
    display: none;
  }
}
.reviews__wrapper {
  overflow: hidden;
  position: relative;
}
.reviews__container {
  display: flex;
  gap: 30px;
  transition: transform 0.5s ease;
}
.reviews__card {
  flex: 0 0 calc((100% - 60px) / 3);
  height: 375px;
  padding: 30px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
  overflow-y: auto;
  box-sizing: border-box;
}
@media (max-width: 1439px) {
  .reviews__card {
    flex: 0 0 calc((100% - 30px) / 2);
  }
}
@media (max-width: 767px) {
  .reviews__card {
    flex: 0 0 100%;
    padding: 15px;
  }
}
.reviews__card-header {
  border-bottom: 1px solid #DBDBDB;
  padding: 0 0 20px;
}
.reviews__card-header-name {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin: 0px 0 5px;
}
.reviews__card-header-date {
  font-size: 16px;
  line-height: 26px;
  color: #B5B5B5;
}
.reviews__card-header-rating {
  display: inline-flex;
  gap: 4px;
  position: relative;
}
.reviews__card-header-rating--5::before {
  content: "★★★★★";
  font-family: "Mont", "Arial", sans-serif;
  font-size: 20px;
  color: #FFCB45;
  letter-spacing: 4px;
}
.reviews__card-header-rating--4::before {
  content: "★★★★☆";
  font-family: "Mont", "Arial", sans-serif;
  font-size: 20px;
  color: #FFCB45;
  letter-spacing: 4px;
}
.reviews__card-header-rating--3::before {
  content: "★★★☆☆";
  font-family: "Mont", "Arial", sans-serif;
  font-size: 20px;
  color: #FFCB45;
  letter-spacing: 4px;
}
.reviews__card-header-rating--2::before {
  content: "★★☆☆☆";
  font-family: "Mont", "Arial", sans-serif;
  font-size: 20px;
  color: #FFCB45;
  letter-spacing: 4px;
}
.reviews__card-header-rating--1::before {
  content: "★☆☆☆☆";
  font-family: "Mont", "Arial", sans-serif;
  font-size: 20px;
  color: #FFCB45;
  letter-spacing: 4px;
}
.reviews__card-content {
  overflow: auto;
  padding: 20px 20px 0 0;
  font-size: 16px;
  line-height: 30px;
  box-sizing: border-box;
}
@media (max-width: 1439px) {
  .reviews__card-content {
    padding: 20px 0 0;
    line-height: 22px;
  }
}
.reviews__card-content-text {
  margin: 0;
}
@media (max-width: 767px) {
  .reviews__card-content-text {
    font-size: 14px;
  }
}

.contacts {
  background-color: #F9F9F9;
}
.contacts__wrapper {
  position: relative;
}
.contacts__map {
  position: relative;
  z-index: 1;
}
.contacts__card {
  background-color: #F9F9F9;
  width: 496px;
  height: 100%;
  border-top: 10px solid #2EA559;
  outline: 1px solid #2EA559;
  padding: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 1439px) {
  .contacts__card {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .contacts__card {
    padding: 50px 25px;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
.contacts__card-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contacts__card-title {
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 1439px) {
  .contacts__card-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .contacts__card-title {
    font-size: 24px;
  }
}
.contacts__card-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 18px;
  line-height: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1439px) {
  .contacts__card-list {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .contacts__card-list {
    font-size: 14px;
    line-height: 16px;
  }
}
.contacts__card-item-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.contacts__card-item-link:hover {
  text-decoration: underline;
}
.contacts__card-item-icon {
  color: #2EA559;
  width: 28px;
  height: 28px;
}
@media (max-width: 1439px) {
  .contacts__card-item-icon {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 767px) {
  .contacts__card-item-icon {
    width: 22px;
    height: 22px;
  }
}
.contacts__card-item-text {
  font-weight: 400;
}
.contacts__card-item-text--bold {
  font-weight: 600;
}

.footer {
  background-color: #353535;
  padding: 0 0 40px;
}
@media (max-width: 1439px) {
  .footer {
    margin: 10px 0 0;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 0 0 40px;
    position: relative;
    top: 70px;
  }
}
.footer__wrapper {
  padding: 40px 0 0;
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 1439px) {
  .footer__wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .footer__wrapper {
    gap: 0;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .footer__logo {
    margin: 0 0 30px;
  }
}
@media (max-width: 1439px) {
  .footer__logo-img {
    margin: 0 auto;
  }
}
.footer__standards {
  display: flex;
  align-items: center;
  gap: 200px;
}
@media (max-width: 1439px) {
  .footer__standards {
    flex-direction: row;
    width: max-content;
    margin: 0 auto;
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .footer__standards {
    margin: 0 0 30px;
    flex-direction: column;
    gap: 15px;
  }
}
.footer__standards a {
  color: #999999;
}
.footer__standards a:hover {
  color: #D3D3D3;
}
.footer__logo-copy {
  width: max-content;
  margin: 40px auto 0;
}
@media (max-width: 1439px) {
  .footer__logo-copy {
    width: max-content;
    margin: 30px auto 0;
  }
}
@media (max-width: 767px) {
  .footer__logo-copy {
    margin: 0 auto;
  }
}
.footer__logo-copy-text {
  margin: 0;
  color: #999999;
}
@media (max-width: 767px) {
  .footer__logo-copy-text {
    text-align: center;
  }
}

/* Blocks */
/* ------------------------------------ */
.privacy-policy {
  padding: 50px 0;
}
.privacy-policy__content-wrapper {
  padding: 0 50px;
  position: relative;
}
.privacy-policy__content-preamble {
  padding: 0 0 0 20px;
}
.privacy-policy__content-preamble::before {
  content: "i";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 1px;
  left: 1px;
  display: flex;
  font-size: 38px;
  justify-content: center;
  background-color: #2EA559;
  color: #ffffff;
  border-radius: 50%;
}
.privacy-policy__content-paragraph {
  margin: 30px 0 0;
}
.privacy-policy__content-heading {
  font-size: 18px;
  font-weight: 400;
}
.privacy-policy__content-list {
  list-style-type: none;
  margin: 0;
}
.privacy-policy__content-item-list {
  list-style-type: none;
}

.arrow-up {
  position: fixed;
  bottom: 120px;
  right: 70px;
  width: 100px;
  height: 100px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  border: none;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1000;
  color: #A3CDB2;
}
.arrow-up :hover {
  color: #2EA559;
}
@media (max-width: 1439px) {
  .arrow-up {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */