footer{background:#f3f6fa;font-family:Montserrat,sans-serif;overflow:hidden}.footer-wrapper{margin:0 auto;padding:50px 15px}.footer-wrapper.mini{display:flex;flex-direction:column-reverse}.footer-wrapper.mini .footer-links{padding-bottom:40px}.footer-top{display:flex;flex-direction:column}.footer-item{width:100%}.footer-item-label,.footer-label-socials{letter-spacing:-.02em;font-weight:700;font-size:14px;line-height:26px;position:relative;padding-right:20px;padding-bottom:20px;transition:opacity .25s ease}.footer-item-label.active~.footer-item-value{max-height:500px}.footer-item-label:after{content:"";display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;width:11px;height:24px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjI3OTQ0IDBMNS40NDQ0NCA0LjMyNjU5TDkuNjA5NDUgMEwxMC44ODg5IDEuMzMxOThMNS40NDQ0NCA3TDAgMS4zMzE5OEwxLjI3OTQ0IDBaIiBmaWxsPSIjMTQxRjMzIi8+Cjwvc3ZnPgo=) 50% no-repeat;transform:rotate(0);transition:transform 175ms ease}.footer-item-label.active:after{transform:rotate(180deg)}.footer-item-value{display:flex;flex-direction:column;max-height:0;transition:max-height 175ms ease;overflow:hidden}.footer-item-value a,.footer-item-value button{cursor:pointer;display:block;text-decoration:none;font-weight:500;letter-spacing:-.01em;font-size:12px;line-height:15px;padding:8px 0;color:#141f33;width:-moz-fit-content;width:fit-content;transition:.3s;border:none;background:0 0}.footer-item-value a:last-child{padding-bottom:20px}.footer-item-value a:hover,.footer-item-value button:hover{color:#2196f3}.footer-item .footer-phone{padding-top:3px}.footer-item .footer-phone span{display:inline-block;font-weight:500;font-size:12px;line-height:16px;letter-spacing:-.02em;color:#4c4c4c;padding:5px 10px;background:#fff;border-radius:20px;margin-left:8px}.footer-social{display:flex;justify-content:center;position:relative}.pl .footer-social{margin-top:30px}.footer-social:after,.footer-social:before{content:"";position:absolute;top:50%;width:calc(50% - 110px);height:1px;background:#e3e3e3}.footer-social:before{left:-15px}.footer-social:after{right:-15px}.footer-social a{width:40px;height:40px;box-sizing:border-box;background:#ff238c;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-right:7px;border:1px solid transparent;transition:.3s;cursor:pointer;z-index:0}.footer-social a:last-child{margin-right:0}.footer-social a:hover{background:#fff}.footer-social a:hover svg path{fill:#ff238c}.footer-info{display:flex;justify-content:center;gap:20px 40px;flex-wrap:wrap;padding:50px 0}.footer-info__text{font-size:14px;text-align:center;margin-bottom:30px}.pl .footer-info{padding:0 0 40px}.footer-info.pl{display:grid;text-align:center}.footer-wrapper:not(.mini) .footer-info{text-transform:uppercase;padding-bottom:30px}.footer-info a{font-weight:600;font-size:14px;line-height:14px;letter-spacing:-.02em;color:#141f33;text-decoration:none;transition:color .2s}.footer-info a:hover{color:#2196f3}.footer-apps{width:-moz-fit-content;width:fit-content;margin:0 auto;height:44px}.footer-apps a{display:inline-block;transition:all .25s ease;height:44px}.footer-apps a:hover{transform:scale(1.05)}.footer-bottom{background:#e5eaf1;padding:50px 0;text-align:center}.footer-bottom .container{display:flex;flex-direction:column}.footer-bottom-wrap{order:1}.footer-bottom .logo{display:inline-block;margin-bottom:30px}.footer-bottom .logo svg{width:112px;height:24px}.footer-grid{display:grid;gap:20px}.footer-copyright{font-weight:500;font-size:12px;line-height:14px;text-align:center;order:1}.footer-privacy{display:flex;flex-direction:column;align-items:center;padding-bottom:40px}.footer-privacy a{display:inline-block;padding:5px 15px;margin-right:5px;background:#f3f6fa;border-radius:20px;font-weight:500;font-size:12px;line-height:14px;letter-spacing:-.02em;color:#141f33;text-decoration:none;margin-bottom:5px;white-space:nowrap;transition:.3s}.footer-privacy a:last-child{margin-right:0}.footer-privacy a:hover{color:#2196f3}.footer-languages{position:relative;width:-moz-fit-content;width:fit-content;margin:0 auto 40px}.languages-main{width:58px;position:relative;background:#f3f6fa;font-weight:600;font-size:12px;line-height:12px;letter-spacing:-.02em;padding:10px 12px;border-radius:4px;box-sizing:border-box;z-index:1;cursor:pointer;text-align:left}.languages-main:after{position:absolute;content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgOCA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMSAwLjVMNCAzLjVMNyAwLjUiIHN0cm9rZT0iIzAwOEVGRiIvPgo8L3N2Zz4K);top:8px;right:10px;transition:all .3s}.footer-languages:hover .languages{animation:fadeInUp .5s;z-index:2;opacity:1}.languages{position:absolute;bottom:0;width:120px;background:#fff;box-shadow:0 15px 20px rgba(76,86,123,.15);border-radius:8px;display:flex;flex-direction:column;padding:10px 0;box-sizing:border-box;opacity:0;z-index:0}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}60%{opacity:0}to{opacity:1;transform:translate3d(0,0,0)}}.languages-item{font-weight:400;font-size:12px;line-height:12px;letter-spacing:-.02em;text-align:left;color:#141f33;text-decoration:none;padding:10px 20px;display:block;transition:all .3s ease;position:relative}.languages-item:hover{border-radius:4px;background:#f3f6fa}.languages-item:before{content:"";position:absolute;top:8px;left:0;bottom:8px;width:2px;background-color:#2196f3;border-radius:0 5px 5px 0;opacity:0;transition:.15s opacity}.languages-item:hover:before{opacity:1}@media (min-width:768px){.footer-wrapper{max-width:768px}.footer-row{flex-wrap:wrap;flex-direction:row}.footer-item .footer-phone{display:flex;flex-direction:column}.footer-item .footer-phone span{margin-left:0;margin-top:10px}.footer-item-label{padding:10px 0}.footer-item-label:after{display:none}.footer-item-label.active~.footer-item-value,.footer-item-value{max-height:100%}.footer-top{display:flex;justify-content:space-between;flex-direction:row;margin-bottom:40px}.footer-top>div{width:-moz-fit-content;width:fit-content}.footer-social:after,.footer-social:before{width:calc(50% - 140px)}.footer-social:before{left:0}.footer-social:after{right:0}.footer-info.pl{display:flex;text-align:left}.footer-info__text{font-size:16px}}@media (min-width:1024px){.footer-wrapper{max-width:1170px;padding:70px 30px 0}.footer-wrapper.mini{padding:40px 30px}.footer-wrapper.mini .footer-links{padding-bottom:0}.footer-wrapper:not(.mini) .footer-links{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:20px}.footer-wrapper:not(.mini) .footer-info{gap:20px 30px}.footer-info__text{margin:0}.footer-wrap .footer-item{width:-moz-fit-content;width:fit-content}.footer-item{width:100%}.footer-links{display:grid;grid-template-columns:repeat(1,1fr 310px);gap:50px;align-items:center;margin-bottom:20px}.footer-info{padding:30px 0;justify-content:flex-start}.pl .footer-info{padding:0}.pl .footer-social{margin-top:0}.footer-apps{margin-right:0}.footer-bottom{padding:22px 0}.footer-bottom .container{justify-content:space-between;align-items:center;flex-direction:row}.footer-bottom .logo{margin-bottom:0;margin-right:20px}.pink-logo{transition:all .3s ease}.logo:hover .pink-logo{fill:#ff238c}.footer-bottom .container>p,.footer-bottom-wrap{width:33.33%}.footer-bottom-wrap{display:flex;align-items:center;order:0}.footer-bottom .container>p:last-child{text-align:right}.footer-languages{margin:0}.footer-copyright{order:0;padding-bottom:0}.footer-privacy{display:block;padding-bottom:0}}@media (min-width:1230px){.footer-wrapper{padding:100px 0 0}}