body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

a {
  color: #202329;
  text-decoration: none;
}

.body {
  margin-bottom: 3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #202329;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.91)), to(rgba(0, 0, 0, 0.91))), url('../images/bg2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.91)), url('../images/bg2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  font-family: Inter, sans-serif;
  color: #202329;
  font-size: 16px;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.avatar-holder {
  margin-bottom: 0.5em;
}

.headline-name {
  margin: 0px 1em 0.125em;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.div-block {
  max-height: 0.5px;
  min-height: 0.5px;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), color-stop(45%, #3d434e), color-stop(55%, #3d434e), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #3d434e 45%, #3d434e 55%, hsla(0, 0%, 100%, 0));
}

.content {
  margin-top: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 64px;
  margin-bottom: 1em;
  position: relative;
  padding: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #ee7631;
  text-align: center;
      overflow: hidden;
}

@-webkit-keyframes blick{
    15%,to{
        left:110%
    }
}
@keyframes blick{
    15%,to{
        left:110%
    }
}
.button-animate:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    background: -webkit-gradient(linear,left top,right top,color-stop(10%,hsla(0,0%,100%,.1)),color-stop(20%,hsla(0,0%,100%,.2)),to(hsla(0,0%,100%,.6)));
    background: linear-gradient(90deg,hsla(0,0%,100%,.1) 10%,hsla(0,0%,100%,.2) 20%,hsla(0,0%,100%,.6));
    width: 20px;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    left: -20%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-animation-name: blick;
    animation-name: blick;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(18, 0%, 100%, 0.11)), to(hsla(18, 0%, 100%, 0.11)));
  background-image: linear-gradient(180deg, hsla(18, 0%, 100%, 0.11), hsla(18, 0%, 100%, 0.11));
}

.button.blog {
  background-color: #4b3930;
}

.social-text-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.button-subtitle {
  font-size: 16px;
  text-align: center;
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-4 {
  width: 90%;
  max-width: 300px;
}

.accordion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-item {
  width: 640px;
  max-width: 90%;
  margin-bottom: 1em;
  padding: 1em;
  border-radius: 4px;
  background-color: #fff;
}

.accordion-title {
  color: #000;
  font-size: 21px;
}

.plus-open {
  max-height: 2em;
  max-width: 2em;
  min-height: 2em;
  min-width: 2em;
  margin-right: 0.5em;
  cursor: pointer;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.accordion-item-content {
  overflow: hidden;
}

.faq-text {
  margin-top: 0.5em;
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  line-height: 26px;
}

.text-span {
  font-weight: 500;
}

.text-span-2 {
  font-weight: 500;
}

.content-blocs {
  width: 640px;
  max-width: 90%;
}

.social-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 64px;
  margin-bottom: 1em;
  padding: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #25d366;
  text-decoration: none;
}

.social-button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.1)), to(hsla(0, 0%, 100%, 0.1)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0.1));
}

.social-button.whatsapp:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.1)), to(hsla(0, 0%, 100%, 0.1)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0.1));
}

.social-button.vk {
  background-color: #4680c2;
}

.social-button.ig {
  background-color: #000;
}

.social-button.viber {
  background-color: #7360f2;
}

.social-button.zen {
  background-color: #202329;
}

.social-button.drive {
  background-color: #c03;
}

.social-button.ya-maps {
  background-color: #fff;
}

.social-button.google-maps {
  background-color: #fff;
}

.social-button._2gis-maps {
  background-color: #fff;
}

.social-button-text {
  color: #fff;
  text-align: left;
}

.social-button-text.black-text {
  color: #000;
}

.social-buttons {
  display: -ms-grid;
  display: grid;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-areas: ". ." "Area Area";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 0px auto;
  grid-template-rows: auto auto;
}

.icon-holder {
  max-height: 2em;
  max-width: 2em;
  min-height: 2em;
  min-width: 2em;
  margin-right: 0.5em;
}

.icon-holder.drive {
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
}

.icon-holder._2gis {
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: 3em;
}

.heading-2 {
  margin-bottom: 1em;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.heading-2.address {
  margin-top: 0em;
}

.map-block {
  margin-bottom: 2em;
}

._2gis-map {
  min-width: 100%;
}

.map {
  max-height: 240px;
  min-width: 100%;
  background-color: #fff;
}

.field-label {
  color: #fff;
  font-weight: 500;
}

.text-field {
  height: 48px;
  margin-bottom: 1.5em;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.success-message {
  border-radius: 4px;
  background-color: #d7f3d7;
}

.text-block-2 {
  margin-bottom: 2em;
  font-size: 21px;
  line-height: 32px;
  text-align: left;
}

.button-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 288px;
  height: 48px;
  max-width: 288px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #ee7631;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.header-text {
  margin-bottom: 0.5em;
}

.headline-city {
  margin: 0px 1em 0.125em;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.social-icon {
  min-width: 100%;
}

@media screen and (max-width: 991px) {
  .body {
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    display: block;
    margin-bottom: 2em;
  }
  .headline-name {
    white-space: pre-line;
  }
  .social-button.whatsapp {
    margin-right: 0.5em;
  }
  .social-button.vk {
    margin-left: 0em;
  }
  .social-button.ig {
    margin-right: 0.5em;
  }
  .social-button.viber {
    margin-left: 0em;
  }
  .social-button-text {
    display: none;
  }
  .social-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .icon-holder {
    margin-right: 0em;
  }
  .headline-city {
    white-space: pre-line;
  }
}

#w-node-6789e1f7226f-103c0ee9 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
}