/* start file layout.scss*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@600;700&family=Raleway:wght@400;500;600;700;800&display=swap");
body {
  margin: 0px;
  padding: 0px;
  min-width: 300px;
  min-height: 100%;
  height: 100%;
  font-size: 0;
  background: white;
  font-family: 'Raleway', sans-serif;
}
html {
  min-height: 100%;
  height: 100%;
}
input, select, textarea {
  font-family: 'Raleway', sans-serif;
  outline: none;
  resize: none;
  background: transparent;
  border: none;
}
.t {
  height: 100%;
  width: 100%;
  display: table;
}
.v {
  vertical-align: middle;
  height: 100%;
  display: table-cell;
}
.owl-stage, .owl-item, .owl-carousel .owl-item img {
  height: 100% !important;
}
.container {
  position: relative;
  margin: 0 auto;
  margin: 0 250px;
  transition: 0.2s;
}
.main {
  margin-top: 80px;
}
.block {
  margin-top: 80px;
}
.button {
  padding: 16px 0 20px;
  border: 2px solid #1e9f36;
  border-radius: 30px;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
}
.button--white {
  background: white;
  color: black;
}
.button--primary {
  background: #1e9f36;
  color: white;
}
.button--outlined {
  color: black;
}
.heading {
  font-weight: 800;
}
.heading--small {
  font-size: 30px;
  line-height: 40px;
}
.heading--middle {
  font-size: 40px;
  line-height: 50px;
}
.heading--big {
  font-size: 54px;
  line-height: 62px;
}
.heading--black {
  color: black;
}
.heading--white {
  color: white;
}
.polygon {
  position: absolute;
}
.polygon--white {
  z-index: 2;
}
.polygon--white polygon {
  fill: white;
}
.polygon--primary {
  z-index: 1;
  opacity: 0.8;
}
.polygon--primary polygon {
  fill: #1e9f36;
}
.white-polygon {
  position: absolute;
  z-index: 3;
}
.white-polygon polygon {
  fill: white;
}
.menu-container {
  position: fixed;
  right: 235px;
  top: 42px;
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 50%;
  text-align: center;
  z-index: 2;
  transition: 0.2s;
}
.menu-container .menu-icon {
  position: relative;
  margin-top: 29px;
  width: 30px;
  height: 2px;
  background: black;
}
.menu-container .menu-icon:before, .menu-container .menu-icon:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: black;
}
.menu-container .menu-icon:before {
  top: 8px;
}
.menu-container .menu-icon:after {
  bottom: 8px;
}
.menu-container .close-icon {
  position: relative;
  margin-top: 15px;
  width: 30px;
  height: 30px;
}
.menu-container .close-icon:before, .menu-container .close-icon:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: black;
}
.menu-container .close-icon:before {
  transform: rotate(45deg);
  top: 14px;
}
.menu-container .close-icon:after {
  transform: rotate(-45deg);
  bottom: 14px;
}
.menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 10;
  overflow: auto;
}
.menu__logo {
  position: absolute;
  left: 0;
  top: 50px;
}
.menu__logo .logo {
  height: 44px;
}
.menu__services {
  padding: 110px 200px 40px 0;
}
/* line 21, ../sass/_menu.scss */
.menu__company {
  position: fixed;
  right: 0;
  top: 150px;
  width: 450px;
}
.menu__contact {
  margin-bottom: 30px;
  width: 100%;
}
.menu__contact a {
  font-weight: 700;
  text-decoration: none;
}
.menu__contact a.phone {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  color: black;
}
.menu__contact a.mail {
  font-size: 25px;
  color: #1e9f36;
}
.menu__contact p {
  font-size: 17px;
  color: #525252;
  font-weight: 500;
}
/* line 48, ../sass/_menu.scss */
.menu__contact p b {
  color: black;
}
.menu__social a {
  margin: 30px 50px 0 0;
}
.menu__social a img {
  height: 60px;
}
.button, .menu-container .menu-icon, .menu-container .close-icon, .menu__contact, .menu__social a, .header__languages a, .instafeed__count, .services__item, .services__list a, .counter__item, .footer__contact, .footer__social a, .static__share a, .request-form input, .request-form textarea, .contacts-block__messengers a {
  display: inline-block;
  vertical-align: top;
}
.header__languages a, .instafeed__item, .services__item, .counter__item, .request-form input, .request-form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}
.header__logo {
  position: absolute;
  left: 0;
  top: 50px;
}
.header__logo .logo {
  height: 44px;
}
.header__languages {
  position: absolute;
  right: 80px;
  top: 52px;
  width: 80px;
  background: white;
  border-radius: 20px;
  text-align: left;
  z-index: 3;
}
.header__languages a {
  padding-left: 12px;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  line-height: 40px;
  text-decoration: none;
  color: black;
}
.header__languages .arrow {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 9px;
  height: 9px;
  border-right: 1px solid #525252;
  border-bottom: 1px solid #525252;
  transform: rotate(45deg);
}
.header__languages-list {
  display: none;
}
.header__languages-list a {
  border-top: 1px solid #eee;
}
.header__languages--opened {
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.header__languages a, .instafeed__item, .services__item, .counter__item, .request-form input, .request-form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.start {
  position: relative;
  margin-top: -80px;
  padding: 180px 0 100px;
}
.start__information {
  padding-right: 100px;
  width: 50%;
  box-sizing: border-box;
  text-align: left;
}
.start .heading {
  margin-bottom: 30px;
}
.start__desc {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: black;
}
.start__button {
  margin: 20px 40px 0 0;
  width: 190px;
  text-align: center;
}
.header__languages a, .instafeed__item, .services__item, .counter__item, .request-form input, .request-form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.slider {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.slider .polygon--white {
  left: 0;
  top: 0;
  width: 130px;
  height: 100%;
  transform: rotate(180deg);
}
.slider .polygon--primary {
  left: 0;
  top: 0;
  width: 160px;
  height: 100%;
  transform: rotate(180deg);
}
.slider__item {
  position: relative;
  width: 100%;
  height: 100%;
}
.slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider__item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1e9f36;
  opacity: 0;
  z-index: 1;
}
.inst-loader {
  width: 100%;
  line-height: 100px;
  font-size: 36px;
  text-align: center;
  display: none;
}
.instafeed {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 140px;
  grid-auto-flow: row dense;
}
.instafeed__item {
  position: relative;
  display: flex;
  background: #000;
  flex-direction: column;
  justify-content: flex-end;
  grid-column-start: auto;
  grid-row-start: auto;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.instafeed__item:hover .instafeed__image {
  opacity: 0.4;
}
.instafeed__item:hover .instafeed__count {
  opacity: 1;
}
.instafeed__image {
  transition: 0.3s;
}
.instafeed__count {
  margin: 0 5%;
  font-size: 19px;
  color: #ffffff;
  transition: 0.3s;
  opacity: 0;
}
.instafeed__count img {
  margin-bottom: 5px;
  width: 26px !important;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(305deg) brightness(106%) contrast(101%);
}
.instafeed__details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-align: center;
}
.services {
  font-size: 0;
}
.services__item {
  position: relative;
}
.services__icon {
  position: absolute;
  left: 0;
  top: 0;
}
.services__icon img {
  height: 80px;
}
.services .heading {
  margin-bottom: 20px;
  min-height: 80px;
}
.services__open-close {
  position: absolute;
  right: 0;
  top: 7px;
  width: 60px;
  height: 30px;
  cursor: pointer;
}
.services__open-close:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  width: 100%;
  height: 4px;
  border-radius: 4px;
}
.services__open-close--opened:before {
  background: black;
}
.services__open-close--closed:before {
  background: #1e9f36;
}
.services__list a {
  margin-top: 24px;
  width: 100%;
  font-size: 18px;
  line-height: 27px;
  text-decoration: underline;
  color: #1e9f36;
  font-weight: 600;
}
.services--menu .services__icon {
  display: none;
}
.services--menu .services__item {
  margin: 40px 0;
  padding: 0 110px 0 0;
  width: 50%;
}
.services--main-page .services__item {
  margin: 40px 0;
  padding: 0 110px;
  width: 50%;
}
.services--accordion {
  margin: 20px 0 25px;
}
.services--accordion .services__item {
  margin: 40px 0 0;
  padding: 0 0 0 110px;
  width: 100%;
}
.services--accordion .services__item .heading {
  padding-right: 110px;
}
.counter {
  position: relative;
  padding: 0px 0 30px;
  z-index: 1;
}
.counter__item {
  margin-top: 50px;
  padding: 0 80px 0 0;
  width: 33.33%;
}
.counter__value {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: black;
}
.counter__desc {
  word-spacing: 100vw;
  font-size: 19px;
  font-weight: 600;
  color: #525252;
}
.footer {
  position: relative;
  padding: 30px 0 50px;
}
.footer__image {
  position: absolute;
  left: -60px;
  bottom: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.footer__image .polygon--white {
  right: 0;
  top: 0;
  width: 130px;
  height: 100%;
  transform: rotate(180deg);
}
.footer__image .polygon--primary {
  right: 0;
  top: 0;
  width: 160px;
  height: 100%;
  transform: rotate(180deg);
}
.footer__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer__image img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1e9f36;
  opacity: 0.2;
  z-index: 1;
}
.footer__content {
  margin-left: 50%;
}
.footer__title {
  font-size: 38px;
  font-weight: 700;
}
.footer__company p {
  font-size: 18px;
}
.footer__company p.reg-number {
  font-family: 'Open Sans', sans-serif;
  color: #525252;
}
.footer__company p.address {
  font-weight: 700;
}
.footer__contact {
  margin-top: 50px;
  width: 50%;
}
.footer__contact a {
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
}
.footer__contact a.phone {
  font-family: 'Open Sans', sans-serif;
  color: black;
}
.footer__contact a.mail {
  color: #1e9f36;
}
.footer__contact p {
  font-size: 17px;
  color: #525252;
  font-weight: 500;
}
.footer__contact p b {
  color: black;
}
/* line 91, ../sass/_footer.scss */
.footer__social {
  margin-top: 30px;
}
.footer__social a {
  margin: 30px 50px 0 0;
}
.footer__social a img {
  height: 60px;
}
.footer__rights {
  margin-top: 60px;
  position: relative;
  padding-right: 80px;
  font-size: 18px;
  font-weight: 500;
  line-height: 44px;
}
.footer__developer {
  position: absolute;
  right: 0;
  top: 0;
}
.footer__developer img {
  height: 44px;
}
.static {
  position: relative;
  margin: 160px auto 0;
  padding: 80px 80px 0;
  max-width: 720px;
}
.static__back {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 80px;
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  color: #1e9f36;
}
.static__back .arrow {
  position: absolute;
  left: 0;
  top: 13px;
  width: 56px;
  height: 4px;
  background: black;
  border-radius: 4px;
}
.static__back .arrow:before {
  content: '';
  position: absolute;
  top: -7px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-right: 4px solid black;
  border-bottom: 4px solid black;
  transform: rotate(135deg);
}
.static .heading {
  word-break: break-word;
}
.static__share {
  position: absolute;
  right: 0;
  top: 0;
}
.static__share a {
  margin-left: 20px;
}
.static__share a img {
  height: 30px;
}
.static__title {
  margin-bottom: 50px;
  font-size: 54px;
  line-height: 62px;
  font-weight: 800;
  color: black;
}
.static__desc p {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #525252;
  line-height: 28px;
}
.static__desc li {
  margin-top: 10px;
  font-size: 18px;
  line-height: 28px;
}
.price-list {
  margin-top: 50px;
}
.price-list .heading {
  margin-bottom: 30px;
}
.price-list__item {
  position: relative;
  padding: 30px 180px 30px 0;
  border-bottom: 1px solid #e7e7e7;
  font-size: 18px;
  font-weight: 600;
}
.price-list__price {
  position: absolute;
  right: 0;
  top: 30px;
  width: 130px;
  color: #1e9f36;
  font-weight: 700;
}
.request-form {
  margin: 80px -80px 0;
  padding: 60px 80px;
  background: #1e9f36;
}
.request-form .heading {
  margin-bottom: 10px;
}
.request-form__field-title {
  margin: 30px 0 0;
  font-size: 19px;
  color: white;
  font-weight: 600;
}
.request-form input, .request-form textarea {
  padding: 20px 0;
  width: 100%;
  font-size: 17px;
  color: white;
  border-bottom: 2px solid white;
}
.request-form input::placeholder, .request-form textarea::placeholder {
  color: white;
  opacity: 0.5;
}
.request-form textarea {
  height: 130px;
}
.request-form__button-container {
  margin-top: 50px;
  text-align: center;
}
.request-form__button {
  width: 200px;
  background: white;
  color: black;
}
.contacts-block {
  margin: 0 -80px;
  padding: 60px 80px;
  background: #ebf1f5;
  text-align: center;
}
.contacts-block__phone {
  font-size: 40px;
  color: black;
  font-weight: 700;
  text-decoration: none;
}
.contacts-block__phone span {
  font-size: 30px;
  color: #525252;
}
.contacts-block p {
  color: #525252;
}
.contacts-block p b {
  color: black;
}
.contacts-block__messengers a {
  position: relative;
  padding-left: 60px;
  margin: 30px 30px 0;
  font-size: 26px;
  color: black;
  font-weight: 700;
  line-height: 46px;
  text-decoration: none;
}
.contacts-block__messengers a img {
  position: absolute;
  left: 0;
  top: 0;
  height: 46px;
}
@media screen and (max-width: 1700px) {
  .container {
    margin: 0 150px;
  }
  .menu__company {
    width: 350px;
  }
  .menu-container {
    right: 150px;
  }
  .header__mobile-menu-icon-container {
    right: 135px;
  }
}
@media screen and (max-width: 1500px) {
  .container {
    margin: 0 100px;
  }
  .menu__company {
    width: 300px;
  }
  .menu-container {
    right: 85px;
  }
  .start {
    padding: 160px 0 80px;
  }
  .start__information {
    padding-right: 50px;
    width: 46%;
  }
  .start__desc {
    font-size: 17px;
    line-height: 28px;
  }
  .static__desc p {
    font-size: 17px;
    line-height: 28px;
  }
  .slider {
    width: 54%;
  }
  .heading--big {
    font-size: 50px;
    line-height: 56px;
  }
}
@media screen and (max-width: 1300px) {
  .container {
    margin: 0 80px;
  }
  .menu__company {
    width: 280px;
  }
  .menu-container {
    right: 65px;
  }
  .start__information {
    padding-right: 0;
    width: 50%;
  }
  .slider {
    width: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .start {
    position: relative;
    margin-top: -80px;
    padding: 180px 0 0;
  }
  .start .container {
    z-index: 3;
  }
  .start__information {
    margin: 0px auto;
    padding-bottom: 80px;
    max-width: 700px;
    width: auto;
  }
  .slider {
    position: relative;
    width: 100%;
  }
  .slider .polygon--white {
    width: 100%;
    height: 30px;
    transform: rotate(180deg);
  }
  .slider .polygon--primary {
    width: 100%;
    height: 30px;
    transform: rotate(0deg);
  }
  .services {
    margin-left: auto;
    margin-right: auto;
    max-width: 860px;
    font-size: 0;
  }
  .services--menu .services__item {
    margin: 40px 0;
    width: 100%;
  }
  .services--main-page .services__item {
    margin: 40px 0;
    padding: 0 0 0 110px;
    width: 100%;
  }
  .footer {
    padding: 0 0 50px;
  }
  .footer__image {
    position: relative;
    left: 0;
    width: 100%;
  }
  .footer__image .polygon--white {
    width: 100%;
    height: 30px;
    transform: rotate(180deg);
  }
  .footer__image .polygon--primary {
    width: 100%;
    height: 30px;
    transform: rotate(0deg);
  }
  .footer__content {
    margin: 80px auto 0 auto;
    max-width: 700px;
  }
}
@media screen and (max-width: 1100px) {
  .slider:before {
    height: 35px;
  }
  .counter__item {
    width: 100%;
  }
  .static {
    position: relative;
    margin: 160px auto 0;
    padding: 80px 0 0;
    max-width: 720px;
  }
}
@media screen and (max-width: 800px) {
  .container {
    margin: 0 50px;
  }
  .menu__services {
    padding: 110px 0 40px 0;
  }
  .menu__company {
    position: relative;
    top: auto;
    left: auto;
    padding-bottom: 80px;
    width: 100%;
  }
  .menu-container {
    right: 35px;
  }
  .slider:before {
    height: 30px;
  }
  .footer__company {
    margin-bottom: 30px;
  }
  .footer__contact {
    margin-top: 30px;
    width: 100%;
  }
  .footer__rights {
    padding-right: 0;
    font-size: 17px;
    line-height: 24px;
  }
  .footer__developer {
    display: block;
    position: relative;
    margin-top: 30px;
    right: auto;
    top: auto;
  }
  .footer__developer img {
    height: 50px;
  }
  .price-list__item {
    padding: 30px 0;
  }
  .price-list__price {
    display: block;
    position: relative;
    margin-top: 20px;
    right: auto;
    top: auto;
    width: auto;
  }
  .request-form {
    margin: 80px -50px 0;
    padding: 60px 50px;
  }
  .contacts-block {
    margin: 0 -50px;
    padding: 60px 50px;
  }
  .services--menu .services__item {
    padding: 0;
  }
  .services--accordion .services__icon {
    display: none;
  }
  .services--accordion .services__item {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .container {
    margin: 0 40px;
  }
  .menu-container {
    right: 25px;
  }
  .block {
    margin-top: 40px;
  }
  .services--main-page .services__icon {
    position: relative;
    margin-bottom: 40px;
  }
  .services--main-page .services__item {
    padding: 0;
  }
  .start {
    padding-top: 140px;
  }
  .start__information {
    padding-bottom: 60px;
  }
  .start__button {
    margin: 20px 25px 0 0;
    width: 180px;
  }
  .request-form {
    margin: 80px -40px 0;
    padding: 60px 40px;
  }
  .contacts-block {
    margin: 0 -40px;
    padding: 60px 40px;
  }
  .heading--big {
    font-size: 44px;
    line-height: 52px;
  }
  .heading--middle {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (max-width: 480px) {
  .container {
    margin: 0 25px;
  }
  .menu-container {
    right: 10px;
  }
  .request-form {
    margin: 80px -25px 0;
    padding: 60px 30px;
  }
  .contacts-block {
    margin: 0 -25px;
    padding: 60px 30px;
  }
  .contacts-block__phone {
    font-size: 34px;
  }
  .services__open-close {
    width: 40px;
  }
  .heading--big {
    font-size: 32px;
    line-height: 38px;
  }
  .heading--middle {
    font-size: 32px;
    line-height: 42px;
  }
  .heading--small {
    font-size: 27px;
    line-height: 37px;
  }
  .header__languages {
    right: 35px;
    width: 72px;
  }
  .services--accordion .services__item .heading {
    padding-right: 0;
  }
  .services__open-close {
    top: -30px;
  }
}
/* end file layout.scss*/
/* start file 404.scss*/
/* end file 404.scss*/
/* start file loading.scss*/
/* end file loading.scss*/
/* start file popup.scss*/
.popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
  text-align: center;
}
.popup__content {
  display: inline-block;
  position: relative;
  min-width: 700px;
  max-width: 80%;
  padding: 50px;
  background: #ffffff;
  box-sizing: border-box;
}
.popup__close {
  cursor: pointer;
  position: absolute;
  right: 14px;
  top: 10px;
  width: 22px;
  height: 22px;
  opacity: 0.3;
}
.popup__close:hover {
  opacity: 1;
}
.popup__close:before, .popup__close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 23px;
  width: 2px;
  background-color: #333;
}
.popup__close:before {
  transform: rotate(45deg);
}
.popup__close:after {
  transform: rotate(-45deg);
}
/* end file popup.scss*/
/* start file unavaliable.scss*/
/* end file unavaliable.scss*/
/* start module id 9 module name About file style.scss*/
/* end module id 9 module name About file style.scss*/
/* start module id 10 module name Balta banner file style.scss*/
.insurance {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-top: 20px;
  padding: 20px 20px 20px 110px;
  max-width: 300px;
  min-height: 70px;
  border: 2px solid #eff1fb;
  font-size: 18px;
  color: #525252;
  font-weight: 500;
}
.insurance img {
  position: absolute;
  left: 20px;
  top: 20px;
  height: 70px;
}
.insurance b {
  display: block;
  font-family: 'Open Sans', sans-serif;
  line-height: 28px;
}
/* end module id 10 module name Balta banner file style.scss*/
/* start module id 6 module name Counters file style.scss*/
/* end module id 6 module name Counters file style.scss*/
/* start module id 2 module name Kontakti file style.scss*/
/* end module id 2 module name Kontakti file style.scss*/
/* start module id 5 module name Prices file style.scss*/
/* end module id 5 module name Prices file style.scss*/
/* start module id 8 module name Prices information file style.scss*/
.price-list__terms--full {
  margin-top: 30px;
  padding: 20px 30px;
  background: #ebf1f5;
}
.price-list__terms--full p, .price-list__terms--full li {
  font-size: 13px;
  margin: 2px 0;
}
/* end module id 8 module name Prices information file style.scss*/
/* start module id 3 module name Services file style.scss*/
/* end module id 3 module name Services file style.scss*/
/* start module id 4 module name Services list file style.scss*/
/* end module id 4 module name Services list file style.scss*/
/* start module id 1 module name Top block file style.scss*/
/* end module id 1 module name Top block file style.scss*/
.request-form__loading-container {
  display: none;
  margin-top: 50px;
  line-height: 62px;
}
.request-form__report-container {
  display: none;
  margin-top: 50px;
  padding: 17px 0px;
  font-size: 19px;
  color: #ffffff;
  text-align: center;
}
.request-form__report-container p {
  color: #ffffff;
  margin: 0px;
  padding: 0px;
}
.spinner {
  margin: 0px auto;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* start file responsive.scss*/
.polygon--white {
  z-index: 3;
}
.polygon--primary {
  z-index: 2;
}
.owl-carousel, .owl-stage, .owl-stage-outer {
  height: 100% !important;
}
.body-overflow-hidden {
  overflow: hidden !important;
}
/* end file responsive.scss*/


