body {
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
}

.wrapper {
  position: relative;
}

.container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}

.header {
  background: linear-gradient(0deg, rgb(101, 101, 140) 0%, rgb(0, 0, 0) 100%);
  color: #fff;
}

.header.header-transparent {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}

.header-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.header-nav-list {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 600;
}

.header-nav-list a {
  color: currentColor;
  text-decoration: none;
}

.header-main-inner {
  display: flex;
  gap: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  box-sizing: border-box;
}

.header-logo {
  flex-grow: 1;
}

.header-content {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 24px;
}

.header-location {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-location::before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  background: url(../images/pin.svg) center/contain no-repeat;
}

.header-phone {
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  font-weight: 600;
}

.header-phone a {
  color: currentColor;
  text-decoration: none;
}

.header-time {
  margin-top: 4px;
  font-size: 13px;
  text-align: right;
}

.header-button .button {
  height: 54px;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: none;
  letter-spacing: initial;
  font-weight: 600;
}

.header-toggle {
  display: flex;
  background-color: transparent;
  border: none;
  outline: none;
  border-radius: 0;
  padding: 0;
}

.header-toggle img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}

.logo {
  display: flex;
}

.logo-link {
  color: currentColor;
  text-decoration: none;
  display: flex;
  align-items: flex-end;
}

.logo-image img {
  width: 90px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.logo-title {
  font-size: 32px;
  font-weight: 700;
}

.logo-tagline {
  max-width: 236px;
}

.button {
  display: inline-flex;
  height: 72px;
  background: url(../images/button-bg.png) left center/100px repeat, linear-gradient(90deg, rgb(215, 157, 95) 0%, rgb(230, 185, 134) 50%, rgb(223, 150, 65) 100%);
  align-items: center;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.11);
  padding-left: 48px;
  padding-right: 48px;
  box-sizing: border-box;
  border-radius: 20px;
  box-shadow: 0 2px 0 0 #B67120, 14px 22px 20px 0 rgba(30, 35, 66, 0.28);
  font-size: 15px;
  justify-content: center;
  text-align: center;
  border: none;
}

.button.button-outline {
  box-shadow: none;
  background: #fff;
  color: #212121;
  border: 2px solid #E1BA8C;
}

.socials {
  display: flex;
  gap: 10px;
  align-items: center;
}

.socials-item {
  display: block;
  text-decoration: none;
  color: currentColor;
}

.socials-item img {
  width: 34px;
  height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
}

.hero {
  position: relative;
}

.hero.hero-service .hero-title {
  letter-spacing: initial;
}

.hero-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 200px;
  padding-bottom: 260px;
}

.hero-title {
  text-align: center;
  color: #fff;
  font-size: 90px;
  font-weight: 800;
  letter-spacing: 10px;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
}

.hero-title span {
  color: #E1BA8C;
}

.hero-sub-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 300;
  margin-top: 24px;
  color: #fff;
}

.hero-features {
  margin-top: 40px;
  display: flex;
  gap: 24px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.hero-features-item {
  flex-basis: calc((100% - 72px) / 4);
  color: #fff;
  text-align: center;
}

.hero-features-icon img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.hero-features-text {
  font-size: 17px;
  font-weight: 600;
}

.hero-button {
  margin-top: 50px;
  text-align: center;
}

.section.section-my-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.section.section-offset-top {
  margin-top: -140px;
  position: relative;
  z-index: 2;
}

.section.section-z-index {
  position: relative;
  z-index: 2;
}

.section.section-cta .section-block {
  padding-top: 0;
  padding-bottom: 0;
}

.section-bg {
  position: relative;
}

.section-bg .section-inner {
  position: relative;
  z-index: 2;
}

.section-bg-image {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
}

.section-block {
  max-width: 1620px;
  padding: 100px 20px;
  background-color: #FAFAFA;
  box-sizing: border-box;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 6px 13px 31px 0 rgba(0, 0, 0, 0.1);
}

.section-title {
  margin-top: 0;
  font-size: 42px;
  font-weight: 900;
  text-align: center;
}

.section-sub-title {
  text-align: center;
  font-size: 20px;
  color: #212121;
}

.section-button {
  text-align: center;
  margin-top: 40px;
}

.features {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.features-item {
  flex-basis: calc((100% - 48px) / 3);
  text-align: center;
}

.features-icon {
  background-color: #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  width: 115px;
  height: 115px;
  box-shadow: 0 4px 13px 0 rgba(30, 35, 66, 0.11);
}

.features-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.features-content {
  margin-top: 20px;
}

.features-title {
  font-size: 19px;
  font-weight: 800;
  line-height: 1.48;
}

.features-text {
  margin-top: 8px;
  line-height: 1.38;
  font-size: 15px;
}

.gallery-slider {
  margin-top: 40px;
  position: relative;
}

.gallery-slider-item {
  position: relative;
  padding-bottom: 66%;
}

.gallery-slider-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  border-radius: 25px;
}

.gallery-slider-item::after {
  content: "";
  display: block;
  left: 50%;
  transform: translate(-50%, 10px);
  width: 88%;
  height: 80%;
  background-color: #fff;
  border-radius: 25px;
  z-index: 1;
  position: absolute;
  bottom: 0;
  box-shadow: 5px 15px 40px 0 rgba(30, 35, 66, 0.15);
}

.categories {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 48px;
}

.categories-item {
  flex-basis: calc((100% - 60px) / 3);
  background-color: #fff;
  box-shadow: 0 4px 13px 0 rgba(30, 35, 66, 0.11);
  border-radius: 25px;
  overflow: hidden;
}

.categories-image {
  position: relative;
  padding-bottom: 44%;
}

.categories-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
}

.categories-content {
  padding: 16px;
  box-sizing: border-box;
}

.categories-title {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
}

.categories-price {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}

.categories-buttons {
  margin-top: 24px;
  display: flex;
  gap: 16px;
}

.categories-buttons .button {
  height: 56px;
  padding: 0 8px;
  font-size: 15px;
  flex-basis: calc((100% - 16px) / 2);
}

.examples {
  margin-top: 40px;
}

.examples-slider-item {
  border: 1px solid #EEEEEE;
  border-radius: 25px;
  background-color: #fff;
}

.examples-image {
  position: relative;
  padding-bottom: 66%;
}

.examples-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  border-radius: 25px;
}

.examples-content {
  padding: 24px 32px;
  box-sizing: border-box;
}

.examples-title {
  font-weight: 800;
  font-size: 20px;
  color: #212121;
}

.examples-list {
  padding-left: 16px;
  font-size: 14px;
  color: #212121;
}

.examples-list li:not(:last-child) {
  margin-bottom: 10px;
}

.examples-price {
  font-weight: 800;
  color: #212121;
  font-size: 24px;
  margin-top: 20px;
}

.examples-button {
  margin-top: 20px;
}

.examples-button .button {
  font-size: 15px;
  height: 56px;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
  box-sizing: border-box;
}

.slider {
  position: relative;
}

.slider .swiper {
  padding-bottom: 60px;
}

.slider .swiper-pagination {
  display: flex;
  gap: 25px;
  justify-content: center;
}

.slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 !important;
  background-color: #DEDEDE;
  opacity: 1 !important;
}

.slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E1BA8C;
}

.slider .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: linear-gradient(0deg, rgb(83, 136, 237) 0%, rgb(121, 159, 232) 50%);
  border-radius: 50%;
  padding: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

.slider .swiper-button-prev::after {
  font-size: 19px;
}

.slider .swiper-button-next {
  width: 60px;
  height: 60px;
  background: linear-gradient(0deg, rgb(83, 136, 237) 0%, rgb(121, 159, 232) 50%);
  border-radius: 50%;
  padding: 0;
  color: #fff;
  justify-content: center;
  align-items: center;
  text-align: center;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
}

.slider .swiper-button-next::after {
  font-size: 19px;
}

.tablet {
  margin-top: 30px;
}

.tablet-link {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
}

.tablet-link img {
  height: auto;
  width: 100%;
}

.team-item {
  padding: 16px;
  border-radius: 25px;
  box-shadow: 0 4px 13px 0 rgba(30, 35, 66, 0.11);
}

.team-image {
  position: relative;
  padding-bottom: 100%;
  border-radius: 25px;
  overflow: hidden;
}

.team-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-content {
  padding: 24px 0 8px;
  text-align: center;
}

.brands {
  margin-top: 40px;
}

.brands-item {
  padding: 24px;
  border-radius: 25px;
  box-shadow: 0 4px 13px 0 rgba(30, 35, 66, 0.11);
  background-color: #fff;
  text-align: center;
}

.brands-text {
  margin-top: 16px;
}

.reviews.reviews-screenshot .reviews-image {
  padding-bottom: 200%;
}

.reviews.reviews-screenshot .reviews-image img {
  -o-object-fit: contain;
     object-fit: contain;
}

.reviews-image {
  position: relative;
  padding-bottom: 72%;
}

.reviews-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reviews-video {
  display: block;
  background-color: #fff;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 15px;
  box-shadow: 0 4px 13px 0 rgba(30, 35, 66, 0.11);
}

.reviews-video img {
  border-radius: 15px;
}

.faq-row {
  display: flex;
  gap: 30px;
}

.faq-col {
  flex-basis: calc((100% - 30px) / 2);
}

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

.faq-item {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 13px 0 rgba(30, 35, 66, 0.11);
  padding-bottom: 24px;
}

.faq-item:not(:last-child) {
  margin-bottom: 22px;
}

.faq-item:not(.active) .faq-button {
  transform: scale(1, -1);
}

.faq-item:not(.active) .faq-content {
  display: none;
}

.faq-header {
  display: flex;
  padding: 24px 24px 0;
  gap: 8px;
  align-items: flex-start;
}

.faq-title {
  font-size: 18px;
  font-weight: 800;
  flex-grow: 1;
  margin-top: 8px;
}

.faq-button {
  flex-shrink: 0;
  background-color: transparent;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
}

.faq-button img {
  width: 38px;
  height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.faq-content {
  padding: 0 24px;
}

.map img {
  width: 100%;
  height: auto;
}

.certificates-image {
  position: relative;
  padding-bottom: 140%;
}

.certificates-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.single-header {
  margin-bottom: 40px;
}

.single-header-title {
  font-size: 42px;
  line-height: 1.2;
  color: #212121;
  font-weight: 900;
}

.single-header-bar {
  display: flex;
  margin-top: 16px;
  background-color: #F3F3F3;
  border-radius: 25px;
  padding: 24px 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.single-header-date {
  display: flex;
  align-items: center;
  gap: 12px;
}

.single-header-date-icon {
  flex-shrink: 0;
}

.single-header-date-icon img {
  width: 24px;
  height: 24px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.single-header-date-text {
  font-size: 16px;
  line-height: 1.2;
}

.single-header-nav {
  display: flex;
  gap: 48px;
  align-items: center;
}

.single-header-nav-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: currentColor;
  text-decoration: none;
}

.single-header-nav-item:last-child {
  text-align: right;
}

.single-header-nav-icon {
  flex-shrink: 0;
}

.single-header-nav-icon img {
  width: 24px;
  height: 24px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.single-header-nav-text {
  font-size: 16px;
  line-height: 1.2;
}

.cta {
  display: flex;
}

.cta-left {
  flex-basis: 60%;
  padding-right: 10px;
  box-sizing: border-box;
  padding-top: 110px;
  padding-bottom: 110px;
}

.cta-title {
  font-size: 42px;
  font-weight: 900;
}

.cta-text {
  margin-top: 16px;
  font-size: 20px;
}

.cta-form {
  margin-top: 24px;
}

.cta-right {
  margin-top: 70px;
  flex-basis: 40%;
  position: relative;
}

.cta-info {
  position: absolute;
  z-index: 2;
  top: 80px;
  left: -80px;
  text-align: right;
}

.cta-info::before {
  content: "";
  display: block;
  width: 93px;
  height: 2px;
  background-color: #729BE9;
  position: absolute;
  top: -16px;
  right: -20px;
}

.cta-name {
  font-size: 18px;
  font-weight: 800;
}

.cta-position {
  font-size: 15px;
  margin-top: 5px;
}

.cta-image {
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
}

.cta-image img {
  max-width: 100%;
  height: 630px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  display: block;
}

.feedback-row {
  display: flex;
  gap: 20px;
}

.feedback-col {
  flex-basis: calc((100% - 20px) / 2);
}

.feedback-input input {
  height: 58px;
  background-color: #EEEEEE;
  border-radius: 20px;
  font-size: 17px;
  border: 1px solid #E1E1E1;
  padding: 0 30px;
  box-sizing: border-box;
  width: 100%;
  display: block;
  outline: none;
}

.feedback-input input::-moz-placeholder {
  color: #AFAFAF;
}

.feedback-input input:-ms-input-placeholder {
  color: #AFAFAF;
}

.feedback-input input::placeholder {
  color: #AFAFAF;
}

.feedback-bottom {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.feedback-submit {
  flex-basis: 200px;
}

.feedback-acceptance {
  font-size: 12px;
  line-height: 1.4;
}

.feedback-acceptance a {
  color: currentColor;
  text-decoration: underline;
}

.footer {
  background-color: #2D3049;
  color: #fff;
}

.footer-top .button {
  height: 54px;
  text-transform: none;
  font-size: 15px;
  padding-left: 24px;
  padding-right: 24px;
  min-width: 0;
}

.footer-top-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  padding: 32px 0;
}

.footer-logo img {
  display: block;
  width: 100%;
  max-width: 320px;
}

.footer-top-right {
  flex-grow: 1;
  display: flex;
  gap: 24px;
  justify-content: flex-end;
  align-items: center;
}

.footer-phone {
  font-size: 22px;
  font-weight: 600;
  color: currentColor;
  text-decoration: none;
}

.footer-main-inner {
  display: flex;
  gap: 24px;
  padding: 24px 0;
}

.footer-nav {
  flex-basis: calc((100% - 24px) / 2);
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  -moz-column-count: 3;
       column-count: 3;
}

.footer-list li:not(:last-child) {
  margin-bottom: 8px;
}

.footer-list a {
  color: currentColor;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.25;
}

.footer-info {
  flex-basis: calc((100% - 24px) / 2);
}

.footer-info-container {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.footer-contacts {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.footer-contacts-item:not(:last-child) {
  margin-bottom: 20px;
}

.footer-contacts-label {
  font-weight: 700;
}

.footer-info-link {
  margin-top: 50px;
}

.footer-info-link a {
  color: currentColor;
  text-decoration: none;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.footer-bottom-inner {
  padding: 24px 0;
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.36);
}

.footer-bottom-inner p {
  margin: 0;
}

@media (min-width: 1024px) {
  .dh {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hero.hero-service .hero-title {
    font-size: 70px;
  }
}

@media (max-width: 1280px) {
  .slider .swiper-button-prev {
    left: 10px;
    transform: translate(0, -50%);
  }

  .slider .swiper-button-next {
    right: 10px;
    transform: translate(0, -50%);
  }
}

@media (max-width: 1200px) {
  .hero-title {
    font-size: 70px;
  }
}

@media (max-width: 1100px) {
  .logo-title {
    font-size: 28px;
  }
}

@media (max-width: 1023.98px) {
  .header-button .button {
    height: 32px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 13px;
    border-radius: 10px;
  }

  .header-button {
    text-align: right;
    flex-grow: 1;
  }

  .header-top-inner {
    display: flex;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    gap: 16px;
  }

  .hero-title {
    font-size: 54px;
  }

  .hero-sub-title {
    font-size: 24px;
  }

  .section-block {
    padding: 70px 0;
  }

  .section-title {
    font-size: 32px;
  }

  .categories-item {
    flex-basis: calc((100% - 30px) / 2);
  }

  .faq-row {
    gap: 22px;
    flex-wrap: wrap;
  }

  .faq-col {
    flex-basis: 100%;
  }

  .footer-logo img {
    max-width: 200px;
  }
}

@media (max-width: 920px) {
  .footer-phone {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .mh {
    display: none !important;
  }

  .header-location {
    font-size: 15px;
  }

  .header-phone {
    font-size: 14px;
  }

  .header-time {
    font-size: 12px;
  }

  .logo {
    margin-left: -16px;
  }

  .logo-image img {
    width: 56px;
    height: 50px;
  }

  .logo-title {
    font-size: 20px;
  }

  .logo-tagline {
    max-width: 140px;
    font-size: 9px;
  }

  .button {
    font-size: 14px;
  }

  .hero-inner {
    padding-bottom: 120px;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-sub-title {
    font-size: 18px;
  }

  .hero-features {
    flex-wrap: wrap;
  }

  .hero-features-item {
    flex-basis: calc((100% - 24px) / 2);
  }

  .hero-features-text {
    font-size: 13px;
  }

  .section.section-my-120 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .section.section-offset-top {
    margin-top: 0;
  }

  .section.section-cta .section-block {
    padding-top: 50px;
  }

  .section-block {
    box-shadow: 0;
    border-radius: 0;
  }

  .section-title {
    font-size: 24px;
  }

  .features-item {
    flex-basis: 100%;
  }

  .categories {
    gap: 20px;
  }

  .categories-item {
    flex-basis: 100%;
  }

  .slider .swiper-pagination {
    gap: 16px;
  }

  .single-header-title {
    font-size: 24px;
  }

  .single-header-bar {
    flex-direction: column;
    padding: 24px 16px;
  }

  .single-header-nav {
    gap: 10px;
  }

  .single-header-nav-text {
    font-size: 14px;
  }

  .cta {
    display: block;
  }

  .cta-left {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-title {
    font-size: 24px;
  }

  .cta-text {
    font-size: 16px;
  }

  .cta-info {
    left: 0;
  }

  .cta-image img {
    margin-left: auto;
    height: 400px;
  }

  .cta-image {
    position: static;
  }

  .feedback-row {
    flex-wrap: wrap;
  }

  .feedback-col {
    flex-basis: 100%;
  }

  .footer-top-inner {
    flex-direction: column;
    align-items: center;
  }

  .footer-top-right {
    flex-direction: column;
    align-items: center;
  }

  .footer-main-inner {
    flex-wrap: wrap;
  }

  .footer-nav {
    flex-basis: 100%;
  }

  .footer-list {
    -moz-column-count: 2;
         column-count: 2;
  }

  .footer-list a {
    font-size: 14px;
  }

  .footer-info {
    flex-basis: 100%;
  }
}

@media (max-width: 500px) {
  .cta-info::before {
    right: auto;
    left: 0;
  }

  .cta-info {
    position: static;
    text-align: left;
  }

  .cta-name {
    font-size: 16px;
  }

  .cta-position {
    font-size: 13px;
  }
}

@media (max-width: 460px) {
  .feedback-bottom {
    display: block;
  }

  .feedback-acceptance {
    margin-top: 32px;
  }
}

@media (max-width: 360px) {
  .header .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .th {
    display: none !important;
  }
}