.menu-button{width:43px;height:43px;border-radius:4px;background:#1f1f1f;display:flex;justify-content:center;align-items:center}.menu-button__text{text-transform:uppercase;color:#fff;font-family:Russo-Regular}.menu-button.big{height:43px;width:43px}.menu-button_form{width:30px;height:30px}.menu-button__img{user-select:none}.menu-button__img--small{width:34px;height:34px}.menu-button__img img{user-select:none}.menu-button__img_red:hover{background-color:red}.menu-button__img_gray:hover{background:#2d2d2d}.menu-button__img_green{background-color:#79d709}.menu-button__img_fix-size{min-width:30px;height:30px}@media screen and (max-width:599px){.menu-button{width:26px;height:26px}.menu-button--mobil-big{width:43px;height:43px}}.tag{white-space:nowrap;background-color:#79d709;color:#000;border-radius:4px;text-transform:uppercase;font-family:Russo-Regular;font-size:14px;line-height:22px;padding:0 10px;display:inline-block}@media screen and (max-width:1279px){.tag{font-size:14px;line-height:20px}}@media screen and (max-width:959px){.tag{font-size:14px;line-height:18px}}@media screen and (max-width:599px){.tag{font-size:12px;line-height:16px}}.close-modal{position:absolute;cursor:pointer;right:0;top:0;width:46px;height:46px;display:flex;justify-content:center;align-items:center;z-index:100;background-image:url(/ico/close_s1.svg);background-repeat:no-repeat;background-position:50%}.close-modal:hover{background-color:#1f1f1f;background-image:url(/ico/close_s2.svg)}.close-modal .custom-modal-back{pointer-events:none}.image-viewer{top:5%;width:100%;max-width:95vw;height:90vh;position:relative;box-sizing:border-box}@media screen and (max-width:669px){.image-viewer{max-width:100vw}}.image-viewer img{width:100%;height:100%;object-fit:contain}.header{position:fixed;background:rgba(15,15,15,.98);top:0;left:0;width:100vw;min-width:300px;z-index:100;transition:transform .2s ease-in-out}@media screen and (max-width:959px){.header{transform:unset}}@media screen and (max-width:959px){.header.up{transform:translateY(-100%)}}.header.down{transform:translateY(0)}.header__contacts{display:none;text-transform:uppercase;justify-content:center;align-items:center;color:#79d709;font-family:Russo-Regular;font-size:12px;line-height:20px;margin-left:0;cursor:pointer}@media screen and (max-width:1279px){.header__contacts{font-size:12px;line-height:18px}}@media screen and (max-width:959px){.header__contacts{font-size:12px;line-height:16px}}@media screen and (max-width:599px){.header__contacts{font-size:12px;line-height:14px}}.header__contacts--inline{font-family:Montserrat-Regular;font-size:16px;line-height:26px;color:#fff}@media screen and (max-width:1449px){.header__contacts--inline{font-size:14px;line-height:26px}}@media screen and (max-width:959px){.header__contacts--inline{font-size:14px;line-height:24px}}@media screen and (max-width:599px){.header__contacts--inline{font-size:14px;line-height:22px}}.header__link{font-family:Russo-Regular;line-height:20px;color:#fff;line-height:25px;margin:0 15px;text-transform:uppercase;cursor:pointer;font-size:12px;position:relative;transition:color .1s linear;overflow:hidden}@media screen and (max-width:1279px){.header__link{font-size:12px;line-height:18px}}@media screen and (max-width:959px){.header__link{font-size:12px;line-height:16px}}@media screen and (max-width:599px){.header__link{font-size:12px;line-height:14px}}.header__link>a{color:#fff;display:block}.header__link:after{content:"";width:0;height:1px;background:#79d709;position:absolute;bottom:3px;left:0;transition:width .2s ease-in-out}.header__link:hover{color:#fff;overflow:visible}.header__link:hover:after{display:block;width:100%}.header__link:hover .header__link--list{cursor:default;opacity:1;max-height:500px}.header__link.active-link{cursor:default;color:#79d709}.header__link--list{display:block;position:absolute;left:0;top:160%;background:#1f1f1f;border-radius:5px;width:max-content;max-width:50vw;opacity:0;max-height:0;padding:10px;transition:opacity .3s ease-in-out,max-height .1s ease-in-out}.header__link--list:before{position:absolute;top:-20px;left:0;width:70px;height:20px;content:"";display:block}.header__link--list:after{position:absolute;top:-7px;left:15px;width:14px;height:14px;content:"";display:block;background:#1f1f1f;transform:rotate(45deg)}.header__link--list__item{margin-bottom:5px;transition:.1s ease-in-out;background:transparent}.header__link--list__item a,.header__link--list__item span{padding:14px;line-height:12px;color:#fff;display:block;transition:.15s ease-in-out}.header__link--list__item a.active-link,.header__link--list__item a:hover,.header__link--list__item span.active-link,.header__link--list__item span:hover{color:#79d709}.header__link--list__item:last-child{margin-bottom:0}.header__link--list__item:hover{background:#2f2f2f}.header .header__right-block .header__right-block__contacts--inline a{color:#fff}.header .header__right-block .header__right-block__contacts--inline:hover a{color:#79d709}.header__logo{position:relative;display:inline-flex;align-items:center;height:34px;width:min-content;margin-right:15px;transition:transform .1s ease-in}@media screen and (max-width:1279px){.header__logo{margin-right:0}}.header__logo:after{transition:transform .3s ease-in-out,opacity .6s ease-in-out;content:"";pointer-events:none;background-image:url(/img/l-1.svg);background-size:100%;background-repeat:no-repeat;width:85px;height:17px;opacity:1;transform:translateY(0)}@media screen and (max-width:1449px){.header__logo:after{width:75px}}@media screen and (max-width:1279px){.header__logo:after{display:none}}@media screen and (max-width:959px){.header__logo:after{opacity:0;transform:translateX(-25%);width:0;height:20px}}.header__logo .header__logo--wrapper{transition:transform .3s ease-out}@media screen and (max-width:959px){.header__logo.hover .header__logo--wrapper{transform:.75}.header__logo.hover:after{width:70px;height:17px;opacity:1;transform:translateY(0)}}.header__container{height:auto;padding:15px 0;display:flex;box-shadow:none;justify-content:space-between;margin:0 20px}@media screen and (max-width:1279px){.header__container{margin:0 25px}}@media screen and (max-width:599px){.header__container{margin:0 16px}}.header__container .header__right-block{column-gap:20px}@media screen and (max-width:1449px){.header__container .header__right-block{column-gap:10px}}.header__container .header__right-block__contacts .header__right-block__contacts--inline{color:#fff;display:block}.header__container .header__right-block__contacts .header__right-block__contacts--inline>a{color:#fff}.header__container .header__right-block__contacts .header__right-block__contacts--inline__text{padding-left:10px}.header__container .header__right-block__contacts .header__right-block__contacts--inline.hidden .header__right-block__contacts--inline__text{max-width:0;height:0;display:inline-flex;overflow:hidden;transition:max-width .4s ease,padding-left .2s ease;padding-left:0}.header__container .header__right-block__contacts .header__right-block__contacts--inline.hidden:hover .header__right-block__contacts--inline__text{max-width:130px;height:100%;padding-left:10px}.header__container .header__right-block__contacts .header__right-block__contacts--inline:hover,.header__container .header__right-block__contacts .header__right-block__contacts--inline:hover>a{color:#79d709}.header__container .header__right-block__contacts--inline{font-family:Montserrat-Regular;font-size:12px;line-height:20px;white-space:nowrap;color:#fff;padding:0 5px;margin-right:0;line-height:34px;font-weight:700}@media screen and (max-width:1279px){.header__container .header__right-block__contacts--inline{font-size:12px;line-height:18px}}@media screen and (max-width:959px){.header__container .header__right-block__contacts--inline{font-size:12px;line-height:16px}}@media screen and (max-width:599px){.header__container .header__right-block__contacts--inline{font-size:12px;line-height:14px}}.header__container .header__right-block__contacts--inline .menu-button{transition:background .1s ease-in-out}.header__container .header__right-block__contacts--inline .menu-button__img{transition:filter .1s ease-in-out}.header__container .header__right-block__contacts--inline:hover{color:#79d709}.header__container .header__right-block__contacts--inline:hover .menu-button{background:#79d709}.header__container .header__right-block__contacts--inline:hover .menu-button__img{filter:invert(1)}@media screen and (max-width:1279px){.header__container .header__right-block__contacts--inline{margin-right:15px}}@media screen and (max-width:959px){.header__container .header__right-block__contacts--inline{display:none}}.header__container .header__right-block__contacts--inline>div{background:#171717;display:inline;padding:10px}.header__container .header__left-block{outline:none;display:flex;align-items:flex-end;line-height:24px}@media screen and (max-width:1279px){.header__container .header__left-block{align-items:center}}.header__container .header__left-block .menu-button--no-bg-color{background:none}.header__container .header__left-block .menu-button img{height:100%;width:100%}.header__container .header__left-block .menu-button:first-child{margin-right:14px}.header__right-block{display:flex;align-items:center}.header__right-block__contacts{display:flex;gap:10px}@media screen and (max-width:1449px){.header__right-block__contacts{gap:5px}}@media screen and (max-width:1279px){.header__right-block__contacts{display:none}}@media screen and (max-width:959px){.header__right-block{position:relative}}.header .menu-toggle{flex:0 0 auto;width:34px;height:34px;cursor:pointer;position:relative}@media screen and (max-width:599px){.header .menu-toggle{width:26px;height:26px}}.header .cross,.header .hamburger{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.header .hamburger span{display:block;width:18px;height:1px;max-height:1px;min-height:1px;margin-bottom:5px;overflow:hidden;position:relative}.header .hamburger span:last-child{margin:0}.header .hamburger span:after,.header .hamburger span:before{content:"";position:absolute;width:100%;height:100%;background-color:#fff;transform:translateX(-200%);transition:transform .3s ease}.header .hamburger span:after{transform:translateX(0)}.header .hamburger span:nth-child(2):after,.header .hamburger span:nth-child(2):before{transition-delay:75ms}.header .hamburger span:last-child:after,.header .hamburger span:last-child:before{transition-delay:.15s}.header .menu-toggle:hover .hamburger span:before{transform:translateX(0)}.header .menu-toggle.active .hamburger span:after,.header .menu-toggle.active .hamburger span:before,.header .menu-toggle:hover .hamburger span:after{transform:translateX(200%)}.header .cross span{display:block;width:18px;height:1px;background-color:#fff;transform:translateY(50%) rotate(45deg) scaleX(0);transition:transform .2s ease}.header .cross span:last-child{transform:translateY(-50%) rotate(-45deg) scaleX(0)}.header .menu-toggle.active .cross span{transition-delay:.45s;transform:translateY(50%) rotate(45deg) scaleX(1)}.header .menu-toggle.active .cross span:last-child{transform:translateY(-50%) rotate(-45deg) scaleX(1)}@media screen and (max-width:1449px){.header__link{line-height:27px;margin:0 10px}}@media screen and (max-width:1279px){.header__link{margin:0 10px;line-height:30px}}@media screen and (max-width:959px){.header__contacts{display:flex;position:absolute;left:0;right:0;top:0;bottom:0;width:max-content;margin:auto}.header__link{display:none}.header__logo{margin-right:0}.header__logo.hover:after{display:none}.header__container{padding:7px 0;box-shadow:0 4px 4px rgba(0,0,0,.25);height:34px}}@keyframes hopping{0%{padding:0}8%{padding-right:8px}16%{padding:0}24%{padding-right:8px}32%{padding:0}to{padding:0}}.action-button{position:fixed;font-family:Russo-Regular;background:#79d709;right:0;height:225px;text-align:center;top:0;bottom:0;margin:auto;display:inline-flex;z-index:50;transition:.2s linear,transform .2s ease-in-out;animation:hopping 3s ease infinite;border-radius:20px 0 0 20px;box-shadow:0 0 40px rgba(0,0,0,.8)}@media screen and (max-width:959px){.action-button{margin:0 auto;animation:none;left:0;max-width:min-content;border-radius:0 0 20px 20px;transform:translateY(48px) scaleY(0) scaleX(0);transition:transform .3s ease-in-out;transform-origin:top;background:#161616;box-shadow:none}}@media screen and (max-width:959px){.action-button.up{transform:translateY(0) scaleY(0) scaleX(0)}}.action-button__heading{writing-mode:vertical-rl;text-orientation:mixed;rotate:180deg;display:block;text-align:center;height:100%;padding:10px;box-sizing:border-box;user-select:none;cursor:pointer;letter-spacing:.2em;font-size:12px;text-transform:uppercase;transition:.3s ease}@media screen and (max-width:959px){.action-button__heading{display:none}}.action-button__content{box-sizing:border-box;max-width:0;overflow:hidden;opacity:0;padding:15px 0;transition:max-width .5s ease,max-height .3s ease,padding .2s ease,opacity .2s ease-in .1s;text-align:left}@media screen and (max-width:959px){.action-button__content{max-height:0;padding:0}}.action-button__content__item{height:100%}@media screen and (max-width:959px){.action-button__content__item{height:unset}}.action-button__content__item__link{height:100%;display:flex;color:#fff;font-family:Russo-Regular;letter-spacing:.2em;text-transform:uppercase;line-height:18px;font-size:12px;flex-direction:column;align-items:center;align-content:center;gap:10px}.action-button__content__item__link>img{width:150px;height:150px;filter:saturate(0);opacity:.2;transition:.2s ease}.action-button__content__item__link:hover>img{filter:saturate(1);opacity:1}.action-button.active{background:#161616;box-shadow:0 0 60px 0 rgba(0,0,0,.5);animation:none}@media screen and (max-width:959px){.action-button.active{transform:translateY(48px) scaleY(1) scaleX(1);height:min-content}}.action-button.active .action-button__heading{color:#fff;padding-right:15px;padding-left:0}.action-button.active .action-button__content{opacity:1;max-width:230px;padding:15px 30px}@media screen and (max-width:959px){.action-button.active .action-button__content{max-height:220px}}.change-language-container{width:100%;text-align:right}@media screen and (max-width:669px){.change-language-container{height:34px;width:34px}}@media screen and (max-width:599px){.change-language-container{height:26px;width:26px}}.change-language-container>.change-language-button{font-family:Russo-Regular;width:34px;height:34px;padding:8px;font-weight:400;font-style:normal;font-size:12px;color:#79d709;background-color:#1f1f1f;border-radius:4px}@media screen and (max-width:669px){.change-language-container>.change-language-button{top:0;left:0;bottom:0;margin:auto}}@media screen and (max-width:599px){.change-language-container>.change-language-button{width:26px;height:26px;padding:0}}.change-language-container>.change-language-button:hover{background-color:#191919}.menu{width:350px;z-index:12;position:fixed;right:46px}.menu__spacer{padding:20px 0;max-width:320px;background-color:#161616}.menu_submenu .menu{position:absolute;top:255px}.menu__info{white-space:nowrap;font-family:Russo-Regular;font-size:14px;line-height:22px;letter-spacing:0}@media screen and (max-width:1279px){.menu__info{font-size:14px;line-height:20px}}@media screen and (max-width:959px){.menu__info{font-size:14px;line-height:18px}}@media screen and (max-width:599px){.menu__info{font-size:12px;line-height:16px}}.menu__info a{display:flex;align-items:center;font-size:14px}.menu__info a>a{color:#fff}.menu__info a:hover>a{color:#79d709}.menu__info a .menu-button.big{width:25px;height:25px;margin-right:5px}.menu__info a .menu-button.big img{width:20px}.menu__info a:hover .menu-button.big{background-color:#79d709}.menu__info a:hover .menu-button.big img{filter:invert(1)}.menu__contacts{font-family:Montserrat-Regular;font-size:16px;line-height:26px;color:#fff}@media screen and (max-width:1449px){.menu__contacts{font-size:14px;line-height:26px}}@media screen and (max-width:959px){.menu__contacts{font-size:14px;line-height:24px}}@media screen and (max-width:599px){.menu__contacts{font-size:14px;line-height:22px}}.menu_base{top:90px;height:auto;display:flex;flex-wrap:wrap;flex-direction:column;justify-content:space-between;z-index:99}.menu_base>div{display:contents}.menu_base:after{content:"";position:fixed;width:100vw;height:100vh;background-color:rgba(0,0,0,.8);top:0;left:0;opacity:.8;z-index:-1}.menu__info-container{margin-top:auto;background-color:#000;padding:16px 12px;display:flex;justify-content:space-between}.menu__info-container span{color:#fff}.menu__container_typeA{border-bottom:1px solid hsla(0,0%,100%,.1);width:78%;margin:10px auto}.menu__container_typeB{margin-top:auto;background-color:#161616}.menu__container_typeD{padding:38px 36px}.menu__container_typeD .menu-button__search-wrapper{display:flex;align-items:center}.menu__container_typeD .menu-button__search-wrapper input{margin-left:10px}.menu__container_typeC{overflow:hidden;filter:grayscale(1);max-width:320px;max-height:227px;width:320px;height:227px}.menu__container_typeC img{width:100%;height:100%}.menu__button_typeA{font-family:Russo-Regular;font-size:12px;line-height:20px;padding:13px 36px}@media screen and (max-width:1279px){.menu__button_typeA{font-size:12px;line-height:18px}}@media screen and (max-width:959px){.menu__button_typeA{font-size:12px;line-height:16px}}@media screen and (max-width:599px){.menu__button_typeA{font-size:12px;line-height:14px}}.menu__button_typeA a{letter-spacing:2.4px}.menu__button_typeA,.menu__button_typeB{cursor:pointer;text-transform:uppercase;background-color:#161616}.menu__button_typeA:hover,.menu__button_typeB:hover{background-color:#1f1f1f}.menu__button_typeA:hover a,.menu__button_typeA:hover span,.menu__button_typeB:hover a,.menu__button_typeB:hover span{color:#79d709}.menu__button_typeA a,.menu__button_typeB a{color:#fff}.menu__button_typeA a:hover,.menu__button_typeB a:hover{text-decoration:none}.menu__button_typeA a span,.menu__button_typeB a span{color:hsla(0,0%,100%,.3)}.menu__button_typeA a.menu-link,.menu__button_typeB a.menu-link{color:#fff}.menu__button_typeA a.menu-link:hover,.menu__button_typeB a.menu-link:hover{color:#79d709}.menu__button_typeB{display:flex}.menu__button_typeB a{box-sizing:border-box;padding:0 36px;letter-spacing:.2em;width:100%;font-family:Russo-Regular;font-size:12px;line-height:20px;color:hsla(0,0%,100%,.3)}@media screen and (max-width:1279px){.menu__button_typeB a{font-size:12px;line-height:18px}}@media screen and (max-width:959px){.menu__button_typeB a{font-size:12px;line-height:16px}}@media screen and (max-width:599px){.menu__button_typeB a{font-size:12px;line-height:14px}}.menu__button.menu__button_typeB a{display:block;width:100%;line-height:46px}.aside-responsive{display:none}@media screen and (max-width:959px){.aside-responsive{display:block}}.aside-responsive-contacts{display:none}@media screen and (max-width:1279px){.aside-responsive-contacts{display:block}}@media screen and (max-width:599px){.menu__button.menu__button_typeB a{line-height:42px}.menu__spacer{padding:0}.menu_base{top:47px}.menu_submenu .menu{width:100%;right:0;top:180px}.menu_submenu .submenu-button__search{margin:0;padding:10px 38px}}@media screen and (max-width:1279px){.menu{right:26px}.menu_base{min-height:unset;height:unset}.menu_base>div{display:block}.menu__button_typeA{padding:10px 36px}.menu__container_typeD{padding:15px 36px}.menu__container_typeA{margin:5px auto}}@media screen and (max-width:959px){.menu__spacer{max-width:unset}.menu_base{top:47px;right:0;height:calc(100% - 50px);overflow:scroll}}@media screen and (max-width:1279px) and (orientation:landscape){.menu__container_typeC{display:none}}@media (max-height:950px){.menu__container_typeC{display:none}}@media (max-height:600px){.menu__info a{font-size:12px}}@media screen and (max-width:599px) and (orientation:portrait){.subMenu{display:none}.menu__spacer{overflow:scroll;box-sizing:border-box;height:calc(100% - 97px);padding-top:20px}.menu_base{top:76px;height:100%}.menu_base>div{width:100%;height:100%}.menu__info-container{padding:16px 15px}.menu__container_submenu,.menu__container_typeC{display:none}}@media (max-width:812px) and (orientation:landscape){.menu{right:0}__spacer{height:calc(100% - 100px)}.menu_base{height:calc(100% - 50px);width:100%;top:47px}.menu_base>div{height:100%;overflow:scroll}.menu_base .menu__container.menu__container_typeB.landscape{height:calc(100% - 50px)}}.header-hoc.fixed{height:100vh;overflow:hidden}.header-hoc.fade-out{animation:show 1s;animation-delay:3.5s}.header-hoc.fade-out-without-delay{animation:show 1s}.preloader-wrapper{width:100%;height:100%;z-index:100;position:fixed;top:0;left:0;background-color:#0c0c0c;display:flex;justify-content:center;align-items:center}.preloader-wrapper.destroy{opacity:0;transition:opacity 2s}.loader-background{position:absolute;margin-left:auto;margin-right:auto;left:0;right:0;top:50%;margin-top:-99px;text-align:center}.logo-container{position:relative;color:#fff}.logo-container svg{position:relative;z-index:2}.logo-container:after{position:absolute;content:"";height:1px;left:0;bottom:-25%;background-color:#fff;width:0}.logo-container:before{content:""}.animation-start{animation:frame-5 .6s ease-out 2.05s forwards}.animation-start .d{animation:frame-1 .3s ease-out .6s forwards}.animation-start .m{animation:frame-2 30ms ease-out .93s forwards}.animation-start .i{animation:frame-2 30ms ease-out .96s forwards}.animation-start .e{animation:frame-2 30ms ease-out .99s forwards}.animation-start .a{animation:frame-2 30ms ease-out 1.02s forwards}.animation-start .e_g,.animation-start .n,.animation-start .t{animation:frame-2 1s ease-out 1.05s forwards}.animation-start .dot{animation:frame-3 1s ease-out 1.05s forwards}.animation-start:after{animation:frame-4 .6s ease-out 2.05s forwards}.a,.d,.dot,.e,.e_g,.i,.m,.n,.t{opacity:0}.dot{transform-origin:top center;transform:scale(.4)}.m{fill:#fff}@keyframes frame-1{0%{opacity:0}to{opacity:1}}@keyframes frame-2{0%{opacity:0}to{opacity:1}}@keyframes frame-3{0%{opacity:0}to{opacity:1;transform:scale(1)}}@keyframes frame-4{0%{opacity:0}50%{width:63%}60%{width:63%;background-color:#fff}to{width:100%;background-color:#79d709}}@keyframes frame-5{0%{opacity:1}50%{opacity:.8}to{opacity:1}}.alert-block{position:fixed;width:100%;background:#79d709;bottom:0;z-index:15;box-shadow:0 -17px 20px 0 rgba(0,0,0,.8);overflow:hidden;max-height:200px;transition:max-height .4s ease-in-out;cursor:pointer;min-width:300px}.alert-block__content{max-width:1380px;margin:0 auto;padding:20px 24px;box-sizing:border-box;display:flex;align-items:center}@media screen and (max-width:1449px){.alert-block__content{padding:20px 64px}}@media screen and (max-width:1279px){.alert-block__content{padding:20px 24px}}@media screen and (max-width:599px){.alert-block__content{padding:20px 16px}}.alert-block__content__info{display:inline-flex;align-items:center}.alert-block__content__info>img{width:30px}.alert-block__content__info>div{font-family:Russo-Regular;font-size:12px;line-height:20px;text-transform:uppercase}@media screen and (max-width:1279px){.alert-block__content__info>div{font-size:12px;line-height:18px}}@media screen and (max-width:959px){.alert-block__content__info>div{font-size:12px;line-height:16px}}@media screen and (max-width:599px){.alert-block__content__info>div{font-size:12px;line-height:14px}}.alert-block__content__info>div br{display:none}@media screen and (max-width:767px){.alert-block__content__info>div br{display:initial}}.alert-block__content__info>div span{display:block}.alert-block__content__info>div span a:hover{text-decoration:underline}.alert-block__content__info img+div{margin:0 20px}@media screen and (max-width:1279px){.alert-block__content__info img+div{margin-right:0}}.alert-block.close{max-height:0}.alert-block.cookie{background:#1f1f1f;color:#fff;cursor:auto;box-shadow:0 -17px 20px 0 rgba(0,0,0,.3);z-index:16}@media screen and (max-width:1279px){.alert-block.cookie .alert-block__content{flex-wrap:wrap}.alert-block.cookie .alert-block__content__info{width:100%}.alert-block.cookie .alert-block__content__info>div span+span{padding-top:10px}}.alert-block.cookie .button-agree{margin-left:auto}@media screen and (max-width:1279px){.alert-block.cookie .button-agree{margin:30px auto 0}}@media screen and (max-width:767px){.alert-block.cookie .button-agree{max-width:unset}}.button__size{max-width:292px}.button-text{font-family:Russo-Regular;font-size:12px;line-height:20px;text-transform:uppercase;border:1px solid #fff;box-sizing:border-box;padding:7px 0;width:100%;min-height:34px;height:34px;display:flex;align-items:center;justify-content:center;text-align:center;cursor:pointer;transition:background-color .2s ease-out,color .2s ease-out;user-select:none;letter-spacing:2.4px}@media screen and (max-width:1279px){.button-text{font-size:12px;line-height:18px}}@media screen and (max-width:959px){.button-text{font-size:12px;line-height:16px}}@media screen and (max-width:599px){.button-text{font-size:12px;line-height:14px}}.button-text.padding{padding:0 18px}.button-text:hover{color:#fff;text-decoration:none}.button-text.disabled{opacity:.2}.button-text .dollar-back{fill:#fff;stroke:#fff}.button-text .dollar{fill:#000;stroke:#000}.button-text.no-border{border:0}.button-text.no-border:hover{transition:background-color .2s ease-out,color .2s ease-out;background-color:hsla(0,0%,100%,.2);color:#fff}.button-text.gray{border:1px solid hsla(0,0%,100%,.2)}.button-text.gray:hover{transition:background-color .2s ease-out;background-color:hsla(0,0%,100%,.2)}.button-text.full-gray{background-color:#1f1f1f;border:none}.button-text.full-gray:hover{background-color:#424242}.button-text.text-white{color:#fff}.button-text.text-white-05{color:hsla(0,0%,100%,.5)}.button-text.text-white-03{color:hsla(0,0%,100%,.3);transition:color .2s ease-in}.button-text.text-white-03:hover{transition:color .2s ease-out;color:#fff}.button-text.text-white-08{color:hsla(0,0%,100%,.8)}.button-text.text-gray{color:hsla(0,0%,100%,.2)}.button-text.text-gray,.button-text.text-gray:hover{transition:color .2s ease-out,background-color .2s ease-out}.button-text.text-gray:hover{color:#fff}.button-text.text-green,.button-text.text-green:hover{color:#79d709}.button-text.green{background-color:#79d709;color:#000;border-color:#79d709}.button-text.green:hover{background:#161616;color:#79d709}.button-text.border-green{border:1px solid #79d709}.button-text.border-green img{transition:filter .2s ease}.button-text.border-green:active,.button-text.border-green:hover{color:#000;background-color:#79d709}.button-text.border-green:active img,.button-text.border-green:hover img{filter:invert(1)}.button-text.border-green:active svg .dollar,.button-text.border-green:hover svg .dollar{fill:#79d709;stroke:#79d709}.button-text.border-green:active svg .dollar-back,.button-text.border-green:hover svg .dollar-back{fill:#000;stroke:#000}.button-text.green2{color:#fff;border-color:#79d709;background:inherit}.button-text.green2:active{background:#79d709;color:#000}.button-text .mr{margin-right:17px}.bottom-button{position:absolute;bottom:0;right:25px;transform:translateY(50%);width:97%}