ul{list-style:none;margin:0}img{display:block;max-width:100%;height:auto}.visually-hidden{position:absolute;white-space:nowrap;width:1px;height:1px;overflow:hidden;border:0;padding:0;clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);margin:-1px}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,*::before,*::after{-webkit-box-sizing:inherit;box-sizing:inherit}body{color:#757575;background-color:#fff;font-family:"Roboto",sans-serif;margin-right:auto;margin-left:auto}@media screen and (min-width: 480px){body{width:480px;position:relative}}@media screen and (min-width: 768px){body{width:768px}}@media screen and (min-width: 1200px){body{width:1600px}}.backdrop{position:fixed;width:100%;height:100%;left:0px;top:0px;z-index:1;background:rgba(0,0,0,.2);opacity:1;-webkit-transition:opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);transition:opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);overflow-y:scroll}.backdrop.is-hidden{opacity:0;pointer-events:none}.backdrop.is-hidden .modal-form{-webkit-transform:translate(-50%, -50%) scale(0.8);transform:translate(-50%, -50%) scale(0.8)}.modal-form{position:absolute;top:50%;left:50%;width:450px;padding:40px;border-radius:4px;background-color:#fff;-webkit-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1);-webkit-transition:-webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);transition:-webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);transition:transform 250ms cubic-bezier(0.4, 0, 0.2, 1);transition:transform 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1)}@media screen and (min-width: 1200px){.modal-form{width:528px}}.modal-form__close{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:8px;right:8px;width:30px;height:30px;background-color:#fff;fill:#000;border:1px solid rgba(0,0,0,.1);border-radius:50%;cursor:pointer;-webkit-transition:fill 250ms cubic-bezier(0.4, 0, 0.2, 1);transition:fill 250ms cubic-bezier(0.4, 0, 0.2, 1)}.modal-form__close:hover,.modal-form__close:focus{outline:none;border:1px solid rgba(0,0,0,.1);fill:#2196f3}.modal-form__title{margin-top:0;text-align:center;margin-bottom:12px;font-weight:700;font-size:20px;line-height:1.15;letter-spacing:.03em;color:#212121}.modal-form__label{font-weight:400;font-size:12px;line-height:1.16;letter-spacing:.01em;color:#757575}.modal-form__feedback{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:20px}.modal-form__field{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:10px}.modal-form__input{position:relative;margin-top:4px;padding:11px 12px 12px 42px;height:40px;border:1px solid rgba(33,33,33,.2);border-radius:4px;width:100%;-webkit-transition:border 250ms cubic-bezier(0.4, 0, 0.2, 1);transition:border 250ms cubic-bezier(0.4, 0, 0.2, 1)}.modal-form__input:hover,.modal-form__input:focus{outline:none;border:1px solid #2196f3}.modal-form__textarea{display:block;margin-top:4px;padding:16px 12px;width:100%;height:120px;resize:none}.modal-form__icon{display:inline-block;position:absolute;bottom:11px;left:12px;fill:#212121;-webkit-transition:fill 250ms cubic-bezier(0.4, 0, 0.2, 1);transition:fill 250ms cubic-bezier(0.4, 0, 0.2, 1)}.modal-form__input::-webkit-input-placeholder{font-weight:400;font-size:12px;line-height:1.16;letter-spacing:.01em;color:rgba(117,117,117,.5)}.modal-form__input::-moz-placeholder{font-weight:400;font-size:12px;line-height:1.16;letter-spacing:.01em;color:rgba(117,117,117,.5)}.modal-form__input:-ms-input-placeholder{font-weight:400;font-size:12px;line-height:1.16;letter-spacing:.01em;color:rgba(117,117,117,.5)}.modal-form__input::-ms-input-placeholder{font-weight:400;font-size:12px;line-height:1.16;letter-spacing:.01em;color:rgba(117,117,117,.5)}.modal-form__input::placeholder{font-weight:400;font-size:12px;line-height:1.16;letter-spacing:.01em;color:rgba(117,117,117,.5)}.modal-form__button{display:-webkit-box;display:-ms-flexbox;display:flex;height:50px;outline:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;cursor:pointer;padding:10px 52px;color:#fff;background-color:#2196f3;font-family:inherit;font-weight:700;font-size:16px;line-height:1.88;letter-spacing:.06em;border:#2196f3;border-radius:4px;margin:0 auto;-webkit-box-shadow:0px 4px 4px rgba(0,0,0,.15);box-shadow:0px 4px 4px rgba(0,0,0,.15);-webkit-transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1)}.modal-form__button:hover,.modal-form__button:focus{background-color:#188ce8;background-origin:padding-box}.modal-form__input:hover~.modal-form__icon{fill:#2196f3}.modal-form__input:focus~.modal-form__icon{fill:#2196f3}.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;font-style:normal;font-weight:400;font-size:12px;line-height:1.16;letter-spacing:.03em}@media screen and (min-width: 1200px){.checkbox{font-style:normal;font-weight:400;font-size:14px;line-height:1.71px;letter-spacing:.03em}}.checkbox__link{color:#2196f3}.checkbox__input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:auto;margin-right:auto;position:absolute;width:1px;height:1px;overflow:hidden;border:0;padding:0;clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);margin:-1px}.checkbox__policy{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}.checkbox__icon{display:inline-block;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;margin-right:7px;width:15px;height:15px;border:2px solid #212121;border-radius:2px}.checkbox__input:checked+.checkbox__icon{background:#2196f3;border:2px solid #2196f3;background-image:url(../images/check.svg);background-size:contain;background-origin:border-box;background-position:center;background-repeat:no-repeat}.page-header__main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:60px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#ececec}@media screen and (min-width: 768px){.page-header__main{height:80px}}.container{padding-top:0;padding-bottom:0;padding-right:15px;padding-left:15px;margin-left:auto;margin-right:auto}@media screen and (min-width: 1200px){.container{width:1200px}}.section{padding-top:94px;padding-bottom:94px}@media screen and (max-width: 1199px){.section{padding-top:60px;padding-bottom:60px}}.logo{display:block;color:#000;font-family:"Raleway",sans-serif;font-style:normal;font-weight:700;font-size:26px;line-height:1.19;letter-spacing:.03em;text-decoration:none}.logo__accent{color:#2196f3}.logo-footer{color:#fff;font-family:"Raleway",sans-serif;font-style:normal;font-weight:700;font-size:24px;line-height:1.16;letter-spacing:.03em;text-decoration:none;display:block;margin-bottom:28px}.footer-nav{font-style:normal;font-weight:400;font-size:14px;line-height:1.71;letter-spacing:.03em}.footer-nav__link{color:#fff;text-decoration:none;-webkit-transition:color 250ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 250ms cubic-bezier(0.4, 0, 0.2, 1)}.footer-nav__link:hover,.footer-nav__link:focus{color:#2196f3}.footer-nav__contact{color:rgba(255,255,255,.6);text-decoration:none;-webkit-transition:color 250ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 250ms cubic-bezier(0.4, 0, 0.2, 1)}.footer-nav__contact:hover,.footer-nav__contact:focus{color:#2196f3}.footer-nav__list{display:block;padding-left:0;padding-right:0;margin:0}@media screen and (max-width: 767px){.footer-nav__item:nth-child(-n+2){margin-bottom:12px}}.hero{background-color:#2f303a;margin:auto;padding-top:118px;padding-bottom:118px;max-width:1600px;height:400px;background-position:center;background-repeat:no-repeat;background:-webkit-gradient(linear, left top, right top, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))),url(../images/hero/img_mob@1x.jpg);background:linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)),url(../images/hero/img_mob@1x.jpg)}@media screen and (min-device-pixel-ratio: 2),(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi),(min-resolution: 2dppx){.hero{background:-webkit-gradient(linear, left top, right top, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))),url(../images/hero/img_mob@2x.jpg);background:linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)),url(../images/hero/img_mob@2x.jpg)}}@media screen and (min-width: 768px){.hero{background:-webkit-gradient(linear, left top, right top, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))),url(../images/hero/img_tab@1x.jpg);background:linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)),url(../images/hero/img_tab@1x.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{background:-webkit-gradient(linear, left top, right top, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))),url(../images/hero/img_tab@2x.jpg);background:linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)),url(../images/hero/img_tab@2x.jpg)}}@media screen and (min-width: 1200px){.hero{background:-webkit-gradient(linear, left top, right top, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))),url(../images/hero/img_des@1x.jpg);background:linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)),url(../images/hero/img_des@1x.jpg);height:600px;padding-top:200px;padding-bottom:200px}}@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{background:-webkit-gradient(linear, left top, right top, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))),url(../images/hero/img_des@2x.jpg);background:linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)),url(../images/hero/img_des@2x.jpg)}}.hero__title{color:#fff;text-align:center;font-weight:900;font-size:26px;line-height:1.61;letter-spacing:.06em;text-transform:uppercase;margin:0 auto 30px}@media screen and (min-width: 768px){.hero__title{width:360px}}@media screen and (min-width: 1200px){.hero__title{width:696px;font-size:44px;line-height:1.36}}.hero__button{cursor:pointer;color:#fff;background-color:#2196f3;font-family:inherit;font-weight:700;font-size:16px;line-height:1.88;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;letter-spacing:.06em;border-radius:4px;padding:10px 32px;margin:0 auto;border:none;-webkit-transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1)}.hero__button:hover,.hero__button:focus{background-color:#188ce8}.button-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:0;margin-bottom:50px;padding:0}.button-list__item+.button-list__item{margin-left:8px}.button-list__filter{cursor:pointer;color:#212121;background:#f5f4fa;font-family:inherit;font-weight:500;font-size:16px;line-height:1.63;text-align:center;letter-spacing:.03em;border-radius:4px;padding:6px 22px;max-width:130px;border:none;-webkit-transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),color 250ms cubic-bezier(0.4, 0, 0.2, 1),-webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),color 250ms cubic-bezier(0.4, 0, 0.2, 1),-webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),color 250ms cubic-bezier(0.4, 0, 0.2, 1),box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),color 250ms cubic-bezier(0.4, 0, 0.2, 1),box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1),-webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1)}.button-list__filter:hover,.button-list__filter:focus{color:#fff;background-color:#2196f3;-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);border-radius:4px}.features{padding:0;margin:0}@media screen and (min-width: 768px){.features{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;padding:0;margin:-15px}}@media screen and (min-width: 1200px){.features{margin:0;gap:30px}}@media screen and (min-width: 768px){.features__item{width:calc((100% - 60px)/2);margin:15px}}@media screen and (min-width: 1200px){.features__item{margin:0;width:calc((100% - 90px)/4)}}@media screen and (max-width: 767px){.features__item:not(:last-child){margin-bottom:30px}}.features__block{margin-bottom:30px;height:120px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#f5f4fa}.features__title{color:#212121;font-weight:700;font-size:14px;line-height:1.14;letter-spacing:.03em;text-transform:uppercase;text-align:center;padding:0;margin-top:0;margin-bottom:10px}@media screen and (min-width: 768px){.features__title{text-align:start}}.features__text{font-size:14px;line-height:1.71;letter-spacing:.03em;margin-top:0;margin-bottom:0}.section__works{padding-top:0}@media screen and (max-width: 1200px){.section__works{display:none}}.works__title{color:#212121;font-weight:700;font-size:36px;line-height:1.16;text-align:center;letter-spacing:.03em;margin-top:0;margin-bottom:50px}.works-list{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;margin-top:0;margin-bottom:0}.works-list__item{width:370px;position:relative}.works-list__img{display:block}.works-list__item+.works-list__item{margin-left:30px}.works-list__block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;width:100%;height:70px;bottom:0;background:rgba(47,48,58,.8)}.works-list__text{margin:0;font-style:normal;font-weight:700;font-size:14px;line-height:1.14;text-align:center;letter-spacing:.03em;text-transform:uppercase;color:#fff}.team{background-color:#f5f4fa}.team__title{color:#212121;font-weight:700;font-size:28px;line-height:1.17;text-align:center;letter-spacing:.03em;margin-top:0;margin-bottom:30px}@media screen and (min-width: 1200px){.team__title{font-size:36px;line-height:1.16}}.team-list{display:block;margin:0;padding:0}@media screen and (min-width: 768px){.team-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;padding:0;margin:-15px}}@media screen and (min-width: 1200px){.team-list{-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin:0}}@media screen and (min-width: 768px){.team-list__item{width:calc((100% - 60px)/2);margin:15px}}@media screen and (min-width: 1200px){.team-list__item{margin:0}}@media screen and (min-width: 1200px){.team-list__item+.team-list__item{margin-left:30px}}.team-list__item{background-color:#fff;-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}@media screen and (max-width: 767px){.team-list__item:not(:last-child){margin-bottom:30px}}.team-list__description{text-align:center;padding-top:30px;padding-bottom:30px}.team-list__user{color:#212121;font-weight:500;font-size:16px;line-height:1.18;letter-spacing:.03em;margin-top:0;margin-bottom:10px}.team-list__major{margin:0;font-size:16px;line-height:1.18;letter-spacing:.03em;margin-bottom:16px}.team-list__photo{width:100%;display:block}.social-networks{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0}.social-networks__item{background-color:#fff}.social-networks__item:not(:last-child){margin-right:10px}.social-networks__link{display:-webkit-box;display:-ms-flexbox;display:flex;width:44px;height:44px;border-radius:50%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;fill:#afb1b8;-webkit-transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),fill 250ms cubic-bezier(0.4, 0, 0.2, 1);transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),fill 250ms cubic-bezier(0.4, 0, 0.2, 1)}.social-networks__link:hover{fill:#fff;background-color:#2196f3}.clients-title{color:#212121;font-weight:700;font-size:28px;line-height:1.17;text-align:center;letter-spacing:.03em;margin-top:0;margin-bottom:30px}@media screen and (min-width: 1200px){.clients-title{font-size:36px;line-height:1.16}}.company-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0;gap:30px}.company-list__item{width:calc((100% - 30px)/2)}@media screen and (min-width: 768px){.company-list__item{width:calc((100% - 60px)/3)}}@media screen and (min-width: 1200px){.company-list__item{width:calc((100% - 150px)/6)}}.company-list__link{display:-webkit-box;display:-ms-flexbox;display:flex;height:92px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:4%;border:1px solid rgba(0,0,0,.25);background-color:#fff;fill:#afb1b8;-webkit-transition:border 250ms cubic-bezier(0.4, 0, 0.2, 1),fill 250ms cubic-bezier(0.4, 0, 0.2, 1);transition:border 250ms cubic-bezier(0.4, 0, 0.2, 1),fill 250ms cubic-bezier(0.4, 0, 0.2, 1)}.company-list__link:hover{fill:#2196f3;border:1px solid #2196f3}.footer{background-color:#2f303a;padding-top:60px;padding-bottom:60px;margin:auto;text-align:center}@media screen and (min-width: 768px){.footer-general{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around;margin-right:0}}@media screen and (max-width: 1199px){.footer-navigation{margin-bottom:60px}}@media screen and (min-width: 1200px){.footer-navigation{display:block;text-align:start}}@media screen and (max-width: 767px){.footer-networks{margin-bottom:60px}}@media screen and (min-width: 1200px){.footer-networks{margin-left:70px}}.footer-networks__title{color:#fff;font-family:"Roboto";font-style:normal;font-weight:700;font-size:14px;line-height:1.14;letter-spacing:.03em;text-transform:uppercase;margin-top:0;margin-bottom:20px}.footer-networks__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;margin:0}.footer-networks__link{display:-webkit-box;display:-ms-flexbox;display:flex;width:44px;height:44px;border-radius:50%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(255,255,255,.1);fill:#fff;-webkit-transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1)}.footer-networks__link:hover{background-color:#2196f3}.footer-networks__item:not(:last-child){margin-right:10px}@media screen and (min-width: 1200px){.footer-form{margin-left:93px}}.footer-form__title{margin-top:0;margin-bottom:20px;font-weight:700;font-size:14px;line-height:1.14;letter-spacing:.03em;text-transform:uppercase;color:#fff}@media screen and (min-width: 1200px){.footer-form__title{text-align:start}}.footer-form__input{margin-bottom:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:358px;height:50px;padding:15px 16px;background-color:rgba(0,0,0,0);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;color:#fff}@media screen and (min-width: 1200px){.footer-form__input{display:inline-block}}.footer-form__input::-webkit-input-placeholder{-webkit-box-align:center;align-items:center;font-weight:400;font-size:16px;line-height:1.16;letter-spacing:.03em;color:rgba(255,255,255,.6)}.footer-form__input::-moz-placeholder{align-items:center;font-weight:400;font-size:16px;line-height:1.16;letter-spacing:.03em;color:rgba(255,255,255,.6)}.footer-form__input:-ms-input-placeholder{-ms-flex-align:center;align-items:center;font-weight:400;font-size:16px;line-height:1.16;letter-spacing:.03em;color:rgba(255,255,255,.6)}.footer-form__input::-ms-input-placeholder{-ms-flex-align:center;align-items:center;font-weight:400;font-size:16px;line-height:1.16;letter-spacing:.03em;color:rgba(255,255,255,.6)}.footer-form__input::placeholder{-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:400;font-size:16px;line-height:1.16;letter-spacing:.03em;color:rgba(255,255,255,.6)}@media screen and (min-width: 1200px){.footer-form__input::-webkit-input-placeholder{display:-webkit-box;display:flex}.footer-form__input::-moz-placeholder{display:flex}.footer-form__input:-ms-input-placeholder{display:-ms-flexbox;display:flex}.footer-form__input::-ms-input-placeholder{display:-ms-flexbox;display:flex}.footer-form__input::placeholder{display:-webkit-box;display:-ms-flexbox;display:flex}}@media screen and (min-width: 1200px){.footer-form__label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.footer-form__button{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:auto;margin-right:auto;width:200px;height:50px;cursor:pointer;border:none;outline:none;background-color:#2196f3;-webkit-box-shadow:0px 4px 4px rgba(0,0,0,.15);box-shadow:0px 4px 4px rgba(0,0,0,.15);border-radius:4px;font-weight:700;font-size:16px;line-height:30px;color:#fff;-webkit-transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1)}.footer-form__button:hover,.footer-form__button:focus{background-color:#188ce8;background-origin:padding-box}@media screen and (min-width: 1200px){.footer-form__button{margin-left:12px}}.footer-form__icon{margin-left:10px;fill:#fff}.filter-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;margin:0}.filter-list__item{width:370px;margin-right:30px;margin-bottom:30px}.filter-list__info{padding:20px 24px;display:block;border-right-width:1px;border-right-style:solid;border-right-color:#eee;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#eee;border-left-width:1px;border-left-style:solid;border-left-color:#eee}.filter-list__item:nth-child(3n){margin-right:0}.filter-list__item:nth-last-child(-n+3){margin-bottom:0}.filter-list__title{color:#212121;font-weight:700;font-size:18px;line-height:2;letter-spacing:.06em;padding:0}.filter-list__category{color:#757575;font-size:16px;line-height:1.88;letter-spacing:.03em}.filter-list__link{text-decoration:none;display:block;-webkit-transition:-webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);transition:-webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);transition:box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);transition:box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1)}.filter-list__link:hover{-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)}.filter-list__link:hover .filter-list__overlay{-webkit-transform:translate(0);transform:translate(0)}.filter-list__overlay{position:absolute;right:0;bottom:0;width:100%;height:100%;background:rgba(33,150,243,.9);-webkit-transform:translateY(101%);transform:translateY(101%);-webkit-transition:-webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);transition:-webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);transition:transform 250ms cubic-bezier(0.4, 0, 0.2, 1);transition:transform 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1)}.filter-list__overlay .filter-list__description{margin:0;padding:64px 24px;font-weight:400;font-size:18px;line-height:1.55;letter-spacing:.03em;color:#fff}.filter-list__photo{display:block}.filter-list__box{position:relative;overflow:hidden}.filter-list__link,.filter-list__title,.filter-list__category{margin-top:0;margin-bottom:0}.menu-toggle{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin:0;padding:0;border:none;background-color:rgba(0,0,0,0)}.menu-toggle__img-menu{fill:#212121;cursor:pointer}.menu-toggle__img-menu:hover,.menu-toggle__img-menu:focus{fill:#2196f3}@media screen and (min-width: 768px){.menu-toggle{display:none}}.menu-toggle.is-open .icon-cross{display:block}.menu-toggle.is-open .icon-menu{display:none}@media screen and (max-width: 767px){.menu-container{z-index:999;display:none;position:absolute;top:0;left:0;width:100%;background-color:#fff;padding:40px}.menu-container.is-open{display:block;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (min-width: 768px){.menu-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.menu-container .menu-toggle{position:absolute;top:16px;right:16px}.nav{margin-top:0;margin-bottom:265px;padding:0}.nav__link{font-style:normal;font-weight:500;font-size:40px;line-height:1.17;letter-spacing:.02em;color:#212121;text-decoration:none}.nav__link:hover,.nav__link:focus{color:#2196f3}@media screen and (min-width: 768px){.nav__link{font-size:14px;line-height:1.14;text-decoration:none}.nav__link:hover,.nav__link:focus{color:#2196f3}}.nav__link--current{color:#2196f3}@media screen and (max-width: 767px){.nav__item:not(:last-child){margin-bottom:32px}}@media screen and (min-width: 768px){.nav{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:93px;padding:0;margin-bottom:0}.nav__item{position:relative}.nav__item+.nav__item{margin-left:50px}.nav .nav__link,.nav .nav__link--current{display:block;padding-top:32px;padding-bottom:32px;-webkit-transition:color 250ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 250ms cubic-bezier(0.4, 0, 0.2, 1)}.nav__link--current::before{position:absolute;content:"";bottom:0;width:100%;height:4px;background:#2196f3;border-radius:2px}}.contact{padding:0;margin:0;text-decoration:none}@media screen and (max-width: 767px){.contact{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.contact__item:nth-child(2){margin-bottom:32px}}.contact__link{text-decoration:none;font-style:normal;font-weight:500;font-size:24px;line-height:1.16;letter-spacing:.02em;color:#757575}@media screen and (min-width: 768px){.contact__link{text-decoration:none;color:#757575;fill:#757575;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;line-height:1.16;-webkit-transition:color 250ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 250ms cubic-bezier(0.4, 0, 0.2, 1)}.contact__link:hover,.contact__link:focus{color:#2196f3;fill:#2196f3}}@media screen and (min-width: 1200px){.contact__link{font-size:14px;line-height:1.14}}@media screen and (max-width: 767px){.contact__link.mobile-accent{font-family:"Roboto";font-style:normal;font-weight:500;font-size:34px;line-height:1.17;letter-spacing:.02em;color:#2196f3}.contact__item:nth-child(1){margin-bottom:64px}.contact__icon{display:none}}@media screen and (min-width: 768px){.contact__icon{margin-right:10px}.contact__item:nth-child(1){margin-bottom:10px}}@media screen and (min-width: 1200px){.contact{display:-webkit-box;display:-ms-flexbox;display:flex}.contact__item:nth-child(1){margin-bottom:0px}.contact__item+.contact__item{margin-left:50px}}.social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;margin:0}@media screen and (min-width: 768px){.social{display:none}}.social__item:not(:last-child){margin-right:20px}.social__item:not(:last-child)::after{position:absolute;content:"";margin-left:10px;width:0;height:22px;border-right:1px solid rgba(33,33,33,.2)}.social__networks{position:relative;text-decoration:none;font-family:"Roboto";font-style:normal;font-weight:500;font-size:18px;line-height:1.22;letter-spacing:.02em;color:#2196f3}.btn-up{position:fixed;background-color:#188ce8;right:20px;bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;cursor:pointer;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:60px;height:50px}.btn-up::before{content:"";width:40px;height:40px;background:rgba(0,0,0,0) no-repeat center center;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E")}.btn-up_hide{display:none}@media(hover: hover)and (pointer: fine){.btn-up:hover{background-color:#2f303a}}/*# sourceMappingURL=main.min.css.map */