/* reset */
/* main variables */
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  margin: 0px;
  padding: 0px;
  font-family: "Montserrat", sans-serif;
  background-color: #FFF;
  height: 100%;
  line-height: 1;
  position: relative;
  font-size: 13px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  color: #000;
  color: #535456;
}

.wt {
  color: #fff;
}

.gr {
  color: #576563;
}

img {
  max-width: 100%;
}

/*.cor {
  font-family: "Cormorant", sans-serif;
}*/

/*MAIN*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

.tgcolor{
	background: #24A1DE !important;
}
.wacolor{
	background: #25d366 !important;
}
.vibercolor{
	background: #7360f2 !important;
}

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

input,
textarea {
  color: #333;
  font-family: "Open Sans", sans-serif;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

td {
  margin: 0px;
  padding: 0px;
}

form {
  padding: 0px;
  margin: 0px;
}

a {
  color: #100da9;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
span,
div,
button {
  outline: none !important;
}

input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*@import "components/_fancybox";
@import "components/_slick";
@import "components/_mCustomScrollbar";*/
/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
.iti{
  width: 100%;
}
.fancybox__content>.carousel__button.is-close{
  filter: invert(1) !important;
}
input{
  outline: none !important;
}
header {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-order: 1;
}

.header {
  position: fixed;
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 15px 0;
}
.header.active {
  background: #fff;
  -webkit-box-shadow: 0px 0px 9px 9px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 9px 9px rgba(0, 0, 0, 0.08);
}
/*.header.active .header__logo {
  width: 140px;
}
.header.active .header__btn {
  padding: 25px 40px;
}*/
.header.active .header__nav ul li a {
  color: #000;
  color: #535456;
}
.header.active .header__logo .white{
  opacity: 0;
}
.header.active .header__logo .orange{
  opacity: 1;
}
.header__box {
  padding-left: 50px;
}
.header__logo {
  display: block;
  width: 157px;
  height: 56px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.header__logo .white,
.header__logo .orange{
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__logo .white{
  opacity: 1;
}
.header__logo .orange{
  opacity: 0;
}
.header__nav {
  list-style-type: none;
}
.header__nav ul {
  list-style-type: none;
}
.header__nav ul li {
  margin: 0 25px;
}
.header__nav ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-weight: 600;
  font-family: "Cormorant", sans-serif;
}
.header__btn {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  padding: 30px 40px;
  background: #BAC7D3;
  border: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.header__btn:hover{
  background: #959595;
}

.header__btn:after {
  margin-left: -30px;
  content: " ";
  width: 30px;
  height: 300px;
  background: #fff;
  background: #fff;
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
  position: absolute;
  left: -90px;
  top: -150px;
  top-animation-timing-function: ease-in-out;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

.header__btn:before {
  margin-left: -30px;
  content: " ";
  width: 30px;
  height: 300px;
  background: #fff;
  background: #fff;
  position: absolute;
  left: -40px;
  top: -150px;
  top-animation-timing-function: ease-in-out;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
.header__btn span{
  position: relative;
  z-index: 2;
  color: #fff;
}
.header__toggle{
  display: none;
}

.toggle{
  position: fixed;
  z-index: 99;
  width: 26px;
  height: 16px;
  display: block;
  right: 50px;
  top: 30px;
  cursor: pointer;
}
.toggle.scroll span{
  background: #BAC7D3;
}
.toggle span{
  position: absolute;
  background: #fff;
  /*background: #BAC7D3;*/
  display: block;
  width: 100%;
  height: 2px;
  transition: all 0.3s ease;
}
.toggle span:nth-child(1){
  top: 0;
}
.toggle span:nth-child(2){
  top: 7px;
}
.toggle span:nth-child(3){
  top: 14px;
}
.toggle.active span:nth-child(1){
  transform: rotate(45deg);
  top: 7px;
}
.toggle.active span:nth-child(2){
  opacity: 0;
  transform: translateX(-100%);
}
.toggle.active span:nth-child(3){
  transform: rotate(-45deg);
  top: 7px;
}
.header.active .toggle span{
  background: #000;
}

.sidebar{
  width: 280px;
  height: 100vh;
  background: #fff;
  position: fixed;
  right: 0;
  top: 0;
  padding: 50px 20px 70px 30px;
  z-index: 100;
  transition: all 0.3s ease;
  transform: translateX(100%);
  opacity: 0;
  box-shadow: 0 0 0 9999px rgba(0,0,0,0.5);
  z-index: -1;
}
.sidebar.active{
  transform: translateX(0);
  opacity: 1;
  z-index: 100;
}
.sidebar__logo{
  display: block;
  width: 135px;
  margin-bottom: 40px;
}
.sidebar__nav ul{
  list-style-type: none;
}
.sidebar__nav ul li{
  margin-bottom: 35px;
}
.sidebar__nav ul li a{
  font-size: 15px;
  color: #000;
  color: #535456;
}
.sidebar__wrap{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.sidebar__top,
.sidebar__bott{
  width: 100%;
}
.sidebar__soc{
  margin-bottom: 25px;
}
.sidebar__soc a{
  width: 30px;
  height: 30px;
  background: #BAC7D3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar__soc a img{
  display: block;
  width: 50%;
  filter: invert(1);
}
.sidebar__soc a *{
	pointer-events: none;
}
.sidebar__copy{
  font-size: 14px;
  margin-bottom: 25px;
  line-height: 1.35;
}

.sidebar__close{
  position: absolute;
  right: 15px;
  top: 15px;
}
.sidebar__close span{
  background: #000;
  color: #535456;
}

@media screen and (max-width: 1200px) {
  .header__btn {
    padding: 30px 25px;
  }
}
@media screen and (max-width: 991px) {
  .header__nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header__box {
    padding-left: 15px;
  }
  .header__logo {
    width: 100px;
    position: relative;
    z-index: 7;
    height: 37px;
  }
  .header__nav{
    display: block;
    transition: all 0.3s ease;
    transform: translateX(-100%);
  }
  .header__btn {
    padding: 22px 16px;
    font-size: 10px;
    position: relative;
    z-index: 7;
  }
  .header.active .header__logo {
    width: 100px;
  }
  .header.active .header__btn {
    padding: 22px 16px;
    font-size: 10px;
  }
  .header__toggle{
    position: relative;
    z-index: 7;
    width: 26px;
    height: 16px;
    display: block;
  }
  .header__toggle span{
    position: absolute;
    background: #fff;
    display: block;
    width: 100%;
    height: 2px;
    transition: all 0.3s ease;
  }
  .header__toggle span:nth-child(1){
    top: 0;
  }
  .header__toggle span:nth-child(2){
    top: 7px;
  }
  .header__toggle span:nth-child(3){
    top: 14px;
  }
  .header__toggle.active span:nth-child(1){
    transform: rotate(45deg);
    top: 7px;
  }
  .header__toggle.active span:nth-child(2){
    opacity: 0;
    transform: translateX(-100%);
  }
  .header__toggle.active span:nth-child(3){
    transform: rotate(-45deg);
    top: 7px;
  }
  .header.active .header__toggle span{
    background: #000;
  }
  .header__nav{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: rgba(0,0,0,0.8);
    z-index: 5;
  }
  .header__nav ul{
    height: 100%;
  }
  .header__nav ul.flex{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .header__nav.active{
    transform: translateX(0);
  }
  .header__nav ul li{
    margin: 10px 0;
  }
  .header__nav ul li a{
    font-size: 22px;
  }
  .toggle{
    right: 20px;
    top: 25px;
  }
  .sidebar{
    padding-bottom: 100px;
  }
}
/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/
footer {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-order: 3;
}

.footer {
  padding: 25px 80px;
  background: #000;
}
.footer__logo {
  display: block;
  width: 140px;
}
.footer__text {
  font-size: 14px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 20px 0;
  }
  .footer__box {
    width: 90%;
    margin: 0 auto;
  }
  .footer__text{
    width: 50%;
    text-align: right;
  }
  /*.footer__text:nth-child(3) {
    display: none;
  }*/
}
.main-wrapper {
  padding: 0 0 0 0;
  min-width: 290px;
  width: 100%;
  position: relative;
  /*overflow: hidden;*/
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
}

.wrapper {
  min-width: 290px;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}

/* titles */
/*p{	
	@include font($base-font-size,$base-line-height,$text-color);
	font-weight: 400;	
}
h1{	
	@include font($font-size-h1,$line-height-h1,$title-color);
	font-family: $title-font-family;
	font-weight: 400;	
}
h2{
	@include font($font-size-h2,$line-height-h2,$title-color);
	font-family: $title-font-family;
	font-weight: 400;	
}
h3{
	@include font($font-size-h3,$line-height-h3,$title-color);
	font-family: $title-font-family;
	font-weight: 400;
}*/
/* text position */
.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.nowrap {
  white-space: nowrap !important;
}

/* loader */
/*.loaded .main-wrapper{visibility:hidden;}
.icon-load{background:url(../images/loader.gif) no-repeat left top;width:40px;height:40px;position:fixed;left:50%;top:50%;margin-left:-20px;margin-left:-20px;display:none;}
.loaded .icon-load{display:block;}*/
/*
================================================================================
|                                     CONTENT                                 |
================================================================================
*/
.content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-order: 2;
  position: relative;
  z-index: 3;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.delay {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.delay2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay4 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay6 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay8 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@media (max-width: 768px) {
  .delay,
.delay10,
.delay2,
.delay4,
.delay6,
.delay8 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
}
.animate_fade_in,
.animate_fade_left,
.animate_fade_left_sm,
.animate_fade_right_sm {
  opacity: 0;
}

@-webkit-keyframes slide-up-in {
  0% {
    -webkit-transform: translate(0, 100%) rotate(1deg);
            transform: translate(0, 100%) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes slide-up-in {
  0% {
    -webkit-transform: translate(0, 100%) rotate(1deg);
            transform: translate(0, 100%) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
.fade_in {
  opacity: 1;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-up-in;
  animation-name: slide-up-in;
}

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translate(100%, 0) rotate(1deg);
            transform: translate(100%, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translate(100%, 0) rotate(1deg);
            transform: translate(100%, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
.fade_left {
  opacity: 1;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-left;
  animation-name: slide-left;
}

@-webkit-keyframes slide-left-sm {
  0% {
    -webkit-transform: translate(20%, 0) rotate(1deg);
            transform: translate(20%, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes slide-left-sm {
  0% {
    -webkit-transform: translate(20%, 0) rotate(1deg);
            transform: translate(20%, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
.fade_left_sm {
  opacity: 1;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-left-sm;
  animation-name: slide-left-sm;
}

@-webkit-keyframes slide-right-sm {
  0% {
    -webkit-transform: translate(-20%, 0) rotate(1deg);
            transform: translate(-20%, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes slide-right-sm {
  0% {
    -webkit-transform: translate(-20%, 0) rotate(1deg);
            transform: translate(-20%, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
.fade_right_sm {
  opacity: 1;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-right-sm;
  animation-name: slide-right-sm;
}

@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 111%;
    margin-left: 84px;
  }
}
@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 111%;
    margin-left: 84px;
  }
}

.outline-button__lines {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.outline-button__line {
  background: #959595;
  position: absolute;
  transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
.outline-button__line--horizontal {
  width: 100%;
  height: 2px;
  transition-delay: 0.6s / 2.2;
}

.outline-button__line--vertical {
  width: 2px;
  height: 100%;
  transition-delay: none;
}

.outline-button__line--top {
  top: 0;
  left: 0;
  transform: translateX(-101%);
}

.outline-button__line--right {
  top: 0;
  right: 0;
  transform: translateY(-100%);
}

.outline-button__line--bottom {
  bottom: 0;
  left: 0;
  transform: translateX(100%);
}

.outline-button__line--left {
  top: 0;
  left: 0;
  transform: translateY(100%);
}



@-webkit-keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}

@keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}

.linegrad{
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.2;
  margin-top: 110px;
}
.linegrad.linegrad__cta{
  margin: 30px 0;
}
.linegrad div{height: 1px;}
.linegrad div:nth-child(1){
  width: 260px;
  background: linear-gradient(to left, rgba(0,0,0,1), rgba(0,0,0,0));
}
.linegrad div:nth-child(2){
  width: 400px;
  background: #000;
}
.linegrad div:nth-child(3){
  width: 260px;
  background: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
}

.about {
  padding: 120px 0 80px;
  padding: 180px 0 50px;
  overflow: hidden;
}
.about .wrapper:before {
  content: "";
  content: none;
  width: 50px;
  height: 6px;
  background: #BAC7D3;
  position: absolute;
  left: -80px;
  top: -50px;
}
.about__title {
  font-size: 55px;
  font-weight: 700;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 40px;
}
.about__textwrap {
  margin-bottom: 80px;
}
.about__textwrap.flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about__text {
  width: 36%;
  text-align: justify;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
.about__text.second{
  flex: 1;
  width: auto;
  margin-left: 8%;
}
.about__box {
  position: relative;
}
.about__slider{
  margin-top: 80px;
	height: 68vh;
}
.about__slider .slick-slide{
  margin: 0 15px;
	transform: scale(0.9);
	transition: all 0.6s ease-in-out;
}
.about__slider .slick-slide.slick-center{
	transform: scale(1.1);
}
.about__slider .slick-center .about__item{
/*   transform: scaleY(1.2); */
/* 	height: 68vh; */
}
.about__slider .swiper-wrapper{
	align-items: center;
}
.about__slider .swiper-slide{
  transition: all 0.5s ease !important;
/*   transform: scale(1); */
}
.about__slider .swiper-slide-active{
	height: 68vh;
/* 	transform: scale(1.2); */
}

.about__slider .slick-track{
	display: flex;
	align-items: center;
}
.about__slider .slick-list{
  margin: 0 -15px;
  padding: 30px 0;
  overflow: visible;
}
.about__item {
  /*width: 31.5%;*/
  /*padding: 15% 0;*/
  height: 60vh;
  background: grey;
  position: relative;
  transition: all 0.3s ease !important;
  -webkit-box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.1) inset;
  position: relative;
}
/* .about__item:nth-child(2) {
  padding: 18% 0;
} */
.about__item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__logo {
  display: block;
  width: 40%;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  position: absolute;
}
.about__params{
  margin-top: 30px;
}
.about__params.flex{
  align-items: flex-start;
}
.about__param{
  width: 31%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.about__param:nth-child(2){
  margin-top: 30px;
  margin-top: 7vh;
}
.about__paramtext{
  font-size: 15px;
  margin-top: 15px;
  line-height: 1.3;
  text-align: center;
}
.about__label {
  position: relative;
  padding-left: 30px;
  font-weight: 600;
  font-size: 40px;
  margin: 0 auto 0;
}
.about__label span {
  position: absolute;
  left: -15px;
  top: -18px;
  font-weight: 300;
  font-size: 35px;
  opacity: 0.4;
}

.btnbox{
  display: flex;
  justify-content: center;
  align-items: center;
}

.author {
  padding: 90px 0 90px;
}
.author__box{
  position: relative;
}
.author__box.flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
}
.author__image {
  width: 40%;
  margin-left: 5%;
  height: 80vh;
  margin-top: 10vh;
  margin-top: 0;
  background: grey;
  position: sticky;
  top: 100px;
}
.author__info {
  width: 48%;
  padding-left: 40px;
  margin-left: 2%;
  max-width: 680px;
  padding-top: 30px;
  padding-bottom: 0px;
}
/* .author__infowrap.p30{
  padding: 0;
} */
.author__infowrap{
  width: 100%;
  /* height: 80vh; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  padding: 40px 0;
}
.author__title {
  margin-bottom: 0px;
  position: relative;
}
.author__title span {
  font-weight: 700;
  font-weight: 600;
  font-size: 50px;
  display: inline-block;
  position: relative;
  z-index: 2;
}
/*.author__title span:nth-child(2) {
  margin-left: 50px;
}*/
.author__sign {
  width: 200px;
  /*opacity: 0.3;*/
  display: block;
  margin-top: 10px;
  /*margin-left: auto;
  margin-right: 0;*/
  /*position: absolute;
  left: 0;
  top: -100px;
  z-index: 1;
  filter: brightness(0.7);*/

  /*width: 300px;
  position: absolute;
  left: 158px;
  top: -52px;*/
}
.author__subtitle {
  opacity: 0.9;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: -0.3px;
  font-weight: 600;
  /*font-style: italic;*/
}
.author__text {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: 15px;
}

.proj {
  padding: 90px 0 50px;
  overflow: hidden;
}
.proj__islider{
  width: 100%;
}
.proj__islide{
  height: 370px;
}
.proj__lock{
  position: absolute;
  height: 370px;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(4px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: all 0.3s ease;
}
.proj__lockicon{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #BAC7D3;
}
.proj__lockicon img{
  display: block;
  width: 40%;
  filter: invert(1);
}
.proj__box{
  width: 90%;
  margin: 0 auto;
}
.proj__title {
  font-size: 55px;
  font-weight: 700;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 40px;
}
.proj__subtitle {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  width: 730px;
  max-width: 100%;
  margin-bottom: 40px;
}
.proj__row {
  width: 100%;
}
.proj__sliderwrap.flex {
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
}
.proj__sliderwrap .slick-slide{
  margin: 0 15px;
}
.proj__sliderwrap .slick-list{
  margin: 0 -15px;
}
.proj__sliderwrap .slick-prev,
.proj__sliderwrap .slick-next{
  width: 50px;
  height: 50px;
  position: absolute;
  top: -100px;
  transform: translateY(-10%);
  text-indent: 9999px;
  border: 0;
  z-index: 3;
  border-radius: 50%;
  background-color: #fff;
  /* background-color: #BAC7D3; */
  background-repeat: no-repeat;
  background-position: center;
}
.proj__sliderwrap .slick-prev{
  background-image: url(../images/prev.svg);
  background-size: 100% 100%;
  right: 70px;
}
.proj__sliderwrap .slick-next{
  background-image: url(../images/next.svg);
  background-size: 100% 100%;
  right: 0px;
}
.proj__islider .slick-prev,
.proj__islider .slick-next{
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
}
.proj__islider .slick-prev{
  left: 20px;
}
.proj__islider .slick-next{
  right: 20px;
}
.proj__item {
  width: 48%;
  position: relative;
  margin-bottom: 40px;
}
.proj__item.lock:hover .proj__lock{
  opacity: 0;
}
.proj__status{
  position: absolute;
  right: 15px;
  top: 20px;
  border-radius: 50px;
  padding: 15px 30px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background: rgba(255,255,255,0.3);
  backdrop-filter: blur(4px);
  z-index: 3;
}
.proj__item:last-child {
  margin-right: 0;
}
.proj__line {
  width: 1px;
  display: block;
  height: 90%;
  background: #ccc;
}
.proj__image {
  width: 100%;
  padding: 30% 0;
  margin-bottom: 15px;
  background: grey;
  position: relative;
}
.proj__image span {
  padding: 12px 20px;
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  background: #BAC7D3;
  color: #fff;
}
.proj__info{
  margin-top: 20px;
}
.proj__info h3 {
  font-size: 26px;
  font-weight: 700;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 30px;
}
.proj__info h3 sup{
  font-size: 18px;
}
.proj__param {
  width: 48%;
  margin-bottom: 15px;
}
.proj__param img {
  display: block;
  width: 25px;
  margin-right: 10px;
}
.proj__param span {
  width: calc(100% - 40px);
  font-weight: 300;
  font-size: 16px;
}
.proj__btns {
  margin-top: 10px;
}
.proj__price {
  font-size: 40px;
  font-weight: 800;
  font-weight: 600;
}
.proj__more {
  /*display: inline-block;*/
  padding: 15px 35px;
  font-size: 14px;
  font-weight: 600;
  border: 0;
  text-decoration: none;
  background: #BAC7D3;
  text-transform: uppercase;
}
.proj__more *{
	pointer-events: none;
}
.proj__more.flex{
  justify-content: center;
}

.proj__more span{
  color: #fff;
}

.proj__more img{
  display: block;
  width: 23px;
  margin-right: 12px;
}

.proj__more:hover{
  background: #959595;
}

.proj__pdf{
  color: #6499ff;
  font-size: 15px;
  text-decoration: underline;
  margin-top: 15px;
  margin-bottom: 10px;
  display: inline-block;
}

.video{
  padding: 50px 0 30px;
}

.video__box{
  width: 900px;
  max-width: 100%;
  height: 500px;
  margin: 0 auto;
}

.contact {
  padding: 50px 0 0px;
  overflow: hidden;
}
.contact__box.flex {
  justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.contact__itembl{
  width: 49%;
}
.contact__map {
  width: 100%;
  height: 300px;
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
.contact__info {
  margin-left: 2%;
  width: 100%;
  max-width: 100%;
  padding: 90px 0;
  padding-left: 30px;
}
.contact__info.flex{
  align-items: flex-start;
  justify-content: flex-start;
}
.contact__title {
  font-size: 40px;
  font-weight: 700;
  font-weight: 600;
  margin-bottom: 40px;
  width: 100%;
}
.contact__label {
  text-transform: uppercase;
  color: #BAC7D3;
  font-size: 12px;
  font-weight: 700;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}
.contact__cotage {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.contact__address {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.contact__phones.flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.contact__phoneitem {
  margin-right: 70px;
  margin-bottom: 10px;
}
.contact__phoneitem:last-child {
  margin-right: 0;
}
.contact__phone {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  color: #535456;
}
.contact__name {
  display: block;
  font-size: 26px;
  font-weight: 700;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 10px;
}
.contact__role {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  opacity: 0.6;
}
.contact__item {
  margin-bottom: 40px;
}
.contact__item.small{
  width: 48%;
}
.contact__item.half{
  width: 52%;
}
.contact__item:last-child {
  margin-bottom: 0;
}
.contact__soc.flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.contact__soc a {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #BAC7D3;
  border-radius: 50%;
  margin-right: 10px;
}
.contact__soc a img {
  display: block;
  width: 50%;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.contact__soc a *{
	pointer-events: none;
}

.contact__tube{
  display: block;
  width: 135px;
}
.contact__tube *{
	pointer-events: none;
}
.contact__tube img{
  display: block;
  width: 100%;
}

.fsocial{
  position: fixed;
  right: 35px;
  bottom: 100px;
  z-index: 40;

}
.fsocial a{
  background: #BAC7D3;
  border-radius: 50%;
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
}
.fsocial a *{
	pointer-events: none;
}
.fsocial a img{
  display: block;
  width: 50%;
  filter: invert(1);
}

.advas {
  padding: 70px 0;
  overflow: hidden;
}
.advas .wrapper {
  margin-bottom: 80px;
}
.advas__title {
  font-size: 50px;
  font-weight: 700;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.advas__price {
  color: #BAC7D3;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
}
.advas__descr {
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 30px;
}
.advas__box {
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
}
.advas__box.flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.advas__item {
  width: 24%;
  padding: 0 10px;
  margin-bottom: 30px;
  text-align: center;
}
.advas__icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;
}
.advas__icon.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.advas__icon img {
  max-height: 40px;
  width: auto;
}
.advas__text {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
}

.schema {
  padding: 100px 0 70px;
}
.schema__image {
  display: block;
  width: 40%;
}
.schema__info {
  width: 48%;
}
.schema__info h3 {
  font-size: 40px;
  font-weight: 700;
  font-weight: 600;
  margin-bottom: 40px;
}
.schema__list {
  margin-bottom: 40px;
}
.schema__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 18px;
  position: relative;
}
.schema__list li:before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 2px;
  left: 0;
  border-bottom: 1px dashed #ccc;
}
.schema__list li span {
  position: relative;
  z-index: 2;
  background: #fff;
}
.schema__number {
  font-size: 17px;
  font-weight: 700;
  font-weight: 600;
  color: #BAC7D3;
  min-width: 22px;
}
.schema__name {
  font-size: 17px;
  margin-right: auto;
  margin-left: 0;
}
.schema__area {
  font-weight: 600;
  font-size: 17px;
}
.schema__total {
  margin-bottom: 25px;
}
.schema__total:last-child {
  margin-bottom: 0;
}
.schema__total.flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.schema__total p {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #BAC7D3;
}
.schema__total p span {
  text-transform: none;
  font-weight: 300;
  display: block;
  color: #BAC7D3;
}
.schema__total.black p {
  color: #000;
  color: #535456;
}
.gallery{
  overflow: hidden;
}
.gallery__slider{
  width: 100%;
}
.gallery__slider .slick-slide {
  margin: 0 15px;
}
.gallery__slider .slick-list {
  margin: 0 -15px;
}
.gallery__slider .slick-prev,
.gallery__slider .slick-next{
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-indent: 9999px;
  border: 0;
  z-index: 3;
  background-color: #fff;
  border-radius: 50%;
}
.gallery__slider .slick-prev{
  background-image: url(../images/prev.svg);
  background-size: 100% 100%;
  left: 50px;
}
.gallery__slider .slick-next{
  background-image: url(../images/next.svg);
  background-size: 100% 100%;
  right: 50px;
}
.gallery__inside {
  width: 100%;
  height: 75vh;
  background-color: grey !important;
  position: relative;
}
.gallery__inside img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.special {
  padding: 70px 0 10px;
}
.special__title {
  font-size: 50px;
  font-weight: 700;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}
.special__box.flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.special__col {
  width: 46%;
}
.special__item {
  width: 100%;
  margin-bottom: 50px;
}
.special__item span {
  font-size: 26px;
  font-weight: 700;
  font-weight: 600;
  padding-left: 20px;
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.special__item span:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #BAC7D3;
  position: absolute;
  left: 0;
  top: 8px;
}
.special__item p {
  font-size: 16px;
  line-height: 1.5;
  opacity: 0.6;
}
.special__item ul {
  margin-top: 5px;
  padding-left: 15px;
  list-style-type: square;
}
.special__item ul li {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.7;
}
.special__btn {
  border: 0;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  background: #BAC7D3;
  padding: 17px 35px;
  font-weight: 600;
}

.callback {
  width: 60px;
  height: 60px;
  background: #BAC7D3;
  border-radius: 100%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-animation: t651__btn-animate 2s ease-out;
          animation: t651__btn-animate 2s ease-out;
  z-index: 40;
}

.callback.active {
  background: #fff;
}

.callback__icon {
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  width: 30px;
}

.callback__icon.active {
  display: block;
}

.callback__icon.hidden {
  display: none;
}

.cb-window {
  padding: 30px 35px 40px;
  width: 360px;
  background: #fff;
  position: fixed;
  bottom: 110px;
  right: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.2s;
  -o-transition: opacity ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s;
}

.cb-window.active {
  pointer-events: auto;
  z-index: 40;
  opacity: 1;
}

.cb-window h2 {
  color: #000;
  color: #535456;
  margin-bottom: 25px;
  margin-top: 0;
  font: 700 22px "Montserrat";
  text-align: center;
}

.cb-window input {
  margin-bottom: 10px;
  border: 1px solid #d1d1d1;
  color: #000;
  color: #535456;
  font: 300 16px "Montserrat";
  height: 50px;
  padding: 0 20px;
  width: 100%;
}

.cb-window input::-webkit-input-placeholder {
  color: #d1d1d1;
  font: 300 16px "Montserrat";
}

.cb-window input::-moz-placeholder {
  color: #d1d1d1;
  font: 300 16px "Montserrat";
}

.cb-window input:-ms-input-placeholder {
  color: #d1d1d1;
  font: 300 16px "Montserrat";
}

.cb-window input::-ms-input-placeholder {
  color: #d1d1d1;
  font: 300 16px "Montserrat";
}

.cb-window input::placeholder {
  color: #d1d1d1;
  font: 300 16px "Montserrat";
}

.cb-window button {
  background: #BAC7D3;
  border: 0;
  color: #fff;
  font: 600 16px "Montserrat";
  height: 50px;
  width: 100%;
  text-transform: uppercase;
  margin-top: 10px;
}

.cb-window form {
  margin-bottom: 30px;
}

.cb-window h3 {
  color: #000;
  color: #535456;
  margin-bottom: 4px;
  font: 16px "Montserrat";
  text-align: center;
  margin-top: 0;
}

.cb-window a {
  display: block;
  font: 18px "Montserrat";
  text-align: center;
  font-weight: 700;
  line-height: 1.55;
  color: #000;
  color: #535456;
}

.callback__thanks {
  text-align: center;
  margin-bottom: 30px;
  display: none;
}

.callback__thanks p {
  color: #000;
  color: #535456;
  margin-top: 20px;
  font: 16px "Montserrat";
}

.popup {
  display: none;
  padding: 0 !important;
  width: 450px;
  max-width: 100%;
}

.popup-form {
  background-color: #fff;
  padding: 45px;
  border-radius: 10px;
}

.popup-form-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -23px;
  margin-bottom: 30px;
}

.popup-label {
  font-size: 14px;
  font-family: "Montserrat";
  margin-bottom: 10px;
}

.popup-form-top__img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 20px;
}

.popup-form-top__img img {
  display: block;
  width: 100%;
}

.popup-title {
  width: calc(100% - 120px);
  font-size: 16px;
  line-height: 1.3;
  font-family: "Montserrat";
}

.popup-input {
  height: 58px;
  padding: 5px 15px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%;
  position: relative;
  font-family: "Montserrat";
  font-size: 14px;
  margin-bottom: 10px;
}

.popup-btn {
  border-radius: 5px;
  background-color: #BAC7D3;
  position: relative;
  color: #fff;
  padding: 23px 30px;
  border: 0;
  width: 100%;
  margin-top: 10px;
}

.popup-btn *{
	pointer-events: none;
}

.popup-btn b {
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
}

.popup-btn:not(:disabled) .btn-blick {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.popup-btn:not(:disabled) .btn-blick:after {
  margin-left: -30px;
  content: " ";
  width: 30px;
  height: 300px;
  background: #fff;
  background: #fff;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  position: absolute;
  left: -40px;
  top: -150px;
  top-animation-timing-function: ease-in-out;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  filter: blur(20px);
}

.popup-check {
  cursor: pointer;
  display: block;
  margin-top: 20px;
}

.popup-check-input {
  display: none;
}

.popup-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-check-label {
  width: 17px;
  height: 17px;
  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;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 7px;
  -webkit-box-shadow: inset 0 0 10px rgba(140, 140, 140, 0.04);
  box-shadow: inset 0 0 10px rgba(140, 140, 140, 0.04);
  border-radius: 2px;
  border: 1px solid #d1d1d1;
  background-color: #ffffff;
  margin-top: -3px;
  overflow: hidden;
  border: 0;
}

.popup-check-text {
  font-size: 12px;
  font-family: "Montserrat";
}

.popup-check-input:checked ~ span .popup-label-act {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup-label-act {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  border-radius: 2px;
  background-color: #BAC7D3;
  position: absolute;
  left: 0;
  top: 0;
  padding: 3px;
  width: 100%;
  height: 100%;
}

.popup-label-act img {
  width: 100%;
  display: block;
  margin-top: 2px;
}

.projmodal{
  display: none;
  max-width: 100%;
  padding: 0;
  /*overflow: hidden;*/
}
.projmodal .advas{
  overflow: hidden;
}
.projmodal__form{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.projmodal__title{
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
}
.projmodal__input{
  width: 36%;
  margin-bottom: 15px;
}
.projmodal__input .popup-input{
  margin-bottom: 0;
}
.projmodal__btn{
  width: 25%;
  margin-bottom: 15px;
}
.projmodal__btn .popup-btn{
  padding: 20px 30px;
}
.projmodal__remark{
  font-size: 14px;
  font-weight: 400;
  opacity: 0.6;
  width: 100%;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .proj__info h3{
    font-size: 22px;
  }
  .contact__title{
    font-size: 25px;
  }
  .proj__info h3 br{
    display: none;
  }
  .popup-wrap {
    display: block;
    width: 100%;
  }
  .popup-form {
    width: 100%;
    padding: 45px 20px 30px;
  }
  .popup-title {
    font-size: 15px;
  }
  .popup-btn b {
    font-size: 14px;
  }
  .popup-btn {
    padding: 23px 20px;
  }
  .callback{
    right: 10px;
  }
  .fsocial{
    right: 17px;
  }
  .projmodal__input{
    width: 100%
  }
  .projmodal__btn{
    width: 100%;
  }
  .projmodal__title{
    font-size: 30px;
    margin-bottom: 30px
  }
  .projmodal.fancybox-content{
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .projmodal .schema{
    padding-top: 30px
  }
}

@media screen and (max-width: 1200px) {
  .wrapper {
    max-width: 940px;
  }
  .about {
    padding: 100px 0 110px;
  }
  .about__text {
    width: 47%;
  }
  .about__item{
    height: 42vh;
  }
	.about__slider .swiper-slide-active{
		height: 48vh;
	}
	.about__slider{
		height: 48vh;
	}
  .about__label {
    font-size: 30px;
    /*bottom: -70px;*/
  }
  .author {
    padding: 70px 0 50px;
  }
  .author__title {
    margin-bottom: 0px;
  }
  .author__title span {
    font-size: 40px;
  }
  .author__subtitle {
    margin-bottom: 15px;
    font-size: 25px;
  }
  .author__text {
    font-size: 14px;
  }
  .contact__info {
    width: 470px;
  }
  .contact__title {
    font-size: 32px;
  }
  .contact__phoneitem {
    margin-right: 40px;
  }
  /*.proj__row {
    overflow-x: scroll;
  }
  .proj__slider {
    width: 1100px;
  }*/
  .proj__title {
    font-size: 50px;
  }
  .advas__box {
    width: 100%;
  }
  .advas__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .wrapper {
    max-width: 740px;
  }
  .about {
    padding: 70px 0 70px;
  }
	.about__slider{
		height: 30vh;
	}
  .about__item{
    height: 25vh;
  }
	.about__slider .swiper-slide-active{
		height: 30vh;
	}
  .about__paramtext{
    font-size: 13px;
  }
  .author__image {
    width: 80%;
    height: 400px;
    margin: 0 auto 40px;
    position: static;
  }
  .author__infowrap{
    height: auto;
    margin-bottom: 30px
  }
  .author__label {
    font-size: 24px;
  }
  .author__label span {
    font-size: 25px;
  }
  .author__info {
    width: 80%;
    margin: 0 auto;
    padding-left: 0;
    padding-bottom: 0;
  }
  .proj__title {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .proj__subtitle{
    width: 600px;
    font-size: 15px;
  }
  .contact__map {
    width: 100%;
    height: 300px;
  }
  .contact__info {
    width: 570px;
  }
  .schema__info {
    width: 100%;
  }
  .schema__image {
    width: 500px;
    margin: 0 auto 30px;
  }
  .gallery__inside {
    height: 400px;
  }
  .proj__info h3 br{
    display: none;
  }
  .proj__price{
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    max-width: calc(100% - 30px);
  }
  
  .about{
    padding-bottom: 20px
  }
  .about__title {
    font-size: 35px;
  }
  .about__textwrap {
    margin-bottom: 30px;
  }
  .about__logo {
    width: 73%;
  }
  .about__text {
    width: 100%;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .about__text.second{
    flex: initial;
    margin-left: 0;
  }
  .about__item {
    /*width: 15%;*/
    /*padding: 21% 0;*/
  }
  .about__slider{
    margin-top: 45px;
  }
/*   .about__item:nth-child(2) {
    width: 60%;
    padding: 26% 0;
    
  } */
  .about__param:nth-child(2){
    margin-top: 20px;
    margin-top: 0;
  }
  .about__param{
    width: 100%;
  }
  .about__params{
    gap: 40px 0;
  }
  .author {
    padding-bottom: 30px;
  }
  .author__image {
    width: 90%;
    height: 300px;
  }
  .author__sign{
    width: 170px;
    /*position: absolute;
    left: 87px;
    left: 100px;
    top: -60px;*/
  }
  .about .wrapper:before {
    width: 40px;
    height: 4px;
    left: -10px;
    top: -26px;
  }
  .about__item:nth-child(1) .about__label {
    left: 80%;
  }
  .about__item:nth-child(3) .about__label {
    left: 20%;
  }
  .about__label {
    font-size: 18px;
  }
  .about__label span {
    left: -6px;
    top: -17px;
    font-size: 27px;
  }
  .about__params{
    margin-top: 50px;
  }
  .author{
    padding-top: 30px;
  }
  .author__image {
    margin-bottom: 10px;
  }
  .author__title span {
    font-size: 29px;
  }
  .author__info {
    width: 90%;
  }
  .contact__title{
    font-size: 25px;
    line-height: 1.3;
  }
  .proj {
    padding: 40px 0;
  }
  .proj__box {
    width: 90%;
    margin: 0 auto;
  }
  .proj__subtitle {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .proj__row {
    overflow: hidden;
  }
  .proj__slider {
    width: 100%;
  }
  .proj__item {
    width: 100%;
    margin-bottom: 45px;
  }
  .proj__btns.flex{
    justify-content: center
  }
  .proj__param{
    width: 100%
  }
  .proj__more{
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-top: 20px
  }
  .contact {
    padding-top: 0;
    padding-bottom: 0px;
  }
  .contact__info {
    width: 90%;
    max-width: 100%;
    padding-left: 0;
    margin: 0 auto;
    padding: 60px 0;
  }
  .contact__phoneitem {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .contact__phoneitem:last-child {
    margin-bottom: 0;
  }
  .contact__item.small{
    width: 100%
  }
  .contact__item.half{
    width: 100%
  }
  .cb-window {
    right: 8px;
  }
  .advas .wrapper {
    margin-bottom: 40px;
  }
  .advas__title {
    font-size: 30px;
  }
  .advas__title br {
    display: none;
  }
  .advas__price {
    margin-bottom: 30px;
  }
  .advas__item {
    width: 50%;
    margin-bottom: 20px;
  }
  .advas__text {
    font-size: 14px;
  }
  .schema__image {
    width: 90%;
    margin: 0 auto 30px;
  }
  .schema__info h3 {
    font-size: 30px;
  }
  .schema__number {
    font-size: 15px;
  }
  .schema__name {
    font-size: 15px;
  }
  .schema__area {
    font-size: 15px;
  }
  .schema__total p {
    font-size: 15px;
  }
  .special {
    padding: 50px 0 40px;
  }
  .special__title {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .special__col {
    width: 100%;
  }
  .special__item {
    margin-bottom: 35px;
  }
  .special__item span {
    font-size: 22px;
  }
  .special__item p {
    font-size: 14px;
  }
  .special__item ul li {
    font-size: 14px;
  }
  .special__item span:before {
    width: 7px;
    height: 7px;
  }
  .special__btn {
    font-size: 14px;
  }
  .gallery__slider .slick-slide {
    margin: 0 10px;
  }
  .gallery__slider .slick-prev{
    width: 40px;
    height: 40px;
    left: 20px;
  }
  .gallery__slider .slick-next{
    right: 20px;
    width: 40px;
    height: 40px;
  }
  .video{
    padding-top: 0;
  }
  .video__box{
    height: 270px;
  }
}



.partner{
  position: relative;
  
}
.partner:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, rgba(0,0,0,0.9), rgba(0,0,0,0.4));
  z-index: 1;
}
.partner .wrapper{
  position: relative;
  z-index: 2;
}
.partner__box{
  padding: 100px 0;
  width: 60%;
}
.partner__title{
  font-weight: 600;
  font-size: 44px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 25px;
  color: #fff;
  display: block;
}
.partner__list{
  padding-left: 20px;
  margin-bottom: 30px;
}
.partner__list li{
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  padding: 7px 0;
}
.partner__controls{
  display: flex;
  align-items: center;
  gap: 32px;
}
.partner__or{
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  text-align: center;
}
.partner__mess{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.partner__mess a{
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #BAC7D3;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.partner__mess a *{
	pointer-events: none;
}
.partner__mess a:hover{
  transform: scale(1.1);
}
.partner__mess a img{
  display: block;
  width: 45%;
  filter: invert(1);
}
@media (max-width: 992px){
  .partner__box{
    width: 70%;
  }
  .partner__title{
    font-size: 34px;
  }
  .partner__list li{
    font-size: 14px;
    padding: 5px 0;
  }
}
@media (max-width: 767px){}




.ctabl{
  padding: 80px 0;
}
.ctabl__title{
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0px;
}
.ctabl__subtitle{
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.ctabl__form{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 24px;
}
.ctabl__input{
  width: 300px;
}
.ctabl__input label{
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.ctabl__input input{
  height: 58px;
  padding: 5px 15px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%;
  position: relative;
  font-size: 14px;
  font-family: "Montserrat";
}
.ctabl__btn{
  width: 300px;
  font-weight: 700;
  font-size: 14px;
  border: 2px solid #BAC7D3;
  padding: 18px 40px;
  text-transform: uppercase;
  background: none;
  background: #BAC7D3;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.ctabl__btn *{
	pointer-events: none;
}
@media (max-width: 992px){
  .ctabl{
    padding: 60px 0 40px;
  }
  .ctabl__title{
    font-size: 36px;
  }
  .linegrad div:nth-child(2){
    width: 200px;
  }
  .ctabl__input{
    width: 270px;
  }
  .ctabl__input input{
    height: 49px;
  }
  .ctabl__btn{
    font-size: 13px;
    padding: 14px 10px;
    width: 270px;
  }
  .contact__itembl{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  
}

@media (max-width: 767px){
  .linegrad{
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .linegrad div:nth-child(1){
    width: 80px;
  }
  .linegrad div:nth-child(2){
    width: 120px;
  }
  .linegrad div:nth-child(3){
    width: 80px;
  }
  .author__infowrap{
    padding: 20px 0;
    margin-bottom: 0;
  }
  .author__subtitle{
    font-size: 19px;
  }
  .partner__box{
    width: 100%;
  }
  .partner__controls{
    flex-direction: column;
    gap: 12px;
  }
  .ctabl__title{
    font-size: 26px;
  }
  .ctabl__subtitle{
    font-size: 15px;
  }
  .ctabl__form{
    flex-wrap: wrap;
  }
  .ctabl__input{
    width: 100%;
  }
  .ctabl__btn{
    width: 100%;
    padding: 18px 10px;
  }
  .contact__itembl{
    width: 100%;
  }
}


.project__mainimage{
  height: 400px;
  width: 100%;
  position: relative;
}
.project__mainimage:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0.3));
}
.project__mainimage img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px){
  .project__mainimage{
    height: 350px;
  }
}



/*--------------------------------------------------------------
# Language Switcher
--------------------------------------------------------------*/
.header__language{
	padding-right: 100px;
}
.language-switcher {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 500;
}

.lang-link {
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
	padding: 4px 8px;
	border-radius: 4px;
}

.lang-link:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.2);
}

.lang-link.current {
	color: #fff;
	background: rgba(255, 255, 255, 0.3);
	font-weight: 600;
}

.lang-separator {
	color: rgba(255, 255, 255, 0.6);
	font-weight: 400;
}

/* Header specific styles */
.header__language .language-switcher {
	margin-left: auto;
}

/* Sidebar specific styles */
.sidebar__language .language-switcher {
	margin-bottom: 20px;
	justify-content: center;
}

/* Responsive styles */
@media (max-width: 768px) {
	.language-switcher {
		font-size: 13px;
		gap: 6px;
	}
	
	.lang-link {
		padding: 3px 6px;
	}
}






