@charset "UTF-8";html{background-color:#eee;overflow-x:hidden;color:#1e1e1e}body{font-family:Montserrat,sans-serif;margin:0}h1{font-family:Inter,sans-serif;font-weight:700;color:#1e4193;margin:0}h2,p{margin:0}.container{margin:0 30px}@media (min-width: 1280px){.container{max-width:80%;margin:0 auto}}.buttonsLanguages{position:relative;display:inline-block;transition:background-color .1s ease-in-out,transform .1s ease-in-out;border-radius:100px}@media (min-width: 1280px){.buttonsLanguages{margin-left:10px}.buttonsLanguages:hover{background-color:#5a9bd5;transform:scale(1.05)}}.buttonsLanguages__listPhone{margin:0 15px 0 0;display:flex;justify-content:end;gap:10px}@media (min-width: 1280px){.buttonsLanguages__listPhone{display:none}}.buttonsLanguages__buttonPhone{display:block;width:30px;height:20px;background-size:cover;background-repeat:no-repeat;background-position:center;border:none;cursor:pointer;border-radius:3px}.buttonsLanguages__button{display:none}@media (min-width: 1280px){.buttonsLanguages__button{display:block;width:30px;height:20px;background-size:cover;background-repeat:no-repeat;background-position:center;border:none;cursor:pointer;border-radius:3px;margin:10px}}.buttonsLanguages__list{position:absolute;background-color:#fff;left:0;display:flex;flex-direction:column;z-index:10;box-shadow:0 4px 6px #0000001a;border-radius:5px}[dir=rtl] .buttonsLanguages__listPhone{margin:0 0 0 15px}.accessibility{position:fixed;bottom:2vh;right:10px;z-index:10000}@media (min-width: 768px){.accessibility{bottom:10vh}}.accessibility__icon-button{background-image:url(/accessability/accessability.png);background-position:center;background-repeat:no-repeat;background-size:cover;width:50px;height:50px;font-size:1.5em;border:none;border-radius:50%;padding:10px;cursor:pointer;box-shadow:0 4px 6px #0003}.accessibility__panel{position:absolute;right:10px;bottom:60px;margin-top:10px;padding:15px;background-color:#fff;border-radius:8px;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;min-width:max-content}.accessibility__title{font-size:1.125rem;margin-bottom:10px;text-align:center}@media (min-width: 768px){.accessibility__title{font-size:1.5rem}}.accessibility__button{padding:5px;font-size:.875em;background-color:#e7f0fa;border:.5px solid #5A9BD5;border-radius:5px;cursor:pointer;margin-bottom:8px}.accessibility__button:last-child{margin-bottom:0}@media (min-width: 768px){.accessibility__button{font-size:1.125rem}}[dir=rtl] .accessibility,[dir=rtl] .accessibility__panel{right:unset;left:10px}.buttons{position:fixed;bottom:10vh;right:0;z-index:999;display:flex;flex-direction:column;gap:10px}@media (min-width: 768px){.buttons{bottom:unset;top:10vh}}.buttons__wrapper{position:relative;width:60px;height:60px}@media (min-width: 768px){.buttons__wrapper{width:80px;height:80px;top:30vh}}.buttons__button{position:absolute;top:0;right:0;transform:translate(70%);pointer-events:none;transition:transform .4s ease-in-out;width:195px;height:60px;background-position:center;background-repeat:no-repeat;background-size:cover;cursor:pointer}@media (min-width: 768px){.buttons__button{width:260px;height:80px}}.buttons__button--call{background-image:url(/header/buttons/buttons__call.png)}.buttons__button--wp{background-image:url(/header/buttons/buttons__wp.svg)}.buttons__button--open{transform:translate(0);pointer-events:auto}.buttons__link{display:block;color:#eee;text-decoration:none;line-height:60px;margin-left:65px;font-weight:600}@media (min-width: 768px){.buttons__link{line-height:80px;margin-left:90px;font-size:1.4rem}}[dir=rtl] .buttons{right:unset;left:0}[dir=rtl] .buttons__button{transform:translate(0)}[dir=rtl] .buttons__button--open{transform:translate(70%)}[dir=rtl] .buttons__button--call{background-image:url(/header/buttons/buttons__call--he.png)}[dir=rtl] .buttons__button--wp{background-image:url(/header/buttons/buttons__wp--he.svg)}[dir=rtl] .buttons__text{padding-left:8px}@media (min-width: 768px){[dir=rtl] .buttons__text{padding-left:10px}}[dir=rtl] .buttons__call{width:48px}[dir=rtl] .buttons__link{margin-left:unset;margin-right:65px}@media (min-width: 768px){[dir=rtl] .buttons__link{margin-left:unset;margin-right:90px}}.containerMob{background-color:#eee;position:fixed;left:0;top:0;right:0;z-index:10;height:80px}@media (min-width: 1440px){.containerMob{height:120px}}.header{position:fixed;left:0;top:0;right:0;display:grid;background-color:#eee;grid-template-columns:80px auto 55px;margin:10px 30px;box-sizing:border-box;align-items:center;height:60px;border:#1E4193 .5px solid;border-radius:10px;z-index:100}@media (min-width: 1280px){.header{display:flex;justify-content:space-between;max-width:80%;gap:20px;margin:0 auto;padding:20px 0;height:120px;border:none}}@media (min-width: 1400px){.header{max-width:80%}}.header--openMenu{position:fixed;top:0;left:0;right:0;background-color:transparent;z-index:3;border:#ffffff .5px solid}.header__logo{width:50px;height:auto;margin:auto}@media (min-width: 1280px){.header__logo{object-fit:fill;width:80px;margin:0}}.header__burger-menu{border-left:#1E4193 .5px solid;padding:20px 15px;width:20px;height:20px}@media (min-width: 1280px){.header__burger-menu{display:none}}.header__burger-menu--open{border-left:#ffffff .5px solid}.nav{display:none}@media (min-width: 1280px){.nav{display:block}}.nav__list{margin:0;padding:0;display:flex;justify-content:space-between;gap:20px;font-size:1.25rem}.nav__item{list-style:none;position:relative}.nav__link{display:inline-block;text-decoration:none;color:#fff;border-radius:100px;cursor:pointer;transition:color .1s ease-in-out,background-color .1s ease-in-out,transform .1s ease-in-out;position:relative}@media (min-width: 1280px){.nav__link{color:unset;padding:10px;font-size:1rem}.nav__link:after{content:"";position:absolute;left:0;bottom:5px;width:0;height:2px;background-color:#1e4193;transition:width .3s ease}.nav__link:hover:after{width:100%}}@media (min-width: 1500px){.nav__link{font-size:1.2rem}}@media (min-width: 1600px){.nav__link{font-size:1.3rem}}.nav__link--active{font-weight:700;color:#1e4193}.nav__link--dropdown{font-size:1rem}.nav__arrow{display:inline-block;transition:transform .3s ease-in-out}.nav__arrow--open{transform:rotate(180deg)}.nav__dropdown{position:absolute;z-index:2;margin-top:10px;width:max-content;background-color:#5a9bd5;box-shadow:0 4px 6px #0000001a;border-radius:5px;list-style:none;padding:10px;display:flex;gap:10px;flex-direction:column;border:#ffffff .5px solid}@media (min-width: 1280px){.nav__dropdown{gap:0;background:#fff;border:none;width:max-content}}.menuMobList{display:none}.menuMobList--open{display:flex;flex-direction:column;justify-content:start;gap:10px;margin:0;padding:100px 30px 0;position:fixed;left:0;top:0;right:0;z-index:2;height:100vh;max-height:100vh;background-color:#5a9bd5}[dir=rtl] .header__burger-menu{border-left:none;border-right:#1E4193 .5px solid}[dir=rtl] .header__burger-menu--open{border-right:#ffffff .5px solid}.modalForm{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.modalForm__content{background:#fff;padding:40px;border-radius:15px;text-align:center;width:400px;box-shadow:0 0 10px #0000004d;position:relative}.modalForm__title{font-size:1.5rem;color:#1e4193;margin-bottom:10px}.modalForm__description{font-size:1rem;margin-bottom:20px}.modalForm__form{display:flex;flex-direction:column;gap:0}.modalForm__input{width:100%;padding:10px;margin-bottom:10px;background-color:#e7f0fa;border-radius:100px;font-size:16px;border:none;font-family:inherit;box-sizing:border-box;border:.5px solid #5A9BD5}.modalForm__input::placeholder{font-family:inherit;color:#a0a0a0}.modalForm__input:focus{outline:none;border:.5px solid #1e4193}.modalForm__input.error{border:.5px solid red}.modalForm__submit{width:100%;font-family:inherit;padding:12px;background:linear-gradient(90deg,#1e4193,#5a9bd5);box-shadow:0 4px 10px #1e41934d;transition:background .3s ease,transform .15s ease;font-size:18px;border-radius:100px;cursor:pointer;margin-top:10px;margin-bottom:10px;font-weight:700;box-sizing:border-box;color:#fff;border:none}.modalForm__submit:hover{background:linear-gradient(90deg,#5a9bd5,#1e4193);transform:scale(1.02)}.modalForm__confidentiality{font-size:.75rem}.modalForm__close{position:absolute;top:20px;right:20px;background-image:url(/pages/home/heroSection/modalForm/cross.svg);background-position:center;background-size:cover;background-repeat:no-repeat;width:20px;height:20px;cursor:pointer;border:none;background-color:transparent}[dir=rtl] .modalForm__input{text-align:right}.thankYouPage{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.thankYouPage__content{background:#fff;padding:40px;border-radius:15px;text-align:center;width:400px;box-shadow:0 0 10px #0000004d;position:relative}.thankYouPage__title{font-size:1.5rem;color:#1e4193;margin-bottom:10px}.thankYouPage__message{margin-bottom:20px}.thankYouPage__close{padding:12px;font-family:inherit;background:linear-gradient(90deg,#1e4193,#5a9bd5);box-shadow:0 4px 10px #1e41934d;transition:background .3s ease,transform .15s ease;font-size:18px;color:#fff;border:none;border-radius:100px;cursor:pointer;font-weight:700}.thankYouPage__close:hover{background:linear-gradient(90deg,#5a9bd5,#1e4193);transform:scale(1.02)}.button{display:block;font-family:inherit;margin:0 auto;padding:20px;width:80%;border-radius:100px;border:none;background:linear-gradient(90deg,#1e4193,#5a9bd5);box-shadow:0 4px 6px #0003;transition:background .3s ease,transform .15s ease;font-size:1.25rem;font-weight:700;cursor:pointer;color:#fff}@media (min-width: 400px){.button{width:295px}}@media (min-width: 768px){.button{margin:0;font-size:1.5rem}}.button:hover{background:linear-gradient(90deg,#5a9bd5,#1e4193);transform:scale(1.02)}.button--carIns{width:200px;margin:0 auto 30px;font-size:1.2rem}@media (min-width: 1024px){.button--carIns{margin:0 0 0 50%;font-size:1.5rem;width:295px}}.button--financialPlanning{font-size:1rem;padding-top:10px;padding-bottom:10px;height:60px;border-radius:15px}@media (min-width: 768px){.button--financialPlanning{font-size:1.5rem;width:max-content}}[dir=rtl] .button--carIns{margin-left:unset;margin:0 auto}@media (min-width: 1024px){[dir=rtl] .button--carIns{margin-right:50%}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.heroSection{margin-bottom:30px}@media (min-width: 768px){.heroSection{margin-top:150px}}.heroSection__title--mob{text-align:center;font-size:1.5rem}@media (min-width: 768px){.heroSection__title--mob{font-size:2.5rem}}@media (min-width: 1024px){.heroSection__title--mob{display:none}}.heroSection__title--desktop{display:none}@media (min-width: 1024px){.heroSection__title--desktop{display:block;font-size:2.5rem}}.heroSection__flex{display:flex;flex-direction:column-reverse}@media (min-width: 1024px){.heroSection__flex{flex-direction:row}}.heroSection__textContent{display:flex;flex-direction:column;justify-content:space-around;align-items:center}@media (min-width: 1024px){.heroSection__textContent{gap:20px;align-items:start;width:50%}}.heroSection__text{text-align:center;margin-bottom:20px}@media (min-width: 768px){.heroSection__text{font-size:1.25rem}}@media (min-width: 1024px){.heroSection__text{text-align:start;margin-bottom:0}}@media (min-width: 1440px){.heroSection__text{font-size:1.5rem}}.heroSection__person{display:flex;flex-direction:column;align-items:center;margin-bottom:20px;justify-content:space-between}@media (min-width: 1024px){.heroSection__person{margin-bottom:0;width:50%}}.heroSection__photo{width:80%;margin-bottom:10px}.heroSection__signature{text-align:center}@media (min-width: 768px){.heroSection__signature{font-size:1.25rem}}@media (min-width: 1440px){.heroSection__signature{font-size:1.5rem}}.heroSection__signature--link{text-decoration:none;color:unset}.heroSection__slide{display:flex;justify-content:center;align-items:center;height:80px}@media (min-width: 768px){.heroSection__slide{height:150px}}@media (min-width: 1280px){.heroSection__slide{height:200px}}.services{margin-top:30px;margin-bottom:50px}@media (min-width: 768px){.services{margin-top:30px;margin-bottom:90px}}.services__title{text-align:center;margin-bottom:30px;font-size:1.5rem}@media (min-width: 768px){.services__title{font-size:2.5rem;margin-bottom:60px}}.services__boxes{display:grid;grid-template-columns:repeat(1,1fr);gap:40px}@media (min-width: 1024px){.services__boxes{grid-template-columns:repeat(2,1fr);gap:60px}}.services__box{display:flex;align-items:start;gap:10px;background-color:#fff;border-radius:15px;padding:15px;box-shadow:0 4px 6px #0003}@media (min-width: 768px){.services__box{padding:20px 50px}}.services__icon{width:50px;height:50px}@media (min-width: 768px){.services__icon{width:60px;height:60px}}.services__content{display:flex;flex-direction:column;justify-content:space-between;height:100%;gap:20px}.services__subtitle{color:#1e4193;font-size:1.125rem}@media (min-width: 768px){.services__subtitle{font-size:1.5rem}}@media (min-width: 768px){.services__text{font-size:1.125rem}}.services__link{display:inline-block;text-decoration:none;cursor:pointer;transition:color .1s ease-in-out,background-color .1s ease-in-out,transform .1s ease-in-out;position:relative;color:#1e4193;font-weight:600}@media (min-width: 1280px){.services__link{padding-bottom:5px}.services__link:after{content:"";position:absolute;left:0;bottom:5px;width:0;height:2px;background-color:#1e4193;transition:width .3s ease}.services__link:hover:after{width:32%}}@media (min-width: 1280px) and (min-width: 1600px){.services__link:hover:after{width:23%}}[dir=rtl] .services__link:after{left:auto;right:0}[dir=rtl] .services__link:hover:after{width:15%}.advantages{margin-bottom:50px}@media (min-width: 768px){.advantages{margin-bottom:90px}}.advantages__title{display:block;text-align:center;margin:0 auto 30px;font-size:1.5rem}@media (min-width: 768px){.advantages__title{margin-bottom:60px;font-size:2.5rem}}.advantages__blocks{display:flex;flex-direction:column;gap:30px}@media (min-width: 1280px){.advantages__blocks{flex-direction:row}}.advantages__block{background-color:#fff;border-radius:15px;box-shadow:0 4px 6px #0003;display:flex;flex-direction:column;gap:20px;align-items:center;padding:25px}@media (min-width: 1280px){.advantages__block{padding:40px}}.advantages__img{width:120px;height:120px}.advantages__name{text-align:center;font-size:1.25rem;font-weight:600;color:#1e4193}@media (min-width: 1280px){.advantages__name{font-size:1.875rem}}.advantages__text{text-align:center;font-size:1rem}@media (min-width: 1280px){.advantages__text{font-size:1.25rem}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.reviews{margin-bottom:50px}@media (min-width: 768px){.reviews{margin-bottom:90px}}.reviews__title{display:block;width:fit-content;text-align:center;margin:0 auto;font-size:1.5rem}@media (min-width: 768px){.reviews__title{font-size:2.5rem;margin-bottom:60px}}.reviews__block{background-color:#5a9bd5;margin:30px 40px;padding:10px;border-radius:15px}@media (min-width: 1024px){.reviews__block{padding:25px;width:40%;margin:0 auto}}.reviews__person{display:flex;flex-direction:column;gap:5px;margin-bottom:30px}.reviews__name{margin:0;font-size:1.25rem;color:#fff}@media (min-width: 768px){.reviews__name{font-size:1.875rem}}.reviews__city{margin:0;font-size:1rem;color:#fff}@media (min-width: 768px){.reviews__city{font-size:1.5rem}}.reviews__text{margin:0;font-size:1rem;color:#fff}@media (min-width: 768px){.reviews__text{font-size:1.25rem}}.reviews__swiper .swiper-slide{display:flex;align-items:center;height:780px}@media (min-width: 768px){.reviews__swiper .swiper-slide{height:600px}}@media (min-width: 1024px){.reviews__swiper .swiper-slide{height:700px}}@media (min-width: 1600px){.reviews__swiper .swiper-slide{height:510px}}.contacts{display:flex;flex-direction:column;background-color:#fff;border-radius:15px;width:100%;height:max-content;box-shadow:0 4px 6px #0003;margin-bottom:50px}@media (min-width: 768px){.contacts{margin-bottom:90px}}@media (min-width: 1024px){.contacts{flex-direction:row}}.contacts__info{padding:50px}@media (min-width: 1024px){.contacts__info{width:35%}}.contacts__info--title{margin:0 auto;width:fit-content;font-size:2rem}@media (min-width: 768px){.contacts__info--title{font-size:2.5rem}}@media (min-width: 1024px){.contacts__info--title{margin:0}}.contacts__info--title:after{content:"";display:block;width:fit-content;width:100%;height:7px;background-color:#5a9bd5;margin-top:8px}.contacts__list{margin:50px 0 0;padding:0;list-style:none}.contacts__item{margin-bottom:40px}.contacts__item:last-child{margin-bottom:0}.contacts__link{display:flex;gap:20px;align-items:center;text-decoration:none;color:unset}.contacts__icon{width:30px;height:30px}.contacts__text--title{margin:0;font-size:.875rem;font-weight:600}@media (min-width: 768px){.contacts__text--title{font-size:1.1rem}}.contacts__text--info{margin:0;color:#4c4c4c}.contacts__form{padding:50px;background-color:#e7f0fa}@media (min-width: 1024px){.contacts__form{display:flex;flex-direction:column;justify-content:space-between;width:65%;border-top-right-radius:15px}}.contacts__form--title{margin:0 0 50px;text-align:center;font-size:1rem}@media (min-width: 768px){.contacts__form--title{font-size:1.5rem}}@media (min-width: 1024px){.contacts__form--title{text-align:start}}.contacts__inputsFlex{display:flex;flex-direction:column;gap:80px;margin-bottom:80px;width:70%;justify-content:space-between}@media (min-width: 768px){.contacts__inputsFlex{flex-direction:row}}.contacts__label{display:block;margin-bottom:10px}.contacts__input{background-color:transparent;border:none;border-bottom:1px solid #4C4C4C;font-size:1.1rem;resize:none;-webkit-appearance:none;border-radius:0}.contacts__input--textarea{width:100%;margin-bottom:80px}@media (min-width: 768px){.contacts__input--textarea{width:70%}}.contacts__input:focus{background-color:transparent;outline:none}.contacts__input.error{border-bottom:1px solid red}.contacts__submit{width:100%;font-family:inherit;padding:12px;background:linear-gradient(90deg,#d4b02c,#e1c95a);box-shadow:0 4px 10px #1e41934d;transition:background .3s ease,transform .15s ease;font-size:18px;border-radius:100px;cursor:pointer;font-weight:700;box-sizing:border-box;color:#000;border:none}@media (min-width: 768px){.contacts__submit{width:70%}}.contacts__submit:hover{background:linear-gradient(90deg,#e1c95a,#d4b02c);transform:scale(1.02)}@media (min-width: 1024px){[dir=rtl] .contacts__form{border-top-right-radius:0;border-top-left-radius:15px}}.footer{background:linear-gradient(270deg,#5a9bd5,#1e4193);width:100%;padding-top:50px}.footer__flex{display:flex;flex-direction:column;justify-content:space-between}@media (min-width: 768px){.footer__flex{flex-direction:row}}.footer__title{margin-bottom:20px;color:#fff;text-decoration:underline}.footer__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}@media (min-width: 768px){.footer__list{gap:180px;flex-direction:row}}.footer__flexList{display:flex;flex-direction:column;gap:10px}.footer__link{display:inline-block;text-decoration:none;cursor:pointer;transition:color .1s ease-in-out,background-color .1s ease-in-out,transform .1s ease-in-out;position:relative;color:#fff}@media (min-width: 1280px){.footer__link{padding-bottom:5px;font-size:1.125rem}.footer__link:after{content:"";position:absolute;left:0;bottom:5px;width:0;height:2px;background-color:#fff;transition:width .3s ease}.footer__link:hover:after{width:100%}}.footer__logo{height:170px;margin:0 auto}@media (min-width: 768px){.footer__logo{margin:0}}.footer__copyright{margin:0;padding:10px 0;text-align:center;color:#fff}@media (min-width: 768px){.footer__copyright{padding:80px 0 10px}}[dir=rtl] .footer{background:linear-gradient(90deg,#5a9bd5,#1e4193)}.home,.aboutUs{margin-top:120px}.heroSectionForServices{background-position:center;background-size:cover;background-repeat:no-repeat;height:100vh;width:100%;margin-bottom:50px}.heroSectionForServices--heroSectionCarIns{background-image:url(/componentsForServices/HeroSectionForServices/heroSection_carInsurance.png)}.heroSectionForServices--heroSectionMortgageIns{background-image:url(/componentsForServices/HeroSectionForServices/heroSection_MortgageInsurance.png)}.heroSectionForServices--heroSectionTouristIns{background-image:url(/componentsForServices/HeroSectionForServices/heroSection_touristIns.png)}.heroSectionForServices--heroSectionHealthIns{background-image:url(/componentsForServices/HeroSectionForServices/heroSection_healthIns.png)}.heroSectionForServices--heroSectionBusinessIns{background-image:url(/componentsForServices/HeroSectionForServices/heroSection_businessIns.png)}.heroSectionForServices--heroSectionFinancialPlanning{background-image:url(/componentsForServices/HeroSectionForServices/heroSection_financialPlanning.png)}.heroSectionForServices--heroSectionLifeIns{background-image:url(/componentsForServices/HeroSectionForServices/heroSection_lifeIns.png)}.heroSectionForServices--heroSectionTravelIns{background-image:url(/componentsForServices/HeroSectionForServices/heroSection_travelIns.png)}.heroSectionForServices--heroSectionAccidentIns{background-image:url(/componentsForServices/HeroSectionForServices/heroSection_accidentIns.png)}.heroSectionForServices--heroSectionPropertyIns{background-image:url(/componentsForServices/HeroSectionForServices/heroSection_propertyIns.png)}.heroSectionForServices--heroSectionPensionManagement{background-image:url(/componentsForServices/HeroSectionForServices/heroSection_pensionManagement.png)}.heroSectionForServices--heroSectionInvestmentFunds{background-image:url(/componentsForServices/HeroSectionForServices/heroSection_investmentFunds.png)}.heroSectionForServices--heroSectionInvestmentFunds{background-image:url(/componentsForServices/HeroSectionForServices/heroSection_customerSupport.png)}.heroSectionForServices--heroSectionRealizationOfRights{background-image:url(/componentsForServices/HeroSectionForServices/heroSection_realizationOfRights.png)}.heroSectionForServices--heroSectionAboutUs{background-image:url(/componentsForServices/HeroSectionForServices/heroSection_aboutUs.png)}@media (min-width: 1024px){.heroSectionForServices{background-size:100% 100%;margin-bottom:90px}}.heroSectionForServices__relative{position:relative}.heroSectionForServices__head{display:flex;position:absolute;justify-content:center;top:15vh;gap:15px;width:100%}@media (min-width: 400px){.heroSectionForServices__head{top:15vh;justify-content:space-between}}@media (min-width: 768px){.heroSectionForServices__head{gap:55px}}.heroSectionForServices__yellowLine{display:none;background-color:#d4b02c;height:10vh}@media (min-width: 400px){.heroSectionForServices__yellowLine{display:unset}}@media (min-width: 768px){.heroSectionForServices__yellowLine{height:15vh}}.heroSectionForServices__yellowLine--left{width:100%}@media (min-width: 768px){.heroSectionForServices__yellowLine--left{width:10%}}.heroSectionForServices__yellowLine--right{width:100%}@media (min-width: 768px){.heroSectionForServices__yellowLine--right{width:100%}}.heroSectionForServices__titleFlex{display:flex;flex-direction:column}@media (min-width: 1024px){.heroSectionForServices__titleFlex{transform:translateY(-28%)}}.heroSectionForServices__title{margin:0 auto;font-size:2rem}@media (min-width: 400px){.heroSectionForServices__title{font-size:2rem;width:max-content}}@media (min-width: 768px){.heroSectionForServices__title{margin:0;text-align:start;font-size:3rem}}@media (min-width: 1024px){.heroSectionForServices__title{font-size:4.5rem}}.heroSectionForServices__title--part1{font-weight:800;color:#fff}.heroSectionForServices__title--part2{font-weight:400;color:#d4b02c}.heroSectionForServices__extraForHeroSection{padding-top:20vh}@media (min-width: 400px){.heroSectionForServices__extraForHeroSection{padding-top:30vh}}@media (min-width: 768px){.heroSectionForServices__extraForHeroSection{padding-top:40vh}}.heroSectionForServices__text{margin-bottom:10%;padding:30vh 30px 0;color:#fff;text-align:center}@media (min-width: 768px){.heroSectionForServices__text{margin-bottom:5%;font-size:1.2rem;font-weight:600;text-align:start;width:70%;padding:40vh 8% 0}}@media (min-width: 1024px){.heroSectionForServices__text{margin-bottom:2%;font-size:1.2rem;width:60%;font-weight:700}}@media (min-width: 1540px){.heroSectionForServices__text{font-size:1.5rem}}.heroSectionForServices__button{background:linear-gradient(90deg,#d4b02c,#e1c95a);color:#000}.heroSectionForServices__button:hover{background:linear-gradient(90deg,#e1c95a,#d4b02c)}@media (min-width: 768px){.heroSectionForServices__button{margin:0 8%}}.whyWeForServices{margin-bottom:50px}@media (min-width: 768px){.whyWeForServices{margin-bottom:90px}}.whyWeForServices__title{margin:0 0 30px;text-align:center;font-size:1.5rem}@media (min-width: 768px){.whyWeForServices__title{margin-bottom:60px;font-size:2.5rem}}.whyWeForServices__boxes{display:flex;flex-direction:column;gap:20px}@media (min-width: 1024px){.whyWeForServices__boxes{gap:40px}}.whyWeForServices__boxesRowDesk{display:flex;gap:20px;flex-direction:column}@media (min-width: 1024px){.whyWeForServices__boxesRowDesk{flex-direction:row;gap:40px}}.whyWeForServices__box{display:flex;flex-grow:1;align-items:center;gap:15px;padding:25px;background-color:#5a9bd5;border-radius:15px;box-shadow:0 4px 6px #0003}@media (min-width: 1024px){.whyWeForServices__box{width:100%;flex-direction:column;gap:45px}}.whyWeForServices__box--light{background-color:#e7f0fa}.whyWeForServices__icon{width:75px;height:45px}@media (min-width: 1024px){.whyWeForServices__icon{width:130px;height:70px}}.whyWeForServices__text{font-weight:600;color:#fff}@media (min-width: 1024px){.whyWeForServices__text{text-align:center;font-size:1.5rem}}.whyWeForServices__text--light{color:#5a9bd5}.advantagesAboutUs{margin-bottom:50px}@media (min-width: 768px){.advantagesAboutUs{margin-bottom:90px}}.advantagesAboutUs__title{display:block;text-align:center;margin:0 auto 30px;font-size:1.5rem}@media (min-width: 768px){.advantagesAboutUs__title{margin-bottom:60px;font-size:2.5rem}}.advantagesAboutUs__blocks{display:flex;flex-direction:column;gap:30px}@media (min-width: 768px){.advantagesAboutUs__blocks{display:grid;grid-template-columns:repeat(2,1fr);column-gap:50px}}.advantagesAboutUs__block{margin:0 auto;background-color:#fff;border-radius:15px;box-shadow:0 4px 6px #0003;display:flex;flex-direction:column;gap:20px;align-items:center;padding:25px;max-width:500px}@media (min-width: 1280px){.advantagesAboutUs__block{padding:40px}}.advantagesAboutUs__img{width:120px;height:120px}.advantagesAboutUs__name{text-align:center;font-size:1.25rem;font-weight:600;color:#1e4193}@media (min-width: 1280px){.advantagesAboutUs__name{font-size:1.875rem}}.advantagesAboutUs__text{text-align:center;font-size:1rem}@media (min-width: 1280px){.advantagesAboutUs__text{font-size:1.25rem}}.ourTeamAboutUs{margin-bottom:50px}@media (min-width: 768px){.ourTeamAboutUs{margin-bottom:90px}}.ourTeamAboutUs__title{display:block;text-align:center;margin:0 auto 30px;font-size:1.5rem}@media (min-width: 768px){.ourTeamAboutUs__title{margin-bottom:30px;font-size:2.5rem}}.ourTeamAboutUs__text{font-size:1.25rem;text-align:center;margin-bottom:30px}.ourTeamAboutUs__cards{display:grid;row-gap:50px}@media (min-width: 768px){.ourTeamAboutUs__cards{display:grid;grid-template-columns:repeat(2,1fr);column-gap:30px;row-gap:30px}}@media (min-width: 1080px){.ourTeamAboutUs__cards{column-gap:50px;row-gap:50px}}.ourTeamAboutUs__card{margin:0 auto;display:flex;flex-direction:column;gap:10px;max-width:320px}@media (min-width: 1080px){.ourTeamAboutUs__card{max-width:unset;flex-direction:row}}.ourTeamAboutUs__photo{width:100%;box-shadow:0 4px 6px #0003;border:1px solid #1E4193;border-radius:15px 15px 0 0}@media (min-width: 1080px){.ourTeamAboutUs__photo{height:100%;width:unset;border-radius:15px 0 0 15px;box-sizing:border-box}}.ourTeamAboutUs__textContent{background-color:#fff;box-shadow:0 4px 6px #0003;padding:25px;border:1px solid #1E4193;border-radius:0 0 15px 15px}@media (min-width: 768px){.ourTeamAboutUs__textContent{height:250px}}@media (min-width: 1080px){.ourTeamAboutUs__textContent{height:unset;border-radius:0 15px 15px 0}}.ourTeamAboutUs__name{display:block;position:relative;padding-bottom:5px;text-decoration:none;color:#1e4193;font-size:1.25rem;font-weight:600;font-style:italic;text-align:center}@media (min-width: 768px){.ourTeamAboutUs__name{display:inline-block;text-align:start}}.ourTeamAboutUs__name:after{content:"";position:absolute;left:0;bottom:5px;width:0;height:2px;background-color:#1e4193;transition:width .3s ease}.ourTeamAboutUs__name:hover:after{width:100%}.ourTeamAboutUs__profession{font-style:italic;margin-bottom:10px;text-align:center}@media (min-width: 768px){.ourTeamAboutUs__profession{text-align:start}}.ourTeamAboutUs__description{font-weight:500;text-align:center}@media (min-width: 768px){.ourTeamAboutUs__description{display:inline-block;text-align:start}}@media (min-width: 1080px){[dir=rtl] .ourTeamAboutUs__photo{border-radius:0 15px 15px 0}}@media (min-width: 1080px){[dir=rtl] .ourTeamAboutUs__textContent{border-radius:15px 0 0 15px}}.processForServices{margin-bottom:50px}@media (min-width: 768px){.processForServices{margin-bottom:90px}}.processForServices__title{margin:0 0 30px;text-align:center;font-size:1.5rem}@media (min-width: 768px){.processForServices__title{margin-bottom:60px;font-size:2.5rem}}.processForServices__items{display:flex;flex-direction:column;gap:30px}@media (min-width: 1023px){.processForServices__items{display:none}}.processForServices__item{display:flex;align-items:center;gap:20px;opacity:0;transform:translateY(50px);transition:opacity .1s ease,transform .6s ease}.processForServices__item--visible{opacity:1;transform:translateY(0)}.processForServices__item--reverse{flex-direction:row-reverse}.processForServices__circle{flex-shrink:0;font-size:1.25rem;font-weight:600;text-align:center;line-height:30px;color:#fff;width:30px;height:30px;border-radius:100px;background-color:#5a9bd5;box-shadow:0 4px 6px #0003}.processForServices__box{background-color:#fff;padding:15px;border-radius:15px;border:2px #1E4193 solid;box-shadow:0 4px 6px #0003;width:100%}.processForServices__text{text-align:center}.processForServices__blocks{display:none}@media (min-width: 1024px){.processForServices__blocks{display:grid;grid-template-columns:repeat(15,1fr);grid-template-rows:60px 145px max-content;column-gap:20px;row-gap:5px}}.processForServices__circleNum{margin:0 auto;background-position:center;background-size:cover;background-repeat:no-repeat;box-shadow:0 4px 6px #0003;border-radius:100px;width:60px;height:60px}.processForServices__circleNum--1{grid-column:2/3;grid-row:1/2;background-image:url(/componentsForServices/processForServices/processCarIns__circleNum--1.svg)}.processForServices__circleNum--2{grid-column:5/6;grid-row:1/2;background-image:url(/componentsForServices/processForServices/processCarIns__circleNum--2.svg)}.processForServices__circleNum--3{grid-column:8/9;grid-row:1/2;background-image:url(/componentsForServices/processForServices/processCarIns__circleNum--3.svg)}.processForServices__circleNum--4{grid-column:11/12;grid-row:1/2;background-image:url(/componentsForServices/processForServices/processCarIns__circleNum--4.svg)}.processForServices__circleNum--5{grid-column:14/15;grid-row:1/2;background-image:url(/componentsForServices/processForServices/processCarIns__circleNum--5.svg)}.processForServices__number{text-align:center;font-size:1.5rem;color:#fff;line-height:60px;font-weight:600}.processForServices__number--black{color:#000}.processForServices__arrow{height:1px;background:#000;position:relative;align-self:center}.processForServices__arrow--1{grid-column:3/5;grid-row:1/2}.processForServices__arrow--2{grid-column:6/8;grid-row:1/2}.processForServices__arrow--3{grid-column:9/11;grid-row:1/2}.processForServices__arrow--4{grid-column:12/14;grid-row:1/2}.processForServices__arrow:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%) rotate(45deg);width:8px;height:8px;border-top:1px solid black;border-right:1px solid black}.processForServices__head{background-position:center;background-size:contain;background-repeat:no-repeat;padding:30px 15px}.processForServices__head--1{grid-column:1/4;grid-row:2/3;background-image:url(/componentsForServices/processForServices/processCarIns__head--1.svg)}.processForServices__head--2{grid-column:4/7;grid-row:2/3;background-image:url(/componentsForServices/processForServices/processCarIns__head--2.svg)}.processForServices__head--3{grid-column:7/10;grid-row:2/3;background-image:url(/componentsForServices/processForServices/processCarIns__head--3.svg)}.processForServices__head--4{grid-column:10/13;grid-row:2/3;background-image:url(/componentsForServices/processForServices/processCarIns__head--4.svg)}.processForServices__head--5{grid-column:13/16;grid-row:2/3;background-image:url(/componentsForServices/processForServices/processCarIns__head--5.svg)}.processForServices__headText{text-align:center;font-size:1.5rem;color:#fff;font-weight:600}.processForServices__headText--black{color:#000}.processForServices__step{padding:30px;background-color:#fff;border:1px solid #1E4193;border-radius:5px;box-shadow:0 4px 6px #0003}.processForServices__step--1{grid-column:1/4;grid-row:3/3}.processForServices__step--2{grid-column:4/7;grid-row:3/3}.processForServices__step--3{grid-column:7/10;grid-row:3/3}.processForServices__step--4{grid-column:10/13;grid-row:3/3}.processForServices__step--5{grid-column:13/16;grid-row:3/3}.processForServices__textDesk{text-align:center;font-size:1.125rem}[dir=rtl] .processForServices__arrow:after{left:0;right:unset;transform:translateY(-50%) rotate(-135deg)}.businessIns{margin-top:120px}.aboutForServices{margin-bottom:50px}@media (min-width: 768px){.aboutForServices{margin-bottom:90px}}.aboutForServices__title{margin:0 0 30px;text-align:center;font-size:1.5rem}@media (min-width: 768px){.aboutForServices__title{margin-bottom:60px;font-size:2.5rem}}.aboutForServices__text{margin:0 0 20px;font-weight:500;text-align:center}@media (min-width: 1024px){.aboutForServices__text{margin-bottom:60px;font-size:1.125rem}}.aboutForServices__text--mortgage{font-size:1.125rem;font-weight:500}.aboutForServices__flex{display:flex;flex-direction:column;gap:40px}@media (min-width: 1024px){.aboutForServices__flex{flex-direction:row;width:100%;justify-content:space-between;align-items:center}}.aboutForServices__boxes{display:flex;flex-direction:column;justify-content:space-between;gap:20px}@media (min-width: 1024px){.aboutForServices__boxes{width:60%;gap:40px}}.aboutForServices__box{padding:25px;background-color:#fff;border-radius:15px;border:.5px solid #1E4193;box-shadow:0 4px 6px #0003}@media (min-width: 1024px){.aboutForServices__box{display:flex;gap:40px;padding:50px;align-items:center}}.aboutForServices__flexImgTitle{display:flex;align-items:center;gap:15px;margin-bottom:10px}@media (min-width: 1024px){.aboutForServices__flexImgTitle{margin-bottom:15px}}.aboutForServices__icon{width:40px;height:40px}@media (min-width: 1024px){.aboutForServices__icon{width:75px;height:75px}}@media (min-width: 1024px){.aboutForServices__icon--mob{display:none}}.aboutForServices__icon--desktop{display:none}@media (min-width: 1024px){.aboutForServices__icon--desktop{display:block}}.aboutForServices__nameBox{margin:0;font-size:1.125rem;font-weight:600}@media (min-width: 1024px){.aboutForServices__nameBox{font-size:1.5rem}}.aboutForServices__textBox{margin:0}@media (min-width: 1024px){.aboutForServices__textBox{font-size:1.125rem}}.statForm{margin-bottom:50px;padding:25px;background-color:#5a9bd5}@media (min-width: 768px){.statForm{margin-bottom:90px;padding:50px}}.statForm__content{margin:0 auto;padding:25px;background-color:#e7f0fa;border-radius:15px;width:70%}.statForm__title{text-align:center;font-size:1.5rem;color:#1e4193;margin-bottom:20px}@media (min-width: 1200px){.statForm__form{display:flex;gap:50px;margin:0 auto;justify-content:center}}.statForm__input{width:100%;padding:10px;margin-bottom:10px;background-color:#fff;border-radius:15px;font-size:16px;border:none;font-family:inherit;box-sizing:border-box;border:.5px solid #5A9BD5}@media (min-width: 1200px){.statForm__input{margin-bottom:0}}.statForm__input::placeholder{font-family:inherit;color:#a0a0a0}.statForm__input:focus{outline:none;border:.5px solid #1e4193}.statForm__input.error{border:.5px solid red}.statForm__submit{width:100%;font-family:inherit;padding:10px;background:linear-gradient(90deg,#1e4193,#5a9bd5);box-shadow:0 4px 10px #1e41934d;transition:background .3s ease,transform .15s ease;font-size:18px;border-radius:15px;cursor:pointer;font-weight:700;box-sizing:border-box;color:#fff;border:none}.statForm__submit:hover{background:linear-gradient(90deg,#5a9bd5,#1e4193);transform:scale(1.02)}.faqForServices{margin-bottom:50px}@media (min-width: 768px){.faqForServices{margin-bottom:90px}}.faqForServices__title{margin:0 0 60px;text-align:center;font-size:1.5rem}@media (min-width: 768px){.faqForServices__title{margin-bottom:60px;font-size:2.5rem}}.faqForServices__boxesFlex{display:flex;flex-direction:column;gap:20px}@media (min-width: 1024px){.faqForServices__boxesFlex{flex-direction:row;justify-content:space-between;gap:60px}}.faqForServices__boxes{display:flex;flex:1;flex-direction:column;gap:20px}.explanation{padding:25px;border-radius:15px;background-color:#fff;border:.5px #1E4193 solid;box-shadow:0 4px 6px #0003}.explanation__questionFlex{display:flex;gap:10px;justify-content:space-between;align-items:center;cursor:pointer}.explanation__question{font-weight:600}@media (min-width: 1024px){.explanation__question{font-size:1.125rem}}.explanation__icon{width:30px;height:20px;transform:rotate(180deg);transition:transform .5s ease}.explanation__icon--open{transform:unset}.explanation__answer{margin-top:15px}@media (min-width: 1024px){.explanation__answer{font-size:1.125rem}}.calcCarIns{flex:1}.calcCarIns__title{margin:0 0 15px;font-size:1.5rem;font-weight:700;text-align:center;color:#1e4193}.calcCarIns__selects{justify-content:space-between;padding:25px;background-color:#fff;border-radius:15px;height:max-content;border:.5px solid #1E4193;box-shadow:0 4px 6px #0003}@media (min-width: 1024px){.calcCarIns__selects{padding:50px}}.calcCarIns__subtitle{margin:0 0 20px;text-align:center;font-size:1rem}@media (min-width: 768px){.calcCarIns__subtitle{font-size:1.375rem}}.calcCarIns__label{display:block;font-size:.875rem;font-weight:600;margin-bottom:5px}@media (min-width: 1024px){.calcCarIns__label{font-size:1rem}}.calcCarIns__select{width:100%;padding:10px;margin-bottom:20px;background-color:#e7f0fa;border-radius:15px;font-size:.875rem;font-family:inherit;box-sizing:border-box;border:.5px solid #5A9BD5;cursor:pointer}.calcCarIns__select::placeholder{font-family:inherit}.calcCarIns__select:focus{outline:none;border:.5px solid #1e4193}@media (min-width: 1024px){.calcCarIns__select{font-size:1rem}}.calcCarIns__text{margin:0 0 20px;font-size:.875rem}@media (min-width: 1024px){.calcCarIns__text{font-size:1rem}}.calcCarIns__button{margin-bottom:20px;display:block;width:100%;padding:.75rem 1rem;font-size:1.05rem;background:linear-gradient(90deg,#1e4193,#5a9bd5);color:#eee;border:none;border-radius:.75rem;font-weight:600;cursor:pointer;box-shadow:0 4px 10px #1e41934d;transition:background .3s ease,transform .15s ease}.calcCarIns__button:hover{background:linear-gradient(90deg,#5a9bd5,#1e4193);transform:scale(1.02)}.calcCarIns__button:active{transform:scale(.98)}.calcCarIns__link{font-weight:600;font-size:.875rem;color:#1e4193}@media (min-width: 1024px){.calcCarIns__link{font-size:1rem}}.mortgageIns{margin-top:120px}.mistakesMortgage{margin-bottom:50px}@media (min-width: 768px){.mistakesMortgage{margin-bottom:90px}}.mistakesMortgage__title{margin:0 0 30px;text-align:center;font-size:1.5rem}@media (min-width: 768px){.mistakesMortgage__title{margin-bottom:60px;font-size:2.5rem}}.mistakesMortgage__mistakes{display:flex;flex-direction:column;gap:50px;background-color:#fff;box-shadow:0 4px 6px #0003;border-radius:15px;padding:50px}@media (min-width: 1024px){.mistakesMortgage__mistakes{display:grid;justify-content:center;grid-template-columns:repeat(2,400px);grid-template-rows:repeat(2,1fr);column-gap:160px;row-gap:70px}}.mistakesMortgage__mistake{text-align:center}.mistakesMortgage__img{margin-bottom:20px;max-width:100%}.mistakesMortgage__subtitle{margin-bottom:20px;font-size:1rem}@media (min-width: 1024px){.mistakesMortgage__subtitle{font-size:1.25rem}}.mistakesMortgage__text{font-size:.875rem}@media (min-width: 1024px){.mistakesMortgage__text{font-size:1.125rem}}.mistakesMortgage__conclusion{grid-column:1/3;font-size:1.125rem;color:#1e4193;text-align:center}@media (min-width: 1024px){.mistakesMortgage__conclusion{font-size:1.5rem}}[dir=rtl] .mistakesMortgage__img{transform:scaleX(-1)}.calcMortgageIns{flex:1}.calcMortgageIns__title{margin:0 0 15px;font-size:1.5rem;font-weight:700;text-align:center;color:#1e4193}.calcMortgageIns__selects{padding:25px;background-color:#fff;border-radius:15px;height:max-content;border:.5px solid #1E4193;box-shadow:0 4px 6px #0003}@media (min-width: 1024px){.calcMortgageIns__selects{padding:50px}}.calcMortgageIns__subtitle{margin:0 0 20px;text-align:center;font-size:1rem}@media (min-width: 768px){.calcMortgageIns__subtitle{font-size:1.375rem}}.calcMortgageIns__label{display:block;font-size:.875rem;font-weight:600;margin-bottom:5px}@media (min-width: 1024px){.calcMortgageIns__label{font-size:1rem}}.calcMortgageIns__select{width:100%;padding:10px;margin-bottom:20px;background-color:#e7f0fa;border-radius:15px;font-size:.875rem;font-family:inherit;box-sizing:border-box;border:.5px solid #5A9BD5;cursor:pointer}.calcMortgageIns__select::placeholder{font-family:inherit}.calcMortgageIns__select:focus{outline:none;border:.5px solid #1e4193}@media (min-width: 1024px){.calcMortgageIns__select{font-size:1rem}}.calcMortgageIns__text{margin:0 0 20px;font-size:.875rem}@media (min-width: 1024px){.calcMortgageIns__text{font-size:1rem}}.calcMortgageIns__button{margin-bottom:20px;display:block;width:100%;padding:.75rem 1rem;font-size:1.05rem;background:linear-gradient(90deg,#1e4193,#5a9bd5);color:#eee;border:none;border-radius:.75rem;font-weight:600;cursor:pointer;box-shadow:0 4px 10px #1e41934d;transition:background .3s ease,transform .15s ease}.calcMortgageIns__button:hover{background:linear-gradient(90deg,#5a9bd5,#1e4193);transform:scale(1.02)}.calcMortgageIns__button:active{transform:scale(.98)}.calcMortgageIns__link{font-weight:600;font-size:.875rem;color:#1e4193}@media (min-width: 1024px){.calcMortgageIns__link{font-size:1rem}}.touristIns{margin-top:120px}.whyInsuranceForTourist{margin-bottom:40px}.whyInsuranceForTourist__title{margin:0 0 30px;text-align:center;font-size:1.5rem}@media (min-width: 768px){.whyInsuranceForTourist__title{margin-bottom:60px;font-size:2.5rem}}.whyInsuranceForTourist__comparison{display:flex;justify-content:center;flex-direction:column}@media (min-width: 768px){.whyInsuranceForTourist__comparison{margin-bottom:20px}}@media (min-width: 1024px){.whyInsuranceForTourist__comparison{flex-direction:row}}.whyInsuranceForTourist__withoutIns{position:relative;margin:0 auto}@media (min-width: 768px){.whyInsuranceForTourist__withoutIns{padding:30px 50px}}@media (min-width: 1024px){.whyInsuranceForTourist__withoutIns{margin:0}}.whyInsuranceForTourist__withoutIns:after{display:none;content:"";position:absolute;top:0;right:0;width:1px;height:100%;background-color:#000;opacity:.5}@media (min-width: 1024px){.whyInsuranceForTourist__withoutIns:after{display:unset}}.whyInsuranceForTourist__withoutIns:before{display:none;content:"";position:absolute;bottom:0;right:-4px;width:10px;height:10px;border-left:1px solid black;border-bottom:1px solid black;transform:rotate(-45deg);opacity:.5}@media (min-width: 1024px){.whyInsuranceForTourist__withoutIns:before{display:unset}}.whyInsuranceForTourist__box{background-position:center;background-repeat:no-repeat;background-size:contain;padding:10px;width:260px;height:360px}@media (min-width: 400px){.whyInsuranceForTourist__box{padding:25px;width:290px}}@media (min-width: 768px){.whyInsuranceForTourist__box{width:360px;height:450px}}.whyInsuranceForTourist__box--withoutIns{background-image:url(/pages/touristIns/whyInsuranceForTourist/boxWithoutIns.svg)}.whyInsuranceForTourist__box--withIns{background-image:url(/pages/touristIns/whyInsuranceForTourist/boxWithIns.svg)}.whyInsuranceForTourist__subtitle{position:relative;display:inline-block;margin:30px 0 30px 30px;font-size:1rem}@media (min-width: 400px){.whyInsuranceForTourist__subtitle{margin:30px 0 55px 30px;font-size:1.25rem}}@media (min-width: 768px){.whyInsuranceForTourist__subtitle{font-size:1.625rem}}.whyInsuranceForTourist__subtitle:after{content:"";position:absolute;left:0;bottom:-10px;width:100%;height:1px;background-color:#b0b0b0}.whyInsuranceForTourist__list{display:flex;flex-direction:column;gap:10px;margin:0}.whyInsuranceForTourist__item{font-size:.875rem}@media (min-width: 768px){.whyInsuranceForTourist__item{font-size:1rem}}.whyInsuranceForTourist__withIns{margin:0 auto;padding:30px 0}@media (min-width: 768px){.whyInsuranceForTourist__withIns{padding:30px 50px}}@media (min-width: 1024px){.whyInsuranceForTourist__withIns{margin:0}}.whyInsuranceForTourist__conclusion{margin:0 auto;padding:25px;background-color:#5a9bd5;border-radius:30px}@media (min-width: 768px){.whyInsuranceForTourist__conclusion{width:60%;padding:25px 85px}}@media (min-width: 1024px){.whyInsuranceForTourist__conclusion{width:80%}}.whyInsuranceForTourist__text{color:#fff;font-weight:700;text-align:center}@media (min-width: 768px){.whyInsuranceForTourist__text{font-size:1.25rem}}[dir=rtl] .whyInsuranceForTourist__withoutIns:after{right:auto;left:0}[dir=rtl] .whyInsuranceForTourist__withoutIns:before{right:auto;left:-5px}[dir=rtl] .whyInsuranceForTourist__box--withoutIns{background-image:url(/pages/touristIns/whyInsuranceForTourist/boxWithoutIns--he.svg)}[dir=rtl] .whyInsuranceForTourist__box--withIns{background-image:url(/pages/touristIns/whyInsuranceForTourist/boxWithIns--he.svg)}[dir=rtl] .whyInsuranceForTourist__subtitle{margin:30px 30px 30px 0}@media (min-width: 400px){[dir=rtl] .whyInsuranceForTourist__subtitle{margin:30px 30px 55px 0}}@media (min-width: 768px){.includeInTouristIns{margin-bottom:90px}}.includeInTouristIns__title{margin:0 0 30px;text-align:center;font-size:1.25rem}@media (min-width: 768px){.includeInTouristIns__title{margin-bottom:60px;font-size:1.875rem}}@media (min-width: 768px){.includeInTouristIns__items{display:grid;grid-template-columns:repeat(2,max-content);grid-template-rows:repeat(2,max-content);column-gap:70px;row-gap:30px;justify-content:space-around}}@media (min-width: 1280px){.includeInTouristIns__items{grid-template-columns:repeat(3,max-content);column-gap:110px}}.includeInTouristIns__icon{display:block;margin:0 auto 10px}.includeInTouristIns__subtitle{margin:0 auto 10px;font-size:1rem;max-width:310px;text-align:center}.includeInTouristIns__text{margin:0 auto 30px;max-width:310px;text-align:center}@media (min-width: 768px){.includeInTouristIns__text{margin-bottom:0}}.importantTouristIns{display:flex;background-color:#e7f0fa;box-shadow:0 4px 6px #0003;border-radius:15px;margin-bottom:50px}@media (min-width: 1024px){.importantTouristIns{height:700px;margin-bottom:90px}}.importantTouristIns__title{margin:25px;font-size:1.875rem}@media (min-width: 1024px){.importantTouristIns__title{margin:50px;font-size:2.5rem}}.importantTouristIns__img{display:none}@media (min-width: 1024px){.importantTouristIns__img{display:block;border-top-left-radius:15px;border-bottom-left-radius:15px;width:30%}}.importantTouristIns__list{margin:0 0 0 25px;padding:0;list-style:none}@media (min-width: 1024px){.importantTouristIns__list{margin-left:50px}}.importantTouristIns__item{margin-bottom:15px;position:relative;padding:0 25px 0 30px}.importantTouristIns__item:before{content:"";position:absolute;left:0;width:20px;height:20px;background-image:url(/pages/touristIns/importantTouristIns/check.svg);background-position:left;background-size:contain;background-repeat:no-repeat}@media (min-width: 1024px){.importantTouristIns__item:before{left:-40px;margin-bottom:30px;padding:0 50px 0 30px;width:30px;height:30px}}@media (min-width: 1024px){.importantTouristIns__item:before{width:40px;height:40px}}.importantTouristIns__item:last-child{margin-bottom:25px}@media (min-width: 1024px){.importantTouristIns__item:last-child{margin-bottom:50px}}.importantTouristIns__item--title{margin-bottom:5px;font-size:1.125rem}@media (min-width: 1024px){.importantTouristIns__item--title{margin-bottom:10px;font-size:1.5rem}}@media (min-width: 1024px){.importantTouristIns__item--text{font-size:1.125rem}}[dir=rtl] .importantTouristIns__img{border-radius:0 15px 15px 0;transform:scaleX(-1)}[dir=rtl] .importantTouristIns__list{margin:0 25px 0 0}@media (min-width: 1024px){[dir=rtl] .importantTouristIns__list{margin-right:50px}}[dir=rtl] .importantTouristIns__item:before{left:unset;right:0;background-position:right}@media (min-width: 1024px){[dir=rtl] .importantTouristIns__item:before{left:unset;right:-40px}}.healthIns{margin-top:120px}.medicineHealthIns{margin-bottom:40px}.medicineHealthIns__title{margin:0 0 30px;text-align:center;font-size:1.5rem}@media (min-width: 768px){.medicineHealthIns__title{margin-bottom:60px;font-size:2.5rem}}.medicineHealthIns__comparison{display:flex;justify-content:center;flex-direction:column}@media (min-width: 768px){.medicineHealthIns__comparison{margin-bottom:20px}}@media (min-width: 1024px){.medicineHealthIns__comparison{flex-direction:row}}.medicineHealthIns__withoutIns{position:relative;margin:0 auto}@media (min-width: 768px){.medicineHealthIns__withoutIns{padding:30px 50px}}@media (min-width: 1024px){.medicineHealthIns__withoutIns{margin:0}}.medicineHealthIns__box{background-position:center;background-repeat:no-repeat;background-size:contain;padding:10px;width:240px;height:370px}@media (min-width: 400px){.medicineHealthIns__box{padding:25px;width:290px}}@media (min-width: 768px){.medicineHealthIns__box{width:360px;height:450px}}.medicineHealthIns__box--withoutIns{background-image:url(/pages/touristIns/whyInsuranceForTourist/boxWithoutIns.svg)}.medicineHealthIns__box--withIns{background-image:url(/pages/touristIns/whyInsuranceForTourist/boxWithIns.svg)}.medicineHealthIns__subtitle{position:relative;display:inline-block;margin:30px 0 30px 30px;font-size:1rem}@media (min-width: 400px){.medicineHealthIns__subtitle{margin:30px 0 55px 30px;font-size:1.25rem}}@media (min-width: 768px){.medicineHealthIns__subtitle{font-size:1.625rem}}.medicineHealthIns__subtitle:after{content:"";position:absolute;left:0;bottom:-10px;width:100%;height:1px;background-color:#b0b0b0}.medicineHealthIns__list{display:flex;flex-direction:column;gap:10px;margin:0}.medicineHealthIns__item{font-size:.85rem}@media (min-width: 768px){.medicineHealthIns__item{font-size:1rem}}.medicineHealthIns__item--bold{font-weight:700}.medicineHealthIns__withIns{margin:0 auto;padding:30px 0}@media (min-width: 768px){.medicineHealthIns__withIns{padding:30px 50px}}@media (min-width: 1024px){.medicineHealthIns__withIns{margin:0}}.medicineHealthIns__conclusion{margin:0 auto;padding:25px;background-color:#5a9bd5;border-radius:30px}@media (min-width: 768px){.medicineHealthIns__conclusion{width:60%;padding:25px 85px}}@media (min-width: 1024px){.medicineHealthIns__conclusion{width:80%}}.medicineHealthIns__text{color:#fff;font-weight:700;text-align:center}@media (min-width: 768px){.medicineHealthIns__text{font-size:1.25rem}}[dir=rtl] .medicineHealthIns__withoutIns:after{right:auto;left:0}[dir=rtl] .medicineHealthIns__withoutIns:before{right:auto;left:-5px}[dir=rtl] .medicineHealthIns__box--withoutIns{background-image:url(/pages/touristIns/whyInsuranceForTourist/boxWithoutIns--he.svg)}[dir=rtl] .medicineHealthIns__box--withIns{background-image:url(/pages/touristIns/whyInsuranceForTourist/boxWithIns--he.svg)}[dir=rtl] .medicineHealthIns__subtitle{margin:30px 30px 30px 0}@media (min-width: 400px){[dir=rtl] .medicineHealthIns__subtitle{margin:30px 30px 55px 0}}@media (min-width: 768px){.coverageHealthIns{margin-bottom:90px}}.coverageHealthIns__title{margin:0 0 10px;text-align:center;font-size:1.25rem}@media (min-width: 768px){.coverageHealthIns__title{font-size:1.875rem}}.coverageHealthIns__explain{text-align:center;margin-bottom:30px}@media (min-width: 768px){.coverageHealthIns__explain{margin-bottom:90px}}.coverageHealthIns__items{display:flex;flex-wrap:wrap;gap:30px;max-width:1200px;justify-content:space-between;margin:0 auto}.coverageHealthIns__item{flex:1 1 220px;max-width:300px}.coverageHealthIns__icon{display:block;margin:0 auto 10px}.coverageHealthIns__subtitle{margin:0 auto 10px;font-size:1rem;max-width:310px;text-align:center}.coverageHealthIns__text{margin:0 auto 30px;max-width:310px;text-align:center}@media (min-width: 768px){.coverageHealthIns__text{margin-bottom:0}}.importantHealthIns{margin-bottom:50px}@media (min-width: 1024px){.importantHealthIns{margin-bottom:90px}}.importantHealthIns__title{margin:0 0 30px;text-align:center;font-size:1.5rem}@media (min-width: 1024px){.importantHealthIns__title{margin-bottom:60px;font-size:2.5rem}}.importantHealthIns__content{display:flex;flex-direction:column;gap:20px}@media (min-width: 1024px){.importantHealthIns__content{display:flex;gap:0;flex-direction:row;align-items:center;justify-content:space-between}}.importantHealthIns__list{display:flex;flex-direction:column;gap:20px;margin:0;padding:0;list-style:none}.importantHealthIns__reason{display:flex;align-items:center;gap:20px;background-color:#e7f0fa;border-radius:15px}@media (min-width: 1024px){.importantHealthIns__reason{height:70px}}.importantHealthIns__item{font-size:.875rem;font-weight:700}@media (min-width: 1024px){.importantHealthIns__item{font-size:1rem}}.importantHealthIns__item--number{font-size:1.5rem;display:flex;justify-content:center;align-items:center;background-color:#5a9bd5;border-radius:15px;color:#fff;width:40px;text-align:center;line-height:40px;flex-shrink:0}@media (min-width: 1024px){.importantHealthIns__item--number{width:70px;font-size:2rem;line-height:70px}}.importantHealthIns__item--text{font-weight:600;margin:10px 10px 10px 0}@media (min-width: 1024px){.importantHealthIns__item--text{margin-right:40px}}.importantHealthIns__form{box-shadow:0 4px 6px #0003;background-color:#5a9bd5;padding:30px;border-radius:15px}@media (min-width: 1024px){.importantHealthIns__form{min-width:30%;width:30%}}.importantHealthIns__subtitle{font-size:1.5rem;color:#fff;margin-bottom:10px}.importantHealthIns__text{font-size:1.125rem;color:#fff;font-weight:600;margin-bottom:20px}.importantHealthIns__input{width:100%;padding:10px;margin-bottom:20px;background-color:#fff;border-radius:15px;font-size:16px;border:none;font-family:inherit;box-sizing:border-box;border:.5px solid #5A9BD5}.importantHealthIns__input::placeholder{font-family:inherit;color:#b9b9b9}.importantHealthIns__input:focus{outline:none;border:.5px solid #1e4193}.importantHealthIns__input.error{border:.5px solid red}.importantHealthIns__submit{width:100%;font-family:inherit;padding:10px;background-color:#1e4193;box-shadow:0 4px 10px #1e41934d;transition:background .3s ease,transform .15s ease;font-size:18px;border-radius:15px;cursor:pointer;font-weight:700;box-sizing:border-box;color:#fff;border:none}.importantHealthIns__submit:hover{transform:scale(1.02)}.costOfHealthIns{margin-bottom:50px}@media (min-width: 768px){.costOfHealthIns{margin-bottom:90px}}.costOfHealthIns__title{margin:0 0 10px;text-align:center;font-size:1.5rem}@media (min-width: 768px){.costOfHealthIns__title{margin-bottom:30px;font-size:2.5rem}}.costOfHealthIns__background{display:flex;align-items:center;border-radius:15px;background-position:center;background-size:cover;background-repeat:no-repeat;height:unset}@media (min-width: 768px){.costOfHealthIns__background{background-image:url(/pages/healthIns/costOfHealthIns__background.png);height:600px}}.costOfHealthIns__box{display:flex;flex-direction:column;gap:20px;margin:0 auto;background-color:#fff;box-shadow:0 4px 6px #0003;border-radius:15px;padding:25px}@media (min-width: 768px){.costOfHealthIns__box{width:70%}}.costOfHealthIns__item{display:flex;gap:20px}.costOfHealthIns__icon{height:30px;width:30px}.costOfHealthIns__subtitle{font-size:1rem}@media (min-width: 768px){.costOfHealthIns__subtitle{font-size:1.5rem}}.costOfHealthIns__text{font-size:.875rem}@media (min-width: 768px){.costOfHealthIns__text{font-size:1rem}}.lifeIns{margin-top:120px}.whyLifeIns{margin-bottom:50px}@media (min-width: 768px){.whyLifeIns{margin-bottom:90px}}.whyLifeIns__title{margin:0 0 30px;text-align:center;font-size:1.5rem}@media (min-width: 768px){.whyLifeIns__title{font-size:2.5rem}}.whyLifeIns__subtitle{font-size:1.125rem;text-align:center;margin-bottom:30px}@media (min-width: 768px){.whyLifeIns__subtitle{margin-bottom:50px;font-size:1.875rem}}.whyLifeIns__boxes{display:flex;flex-direction:column;gap:20px}@media (min-width: 768px){.whyLifeIns__boxes{flex-direction:row;gap:40px}}.whyLifeIns__box{display:flex;align-items:center;gap:20px;padding:25px;border:.5px solid #1E4193;border-radius:15px;background-color:#fff;box-shadow:0 4px 6px #0003}.whyLifeIns__icon{width:45px}@media (min-width: 768px){.whyLifeIns__text{font-size:1.125rem}}.typesOfLifeIns{margin-bottom:50px}@media (min-width: 768px){.typesOfLifeIns{margin-bottom:90px}}.typesOfLifeIns__title{margin:0 0 30px;text-align:center;font-size:1.5rem}@media (min-width: 768px){.typesOfLifeIns__title{margin-bottom:60px;font-size:2.5rem}}.typesOfLifeIns__rows{display:flex;flex-direction:column;gap:30px}@media (min-width: 768px){.typesOfLifeIns__rows{gap:50px}}.typesOfLifeIns__row{display:flex;flex-direction:column;gap:30px;align-items:center;justify-content:space-around}@media (min-width: 768px){.typesOfLifeIns__row{align-items:unset;flex-direction:row}}.typesOfLifeIns__item{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:10px;width:300px}.typesOfLifeIns__subtitle{font-size:1rem;text-align:center}.typesOfLifeIns__text{text-align:center}.importantLifeIns{margin-bottom:50px}@media (min-width: 1024px){.importantLifeIns{margin-bottom:90px}}.importantLifeIns__title{margin:0 0 30px;text-align:center;font-size:1.5rem}@media (min-width: 1024px){.importantLifeIns__title{margin-bottom:60px;font-size:2.5rem}}.importantLifeIns__content{display:flex;flex-direction:column;gap:20px}@media (min-width: 1024px){.importantLifeIns__content{display:flex;gap:0;flex-direction:row;align-items:center;justify-content:space-between}}.importantLifeIns__list{display:flex;flex-direction:column;gap:20px;margin:0;padding:0;list-style:none}.importantLifeIns__reason{display:flex;align-items:center;gap:20px;background-color:#e7f0fa;border-radius:15px}@media (min-width: 1024px){.importantLifeIns__reason{height:70px}}.importantLifeIns__item{font-size:.875rem;font-weight:700}@media (min-width: 1024px){.importantLifeIns__item{font-size:1rem}}.importantLifeIns__item--number{font-size:1.5rem;display:flex;justify-content:center;align-items:center;background-color:#5a9bd5;border-radius:15px;color:#fff;width:40px;text-align:center;line-height:40px;flex-shrink:0}@media (min-width: 1024px){.importantLifeIns__item--number{width:70px;font-size:2rem;line-height:70px}}.importantLifeIns__item--text{font-weight:600;margin:10px 10px 10px 0}@media (min-width: 1024px){.importantLifeIns__item--text{margin-right:40px}}.importantLifeIns__form{box-shadow:0 4px 6px #0003;background-color:#5a9bd5;padding:30px;border-radius:15px}@media (min-width: 1024px){.importantLifeIns__form{min-width:30%;width:30%}}.importantLifeIns__subtitle{font-size:1.5rem;color:#fff;margin-bottom:10px}.importantLifeIns__text{font-size:1.125rem;color:#fff;font-weight:600;margin-bottom:20px}.importantLifeIns__input{width:100%;padding:10px;margin-bottom:20px;background-color:#fff;border-radius:15px;font-size:16px;border:none;font-family:inherit;box-sizing:border-box;border:.5px solid #5A9BD5}.importantLifeIns__input::placeholder{font-family:inherit;color:#b9b9b9}.importantLifeIns__input:focus{outline:none;border:.5px solid #1e4193}.importantLifeIns__input.error{border:.5px solid red}.importantLifeIns__submit{width:100%;font-family:inherit;padding:10px;background-color:#1e4193;box-shadow:0 4px 10px #1e41934d;transition:background .3s ease,transform .15s ease;font-size:18px;border-radius:15px;cursor:pointer;font-weight:700;box-sizing:border-box;color:#fff;border:none}.importantLifeIns__submit:hover{transform:scale(1.02)}.costOfLifeIns{margin-bottom:50px}@media (min-width: 768px){.costOfLifeIns{margin-bottom:90px}}.costOfLifeIns__title{margin:0 0 10px;text-align:center;font-size:1.5rem}@media (min-width: 768px){.costOfLifeIns__title{margin-bottom:30px;font-size:2.5rem}}.costOfLifeIns__background{display:flex;align-items:center;border-radius:15px;background-position:center;background-size:cover;background-repeat:no-repeat;height:unset}@media (min-width: 768px){.costOfLifeIns__background{background-image:url(/pages/lifeIns/costOfLifeIns__background.png);height:600px}}.costOfLifeIns__box{display:flex;flex-direction:column;gap:20px;margin:0 auto;background-color:#fff;box-shadow:0 4px 6px #0003;border-radius:15px;padding:25px}@media (min-width: 768px){.costOfLifeIns__box{width:70%}}.costOfLifeIns__item{display:flex;gap:20px}.costOfLifeIns__icon{height:30px;width:30px}.costOfLifeIns__subtitle{font-size:1rem}@media (min-width: 768px){.costOfLifeIns__subtitle{font-size:1.5rem}}.costOfLifeIns__text{font-size:.875rem}@media (min-width: 768px){.costOfLifeIns__text{font-size:1rem}}.processLifeIns{margin-bottom:50px}@media (min-width: 768px){.processLifeIns{margin-bottom:90px}}.processLifeIns__title{margin:0 0 10px;text-align:center;font-size:1.5rem}@media (min-width: 768px){.processLifeIns__title{margin-bottom:30px;font-size:2.5rem}}.processLifeIns__boxes{display:flex;flex-direction:column;gap:20px}@media (min-width: 1024px){.processLifeIns__boxes{flex-direction:row}}.processLifeIns__box{display:flex;align-items:center;justify-content:center;background-position:center;background-repeat:no-repeat;background-size:contain;padding:35px;height:120px}@media (min-width: 768px){.processLifeIns__box{width:100%}}.processLifeIns__box--1{background-image:url(/pages/lifeIns/processLifeIns__box--1.svg)}.processLifeIns__box--2{background-image:url(/pages/lifeIns/processLifeIns__box--2.svg)}.processLifeIns__box--3{background-image:url(/pages/lifeIns/processLifeIns__box--3.svg)}.processLifeIns__item{font-weight:600;color:#fff;width:200px}@media (min-width: 768px){.processLifeIns__item{width:250px}}.processLifeIns__item--3{color:#5a9bd5}[dir=rtl] .processLifeIns__box{transform:scaleX(-1);height:100px}[dir=rtl] .processLifeIns__item{transform:scaleX(-1)}@media (min-width: 768px){[dir=rtl] .processLifeIns__item{width:220px}}.carInsurance{margin-top:120px}.riskItem{padding:25px;border-radius:15px;background-color:#fff;border:5px #D9534F solid;box-shadow:0 4px 6px #0003}.riskItem--5,.riskItem--6{border:5px #E1C95A solid}.riskItem--7{border:5px #5A9BD5 solid}.riskItem__descriptionFlex{position:relative;display:flex;gap:10px;justify-content:space-between;align-items:center;cursor:pointer}.riskItem__descriptionFlex:before{font-size:2rem;position:absolute;left:0;top:50%;transform:translateY(-50%);pointer-events:none}.riskItem__descriptionFlex--emoji1:before{content:"⚖️"}.riskItem__descriptionFlex--emoji2:before{content:"⏸️"}.riskItem__descriptionFlex--emoji3:before{content:"📄"}.riskItem__descriptionFlex--emoji4:before{content:"🚑"}.riskItem__descriptionFlex--emoji5:before{content:"🔓"}.riskItem__descriptionFlex--emoji6:before{content:"🔧"}.riskItem__descriptionFlex--emoji7:before{content:"🔥"}.riskItem__subtitle{margin-left:60px;font-weight:600;font-size:.875rem}@media (min-width: 1024px){.riskItem__subtitle{font-size:1rem}}.riskItem__icon{width:30px;height:20px;transform:rotate(180deg);transition:transform .5s ease}.riskItem__icon--open{transform:unset}.riskItem__description{margin-top:15px;font-size:.875rem}@media (min-width: 1024px){.riskItem__description{font-size:1rem}}.riskItem__proof{margin-top:15px;font-size:.875rem}@media (min-width: 1024px){.riskItem__proof{font-size:1rem}}[dir=rtl] .riskItem__descriptionFlex:before{left:unset;right:0}[dir=rtl] .riskItem__subtitle{margin-left:unset;margin-right:60px}.risksBusinessIns{margin-bottom:50px}@media (min-width: 768px){.risksBusinessIns{margin-bottom:90px}}.risksBusinessIns__title{margin:0 0 30px;text-align:center;font-size:1.5rem}@media (min-width: 768px){.risksBusinessIns__title{margin-bottom:60px;font-size:2.5rem}}.risksBusinessIns__boxesFlex{display:flex;flex-direction:column;gap:20px}@media (min-width: 1024px){.risksBusinessIns__boxesFlex{flex-direction:row;justify-content:space-between;gap:60px}}.risksBusinessIns__boxes{display:flex;flex:1;flex-direction:column;gap:20px}.whatBusinessIns{margin-bottom:50px}@media (min-width: 768px){.whatBusinessIns{margin-bottom:90px}}.whatBusinessIns__title{margin:0 0 30px;text-align:center;font-size:1.5rem}@media (min-width: 768px){.whatBusinessIns__title{margin-bottom:60px;font-size:2.5rem}}.whatBusinessIns__rows{display:flex;flex-direction:column;gap:30px}@media (min-width: 768px){.whatBusinessIns__rows{gap:50px}}.whatBusinessIns__row{display:flex;flex-direction:column;gap:30px;align-items:center;justify-content:space-around}@media (min-width: 768px){.whatBusinessIns__row{align-items:unset;flex-direction:row}}.whatBusinessIns__item{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:10px;width:300px}.whatBusinessIns__subtitle{font-size:1rem;text-align:center}.whatBusinessIns__text{text-align:center}.importantBusinessIns{display:flex;background-color:#e7f0fa;box-shadow:0 4px 6px #0003;border-radius:15px;margin-bottom:50px}@media (min-width: 1120px){.importantBusinessIns{height:850px;margin-bottom:90px}}.importantBusinessIns__title{margin:25px 25px 0;font-size:1.5rem}@media (min-width: 1120px){.importantBusinessIns__title{margin:50px 50px 0;font-size:2.5rem}}.importantBusinessIns__text{margin:25px}@media (min-width: 1120px){.importantBusinessIns__text{font-size:1.125rem;margin:25px 50px 50px}}.importantBusinessIns__img{display:none}@media (min-width: 1120px){.importantBusinessIns__img{display:block;border-top-left-radius:15px;border-bottom-left-radius:15px;width:30%}}.importantBusinessIns__list{margin:0 0 0 25px;padding:0;list-style:none}@media (min-width: 1120px){.importantBusinessIns__list{margin-left:50px}}.importantBusinessIns__item{margin-bottom:15px;position:relative;padding:0 25px 0 30px}.importantBusinessIns__item:before{content:"";position:absolute;left:0;width:20px;height:20px;background-image:url(/pages/touristIns/importantTouristIns/check.svg);background-position:left;background-size:contain;background-repeat:no-repeat}@media (min-width: 1120px){.importantBusinessIns__item:before{left:-40px;margin-bottom:30px;padding:0 50px 0 30px;width:30px;height:30px}}@media (min-width: 1120px){.importantBusinessIns__item:before{width:40px;height:40px}}.importantBusinessIns__item:last-child{margin-bottom:25px}@media (min-width: 1120px){.importantBusinessIns__item:last-child{margin-bottom:50px}}.importantBusinessIns__item--title{margin-bottom:5px;font-size:1.125rem}@media (min-width: 1120px){.importantBusinessIns__item--title{margin-bottom:10px;font-size:1.5rem}}@media (min-width: 1120px){.importantBusinessIns__item--text{font-size:1.125rem}}[dir=rtl] .importantBusinessIns__img{border-radius:0 15px 15px 0;transform:scaleX(-1)}[dir=rtl] .importantBusinessIns__list{margin:0 25px 0 0}@media (min-width: 1120px){[dir=rtl] .importantBusinessIns__list{margin-right:50px}}[dir=rtl] .importantBusinessIns__item:before{left:unset;right:0;background-position:right}@media (min-width: 1120px){[dir=rtl] .importantBusinessIns__item:before{left:unset;right:-40px}}.rightBusinessIns{margin-bottom:50px}@media (min-width: 768px){.rightBusinessIns{margin-bottom:90px}}.rightBusinessIns__title{margin:0 0 30px;text-align:center;font-size:1.5rem}@media (min-width: 768px){.rightBusinessIns__title{margin-bottom:60px;font-size:2.5rem}}.rightBusinessIns__content{display:flex;flex-direction:column;gap:20px}@media (min-width: 1024px){.rightBusinessIns__content{display:flex;gap:0;flex-direction:row;align-items:center;justify-content:space-between}}.rightBusinessIns__list{display:flex;flex-direction:column;gap:20px;margin:0;padding:0;list-style:none}.rightBusinessIns__reason{display:flex;align-items:center;gap:20px;background-color:#e7f0fa;border-radius:15px}@media (min-width: 1024px){.rightBusinessIns__reason{height:70px}}.rightBusinessIns__item{font-weight:700;font-size:.875rem}@media (min-width: 1024px){.rightBusinessIns__item{font-size:1.125rem}}.rightBusinessIns__item--number{font-size:1.5rem;display:flex;justify-content:center;align-items:center;background-color:#5a9bd5;border-radius:15px;color:#fff;width:40px;text-align:center;line-height:40px;flex-shrink:0}@media (min-width: 1024px){.rightBusinessIns__item--number{width:70px;font-size:2rem;line-height:70px}}.rightBusinessIns__item--text{font-weight:600;margin:10px}@media (min-width: 1024px){.rightBusinessIns__item--text{margin-right:40px}}.rightBusinessIns__form{box-shadow:0 4px 6px #0003;background-color:#5a9bd5;padding:30px;border-radius:15px}@media (min-width: 1024px){.rightBusinessIns__form{min-width:30%;width:30%}}.rightBusinessIns__subtitle{font-size:1.5rem;color:#fff;margin-bottom:10px}.rightBusinessIns__text{font-size:1.125rem;color:#fff;font-weight:600;margin-bottom:20px}.rightBusinessIns__input{width:100%;padding:10px;margin-bottom:20px;background-color:#fff;border-radius:15px;font-size:1rem;border:none;font-family:inherit;box-sizing:border-box;border:.5px solid #5A9BD5}.rightBusinessIns__input::placeholder{font-family:inherit;color:#a0a0a0}.rightBusinessIns__input:focus{outline:none;border:.5px solid #1e4193}.rightBusinessIns__input.error{border:.5px solid red}.rightBusinessIns__submit{width:100%;font-family:inherit;padding:10px;background-color:#1e4193;box-shadow:0 4px 10px #1e41934d;transition:background .3s ease,transform .15s ease;font-size:1.125rem;border-radius:15px;cursor:pointer;font-weight:700;box-sizing:border-box;color:#fff;border:none}.rightBusinessIns__submit:hover{transform:scale(1.02)}@media (min-width: 1024px){[dir=rtl] .rightBusinessIns__item--text{margin-right:unset;margin-left:40px}}.howWeWorkBusinessIns{margin-bottom:50px}@media (min-width: 768px){.howWeWorkBusinessIns{margin-bottom:90px}}.howWeWorkBusinessIns__title{margin:0 0 30px;text-align:center;font-size:1.5rem}@media (min-width: 768px){.howWeWorkBusinessIns__title{margin-bottom:60px;font-size:2.5rem}}@media (min-width: 768px){.howWeWorkBusinessIns__text{font-size:1.25rem}}.travelIns{margin-top:120px}.whyInsuranceForTravel{margin-bottom:50px}@media (min-width: 768px){.whyInsuranceForTravel{margin-bottom:90px}}.whyInsuranceForTravel__title{margin:0 0 30px;text-align:center;font-size:1.5rem}@media (min-width: 768px){.whyInsuranceForTravel__title{margin-bottom:60px;font-size:2.5rem}}.whyInsuranceForTravel__comparison{display:flex;justify-content:center;flex-direction:column}@media (min-width: 768px){.whyInsuranceForTravel__comparison{margin-bottom:20px}}@media (min-width: 1024px){.whyInsuranceForTravel__comparison{flex-direction:row}}.whyInsuranceForTravel__withoutIns{position:relative;margin:0 auto}@media (min-width: 768px){.whyInsuranceForTravel__withoutIns{padding:30px 50px}}@media (min-width: 1024px){.whyInsuranceForTravel__withoutIns{margin:0}}.whyInsuranceForTravel__withoutIns:after{display:none;content:"";position:absolute;top:0;right:0;width:1px;height:100%;background-color:#000;opacity:.5}@media (min-width: 1024px){.whyInsuranceForTravel__withoutIns:after{display:unset}}.whyInsuranceForTravel__withoutIns:before{display:none;content:"";position:absolute;bottom:0;right:-4px;width:10px;height:10px;border-left:1px solid black;border-bottom:1px solid black;transform:rotate(-45deg);opacity:.5}@media (min-width: 1024px){.whyInsuranceForTravel__withoutIns:before{display:unset}}.whyInsuranceForTravel__box{background-position:center;background-repeat:no-repeat;background-size:contain;padding:10px;width:260px;height:360px}@media (min-width: 400px){.whyInsuranceForTravel__box{padding:25px;width:290px;height:360px}}@media (min-width: 768px){.whyInsuranceForTravel__box{width:360px;height:450px}}.whyInsuranceForTravel__box--withoutIns{background-image:url(pages/touristIns/whyInsuranceForTourist/boxWithoutIns.svg)}.whyInsuranceForTravel__box--withIns{background-image:url(pages/touristIns/whyInsuranceForTourist/boxWithIns.svg)}.whyInsuranceForTravel__subtitle{position:relative;display:inline-block;margin:30px 0 30px 30px;font-size:1rem}@media (min-width: 400px){.whyInsuranceForTravel__subtitle{margin:30px 0 55px 30px;font-size:1.25rem}}@media (min-width: 768px){.whyInsuranceForTravel__subtitle{font-size:1.625rem}}.whyInsuranceForTravel__subtitle:after{content:"";position:absolute;left:0;bottom:-10px;width:100%;height:1px;background-color:#b0b0b0}.whyInsuranceForTravel__list{display:flex;flex-direction:column;gap:10px;margin:0}.whyInsuranceForTravel__item{font-size:.875rem}@media (min-width: 768px){.whyInsuranceForTravel__item{font-size:1rem}}.whyInsuranceForTravel__withIns{margin:0 auto;padding:30px 0}@media (min-width: 768px){.whyInsuranceForTravel__withIns{padding:30px 50px}}@media (min-width: 1024px){.whyInsuranceForTravel__withIns{margin:0}}.whyInsuranceForTravel__conclusion{margin:0 auto;padding:25px;background-color:#5a9bd5;border-radius:30px}@media (min-width: 768px){.whyInsuranceForTravel__conclusion{width:60%;padding:25px 85px}}@media (min-width: 1024px){.whyInsuranceForTravel__conclusion{width:80%}}.whyInsuranceForTravel__link{display:block;color:#fff;font-weight:700;text-align:center;margin:0 auto}@media (min-width: 768px){.whyInsuranceForTravel__link{font-size:1.25rem}}[dir=rtl] .whyInsuranceForTravel__withoutIns:after{right:auto;left:0}[dir=rtl] .whyInsuranceForTravel__withoutIns:before{right:auto;left:-5px}[dir=rtl] .whyInsuranceForTravel__box--withoutIns{background-image:url(pages/touristIns/whyInsuranceForTourist/boxWithoutIns--he.svg)}[dir=rtl] .whyInsuranceForTravel__box--withIns{background-image:url(pages/touristIns/whyInsuranceForTourist/boxWithIns--he.svg)}[dir=rtl] .whyInsuranceForTravel__subtitle{margin:30px 30px 30px 0}@media (min-width: 400px){[dir=rtl] .whyInsuranceForTravel__subtitle{margin:30px 30px 55px 0}}.whatCoverTravelIns{margin-bottom:50px}@media (min-width: 768px){.whatCoverTravelIns{margin-bottom:90px}}.whatCoverTravelIns__title{margin:0 0 30px;text-align:center;font-size:1.5rem}@media (min-width: 768px){.whatCoverTravelIns__title{margin-bottom:60px;font-size:2.5rem}}.whatCoverTravelIns__boxes{display:flex;flex-direction:column;gap:20px;justify-content:center;margin-bottom:10px}@media (min-width: 768px){.whatCoverTravelIns__boxes{flex-direction:row;gap:50px}}.whatCoverTravelIns__box{background-color:#e7f0fa99;padding:25px;border:.5px solid #5A9BD5;border-radius:15px}@media (min-width: 768px){.whatCoverTravelIns__box{padding:25px 45px;width:410px}}.whatCoverTravelIns__icon{display:block;margin:0 auto 5px}.whatCoverTravelIns__subtitle{font-size:1.125rem;text-align:center}@media (min-width: 768px){.whatCoverTravelIns__subtitle{font-size:1.5rem}}.whatCoverTravelIns__description{text-align:center;margin-bottom:15px}@media (min-width: 768px){.whatCoverTravelIns__description{font-size:1.125rem}}.whatCoverTravelIns__list{margin:0}@media (min-width: 768px){.whatCoverTravelIns__item{font-size:1.125rem}}.whatCoverTravelIns__item::marker{color:#5a9bd5;font-size:1.2rem}@media (min-width: 768px){.whatCoverTravelIns__item::marker{font-size:1.5rem}}.whatCoverTravelIns__text{text-align:center;font-weight:600}@media (min-width: 768px){.whatCoverTravelIns__text{font-size:1.125rem}}.importantTravelIns{display:flex;background-color:#e7f0fa;box-shadow:0 4px 6px #0003;border-radius:15px;margin-bottom:50px}@media (min-width: 1120px){.importantTravelIns{margin-bottom:90px}}.importantTravelIns__title{margin:25px 25px 10px;font-size:1.875rem}@media (min-width: 1120px){.importantTravelIns__title{margin:50px 50px 20px;font-size:2.5rem}}.importantTravelIns__text{margin:0 25px 25px;font-size:1.125rem}@media (min-width: 1120px){.importantTravelIns__text{margin:0 50px 50px;font-size:1.5rem}}.importantTravelIns__img{display:none}@media (min-width: 1120px){.importantTravelIns__img{display:block;border-top-left-radius:15px;border-bottom-left-radius:15px;width:30%}}.importantTravelIns__list{margin:0 0 0 25px;padding:0;list-style:none}@media (min-width: 1120px){.importantTravelIns__list{margin-left:50px}}.importantTravelIns__item{margin-bottom:15px;position:relative;padding:0 25px 0 30px}.importantTravelIns__item:before{content:"";position:absolute;left:0;width:20px;height:20px;background-image:url(/pages/touristIns/importantTouristIns/check.svg);background-position:left;background-size:contain;background-repeat:no-repeat}@media (min-width: 1120px){.importantTravelIns__item:before{left:-40px;margin-bottom:30px;padding:0 50px 0 30px;width:30px;height:30px}}@media (min-width: 1120px){.importantTravelIns__item:before{width:40px;height:40px}}.importantTravelIns__item:last-child{margin-bottom:25px}@media (min-width: 1120px){.importantTravelIns__item:last-child{margin-bottom:50px}}.importantTravelIns__item--title{margin-bottom:5px;font-size:1.125rem}@media (min-width: 1120px){.importantTravelIns__item--title{margin-bottom:10px;font-size:1.5rem}}@media (min-width: 1120px){.importantTravelIns__item--text{font-size:1.125rem}}[dir=rtl] .importantTravelIns__img{border-radius:0 15px 15px 0;transform:scaleX(-1)}[dir=rtl] .importantTravelIns__list{margin:0 25px 0 0}@media (min-width: 1120px){[dir=rtl] .importantTravelIns__list{margin-right:50px}}[dir=rtl] .importantTravelIns__item:before{left:unset;right:0;background-position:right}@media (min-width: 1120px){[dir=rtl] .importantTravelIns__item:before{left:unset;right:-40px}}.costOfTravelIns{margin-bottom:50px}@media (min-width: 768px){.costOfTravelIns{margin-bottom:90px}}.costOfTravelIns__title{margin:0 0 10px;text-align:center;font-size:1.5rem}@media (min-width: 768px){.costOfTravelIns__title{margin-bottom:30px;font-size:2.5rem}}.costOfTravelIns__background{display:flex;align-items:center;border-radius:15px;background-position:center;background-size:cover;background-repeat:no-repeat;height:unset}@media (min-width: 768px){.costOfTravelIns__background{background-image:url(/pages/travelIns/costOfTravelIns__background.png);height:600px}}.costOfTravelIns__box{display:flex;flex-direction:column;gap:20px;margin:0 auto;background-color:#fff;box-shadow:0 4px 6px #0003;border-radius:15px;padding:25px}@media (min-width: 768px){.costOfTravelIns__box{width:70%}}.costOfTravelIns__item{display:flex;gap:20px}.costOfTravelIns__icon{height:30px;width:30px}.costOfTravelIns__subtitle{font-size:1rem}@media (min-width: 768px){.costOfTravelIns__subtitle{font-size:1.5rem}}.costOfTravelIns__text{font-size:.875rem}@media (min-width: 768px){.costOfTravelIns__text{font-size:1rem}}.processTravelIns{margin-bottom:50px}@media (min-width: 768px){.processTravelIns{margin-bottom:90px}}.processTravelIns__title{margin:0 0 10px;text-align:center;font-size:1.5rem}@media (min-width: 768px){.processTravelIns__title{margin-bottom:30px;font-size:2.5rem}}.processTravelIns__boxes{display:flex;flex-direction:column;gap:20px}@media (min-width: 1024px){.processTravelIns__boxes{flex-direction:row}}.processTravelIns__box{display:flex;align-items:center;justify-content:center;background-position:center;background-repeat:no-repeat;background-size:contain;padding:35px;height:120px}@media (min-width: 768px){.processTravelIns__box{width:100%}}.processTravelIns__box--1{background-image:url(/pages/lifeIns/processLifeIns__box--1.svg)}.processTravelIns__box--2{background-image:url(/pages/lifeIns/processLifeIns__box--2.svg)}.processTravelIns__box--3{background-image:url(/pages/lifeIns/processLifeIns__box--3.svg)}.processTravelIns__item{font-weight:600;color:#fff;width:200px}@media (min-width: 768px){.processTravelIns__item{font-size:1.125rem;width:250px}}.processTravelIns__item--3{color:#5a9bd5}[dir=rtl] .processTravelIns__box{transform:scaleX(-1);height:100px}[dir=rtl] .processTravelIns__item{transform:scaleX(-1)}@media (min-width: 768px){[dir=rtl] .processTravelIns__item{width:220px}}.accidentIns{margin-top:120px}.coverAccidentIns{margin-bottom:50px}@media (min-width: 768px){.coverAccidentIns{margin-bottom:90px}}.coverAccidentIns__title{margin:0 0 30px;text-align:center;font-size:1.5rem}@media (min-width: 768px){.coverAccidentIns__title{margin-bottom:60px;font-size:2.5rem}}.coverAccidentIns__desktop{display:none}@media (min-width: 1200px){.coverAccidentIns__desktop{display:block}}.coverAccidentIns__boxes{background-color:#e7f0fa;box-shadow:0 4px 6px #0003;border-radius:15px;padding:80px 120px}.coverAccidentIns__row{display:flex;justify-content:space-between}.coverAccidentIns__row--2{justify-content:space-evenly}.coverAccidentIns__box{position:relative;width:220px;height:220px;border:7px solid #5A9BD5;background-color:#fff;transform:rotate(45deg)}.coverAccidentIns__circle{position:absolute;bottom:-50px;left:-50px;border:7px solid #5A9BD5;background-color:#fff;transform:rotate(-45deg);border-radius:50px;padding:20px}.coverAccidentIns__textContent{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-45deg);text-align:center}.coverAccidentIns__subtitle{font-size:1.25rem;margin-bottom:10px}@media (min-width: 1200px){.coverAccidentIns__mobile{display:none}}.coverAccidentIns__boxesMob{display:flex;flex-direction:column;gap:30px}.coverAccidentIns__boxMob{display:flex;margin-left:50px;border-top-left-radius:50px;border-bottom-left-radius:50px;gap:15px;background-color:#fff}.coverAccidentIns__boxMob--left{margin:0 50px 0 0;border-radius:0 50px 50px 0;flex-direction:row-reverse}.coverAccidentIns__circleMob{border:7px solid #5A9BD5;background-color:#fff;border-radius:50px;padding:25px}.coverAccidentIns__textContentMob{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:10px 30px 10px 0}.coverAccidentIns__textContentMob--left{margin:10px 0 10px 30px}.coverAccidentIns__subtitleMob{font-size:1rem}.coverAccidentIns__textMob{font-size:.875rem;text-align:center}[dir=rtl] .coverAccidentIns__circle{bottom:unset;left:unset;top:-50px;right:-50px}[dir=rtl] .coverAccidentIns__boxMob{margin-left:unset;margin-right:50px;border-radius:0 50px 50px 0}[dir=rtl] .coverAccidentIns__boxMob--left{margin:0 0 0 50px;border-radius:50px 0 0 50px;flex-direction:row-reverse}[dir=rtl] .coverAccidentIns__textContentMob{margin:10px 0 10px 30px}[dir=rtl] .coverAccidentIns__textContentMob--left{margin:10px 30px 10px 0}.costAccidentIns{margin-bottom:50px}@media (min-width: 768px){.costAccidentIns{margin-bottom:90px}}.costAccidentIns__title{margin:0 0 10px;text-align:center;font-size:1.5rem}@media (min-width: 768px){.costAccidentIns__title{margin-bottom:30px;font-size:2.5rem}}.costAccidentIns__text{text-align:center;margin-bottom:20px}@media (min-width: 768px){.costAccidentIns__text{font-size:1.5rem;margin-bottom:30px}}.costAccidentIns__text--2{margin-bottom:0}.costAccidentIns__tableDesktop{display:none}@media (min-width: 1024px){.costAccidentIns__tableDesktop{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(4,1fr);background-color:#fff;margin-bottom:30px;border-radius:15px;box-shadow:0 4px 6px #0003}}.costAccidentIns__cell{outline:2px solid #5A9BD5;outline-offset:-1px;padding:10px;display:flex;align-items:center}.costAccidentIns__cell--1{border-top-left-radius:15px}.costAccidentIns__cell--3{border-top-right-radius:15px}.costAccidentIns__cell--10{border-bottom-left-radius:15px}.costAccidentIns__cell--12{border-bottom-right-radius:15px}.costAccidentIns__value{font-size:1.5rem}.costAccidentIns__value--2,.costAccidentIns__value--3{font-size:2.5rem;font-weight:700}.costAccidentIns__value--4{font-weight:700}.costAccidentIns__value--5,.costAccidentIns__value--6{font-size:1rem}.costAccidentIns__value--7,.costAccidentIns__value--10{font-weight:700}.costAccidentIns__boxMobile{background-color:#fff;box-shadow:0 4px 6px #0003;margin-bottom:20px;border-radius:15px;padding:20px}@media (min-width: 1024px){.costAccidentIns__boxMobile{display:none}}.costAccidentIns__boxMobile--blue{border:2px solid #5A9BD5}.costAccidentIns__boxMobile--yellow{border:2px solid #D4B02C}.costAccidentIns__subtitleMobile{text-align:center;margin-bottom:10px}.costAccidentIns__textMobile{margin-bottom:5px}.costAccidentIns__textMobile--2{margin-bottom:0}[dir=rtl] .costAccidentIns__cell--1{border-top-left-radius:unset;border-top-right-radius:15px}[dir=rtl] .costAccidentIns__cell--3{border-top-right-radius:unset;border-top-left-radius:15px}[dir=rtl] .costAccidentIns__cell--10{border-bottom-left-radius:unset;border-bottom-right-radius:15px}[dir=rtl] .costAccidentIns__cell--12{border-bottom-right-radius:unset;border-bottom-left-radius:15px}.importantAccidentIns{display:flex;background-color:#e7f0fa;box-shadow:0 4px 6px #0003;border-radius:15px;margin-bottom:50px}@media (min-width: 768px){.importantAccidentIns{margin-bottom:90px}}.importantAccidentIns__title{margin:25px;font-size:1.875rem}@media (min-width: 768px){.importantAccidentIns__title{margin:50px;font-size:2.5rem}}.importantAccidentIns__img{display:none}@media (min-width: 768px){.importantAccidentIns__img{display:block;border-top-left-radius:15px;border-bottom-left-radius:15px;width:30%}}.importantAccidentIns__list{margin:0 0 0 25px;padding:0;list-style:none}@media (min-width: 768px){.importantAccidentIns__list{margin-left:50px}}.importantAccidentIns__item{margin-bottom:15px;position:relative;padding:0 25px 0 30px}.importantAccidentIns__item:before{content:"";position:absolute;left:0;width:20px;height:20px;background-image:url(/pages/touristIns/importantTouristIns/check.svg);background-position:left;background-size:contain;background-repeat:no-repeat}@media (min-width: 768px){.importantAccidentIns__item:before{left:-40px;margin-bottom:30px;padding:0 50px 0 30px;width:30px;height:30px}}@media (min-width: 1024px){.importantAccidentIns__item:before{width:40px;height:40px}}.importantAccidentIns__item:last-child{margin-bottom:25px}@media (min-width: 768px){.importantAccidentIns__item:last-child{margin-bottom:50px}}.importantAccidentIns__item--title{margin-bottom:5px;font-size:1.125rem}@media (min-width: 768px){.importantAccidentIns__item--title{margin-bottom:10px;font-size:1.5rem}}@media (min-width: 768px){.importantAccidentIns__item--text{font-size:1.125rem}}[dir=rtl] .importantAccidentIns__img{border-radius:0 15px 15px 0;transform:scaleX(-1)}[dir=rtl] .importantAccidentIns__list{margin:0 25px 0 0}@media (min-width: 768px){[dir=rtl] .importantAccidentIns__list{margin-right:50px}}[dir=rtl] .importantAccidentIns__item:before{left:unset;right:0;background-position:right}@media (min-width: 768px){[dir=rtl] .importantAccidentIns__item:before{left:unset;right:-40px}}.propertyIns{margin-top:120px}.coverPropertyIns{margin-bottom:50px}@media (min-width: 768px){.coverPropertyIns{margin-bottom:90px}}.coverPropertyIns__title{margin:0 0 30px;text-align:center;font-size:1.5rem}@media (min-width: 768px){.coverPropertyIns__title{margin-bottom:60px;font-size:2.5rem}}.coverPropertyIns__desktop{display:none}@media (min-width: 1200px){.coverPropertyIns__desktop{display:block}}.coverPropertyIns__boxes{display:flex;flex-direction:column;gap:130px;background-color:#e7f0fa;box-shadow:0 4px 6px #0003;border-radius:15px;padding:80px 120px}.coverPropertyIns__row{display:flex;justify-content:space-between}.coverPropertyIns__box{position:relative;width:220px;height:220px;border:7px solid #5A9BD5;background-color:#fff;transform:rotate(45deg)}.coverPropertyIns__circle{position:absolute;bottom:-50px;left:-50px;border:7px solid #5A9BD5;background-color:#fff;transform:rotate(-45deg);border-radius:50px;padding:20px}.coverPropertyIns__textContent{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-45deg);text-align:center}.coverPropertyIns__subtitle{font-size:1.25rem;margin-bottom:10px}@media (min-width: 1200px){.coverPropertyIns__mobile{display:none}}.coverPropertyIns__boxesMob{display:flex;flex-direction:column;gap:30px}.coverPropertyIns__boxMob{display:flex;margin-left:50px;border-top-left-radius:50px;border-bottom-left-radius:50px;gap:15px;background-color:#fff}.coverPropertyIns__boxMob--left{margin:0 50px 0 0;border-radius:0 50px 50px 0;flex-direction:row-reverse}.coverPropertyIns__circleMob{border:7px solid #5A9BD5;background-color:#fff;border-radius:50px;padding:25px}.coverPropertyIns__textContentMob{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:10px 30px 10px 0}.coverPropertyIns__textContentMob--left{margin:10px 0 10px 30px}.coverPropertyIns__subtitleMob{font-size:1rem}.coverPropertyIns__textMob{font-size:.875rem;text-align:center}[dir=rtl] .coverPropertyIns__circle{bottom:unset;left:unset;top:-50px;right:-50px}[dir=rtl] .coverPropertyIns__boxMob{margin-left:unset;margin-right:50px;border-radius:0 50px 50px 0}[dir=rtl] .coverPropertyIns__boxMob--left{margin:0 0 0 50px;border-radius:50px 0 0 50px;flex-direction:row-reverse}[dir=rtl] .coverPropertyIns__textContentMob{margin:10px 0 10px 30px}[dir=rtl] .coverPropertyIns__textContentMob--left{margin:10px 30px 10px 0}.whatCanPropertyIns{margin-bottom:50px}@media (min-width: 768px){.whatCanPropertyIns{margin-bottom:90px}}.whatCanPropertyIns__title{margin:0 0 10px;text-align:center;font-size:1.5rem}@media (min-width: 768px){.whatCanPropertyIns__title{margin-bottom:30px;font-size:2.5rem}}.whatCanPropertyIns__text{text-align:center;margin-bottom:20px}@media (min-width: 768px){.whatCanPropertyIns__text{font-size:1.5rem;margin-bottom:30px}}.whatCanPropertyIns__text--2{margin-bottom:0}.whatCanPropertyIns__tableDesktop{display:none}@media (min-width: 1024px){.whatCanPropertyIns__tableDesktop{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(4,1fr);background-color:#fff;margin-bottom:30px;border-radius:15px;box-shadow:0 4px 6px #0003}}.whatCanPropertyIns__cell{outline:2px solid #5A9BD5;outline-offset:-1px;padding:10px;display:flex;align-items:center}.whatCanPropertyIns__cell--1{border-top-left-radius:15px}.whatCanPropertyIns__cell--3{border-top-right-radius:15px}.whatCanPropertyIns__cell--16{border-bottom-left-radius:15px}.whatCanPropertyIns__cell--18{border-bottom-right-radius:15px}.whatCanPropertyIns__value{font-size:1.25rem}.whatCanPropertyIns__value--1,.whatCanPropertyIns__value--2,.whatCanPropertyIns__value--3,.whatCanPropertyIns__value--4,.whatCanPropertyIns__value--7,.whatCanPropertyIns__value--10,.whatCanPropertyIns__value--13,.whatCanPropertyIns__value--16{font-weight:700}.whatCanPropertyIns__boxMobile{background-color:#fff;box-shadow:0 4px 6px #0003;border:2px solid #5A9BD5;margin-bottom:20px;border-radius:15px;padding:20px}@media (min-width: 1024px){.whatCanPropertyIns__boxMobile{display:none}}.whatCanPropertyIns__subtitleMobile{font-size:1.125rem;text-align:center;margin-bottom:10px}.whatCanPropertyIns__textMobile{margin-bottom:5px}.whatCanPropertyIns__textMobile--2{margin-bottom:0}[dir=rtl] .whatCanPropertyIns__cell--1{border-top-left-radius:unset;border-top-right-radius:15px}[dir=rtl] .whatCanPropertyIns__cell--3{border-top-right-radius:unset;border-top-left-radius:15px}[dir=rtl] .whatCanPropertyIns__cell--16{border-bottom-left-radius:unset;border-bottom-right-radius:15px}[dir=rtl] .whatCanPropertyIns__cell--18{border-bottom-right-radius:unset;border-bottom-left-radius:15px}.costPropertyIns{margin-bottom:50px}@media (min-width: 1024px){.costPropertyIns{margin-bottom:90px}}.costPropertyIns__title{margin:0 0 10px;text-align:center;font-size:1.5rem}@media (min-width: 1024px){.costPropertyIns__title{margin-bottom:30px;font-size:2.5rem}}.costPropertyIns__text{text-align:center;margin-bottom:20px}@media (min-width: 1024px){.costPropertyIns__text{font-size:1.5rem;margin-bottom:30px}}.costPropertyIns__boxes{display:flex;flex-direction:column;justify-content:space-around;gap:30px}@media (min-width: 1024px){.costPropertyIns__boxes{flex-direction:row}}.costPropertyIns__box{display:flex;gap:30px;flex-direction:column;justify-content:space-between;background-color:#fff;box-shadow:0 4px 6px #0003;padding:30px;border-radius:15px}@media (min-width: 1024px){.costPropertyIns__box{width:350px}}.costPropertyIns__subtitle{padding:15px;background-color:#e1c95a;border-radius:25px;text-align:center;font-size:1.25rem}@media (min-width: 1024px){.costPropertyIns__subtitle{font-size:1.5rem}}.costPropertyIns__textFlex{display:flex;gap:10px}.costPropertyIns__icon{height:30px;width:30px}@media (min-width: 1024px){.costPropertyIns__description{font-size:1.25rem}}.costPropertyIns__button{width:100%;height:unset;padding:15px}.mistakesPropertyIns{margin-bottom:50px}@media (min-width: 768px){.mistakesPropertyIns{margin-bottom:90px}}.mistakesPropertyIns__title{margin:0 0 30px;text-align:center;font-size:1.5rem}@media (min-width: 768px){.mistakesPropertyIns__title{margin-bottom:60px;font-size:2.5rem}}.mistakesPropertyIns__boxes{display:grid;column-gap:50px;row-gap:30px;margin-bottom:30px}@media (min-width: 768px){.mistakesPropertyIns__boxes{grid-template-columns:repeat(2,1fr)}}.mistakesPropertyIns__box{display:flex;gap:10px;align-items:center;padding:15px;background-color:#fff;border:4px solid #EE6A6A;box-shadow:0 4px 6px #0003;border-radius:15px}.mistakesPropertyIns__box--green{border-color:#74c278}.mistakesPropertyIns__icon{width:25px;height:25px}.mistakesPropertyIns__subtitle{font-size:1.25rem;text-align:center;margin-bottom:30px;color:#1e4193}.mistakesPropertyIns__text{font-weight:600}.importantPropertyIns{display:flex;background-color:#e7f0fa;box-shadow:0 4px 6px #0003;border-radius:15px;margin-bottom:50px}@media (min-width: 768px){.importantPropertyIns{margin-bottom:90px}}.importantPropertyIns__title{margin:25px;font-size:1.875rem}@media (min-width: 768px){.importantPropertyIns__title{margin:50px;font-size:2.5rem}}.importantPropertyIns__img{display:none}@media (min-width: 768px){.importantPropertyIns__img{display:block;border-top-left-radius:15px;border-bottom-left-radius:15px;width:30%}}.importantPropertyIns__list{margin:0 0 0 25px;padding:0;list-style:none}@media (min-width: 768px){.importantPropertyIns__list{margin-left:50px}}.importantPropertyIns__item{margin-bottom:15px;position:relative;padding:0 25px 0 30px}.importantPropertyIns__item:before{content:"";position:absolute;left:0;width:20px;height:20px;background-image:url(/pages/touristIns/importantTouristIns/check.svg);background-position:left;background-size:contain;background-repeat:no-repeat}@media (min-width: 768px){.importantPropertyIns__item:before{left:-40px;margin-bottom:30px;padding:0 50px 0 30px;width:30px;height:30px}}@media (min-width: 1024px){.importantPropertyIns__item:before{width:40px;height:40px}}.importantPropertyIns__item:last-child{margin-bottom:25px}@media (min-width: 768px){.importantPropertyIns__item:last-child{margin-bottom:50px}}.importantPropertyIns__item--title{margin-bottom:5px;font-size:1.125rem}@media (min-width: 768px){.importantPropertyIns__item--title{margin-bottom:10px;font-size:1.5rem}}@media (min-width: 768px){.importantPropertyIns__item--text{font-size:1.125rem}}[dir=rtl] .importantPropertyIns__img{border-radius:0 15px 15px 0;transform:scaleX(-1)}[dir=rtl] .importantPropertyIns__list{margin:0 25px 0 0}@media (min-width: 768px){[dir=rtl] .importantPropertyIns__list{margin-right:50px}}[dir=rtl] .importantPropertyIns__item:before{left:unset;right:0;background-position:right}@media (min-width: 768px){[dir=rtl] .importantPropertyIns__item:before{left:unset;right:-40px}}.financialPlanning{margin-top:120px}.extraForHeroSection__desktop{display:none}@media (min-width: 1025px){.extraForHeroSection__desktop{display:flex;justify-content:center;gap:15px}}@media (min-width: 1025px){.extraForHeroSection__mobile{display:none}}.extraForHeroSection__box{position:relative;margin-top:100px;background-color:#1e4193;box-shadow:0 4px 6px #0003;border-radius:15px;width:50vw;min-height:250px;height:max-content}.extraForHeroSection__box--mobile{margin-left:auto;margin-right:auto}@media (min-width: 768px){.extraForHeroSection__box{border-radius:119px;min-height:420px;width:30vw;padding-bottom:20px}}@media (min-width: 1025px){.extraForHeroSection__box{width:20vw}}.extraForHeroSection__circle{position:absolute;display:flex;justify-content:center;align-items:center;background-color:#1e4193;left:50%;transform:translate(-50%);top:-15%;width:50%;aspect-ratio:1/1;border-radius:200px;border:3px solid #ffffff}@media (min-width: 400px){.extraForHeroSection__circle{width:40%}}@media (min-width: 768px){.extraForHeroSection__circle{width:60%;border:7px solid #ffffff}}.extraForHeroSection__icon{width:45%;aspect-ratio:1/1}.extraForHeroSection__text{font-size:1rem;font-weight:600;color:#fff;text-align:center;padding:10vh 5px 0}@media (min-width: 768px){.extraForHeroSection__text{font-size:1.2rem;padding:22vh 20px 0}}@media (min-width: 1024px){.extraForHeroSection__text{font-size:1.1rem}}@media (min-width: 1280px){.extraForHeroSection__text{font-size:1.4rem}}.whyRelevant{margin-bottom:200px}@media (min-width: 1024px){.whyRelevant{margin-top:200px;margin-bottom:90px}}.whyRelevant__title{margin:0 0 10px;text-align:center;font-size:1.5rem}@media (min-width: 1024px){.whyRelevant__title{margin-bottom:30px;font-size:2.5rem}}.whyRelevant__text{margin-bottom:10px;text-align:center;font-size:.875rem;font-weight:600}@media (min-width: 1024px){.whyRelevant__text{margin-bottom:20px;font-size:1.5rem}}.whyRelevant__content{position:relative}.whyRelevant__img{width:100%;height:30vh;border-radius:15px}@media (min-width: 1024px){.whyRelevant__img{width:75%;height:unset}}.whyRelevant__boxes{position:absolute;display:flex;flex-direction:column;gap:10px;left:50%;top:10vh;transform:translate(-50%);width:90%}@media (min-width: 1024px){.whyRelevant__boxes{gap:20px;width:60%;top:5vh;right:0;left:unset;transform:unset}}.whyRelevant__boxTitle{padding:10px;background-color:#1e4193;box-shadow:0 4px 6px #0003;border-radius:15px}@media (min-width: 1024px){.whyRelevant__boxTitle{height:80px}}.whyRelevant__subtitle{font-size:.875rem;color:#fff;text-align:center}@media (min-width: 1024px){.whyRelevant__subtitle{font-size:1.5rem;line-height:80px}}.whyRelevant__items{background-color:#fff;box-shadow:0 4px 6px #0003;border-radius:15px;padding:10px}@media (min-width: 1024px){.whyRelevant__items{padding:25px}}.whyRelevant__list{display:flex;flex-direction:column;gap:10px;margin:0;padding:0;list-style:none}@media (min-width: 1024px){.whyRelevant__list{gap:20px}}.whyRelevant__item{position:relative;font-size:.75rem;padding-left:30px;line-height:20px;font-weight:600}@media (min-width: 1024px){.whyRelevant__item{padding-left:70px;font-weight:600;font-size:1.25rem;line-height:40px}}.whyRelevant__item:before{content:"";position:absolute;left:0;width:20px;height:20px;background-image:url(/pages/financialPlanning/whyRelevant__item--check.svg);background-size:cover;background-repeat:no-repeat;background-position:center}@media (min-width: 1024px){.whyRelevant__item:before{width:40px;height:40px}}[dir=rtl] .whyRelevant__img{transform:scaleX(-1)}[dir=rtl] .whyRelevant__boxes{left:unset;right:50%;transform:translate(50%)}@media (min-width: 1024px){[dir=rtl] .whyRelevant__boxes{right:unset;left:0;transform:unset}}[dir=rtl] .whyRelevant__item{padding-left:unset;padding-right:30px}@media (min-width: 1024px){[dir=rtl] .whyRelevant__item{padding-left:unset;padding-right:70px}}[dir=rtl] .whyRelevant__item:before{left:unset;right:0}.reasonsFinPlan{margin-bottom:50px}@media (min-width: 1024px){.reasonsFinPlan{margin-bottom:90px}}.reasonsFinPlan__title{margin:0 0 30px;text-align:center;font-size:1.5rem}@media (min-width: 1024px){.reasonsFinPlan__title{margin-bottom:60px;font-size:2.5rem}}.reasonsFinPlan__content{display:flex;flex-direction:column;gap:20px}@media (min-width: 1024px){.reasonsFinPlan__content{display:flex;gap:0;flex-direction:row;align-items:center;justify-content:space-between}}.reasonsFinPlan__list{display:flex;flex-direction:column;gap:20px;margin:0;padding:0;list-style:none}.reasonsFinPlan__reason{display:flex;align-items:center;gap:20px;background-color:#e7f0fa;border-radius:15px}@media (min-width: 1024px){.reasonsFinPlan__reason{height:70px}}.reasonsFinPlan__item{font-size:.875rem;font-weight:700}@media (min-width: 1024px){.reasonsFinPlan__item{font-size:1.25rem}}.reasonsFinPlan__item--number{font-size:1.5rem;display:flex;justify-content:center;align-items:center;background-color:#5a9bd5;border-radius:15px;color:#fff;width:40px;text-align:center;line-height:40px;flex-shrink:0}@media (min-width: 1024px){.reasonsFinPlan__item--number{font-size:2rem;width:70px;line-height:70px}}.reasonsFinPlan__item--text{margin:10px 10px 10px 0}@media (min-width: 1024px){.reasonsFinPlan__item--text{margin-right:40px}}.reasonsFinPlan__form{box-shadow:0 4px 6px #0003;background-color:#5a9bd5;padding:30px;border-radius:15px}@media (min-width: 1024px){.reasonsFinPlan__form{width:30%}}.reasonsFinPlan__subtitle{font-size:1.5rem;color:#fff;margin-bottom:10px}.reasonsFinPlan__text{font-size:1.125rem;color:#fff;font-weight:600;margin-bottom:20px}.reasonsFinPlan__input{width:100%;padding:10px;margin-bottom:20px;background-color:#fff;border-radius:15px;font-size:16px;border:none;font-family:inherit;box-sizing:border-box;border:.5px solid #5A9BD5}.reasonsFinPlan__input::placeholder{font-family:inherit;color:#b9b9b9}.reasonsFinPlan__input:focus{outline:none;border:.5px solid #1e4193}.reasonsFinPlan__input.error{border:.5px solid red}.reasonsFinPlan__submit{width:100%;font-family:inherit;padding:10px;background-color:#1e4193;box-shadow:0 4px 10px #1e41934d;transition:background .3s ease,transform .15s ease;font-size:18px;border-radius:15px;cursor:pointer;font-weight:700;box-sizing:border-box;color:#fff;border:none}.reasonsFinPlan__submit:hover{transform:scale(1.02)}.pensionManagement{margin-top:120px}.passivePensionManagement{margin-bottom:50px}@media (min-width: 1024px){.passivePensionManagement{margin-bottom:90px}}.passivePensionManagement__title{margin:0 0 30px;text-align:center;font-size:1.5rem}@media (min-width: 1024px){.passivePensionManagement__title{margin-bottom:60px;font-size:2.5rem}}.passivePensionManagement__flex{display:flex;flex-direction:column;gap:50px;align-items:center}@media (min-width: 1024px){.passivePensionManagement__flex{flex-direction:row}}.passivePensionManagement__img{width:100%}@media (min-width: 768px){.passivePensionManagement__img{width:60%}}@media (min-width: 1024px){.passivePensionManagement__img{width:100%}}@media (min-width: 1024px){.passivePensionManagement__text{font-size:1.25rem}}.troublesPensionManagement{margin-bottom:50px}@media (min-width: 768px){.troublesPensionManagement{margin-bottom:90px}}.troublesPensionManagement__title{margin:0 0 30px;text-align:center;font-size:1.5rem}@media (min-width: 768px){.troublesPensionManagement__title{margin-bottom:60px;font-size:2.5rem}}.troublesPensionManagement__content{display:flex;flex-direction:column;gap:20px}@media (min-width: 1024px){.troublesPensionManagement__content{display:flex;gap:0;flex-direction:row;align-items:center;justify-content:space-between}}.troublesPensionManagement__list{display:flex;flex-direction:column;gap:20px;margin:0;padding:0;list-style:none}.troublesPensionManagement__reason{display:flex;align-items:center;gap:20px;background-color:#e7f0fa;border-radius:15px}@media (min-width: 1024px){.troublesPensionManagement__reason{height:70px}}.troublesPensionManagement__item{font-weight:700;font-size:.875rem}@media (min-width: 1024px){.troublesPensionManagement__item{font-size:1.125rem}}.troublesPensionManagement__item--number{font-size:1.5rem;display:flex;justify-content:center;align-items:center;background-color:#5a9bd5;border-radius:15px;color:#fff;width:40px;text-align:center;line-height:40px;flex-shrink:0}@media (min-width: 1024px){.troublesPensionManagement__item--number{width:70px;font-size:2rem;line-height:70px}}.troublesPensionManagement__item--text{font-weight:600;margin:10px}@media (min-width: 1024px){.troublesPensionManagement__item--text{margin-right:40px}}.troublesPensionManagement__form{box-shadow:0 4px 6px #0003;background-color:#5a9bd5;padding:30px;border-radius:15px}@media (min-width: 1024px){.troublesPensionManagement__form{min-width:30%;width:30%}}.troublesPensionManagement__subtitle{font-size:1.5rem;color:#fff;margin-bottom:10px}.troublesPensionManagement__text{font-size:1.125rem;color:#fff;font-weight:600;margin-bottom:20px}.troublesPensionManagement__input{width:100%;padding:10px;margin-bottom:20px;background-color:#fff;border-radius:15px;font-size:1rem;border:none;font-family:inherit;box-sizing:border-box;border:.5px solid #5A9BD5}.troublesPensionManagement__input::placeholder{font-family:inherit;color:#a0a0a0}.troublesPensionManagement__input:focus{outline:none;border:.5px solid #1e4193}.troublesPensionManagement__input.error{border:.5px solid red}.troublesPensionManagement__submit{width:100%;font-family:inherit;padding:10px;background-color:#1e4193;box-shadow:0 4px 10px #1e41934d;transition:background .3s ease,transform .15s ease;font-size:1.125rem;border-radius:15px;cursor:pointer;font-weight:700;box-sizing:border-box;color:#fff;border:none}.troublesPensionManagement__submit:hover{transform:scale(1.02)}@media (min-width: 1024px){[dir=rtl] .troublesPensionManagement__item--text{margin-right:unset;margin-left:40px}}.helpPensionManagement{margin-bottom:50px}@media (min-width: 768px){.helpPensionManagement{margin-bottom:90px}}.helpPensionManagement__title{margin:0 0 30px;text-align:center;font-size:1.5rem}@media (min-width: 768px){.helpPensionManagement__title{margin-bottom:60px;font-size:2.5rem}}.helpPensionManagement__items{display:flex;flex-direction:column;gap:50px}@media (min-width: 768px){.helpPensionManagement__items{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}}.helpPensionManagement__item{display:flex;flex-direction:column;align-items:center;gap:20px}.helpPensionManagement__subtitle,.helpPensionManagement__text{text-align:center}.investmentFunds{margin-top:120px}.whatIsInvestmentFunds{margin-bottom:50px}@media (min-width: 768px){.whatIsInvestmentFunds{margin-bottom:90px}}.whatIsInvestmentFunds__title{display:block;text-align:center;margin:0 auto 30px;font-size:1.5rem}@media (min-width: 768px){.whatIsInvestmentFunds__title{margin-bottom:60px;font-size:2.5rem}}.whatIsInvestmentFunds__blocks{display:flex;flex-direction:column;gap:30px}@media (min-width: 768px){.whatIsInvestmentFunds__blocks{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}}.whatIsInvestmentFunds__block{background-color:#fff;border-radius:15px;box-shadow:0 4px 6px #0003;display:flex;flex-direction:column;gap:20px;align-items:center;padding:25px}@media (min-width: 1280px){.whatIsInvestmentFunds__block{padding:40px}}.whatIsInvestmentFunds__img{width:120px;height:120px}.whatIsInvestmentFunds__name{text-align:center;font-size:1.25rem;font-weight:600;color:#1e4193}@media (min-width: 1280px){.whatIsInvestmentFunds__name{font-size:1.875rem}}.whatIsInvestmentFunds__text{text-align:center;font-size:1rem}@media (min-width: 1280px){.whatIsInvestmentFunds__text{font-size:1.25rem}}.helpInvestmentFunds{margin-bottom:50px}@media (min-width: 768px){.helpInvestmentFunds{margin-bottom:90px}}.helpInvestmentFunds__title{margin:0 0 30px;text-align:center;font-size:1.5rem}@media (min-width: 768px){.helpInvestmentFunds__title{margin-bottom:60px;font-size:2.5rem}}.helpInvestmentFunds__content{display:flex;flex-direction:column;gap:20px}@media (min-width: 1024px){.helpInvestmentFunds__content{display:flex;gap:0;flex-direction:row;align-items:center;justify-content:space-between}}.helpInvestmentFunds__list{display:flex;flex-direction:column;gap:20px;margin:0;padding:0;list-style:none}.helpInvestmentFunds__reason{display:flex;align-items:center;gap:20px;background-color:#e7f0fa;border-radius:15px}@media (min-width: 1024px){.helpInvestmentFunds__reason{height:70px}}.helpInvestmentFunds__item{font-weight:700;font-size:.875rem}@media (min-width: 1024px){.helpInvestmentFunds__item{font-size:1.125rem}}.helpInvestmentFunds__item--number{font-size:1.5rem;display:flex;justify-content:center;align-items:center;background-color:#5a9bd5;border-radius:15px;color:#fff;width:40px;text-align:center;line-height:40px;flex-shrink:0}@media (min-width: 1024px){.helpInvestmentFunds__item--number{width:70px;font-size:2rem;line-height:70px}}.helpInvestmentFunds__item--text{font-weight:600;margin:10px}@media (min-width: 1024px){.helpInvestmentFunds__item--text{margin-right:40px}}.helpInvestmentFunds__form{box-shadow:0 4px 6px #0003;background-color:#5a9bd5;padding:30px;border-radius:15px}@media (min-width: 1024px){.helpInvestmentFunds__form{min-width:30%;width:30%}}.helpInvestmentFunds__subtitle{font-size:1.5rem;color:#fff;margin-bottom:10px}.helpInvestmentFunds__text{font-size:1.125rem;color:#fff;font-weight:600;margin-bottom:20px}.helpInvestmentFunds__input{width:100%;padding:10px;margin-bottom:20px;background-color:#fff;border-radius:15px;font-size:1rem;border:none;font-family:inherit;box-sizing:border-box;border:.5px solid #5A9BD5}.helpInvestmentFunds__input::placeholder{font-family:inherit;color:#a0a0a0}.helpInvestmentFunds__input:focus{outline:none;border:.5px solid #1e4193}.helpInvestmentFunds__input.error{border:.5px solid red}.helpInvestmentFunds__submit{width:100%;font-family:inherit;padding:10px;background-color:#1e4193;box-shadow:0 4px 10px #1e41934d;transition:background .3s ease,transform .15s ease;font-size:1.125rem;border-radius:15px;cursor:pointer;font-weight:700;box-sizing:border-box;color:#fff;border:none}.helpInvestmentFunds__submit:hover{transform:scale(1.02)}@media (min-width: 1024px){[dir=rtl] .helpInvestmentFounds__item--text{margin-right:unset;margin-left:40px}}.importantInvestmentFunds{display:flex;background-color:#e7f0fa;box-shadow:0 4px 6px #0003;border-radius:15px;margin-bottom:50px}@media (min-width: 768px){.importantInvestmentFunds{margin-bottom:90px}}.importantInvestmentFunds__title{margin:25px;font-size:1.875rem}@media (min-width: 768px){.importantInvestmentFunds__title{margin:50px;font-size:2.5rem}}.importantInvestmentFunds__img{display:none}@media (min-width: 768px){.importantInvestmentFunds__img{display:block;border-top-left-radius:15px;border-bottom-left-radius:15px;width:30%}}.importantInvestmentFunds__list{margin:0 0 0 25px;padding:0;list-style:none}@media (min-width: 768px){.importantInvestmentFunds__list{margin-left:50px}}.importantInvestmentFunds__item{margin-bottom:15px;position:relative;padding:0 25px 0 30px}.importantInvestmentFunds__item:before{content:"";position:absolute;left:0;width:20px;height:20px;background-image:url(/pages/touristIns/importantTouristIns/check.svg);background-position:left;background-size:contain;background-repeat:no-repeat}@media (min-width: 768px){.importantInvestmentFunds__item:before{left:-40px;margin-bottom:30px;padding:0 50px 0 30px;width:30px;height:30px}}@media (min-width: 1024px){.importantInvestmentFunds__item:before{width:40px;height:40px}}.importantInvestmentFunds__item:last-child{margin-bottom:25px}@media (min-width: 768px){.importantInvestmentFunds__item:last-child{margin-bottom:50px}}.importantInvestmentFunds__item--title{margin-bottom:5px;font-size:1.125rem}@media (min-width: 768px){.importantInvestmentFunds__item--title{margin-bottom:10px;font-size:1.5rem}}@media (min-width: 768px){.importantInvestmentFunds__item--text{font-size:1.125rem}}[dir=rtl] .importantInvestmentFunds__img{border-radius:0 15px 15px 0;transform:scaleX(-1)}[dir=rtl] .importantInvestmentFunds__list{margin:0 25px 0 0}@media (min-width: 768px){[dir=rtl] .importantInvestmentFunds__list{margin-right:50px}}[dir=rtl] .importantInvestmentFunds__item:before{left:unset;right:0;background-position:right}@media (min-width: 768px){[dir=rtl] .importantInvestmentFunds__item:before{left:unset;right:-40px}}.exampleInvestmentFunds{margin-bottom:50px}@media (min-width: 768px){.exampleInvestmentFunds{margin-bottom:90px}}.exampleInvestmentFunds__title{margin:0 0 30px;text-align:center;font-size:1.5rem}@media (min-width: 768px){.exampleInvestmentFunds__title{margin-bottom:60px;font-size:2.5rem}}.exampleInvestmentFunds__tableWrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:30px}.exampleInvestmentFunds__tableDesktop{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(4,1fr);background-color:#fff;margin-bottom:30px;border-radius:15px;box-shadow:0 4px 6px #0003;min-width:640px}.exampleInvestmentFunds__cell{outline:2px solid #5A9BD5;outline-offset:-1px;padding:10px;display:flex;align-items:center}.exampleInvestmentFunds__cell--1{border-top-left-radius:15px}.exampleInvestmentFunds__cell--3{border-top-right-radius:15px}.exampleInvestmentFunds__cell--10{border-bottom-left-radius:15px}.exampleInvestmentFunds__cell--12{border-bottom-right-radius:15px}@media (min-width: 768px){.exampleInvestmentFunds__value{font-size:1.25rem}}.exampleInvestmentFunds__value--1,.exampleInvestmentFunds__value--2,.exampleInvestmentFunds__value--3{font-weight:700}[dir=rtl] .exampleInvestmentFunds__cell--1{border-top-left-radius:unset;border-top-right-radius:15px}[dir=rtl] .exampleInvestmentFunds__cell--3{border-top-right-radius:unset;border-top-left-radius:15px}[dir=rtl] .exampleInvestmentFunds__cell--10{border-bottom-left-radius:unset;border-bottom-right-radius:15px}[dir=rtl] .exampleInvestmentFunds__cell--12{border-bottom-right-radius:unset;border-bottom-left-radius:15px}.processInvestmentFunds{margin-bottom:50px}@media (min-width: 1024px){.processInvestmentFunds{margin-bottom:90px}}.processInvestmentFunds__title{margin:0 0 10px;text-align:center;font-size:1.875rem}@media (min-width: 768px){.processInvestmentFunds__title{font-size:2.5rem;margin-bottom:30px}}.processInvestmentFunds__boxes{display:flex;flex-direction:column;gap:20px}@media (min-width: 1200px){.processInvestmentFunds__boxes{flex-direction:row}}.processInvestmentFunds__box{display:flex;align-items:center;justify-content:center;background-position:center;background-repeat:no-repeat;background-size:contain;padding:35px;height:120px}@media (min-width: 1024px){.processInvestmentFunds__box{width:100%}}.processInvestmentFunds__box--1{background-image:url(/pages/lifeIns/processLifeIns__box--1.svg)}.processInvestmentFunds__box--2{background-image:url(/pages/lifeIns/processLifeIns__box--2.svg)}.processInvestmentFunds__box--3{background-image:url(/pages/lifeIns/processLifeIns__box--3.svg)}.processInvestmentFunds__item{font-weight:600;color:#fff;width:200px}@media (min-width: 1024px){.processInvestmentFunds__item{font-size:1.125rem;width:250px}}.processInvestmentFunds__item--3{color:#5a9bd5}[dir=rtl] .processInvestmentFunds__box{transform:scaleX(-1);height:100px}[dir=rtl] .processInvestmentFunds__item{transform:scaleX(-1)}@media (min-width: 1024px){[dir=rtl] .processInvestmentFunds__item{width:220px}}.customerSupport{margin-top:120px}.helpCustomerSupport{margin-bottom:50px}@media (min-width: 768px){.helpCustomerSupport{margin-bottom:90px}}.helpCustomerSupport__title{margin:0 0 30px;text-align:center;font-size:1.5rem}@media (min-width: 768px){.helpCustomerSupport__title{margin-bottom:60px;font-size:2.5rem}}.helpCustomerSupport__items--mobile{display:flex;flex-direction:column;gap:50px}@media (min-width: 768px){.helpCustomerSupport__items--mobile{display:none}}.helpCustomerSupport__items--desktop{display:none}@media (min-width: 768px){.helpCustomerSupport__items--desktop{margin:0 auto;width:85%;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(6,max-content);column-gap:50px;row-gap:20px;grid-template-areas:"icon1 icon2 icon3" "sub1 sub2 sub3" "txt1 txt2 txt3" "icon4 icon5 icon6" "sub4 sub5 sub6" "txt4 txt5 txt6"}}.helpCustomerSupport__item{display:flex;flex-direction:column;gap:10px}.helpCustomerSupport__icon{margin:0 auto}.helpCustomerSupport__icon--1{grid-area:icon1}.helpCustomerSupport__icon--2{grid-area:icon2}.helpCustomerSupport__icon--3{grid-area:icon3}.helpCustomerSupport__icon--4{grid-area:icon4}.helpCustomerSupport__icon--5{grid-area:icon5}.helpCustomerSupport__icon--6{grid-area:icon6}.helpCustomerSupport__subtitle{text-align:center}.helpCustomerSupport__subtitle--1{grid-area:sub1}.helpCustomerSupport__subtitle--2{grid-area:sub2}.helpCustomerSupport__subtitle--3{grid-area:sub3}.helpCustomerSupport__subtitle--4{grid-area:sub4}.helpCustomerSupport__subtitle--5{grid-area:sub5}.helpCustomerSupport__subtitle--6{grid-area:sub6}.helpCustomerSupport__text{text-align:center}.helpCustomerSupport__text--1{grid-area:txt1}@media (min-width: 768px){.helpCustomerSupport__text--1{margin-bottom:30px}}.helpCustomerSupport__text--2{grid-area:txt2}.helpCustomerSupport__text--3{grid-area:txt3}.helpCustomerSupport__text--4{grid-area:txt4}.helpCustomerSupport__text--5{grid-area:txt5}.helpCustomerSupport__text--6{grid-area:txt6}.realizationOfRights{margin-top:120px}.includeRealizationOfRights{margin-bottom:50px}@media (min-width: 768px){.includeRealizationOfRights{margin-bottom:90px}}@media (min-width: 1080px){.includeRealizationOfRights{position:relative;padding:60px 20px;display:flex;align-items:center;justify-content:space-between}}.includeRealizationOfRights__svg{display:none}@media (min-width: 1080px){.includeRealizationOfRights__svg{display:block;position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:0}}.includeRealizationOfRights__title{margin:0 0 30px;text-align:center;font-size:1.5rem}@media (min-width: 768px){.includeRealizationOfRights__title{margin-bottom:60px;font-size:2.5rem}}@media (min-width: 1080px){.includeRealizationOfRights__title{margin:0;position:relative;box-sizing:border-box;padding:150px 80px;background:#e7f0fa;border-radius:50%;width:300px;height:300px;display:flex;justify-content:center;align-items:center;font-weight:700;border-right:10px solid #5AA7FC}}@media (min-width: 1280px){.includeRealizationOfRights__title{width:450px;height:450px}}.includeRealizationOfRights__dot{display:none}@media (min-width: 1080px){.includeRealizationOfRights__dot{display:block;content:"";position:absolute;width:20px;height:20px;background:#5aa7fc;border-radius:50%}.includeRealizationOfRights__dot:nth-child(1){top:5%;left:73%;transform:translate(-50%,-50%)}.includeRealizationOfRights__dot:nth-child(2){top:23%;left:93%;transform:translate(-50%,-50%)}.includeRealizationOfRights__dot:nth-child(3){top:41%;left:100%;transform:translate(-50%,-50%)}.includeRealizationOfRights__dot:nth-child(4){top:59%;left:100%;transform:translate(-50%,-50%)}.includeRealizationOfRights__dot:nth-child(5){top:77%;left:93%;transform:translate(-50%,-50%)}.includeRealizationOfRights__dot:nth-child(6){top:95%;left:73%;transform:translate(-50%,-50%)}}.includeRealizationOfRights__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:15px}@media (min-width: 1080px){.includeRealizationOfRights__list{position:relative}}.includeRealizationOfRights__item{position:relative;padding:15px 15px 15px 30px;border-radius:15px;font-size:.875rem;display:flex;align-items:flex-start;gap:10px}@media (min-width: 560px){.includeRealizationOfRights__item{width:80%;margin:0 auto}}@media (min-width: 1080px){.includeRealizationOfRights__item{margin:0;width:400px;padding:15px 40px}}.includeRealizationOfRights__item--1{background:#2853a2;color:#fff}@media (min-width: 1080px){.includeRealizationOfRights__item--1{left:-40%}}.includeRealizationOfRights__item--2{background:#3c72ba;color:#fff}@media (min-width: 1080px){.includeRealizationOfRights__item--2{left:-20%}}.includeRealizationOfRights__item--3{background:#74abdc;color:#fff}.includeRealizationOfRights__item--4{background:#d4e2f0}.includeRealizationOfRights__item--5{background:#f3dc70}@media (min-width: 1080px){.includeRealizationOfRights__item--5{left:-20%}}.includeRealizationOfRights__item--6{background:#e1cc67}@media (min-width: 1080px){.includeRealizationOfRights__item--6{left:-40%}}.includeRealizationOfRights__circle{position:absolute;display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;background-color:#fff;color:#1e1e1e;font-weight:700;border-radius:50px;text-align:center;font-size:1.125rem;top:50%;transform:translateY(-50%);left:-20px;border:.5px solid #1E4193}@media (min-width: 1080px){.includeRealizationOfRights__circle{left:-3%}}.includeRealizationOfRights__subtitle{font-size:1.125rem}[dir=rtl] .includeRealizationOfRights{justify-content:space-around}[dir=rtl] .includeRealizationOfRights__svg{display:none}[dir=rtl] .includeRealizationOfRights__title{border:none}@media (min-width: 1080px){[dir=rtl] .includeRealizationOfRights__title{border-left:10px solid #5AA7FC}}[dir=rtl] .includeRealizationOfRights__dot:nth-child(1){left:27%}[dir=rtl] .includeRealizationOfRights__dot:nth-child(2){left:7%}[dir=rtl] .includeRealizationOfRights__dot:nth-child(3){left:0}[dir=rtl] .includeRealizationOfRights__dot:nth-child(4){left:0}[dir=rtl] .includeRealizationOfRights__dot:nth-child(5){left:7%}[dir=rtl] .includeRealizationOfRights__dot:nth-child(6){left:27%}[dir=rtl] .includeRealizationOfRights__item{padding:15px 30px 15px 15px}@media (min-width: 1080px){[dir=rtl] .includeRealizationOfRights__item{padding:15px 40px}}@media (min-width: 1080px){[dir=rtl] .includeRealizationOfRights__item--1{left:40%}}@media (min-width: 1080px){[dir=rtl] .includeRealizationOfRights__item--2{left:20%}}[dir=rtl] .includeRealizationOfRights__item--3{background:#74abdc;color:#fff}[dir=rtl] .includeRealizationOfRights__item--4{background:#d4e2f0}[dir=rtl] .includeRealizationOfRights__item--5{background:#f3dc70}@media (min-width: 1080px){[dir=rtl] .includeRealizationOfRights__item--5{left:20%}}[dir=rtl] .includeRealizationOfRights__item--6{background:#e1cc67}@media (min-width: 1080px){[dir=rtl] .includeRealizationOfRights__item--6{left:40%}}[dir=rtl] .includeRealizationOfRights__circle{left:auto;right:-20px;transform:translateY(-50%)}@media (min-width: 1080px){[dir=rtl] .includeRealizationOfRights__circle{right:-3%}}.importantRealizationOfRights{display:flex;background-color:#e7f0fa;box-shadow:0 4px 6px #0003;border-radius:15px;margin-bottom:50px}@media (min-width: 768px){.importantRealizationOfRights{margin-bottom:90px}}.importantRealizationOfRights__title{margin:25px;font-size:1.875rem}@media (min-width: 768px){.importantRealizationOfRights__title{margin:50px;font-size:2.5rem}}.importantRealizationOfRights__img{display:none}@media (min-width: 768px){.importantRealizationOfRights__img{display:block;border-top-left-radius:15px;border-bottom-left-radius:15px;width:30%}}.importantRealizationOfRights__list{margin:0 0 0 25px;padding:0;list-style:none}@media (min-width: 768px){.importantRealizationOfRights__list{margin-left:50px}}.importantRealizationOfRights__item{margin-bottom:15px;position:relative;padding:0 25px 0 30px}.importantRealizationOfRights__item:before{content:"";position:absolute;left:0;width:20px;height:20px;background-image:url(/pages/touristIns/importantTouristIns/check.svg);background-position:left;background-size:contain;background-repeat:no-repeat}@media (min-width: 768px){.importantRealizationOfRights__item:before{left:-40px;margin-bottom:30px;padding:0 50px 0 30px;width:30px;height:30px}}@media (min-width: 1024px){.importantRealizationOfRights__item:before{width:40px;height:40px}}.importantRealizationOfRights__item:last-child{margin-bottom:25px}@media (min-width: 768px){.importantRealizationOfRights__item:last-child{margin-bottom:50px}}.importantRealizationOfRights__item--title{margin-bottom:5px;font-size:1.125rem}@media (min-width: 768px){.importantRealizationOfRights__item--title{margin-bottom:10px;font-size:1.5rem}}@media (min-width: 768px){.importantRealizationOfRights__item--text{font-size:1.125rem}}[dir=rtl] .importantRealizationOfRights__img{border-radius:0 15px 15px 0;transform:scaleX(-1)}[dir=rtl] .importantRealizationOfRights__list{margin:0 25px 0 0}@media (min-width: 768px){[dir=rtl] .importantRealizationOfRights__list{margin-right:50px}}[dir=rtl] .importantRealizationOfRights__item:before{left:unset;right:0;background-position:right}@media (min-width: 768px){[dir=rtl] .importantRealizationOfRights__item:before{left:unset;right:-40px}}.contactsPageContacts{display:flex;flex-direction:column;background-color:#fff;border-radius:15px;width:100%;height:max-content;box-shadow:0 4px 6px #0003;margin-bottom:50px}@media (min-width: 768px){.contactsPageContacts{margin-bottom:90px}}@media (min-width: 1024px){.contactsPageContacts{flex-direction:row}}.contactsPageContacts__info{padding:50px}@media (min-width: 1024px){.contactsPageContacts__info{width:35%}}.contactsPageContacts__info--title{margin:0 auto;width:fit-content;font-size:2rem}@media (min-width: 768px){.contactsPageContacts__info--title{font-size:2.5rem}}@media (min-width: 1024px){.contactsPageContacts__info--title{margin:0}}.contactsPageContacts__info--title:after{content:"";display:block;width:fit-content;width:100%;height:7px;background-color:#5a9bd5;margin-top:8px}.contactsPageContacts__list{margin:50px 0 0;padding:0;list-style:none}.contactsPageContacts__item{margin-bottom:40px}.contactsPageContacts__item:last-child{margin-bottom:0}.contactsPageContacts__link{display:flex;gap:20px;align-items:center;text-decoration:none;color:unset}.contactsPageContacts__icon{width:30px;height:30px}.contactsPageContacts__text--title{margin:0;font-size:.875rem;font-weight:600}@media (min-width: 768px){.contactsPageContacts__text--title{font-size:1.1rem}}.contactsPageContacts__text--info{margin:0;color:#4c4c4c}.contactsPageContacts__form{padding:50px;background-color:#e7f0fa}@media (min-width: 1024px){.contactsPageContacts__form{display:flex;flex-direction:column;justify-content:space-between;width:65%;border-top-right-radius:15px}}.contactsPageContacts__form--title{margin:0 0 50px;text-align:center;font-size:1rem}@media (min-width: 768px){.contactsPageContacts__form--title{font-size:1.5rem}}@media (min-width: 1024px){.contactsPageContacts__form--title{text-align:start}}.contactsPageContacts__inputsFlex{display:flex;flex-direction:column;gap:80px;margin-bottom:80px;width:70%;justify-content:space-between}@media (min-width: 768px){.contactsPageContacts__inputsFlex{flex-direction:row}}.contactsPageContacts__label{display:block;margin-bottom:10px}.contactsPageContacts__input{background-color:transparent;border:none;border-bottom:1px solid #4C4C4C;font-size:1.1rem;resize:none}.contactsPageContacts__input--textarea{width:100%;margin-bottom:80px}@media (min-width: 768px){.contactsPageContacts__input--textarea{width:70%}}.contactsPageContacts__input:focus{background-color:transparent;outline:none}.contactsPageContacts__input.error{border-bottom:1px solid red}.contactsPageContacts__submit{width:100%;font-family:inherit;padding:12px;background:linear-gradient(90deg,#d4b02c,#e1c95a);box-shadow:0 4px 10px #1e41934d;transition:background .3s ease,transform .15s ease;font-size:18px;border-radius:100px;cursor:pointer;font-weight:700;box-sizing:border-box;color:#000;border:none}@media (min-width: 768px){.contactsPageContacts__submit{width:70%}}.contactsPageContacts__submit:hover{background:linear-gradient(90deg,#e1c95a,#d4b02c);transform:scale(1.02)}@media (min-width: 1024px){[dir=rtl] .contactsPageContacts__form{border-top-right-radius:0;border-top-left-radius:15px}}.contactsPageMap{margin-bottom:50px}@media (min-width: 768px){.contactsPageMap{margin-bottom:90px}}.contactsPageMap__title{margin:0 0 30px;text-align:center;font-size:1.5rem}@media (min-width: 768px){.contactsPageMap__title{margin-bottom:60px;font-size:2.5rem}}.contactsPageMap__iframe{width:100%;height:300px;border:none;border-radius:12px;box-shadow:0 4px 10px #0003}@media (min-width: 768px){.contactsPageMap__iframe{height:400px}}@media (min-width: 1024px){.contactsPageMap__iframe{height:500px}}.contactsPage,.millerAnatoliy{margin-top:120px}.millerAnatoliyPreview{display:flex;flex-direction:column;align-items:center;margin-bottom:50px}@media (min-width: 768px){.millerAnatoliyPreview{margin-bottom:90px}}.millerAnatoliyPreview__photo{width:150px;height:150px;margin-bottom:-60px;border-radius:500px;z-index:2}@media (min-width: 768px){.millerAnatoliyPreview__photo{margin-bottom:-200px;width:300px;height:300px}}@media (min-width: 1024px){.millerAnatoliyPreview__photo{margin-bottom:-335px;width:500px;height:500px}}.millerAnatoliyPreview__info{display:flex;flex-direction:column;width:100vw;align-items:center;padding:80px 0 20px;background-color:#5a9bd5cc}@media (min-width: 768px){.millerAnatoliyPreview__info{padding:250px 120px 30px}}@media (min-width: 1024px){.millerAnatoliyPreview__info{padding:365px 120px 30px}}.millerAnatoliyPreview__name{color:#fff;font-weight:768;text-align:center}@media (min-width: 768px){.millerAnatoliyPreview__name{font-size:1.8rem}}@media (min-width: 1024px){.millerAnatoliyPreview__name{font-size:2.5rem}}.millerAnatoliyPreview__text{color:#fff;font-weight:768;text-align:center;margin-bottom:20px;font-size:.875rem;font-weight:400}@media (min-width: 768px){.millerAnatoliyPreview__text{font-size:1.5rem;margin-bottom:30px}}@media (min-width: 1024px){.millerAnatoliyPreview__text{font-size:2rem}}.millerAnatoliyPreview__button{background:linear-gradient(90deg,#d4b02c,#e1c95a);color:#000;border-radius:15px;font-size:.875rem}.millerAnatoliyPreview__button:hover{background:linear-gradient(90deg,#e1c95a,#d4b02c)}@media (min-width: 768px){.millerAnatoliyPreview__button{margin:0 8%;width:400px;font-size:1.5rem}}.millerAnatoliyInfo{margin-bottom:50px}@media (min-width: 1024px){.millerAnatoliyInfo{display:grid;grid-template-columns:repeat(2,1fr);column-gap:250px;margin-bottom:90px}}.millerAnatoliyInfo__title{margin:0 20px 20px;padding:10px 0;border:1px solid #5A9BD5;border-radius:15px;background-color:#fff;text-align:center;color:#5a9bd5;font-weight:600}@media (min-width: 1024px){.millerAnatoliyInfo__title{margin:0 0 30px;padding:30px 0;border:3px solid #5A9BD5;font-size:2.5rem}}.millerAnatoliyInfo__text{font-size:.875rem;margin-bottom:40px}@media (min-width: 1024px){.millerAnatoliyInfo__text{font-size:1.3rem}}.millerAnatoliyInfo__list{display:flex;flex-direction:column;gap:10px;font-size:.875rem;margin-bottom:40px}@media (min-width: 1024px){.millerAnatoliyInfo__list{font-size:1.3rem}}.millerAnatoliyInfo__link{display:inline-block;text-decoration:none;cursor:pointer;transition:color .1s ease-in-out,background-color .1s ease-in-out,transform .1s ease-in-out;position:relative;color:unset}@media (min-width: 1280px){.millerAnatoliyInfo__link{padding-bottom:5px}.millerAnatoliyInfo__link:after{content:"";position:absolute;left:0;bottom:5px;width:0;height:2px;background-color:#1e4193;transition:width .3s ease}.millerAnatoliyInfo__link:hover:after{width:100%}}.millerAnatoliyInfo__link--button{border:none;padding:0 0 5px;font-size:.875rem;color:unset;font-family:inherit;background:none;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:none}@media (min-width: 1024px){.millerAnatoliyInfo__link--button{font-size:1.3rem}}.millerAnatoliyInfo__contactsList{display:flex;padding:0;flex-direction:column;gap:10px;font-size:.875rem;margin-bottom:40px;list-style:none}@media (min-width: 1024px){.millerAnatoliyInfo__contactsList{font-size:1.3rem}}.millerAnatoliyInfo__contactLink{display:flex;gap:10px;align-items:center;text-decoration:none;color:unset}.millerAnatoliyInfo__contactLinkText{display:inline-block;cursor:pointer;transition:color .1s ease-in-out,background-color .1s ease-in-out,transform .1s ease-in-out;position:relative}@media (min-width: 1280px){.millerAnatoliyInfo__contactLinkText{padding-bottom:5px}.millerAnatoliyInfo__contactLinkText:after{content:"";position:absolute;left:0;bottom:5px;width:0;height:2px;background-color:#1e4193;transition:width .3s ease}.millerAnatoliyInfo__contactLinkText:hover:after{width:100%}}.millerAnatoliyInfo__imageModal{position:fixed;top:0;left:0;z-index:9999;width:100vw;height:100vh;background:#000c;display:flex;justify-content:center;align-items:center;cursor:zoom-out}.millerAnatoliyInfo__img{max-width:95%;max-height:95%;object-fit:contain;cursor:zoom-out;transform:scale(1)}.millerKristina{margin-top:120px}.millerKristinaPreview{display:flex;flex-direction:column;align-items:center;margin-bottom:50px}@media (min-width: 768px){.millerKristinaPreview{margin-bottom:90px}}.millerKristinaPreview__photo{width:150px;height:150px;margin-bottom:-60px;border-radius:500px;z-index:2}@media (min-width: 768px){.millerKristinaPreview__photo{margin-bottom:-200px;width:300px;height:300px}}@media (min-width: 1024px){.millerKristinaPreview__photo{margin-bottom:-335px;width:500px;height:500px}}.millerKristinaPreview__info{display:flex;flex-direction:column;width:100vw;align-items:center;padding:80px 0 20px;background-color:#5a9bd5cc}@media (min-width: 768px){.millerKristinaPreview__info{padding:250px 120px 30px}}@media (min-width: 1024px){.millerKristinaPreview__info{padding:365px 120px 30px}}.millerKristinaPreview__name{color:#fff;font-weight:768;text-align:center}@media (min-width: 768px){.millerKristinaPreview__name{font-size:1.8rem}}@media (min-width: 1024px){.millerKristinaPreview__name{font-size:2.5rem}}.millerKristinaPreview__text{color:#fff;font-weight:768;text-align:center;margin-bottom:20px;font-size:.875rem;font-weight:400}@media (min-width: 768px){.millerKristinaPreview__text{font-size:1.5rem;margin-bottom:30px}}@media (min-width: 1024px){.millerKristinaPreview__text{font-size:2rem}}.millerKristinaPreview__button{background:linear-gradient(90deg,#d4b02c,#e1c95a);color:#000;border-radius:15px;font-size:.875rem}.millerKristinaPreview__button:hover{background:linear-gradient(90deg,#e1c95a,#d4b02c)}@media (min-width: 768px){.millerKristinaPreview__button{margin:0 8%;width:400px;font-size:1.5rem}}.millerKristinaInfo{margin-bottom:50px}@media (min-width: 1024px){.millerKristinaInfo{display:grid;grid-template-columns:repeat(2,1fr);column-gap:250px;margin-bottom:90px}}.millerKristinaInfo__title{margin:0 20px 20px;padding:10px 0;border:1px solid #5A9BD5;border-radius:15px;background-color:#fff;text-align:center;color:#5a9bd5;font-weight:600}@media (min-width: 1024px){.millerKristinaInfo__title{margin:0 0 30px;padding:30px 0;border:3px solid #5A9BD5;font-size:2.5rem}}.millerKristinaInfo__text{font-size:.875rem;margin-bottom:40px}@media (min-width: 1024px){.millerKristinaInfo__text{font-size:1.3rem}}.millerKristinaInfo__list{display:flex;flex-direction:column;gap:10px;font-size:.875rem;margin-bottom:40px}@media (min-width: 1024px){.millerKristinaInfo__list{font-size:1.3rem}}.millerKristinaInfo__link{display:inline-block;text-decoration:none;cursor:pointer;transition:color .1s ease-in-out,background-color .1s ease-in-out,transform .1s ease-in-out;position:relative;color:unset}@media (min-width: 1280px){.millerKristinaInfo__link{padding-bottom:5px}.millerKristinaInfo__link:after{content:"";position:absolute;left:0;bottom:5px;width:0;height:2px;background-color:#1e4193;transition:width .3s ease}.millerKristinaInfo__link:hover:after{width:100%}}.millerKristinaInfo__link--button{border:none;padding:0 0 5px;font-size:.875rem;color:unset;font-family:inherit;background:none;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:none}@media (min-width: 1024px){.millerKristinaInfo__link--button{font-size:1.3rem}}.millerKristinaInfo__contactsList{display:flex;padding:0;flex-direction:column;gap:10px;font-size:.875rem;margin-bottom:40px;list-style:none}@media (min-width: 1024px){.millerKristinaInfo__contactsList{font-size:1.3rem}}.millerKristinaInfo__contactLink{display:flex;gap:10px;align-items:center;text-decoration:none;color:unset}.millerKristinaInfo__contactLinkText{display:inline-block;cursor:pointer;transition:color .1s ease-in-out,background-color .1s ease-in-out,transform .1s ease-in-out;position:relative}@media (min-width: 1280px){.millerKristinaInfo__contactLinkText{padding-bottom:5px}.millerKristinaInfo__contactLinkText:after{content:"";position:absolute;left:0;bottom:5px;width:0;height:2px;background-color:#1e4193;transition:width .3s ease}.millerKristinaInfo__contactLinkText:hover:after{width:100%}}.millerKristinaInfo__imageModal{position:fixed;top:0;left:0;z-index:9999;width:100vw;height:100vh;background:#000c;display:flex;justify-content:center;align-items:center;cursor:zoom-out}.millerKristinaInfo__img{max-width:95%;max-height:95%;object-fit:contain;cursor:zoom-out;transform:scale(1)}.permyakov{margin-top:120px}.permyakovPreview{display:flex;flex-direction:column;align-items:center;margin-bottom:50px}@media (min-width: 768px){.permyakovPreview{margin-bottom:90px}}.permyakovPreview__photo{width:150px;height:150px;margin-bottom:-60px;border-radius:500px;z-index:2}@media (min-width: 768px){.permyakovPreview__photo{margin-bottom:-200px;width:300px;height:300px}}@media (min-width: 1024px){.permyakovPreview__photo{margin-bottom:-335px;width:500px;height:500px}}.permyakovPreview__info{display:flex;flex-direction:column;width:100vw;align-items:center;padding:80px 0 20px;background-color:#5a9bd5cc}@media (min-width: 768px){.permyakovPreview__info{padding:250px 120px 30px}}@media (min-width: 1024px){.permyakovPreview__info{padding:365px 120px 30px}}.permyakovPreview__name{color:#fff;font-weight:768;text-align:center}@media (min-width: 768px){.permyakovPreview__name{font-size:1.8rem}}@media (min-width: 1024px){.permyakovPreview__name{font-size:2.5rem}}.permyakovPreview__text{color:#fff;font-weight:768;text-align:center;margin-bottom:20px;font-size:.875rem;font-weight:400}@media (min-width: 768px){.permyakovPreview__text{font-size:1.5rem;margin-bottom:30px}}@media (min-width: 1024px){.permyakovPreview__text{font-size:2rem}}.permyakovPreview__button{background:linear-gradient(90deg,#d4b02c,#e1c95a);color:#000;border-radius:15px;font-size:.875rem}.permyakovPreview__button:hover{background:linear-gradient(90deg,#e1c95a,#d4b02c)}@media (min-width: 768px){.permyakovPreview__button{margin:0 8%;width:400px;font-size:1.5rem}}.permyakovInfo{margin-bottom:50px}@media (min-width: 1024px){.permyakovInfo{display:grid;grid-template-columns:repeat(2,1fr);column-gap:250px;margin-bottom:90px}}.permyakovInfo__title{margin:0 20px 20px;padding:10px 0;border:1px solid #5A9BD5;border-radius:15px;background-color:#fff;text-align:center;color:#5a9bd5;font-weight:600}@media (min-width: 1024px){.permyakovInfo__title{margin:0 0 30px;padding:30px 0;border:3px solid #5A9BD5;font-size:2.5rem}}.permyakovInfo__text{font-size:.875rem;margin-bottom:40px}@media (min-width: 1024px){.permyakovInfo__text{font-size:1.3rem}}.permyakovInfo__list{display:flex;flex-direction:column;gap:10px;font-size:.875rem;margin-bottom:40px}@media (min-width: 1024px){.permyakovInfo__list{font-size:1.3rem}}.permyakovInfo__link{display:inline-block;text-decoration:none;cursor:pointer;transition:color .1s ease-in-out,background-color .1s ease-in-out,transform .1s ease-in-out;position:relative;color:unset}@media (min-width: 1280px){.permyakovInfo__link{padding-bottom:5px}.permyakovInfo__link:after{content:"";position:absolute;left:0;bottom:5px;width:0;height:2px;background-color:#1e4193;transition:width .3s ease}.permyakovInfo__link:hover:after{width:100%}}.permyakovInfo__link--button{border:none;padding:0 0 5px;font-size:.875rem;color:unset;font-family:inherit;background:none;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:none}@media (min-width: 1024px){.permyakovInfo__link--button{font-size:1.3rem}}.permyakovInfo__contactsList{display:flex;padding:0;flex-direction:column;gap:10px;font-size:.875rem;margin-bottom:40px;list-style:none}@media (min-width: 1024px){.permyakovInfo__contactsList{font-size:1.3rem}}.permyakovInfo__contactLink{display:flex;gap:10px;align-items:center;text-decoration:none;color:unset}.permyakovInfo__contactLinkText{display:inline-block;cursor:pointer;transition:color .1s ease-in-out,background-color .1s ease-in-out,transform .1s ease-in-out;position:relative}@media (min-width: 1280px){.permyakovInfo__contactLinkText{padding-bottom:5px}.permyakovInfo__contactLinkText:after{content:"";position:absolute;left:0;bottom:5px;width:0;height:2px;background-color:#1e4193;transition:width .3s ease}.permyakovInfo__contactLinkText:hover:after{width:100%}}.permyakovInfo__imageModal{position:fixed;top:0;left:0;z-index:9999;width:100vw;height:100vh;background:#000c;display:flex;justify-content:center;align-items:center;cursor:zoom-out}.permyakovInfo__img{max-width:95%;max-height:95%;object-fit:contain;cursor:zoom-out;transform:scale(1)}.plugin{margin-top:120px}.pluginPreview{display:flex;flex-direction:column;align-items:center;margin-bottom:50px}@media (min-width: 768px){.pluginPreview{margin-bottom:90px}}.pluginPreview__photo{width:150px;height:150px;margin-bottom:-60px;border-radius:500px;z-index:2}@media (min-width: 768px){.pluginPreview__photo{margin-bottom:-200px;width:300px;height:300px}}@media (min-width: 1024px){.pluginPreview__photo{margin-bottom:-335px;width:500px;height:500px}}.pluginPreview__info{display:flex;flex-direction:column;width:100vw;align-items:center;padding:80px 0 20px;background-color:#5a9bd5cc}@media (min-width: 768px){.pluginPreview__info{padding:250px 120px 30px}}@media (min-width: 1024px){.pluginPreview__info{padding:365px 120px 30px}}.pluginPreview__name{color:#fff;font-weight:768;text-align:center}@media (min-width: 768px){.pluginPreview__name{font-size:1.8rem}}@media (min-width: 1024px){.pluginPreview__name{font-size:2.5rem}}.pluginPreview__text{color:#fff;font-weight:768;text-align:center;margin-bottom:20px;font-size:.875rem;font-weight:400}@media (min-width: 768px){.pluginPreview__text{font-size:1.5rem;margin-bottom:30px}}@media (min-width: 1024px){.pluginPreview__text{font-size:2rem}}.pluginPreview__button{background:linear-gradient(90deg,#d4b02c,#e1c95a);color:#000;border-radius:15px;font-size:.875rem}.pluginPreview__button:hover{background:linear-gradient(90deg,#e1c95a,#d4b02c)}@media (min-width: 768px){.pluginPreview__button{margin:0 8%;width:400px;font-size:1.5rem}}.pluginInfo{margin-bottom:50px}@media (min-width: 1024px){.pluginInfo{display:grid;grid-template-columns:repeat(2,1fr);column-gap:250px;margin-bottom:90px}}.pluginInfo__title{margin:0 20px 20px;padding:10px 0;border:1px solid #5A9BD5;border-radius:15px;background-color:#fff;text-align:center;color:#5a9bd5;font-weight:600}@media (min-width: 1024px){.pluginInfo__title{margin:0 0 30px;padding:30px 0;border:3px solid #5A9BD5;font-size:2.5rem}}.pluginInfo__text{font-size:.875rem;margin-bottom:40px}@media (min-width: 1024px){.pluginInfo__text{font-size:1.3rem}}.pluginInfo__list{display:flex;flex-direction:column;gap:10px;font-size:.875rem;margin-bottom:40px}@media (min-width: 1024px){.pluginInfo__list{font-size:1.3rem}}.pluginInfo__link{display:inline-block;text-decoration:none;cursor:pointer;transition:color .1s ease-in-out,background-color .1s ease-in-out,transform .1s ease-in-out;position:relative;color:unset}@media (min-width: 1280px){.pluginInfo__link{padding-bottom:5px}.pluginInfo__link:after{content:"";position:absolute;left:0;bottom:5px;width:0;height:2px;background-color:#1e4193;transition:width .3s ease}.pluginInfo__link:hover:after{width:100%}}.pluginInfo__link--button{border:none;padding:0 0 5px;font-size:.875rem;color:unset;font-family:inherit;background:none;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:none}@media (min-width: 1024px){.pluginInfo__link--button{font-size:1.3rem}}.pluginInfo__contactsList{display:flex;padding:0;flex-direction:column;gap:10px;font-size:.875rem;margin-bottom:40px;list-style:none}@media (min-width: 1024px){.pluginInfo__contactsList{font-size:1.3rem}}.pluginInfo__contactLink{display:flex;gap:10px;align-items:center;text-decoration:none;color:unset}.pluginInfo__contactLinkText{display:inline-block;cursor:pointer;transition:color .1s ease-in-out,background-color .1s ease-in-out,transform .1s ease-in-out;position:relative}@media (min-width: 1280px){.pluginInfo__contactLinkText{padding-bottom:5px}.pluginInfo__contactLinkText:after{content:"";position:absolute;left:0;bottom:5px;width:0;height:2px;background-color:#1e4193;transition:width .3s ease}.pluginInfo__contactLinkText:hover:after{width:100%}}.pluginInfo__imageModal{position:fixed;top:0;left:0;z-index:9999;width:100vw;height:100vh;background:#000c;display:flex;justify-content:center;align-items:center;cursor:zoom-out}.pluginInfo__img{max-width:95%;max-height:95%;object-fit:contain;cursor:zoom-out;transform:scale(1)}.povolotsky{margin-top:120px}.povolotskyPreview{display:flex;flex-direction:column;align-items:center;margin-bottom:50px}@media (min-width: 768px){.povolotskyPreview{margin-bottom:90px}}.povolotskyPreview__photo{width:150px;height:150px;margin-bottom:-60px;border-radius:500px;z-index:2}@media (min-width: 768px){.povolotskyPreview__photo{margin-bottom:-200px;width:300px;height:300px}}@media (min-width: 1024px){.povolotskyPreview__photo{margin-bottom:-335px;width:500px;height:500px}}.povolotskyPreview__info{display:flex;flex-direction:column;width:100vw;align-items:center;padding:80px 0 20px;background-color:#5a9bd5cc}@media (min-width: 768px){.povolotskyPreview__info{padding:250px 120px 30px}}@media (min-width: 1024px){.povolotskyPreview__info{padding:365px 120px 30px}}.povolotskyPreview__name{color:#fff;font-weight:768;text-align:center}@media (min-width: 768px){.povolotskyPreview__name{font-size:1.8rem}}@media (min-width: 1024px){.povolotskyPreview__name{font-size:2.5rem}}.povolotskyPreview__text{color:#fff;font-weight:768;text-align:center;margin-bottom:20px;font-size:.875rem;font-weight:400}@media (min-width: 768px){.povolotskyPreview__text{font-size:1.5rem;margin-bottom:30px}}@media (min-width: 1024px){.povolotskyPreview__text{font-size:2rem}}.povolotskyPreview__button{background:linear-gradient(90deg,#d4b02c,#e1c95a);color:#000;border-radius:15px;font-size:.875rem}.povolotskyPreview__button:hover{background:linear-gradient(90deg,#e1c95a,#d4b02c)}@media (min-width: 768px){.povolotskyPreview__button{margin:0 8%;width:400px;font-size:1.5rem}}.povolotskyInfo{margin-bottom:50px}@media (min-width: 1024px){.povolotskyInfo{display:grid;grid-template-columns:repeat(2,1fr);column-gap:250px;margin-bottom:90px}}.povolotskyInfo__title{margin:0 20px 20px;padding:10px 0;border:1px solid #5A9BD5;border-radius:15px;background-color:#fff;text-align:center;color:#5a9bd5;font-weight:600}@media (min-width: 1024px){.povolotskyInfo__title{margin:0 0 30px;padding:30px 0;border:3px solid #5A9BD5;font-size:2.5rem}}.povolotskyInfo__text{font-size:.875rem;margin-bottom:40px}@media (min-width: 1024px){.povolotskyInfo__text{font-size:1.3rem}}.povolotskyInfo__list{display:flex;flex-direction:column;gap:10px;font-size:.875rem;margin-bottom:40px}@media (min-width: 1024px){.povolotskyInfo__list{font-size:1.3rem}}.povolotskyInfo__link{display:inline-block;text-decoration:none;cursor:pointer;transition:color .1s ease-in-out,background-color .1s ease-in-out,transform .1s ease-in-out;position:relative;color:unset}@media (min-width: 1280px){.povolotskyInfo__link{padding-bottom:5px}.povolotskyInfo__link:after{content:"";position:absolute;left:0;bottom:5px;width:0;height:2px;background-color:#1e4193;transition:width .3s ease}.povolotskyInfo__link:hover:after{width:100%}}.povolotskyInfo__link--button{border:none;padding:0 0 5px;font-size:.875rem;color:unset;font-family:inherit;background:none;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:none}@media (min-width: 1024px){.povolotskyInfo__link--button{font-size:1.3rem}}.povolotskyInfo__contactsList{display:flex;padding:0;flex-direction:column;gap:10px;font-size:.875rem;margin-bottom:40px;list-style:none}@media (min-width: 1024px){.povolotskyInfo__contactsList{font-size:1.3rem}}.povolotskyInfo__contactLink{display:flex;gap:10px;align-items:center;text-decoration:none;color:unset}.povolotskyInfo__contactLinkText{display:inline-block;cursor:pointer;transition:color .1s ease-in-out,background-color .1s ease-in-out,transform .1s ease-in-out;position:relative}@media (min-width: 1280px){.povolotskyInfo__contactLinkText{padding-bottom:5px}.povolotskyInfo__contactLinkText:after{content:"";position:absolute;left:0;bottom:5px;width:0;height:2px;background-color:#1e4193;transition:width .3s ease}.povolotskyInfo__contactLinkText:hover:after{width:100%}}.povolotskyInfo__imageModal{position:fixed;top:0;left:0;z-index:9999;width:100vw;height:100vh;background:#000c;display:flex;justify-content:center;align-items:center;cursor:zoom-out}.povolotskyInfo__img{max-width:95%;max-height:95%;object-fit:contain;cursor:zoom-out;transform:scale(1)}.allIns{margin-top:30px;margin-bottom:50px}@media (min-width: 768px){.allIns{margin-top:30px;margin-bottom:90px}}.allIns__title{text-align:center;margin-bottom:30px;font-size:1.5rem}@media (min-width: 768px){.allIns__title{font-size:2.5rem;margin-bottom:60px}}.allIns__boxes{display:grid;grid-template-columns:repeat(1,1fr);gap:40px}@media (min-width: 1024px){.allIns__boxes{grid-template-columns:repeat(2,1fr);gap:60px}}.allIns__box{display:flex;align-items:start;gap:10px;background-color:#fff;border-radius:15px;padding:15px;box-shadow:0 4px 6px #0003}@media (min-width: 768px){.allIns__box{padding:20px 50px}}.allIns__icon{width:50px;height:50px}@media (min-width: 768px){.allIns__icon{width:60px;height:60px}}.allIns__content{display:flex;flex-direction:column;justify-content:space-between;height:100%;gap:20px}.allIns__subtitle{color:#1e4193;font-size:1.125rem}@media (min-width: 768px){.allIns__subtitle{font-size:1.5rem}}@media (min-width: 768px){.allIns__text{font-size:1.125rem}}.allIns__link{display:inline-block;text-decoration:none;cursor:pointer;transition:color .1s ease-in-out,background-color .1s ease-in-out,transform .1s ease-in-out;position:relative;color:#1e4193;font-weight:600}@media (min-width: 1280px){.allIns__link{padding-bottom:5px}.allIns__link:after{content:"";position:absolute;left:0;bottom:5px;width:0;height:2px;background-color:#1e4193;transition:width .3s ease}.allIns__link:hover:after{width:23%}}[dir=rtl] .allIns__link:after{left:auto;right:0}[dir=rtl] .allIns__link:hover:after{width:15%}.blog{margin-top:120px}.general{margin-bottom:50px}@media (min-width: 768px){.general{margin-bottom:90px}}.general__title{margin:0 0 30px;text-align:center;font-size:1.5rem}@media (min-width: 768px){.general__title{margin-bottom:60px;font-size:2.5rem}}.general__articles{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:50px}.general__preview{display:flex;flex-direction:column;gap:30px;background-color:#fff;border-radius:15px;padding:25px;transition:transform .3s ease}.general__preview:hover{transform:scale(1.03)}.general__img{display:block;width:100%;object-fit:cover;border-radius:15px}.general__text{font-weight:700;text-align:center;color:#1e4193}.general__link{text-decoration:none}.articleTemplate{margin-top:120px}.articleTemplate__head{display:flex;flex-direction:column;background-color:#eef2f5;justify-content:center;margin-bottom:30px}@media (min-width: 1024px){.articleTemplate__head{margin-bottom:70px;flex-direction:row;justify-content:space-between}}.articleTemplate__head--title{margin:20px;text-align:center;font-weight:600;font-style:italic}@media (min-width: 1024px){.articleTemplate__head--title{margin:50px;text-align:start;font-size:3rem}}.articleTemplate__head--subtitle{margin:0 20px 20px;text-align:center;font-weight:500}@media (min-width: 1024px){.articleTemplate__head--subtitle{margin:0 50px 50px;text-align:start;font-size:2rem}}.articleTemplate__head--img{height:200px;width:200px;margin:0 auto}@media (min-width: 1024px){.articleTemplate__head--img{margin:0;height:400px;width:400px}}[dir=rtl] .articleTemplate__head--img{transform:scaleX(-1)}.articleTemplate__line{margin-bottom:50px;background-color:#1e419366;height:5px;width:100%}@media (min-width: 1024px){.articleTemplate__line{margin-bottom:20px}}.articleTemplate__article--title{text-align:center}@media (min-width: 1024px){.articleTemplate__article--title{font-size:1.25rem}}.pensionInsurance,.carInsurancePersonal{margin-bottom:50px}
