html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *::after, *::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
}

body, html {
  font-size: 13px;
  color: #222222;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 920px) {
  body, html {
    font-size: 12px;
    overflow-x: hidden;
  }
}

body {
  padding-top: 148px;
}
@media (max-width: 1180px) {
  body {
    padding-top: 115px;
  }
}

body.no-padding {
  padding-top: 0;
}

strong {
  font-weight: 700;
}

.green-text {
  color: #92cf19;
}

.text-color {
  color: #222222;
}

img {
  max-width: 100%;
}
img.facebook-icon {
  width: 12px;
}
img.youtube-icon {
  width: 13px;
}
img.instagram-icon {
  width: 10px;
}

a {
  color: inherit;
}

.container {
  display: block;
  margin: 0 auto;
  width: 1170px;
  padding: 0 15px;
  max-width: 100%;
}
.container.width-2 {
  width: 1466px;
}
.container.width-3 {
  width: 780px;
}

p {
  font-size: 1rem;
  font-weight: 600;
  color: #222222;
  margin-bottom: 24px;
}
p a {
  color: inherit;
  text-decoration: none;
}
p a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 3rem;
  line-height: 8rem;
  font-weight: 800;
  color: #222222;
  margin-bottom: 30px;
}
@media (max-width: 769px) {
  h1 {
    font-size: 4.5rem;
    line-height: 5.5rem;
  }
}
@media (max-width: 550px) {
  h1 {
    font-size: 3.2rem;
    line-height: 4.2rem;
    word-break: break-word;
  }
}

h2 {
  font-size: 2.15rem;
  font-weight: 500;
  color: #222222;
  margin-bottom: 20px;
}

h3 {
  font-size: 1.69rem;
  font-weight: 700;
  margin-bottom: 20px;
  word-break: break-word;
}

h4 {
  font-size: 1.69rem;
  font-weight: 700;
  margin-bottom: 37px;
  line-height: 2.3rem;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-25 {
  margin-top: 25px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-100 {
  margin-top: 100px;
}

.uppercase {
  text-transform: uppercase;
}

.default-label {
  display: inline-block;
  background-color: #92cf19;
  color: #fff;
  font-size: 0.69rem;
  padding: 6px 13px;
}

.text-center {
  text-align: center;
}

.flex-in-line {
  display: flex;
}
.flex-in-line.space-between {
  justify-content: space-between;
}

.block {
  display: block;
  width: 100%;
}

.relative {
  position: relative;
}

.max-width-50pre {
  max-width: 50%;
}

.text-right {
  text-align: right;
}

.neodom-signet {
  position: relative;
}
.neodom-signet::before {
  position: absolute;
  right: 10px;
  bottom: 13px;
  z-index: 1;
  content: "";
  width: 60px;
  height: 60px;
  background: url("../../images/neodom-signet.png") no-repeat center;
}

@media (max-width: 768px) {
  .visible--only-desktop {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .visible--only-mobile {
    display: none !important;
  }
}

.margin-top--10px {
  margin-top: -10px;
}

.text-light {
  color: #a2a2a2;
}

.display--inline {
  display: inline;
}

.safe-button {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  background-color: #92cf19;
  cursor: pointer;
  border: none;
  text-align: center;
}
.safe-button:hover {
  background-color: #a1e41e;
}

.phone-number-button {
  font-size: 1rem;
  color: #92cf19;
  font-weight: 600;
  display: inline-block;
  padding-left: 21px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  background: url("../../svg/ico-phone.svg") no-repeat center left;
  background-size: 10px;
}

.dark-button {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  background-color: #222222;
  color: #92cf19;
  font-size: 1rem;
  font-weight: 600;
  padding: 21px 40px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border: none;
}
.dark-button.width-225 {
  width: 225px;
}
.dark-button.width-full {
  width: 100%;
}
.dark-button:hover {
  background-color: #3c3c3c;
}
.dark-button.small {
  padding: 8px 15px 8px;
  font-size: 0.8rem;
  margin-left: 15px;
}

.default-button {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  background-color: #92cf19;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  padding: 14px 32px 15px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}
.default-button.width-225 {
  width: 225px;
}
.default-button.width-full {
  width: 100%;
}
.default-button.small {
  padding: 8px 15px 8px;
  font-size: 0.8rem;
  margin-left: 15px;
}
@media (max-width: 380px) {
  .default-button.small {
    padding: 14px 40px !important;
  }
}
.default-button.float-right {
  float: right;
}
.default-button:hover {
  background-color: #a1e41e;
}

.simple-link {
  font-weight: 300;
  color: #222222;
  text-decoration: none;
}
.simple-link.green-text {
  color: #92cf19;
  font-weight: 600;
}

.border-button {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 1rem;
  font-weight: 600;
  padding: 14px 32px 15px;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  display: inline-block;
  text-align: center;
}
.border-button.width-225 {
  width: 225px;
}
.border-button.width-full {
  width: 100%;
}
.border-button.white {
  border-color: #fff;
  color: #fff;
}
.border-button.white:hover {
  background-color: #fff;
  color: #222222;
}
.border-button.green {
  border-color: #92cf19;
  color: #92cf19;
}
.border-button.green:hover {
  background-color: #92cf19;
  color: #ffffff;
}

.hamburger {
  display: none;
  position: relative;
  top: 6px;
  z-index: 100;
}
@media (max-width: 1180px) {
  .hamburger {
    display: inline-block;
  }
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #fff;
}

.heart {
  background-color: red;
  display: inline-block;
  height: 30px;
  margin: 0 10px;
  position: relative;
  top: 0;
  transform: rotate(-45deg);
  width: 30px;
}
.heart.empty {
  background-color: #a2a2a2;
}
.heart.empty::before, .heart.empty::after {
  background-color: #a2a2a2;
}
.heart::before, .heart::after {
  content: "";
  background-color: red;
  border-radius: 50%;
  height: 30px;
  position: absolute;
  width: 30px;
}
.heart::after {
  left: 15px;
  top: 0;
}
.heart::before {
  top: -15px;
  left: 0;
}

.default-tabs {
  display: flex;
  width: 100%;
  align-items: flex-end;
}
.default-tabs a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  font-size: 1.23rem;
  font-weight: 600;
  color: #fff;
  max-width: 100%;
  width: 278px;
  text-align: center;
  padding: 20px 15px;
  background-color: #ccc;
  text-decoration: none;
}
@media (max-width: 769px) {
  .default-tabs a {
    width: 50%;
    padding: 18px 15px;
  }
}
.default-tabs a.active {
  background-color: #fff;
  color: #222222;
}
@media (min-width: 769px) {
  .default-tabs a.active {
    padding: 25px 15px;
  }
}
.default-tabs a:not(.active):hover {
  background-color: #3c3c3c;
}

.default-select {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  border: 2px solid #b2b2b2;
  padding: 13px 23px;
  background-color: #fff;
  -webkit-appearance: none;
  margin-bottom: 16px;
  background: url("../../svg/ico-arrow-down.svg") no-repeat center right 21px;
  background-size: 10px 5px;
  height: 47px;
}

.default-input {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  width: 100%;
  font-size: 0.92rem;
  font-weight: 600;
  border: 2px solid #b2b2b2;
  padding: 14px 23px;
  background-color: #fff;
  -webkit-appearance: none;
  margin-bottom: 20px;
  height: 47px;
}

.default-textarea {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  width: 100%;
  font-size: 0.92rem;
  font-weight: 600;
  border: 2px solid #b2b2b2;
  padding: 14px 23px;
  background-color: #fff;
  -webkit-appearance: none;
  margin-bottom: 20px;
  height: 160px;
  resize: none;
}

.form-label {
  font-size: 1rem;
  line-height: 1.1rem;
  font-weight: 500;
  margin-bottom: 3px;
  display: block;
  min-height: 20px;
}

.default-checkbox {
  font-size: 0.92rem;
  line-height: 1.5rem;
  color: #222222;
  position: relative;
  margin: 13px 0;
}
.default-checkbox > input {
  position: absolute;
  left: 0;
  top: 4px;
}
.default-checkbox label {
  position: relative;
  padding-left: 40px;
  display: block;
  cursor: pointer;
  font-weight: 500;
}
.default-checkbox label::before {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  width: 22px;
  background-color: #fff;
  height: 22px;
  border: 2px solid #b2b2b2;
  position: absolute;
  left: 0;
  top: -1px;
  content: "";
}
.default-checkbox input:checked + label::before {
  background-color: #b2b2b2;
}

.input-phrase {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #b2b2b2;
  padding: 13px 23px 7px 23px;
  background-color: #fff;
  z-index: 1;
  width: 100%;
  min-height: 47px;
}
@media (max-width: 768px) {
  .input-phrase {
    width: calc(100% - 16px);
    left: 8px;
  }
}
.input-phrase > input {
  font-size: 1rem;
  font-weight: 600;
  border: none;
  padding: 0;
  appearance: none;
  width: 100%;
  display: block;
  margin-bottom: 6px;
}
.input-phrase.active {
  -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.3);
  width: 604px;
}
@media (max-width: 768px) {
  .input-phrase.active {
    width: calc(100% - 16px);
  }
}
.input-phrase.active .input-phrase--results {
  display: block;
}
.input-phrase.loading::after {
  content: "";
  width: 30px;
  height: 30px;
  top: 7px;
  right: 7px;
  background: url("../../svg/loader.svg") no-repeat left top;
  background-size: contain;
  position: absolute;
}
.input-phrase--results {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: none;
}
.input-phrase--results-item {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: flex;
  width: 100%;
  padding: 7px 0;
  text-decoration: none;
}
@media (max-width: 767px) {
  .input-phrase--results-item {
    flex-direction: column;
    text-align: center;
  }
}
.input-phrase--results-item:hover {
  opacity: 0.8;
}
.input-phrase--results-item--scroll-view {
  overflow: hidden;
  overflow-y: auto;
  max-height: 500px;
  padding-bottom: 40px;
}
.input-phrase--results-item-box {
  display: block;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .input-phrase--results-item-box {
    padding-right: 0;
  }
}
.input-phrase--results-item-box.last {
  padding-right: 0;
  text-align: right;
  margin-left: auto;
}
@media (max-width: 767px) {
  .input-phrase--results-item-box.last {
    margin-left: 0;
    text-align: center;
  }
}
.input-phrase--results-item--img {
  width: 100px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .input-phrase--results-item--img {
    text-align: center;
    display: inline-block;
    margin: 0 auto 15px;
  }
}
.input-phrase--results-item--title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #222222;
  display: block;
  margin-bottom: 5px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .input-phrase--results-item--title {
    max-width: 100%;
  }
}
.input-phrase--results-item--address {
  display: block;
  font-size: 1rem;
  color: #a2a2a2;
  font-weight: 400;
  margin-bottom: 15px;
}
.input-phrase--results-item--price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #92cf19;
  margin-bottom: 5px;
  display: block;
}
.input-phrase--results-item--text {
  font-size: 0.8rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #a2a2a2;
}
.input-phrase--results-show-all {
  width: 100%;
  display: block;
  text-align: center;
  color: #92cf19;
  padding: 15px 5px 10px;
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+1,1+40 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
}
.input-phrase--results-show-all.empty-results {
  position: relative;
}

::-webkit-input-placeholder {
  color: #222222;
}

::-moz-placeholder {
  color: #222222;
}

:-ms-input-placeholder {
  color: #222222;
}

:-moz-placeholder {
  color: #222222;
}

.tiles {
  display: flex;
  flex-wrap: wrap;
}
.tiles .tile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  color: #fff;
}
@media (max-width: 550px) {
  .tiles .tile {
    width: 100%;
  }
}
.tiles .tile h3 {
  color: #fff;
  margin-bottom: 36px;
}
.tiles .tile.green {
  background-color: #92cf19;
}
.tiles .tile.dark {
  background-color: #222222;
}

.tiles-wrapper {
  margin: 136px 0 124px;
}

.editor-style {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: 26px;
}
.editor-style p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: 26px;
}
.editor-style ul {
  width: 100%;
  margin-bottom: 26px;
}
.editor-style ul li {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2rem;
}

.default-table {
  width: 100%;
  font-size: 1rem;
  color: #6c6c6c;
  font-weight: 500;
}
.default-table strong {
  color: #222222;
}
.default-table td {
  border-bottom: 1px solid #cccccc;
  padding: 16px 45px 16px 0;
}
.default-table tr:last-of-type td {
  border-bottom: none;
}

.loader-neodom {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.lds-roller {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #92cf19;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.neodom-content-loader {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.screen-neodom {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  display: none;
}

.modal-neodom {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  position: fixed;
  left: 0;
  top: 30px;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  padding: 20px 15px;
  z-index: 100001;
  height: fit-content;
  animation: animateModalNeodom 0.3s;
}
@media (max-width: 768px) {
  .modal-neodom {
    height: auto !important;
    bottom: auto;
  }
}
.modal-select-city {
  max-width: 90%;
  width: 300px;
  text-align: center;
}
.modal-select-city a {
  padding: 10px 5px;
  text-decoration: none;
  display: block;
}
.modal-select-city a.active {
  color: #92cf19;
  font-weight: 700;
}
.modal-info {
  width: 500px;
  max-width: 90%;
}
@media (max-width: 768px) {
  .modal-info {
    height: auto !important;
    bottom: auto;
  }
}
.modal-info h4 {
  color: #92cf19;
  margin-bottom: 10px;
}
.modal-info p {
  margin-bottom: 5px;
}
.modal-close {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 7px;
  top: 5px;
}
.modal-close::after, .modal-close::before {
  display: block;
  width: 20px;
  height: 1px;
  background-color: #222;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.modal-close::after {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-close::before {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@keyframes animateModalNeodom {
  0% {
    opacity: 0;
    top: 100px;
  }
  100% {
    opacity: 1;
    top: 30px;
  }
}
.user-location-modal {
  -webkit-box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: fixed;
  z-index: 300;
  right: 0;
  top: 250px;
  background-color: #fff;
  padding: 35px 15px 15px 15px;
  animation: animateLocationModalNeodom 0.6s;
}
.user-location-modal .modal-close {
  position: absolute;
  left: 15px;
  top: 7px;
}
.user-location-modal.hidden-element {
  right: -100%;
}

@keyframes animateLocationModalNeodom {
  0% {
    right: -100%;
  }
  100% {
    right: 0;
  }
}
.pagination {
  display: flex;
  width: 100%;
  justify-content: center;
}
.pagination ul {
  display: flex;
}
.pagination a, .pagination span {
  display: block;
  padding: 7px 9px;
  font-size: 1.1rem;
  font-weight: 400;
  text-decoration: none;
}
.pagination .active a {
  color: #92cf19;
  font-weight: 600;
}

.cookies-neodom {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: fixed;
  z-index: 200;
  left: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
  display: flex;
  width: 100%;
  padding: 15px 30px;
  justify-content: space-between;
  align-items: center;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 480px) {
  .cookies-neodom {
    display: block;
  }
}
.cookies-neodom.visible {
  visibility: visible;
  opacity: 1;
}
.cookies-neodom--content {
  font-size: 1rem;
  line-height: normal;
  color: #000;
  padding-right: 15px;
}
@media (max-width: 480px) {
  .cookies-neodom--content {
    padding-right: 0;
  }
}
.cookies-neodom--action {
  text-align: right;
}
@media (max-width: 480px) {
  .cookies-neodom--action {
    text-align: center;
    padding-top: 15px;
  }
}

.vbox-content {
  height: 100%;
}
.vbox-content .vbox-child {
  max-height: 100%;
}

.vbox-grab .vbox-child img {
  height: 100%;
  object-fit: contain;
}

.safe-button-heart {
  position: absolute;
  right: 17px;
  top: 15px;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.safe-button-heart button,
.safe-button-heart a {
  background-image: url("../../images/heart.svg");
  display: block;
  width: 15px;
  height: 15px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: unset;
  font-size: 0;
  letter-spacing: 0;
  color: transparent;
}
.safe-button-heart button.red,
.safe-button-heart a.red {
  background-image: url("../../images/heart-red.svg");
}
.safe-button-heart button.default-button.small,
.safe-button-heart a.default-button.small {
  padding: 0 !important;
  margin: 0;
}
.safe-button-heart button.default-button.small:hover,
.safe-button-heart a.default-button.small:hover {
  background-color: unset;
  transform: scale(1.1);
}

.icon {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 15px;
  margin: 0 auto;
}
.icon.icon-phone {
  background-image: url("../../svg/ico-phone-white.svg");
}
.icon.icon-mail {
  background-image: url("../../svg/mail.svg");
}
.icon.icon-walk {
  background-image: url("../../svg/3d-walk.svg");
  width: 27px;
  height: 27px;
}

.with-icon {
  position: relative;
  padding-left: 30px !important;
}
.with-icon .icon {
  display: inline-block;
  margin: 0 5px 0 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

header {
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #fff;
  padding: 31px 4vw 0;
  display: flex;
  justify-content: space-between;
  z-index: 99999;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
}
header.header-transparent {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
@media (max-width: 1180px) {
  header {
    padding: 15px;
  }
}
header nav {
  flex: 1;
  padding: 0 4vw;
}
@media (max-width: 1440px) {
  header nav {
    padding: 0 2vw;
  }
}
@media (max-width: 1180px) {
  header nav {
    padding-right: 0;
  }
}
header .logo {
  width: 82px;
}
header.scroll-down {
  top: -160px;
}

.menu-top {
  text-align: right;
  font-size: 0.84rem;
  font-weight: 300;
}
@media (max-width: 1180px) {
  .menu-top {
    margin-top: 9px;
  }
}
.menu-top a {
  text-decoration: none;
  display: inline-block;
  padding: 5px 7px;
  margin: 0 10px;
  position: relative;
}
@media (max-width: 769px) {
  .menu-top a {
    padding: 5px 5px;
    margin: 0;
  }
}
.menu-top a::after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #656565;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  opacity: 0;
}
.menu-top a:hover::after {
  bottom: 0;
  opacity: 1;
}
.menu-top > a:last-child {
  margin-right: -7px;
}
.menu-top strong {
  margin-right: 15px;
}
@media (max-width: 480px) {
  .menu-top strong {
    display: none;
  }
}
.menu-top form {
  display: inline;
}
.menu-top .default-select {
  border: none;
  padding-right: 5px;
  padding-left: 5px;
  max-width: 115px;
}

@media (max-width: 1180px) {
  header.header-transparent nav .menu-top {
    padding-right: 57px;
  }
}
header.header-transparent nav .menu-top .hamburger {
  position: fixed;
  right: 0;
  top: 35px;
  transition: 200ms;
}
@media screen and (max-width: 768px) {
  header.header-transparent nav .menu-top .hamburger {
    top: 25px;
  }
}
header.header-transparent nav .menu-top .hamburger-inner, header.header-transparent nav .menu-top .hamburger-inner::before, header.header-transparent nav .menu-top .hamburger-inner::after {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background-color: rgba(146, 207, 25, 0.9);
  backdrop-filter: blur(3px);
}
@media screen and (max-width: 1180px) {
  header.header-transparent {
    display: flex;
    align-items: center;
  }
}
header.header-transparent.scroll-down nav .menu-top .hamburger {
  top: 6px;
}

.main-menu {
  display: block;
  width: 100%;
}
@media (max-width: 1180px) {
  .main-menu {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
  }
}
.main-menu ul {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1180px) {
  .main-menu ul {
    flex-direction: column;
    justify-content: start;
    height: 100%;
    padding: 0 15%;
    overflow: auto;
  }
}
.main-menu ul a {
  -webkit-transition: all 0.2s padding ease-in-out;
  -moz-transition: all 0.2s padding ease-in-out;
  -o-transition: all 0.2s padding ease-in-out;
  transition: all 0.2s padding ease-in-out;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  padding: 13px 1.9vw;
  text-decoration: none;
}
@media (max-width: 1440px) {
  .main-menu ul a {
    padding: 13px 1.5vw;
  }
}
@media (max-width: 1180px) {
  .main-menu ul a {
    display: block;
    color: #fff;
    padding: 15px;
    text-align: center;
  }
}
.main-menu ul a:not(.safe-button)::after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 100%;
  bottom: -5px;
  left: 0;
  background-color: #222222;
  position: absolute;
  opacity: 0;
  content: "";
  height: 3px;
}
@media (max-width: 1180px) {
  .main-menu ul a:not(.safe-button)::after {
    display: none;
  }
}
.main-menu ul a:not(.safe-button):hover::after {
  opacity: 1;
  bottom: 0;
}
.main-menu ul li {
  padding: 14px 0 37px 0;
  position: relative;
}
.main-menu ul li small {
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1rem;
  position: absolute;
  left: 50%;
  text-align: center;
  margin-top: -10px;
  white-space: nowrap;
}
.main-menu ul li.has--sub-menu a:hover::after {
  opacity: 0;
}
@media (max-width: 1180px) {
  .main-menu ul li {
    display: block;
    width: 100%;
    padding: 5px;
  }
}
.main-menu ul .active > a::after {
  bottom: 0;
  opacity: 1;
}
.main-menu .item-label {
  position: absolute;
  background-color: #92cf19;
  color: #fff;
  font-size: 0.69rem;
  padding: 2px 10px;
  right: 9px;
  top: 11px;
}
@media (max-width: 1180px) {
  .main-menu .item-label {
    display: none;
  }
}
.main-menu .sub-menu {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
  top: 200%;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  width: 150px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1180px) {
  .main-menu .sub-menu {
    position: relative;
    opacity: 1;
    visibility: visible;
    top: -10px;
    width: 100%;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: auto;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.main-menu .sub-menu li {
  display: block;
  padding: 0;
  width: 100%;
}
.main-menu .sub-menu li a {
  font-size: 0.99rem;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-menu .sub-menu li a:hover {
  color: #92cf19;
}
@media (max-width: 1180px) {
  .main-menu .sub-menu li a {
    font-size: 0.9rem;
    padding: 5px 0;
  }
}
.main-menu li.has--sub-menu:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
@media (max-width: 1180px) {
  .main-menu li.has--sub-menu:hover .sub-menu {
    top: -10px;
  }
}

.social-media {
  display: flex;
  justify-content: space-between;
  margin: 7px 0 29px;
}

@media (max-width: 1180px) {
  header .social {
    display: none;
  }
}

.header-transparent nav .menu-top {
  color: white;
}
.header-transparent nav .menu-top a::after {
  background-color: white;
}
.header-transparent nav .menu-top form select {
  color: #fff;
  background-image: url("../../svg/ico-arrow-down-white.svg");
}
.header-transparent nav .menu-top form select option {
  color: black;
}
.header-transparent nav .main-menu ul {
  color: white;
}
.header-transparent nav .main-menu ul li a::after {
  background-color: white;
}
.header-transparent nav .main-menu ul li .sub-menu {
  color: black;
  top: 150%;
}
.header-transparent nav .main-menu ul li.has--sub-menu:hover .sub-menu {
  top: 70%;
}
@media screen and (max-width: 1180px) {
  .header-transparent nav .main-menu ul li.has--sub-menu:hover .sub-menu {
    top: 0;
  }
}
.header-transparent .social a {
  color: white;
}
.header-transparent .hamburger-inner, .header-transparent .hamburger -inner, .header-transparent .hamburger-inner:after, .header-transparent .hamburger-inner:before {
  background-color: #fff;
}

@media screen and (max-width: 1180px) {
  .header-transparent nav .main-menu ul li .sub-menu {
    color: black;
    top: 0%;
  }
}
.home-banner {
  display: block;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 103px;
  height: 100vh;
  background-color: #444;
  position: relative;
}
.home-banner--content {
  height: calc(100vh - 334px - 100px);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
}
@media screen and (max-height: 800px) {
  .home-banner--content {
    height: 370px;
  }
}
@media screen and (max-width: 992px) {
  .home-banner--content {
    height: 50vh;
  }
}
.home-banner--content h2 {
  color: white;
}
@media screen and (max-height: 730px) and (max-width: 768px) {
  .home-banner {
    margin-bottom: 120px;
  }
}
@media screen and (max-height: 690px) and (max-width: 768px) {
  .home-banner {
    margin-bottom: 150px;
  }
}
@media screen and (max-height: 670px) and (max-width: 768px) {
  .home-banner {
    margin-bottom: 170px;
  }
}
@media screen and (max-height: 630px) and (max-width: 768px) {
  .home-banner {
    margin-bottom: 200px;
  }
}
.home-banner-slider {
  width: 100%;
  height: 100%;
}
.home-banner-slider .slick-list,
.home-banner-slider .slick-track, .home-banner-slider-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.home-banner-slider li {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.home-banner-slider li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #444;
  opacity: 0.2;
  z-index: -1;
}
.home-banner-slider li .container {
  height: 100%;
  z-index: 3;
}
.home-banner-slider li .container h2 {
  color: #f8f8f8;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  line-height: 4rem;
}
.home-banner-slider li .container h2 a {
  text-decoration: none;
}
.home-banner .section--main-search.at-home-page {
  top: calc(100vh - 334px - 100px);
  bottom: unset;
}
@media screen and (max-height: 800px) {
  .home-banner .section--main-search.at-home-page {
    top: 370px;
  }
}
@media screen and (max-width: 992px) {
  .home-banner .section--main-search.at-home-page {
    top: 50vh;
  }
}

.section--main-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 268px;
  z-index: 9999;
}
.section--main-search.at-home-page {
  top: auto;
  bottom: 40px;
}

.space-search-form {
  margin-bottom: 310px;
}
@media (max-width: 1180px) {
  .space-search-form {
    margin-bottom: 25px;
    position: relative;
  }
  .space-search-form .section--main-search {
    position: relative;
    top: -58px;
  }
}

.main-search {
  -webkit-transition: margin-bottom 0.2s ease-in-out;
  -moz-transition: margin-bottom 0.2s ease-in-out;
  -o-transition: margin-bottom 0.2s ease-in-out;
  transition: margin-bottom 0.2s ease-in-out;
  position: relative;
  z-index: 200;
}
.main-search--content {
  background-color: #fff;
  display: block;
  width: 100%;
  padding: 45px 100px;
  -webkit-box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 1180px) {
  .main-search--content {
    padding: 25px 50px;
  }
}
@media (max-width: 768px) {
  .main-search--content {
    padding: 15px;
  }
}
.main-search--content-title {
  font-size: 1.3rem;
  color: #222222;
  font-weight: 600;
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  vertical-align: top;
  margin-bottom: 28px;
}
.main-search--content-title > span {
  display: inline-block;
}
.main-search--content-title .select-city {
  margin-left: 6px;
}
.main-search--content-title .select-city > * {
  display: block;
  clear: both;
}
.main-search--content-title .select-city a {
  margin-top: 2px;
  font-size: 0.84rem;
  font-weight: 300;
  text-decoration: none;
}
.main-search--content .default-button {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.main-search--content .simple-link {
  font-size: 0.84rem;
}
@media (max-width: 769px) {
  .main-search--content .simple-link {
    margin-top: 10px;
    display: block;
    text-align: center;
  }
}
.main-search .advanced-search-control {
  padding: 25px 0 0 0;
  display: none;
}

.row-input {
  display: flex;
  margin: 0 -8px;
}
@media (max-width: 769px) {
  .row-input {
    flex-wrap: wrap;
  }
}
.row-input .element {
  padding: 0 8px;
}
@media (max-width: 769px) {
  .row-input .element {
    width: 100%;
  }
}
.row-input .element.hidden-element {
  display: none;
}
.row-input .element.disable-element {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.row-input .element.width-1 {
  width: 194px;
}
@media (max-width: 769px) {
  .row-input .element.width-1 {
    width: 100%;
  }
}
.row-input .element.width-2 {
  width: 150px;
}
@media (max-width: 769px) {
  .row-input .element.width-2 {
    width: 100%;
  }
}
.row-input .element.width-flex-1 {
  flex: 1;
}
@media (max-width: 769px) {
  .row-input .element.width-flex-1 {
    width: 100%;
  }
}
.row-input .element.width-50pre {
  width: 50%;
}
@media (max-width: 769px) {
  .row-input .element.width-50pre {
    width: 100%;
  }
}
.row-input .nice-buttons {
  display: flex;
  align-items: center;
}
.row-input .nice-buttons .future-button {
  display: flex;
  align-items: center;
  margin-top: 9px;
  margin-left: 15px;
}
.row-input .nice-buttons .future-button label {
  display: flex;
  align-items: center;
}
.row-input .nice-buttons .future-button-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 1px;
  margin-right: 5px;
}
.row-input .nice-buttons .future-button input {
  width: 80px;
  height: 34px;
  padding: 0;
  margin: 0;
  appearance: none;
  border-radius: 50px;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
}
.row-input .nice-buttons .future-button input:checked ~ .future-button-title {
  background-color: #92cf19;
}
.row-input .nice-buttons .future-button input:checked ~ .future-button-circle {
  left: calc(100% - 5px - 24px);
}
.row-input .nice-buttons .future-button-title {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ececec;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
}
.row-input .nice-buttons .future-button-circle {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  border-radius: 100%;
  background-color: white;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
@media screen and (max-width: 540px) {
  .row-input .nice-buttons {
    flex-direction: column;
  }
  .row-input .nice-buttons a.simple-link {
    width: 100%;
  }
}

.offers-list {
  display: flex;
  margin: 0 -16px;
  flex-wrap: wrap;
}
.offers-list--item {
  width: 33.3%;
  padding: 0 16px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .offers-list--item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .offers-list--item {
    width: 100%;
  }
}
.offers-list--item-content {
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 10px 0 13px;
  margin-bottom: 30px;
  cursor: pointer;
}
.offers-list--item-content .offer-image.no-image {
  background-size: 35%;
  background-position: center;
}
.offers-list--item-content:hover .offer-image::after {
  background-color: rgba(0, 0, 0, 0.55);
}
.offers-list--item-content:hover .offer-image .default-button {
  top: 99px;
  opacity: 1;
}
.offers-list--item-content .offer-image-container {
  position: relative;
}
.offers-list--item-content .offer-image-slider {
  display: flex;
  height: 240px;
  margin-bottom: 38px;
  overflow: hidden;
}
.offers-list--item-content .offer-image-slider .slick-track,
.offers-list--item-content .offer-image-slider .slick-list {
  height: 100%;
}
.offers-list--item-content .offer-image-slider .img-box img {
  object-fit: cover;
  height: 240px;
  min-width: 300px;
}
.offers-list--item-content .offer-image-slider .slick-prev,
.offers-list--item-content .offer-image-slider .slick-next {
  z-index: 10;
  opacity: 0;
  transition: 300ms;
  width: 35px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .offers-list--item-content .offer-image-slider .slick-prev,
.offers-list--item-content .offer-image-slider .slick-next {
    opacity: 1;
  }
}
.offers-list--item-content .offer-image-slider .slick-prev::before,
.offers-list--item-content .offer-image-slider .slick-next::before {
  background-image: url("../../svg/ico-slide.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 30px;
  height: 30px;
  display: block;
}
.offers-list--item-content .offer-image-slider .slick-prev {
  left: 0px;
}
.offers-list--item-content .offer-image-slider .slick-prev:before {
  transform: rotate(180deg);
}
.offers-list--item-content .offer-image-slider .slick-next {
  right: 0px;
}
.offers-list--item-content .offer-image-slider:hover .slick-prev,
.offers-list--item-content .offer-image-slider:hover .slick-next {
  opacity: 1;
}
.offers-list--item-italy a {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.offers-list--item-italy a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offers-list--item-italy a .image-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.46) 100%);
  z-index: 1;
}
.offers-list--item-italy a .items-box {
  position: relative;
  z-index: 111;
  display: flex;
  gap: 50px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 30px;
  width: 100%;
  height: 100%;
}
.offers-list--item-italy a .items-box p {
  margin-bottom: 0;
  color: white;
  font-size: 24px;
  line-height: 33px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .offers-list--item-italy {
    height: 554px;
  }
  .offers-list--item-italy a .items-box {
    padding: 25px;
    gap: 20px;
  }
}
@media (max-width: 390px) {
  .offers-list--item-italy {
    height: 576px;
  }
}
.offers-list .offer-label--new {
  width: 66px;
}
.offers-list .offer-label--new.no-provision {
  width: 88px;
}
.offers-list .offer-label-container {
  position: absolute;
  top: 15px;
  left: -15px;
  z-index: 10;
  display: flex;
}
@media (max-width: 768px) {
  .offers-list .offer-label-container {
    left: -5px;
  }
}

.offer > * {
  display: block;
  width: 100%;
}
.offer-number {
  text-align: right;
  font-size: 0.84rem;
  font-weight: 300;
  color: #a2a2a2;
  margin-bottom: 10px;
}
.offer-image {
  height: 240px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 38px;
}
.offer-image .default-button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  opacity: 0;
  z-index: 2;
  width: 156px;
  left: 0;
  right: 0;
  margin: auto;
  top: 149px;
}
.offer-image::after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.offer-title {
  height: 78px;
  font-size: 1.23rem;
  font-weight: 600;
  color: #222222;
  word-break: break-word;
}
.offer-address {
  color: #909090;
  font-weight: 500;
  font-size: 0.92rem;
  margin-bottom: 28px;
}
.offer-basic-info {
  font-weight: 500;
  font-size: 1.5rem;
}
.offer-basic-info span {
  font-size: 1.5rem;
  margin: 0 20px 10px 0;
}
.offer-more-info {
  margin-top: 10px;
  height: 49px;
}
.offer-more-info span {
  padding: 0 7px 7px 0;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
}

.offers-search-results--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .offers-search-results--header {
    flex-direction: column;
  }
}

.offers-search-results--form-sort {
  display: flex;
  width: 340px;
}
@media (max-width: 768px) {
  .offers-search-results--form-sort {
    max-width: 100%;
  }
}
.offers-search-results--form-sort span {
  padding: 15px 15px 0 0;
  font-weight: 700;
  color: #222222;
  font-size: 1rem;
  white-space: nowrap;
}

.offer-label--new {
  display: block;
  padding: 10px 20px;
  font-size: 1rem;
  background-color: #92cf19;
  color: #fff;
  font-weight: 700;
  width: fit-content;
  margin-right: 5px;
  text-align: center;
}
.offer-label--new.no-provision {
  background-color: #e33838;
}

.promotion-offer {
  display: flex;
  width: 100%;
  height: 470px;
  background-color: #f4f4f4;
  flex-wrap: wrap;
  margin: 46px 0 99px;
}
.promotion-offer figure {
  width: 57%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.promotion-offer--content {
  width: 43%;
  display: flex;
  flex-direction: column;
  padding: 30px 80px 30px 100px;
  justify-content: center;
}
.promotion-offer--content > * {
  width: fit-content;
  width: -moz-fit-content;
}
.promotion-offer--content h2 {
  margin: 18px 0 22px;
}
.promotion-offer--content .address {
  font-size: 0.92rem;
  color: #909090;
  font-weight: 500;
  margin-bottom: 40px;
}

footer {
  width: 100%;
  padding: 103px 6vw 60px;
  font-size: 0.84rem;
  font-weight: 600;
  background-color: #f4f0f0;
  margin-top: 113px;
}
footer .footer-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1180px) {
  footer .footer-content {
    flex-wrap: wrap;
  }
}
footer .footer-copy {
  display: block;
  text-align: right;
  font-size: 0.69rem;
  color: #8e8c8c;
  font-weight: 500;
  margin-top: 42px;
}
footer .footer-copy img {
  width: 16px;
}
footer .footer-copy span {
  margin: 0 10px 0 21px;
}
footer .footer-copy a {
  position: relative;
  top: 3px;
}
@media (max-width: 769px) {
  footer .footer-copy {
    text-align: center;
  }
}
footer ul a {
  text-decoration: none;
  line-height: 2.07rem;
}
footer ul a:hover {
  text-decoration: underline;
}
footer ul li {
  margin-bottom: 3px;
}
footer .title {
  margin-bottom: 30px;
}
footer .social-media {
  width: 100px;
}
@media (max-width: 550px) {
  footer .social-media {
    justify-content: center;
    width: 100%;
  }
  footer .social-media a {
    margin: 0 15px;
  }
}
footer .phone {
  font-size: 0.92rem;
  font-weight: 500;
}
footer .phone a {
  font-size: 1.69rem;
  text-decoration: none;
  display: block;
  margin-top: 4px;
}
footer p {
  font-size: inherit;
  line-height: 1.69rem;
  margin-left: 44px;
}
@media (max-width: 769px) {
  footer p {
    margin-left: 0;
  }
}
footer .element {
  padding: 0 5px;
}
@media (max-width: 1180px) {
  footer .element {
    margin-bottom: 10px;
  }
}
@media (max-width: 769px) {
  footer .element {
    width: 50%;
    text-align: center;
  }
}
@media (max-width: 550px) {
  footer .element {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 769px) {
  footer .flex-in-line {
    display: block;
  }
}

.section-breadcrumbs {
  width: 100%;
  background-color: #222222;
  padding: 36px 0 34px;
}
@media (max-width: 540px) {
  .section-breadcrumbs {
    display: none;
  }
}
.section-breadcrumbs--content {
  display: flex;
  font-weight: 300;
  font-size: 0.84rem;
  color: #fff;
}
.section-breadcrumbs--content a, .section-breadcrumbs--content span {
  display: inline-block;
  line-height: 10px;
}
.section-breadcrumbs--content a {
  padding-right: 12px;
  border-right: 1px solid #fff;
  margin-right: 12px;
  text-decoration: none;
}
.section-breadcrumbs--content a:hover {
  text-decoration: underline;
}
.section-breadcrumbs--content span {
  color: #92cf19;
}

.offer-detail {
  position: relative;
}
.offer-detail--header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 56px 0 30px;
}
@media (max-width: 768px) {
  .offer-detail--header {
    flex-direction: column;
  }
}
.offer-detail--header .title {
  max-width: 550px;
  width: 100%;
}
@media (max-width: 768px) {
  .offer-detail--header .title {
    max-width: 100%;
  }
}
.offer-detail--header .title h2 {
  font-size: 2.3rem;
  line-height: 3.3rem;
  font-weight: 600;
  margin-bottom: 18px;
}
.offer-detail--header .title .address {
  color: #909090;
  font-weight: 500;
  font-size: 0.92rem;
}
.offer-detail--header .price {
  text-align: right;
}
@media (max-width: 768px) {
  .offer-detail--header .price {
    text-align: left;
  }
}
.offer-detail--header .price .price {
  color: #92cf19;
  text-transform: uppercase;
  font-size: 1.69rem;
  font-weight: 700;
}
.offer-detail--header .price .price-per-meter {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 2px;
}
.offer-detail--header .number {
  color: #a2a2a2;
  font-size: 0.84rem;
  font-weight: 300;
  text-align: right;
  margin-bottom: 37px;
}
@media (max-width: 768px) {
  .offer-detail--header .number {
    margin-top: 30px;
    text-align: left;
  }
}
.offer-detail--header .number.visible--only-mobile {
  font-size: 1.2rem;
  margin: 15px 0;
}
.offer-detail--slider-main {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 580px) {
  .offer-detail--slider-main {
    flex-wrap: wrap;
  }
}
.offer-detail--slider-main .bx-controls-direction .bx-prev, .offer-detail--slider-main .bx-controls-direction .bx-next {
  display: block;
  width: 61px;
  height: 88px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  text-indent: -66666px;
  outline: none;
  background: url("../../svg/ico-slide.svg") no-repeat center;
}
.offer-detail--slider-main .bx-controls-direction .bx-prev {
  left: 50px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 580px) {
  .offer-detail--slider-main .bx-controls-direction .bx-prev {
    left: 5px;
  }
}
.offer-detail--slider-main .bx-controls-direction .bx-next {
  right: 50px;
}
@media (max-width: 580px) {
  .offer-detail--slider-main .bx-controls-direction .bx-next {
    right: 5px;
  }
}
.offer-detail--slider-main figure {
  width: 880px;
  position: relative;
  height: 600px;
  overflow: hidden;
}
@media (max-width: 580px) {
  .offer-detail--slider-main figure {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 340px) {
  .offer-detail--slider-main figure {
    height: 330px;
  }
}
.offer-detail--slider-main figure .counter-slides {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #61625f;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  padding: 21px 5px;
  text-align: center;
  width: 99px;
}
.offer-detail--slider-main figure li {
  display: block;
  width: 100%;
}
.offer-detail--slider-main figure .image {
  display: block;
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media (max-width: 580px) {
  .offer-detail--slider-main figure .image {
    height: 400px;
  }
}
@media (max-width: 340px) {
  .offer-detail--slider-main figure .image {
    height: 330px;
  }
}
.offer-detail--slider-main figure .image.no-image {
  background-size: 35%;
  background-position: center;
}
.offer-detail--slider-main .fast-contact {
  position: relative;
}
@media (max-width: 580px) {
  .offer-detail--slider-main .fast-contact {
    width: 100%;
  }
}
.offer-detail--slider-main .fast-contact form {
  -webkit-box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  width: 383px;
  min-height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  padding: 15px 55px 35px;
  z-index: 3;
}
@media (max-width: 1280px) {
  .offer-detail--slider-main .fast-contact form {
    position: relative;
  }
}
@media (max-width: 992px) {
  .offer-detail--slider-main .fast-contact form {
    width: 280px;
  }
}
@media (max-width: 580px) {
  .offer-detail--slider-main .fast-contact form {
    width: 100%;
  }
}
.offer-detail--slider-main .fast-contact .agent {
  color: #686767;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.92rem;
  margin: 14px 0 26px;
}
.offer-detail--slider-main .fast-contact .agent a {
  color: inherit;
  text-decoration: none;
}
.offer-detail--slider-main .fast-contact .agent .name {
  font-size: 1.3rem;
  color: #222222;
  margin-bottom: 6px;
}
.offer-detail--slider-main .fast-contact textarea {
  padding-bottom: 65px;
  height: 120px;
}
.offer-detail--slider-main .fast-contact .default-button {
  margin-top: 9px;
  padding: 18px 15px 19px;
}
.offer-detail--slider-main .fast-contact .rodo-info {
  position: absolute;
  padding: 5px 25px;
  bottom: 45px;
  left: 0;
  color: #909090;
  font-size: 0.69rem;
  line-height: 1.07rem;
  font-weight: 500;
}
.offer-detail--slider-main .fast-contact .default-checkbox {
  font-size: 0.7rem;
  line-height: 1.2rem;
}
.offer-detail--slider-thumbs {
  margin-bottom: 56px;
  position: relative;
}
@media (max-width: 580px) {
  .offer-detail--slider-thumbs {
    display: none;
  }
}
.offer-detail--slider-thumbs .show-more-thumbs {
  position: absolute;
  right: 60px;
  top: 53px;
  padding: 0 12px 8px 12px;
}
.offer-detail--slider-thumbs li {
  display: inline-block;
  margin-right: 33px;
  width: 164px;
  height: 133px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  animation: showThumbsAnimation 0.2s;
}
.offer-detail--slider-thumbs li.hidden-element {
  display: none;
}
.offer-detail--slider-thumbs .image {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.offer-detail--slider-thumbs .image:hover {
  opacity: 0.7;
}
.offer-detail--movie {
  display: flex;
  width: 100%;
}
.offer-detail--movie iframe {
  width: 100%;
  height: 400px;
}
.offer-detail--location {
  display: block;
  width: 100%;
}
.offer-detail--location #map {
  display: block;
  height: 400px;
}
@media (max-width: 768px) {
  .offer-detail--location #map {
    height: 200px;
  }
}
.offer-detail--base-info {
  -webkit-box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  padding: 59px 15px;
  margin: 43px 0 125px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .offer-detail--base-info {
    padding: 20px 15px;
    margin-bottom: 50px;
    display: block;
  }
}
.offer-detail--base-info span {
  margin: 0 12px;
}
@media (max-width: 767px) {
  .offer-detail--base-info span {
    margin: 5px 10px;
    display: block;
  }
}
.offer-detail--base-info span.price-element {
  line-height: 1.1rem;
}
.offer-detail--base-info span.price-element small {
  font-size: 0.7rem;
  opacity: 0.8;
  font-weight: 500;
}
.offer-detail--base-info .buttons {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -33px;
}
@media (max-width: 767px) {
  .offer-detail--base-info .buttons {
    position: static;
    margin-top: 50px;
  }
}
.offer-detail--base-info .buttons .dark-button, .offer-detail--base-info .buttons .default-button {
  margin: 0 5px;
  width: 224px;
  padding: 24px 15px;
}
@media (max-width: 580px) {
  .offer-detail--base-info .buttons .dark-button, .offer-detail--base-info .buttons .default-button {
    width: 100%;
    margin: 0 0 5px 0;
  }
}
.offer-detail--details {
  margin: 127px 0 0 0;
}
@media (max-width: 768px) {
  .offer-detail--details {
    margin-top: 60px;
  }
}
.offer-detail--details h2 {
  margin-bottom: 52px;
}
.offer-detail--details-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 769px) {
  .offer-detail--details-content {
    flex-wrap: wrap;
  }
}
.offer-detail--details-content .element {
  width: 58%;
}
@media (max-width: 769px) {
  .offer-detail--details-content .element {
    position: relative;
    width: 100%;
  }
}
.offer-detail--details-content .element.details-banner {
  width: 458px;
}
@media (max-width: 769px) {
  .offer-detail--details-content .element.details-banner {
    width: 100%;
  }
}
.offer-detail--details-banner {
  position: sticky;
  top: 15px;
  margin-top: 48px;
  width: 100%;
}
.offer-detail--details-banner figure {
  width: 100%;
  height: 209px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.offer-detail--details-banner .content {
  padding: 57px 75px 62px;
  color: #fff;
  background-color: #222222;
}
.offer-detail .investment-office {
  margin-top: 140px;
}
.offer-detail .investment-office p {
  font-size: 0.92rem;
  color: #909090;
  font-weight: 500;
  margin-bottom: 13px;
}

.offers-similar {
  margin: 140px 0 151px;
}
.offers-similar h2 {
  margin-bottom: 26px;
}

.fast-contact.visible--only-mobile {
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .fast-contact.visible--only-mobile {
    margin-top: 50px;
  }
}
.fast-contact.visible--only-mobile form {
  -webkit-box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.2);
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  padding: 25px 20px;
  width: 100%;
}
.fast-contact.visible--only-mobile .agent {
  color: #686767;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.92rem;
  margin: 14px 0 43px;
}
.fast-contact.visible--only-mobile .agent a {
  color: inherit;
  text-decoration: none;
}
.fast-contact.visible--only-mobile .agent .name {
  font-size: 1.3rem;
  color: #222222;
  margin-bottom: 6px;
}
.fast-contact.visible--only-mobile textarea {
  padding-bottom: 65px;
}
.fast-contact.visible--only-mobile .default-button {
  margin-top: 9px;
  padding: 18px 15px 19px;
}
.fast-contact.visible--only-mobile .rodo-info {
  position: absolute;
  padding: 5px 25px;
  bottom: 45px;
  left: 0;
  color: #909090;
  font-size: 0.69rem;
  line-height: 1.07rem;
  font-weight: 500;
}

@keyframes showThumbsAnimation {
  0% {
    opacity: 0;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.fixed-contact-block {
  -webkit-box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  padding: 15px 15px;
  justify-content: space-between;
}
.fixed-contact-block .default-button, .fixed-contact-block .dark-button {
  width: 48%;
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 17px 5px;
}

.sub-banner {
  background-color: #92cf19;
  padding: 45px 0 85px;
  color: #fff;
}
@media (max-width: 768px) {
  .sub-banner {
    padding: 50px 0 65px;
  }
}
.sub-banner h2 {
  font-weight: 600;
  color: #fff;
}
.sub-banner.without-search {
  padding-bottom: 32px;
  margin-bottom: 45px;
}
.sub-banner.no-margin {
  margin: 0;
}

.posts-list {
  margin: 50px -16px;
  display: flex;
  flex-wrap: wrap;
}
.posts-list--item {
  width: 33.3%;
  padding: 0 16px;
  margin-bottom: 16px;
  min-height: 365px;
  overflow: hidden;
}
@media (max-width: 769px) {
  .posts-list--item {
    width: 50%;
  }
}
@media (max-width: 550px) {
  .posts-list--item {
    width: 100%;
  }
}
.posts-list--item-content {
  text-decoration: none;
}
.posts-list--item-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #222222;
  margin-bottom: 12px;
  margin-top: 5px;
}
.posts-list--item-date {
  font-size: 0.8rem;
  font-weight: 400;
  color: #a2a2a2;
}
.posts-list--item-img {
  width: 100%;
  height: 240px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.posts-list--item-img.no-image {
  background-size: 35%;
}
.posts-list--item-img .default-button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  opacity: 0;
  z-index: 2;
  width: 156px;
  left: 0;
  right: 0;
  margin: auto;
  top: 149px;
}
.posts-list--item-img::after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.posts-list--item-excerpt {
  width: 100%;
}
.posts-list.full-width .posts-list--item {
  width: 100%;
}

.posts-list--item:hover .posts-list--item-img::after {
  background-color: rgba(0, 0, 0, 0.55);
}
.posts-list--item:hover .posts-list--item-img .default-button {
  top: 99px;
  opacity: 1;
}

.posts-categories span, .posts-categories a {
  margin-right: 15px;
}
.posts-categories span {
  color: #92cf19;
  font-weight: 700;
}
.posts-categories a {
  font-weight: 400;
  text-decoration: none;
}
.posts-categories a.current {
  font-weight: 600;
}

.post-single {
  padding: 50px 0;
  display: flex;
}
@media (max-width: 769px) {
  .post-single {
    flex-wrap: wrap;
  }
}
.post-single--content {
  width: 75%;
  padding-right: 60px;
}
@media (max-width: 769px) {
  .post-single--content {
    width: 100%;
  }
}
.post-single--content figure {
  margin: 10px 0 50px;
}
.post-single--content figure img {
  max-width: 100%;
}
.post-single--sidebar {
  padding-top: 17px;
  width: 30%;
}
@media (max-width: 769px) {
  .post-single--sidebar {
    width: 100%;
  }
}
.post-single--sidebar h4 {
  margin-bottom: 15px;
}

.post-date {
  font-size: 0.8rem;
  font-weight: 400;
  color: #a2a2a2;
}

.page-content {
  display: block;
  width: 100%;
  padding: 50px 0;
}

.ckeditor-content {
  color: #222222;
}
.ckeditor-content p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 20px;
}
.ckeditor-content h1 {
  font-size: 5rem;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 50px;
}
.ckeditor-content h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}
.ckeditor-content h3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
.ckeditor-content h4 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 25px;
}
.ckeditor-content h5 {
  font-size: 2rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
.ckeditor-content h6 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}
.ckeditor-content ol {
  list-style: inside decimal;
  margin-bottom: 20px;
}
.ckeditor-content ol li {
  display: list-item;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.ckeditor-content ul {
  list-style: inside disc;
  margin-bottom: 20px;
}
.ckeditor-content ul li {
  display: list-item;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.cantact-page {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.cantact-page .page-content--content {
  width: 70%;
  padding-right: 60px;
}
.cantact-page .sidebar {
  width: 30%;
}
.cantact-page .sidebar h4 {
  font-size: 1.5rem;
  font-weight: 700;
}
.cantact-page .sidebar p {
  margin-bottom: 35px;
  line-height: 1.5rem;
  font-weight: 400;
}

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