:root{--primary-text-color: #757575;--title-text-color: #212121;--accent-color: #2196f3;--white-color: #ffffff;--black-color: #000000;--bg-color: #ffffff;--modal-bg-color: #ffffff;--hero-bg-color: #2f303a;--section-second-color: #f5f4fa;--address-link-color: rgba(255, 255, 255, 0.6)}h1,h2,h3,h4,h5,h6,p{margin:0}ul{padding:0;margin:0}img{display:block;max-width:100%}body{font-family:"Roboto",sans-serif;letter-spacing:.03em;background-color:var(--bg-color);color:var(--primary-text-color)}.lists{list-style:none}.link{text-decoration:none}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden;opacity:0}.container{width:100%;margin-left:auto;margin-right:auto;padding:0 15px}@media screen and (min-width: 480px){.container{max-width:480px}}@media screen and (min-width: 768px){.container{max-width:768px}}@media screen and (min-width: 1200px){.container{max-width:1200px}}.section{padding-top:60px;padding-bottom:60px}@media screen and (min-width: 1200px){.section{padding-top:94px;padding-bottom:94px}}.section--second-color{background-color:var(--section-second-color)}.logo{display:block;font-family:Raleway,sans-serif;font-size:24px;line-height:1.17;color:var(--accent-color)}@media screen and (min-width: 1200px){.logo{font-size:26px;line-height:1.19}}.logo__text--color-dark{color:var(--black-color)}.logo__text--color-light{color:var(--white-color)}.current{position:relative;color:var(--accent-color)}.current::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background-color:var(--accent-color);border-radius:2px}.title{margin-bottom:30px;font-weight:700;font-size:28px;line-height:1.18;text-align:center;letter-spacing:.03em;color:var(--title-text-color)}@media screen and (min-width: 1200px){.title{margin-bottom:50px;font-size:36px}}.btn{display:flex;align-items:center;justify-content:center;height:50px;padding:0;margin:0 auto;min-width:200px;border-radius:4px;border-color:rgba(0,0,0,0);font-family:inherit;font-weight:700;font-size:16px;line-height:1.88;letter-spacing:.06em;background-color:var(--accent-color);color:var(--white-color);cursor:pointer;box-shadow:0px 4px 4px rgba(0,0,0,.15);transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1)}.btn:hover,.btn:focus{background-color:#188ce8}.filter-btns{padding:6px 22px;border-radius:4px;border-color:rgba(0,0,0,0);font-family:Roboto,sans-serif;font-weight:500;font-size:16px;line-height:1.62;background-color:var(--section-second-color);color:var(--title-text-color);transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1)}.filter-btns:hover,.filter-btns:focus{background-color:var(--accent-color);color:var(--white-color);box-shadow:0px 3px 1px rgba(0,0,0,.1),0px 1px 2px rgba(0,0,0,.08),0px 2px 2px rgba(0,0,0,.12);cursor:pointer}.backdrop{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1;background-color:rgba(0,0,0,.2);transition:opacity 250ms cubic-bezier(0.4, 0, 0.2, 1),visibility 250ms cubic-bezier(0.4, 0, 0.2, 1)}.backdrop.is-hidden{visibility:hidden;opacity:0;pointer-events:none}.modal{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);padding:40px;background-color:var(--modal-bg-color);box-shadow:0px 1px 3px rgba(0,0,0,.12),0px 1px 1px rgba(0,0,0,.14),0px 2px 1px rgba(0,0,0,.2);border-radius:4px;transition:transform 250ms cubic-bezier(0.4, 0, 0.2, 1)}@media screen and (min-width: 480px){.modal{min-width:450px;min-height:609px}}@media screen and (min-width: 1200px){.modal{min-width:528px;min-height:581px}}.backdrop.is-hidden .modal{transform:translate(500px, 500px)}.close-button{position:absolute;top:8px;right:8px;display:flex;justify-content:center;align-items:center;width:30px;height:30px;border-radius:50%;background:#fff;border:1px solid rgba(0,0,0,.1);cursor:pointer;transition:fill 250ms cubic-bezier(0.4, 0, 0.2, 1)}.close-button:hover{fill:var(--accent-color)}.modal-title{margin-bottom:12px;font-weight:700;font-size:20px;line-height:1.5;text-align:center;color:var(--title-text-color)}@media screen and (min-width: 1200px){.modal-title{line-height:1.15}}.modal-field{margin-bottom:10px}.modal-field.comment{margin-bottom:20px}.modal-label{display:block;margin-bottom:4px;font-size:12px;line-height:1.17;letter-spacing:.01em}.input-field{position:relative}.modal-input{padding-left:42px;width:100%;height:40px;border:1px solid rgba(33,33,33,.2);border-radius:4px;background-color:rgba(0,0,0,0);outline:rgba(0,0,0,0);transition:border-color 250ms cubic-bezier(0.4, 0, 0.2, 1)}.modal-input:focus{border-color:var(--accent-color)}.input-icon{position:absolute;top:50%;left:12px;transform:translateY(-50%);transition:fill 250ms cubic-bezier(0.4, 0, 0.2, 1)}.modal-input:focus+.input-icon{fill:var(--accent-color)}.modal-textarea{padding:12px 16px;width:100%;height:120px;resize:none;border:1px solid rgba(33,33,33,.2);border-radius:4px;outline:rgba(0,0,0,0);transition:border-color 250ms cubic-bezier(0.4, 0, 0.2, 1)}.modal-textarea:focus{border-color:var(--accent-color)}.modal-textarea::placeholder{font-weight:400;font-size:12px;line-height:1.17;letter-spacing:.01em;color:rgba(117,117,117,.5)}.modal-field.checkbox{margin-bottom:30px}.check-text{display:flex;justify-content:center;align-items:center;font-size:12px;line-height:1.17}@media screen and (min-width: 480px){.check-text{min-width:384px}}@media screen and (min-width: 1200px){.check-text{font-size:14px;line-height:1.71}}.check-text a{color:var(--accent-color)}.check-text span{position:relative;margin-right:8px}.icon-check{display:block;transition:opacity 250ms cubic-bezier(0.4, 0, 0.2, 1)}.input-check:checked+.check-text .icon-check{opacity:0}.icon-checked{display:block;position:absolute;top:0;left:0;opacity:0;transition:opacity 250ms cubic-bezier(0.4, 0, 0.2, 1)}.input-check:checked+.check-text .icon-checked{opacity:1}.header{border-bottom:1px solid #ececec}@media screen and (max-width: 767px){.header{padding-top:10px;padding-bottom:10px}}.nav{display:flex;align-items:center}.site-nav{display:none}@media screen and (min-width: 768px){.site-nav{display:flex;margin-left:88px}}@media screen and (min-width: 1200px){.site-nav{margin-left:93px}}.site-nav__item+.site-nav__item{margin-left:50px}.site-nav__link{display:block;padding-top:32px;padding-bottom:32px;font-weight:500;font-size:14px;line-height:1.14;letter-spacing:.02em;color:var(--title-text-color);transition:color 250ms cubic-bezier(0.4, 0, 0.2, 1)}.site-nav__link:hover,.site-nav__link:focus{color:var(--accent-color)}.auth-nav{display:none}@media screen and (min-width: 768px){.auth-nav{display:flex;flex-direction:column;margin-left:auto}}@media screen and (min-width: 1200px){.auth-nav{flex-direction:row}}.auth-nav__link{display:flex;align-items:center;font-weight:500;font-size:12px;line-height:1.17;letter-spacing:.02em;color:var(--primary-text-color);transition:color 250ms cubic-bezier(0.4, 0, 0.2, 1)}.auth-nav__link:hover,.auth-nav__link:focus{color:var(--accent-color)}@media screen and (min-width: 1200px){.auth-nav__link{padding-top:32px;padding-bottom:32px;font-size:14px;line-height:1.14}}.auth-nav__item+.auth-nav__item{margin-top:10px}@media screen and (min-width: 1200px){.auth-nav__item+.auth-nav__item{margin-top:0;margin-left:30px}}.auth-nav__icon{fill:currentColor;margin-right:8px}@media screen and (min-width: 1200px){.auth-nav__icon{margin-right:10px}}.menu-open-btn{display:block;margin-left:auto;outline:rgba(0,0,0,0);background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);transition:fill 250ms cubic-bezier(0.4, 0, 0.2, 1)}.menu-open-btn:hover,.menu-open-btn:focus{fill:var(--accent-color)}@media screen and (min-width: 768px){.menu-open-btn{display:none}}.mob-menu{z-index:555}@media screen and (max-width: 767px){.mob-menu{position:fixed;top:0;left:0;width:100vw;height:100vh;padding:48px 40px;background-color:#fff}}@media screen and (min-width: 768px){.mob-menu{display:none}}.mob-menu__container{display:flex;flex-direction:column;height:100%;justify-content:space-between;overflow:auto}.mob-menu__top{margin-bottom:50px}.is-hidden{visibility:hidden;opacity:0;pointer-events:none}.menu-close-btn{position:absolute;top:10px;right:15px;outline:rgba(0,0,0,0);background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);transition:fill 250ms cubic-bezier(0.4, 0, 0.2, 1)}.menu-close-btn:hover,.menu-close-btn:focus{fill:var(--accent-color)}.mob-menu__item+.mob-menu__item{margin-top:32px}.mob-menu__link{font-weight:500;font-size:40px;line-height:1.17;letter-spacing:.02em;color:#212121;transition:color 250ms cubic-bezier(0.4, 0, 0.2, 1)}.mob-menu__link:hover,.mob-menu__link:focus{color:#2196f3}.mob-menu__link-current{color:var(--accent-color)}.mob-connect__item+.mob-connect__item{margin-top:32px}.mob-connect__tel{font-weight:500;font-size:34px;line-height:1.17;letter-spacing:.02em;color:var(--accent-color)}.mob-connect__mail{color:inherit;font-weight:500;font-size:24px;line-height:1.17;letter-spacing:.02em}.mob-social{display:flex;flex-wrap:wrap;margin-top:64px}.mob-social__item+.mob-social__item{margin-left:10px}.mob-social__item:not(:last-child):after{content:"";margin-left:10px;border-right:1px solid rgba(33,33,33,.2)}.mob-social__link{font-weight:500;font-size:18px;line-height:1.22;letter-spacing:.02em;color:#2196f3}.hero-overlay{margin-left:auto;margin-right:auto;padding-top:118px;padding-bottom:118px;max-width:480px;background-color:var(--hero-bg-color);background-image:linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)),url("../images/mobile/hero.jpg");background-position:center;background-size:cover}@media(min-device-pixel-ratio: 2),(min-resolution: 192dpi),(min-resolution: 2dppx){.hero-overlay{background-image:linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)),url("../images/mobile/hero2x.jpg")}}@media screen and (min-width: 768px){.hero-overlay{max-width:768px;background-image:linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)),url("../images/tablet/hero-tablet.jpg")}}@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-overlay{background-image:linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)),url("../images/tablet/hero-tablet2x.jpg")}}@media screen and (min-width: 1200px){.hero-overlay{padding-top:200px;padding-bottom:200px;max-width:1600px;background-image:linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)),url("../images/desktop/hero-desktop.jpg")}}@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-overlay{background-image:linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)),url("../images/desktop/hero-desktop2x.jpg")}}.hero-title{margin-bottom:30px;font-weight:900;font-size:26px;line-height:1.62;text-align:center;letter-spacing:.06em;text-transform:uppercase;text-align:center;color:var(--white-color)}@media screen and (min-width: 768px){.hero-title{max-width:360px;margin-left:auto;margin-right:auto}}@media screen and (min-width: 1200px){.hero-title{max-width:696px;font-size:44px;line-height:1.36}}@media screen and (min-width: 1200px){.section.features{padding-bottom:0}}.features-list{display:flex;flex-wrap:wrap;gap:30px}.features-list__item{width:100%}@media screen and (min-width: 768px){.features-list__item{width:calc((100% - 30px)/2)}}@media screen and (min-width: 1200px){.features-list__item{width:calc((100% - 90px)/4)}}.features-list__icon{display:flex;justify-content:center;align-items:center;margin-bottom:30px;height:120px;background-color:var(--section-second-color);border-radius:4px}@media screen and (min-width: 480px){.features-list__icon{max-width:450px}}.features-list__title{margin-bottom:10px;font-weight:700;font-size:14px;line-height:1.14;text-align:center;text-transform:uppercase;color:var(--title-text-color)}@media screen and (min-width: 768px){.features-list__title{text-align:left}}.features-list__text{font-size:14px;line-height:1.71}@media screen and (max-width: 1199px){.section.about{display:none}}.about-list{display:flex;justify-content:space-between}.about-list__item{position:relative}.about-list__overlay{position:absolute;bottom:0;width:100%;height:70px;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:14px;line-height:1.14;text-transform:uppercase;color:var(--white-color);background-color:rgba(47,48,58,.8)}.team-list{display:flex;flex-wrap:wrap;justify-content:center;align-content:center;gap:30px}.team-list__item{width:100%;background-color:var(--bg-color);box-shadow:0px 1px 3px rgba(0,0,0,.12),0px 1px 1px rgba(0,0,0,.14),0px 2px 1px rgba(0,0,0,.2);border-radius:0px 0px 4px 4px}@media screen and (min-width: 768px){.team-list__item{width:calc((100% - 30px)/2)}}@media screen and (min-width: 1200px){.team-list__item{width:calc((100% - 90px)/4)}}.team-list__card{padding-top:30px;padding-bottom:24px}@media screen and (min-width: 1200px){.team-list__card{padding-bottom:30px}}.team-list__title{padding-bottom:10px;font-weight:500;font-size:16px;line-height:1.19;text-align:center;color:var(--title-text-color)}.team-list__text{font-size:16px;line-height:1.19;text-align:center}.social-list{display:flex;margin-top:16px;justify-content:center}.social-list__item{width:44px;height:44px}.social-list__item+.social-list__item{margin-left:10px}.social-list__link{width:100%;height:100%;background-color:var(--white-color);display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1)}.social-list__link:hover,.social-list__link:focus{background-color:var(--accent-color)}.social-list__icon{fill:#afb1b8;transition:fill 250ms cubic-bezier(0.4, 0, 0.2, 1)}.social-list__link:hover .social-list__icon,.social-list__link:focus .social-list__icon{fill:var(--white-color)}.clients{display:flex;flex-wrap:wrap;justify-content:center;align-content:center;gap:30px}.clients__item{width:calc((100% - 30px)/2);height:92px}@media screen and (min-width: 768px){.clients__item{width:calc((100% - 60px)/3)}}@media screen and (min-width: 1200px){.clients__item{width:calc((100% - 150px)/6)}}.clients__link{width:100%;height:100%;display:flex;justify-content:center;align-items:center;border:1px solid #afb1b8;border-radius:4px;transition:border 250ms cubic-bezier(0.4, 0, 0.2, 1)}.clients__link:hover,.clients__link:focus{border:1px solid var(--accent-color)}.clients__icon{fill:#afb1b8;transition:fill 250ms cubic-bezier(0.4, 0, 0.2, 1)}.clients__link:hover .clients__icon,.clients__link:focus .clients__icon{fill:var(--accent-color)}.footer{padding-top:60px;padding-bottom:60px;background-color:var(--hero-bg-color)}@media screen and (min-width: 768px){.container-footer-items{display:flex;flex-wrap:wrap;justify-content:center;align-items:baseline}}@media screen and (min-width: 1200px){.container-footer-items{flex-wrap:nowrap}}.container-address{text-align:center}@media screen and (min-width: 1200px){.container-address{text-align:left}}.address{margin-top:20px}.address__text{font-size:14px;font-style:normal;line-height:1.71;color:#fff}.address__list,.address__list__item+.address__list__item{margin-top:8px}.address__list__link{font-style:normal;font-size:14px;line-height:1.71;color:var(--address-link-color)}.container-social{margin-top:60px}@media screen and (min-width: 768px){.container-social{margin-top:0;margin-left:165px}}@media screen and (min-width: 1200px){.container-social{margin-left:70px}}.footer-social-text{margin-bottom:20px;font-weight:700;font-size:14px;line-height:1.14;text-align:center;text-transform:uppercase;color:#fff}@media screen and (min-width: 1200px){.footer-social-text{text-align:left}}.footer-social-list{display:flex;justify-content:center}.footer-social-item{width:44px;height:44px}.footer-social-item+.footer-social-item{margin-left:10px}.footer-social-link{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:rgba(255,255,255,.1);border-radius:50%;transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1)}.footer-social-link:hover,.footer-social-link:focus{background-color:var(--accent-color)}.footer-social-icon{fill:var(--white-color)}.container-footer-form{margin-top:60px}@media screen and (min-width: 768px){.container-footer-form{display:block;width:450px;margin-left:auto;margin-right:auto}}@media screen and (min-width: 1200px){.container-footer-form{margin-top:0;margin-left:93px;width:570px}}@media screen and (min-width: 1200px){.footer-form{display:flex;flex-wrap:wrap}}.footer-form-text{display:block;margin-bottom:20px;font-weight:700;font-size:14px;line-height:16px;text-transform:uppercase;text-align:center;color:#fff}@media screen and (min-width: 1200px){.footer-form-text{text-align:left}}.footer-form-input{width:100%;height:50px;margin-bottom:20px;padding-left:16px;color:rgba(255,255,255,.6);background-color:rgba(0,0,0,0);border:1px solid rgba(255,255,255,.3);filter:drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));border-radius:4px}.footer-form-input::placeholder{font-size:16px;line-height:1.25;color:rgba(255,255,255,.6)}@media screen and (min-width: 1200px){.footer-form-input{margin-bottom:0;margin-right:12px;width:358px}}.footer-form-icon{margin-left:10px}.filter{display:flex;flex-wrap:wrap;margin-bottom:40px}@media screen and (min-width: 768px){.filter{justify-content:center;margin-bottom:30px}}@media screen and (min-width: 1200px){.filter{flex-wrap:nowrap;justify-content:center;margin-bottom:50px}}.filter_item{margin-right:8px}@media screen and (max-width: 767px){.filter_item{margin-bottom:15px}}.filter_item:last-child{margin-right:0}.cards{display:flex;flex-wrap:wrap}@media screen and (min-width: 768px){.cards{margin-left:-30px;margin-bottom:-30px}}.card-box{padding:20px 24px;border:1px solid #eee;border-top:none}@media screen and (min-width: 768px)and (max-width: 1199px){.card-box-first{padding:20px 24px 56px}}.card-box__tittle{margin-bottom:4px;font-weight:700;font-size:18px;line-height:2;letter-spacing:.06em;color:var(--title-text-color)}.card-box__text{font-size:16px;line-height:1.88}.cards__item{max-width:450;transition:box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1)}.cards__item:hover{box-shadow:0px 1px 1px rgba(0,0,0,.12),0px 4px 4px rgba(0,0,0,.06),1px 4px 6px rgba(0,0,0,.16);cursor:pointer}@media screen and (min-width: 768px){.cards__item{max-width:354px;margin-left:30px;margin-bottom:30px}}@media screen and (min-width: 1200px){.cards__item{max-width:370px}}@media screen and (max-width: 767px){.cards__item+.cards__item{margin-top:30px}}.cards__image{position:relative;overflow:hidden}.cards__overlay{position:absolute;top:0;left:0;width:100%;height:100%;padding:77px 24px;font-size:18px;line-height:1.56;color:var(--white-color);background-color:rgba(33,150,243,.9);transform:translateY(100%);transition:transform 250ms cubic-bezier(0.4, 0, 0.2, 1)}@media screen and (min-width: 768px){.cards__overlay{padding:49px 24px 77px}}@media screen and (min-width: 1200px){.cards__overlay{padding:63px 24px}}.cards__item:hover .cards__overlay{transform:translateY(0)}/*# sourceMappingURL=main.min.css.map */