*,*::before,*::after{box-sizing:border-box}html{min-width:320px;scroll-behavior:smooth}body{min-width:320px;font-family:"Inter",Arial,sans-serif;margin:0;font-size:16px;line-height:1.5;color:#172017;background:radial-gradient(circle at 80% 10%, rgba(47, 74, 47, 0.1), transparent 32%),radial-gradient(circle at 15% 0%, rgba(199, 169, 107, 0.1), transparent 28%),linear-gradient(135deg, #fbfaf6 0%, #f7f4ec 52%, #eee9dd 100%);overflow-x:hidden}body.lock{overflow:hidden}img,picture,svg,video{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{padding:0;border:0;cursor:pointer;background:rgba(0,0,0,0)}input,textarea,select{width:100%;color:#172017;border:1px solid rgba(31,51,31,.16);outline:none;background:rgba(255,255,255,.86)}input::placeholder,textarea::placeholder,select::placeholder{color:#74806f}input:focus,textarea:focus,select:focus{border-color:rgba(47,74,47,.8);box-shadow:0 0 0 3px rgba(47,74,47,.14)}textarea{resize:vertical}ul,ol{margin:0;padding:0;list-style:none}p,h1,h2,h3,h4,h5,h6,figure{margin:0}.page{position:relative;min-height:100vh;overflow:hidden}.container{width:min(100% - 32px,1240px);margin:0 auto}.section{padding:96px 0}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;clip:rect(0 0 0 0);overflow:hidden}::selection{color:#fff;background:#2f4a2f}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#e7e3d8}::-webkit-scrollbar-thumb{border:2px solid #e7e3d8;border-radius:999px;background:linear-gradient(180deg, #1f331f, #2f4a2f)}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg, #2f4a2f, #3f623f)}html{scrollbar-width:thin;scrollbar-color:#1f331f #e7e3d8}@font-face{font-family:"Inter";src:url("../fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype")}@font-face{font-family:"Oswald";src:url("../fonts/Oswald-VariableFont_wght.ttf") format("truetype")}@font-face{font-family:"Russo One";src:url("../fonts/RussoOne-Regular.ttf") format("truetype")}.header{position:fixed;top:0;left:0;z-index:200;width:100%;background:rgba(251,250,246,.92);border-bottom:1px solid rgba(31,51,31,.1);backdrop-filter:blur(18px);transition:background .3s ease,box-shadow .3s ease,transform .3s ease}.header.is-scrolled{background:rgba(251,250,246,.96);box-shadow:0 12px 34px rgba(19,32,20,.1)}.header.is-hidden{transform:translateY(calc(-100% - 1px))}.header.is-active{transform:translateY(0)}.header.is-active .mobile-menu{opacity:1;visibility:visible;pointer-events:auto}.header.is-active .mobile-menu__inner{opacity:1;transform:translateY(0)}.header.is-active .header__burger span:nth-child(1){transform:translateY(8px) rotate(45deg)}.header.is-active .header__burger span:nth-child(2){opacity:0;transform:scaleX(0)}.header.is-active .header__burger span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.header__container{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:34px;width:100%;max-width:1720px;min-height:78px;margin:0 auto;padding:0 80px}.header__logo{flex-shrink:0;font-family:"Oswald",Arial,sans-serif;font-size:28px;font-weight:700;line-height:1;letter-spacing:-0.03em;color:#1f331f;transition:color .3s ease}.header__logo:hover{color:#3f623f}.header__nav{display:flex;align-items:center;justify-content:center;gap:34px}.header__nav a{position:relative;color:#172017;font-size:15px;font-weight:700;line-height:1;transition:color .3s ease}.header__nav a::after{content:"";position:absolute;left:0;bottom:-8px;width:100%;height:2px;background:#2f4a2f;transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.header__nav a:hover{color:#2f4a2f}.header__nav a:hover::after{transform:scaleX(1);transform-origin:left}.header__nav a.is-current{color:#2f4a2f}.header__nav a.is-current::after{transform:scaleX(1);transform-origin:left}.header__actions{display:flex;align-items:center;gap:18px}.header__right{display:flex;align-items:center;gap:12px;flex-shrink:0}.header__phone{color:#172017;font-size:15px;font-weight:800;white-space:nowrap;transition:color .3s ease}.header__phone:hover{color:#2f4a2f}.header__button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border-radius:7px;color:#fff;background:#2f4a2f;font-size:14px;font-weight:800;line-height:1;white-space:nowrap;transition:background .3s ease,transform .3s ease,box-shadow .3s ease}.header__button:hover{background:#3f623f;transform:translateY(-2px);box-shadow:0 14px 28px rgba(31,51,31,.22)}.header__button:active{transform:scale(0.99)}.header__cart{position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:42px;height:42px;color:#1f331f;transition:color .25s ease,transform .25s ease}.header__cart:hover{color:#2f4a2f;transform:translateY(-1px)}.header__cart:active{transform:scale(0.97)}.header__cart-icon{display:block;width:24px;height:24px;object-fit:contain}.header__cart-count{position:absolute;top:0;right:-1px;display:flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 4px;border:2px solid #fbfaf6;border-radius:999px;color:#fff;background:#2f4a2f;font-size:10px;font-weight:800;line-height:1}.header__burger{position:relative;z-index:4;display:none;align-items:center;justify-content:center;flex-direction:column;gap:6px;width:48px;height:48px;border:1px solid rgba(31,51,31,.16);border-radius:10px;background:#fff}.header__burger span{display:block;width:22px;height:2px;border-radius:999px;background:#1f331f;transition:transform .3s ease,opacity .3s ease}.mobile-menu{position:fixed;inset:0;z-index:2;display:flex;width:100%;height:100vh;height:100svh;padding-top:78px;opacity:0;visibility:hidden;pointer-events:none;background:radial-gradient(circle at 80% 10%, rgba(47, 74, 47, 0.12), transparent 32%),linear-gradient(135deg, #fbfaf6 0%, #f1eee5 100%);transition:opacity .35s ease,visibility .35s ease}.mobile-menu__inner{display:flex;flex-direction:column;justify-content:space-between;width:100%;max-width:1720px;height:100%;margin:0 auto;padding:46px 80px 56px;opacity:0;transform:translateY(24px);transition:opacity .45s ease,transform .45s cubic-bezier(0.16, 1, 0.3, 1)}.mobile-menu__nav{display:flex;flex-direction:column;gap:22px}.mobile-menu__nav a{width:fit-content;font-family:"Oswald",Arial,sans-serif;font-size:clamp(42px,7vw,92px);font-weight:700;line-height:.95;letter-spacing:-0.04em;text-transform:uppercase;color:#172017;transition:color .3s ease,transform .3s ease}.mobile-menu__nav a:hover{color:#2f4a2f;transform:translateX(8px)}.mobile-menu__nav a.is-current{color:#2f4a2f}.mobile-menu__bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:34px;border-top:1px solid rgba(31,51,31,.12)}.mobile-menu__phone{color:#172017;font-size:22px;font-weight:800}.mobile-menu__button{display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:0 34px;border-radius:8px;color:#fff;background:#2f4a2f;font-size:17px;font-weight:800;transition:background .3s ease,transform .3s ease}.mobile-menu__button:hover{background:#3f623f;transform:translateY(-2px)}@media(max-width: 1280px){.header__container{padding:0 44px}.header__nav{gap:24px}.header__phone{display:none}.mobile-menu__inner{padding-right:44px;padding-left:44px}}@media(max-width: 980px){.header__nav,.header__actions{display:none}.header__right{margin-left:auto;gap:10px}.header__burger{display:flex}}@media(max-width: 760px){.header__container{min-height:70px;padding:0 24px}.header__logo{font-size:24px}.mobile-menu{padding-top:70px}.mobile-menu__inner{padding:38px 24px 38px}.mobile-menu__bottom{flex-direction:column;align-items:stretch}.mobile-menu__phone{font-size:20px}.mobile-menu__button{width:100%}}@media(max-width: 480px){.header__container{padding:0 18px}.header__logo{font-size:22px}.mobile-menu__inner{padding-right:18px;padding-left:18px}.mobile-menu__nav{gap:18px}.mobile-menu__phone{font-size:18px}}@media(prefers-reduced-motion: reduce){.header{transition:none}}.footer{padding:72px 0 28px;color:#fff;background:radial-gradient(circle at 15% 10%, rgba(63, 98, 63, 0.38), transparent 34%),linear-gradient(135deg, #1f331f 0%, #101a10 100%)}.footer__container{width:100%;max-width:1720px;margin:0 auto;padding:0 80px}.footer__top{display:grid;grid-template-columns:1.3fr 1fr .9fr .85fr .85fr 1.12fr;gap:42px;padding-bottom:46px;border-bottom:1px solid rgba(255,255,255,.12)}.footer h2,.footer h3,.footer h4{margin:0;color:#fff}.footer h2{margin-bottom:28px;font-family:"Oswald",Arial,sans-serif;font-size:clamp(40px,3.2vw,62px);font-weight:700;line-height:.95;letter-spacing:-0.04em}.footer h3{margin-bottom:22px;font-size:22px;font-weight:900;line-height:1.2}.footer h4{margin-bottom:18px;font-size:18px;font-weight:900;line-height:1.2}.footer a,.footer p{color:rgba(255,255,255,.82)}.footer a{transition:color .3s ease,transform .3s ease,background .3s ease,border-color .3s ease}.footer a:hover{color:#fff}.footer__brand{min-width:0}.footer__brand ul{display:flex;flex-direction:column;gap:18px}.footer__brand li{display:flex;flex-direction:column;gap:4px}.footer__brand span{color:rgba(255,255,255,.52);font-size:13px;font-weight:800;line-height:1.2;letter-spacing:.08em;text-transform:uppercase}.footer__brand a{width:fit-content;font-size:17px;font-weight:800;line-height:1.35}.footer__messengers,.footer__worktime,.footer__column,.footer__cta{min-width:0}.footer__socials{display:flex;flex-wrap:wrap;gap:12px}.footer__socials a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border:1px solid rgba(255,255,255,.14);border-radius:999px;color:#fff;background:rgba(255,255,255,.06);font-size:14px;font-weight:900;line-height:1}.footer__socials a:hover{border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.12);transform:translateY(-2px)}.footer__socials a:active{transform:scale(0.99)}.footer__worktime p{margin-bottom:8px;font-size:17px;font-weight:800;line-height:1.45}.footer__worktime p:last-child{margin-bottom:0}.footer__column{display:flex;flex-direction:column;gap:12px}.footer__column a{width:fit-content;font-size:15px;font-weight:700;line-height:1.3}.footer__column a:hover{transform:translateX(4px)}.footer__cta{padding:28px;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:rgba(255,255,255,.06);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 18px 42px rgba(0,0,0,.16)}.footer__cta p{max-width:320px;margin-bottom:24px;font-size:16px;font-weight:600;line-height:1.55}.footer__button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 28px;border-radius:8px;color:#1f331f !important;background:#fff;font-size:16px;font-weight:900;line-height:1}.footer__button:hover{color:#1f331f !important;background:#f3f0e8;transform:translateY(-2px)}.footer__button:active{transform:scale(0.99)}.footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:26px}.footer__bottom p,.footer__bottom a{font-size:14px;font-weight:700;line-height:1.4}.footer__bottom-links{display:flex;align-items:center;gap:24px}@media(max-width: 1500px){.footer__top{grid-template-columns:1.2fr .95fr .85fr .8fr .8fr 1fr;gap:32px}.footer__container{padding:0 60px}}@media(max-width: 1300px){.footer__container{padding:0 44px}.footer__top{grid-template-columns:repeat(3, minmax(0, 1fr));gap:38px}.footer__cta{max-width:420px}}@media(max-width: 900px){.footer__top{grid-template-columns:repeat(2, minmax(0, 1fr));gap:34px}.footer__cta{max-width:none}}@media(max-width: 760px){.footer{padding:56px 0 24px}.footer__container{padding:0 24px}.footer__top{grid-template-columns:1fr;gap:32px;padding-bottom:38px}.footer h2{margin-bottom:24px}.footer h3{margin-bottom:18px;font-size:21px}.footer__brand a{font-size:16px}.footer__worktime p{font-size:16px}.footer__bottom{flex-direction:column;align-items:flex-start;gap:16px}.footer__bottom-links{flex-direction:column;align-items:flex-start;gap:10px}}@media(max-width: 520px){.footer__container{padding:0 18px}.footer h2{font-size:44px}.footer h3{font-size:20px}.footer__socials{gap:10px}.footer__socials a{min-height:40px;padding:0 14px;font-size:13px}.footer__cta{padding:22px;border-radius:16px}.footer__button{width:100%}.footer__bottom p,.footer__bottom a{font-size:13px}}.contacts{min-height:100vh;padding:126px 0 90px;background:#fbfaf6}.contacts__container{width:100%;max-width:1720px;margin:0 auto;padding:0 80px}.contacts__breadcrumbs{display:flex;align-items:center;gap:10px;margin-bottom:28px;color:#74806f;font-size:13px;font-weight:650;line-height:1.4}.contacts__breadcrumbs a{color:#384538;transition:color .25s ease}.contacts__breadcrumbs a:hover{color:#2f4a2f}.contacts__breadcrumbs span[aria-hidden=true]{color:rgba(23,32,23,.28)}.contacts__intro{display:grid;grid-template-columns:minmax(350px, 1fr) minmax(500px, 1fr);gap:clamp(48px,6vw,110px);align-items:stretch}.contacts__content{display:flex;flex-direction:column;min-width:0;padding:4px 0 10px}.contacts__heading{margin-bottom:34px}.contacts__heading h1{margin-bottom:18px;font-family:"Oswald",Arial,sans-serif;font-size:clamp(52px,5vw,76px);font-weight:700;line-height:.95;letter-spacing:-0.04em;color:#172017}.contacts__heading p{max-width:520px;color:#384538;font-size:clamp(17px,1.4vw,21px);font-weight:500;line-height:1.5}.contacts__list{display:flex;flex-direction:column;margin:0;font-style:normal}.contacts__list-item{display:grid;grid-template-columns:64px minmax(0, 1fr);gap:22px;align-items:center;padding:22px 0;border-bottom:1px solid rgba(31,51,31,.09)}.contacts__list-item:first-child{padding-top:8px}.contacts__list-item:last-child{border-bottom:0}.contacts__list-item>div{display:flex;flex-direction:column;align-items:flex-start;gap:5px}.contacts__list-item strong{color:#172017;font-size:16px;font-weight:850;line-height:1.3}.contacts__list-item a{width:fit-content;color:#384538;font-size:16px;font-weight:560;line-height:1.45;transition:color .25s ease}.contacts__list-item a:hover{color:#2f4a2f}.contacts__icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:58px;height:58px;border:1px solid rgba(199,169,107,.16);border-radius:50%;background:rgba(255,255,255,.7)}.contacts__icon img{width:27px;height:27px;object-fit:contain}.contacts__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:auto;padding-top:28px}.contacts__button{display:inline-flex;align-items:center;justify-content:center;gap:11px;min-height:52px;padding:0 24px;border:1px solid #2f4a2f;border-radius:7px;font-size:14px;font-weight:800;line-height:1;transition:color .25s ease,background .25s ease,transform .25s ease,box-shadow .25s ease}.contacts__button img{width:19px;height:19px}.contacts__button:hover{transform:translateY(-2px)}.contacts__button:active{transform:scale(0.99)}.contacts__button--primary{color:#fff;background:#2f4a2f}.contacts__button--primary img{filter:brightness(0) invert(1)}.contacts__button--primary:hover{background:#3f623f;box-shadow:0 14px 28px rgba(31,51,31,.2)}.contacts__button--secondary{color:#1f331f;background:#fff}.contacts__button--secondary img{filter:brightness(0) saturate(100%) invert(23%) sepia(17%) saturate(1050%) hue-rotate(71deg) brightness(90%) contrast(91%)}.contacts__button--secondary:hover{color:#fff;background:#2f4a2f}.contacts__button--secondary:hover img{filter:brightness(0) invert(1)}.contacts__map{position:relative;display:block;height:clamp(520px,36vw,800px);overflow:hidden;border:1px solid rgba(31,51,31,.09);border-radius:12px;background:#eef2e8;box-shadow:0 18px 45px rgba(19,32,20,.1)}.contacts__map img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(0.16, 1, 0.3, 1)}.contacts__map:hover img{transform:scale(1.015)}.contacts__directions{margin-top:66px;padding:38px 40px 34px;border:1px solid rgba(31,51,31,.09);border-radius:12px;background:rgba(255,255,255,.7)}.contacts__directions h2{margin-bottom:28px;color:#172017;font-family:"Oswald",Arial,sans-serif;font-size:clamp(30px,2.4vw,40px);font-weight:700;line-height:1;letter-spacing:-0.025em}.contacts__directions-grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr))}.contacts__direction{display:grid;grid-template-columns:58px minmax(0, 1fr);column-gap:20px;align-content:start;min-width:0;padding:8px 38px;border-right:1px solid rgba(31,51,31,.09)}.contacts__direction:first-child{padding-left:0}.contacts__direction:last-child{padding-right:0;border-right:0}.contacts__direction .contacts__icon{grid-row:1/span 2}.contacts__direction h3{align-self:end;margin-bottom:7px;color:#172017;font-size:16px;font-weight:850;line-height:1.3}.contacts__direction p{max-width:420px;color:#74806f;font-size:14px;font-weight:500;line-height:1.55}.contacts__feedback{display:grid;grid-template-columns:minmax(0, 0.92fr) minmax(0, 1.08fr);gap:32px;margin-top:46px}.contacts__feedback-form{padding:clamp(30px,3vw,48px);border:1px solid rgba(31,51,31,.09);border-radius:12px;background:rgba(255,255,255,.82)}.contacts__feedback-heading{margin-bottom:28px}.contacts__feedback-heading h2{margin-bottom:10px;color:#172017;font-family:"Oswald",Arial,sans-serif;font-size:clamp(34px,2.8vw,46px);font-weight:700;line-height:1;letter-spacing:-0.025em}.contacts__feedback-heading p{color:#74806f;font-size:15px;font-weight:520;line-height:1.5}.contacts__form{display:flex;flex-direction:column;gap:16px}.contacts__form input,.contacts__form textarea{min-height:52px;padding:14px 16px;border-color:rgba(31,51,31,.09);border-radius:7px;background:rgba(255,255,255,.88);font-size:14px;font-weight:520}.contacts__form textarea{min-height:128px}.contacts__form-row{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:16px}.contacts__consent{display:grid;grid-template-columns:20px minmax(0, 1fr);gap:10px;align-items:start;color:#74806f;font-size:12px;font-weight:520;line-height:1.45;cursor:pointer}.contacts__consent input{width:18px;min-height:18px;height:18px;margin:1px 0 0;padding:0;accent-color:#2f4a2f}.contacts__consent a{color:#2f4a2f;font-weight:700;text-decoration:underline;text-underline-offset:2px}.contacts__submit{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 26px;border-radius:7px;color:#fff;background:#2f4a2f;font-size:14px;font-weight:850;line-height:1;transition:background .25s ease,transform .25s ease,box-shadow .25s ease}.contacts__submit:hover:not(:disabled){background:#3f623f;transform:translateY(-2px);box-shadow:0 14px 28px rgba(31,51,31,.2)}.contacts__submit:active:not(:disabled){transform:scale(0.99)}.contacts__submit:disabled{cursor:wait;opacity:.72}.contacts__status{padding:12px 14px;border:1px solid rgba(0,0,0,0);border-radius:7px;font-size:13px;font-weight:650;line-height:1.45}.contacts__status.is-success{color:#1f5b31;border-color:rgba(31,91,49,.18);background:rgba(220,238,222,.72)}.contacts__status.is-error{color:#8b2f2f;border-color:rgba(139,47,47,.18);background:rgba(245,221,221,.72)}.contacts__visual{min-height:480px;overflow:hidden;border:1px solid rgba(31,51,31,.09);border-radius:12px;background:#eef2e8}.contacts__visual img{width:100%;height:100%;object-fit:cover;object-position:center}.contacts__content,.contacts__map,.contacts__directions h2,.contacts__direction,.contacts__feedback-form,.contacts__visual{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s cubic-bezier(0.16, 1, 0.3, 1)}.contacts__intro.is-visible .contacts__content,.contacts__intro.is-visible .contacts__map{opacity:1;transform:translateY(0)}.contacts__intro.is-visible .contacts__content{transition-delay:.08s}.contacts__intro.is-visible .contacts__map{transition-delay:.2s}.contacts__directions.is-visible h2,.contacts__directions.is-visible .contacts__direction{opacity:1;transform:translateY(0)}.contacts__directions.is-visible h2{transition-delay:.08s}.contacts__directions.is-visible .contacts__direction:nth-child(1){transition-delay:.18s}.contacts__directions.is-visible .contacts__direction:nth-child(2){transition-delay:.3s}.contacts__directions.is-visible .contacts__direction:nth-child(3){transition-delay:.42s}.contacts__feedback.is-visible .contacts__feedback-form,.contacts__feedback.is-visible .contacts__visual{opacity:1;transform:translateY(0)}.contacts__feedback.is-visible .contacts__feedback-form{transition-delay:.08s}.contacts__feedback.is-visible .contacts__visual{transition-delay:.2s}@media(prefers-reduced-motion: reduce){.contacts__content,.contacts__map,.contacts__directions h2,.contacts__direction,.contacts__feedback-form,.contacts__visual{opacity:1;transform:none;transition:none}}@media(max-width: 1280px){.contacts__container{padding:0 44px}.contacts__intro{gap:48px}.contacts__direction{grid-template-columns:52px minmax(0, 1fr);column-gap:16px;padding:8px 24px}.contacts__direction .contacts__icon{width:52px;height:52px}}@media(max-width: 1020px){.contacts__intro{grid-template-columns:1fr}.contacts__map,.contacts__map img{height:480px}.contacts__actions{margin-top:0}.contacts__directions-grid{grid-template-columns:1fr}.contacts__direction{padding:24px 0;border-right:0;border-bottom:1px solid rgba(31,51,31,.09)}.contacts__direction:first-child{padding-top:4px}.contacts__direction:last-child{padding-bottom:0;border-bottom:0}.contacts__feedback{grid-template-columns:1fr}.contacts__visual{min-height:420px}}@media(max-width: 760px){.contacts{padding:110px 0 64px}.contacts__container{padding:0 24px}.contacts__breadcrumbs{margin-bottom:22px}.contacts__heading{margin-bottom:26px}.contacts__list-item{grid-template-columns:54px minmax(0, 1fr);gap:16px}.contacts__icon{width:52px;height:52px}.contacts__icon img{width:24px;height:24px}.contacts__actions{display:grid;grid-template-columns:1fr}.contacts__map,.contacts__map img{height:390px}.contacts__directions{margin-top:42px;padding:30px 24px}.contacts__feedback{margin-top:32px}.contacts__form-row{grid-template-columns:1fr}.contacts__visual{min-height:340px}}@media(max-width: 520px){.contacts__container{padding:0 18px}.contacts__heading h1{font-size:48px}.contacts__heading p{font-size:16px}.contacts__list-item a{font-size:15px}.contacts__map,.contacts__map img{height:320px}.contacts__directions{padding:26px 20px}.contacts__direction{grid-template-columns:48px minmax(0, 1fr)}.contacts__direction .contacts__icon{width:46px;height:46px}.contacts__feedback-form{padding:26px 20px}.contacts__visual{min-height:280px}}
