/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Bryan Hadaway
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/bhadaway/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2024.2
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2024
BlankSlate is distributed under the terms of the GNU GPL
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: "Lifehack";
    src:
      local("Lifehack"),
      url("fonts/Lifehack-Medium.ttf") format("truetype");
  }

  @font-face {
    font-family: "Disruptor";
    src:
      local("Disruptor"),
      url("fonts/Disruptor-Script.otf") format("opentype");
  }
  @font-face {
    font-family: "Madelyn";
    src:
      local("Madelyn"),
      url("fonts/madelyn_regular.otf") format("opentype");
  }

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%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

*{
    font-family: "Montserrat", sans-serif;
}
body{
    font-size:16px;
    line-height: 1.5;
}
.container{
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
    width:100%;
}
.header{
    position:fixed;
    z-index: 15;
    background:#313131;
    top:0;
    left:0;
    width:100%;
    font-family: 'Montserrat', sans-serif;
    padding:10px 0;
}
.header .logo{
    width:64px;
}
.header .container{
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.header nav ul{
    display:flex;
    align-items: center;
    gap:16px;
}
.header nav a{
    text-decoration: none;
    color:#fff;
    font-weight:300;
    display:block;
    
    padding:4px 12px;
}
.first_screen{
    height:100vh;
    display:flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position:relative;
   
    background-position:center center;
    background-size:cover;
    background-repeat: no-repeat;
}
.first_screen .hero{
    max-width:720px;
}
.first_screen .container{
    z-index: 2;
    position:relative;
}
.first_screen:before{
    content:'';
    background:rgba(0,0,0,0);
    width:100%;
    height:100%;
    top:0;
    left:0;
    bottom:0;
    right:0;
    position:absolute;
}
.bg_3{
   
  background-position:center center;
  background-size:cover;
  background-repeat: no-repeat;
}
.flex{
    display:flex;
}
.first_screen .flex{
    flex-direction: column;
}
.modal{
    position:fixed;
    z-index: 99;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    color:#fff;
  background: url('images/main_eco.jpg') center center / cover no-repeat; /* Black w/opacity/see-through */
    display:none;
    align-items: center;
    justify-content: center;
}
.modal:before{
    content:'';
    position:fixed;
    z-index: 1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0, 0.7);
    backdrop-filter: blur(6px);
    
}
.modal.active{
    display:flex;
}
.modal_form{
    max-width:640px;
    width:100%;
    position:relative;
    z-index: 11;
    height:100%;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    padding:30px 0;
}
.modal_form .step_header{
    margin-bottom:auto;
}
.modal_form .step_header{
    display:flex;
    justify-content: center;
    margin-bottom:auto;
}
.modal_form .step_header .step_header-item{
    border-bottom:2px solid #666;
    width:25%;
    padding:5px;
}

.modal_form .h2_title{
    font-size:1.75em;
    max-width:500px;
    font-weight:500;
    margin-bottom:30px;
    line-height:1.4;
    text-align: center;
}
.h2_title{
    font-size:2.4em;
    font-weight:500;
    line-height:1.4;
    text-align: center;
}
.modal_form .content>.title{
    display:none;
}
.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active{
    background:rgba(255,255,255,0.15);
    
}
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active{
    background:#ffffff5d;
    color:#313131;
}
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active{
    background:#31AC51;
}
.wizard.modal_form > .content{
    background:transparent;
    padding-top:60px;
}
.wizard > .actions > ul>li:first-child a{
    background:transparent;
    border:none;
}
.wizard > .actions > ul>li a{
    border:2px solid #31AC51;
    background:transparent;
    color:#fff;
}
.wizard > .actions > ul>li a:hover{
    background:#45c266
}

  .checkbox-wrapper-4 * {
    box-sizing: border-box;
  }
  .checkbox-wrapper-4 .cbx {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.2s ease;
    display: inline-block;
  }
  .checkbox-wrapper-4 .cbx:not(:last-child) {
    margin-right: 6px;
  }
  .checkbox-wrapper-4 .cbx:hover {
    background: rgba(0, 255, 13, 0.06);
  }
  .checkbox-wrapper-4 .cbx span {
    float: left;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-4 .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    transform: scale(1);
    border: 1px solid #cccfdb;
    transition: all 0.2s ease;
    box-shadow: 0 1px 1px rgba(12, 75, 0, 0.05);
  }
  .checkbox-wrapper-4 .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-4 .cbx span:last-child {
    padding-left: 8px;
    line-height: 18px;
  }
  .checkbox-wrapper-4 .cbx:hover span:first-child {
    border-color: #31AC51;
  }
  .checkbox-wrapper-4 .inp-cbx {
    position: absolute;
    visibility: hidden;
  }
  .checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child {
    background: #31AC51;
    border-color: #31AC51;
    animation: wave-4 0.4s ease;
  }
  .checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
  }
  .checkbox-wrapper-4 .inline-svg {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    user-select: none;
  }
  @media screen and (max-width: 640px) {
    .checkbox-wrapper-4 .cbx {
      width: 100%;
      display: inline-block;
    }
  }
  @-moz-keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }
  @-webkit-keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }
  @-o-keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }
  @keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }




  .input_block{
    width:100%;
    max-width:360px;
    margin:15px auto;
  }
  .step{
    
    display: flex;
    flex-direction: column;
    align-items: center;
  }
.modal_form input.input{
    border-radius:4px;
    background:rgba(255,255,255,0.3);
    padding:12px 16px;
    width:100%;
    max-width:360px;
    margin:5px auto;
    border:1px solid transparent;
    font-size:1.15em;
    font-weight:500;
    display:block;
    color:#fff;
  }
  .modal_form input{
    border-color:transparent
  }

  .close_icon{
    width:24px;
    height:24px;
    background:url('images/close.png') center center / contain no-repeat;
    position:absolute;
    top:32px;
    right:32px;
    cursor:pointer;
    z-index: 12;
  }
  
  .h1_title{
    font-size:3em;
    font-weight:600;
    text-align: center;
    color:#fff;
  }
  .h1_title .green, .green{
    color:#31AC51;
  }
  .mt60{
    margin-top:60px;
  }
  .mt30{
    margin-top:30px;
  }
  .btn{
    display:inline-block;
    text-align: center;
    padding:12px 32px;
    border-radius: 8px;
    text-decoration: none;
    color:#fff;
    background:#31AC51;
    font-weight:500;
    font-size:1em;
    border:none;
  }
  .modal_form .btn{
    border:none;
    height:42px;
    cursor:pointer;
  }
  .modal_form .step_header .step_header-item.active{
    border-bottom:2px solid #31AC51;
    color:#31AC51;

  }
  .step_navigation{
    display:flex;
    justify-content: center;
    align-items: center;
    gap:16px;
    margin-top:auto;
  }
  .outline.btn{
    background:transparent;
    border:1px solid #fff;
    padding:8px 24px;
    font-weight:400;
  }
  .modal_form .outline.btn{
    border:none;
  }
  .first_screen .btn{
    font-size:1.15em;
  }
  .center{
    text-align: center;
  }
  .object_name{ 
    font-size:3em;
    font-weight:700;
  }
  .section{
    padding:60px 0;
  }
  .subtitle{
    font-size:1.25em;
    margin:15px 0;
    font-weight:300;
    text-transform: uppercase;
  }
  .about_block{
    display:flex;
    align-items: center;
    justify-content: space-between;
    color:#fff;
    padding:120px 0;
  }
  img{
    display: block;
    max-width:100%;
    height:auto;
  }
  .about_block .image{
    width:50%;
  }
  .about_block .content{
    width:45%;
  }
  .about_block{
    margin:60px auto;
  }
  .object_map{
    width:100%;
  }
  .object_map iframe{
    width:100%;
  }
  .pluses_list{
    display:flex;
    justify-content: space-between;
    margin:30px auto;
    align-items: stretch;
  }
  .pluse_item{
    width:32%;
    border:1px solid #e7e7e7;
    padding:32px 24px;
    color:#858585;
    box-shadow: 0 0 5px 0px rgba(0,0,0,0.15);
    position:relative;
  }
  .pluse_item .number{
    font-size:10em;
    bottom:0;
    right:0;
    line-height: 1;
    position:absolute;
    font-weight:900;
    color:#31ac5213;
  }
  .pluse_item .title{
    border-left:2px solid #31AC51;
    padding:2px 2px 2px 8px;
    font-weight:500;
    font-size:1.15em;
    line-height:1.2;
    height:3em;
    color:#101010;
    display: flex;
    align-items: center;
    margin-bottom:8px;
  }
  .icons_block{
    padding:120px 0;
    background-position:center center;
    background-size:cover;
    background-repeat: no-repeat;
  }
  .icons_block h2.h2_title{
    font-size:6em;
  }
  .icons_block .iconlist {
	display: flex;
	flex-wrap: wrap;
	margin: 60px auto;
	gap: auto 60px;
}

.iconlist .item {
	width: 25%;
	text-align: center;
	padding: 24px;
}

.iconlist .item .icon {
	width: 68px;
	height: 68px;
	margin: 0 auto 12px;
}
.plans{
    position:relative;
    padding:120px 0;
    background:url('images/1920_4.jpg') center center / cover no-repeat;
}
.plans:before{
    content:'';
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    position:absolute;
    background:rgba(0,0,0,0)
}
.plans .container{
    position: relative;
    z-index: 2;
    color:#fff;
}
.plan_list{
    margin:60px 0;
}
.handwritting{
    font-family: 'Madelyn','Disruptor','Lifehack', 'Montserrat', sans-serif;
    line-height:1;
    font-weight:normal;
    font-size:2em;
}
.location_block{
    height:100vh;
   
    background-position:right center;
    background-size:cover;
    background-repeat: no-repeat;
    display:flex;
    align-items: center;
    justify-content: center;
}
.location_block .flex{
    gap:8px;
    margin-bottom:8px;
}

.location_block .flex img{
   
    width:24px;
    height:24px;
}
.location_block .flex  img.icon-wa{
    width:20px;
    height:20px;
}
.location_block .container{
    display:flex;
    align-items: center;
    justify-content: center;

}
.location_block .address_block{
    padding:16px;
    background:rgba(255,255,255,0.7);
    border-radius: 8px;
    backdrop-filter: blur(4px);
    font-weight:500;
    color:#101010;
}
.location_block .address_block h4{
    font-weight:700;
    color:#36a724;
    text-align: center;
    margin-bottom:5px;
}
.location_block .address_block a{
    text-decoration: none;
    font-weight:500;
    color:#101010;
}
.plan_item{
    position:relative;
    display:block;
    transform: scale(0.9);
    color:rgba(255,255,255,0.7);
    font-weight:300;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 16px;
    overflow: hidden;
    padding: 24px 16px;
    text-align: center;
    transition:.3s;
}
.plan_item .btn{
    background:#a3cd2b;
}
.plan_item:hover{
    transition:.3s;
    transform:scale(1);
}

.plan_item .plan_item_gallery{
    text-decoration: none;
    display:block;
    margin-bottom:15px;
}
.plan_item .name{
    padding:0 0 15px;
    color:#fff;
    font-weight:800;
    text-align: left;
}
.plan_item .name span{
    color:#fff;
    font-weight:500;
}

.plan_item:before{
    content:'';
top:0;
left:0;
right:0;
bottom:0;
width:100%;
height:100%;
position:absolute;
    z-index: -1;
    transition: .3s;
    background: rgb(71,184,40);
background: linear-gradient(171deg, rgba(71,184,40,1) 0%, rgba(44,158,36,1) 100%);
}

.plans .swiper-pagination-bullet-active{
    background:#31AC51;
}
.footer{
    font-family: 'Montserrat', sans-serif;
    font-size:1em;
    font-weight:300;
    padding:30px 15px;
    background:#313131;
    color:rgba(255,255,255,0.7)
}
.location_block .mobile_map{
  display:none;
}
  @media screen and (max-width:768px) {
    .header nav{
        display:none;
    }
    .iconlist .item{
        width:50%;
    }
    .object_map iframe{
       height:320px;
      }
    .pluses_list{
        flex-wrap:wrap;
        gap:16px;
    }
    .container{
        padding-left:15px;
        padding-right:15px;
    }
    .pluse_item{
        width:100%;

    }
    .plans{
        padding:120px 30px 60px;
    }
    .h2_title{
        font-size:1.75em;
    }
    .about_block .image{
        width:100%;
    }
    .about_block .content{
        width:100%;
    }
    .about_block{
        flex-wrap:wrap;
        gap:0;
        padding: 0;
        margin:0;
        font-size:0.875em;
        line-height:1.3;
    }
    .object_name,.h1_title{
        font-size:2em;
    }
    .wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active{
        padding:8px 16px;
    }
    .modal_form .h2_title{
        font-size:1.5em;
    }
    .icons_block h2.h2_title{
      font-size:3.6em;
    }
    .about_block .object_name{
      text-align: center;
    }
    .bg_3{
      height:800px;
      background-image:url('images/425_balkon.png');
      display:flex;
      flex-direction: column;
      justify-content: flex-end;
      padding:15px 0;
    }
    .bg_3 .about_block .content{
      text-align: justify;
    }
    .bg_3 .about_block .content .mt30{
      text-align: center;
      margin-top:15px;
    }
    
    .plan_list{
      margin:0;
    }
    .icons_block{
      padding:60px 0;
    }
    .modal_form{
      padding:75px 15px;
    }
    .first_screen{
      height:auto;
      background-image:url('images/425_start.png');
      align-items: flex-start;
      padding: 30px 0 360px;
      background-size:cover;
      margin-top:72px;
        background-position: bottom center;
    }
    .header{
      height:74px;
    }
    .first_screen .mt60{
      margin-top:15px;
    }
    .h1_title{
      font-size:1.75em;
      line-height:1.4;
    }
    .first_screen .hero{
      
      margin-bottom:120px;
    }
    .icons_block{
      padding-bottom:0;
      background:url('images/425_2.jpg') center center / contain repeat-y;
    }
    .iconlist .item .icon{
      width:48px;
      height:48px;
    }
    .icons_block .iconlist{
      margin-bottom:0;
      gap:12px;
    }
    .iconlist .item{
      width:calc(50% - 6px);
      border-radius: 8px;
      padding:16px;
      background:rgba(255,255,255,0.5);
      backdrop-filter: blur(4px);
    }
    .plan_item{
      transform:scale(1)
    }
    .plan_list .swiper-button-next{
      top:55%;
      right:-20px;
      color:#31AC51;
    }
    .plan_list .swiper-button-prev{
      top:55%;
      left:-20px;
      color:#31AC51;
    }
    .plan_list .swiper-pagination-bullets.swiper-pagination-horizontal{
      bottom:-20px;
    }
    .location_block{
      position:relative;
      align-items: flex-start;
      padding-top:20px;
		height:50vh;
    }
    .location_block .container{
      position:absolute;
      top:10px;
      margin:0 auto;
    }
    .location_block .mobile_map{
      display:none;
    }
  }