@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  margin: 0;
  padding: 0;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin: 0 auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.cell.auto {
  flex: 1 1 0px;
}

.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}

.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.33333%;
}

.grid-x > .small-2 {
  width: 16.66667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.33333%;
}

.grid-x > .small-5 {
  width: 41.66667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.33333%;
}

.grid-x > .small-8 {
  width: 66.66667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.33333%;
}

.grid-x > .small-11 {
  width: 91.66667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.33333%;
  }
  .grid-x > .medium-2 {
    width: 16.66667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.33333%;
  }
  .grid-x > .medium-5 {
    width: 41.66667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.33333%;
  }
  .grid-x > .medium-8 {
    width: 66.66667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.33333%;
  }
  .grid-x > .medium-11 {
    width: 91.66667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.33333%;
  }
  .grid-x > .large-2 {
    width: 16.66667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.33333%;
  }
  .grid-x > .large-5 {
    width: 41.66667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.33333%;
  }
  .grid-x > .large-8 {
    width: 66.66667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.33333%;
  }
  .grid-x > .large-11 {
    width: 91.66667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}

.grid-margin-x > .shrink {
  width: auto;
}

.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.25rem);
}

.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.25rem);
}

.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}

.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.25rem);
}

.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}

.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.25rem);
}

.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.25rem);
}

.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}

.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.25rem);
}

.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.25rem);
}

.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}
.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

#map-holder {
  height: 200px;
}

.notFound-wrapper {
  display: grid;
  place-items: center;
  min-height: 30vh;
}
.notFound-title {
  text-align: center;
}
.notFound-title span {
  font-size: 6rem;
  display: block;
}

.site-header {
  display: flex;
  align-items: center;
}
.site-header__logo a img {
  max-width: 100%;
  height: auto;
}
.site-header__menu ul {
  list-style-type: none;
}
.site-header__menu ul li {
  display: inline-block;
}
.site-header__menu ul li a {
  color: #000000;
  font-size: 16px;
  padding: 5px 35px 5px 35px;
}

h1 {
  font-family: "Source Sans Pro", sans-serif;
}

.home-page__over .send-form {
  transform: translateY(0);
  transition: all 0.75s linear 0s;
}
.home-page__over .send-form.hide_modal {
  display: block !important;
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.subscription-checkbox-wrapper label {
  display: flex;
  align-items: center;
}

header {
  padding: 0 !important;
  overflow: visible !important;
}

div.wpcf7 .wpcf7-submit:disabled {
  opacity: 0.3 !important;
}

.accepted_terms .wpcf7-checkbox {
  margin-bottom: 5px;
}
.accepted_terms {
  margin-top: 10px;
}
.accepted_terms input[type=checkbox] {
  display: inline-block;
  -webkit-appearance: none;
  float: left;
  height: 20px;
  width: 20px;
  margin: 4px 6px 4px 0px;
}
.accepted_terms input[type=checkbox]:checked {
  background-image: url(/app/themes/maklarbolag/assets/images/checked.png?41191b85698c04bfb8d60296f3a83ecd);
  background-size: cover;
}
.accepted_terms label span {
  font-family: "Futura PT", sans-serif;
  font-size: 16px;
  vertical-align: middle;
  text-align: left !important;
  padding-left: 10px;
  display: flex;
}
.accepted_terms .wpcf7-list-item {
  margin: 0;
}

.modal-form-wrapper .accepted_terms {
  max-width: 292px !important;
  margin: 10px auto 20px auto !important;
}

div.wpcf7 .wpcf7-submit:disabled:hover {
  cursor: not-allowed;
}

.content-page {
  margin-top: 75px;
}

.button {
  border-radius: 10px;
  background-color: #F49844;
  color: #ffffff;
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
  padding: 10px 25px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s linear;
  border: 2px solid #F49844;
  margin: 0 auto;
  max-width: 320px;
}
.button:hover {
  color: #F49844;
  background-color: #ffffff;
}

textarea {
  resize: none; /* Disable resizer */
}

#site-header {
  position: fixed;
  background-color: #fff;
  width: 100%;
  top: 0;
  z-index: 1000;
  box-shadow: 0px 6px 14px -6px rgba(0, 0, 0, 0.35);
}

.site-header {
  background-color: #ffffff;
}
.site-header .grid-x {
  width: 100%;
}
.site-header__logo a img {
  padding: 15px;
  max-width: 100%;
  height: auto;
}
.site-header__menu ul {
  text-align: right;
  margin: 0px;
  list-style-type: none;
}
.site-header__menu ul li {
  display: inline-block;
}
.site-header__menu ul li a {
  text-decoration: none;
  color: #000000;
  font-size: 16px;
  font-family: "Futura PT", sans-serif;
  padding: 10px 20px;
  position: relative;
}
.site-header__menu ul li a::after {
  transition: all 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  background-color: #F49844;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.site-header__menu ul li a:hover::after {
  width: 100%;
}
.site-header__menu ul .current-menu-item a::after {
  width: 100%;
}

h1 {
  font-family: "Futura PT", sans-serif;
  font-size: 55px;
  color: #F49844;
  margin: 5px 0px;
}

.wrapper-top {
  margin: inherit;
  overflow: hidden;
  position: relative;
}
.wrapper-top__info {
  position: absolute;
  top: 35%;
  left: calc((100% - 75em) / 2);
  width: 100%;
  max-width: 75em;
}

.site-description {
  font-size: 14px;
  font-family: "Futura PT", sans-serif;
  text-align: center;
}
.site-description .over-tile {
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 24px;
  text-align: center;
  position: relative;
  left: 0.6em;
  letter-spacing: 1.23em;
  text-transform: capitalize;
}
.site-description p {
  margin-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
  font-family: "Futura PT", sans-serif;
  left: 0.3em;
  letter-spacing: 0.18em;
  position: relative;
}
.site-description .button {
  margin: 0 auto;
  font-family: "Futura PT", sans-serif;
}

.flexible-front .content_mask {
  width: 90%;
  height: auto;
}
.flexible-front .wrapper-multi-flex {
  margin-top: 70px;
  margin-bottom: 70px;
}
.flexible-front .wrapper-multi-flex .upper-title_multi {
  line-height: normal;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-family: "Source Sans Pro", sans-serif;
}
.flexible-front .wrapper-multi-flex p a {
  color: #F49844;
}
.flexible-front .wrapper-multi-flex .content-flex {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  font-size: 16px;
}
.flexible-front .wrapper-multi-flex .button {
  font-family: "Futura PT", sans-serif;
}
.flexible-front .wrapper-multi-flex__img {
  text-align: right;
}
.flexible-front .wrapper-multi-flex:nth-child(odd) .grid-x {
  flex-flow: row-reverse nowrap;
}
.flexible-front .wrapper-multi-flex:nth-child(odd) .grid-x .wrapper-multi-flex__img {
  text-align: left;
}
.flexible-front .home-editor {
  padding: 40px 0px 60px 0px;
  display: flex;
  flex-flow: row wrap;
}
.flexible-front .home-editor h1, .flexible-front .home-editor h2, .flexible-front .home-editor h3, .flexible-front .home-editor h4, .flexible-front .home-editor h5 {
  font-family: "Source Sans Pro", sans-serif;
  width: 100%;
  font-size: 36px;
  text-align: center;
}
.flexible-front .obj-content {
  text-align: center;
  width: 80%;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  padding-bottom: 40px;
  margin: 0 auto;
}
.flexible-front .flex_content {
  width: 75%;
  margin: 0 auto;
  margin-bottom: 50px;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.03em;
}

h1.title_article, h2.title_article, h3.title_article {
  font-size: 36px;
  text-align: center;
  font-family: "Futura PT", sans-serif;
  letter-spacing: 0.02em;
  margin: 5px 0px 60px 0px;
}
h1.title_article:after, h2.title_article:after, h3.title_article:after {
  position: relative;
  content: "";
  display: block;
  margin: 0 auto;
  top: 30px;
  width: 40px;
  height: 5px;
  background-color: #F49844;
  border-radius: 5px;
}

h1.title_multi, h2.title_multi, h3.title_multi {
  font-size: 36px;
  font-family: "Futura PT", sans-serif;
  text-align: left;
  letter-spacing: 0.02em;
  margin: 8px 0px 40px 0px;
}
h1.title_multi:after, h2.title_multi:after, h3.title_multi:after {
  position: relative;
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  top: 20px;
  background-color: #F49844;
  border-radius: 10px;
}

#site-footer {
  padding-top: 40px;
}
#site-footer .copyrigh-footer {
  text-align: center;
  border-top: 1px solid #E6E6E6;
  padding: 15px 0px;
  text-transform: uppercase;
  color: #7C7C7C;
  font-size: 12px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}
#site-footer .footer-logo {
  text-align: center;
  padding: 50px 0px;
}
#site-footer .footer-title {
  font-size: 16px;
  color: #454545;
  font-family: "Futura PT", sans-serif;
  padding-bottom: 28px;
  margin-bottom: 0px;
}
#site-footer .email, #site-footer .phone, #site-footer .adress {
  display: block;
  font-size: 16px;
  color: #454545;
  text-decoration: none;
  padding: 10px 0px;
  text-transform: none;
  font-family: "Source Sans Pro", sans-serif;
  transition: all 0.2s linear;
}
#site-footer .email:hover, #site-footer .phone:hover {
  color: #F49844;
}
#site-footer .phone {
  padding: 0px 0px 10px 0px;
}
#site-footer .adress {
  width: 40%;
  margin-bottom: 60px;
}
#site-footer .button {
  font-size: 13px;
  font-family: "Futura PT", sans-serif;
  margin-top: 60px;
}
#site-footer .menu-footer-menu-container ul {
  list-style-type: none;
  padding: 0px;
}
#site-footer .menu-footer-menu-container ul li a {
  font-family: "Source Sans Pro", sans-serif;
  color: #454545;
  display: block;
  font-size: 16px;
  padding: 10px 0px 10px 0px;
  text-decoration: underline;
  transition: all 0.2s linear;
}
#site-footer .menu-footer-menu-container ul li a:hover {
  color: #F49844;
}
#site-footer .menu-footer-menu-container ul li:first-child a {
  padding: 0px 0px 10px 0px;
}

.set-wrapper {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0px;
}

.modal-container .content_object {
  height: 200px;
  overflow-y: auto;
}

.object-block {
  background-color: #fff;
  box-shadow: 0px 0px 11px -2px rgba(0, 0, 0, 0.75);
  border-top: 3px solid #F49844;
}
.object-block .content_object {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 23px;
  font-size: 14px;
  letter-spacing: 0.03em;
}
.object-block .inner_content {
  margin: 45px;
}
.object-block .inner_content .header_object {
  text-align: center;
}
.object-block .inner_content .header_object .tax_name {
  font-size: 36px;
  color: #2E2E2E;
  font-family: "Futura PT", sans-serif;
  font-weight: 600;
  padding: 10px 0px;
}
.object-block .inner_content .header_object .title_obj {
  margin: 0px;
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
  color: #737373;
  font-weight: normal;
  margin-bottom: 30px;
}
.object-block .config_object {
  padding: 30px 0px 5px 0px;
  border-top: 1px solid #F1F1F1;
  border-bottom: 1px solid #F1F1F1;
}
.object-block .config_object .desc_obj {
  text-align: left;
}
.object-block .config_object .desc_obj .conf_title {
  line-height: 23px;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #787878;
  font-family: "Source Sans Pro", sans-serif;
}
.object-block .config_object .desc_obj .conf_value {
  margin-bottom: 20px;
  line-height: 25px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-family: "Source Sans Pro", sans-serif;
}

.full_img_block {
  height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.object-block.active {
  display: none;
}

.object-block.all_object {
  box-shadow: none;
  border: none;
}

.modal-trigger {
  border-top: none;
  outline: 0.5px solid #C7C7C7;
  transition: all 0.2s linear;
  box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0);
}

.all_object {
  outline: 0.5px solid #C7C7C7;
  transition: all 0.2s linear;
}
.all_object:hover {
  z-index: 2;
  transform: scale(1.1);
  box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
}

@media (max-width: 639px) {
  body.no-scroll {
    height: 100%;
    overflow: hidden;
  }
  .all_object:hover {
    z-index: 2;
    transform: scale(1);
    box-shadow: none;
    cursor: pointer;
  }
}
.obj-content {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 24px;
  font-size: 16px;
  letter-spacing: 0.03em;
}

.wrap_grid {
  margin-top: 60px;
  width: 99.9999%;
}

.title_article {
  color: #000;
  line-height: normal;
  font-size: 36px;
  text-align: center;
  font-family: "Futura PT", sans-serif;
}
.title_article:after {
  content: "";
  top: 15px;
  display: block;
  position: relative;
  margin: 0 auto;
  width: 40px;
  height: 5px;
  background-color: #F49844;
  border-radius: 5px;
}

.content_article {
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  font-size: 16px;
  padding: 0px 0px 30px 0px;
}

.contact_form {
  position: relative;
}
.contact_form label {
  width: 100%;
}
.contact_form input, .contact_form textarea {
  border: 0.5px solid #C7C7C7;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 15px;
  font-family: "Source Sans Pro", sans-serif;
  color: #8D8D8D;
  width: 100%;
  padding: 10px 0px 10px 10px;
  margin: 10px 0px;
  display: block;
}
.contact_form input[type=submit] {
  width: auto;
  line-height: 29px;
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  font-family: "Futura PT", sans-serif;
  background-color: #F49844;
  border: 2px solid #F49844;
  transition: all 0.2s linear;
  padding: 10px 40px;
  border-radius: 8px;
}
.contact_form input[type=submit]:hover {
  color: #F49844;
  background-color: transparent;
  cursor: pointer;
}
.contact_form .form_button {
  text-align: center;
  margin: 30px 0px;
}

.contact_repeater {
  font-family: "Source Sans Pro", sans-serif;
}
.contact_repeater .grid-container {
  padding: 55px 0px;
  border-top: 1px solid #C7C7C7;
}
.contact_repeater .personal_photo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  float: left;
  overflow: hidden;
}
.contact_repeater .personal {
  display: inline-block;
  margin-left: 15px;
}
.contact_repeater .personal .name {
  color: #F49844;
  line-height: 34px;
  font-size: 18px;
  letter-spacing: 0.01em;
}
.contact_repeater a {
  text-decoration: none;
  color: #000;
  transition: all 0.2s linear;
}
.contact_repeater a:hover {
  color: #F49844;
}
.contact_repeater .icon_contact {
  margin-right: 38px;
}

.config_block {
  margin: 30px 0px;
  text-align: center;
}
.config_block .button {
  font-family: "Futura PT", sans-serif;
  padding: 15px 40px;
}

.single_icon {
  text-align: center;
  margin-bottom: 25px;
}
.awesome-list {
  margin: auto;
  padding: 0px;
  text-align: left;
  list-style-type: none;
}
.awesome-list__item {
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  margin-left: 25px;
  margin-bottom: 15px;
}
.awesome-list__item:before {
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 15px;
  background-color: #F49844;
  content: "";
  display: inline-block;
}

.icon-set .name_item {
  font-style: normal;
  font-weight: 300;
  line-height: 33px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.03em;
  font-family: "Source Sans Pro", sans-serif;
}
.icon-set .content_article {
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.03em;
}

.list-line .title_article:after {
  display: none;
}
.list-line__wrapper {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.list-line__item {
  padding-left: 75px;
  position: relative;
}
.list-line__item:before {
  content: "";
  display: block;
  left: 11px;
  height: 100%;
  width: 1px;
  top: 11px;
  background-color: #D2D2D2;
  position: absolute;
}
.list-line__item:last-child:before {
  display: none;
}
.list-line__item .content {
  padding-bottom: 100px;
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
}
.list-line__item .content .title {
  margin-top: 0px;
  line-height: normal;
  font-size: 23px;
  letter-spacing: 0.01em;
}
.list-line__item .content .description {
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  font-size: 16px;
  letter-spacing: 0.03em;
}
.list-line .dots .inner {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 50%;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #F49844;
}
.list-line .dots .glade {
  z-index: 9;
  position: absolute;
  left: -10px;
  top: -5px;
  border-radius: 50%;
  display: inline-block;
  width: 42px;
  height: 42px;
  opacity: 0.42;
  background-color: #F49844;
}
.list-line .dots .middle {
  z-index: 8;
  position: absolute;
  left: -16px;
  top: -11px;
  border-radius: 50%;
  display: inline-block;
  width: 54px;
  height: 54px;
  opacity: 0.16;
  background-color: #F49844;
}
.list-line .dots .middle.hidden_dot,
.list-line .dots .glade.hidden_dot {
  transition: all 0.75s linear;
  opacity: 0;
}
.list-line .dots .outer {
  z-index: 7;
  position: absolute;
  left: -20px;
  top: -16px;
  border-radius: 50%;
  display: inline-block;
  width: 64px;
  height: 64px;
}
.list-line .dots.done .middle.hidden_dot {
  opacity: 0.16;
}
.list-line .dots.done .glade.hidden_dot {
  opacity: 0.42;
}

.svg-mask {
  padding: 0px;
  margin: -50px 0px;
}
.svg-mask svg {
  height: auto;
  width: 100%;
}

.video_mask {
  width: 100%;
}

.counter-flex .counter_block {
  padding: 60px 0px;
}
.counter-flex .counter_block .cell {
  text-align: center;
}
.counter-flex .counter_block .count {
  line-height: 70px;
  font-size: 80px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-family: "Futura PT", sans-serif;
  color: #F49844;
}
.counter-flex .counter_block .counter-name {
  margin-top: 20px;
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-weight: normal;
  line-height: 36px;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.05em;
}

.multi-post .grid-container {
  padding: 70px 0px;
}
.multi-post .grid-container .post-img {
  text-align: right;
}
.multi-post .grid-container .post-img.left {
  text-align: left;
}
.multi-post .post-img .content_mask {
  width: 90%;
  height: auto;
}

.intro-copy {
  padding: 1em;
  margin: 3em auto;
  max-width: 437px;
  font-size: 2em;
  line-height: 1.2;
  font-weight: lighter;
}

/* MODAL
---------------------------*/
.modal-trigger:hover {
  cursor: pointer;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
}

.modal-container {
  position: fixed;
  max-width: 400px;
  top: 50%;
  left: 50%;
  z-index: 1001;
  text-align: center;
  width: 90%;
  visibility: hidden;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
}
.modal-container .button {
  margin: 40px 0;
  font-weight: 600;
}
.modal-container .footer_object {
  margin: 50px 0;
}
.modal-container .config_object {
  padding: 20px 0 0 0;
}
.modal-container .inner_content {
  margin: 0;
}

.wpcf7-form-control-wrap {
  display: flex !important;
  position: relative;
}
.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  position: absolute;
  left: 25px;
  font-family: "Source Sans Pro", sans-serif;
  bottom: -7px;
  font-size: 14px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  position: absolute;
  width: 300px;
  margin: 0 auto;
  left: calc(50% - 175px);
  text-align: center;
  bottom: -15px;
  padding: 10px;
  background-color: #fff;
  border: 2px solid #F49844;
}

.contact_form .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  top: -12px;
}
.contact_form div.wpcf7-mail-sent-ok {
  position: absolute;
  width: 300px;
  margin: 0 auto;
  left: calc(50% - 175px);
  text-align: center;
  bottom: -15px;
  padding: 10px;
  background-color: #fff;
  font-family: "Source Sans Pro", sans-serif;
}

.modal-content {
  position: relative;
  opacity: 0;
  transform: scale(0.8);
  transition: 0.3s;
  background: #fff;
  padding: 40px 40px 0;
  margin: 0;
}

.modal-close {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  color: #333;
  font-size: 2em;
}

.modal-close:hover {
  cursor: pointer;
}

.modal--show {
  visibility: visible;
  cursor: default;
}

.modal--show .modal-content {
  transform: scale(1);
  opacity: 1;
}

.show--overlay {
  opacity: 1;
  visibility: visible;
}

.modal-close {
  width: 20px;
}
.modal-close svg {
  width: 100%;
  height: auto;
}

.modal-form-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 3px solid #F49844;
  background-color: #F8F8F8;
  position: fixed;
  max-width: 400px;
  top: 50%;
  left: 50%;
  z-index: 1001;
  text-align: center;
  width: 90%;
  visibility: hidden;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
  box-shadow: 2px 2px 12px -4px rgba(0, 0, 0, 0.75) !important;
}
.modal-form-wrapper div.wpcf7-mail-sent-ok {
  display: none !important;
}

.video_bl {
  margin: 0 auto;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.video_bl video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.send-form {
  height: 100%;
}
.send-form div.wpcf7-validation-errors, .send-form div.wpcf7-acceptance-missing {
  top: 4px !important;
  bottom: auto !important;
  font-family: "Source Sans Pro", sans-serif;
}
.send-form__close {
  margin-left: auto;
  text-align: right;
  padding: 20px;
  width: 20px;
}
.send-form__close svg {
  width: 100%;
  height: auto;
}
.send-form__close:hover {
  cursor: pointer;
}
.send-form__title {
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  font-family: "Futura PT", sans-serif;
  padding: 0px 40px;
}
.send-form__title:after {
  content: "";
  display: block;
  margin: 0 auto;
  top: 10px;
  position: relative;
  width: 40px;
  height: 5px;
  background-color: #F49844;
  border-radius: 5px;
}
.send-form__content {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.03em;
  padding: 20px 40px;
}
.send-form textarea, .send-form input {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #D4D4D4;
  outline: none;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
  padding: 10px;
  margin: 10px 25px;
  width: 100%;
}
.send-form textarea {
  height: 90px;
}

.send-form-ok {
  position: absolute;
  transition: all 0.75s linear;
  transform: translate(0, -110%);
  height: 100%;
}
.send-form-ok__close {
  margin-left: auto;
  text-align: right;
  padding: 20px;
  width: 20px;
}
.send-form-ok__close svg {
  width: 100%;
  height: auto;
}
.send-form-ok__close:hover {
  cursor: pointer;
}
.send-form-ok__img {
  width: 40%;
  margin: 0 auto;
  padding-top: 20%;
}
.send-form-ok__title {
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  font-family: "Futura PT", sans-serif;
  padding: 30px;
}
.send-form-ok__text {
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.03em;
  font-family: "Source Sans Pro", sans-serif;
  padding: 0px 40px;
}

.sent_ok {
  transition: all 0.75s linear;
}

.send-form-ok.sent_ok {
  transform: translate(0, 0%);
  transition: all 0.75s linear;
}

.modal-form-wrapper.modal--show {
  overflow: hidden;
  visibility: visible;
  cursor: default;
  transform: translate(0, -50%);
}

.slide {
  transform: translate(-100%, -50%);
}

input[type=submit] {
  width: auto;
  line-height: 29px;
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  font-family: "Futura PT", sans-serif;
  background-color: #F49844;
  border: 2px solid #F49844;
  transition: all 0.2s linear;
  padding: 10px 40px;
  border-radius: 8px;
}
input[type=submit]:hover {
  color: #F49844;
  background-color: transparent;
  cursor: pointer;
}

.sent_ok {
  display: block;
}

.hide_modal {
  display: none;
}

#img-pattern {
  -webkit-mask: url(#mask-top-border);
          mask: url(#mask-top-border);
}

#img-pattern-post {
  -webkit-mask: url(#mask-content);
          mask: url(#mask-content);
}

#img-pattern-post_wr {
  -webkit-mask: url(#wrap);
          mask: url(#wrap);
}

#img-pattern-post_left {
  -webkit-mask: url(#mask-content_left);
          mask: url(#mask-content_left);
}

#bg_container {
  height: 500px;
  overflow: hidden;
}

#bg {
  width: 100%;
  height: 600px;
  top: 0px;
  position: relative;
}

.bottom_offset,
.top_offset {
  width: 100%;
  position: absolute;
  height: 3em;
  background: #FFFFFF;
  z-index: 1;
}

.bottom_offset {
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  bottom: -3px;
  left: 0;
}

.top_offset {
  border-radius: 0 0 50% 50%/0 0 100% 100%;
  top: -3px;
  left: 0;
}

.content-flex,
.upper-title_multi {
  font-family: "Futura PT", sans-serif;
}

@media (max-width: 1300px) {
  .site-description {
    margin-right: 140px;
  }
  .site-description .over-tile {
    left: -0.5em;
    letter-spacing: 0.89em;
    width: 110%;
    display: inline-block;
  }
  .site-description p {
    left: 0.2em;
    letter-spacing: 0.2em;
    width: 101%;
    margin: 20px auto;
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .site-description {
    margin-right: 0px;
    width: 55% !important;
  }
  .site-description .over-tile {
    letter-spacing: 0.52em;
    left: 0.2em;
    width: auto;
  }
  .site-description p {
    left: 0em;
    letter-spacing: 0.03em;
    width: 72%;
    margin: 20px auto;
  }
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 1023px) {
  .content-page {
    margin-top: 50px;
  }
  .modal-form-wrapper {
    position: fixed;
    max-width: 400px;
    top: 50%;
    left: 50%;
    text-align: center;
    min-height: 650px;
    width: 90%;
    visibility: hidden;
    transform: translate(-50%, -50%);
    transition: all 0.3s linear;
  }
  .slide {
    transform: translate(-50%, -50%);
  }
  .modal-form-wrapper.modal--show {
    visibility: visible;
    cursor: default;
    transform: translate(-50%, -50%);
  }
  .site-description {
    text-align: right;
    padding-right: 40px;
  }
  .site-description p {
    width: 100%;
    margin: 20px 0px 20px auto;
  }
  .flexible-front {
    padding-top: 50px;
  }
  .wrapper-top__info {
    left: 0;
  }
  /* menu button */
  .menuBtn {
    height: 30px;
    width: 30px;
    position: absolute;
    right: 20px;
    top: 18px;
    z-index: 101;
  }
  .menuBtn > span {
    background-color: #000;
    border-radius: 1px;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -15px;
    transition: height 100ms;
  }
  .menuBtn > span:after, .menuBtn > span:before {
    content: "";
    background-color: #000;
    border-radius: 1px;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    transition: all 200ms;
  }
  .menuBtn > span:after {
    top: -7px;
  }
  .menuBtn > span:before {
    bottom: -7px;
  }
  .menuBtn.act > span {
    height: 0;
  }
  .menuBtn.act > span:after, .menuBtn.act > span:before {
    background-color: #F49844;
    top: 1px;
  }
  .menuBtn.act > span:after {
    transform: rotate(45deg);
  }
  .menuBtn.act > span:before {
    transform: rotate(-45deg);
  }
  /* main menu block */
  .menu-main-menu-container {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 63px;
    z-index: 99999;
    height: auto;
    width: 100%;
    display: table;
    text-align: center;
    opacity: 0;
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform: scale(0);
  }
  .menu-main-menu-container.act {
    box-shadow: 0px 6px 15px -9px rgba(0, 0, 0, 0.75);
    opacity: 1;
    transform: scale(1);
  }
  .menu-main-menu-container.act ul li {
    opacity: 1;
    transform: translateX(0);
  }
  .menu-main-menu-container ul {
    padding-left: 0px;
    display: table-cell;
    vertical-align: middle;
    text-align: center !important;
  }
  .menu-main-menu-container li {
    display: block !important;
    padding: 8px 0;
    transition: all 400ms 510ms;
    opacity: 0;
  }
  .menu-main-menu-container li:nth-child(odd) {
    transform: translateX(30%);
  }
  .menu-main-menu-container li:nth-child(even) {
    transform: translateX(-30%);
  }
  .menu-main-menu-container a {
    color: #19b698;
    display: inline-block;
    font-size: 18px;
  }
  .menu-main-menu-container a.suBtn {
    color: #fff;
  }
  /* sign up button */
  .suBtn {
    background-color: #19b698;
    border-radius: 5px;
    padding: 10px 20px;
  }
  .site-header__logo a img {
    padding: 12px 10px;
    height: 40px;
  }
  #site-header {
    z-index: 999;
    width: 100%;
    box-shadow: 0px 6px 15px -9px rgba(0, 0, 0, 0.75);
  }
  .site-description {
    width: 60% !important;
  }
  .site-description p {
    padding-bottom: 10px;
  }
  .flexible-front .wrapper-multi-flex {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  h2.title_multi, h3.title_multi {
    font-size: 28px;
  }
}
.flex-obj {
  margin-bottom: 30px !important;
}

#true_loadmore {
  border-radius: 10px;
  background-color: #F49844;
  color: #ffffff;
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
  padding: 10px 25px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s linear;
  border: 2px solid #F49844;
}
#true_loadmore:hover {
  cursor: pointer;
  color: #F49844;
  background-color: #ffffff;
}

@media (max-width: 639px) {
  .modal-container > div {
    height: 82vh;
    position: relative;
  }
  .modal-container > div .modal-close {
    top: 30px;
  }
  .modal-container > div .inner_content {
    margin: 5px 5px 30px;
  }
  .modal-container > div .footer_object {
    position: absolute;
    width: 200px;
    left: calc(50% - 100px);
    bottom: 20px;
  }
  .scroller_content-mob {
    overflow: scroll;
    height: 55vh;
  }
  .flex-obj:hover {
    transform: none;
    cursor: pointer;
  }
  .modal-form-wrapper .accepted_terms {
    max-width: 252px !important;
    margin: 10px auto 20px auto !important;
  }
  .modal-container.mobile-mod,
  .modal-form-wrapper.modal--show {
    height: 100vh !important;
    width: 100% !important;
    z-index: 9999 !important;
    top: 50% !important;
  }
  .modal-container.mobile-mod .send-form,
  .modal-form-wrapper.modal--show .send-form {
    top: 0;
  }
  .modal-container.mobile-mod .send-form__close,
  .modal-form-wrapper.modal--show .send-form__close {
    padding: 0px 20px 5px 20px;
  }
  .icon-set img {
    height: 55px;
    width: auto;
  }
  .icon-set .name_item {
    font-size: 18px;
  }
  .set-wrapper {
    background-attachment: inherit;
  }
  .send-form div.wpcf7-validation-errors, .send-form div.wpcf7-acceptance-missing {
    top: 32px !important;
  }
  div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    left: calc(50% - 162px);
  }
  .send-form-ok__img {
    padding-top: 0px;
  }
  .object-block .inner_content .header_object .tax_name {
    font-size: 20px;
  }
  .object-block.modal--show {
    top: 70%;
    overflow: scroll;
  }
  .wrap_grid .modal--show {
    top: 55%;
    overflow: scroll;
  }
  .modal-form-wrapper {
    min-height: auto;
    overflow: scroll;
  }
  .object-block .inner_content .header_object .title_obj {
    margin-bottom: 10px;
  }
  .modal-container .footer_object {
    margin: 20px 0px;
  }
  .object-block .config_object .desc_obj .conf_value {
    margin-bottom: 10px;
  }
  .send-form {
    position: relative;
    top: 10px;
  }
  .send-form__close {
    padding: 5px 20px 5px 20px;
  }
  .send-form textarea, .send-form input {
    margin: 10px 18px;
    width: 100%;
  }
  input[type=submit] {
    width: auto;
  }
  .wpcf7-form p {
    display: table-caption;
    margin: 0 auto;
    display: block;
  }
  .content-page {
    overflow-x: hidden;
  }
  .multi-post .grid-margin-x {
    margin: 0 auto;
  }
  .multi-post .grid-container {
    padding: 40px 0px;
  }
  .multi-post .post-img {
    padding-bottom: 40px;
  }
  .flexible-front .obj-content {
    width: 100%;
  }
  .list-line__item {
    padding-left: 60px;
  }
  .list-line__item:before {
    left: 25px;
  }
  .list-line .dots .outer {
    left: -6px;
  }
  .list-line .dots .glade {
    left: 5px;
  }
  .list-line .dots .inner {
    left: 16px;
  }
  .list-line .dots .middle {
    left: 0px;
  }
  .send-form__content {
    font-size: 14px;
    padding: 20px 10px 10px 10px;
  }
  .multi-post .grid-container:nth-child(odd) .content_mask {
    transform: none;
  }
  .content-inside {
    padding: 0px 10px;
  }
  .top_offset {
    top: 26px;
  }
  .bottom_offset {
    bottom: 26px;
  }
  .counter-flex .counter_block .counter-name {
    margin-top: 5px;
    margin-bottom: 40px;
  }
  .wrapper-multi-flex {
    order: 0;
  }
  input[type=submit] {
    padding: 2px 30px !important;
  }
  .send-form textarea {
    height: 50px;
  }
  .full_img_block {
    height: 250px;
    background-attachment: inherit;
  }
  .multi-post .grid-container {
    padding: auto;
  }
  .set-wrapper {
    padding: 30px 0px;
  }
  .multi-post .post-img .content_mask {
    width: 100%;
  }
  .multi-post .grid-container:nth-child(odd) .grid-x {
    flex-flow: wrap;
  }
  .button {
    font-size: 14px;
    padding: 10px 20px;
  }
  .flex-obj {
    margin-bottom: 15px;
  }
  .flex-obj .content_object {
    display: block !important;
  }
  .flex-obj .inner_content {
    margin: 20px !important;
  }
  .object-block .inner_content {
    margin: 24px 5px 5px 5px;
  }
  .flexible-front .flex_content {
    width: 100%;
    margin-bottom: 0px;
  }
  .flexible-front .wrapper-multi-flex .content-flex {
    padding-bottom: 50px;
  }
  .multi-post .grid-container .post-img {
    order: -1;
  }
  .flexible-front .wrapper-multi-flex__img {
    order: -1;
  }
  .wrapper-top__info {
    position: relative;
  }
  .wrapper-top {
    margin-top: 0px;
    overflow: visible;
  }
  h2.title_multi, h3.title_multi {
    font-size: 26px;
  }
  h2.title_article, h3.title_article {
    font-size: 26px;
  }
  .modal-content {
    padding: 10px !important;
  }
  .modal-content .content_object {
    display: block !important;
  }
  #img-pattern {
    -webkit-mask: none;
            mask: none;
  }
  #img-pattern-post_left {
    -webkit-mask: none;
            mask: none;
  }
  .site-description {
    width: 100% !important;
    padding: 0;
    text-align: center;
    margin-top: 30px;
  }
  .site-description p {
    padding-bottom: 12px;
    max-width: 275px;
    margin: 10px auto 20px auto;
  }
  .site-description .over-tile {
    letter-spacing: 0.28em;
    left: 0;
  }
  .wrapper-top__info {
    padding: 0px;
    top: 33%;
  }
  h1 {
    font-size: 30px;
  }
  .object-block .content_object {
    display: none;
  }
  .title_article:after {
    top: 3px;
  }
  .contact_form input,
  .contact_form textarea {
    width: 97%;
  }
  .contact_repeater .icon_contact {
    margin-right: 15px;
  }
  .contact_repeater .cell {
    margin: 15px 0px;
    text-align: center;
  }
  .contact_repeater .personal {
    margin-left: 0px;
  }
  .contact_repeater .personal_photo {
    float: none;
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 15px auto;
  }
  .footer-menu,
  .footer-contact,
  .footer-map {
    text-align: center;
  }
  #site-footer .adress {
    width: 100%;
    margin-bottom: 25px;
  }
  .footer-map {
    margin-top: 40px;
  }
  .awesome-list {
    text-align: left;
    margin-left: 20px;
  }
  .awesome-list li {
    margin-left: 0px;
  }
  #img-pattern-post {
    -webkit-mask: none;
            mask: none;
  }
  .flexible-front .content_mask {
    width: 100%;
  }
  .wrapper-multi-flex {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .wrapper-multi-flex .upper-title_multi {
    line-height: normal;
    font-size: 16px;
    letter-spacing: 0.08em;
    font-family: "Source Sans Pro", sans-serif;
  }
  .wrapper-multi-flex p a {
    color: #F49844;
  }
  .wrapper-multi-flex .content-flex {
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    font-size: 16px;
    padding-bottom: 50px;
  }
  .wrapper-multi-flex .button {
    font-family: "Futura PT", sans-serif;
  }
  .wrapper-multi-flex__img {
    text-align: right;
  }
  .wrapper-multi-flex:nth-child(odd) .content_mask {
    transform: none;
  }
  .wrapper-multi-flex:nth-child(odd) .grid-x {
    flex-flow: wrap !important;
  }
  .wrapper-multi-flex:nth-child(odd) .grid-x .wrapper-multi-flex {
    margin-bottom: 0px !important;
  }
  .wrapper-multi-flex:nth-child(odd) .grid-x .wrapper-multi-flex__img {
    text-align: left;
  }
  .mobile-mod {
    height: calc(100vh - 100px) !important;
    overflow: scroll !important;
    top: 58% !important;
  }
  .send-form__shortcode .wpcf7-form {
    margin-bottom: 20px;
  }
  input, textarea {
    font-size: 16px !important;
  }
}
@media (min-width: 1800px) {
  .site-description {
    width: 60% !important;
  }
  h1.site-name {
    font-size: 70px;
  }
  .wrapper-top__info {
    top: 45%;
  }
}
.object-block.slide {
  box-shadow: -2px 2px 12px -4px rgba(0, 0, 0, 0.75) !important;
}

.object-block.slide .button {
  opacity: 0 !important;
}

.flex-obj {
  transition: all 0.3s linear;
}
.flex-obj:hover {
  transform: scale(1.05);
  cursor: pointer;
}

.home-page__over {
  transform: translate(-50%, -150%);
}

.modal-form-wrapper.modal--show.home-page__over {
  transform: translate(-50%, -50%);
}

.ajax-button {
  display: none;
}

@media (min-width: 1301px) and (max-width: 1799px) {
  .wrapper-top__info {
    top: 46%;
    left: calc((100% - 90em) / 2);
  }
  .site-description p {
    letter-spacing: 0.05em;
  }
  .site-description .over-tile {
    left: 0.5em;
    letter-spacing: 0.83em;
  }
}
input {
  max-width: 100%;
}

.wpcf7-form br {
  display: none !important;
}

.content-flex {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  font-size: 16px;
}

.header_object img {
  height: 55px !important;
  width: auto !important;
}

@media (max-width: 1100px) {
  .grid-margin-x > .medium-6.object-block {
    width: calc(50% - 1.875rem);
  }
}
@media (max-width: 788px) {
  .grid-margin-x > .medium-6.object-block {
    width: calc(100% - 1.875rem);
  }
}
@media (min-width: 639px) {
  .modal-form-wrapper.modal--show.home-page__over {
    height: auto !important;
  }
}

/*# sourceMappingURL=main.css.map*/