@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&display=swap&subset=cyrillic);
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes anim {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    transform: translate(0, -5px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@-webkit-keyframes logoHourse {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-12deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(12deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes logoHourse {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-12deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(12deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.order-form .step {
  position: relative;
  padding: 4rem 3rem;
  background: white;
}

@media screen and (max-width: 991px) {
  .order-form .step {
    padding: 2rem 2rem;
  }
}

@media screen and (max-width: 766px) {
  .order-form .step {
    padding: 2rem 1rem;
  }
}

.order-form .step-back {
  padding-top: 2rem;
  border-top: 1px solid #dddddd;
}

.order-form .step-back--top {
  padding-top: 0;
  padding-bottom: 2rem;
  border-top: none;
  border-bottom: 1px solid #dddddd;
  margin: 0 0 3rem 0;
}

.order-form .step-back .btn-link {
  background: none;
  border: none;
  font-size: 1.25rem;
  color: #141518;
  text-decoration: none !important;
}

@media screen and (max-width: 991px) {
  .order-form .step-back .btn-link {
    font-size: 1rem;
  }
}

.order-form .step-back .btn-link i {
  transition: .3s;
  margin-right: .5rem;
}

.order-form .step-back .btn-link:hover {
  text-decoration: none;
  color: #2b2d34;
}

.order-form .step-back .btn-link:hover i {
  transform: translateX(-5px);
}

@media screen and (max-width: 991px) {
  .order-form .step-back .btn-link {
    font-size: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .order-form .step-back .btn {
    min-width: 120px;
    height: 42px;
    padding: .25rem 1rem;
  }
}

.order-form .step-text {
  padding-bottom: 2rem;
}

.order-form .step-text .text-box {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.order-form .step-text .text-box:last-of-type {
  margin-bottom: 0;
}

.order-form .step-text .text-box p {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.order-form .step-text .text-box a {
  font-size: 1.5rem;
  color: #141518;
}

.order-form .step-row {
  display: flex;
}

.order-form .step-row h3 {
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .order-form .step-row {
    display: block;
  }
}

.order-form .step-row__left {
  position: relative;
  flex: 0 0 420px;
  margin-right: 3rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 991px) {
  .order-form .step-row__left {
    margin-right: 0;
  }
}

.order-form .step-row__form {
  flex: 1 1 auto;
  position: relative;
  margin-bottom: 3rem;
}

.order-form .step-welcome {
  display: block;
  text-align: center;
  padding: 3rem 0;
}

@media screen and (max-width: 766px) {
  .order-form .step-welcome {
    padding: 2rem 0;
  }
}

.order-form .step-welcome .btn {
  display: block;
  font-size: 2rem;
  padding: 1rem 1.25rem;
  margin: 0 auto 2rem auto;
  height: auto;
  width: 100%;
  max-width: 520px;
}

.order-form .step-welcome .btn:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 766px) {
  .order-form .step-welcome .btn {
    font-size: 1rem;
    padding: 1rem;
  }
}

.order-form .step-order__text-box {
  position: relative;
}

.order-form .step-finish .step-text .text-box {
  font-size: 1.2rem;
}

.order-form .step-finish .link-instagramm {
  display: inline-block;
  font-size: 4rem;
}

.order-form .step-finish img {
  width: auto;
  max-height: 180px;
}

.order-form .step-calc h3 {
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 1rem 0 1.5rem 0;
}

.form-seven {
  max-width: 420px;
  min-height: 400px;
  margin: 2rem auto;
}

.form-seven input[type=text],
.form-seven input[type=email],
.form-seven input[type=tel],
.form-seven textarea {
  font-family: 'CenturyGothic', sans-serif;
  border-radius: 0;
}

.form-seven label {
  display: block;
  position: absolute;
  top: 2rem;
  left: .5rem;
  width: 100%;
  transform-origin: left top;
  transition: .3s;
  color: #141518;
  font-size: 1.25rem;
  line-height: 1;
  cursor: text;
  margin: 0;
}

.form-seven .input-wrap {
  position: relative;
  margin-bottom: 2rem;
  padding-top: 1rem;
}

.form-seven .input-wrap input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
  height: 48px;
  padding: 0 .5rem;
  border: 0;
  border-bottom: 1px solid #dddddd;
  background-color: transparent;
  color: #141518;
  font-size: 1.5rem;
  position: relative;
  z-index: 1;
}

.form-seven .input-wrap textarea {
  width: 100%;
  height: 120px;
  padding: 8px 10px 0;
  border: 0;
  border-bottom: 1px solid #dddddd;
  background-color: transparent;
  color: #141518;
  font-size: 1rem;
  resize: none;
  position: relative;
  z-index: 1;
}

.form-seven .wpcf7-form-control-wrap {
  display: block;
}

.form-seven .filled label {
  transform: translateY(-1.75rem);
  font-size: .9rem;
}

.form-seven .btn-wrap {
  text-align: center;
  position: relative;
  padding-top: 2rem;
}

.form-seven .btn-wrap .ajax-loader {
  position: absolute;
  right: 0;
  top: 3rem;
}

.form-seven .btn-wrap .btn {
  font-size: 1.5rem;
}

.option-slider {
  padding-top: 1rem;
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
  justify-content: center;
}

@media screen and (max-width: 766px) {
  .option-slider {
    margin-bottom: 3rem;
  }
}

.option-slider__value {
  display: flex;
  align-items: center;
}

.option-slider__name {
  flex: 0 0 85px;
}

.option-slider .range-metric {
  font-weight: 700;
  font-size: 1.5rem;
}

@media screen and (max-width: 766px) {
  .option-slider .range-metric {
    font-size: 1rem;
  }
}

.option-slider .slider-inputs {
  display: flex;
  position: relative;
  margin: 0 1rem;
}

.option-slider .slider-inputs .form-control {
  width: 62px;
  height: 48px;
  padding: .5rem;
  background: #fff;
  border: 1px solid #141518;
  border-radius: 2px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: #141518;
  box-shadow: none;
  transition: .3s;
}

@media screen and (max-width: 766px) {
  .option-slider .slider-inputs .form-control {
    width: 48px;
    height: 38px;
    font-size: 1rem;
  }
}

.option-slider .slider-inputs .form-control:focus {
  background: #fff;
}

.option-slider .noUi-horizontal {
  width: 360px;
  height: 6px;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  border: none;
  margin: 0 2rem 0 0;
}

@media screen and (max-width: 766px) {
  .option-slider .noUi-horizontal {
    width: 140px;
    margin: 0;
  }
}

.option-slider .noUi-horizontal .noUi-handle {
  width: 36px;
  height: 36px;
  background: #3b3b3b;
  border: 4px solid #fff;
  border-radius: 50%;
  top: -16px;
  right: -10px !important;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.option-slider .noUi-horizontal .noUi-handle:focus {
  background: #151515;
  outline: none;
}

.option-slider .noUi-horizontal .noUi-handle:before, .option-slider .noUi-horizontal .noUi-handle:after {
  display: none;
}

.option-slider .noUi-horizontal .noUi-connects {
  background: #e6e6e6;
  border-radius: 2px;
}

.option-slider .noUi-horizontal .noUi-connect {
  background: #141518;
  box-shadow: none;
}

.option-slider input[type=number] {
  -moz-appearance: textfield;
}

.option-slider input::-webkit-outer-spin-button,
.option-slider input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.option-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 0 auto 3rem auto;
}

.option-list a {
  background: #cccdcd;
  color: #000;
  padding: .75rem 2rem;
  border: 1px solid #ddd;
  border-radius: 16px;
  margin: 0 .75rem 1rem;
  transition: .3s;
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .option-list a {
    padding: .5rem 1.5rem;
    margin: 0 .25rem .5rem;
  }
}

.option-list a:hover {
  transform: translateY(-3px);
  background: #3b3b3b;
  color: #fff;
  text-decoration: none;
}

.option-list a.active {
  background: #3b3b3b;
  color: #fff;
}

.photo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2rem 0;
}

@media screen and (max-width: 991px) {
  .photo-list {
    justify-content: space-between;
  }
}

.photo-list a {
  flex: 0 0 240px;
  margin: 0 1rem 2rem 1rem;
  overflow: hidden;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .photo-list a {
    flex: 1 1 auto;
    text-align: center;
  }
}

.photo-list a img {
  width: 100%;
  height: auto;
  transition: .3s;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 991px) {
  .photo-list a img {
    width: auto;
    max-height: 180px;
    display: inline-block;
  }
}

.photo-list--colors {
  display: block;
  padding-bottom: 0;
}

.photo-list--colors a {
  display: block;
  text-align: center;
  margin: 0 0 2rem 0;
}

.photo-list--colors a:last-of-type {
  margin-bottom: 0;
}

.photo-list--colors a img {
  display: inline-block;
  width: auto;
  max-height: 780px;
}

html.no-flexbox body {
  display: block;
}

html.no-flexbox .form-wrapper {
  min-height: 100%;
}

html.no-flexbox .order-form .step-welcome {
  display: block;
  text-align: center;
}

html.no-flexbox .order-form .step-welcome .btn {
  display: block;
  width: 100%;
  margin: 2rem auto;
  max-width: 620px;
  font-size: 2rem;
}

html.no-flexbox .option-slider__value {
  display: block;
  text-align: center;
}

html.no-flexbox .option-slider .noUi-horizontal {
  display: inline-block;
}

html.no-flexbox .option-slider .slider-inputs {
  display: inline-block;
}

html.no-flexbox .option-list {
  display: block;
  text-align: center;
}

html.no-flexbox .option-list a {
  display: inline-block;
}

html.no-flexbox .text-justify {
  display: block;
  text-align: justify;
}

html.no-flexbox .text-justify:after {
  content: "";
  display: block;
  clear: both;
}

html.no-flexbox .text-justify .btn-link {
  float: left;
}

html.no-flexbox .text-justify .btn {
  float: right;
}

html.no-flexbox .photo-list {
  display: block;
  text-align: center;
}

html.no-flexbox .photo-list a {
  display: inline-block;
  margin: 0 1rem 2rem 1rem;
}

html.no-flexbox .photo-list a img {
  width: auto;
  max-height: 220px;
}

html.no-flexbox .photo-list--colors a {
  display: block;
  margin: 0 0 2rem 0;
}

html.no-flexbox .photo-list--colors a img {
  max-height: 780px;
}

html.no-flexbox .form-seven .filled label {
  top: -12px;
}

.swiper-slide {
  display: none;
}

.swiper-slide:first-of-type {
  display: block;
}

.wpcf7-not-valid-tip {
  display: block;
  padding: .5rem;
  font-size: .9rem;
}

.wpcf7-response-output {
  text-align: center;
}

html,
body {
  min-height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  color: #4c4c4c;
  font-size: 14px;
  line-height: 1.4;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}

.container {
  max-width: 1315px;
  width: 100%;
}

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

a {
  outline: none !important;
}

.btn {
  outline: none !important;
  box-shadow: none !important;
  border-radius: 2px;
  transition: 0.2s;
}

@media screen and (max-width: 766px) {
  .btn {
    font-size: 15px;
  }
}

.btn-primary {
  display: block;
  width: 100%;
  max-width: 270px;
  height: 50px;
  background: #141518;
  border: none;
  border-bottom: 2px solid black;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
}

.btn-primary i {
  margin-left: 15px;
}

.btn-primary:hover {
  background: black;
}

.btn-primary:focus {
  background: black;
}

.btn-default {
  padding: 8px 16px;
  background: none;
  border: 1px solid #fff;
  border-radius: 16px;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 766px) {
  .btn-default {
    padding: 6px 10px;
  }
}

.btn-default:hover {
  background: linear-gradient(90deg, #141518 0%, black 100%);
  border-color: #141518;
  text-decoration: none;
  color: #fff;
}

input,
textarea {
  outline: none;
}

button {
  outline: none !important;
  box-shadow: none !important;
}

.section-heading {
  margin: 0 0 2rem 0;
}

.section-heading h2 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.175;
  margin: 0 0 1rem 0;
}

.section-heading h4 {
  font-weight: 700;
}

.section-heading p {
  font-size: 1.5rem;
}

p {
  margin: 0;
}

.btn {
  min-width: 260px;
  height: 60px;
  transition: .3s ease-in-out;
  border: 0;
  border-radius: 2px;
  background-color: #141518;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-2px);
  background-color: #2b2d34;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .btn {
    font-size: 1rem;
  }
}

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

@media screen and (max-width: 991px) {
  .h3,
  h3 {
    font-size: 1.25rem;
  }
}

.header {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.header-absolute {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
}

.footer-inner {
  background: url(../images/bg_footer.jpg) no-repeat center 0/cover;
}

.footer-inner__top {
  display: flex;
}

.footer-inner__top .col-logo {
  flex: 0 0 480px;
  background: #fff;
  position: relative;
  padding: .75rem;
  height: 80px;
}

.footer-inner__top .col-logo:before, .footer-inner__top .col-logo:after {
  content: "";
  display: block;
  position: absolute;
}

.footer-inner__top .col-logo:before {
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100vw;
  background: #fff;
}

.footer-inner__top .col-logo:after {
  top: 0;
  right: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 40px 0 0;
  border-color: #fff transparent transparent transparent;
}

.footer-inner__top .col-order {
  margin-left: 44px;
  padding: 20px 0;
}

.footer-inner__top .col-order a {
  display: block;
  position: relative;
  background: #94c11e;
  color: #fff;
  font-size: 1rem;
  line-height: 46px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 .75rem;
  transition: .3s;
  text-decoration: none;
}

.footer-inner__top .col-order a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -23px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 46px 23px;
  border-color: transparent transparent #94c11e transparent;
  transition: .3s;
}

.footer-inner__top .col-order a:hover {
  background: #729517;
  transform: translateY(-5px);
}

.footer-inner__top .col-order a:hover:before {
  border-bottom-color: #729517;
}

.footer-inner__top .socials {
  margin-left: auto;
}

.footer-inner__top .socials .btn-share {
  display: block;
  background: #fff;
  color: #4c4c4c;
  line-height: 25px;
  height: 25px;
  padding: 0 10px 0 35px;
  margin-right: 10px;
  position: relative;
  text-decoration: none;
}

.footer-inner__top .socials .btn-share:hover {
  background: #f2f2f2;
}

.footer-inner__top .socials .btn-share:focus {
  background: #e6e5e5;
}

.footer-inner__top .socials .btn-share:before, .footer-inner__top .socials .btn-share:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
}

.footer-inner__top .socials .btn-share:before {
  top: 0;
  bottom: 0;
  left: 0;
  width: 19px;
  background: #fdc236;
}

.footer-inner__top .socials .btn-share:after {
  top: 0;
  left: 19px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 6px;
  border-color: transparent transparent transparent #fdc236;
}

.footer-inner__top .socials .btn-share i {
  position: absolute;
  top: 5px;
  left: 4px;
}

.footer-inner__main {
  padding: 3rem 0;
  display: flex;
  justify-content: space-between;
}

.footer-inner__main .col-grafik {
  display: flex;
  align-items: center;
}

.footer-inner__main .col-grafik span {
  margin-left: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}

.footer-inner__main .col-contact {
  display: flex;
  align-items: center;
}

.footer-inner__main .col-contact a {
  font-size: 1.25rem;
  line-height: 1;
  color: #fff;
  display: flex;
}

.footer-inner__main .col-contact a:hover {
  text-decoration: none;
  color: #fff;
}

.footer-inner__main .col-contact > div {
  display: flex;
  align-items: center;
}

.footer-inner__main .col-contact > div .appicon {
  margin-left: .25rem;
}

.footer-inner__main .col-contact > div.contact-email a {
  margin-left: 1rem;
}

.footer-inner__main .col-contact > div.contact-phone {
  margin-left: 5rem;
}

.footer-inner__main .col-contact > div.contact-phone a {
  font-weight: bold;
}

.footer-inner__main .col-contact > div.contact-phone a span {
  margin-top: 5px;
  margin-left: 10px;
}

.footer-inner__main .col-contact > div.contact-phone a b {
  font-size: 2rem;
  margin-left: 10px;
}

.footer-navi {
  background: #033e59;
}

.footer-navi ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.footer-navi ul li {
  position: relative;
}

.footer-navi ul li:after {
  content: "";
  display: block;
  height: 17px;
  width: 2px;
  background: #94c11e;
  position: absolute;
  top: 1.3rem;
  right: -1rem;
}

.footer-navi ul li a {
  display: block;
  padding: 1.25rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.footer-navi ul li:first-of-type a {
  padding-left: 0;
}

.footer-navi ul li:last-of-type a {
  padding-right: 0;
}

.footer-navi ul li:last-of-type:after {
  display: none;
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  padding-right: 17px;
}

.modal-scrollable {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

.modal-dialog {
  width: 100%;
  max-width: 430px;
  margin: 10% auto;
}

.modal-content {
  border-radius: 0;
  padding: 25px 20px;
}

.modal-content .modal-header {
  color: #141518;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 0;
  border: none;
  margin: 0 0 20px 0;
}

.modal-content .modal-header p {
  font-size: 32px;
  line-height: 1;
  margin: 0 0 10px 0;
}

.modal-content .modal-close {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  display: block;
  text-align: center;
  font-size: 34px;
  line-height: 34px;
  width: 34px;
  color: #9b9da5 !important;
}

.modal-content .modal-close:hover {
  color: #141518 !important;
}

.modal-content .form-horizontal {
  max-width: 360px;
  margin: 0 auto 15px auto;
}

.modal-content .form-horizontal .form-baton .btn {
  display: block;
  width: 100%;
  max-width: 240px;
  font-size: 28px;
  font-weight: bold;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body.modal-open,
  .modal-open .navbar-fixed-top,
  .modal-open .navbar-fixed-bottom {
    padding-right: 0;
  }
  .modal-dialog {
    max-width: 90% !important;
  }
  .modal-content {
    padding: 20px;
  }
  .modal-content .form-top {
    font-size: 22px;
    line-height: 29px;
  }
  .modal-content .form-name {
    font-size: 18px;
    line-height: 24px;
  }
}

.form-wrapper {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  padding: 120px 0;
  display: flex;
  overflow: hidden;
  align-items: center;
}

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