﻿html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}button{font-family:"Heebo";border:none;outline:none;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after{content:'';content:none;}q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}@keyframes arrow-left{0%,50%{opacity:0;left:0;}50.01%{opacity:1;}100%{opacity:0;left:270px;}}@keyframes arrow-right{0%,50%{opacity:0;right:0;}50.01%{opacity:1;}100%{opacity:0;right:270px;}}@keyframes Fade{from{opacity:1;}to{opacity:.1;}}body{height:108px;padding:0 15px;font-family:"NarkissBlock-Regular",sans-serif;}body .box{position:relative;cursor:pointer;display:flex;align-items:center;flex-direction:column;width:100%;height:108px;border:solid 2px #dcdcdc;box-sizing:border-box;border-radius:16px;}body .mobile-arr{position:absolute;top:18px;display:flex;}body .mobile-arr div{width:10px;height:14px;background-image:url("../img/arr.png");background-repeat:no-repeat;background-size:contain;}body .mobile-arr.right{right:7%;transform:rotate(180deg);}body .mobile-arr div{animation:Fade 1.2s linear infinite;}body .mobile-arr div:nth-child(1){animation-delay:0;}body .mobile-arr div:nth-child(2){animation-delay:.3s;}body .mobile-arr div:nth-child(3){animation-delay:.6s;}body .mobile-arr.left{left:7%;}body h1,body h2{color:#282828;text-align:center;position:relative;}body h1{padding-top:10px;font-size:26px;font-weight:bold;}body h2{padding-top:5px;font-size:13px;padding-bottom:5px;}body .pseudo_button{display:flex;justify-content:center;align-items:center;width:184px;height:31px;color:#fff;background-image:linear-gradient(124deg,#474cdd,#1417ac 41%);border-radius:6px;font-weight:bold;font-size:15px;}@media screen and (min-width:1024px){body{height:65px;max-height:65px;padding:0;}body .box{background-image:linear-gradient(to bottom,#fafcfd,#f3f8f9);justify-content:center;align-items:center;flex-direction:row-reverse;flex-wrap:wrap;height:65px;max-height:65px;width:1240px;margin:0 auto;border:none;border-radius:0;}body .mobile-arr{display:none;}body h1,body h2,body button{padding-top:0;padding-bottom:0;line-height:1;}body h1{font-family:"NarkissBlock-Bold",sans-serif;font-size:23px;font-weight:bold;}body h2{font-family:"NarkissBlock-Regular",sans-serif;line-height:1.25;padding:0 10px 0 20px;text-align:right;font-size:23px;}body .pseudo_button{width:130px;height:28px;border-radius:0;}body .arrow{position:absolute;width:33.5px;height:16.7px;background-image:url(../img/arrows.png);background-size:contain;background-repeat:no-repeat;}body .arrow-right{right:0;transform:rotate(180deg);animation:arrow-right 4s ease-out infinite;}body .arrow-left{left:0;animation:arrow-left 4s ease-out infinite;}}