@font-face{font-family:Roboto Flex;src:url(/fonts/robotoflex-regular.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Roboto Condensed;src:url(/fonts/roboto_condensed_bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Roboto Condensed;src:url(/fonts/roboto_condensed_bold_italic.woff2) format("woff2");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Roboto Condensed;src:url(/fonts/roboto_condensed.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Roboto Condensed;src:url(/fonts/robotocondensed-regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Roboto Condensed;src:url(/fonts/robotocondensed-italic.woff2) format("woff2");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/roboto_light.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/roboto_regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/roboto_medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/roboto_bold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/roboto_bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/roboto_black_italic.woff2) format("woff2");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/roboto_black_italic.woff2) format("woff2");font-weight:900;font-style:italic;font-display:swap}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}body{font-family:sans-serif;background:linear-gradient(82deg,#3d578a 27% 47%,#3e89b3);background-repeat:no-repeat;background-size:cover;overflow-x:hidden}img{max-width:100%;height:auto;object-fit:contain}a{text-decoration:none;color:inherit}button,input,textarea,select{font:inherit}.container{max-width:1200px;margin:0 auto}.wide-container{width:100%;padding-inline:7vw}.header{width:100%;position:fixed;z-index:10;top:0;left:0;box-shadow:0 4px 10px #fff3;background:linear-gradient(50deg,#3d578a 32% 67%,#3e89b3);transition:transform .3s}.header:where(.header--visible){transform:translateY(0)}.header:where(.header--hidden){transform:translateY(-100%)}.nav{width:100%;color:#fff;padding:10px 0;display:flex;justify-content:space-between;align-items:center;transition:transform .5s ease-in-out,opacity .5s ease-in-out}.logo{display:flex;flex-direction:column;align-items:center;font-weight:700;font-size:20px}.logo p{font-family:Roboto Condensed;font-weight:700;font-size:24px;color:#eaecf4}.logo img{height:30px;margin-right:10px}.nav-links{display:flex;list-style:none;padding:0;margin:0;transition:transform .3s ease-in-out,opacity .3s ease-in-out,z-index .3s ease-in-out,display .3s ease-in-out}.nav-links li{margin:0 20px;transition:transform .3s ease-in-out}.nav-links li:hover{transform:scale(1.05)}.nav-links a{font-family:Roboto;font-weight:300;color:#fff;text-decoration:none;font-size:17px}.burger{display:none;flex-direction:column;cursor:pointer;transition:transform .3s ease-in-out}.burger:hover{transform:scale(1.05)}.header .burger{margin-left:auto;margin-right:20px}.burger div{width:40px;height:30%;background:#a5d5ea;margin:5px;border-radius:4px}.header.active .burger{display:flex}.actions{display:flex;gap:10px}.register-button{font-family:Roboto;font-weight:500;background:#65a30c;color:#fff;padding:10px 20px;border:none;border-radius:5px;cursor:pointer;font-size:18px;transition:transform .3s ease-in-out}.register-button-mobile{display:none}.register-button:hover{transform:scale(1.05)}.language-selector{position:relative;display:inline-block;cursor:pointer;font-family:Roboto;font-weight:600}.selected-language{display:flex;align-items:center;padding:5px 10px;border-radius:5px;color:#fff}.selected-language img{width:40px;height:40px;border-radius:50%;margin-right:5px}#selected-lang{font-family:Roboto;font-weight:600;font-size:30px}.arrow{margin-left:5px;font-size:12px}.language-dropdown{position:absolute;top:60px;left:10px;border-radius:5px;list-style:none;padding:5px 0;box-shadow:0 4px 8px #0003;background-color:#3e89b3;display:none;width:80px}.language-dropdown li{display:flex;align-items:center;padding:5px 10px;cursor:pointer;transition:background .2s}.language-dropdown li:hover{background:#f0f0f0}.language-dropdown img{width:20px;height:20px;border-radius:50%;margin-right:5px}.language-dropdown.active{display:block}@media(max-width:1200px){.container{padding:0 15px}}@media(max-width:820px){.burger{display:flex}.nav-links{display:none;flex-direction:column;position:absolute;top:70px;right:0;background:#3d578a;width:100%;padding:15px;text-align:center;border-radius:0 0 10px 10px}.actions{gap:0}}@media(max-width:768px){.nav-links.active{display:flex;flex-direction:column;cursor:pointer}.burger{display:flex}.burger div{width:30px;height:4px;background:#a5d5ea;margin:5px;border-radius:4px}.nav{padding:5px 0}.s1-title{font-size:40px;line-height:50px}.s1-text{font-size:18px}.s1-button{width:80%;padding:16px;font-size:20px}.register-button{display:none}.register-button-mobile{display:block;background:#4caf50;color:#fff;padding:10px 20px;border:none;border-radius:5px;cursor:pointer;font-size:18px;transition:transform .3s ease-in-out}.language-selector{margin-left:auto}}@media(max-width:480px){.s1-title{font-size:32px;line-height:42px}.s1-text{font-size:16px}.s1-button{width:90%;padding:14px;font-size:18px}.nav{padding:8px 0 7px}.logo img{margin-right:0;display:block;height:initial}.logo{gap:5px;margin-right:10px}.logo p{font-size:20px;line-height:normal}.selected-language img{width:30px;height:30px}.language-dropdown{top:50px}}#scrollToTop{position:fixed;bottom:30px;right:30px;width:48px;height:48px;border:none;border-radius:50%;background-color:#333;color:#fff;font-size:24px;cursor:pointer;box-shadow:0 4px 6px #0000004d;display:none;align-items:center;justify-content:center;z-index:1000;transition:background-color .3s}#scrollToTop:hover{background-color:#555}@media(min-width:768px){#scrollToTop.show{display:flex}}.main{padding-top:80px}.main-s1{width:100%;height:90%;display:flex;justify-content:center;align-items:center}.s1-content{display:flex;justify-content:space-between;padding:25px 0;margin:25px 0}.s1-left{width:55%;display:flex;flex-direction:column;justify-content:flex-start;gap:10%}.s1-right{width:45%;height:auto}.s1-title{font-family:Roboto;font-style:italic;font-weight:900;font-size:65px;color:#fff;line-height:75px}.s1-text{font-family:Roboto Condensed;font-weight:400;font-size:24px;color:#a5d5ea;line-height:1.8rem;flex-grow:1}.s1-button,.s1-button-mobile{background-color:#65a30c;width:60%;padding:20px;margin-bottom:25px;text-align:center;border-radius:10px;color:#fff;font-family:Roboto;font-weight:700;font-size:24px;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;align-self:flex-start}.s1-button-mobile{display:none}.s1-button:hover{transform:scale(1.05);box-shadow:0 0 1.8rem #67af00}@media(max-width:768px){.s1-content{flex-direction:column;margin:0}.s1-left{width:100%;gap:5%}.s1-right{width:100%;display:flex;justify-content:center;margin-top:20px;padding:5%}.s1-right img{max-width:70%;height:auto}.s1-title{font-size:36px;line-height:55px}.s1-text{font-size:22px}.s1-button{display:none}.s1-button-mobile{display:block;width:80%;margin:20px auto;font-size:16px;padding:15px 20px}}@media(max-width:480px){.s1-left{width:100%}.s1-title{font-size:30px;line-height:40px}.s1-text{font-size:18px}.s1-right{width:100%;display:flex;justify-content:center}.s1-right img{width:90%;max-width:300px}.s1-button-mobile{width:90%;padding:15px}}@media(max-width:375px){.s1-right{width:70%;margin-top:0}.s1-content{align-items:center;padding:0}}.main-s2{width:100%}.s2-content{padding:5% 0;display:flex;justify-content:space-around}.s2-content-item{display:flex;flex-direction:column;align-items:center}.s2-content-item p{color:#fff;font-family:Roboto Condensed;font-style:italic;font-weight:400;font-size:26px;text-align:center;margin-top:25px}.s2-item{width:260px;height:260px;border-radius:50%;background-color:#7ec4f3;box-shadow:0 .3rem 1.4rem #2d2d2d8c;display:flex;justify-content:center;align-items:center;flex-direction:column;transition:transform .3s ease-in-out}.s2-item:hover{transform:scale(1.05)}.s2-item img{width:80%}@media(max-width:805px){.s2-content{gap:10%}.s2-content-item{margin-bottom:20px}.s2-item{width:180px;height:180px}}@media(max-width:768px){.s2-content-item p{font-size:20px}.s2-item{width:120px;height:120px}}@media(max-width:480px){.s2-content{gap:1%}.s2-item{width:100px;height:100px}.s2-content-item p{font-size:14px}}@media(max-width:324px){.s2-item{width:80px;height:80px}}.blue-text{color:#14a0ff}.main-s3{width:100%}.s3-content{display:flex}.s3-left{width:45%}.s3-right{width:55%;padding:5% 0;display:flex;flex-direction:column;gap:10%}.s3-title{color:#eaecf4;font-family:Roboto;font-weight:700;font-size:48px;font-style:italic;margin-bottom:50px}.s3-right p{color:#a5d5ea;font-family:Roboto Condensed;font-weight:400;font-size:20px}@media(max-width:768px){.s3-content{flex-direction:column-reverse;padding:0 15px}.s3-left,.s3-right{width:100%}.s3-title{font-size:28px}.s3-right p{font-size:16px;padding-bottom:15px}.s3-left{display:flex;justify-content:center}.s3-left img{width:70%}}@media(max-width:480px){.s3-title{font-size:22px}.s3-right p{font-size:16px;padding-bottom:14px}}.main-s4{width:100%}.s4-content{width:100%;padding:35px 0}.s4-title{color:#fff;text-align:center;font-family:Roboto;font-weight:700;font-size:48px;font-style:italic;margin-bottom:20px}.s4-item-left-content{display:flex;gap:5%}.s4-left{width:65%;display:flex;flex-direction:column;justify-content:center;gap:10%}.s4-item-title{font-family:Roboto Condensed;font-weight:700;font-size:44px;color:#fff;font-style:italic}.s4-item-text{color:#a5d5ea;font-family:Roboto Condensed;font-weight:400;font-size:20px}.s4-right{width:35%;padding:3%;display:flex;justify-content:center;align-items:center;position:relative}.s4-right:after{content:"";position:absolute;width:260px;height:260px;background-color:#d9d9d966;border-radius:50%;z-index:-1}.s4-item-right-content{display:flex;gap:5%}@media(max-width:768px){.s4-item-left-content{flex-direction:column;align-items:center;gap:5%}.s4-item-right-content{flex-direction:column-reverse;align-items:center}.s4-left{width:100%;margin-bottom:20px}.s4-right{width:50%;margin-bottom:25px}.s4-title{font-size:28px}.s4-item-title{font-size:24px;margin-bottom:5px}.s4-item-text{font-size:16px;margin-bottom:20px}.s4-right:after{width:150px;height:150px}}@media(max-width:480px){.s4-title{font-size:22px}.s4-item-title{font-size:18px}.s4-item-text{font-size:14px}}.main-s5{background-repeat:no-repeat;background-size:cover;padding:3% 0;position:relative;overflow:hidden}.main-s5:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background:linear-gradient(180deg,#3d578a33 13%,#3d578acc 50% 59%,#3e89b333 93%)}.s5-title{color:#fff;text-align:center;font-family:Roboto;font-weight:700;font-size:48px;font-style:italic;margin:40px 0}.s5-items-1,.s5-items-2{display:flex;justify-content:space-evenly;flex-wrap:wrap}.s5-items-1 .s5-item{width:25%;display:flex;flex-direction:column;justify-content:flex-start}.s5-item img{padding:10%}.s5-text{color:#fff;text-align:center;padding:0 25px;font-family:Roboto Condensed;font-weight:400;font-size:24px}.s5-items-2 .s5-item{width:23%;display:flex;justify-content:center}@media(max-width:768px){.s5-items-1,.s5-items-2{flex-direction:column;align-items:center}.s5-item{align-items:center}.s5-items-1 .s5-item,.s5-items-2 .s5-item{width:80%}.s5-item img{height:auto;padding:10px;width:50%}.s5-title{font-size:28px;margin:15px}.s5-text{font-size:24px}}@media(max-width:480px){.s5-item img{width:60%}.s5-items-1 .s5-item{width:100%}.s5-items-2 .s5-item img{width:75%}.s5-title{font-size:22px}.s5-text{font-size:18px}}.main-s6{width:100%}.s6-title{color:#fff;font-family:Roboto;font-weight:700;font-size:48px;font-style:italic;margin:40px 0}.s6-content{width:100%;padding:20px 0;background:linear-gradient(180deg,#0d294d,#008eee94 52%,#0d294d)}.s6-items{display:flex;justify-content:space-around;align-items:center;gap:10px}.s6-item{display:flex;justify-content:center;align-items:center;transition:transform .3s ease-in-out}.s6-item:hover{transform:scale(1.05)}@media(max-width:1200px){.s6-items{flex-wrap:wrap;gap:5px}}@media(max-width:768px){.s6-item{width:20%}.s6-title{font-size:28px;margin:20px}.s6-item img{padding:10px}}@media(max-width:480px){.s6-title{font-size:22px;margin:10px}.s6-item img{padding:5px}}.faq-container{max-width:100%;margin:auto;padding:2% 2% 10%;border-radius:8px;box-shadow:0 4px 10px #0000001a}.faq-title{color:#fff;font-family:Roboto;font-weight:700;font-size:48px;font-style:italic;margin:40px 0}.faq-item{border-radius:5px;margin-bottom:10px}.faq-question{padding:15px 0;display:flex;justify-content:space-between;gap:2%;align-items:center;cursor:pointer;border-bottom:2px solid #19b4f1}.faq-question p{font-family:Roboto Condensed;font-size:28px;color:#fff;font-weight:500}.faq-answer{display:none;padding:15px 0;font-family:Roboto Condensed;font-size:20px;font-weight:300;color:#6dc4ff}.faq-question svg{color:#19b4f1;transform:rotate(180deg);transition:transform .3s ease}.faq-item.active .faq-answer{display:block}.faq-item.active .faq-question svg{transform:rotate(0)}@media(max-width:768px){.faq-title{font-size:26px}.faq-question{border-bottom:1px solid #75c7ff}.faq-question p{font-size:18px}.faq-answer{font-size:16px}}@media(max-width:480px){header .container{padding:0 22px 0 32px}.faq-title{font-size:15px}.faq-question p{font-size:14px}.faq-answer{font-size:12px}}.contact{background-color:#fff;background-repeat:no-repeat;background-size:60%}.contact-content{display:flex;padding-bottom:40px}.cnt-left{width:50%}.cnt-title{color:#092e60;font-family:Roboto;font-weight:700;font-size:48px;font-style:italic;margin:40px 0}.cnt-left p{color:#092e60;font-family:Roboto Condensed;font-weight:400;font-size:20px;padding-bottom:20px;line-height:100%;font-style:italic}.cnt-mail,.cnt-telegram{display:flex;justify-content:flex-start;align-items:center;gap:15px;margin:30px 0}.cnt-mail img{width:40px;height:30px}.cnt-telegram img{width:40px;height:40px}.cnt-mail a,.cnt-telegram a{text-decoration:underline;font-size:24px;font-family:Roboto;font-weight:700;color:#092e60}.cnt-right{width:50%}.form-container{border-radius:10px;width:100%}.form-title{color:#092e60;font-family:Roboto;font-weight:700;font-size:48px;font-style:italic;margin:40px 0}.form-container form{width:100%;max-width:678px;display:flex;flex-direction:column;gap:25px}.form-group{text-align:left;font-family:Roboto;font-weight:400;font-size:32px}.form-group input{width:100%;padding:39px 44px;border-radius:59px;border:1px solid black;background-color:#e3e3e3;box-shadow:0 4px 4px #00000040 inset;outline:none;font-size:16px}@media(max-width:1440px){.form-group input{padding:25px 30px}}.radio-group{display:flex;justify-content:space-evenly;align-items:center;gap:10px;margin:10px 0;>label{color:#000;font-family:Roboto;font-weight:400;font-size:26px;display:flex;align-items:center;cursor:pointer;gap:13px;>input{width:41px;cursor:pointer;height:41px}}}.submit-btn{background-color:#4caf50;font-family:Roboto;font-weight:700;color:#fff;border:none;padding:12px;width:281px;height:62px;border-radius:10px;font-size:25px;cursor:pointer;margin:10px auto;transition:transform .3s ease-in-out;box-shadow:0 .2rem .4rem #00000073}.submit-btn:hover{transform:scale(1.05)}.submit-btn:disabled{opacity:.6;pointer-events:none}@media(max-width:820px){.contact{background-size:cover;background-position:center left}.contact-content{flex-direction:column}.cnt-left,.cnt-right{width:100%}.form-container form{width:100%;gap:13.5px}.cnt-mail,.cnt-telegram{margin:15px 0}.cnt-title,.form-title{font-size:25px;margin:28px 0 5px}.cnt-left p{font-size:20px;padding-bottom:10px}.cnt-mail a,.cnt-telegram a{font-size:20px}.form-title{text-align:center}.form-group input{font-size:14px;padding:17px 20px}}@media(max-width:480px){.form-title{font-size:25px;margin:20px 0}}.footer{width:100%;padding:30px 0;background:linear-gradient(89.96deg,#3e5a8d .04%,#5193b8 99.97%)}.footer-content{display:flex;justify-content:space-between;align-items:center;gap:20px}.logo-footer{display:flex;flex-direction:column;align-items:start;font-weight:700;font-size:20px;>img{width:229px;height:48px}}.logo-footer p{font-family:Roboto Flex;font-weight:700;font-size:35px;color:#eaecf4;margin-left:25px}.ftr-text{font-family:Roboto Condensed;color:#fff;font-weight:400;font-size:25px;opacity:.5;padding:20px 0;text-transform:uppercase}.footer-links{list-style:none;font-family:Roboto Condensed;font-weight:400;font-size:30px;color:#fff;opacity:.5}@media(max-width:768px){.logo-footer p{font-size:20px;margin-left:12px}.ftr-text{font-size:10px;padding:10px 0}.footer-links{font-size:15px}.logo-footer>img{width:124px;height:26px}}@media(max-width:540px){.footer-links{text-align:center}.footer{padding:16px 0;>.container{padding:0 30px}}}.error-404{width:100%;height:91vh;background-image:url(/images/404/404-error.png);background-repeat:no-repeat;background-position:bottom center;background-size:70%;text-align:center}.error-content{display:flex;flex-direction:column;padding:10% 10% 15%}.error-title{color:#eaecf4;font-family:Roboto;font-weight:900;font-size:48px;margin-bottom:50px}.error-content p{font-family:Roboto;font-weight:700;font-size:25px;color:#fff}.error-btn{border-radius:10px;margin:20px auto;font-family:Roboto;font-weight:700;font-size:26px;padding:15px 20px;color:#fff;background-color:#6dc4ff;transition:transform .3s ease-in-out}.error-btn:hover{transform:scale(1.05)}@media(max-width:768px){.error-title{font-size:26px}.error-content p{font-size:16px}.error-btn{font-size:18px}}@media(max-width:480px){.error-title{font-size:22px}.error-content p{font-size:14px}.error-btn{font-size:16px}}.form-status{margin-top:10px;font-weight:700;font-size:16px}.form-status.success{text-align:center;color:green}.form-status.error{color:red;text-align:center}.error-message{font-size:12px;font-weight:400;color:red}section[id]{scroll-margin-top:100px}@media(max-width:768px){section[id]{scroll-margin-top:10px}}.custom-link{color:#fff;text-decoration:none;transition:color .3s ease}.custom-link:hover{color:#31a5e3;text-decoration:underline}.loader{position:absolute;z-index:9999;width:100vw;height:100vh;top:0;left:0;background:linear-gradient(#1067d9,#1e3a5f);opacity:1;transition:opacity .4s ease}.loader--hidden{opacity:0;pointer-events:none}.loader__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:clamp(70px,calc(31.65px + 9.54vw),215.6px)}.loader__spinner img{width:100%;height:auto;animation:spin 2s linear infinite}.loader__logo{position:absolute;top:30px;right:clamp(36px,calc(2.77px + 8.28vw),162px);width:clamp(155px,calc(83.4px + 17.82vw),425.5px)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.blog{background-image:url(/images/blog-background.webp);width:100%;background-repeat:no-repeat;background-size:cover;height:1360px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(4,1fr);gap:20px;width:100%;max-width:1267px;height:1220px;margin:70px auto;padding:70px 0;position:relative;>.blog-grid-date{content:"18 июня 2026";position:absolute;top:100px;right:449px;height:71px;width:100%;text-align:center;max-width:265px;background-color:#f1ffddbf;border-radius:60px;padding:21px 5px;font-family:Roboto;font-weight:500;font-size:25px;line-height:100%;color:#092e60;box-shadow:0 4px 28.9px #585858b3;backdrop-filter:blur(3px)}}html[lang=ky] .blog-grid .blog-grid-date{max-width:335px}html[lang=ky] .blog-main-content,html[lang=uz] .blog-main-content{padding:8px 27px;>p{margin-bottom:10px}}.blog-main-card{grid-column:1 / span 2;grid-row:1 / span 2;box-shadow:0 4px 20.9px #00000059;border-radius:7px;background-color:#e8f8ff}.blog-card{border-radius:7px;background-color:#e8f8ff;box-shadow:0 4px 20.9px #00000059;height:290px;>img{border-radius:7px 7px 0 0;pointer-events:none}>.blog-button{max-width:159px;height:40px;padding:10px 15px;font-size:17px;margin-left:11px}>h3{margin:11px 0 7px;padding-left:11px;max-width:387px;font-family:Roboto;font-size:15px;font-weight:700;color:#092e60;line-height:1}}.blog-main-image{border-radius:7px;pointer-events:none}.blog-main-content{padding:0 27px;>h2{font-weight:700;font-family:Roboto;font-size:25px;line-height:100%;color:#092e60;margin-bottom:10px}>p{font-weight:400;font-family:Roboto Condensed;font-size:16px;line-height:100%;color:#3f88b3;height:42px}}.blog-button{width:100%;max-width:211px;height:52px;background-color:#65a30c;border-radius:5px;padding:14.5px 31px;color:#fff;display:flex;align-items:center;justify-content:space-between;font-size:20px;font-family:Roboto;font-weight:500;transition:transform .3s ease-in-out;&:hover{transform:scale(1.05)}}html[lang=en] .blog-card>.blog-button{padding:14.5px 10px}html[lang=en] .blog-main-content>.blog-button{padding:13.5px 25px}@media(max-width:1024px){.blog{height:1220px}.blog-grid{max-width:965px;>.blog-grid-date{right:350px}}.blog-card{height:250px}.blog-main-card{height:525px}.blog-main-content{padding:15px 27px;>p{margin-bottom:15px}}}@media(max-width:768px){.blog{height:2800px}.blog-grid{display:flex;max-width:735px;flex-direction:column;align-items:center;>.blog-grid-date{right:16px;top:86px;height:54px;width:220px;padding:20px 45px;font-size:20px}}.blog-main-content{>h2{font-size:20px}>p{font-size:14px}}.blog-button{padding:6px 25px;height:42px}.blog-card>img{width:100%;height:60%}.blog-card{width:100%}}@media(max-width:425px){.blog{height:2650px}.blog-main-card{height:391px}.blog-grid{max-width:370px;padding:30px 0;>.blog-grid-date{height:35px;width:132px;padding:11px 17px;font-size:15px;top:40px}}.blog-card{max-width:370px}.blog-main-content{padding:22px 27px;>h2{font-size:18px}>p{height:64px;margin-bottom:25px}}.blog-button{height:33px;max-width:177px;font-size:15px;padding:7.5px 30px;>img{width:22px}}}.blog-post{padding-top:65px}.blog-post-main-img-wrapper{position:relative;line-height:0;width:100%;>img{pointer-events:none;width:100%}}.blog-post-main-img-date-wrapper{position:absolute;bottom:59px;width:100%;display:flex;justify-content:center}.blog-post-main-img-date{width:max-content;display:flex;align-items:center;justify-content:center;padding:13px;background-color:#beffb966;box-shadow:0 4px 28.9px #585858b3;border-radius:60px;font-family:Roboto;font-weight:500;font-size:30px;color:#fff;backdrop-filter:blur(4px);>img{pointer-events:none;margin-right:18px}}.blog-post-content-wrapper{width:100%;padding:40px 135px 70px;color:#fff;background-repeat:no-repeat;background-size:cover}.blog-post-content-wrapper1{background-image:url(/images/blog-post-content-wrapper1.webp)}.blog-post-content-wrapper2{background-image:url(/images/blog-post-content-wrapper2.webp)}.blog-post-section{width:100%;max-width:1454px;margin:auto}.blog-post-section>h1,.blog-post-section>h2{font-family:Roboto;font-weight:700;font-size:45px;line-height:100%;margin-bottom:10px;margin-top:10px}.blog-post-section>p{font-weight:400;font-size:30px;font-family:Roboto Condensed;line-height:100%}.blog-post-third-section-text-wrapper>h2{padding-top:20px}.blog-post-third-section-text-wrapper{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px;padding-top:30px;>img{pointer-events:none;border-radius:50%;box-shadow:0 0 70px 5px #6dc4ff}}.blog-post-third-section-text-content{width:100%;max-width:1001px;margin:0;>h2{font-weight:700;font-size:45px;line-height:100%;margin-bottom:10px;font-family:Roboto;margin-top:10px}>p{font-weight:400;font-family:Roboto Condensed;font-size:30px;line-height:100%}}.blog-post-section-ul{margin-top:10px;margin-bottom:10px;font-weight:400;font-family:Roboto Condensed;font-size:30px;line-height:137%;color:#fff;list-style-type:none;>li{display:flex;align-items:center;gap:10px}}.blogPost-faq-section-wrapper{width:100%;max-width:1454px}.blogPost-faq-item{margin-bottom:10px}.blogPost-faq-question.open{background-color:#e8f8ff}.blogPost-faq-question{width:100%;cursor:pointer;text-align:left;background-color:#a5d5ea;padding:9.5px 20px;color:#092e60;border:1px solid #1f72b8;border-radius:10px;line-height:100%;position:relative;transition:background-color .3s ease}.blogPost-faq-question h3{margin:20px 0 25px;font-weight:600;font-family:Roboto Condensed;font-size:30px}.blogPost-faq-answer{overflow:hidden;font-weight:400;font-size:25px;animation:slideDown .3s ease;padding-bottom:10px;padding-top:10px;>p{font-family:Roboto Condensed;line-height:100%}}@keyframes slideDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.faq-arrow{transform:rotate(0);position:absolute;top:33px;right:20px;transition:transform .3s ease}.faq-arrow.open{transform:rotate(180deg)}.blogPost-faq-section>h2{margin-top:30px;margin-bottom:30px}@media(max-width:1100px){.blog-post-main-img-date{font-size:22px;>img{max-width:30px;margin-right:10px}}.blog-post-third-section-text-content{>h2{font-size:32px}>p{font-size:24px}}.blog-post-section-ul{font-size:24px}.blog-post-content-wrapper{padding:20px 60px}.blog-post-section>h1,.blog-post-section>h2{font-size:32px}.blog-post-section>p,.blog-post-section-ul{font-size:24px}.blog-post-section-ul>li{margin-bottom:5px;>img{max-width:33px}}.blog-post-third-section-text-wrapper>img{max-width:286px}.blog-post-section-agent-section{margin-top:40px}.blog-post-section-ul-subtitle{position:absolute;max-width:904px}.blogPost-faq-question h3{max-width:840px;line-height:100%}}@media(max-width:768px){.blog-post-main-img-date{font-size:18px;>img{max-width:25px;margin-right:5px}}.blog-post-content-wrapper{padding:20px 30px}.blog-post-section>h1,.blog-post-section>h2{font-size:28px}.blog-post-section>p,.blog-post-section-ul{font-size:20px}.blog-post-third-section-text-content{>h2{font-size:28px}>p{font-size:20px}}.blog-post-section-ul{font-size:20px}.blog-post-section-ul>li{margin-bottom:5px;>img{max-width:25px}}.blog-post-third-section-text-wrapper{flex-direction:column;gap:20px;padding-bottom:40px;>img{max-width:306px;margin:55px auto 0;display:block}}}@media(max-width:650px){.blog-post-main-img-date{font-size:13px;>img{max-width:20px;margin-right:5px}}}@media(max-width:430px){.blog-post-main-img-date-wrapper{bottom:10px}.blog-post-main-img-date>img{max-width:25px;margin-right:5px}.blog-post-content-wrapper{padding:20px 16px}.blog-post-section>h1,.blog-post-section>h2{font-size:23px}.blog-post-section>p,.blog-post-section-ul{font-size:18px}.blog-post-third-section-text-content{>h2{font-size:23px}>p{font-size:18px}}.blog-post-section-ul{font-size:18px}.blog-post-section-ul>li{font-size:17px;gap:7px}.blogPost-faq-question h3{font-size:18px;margin:0;max-width:313px}.blogPost-faq-answer{font-size:15px}.faq-arrow{top:15px;right:22px}}@media(max-width:350px){.blog-post-main-img-date{font-size:17px;padding:6px}.cnt-mail a,.cnt-telegram a{font-size:17px}.blog-post-third-section-text-wrapper>img{max-width:290px}}.text-in-img-wrapper{background-image:url(/images/gold-background.webp);background-repeat:no-repeat;background-size:100% 100%;background-position:top center;position:relative;margin:25px 0 35px;padding:217px 330px 68px 45px;>p{font-family:Roboto Condensed;font-weight:400;font-size:31px;line-height:100%;color:#fff;text-shadow:0px 0px 12.2px rgba(200,151,29,1);max-width:1074px}>ul{text-shadow:0px 0px 12.2px rgba(200,151,29,1)}}.gold-cup-img{position:absolute;bottom:0;right:-90px;pointer-events:none}.text-in-img-subtitle{margin-top:35px;margin-bottom:35px}@media(max-width:1440px){.text-in-img-wrapper{padding:169px 255px 68px 45px;>p,>ul{font-size:24px}}.gold-cup-img{width:33%}}@media(max-width:1640px){.text-in-img-wrapper{padding:173px 222px 40px 30px;margin:20px auto 0;>p,>ul{font-size:26px}}.gold-cup-img{width:100%;max-width:329px;right:-32px}.text-in-img-subtitle:first-of-type{margin-top:0}.text-in-img-subtitle:last-of-type{margin-bottom:70px}}@media(max-width:1440px){.text-in-img-wrapper>p,.text-in-img-wrapper>ul{font-size:20px}.gold-cup-img{max-width:230px}}@media(max-width:1240px){.text-in-img-wrapper{padding:140px 30px 30px;>p,>ul{font-size:20px}}}@media(max-width:1040px){.text-in-img-wrapper{background-image:url(/images/gold-background-laptop.webp);padding:164px 196px 30px 30px;>p,>ul{font-size:24px}}.gold-cup-img{max-width:330px}}@media(max-width:950px){.gold-cup-img{max-width:210px}.text-in-img-wrapper{padding:127px 30px 40px;>p,>ul{font-size:19px}}}@media(max-width:700px){.text-in-img-wrapper{padding:130px 40px 40px 30px;>p,>ul{font-size:14px}}.gold-cup-img{max-width:180px}}@media(max-width:500px){.text-in-img-wrapper{background-image:url(/images/gold-background-mobile.webp);padding:123px 20px 0 30px;background-size:100% 100%;background-position:top center;width:100%;>p,>ul{font-size:18px;max-width:330px;margin:0 0 10px}}.gold-cup-img{position:static;display:block;max-width:276px;margin:0 auto;padding-bottom:30px;max-height:306px}.text-in-img-subtitle:first-of-type{margin-top:20px}.text-in-img-subtitle:last-of-type{margin-bottom:20px}}
