.container-fluid {
  max-width: 76.5rem;
}

.buttons-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5625rem 3.125rem;
}

.section {
  margin-bottom: 3.75rem;
}
@media (min-width: 992px) {
  .section {
    margin-bottom: 6.25rem;
  }
}
.section__row {
  row-gap: 1.5rem;
}

body {
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  color: #090908;
  background-color: #ffffff;
}

a {
  color: #F4B400;
  transition: color 0.2s ease-in-out;
}
a:hover, a:focus {
  color: inherit;
}

.title {
  max-width: 43.75rem;
  margin-bottom: 0.75em;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.11;
}
.title--large {
  font-size: 2.25rem;
}
.title--small {
  font-size: 1.375rem;
}
@media (min-width: 992px) {
  .title {
    font-size: 2.25rem;
  }
  .title--large {
    font-size: 2.625rem;
  }
  .title--small {
    font-size: 1.75rem;
  }
}

.subtitle {
  margin-bottom: 0.45em;
  font-size: 1.375rem;
  line-height: 1.09;
  font-weight: 700;
}

.button {
  display: inline-block;
  padding: 0.9375rem 1.875rem;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
  border-radius: 3.125rem;
  border: none;
  color: #090908;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 0.125rem solid transparent;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.button--primary {
  background-color: #F4B400;
}
.button--primary:hover, .button--primary:focus {
  color: #F4B400;
  background-color: transparent;
  border-color: #F4B400;
}
.button--secondary {
  background-color: #ffffff;
}
.button--secondary:hover, .button--secondary:focus {
  color: #ffffff;
  background-color: #090908;
}
.button--border {
  border-color: #090908;
}
.button--border:hover, .button--border:focus {
  color: #F4B400;
  border-color: #F4B400;
}
.button--border-inversion {
  color: #ffffff;
  border-color: #ffffff;
}
.button--border-inversion:hover, .button--border-inversion:focus {
  color: #F4B400;
  border-color: #F4B400;
}
.button--arrow {
  position: relative;
  padding-right: 2.8125rem;
  background-color: #F4B400;
}
.button--arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-mask: url("../img/icons/button-arrow.svg") no-repeat center/contain;
          mask: url("../img/icons/button-arrow.svg") no-repeat center/contain;
  background-color: #090908;
  transform: translateY(-50%);
}
.button--arrow:hover, .button--arrow:focus {
  color: #F4B400;
  background-color: transparent;
  border-color: #F4B400;
}
.button--arrow:hover::after, .button--arrow:focus::after {
  background-color: #F4B400;
}

.link {
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.link--primary {
  color: #090908;
  text-decoration: underline;
}
.link--primary:hover, .link--primary:focus {
  color: #F4B400;
}
.link--secondary {
  color: #F4B400;
}
.link--secondary:hover, .link--secondary:focus {
  color: #090908;
}

.description {
  max-width: 43.75rem;
}
.description--large {
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .description--large {
    font-size: 1.5625rem;
  }
}
.description *:last-child {
  margin-bottom: 0;
}
.description ul {
  padding-left: 1.25rem;
}

.social__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 0.9375rem;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.social__link {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 2.3125rem;
  height: 2.3125rem;
  border: 0.0625rem solid #ffffff;
  color: #ffffff;
  border-radius: 0.3125rem;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.social__link:hover, .social__link:focus {
  color: #F4B400;
  border-color: #F4B400;
}

.contacts {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.contacts__item:not(:last-child) {
  margin-bottom: 0.625rem;
}

.contacts__link {
  color: inherit;
  text-decoration: none;
}
.contacts__link:hover, .contacts__link:focus {
  color: #F4B400;
}

.slider-wrapper {
  position: relative;
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
}
@media (min-width: 992px) {
  .slider-wrapper {
    padding-left: 4.0625rem;
    padding-right: 4.0625rem;
  }
}

.slider__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.slider__pagination {
  margin-top: 3.125rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.625rem;
}
.slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0;
  border: 0.0625rem solid #181818;
  background-color: transparent;
  opacity: 1;
}
.slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #181818;
}

.slider__button {
  position: absolute;
  top: 50%;
  width: 1.3125rem;
  height: 2.6875rem;
  padding: 0;
  -webkit-mask: url("../img/icons/slider-arrow.svg") no-repeat center;
          mask: url("../img/icons/slider-arrow.svg") no-repeat center;
  background-color: #000000;
  cursor: pointer;
  transform: translateY(-50%);
}
.slider__button:disabled {
  background-color: #BCBCBC;
  cursor: default;
}
.slider__button:not(:disabled):hover, .slider__button:not(:disabled):focus {
  background-color: #F4B400;
}
.slider__button--prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.slider__button--next {
  right: 0;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.625rem;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 2.1875rem;
}

.breadcrumbs__item:not(:last-child) {
  position: relative;
  margin-right: 2.1875rem;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: -1.25rem;
}
.breadcrumbs__item a {
  color: inherit;
  text-decoration: none;
}
.breadcrumbs__item a:hover, .breadcrumbs__item a:focus {
  color: #F4B400;
}

.site-header {
  position: relative;
  font-size: 0.9375rem;
  line-height: 1.2;
  z-index: 5;
}
.site-header.position-sticky {
  top: 0;
  left: 0;
  background-color: #ffffff;
}
.site-header.position-sticky .site-header__container::before {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  width: 100vw;
}
@media (min-width: 992px) {
  .site-header {
    background-image: linear-gradient(180deg, rgb(0, 0, 0) 0, rgb(0, 0, 0) 2.6875rem, transparent 2.6875rem, transparent 100%);
  }
}

.site-header__container {
  position: relative;
  display: flex;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  align-items: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  max-width: 76.5rem;
}
.site-header__container::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0.75rem;
  right: 0.75rem;
  height: 0.0625rem;
  background-color: #090908;
}
@media (min-width: 768px) {
  .site-header__container {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }
}
@media (min-width: 992px) {
  .site-header__container {
    padding-top: 4.0625rem;
  }
}

.site-header__wrapper {
  flex-grow: 1;
}

.site-header__wrapper {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  height: calc(100vh - 4.125rem);
  padding: 2.5rem 0.75rem;
  color: #7C7C7C;
  background-color: #090908;
  overflow-y: auto;
}
.site-header__wrapper.open {
  display: flex;
}
.site-header__wrapper.open .site-header__navigation {
  display: block;
}
@media (min-width: 576px) {
  .site-header__wrapper {
    height: -moz-max-content;
    height: max-content;
    max-height: calc(100vh - 4.6875rem);
  }
}
@media (min-width: 768px) {
  .site-header__wrapper {
    position: static;
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    color: inherit;
    background-color: transparent;
    overflow-y: visible;
  }
}

.site-header__navigation {
  display: none;
}
@media (min-width: 768px) {
  .site-header__navigation {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    height: -moz-max-content;
    height: max-content;
    max-height: calc(100vh - 5.9375rem);
    padding: 2.5rem 0.75rem;
    color: #7C7C7C;
    background-color: #090908;
    overflow-y: auto;
  }
}
@media (min-width: 992px) {
  .site-header__navigation {
    position: static;
    display: block;
    justify-self: end;
    width: auto;
    height: auto;
    padding: 0;
    color: inherit;
    background-color: transparent;
    overflow-y: visible;
  }
}

.site-header__logo {
  order: -1;
  max-width: 6.25rem;
}
@media (min-width: 576px) {
  .site-header__logo {
    max-width: 7.5rem;
  }
}
@media (min-width: 992px) {
  .site-header__logo {
    order: 0;
    max-width: 100%;
  }
}

.site-header__contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 1.875rem;
}
.site-header__contacts a {
  color: #ffffff;
  text-decoration: none;
}
.site-header__contacts a:hover, .site-header__contacts a:focus {
  color: #F4B400;
}
@media (min-width: 768px) {
  .site-header__contacts a {
    color: inherit;
  }
}
@media (min-width: 576px) {
  .site-header__contacts {
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .site-header__contacts {
    flex-direction: row;
    margin-top: 0;
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .site-header__contacts {
    position: absolute;
    top: 0;
    right: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .site-header__contacts a {
    position: relative;
    color: #ffffff;
  }
}

.site-header__contacts-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  margin-top: auto;
}
@media (min-width: 576px) {
  .site-header__contacts-list {
    flex-direction: row;
  }
}

.site-header__toggle {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 2.5rem;
  height: 1.625rem;
  row-gap: 0.3125rem;
  padding: 0.3125rem;
  border: none;
  background-color: transparent;
}
.site-header__toggle::before, .site-header__toggle::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.125rem;
  background-color: #090908;
  border-radius: 0.25rem;
}
.site-header__toggle.open .site-header__toggle-line {
  opacity: 0;
}
.site-header__toggle.open::before, .site-header__toggle.open::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(45deg);
}
.site-header__toggle.open::after {
  transform: rotate(-45deg);
}

.site-header__toggle-line {
  width: 1.875rem;
  height: 0.125rem;
  background-color: #090908;
  border-radius: 0.25rem;
}

.site-header__link {
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .site-header__link {
    font-weight: 400;
    text-transform: none;
  }
}

.site-navigation__list {
  display: grid;
  justify-content: center;
  text-align: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  gap: 1.875rem;
}
@media (min-width: 576px) {
  .site-navigation__list {
    grid-template-columns: repeat(2, 1fr);
    text-align: left;
  }
}
@media (min-width: 768px) {
  .site-navigation__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .site-navigation__list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5625rem;
  }
}

.site-navigation__link {
  display: block;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}
.site-navigation__link[href]:hover, .site-navigation__link[href]:focus {
  color: #F4B400;
}
@media (min-width: 992px) {
  .site-navigation__link {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    font-weight: 400;
    color: inherit;
    text-transform: none;
  }
}

.site-navigation__item--children {
  position: relative;
}
@media (min-width: 992px) {
  .site-navigation__item--children:hover .site-navigation__sublist, .site-navigation__item--children:focus-within .site-navigation__sublist {
    display: block;
  }
}

.site-navigation__item--children .site-navigation__link {
  position: relative;
}
@media (min-width: 992px) {
  .site-navigation__item--children .site-navigation__link {
    padding-right: 1.5625rem;
  }
  .site-navigation__item--children .site-navigation__link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1.0625rem;
    height: 1.0625rem;
    transform: translateY(-50%);
    background: url("../img/icons/shevron-down.svg") no-repeat center/contain;
  }
}

.site-navigation__sublist {
  display: none;
  padding-left: 0;
  margin-top: 1.25rem;
  margin-bottom: 0;
  list-style-type: none;
}
.site-navigation__sublist li:not(:last-child) {
  margin-bottom: 0.625rem;
}
.site-navigation__sublist.open {
  display: block;
}
@media (min-width: 576px) {
  .site-navigation__sublist {
    display: block;
  }
}
@media (min-width: 992px) {
  .site-navigation__sublist {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: -moz-max-content;
    width: max-content;
    margin-top: 0;
    padding: 0.9375rem;
    background-color: #ffffff;
    border-radius: 0.3125rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
  }
}
.site-navigation__sublist a {
  color: inherit;
  text-decoration: none;
}
.site-navigation__sublist a:hover, .site-navigation__sublist a:focus {
  color: #F4B400;
}

.site-navigation__wrapper {
  display: inline-flex;
  align-items: center;
}

.site-navigation__toggle {
  width: 1.25rem;
  height: 1.25rem;
  border: none;
  margin-left: 0.625rem;
  background-color: #ffffff;
  -webkit-mask: url("../img/icons/shevron-down.svg") no-repeat center/contain;
          mask: url("../img/icons/shevron-down.svg") no-repeat center/contain;
}

.hero {
  margin-top: -9.375rem;
  padding-top: 11.5625rem;
  padding-bottom: 4.0625rem;
  background-color: #F0F2F5;
}
.hero--light {
  background-color: transparent;
}

.hero__swiper-slide {
  padding-bottom: 4.0625rem;
  background-repeat: no-repeat;
  background-position: top 0 left 50vw;
}

.hero__row {
  row-gap: 1.875rem;
}

.hero__title {
  margin-bottom: 0.48em;
}
.hero__title.new::after {
  content: "new";
  display: inline-block;
  margin-left: 0.625rem;
  padding: 0.3125rem 0.625rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.9375rem;
  color: #ffffff;
  background-color: #CC2132;
  text-transform: uppercase;
  vertical-align: super;
}

.hero__button {
  margin-top: 1.875rem;
}

.hero__video-link {
  position: relative;
}
.hero__video-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 3.75rem;
  height: 3.75rem;
  background-color: #F4B400;
  -webkit-mask: url("../img/icons/play.svg") no-repeat center/contain;
          mask: url("../img/icons/play.svg") no-repeat center/contain;
}
.hero__video-link:hover::before, .hero__video-link:focus::before {
  background-color: #ffffff;
}
.hero__video-link img {
  width: 100%;
  height: auto;
  border-radius: 0.9375rem;
}

.page-navigation__list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem 2.5rem;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-bottom: 0.0625rem solid #DFDFDF;
}

.info__buttons-wrapper {
  margin-top: 1.875rem;
}

.info__video-link {
  position: relative;
}
.info__video-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 3.75rem;
  height: 3.75rem;
  background-color: #F4B400;
  -webkit-mask: url("../img/icons/play.svg") no-repeat center/contain;
          mask: url("../img/icons/play.svg") no-repeat center/contain;
  transition: background-color 0.2s ease-in-out;
}
.info__video-link:hover::before, .info__video-link:focus::before {
  background-color: #ffffff;
}
.info__video-link img {
  width: 100%;
  height: auto;
  border-radius: 0.9375rem;
}

.info__download {
  position: relative;
  padding-left: 2.1875rem;
}
.info__download::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5625rem;
  height: 1.5625rem;
  background-color: #090908;
  -webkit-mask: url("../img/icons/arrow-line-down.svg") no-repeat center/contain;
          mask: url("../img/icons/arrow-line-down.svg") no-repeat center/contain;
  transition: background-color 0.2s ease-in-out;
}
.info__download:hover::before, .info__download:focus::before {
  background-color: #F4B400;
}

.products__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  margin-top: 2.8125rem;
}
@media (min-width: 768px) {
  .products__list {
    margin-top: 4.6875rem;
  }
}

.products__item:not(:last-child) {
  margin-bottom: 3.75rem;
}
@media (min-width: 992px) {
  .products__item:not(:last-child) {
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 768px) {
  .products__item:nth-child(even) .products__item-img {
    order: 1;
  }
}

.products__item-lead {
  display: block;
  margin-bottom: 1.56em;
  color: #F4B400;
}

.products__item-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.products__item-list li {
  position: relative;
  padding-left: 2.1875rem;
}
.products__item-list li::before {
  content: "";
  position: absolute;
  top: -rem(2);
  left: 0;
  width: 1.5625rem;
  height: 1.5625rem;
  background: url("../img/icons/check.svg") no-repeat center/contain;
}
.products__item-list li:not(:last-child) {
  margin-bottom: 1em;
}

.advantages__row {
  row-gap: 2.5rem;
}
@media (min-width: 992px) {
  .advantages__row {
    row-gap: 5rem;
  }
}

.advantages__list {
  text-align: center;
  justify-content: space-evenly;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  margin-top: 2.5rem;
}
@media (min-width: 992px) {
  .advantages__list {
    margin-top: 5rem;
  }
}

.advantages__item {
  padding-top: 5rem;
  background-repeat: no-repeat;
  background-position: top 0 left 50%;
  background-size: 4.125rem 4.125rem;
}

.banner--request {
  padding: 1.875rem;
  border-radius: 0.9375rem;
  background: #DFE3EC url("../img/banner-bg.jpg") no-repeat top left/cover;
}
.banner--request .banner__title,
.banner--request .banner__description {
  max-width: 16.25rem;
}
.banner--request .banner__button {
  margin-top: 1.5625rem;
}

.banner__logo {
  margin-bottom: 2.8125rem;
}

.banner__wrapper {
  padding: 1.875rem 1.25rem;
  border-radius: 0.9375rem;
  background-color: #F4B400;
}
@media (min-width: 576px) {
  .banner__wrapper {
    padding: 2.5rem;
  }
}
@media (min-width: 992px) {
  .banner__wrapper {
    padding: 2.5rem 4.0625rem;
  }
}

.banner__link {
  margin-top: 0.625rem;
}
.banner__link:hover, .banner__link:focus {
  color: #ffffff;
}

.applications__list {
  row-gap: 2.5rem;
  margin-top: 3.125rem;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
@media (min-width: 992px) {
  .applications__list {
    row-gap: 5rem;
  }
}

.applications__img {
  width: 100%;
  margin-bottom: 1.875rem;
  border-radius: 0.9375rem;
}

.clients__slider-wrapper {
  margin-top: 3.125rem;
}

.clients__slider {
  color: #63666A;
}

.clients__logo {
  display: flex;
  align-items: center;
  width: 100%;
  height: 5.3125rem;
  margin-bottom: 1.25rem;
}

.tools {
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem;
  background-color: #F4B400;
}

.tools__title {
  margin-bottom: 0.67em;
}

.tools__list {
  row-gap: 2.5rem;
  margin-top: 3.125rem;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
@media (min-width: 992px) {
  .tools__list {
    row-gap: 4.375rem;
  }
}

.tools__item {
  padding-left: 7.1875rem;
  background-repeat: no-repeat;
  background-position: 1.5rem 0;
  background-size: 4.125rem 4.125rem;
}

.requirements__title {
  margin-bottom: 0.67em;
}

.requirements__table-wrapper {
  margin-top: 2.5rem;
}

.requirements__table {
  width: 100%;
}
.requirements__table th,
.requirements__table td {
  min-width: 9.375rem;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  border-bottom: 0.0625rem solid #F4B400;
}
.requirements__table td {
  min-width: 18.75rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  text-align: center;
}

.requirements__col {
  background-color: #FFFAEC;
}

.requirements__notes {
  margin-top: 1.5625rem;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 0.8125rem;
  line-height: 1.14;
  color: #7C7C7C;
  list-style-type: none;
  counter-reset: counter;
}
@media (min-width: 768px) {
  .requirements__notes {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 6.25rem;
         column-gap: 6.25rem;
  }
}
.requirements__notes a {
  color: inherit;
}
.requirements__notes a:hover, .requirements__notes a:focus {
  color: #F4B400;
}

.requirements__notes-item {
  position: relative;
  padding-left: 0.75rem;
}
.requirements__notes-item:before {
  content: counter(counter);
  counter-increment: counter 1;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.625rem;
  line-height: 1;
}

.requirements__th-primary {
  border-top-right-radius: 0.9375rem;
  background-color: #F4B400;
}

.questions {
  text-align: center;
}

.questions__title {
  margin-bottom: 1.25rem;
}

.questions__description {
  max-width: 25rem;
  margin: 0 auto;
}

.questions__button {
  margin-top: 1.875rem;
}

.examples__row {
  row-gap: 2.5rem;
}
@media (min-width: 992px) {
  .examples__row {
    row-gap: 3.75rem;
  }
}

.examples__video-link {
  position: relative;
  display: block;
  border: 0.0625rem solid #EEEEEE;
  border-radius: 1.25rem;
  overflow: hidden;
}
.examples__video-link::before {
  content: "";
  position: absolute;
  bottom: 0.9375rem;
  left: 1.5625rem;
  width: 2.8125rem;
  height: 2.8125rem;
  background: url("../img/icons/examples-icon.png") no-repeat center/contain;
}
.examples__video-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 5rem;
  height: 5rem;
  -webkit-mask: url("../img/icons/play-dark.svg") no-repeat center/contain;
          mask: url("../img/icons/play-dark.svg") no-repeat center/contain;
  background-color: rgba(0, 0, 0, 0.7);
}
.examples__video-link:hover::after, .examples__video-link:focus::after {
  background-color: #F4B400;
}

.modeling__subtitle {
  display: flex;
  align-items: center;
}
.modeling__subtitle::after {
  content: "";
  flex-grow: 1;
  height: 0.3125rem;
  margin-left: 1.25rem;
  background-color: #F4B400;
}

.modeling__wrapper {
  overflow-x: auto;
}

.modeling__scheme {
  display: grid;
  grid-template-columns: repeat(6, 10.4375rem);
  grid-template-rows: repeat(4, auto);
  gap: 3.125rem 2.5rem;
  margin-top: 2.5rem;
}

.modeling__scheme-list {
  position: relative;
  grid-area: 1/1/2/-1;
  display: flex;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: center;
  counter-reset: counter;
}

.modeling__scheme-item {
  position: relative;
}
.modeling__scheme-item::before {
  content: counter(counter);
  counter-increment: counter 1;
  position: absolute;
  top: 6.4375rem;
  left: 50%;
  padding: 0.3125rem 0.625rem;
  border-radius: 50%;
  font-size: 1.4375rem;
  line-height: 1;
  font-weight: 700;
  background-color: #F4B400;
  transform: translateX(-50%);
}

.modeling__scheme-img {
  display: block;
  margin-bottom: 1.875rem;
  cursor: pointer;
}

.modeling__scheme-software {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0.3125rem;
  border-top: 0.125rem solid #F4B400;
}
.modeling__scheme-software--peel {
  grid-area: 2/1/3/3;
}
.modeling__scheme-software--peel-cad {
  grid-area: 3/1/4/4;
}
.modeling__scheme-software--peel-pro-cad {
  grid-area: 4/1/5/-1;
}

.modeling__button {
  position: relative;
  top: -2rem;
}
.modeling__button:hover, .modeling__button:focus {
  background-color: #ffffff;
}

.modeling__scheme-feature {
  position: relative;
  max-width: 13.75rem;
  margin-bottom: 0;
  padding: 0.625rem 2.8125rem 0.625rem 1.25rem;
  font-size: 0.8125rem;
  line-height: 1.23;
  border-radius: 0.625rem;
  background-color: #F0F2F5;
}
.modeling__scheme-feature::before {
  content: "";
  position: absolute;
  top: 0.625rem;
  right: 0.9375rem;
  width: 1.25rem;
  height: 1.25rem;
  background: url("../img/icons/modeling-features-check.svg") no-repeat center/contain;
}

.modeling__scheme-dashed {
  position: relative;
}
.modeling__scheme-dashed::before {
  content: "";
  position: absolute;
  top: 7.5rem;
  right: 0;
  height: calc(100% - 4.375rem);
  border-right: 0.0625rem dashed #F4B400;
}
.modeling__scheme-dashed--peel {
  grid-area: 1/1/2/3;
}
.modeling__scheme-dashed--peel-cad {
  grid-area: 1/1/3/4;
}
.modeling__scheme-dashed--peel-pro-cad {
  grid-area: 1/1/4/-1;
}

.modeling-steps {
  padding-top: 5rem;
  padding-bottom: 5rem;
  color: #ffffff;
  background-color: #181818;
}

.modeling-steps__list {
  margin-top: 2.1875rem;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
@media (min-width: 768px) {
  .modeling-steps__list {
    margin-top: 4.375rem;
  }
}

.modeling-steps__number-wrapper {
  margin-top: auto;
  margin-bottom: 1.3125rem;
  font-size: 1.125rem;
  line-height: 1.22;
  font-weight: 700;
}

.modeling-steps__number {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.0625rem;
  height: 2.0625rem;
  padding: 0.3125rem;
  border-radius: 50%;
}
.modeling-steps__number--current {
  color: #000000;
  background-color: #F4B400;
  z-index: 1;
}
.modeling-steps__number--all {
  border: 0.125rem solid #ffffff;
  margin-left: 1.375rem;
  margin-top: -1.3125rem;
}

.modeling-steps__item-title {
  margin-bottom: 0.86em;
}

.modeling-steps__video {
  width: 100%;
  height: auto;
}

.faq__accordion {
  max-width: 56.25rem;
}

.faq__accordion-item {
  padding-left: 1.875rem;
}
@media (min-width: 576px) {
  .faq__accordion-item {
    padding-left: 3rem;
  }
}
.faq__accordion-item:not(:last-child) {
  margin-bottom: 2.5rem;
}

.faq__accordion-button {
  position: relative;
  display: block;
  font-size: 1.125rem;
  line-height: 1.2;
  padding: 0;
  border: none;
  background-color: transparent;
  text-align: left;
  transition: color 0.2s ease-in-out;
}
@media (min-width: 992px) {
  .faq__accordion-button {
    font-size: 1.5625rem;
  }
}
.faq__accordion-button:hover, .faq__accordion-button:focus {
  color: #F4B400;
}
.faq__accordion-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.875rem;
  width: 1.5625rem;
  height: 1.5625rem;
  background: url("../img/icons/accordion-shevron.svg") no-repeat center/contain;
  transform: rotate(180deg);
  transition: transform 0.2s ease-in-out;
}
@media (min-width: 576px) {
  .faq__accordion-button::before {
    left: -3rem;
    width: 2.0625rem;
    height: 2.0625rem;
  }
}
.faq__accordion-button.collapsed::before {
  transform: rotate(0deg);
}

.faq__accordion-body {
  padding-top: 1.875rem;
  margin-bottom: 0;
}
.faq__accordion-body *:last-child {
  margin-bottom: 0;
}
.faq__accordion-body a {
  color: #F4B400;
}

.site-footer {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  color: #7C7C7C;
  background-color: #090908;
}

.site-footer__container {
  display: grid;
  justify-content: center;
  text-align: center;
  row-gap: 1.875rem;
}
@media (min-width: 576px) {
  .site-footer__container {
    grid-template-columns: min-content 1fr;
    grid-template-rows: 2.5625rem repeat(4, auto);
    gap: 2.5rem;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .site-footer__container {
    grid-template-columns: min-content repeat(2, 1fr);
    gap: 2.5rem 4.375rem;
  }
}
@media (min-width: 992px) {
  .site-footer__container {
    grid-template-columns: min-content repeat(4, 1fr) 6.5625rem;
    grid-template-rows: 2.5625rem repeat(2, auto);
  }
}

.site-footer__navigation,
.site-footer__navigation-sublist {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.site-footer__navigation-sublist {
  display: none;
}
.site-footer__navigation-sublist.open {
  display: block;
}
@media (min-width: 576px) {
  .site-footer__navigation-sublist {
    display: block;
  }
}

.site-footer__navigation {
  display: grid;
  gap: 1.875rem;
}
@media (min-width: 576px) {
  .site-footer__navigation {
    grid-area: 1/2/3/3;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .site-footer__navigation {
    grid-area: 1/2/3/4;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .site-footer__navigation {
    grid-area: 1/2/3/6;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 992px) {
  .site-footer__navigation-item:nth-child(-n+2) {
    grid-row: span 2;
  }
}

.site-footer__navigation-sublist {
  margin-top: 1.25rem;
}

.site-footer__navigation-sublist li:not(:last-child) {
  margin-bottom: 0.625rem;
}

.site-footer__navigation-sublist a,
.site-footer__meta a {
  color: inherit;
  text-decoration: none;
}
.site-footer__navigation-sublist a:hover, .site-footer__navigation-sublist a:focus,
.site-footer__meta a:hover,
.site-footer__meta a:focus {
  color: #F4B400;
}

.site-footer__navigation-wrapper {
  display: inline-flex;
  align-items: center;
}

.site-footer__navigation-link {
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}
.site-footer__navigation-link[href]:hover, .site-footer__navigation-link[href]:focus {
  color: #F4B400;
}

.site-footer__navigation-toggle {
  width: 1.25rem;
  height: 1.25rem;
  border: none;
  margin-left: 0.625rem;
  background-color: #ffffff;
  -webkit-mask: url("../img/icons/shevron-down.svg") no-repeat center/contain;
          mask: url("../img/icons/shevron-down.svg") no-repeat center/contain;
}

.site-footer .social__list,
.site-footer .contacts {
  color: #ffffff;
}

@media (min-width: 576px) {
  .site-footer__social {
    grid-area: 4/2/5/3;
    margin-top: auto;
  }
}
@media (min-width: 992px) {
  .site-footer__social {
    grid-area: 3/2/4/4;
  }
}

.site-footer__social .social__list {
  justify-content: center;
}
@media (min-width: 576px) {
  .site-footer__social .social__list {
    justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  .site-footer__contacts {
    grid-area: 2/1/3/2;
  }
}

.site-footer__download {
  display: inline-block;
  position: relative;
  max-width: 8.75rem;
  padding-left: 2.625rem;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 auto;
}
.site-footer__download:hover, .site-footer__download:focus {
  color: #F4B400;
}
.site-footer__download::before {
  content: "";
  position: absolute;
  top: 0.1875rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  background-color: #F4B400;
  -webkit-mask: url("../img/icons/arrow-line-down.svg") no-repeat center/contain;
          mask: url("../img/icons/arrow-line-down.svg") no-repeat center/contain;
}
@media (min-width: 576px) {
  .site-footer__download {
    grid-area: 3/1/4/2;
    margin-top: auto;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .site-footer__download {
    grid-area: 3/2/4/3;
  }
}
@media (min-width: 992px) {
  .site-footer__download {
    grid-area: 3/4/4/5;
    margin-left: auto;
  }
}

.site-footer__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.625rem;
}
@media (min-width: 576px) {
  .site-footer__meta {
    grid-area: 4/1/5/2;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .site-footer__meta {
    grid-area: 3/1/5/2;
  }
}
@media (min-width: 992px) {
  .site-footer__meta {
    grid-area: 3/1/4/2;
  }
}

.site-footer__copyright {
  font-size: inherit;
}

.site-footer__button:hover, .site-footer__button:focus {
  color: #F4B400;
  background-color: transparent;
  border-color: #F4B400;
}
@media (min-width: 576px) {
  .site-footer__button {
    grid-area: 3/2/4/3;
    margin-top: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .site-footer__button {
    grid-area: 3/3/4/4;
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .site-footer__button {
    grid-area: 3/5/4/7;
  }
}

@media (min-width: 768px) {
  .site-footer__logo--peel {
    margin-left: auto;
    margin-top: auto;
  }
}

.modal-content {
  padding: 1.875rem 1.25rem;
  border-radius: 1.25rem;
  background-color: #F0F2F5;
}
@media (min-width: 576px) {
  .modal-content {
    padding: 2.8125rem;
  }
}

.modal__form {
  margin-top: 2.1875rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.125rem;
}
.modal__form input:not([type=checkbox]),
.modal__form select {
  padding: 0.9375rem 1.25rem;
  width: 100%;
  background-color: #ffffff;
  border-radius: 1.25rem;
  border: 0.0625rem solid #E7E8EA;
}
.modal__form select {
  padding-right: 3.125rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../img/icons/shevron-down.svg");
  background-repeat: no-repeat;
  background-size: 1.5625rem;
  background-position: top 50% right 1.25rem;
}
.modal__form input::-moz-placeholder {
  color: #090908;
}
.modal__form input::placeholder {
  color: #090908;
}
.modal__form input[type=checkbox] {
  flex-shrink: 0;
  margin-right: 0.625rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #ffffff;
  border-radius: 0.3125rem;
  border: 0.0625rem solid #E7E8EA;
  cursor: pointer;
}
.modal__form input[type=checkbox]:checked {
  background-image: url("../img/icons/check.svg");
  background-position: center;
  background-size: contain;
}
.modal__form-accept {
  display: flex;
  align-items: flex-start;
}

.modal__form-accept {
  font-size: 0.8125rem;
  cursor: pointer;
}

.modal__btn-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}/*# sourceMappingURL=style.css.map */