/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroyextrabold.woff2") format("woff2"), url("../fonts/Gilroyextrabold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
* {
  outline: none;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  overflow-x: hidden;
  font-family: "Gilroy";
  /* font-family: 'Playfair Display', serif; */
  background: #252527;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.title {
  font-weight: 700;
  line-height: 160%;
  color: #000000;
  font-family: "Playfair Display", serif;
  font-size: 45px;
  font-feature-settings: "pnum" on, "lnum" on;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 25px;
  padding-bottom: 15px;
  transition: all 0.3s;
  z-index: 991;
}
.header.fixed {
  background: #000;

}
.header.fixed .header_logo {
  display: none;
}
.header_logo {
  font-weight: 800;
  font-size: 25px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #fbd784;
  line-height: 31px;
  margin-bottom: 22px;
  display: flex;
}
.header_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_menu {
  display: flex;
  position: relative;
}

.header_link {
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  margin-right: 30px;
  position: relative;
      transition: 0.3s;
}
.header_link:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background: #fff;
    transition: 0.3s;

}
.header_link:hover:before{
    width: 100%;
}
.header_type {
  width: 37px;
  height: 37px;
  background: rgba(253, 253, 253, 0.3);
  border-radius: 50%;
  background-image: url(../img/header_type2.svg);
  background-size: 23px 23px;
  background-position: center;
  background-repeat: no-repeat;
}
.header_order {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header_number {
  font-weight: 700;
  line-height: 29px;
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 4px;
}
.header_call {
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  border-bottom: 2px dashed #fbd784;
  transition: 0.3s;
    padding-bottom: 4px;
}
.header_call:hover{
    border-bottom: 2px dashed transparent;
}
.main {
  padding-top: 270px;
  background-image: url(../img/main_bg2.jpg)!important;
  background-size: cover;
  background-position: center;
  padding-bottom: 40px;
}
.main_subtitle {
  font-weight: 800;
  line-height: 17px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #fbd784;
  font-size: 14px;
  padding-left: 98px;
  margin-bottom: 27px;
  position: relative;
}
.main_subtitle::before {
  position: absolute;
  content: "";
  width: 72px;
  left: 0;
  background: #fbd784;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.main_title {
  font-weight: 700;
  line-height: 160%;
  font-family: "Playfair Display", serif;
  color: #ffffff;
  font-size: 45px;
  margin-bottom: 25px;
  font-feature-settings: "pnum" on, "lnum" on;
}
.main_title span {
  color: #fbd784;
}
.main_btn {
  display: flex;
  justify-content: center;
  align-items: center;
    width: 100%;
    max-width: 403px;
  background: #fbd784;
  height: 65px;
  font-weight: 800;
  line-height: 17px;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #252527;
  font-size: 14px;
  margin-bottom: 55px;
  transition: 0.3s;
  border-radius: 5px;
      overflow: hidden;
          position: relative;
}
.main_btn:hover{
    background: #f7c551;
}

.main_btn:after {
    content: "";
    margin-left: 60px;
    width: 30px;
    height: 300px;
    background: rgba(255, 255, 255, 0.86);
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    position: absolute;
    left: -40px;
    top: -150px;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 0;
}
@keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0;
    }
    100%, 30% {
        left: 110%;
        margin-left: 80px;
    }
}


.main_wrapper {
  background: #000;
      top: 145px;
    position: relative;
}
.main_items {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.main_item-title {
  font-weight: 700;
  line-height: 140%;
  color: #ffffff;
  font-size: 24px;
}
.main_item-text {
  opacity: 0.6;
  color: #ffffff;
}
.gallery {
  padding: 75px 0 100px;
      margin-top: 120px;
}
.gallery_title {
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
}
.gallery_item {
  height: 375px;
  margin: 0 15px;
  position: relative;
  transition: 0.3s;
}
.gallery_item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);

 
}
.gallery_item:hover::before{
      display: none;
}
.gallery_item.slick-current::before {
  display: none;
}
.gallery_item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.gallery_slider {
  margin-bottom: 30px;
}
.gallery_slider .slick-list {
  margin-right: -15px;
}
.gallery_slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-size: cover;
  width: 79px;
  height: 79px;
  cursor: pointer;
  font-size: 0;
  border: none;
  background: none;
}
.gallery_slider .slick-next {
  background-image: url(../img/arrow_right.png);
  right: 25%;
}
.gallery_slider .slick-prev {
  background-image: url(../img/arrow_left.png);
  left: 25%;
}
.gallery_item.video {
  cursor: pointer;
}
.gallery_item.video::after {
  position: absolute;
  content: "";
  background-image: url(../img/video_play.svg);
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  width: 65px;
  height: 65px;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  background-color: #ffffff;
  box-shadow: 0px 3.33333px 8.33333px rgba(0, 0, 0, 0.73);
  border-radius: 50%;
}
.gallery_dots {
  margin: 0 55px;
}
.gallery_dots-item {
  height: 150px;
  cursor: pointer;
  margin: 0 6px;
  position: relative;
}
.gallery_dots-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery_dots-item.video::after {
  position: absolute;
  content: "";
  background-image: url(../img/video_play.svg);
  background-size: 10px 10px;
  background-position: center;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  background-color: #ffffff;
  box-shadow: 0px 3.33333px 8.33333px rgba(0, 0, 0, 0.73);
  border-radius: 50%;
}
.about {
  position: relative;
  padding-bottom: 90px;
}
.about_img {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  display: flex;
  opacity: 0.2;
}
.about_wrapper {
  max-width: 1065px;
  padding: 85px 85px 30px 0;
  position: relative;
}
.about_wrapper::before {
  position: absolute;
  content: "";
  width: 200%;
  height: 100%;
  right: 0;
  top: 0;
  background: #fff;
  z-index: -1;
}
.about_title {
  margin-bottom: 45px;
}
.about_text {
  line-height: 140%;
}
.about_text span {
  font-weight: 700;
}
.about_text p:not(:first-child) {
  margin-top: 20px;
}

.options {
  padding: 85px 0 0px;
}
.options_title {
  margin-bottom: 50px;
  color: #fff;
}
.options_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.options_item {
  width: 49%;
  padding-left: 90px;
  position: relative;
  margin-bottom: 60px;
}
.options_item img {
  left: 0;
  position: absolute;
  top: -2px;
}
.options_item-text {
  font-weight: 800;
  line-height: 22px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #fbd784;
  font-size: 18px;
  margin-bottom: 7px;
}
.options_text {
  font-size: 18px;
  line-height: 140%;
  color: #fff;
}

.plases {
  margin: 85px 0;
}
.plases_title {
  margin-bottom: 27px;
  color: #fff;
}
.plases_text {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 140%;
  margin-bottom: 60px;
}
.plases_map {
  width: 100%;
  height: 555px;
  margin-bottom: 100px;
}
.plases_map ~ ymaps {
  width: 100% !important;
  height: 100% !important;
}
.plases_item {
  margin: 0 10px;
}
.plases_item-img {
  height: 300px;
  margin-bottom: 45px;
}
.plases_item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plases_slider .slick-arrow {
  position: absolute;
  top: 105px;
  z-index: 1;
  background-size: cover;
  width: 79px;
  height: 79px;
  cursor: pointer;
  font-size: 0;
  border: none;
  background: none;
}
.plases_slider .slick-next {
  background-image: url(../img/arrow_right.png);
  right: 25px;
}
.plases_slider .slick-prev {
  background-image: url(../img/arrow_left.png);
  left: 25px;
}
.plases_item-title {
  font-weight: 800;
  line-height: 22px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #fbd784;
  font-size: 18px;
  padding-left: 30px;
  margin-bottom: 12px;
  position: relative;
}
.plases_item-title::before {
  position: absolute;
  content: "";
  background-image: url(../img/plases_item-title2.svg);
  background-size: cover;
  width: 14px;
  height: 23px;
  left: 0;

  top: 50%;
  transform: translateY(-50%);
}
.plases_item-text {
    color:#fff;
}
/*.plases_item-option {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 181.9%;
  padding-left: 30px;
}
 .plases_item.slick-active .plases_item-option   ,
.plases_item.slick-active .plases_item-title{
    display: block;
} */

.price {
  padding: 150px 0 85px;
  background-color: #fff;
}
.price_title {
  text-align: center;
  margin-bottom: 5px;
}
.price_subtitle {
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
}
.price_inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.price_inner-item {
  width: 49%;
  border: 2px solid #fbd784;
  text-align: center;
  padding: 40px 40px 15px;
}

.price_inner-img {
  margin-bottom: 17px;
}
.price_inner-title {
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000;
  font-size: 18px;
}
.price_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.price_item {
  width: 32%;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  padding: 34px 34px 20px;
  margin-bottom: 40px;
}
.price_item-img {
  margin-bottom: 18px;
}
.price_item-title {
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 15px;
}
.price_item-options {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-left: 33px;
}
.price_item-plase {
  font-size: 14px;
  color: #000000;
  line-height: 27px;
}
.price_item-plase span {
  font-weight: 600;
  display: block;
}
.price_item-value {
  font-size: 14px;
  line-height: 20px;
}
.price_item-value span {
  display: block;
  font-weight: 700;
  line-height: 40px;
  font-size: 24px;
}
.price_item-btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fbd784;
  width: 240px;
  height: 65px;
  font-weight: 800;
  line-height: 17px;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
}

.conditions {
  padding: 80px 0 60px;
  background: #252527;
}
.conditions_title {
  color: #fff;
  margin-bottom: 60px;
}
.conditions_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.conditions_item {
  width: 40%;
  position: relative;
  margin-bottom: 65px;
}
.conditions_item-number {
  position: absolute;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.08);
  font-size: 100px;
  font-family: "Playfair Display", serif;
  top: 40%;
  transform: translateY(-50%);
  line-height: 133px;
  font-feature-settings: "pnum" on, "lnum" on;
}
.conditions_item-title {
  font-weight: 800;
  line-height: 22px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #fbd784;
  margin-bottom: 7px;
  font-size: 18px;
}
.conditions_item-text {
  font-size: 20px;
  line-height: 23px;
  color: #ffffff;
}
.conditions_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.conditions_inner-item {
  width: 49%;
  margin-bottom: 42px;
}
.conditions_inner-title {
  font-size: 20px;
  color: #ffffff;
}
.conditions_inner-text {
  font-family: "Playfair Display", serif;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 45px;
  color: #fff;
}
.conditions_inner-text img {
  margin-top: 15px;
}

.calculator {
  padding: 60px 0;
  background: #ececec;
}
.calculator_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calculator_title {
  margin-bottom: 30px;
}
.calculator_subtitle {
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 35px;
}
.calculator_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 640px;
  margin-bottom: 35px;
}
.calculator_item-title {
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 17px;
  font-weight: 700;
}
.calculator_item-wrapper {
  border: 2px solid rgba(0, 0, 0, 0.6);
  height: 55px;
  width: 430px;
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  z-index: 1;
}
.calculator_item-value {
  font-size: 17px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 120%;
  font-weight: 700;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.calculator_item-inp {
  position: absolute;
  width: calc(100% - 30px);
  bottom: -2px;
  right: 50%;
  transform: translateX(50%);
}
.calculator_item-inp[type="range"] {
  -webkit-appearance: none;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fbd784), color-stop(0, rgba(0, 0, 0, 0.6)));
  height: 2px;
  cursor: pointer;
}
.calculator_item-inp[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  cursor: pointer;
  width: 12px;
  background: #fbd784;
  border-radius: 50%;
  height: 12px;
}
.calculator_item-inp[type="range"]::-ms-thumb {
  -webkit-appearance: none;
  cursor: pointer;
  width: 12px;
  background: #fbd784;
  border-radius: 50%;
  height: 12px;
}
.calculator_item-inp[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  cursor: pointer;
  width: 12px;
  background: #fbd784;
  border-radius: 50%;
  height: 12px;
}
.calculator_right {
  max-width: 420px;
  width: 100%;
  background: #252527;
  padding: 35px 30px;
}
.calculator_right-title {
  font-weight: bold;
  font-size: 45px;
  line-height: 48px;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  margin-bottom: 50px;
}
.calculator_right-price {
  margin-bottom: 30px;
}
.calculator_right-price_title {
  font-size: 14px;
  line-height: 16px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #ffffff;
  margin-bottom: 10px;
}
.calculator_right-price_value {
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #fbd784;
}
.calculator_right-percent {
  font-size: 14px;
  line-height: 16px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #ffffff;
  margin-bottom: 34px;
}
.calculator_right-percent span {
  font-weight: 700;
}
.calculator_right-btn {
  width: 100%;
  height: 65px;
  background: #ffffff;
  font-weight: 800;
  line-height: 17px;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #5e5c57;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  border: none;
  margin-bottom: 34px;
   transition: 0.3s;
}
.calculator_right-btn:hover{
    background: #fbd784;
    color: #fff;
}
.calculator_right-ok {
  font-size: 14px;
  line-height: 16px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #ffffff;
}

.steps {
  padding: 85px 0;
  display: none;
}
.steps_title {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  color: #fff;
  width: 100%;
}
.steps_title span {
  position: absolute;
  font-size: 14px;
  line-height: 16px;
  font-family: "Gilroy";
  max-width: 300px;
  right: 0;
  top: 50%;
  transform: translateY(-30%);
  padding-left: 62px;
  text-align: left;
}
.steps_title span::before {
  position: absolute;
  content: "";
  background-image: url(../img/steps_title.svg);
  background-size: cover;
  width: 50px;
  height: 50px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.steps_subtitle {
  font-size: 14px;
  line-height: 130%;
  color: #fff;
}
.steps_date {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #fff;
}
.steps_wrapper {
  display: flex;
  justify-content: space-between;
}
.steps_item {
  width: 24%;
}
.steps_item-img {
  margin-bottom: 14px;
}
.steps_item-img img {
  width: 100%;
  height: 100%;
}
.steps_item-subtitle {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}
.steps_item-title {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  color: #fff;
}
.works_content-wrapper {
  opacity: 0;
  transition: all 1s;
}
.works_content-wrapper.active {
  opacity: 1;
}
.works_content-wrapper.active .works_content {
  display: flex;
}
.works_content {
  display: none;
  justify-content: space-between;
}
.works {
  padding: 80px 0;
}
.works_title {
  text-align: center;
  margin-bottom: 28px;
  color: #fff;
}
.works_tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
.works_tab {
  margin: 0 7px;
  border: 1px solid #fbd784;
  border-radius: 4px;
  width: 170px;
  color: #fbd784;

  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s;
}
.works_tab.active {
  background: #fff;
    border: 1px solid #fff;
  box-shadow: 0px 13px 18px rgba(17, 19, 35, 0.08);
  border-radius: 4px;
  color: #000;
}
.works_item {
  width: 32%;
  position: relative;
}
.works_item-img img {
  width: 100%;
  height: 100%;
}
.works_item-date {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 20px;
  background: #fbd784;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.works_item-title {
  margin-top: 20px;
  font-weight: 700;
  line-height: 22px;
  font-size: 18px;
  color: #fff;
  display: none;
}

.order_popup {
  max-width: 350px;
  width: 100%;
  background: #252527;
  min-height: 400px;
}
.popup_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 300px;
  width: 100%;
}
.popup_title {
  font-weight: 700;
  font-size: 25px;
  line-height: 135%;
  text-align: center;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
}
.popup_subtitle {
  text-align: center;
  color: #ffffff;
}
.popup_inp {
  width: 100%;
  height: 65px;
  background: none;
  border: 1px solid #a8a8a9;
  border-radius: 2px;
  margin-bottom: 15px;
  padding-left: 15px;
  font-size: 13px;
  color: #fff;
}
.popup_inp::placeholder {
  color: #fff;
}
.popup_btn {
  cursor: pointer;
}
.btn_popup {
  width: 100%;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fbd784;
  font-weight: 800;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #5d5c57;
  font-size: 14px;
  border: none;
  cursor: pointer;
}
.fancybox-button svg path {
  fill: #fff;
}
.contacts {
  padding: 85px 0;
  background: #252527;
  position: relative;
}
.contacts_title {
  text-align: center;
  color: #ffffff;
  margin-bottom: 75px;
}
.contacts_wrapper {
  display: flex;
  justify-content: space-between;
}
.contacts_info{
    width: 48%;
}
.contacts_item {
  margin-bottom: 50px;
}
.contacts_item-title {
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #fbd784;
  margin-bottom: 10px;
}
#popup_video {
  padding: 0;
  max-width: 800px;
  width: 100%;
  max-height: 450px;
  height: 100%;
  background: none;
}
#popup_video iframe {
  width: 100%;
  height: 99%;
}
.contacts_item-text {
  line-height: 140%;
  color: #ffffff;
}
.contacts_btn {
  max-width: 403px;
  width: 100%;
  height: 65px;
  background: #fbd784;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #252527;
  font-size: 14px;
        transition: 0.3s;
  border-radius: 5px;
      overflow: hidden;
          position: relative;
}

.contacts_btn:hover{
    background: #f7c551;
}

.contacts_btn:after {
    content: "";
    margin-left: 60px;
    width: 30px;
    height: 300px;
    background: rgba(255, 255, 255, 0.86);
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    position: absolute;
    left: -40px;
    top: -150px;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 0;
}
@keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0;
    }
    100%, 30% {
        left: 110%;
        margin-left: 80px;
    }
}
.contacts_map {
  width: 50%;
  height: 369px;
  right: 0;
  position: absolute;
}
.contacts_map iframe {
  width: 100%;
  height: 100%;
}
.footer {
  padding: 35px 0;
  background: #252527;
}
.footer_wrapper {
  display: flex;
  justify-content: space-between;
}
.footer_link {
  color: #ffffff;
  transition: 0.3s;
}
.footer_link:hover{
    color: #fbd784;
}
.menu_burger {
  display: none;
}
.about_show {
  display: none;
}

.steps_popup {
  background: #ffffff;
  border-radius: 4px;
  width: 900px;
  padding: 65px 0 0;
}
.steps_popup-title {
  font-weight: 700;
  line-height: 135%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  opacity: 0.5;
  margin-bottom: 21px;
  font-size: 15px;
  padding: 0 75px;
}
.steps_popup-subtitle {
  font-weight: 700;
  line-height: 135%;
  font-size: 27px;
  margin-bottom: 8px;
  padding: 0 75px;
}
.steps_popup-text {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 135%;
  padding: 0 75px;
}
.steps_popup-item {
  font-size: 18px;
  line-height: 135%;
  padding: 0 75px;
}
.steps_popup-info {
  padding: 25px 75px 35px;
  background: #ececec;
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.steps_popup-img {
  margin-right: 15px;
}
.steps_popup-info_text {
  font-size: 15px;
  line-height: 135%;
}
.steps_popup .fancybox-close-small path {
  fill: #000;
  opacity: 0.4;
}

@media (max-width: 1500px) {
  .plases_item-img {
    height: 260px;
  }
}

@media (max-width: 1200px) {
  .header_link {
    margin-right: 22px;
    margin-right: 15px;
    letter-spacing: 0.02em;
  }
  .main {
    padding-top: 160px;
  }
  .gallery_item {
    height: 280px;
  }
  .price_item {
    padding: 34px 20px 20px;
  }
  .calculator_item-wrapper {
    width: 375px;
  }
  .calculator_left {
    width: 57%;
  }
  .calculator_right {
    max-width: 390px;
  }
  .steps_title span {
    width: 205px;
  }
    .header_number {

    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .steps_popup {
    width: 610px;
  }
 .contacts_info{
    width: 100%;
    }
  .steps_popup-img {
    margin-right: 30px;
  }
  .header_order{
      margin-right: 45px;
  }
  .works_content-wrapper.active .works_content {
    display: flex;
    flex-wrap: wrap;
  

  }
  .works_item {
    width: 31%;

    margin: 0 8px;
}
  .works_item-img {
    height: 280px;
  }
  #popup_video {
    max-width: 90%;
    height: 300px;
  }
  .header_menu {
    position: fixed;
    width: 100%;
    height: 100%;
   top: 92px;
    right: -100%;
    z-index: 4;
    padding-top: 100px;
    flex-direction: column;
    align-items: center;
    transition: all 0.6s;
        overflow-y: scroll;
            padding-bottom: 100px;
  }
  .header.active{
      background: #000;
  }
  .header_link {
    margin-right: 0;
    font-size: 35px;
    margin-bottom: 35px;
    display: block;
  }
  .header_menu>li{
    background: #252527;
}
  .header.active {
    position: fixed;
    width: 100%;
    z-index: 10;
  }
  .header.active .header_menu {
    right: 0;
    background: #252527;
  }
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header_logo {
    margin: 0;
  }
  .header {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .header_type {
    margin-right: 20px;
  }
  .header_wrapper {

    margin-right: 25px;
}
  .menu_burger {
    display: block;
    width: 28px;
    height: 24px;
    position: absolute;
    top: 42px;
    right: 15px;
    z-index: 5;
  }
  .menu_burger::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    left: 0;
    top: 0;
    transition: all 0.3s;
  }
  .menu_burger.active::before {
    transform: rotate(45deg);
    top: 10px;
  }
  .menu_burger.active::after {
    transform: rotate(-45deg);
    bottom: 11px;
  }
  .menu_burger.active span {
    transform: translateY(-50%) scale(0);
  }
  .header_order,
  .header_type,
  .header_logo {
    z-index: 6;
  }
  .header_order {
    margin-right: 21px;
}
  .menu_burger::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    left: 0;
    bottom: 0;
    transition: all 0.3s;
  }
  
  .menu_burger span {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  .main_subtitle {
    display: flex;
    justify-content: center;
  }
  .main_subtitle::before {
    left: 40%;
    transform: translate(-100%, -50%);
  }
  .main_title {
    text-align: center;
    font-size: 40px;
  }
  .main_btn {
    margin: 0 auto 25px;
  }
  .main_item-title {
    font-size: 16px;
  }
  .main_item-text {
    font-size: 12px;
  }
  .main_items {
    padding: 45px 0;
  }
  .main_wrapper {
    background: #000000;

  }
  .gallery {
    padding: 70px 0;
  }
  .gallery_item {
    height: 375px;
  }
  .gallery_dots-item {
    height: 100px;
  }
  .gallery_dots {
    margin: 0;
  }
  .about_img {
    display: none;
  }
  .about_wrapper::before {
    right: -15px;
  }
  .about {
    padding-bottom: 0;
  }
  .about_wrapper {
    padding: 70px 0;
  }
  .title {
    font-size: 35px;
  }
  .about_title {
    margin-bottom: 25px;
  }
  .options_item {
    width: 100%;
  }
  .options_text,
  .options_item-text {
    font-size: 16px;
    padding-right: 30%;
  }
  .options {
    padding-top: 70px;
  }
  .plases {
    margin: 65px 0;
  }
  .plases_text {
    margin-bottom: 40px;
  }
  .plases_map {
    margin-bottom: 40px;
  }
  .plases_slider .slick-arrow {
    top: 85px;
  }
  .price {
    padding: 70px 0;
  }
  .price_inner {
    flex-direction: column;
    margin-bottom: 70px;
  }
  .price_inner-item {
    width: 80%;
    margin: 0 auto 25px;
  }
  .price_wrapper .slick-arrow {
    position: absolute;
    top: 105px;
    z-index: 1;
    background-size: cover;
    width: 79px;
    height: 79px;
    cursor: pointer;
    font-size: 0;
    border: none;
    background: none;
  }
  .price_wrapper .slick-next {
    background-image: url(../img/arrow_right.png);
    right: 15px;
  }
  .price_wrapper .slick-prev {
    background-image: url(../img/arrow_left.png);
    left: 15px;
  }
  .conditions_item {
    width: 100%;
  }
  .conditions {
    padding: 60px 0;
  }
  .calculator_wrapper {
    flex-direction: column;
  }
  .calculator_left {
    width: 100%;
    padding: 0 15px;
  }
  .calculator_right {
    max-width: 100%;
    padding: 70px 15px;
  }
  .calculator_right-btn {
    width: 100%;
    max-width: 350px;
    background: #fbd784;
    color: #000;
  }
  .calculator .container {
    padding: 0;
  }
  .calculator_right-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .calculator_right-price {
    width: 45%;
  }
  .calculator_right-price_value {
    color: #fff;
  }
  .steps_wrapper {
    flex-wrap: wrap;
  }
  .steps_item {
    width: 48%;
    margin-bottom: 35px;
  }
  .steps_title span {
    top: auto;
    bottom: -50px;
    transform: translateY(100%);
  }
  .calculator {
    padding: 60px 0 0;
  }
  .steps {
    padding: 60px 0;
    background-color: #fff;
  }
    .header_type {
    margin-right: 26px;
}
  .works {
    background-color: #fff;
  }
  .works_tab {
    color: #000;
  }
  .works_tab.active {
    background: #fbd784;
  }
  .works_title,
  .works_item-title,
  .steps_date,
  .steps_item-subtitle,
  .steps_item-title,
  .steps_subtitle,
  .steps_title {
    color: #000;
  }
  .works {
    padding: 60px 0;
  }
  .works_item {
    margin: 0 10px;
  }
  .works_content .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-size: cover;
    width: 79px;
    height: 79px;
    cursor: pointer;
    font-size: 0;
    border: none;
    background: none;
  }
  .works_content .slick-next {
    background-image: url(../img/arrow_right.png);
    right: 25px;
  }
  .works_content .slick-prev {
    background-image: url(../img/arrow_left.png);
    left: 25px;
  }
  .works .container {
    padding: 0;
  }
  .works_tabs {
    padding: 0 15px;
  }
  .contacts_map {
    position: relative;

    margin-top: 65px;
    width: 100%;
  }
  .contacts_wrapper {
    flex-direction: column;
  }
  .contacts .container {
    padding: 0;
  }
  .contacts_info {
    padding: 0 15px;
  }
  .contacts {
    padding: 70px 0;
  }

  .header.fixed .header_logo {
    display: flex;
  }
}
@media (max-width: 700px) {
  .header_number {
    font-size: 0;
    width: 30px;
    height: 30px;
    border: none;
    padding: 0;
    background-image: url(../img/header_phone.svg);
    background-size: cover;
  }
  .header_type {
    margin-right: 20px;
  }
  .header_call {
    display: none;
  }
  .header_logo {
    font-size: 18px;
  }
  .menu_burger {
 
    top: 32px;
  }

  .main_subtitle {
    text-align: center;
    justify-content: center;
    padding: 0;
  }
.main_subtitle::before {
    left: 50%;
    top: 37px;
    transform: translateX(-50%);
}
  .main_title {
    text-align: center;
    font-size: 30px;
    line-height: 143%;
  }

  .main_items {
    flex-wrap: wrap;
    justify-content: start;
    padding: 35px 0 0;
  }
  .main_item {
    margin-right: 30px;
    margin-bottom: 25px;
  }
  .main_item-title {
    font-size: 14px;
  }
  .header_menu {
    padding-top: 150px;
  }
  .header_link {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .gallery_item {
    height: 235px;
    margin: 0 5px;
  }
  .gallery_dots-item {
    height: 55px;
    margin: 0 3px;
  }
.gallery {
    padding: 40px 0;
    margin-top: 50px;
}
  .main {
    padding-top: 145px;
    padding-bottom: 0;
}
.main_wrapper {
 
    top: 50px;

}
.main_items {

    padding: 25px 0 0;
}
.calculator_right-price_value {
 
    font-size: 25px;
    line-height: 30px;
 
}
  .title {
    font-size: 28px;
    line-height: 35px;
  }
  .gallery_slider {
    margin-bottom: 15px;
  }
  .steps_title {
    margin-bottom: 60px !important;

}
.steps_title span {
  
    top: 11px;
}
  .gallery_slider .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: cover;
  }
  .gallery_slider .slick-next {
    right: 10px;
  }
  .gallery_slider .slick-prev {
    left: 10px;
  }
  .about_wrapper {
    padding: 45px 0;
  }
  .about_text {
    font-size: 14px;
  }
  .about_show {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 64px;
    font-weight: 800;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #252527;
    font-size: 13px;
    border: 1px solid #5b5d65;
    margin-top: 20px;
  }
  .options {
    padding-top: 40px;
  }
  .options_text,
  .options_item-text {
    padding-right: 0;
    font-size: 14px;
  }
  .options_item {
    padding-left: 74px;
    margin-bottom: 45px;
  }
  .plases {
    margin: 40px 0;
  }
  .options_item:last-child {
    margin-bottom: 0;
  }
  .plases_text {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .plases_map {
    height: 345px;
  }
  .plases_item-img {
    height: 205px;
    margin-bottom: 30px;
  }
  .plases_item {
    margin: 0 5px;
  }
  .works_content .slick-arrow,
  .price_wrapper .slick-arrow,
  .plases_slider .slick-arrow {
    width: 32px;
    height: 32px;
    background-size: cover;
  }
  .works_content .slick-next,
  .price_wrapper .slick-next,
  .plases_slider .slick-next {
    right: 5px;
  }
  .works_content .slick-prev,
  .price_wrapper .slick-prev,
  .plases_slider .slick-prev {
    left: 5px;
  }
  .plases_item-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .price {
    padding: 40px 0;
  }
  .price_subtitle {
    margin-bottom: 15px;
  }
  .price_inner-item {
    width: 100%;
  }
  .price_inner-item img {
    width: 100%;
    height: 100%;
  }
  .price_inner {
    margin-bottom: 30px;
  }
  .price_item {
    margin-bottom: 0;
  }
  .conditions_inner-item {
    width: 100%;
  }
  .conditions {
    padding: 45px 0;
  }
  .conditions_title {
    margin-bottom: 30px;
  }
  .conditions_item {
    margin-bottom: 35px;
  }
  .conditions_inner-item:last-child {
    margin-bottom: 0;
  }
  .calculator {
    padding: 45px 0;
  }
  .calculator_subtitle {
    font-size: 18px;
  }
  .calculator_item {
    flex-direction: column;
    align-items: flex-start;
  }
  .calculator_item-wrapper {
    width: 100%;
    margin-top: 20px;
  }
  .calculator_right {
    padding: 40px 15px;
  }
  .calculator_right-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .calculator_right-wrapper {
    flex-direction: column;
  }
  .calculator_right-price {
    width: 100%;
  }
  .calculator_right-btn {
    max-width: 100%;
  }
  .steps_title {
    margin-bottom: 80px !important;
    text-align: left;
  }
  .steps_title span {
    bottom: auto;
    right: auto;
    left: 0;
    width: 100%;
  }
  .steps {
    padding: 40px 0 15px;
}
.conditions_item-number {
    font-size: 80px;
}
.calculator_subtitle {

    margin-bottom: 22px;
}
  .steps_item-title {
    font-size: 16px;
  }
  .steps_item-img {
    display: flex;
    margin-bottom: 7px;
  }
  .steps_item {
    margin-bottom: 15px;
  }

  .steps_date {
    margin-bottom: 20px;
  }
  .works_item {
    margin: 0 5px;
  }
  .works {
    padding: 40px 0;
  }
  .works_tabs {
    flex-wrap: wrap;
  }
  .works_tab {
    width: 48%;
    margin: 0 0 10px;
  }
  .works_tabs {
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .footer_link {
    margin: 0 0 15px;
 
}
.contacts {
    padding: 40px 0 10px;
}
  .works_item-title {
    font-size: 14px;
    margin-top: 10px;
    line-height: 17px;
  }
  .contacts_title {
    text-align: left;
    padding: 0 15px;
  }
  .contacts_item {
    margin-bottom: 30px;
  }
  .contacts_btn {
    width: 100%;
  }
  .contacts {
    padding: 40px 0;
  }
  .footer_wrapper {
    flex-direction: column;
  }
  .footer_link {
    margin: 15px 0;
    display: block;
  }
  .footer {
    padding: 10px 0;
  }
  .works_item-img {
    height: 235px;
  }
  #popup_video {
    max-width: 100%;
    max-height: 300px;
  }
  .steps_popup {
    width: 385px;
    padding-top: 40px;
  }
  .steps_popup-title {
    padding: 0 30px;
    font-size: 11px;
    margin-bottom: 14px;
  }
  .steps_popup-subtitle {
    padding: 0 30px;
    font-size: 18px;
    margin-bottom: 6px;
  }
  .steps_popup-text {
    padding: 0 30px;
    font-size: 12px;
    margin-bottom: 18px;
  }
  .steps_popup-item {
    font-size: 12px;
    padding: 0 30px;
  }
  .steps_popup-info {
    padding: 20px 35px;
  }
  .steps_popup-img {
    margin-right: 18px;
  }
  .steps_popup-info_text {
    font-size: 11px;
  }
  .main_btn {
    max-width: 371px;
    height: 56px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 2px;
    font-size: 14px;
    }
      .conditions_inner-text {

    font-size: 32px;

}
.conditions_inner-item {

    margin-bottom: 25px;
}
.works {
    padding: 10px 0 40px;
}
  .works_item {
    width: 48%;

}
.calculator_right-percent {

    margin-bottom: 20px;
}
.calculator_right-price {
    margin-bottom: 20px;
}
.header_menu {
    padding-top: 105px;
    top: 76px;
}
}
@media (max-width: 400px) {
  .header_type {
    margin-right: 20px;
  }
  .header_logo {
    font-size: 15px;
    letter-spacing: 3px;
  }

  .main {
    padding-top: 140px;
  }
  .main_title {
    font-size: 26px;
  }
  .plases_item-option,
  .plases_item-title {
    font-size: 14px;
    line-height: 20px;
  }
  .price_item-options {
    padding-left: 0;
  }
  .calculator_right-btn {
    font-size: 12px;
  }
  .steps_item-title {
    font-size: 14px;
    line-height: 18px;
  }
  .steps_item-subtitle {
    font-size: 12px;
  }
  #popup_video {
    max-width: 100%;
    max-height: 200px;
  }
    .header_link {
    font-size: 22px;
    margin-bottom: 24px;
}
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.calculator_item-valute {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: -1;
  display: flex;
  align-items: center;
}
.calculator_item-valute .price_none {
  opacity: 0;
  margin-right: 15px;
}
.calculator_item-valute .price_none2 {
  opacity: 0;
  margin-right: 15px;
}
.calculator_item-valute .price_none3 {
  opacity: 0;
  margin-right: 40px;
}



