.btn-reset{padding:0;border:none;border-radius:0;background-color:transparent;display:inline-block;vertical-align:top}.btn{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;text-align:center;padding:5px 30px;transition:all .1s linear;font-size:18px;font-weight:700;height:auto;text-transform:none;text-decoration:none;position:relative;cursor:pointer;box-shadow:none;border:1px solid transparent;line-height:1.3;background-repeat:no-repeat;background-position:center;border-radius:16px;min-width:280px;min-height:58px;overflow:hidden;gap:0 10px}@media (max-width:767px){.btn{min-width:220px;min-height:48px}}.btn:focus,.btn:hover{box-shadow:none}.btn:hover .background{width:100%}.btn:disabled{cursor:not-allowed;box-shadow:0 1px 2px rgba(16,24,40,.05);background-color:#f0f2f1;border-color:#f0f2f1;color:#a4abb7}.btn:disabled:hover{background-color:#f0f2f1;border-color:#f0f2f1;color:#a4abb7}.btn svg{display:block}.btn svg path{transition:all .1s linear}.btn-green{color:var(--text-black);border-color:var(--background-light-green);background-color:var(--background-light-green)}.btn-green:active,.btn-green:focus{color:var(--text-black)}.btn-green:hover{color:var(--text-black);border-color:var(--background-light-green);background-color:#fff}.btn-violet{color:var(--text-white);border-color:var(--background-violet);background-color:var(--background-violet)}.btn-violet:active,.btn-violet:focus{color:var(--text-white)}.btn-violet:hover{color:var(--text-black);border-color:var(--background-light-violet);background-color:#fff}.btn-violet:hover svg path{fill:var(--text-black)}.back-button{color:#919191;position:relative;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;vertical-align:top;gap:0 8px}.back-button::before{position:relative;content:'';width:24px;height:24px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 11L1.5 6L6.5 1' stroke='%2317150A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.back-button:hover{color:var(--text-black)}.second-font{font-family:'Merriweather 36pt',Helvetica,Arial,sans-serif}.section{padding:120px 0}@media (max-width:1199px){.section{padding:60px 0}}@media (max-width:767px){.section{padding:40px 0}}.text-white{color:var(--text-white)}.text-white-2{color:var(--text-white-2)}.text-violet{color:var(--text-violet)}.text-green{color:var(--text-green)}.bg-white{background-color:var(--background-white)}.bg-black{background-color:var(--background-black)}.bg-light-violet{background-color:var(--background-light-violet)}.border-white{border-color:var(--border-white)}.jsSticky{position:sticky;top:var(--sticky)}.jsStickyNoSpace{position:sticky;top:var(--sticky-no-space)}.svg-hover-fill svg path,.svg-hover-stroke svg path{transition:all .2s linear}.clip-mask-wrapper svg{display:block}.error-text{color:#b42318;font-size:13px;margin-top:4px}span.required{color:#b42318}.form__row{position:relative}.form__row:not(:last-child){margin-bottom:20px}.form__row input[type=submit].icon-form-search button.icon-form-search{height:40px;width:40px;top:0;left:0;border-radius:100px 0 0 100px}input.form__control,textarea.form__control{-webkit-appearance:none}input.form__control{min-height:58px}input.form__control[type=search]{box-sizing:border-box}.form__control{width:100%;padding:5px 32px;background-color:transparent;border:1px solid var(--border-light-violet);border-radius:16px;outline:0}.form__control::-webkit-input-placeholder{color:var(--text-gray-2);opacity:1}.form__control:-moz-placeholder{color:var(--text-gray-2);opacity:1}.form__control::-moz-placeholder{color:var(--text-gray-2);opacity:1}.form__control:-ms-input-placeholder{color:var(--text-gray-2);opacity:1}@media (max-width:767px){.form__control{padding:5px 16px}}.form__control:focus{border-color:var(--border-green)}.form__control.error{border-color:#b42318!important}.form__control:focus-within{border-color:var(--border-green)!important}textarea.form__control{padding:16px 32px;display:block;resize:none}@media (max-width:767px){textarea.form__control{padding:16px 16px}}button.form__select{text-align:left;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}button.form__select,select.form__control{-moz-appearance:none;-webkit-appearance:none;cursor:pointer;min-height:40px;padding-right:35px;background-repeat:no-repeat;background-position:calc(100% - 18px) center;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg width='8' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 0.5L4.5303 3.2559C4.23864 3.58137 3.76136 3.58137 3.4697 3.2559L1 0.5' stroke='%236882AF' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");text-overflow:ellipsis}button.form__select.active,select.form__control.active{background-color:#eff3fb;border:1px solid var(--border-yellow)}select.form__control::-ms-expand{display:none}.drop_menu_wrapper{position:relative}.drop_menu_wrapper .drop_menu{display:none;position:absolute;top:100%;left:0;width:100%;background-color:#fff;border:1px solid #eff3fb;box-shadow:0 5px 15px rgba(0,0,0,.08);border-radius:12px}.drop_menu_wrapper .drop_menu.active{z-index:2}@media (min-width:992px){.zoom-img-inner:hover img{transform:scale(1.05)}}.zoom-img-inner img{transition:all .3s linear}.hover-zoom-img{overflow:hidden;display:block}@media (min-width:992px){.hover-zoom-img:hover img{transform:scale(1.05)}}.hover-zoom-img img{transition:all .3s linear}.icon-center img,.icon-center svg,.icon-middle img,.icon-middle svg{position:absolute;margin:auto;top:0;left:0;right:0;bottom:0}.icon-center svg,.icon-middle svg{display:block}.icon-center{position:relative}.icon-center img,.icon-center svg{max-width:100%;max-height:100%}.icon-middle{position:relative}.icon-middle img,.icon-middle svg{max-height:90%;max-width:90%}.video-cover video{width:100%;height:100%;object-fit:cover}.image-cover img{width:100%;height:100%;object-fit:cover}.bg-image{background-repeat:no-repeat;background-position:center;background-size:contain}.columns__inner.column50 .column{width:50%}@media (max-width:991px){.columns__inner.column50 .column{width:100%}}.columns__inner.column50.gap-x-50 .column{width:calc(50% - 25px)}@media (max-width:991px){.columns__inner.column50.gap-x-50 .column{width:100%}}@media (max-width:1199px){.columns__inner.column50.column-md-100 .column{width:100%}}blockquote{margin:0;font-size:20px;padding-left:22px;border-left:2px solid var(--background-light-violet)}blockquote:not(:first-child){margin-top:36px}blockquote:not(:last-child){margin-bottom:36px}.share__link{transition:all .2s linear;background-color:var(--background-light-violet)}.share__link:hover{background-color:var(--background-violet)}.swiper-pagination{position:relative;width:100%;right:0;font-size:0;transform:none;margin-top:50px}@media (max-width:991px){.swiper-pagination{margin-top:30px}}.swiper-pagination .swiper-pagination-bullet{width:32px;height:1px;border-radius:2px;background-color:#b0a3ff;opacity:1;margin:8px 4px!important}@media (max-width:991px){.swiper-pagination .swiper-pagination-bullet{margin:10px 6px!important}}.swiper-pagination .swiper-pagination-bullet-active{background-color:#060606}.jsAnimateObject{opacity:0;transform:scale(.8) translateY(30px)}.jsChooseDate{background-repeat:no-repeat;background-position:calc(100% - 35px) center;background-image:url("data:image/svg+xml,%3Csvg width='20' height='22' viewBox='0 0 20 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 9H1M14 1V5M6 1V5M5.8 21H14.2C15.8802 21 16.7202 21 17.362 20.673C17.9265 20.3854 18.3854 19.9265 18.673 19.362C19 18.7202 19 17.8802 19 16.2V7.8C19 6.11984 19 5.27976 18.673 4.63803C18.3854 4.07354 17.9265 3.6146 17.362 3.32698C16.7202 3 15.8802 3 14.2 3H5.8C4.11984 3 3.27976 3 2.63803 3.32698C2.07354 3.6146 1.6146 4.07354 1.32698 4.63803C1 5.27976 1 6.11984 1 7.8V16.2C1 17.8802 1 18.7202 1.32698 19.362C1.6146 19.9265 2.07354 20.3854 2.63803 20.673C3.27976 21 4.11984 21 5.8 21Z' stroke='%23E3DDDD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");padding-right:60px}@media (max-width:991px){.jsChooseDate{padding-right:50px;background-position:calc(100% - 16px) center}}.categories .tag{padding:8px 16px}.label_checkbox{display:inline-block;vertical-align:top}.label_checkbox [type=checkbox]{position:absolute;width:0;height:0;overflow:hidden;top:0;left:0;opacity:0;visibility:hidden}.label_checkbox [type=checkbox]:checked+.checkbox_title::before{border-color:var(--background-light-green);background-color:var(--background-light-green);background-image:url("data:image/svg+xml,%3Csvg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 1L6 12L1 7' stroke='%23060606' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.label_checkbox .checkbox_title{display:inline-block;vertical-align:top;padding:0;padding-left:48px;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:16px}@media (max-width:1199px){.label_checkbox .checkbox_title{font-size:16px}}@media (max-width:550px){.label_checkbox .checkbox_title{padding-left:40px}}.label_checkbox .checkbox_title::before{left:0;border-radius:5px;position:absolute;content:'';width:24px;height:24px;border:1px solid var(--border-light-violet);top:2px;background-repeat:no-repeat;background-position:center}.label_checkbox .checkbox_title a{font-weight:500;color:var(--text-green)}.label_checkbox .checkbox_title a:hover{text-decoration:underline}.lines-wrapper .line{width:1px;background-color:#e3e0f4;top:0;bottom:0}.lines-wrapper .line:nth-child(1){left:0}.lines-wrapper .line:nth-child(2){left:calc(25% - 16px)}@media (max-width:767px){.lines-wrapper .line:nth-child(2){display:none}}.lines-wrapper .line:nth-child(3){left:calc(25% + 16px)}@media (max-width:767px){.lines-wrapper .line:nth-child(3){display:none}}.lines-wrapper .line:nth-child(4){left:calc(50% - 16px)}.lines-wrapper .line:nth-child(5){left:calc(50% + 16px)}.lines-wrapper .line:nth-last-child(2){right:calc(25% - 16px)}@media (max-width:767px){.lines-wrapper .line:nth-last-child(2){display:none}}.lines-wrapper .line:nth-last-child(3){right:calc(25% + 16px)}@media (max-width:767px){.lines-wrapper .line:nth-last-child(3){display:none}}.lines-wrapper .line:last-child{right:0}.b-hero-banner .section-bg{border-radius:0 0 40px 40px;overflow:hidden}.b-hero-banner .ovarlay{background-color:#000;opacity:.68}.b-hero-banner .section-inner{min-height:100vh;padding:120px 0}@media (max-width:1199px){.b-hero-banner .section-inner{min-height:unset}}@media (max-width:767px){.b-hero-banner .banner-title h1{line-height:1.3}}.b-hero-banner .content-part{font-size:24px;color:#e3dddd}@media (max-width:1199px){.b-hero-banner .content-part{font-size:20px}}@media (max-width:767px){.b-hero-banner .content-part{font-size:18px}}.b-row-columns .columns__inner{gap:32px 64px;-ms-flex-wrap:nowrap;flex-wrap:nowrap}@media (max-width:991px){.b-row-columns .columns__inner{-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:unset;flex-direction:unset}}.b-row-columns .content h1,.b-row-columns .content h2{font-family:'Merriweather 36pt',Helvetica,Arial,sans-serif}.b-row-columns .content h1:not(:last-child),.b-row-columns .content h2:not(:last-child){margin-bottom:24px}.b-row-columns:has(+.b-row-columns){padding-bottom:56px}.b-row-columns+.b-row-columns{padding-top:0}.b-section-steps .step-row{counter-increment:req}.b-section-steps .step-row:not(:last-child){padding-bottom:80px}.b-section-steps .step-row:last-child .line{display:none}.b-section-steps .step-row .number{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-violet);width:100%;height:66px;border-radius:24px;color:#fff;font-size:24px;font-weight:600;line-height:1}@media (max-width:767px){.b-section-steps .step-row .number{font-size:16px;height:46px}}.b-section-steps .step-row .number::before{content:counter(req,decimal-leading-zero)}.b-section-steps .step-row .line{margin:0 auto;width:2px;border-radius:4px;background-color:var(--background-violet);margin-bottom:-64px}.b-section-steps .step-number{width:48px;gap:16px 0}@media (max-width:767px){.b-section-steps .step-number{width:32px}}.b-section-steps .row-content{width:calc(100% - 48px);padding:0 0 0 40px;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:32px 64px}@media (max-width:1199px){.b-section-steps .row-content{gap:32px 24px}}@media (max-width:991px){.b-section-steps .row-content{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 0 0 18px}}@media (max-width:767px){.b-section-steps .row-content{width:calc(100% - 32px)}}.b-section-steps .steps-part .content-part{width:46%}@media (max-width:991px){.b-section-steps .steps-part .content-part{width:100%}}.b-section-steps .steps-part .content-part .title h3{line-height:1.3}.b-section-steps .steps-part .media-part{width:54%}@media (max-width:991px){.b-section-steps .steps-part .media-part{width:100%}}.b-planner .block-row{padding:40px;gap:32px 80px}@media (max-width:1199px){.b-planner .block-row{padding:30px;gap:32px 0}}@media (max-width:991px){.b-planner .block-row{padding:20px}}.b-planner .block-row:nth-child(2n){-ms-flex-direction:row-reverse;flex-direction:row-reverse}.b-planner .block-row:nth-child(2n) .content-part .content{margin-left:auto}.b-planner .block-row .media-part{width:544px}@media (max-width:1199px){.b-planner .block-row .media-part{width:100%}}@media (max-width:1199px){.b-planner .block-row .media{border-radius:30px}}.b-planner .block-row .content-part{width:calc(100% - 544px - 80px)}@media (max-width:1199px){.b-planner .block-row .content-part{width:100%}}.b-planner .block-row .content-part h3{font-family:'Merriweather 36pt',Helvetica,Arial,sans-serif}@media (max-width:991px){.b-planner .block-row .content-part h3:not(:last-child){margin-bottom:16px}}.b-planner .block-row .content{max-width:564px}@media (max-width:1199px){.b-planner .block-row .content{max-width:100%}}.b-advantages .list{gap:40px 164px}@media (max-width:1199px){.b-advantages .list{gap:40px 40px}}.b-advantages .block-el{width:calc(50% - 82px);text-align:center}@media (max-width:1199px){.b-advantages .block-el{width:calc(50% - 20px)}}@media (max-width:767px){.b-advantages .block-el{width:100%}}.b-advantages .block-el .title h4{font-weight:600}.video-link{display:block;aspect-ratio:16/9.1}.video-link:hover .play-icon{width:82px;height:82px}@media (max-width:767px){.video-link:hover .play-icon{width:42px;height:42px}}.video-link:hover .play-icon .bg-decor{top:1px;bottom:1px;left:1px;right:1px}.video-link .play-icon{z-index:1;margin:auto;width:72px;height:72px;border-radius:50%;transition:all .2s linear}@media (max-width:767px){.video-link .play-icon{width:32px;height:32px}}.video-link .play-icon .icon{border-radius:50%;background-color:var(--background-violet)}.video-link .play-icon .icon svg{display:block}@media (max-width:767px){.video-link .play-icon .icon svg{width:20px}}.video-link .play-icon .bg-decor{transition:all .2s linear;top:-12px;bottom:-12px;right:-12px;left:-12px;background:linear-gradient(132.26deg,rgba(210,255,133,.4) -77.97%,rgba(255,255,255,.4) 91.59%);border-radius:50%}.video-link .play-icon .bg-decor::before{content:"";z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%;box-shadow:0 0 0 1px #b0a3ff,0 0 0 1px #fff}.b-videos-slider{overflow:hidden}.b-videos-slider+.b-partner{padding-top:0}.b-partner{overflow:hidden}.b-partner .partner-slider{width:100%}.b-partner .swiper-slide{width:360px}@media (max-width:550px){.b-partner .swiper-slide{max-width:90%}}.b-partner .partner-card{min-height:150px}.b-partner .partner-name,.b-partner .partner-name a.link{color:#fff}.b-partner a.link:hover{color:var(--text-green)}.b-partner .partner-position h4{font-weight:600}.b-partner .phone{font-size:16px;font-weight:500;position:relative;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:0 8px;color:#fff}.b-partner .phone::before{width:24px;height:24px;content:'';background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5583 3.97619C11.2883 4.11798 11.9592 4.4734 12.4851 4.99697C13.011 5.52054 13.368 6.18844 13.5105 6.91517M10.5583 1C12.0749 1.16774 13.4892 1.84388 14.5689 2.91741C15.6486 3.99095 16.3296 5.39807 16.5 6.90773M7.70102 9.82668C6.80298 8.93265 6.09387 7.92176 5.57369 6.84317C5.52895 6.7504 5.50657 6.70401 5.48939 6.64531C5.42831 6.43671 5.47218 6.18057 5.59924 6.00391C5.635 5.9542 5.67772 5.91167 5.76315 5.82662C6.02444 5.56649 6.15509 5.43643 6.2405 5.30565C6.56262 4.81242 6.56262 4.17658 6.2405 3.68335C6.15509 3.55257 6.02444 3.42251 5.76315 3.16238L5.61751 3.01739C5.22032 2.62197 5.02172 2.42426 4.80843 2.31686C4.38425 2.10327 3.8833 2.10327 3.45911 2.31686C3.24582 2.42426 3.04723 2.62197 2.65003 3.01739L2.53222 3.13468C2.13639 3.52874 1.93847 3.72577 1.78732 3.99365C1.61959 4.29091 1.49899 4.75258 1.50001 5.09352C1.50092 5.40077 1.56079 5.61076 1.68053 6.03073C2.32401 8.28772 3.53811 10.4175 5.32285 12.1942C7.1076 13.971 9.24688 15.1797 11.514 15.8203C11.9359 15.9395 12.1468 15.9991 12.4554 16C12.7979 16.001 13.2616 15.8809 13.5602 15.714C13.8293 15.5635 14.0272 15.3665 14.423 14.9724L14.5409 14.8551C14.9381 14.4597 15.1366 14.262 15.2445 14.0496C15.4591 13.6273 15.4591 13.1286 15.2445 12.7063C15.1366 12.494 14.9381 12.2963 14.5409 11.9009L14.3952 11.7559C14.1339 11.4958 14.0033 11.3657 13.8719 11.2807C13.3765 10.96 12.7378 10.96 12.2423 11.2807C12.111 11.3657 11.9803 11.4958 11.719 11.7559C11.6336 11.8409 11.5909 11.8835 11.5409 11.9191C11.3635 12.0456 11.1062 12.0892 10.8967 12.0284C10.8377 12.0113 10.7911 11.9891 10.6979 11.9445C9.61449 11.4267 8.59906 10.7207 7.70102 9.82668Z' stroke='%23D2FF85' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.b-partner+.b-blog-secton{padding-top:0}@media (max-width:991px){.b-faq .section-inner{padding:20px 0}}@media (max-width:767px){.b-faq .section-inner{padding:30px 0;margin:0 -20px}}.b-faq .columns__inner{gap:32px;-ms-flex-wrap:nowrap;flex-wrap:nowrap}@media (max-width:1199px){.b-faq .columns__inner{-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media (max-width:1199px){.b-faq .columns__inner .column{width:100%}}.b-faq .all-content{padding:0 40px}@media (max-width:767px){.b-faq .all-content{padding:0 20px}}.b-faq .all-content .section-title{max-width:620px}.b-faq .faq-content{color:#302f37}.faq .faq-row{padding:16px 0;border-bottom:1px solid #302f37}.faq .faq-row:not(:last-child){margin-bottom:8px}.faq .faq-title{position:relative}.faq .faq-title button{width:100%;text-align:left;padding-right:34px}.faq .faq-title button.-active::after{background-image:url("data:image/svg+xml,%3Csvg width='22' height='2' viewBox='0 0 22 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.66699 1H20.3337' stroke='%23060606' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.faq .faq-title button::after{position:absolute;width:32px;height:32px;content:'';background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.0003 1.66699V20.3337M1.66699 11.0003H20.3337' stroke='%23060606' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");right:0;top:0}@media (max-width:767px){.faq .faq-title button h4{font-size:20px}}.faq .faq-content{transition:all .2s linear;overflow:hidden;max-height:0}.faq .faq-content .content{padding:16px 0 0}.article-card{border-color:var(--border-light-violet);color:var(--text-black)}.article-card .poster{position:relative;width:100%;aspect-ratio:10/5.9;overflow:hidden}.article-card .poster .image{position:absolute;top:0;left:0;right:0;bottom:0}.article-card .poster .image img{width:100%;height:100%;object-fit:cover}.article-card .separator{background-color:#b0a3ff;width:6px;height:6px;border-radius:100%}@media (max-width:1199px){.article-card .info{font-size:14px;gap:8px}}@media (max-width:1199px){.article-card .title,.article-card .title h4{font-size:20px}}.article-card .article_info{padding:30px}@media (max-width:1199px){.article-card .article_info{padding:20px}}.b-blog-secton .articles-wrapper{overflow:hidden;padding:56px 0 40px}@media (max-width:1199px){.b-blog-secton .articles-wrapper{padding:30px 0}}@media (max-width:991px){.b-blog-secton .articles-wrapper .container{max-width:unset}}@media (min-width:992px){.b-blog-secton .swiper-wrapper{gap:16px}}@media (min-width:1200px){.b-blog-secton .swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:32px}}.b-blog-secton .swiper-wrapper .swiper-slide{height:unset}@media (min-width:1200px){.b-blog-secton .swiper-wrapper .swiper-slide{width:calc(33.33% - 32px*2/3)}}@media (min-width:992px) and (max-width:1199px){.b-blog-secton .swiper-wrapper .swiper-slide{width:calc(33.33% - 16px*2/3)}}.b-blog-secton .swiper-wrapper .swiper-slide .article-card{height:100%;-ms-flex-direction:column;flex-direction:column}.b-blog-secton .swiper-wrapper .swiper-slide .article_info{width:100%}.b-single-article .section__inner{padding:50px 0 0}.b-single-article .back-wrapper:not(:last-child){margin-bottom:16px}.b-single-article .top-part:not(:last-child){margin-bottom:56px}@media (max-width:991px){.b-single-article .top-part:not(:last-child){margin-bottom:24px}}.b-single-article .hero-image:not(:last-child){margin-bottom:104px}@media (max-width:991px){.b-single-article .hero-image:not(:last-child){margin-bottom:24px}}.b-single-article .content-nav{width:356px}@media (max-width:1199px){.b-single-article .content-nav{width:250px}}@media (max-width:991px){.b-single-article .content-nav{width:100%;-ms-flex-order:1;order:1;margin-top:32px}}.b-single-article .content-nav+.content-part{padding:0 0 0 64px}@media (max-width:1199px){.b-single-article .content-nav+.content-part{padding:0 0 0 32px}}@media (max-width:991px){.b-single-article .content-nav+.content-part{padding:0}}.b-single-article .navbar{position:sticky;top:100px}@media (max-width:1199px){.b-single-article .navbar{top:80px}}@media (max-width:991px){.b-single-article .article-nav{display:none}}.b-single-article .article-nav:not(:last-child){margin-bottom:46px}@media (max-width:1199px){.b-single-article .article-nav:not(:last-child){margin-bottom:32px}}.b-single-article .article-nav ul{margin:0;padding:0;list-style:none;position:relative}.b-single-article .article-nav ul li{position:relative;padding:0 0 0 20px}.b-single-article .article-nav ul li:not(:last-child){margin-bottom:32px}@media (max-width:1199px){.b-single-article .article-nav ul li:not(:last-child){margin-bottom:8px}}.b-single-article .article-nav ul li.active::before{position:absolute;left:0;content:'';top:0;bottom:0;width:4px;border-radius:100px;background-color:var(--background-violet)}.b-single-article .article-nav ul a{color:var(--text-black)}.b-single-article .article-nav ul::before{top:0;bottom:0;left:0;position:absolute;content:'';width:4px;border-radius:100px;background-color:var(--background-violet)}.b-single-article .content-part h2:not(:last-child),.b-single-article .content-part h3:not(:last-child){margin-bottom:16px}.b-video-page .video-list{gap:56px 24px}.b-video-page .list-el{width:calc(50% - 12px)}@media (max-width:991px){.b-video-page .list-el{width:100%}}@media (max-width:991px){.b-video-page .list-el .title{margin-bottom:16px}}@media (max-width:991px){.b-video-page .list-el .title h4{font-size:16px}}.b-foto-page .gutter-sizer{width:24px}@media (max-width:550px){.b-foto-page .gutter-sizer{width:12px}}.b-foto-page .grid-item{width:calc(33.33% - 24px*2/3);margin-bottom:24px}@media (max-width:1199px){.b-foto-page .grid-item{width:calc(50% - 12px)}}@media (max-width:550px){.b-foto-page .grid-item{width:calc(50% - 6px);margin-bottom:12px}}@media (max-width:550px){.b-foto-page .grid-item .rounded-24{border-radius:12px}}.b-music .song-title:not(:last-child){margin-bottom:16px}.b-music .song-title h4{font-size:16px}.b-music .music-el{width:calc(25% - 32px*3/4)}@media (max-width:1500px){.b-music .music-el{width:calc(50% - 16px);max-width:350px}}@media (max-width:767px){.b-music .music-el{width:100%}}.b-music+.b-planner{padding-top:0}html .mejs-offscreen,html .mejs__offscreen{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}html .mejs-container,html .mejs__container{background:var(--background-black);border-radius:16px;font-family:inherit;position:relative;text-align:left;text-indent:0;vertical-align:top}html .mejs-container.mejs-audio,html .mejs-container.mejs__audio,html .mejs__container.mejs-audio,html .mejs__container.mejs__audio{min-height:56px}html .mejs-container,html .mejs-container *,html .mejs__container,html .mejs__container *{box-sizing:border-box}html .mejs-container video::-webkit-media-controls,html .mejs-container video::-webkit-media-controls-panel,html .mejs-container video::-webkit-media-controls-panel-container,html .mejs-container video::-webkit-media-controls-start-playback-button,html .mejs__container video::-webkit-media-controls,html .mejs__container video::-webkit-media-controls-panel,html .mejs__container video::-webkit-media-controls-panel-container,html .mejs__container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}html .mejs-fill-container,html .mejs-fill-container .mejs__container,html .mejs__fill-container,html .mejs__fill-container .mejs__container{height:100%;width:100%}html .mejs-fill-container,html .mejs__fill-container{background:0 0;margin:0 auto;overflow:hidden;position:relative}html .mejs-container:focus,html .mejs__container:focus{outline-offset:.125rem;outline-style:solid;outline-width:.125rem}html .mejs-iframe-overlay,html .mejs__iframe-overlay{height:100%;position:absolute;width:100%}html .mejs-embed,html .mejs-embed body,html .mejs__embed,html .mejs__embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}html .mejs-fullscreen,html .mejs__fullscreen{overflow:hidden!important}html .mejs-container-fullscreen,html .mejs__container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}html .mejs-background,html .mejs-mediaelement,html .mejs__background,html .mejs__mediaelement{left:0;position:absolute;top:0}html .mejs-mediaelement,html .mejs__mediaelement{height:100%;width:100%;z-index:0}html .mejs-poster,html .mejs__poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}html :root .mejs-poster-img,html :root .mejs__poster-img{display:none}html .mejs-poster-img,html .mejs__poster-img{border:0;padding:0}html .mejs-overlay,html .mejs__overlay{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}html .mejs-layer,html .mejs__layer{z-index:1}html .mejs-overlay-play,html .mejs__overlay-play{cursor:pointer}html .mejs-overlay-button,html .mejs__overlay-button{background:0 0;border:0}html .mejs-overlay:hover .mejs__overlay-button svg,html .mejs__overlay:hover .mejs__overlay-button svg{opacity:1}html .mejs-overlay-button svg,html .mejs__overlay-button svg{opacity:.75}html .mejs-overlay-button:focus svg,html .mejs__overlay-button:focus svg{opacity:1}html .mejs-overlay-button,html .mejs-overlay-button svg,html .mejs-overlay-loading,html .mejs-overlay-loading svg,html .mejs__overlay-button,html .mejs__overlay-button svg,html .mejs__overlay-loading,html .mejs__overlay-loading svg{height:5rem;width:5rem}html .mejs-overlay-loading-bg-img,html .mejs__overlay-loading-bg-img{animation:a 1s linear infinite;display:block;height:5rem;width:5rem;z-index:1}@keyframes a{to{transform:rotate(1turn)}}html .mejs-controls,html .mejs__controls{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:100%;left:0;list-style-type:none;margin:0;padding:0 26px;position:absolute;width:100%;z-index:3;gap:0 20px}@media (max-width:1600px){html .mejs-controls,html .mejs__controls{padding:0 16px;gap:0 10px}}html .mejs-controls:not([style*="display: none"]),html .mejs__controls:not([style*="display: none"]){background:0 0}html .mejs-button,html .mejs-time,html .mejs-time-rail,html .mejs__button,html .mejs__time,html .mejs__time-rail{font-size:1px;line-height:1.3;margin:0;width:2rem}html .mejs-button>button,html .mejs__button>button{background-color:transparent;border:0;color:#fff;cursor:pointer;display:block;font-size:0;height:1.125rem;line-height:0;margin:.625rem .375rem;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:1.125rem;display:none}html .mejs-button svg,html .mejs__button svg{fill:currentColor;height:1.125rem;width:1.125rem}html .mejs-button.mejs-mute,html .mejs-button.mejs-unmute,html .mejs__button.mejs__mute,html .mejs__button.mejs__unmute{margin-right:-12px}@media (max-width:1600px){html .mejs-button.mejs-mute,html .mejs-button.mejs-unmute,html .mejs__button.mejs__mute,html .mejs__button.mejs__unmute{margin-right:-6px}}html .mejs-button.mejs-mute,html .mejs-button.mejs-pause,html .mejs-button.mejs-play,html .mejs-button.mejs-replay,html .mejs-button.mejs-unmute,html .mejs__button.mejs__mute,html .mejs__button.mejs__pause,html .mejs__button.mejs__play,html .mejs__button.mejs__replay,html .mejs__button.mejs__unmute{position:relative;width:24px;height:24px;cursor:pointer;background-repeat:no-repeat;background-position:center}html .mejs-button.mejs-mute button,html .mejs-button.mejs-unmute button,html .mejs__button.mejs__mute button,html .mejs__button.mejs__unmute button{width:100%;height:100%;margin:0;background:0 0!important}html .mejs-button.mejs-play button,html .mejs-button.mejs-replay button,html .mejs__button.mejs__play button,html .mejs__button.mejs__replay button{display:block;margin:0;width:100%;height:100%;background:0 0!important}html .mejs-button.mejs-play,html .mejs-button.mejs-replay,html .mejs__button.mejs__play,html .mejs__button.mejs__replay{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.00625 2.80243C8.0182 2.8104 8.03019 2.81839 8.04222 2.82642L18.591 9.8589C18.8962 10.0623 19.1792 10.251 19.3965 10.4263C19.6234 10.6092 19.8908 10.8629 20.0447 11.234C20.2481 11.7245 20.2481 12.2758 20.0447 12.7663C19.8908 13.1374 19.6234 13.391 19.3965 13.574C19.1792 13.7493 18.8962 13.9379 18.591 14.1413L8.00628 21.1978C7.63319 21.4465 7.29772 21.6702 7.01305 21.8245C6.72818 21.9789 6.33717 22.1553 5.8808 22.128C5.29705 22.0932 4.75779 21.8046 4.40498 21.3382C4.12916 20.9736 4.05905 20.5504 4.02949 20.2278C3.99994 19.9053 3.99997 19.5021 4 19.0537L4 4.98975C4 4.97529 4 4.96087 4 4.9465C3.99997 4.49811 3.99994 4.09491 4.02949 3.77249C4.05905 3.44983 4.12916 3.02663 4.40498 2.66202C4.75779 2.19565 5.29705 1.90705 5.8808 1.87219C6.33717 1.84494 6.72818 2.02135 7.01305 2.17573C7.29771 2.33 7.63317 2.55368 8.00625 2.80243Z' fill='%23D2FF85'/%3E%3C/svg%3E")}html .mejs-button.mejs-pause,html .mejs__button.mejs__pause{background-image:url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 0C4.92487 0 0 4.92487 0 11C0 17.0751 4.92487 22 11 22C17.0751 22 22 17.0751 22 11C22 4.92487 17.0751 0 11 0ZM9.5 8C9.5 7.44772 9.05229 7 8.5 7C7.94772 7 7.5 7.44772 7.5 8V14C7.5 14.5523 7.94772 15 8.5 15C9.05229 15 9.5 14.5523 9.5 14V8ZM14.5 8C14.5 7.44772 14.0523 7 13.5 7C12.9477 7 12.5 7.44772 12.5 8V14C12.5 14.5523 12.9477 15 13.5 15C14.0523 15 14.5 14.5523 14.5 14V8Z' fill='%23D2FF85'/%3E%3C/svg%3E")}html .mejs-button.mejs-mute,html .mejs__button.mejs__mute{background-image:url("data:image/svg+xml,%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.673 5.17975C15.126 4.86379 15.7493 4.97486 16.0653 5.42783C16.9694 6.72404 17.4998 8.30155 17.4998 9.99993C17.4998 11.6983 16.9694 13.2758 16.0653 14.572C15.7493 15.025 15.126 15.1361 14.673 14.8201C14.22 14.5042 14.109 13.8808 14.4249 13.4278C15.1026 12.4564 15.4998 11.276 15.4998 9.99993C15.4998 8.72382 15.1026 7.54349 14.4249 6.57203C14.109 6.11905 14.22 5.49571 14.673 5.17975Z' fill='%23D2FF85'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.88232 0.711663C10.361 0.673991 10.8288 0.867753 11.1406 1.23287C11.4199 1.55981 11.4642 1.95307 11.4811 2.14396C11.5001 2.35793 11.5 2.62369 11.5 2.89407C11.5 2.90647 11.5 2.91888 11.5 2.9313L11.5 17.1058C11.5 17.3762 11.5001 17.6419 11.4811 17.8559C11.4642 18.0468 11.4199 18.4401 11.1406 18.767C10.8288 19.1321 10.361 19.3259 9.88232 19.2882C9.45368 19.2545 9.14424 19.0078 8.9973 18.8847C8.83259 18.7468 8.64469 18.5589 8.45353 18.3677L5.26153 15.1757C5.1689 15.083 5.1225 15.037 5.08738 15.0049L5.08472 15.0025L5.08114 15.0023C5.03365 15.0002 4.96826 14.9999 4.83726 14.9999L3.06812 14.9999C2.81574 15 2.56994 15 2.36178 14.983C2.13318 14.9643 1.86345 14.9202 1.59202 14.7819C1.2157 14.5902 0.909739 14.2842 0.717992 13.9079C0.579695 13.6365 0.535627 13.3668 0.51695 13.1382C0.499943 12.93 0.499973 12.6842 0.500003 12.4318L0.500005 7.59993C0.500005 7.58929 0.500004 7.57866 0.500003 7.56804C0.499973 7.31565 0.499943 7.06986 0.51695 6.8617C0.535627 6.63311 0.579695 6.36338 0.717992 6.09195C0.909739 5.71563 1.2157 5.40967 1.59202 5.21792C1.86345 5.07962 2.13318 5.03555 2.36178 5.01688C2.56993 4.99987 2.81572 4.9999 3.06811 4.99993C3.07873 4.99993 3.08936 4.99993 3.10001 4.99993H4.83726C4.96826 4.99993 5.03365 4.99969 5.08114 4.99752L5.08472 4.99735L5.08738 4.99494C5.1225 4.96289 5.1689 4.91683 5.26153 4.8242L8.42721 1.65851C8.436 1.64973 8.44477 1.64095 8.45354 1.63218C8.6447 1.44096 8.83259 1.25301 8.9973 1.11512C9.14424 0.992104 9.45368 0.745398 9.88232 0.711663Z' fill='%23D2FF85'/%3E%3C/svg%3E")}html .mejs-button.mejs-unmute,html .mejs__button.mejs__unmute{background-image:url("data:image/svg+xml,%3Csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.7803 7.21967C19.0732 7.51256 19.0732 7.98744 18.7803 8.28033L17.0607 10L18.7803 11.7197C19.0732 12.0126 19.0732 12.4874 18.7803 12.7803C18.4874 13.0732 18.0126 13.0732 17.7197 12.7803L16 11.0607L14.2803 12.7803C13.9874 13.0732 13.5126 13.0732 13.2197 12.7803C12.9268 12.4874 12.9268 12.0126 13.2197 11.7197L14.9393 10L13.2197 8.28033C12.9268 7.98744 12.9268 7.51256 13.2197 7.21967C13.5126 6.92678 13.9874 6.92678 14.2803 7.21967L16 8.93934L17.7197 7.21967C18.0126 6.92678 18.4874 6.92678 18.7803 7.21967Z' fill='%23D2FF85'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.6406 1.23287C10.3288 0.867753 9.86099 0.673991 9.38232 0.711663C8.95368 0.745398 8.64424 0.992104 8.4973 1.11512C8.33259 1.25301 8.1447 1.44096 7.95354 1.63218L4.76153 4.8242C4.6689 4.91683 4.6225 4.96289 4.58738 4.99494L4.58472 4.99735L4.58114 4.99752C4.53365 4.99969 4.46826 4.99993 4.33726 4.99993L2.56811 4.99993C2.31573 4.9999 2.06993 4.99987 1.86178 5.01688C1.63318 5.03555 1.36345 5.07962 1.09202 5.21792C0.7157 5.40967 0.409739 5.71563 0.217992 6.09195C0.0796947 6.36338 0.0356272 6.63311 0.0169504 6.8617C-5.65555e-05 7.06986 -2.74172e-05 7.31564 2.50382e-06 7.56802L2.50543e-06 12.4318C-2.74155e-05 12.6842 -5.65574e-05 12.93 0.0169504 13.1382C0.0356272 13.3668 0.0796947 13.6365 0.217992 13.9079C0.409739 14.2842 0.7157 14.5902 1.09202 14.7819C1.36345 14.9202 1.63318 14.9643 1.86178 14.983C2.06994 15 2.31574 15 2.56812 14.9999L4.33726 14.9999C4.46826 14.9999 4.53365 15.0002 4.58114 15.0023L4.58472 15.0025L4.58738 15.0049C4.6225 15.037 4.6689 15.083 4.76153 15.1757L7.95353 18.3677C8.14468 18.5589 8.3326 18.7469 8.4973 18.8847C8.64424 19.0078 8.95368 19.2545 9.38232 19.2882C9.86099 19.3259 10.3288 19.1321 10.6406 18.767C10.9199 18.4401 10.9642 18.0468 10.9811 17.8559C11.0001 17.6419 11 17.3762 11 17.1058V2.89407C11 2.62369 11.0001 2.35793 10.9811 2.14396C10.9642 1.95307 10.9199 1.55981 10.6406 1.23287Z' fill='%23D2FF85'/%3E%3C/svg%3E")}html .mejs-currenttime,html .mejs-currenttime-container,html .mejs-duration,html .mejs-duration-container,html .mejs__currenttime,html .mejs__currenttime-container,html .mejs__duration,html .mejs__duration-container{font-size:12px}html .mejs-button>button:focus,html .mejs__button>button:focus{outline:.125rem dotted #fff}html .mejs-container-keyboard-inactive [role=slider],html .mejs-container-keyboard-inactive [role=slider]:focus,html .mejs-container-keyboard-inactive a,html .mejs-container-keyboard-inactive a:focus,html .mejs-container-keyboard-inactive button,html .mejs-container-keyboard-inactive button:focus,html .mejs__container-keyboard-inactive [role=slider],html .mejs__container-keyboard-inactive [role=slider]:focus,html .mejs__container-keyboard-inactive a,html .mejs__container-keyboard-inactive a:focus,html .mejs__container-keyboard-inactive button,html .mejs__container-keyboard-inactive button:focus{outline:0}html .mejs-playpause-button svg,html .mejs__playpause-button svg{display:none}html .mejs-pause svg.mejs-icon-pause,html .mejs-play svg.mejs-icon-play,html .mejs-replay svg.mejs-icon-replay,html .mejs__pause svg.mejs__icon-pause,html .mejs__play svg.mejs__icon-play,html .mejs__replay svg.mejs__icon-replay{display:none!important}html .mejs-fullscreen-button svg.mejs-icon-unfullscreen,html .mejs__fullscreen-button svg.mejs__icon-unfullscreen{display:none}html .mejs-fullscreen svg.mejs-icon-fullscreen,html .mejs__fullscreen svg.mejs__icon-fullscreen{display:block}html .mejs-fullscreen svg.mejs-icon-unfullscreen,html .mejs__fullscreen svg.mejs__icon-unfullscreen{display:none}html .mejs-unfullscreen svg.mejs-icon-unfullscreen,html .mejs__unfullscreen svg.mejs__icon-unfullscreen{display:block}html .mejs-unfullscreen svg.mejs-icon-fullscreen,html .mejs__unfullscreen svg.mejs__icon-fullscreen{display:none}html .mejs-time,html .mejs__time{box-sizing:content-box;color:#fff;font-size:.6875rem;font-weight:700;height:1.5rem;overflow:hidden;padding:0;text-align:center;width:auto}html .mejs-time-rail,html .mejs__time-rail{direction:ltr;-ms-flex-positive:1;flex-grow:1;height:2.5rem;margin:0;padding-top:.625rem;position:relative}html .mejs-time-buffering,html .mejs-time-current,html .mejs-time-float,html .mejs-time-float-corner,html .mejs-time-float-current,html .mejs-time-hovered,html .mejs-time-loaded,html .mejs-time-marker,html .mejs-time-total,html .mejs__time-buffering,html .mejs__time-current,html .mejs__time-float,html .mejs__time-float-corner,html .mejs__time-float-current,html .mejs__time-hovered,html .mejs__time-loaded,html .mejs__time-marker,html .mejs__time-total{border-radius:.125rem;cursor:pointer;display:block;height:.625rem;position:absolute}html .mejs-time-total,html .mejs__time-total{background:rgba(255,255,255,.3);margin:.3125rem 0 0;width:100%}html .mejs-time-buffering,html .mejs__time-buffering{animation:b 2s linear infinite;background:linear-gradient(-45deg,rgba(255,255,255,.4) 25%,transparent 0,transparent 50%,rgba(255,255,255,.4) 0,rgba(255,255,255,.4) 75%,transparent 0,transparent);background-size:.9375rem .9375rem;width:100%}@keyframes b{0%{background-position:0 0}to{background-position:1.875rem 0}}html .mejs-time-loaded,html .mejs__time-loaded{background:rgba(255,255,255,.3)}html .mejs-time-current,html .mejs-time-handle-content,html .mejs__time-current,html .mejs__time-handle-content{background:rgba(255,255,255,.9)}html .mejs-time-hovered,html .mejs__time-hovered{background:rgba(255,255,255,.5);z-index:10}html .mejs-time-hovered.negative,html .mejs__time-hovered.negative{background:rgba(0,0,0,.2)}html .mejs-time-buffering,html .mejs-time-current,html .mejs-time-hovered,html .mejs-time-loaded,html .mejs__time-buffering,html .mejs__time-current,html .mejs__time-hovered,html .mejs__time-loaded{left:0;transform:scaleX(0);transform-origin:0 0;transition:all .15s ease-in;width:100%}html .mejs-time-buffering,html .mejs__time-buffering{transform:scaleX(1)}html .mejs-time-hovered,html .mejs__time-hovered{transition:height .1s cubic-bezier(.44,0,1,1)}html .mejs-time-hovered.no-hover,html .mejs__time-hovered.no-hover{transform:scaleX(0)!important}html .mejs-time-handle,html .mejs-time-handle-content,html .mejs__time-handle,html .mejs__time-handle-content{border:.25rem solid transparent;cursor:pointer;left:0;position:absolute;transform:translateX(0);z-index:11;display:none}html .mejs-time-handle-content,html .mejs__time-handle-content{border:.25rem solid rgba(255,255,255,.9);border-radius:50%;height:.625rem;left:-.4375rem;top:-.25rem;transform:scale(0);width:.625rem}html .mejs-time-rail .mejs-time-handle-content:active,html .mejs-time-rail .mejs-time-handle-content:focus,html .mejs-time-rail:hover .mejs-time-handle-content,html .mejs__time-rail .mejs__time-handle-content:active,html .mejs__time-rail .mejs__time-handle-content:focus,html .mejs__time-rail:hover .mejs__time-handle-content{transform:scale(1)}html .mejs-time-float,html .mejs__time-float{background:#eee;border:none;bottom:100%;color:#111;display:none;height:14px;margin-bottom:.5625rem;position:absolute;text-align:center;transform:translateX(-50%);width:34px}html .mejs-time-float-current,html .mejs__time-float-current{display:block;left:0;margin:0;text-align:center;width:100%;font-size:10px;display:block;top:0;bottom:0}html .mejs-time-float-corner,html .mejs__time-float-corner{border:.3125rem solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;transform:translateX(-50%);width:0}html .mejs-long-video .mejs-time-float,html .mejs__long-video .mejs__time-float{margin-left:-1.4375rem;width:4rem}html .mejs-long-video .mejs-time-float-current,html .mejs__long-video .mejs__time-float-current{width:3.75rem}html .mejs-broadcast,html .mejs__broadcast{color:#fff;height:.625rem;position:absolute;top:.9375rem;width:100%}html .mejs-volume-button,html .mejs__volume-button{position:relative}html .mejs-volume-button>.mejs-volume-slider,html .mejs__volume-button>.mejs__volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:7.1875rem;left:50%;margin:0;position:absolute;transform:translateX(-50%);width:1.5625rem;z-index:1}html .mejs-volume-button:hover,html .mejs__volume-button:hover{border-radius:0 0 .25rem .25rem}html .mejs-volume-total,html .mejs__volume-total{background:rgba(255,255,255,.5);border:.06rem solid #fff;height:6.25rem;left:50%;margin:0;position:absolute;top:.5rem;transform:translateX(-50%);width:.125rem}html .mejs-volume-current,html .mejs__volume-current{left:0;margin:0;width:100%}html .mejs-volume-current,html .mejs-volume-handle,html .mejs__volume-current,html .mejs__volume-handle{background:rgba(255,255,255,.9);position:absolute}html .mejs-volume-handle,html .mejs__volume-handle{border:1px solid #fff;border-radius:1px;cursor:ns-resize;height:.375rem;left:50%;transform:translateX(-50%);width:1rem}html .mejs-horizontal-volume-slider,html .mejs__horizontal-volume-slider{display:block;height:4px;border-radius:0;position:relative;vertical-align:middle;width:32px;min-width:32px}html .mejs-horizontal-volume-total,html .mejs__horizontal-volume-total{background:rgba(50,50,50,.8);border:none;border-radius:0;font-size:1px;height:4px;left:0;margin:0;padding:0;position:absolute;top:0;width:100%}html .mejs-horizontal-volume-current,html .mejs__horizontal-volume-current{background:rgba(255,255,255,.8);border-radius:.125rem;border-right:.06rem solid #fff;font-size:1px;height:100%;left:0;margin:0;padding:0;position:absolute;top:0;width:100%}html .mejs-horizontal-volume-handle,html .mejs__horizontal-volume-handle{display:none}html .mejs-mute svg,html .mejs-unmute svg,html .mejs__mute svg,html .mejs__unmute svg{stroke:currentColor}html .mejs-mute button,html .mejs-unmute button,html .mejs__mute button,html .mejs__unmute button{display:block}html .mejs-volume-button svg,html .mejs__volume-button svg{display:none}html .mejs-mute .mejs-icon-mute,html .mejs-unmute .mejs-icon-unmute,html .mejs__mute .mejs__icon-mute,html .mejs__unmute .mejs__icon-unmute{display:block}html .mejs-captions-button,html .mejs-chapters-button,html .mejs__captions-button,html .mejs__chapters-button{position:relative}html .mejs-captions-button svg,html .mejs-chapters-button svg,html .mejs__captions-button svg,html .mejs__chapters-button svg{padding-top:.125rem}html .mejs-captions-button>.mejs-captions-selector,html .mejs-chapters-button>.mejs-chapters-selector,html .mejs__captions-button>.mejs__captions-selector,html .mejs__chapters-button>.mejs__chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-2.6875rem;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:5.375rem}html .mejs-captions-button-toggle,html .mejs__captions-button-toggle{opacity:.7}html .mejs-captions-button-toggle-on,html .mejs__captions-button-toggle-on{opacity:1}html .mejs-chapters-button>.mejs-chapters-selector,html .mejs__chapters-button>.mejs__chapters-selector{margin-right:-3.4375rem;width:6.875rem}html .mejs-captions-selector-list,html .mejs-chapters-selector-list,html .mejs__captions-selector-list,html .mejs__chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}html .mejs-captions-selector-list-item,html .mejs-chapters-selector-list-item,html .mejs__captions-selector-list-item,html .mejs__chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 .375rem;overflow:hidden;padding:0}html .mejs-captions-selector-list-item:hover,html .mejs-chapters-selector-list-item:hover,html .mejs__captions-selector-list-item:hover,html .mejs__chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:rgba(255,255,255,.4)!important}html .mejs-captions-selector-input,html .mejs-chapters-selector-input,html .mejs__captions-selector-input,html .mejs__chapters-selector-input{clear:both;float:left;left:-62.5rem;margin:.1875rem .1875rem 0 .3125rem;position:absolute}html .mejs-captions-selector-label,html .mejs-chapters-selector-label,html .mejs__captions-selector-label,html .mejs__chapters-selector-label{cursor:pointer;float:left;font-size:.625rem;line-height:.9375rem;padding:.25rem .625rem 0;width:100%}html .mejs-captions-selector-list-item:hover .mejs-captions-selector-label,html .mejs-chapters-selector-list-item:hover .mejs-chapters-selector-label,html .mejs__captions-selector-list-item:hover .mejs__captions-selector-label,html .mejs__chapters-selector-list-item:hover .mejs__chapters-selector-label{text-decoration:underline}html .mejs-captions-selected,html .mejs-chapters-selected,html .mejs__captions-selected,html .mejs__chapters-selected{color:#21f8f8;font-weight:700}html .mejs-captions-translations,html .mejs__captions-translations{font-size:.625rem;margin:0 0 .3125rem}html .mejs-captions-layer,html .mejs__captions-layer{bottom:0;color:#fff;font-size:1rem;left:0;line-height:1.25rem;position:absolute;text-align:center}html .mejs-captions-layer a,html .mejs__captions-layer a{color:#fff;text-decoration:underline}html .mejs-captions-layer[lang=ar],html .mejs__captions-layer[lang=ar]{font-size:1.25rem;font-weight:400}html .mejs-captions-position,html .mejs__captions-position{bottom:.9375rem;left:0;position:absolute;width:100%}html .mejs-captions-position-hover,html .mejs__captions-position-hover{bottom:2.1875rem}html .mejs-captions-text,html .mejs-captions-text *,html .mejs__captions-text,html .mejs__captions-text *{background:rgba(20,20,20,.5);box-shadow:.3125rem 0 0 rgba(20,20,20,.5),-.3125rem 0 0 rgba(20,20,20,.5);padding:0;white-space:pre-wrap}html .mejs-container.mejs-hide-cues video::-webkit-media-text-track-container,html .mejs__container.mejs__hide-cues video::-webkit-media-text-track-container{display:none}html .mejs-overlay-error,html .mejs__overlay-error{position:relative}html .mejs-overlay-error>img,html .mejs__overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}html .mejs-cannotplay,html .mejs-cannotplay a,html .mejs__cannotplay,html .mejs__cannotplay a{color:#fff;font-size:.8em}html .mejs-cannotplay,html .mejs__cannotplay{position:relative}html .mejs-cannotplay a,html .mejs-cannotplay p,html .mejs__cannotplay a,html .mejs__cannotplay p{display:inline-block;padding:0 .9375rem;width:100%}.footer__top{padding:64px 0}@media (max-width:1199px){.footer__top{padding:30px 0}}.footer__top .columns__inner{gap:32px;-ms-flex-wrap:nowrap;flex-wrap:nowrap}@media (max-width:991px){.footer__top .columns__inner{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (max-width:991px){.footer__top .columns__inner .column{width:100%}}.footer__bottom{padding:24px 0;border-top:1px solid #3a3942}.b-footer .lines-wrapper .line{background-color:#3a3942}.b-footer .section-bg{border-radius:40px 40px 0 0}.b-footer .left-part{row-gap:40px}@media (max-width:991px){.b-footer .left-part{row-gap:32px}}.b-footer .contacts-list{row-gap:56px}@media (max-width:991px){.b-footer .contacts-list{-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:start;align-items:flex-start}}@media (max-width:991px){.b-footer .contacts-list .contact-row{width:calc(50% - 16px)}}@media (max-width:550px){.b-footer .contacts-list .contact-row{width:100%}}.b-footer .contacts-list .content{font-size:24px}.b-footer .contacts-list .content a{color:var(--text-white-2);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.b-footer .contacts-list .content a:hover{text-decoration:none}.b-footer .socials-list{gap:24px 56px}.b-footer .form{max-width:620px;margin:0 0 0 auto}@media (max-width:1199px){.b-footer .form{max-width:unset}}.b-footer .form .columns{gap:24px;-ms-flex-wrap:nowrap;flex-wrap:nowrap}@media (max-width:767px){.b-footer .form .columns{-ms-flex-wrap:wrap;flex-wrap:wrap}}.b-footer .form .form__btn{text-align:right}.b-footer .foooter-text{pointer-events:none}@media (max-width:767px){.b-footer .foooter-text{padding:20px 0 0}}.b-footer .marquee-text{text-transform:capitalize;color:transparent;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#d6cfff;font-weight:600;font-size:220px;padding-right:64px}@media (max-width:1199px){.b-footer .marquee-text{font-size:100px}}@media (max-width:767px){.b-footer .marquee-text{font-size:60px;padding-right:32px}}.b-footer .locations{gap:24px}.b-footer .locations ul{padding:0;margin:0;list-style:none;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px 24px}.b-footer .locations ul a{color:var(--text-white-2);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.b-footer .locations ul a:hover{color:#fff;text-decoration:none}.b-footer .mini-menu ul{padding:0;margin:0;list-style:none;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px 24px}.b-footer .mini-menu ul a{color:var(--text-white-2);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.b-footer .mini-menu ul a:hover{color:#fff;text-decoration:none}.marquee-ticker-block{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;overflow:hidden}.marquee__els-container{display:-ms-flexbox;display:flex;white-space:nowrap;will-change:transform}.marquee__el{-ms-flex-negative:0;flex-shrink:0}.marquee-text{font-size:24px;white-space:nowrap}@font-face{font-family:'Open Sans';src:url(../fonts/OpenSans-Regular.eot);src:url(../fonts/OpenSans-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/OpenSans-Regular.woff2) format("woff2"),url(../fonts/OpenSans-Regular.woff) format("woff"),url(../fonts/OpenSans-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Open Sans';src:url(../fonts/OpenSans-Medium.eot);src:url(../fonts/OpenSans-Medium.eot?#iefix) format("embedded-opentype"),url(../fonts/OpenSans-Medium.woff2) format("woff2"),url(../fonts/OpenSans-Medium.woff) format("woff"),url(../fonts/OpenSans-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:'Open Sans';src:url(../fonts/penSans-Bold.eot);src:url(../fonts/OpenSans-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/OpenSans-Bold.woff2) format("woff2"),url(../fonts/OpenSans-Bold.woff) format("woff"),url(../fonts/OpenSans-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:'Open Sans';src:url(../fonts/OpenSans-SemiBold.eot);src:url(../fonts/OpenSans-SemiBold.eot?#iefix) format("embedded-opentype"),url(../fonts/OpenSans-SemiBold.woff2) format("woff2"),url(../fonts/OpenSans-SemiBold.woff) format("woff"),url(../fonts/OpenSans-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:'Merriweather 36pt';src:url(../fonts/Merriweather36pt-Regular.eot);src:url(../fonts/Merriweather36pt-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/Merriweather36pt-Regular.woff2) format("woff2"),url(../fonts/Merriweather36pt-Regular.woff) format("woff"),url(../fonts/Merriweather36pt-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Merriweather 36pt';src:url(../fonts/Merriweather36pt-Bold.eot);src:url(../fonts/Merriweather36pt-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/Merriweather36pt-Bold.woff2) format("woff2"),url(../fonts/Merriweather36pt-Bold.woff) format("woff"),url(../fonts/Merriweather36pt-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}