:root{--header-init-height:150px;--content-width:1400px;--middle-section-border-radius:60px}@media screen and (max-width:1600px){:root{--content-width:1169px}}@media screen and (max-width:1200px){:root{--header-init-height:115px;--content-width:968px}}@media screen and (max-width:1023px){:root{--header-init-height:76px;--content-width:698px;--middle-section-border-radius:40px}}@media screen and (max-width:768px){:root{--content-width:calc(100% - 48px);--middle-section-border-radius:30px}}*{box-sizing:border-box;scroll-behavior:smooth}body{margin:0;font-family:Golos Text,sans-serif}p{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0}a{text-decoration:none;color:inherit;-webkit-tap-highlight-color:rgba(0,0,0,0)}a,a:active,a:focus{outline:none}@font-face{font-family:Golos Text;src:url(/fonts/GolosText/GolosText-DemiBold.eot);src:url(/fonts/GolosText/GolosText-DemiBold.eot?#iefix) format("embedded-opentype"),url(/fonts/GolosText/GolosText-DemiBold.woff2) format("woff2"),url(/fonts/GolosText/GolosText-DemiBold.woff) format("woff"),url(/fonts/GolosText/GolosText-DemiBold.ttf) format("truetype"),url(/fonts/GolosText/GolosText-DemiBold.svg#GolosText-DemiBold) format("svg");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Golos Text;src:url(/fonts/GolosText/GolosText-Medium.eot);src:url(/fonts/GolosText/GolosText-Medium.eot?#iefix) format("embedded-opentype"),url(/fonts/GolosText/GolosText-Medium.woff2) format("woff2"),url(/fonts/GolosText/GolosText-Medium.woff) format("woff"),url(/fonts/GolosText/GolosText-Medium.ttf) format("truetype"),url(/fonts/GolosText/GolosText-Medium.svg#GolosText-Medium) format("svg");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Golos Text;src:url(/fonts/GolosText/GolosText-Black.eot);src:url(/fonts/GolosText/GolosText-Black.eot?#iefix) format("embedded-opentype"),url(/fonts/GolosText/GolosText-Black.woff2) format("woff2"),url(/fonts/GolosText/GolosText-Black.woff) format("woff"),url(/fonts/GolosText/GolosText-Black.ttf) format("truetype"),url(/fonts/GolosText/GolosText-Black.svg#GolosText-Black) format("svg");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Golos Text;src:url(/fonts/GolosText/GolosText-Bold.eot);src:url(/fonts/GolosText/GolosText-Bold.eot?#iefix) format("embedded-opentype"),url(/fonts/GolosText/GolosText-Bold.woff2) format("woff2"),url(/fonts/GolosText/GolosText-Bold.woff) format("woff"),url(/fonts/GolosText/GolosText-Bold.ttf) format("truetype"),url(/fonts/GolosText/GolosText-Bold.svg#GolosText-Bold) format("svg");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Golos Text;src:url(/fonts/GolosText/GolosText-Regular.eot);src:url(/fonts/GolosText/GolosText-Regular.eot?#iefix) format("embedded-opentype"),url(/fonts/GolosText/GolosText-Regular.woff2) format("woff2"),url(/fonts/GolosText/GolosText-Regular.woff) format("woff"),url(/fonts/GolosText/GolosText-Regular.ttf) format("truetype"),url(/fonts/GolosText/GolosText-Regular.svg#GolosText-Regular) format("svg");font-weight:400;font-style:normal;font-display:swap}.btn-primary{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 0;border-radius:16px;background:#866bff;font-size:16px;color:#fff;cursor:pointer;transition:background .2s ease,box-shadow .2s ease;min-width:157px}.btn-primary:hover{background:#9d87ff;box-shadow:0 2px 6px 0 rgba(108,67,192,.2)}.btn-outline{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 0;border-radius:16px;border:2px solid rgba(0,0,0,0);color:#362754;cursor:pointer;background-color:#fff;transition:border .2s ease,background .2s ease;min-width:157px;width:100%}.btn-outline:hover{border:2px solid rgba(134,107,255,.5);background:#fafafa}.btn-outline:disabled{background:rgba(250,250,250,.6)}.scroll__top__wrapper{z-index:3;position:fixed;background-color:var(--app-light-bg-color);border:2px solid #3c4856;bottom:13vh;width:40px;height:40px;right:1%;border-radius:50%;display:grid;justify-content:center;align-items:center}.scroll__top__wrapper>svg{font-size:20px}.scroll__top__wrapper:hover{cursor:pointer;transform:scale(1.2)}.header{width:100%;display:flex;background-color:#fff;padding:16px 32px;max-width:1440px;margin:0 auto}@media(min-width:1440px){.header{padding:16px 32px}}.header .header-opened.content-wrapper{justify-content:unset}.header .content-wrapper{display:flex;width:100%;align-items:center}.header .logo-wrapper{display:block;width:157px;height:36px;position:relative;margin-right:40px}.header .logo-wrapper .logo-img{height:100%;width:100%;position:absolute;inset:0}.header .logo-wrapper .logo-img.logo-dark{opacity:0}.header .links{display:flex;align-items:center;gap:4px}.header .links .link{padding:16px 12px;gap:4px;display:flex;border-radius:12px;border:1px solid rgba(0,0,0,0)}.header .links .link:hover{background:rgba(134,107,255,.04);border:1px solid rgba(134,107,255,.08)}.header .links .link.link-active{border-radius:12px;border:1px solid #c8c2fc;background:rgba(134,107,255,.04);padding:16px 12px;color:#866bff}.header .menu-btn{padding:7px 5px;color:#362754;cursor:pointer;display:none}.app-wrapper.app-header-sticky .header{position:fixed;top:0;left:0;right:0;box-shadow:0 2px 24px 0 rgba(54,39,84,.059);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:5000;border-radius:20px}@media(min-width:1440px){.app-wrapper.app-header-sticky .header{padding:16px 32px}}.app-wrapper.app-header-sticky .header:not(.header-opened){animation:slide-down .3s ease forwards}.app-wrapper.app-header-sticky .header .logo-wrapper{width:160px;height:36px}.app-wrapper.app-header-sticky .header .logo-wrapper .logo-img.logo-light{opacity:0}.app-wrapper.app-header-sticky .header .logo-wrapper .logo-img.logo-dark{opacity:1}.app-wrapper.app-header-sticky .header .links .locales-dropdown-toggle{color:#000}.app-wrapper.app-header-sticky .header .auth-btns .auth-btn{font-size:18px}.app-wrapper.app-header-sticky .header .auth-btns .auth-btn.login-btn{color:#000}@keyframes slide-down{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@media screen and (max-width:1200px){.header{position:relative;z-index:1000;width:100%;display:flex;background-color:#fff;padding:16px 32px}.header .header-opened.content-wrapper.links{margin-top:16px;border-top:2px solid #f0f1f2;display:flex;align-items:center;gap:4px;padding:16px 12px 0}.header .content-wrapper{display:flex;width:100%}.header .logo-wrapper{display:block;width:157px;height:32px;position:relative}.header .logo-wrapper .logo-img{height:100%;width:100%;position:absolute;inset:0}.header .logo-wrapper .logo-img.logo-dark{opacity:0}.header .links .link{display:flex}.header .menu-btn{padding:7px 5px;color:#362754;cursor:pointer;display:none}.header-button-wrap.hidden{width:157px!important}}@media screen and (max-width:1023px){.header{padding:12px 20px 0}.header .content-wrapper{justify-content:space-between}.header .logo-wrapper{width:127px;height:28px}.header .links{display:none;padding:16px 12px 0}.header .menu-btn{display:block}}@media screen and (max-width:1023px)and (max-width:768px){.header .links{margin-top:16px;border-top:2px solid #f0f1f2}}@media screen and (max-width:1023px){.app-wrapper.app-header-sticky .header{top:5px;left:17px;right:17px;padding:0 20px;width:auto;height:50px;border-radius:25px}.app-wrapper.app-header-sticky .header .logo-wrapper{margin-top:3px;width:127px;height:28px}.app-wrapper.app-header-sticky .header .logo-wrapper .logo-img.logo-dark{opacity:0}.app-wrapper.app-header-sticky .header .menu-btn{margin-top:2px}.app-wrapper .header.header-opened{position:fixed;inset:0;width:100%;height:100%;padding:0 0 20px;border-radius:0;background-color:#fff;flex-direction:column;display:flex;justify-content:space-between}.app-wrapper .header.header-opened .content-wrapper{display:block;width:unset;justify-content:unset}.app-wrapper .header.header-opened .logo-wrapper{margin-top:12px;margin-left:37px;width:127px;height:28px;align-self:start}.app-wrapper .header.header-opened .logo-wrapper .logo-img.logo-dark{opacity:1}.app-wrapper .header.header-opened .links{display:flex;flex-direction:column}.app-wrapper .header.header-opened .links .link{color:#000;display:flex;padding:16px;gap:4px;align-self:stretch}.app-wrapper .header.header-opened .links .link.link-active{color:#866bff;border-radius:12px;border:1px solid rgba(134,107,255,.08);background:rgba(134,107,255,.04)}.app-wrapper .header.header-opened .menu-btn{position:absolute;top:0;right:20px;padding:0;color:#362754}.header-button-wrap{padding:12px;justify-self:flex-end;display:block}.header-button-wrap.hidden{display:none}}.dot{width:4px;height:4px;aspect-ratio:1/1;background-color:rgba(54,39,84,.6);border-radius:50%;margin:0 12px}.footer{position:relative;display:flex;flex-wrap:wrap;margin:0 auto;padding:0 32px;justify-content:space-between}@media(min-width:1280px){.footer{padding:32px}}@media(min-width:1440px){.footer{max-width:1440px;margin:0 auto}}.footer .links{display:flex;justify-content:center;justify-items:center;row-gap:40px;order:1;align-items:center}.footer .links .link{color:rgba(54,39,84,.6);font-size:14px;line-height:140%;transition:color .2s ease}.footer .links .link:hover{color:#866bff;cursor:pointer}.footer .copyrights{color:rgba(54,39,84,.6);font-size:14px;line-height:140%}@media screen and (max-width:1200px){.footer{padding:32px;justify-content:space-between}}@media screen and (max-width:1023px){.footer{display:flex;padding:32px}.footer .copyrights{margin-right:auto}}@media screen and (max-width:768px){.footer .links{width:100%;justify-content:center;justify-items:center;order:-1}.footer .copyrights{margin-top:16px;margin-left:auto;margin-right:auto;text-align:center}}.app-wrapper{background-repeat:no-repeat;background-position:50%;position:relative;z-index:1;overflow:hidden}.app-wrapper:before{content:"";inset:0;width:100vw;height:100px;background-color:#fff;background-size:cover;background-repeat:no-repeat;background-image:url(/img/new/shotpay-bg-1.svg);opacity:.7;filter:brightness(1.5)}@media(min-width:768px){.app-wrapper:before{background-image:url(/img/new/shotpay-bg-4.png);background-position:top;opacity:.7;filter:brightness(1.5)}}.app-wrapper.app-header-sticky{padding-top:var(--header-init-height)}.app-wrapper .page,.app-wrapper .page .page-section{position:relative}.app-wrapper .page .page-container{position:relative;z-index:1;max-width:var(--content-width);margin-left:auto;margin-right:auto}.page.home .home-page-section-middle{border-radius:var(--middle-section-border-radius);overflow:hidden}.section1-item-image{position:relative}.section1-image-inner{z-index:-6;position:absolute}.section1-wrapper{background-repeat:no-repeat;background-position:50%;position:relative;width:100vw;z-index:1;overflow:hidden}.section1-wrapper:before{content:"";position:absolute;inset:0;z-index:-1;width:100vw;background-color:#fff;background-size:cover;background-repeat:no-repeat;background-image:url(/img/new/shotpay-bg-1.svg);opacity:.7;filter:brightness(1.5)}@media(min-width:768px){.section1-wrapper:before{background-image:url(/img/new/shotpay-bg-4.png);background-position:50%;opacity:.7;filter:brightness(1.5)}}@media(min-width:1024px){.section1-wrapper{padding-bottom:136px}}@media(min-width:1280px){.section1-wrapper{padding-bottom:unset}}.svg-bg{position:absolute;top:0;left:0;width:100vw;object-fit:cover;overflow:hidden}.svg-bg,.svg-bg svg{display:block;z-index:-1}.svg-bg svg{width:100%;height:100%}.image-wrapper{position:relative;aspect-ratio:1/1}@media(min-width:1024px){.image-wrapper{aspect-ratio:unset;min-width:500px;top:15px}}@media(min-width:1280px){.image-wrapper{aspect-ratio:unset;top:-80px;min-width:800px;min-height:780px}}.image{letter-spacing:0;font-size:0}.image.image-small{display:block}@media(min-width:1024px){.image.image-small{display:none}}.image.image-medium{display:none}@media(min-width:1024px){.image.image-medium{display:block}}@media(min-width:1420px){.image.image-medium{display:none}}.image.image-big{display:none}@media(min-width:1420px){.image.image-big{display:block}}.cover{z-index:1;display:flex;flex-direction:column;gap:22px}@media(min-width:1024px){.cover{display:flex;width:100wv;flex-direction:row;padding:80px 0 0 12px}}@media(min-width:1440px){.cover{gap:4%;padding:80px 0 0 32px}}.text-wrapper{display:flex;flex-direction:column;margin-bottom:24px;padding:36px 20px 0;width:100%}@media(min-width:1440px){.main-button-wrapper,.main-text{max-width:600px;margin-left:auto;margin-right:auto}}.main-button-wrapper.desktop{display:none}@media(min-width:1440px){.main-button-wrapper{display:none}.main-button-wrapper.desktop{display:block;max-width:259px;margin:initial}}.text{font-weight:700;font-size:40px;line-height:48px;vertical-align:bottom;text-transform:capitalize;color:#362754}.text.colored{color:#866bff}@media(min-width:1024px){.text,.text.colored{font-size:48px;line-height:56px}}.description{margin:12px 0 0;padding:0 0 24px;font-weight:400;font-size:16px;line-height:24px;color:rgba(54,39,84,.8)}@media(min-width:1024px){.description{font-size:18px;line-height:28px}}.green{background-color:#22a427}.blue{background-color:blue;width:800px}.section2-wrapper{background-color:#866bff;padding:80px 12px;display:flex;justify-content:center;justify-items:center}.item-text{font-weight:500;font-size:16px;line-height:20px;text-align:center;vertical-align:bottom;text-transform:uppercase;color:#fff;width:100%}.item-wrapper{display:flex;flex-direction:column;justify-content:center;justify-items:center}@media(min-width:1280px){.item-wrapper:first-child{max-width:250px}.item-wrapper:nth-child(2){max-width:300px}.item-wrapper:nth-child(3){max-width:200px}}.item-image{display:inline-flex;justify-content:center}.item-image .svg{display:block;width:72px;height:72px}.section2-container{display:flex;flex-direction:column;justify-content:center;justify-items:center;gap:56px;max-width:250px}@media(min-width:1024px){.section2-container{flex-direction:row;max-width:900px;padding:96px 0}}@media(min-width:1280px){.section2-container{max-width:1200px;gap:100px}}.section3-wrapper{padding:80px 0 80px 12px}@media(min-width:768px){.section3-wrapper{padding:120px 0 120px 32px}}@media(min-width:1440px){.section3-wrapper{max-width:1440px;margin:0 auto}}.section3-item-image{position:relative;width:48px;height:48px}.image-container{position:relative;aspect-ratio:1/1}@media(min-width:768px){.image-container{display:block;letter-spacing:0;white-space:none}}.image-inner-big{display:none}@media(min-width:768px){.image-inner-big{display:block;letter-spacing:0;font-size:0}.image-inner-small{display:none}}.main-title{font-weight:700;font-size:28px;line-height:36px;text-transform:capitalize;margin-bottom:32px;color:#362754}@media(min-width:768px){.main-title{margin-bottom:56px;font-size:40px;line-height:48px}}@media(min-width:1024px){.main-title{max-width:600px}}.section3-item-title{font-weight:700;font-size:18px;line-height:24px;vertical-align:bottom;text-transform:capitalize;margin-bottom:6px}.section3-item-text{font-weight:400;font-size:16px;line-height:24px;color:rgba(54,39,84,.8)}.text-container{display:flex;flex-direction:column;align-items:start;gap:32px;margin-bottom:56px}@media(min-width:768px){.text-container{display:grid;grid-template-columns:1fr 1fr 1fr}}@media(min-width:1280px){.text-container{margin-bottom:unset;grid-template-columns:1fr 1fr}.section3-container{display:grid;grid-template-columns:auto 600px;grid-gap:24px;gap:24px}}.section4-wrapper{padding:0 12px 80px 0}@media(min-width:768px){.section4-wrapper{padding:0 32px 120px 0}}@media(min-width:1280px){.section4-wrapper{padding:0 32px 160px 0}}@media(min-width:1440px){.section4-wrapper{max-width:1440px;margin:0 auto}}.section4-item-image{position:relative;width:48px;height:48px}.section4-image-container{position:relative;aspect-ratio:1/1}@media(min-width:768px){.section4-image-container{display:block;letter-spacing:0;white-space:none}}@media(min-width:1280px){.section4-image-container{order:-1}}.section4-image-inner-big{display:none}@media(min-width:768px){.section4-image-inner-big{display:block;letter-spacing:0;font-size:0}}.section4-image-inner-small{display:block;letter-spacing:0;font-size:0}@media(min-width:768px){.section4-image-inner-small{display:none}}.section4-main-title{font-weight:700;font-size:28px;line-height:36px;text-transform:capitalize;margin-bottom:32px;padding-left:12px;color:#362754}.section4-main-title.desktop{display:none}@media(min-width:768px){.section4-main-title{margin-bottom:56px;font-size:40px;line-height:48px;padding-left:32px;max-width:600px}}@media(min-width:1280px){.section4-main-title{display:none}.section4-main-title.desktop{display:block;padding-left:unset;margin-bottom:32px}}.section4-item-text{font-weight:400;font-size:16px;line-height:24px;color:rgba(54,39,84,.8)}.section4-text-container{display:flex;flex-direction:column;gap:12px;margin-bottom:56px;padding-left:12px}.section4-text-container>a{margin-top:32px}@media(min-width:1280px){.section4-text-container>a{max-width:259px}}@media(min-width:768px){.section4-text-container{padding-left:32px;display:grid;grid-template-columns:1fr 1fr 1fr}}@media(min-width:1280px){.section4-text-container{display:flex;flex-direction:column;justify-content:center;padding-left:unset;gap:12px}.section4-container{display:grid;grid-template-columns:auto 600px;grid-gap:24px;gap:24px}}.section4-item-wrapper{display:flex;gap:6px}.section5-wrapper{padding:0 12px 80px}@media(min-width:768px){.section5-wrapper{padding:0 32px 120px}}@media(min-width:1280px){.section5-wrapper{padding:0 32px 160px}}@media(min-width:1440px){.section5-wrapper{max-width:1440px;margin:0 auto}}.section5-main-title{font-weight:700;font-size:28px;line-height:36px;text-transform:capitalize;margin-bottom:32px;color:#362754}@media(min-width:768px){.section5-main-title{margin-bottom:56px;font-size:40px;line-height:48px;text-align:center}}.section5-item-title{font-weight:700;font-size:18px;line-height:24px;vertical-align:bottom;text-transform:capitalize;margin-bottom:6px;padding-left:16px}.section5-item-text{font-weight:400;font-size:16px;line-height:24px;color:rgba(54,39,84,.8);padding:0 0 16px 16px}.section5-text-container{display:flex;flex-direction:column;gap:12px;margin-bottom:56px}@media(min-width:768px){.section5-text-container{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;justify-items:center;align-items:center}}@media(min-width:1280px){.section5-text-container{margin-bottom:unset;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr}}.section5-item-wrapper{display:flex;flex-direction:column;overflow:hidden;border-radius:24px;border:1px solid #e5e1fe;background:#f8f8ff}.section5-item-wrapper.center{grid-column:1/span 2;justify-self:center}@media(min-width:780px){.section5-item-wrapper.center{max-width:460px}}@media(min-width:1280px){.section5-item-wrapper.center{max-width:unset;grid-column:unset;height:100%}}.image-item-outer{border-radius:16px;background:hsla(0,0%,100%,.8);display:flex;justify-content:center;margin:6px}#security{scroll-margin-top:60px;position:relative}#security:before{content:"";display:block;height:60px;margin-top:-60px;visibility:hidden}.section6-wrapper{background-color:#866bff;position:relative;padding-bottom:80px}@media(min-width:1024px){.section6-wrapper{padding:unset}}#contact{scroll-margin-top:180px;position:relative}#contact:before{content:"";display:block;height:180px;margin-top:-180px;visibility:hidden}.decorative-bg{display:none}@media(min-width:1440px){.decorative-bg{display:block;position:absolute;top:0;right:0}}@media(min-width:1024px){.section6-container{display:grid;overflow:hidden;grid-template-columns:540px auto;align-items:center}}.section6-image-container{position:relative;width:100wv;min-height:600px;display:grid;grid-template-rows:auto auto;letter-spacing:0;white-space:none}.form-container{padding:20px 12px}@media(min-width:1024px){.form-container{padding:0 32px}}@media(min-width:1280px){.form-container{max-width:900px;padding:0 82px}}.form-title{color:#fff;font-size:28px;font-style:normal;font-weight:600;line-height:36px;text-transform:capitalize;padding-bottom:32px}@media(min-width:768px){.form-title{font-weight:700;font-size:40px;line-height:48px;-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0}}@media(min-width:1280px){.form-title{max-width:800px;padding:0 32px 32px 0}}.input_wrapper{min-height:76px}.universal_input{border-radius:16px;padding:16px 20px;background-color:#866bff;width:100%;border:1px solid hsla(0,0%,100%,.2);font-feature-settings:"calt" off;font-size:14px;font-style:normal;font-weight:400;line-height:20px;color:#fff}.universal_input::placeholder{color:hsla(0,0%,100%,.6);font-weight:300}.universal_input:focus-visible{outline:none;background-color:#866bff;color:#fff}.universal_input:focus{outline:none;background-color:#866bff;color:#fff}.universal_input:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 1000px #866bff!important;-webkit-text-fill-color:#fff!important}.universal_input:hover{cursor:text;border:1px solid #fff;box-shadow:0 0 0 4px hsla(0,0%,100%,.1215686275)}.universal_input:hover:after{content:"."}.form_grid{display:grid}.form_grid>.input_grid>.input_wrapper>.universal_input{width:100%}.input_grid>label{color:#fff;font-weight:400;font-size:16px;line-height:24px;letter-spacing:0;vertical-align:middle;padding:0 6px;position:relative;top:-4px;left:18px}.active_label{opacity:1!important}.input_error{color:#ffc72c;font-size:10px;padding:4px 0 4px 12px}@media(min-width:600px){.input_error{font-size:12px}}.with_error{border:1px solid #ffc72c}.contact-text{font-weight:600;font-size:18px;line-height:24px;text-align:center;vertical-align:bottom;text-transform:capitalize;color:#fff}.contact-success{padding-top:40px;display:flex;flex-direction:column;gap:32px;align-items:center;justify-content:center;justify-items:center}.whats-app-modal{font-family:var(--font-inter)}.whats-app-modal__window{width:320px;height:320px;position:fixed;bottom:calc(13vh + 150px);right:-400px;border-radius:20px;background-image:url(/img/whats-app/whats-app-background.jpg);background-size:cover;transition:all .5s;z-index:12}.whats-app-modal__window_open{right:15px}.whats-app-modal__header{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:30%;border-radius:20px 20px 0 0;background-color:#008168;color:#fff}.whats-app-modal__avatar{width:54px;height:54px;border-radius:50%;margin:0 10px 0 25px}.whats-app-modal__row{display:flex;flex-direction:row;margin:0 10px 0 25px}.whats-app-modal__column{display:flex;flex-direction:column}.whats-app-modal__name{font-size:16px;font-weight:500;margin:5px 0}.whats-app-modal__status{font-size:12px;font-weight:400}.whats-app-modal__close-button{align-self:flex-start;width:22px;height:22px;border:none;margin:5px 8px;background:none;color:#65b2a4;font-family:monospace;font-size:24px;transition:all .3s}.whats-app-modal__close-button:hover{cursor:pointer;color:#7ad5c6}.whats-app-modal__body{height:70%;display:flex;flex-direction:column;justify-content:space-around;align-items:center}.whats-app-modal__time{font-size:12px;color:#6b778c}.whats-app-modal__message{align-self:flex-start;position:relative;display:flex;flex-direction:column;justify-content:space-around;width:70%;height:80px;border-radius:0 20px 20px 20px;margin-left:20px;padding:10px 20px;background-color:#fff}.whats-app-modal__message:before{position:absolute;content:"";width:0;height:0;border:15px solid rgba(0,0,0,0);border-bottom-color:#fff;border-radius:5px;left:-11px;top:-30px;transform:translateY(50%) rotate(45deg)}.whats-app-modal__message-text{color:#000;z-index:1}.whats-app-modal__link{position:relative;width:71%;border-radius:30px;padding:15px 15px 15px 45px;display:flex;justify-content:center;background-color:#65d072;color:#fff;font-size:15px;font-weight:600;transition:all .3s}.whats-app-modal__link:hover{cursor:pointer;background-color:#65d480}.whats-app-modal__link:before{content:"";position:absolute;top:0;bottom:0;left:20px;margin:auto 0;width:20px;height:20px;background-image:url(/img/whats-app/whats-app.svg);background-size:cover}.whats-app-modal__button{position:fixed;right:12px;bottom:calc(13vh + 58px);width:64px;height:64px;border-radius:50%;border:none;background-color:#65d072;transition:all .3s;z-index:10}.whats-app-modal__button:hover{cursor:pointer;background-color:#65d480}@media screen and (min-width:724px){.whats-app-modal__button{right:calc(3% - 12px)}}.whats-app-modal__image{width:32px;height:32px}