:root{--main-font: "Roboto";--secondary-font: "Raleway";--accent-txt-color: #2196F3;--txt-color: #757575;--whte-txt-color: #FFFFFF;--dark-txt-color: #212121;--items: 3;--indent: 30px}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;-webkit-clip-path:inset(100%);clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}.card-set{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;padding:0;list-style:none;gap:30px}.card-set__item{width:100%}@media screen and (min-width: 768px){.card-set__item{width:calc((100% - var(--indent))/3)}}@media screen and (min-width: 1200px){.card-set__item{width:calc((100% - var(--indent)*3)/3)}}body{font-family:var(--main-font),sans-serif;font-size:14px;color:var(--txt-color);background-color:var(--whte-txt-color);letter-spacing:.03em}h1,h2,h3,h4,h5,h6,p,ul{margin:0}img{display:block;max-width:100%;height:auto}.link{text-decoration:none;color:inherit}.list{list-style:none;margin:0;padding:0}.container{width:100%;padding-left:15px;padding-right:15px;margin-left:auto;margin-right:auto}@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:94px;padding-bottom:94px}.section__title{font-size:28px;line-height:1.18;text-align:center;color:var(--dark-txt-color);margin-bottom:30px}@media screen and (min-width: 768px){.section__title{font-size:28px;line-height:1.18;text-align:center;color:var(--dark-txt-color);margin-bottom:30px}}@media screen and (min-width: 1200px){.section__title{font-size:36px;line-height:1.16;text-align:center;color:var(--dark-txt-color);margin-bottom:50px}}.project-overlay__wrapper{position:relative;overflow:hidden}.project-overlay__subtitle{position:absolute;font-size:18px;line-height:1.56;color:var(--whte-txt-color);background-color:rgba(33,150,243,.9);display:block;width:100%;height:100%;top:0;left:0;padding:77px 24px;-webkit-transform:translateY(101%);transform:translateY(101%);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-transition-duration:250ms;transition-duration:250ms;-webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}@media screen and (min-width: 768px){.project-overlay__subtitle{padding:49px 24px 77px}}@media screen and (min-width: 1200px){.project-overlay__subtitle{padding:63px 24px}}.project-overlay__wrapper:hover .project-overlay__subtitle{-webkit-transform:translateY(0);transform:translateY(0)}.backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.2);z-index:1000;opacity:1;visibility:visible;pointer-events:initial;-webkit-transition-property:opacity,visibility;transition-property:opacity,visibility;-webkit-transition-duration:250ms;transition-duration:250ms;-webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.backdrop.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.modal{padding:40px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:100%;height:100%;background-color:var(--whte-txt-color);-webkit-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);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}@media screen and (max-width: 479px){.modal{width:calc(100% - 30px)}}@media screen and (min-width: 480px){.modal{width:calc(100% - 30px)}}@media screen and (min-width: 768px){.modal{width:450px;height:609px}}@media screen and (min-width: 1200px){.modal{width:528px;height:581px}}.modal-close-button{position:absolute;top:8px;right:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:30px;height:30px;fill:#000;background-color:var(--whte-txt-color);border:1px solid rgba(0,0,0,.1);border-radius:50%;cursor:pointer}.modal-close-button:hover,.modal-close-button:focus{outline:rgba(0,0,0,0);border:1px solid var(--accent-txt-color);fill:var(--accent-txt-color)}.modal-icon-close{position:absolute}.modal-form-title{display:block;font-weight:700;font-size:20px;line-height:1.5;text-align:center;color:var(--dark-txt-color);margin-bottom:12px}@media screen and (min-width: 1200px){.modal-form-title{line-height:1.15}}.modal-form-user{display:block;position:relative;margin-top:10px}.modal-form-name{display:block;font-size:12px;line-height:1.16;letter-spacing:.01em;color:var(--txt-color);margin-bottom:4px}.modal-form-data{width:100%;height:40px;border:1px solid rgba(33,33,33,.2);border-radius:4px;padding-top:12px;padding-bottom:12px;padding-left:42px;-webkit-transition-property:outline,border;transition-property:outline,border;-webkit-transition-duration:250ms;transition-duration:250ms;-webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.modal-form-data:focus{outline:rgba(0,0,0,0);border:1px solid var(--accent-txt-color)}.modal-form-icon{position:absolute;left:12px;bottom:11px;fill:var(--dark-txt-color)}.modal-form-data:focus+.modal-form-icon{fill:var(--accent-txt-color)}.modal-comment{display:block;margin-bottom:20px;margin-top:10px}.tel-mail-comment{display:block;font-size:12px;line-height:1.16;letter-spacing:.01em;color:var(--txt-color);margin-bottom:4px}.modal-form-comment{display:block;width:100%;height:120px;border:1px solid rgba(33,33,33,.2);border-radius:4px;padding:12px 16px;-webkit-transition-property:outline,border;transition-property:outline,border;-webkit-transition-duration:250ms;transition-duration:250ms;-webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.modal-form-comment:focus{outline:rgba(0,0,0,0);border:1px solid var(--accent-txt-color)}.modal-form-comment::-webkit-input-placeholder{line-height:1.14;letter-spacing:.01em;color:rgba(117,117,117,.5)}.modal-form-comment::-moz-placeholder{line-height:1.14;letter-spacing:.01em;color:rgba(117,117,117,.5)}.modal-form-comment:-ms-input-placeholder{line-height:1.14;letter-spacing:.01em;color:rgba(117,117,117,.5)}.modal-form-comment::-ms-input-placeholder{line-height:1.14;letter-spacing:.01em;color:rgba(117,117,117,.5)}.modal-form-comment::placeholder{line-height:1.14;letter-spacing:.01em;color:rgba(117,117,117,.5)}.form-checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:30px}.form-checkbox-custom-checkbox{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:16px;height:15px;color:var(--whte-txt-color);border:2px solid var(--accent-txt-color);border-radius:4px;margin-right:7px}.form-checkbox-icon{fill:var(--whte-txt-color)}.form-checkbox-input:checked+.form-checkbox-custom-checkbox{background-color:var(--accent-txt-color)}.form-checkbox-agreement{font-size:12px;line-height:1.16;color:var(--txt-color)}@media screen and (min-width: 1200px){.form-checkbox-agreement{font-size:14px;line-height:1.71}}.form-checkbox-conditions{font-weight:400;line-height:1.71;color:var(--accent-txt-color)}.modal-form-button{display:block;width:200px;height:50px;font-weight:700;font-size:16px;line-height:1.88;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;letter-spacing:.06em;margin-left:auto;margin-right:auto;color:var(--whte-txt-color);background-color:var(--accent-txt-color);border:none;-webkit-box-shadow:0px 4px 4px rgba(0,0,0,.15);box-shadow:0px 4px 4px rgba(0,0,0,.15);border-radius:4px;cursor:pointer;-webkit-transition-property:background-color;transition-property:background-color;-webkit-transition-duration:250ms;transition-duration:250ms;-webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.modal-form-button:hover{background-color:#188ce8}.modal-form-button:focus{background-color:var(--accent-txt-color)}.mobile-menu-btn{background-color:rgba(0,0,0,0);border:none;width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:auto;z-index:1000}.mobile-menu-btn:hover,.mobile-menu-btn:focus{fill:var(--accent-txt-color)}@media screen and (min-width: 768px){.mobile-menu-btn{display:none}}.burger-menu-open{-webkit-transition:250ms;transition:250ms}.mobile-menu-btn.is-open .burger-menu-open{opacity:0}.burger-menu-close{opacity:0;-webkit-transition:250ms;transition:250ms}.mobile-menu-btn.is-open .burger-menu-close{opacity:1}.mobile-menu{position:fixed;top:0;left:0;-webkit-transform:translateX(101%);transform:translateX(101%);width:100%;height:100%;padding:48px 40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff;z-index:100;-webkit-transition:-webkit-transform 250ms;transition:-webkit-transform 250ms;transition:transform 250ms;transition:transform 250ms, -webkit-transform 250ms}.mobile-menu.is-open{-webkit-transform:translateX(0);transform:translateX(0)}.mobile-menu-nav{margin-bottom:auto;font-family:"Roboto";font-style:normal;font-weight:500;font-size:40px;line-height:1.17;letter-spacing:.02em;color:#212121}.mobile-menu-nav-item:not(:last-child){margin-bottom:32px}.mobile-menu-nav-item .current-mobile{color:#2196f3}.mobile-menu-contacts{margin-bottom:64px;font-family:"Roboto";font-style:normal;font-weight:500;font-size:24px;line-height:1.16;letter-spacing:.02em;color:#757575}.mobile-menu-contacts-item:not(:last-child){margin-bottom:32px}.mobile-menu-contacts-item .accent{font-size:34;color:#2196f3}.mobile-menu-socials{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;font-family:"Roboto";font-style:normal;font-weight:500;font-size:18px;line-height:1.2;letter-spacing:.02em;color:#2196f3}.mobile-menu-socials-item:not(:last-child) .mobile-menu-socials-link{padding-right:10px;border-right:1px solid rgba(33,33,33,.2)}.header{background-color:var(--whte-txt-color)}.header-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 767px){.header-container{display:block}}.header-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 480px){.header-list{display:none}}.header-logo{font-family:Raleway;font-style:normal;font-weight:700;font-size:26px;line-height:1.19;color:#000;margin-right:93px}@media screen and (max-width: 480px){.header-logo{padding-top:16px;padding-bottom:16px}}.organization{font-family:Raleway;font-style:normal;font-weight:700;font-size:26px;line-height:1.19;color:var(--accent-txt-color)}.header-list-item:not(:last-child){margin-right:50px}.header-link{font-weight:500;line-height:1.14;letter-spacing:.02em;color:var(--dark-txt-color);display:block;padding:32px 0;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:250ms;transition-duration:250ms;-webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.header-link:hover,.header-link:focus{color:var(--accent-txt-color)}.current-link{position:relative;color:var(--accent-txt-color)}.current-link::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background-color:var(--accent-txt-color);border-radius:2px}@media screen and (max-width: 480px){.header-group{display:none}}@media screen and (min-width: 768px){.header-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:auto;gap:10px}}@media screen and (min-width: 1200px){.header-group{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto}}.header-gp{font-weight:500;line-height:1.14;letter-spacing:.02em;color:var(--txt-color);margin-right:50px}.header-gp:last-child{margin-right:0}@media screen and (min-width: 768px){.header-gp{margin-left:30px}}@media screen and (min-width: 1200px){.header-gp{margin-left:auto}}.header-contact{line-height:1.14;letter-spacing:.02em;color:var(--txt-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:32px 0;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:250ms;transition-duration:250ms;-webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.header-contact:hover,.header-contact:focus{color:var(--accent-txt-color)}@media screen and (min-width: 768px){.header-contact{padding:0}}.header-icon{margin-right:10px;fill:currentColor;-webkit-transition-property:fill;transition-property:fill;-webkit-transition-duration:250ms;transition-duration:250ms;-webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.header-icon:hover,.header-icon:focus{fill:var(--accent-txt-color)}.hero{background-color:#2f303a;text-align:center;padding:118px 0}@media screen and (min-width: 1200px){.hero{padding:200px 0}}.hero-overlay{max-width:1600px;margin:0 auto;background-repeat:no-repeat;background-size:cover;background-position:center;background-image:-webkit-gradient(linear, left top, right top, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))),url(../images/hero/photo-hero_sm.jpg);background-image:linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)),url(../images/hero/photo-hero_sm.jpg)}@media(min-device-pixel-ratio: 2),(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi),(min-resolution: 2dppx){.hero-overlay{background-image:url(../images/hero/photo-hero_sm@2x.jpg)}}@media screen and (min-width: 768px){.hero-overlay{background-image:-webkit-gradient(linear, left top, right top, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))),url(../images/hero/photo-hero_md.jpg);background-image:linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)),url(../images/hero/photo-hero_md.jpg)}}@media screen and (min-width: 768px)and (min-device-pixel-ratio: 2),screen and (min-width: 768px)and (-webkit-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:url(../images/hero/photo-hero_md@2x.jpg)}}@media screen and (min-width: 1200px){.hero-overlay{background-image:-webkit-gradient(linear, left top, right top, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))),url(../images/hero/photo-hero_lg.jpg);background-image:linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)),url(../images/hero/photo-hero_lg.jpg)}}@media screen and (min-width: 1200px)and (min-device-pixel-ratio: 2),screen and (min-width: 1200px)and (-webkit-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:url(../images/hero/photo-hero_lg@2x.jpg)}}.hero__title{font-size:26px;line-height:1.62;text-align:center;letter-spacing:.06em;text-transform:uppercase;color:var(--whte-txt-color);margin-left:auto;margin-right:auto;margin-bottom:30px}@media screen and (min-width: 768px){.hero__title{width:360px;height:84px}}@media screen and (min-width: 1200px){.hero__title{font-size:44px;line-height:1.36;text-align:center;letter-spacing:.06em;text-transform:uppercase;color:var(--whte-txt-color);width:696px;height:120px;margin-left:auto;margin-right:auto;margin-bottom:30px}}.hero__button{font-weight:700;font-size:16px;line-height:1.88;text-align:center;letter-spacing:.06em;color:var(--whte-txt-color);background-color:var(--accent-txt-color);cursor:pointer;padding:10px 32px;margin-left:auto;margin-right:auto;border-radius:4px;border:none;-webkit-box-shadow:0px 4px 4px rgba(0,0,0,.15);box-shadow:0px 4px 4px rgba(0,0,0,.15);-webkit-transition-property:background-color;transition-property:background-color;-webkit-transition-duration:250ms;transition-duration:250ms;-webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.hero__button:hover{background-color:#188ce8}.hero__button:focus{background-color:var(--accent-txt-color)}.features{padding-top:60px;padding-bottom:60px}@media screen and (min-width: 768px){.features{padding-top:60px;padding-bottom:60px}}@media screen and (min-width: 1200px){.features{padding-top:94px;padding-bottom:94px}}.features__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:30px}.features__item{max-width:450px}@media screen and (min-width: 768px){.features__item{width:354px}}@media screen and (min-width: 1200px){.features__item{width:270px}}.features__box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:120px;margin-bottom:30px;border-radius:4px;background-color:#f5f4fa}.features__title{font-size:14px;line-height:1.14;text-transform:uppercase;color:var(--dark-txt-color);margin-bottom:10px}@media screen and (max-width: 767px){.features__title{text-align:center}}.features__text{line-height:1.71}@media screen and (min-width: 768px){.features__text{width:354px}}@media screen and (min-width: 1200px){.features__text{width:270px}}.about-section{padding-top:0;padding-bottom:94px}@media screen and (max-width: 1199px){.about-section{display:none}}.about__list{--items: 3}.about__overlay{position:relative}.about__text{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;left:0;bottom:0;font-weight:700;line-height:1.14;text-transform:uppercase;color:var(--whte-txt-color);width:100%;height:70px;background-color:rgba(47,48,58,.8)}.team{background-color:#f5f4fa;padding-top:60px;padding-bottom:60px}@media screen and (min-width: 768px){.team{padding-top:60px;padding-bottom:60px}}@media screen and (min-width: 1200px){.team{padding-top:94px;padding-bottom:94px}}.team__list{--items: 1}@media screen and (min-width: 768px){.team__list{--items: 2}}@media screen and (min-width: 1200px){.team__list{--items: 4}}.team__about{max-width:450px;background:var(--whte-txt-color);-webkit-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);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;border:none}@media screen and (min-width: 768px){.team__about{width:354px}}@media screen and (min-width: 1200px){.team__about{width:270px}}.team__card{padding:30px 0}.team__title{font-weight:500;font-size:16px;line-height:1.19;color:var(--dark-txt-color);margin-bottom:10px;text-align:center}.team__txt{font-size:16px;line-height:1.19;text-align:center;margin-bottom:16px}.team-social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.team-social__item:not(:last-child){margin-right:10px}.team-social__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:44px;height:44px;border-radius:50%;-webkit-transition-property:background-color;transition-property:background-color;-webkit-transition-duration:250ms;transition-duration:250ms;-webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.team-social__link:hover,.team-social__link:focus{background-color:var(--accent-txt-color)}.team-social__icon{fill:#afb1b8;-webkit-transition-property:fill;transition-property:fill;-webkit-transition-duration:250ms;transition-duration:250ms;-webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.team-social__link:hover .team-social__icon,.team-social__link:focus .team-social__icon{fill:var(--whte-txt-color)}.client{padding-top:60px;padding-bottom:60px}@media screen and (min-width: 768px){.client{padding-top:60px;padding-bottom:60px}}@media screen and (min-width: 1200px){.client{padding-top:94px;padding-bottom:94px}}.client__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:30px}.client__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:170px;height:92px;border:1px solid #afb1b8;border-radius:4px;-webkit-transition-property:border;transition-property:border;-webkit-transition-duration:250ms;transition-duration:250ms;-webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}@media screen and (min-width: 480px){.client__link{width:210px}}@media screen and (min-width: 768px){.client__link{width:226px}}@media screen and (min-width: 1200px){.client__link{width:170px}}.client__link:hover,.client__link:focus{border:1px solid var(--accent-txt-color)}.client__icon{fill:#afb1b8;-webkit-transition-property:fill;transition-property:fill;-webkit-transition-duration:250ms;transition-duration:250ms;-webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.client__link:hover .client__icon,.client__link:focus .client__icon{fill:var(--accent-txt-color)}.portfolio__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:40px}@media screen and (min-width: 768px){.portfolio__list{margin-bottom:30px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (min-width: 1200px){.portfolio__list{margin-bottom:50px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.portfolio__button{font-weight:500;font-family:inherit;font-size:16px;line-height:1.62;letter-spacing:.03em;color:var(--dark-txt-color);padding:6px 22px;background-color:#f5f4fa;border:none;border-radius:4px;color:var(--dark-txt-color);cursor:pointer;-webkit-transition-property:color,background-color,-webkit-box-shadow;transition-property:color,background-color,-webkit-box-shadow;transition-property:color,background-color,box-shadow;transition-property:color,background-color,box-shadow,-webkit-box-shadow;-webkit-transition-duration:250ms;transition-duration:250ms;-webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.portfolio__button:hover,.portfolio__button:focus{color:var(--whte-txt-color);background-color:var(--accent-txt-color);-webkit-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);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)}.active__btn{color:var(--whte-txt-color);background-color:var(--accent-txt-color);-webkit-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);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)}.project{--items: 1}@media screen and (min-width: 768px){.project{--items: 2}}@media screen and (min-width: 1200px){.project{--items: 3}}.project__item{width:450px;background-color:var(--whte-txt-color);border:1px solid #eee}@media screen and (min-width: 768px){.project__item{width:354px}}@media screen and (min-width: 1200px){.project__item{width:370px}}.project__link{display:block;cursor:pointer;-webkit-transition-property:-webkit-box-shadow;transition-property:-webkit-box-shadow;transition-property:box-shadow;transition-property:box-shadow, -webkit-box-shadow;-webkit-transition-duration:250ms;transition-duration:250ms;-webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.project__link:hover,.project__link:focus{-webkit-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);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)}.project__card{padding-top:20px;padding-bottom:20px;padding-left:24px;padding-right:24px}.project__title{font-size:18px;line-height:2;letter-spacing:.06em;color:var(--dark-txt-color);margin-bottom:4px}.project__txt{font-size:16px;line-height:1.87;color:var(--txt-color)}.footer{background-color:#2f303a;padding:60px 0}@media screen and (max-width: 1199px){.footer{text-align:center}}.footer-container{display:block;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (min-width: 768px){.footer-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-ms-flex-pack:distribute;justify-content:space-around}}@media screen and (min-width: 1200px){.footer-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}}@media screen and (min-width: 480px){.footer-tank{text-align:center}}@media screen and (min-width: 768px){.footer-tank{text-align:center}}@media screen and (min-width: 1200px){.footer-tank{margin-right:70px}}.footer-logo{font-family:"Raleway";font-style:normal;font-weight:700;font-size:24px;line-height:1.16;letter-spacing:.03em;color:var(--whte-txt-color);display:inline-block;margin-bottom:20px}@media screen and (min-width: 1200px){.footer-logo{font-size:26px;line-height:1.19;display:-webkit-box;display:-ms-flexbox;display:flex}}.address{font-style:normal}.footer-address{margin-bottom:8px}@media screen and (min-width: 1200px){.footer-address{margin-bottom:9px}}.footer-link-address{line-height:1.71;color:var(--whte-txt-color)}.footer-contact:not(:last-child){margin-bottom:8px}@media screen and (min-width: 1200px){.footer-contact{margin-bottom:9px;display:-webkit-box;display:-ms-flexbox;display:flex}}.footer-link{line-height:1.71;color:rgba(255,255,255,.6);-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:250ms;transition-duration:250ms;-webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.footer-link:hover,.footer-link:focus{color:var(--accent-txt-color)}.footer-social{width:206px;height:80px;margin:auto;margin-top:60px;margin-bottom:60px}@media screen and (min-width: 768px){.footer-social{margin:0}}@media screen and (min-width: 1200px){.footer-social{margin-right:93px}}.footer-subtitle{font-weight:700;line-height:1.14;letter-spacing:.03em;text-transform:uppercase;color:var(--whte-txt-color);margin-bottom:20px}@media screen and (max-width: 1199px){.footer-subtitle{text-align:center}}.footer-social-list{display:-webkit-box;display:-ms-flexbox;display:flex}.footer-social-item:not(:last-child){margin-right:10px}.footer-social-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:44px;height:44px;border-radius:50%;background-color:rgba(255,255,255,.1);padding:12px;-webkit-transition-property:background-color;transition-property:background-color;-webkit-transition-duration:250ms;transition-duration:250ms;-webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.footer-social-link:hover,.footer-social-link:focus{background-color:var(--accent-txt-color)}.footer-social-icon{fill:var(--whte-txt-color)}.footer-form{display:block}.footer-form-title{font-weight:700;line-height:1.14;text-transform:uppercase;color:var(--whte-txt-color);margin-bottom:20px}@media screen and (max-width: 1199px){.footer-form-title{margin-top:60px;text-align:center}}@media screen and (min-width: 1200px){.footer-form-title{margin-top:0;margin-bottom:0}}.footer-form-contact{width:100%;height:50px;font-size:16px;line-height:1.25;color:#fff;padding-top:15px;padding-bottom:15px;padding-left:16px;margin-right:12px;border:1px solid rgba(255,255,255,.3);-webkit-filter:drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));filter:drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));border-radius:4px;background-color:#2f303a}@media screen and (min-width: 1200px){.footer-form-contact{width:358px}}.footer-form-contact::-webkit-input-placeholder{font-size:16px;line-height:1.25;color:rgba(255,255,255,.6)}.footer-form-contact::-moz-placeholder{font-size:16px;line-height:1.25;color:rgba(255,255,255,.6)}.footer-form-contact:-ms-input-placeholder{font-size:16px;line-height:1.25;color:rgba(255,255,255,.6)}.footer-form-contact::-ms-input-placeholder{font-size:16px;line-height:1.25;color:rgba(255,255,255,.6)}.footer-form-contact::placeholder{font-size:16px;line-height:1.25;color:rgba(255,255,255,.6)}.footer-form-button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:200px;height:50px;font-weight:700;font-size:16px;line-height:1.88;letter-spacing:.06em;padding:10px 28px;color:var(--whte-txt-color);cursor:pointer;margin-top:20px;background-color:var(--accent-txt-color);border:none;-webkit-box-shadow:0px 4px 4px rgba(0,0,0,.15);box-shadow:0px 4px 4px rgba(0,0,0,.15);border-radius:4px}.footer-form-icon{margin-left:10px;fill:currentColor}/*# sourceMappingURL=main.min.css.map */