@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");*{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;outline:none;padding:0}html{scroll-behavior:smooth}img{max-height:100%;max-width:100%}body{background:#f3eff5;color:#413845;font-family:Plus Jakarta Sans,sans-serif;font-size:15px;line-height:1.6;min-width:320px;padding-top:64px}@media (max-width:768px){body{font-size:14px;line-height:22px;padding-top:48px}}.container{margin:0 auto;max-width:1152px;padding:0 12px;width:100%}@media (max-width:768px){.container{padding:0 6px}}.btn{display:-webkit-box;display:-ms-flexbox;display:flex;height:36px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#682c83;background:linear-gradient(313deg,#682c83,#47115f);border:0;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;padding:0 16px 0 12px;text-decoration:none}.btn img{margin-right:6px}.btn:hover{background:linear-gradient(313deg,#47115f,#682c83)}.header{background:#f9f5fb;border-bottom:1px solid #d7d0db;left:0;position:fixed;top:0;width:100%;z-index:10}.header .container{display:-webkit-box;display:-ms-flexbox;display:flex;height:64px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}@media (max-width:1024px){.header .container{padding-left:64px}}@media (max-width:768px){.header .container{height:48px;padding-left:48px}}.header__logo{display:-webkit-box;display:-ms-flexbox;display:flex}.header__logo img{width:89px}.header__menu{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px;left:50%;list-style:none;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media (max-width:1024px){.header__menu{display:none}}.header__menu li a{display:-webkit-box;display:-ms-flexbox;display:flex;height:28px;padding:0 8px;text-decoration:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:14px;color:#413845;-webkit-transition:background .3s ease;transition:background .3s ease;white-space:nowrap}.header__menu li a.active,.header__menu li a:hover{background:#d7d0db}.header__open-menu{background:transparent;background:#e9e3eb;border:0;border-radius:50%;display:none;height:36px;left:12px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:36px}.header__open-menu span{background:#000;border-radius:2px;height:2px;left:10px;position:absolute;-webkit-transition:all .3s ease;transition:all .3s ease;width:15px}.header__open-menu span:first-child{top:12px;width:16px}.header__open-menu span:nth-child(2){top:18px;width:11px}.header__open-menu span:nth-child(3){top:24px;width:14px}.header__open-menu.active span:first-child{left:50%;top:50%;-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg);width:50%}.header__open-menu.active span:nth-child(2){opacity:0}.header__open-menu.active span:nth-child(3){left:50%;top:50%;-webkit-transform:translate(-50%,-50%) rotate(-45deg);-ms-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg);width:50%}@media (max-width:1024px){.header__open-menu{display:-webkit-box;display:-ms-flexbox;display:flex}}@media (max-width:768px){.header__open-menu{height:36px;left:6px;width:36px}}.mobile-menu{background:#f3eff5;border-top:1px solid #d7d0db;display:-webkit-box;display:-ms-flexbox;display:flex;height:calc(100% - 64px);left:0;padding:30px 16px;position:fixed;top:64px;width:100%;z-index:10;-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;overflow:auto;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.mobile-menu.active{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}@media (max-width:1024px){.mobile-menu{height:calc(100% - 48px);top:48px}}.mobile-menu__menu{-webkit-box-flex:1;-ms-flex:1;flex:1}.mobile-menu__menu li{list-style:none;margin:0;padding:0;text-align:center}.mobile-menu__menu li:not(:last-child){margin-bottom:10px}.mobile-menu__menu li a{color:#413845;font-size:16px;font-weight:600;text-decoration:none}.mobile-menu__soc .footer__soc li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.hero{background:url(../images/dist/hero-bg.png) 50%/cover;border-bottom:1px solid #d7d0db}@media (max-width:768px){.hero{background:url(../images/dist/hero-bg-mobile.png) 50%/cover}}.hero__wrap{margin:0 auto;max-width:522px;padding:100px 0;width:100%}@media (max-width:1024px){.hero__wrap{padding:80px 0}}@media (max-width:768px){.hero__wrap{padding:40px 0}}.hero__title{color:#674278;font-size:60px;font-weight:800;letter-spacing:-3px;line-height:1;margin-bottom:24px;text-align:center;text-transform:capitalize}@media (max-width:768px){.hero__title{font-size:32px;letter-spacing:inherit;margin-bottom:16px}}.hero__descr{font-size:18px;line-height:26px;margin-bottom:24px;text-align:center}@media (max-width:768px){.hero__descr{font-size:16px;line-height:24px}}.hero__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:400px){.hero__link .btn{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.hero__list{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;gap:8px;justify-content:center;margin:0 0 24px}@media (max-width:768px){.hero__list{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:16px}}.hero__list li{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;font-weight:600;height:28px;text-transform:uppercase;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid;border-radius:50px;padding:0 10px;white-space:nowrap}.hero__list li:first-child{border-color:#0f96e1;color:#0f96e1}.hero__list li:nth-child(2){border-color:#524fda;color:#524fda}.hero__list li:nth-child(3){border-color:#e5783a;color:#e5783a}.hero__list li:nth-child(4){border-color:#7a7d97;color:#7a7d97}@media (max-width:1024px){.about{padding-top:80px}}@media (max-width:768px){.about{padding-top:32px}}.about__wrap{display:-ms-grid;display:grid;-ms-grid-columns:1fr 24px 1fr;gap:24px;grid-template-columns:repeat(2,1fr)}@media (max-width:1024px){.about__wrap{display:block}}.about__content{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:center;-ms-flex-pack:center;gap:24px;justify-content:center}@media (max-width:768px){.about__content{gap:16px}}.about__title{color:#674278;font-size:42px;font-weight:800;line-height:50px;text-transform:capitalize}@media (max-width:768px){.about__title{font-size:26px;line-height:34px}}.about__descr p:not(:last-child){margin-bottom:10px}.about__link{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:768px){.about__link .btn{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.about__image{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:1024px){.about__image{margin:0 auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.about__image img{width:100%}@media (max-width:1024px){.about__image img{width:auto}}.services{margin-bottom:100px;overflow:hidden}@media (max-width:1024px){.services{margin-bottom:80px}}@media (max-width:768px){.services{margin-bottom:32px}}.services__wrap{background:url(../images/dist/services-bg.png) 50%/cover;border-radius:8px;color:#e9e3ec;display:-webkit-box;display:-ms-flexbox;display:flex;padding:80px 96px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (max-width:1150px){.services__wrap{padding:60px 80px}}@media (max-width:768px){.services__wrap{padding:32px 0 16px}}.services__table{padding-top:64px;position:relative;width:100%}@media (max-width:1150px){.services__table{margin-left:6px;width:560px}}@media (max-width:768px){.services__table{width:343px}}.services__title{font-size:42px;font-weight:800;letter-spacing:-2px;line-height:50px;margin-bottom:-22px;text-align:center;text-transform:capitalize}@media (max-width:768px){.services__title{font-size:26px;letter-spacing:0;line-height:34px;margin-bottom:-32px}}.services__grid{left:50%;max-height:inherit;max-width:inherit;position:absolute;top:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.services__grid.mobile,.services__grid.tablet{display:none}@media (max-width:1150px){.services__grid{display:none}.services__grid.tablet{display:block}}@media (max-width:768px){.services__grid.tablet{display:none}.services__grid.mobile{display:block}}.services__items{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}@media (max-width:1150px){.services__items{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}}.services__item{font-size:20px;font-weight:700;height:148px;letter-spacing:-1px;line-height:24px;padding:16px 10px 10px 16px;position:relative}@media (max-width:768px){.services__item{font-size:16px;line-height:20px}}.services__item img{bottom:10px;height:100px;-o-object-fit:cover;object-fit:cover;position:absolute;right:10px;width:100px}@media (max-width:768px){.services__item img{height:64px;width:64px}}.trading{padding:0 0 69px}@media (max-width:1024px){.trading{padding:0}}.trading__wrap{display:-ms-grid;display:grid;-ms-grid-columns:1fr 24px 1fr;gap:24px;grid-template-columns:repeat(2,1fr);-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:1024px){.trading__wrap{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}}.trading__title{color:#674278;font-size:42px;font-weight:800;letter-spacing:-2px;line-height:50px;margin-bottom:24px;text-transform:capitalize}@media (max-width:768px){.trading__title{font-size:26px;letter-spacing:0;line-height:34px;margin-bottom:16px}}.trading__descr{margin-bottom:24px}@media (max-width:768px){.trading__descr{margin-bottom:16px}}.trading__descr p:not(:last-child){margin-bottom:10px}.trading__btn{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:400px){.trading__btn .btn{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.team{background:url(../images/dist/team-background.png) top/contain no-repeat #f9f5fb;border-top:1px solid #d7d0db;padding:100px 0}@media (max-width:1024px){.team{padding:80px 0}}@media (max-width:768px){.team{padding:32px 0}}.team__title{color:#674278;font-size:42px;font-weight:800;line-height:50px;margin-bottom:24px;text-align:center;text-transform:capitalize}@media (max-width:768px){.team__title{font-size:26px;line-height:34px;margin-bottom:16px}}.team__descr{margin-bottom:24px;text-align:center}.team__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:40px}@media (max-width:768px){.team__link{margin-bottom:24px}}.mySwiper2{margin-bottom:40px}@media (max-width:768px){.mySwiper2{margin-bottom:24px}}.mySwiper2 .swiper-slide{height:480px}@media (max-width:1024px){.mySwiper2 .swiper-slide{height:306px}}@media (max-width:768px){.mySwiper2 .swiper-slide{height:146px}}.mySwiper2 .swiper-slide img{border-radius:8px;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.mySwiper{margin:0 auto;max-width:762px;width:100%}.mySwiper .swiper-slide{border:2px solid transparent;border-radius:60px;cursor:pointer;height:88px;padding:4px}@media (max-width:1024px){.mySwiper .swiper-slide{height:80px}}@media (max-width:768px){.mySwiper .swiper-slide{height:36px;padding:3px}}.mySwiper .swiper-slide.swiper-slide-thumb-active{border-color:#682c83}.mySwiper .swiper-slide img{border-radius:60px;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.partners{border-top:1px solid #d7d0db;overflow:hidden;padding:100px 0 36px}@media (max-width:1024px){.partners{padding:80px 0 16px}}@media (max-width:768px){.partners{padding:32px 0 0}}.partners__title{color:#674278;font-size:42px;font-weight:800;line-height:50px;margin-bottom:-22px;text-align:center}@media (max-width:768px){.partners__title{font-size:26px;line-height:34px;margin:0}}.partners__wrap{display:-ms-grid;display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.partners__grid{max-height:inherit;max-width:inherit}.partners__grid.mobile,.partners__grid.tablet{display:none}@media (max-width:1260px){.partners__grid.desktop{display:none}.partners__grid.tablet{display:block}}@media (max-width:768px){.partners__grid.tablet{display:none}.partners__grid.mobile{display:block}}.partners__items{display:-ms-grid;display:grid;position:absolute;top:63px;width:100%;-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr)}@media (max-width:1260px){.partners__items{left:50%;max-width:724px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}}@media (max-width:768px){.partners__items{top:31px;width:342px}}.partners__item{display:-webkit-box;display:-ms-flexbox;display:flex;height:113px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:768px){.partners__item{height:48px}}.partners__item img{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:768px){.partners__item img{max-height:95%;max-width:95%}}.news{background:url(../images/dist/blur.png) top no-repeat;border-top:1px solid #d7d0db;padding:100px 0}@media (max-width:1024px){.news{padding:80px 0}}@media (max-width:768px){.news{padding:32px 0}.news .container{padding-right:0}}.news__title{color:#47115f;font-size:42px;letter-spacing:-2px;line-height:50px;margin-bottom:40px;text-align:center;text-transform:capitalize}@media (max-width:768px){.news__title{font-size:26px;letter-spacing:0;line-height:34px;margin-bottom:24px}}.news__news-desktop{display:-ms-grid;display:grid;margin-bottom:40px;-ms-grid-columns:1fr 24px 1fr 24px 1fr;gap:24px;grid-template-columns:repeat(3,1fr)}@media (max-width:768px){.news__news-desktop{display:none}}.news__more{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.news__more,.news__more a{display:-webkit-box;display:-ms-flexbox;display:flex}.news__more a{-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:700;text-decoration:none}.news__more a:hover{text-decoration:underline}.news__more a img{height:24px;margin-left:2px;min-width:24px;width:24px}.news__item{background:#f9f5fb;border:1px solid #d7d0db;border-radius:16px;padding:16px}.news__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:16px}.news__head span{color:#413845;font-size:20px;font-weight:700;line-height:24px}@media (max-width:1024px){.news__head span{font-size:15px;line-height:20px}}.news__head img{border-radius:8px;height:64px;margin-left:16px;min-width:64px;-o-object-fit:cover;object-fit:cover;width:64px}.news__foot{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.news__foot,.news__foot a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.news__foot a{font-weight:700;text-decoration:none}.news__foot a:hover{text-decoration:underline}.news__foot a img{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:2px}.news__foot span{color:#655a6a;font-size:13px}.news__news-mobile{display:none}@media (max-width:768px){.news__news-mobile{display:block;margin-bottom:24px}}.news__news-mobile .swiper-slide{background:#f9f5fb;border:1px solid #d7d0db;border-radius:16px;padding:16px}.news__photo{border-radius:8px;height:48px;margin-bottom:12px;-o-object-fit:cover;object-fit:cover;width:48px}.news__ttl{color:#413845;font-weight:700;margin-bottom:12px}.news__date-mobile{color:#655a6a;display:block;font-size:11px;line-height:14px;margin-bottom:12px}.news__go{-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:700;text-decoration:none}.news__go,.news__go img{display:-webkit-box;display:-ms-flexbox;display:flex}.news__go img{margin-left:2px}.contacts{margin-bottom:28px}@media (max-width:768px){.contacts{margin-bottom:0}.contacts .container{padding:0}}.contacts__wrap{background:url(../images/dist/contacts-bg.png) 50%/cover;border-radius:8px;color:#fff;display:-ms-grid;display:grid;padding:80px 96px;position:relative;-ms-grid-columns:1fr 24px 1fr;gap:24px;grid-template-columns:repeat(2,1fr);overflow:hidden}@media (max-width:1024px){.contacts__wrap{display:block;padding:80px 80px 0}}@media (max-width:768px){.contacts__wrap{border-radius:0;padding:32px 16px 0}}.contacts__img{bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;left:0;max-height:inherit;max-width:inherit;position:absolute}@media (max-width:1024px){.contacts__img{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto;max-height:100%;max-width:100%;position:relative}}@media (max-width:768px){.contacts__img{margin-left:-20%;max-width:140%;width:140%}}.contacts__form,.contacts__info{position:relative;z-index:1}.contacts__title{color:#e9e3ec;font-size:60px;letter-spacing:-2px;line-height:1;margin-bottom:24px}@media (max-width:768px){.contacts__title{font-size:32px;letter-spacing:-1px;line-height:40px;margin-bottom:16px}}.contacts__descr{color:#e9e3ec}@media (max-width:1024px){.contacts__descr{font-size:18px;line-height:26px;margin-bottom:24px}}@media (max-width:768px){.contacts__descr{font-size:16px;line-height:24px;margin-bottom:16px}}.contacts__text{font-size:13px;line-height:18px;margin-bottom:24px}@media (max-width:768px){.contacts__col:not(:last-child){margin-bottom:24px}}.contacts__wrapper{margin-bottom:24px}.contacts__wrapper-2{display:-ms-grid;display:grid;-ms-grid-columns:1fr 16px 1fr;gap:16px;grid-template-columns:repeat(2,1fr)}@media (max-width:768px){.contacts__wrapper-2{display:block}}.contacts__wrapper label{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;color:#f3eff5;font-size:13px;justify-content:space-between;line-height:18px;margin-bottom:6px}.contacts__wrapper label span{color:#f3eff5;font-size:11px}.contacts__wrapper input:not(input[type=submit]),.contacts__wrapper textarea{background:hsla(0,0%,100%,.06);border:0;border-radius:8px;color:#f3eff5;font-family:Plus Jakarta Sans,sans-serif;font-size:15px;height:36px;padding:0 12px;width:100%}.contacts__wrapper input:not(input[type=submit])::-webkit-input-placeholder,.contacts__wrapper textarea::-webkit-input-placeholder{color:rgba(243,239,245,.6);font-family:Plus Jakarta Sans,sans-serif;font-size:15px}.contacts__wrapper input:not(input[type=submit]):-moz-placeholder,.contacts__wrapper textarea:-moz-placeholder{color:rgba(243,239,245,.6);font-family:Plus Jakarta Sans,sans-serif;font-size:15px}.contacts__wrapper input:not(input[type=submit])::-moz-placeholder,.contacts__wrapper textarea::-moz-placeholder{color:rgba(243,239,245,.6);font-family:Plus Jakarta Sans,sans-serif;font-size:15px}.contacts__wrapper input:not(input[type=submit]):-ms-input-placeholder,.contacts__wrapper textarea:-ms-input-placeholder{color:rgba(243,239,245,.6);font-family:Plus Jakarta Sans,sans-serif;font-size:15px}.contacts__wrapper textarea{height:100px;padding-bottom:6px;padding-top:6px}.contacts__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media (max-width:400px){.contacts__btn .btn{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.contacts__foot{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;background:url(../images/dist/contacts-foot.png);display:-ms-grid;display:grid;height:72px;justify-content:center;margin-left:auto;margin-right:50px;width:598px;-ms-grid-columns:auto 8px 127px 8px 127px 8px 127px;gap:8px;grid-template-columns:auto 127px 127px 127px}@media (max-width:1024px){.contacts__foot{margin:0 auto}}@media (max-width:768px){.contacts__foot{background:url(../images/dist/contacts-foot-mobile.png) 50%/cover;height:auto;padding:16px;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);-ms-grid-rows:auto;grid-template-rows:auto;width:100%}.contacts__foot>:first-child{-ms-grid-column:1;-ms-grid-row:1}.contacts__foot>:nth-child(2){-ms-grid-column:2;-ms-grid-row:1}.contacts__foot>:nth-child(3){-ms-grid-column:3;-ms-grid-row:1}}.contacts__foot span{color:#491361;font-size:15px;font-weight:700;line-height:20px}@media (max-width:768px){.contacts__foot span{grid-column:1/-1;margin-bottom:16px;text-align:center}.contacts__foot span br{display:none}}.contacts__foot a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(73,19,97,.16);border-radius:8px;font-size:11px;height:calc(100% - 24px);line-height:14px;padding:0 8px;text-decoration:none;-webkit-transition:background .3s ease;transition:background .3s ease}@media (max-width:768px){.contacts__foot a{-ms-grid-column-span:1;grid-column:span 1;-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;-webkit-box-pack:center;-ms-flex-pack:center;height:80px;justify-content:center;text-align:center}}.contacts__foot a:hover{background:rgba(73,19,97,.32)}.contacts__foot a img{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:4px}@media (max-width:768px){.contacts__foot a img{margin-bottom:4px;margin-right:0}}.footer{background:#f9f5fb;border-top:1px solid #d7d0db;padding:60px 0}@media (max-width:1024px){.footer{padding:40px 0}}@media (max-width:768px){.footer{padding:16px 0}}.footer__top{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:24px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media (max-width:768px){.footer__top{display:block;margin-bottom:16px}}.footer__logo{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:768px){.footer__left{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;margin-bottom:16px}}.footer__copy{color:#655a6a;font-size:13px}@media (max-width:768px){.footer__copy{font-size:11px}}.footer__soc{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px;list-style:none}@media (max-width:768px){.footer__soc{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}}.footer__soc li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#491361;font-weight:700;text-decoration:none}.footer__soc li a:hover{text-decoration:underline}.footer__soc li a img,.footer__soc li a svg{margin-right:6px}.footer__text{color:#655a6a;font-size:11px;line-height:14px}.footer__text p:not(:last-child){margin-bottom:10px}