@font-face{font-family:"Proxima Nova";src:url("../fonts/Proxima/Proxima_Nova_Light.otf") format("opentype");font-weight:300;font-style:normal;font-display:block}@font-face{font-family:"Proxima Nova";src:url("../fonts/Proxima/Proxima_Nova_Regular.otf") format("opentype");font-weight:normal;font-style:normal;font-display:block}@font-face{font-family:"Proxima Nova";src:url("../fonts/Proxima/Proxima_Nova_Regular_Italic.otf") format("opentype");font-weight:normal;font-style:italic;font-display:block}@font-face{font-family:"Proxima Nova";src:url("../fonts/Proxima/Proxima_Nova_Semibold.otf") format("opentype");font-weight:500;font-style:normal;font-display:block}@font-face{font-family:"Proxima Nova";src:url("../fonts/Proxima/Proxima_Nova_Semibold_Italic.otf") format("opentype");font-weight:500;font-style:italic;font-display:block}@font-face{font-family:"Proxima Nova";src:url("../fonts/Proxima/Proxima_Nova_Bold.otf") format("opentype");font-weight:bold;font-style:normal;font-display:block}@font-face{font-family:"Bebas Neue Bold";src:url("../fonts/Bebas-Neue-Bold.ttf") format("opentype");font-weight:bold;font-style:normal;font-display:block}.yellow_button{display:flex;justify-content:center;align-items:center;margin:20px 0 0;user-select:none}.yellow_button.additional{margin:10px 10px 20px}.yellow_button>div,.yellow_button>button{position:relative;display:flex;padding:12px 20px;background-color:#ffb92c;border-radius:5px;text-transform:uppercase;font-size:12px;font-weight:bold;user-select:none;border:none;outline:unset;cursor:pointer}.yellow_button>div[disabled],.yellow_button>button[disabled]{filter:grayscale(1)}.yellow_button>div:not([disabled]):hover,.yellow_button>button:not([disabled]):hover{opacity:.8}.yellow_button>div:not([disabled]):active,.yellow_button>button:not([disabled]):active{opacity:.8;top:1px;box-shadow:inset 0 0 1px rgba(0,0,0,.5),inset 0 2px 3px rgba(0,0,0,.5),0 1px 1px rgba(255,255,255,.1);user-select:none}.border_animation .box{--border-width: 2px;position:relative;display:flex;justify-content:center;align-items:center;width:130px;height:35px;border-radius:var(--border-width)}.border_animation .box a{width:100%;height:100%;display:flex;justify-content:center;align-items:center;color:#fff;text-shadow:0px 0px 3px #ccc;border-radius:var(--border-width);text-transform:uppercase;font-size:12px;font-weight:bold;z-index:2}.border_animation .box a:hover{text-decoration:none}.border_animation .box::after{position:absolute;content:"";top:calc(-1*var(--border-width));left:calc(-1*var(--border-width));z-index:1;width:calc(100% + var(--border-width)*2);height:calc(100% + var(--border-width)*2);background:linear-gradient(60deg, #bf3636, #f25f61, #f2cb5f, #ffb92c);background-size:300% 300%;background-position:0 50%;border-radius:calc(2*var(--border-width));animation:moveGradient 6s alternate infinite}@keyframes moveGradient{50%{background-position:100% 50%}}.dark-theme .yellow_button>div,.dark-theme .yellow_button>button{color:#fff;text-shadow:1px 1px #959595}.dark-theme .yellow_button>div:not([disabled]):hover,.dark-theme .yellow_button>div:not([disabled]):active,.dark-theme .yellow_button>button:not([disabled]):hover,.dark-theme .yellow_button>button:not([disabled]):active{opacity:.9;color:#fff}body{position:relative;width:100%;margin:0;font-family:"Proxima Nova",sans-serif;overflow:hidden scroll;-webkit-overflow-scrolling:touch}body *{margin:0;box-sizing:border-box;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body img{max-height:100%;max-width:100%;width:100%;object-fit:contain}main{position:relative;width:100%;min-height:600px;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:center;row-gap:30px;padding:30px 0;background-color:#fbfbfb;height:100vh}h1{font-size:30px}h2{font-size:22px}h1,h2,h3,h4,h5,h6{font-weight:bold}section{position:relative;width:1200px;display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;row-gap:30px}@media(max-width: 1200px){section{width:100%;padding:0 10px}}.tech_wrapper{position:relative;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:center;row-gap:50px;width:100%}.tech_wrapper .tech_title{display:flex;column-gap:5px;font-size:22px;font-weight:bold}.tech_wrapper .tech_timer{position:relative;display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;row-gap:10px}.tech_wrapper .tech_timer .timer__title{font-size:20px}.tech_wrapper .tech_timer .timer__items{display:flex;font-size:48px}.tech_wrapper .tech_timer .timer__item{position:relative;width:60px;margin-left:10px;margin-right:10px;padding-bottom:15px;text-align:center;color:red}.tech_wrapper .tech_timer .timer__item::before{content:attr(data-title);display:block;position:absolute;left:50%;bottom:0;transform:translateX(-50%);font-size:16px;color:#161515}.tech_wrapper .tech_timer .timer__item:not(:last-child)::after{content:":";position:absolute;right:-15px}.tech_wrapper .tech_social{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;row-gap:20px;font-size:20px;text-align:center}.tech_wrapper .tech_social>div{height:100%;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;column-gap:20px}.tech_wrapper .tech_social>div:first-child{flex-flow:column nowrap;justify-content:center;align-items:center}.tech_wrapper .tech_social>div:last-child{height:100%;width:200px}.tech_wrapper .tech_social>div:last-child>a{width:50px;height:50px;display:flex;justify-content:center;align-items:center;background-color:#ffb92c;border-radius:50%;transition:.3s}.tech_wrapper .tech_social>div:last-child>a span{display:none}.tech_wrapper .tech_social>div:last-child>a div{width:20px;height:20px;transition:.3s;background-position:center;background-repeat:no-repeat;background-size:contain}.tech_wrapper .tech_social>div:last-child>a div.vk{background-image:url("data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAxNCI+CiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMy40NS45NDhjLjE2Ni0uNTQ2IDAtLjk0OC0uNzk1LS45NDhIMjAuMDNjLS42NjggMC0uOTc2LjM0Ny0xLjE0My43MyAwIDAtMS4zMzUgMy4xOTYtMy4yMjYgNS4yNzItLjYxMi42MDItLjg5Ljc5My0xLjIyNC43OTMtLjE2NyAwLS40MTgtLjE5MS0uNDE4LS43MzhWLjk0OGMwLS42NTYtLjE4NC0uOTQ4LS43NC0uOTQ4SDkuMTUxYy0uNDE3IDAtLjY2OC4zMDQtLjY2OC41OTMgMCAuNjIxLjk0Ni43NjUgMS4wNDMgMi41MTN2My43OThjMCAuODMzLS4xNTMuOTg0LS40ODcuOTg0LS44OSAwLTMuMDU1LTMuMjExLTQuMzQtNi44ODVDNC40NS4yODggNC4xOTggMCAzLjUyNyAwSC45Qy4xNSAwIDAgLjM0NyAwIC43M2MwIC42ODIuODkgNC4wNyA0LjE0NSA4LjU1MUM2LjMxNSAxMi4zNDEgOS4zNyAxNCAxMi4xNTMgMTRjMS42NjkgMCAxLjg3NS0uMzY4IDEuODc1LTEuMDAzdi0yLjMxM2MwLS43MzcuMTU4LS44ODQuNjg3LS44ODQuMzkgMCAxLjA1Ny4xOTIgMi42MTUgMS42NjdDMTkuMTEgMTMuMjE2IDE5LjQwMyAxNCAyMC40MDUgMTRoMi42MjVjLjc1IDAgMS4xMjYtLjM2OC45MS0xLjA5Ni0uMjM4LS43MjQtMS4wODgtMS43NzUtMi4yMTUtMy4wMjItLjYxMi0uNzEtMS41My0xLjQ3NS0xLjgwOS0xLjg1OC0uMzg5LS40OTEtLjI3OC0uNzEgMC0xLjE0NyAwIDAgMy4yLTQuNDI2IDMuNTMzLTUuOTI5aC4wMDFaIi8+Cjwvc3ZnPg==")}.tech_wrapper .tech_social>div:last-child>a div.tg{background-image:url("data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NiAzOSI+CiAgICA8cGF0aCBkPSJNNDIuMzg0IDEuMTE1IDIuMzg5IDE2LjUzOGMtMi43MyAxLjA5Ni0yLjcxNCAyLjYxOS0uNTAxIDMuMjk4bDEwLjI2OCAzLjIwM0wzNS45MTQgOC4wNWMxLjEyMy0uNjgzIDIuMTUtLjMxNSAxLjMwNi40MzRMMTcuOTcyIDI1Ljg1NGgtLjAwNWwuMDA1LjAwMy0uNzA5IDEwLjU4NGMxLjAzOCAwIDEuNDk2LS40NzYgMi4wNzgtMS4wMzhsNC45ODctNC44NSAxMC4zNzUgNy42NjNjMS45MTMgMS4wNTQgMy4yODYuNTEyIDMuNzYyLTEuNzdsNi44MS0zMi4wOTZjLjY5OC0yLjc5NS0xLjA2Ni00LjA2LTIuODkxLTMuMjM1WiIvPgo8L3N2Zz4=")}.tech_wrapper .tech_social>div:last-child>a:hover{background-color:#161515}.tech_wrapper .tech_social>div:last-child>a:hover div{filter:invert(1)}.tech_wrapper .tech_poem{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;row-gap:15px;padding:20px 0;font-size:20px;font-style:italic}.tech_wrapper .tech_img{display:flex;justify-content:center;align-items:center}.tech_wrapper .tech_img img{width:500px}.tech_wrapper .tech_video{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;row-gap:20px}.tech_wrapper .tech_video h2{color:#ffb92c;font-size:22px;text-align:center}.tech_wrapper .tech_video video{width:500px}.tech_wrapper .tech_movies{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;row-gap:20px}.tech_wrapper .tech_movies .movies_content{display:flex;flex-flow:column;align-items:flex-start;justify-content:center;row-gap:10px;width:500px;height:210px}@media(max-width: 600px){.tech_wrapper .tech_title{flex-flow:column;row-gap:5px;text-align:center}.tech_wrapper .tech_img{display:flex;justify-content:center;align-items:center}.tech_wrapper .tech_img img{width:100%}.tech_wrapper .tech_video video{width:100%}.tech_wrapper .tech_movies .movies_content{width:100%}}
