.popup{display:none;position:fixed;top:0;left:0;z-index:3;width:100%;height:100%;opacity:0;visibility:hidden;transition:var(--transition-main);overflow-y:hidden;overflow-y:auto;background-color:var(--popup-color);z-index:350}.popup img{-o-object-fit:cover;object-fit:cover;width:100%}.popup h1,.popup h2,.popup h3,.popup h4,.popup h5,.popup a,.popup p,.popup b,.popup li,.popup .bold,.popup .small,.popup .big,.popup span,.popup time,.popup input,.popup .choices,.popup label{color:var(--black-color);text-decoration:none}.popup h1,.popup h2,.popup h3,.popup h4,.popup h5{font-weight:800;line-height:normal}.popup a,.popup p,.popup .big,.popup .small,.popup li,.popup span,.popup time,.popup input,.popup .choices,.popup label{font-weight:400;line-height:normal}.popup label{line-height:normal}.popup b,.popup .bold{font-weight:700;line-height:normal}.popup h1{font-size:var(--font-size--h1);text-transform:uppercase}.popup h2{font-size:var(--font-size--h2);text-transform:uppercase}.popup h3{font-size:var(--font-size--h3);letter-spacing:1.2px}.popup h4{font-size:var(--font-size--h4);text-transform:uppercase}.popup h5{font-size:var(--font-size--h5);text-transform:uppercase}.popup a,.popup p,.popup b,.popup .bold,.popup li,.popup span,.popup time,.popup input,.popup .choices,.popup label{font-size:var(--font-size--regular);letter-spacing:.8px}.popup .big{font-size:var(--font-size--big)}.popup .small{font-size:var(--font-size--small)}.popup h4,.popup h5{line-height:100%}.popup .blue{color:var(--blue-color)}.popup a,.popup p,.popup b,.popup li,.popup span,.popup time{margin-bottom:14px}.popup .main__button{text-transform:uppercase;background-color:var(--blue-color);border-radius:12px;border:2px solid var(--blue-color);padding:13px 32px;display:flex;align-items:center;justify-content:center;color:var(--white-color);font-weight:700;font-size:var(--font-size--small);letter-spacing:.7px;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;margin:0;cursor:pointer;transition:var(--transition-main)}.popup .main__button:hover{background-color:var(--blue-color--hover);border:2px solid var(--blue-color--hover);color:var(--white-color)}.popup .main__button svg{width:16px;height:16px;margin-left:6px;fill:var(--blue-color);transition:var(--transition-main)}.popup .main__button svg.play #circle{fill:var(--blue-color);transition:var(--transition-main)}.popup .main__button svg.play #arrow{fill:var(--white-color);transition:var(--transition-main)}.popup .main__button.inversion{background-color:rgba(0,0,0,0);color:var(--blue-color)}.popup .main__button.inversion:hover{background-color:var(--blue-color--hover);border:2px solid var(--blue-color--hover);color:var(--white-color)}.popup .main__button.inversion:hover svg{fill:var(--white-color)}.popup .main__button.inversion:hover svg.play #circle{fill:var(--white-color)}.popup .main__button.inversion:hover svg.play #arrow{fill:var(--blue-color--hover)}.popup hr{width:100%;border-top:1.5px solid var(--grey-color)}.popup .popup__body{cursor:pointer;width:100%;min-height:100%;display:flex;justify-content:center;align-items:center;padding:120px 16px;position:relative}.popup .popup__body .popup__close-icon{max-width:24px;width:100%;height:24px;position:absolute;z-index:2;right:60px;top:60px;cursor:pointer}.popup .popup__body .popup__close-icon::after,.popup .popup__body .popup__close-icon::before{content:"";width:100%;height:2px;background-color:var(--white-color);position:absolute;left:0;top:calc(50% - 1px)}.popup .popup__body .popup__close-icon::after{transform:rotate(45deg)}.popup .popup__body .popup__close-icon::before{transform:rotate(-45deg)}.popup .popup__body .popup__content{background-color:var(--white-color);border:2px solid var(--blue-color);padding:60px;max-width:773px;width:100%;display:grid;grid-template-columns:2fr 1fr;gap:60px;cursor:initial;border-radius:40px}.popup .popup__body .popup__content .content{display:flex;flex-direction:column}.popup .popup__body .popup__content h2,.popup .popup__body .popup__content h3{line-height:160%;margin-bottom:28px}.popup .popup__body .popup__content p{margin-bottom:36px}.popup .popup__body .popup__content ul li,.popup .popup__body .popup__content ol li{position:relative;padding-left:21px;margin-bottom:17px}.popup .popup__body .popup__content ul li::before,.popup .popup__body .popup__content ol li::before{content:"";width:6px;height:6px;background-color:var(--blue-color);border-radius:100%;position:absolute;left:0;top:8px}.popup .popup__body .popup__content ul li:last-child,.popup .popup__body .popup__content ol li:last-child{margin-bottom:0}.popup .popup__body .popup__content .main__button{max-width:236px;width:100%;margin-top:60px}.popup .popup__body .popup__content .personal__pages-logotype{max-width:192px;width:100%;margin:0 0 auto auto}.popup.open{opacity:1;visibility:visible}@media(max-width: 1070px){.popup a,.popup p,.popup b,.popup li,.popup span,.popup time{margin-bottom:7px}.popup .popup__body .popup__close-icon{top:20px;right:20px}.popup .popup__body .popup__content{padding:30px;grid-template-columns:1fr;gap:30px}.popup .popup__body .popup__content h2,.popup .popup__body .popup__content h3{margin-bottom:12px}.popup .popup__body .popup__content p{margin-bottom:24px}.popup .popup__body .popup__content ul li,.popup .popup__body .popup__content ol li{padding-left:18px;margin-bottom:10px}.popup .popup__body .popup__content ul li::before,.popup .popup__body .popup__content ol li::before{top:6px}.popup .popup__body .popup__content .personal__pages-logotype{max-width:139px;grid-row:1/2;margin:0 auto 0 0}}@media(max-width: 900px){.popup .popup__body .popup__content{grid-template-columns:1fr;gap:24px}}@media(max-width: 540px){.popup .popup__body .popup__content .main__button{max-width:100%}}