:root{--color-black:#1f1f1f;--color-gray:#313131;--color-gray-light:#d0d0d0;--color-braun:#595653;--color-peach:#e9ded4;--color-white:#f7f7f7;--color-yellow:#fbce51;--color-red:#f54932;--color-blue:#3057a2;--transition-short:.15s ease;--transition-norm:.33s ease;--transition-long:.75s ease;--transition-delay-short:.15s;--transition-delay-norm:.33s;--index:calc(1vw + 1vh);}*{box-sizing:border-box;margin:0;padding:0;}*:before,*:after{box-sizing:border-box;}html{font-size:16px;scroll-behavior:smooth;}body{font-family:'Golos Text',sans-serif;font-size:1.25rem;line-height:1.5;font-weight:400;color:var(--color-black);background-color:var(--color-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;}html,body{overflow-x:clip;}h1,h2,h3,h4,h5,h6{font-family:'Merriweather',serif;font-weight:400;line-height:1;color:var(--color-gray);}h1{font-size:3rem;}h2{font-size:2.5rem;}h3{font-size:2rem;}h4{font-size:1.5rem;}h5{font-size:1.25rem;}h6{font-size:1rem;}ul>li,ol>li{}.line-height-1{line-height:1;}img{height:auto;max-width:100%;image-rendering:optimizequality;image-rendering:-webkit-optimize-contrast;}blockquote{font-style:italic;font-size:1.375rem;padding:1rem;margin:1rem 0 2rem 2rem;color:var(--color-gray-darkest);border-left:.125rem solid var(--color-main-light);background-color:var(--color-gray-lighter);}blockquote>p{margin:0;}.container{width:100%;max-width:85.375rem;margin:0 auto;padding:0 4.5rem;}.container-topbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;}.container-wide{width:calc(100% - 2rem);margin:0 auto;}.mt-0{margin-top:0;}.mt-1{margin-top:1rem;}.mt-2{margin-top:2rem;}.mt-3{margin-top:3rem;}.mt-4{margin-top:4rem;}.mt-6{margin-top:6rem;}.mt-8{margin-top:8rem;}.mb-0{margin-bottom:0;}.mb-1{margin-bottom:1rem;}.mb-2{margin-bottom:2rem;}.mb-3{margin-bottom:3rem;}.mb-4{margin-bottom:4rem;}.mb-6{margin-bottom:6rem;}.mb-8{margin-bottom:8rem;}.mt-8{margin-bottom:8rem;}.pt-1{padding-top:1rem;}.pb-1{padding-bottom:1rem;}.pt-2{padding-top:2rem;}.pb-2{padding-bottom:2rem;}.pt-3{padding-top:3rem;}.pb-3{padding-bottom:3rem;}.pt-4{padding-top:4rem;}.pb-4{padding-bottom:4rem;}.pt-6{padding-top:6rem;}.pb-6{padding-bottom:6rem;}.pt-8{padding-top:8rem;}.pb-8{padding-bottom:8rem;}.text-left{text-align:left;}.text-right{text-align:right;}.text-justify{text-align:justify;}.text-center{text-align:center;}.text-size-normal{font-size:1rem;}.text-size-small{font-size:.875rem;}.text-size-tiny{font-size:.75rem;}.text-size-big{font-size:1.5rem;}.text-size-large{font-size:2rem;}.va-middle{vertical-align:middle;}.text-balance{text-wrap:balance;}.text-family-header{font-family:'Merriweather',serif;}.text-family-body{font-family:'Golos Text',sans-serif;}.text-uppercase{text-transform:uppercase;}.text-color-white{color:var(--color-white);}.text-color-red{color:var(--color-red);}.text-color-gray{color:var(--color-gray);}.text-color-black{color:var(--color-black);}.back-color-white{background-color:var(--color-white-clear);}.back-color-black{background-color:var(--color-black);}.back-color-main{background-color:var(--color-main);}.back-color-second{background-color:var(--color-red);}.back-color-gray{background-color:var(--color-gray);}.back-color-graylight{background-color:var(--color-gray-light);}.back-color-graydark{background-color:var(--color-gray-dark);}.border-radius-05rem{border-radius:.5rem;overflow:hidden;}.border-radius-1rem{border-radius:1rem;overflow:hidden;}.border-radius-2rem{border-radius:2rem;overflow:hidden;}.border-radius-circle{border-radius:50%;overflow:hidden;}.width-min{width:min-content;}.width-fit{width:fit-content;}.width-max{width:max-content;}.height-full{height:auto;min-height:100svh;}.height-half{height:auto;min-height:50svh;}.section{padding:5rem 0;}a:not(.button),a:not(.button):visited{color:var(--color-blue);text-decoration:none;}a:not(.button):hover,a:not(.button):focus,a:not(.button):active{color:var(--color-blue);text-decoration:dashed;outline:none;}.form-box{width:100%;max-width:46rem;}fieldset{margin:0;padding:0;border:none;}input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="number"],input[type="tel"],input[type="range"],input[type="date"],input[type="month"],input[type="week"],input[type="time"],input[type="datetime"],input[type="datetime-local"],input[type="color"],textarea{display:inline-block;width:100%;border:.0625rem solid var(--color-gray);box-sizing:border-box;border-radius:.5rem;font-size:1rem;font-weight:400;line-height:1;outline:none;padding:.5rem .5rem;transition:.3s;max-width:100%;-webkit-appearance:none;color:var(--color-black);margin-bottom:.5rem;}input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="number"]:focus,input[type="tel"]:focus,input[type="range"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="time"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="color"]:focus,textarea:focus{border-color:var(--color-gray-dark)}input[type="checkbox"]{margin-right:.25rem;}select{border:.0625rem solid var(--color-gray);max-width:100%;}textarea{width:100%;}label{color:var(--color-gray-dark);font-size:.875rem;font-weight:700;display:block;transform:var(--transition-short);}.container-header{display:flex;justify-content:space-between;align-items:center;flex-direction:row;}.display-flex{display:flex;}.flex-row{flex-direction:row;}.flex-column{flex-direction:column;}.flex-gap-1rem{gap:1rem;}.flex-gap-2rem{gap:2rem;}.flex-nowrap{flex-wrap:nowrap;}.flex-wrap{flex-wrap:wrap;}.flex-justify-start{justify-content:flex-start;}.flex-justify-center{justify-content:center;}.flex-justify-spacebetween{justify-content:space-between;}.flex-justify-spacearound{justify-content:space-around;}.flex-justify-end{justify-content:flex-end;}.flex-align-start{align-items:flex-start;}.flex-align-center{align-items:center;}.flex-align-end{align-items:flex-end;}.flex-align-stretch{align-items:stretch;}.flex-item{flex:1 1;}.flex-item-half{flex:1 1 50%;}.flex-item-10rem{flex:1 1 10rem;}.flex-item-fix-10rem{flex:0 0 10rem;}.flex-item-fix-20rem{flex:0 0 20rem;}.flex-item-20rem{flex:1 1 20rem;}.flex-item-30rem{flex:1 1 30rem;}.flex-item-fix-30rem{flex:0 1 30rem;}.display-grid-30rem{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(30rem,100%),1fr));gap:2rem;}.display-grid-20rem{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(20rem,100%),1fr));gap:2rem;}.display-grid-10rem{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(10rem,100%),1fr));gap:2rem;}.subgrid{display:grid;grid-template-rows:1fr auto;gap:1rem;}.position-relative{position:relative;}a.button,button.button,input[type="button"],input[type="submit"]{display:inline-block;width:auto;padding:1.125rem 1.25rem;border-radius:3rem;width:16.5rem;text-decoration:none;font-size:1rem;text-align:center;line-height:1;transition:var(--transition-short);cursor:pointer;text-transform:none!important;font-weight:bold;}a.button:hover,button.button:hover,input[type="button"]:hover,input[type="submit"]:hover{}.button-main{border:none;background-color:var(--color-black);color:var(--color-white);}.button-main:hover,.button-main:active,.button-main:focus{background-color:var(--color-yellow);color:var(--color-black);}.button-second,.button-second:visited{background-color:transparent;border:solid .125rem var(--color-black);color:var(--color-black);}.button-second:hover,.button-second:focus{background-color:var(--color-black);color:var(--color-white);}.button-gray{background-color:var(--color-gray-dark);color:var(--color-white);}.button-gray:hover{background-color:var(--color-gray);color:var(--color-white-clear);}.button-white,.button-white:visited{background-color:var(--color-white);color:var(--color-main);}.button-white:hover,.button-white:active,.button-white:focus{background-color:var(--color-gray-lighter);color:var(--color-main-dark);}.btn-box{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start;align-content:flex-start;}.button>span{display:block;}main{position:relative;z-index:1;background-color:var(--color-white);}.top-panel{padding:1.625rem 0;z-index:1;position:relative;}.logo-wrapper{display:inline-block;}.logo{display:block;height:2.25rem;}.header{position:relative;height:43.75rem;}.header-background{position:absolute;inset:0;background:url('../image/main-back-all-hd.webp') 50% 100% no-repeat;background-size:cover;z-index:-1;}.chess-wrapper,.header-content{position:absolute;inset:0;}.knight{position:absolute;bottom:-2rem;right:32vw;rotate:-5deg;transform:translate3d(var(--move_x),calc(var(--move_y)*.25),1px);will-change:auto;}.pawn{position:absolute;bottom:2vh;right:17vw;transform:translate3d(calc(var(--move_x)*-.5),calc(var(--move_y)*-1),1px);will-change:auto;}.marquee-wrapper{padding:1.125rem 1rem;position:relative;overflow:hidden;}.marquee{width:fit-content;white-space:nowrap;position:relative;animation:marquee 30s linear infinite;will-change:auto;background-color:var(--color-red);}.marquee-wrapper:hover .marquee{animation-play-state:paused;}.marquee::after,.marquee::before{position:absolute;display:block;content:attr(data-content);top:0;width:100vw;overflow:hidden;z-index:-1;}.marquee::after{left:100%;}.marquee::before{left:-102vw;}@keyframes marquee{0%{transform:translate3d(0,0,1px)}100%{transform:translate3d(-100%,0,1px)}}.header-text{width:100%;max-width:33.875rem;}.header-title{font-size:3.75rem;}.header-title>span{display:block;}.header-subtitle{font-size:1.125rem;}.btn-wrapper{display:flex;gap:1rem;justify-content:center;align-content:flex-start;flex-wrap:wrap;}.btn-wrapper>.button{flex:1 1 16rem}.special-title{display:inline;font-size:clamp(1.75rem,calc(var(--index)*2),2rem);line-height:1.35;width:100%;}.section-title-big{font-size:3.375rem;}.strange-subtitle{margin:-3.5rem 0 0 19rem;line-height:1.3;}.strange-subtitle span{display:block;}.players{width:24rem;height:15rem;object-fit:cover;border-radius:50%;}.image-mobile{display:none;}.image-desktop{display:inline-block;}.column-first{flex:1 1 42rem}.column-second{flex:1 1 23rem;}.column-big{flex:1 1 27rem;}.column-small{flex:1 0 25rem;}.collage{width:100%;}.collage-desktop{position:absolute;top:-2rem;left:-5rem;width:calc(100% + 5rem);height:calc(100% + 5rem);background:url('../image/collage.webp') 50% 50% no-repeat;background-size:contain;}.table-wrapper{max-width:100%;overflow-x:auto;}table{border:none;border-collapse:collapse;width:100%;}td{border-bottom:.125rem solid var(--color-gray-light);}td:first-of-type{padding:.75rem .75rem .75rem 0;}td:last-of-type{padding:.75rem 1rem .75rem .75rem;font-weight:600;border-left:.125rem solid var(--color-gray-light);border-collapse:0;width:55%;}tr:last-of-type td{border-bottom:none;}s{position:relative;text-decoration:none;}s::before{position:absolute;content:'';width:100%;height:.125rem;bottom:40%;left:0;background-color:var(--color-red);}.steps-slider{position:relative;}.steps-slider>.navigation{display:none;}.steps-slider::after{position:absolute;content:'';right:-3rem;bottom:0;width:24rem;height:14rem;background:url('../image/plane-contur.webp') 50% 50% no-repeat;background-size:contain;opacity:0;translate:100% 0;animation:translate_norm linear forwards;animation-timeline:view();animation-range-start:5%;animation-range-end:45%;}@keyframes translate_norm{to{opacity:1;translate:0 0}}.steps-system{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(min(24.625rem,100%),1fr));}.steps-system>.step{position:relative;padding:1rem 1rem 1rem 4rem;background:url('../image/step-back.webp') 0% 0% repeat;line-height:1.2;}.step>.num{position:absolute;top:1rem;left:1rem;width:2.5rem;height:2.5rem;font-weight:600;text-align:center;vertical-align:middle;line-height:1.875;padding-left:.25rem;background-color:var(--color-white);border-radius:50%;}.step:nth-of-type(3){grid-row:span 2;}.step:nth-of-type(7){grid-column:span 2;padding:1rem 21rem 1rem 4rem;}.slider-wrapper{overflow:hidden;padding:4rem 0;position:relative;}.members-title{margin-bottom:-7rem;}.cards-group{position:relative;width:100%;max-width:100%;display:flex;gap:0;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;transition:var(--transition-long);}.card{flex:0 0 25.625rem;padding:0 1.5rem;text-align:center;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:.5rem}.card-photo{display:block;margin-bottom:.75rem;width:20rem;height:20rem;object-fit:cover;border-radius:50%;}.card-name{font-family:'Golos Text',sans-serif;font-weight:600;font-size:1.5rem;margin:0;}.card-desc{font-size:1.5rem;color:var(--color-gray);opacity:.6;line-height:1;margin-bottom:.75rem;}a.card-button,a.card-button:visited{font-size:1rem;background-color:transparent;padding:.625rem .75rem;border:.0625rem solid;border-radius:2rem;font-weight:500;transition:var(--transition-short);}a.card-button:hover,a.card-button:focus,a.card-button:active{background-color:var(--color-blue);color:var(--color-white);}.switcher{display:flex;gap:1rem;flex-wrap:nowrap;align-items:center;justify-content:flex-end;margin-bottom:4rem;}button.switch{position:relative;border:none;width:2.75rem;height:2.75rem;border-radius:50%;background-color:var(--color-gray);cursor:pointer;}button.switch:hover{background-color:var(--color-yellow);}button.switch:disabled{background-color:var(--color-gray-light);}.switch-prev::before,.switch-next::before{position:absolute;content:'';inset:0;z-index:1;}.switch-prev::before{background:url('../svg/arrow-left.svg') 46% 50% no-repeat;background-size:.75rem;}.switch-next::before{background:url('../svg/arrow-right.svg') 58% 50% no-repeat;background-size:.75rem;}footer{background-color:var(--color-peach);padding:3.5rem 0;color:var(--color-gray);opacity:.6;line-height:1.2;font-size:1rem;}@media screen and (min-width:3200px){html{font-size:32px}.header-background{background:url('../image/main-back-all-4k.webp') 50% 50% no-repeat}}@media screen and (max-width:1200px){.collage-desktop{display:none}.collage.image-mobile{display:block;margin:0 auto;width:100%;max-width:46rem}.column-small{flex:1 1 25rem}}@media screen and (max-width:768px){.header{height:50.75rem}.header-background{background:url('../image/main-back-mobile-2.webp') 50% 100% no-repeat;background-size:cover}.knight{width:7rem}.pawn{width:3rem;right:0}.container{padding:0 1.25rem}.header-title{font-size:2.25rem}.button>span{display:inline}.button-second,.button-second:visited{background-color:rgba(255,255,255,.9);border:none}.button-second:hover,.button-second:focus,.button-second:active{background-color:var(--color-black)}.special-title{display:block}.section-title-big{font-size:2.25rem}.strange-subtitle{margin:0 0 10rem 0}.strange-subtitle span{display:inline}.image-mobile{display:block;margin:1rem auto}.image-desktop{display:none}.btn-wrapper>.button{flex:1 1 100%}tr{display:block;border-bottom:.125rem solid var(--color-gray-light)}tr.inline{padding:.75rem 0}tr.inline>td{display:inline;padding:0 1rem 0 0}td{display:block;width:100%;border-bottom:none}td:first-of-type{border:none;padding:.75rem .75rem 0 0}td:last-of-type{border:none;font-weight:600;padding:0 .75rem .75rem 0;width:100%;border-left:none;border-collapse:0}.card{flex:0 0 100%}.card-photo{width:15.25rem;height:15.25rem}.card-desc{font-size:1.25rem}.members-title{margin-bottom:0}.slider-wrapper{padding:5rem 0}.switcher{position:absolute;bottom:-4rem;left:0;justify-content:center;width:100%}.steps-system{grid-template-columns:100% 100% 100% 100% 100%;grid-template-rows:10rem 10rem;row-gap:0;column-gap:1.5rem;transition:var(--transition-long)}.steps-slider::after{right:0;top:-9rem;bottom:auto;width:100%;height:12rem}.steps-system>.step{padding:4rem 1rem 1rem 4rem;font-size:1.125rem;animation:none!important;opacity:1;scale:1}.step>.num{top:4rem}.step:nth-of-type(2){grid-column-start:1;grid-row-start:2;padding:0 1rem 1rem 4rem}.step:nth-of-type(2)>.num,.step:nth-of-type(5)>.num{top:0}.step:nth-of-type(5){grid-column-start:3;grid-row-start:2;padding:0 1rem 1rem 4rem}.step:nth-of-type(6),.step:nth-of-type(7){grid-row:span 2}.step:nth-of-type(7){grid-column:auto}.steps-slider>.navigation{margin-top:2rem;display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;gap:1rem}.switch-bullet{display:flex;gap:.625rem;align-items:center;align-content:center}.switch-bullet>i{width:.625rem;height:.625rem;border-radius:50%;background-color:var(--color-gray-light);transition:var(--transition-norm)}.switch-bullet>i.active{background-color:var(--color-gray)}}@media screen and (max-width:480px){}@media screen and (max-width:320px){}