@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Tilda Sans", sans-serif;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

button {
  outline: none;
  cursor: pointer;
  font-family: "Tilda Sans", sans-serif;
}

input {
  font-family: "Tilda Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

.section-light-bg {
  background: #F9FAFB;
}

.bold {
  font-weight: 700;
}

.main-color {
  color: #FCD535 !important;
}

.center {
  text-align: center;
}

.dark {
  color: #333333;
}

.light {
  color: #FFFFFF;
}

.base {
  color: #93969A;
}

.light-bg {
  background: #FFFFFF;
}

.light-30 {
  color: rgba(255, 255, 255, 0.3) !important;
}

.light-60 {
  color: rgba(255, 255, 255, 0.6) !important;
}

.link {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.link:hover {
  color: #FCD535;
}

@media screen and (max-width: 768px) {
  .icon {
    width: 42px;
    height: 42px;
  }
}

.shadow {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.03);
}

.no-scroll {
  overflow: hidden;
}

.mb-60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .mb-60 {
    margin-bottom: 45px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .mb-50 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-50 {
    margin-bottom: 40px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .mb-40 {
    margin-bottom: 25px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .mb-30 {
    margin-bottom: 20px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .mb-24 {
    margin-bottom: 20px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mb-20 {
    margin-bottom: 15px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .mb-16 {
    margin-bottom: 12px;
  }
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .mt-32 {
    margin-top: 24px;
  }
}

.mb-8 {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .mb-8 {
    margin-bottom: 4px;
  }
}

.brs-8 {
  border-radius: 8px;
}

.brs-16 {
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .brs-16 {
    border-radius: 12px;
  }
}

.brs-24 {
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .brs-24 {
    border-radius: 16px;
  }
}

.brs-32 {
  border-radius: 32px;
}
@media screen and (max-width: 768px) {
  .brs-32 {
    border-radius: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .brs-32 {
    border-radius: 24px;
  }
}

.brs-64 {
  border-radius: 64px;
}
@media screen and (max-width: 768px) {
  .brs-64 {
    border-radius: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .brs-64 {
    border-radius: 32px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .brs-64 {
    border-radius: 40px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .brs-64 {
    border-radius: 48px;
  }
}

.gap-20 {
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .gap-20 {
    gap: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .gap-20 {
    gap: 15px;
  }
}

.gap-30 {
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .gap-30 {
    gap: 20px;
  }
}

.gap-40 {
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .gap-40 {
    gap: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .gap-40 {
    gap: 30px;
  }
}

.gap-50 {
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .gap-50 {
    gap: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .gap-50 {
    gap: 35px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .gap-50 {
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .gap-50 {
    gap: 45px;
  }
}

.gap-60 {
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .gap-60 {
    gap: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .gap-60 {
    gap: 40px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .gap-60 {
    gap: 45px;
  }
}

.truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.lock {
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
  z-index: 10;
}

.button {
  height: 80px;
  padding: 0 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 48px;
  font-size: 20px;
  font-weight: 400;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 140%;
  border: none;
  text-align: center;
  background: #FCD535;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(252, 213, 53)), to(rgb(250, 170, 42)));
  background: linear-gradient(180deg, rgb(252, 213, 53) 0%, rgb(250, 170, 42) 100%);
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .button {
    height: 64px;
    padding: 0 35px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .button {
    height: 68px;
    padding: 0 40px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .button {
    height: 72px;
    padding: 0 50px;
  }
}
.button::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  opacity: 0.35;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100px;
  -webkit-animation: shine 4s infinite linear;
          animation: shine 4s infinite linear; /* Анимация блика */
}

@-webkit-keyframes shine {
  0% {
    left: -100px;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes shine {
  0% {
    left: -100px;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.button-light {
  height: 80px;
  padding: 0 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 48px;
  font-size: 20px;
  font-weight: 400;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 140%;
  border: none;
  text-align: center;
  background: #FEF9EA;
  color: #FCD535;
}
@media screen and (max-width: 767px) {
  .button-light {
    height: 64px;
    padding: 0 35px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .button-light {
    height: 68px;
    padding: 0 40px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .button-light {
    height: 72px;
    padding: 0 50px;
  }
}
.button-light:hover {
  background: #FCD535;
  color: #FFFFFF;
}

.button-o {
  height: 80px;
  padding: 0 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 48px;
  font-size: 20px;
  font-weight: 400;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 140%;
  border: none;
  text-align: center;
  background: #2D3C49;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .button-o {
    height: 64px;
    padding: 0 35px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .button-o {
    height: 68px;
    padding: 0 40px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .button-o {
    height: 72px;
    padding: 0 50px;
  }
}
.button-o:hover {
  background: #FCD535;
}

.button-stroke {
  height: 80px;
  padding: 0 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 48px;
  font-size: 20px;
  font-weight: 400;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 140%;
  border: none;
  text-align: center;
  color: #FCD535;
  border: 2px solid #FCD535;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .button-stroke {
    height: 64px;
    padding: 0 35px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .button-stroke {
    height: 68px;
    padding: 0 40px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .button-stroke {
    height: 72px;
    padding: 0 50px;
  }
}
.button-stroke:hover {
  background: #FCD535;
  color: #FFFFFF;
}
.button-stroke:hover svg path {
  stroke: #FFFFFF;
}

.button-stroke-light {
  height: 80px;
  padding: 0 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 48px;
  font-size: 20px;
  font-weight: 400;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 140%;
  border: none;
  text-align: center;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .button-stroke-light {
    height: 64px;
    padding: 0 35px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .button-stroke-light {
    height: 68px;
    padding: 0 40px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .button-stroke-light {
    height: 72px;
    padding: 0 50px;
  }
}
.button-stroke-light:hover {
  background: #FFFFFF;
  color: #FCD535;
}

.container {
  width: 1200px;
  max-width: 95%;
  margin: 0 auto;
}

.container-fluid {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.grid-4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .grid-4 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 767px) and (max-width: 990px) {
  .grid-4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 991px) and (max-width: 1023px) {
  .grid-4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .grid-4 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .grid-3 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .grid-3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.grid-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 990px) {
  .grid-2 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.section {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 40px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section {
    padding: 50px 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .section {
    padding: 60px 0;
  }
}

.text-xlg {
  line-height: 150%;
  font-weight: 400;
  font-size: 24px;
}
.text-xlg span {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .text-xlg {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .text-xlg {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .text-xlg {
    font-size: 20px;
  }
}

.text-lg {
  line-height: 150%;
  font-weight: 400;
  font-size: 20px;
}
.text-lg span {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .text-lg {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .text-lg {
    font-size: 18px;
  }
}

.text-md {
  line-height: 150%;
  font-weight: 400;
  font-size: 18px;
}
.text-md span {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .text-md {
    font-size: 15px;
  }
}

.text-sm {
  line-height: 150%;
  font-weight: 400;
  font-size: 16px;
}
.text-sm span {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .text-sm {
    font-size: 14px;
  }
}

.title-lg {
  font-weight: 500;
  line-height: 120%;
  font-size: 56px;
}
@media screen and (max-width: 767px) {
  .title-lg {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .title-lg {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .title-lg {
    font-size: 44px;
  }
}

.title-md {
  font-weight: 500;
  line-height: 120%;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .title-md {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .title-md {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .title-md {
    font-size: 28px;
  }
}

.title-sm {
  font-weight: 500;
  line-height: 120%;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .title-sm {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .title-sm {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .title-sm {
    font-size: 24px;
  }
}

.title-xsm {
  font-weight: 500;
  line-height: 120%;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .title-xsm {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .title-xsm {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .title-xsm {
    font-size: 22px;
  }
}

.contact-map {
  height: 100%;
}
@media screen and (max-width: 990px) {
  .contact-map {
    height: 350px;
  }
}
.contact-list {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .contact-list {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contact-list {
    gap: 25px;
  }
}
.contact-social-icons {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .contact-social-icons {
    gap: 12px;
  }
}
.contact-social-icons a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact-social-icons a img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact-item {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .contact-item {
    gap: 12px;
  }
}
.contact-item img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact-content {
  background: #FAFAFA;
  border: 1px solid #ECEEF0;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .contact-content {
    padding: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contact-content {
    padding: 35px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .contact-content {
    padding: 45px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .contact-content {
    padding: 50px;
  }
}

.footer {
  padding: 15px 0;
  background: #1F1F1F;
}
.footer-block {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .footer-block img {
    max-width: 200px;
  }
}

.header {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .header {
    padding-top: 10px;
  }
}
@media screen and (max-width: 550px) {
  .header__logo {
    max-width: 200px;
  }
}
.header-phone {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 550px) {
  .header-phone-text {
    display: none;
  }
}

.main {
  background: url("../../images/main/main-bg.jpg") center center no-repeat;
  background-size: cover;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .main {
    background: url("../../images/main/main-bg-mob.jpg") bottom center no-repeat;
    background-size: cover;
    padding-bottom: 500px;
  }
}
.main-text {
  max-width: 710px;
  padding-top: 75px;
}
@media screen and (max-width: 767px) {
  .main-text {
    padding-top: 50px;
  }
}
.main__title {
  font-weight: 300;
}
.main__title span {
  font-weight: 600;
}
.main-feature {
  max-width: 990px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .main-feature {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main-feature {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.main-feature-item {
  background: #FFFFFF;
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .main-feature-item {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .main-feature-item__icon {
    width: 60px;
    height: 60px;
  }
}

.service-block {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-item img {
  width: 100%;
}

.work {
  background: #FAFAFA;
  border: 1px solid #ECEEF0;
}
.work-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.work-items a {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.work-items a img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .work-items {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .work-items {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}


/* chesflairing styles start */

.marquiz__container {
  text-align: left;
  margin-bottom: 20px;
}

/* chesflairing styles end */