@charset "UTF-8";html{scroll-behavior:smooth}body{margin:0 auto;padding:0;font-family:"Strait",sans-serif;overflow-x:hidden;max-width:1920px}a{color:inherit;text-decoration:none}.container{width:calc(100% - 50px);max-width:1600px;position:relative;margin:0 auto;padding:25px}a.page-button{display:flex;width:250px;height:30px;background:0 0;padding:15px 10px 0;justify-content:space-between;position:relative;transition:.2s ease-in-out}a.page-button:after{content:"";position:absolute;left:0;bottom:0;height:2px;width:100%;background:linear-gradient(to right,#6a13cb,#77d2fe)}a.page-button:hover{padding:15px 0 0}a.page-button span{font-size:14px;text-transform:uppercase;letter-spacing:2px}a.page-button svg{width:18px;height:18px;fill:#bdbaa7}a.page-button.white span{color:#fff}a.page-button.orange span{color:#34495e}a.page-button.orange svg{fill:#77d2fe}body.home #background-photo{position:relative;overflow:hidden;width:100%;min-height:700px;padding:0 1rem 2rem;box-sizing:border-box}#background-photo{position:relative;overflow:hidden}.bg__photo{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.bg__photo img{width:100%;height:100%;object-fit:cover;object-position:center}.gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,rgba(0,0,0,.8),rgba(0,0,0,.8));z-index:-1}#header{display:flex;flex-direction:column;padding:10px 20px 20px;width:calc(100% - 40px);height:120px;position:relative;background:0 0;gap:10px 0}#header .top-header{display:flex;flex-direction:row;justify-content:space-between}#header .top-header .socials-header{display:flex;flex-direction:row;gap:0 10px}#header .top-header .socials-header .social-icon-header{width:20px;height:20px}#header .top-header .socials-header .social-icon-header img{width:20px;height:20px;fill:#191919}#header .top-header .info-header{display:flex;flex-direction:row;gap:0 20px}#header .top-header .info-header .adress-header,#header .top-header .info-header .mail-header,#header .top-header .info-header .phone-header{display:flex;gap:10px}#header .top-header .info-header .adress-header .icon,#header .top-header .info-header .mail-header .icon,#header .top-header .info-header .phone-header .icon{width:25px;height:25px}#header .top-header .info-header .adress-header .icon img,#header .top-header .info-header .mail-header .icon img,#header .top-header .info-header .phone-header .icon img{width:25px;height:25px}#header .top-header .info-header .adress-header .data,#header .top-header .info-header .mail-header .data,#header .top-header .info-header .phone-header .data{display:flex;align-items:center}#header .top-header .info-header .adress-header .data p,#header .top-header .info-header .mail-header .data p,#header .top-header .info-header .phone-header .data p{font-size:12px;color:#fff;margin:0}#header .border-header{width:calc(100% - 40px);padding:1px 20px 0;height:0;background:#5d5e60;display:flex}#header .bottom-header{display:flex;flex-direction:row;justify-content:space-between}#header .bottom-header .logo-header{width:200px;height:80px}#header .bottom-header .logo-header svg{width:200px;height:80px;fill:#191919}#header .bottom-header .menu-header{display:flex}#header .bottom-header .menu-header ul{display:flex;margin:0;padding:0;list-style:none;align-items:center;gap:0 40px}#header .bottom-header .menu-header ul li{position:relative;padding:20px 0 20px;color:#fff;font-size:16px;font-weight:600;text-transform:uppercase;transition:.2s ease-in-out;cursor:pointer}#header .bottom-header .menu-header ul li.current-menu-item{color:#77d2fe}#header .bottom-header .menu-header ul li.current-menu-item:after{content:"";position:absolute;bottom:0;left:0;height:2px;width:100%;background:linear-gradient(to right,#6a13cb,#77d2fe)}#header .bottom-header .menu-header ul li:hover:after{content:"";position:absolute;bottom:0;left:0;height:2px;width:100%;background:linear-gradient(to right,#6a13cb,#77d2fe)}#header .mobile-menu-header{display:none}#header .mobile-menu-header .hamburger{width:50px;height:50px;position:relative;transform:rotate(0deg);transition:.5s ease-in-out;cursor:pointer}#header .mobile-menu-header .hamburger .line{display:block;position:absolute;height:7.5px;width:50px;background:#fff;border-radius:5px;opacity:1;right:0;transform:rotate(0deg);transition:.25s ease-in-out}#header .mobile-menu-header .hamburger .line:nth-child(1){top:0}#header .mobile-menu-header .hamburger .line:nth-child(2){top:20px;width:30px}#header .mobile-menu-header .hamburger .line:nth-child(3){top:40px}#header .mobile-menu-header .hamburger.open .line:nth-child(1){top:18px;transform:rotate(135deg)}#header .mobile-menu-header .hamburger.open .line:nth-child(2){opacity:0;right:-60px}#header .mobile-menu-header .hamburger.open .line:nth-child(3){top:18px;transform:rotate(-135deg)}#menu-mobile{width:calc(100% - 40px);height:auto;padding:20px;display:flex;justify-content:center;align-items:center;background:#fff;position:absolute;z-index:999999;left:0;opacity:0;pointer-events:none;transition:.2s ease-in-out}#menu-mobile.open{opacity:100%;pointer-events:auto}#menu-mobile .content-menu{display:flex;flex-direction:column;align-items:center;gap:20px 0}#menu-mobile .content-menu .nav{display:flex}#menu-mobile .content-menu .nav ul{display:flex;flex-direction:column;margin:0;padding:0;list-style:none;align-items:center;gap:0 25px}#menu-mobile .content-menu .nav ul li{padding:10px 0;color:#000;font-size:16px;text-transform:uppercase}#menu-mobile .content-menu .nav ul li.current-menu-item{color:#77d2fe;border-bottom:2px solid #77d2fe}#menu-mobile .content-menu .nav ul li:hover{color:#77d2fe}#menu-mobile .content-menu .socials{display:flex;flex-direction:row;gap:0 10px}#menu-mobile .content-menu .socials .social-icon-header{width:25px;height:25px}#menu-mobile .content-menu .socials .social-icon-header img{width:25px;height:25px;fill:#000}#menu-mobile .content-menu .company-data{display:flex;flex-direction:column;gap:15px 0;align-items:center}#menu-mobile .content-menu .company-data .adress-header,#menu-mobile .content-menu .company-data .mail-header,#menu-mobile .content-menu .company-data .phone-header{display:flex;gap:10px}#menu-mobile .content-menu .company-data .adress-header .icon,#menu-mobile .content-menu .company-data .mail-header .icon,#menu-mobile .content-menu .company-data .phone-header .icon{width:25px;height:25px}#menu-mobile .content-menu .company-data .adress-header .icon img,#menu-mobile .content-menu .company-data .mail-header .icon img,#menu-mobile .content-menu .company-data .phone-header .icon img{width:25px;height:25px;fill:#000}#menu-mobile .content-menu .company-data .adress-header .data,#menu-mobile .content-menu .company-data .mail-header .data,#menu-mobile .content-menu .company-data .phone-header .data{display:flex;align-items:center}#menu-mobile .content-menu .company-data .adress-header .data p,#menu-mobile .content-menu .company-data .mail-header .data p,#menu-mobile .content-menu .company-data .phone-header .data p{font-size:12px;color:#000;margin:0}#slider{width:calc(100% - 40px);height:auto;padding:100px 20px 60px;display:flex;justify-content:center;align-items:center;background:0 0;position:relative}#slider .title-slider{display:flex;flex-direction:column;align-items:center;max-width:1000px;gap:40px}#slider .title-slider .content{display:flex;flex-direction:column;gap:20px}#slider .title-slider h1{font-size:48px;font-weight:600;text-align:center;color:#fff;margin:0}#slider .title-slider h1 span.blue{color:#77d2fe}#slider .title-slider p{font-size:16px;font-weight:500;text-align:center;color:#fff;line-height:24px;opacity:80%}#slider .title-slider p span.blue{color:#77d2fe}#about-company{width:calc(100% - 40px);height:auto;padding:60px 20px;display:flex;background:#fff}#about-company .content-about-company{display:flex}#about-company .content-about-company .left{width:calc(50% - 100px);padding:0 100px 0 0;display:flex;flex-direction:column;gap:100px 0}#about-company .content-about-company .left .title{width:100%;position:relative}#about-company .content-about-company .left .title span{text-align:left;font-size:16px;font-weight:600;color:#6a13cb;display:block;margin-bottom:50px}#about-company .content-about-company .left .title h2{text-align:left;font-size:38px;font-weight:600;color:#34495e}#about-company .content-about-company .left .title h2 span{text-align:left;font-size:28px;font-weight:600;color:#34495e;display:block}#about-company .content-about-company .left .title p{text-align:left;font-size:16px;font-weight:500;color:#6c7b8b;line-height:25px}#about-company .content-about-company .left .button__container{display:flex;gap:16px;align-items:center;flex-wrap:wrap}#about-company .content-about-company .right{width:50%;display:grid;grid-template-columns:1fr 1fr;gap:15px}#about-company .content-about-company .right .photo{overflow:hidden;position:relative;height:100%;width:100%}#about-company .content-about-company .right .photo:nth-child(1){grid-column:span 1;grid-row:span 2}#about-company .content-about-company .right .photo img{position:absolute;width:100%;height:100%;object-fit:cover;display:block}#why-us{width:calc(100% - 40px);height:auto;padding:60px 20px;display:flex;background:rgba(119,210,254,.1)}#why-us .title{width:100%;position:relative}#why-us .title span{text-align:left;font-size:16px;font-weight:600;color:#6a13cb;display:block;margin-bottom:50px}#why-us .title h2{text-align:left;font-size:38px;font-weight:600;color:#34495e}#why-us .title h2 span{text-align:left;font-size:28px;font-weight:600;color:#b4b29f;display:block}#why-us .title p{text-align:left;font-size:16px;font-weight:500;color:#6c7b8b;line-height:25px}#why-us .boxes{display:flex;gap:50px;margin-top:50px}#why-us .boxes .box{display:flex;flex-direction:row;gap:0 20px;flex:0 0 calc(20% - 40px);max-width:20%;padding:30px 0}#why-us .boxes .box .icon-box{width:60px;height:60px;transition:.2s ease-in-out}#why-us .boxes .box:hover .icon-box{width:65px;height:65px}#why-us .boxes .box .icon-box img{width:60px;height:60px;transition:.2s ease-in-out}#why-us .boxes .box .content-box{display:flex;flex-direction:column}#why-us .boxes .box .content-box .title-box h2{font-size:24px;font-weight:600;color:#34495e;margin:0}#why-us .boxes .box .content-box .description-box p{font-size:15px;font-weight:500;color:#6c7b8b;line-height:22px}#opinions{width:calc(100% - 40px);height:auto;padding:60px 20px;display:flex;background:#fff}#opinions .title{width:100%;position:relative}#opinions .title span{text-align:left;font-size:16px;font-weight:600;color:#6a13cb;display:block;margin-bottom:50px}#opinions .title h2{text-align:left;font-size:38px;font-weight:600;color:#34495e}#opinions .title h2 span{text-align:left;font-size:28px;font-weight:600;color:#34495e;display:block}#opinions .title p{text-align:left;font-size:16px;font-weight:500;color:#6c7b8b;line-height:25px}#opinions .opinions-boxes{display:flex;padding:30px 0}#opinions .opinions-boxes.swiper{max-width:1000px;align-items:center;gap:0 50px}#opinions .opinions-boxes .swiper-wrapper{max-width:1000px}#opinions .opinions-boxes .opinion-box{display:flex;flex-direction:row;gap:0 20px;border:1px solid #34495e;padding:50px;width:calc(100% - 102px) !important;max-width:900px !important}#opinions .opinions-boxes .opinion-box .icon-opinion{width:100px;height:100px;display:flex;align-items:start}#opinions .opinions-boxes .opinion-box .icon-opinion svg{width:100px;height:100px;fill:#6a13cb}#opinions .opinions-boxes .opinion-box .opinion-content{display:flex;flex-direction:column}#opinions .opinions-boxes .opinion-box .opinion-content .title-opinion{display:flex;align-items:start;gap:0 5px}#opinions .opinions-boxes .opinion-box .opinion-content .title-opinion p{font-size:16px;font-weight:600;color:#34495e}#opinions .opinions-boxes .opinion-box .opinion-content .title-opinion p#name{color:#34495e}#opinions .opinions-boxes .opinion-box .opinion-content .title-opinion p#company{color:#34495e}#opinions .opinions-boxes .opinion-box .opinion-content .description-opinion p{font-size:16px;font-weight:400;color:#6c7b8b;line-height:25px}#opinions .nav{display:flex;justify-content:center;gap:16px}#opinions .nav .opinion-prev{width:40px;height:40px;border:1px solid #6c7b8b;display:flex;align-items:center;justify-content:center;background:#fff;cursor:pointer}#opinions .nav .opinion-prev svg{width:20px;height:20px;fill:#6c7b8b}#opinions .nav .opinion-prev:hover{background:#6c7b8b}#opinions .nav .opinion-prev:hover svg{fill:#fff}#opinions .nav .opinion-next{width:40px;height:40px;border:1px solid #6c7b8b;display:flex;align-items:center;justify-content:center;background:#fff;cursor:pointer}#opinions .nav .opinion-next svg{width:20px;height:20px;fill:#6c7b8b}#opinions .nav .opinion-next:hover{background:#6c7b8b}#opinions .nav .opinion-next:hover svg{fill:#fff}#offer{width:calc(100% - 40px);height:auto;padding:60px 20px;display:flex;background:#191919}#offer .title{position:relative;margin:0 auto}#offer .title span{text-align:left;font-size:16px;font-weight:600;color:#6a13cb;display:block;margin-bottom:50px}#offer .title h2{text-align:left;font-size:38px;font-weight:600;color:#b4b29f}#offer .title h2 span{text-align:left;font-size:38px;font-weight:600;color:#b4b29f;display:block}#offer .title p{text-align:left;font-size:14px;font-weight:500;color:#fff;line-height:25px}#offer .offer-boxes{display:flex;flex-wrap:wrap;gap:15px;padding:50px 0 0}#offer .offer-boxes .offer-box{flex:0 0 calc(33% - 48px);max-width:33.33%;display:flex;align-items:center;gap:0 25px;padding:20px}body.page-template-offer #offer .offer-boxes .offer-box{flex:0 0 calc(25% - 52px);max-width:25%;display:flex;align-items:center;gap:0 25px;padding:20px}#offer .offer-boxes .offer-box.orange{background:#997544}#offer .offer-boxes .offer-box.blue{background:#f3f1f0}#offer .offer-boxes .offer-box.button{justify-content:center}#offer .offer-boxes .offer-box .icon-offer{width:65px;height:65px;opacity:50%}#offer .offer-boxes .offer-box .icon-offer img{width:65px;height:65px;fill:#ad7d45}#offer .offer-boxes .offer-box .title-offer h2{font-size:16px;font-weight:600;color:#000}#offer .offer-boxes .offer-box .title-offer h2 span{font-size:16px;font-weight:600;color:#000;display:block}#offer .button-offer{display:flex;justify-content:center}#gallery{width:calc(100% - 40px);height:auto;padding:0 20px 60px;display:flex;background:#fff}#gallery .title{position:relative;margin:0 auto}#gallery .title span{text-align:left;font-size:16px;font-weight:600;color:#6a13cb;display:block;margin-bottom:50px}#gallery .title h2{text-align:left;font-size:38px;font-weight:600;color:#34495e}#gallery .title h2 span{text-align:left;font-size:38px;font-weight:600;color:#34495e;display:block}#gallery .title p{text-align:left;font-size:16px;font-weight:500;color:#6c7b8b;line-height:25px}#gallery .photos{display:flex;padding:30px 0 60px;align-items:center;gap:0 15px}#gallery .button-gallery .photos-prev{width:40px;height:40px;border:1px solid #6c7b8b;display:flex;align-items:center;justify-content:center;background:#fff;cursor:pointer}#gallery .button-gallery .photos-prev svg{width:20px;height:20px;fill:#6c7b8b}#gallery .button-gallery .photos-prev:hover{background:#6c7b8b}#gallery .button-gallery .photos-prev:hover svg{fill:#fff}#gallery .photos .swiper-wrapper{display:flex;align-items:center;width:calc(100% - 100px)}#gallery .photos .swiper-wrapper .photo{display:flex;height:500px;justify-content:center;position:relative;overflow:hidden;filter:opacity(.9);transition:.2s ease-in-out}#gallery .photos .swiper-wrapper .photo:hover{filter:none;transform:scale(1.01)}#gallery .photos .swiper-wrapper .photo img{width:100%;min-width:500px;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:block}#gallery .button-gallery .photos-next{width:40px;height:40px;border:1px solid #6c7b8b;display:flex;align-items:center;justify-content:center;background:#fff;cursor:pointer}#gallery .button-gallery .photos-next svg{width:20px;height:20px;fill:#6c7b8b}#gallery .button-gallery .photos-next:hover{background:#6c7b8b}#gallery .button-gallery .photos-next:hover svg{fill:#fff}#gallery .button-gallery{display:flex;justify-content:center;gap:16px}#contact{width:calc(100% - 40px);height:auto;padding:60px 20px;display:flex;background:#fff}#contact .title{position:relative;margin:0 auto}#contact .title span{text-align:left;font-size:16px;font-weight:600;color:#6a13cb;display:block;margin-bottom:50px}#contact .title h2{text-align:left;font-size:38px;font-weight:600;color:#34495e}#contact .title h2 span{text-align:left;font-size:28px;font-weight:600;color:#34495e;display:block}#contact .title p{text-align:center;font-size:14px;font-weight:500;color:#6c7b8b;line-height:25px}#contact .contact-content{display:flex}body.home #contact .contact-content{padding:30px 0 0}#contact .contact-content .left-contact{width:45%;display:flex;flex-direction:column;background:#fff;gap:100px 0}#contact .contact-content .left-contact .company-data{display:flex;flex-direction:column;gap:25px 0}#contact .contact-content .left-contact .company-data .name-company h2{font-size:38px;font-weight:600;color:#34495e;margin:0}#contact .contact-content .left-contact .company-data .adress-company{display:flex;flex-direction:column;gap:10px 0}#contact .contact-content .left-contact .company-data .adress-company p{font-size:16px;font-weight:600;color:#6c7b8b;margin:0}#contact .contact-content .left-contact .company-data .contact-company{display:flex;flex-wrap:wrap;gap:16px;margin-top:15px}#contact .contact-content .left-contact .company-data .contact-company .phone-number{display:flex;flex-direction:row;align-items:center;gap:0 10px}#contact .contact-content .left-contact .company-data .contact-company .phone-number .icon{width:35px;height:35px}#contact .contact-content .left-contact .company-data .contact-company .phone-number .icon svg{width:35px;height:35px;fill:#6a13cb}#contact .contact-content .left-contact .company-data .contact-company .phone-number .data a{font-size:14px;font-weight:600;color:#6c7b8b;margin:0}#contact .contact-content .left-contact .company-data .contact-company .e-mail{display:flex;flex-direction:row;align-items:center;gap:0 10px}#contact .contact-content .left-contact .company-data .contact-company .e-mail .icon{width:35px;height:35px}#contact .contact-content .left-contact .company-data .contact-company .e-mail .icon svg{width:35px;height:35px;fill:#34495e}#contact .contact-content .left-contact .company-data .contact-company .e-mail .data a{font-size:14px;font-weight:600;color:#6c7b8b;margin:0}#contact .contact-content .left-contact .company-data .socials-company{display:flex;gap:0 15px;margin-top:15px}#contact .contact-content .left-contact .company-data .socials-company .social-media-icon{width:30px;height:30px}#contact .contact-content .left-contact .company-data .socials-company .social-media-icon img{width:30px;height:30px}#contact .contact-content .right-contact{width:calc(55% - 100px);padding:50px;background:rgba(119,210,254,.1);display:flex;flex-direction:column;justify-content:space-between}#contact .contact-content .right-contact .top-contact-form{display:flex;flex-direction:column;gap:20px 0}#contact .contact-content .right-contact .top-contact-form .customer-data{display:flex;flex-wrap:wrap;gap:20px}#contact .wpcf7-form-control-wrap[data-name=your-name],#contact .wpcf7-form-control-wrap[data-name=your-email],#contact .wpcf7-form-control-wrap[data-name=your-phone],#contact .wpcf7-form-control-wrap[data-name=your-subject]{width:calc(50% - 10px)}#contact .wpcf7-form-control-wrap[data-name=your-message]{width:100%}#contact .contact-content .right-contact .top-contact-form .customer-data input{width:calc(100% - 30px);max-width:100%;padding:15px;border:none;color:#6c7b8b;font-size:16px;font-weight:500;font-family:"Strait",sans-serif;outline:none;background:rgba(255,255,255,.2);border:1px solid #b4b29f}#contact .contact-content .right-contact .top-contact-form .customer-data input::placeholder{color:#6c7b8b;font-size:16px;font-weight:500;font-family:"Strait",sans-serif}#contact .contact-content .right-contact .top-contact-form .customer-data input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}#contact .contact-content .right-contact .top-contact-form .customer-data input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}#contact .contact-content .right-contact .top-contact-form .customer-message{display:flex}#contact .contact-content .right-contact .top-contact-form .customer-message input{color:#6c7b8b;font-size:16px;font-weight:500;font-family:"Strait",sans-serif;width:calc(100% - 30px);max-width:100%;padding:15px;border:none;outline:none;background:rgba(255,255,255,.2);border:1px solid #b4b29f}#contact .contact-content .right-contact .top-contact-form .customer-message textarea{color:#6c7b8b;font-size:16px;font-weight:500;font-family:"Strait",sans-serif;width:calc(100% - 30px);padding:30px 15px;border:none;outline:none;background:rgba(255,255,255,.2);border:1px solid #b4b29f}#contact .contact-content .right-contact .top-contact-form .customer-message textarea::placeholder{color:#6c7b8b;font-size:16px;font-weight:500;font-family:"Strait",sans-serif}#contact .contact-content .right-contact .top-contact-form .customer-message input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}#contact .contact-content .right-contact .top-contact-form .customer-message input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}#contact .contact-content .right-contact .bottom-contact-form{display:flex;justify-content:space-between;gap:0 15px;align-items:end}#contact .contact-content .right-contact .bottom-contact-form .accept{display:flex;align-items:center;gap:0 10px;width:60%}#contact .contact-content .right-contact .bottom-contact-form .accept input{-webkit-appearance:none;-moz-appearance:none;appearance:none}#contact .contact-content .right-contact .bottom-contact-form .accept input:before{content:"✔";width:20px;height:20px;background:#fff;border:1px solid #191919;border-radius:0;display:block;transition:.2s ease-in-out;cursor:pointer;text-align:center;color:transparent;font-size:18px;line-height:20px}#contact .contact-content .right-contact .bottom-contact-form .accept input:checked:before{background:#fff;color:#34495e}#contact .contact-content .right-contact .bottom-contact-form .accept label p{font-size:14px;font-weight:500;color:#191919}#contact .contact-content .right-contact .bottom-contact-form .accept label p a{color:#ad7d45;text-decoration:underline}#contact .contact-content .right-contact .bottom-contact-form .send{width:40%;display:flex;justify-content:end}#contact .contact-content .right-contact .bottom-contact-form .send button.page-button.orange{display:flex;width:220px;height:50px;background:0 0;border:none;padding:15px 10px 0;justify-content:space-between;align-items:center;position:relative;font-family:"Strait",sans-serif;color:#34495e;cursor:pointer;transition:.2s ease-in-out}#contact .contact-content .right-contact .bottom-contact-form .send button.page-button.orange:after{content:"";position:absolute;left:0;bottom:0;height:2px;width:100%;background:linear-gradient(to right,#6a13cb,#77d2fe)}#contact .contact-content .right-contact .bottom-contact-form .send button.page-button.orange:hover{padding:15px 0 0}#contact .contact-content .right-contact .bottom-contact-form .send button.page-button.orange span{font-size:14px;text-transform:uppercase;letter-spacing:2px;margin-bottom:5px}#contact .contact-content .right-contact .bottom-contact-form .send button.page-button.orange svg{flex-shrink:0;fill:#34495e;margin-bottom:5px}#footer{display:flex;flex-direction:column;padding:20px 20px 10px;width:calc(100% - 40px);position:relative;background:#6a13cb;gap:10px 0}#footer .content-footer{display:flex;align-items:center;flex-direction:column;gap:25px 0}#footer .top-footer{display:flex}#footer .top-footer .menu-header{display:flex}#footer .top-footer .menu-header ul{display:flex;margin:0;padding:0;list-style:none;text-align:center;align-items:center}#footer .top-footer .menu-header ul li{padding:0 30px;color:#fff;font-size:14px;font-weight:600;border-right:1px solid rgba(255,255,255,.3);transition:.2s ease-in-out}#footer .top-footer .menu-header ul li:last-child{border:none}#footer .top-footer .menu-header ul li.current-menu-item{text-decoration:underline}#footer .top-footer .menu-header ul li:hover{text-decoration:underline}#footer .bottom-footer p{font-size:14px;font-weight:500;color:#fff}#gallery-page{display:flex;width:100%;max-width:100%;height:auto;padding:25px 0;background:#191919}#gallery-page .gallery-content{display:flex;margin:50px 0 25px;gap:0 15px}#gallery-page .gallery-content ul{margin:0;padding:0;list-style:none;display:flex;width:100%;height:100%;gap:15px;flex-wrap:wrap}#gallery-page .gallery-content ul>li{display:flex;flex:0 0 calc(25% - 12px);max-width:25%}#gallery-page .gallery-content ul>li a{display:flex;width:100%;height:100%}#gallery-page .gallery-content .photo{display:flex;width:100%;height:300px;justify-content:center;position:relative;overflow:hidden;filter:opacity(.5);transition:.2s ease-in-out}#gallery-page .gallery-content .photo:hover{filter:none;transform:scale(1.01);filter:none}#gallery-page .gallery-content .photo img{width:100%;height:100%;object-fit:cover;position:absolute;display:block}#contact-page #contact{display:flex;width:100%;max-width:1200px;height:auto;padding:25px 0;position:relative;margin:0 auto}#contact-page #contact .contact-content{display:flex;margin:50px 0 25px}#contact-page #contact .contact-content .company-data{display:flex;flex-direction:column;background:#fff;width:calc(50% - 25px);padding:0 25px 0 0;gap:75px 0;justify-content:space-between}#contact-page #contact .contact-content .company-data .top-data{display:flex;flex-direction:column;gap:15px 0}#contact-page #contact .contact-content .company-data .top-data .company-name h2{font-size:28px;font-weight:500;color:#34495e;margin:10px 0}#contact-page #contact .contact-content .company-data .top-data .company-adress{display:flex;flex-direction:column;gap:10px 0}#contact-page #contact .contact-content .company-data .top-data .company-adress p{font-size:16px;font-weight:600;color:#6c7b8b;margin:0}.hours{display:flex;gap:8px;flex-wrap:wrap}#contact-page #contact .contact-content .company-data .top-data .company-contact{display:flex;flex-wrap:wrap;gap:16px;margin-top:15px}#contact-page #contact .contact-content .company-data .top-data .company-contact .phone-number,#contact-page #contact .contact-content .company-data .top-data .company-contact .email-adress{display:flex;flex-direction:row;gap:0 10px}#contact-page #contact .contact-content .company-data .top-data .company-contact .phone-number .icon,#contact-page #contact .contact-content .company-data .top-data .company-contact .phone-number .icon svg,#contact-page #contact .contact-content .company-data .top-data .company-contact .email-adress .icon,#contact-page #contact .contact-content .company-data .top-data .company-contact .email-adress .icon svg{width:40px;height:40px}#contact-page #contact .contact-content .company-data .top-data .company-contact .phone-number .icon svg,#contact-page #contact .contact-content .company-data .top-data .company-contact .email-adress .icon svg{fill:#34495e}#contact-page #contact .contact-content .company-data .top-data .company-contact .phone-number .data,#contact-page #contact .contact-content .company-data .top-data .company-contact .email-adress .data{display:flex;align-items:center}#contact-page #contact .contact-content .company-data .top-data .company-contact .phone-number .data a,#contact-page #contact .contact-content .company-data .top-data .company-contact .email-adress .data a{font-size:14px;font-weight:600;color:#34495e;text-decoration:none}#contact-page #contact .contact-content .company-data .bottom-data{display:flex;flex-direction:column;gap:30px 0}#contact-page #contact .contact-content .company-data .bottom-data .social-buttons{display:flex;flex-direction:row;gap:0 15px}#contact-page #contact .contact-content .company-data .bottom-data .social-buttons .social-media-icon,#contact-page #contact .contact-content .company-data .bottom-data .social-buttons .social-media-icon img{width:30px;height:30px}#contact-page #contact .contact-content .company-map{display:flex;width:50%;position:relative;overflow:hidden}#contact-page #contact .contact-content .company-map #map{width:100%;height:100%;overflow:hidden}.accept{display:flex;align-items:center;gap:10px;width:100%}.accept label{display:flex;align-items:center;gap:10px;cursor:pointer}.custom-accept input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;position:relative;width:20px;height:20px;border:1px solid #191919;background:#fff;cursor:pointer}.custom-accept input[type=checkbox]:before{content:"✔";position:absolute;top:0;left:0;width:20px;height:20px;display:block;text-align:center;line-height:20px;font-size:16px;color:transparent;transition:color .2s ease-in-out}.custom-accept input[type=checkbox]:checked:before{color:#ad7d45}.accept span.wpcf7-list-item{margin:0}.accept span{font-size:12px;font-weight:500;color:#6c7b8b;margin:25px 0 0}.accept span a{text-decoration:underline}#offer__second{width:calc(100% - 40px);height:auto;padding:0 20px 60px;display:flex;background:#191919}#offer__second .title{width:100%;position:relative}#offer__second .title span{text-align:left;font-size:16px;font-weight:600;color:#6a13cb;display:block;margin-bottom:50px}#offer__second .title h2{text-align:left;font-size:38px;font-weight:600;color:#b4b29f}#offer__second .title p{text-align:left;font-size:14px;font-weight:500;color:#fff;line-height:25px}#offer__second .offer-content{display:flex;flex-wrap:wrap;gap:15px;margin-top:50px}#offer__second .offer-content .offer-box{display:flex;flex:0 0 calc(33% - 60px);max-width:33.33%;padding:25px;flex-direction:column;border:1px solid rgba(255,255,255,.4)}#offer__second .offer-content .offer-box .icon-offer,#offer__second .offer-content .offer-box .icon-offer img{width:75px;height:75px}#offer__second .offer-content .offer-box .icon-offer p{margin:0}#offer__second .offer-content .offer-box .title-offer p{font-size:24px;font-weight:600;color:#997544;margin-bottom:5px}#offer__second .offer-content .offer-box .title-offer p span{display:block}#offer__second .offer-content .offer-box .description-offer p{font-size:13px;font-weight:500;color:#fff;line-height:22px}#offer.icon{width:calc(100% - 40px);height:auto;padding:60px 20px;display:flex;background:#191919}#offer.icon .title{position:relative;margin:0 auto}#offer.icon .title span{text-align:left;font-size:16px;font-weight:600;color:#6a13cb;display:block}#offer.icon .title h2{text-align:left;font-size:38px;font-weight:600;color:#b4b29f}#offer.icon .title h2 span{text-align:left;font-size:38px;font-weight:600;color:#b4b29f;display:block}#offer.icon .title p{text-align:left;font-size:14px;font-weight:500;color:#fff;line-height:25px}#offer.icon .offer-boxes{display:flex;flex-wrap:wrap;gap:50px;padding:60px 0 0;justify-content:center}#offer.icon .offer-boxes .offer-box{flex:0 0 calc(50% - 65px);max-width:50%;display:flex;align-items:center;gap:0 25px;padding:65px 20px 20px;position:relative;justify-content:center;border:none}#offer.icon .offer-boxes .offer-box.orange{background:#997544}#offer.icon .offer-boxes .offer-box .photo-feature{position:absolute;width:50px;height:50px;top:-25px;background:#fff;padding:16px;border-radius:50%}#offer.icon .offer-boxes .offer-box .photo-feature img{width:100%;height:100%;object-fit:cover}#offer.icon .offer-boxes .offer-box .title-offer h2{font-size:16px;font-weight:600;color:#000}#offer.icon .offer-boxes .offer-box .title-offer h2 span{font-size:16px;font-weight:600;color:#000;display:block}#offer.icon .button-offer{display:flex;justify-content:center}#content-about-us{width:calc(100% - 40px);height:auto;padding:0 20px 60px;display:flex;background:#191919}#content-about-us .text-photo-offer{display:flex;align-items:center;justify-content:space-between;position:relative;width:100%;height:100%}#content-about-us.first .text-photo-offer .text-offer{display:flex;width:calc(50% - 50px);padding:0 0 0 50px;align-items:start;justify-content:center;gap:64px}#content-about-us.second .text-photo-offer .text-offer{display:flex;width:calc(50% - 50px);padding:0 50px 0 0;align-items:end;justify-content:center;gap:32px}body.page-template-home-page #content-about-us .text-photo-offer .text-offer{width:100%;padding:0;align-items:center;gap:10px}#content-about-us .text-photo-offer.right .photo-offer{display:flex;width:calc(50% - 25px);padding:0 25px 0 0;min-height:500px}body.page-template-home-page #content-about-us .text-photo-offer.right .photo-offer{width:100%;padding:0;max-width:700px}#content-about-us .text-photo-offer .text-offer{flex-direction:column;height:100%;justify-content:space-between;gap:32px}#content-about-us .text-photo-offer .text-offer .content{max-width:600px}#content-about-us.first .text-photo-offer .text-offer .title-section h2{text-align:left;font-size:38px;font-weight:600;color:#b4b29f;margin:0}#content-about-us.second .text-photo-offer .text-offer .title-section h2{text-align:right;font-size:38px;font-weight:600;color:#b4b29f;margin:0}#content-about-us.first .text-photo-offer .text-offer .description p{text-align:left;font-size:14px;font-weight:500;color:#fff;line-height:25px}#content-about-us.second .text-photo-offer .text-offer .description p{text-align:right;font-size:14px;font-weight:500;color:#fff;line-height:25px}#content-about-us .text-photo-offer .text-offer .button__container{display:flex;gap:32px;align-items:center;flex-wrap:wrap}#content-about-us .text-photo-offer .photo-offer{height:100%;position:relative;overflow:hidden}#content-about-us .text-photo-offer .photo-offer img{width:100%;height:100%;object-fit:cover;position:absolute;display:block}#team{display:flex;width:100%;height:auto;padding:0 0 75px;position:relative;margin:0 auto;background:#191919}#team .container{max-width:calc(1200px - 50px)}#team .title{width:100%;position:relative;margin-bottom:50px}#team .title h2{text-align:left;font-size:38px;font-weight:600;color:#b4b29f}#team .team-content{display:flex;flex-wrap:wrap;gap:16px}#team .team-content .team-member{width:calc(33% - 28px);border-left:1px solid rgba(255,255,255,.4);border-bottom:1px solid rgba(255,255,255,.4);padding-left:20px;padding-bottom:20px;margin-bottom:20px;display:flex;flex-direction:column;gap:8px}#team .team-content .team-member span{font-size:16px;font-weight:400;color:#fff;margin:0}#team .team-content .team-member span.position{text-transform:uppercase;font-size:12px}#team .team-content .team-member span.name{font-size:22px;font-weight:500;color:#997544}#about-team{background:#191919}#about-team #team .container{max-width:1600px}.implementation{text-decoration:underline}#contact-page{background:#fff}.company-map{display:flex;width:100%;height:400px;position:relative;overflow:hidden}.company-map #map{width:100%;height:100%;overflow:hidden}#partners{width:calc(100% - 40px);height:auto;padding:60px 20px;display:flex;background:#191919}#partners .title{position:relative;margin:0 auto}#partners .title h2{text-align:left;font-size:38px;font-weight:600;color:#b4b29f}#partners .content .partners{display:flex;flex-wrap:wrap;gap:32px;justify-content:center;padding-top:32px}#partners .content .partners .partner{width:calc(25% - 24px);max-width:25%;display:flex;justify-content:center;align-items:center}#partners .content .partners .partner a{display:flex;width:100%;height:100%;justify-content:center;align-items:center}#partners .content .partners .partner img{width:auto;max-width:100%;height:auto;object-fit:contain}#offer_2{width:calc(100% - 40px);height:auto;padding:60px 20px;display:flex;background:#fff}#offer_2 .title{width:100%;position:relative}#offer_2 .title span{text-align:left;font-size:16px;font-weight:600;color:#6a13cb;display:block;margin-bottom:50px}#offer_2 .title h2{text-align:left;font-size:38px;font-weight:600;color:#34495e}#offer_2 .title h2 span{text-align:left;font-size:28px;font-weight:600;color:#34495e;display:block}#offer_2 .title p{text-align:left;font-size:16px;font-weight:500;color:#6c7b8b;line-height:25px}#offer_2 .content-offer{display:flex;flex-wrap:wrap;gap:50px;margin-top:50px}#offer_2 .text-photo-offer{display:flex;align-items:center;justify-content:space-between;position:relative;width:100%}#offer_2 .text-photo-offer .text-offer{display:flex;width:calc(60% - 25px);padding:0 25px 0 0}#offer_2 .text-photo-offer.left .photo-offer{display:flex;width:calc(40% - 25px);padding:0 25px 0 0}#offer_2 .text-photo-offer.right .photo-offer{display:flex;width:calc(40% - 25px);padding:0 25px 0 0}#offer_2 .text-photo-offer .text-offer{flex-direction:column;height:auto}#offer_2 .text-photo-offer .text-offer h3{font-size:24px;font-weight:600;color:#34495e}#offer_2 .text-photo-offer .text-offer .description p{font-size:16px;font-weight:500;color:#6c7b8b;line-height:25px;margin:10px 0}#offer_2 .text-photo-offer .text-offer .description ul li{font-size:16px;font-weight:500;color:#6c7b8b;line-height:25px;margin:10px 0}#offer_2 .text-photo-offer .photo-offer{height:100%;position:relative;overflow:hidden}#offer_2 .text-photo-offer .photo-offer img{width:100%;height:100%;object-fit:cover;display:block}#faq{width:calc(100% - 40px);height:auto;padding:60px 20px;display:flex;background:rgba(119,210,254,.1)}#faq .title{width:100%;position:relative}#faq .title span{text-align:left;font-size:16px;font-weight:600;color:#6a13cb;display:block;margin-bottom:50px}#faq .title h2{text-align:left;font-size:38px;font-weight:600;color:#34495e}#faq .title h2 span{text-align:left;font-size:28px;font-weight:600;color:#34495e;display:block}#faq .title p{text-align:left;font-size:14px;font-weight:500;color:#6c7b8b;line-height:25px}#faq .content-faq{padding-top:50px}#faq .content-faq .accordion{margin:0 auto;overflow:hidden;display:flex;flex-direction:column;gap:16px}#faq .content-faq .accordion-button{width:100%;padding:15px 20px;border:none;text-align:left;font-size:16px;cursor:pointer;transition:.2s ease-in-out;font-family:"Strait",sans-serif;background-color:#fff;border:1px solid #6a13cb;border-radius:4px}#faq .content-faq .accordion-button:hover{background-color:#fff}#faq .content-faq .accordion-button.active{background-color:#6a13cb;transition:.2s ease-in-out;color:#fff}#faq .content-faq .accordion-content{max-height:0;overflow:hidden;background-color:#fff;transition:max-height .3s ease;padding:0 20px;border-radius:4px;transition:.2s ease-in-out;margin:0}#faq .content-faq .accordion-content.active{border:1px solid #6a13cb;transition:.2s ease-in-out;margin:8px 0}#faq .content-faq .accordion-content p{margin:15px 0}
@media (max-width:1300px){#offer .offer-boxes .offer-box{flex:0 0 calc(50% - 50px);max-width:50%}body.page-template-offer #offer .offer-boxes .offer-box{flex:0 0 calc(50% - 50px);max-width:50%}}@media (max-width:1250px){#offer__second .offer-content .offer-box{flex:0 0 calc(50% - 60px);max-width:50%}}@media (max-width:1200px){#about-company .content-about-company{flex-direction:column;gap:50px 0}#about-company .content-about-company .left{width:100%;padding:0;gap:25px 0}#about-company .content-about-company .right{width:100%;height:auto;min-height:500px}}@media (max-width:1150px){#team .team-content .team-member{width:calc(50% - 29px)}}@media (max-width:1100px){#gallery-page .gallery-content ul>li{display:flex;flex:0 0 calc(33% - 12px);max-width:33.33%}}@media (max-width:1500px){#why-us .boxes{flex-wrap:wrap}#why-us .boxes .box{flex:0 0 calc(50% - 67px);max-width:50%}}@media (max-width:1000px){#contact .contact-content{gap:0 20px}}@media (max-width:1000px){#contact-page #contact .contact-content{gap:0 20px}#contact-page #contact .contact-content .left-contact{width:35%}#contact-page #contact .contact-content .right-contact{width:calc(65% - 50px);padding:25px;justify-content:space-around}}@media (max-width:950px){#content-about-us .text-photo-offer{flex-direction:column;gap:25px 0;height:auto}#content-about-us .text-photo-offer.right .photo-offer{width:100%;height:300px;padding:0;order:2}#content-about-us .text-photo-offer .text-offer,#content-about-us.first .text-photo-offer .text-offer,#content-about-us.second .text-photo-offer .text-offer{width:100%;padding:0;align-items:center;height:auto;order:1}#content-about-us .text-photo-offer .text-offer .button__container{gap:16px;justify-content:center;width:100%}#content-about-us .text-photo-offer .text-offer .content{max-width:unset}}@media (max-width:900px){#header{height:80px}#header .top-header{display:none}#header .border-header{display:none}#header .bottom-header{align-items:center}#header .bottom-header .menu-header{display:none}#header .bottom-header .mobile-menu-header{display:block}#background-photo{overflow:visible}#offer_2 .text-photo-offer{flex-direction:column;gap:25px 0}#offer_2 .text-photo-offer .text-offer{width:100%;padding:0}#offer_2 .text-photo-offer.left .photo-offer,#offer_2 .text-photo-offer.right .photo-offer{width:100%;padding:0}#offer_2 .text-photo-offer.right .photo-offer{order:2}}@media (max-width:850px){#gallery .photos .swiper-wrapper .photo{filter:none}}@media (max-width:800px){#about-company .content-about-company .left{align-items:center}#about-company .content-about-company .right{display:flex;flex-direction:column}#about-company .content-about-company .right .photo{display:flex;height:250px;justify-content:center;position:relative;overflow:hidden}#about-company .content-about-company .right .photo:nth-child(1){display:flex;height:250px;justify-content:center;position:relative;overflow:hidden}#about-company .content-about-company .left .button__container{justify-content:center}}@media (max-width:775px){#contact .contact-content{flex-direction:column;gap:20px 0}#contact .contact-content .left-contact{width:100%;align-items:center;gap:25px 0}#contact .contact-content .left-contact .company-data{align-items:center}#contact .contact-content .right-contact{width:calc(100% - 50px);gap:25px 0;padding:25px}#contact-page #contact .contact-content{flex-direction:column;gap:20px 0}#contact-page #contact .contact-content .left-contact{width:100%;align-items:center;gap:25px 0}#contact-page #contact .contact-content .left-contact .company-data{align-items:center}#contact-page #contact .contact-content .right-contact{width:calc(100% - 50px);gap:25px 0}#contact .title span{text-align:center}#contact .contact-content .left-contact .company-data .contact-company{justify-content:center}#contact-page #contact .contact-content .company-data .top-data .company-contact{justify-content:center}#contact-page #contact .contact-content .company-data{width:100%;padding:0;gap:50px 0}#contact-page #contact .contact-content .company-data .top-data{align-items:center}#contact-page #contact .contact-content .company-data .bottom-data{align-items:center}}@media (max-width:768px){body.home #background-photo{padding:0 1rem 3rem}#partners .content .partners .partner{width:calc(50% - 12px);max-width:50%}}@media (max-width:750px){#why-us .boxes .box{flex:0 0 calc(100% - 38px);max-width:100%}#gallery .photos .swiper-wrapper .photo{filter:none}#gallery-page .gallery-content ul>li{display:flex;flex:0 0 calc(50% - 12px);max-width:50%}}@media (max-width:700px){#offer .offer-boxes .offer-box{flex:0 0 calc(100% - 40px);max-width:100%;justify-content:center}body.page-template-offer #offer .offer-boxes .offer-box{flex:0 0 calc(100% - 40px);max-width:100%;justify-content:center}#footer .top-footer .menu-header ul{flex-direction:column}#footer .top-footer .menu-header ul>li{border-right:none;padding:10px 0}#footer .bottom-footer p{text-align:center}#footer .bottom-footer p span{display:block;margin:10px 0}#offer.icon .offer-boxes .offer-box{flex:0 0 calc(100% - 40px);max-width:100%}}@media (max-width:650px){#contact-page #contact .contact-content{flex-direction:column;gap:0}#contact-page #contact .contact-content .company-map{width:calc(100% - 2px);height:250px}#offer__second .offer-content .offer-box{flex:unset;width:100%;max-width:100%}#team .team-content .team-member{width:100%}#contact-page #contact .contact-content .company-data .bottom-data .button{margin:0 0 25px}}@media (max-width:600px){#opinions .opinions-boxes .swiper-wrapper{justify-content:center}#opinions .opinions-boxes .opinion-box{padding:20px;width:calc(100% - 42px) !important}#opinions .opinions-boxes .opinion-box .icon-opinion,#opinions .opinions-boxes .opinion-box .icon-opinion svg{width:50px;height:50px}#opinions .opinions-boxes .opinion-box .opinion-content .title-opinion{flex-direction:column;gap:5px 0}#opinions .opinions-boxes .opinion-box .opinion-content .title-opinion p{margin:5px 0}#about-company,#why-us,#opinions,#offer,#gallery,#contact,#content-about-us,#team,#contact-page #contact,#partners{width:calc(100% - 20px);padding:30px 10px}#footer{width:calc(100% - 20px);padding:20px 10px 10px}.container{width:calc(100% - 30px);padding:15px}}@media (max-width:550px){#contact .wpcf7-form-control-wrap[data-name=your-name],#contact .wpcf7-form-control-wrap[data-name=your-email],#contact .wpcf7-form-control-wrap[data-name=your-phone],#contact .wpcf7-form-control-wrap[data-name=your-subject]{width:100%}#contact-page #contact .contact-content .right-contact .top-contact-form .customer-data input{width:calc(100% - 30px)}#contact .contact-content .right-contact .bottom-contact-form{flex-direction:column;gap:15px 0;align-items:center}#contact .contact-content .right-contact .bottom-contact-form .accept{width:100%;margin-top:25px}#contact .contact-content .right-contact .bottom-contact-form .send{width:100%}#slider .title-slider h1{font-size:36px}#contact-page #contact .contact-content .right-contact .bottom-contact-form{flex-direction:column;gap:15px 0;align-items:center}#contact-page #contact .contact-content .right-contact .bottom-contact-form .accept{width:100%}#contact-page #contact .contact-content .right-contact .bottom-contact-form .send{width:100%}#contact .contact-content .right-contact .bottom-contact-form .send button.page-button.orange{width:100%}}@media (max-width:500px){#opinions .opinions-boxes .opinion-box .icon-opinion,#opinions .opinions-boxes .opinion-box .icon-opinion svg{width:25px;height:25px}#content-about-us .text-photo-offer .text-offer .button__container a.page-button{width:calc(50% - 8px)}#content-about-us .text-photo-offer .text-offer .button__container a.page-button span{font-size:10px}#partners .content .partners .partner{width:100%;max-width:100%}}@media (max-width:450px){#gallery-page .gallery-content ul>li{display:flex;flex:0 0 100%;max-width:100%}}
body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;text-align:center;line-height:0;font-weight:400;outline:none}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;*zoom:1;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{position:absolute;top:43%;left:0;height:25%;width:100%;text-align:center;line-height:0}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(//zbeniny.pl/wp-content/themes/szablon2/lightbox2-2.11.4/dist/css/../images/loading.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:none;background-image:url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==')}.lb-prev,.lb-next{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(//zbeniny.pl/wp-content/themes/szablon2/lightbox2-2.11.4/dist/css/../images/prev.png) left 48% no-repeat;filter:alpha(opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(//zbeniny.pl/wp-content/themes/szablon2/lightbox2-2.11.4/dist/css/../images/next.png) right 48% no-repeat;filter:alpha(opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;*zoom:1;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(//zbeniny.pl/wp-content/themes/szablon2/lightbox2-2.11.4/dist/css/../images/close.png) top right no-repeat;text-align:right;outline:none;filter:alpha(opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(opacity=100);opacity:1}
.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal !important;word-break:normal !important}.wpcf7 .hidden-fields-container{display:none}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label:before,.wpcf7-list-item-label:after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner:before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@media (prefers-reduced-motion:reduce){.wpcf7-spinner:before{animation-name:blink;animation-duration:2s}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 [inert]{opacity:.5}.wpcf7 input[type=file]{cursor:pointer}.wpcf7 input[type=file]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type=url],.wpcf7 input[type=email],.wpcf7 input[type=tel]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{display:none}