/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
nav,
section {
  display: block;
}
video {
  display: inline-block;
  vertical-align: baseline;
}
[hidden] {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: 700;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
small {
  font-size: 80%;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
button,
select {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled] {
  cursor: default;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898ec;
  color: #fff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
.w-embed:after,
.w-embed:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video embed,
.w-video iframe,
.w-video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
button {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
}
.w-select:-moz-placeholder {
  color: #999;
}
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-select:-ms-input-placeholder {
  color: #999;
}
.w-select::-webkit-input-placeholder {
  color: #999;
}
.w-select:focus {
  border-color: #3898ec;
  outline: 0;
}
.w-select[disabled],
.w-select[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:after,
.w-container:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:after,
.w-row:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-medium {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-container .w-row,
  .w-row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: #fff;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222;
}
.w-dropdown-link:focus {
  outline: 0;
}
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
.w-lightbox-image {
  display: block;
  float: none;
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==);
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+);
}
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=);
  background-size: 18px;
}
.w-lightbox-active {
  opacity: 0.3;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
}
.w-nav {
  position: relative;
  background: #ddd;
  z-index: 1000;
}
.w-nav:after,
.w-nav:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #c8c8c8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #c8c8c8;
  color: #fff;
}
.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}
body {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: #333;
  line-height: 110%;
}
h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  line-height: 110%;
  font-weight: 300;
}
h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 110%;
  font-weight: 300;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 110%;
  font-weight: 300;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 110%;
  font-weight: 300;
}
a {
  text-decoration: none;
}
.heading {
  font-size: 45px;
  line-height: 100%;
}
.body {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 100%;
  font-weight: 300;
}
.text-block-12 {
  width: 50%;
  padding: 3vw 3vw 3vw 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 140%;
  text-align: right;
}
.div-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #3d4141;
  background-image: url(https://uploads-ssl.webflow.com/617046afea5f738bb9af6734/617046afea5f73a6d7af6752_grid.png);
  background-position: 0 0;
  background-size: auto;
}
.div-block-80 {
  position: static;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 40px;
}
.image-21 {
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  font-size: 10px;
}
.div-block-90 {
  width: 80%;
  background-color: #95c226;
  background-image: url(https://uploads-ssl.webflow.com/617046afea5f738bb9af6734/617046afea5f73701baf6829_Graphic1.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.div-block-221 {
  width: 100%;
}
.dropdown {
  position: static;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}
.section_down_banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #f4f5f6;
}
.div4column {
  width: 50%;
  height: auto;
  margin-right: 0;
  margin-left: 0;
  padding: 0 15px 20px;
  opacity: 1;
  text-align: center;
}
.image-54 {
  margin-bottom: 20px;
  padding-bottom: 0;
  text-align: center;
}
.heading-34 {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.image-55 {
  margin-bottom: 20px;
}
.image-56 {
  margin-bottom: 20px;
}
.image-57 {
  margin-bottom: 20px;
}
.h1 {
  font-family: Montserrat, sans-serif;
}
.heading-37 {
  font-family: Montserrat, sans-serif;
}
.heading-38 {
  font-family: Montserrat, sans-serif;
}
.div-block-252 {
  width: 30%;
  height: auto;
}
.image-73 {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.image-74 {
  overflow: visible;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.image-75 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.div-block-256 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  -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;
  background-color: rgba(0, 0, 0, 0.43);
  background-image: url(https://uploads-ssl.webflow.com/617046afea5f738bb9af6734/617046afea5f73a6d7af6752_grid.png);
  background-position: 0 0;
  background-size: auto;
}
.text-block-45 {
  color: #fff;
  font-size: 18px;
}
.text-block-46 {
  color: #fff;
}
.image-76 {
  padding-left: 20px;
}
.image-77 {
  padding-left: 20px;
}
.text-block-47 {
  padding-left: 40px;
  color: #fff;
  font-size: 18px;
}
._2row {
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.div-block-260 {
  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;
}
.div-block-261 {
  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;
}
.div-block-262 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.div-block-263 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.bold-text-8 {
  color: #525252;
}
.bold-text-9 {
  color: #525252;
}
.bold-text-10 {
  color: #525252;
}
.row {
  width: 16.66666%;
}
.div-block-273 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.text-block-54 {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  color: #fff;
  text-align: right;
}
.div-block-275 {
  padding-top: 0;
}
.link-block {
  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;
}
.text-span-7 {
  width: auto;
  height: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.div-block-276 {
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.text-block-55 {
  color: #fff;
  font-size: 13px;
}
.text-block-56 {
  color: #fff;
}
.icon-3 {
  color: #fff;
}
.dropdown-10 {
  width: 100%;
  text-align: right;
}
.text-block-59 {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 120%;
  font-weight: 400;
  text-align: right;
  text-shadow: 5px 5px 8px #000;
}
.section_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #ff5c00;
  background-image: url(https://tvoje-sto.lviv.ua/source/source_home/back.jpg);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}
.div_hed_text {
  margin-top: auto;
  padding: 5%;
}
.head_text {
  color: #fff;
  font-size: 8vw;
  line-height: 95%;
  font-weight: 800;
  text-shadow: 12px 12px 1vw rgba(0, 0, 0, 0.39);
}
.navbar {
  padding-right: 5%;
  padding-left: 5%;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(255, 216, 0, 0.24);
  box-shadow: 0 16px 4vw 0 rgba(0, 0, 0, 0.13);
}
.container-2 {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.image-82 {
  width: 8vw;
}
.paragraph-10 {
  padding-left: 5%;
  color: #fff;
  font-size: 2vw;
  line-height: 110%;
}
.top_block_background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 80vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: ;
}
.logo_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-bottom: auto;
  padding: 2% 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.section_what {
  background-color: #312e31;
}
.map_block {
  padding: 5%;
}
.white_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  font-size: 150%;
  line-height: 1.3em;
}
.white_text_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    font-size: 150%;
    line-height: 1.3em;
}
.what {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 4vw;
}
.text {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 20vw;
  line-height: 18vw;
  font-weight: 600;
  text-align: right;
}
.div-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.white-line {
  position: relative;
  width: 10px;
  height: auto;
  margin-right: 5%;
  margin-left: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}
.map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.grid {
  grid-column-gap: 0;
  grid-row-gap: 0;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.nav-link {
  color: #fff;
}
.nav-link-2 {
  color: #fff;
}
.nav-link-3 {
  color: #fff;
}
.nav-link-4 {
  color: #fff;
}
.div-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-image: url(https://uploads-ssl.webflow.com/617046afea5f738bb9af6734/617c66da55faad4a20dac41c_viber.jpg);
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.div-block-vib {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.div-block-288 {
  width: 40%;
}
.text-block-61 {
  font-size: 10px;
}
.bold-text-11 {
  font-size: 4vw;
}
.text-block-62 {
  padding-left: 2%;
  color: #765699;
  font-size: 10vw;
  line-height: 70%;
  font-weight: 600;
}
.div-block-289 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.text-block-63 {
  color: #000;
  font-size: 150%;
  line-height: 1.3em;
}
.div-block-290 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.button {
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border-radius: 10px;
  background-color: #765699;
  text-align: left;
}
.div-block-291 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3% 5%;
  -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;
}
.youtube {
  width: 100px;
  height: 100px;
}
.section-video {
  background-color: #312e31;
  background-image: url(https://uploads-ssl.webflow.com/617046afea5f738bb9af6734/617046afea5f73a6d7af6752_grid.png);
  background-position: 0 0;
  background-size: auto;
}
.div-block-292 {
  border-radius: 20px;
}
.text-block-64 {
  margin-right: 20px;
  margin-left: 20px;
  padding: 30px 30px 30px 35px;
  border-radius: 150px;
  background-color: #fff;
  color: #ff5c00;
  font-size: 30px;
  line-height: 100%;
}
.paragraph-12 {
  color: #fff;
  font-size: 200%;
  line-height: 100%;
}
.paragraph-13 {
  color: #fff;
  font-size: 200%;
  line-height: 100%;
}
.div-block-293 {
  width: 60%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}
.heading-51 {
  font-size: 3vw;
}
.section-3 {
  background-color: #ffca03;
}
.heading-52 {
  text-align: center;
}
.div-block-294 {
  padding: 5% 5% 2%;
}
.div-block-295 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2% 5% 5%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.div-block-296 {
  width: 33%;
}
.div-block-297 {
  width: 33%;
}
._33_percent {
  width: 33%;
  height: 10vw;
}
.centered_text_headindg {
  margin-top: 2%;
  margin-bottom: 2%;
  font-size: 2vw;
  line-height: 100%;
  text-align: center;
}
.text-block-66 {
  text-align: center;
}
.div-block-298 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2% 5% 5%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
._50_percent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 5%;
  padding-bottom: 5%;
  -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;
}
.text-block-67 {
  padding-top: 5%;
  color: #450254;
  font-size: 2vw;
  line-height: 100%;
  text-align: center;
}
.div-block-299 {
  padding: 5%;
}
.black_text {
  font-size: 150%;
  line-height: 120%;
}
.heading-53 {
  padding-bottom: 2%;
  font-size: 250%;
  line-height: 100%;
  font-weight: 700;
}
.section-4 {
  background-color: #312e31;
}
.div-block-300 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bold-text-12 {
  color: #765699;
}
.button-viber {
  margin-top: 2%;
  margin-right: 5%;
  margin-left: auto;
  padding: 20px;
  border-radius: 10px;
  background-color: #765699;
  text-align: left;
}
.button-call {
  margin-top: 2%;
  margin-right: auto;
  margin-left: 5%;
  padding: 20px;
  border-radius: 10px;
  background-color: #77b82a;
  text-align: left;
}
.div-block-301 {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
}
.text-block-68 {
  color: #fff;
}
.icon-4 {
  color: #fff;
}
.div-block-302 {
  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;
}
.centered_small_text {
  font-size: 150%;
  line-height: 120%;
  text-align: center;
}
.link {
  color: #fff;
}
.text-block-69 {
  color: #fff;
  font-size: 150%;
  line-height: 100%;
}
.link_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.image-87 {
  margin-right: 10px;
}
.image-88 {
  margin-right: 10px;
}
.map-2 {
  width: 60vw;
}
.image-89 {
  padding: 20px;
}
@media screen and (max-width: 991px) {
  .body {
    font-size: 20px;
  }
  .text-block-12 {
    width: 50%;
    padding-left: 20px;
    font-size: 15px;
    text-align: left;
  }
  .div-block-66 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-80 {
    display: none;
    overflow: hidden;
  }
  .image-21 {
    display: none;
  }
  .div-block-90 {
    width: 100%;
    min-height: 300px;
  }
  .div-block-221 {
    width: 100%;
  }
  .section_down_banner {
    width: 100%;
  }
  .div4column {
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
  .h1 {
    font-size: 30px;
  }
  .div-block-256 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-47 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }
  .div-block-260 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .div-block-261 {
    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;
  }
  .div-block-262 {
    width: 100%;
    -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-263 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-block-54 {
    font-size: 15px;
  }
  .text-block-59 {
    font-size: 15px;
  }
  .section_top {
    min-height: 80vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .head_text {
    font-size: 9vw;
    text-shadow: 8px 8px 1vw rgba(0, 0, 0, 0.39);
  }
  .image-82 {
    width: 10vw;
  }
  .paragraph-10 {
    font-size: 3vw;
  }
  .logo_block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .what {
    font-size: 6vw;
  }
  .text {
    margin-left: 5vw;
    font-size: 30vw;
    line-height: 25vw;
    text-align: left;
  }
  .div-50 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .white-line {
    width: 100%;
    height: 0.5vw;
    margin: 5% 0;
  }
  .div-white {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: 50% 100%;
    background-size: auto 70vw;
  }
  .div-block-vib {
    width: 100%;
  }
  .div-block-288 {
    width: 100%;
    height: 50vw;
  }
  .text-block-62 {
    font-size: 15vw;
  }
  .div-block-289 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .div-block-291 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-293 {
    width: 100%;
  }
  .heading-51 {
    font-size: 5vw;
  }
  .centered_text_headindg {
    font-size: 3vw;
  }
  .div-block-300 {
    width: 100%;
  }
  .map-2 {
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .body {
    max-width: 767px;
    min-width: 480px;
    font-size: 20px;
  }
  .text-block-12 {
    width: auto;
  }
  .div-block-80 {
    display: block;
  }
  .image-21 {
    display: block;
    margin-left: 20px;
  }
  .dropdown {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }
  .h1 {
    font-size: 25px;
  }
  .div-block-252 {
    overflow: hidden;
    width: 100%;
    height: 200px;
  }
  .image-73 {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
  .image-75 {
    overflow: visible;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
  .div-block-262 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-block {
    display: none;
  }
  .text-block-55 {
    text-align: center;
  }
  .text-block-56 {
    margin-right: 20px;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: right;
  }
  .text-block-59 {
    font-size: 12px;
  }
  .section_top {
    overflow: visible;
    min-height: 80vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-position: 100% 50%;
  }
  .head_text {
    font-size: 9vw;
  }
  .logo_block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .what {
    font-size: 8vw;
  }
  .text {
    margin-left: 5vw;
  }
  .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .centered_text_headindg {
    font-size: 4vw;
  }
  ._50_percent {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  h1 {
    margin-top: 0;
    font-size: 25px;
  }
  .heading {
    font-size: 25px;
  }
  .body {
    min-width: 240px;
    font-size: 15px;
  }
  .text-block-12 {
    width: auto;
    padding-left: 10px;
    font-size: 15px;
    line-height: 110%;
  }
  .div-block-80 {
    padding-left: 5px;
    font-size: 15px;
  }
  .image-21 {
    width: 30px;
    margin-left: 0;
  }
  .div4column {
    width: 50%;
  }
  .h1 {
    font-size: 20px;
  }
  .heading-37 {
    font-size: 20px;
  }
  .heading-38 {
    margin-top: 10px;
    font-size: 15px;
  }
  .image-75 {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .text-block-45 {
    padding-left: 10px;
    font-size: 15px;
  }
  .image-76 {
    padding-left: 10px;
  }
  .image-77 {
    padding-left: 10px;
  }
  .text-block-47 {
    padding-left: 10px;
    font-size: 15px;
  }
  .heading-40 {
    font-size: 15px;
  }
  .div-block-262 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bold-text-9 {
    font-size: 15px;
    font-weight: 700;
  }
  .row {
    width: 33%;
  }
  .div-block-273 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-block-54 {
    display: none;
    font-size: 10px;
  }
  .text-block-59 {
    font-size: 8px;
  }
  .section_top {
    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-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-size: cover;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll;
  }
  .div_hed_text {
    padding-bottom: 10%;
  }
  .head_text {
    font-size: 12vw;
    text-shadow: 4px 4px 1vw rgba(0, 0, 0, 0.39);
  }
  .image-82 {
    width: 20vw;
  }
  .paragraph-10 {
    display: block;
    font-size: 6vw;
  }
  .top_block_background {
    background-color: ;
  }
  .logo_block {
    padding-top: 5%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .what {
    font-size: 9vw;
  }
  .text {
    margin-left: 2vw;
    font-size: 35vw;
  }
  .text-block-62 {
    font-size: 40vw;
  }
  .div-block-289 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .heading-51 {
    position: static;
    display: block;
    width: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 8vw;
    text-align: left;
    white-space: break-spaces;
  }
  .heading-52 {
    font-size: 8vw;
  }
  .centered_text_headindg {
    font-size: 7vw;
  }
  .heading-53 {
    font-size: 8vw;
  }
  .bold-text-12 {
    font-size: 6vw;
  }
  .button-viber {
    margin-right: auto;
  }
  .button-call {
    margin-left: auto;
  }
  .div-block-301 {
    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;
  }
  .centered_small_text {
    padding-bottom: 10%;
  }
  .image-83 {
    width: 25vw;
  }
  .image-84 {
    width: 25vw;
  }
  .image-85 {
    width: 25vw;
  }
  .image-86 {
    width: 25vw;
  }
  .bold-text-14 {
    font-size: 7vw;
  }
  .bold-text-15 {
    font-size: 7vw;
  }
  .bold-text-16 {
    font-size: 7vw;
  }
}
