#hero {
  position: relative;
}
#hero .overlay-js::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
#hero .hero-title {
  display: block;
  font-family: "Montserrat-Bold";
  font-size: 32px;
  line-height: 42px;
  color: #000;
}

#hero .hero__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#hero .hero__btns-item {
  margin-top: 12px;
  padding-left: 6px;
  padding-right: 6px;
}
#hero .hero__btns-item .button {
  padding: 18px 32px;
}
#hero .hero__btns-item.hero__btns-price .button {
  background-color: rgba(52, 53, 56, 0.93);

  font-family: "Montserrat-SemiBold";
}
#hero .hero__btns-item.hero__btns-price .button:hover {
  background-color: #343538;
}
#hero .hero__btns-item.hero__btns-primary .button {
  font-size: 18px;
}
#hero .hero__caption-offer {
  margin-top: 22px;
  font-size: 12px;
  line-height: 167%;
  text-align: center;
  color: #343538;
}

@media screen and (min-width: 768px) {
  #hero {
    min-height: 611px;
  }
  #hero .hero-title {
    font-size: 42.5px;
    line-height: 51px;
  }
  #hero .hero__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #hero .hero__caption-offer {
    text-align: left;
  }
}

@media only screen and (min-width: 992px) {
  #hero .overlay-js::before {
    content: none;
  }

  #hero .hero-title {
    font-size: 50px;
    line-height: 60px;
  }
}
#hero {
  min-height: calc(90vh - 50px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
#hero .swiper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  display: block;
}
#hero .swiper-slide::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  z-index: 2;
}
#hero .swiper .swiper__image {
  position: absolute;

  width: 100%;
  height: 100%;
}
#hero .swiper .swiper__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#hero .swiper__content {
  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  z-index: 2;
}
#hero .swiper__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#hero .hero__btns-item {
  margin-top: 1.5rem;
}
#hero .swiper__nav {
  position: absolute;
  bottom: 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  width: 100%;
  z-index: 1;
}
#hero .swiper-button-prev-small,
#hero .swiper-button-next-small {
  display: none;
}
#hero .swiper-dots-default {
  position: relative;
  bottom: 24px !important;
}

@media screen and (min-width: 768px) {
  #hero {
    min-height: 611px;
  }
  #hero .swiper__content {
    text-align: left;
  }
  #hero .swiper__content-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 70%;
    padding-left: 3rem;
  }
  #hero .hero__btns-item {
    margin-top: 2.5em;
    padding: 0;
  }
  #hero .swiper__nav {
    bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  #hero .swiper-slide::before {
    content: none;
  }
  #hero .swiper__content-wrapper {
    max-width: 60%;
  }
  #hero .swiper__nav {
    bottom: 60px;
    left: 68px;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: reverse;

    -ms-flex-direction: row-reverse;

    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
  }
  #hero .swiper__nav-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #hero .swiper-button-prev-small,
  #hero .swiper-button-next-small {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-color: #000;
  }
  #hero .swiper-button-prev-small:hover,
  #hero .swiper-button-next-small:hover {
    border-color: var(--primary);
  }
  #hero .swiper-dots-default {
    bottom: 0 !important;
    padding-left: 40px;
  }
}
@media screen and (min-width: 1200px) {
  #hero .swiper__content-wrapper {
    max-width: 50%;
  }
}
@media screen and (min-width: 1300px) {
  #hero .swiper .swiper__image {
    background: #f0edea;
  }
  #hero .swiper .swiper__image img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  #hero .swiper__nav {
    left: 113px;
  }
}
#benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: -10px;
}
#benefits .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0;
}
#benefits .benefits__wrapper {
  padding: 0 20px 20px;
}
#benefits .benefits__item {
  background-color: #ffffff;

  -webkit-box-flex: 0;

  -ms-flex: 0 0 250px;

  flex: 0 0 250px;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 13px 0 rgba(94, 85, 164, 0.11);
  box-shadow: 0 4px 13px 0 rgba(94, 85, 164, 0.11);
}
#benefits .benefits__item:not(:first-child) {
  margin-left: 20px;
}

#benefits .benefits__item-inside {
  position: relative;

  width: 100%;
  padding: 40px 20px 32px 18%;
}
#benefits .benefits__item-ico {
  position: absolute;

  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
#benefits .benefits__item-warranty .benefits__item-ico {
  top: 4px;
  right: 7px;
}
#benefits .benefits__item-offices .benefits__item-ico {
  top: 8px;
  right: 5px;
}
#benefits .benefits__item-years .benefits__item-ico {
  top: 8px;
  right: 7px;
}
#benefits .benefits__item-inline .benefits__item-ico {
  top: 10px;
  right: 19px;
}
#benefits .benefits__item-amount {
  position: absolute;
  top: 33px;
  left: 12%;

  display: block;
  font-family: "Montserrat-Bold";
  font-size: 42px;

  line-height: 0;
  color: var(--primary);
}
#benefits .benefits__item-inline .benefits__item-amount {
  position: static;

  display: inline;
}
#benefits .benefits__item-amount--inside {
  display: inline-block;
  position: relative;
  line-height: 1;
  text-shadow: 0 21px 29px rgba(var(--primary-rgb), 0.2);
}
#benefits .benefits__item-amount--before {
  position: absolute;
  bottom: 2px;
  left: -10px;
  width: 0;
  white-space: nowrap;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 16px;
}
#benefits .benefits__item-text {
  position: relative;

  margin-left: 40px;
  display: block;
  line-height: 1.5rem;
}

#benefits .benefits__item-inline .benefits__item-text {
  margin-left: 0;
}
#benefits .benefits__item-text--inside {
  display: block;
  position: relative;
  top: -2px;
}
#benefits .benefits__item-inline .benefits__item-text {
  display: inline;
}
#benefits .benefits__item-text strong {
  font-family: "Montserrat-Bold";
  color: var(--primary);
}

@media screen and (min-width: 768px) {
  #benefits {
    margin-top: -16px;
  }
  #benefits .benefits__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
  }

  #benefits .benefits__item-amount {
    font-size: 56px;
  }

  #benefits .benefits__item-text {
    margin-left: 54px;
  }
}
@media screen and (min-width: 992px) {
  #benefits .benefits__wrapper {
    width: 100%;
    padding: 0 0 20px;
  }
  #benefits .container {
    padding: 0 20px;
  }
  #benefits .benefits__item {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 25%;
  }
  #benefits .benefits__item:not(:first-child) {
    margin-left: 30px;
  }

  #benefits .benefits__item-inside {
    padding: 32px 17%;
  }

  #benefits .benefits__item-amount {
left: 14%;

    font-size: 44px;
  }
  #benefits .benefits__item-amount--before {
    bottom: -5px;
  }
#benefits .benefits__item-inline .benefits__item-ico {
	top: 4px;
right:4px;
}
}
@media only screen and (min-width: 1300px) {
  #benefits .container {
    padding: 0 65px;
  }
}
#services .services__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#services .services__item {
  width: 100%;
  margin-bottom: 2rem;
}
#services .services__item-inner {
  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
#services .services__item-picture {
  position: relative;

  padding-bottom: 50.96661%;
}
#services .services__item-title {
  position: absolute;
  bottom: 0;
  left: 4%;

  background-color: #fff;

  display: block;
  padding: 8px 16px;
  font-family: "Montserrat-Bold";
  font-size: 16px;
  line-height: normal;
  color: #000;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#services a.services__item-title:hover {
  color: var(--primary);
}
#services .services__item-nav {
  position: relative;

  background-color: #fff;

  -webkit-box-flex: 1;

  -ms-flex-positive: 1;

  flex-grow: 1;
  padding: 24px 4%;
}
#services .services__item-nav--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Montserrat-Medium";
}
#services .services__item-nav--item {
  width: 100%;
  margin: 0 0 16px;
  padding: 8px 16px;
}
#services .services__item-nav--item > * {
  display: block;
  line-height: 18px;
  padding: 0 8px;
  color: #000;
}

@media screen and (min-width: 576px) {
  #services .services__item-nav--item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  #services .services__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #services .services__item {
    width: calc(50% - 15px);
  }
  #services .services__item-title {
    left: 8%;

    min-width: 237px;
    font-size: 22px;
    line-height: 32px;
  }

  #services .services__item-nav {
    margin: 0 8%;
    padding: 24px 16px;
  }
  #services .services__item-nav--item {
    width: 100%;
    padding: 8px 0;
  }
}
@media screen and (min-width: 992px) {
  #services .services__item-title {
    padding: 16px 32px 12px 36px;
  }
  #services .services__item-nav {
    padding-left: 36px;
  }
  #services .services__item-nav--item {
    width: 50%;
  }
}
.guestbook-preview__content {
  padding-bottom: 2rem;
}
.guestbook-preview__content .no-data__wrapper {
  text-align: center;
}
.guestbook-preview__content .no-data__title {
  font-size: 2rem;
  text-align: center;
}
.guestbook-preview__list {
  padding-bottom: 2rem;
}
.guestbook-preview__item .video-review__pic {
  position: relative;

  display: block;
  padding-bottom: 56.2963%;
}
.guestbook-preview__item .video-review__pic-in {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  display: block;
}
.guestbook-preview__item .video-review__pic-in::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  background-color: rgba(52, 53, 56, 0.12);
}
.guestbook-preview__item .video-review__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  padding: 0;
  width: 48px;
  height: 33.88px;
  border: none;
  background-color: transparent;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.guestbook-preview__item .video__button-shape {
  fill: #212121;
  fill-opacity: 0.8;
}
.guestbook-preview__item .video__button-icon {
  fill: #ffffff;
}
.guestbook-preview__item .video__button:focus {
  outline: none;
}
.guestbook-preview__item:hover .video__button-shape,
.guestbook-preview__item .video-review__play:focus .video__button-shape {
  fill: #ff0000;
  fill-opacity: 1;
}
.guestbook-preview__item .video-review__header {
  display: block;
  margin-top: 27px;
  padding-right: 28px;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-family: "Montserrat-Bold";
  line-height: 22px;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
}
.guestbook-preview__item .video-review__date {
  margin-top: auto;
  padding-top: 20px;
  font-size: 14px;
  line-height: 18px;
}
.guestbook-preview__content .swiper-pagination-bullet {
  margin: 0 8px !important; /* overlay bootstrap styles */
}

@media screen and (min-width: 768px) {
  .guestbook-preview__list {
    padding-bottom: 3rem;
  }
  .guestbook-preview__content .swiper-pagination-bullet {
    margin: 0 4px !important; /* overlay bootstrap styles */
  }
}
#seo {
display:none;
}
#seo p {
  margin: 16px 0;
}
#seo a {
  border-bottom: 1px solid;
  -webkit-transition: color 0.2s, border-color 0.2s;
  -o-transition: color 0.2s, border-color 0.2s;
  transition: color 0.2s, border-color 0.2s;
}
#seo h4 {
  font-size: 16.8px;
  line-height: 22.4px;
}
#seo a:hover {
  color: var(--primary);
}
#seo h1 + ol,
#seo h1 + p,
#seo h1 + ul {
  margin-top: 24px;
}
#seo ol + h2,
#seo p + h2,
#seo ul + h2,
#seo h2 + h3 {
  margin-top: 32px;
}
#seo h3 + ol,
#seo h3 + p,
#seo h3 + ul {
  margin-top: 24px;
}
#seo h3 {
  font-size: 21px;
  line-height: 28px;
}
#seo ol + h3,
#seo p + h3,
#seo ul + h3 {
  margin-top: 36px;
}
#seo ol + h4,
#seo ol + h5,
#seo ol + h6,
#seo p + h4,
#seo p + h5,
#seo p + h6,
#seo ul + h4,
#seo ul + h5,
#seo ul + h6 {
  margin-top: 40px;
}
#seo h4 + ol,
#seo h4 + p,
#seo h4 + ul,
#seo h5 + ol,
#seo h5 + p,
#seo h5 + ul,
#seo h6 + ol,
#seo h6 + p,
#seo h6 + ul {
  margin-top: 24px;
}
#seo h2 + ol,
#seo h2 + p,
#seo h2 + ul {
  margin-top: 24px;
}
#seo p + ol,
#seo p + ul {
  margin-top: 20px;
}
#seo ol + p,
#seo ul + p {
  margin-top: 28px;
}
#seo ol,
#seo ul {
  margin-left: 16px;
}
#seo ol > li,
#seo ul > li {
  position: relative;
  padding: 0 0 0 28px;
  margin: 8px 0 0;
}
#seo ol > li {
  padding: 0;
}
#seo ul:not([class]) > :first-child {
  margin-top: 0;
}
#seo ul > li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 12px;

  background-color: var(--primary);

  width: 8px;
  height: 8px;
}
#seo ol {
  list-style: decimal;
}

@media screen and (min-width: 768px) {
  #seo h4 {
    font-size: 24px;
    line-height: 32px;
  }
  #seo h1 + ol,
  #seo h1 + p,
  #seo h1 + ul {
    margin-top: 32px;
  }
  #seo ol + h2,
  #seo p + h2,
  #seo ul + h2,
  #seo h2 + h3 {
    margin-top: 44px;
  }
  #seo h3 + ol,
  #seo h3 + p,
  #seo h3 + ul {
    margin-top: 36px;
  }
  #seo h3 {
    font-size: 32px;
    line-height: 40px;
  }
  #seo ol + h3,
  #seo p + h3,
  #seo ul + h3 {
    margin-top: 52px;
  }
  #seo ol + h4,
  #seo ol + h5,
  #seo ol + h6,
  #seo p + h4,
  #seo p + h5,
  #seo p + h6,
  #seo ul + h4,
  #seo ul + h5,
  #seo ul + h6 {
    margin-top: 56px;
  }
  #seo h4 + ol,
  #seo h4 + p,
  #seo h4 + ul,
  #seo h5 + ol,
  #seo h5 + p,
  #seo h5 + ul,
  #seo h6 + ol,
  #seo h6 + p,
  #seo h6 + ul {
    margin-top: 36px;
  }
  #seo h2 + ol,
  #seo h2 + p,
  #seo h2 + ul {
    margin-top: 36px;
  }
  #seo p + ol,
  #seo p + ul {
    margin-top: 28px;
  }
  #seo ol,
  #seo ul {
    margin-left: 20px;
  }
  #seo ol + p,
  #seo ul + p {
    margin-top: 40px;
  }
  #seo ol > li,
  #seo ul > li {
    padding: 0 0 0 36px;
    margin: 12px 0 0;
  }
  #seo ol > li {
    padding: 0;
  }
}
