:root{--white:#fff;--black:#000}*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}:focus,:active{outline:none}a:focus,a:active{outline:none}a{text-decoration:none}body{box-sizing:border-box}aside,nav,footer,header,section{display:block}input::-ms-clear{display:none}button{cursor:pointer;border:none;background-color:transparent}button::-moz-focus-inner{padding:0;border:0}ul li{list-style:none}dl,ol,ul{margin:0;padding:0}label{margin:0}p{margin:0}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit;margin:0}input:not([type=checkbox]):not([type=radio]),textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none}body{font-family:var(--font-main);font-size:18px;color:var(--text-color);background-color:var(--page-bg);font-weight:400;padding-top:80px;position:relative}.wrapper{min-height:100vh;overflow:hidden}section{padding:60px 0}h1,h2,h3,h4{line-height:110%;margin-bottom:20px}h1{font-size:56px;font-weight:500;letter-spacing:-3px;line-height:120%}h2{font-size:60px;font-weight:500;letter-spacing:-1.8px;line-height:100%}h3{font-size:36px;font-weight:700;letter-spacing:-1.08px}h4{font-size:28px;font-weight:600}b{font-weight:900}p{margin-bottom:20px}p:last-child{margin-bottom:0}li{margin-bottom:15px}li:last-child{margin-bottom:0}ul{margin-bottom:15px}img{display:block}.container{max-width:var(--container-width);padding:0 15px;margin:0 auto}.bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.text-center{text-align:center}.btn{font-weight:700;display:flex;justify-content:center;align-items:center;width:fit-content;padding:13px 30px 17px;transition:background 0.3s ease-in-out,color 0.3s ease-in-out;border-radius:50px;background:var(--accent);color:#fff;height:40px;font-size:20px}@media (any-hover:hover){.btn:hover{background:rgba(50,101,255,.9333333333)}}.btn.btn--center{margin:60px auto 0 auto}.btn.btn--grey{background:rgba(17,17,20,.1);color:#111114}@media (any-hover:hover){.btn.btn--grey:hover{background:rgba(17,17,20,.2)}}.fixed-elem{border-radius:100px;background:#E5FEFF;padding:15px 75px;display:flex;align-items:center;width:600px;height:80px;gap:42px;left:-220px;position:fixed;transform:rotate(-90deg);top:50%;transform:translateY(-50%) rotate(-90deg);transition:box-shadow 1s ease-in-out;z-index:100}.fixed-elem.active{animation:fixed-elem 1.1s ease-in-out infinite alternate}.fixed-elem .fixed-elem__btn{font-size:18px;border:3px solid #407779;padding:12px 10px;background-color:#2A3F40;height:50px}@media (any-hover:hover){.fixed-elem .fixed-elem__btn:hover{background-color:#407779}}@keyframes fixed-elem{0%{box-shadow:0 0 0 0 rgba(118,202,212,.6)}50%{box-shadow:0 0 80px 0 rgba(118,202,212,.6)}100%{box-shadow:0 0 0 0 rgba(118,202,212,.6)}}.fixed-elem__icons{position:absolute;width:100%;height:100%;left:0;top:0;pointer-events:none}.fixed-elem__icons img{position:absolute;transition:all 0.3s ease-in-out}.fixed-elem__icons img:first-child{right:6px;top:35px}.fixed-elem__icons img:nth-child(2){right:28%;top:-17px}.fixed-elem__icons img:nth-child(3){left:20%;top:71px}.fixed-elem__icons img:last-child{left:15px;top:-15px}.size-full{transform:translateY(40px);opacity:0}.size-full.act-img{animation:img 0.5s ease-in-out 0.6s forwards}@keyframes img{0%{transform:translateY(40px);opacity:0}100%{transform:translateY(0);opacity:1}}.fixed-nav{position:fixed;left:100px;top:50%;transform:translateY(-50%);z-index:22222222;display:flex;flex-direction:column;align-items:center;gap:15px}.fixed-nav__arrows{display:flex;flex-direction:column;border-radius:50px;background:#FFF;height:60px;width:30px;box-shadow:0 0 10px 0 rgba(0,0,0,.5)}.fixed-nav__arrows button{background-repeat:no-repeat;background-size:70%;background-position:center;border:none;height:50%;width:100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' fill='none'%3E%3Cpath stroke='%23090808' stroke-linecap='square' stroke-linejoin='round' stroke-width='1.5' d='m2 1.5 5 5 5-5'/%3E%3C/svg%3E")}.fixed-nav__arrows--prev{transform:rotate(180deg)}.fixed-nav__dots a{border-radius:50px;opacity:.3;background:#FFF;display:block;width:20px;height:20px;margin-bottom:15px;box-shadow:0 0 10px 0 rgba(0,0,0,.5)}.fixed-nav__dots a.active{opacity:1}.slimScrollDiv{color:#000}.btn-show-form{background-color:var(--accent);width:60px;height:60px;border-radius:50%;position:fixed;right:40px;bottom:40px;cursor:pointer;z-index:10;transition:opacity 0.3s ease-in-out}@media (any-hover:hover){.btn-show-form:hover{opacity:.8}}.btn-show-form svg{fill:#fff!important;width:30px;height:30px}@media (max-width:1580px){.fixed-nav{left:15px}}@media (max-width:1350px){.fixed-nav{display:none}}@media (max-width:1200px){body{padding-top:69px;line-height:160%;font-size:16px}.btn{padding:8px 15px}.container{padding:0 15px}h2{font-size:36px;letter-spacing:-1.08px}h2 br{display:none}section{padding:40px 0}h3{font-size:30px}h4{font-size:24px;line-height:130%}.btn.btn--center{margin-top:30px;font-size:19px;width:100%;min-height:58px}body::before{height:69px}}.about{padding:80px 0;margin-top:0;border-top:1px solid rgba(224,224,224,.15);border-bottom:1px solid rgba(224,224,224,.15);background:rgba(255,255,255,.1)}.text-img-block{margin-top:50px;display:grid;grid-template-columns:repeat(2,1fr);align-items:center;gap:20px}.text-img-block.reverce .text-img-block__img{grid-column:1/2;grid-row:1/2}.text-img-block.reverce .text-img-block__text{grid-column:2/3}.text-img-block__img{border-radius:15px;border:1px solid rgba(224,224,224,.15)}.text-img-block__img img{width:100%;height:100%;border-radius:15px;object-fit:cover}.text-img-block__text{line-height:160%}@media (max-width:991px){.about__top{grid-template-columns:1fr}.about__left{gap:20px}.about__top{display:flex;flex-direction:column-reverse}}.advantages__wrapper{margin-top:50px}.box-row{margin-bottom:20px}.box-row.last-child{margin-bottom:0}.box-block__icon{margin-bottom:15px;width:60px;height:60px;display:flex;justify-content:center;align-items:center}.box-block__icon img{width:100%;height:100%;object-fit:cover}@media (max-width:991px){.advantages__left{width:calc(100% + 30px);transform:translateX(-15px);min-width:unset;height:230px}.advantages__left img{border-radius:0}.advantages__wrapper{flex-direction:column;gap:20px}.advantages-item{flex-direction:column}.advantages__text{padding:0;background-color:transparent}}.alert__wrapper{position:relative;border-radius:15px;overflow:hidden;z-index:0;padding:50px 80px}.alert__wrapper strong{margin-bottom:5px;display:inline-block}.alert__wrapper p:last-child{margin-top:20px}.alert__bg{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;z-index:-1;opacity:.6;filter:blur(5px)}.alert__text{font-size:22px;line-height:150%}@media (max-width:991px){.alert__wrapper{padding:30px 20px}}.all-posts{margin-top:50px}.all-posts .description__wrapper{align-items:center}.all-posts .description{margin-top:50px}.all-posts__title{font-size:60px;text-align:center;margin-bottom:50px}.all-posts__btns{margin:50px auto 0 auto;display:flex;justify-content:center;gap:30px}.all-posts-ratings .table-row-item:last-child{filter:none}.all-posts-ratings .table-row .table-row-item__cols{cursor:pointer}.all-posts-ratings .table-row-item__descr{padding:20px;padding-bottom:0;line-height:160%;font-size:16px}.all-posts-ratings .table-row-item__descr div{display:grid;grid-template-columns:1fr 1fr;column-gap:20px}.all-posts-ratings .table-row-item{transition:background 0.1s linear}@media (any-hover:hover){.all-posts-ratings .table-row-item:hover{background:rgba(14,71,241,.0431372549)}}.all-posts-ratings__wrapper{padding:50px 110px;border-radius:12px;border:1px solid #F8F8F8;background:#F8F8F8}.all-posts-reviews .article-reviews:first-child{grid-column:1/3}.all-posts-reviews .article-reviews:first-child .article-reviews__img{height:435px}.all-posts-reviews .article-reviews:first-child a{grid-template-rows:435px 1fr}.all-posts-reviews .all-posts__wrapper{display:grid;gap:30px;grid-template-columns:repeat(2,1fr)}.editor-block{border-radius:20px;background:#F8F8F8;padding:30px;display:flex;gap:20px;margin-bottom:50px}.editor-block__img{min-width:150px;width:150px;height:150px}.editor-block__img img{width:100%;height:100%;object-fit:cover}.editor-block__top{display:flex;gap:6px;color:#111114;font-size:22px;font-weight:700}.editor-block__name{display:flex;align-items:center;gap:6px}.editor-block__name::after{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%2300AEEF' d='M22.5 12.5c0-1.58-.875-2.95-2.148-3.6.154-.435.238-.905.238-1.4 0-2.21-1.71-3.998-3.818-3.998-.47 0-.92.084-1.336.25C14.818 2.415 13.51 1.5 12 1.5s-2.816.917-3.437 2.25a3.606 3.606 0 0 0-1.336-.25c-2.11 0-3.818 1.79-3.818 4 0 .494.083.964.237 1.4-1.272.65-2.147 2.018-2.147 3.6 0 1.495.782 2.798 1.942 3.486-.02.17-.032.34-.032.514 0 2.21 1.708 4 3.818 4 .47 0 .92-.086 1.335-.25.62 1.334 1.926 2.25 3.437 2.25 1.512 0 2.818-.916 3.437-2.25.415.163.865.248 1.336.248 2.11 0 3.818-1.79 3.818-4 0-.174-.012-.344-.033-.513 1.158-.687 1.943-1.99 1.943-3.484V12.5Zm-6.616-3.334-4.334 6.5a.749.749 0 0 1-1.041.208l-.115-.094-2.415-2.415a.749.749 0 1 1 1.06-1.06l1.77 1.767 3.825-5.74a.75.75 0 0 1 1.25.833v.001Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:cover;width:24px;height:24px;display:block}.editor-block__position{margin-top:5px;opacity:.5}.editor-block__text{line-height:160%;margin-top:20px}@media (max-width:1200px){.all-posts__title{font-size:36px;letter-spacing:-1.08px}.all-posts-ratings__wrapper{padding:30px 10px 50px}.all-posts__btns{flex-direction:column;gap:20px;margin-top:40px}.all-posts__btns .btn{width:100%}.all-posts-reviews .all-posts__wrapper{grid-template-columns:1fr}.all-posts-reviews .article-reviews:first-child{grid-column:1/2}.all-posts-reviews .article-reviews:first-child .article-reviews__img{height:160px}.all-posts-reviews .article-reviews:first-child a{grid-template-rows:160px 1fr}}.app{color:#fff}.app__title{color:var(--Black,#111114)}.app__wrapper{margin-top:145px}.app-main{border-radius:20px;background:#1F162C;padding:100px 50px;position:relative}.app-main__wrapper{display:flex;justify-content:space-between;align-items:center}.app-main__left{max-width:500px}.app-main__left p{margin-top:20px}.app-main__rating{border-radius:10px;background:#F8F8F8;box-shadow:0 10px 18px 0 rgba(0,0,0,.1);padding:8px 26px 25px 26px;width:164px;color:#111114;text-align:center;margin-bottom:30px;margin-top:-160px}.app-main__rating--stars{margin-top:8px}.app-main__rating--num{font-size:48px;font-style:normal;font-weight:900}.app-main__rating--text{margin-top:8px}.app-main__img{position:absolute;right:200px;width:540px;bottom:37px}.app-main__right{height:fit-content}.app-main__links{display:flex;flex-direction:column;gap:20px}@media (max-width:1200px){.app-main{padding:170px 10px 40px}.app-main__wrapper{flex-direction:column;gap:40px}.app-main__img{position:static;width:400px;margin-left:-180px;order:3}.app-main__right{margin-left:auto;margin-bottom:-115px}.app-main__rating{margin-bottom:20px;margin-top:-205px}}.title{text-align:center;margin-bottom:40px}.article-blog{margin-bottom:50px}.article-blog .article-blog__title{transition:color 0.3s ease-in-out}@media (any-hover:hover){.article-blog:hover .article-blog__title{color:#0E48F1}}.article-blog .article-blog__link{display:none}.article-blog a{display:grid;grid-template-columns:repeat(2,50%)}.article-blog__img{height:380px}.article-blog__img img{width:100%;height:100%;object-fit:cover;border-radius:20px}.article-blog__content{color:#111114;margin-left:50px}.article-blog__date{font-size:22px;font-weight:700;text-transform:uppercase}.article-blog__author{font-size:22px;font-weight:600;margin-top:10px;opacity:.5}.article-blog__title{margin-top:30px}.article-blog__text{line-height:160%;margin-top:30px}.article-blog__link{color:var(--Blue,#0E48F1);font-size:22px;text-decoration-line:underline}@media (any-hover:hover){.article-blog__link:hover{text-shadow:.5px 0 0 currentColor}}.article-wrap--post{margin-top:50px}.article-wrap--post .article-page{padding-top:10px;max-width:850px;width:100%;margin-left:0;margin-right:0}.article-wrap--post .article-wrap__inner{display:flex;justify-content:space-between;gap:50px}.article-wrap--post .all-posts__btns{padding-bottom:50px;border-bottom:1px solid rgba(17,17,20,.2352941176)}.article-wrap--post .all-posts__btns a{text-decoration:none!important;width:280px}.article-wrap--post .all-posts__btns a.btn--blue{color:#fff}.article-wrap--post .editor-block{margin-top:30px}.tags-wrap{margin-top:50px;display:flex;align-items:center;gap:10px}.tags-wrap .tags-wrap__inner{display:flex;border-radius:50px;overflow:hidden}.tags-wrap .tags-wrap__inner a{color:#FFF;font-size:18px;font-weight:600;padding:10px 20px;display:block;text-decoration:none!important;transition:opacity 0.3s ease-in-out}@media (any-hover:hover){.tags-wrap .tags-wrap__inner a:hover{opacity:.8}}.tags-wrap .tags-wrap__inner a:nth-child(4n+1){background:#F89D2E}.tags-wrap .tags-wrap__inner a:nth-child(4n+2){background:#0E48F1}.tags-wrap .tags-wrap__inner a:nth-child(4n+3){background:#FF4848}.tags-wrap .tags-wrap__inner a:nth-child(4n){background:#58C914}.tags-wrap__title{font-size:22px;font-weight:700;opacity:.5}.side-nav{max-width:300px;width:300px;border-radius:20px;background:#1F162C;padding:20px;height:fit-content;position:sticky;top:120px;max-height:90vh;overflow-y:auto;margin-top:50px}.side-nav .side-nav__title{color:#FFF;font-size:16px;font-weight:900;letter-spacing:1px;text-transform:uppercase;opacity:.8}.side-nav li{margin-bottom:12px}.side-nav a{color:#FFF;font-size:16px;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow-y:hidden}@media (any-hover:hover){.side-nav a:hover{text-decoration:underline}}.single-post .wrapper{overflow:visible}.article-wrap__image{height:460px}.article-wrap__image img{width:100%;height:100%;object-fit:cover;border-radius:30px}.article-wrap__info{display:flex;flex-wrap:wrap;gap:30px;border-bottom:1px solid rgba(17,17,20,.3137254902);padding:20px 0;font-size:16px;font-weight:400;opacity:.8}.article-wrap__info div{display:flex;align-items:center;gap:6px}.article-wrap__info div::before{content:"";background-repeat:no-repeat;background-size:cover;width:16px;height:16px;display:block}.article-wrap__author::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cg clip-path='url(%23a)' opacity='.5'%3E%3Cpath fill='%23111114' d='M8 0a4 4 0 1 1 0 8 4 4 0 0 1 0-8Zm0 10c4.42 0 8 1.79 8 4v2H0v-2c0-2.21 3.58-4 8-4Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.article-wrap__date::before{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5' clip-path='url(%23clip0_238_2062)'%3E%3Cpath d='M0 15.1429C0 15.3702 0.0903059 15.5882 0.251051 15.7489C0.411797 15.9097 0.629814 16 0.857143 16H15.1429C15.3702 16 15.5882 15.9097 15.7489 15.7489C15.9097 15.5882 16 15.3702 16 15.1429V5.14286H0V15.1429ZM11.4286 6.42857C11.4286 6.39068 11.4436 6.35435 11.4704 6.32756C11.4972 6.30077 11.5335 6.28571 11.5714 6.28571H13C13.0379 6.28571 13.0742 6.30077 13.101 6.32756C13.1278 6.35435 13.1429 6.39068 13.1429 6.42857V7.85714C13.1429 7.89503 13.1278 7.93137 13.101 7.95816C13.0742 7.98495 13.0379 8 13 8H11.5714C11.5335 8 11.4972 7.98495 11.4704 7.95816C11.4436 7.93137 11.4286 7.89503 11.4286 7.85714V6.42857ZM11.4286 9.28572C11.4286 9.24783 11.4436 9.21149 11.4704 9.1847C11.4972 9.15791 11.5335 9.14286 11.5714 9.14286H13C13.0379 9.14286 13.0742 9.15791 13.101 9.1847C13.1278 9.21149 13.1429 9.24783 13.1429 9.28572V10.7143C13.1429 10.7522 13.1278 10.7885 13.101 10.8153C13.0742 10.8421 13.0379 10.8571 13 10.8571H11.5714C11.5335 10.8571 11.4972 10.8421 11.4704 10.8153C11.4436 10.7885 11.4286 10.7522 11.4286 10.7143V9.28572ZM8.57143 6.42857C8.57143 6.39068 8.58648 6.35435 8.61327 6.32756C8.64006 6.30077 8.6764 6.28571 8.71429 6.28571H10.1429C10.1807 6.28571 10.2171 6.30077 10.2439 6.32756C10.2707 6.35435 10.2857 6.39068 10.2857 6.42857V7.85714C10.2857 7.89503 10.2707 7.93137 10.2439 7.95816C10.2171 7.98495 10.1807 8 10.1429 8H8.71429C8.6764 8 8.64006 7.98495 8.61327 7.95816C8.58648 7.93137 8.57143 7.89503 8.57143 7.85714V6.42857ZM8.57143 9.28572C8.57143 9.24783 8.58648 9.21149 8.61327 9.1847C8.64006 9.15791 8.6764 9.14286 8.71429 9.14286H10.1429C10.1807 9.14286 10.2171 9.15791 10.2439 9.1847C10.2707 9.21149 10.2857 9.24783 10.2857 9.28572V10.7143C10.2857 10.7522 10.2707 10.7885 10.2439 10.8153C10.2171 10.8421 10.1807 10.8571 10.1429 10.8571H8.71429C8.6764 10.8571 8.64006 10.8421 8.61327 10.8153C8.58648 10.7885 8.57143 10.7522 8.57143 10.7143V9.28572ZM8.57143 12.1429C8.57143 12.105 8.58648 12.0686 8.61327 12.0418C8.64006 12.0151 8.6764 12 8.71429 12H10.1429C10.1807 12 10.2171 12.0151 10.2439 12.0418C10.2707 12.0686 10.2857 12.105 10.2857 12.1429V13.5714C10.2857 13.6093 10.2707 13.6457 10.2439 13.6724C10.2171 13.6992 10.1807 13.7143 10.1429 13.7143H8.71429C8.6764 13.7143 8.64006 13.6992 8.61327 13.6724C8.58648 13.6457 8.57143 13.6093 8.57143 13.5714V12.1429ZM5.71429 9.28572C5.71429 9.24783 5.72934 9.21149 5.75613 9.1847C5.78292 9.15791 5.81925 9.14286 5.85714 9.14286H7.28571C7.3236 9.14286 7.35994 9.15791 7.38673 9.1847C7.41352 9.21149 7.42857 9.24783 7.42857 9.28572V10.7143C7.42857 10.7522 7.41352 10.7885 7.38673 10.8153C7.35994 10.8421 7.3236 10.8571 7.28571 10.8571H5.85714C5.81925 10.8571 5.78292 10.8421 5.75613 10.8153C5.72934 10.7885 5.71429 10.7522 5.71429 10.7143V9.28572ZM5.71429 12.1429C5.71429 12.105 5.72934 12.0686 5.75613 12.0418C5.78292 12.0151 5.81925 12 5.85714 12H7.28571C7.3236 12 7.35994 12.0151 7.38673 12.0418C7.41352 12.0686 7.42857 12.105 7.42857 12.1429V13.5714C7.42857 13.6093 7.41352 13.6457 7.38673 13.6724C7.35994 13.6992 7.3236 13.7143 7.28571 13.7143H5.85714C5.81925 13.7143 5.78292 13.6992 5.75613 13.6724C5.72934 13.6457 5.71429 13.6093 5.71429 13.5714V12.1429ZM2.85714 9.28572C2.85714 9.24783 2.87219 9.21149 2.89898 9.1847C2.92578 9.15791 2.96211 9.14286 3 9.14286H4.42857C4.46646 9.14286 4.5028 9.15791 4.52959 9.1847C4.55638 9.21149 4.57143 9.24783 4.57143 9.28572V10.7143C4.57143 10.7522 4.55638 10.7885 4.52959 10.8153C4.5028 10.8421 4.46646 10.8571 4.42857 10.8571H3C2.96211 10.8571 2.92578 10.8421 2.89898 10.8153C2.87219 10.7885 2.85714 10.7522 2.85714 10.7143V9.28572ZM2.85714 12.1429C2.85714 12.105 2.87219 12.0686 2.89898 12.0418C2.92578 12.0151 2.96211 12 3 12H4.42857C4.46646 12 4.5028 12.0151 4.52959 12.0418C4.55638 12.0686 4.57143 12.105 4.57143 12.1429V13.5714C4.57143 13.6093 4.55638 13.6457 4.52959 13.6724C4.5028 13.6992 4.46646 13.7143 4.42857 13.7143H3C2.96211 13.7143 2.92578 13.6992 2.89898 13.6724C2.87219 13.6457 2.85714 13.6093 2.85714 13.5714V12.1429ZM15.1429 1.14286H13.1457V0H11.4314V1.14286H4.56857V0H2.85429V1.14286H0.857143C0.74501 1.14191 0.633798 1.16317 0.529916 1.2054C0.426033 1.24762 0.331533 1.30999 0.251859 1.3889C0.172186 1.46781 0.108913 1.56171 0.0656877 1.66518C0.0224621 1.76865 0.000137389 1.87965 0 1.99179V4H16V1.99179C15.9999 1.87965 15.9775 1.76865 15.9343 1.66518C15.8911 1.56171 15.8278 1.46781 15.7481 1.3889C15.6685 1.30999 15.574 1.24762 15.4701 1.2054C15.3662 1.16317 15.255 1.14191 15.1429 1.14286Z' fill='%23111114'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_238_2062'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.article-wrap__views::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23111114' d='M8 3.556C3.528 3.556 0 8 0 8s3.528 4.444 8 4.444c3.42 0 8-4.444 8-4.444s-4.58-4.444-8-4.444Zm0 7.212c-1.57 0-2.849-1.242-2.849-2.768C5.151 6.473 6.43 5.23 8 5.23c1.57 0 2.849 1.243 2.849 2.77 0 1.526-1.279 2.768-2.849 2.768Zm0-4.385a1.705 1.705 0 0 0-1.196.463 1.578 1.578 0 0 0 0 2.308 1.705 1.705 0 0 0 2.351-.022c.306-.303.476-.71.476-1.133 0-.423-.17-.83-.476-1.132A1.686 1.686 0 0 0 8 6.383Z' opacity='.5'/%3E%3C/svg%3E%0A")}.article-wrap__comments::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cg clip-path='url(%23a)' opacity='.5'%3E%3Cpath fill='%231C1C1C' d='M8 16a.727.727 0 0 1-.727-.727V13.09h-2.91a1.454 1.454 0 0 1-1.454-1.455V4.364a1.455 1.455 0 0 1 1.455-1.455h10.181A1.455 1.455 0 0 1 16 4.364v7.272a1.455 1.455 0 0 1-1.454 1.455h-2.982l-2.691 2.698a.761.761 0 0 1-.51.211H8Zm-6.545-5.818H0V1.455A1.455 1.455 0 0 1 1.455 0H13.09v1.455H1.455v8.727Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}@media (max-width:1200px){.article h1,.article h2,.article h3,.article h4{font-family:"Source Sans Pro"}.article-blog a{grid-template-columns:1fr}.article-blog__img{height:220px}.article-blog__content{margin-top:20px;margin-left:0}.article-blog__title{margin-top:20px}.article-wrap__image{height:130px}.article-wrap__image img{border-radius:10px}.tags-wrap{flex-direction:column;align-items:flex-start}.tags-wrap .tags-wrap__inner a{font-size:16px;padding:5px 15px}.tags-wrap .tags-wrap__inner{border-radius:0;flex-wrap:wrap}.editor-block__img{width:60px;min-width:60px;height:60px}.editor-block__text{margin-left:-80px}.editor-block__top{flex-direction:column;gap:0}.side-nav{display:none}.editor-block{padding:20px}}.box-wrapper{margin-top:20px}.box-row{display:grid;gap:20px}.box-row.columns-1{grid-template-columns:1fr}.box-row.columns-2{grid-template-columns:repeat(2,1fr)}.box-row.columns-3{grid-template-columns:repeat(3,1fr)}.box-row.columns-4{grid-template-columns:repeat(4,1fr)}.box-block{border-radius:20px;background:#1F162C;padding:20px}.box-block h3{margin-bottom:15px;letter-spacing:-1.08px}.box-block p{line-height:160%}.breadcrumbs{display:flex;flex-wrap:wrap;border-bottom:1px solid rgba(17,17,20,.15);margin-bottom:0;padding:20px 0;column-gap:40px;row-gap:5px}.breadcrumbs li{margin-bottom:0;position:relative;font-weight:700;color:rgba(17,17,20,.5254901961)}.breadcrumbs li:first-child{display:flex;align-items:center;gap:6px}.breadcrumbs li:first-child::before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23111114' d='M13.716 9.107v4.764a.61.61 0 0 1-.188.447.61.61 0 0 1-.447.188h-3.81v-3.81H6.73v3.81H2.919a.61.61 0 0 1-.447-.188.61.61 0 0 1-.188-.447V9.107c0-.006.001-.016.005-.03a.135.135 0 0 0 .005-.03L8 4.345l5.706 4.704c.007.013.01.033.01.06Zm2.213-.684-.615.734a.338.338 0 0 1-.208.11h-.03a.305.305 0 0 1-.209-.07L8 3.47 1.132 9.197a.369.369 0 0 1-.238.07.338.338 0 0 1-.208-.11L.07 8.423A.322.322 0 0 1 0 8.189a.288.288 0 0 1 .11-.213l7.135-5.945c.211-.172.463-.258.754-.258s.543.086.754.258l2.422 2.025V2.121c0-.093.03-.169.09-.228.059-.06.135-.09.227-.09H13.4c.092 0 .169.03.228.09.06.06.09.135.09.228V6.17l2.173 1.806a.288.288 0 0 1 .109.213.322.322 0 0 1-.07.234Z' opacity='.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:cover;width:16px;height:16px;display:block}.breadcrumbs li:last-child::after{display:none}.breadcrumbs li a{color:#111114}.breadcrumbs li::after{content:"";position:absolute;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' fill='none'%3E%3Cpath stroke='%23111114' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.607' d='m1 1 6 6-6 6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:cover;height:12px;width:7px;right:-23px;top:50%;transform:translateY(-50%)}.calculator--title{max-width:100%;margin:0 auto;color:#fff}.calculator--title_mob{display:none}.calculator--range_form{padding-top:40px}.calculator--content{position:relative;display:flex;flex-direction:row;flex-wrap:wrap;padding:37px;background:var(--accent);border:3px solid rgba(255,255,255,.1);border-radius:30px}.calculator .container{position:relative}.calculator .decor{position:absolute;width:172px;height:172px;right:-120px;top:-50px;z-index:2}.calculator--renge_wrapper{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0;grid-auto-rows:auto}.calculator--renge_title_wrapper{grid-column:1/5;grid-row:1/2}.calculator--renge_result_wrapper{grid-column:1/2;grid-row:2/3;display:flex;flex-direction:row;align-items:center;justify-content:center;text-align:center}.calculator--renge_body{grid-column:2/5;grid-row:2/3;padding-left:40px;box-sizing:border-box}.calculator--values{width:66.6%}.calculator--result{width:33%;box-sizing:border-box;padding-left:33px}.result--btn_mob{display:none}.calculator--renge_body .irs--round .irs-bar,.calculator--renge_body .irs--round .irs-line{height:8px;top:23px}.calculator--renge_body .irs--round .irs-handle{top:15px}.calculator--renge_body .irs--round.irs-with-grid{height:55px}.calculator--renge_body .irs--round .irs-handle{border:6px solid var(--accent);cursor:pointer;box-shadow:0 0 5px rgba(89,0,0,.7)}.calculator--renge_body .irs--round .irs-bar{background-color:var(--accent);box-shadow:0 5px 5px rgba(0,0,0,.2)}.calculator--renge_body .irs--round .irs-grid-pol{background-color:transparent}.calculator--renge_body .irs--round .irs-line{background:#e6eaff}.calculator--renge_title{font-style:normal;font-weight:700;font-size:18px;line-height:22px;color:#fff;text-shadow:0 2px 2px rgba(0,0,0,.15);margin-bottom:15px}.calculator--renge_wrapper-padding{padding-bottom:17px}.calculator--renge_result{background:var(--accent);border:4px solid #fff;border-radius:35px;height:50px;width:180px;font-style:normal;font-weight:600;font-size:20px;line-height:24px;color:#fff;display:flex;justify-content:center;align-items:center;column-gap:5px}.calculator--result_body{height:147px;max-height:100%;margin-top:83px;box-sizing:border-box;background:var(--accent);border:4px solid #fff;border-radius:30px;display:flex;align-items:center;justify-content:center;column-gap:5px;font-style:normal;font-weight:700;font-size:42px;line-height:50px;color:#fff}.irs-grid-text{font-style:normal;font-weight:600;font-size:14px!important;line-height:17px;color:#ffffff!important;top:15px}.irs-grid-text .js-grid-text-4{left:108%!important}.calculator_inner{width:100%;display:flex}@media (max-width:1250px){.calculator{padding:180px 0 100px}.calculator--content{padding:40px 13px}.calculator .container::before{transform:rotate(15.77deg);width:161px;height:161px;right:0;top:-140px}.calculator_inner{width:100%;display:flex;flex-direction:column}.calculator--values{width:100%}.calculator--renge_wrapper-padding{padding-bottom:37px}.calculator--renge_title_wrapper{padding-left:55px}.calculator--result{padding:0;width:100%}.calculator--result_body{max-width:336px;margin:96px auto 0}}@media (max-width:1023px){.calculator--renge_title_wrapper{padding-left:36px}}@media (max-width:767px){.calculator{padding:50px 0}.calculator--content{padding:40px 16px 47px}.calculator .container::before{width:75px;height:75px;right:-3px;top:-40px}.calculator--range_form{padding-top:28px}.calculator--renge_title_wrapper{padding-left:30px}.calculator--renge_wrapper{display:flex;flex-direction:column}.calculator--renge_wrapper-padding{padding-bottom:33px}.calculator--renge_body{order:1;padding:0}.calculator--renge_title_wrapper{padding:0;text-align:center}.calculator--renge_title{font-size:16px;line-height:19px}.calculator--renge_result{font-size:18px;line-height:22px;margin-bottom:10px}.calculator--result_body{margin:51px auto 0;max-width:276px;height:106px;font-size:30px;line-height:36px}}.chossing__wrapper{margin-top:50px;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.chossing__list{border-radius:15px;border:1px solid rgba(224,224,224,.15);background:linear-gradient(146deg,rgba(31,27,255,.1) -4.04%,rgba(223,27,255,.1) 34.86%,rgba(255,164,27,.1) 88.17%),rgba(255,255,255,.1);padding:30px 20px;height:fit-content}.chossing__list--items{display:grid;grid-template-columns:repeat(2,1fr);overflow:hidden;column-gap:20px}.chossing__list--items h4{margin-bottom:15px}.chossing__list--item{padding:20px 0;margin-bottom:0;position:relative}.chossing__list--item:last-child::before,.chossing__list--item:nth-last-child(2)::before{display:none}.chossing__list--item::before{position:absolute;content:"";width:calc(100% + 20px);border:1px solid rgba(224,224,224,.15);bottom:0}.chossing__cards{position:relative;height:328px;margin-bottom:30px}.chossing__card{border-radius:8px;border:1px solid rgba(224,224,224,.15);background:linear-gradient(146deg,rgba(31,27,255,.1) -4.04%,rgba(223,27,255,.1) 34.86%,rgba(255,164,27,.1) 88.17%),linear-gradient(0deg,rgba(255,255,255,.1) 0%,rgba(255,255,255,.1) 100%),#090808;padding:12px;width:248px;font-size:14px;line-height:142.857%;position:absolute}.chossing__card:first-child{z-index:10;bottom:0;left:50%;transform:translateX(-50%)}.chossing__card:nth-child(2){right:0;bottom:65px;z-index:9}.chossing__card:nth-child(3){right:40px;bottom:165px}.chossing__card:nth-child(4){z-index:9;bottom:22px;left:30px}.chossing__card:nth-child(5){left:97px;bottom:93px;z-index:8}.chossing__card:nth-child(6){left:43px;bottom:180px}.chossing__card--price{color:#00ED68;margin:8px 0}.chossing__card--date{position:absolute;right:12px;top:12px}@media (max-width:991px){.chossing__wrapper{grid-template-columns:1fr}.chossing__list--items{grid-template-columns:1fr}.chossing__list--item:nth-last-child(2)::before{display:block}.chossing__list{padding-bottom:0}.chossing__card--text{font-size:9px}.chossing__card{padding:8px;width:147px;line-height:82.857%}.chossing__card--img{height:12px}.chossing__card--img img{max-width:100%;max-height:100%;object-fit:cover}.chossing__card--price{font-size:9px;margin:5px 0}.chossing__card:nth-child(6){left:25px;bottom:131px}.chossing__cards{height:268px}}.comments{margin-top:50px}.comments .comments__all{color:#1D9BF0;font-size:18px;line-height:150%;margin:20px auto 0 auto;display:block;width:fit-content}.comments .comments__likes{color:rgba(22,24,35,.5);font-size:12px;position:relative;display:flex;flex-direction:column;align-items:center;gap:6px;padding-top:25px}.comments .comments__likes::before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M10.5 3.757c-2.082-2.198-5.222-2.2-7.22-.19a5.279 5.279 0 0 0 0 7.434l6.629 6.67a.833.833 0 0 0 1.182 0L17.72 11a5.279 5.279 0 0 0 0-7.434c-1.998-2.01-5.138-2.008-7.22.19ZM9.456 5.088c-1.462-1.725-3.63-1.718-4.993-.346a3.612 3.612 0 0 0 0 5.084L10.5 15.9l6.037-6.075a3.612 3.612 0 0 0 0-5.084c-1.363-1.372-3.53-1.379-4.993.346l-.021.025-.432.435a.833.833 0 0 1-1.182 0l-.432-.435-.021-.025Z' clip-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:cover;width:20px;height:20px}.comments__title{font-weight:700;border-bottom:1px solid rgba(17,17,20,.2352941176);padding-bottom:5px}.comments__item{display:grid;grid-template-columns:40px 1fr 25px;gap:12px;margin-top:20px}.comments__img{width:40px;height:40px}.comments__img img{width:100%;height:100%;object-fit:cover;border-radius:50%}.comments__content{padding-right:8px}.comments__content .comments__text{font-size:16px;margin-top:5px}.comments__content .comments__text img{width:unset!important}.comments__content .comments__text a{color:#1D9BF0}.comments__content .comments__reply{color:rgba(22,24,35,.5)}@media (any-hover:hover){.comments__content .comments__reply:hover{text-shadow:.5px 0 0 currentColor}}.comments__content .comments__start{color:#1D9BF0;font-size:14px;font-weight:400;line-height:150%;text-decoration-line:underline;margin-left:auto}@media (any-hover:hover){.comments__content .comments__start:hover{text-shadow:.5px 0 0 currentColor}}.comments__name{font-weight:700;font-size:20px;letter-spacing:.54px}.comments__bottom{display:flex;margin-top:5px;gap:20px}.comments__date{color:rgba(22,24,35,.5)}.comments__item--review{margin-left:52px;grid-template-columns:24px 1fr 25px}.comments__item--review .editor-block__top{font-size:18px}.comments__item--review .comments__img{width:24px;height:24px}@media (max-width:1200px){.comments__content .comments__reply,.comments__date{font-size:14px}}.description{position:relative;background-size:cover;background-repeat:no-repeat}.description__bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;object-fit:cover}.description__wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:50px}.description__wrapper.not_img{grid-template-columns:1fr;gap:0}.description__wrapper.center-img{grid-template-columns:1fr;text-align:center;gap:40px}.description__wrapper.center-img .description__right{grid-row:1/2}.description__wrapper.center-img .description__img{display:flex;justify-content:center;align-items:center}.description__wrapper.right-img .description__right{grid-column:2/3}.description__wrapper.right-img .description__text{grid-row:1/2}.description__wrapper.img_list{margin-top:50px}.description__wrapper.img_list .description__right img{max-width:100%;max-height:100%;object-fit:cover;display:block;margin-bottom:20px}.description__wrapper.img_list .description__right img:last-child{margin-bottom:0}.description__wrapper.mini_block{gap:0;margin-top:30px}.description__wrapper.mini_block .description__img{height:100%}.description__wrapper.mini_block .description__img img{width:100%;height:100%;border-radius:15px 0 0 15px}.description__wrapper.mini_block .description__text{padding:20px;border-radius:0 15px 15px 0;border:1px solid rgba(224,224,224,.15);border-left:none;background:linear-gradient(146deg,rgba(31,27,255,.1) -4.04%,rgba(223,27,255,.1) 34.86%,rgba(255,164,27,.1) 88.17%),rgba(255,255,255,.1);display:flex;flex-direction:column;justify-content:center}.description__img img{max-width:100%;max-height:100%;object-fit:cover;display:block}.description__right--bottom{border-radius:0 0 15px 15px;border:1px solid rgba(224,224,224,.15);background:linear-gradient(146deg,rgba(31,27,255,.1) -4.04%,rgba(223,27,255,.1) 34.86%,rgba(255,164,27,.1) 88.17%),rgba(255,255,255,.1);padding:15px 20px 20px 20px}.description__right--bottom ul{margin-bottom:15px}.description__right--bottom ul li{position:relative;padding-left:20px}.description__right--bottom ul li::before{position:absolute;content:"";width:6px;height:6px;border-radius:50%;background-color:#fff;left:4px;top:8px}ul[style="list-style-type: square;"]{padding-left:15px;border-left:2px solid #DE2729}.seo-blocks-section .description__wrapper{grid-template-columns:1fr}.seo-blocks-section .seo-block{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:50px;align-items:center}.seo-blocks-section .seo-block:last-child{margin-bottom:0}.seo-blocks-section .seo-block.right-img .description__right{grid-column:2/3}.seo-blocks-section .seo-block.right-img .description__text{grid-row:1/2}.description__text{line-height:160%}.seo-blocks-section .seo-block.center-img{grid-template-columns:1fr;gap:40px}.seo-blocks-section .seo-block.center-img .description__right{grid-row:1/2}.seo-blocks-section .seo-block.center-img .description__img{display:flex;justify-content:center;align-items:center}.seo-blocks-section .seo-block.without-img{grid-template-columns:1fr;gap:40px}.seo-blocks-section .seo-block.without-img .description__right,.seo-blocks-section .seo-block.without-img .description__text,.seo-blocks-section .seo-block.without-img .description__img{grid-column:1/2!important}.seo-blocks-section .seo-block.img-bottom .description__img{grid-row:2/3}.seo-blocks-section .seo-block.img-bottom .description__text{grid-row:1/2}.seo-blocks-section .seo-block.right-img .description__right{grid-column:2/3}.seo-blocks-section .seo-block.right-img .description__text{grid-row:1/2}.seo-blocks-section .seo-block.left-img .description__right{grid-column:1/2}.seo-blocks-section .seo-block.left-img .description__text{grid-column:2/3}.description__columns{display:grid;grid-template-columns:repeat(2,1fr);gap:50px}@media (max-width:991px){.description__wrapper{grid-template-columns:1fr;gap:20px}.description__wrapper.left-img .description__right{grid-row:1/2}.description__wrapper.left-img .description__text{grid-row:2/3}.description__wrapper.img_list .description__right{grid-row:1/2!important}.description__wrapper.img_list .description__text{grid-row:2/3!important}.description__wrapper.right-img .description__right{grid-row:1/2!important;grid-column:1/2}.description__wrapper.right-img .description__text{grid-row:2/3!important}.seo-blocks-section .seo-block.without-img{gap:10px}.description__columns{grid-template-columns:1fr;gap:20px}.description__bg{height:61%}.description__wrapper.mini_block .description__right{grid-row:1/2!important}.description__wrapper.mini_block .description__text{grid-row:2/3!important}.description__wrapper.mini_block .description__text{border-radius:0 0 15px 15px;border:1px solid rgba(224,224,224,.15);border-top:none}}.developments{position:relative;padding:100px 0;color:#fff}.developments__bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;object-fit:cover}.developments__subtitle{margin-top:20px}.developments__wrapper{margin-top:60px;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.developments__list-row{display:flex;flex-direction:column;gap:20px}.developments-box{border-radius:12px;background:#1F162C;padding:20px}.developments-box__img{width:50px;height:50px}.developments-box__img img{max-width:100%;max-height:100%;object-fit:cover;border-radius:6px}.developments-box__text{font-size:28px;font-style:normal;font-weight:600;line-height:normal;margin-top:20px}.developments__list-box{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media (max-width:1200px){.developments{padding:60px 0}.developments__wrapper{grid-template-columns:1fr;margin-top:40px}.developments__list-box{grid-template-columns:1fr}.developments-box__text{font-size:24px}}.faq__wrapper{margin-top:50px;border-radius:10px;overflow:hidden}.faq__item{color:#090808;background:#FFF;transition:border 0.3s ease-in-out;padding-bottom:15px;border-bottom:1px solid #E0E0E0}.faq__item:last-child{border-bottom:none}.faq__item--title{font-size:24px;font-weight:700;padding:30px 120px 15px 50px;position:relative;cursor:pointer;transition:color 0.3s ease-in-out;line-height:130%;display:flex;gap:50px}.faq__item--title.active::before{transform:rotate(45deg)}.faq__item--title::before{content:"";position:absolute;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' fill='none'%3E%3Cpath fill='%23090808' fill-rule='evenodd' d='M8 .501H6v6H0v2h6v6h2v-6h6v-2H8v-6Z' clip-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:14px;background-position:center;width:48px;height:48px;right:15px;top:23px;border-radius:50%;transform:rotate(0);background-color:rgba(9,8,8,.1);transition:transform 0.3s ease-in-out}.faq__item--count{color:var(--Red,#DE2729);font-size:44px;font-weight:700;display:block;width:60px}.faq__item--descr{padding:0 120px 15px 160px;display:none;font-size:16px;color:#555}@media (max-width:991px){.faq__item--title{padding:30px 70px 10px 20px;font-size:20px;gap:15px}.faq__item--title::before{right:10px}.faq__item--descr{padding:0 15px 15px 65px}.faq__item--count{font-size:26px;min-width:30px}}.footer{padding:80px 0;border-top:1px solid rgba(224,224,224,.15);border-bottom:1px solid rgba(224,224,224,.15);background:#111114;color:var(--white);margin-top:120px}.nav{margin-top:60px}.nav ul{display:flex;justify-content:center;gap:20px;margin-bottom:0}.nav ul li{margin-bottom:0}.nav ul a{font-size:14px;font-weight:400;color:var(--white);transition:opacity 0.3s ease-in-out;opacity:.5}@media (any-hover:hover){.nav ul a:hover{opacity:.6}}.footer__top{display:flex;align-items:center;justify-content:space-between}.soc-wrap{display:flex;gap:16px}.soc-wrap a{border-radius:8.471px;background-color:var(--base);width:36px;height:36px;display:flex;justify-content:center;align-items:center;transition:opacity 0.3s ease-in-out}@media (any-hover:hover){.soc-wrap a:hover{opacity:.7}}.footer__text{padding-top:30px;border-top:1px solid rgba(224,224,224,.15);margin-top:30px;font-size:12px;line-height:150%;opacity:.4}@media (max-width:1200px){.footer{padding:80px 0}.footer .nav{margin-top:40px}.footer .logo{width:100%}.footer__top{flex-direction:column;gap:20px}}.form-block{width:100%;position:relative;max-width:100%}.preloader{display:none;background:#fff;position:absolute;top:0%;bottom:0;left:0%;right:0;z-index:9995;opacity:.5;border-radius:8px;justify-content:center;align-items:center}.loader{width:48px;height:48px;border-radius:50%;display:inline-block;position:relative;border:3px solid;border-color:var(--base) var(--base) transparent;box-sizing:border-box;animation:rotation 1s linear infinite}.loader::after{content:"";box-sizing:border-box;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;border:3px solid;border-color:transparent #165457 #165457;width:24px;height:24px;border-radius:50%;animation:rotationBack 0.5s linear infinite;transform-origin:center center}@keyframes rotation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes rotationBack{0%{transform:rotate(0deg)}100%{transform:rotate(-360deg)}}.form__title{text-align:left;margin-bottom:30px;line-height:120%;font-size:44px;font-weight:700}.form__row{display:grid;grid-template-columns:1fr;gap:12px}.form__row .form__input-wrapper{flex-basis:50%;position:relative}.form__row .form__input-wrapper::before{content:"";position:absolute;background-repeat:no-repeat;background-size:contain;background-position:center;width:24px;height:24px;top:50%;transform:translateY(-50%);left:12px;pointer-events:none}.form__input-wrapper{width:100%;position:relative;background-color:#fff;border-radius:6px}.intl-tel-input.separate-dial-code .selected-dial-code{font-size:16px!important}.intl-tel-input .flag-container{top:-1px;bottom:-1px;left:-1px!important}.first__name::before,.last__last--name::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23232323' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2M12 11a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z'/%3E%3C/svg%3E")}.input__email::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23232323' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2Z'/%3E%3Cpath stroke='%23232323' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m22 6-10 7L2 6'/%3E%3C/svg%3E")}.form__input{transition:border 0.3s ease-in-out,background 0.3s ease-in-out;width:100%;border:none;color:var(--black);font-size:16px!important;line-height:normal;height:48px;padding:0 20px 0 46px;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.1)}.form__input::placeholder{color:var(--Black,#020D1B)}.form__input.error{border:1px solid #FF2633;background:rgba(255,38,51,.2)}label.error{position:absolute;z-index:2;top:calc(100% - 11px);left:0;width:100%;max-width:500px;background:#FF2633;border-radius:8px;font-family:inherit;font-weight:900;font-size:14px;line-height:18px;color:#FFF;padding:7px 12px}label.error::before{content:"";position:absolute;z-index:-1;width:15px;height:15px;background:#FF2633;border-radius:2px;transform:translateZ(-1px) rotate(45deg);top:-6px;left:10px;transform-style:preserve-3d}.form__input.valid{border:1px solid #84E4A4;background:rgba(132,228,164,.2)}.intl-tel-input .selected-flag{padding:10px 8px 11px 20px!important;background:#EEE;border-radius:5px 0 0 5px}.selected-flag-line{position:absolute;right:0;width:1px;height:calc(100% - 40px);background-color:#000}.form__submit{width:100%}.form__description{margin-top:30px;color:#020D1B;font-size:.75rem;font-style:normal;font-weight:400;line-height:normal}.checkbox{display:flex;align-items:center;gap:10px;margin-top:20px;font-size:10px;color:var(--white);line-height:116.667%}.checkbox a{color:var(--accent)}.checkbox input{appearance:none;width:18px;min-width:18px;height:18px;border-radius:2px;border:1.5px solid #FFF;position:relative;cursor:pointer}.checkbox input::before{content:"";position:absolute;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='11' fill='none'%3E%3Cpath fill='%23fff' d='m13 1-8.25 9L1 5.91'/%3E%3Cpath stroke='%23020D1B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m13 1-8.25 9L1 5.91'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:auto;background-position:center;width:100%;height:100%;opacity:0}.checkbox input:checked{background-color:#FFF}.checkbox input:checked::before{opacity:1}.form__btn{width:100%;margin-top:20px;height:64px}@media (max-width:1200px){.form__item{padding:30px 20px}.form__title{margin-bottom:20px;font-size:32px}.form__content{row-gap:20px;margin-bottom:20px}.form__row{flex-direction:column;grid-template-columns:1fr;row-gap:20px}.form__input{font-size:16px}.form__input::placeholder{font-size:16px}.text-img-block{grid-template-columns:1fr}.box-row{grid-template-columns:1fr!important}.form__btn{height:54px}}.future__wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.future__text h4{margin-bottom:20px}.future__gallery{max-width:590px;display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:100px;gap:15px}.future__gallery img{border-radius:20px;width:100%;height:100%;object-fit:cover}.future__gallery img:first-child{grid-column:1/3;grid-row:1/3}.future__gallery img:nth-child(2){grid-column:3/4;grid-row:1/3}.future__winners{margin-top:60px;display:flex;justify-content:space-between;transform:translateX(-10px)}.winner-col{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;height:100%}.winner-col:nth-child(1),.winner-col:nth-child(5){min-width:223px;height:215px}.winner-col:nth-child(1) .winner-col__pre-title,.winner-col:nth-child(5) .winner-col__pre-title{font-size:13.161px}.winner-col:nth-child(1) .winner-col__title,.winner-col:nth-child(5) .winner-col__title{font-size:16.085px}.winner-col:nth-child(1) .winner-col__year,.winner-col:nth-child(5) .winner-col__year{font-size:10.236px}.winner-col:nth-child(1) .winner-col__position,.winner-col:nth-child(5) .winner-col__position{font-size:11.698px}.winner-col:nth-child(2),.winner-col:nth-child(4){min-width:265px;margin:0 -10px;height:255px}.winner-col:nth-child(2) .winner-col__title,.winner-col:nth-child(4) .winner-col__title{font-size:19.115px}.winner-col:nth-child(2) .winner-col__year,.winner-col:nth-child(4) .winner-col__year{font-size:12.164px}.winner-col:nth-child(2) .winner-col__position,.winner-col:nth-child(4) .winner-col__position{font-size:13.902px}.winner-col:nth-child(3){min-width:305px;margin:0 -10px;height:295px}.winner-col:nth-child(3) .winner-col__pre-title{font-size:18px}.winner-col:nth-child(3) .winner-col__title{font-size:22px}.winner-col:nth-child(3) .winner-col__year{font-size:14px}.winner-col:nth-child(3) .winner-col__position{font-size:16px}.winner-col__pre-title{font-size:13.161px;font-weight:600;line-height:100%;opacity:.6}.winner-col__title{margin-top:6px;font-weight:700}.winner-col__year{position:absolute;bottom:16%;left:50%;transform:translateX(-50%);white-space:nowrap;opacity:.6}.winner-col__position{position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);white-space:nowrap;opacity:.6}.winner-col__img{position:absolute;width:100%;pointer-events:none}@media (max-width:1200px){.future__wrapper{grid-template-columns:1fr}.future__gallery{grid-auto-rows:58px;gap:8px}.future__gallery img{border-radius:10px}.future__winners{margin-top:40px;overflow-x:auto;overflow-y:hidden;padding-bottom:10px}}.header{background:var(--Black,#111114);position:fixed;width:100%;left:0;top:0;padding:15px 0;z-index:100;transition:padding 0.2s ease-in-out}.header .nav{margin-left:auto;margin-top:0}.header .nav ul{gap:40px}.header .nav li a{font-size:22px;font-weight:600}.header.header-scroll{padding:10px 0}.header__top-text{position:absolute;top:5px;left:50%;transform:translateX(-50%);color:#000;opacity:0.7;font-size:10px}.header__top-text a{color:#000}.header__btn{margin-left:50px}.header__wrapper{display:flex;align-items:center;justify-content:space-between}.logo img{max-width:100%;max-height:100%;object-fit:cover}.lang-wrap{margin-left:auto;width:140px;height:30px;position:relative;color:var(--Black);font-size:18px;font-weight:500}.lang-wrap a{color:var(--Black);display:flex;align-items:center;gap:10px}.lang-wrap img{width:20px}.lang-wrap .lang{position:absolute;top:-2px;left:0}.lang-wrap .lang.active .lang__active::after{transform:rotateX(180deg)}.lang-wrap .lang__active{width:fit-content;height:30px;display:flex;padding-left:10px;align-items:center;gap:8px;cursor:pointer}.lang-wrap .lang__active::after{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='square' stroke-linejoin='round' stroke-width='1.5' d='m2 1.5 5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:cover;width:14px;height:8px;transition:transform 0.3s ease-in-out}.lang-wrap .lang__list{padding:10px;display:none;background:var(--accent);width:100%}.lang-wrap .lang__list li{margin-bottom:10px}.lang-wrap .lang__list li:last-child{margin-bottom:0}@media (any-hover:hover){.lang-wrap .lang__list a:hover{font-weight:700}}.burger{height:16px;width:34px;justify-content:center;align-items:center;z-index:350;cursor:pointer;transition:all 0.3s;display:none;position:relative}.burger span{position:absolute;background:#2c39b9;height:3px;width:34px;display:block;transition:all 0.3s;border-radius:5px}.burger span:nth-child(1){top:16px}.burger span:nth-child(2){top:50%;transform:translateY(-50%)}.burger span:nth-child(3){bottom:16px}.burger.active span:nth-child(1){top:6px;transform:rotate(45deg)}.burger.active span:nth-child(2){opacity:0}.burger.active span:nth-child(3){bottom:7px;transform:rotate(-45deg)}.burger{height:16px;width:30px;justify-content:center;align-items:center;z-index:350;cursor:pointer;transition:all 0.3s;display:none;position:relative;position:relative;margin-right:12px}.burger::before{position:absolute;content:"";border-radius:6px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.15);width:44px;height:40px}.burger span{position:absolute;background:#fff;height:3px;width:30px;display:block;transition:all 0.3s;border-radius:5px}.burger span:nth-child(1){top:16px}.burger span:nth-child(2){top:50%;transform:translateY(-50%)}.burger span:nth-child(3){bottom:16px}.burger.active span:nth-child(1){top:6px;transform:rotate(45deg)}.burger.active span:nth-child(2){opacity:0}.burger.active span:nth-child(3){bottom:7px;transform:rotate(-45deg)}@media (max-width:1200px){.burger{display:flex;margin-left:auto;padding-top:20px}.logo{width:40vw}.header.header-scroll{padding:15px 0}.header .nav{position:fixed;left:0;background:#111114;height:calc(100vh - 69px);bottom:0;width:100%;padding:30px 15px;transform:translateX(-100%);transition:transform 0.3s ease-in-out}.header .nav.active{transform:translateX(0)}.header .nav ul{flex-direction:column;gap:30px}.header__btn{margin-left:15px;width:fit-content;white-space:nowrap}.header__top-text{top:-2px}.lang-wrap img{width:16px}.lang-wrap .lang__active,.lang-wrap{height:25px;width:48px}.lang-wrap .lang__active::after{width:8px;height:5px}}.modal-wrap{position:fixed;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,.7);z-index:20000000;opacity:0;visibility:hidden;overflow-y:auto;transition:opacity 0.3s ease-in-out;display:flex;justify-content:center;align-items:center}.modal-wrap.active{opacity:1;visibility:visible}.modal{scrollbar-width:none;-ms-overflow-style:none;overflow-y:auto;height:fit-content;position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);max-height:95vh;min-width:768px;max-width:768px;color:#090808}.modal::-webkit-scrollbar{width:0;height:0}.modal__body{border-radius:20px;background-color:var(--page-bg);padding:50px;width:100%;position:relative;z-index:2;overflow:hidden}.modal__body .promo-bottom__title{margin-bottom:50px;color:#fff;font-size:42px}.modal__close{position:absolute;right:20px;top:20px;width:36px;height:36px;border-radius:8px;cursor:pointer;transition:opacity 0.3s ease-in-out;color:#fff}@media (any-hover:hover){.modal__close:hover{opacity:.5}}.modal__close::before{content:"";position:absolute;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M18 6 6 18M6 6l12 12'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:cover;width:34px;height:34px;left:50%;top:50%;transform:translate(-50%,-50%);filter:invert(1)}@media (max-width:1200px){.modal{min-width:90vw}.modal__body{padding:40px 15px}}.platform__wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.article-reviews{overflow:hidden;border-radius:20px;background:#F8F8F8}.article-reviews a{display:grid;grid-template-rows:280px 1fr;height:100%}.article-reviews__img{height:280px}.article-reviews__img img{width:100%;height:100%;object-fit:cover}.article-reviews__content{padding:30px;color:#111114;display:grid;grid-template-rows:auto auto auto 1fr auto}.article-reviews__rating{display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;gap:10px}.article-reviews__rating .rating-wrap{border-radius:50px;background:#FFF;padding:10px 15px;display:flex;align-items:center;gap:15px}.article-reviews__rating--num{opacity:.5}.article-reviews__title{margin-top:20px}.article-reviews__text{line-height:160%;margin-top:20px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow-y:hidden}.article-reviews__columns{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:20px}.article-reviews__column{border-radius:10px;padding:15px}.column-plus{border:2px solid #58C914;background:rgba(88,201,20,.05)}.column-minus{border:2px solid #FF4848;background:rgba(255,72,72,.05)}.article-reviews__column--title{padding-left:30px;position:relative}.article-reviews__column--title::before{content:"";position:absolute;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none'%3E%3Crect width='16' height='2.824' y='7.088' fill='%2358C914' rx='.5'/%3E%3Crect width='16' height='2.824' x='6.588' y='16.5' fill='%2358C914' rx='.5' transform='rotate(-90 6.588 16.5)'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:cover;width:16px;height:16px;left:4px;top:50%;transform:translateY(-50%)}.article-reviews__column--list{margin-top:10px;padding-left:30px;font-size:16px}.article-reviews__column--list li{margin-bottom:10px;position:relative}.article-reviews__column--list li::before{position:absolute;content:"";width:4px;height:4px;background:#111114;border-radius:50%;left:-17px;top:10px}.article-reviews__link{color:var(--Blue,#0E48F1);text-align:center;font-family:"Source Sans Pro";font-size:22px;text-decoration-line:underline;margin-top:20px}@media (any-hover:hover){.article-reviews__link:hover{text-shadow:.5px 0 0 currentColor}}.article-wrap--reviews .article-reviews .article-reviews__img{height:435px}.article-wrap--reviews .article-reviews .article-reviews__img img{height:100%}.article-wrap--reviews .article-reviews a{grid-template-rows:435px 1fr}.article-wrap--reviews .article-reviews__text{display:block;-webkit-line-clamp:unset;-webkit-box-orient:unset;overflow-y:unset}.article-wrap--reviews .article-reviews__link{display:none}.article-wrap--reviews .article-page{margin-top:50px}@media (max-width:1200px){.platform__wrapper{grid-template-columns:1fr;gap:30px}.article-reviews__img{height:161.356px}.article-reviews a{grid-template-rows:161.356px 1fr}.article-reviews__content{padding:20px 15px 30px}.article-reviews__rating{flex-direction:column;font-size:20px}.article-reviews__columns{grid-template-columns:1fr}.article-reviews__text{margin-bottom:0}.article-wrap--reviews .article-reviews .article-reviews__img{height:160px}}.promo{position:relative;margin-top:0;padding:50px 0 80px;background-size:cover;background-repeat:no-repeat;margin-bottom:60px}.promo .container{position:relative}.promo-bottom .promo-bottom__content{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.promo-bottom .promo__form{margin-left:auto}.promo__bg{position:absolute;left:0;top:0}.promo__left--bottom{font-size:26px;font-weight:700;color:var(--Black,#0F1719);border-radius:10px;border-left:10px solid var(--Red,#DE2729);background:#FFF;width:fit-content;padding:15px 20px;margin-top:30px}.promo__left--bottom span{display:inline-flex;gap:10px;position:relative;margin-left:10px}.promo__left--bottom span::before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='18' fill='none'%3E%3Cpath fill='%23DE2729' d='M11 17.5 0 .5h22l-11 17Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:22px;background-position:center;width:22px;height:18px;display:inline-block}.promo__image{height:400px}.promo__image img{max-width:100%;max-height:100%;object-fit:cover}.promo__title{text-align:center;font-size:50px;font-weight:700;line-height:120%;margin-bottom:50px}.promo__form{max-width:465px;width:100%}.form-block{width:100%;max-width:100%}.form-block .promo-bottom__title{font-size:32px}.promo__wrapper{display:flex;justify-content:space-between;gap:40px;margin-top:60px;position:relative;z-index:1}.promo__wrapper.form_right{max-width:fit-content;margin-left:auto}.promo__wrapper.form_left{max-width:fit-content;margin-right:auto}.promo__wrapper.form_center{max-width:fit-content;margin:60px auto 0 auto}.promo__wrapper.content_right{flex-direction:row-reverse}.promo__wrapper::before{position:absolute;content:"";background-color:var(--page-bg);opacity:.8;width:110%;height:115%;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:15px;z-index:-1}.promo__video{width:100%;height:380px}.promo__video iframe{width:100%;height:100%;object-fit:cover}@media (max-width:1320px){.promo__wrapper{flex-direction:column}.promo__content{max-width:100%;text-align:center;display:flex;align-items:center;flex-direction:column}.promo__form{display:flex;justify-content:center;align-items:center}.promo{padding:80px 0}.promo__title{font-size:50px}.promo__text{font-size:20px}.promo__img{left:50%;top:-14px;width:260px}.promo__img img{max-width:100%;max-height:100%;object-fit:cover}.promo-bottom .text-decor{display:none}}@media (max-width:991px){.promo__title{font-size:40px;margin-bottom:30px;line-height:125%}.promo__title br{display:none}.promo{padding:50px 0 40px;background-color:var(--black)}.promo .container{position:relative}.promo__bg{z-index:0}.promo__text{font-size:18px;text-align:left;margin-top:0}.promo__form{min-width:100%}.form__btn{font-size:20px}.header__sale{position:absolute;margin:0;top:-20px;left:50%;transform:translateX(-50%)}.promo__wrapper{display:flex;flex-direction:column!important;padding:0 15px}.promo__wrapper::before{width:100%;height:100%}.promo-bottom{padding-top:50px;margin-top:20px;padding-bottom:40px}.promo-bottom span{color:currentColor!important}.promo-bottom .promo__wrapper{grid-template-columns:1fr}.promo-bottom .promo-bottom__content{grid-template-columns:1fr}.promo__image{display:none}.promo__left--bottom{font-size:22px}.promo-top .promo__image{position:static;order:2}.promo-top .promo__form{order:3;padding:30px 0 40px}.promo-top .promo__bg{height:calc(100% - 560px)}.btn-send-form{width:56px;height:56px;background-size:30px}}.reviews{border-top:1px solid rgba(224,224,224,.15);border-bottom:1px solid rgba(224,224,224,.15);background-size:cover;background-repeat:no-repeat}.reviews__wrapper{margin-top:50px;position:relative}.reviews__wrapper .swiper{padding-bottom:50px}.reviews-item{border-radius:15px;padding:20px;color:#fff;height:unset;min-height:100%;border-radius:12px;border:1px solid #335AFB;background:#0a1c63;padding:25px 40px}.reviews-item__top{display:flex;gap:10px}.reviews-item__img{width:120px;min-width:120px;height:120px}.reviews-item__img img{width:100%;height:100%;object-fit:cover;border-radius:12px}.reviews-item__name{font-size:22px;font-weight:700;margin-bottom:5px}.reviews-item__country{opacity:.5}.reviews-item__stars{width:128px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='128' height='20' fill='none'%3E%3Cpath fill='%23FFA800' d='m3.825 20 1.625-7.395L0 7.632l7.2-.658L10 0l2.8 6.974 7.2.658-5.45 4.973L16.175 20 10 16.079 3.825 20ZM30.825 20l1.625-7.395L27 7.632l7.2-.658L37 0l2.8 6.974 7.2.658-5.45 4.973L43.175 20 37 16.079 30.825 20ZM57.825 20l1.625-7.395L54 7.632l7.2-.658L64 0l2.8 6.974 7.2.658-5.45 4.973L70.175 20 64 16.079 57.825 20ZM84.825 20l1.625-7.395L81 7.632l7.2-.658L91 0l2.8 6.974 7.2.658-5.45 4.973L97.175 20 91 16.079 84.825 20ZM111.825 20l1.625-7.395L108 7.632l7.2-.658L118 0l2.8 6.974 7.2.658-5.45 4.973L124.175 20 118 16.079 111.825 20Z'/%3E%3C/svg%3E");background-size:cover;margin-top:10px;clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.reviews-item__stars.stars-4{clip-path:polygon(0 0,80% 0,80% 100%,0 100%)}.reviews-item__stars.stars-3{clip-path:polygon(0 0,60% 0,60% 100%,0 100%)}.reviews-item__stars.stars-2{clip-path:polygon(0 0,40% 0,40% 100%,0 100%)}.reviews-item__stars.stars-1{clip-path:polygon(0 0,20% 0,20% 100%,0 100%)}.reviews-item__text{opacity:.8;position:relative;margin-top:15px;padding-top:15px;font-size:16px;overflow-y:auto;height:245px;padding-right:20px}.reviews-item__text::-webkit-scrollbar{width:5px}.reviews-item__text::-webkit-scrollbar-track{background:#fff;border-radius:10px}.reviews-item__text::-webkit-scrollbar-thumb{background:var(--accent);border-radius:10px}.reviews-item__text::-webkit-scrollbar-thumb:hover{background:#555}.swiper-button-next,.swiper-button-prev{top:41%}.swiper-button-next::after,.swiper-button-prev::after{color:#D9D9D9;opacity:.3;font-size:30px}.swiper-button-next{right:-40px}.swiper-button-prev{left:-40px}.swiper-pagination-clickable .swiper-pagination-bullet{width:10px;height:10px;background:#FFF;opacity:.3;border-radius:50px;transition:all 0.3s ease-in-out;box-shadow:0 0 5px rgba(0,0,0,.8)}.swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:1;width:20px}@media (max-width:991px){.reviews{padding:50px 0 50px 0;margin-top:0;border-radius:0}.reviews-item{flex-direction:column-reverse;min-height:100%;height:auto;justify-content:flex-end;padding:25px 20px}.reviews-item__img{min-width:unset;width:80px;height:80px}.reviews-item__img img{border-radius:7px;width:100%;object-position:top}.swiper-button-next{right:0}.swiper-button-prev{left:0}.swiper-button-next::after,.swiper-button-prev::after{font-size:25px}.reviews__wrapper{padding:0}.reviews-item__left{padding:16px;padding-bottom:70px}.reviews .swiper-pagination{width:100%;bottom:10px}.reviews__title{font-size:32px}.reviews__wrapper .swiper{padding-bottom:55px}}.wrapper .su-image-carousel>ol.flickity-page-dots{bottom:20px;top:unset}.wrapper .su-tabs{margin-top:40px;background:rgba(255,255,255,.1);padding:0}.wrapper .su-tabs-nav span{font-size:18px;color:#fff}.wrapper .su-tabs-nav span.su-tabs-current{background:rgba(255,255,255,.4)}.wrapper .su-tabs-pane{background:rgba(255,255,255,.2);color:#fff;font-size:16px}.side-slider{border-top:1px solid rgba(224,224,224,.15);border-bottom:1px solid rgba(224,224,224,.15);background:rgba(255,255,255,.1);padding:80px 0}.side-slider__wrapper{display:flex}.side-slider__content{min-width:525px;margin-right:20px}.side-slider__text p{margin-bottom:30px}.side-slider__btn{margin-top:30px}.side-slider__cards{width:100%}.side-slider__card{width:295px;overflow:hidden;border-radius:15px;display:grid;grid-template-rows:auto 1fr;min-height:515px;height:unset}.side-slider__card--img{width:100%;height:200px}.side-slider__card--img img{width:100%;height:100%;object-fit:cover}.side-slider__wrap{border:1px solid rgba(224,224,224,.15);background:linear-gradient(146deg,rgba(31,27,255,.1) -4.04%,rgba(223,27,255,.1) 34.86%,rgba(255,164,27,.1) 88.17%),rgba(255,255,255,.1);padding:20px}.side-slider__card--title{margin-bottom:15px}@media (max-width:991px){.side-slider__wrapper{flex-direction:column}.side-slider__content{margin-bottom:30px;min-width:100%}.side-slider__btn{width:100%}.seo-blocks-section .seo-block{grid-template-columns:1fr;margin-bottom:0}.seo-blocks-section .seo-block.left-img .description__img{grid-row:2/3}}.steps-img{margin:70px 0}.steps-img .container{position:relative}.steps-img .container::before{position:absolute;content:"";background:rgba(255,255,255,.1);width:110%;height:110%;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:15px;z-index:-1}.steps-img__wrapper{display:flex;justify-content:space-between;margin:60px auto 0;position:relative;gap:50px}.steps-img__title{margin-bottom:20px;color:#fff}.steps-img__title span{color:#8D67AF}.steps-img__subtitle{color:#fff}.steps-img-item__img{display:none}.steps-img__items{max-width:550px}.steps-img-item__wrap{position:relative}.steps-img-item__wrap::before{position:absolute;content:"";border-radius:0 20px 20px 0;background:#FFF;transition:opacity 0.3s ease}.steps-img-item{margin-bottom:20px;position:relative;cursor:pointer;transition:opacity 0.3s ease-in-out;display:flex;flex-direction:column;gap:12px;font-size:18px;line-height:160%;overflow:hidden;max-height:83px;transition:max-height 0.3s ease-in-out;padding:20px 50px 20px 100px;z-index:1;width:calc(100% + 15px);transform:translateX(-15px)}.steps-img-item h3{opacity:.5;color:#fff;transition:color 0.3s ease-in-out,opacity 0.3s ease-in-out}.steps-img-item p{color:#fff}.steps-img-item:last-child{margin-bottom:0}.steps-img-item.active{opacity:1}.steps-img-item.active::before{opacity:1}.steps-img-item.active h3{color:#FF4848;opacity:1}.steps-img-item__count{color:#AC8469;margin-bottom:8px}.steps-img__img{width:500px;height:560px;display:flex;justify-content:center;align-items:center}.steps-img__img img{max-width:100%;max-height:100%;object-fit:cover;border-radius:20px}.steps-img__btn{margin-top:30px}@media (max-width:1200px){.steps-img .container{margin:0 15px;padding:60px 15px}.steps-img-item{padding:20px}.steps-img__wrapper{flex-direction:column;gap:30px;margin-top:40px}.steps-img__img{width:100%;height:320px}.steps-img-item{font-size:16px}.steps-img-item.active h3{font-size:28px}.steps-img-item h3{font-size:24px;transition:color 0.3s ease-in-out,opacity 0.3s ease-in-out,font-size 0.3s ease-in-out}}.steps__title{max-width:1162px;margin:0 auto}.steps__line{margin-top:110px;position:relative;height:1px;display:grid;grid-template-columns:repeat(3,1fr);gap:95px}.steps__line::before{content:"";position:absolute;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1180' height='2' fill='none'%3E%3Cpath stroke='url(%23a)' stroke-width='2' d='M1180 1H0'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='1180' x2='0' y1='0' y2='.046' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DE2729' stop-opacity='0'/%3E%3Cstop offset='.5' stop-color='%23DE2729'/%3E%3Cstop offset='1' stop-color='%23DE2729' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");background-repeat:no-repeat;background-size:cover;width:100%;height:2px;left:50%;top:50%;transform:translate(-50%,-50%)}.steps__wrapper{margin-top:60px;display:grid;grid-template-columns:repeat(3,1fr);gap:95px}.steps__col{text-align:center;padding-top:20px;cursor:pointer;opacity:.4;transition:opacity 0.3s linear;max-width:330px;margin:0 auto}.steps__col.active{opacity:1}.steps__col .steps__col--top{display:none}.steps__col--top{color:#DE2729;font-size:28px;text-transform:capitalize;margin-bottom:100px;position:relative;padding-bottom:36px;display:flex;justify-content:center;align-items:center;margin-top:-61px}.steps__col--top::before{position:absolute;content:"";width:16px;height:16px;background-color:#DE2729;border-radius:50%;left:50%;bottom:0;transform:translateX(-50%)}.steps__col--img{height:200px;display:flex;justify-content:center;align-items:center}.steps__col--img img{max-width:100%;max-height:100%;object-fit:cover}.steps__col--text{margin-top:30px}.steps__col--text h3{font-size:22px;font-weight:700;text-transform:uppercase;margin-bottom:15px}@media (max-width:991px){.steps__wrapper{grid-template-columns:1fr;margin-top:80px}.steps__line{display:none}.steps{padding-bottom:80px}.steps__col{opacity:1;max-width:390px}.steps__col--img{height:unset}.steps__col .steps__col--top{display:block;margin-bottom:40px;position:relative}.steps__col .steps__col--top::after{content:"";position:absolute;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1180' height='2' fill='none'%3E%3Cpath stroke='url(%23a)' stroke-width='2' d='M1180 1H0'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='1180' x2='0' y1='0' y2='.046' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F46B25' stop-opacity='0'/%3E%3Cstop offset='.5' stop-color='%23F46B25'/%3E%3Cstop offset='1' stop-color='%23F46B25' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;background-position:center;width:100%;height:2px;left:50%;top:87%;transform:translate(-50%,-50%);z-index:-1}.steps__col--top{font-size:20px}.steps__col--top::after{width:386px}.steps__wrapper{gap:75px}}.table__wrapper{border-radius:12px;border:1px solid #F8F8F8;background:#F8F8F8;margin-top:65px;padding:50px 100px}.table-search{border-radius:6px;border:1px solid #CED4DA;padding:15px 15px 15px 50px;position:relative}.table-search::before{content:"";position:absolute;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='%23ADB5BD' stroke-miterlimit='10' d='M6.91 2a4.909 4.909 0 1 0-.001 9.818 4.909 4.909 0 0 0 0-9.818Z'/%3E%3Cpath stroke='%23ADB5BD' stroke-linecap='round' stroke-miterlimit='10' d='M10.572 10.572 14 14'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:cover;width:18px;height:18px;left:15px;top:51%;transform:translateY(-50%)}.table-search input{font-size:16px;border:none;outline:none;width:100%;height:100%;background:none}.table-search input::placeholder{color:#ADB5BD;font-style:italic}.table-row{min-width:996px}.table-row .table-row-item__cols{display:grid;grid-template-columns:repeat(6,166px)}.table-row-title{border-bottom:1px solid #000}.table-row-title__col{display:flex;justify-content:center;align-items:center;text-align:center;min-height:70px;padding:15px;font-weight:700;font-size:16px}.table-row-item:nth-child(even){background:#FFF}.table-row-item:last-child{filter:blur(10px)}.search-result-item--null{text-align:center;padding:50px 0;font-weight:600}.table-row-item__col{height:64px;padding:15px;display:flex;align-items:center;justify-content:center;font-size:16px;color:#000}.table-row-item__col p{margin:0}.table-row-item__col .green-color,.table-row-item__col .red-color{letter-spacing:.8px;position:relative;font-weight:600}.table-row-item__col .green-color::before,.table-row-item__col .red-color::before{content:"";position:absolute;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='6' fill='none'%3E%3Cpath fill='%2358C914' d='m4.5 0 4 6h-8l4-6Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:cover;width:9px;height:6px;right:-12px;top:50%;transform:translateY(-50%)}.table-row-item__col .green-color{color:#58C914}.table-row-item__col .red-color{color:#FF4848}.table-row-item__col .red-color::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='6' fill='none'%3E%3Cpath fill='%23FF4848' d='m4.5 0 4 6h-8l4-6Z'/%3E%3C/svg%3E");right:unset;left:-12px}.table-row-item__col--name{justify-content:flex-start;gap:8px}.table-row-item__col--name img{width:25px;height:25px}.table-row-item__col--dm p:first-child{margin-right:5px}.table-row-item__col--dm p:last-child{margin-left:5px}.table-row-item__col--rating .green-color::before{right:unset;left:-12px}.table-row-item__descr{display:none}.table__bottom{font-size:22px;font-weight:600;margin-top:30px;text-align:center}.table__bottom a{color:var(--Blue,#0E48F1);font-weight:400;text-decoration:underline;position:relative;width:140px;display:inline-block}@media (any-hover:hover){.table__bottom a:hover{font-weight:700}}.table__bottom a::before{content:"";position:absolute;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' fill='none'%3E%3Cpath stroke='%230E48F1' stroke-width='1.714' d='m1 1 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:cover;width:14px;height:9px;right:-20px;top:55%;transform:translateY(-50%)}@media (max-width:1200px){.table__wrapper{padding:30px 10px 50px}.table__bottom{font-size:20px;text-align:left}.table__bottom a{width:fit-content}.table__scroll{overflow-x:auto;overflow-y:hidden}}