@charset "UTF-8";
/* stylelint-disable */
/* stylelint-disable */
@import 'https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap';
@import 'https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css';
@import 'https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/css/intlTelInput.min.css';
@import 'https://unpkg.com/accordion-js@3.3.4/dist/accordion.min.css';
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
}

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

img,
video {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

button {
  cursor: pointer;
}

.container {
  margin: 0 auto;
  max-width: 1440px;
}

.container-inner {
  margin: 0 auto;
  max-width: 1280px;
}

.main {
  margin-top: -2px;
}

strong {
  font-weight: 700;
}

.padding-bottom {
  padding-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .padding-bottom {
    padding-bottom: 80px;
  }
}
.btn-header {
  width: 256px;
  height: 47px;
  position: relative;
  font-family: inherit;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5714285714;
  letter-spacing: -0.28;
  color: #010202;
  fill: #010202;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}
.btn-header__arrow-hidden {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #f9ff74;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.btn-header__text {
  position: absolute;
  left: 6px;
  z-index: 1;
  padding: 12px 18px 13px;
  border-radius: 30px;
  background-color: #f9ff74;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.28px;
}
.btn-header__arrow {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #f9ff74;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  left: 214px;
}

.btn {
  position: relative;
  width: 311px;
  height: 59px;
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: -0.32px;
  color: #f9ff74;
  fill: #f9ff74;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  margin-left: -7px;
}
.btn__arrow-hidden {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #010202;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.btn__text {
  padding: 18px 25px 19px;
  border-radius: 30px;
  background-color: #010202;
  position: absolute;
  z-index: 1;
  width: calc(100% - 54px);
  white-space: nowrap;
}
.btn__arrow {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #010202;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: calc(100% - 48px);
}

.btn:disabled {
  cursor: pointer;
}

.title-dark {
  font-weight: 500;
  font-size: 46px;
  line-height: 1.3;
  letter-spacing: -0.46px;
  color: #111111;
}
.title-dark__accent {
  display: inline-block;
  position: relative;
  color: #f9ff74;
  background-color: transparent;
  overflow: hidden;
  -webkit-transform: translateY(0.25em);
  -ms-transform: translateY(0.25em);
  transform: translateY(0.25em);
  padding: 0 6px 6px;
  line-height: 1;
  margin-top: -0.3em;
  white-space: nowrap;
}

.title-light {
  font-weight: 500;
  font-size: 46px;
  line-height: 1.3043478261;
  letter-spacing: -0.46px;
  color: #fff;
}
.title-light__accent {
  color: #f9ff74;
}

@media screen and (max-width: 768px) {
  .title-dark {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: -0.78px;
    color: #111111;
  }
  .title-dark__accent {
    color: #f9ff74;
    padding: 0 6px 3px;
  }
  .title-dark--smlh {
    line-height: 1.1538461538;
  }
  .title-light {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.1538461538;
    letter-spacing: -0.78px;
    color: #fff;
  }
  .title-light__accent {
    color: #f9ff74;
  }
  .btn {
    position: relative;
    width: auto;
    padding: 0;
    margin: 0;
    margin-right: 31px;
    height: 59px;
    font-family: inherit;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.8333333333;
    letter-spacing: -0.24px;
    color: #f9ff74;
    fill: #f9ff74;
    border: none;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }
  .btn__arrow-hidden {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background-color: #010202;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: none;
  }
  .btn__text {
    padding: 10px 16px 11px;
    border-radius: 30px;
    background-color: #010202;
    z-index: 1;
    font-size: 12px;
    position: relative;
    left: 0;
    width: auto;
    margin: 0;
  }
  .btn__arrow {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background-color: #010202;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: calc(100% + 31px);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
*::-moz-selection {
  background-color: #f9ff74;
  color: #010202;
}
*::selection {
  background-color: #f9ff74;
  color: #010202;
}

.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  padding: 15px 80px 16px;
}
.header.dark {
  background-color: #010202;
}
.header__burger {
  display: none;
}
.header__btn-mob {
  display: none;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
}
.header__logo {
  margin-right: 50px;
}
.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__container-mob {
  display: none;
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.header__link {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 1.5714285714;
  font-weight: 500;
  letter-spacing: -0.28px;
  color: #010202;
}
.header__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f9ff74;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.header__link:hover::after, .header__link:focus::after, .header__link.active::after {
  opacity: 1;
}
.header__link.dark {
  color: #fff;
}
.header__dropdown {
  position: relative;
}
.header__dropdown-toggle {
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 14px;
  line-height: 1.5714285714;
  font-weight: 500;
  letter-spacing: -0.28px;
}
.header__dropdown-toggle.dark {
  color: #fff;
}
.header__dropdown-menu {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  background-color: #edede7;
  color: #4e4e4e;
  font-weight: 500;
  letter-spacing: -0.28px;
  font-size: 14px;
  line-height: 1.5714285714;
  margin-top: 5px;
}
.header__dropdown-menu a {
  display: inline-block;
  width: 100%;
  padding: 8px 11px 9px;
}
.header__dropdown-menu--visible {
  display: block;
}
.header__dropdown-menu--visible:hover, .header__dropdown-menu--visible:focus {
  background-color: #010202;
  color: #b2b3b3;
}

.burger-icon {
  position: absolute;
  padding-top: 7px;
  left: 20px;
}

#plusIcon {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  margin-left: 6px;
}

.header__dropdown-toggle:active #plusIcon,
.header__dropdown-toggle:focus #plusIcon {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

@media screen and (max-width: 1300px) {
  .header {
    padding: 15px 20px 16px;
  }
}
@media screen and (max-width: 1200px) {
  .header__nav {
    display: none;
  }
  .header__btn-mob {
    display: block;
  }
  .header__logo-mob {
    position: absolute;
    left: 50px;
    margin: 0 auto 0 15px;
  }
  .header__dropdown {
    display: none;
  }
  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -10px;
  }
  .header__burger img {
    height: auto;
  }
  .header__btn {
    display: none;
  }
  .header__container {
    display: none;
  }
  .header__container-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header__mob-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 374px) {
  .header__mob-box {
    gap: 10px;
  }
  .header__logo-mob img {
    width: 102px;
    height: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .btn-header-mob {
    position: relative;
    font-family: inherit;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5714285714;
    letter-spacing: -0.28px;
    color: #010202;
    fill: #010202;
    border: none;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: transparent;
  }
  .btn-header__text-mob {
    z-index: 1;
    padding: 7px 12px;
    border-radius: 30px;
    background-color: #f9ff74;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.28px;
  }
}
.section1 {
  padding-top: 130px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 60px;
}
.section1__wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.section1__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}
.section1__title {
  font-weight: 500;
  font-size: 52px;
  line-height: 64px;
  letter-spacing: -1.8px;
  color: #111111;
  margin-left: auto;
  max-width: 874px;
  width: 100vw;
  margin-right: 80px;
}
.section1__accent {
  color: #f9ff74;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  display: inline-block;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
}
.section1__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #4e4e4e;
  max-width: 341px;
  margin-left: auto;
  margin-top: -55px;
  margin-right: 80px;
}
.section1__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
.section1__card {
  cursor: pointer;
  border-radius: 300px 300px 0 0;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  overflow: hidden;
  height: 60vh;
  max-height: 522px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section1__card:nth-child(2) {
  margin-left: -1px;
  margin-right: -1px;
}
.section1__card:hover .section1__card-text, .section1__card:focus .section1__card-text {
  background-color: #010202;
}
.section1__card:hover .section1__text, .section1__card:focus .section1__text {
  color: #fff;
}
.section1__card:hover .section1__card-btn, .section1__card:focus .section1__card-btn {
  background-color: #f9ff74;
  fill: #010202;
  border: none;
  outline: none;
}
.section1__card-text {
  max-height: 126px;
  min-height: 100px;
  height: 10vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 50px;
  background-color: #edede7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.section1__text {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4545454545;
  color: #010202;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section1__text--accent {
  color: #fff;
}
.section1__card-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #111111;
  fill: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
  outline: none;
}
.section1__img {
  border-radius: 300px 300px 0 0;
  overflow: hidden;
}
.section1__photo {
  border-radius: 300px 300px 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section1__picture-box {
  max-height: 481px;
  height: 50vh;
  overflow: hidden;
  -ms-flex-negative: 5;
  flex-shrink: 5;
}
.section1__img-mob {
  display: none;
}

@media screen and (max-height: 740px) {
  .section1 {
    padding-top: 120px;
    gap: 30px;
  }
}
@media screen and (max-width: 1440px) {
  .section1 .container {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .section1__title {
    margin-right: 10px;
  }
  .section1__subtitle {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .section1__card-text {
    padding: 0 20px;
  }
  .section1__text {
    max-width: 225px;
  }
}
@media screen and (max-width: 1024px) {
  .section1 {
    padding-top: 86px;
    height: auto;
    gap: 35px;
  }
  .section1__title {
    font-weight: 500;
    font-size: 48px;
    line-height: 1.2083333333;
    letter-spacing: -1.44px;
    color: #111111;
    margin-left: 0;
  }
  .section1__subtitle {
    margin-left: 0;
    margin-top: 10px;
  }
  .section1__container {
    padding: 0 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .section1__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .section1__picture-box {
    height: 40vh;
  }
}
@media screen and (max-width: 768px) {
  .section1__title {
    font-size: 27px;
    line-height: 1.2142857143;
    max-width: 450px;
    letter-spacing: -0.84px;
    width: 100%;
  }
  .section1__accent {
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
  }
  .section1__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  .section1__card {
    border: 1px solid #111111;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    border-radius: 0 200px 200px 0;
    width: 70%;
    overflow: hidden;
    height: 20vh;
    max-height: 150px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .section1__card:not(:last-child) {
    border-bottom: none;
  }
  .section1__card:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }
  .section1__card:hover .section1__card-text, .section1__card:focus .section1__card-text {
    background-color: #fff;
    border-left: none;
  }
  .section1__card:hover .section1__text, .section1__card:focus .section1__text {
    color: #010202;
  }
  .section1__card:hover .section1__card-btn, .section1__card:focus .section1__card-btn {
    background-color: #f9ff74;
    fill: #010202;
    border: none;
    outline: none;
  }
  .section1__card-btn {
    display: none;
  }
  .section1__img {
    display: none;
  }
  .section1__img-mob {
    display: block;
    border-radius: 0 200px 200px 0;
    overflow: hidden;
  }
  .section1__photo-mob {
    border-radius: 0 200px 200px 0;
    width: 100%;
    max-height: 150px;
    height: 20vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .section1__card-text {
    padding: 0 16px;
    height: 15vh;
    min-height: auto;
    max-height: auto;
    width: 40%;
    background-color: #fff;
  }
  .section1__picture-box {
    max-height: 150px;
    height: 20vh;
    width: 60%;
  }
  .section1__text {
    font-size: 16px;
    line-height: 1.375;
  }
  .section1__card {
    width: 90%;
    max-height: 108px;
  }
  .section1__picture-box {
    max-height: 111px;
    height: 20vh;
    width: 60%;
  }
  .section1__photo-mob {
    border-radius: 0 200px 200px 0;
    width: 100%;
    max-height: 111px;
    height: 20vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 480px) {
  .section1__text br {
    display: none;
  }
  .section1__title {
    font-size: 25px;
    line-height: 1.2142857143;
    max-width: 394px;
  }
}
@media screen and (max-width: 410px) {
  html[lang=ru-RU] .section1__title .title-dark__accent {
    letter-spacing: -1.8px;
  }
}
@media screen and (max-width: 374px) {
  .section1__card {
    width: 100%;
  }
  .section1__title {
    font-size: 23px;
    line-height: 1.2142857143;
    max-width: 394px;
  }
}
.bg-change {
  position: absolute;
  right: 0;
  height: 100%;
  width: 200%;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #111111), color-stop(50%, #edede7));
  background: linear-gradient(to right, #111111 50%, #edede7 50%);
  z-index: -1;
}

.section2 {
  padding: 173px 0;
  height: 1033px;
}
.section2__container {
  padding: 0 40px;
}
.section2__title {
  margin-left: 45px;
  max-width: 600px;
  margin-bottom: 53px;
}
.section2__subtitle {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4545454545;
  letter-spacing: -0.44px;
  color: #111111;
  margin-bottom: 10px;
}
.section2__subtitle--mw {
  max-width: 320px;
}
.section2__desc {
  font-size: 16px;
  line-height: 1.625;
  color: #4e4e4e;
}
.section2__images {
  position: relative;
  max-width: 100%;
}
.section2__item1 {
  position: absolute;
  top: 0;
  left: 388px;
}
.section2__line-box-1 {
  display: block;
  position: absolute;
  left: 285px;
  top: -136px;
  z-index: -1;
}
.section2__title-box1 {
  position: absolute;
  top: -147px;
  left: 489px;
  min-width: 400px;
}
.section2__item2 {
  position: absolute;
  top: 36px;
  left: 155px;
}
.section2__line-box-2 {
  display: block;
  position: absolute;
  left: -133px;
  top: 305px;
}
.section2__title-box2 {
  position: absolute;
  top: 390px;
  left: -109px;
  min-width: 332px;
}
.section2__item3 {
  position: absolute;
  top: 193px;
  left: 457px;
}
.section2__line-box-3 {
  display: block;
  position: absolute;
  left: 3px;
  top: 213px;
}
.section2__title-box3 {
  position: absolute;
  top: 338px;
  left: 38px;
  min-width: 395px;
}
.section2__item4 {
  position: absolute;
  top: 68px;
  left: 800px;
}
.section2__line-box-4 {
  display: block;
  position: absolute;
  left: 33px;
  top: 248px;
}
.section2__title-box4 {
  position: absolute;
  top: 390px;
  left: 121px;
  min-width: 373px;
}

@media screen and (max-width: 1440px) {
  .section2 {
    padding: 173px 32px;
  }
  .section2__container {
    padding: 0;
  }
}
@media screen and (max-width: 1300px) {
  .section2 {
    padding: 173px 20px 0;
    height: auto;
  }
  .section2__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section2__title {
    margin-left: 0;
  }
  .section2__item1 {
    display: block;
    position: static;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    margin-bottom: 40px;
  }
  .section2__line-box-1 {
    display: none;
  }
  .section2__title-box1 {
    position: static;
  }
  .section2__item2 {
    display: block;
    position: static;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    margin-bottom: 40px;
  }
  .section2__line-box-2 {
    display: none;
  }
  .section2__title-box2 {
    position: static;
  }
  .section2__item3 {
    display: block;
    position: static;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
  .section2__line-box-3 {
    display: none;
  }
  .section2__title-box3 {
    position: static;
  }
  .section2__item4 {
    display: block;
    position: static;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
  .section2__line-box-4 {
    display: none;
  }
  .section2__title-box4 {
    position: static;
  }
  .section2__img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    height: 320px;
    margin-bottom: 30px;
  }
  .section2__subtitle {
    max-width: 300px;
  }
  .section2__desc {
    max-width: 444px;
  }
}
@media screen and (max-width: 1024px) {
  .section2 {
    padding-top: 80px;
  }
  .section2__desc {
    max-width: 340px;
  }
}
@media screen and (max-width: 860px) {
  .section2__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section2__item1, .section2__item2, .section2__item3, .section2__item4 {
    width: 440px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .section2__subtitle {
    max-width: 300px;
  }
  .section2__desc {
    max-width: 444px;
  }
  .section2__img-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .section2 {
    padding: 83px 20px 0;
  }
  .section2__subtitle {
    font-size: 18px;
    line-height: 1.4444444444;
    letter-spacing: -0.36px;
  }
  .section2__desc {
    font-size: 16px;
    line-height: 1.5;
    max-width: 100%;
  }
  .section2__item1, .section2__item2, .section2__item3 {
    margin-bottom: 62px;
  }
  .section2__item4 {
    margin-bottom: 0;
  }
  .section2__title {
    margin-bottom: 40px;
  }
  .section2__title-box1, .section2__title-box2, .section2__title-box3, .section2__title-box4 {
    min-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .section2__item1, .section2__item2, .section2__item3, .section2__item4 {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .section2__img-box {
    width: 100%;
    height: 230px;
  }
  .section2__img-box object {
    width: 100%;
    max-height: 230px;
    height: auto;
  }
  .section2__img-2 {
    width: 144px;
  }
}
.section3 {
  padding: 132px 70px 140px;
}
.section3.section3-case {
  padding: 120px 70px 80px;
}
.section3__container-mob {
  display: none;
}
.section3__container {
  max-width: 1280px;
}
.section3__container {
  background-color: #f9ff74;
  padding: 60px 60px 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0 300px 300px 0;
}
.section3__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #010202;
  max-width: 264px;
  margin-right: 60px;
  margin-top: 18px;
}
.section3__desc span {
  font-weight: 600;
}
.section3__arrow {
  display: block;
  margin-right: 54px;
  height: 176px;
  width: 31px;
}
.section3__title {
  margin-bottom: 27px;
  max-width: 522px;
  letter-spacing: -1.38px;
}

@media screen and (max-width: 1300px) {
  .section3 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section3.section3-case {
    padding: 100px 20px 0px;
  }
}
@media screen and (max-width: 1024px) {
  .section3 {
    padding: 85px 20px 80px;
  }
  .section3.section3-case {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1055px) {
  .section3__arrow {
    display: none;
  }
  .section3__desc {
    margin-right: 40px;
  }
  .section3__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 836px) {
  .section3__container {
    display: none;
  }
  .section3__container-mob {
    display: block;
    background-color: #f9ff74;
    padding: 60px 60px 53px;
    border-radius: 0 300px 300px 0;
  }
  .section3__desc {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 768px) {
  .section3__title {
    margin-bottom: 10px;
    max-width: 522px;
  }
  .section3__container-mob {
    padding: 40px 30px 48px 30px;
    border-radius: 0 100px 100px 0;
  }
  .section3__desc {
    margin-right: 0;
  }
}
.section4 {
  background-color: #010202;
  padding: 120px 70px 0 110px;
  border-bottom: 1px solid #343535;
}
.section4__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section4__list-title {
  margin-bottom: 60px;
  max-width: 525px;
}
.section4__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 596px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.section4__item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.section4__item:nth-child(1) {
  padding-right: 57px;
  padding-bottom: 37px;
  border-bottom: 1px solid #343535;
  border-right: 1px solid #343535;
}
.section4__item:nth-child(2) {
  padding-left: 42px;
  padding-bottom: 37px;
  border-bottom: 1px solid #343535;
}
.section4__item:nth-child(3) {
  padding-right: 33px;
  padding-top: 30px;
  border-right: 1px solid #343535;
}
.section4__item:nth-child(4) {
  padding-left: 42px;
  padding-top: 30px;
}
.section4__item-title {
  font-weight: 500;
  font-size: 34px;
  line-height: 1.2352941176;
  letter-spacing: -1.02px;
  margin-bottom: 10px;
  color: #f9ff74;
}
.section4__item-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #b2b3b3;
}
.section4__img-box {
  width: 597px;
  height: 575px;
  border: 1px solid #343535;
  border-bottom: none;
  border-radius: 400px 400px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  background-color: #111111;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.section4__img-container {
  overflow: hidden;
  border-radius: 400px 400px 0 0;
}
.section4__img {
  border-radius: 400px 400px 0 0;
}
.section4__img img {
  border-radius: 400px 400px 0 0;
}

@media screen and (max-width: 1300px) {
  .section4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1226px) {
  .section4 {
    padding-bottom: 0;
    position: relative;
  }
  .section4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 692px;
    width: 100%;
    height: 1px;
    background-color: #343535;
  }
  .section4__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section4__item:nth-child(3) {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .section4 {
    padding: 80px 20px 0;
  }
  .section4::before {
    top: 653px;
  }
}
@media screen and (max-width: 767px) {
  .section4 {
    padding-top: 60px;
  }
  .section4::before {
    top: 289px;
  }
  .section4__img-box {
    width: 336px;
    height: 231px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
  .section4__img {
    width: 254px;
    height: 194px;
    border-radius: 400px 400px 0 0;
  }
  .section4__img img {
    border-radius: 400px 400px 0 0;
    width: 254px;
    height: 194px;
  }
  .section4__container {
    gap: 40px;
  }
  .section4__list-title {
    margin-bottom: 39px;
    max-width: 488px;
  }
  .section4__item-title {
    font-size: 26px;
    line-height: 1.1538461538;
    letter-spacing: -0.78px;
  }
  .section4__item-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #b2b3b3;
  }
  .section4__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section4__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .section4__item:nth-child(1) {
    padding-right: 0;
    padding-bottom: 28px;
    padding-top: 0;
    border-bottom: 1px solid #343535;
    border-right: none;
  }
  .section4__item:nth-child(2) {
    padding-left: 0;
    padding-bottom: 28px;
    padding-top: 28px;
    border-bottom: 1px solid #343535;
  }
  .section4__item:nth-child(3) {
    padding-right: 0;
    padding-bottom: 28px;
    padding-top: 28px;
    border-right: none;
    border-bottom: 1px solid #343535;
  }
  .section4__item:nth-child(4) {
    padding-left: 0;
    padding-bottom: 28px;
    padding-top: 28px;
  }
}
@media screen and (max-width: 480px) {
  .section4__img-box {
    width: 336px;
    height: 231px;
  }
  .section4__img {
    width: 252px;
    height: 187px;
  }
  .section4__img img {
    width: 252px;
    height: 187px;
  }
}
@media screen and (max-width: 374px) {
  .section4__img-box {
    width: 280px;
  }
  .section4__img {
    width: 214px;
    height: 194px;
  }
  .section4__img img {
    width: 214px;
    height: 194px;
  }
}
.section5 {
  background-color: #010202;
  padding: 120px 0 200px 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}
.section5__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.section5__img-mob {
  display: none;
}
.section5__container-img {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.section5__container-list {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  padding-right: 20px;
}
.section5__title {
  margin-bottom: 220px;
}
.section5__list {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
.section5__item {
  margin-bottom: 180px;
  position: relative;
}
.section5__item::before {
  counter-increment: my-counter;
  content: counter(my-counter, decimal-leading-zero) ". ";
  position: absolute;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4545454545;
  letter-spacing: -0.44px;
  color: #fff;
}
.section5__list-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4545454545;
  color: #fff;
  margin-bottom: 16px;
  padding-left: 70px;
}
.section5__list-desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #b2b3b3;
  padding-left: 70px;
  max-width: 430px;
}
.section5__container-img {
  width: 1045px;
  position: absolute;
}
.section5__container-img img {
  position: absolute;
  top: 112px;
  right: 694px;
}
.section5__img img {
  height: 622px;
  width: 1045px;
}

@media screen and (max-width: 1300px) {
  .section5 {
    padding: 80px 0px 100px 20px;
    margin-bottom: 40px;
  }
  .section5__img img {
    height: 484px;
    width: auto;
  }
}
@media screen and (max-width: 1200px) {
  .section5__img img {
    right: 600px;
  }
}
@media screen and (max-width: 1024px) {
  .section5 {
    margin-bottom: 0;
  }
  .section5__img {
    display: block;
  }
  .section5__img img {
    right: 540px;
    height: 384px;
    width: auto;
  }
}
@media screen and (max-width: 865px) {
  .section5 {
    padding-top: 104px;
    padding-bottom: 60px;
  }
  .section5__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0;
  }
  .section5__container-img {
    position: relative;
    margin-bottom: 40px;
    top: 0;
    right: 0;
    text-align: right;
    width: 100%;
  }
  .section5__container-img img {
    top: 0;
    right: 0;
  }
  .section5__title {
    margin-bottom: 30px;
  }
  .section5__item {
    margin-bottom: 41px;
  }
  .section5__item:not(:last-child) {
    margin-bottom: 41px;
  }
  .section5__img {
    display: none;
  }
  .section5__img-mob {
    display: block;
  }
  .section5__img-mob img {
    position: relative;
    width: auto;
    height: 270px;
  }
}
@media screen and (max-width: 768px) {
  .section5__list-title {
    font-size: 18px;
    line-height: 1.4444444444;
    margin-bottom: 10px;
    padding-left: 35px;
  }
  .section5__list-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    padding-left: 35px;
    max-width: 100%;
  }
  .section5__item {
    position: relative;
  }
  .section5__item::before {
    counter-increment: my-counter;
    content: counter(my-counter, decimal-leading-zero) ". ";
    position: absolute;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4444444444;
    letter-spacing: -0.36px;
  }
}
@media screen and (max-width: 480px) {
  .section5__container-img {
    width: 454px;
    text-align: left;
    left: 0;
  }
  .section5__container-img img {
    top: 0;
    left: 0;
  }
}
.section6 {
  padding: 80px 0 140px 0;
}
.section6.bg-gray {
  background: #edede7;
  margin-top: 140px;
  padding: 120px 0 140px 0;
}
.section6__title {
  margin-bottom: 60px;
  margin-right: 20px;
  margin-left: 20px;
}
.section6__container {
  margin: 0 auto;
  max-width: 1280px;
}
.section6__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}
.section6__card {
  width: 403px;
}
.section6__card:not(:last-child) {
  margin: 0 35px 0 0;
}
.section6__card:hover .section6__card-box, .section6__card:focus .section6__card-box {
  background-color: #010202;
}
.section6__card-img-box {
  position: relative;
  padding: 22px 0;
  margin-bottom: 31px;
}
.section6__card-img {
  width: 380px;
  height: 240px;
}
.section6__card-img img {
  border-radius: 0 400px 400px 0;
  height: 240px;
}
.section6__card-box {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  background-color: #edede7;
  border-radius: 0 400px 400px 0;
  width: 262px;
  height: 285px;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.section6__card-link-main {
  cursor: pointer;
}
.section6__card-link-main:hover .section6__card-box, .section6__card-link-main:focus .section6__card-box {
  background-color: #010202;
}
.section6__card-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4545454545;
  letter-spacing: -2%;
  color: #010202;
  max-width: 300px;
  margin-bottom: 27px;
}
.section6__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 21px;
}
.section6__person-mob {
  display: none;
}
.section6__person-icon {
  width: 24px;
  height: 18px;
}
.section6__person-info {
  margin-left: 24px;
  margin-right: 20px;
}
.section6__person-info.desc {
  margin-left: 0;
}
.section6__person-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #010202;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section6__person-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #4e4e4e;
}
.section6__person-photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.section6__card-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 39px;
}
.section6__card-case {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  color: #010202;
}
.section6__card-case::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #010202;
  bottom: -6px;
  left: 0;
}
.section6__card-case:hover::after, .section6__card-case:focus::after {
  background-color: #f9ff74;
}
.section6__card-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  color: #010202;
}
.section6__card-video:hover .section6__video-circle, .section6__card-video:focus .section6__video-circle {
  fill: #f9ff74;
  background-color: #010202;
}
.section6__video-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background-color: #f9ff74;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  fill: #010202;
}
.section6__video-circle svg {
  padding-left: 3px;
}
.section6__more-btn-box {
  text-align: center;
}
.section6__more-btn {
  color: #010202;
  font-weight: 500;
  letter-spacing: -0.2px;
  font-size: 16px;
  line-height: 1.375;
  padding: 16px 26px 17px;
  border-radius: 30px;
  border: 1px solid #cccccc;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section6__more-btn:hover {
  background-color: #010202;
  border-color: #010202;
  color: #fff;
}
.section6__more-btn:focus {
  border-color: #010202;
}
.section6__swiper {
  padding-right: 0;
  padding-bottom: 2px;
}

.sec6-bg-change {
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  transform: translateY(13px);
}

.swiper-work-pagination {
  margin-bottom: 40px;
}

.swiper-pagination-bullet {
  border-radius: 0;
  width: 10%;
  height: 2px;
}

.swiper-pagination-bullet-active {
  background: black;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.product-scrollbar-main {
  display: none;
}

@media screen and (min-width: 1360px) {
  .section6__cards {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .section6 {
    padding: 80px 0;
  }
  .section6.bg-gray {
    margin-top: 80px;
    padding: 80px 0;
  }
  .section6__cards {
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .sec6-bg-change {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@media screen and (max-width: 768px) {
  .section6__person {
    display: none;
  }
  .section6__person-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
  }
  .section6__cards {
    margin-bottom: 100px;
  }
  .section6 .swiper-work-pagination {
    margin-bottom: 40px;
  }
  .section6__card {
    width: 307px;
  }
  .section6__card:last-child {
    margin: 0 20px 0 10px;
  }
  .section6__card:not(:last-child) {
    margin: 0 35px 0 20px;
  }
  .section6__card-img {
    width: 290px;
    height: 182px;
  }
  .section6__card-img img {
    width: 290px;
    height: 182px;
  }
  .section6__card-box {
    width: 208px;
    height: 99%;
  }
  .section6__card-img-box {
    position: relative;
    padding: 18px 0;
    margin-bottom: 22px;
  }
  .section6__card-title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4444444444;
    letter-spacing: -0.3px;
  }
  .section6__person-info-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 10px;
    margin-top: 10px;
  }
  .section6__person-photo {
    width: 31px;
    height: 31px;
  }
  .section6__person-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: -0.2px;
    color: #010202;
    display: inline-block;
  }
  .section6__person-name {
    font-size: 14px;
    line-height: 1.2857142857;
  }
  .section6__card-case {
    font-size: 14px;
    line-height: 1.1428571429;
    letter-spacing: -0.2px;
  }
  .section6__card-video {
    font-size: 14px;
    line-height: 1.1428571429;
    letter-spacing: -0.2px;
  }
  .section6__video-circle {
    width: 27px;
    height: 27px;
  }
  .section6__more-btn {
    font-size: 12px;
    line-height: 1.8333333333;
    padding: 10px 18px 11px;
  }
  .section6__more-btn:hover {
    background-color: transparent;
    border-color: #cccccc;
    color: #010202;
  }
}
@media screen and (max-width: 1360px) {
  .section6__card:first-child {
    margin: 0 35px 0 20px;
  }
  .section6__card:last-child {
    margin: 0 20px 0 0;
  }
  .product-scrollbar-main {
    display: block;
    margin-left: 30%;
  }
}
@media screen and (max-width: 480px) {
  .section6__title {
    max-width: 317px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .section6__card:first-child {
    margin: 0 20px 0 20px;
  }
  .section6__card:not(:last-child) {
    margin: 0 35px 0 20px;
  }
}
@media screen and (max-width: 375px) {
  .section6__card {
    width: 280px;
  }
  .section6__card-img {
    width: 263px;
    height: 180px;
  }
  .section6__card-img img {
    width: 263px;
    height: 180px;
  }
  .section6__card-box {
    width: 175px;
    height: 217px;
  }
}
.section7 {
  padding: 100px 80px;
  background-color: #010202;
}
.section7__title {
  margin-bottom: 60px;
}
.section7__img {
  min-width: 312px;
}
.section7__img img {
  border-radius: 50%;
}
.section7__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 123px;
}
.section7__plus svg {
  fill: #fff;
  color: #fff;
}
.section7__list {
  width: 100%;
}
.section7__list:first-child {
  border-top: 1px solid #343535;
}
.section7__dropdown-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  padding: 24px 0;
  gap: 20px;
}
.section7__dropdown-visible button {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.section7__dropdown-visible:hover p, .section7__dropdown-visible:focus p {
  color: #f9ff74;
  fill: #f9ff74;
}
.section7__dropdown-visible:hover button svg, .section7__dropdown-visible:focus button svg {
  color: #f9ff74;
  fill: #f9ff74;
}
.section7__dropdown-visible p {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.4px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.section7__dropdown-visible button {
  border: none;
  outline: none;
  background-color: transparent;
  color: #fff;
  fill: #fff;
  font-size: 40px;
  line-height: 20px;
  font-family: inherit;
  font-weight: 300;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.section7__dropdown {
  position: relative;
  font-family: inherit;
  border: none;
  outline: none;
  border-bottom: 1px solid #343535;
  background-color: #010202;
}
.section7__dropdown-hidden {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s linear;
  transition: max-height 0.4s linear;
}
.section7__dropdown-hidden p {
  color: #b2b3b3;
  font-size: 16px;
  line-height: 1.625;
  max-width: 772px;
  margin-bottom: 28px;
}
.section7__container-first {
  max-width: 1280px;
  margin: 0 auto 160px;
}
.section7__container-second {
  background-color: #f9ff74;
  padding-top: 60px;
  padding-left: 60px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 0 300px 300px 0;
  max-width: 1280px;
  margin: 0 auto 100px;
}
.section7__container-third {
  max-width: 1280px;
  margin: 0 auto;
}
.section7__second-title-box {
  margin-right: 37px;
  max-width: 376px;
}
.section7__second-title {
  margin-bottom: 16px;
}
.section7__second-desc {
  color: #010202;
  font-size: 16px;
  line-height: 1.625;
  max-width: 323px;
}
.section7__arrow {
  margin-right: 32px;
  width: 46px;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
.section7__third-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 50px;
}
.section7__third-item {
  max-width: 387px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.section7__list-icon {
  width: 50px;
  height: 60px;
}
.section7__list-title {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.4px;
  margin-bottom: 10px;
}
.section7__list-desc {
  color: #b2b3b3;
  font-size: 16px;
  line-height: 1.625;
}
.section7__form form {
  max-width: 514px;
}
.section7__label {
  display: block;
  color: #4e4e4e;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5714285714;
  letter-spacing: -0.28px;
}
.section7__label.red-border {
  color: red;
}
.section7__label.green-border {
  color: #010202;
}
.section7__input {
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  outline: none;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #343535;
  color: #010202;
  font-size: 16px;
  line-height: 1.625;
  width: 100%;
}
.section7__input::-webkit-input-placeholder {
  color: #010202;
  opacity: 0.5;
  padding-left: 0;
}
.section7__input::-moz-placeholder {
  color: #010202;
  opacity: 0.5;
  padding-left: 0;
}
.section7__input:-ms-input-placeholder {
  color: #010202;
  opacity: 0.5;
  padding-left: 0;
}
.section7__input::-ms-input-placeholder {
  color: #010202;
  opacity: 0.5;
  padding-left: 0;
}
.section7__input::placeholder {
  color: #010202;
  opacity: 0.5;
  padding-left: 0;
}
.section7__input:focus .section7__label {
  color: #010202;
}
.section7__input:invalid + .section7__label {
  color: red;
}
.section7__btn {
  margin-top: 36px;
  margin-left: -7px;
}
.section7__btn:disabled {
  opacity: 0.8;
}

.section7__dropdown-visible.expanded + .section7__dropdown-hidden {
  max-height: 500px;
}

.section7__minus {
  display: none;
}

.section7__dropdown-visible.expanded .section7__plus {
  display: none;
}

.section7__dropdown-visible.expanded .section7__minus {
  display: inline-block;
}

.section7__dropdown-visible:not(.expanded) .section7__plus {
  display: inline-block;
}

.section7__dropdown-visible:not(.expanded) .section7__minus {
  display: none;
}

.error-message,
.error-message-phone {
  color: red;
  font-weight: 700;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.error-message.visible,
.error-message-phone.visible {
  opacity: 1;
}
.error-message:first-child,
.error-message-phone:first-child {
  margin-bottom: 24px;
}

.iti {
  display: block !important;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
  position: relative;
  color: #010202;
  font-size: 16px;
  line-height: 1.625;
  padding-bottom: 10px;
}
.iti--separate-dial-code .iti__selected-flag::-webkit-input-placeholder {
  color: #010202;
  font-size: 16px;
  line-height: 1.625;
}
.iti--separate-dial-code .iti__selected-flag::-moz-placeholder {
  color: #010202;
  font-size: 16px;
  line-height: 1.625;
}
.iti--separate-dial-code .iti__selected-flag:-ms-input-placeholder {
  color: #010202;
  font-size: 16px;
  line-height: 1.625;
}
.iti--separate-dial-code .iti__selected-flag::-ms-input-placeholder {
  color: #010202;
  font-size: 16px;
  line-height: 1.625;
}
.iti--separate-dial-code .iti__selected-flag::placeholder {
  color: #010202;
  font-size: 16px;
  line-height: 1.625;
}

@media screen and (max-width: 1200px) {
  .section7__arrow {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .section7 {
    padding: 80px 20px;
  }
  .section7__container-first, .section7__container-second {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 924px) {
  .section7__container-second {
    padding: 40px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0 100px 100px 0;
    margin-bottom: 80px;
  }
  .section7__second-title {
    margin-bottom: 10px;
  }
  .section7__second-desc {
    margin-bottom: 30px;
  }
  .section7__third-list {
    gap: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 800px) {
  .section7 {
    padding-top: 80px;
  }
  .section7__img {
    display: none;
  }
  .section7__title {
    margin-bottom: 30px;
  }
  .section7__container-first {
    margin-bottom: 80px;
  }
  .section7__dropdown-visible p {
    font-size: 18px;
    line-height: 1.4444444444;
  }
  .section7__dropdown-hidden p {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 800px) {
  .section7__list-title {
    font-size: 18px;
    line-height: 1.4444444444;
    letter-spacing: -0.36px;
  }
  .section7__list-desc {
    line-height: 1.5;
  }
  .section7__list-icon {
    width: 50px;
    height: 56px;
  }
}
@media screen and (max-width: 480px) {
  .section7__btn {
    margin-top: 10px;
  }
}
@media screen and (max-width: 374px) {
  .section7__btn {
    margin-top: 4px;
  }
}
.footer {
  background-color: #111111;
  padding: 60px 80px 0;
}
.footer__container {
  margin: 0 auto;
  max-width: 1280px;
}
.footer__up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 42px;
  border-bottom: 1px solid #343535;
}
.footer__logo-text {
  color: #4e4e4e;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5714285714;
  letter-spacing: -0.28px;
  margin-top: 30px;
}
.footer__title {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.4px;
  margin-bottom: 16px;
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.footer__link {
  color: #b2b3b3;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.625;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.footer__link:hover, .footer__link:focus {
  color: #f9ff74;
}
.footer__phone {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.625;
}
.footer__phone:hover, .footer__phone:focus {
  color: #f9ff74;
}
.footer__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-top: 36px;
}
.footer__social-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #010202;
  fill: #f9ff74;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer__social-link--t {
  padding-right: 2px;
}
.footer__social-link--v {
  padding-left: 1px;
}
.footer__social-link:hover, .footer__social-link:focus {
  background-color: #f9ff74;
  fill: #010202;
}
.footer__down {
  padding-top: 20px;
  padding-bottom: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.footer__down-text {
  color: #4e4e4e;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.28px;
}
.footer__down-link {
  color: #4e4e4e;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.28px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.footer__down-link:hover, .footer__down-link:focus {
  color: #fff;
}

@media screen and (max-width: 1300px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 900px) {
  .footer__up {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer__logo, .footer__station, .footer__company, .footer__contacts {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo-text {
    line-height: 1.2857142857;
    letter-spacing: -0.2px;
  }
  .footer__title {
    font-size: 18px;
    line-height: 1.4444444444;
  }
  .footer__down-text-center {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .footer {
    padding-top: 0;
  }
  .footer__up {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .footer__logo, .footer__station, .footer__company, .footer__contacts {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .footer__logo-link {
    display: none;
  }
  .footer__logo-text {
    max-width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #343535;
    margin-top: 0;
  }
  .footer__down {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0;
  }
  .footer__down-text {
    padding: 20px 0;
    border-bottom: 1px solid #343535;
  }
  .footer__down-link {
    padding: 20px 0;
    border-bottom: 1px solid #343535;
    display: block;
    width: 100%;
    text-align: center;
  }
}
.title-modal-has-product {
  display: none;
}

.myModal {
  position: fixed;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 20;
  overflow: auto;
}
.myModal.active {
  visibility: visible;
  opacity: 1;
}
.myModal__content {
  margin: auto 15px;
}
.myModal__content-close {
  position: absolute;
  top: 60px;
  right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.myModal__content-close img:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.modalThx {
  position: fixed;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 25;
  overflow: auto;
}
.modalThx.active {
  visibility: visible;
  opacity: 1;
}
.modalThx__content {
  position: relative;
  padding: 39px 44px;
  background-color: #fff;
  max-width: 500px;
}
.modalThx__content-close {
  position: absolute;
  right: 27px;
  top: 26px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modalThx__content-close img:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.modalThx__title {
  font-weight: 500;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: -1.02px;
  margin-bottom: 10px;
}
.modalThx__desc {
  font-size: 16px;
  line-height: 26px;
  max-width: 323px;
}

.modalVideo {
  position: fixed;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 25;
  overflow: auto;
}
.modalVideo.active {
  visibility: visible;
  opacity: 1;
}
.modalVideo__content {
  position: relative;
  padding: 0px;
  background-color: #fff;
  border-radius: 5px;
}
.modalVideo__content-close {
  position: absolute;
  right: -33px;
  top: -36px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-filter: invert(1);
  filter: invert(1);
}
.modalVideo__content-close img:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.modalVideo__inner {
  width: 1000px;
  height: 564px;
}

.section7__second-title-modal {
  margin-bottom: 16px;
}
.section7__container-second-modal {
  position: relative;
  background-color: white;
  padding: 55px 150px 50px 50px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 0 300px 300px 0;
  max-width: 1280px;
  margin: 0 auto;
}
.section7__arrow-modal {
  margin-right: 32px;
  width: 46px;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
.section7__form-modal form {
  max-width: 514px;
}

@media screen and (max-width: 1200px) {
  .section7__arrow-modal {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .modalVideo__inner {
    width: 800px;
    height: 452px;
  }
  .modalVideo__inner iframe {
    width: 800px;
    height: 452px;
  }
}
@media screen and (max-width: 924px) {
  .section7__container-second-modal {
    padding: 40px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0 100px 100px 0;
    margin-bottom: 80px;
  }
  .section7__second-title-modal {
    margin-bottom: 10px;
  }
  .myModal__content-close {
    top: 60px;
    right: 30px;
  }
  .modalVideo__inner {
    width: 600px;
    height: 340px;
  }
  .modalVideo__inner iframe {
    width: 600px;
    height: 340px;
  }
}
@media screen and (max-width: 700px) {
  .modalVideo__inner {
    width: 500px;
    height: 282px;
  }
  .modalVideo__inner iframe {
    width: 500px;
    height: 282px;
  }
}
@media screen and (max-width: 600px) {
  .modalVideo__inner {
    width: 400px;
    height: 225px;
  }
  .modalVideo__inner iframe {
    width: 400px;
    height: 225px;
  }
}
@media screen and (max-width: 500px) {
  .modalVideo__inner {
    width: 300px;
    height: 170px;
  }
  .modalVideo__inner iframe {
    width: 300px;
    height: 170px;
  }
}
@media screen and (max-width: 400px) {
  .modalVideo__inner {
    width: 250px;
    height: 141px;
  }
  .modalVideo__inner iframe {
    width: 250px;
    height: 141px;
  }
  .modalVideo__content-close {
    right: 0;
  }
}
.error-message-modal,
.error-message-phone-modal {
  color: red;
  font-weight: 700;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.error-message-modal.visible,
.error-message-phone-modal.visible {
  opacity: 1;
}
.error-message-modal:first-child,
.error-message-phone-modal:first-child {
  margin-bottom: 24px;
}

.burger-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  background-color: white;
  top: 69px;
  width: 100%;
  height: calc(100vh - 68px);
  margin-left: -20px;
  padding: 0;
  z-index: 10;
  overflow-y: auto;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.burger-menu .header__dropdown-toggle {
  color: #010202;
  font-weight: 500;
}
.burger-menu .header__dropdown-toggle span {
  color: #010202;
  font-weight: 500;
}
.burger-menu__nav {
  padding: 30px 20px 0;
}
.burger-menu.hide {
  -webkit-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  transform: translateX(-150%);
}
.burger-menu__list {
  margin-bottom: 40px;
}
.burger-menu__item:not(:last-child) {
  margin-bottom: 30px;
}
.burger-menu__link {
  position: relative;
  color: #010202;
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.78px;
}
.burger-menu__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f9ff74;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.burger-menu__link.active:after {
  opacity: 1;
}

.header__dropdown-burger {
  display: block;
  margin-left: 20px;
}

.burger-menu__up {
  margin-bottom: 20px;
}

.breadcrumbs__container {
  background-color: #edede7;
  padding-top: 78px;
  margin-bottom: -1px;
}
.breadcrumbs__container.case {
  background-color: #010202;
}
.breadcrumbs__container.projects {
  background-color: transparent;
}
.breadcrumbs__container-inner {
  padding: 0 80px;
  overflow-x: auto;
  overflow-y: hidden;
}
.breadcrumbs__container-inner::-webkit-scrollbar {
  display: none;
}
.breadcrumbs__container-inner {
  -ms-overflow-style: none;
}
.breadcrumbs__container-inner {
  overflow: -moz-scrollbars-none;
}
.breadcrumbs__list {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4e4e4e;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 1px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 52px;
}
.breadcrumbs__list li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.breadcrumbs__list li span {
  margin-right: 20px;
}
.breadcrumbs__list a:hover {
  text-decoration: underline;
}
.breadcrumbs__list img {
  margin-left: 12px;
  margin-right: 12px;
}

@media screen and (max-width: 1300px) {
  .breadcrumbs__container-inner {
    padding: 0 74px;
  }
}
@media screen and (max-width: 1200px) {
  .breadcrumbs__container {
    padding-top: 69px;
  }
}
@media screen and (max-width: 1024px) {
  .breadcrumbs__container-inner {
    padding: 0 20px;
  }
}
.breadcrumbs__list.case {
  color: #b2b3b3;
}

.section1-business {
  background-color: #edede7;
  height: calc(100vh - 126px);
  min-height: 613px;
  max-height: 740px;
}
.section1-business__photo {
  border-radius: 300px 300px 0 0;
  max-height: 396px;
}
.section1-business__container {
  padding: 93px 0 0 129px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.section1-business__title {
  font-weight: 500;
  font-size: 60px;
  line-height: 1.1666666667;
  letter-spacing: -1.8px;
  color: #111111;
  max-width: 874px;
  padding-right: 20px;
}
.section1-business__accent {
  display: inline-block;
  line-height: 57px;
}
.section1-business__hero-bottom-wrapp {
  margin-top: 35px;
}
.section1-business__hero-bottom-left {
  padding-right: 20px;
  min-width: 361px;
}
.section1-business__hero-bottom-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  right: -55px;
}
.section1-business__subtitle {
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 0;
}
.section1-business__btn {
  padding: 0;
}
.section1-business__img {
  margin-right: -5px;
}

@media screen and (max-width: 1600px) {
  .section1-business__container {
    overflow: hidden;
  }
  .section1-business__hero-bottom-right {
    right: 0;
  }
}
@media screen and (max-height: 812px) {
  .section1-business__hero-bottom-left {
    margin-top: 0;
  }
}
@media screen and (max-height: 760px) {
  .section1-business__container {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1440px) {
  .section1-business {
    overflow: hidden;
  }
}
@media screen and (max-width: 1400px) {
  .section1-business__hero-bottom-right {
    right: -100px;
  }
}
@media screen and (max-width: 1300px) {
  .section1-business {
    padding-left: 20px;
  }
  .section1-business__container {
    padding-left: 0;
  }
}
@media screen and (max-width: 1224px) {
  .section1-business {
    overflow: hidden;
  }
}
@media screen and (max-width: 1200px) {
  .section1-business__hero-bottom-right {
    right: -230px;
  }
}
@media screen and (max-width: 1160px) {
  .section1-business__container {
    padding: 45px 0 0 0;
  }
}
@media screen and (max-width: 1116px) {
  .section1-business {
    max-height: 630px;
  }
  .section1-business__hero-bottom-wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section1-business__subtitle {
    margin-left: 0;
  }
  .section1-business__img {
    max-height: 400px;
    max-width: 400px;
  }
  .section1-business__hero-bottom-left {
    margin-top: 0;
  }
  .section1-business__hero-bottom-wrapp {
    margin-top: 0;
    position: relative;
  }
  .section1-business__title {
    font-weight: 500;
    font-size: 48px;
    line-height: 1.2083333333;
    letter-spacing: -1.44px;
  }
}
@media screen and (max-width: 1000px) {
  .section1-business__hero-bottom-right {
    position: relative;
    right: -400px;
    bottom: 90px;
    z-index: 0;
  }
}
@media screen and (max-width: 844px) {
  .section1-business__title {
    font-size: 28px;
    line-height: 1.2142857143;
    letter-spacing: -0.84px;
  }
  .section1-business__hero-bottom-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    bottom: 0px;
  }
  .section1-business__gohome {
    display: none;
  }
  .section1-business__subtitle {
    font-size: 16px;
    line-height: 1.5;
  }
  .section1-business__hero-bottom-wrapp {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
  }
  .section1-business__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .section1-business {
    min-height: auto;
  }
  .section1-business__container {
    padding-top: 45px;
  }
  .section1-business__hero-bottom-right {
    right: -60px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: -60px;
  }
  .section1-business__photo {
    width: 300px;
    height: 250px;
  }
}
@media screen and (max-width: 531px) {
  .section1-business {
    height: auto;
  }
  .section1-business__hero-bottom-right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 0;
    right: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .section1-business__img {
    margin-right: 0;
  }
  .section1-business__photo {
    width: 280px;
    height: 205px;
  }
  .section1-business__hero-bottom-wrapp {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 420px) {
  .section1-business {
    height: auto;
  }
}
@media screen and (max-width: 374px) {
  .section1-business__photo {
    width: 280px;
    height: 206px;
  }
}
.section2-business {
  padding: 160px 100px 160px 130px;
}
.section2-business__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section2-business__left {
  max-width: 636px;
  padding-right: 40px;
}
.section2-business__left-list-item {
  position: relative;
  padding-left: 42px;
}
.section2-business__left-list-item:not(:last-child) {
  margin-bottom: 36px;
}
.section2-business__left-list-item-title {
  margin-bottom: 8px;
}
.section2-business__left-list-item-subtitle {
  color: #4e4e4e;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.section2-business__left-list-item-num, .section2-business__left-list-item-title {
  color: #010202;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.44px;
}
.section2-business__left-list-item-num {
  position: absolute;
  top: 0;
  left: 0;
}
.section2-business__right {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 461px;
}
.section2-business__right-img-1-1 {
  position: absolute;
  top: 0;
  right: 0;
}
.section2-business__right-img-2-1 {
  position: absolute;
  top: 320px;
  left: 30px;
}
.section2-business__right-img-3-1 {
  position: absolute;
  top: 620px;
  left: 120px;
}
.section2-business__right-img-4-1 {
  position: absolute;
  top: 600px;
  left: 140px;
}
.section2-business__title {
  font-size: 46px;
  line-height: 1.3043478261;
  margin-bottom: 40px;
}
.section2-business__accent {
  display: inline-block;
  line-height: 46px;
}

@media screen and (max-width: 1440px) {
  .section2-business {
    padding-left: 80px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .section2-business {
    padding-right: 20px;
    padding-top: 70px;
    padding-bottom: 80px;
    padding-left: 20px;
  }
  .section2-business__right {
    display: none;
  }
  .section2-business__left {
    max-width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .section2-business__title {
    font-size: 26px;
    line-height: 1.3076923077;
    margin-bottom: 40px;
  }
  .section2-business__left-list-item {
    position: relative;
    padding-left: 42px;
  }
  .section2-business__left-list-item:not(:last-child) {
    margin-bottom: 32px;
  }
  .section2-business__left-list-item-title {
    margin-bottom: 8px;
  }
  .section2-business__left-list-item-num, .section2-business__left-list-item-title {
    font-size: 18px;
    line-height: 1.4444444444;
    letter-spacing: -0.44px;
  }
}
.section3-business {
  padding: 0px 70px 140px;
}

@media screen and (max-width: 768px) {
  .section3-business {
    padding: 0px 20px 100px;
  }
}
.section4-business {
  background-color: #010202;
  padding: 140px 80px;
}
.section4-business__container {
  max-width: 1280px;
  margin: 0 auto;
}
.section4-business__title {
  color: #fff;
  font-family: Montserrat;
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -1.38px;
  margin-bottom: 60px;
}
.section4-business__title span {
  color: #f9ff74;
}
.section4-business__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px 32px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.section4-business__list-item {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}
.section4-business__list-item-img-wrap {
  margin-bottom: 30px;
}
.section4-business__list-item-img-wrap img {
  border-radius: 300px;
  height: 230px;
}
.section4-business__list-item-subtitle {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.44px;
}

@media screen and (max-width: 1300px) {
  .section4-business {
    padding: 140px 20px;
  }
  .section4-business__list-item-img-wrap img {
    height: 180px;
  }
}
@media screen and (max-width: 885px) {
  .section4-business {
    padding: 80px 20px 84px;
  }
  .section4-business__title {
    font-size: 26px;
    line-height: 1.3076923077;
    margin-bottom: 30px;
  }
  .section4-business__title span {
    color: #fff;
  }
  .section4-business__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 38px 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .section4-business__list-item {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .section4-business__list-item-img-wrap {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .section4-business__list-item-img-wrap img {
    height: 120px;
  }
  .section4-business__list-item-subtitle {
    font-size: 16px;
    line-height: 1.375;
  }
}
@media screen and (max-width: 768px) {
  .section4-business__list-item-img-wrap {
    margin-bottom: 16px;
  }
  .section4-business__list-item-img-wrap img {
    height: 120px;
  }
}
@media screen and (max-width: 522px) {
  .section4-business__list {
    gap: 38px 6px;
  }
  .section4-business__list-item {
    -ms-flex-preferred-size: 46%;
    flex-basis: 46%;
  }
  .section4-business__list-item-img-wrap img {
    height: 93px;
  }
}
.section5-business {
  padding: 140px 85px 0;
}
.section5-business__title {
  text-align: center;
  letter-spacing: -1.38px;
}
.section5-business__subtitle {
  color: #4e4e4e;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 41px;
}
.section5-business__input-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 100px;
}
.section5-business__input-img-box {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  width: 609px;
}
.section5-business__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 44px;
  gap: 30px;
}
.section5-business__input-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: -0.32px;
  color: #fff;
  margin-bottom: 21px;
}
.section5-business__input-desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.4px;
  color: #fff;
  white-space: nowrap;
}
.section5-business__img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  margin-bottom: 36px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section5-business__img1 {
  width: 337px;
  margin-bottom: 37px;
}
.section5-business__img3 {
  width: 337px;
  text-align: right;
  margin-bottom: 18px;
}
.section5-business__img-title-box {
  position: relative;
}
.section5-business__arr1 {
  position: absolute;
  top: 12px;
  left: 166px;
}
.section5-business__arr2 {
  position: absolute;
  top: 12px;
  right: 187px;
}
.section5-business__img-1 {
  position: absolute;
  left: 0;
  top: -100px;
}
.section5-business__line1 {
  width: 2px;
  height: 53px;
  background-color: #111111;
  margin-left: 75px;
}
.section5-business__line3 {
  width: 2px;
  height: 27px;
  background-color: #111111;
  margin-left: 260px;
}
.section5-business__img-3 {
  position: absolute;
  right: -160px;
  top: -193px;
}
.section5-business__img-title {
  font-weight: 500;
  font-size: 34px;
  line-height: 1.2352941176;
  letter-spacing: -1.02px;
  color: #111111;
  margin-bottom: 5px;
}
.section5-business__calculator {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 48px 60px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 24px 0;
}
.section5-business__calculator::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  left: 0;
  bottom: 50%;
}
.section5-business__calc {
  width: 375px;
}
.section5-business__calc-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4545454545;
  letter-spacing: -0.44px;
  color: #111111;
  margin-bottom: 4px;
}
.section5-business__calc-desc {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.32px;
  color: #4e4e4e;
}
.section5-business__calc-desc--left {
  text-align: left;
}
.section5-business__calc-desc--right {
  text-align: right;
}
.section5-business__img-mob {
  display: none;
}
.section5-business__input {
  position: relative;
}

.section5-business__input-desc {
  position: absolute;
  top: 55px;
}

#kilowattsValue,
#priceValue {
  margin-left: -8px;
}

.slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-track {
  height: 5px;
  width: 255px;
  background-color: #343535;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-level {
  height: 5px;
  width: 50%;
  background-color: #f9ff74;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: absolute;
  width: 255px;
  height: 5px;
  background-color: transparent;
  outline: none;
}

.my-range {
  background-color: #343535;
  position: relative;
  width: 255px;
  height: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 3px;
  border-radius: 3px;
}

.my-range-lvl {
  position: absolute;
  height: 1px;
  background-color: #f9ff74;
}

#lvl1 {
  width: 2%;
}

#lvl2 {
  width: 50%;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-image: url(../img/range.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f9ff74;
  position: relative;
}

input[type=range]::-webkit-slider-thumb::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 7px;
  height: 4px;
  background-image: url("../../../img/range.svg");
}

@media screen and (max-width: 1600px) {
  .section5-business {
    overflow: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
}
@media screen and (max-width: 1415px) {
  .section5-business__calculator {
    gap: 48px 40px;
  }
}
@media screen and (max-width: 1375px) {
  .section5-business__calc {
    width: 348px;
  }
}
@media screen and (max-width: 1300px) {
  .section5-business {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1260px) {
  .section5-business__arr2 {
    width: 200px;
  }
  .section5-business__arr1 {
    width: 200px;
  }
}
@media screen and (max-width: 1163px) {
  .section5-business__calculator {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 48px 20px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 24px 0;
  }
  .section5-business__calculator::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    left: 0;
    bottom: 33%;
  }
  .section5-business__calculator::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    left: 0;
    bottom: 67%;
  }
}
@media screen and (max-width: 1120px) {
  .section5-business__img-3 {
    top: -143px;
  }
  .section5-business__img-1 {
    top: -51px;
  }
  .section5-business__arr2 {
    width: 150px;
  }
  .section5-business__arr1 {
    width: 150px;
  }
  .section5-business__line1 {
    display: none;
  }
  .section5-business__line3 {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .section5-business__img-3 {
    position: static;
    height: 163px;
    margin-bottom: 12px;
  }
  .section5-business__img-1 {
    position: static;
    margin-bottom: 12px;
  }
  .section5-business__img2 {
    display: none;
  }
  .section5-business__arr1, .section5-business__arr2 {
    display: none;
  }
  .section5-business__img-box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
@media screen and (max-width: 768px) {
  .section5-business {
    padding-top: 80px;
  }
  .section5-business__title {
    margin-bottom: 10px;
  }
  .section5-business__subtitle {
    margin-bottom: 30px;
  }
  .section5-business__img-mob {
    display: block;
  }
  .section5-business__img {
    display: none;
  }
  .section5-business__input-img-box {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    width: 338px;
    margin-top: 0;
  }
  .section5-business__input-box {
    margin-bottom: 0;
  }
  .section5-business__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 64px;
    gap: 127px;
  }
  .section5-business__img-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 8px;
  }
  .section5-business__calc-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 8px;
  }
  .section5-business__calc-desc {
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: -0.28px;
  }
  .section5-business__calculator {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0 0;
    padding: 0;
  }
  .section5-business__calculator::before {
    content: "";
    width: 0;
  }
  .section5-business__calculator::after {
    content: "";
    width: 0;
  }
  .section5-business__calc {
    padding: 16px 0;
    width: 100%;
  }
  .section5-business__calc:not(:last-child) {
    border-bottom: 1px solid #cccccc;
  }
}
@media screen and (max-width: 480px) {
  .section5-business__img-box {
    margin-top: 110px;
  }
  .section5-business__img-3 {
    position: static;
    height: 163px;
    margin-bottom: 12px;
    margin-top: -54px;
    margin-right: -66px;
  }
  .section5-business__img-1 {
    position: static;
    margin-bottom: 12px;
    height: 108px;
  }
  .section5-business__img1 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 374px) {
  .section5-business__input-img-box {
    width: 100%;
    height: 323px;
  }
  .section5-business__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 48px;
    gap: 89px;
  }
  .section5-business input[type=range] {
    width: 230px;
  }
  .my-range {
    width: 230px;
  }
}
.section6-business {
  padding: 140px 0 0 80px;
}
.section6-business.single-product .section6-business__btn-box {
  margin-top: 160px;
}
.section6-business__container {
  max-width: 1360px;
  margin: 0 auto;
}
.section6-business__title {
  margin-bottom: 40px;
  margin-left: 20px;
  max-width: 75%;
}
.section6-business__card {
  width: 296px;
  margin: 0 18px;
}
.section6-business__card-img-box {
  margin-bottom: 19px;
  border: 1px solid #cccccc;
}
.section6-business__card-title {
  font-size: 16px;
  line-height: 1.625;
  color: #111111;
  text-align: center;
  margin-bottom: 15px;
  max-width: 241px;
  margin: 0 auto;
}
.section6-business__card-price {
  font-size: 22px;
  line-height: 1.4545454545;
  color: #111111;
  text-align: center;
  font-weight: 500;
  letter-spacing: -0.44px;
}
.section6-business__swiper-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section6-business__btn-box {
  margin-top: 80px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section6-business__swiper {
  padding-top: 20px;
}

.swiper-nav-pag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25%;
  height: 54px;
  position: relative;
  min-width: 190px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.swiper-work2-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 15%;
  height: 2px;
}

.swiper-pagination-bullet-active {
  background: black;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.swiper-work-next {
  position: relative;
  margin-right: 20px;
}
.swiper-work-next::after {
  content: url("../img/sec6-bus-arr.svg");
  position: absolute;
  width: 56px;
  height: 56px;
  top: -48%;
  left: 10px;
}

.swiper-work-prev {
  position: relative;
  margin-right: 20px;
}
.swiper-work-prev::after {
  content: url("../img/sec6-bus-arr.svg");
  position: absolute;
  width: 56px;
  height: 56px;
  top: -48%;
  right: -10px;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.swiper-work3-pagination {
  display: none;
}

.swiper3-pag-wrapp {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1300px) {
  .section6-business {
    padding-left: 0;
    padding-right: 0;
  }
  .section6-business.single-product .section6-business__btn-box {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .swiper-work-next,
  .swiper-work-prev {
    display: none;
  }
  .swiper-work2-pagination {
    display: none;
  }
  .swiper-work3-pagination {
    display: block;
    position: static;
  }
  .section6-business__swiper {
    padding-bottom: 50px;
  }
  .section6-business__swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
    width: 50%;
  }
  .swiper3-pag-wrapp {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section6-business__title {
    width: 100%;
  }
  .swiper-nav-pag {
    display: none;
  }
  .section6-business__btn-box {
    margin-top: 40px;
  }
}
.swiper-work2-pagination {
  position: static;
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 55% !important;
}

@media screen and (max-width: 768px) {
  .section6-business {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .section6-business.single-product .section6-business__btn-box {
    margin-top: 30px;
  }
}
.section7-business {
  padding: 120px 0 120px 80px;
  background-color: #edede7;
}
.section7-business__title {
  margin-bottom: 60px;
  margin-right: 20px;
  margin-left: 20px;
  max-width: 770px;
}
.section7-business__container {
  max-width: 1360px;
  margin: 0 auto;
}
.section7-business__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
}
.section7-business__card {
  width: 403px;
}
.section7-business__card:not(:last-child) {
  margin: 0 35px 0 0;
}
.section7-business__card:hover .section7-business__card-box, .section7-business__card:focus .section7-business__card-box {
  background-color: #010202;
}
.section7-business__card-img-box {
  position: relative;
  padding: 22px 0;
  margin-bottom: 31px;
}
.section7-business__card-img {
  width: 380px;
  height: 240px;
}
.section7-business__card-img img {
  border-radius: 0 400px 400px 0;
}
.section7-business__card-box {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  background-color: #edede7;
  border-radius: 0 400px 400px 0;
  width: 262px;
  height: 285px;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.section7-business__card-link-main {
  cursor: pointer;
}
.section7-business__card-link-main:hover .section7-business__card-box, .section7-business__card-link-main:focus .section7-business__card-box {
  background-color: #010202;
}
.section7-business__card-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4545454545;
  letter-spacing: -0.44px;
  color: #010202;
  max-width: 300px;
  margin-bottom: 27px;
}
.section7-business__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 21px;
}
.section7-business__person-mob {
  display: none;
}
.section7-business__person-icon {
  width: 24px;
  height: 18px;
}
.section7-business__person-info {
  margin-left: 24px;
  margin-right: 20px;
}
.section7-business__person-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #010202;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section7-business__person-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #4e4e4e;
}
.section7-business__person-photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.section7-business__card-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 39px;
}
.section7-business__card-case {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  color: #010202;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section7-business__card-case::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #010202;
  bottom: -6px;
  left: 0;
}
.section7-business__card-case:hover::after, .section7-business__card-case:focus::after {
  background-color: #f9ff74;
}
.section7-business__card-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  color: #010202;
}
.section7-business__card-video:hover .section7-business__video-circle, .section7-business__card-video:focus .section7-business__video-circle {
  fill: #f9ff74;
  background-color: #010202;
}
.section7-business__video-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background-color: #f9ff74;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  fill: #010202;
}
.section7-business__video-circle svg {
  padding-left: 4px;
  padding-bottom: 2px;
}
.section7-business__more-btn-box {
  text-align: center;
}
.section7-business__more-btn {
  color: #010202;
  font-weight: 500;
  letter-spacing: -0.32px;
  font-size: 16px;
  line-height: 1.375;
  padding: 16px 26px 17px;
  border-radius: 30px;
  border: 1px solid #cccccc;
  background-color: transparent;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section7-business__more-btn:hover {
  background-color: #010202;
  color: #fff;
  border-color: #010202;
  outline: none;
}
.section7-business__more-btn:focus {
  border-color: #010202;
}
.section7-business__swiper {
  padding-right: 0;
}

@media screen and (max-width: 1360px) {
  .section7-business {
    padding: 80px 0;
  }
  .section7-business__cards {
    margin-right: auto;
    padding-bottom: 110px;
  }
  .section7-business__title {
    margin-left: 100px;
  }
  .section7-business__card {
    cursor: pointer;
    width: 403px;
  }
  .section7-business__card:first-child {
    margin: 0 35px 0 20px;
  }
  .section7-business__card:last-child {
    margin: 0 20px 0 0;
  }
  .section7-business__card:hover .section7-business__card-box, .section7-business__card:focus .section7-business__card-box {
    background-color: #010202;
  }
}
@media screen and (max-width: 1024px) {
  .section7-business__title {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec6-bg-change {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@media screen and (max-width: 768px) {
  .swiper-work-pagination-7-bus {
    margin-bottom: 40px;
  }
  .section7-business__person {
    display: none;
  }
  .section7-business__person-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
  }
  .section7-business__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
  .section7-business__card {
    width: 307px;
  }
  .section7-business__card-img {
    width: 290px;
    height: 182px;
  }
  .section7-business__card-img img {
    width: 290px;
    height: 182px;
  }
  .section7-business__card-box {
    width: 208px;
    height: 214px;
  }
  .section7-business__card-img-box {
    position: relative;
    padding: 18px 0;
    margin-bottom: 22px;
  }
  .section7-business__card-title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4444444444;
    letter-spacing: -0.54px;
  }
  .section7-business__person-info-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 10px;
    margin-top: 10px;
  }
  .section7-business__person-photo {
    width: 31px;
    height: 31px;
  }
  .section7-business__person-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: -0.32px;
    color: #010202;
    display: inline-block;
  }
  .section7-business__person-name {
    font-size: 14px;
    line-height: 1.2857142857;
  }
  .section7-business__card-case {
    font-size: 14px;
    line-height: 1.1428571429;
    letter-spacing: -0.28px;
  }
  .section7-business__card-video {
    font-size: 14px;
    line-height: 1.1428571429;
    letter-spacing: -0.28px;
  }
  .section7-business__video-circle {
    width: 27px;
    height: 27px;
  }
  .section7-business__more-btn {
    font-size: 12px;
    line-height: 1.8333333333;
    padding: 10px 18px 11px;
  }
}
@media screen and (max-width: 480px) {
  .section7-business__title {
    max-width: 317px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 375px) {
  .section7-business__card {
    width: 280px;
  }
  .section7-business__card-img {
    width: 263px;
    height: 180px;
  }
  .section7-business__card-img img {
    width: 263px;
    height: 180px;
  }
  .section7-business__card-box {
    width: 175px;
    height: 217px;
  }
  .section7-business__more-btn-box {
    margin-top: -40px;
  }
}
.section8-business {
  background-color: #010202;
  padding: 120px 80px 0 80px;
  border-bottom: 1px solid #343535;
}
.section8-business__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section8-business__list-title {
  margin-bottom: 60px;
  max-width: 488px;
}
.section8-business__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 596px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.section8-business__item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.section8-business__item:nth-child(1) {
  padding-right: 57px;
  padding-bottom: 37px;
  border-bottom: 1px solid #343535;
  border-right: 1px solid #343535;
}
.section8-business__item:nth-child(2) {
  padding-left: 42px;
  padding-bottom: 37px;
  border-bottom: 1px solid #343535;
}
.section8-business__item:nth-child(3) {
  padding-right: 33px;
  padding-top: 30px;
  border-right: 1px solid #343535;
}
.section8-business__item:nth-child(4) {
  padding-left: 42px;
  padding-top: 30px;
}
.section8-business__item-title {
  font-weight: 500;
  font-size: 34px;
  line-height: 1.2352941176;
  letter-spacing: -1.02px;
  color: #f9ff74;
  margin-bottom: 10px;
}
.section8-business__item-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #b2b3b3;
}
.section8-business__img-box {
  width: 597px;
  height: 575px;
  border: 1px solid #343535;
  border-bottom: none;
  border-radius: 400px 400px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  background-color: #111111;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.section8-business__img-container {
  overflow: hidden;
  border-radius: 400px 400px 0 0;
}
.section8-business__img {
  border-radius: 400px 400px 0 0;
}
.section8-business__img img {
  border-radius: 400px 400px 0 0;
}

@media screen and (max-width: 1290px) {
  .section8-business {
    padding-bottom: 0;
  }
  .section8-business__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section8-business__item:nth-child(3) {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .section8-business {
    padding: 80px 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .section8-business {
    padding-top: 60px;
  }
  .section8-business__img-box {
    width: 336px;
    height: 231px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
  .section8-business__img {
    width: 254px;
    height: 194px;
    border-radius: 400px 400px 0 0;
  }
  .section8-business__img img {
    border-radius: 400px 400px 0 0;
    width: 254px;
    height: 194px;
  }
  .section8-business__container {
    gap: 40px;
  }
  .section8-business__list-title {
    margin-bottom: 39px;
    max-width: 488px;
  }
  .section8-business__item-title {
    font-size: 26px;
    line-height: 1.1538461538;
    letter-spacing: -0.78px;
  }
  .section8-business__item-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #b2b3b3;
  }
  .section8-business__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section8-business__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .section8-business__item:nth-child(1) {
    padding-right: 0;
    padding-bottom: 28px;
    padding-top: 0;
    border-bottom: 1px solid #343535;
    border-right: none;
  }
  .section8-business__item:nth-child(2) {
    padding-left: 0;
    padding-bottom: 28px;
    padding-top: 28px;
    border-bottom: 1px solid #343535;
  }
  .section8-business__item:nth-child(3) {
    padding-right: 0;
    padding-bottom: 28px;
    padding-top: 28px;
    border-right: none;
    border-bottom: 1px solid #343535;
  }
  .section8-business__item:nth-child(4) {
    padding-left: 0;
    padding-bottom: 28px;
    padding-top: 28px;
  }
}
@media screen and (max-width: 480px) {
  .section8-business__img-box {
    width: 100%;
  }
  .section8-business__img {
    width: 214px;
    height: 194px;
  }
  .section8-business__img img {
    width: 214px;
    height: 194px;
  }
}
@media screen and (max-width: 375px) {
  .section8-business__img-box {
    width: 100%;
  }
  .section8-business__img {
    width: 214px;
    height: 194px;
  }
  .section8-business__img img {
    width: 214px;
    height: 194px;
  }
}
.section9-business {
  background-color: #010202;
  padding: 140px 80px 120px;
}
.section9-business__container {
  max-width: 1280px;
  margin: 0 auto;
}
.section9-business__list-title {
  margin-bottom: 55px;
}
.section9-business__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px 30px;
}
.section9-business__item {
  width: 211px;
}
.section9-business__item:last-child {
  position: relative;
  z-index: 1;
  color: #010202;
}
.section9-business__item:last-child::before {
  content: "";
  position: absolute;
  width: 229px;
  height: 207px;
  background-color: #f9ff74;
  border-radius: 0 200px 200px 0;
  top: -32px;
  left: -23px;
  z-index: -1;
}
.section9-business__item-counter {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4545454545;
  letter-spacing: -0.44px;
  color: #f9ff74;
}
.section9-business__item-counter--last {
  color: #010202;
}
.section9-business__item-title {
  font-size: 18px;
  line-height: 1.4444444444;
  color: #fff;
  padding-top: 10px;
  margin-bottom: 10px;
}
.section9-business__item-title--last {
  color: #010202;
}
.section9-business__item-desc {
  font-size: 16px;
  line-height: 1.625;
  color: #b2b3b3;
}
.section9-business__item-desc--last {
  color: #4e4e4e;
}

@media screen and (max-width: 1335px) {
  .section9-business__list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 47px 30px;
  }
}
@media screen and (max-width: 1300px) {
  .section9-business {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .section9-business {
    padding-top: 80px;
    padding-bottom: 160px;
  }
  .section9-business__item-counter {
    font-size: 18px;
    line-height: 1.3333333333;
  }
  .section9-business__item-title {
    font-size: 16px;
    line-height: 1.375;
    color: #fff;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .section9-business__item-title--last {
    color: #010202;
  }
  .section9-business__item-desc {
    font-size: 14px;
    line-height: 1.8571428571;
    color: #b2b3b3;
  }
  .section9-business__item-desc--last {
    color: #4e4e4e;
  }
}
@media screen and (max-width: 492px) {
  .section9-business {
    padding-bottom: 90px;
  }
  .section9-business__item {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .section9-business__item:last-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 128px;
    margin-left: 22px;
  }
  .section9-business__item:last-child::before {
    content: "";
    position: absolute;
    width: 89vw;
    height: 128px;
    background-color: #f9ff74;
    border-radius: 0 200px 200px 0;
    top: -16px;
    left: -23px;
    z-index: -1;
  }
  .section9-business__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 34px 30px;
  }
}
@media screen and (max-width: 375px) {
  .section9-business__item {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .section9-business__item:last-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 128px;
    margin-left: 22px;
  }
  .section9-business__item:last-child::before {
    content: "";
    position: absolute;
    width: 89vw;
    height: 128px;
    background-color: #f9ff74;
    border-radius: 0 200px 200px 0;
    top: -14px;
    left: -21px;
    z-index: -1;
  }
  .section9-business__list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 34px 30px;
  }
}
.section10-business {
  padding: 120px 80px;
}
.section10-business__title {
  text-align: center;
  margin-bottom: 43px;
}
.section10-business__btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 34px;
  position: relative;
  z-index: 3;
}
.section10-business__btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: -0.32px;
  color: #010202;
  width: 210px;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #cccccc;
  background-color: #fff;
}
.section10-business__btn--last {
  border: 1px solid #111111;
  background-color: #f9ff74;
}
.section10-business__box {
  position: relative;
}
.section10-business__line-box {
  display: block;
  position: absolute;
  top: 20px;
  left: 50.5%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.section10-business__img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section10-business__img-box img {
  width: 813px;
}

@media screen and (max-width: 1300px) {
  .section10-business {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .section10-business__line-box {
    display: none;
  }
}
@media screen and (max-width: 918px) {
  .section10-business__btn-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 52px;
  }
}
@media screen and (max-width: 768px) {
  .section10-business {
    padding: 80px 20px;
  }
}
.section1-home {
  background-color: #edede7;
  height: calc(100vh - 126px);
  min-height: 613px;
}
.section1-home__container {
  padding: 93px 0 0 129px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.section1-home__title {
  font-weight: 500;
  font-size: 60px;
  line-height: 1.1666666667;
  letter-spacing: -1.8px;
  color: #111111;
  max-width: 874px;
}
.section1-home__accent {
  display: inline-block;
  line-height: 57px;
}
.section1-home__hero-bottom-wrapp {
  margin-top: 35px;
}
.section1-home__hero-bottom-left {
  padding-right: 20px;
  min-width: 361px;
}
.section1-home__hero-bottom-right {
  position: absolute;
  bottom: 0;
  right: -55px;
}
.section1-home__subtitle {
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 0;
}
.section1-home__btn {
  padding: 0;
}
.section1-home__img {
  margin-right: -5px;
}

@media screen and (max-height: 812px) {
  .section1-home__hero-bottom-left {
    margin-top: 0;
  }
}
@media screen and (max-height: 760px) {
  .section1-home__container {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1440px) {
  .section1-home {
    overflow: hidden;
  }
}
@media screen and (max-width: 1400px) {
  .section1-home__hero-bottom-right {
    right: -100px;
  }
}
@media screen and (max-width: 1300px) {
  .section1-home {
    padding-left: 20px;
  }
  .section1-home__container {
    padding-left: 0;
  }
}
@media screen and (max-width: 1224px) {
  .section1-home {
    overflow: hidden;
  }
}
@media screen and (max-width: 1200px) {
  .section1-home__hero-bottom-right {
    right: -230px;
  }
}
@media screen and (max-width: 1160px) {
  .section1-home__container {
    padding: 45px 0 0 0;
  }
}
@media screen and (max-width: 1116px) {
  .section1-home {
    height: auto;
  }
  .section1-home__hero-bottom-wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section1-home__subtitle {
    margin-left: 0;
  }
  .section1-home__img {
    max-height: 206px;
    max-width: 250px;
  }
  .section1-home__hero-bottom-right {
    position: absolute;
    right: -307px;
    bottom: -60px;
    z-index: 0;
  }
  .section1-home__container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 35px;
  }
  .section1-home__hero-bottom-left {
    margin-top: 0;
  }
  .section1-home__hero-bottom-wrapp {
    margin-top: 0;
    position: relative;
    margin-bottom: 60px;
  }
  .section1-home__title {
    font-weight: 500;
    font-size: 48px;
    line-height: 1.2083333333;
    letter-spacing: -1.44px;
  }
}
@media screen and (max-width: 1000px) {
  .section1-home {
    min-height: auto;
  }
  .section1-home__hero-bottom-right {
    position: relative;
    right: -400px;
    z-index: 0;
    margin-top: -250px;
  }
  .section1-home__photo {
    width: 280px;
    height: 232px;
  }
}
@media screen and (max-width: 844px) {
  .section1-home__title {
    font-size: 28px;
    line-height: 1.2142857143;
    letter-spacing: -0.84px;
  }
  .section1-home__hero-bottom-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .section1-home__gohome {
    display: none;
  }
  .section1-home__container {
    gap: 7px;
  }
  .section1-home__subtitle {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .section1-home__hero-bottom-wrapp {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 56px;
    height: 100%;
  }
  .section1-home__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .section1-home {
    min-height: auto;
  }
  .section1-home__container {
    padding-top: 45px;
  }
  .section1-home__hero-bottom-right {
    right: -60px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: -60px;
  }
  .section1-home__photo {
    width: 280px;
    height: 206px;
  }
}
@media screen and (max-width: 531px) {
  .section1-home {
    height: auto;
  }
  .section1-home__hero-bottom-right {
    right: -150px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: -40px;
  }
  .section1-home__img {
    margin-right: 0;
  }
  .section1-home__photo {
    width: 280px;
    height: 205px;
  }
  .section1-home__hero-bottom-wrapp {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 420px) {
  .section1-home {
    height: auto;
  }
  .section1-home__hero-bottom-right {
    right: -143px;
  }
}
@media screen and (max-width: 389px) {
  .section1-home {
    height: auto;
  }
  .section1-home__hero-bottom-right {
    right: -142px;
  }
}
@media screen and (max-width: 374px) {
  .section1-home {
    height: auto;
  }
  .section1-home__hero-bottom-right {
    right: -217px;
  }
  .section1-home__photo {
    width: 280px;
    height: 206px;
  }
}
.section2-home {
  padding: 182px 100px 160px 130px;
  overflow: hidden;
}
.section2-home__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 93px;
}
.section2-home__left-list-item {
  position: relative;
  padding-left: 42px;
  max-width: 608px;
}
.section2-home__left-list-item:not(:last-child) {
  margin-bottom: 36px;
}
.section2-home__left-list-item-title {
  margin-bottom: 8px;
}
.section2-home__left-list-item-subtitle {
  color: #4e4e4e;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.section2-home__left-list-item-num, .section2-home__left-list-item-title {
  color: #010202;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.44px;
}
.section2-home__left-list-item-num {
  position: absolute;
  top: 0;
  left: 0;
}
.section2-home__right {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: -42px;
}
.section2-home__right-box {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 68px;
  height: 500px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.section2-home__title {
  margin-bottom: 40px;
  max-width: 583px;
}
.section2-home__accent {
  display: inline-block;
  line-height: 46px;
}
.section2-home__tab-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 31px;
}
.section2-home__tab {
  cursor: pointer;
  padding: 9px 14px;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -0.44px;
  background-color: #edede7;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section2-home__tab.active {
  color: #fff;
  background-color: #111111;
}
.section2-home__tab:hover {
  color: #fff;
  background-color: #111111;
}
.section2-home__tab:focus {
  border-color: 1px solid #111111;
}
.section2-home__line {
  position: absolute;
  z-index: -1;
  display: none;
}
.section2-home__line.active {
  display: block;
}
.section2-home__desc-box {
  margin-top: 32px;
}
.section2-home__desc1, .section2-home__desc2, .section2-home__desc3 {
  line-height: 26px;
  font-size: 16px;
  color: #4e4e4e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section2-home__desc1, .section2-home__desc2 {
  margin-bottom: 9px;
}
.section2-home__desc span {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin-right: 23px;
}

@media screen and (max-width: 1300px) {
  .section2-home {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section2-home__right-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    height: 450px;
  }
  .section2-home__right-box object {
    height: 450px;
  }
}
@media screen and (max-width: 1200px) {
  .section2-station__right-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    height: 400px;
  }
  .section2-station__right-box object {
    height: 400px;
  }
}
@media screen and (max-width: 1060px) {
  .section2-station__right-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    height: 370px;
  }
  .section2-station__right-box object {
    height: 370px;
  }
}
@media screen and (max-width: 1050px) {
  .section2-home {
    padding-right: 20px;
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .section2-home__right {
    margin-top: 0;
  }
  .section2-home__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .section2-home__right-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-left: 20px;
    margin-bottom: 0;
    height: 310px;
  }
  .section2-home__right-box object {
    height: 294px;
    width: auto;
  }
  .section2-home__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
  .section2-home__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}
@media screen and (max-width: 830px) {
  .section2-home__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .section2-home__title {
    margin-bottom: 30px;
    max-width: 100%;
  }
  .section2-home__left-list-item {
    position: relative;
    max-width: 608px;
  }
  .section2-home__left-list-item:not(:last-child) {
    margin-bottom: 32px;
  }
  .section2-home__left-list-item-num, .section2-home__left-list-item-title {
    color: #010202;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
  .section2-home__tab {
    font-size: 14px;
    line-height: 15px;
    letter-spacing: -0.36px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .section2-home__tab-box {
    gap: 10px;
  }
}
@media screen and (max-width: 520px) {
  .section2-home__right-img {
    width: 310px;
    height: auto;
  }
}
@media screen and (max-width: 374px) {
  .section2-home__right-img {
    width: 240px;
    height: auto;
  }
  .section2-home__right-box {
    height: 240px;
  }
  .section2-home__right-box object {
    height: 240px;
  }
}
.section3-home {
  padding: 0px 70px 140px;
}

@media screen and (max-width: 768px) {
  .section3-home {
    padding: 0px 20px 100px;
  }
}
.section4-home {
  background-color: #010202;
  padding: 140px 80px;
}
.section4-home__container {
  max-width: 1280px;
  margin: 0 auto;
}
.section4-home__title {
  color: #fff;
  font-family: Montserrat;
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -1.38px;
  margin-bottom: 60px;
}
.section4-home__title span {
  color: #f9ff74;
}
.section4-home__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px 32px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.section4-home__list-item {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}
.section4-home__list-item-img-wrap {
  margin-bottom: 30px;
}
.section4-home__list-item-subtitle {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.44px;
}

@media screen and (max-width: 1300px) {
  .section4-home {
    padding: 140px 20px;
  }
}
@media screen and (max-width: 885px) {
  .section4-home {
    padding: 80px 20px 84px;
  }
  .section4-home__title {
    font-size: 26px;
    line-height: 1.3076923077;
    margin-bottom: 30px;
  }
  .section4-home__title span {
    color: #fff;
  }
  .section4-home__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 38px 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .section4-home__list-item {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .section4-home__list-item-img-wrap {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .section4-home__list-item-subtitle {
    font-size: 16px;
    line-height: 1.375;
  }
}
.section5-home {
  padding: 0 85px;
}
.section5-home__title {
  text-align: center;
  letter-spacing: -1.38px;
}
.section5-home__subtitle {
  color: #4e4e4e;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 41px;
}
.section5-home__input-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 100px;
}
.section5-home__input-img-box {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  width: 609px;
}
.section5-home__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 44px;
  gap: 30px;
}
.section5-home__input-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: -0.32px;
  color: #fff;
  margin-bottom: 21px;
}
.section5-home__input-desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.4px;
  color: #fff;
}
.section5-home__img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  margin-bottom: 36px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section5-home__img1 {
  width: 337px;
  margin-bottom: 37px;
}
.section5-home__img3 {
  width: 337px;
  text-align: right;
  margin-bottom: 18px;
}
.section5-home__img-title-box {
  position: relative;
}
.section5-home__arr1 {
  position: absolute;
  top: -16px;
  left: 80px;
}
.section5-home__arr2 {
  position: absolute;
  top: 29px;
  right: 54px;
}
.section5-home__img-1 {
  position: absolute;
  left: 0;
  top: -66px;
  z-index: 10;
}
.section5-home__line1 {
  width: 2px;
  height: 53px;
  background-color: #111111;
  margin-left: 75px;
}
.section5-home__line3 {
  width: 2px;
  height: 27px;
  background-color: #111111;
  margin-left: 260px;
}
.section5-home__img-3 {
  position: absolute;
  right: -160px;
  top: -133px;
}
.section5-home__img-title {
  font-weight: 500;
  font-size: 34px;
  line-height: 1.2352941176;
  letter-spacing: -1.02px;
  color: #111111;
  margin-bottom: 5px;
}
.section5-home__calculator {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 48px 60px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 24px 0;
}
.section5-home__calculator::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  left: 0;
  bottom: 50%;
}
.section5-home__calc {
  width: 375px;
}
.section5-home__calc-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4545454545;
  letter-spacing: -0.44px;
  color: #111111;
  margin-bottom: 4px;
}
.section5-home__calc-desc {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.32px;
  color: #4e4e4e;
}
.section5-home__calc-desc--left {
  text-align: left;
}
.section5-home__calc-desc--right {
  text-align: right;
}
.section5-home__img-mob {
  display: none;
}
.section5-home__input {
  position: relative;
}

.section5-home__input-desc {
  position: absolute;
  top: 55px;
}

#lvl3Value,
#lvl4Value {
  margin-left: -8px;
}

.slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-track {
  height: 5px;
  width: 255px;
  background-color: #343535;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-level {
  height: 5px;
  width: 50%;
  background-color: #f9ff74;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: absolute;
  width: 255px;
  height: 5px;
  background-color: transparent;
  outline: none;
}

.my-range {
  background-color: #343535;
  position: relative;
  width: 255px;
  height: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 3px;
  border-radius: 3px;
}

.my-range-lvl {
  position: absolute;
  height: 1px;
  background-color: #f9ff74;
}

#lvl3 {
  width: 2%;
}

#lvl4 {
  width: 50%;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #f9ff74;
  position: relative;
}

input[type=range]::-webkit-slider-thumb::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 7px;
  height: 4px;
  background-image: url("../../../img/range.svg");
}

@media screen and (max-width: 1440px) {
  .section5-home {
    overflow: hidden;
  }
}
@media screen and (max-width: 1415px) {
  .section5-home__calculator {
    gap: 48px 40px;
  }
}
@media screen and (max-width: 1375px) {
  .section5-home__calc {
    width: 348px;
  }
  .section5-home__arr1 {
    width: 270px;
  }
  .section5-home__arr2 {
    width: 270px;
  }
}
@media screen and (max-width: 1300px) {
  .section5-home {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1163px) {
  .section5-home__calculator {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 48px 20px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 24px 0;
  }
  .section5-home__calculator::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    left: 0;
    bottom: 33%;
  }
  .section5-home__calculator::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    left: 0;
    bottom: 67%;
  }
  .section5-home__arr2 {
    width: 200px;
  }
  .section5-home__arr1 {
    width: 200px;
  }
}
@media screen and (max-width: 1120px) {
  .section5-home__img-3 {
    top: -143px;
  }
  .section5-home__img-1 {
    top: -51px;
  }
  .section5-home__line1 {
    display: none;
  }
  .section5-home__line3 {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .section5-home__img-3 {
    position: static;
    height: 163px;
    margin-bottom: 12px;
  }
  .section5-home__img-1 {
    position: static;
    margin-bottom: 12px;
  }
  .section5-home__img2 {
    display: none;
  }
  .section5-home__arr1, .section5-home__arr2 {
    display: none;
  }
  .section5-home__img-box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
@media screen and (max-width: 768px) {
  .section5-home__title {
    margin-bottom: 10px;
  }
  .section5-home__subtitle {
    margin-bottom: 30px;
  }
  .section5-home__img-mob {
    display: block;
  }
  .section5-home__img {
    display: none;
  }
  .section5-home__input-img-box {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    width: 338px;
    margin-top: 0;
  }
  .section5-home__input-box {
    margin-bottom: 0;
  }
  .section5-home__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 64px;
    gap: 127px;
  }
  .section5-home__input-text {
    max-width: 250px;
  }
  .section5-home__img-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 8px;
  }
  .section5-home__calc-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 8px;
  }
  .section5-home__calc-desc {
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: -0.28px;
  }
  .section5-home__calculator {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0 0;
    padding: 0;
  }
  .section5-home__calculator::before {
    content: "";
    width: 0;
  }
  .section5-home__calculator::after {
    content: "";
    width: 0;
  }
  .section5-home__calc {
    padding: 16px 0;
    width: 100%;
  }
  .section5-home__calc:not(:last-child) {
    border-bottom: 1px solid #cccccc;
  }
}
@media screen and (max-width: 480px) {
  .section5-home__img-box {
    margin-top: 110px;
    margin-bottom: 20px;
  }
  .section5-home__img-box::before {
    content: "";
    position: absolute;
    top: 37%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 1px;
    width: 30%;
    background-color: #010202;
  }
  .section5-home__img-3 {
    position: static;
    height: 163px;
    margin-bottom: 12px;
    margin-top: -54px;
    margin-right: -66px;
  }
  .section5-home__img-1 {
    position: static;
    margin-bottom: 12px;
    height: 108px;
  }
  .section5-home__img1 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 374px) {
  .section5-home__input-img-box {
    width: 100%;
    height: 323px;
  }
  .section5-home__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 48px;
    gap: 89px;
  }
  .section5-home input[type=range] {
    width: 230px;
  }
  .section5-home__img-box {
    margin-top: 110px;
    margin-bottom: 20px;
  }
  .section5-home__img-box::before {
    content: "";
    position: absolute;
    top: 37%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 1px;
    width: 10%;
    background-color: #010202;
  }
  .my-range {
    width: 230px;
  }
}
.section7-business {
  padding: 120px 0 120px 80px;
  background-color: #edede7;
}
.section7-business__title {
  margin-bottom: 60px;
  margin-right: 20px;
  margin-left: 20px;
  max-width: 770px;
}
.section7-business__container {
  max-width: 1360px;
  margin: 0 auto;
}
.section7-business__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}
.section7-business__card {
  width: 403px;
}
.section7-business__card:not(:last-child) {
  margin: 0 35px 0 0;
}
.section7-business__card:hover .section7-home__card-box, .section7-business__card:focus .section7-home__card-box {
  background-color: #010202;
}
.section7-business__card-img-box {
  position: relative;
  padding: 22px 0;
  margin-bottom: 31px;
}
.section7-business__card-img {
  width: 380px;
  height: 240px;
}
.section7-business__card-img img {
  border-radius: 0 400px 400px 0;
}
.section7-business__card-box {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  background-color: #edede7;
  border-radius: 0 400px 400px 0;
  width: 262px;
  height: 285px;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.section7-business__card-link-main {
  cursor: pointer;
}
.section7-business__card-link-main:hover .section7-home__card-box, .section7-business__card-link-main:focus .section7-home__card-box {
  background-color: #010202;
}
.section7-business__card-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4545454545;
  letter-spacing: -0.44px;
  color: #010202;
  max-width: 300px;
  margin-bottom: 27px;
}
.section7-business__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 21px;
}
.section7-business__person-mob {
  display: none;
}
.section7-business__person-icon {
  width: 24px;
  height: 18px;
}
.section7-business__person-info {
  margin-left: 24px;
  margin-right: 20px;
}
.section7-business__person-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #010202;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section7-business__person-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #4e4e4e;
}
.section7-business__person-photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.section7-business__card-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 39px;
}
.section7-business__card-case {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  color: #010202;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section7-business__card-case::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #010202;
  bottom: -6px;
  left: 0;
}
.section7-business__card-case:hover::after, .section7-business__card-case:focus::after {
  background-color: #f9ff74;
}
.section7-business__card-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  color: #010202;
}
.section7-business__card-video:hover .section7-home__video-circle, .section7-business__card-video:focus .section7-home__video-circle {
  fill: #f9ff74;
  background-color: #010202;
}
.section7-business__video-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background-color: #f9ff74;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  fill: #010202;
  padding-left: 1px;
}
.section7-business__video-circle--home svg {
  width: 10px;
  height: 10px;
  padding: 0;
}
.section7-business__more-btn-box {
  text-align: center;
}
.section7-business__more-btn {
  color: #010202;
  font-weight: 500;
  letter-spacing: -0.32px;
  font-size: 16px;
  line-height: 1.375;
  padding: 16px 26px 17px;
  border-radius: 30px;
  border: 1px solid #cccccc;
  background-color: transparent;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section7-business__more-btn:hover {
  background-color: #010202;
  color: #fff;
  border-color: #010202;
  outline: none;
}
.section7-business__more-btn:focus {
  border-color: #010202;
}
.section7-business__swiper {
  padding-right: 0;
}

@media screen and (max-width: 1360px) {
  .section7-business__cards {
    margin-bottom: 160px;
  }
  .section7-business__card {
    cursor: pointer;
    width: 403px;
  }
  .section7-business__card:first-child {
    margin: 0 35px 0 20px;
  }
  .section7-business__card:last-child {
    margin: 0 20px 0 0;
  }
  .section7-business__card:hover .section7-home__card-box, .section7-business__card:focus .section7-home__card-box {
    background-color: #010202;
  }
}
@media screen and (max-width: 1360px) {
  .section7-business {
    padding: 80px 0;
  }
  .section7-business__cards {
    margin-right: auto;
  }
  .section7-business__title {
    margin-left: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .section7-business__title {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec6-bg-change {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@media screen and (max-width: 768px) {
  .swiper-work-pagination-7-bus {
    margin-bottom: 40px;
  }
  .section7-home__person {
    display: none;
  }
  .section7-home__person-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
  }
  .section7-home__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
  }
  .section7-home__card {
    width: 307px;
  }
  .section7-home__card-img {
    width: 290px;
    height: 182px;
  }
  .section7-home__card-img img {
    width: 290px;
    height: 182px;
  }
  .section7-home__card-box {
    width: 208px;
    height: 214px;
  }
  .section7-home__card-img-box {
    position: relative;
    padding: 18px 0;
    margin-bottom: 22px;
  }
  .section7-home__card-title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4444444444;
    letter-spacing: -0.54px;
  }
  .section7-home__person-info-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 10px;
    margin-top: 10px;
  }
  .section7-home__person-photo {
    width: 31px;
    height: 31px;
  }
  .section7-home__person-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: -0.32px;
    color: #010202;
    display: inline-block;
  }
  .section7-home__person-name {
    font-size: 14px;
    line-height: 1.2857142857;
  }
  .section7-home__card-case {
    font-size: 14px;
    line-height: 1.1428571429;
    letter-spacing: -0.28px;
  }
  .section7-home__card-video {
    font-size: 14px;
    line-height: 1.1428571429;
    letter-spacing: -0.28px;
  }
  .section7-home__video-circle {
    width: 27px;
    height: 27px;
  }
  .section7-home__more-btn {
    font-size: 12px;
    line-height: 1.8333333333;
    padding: 10px 18px 11px;
  }
}
@media screen and (max-width: 480px) {
  .section7-business__title {
    max-width: 317px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 375px) {
  .section7-business__card {
    width: 280px;
  }
  .section7-business__card-img {
    width: 263px;
    height: 180px;
  }
  .section7-business__card-img img {
    width: 263px;
    height: 180px;
  }
  .section7-business__card-box {
    width: 175px;
    height: 217px;
  }
  .section7-business__more-btn-box {
    margin-top: -40px;
  }
}
.section8-home {
  background-color: #010202;
  padding: 120px 80px 0 80px;
  border-bottom: 1px solid #343535;
}
.section8-home__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section8-home__list-title {
  margin-bottom: 60px;
  max-width: 488px;
}
.section8-home__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 596px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.section8-home__item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.section8-home__item:nth-child(1) {
  padding-right: 57px;
  padding-bottom: 37px;
  border-bottom: 1px solid #343535;
  border-right: 1px solid #343535;
}
.section8-home__item:nth-child(2) {
  padding-left: 42px;
  padding-bottom: 37px;
  border-bottom: 1px solid #343535;
}
.section8-home__item:nth-child(3) {
  padding-right: 33px;
  padding-top: 30px;
  border-right: 1px solid #343535;
}
.section8-home__item:nth-child(4) {
  padding-left: 42px;
  padding-top: 30px;
}
.section8-home__item-title {
  font-weight: 500;
  font-size: 34px;
  line-height: 1.2352941176;
  letter-spacing: -1.02px;
  color: #f9ff74;
  margin-bottom: 10px;
}
.section8-home__item-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #b2b3b3;
}
.section8-home__img-box {
  width: 597px;
  height: 575px;
  border: 1px solid #343535;
  border-bottom: none;
  border-radius: 400px 400px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  background-color: #111111;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.section8-home__img-container {
  overflow: hidden;
  border-radius: 400px 400px 0 0;
}
.section8-home__img {
  border-radius: 400px 400px 0 0;
}
.section8-home__img img {
  border-radius: 400px 400px 0 0;
}

@media screen and (max-width: 1290px) {
  .section8-home {
    padding-bottom: 0;
  }
  .section8-home__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section8-home__item:nth-child(3) {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .section8-home {
    padding: 80px 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .section8-home {
    padding-top: 60px;
  }
  .section8-home__img-box {
    width: 336px;
    height: 231px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
  .section8-home__img {
    width: 254px;
    height: 194px;
    border-radius: 400px 400px 0 0;
  }
  .section8-home__img img {
    border-radius: 400px 400px 0 0;
    width: 254px;
    height: 194px;
  }
  .section8-home__container {
    gap: 40px;
  }
  .section8-home__list-title {
    margin-bottom: 39px;
    max-width: 488px;
  }
  .section8-home__item-title {
    font-size: 26px;
    line-height: 1.1538461538;
    letter-spacing: -0.78px;
  }
  .section8-home__item-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #b2b3b3;
  }
  .section8-home__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section8-home__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .section8-home__item:nth-child(1) {
    padding-right: 0;
    padding-bottom: 28px;
    padding-top: 0;
    border-bottom: 1px solid #343535;
    border-right: none;
  }
  .section8-home__item:nth-child(2) {
    padding-left: 0;
    padding-bottom: 28px;
    padding-top: 28px;
    border-bottom: 1px solid #343535;
  }
  .section8-home__item:nth-child(3) {
    padding-right: 0;
    padding-bottom: 28px;
    padding-top: 28px;
    border-right: none;
    border-bottom: 1px solid #343535;
  }
  .section8-home__item:nth-child(4) {
    padding-left: 0;
    padding-bottom: 28px;
    padding-top: 28px;
  }
}
@media screen and (max-width: 480px) {
  .section8-home__img-box {
    width: 100%;
  }
  .section8-home__img {
    width: 214px;
    height: 194px;
  }
  .section8-home__img img {
    width: 214px;
    height: 194px;
  }
}
@media screen and (max-width: 375px) {
  .section8-home__img-box {
    width: 100%;
  }
  .section8-home__img {
    width: 214px;
    height: 194px;
  }
  .section8-home__img img {
    width: 214px;
    height: 194px;
  }
}
.section9-home {
  background-color: #010202;
  padding: 140px 80px 120px;
}
.section9-home__container {
  max-width: 1280px;
  margin: 0 auto;
}
.section9-home__list-title {
  margin-bottom: 55px;
}
.section9-home__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px 30px;
}
.section9-home__item {
  width: 211px;
}
.section9-home__item:last-child {
  position: relative;
  z-index: 1;
  color: #010202;
}
.section9-home__item:last-child::before {
  content: "";
  position: absolute;
  width: 229px;
  height: 207px;
  background-color: #f9ff74;
  border-radius: 0 200px 200px 0;
  top: -32px;
  left: -23px;
  z-index: -1;
}
.section9-home__item-counter {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4545454545;
  letter-spacing: -0.44px;
  color: #f9ff74;
}
.section9-home__item-counter--last {
  color: #010202;
}
.section9-home__item-title {
  font-size: 18px;
  line-height: 1.4444444444;
  color: #fff;
  padding-top: 10px;
  margin-bottom: 10px;
}
.section9-home__item-title--last {
  color: #010202;
}
.section9-home__item-desc {
  font-size: 16px;
  line-height: 1.625;
  color: #b2b3b3;
}
.section9-home__item-desc--last {
  color: #4e4e4e;
}

@media screen and (max-width: 1310px) {
  .section9-home__list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 47px 30px;
  }
}
@media screen and (max-width: 1300px) {
  .section9-home {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .section9-home {
    padding-top: 80px;
    padding-bottom: 160px;
  }
  .section9-home__item-counter {
    font-size: 18px;
    line-height: 1.3333333333;
  }
  .section9-home__item-title {
    font-size: 16px;
    line-height: 1.375;
    color: #fff;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .section9-home__item-title--last {
    color: #010202;
  }
  .section9-home__item-desc {
    font-size: 14px;
    line-height: 1.8571428571;
    color: #b2b3b3;
  }
  .section9-home__item-desc--last {
    color: #4e4e4e;
  }
}
@media screen and (max-width: 492px) {
  .section9-home {
    padding-bottom: 90px;
  }
  .section9-home__item {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .section9-home__item:last-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 128px;
    margin-left: 22px;
  }
  .section9-home__item:last-child::before {
    content: "";
    position: absolute;
    width: 89vw;
    height: 128px;
    background-color: #f9ff74;
    border-radius: 0 200px 200px 0;
    top: -16px;
    left: -23px;
    z-index: -1;
  }
  .section9-home__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 34px 30px;
  }
}
@media screen and (max-width: 375px) {
  .section9-home__item {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .section9-home__item:last-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 128px;
    margin-left: 22px;
  }
  .section9-home__item:last-child::before {
    content: "";
    position: absolute;
    width: 89vw;
    height: 128px;
    background-color: #f9ff74;
    border-radius: 0 200px 200px 0;
    top: -14px;
    left: -21px;
    z-index: -1;
  }
  .section9-home__list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 34px 30px;
  }
}
.section10-home {
  padding: 120px 80px;
}
.section10-home__title {
  text-align: center;
  margin-bottom: 43px;
}
.section10-home__btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 34px;
  position: relative;
  z-index: 3;
}
.section10-home__btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: -0.32px;
  color: #010202;
  width: 210px;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #cccccc;
  background-color: #fff;
}
.section10-home__btn--last {
  border: 1px solid #111111;
  background-color: #f9ff74;
}
.section10-home__box {
  position: relative;
}
.section10-home__line-box {
  display: block;
  position: absolute;
  top: 20px;
  left: 50.5%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.section10-home__img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section10-home__img-box img {
  width: 813px;
}

@media screen and (max-width: 1300px) {
  .section10-home {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .section10-home__line-box {
    display: none;
  }
}
@media screen and (max-width: 918px) {
  .section10-home__btn-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 52px;
  }
}
@media screen and (max-width: 768px) {
  .section10-home {
    padding: 80px 20px;
  }
}
.section1-station {
  background-color: #edede7;
  height: calc(100vh - 126px);
  min-height: 613px;
}
.section1-station__container {
  padding: 93px 0 0 129px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.section1-station__title {
  font-weight: 500;
  font-size: 60px;
  line-height: 1.1666666667;
  letter-spacing: -1.8px;
  color: #111111;
  max-width: 874px;
}
.section1-station__accent {
  display: inline-block;
  line-height: 57px;
}
.section1-station__hero-bottom-wrapp {
  margin-top: 35px;
}
.section1-station__hero-bottom-left {
  padding-right: 20px;
  min-width: 361px;
}
.section1-station__hero-bottom-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  right: -55px;
}
.section1-station__subtitle {
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 0;
}
.section1-station__btn {
  padding: 0;
}
.section1-station__img {
  margin-right: -5px;
}

@media screen and (max-height: 812px) {
  .section1-station__hero-bottom-left {
    margin-top: 0;
  }
}
@media screen and (max-height: 760px) {
  .section1-station__container {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1440px) {
  .section1-station {
    overflow: hidden;
  }
}
@media screen and (max-width: 1400px) {
  .section1-station__hero-bottom-right {
    right: -100px;
  }
}
@media screen and (max-width: 1300px) {
  .section1-station {
    padding-left: 20px;
  }
  .section1-station__container {
    padding-left: 0;
  }
}
@media screen and (max-width: 1224px) {
  .section1-station {
    overflow: hidden;
  }
}
@media screen and (max-width: 1200px) {
  .section1-station__hero-bottom-right {
    right: -230px;
  }
}
@media screen and (max-width: 1160px) {
  .section1-station__container {
    padding: 45px 0 0 0;
  }
}
@media screen and (max-width: 1116px) {
  .section1-station {
    height: auto;
  }
  .section1-station__hero-bottom-wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section1-station__subtitle {
    margin-left: 0;
  }
  .section1-station__img {
    max-height: 206px;
    max-width: 250px;
  }
  .section1-station__hero-bottom-right {
    position: absolute;
    right: -307px;
    bottom: -60px;
    z-index: 0;
  }
  .section1-station__container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 35px;
  }
  .section1-station__hero-bottom-left {
    margin-top: 0;
  }
  .section1-station__hero-bottom-wrapp {
    margin-top: 0;
    position: relative;
    margin-bottom: 60px;
  }
  .section1-station__title {
    font-weight: 500;
    font-size: 48px;
    line-height: 1.2083333333;
    letter-spacing: -1.44px;
  }
}
@media screen and (max-width: 1000px) {
  .section1-station {
    min-height: auto;
  }
  .section1-station__hero-bottom-right {
    position: relative;
    right: -400px;
    z-index: 0;
    margin-top: -250px;
  }
  .section1-station__photo {
    width: 280px;
    height: 232px;
  }
}
@media screen and (max-width: 844px) {
  .section1-station__title {
    font-size: 28px;
    line-height: 1.2142857143;
    letter-spacing: -0.84px;
  }
  .section1-station__hero-bottom-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .section1-station__gohome {
    display: none;
  }
  .section1-station__container {
    gap: 7px;
  }
  .section1-station__subtitle {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .section1-station__hero-bottom-wrapp {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 56px;
    height: 100%;
  }
  .section1-station__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .section1-station {
    min-height: auto;
  }
  .section1-station__container {
    padding-top: 45px;
  }
  .section1-station__hero-bottom-right {
    right: -60px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: -60px;
  }
  .section1-station__photo {
    width: 280px;
    height: 206px;
  }
}
@media screen and (max-width: 531px) {
  .section1-station {
    height: auto;
  }
  .section1-station__hero-bottom-right {
    right: -150px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: -40px;
  }
  .section1-station__img {
    margin-right: 0;
  }
  .section1-station__photo {
    width: 280px;
    height: 205px;
  }
  .section1-station__hero-bottom-wrapp {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 420px) {
  .section1-station {
    height: auto;
  }
  .section1-station__hero-bottom-right {
    right: -143px;
  }
}
@media screen and (max-width: 389px) {
  .section1-station {
    height: auto;
  }
  .section1-station__hero-bottom-right {
    right: -142px;
  }
}
@media screen and (max-width: 374px) {
  .section1-station {
    height: auto;
  }
  .section1-station__hero-bottom-right {
    right: -217px;
  }
  .section1-station__photo {
    width: 280px;
    height: 206px;
  }
}
.section2-station {
  padding: 182px 100px 160px 130px;
  overflow: hidden;
}
.section2-station__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 93px;
}
.section2-station__left-list-item {
  position: relative;
  padding-left: 42px;
  max-width: 608px;
}
.section2-station__left-list-item:not(:last-child) {
  margin-bottom: 36px;
}
.section2-station__left-list-item-title {
  margin-bottom: 8px;
}
.section2-station__left-list-item-subtitle {
  color: #4e4e4e;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.section2-station__left-list-item-num, .section2-station__left-list-item-title {
  color: #010202;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.44px;
}
.section2-station__left-list-item-num {
  position: absolute;
  top: 0;
  left: 0;
}
.section2-station__right {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: -42px;
}
.section2-station__right-box {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 68px;
  height: 500px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.section2-station__title {
  margin-bottom: 40px;
  max-width: 583px;
}
.section2-station__accent {
  display: inline-block;
  line-height: 46px;
}
.section2-station__tab-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 31px;
}
.section2-station__tab {
  cursor: pointer;
  padding: 9px 14px;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -0.44px;
  background-color: #edede7;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section2-station__tab.active {
  color: #fff;
  background-color: #111111;
}
.section2-station__tab:hover {
  color: #fff;
  background-color: #111111;
}
.section2-station__tab:focus {
  border-color: 1px solid #111111;
}
.section2-station__line {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  z-index: -1;
}
.section2-station__line.active {
  opacity: 1;
  visibility: visible;
}
.section2-station__desc-box {
  margin-top: 32px;
}
.section2-station__desc1, .section2-station__desc2, .section2-station__desc3 {
  line-height: 26px;
  font-size: 16px;
  color: #4e4e4e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section2-station__desc1, .section2-station__desc2 {
  margin-bottom: 9px;
}
.section2-station__desc span {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin-right: 23px;
}

@media screen and (max-width: 1300px) {
  .section2-station {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section2-station__right-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    height: 450px;
  }
  .section2-station__right-box object {
    height: 450px;
  }
}
@media screen and (max-width: 1200px) {
  .section2-station__right-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    height: 400px;
  }
  .section2-station__right-box object {
    height: 400px;
  }
}
@media screen and (max-width: 1060px) {
  .section2-station__right-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    height: 370px;
  }
  .section2-station__right-box object {
    height: 370px;
  }
}
@media screen and (max-width: 1024px) {
  .section2-station {
    padding-right: 20px;
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .section2-station__left {
    margin-bottom: 30px;
  }
  .section2-station__right {
    margin-top: 0;
  }
  .section2-station__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0px;
  }
  .section2-station__right-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-left: 20px;
    margin-bottom: 0;
    height: 310px;
  }
  .section2-station__right-box object {
    height: 294px;
    width: auto;
  }
  .section2-station__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
  .section2-station__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}
@media screen and (max-width: 830px) {
  .section2-station__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .section2-station__title {
    margin-bottom: 30px;
    max-width: 100%;
  }
  .section2-station__left-list-item {
    position: relative;
    max-width: 608px;
  }
  .section2-station__left-list-item:not(:last-child) {
    margin-bottom: 32px;
  }
  .section2-station__left-list-item-num, .section2-station__left-list-item-title {
    color: #010202;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
  .section2-station__tab {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.36px;
  }
  .section2-station__tab-box {
    gap: 20px;
  }
}
@media screen and (max-width: 520px) {
  .section2-station__right {
    gap: 45px;
  }
  .section2-station__right-img {
    width: 310px;
    height: auto;
  }
}
@media screen and (max-width: 374px) {
  .section2-station__right-img {
    width: 240px;
    height: auto;
  }
  .section2-station__right-box {
    height: 240px;
  }
  .section2-station__right-box object {
    height: 240px;
  }
}
.section3-station {
  padding: 0px 70px;
}

@media screen and (max-width: 768px) {
  .section3-station {
    padding: 0px 20px 20px;
  }
}
.section4-home {
  background-color: #010202;
  padding: 140px 80px;
}
.section4-home__container {
  max-width: 1280px;
  margin: 0 auto;
}
.section4-home__title {
  color: #fff;
  font-family: Montserrat;
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -1.38px;
  margin-bottom: 60px;
}
.section4-home__title span {
  color: #f9ff74;
}
.section4-home__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px 32px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.section4-home__list-item {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}
.section4-home__list-item-img-wrap {
  margin-bottom: 30px;
}
.section4-home__list-item-subtitle {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.44px;
}

@media screen and (max-width: 1300px) {
  .section4-home {
    padding: 140px 20px;
  }
}
@media screen and (max-width: 885px) {
  .section4-home {
    padding: 80px 20px 84px;
  }
  .section4-home__title {
    font-size: 26px;
    line-height: 1.3076923077;
    margin-bottom: 30px;
  }
  .section4-home__title span {
    color: #fff;
  }
  .section4-home__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 38px 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .section4-home__list-item {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .section4-home__list-item-img-wrap {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .section4-home__list-item-subtitle {
    font-size: 16px;
    line-height: 1.375;
  }
}
.section5-home {
  padding: 0 85px;
}
.section5-home__title {
  text-align: center;
  letter-spacing: -1.38px;
}
.section5-home__subtitle {
  color: #4e4e4e;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 41px;
}
.section5-home__input-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 100px;
}
.section5-home__input-img-box {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  width: 609px;
}
.section5-home__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 44px;
  gap: 30px;
}
.section5-home__input-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: -0.32px;
  color: #fff;
  margin-bottom: 21px;
}
.section5-home__input-desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.4px;
  color: #fff;
}
.section5-home__img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  margin-bottom: 36px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section5-home__img1 {
  width: 337px;
  margin-bottom: 37px;
}
.section5-home__img3 {
  width: 337px;
  text-align: right;
  margin-bottom: 18px;
}
.section5-home__img-title-box {
  position: relative;
}
.section5-home__arr1 {
  position: absolute;
  top: -16px;
  left: 80px;
}
.section5-home__arr2 {
  position: absolute;
  top: 29px;
  right: 54px;
}
.section5-home__img-1 {
  position: absolute;
  left: 0;
  top: -66px;
}
.section5-home__line1 {
  width: 2px;
  height: 53px;
  background-color: #111111;
  margin-left: 75px;
}
.section5-home__line3 {
  width: 2px;
  height: 27px;
  background-color: #111111;
  margin-left: 260px;
}
.section5-home__img-3 {
  position: absolute;
  right: -160px;
  top: -133px;
}
.section5-home__img-title {
  font-weight: 500;
  font-size: 34px;
  line-height: 1.2352941176;
  letter-spacing: -1.02px;
  color: #111111;
  margin-bottom: 5px;
}
.section5-home__calculator {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 48px 60px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 24px 0;
}
.section5-home__calculator::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  left: 0;
  bottom: 50%;
}
.section5-home__calc {
  width: 375px;
}
.section5-home__calc-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4545454545;
  letter-spacing: -0.44px;
  color: #111111;
  margin-bottom: 4px;
}
.section5-home__calc-desc {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.32px;
  color: #4e4e4e;
}
.section5-home__calc-desc--left {
  text-align: left;
}
.section5-home__calc-desc--right {
  text-align: right;
}
.section5-home__img-mob {
  display: none;
}
.section5-home__input {
  position: relative;
}

.section5-home__input-desc {
  position: absolute;
  top: 55px;
}

#lvl3Value,
#lvl4Value {
  margin-left: -8px;
}

.slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-track {
  height: 5px;
  width: 255px;
  background-color: #343535;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-level {
  height: 5px;
  width: 50%;
  background-color: #f9ff74;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: absolute;
  width: 255px;
  height: 5px;
  background-color: transparent;
  outline: none;
}

.my-range {
  background-color: #343535;
  position: relative;
  width: 255px;
  height: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 3px;
  border-radius: 3px;
}

.my-range-lvl {
  position: absolute;
  height: 1px;
  background-color: #f9ff74;
}

#lvl3 {
  width: 20%;
}

#lvl4 {
  width: 50%;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #f9ff74;
  position: relative;
}

input[type=range]::-webkit-slider-thumb::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 7px;
  height: 4px;
  background-image: url("../../../img/range.svg");
}

@media screen and (max-width: 1440px) {
  .section5-home {
    overflow: hidden;
  }
}
@media screen and (max-width: 1415px) {
  .section5-home__calculator {
    gap: 48px 40px;
  }
}
@media screen and (max-width: 1375px) {
  .section5-home__calc {
    width: 348px;
  }
  .section5-home__arr1 {
    width: 270px;
  }
  .section5-home__arr2 {
    width: 270px;
  }
}
@media screen and (max-width: 1300px) {
  .section5-home {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1163px) {
  .section5-home__calculator {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 48px 20px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 24px 0;
  }
  .section5-home__calculator::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    left: 0;
    bottom: 33%;
  }
  .section5-home__calculator::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    left: 0;
    bottom: 67%;
  }
  .section5-home__arr2 {
    width: 200px;
  }
  .section5-home__arr1 {
    width: 200px;
  }
}
@media screen and (max-width: 1120px) {
  .section5-home__img-3 {
    top: -143px;
  }
  .section5-home__img-1 {
    top: -51px;
  }
  .section5-home__line1 {
    display: none;
  }
  .section5-home__line3 {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .section5-home__img-3 {
    position: static;
    height: 163px;
    margin-bottom: 12px;
  }
  .section5-home__img-1 {
    position: static;
    margin-bottom: 12px;
  }
  .section5-home__img2 {
    display: none;
  }
  .section5-home__arr1, .section5-home__arr2 {
    display: none;
  }
  .section5-home__img-box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
@media screen and (max-width: 768px) {
  .section5-home__title {
    margin-bottom: 10px;
  }
  .section5-home__subtitle {
    margin-bottom: 30px;
  }
  .section5-home__img-mob {
    display: block;
  }
  .section5-home__img {
    display: none;
  }
  .section5-home__input-img-box {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    width: 338px;
    margin-top: 0;
  }
  .section5-home__input-box {
    margin-bottom: 0;
  }
  .section5-home__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 64px;
    gap: 127px;
  }
  .section5-home__input-text {
    max-width: 250px;
  }
  .section5-home__input-desc--2 {
    top: 76px;
  }
  .section5-home__img-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 8px;
  }
  .section5-home__calc-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 8px;
  }
  .section5-home__calc-desc {
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: -0.28px;
  }
  .section5-home__calculator {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0 0;
    padding: 0;
  }
  .section5-home__calculator::before {
    content: "";
    width: 0;
  }
  .section5-home__calculator::after {
    content: "";
    width: 0;
  }
  .section5-home__calc {
    padding: 16px 0;
    width: 100%;
  }
  .section5-home__calc:not(:last-child) {
    border-bottom: 1px solid #cccccc;
  }
}
@media screen and (max-width: 480px) {
  .section5-home__img-box {
    margin-top: 110px;
  }
  .section5-home__img-3 {
    position: static;
    height: 163px;
    margin-bottom: 12px;
    margin-top: -54px;
    margin-right: -66px;
  }
  .section5-home__img-1 {
    position: static;
    margin-bottom: 12px;
    height: 108px;
  }
  .section5-home__img1 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 374px) {
  .section5-home__input-img-box {
    width: 100%;
    height: 323px;
  }
  .section5-home__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 48px;
    gap: 62px;
  }
  .section5-home input[type=range] {
    width: 230px;
  }
  .my-range {
    width: 230px;
  }
}
.section7-home {
  padding: 120px 0 120px 80px;
  background-color: #edede7;
}
.section7-home__title {
  margin-bottom: 60px;
  margin-right: 20px;
  margin-left: 20px;
  max-width: 770px;
}
.section7-home__container {
  max-width: 1360px;
  margin: 0 auto;
}
.section7-home__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}
.section7-home__card {
  width: 403px;
}
.section7-home__card:not(:last-child) {
  margin: 0 35px 0 0;
}
.section7-home__card:hover .section7-home__card-box, .section7-home__card:focus .section7-home__card-box {
  background-color: #010202;
}
.section7-home__card-img-box {
  position: relative;
  padding: 22px 0;
  margin-bottom: 31px;
}
.section7-home__card-img {
  width: 380px;
  height: 240px;
}
.section7-home__card-img img {
  border-radius: 0 400px 400px 0;
}
.section7-home__card-box {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  background-color: #edede7;
  border-radius: 0 400px 400px 0;
  width: 262px;
  height: 285px;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.section7-home__card-link-main {
  cursor: pointer;
}
.section7-home__card-link-main:hover .section7-home__card-box, .section7-home__card-link-main:focus .section7-home__card-box {
  background-color: #010202;
}
.section7-home__card-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4545454545;
  letter-spacing: -0.44px;
  color: #010202;
  max-width: 300px;
  margin-bottom: 27px;
}
.section7-home__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 21px;
}
.section7-home__person-mob {
  display: none;
}
.section7-home__person-icon {
  width: 24px;
  height: 18px;
}
.section7-home__person-info {
  margin-left: 24px;
  margin-right: 20px;
}
.section7-home__person-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #010202;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section7-home__person-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #4e4e4e;
}
.section7-home__person-photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.section7-home__card-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 39px;
}
.section7-home__card-case {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  color: #010202;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section7-home__card-case::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #010202;
  bottom: -6px;
  left: 0;
}
.section7-home__card-case:hover::after, .section7-home__card-case:focus::after {
  background-color: #f9ff74;
}
.section7-home__card-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  color: #010202;
}
.section7-home__card-video:hover .section7-home__video-circle, .section7-home__card-video:focus .section7-home__video-circle {
  fill: #f9ff74;
  background-color: #010202;
}
.section7-home__video-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background-color: #f9ff74;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  fill: #010202;
}
.section7-home__video-circle svg {
  padding-left: 4px;
  padding-bottom: 2px;
}
.section7-home__more-btn-box {
  text-align: center;
}
.section7-home__more-btn {
  color: #010202;
  font-weight: 500;
  letter-spacing: -0.32px;
  font-size: 16px;
  line-height: 1.375;
  padding: 16px 26px 17px;
  border-radius: 30px;
  border: 1px solid #cccccc;
  background-color: transparent;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section7-home__more-btn:hover {
  background-color: #010202;
  color: #fff;
  border-color: #010202;
  outline: none;
}
.section7-home__more-btn:focus {
  border-color: #010202;
}
.section7-home__swiper {
  padding-right: 0;
}

@media screen and (max-width: 1360px) {
  .section7-home__cards {
    margin-bottom: 160px;
  }
  .section7-home__card {
    cursor: pointer;
    width: 403px;
  }
  .section7-home__card:first-child {
    margin: 0 35px 0 20px;
  }
  .section7-home__card:last-child {
    margin: 0 20px 0 0;
  }
  .section7-home__card:hover .section7-home__card-box, .section7-home__card:focus .section7-home__card-box {
    background-color: #010202;
  }
}
@media screen and (max-width: 1360px) {
  .section7-home {
    padding: 80px 0;
  }
  .section7-home__cards {
    margin-right: auto;
  }
  .section7-home__title {
    margin-left: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .section7-home__title {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec6-bg-change {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@media screen and (max-width: 768px) {
  .swiper-work-pagination-7-bus {
    margin-bottom: 40px;
  }
  .section7-home__person {
    display: none;
  }
  .section7-home__person-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
  }
  .section7-home__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
  }
  .section7-home__card {
    width: 307px;
  }
  .section7-home__card-img {
    width: 290px;
    height: 182px;
  }
  .section7-home__card-img img {
    width: 290px;
    height: 182px;
  }
  .section7-home__card-box {
    width: 208px;
    height: 214px;
  }
  .section7-home__card-img-box {
    position: relative;
    padding: 18px 0;
    margin-bottom: 22px;
  }
  .section7-home__card-title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4444444444;
    letter-spacing: -0.54px;
  }
  .section7-home__person-info-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 10px;
    margin-top: 10px;
  }
  .section7-home__person-photo {
    width: 31px;
    height: 31px;
  }
  .section7-home__person-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: -0.32px;
    color: #010202;
    display: inline-block;
  }
  .section7-home__person-name {
    font-size: 14px;
    line-height: 1.2857142857;
  }
  .section7-home__card-case {
    font-size: 14px;
    line-height: 1.1428571429;
    letter-spacing: -0.28px;
  }
  .section7-home__card-video {
    font-size: 14px;
    line-height: 1.1428571429;
    letter-spacing: -0.28px;
  }
  .section7-home__video-circle {
    width: 27px;
    height: 27px;
  }
  .section7-home__more-btn {
    font-size: 12px;
    line-height: 1.8333333333;
    padding: 10px 18px 11px;
  }
}
@media screen and (max-width: 480px) {
  .section7-home__title {
    max-width: 317px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 375px) {
  .section7-home__card {
    width: 280px;
  }
  .section7-home__card-img {
    width: 263px;
    height: 180px;
  }
  .section7-home__card-img img {
    width: 263px;
    height: 180px;
  }
  .section7-home__card-box {
    width: 175px;
    height: 217px;
  }
  .section7-home__more-btn-box {
    margin-top: -40px;
  }
}
.section8-home {
  background-color: #010202;
  padding: 120px 70px 0 110px;
  border-bottom: 1px solid #343535;
}
.section8-home__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section8-home__list-title {
  margin-bottom: 60px;
  max-width: 488px;
}
.section8-home__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 596px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.section8-home__item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.section8-home__item:nth-child(1) {
  padding-right: 57px;
  padding-bottom: 37px;
  border-bottom: 1px solid #343535;
  border-right: 1px solid #343535;
}
.section8-home__item:nth-child(2) {
  padding-left: 42px;
  padding-bottom: 37px;
  border-bottom: 1px solid #343535;
}
.section8-home__item:nth-child(3) {
  padding-right: 33px;
  padding-top: 30px;
  border-right: 1px solid #343535;
}
.section8-home__item:nth-child(4) {
  padding-left: 42px;
  padding-top: 30px;
}
.section8-home__item-title {
  font-weight: 500;
  font-size: 34px;
  line-height: 1.2352941176;
  letter-spacing: -1.02px;
  margin-bottom: 10px;
  color: #f9ff74;
}
.section8-home__item-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #b2b3b3;
}
.section8-home__img-box {
  width: 597px;
  height: 575px;
  border: 1px solid #343535;
  border-bottom: none;
  border-radius: 400px 400px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  background-color: #111111;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.section8-home__img-container {
  overflow: hidden;
  border-radius: 400px 400px 0 0;
}
.section8-home__img {
  border-radius: 400px 400px 0 0;
}
.section8-home__img img {
  border-radius: 400px 400px 0 0;
}

@media screen and (max-width: 1300px) {
  .section8-home {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1226px) {
  .section8-home {
    padding-bottom: 0;
    position: relative;
  }
  .section8-home::before {
    content: "";
    position: absolute;
    left: 0;
    top: 692px;
    width: 100%;
    height: 1px;
    background-color: #343535;
  }
  .section8-home__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section8-home__item:nth-child(3) {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .section8-home {
    padding: 80px 20px 0;
  }
  .section8-home::before {
    top: 653px;
  }
}
@media screen and (max-width: 767px) {
  .section8-home {
    padding-top: 60px;
  }
  .section8-home::before {
    top: 289px;
  }
  .section8-home__img-box {
    width: 336px;
    height: 231px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
  .section8-home__img {
    width: 254px;
    height: 194px;
    border-radius: 400px 400px 0 0;
  }
  .section8-home__img img {
    border-radius: 400px 400px 0 0;
    width: 254px;
    height: 194px;
  }
  .section8-home__container {
    gap: 40px;
  }
  .section8-home__list-title {
    margin-bottom: 39px;
    max-width: 488px;
  }
  .section8-home__item-title {
    font-size: 26px;
    line-height: 1.1538461538;
    letter-spacing: -0.78px;
  }
  .section8-home__item-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #b2b3b3;
  }
  .section8-home__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section8-home__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .section8-home__item:nth-child(1) {
    padding-right: 0;
    padding-bottom: 28px;
    padding-top: 0;
    border-bottom: 1px solid #343535;
    border-right: none;
  }
  .section8-home__item:nth-child(2) {
    padding-left: 0;
    padding-bottom: 28px;
    padding-top: 28px;
    border-bottom: 1px solid #343535;
  }
  .section8-home__item:nth-child(3) {
    padding-right: 0;
    padding-bottom: 28px;
    padding-top: 28px;
    border-right: none;
    border-bottom: 1px solid #343535;
  }
  .section8-home__item:nth-child(4) {
    padding-left: 0;
    padding-bottom: 28px;
    padding-top: 28px;
  }
}
@media screen and (max-width: 480px) {
  .section8-home__img-box {
    width: 336px;
    height: 231px;
  }
  .section8-home__img {
    width: 252px;
    height: 187px;
  }
  .section8-home__img img {
    width: 252px;
    height: 187px;
  }
}
@media screen and (max-width: 374px) {
  .section8-home__img-box {
    width: 280px;
  }
  .section8-home__img {
    width: 214px;
    height: 194px;
  }
  .section8-home__img img {
    width: 214px;
    height: 194px;
  }
}
.section9-home {
  background-color: #010202;
  padding: 140px 80px 120px;
}
.section9-home__container {
  max-width: 1280px;
  margin: 0 auto;
}
.section9-home__list-title {
  margin-bottom: 55px;
}
.section9-home__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px 30px;
}
.section9-home__item {
  width: 211px;
}
.section9-home__item:last-child {
  position: relative;
  z-index: 1;
  color: #010202;
}
.section9-home__item:last-child::before {
  content: "";
  position: absolute;
  width: 229px;
  height: 207px;
  background-color: #f9ff74;
  border-radius: 0 200px 200px 0;
  top: -32px;
  left: -23px;
  z-index: -1;
}
.section9-home__item-counter {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4545454545;
  letter-spacing: -0.44px;
  color: #f9ff74;
}
.section9-home__item-counter--last {
  color: #010202;
}
.section9-home__item-title {
  font-size: 18px;
  line-height: 1.4444444444;
  color: #fff;
  padding-top: 10px;
  margin-bottom: 10px;
}
.section9-home__item-title--last {
  color: #010202;
}
.section9-home__item-desc {
  font-size: 16px;
  line-height: 1.625;
  color: #b2b3b3;
}
.section9-home__item-desc--last {
  color: #4e4e4e;
}

@media screen and (max-width: 1310px) {
  .section9-home__list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 47px 30px;
  }
}
@media screen and (max-width: 1300px) {
  .section9-home {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .section9-home {
    padding-top: 80px;
    padding-bottom: 160px;
  }
  .section9-home__item-counter {
    font-size: 18px;
    line-height: 1.3333333333;
  }
  .section9-home__item-title {
    font-size: 16px;
    line-height: 1.375;
    color: #fff;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .section9-home__item-title--last {
    color: #010202;
  }
  .section9-home__item-desc {
    font-size: 14px;
    line-height: 1.8571428571;
    color: #b2b3b3;
  }
  .section9-home__item-desc--last {
    color: #4e4e4e;
  }
}
@media screen and (max-width: 492px) {
  .section9-home {
    padding-bottom: 90px;
  }
  .section9-home__item {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .section9-home__item:last-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 128px;
    margin-left: 22px;
  }
  .section9-home__item:last-child::before {
    content: "";
    position: absolute;
    width: 89vw;
    height: 128px;
    background-color: #f9ff74;
    border-radius: 0 200px 200px 0;
    top: -16px;
    left: -23px;
    z-index: -1;
  }
  .section9-home__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 34px 30px;
  }
}
@media screen and (max-width: 375px) {
  .section9-home__item {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .section9-home__item:last-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 128px;
    margin-left: 22px;
  }
  .section9-home__item:last-child::before {
    content: "";
    position: absolute;
    width: 89vw;
    height: 128px;
    background-color: #f9ff74;
    border-radius: 0 200px 200px 0;
    top: -14px;
    left: -21px;
    z-index: -1;
  }
  .section9-home__list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 34px 30px;
  }
}
.section10-home {
  padding: 120px 80px;
}
.section10-home__title {
  text-align: center;
  margin-bottom: 43px;
}
.section10-home__btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 34px;
  position: relative;
  z-index: 3;
}
.section10-home__btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: -0.32px;
  color: #010202;
  width: 210px;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #cccccc;
  background-color: #fff;
}
.section10-home__btn--last {
  border: 1px solid #111111;
  background-color: #f9ff74;
}
.section10-home__box {
  position: relative;
}
.section10-home__line-box {
  display: block;
  position: absolute;
  top: 20px;
  left: 50.5%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.section10-home__img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section10-home__img-box img {
  width: 813px;
}

@media screen and (max-width: 1300px) {
  .section10-home {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .section10-home__line-box {
    display: none;
  }
}
@media screen and (max-width: 918px) {
  .section10-home__btn-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 52px;
  }
}
@media screen and (max-width: 768px) {
  .section10-home {
    padding: 80px 20px;
  }
}
.section11-home {
  padding: 160px 80px 100px;
  background-color: #010202;
}
.section11-home__title {
  margin-bottom: 60px;
}
.section11-home__img {
  min-width: 312px;
}
.section11-home__img img {
  border-radius: 50%;
}
.section11-home__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 123px;
}
.section11-home__list {
  width: 100%;
}
.section11-home__list:first-child {
  border-top: 1px solid #343535;
}
.section11-home__dropdown-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  padding: 24px 0;
  gap: 20px;
}
.section11-home__dropdown-visible button {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.section11-home__dropdown-visible:hover p, .section11-home__dropdown-visible:focus p {
  color: #f9ff74;
  fill: #f9ff74;
}
.section11-home__dropdown-visible:hover button, .section11-home__dropdown-visible:focus button {
  color: #f9ff74;
}
.section11-home__dropdown-visible p {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.4px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.section11-home__dropdown-visible button {
  border: none;
  outline: none;
  background-color: transparent;
  color: #fff;
  fill: #fff;
  font-size: 40px;
  line-height: 20px;
  font-family: inherit;
  font-weight: 300;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.section11-home__dropdown {
  position: relative;
  border-bottom: 1px solid #343535;
}
.section11-home__dropdown-hidden {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: height 1s ease, opacity 1s ease;
  transition: height 1s ease, opacity 1s ease;
}
.section11-home__dropdown-hidden p {
  color: #b2b3b3;
  font-size: 16px;
  line-height: 1.625;
  max-width: 772px;
  margin-bottom: 28px;
}
.section11-home__container-first {
  max-width: 1280px;
  margin: 0 auto 160px;
}
.section11-home__container-second {
  background-color: #f9ff74;
  padding-top: 60px;
  padding-left: 60px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 0 300px 300px 0;
  max-width: 1280px;
  margin: 0 auto 100px;
}
.section11-home__container-third {
  max-width: 1280px;
  margin: 0 auto;
}
.section11-home__second-title-box {
  margin-right: 37px;
  max-width: 376px;
}
.section11-home__second-title {
  margin-bottom: 16px;
}
.section11-home__second-desc {
  color: #010202;
  font-size: 16px;
  line-height: 1.625;
  max-width: 323px;
}
.section11-home__arrow {
  margin-right: 32px;
  width: 46px;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
.section11-home__third-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 50px;
}
.section11-home__third-item {
  max-width: 387px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.section11-home__list-icon {
  width: 50px;
  height: 60px;
}
.section11-home__list-title {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.4px;
  margin-bottom: 10px;
}
.section11-home__list-desc {
  color: #b2b3b3;
  font-size: 16px;
  line-height: 1.625;
}
.section11-home__form form {
  max-width: 514px;
}
.section11-home__label {
  display: block;
  color: #4e4e4e;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5714285714;
  letter-spacing: -0.28px;
}
.section11-home__label.red-border {
  color: red;
}
.section11-home__label.green-border {
  color: #010202;
}
.section11-home__input {
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  outline: none;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #343535;
  color: #010202;
  font-size: 16px;
  line-height: 1.625;
  width: 100%;
}
.section11-home__input::-webkit-input-placeholder {
  color: #010202;
  opacity: 0.5;
  padding-left: 0;
}
.section11-home__input::-moz-placeholder {
  color: #010202;
  opacity: 0.5;
  padding-left: 0;
}
.section11-home__input:-ms-input-placeholder {
  color: #010202;
  opacity: 0.5;
  padding-left: 0;
}
.section11-home__input::-ms-input-placeholder {
  color: #010202;
  opacity: 0.5;
  padding-left: 0;
}
.section11-home__input::placeholder {
  color: #010202;
  opacity: 0.5;
  padding-left: 0;
}
.section11-home__input:focus .section11-home__label {
  color: #010202;
}
.section11-home__input:invalid + .section11-home__label {
  color: red;
}
.section11-home__btn {
  margin-top: 36px;
  margin-left: -7px;
}

.section11-home__dropdown-visible:not(.expanded) + .section11-home__dropdown-hidden {
  height: 0;
  opacity: 0;
}

.section11-home__dropdown-visible.expanded + .section11-home__dropdown-hidden {
  height: auto;
  opacity: 1;
}

.error-message,
.error-message-phone {
  color: red;
  font-weight: 700;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.error-message.visible,
.error-message-phone.visible {
  opacity: 1;
}
.error-message:first-child,
.error-message-phone:first-child {
  margin-bottom: 24px;
}

.iti {
  display: block !important;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
  position: relative;
  color: #010202;
  font-size: 16px;
  line-height: 1.625;
  padding-bottom: 10px;
  padding-left: 0;
}
.iti--separate-dial-code .iti__selected-flag::-webkit-input-placeholder {
  color: #010202;
  font-size: 16px;
  line-height: 1.625;
}
.iti--separate-dial-code .iti__selected-flag::-moz-placeholder {
  color: #010202;
  font-size: 16px;
  line-height: 1.625;
}
.iti--separate-dial-code .iti__selected-flag:-ms-input-placeholder {
  color: #010202;
  font-size: 16px;
  line-height: 1.625;
}
.iti--separate-dial-code .iti__selected-flag::-ms-input-placeholder {
  color: #010202;
  font-size: 16px;
  line-height: 1.625;
}
.iti--separate-dial-code .iti__selected-flag::placeholder {
  color: #010202;
  font-size: 16px;
  line-height: 1.625;
}

@media screen and (max-width: 1200px) {
  .section11-home__arrow {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .section11-home {
    padding: 80px 20px;
  }
  .section11-home__container-first, .section11-home__container-second {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 924px) {
  .section11-home__container-second {
    padding: 40px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0 100px 100px 0;
    margin-bottom: 80px;
  }
  .section11-home__second-title {
    margin-bottom: 10px;
  }
  .section11-home__second-desc {
    margin-bottom: 30px;
  }
  .section11-home__third-list {
    gap: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 800px) {
  .section11-home {
    padding-top: 80px;
  }
  .section11-home__img {
    display: none;
  }
  .section11-home__title {
    margin-bottom: 30px;
  }
  .section11-home__container-first {
    margin-bottom: 80px;
  }
  .section11-home__dropdown-visible p {
    font-size: 18px;
    line-height: 1.4444444444;
  }
  .section11-home__dropdown-hidden p {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .section11-home__list-title {
    font-size: 18px;
    line-height: 1.4444444444;
    letter-spacing: -0.36px;
  }
  .section11-home__list-desc {
    line-height: 1.5;
  }
}
@media screen and (max-width: 480px) {
  .section11-home__btn {
    margin-top: 0;
    margin-left: -7px;
  }
  .section11-home__list-icon {
    width: 50px;
    height: 56px;
  }
}
.section1-projects {
  padding-top: 57px;
}
.section1-projects__container {
  padding: 0 80px;
}
.section1-projects__title-main {
  font-weight: 500;
  font-size: 60px;
  line-height: 1.1666666667;
  letter-spacing: -1.8px;
  color: #111111;
  margin-bottom: 40px;
}
.section1-projects__gohome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4e4e4e;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 13px;
}
.section1-projects__gohome img {
  margin-left: 12px;
}
.section1-projects__projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 60px 35px;
}
.section1-projects__yel-box {
  width: 100%;
}
.section1-projects__container-yel {
  background-color: #f9ff74;
  padding: 60px 60px 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0 300px 300px 0;
  margin: 120px 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  max-width: 1282px;
  width: 100%;
}
.section1-projects__container-yel-mob {
  display: none;
}
.section1-projects__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #010202;
  max-width: 264px;
  margin-right: 60px;
  margin-top: 18px;
}
.section1-projects__desc span {
  font-weight: 600;
}
.section1-projects__arrow {
  display: block;
  margin-right: 54px;
  height: 176px;
  width: 31px;
}
.section1-projects__title {
  margin-bottom: 27px;
  max-width: 522px;
}
.section1-projects__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  gap: 10px;
  padding: 23px;
  border: 1px solid #cccccc;
  margin-bottom: 40px;
}
.section1-projects__filter-item {
  padding: 9px 14px;
  background-color: #edede7;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5714285714;
  letter-spacing: -0.28px;
  color: #010202;
  cursor: pointer;
}
.section1-projects__filter-item.active {
  background-color: #010202;
  color: #fff;
}
.section1-projects__filter-item:hover {
  color: #fff;
  background-color: #111111;
}
.section1-projects__filter-item:focus {
  border-color: 1px solid #111111;
}
.section1-projects__card {
  width: 403px;
}
.section1-projects__card:hover .section1-projects__card-box, .section1-projects__card:focus .section1-projects__card-box {
  background-color: #010202;
}
.section1-projects__card-img-box {
  position: relative;
  padding: 22px 0;
  margin-bottom: 31px;
}
.section1-projects__card-img {
  width: 380px;
  height: 240px;
}
.section1-projects__card-img img {
  border-radius: 0 400px 400px 0;
  height: 240px;
	max-width: 94%;
}
.section1-projects__card-box {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  background-color: #edede7;
  border-radius: 0 400px 400px 0;
  width: 262px;
  height: 285px;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.section1-projects__card-link-main {
  cursor: pointer;
}
.section1-projects__card-link-main:hover .section1-projects__card-box, .section1-projects__card-link-main:focus .section1-projects__card-box {
  background-color: #010202;
}
@media screen and (min-width: 1040px) {
  .section1-projects__card {
    width: 31%;
  }
}
.section1-projects__card-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4545454545;
  letter-spacing: -0.44px;
  color: #010202;
  max-width: 300px;
  margin-bottom: 27px;
}
.section1-projects__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 21px;
}
.section1-projects__person-icon {
  width: 24px;
  height: 18px;
}
.section1-projects__person-info {
  margin-left: 24px;
  margin-right: 20px;
}
.section1-projects__person-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #010202;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section1-projects__person-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #4e4e4e;
}
.section1-projects__person-photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.section1-projects__card-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 39px;
}
.section1-projects__card-case {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  color: #010202;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section1-projects__card-case::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #010202;
  bottom: -6px;
  left: 0;
}
.section1-projects__card-case:hover::after, .section1-projects__card-case:focus::after {
  background-color: #f9ff74;
}
.section1-projects__card-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  color: #010202;
}
.section1-projects__card-video:hover .section1-projects__video-circle, .section1-projects__card-video:focus .section1-projects__video-circle {
  fill: #f9ff74;
  background-color: #010202;
}
.section1-projects__video-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background-color: #f9ff74;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  fill: #010202;
}
.section1-projects__video-circle svg {
  width: 10px;
  height: 10px;
  padding-left: 2px;
}

.post-not-found {
  padding: 110px 0 150px 0;
}
.post-not-found p {
  text-align: center;
  font-size: 1.3rem;
}

.pagination-section {
  margin-bottom: 100px;
  margin-top: 60px;
}

.cta-section + .pagination-section {
  margin-top: 0;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-prev,
.btn-next,
.next.page-numbers,
.prev.page-numbers {
  border-radius: 30px;
  border: 1px solid #cccccc;
  background-color: transparent;
  width: 71px;
  height: 56px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-prev:hover, .btn-prev:focus,
.btn-next:hover,
.btn-next:focus,
.next.page-numbers:hover,
.next.page-numbers:focus,
.prev.page-numbers:hover,
.prev.page-numbers:focus {
  border-color: #010202;
}

.btn-prev img,
.prev.page-numbers img {
  rotate: 180deg;
}

.btn-prev[disabled],
.btn-next[disabled] {
  pointer-events: none;
}
.btn-prev[disabled] img,
.btn-next[disabled] img {
  opacity: 0.3;
}

.pagination-indicators {
  margin: 0 24px;
}

.pagination-span,
.page-numbers {
  font-weight: 500;
  cursor: pointer;
  font-style: 16px;
  line-height: 1.375;
  letter-spacing: -0.32px;
  color: #4e4e4e;
}
.pagination-span:not(:last-child),
.page-numbers:not(:last-child) {
  margin-right: 19px;
}
.pagination-span.active,
.page-numbers.active {
  color: #010202;
}

.page-numbers.current {
  color: #010202;
}

@media screen and (max-width: 1300px) {
  .section1-projects__container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1055px) {
  .section1-projects__arrow {
    display: none;
  }
  .section1-projects__desc {
    margin-right: 40px;
  }
  .section1-projects__container-yel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 836px) {
  .section1-projects__container-yel {
    display: none;
  }
  .section1-projects__container-yel-mob {
    display: block;
    background-color: #f9ff74;
    padding: 60px 60px 53px;
    border-radius: 0 300px 300px 0;
    margin: 80px 0;
  }
  .section1-projects__desc {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pagination-section {
    margin-bottom: 80px;
  }
  .section1-projects {
    padding-top: 45px;
  }
  .section1-projects__title {
    margin-bottom: 10px;
    max-width: 522px;
  }
  .section1-projects__title-main {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 1.2142857143;
    letter-spacing: -0.84px;
  }
  .section1-projects__container-yel-mob {
    padding: 40px 33px 48px 30px;
    border-radius: 0 100px 100px 0;
    margin: 80px 0;
  }
  .section1-projects__filter {
    margin-bottom: 24px;
    padding: 15px;
  }
  .section1-projects__card {
    width: 335px;
  }
  .section1-projects__card-img {
    width: 318px;
    height: 200px;
  }
  .section1-projects__card-img img {
    width: 318px;
    height: 200px;
  }
  .section1-projects__card-box {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    background-color: #edede7;
    border-radius: 0 400px 400px 0;
    width: 219px;
    height: 236px;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  .section1-projects__card-img-box {
    position: relative;
    padding: 18px 0;
    margin-bottom: 22px;
  }
  .section1-projects__card-title {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4444444444;
    letter-spacing: -0.84px;
  }
  .section1-projects__person-info-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 10px;
    margin-top: 10px;
  }
  .section1-projects__person-photo {
    width: 31px;
    height: 31px;
  }
  .section1-projects__person-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: -0.32px;
    color: #010202;
    display: inline-block;
  }
  .section1-projects__person-name {
    font-size: 14px;
    line-height: 1.2857142857;
  }
  .section1-projects__card-case {
    font-size: 14px;
    line-height: 1.1428571429;
    letter-spacing: -0.28px;
  }
  .section1-projects__card-video {
    font-size: 14px;
    line-height: 1.1428571429;
    letter-spacing: -0.28px;
  }
  .section1-projects__video-circle {
    width: 27px;
    height: 27px;
  }
  .section1-projects__projects--second {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 525px) {
  .section1-projects__container-yel-mob {
    padding: 40px 33px 48px 30px;
    border-radius: 0 100px 100px 0;
  }
  .section1-projects__filter {
    padding: 15px 0;
    border-left: none;
    border-right: none;
  }
}
@media screen and (max-width: 482px) {
  .section1-projects__container-yel-mob {
    padding: 40px 33px 48px 30px;
    border-radius: 0 100px 100px 0;
  }
  .section1-projects__border {
    height: 1px;
    background-color: #cccccc;
  }
  .section1-projects__border--lc {
    margin-top: -24px;
    margin-bottom: 24px;
  }
  .section1-projects__filter {
    padding: 15px 0;
    border: none;
    margin-left: -20px;
    margin-right: -20px;
  }
  .section1-projects__filter::-webkit-scrollbar {
    display: none;
  }
  .section1-projects__filter-item:first-child {
    margin-left: 20px;
  }
}
@media screen and (max-width: 375px) {
  .section1-projects__card {
    width: 280px;
  }
  .section1-projects__card-img {
    width: 263px;
    height: 180px;
  }
  .section1-projects__card-img img {
    width: 263px;
    height: 180px;
  }
  .section1-projects__card-box {
    width: 175px;
    height: 217px;
  }
  .btn-prev,
  .btn-next,
  .next.page-numbers,
  .prev.page-numbers {
    border-radius: 30px;
    width: 51px;
    height: 36px;
  }
  .pagination-indicators {
    margin: 0 12px;
  }
}
.section2-projects {
  padding: 100px 80px 120px;
  background-color: #010202;
}
.section2-projects__container-third {
  max-width: 1280px;
  margin: 0 auto;
}
.section2-projects__third-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px;
}
.section2-projects__third-item {
  max-width: 387px;
  min-width: 335px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.section2-projects__list-icon {
  width: 50px;
  height: 60px;
}
.section2-projects__list-title {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.4px;
  margin-bottom: 10px;
}
.section2-projects__list-desc {
  color: #b2b3b3;
  font-size: 16px;
  line-height: 1.625;
}

@media screen and (max-width: 1300px) {
  .section2-projects {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 924px) {
  .section2-projects__third-list {
    gap: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 800px) {
  .section2-projects__list-title {
    font-size: 18px;
    line-height: 1.4444444444;
    letter-spacing: -0.36px;
  }
  .section2-projects__list-desc {
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .section2-projects {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 480px) {
  .section2-projects__list-icon {
    width: 50px;
    height: 56px;
  }
}
@media screen and (max-width: 375px) {
  .section2-projects__third-item {
    min-width: 100%;
  }
}
.section1-case {
  background-color: #010202;
  height: calc(100vh - 126px);
  overflow: hidden;
  min-height: 700px;
  padding-top: 30px;
}
.section1-case__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  gap: 30px;
  position: relative;
}
.section1-case__title {
  font-weight: 500;
  font-size: 60px;
  line-height: 1.1666666667;
  letter-spacing: -1.8px;
  color: #fff;
  max-width: 874px;
  margin-bottom: 67px;
}
.section1-case__subtitle {
  color: #fff;
  margin-top: -110px;
  margin-right: 57px;
}
.section1-case__subtitle.down {
  margin-top: -55px;
}
.section1-case__text-title {
  margin-top: 21px;
  margin-bottom: 67px;
}
.section1-case__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.section1-case__text:not(:last-child) {
  margin-bottom: 9px;
}
.section1-case__hero-bottom-left {
  max-width: 1440px;
  padding: 0 80px;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  bottom: 0;
}
.section1-case__hero-right {
  position: absolute;
  width: 1834px;
  max-height: 552px;
  height: 49vh;
  min-height: calc(325px + 10vh);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  right: 0;
  bottom: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 0;
}
.section1-case__hero-right-filter-img {
  position: relative;
}
.section1-case__hero-right-filter-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* Здесь задайте нужный цвет и прозрачность */
  pointer-events: none;
}
.section1-case__photo {
  -o-object-fit: cover;
  object-fit: cover;
}
.section1-case__hero-img {
  position: relative;
  border-radius: 700px 700px 0 0;
  overflow: hidden;
  width: 50%;
  max-height: 581px;
  min-height: 500px;
}
.section1-case__hero-img img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
}

@media screen and (max-width: 1300px) {
  .section1-case__subtitle {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .section1-case {
    padding-top: 8px;
  }
  .section1-case__title {
    margin-left: 20px;
    margin-bottom: 0;
  }
  .section1-case__subtitle {
    display: none;
  }
  .section1-case__text-title {
    display: none;
  }
  .section1-case__hero-bottom-left {
    position: relative;
    padding: 0 20px;
  }
  .section1-case__text {
    color: #b2b3b3;
  }
  .section1-case__container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .section1-case__hero-right {
    width: 1360px;
    max-height: auto;
    height: 400px;
    bottom: -3px;
    margin-left: -336px;
  }
}
@media screen and (max-width: 768px) {
  .section1-case {
    padding-top: 8px;
    min-height: 600px;
  }
  .section1-case__title {
    font-size: 27px;
    line-height: 1.2142857143;
    max-width: 394px;
    letter-spacing: -0.84px;
    margin-left: 0;
    padding-left: 20px;
  }
  .section1-case__text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
  }
  .section1-case__hero-right {
    min-height: 350px;
    margin-top: 50px;
    max-height: 350px;
  }
  .section1-case__photo {
    width: 435px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .section1-case__hero-img {
    border-radius: 300px 300px 0 0;
    width: 70vw;
    max-height: 350px;
    min-height: 350px;
  }
}
@media screen and (max-width: 480px) {
  .section1-case {
    height: calc(100vh - 330px);
    min-height: 500px;
  }
  .section1-case__hero-right {
    margin-top: 50px;
    max-height: 219px;
    min-height: 219px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section1-case__photo {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .section1-case__hero-img {
    width: 25%;
    max-height: 219px;
    min-height: 210px;
  }
}
@media screen and (max-width: 390px) {
  .section1-case__title {
    width: auto;
  }
}
.section2-case {
  padding: 140px 80px 0;
}
.section2-case__first-box {
  margin-bottom: 140px;
}
.section2-case__first-box-text {
  font-size: 20px;
  line-height: 30px;
  color: #4e4e4e;
  max-width: 830px;
}
.section2-case__second-box {
  padding: 100px 40px;
  background-color: #edede7;
  text-align: center;
  margin-bottom: 100px;
}
.section2-case__second-box-text {
  margin: 30px auto;
  max-width: 800px;
  font-weight: 500;
  font-size: 34px;
  line-height: 50px;
  letter-spacing: -0.68px;
}
.section2-case__person-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.section2-case__person {
  text-align: left;
}
.section2-case__person-photo {
  width: 78px;
  height: 78px;
  border-radius: 50%;
}
.section2-case__person-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #010202;
}
.section2-case__person-position {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #4e4e4e;
  letter-spacing: -0.32px;
}
.section2-case__third-box {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 160px;
}
.section2-case__btn {
  margin: -34px auto 0;
  width: 293px;
}
.section2-case__btn-arrow {
  left: 242px;
}
.section2-case__list-title {
  margin-bottom: 40px;
}
.section2-case__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #cccccc;
}
.section2-case__list-item:first-child {
  border-top: 1px solid #cccccc;
}
.section2-case__item-title {
  font-size: 20px;
  line-height: 30px;
  color: #4e4e4e;
  width: 40%;
}
.section2-case__item-desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #010202;
}
.section2-case__four-box1 {
  margin-bottom: 160px;
}

@media screen and (max-width: 1300px) {
  .section2-case {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .section2-case {
    padding-bottom: 80px;
    padding-top: 60px;
  }
  .section2-case__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    width: 100%;
    padding: 16px 0;
    gap: 8px;
  }
  .section2-case__item-title {
    font-size: 14px;
    line-height: 16px;
    width: 100%;
  }
  .section2-case__item-desc {
    font-size: 16px;
    line-height: 20px;
  }
  .section2-case__four-box1 {
    margin-bottom: 60px;
  }
  .section2-case__list-title {
    margin-bottom: 30px;
  }
  .section2-case__first-box-text {
    font-size: 16px;
    line-height: 24px;
  }
  .section2-case__first-box {
    margin-bottom: 48px;
  }
  .section2-case__second-box {
    padding: 50px 18px;
    background-color: #edede7;
    text-align: center;
    margin-bottom: 60px;
  }
  .section2-case__person-icon {
    width: 36px;
    height: 27px;
  }
  .section2-case__second-box-text {
    margin: 30px auto;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.44px;
  }
  .section2-case__person-photo {
    width: 62px;
    height: 62px;
  }
  .section2-case__person-name {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.36px;
  }
  .section2-case__person-position {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: normal;
  }
  .section2-case__btn {
    margin: -34px auto 0;
    width: 207px;
  }
  .section2-case__btn-arrow {
    left: 170px;
  }
  .section2-case__third-box {
    margin-bottom: 80px;
  }
}
.section1-contacts {
  background-color: #010202;
  overflow: hidden;
}
.section1-contacts__container {
  max-width: 1440px;
  padding: 0 80px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section1-contacts__title {
  font-weight: 500;
  font-size: 60px;
  line-height: 1.1666666667;
  letter-spacing: -1.8px;
  color: #fff;
  max-width: 874px;
  margin-top: 133px;
}
.section1-contacts__text-desc {
  color: #b2b3b3;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 6px;
}
.section1-contacts__text {
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
}
.section1-contacts__text span {
  color: #f9ff74;
}
.section1-contacts__hero-left {
  margin-top: 127px;
}
.section1-contacts__box:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid #343535;
}
.section1-contacts__box:not(:first-child) {
  padding-top: 20px;
}
.section1-contacts__left {
  min-width: 370px;
  padding-bottom: 140px;
}
.section1-contacts__right {
  width: 976px;
  height: 670px;
  position: relative;
  bottom: -96px;
  right: -100px;
}

#map {
  width: 100%;
  height: 670px;
  border-radius: 500px 500px 0 0;
  position: relative;
}

.return-to-marker-control {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  font-size: 14px;
  padding: 8px 12px;
  text-align: center;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10000;
}

.return-to-marker-control:hover {
  background-color: #f0f0f0;
  border-color: #aaa;
}

@media screen and (max-width: 1500px) {
  .section1-contacts__right {
    right: -80px;
  }
}
@media screen and (max-width: 1300px) {
  .section1-contacts__container {
    padding: 0 20px;
  }
  .section1-contacts__right {
    right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .section1-contacts__container {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section1-contacts__right {
    width: 100%;
    height: auto;
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .section1-contacts__left {
    min-width: auto;
    padding-bottom: 0;
    margin-bottom: 40px;
    margin-left: 20px;
  }
  .section1-contacts__hero-left {
    margin-top: 30px;
  }
  .section1-contacts__title {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .section1-contacts__right {
    height: 400px;
  }
  .section1-contacts__title {
    font-size: 28px;
    line-height: 1.2142857143;
    letter-spacing: -0.84px;
  }
  .section1-contacts__text-desc {
    font-size: 12px;
    line-height: 14px;
  }
  .section1-contacts__text {
    font-size: 16px;
    line-height: 24px;
  }
  .section1-contacts__box:not(:last-child) {
    padding-bottom: 16px;
  }
  .section1-contacts__box:not(:first-child) {
    padding-top: 16px;
  }
  #map {
    width: 100%;
    height: 400px;
    border-radius: 400px 400px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .section1-contacts__right {
    height: 283px;
  }
  #map {
    width: 100%;
    height: 283px;
    border-radius: 300px 300px 0 0;
  }
}
.section1-product {
  padding: 10px 80px 0;
}
.section1-product__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 0 0;
}
.section1-product__breadcrumbs {
  background-color: #edede7;
}
.section1-product__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section1-product__content-left {
  margin-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section1-product__content-slider {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #cccccc;
  width: 500px;
  height: 500px;
  padding: 0;
}
.section1-product__content-slider-slide img {
  width: 100%;
}
.section1-product__content-slider-thumbs {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 82px;
  margin-right: 20px;
  height: 450px;
  padding: 2px;
}
.section1-product__content-slider-thumbs-slide {
  cursor: pointer;
}
.section1-product__content-txt-title, .section1-product__content-txt-title-mob {
  color: #111111;
  font-family: Montserrat;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: -1.02px;
  margin-bottom: 50px;
}
.section1-product__content-txt-title-mob {
  display: none;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 30px;
}
.section1-product__content-txt-bottom-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 105px;
}
.section1-product__content-txt-bottom-price {
  height: 55px;
  margin-right: 12px;
  background-color: #edede7;
  border-radius: 50px;
  padding: 12px 23px;
  color: #111111;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 160% */
  letter-spacing: -0.4px;
}
.section1-product__content-txt-bottom-subtitle {
  margin-bottom: 16px;
  color: #111111;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 145.455% */
  letter-spacing: -0.44px;
}
.section1-product__content-txt-bottom-description {
  color: #4e4e4e;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
.section1-product__content-txt-bottom-description ul {
  list-style: disc;
}
.section1-product__content-txt-bottom-description ol {
  list-style: decimal;
}
.section1-product__content-txt-bottom-description ul, .section1-product__content-txt-bottom-description ol {
  padding-left: 1rem;
  margin-left: 1rem;
}
.section1-product__btn {
  width: 173px;
  height: 55px;
}
.section1-product__btn:disabled {
  opacity: 0.8;
}
.section1-product__btn-text {
  padding: 16px 20px;
  min-width: 124px;
}
.section1-product__btn-arrow {
  width: 37px;
  height: 37px;
  left: 128px;
}
.section1-product__btn-arrow-hidden {
  margin-left: 8px;
  width: 37px;
  height: 37px;
}

.product-scrollbar {
  display: none;
}

@media screen and (max-width: 1200px) {
  .section1-product {
    padding: 0 20px;
  }
  .section1-product__content-left {
    margin-right: 30px;
  }
  .section1-product__content-slider {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px solid #cccccc;
    width: 400px;
    height: 400px;
    padding-top: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .product-scrollbar {
    display: block;
  }
  .section1-product__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section1-product__content-left {
    margin-right: 0;
  }
  .section1-product__content-txt-title {
    display: none;
  }
  .section1-product__content-txt-title-mob {
    display: block;
  }
  .section1-product__content-txt-bottom-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    margin-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section1-product__content-slider {
    width: 400px;
    height: auto;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 24px;
  }
  .section1-product__content-slider-slide img {
    max-width: 400px;
  }
  .section1-product__content-slider-thumbs {
    display: none;
  }
  .swiper-product-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .section1-product__content-txt-bottom-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section1-product__btn {
    margin-right: 0;
  }
  .section1-product__btn-text {
    font-size: 16px;
    padding: 12px 20px;
  }
  .section1-product__btn-arrow {
    left: auto;
    right: -24px;
  }
}
@media screen and (max-width: 476px) {
  .section1-product__content-slider {
    width: 100%;
    height: auto;
  }
}
.section1-product__content-slider-thumbs .swiper-slide-thumb-active {
  outline: 1px solid black;
}

.product-scrollbar {
  margin-left: 30%;
}

.product-scrollbar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 40%;
  height: 2px;
  bottom: 15px;
}

.swiper-scrollbar-drag {
  background: black;
  border-radius: 0px;
}

.section1-policy {
  padding: 80px 300px 300px;
}
.section1-policy a {
  font-weight: bold;
  text-decoration: underline;
}
.section1-policy a:hover {
  background-color: #f9ff74;
}
.section1-policy ul ol {
  padding-left: 40px;
  color: #4e4e4e;
}
.section1-policy ul li {
  margin-bottom: 40px;
}
.section1-policy ul li ul {
  list-style: outside;
  padding-left: 40px;
}
.section1-policy h2 {
  margin-bottom: 16px;
  color: dark-grey, #111;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.44px;
}
.section1-policy h3 {
  margin-bottom: 16px;
  color: dark-grey, #111;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.44px;
}
.section1-policy ol {
  list-style: decimal;
}
.section1-policy p {
  color: #4e4e4e;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 16px;
}
.section1-policy p b {
  font-weight: bold;
}
.section1-policy h1 {
  margin-bottom: 40px;
  color: #111111;
  font-family: Montserrat;
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -1.38px;
}

@media screen and (max-width: 1360px) {
  .section1-policy {
    padding: 80px 200px 200px;
  }
}
@media screen and (max-width: 1024px) {
  .section1-policy {
    padding: 80px 100px 100px;
  }
}
@media screen and (max-width: 768px) {
  .section1-policy ul ol {
    padding-left: 20px;
  }
  .section1-policy ul li ul {
    padding-left: 20px;
  }
  .section1-policy h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .section1-policy h3 {
    font-size: 16px;
    line-height: 28px;
  }
  .section1-policy p {
    font-size: 14px;
    line-height: 20px;
  }
  .section1-policy h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 476px) {
  .section1-policy {
    padding: 80px 40px 40px;
  }
}
.section1-404 {
  padding: 90px 0 130px;
}
.section1-404__container {
  max-width: 1280px;
  margin: 0 auto;
}
.section1-404__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section1-404__content h1 {
  color: #010202;
  text-align: center;
  font-family: Montserrat;
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -1.38px;
  margin-bottom: 40px;
}
.section1-404__content-img-box {
  margin-bottom: 54px;
}
.section1-404__content-img-box img {
  width: 784px;
  height: 290px;
}

.btn-404 {
  width: 196px;
}
.btn-404__arrow {
  left: 150px;
}

@media screen and (max-width: 1024px) {
  .section1-404__content h1 {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 30px;
  }
  .section1-404__content-img-box {
    width: 600px;
    margin-bottom: 34px;
  }
  .section1-404__content-img-box img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .section1-404__content h1 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 24px;
  }
  .section1-404__content-img-box {
    width: 400px;
    margin-bottom: 24px;
  }
  .btn-404 {
    width: 131px;
  }
}
@media screen and (max-width: 476px) {
  .section1-404__content h1 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 24px;
  }
  .section1-404__content-img-box {
    width: 300px;
    margin-bottom: 24px;
  }
}
/*# sourceMappingURL=main.css.map */