@import'~node_modules/modern-normalize/modern-normalize.css';@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800&display=swap";*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}body{font-family:"Montserrat",sans-serif;color:#252b42;background-color:#fafafa}ul{list-style:none;margin-top:0;margin-bottom:0;padding:0}h1,h2,h3,h4,h5,h6,p{margin:0}img{display:block;max-width:100%;height:auto}a{text-decoration:none;outline:none}button{border:none;margin:0;padding:0;background-color:rgba(0,0,0,0)}@media screen and (min-width: 380px){.container{padding-left:40px;padding-right:40px;margin:0 auto}}@media screen and (min-width: 768px){.container{width:1240px;padding-left:100px;padding-right:100px;margin:0 auto}}@media screen and (min-width: 1200px){.container{width:1240px;padding-left:100px;padding-right:100px;margin:0 auto}}.hidden{position:absolute;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px}.is-hidden{position:absolute;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px}.header{position:absolute;width:100%;padding-top:20px}.header__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__logo{font-weight:700;font-size:24px;line-height:1.33;letter-spacing:.1px;color:#252b42;margin-right:120px}@media screen and (max-width: 767px){.header__list{display:none}}@media screen and (min-width: 768px){.header__list{display:-webkit-box;display:-ms-flexbox;display:flex}}@media screen and (min-width: 1200px){.header__list{display:-webkit-box;display:-ms-flexbox;display:flex}}.header__item{margin-right:20px}.header__item--pseudo:last-child{margin-right:0}.header__link{font-weight:600;font-size:14px;line-height:1.71;letter-spacing:.2px;color:#737373}.header__link--active:hover,.header__link--active:focus{color:#00a0c1}.header__link--with-icon{position:relative;padding-right:15px}.header__link--with-icon::after{content:"+";position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#737373;font-size:14px;-webkit-transition:color .3s ease;transition:color .3s ease;color:#00a0c1}.header__link--with-icon:hover::after{color:#ffa62b}.menu-open__button{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;background-color:rgba(0,0,0,0);border:none;-webkit-transition:-webkit-transform 750ms cubic-bezier(0.4, 0, 0.2, 1);transition:-webkit-transform 750ms cubic-bezier(0.4, 0, 0.2, 1);transition:transform 750ms cubic-bezier(0.4, 0, 0.2, 1);transition:transform 750ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 750ms cubic-bezier(0.4, 0, 0.2, 1)}.menu-open__button:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}@media screen and (min-width: 1280px){.menu-open__button{display:none}}.menu-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:fixed;top:0;right:0;width:64vw;height:100%;padding:20px;background-color:#00a0c1;z-index:999;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out, -webkit-transform .3s ease-in-out}@media screen and (min-width: 768px){.menu-container{width:50vw}}.menu-container.is-open{-webkit-transform:translateX(0);transform:translateX(0)}.menu-container.is-closing{-webkit-transform:translateX(100%);transform:translateX(100%)}.menu-close__button{cursor:pointer;position:absolute;top:20px;right:5%;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;padding:0;width:32px;height:32px;outline:rgba(0,0,0,0);fill:#fff;background-color:rgba(0,0,0,0);border:none;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out, -webkit-transform .3s ease-in-out}.menu-close__button:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.menu-close__icon{fill:#fff;stroke:#fff}.menu__nav{margin-top:35vh}.menu__nav-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;text-align:center}.menu__nav-link{position:relative;font-size:24px;font-weight:400;line-height:1.28em;color:#fff;-webkit-transition:letter-spacing .3s ease-in-out;transition:letter-spacing .3s ease-in-out}.menu__nav-link:hover{letter-spacing:2px}body.no-scroll{overflow:hidden;height:100%;position:fixed;width:100%}.backdrop{position:fixed;min-width:320px;z-index:10;top:0;left:0;width:100vw;height:100vh;background-color:rgba(18,20,23,.4);-webkit-transition:opacity .3s ease-in-out,visibility .3s ease-in-out;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;opacity:1;pointer-events:auto;visibility:visible}.is-hidden{opacity:0;pointer-events:none;visibility:hidden;-webkit-transition:opacity .3s ease-in-out,visibility .3s ease-in-out;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.hero{background-size:cover;background-position:center;background-repeat:no-repeat;margin-left:auto;margin-right:auto}@media screen and (max-width: 767px){.hero{background-image:url("../images/hero-m1x.jpg")}}@media screen and (max-width: 767px)and (min-device-pixel-ratio: 2),screen and (max-width: 767px)and (-webkit-min-device-pixel-ratio: 2),screen and (max-width: 767px)and (min-resolution: 192dpi),screen and (max-width: 767px)and (min-resolution: 2dppx){.hero{background-image:url("../images/hero-m2x.jpg")}}@media screen and (min-width: 768px){.hero{background-image:url("../images/hero-t1x.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("../images/hero-t2x.jpg")}}@media screen and (min-width: 1200px){.hero{height:794px;background-image:url("../images/hero-d1x.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("../images/hero-d2x.jpg")}}@media screen and (min-width: 1560px){.hero{height:794px;background-image:url("../images/hero-d2x.jpg")}}@media screen and (min-width: 1560px)and (min-device-pixel-ratio: 2),screen and (min-width: 1560px)and (-webkit-min-device-pixel-ratio: 2),screen and (min-width: 1560px)and (min-resolution: 192dpi),screen and (min-width: 1560px)and (min-resolution: 2dppx){.hero{background-image:url("../images/hero-d3x.jpg")}}@media screen and (max-width: 767px){.hero__title{width:336px;height:114px;font-weight:700;font-size:40px;line-height:1.42;letter-spacing:.2px;padding-top:100px;text-transform:uppercase}}@media screen and (min-width: 768px){.hero__title{width:510px;height:160px;font-weight:800;font-size:58px;line-height:1.38;letter-spacing:.2px;padding-top:184px;text-transform:uppercase}}@media screen and (min-width: 1200px){.hero__title{width:510px;height:160px;font-weight:800;font-size:58px;line-height:1.38;letter-spacing:.2px;padding-top:184px;text-transform:uppercase}}@media screen and (max-width: 767px){.hero__subtitle{width:280px;height:120px;font-weight:500;font-size:20px;line-height:1.5;letter-spacing:.2px;margin-top:180px;color:#737373}}@media screen and (min-width: 768px){.hero__subtitle{width:376px;height:60px;font-weight:500;font-size:20px;line-height:1.5;letter-spacing:.2px;margin-top:180px;color:#737373}}@media screen and (min-width: 1200px){.hero__subtitle{width:376px;height:60px;font-weight:500;font-size:20px;line-height:1.5;letter-spacing:.2px;margin-top:180px;color:#737373}}@media screen and (max-width: 767px){.hero__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (min-width: 768px){.hero__wrapper{display:inline}}@media screen and (min-width: 1200px){.hero__wrapper{display:inline}}@media screen and (max-width: 767px){.hero__button{width:186px;height:48px;font-weight:700;font-size:14px;line-height:2;letter-spacing:.2px;color:#fff;background:#ffa62b;border-radius:37px;margin-left:auto;margin-right:auto;margin-bottom:200px;cursor:pointer}}@media screen and (min-width: 768px){.hero__button{width:186px;height:48px;font-weight:700;font-size:14px;line-height:2;letter-spacing:.2px;color:#fff;background:#ffa62b;border-radius:37px;margin-top:50px;margin-right:10px;cursor:pointer}}@media screen and (min-width: 1200px){.hero__button{width:186px;height:48px;font-weight:700;font-size:14px;line-height:2;letter-spacing:.2px;color:#fff;background:#ffa62b;border-radius:37px;margin-top:50px;margin-right:10px;cursor:pointer}}.hero__button:hover{color:#00a0c1;border:1px solid #00a0c1;background:rgba(0,0,0,0)}@media screen and (max-width: 767px){.company{padding-top:50px;padding-bottom:50px;background-color:#252b42}}@media screen and (min-width: 768px){.company{padding-top:130px}}@media screen and (min-width: 1200px){.company{padding-top:130px}}@media screen and (max-width: 767px){.company__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (min-width: 768px){.company__wrapper{position:absolute;top:630px;display:-webkit-box;display:-ms-flexbox;display:flex}}@media screen and (min-width: 1200px){.company__wrapper{position:absolute;top:630px;display:-webkit-box;display:-ms-flexbox;display:flex}}@media screen and (max-width: 767px){.company__link{background-color:#fff;-webkit-box-shadow:0px 13px 19px rgba(0,0,0,.07);box-shadow:0px 13px 19px rgba(0,0,0,.07);cursor:pointer;margin-bottom:30px}.company__link--pseudo:last-child{margin-bottom:0}.company__link--active:hover,.company__link--active:focus{background:#00a0c1;-webkit-box-shadow:0px 13px 19px rgba(0,0,0,.07);box-shadow:0px 13px 19px rgba(0,0,0,.07);color:#fff}.company__link--active:hover .company__title,.company__link--active:focus .company__title,.company__link--active:hover .company__subtitle,.company__link--active:focus .company__subtitle,.company__link--active:hover .company__icon,.company__link--active:focus .company__icon{color:#fff;fill:currentColor}}@media screen and (min-width: 768px){.company__link{background-color:#fff;-webkit-box-shadow:0px 13px 19px rgba(0,0,0,.07);box-shadow:0px 13px 19px rgba(0,0,0,.07);cursor:pointer;margin-right:30px;margin-bottom:30px}.company__link--pseudo:last-child{margin-right:0}.company__link--active:hover,.company__link--active:focus{background:#00a0c1;-webkit-box-shadow:0px 13px 19px rgba(0,0,0,.07);box-shadow:0px 13px 19px rgba(0,0,0,.07);color:#fff}.company__link--active:hover .company__title,.company__link--active:focus .company__title,.company__link--active:hover .company__subtitle,.company__link--active:focus .company__subtitle,.company__link--active:hover .company__icon,.company__link--active:focus .company__icon{color:#fff;fill:currentColor}}@media screen and (min-width: 1200px){.company__link{background-color:#fff;-webkit-box-shadow:0px 13px 19px rgba(0,0,0,.07);box-shadow:0px 13px 19px rgba(0,0,0,.07);cursor:pointer;margin-right:30px;margin-bottom:30px}.company__link--pseudo:last-child{margin-right:0}.company__link--active:hover,.company__link--active:focus{background:#00a0c1;-webkit-box-shadow:0px 13px 19px rgba(0,0,0,.07);box-shadow:0px 13px 19px rgba(0,0,0,.07);color:#fff}.company__link--active:hover .company__title,.company__link--active:focus .company__title,.company__link--active:hover .company__subtitle,.company__link--active:focus .company__subtitle,.company__link--active:hover .company__icon,.company__link--active:focus .company__icon{color:#fff;fill:currentColor}}@media screen and (max-width: 767px){.company__wrap{padding:25px 25px;width:330px;height:210px}}@media screen and (min-width: 768px){.company__wrap{padding:30px 30px;width:330px;height:200px}}@media screen and (min-width: 1200px){.company__wrap{padding:30px 30px;width:330px;height:200px}}.company__box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.company__icon{margin-bottom:10px;fill:#00a0c1}.company__title{font-weight:700;font-size:24px;line-height:1.33;letter-spacing:.1px;color:#252b42;margin-bottom:10px}.company__subtitle{width:240px;height:40px;font-weight:500;font-size:14px;line-height:1.43;letter-spacing:.2px;color:#737373}@media screen and (max-width: 767px){.choose{padding-top:50px;padding-bottom:50px}}@media screen and (min-width: 768px){.choose{padding-top:80px;padding-bottom:80px}}@media screen and (min-width: 1200px){.choose{padding-top:80px;padding-bottom:80px}}@media screen and (max-width: 767px){.choose__title{font-weight:700;font-size:40px;line-height:1.42;letter-spacing:.2px;text-align:center;margin-bottom:20px;width:260px;margin-left:auto;margin-right:auto}}@media screen and (min-width: 768px){.choose__title{font-weight:700;font-size:40px;line-height:1.42;letter-spacing:.2px;text-align:center;margin-bottom:20px}}@media screen and (min-width: 1200px){.choose__title{font-weight:700;font-size:40px;line-height:1.42;letter-spacing:.2px;text-align:center;margin-bottom:20px}}@media screen and (max-width: 767px){.choose__subtitle{font-weight:500;font-size:14px;line-height:1.43;text-align:center;letter-spacing:.2px;color:#737373;margin-left:auto;margin-right:auto;margin-bottom:50px}}@media screen and (min-width: 768px){.choose__subtitle{font-weight:500;font-size:14px;line-height:1.43;text-align:center;letter-spacing:.2px;color:#737373;margin-left:auto;margin-right:auto;margin-bottom:50px}}@media screen and (min-width: 1200px){.choose__subtitle{font-weight:500;font-size:14px;line-height:1.43;text-align:center;letter-spacing:.2px;color:#737373;margin-left:auto;margin-right:auto;margin-bottom:50px}}@media screen and (max-width: 767px){.choose__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (min-width: 768px){.choose__list{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}}@media screen and (min-width: 1200px){.choose__list{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}}@media screen and (max-width: 767px){.choose__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:30px 30px;gap:10px;width:230px;height:210px;background:#fff;-webkit-box-shadow:0px 13px 19px rgba(0,0,0,.07);box-shadow:0px 13px 19px rgba(0,0,0,.07);margin-bottom:30px}.choose__item--pseudo:last-child{margin-bottom:0}}@media screen and (min-width: 768px){.choose__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:30px 30px;gap:10px;width:230px;height:210px;background:#fff;-webkit-box-shadow:0px 13px 19px rgba(0,0,0,.07);box-shadow:0px 13px 19px rgba(0,0,0,.07);margin-right:40px}.choose__item--pseudo:last-child{margin-right:0}}@media screen and (min-width: 1200px){.choose__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:30px 30px;gap:10px;width:230px;height:210px;background:#fff;-webkit-box-shadow:0px 13px 19px rgba(0,0,0,.07);box-shadow:0px 13px 19px rgba(0,0,0,.07);margin-right:40px}.choose__item--pseudo:last-child{margin-right:0}}.choose__desc{font-weight:700;font-size:40px;line-height:1.42;letter-spacing:.2px}.choose__slogan{font-weight:700;font-size:16px;line-height:1.5;text-align:center;letter-spacing:.1px;white-space:nowrap;color:#737373}.practice{background-color:#252b42}@media screen and (max-width: 767px){.practice{padding-top:50px;padding-bottom:50px}}@media screen and (min-width: 1200px){.practice{padding-top:120px;padding-bottom:80px}}@media screen and (max-width: 767px){.practice__title{color:#fff;font-weight:700;font-size:40px;line-height:1.42;letter-spacing:.2px;text-align:center;margin-bottom:20px;width:330px;margin:0 auto}}@media screen and (min-width: 768px){.practice__title{color:#fff;font-weight:700;font-size:40px;line-height:1.42;letter-spacing:.2px;text-align:center;margin-bottom:20px}}@media screen and (min-width: 1200px){.practice__title{color:#fff;font-weight:700;font-size:40px;line-height:1.42;letter-spacing:.2px;text-align:center;margin-bottom:20px}}@media screen and (max-width: 767px){.practice__subtitle{width:470px;height:40px;font-weight:500;font-size:14px;line-height:1.43;text-align:center;letter-spacing:.2px;color:#bbb7b7;margin-left:auto;margin-right:auto;margin-bottom:50px;width:330px}}@media screen and (min-width: 768px){.practice__subtitle{width:470px;height:40px;font-weight:500;font-size:14px;line-height:1.43;text-align:center;letter-spacing:.2px;color:#bbb7b7;margin-left:auto;margin-right:auto;margin-bottom:50px}}@media screen and (min-width: 1200px){.practice__subtitle{width:470px;height:40px;font-weight:500;font-size:14px;line-height:1.43;text-align:center;letter-spacing:.2px;color:#bbb7b7;margin-left:auto;margin-right:auto;margin-bottom:50px}}@media screen and (max-width: 767px){.practice__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (min-width: 768px){.practice__list{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}}@media screen and (min-width: 1200px){.practice__list{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;gap:30px}}@media screen and (max-width: 767px){.practice__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:330px;background-color:#fff;-webkit-box-shadow:0px 13px 19px rgba(0,0,0,.07);box-shadow:0px 13px 19px rgba(0,0,0,.07);margin-bottom:40px}}@media screen and (min-width: 768px){.practice__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:410px;height:480px;background-color:#fff;-webkit-box-shadow:0px 13px 19px rgba(0,0,0,.07);box-shadow:0px 13px 19px rgba(0,0,0,.07)}}@media screen and (min-width: 1200px){.practice__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:410px;height:480px;background-color:#fff;-webkit-box-shadow:0px 13px 19px rgba(0,0,0,.07);box-shadow:0px 13px 19px rgba(0,0,0,.07)}}.practice__wrap{padding:20px 20px 0 20px}.practice__quote{font-weight:700;font-size:16px;line-height:1.5;letter-spacing:.1px}.practice__slogan{font-weight:500;font-size:14px;line-height:1.43;letter-spacing:.2px;color:#737373;margin-bottom:10px}.practice__image{margin-top:auto}@media screen and (max-width: 767px){.practice__image{width:100%}}.service{padding-top:100px;padding-bottom:100px;background-color:#fff}.service__title{width:600px;height:114px;font-weight:700;font-size:40px;line-height:1.42;text-align:center;letter-spacing:.2px;margin-left:auto;margin-right:auto;margin-bottom:30px}.service__subtitle{width:510px;height:40px;font-weight:500;font-size:14px;line-height:1.43;text-align:center;letter-spacing:.2px;margin-left:auto;margin-right:auto;margin-bottom:100px;color:#737373}.service__wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.service__left{margin-right:120px}.service__right-title{width:330px;height:114px;font-weight:700;font-size:40px;line-height:1.42;letter-spacing:.2px;margin-bottom:20px}.service__right-subtitle{width:330px;height:60px;font-weight:500;font-size:14px;line-height:1.43;letter-spacing:.2px;color:#737373;margin-bottom:50px}.service__right-item{margin-bottom:30px}.service__right-item--pseudo:last-child{margin-bottom:0}.service__right-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.service__icon{margin-right:20px}.service__right-slogan{width:280px;height:48px;font-weight:700;font-size:16px;line-height:1.5;letter-spacing:.1px;margin-bottom:10px}.service__right-quote{width:222px;height:24px;font-weight:600;font-size:14px;line-height:1.71;letter-spacing:.2px;color:#737373;margin-left:50px}.partners{padding-top:60px;padding-bottom:140px}.partners__list{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}.partners__item{margin-right:80px}.partners__item--pseudo:last-child{margin-right:0}@media screen and (max-width: 767px){.support{padding-top:50px;padding-bottom:50px}}@media screen and (min-width: 1200px){.support{padding-top:80px;padding-bottom:150px}}.support__title{font-weight:700;font-size:40px;line-height:1.42;letter-spacing:.2px;text-align:center;margin-bottom:20px}@media screen and (max-width: 767px){.support__subtitle{font-weight:500;font-size:14px;line-height:1.43;text-align:center;letter-spacing:.2px;color:#737373;margin-left:auto;margin-right:auto;margin-bottom:60px}}@media screen and (min-width: 1200px){.support__subtitle{margin-left:auto;margin-right:auto;margin-bottom:110px;text-align:center;color:#737373}}@media screen and (max-width: 767px){.support__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;margin-left:auto;margin-right:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (min-width: 1200px){.support__list{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}}@media screen and (max-width: 767px){.support__item{display:none}}@media screen and (min-width: 1200px){.support__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:50px 40px;gap:15px;width:328px;height:333px;background-color:#fff;-webkit-box-shadow:0px 13px 19px rgba(0,0,0,.07);box-shadow:0px 13px 19px rgba(0,0,0,.07)}}.support__link{font-weight:600;font-size:14px;line-height:1.71;text-align:center;letter-spacing:.2px;color:#252b42}.support__caption{font-weight:700;font-size:16px;line-height:1.5;text-align:center;letter-spacing:.1px}.support__button{width:160px;height:44px;border:1px solid #ffa62b;border-radius:5px;font-weight:600;font-size:14px;line-height:1.71;text-align:center;letter-spacing:.2px;color:#ffa62b;cursor:pointer}.support__item-center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:80px 40px;gap:15px;width:328px;height:393px;background-color:#252b42;-webkit-box-shadow:0px 13px 19px rgba(0,0,0,.07);box-shadow:0px 13px 19px rgba(0,0,0,.07)}.support__link-center{font-weight:600;font-size:14px;line-height:1.71;text-align:center;letter-spacing:.2px;color:#fff}.support__caption-center{font-weight:700;font-size:16px;line-height:1.5;text-align:center;letter-spacing:.1px;color:#fff}.support__button-center{width:160px;height:44px;border:1px solid #fff;border-radius:5px;font-weight:600;font-size:14px;line-height:1.71;text-align:center;letter-spacing:.2px;color:#fff;cursor:pointer}.address{padding-top:50px;padding-bottom:50px;background-color:#16697a}@media screen and (max-width: 767px){.address__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center}}@media screen and (min-width: 1200px){.address__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media screen and (max-width: 767px){.address__item{width:260px}}.address__caption{font-weight:700;font-size:16px;line-height:1.5;letter-spacing:.1px;color:#fff;margin-bottom:20px}.address__text{font-weight:500;font-size:14px;line-height:1.71;letter-spacing:.2px;color:#fff;margin-bottom:14px}.address__icon{margin-right:10px;fill:#ffa62b}.address__item-link{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px}.address__link{font-weight:500;font-size:14px;line-height:1.71;letter-spacing:.2px;color:#fff}.footer{height:80px;padding-top:25px;padding-bottom:25px}.footer__container{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}@media screen and (max-width: 767px){.footer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;gap:20px}}@media screen and (min-width: 768px){.footer__container{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}}@media screen and (min-width: 1200px){.footer__container{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}}.footer__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:10px}.footer__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px}.footer__copyright{font-weight:600;font-size:14px;line-height:1.71;letter-spacing:.2px;color:#737373}.footer__button{font-weight:600;font-size:14px;line-height:1.71;letter-spacing:.2px;color:#ffa62b;cursor:pointer}.footer__button:hover{color:#00a0c1}.footer__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer__link{margin-right:20px}@-webkit-keyframes Scale{0%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(1.5);transform:scale(1.5)}}@keyframes Scale{0%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(1.5);transform:scale(1.5)}}.footer__heart{margin:0 2px 0 2px;-webkit-animation:Scale .7s ease infinite alternate;animation:Scale .7s ease infinite alternate}.footer__github{color:#ffa62b}.dropdown__content{display:none;position:absolute;z-index:1;min-width:220px;padding:10px 0;opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px);-webkit-transition:opacity .5s ease,-webkit-transform .5s ease;transition:opacity .5s ease,-webkit-transform .5s ease;transition:opacity .5s ease,transform .5s ease;transition:opacity .5s ease,transform .5s ease,-webkit-transform .5s ease}.dropdown__content p{font-weight:600;font-size:14px;line-height:1.71;letter-spacing:.2px;color:#737373;padding:10px;text-decoration:none;display:block;margin:5px 0;background-color:#fff;border-radius:5px;opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px);-webkit-animation:fadeInUp .5s ease forwards;animation:fadeInUp .5s ease forwards}.dropdown__content p:nth-child(1){-webkit-animation-delay:.1s;animation-delay:.1s}.dropdown__content p:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}.dropdown__content p:nth-child(3){-webkit-animation-delay:.3s;animation-delay:.3s}.dropdown__content p:nth-child(4){-webkit-animation-delay:.4s;animation-delay:.4s}.dropdown__content p:nth-child(5){-webkit-animation-delay:.5s;animation-delay:.5s}.dropdown__content p:nth-child(6){-webkit-animation-delay:.6s;animation-delay:.6s}.dropdown:hover .dropdown__content{display:block;opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.dropdown__content p:hover{color:#00a0c1;cursor:pointer}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.js-backdrop{position:fixed;width:100vw;height:100vh;left:0;top:0;background:rgba(47,48,58,.4);-webkit-transition:250ms cubic-bezier(0.4, 0, 0.2, 1);transition:250ms cubic-bezier(0.4, 0, 0.2, 1)}.js-backdrop.js-hidden{opacity:0;pointer-events:none;-webkit-transition:250ms cubic-bezier(0.4, 0, 0.2, 1);transition:250ms cubic-bezier(0.4, 0, 0.2, 1)}.js-no-scroll{overflow:hidden}.modal{position:absolute;top:40%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:340px;min-height:581px;background:#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:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:8px;-webkit-transition:250ms cubic-bezier(0.4, 0, 0.2, 1);transition:250ms cubic-bezier(0.4, 0, 0.2, 1);padding:40px}@media screen and (min-width: 360px){.modal{width:340px;min-height:400px}}@media screen and (min-width: 480px){.modal{width:450px;min-height:609px}}@media screen and (min-width: 1200px){.modal{width:528px;min-height:581px;top:50%}}.modal__button-close{position:absolute;top:8px;right:8px;fill:#252b42;width:30px;height:30px;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;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:50%;cursor:pointer;-webkit-transition:background 250ms cubic-bezier(0.4, 0, 0.2, 1),border 250ms cubic-bezier(0.4, 0, 0.2, 1),fill 250ms cubic-bezier(0.4, 0, 0.2, 1);transition:background 250ms cubic-bezier(0.4, 0, 0.2, 1),border 250ms cubic-bezier(0.4, 0, 0.2, 1),fill 250ms cubic-bezier(0.4, 0, 0.2, 1)}.modal__button-close--active:hover{fill:#16697a}.modal__title{margin-top:0;margin-bottom:12px;text-align:center;font-weight:700;font-size:20px;line-height:1.15;color:#252b42}@media screen and (min-width: 320px){.modal__title{font-size:16px;line-height:1.15}}@media screen and (min-width: 320px){.modal__title{font-size:20px;line-height:1.15}}.modal-form__item{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:28px}@media screen and (min-width: 320px){.modal-form__item{margin-bottom:10px}}@media screen and (min-width: 1200px){.modal-form__item{margin-bottom:28px}}.modal-form__contacts{margin-bottom:4px;font-weight:400;font-size:12px;line-height:1.16;color:#252b42}.modal-form__type-field{height:40px;border:1px solid rgba(33,33,33,.2);border-radius:4px;padding-left:42px;padding-top:11px;padding-bottom:11px;outline:none;cursor:pointer;-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__type-field--active:focus{border-color:#16697a}.modal-form__field-name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.modal-form__icon-name{top:50%;left:12px;-webkit-transform:translateY(-50%);transform:translateY(-50%);position:absolute}.modal-form__field-name--active:focus-within>.modal-form__icon-name{border-color:#16697a;fill:#16697a}.modal-form__field-tel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.modal-form__icon-tel{top:50%;left:12px;-webkit-transform:translateY(-50%);transform:translateY(-50%);position:absolute}.modal-form__field-tel--active:focus-within>.modal-form__icon-tel{border-color:#16697a;fill:#16697a}.modal-form__field-email{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.modal-form__icon-email{top:50%;left:12px;-webkit-transform:translateY(-50%);transform:translateY(-50%);position:absolute}.modal-form__field-email--active:focus-within>.modal-form__icon-email{border-color:#16697a;fill:#16697a}.modal-container{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}@media screen and (min-width: 320px){.modal-container{margin-bottom:10px}}@media screen and (min-width: 320px){.modal-container{margin-bottom:20px}}.modal-container__comment{margin-bottom:4px;font-weight:400;font-size:12px;line-height:1.16;color:#252b42}.modal-container__text{height:120px;padding:12px 16px;border:1px solid rgba(33,33,33,.2);border-radius:4px;color:#252b42;outline:none;-webkit-transition:border 250ms cubic-bezier(0.4, 0, 0.2, 1);transition:border 250ms cubic-bezier(0.4, 0, 0.2, 1)}.modal-container__text--active:focus-within{border-color:#16697a;-webkit-box-shadow:none;box-shadow:none}@media screen and (min-width: 320px){.modal-container__text{height:80px;font-size:10px;line-height:1.11}}@media screen and (min-width: 1200px){.modal-container__text{height:120px;font-size:16px;line-height:1.3}}.modal-block{font-weight:400;font-size:14px;line-height:1.71;color:#252b42;margin-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;height:24px}@media screen and (min-width: 320px){.modal-block{font-size:7px;line-height:1.11;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (min-width: 480px){.modal-block{font-size:10px;line-height:1.11}}@media screen and (min-width: 1200px){.modal-block{font-size:14px;line-height:1.71}}.modal-block__checkbox{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;clip:rect(0 0 0 0);overflow:hidden}.modal-block__icon-white{display:inline-block;width:16px;height:16px;margin-left:17px;margin-right:7px;cursor:pointer;border:2px solid #252b42;border-radius:4px}.modal-block__checkbox--active:checked+.modal-block__icon-white{background-color:#16697a;border-color:rgba(0,0,0,0);background-image:url(../images/icon-check.svg);background-size:contain;background-origin:border-box;-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-block__link-terms{font-weight:400;font-size:14px;line-height:1.71;color:#16697a;margin-left:2px}@media screen and (min-width: 320px){.modal-block__link-terms{font-size:7px;line-height:1.11}}@media screen and (min-width: 480px){.modal-block__link-terms{font-size:10px;line-height:1.11}}@media screen and (min-width: 1200px){.modal-block__link-terms{font-size:14px;line-height:1.71}}.modal-submit{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}.modal-submit__button{font-family:"Montserrat";font-style:normal;font-weight:700;font-size:16px;line-height:1.88;text-align:center;color:#fff;width:200px;height:50px;border:rgba(0,0,0,0);background:#16697a;-webkit-box-shadow:0px 4px 4px rgba(0,0,0,.15);box-shadow:0px 4px 4px rgba(0,0,0,.15);border-radius:4px;letter-spacing:.06em;margin-top:30px;-webkit-transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),color 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);cursor:pointer}@media screen and (min-width: 320px){.modal-submit__button{width:150px;height:40px}}@media screen and (min-width: 320px){.modal-submit__button{width:200px;height:50px}}/*# sourceMappingURL=index.min.css.map */