:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-colored:#ddd}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;transform:translate3d(0,0,var(--toastify-z-index) px);width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translate(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px;white-space:pre-wrap}.Toastify__toast-body>div:last-child{flex:1}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--default{background:var(--toastify-color-progress-colored)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentcolor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.btn{display:flex;justify-content:center;padding:20px 32px;gap:8px;width:100%;max-width:-moz-fit-content;max-width:fit-content;line-height:24px;align-items:center}.btn span{font-family:Poppins,sans-serif;font-size:16px;font-weight:500}.btn img{width:16px}.btn svg{transition:.5s}.btn svg path,.btn svg rect{transition:.5s;fill:#fff}.black_button{padding:8px 24px;background:#020401;color:#fff;transition:.5s}.black_button:hover{background:#0D821B}.black_button:active{background:#095F13}.black_button:disabled{background:#CDCDCD}.green_button{background:#0D821B;color:#fff;transition:.5s}.green_button:hover{background:#09CC20}.green_button:active{background:#095F13}.green_button.disabled{background:#CDCDCD;pointer-events:none}.white_button{background:#fff;color:#020401;transition:.5s}.white_button svg path,.white_button svg rect{fill:#020401}.white_button:hover{background:#0AF219;color:#fff}.white_button:hover path,.white_button:hover rect{fill:#fff}.white_button:active{background:#095F13;color:#fff}.white_button:active path,.white_button:active rect{fill:#fff}.white_button:disabled{background:#CDCDCD;color:#fff}.white_button:disabled path,.white_button:disabled rect{fill:#fff}.container{background:#fff}.service__skeleton{margin-bottom:80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px}.service__skeleton .service__element{height:524px;padding-right:20px;border-right:1px solid #0AF219}.service__skeleton .service__element:nth-child(3n),.service__skeleton .service__element:last-of-type{border:0}.service__skeleton .service__element .service__img{margin-bottom:24px;height:228px;width:100%;border-radius:5px;background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%);background-size:200% 100%;animation:1.5s shine linear infinite}.service__skeleton .service__element .service__title{height:32px;border-radius:5px;background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%);background-size:200% 100%;animation:1.5s shine linear infinite;width:100%;margin-bottom:8px}.service__skeleton .service__element .service__description{border-radius:5px;background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%);background-size:200% 100%;animation:1.5s shine linear infinite;width:100%;height:120px}.service__skeleton .service__element .service__btn{margin-top:40px;border-radius:5px;background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%);background-size:200% 100%;animation:1.5s shine linear infinite;height:40px;width:200px}.services__container{margin-top:40px}.services__container .wrap_type{width:100%;overflow-x:scroll;display:flex;-ms-overflow-style:none;scrollbar-width:none}.services__container .wrap_type::-webkit-scrollbar{width:0;height:0}.services__container .popular_blog__category{white-space:nowrap;margin-bottom:40px;display:flex;gap:16px;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.services__container .popular_blog__category::-webkit-scrollbar{width:0;height:0}.services__container .popular_blog__category a{cursor:pointer;padding:8px 24px;color:#696969;line-height:24px;border:1px solid #EAEAEA;font-weight:400;font-size:16px;font-family:Open Sans,sans-serif}.services__container .popular_blog__category a.active{color:#fff;background:#0D821B}.services__container .pagination_cover--vue .pagination{margin-bottom:80px}.services__container .services__page_tittle{margin-bottom:40px;font-size:67px;font-weight:500;line-height:72px}.services__container .services__wrap{margin-bottom:40px;display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:20px;grid-row-gap:40px;position:relative}.services__container .services__wrap .service__content{display:flex;flex-direction:column;justify-content:space-between;position:relative;padding-right:20px;border-right:1px solid #0AF219}.services__container .services__wrap .service__content:nth-child(3n),.services__container .services__wrap .service__content:last-of-type{border:0}.services__container .services__wrap .service__content img{-o-object-fit:cover;object-fit:cover;height:228px;width:100%;margin-bottom:24px}.services__container .services__wrap .service__content .services__text_wrap{margin-bottom:40px;height:auto;display:flex;flex-direction:column;gap:8px}.services__container .services__wrap .service__content .services__text_wrap h2{width:100%;color:#020401;font-size:28px;font-weight:500;line-height:32px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.services__container .services__wrap .service__content .services__text_wrap p{display:-webkit-box;-webkit-line-clamp:12;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%;font-family:Open Sans,sans-serif;font-size:16px;font-weight:400;color:#828282;line-height:24px}.services__container .services__wrap .service__content .btn{padding:8px 24px}@media screen and (max-width: 1200px){.service__skeleton{grid-template-columns:repeat(2,1fr)}.service__skeleton .service__element:nth-child(2n),.service__skeleton .service__element:last-of-type{border:0}.services__container{margin-top:24px}.services__container .pagination_cover--vue .pagination{margin-bottom:65px}.services__container .services__page_tittle{font-size:38px;margin-bottom:32px}.services__container .services__wrap{grid-template-columns:repeat(2,1fr);margin-bottom:64px}.services__container .services__wrap .service__content{position:relative}.services__container .services__wrap .service__content:nth-child(2n){border:0}}@media screen and (max-width: 1000px){.service__skeleton{grid-template-columns:repeat(1,1fr)}.service__skeleton .service__element:nth-child(1n),.service__skeleton .service__element:last-of-type{border:0}.service__skeleton .service__element .service__img{height:228px;margin-bottom:24px}.service__skeleton .service__element .service__title{margin-bottom:8px}.service__skeleton .service__element .service__btn{width:100%}.services__container .services__wrap{grid-template-columns:repeat(1,1fr)}.services__container .services__wrap .service__content{padding-right:0}.services__container .services__wrap .service__content img{max-width:100%;height:228px;width:100%;margin-bottom:24px}.services__container .services__wrap .service__content:nth-child(1n){border:0}.services__container .services__wrap .service__content .services__text_wrap h2,.services__container .services__wrap .service__content .services__text_wrap p,.services__container .services__wrap .service__content .btn{max-width:100%}}: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%;-o-object-fit:contain;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"}@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;overflow:clip;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);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:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.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)}}.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,.swiper__content_mobile{display:none}.nav__pagination{display:flex;align-items:center;justify-content:center}.nav__pagination .custom-pagination__popular_blog__swiper{width:100%!important;max-width:559px;transform:unset!important;padding:8px;transform:translate(0);display:flex;justify-content:center}.nav__pagination .custom-pagination__popular_blog__swiper .swiper-pagination-bullet{color:#696969;font-family:Open Sans,sans-serif;font-size:16px;font-weight:400;line-height:24px}.nav__pagination .custom-pagination__popular_blog__swiper span{width:45px;height:21px;color:#020401;background:transparent;border-radius:0}.popular_blog_sceleton__wrap{display:flex;height:625px;gap:40px}.popular_blog_sceleton__wrap .popular_blog_sceleton__left{border:1px solid #0AF219;padding:16px 24px 24px;width:100%}.popular_blog_sceleton__wrap .popular_blog_sceleton__left .popular_blog_sceleton__img{background:#eee;height:280px;background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%);background-size:200% 100%;animation:1.5s shine linear infinite;margin-bottom:24px}.popular_blog_sceleton__wrap .popular_blog_sceleton__left .popular_blog_sceleton__author{height:20px;background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%);background-size:200% 100%;animation:1.5s shine linear infinite;border-radius:5px}.popular_blog_sceleton__wrap .popular_blog_sceleton__left .popular_blog_sceleton__title{height:60px;margin-top:20px;background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%);background-size:200% 100%;animation:1.5s shine linear infinite;border-radius:5px}.popular_blog_sceleton__wrap .popular_blog_sceleton__left .popular_blog_sceleton__description{height:72px;margin-top:16px;background:#ececec;background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%);background-size:200% 100%;animation:1.5s shine linear infinite;border-radius:5px}.popular_blog_sceleton__wrap .popular_blog_sceleton__left .popular_blog_sceleton__btn{margin-top:24px;height:64px;width:226px;background:#ececec;background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%);background-size:200% 100%;animation:1.5s shine linear infinite;border-radius:5px}.popular_blog_sceleton__wrap .popular_blog_sceleton__right{width:100%;display:flex;flex-direction:column;gap:2px;height:625px;overflow-y:scroll}.popular_blog_sceleton__wrap .popular_blog_sceleton__right .popular_blog_sceleton__element{background:#ececec;min-height:120px;height:100%;background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%);background-size:200% 100%;animation:1.5s shine linear infinite;border-radius:5px}.popular_blog_sceleton__wrap .popular_blog_sceleton__right .popular_blog_sceleton__element .popular_blog_sceleton__author{background:rgb(205,205,205);background:linear-gradient(110deg,rgb(205,205,205) 8%,#f5f5f5 18%,rgb(205,205,205) 33%);background-size:200% 100%;animation:1.5s shine linear infinite;border-radius:5px}.home_page__blog_content{display:flex;gap:40px;justify-content:center}.home_page__blog_content .home_page__blog_left{width:100%;display:flex;flex-direction:column;border:1px solid #0AF219;padding:16px 24px 24px;position:relative}.home_page__blog_content .home_page__blog_left img{width:100%;height:280px;margin-bottom:24px;-o-object-fit:cover;object-fit:cover}.home_page__blog_content .home_page__blog_left .home_page__blog_publication{margin-bottom:8px}.home_page__blog_content .home_page__blog_left .home_page__blog_publication p{color:#828282;font-size:14px;font-weight:500;line-height:20px}.home_page__blog_content .home_page__blog_left .home_page__blog_title_and_description{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.home_page__blog_content .home_page__blog_left .home_page__blog_title_and_description .home_page__blog_title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%;max-width:487px;font-size:28px;font-weight:500;line-height:40px}.home_page__blog_content .home_page__blog_left .home_page__blog_title_and_description .home_page__blog_description{width:100%;max-width:485px;color:#828282;display:block;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:16px;font-weight:400;line-height:24px}.home_page__blog_content .home_page__blog_left .btn{position:absolute;bottom:24px;padding:20px 32px}.home_page__blog_content .home_page__blog_left .btn span{font-size:21px;font-weight:500;line-height:24px}.home_page__blog_content .home_page__blog_left .btn svg{width:24px;height:24px}.home_page__blog_content .home_page__blog_right{width:100%;height:625px;overflow-y:scroll;display:flex;flex-direction:column;gap:2px}.home_page__blog_content .home_page__blog_right::-webkit-scrollbar{width:3px}.home_page__blog_content .home_page__blog_right::-webkit-scrollbar-thumb{background-color:#eaeaea;border-radius:2px}.home_page__blog_content .home_page__blog_right .home_page__blog__elements{height:120px;transition:.5s;cursor:pointer;padding:16px 40px;display:flex;gap:8px;flex-direction:column}.home_page__blog_content .home_page__blog_right .home_page__blog__elements .home_page__blog_title{height:60px}.home_page__blog_content .home_page__blog_right .home_page__blog__elements:hover{background:rgb(205,205,205)}.home_page__blog_content .home_page__blog_right .home_page__blog__elements.active,.home_page__blog_content .home_page__blog_right .home_page__blog__elements.active:hover{background:#020401}.home_page__blog_content .home_page__blog_right .home_page__blog__elements.active .home_page__blog_publication p,.home_page__blog_content .home_page__blog_right .home_page__blog__elements.active .home_page__blog_title{color:#fff}.home_page__blog_content .home_page__blog_right .home_page__blog__elements .home_page__blog_publication p{color:#828282;font-size:14px;font-weight:500;line-height:20px}.home_page__blog_content .home_page__blog_right .home_page__blog__elements .home_page__blog_title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:24px;font-weight:500;line-height:30px}@media screen and (max-width: 1200px){.popular_blog_sceleton__wrap{gap:32px;height:600px}.popular_blog_sceleton__wrap .popular_blog_sceleton__left{height:600px;padding:11px 11px 16px}.popular_blog_sceleton__wrap .popular_blog_sceleton__left .btn{height:56px}.popular_blog_sceleton__wrap .popular_blog_sceleton__right{height:600px}.home_page__blog_content{height:600px;gap:32px}.home_page__blog_content .home_page__blog_left,.home_page__blog_content .home_page__blog_right{height:600px}.home_page__blog_content .home_page__blog_left.home_page__blog_left,.home_page__blog_content .home_page__blog_right.home_page__blog_left{max-width:100%;padding:11px 11px 16px}.home_page__blog_content .home_page__blog_left.home_page__blog_left .home_page__blog_title_and_description .home_page__blog_title,.home_page__blog_content .home_page__blog_left.home_page__blog_left .home_page__blog_title_and_description .home_page__blog_description,.home_page__blog_content .home_page__blog_right.home_page__blog_left .home_page__blog_title_and_description .home_page__blog_title,.home_page__blog_content .home_page__blog_right.home_page__blog_left .home_page__blog_title_and_description .home_page__blog_description{max-width:100%}.home_page__blog_content .home_page__blog_left.home_page__blog_right .home_page__blog__elements,.home_page__blog_content .home_page__blog_right.home_page__blog_right .home_page__blog__elements{padding:16px}.home_page__blog_content .home_page__blog_left .btn,.home_page__blog_content .home_page__blog_right .btn{padding:16px 32px}}@media screen and (max-width: 1000px){.popular_blog_sceleton__wrap{display:flex;flex-direction:column;height:722px}.popular_blog_sceleton__wrap .popular_blog_sceleton__left{height:722px;padding:16px}.popular_blog_sceleton__wrap .popular_blog_sceleton__left .popular_blog_sceleton__btn{height:48px;width:100%}.popular_blog_sceleton__wrap .popular_blog_sceleton__left .popular_blog_sceleton__img{height:400px;margin-bottom:16px}.popular_blog_sceleton__wrap .popular_blog_sceleton__right,.home_page__blog_content{display:none}.home_page__blog_content .home_page__blog_left.home_page__blog_left,.home_page__blog_content .home_page__blog_right.home_page__blog_left,.home_page__blog_content .home_page__blog_left.home_page__blog_left .home_page__blog_title_and_description .home_page__blog_title,.home_page__blog_content .home_page__blog_left.home_page__blog_left .home_page__blog_title_and_description .home_page__blog_description,.home_page__blog_content .home_page__blog_right.home_page__blog_left .home_page__blog_title_and_description .home_page__blog_title,.home_page__blog_content .home_page__blog_right.home_page__blog_left .home_page__blog_title_and_description .home_page__blog_description{max-width:100%}.swiper__content_mobile{display:block!important;width:100%}.swiper__content_mobile .swiper-pagination{position:relative;padding:8px;bottom:38px;z-index:0}.swiper__content_mobile .swiper-pagination span{width:45px;height:21px;color:#020401;background:transparent;border-radius:0}.swiper__content_mobile .swiper-pagination .swiper-pagination-bullet-active{color:#020401;font-family:Poppins,sans-serif;font-size:21px;font-weight:500;line-height:31px}.swiper__content_mobile .swiper-pagination .swiper-pagination-bullet{color:#696969;font-family:Open Sans,sans-serif;font-size:16px;font-weight:400;line-height:24px}.swiper__content_mobile .swiper-slide .swiper__content_mobile_container{margin-bottom:24px;padding:16px;border:1px solid #0AF219}.swiper__content_mobile .swiper-slide .swiper__content_mobile_container .swiper__content_mobile_img{margin-bottom:16px}.swiper__content_mobile .swiper-slide .swiper__content_mobile_container .swiper__content_mobile_img img{width:100%;height:400px;-o-object-fit:cover;object-fit:cover}.swiper__content_mobile .swiper-slide .swiper__content_mobile_container .swiper__content_mobile_text{height:208px}.swiper__content_mobile .swiper-slide .swiper__content_mobile_container .swiper__content_mobile_text .author_and__date{color:#696969;font-size:14px;font-weight:500;line-height:20px;margin-bottom:8px}.swiper__content_mobile .swiper-slide .swiper__content_mobile_container .swiper__content_mobile_text .swiper__content_mobile_title{display:flex;gap:8px;flex-direction:column}.swiper__content_mobile .swiper-slide .swiper__content_mobile_container .swiper__content_mobile_text .swiper__content_mobile_title h4{color:#020401;font-size:28px;font-weight:500;line-height:40px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.swiper__content_mobile .swiper-slide .swiper__content_mobile_container .swiper__content_mobile_text .swiper__content_mobile_title p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:#828282;font-size:16px;font-weight:400;line-height:24px}.swiper__content_mobile .swiper-slide .swiper__content_mobile_container .btn{margin-top:16px;max-width:100%;padding:14px 32px}.swiper__content_mobile .swiper-slide .swiper__content_mobile_container .btn span{font-size:18px;font-weight:500;line-height:20px}.swiper__content_mobile .swiper-slide .nav__pagination{display:flex;width:100%;z-index:3;position:relative;justify-content:space-between}}@media screen and (max-width: 768px){.swiper__content_mobile .swiper-slide .swiper__content_mobile_container{height:540px}.swiper__content_mobile .swiper-slide .swiper__content_mobile_container .swiper__content_mobile_img{margin-bottom:16px}.swiper__content_mobile .swiper-slide .swiper__content_mobile_container .swiper__content_mobile_img img{width:100%;height:200px}.swiper__content_mobile .swiper-slide .swiper__content_mobile_container .btn{margin-top:32px}}@keyframes shine{to{background-position-x:-200%}}.all_blog_content__skeleton{margin-top:40px;display:flex;gap:40px;flex-wrap:wrap}.all_blog_content__skeleton .blog_content_element__skeleton{padding:16px;height:373px;width:281px;border:1px solid #EAEAEA}.all_blog_content__skeleton .blog_content_element__skeleton .blog_content__img{height:165px;width:100%;max-width:247px;background:#eee;background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%);border-radius:5px;background-size:200% 100%;animation:1.5s shine linear infinite;margin-bottom:16px}.all_blog_content__skeleton .blog_content_element__skeleton .blog_content__title{background:#eee;background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%);border-radius:5px;background-size:200% 100%;animation:1.5s shine linear infinite;margin-bottom:16px;height:32px}.all_blog_content__skeleton .blog_content_element__skeleton .blog_content__description{background:#eee;background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%);border-radius:5px;background-size:200% 100%;animation:1.5s shine linear infinite;margin-bottom:16px;height:72px}.all_blog_content__skeleton .blog_content_element__skeleton .blog_content__btn{height:24px;background:#eee;background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%);border-radius:5px;background-size:200% 100%;animation:1.5s shine linear infinite}.all__blog_content{display:grid;grid-gap:40px;margin-top:40px;flex-wrap:wrap;grid-template-columns:repeat(4,1fr)}.all__blog_content .blog__elements{width:100%;border:1px solid #EAEAEA;padding:16px;height:373px}.all__blog_content .blog__elements img{-o-object-fit:cover;object-fit:cover;width:100%;height:165px}.all__blog_content .blog__elements .blog_title__description{display:flex;gap:8px;margin-top:16px;flex-direction:column;height:112px}.all__blog_content .blog__elements .blog_title__description h3{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:#020401;font-size:28px;font-weight:500;line-height:32px;padding-bottom:2px}.all__blog_content .blog__elements .blog_title__description p{display:block;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:16px;font-family:Open Sans,sans-serif;font-weight:400;line-height:24px;color:#020401;opacity:.5}.all__blog_content .blog__elements .read_more__btn{margin-top:24px}.all__blog_content .blog__elements .read_more__btn a{display:flex;gap:6px;align-items:center;transition:.5s}.all__blog_content .blog__elements .read_more__btn a:hover span{color:#0af219}.all__blog_content .blog__elements .read_more__btn a:hover svg g path{fill:#0af219}.all__blog_content .blog__elements .read_more__btn a:active span{color:#095f13}.all__blog_content .blog__elements .read_more__btn a:active svg g path{fill:#095f13}.all__blog_content .blog__elements .read_more__btn a span{color:#0d821b;font-family:Open Sans,sans-serif;font-size:16px;font-weight:400;line-height:24px}.all__blog_content .blog__elements .read_more__btn a svg{height:16px;width:16px}.pagination_cover--vue{margin-top:40px}@media screen and (max-width: 1200px){.all_blog_content__skeleton{gap:32px}.all__blog_content{margin-top:32px;grid-template-columns:repeat(3,1fr);grid-gap:32px}.pagination_cover--vue{margin-top:24px}}@media screen and (max-width: 1000px){.all_blog_content__skeleton{max-width:100%;gap:16px}.all_blog_content__skeleton .blog_content_element__skeleton{width:100%;height:373px}.all_blog_content__skeleton .blog_content_element__skeleton .blog_content__img{width:100%;max-width:100%}.all__blog_content{grid-gap:16px;grid-template-columns:repeat(1,1fr)}.all__blog_content .blog__elements{max-width:100%}}.all__blog_wrap{margin:80px 98px}.all__blog_wrap .all_blog__text{text-align:center;display:flex;flex-direction:column;gap:16px}.all__blog_wrap .all_blog__text h2{font-size:38px;font-weight:400;line-height:48px;color:#020401}.all__blog_wrap .all_blog__text p{font-family:Open Sans,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#696969;max-width:434px;width:100%;margin:0 auto}.all__blog_wrap .popular_blog__category__and_filter{margin-top:40px;display:flex;gap:40px;justify-content:space-between;align-items:center}.all__blog_wrap .popular_blog__category__and_filter .popular_blog__category{display:flex;justify-content:center;gap:16px}.all__blog_wrap .popular_blog__category__and_filter .popular_blog__category a{cursor:pointer;padding:8px 24px;color:#696969;line-height:24px;border:1px solid #EAEAEA;font-weight:400;font-size:16px;font-family:Open Sans,sans-serif}.all__blog_wrap .popular_blog__category__and_filter .popular_blog__category a.active{color:#fff;background:#0D821B}.all__blog_wrap .popular_blog__category__and_filter .popular_blog__filter{width:100%;justify-content:flex-end;display:flex;gap:40px}.all__blog_wrap .popular_blog__category__and_filter .popular_blog__filter .drop_down__sort_elements{box-shadow:0 4px 5px #11141126;position:absolute;background:#fff;top:41px;z-index:2}.all__blog_wrap .popular_blog__category__and_filter .popular_blog__filter .drop_down__sort_elements .close__sort_elements{z-index:0;position:fixed;top:0;bottom:0;left:0;right:0}.all__blog_wrap .popular_blog__category__and_filter .popular_blog__filter .drop_down__sort_elements p{z-index:1;position:relative;transition:.5s;cursor:pointer;padding:8px 24px;font-family:Open Sans,sans-serif;font-size:16px;font-weight:400;line-height:24px}.all__blog_wrap .popular_blog__category__and_filter .popular_blog__filter .drop_down__sort_elements p.active,.all__blog_wrap .popular_blog__category__and_filter .popular_blog__filter .drop_down__sort_elements p:hover{background:#E7FEE8}.all__blog_wrap .popular_blog__category__and_filter .popular_blog__filter .popular_blog__sort{flex-direction:column;position:relative;width:100%;max-width:174px;display:flex;justify-content:space-between;padding-bottom:8px;border-bottom:1px solid #EAEAEA;align-items:center;cursor:pointer}.all__blog_wrap .popular_blog__category__and_filter .popular_blog__filter .popular_blog__sort .popular_blog__sort_wrap{display:flex;justify-content:space-between;width:100%;align-items:center}.all__blog_wrap .popular_blog__category__and_filter .popular_blog__filter .popular_blog__sort .popular_blog__sort_wrap .rotate_svg{transform:rotate(0);transition:.3s ease-in-out}.all__blog_wrap .popular_blog__category__and_filter .popular_blog__filter .popular_blog__sort .popular_blog__sort_wrap .rotate_svg:hover{cursor:pointer;filter:contrast(0)}.all__blog_wrap .popular_blog__category__and_filter .popular_blog__filter .popular_blog__sort .popular_blog__sort_wrap.active .rotate_svg{transform:rotate(180deg);transition:.3s ease-in-out}.all__blog_wrap .popular_blog__category__and_filter .popular_blog__filter .popular_blog__sort .popular_blog__sort_wrap.active .rotate_svg path{stroke:#0af219}.all__blog_wrap .popular_blog__category__and_filter .popular_blog__filter .popular_blog__sort .popular_blog__sort_wrap.active .rotate_svg:hover{cursor:pointer;filter:contrast(0)}.all__blog_wrap .popular_blog__category__and_filter .popular_blog__filter .popular_blog__sort .img_text__wrap{align-items:center;display:flex;gap:8px}.all__blog_wrap .popular_blog__category__and_filter .popular_blog__filter .popular_blog__sort .img_text__wrap span{color:#696969;line-height:24px;font-size:16px;font-weight:400;font-family:Open Sans,sans-serif}@media screen and (max-width: 1200px){.all__blog_wrap{margin:64px 0 64px 97px}.all__blog_wrap .all_blog__text p{max-width:330px}.all__blog_wrap .popular_blog__category__and_filter{margin-top:32px;margin-right:100px}}@media screen and (max-width: 1000px){.all__blog_wrap{margin:64px 16px}.all__blog_wrap .popular_blog__category__and_filter{flex-direction:column;margin-right:0;gap:24px}.all__blog_wrap .popular_blog__category__and_filter .popular_blog__category{gap:8px;overflow-x:scroll;max-width:100%;justify-content:flex-start;-ms-overflow-style:none;scrollbar-width:none}.all__blog_wrap .popular_blog__category__and_filter .popular_blog__category a{padding:8px 16px}.all__blog_wrap .popular_blog__category__and_filter .popular_blog__category::-webkit-scrollbar{width:0;height:0}.all__blog_wrap .popular_blog__category__and_filter .popular_blog__filter{width:100%;max-width:100%}.all__blog_wrap .popular_blog__category__and_filter .popular_blog__filter .popular_blog__sort{max-width:100%}.all__blog_wrap .popular_blog__category__and_filter .popular_blog__filter .popular_blog__sort .drop_down__sort_elements{max-width:100%;width:100%}}.search__container{overflow-y:scroll;height:auto;max-height:210px;z-index:2;display:flex;flex-direction:column;position:absolute;box-shadow:0 4px 5px #11141126;background:#fff;width:100%}.search__container.close{height:auto}.search__container.close li{padding:8px 16px}.search__container.close li span{color:#020401;font-size:16px;font-family:Open Sans,sans-serif;font-weight:400;line-height:24px}.search__container li{width:100%;padding:10px;border-bottom:2px solid #EAEAEA}.search__container li a{color:#020401}.search__container li:hover{background:rgba(10,242,25,.1)}.search__container a{display:flex;gap:20px;align-items:center}.search__container a img{width:50px;height:50px}.search__container a h2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.blog__wrap{margin:40px 0 0;display:flex;flex-direction:column;gap:40px}.blog__wrap h1{font-size:67px;font-weight:500;line-height:72px}.blog__wrap .popular_blog__search{width:100%;max-width:602px;position:relative}.blog__wrap .popular_blog__search .popular_blog__search_wrap{height:32px;padding-bottom:8px;border-bottom:1px solid #EAEAEA;display:flex;gap:8px;align-items:center}.blog__wrap .popular_blog__search input{width:100%;font-family:Open Sans,sans-serif;font-size:16px;color:#696969;font-weight:400}.blog__wrap .popular_blog__search .clear__input{cursor:pointer}.blog__wrap .popular_blog__wrap{display:flex;flex-direction:column;gap:40px}.blog__wrap .popular_blog__wrap .popular_blog__category__and_filter{display:flex;gap:40px;justify-content:space-between;align-items:center}.blog__wrap .popular_blog__wrap .popular_blog__category__and_filter .popular_blog__category{display:flex;justify-content:center;gap:16px}.blog__wrap .popular_blog__wrap .popular_blog__category__and_filter .popular_blog__category a{cursor:pointer;padding:8px 24px;color:#696969;line-height:24px;border:1px solid #EAEAEA;font-weight:400;font-size:16px;font-family:Open Sans,sans-serif}.blog__wrap .popular_blog__wrap .popular_blog__category__and_filter .popular_blog__category a.active{color:#fff;background:#0D821B}.blog__wrap .popular_blog__wrap .popular_blog__category__and_filter .popular_blog__filter{width:100%;justify-content:flex-end;display:flex;gap:40px}.blog__wrap .popular_blog__wrap .popular_blog__category__and_filter .popular_blog__filter .drop_down__sort_elements{box-shadow:0 4px 5px #11141126;position:absolute;background:#fff;top:41px;z-index:2}.blog__wrap .popular_blog__wrap .popular_blog__category__and_filter .popular_blog__filter .drop_down__sort_elements .close__sort_elements{z-index:0;position:fixed;top:0;bottom:0;left:0;right:0}.blog__wrap .popular_blog__wrap .popular_blog__category__and_filter .popular_blog__filter .drop_down__sort_elements p{z-index:1;position:relative;cursor:pointer;padding:8px 24px;font-family:Open Sans,sans-serif;font-size:16px;font-weight:400;line-height:24px}.blog__wrap .popular_blog__wrap .popular_blog__category__and_filter .popular_blog__filter .drop_down__sort_elements p.active,.blog__wrap .popular_blog__wrap .popular_blog__category__and_filter .popular_blog__filter .drop_down__sort_elements p:hover{background:#E7FEE8}.blog__wrap .popular_blog__wrap .popular_blog__category__and_filter .popular_blog__filter .popular_blog__sort{flex-direction:column;position:relative;width:100%;max-width:174px;display:flex;justify-content:space-between;padding-bottom:8px;border-bottom:1px solid #EAEAEA;align-items:center;cursor:pointer}.blog__wrap .popular_blog__wrap .popular_blog__category__and_filter .popular_blog__filter .popular_blog__sort .popular_blog__sort_wrap{display:flex;justify-content:space-between;width:100%;align-items:center}.blog__wrap .popular_blog__wrap .popular_blog__category__and_filter .popular_blog__filter .popular_blog__sort .popular_blog__sort_wrap .rotate_svg{transform:rotate(0);transition:.3s ease-in-out}.blog__wrap .popular_blog__wrap .popular_blog__category__and_filter .popular_blog__filter .popular_blog__sort .popular_blog__sort_wrap .rotate_svg:hover{cursor:pointer;filter:contrast(0)}.blog__wrap .popular_blog__wrap .popular_blog__category__and_filter .popular_blog__filter .popular_blog__sort .popular_blog__sort_wrap.active .rotate_svg{transform:rotate(180deg);transition:.3s ease-in-out}.blog__wrap .popular_blog__wrap .popular_blog__category__and_filter .popular_blog__filter .popular_blog__sort .popular_blog__sort_wrap.active .rotate_svg path{stroke:#0af219}.blog__wrap .popular_blog__wrap .popular_blog__category__and_filter .popular_blog__filter .popular_blog__sort .popular_blog__sort_wrap.active .rotate_svg:hover{cursor:pointer;filter:contrast(0)}.blog__wrap .popular_blog__wrap .popular_blog__category__and_filter .popular_blog__filter .popular_blog__sort .img_text__wrap{align-items:center;display:flex;gap:8px}.blog__wrap .popular_blog__wrap .popular_blog__category__and_filter .popular_blog__filter .popular_blog__sort .img_text__wrap span{color:#696969;line-height:24px;font-size:16px;font-weight:400;font-family:Open Sans,sans-serif}@media screen and (max-width: 1200px){.blog__wrap{margin:32px 0 0;gap:32px;line-height:48px}.blog__wrap h1{font-size:38px}.blog__wrap .popular_blog__wrap,.blog__wrap .popular_blog__wrap .popular_blog__category__and_filter{gap:32px}.blog__wrap .popular_blog__wrap .popular_blog__category__and_filter .popular_blog__category{overflow:auto;-ms-overflow-style:none;scrollbar-width:none;overflow-x:scroll}.blog__wrap .popular_blog__wrap .popular_blog__category__and_filter .popular_blog__category::-webkit-scrollbar{width:0;height:0}.blog__wrap .popular_blog__wrap .popular_blog__category__and_filter .popular_blog__filter{width:100%;max-width:176px;justify-content:space-between}.blog__wrap .popular_blog__wrap .swiper .home_page__navigation_swiper .mobile_next,.blog__wrap .popular_blog__wrap .swiper .swiper-pagination .mobile_next,.blog__wrap .popular_blog__wrap .swiper .nav__pagination .mobile_next{height:37px}}@media screen and (max-width: 1000px){.blog__wrap{gap:0;margin:32px 0 0}.blog__wrap h1{display:none}.blog__wrap .popular_blog__wrap{gap:24px}.blog__wrap .popular_blog__wrap .popular_blog__category__and_filter{gap:24px;flex-direction:column}.blog__wrap .popular_blog__wrap .popular_blog__category__and_filter .popular_blog__category{justify-content:flex-start;overflow-x:scroll;width:100%;gap:8px}.blog__wrap .popular_blog__wrap .popular_blog__category__and_filter .popular_blog__filter,.blog__wrap .popular_blog__wrap .popular_blog__category__and_filter .popular_blog__filter .popular_blog__sort{max-width:100%}.blog__wrap .popular_blog__wrap .popular_blog__category__and_filter .popular_blog__filter .popular_blog__sort .drop_down__sort_elements{width:100%}}
