.flex, .flex-center, .flex-right, .third-block .text .badges, .flex-left, html.thankyou-page .thx-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.flex-center, .flex-right, .third-block .text .badges, .flex-left, html.thankyou-page .thx-button {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-right, .third-block .text .badges {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-left {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-direction-column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-direction-column-reverse {
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex-direction-row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-direction-row-reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

html, body {
  margin: 0;
  padding: 0;
  background: #000;
  color: #f4f4f4;
}

html, body, input, select, textarea, button {
  font-family: "Heebo";
  font-size: 18px;
  font-weight: 100;
  color: #f4f4f4;
  text-align: right;
  direction: rtl;
}

input, select, textarea {
  color: #3e3e3e;
}

picture {
  display: block;
  line-height: 0;
}

img {
  border: none;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

p {
  margin: 20px 0;
}

b, strong {
  font-weight: 500;
}

a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
}

a:hover {
  color: #b69556;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

.safe-email {
  visibility: hidden;
}

.title-pm-fix p {
  margin: 0;
  display: inline;
}

.fr-text {
  overflow: hidden;
  line-height: 23px;
}

.fr-text p:first-child {
  margin-top: 0;
}

.fr-text p:last-child {
  margin-bottom: 0;
}

.fr-text h1 {
  font-size: 28px;
}

.fr-text h2 {
  font-size: 24px;
}

.fr-text h3 {
  font-size: 20px;
}

.fr-text h4 {
  font-size: 18px;
}

.fr-text h5 {
  font-size: 16px;
}

.fr-text h6 {
  font-size: 14px;
}

.fr-text b {
  font-weight: 400;
}

.fr-text strong {
  font-weight: 500;
}

.fr-text img {
  max-width: 100%;
  height: auto;
}

.adorado-c-gold {
  color: #b69556;
}

.adorado-bc-gold {
  background-color: #b69556;
}

.container {
  overflow: hidden;
  position: relative;
}

.container .inner {
  max-width: 1565px;
  margin: 0 auto;
  overflow: visible;
}

.image-full-cover {
  line-height: 0;
  overflow: hidden;
}

.image-full-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

.styled-form form::after {
  content: "";
  display: block;
  clear: both;
}

.styled-form form input[type=text], .styled-form form input[type=tel], .styled-form form input[type=email], .styled-form form .submit-bt {
  border: none;
  font-size: 16px;
  height: 41px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.styled-form form input[type=text], .styled-form form input[type=tel], .styled-form form input[type=email] {
  background: #fff;
  font-weight: 200;
  text-indent: 15px;
}

.styled-form form input[type=text]::-webkit-input-placeholder, .styled-form form input[type=tel]::-webkit-input-placeholder, .styled-form form input[type=email]::-webkit-input-placeholder {
  color: #3b3b3b;
}

.styled-form form input[type=text]:-moz-placeholder, .styled-form form input[type=tel]:-moz-placeholder, .styled-form form input[type=email]:-moz-placeholder {
  color: #3b3b3b;
}

.styled-form form input[type=text]::-moz-placeholder, .styled-form form input[type=tel]::-moz-placeholder, .styled-form form input[type=email]::-moz-placeholder {
  color: #3b3b3b;
}

.styled-form form input[type=text]:-ms-input-placeholder, .styled-form form input[type=tel]:-ms-input-placeholder, .styled-form form input[type=email]:-ms-input-placeholder {
  color: #3b3b3b;
}

.styled-form form input[type=text]:focus, .styled-form form input[type=tel]:focus, .styled-form form input[type=email]:focus {
  -moz-box-shadow: 0 0 10px rgba(232, 195, 125, 0.84);
  -webkit-box-shadow: 0 0 10px rgba(232, 195, 125, 0.84);
  box-shadow: 0 0 10px rgba(232, 195, 125, 0.84);
}

.styled-form form .submit-bt {
  font-weight: 400;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
}

.new-offer-show {
  display: none;
}

.new-offer-on .new-offer-hide {
  display: none !important;
}

.new-offer-on .new-offer-show {
  display: block;
}

.new-offer-on .gallery-block .slider ul li {
  position: relative;
}

.new-offer-on .gallery-block .slider ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  width: 125px;
  height: 125px;
  background: url(../img/new-offer-badge.png) center no-repeat;
}

.new-offer-on .gallery-block .slider.gallery-slider1 ul li:before {
  left: 5px;
}

.new-offer-on .gallery-block .slider.gallery-slider2 ul li:before {
  right: 5px;
}

.new-offer-on .first-block .styled-frame {
  height: 600px;
}

.new-offer-on .first-block .styled-frame:before, .new-offer-on .first-block .styled-frame:after, .new-offer-on .first-block .styled-frame .styled-form:before {
  content: "";
  display: block;
  position: absolute;
  -ms-background-size: contain;
  -o-background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

.new-offer-on .first-block .styled-frame:before {
  top: 1px;
  right: 1px;
  width: 116px;
  height: 77px;
  background: url(../img/new-offer-first-block-bg1.jpg) top right no-repeat;
}

.new-offer-on .first-block .styled-frame:after {
  bottom: 1px;
  left: 342px;
  width: 247px;
  height: 116px;
  background: url(../img/new-offer-first-block-bg2.jpg) top right no-repeat;
}

.new-offer-on .first-block .styled-frame .styled-form:before {
  bottom: 1px;
  right: 1px;
  width: 158px;
  height: 67px;
  background: url(../img/new-offer-first-block-bg3.jpg) top right no-repeat;
}

.new-offer-on .first-block .styled-frame .form-wrapper {
  padding-top: 30px;
}

.new-offer-on .first-block .styled-frame .form-wrapper .form {
  position: relative;
  z-index: 1;
}

.new-offer-on .first-block .styled-frame .form-wrapper .new-offer-title1 {
  position: relative;
  right: -30px;
  width: 350px;
  height: 75px;
  background: url(../img/new-offer-first-block-title.png) center no-repeat;
}

.new-offer-on .first-block .styled-frame .form-wrapper .new-offer-title2 {
  font-weight: 500;
  font-size: 36px;
}

.new-offer-on .first-block .styled-frame .form-wrapper .new-offer-title3 {
  font-weight: 500;
  font-size: 48px;
}

.new-offer-on .first-block .styled-frame .form-wrapper .new-offer-title3.title1:after {
  margin-top: 15px;
}

.first-block {
  position: relative;
}

.first-block.variation1-on .main-image {
  background-image: url(../img/main-image-var1.jpg);
}

.first-block.variation1-on .main-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  height: 60px;
}

.first-block.variation1-on .logo {
  position: absolute;
  top: 12px;
  left: 0;
}

.first-block:before, .first-block:after {
  content: "";
  display: block;
  position: absolute;
}

.first-block:before {
  width: 983px;
  height: 819px;
  right: 0;
  top: 710px;
  background-image: url(../img/first-block-bg1.jpg);
}

.first-block:after {
  width: 1333px;
  height: 685px;
  left: 0;
  bottom: 85px;
  background-image: url(../img/first-block-bg2.jpg);
}

.first-block .main-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  margin-right: -274px;
  height: 950px;
  background-image: url(../img/main-image.jpg);
  background-position: center;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.first-block .main-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -6.7708333333vw;
  width: 4.6875vw;
  height: 7.8125vw;
  background-image: url("../img/desktop-isr.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.first-block .inner {
  position: relative;
  z-index: 1;
}

.first-block .inner.first {
  padding-top: 37px;
}

.first-block .inner.last {
  padding-bottom: 75px;
}

.first-block .made-in-italy {
  position: absolute;
  z-index: 2;
  bottom: 25px;
  left: 50px;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  padding: 0 20px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  border-radius: 25px;
}

.first-block .made-in-italy i {
  float: left;
  background-color: #39b54a;
  width: 48px;
  margin-right: 5px;
  position: relative;
  top: 5px;
}

.first-block .made-in-italy i:before, .first-block .made-in-italy i:after {
  content: "";
  float: right;
  width: 16px;
  height: 12px;
}

.first-block .made-in-italy i:before {
  background-color: #ed1c24;
}

.first-block .made-in-italy i:after {
  background-color: #fff;
}

.first-block .down {
  position: absolute;
  bottom: -15px;
  right: 230px;
  width: 50px;
  height: 50px;
  background: -moz-linear-gradient(-45deg, #a08044, #f5d487);
  background: -webkit-linear-gradient(-45deg, #a08044, #f5d487);
  background: linear-gradient(-45deg, #a08044, #f5d487);
}

.first-block .down.fixed {
  position: fixed;
  bottom: 40px;
  right: 50%;
  margin-right: -45px;
  z-index: 80;
}

.first-block .down.animate {
  -webkit-animation: main-down-animation 1.25s infinite ease-in-out;
  animation: main-down-animation 1.25s infinite ease-in-out;
}

.first-block .down.animate:before {
  -webkit-animation: main-down-before-animation 1.25s infinite ease-in-out;
  animation: main-down-before-animation 1.25s infinite ease-in-out;
}

.first-block .down:hover:after {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.first-block .down, .first-block .down:before, .first-block .down:after {
  -moz-border-radius: 120px;
  -webkit-border-radius: 120px;
  -khtml-border-radius: 120px;
  border-radius: 120px;
}

.first-block .down:before, .first-block .down:after {
  content: "";
  display: block;
  position: absolute;
}

.first-block .down:before {
  top: -10px;
  bottom: -10px;
  right: -10px;
  left: -10px;
  border: 1px solid #b5a170;
}

.first-block .down:after {
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  visibility: hidden;
  background: -moz-linear-gradient(-45deg, #8f7036, #e1bf6e);
  background: -webkit-linear-gradient(-45deg, #8f7036, #e1bf6e);
  background: linear-gradient(-45deg, #8f7036, #e1bf6e);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.first-block .down .arrow {
  margin: 16px auto 0;
  background-color: #000;
  width: 2px;
  height: 18px;
  position: relative;
  z-index: 2;
  display: block;
}

.first-block .down .arrow:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  bottom: 0;
  right: -3px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.first-block .header::after {
  content: "";
  display: block;
  clear: both;
}

.first-block .phone {
  float: right;
  font-weight: 200;
  color: #fff;
}

.first-block .phone:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #e5dddb;
  margin-left: 5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}

.first-block .phone .number {
  display: inline-block;
  font-weight: 400;
  font-size: 22px;
  position: relative;
  top: 2px;
  direction: ltr;
  margin-right: 5px;
}

.first-block .logo {
  width: 156px;
  height: 32px;
  float: left;
  background-image: url(../img/logo.png);
}

.first-block .lines:before, .first-block .lines:after {
  content: "";
  display: block;
  position: absolute;
}

.first-block .lines.white:before, .first-block .lines.white:after {
  background-color: #fff;
  right: 0;
  width: 638px;
  height: 1px;
}

.first-block .lines.white:before {
  top: 0;
}

.first-block .lines.white:after {
  bottom: 0;
}

.first-block .lines.black:before, .first-block .lines.black:after {
  background-color: #000;
  top: 0;
  left: 0;
}

.first-block .lines.black:before {
  width: 342px;
  height: 1px;
}

.first-block .lines.black:after {
  width: 1px;
  height: 74px;
}

.first-block .styled-frame {
  width: 980px;
  height: 590px;
  margin-top: 145px;
  border-right: 1px solid #fff;
  position: relative;
  right: -130px;
  margin-bottom: 245px;
}

.first-block .styled-frame .form-wrapper {
  padding: 70px 130px 0 0;
  max-width: 460px;
}

.first-block .styled-frame .form-wrapper .title1 {
  font-size: 48px;
  font-weight: 500;
}

.first-block .styled-frame .form-wrapper .title1:after {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  margin: 25px 0 40px;
  background-color: #fff;
}

.first-block .styled-frame .form-wrapper .title2 {
  font-weight: 200;
  font-size: 24px;
}

.first-block .styled-frame .form-wrapper > p {
  margin: 15px 0 30px;
}

.first-block .main-block .styled-form form input[type=text], .first-block .main-block .styled-form form input[type=tel] {
  width: 48.696%;
}

.first-block .main-block .styled-form form .submit-bt {
  width: 100%;
  margin-top: 12px;
}

.first-block .main-block .styled-form form input[type=text] {
  float: right;
}

.first-block .main-block .styled-form form input[type=tel] {
  float: left;
}

.title-line {
  font-size: 30px;
  font-family: "Arimo";
  font-weight: 400;
  overflow: visible;
}

.title-line span:not(.editable-span) {
  display: inline-block;
  position: relative;
}

.title-line span:not(.editable-span):before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  right: -9999px;
  margin: -1px 0 0 20px;
  height: 1px;
  background-color: hsla(0, 0%, 100%, 0.25);
}

.slider {
  position: relative;
}

.slider ul {
  list-style: none;
}

.slider ul li {
  direction: rtl;
}

.slider ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

.slider .bx-wrapper {
  direction: ltr;
}

.slider .bx-pager {
  display: none;
}

.slider .bx-pager a {
  position: relative;
  z-index: 1;
}

.slider .bx-controls-direction {
  display: none;
}

.marked-list, .gallery-block .text ul, .third-block .text ul {
  list-style: none;
  font-size: 16px;
}

.marked-list li, .gallery-block .text ul li, .third-block .text ul li {
  padding-right: 20px;
  margin-bottom: 20px;
  position: relative;
}

.marked-list li:before, .gallery-block .text ul li:before, .third-block .text ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: 0;
  width: 8px;
  height: 8px;
  background-color: #fff;
}

.gallery-block::after {
  content: "";
  display: block;
  clear: both;
}

.gallery-block.slider-left {
  margin: 0 0 45px 235px;
}

.gallery-block.slider-left .title-line {
  margin-bottom: 60px;
}

.gallery-block.slider-left .text {
  float: right;
  width: 33.835%;
}

.gallery-block.slider-left .slider-wrapper {
  float: left;
  margin-top: 60px;
  width: 62.105%;
}

.gallery-block.slider-left .slider-wrapper:before {
  top: -60px;
  left: -30px;
}

.gallery-block.slider-left .slider-wrapper .label {
  top: 160px;
  left: -300px;
}

.gallery-block.slider-left .slider-wrapper .label.hide {
  -ms-transform: rotate(90deg) translateY(600px);
  -webkit-transform: rotate(90deg) translateY(600px);
  transform: rotate(90deg) translateY(600px);
}

.gallery-block.slider-left .slider-wrapper .bx-controls-direction {
  right: -47px;
}

.gallery-block.slider-left .slider-wrapper .bx-controls-direction a.bx-next {
  border-left: none;
  background: rgba(0, 0, 0, 0);
  border-color: #676869;
}

.gallery-block.slider-left .slider-wrapper .bx-controls-direction a.bx-prev {
  border-right: none;
  background-color: #171717;
}

.gallery-block.slider-right {
  margin-left: 100px;
  margin-bottom: 100px;
}

.gallery-block:last-child {
  margin-bottom: 0;
}

.gallery-block.slider-right .title-line {
  margin-bottom: 115px;
}

.gallery-block.slider-right .slider-wrapper {
  float: right;
  margin-right: 7.167%;
  width: 56.382%;
}

.gallery-block.slider-right .slider-wrapper:before {
  top: -60px;
  right: -30px;
}

.gallery-block.slider-right .slider-wrapper .label {
  top: 160px;
  right: -285px;
}

.gallery-block.slider-right .slider-wrapper .label.hide {
  -ms-transform: rotate(90deg) translateY(-600px);
  -webkit-transform: rotate(90deg) translateY(-600px);
  transform: rotate(90deg) translateY(-600px);
}

.gallery-block.slider-right .slider-wrapper .bx-controls-direction {
  left: -47px;
}

.gallery-block.slider-right .slider-wrapper .bx-controls-direction a.bx-next {
  border-left: none;
  background-color: #171717;
}

.gallery-block.slider-right .slider-wrapper .bx-controls-direction a.bx-prev {
  border-right: none;
  background: rgba(0, 0, 0, 0);
  border-color: #676869;
}

.gallery-block.slider-right .text {
  float: left;
  width: 30.717%;
  margin-top: 70px;
}

.gallery-block .text::after {
  content: "";
  display: block;
  clear: both;
}

.gallery-block .text .title {
  font-size: 24px;
  font-weight: 500;
}

.gallery-block .text .adorado-c-gold {
  font-weight: 200;
}

.gallery-block .text > p {
  margin: 15px 0 35px;
}

.gallery-block .text ul {
  margin: 30px 0 40px 0;
}

.gallery-block .text .button {
  font-weight: 200;
  height: 48px;
  padding: 0 55px 0 40px;
  color: #a88e53;
  float: right;
  line-height: 46px;
}

.gallery-block .text .button:hover i {
  background-color: #fff;
  transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
}

.gallery-block .text .button:hover i, .gallery-block .text .button:hover i:before {
  -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  -ms-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.gallery-block .text .button:hover i:before {
  border-color: #fff;
}

.gallery-block .text .button i {
  display: inline-block;
  position: relative;
  top: -4px;
  margin-right: 20px;
  overflow: visible;
  width: 15px;
  height: 1px;
  background-color: #a88e53;
}

.gallery-block .text .button i, .gallery-block .text .button i:before {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.gallery-block .text .button i:before {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 5px;
  height: 5px;
  border-top: 2px solid #a88e53;
  border-left: 2px solid #a88e53;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.gallery-block .slider, .gallery-block .slider ul li img {
  height: 416px;
}

.gallery-block .slider-wrapper {
  overflow: visible;
  position: relative;
  z-index: 1;
}

.gallery-block .slider-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 385px;
  height: 410px;
  border: 1px solid #646464;
}

.gallery-block .slider-wrapper .label {
  font-size: 63px;
  color: #212121;
  font-weight: 800;
  position: absolute;
  width: 415px;
  text-align: left;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.gallery-block .slider-wrapper .label.hide {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.gallery-block .slider-wrapper .slide-label {
  display: none;
}

.gallery-block .slider-wrapper .bx-controls .bx-controls-direction {
  display: block;
  position: absolute;
  top: 10px;
}

.gallery-block .slider-wrapper .bx-controls .bx-controls-direction a {
  position: relative;
  width: 46px;
  height: 46px;
  border: 1px solid #171717;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.gallery-block .slider-wrapper .bx-controls .bx-controls-direction a.bx-next {
  float: right;
}

.gallery-block .slider-wrapper .bx-controls .bx-controls-direction a.bx-next:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  left: 14px;
}

.gallery-block .slider-wrapper .bx-controls .bx-controls-direction a.bx-prev {
  float: left;
}

.gallery-block .slider-wrapper .bx-controls .bx-controls-direction a.bx-prev:after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  left: 19px;
}

.gallery-block .slider-wrapper .bx-controls .bx-controls-direction a:hover {
  border-color: #fbdb8c;
  -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  -ms-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.gallery-block .slider-wrapper .bx-controls .bx-controls-direction a:before {
  background: -moz-linear-gradient(90deg, #fbdb8c, #a58447);
  background: -webkit-linear-gradient(90deg, #fbdb8c, #a58447);
  background: linear-gradient(90deg, #fbdb8c, #a58447);
}

.gallery-block .slider-wrapper .bx-controls .bx-controls-direction a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: 16px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.container.variation-on .page-wrapper > .second-block {
  display: none;
}

.container.variation-on .page-wrapper .second-block-clone {
  display: block;
}

.second-block {
  height: 439px;
  position: relative;
}

.second-block.second-block-clone {
  display: none;
  top: -50px;
}

.second-block:before, .second-block:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  background-image: url(../img/second-block-bg.jpg);
}

.second-block:before {
  right: 0;
  width: 586px;
  background-position: right;
}

.second-block:after {
  left: 0;
  width: 1449px;
  background-position: left;
}

.second-block .inner {
  position: relative;
  z-index: 1;
  padding-top: 65px;
}

.second-block .frame {
  max-width: 1154px;
  min-height: 315px;
  border: 1px solid hsla(0, 0%, 100%, 0.4);
  border-top: none;
  position: relative;
}

.second-block .frame-title {
  overflow: hidden;
  padding-right: 30px;
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  font-family: "Arimo";
  font-weight: 400;
  font-size: 24px;
}

.second-block .frame-title span:not(.editable-span) {
  display: inline-block;
  position: relative;
}

.second-block .frame-title span:not(.editable-span):before, .second-block .frame-title span:not(.editable-span):after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: hsla(0, 0%, 100%, 0.4);
}

.second-block .frame-title span:not(.editable-span):before {
  left: 100%;
  margin-left: 15px;
  right: -9999px;
}

.second-block .frame-title span:not(.editable-span):after {
  right: 100%;
  margin-right: 35px;
  left: -9999px;
}

.second-block .wrapper {
  max-width: 625px;
  padding: 55px 35px 0 0;
}

.second-block .timer {
  float: left;
  direction: ltr;
  width: 50.4%;
  font-size: 60px;
  font-family: "Arimo";
  font-weight: 400;
}

.second-block .text {
  float: right;
  width: 47.2%;
  margin: 8px 0 40px;
  font-size: 16px;
}

.second-block .text p {
  margin: 0;
}

.second-block .title {
  font-size: 22px;
  font-weight: 400;
  line-height: 29px;
}

.second-block .marked-text {
  margin-bottom: 25px;
  clear: both;
}

.second-block .marked-text:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  background: -moz-linear-gradient(90deg, #f9d98a, #ab8a4c);
  background: -webkit-linear-gradient(90deg, #f9d98a, #ab8a4c);
  background: linear-gradient(90deg, #f9d98a, #ab8a4c);
}

.second-block .styled-form input[type=text], .second-block .styled-form input[type=tel], .second-block .styled-form input[type=email] {
  float: right;
  width: 35.68%;
  margin-left: 1.6%;
}

.second-block .styled-form .submit-bt {
  float: right;
  width: 24.96%;
}

.third-block {
  background: url(../img/third-block-bg.jpg) left no-repeat;
  height: 835px;
}

.third-block .inner {
  padding-top: 60px;
}

.third-block .inner::after {
  content: "";
  display: block;
  clear: both;
}

.third-block .title-line {
  margin-bottom: 55px;
}

.third-block .video {
  float: right;
  width: 59.744%;
  height: 530px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.third-block .video:hover .play-video {
  border-left-color: #f5d17e;
}

.third-block .video:hover img {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=$s, M12=0, M21=0, M22=$s, SizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.03, M12=0, M21=0, M22=1.03, SizingMethod="auto expand");
}

.third-block .video .play-video, .third-block .video img {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.third-block .video .play-video {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -35px -64px 0 0;
  border: 35px solid rgba(0, 0, 0, 0);
  border-left: 55px solid #fff;
}

.third-block .video picture, .third-block .video img, .third-block .video iframe {
  width: 100%;
  height: 100%;
}

.third-block .video img {
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

.third-block .text {
  padding-top: 30px;
  float: left;
  width: 28.754%;
  margin-left: 6.39%;
}

.third-block .text .title {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 24px;
}

.third-block .text .adorado-c-gold {
  font-weight: 200;
}

.third-block .text ul {
  margin: 55px 0 30px;
  padding-bottom: 35px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.4);
}

.third-block .text ul li {
  margin-bottom: 7px;
}

.third-block .text .badges picture:not(:last-child) {
  margin-left: 25px;
}

@media all and (min-width: 769px) {
  .fourth-block .slider ul li:hover a:before, .fourth-block .slider ul li:hover a:after, .fourth-block .slider ul li:hover .text, .fourth-block .slider ul li:hover .clone {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  .fourth-block .slider ul li:hover .clone {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .fourth-block .slider ul li:hover .text {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fourth-block {
  position: relative;
  background-color: #0e0e0e;
  padding-bottom: 40px;
}

.fourth-block:before {
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  background-color: rgba(71, 71, 71, 0.2);
}

.fourth-block .inner {
  position: relative;
}

.fourth-block .title-line {
  position: absolute;
  top: -95px;
  right: 0;
}

.fourth-block .slider, .fourth-block .slider ul li img {
  height: 365px;
}

.fourth-block .slider ul li a:before, .fourth-block .slider ul li a:after, .fourth-block .slider ul li .clone, .fourth-block .slider ul li .text {
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.fourth-block .slider ul li a {
  display: block;
  position: relative;
  line-height: 0;
  overflow: hidden;
}

.fourth-block .slider ul li a:before, .fourth-block .slider ul li a:after {
  display: block;
  position: absolute;
  z-index: 1;
}

.fourth-block .slider ul li a:before {
  z-index: 2;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.fourth-block .slider ul li a:after {
  font-family: "icomoon";
  top: 50%;
  right: 50%;
  margin: -40px -15px 0 0;
  font-size: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.fourth-block .slider ul li .clone {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
}

.fourth-block .slider ul li .text {
  line-height: initial;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 60px;
  background-color: #0e0e0e;
  color: #fff;
  font-size: 14px;
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.fourth-block .slider ul li .text .first {
  font-size: 18px;
}

.fourth-block .slider ul li .text .first:after {
  content: "|";
  display: inline-block;
  margin: 0 10px 0 5px;
  color: #b9b9b9;
  font-size: 13px;
}

.fourth-block .slider .bx-pager {
  display: block;
  position: absolute;
  bottom: -33px;
  left: 0;
  right: 0;
  text-align: center;
}

.fourth-block .slider .bx-pager .bx-pager-item {
  display: inline-block;
}

.fourth-block .slider .bx-pager .bx-pager-item:not(:last-child) {
  margin-right: 10px;
}

.fourth-block .slider .bx-pager .bx-pager-item a {
  display: inline-block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  text-indent: -99px;
  background: #959595;
}

.fourth-block .slider .bx-pager .bx-pager-item a.active {
  background: -moz-linear-gradient(90deg, #fcdb8c, #a68445);
  background: -webkit-linear-gradient(90deg, #fcdb8c, #a68445);
  background: linear-gradient(90deg, #fcdb8c, #a68445);
}

.footer .inner {
  padding: 47px 0 60px;
  max-width: 690px;
  margin: 0 auto;
}

.footer .inner::after {
  content: "";
  display: block;
  clear: both;
}

.footer .logo {
  width: 194px;
  height: 40px;
  float: right;
  background-image: url(../img/footer-logo.png);
}

.footer .logo:after {
  content: "";
  display: block;
  position: relative;
  top: 10px;
  left: -70px;
  width: 1px;
  height: 34px;
  background-color: #e5dddb;
  margin: 0 35px 0 30px;
  float: left;
}

.footer .phone {
  float: right;
  width: 410px;
  font-size: 20px;
  font-weight: 400;
  margin: 11px 75px 0 0;
}

.footer .phone .number {
  position: relative;
  top: 1px;
  display: inline-block;
  margin-right: 10px;
  direction: ltr;
  font-size: 22px;
  font-weight: 400;
}

.popup-bg {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 110;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1);
  -moz-opacity: 0.01;
  -khtml-opacity: 0.01;
  opacity: 0.01;
}

.popup-bg, .popup-bg .popup-window {
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}

.popup-bg.show {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.popup-bg.show .popup-window {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.popup-bg .close-bt {
  position: absolute;
  content: "";
  z-index: 1;
  display: block;
  color: #a9a9a9;
  top: 6px;
  left: 12px;
  font-size: 17px;
  font-weight: 200;
}

.popup-bg .close-bt:hover {
  color: #b69556;
}

.popup-bg .popup-window {
  position: fixed;
  background-color: #fff;
  z-index: 111;
  -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.06);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.06);
  -ms-transform: scale(0.1);
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}

.popup-bg .popup-wrapper {
  padding: 10px 15px 15px;
}

.popup-form1 {
  position: absolute;
}

.popup-form1 .popup-window {
  position: absolute;
  width: 440px;
  min-height: 190px;
}

.popup-form1 .popup-window:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: -moz-linear-gradient(90deg, #fbdb8c, #a58447);
  background: -webkit-linear-gradient(90deg, #fbdb8c, #a58447);
  background: linear-gradient(90deg, #fbdb8c, #a58447);
}

.popup-form1 .popup-wrapper {
  padding: 20px 45px 20px;
  color: #040404;
  font-weight: 200;
  text-align: center;
}

.popup-form1 .popup-wrapper > p {
  margin: 0 0 17px;
  font-size: 16px;
}

.popup-form1 .title {
  font-weight: 400;
}

.popup-form1 form input[type=text], .popup-form1 form input[type=tel], .popup-form1 form .submit-bt {
  font-size: 14px;
}

.popup-form1 form input[type=text], .popup-form1 form input[type=tel] {
  width: 99%;
  height: 31px;
  text-indent: 25px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #e1e1e1;
  margin-bottom: 10px;
  font-weight: 200;
  color: #3e3e3e;
}

.popup-form1 form input[type=text]::-webkit-input-placeholder, .popup-form1 form input[type=tel]::-webkit-input-placeholder {
  color: #040404;
}

.popup-form1 form input[type=text]:-moz-placeholder, .popup-form1 form input[type=tel]:-moz-placeholder {
  color: #040404;
}

.popup-form1 form input[type=text]::-moz-placeholder, .popup-form1 form input[type=tel]::-moz-placeholder {
  color: #040404;
}

.popup-form1 form input[type=text]:-ms-input-placeholder, .popup-form1 form input[type=tel]:-ms-input-placeholder {
  color: #040404;
}

.popup-form1 form .submit-bt {
  clear: both;
  border: none;
  background: #000;
  font-weight: 500;
  width: 100%;
  height: 33px;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}

.popup-form1 form .submit-bt:hover {
  background-color: #333;
}

.popup-form1 form .submit-bt:hover:before {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.popup-form1 form .submit-bt:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  visibility: hidden;
  background: -moz-linear-gradient(90deg, #fbdb8c, #a58447);
  background: -webkit-linear-gradient(90deg, #fbdb8c, #a58447);
  background: linear-gradient(90deg, #fbdb8c, #a58447);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.popup-form1 form input[type=text], .popup-form1 form input[type=tel], .popup-form1 form .field:before {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.popup-form1 form .field {
  position: relative;
  width: 47.714%;
}

.popup-form1 form .field:before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  right: 8px;
  font-family: "icomoon";
  color: #b2b2b2 !important;
}

.popup-form1 form .field.name {
  float: right;
}

.popup-form1 form .field.name:before {
  font-size: 11px;
}

.popup-form1 form .field.tel {
  float: left;
}

.popup-form1 form .field.tel:before {
  font-size: 10px;
}

.popup-form1 form .field.focus input {
  border-color: #f3bb3d;
}

.popup-form1 form .field.focus:before {
  color: #f3bb3d;
}

.call-form-button {
  position: fixed;
  bottom: 160px;
  left: 50px;
  z-index: 90;
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  background: -moz-linear-gradient(45deg, #f3d385, #ac8c4d);
  background: -webkit-linear-gradient(45deg, #f3d385, #ac8c4d);
  background: linear-gradient(45deg, #f3d385, #ac8c4d);
}

.call-form-button:hover {
  -webkit-animation: buzz-out-animation 3s 1 linear;
  animation: buzz-out-animation 3s 1 linear;
}

.call-form-button:hover:after {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.call-form-button, .call-form-button:after {
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  border-radius: 40px;
}

.call-form-button:before {
  display: block;
  font-family: "icomoon";
  color: #000 !important;
  font-size: 24px;
  position: relative;
  top: 18px;
  right: 18px;
}

.call-form-button:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  visibility: hidden;
  background: -moz-linear-gradient(45deg, #f5bd45, #986700);
  background: -webkit-linear-gradient(45deg, #f5bd45, #986700);
  background: linear-gradient(45deg, #f5bd45, #986700);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.popup-form2 .popup-window {
  width: 570px;
  height: 105px;
  bottom: 35px;
  left: 50px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

.popup-form2 .popup-window:before {
  content: "";
  display: block;
  border: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid #fff;
  position: absolute;
  bottom: 100%;
  left: 20px;
}

.popup-form2 .popup-wrapper {
  padding: 12px 20px 0;
  color: #040404;
  font-weight: 200;
}

.popup-form2 .popup-wrapper > p {
  margin: 0 0 17px;
  font-size: 16px;
}

.popup-form2 .title {
  font-weight: 400;
}

.popup-form2 form::after {
  content: "";
  display: block;
  clear: both;
}

.popup-form2 form input[type=text], .popup-form2 form input[type=tel], .popup-form2 form .submit-bt {
  font-size: 14px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.popup-form2 form input[type=text], .popup-form2 form input[type=tel] {
  float: right;
  width: 185px;
  height: 32px;
  text-indent: 2px;
  background: rgba(0, 0, 0, 0);
  font-weight: 200;
  color: #3e3e3e;
  border: none;
  border-bottom: 1px solid #c3c3c3;
}

.popup-form2 form input[type=text]::-webkit-input-placeholder, .popup-form2 form input[type=tel]::-webkit-input-placeholder {
  color: #535353;
}

.popup-form2 form input[type=text]:-moz-placeholder, .popup-form2 form input[type=tel]:-moz-placeholder {
  color: #535353;
}

.popup-form2 form input[type=text]::-moz-placeholder, .popup-form2 form input[type=tel]::-moz-placeholder {
  color: #535353;
}

.popup-form2 form input[type=text]:-ms-input-placeholder, .popup-form2 form input[type=tel]:-ms-input-placeholder {
  color: #535353;
}

.popup-form2 form input[type=text]:focus, .popup-form2 form input[type=tel]:focus {
  border-bottom-color: #ab8a4e;
}

.popup-form2 form input[type=text] {
  margin-left: 9px;
}

.popup-form2 form .submit-bt {
  float: left;
  width: 136px;
  border: none;
  height: 33px;
  font-weight: 500;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
}

.popup-close {
  background-color: rgba(0, 0, 0, 0.7);
}

.popup-close .popup-close-close {
  position: absolute;
  width: 16px;
  height: 15px;
  top: 20px;
  left: 20px;
  background-image: url(../img/popup-close-close.png);
}

.popup-close .popup-window {
  background-color: #0a0a0a;
  -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
  top: 50%;
  right: 50%;
  width: 950px;
  height: 475px;
  margin: -237.5px -475px 0 0;
}

.popup-close .popup-window:after {
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(90deg, #fddb91, #a48447);
  background: -webkit-linear-gradient(90deg, #fddb91, #a48447);
  background: linear-gradient(90deg, #fddb91, #a48447);
}

.popup-close .popup-wrapper {
  text-align: center;
  padding: 40px 0 0 0;
  margin: 0 auto;
  max-width: 620px;
}

.popup-close .logo {
  width: 215px;
  height: 45px;
  margin: 0 auto 60px;
  background-image: url(../img/popup-close-logo.png);
}

.popup-close .title1, .popup-close .title2 {
  font-size: 30px;
}

.popup-close .title1 {
  font-weight: 400;
  margin-bottom: 5px;
}

.popup-close .title2 {
  margin-bottom: 60px;
}

.popup-close .marked-text {
  margin-bottom: 40px;
}

.popup-close .marked-text:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  background: -moz-linear-gradient(90deg, #f9d98a, #ab8a4c);
  background: -webkit-linear-gradient(90deg, #f9d98a, #ab8a4c);
  background: linear-gradient(90deg, #f9d98a, #ab8a4c);
}

.popup-close .styled-form {
  max-width: 560px;
  margin: 0 auto;
}

.popup-close form {
  position: relative;
}

.popup-close form:before {
  content: "";
  display: block;
  position: absolute;
  width: 46px;
  height: 89px;
  top: -60px;
  left: 100%;
  margin-left: 30px;
  background-image: url(../img/popup-close-arrow.png);
}

.popup-close form input[type=text], .popup-close form input[type=tel] {
  float: right;
  width: 223px;
}

.popup-close form input[type=text] {
  margin-left: 10px;
}

.popup-close form .submit-bt {
  float: left;
  width: 95px;
}

.wmcfa-popup {
  color: #1f1f1f;
  font-weight: 400;
}

.wm-poweredby {
  background-color: #060606;
}

.wm-poweredby-logo {
  cursor: pointer;
}

.line {
  width: 75px;
  height: 5px;
  margin: 30px auto 50px;
  border: none;
  background-color: #ffa800;
}

html.thankyou-page {
  background: #fff;
}

html.thankyou-page, html.thankyou-page body, html.thankyou-page main, html.thankyou-page #content, html.thankyou-page .content-block {
  height: 100%;
}

html.thankyou-page body {
  padding: 0 !important;
}

html.thankyou-page .thx-button {
  min-height: 50px;
  max-width: 300px;
  text-align: center;
  color: #fff;
  background: #e2bb78;
  font-weight: 500;
  letter-spacing: 1px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

html.thankyou-page .thx-button:hover {
  background: #ddb063;
}

.bg_block {
  height: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0) url("../img/thx_bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg_block::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.center_line {
  position: relative;
  max-width: 570px;
  margin: 0 auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10vw 20px;
}

.center_line .line {
  max-width: 365px;
  width: 100%;
  padding: 0 50px;
  height: 1px;
  background-color: #fff;
}

.center_line p {
  color: #fff;
  font-size: 24px;
  margin-top: 30px;
  font-weight: 400;
}

@media all and (max-width: 768px) {
  body .wmwh-popup {
    bottom: 40px !important;
  }
}
[class^=mobile-], [class*=" mobile-"] {
  display: none;
}

@media all and (max-width: 768px) {
  [class^=desktop-], [class*=" desktop-"] {
    display: none;
  }
  [class^=mobile-], [class*=" mobile-"] {
    display: block;
  }
  [class^=mobile-425-], [class*=" mobile-425-"], [class^=mobile-768-], [class*=" mobile-768-"] {
    display: none;
  }
}
@media all and (max-width: 425px) {
  [class^=mobile-425-], [class*=" mobile-425-"] {
    display: block;
  }
}
@media all and (min-width: 426px) {
  [class^=mobile-768-], [class*=" mobile-768-"] {
    display: block;
  }
}
@media all and (max-width: 768px) {
  body {
    padding-bottom: 43px;
  }
  body.overflow-hidden {
    overflow: hidden;
  }
  body.admin-bar .mobile-menu {
    top: 46px;
  }
  body.admin-bar .mobile-menu .bot {
    top: 96px;
  }
  #wemake-acs {
    display: none;
  }
  .container .inner {
    width: auto;
    max-width: 100%;
    padding: 3%;
  }
  .new-offer-on .first-block .styled-frame:before, .new-offer-on .first-block .styled-frame:after, .new-offer-on .first-block .styled-frame .form-wrapper:before {
    display: none;
  }
  .new-offer-on .first-block .styled-frame .form-wrapper .new-offer-title1 {
    position: static;
    margin: 0 auto 40px;
  }
  .new-offer-on .first-block .styled-frame .form-wrapper .new-offer-title2, .new-offer-on .first-block .styled-frame .form-wrapper .new-offer-title3 {
    text-shadow: 1px 1px 1px #fff;
  }
  .new-offer-on .first-block .styled-frame .form-wrapper .new-offer-title2 {
    color: #171717;
  }
  .new-offer-on .gallery-block .slider ul li:before {
    width: 63px;
    height: 63px;
    -ms-background-size: contain;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .first-block.variation1-on .main-image {
    background-image: url(../img/main-image-var1-mobile-768.jpg);
  }
  .first-block.variation1-on .logo {
    position: static;
  }
  .first-block.variation1-on .styled-frame .form-wrapper .title1 {
    color: #fff;
    text-shadow: 1px 1px 5px #000;
  }
  .first-block:before, .first-block:after {
    display: none;
  }
  .first-block .inner {
    padding: 0;
  }
  .first-block .inner.last {
    padding-bottom: 0;
  }
  .first-block .main-image {
    margin: 0;
    top: 0;
    right: 0;
    left: 0;
    height: 555px;
    background-image: url(../img/main-image-mobile-768.jpg);
  }
  .first-block .main-image::after {
    top: 340px;
    right: 0;
    width: 216px;
    height: 80px;
    background-image: url(../img/mobile-isr.png);
    background-position: center right;
  }
  .first-block .made-in-italy {
    color: #fff;
    width: auto;
    bottom: auto;
    top: 425px;
    left: 3%;
    right: auto;
    font-size: 10px;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }
  .first-block .made-in-italy i {
    float: none;
    display: block;
    width: 100%;
    height: 2px;
    margin: 0;
  }
  .first-block .made-in-italy i:before, .first-block .made-in-italy i:after {
    width: 22px;
    height: 2px;
  }
  .first-block .down {
    bottom: 150px;
    right: 50%;
    margin-right: -25px;
    width: 50px;
    height: 50px;
    z-index: 2;
  }
  .first-block .down .arrow {
    height: 18px;
    margin-top: 16px;
  }
  .first-block .down .arrow:before {
    width: 6px;
    height: 6px;
    right: -3px;
  }
  .first-block .header {
    padding: 10px 3%;
  }
  .first-block .phone {
    margin-top: 4px;
  }
  .first-block .phone a {
    color: #171717;
  }
  .first-block .phone > span:not(.number) {
    display: none;
  }
  .first-block .phone:before {
    background-color: #171717;
    margin-left: 0;
    position: relative;
    top: -1px;
    width: 7px;
    height: 7px;
  }
  .first-block .phone .number {
    font-size: 18px;
  }
  .first-block .logo {
    width: 85px;
    background-position: center left;
    background-repeat: no-repeat;
    -ms-background-size: contain;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .first-block .main-block {
    position: relative;
    height: 580px;
  }
  .first-block .styled-frame {
    margin: 20px 0 0 0;
    border: none;
    right: auto;
    width: auto;
    height: auto;
  }
  .first-block .styled-frame .lines {
    display: none;
  }
  .first-block .styled-frame .form-wrapper {
    margin: 0 auto;
    text-align: center;
    padding: 0;
    max-width: 460px;
  }
  .first-block .styled-frame .form-wrapper .title1 {
    font-size: 26px;
    line-height: 30px;
    color: #171717;
    text-shadow: 0 0 0 #fff;
    max-width: 240px;
    margin: 0 auto;
  }
  .first-block .styled-frame .form-wrapper .title1:after {
    display: none;
  }
  .first-block .styled-frame .form-wrapper .title2 {
    font-size: 20px;
  }
  .first-block .styled-frame .form-wrapper .form {
    margin-top: 275px;
    font-size: 16px;
    padding: 20px 3% 20px;
  }
  .first-block .styled-frame .form-wrapper .form > p {
    margin-top: 5px;
  }
  .title-line {
    margin-bottom: 25px;
  }
  .title-line span:before {
    display: none;
  }
  .main-gallery {
    margin-top: 40px;
    padding: 20px 3% 45px;
    background: url(../img/first-block-bg-mobile-768.jpg) bottom no-repeat;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .gallery-block:nth-child(1n) {
    margin: 0;
  }
  .gallery-block:nth-child(1n).slider-left {
    margin-bottom: 40px;
  }
  .gallery-block:nth-child(1n).slider-left .text .title-line {
    display: none;
  }
  .gallery-block:nth-child(1n).slider-right .title-line {
    margin-bottom: 25px;
  }
  .gallery-block:nth-child(1n) .slider {
    margin-bottom: 30px;
  }
  .gallery-block:nth-child(1n) .slider, .gallery-block:nth-child(1n) .slider ul li img {
    height: 47.059vw;
  }
  .gallery-block:nth-child(1n) .slider-wrapper, .gallery-block:nth-child(1n) .text {
    float: none;
    width: auto;
    margin: 0;
  }
  .gallery-block:nth-child(1n) .slider-wrapper:before {
    display: none;
  }
  .gallery-block:nth-child(1n) .slider-wrapper .label {
    top: -61px;
    left: 0;
    right: auto;
    font-size: 30px;
    color: #272727;
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .gallery-block:nth-child(1n) .slider-wrapper .bx-controls .bx-controls-direction {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
  }
  .gallery-block:nth-child(1n) .slider-wrapper .bx-controls .bx-controls-direction a {
    background-color: #171717;
    border-color: #171717;
  }
  .gallery-block:nth-child(1n) .slider-wrapper .bx-controls .bx-controls-direction a.bx-next {
    border-left: 1px solid #2d2d2d;
  }
  .second-block {
    text-align: center;
    height: auto;
    color: #fff;
    background: url(../img/second-block-bg-mobile-768.jpg) center no-repeat;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .second-block.second-block-clone {
    top: auto;
    margin-top: 60px;
  }
  .second-block:before {
    width: auto;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
  }
  .second-block:after {
    display: none;
  }
  .second-block .inner {
    padding: 30px 3%;
  }
  .second-block .frame {
    min-height: 0;
    border: none;
    max-width: 400px;
    margin: 0 auto;
    padding: 0;
  }
  .second-block .frame-title {
    position: static;
    padding: 0;
  }
  .second-block .frame-title span:before, .second-block .frame-title span:after {
    display: none;
  }
  .second-block .wrapper {
    margin: 30px auto 0;
    padding: 0;
  }
  .second-block .text, .second-block .timer {
    float: none;
    margin: 0;
    width: auto;
  }
  .second-block .timer {
    margin: 25px 0;
  }
  .second-block .styled-form input[type=text], .second-block .styled-form input[type=tel] {
    width: 48.7%;
    margin: 0 0 10px 0;
  }
  .second-block .styled-form input[type=tel] {
    float: left;
  }
  .second-block .styled-form .submit-bt {
    width: 100%;
    display: block;
    float: none;
  }
  .third-block {
    background-image: url(../img/third-block-bg-mobile-768.jpg);
    height: auto;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .third-block .inner {
    padding-top: 25px;
    padding-bottom: 35px;
  }
  .third-block .title-line {
    font-size: 26px;
  }
  .third-block .text ul {
    margin-top: 25px;
  }
  .third-block .video, .third-block .text {
    float: none;
    width: auto;
  }
  .third-block .video {
    height: 52.083vw;
    max-height: 500px;
    margin-bottom: 40px;
  }
  .third-block .video .play-video {
    border-width: 25px;
    border-left-width: 35px;
    margin-top: -25px;
    margin-right: -45px;
  }
  .third-block .text {
    padding: 0;
    margin: 0;
  }
  .third-block .badges {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .fourth-block .inner {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .fourth-block .title-line {
    position: static;
  }
  .fourth-block .slider, .fourth-block .slider ul li img {
    height: 58.594vw;
  }
  .fourth-block .slider ul li .text {
    visibility: visible;
    background-color: rgba(14, 14, 14, 0.85);
    padding: 5px 10px;
    text-align: center;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  .fourth-block .slider ul li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .footer .inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer .logo {
    margin: 0 auto;
    float: none;
    width: 100px;
    background-position: center;
    background-repeat: no-repeat;
    -ms-background-size: contain;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .footer .logo:after {
    display: none;
  }
  .mobile-footer {
    display: none;
    text-align: center;
    height: 43px;
    font-size: 15px;
    font-weight: 400;
    line-height: 44px;
    direction: rtl;
    position: fixed;
    z-index: 50;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .mobile-footer::after {
    content: "";
    display: block;
    clear: both;
  }
  .mobile-footer a {
    width: 50%;
    height: 100%;
    line-height: 42px;
    color: #fff;
  }
  .mobile-footer a.call {
    display: block;
    width: 100%;
    background-color: #edcd82;
    position: relative;
    overflow: hidden;
    -moz-box-shadow: inset 130px 1px 148px -35px #a9812c;
    -webkit-box-shadow: inset 130px 1px 148px -35px #a9812c;
    box-shadow: inset 130px 1px 148px -35px #a9812c;
  }
  .mobile-footer a.call:after {
    content: "";
    display: block;
    position: absolute;
    top: -15px;
    bottom: -20px;
    right: -5px;
    left: -20px;
    -moz-box-shadow: inset 0px 1px 80px #e0bf73;
    -webkit-box-shadow: inset 0px 1px 80px #e0bf73;
    box-shadow: inset 0px 1px 80px #e0bf73;
  }
  .mobile-footer a.watsapp {
    float: left;
    background-color: #25da4a;
  }
  .mobile-footer a > svg {
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    margin-left: 8px;
  }
  .mobile-footer a span {
    display: inline-block;
  }
  .poweredby .inner {
    padding: 10px 0;
  }
  .poweredby .inner, .poweredby .inner a {
    color: #fff;
  }
  html .thankyou-page {
    padding: 0;
  }
  html .thankyou-page .image {
    min-height: 160vw;
    background-image: url(../img/thankyou-bg-mobile.jpg);
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
@media all and (max-width: 550px) {
  .first-block .styled-frame .form-wrapper {
    max-width: 90%;
  }
}
@media all and (max-width: 480px) {
  .popup-form1 .popup-window {
    left: 3%;
    right: 3% !important;
    width: auto;
  }
  .popup-form1 .popup-wrapper {
    padding-left: 6%;
    padding-right: 6%;
  }
  .popup-form1 .popup-form1 form input[type=text], .popup-form1 .popup-form1 form input[type=tel] {
    width: 98%;
  }
  .first-block .main-image::after {
    max-width: 160px;
  }
}
@media all and (max-width: 425px) {
  .new-offer-on .first-block .styled-frame .form-wrapper .new-offer-title1 {
    width: 82.353vw;
    height: 17.647vw;
    -ms-background-size: contain;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .new-offer-on .first-block .styled-frame .form-wrapper .form {
    margin-top: 160px;
  }
  .first-block.variation1-on .main-image {
    background-image: url(../img/main-image-var1-mobile-425.jpg);
  }
  .first-block .main-image {
    background-image: url(../img/main-image-mobile-425.jpg);
  }
  .first-block .styled-frame .form-wrapper {
    max-width: none;
  }
  .first-block .styled-frame .form-wrapper .title1 {
    font-size: 6.118vw;
    line-height: 7.059vw;
  }
  .first-block .main-gallery {
    background-image: url(../img/first-block-bg-mobile-425.jpg);
  }
  .second-block {
    background-image: url(../img/second-block-bg-mobile-425.jpg);
  }
  .second-block .frame-title {
    font-size: 5.647vw;
  }
  .second-block .timer {
    font-size: 14.118vw;
  }
  .third-block {
    background-image: url(../img/third-block-bg-mobile-425.jpg);
  }
  .third-block .title-line {
    font-size: 6.118vw;
  }
  .mobile-footer {
    display: block;
  }
}
@media all and (max-width: 375px) {
  .new-offer-on .first-block .styled-frame .form-wrapper .new-offer-title1 {
    margin-bottom: 10.667vw;
  }
  .new-offer-on .first-block .down {
    bottom: 80px;
  }
  .first-block .main-image {
    height: 455px;
    background-position: center top;
  }
  .first-block .main-image::after {
    width: 120px;
    top: 240px;
  }
  .first-block .made-in-italy {
    top: 385px;
  }
  .first-block .styled-frame .form-wrapper .form {
    margin-top: 245px;
  }
  .first-block .main-block {
    height: 540px;
  }
  .third-block .text .badges picture:not(:last-child) {
    margin-left: 10px;
  }
}
[class^=desktop-2560-], [class*=" desktop-2560-"], [class^=desktop-1600-], [class*=" desktop-1600-"] {
  display: none;
}

@media all and (min-width: 1601px) and (min-width: 769px) {
  [class^=desktop-2560-], [class*=" desktop-2560-"] {
    display: block;
  }
}
@media all and (max-width: 1600px) and (min-width: 769px) {
  [class^=desktop-1600-], [class*=" desktop-1600-"] {
    display: block;
  }
}
@media all and (max-width: 2100px) and (min-width: 769px) {
  .second-block {
    background: url(../img/second-block-bg.jpg) right no-repeat;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .second-block:before, .second-block:after {
    display: none;
  }
}
@media all and (max-width: 1880px) and (min-width: 769px) {
  .first-block .styled-frame {
    width: 910px;
    right: -60px;
  }
  .first-block .styled-frame .form-wrapper {
    padding-right: 60px;
  }
  .first-block .lines.white:before, .first-block .lines.white:after {
    width: 567px;
  }
  .new-offer-on .first-block .styled-frame:before {
    zoom: 0.6;
  }
}
@media all and (max-width: 1730px) and (min-width: 769px) {
  .first-block .main-image {
    height: 810px;
  }
  .first-block .phone {
    margin-right: 40px;
  }
  .first-block .styled-frame {
    right: auto;
    width: 850px;
    height: 455px;
  }
  .first-block .styled-frame .form-wrapper {
    padding: 30px 40px 0 0;
    max-width: 430px;
  }
  .first-block .styled-frame .form-wrapper .title1 {
    font-size: 40px;
  }
  .first-block .lines.white:before, .first-block .lines.white:after {
    width: 507px;
  }
  .first-block .lines.black:after {
    height: 32px;
  }
  .new-offer-on .first-block .styled-frame:before {
    zoom: 0.4;
  }
  .new-offer-on .first-block .styled-frame .form-wrapper .new-offer-title1 {
    right: -20px;
    width: 280px;
    height: 60px;
    -ms-background-size: contain;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .new-offer-on .first-block .styled-frame .form-wrapper .new-offer-title2 {
    font-size: 30px;
  }
  .new-offer-on .first-block .styled-frame .form-wrapper .new-offer-title3 {
    font-size: 35px;
  }
  .new-offer-on .first-block .styled-frame .form-wrapper .new-offer-title3.title1:after {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .new-offer-on .first-block .styled-frame .styled-form:after {
    left: 571px;
  }
  .new-offer-on .first-block .styled-frame .styled-form:before, .new-offer-on .first-block .styled-frame .styled-form:after {
    zoom: 0.6;
  }
}
@media all and (max-width: 1630px) and (min-width: 769px) {
  .container .inner {
    max-width: none;
    margin-left: 2%;
    margin-right: 2%;
  }
  .footer .inner {
    max-width: 690px;
    margin: 0 auto;
  }
  .first-block .main-image {
    right: 540px;
    margin: 0;
    height: 48.466vw;
  }
  .first-block .made-in-italy {
    text-shadow: 0 0 1px #fff;
  }
  .first-block .styled-frame {
    margin-top: 115px;
    margin-bottom: 205px;
  }
  .first-block .lines.white:before, .first-block .lines.white:after {
    width: 508px;
  }
  .first-block .lines.black:after {
    height: 30px;
  }
  .title-line span:before {
    display: none;
  }
  .gallery-block.slider-left {
    margin-left: 150px;
  }
  .gallery-block.slider-left .slider-wrapper {
    width: 58.375%;
  }
  .gallery-block.slider-left .text {
    width: 36.042%;
  }
  .gallery-block.slider-right .slider-wrapper {
    margin-right: 105px;
    width: 52.78%;
  }
  .gallery-block.slider-right .slider-wrapper .label {
    right: -285px;
  }
  .gallery-block.slider-right .text {
    width: 32.588%;
  }
  .gallery-block .slider-wrapper:before {
    width: 50%;
  }
}
@media all and (max-width: 1500px) and (min-width: 769px) {
  .first-block .styled-frame {
    margin-top: 85px;
    margin-bottom: 155px;
  }
  .first-block .lines.white:before, .first-block .lines.white:after {
    width: 512px;
  }
  .first-block .lines.black:before {
    width: 339px;
  }
}
@media all and (max-width: 1400px) and (min-width: 769px) {
  .first-block .styled-frame {
    margin-top: 40px;
  }
  .first-block .down {
    position: absolute;
    bottom: -15px;
    right: 110px;
  }
  .gallery-block.slider-right {
    margin-left: 0;
  }
  .third-block {
    height: 785px;
  }
  .third-block .text {
    width: 37%;
    margin: 0;
  }
  .third-block .text .marked-list, .third-block .gallery-block .text ul, .gallery-block .third-block .text ul, .third-block .text ul {
    margin-top: 35px;
  }
  .third-block .video {
    height: 480px;
  }
}
@media all and (max-width: 1300px) and (min-width: 769px) {
  .first-block .styled-frame {
    height: 380px;
  }
  .first-block .styled-frame .form-wrapper .title1 {
    font-size: 31px;
  }
  .first-block .styled-frame .form-wrapper .title1:after {
    margin: 15px 0 20px;
  }
  .first-block .styled-frame .form-wrapper > p {
    margin: 5px 0 20px;
  }
  .first-block .lines.white:before, .first-block .lines.white:after {
    width: 514px;
  }
  .first-block .lines.black:before {
    width: 336px;
  }
  .new-offer-on .first-block .main-image {
    min-height: 620px;
  }
  .new-offer-on .first-block .styled-frame {
    height: 450px;
  }
  .new-offer-on .first-block .styled-frame:before, .new-offer-on .first-block .styled-frame:after, .new-offer-on .first-block .styled-frame .styled-form:before {
    display: none;
  }
}
@media all and (max-width: 1200px) and (min-width: 769px) {
  .first-block .phone {
    margin-right: 30px;
  }
  .first-block .main-image {
    right: 475px;
  }
  .first-block .styled-frame {
    width: 786px;
    height: 310px;
    margin-top: 60px;
    margin-bottom: 15vw;
  }
  .first-block .styled-frame .form-wrapper {
    max-width: 390px;
    padding: 25px 29px 0 0;
  }
  .first-block .styled-frame .form-wrapper .title1 {
    font-size: 23px;
  }
  .first-block .styled-frame .form-wrapper .title2 {
    font-size: 21px;
  }
  .first-block .lines.white:before, .first-block .lines.white:after {
    width: 452px;
  }
  .first-block .lines.black:before {
    width: 336px;
  }
}
@media all and (max-width: 1100px) and (min-width: 769px) {
  .first-block .lines.black:before {
    width: 333px;
  }
  .gallery-block.slider-left {
    margin-left: 70px;
    margin-bottom: 75px;
  }
  .gallery-block.slider-left .text {
    width: 49%;
  }
  .gallery-block.slider-left .slider-wrapper {
    width: 45%;
  }
  .gallery-block.slider-left .slider-wrapper:before {
    left: -20px;
  }
  .gallery-block.slider-left .slider-wrapper .label {
    top: 170px;
    left: -263px;
  }
  .gallery-block.slider-right .text {
    width: 42%;
    margin-top: 90px;
  }
  .gallery-block.slider-right .slider-wrapper {
    width: 45%;
    margin-right: 75px;
  }
  .gallery-block.slider-right .slider-wrapper:before {
    right: -20px;
  }
  .gallery-block.slider-right .slider-wrapper .label {
    top: 171px;
    right: -265px;
  }
  .gallery-block .slider-wrapper .label {
    font-size: 43px;
  }
  .gallery-block .slider, .gallery-block .slider ul li img {
    height: 290px;
  }
  .third-block .video {
    width: 55%;
    height: 410px;
    margin-top: 35px;
  }
  .third-block .text {
    width: 42%;
  }
}
@media all and (max-width: 1050px) and (min-width: 769px) {
  .first-block .main-image {
    height: 510px;
  }
  .first-block .styled-frame {
    width: 726px;
  }
  .first-block .lines.white:before, .first-block .lines.white:after {
    width: 454px;
  }
  .first-block .lines.black:before {
    width: 272px;
  }
}
@media all and (max-width: 900px) and (min-width: 769px) {
  .first-block .down {
    right: -110px;
  }
}
@font-face {
  font-family: "Arimo";
  font-style: "normal";
  font-weight: 400;
  font-display: fallback;
  src: url("../fonts/Arimo-Regular.eot?");
  src: url("../fonts/Arimo-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Arimo-Regular.woff") format("woff"), url("../fonts/Arimo-Regular.woff2") format("woff2"), url("../fonts/Arimo-Regular.ttf") format("truetype"), url("../fonts/Arimo-Regular.svg#Arimo-Regular") format("svg");
}
@font-face {
  font-family: "Heebo";
  font-style: "normal";
  font-weight: 800;
  font-display: fallback;
  src: url("../fonts/Heebo-Black.eot?");
  src: url("../fonts/Heebo-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Heebo-Black.woff") format("woff"), url("../fonts/Heebo-Black.woff2") format("woff2"), url("../fonts/Heebo-Black.ttf") format("truetype"), url("../fonts/Heebo-Black.svg#Heebo-Black") format("svg");
}
@font-face {
  font-family: "Heebo";
  font-style: "normal";
  font-weight: 200;
  font-display: fallback;
  src: url("../fonts/Heebo-Light.eot?");
  src: url("../fonts/Heebo-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Heebo-Light.woff") format("woff"), url("../fonts/Heebo-Light.woff2") format("woff2"), url("../fonts/Heebo-Light.ttf") format("truetype"), url("../fonts/Heebo-Light.svg#Heebo-Light") format("svg");
}
@font-face {
  font-family: "Heebo";
  font-style: "normal";
  font-weight: 500;
  font-display: fallback;
  src: url("../fonts/Heebo-Medium.eot?");
  src: url("../fonts/Heebo-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Heebo-Medium.woff") format("woff"), url("../fonts/Heebo-Medium.woff2") format("woff2"), url("../fonts/Heebo-Medium.ttf") format("truetype"), url("../fonts/Heebo-Medium.svg#Heebo-Medium") format("svg");
}
@font-face {
  font-family: "Heebo";
  font-style: "normal";
  font-weight: 400;
  font-display: fallback;
  src: url("../fonts/Heebo-Regular.eot?");
  src: url("../fonts/Heebo-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Heebo-Regular.woff") format("woff"), url("../fonts/Heebo-Regular.woff2") format("woff2"), url("../fonts/Heebo-Regular.ttf") format("truetype"), url("../fonts/Heebo-Regular.svg#Heebo-Regular") format("svg");
}
@font-face {
  font-family: "Heebo";
  font-style: "normal";
  font-weight: 100;
  font-display: fallback;
  src: url("../fonts/Heebo-Thin.eot?");
  src: url("../fonts/Heebo-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Heebo-Thin.woff") format("woff"), url("../fonts/Heebo-Thin.woff2") format("woff2"), url("../fonts/Heebo-Thin.ttf") format("truetype"), url("../fonts/Heebo-Thin.svg#Heebo-Thin") format("svg");
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icons/icomoon.eot?6ow2wz");
  src: url("../fonts/icons/icomoon.eot?6ow2wz#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?6ow2wz") format("truetype"), url("../fonts/icons/icomoon.woff?6ow2wz") format("woff"), url("../fonts/icons/icomoon.svg?6ow2wz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"], [class^=icon-] i, [class*=" icon-"] i {
  font-style: normal !important;
}

[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-call-answer:before, .popup-form1 form .field.tel:before {
  content: "\e900";
  color: #b2b2b2;
}

.icon-magnifying-glass:before, .fourth-block .slider ul li a:after {
  content: "\e901";
  color: #fdfdfd;
}

.icon-man-user:before, .popup-form1 form .field.name:before {
  content: "\e902";
}

.icon-telephone:before, .call-form-button:before {
  content: "\e903";
}

.button-effect1, .gallery-block .slider-wrapper .bx-controls .bx-controls-direction a {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.button-effect1:before, .gallery-block .slider-wrapper .bx-controls .bx-controls-direction a:before {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.button-effect1:before, .gallery-block .slider-wrapper .bx-controls .bx-controls-direction a:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1);
  -moz-opacity: 0.01;
  -khtml-opacity: 0.01;
  opacity: 0.01;
  -ms-transform: scale(0.1);
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}

.button-effect1:hover:before, .gallery-block .slider-wrapper .bx-controls .bx-controls-direction a:hover:before {
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.button-effect2, .styled-form form .submit-bt, .popup-form2 form .submit-bt {
  position: relative;
  z-index: 1;
  background: -moz-linear-gradient(52deg, #FBDB8C, #e2bb78);
  background: -webkit-linear-gradient(52deg, #FBDB8C, #e2bb78);
  background: linear-gradient(52deg, #FBDB8C, #e2bb78);
}

.button-effect2:hover, .styled-form form .submit-bt:hover, .popup-form2 form .submit-bt:hover {
  -moz-box-shadow: 0px 0px 10px rgba(232, 195, 125, 0.84);
  -webkit-box-shadow: 0px 0px 10px rgba(232, 195, 125, 0.84);
  box-shadow: 0px 0px 10px rgba(232, 195, 125, 0.84);
}

.button-effect2:hover:before, .styled-form form .submit-bt:hover:before, .popup-form2 form .submit-bt:hover:before, .button-effect2:hover:after, .styled-form form .submit-bt:hover:after, .popup-form2 form .submit-bt:hover:after {
  -ms-transform: rotate(45deg) translateX(-140px) translateY(140px);
  -webkit-transform: rotate(45deg) translateX(-140px) translateY(140px);
  transform: rotate(45deg) translateX(-140px) translateY(140px);
}

.button-effect2:before, .styled-form form .submit-bt:before, .popup-form2 form .submit-bt:before, .button-effect2:after, .styled-form form .submit-bt:after, .popup-form2 form .submit-bt:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -85px;
  width: 80px;
  height: 80px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  border-radius: 50px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-box-shadow: 50px -9px 90px 52px rgba(168, 135, 74, 0.9);
  -webkit-box-shadow: 50px -9px 90px 52px rgba(168, 135, 74, 0.9);
  box-shadow: 50px -9px 90px 52px rgba(168, 135, 74, 0.9);
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}

.button-effect2:before, .styled-form form .submit-bt:before, .popup-form2 form .submit-bt:before {
  right: 30px;
}

.button-effect2:after, .styled-form form .submit-bt:after, .popup-form2 form .submit-bt:after {
  left: 70px;
}

.button-effect3, .gallery-block .text .button {
  position: relative;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}

.button-effect3:focus, .gallery-block .text .button:focus {
  outline: none;
}

.button-effect3:hover, .gallery-block .text .button:hover {
  color: #fff;
}

.button-effect3:hover:before, .gallery-block .text .button:hover:before {
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.button-effect3:hover:after, .gallery-block .text .button:hover:after {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.button-effect3:before, .gallery-block .text .button:before, .button-effect3:after, .gallery-block .text .button:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.button-effect3:before, .gallery-block .text .button:before {
  border: 1px solid #5b4e2c;
}

.button-effect3:after, .gallery-block .text .button:after {
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  background: -moz-linear-gradient(90deg, #fbdb8c, #a58447);
  background: -webkit-linear-gradient(90deg, #fbdb8c, #a58447);
  background: linear-gradient(90deg, #fbdb8c, #a58447);
  -ms-transform: scale(0.01);
  -webkit-transform: scale(0.01);
  transform: scale(0.01);
}

@-webkit-keyframes buzz-out-animation {
  0% {
    -ms-transform: translateX(5px) rotate(2deg);
    -webkit-transform: translateX(5px) rotate(2deg);
    transform: translateX(5px) rotate(2deg);
  }
  10% {
    -ms-transform: translateX(-5px) rotate(-2deg);
    -webkit-transform: translateX(-5px) rotate(-2deg);
    transform: translateX(-5px) rotate(-2deg);
  }
  20% {
    -ms-transform: translateX(5px) rotate(2deg);
    -webkit-transform: translateX(5px) rotate(2deg);
    transform: translateX(5px) rotate(2deg);
  }
  30% {
    -ms-transform: translateX(-5px) rotate(-2deg);
    -webkit-transform: translateX(-5px) rotate(-2deg);
    transform: translateX(-5px) rotate(-2deg);
  }
  40% {
    -ms-transform: translateX(5px) rotate(2deg);
    -webkit-transform: translateX(5px) rotate(2deg);
    transform: translateX(5px) rotate(2deg);
  }
  50% {
    -ms-transform: translateX(-5px) rotate(-2deg);
    -webkit-transform: translateX(-5px) rotate(-2deg);
    transform: translateX(-5px) rotate(-2deg);
  }
  60% {
    -ms-transform: translateX(5px) rotate(2deg);
    -webkit-transform: translateX(5px) rotate(2deg);
    transform: translateX(5px) rotate(2deg);
  }
  70% {
    -ms-transform: translateX(-5px) rotate(-2deg);
    -webkit-transform: translateX(-5px) rotate(-2deg);
    transform: translateX(-5px) rotate(-2deg);
  }
  80% {
    -ms-transform: translateX(5px) rotate(2deg);
    -webkit-transform: translateX(5px) rotate(2deg);
    transform: translateX(5px) rotate(2deg);
  }
  90% {
    -ms-transform: translateX(-5px) rotate(-2deg);
    -webkit-transform: translateX(-5px) rotate(-2deg);
    transform: translateX(-5px) rotate(-2deg);
  }
  100% {
    -ms-transform: translateX(0) rotate(0);
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}
@keyframes hvr-icon-buzz-out {
  0% {
    -ms-transform: translateX(5px) rotate(2deg);
    -webkit-transform: translateX(5px) rotate(2deg);
    transform: translateX(5px) rotate(2deg);
  }
  10% {
    -ms-transform: translateX(-5px) rotate(-2deg);
    -webkit-transform: translateX(-5px) rotate(-2deg);
    transform: translateX(-5px) rotate(-2deg);
  }
  20% {
    -ms-transform: translateX(5px) rotate(2deg);
    -webkit-transform: translateX(5px) rotate(2deg);
    transform: translateX(5px) rotate(2deg);
  }
  30% {
    -ms-transform: translateX(-5px) rotate(-2deg);
    -webkit-transform: translateX(-5px) rotate(-2deg);
    transform: translateX(-5px) rotate(-2deg);
  }
  40% {
    -ms-transform: translateX(5px) rotate(2deg);
    -webkit-transform: translateX(5px) rotate(2deg);
    transform: translateX(5px) rotate(2deg);
  }
  50% {
    -ms-transform: translateX(-5px) rotate(-2deg);
    -webkit-transform: translateX(-5px) rotate(-2deg);
    transform: translateX(-5px) rotate(-2deg);
  }
  60% {
    -ms-transform: translateX(5px) rotate(2deg);
    -webkit-transform: translateX(5px) rotate(2deg);
    transform: translateX(5px) rotate(2deg);
  }
  70% {
    -ms-transform: translateX(-5px) rotate(-2deg);
    -webkit-transform: translateX(-5px) rotate(-2deg);
    transform: translateX(-5px) rotate(-2deg);
  }
  80% {
    -ms-transform: translateX(5px) rotate(2deg);
    -webkit-transform: translateX(5px) rotate(2deg);
    transform: translateX(5px) rotate(2deg);
  }
  90% {
    -ms-transform: translateX(-5px) rotate(-2deg);
    -webkit-transform: translateX(-5px) rotate(-2deg);
    transform: translateX(-5px) rotate(-2deg);
  }
  100% {
    -ms-transform: translateX(0) rotate(0);
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}
@keyframes main-down-animation {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  50% {
    background-color: rgba(0, 0, 0, 0.2);
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}
@-webkit-keyframes main-down-animation {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  50% {
    background-color: rgba(0, 0, 0, 0.2);
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}
@-moz-keyframes main-down-animation {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  50% {
    background-color: rgba(0, 0, 0, 0.2);
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}
@-o-keyframes main-down-animation {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  50% {
    background-color: rgba(0, 0, 0, 0.2);
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}
@keyframes main-down-before-animation {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@-webkit-keyframes main-down-before-animation {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@-moz-keyframes main-down-before-animation {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@-o-keyframes main-down-before-animation {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
.wm-poweredby {
  background-color: #161616;
  direction: ltr;
}

.wm-poweredby[data-dot-effect="1"] .wm-poweredby-letter.l1:before, .wm-poweredby[data-dot-effect="2"] .wm-poweredby-letter.l2:before, .wm-poweredby[data-dot-effect="3"] .wm-poweredby-letter.l3:before, .wm-poweredby[data-dot-effect="4"] .wm-poweredby-letter.l4:before, .wm-poweredby[data-dot-effect="5"] .wm-poweredby-letter.l5:before, .wm-poweredby[data-dot-effect="6"] .wm-poweredby-letter.l6:before {
  visibility: visible;
  -webkit-animation: jump-animation 0.5s linear;
  animation: jump-animation 0.5s linear;
}

.wm-poweredby[data-dot-effect="7"] .wm-poweredby-letter.l6:after {
  visibility: visible;
  -webkit-animation: jump-animation-final 0.5s linear;
  animation: jump-animation-final 0.5s linear;
}

.wm-poweredby .inner {
  text-align: center;
  padding: 8px 0;
  font-size: 12px;
  color: #8d8d8d;
}

.wm-poweredby .inner, .wm-poweredby .wm-poweredby-logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wm-poweredby .wm-poweredby-text {
  display: inline-block;
  margin-right: 7px;
}

.wm-poweredby .wm-poweredby-letter {
  width: 15px;
  height: 15px;
  position: relative;
}

.wm-poweredby .wm-poweredby-letter:before, .wm-poweredby .wm-poweredby-letter.l6:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  right: 50%;
  margin: 0 -4px -2px;
  width: 6px;
  height: 6px;
  background-color: #747676;
  visibility: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}

.wm-poweredby .wm-poweredby-letter.fill path {
  fill: #959595;
  -webkit-animation: letter-push-animation 0.3s linear;
  animation: letter-push-animation 0.3s linear;
}

.wm-poweredby .wm-poweredby-letter.hide-dot.l6:after {
  visibility: hidden;
}

.wm-poweredby .wm-poweredby-letter.l1.fill path, .wm-poweredby .wm-poweredby-letter.l2.fill path {
  fill: #5da8dc;
}

.wm-poweredby .wm-poweredby-letter.l2 {
  left: -2px;
}

.wm-poweredby .wm-poweredby-letter.l3 {
  left: -3px;
}

.wm-poweredby .wm-poweredby-letter.l3:before {
  margin-right: -3px;
}

.wm-poweredby .wm-poweredby-letter.l4 {
  left: -4px;
}

.wm-poweredby .wm-poweredby-letter.l4:before {
  margin-right: -1px;
}

.wm-poweredby .wm-poweredby-letter.l5 {
  left: -8px;
}

.wm-poweredby .wm-poweredby-letter.l5:before {
  margin-right: -1px;
}

.wm-poweredby .wm-poweredby-letter.l5 .wm-poweredby-svg {
  position: absolute;
  top: -2px;
  right: 0;
  height: 16px;
}

.wm-poweredby .wm-poweredby-letter.l6 {
  left: -13px;
}

.wm-poweredby .wm-poweredby-letter.l6:before, .wm-poweredby .wm-poweredby-letter.l6:after {
  margin-right: -2px;
}

.wm-poweredby .wm-poweredby-letter.l6 .wm-poweredby-svg {
  position: absolute;
  top: -3px;
  right: 0;
  height: 21px;
}

.wm-poweredby .wm-poweredby-svg {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.wm-poweredby .wm-poweredby-svg path {
  fill: #5f6161;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
}

@-webkit-keyframes jump-animation {
  0% {
    -ms-transform: translateX(-13px) translateY(0);
    -webkit-transform: translateX(-13px) translateY(0);
    transform: translateX(-13px) translateY(0);
  }
  50% {
    -ms-transform: translateX(-6px) translateY(-10px);
    -webkit-transform: translateX(-6px) translateY(-10px);
    transform: translateX(-6px) translateY(-10px);
  }
  100% {
    -ms-transform: translateX(0) translateY(0);
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
@keyframes jump-animation {
  0% {
    -ms-transform: translateX(-13px) translateY(0);
    -webkit-transform: translateX(-13px) translateY(0);
    transform: translateX(-13px) translateY(0);
  }
  50% {
    -ms-transform: translateX(-6px) translateY(-10px);
    -webkit-transform: translateX(-6px) translateY(-10px);
    transform: translateX(-6px) translateY(-10px);
  }
  100% {
    -ms-transform: translateX(0) translateY(0);
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
@-webkit-keyframes letter-push-animation {
  0% {
    transform: translateY(6px);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}
@keyframes letter-push-animation {
  0% {
    transform: translateY(6px);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}
@-webkit-keyframes jump-animation-final {
  0% {
    -ms-transform: translateX(0) translateY(0);
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  50% {
    -ms-transform: translateX(6px) translateY(-10px);
    -webkit-transform: translateX(6px) translateY(-10px);
    transform: translateX(6px) translateY(-10px);
  }
  100% {
    -ms-transform: translateX(13px) translateY(0);
    -webkit-transform: translateX(13px) translateY(0);
    transform: translateX(13px) translateY(0);
  }
}
@keyframes jump-animation-final {
  0% {
    -ms-transform: translateX(0) translateY(0);
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  50% {
    -ms-transform: translateX(6px) translateY(-10px);
    -webkit-transform: translateX(6px) translateY(-10px);
    transform: translateX(6px) translateY(-10px);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-transform: translateX(13px) translateY(0);
    -webkit-transform: translateX(13px) translateY(0);
    transform: translateX(13px) translateY(0);
  }
}
@media all and (max-width: 768px) {
  body .wm-poweredby .inner {
    padding: 8px 0 9px;
  }
}
.viewbox-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 700;
}

.viewbox-body {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  overflow: auto;
}

.viewbox-header {
  margin: 10px;
}

.viewbox-content {
  margin: 10px;
  width: 300px;
  height: 300px;
}

.viewbox-footer {
  margin: 10px;
}

.viewbox-content .viewbox-image {
  width: 100%;
  height: 100%;
}

.viewbox-button-default {
  cursor: pointer;
  height: 64px;
  width: 64px;
  fill: #999;
}

.viewbox-button-default > svg {
  width: 100%;
  height: 100%;
  background: inherit;
  fill: inherit;
  pointer-events: none;
  transform: translateX(0px);
}

.viewbox-button-default:hover {
  fill: #fff;
}

.viewbox-button-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
}

.viewbox-button-next, .viewbox-button-prev {
  position: absolute;
  top: 50%;
  height: 128px;
  width: 128px;
  margin: -64px 0 0;
  z-index: 9;
}

.viewbox-button-next {
  right: 10px;
}

.viewbox-button-prev {
  left: 10px;
}

@media (max-width: 480px) {
  .viewbox-button-close {
    top: 0;
    right: 0;
  }
  .viewbox-button-next, .viewbox-button-prev {
    height: 81px;
    width: 81px;
    margin-top: -40px;
  }
  .viewbox-button-next {
    right: -15px;
  }
  .viewbox-button-prev {
    left: -15px;
  }
}
.viewbox-container .loader {
  widows: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
}

.viewbox-container .loader * {
  margin: 0;
  padding: 0;
}

.viewbox-container .loader .spinner {
  width: 50px;
  height: 50px;
  position: relative;
  margin: 0 auto;
}

.viewbox-container .loader .double-bounce1 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #999;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.viewbox-container .loader .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #999;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@font-face {
  font-family: "acs-icons";
  src: url("../fonts/icons/acs-icons.eot?xrri2i");
  src: url("../fonts/icons/acs-icons.eot?xrri2i#iefix") format("embedded-opentype"), url("../fonts/icons/acs-icons.ttf?xrri2i") format("truetype"), url("../fonts/icons/acs-icons.woff?xrri2i") format("woff"), url("../fonts/icons/acs-icons.svg?xrri2i#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=acs-icon-], [class*=" acs-icon-"] {
  font-family: "acs-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.acs-icon-1:before {
  content: "\e904";
}

.acs-icon-clear:before {
  content: "\e905";
}

.acs-icon-filter_b_and_w:before {
  content: "\e906";
}

.acs-icon-invert_colors:before {
  content: "\e907";
}

.acs-icon-link:before {
  content: "\e908";
}

.acs-icon-mobile_phone:before {
  content: "\e902";
}

.acs-icon-mobile_watsapp:before {
  content: "\e903";
}

.acs-icon-palette:before {
  content: "\e909";
}

.acs-icon-tel_black:before {
  content: "\e901";
}

.acs-icon-visibility:before {
  content: "\e90a";
}

.acs-icon-wb_sunny:before {
  content: "\e90b";
}

.acs-icon-zoom_in:before {
  content: "\e90c";
}

.acs-icon-zoom_out:before {
  content: "\e90d";
}

.acs-icon-accessible:before {
  content: "\e900";
}

.acs-icon-callback:before {
  content: "\e90e";
}

.acs-icon-tel:before {
  content: "\e90f";
}

body.acs-grayscale * {
  filter: grayscale(100%) !important;
  -webkit-filter: grayscale(100%) !important;
  -webkit-filter: grayscale(1) !important;
  -moz-filter: grayscale(100%) !important;
  -ms-filter: grayscale(100%) !important;
  -o-filter: grayscale(100%) !important;
  filter: gray !important;
}

body.acs-contrast *, body.acs-contrast-negative * {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
  background-image: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  -moz-appearance: none !important;
}

body.acs-contrast {
  background: #000 !important;
  background-color: #000 !important;
}

body.acs-contrast a, body.acs-contrast div:not(.add-review):not(.review-sent):not([class*=filter]):not([class*=switch]), body.acs-contrast footer, body.acs-contrast form, body.acs-contrast header, body.acs-contrast li, body.acs-contrast main, body.acs-contrast nav, body.acs-contrast ul {
  background: #000 !important;
  background-color: #000 !important;
}

body.acs-contrast h1, body.acs-contrast h2, body.acs-contrast h3, body.acs-contrast h4, body.acs-contrast h5, body.acs-contrast h6, body.acs-contrast p {
  color: #40c090 !important;
  background: #000 !important;
}

body.acs-contrast a, body.acs-contrast li, body.acs-contrast span, body.acs-contrast ul {
  color: #0080ff !important;
}

body.acs-contrast div {
  color: #fff !important;
}

body.acs-contrast button, body.acs-contrast div.filter-category-item {
  background: #600040 !important;
  background-color: #600040 !important;
}

body.acs-contrast input, body.acs-contrast label, body.acs-contrast strong {
  color: #ff0 !important;
}

body.acs-contrast input, body.acs-contrast textarea {
  border-bottom: 1px solid #ff0 !important;
}

body.acs-contrast img {
  opacity: 1 !important;
  background: gray !important;
  background-color: gray !important;
  -webkit-filter: none !important;
  filter: none !important;
}

body.acs-contrast-negative {
  color: #fff !important;
  background: #000 !important;
  background-color: #000 !important;
}

body.acs-contrast-negative a, body.acs-contrast-negative div:not(.add-review):not(.review-sent):not([class*=filter]):not([class*=switch]), body.acs-contrast-negative footer, body.acs-contrast-negative form, body.acs-contrast-negative header, body.acs-contrast-negative li, body.acs-contrast-negative main, body.acs-contrast-negative nav, body.acs-contrast-negative ul {
  color: #fff !important;
  background: #000 !important;
  background-color: #000 !important;
}

body.acs-contrast-negative h1, body.acs-contrast-negative h2, body.acs-contrast-negative h3, body.acs-contrast-negative h4, body.acs-contrast-negative h5, body.acs-contrast-negative h6, body.acs-contrast-negative p {
  color: #fff !important;
  background: #000 !important;
}

body.acs-contrast-negative a, body.acs-contrast-negative li, body.acs-contrast-negative span, body.acs-contrast-negative ul {
  color: #ff0 !important;
}

body.acs-contrast-negative div {
  color: #fff !important;
}

body.acs-contrast-negative button, body.acs-contrast-negative div.filter-category-item {
  color: #ff0 !important;
  border: 1px solid #fff !important;
  background: #000 !important;
  background-color: #000 !important;
}

body.acs-contrast-negative input, body.acs-contrast-negative label, body.acs-contrast-negative strong {
  color: #ff0 !important;
}

body.acs-contrast-negative input, body.acs-contrast-negative textarea {
  border-bottom: 1px solid #ff0 !important;
}

body.acs-contrast-negative img {
  opacity: 1 !important;
  -webkit-filter: none !important;
  filter: none !important;
}

body.acs-contrast-light {
  color: #000 !important;
  background: 0 0 !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

body.acs-contrast-light :not(#wemake-acs):not([class*=acs]):not(header):not([class*=filter-]):not([class*=switch]):not([class*=mejs]):not([type=button]), body.acs-contrast-light header {
  color: #000 !important;
  background: 0 0 !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

body.acs-links a {
  text-decoration: underline !important;
}

body.acs-links a * {
  text-decoration: underline !important;
}

body.acs-fonts {
  font-family: Verdana, Arial, Helvetica, sans-serif !important;
}

body.acs-fonts :not(i) {
  font-family: Verdana, Arial, Helvetica, sans-serif !important;
}

.acs-title {
  font-size: 18px;
  margin-top: 7px;
  color: #5d5d5d;
  font-weight: 400;
}

.acs-wemake {
  font-size: 12px;
  margin: 0;
  padding: 5px 0;
  color: #000;
}

.acs-wemake a {
  color: #0089cb;
}

#wemake-acs {
  position: fixed;
  top: 135px;
  left: -30px;
  font-weight: 400;
  display: block;
  width: 177px;
  height: auto;
  color: #14151c;
  -webkit-transform: translateX(-177px);
  -ms-transform: translateX(-177px);
  transform: translateX(-177px);
  z-index: 10;
  padding: 4px 15px 3px;
  -webkit-transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
}

#wemake-acs.active {
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

#wemake-acs hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

.acs-button {
  position: absolute;
  top: 0;
  right: -40px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #fdd736;
  -webkit-box-shadow: 2px 1px 4px 0 rgba(0, 0, 0, 0.37);
  box-shadow: 2px 1px 4px 0 rgba(0, 0, 0, 0.37);
}

.acs-button i {
  font-size: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.acs-overlay {
  margin: 0 0 7px;
}

.acs-items {
  margin: 3px 0 0;
  padding: 0;
  list-style: none;
}

.acs-items li {
  padding: 2px 0;
}

.acs-link {
  font-size: 16px;
  color: #0089cb;
}

.acs-link > i {
  font-size: 21px;
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

@media all and (max-width: 768px) {
  #wemake-acs {
    display: none;
  }
}

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