:root{--color-white: #fff;--color-text: #6a6a6a;--color-accent: #0478ff;--color-btn: #1d9bf0;--color-btn-hov: #3fa7ef;--color-bg: #383838;--color-title: #212121;--anim-trans: 250ms cubic-bezier(0.4, 0, 0.2, 1);--grad-bg: linear-gradient(rgba(56, 56, 56, 0.75), rgba(56, 56, 56, 0.75));--filter-form-bg: drop-shadow(1px 1px 20px rgba(106, 106, 106, 0.78));--color-input: rgba(0, 172, 238, 0.2)}@-webkit-keyframes moving{0%{top:70%;left:50%;transform:translate(-50%, -50%)}100%{top:85%;left:50%;transform:translate(-50%, -50%)}}@keyframes moving{0%{top:70%;left:50%;transform:translate(-50%, -50%)}100%{top:85%;left:50%;transform:translate(-50%, -50%)}}p,h1,h2,h3,h4,h5,h6{margin:0}ul,ol{margin:0;padding-left:0}button{cursor:pointer}address{font-style:normal}img{display:block;height:auto;max-width:100%;width:100%}body{background-color:var(--color-white);color:var(--color-text);font-family:"Roboto",sans-serif;letter-spacing:.03em;font-weight:400;font-size:14px;line-height:1.7}html{scroll-behavior:smooth}.list{list-style:none}.link{text-decoration:none}.container{margin:0 auto;width:100%;padding-left:15px;padding-right: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:1236px}}.section-title{color:var(--color-title);font-weight:700;font-size:26px;line-height:1.16;text-align:center;margin-bottom:35px}@media screen and (min-width: 1200px){.section-title{font-size:36px;margin-bottom:74px}}.hero__form{background:var(--color-white);box-shadow:3px 4px 4px rgba(0,0,0,.25);filter:var(--filter-form-bg);border-radius:10px;padding:20px;margin-top:30px;width:330px;height:555px}@media screen and (min-width: 768px){.hero__form{margin-top:30px;width:500px;height:548px}}@media screen and (min-width: 1200px){.hero__form{margin-top:0;width:500px;height:670px;padding:30px 40px}}.form__title{font-family:"Roboto";font-style:normal;font-weight:700;font-size:20px;line-height:1.19;text-align:center;color:var(--color-btn);margin-bottom:15px}@media screen and (min-width: 1200px){.form__title{font-size:26px;margin-bottom:20px}}.form__sub-title{font-style:normal;font-weight:400;font-size:14px;line-height:1.4;text-align:center;margin-bottom:30px}@media screen and (min-width: 1200px){.form__sub-title{font-weight:500;font-size:20px;margin-bottom:42px}}.form__input{font-size:18px;width:100%;height:50px;background-color:var(--color-input);border-color:rgba(0,0,0,0);border-radius:10px;outline:rgba(0,0,0,0);padding-left:30px;padding-right:30px;margin-bottom:35px}@media screen and (min-width: 1200px){.form__input{height:60px}}.form__input:not(:-moz-placeholder-shown)+.form__label{color:var(--color-btn);transform:translateY(-75px)}.form__input:not(:-ms-input-placeholder)+.form__label{color:var(--color-btn);transform:translateY(-75px)}.form__input:focus+.form__label,.form__input:not(:placeholder-shown)+.form__label{color:var(--color-btn);transform:translateY(-75px)}.form__field{position:relative}.form__label{position:absolute;top:60%;left:30px;transform:translateY(-160%);transition:transform var(--anim-trans),color var(--anim-trans)}@media screen and (min-width: 1200px){.form__label{top:50%;transform:translateY(-120%)}}.form__button{width:100%;background-color:var(--color-btn);border-radius:10px;border-color:rgba(0,0,0,0);height:50px;font-family:"Roboto",sans-serif;font-weight:700;font-size:20px;line-height:1.14;letter-spacing:.06em;color:var(--color-white);margin-bottom:20px;transition:background-color var(--anim-trans)}.form__button:hover,.form__button:focus{background-color:var(--color-btn-hov)}@media screen and (min-width: 1200px){.form__button{height:70px}}.pivacy-policy{display:flex;gap:7px;align-items:center;justify-content:center;color:var(--color-title);font-size:9px;line-height:1.14}@media screen and (min-width: 768px){.pivacy-policy{font-size:12px}}@media screen and (min-width: 1200px){.pivacy-policy{font-size:14px}}.pivacy-policy__link{color:var(--color-accent);font-size:9px;line-height:1.14}@media screen and (min-width: 768px){.pivacy-policy__link{font-size:12px}}@media screen and (min-width: 1200px){.pivacy-policy__link{font-size:14px}}.rap{position:relative;height:50px}@media screen and (min-width: 768px){.rap{height:50px}}@media screen and (min-width: 1200px){.rap{height:60px}}.form__wrap{position:absolute;top:50%;left:30px;transform:translateY(-50%);border:none;background-color:rgba(0,0,0,0);color:var(--color-text);outline:rgba(0,0,0,0);font-family:"Roboto",sans-serif;letter-spacing:.03em;font-weight:400;font-size:14px;line-height:1.7;width:calc(100% - 40px);height:50px}.button{background:var(--color-btn);border-radius:25px;padding:15px 45px;border-color:rgba(0,0,0,0);font-family:"Roboto",sans-serif;font-weight:700;font-size:16px;line-height:1.14;letter-spacing:.06em;color:#fff;transition:background-color var(--anim-trans)}.button:hover,.button:focus{background-color:var(--color-btn-hov)}@media screen and (min-width: 1200px){.button{font-size:20px}}.backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.4);transition:opacity var(--anim-trans),visibility var(--anim-trans)}.is-hidden{opacity:0;pointer-events:none;visibility:hidden}.modal{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);overflow:auto;width:334px;height:475px;padding:20px;background-color:#fff;border-radius:4px;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);transform:translate(-50%, -50%) scale(1);transition:transform var(--anim-trans)}@media screen and (min-width: 768px){.modal{width:528px;height:600px;padding:40px}}@media screen and (min-width: 1200px){.modal{width:528px;height:666px;padding:40px}}.backdrop.is-hidden .modal{transform:translate(-50%, -50%) scale(0)}.modal-coment{height:600px;overflow:auto}@media screen and (min-width: 768px){.modal-coment{height:700px}}@media screen and (min-width: 1200px){.modal-coment{height:700px}}.modal__close{width:30px;height:30px;background-color:rgba(0,0,0,0);border:1px solid rgba(0,0,0,.1);border-radius:50%;position:absolute;top:8px;right:8px;display:flex;align-items:center;justify-content:center;fill:#000;transition:fill var(--anim-trans),border-color var(--anim-trans)}.modal__close:hover,.modal__close:focus{color:var(--color-btn-hov);fill:var(--color-btn-hov);border-color:var(--color-btn-hov)}.modal__input{height:50px}@media screen and (min-width: 768px){.modal__input{height:60px}}@media screen and (min-width: 1200px){.modal__input{height:60px}}.form__input--textarea{resize:none;height:88px;padding-top:15px}.form__input--textarea:not(:-moz-placeholder-shown)+.modal__label--coment{color:var(--color-btn);transform:translateY(-60px)}.form__input--textarea:not(:-ms-input-placeholder)+.modal__label--coment{color:var(--color-btn);transform:translateY(-60px)}.form__input--textarea:focus+.modal__label--coment,.form__input--textarea:not(:placeholder-shown)+.modal__label--coment{color:var(--color-btn);transform:translateY(-60px)}.modal__label--coment{position:absolute;top:25%;left:30px;transform:translateY(-65%)}.header{display:none;padding-top:29px;padding-bottom:29px}@media screen and (min-width: 1200px){.header{display:block}}.logo{display:block;text-align:center;font-family:"Raleway";font-weight:700;font-size:36px;line-height:1.16;color:var(--color-title)}.header__nav{position:relative}.menu{display:flex;gap:300px;justify-content:center;align-items:center;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.menu__link{font-style:normal;font-weight:500;font-size:16px;line-height:1.18;margin-right:60px;color:var(--color-text);transition:color var(--anim-trans)}.menu__link:hover,.menu__link:focus{color:var(--color-btn)}

.hero{/* max-width:1600px */;height:364px;background-image:url("../img/banner-bg-mob.jpg");background-repeat:no-repeat;background-position:center;background-size:cover;background-color:var(--color-bg);display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap;margin-bottom:583px}@media(min-device-pixel-ratio: 2),(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi),(min-resolution: 2dppx){.hero{background-image:url("../img/banner-bg-mob-2x.jpg")}}@media screen and (min-width: 768px){.hero{margin-bottom:586px;background-image:url("../img/banner-bg-2x.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-image:url("../img/banner-bg-2x.jpg")}}@media screen and (min-width: 1200px){.hero{height:900px;flex-wrap:nowrap;margin-bottom:1px;background-image:url("../img/banner-bg.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{background-image:url("../img/banner-bg-2x.jpg")}}.hero__block{position:relative;background-color:rgba(0,0,0,.59);width:100%;height:100%;text-align:center;padding:90px 25px}@media screen and (min-width: 1200px){.hero__block{width:500px;height:500px}}.hero__title{font-weight:700;line-height:1.16;color:var(--color-accent);text-shadow:0px 4px 4px rgba(0,0,0,.25);margin-bottom:20px;font-size:24px}@media screen and (min-width: 1200px){.hero__title{font-size:48px;margin-bottom:39px}}.hero__sub-title{font-weight:500;line-height:1.16;color:var(--color-white);margin-bottom:38px;font-size:20px}@media screen and (min-width: 1200px){.hero__sub-title{font-size:30px;margin-bottom:100px}}.hero__text{font-weight:400;font-size:18px;line-height:1.17;color:var(--color-white)}@media screen and (min-width: 1200px){.hero__text{font-size:24px;line-height:1.16}}.hero__arrow{display:block;fill:var(--color-accent);position:absolute;-webkit-animation-name:moving;animation-name:moving;-webkit-animation-duration:1500ms;animation-duration:1500ms;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@media screen and (min-width: 768px){.hero__arrow{display:none}}@media screen and (min-width: 1200px){.hero__arrow{display:none}}.services{padding-top:35px;padding-bottom:35px}@media screen and (min-width: 1200px){.services{padding-top:74px;padding-bottom:74px}}.services__list{display:flex;flex-wrap:wrap;justify-content:center}@media screen and (min-width: 1200px){.services__list{display:block}}.services__bg{background-image:none;background-repeat:no-repeat;background-position:center;background-size:cover}@media(min-device-pixel-ratio: 2),(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi),(min-resolution: 2dppx){.services__bg{background-image:none}}@media screen and (min-width: 768px){.services__bg{background-image:url(../img/bg-servic-tab.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){.services__bg{background-image:url(../img/bg-servic-tab-2x.jpg)}}@media screen and (min-width: 1200px){.services__bg{background-image:url(../img/bg-servic.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){.services__bg{background-image:url(../img/bg-servic-2x.jpg)}}.services__block{width:100%}@media screen and (min-width: 768px){.services__block{width:100%}}@media screen and (min-width: 1200px){.services__block{width:70%}}.services__item{background-color:#f6f6fa;box-shadow:0px 4px 4px rgba(0,0,0,.25);border-radius:20px;display:flex;padding:25px 40px;flex-wrap:wrap;width:100%;justify-content:center;gap:18px}.services__item:not(:last-child){margin-bottom:50px}@media screen and (min-width: 768px){.services__item{width:450px}}@media screen and (min-width: 1200px){.services__item{gap:45px;width:800px;flex-wrap:nowrap;align-items:center}}.services__btn{text-align:center}@media screen and (min-width: 768px){.services__btn{text-align:center}}@media screen and (min-width: 1200px){.services__btn{text-align:right}}.services__title{font-style:normal;font-weight:700;font-size:20px;line-height:1.19;color:var(--color-title);text-align:center;margin-bottom:20px}@media screen and (min-width: 1200px){.services__title{margin-bottom:30px;font-size:26px}}.services__text{font-weight:400;color:var(--color-text);font-size:16px;line-height:1.18;margin-bottom:18px}@media screen and (min-width: 1200px){.services__text{margin-bottom:25px;font-size:20px;line-height:1.7}}.team{padding-bottom:35px}@media screen and (min-width: 1200px){.team{padding-bottom:74px}}.team__list{display:flex;gap:30px;flex-wrap:wrap}.team__item{width:100%}@media screen and (min-width: 768px){.team__item{width:calc((100% - 30px)/2)}}@media screen and (min-width: 1200px){.team__item{width:calc((100% - 60px)/3)}}.team__block{background:#eaf2ff;box-shadow:0px 4px 4px rgba(0,0,0,.25);border-radius:15px}.team__content{text-align:center;padding:32px 22px}.team__img{border-radius:15px 15px 0px 0px}.team__name{font-weight:700;font-size:20px;line-height:1.16;color:var(--color-title);margin-bottom:20px}@media screen and (min-width: 1200px){.team__name{font-size:22px}}.team__text{font-weight:400;font-size:16px;line-height:1.18;margin-bottom:20px}@media screen and (min-width: 1200px){.team__text{font-size:20px;line-height:1.4}}.footer{background-color:var(--color-bg);background-image:var(--grad-bg),url("../img/footer-bg-mob.jpg");background-repeat:no-repeat;background-position:right}@media(min-device-pixel-ratio: 2),(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi),(min-resolution: 2dppx){.footer{background-image:var(--grad-bg),url("../img/footer-bg-mob-2x.jpg")}}@media screen and (min-width: 768px){.footer{background-image:var(--grad-bg),url("../img/footer-bg-tab.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){.footer{background-image:var(--grad-bg),url("../img/footer-bg-tab-2x.jpg")}}@media screen and (min-width: 1200px){.footer{background-image:var(--grad-bg),url("../img/footer-bg.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){.footer{background-image:var(--grad-bg),url("../img/footer-bg-2x.jpg")}}.footer__logo{font-family:"Raleway";font-weight:700;font-size:36px;line-height:1.16;color:var(--color-white)}.footer__addres{margin-top:60px;margin-bottom:60px}.footer__link{position:relative;display:flex;align-items:center;font-weight:400;font-size:16px;line-height:1.18;color:var(--color-white);fill:var(--color-white);transition:color var(--anim-trans),fill var(--anim-trans)}.footer__link:hover,.footer__link:focus{color:var(--color-btn-hov);fill:var(--color-btn-hov)}.footer__contact{margin-left:37px}.footer__contact:not(:last-child){margin-bottom:30px}.footer__block{padding-top:50px;padding-bottom:50px;width:100%}@media screen and (min-width: 768px){.footer__block{width:calc(50% - 70px)}}@media screen and (min-width: 1200px){.footer__block{width:calc(33.3333333333% - 70px);padding-top:74px;padding-bottom:74px}}.foooter__wrap{display:flex}.footer__icon{position:absolute;left:-40px;width:25px;margin-right:15px}.thanks{padding-top:35px;text-align:center;background-image:url("../img/thank-you/bg-thank-mob.png");background-repeat:no-repeat;background-position:center;background-size:cover}@media(min-device-pixel-ratio: 2),(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi),(min-resolution: 2dppx){.thanks{background-image:url("../img/thank-you/bg-thank-mob-2x.png")}}@media screen and (min-width: 768px){.thanks{padding-top:74px;background-image:url("../img/thank-you/bg-thank.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){.thanks{background-image:url("../img/thank-you/bg-thank-2x.jpg")}}@media screen and (min-width: 1200px){.thanks{padding-top:74px;background-image:url("../img/thank-you/bg-thank.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){.thanks{background-image:url("../img/thank-you/bg-thank-2x.jpg")}}.thanks__sub-title{font-weight:500;font-size:16px;line-height:1.14;color:var(--color-title);margin-bottom:23px}@media screen and (min-width: 1200px){.thanks__sub-title{font-size:20px;line-height:1.17}}.thanks__text{font-weight:500;font-size:16px;line-height:1.14;color:var(--color-title);margin-bottom:20px}@media screen and (min-width: 1200px){.thanks__text{font-size:20px;line-height:1.17;margin-bottom:38px}}.thanks__succes{margin:0 auto;width:80px;height:80px;margin-bottom:38px}@media screen and (min-width: 1200px){.thanks__succes{width:120px;height:120px}}.thanks-img{margin:0 auto;width:100%;height:100%}@media screen and (min-width: 768px){.thanks-img{width:436px;height:361px}}@media screen and (min-width: 1200px){.thanks-img{width:436px;height:361px}}

.iti{
    width: 100%;
    margin-bottom: 20px;
}

.form__input{
    margin-bottom: 20px;
}

.hero__form{
    height: auto;
}