:root{--primary-text-color: #212121;--secondary-text-color: #757575;--white-text-color: #ffffff;--accent-color: #581402bb;--black-logo-color: #000000;--footer-text-color: rgba(255, 255, 255, 0.6);--white-background-color: #ffffff;--hero-background-color: #2f303a;--team-background-color: #f5f4fa}html{scroll-behavior:smooth;touch-action:pan-y;-ms-touch-action:pan-y}body{touch-action:pan-x pan-y;-ms-touch-action:pan-y;font-family:"Roboto";letter-spacing:.03em;background-color:var(--white-background-color);color:var(--primary-text-color)}body.no-scroll{overflow:hidden;position:fixed;width:100%;height:100%}.list{list-style:none}.link{text-decoration:none}h1,h2,h3,h4,h5,h6,p,ul{margin:0;padding:0}img{display:block;width:100%;height:auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.container{width:100%;margin-left:auto;margin-right:auto}@media screen and (min-width: 480px){.container{padding-left:15px;padding-right:15px}}@media screen and (min-width: 480px){.container{width:480px}}@media screen and (min-width: 768px){.container{width:768px}}@media screen and (min-width: 1200px){.container{width:1200px}}.section-title{font-weight:700;font-size:36px;line-height:1.17;text-align:center;color:var(--primary-text-color)}.logo{font-family:"Raleway";font-weight:700;font-size:26px;line-height:1.19;align-items:center;text-align:center;color:var(--accent-color)}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;border:0;clip:rect(0 0 0 0)}.header{position:sticky;top:0;z-index:1000;background-color:#ececec;border-bottom:1px solid #ececec}@media screen and (max-width: 1199px){.header{padding-top:16px;padding-bottom:16px}}.header__section{display:flex;align-items:center;justify-content:space-between;padding-left:10px;padding-right:10px}@media screen and (max-width: 767px){.header__section{max-width:767px}}.header__nav{display:flex;align-items:center}.header__logo{margin-right:80px}.header__logo--black{color:var(--black-logo-color)}.nav{display:flex}@media screen and (max-width: 1199px){.nav{display:none}}.nav__item:not(:last-child){margin-right:50px}.nav__link{display:block;padding-top:32px;padding-bottom:32px;font-weight:700;font-size:18px;line-height:1.14;letter-spacing:.02em;color:var(--primary-text-color);position:relative;transition:color 250ms cubic-bezier(0.4, 0, 0.2, 1)}.nav__link:focus,.nav__link:hover{color:var(--accent-color)}.nav__link--current{color:var(--accent-color)}.nav__link--current::after{position:absolute;display:block;content:"";width:100%;height:4px;border-radius:2px;bottom:-1px;background-color:var(--accent-color)}.mob-menu{width:100vw;height:100vh;position:fixed;background-color:#ececec;top:0;right:0;padding:15px 10px 48px 40px;z-index:999}.flex{display:flex;flex-direction:column;justify-content:space-between}.menu-open{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:rgba(0,0,0,0);color:#212121;border:none;margin-left:auto;cursor:pointer}.menu-open:hover,.menu-open:focus{fill:var(--accent-color)}@media screen and (min-width: 1199px){.menu-open{display:none}}.menu-close{display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,0);color:#212121;border:none;margin-left:auto;cursor:pointer}.menu-close:hover,.menu-close:focus{fill:var(--accent-color)}.mob-menu-list__item:not(:last-child){margin-bottom:16px}.mob-menu-list__link{font-family:Roboto;font-weight:500;font-size:20px;line-height:1.18;letter-spacing:.02em;color:#000}.mob-menu-list__link:focus,.mob-menu-list__link:hover{color:var(--accent-color)}.mob-menu-list__link--current{color:var(--accent-color)}.mob-menu-list__tell{display:block;margin-bottom:32px;font-family:Roboto;font-style:normal;font-weight:500;font-size:16px;line-height:1.18;letter-spacing:.02em;color:#000}.mob-menu-list__tell:focus,.mob-menu-list__tell:hover{color:var(--accent-color)}.mob-menu-list__mail{display:block;font-family:Roboto;font-style:normal;font-weight:500;font-size:16px;line-height:1.17;letter-spacing:.02em;color:#000;margin-bottom:24px}.mob-menu-list__mail:focus,.mob-menu-list__mail:hover{color:var(--accent-color)}.mob-menu-list__social{display:flex;flex-direction:row;column-gap:20px}.mob-menu-list__social-item{position:relative;font-weight:500;font-size:18px;line-height:1.22;letter-spacing:.02em;color:#2196f3}.mob-menu-list__social-item:not(:first-child)::before{content:"";display:block;position:absolute;top:0;left:-10px;width:1px;height:22px;background-color:rgba(33,33,33,.2)}.mob-menu.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.dropdown{position:relative}.dropdown .arrow{display:inline-block;margin-left:4px;font-size:10px;transition:transform 250ms cubic-bezier(0.4, 0, 0.2, 1)}.dropdown:hover .arrow{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;min-width:200px;background-color:#ececec;border:1px solid rgba(0,0,0,.05);border-radius:4px;padding:10px 0;box-shadow:0px 4px 8px rgba(0,0,0,.1);display:none;opacity:0;transform:translateY(10px);transition:opacity 250ms ease,transform 250ms ease}.dropdown:hover .dropdown-menu{display:block;opacity:1;transform:translateY(0)}.dropdown-menu__link{display:block;padding:8px 20px;font-weight:500;font-size:14px;line-height:1.14;color:var(--primary-text-color);transition:color 250ms cubic-bezier(0.4, 0, 0.2, 1),background-color 250ms ease}.dropdown-menu__link:hover,.dropdown-menu__link:focus{color:var(--accent-color);background-color:rgba(0,0,0,.03)}.scroll-to-top-btn{position:fixed;bottom:30px;right:30px;width:45px;height:45px;background-color:#333;color:#fff;border:2px solid #fff;border-radius:50%;cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;z-index:999;transform:rotate(-90deg);opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s,background-color .3s}.scroll-to-top-btn:hover{background-color:#555}.scroll-to-top-btn.show{opacity:1;visibility:visible}.hero{text-align:left;margin-left:auto;margin-right:auto;background-color:var(--hero-background-color);background-image:linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)),url("../images/hero-mobile.avif")}@media screen and (min-device-pixel-ratio: 2),screen and (min-resolution: 192dpi),screen and (min-resolution: 2dppx){.hero{background-image:linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)),url("../images/hero-mobile2x.avif")}}@media screen and (min-width: 768px){.hero{background-image:linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)),url("../images/hero-tablet.avif")}}@media screen and (min-width: 768px)and (min-device-pixel-ratio: 2),screen and (min-width: 768px)and (min-resolution: 192dpi),screen and (min-width: 768px)and (min-resolution: 2dppx){.hero{background-image:linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)),url("../images/hero-tablet2x.avif")}}@media screen and (min-width: 1200px){.hero{background-image:linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)),url("../images/hero-desctop.avif")}}@media screen and (min-width: 1200px)and (min-device-pixel-ratio: 2),screen and (min-width: 1200px)and (min-resolution: 192dpi),screen and (min-width: 1200px)and (min-resolution: 2dppx){.hero{background-image:linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)),url("../images/hero-desctop2x.avif")}}.hero{background-repeat:no-repeat;background-size:cover;background-position:center;height:400px;padding-top:118px;padding-bottom:0px}@media screen and (min-width: 1200px){.hero{max-width:1600px;height:600px;padding-top:200px;text-align:left}}.hero__title{padding:0;margin-bottom:20px;margin-left:auto;margin-right:auto;max-width:250px;font-weight:900;font-size:18px;line-height:1.62;letter-spacing:.06em;color:var(--white-text-color)}@media screen and (min-width: 480px){.hero__title{font-size:26px;max-width:360px;margin-left:100px;margin-right:auto}}@media screen and (min-width: 1200px){.hero__title{margin-left:100px;font-size:42px;max-width:360px;line-height:1.36;max-width:696px;margin-right:auto}}.hero__btn{display:inline-block;min-width:140px;border-radius:4px;border:1px solid rgba(0,0,0,0);padding:7px;margin-left:50px;background-color:var(--accent-color);color:var(--white-text-color);font-family:"Roboto";font-weight:900;font-size:18px;line-height:1.87;align-items:center;text-align:center;letter-spacing:.06em;cursor:pointer;transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),color 250ms cubic-bezier(0.4, 0, 0.2, 1)}.hero__btn:hover,.hero__btn:focus{background-color:var(--white-text-color);color:var(--accent-color)}@media screen and (min-width: 480px){.hero__btn{padding:10px 32px;font-size:16px;min-width:200px;margin-left:100px}}@media screen and (min-width: 768px){.hero__btn{font-size:20px;margin-left:100px}}.hero__actions{display:flex;flex-direction:column;gap:5px;align-items:flex-start}@media screen and (min-width: 1200px){.hero__actions{gap:15px}}.stats-section{padding-top:90px;padding-left:20px;padding-right:20px}.stats-container{display:grid;max-width:1200px;margin:0 auto;gap:20px;grid-template-columns:repeat(4, 1fr)}.stat-card{background-color:#d6d2c4;padding:35px 20px;border-radius:6px;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,.05)}.stat-number{display:block;font-size:3rem;font-weight:bold;color:#333;margin-bottom:10px}.stat-text{font-size:1rem;color:#555;margin:0}@media(max-width: 992px){.stats-container{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 600px){.stats-container{grid-template-columns:1fr}.stat-number{font-size:2.5rem}}.features{padding-top:60px;padding-bottom:60px}@media screen and (min-width: 1200px){.features{padding-left:60px;padding-right:60px}}@media screen and (max-width: 479px){.features{padding-left:15px;padding-right:15px}}.features-flex{display:flex;flex-wrap:wrap}.features__title{margin-bottom:30px;font-weight:700;font-size:28px;line-height:1.17;text-align:center;margin-bottom:50px}@media screen and (min-width: 1200px){.features__title{margin-bottom:50px;font-size:36px}}.features-list{justify-content:center;grid-gap:30px}@media screen and (min-width: 480px){.features-list__item{width:450px}}@media screen and (min-width: 768px){.features-list__item{width:354px}}@media screen and (min-width: 1200px){.features-list__item{width:500px}}.features-list__icon-fon{display:flex;align-items:center;justify-content:center;flex-direction:column;margin-bottom:30px;background-color:var(--team-background-color);border-radius:6px;overflow:hidden}@media screen and (min-width: 480px){.features-list__icon-fon{width:450px}}@media screen and (min-width: 768px){.features-list__icon-fon{width:354px}}@media screen and (min-width: 1200px){.features-list__icon-fon{width:500px}}.features-list__icon{align-items:center}.features-list__title{margin-bottom:10px;font-weight:700;font-size:14px;line-height:1.14;text-transform:uppercase;text-align:center}@media screen and (min-width: 768px){.features-list__title{text-align:center}}.features-list__text{font-size:14px;line-height:1.71;color:var(--secondary-text-color)}.features-list__link{width:100%;max-width:600px;box-shadow:0 4px 8px rgba(0,0,0,.1)}.gallery-preview{padding:60px 20px;text-align:center}.gallery-preview__title{font-size:32px;margin-bottom:50px}.gallery-preview__subtitle{color:#787171;margin-bottom:40px}.gallery-grid{display:grid;grid-template-columns:repeat(6, 1fr);gap:20px;max-width:1200px;margin:0 auto}.gallery-grid__item{position:relative;height:300px;border-radius:6px;overflow:hidden;text-decoration:none;background-size:cover;background-position:center;grid-column:span 2;transition:transform .3s ease}.gallery-grid__item--wide{grid-column:span 3}.gallery-grid__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;transition:background .3s ease}.gallery-grid__overlay h3{color:#fff;font-size:22px;font-weight:600;margin:0;text-transform:uppercase;letter-spacing:1px;transition:transform .3s ease}.gallery-grid__item:hover{transform:translateY(-3px)}.gallery-grid__item:hover .gallery-grid__overlay{background:rgba(0,0,0,.25)}.gallery-grid__item:hover .gallery-grid__overlay h3{transform:scale(1.05)}.bg-slub{background-image:url("../images/wesele-111.avif");background-color:#aaa}.bg-18{background-image:url("../images/osiemnastka-2.avif");background-color:#bbb}.bg-jubileusz{background-image:url("../images/urodziny-7.avif");background-color:#ccc}.bg-chrzest{background-image:url("../images/chrzest-14.avif");background-color:#ddd}.bg-komunia{background-image:url("../images/komunia-34.avif");background-color:#eee}@media screen and (max-width: 991px){.gallery-grid{grid-template-columns:repeat(2, 1fr)}.gallery-grid__item,.gallery-grid__item--wide{grid-column:span 1}}@media screen and (max-width: 576px){.gallery-grid{grid-template-columns:1fr}.gallery-grid__item{height:220px}}.work{padding-bottom:94px}@media screen and (min-width: 1200px){.work{display:block}}.work__title{margin-bottom:50px}.work-list{display:flex;justify-content:center;align-items:center;grid-gap:30px}@media screen and (min-width: 1200px){.work-list{grid-gap:70px}}.work-list__item{position:relative}.work-list__text{width:100%;position:absolute;bottom:0;left:0;padding:27px 0px;font-weight:bold;font-size:14px;line-height:1.14;text-align:center;text-transform:uppercase;color:var(--white-text-color);background-color:rgba(47,48,58,.8)}.container-sl{width:100%;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}@media screen and (min-width: 480px){.container-sl{padding-left:20px;padding-right:20px}}@media screen and (min-width: 480px){.container-sl{width:480px;padding-left:20px;padding-right:20px}}@media screen and (min-width: 768px){.container-sl{width:768px;padding-left:20px;padding-right:20px}}@media screen and (min-width: 1200px){.container-sl{width:1200px;padding-left:20px;padding-right:20px}}.carousel-container.custom-carousel{position:relative;display:flex;align-items:center;justify-content:center;width:100%;max-width:1200px;margin:0 auto}.carousel-viewport{overflow:hidden;width:100%}.carousel-track.opinie-slider{display:flex;flex-wrap:nowrap;gap:30px;align-items:stretch;padding:30px 20px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.carousel-track.opinie-slider::-webkit-scrollbar{display:none}.card-content{flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.review-card{background-color:#d6d2c4;padding:50px 20px;border-radius:6px;text-align:center;flex:0 0 calc((100% - 60px)/3);min-width:280px;box-sizing:border-box;display:flex;flex-direction:column;height:auto}.review-text{font-weight:500;margin-bottom:30px}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background-color:#fff;border:1px solid #e0e0e0;color:#212121;width:44px;height:44px;border-radius:50%;cursor:pointer;z-index:20;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px rgba(0,0,0,.1);transition:background-color 250ms ease,color 250ms ease,border-color 250ms ease}.btn-prev{left:-10px}.btn-next{right:-10px}.carousel-btn:hover{background-color:var(--accent-color, #000);color:#fff;border-color:var(--accent-color, #000)}@media screen and (max-width: 991px){.review-card{flex:0 0 calc((100% - 30px)/2)}}@media screen and (max-width: 767px){.review-card{flex:0 0 100%}}.oferta-section{padding-top:60px;padding-bottom:60px}.oferta-title{text-align:center;font-size:32px;font-weight:700;color:var(--black-logo-color);margin-bottom:40px}.oferta-carousel-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.oferta-slider{display:flex;gap:30px;overflow-x:auto;scroll-behavior:smooth;padding:20px 10px;width:100%;max-width:1140px;scrollbar-width:none}.oferta-slider::-webkit-scrollbar{display:none}.oferta-card{flex:0 0 calc((100% - 60px)/3);min-width:300px;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:32px 24px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 4px 10px rgba(0,0,0,.03);transition:transform 250ms ease,box-shadow 250ms ease}.oferta-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.08)}.oferta-card--accent{border-color:var(--accent-color);position:relative;background-color:#fcfbf7}.oferta-card__header{text-align:center;border-bottom:1px solid #f0f0f0;padding-bottom:20px;margin-bottom:20px}.oferta-card__subtitle{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--secondary-text-color);margin-bottom:8px}.oferta-card__title{font-size:26px;font-weight:700;color:#212121;margin-bottom:12px}.oferta-card__price{font-size:32px;font-weight:700;color:var(--accent-color)}.oferta-card__list{margin-bottom:32px;flex-grow:1}.oferta-card__list li{font-size:14px;line-height:1.5;color:var(--primary-text-color);margin-bottom:12px;display:flex;align-items:flex-start}.oferta-card__list .check{color:#2ecc71;font-weight:bold;margin-right:8px}.oferta-card__list .important{font-weight:600;color:#000}.oferta-card__btn{display:block;text-align:center;background-color:rgba(0,0,0,0);color:var(--accent-color);border:2px solid var(--accent-color);padding:12px 24px;border-radius:4px;font-weight:600;font-size:14px;transition:background-color 250ms ease,color 250ms ease}.oferta-card__btn:hover,.oferta-card__btn:focus{background-color:var(--accent-color);color:#fff}.oferta-arrow{position:absolute;top:50%;transform:translateY(-50%);background-color:#fff;border:1px solid #e0e0e0;color:#212121;width:44px;height:44px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px rgba(0,0,0,.1);z-index:10;transition:background-color 250ms ease,color 250ms ease}.oferta-arrow:hover{background-color:var(--accent-color);color:#fff;border-color:var(--accent-color)}.slider-prev-btn.oferta-arrow{left:-20px}.slider-next-btn.oferta-arrow{right:-20px}@media screen and (max-width: 1199px){.oferta-card{flex:0 0 calc((100% - 30px)/2)}}@media screen and (max-width: 767px){.oferta-card{flex:0 0 100%}}.team{padding-top:60px}@media screen and (min-width: 1200px){.team{padding-top:94px}}.team__title{margin-bottom:30px;font-weight:700;font-size:28px;line-height:1.17;text-align:center}@media screen and (min-width: 1200px){.team__title{margin-bottom:50px;font-size:36px}}.team-list{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;grid-gap:30px}.team-list__item{width:500px}@media screen and (min-width: 1200px){.team-list__item{width:550px}}.team-list__text{padding-left:20px;padding-right:20px;padding-bottom:20px;font-weight:500;font-size:18px;line-height:1.19;text-align:left}.team-list__pretext{padding-left:20px;padding-right:20px;font-weight:500;font-size:18px;line-height:1.19;text-align:left}.privacy-policy-container{max-width:800px;margin:0 auto;padding:40px 24px;font-family:system-ui,-apple-system,sans-serif;color:#333;line-height:1.65;font-size:15px}.privacy-header-block{border-bottom:2px solid #eaeaea;padding-bottom:24px;margin-bottom:32px}.privacy-main-title{font-size:32px;font-weight:700;color:#111;margin-bottom:12px}.privacy-lead{font-size:16px;color:#555;font-style:italic}.privacy-section{margin-bottom:35px}.privacy-heading{font-size:19px;font-weight:600;color:#111;margin-top:0;margin-bottom:16px;border-left:3px solid #787171;padding-left:12px}.privacy-section p{margin-top:0;margin-bottom:14px}.privacy-list,.privacy-list-inline{padding-left:20px;margin-bottom:20px}.privacy-list li,.privacy-list-inline li{margin-bottom:8px}.privacy-list-two-col{padding-left:20px;margin-bottom:20px;display:grid;grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));gap:6px 20px}.privacy-link{color:#787171;text-decoration:underline;transition:color .2s ease}.privacy-link:hover{color:#000}.browsers-wrapper{display:flex;gap:30px;background-color:#f8f9fa;padding:20px;border-radius:8px;margin-top:15px}.browsers-column{flex:1}.browsers-title{font-weight:600;font-size:13px;text-transform:uppercase;color:#6c757d;margin-bottom:10px !important;letter-spacing:.5px}.privacy-list-clean{list-style:none;padding-left:0;margin:0}.privacy-list-clean li{padding:4px 0;font-size:14px}.privacy-disclaimer{margin-top:50px;padding-top:20px;border-top:1px dashed #ccc;font-size:12px;color:#8c8c8c;text-align:justify}@media(max-width: 576px){.browsers-wrapper{flex-direction:column;gap:20px}.privacy-main-title{font-size:26px}}.cookie-banner{position:fixed;bottom:-100px;left:50%;transform:translateX(-50%);width:90%;max-width:800px;background-color:#fff;color:#212121;padding:15px 25px;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.15);z-index:9999;display:flex;align-items:center;justify-content:space-between;gap:20px;transition:bottom .4s ease}.cookie-banner.show{bottom:20px}.cookie-text{font-size:14px;line-height:1.4;margin:0}.cookie-link{color:#787171;text-decoration:underline}.cookie-link:hover{text-decoration:none}.cookie-btn{background-color:#d6d2c4;border:none;color:#212121;padding:10px 20px;font-size:14px;font-weight:bold;border-radius:4px;cursor:pointer;white-space:nowrap;transition:background-color .2s ease}.cookie-btn:hover{background-color:#787171;color:#fff}@media screen and (max-width: 576px){.cookie-banner{flex-direction:column;text-align:center;bottom:-200px}.cookie-banner.show{bottom:10px}}.footer{text-align:center;padding:60px 0px;background-color:rgba(56,34,8,.9176470588)}.footer__flex{justify-content:center;display:block;margin:0;padding:0px;list-style:none}@media(min-width: 768px){.footer__flex{display:flex;justify-content:center;flex-wrap:wrap;gap:30px 165px}}@media(min-width: 1200px){.footer__flex{display:flex;justify-content:center;text-align:left;gap:70px}}.footer__logo{color:#fff}.footer__logo--white{color:var(--white-text-color)}.footer__copy{color:#a5a5a5;font-size:14px}.footer__copy__flex{display:flex;flex-direction:column;margin-bottom:20px;transition:color 250ms cubic-bezier(0.4, 0, 0.2, 1)}.footer__copy__flex:hover,.footer__copy__flex:focus{color:#fff}.footer__copy__flex-top{margin-top:30px}@media(min-width: 768px){.footer__copy__flex-top{margin-top:0}}@media(min-width: 768px){.footer__center{padding-left:130px}}@media(min-width: 1200px){.footer__center{padding-left:0}}.footer__info{color:#fff}.footer-contact{margin-top:20px}.footer-contact__address{color:var(--white-text-color)}.footer-contact__item{margin-top:20px;margin-bottom:20px}@media(min-width: 480px){.footer-contact__item{margin-top:9px}}@media(min-width: 768px){.footer-contact__item{margin-top:9px}}.footer-contact__link{font-style:normal;font-size:16px;line-height:1.71;color:#e0d9d9;transition:color 250ms cubic-bezier(0.4, 0, 0.2, 1)}.footer-contact__link:hover,.footer-contact__link:focus{color:var(--footer-text-color)}.footer-contact__link-1{font-weight:900}.social-section{display:block;margin-top:60px;text-align:center}@media(min-width: 768px){.social-section{margin-top:0px}}.social-section__text{padding:20px 0px 10px 0px;margin-bottom:20px;font-weight:700;font-size:14px;line-height:1.14px;text-transform:uppercase;color:var(--white-text-color)}@media(min-width: 768px){.social-section__text{padding-bottom:10px}}@media(min-width: 1200px){.social-section__text{text-align:left}}.footer-list{display:flex;justify-content:space-between;justify-content:center;padding:0;margin-top:0;list-style:none}.footer-list__item{width:44px;height:44px;margin-right:10px}.footer-list__link{display:flex;width:44px;height:44px;border-radius:50%;color:#fff;background-color:hsla(0,0%,100%,.062745098);transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),color 250ms cubic-bezier(0.4, 0, 0.2, 1)}.footer-list__link:hover,.footer-list__link:focus{color:#fff;background-color:var(--accent-color)}.footer-list__icon{margin:12px 0px 0px 12px;fill:currentColor}.footer-submit{margin-top:60px}@media(min-width: 768px){.footer-submit{margin-top:0px;padding:0}}@media(min-width: 1200px){.footer-submit{margin-left:23px}}.footer-submit__text{padding:20px 0px 10px 0px;margin-bottom:20px;font-weight:700;font-size:14px;line-height:1.14px;text-transform:uppercase;color:var(--white-text-color)}.footer-submit__input{margin-bottom:20px;width:100%;margin:0;padding:13px 16px;border-radius:4px;border:1px solid hsla(0,0%,100%,.3);background-color:var(--hero-background-color);color:var(--white-text-color)}.footer-submit__input::placeholder{font-size:16px;line-height:1.25;color:hsla(0,0%,100%,.6)}@media(min-width: 1200px){.footer-submit__input{width:358px;margin-right:12px}}.footer-submit__btn{display:inline-flex;align-items:center;justify-content:center;border:none;margin-top:20px;padding:8px 29px;border-radius:4px;background-color:var(--accent-color);box-shadow:0px 4px 4px rgba(0,0,0,.15);color:var(--white-text-color);font-family:"Roboto";font-style:normal;font-weight:700;font-size:16px;line-height:1.87;letter-spacing:.06em;cursor:pointer;min-height:43px}@media(min-width: 1200px){.footer-submit__btn{margin-top:0px}}.footer-submit__btn::after{content:"";display:inline-block;width:24px;height:20px;margin-left:10px;background-image:url(../images/send.svg)}.wedding-gallery-section{padding-top:40px;padding-bottom:60px}.wedding-title{font-family:inherit;font-size:32px;font-weight:700;color:var(--black-logo-color);margin-bottom:16px;text-align:center}.wedding-description{max-width:800px;margin:0 auto 40px;padding:20px;font-size:16px;line-height:1.6;color:var(--primary-text-color);text-align:center}.wedding-description strong{color:var(--accent-color);font-weight:500}.wedding-grid{display:grid;grid-gap:24px;grid-template-columns:repeat(2, 1fr)}@media screen and (max-width: 767px){.wedding-grid{grid-template-columns:1fr;grid-gap:16px}}.wedding-grid__text{font-size:20px;text-align:center;margin-bottom:30px;margin-top:20px}.wedding-grid__item{width:100%;overflow:hidden;border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,.08)}.wedding-grid__item img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;transition:transform 500ms ease}.wedding-grid__item:hover img{transform:scale(1.03)}@media screen and (min-width: 1200px){@keyframes flyInLeft{from{opacity:0;transform:translateX(-150px)}to{opacity:1;transform:translateX(0)}}@keyframes flyInRight{from{opacity:0;transform:translateX(150px)}to{opacity:1;transform:translateX(0)}}.wedding-grid__item{view-timeline-name:--photo-reveal;view-timeline-axis:block;animation-range:entry 10% cover 40%;animation-fill-mode:both}.wedding-grid__item.fade-left{animation-name:flyInLeft;animation-timeline:--photo-reveal}.wedding-grid__item.fade-right{animation-name:flyInRight;animation-timeline:--photo-reveal}}.backdrop{position:fixed;display:flex;align-items:center;justify-content:center;width:100vw;height:100vh;background-color:rgba(0,0,0,.2);top:0;transition:opacity 250ms cubic-bezier(0.4, 0, 0.2, 1),visibility 250ms cubic-bezier(0.4, 0, 0.2, 1)}.backdrop.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.backdrop.is-hidden .modal{transform:scale(2)}.modal{width:320px;min-height:581px;background-color:#fff;position:relative;transform:scale(1);transition:transform 250ms cubic-bezier(0.4, 0, 0.2, 1)}@media screen and (min-width: 480px){.modal{width:450px;min-height:609px}}@media screen and (min-width: 1200px){.modal{width:528px;min-height:581px}}.modal-icon{fill:var(--black-logo-color);transition:fill 250ms cubic-bezier(0.4, 0, 0.2, 1)}.close-btn{position:absolute;display:flex;align-items:center;justify-content:center;right:8px;top:8px;background-color:rgba(0,0,0,0);border-radius:50%;width:30px;height:30px;border:1px solid rgba(0,0,0,.1);cursor:pointer}.close-btn:hover .modal-icon{fill:var(--accent-color)}.form{margin-left:auto;margin-right:auto;padding:40px}@media screen and (min-width: 480px){.form{width:450px}}@media screen and (min-width: 1200px){.form{width:528px}}.form-title{display:block;font-weight:700;font-size:20px;line-height:1.15;text-align:center}.top-title{margin-top:12px}.form-field{position:relative;display:flex;flex-direction:column;margin-bottom:10px}.form-label,.comment-label{font-size:12px;line-height:1.16;letter-spacing:.01em;color:var(--secondary-text-color);margin-bottom:4px}.form-input{width:100%;margin:0;padding:11px 42px;border:1px solid rgba(33,33,33,.2);border-radius:4px;outline:none;transition:border-color 250ms cubic-bezier(0.4, 0, 0.2, 1)}.form-input:focus{border-color:var(--accent-color)}.form-input:focus~.input-icon{fill:var(--accent-color)}.input-icon{position:absolute;top:50%;left:15px;transform:translateY(25%);display:inline-block;width:12px;height:12px;transition:fill 250ms cubic-bezier(0.4, 0, 0.2, 1)}textarea{resize:none;border:1px solid rgba(33,33,33,.2);border-radius:4px;padding:12px 16px;font-size:12px;line-height:1.17;letter-spacing:.01em;height:120px;outline:none;transition:border-color 250ms cubic-bezier(0.4, 0, 0.2, 1)}textarea:focus{border-color:var(--accent-color)}.comment::placeholder{font-size:12px;line-height:1.17;letter-spacing:.01em;color:#757575}.form-field-chek{padding-left:0px;margin-top:25px;margin-bottom:30px}@media screen and (min-width: 1200px){.form-field-chek{padding-left:14px}}.icon-chek{display:inline-block;width:16px;height:15px;border:2px solid #212121;border-radius:2px;margin-right:7px}.form-checkbox{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;border:0;clip:rect(0 0 0 0)}.form-checkbox:checked+.icon-chek{background-image:url(../images/icon-check.svg);background-position:center;background-repeat:no-repeat;background-color:var(--accent-color);background-origin:border-box;border-color:var(--accent-color)}.policy-label{position:relative;display:flex;align-items:center;font-size:11px;line-height:1.14;color:var(--secondary-text-color)}@media screen and (max-width: 479px){.policy-label{font-size:10px;line-height:1.11}}@media screen and (min-width: 1200px){.policy-label{font-size:14px;line-height:1.71}}.policy-link{margin-left:3px;color:#2196f3}@media screen and (max-width: 479px){.policy-link{position:absolute;top:18px;left:21px}}.form-btn{display:flex;align-items:center;justify-content:center;margin:0 auto;padding:10px 56px;border:none;border-radius:4px;text-align:center;text-decoration:none;font-family:"Roboto";font-style:normal;font-weight:700;font-size:16px;line-height:1.87;letter-spacing:.06em;cursor:pointer;background-color:var(--accent-color);box-shadow:0px 4px 4px rgba(0,0,0,.15);color:var(--white-text-color);transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1)}.form-btn:focus,.form-btn:hover{background-color:#188ce8}/*# sourceMappingURL=main.min.css.map */