html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;padding:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}p,ul,li,h1,h2,h3,h4,h5,h6,dd,dt{margin:0;padding:0}input:focus,select:focus,textarea:focus,button:focus{outline:none}ul{list-style:none}*{box-sizing:border-box;outline:0}@font-face{font-family:Winston;src:url(/build/assets/Winston-Regular-BJPusU06.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Winston;src:url(/build/assets/Winston-Bold-CgO_UjNk.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Winston;src:url(/build/assets/Winston-ExtraBold-BdNvTUUq.ttf) format("truetype");font-weight:800;font-style:normal;font-display:swap}.header{position:relative;transition:all .3s ease-in-out;padding:0 40px;z-index:50}.header__content{padding:22px 0;display:flex;align-items:center;justify-content:space-between}.header__logo{display:inline-block}.header__nav{display:flex;align-items:center;z-index:51}.header__nav .link{padding:8px;cursor:pointer;border-radius:40px;display:flex;align-items:center;transition:background .3s ease;border:1px solid transparent;background:#fff;margin-right:14px;height:44px}.header__nav .link img{margin-right:10px;display:none;width:28px;overflow:hidden}.header__nav .link span{font-size:16px;font-style:normal;font-weight:700;line-height:normal;color:#090909}.header__nav .link.active{background:#f7443b;margin:0 5px;padding-right:12px}.header__nav .link.active img{display:block;margin-right:10px}.header__nav .link.active span{color:#fff}.header__nav .link:hover:not(.active){border:1px solid #F7443B}.header__nav .link:hover:not(.active) span{color:#f7443b}.header__nav .link:last-child{margin-right:0}.header__nav .header__btn{display:none}.header .btns{display:flex;align-items:center}.header__btn{display:block;border-radius:14px;background:#090909;padding:14px 20px;font-size:16px;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase;color:#fff;border:none}.header .mobile-btn{display:none;border:none;margin-left:36px;width:34px;height:34px;position:relative;overflow:hidden}.header .mobile-btn .line{width:31px;height:4px;background:#000;border-radius:5px;transition:transform .3s ease,right .3s ease,top .3s ease,opacity .3s ease;position:absolute}.header .mobile-btn .line:nth-child(1){top:0;right:0;transform:rotate(0)}.header .mobile-btn .line:nth-child(2){width:22px;top:14px;right:0;opacity:1}.header .mobile-btn .line:nth-child(3){top:27px;right:0;transform:rotate(0)}@media screen and (max-width: 1100px){.header .mobile-btn{display:flex!important;flex-direction:column;align-items:flex-end;overflow:hidden;background:transparent}.header .mobile-top-header,.header .mobile-top-header .header__logo,.header .mobile-top-header .header__btn{display:block}.header__nav{position:absolute;top:91px;left:0;width:100%;padding:36px 40px 40px;background:#fff;border-radius:0 0 20px 20px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease,visibility .3s ease;display:flex}.header__nav .link{padding:12px 12px 12px 8px}.header__nav .link:hover{padding:8px 12px 8px 8px}.header__nav .link span{font-size:15px}.header.active{background:#fff;position:relative;z-index:100}.header.active .header__nav{opacity:1;visibility:visible;transform:translateY(0)}.header.active .gray-bg{display:block}.header.active .mobile-btn{position:relative}.header.active .mobile-btn .line{position:absolute;margin-bottom:0}.header.active .mobile-btn .line:nth-child(1){transform:rotate(46deg);top:15px}.header.active .mobile-btn .line:nth-child(2){right:-25px}.header.active .mobile-btn .line:nth-child(3){transform:rotate(-46deg);top:15px}}@media screen and (max-width: 1000px){.header__nav{padding:36px 20px 40px}.header__nav .link.active{margin-right:14px;margin-left:0}}@media screen and (max-width: 760px){.header{padding:0 20px}.header .container{max-width:100%}.header__btn{display:none}.header__nav{top:77px;padding:20px 20px 50px;flex-direction:column}.header__nav.active{flex-direction:column}.header__nav .link{padding:8px;margin-bottom:18px}.header__nav .link:last-child{margin-bottom:20px}.header__nav .link span{padding:4px 0}.header__nav .link.active{margin-bottom:18px}.header__nav .header__btn{display:block}}.header .mobile-top-header{display:none}.gray-bg{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background:#0003;z-index:40}.footer{padding:0 40px}.footer__content{border-radius:12px;background:#3a5377;padding:40px 88px}.footer__content .main-content{display:flex;align-items:flex-start;justify-content:space-between;padding-bottom:60px}.footer__content .main-content .title{font-size:20px;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase;color:#d4e3f6;margin-bottom:20px}.footer__content .main-content .link{font-size:16px;font-style:normal;font-weight:700;line-height:normal;color:#fff;margin-bottom:16px;cursor:pointer;display:inline-block;transition:text-shadow .3s ease}.footer__content .main-content .link:hover{text-shadow:-1px 2px 0px #090909}.footer__content .main-content .link:last-child{margin-bottom:0}.footer__content .main-content .left-column__logo{width:142px;height:26px;margin-bottom:40px}.footer__content .main-content .left-column__title{font-size:16px;margin-bottom:20px}.footer__content .main-content .left-column .social-link{border-radius:35px;padding:6px 12px;display:flex;align-items:center;transition:box-shadow .3s ease}.footer__content .main-content .left-column .social-link:hover{box-shadow:0 4px #090909}.footer__content .main-content .left-column .social-link span{font-size:16px;font-style:normal;font-weight:700;line-height:normal;color:#fff;display:inline-block;margin-right:20px}.footer__content .main-content .left-column .social-link.whats-app{background:#60d669;margin-bottom:14px}.footer__content .main-content .left-column .social-link.telegram{background:#2aabee}.footer__content .main-content .middle-column,.footer__content .main-content .right-column{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.footer__content .main-content .right-column .email{margin-bottom:44px}.footer__content .main-content .right-column .contact-us{margin-bottom:20px}.footer__content .main-content .right-column .payment-methods{max-width:195px}.footer__content .main-content .right-column .payment-methods .title{font-size:16px}.footer__content .main-content .right-column .payment-methods__icons{display:flex;flex-wrap:wrap;gap:16px}.footer__content .main-content .right-column .payment-methods__icons .icon,.footer__legal{display:flex;align-items:center}.footer__legal .footer-link{cursor:pointer}.footer__legal .footer__text{font-size:16px;font-style:normal;font-weight:400;line-height:13px;color:#c7c7c7;margin-right:14px;display:inline-block}@media screen and (max-width: 870px){.footer{padding:0}.footer .container{max-width:100%}.footer__content{padding:40px 24px;border-radius:12px 12px 0 0}.footer .right-column{padding-right:42px}}@media screen and (max-width: 650px){.footer .right-column{padding-right:0}}@media screen and (max-width: 600px){.footer__content{padding:30px 20px}.footer__content .left-column .social-link{width:236px;height:52px;justify-content:space-between;padding:10px 12px}.footer .main-content{flex-direction:column;row-gap:45px;padding-bottom:0}.footer .main-content .title,.footer .main-content .link{font-size:16px}.footer__legal{display:none}}.page{padding-top:48px}.page--white{background:#fff}.page__breadcrumbs{position:absolute;top:5px;z-index:14;width:100%}@media only screen and (min-width: 769px){.page__breadcrumbs{top:16px}}.page__breadcrumbs--blog{position:relative;top:0;margin-top:20px;margin-bottom:16px}.page__bg{display:block;position:absolute;top:0;right:0;left:0;height:90000px}.page__header{width:100%;display:flex;flex-direction:column;background-size:cover;text-align:center;color:#fff;position:relative;min-height:144px;padding-top:20px;padding-bottom:20px;justify-content:center;overflow:hidden}@media only screen and (min-width: 769px){.page__header{height:auto;justify-content:unset;padding-bottom:210px;margin-bottom:-150px}}@media only screen and (max-width: 769px){.page__header--adaptive{background:none;padding:0}.page__header--adaptive .page__title{display:none}.page__header--adaptive .page__breadcrumbs{position:relative;top:0;text-align:left}}.page__subtitle{font-weight:500;font-size:14px;line-height:24px}.page__wrap{width:100%;flex-direction:column;position:relative;z-index:10}.page__text{padding-top:40px;padding-bottom:40px;position:relative}.page__content{position:relative}.page__content--blog{background:#fff}.page__content--blog .container{position:static;max-width:93.75%}.page__content--blog .breadcrumbs{margin-top:110px}@media only screen and (min-width: 580px){.page__content--blog .breadcrumbs{margin-top:100px}}@media only screen and (min-width: 769px){.page__content--blog .breadcrumbs{margin-top:0}}@media only screen and (min-width: 580px){.page__content--blog .container{max-width:calc(100% - 80px)}}@media only screen and (min-width: 1023px){.page__content--blog .container{max-width:936px;padding:0}}@media only screen and (min-width: 1366px){.page__content--blog .container{max-width:1200px;width:1200px}}.page--white .page__content{background:#fff}.cookie-alert{position:fixed;z-index:99;bottom:30px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;width:95%;max-width:245px;padding:12px 16px;background:#f3f3f3;border:1px solid #3A5377;border-radius:12px}.cookie-alert.hidden{display:none}@media (min-width: 769px){.cookie-alert{bottom:71px;flex-direction:row;max-width:660px}}@media (min-width: 971px){.cookie-alert{bottom:20px}}@media (min-width: 1024px){.cookie-alert{max-width:890px}}.cookie-alert__info{flex:1;padding-right:16px;font-size:10px;font-style:normal;font-weight:400;line-height:140%;color:#221}.cookie-alert__info A{font-size:10px;line-height:140%}@media (min-width: 769px){.cookie-alert__info{font-size:12px;font-style:normal;font-weight:400;line-height:120%}.cookie-alert__info A{font-size:12px;line-height:140%}}.cookie-alert__actions{display:grid;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:8px;width:100%}@media (min-width: 769px){.cookie-alert__actions{width:auto}}.cookie-alert__button{background-color:#fff0;border-radius:8px;border:1px solid #221;padding:8px 12px;white-space:nowrap;color:#221;font-size:12px;font-style:normal;font-weight:500;cursor:pointer}.cookie-alert__button#cookie-alert-accept{background-color:#3a5377;border:none;grid-column-start:1;grid-column-end:3;grid-row-start:2;grid-row-end:3;padding:0 28px;color:#fff}.cookie-alert__privacy{color:#3a5377}.settings-cookie{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;display:flex;align-items:center;justify-content:center;background-color:#fff3}.settings-cookie.hidden{display:none}.settings-cookie__container{position:absolute;top:20px;right:20px;bottom:20px;left:20px;display:flex;flex-direction:column;max-width:1024px;max-height:922px;padding:30px;border-radius:16px;background-color:#fff;box-shadow:0 0 8px #0000005e}@media (min-width: 768px){.settings-cookie__container{position:relative;max-width:50%;max-height:80%}}.settings-cookie__close{position:absolute;top:16px;right:16px;width:15px;height:15px;cursor:pointer}.settings-cookie__info{display:flex;flex-direction:column;flex:1;overflow-y:auto;padding-bottom:12px}.settings-cookie__title{padding-bottom:16px;padding-right:24px;margin-bottom:0;color:#121212;text-align:start;font-size:21px}.settings-cookie__subtitle{padding-top:36px;padding-bottom:8px;margin:0!important;color:#121212;text-align:start;font-size:16px}.settings-cookie__text{margin-bottom:0;color:#121212;font-size:14px}.settings-cookie__radio{padding-top:12px;display:flex}.settings-cookie__radio-label{padding-right:12px;padding-left:4px;color:#121212}.settings-cookie__radio INPUT{cursor:pointer}.settings-cookie__actions{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:24px}.settings-cookie__reset-cookie,.settings-cookie__save-cookie{flex:1;padding:8px;border:none;border-radius:4px;height:100%;cursor:pointer}.settings-cookie__reset-cookie:disabled,.settings-cookie__save-cookie:disabled{opacity:.3}.settings-cookie__reset-cookie{background-color:#efefef;color:#555}.settings-cookie__save-cookie{background-color:#3a5377;color:#fff}body{font-family:Winston;font-style:normal;font-weight:400;line-height:normal;color:#090909}body *{box-sizing:border-box;outline:none}body .container{max-width:1200px;margin:0 auto}body ul{list-style-type:none;margin:0;padding:0}body a{text-decoration:none}body .popup{visibility:hidden;opacity:0;transition:visibility .6s,opacity .5s linear;z-index:100}body .popup_opened{visibility:visible;opacity:1;overscroll-behavior:contain}.main-bg{background:url(/build/assets/main_bg-B8Ii8buX.webp);background-size:contain}.transition{transition:visibility .6s,opacity .5s linear}.coral-red{color:#f7443b}.bold{font-weight:700}.no-scroll{width:initial;height:auto;position:static;overflow-x:hidden;overflow-y:scroll}html,body{height:100%;margin:0;display:flex;flex-direction:column}.main{flex:1}
