@charset "UTF-8";
/*Обнуление*/
*{padding:0;margin:0;border:0;}
*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
:focus,:active{outline:none;}
a:focus,a:active{outline:none;}
nav,footer,header,aside{display:block;}
html,body{height:100%;width:100%;font-size:100%;line-height:1;font-size:14px;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
input,button,textarea{font-family:'Montserrat';font-size: 25px;text-align: center;}
input::-ms-clear{display:none;}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
button{cursor:pointer;}
button::-moz-focus-inner{padding:0;border:0;}
a,a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
ul li{list-style:none;}
img{vertical-align:top;}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;}
/*--------------------*/
p{margin: 10px 0;}
strong, b {font-weight: 700;}
button,textarea,input[type="email"],input[type="password"],input[type="text"],input[type="button"],input[type="submit"] {border-radius: 0;}
.img-adaptive{display: block;max-width: 100%;height: auto; max-height: 100%;}
@font-face {
  font-family: 'Borz';
  src: url("/css/fonts/Borz-Bold.otf");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Borz';
  src: url("/css/fonts/Borz-Medium.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Borz';
  src: url("/css/fonts/Borz-Light.otf");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Indian';
  src: url("/css/fonts/IndianTypeFoundry.woff");
  font-weight: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;900&display=swap');

body {
  font-family: 'Borz', sans-serif;
  font-size: 18px;
  color: #333;
  font-display: swap;
  -webkit-overflow-scrolling: touch;
}
body.overflow {
  overflow: hidden;
}
a {
  color: #333;
  display: inline-block;
}
.numeric {
  font-family: 'Montserrat';
}
.hide {
  opacity: 0;
}
.wrapper {
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.main_block {
  height: 100vh;
  background: url(../img/bg_main.jpg) no-repeat;
  background-position: bottom;
  background-size: cover;
}
.main_block::after, .background::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.41);
  z-index: 0;
  pointer-events: none;
}
.background::after {
  height: 400px;
}
.background.dev {
  background-image: url(../img/dev-1.jpg);
}
.background {
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  position: relative;
}
.header {
  height: 100px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 300;
  color: #fff;
  font-size: 20px;
  padding: 0 30px;
  background-color: rgba(0,0,0,0.41);
  position: relative;
}
.header.nomain {
  background-color: rgba(0,0,0,0.71);
}
.header__logo {
  padding: 10px;
  overflow: hidden;
}
.header__logo img {
   width: 120px;
}
.menu_main {
  display: flex;
}
.menu_main li a {
  color: #fff;
  margin-right: 30px;
  transition: 0.25s cubic-bezier(0.5, 0, 0, 1);
}
.menu_main li a:hover {
  color: #cda173;
}
.dop_menu {
  position: relative;
}
.menu_main .dop_menu .dop_menu_main {
  text-align: center;
  margin-bottom: 20px;
}
.dop_dop_menu:first-child {
  margin-top: 20px;
}
@media (min-width: 992px) {
.menu_main .dop_menu .dop_menu_main {
  position: absolute;
  z-index: 100;
  left: -5px;
  top: 100%;
  margin: 0;
  padding: 20px 10px;
  transition: 0.2s all;
  display: none;
  background-color: rgb(82 80 76 / 77%);
}
}
.dop_dop_menu {
  margin-bottom: 10px;
}
.dop_menu:hover .dop_menu_main {
    display: block;
}

.menu-icon-wrapper {
  display: none;
}
.menu-icon-wrapper {
/*   background: red; */
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.menu-icon {
  position: relative;
  width: 40px;
  height: 4px;
  background-color: #cda173;
}

.menu-icon::before {
  position: absolute;
  left: 0;
  top: -12px;
  content: '';
  width: 40px;
  height: 4px;
  background-color: #cda173;
  transition: transform 0.2s ease-in, top 0.2s linear 0.2s;

}

.menu-icon::after {
  position: absolute;
  left: 0;
  top: 12px;
  content: '';
  width: 40px;
  height: 4px;
  background-color: #cda173;
  transition: transform 0.2s ease-in, top 0.2s linear 0.2s;

}

.menu-icon.menu-icon-active {
  background-color: transparent;
}

.menu-icon.menu-icon-active::before {
  transform: rotate(45deg);
  top: 0;
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
}

.menu-icon.menu-icon-active::after {
  transform: rotate(-45deg);
  top: 0;
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
}
.menu {
  list-style: none;
}
.main_block__main {
  position: absolute;
  bottom: 17%;
  left: 14%;
  right: 0;
  display: flex;
  flex-direction: column;
  color: #fff;
  z-index: 5;
}
.main_block__main__title strong {
  display: block;
}
.main_block__main__title {
  font-size: 45px;
  font-family: 'Broz', sans-serif;
  position: relative;
  line-height: 55px;
  letter-spacing: 1px;
}
.main_block__main__title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -13px;
  height: 8px;
  width: 128px;
  background-color: #cda173;
}
.decsr {
  margin-top: 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}
.section {
  position: relative;
  display: flex;
  flex-direction: column;
}
.margin {
  margin: 20px 0;
}
.section__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%
}

@media (min-width: 576px) {
  .section__body {
    padding: 0 10vw
  }
}

@media (min-width: 992px) {
  .section__body, .block_work {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }
}
.section__body-col {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 32px;
}
@media (min-width: 992px) {
  .section__body-col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
  }
}

@media (min-width: 1200px) {
  .section__body-col {
    padding-left: 64px;
    padding-right: 64px
  }
}
.section__body-col.bg_1 {
  padding: 0;
}

.block_work__title.section__header-title {
  margin: 70px 0 50px 0;
  font-family: 'Indian';
  color: #c4a970;
  font-size: 80px;
  text-transform: unset;
  line-height: unset;
}
.block_work__title.section__header-title::before {
  content: none;
}
.block_work__title.section__header-title::after {
  content: attr(data-block);
  position: absolute;
  left: 0px;
  top: -60px;
  color: #fff;
  font-size: 30px;
  background-color: #4a4a4a;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block_work__decription {
  line-height: 30px;
  color: #333;
  font-size: 14px;
}
.block_work__content .section__buttons a.button {
  width: auto;
}
.block__service {
  text-align: center;
  padding: 50px;
  margin-bottom: 40px;
}
.block__service .section__header-title::before {
  left: unset;
}
.block_services_flex {
  padding: 0 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block_services_item {
  width: 30%;
  height: 300px;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
}
.block_services_item-title {
  padding: 15px;
  position: absolute;
  bottom: 0;
  background-color: hsla(0,0%,100%,.85);
  width: 100%;
  -webkit-transition: all .4s ease .1s;
  -o-transition: .4s all ease .1s;
  transition: all .4s ease .1s;
}
.open__more {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.block_services_item-title .read_more {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease .1s;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
}
.open__more:hover .block_services_item-title {
  padding-bottom: 50px;
  -webkit-transition: all .4s;
  -o-transition: .4s all;
  transition: all .4s;
}
.open__more:hover .block_services_item-title .read_more {
  opacity: 1;
  visibility: visible;
  bottom: 0;
  -webkit-transition: all .4s;
  -o-transition: .4s all;
  transition: all .4s;
}
.services_wrap_footer {
  text-align: center;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.services_wrap_footer_pad {
  padding: 100px 50px;
  max-width: 700px;
  margin: 0 auto;
}
.services_wrap_footer_pad p.main {
  font-size: 1.9rem;
  position: relative;
}
.services_wrap_footer_pad p.main::after {
  content: '';
  position: absolute;
  height: 5px;
  width: 200px;
  background: #cda173;
  bottom: -25px;
  left: calc(50% - 100px);
}
.fancybox-content {
  max-width: 70%!important;
  min-width: 70%!important;
}
.section__content h1, .section__content h2, h2 {
  margin-bottom: 1.6rem;
  font-size: 1.1rem;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 2.2rem;
}
.section__content h2.center {
  text-align: center;
}
.section__content p, .fancybox-content p {
  margin-bottom: 1.6rem;
  font-size: 15px;
  line-height: 1.6;
}
.section__body-col.bg {
  background: url(../img/111.png) no-repeat;
  background-size: cover;
  background-position: left;
}
.button-more {
  padding: 0;
  background-color: transparent;
  border: none;
  color: #cda173;
  font-weight: 400;
  margin-top: 1.5rem;
  cursor: pointer;
  transition: 0.25s cubic-bezier(0.5, 0, 0, 1);
  font-family: Borz;
  font-size: 16px;
}
.button-more:hover {
  color: #b38a5f;
}
.section__buttons {
  margin-top: 4rem
}

.section__buttons .button, .section__buttons .button--white {
  width: 100%
}
.button, .button--white {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #000000;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 2px #000000 solid;
  background-color: transparent;
  -webkit-animation: button-text 0.001s linear forwards;
  animation: button-text 0.001s linear forwards;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  cursor: pointer;
  padding: 12px 32px;
  line-height: 1.4;
  z-index: 1;
  max-width: 250px;
}
@media (min-width: 1400px) {
  .button, .button--white {
    padding: 1.2vw 3vw
  }
}

.button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  opacity: 1;
  background-color: #000000;
}
.button--white {
  color: #ffffff;
  border-color: #ffffff;
}
.button--white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  opacity: 1;
  background-color: #ffffff;
}
@-webkit-keyframes button-after {
  0% {
    top: 0;
    height: 0;
  }
  100% {
    top: 0;
    height: 100%;
  }
}

@keyframes button-after {
  0% {
    top: 0;
    height: 0;
  }
  100% {
    top: 0;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .button:hover::before, .button--white:hover::before {
    -webkit-animation: button-after 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    animation: button-after 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
  .button:hover {
    color: #fff;
  }
  .button--white:hover {
  color: #000;
}
}

.section__header {
  position: -webkit-sticky;
  position: sticky;
  top: 32px
}
.section__header-title {
  display: block;
  position: relative;
  line-height: 1.2;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 1rem;
}
@media (min-width: 576px) and (max-width: 767px) {
  .section__header-title {
    font-size: 2rem
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .section__header-title {
    font-size: 2.4rem
  }
}

@media (min-width: 1200px) {
  .section__header-title {
    font-size: 2.6rem;
  }
}

.section__header-title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 8px;
  width: 128px;
  background-color: #cda173
}

@media (max-width: 767px) {
  .section__header-title::before {
    z-index: -1;
    left: 50%;
    margin-left: -64px
  }
}

.section__header-title strong {
  display: block;
  font-weight: 800
}

.section__header-title h1 {
  font-size: inherit;
  font-weight: 800;
  margin: 0
}

.section__header-subtitle {
  display: block;
  font-size: 1rem;
  margin-top: 1rem;
  text-transform: uppercase;
  font-weight: 500
}
[data-scroll='title'] {
  position: relative
}

[data-scroll='title']::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: -32px;
  width: 0;
  height: 100%;
  background-color: #cda173;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s
}

@media (min-width: 1200px) {
  [data-scroll='title']::before {
    left: -64px;
  }
}

[data-scroll='title']>* {
  opacity: 0
}

[data-scroll='title'].scrolled::before {
  -webkit-animation: scroll-title 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation: scroll-title 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards
}

@media (min-width: 1200px) {
  [data-scroll='title'].scrolled::before {
    /* -webkit-animation:scroll-title-laptop 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards; */
    animation: scroll-title-laptop 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  }
}

[data-scroll='title'].scrolled>* {
  -webkit-animation: opacity-title 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation: opacity-title 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards
}

@-webkit-keyframes scroll-title {
  0% {
    left: -32px;
    width: 0
  }
  50% {
    left: -32px;
    width: calc(100% + 32px + 32px)
  }
  100% {
    left: calc(100% + 32px);
    width: 0
  }
}

@keyframes scroll-title {
  0% {
    left: -32px;
    width: 0
  }
  50% {
    left: -32px;
    width: calc(100% + 32px + 32px)
  }
  100% {
    left: calc(100% + 32px);
    width: 0
  }
}

@-webkit-keyframes scroll-title-laptop {
  0% {
    left: -64px;
    width: 0
  }
  50% {
    left: -64px;
    width: calc(100% + 64px + 64px)
  }
  100% {
    left: calc(100% + 64px);
    width: 0
  }
}

@keyframes scroll-title-laptop {
  0% {
    left: -64px;
    width: 0
  }
  50% {
    left: -64px;
    width: calc(100% + 64px + 64px)
  }
  100% {
    left: calc(100% + 64px);
    width: 0
  }
}

@-webkit-keyframes scroll-title-ar {
  0% {
    right: -32px;
    width: 0
  }
  50% {
    right: -32px;
    width: calc(100% + 32px + 32px)
  }
  100% {
    right: calc(100% + 32px);
    width: 0
  }
}

@keyframes scroll-title-ar {
  0% {
    right: -32px;
    width: 0
  }
  50% {
    right: -32px;
    width: calc(100% + 32px + 32px)
  }
  100% {
    right: calc(100% + 32px);
    width: 0
  }
}

@-webkit-keyframes scroll-title-laptop-ar {
  0% {
    right: -64px;
    width: 0
  }
  50% {
    right: -64px;
    width: calc(100% + 64px + 64px)
  }
  100% {
    right: calc(100% + 64px);
    width: 0
  }
}

@keyframes scroll-title-laptop-ar {
  0% {
    right: -64px;
    width: 0
  }
  50% {
    right: -64px;
    width: calc(100% + 64px + 64px)
  }
  100% {
    right: calc(100% + 64px);
    width: 0
  }
}

@-webkit-keyframes opacity-title {
  0% {
    opacity: 0
  }
  50% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@keyframes opacity-title {
  0% {
    opacity: 0
  }
  50% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

[dir='rtl'] [data-scroll='title']::before {
  right: -32px;
  left: auto
}

@media (min-width: 1200px) {
  [dir='rtl'] [data-scroll='title']::before {
    right: -64px
  }
}

[dir='rtl'] [data-scroll='title'].scrolled::before {
  -webkit-animation: scroll-title-ar 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation: scroll-title-ar 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards
}

@media (min-width: 1200px) {
  [dir='rtl'] [data-scroll='title'].scrolled::before {
    -webkit-animation: scroll-title-laptop-ar 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    animation: scroll-title-laptop-ar 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards
  }
}
@media (min-width: 991px) {
.grid-line {
  display: block;
  position: absolute;
  z-index: 2;
  min-height: 100%;
  margin: 0;
  color: #e5e5e5;
  background-color: #e5e5e5;
  width: 1px;
  height: 100%;
  border: none;
}
.grid-line.center {
  z-index: 1;
  left: 50%;
}
}
.section--dark {
  background-color: #1b1b1b;
  color: #ffffff
}
.section__header {
  position: -webkit-sticky;
  position: sticky;
  top: 32px
}
.how_work__header {
  flex-grow: 1;
  padding-bottom: 64px;
}
.work__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.work__list-point {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.work__item-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.4rem;
  font-weight: 900;
  margin-bottom: 5px;
  opacity: 0;
  transition: opacity .5s;
}
.work__item-title.active {
  opacity: 1;
}
.work__item-desc {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 17px;
}
.section__content_step {
  padding-left: 70px;
  margin-bottom: 59px;
  line-height: 25px;
  position: relative;
  font-size: 20px;
  font-weight: 500;
}
.section__content_step::before {
  content: attr(data-step);
  position: absolute;
  top: 0px;
  left: -15px;
  font-size: 90px;
  line-height: 61px;
  color: #fff;
  background: rgb(205 162 116 / 52%);
  padding: 5px 10px;
  border-radius: 50%;
  z-index: -1;
  font-family: 'Montserrat', sans-serif;
}
.line{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 0;
}
#best {
  overflow: hidden;
}
.section__body.best::before {
  content: '';
  position: absolute;
  z-index: 0;
  left: 51vw;
  right: -44vw;
  top: 52%;
  height: 80vw;
  margin-top: -40vw;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  pointer-events: none;
}
.section--light {
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5
}
#social {
  padding: 60px 0;
}
.social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 32px -8px 0
}
.social__list-point {
  padding: 0 8px
}

.social__item {
  display: block;
  width: 42px;
  height: 42px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center
}
.social__item--telegram {
  background-image: url("../img/icons/telegram.svg")
}
.social__item--youtube {
  background-image: url("../img/icons/youtube.svg");
}
.social__item--instagram {
  background-image: url("../img/icons/instagram.svg");
}
.social__item--facebook {
  background-image: url("../img/icons/facebook.svg");
}
@media (min-width: 1200px) {
  .social__item--facebook:hover {
    background-image: url("../img/icons/gold/facebook.svg");
  }
  .social__item--instagram:hover {
    background-image: url("../img/icons/gold/instagram.svg");
  }
  .social__item--youtube:hover {
    background-image: url("../img/icons/gold/youtube.svg");
  }
  .social__item--telegram:hover {
    background-image: url("../img/icons/gold/telegram.svg");
  }
}

.small {
  font-size: 1.5rem;
}
.wrap_section {
  display: block;
  max-width: 1000px;
  margin: 50px auto;
}
.slider {
  margin: 0 auto;
}
.slider__info {
  position: absolute;
  bottom: 0;
  background: rgb(255 255 255 / 68%);
  max-width: 400px;
  padding: 10px 20px;
  text-align: center;
  font-size: 40px;
  color: #343434;
}
.fromright {
  opacity: 0;
  transform: translateX(500px);
}
.contacts_header {
  padding-bottom: 60px;
}
/*FEEDBACK*/
.h4 {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}
.feedback {
  background-color: #cda173
}

.feedback__input,
.feedback__textarea {
  background-color: #b38a5f;
  display: block;
  width: 100%;
  border: 2px solid transparent;
  line-height: 1.4;
  padding: 12px 16px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #000000;
  text-align: left;
  font-family: 'Borz';
}

.feedback__input:focus,
.feedback__textarea:focus {
  background-color: rgba(179, 138, 95, 0.6);
  border-color: rgba(0, 0, 0, 0.1)
}

.feedback__input::-webkit-input-placeholder,
.feedback__textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8)
}

.feedback__input:-ms-input-placeholder,
.feedback__textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8)
}

.feedback__input::-ms-input-placeholder,
.feedback__textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8)
}

.feedback__input::placeholder,
.feedback__textarea::placeholder {
  color: rgba(0, 0, 0, 0.8)
}

.feedback__more {
  margin-top: 2rem
}

.feedback__more-area {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.feedback__textarea {
  min-height: 100%
}

.feedback__group {
  margin-top: 1rem
}

.feedback__group:first-child {
  margin-top: 0
}

.feedback__button {
  width: 100%
}





.downArrow{
  position: absolute;
  bottom: 5%;
  left: 50%;
  color: #fff;
}
.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

/*СЛАЙДЕР*/
.slick-next {
  right: -17px;
}
.slick-prev {
  left: -17px;
}
.slick-prev, .slick-next {
  position: absolute;
  top: 56%;
  z-index: 3;
  margin-top: -60px;
  cursor: pointer;
  padding: 0;
  border: none;
  background: none;
}
.slick-prev::before {
  left: -6%;
}
.slick-next::before {
  right: -6%
}
.slick-prev::before, .slick-next::before {
  content: '';
  width: 50px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
  transition: box-shadow 0.3s ease-out;
}
.slick-prev:hover::before, .slick-next:hover::before {
  box-shadow: 0 2px 2px rgba(0,0,0,0.06),0 4px 4px rgba(0,0,0,0.06),0 8px 8px rgba(0,0,0,0.06),0 16px 16px rgba(0,0,0,0.06),0 32px 32px rgba(56,121,220,0.06);
  transition: none;
}
.slick-prev::after {
  transform: rotate(135deg);  
}
.slick-next::after {
  transform: rotate(-45deg);  
}
.slick-prev::after, .slick-next::after {
  margin: 16px 17px 17px;
  content: '';
  width: 17px;
  height: 17px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-right: 2px solid #444;
  border-bottom: 2px solid #444;
  z-index: 2;
}
/*Конец слайдера*/
/*МОДАЛЬНОЕ ОКНО*/
.block_modalka_zvonok {
  text-align: center;
}
.form_title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #333;
}
#input_1  {
  font-size: 22px;
  text-align: center;
  border-bottom: 1px solid #dedede;
  padding: 5px 10px;
  margin-bottom: 0;
}
#input_tel, #input_name, #input_city, #input_new, #input_tel_2, #input_name_2, #input_city_2, #input_new_2, #input_tel_3, #input_name_3, #input_city_3, #input_new_3 {
  font-size: 18px;
  margin-bottom: 15px;
  text-align: center;
  border-bottom: 1px solid #dedede;
  padding: 5px 10px;
  margin-bottom: 0;
}
.modal_div {
  width: 85%;
  max-width: 550px; 
  height: 300px; /* Рaзмеры дoлжны быть фиксирoвaны */
  background: #fff;
  position: fixed; /* чтoбы oкнo былo в видимoй зoне в любoм месте */
  top: 45%; /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
  left: 50%; /* пoлoвинa экрaнa слевa */
  margin-top: -150px;
  margin-left: -275px; /* тут вся мaгия центрoвки css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) */
  display: none; /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
  opacity: 0; /* пoлнoстью прoзрaчнo для aнимирoвaния */
  z-index: 9999; /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
  padding: 47px 50px 50px;
}
#sko32, #sko45, #sko60 {
  height: 400px;
}
/* Кнoпкa зaкрыть для тех ктo в тaнке) */
.modal_div .modal_close {
  width: 25px;
  height: 21px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #e73300;
}
/* Пoдлoжкa */
#overlay {
  z-index:3; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
  position:fixed; /* всегдa перекрывaет весь сaйт */
  background-color:rgba(7,7,7,.54); /* чернaя */
  width:100%; 
  height:100%; /* рaзмерoм вo весь экрaн */
  top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
  left:0;
  cursor:pointer;
  display:none; /* в oбычнoм сoстoянии её нет) */
}
#hidden {
  background: #b0daa7;
}

#hidden_error {
  background: #FF7B7B;
}

#hidden, #hidden_error {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 0px;
  text-align: center;
  vertical-align: middle;
  line-height: 67px;
  font-weight: 700;
  color: #fbfcfd;
  text-transform: uppercase;
  font-size: 20px;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#hidden.show, #hidden_error.show {
  height: 70px;
  visibility: visible;
}

.text_hidden.hidden {
  display: none;
}

footer {
  background: #1b1b1b;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5px;
}
.block_work {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .mobile_margin {
    margin-top: 70px;
  }
  .header {
    z-index: 10;
    position: fixed;
    width: 100%;
    top: 0;
  }
  .menu {
    position: fixed;
    background: rgba(0,0,0,0.81);
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    color: #fff;
    font-weight: 500;
    font-size: 31px;
    justify-content: center;
    align-items: center;
    height: 0;
    opacity: 0;
    display: flex;
    transition: all .7s ease;
  }
  .menu.opened {
    height: 100%;
    opacity: 1;
  }
  .menu_main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .dop_menu {
    margin-bottom: 20px;
  }
  .dop_dop_menu {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .menu-icon-wrapper {
    display: flex;
  }
.slick-next {
  right: 6px;
}
.slick-prev {
  left: 6px;
}
.wrap_section {
  max-width: 100%;
}
.slider__info {
  font-size: 30px;
}
}
/* Малые девайсы («ландшафтные», < 768px) */
@media (max-width: 767.98px) {
.block_work__title.section__header-title {
  font-size: 40px;
}
.decsr.nomain {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
  .block_services_item {
    width: 48%;
  }
  .section {
    text-align: center;
}
.section__body-col {
  width: 100%;
}
  .header {
    height: 50px;
    position: fixed;
    top: 0;
    width: 100%;
    align-items: center;
  }
  .header__logo img {
    width: 90px;
  }
  .menu-icon-wrapper {
    display: flex;
  }
  .header__nav {
    display: none;
  }
  .header__logo {
    max-width: 100px;
    padding: 0;
  }
  .main_block__h1 {
    text-align: center;
    font-size: 30px;
  }
  .book_online {
    line-height: 24px;
  }
  .downArrow {
    left: calc(50% - 24px);
    bottom: 1%;
  }
  .content {
    padding: 50px 8px;
  }
  .wrapper_content {
    padding: 0 10px;
  }
  .h2 {
    margin-left: 50px;
  }
  .h2::before {
    top: -20px;
    left: -80px;
    font-size: 80px;
  }
  .about_block {
    flex-direction: column;
    padding: 20px;
  }
  .about__main {
    margin-bottom: 25px;
    max-width: 170px;
    margin: 0 auto 25px;
  }
  .modal_div {
    margin-left: -42%;
  }
  button.booking {
    margin-top: 0;
  }
  .photo_block {
    width: 50%;
  }
  .ddd {
    display: none;
  }
  .max {
    font-size: 18px;
    line-height: 35px;
  }
  #lego {
    padding-top: 100px;
    height: 300px;
  }
  #lego_start {
    height: 100px;
  }
  .relative {
    position: relative;
  }
  .zamovka {
    top: 68%;
    left: 25%;
  }
  .stroika {
    margin-top: 0;
  }
  .google_map {
    width: 100%;
  }
  .mobile_nav {
    display: block;
  }
  .nav_tel a {
    font-size: 35px;
  }
  .nav_tel img {
    max-width: 30px;
    max-height: 30px;
  }
  .nav_tel.last {
    border: none;
    padding-right: 0: 
  }
  .header__logo.another a {
    height: auto;
  }
  .saltikova_bg__info {
    top: 35px;
    font-size: 30px;
  }
  .sale_block {
    width: 45%;
  }
  .building_wrap {
    padding: 0 10px;
  }
}

/* Экстрамалые девайсы («телефоны», < 576px) */
@media (max-width: 575.98px) {
  .block_services_item {
    width: 100%;
  }
  .main_block__main__title {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (min-width: 320px) and (max-width: 374.98px) {
 
}