:root {
  --red-1: #a82420;
  --text-color: #7a6b68;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.main-wrapper {
  min-height: 100vh;
}

.header {
  background-color: var(--red-1);
  padding: 1% 2%;
}

.block-logos {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-block, .link-block-5 {
  width: 120px;
}

.button {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.body {
  color: #fff;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.heading {
  background-color: var(--red-1);
  padding: 32px 0%;
}

.heading-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 700;
  line-height: 150%;
}

.heading-2.article-title {
  text-transform: uppercase;
}

.grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block {
  color: #fff;
  text-align: center;
  margin-bottom: 14px;
}

.image {
  color: #000;
}

.lead {
  background-color: #faf8f5;
  padding-top: 48px;
  padding-bottom: 48px;
}

.container {
  max-width: 1100px;
}

.text-block-2 {
  color: var(--text-color);
  font-size: 24px;
  line-height: 150%;
}

.link {
  color: var(--text-color);
}

.quote-main-char {
  border-left: 4px solid var(--red-1);
  padding: 0 0 0 20px;
}

.text-block-3 {
  color: #7a6b68;
}

.ph-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  margin-top: 12px;
  display: grid;
}

.image-2 {
  width: 100px;
}

.name {
  color: var(--text-color);
  margin-bottom: 8px;
  font-size: 14px;
}

.nav-menu {
  background-color: var(--red-1);
  padding-top: 48px;
  padding-bottom: 0;
}

.grid-2 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.char-1 {
  background-color: #a3524f00;
  border-radius: 0;
  width: auto;
  padding: 20px;
  transition: all .3s;
}

.ph {
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.image-3 {
  width: auto;
}

.text-block-4 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.text-block-5 {
  text-align: center;
  font-size: 14px;
}

.block-3 {
  padding-top: 32px;
  padding-bottom: 0;
}

.block-city {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.text-block-6 {
  color: var(--text-color);
  letter-spacing: 3px;
  font-size: 14px;
  font-weight: 500;
}

.line {
  background-color: #e0d6d3;
  width: 100%;
  height: 1px;
}

.heading-3 {
  color: #252525;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 700;
  line-height: 150%;
}

.text-block-7 {
  color: #262626;
  margin-bottom: 24px;
}

.text-block-7._24 {
  margin-bottom: 0;
}

.cities-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: none;
  overflow: hidden;
}

.city-card {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  background-color: #fff;
  border-radius: 100%;
  width: 8px;
  height: 8px;
}

.line1 {
  background-color: #e0e0e066;
  width: 100px;
  height: 1px;
}

.link-block-6 {
  color: #fff;
  background-color: #a3514f;
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
  text-decoration: none;
  transition: all .3s;
}

.link-block-6:hover {
  transform: scale(.9);
}

.quote {
  background-color: var(--red-1);
  border-left: 4px #000;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  margin: 32px 64px;
  padding: 20px;
}

.lapky {
  margin-bottom: 12px;
}

.image-4 {
  width: 48px;
}

.text-block-8 {
  font-size: 18px;
  font-weight: 600;
}

.text-block-9 {
  color: var(--red-1);
  margin: 32px 64px;
  font-size: 18px;
  font-weight: 600;
}

.numbers {
  background-color: #262626;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.numbers._32 {
  margin-bottom: 0;
}

.heading-4 {
  color: #ffffff6b;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 24px;
}

.first {
  border: 1px solid #646464;
  border-radius: 20px;
  padding: 20px;
}

.text-block-11 {
  color: var(--red-1);
  text-align: center;
  margin-bottom: 12px;
  font-family: Unbounded, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.text-block-12 {
  color: #d8d8d8a1;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
}

.block-4 {
  padding-top: 32px;
  padding-bottom: 0;
}

.block-5 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.section-footer {
  background-color: var(--red-1);
  padding-top: 32px;
  padding-bottom: 32px;
}

.container-2 {
  max-width: 1100px;
}

.text-block-19 {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.link-37 {
  color: #fff;
}

.link-38 {
  color: #262626;
}

.block-txt-img {
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: grid;
  overflow: hidden;
}

.text-block-20 {
  clear: none;
  color: #262626;
  letter-spacing: .4px;
  margin-bottom: 24px;
}

.quote-2 {
  background-color: #e8f5ee;
  border-left: 4px solid #1c8c4e;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 20px;
}

.text-block-21 {
  color: #1c8c4e;
  font-size: 20px;
}

.img {
  margin-top: 32px;
  margin-bottom: 32px;
}

.image-5 {
  border: 6px solid var(--red-1);
  border-radius: 20px;
  width: 100%;
}

.link-39 {
  color: #262626;
}

.info {
  border: 1px solid #a82420;
  border-radius: 20px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 20px;
}

.text-block-22 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 48px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}

.data-sp {
  margin-bottom: 12px;
}

.grid-4 {
  grid-template-rows: auto;
}

.text-block-23, .text-block-24 {
  color: #7a6b68;
  font-size: 18px;
  font-weight: 400;
}

@media screen and (min-width: 1280px) {
  .section-footer {
    background-color: var(--red-1);
  }

  .text-block-19 {
    font-weight: 300;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .section-footer {
    background-color: var(--red-1);
  }

  .container-2 {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .block-logos {
    justify-content: center;
    align-items: center;
  }

  .container {
    margin-left: 5%;
    margin-right: 5%;
  }

  .nav-menu {
    padding-bottom: 48px;
  }

  .grid-2 {
    flex-flow: column;
    display: flex;
  }

  .heading-3 {
    font-size: 24px;
  }

  .link-block-6 {
    border-radius: 20px;
  }

  .grid-3 {
    flex-flow: column;
    display: flex;
  }

  .section-footer {
    background-color: var(--red-1);
  }

  .container-2 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .block-txt-img {
    flex-flow: column;
    display: flex;
  }

  .img-txt {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .article-image-floated.is-right {
    width: 70%;
  }
}

@media screen and (max-width: 479px) {
  .main-wrapper {
    min-height: auto;
  }

  .header {
    padding: 32px 0%;
  }

  .block-logos {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .link-block-5 {
    width: 100px;
  }

  .button {
    font-size: 12px;
  }

  .heading-2.article-title {
    font-size: 27px;
  }

  .grid {
    flex-flow: column;
    display: flex;
  }

  .lead {
    padding-top: 24px;
  }

  .container {
    margin-left: 5%;
    margin-right: 5%;
  }

  .text-block-2 {
    font-size: 16px;
  }

  .ph-grid {
    grid-template-columns: .5fr 1.75fr;
  }

  .nav-menu {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .grid-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .image-3 {
    width: 100px;
  }

  .block-3 {
    padding-top: 24px;
  }

  .heading-3 {
    font-size: 24px;
  }

  .link-block-6 {
    border-radius: 20px;
  }

  .quote {
    margin-left: 24px;
    margin-right: 24px;
  }

  .text-block-8 {
    font-size: 16px;
  }

  .text-block-9 {
    margin-left: 24px;
    margin-right: 24px;
    font-size: 16px;
  }

  .numbers._32 {
    margin-top: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .grid-3 {
    flex-flow: column;
    display: flex;
  }

  .block-4 {
    padding-top: 24px;
  }

  .section-footer {
    background-color: var(--red-1);
  }

  .container-2 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .block-txt-img {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column-reverse wrap-reverse;
    display: flex;
  }

  .text-block-20._24 {
    margin-bottom: 0;
  }

  .img-txt {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .article-image-floated.is-right {
    width: 240px;
  }

  .text-block-23, .text-block-24 {
    font-size: 14px;
  }
}

#w-node-_98e498bb-2122-46b3-acb8-4bc2e3b84be6-bf412d5a {
  align-self: center;
}

#w-node-_907b929f-7977-506c-bc77-ca6d51705294-bf412d5a {
  justify-self: end;
}

#w-node-_076b3547-e542-6c09-b1e6-1aa5079ed963-bf412d5a, #w-node-_660fc26e-f3f9-e4cd-5b72-e25f422175da-bf412d5a, #w-node-dedd1fab-7283-2163-cd5b-866022efbdf1-bf412d5a {
  align-self: center;
}


