.loader{display:block}.preloader{width:50px;height:50px;position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);animation:rotatePreloader 2s ease-in infinite}@keyframes rotatePreloader{0%{transform:translateX(-50%) translateY(-50%) rotate(0deg)}to{transform:translateX(-50%) translateY(-50%) rotate(-1turn)}}.preloader div{position:absolute;width:100%;height:100%;opacity:0}.preloader div:before{content:"";position:absolute;left:50%;top:0;width:10%;height:10%;background-color:blue;transform:translateX(-50%);border-radius:50%}.preloader div:first-child{transform:rotate(0deg);animation:rotateCircle1 2s linear infinite;z-index:9}@keyframes rotateCircle1{0%{opacity:0}0%{opacity:1;transform:rotate(36deg)}7%{transform:rotate(0deg)}57%{transform:rotate(0deg)}to{transform:rotate(-324deg);opacity:1}}.preloader div:nth-child(2){transform:rotate(36deg);animation:rotateCircle2 2s linear infinite;z-index:8}@keyframes rotateCircle2{5%{opacity:0}5.0001%{opacity:1;transform:rotate(0deg)}12%{transform:rotate(-36deg)}62%{transform:rotate(-36deg)}to{transform:rotate(-324deg);opacity:1}}.preloader div:nth-child(3){transform:rotate(72deg);animation:rotateCircle3 2s linear infinite;z-index:7}@keyframes rotateCircle3{10%{opacity:0}10.0002%{opacity:1;transform:rotate(-36deg)}17%{transform:rotate(-72deg)}67%{transform:rotate(-72deg)}to{transform:rotate(-324deg);opacity:1}}.preloader div:nth-child(4){transform:rotate(108deg);animation:rotateCircle4 2s linear infinite;z-index:6}@keyframes rotateCircle4{15%{opacity:0}15.0003%{opacity:1;transform:rotate(-72deg)}22%{transform:rotate(-108deg)}72%{transform:rotate(-108deg)}to{transform:rotate(-324deg);opacity:1}}.preloader div:nth-child(5){transform:rotate(144deg);animation:rotateCircle5 2s linear infinite;z-index:5}@keyframes rotateCircle5{20%{opacity:0}20.0004%{opacity:1;transform:rotate(-108deg)}27%{transform:rotate(-144deg)}77%{transform:rotate(-144deg)}to{transform:rotate(-324deg);opacity:1}}.preloader div:nth-child(6){transform:rotate(180deg);animation:rotateCircle6 2s linear infinite;z-index:4}@keyframes rotateCircle6{25%{opacity:0}25.0005%{opacity:1;transform:rotate(-144deg)}32%{transform:rotate(-180deg)}82%{transform:rotate(-180deg)}to{transform:rotate(-324deg);opacity:1}}.preloader div:nth-child(7){transform:rotate(216deg);animation:rotateCircle7 2s linear infinite;z-index:3}@keyframes rotateCircle7{30%{opacity:0}30.0006%{opacity:1;transform:rotate(-180deg)}37%{transform:rotate(-216deg)}87%{transform:rotate(-216deg)}to{transform:rotate(-324deg);opacity:1}}.preloader div:nth-child(8){transform:rotate(252deg);animation:rotateCircle8 2s linear infinite;z-index:2}@keyframes rotateCircle8{35%{opacity:0}35.0007%{opacity:1;transform:rotate(-216deg)}42%{transform:rotate(-252deg)}92%{transform:rotate(-252deg)}to{transform:rotate(-324deg);opacity:1}}.preloader div:nth-child(9){transform:rotate(288deg);animation:rotateCircle9 2s linear infinite;z-index:1}@keyframes rotateCircle9{40%{opacity:0}40.0008%{opacity:1;transform:rotate(-252deg)}47%{transform:rotate(-288deg)}97%{transform:rotate(-288deg)}to{transform:rotate(-324deg);opacity:1}}.preloader div:nth-child(10){transform:rotate(324deg);animation:rotateCircle10 2s linear infinite;z-index:0}@keyframes rotateCircle10{45%{opacity:0}45.0009%{opacity:1;transform:rotate(-288deg)}52%{transform:rotate(-324deg)}102%{transform:rotate(-324deg)}to{transform:rotate(-324deg);opacity:1}}.popup{position:fixed;z-index:50;overflow-y:auto}.popup,.popup-bg{top:0;right:0;left:0;bottom:0}.popup-bg{position:absolute;background:rgba(0,0,0,.5)}.popup-wrap{width:100%;min-height:100vh;display:flex;justify-content:center;align-items:center;position:relative;z-index:10;overflow-y:auto}.popup-container{margin-top:50px;margin-bottom:50px;max-width:840px;background:#fff;padding:25px 32px;z-index:2}.popup-container,.popup-top{width:100%;position:relative}.popup-top{padding-bottom:15px;display:flex;justify-content:space-between;align-items:flex-start}.popup-top__title{width:100%;max-width:100%;text-align:center;margin-top:35px;font-weight:300;font-size:24px;line-height:29px;color:#4f4f4f}.popup-close{position:absolute;right:0;top:0;padding:0}.popup-close,.popup-close svg{width:30px;height:30px}@media screen and (max-width:900px){.popup-bg{position:fixed}.popup-wrap{height:100vh;padding-left:15px;padding-right:15px;display:block;overflow-y:auto}}@media screen and (max-width:425px){.popup-container{padding:15px 20px}.popup-top__title{font-size:16px}.popup-top{padding-bottom:10px}}.main-button{position:relative;display:inline-block;width:100%;padding:4px 12px;border-radius:100px;border:1px dashed #2128be;outline:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;min-width:100px;transition:background .3s ease,border-color .3s ease}.main-button.large{padding:12px 30px}.main-button.large .main-button__label{font-size:28px}.main-button.yellow{border:1px dashed #edd500}.main-button.yellow .main-button__label{color:#edd500}.main-button.yellow .main-button__label svg.stroke path{stroke:#edd500}.main-button.yellow .main-button__label svg.fill path{fill:#edd500}.main-button.yellow.fill,.main-button.yellow:hover{background:#edd500;border-color:#000}.main-button.yellow.fill .main-button__label,.main-button.yellow:hover .main-button__label{color:#2128be}.main-button.yellow.fill .main-button__label svg.stroke path,.main-button.yellow:hover .main-button__label svg.stroke path{stroke:#2128be}.main-button.yellow.fill .main-button__label svg.fill path,.main-button.yellow:hover .main-button__label svg.fill path{fill:#2128be}.main-button.yellow:hover{border-color:#000}.main-button.outline{background:#fff;border:1px solid #555}.main-button.outline:hover{background:#555}.main-button.outline:hover .main-button__label{color:#fff}.main-button.outline .main-button__label{color:#555}.main-button[data-progress=true]{pointer-events:none}.main-button[data-progress=true] .main-button__label{opacity:0}.main-button[data-progress=true] .main-button__loader{display:inline-block}.main-button:disabled{pointer-events:none}.main-button:disabled,.main-button:disabled:hover{background-color:#dadada}.main-button.fill,.main-button:hover{background:#2128be}.main-button.fill .main-button__label,.main-button:hover .main-button__label{color:#edd500}.main-button.fill .main-button__label svg.stroke path,.main-button:hover .main-button__label svg.stroke path{stroke:#edd500}.main-button.fill .main-button__label svg.fill path,.main-button:hover .main-button__label svg.fill path{fill:#edd500}.main-button.fill:hover{background:#edd500}.main-button.fill:hover .main-button__label{color:#2128be}.main-button.fill:hover .main-button__label svg.stroke path{stroke:#2128be}.main-button.fill:hover .main-button__label svg.fill path{fill:#2128be}.main-button:hover{border-color:#edd500}.main-button__label{font-style:normal;font-weight:500;font-size:20px;line-height:140%;color:#2128be;transition:color .3s ease;display:flex;align-items:center;justify-content:center}.main-button__label svg{width:17px;height:17px;margin-right:6px}.main-button__label svg.stroke path{stroke:#2128be;transition:stroke .3s ease}.main-button__label svg.fill path{fill:#2128be;transition:fill .3s ease}.main-button__loader{display:none;position:absolute;top:50%;transform:translateY(-50%);left:0;width:100%;height:25px;text-align:center;font-size:0}.main-button__loader .preloader{height:25px;width:25px}.main-button__loader-inner{display:inline-block;height:3em;width:3em;font-size:8px;text-indent:-9999em}@media screen and (max-width:1024px){.main-button.large .main-button__label{font-size:20px}}.small-loader{position:relative;min-width:100px;min-height:30px;display:flex;justify-content:center;align-items:center}.small-loader .loader{min-height:25px}.small-loader .loader>div{width:25px;height:25px}.hidden{z-index:98;position:relative}.header{width:100%;padding-top:20px;padding-bottom:10px;background:#edd500;border-bottom:1px dashed #2128be;transition:all .3s ease-in-out}.header-btn a.yellow{color:#edd500}.header-btn a.yellow svg path{stroke:#edd500}.header.dark{background:#0f0f0e;border-bottom:1px dashed #edd500}.header.dark .header-logo svg path{fill:#edd500}.header-logo{text-decoration:none;cursor:pointer;display:inline-block}.header-logo svg{width:102px;height:80px}.header-logo svg path{transition:fill .3s ease-in-out;fill:#2128be}.header-logo-wrap{display:flex;align-items:flex-start;justify-content:center;position:relative;z-index:12}.header-burger{display:none;padding:8px;border:1px dashed #2128be;background:#edd500;cursor:pointer;border-radius:4px;width:32px;height:32px;margin-right:20px}.header-burger svg{width:16px;height:16px}.header-burger.yellow{background:#0f0f0e;border:1px dashed #edd500}.header-burger.yellow svg path{stroke:#edd500}.header-wrap{width:100%;display:flex;align-items:flex-end;justify-content:space-between}.header-pages{align-items:center;flex-direction:column}.header-pages,.header-pages-row{display:flex;justify-content:center}.header .burger-menu{position:absolute;top:88px;left:0;right:0;border-bottom:1px dashed #2128be;background:#edd500;z-index:10}.header .burger-menu.yellow{background:#0f0f0e;border-bottom:1px dashed #edd500}.header .burger-menu-wrap{width:100%;padding:60px 20px}.header .burger-menu-wrap .header-pages{margin:0 auto;max-width:330px;width:100%;display:flex;flex-wrap:wrap;flex-direction:row}@media screen and (max-width:1180px){.header-pages{display:none}.header-burger{display:inline-block}.header-logo svg{width:69px;height:54px}}.footer{background:#edd500;border-top:1px dashed #2128be;padding-bottom:40px}.footer__bottom{width:100%;display:flex;align-items:flex-start;justify-content:space-between}.footer__bottom-links a{text-decoration:none;cursor:pointer;display:inline-block;font-weight:700;font-size:16px;line-height:90%;letter-spacing:-.02em;transition:all .4s cubic-bezier(.25,.8,.25,1);color:#0f0f0e}.footer__bottom-links a:active,.footer__bottom-links a:hover{text-decoration:underline}.footer__bottom-links a+a{margin-left:40px}.footer__container{align-items:center;padding-top:40px;padding-bottom:40px;justify-content:space-between}.footer__container,.footer__left{display:flex;align-items:flex-start}.footer__left{justify-content:flex-start}.footer__left-partner{max-width:306px;margin-right:44px}.footer__left-mail{margin-left:60px}.footer__left-mail p{font-weight:400;font-size:14px;line-height:120%;letter-spacing:-.02em;margin-bottom:10px;color:#0f0f0e}.footer__left-mail a{text-decoration:none;cursor:pointer;display:inline-block;font-weight:700;font-size:24px;line-height:90%;letter-spacing:-.02em;transition:all .4s cubic-bezier(.25,.8,.25,1);color:#0f0f0e}.footer__left-mail a:active,.footer__left-mail a:hover{text-decoration:underline}.footer__left-partner-text{font-weight:400;font-size:14px;line-height:120%;letter-spacing:-.02em}.footer__left-partner-title{margin-top:20px}.footer__left-actions{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.footer__left-actions a+a{margin-top:20px}.footer__left-btn{display:inline-flex;justify-content:flex-start;align-items:center;transition:all .4s cubic-bezier(.25,.8,.25,1);font-weight:700;font-size:32px;line-height:90%;letter-spacing:-.02em;cursor:pointer;text-decoration:none;color:#2128be}.footer__left-btn:active,.footer__left-btn:hover{text-decoration:underline}.footer__left-btn svg{margin-right:6px}.footer__right{display:flex;align-self:stretch;justify-content:space-between}.footer__right a{color:#0f0f0e;text-decoration:none;transition:all .4s cubic-bezier(.25,.8,.25,1)}.footer__right a:active,.footer__right a:hover{text-decoration:underline}.footer__right-item{display:flex;flex-direction:column}.footer__right-item a+a{margin-top:10px}.footer__right-item+.footer__right-item{margin-left:100px}.footer__right-btn-become-partner{font-weight:700;font-size:16px;line-height:90%;letter-spacing:-.02em;transition:all .4s cubic-bezier(.25,.8,.25,1)}.footer__right-btn-become-partner:active,.footer__right-btn-become-partner:hover{text-decoration:underline}.footer__right-socials{font-weight:700;font-size:24px;line-height:90%;letter-spacing:-.02em;margin-right:13px}.footer__right-socials li+li{margin-top:10px}.footer__right-copyright{font-weight:400;font-size:12px;line-height:120%;letter-spacing:-.02em;color:#0f0f0e}@media screen and (max-width:1280px){.footer__container{flex-direction:column;padding-top:80px;padding-bottom:120px}.footer__left{justify-content:space-between;width:100%}.footer__left-partner{display:flex;flex-direction:column-reverse;max-width:250px;margin-right:20px}.footer__left-partner-title{margin-top:0;margin-bottom:26px}.footer__right{margin-top:80px}.footer__right-socials{margin-bottom:0}}@media screen and (max-width:735px){.footer__container{padding-bottom:75px}.footer__bottom,.footer__left{flex-direction:column}.footer__left{justify-content:center}.footer__left-partner{display:flex;flex-direction:column;max-width:310px;margin-right:0;margin-bottom:47px}.footer__left-mail{margin-left:0;margin-top:80px}.footer__left-partner-title{margin-top:26px;margin-bottom:0}.footer__left-btn{font-size:24px}.footer__right-item+.footer__right-item{flex-grow:0;margin-left:0}.footer__right-copyright{margin-top:40px}}.global-loader{width:100%;height:100%;position:fixed;left:0;right:0;top:0;bottom:0;z-index:50;background:#0f0f0e;transition:transform 1s ease-in-out}.global-loader.animated{transform:translateY(-100%)}.global-loader-wrap{padding-bottom:40px;height:100vh;display:flex;align-items:flex-end;position:relative}.global-loader-wrap .img-wrap{position:absolute;width:280px;height:280px;opacity:0;animation:loaderOpacity 3s linear infinite}.global-loader-wrap .img-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.global-loader-wrap .img-wrap:first-child{left:50%;bottom:50%;transform:translate(-50%,50%)}.global-loader-wrap .img-wrap:nth-child(2){left:60%;top:10px;animation-delay:.5s}.global-loader-wrap .img-wrap:nth-child(3){top:0;left:-40px;animation-delay:1s}.global-loader-wrap .img-wrap:nth-child(4){bottom:50%;transform:translateY(50%);right:-40px;animation-delay:1.5s}.global-loader-wrap .img-wrap:nth-child(5){bottom:50%;transform:translateY(50%);left:-40px;animation-delay:2s}.global-loader-wrap .img-wrap:nth-child(6){top:0;left:240px;animation-delay:2.5s}.global-loader-container{width:100%;display:flex;align-items:center;justify-content:space-between}.global-loader-container svg{width:102px;height:80px}.global-loader-container p{font-size:16px;text-align:center}.global-loader-container p,.global-loader-container span{font-style:normal;font-weight:400;line-height:100%;text-transform:uppercase;color:#edd500;margin-bottom:20px}.global-loader-container span{width:105px;font-family:Attack Type,sans-serif;font-size:40px;text-align:right}@keyframes loaderOpacity{0%{opacity:0}16%{opacity:1}32%{opacity:0}to{opacity:0}}@media screen and (max-width:760px){.global-loader-wrap{padding-bottom:0;align-items:center}.global-loader-wrap .img-wrap{display:none}.global-loader-container{align-items:center;justify-content:center;margin-left:-15px}.global-loader-container p,.global-loader-container svg{display:none}.global-loader-container span{margin-bottom:0}}a,abbr,acronym,address,applet,article,aside,audio,big,blockquote,body,button,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,embed,fieldset,figcaption,figure,footer,form,header,hgroup,html,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,pre,q,ruby,s,samp,section,small,span,strike,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}a,b,h1,h2,h3,h4,h5,h6,i,p,span,strong{margin:0;padding:0;border:0;line-height:1}html{line-height:1}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,td,th{text-align:left;font-weight:400;vertical-align:middle}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}*,:after,:before{box-sizing:content-box!important}a img{border:none}img{max-width:100%}button{border:none;background:transparent;cursor:pointer}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}*{box-sizing:border-box!important;outline:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;-webkit-tap-highlight-color:transparent}.clearfix:after{content:" ";clear:both;display:block;height:0;overflow:hidden;visibility:hidden}::-webkit-input-placeholder{color:#b3b3b3;opacity:1}:-moz-placeholder,::-moz-placeholder{color:#b3b3b3;opacity:1}:-ms-input-placeholder{color:#b3b3b3;opacity:1}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none}@font-face{font-family:Attack Type;src:url(/fonts/AttackType-Regular.b7939ad6.eot);src:local("Attack Type Regular"),local("AttackType-Regular"),url(/fonts/AttackType-Regular.b7939ad6.eot?#iefix) format("embedded-opentype"),url(/fonts/AttackType-Regular.fa6fd670.woff2) format("woff2"),url(/fonts/AttackType-Regular.4af38870.woff) format("woff"),url(/fonts/AttackType-Regular.31d09c6a.ttf) format("truetype"),url(/img/AttackType-Regular.3a1b6cc2.svg#AttackType-Regular) format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Mariupol;src:url(/fonts/Mariupol-Medium.d7d1d181.eot);src:local("Mariupol-Medium"),url(/fonts/Mariupol-Medium.d7d1d181.eot?#iefix) format("embedded-opentype"),url(/fonts/Mariupol-Medium.8b7c7f42.woff2) format("woff2"),url(/fonts/Mariupol-Medium.f80a0343.woff) format("woff"),url(/fonts/Mariupol-Medium.a4ccd4e0.ttf) format("truetype"),url(/img/Mariupol-Medium.9909df2d.svg#Mariupol-Medium) format("svg");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Mariupol;src:url(/fonts/Mariupol-Regular.5bc386ff.eot);src:local("Mariupol-Regular"),url(/fonts/Mariupol-Regular.5bc386ff.eot?#iefix) format("embedded-opentype"),url(/fonts/Mariupol-Regular.8d5c974e.woff2) format("woff2"),url(/fonts/Mariupol-Regular.216ef9cb.woff) format("woff"),url(/fonts/Mariupol-Regular.979f24cc.ttf) format("truetype"),url(/img/Mariupol-Regular.1ae6e832.svg#Mariupol-Regular) format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Mariupol;src:url(/fonts/Mariupol-Bold.f04e9dd0.eot);src:local("Mariupol-Bold"),url(/fonts/Mariupol-Bold.f04e9dd0.eot?#iefix) format("embedded-opentype"),url(/fonts/Mariupol-Bold.ade25664.woff2) format("woff2"),url(/fonts/Mariupol-Bold.95b94fa1.woff) format("woff"),url(/fonts/Mariupol-Bold.ded6e05e.ttf) format("truetype"),url(/img/Mariupol-Bold.8bbfd669.svg#Mariupol-Bold) format("svg");font-weight:700;font-style:normal;font-display:swap}@keyframes spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes opacity{0%{opacity:0}to{opacity:1}}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}@keyframes running-string{0%,to{transform:translateX(0)}50%{transform:translateX(1000px)}}.animate{transition-delay:.1s;transition-duration:1s;transition-timing-function:linear}.opacity_anim{opacity:0}.opacity_anim.animate-active{opacity:1}.slide-up{transform:translateY(60px);opacity:0}.slide-up.animate-active{transform:translateY(0);opacity:1}.slide-left{transform:translateX(-60px);opacity:0}.slide-left.animate-active{transform:translateX(0);opacity:1}.slide-right{transform:translateX(60px);opacity:0}.slide-right.animate-active{transform:translateX(0);opacity:1}.component-fade-enter-active,.component-fade-leave-active{transition:opacity .25s ease-in-out,transform .25s ease-in-out}.component-fade-enter,.component-fade-leave-to{opacity:0}.slide-in-enter-active,.slide-in-leave-active{transition:all .3s ease-in-out}.slide-in-enter,.slide-in-leave-to{transform:translateX(-100%)}.slide-out-enter-active,.slide-out-leave-active{transition:all .3s ease-in-out}.slide-out-enter,.slide-out-leave-to{transform:translateX(100%)}.slide-left-enter-active,.slide-left-leave-active{transition:transform .2s ease-in-out,opacity .3s ease-in-out}.slide-left-enter,.slide-left-leave-to{transform:translateY(-20px);opacity:0}.slide-right-enter-active,.slide-right-leave-active{transition:transform .2s ease-in-out,opacity .3s ease-in-out}.slide-right-enter,.slide-right-leave-to{transform:translateY(20px);opacity:0}.slide-top-enter-active,.slide-top-leave-active{transition:transform .2s ease-in-out,opacity .3s ease-in-out}.slide-top-enter,.slide-top-leave-to{transform:translateY(-10px);opacity:0}.list-complete-enter-active{transition:transform .5s ease-in-out,opacity .5s ease-in-out}.list-complete-leave-active{transition:transform .8s ease-in-out,opacity .8s ease-in-out}.list-complete-enter,.list-complete-leave-to{transform:translateY(20px);opacity:0}.scale-slide-enter-active{position:absolute;transition:all 1s ease;top:-100%}.scale-slide-leave-active{position:relative;z-index:0;transition:all 1s ease}.scale-slide-enter-from{top:-100%}.scale-slide-enter-to{top:0;z-index:1}.scale-slide-leave-from{transform:scale(1)}.scale-slide-leave-to{transform:scale(.8)}html ::-webkit-scrollbar{width:0}body{font-family:Mariupol,sans-serif;font-size:16px;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0f0f0e;color:#fff;overflow-x:hidden}body.fix{top:0;bottom:0;left:0;right:0;padding-right:15px;height:100%}body.fix,body.fix .wrapper{position:relative;overflow:hidden}.gallery h3.title:after{display:none!important}input{border-radius:0}.main-page{background:#000}.wrapper{min-height:100vh;display:flex;flex-direction:column;justify-content:space-between}.wrapper,.wrapper-bottom,.wrapper-top{width:100%}.container{width:100%;max-width:1400px;margin:0 auto;padding-left:20px;padding-right:20px}.container.relative{position:relative}.widgets{margin-top:50px;display:flex;justify-content:center;align-items:center}.widgets-item{margin-right:20px}.pagination{margin-top:10px;margin-bottom:10px}.pagination button{margin:0;width:34px;height:29px;color:#9a9a9a;font-size:16px;border:1px solid transparent;transition:border-color .3s ease-in-out}.pagination .vue-ads-bg-teal-500{background:#555;color:#fff}.pagination .vue-ads-flex-grow button:first-child[disabled=disabled],.pagination .vue-ads-flex-grow button:last-child[disabled=disabled]{background:#f7f7f7}.red{color:#ea5759}.error label,.error span{animation:shake 1s ease-in-out 1}body .toasted .primary.success,body .toasted.toasted-primary.success{background:#fff;color:#555;position:relative;padding-left:30px;height:60px;font-size:16px}body .toasted .primary.success:before,body .toasted.toasted-primary.success:before{content:"";position:absolute;width:15px;height:15px;background-position:50%;left:10px;top:20px}body .toasted .primary.error,body .toasted.toasted-primary.error{background:#fff;color:#555;position:relative;padding-left:30px;height:60px;font-size:16px}body .toasted .primary.error:before,body .toasted.toasted-primary.error:before{content:"";position:absolute;width:15px;height:15px;background-image:url(/img/ico-error.68776193.svg);background-position:50%;left:10px;top:20px}body .toasted .primary .action,body .toasted.toasted-primary .action{color:#555;margin-top:8px}body .toasted-container.top-right{right:10px;top:40px;min-width:300px}body .toasted .primary,body .toasted.toasted-primary{box-shadow:none;border:1px solid #dadada}.pagination{display:flex;justify-content:center}.main-input input{width:100%;border:1px solid #e7e7e7;height:54px;padding:10px 16px;transition:border-color .3s ease}.main-input input:focus{border-color:#7c818d}.table-head{display:flex;justify-content:flex-start;align-items:center;padding:16px 0}.table-head .table-cell{padding:0 24px;text-transform:uppercase;color:#7c818d}.table-head .table-cell:first-child{padding-left:0}.table-row{display:flex;justify-content:flex-start;align-items:center;background:#f4f5f6;margin-bottom:8px}.table-row:last-child{margin-bottom:0}.table-cell{padding:24px;width:auto}.page-loader{min-height:20vh}.page-loader,div.input-phone{position:relative}div.input-phone input{padding-left:50px;background:transparent}div.input-phone:before{content:"38 (0";position:absolute;font-size:16px;top:50%;transform:translateY(-50%);left:15px;color:#000;z-index:3;display:inline-block}.form__input{width:100%}.form__input,.form__input-disabled input{position:relative}.form__input-disabled input:focus{border-color:#dadada}.form__input-disabled input:after{content:"";position:absolute;top:0;right:0;left:0;bottom:0;z-index:2}.form__input p{font-size:14px;color:#7c818d;margin-top:4px}.form__input.error input{border-color:#ea5759}.form__input-title{font-size:14px;margin-bottom:7px;color:#7c818d}.form__input-title span{color:#4193f9}.form__input-error{margin-top:5px;font-size:12px;color:#ea5759}.form__input input{width:100%;height:55px;border:1px solid #dadada;padding:0 15px;font-size:16px;transition:border-color .3s ease}.form__input input:focus{border-color:#555}.social{font-size:0;display:flex;justify-content:flex-start}.social li{margin-right:11px}.social li:last-child{margin-right:0}.social li a{width:35px;height:35px;border-radius:50%;border:1px solid #7c818d;display:flex;justify-content:center;align-items:center}.social li a svg{fill:#7c818d}@media screen and (max-width:1280px){.category-content__item{width:calc(50% - 30px)}body.fix{padding-right:0}}@media screen and (max-width:1050px){.container-sm{max-width:250px}}