/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/Theme/Air/src/Vendor/slick-1.8.1/slick/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/Theme/Air/src/Vendor/slick-1.8.1/slick/fonts/slick.eot');
    src: url('/Theme/Air/src/Vendor/slick-1.8.1/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/Theme/Air/src/Vendor/slick-1.8.1/slick/fonts/slick.woff') format('woff'), url('/Theme/Air/src/Vendor/slick-1.8.1/slick/fonts/slick.ttf') format('truetype'), url('/Theme/Air/src/Vendor/slick-1.8.1/slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.floating-wpp {
    position: fixed;
    bottom: 80px;
    left: 15px;
    font-size: 14px;
    transition: bottom .2s
}

.floating-wpp .floating-wpp-button {
    position: relative;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, .4);
    transition: box-shadow .2s;
    cursor: pointer;
    overflow: hidden;
    bottom: 82px;
}

.floating-wpp .floating-wpp-button img,
.floating-wpp .floating-wpp-button svg {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0)
}

.floating-wpp:hover {
    bottom: 17px
}

.floating-wpp:hover .floating-wpp-button {
    box-shadow: 1px 2px 8px rgba(60, 60, 60, .4)
}

.floating-wpp .floating-wpp-popup {
    border-radius: 6px;
    background-color: #E5DDD5;
    position: absolute;
    overflow: hidden;
    padding: 0;
    box-shadow: 1px 2px 8px rgba(60, 60, 60, .25);
    width: 0;
    height: 0;
    bottom: 0;
    opacity: 0;
    transition: bottom .1s ease-out, opacity .2s ease-out;
    transform-origin: bottom
}

.floating-wpp .floating-wpp-popup.active {
    padding: 0 12px 12px;
    width: 260px;
    height: auto;
    bottom: 82px;
    opacity: 1
}

.floating-wpp .floating-wpp-popup .floating-wpp-message {
    background-color: #fff;
	color: #000;
    padding: 8px;
    border-radius: 0 5px 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    opacity: 0;
    transition: opacity .2s
}

.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
    opacity: 1;
    transition-delay: .2s
}

.floating-wpp .floating-wpp-popup .floating-wpp-head {
    text-align: right;
    color: #fff;
    margin: 0 -15px 10px;
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    cursor: pointer
}

.floating-wpp .floating-wpp-input-message {
    background-color: #fff;
    margin: 10px -15px -15px;
    padding: 0 15px;
    display: flex;
    align-items: center
}

.floating-wpp .floating-wpp-input-message textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    padding: 8px;
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    font-size: inherit;
    resize: none
}

.floating-wpp .floating-wpp-btn-send {
    margin-left: 12px;
    font-size: 0;
    cursor: pointer
}
@charset "UTF-8";
a,button,input,label,p{font-family:"Avenir Next",sans-serif}
.in,.uf-handler{position:relative}
.-button-flash,.mailForm h6,.tac{text-align:center}
.-button-flash:hover span,.button-consultation:hover,.services__form-wrap .uf-siteForm button:hover,.uf-screenFilter .uf-container #uf-request .uf-request__submit:hover,.uf-screenFilter .uf-container .uf-Response-close:hover{letter-spacing:.5px}
.uf-container .uf-Response,body{-webkit-box-orient:vertical;-webkit-box-direction:normal}
.button,.ipWidget a,.ipWidget a:hover,a,a:hover{text-decoration:none}
.clear,.clearfix:after,.homerow,.ipModuleForm .form-horizontal .form-group:after,.ipModuleForm.form-horizontal .form-group:after,.ipWidget:after,.slick-track:after{clear:both}
@font-face{font-family:'Avenir Next';src:url(/fonts/AvenirNextCyrLight.eot);src:url(/fonts/AvenirNextCyrLight.eot) format("embedded-opentype"),url(/fonts/AvenirNextCyrLight.woff2) format("woff2"),url(/fonts/AvenirNextCyrLight.woff) format("woff"),url(/fonts/AvenirNextCyrLight.ttf) format("truetype"),url(/fonts/AvenirNextCyrLight.svg#AvenirNextCyrLight) format("svg");font-weight:300;font-style:normal}
@font-face{font-family:'Avenir Next';src:url(/fonts/AvenirNextCyrRegular.eot);src:url(/fonts/AvenirNextCyrRegular.eot) format("embedded-opentype"),url(/fonts/AvenirNextCyrRegular.woff2) format("woff2"),url(/fonts/AvenirNextCyrRegular.woff) format("woff"),url(/fonts/AvenirNextCyrRegular.ttf) format("truetype"),url(/fonts/AvenirNextCyrRegular.svg#AvenirNextCyrRegular) format("svg");font-weight:400;font-style:normal}
@font-face{font-family:'Avenir Next';src:url(/fonts/AvenirNextCyrDemi.eot);src:url(/fonts/AvenirNextCyrDemi.eot) format("embedded-opentype"),url(/fonts/AvenirNextCyrDemi.woff2) format("woff2"),url(/fonts/AvenirNextCyrDemi.woff) format("woff"),url(/fonts/AvenirNextCyrDemi.ttf) format("truetype"),url(/fonts/AvenirNextCyrDemi.svg#AvenirNextCyrDemi) format("svg");font-weight:600;font-style:normal}
@font-face{font-family:'Avenir Next';src:url(/fonts/AvenirNextCyrBold.eot);src:url(/fonts/AvenirNextCyrBold.eot) format("embedded-opentype"),url(/fonts/AvenirNextCyrBold.woff2) format("woff2"),url(/fonts/AvenirNextCyrBold.woff) format("woff"),url(/fonts/AvenirNextCyrBold.ttf) format("truetype"),url(/fonts/AvenirNextCyrBold.svg#AvenirNextCyrBold) format("svg");font-weight:700;font-style:normal}
@font-face{font-family:'Avenir Next';src:url(/fonts/AvenirNextCyrHeavy.eot);src:url(/fonts/AvenirNextCyrHeavy.eot) format("embedded-opentype"),url(/fonts/AvenirNextCyrHeavy.woff2) format("woff2"),url(/fonts/AvenirNextCyrHeavy.woff) format("woff"),url(/fonts/AvenirNextCyrHeavy.ttf) format("truetype"),url(/fonts/AvenirNextCyrHeavy.svg#AvenirNextCyrHeavy) format("svg");font-weight:900;font-style:normal}
@font-face{font-family:Awesome;src:url(/fonts/fontawesome-webfont.eot);src:url(/fonts/fontawesome-webfont.eot) format("embedded-opentype"),url(/fonts/fontawesome-webfont.woff2) format("woff2"),url(/fonts/fontawesome-webfont.woff) format("woff"),url(/fonts/fontawesome-webfont.ttf) format("truetype"),url(/fonts/fontawesome-webfont.svg) format("svg");font-weight:400;font-style:normal}
.main-menu ul li,.section__menu ul.level1>li,.side li,.side ul{list-style:none;margin:0;padding:0}
.plugin-info__slider,.plugin-info__slider .slick-track,.plugin-service__slider,.plugin-service__slider .slick-track,.services__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
.header__logo,.socials{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:wrap}
.FAQ .in,.banner__buttons,.contacts .in,.header .in,.plugin-info__header,.reviews .in,.services__form .in{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}
.dib{display:inline-block}
.v-mid{vertical-align:middle}
.v-top{vertical-align:top}
.inlineCols .ipWidget-Columns ._container{margin:0;font-size:0}
.inlineCols .ipWidget-Columns ._col{float:none;display:inline-block}
.flexCols .ipWidget-Columns ._container{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
.flexCols .ipWidget-Columns ._col{float:none}
.flex{display:-webkit-box;display:-ms-flexbox;display:flex}
.around{-ms-flex-pack:distribute;justify-content:space-around}
.between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.centerX{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.centerY{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}
.startY{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
.endY{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}
.endX{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
.img-center img{margin:0 auto;display:block}
.temp{min-height:350px}
.ipBlock,.ipHasAdminPanel .ipWidget,label,p{min-height:10px}
.in{width:95%;max-width:1300px;margin:0 auto}
.in.-right{width:calc(1300px + ((100% - 1300px)/ 2));max-width:1610px;margin-right:0;margin-left:calc((100% - 1300px)/ 2);padding-left:100px}
*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}
.slick-slider,.uf-container{-webkit-box-sizing:border-box}
html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;font-size:16px}
body{background-color:#F4F3FB;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}
.footer,.global,.header{max-width:1920px;width:100%;background:0 0;margin-left:auto;margin-right:auto}
.global{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}
.fantastic-middle{width:0;height:100%;margin-right:-.2em}
a,button,input{outline:0}
button{cursor:pointer;display:block;background:0 0;border-radius:0}
label,p{margin:0;min-width:50px;line-height:1.25;color:#0E0947;font-size:14px}
.-title .ipWidget h2,.-title-main h1{display:inline-block;margin:0;line-height:1.35;font-size:48px;color:#0E0947;font-weight:700;font-family:"Avenir Next",sans-serif}
.uf-handler{cursor:pointer}
.uf-handler img{will-change:transform}
.-title{padding-bottom:10px}
.-title-main{padding-bottom:30px}
.-link .ipWidget a{cursor:pointer;position:relative;color:#0E0947}
.-link .ipWidget a::after,.-link .ipWidget a::before{content:'';opacity:0;position:absolute;bottom:0;width:0;height:1px;background:#0E0947;-webkit-transition:opacity .5s ease,width .5s ease,background .5s ease;transition:opacity .5s ease,width .5s ease,background .5s ease}
.-button-flash,.-button-flash span{position:relative;display:inline-block}
.-link .ipWidget a::before{right:50%}
.-link .ipWidget a::after{left:50%}
.-link .ipWidget a:hover::after,.-link .ipWidget a:hover::before{opacity:1;width:50%}
.-button-flash{overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;background:rgba(255,255,255,.8);border:none;border-radius:55px;padding:17px 5px}
.-button-flash span{z-index:2;-webkit-transition:all .5s ease;transition:all .5s ease;line-height:1.25;color:#0E0947;font-size:14px;font-weight:700}
.-button-flash::after{content:'';z-index:1;opacity:.25;position:absolute;top:-50px;left:-75px;-webkit-transform:rotate(35deg);transform:rotate(35deg);width:50px;height:155px;-webkit-transition:all .5s cubic-bezier(.19,1,.22,1);transition:all .5s cubic-bezier(.19,1,.22,1);background:#FFF}
.-button-flash:hover:after{left:120%}
.mailForm h6{font-family:"Avenir Next",sans-serif;margin:10px 0;font-size:16px}
.ipWidget a,a{color:inherit}
.ipWidget a[rel=lightbox]:focus,a[rel=lightbox]:focus{outline:0}
ol.breadcrumb{margin-top:5px}
ol.breadcrumb a,ol.breadcrumb li{font-family:"Avenir Next",sans-serif;font-size:14px;color:#3D71AB}
ol.breadcrumb a.active,ol.breadcrumb li.active{color:#3D71AB}
ol.breadcrumb>li+li:before{content:"/";padding:2px;color:#3D71AB}
.guestbookcontent a.button,.ipModuleForm button.btn,.muBut{background-color:#47A640;border:1px solid transparent;color:#fff}
.guestbookcontent a.button:hover,.ipModuleForm button.btn:hover,.muBut:hover{-webkit-box-shadow:none;box-shadow:none;background-color:#fff;color:#47A640;border-color:#47A640}
.content{display:-webkit-box;display:-ms-flexbox;display:flex}
#WAButton .floating-wpp-button img,#WAButton .floating-wpp-button svg,.side ul li a{display:block}
.side{width:300px;margin-right:20px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
.side ul li a{text-align:left;font-family:"Avenir Next",sans-serif}
.center{width:calc(100% - 300px - 20px);-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}
@-webkit-keyframes zoom{50%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}
100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
}
@keyframes zoom{50%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}
100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
}
@-webkit-keyframes marquee{0%{left:0}
100%{left:-2660px}
}
@keyframes marquee{0%{left:0}
100%{left:-2660px}
}
@-webkit-keyframes scrollCurrentUp{0%{top:0}
100%{top:-100%}
}
@keyframes scrollCurrentUp{0%{top:0}
100%{top:-100%}
}
@-webkit-keyframes scrollNewUp{0%{top:100%}
100%{top:0}
}
@keyframes scrollNewUp{0%{top:100%}
100%{top:0}
}
@-webkit-keyframes scrollCurrentDown{0%{bottom:0}
100%{bottom:-100%}
}
@keyframes scrollCurrentDown{0%{bottom:0}
100%{bottom:-100%}
}
@-webkit-keyframes scrollNewDown{0%{bottom:100%}
100%{bottom:0}
}
@keyframes scrollNewDown{0%{bottom:100%}
100%{bottom:0}
}
@-webkit-keyframes scrollCurrentLeft{0%{left:0}
100%{left:100%}
}
@keyframes scrollCurrentLeft{0%{left:0}
100%{left:100%}
}
@-webkit-keyframes scrollCurrentRight{0%{right:0}
100%{right:100%}
}
@keyframes scrollCurrentRight{0%{right:0}
100%{right:100%}
}
@-webkit-keyframes scrollNewLeft{0%{left:-100%}
100%{left:0}
}
@keyframes scrollNewLeft{0%{left:-100%}
100%{left:0}
}
@-webkit-keyframes scrollNewRight{0%{right:-100%}
100%{right:0}
}
@keyframes scrollNewRight{0%{right:-100%}
100%{right:0}
}
@-webkit-keyframes TitleLoad{0%,33.3%{opacity:0}
100%{opacity:1}
}
@keyframes TitleLoad{0%,33.3%{opacity:0}
100%{opacity:1}
}
@-webkit-keyframes DescLoad{0%,50%{opacity:0}
100%{opacity:1}
}
@keyframes DescLoad{0%,50%{opacity:0}
100%{opacity:1}
}
@-webkit-keyframes ButtonsLoad{0%,60%{opacity:0}
100%{opacity:1}
}
@keyframes ButtonsLoad{0%,60%{opacity:0}
100%{opacity:1}
}
@-webkit-keyframes NextButton{0%,100%,40%,60%{top:0}
50%{top:12px}
}
@keyframes NextButton{0%,100%,40%,60%{top:0}
50%{top:12px}
}
@-webkit-keyframes NextButtonHover{0%{top:0}
100%{top:12px}
}
@keyframes NextButtonHover{0%{top:0}
100%{top:12px}
}
@-webkit-keyframes NextButtonBack{0%{top:12px}
100%{top:0}
}
@keyframes NextButtonBack{0%{top:12px}
100%{top:0}
}
@-webkit-keyframes NextButtonAdaptive{0%,100%,40%,60%{top:0}
50%{top:8px}
}
@keyframes NextButtonAdaptive{0%,100%,40%,60%{top:0}
50%{top:8px}
}
@-webkit-keyframes NextButtonHoverAdaptive{0%{top:0}
100%{top:8px}
}
@keyframes NextButtonHoverAdaptive{0%{top:0}
100%{top:8px}
}
@-webkit-keyframes NextButtonBackAdaptive{0%{top:8px}
100%{top:0}
}
@keyframes NextButtonBackAdaptive{0%{top:8px}
100%{top:0}
}
@-webkit-keyframes UpCurTopFigureBanner{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(0,-300px);transform:translate(0,-300px)}
}
@keyframes UpCurTopFigureBanner{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(0,-300px);transform:translate(0,-300px)}
}
@-webkit-keyframes UpCurBotFigureBanner{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(350px,-1000px);transform:translate(350px,-1000px)}
}
@keyframes UpCurBotFigureBanner{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(350px,-1000px);transform:translate(350px,-1000px)}
}
@-webkit-keyframes UpCurCyberTextBanner{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(700px,-600px);transform:translate(700px,-600px)}
}
@keyframes UpCurCyberTextBanner{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(700px,-600px);transform:translate(700px,-600px)}
}
@-webkit-keyframes UpCurCyberBanner{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(2250px,1250px);transform:translate(2250px,1250px)}
}
@keyframes UpCurCyberBanner{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(2250px,1250px);transform:translate(2250px,1250px)}
}
@-webkit-keyframes DownNewTopFigureBanner{0%{-webkit-transform:translate(0,-250px);transform:translate(0,-250px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes DownNewTopFigureBanner{0%{-webkit-transform:translate(0,-250px);transform:translate(0,-250px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes DownNewBotFigureBanner{0%{-webkit-transform:translate(350px,-700px);transform:translate(350px,-700px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes DownNewBotFigureBanner{0%{-webkit-transform:translate(350px,-700px);transform:translate(350px,-700px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes DownNewCyberTextBanner{0%{-webkit-transform:translate(700px,-200px);transform:translate(700px,-200px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes DownNewCyberTextBanner{0%{-webkit-transform:translate(700px,-200px);transform:translate(700px,-200px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes DownNewCyberBanner{0%{-webkit-transform:translate(2250px,1250px);transform:translate(2250px,1250px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes DownNewCyberBanner{0%{-webkit-transform:translate(2250px,1250px);transform:translate(2250px,1250px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes UpCurLeftBigFigureStatus{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(2000px,-1150px);transform:translate(2000px,-1150px)}
}
@keyframes UpCurLeftBigFigureStatus{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(2000px,-1150px);transform:translate(2000px,-1150px)}
}
@-webkit-keyframes UpCurRightBigFigureStatus{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(1050px,-950px);transform:translate(1050px,-950px)}
}
@keyframes UpCurRightBigFigureStatus{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(1050px,-950px);transform:translate(1050px,-950px)}
}
@-webkit-keyframes UpCurBotSmallFigureStatus{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(150px,-350px);transform:translate(150px,-350px)}
}
@keyframes UpCurBotSmallFigureStatus{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(150px,-350px);transform:translate(150px,-350px)}
}
@-webkit-keyframes UpCurTopSmallFigureStatus{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-100px,-300px);transform:translate(-100px,-300px)}
}
@keyframes UpCurTopSmallFigureStatus{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-100px,-300px);transform:translate(-100px,-300px)}
}
@-webkit-keyframes UpNewLeftBigFigureStatus{0%{-webkit-transform:translate(400px,350px);transform:translate(400px,350px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes UpNewLeftBigFigureStatus{0%{-webkit-transform:translate(400px,350px);transform:translate(400px,350px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes UpNewRightBigFigureStatus{0%{-webkit-transform:translate(150px,450px);transform:translate(150px,450px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes UpNewRightBigFigureStatus{0%{-webkit-transform:translate(150px,450px);transform:translate(150px,450px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes UpNewBotSmallFigureStatus{0%{-webkit-transform:translate(200px,250px);transform:translate(200px,250px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes UpNewBotSmallFigureStatus{0%{-webkit-transform:translate(200px,250px);transform:translate(200px,250px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes UpNewTopSmallFigureStatus{0%{-webkit-transform:translate(-100px,450px);transform:translate(-100px,450px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes UpNewTopSmallFigureStatus{0%{-webkit-transform:translate(-100px,450px);transform:translate(-100px,450px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes DownCurLeftBigFigureStatus{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(150px,450px);transform:translate(150px,450px)}
}
@keyframes DownCurLeftBigFigureStatus{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(150px,450px);transform:translate(150px,450px)}
}
@-webkit-keyframes DownCurRightBigFigureStatus{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(100px,350px);transform:translate(100px,350px)}
}
@keyframes DownCurRightBigFigureStatus{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(100px,350px);transform:translate(100px,350px)}
}
@-webkit-keyframes DownCurBotSmallFigureStatus{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(150px,300px);transform:translate(150px,300px)}
}
@keyframes DownCurBotSmallFigureStatus{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(150px,300px);transform:translate(150px,300px)}
}
@-webkit-keyframes DownCurTopSmallFigureStatus{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-50px,400px);transform:translate(-50px,400px)}
}
@keyframes DownCurTopSmallFigureStatus{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-50px,400px);transform:translate(-50px,400px)}
}
@-webkit-keyframes DownNewLeftBigFigureStatus{0%{-webkit-transform:translate(2150px,-1250px);transform:translate(2150px,-1250px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes DownNewLeftBigFigureStatus{0%{-webkit-transform:translate(2150px,-1250px);transform:translate(2150px,-1250px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes DownNewRightBigFigureStatus{0%{-webkit-transform:translate(1200px,-1150px);transform:translate(1200px,-1150px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes DownNewRightBigFigureStatus{0%{-webkit-transform:translate(1200px,-1150px);transform:translate(1200px,-1150px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes DownNewBotSmallFigureStatus{0%{-webkit-transform:translate(300px,-300px);transform:translate(300px,-300px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes DownNewBotSmallFigureStatus{0%{-webkit-transform:translate(300px,-300px);transform:translate(300px,-300px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes DownNewTopSmallFigureStatus{0%{-webkit-transform:translate(-150px,-250px);transform:translate(-150px,-250px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes DownNewTopSmallFigureStatus{0%{-webkit-transform:translate(-150px,-250px);transform:translate(-150px,-250px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes RightCurLeftBigFigureStatus{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-2250px,250px);transform:translate(-2250px,250px)}
}
@keyframes RightCurLeftBigFigureStatus{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-2250px,250px);transform:translate(-2250px,250px)}
}
@-webkit-keyframes RightCurRightBigFigureStatus{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-2500px,600px);transform:translate(-2500px,600px)}
}
@keyframes RightCurRightBigFigureStatus{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-2500px,600px);transform:translate(-2500px,600px)}
}
@-webkit-keyframes RightCurBotSmallFigureStatus{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-1250px,-150px);transform:translate(-1250px,-150px)}
}
@keyframes RightCurBotSmallFigureStatus{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-1250px,-150px);transform:translate(-1250px,-150px)}
}
@-webkit-keyframes RightCurTopSmallFigureStatus{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-1250px,200px);transform:translate(-1250px,200px)}
}
@keyframes RightCurTopSmallFigureStatus{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-1250px,200px);transform:translate(-1250px,200px)}
}
@-webkit-keyframes LeftNewLeftBigFigureStatus{0%{-webkit-transform:translate(-2250px,250px);transform:translate(-2250px,250px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes LeftNewLeftBigFigureStatus{0%{-webkit-transform:translate(-2250px,250px);transform:translate(-2250px,250px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes LeftNewRightBigFigureStatus{0%{-webkit-transform:translate(-2500px,600px);transform:translate(-2500px,600px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes LeftNewRightBigFigureStatus{0%{-webkit-transform:translate(-2500px,600px);transform:translate(-2500px,600px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes LeftNewBotSmallFigureStatus{0%{-webkit-transform:translate(-1250px,-150px);transform:translate(-1250px,-150px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes LeftNewBotSmallFigureStatus{0%{-webkit-transform:translate(-1250px,-150px);transform:translate(-1250px,-150px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes LeftNewTopSmallFigureStatus{0%{-webkit-transform:translate(-150px,-250px);transform:translate(-150px,-250px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes LeftNewTopSmallFigureStatus{0%{-webkit-transform:translate(-150px,-250px);transform:translate(-150px,-250px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes UpCurProblemBottomFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(1500px,-1500px);transform:translate(1500px,-1500px)}
}
@keyframes UpCurProblemBottomFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(1500px,-1500px);transform:translate(1500px,-1500px)}
}
@-webkit-keyframes UpCurProblemTopFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-50px,-500px);transform:translate(-50px,-500px)}
}
@keyframes UpCurProblemTopFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-50px,-500px);transform:translate(-50px,-500px)}
}
@-webkit-keyframes UpCurProblemMidSmallFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(150px,-150px);transform:translate(150px,-150px)}
}
@keyframes UpCurProblemMidSmallFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(150px,-150px);transform:translate(150px,-150px)}
}
@-webkit-keyframes UpCurProblemMidBigFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-300px,-500px);transform:translate(-300px,-500px)}
}
@keyframes UpCurProblemMidBigFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-300px,-500px);transform:translate(-300px,-500px)}
}
@-webkit-keyframes UpNewProblemBottomFigurePhysical{0%{-webkit-transform:translate(400px,1000px);transform:translate(400px,1000px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes UpNewProblemBottomFigurePhysical{0%{-webkit-transform:translate(400px,1000px);transform:translate(400px,1000px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes UpNewProblemTopFigurePhysical{0%{-webkit-transform:translate(-50px,500px);transform:translate(-50px,500px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes UpNewProblemTopFigurePhysical{0%{-webkit-transform:translate(-50px,500px);transform:translate(-50px,500px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes UpNewProblemMidSmallFigurePhysical{0%{-webkit-transform:translate(150px,200px);transform:translate(150px,200px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes UpNewProblemMidSmallFigurePhysical{0%{-webkit-transform:translate(150px,200px);transform:translate(150px,200px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes UpNewProblemMidBigFigurePhysical{0%{-webkit-transform:translate(-300px,600px);transform:translate(-300px,600px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes UpNewProblemMidBigFigurePhysical{0%{-webkit-transform:translate(-300px,600px);transform:translate(-300px,600px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes DownCurProblemBottomFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(400px,300px);transform:translate(400px,300px)}
}
@keyframes DownCurProblemBottomFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(400px,300px);transform:translate(400px,300px)}
}
@-webkit-keyframes DownCurProblemTopFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-50px,500px);transform:translate(-50px,500px)}
}
@keyframes DownCurProblemTopFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-50px,500px);transform:translate(-50px,500px)}
}
@-webkit-keyframes DownCurProblemMidSmallFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(150px,600px);transform:translate(150px,600px)}
}
@keyframes DownCurProblemMidSmallFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(150px,600px);transform:translate(150px,600px)}
}
@-webkit-keyframes DownCurProblemMidBigFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-300px,600px);transform:translate(-300px,600px)}
}
@keyframes DownCurProblemMidBigFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-300px,600px);transform:translate(-300px,600px)}
}
@-webkit-keyframes DownNewProblemBottomFigurePhysical{0%{-webkit-transform:translate(1550px,-1550px);transform:translate(1550px,-1550px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes DownNewProblemBottomFigurePhysical{0%{-webkit-transform:translate(1550px,-1550px);transform:translate(1550px,-1550px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes DownNewProblemTopFigurePhysical{0%{-webkit-transform:translate(-50px,-150px);transform:translate(-50px,-150px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes DownNewProblemTopFigurePhysical{0%{-webkit-transform:translate(-50px,-150px);transform:translate(-50px,-150px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes DownNewProblemMidSmallFigurePhysical{0%{-webkit-transform:translate(150px,-200px);transform:translate(150px,-200px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes DownNewProblemMidSmallFigurePhysical{0%{-webkit-transform:translate(150px,-200px);transform:translate(150px,-200px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes DownNewProblemMidBigFigurePhysical{0%{-webkit-transform:translate(-300px,-500px);transform:translate(-300px,-500px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes DownNewProblemMidBigFigurePhysical{0%{-webkit-transform:translate(-300px,-500px);transform:translate(-300px,-500px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes RightNewProblemBottomFigurePhysical{0%{-webkit-transform:translate(1450px,-150px);transform:translate(1450px,-150px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes RightNewProblemBottomFigurePhysical{0%{-webkit-transform:translate(1450px,-150px);transform:translate(1450px,-150px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes RightNewProblemTopFigurePhysical{0%{-webkit-transform:translate(2000px,-125px);transform:translate(2000px,-125px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes RightNewProblemTopFigurePhysical{0%{-webkit-transform:translate(2000px,-125px);transform:translate(2000px,-125px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes RightNewProblemMidSmallFigurePhysical{0%{-webkit-transform:translate(1500px,-50px);transform:translate(1500px,-50px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes RightNewProblemMidSmallFigurePhysical{0%{-webkit-transform:translate(1500px,-50px);transform:translate(1500px,-50px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes RightNewProblemMidBigFigurePhysical{0%{-webkit-transform:translate(1000px,-50px);transform:translate(1000px,-50px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes RightNewProblemMidBigFigurePhysical{0%{-webkit-transform:translate(1000px,-50px);transform:translate(1000px,-50px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes LeftCurProblemBottomFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(1450px,-150px);transform:translate(1450px,-150px)}
}
@keyframes LeftCurProblemBottomFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(1450px,-150px);transform:translate(1450px,-150px)}
}
@-webkit-keyframes LeftCurProblemTopFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(2000px,-125px);transform:translate(2000px,-125px)}
}
@keyframes LeftCurProblemTopFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(2000px,-125px);transform:translate(2000px,-125px)}
}
@-webkit-keyframes LeftCurProblemMidSmallFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(1500px,-50px);transform:translate(1500px,-50px)}
}
@keyframes LeftCurProblemMidSmallFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(1500px,-50px);transform:translate(1500px,-50px)}
}
@-webkit-keyframes LeftCurProblemMidBigFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(1000px,-50px);transform:translate(1000px,-50px)}
}
@keyframes LeftCurProblemMidBigFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(1000px,-50px);transform:translate(1000px,-50px)}
}
@-webkit-keyframes UpCurSolveBottomFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(300px,-1000px);transform:translate(300px,-1000px)}
}
@keyframes UpCurSolveBottomFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(300px,-1000px);transform:translate(300px,-1000px)}
}
@-webkit-keyframes UpCurSolveTopFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-150px,-350px);transform:translate(-150px,-350px)}
}
@keyframes UpCurSolveTopFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-150px,-350px);transform:translate(-150px,-350px)}
}
@-webkit-keyframes UpCurSolveMidSmallFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-200px,-150px);transform:translate(-200px,-150px)}
}
@keyframes UpCurSolveMidSmallFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-200px,-150px);transform:translate(-200px,-150px)}
}
@-webkit-keyframes UpCurSolveMidBigFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-50px,-400px);transform:translate(-50px,-400px)}
}
@keyframes UpCurSolveMidBigFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-50px,-400px);transform:translate(-50px,-400px)}
}
@-webkit-keyframes UpNewSolveBottomFigurePhysical{0%{-webkit-transform:translate(300px,800px);transform:translate(300px,800px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes UpNewSolveBottomFigurePhysical{0%{-webkit-transform:translate(300px,800px);transform:translate(300px,800px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes UpNewSolveTopFigurePhysical{0%{-webkit-transform:translate(-500px,1100px) rotate(-100deg);transform:translate(-500px,1100px) rotate(-100deg)}
100%{-webkit-transform:translate(0,0) rotate(0);transform:translate(0,0) rotate(0)}
}
@keyframes UpNewSolveTopFigurePhysical{0%{-webkit-transform:translate(-500px,1100px) rotate(-100deg);transform:translate(-500px,1100px) rotate(-100deg)}
100%{-webkit-transform:translate(0,0) rotate(0);transform:translate(0,0) rotate(0)}
}
@-webkit-keyframes UpNewSolveMidSmallFigurePhysical{0%{-webkit-transform:translate(-300px,150px);transform:translate(-300px,150px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes UpNewSolveMidSmallFigurePhysical{0%{-webkit-transform:translate(-300px,150px);transform:translate(-300px,150px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes UpNewSolveMidBigFigurePhysical{0%{-webkit-transform:translate(-200px,100px);transform:translate(-200px,100px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes UpNewSolveMidBigFigurePhysical{0%{-webkit-transform:translate(-200px,100px);transform:translate(-200px,100px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes DownCurSolveBottomFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(300px,350px);transform:translate(300px,350px)}
}
@keyframes DownCurSolveBottomFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(300px,350px);transform:translate(300px,350px)}
}
@-webkit-keyframes DownCurSolveTopFigurePhysical{0%{-webkit-transform:translate(0,0) rotate(0);transform:translate(0,0) rotate(0)}
100%{-webkit-transform:translate(-450px,1000px) rotate(-100deg);transform:translate(-450px,1000px) rotate(-100deg)}
}
@keyframes DownCurSolveTopFigurePhysical{0%{-webkit-transform:translate(0,0) rotate(0);transform:translate(0,0) rotate(0)}
100%{-webkit-transform:translate(-450px,1000px) rotate(-100deg);transform:translate(-450px,1000px) rotate(-100deg)}
}
@-webkit-keyframes DownCurSolveMidSmallFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-200px,300px);transform:translate(-200px,300px)}
}
@keyframes DownCurSolveMidSmallFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-200px,300px);transform:translate(-200px,300px)}
}
@-webkit-keyframes DownCurSolveMidBigFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(100px,100px);transform:translate(100px,100px)}
}
@keyframes DownCurSolveMidBigFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(100px,100px);transform:translate(100px,100px)}
}
@-webkit-keyframes DownNewSolveBottomFigurePhysical{0%{-webkit-transform:translate(300px,-900px);transform:translate(300px,-900px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes DownNewSolveBottomFigurePhysical{0%{-webkit-transform:translate(300px,-900px);transform:translate(300px,-900px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes DownNewSolveTopFigurePhysical{0%{-webkit-transform:translate(-150px,-150px);transform:translate(-150px,-150px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes DownNewSolveTopFigurePhysical{0%{-webkit-transform:translate(-150px,-150px);transform:translate(-150px,-150px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes DownNewSolveMidSmallFigurePhysical{0%{-webkit-transform:translate(100px,-100px);transform:translate(100px,-100px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes DownNewSolveMidSmallFigurePhysical{0%{-webkit-transform:translate(100px,-100px);transform:translate(100px,-100px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes DownNewSolveMidBigFigurePhysical{0%{-webkit-transform:translate(-150px,-225px);transform:translate(-150px,-225px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes DownNewSolveMidBigFigurePhysical{0%{-webkit-transform:translate(-150px,-225px);transform:translate(-150px,-225px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes RightCurSolveBottomFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-2150px,300px);transform:translate(-2150px,300px)}
}
@keyframes RightCurSolveBottomFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-2150px,300px);transform:translate(-2150px,300px)}
}
@-webkit-keyframes RightCurSolveTopFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-1100px,150px);transform:translate(-1100px,150px)}
}
@keyframes RightCurSolveTopFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-1100px,150px);transform:translate(-1100px,150px)}
}
@-webkit-keyframes RightCurSolveMidSmallFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-1550px,100px);transform:translate(-1550px,100px)}
}
@keyframes RightCurSolveMidSmallFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-1550px,100px);transform:translate(-1550px,100px)}
}
@-webkit-keyframes RightCurSolveMidBigFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-1500px,100px);transform:translate(-1500px,100px)}
}
@keyframes RightCurSolveMidBigFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-1500px,100px);transform:translate(-1500px,100px)}
}
@-webkit-keyframes LeftNewSolveBottomFigurePhysical{0%{-webkit-transform:translate(-2150px,300px);transform:translate(-2150px,300px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes LeftNewSolveBottomFigurePhysical{0%{-webkit-transform:translate(-2150px,300px);transform:translate(-2150px,300px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes LeftNewSolveTopFigurePhysical{0%{-webkit-transform:translate(-1100px,150px);transform:translate(-1100px,150px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes LeftNewSolveTopFigurePhysical{0%{-webkit-transform:translate(-1100px,150px);transform:translate(-1100px,150px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes LeftNewSolveMidSmallFigurePhysical{0%{-webkit-transform:translate(-1550px,100px);transform:translate(-1550px,100px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes LeftNewSolveMidSmallFigurePhysical{0%{-webkit-transform:translate(-1550px,100px);transform:translate(-1550px,100px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes LeftNewSolveMidBigFigurePhysical{0%{-webkit-transform:translate(-1500px,100px);transform:translate(-1500px,100px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes LeftNewSolveMidBigFigurePhysical{0%{-webkit-transform:translate(-1500px,100px);transform:translate(-1500px,100px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes NextProblemBottomFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(465px,1330px);transform:translate(465px,1330px)}
}
@keyframes NextProblemBottomFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(465px,1330px);transform:translate(465px,1330px)}
}
@-webkit-keyframes NextSolveBottomFigurePhysical{0%{-webkit-transform:translate(-405px,700px);transform:translate(-405px,700px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes NextSolveBottomFigurePhysical{0%{-webkit-transform:translate(-405px,700px);transform:translate(-405px,700px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes NextProblemTopFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(250px,-250px);transform:translate(250px,-250px)}
}
@keyframes NextProblemTopFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(250px,-250px);transform:translate(250px,-250px)}
}
@-webkit-keyframes NextSolveTopFigurePhysical{0%{-webkit-transform:translate(-125px,-235px);transform:translate(-125px,-235px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes NextSolveTopFigurePhysical{0%{-webkit-transform:translate(-125px,-235px);transform:translate(-125px,-235px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes NextMidSmallFigurePhysical{0%{-webkit-transform:translate(-235px,10px);transform:translate(-235px,10px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes NextMidSmallFigurePhysical{0%{-webkit-transform:translate(-235px,10px);transform:translate(-235px,10px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes NextMidBigFigurePhysical{0%{-webkit-transform:translate(530px,-580px);transform:translate(530px,-580px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes NextMidBigFigurePhysical{0%{-webkit-transform:translate(530px,-580px);transform:translate(530px,-580px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes PrevProblemBottomFigurePhysical{0%{-webkit-transform:translate(465px,1330px);transform:translate(465px,1330px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes PrevProblemBottomFigurePhysical{0%{-webkit-transform:translate(465px,1330px);transform:translate(465px,1330px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes PrevSolveBottomFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-405px,700px);transform:translate(-405px,700px)}
}
@keyframes PrevSolveBottomFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-405px,700px);transform:translate(-405px,700px)}
}
@-webkit-keyframes PrevProblemTopFigurePhysical{0%{-webkit-transform:translate(250px,-250px);transform:translate(250px,-250px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes PrevProblemTopFigurePhysical{0%{-webkit-transform:translate(250px,-250px);transform:translate(250px,-250px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes PrevSolveTopFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-125px,-235px);transform:translate(-125px,-235px)}
}
@keyframes PrevSolveTopFigurePhysical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-125px,-235px);transform:translate(-125px,-235px)}
}
@-webkit-keyframes PrevMidSmallFigurePhysical{0%{-webkit-transform:translate(235px,-10px);transform:translate(235px,-10px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes PrevMidSmallFigurePhysical{0%{-webkit-transform:translate(235px,-10px);transform:translate(235px,-10px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes PrevMidBigFigurePhysical{0%{-webkit-transform:translate(-530px,580px);transform:translate(-530px,580px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes PrevMidBigFigurePhysical{0%{-webkit-transform:translate(-530px,580px);transform:translate(-530px,580px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes UpCurProblemLeftBigFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(700px,-900px);transform:translate(700px,-900px)}
}
@keyframes UpCurProblemLeftBigFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(700px,-900px);transform:translate(700px,-900px)}
}
@-webkit-keyframes UpCurProblemRightBigFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(400px,-1000px);transform:translate(400px,-1000px)}
}
@keyframes UpCurProblemRightBigFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(400px,-1000px);transform:translate(400px,-1000px)}
}
@-webkit-keyframes UpCurProblemBottomSmallFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(150px,-750px);transform:translate(150px,-750px)}
}
@keyframes UpCurProblemBottomSmallFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(150px,-750px);transform:translate(150px,-750px)}
}
@-webkit-keyframes UpCurProblemTopSmallFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-150px,-250px);transform:translate(-150px,-250px)}
}
@keyframes UpCurProblemTopSmallFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-150px,-250px);transform:translate(-150px,-250px)}
}
@-webkit-keyframes UpNewProblemLeftBigFigureJuridical{0%{-webkit-transform:translate(700px,200px);transform:translate(700px,200px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes UpNewProblemLeftBigFigureJuridical{0%{-webkit-transform:translate(700px,200px);transform:translate(700px,200px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes UpNewProblemRightBigFigureJuridical{0%{-webkit-transform:translate(500px,200px);transform:translate(500px,200px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes UpNewProblemRightBigFigureJuridical{0%{-webkit-transform:translate(500px,200px);transform:translate(500px,200px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes UpNewProblemBottomSmallFigureJuridical{0%{-webkit-transform:translate(100px,150px);transform:translate(100px,150px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes UpNewProblemBottomSmallFigureJuridical{0%{-webkit-transform:translate(100px,150px);transform:translate(100px,150px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes UpNewProblemTopSmallFigureJuridical{0%{-webkit-transform:translate(-250px,500px);transform:translate(-250px,500px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes UpNewProblemTopSmallFigureJuridical{0%{-webkit-transform:translate(-250px,500px);transform:translate(-250px,500px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes DownCurProblemLeftBigFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(700px,200px);transform:translate(700px,200px)}
}
@keyframes DownCurProblemLeftBigFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(700px,200px);transform:translate(700px,200px)}
}
@-webkit-keyframes DownCurProblemRightBigFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(500px,200px);transform:translate(500px,200px)}
}
@keyframes DownCurProblemRightBigFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(500px,200px);transform:translate(500px,200px)}
}
@-webkit-keyframes DownCurProblemBottomSmallFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(50px,150px);transform:translate(50px,150px)}
}
@keyframes DownCurProblemBottomSmallFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(50px,150px);transform:translate(50px,150px)}
}
@-webkit-keyframes DownCurProblemTopSmallFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(50px,500px);transform:translate(50px,500px)}
}
@keyframes DownCurProblemTopSmallFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(50px,500px);transform:translate(50px,500px)}
}
@-webkit-keyframes DownNewProblemLeftBigFigureJuridical{0%{-webkit-transform:translate(700px,-900px);transform:translate(700px,-900px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes DownNewProblemLeftBigFigureJuridical{0%{-webkit-transform:translate(700px,-900px);transform:translate(700px,-900px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes DownNewProblemRightBigFigureJuridical{0%{-webkit-transform:translate(500px,-700px);transform:translate(500px,-700px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes DownNewProblemRightBigFigureJuridical{0%{-webkit-transform:translate(500px,-700px);transform:translate(500px,-700px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes DownNewProblemBottomSmallFigureJuridical{0%{-webkit-transform:translate(50px,-300px);transform:translate(50px,-300px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes DownNewProblemBottomSmallFigureJuridical{0%{-webkit-transform:translate(50px,-300px);transform:translate(50px,-300px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes DownNewProblemTopSmallFigureJuridical{0%{-webkit-transform:translate(-250px,-200px);transform:translate(-250px,-200px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes DownNewProblemTopSmallFigureJuridical{0%{-webkit-transform:translate(-250px,-200px);transform:translate(-250px,-200px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes RightNewProblemLeftBigFigureJuridical{0%{-webkit-transform:translate(2250px,150px);transform:translate(2250px,150px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes RightNewProblemLeftBigFigureJuridical{0%{-webkit-transform:translate(2250px,150px);transform:translate(2250px,150px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes RightNewProblemRightBigFigureJuridical{0%{-webkit-transform:translate(1850px,50px);transform:translate(1850px,50px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes RightNewProblemRightBigFigureJuridical{0%{-webkit-transform:translate(1850px,50px);transform:translate(1850px,50px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes RightNewProblemBottomSmallFigureJuridical{0%{-webkit-transform:translate(1400px,-100px);transform:translate(1400px,-100px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes RightNewProblemBottomSmallFigureJuridical{0%{-webkit-transform:translate(1400px,-100px);transform:translate(1400px,-100px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes RightNewProblemTopSmallFigureJuridical{0%{-webkit-transform:translate(1350px,-50px);transform:translate(1350px,-50px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes RightNewProblemTopSmallFigureJuridical{0%{-webkit-transform:translate(1350px,-50px);transform:translate(1350px,-50px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes LeftCurProblemLeftBigFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(1750px,100px);transform:translate(1750px,100px)}
}
@keyframes LeftCurProblemLeftBigFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(1750px,100px);transform:translate(1750px,100px)}
}
@-webkit-keyframes LeftCurProblemRightBigFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(2150px,50px);transform:translate(2150px,50px)}
}
@keyframes LeftCurProblemRightBigFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(2150px,50px);transform:translate(2150px,50px)}
}
@-webkit-keyframes LeftCurProblemBottomSmallFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(1600px,-100px);transform:translate(1600px,-100px)}
}
@keyframes LeftCurProblemBottomSmallFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(1600px,-100px);transform:translate(1600px,-100px)}
}
@-webkit-keyframes LeftCurProblemTopSmallFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(1800px,-75px);transform:translate(1800px,-75px)}
}
@keyframes LeftCurProblemTopSmallFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(1800px,-75px);transform:translate(1800px,-75px)}
}
@-webkit-keyframes UpCurSolveLeftBigFigureJuridical{0%{-webkit-transform:translate(0,0) rotate(-65deg);transform:translate(0,0) rotate(-65deg)}
100%{-webkit-transform:translate(500px,-500px) rotate(0);transform:translate(500px,-500px) rotate(0)}
}
@keyframes UpCurSolveLeftBigFigureJuridical{0%{-webkit-transform:translate(0,0) rotate(-65deg);transform:translate(0,0) rotate(-65deg)}
100%{-webkit-transform:translate(500px,-500px) rotate(0);transform:translate(500px,-500px) rotate(0)}
}
@-webkit-keyframes UpCurSolveRightBigFigureJuridical{0%{-webkit-transform:translate(0,0) rotate(-125deg);transform:translate(0,0) rotate(-125deg)}
100%{-webkit-transform:translate(150px,-350px) rotate(0);transform:translate(150px,-350px) rotate(0)}
}
@keyframes UpCurSolveRightBigFigureJuridical{0%{-webkit-transform:translate(0,0) rotate(-125deg);transform:translate(0,0) rotate(-125deg)}
100%{-webkit-transform:translate(150px,-350px) rotate(0);transform:translate(150px,-350px) rotate(0)}
}
@-webkit-keyframes UpCurSolveBottomSmallFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-150px,-300px);transform:translate(-150px,-300px)}
}
@keyframes UpCurSolveBottomSmallFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-150px,-300px);transform:translate(-150px,-300px)}
}
@-webkit-keyframes UpCurSolveTopSmallFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-200px,-100px);transform:translate(-200px,-100px)}
}
@keyframes UpCurSolveTopSmallFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-200px,-100px);transform:translate(-200px,-100px)}
}
@-webkit-keyframes UpNewSolveLeftBigFigureJuridical{0%{-webkit-transform:translate(375px,275px) rotate(0);transform:translate(375px,275px) rotate(0)}
100%{-webkit-transform:translate(0,0) rotate(-65deg);transform:translate(0,0) rotate(-65deg)}
}
@keyframes UpNewSolveLeftBigFigureJuridical{0%{-webkit-transform:translate(375px,275px) rotate(0);transform:translate(375px,275px) rotate(0)}
100%{-webkit-transform:translate(0,0) rotate(-65deg);transform:translate(0,0) rotate(-65deg)}
}
@-webkit-keyframes UpNewSolveRightBigFigureJuridical{0%{-webkit-transform:translate(150px,400px) rotate(0);transform:translate(150px,400px) rotate(0)}
100%{-webkit-transform:translate(0,0) rotate(-125deg);transform:translate(0,0) rotate(-125deg)}
}
@keyframes UpNewSolveRightBigFigureJuridical{0%{-webkit-transform:translate(150px,400px) rotate(0);transform:translate(150px,400px) rotate(0)}
100%{-webkit-transform:translate(0,0) rotate(-125deg);transform:translate(0,0) rotate(-125deg)}
}
@-webkit-keyframes UpNewSolveBottomSmallFigureJuridical{0%{-webkit-transform:translate(-150px,200px);transform:translate(-150px,200px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes UpNewSolveBottomSmallFigureJuridical{0%{-webkit-transform:translate(-150px,200px);transform:translate(-150px,200px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes UpNewSolveTopSmallFigureJuridical{0%{-webkit-transform:translate(-150px,450px);transform:translate(-150px,450px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes UpNewSolveTopSmallFigureJuridical{0%{-webkit-transform:translate(-150px,450px);transform:translate(-150px,450px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes DownCurSolveLeftBigFigureJuridical{0%{-webkit-transform:translate(0,0) rotate(-65deg);transform:translate(0,0) rotate(-65deg)}
100%{-webkit-transform:translate(400px,300px) rotate(0);transform:translate(400px,300px) rotate(0)}
}
@keyframes DownCurSolveLeftBigFigureJuridical{0%{-webkit-transform:translate(0,0) rotate(-65deg);transform:translate(0,0) rotate(-65deg)}
100%{-webkit-transform:translate(400px,300px) rotate(0);transform:translate(400px,300px) rotate(0)}
}
@-webkit-keyframes DownCurSolveRightBigFigureJuridical{0%{-webkit-transform:translate(0,0) rotate(-125deg);transform:translate(0,0) rotate(-125deg)}
100%{-webkit-transform:translate(150px,400px) rotate(0);transform:translate(150px,400px) rotate(0)}
}
@keyframes DownCurSolveRightBigFigureJuridical{0%{-webkit-transform:translate(0,0) rotate(-125deg);transform:translate(0,0) rotate(-125deg)}
100%{-webkit-transform:translate(150px,400px) rotate(0);transform:translate(150px,400px) rotate(0)}
}
@-webkit-keyframes DownCurSolveBottomSmallFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-150px,300px);transform:translate(-150px,300px)}
}
@keyframes DownCurSolveBottomSmallFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-150px,300px);transform:translate(-150px,300px)}
}
@-webkit-keyframes DownCurSolveTopSmallFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-175px,400px);transform:translate(-175px,400px)}
}
@keyframes DownCurSolveTopSmallFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-175px,400px);transform:translate(-175px,400px)}
}
@-webkit-keyframes DownNewSolveLeftBigFigureJuridical{0%{-webkit-transform:translate(700px,-850px) rotate(0);transform:translate(700px,-850px) rotate(0)}
100%{-webkit-transform:translate(0,0) rotate(-65deg);transform:translate(0,0) rotate(-65deg)}
}
@keyframes DownNewSolveLeftBigFigureJuridical{0%{-webkit-transform:translate(700px,-850px) rotate(0);transform:translate(700px,-850px) rotate(0)}
100%{-webkit-transform:translate(0,0) rotate(-65deg);transform:translate(0,0) rotate(-65deg)}
}
@-webkit-keyframes DownNewSolveRightBigFigureJuridical{0%{-webkit-transform:translate(325px,-575px) rotate(0);transform:translate(325px,-575px) rotate(0)}
100%{-webkit-transform:translate(0,0) rotate(-125deg);transform:translate(0,0) rotate(-125deg)}
}
@keyframes DownNewSolveRightBigFigureJuridical{0%{-webkit-transform:translate(325px,-575px) rotate(0);transform:translate(325px,-575px) rotate(0)}
100%{-webkit-transform:translate(0,0) rotate(-125deg);transform:translate(0,0) rotate(-125deg)}
}
@-webkit-keyframes DownNewSolveBottomSmallFigureJuridical{0%{-webkit-transform:translate(-150px,-400px);transform:translate(-150px,-400px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes DownNewSolveBottomSmallFigureJuridical{0%{-webkit-transform:translate(-150px,-400px);transform:translate(-150px,-400px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes DownNewSolveTopSmallFigureJuridical{0%{-webkit-transform:translate(-175px,-150px);transform:translate(-175px,-150px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes DownNewSolveTopSmallFigureJuridical{0%{-webkit-transform:translate(-175px,-150px);transform:translate(-175px,-150px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes RightCurSolveLeftBigFigureJuridical{0%{-webkit-transform:translate(0,0) rotate(-65deg);transform:translate(0,0) rotate(-65deg)}
100%{-webkit-transform:translate(-2000px,450px) rotate(0);transform:translate(-2000px,450px) rotate(0)}
}
@keyframes RightCurSolveLeftBigFigureJuridical{0%{-webkit-transform:translate(0,0) rotate(-65deg);transform:translate(0,0) rotate(-65deg)}
100%{-webkit-transform:translate(-2000px,450px) rotate(0);transform:translate(-2000px,450px) rotate(0)}
}
@-webkit-keyframes RightCurSolveRightBigFigureJuridical{0%{-webkit-transform:translate(0,0) rotate(-125deg);transform:translate(0,0) rotate(-125deg)}
100%{-webkit-transform:translate(-2250px,600px) rotate(0);transform:translate(-2250px,600px) rotate(0)}
}
@keyframes RightCurSolveRightBigFigureJuridical{0%{-webkit-transform:translate(0,0) rotate(-125deg);transform:translate(0,0) rotate(-125deg)}
100%{-webkit-transform:translate(-2250px,600px) rotate(0);transform:translate(-2250px,600px) rotate(0)}
}
@-webkit-keyframes RightCurSolveBottomSmallFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-1800px,100px);transform:translate(-1800px,100px)}
}
@keyframes RightCurSolveBottomSmallFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-1800px,100px);transform:translate(-1800px,100px)}
}
@-webkit-keyframes RightCurSolveTopSmallFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-1700px,100px);transform:translate(-1700px,100px)}
}
@keyframes RightCurSolveTopSmallFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-1700px,100px);transform:translate(-1700px,100px)}
}
@-webkit-keyframes LeftNewSolveLeftBigFigureJuridical{0%{-webkit-transform:translate(-2000px,400px) rotate(0);transform:translate(-2000px,400px) rotate(0)}
100%{-webkit-transform:translate(0,0) rotate(-65deg);transform:translate(0,0) rotate(-65deg)}
}
@keyframes LeftNewSolveLeftBigFigureJuridical{0%{-webkit-transform:translate(-2000px,400px) rotate(0);transform:translate(-2000px,400px) rotate(0)}
100%{-webkit-transform:translate(0,0) rotate(-65deg);transform:translate(0,0) rotate(-65deg)}
}
@-webkit-keyframes LeftNewSolveRightBigFigureJuridical{0%{-webkit-transform:translate(-2250px,600px) rotate(0);transform:translate(-2250px,600px) rotate(0)}
100%{-webkit-transform:translate(0,0) rotate(-125deg);transform:translate(0,0) rotate(-125deg)}
}
@keyframes LeftNewSolveRightBigFigureJuridical{0%{-webkit-transform:translate(-2250px,600px) rotate(0);transform:translate(-2250px,600px) rotate(0)}
100%{-webkit-transform:translate(0,0) rotate(-125deg);transform:translate(0,0) rotate(-125deg)}
}
@-webkit-keyframes LeftNewSolveBottomSmallFigureJuridical{0%{-webkit-transform:translate(-1800px,100px);transform:translate(-1800px,100px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes LeftNewSolveBottomSmallFigureJuridical{0%{-webkit-transform:translate(-1800px,100px);transform:translate(-1800px,100px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes LeftNewSolveTopSmallFigureJuridical{0%{-webkit-transform:translate(-1700px,100px);transform:translate(-1700px,100px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes LeftNewSolveTopSmallFigureJuridical{0%{-webkit-transform:translate(-1700px,100px);transform:translate(-1700px,100px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes NextLeftBigFigureJuridical{0%{-webkit-transform:translate(0,0) rotate(0);transform:translate(0,0) rotate(0)}
100%{-webkit-transform:translate(335px,-220px) rotate(-65deg);transform:translate(335px,-220px) rotate(-65deg)}
}
@keyframes NextLeftBigFigureJuridical{0%{-webkit-transform:translate(0,0) rotate(0);transform:translate(0,0) rotate(0)}
100%{-webkit-transform:translate(335px,-220px) rotate(-65deg);transform:translate(335px,-220px) rotate(-65deg)}
}
@-webkit-keyframes NextRightBigFigureJuridical{0%{-webkit-transform:translate(0,0) rotate(0);transform:translate(0,0) rotate(0)}
100%{-webkit-transform:translate(745px,-270px) rotate(-125deg);transform:translate(745px,-270px) rotate(-125deg)}
}
@keyframes NextRightBigFigureJuridical{0%{-webkit-transform:translate(0,0) rotate(0);transform:translate(0,0) rotate(0)}
100%{-webkit-transform:translate(745px,-270px) rotate(-125deg);transform:translate(745px,-270px) rotate(-125deg)}
}
@-webkit-keyframes NextBottomSmallFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-60px,40px);transform:translate(-60px,40px)}
}
@keyframes NextBottomSmallFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-60px,40px);transform:translate(-60px,40px)}
}
@-webkit-keyframes NextTopSmallFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-175px,0);transform:translate(-175px,0)}
}
@keyframes NextTopSmallFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-175px,0);transform:translate(-175px,0)}
}
@-webkit-keyframes PrevLeftBigFigureJuridical{0%{-webkit-transform:translate(0,0) rotate(-65deg);transform:translate(0,0) rotate(-65deg)}
100%{-webkit-transform:translate(-335px,220px) rotate(0);transform:translate(-335px,220px) rotate(0)}
}
@keyframes PrevLeftBigFigureJuridical{0%{-webkit-transform:translate(0,0) rotate(-65deg);transform:translate(0,0) rotate(-65deg)}
100%{-webkit-transform:translate(-335px,220px) rotate(0);transform:translate(-335px,220px) rotate(0)}
}
@-webkit-keyframes PrevRightBigFigureJuridical{0%{-webkit-transform:translate(0,0) rotate(-125deg);transform:translate(0,0) rotate(-125deg)}
100%{-webkit-transform:translate(-745px,270px) rotate(0);transform:translate(-745px,270px) rotate(0)}
}
@keyframes PrevRightBigFigureJuridical{0%{-webkit-transform:translate(0,0) rotate(-125deg);transform:translate(0,0) rotate(-125deg)}
100%{-webkit-transform:translate(-745px,270px) rotate(0);transform:translate(-745px,270px) rotate(0)}
}
@-webkit-keyframes PrevBottomSmallFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(60px,-40px);transform:translate(60px,-40px)}
}
@keyframes PrevBottomSmallFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(60px,-40px);transform:translate(60px,-40px)}
}
@-webkit-keyframes PrevTopSmallFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(175px,0);transform:translate(175px,0)}
}
@keyframes PrevTopSmallFigureJuridical{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(175px,0);transform:translate(175px,0)}
}
@-webkit-keyframes UpCurLeftBigFigureForm{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(500px,-1500px);transform:translate(500px,-1500px)}
}
@keyframes UpCurLeftBigFigureForm{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(500px,-1500px);transform:translate(500px,-1500px)}
}
@-webkit-keyframes UpCurRightBigFigureForm{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-250px,-1500px);transform:translate(-250px,-1500px)}
}
@keyframes UpCurRightBigFigureForm{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-250px,-1500px);transform:translate(-250px,-1500px)}
}
@-webkit-keyframes UpCurSmallFigureForm{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-200px,-1500px);transform:translate(-200px,-1500px)}
}
@keyframes UpCurSmallFigureForm{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-200px,-1500px);transform:translate(-200px,-1500px)}
}
@-webkit-keyframes UpNewLeftBigFigureForm{0%{-webkit-transform:translate(500px,1500px);transform:translate(500px,1500px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes UpNewLeftBigFigureForm{0%{-webkit-transform:translate(500px,1500px);transform:translate(500px,1500px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes UpNewRightBigFigureForm{0%{-webkit-transform:translate(-250px,1500px);transform:translate(-250px,1500px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes UpNewRightBigFigureForm{0%{-webkit-transform:translate(-250px,1500px);transform:translate(-250px,1500px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes UpNewSmallFigureForm{0%{-webkit-transform:translate(-200px,1500px);transform:translate(-200px,1500px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes UpNewSmallFigureForm{0%{-webkit-transform:translate(-200px,1500px);transform:translate(-200px,1500px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes DownCurLeftBigFigureForm{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(500px,1500px);transform:translate(500px,1500px)}
}
@keyframes DownCurLeftBigFigureForm{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(500px,1500px);transform:translate(500px,1500px)}
}
@-webkit-keyframes DownCurRightBigFigureForm{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-250px,1500px);transform:translate(-250px,1500px)}
}
@keyframes DownCurRightBigFigureForm{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-250px,1500px);transform:translate(-250px,1500px)}
}
@-webkit-keyframes DownCurSmallFigureForm{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-200px,1500px);transform:translate(-200px,1500px)}
}
@keyframes DownCurSmallFigureForm{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-200px,1500px);transform:translate(-200px,1500px)}
}
@-webkit-keyframes DownNewLeftBigFigureForm{0%{-webkit-transform:translate(500px,-1500px);transform:translate(500px,-1500px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes DownNewLeftBigFigureForm{0%{-webkit-transform:translate(500px,-1500px);transform:translate(500px,-1500px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes DownNewRightBigFigureForm{0%{-webkit-transform:translate(-250px,-1500px);transform:translate(-250px,-1500px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes DownNewRightBigFigureForm{0%{-webkit-transform:translate(-250px,-1500px);transform:translate(-250px,-1500px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes DownNewSmallFigureForm{0%{-webkit-transform:translate(-200px,-1500px);transform:translate(-200px,-1500px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes DownNewSmallFigureForm{0%{-webkit-transform:translate(-200px,-1500px);transform:translate(-200px,-1500px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes RightNewLeftBigFigureForm{0%{-webkit-transform:translate(1900px,-500px);transform:translate(1900px,-500px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes RightNewLeftBigFigureForm{0%{-webkit-transform:translate(1900px,-500px);transform:translate(1900px,-500px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes RightNewRightBigFigureForm{0%{-webkit-transform:translate(1900px,500px);transform:translate(1900px,500px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes RightNewRightBigFigureForm{0%{-webkit-transform:translate(1900px,500px);transform:translate(1900px,500px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes RightNewSmallFigureForm{0%{-webkit-transform:translate(1700px,-1200px);transform:translate(1700px,-1200px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes RightNewSmallFigureForm{0%{-webkit-transform:translate(1700px,-1200px);transform:translate(1700px,-1200px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes LeftCurLeftBigFigureForm{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(1900px,-500px);transform:translate(1900px,-500px)}
}
@keyframes LeftCurLeftBigFigureForm{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(1900px,-500px);transform:translate(1900px,-500px)}
}
@-webkit-keyframes LeftCurRightBigFigureForm{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(1900px,500px);transform:translate(1900px,500px)}
}
@keyframes LeftCurRightBigFigureForm{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(1900px,500px);transform:translate(1900px,500px)}
}
@-webkit-keyframes LeftCurSmallFigureForm{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(1700px,-1200px);transform:translate(1700px,-1200px)}
}
@keyframes LeftCurSmallFigureForm{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(1700px,-1200px);transform:translate(1700px,-1200px)}
}
@-webkit-keyframes UpCurTopFigureFAQ{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(250px,-350px);transform:translate(250px,-350px)}
}
@keyframes UpCurTopFigureFAQ{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(250px,-350px);transform:translate(250px,-350px)}
}
@-webkit-keyframes UpCurBotBigFigureFAQ{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(150px,-600px);transform:translate(150px,-600px)}
}
@keyframes UpCurBotBigFigureFAQ{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(150px,-600px);transform:translate(150px,-600px)}
}
@-webkit-keyframes UpCurBotSmallFigureFAQ{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(650px,-750px);transform:translate(650px,-750px)}
}
@keyframes UpCurBotSmallFigureFAQ{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(650px,-750px);transform:translate(650px,-750px)}
}
@-webkit-keyframes UpNewTopFigureFAQ{0%{-webkit-transform:translate(150px,600px);transform:translate(150px,600px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes UpNewTopFigureFAQ{0%{-webkit-transform:translate(150px,600px);transform:translate(150px,600px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes UpNewBotBigFigureFAQ{0%{-webkit-transform:translate(150px,450px);transform:translate(150px,450px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes UpNewBotBigFigureFAQ{0%{-webkit-transform:translate(150px,450px);transform:translate(150px,450px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes UpNewBotSmallFigureFAQ{0%{-webkit-transform:translate(650px,300px);transform:translate(650px,300px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes UpNewBotSmallFigureFAQ{0%{-webkit-transform:translate(650px,300px);transform:translate(650px,300px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes DownCurTopFigureFAQ{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-200px,500px);transform:translate(-200px,500px)}
}
@keyframes DownCurTopFigureFAQ{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-200px,500px);transform:translate(-200px,500px)}
}
@-webkit-keyframes DownCurBotBigFigureFAQ{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(150px,800px);transform:translate(150px,800px)}
}
@keyframes DownCurBotBigFigureFAQ{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(150px,800px);transform:translate(150px,800px)}
}
@-webkit-keyframes DownCurBotSmallFigureFAQ{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(650px,350px);transform:translate(650px,350px)}
}
@keyframes DownCurBotSmallFigureFAQ{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(650px,350px);transform:translate(650px,350px)}
}
@-webkit-keyframes DownNewTopFigureFAQ{0%{-webkit-transform:translate(200px,-300px);transform:translate(200px,-300px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes DownNewTopFigureFAQ{0%{-webkit-transform:translate(200px,-300px);transform:translate(200px,-300px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes DownNewBotBigFigureFAQ{0%{-webkit-transform:translate(150px,-750px);transform:translate(150px,-750px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes DownNewBotBigFigureFAQ{0%{-webkit-transform:translate(150px,-750px);transform:translate(150px,-750px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes DownNewBotSmallFigureFAQ{0%{-webkit-transform:translate(650px,-350px);transform:translate(650px,-350px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes DownNewBotSmallFigureFAQ{0%{-webkit-transform:translate(650px,-350px);transform:translate(650px,-350px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes UpCurBotBigFigureReviews{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(2500px,-2500px);transform:translate(2500px,-2500px)}
}
@keyframes UpCurBotBigFigureReviews{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(2500px,-2500px);transform:translate(2500px,-2500px)}
}
@-webkit-keyframes UpCurBotSmallFigureReviews{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(1650px,-2750px);transform:translate(1650px,-2750px)}
}
@keyframes UpCurBotSmallFigureReviews{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(1650px,-2750px);transform:translate(1650px,-2750px)}
}
@-webkit-keyframes UpCurTopFigureReviews{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(150px,-250px);transform:translate(150px,-250px)}
}
@keyframes UpCurTopFigureReviews{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(150px,-250px);transform:translate(150px,-250px)}
}
@-webkit-keyframes UpNewBotBigFigureReviews{0%{-webkit-transform:translate(2500px,500px);transform:translate(2500px,500px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes UpNewBotBigFigureReviews{0%{-webkit-transform:translate(2500px,500px);transform:translate(2500px,500px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes UpNewBotSmallFigureReviews{0%{-webkit-transform:translate(1450px,1250px);transform:translate(1450px,1250px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes UpNewBotSmallFigureReviews{0%{-webkit-transform:translate(1450px,1250px);transform:translate(1450px,1250px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes UpNewTopFigureReviews{0%{-webkit-transform:translate(250px,500px);transform:translate(250px,500px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes UpNewTopFigureReviews{0%{-webkit-transform:translate(250px,500px);transform:translate(250px,500px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes DownCurBotBigFigureReviews{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(300px,350px);transform:translate(300px,350px)}
}
@keyframes DownCurBotBigFigureReviews{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(300px,350px);transform:translate(300px,350px)}
}
@-webkit-keyframes DownCurBotSmallFigureReviews{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(350px,600px);transform:translate(350px,600px)}
}
@keyframes DownCurBotSmallFigureReviews{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(350px,600px);transform:translate(350px,600px)}
}
@-webkit-keyframes DownCurTopFigureReviews{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(150px,500px);transform:translate(150px,500px)}
}
@keyframes DownCurTopFigureReviews{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(150px,500px);transform:translate(150px,500px)}
}
@-webkit-keyframes DownNewBotBigFigureReviews{0%{-webkit-transform:translate(2250px,-1500px);transform:translate(2250px,-1500px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes DownNewBotBigFigureReviews{0%{-webkit-transform:translate(2250px,-1500px);transform:translate(2250px,-1500px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes DownNewBotSmallFigureReviews{0%{-webkit-transform:translate(1250px,-1800px);transform:translate(1250px,-1800px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes DownNewBotSmallFigureReviews{0%{-webkit-transform:translate(1250px,-1800px);transform:translate(1250px,-1800px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes DownNewTopFigureReviews{0%{-webkit-transform:translate(150px,-300px);transform:translate(150px,-300px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes DownNewTopFigureReviews{0%{-webkit-transform:translate(150px,-300px);transform:translate(150px,-300px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes UpNewTopBigFigureContacts{0%{-webkit-transform:translate(-350px,450px);transform:translate(-350px,450px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes UpNewTopBigFigureContacts{0%{-webkit-transform:translate(-350px,450px);transform:translate(-350px,450px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes UpNewTopSmallFigureContacts{0%{-webkit-transform:translate(-100px,425px);transform:translate(-100px,425px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes UpNewTopSmallFigureContacts{0%{-webkit-transform:translate(-100px,425px);transform:translate(-100px,425px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes UpNewBotFigureContacts{0%{-webkit-transform:translate(-350px,450px);transform:translate(-350px,450px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes UpNewBotFigureContacts{0%{-webkit-transform:translate(-350px,450px);transform:translate(-350px,450px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes DownCurTopBigFigureContacts{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-275px,300px);transform:translate(-275px,300px)}
}
@keyframes DownCurTopBigFigureContacts{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-275px,300px);transform:translate(-275px,300px)}
}
@-webkit-keyframes DownCurTopSmallFigureContacts{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-125px,300px);transform:translate(-125px,300px)}
}
@keyframes DownCurTopSmallFigureContacts{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-125px,300px);transform:translate(-125px,300px)}
}
@-webkit-keyframes DownCurBotFigureContacts{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-325px,400px);transform:translate(-325px,400px)}
}
@keyframes DownCurBotFigureContacts{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-325px,400px);transform:translate(-325px,400px)}
}
@-webkit-keyframes UpCurTopFigureBanner480{0%{-webkit-transform:translate(0,0) rotate(-90deg);transform:translate(0,0) rotate(-90deg)}
100%{-webkit-transform:translate(-250px,-500px) rotate(-90deg);transform:translate(-250px,-500px) rotate(-90deg)}
}
@keyframes UpCurTopFigureBanner480{0%{-webkit-transform:translate(0,0) rotate(-90deg);transform:translate(0,0) rotate(-90deg)}
100%{-webkit-transform:translate(-250px,-500px) rotate(-90deg);transform:translate(-250px,-500px) rotate(-90deg)}
}
@-webkit-keyframes DownNewTopFigureBanner480{0%{-webkit-transform:translate(-150px,-250px) rotate(-90deg);transform:translate(-150px,-250px) rotate(-90deg)}
100%{-webkit-transform:translate(0,0) rotate(-90deg);transform:translate(0,0) rotate(-90deg)}
}
@keyframes DownNewTopFigureBanner480{0%{-webkit-transform:translate(-150px,-250px) rotate(-90deg);transform:translate(-150px,-250px) rotate(-90deg)}
100%{-webkit-transform:translate(0,0) rotate(-90deg);transform:translate(0,0) rotate(-90deg)}
}
@-webkit-keyframes NextMidSmallFigurePhysical1150{0%{-webkit-transform:translate(-35px,10px);transform:translate(-35px,10px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes NextMidSmallFigurePhysical1150{0%{-webkit-transform:translate(-35px,10px);transform:translate(-35px,10px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes PrevMidSmallFigurePhysical1150{0%{-webkit-transform:translate(35px,-10px);transform:translate(35px,-10px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes PrevMidSmallFigurePhysical1150{0%{-webkit-transform:translate(35px,-10px);transform:translate(35px,-10px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes NextMidSmallFigurePhysical900{0%{-webkit-transform:translate(35px,-10px);transform:translate(35px,-10px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes NextMidSmallFigurePhysical900{0%{-webkit-transform:translate(35px,-10px);transform:translate(35px,-10px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes PrevMidSmallFigurePhysical900{0%{-webkit-transform:translate(-35px,10px);transform:translate(-35px,10px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes PrevMidSmallFigurePhysical900{0%{-webkit-transform:translate(-35px,10px);transform:translate(-35px,10px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-webkit-keyframes NextLeftBigFigureJuridicalAdapt800{0%{-webkit-transform:translate(0,0) rotate(0);transform:translate(0,0) rotate(0)}
100%{-webkit-transform:translate(400px,-120px) rotate(-65deg);transform:translate(400px,-120px) rotate(-65deg)}
}
@keyframes NextLeftBigFigureJuridicalAdapt800{0%{-webkit-transform:translate(0,0) rotate(0);transform:translate(0,0) rotate(0)}
100%{-webkit-transform:translate(400px,-120px) rotate(-65deg);transform:translate(400px,-120px) rotate(-65deg)}
}
@-webkit-keyframes NextRightBigFigureJuridicalAdapt800{0%{-webkit-transform:translate(0,0) rotate(0);transform:translate(0,0) rotate(0)}
100%{-webkit-transform:translate(800px,-160px) rotate(-125deg);transform:translate(800px,-160px) rotate(-125deg)}
}
@keyframes NextRightBigFigureJuridicalAdapt800{0%{-webkit-transform:translate(0,0) rotate(0);transform:translate(0,0) rotate(0)}
100%{-webkit-transform:translate(800px,-160px) rotate(-125deg);transform:translate(800px,-160px) rotate(-125deg)}
}
@-webkit-keyframes NextBottomSmallFigureJuridicalAdapt800{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-5px,140px);transform:translate(-5px,140px)}
}
@keyframes NextBottomSmallFigureJuridicalAdapt800{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-5px,140px);transform:translate(-5px,140px)}
}
@-webkit-keyframes PrevLeftBigFigureJuridicalAdapt800{0%{-webkit-transform:translate(0,0) rotate(-65deg);transform:translate(0,0) rotate(-65deg)}
100%{-webkit-transform:translate(-400px,120px) rotate(0);transform:translate(-400px,120px) rotate(0)}
}
@keyframes PrevLeftBigFigureJuridicalAdapt800{0%{-webkit-transform:translate(0,0) rotate(-65deg);transform:translate(0,0) rotate(-65deg)}
100%{-webkit-transform:translate(-400px,120px) rotate(0);transform:translate(-400px,120px) rotate(0)}
}
@-webkit-keyframes PrevRightBigFigureJuridicalAdapt800{0%{-webkit-transform:translate(0,0) rotate(-125deg);transform:translate(0,0) rotate(-125deg)}
100%{-webkit-transform:translate(-800px,160px) rotate(0);transform:translate(-800px,160px) rotate(0)}
}
@keyframes PrevRightBigFigureJuridicalAdapt800{0%{-webkit-transform:translate(0,0) rotate(-125deg);transform:translate(0,0) rotate(-125deg)}
100%{-webkit-transform:translate(-800px,160px) rotate(0);transform:translate(-800px,160px) rotate(0)}
}
@-webkit-keyframes PrevBottomSmallFigureJuridicalAdapt800{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(5px,-140px);transform:translate(5px,-140px)}
}
@keyframes PrevBottomSmallFigureJuridicalAdapt800{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(5px,-140px);transform:translate(5px,-140px)}
}
@-webkit-keyframes NextLeftBigFigureJuridicalAdapt650{0%{-webkit-transform:translate(0,0) rotate(0);transform:translate(0,0) rotate(0)}
100%{-webkit-transform:translate(400px,-20px) rotate(-65deg);transform:translate(400px,-20px) rotate(-65deg)}
}
@keyframes NextLeftBigFigureJuridicalAdapt650{0%{-webkit-transform:translate(0,0) rotate(0);transform:translate(0,0) rotate(0)}
100%{-webkit-transform:translate(400px,-20px) rotate(-65deg);transform:translate(400px,-20px) rotate(-65deg)}
}
@-webkit-keyframes NextRightBigFigureJuridicalAdapt650{0%{-webkit-transform:translate(0,0) rotate(0);transform:translate(0,0) rotate(0)}
100%{-webkit-transform:translate(800px,-60px) rotate(-125deg);transform:translate(800px,-60px) rotate(-125deg)}
}
@keyframes NextRightBigFigureJuridicalAdapt650{0%{-webkit-transform:translate(0,0) rotate(0);transform:translate(0,0) rotate(0)}
100%{-webkit-transform:translate(800px,-60px) rotate(-125deg);transform:translate(800px,-60px) rotate(-125deg)}
}
@-webkit-keyframes PrevLeftBigFigureJuridicalAdapt650{0%{-webkit-transform:translate(0,0) rotate(-65deg);transform:translate(0,0) rotate(-65deg)}
100%{-webkit-transform:translate(-400px,20px) rotate(0);transform:translate(-400px,20px) rotate(0)}
}
@keyframes PrevLeftBigFigureJuridicalAdapt650{0%{-webkit-transform:translate(0,0) rotate(-65deg);transform:translate(0,0) rotate(-65deg)}
100%{-webkit-transform:translate(-400px,20px) rotate(0);transform:translate(-400px,20px) rotate(0)}
}
@-webkit-keyframes PrevRightBigFigureJuridicalAdapt650{0%{-webkit-transform:translate(0,0) rotate(-125deg);transform:translate(0,0) rotate(-125deg)}
100%{-webkit-transform:translate(-800px,60px) rotate(0);transform:translate(-800px,60px) rotate(0)}
}
@keyframes PrevRightBigFigureJuridicalAdapt650{0%{-webkit-transform:translate(0,0) rotate(-125deg);transform:translate(0,0) rotate(-125deg)}
100%{-webkit-transform:translate(-800px,60px) rotate(0);transform:translate(-800px,60px) rotate(0)}
}
@-webkit-keyframes NextLeftBigFigureJuridical1150{0%{-webkit-transform:translate(0,0) rotate(0);transform:translate(0,0) rotate(0)}
100%{-webkit-transform:translate(225px,-75px) rotate(-65deg);transform:translate(225px,-75px) rotate(-65deg)}
}
@keyframes NextLeftBigFigureJuridical1150{0%{-webkit-transform:translate(0,0) rotate(0);transform:translate(0,0) rotate(0)}
100%{-webkit-transform:translate(225px,-75px) rotate(-65deg);transform:translate(225px,-75px) rotate(-65deg)}
}
@-webkit-keyframes NextRightBigFigureJuridical1150{0%{-webkit-transform:translate(0,0) rotate(0);transform:translate(0,0) rotate(0)}
100%{-webkit-transform:translate(560px,-100px) rotate(-125deg);transform:translate(560px,-100px) rotate(-125deg)}
}
@keyframes NextRightBigFigureJuridical1150{0%{-webkit-transform:translate(0,0) rotate(0);transform:translate(0,0) rotate(0)}
100%{-webkit-transform:translate(560px,-100px) rotate(-125deg);transform:translate(560px,-100px) rotate(-125deg)}
}
@-webkit-keyframes NextBottomSmallFigureJuridical1150{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(0,55px);transform:translate(0,55px)}
}
@keyframes NextBottomSmallFigureJuridical1150{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(0,55px);transform:translate(0,55px)}
}
@-webkit-keyframes NextTopSmallFigureJuridical1150{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-25px,0);transform:translate(-25px,0)}
}
@keyframes NextTopSmallFigureJuridical1150{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-25px,0);transform:translate(-25px,0)}
}
@-webkit-keyframes PrevLeftBigFigureJuridical1150{0%{-webkit-transform:translate(0,0) rotate(-65deg);transform:translate(0,0) rotate(-65deg)}
100%{-webkit-transform:translate(-225px,75px) rotate(0);transform:translate(-225px,75px) rotate(0)}
}
@keyframes PrevLeftBigFigureJuridical1150{0%{-webkit-transform:translate(0,0) rotate(-65deg);transform:translate(0,0) rotate(-65deg)}
100%{-webkit-transform:translate(-225px,75px) rotate(0);transform:translate(-225px,75px) rotate(0)}
}
@-webkit-keyframes PrevRightBigFigureJuridical1150{0%{-webkit-transform:translate(0,0) rotate(-125deg);transform:translate(0,0) rotate(-125deg)}
100%{-webkit-transform:translate(-560px,100px) rotate(0);transform:translate(-560px,100px) rotate(0)}
}
@keyframes PrevRightBigFigureJuridical1150{0%{-webkit-transform:translate(0,0) rotate(-125deg);transform:translate(0,0) rotate(-125deg)}
100%{-webkit-transform:translate(-560px,100px) rotate(0);transform:translate(-560px,100px) rotate(0)}
}
@-webkit-keyframes PrevBottomSmallFigureJuridical1150{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(0,-55px);transform:translate(0,-55px)}
}
@keyframes PrevBottomSmallFigureJuridical1150{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(0,-55px);transform:translate(0,-55px)}
}
@-webkit-keyframes PrevTopSmallFigureJuridical1150{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-25px,0);transform:translate(-25px,0)}
}
@keyframes PrevTopSmallFigureJuridical1150{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-25px,0);transform:translate(-25px,0)}
}
@-webkit-keyframes NextLeftBigFigureJuridical900{0%{-webkit-transform:translate(0,0) rotate(0);transform:translate(0,0) rotate(0)}
100%{-webkit-transform:translate(125px,0) rotate(-65deg);transform:translate(125px,0) rotate(-65deg)}
}
@keyframes NextLeftBigFigureJuridical900{0%{-webkit-transform:translate(0,0) rotate(0);transform:translate(0,0) rotate(0)}
100%{-webkit-transform:translate(125px,0) rotate(-65deg);transform:translate(125px,0) rotate(-65deg)}
}
@-webkit-keyframes NextRightBigFigureJuridical900{0%{-webkit-transform:translate(0,0) rotate(0);transform:translate(0,0) rotate(0)}
100%{-webkit-transform:translate(475px,-25px) rotate(-125deg);transform:translate(475px,-25px) rotate(-125deg)}
}
@keyframes NextRightBigFigureJuridical900{0%{-webkit-transform:translate(0,0) rotate(0);transform:translate(0,0) rotate(0)}
100%{-webkit-transform:translate(475px,-25px) rotate(-125deg);transform:translate(475px,-25px) rotate(-125deg)}
}
@-webkit-keyframes NextBottomSmallFigureJuridical900{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-125px,125px);transform:translate(-125px,125px)}
}
@keyframes NextBottomSmallFigureJuridical900{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-125px,125px);transform:translate(-125px,125px)}
}
@-webkit-keyframes NextTopSmallFigureJuridical900{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(25px,0);transform:translate(25px,0)}
}
@keyframes NextTopSmallFigureJuridical900{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(25px,0);transform:translate(25px,0)}
}
@-webkit-keyframes PrevLeftBigFigureJuridical900{0%{-webkit-transform:translate(0,0) rotate(-65deg);transform:translate(0,0) rotate(-65deg)}
100%{-webkit-transform:translate(-125px,0) rotate(0);transform:translate(-125px,0) rotate(0)}
}
@keyframes PrevLeftBigFigureJuridical900{0%{-webkit-transform:translate(0,0) rotate(-65deg);transform:translate(0,0) rotate(-65deg)}
100%{-webkit-transform:translate(-125px,0) rotate(0);transform:translate(-125px,0) rotate(0)}
}
@-webkit-keyframes PrevRightBigFigureJuridical900{0%{-webkit-transform:translate(0,0) rotate(-125deg);transform:translate(0,0) rotate(-125deg)}
100%{-webkit-transform:translate(-475px,25px) rotate(0);transform:translate(-475px,25px) rotate(0)}
}
@keyframes PrevRightBigFigureJuridical900{0%{-webkit-transform:translate(0,0) rotate(-125deg);transform:translate(0,0) rotate(-125deg)}
100%{-webkit-transform:translate(-475px,25px) rotate(0);transform:translate(-475px,25px) rotate(0)}
}
@-webkit-keyframes PrevBottomSmallFigureJuridical900{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(125px,-125px);transform:translate(125px,-125px)}
}
@keyframes PrevBottomSmallFigureJuridical900{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(125px,-125px);transform:translate(125px,-125px)}
}
@-webkit-keyframes PrevTopSmallFigureJuridical900{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-25px,0);transform:translate(-25px,0)}
}
@keyframes PrevTopSmallFigureJuridical900{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-25px,0);transform:translate(-25px,0)}
}
@-webkit-keyframes NextLeftBigFigureJuridical400{0%{-webkit-transform:translate(0,0) rotate(0);transform:translate(0,0) rotate(0)}
100%{-webkit-transform:translate(225px,0) rotate(-65deg);transform:translate(225px,0) rotate(-65deg)}
}
@keyframes NextLeftBigFigureJuridical400{0%{-webkit-transform:translate(0,0) rotate(0);transform:translate(0,0) rotate(0)}
100%{-webkit-transform:translate(225px,0) rotate(-65deg);transform:translate(225px,0) rotate(-65deg)}
}
@-webkit-keyframes NextRightBigFigureJuridical400{0%{-webkit-transform:translate(0,0) rotate(0);transform:translate(0,0) rotate(0)}
100%{-webkit-transform:translate(575px,-25px) rotate(-125deg);transform:translate(575px,-25px) rotate(-125deg)}
}
@keyframes NextRightBigFigureJuridical400{0%{-webkit-transform:translate(0,0) rotate(0);transform:translate(0,0) rotate(0)}
100%{-webkit-transform:translate(575px,-25px) rotate(-125deg);transform:translate(575px,-25px) rotate(-125deg)}
}
@-webkit-keyframes NextBottomSmallFigureJuridical400{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-25px,125px);transform:translate(-25px,125px)}
}
@keyframes NextBottomSmallFigureJuridical400{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(-25px,125px);transform:translate(-25px,125px)}
}
@-webkit-keyframes PrevLeftBigFigureJuridical400{0%{-webkit-transform:translate(0,0) rotate(-65deg);transform:translate(0,0) rotate(-65deg)}
100%{-webkit-transform:translate(-225px,0) rotate(0);transform:translate(-225px,0) rotate(0)}
}
@keyframes PrevLeftBigFigureJuridical400{0%{-webkit-transform:translate(0,0) rotate(-65deg);transform:translate(0,0) rotate(-65deg)}
100%{-webkit-transform:translate(-225px,0) rotate(0);transform:translate(-225px,0) rotate(0)}
}
@-webkit-keyframes PrevRightBigFigureJuridical400{0%{-webkit-transform:translate(0,0) rotate(-125deg);transform:translate(0,0) rotate(-125deg)}
100%{-webkit-transform:translate(-575px,25px) rotate(0);transform:translate(-575px,25px) rotate(0)}
}
@keyframes PrevRightBigFigureJuridical400{0%{-webkit-transform:translate(0,0) rotate(-125deg);transform:translate(0,0) rotate(-125deg)}
100%{-webkit-transform:translate(-575px,25px) rotate(0);transform:translate(-575px,25px) rotate(0)}
}
@-webkit-keyframes PrevBottomSmallFigureJuridical400{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(25px,-125px);transform:translate(25px,-125px)}
}
@keyframes PrevBottomSmallFigureJuridical400{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(25px,-125px);transform:translate(25px,-125px)}
}
#WAButton.floating-wpp{z-index:550;bottom:30px;left:auto;right:50px}
#WAButton.floating-wpp:hover{bottom:30px}
#WAButton .floating-wpp-button{bottom:auto;width:61px;height:61px;border-radius:0;-webkit-box-shadow:none;box-shadow:none}
#WAButton .floating-wpp-head,#WAButton .floating-wpp-input-message textarea,#WAButton .floating-wpp-message{font-family:"Avenir Next",sans-serif;font-size:13px}
#WAButton .floating-wpp-popup{bottom:80px;right:0}
.preloader{overflow:hidden;z-index:1000;position:fixed;top:0;left:0;width:100vw;height:100%;background:#FFF}
.preloader__logo,.preloader__progress,.preloader__progress-bar{position:absolute}
.preloader__logo,.preloader__progress{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}
.preloader__logo{top:calc(50% - 85px);max-width:311px;width:95%;height:102px;background:url(/Theme/Air/src/img/preloader_01.png) 50% 100% no-repeat;background-size:contain}
.preloader__progress{top:calc(50% + 35px);max-width:311px;width:95%;height:3px;background:#CECCDF}
.preloader__progress-bar{top:0;left:0;width:0;height:100%;background:#0E0947}
.uf-screenFilter .uf-container{max-width:640px;width:95%}
.uf-screenFilter .uf-container #uf-request{border-radius:20px;padding:50px 75px;text-align:center;-webkit-box-shadow:none;box-shadow:none}
.uf-screenFilter .uf-container #uf-request .uf-request__title{margin-bottom:40px}
.uf-screenFilter .uf-container #uf-request .uf-request__title h3{display:inline-block;margin:0;line-height:1.35;color:#0E0947;font-family:"Avenir Next",sans-serif;font-size:36px;font-weight:700;background:-webkit-linear-gradient(120deg,#CF1AFC,#FC1A62 55%,#FFCF00);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.uf-screenFilter .uf-container #uf-request .uf-request__desc{margin-bottom:40px}
.uf-screenFilter .uf-container #uf-request .uf-request__desc p{line-height:1.25;font-size:18px}
.uf-screenFilter .uf-container #uf-request .uf-request__block label{display:none;margin-bottom:5px;line-height:1.25;color:#0E0947;font-family:"Avenir Next",sans-serif;font-size:14px}
.uf-screenFilter .uf-container #uf-request .uf-request__block input{max-width:320px;width:100%;height:auto;margin-bottom:20px;border:1px solid #0E0947;border-radius:50px;padding:15px 30px 15px 15px;text-align:left;line-height:1.35;color:#0E0947;font-family:"Avenir Next",sans-serif;font-size:14px;font-weight:600;-webkit-box-shadow:none;box-shadow:none}
.uf-screenFilter .uf-container #uf-request .uf-request__block input:not([type=checkbox]){background-color:rgba(255,255,255,.8)}
.uf-screenFilter .uf-container #uf-request .uf-request__block input::-webkit-input-placeholder{color:#82828D}
.uf-screenFilter .uf-container #uf-request .uf-request__block input::-moz-placeholder{color:#82828D}
.uf-screenFilter .uf-container #uf-request .uf-request__block input:-moz-placeholder{color:#82828D}
.uf-screenFilter .uf-container #uf-request .uf-request__block input:-ms-input-placeholder{color:#82828D}
.uf-screenFilter .uf-container #uf-request .uf-request__submit{display:block;max-width:230px;width:100%;background:linear-gradient(120deg,#CF1AFC,#FC1A62 55%,#FFCF00);border:none;border-radius:50px;margin:0 auto;padding:15px;line-height:1.35;color:#FFF;font-family:"Avenir Next",sans-serif;font-size:14px;font-weight:600}
.uf-screenFilter .uf-container #uf-request .uf-request__submit[data-validate=fail]{color:#FFF}
.uf-screenFilter .uf-container #uf-request .uf-request__submit[name=submit]{-webkit-transition:all .3s ease;transition:all .3s ease}
.uf-screenFilter .uf-container #uf-request .uf-request__bottom{margin-top:40px}
.uf-screenFilter .uf-container #uf-request .uf-request__bottom p{line-height:1.25;font-size:24px;font-weight:600}
.uf-screenFilter .uf-container #uf-request .uf-request__close{position:absolute;top:20px;right:20px;width:30px;height:30px;border:none;padding:0;font-size:0}
.uf-screenFilter .uf-container #uf-request .uf-request__close::after,.uf-screenFilter .uf-container #uf-request .uf-request__close::before{content:'';position:absolute;display:block;left:0;width:30px;height:2px;background:#0E0947;-webkit-transition:all .3s ease;transition:all .3s ease}
.uf-screenFilter .uf-container #uf-request .uf-request__close::before{top:14px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
.uf-screenFilter .uf-container #uf-request .uf-request__close::after{bottom:14px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}
.banner__next,.header{-webkit-transform:translateX(-50%)}
.uf-screenFilter .uf-container #uf-request .uf-request__close:hover::after,.uf-screenFilter .uf-container #uf-request .uf-request__close:hover::before{height:4px}
.uf-screenFilter .uf-container #uf-request .uf-request__close:hover::before{top:13px}
.uf-screenFilter .uf-container #uf-request .uf-request__close:hover::after{bottom:13px}
.uf-screenFilter .uf-container .uf-Response{border-radius:20px}
.uf-screenFilter .uf-container .uf-Response-text{line-height:1.25;font-family:"Avenir Next",sans-serif;font-size:24px;font-weight:600}
.uf-screenFilter .uf-container .uf-Response-close{display:block;max-width:230px;width:100%;height:auto;background:linear-gradient(120deg,#CF1AFC,#FC1A62 55%,#FFCF00);border:none;border-radius:50px;margin:0 auto;padding:15px;-webkit-transition:all .3s ease;transition:all .3s ease;line-height:1.35;color:#FFF;font-family:"Avenir Next",sans-serif;font-size:14px;font-weight:600}
.button-consultation,.logo__title .ipWidget p{font-weight:700;color:#0E0947;text-align:center}
.ipHasAdminNavbar .header{top:40px}
.ipHasAdminPanel .header{top:148px}
.header{position:fixed;z-index:500;top:0;left:50%;transform:translateX(-50%);padding-top:20px}
.header.-background{background:#FFF;padding-bottom:15px}
.header__logo{width:calc(100% - 310px)}
.header__button--consultation{text-align:center}
.header__button--menu{margin-left:80px}
.logo__img{width:50px}
.logo__img .logo{font-size:0}
.logo__img .logo a{display:inline-block}
.logo__img .logo img{display:block;max-width:50px;width:100%;margin:0 auto}
.logo__title{margin-left:10px}
.logo__title .ipWidget p{margin:0;line-height:1.35;font-size:9px;text-transform:uppercase}
.logo__title .ipWidget p:first-child{font-size:28px;text-transform:none}
.button-consultation{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;width:200px;border:none;border-radius:55px;padding:17px 10px;-webkit-transition:all .5s ease;transition:all .5s ease;line-height:1.3;font-size:14px}
.plugin-service__item,.slick-slider{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}
.button-consultation svg{position:absolute;top:0;left:0;width:100%;height:52px;background:0 0;border-radius:28px}
.button-consultation rect{stroke-dasharray:450,0;-webkit-transition:all .5s linear;transition:all .5s linear}
.button-consultation:hover rect{stroke-dasharray:50,295;stroke-dashoffset:75;-webkit-transition:all .75s ease;transition:all .75s ease}
.button-menu{position:relative;width:30px;height:30px;border:none;padding:0;font-size:0}
.button-menu::after,.button-menu::before{content:'';position:absolute;display:block;left:0;width:30px;height:2px;background:#0E0947;-webkit-transition:all .3s ease;transition:all .3s ease}
.button-menu::before{top:10px}
.button-menu::after{bottom:10px}
.button-menu:hover::after,.button-menu:hover::before{height:4px}
.button-menu:hover::before{top:8px}
.button-menu:hover::after{bottom:8px}
.button-menu.-close::before{top:14px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
.button-menu.-close::after{bottom:14px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}
.button-menu.-close:hover::before{top:13px}
.button-menu.-close:hover::after{bottom:13px}
.ipHasAdminNavbar .main-menu{top:40px;height:calc(100% - 40px)}
.ipHasAdminPanel .main-menu{top:148px;height:calc(100% - 148px)}
.main-menu{overflow:hidden;position:fixed;z-index:450;top:0;right:-100%;width:730px;height:100%;background:linear-gradient(180deg,rgba(225,220,255,.8),rgba(222,216,252,.6)),linear-gradient(142deg,rgba(255,255,255,.6),rgba(255,255,255,.8));-webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,.5);box-shadow:inset 1px 0 0 rgba(255,255,255,.5);-webkit-transition:right .5s ease;transition:right .5s ease;padding:94px 0 70px}
.main-menu.-visible{right:0}
.main-menu__wrap{overflow:auto;max-height:100%}
.main-menu ul{display:none;margin:0;padding:0}
.main-menu ul li{overflow:hidden}
.main-menu ul li a{position:relative;display:inline-block;padding:10px 70px 10px 110px;width:100%;line-height:1.35;color:#0E0947;font-family:"Avenir Next",sans-serif;font-size:18px;font-weight:600}
.main-menu ul li a::before{content:'';opacity:0;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.8);-webkit-transition:opacity .3s ease;transition:opacity .3s ease}
.main-menu ul li a:hover::before{opacity:1}
.main-menu ul li a .link-text{position:relative;z-index:2;display:inline-block;vertical-align:middle}
.main-menu ul li.parent>a{position:relative}
.main-menu ul li.parent>a .link-text{padding-right:35px}
.main-menu ul li.parent>a .child-list-button{position:absolute;top:calc(50% - 12.5px);right:0;width:25px;height:25px}
.main-menu ul li.parent>a .child-list-button::after{content:'\f107';position:absolute;top:0;right:0;width:25px;height:25px;text-align:center;line-height:1.35;font-family:Awesome,sans-serif;font-size:18px}
.global,.section .in{position:relative}
.banner__next--text::before,.services__back span::before{right:50%}
.banner__next--text,.banner__title .ipWidget h1{font-family:"Avenir Next",sans-serif}
.main-menu ul li.parent.-open>a .child-list-button::after{content:'\f106'}
.main-menu ul.level1{display:block}
.main-menu ul.level1>li{margin:0}
.main-menu ul.level1>li>a{padding:20px 70px 20px 110px;line-height:1.35;font-size:36px;text-transform:uppercase}
.main-menu ul.level1>li.parent>a .link-text{padding-right:50px}
.main-menu ul.level1>li.parent>a .child-list-button{top:calc(50% - 20px);width:40px;height:40px}
.main-menu ul.level1>li.parent>a .child-list-button::after{width:40px;height:40px;line-height:40px;font-size:30px}
.main-menu ul.level2{display:none}
.global--home{overflow:hidden;width:100vw;height:100%}
.section .in{z-index:2;overflow:hidden;padding:30px 0}
.banner .in,.services__status .in{padding-left:100px}
.banner__info{max-width:500px}
.banner__buttons,.banner__description,.banner__title{opacity:0}
.banner__buttons.-visible,.banner__description.-visible,.banner__title.-visible{opacity:1}
.banner__description,.banner__title{margin-bottom:30px}
.banner__title.-visible{-webkit-animation:TitleLoad 3s ease;animation:TitleLoad 3s ease}
.banner__title .ipWidget h1{display:inline-block;margin:0;line-height:1;color:#0E0947;font-size:48px;font-weight:700}
.banner__title .ipWidget span.gradient{background:-webkit-linear-gradient(120deg,#1A3EFC 22.5%,#F1004E 62.5%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.banner__description.-visible{-webkit-animation:DescLoad 4s ease;animation:DescLoad 4s ease}
.banner__description .ipWidget p{line-height:1.5;font-weight:600}
.banner__buttons{-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-10px}
.banner__buttons.-visible{-webkit-animation:ButtonsLoad 5s ease;animation:ButtonsLoad 5s ease}
.banner__button{width:calc(50% - 20px);margin:10px}
.banner__button span{color:#FFF}
.banner__button--physical{background:linear-gradient(120deg,#1A3EFC,#DC1AFC)}
.banner__button--juridical{background:linear-gradient(120deg,#FC1AA2,#FFCF00)}
.banner__next{cursor:pointer;position:absolute;display:inline-block;z-index:550;bottom:100px;left:50%;transform:translateX(-50%)}
.banner__next--text{position:relative;line-height:1.25;color:#0E0947;font-size:14px;font-weight:700}
.banner__next--text::after,.banner__next--text::before{content:'';opacity:0;position:absolute;bottom:0;width:0;height:1px;background:#0E0947;-webkit-transition:opacity .5s ease,width .5s ease,background .5s ease;transition:opacity .5s ease,width .5s ease,background .5s ease}
.banner__next--text::after{left:50%}
.banner__next--text:hover::after,.banner__next--text:hover::before{opacity:1;width:50%}
.banner__next--figure{position:absolute;top:calc(100% + 30px);left:calc(50% - 15px);width:30px;height:35px}
.banner__next--figure::after,.banner__next--figure::before{position:absolute;display:inline-block;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}
.banner__next--figure::before{content:'';top:0;-webkit-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg);width:8px;height:8px;background:#0E0947}
.banner__next--figure::after{content:'\f107';top:10px;color:#0E0947;font-family:Awesome,sans-serif;font-size:30px}
.banner__next--figure.-common::before{-webkit-animation:NextButton 5s infinite ease-in-out;animation:NextButton 5s infinite ease-in-out}
.banner__next--figure.-hover::before{-webkit-animation:NextButtonHover .5s ease-in-out;animation:NextButtonHover .5s ease-in-out;top:12px}
.banner__next--figure.-back::before{-webkit-animation:NextButtonBack .5s ease-in-out;animation:NextButtonBack .5s ease-in-out}
.services .in{padding-top:80px}
.services__form .in{padding:30px 0 30px 100px}
.services__form .services__back{top:27.5px}
.services__item{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:0;left:0;z-index:1;visibility:hidden;opacity:0;width:100%;height:100%;-webkit-transition:visibility .5s ease,opacity .5s ease;transition:visibility .5s ease,opacity .5s ease}
.services__item.-visible{z-index:2;visibility:visible;opacity:1}
.services__form-title{width:720px;padding-right:50px}
.services__form-title .ipWidget p{line-height:1.35;font-size:24px;font-weight:600}
.services__form-title .ipWidget p:first-child{margin-bottom:15px;font-size:48px;font-weight:700}
.services__form-wrap .uf-siteForm .uf-Response,.services__form-wrap .uf-siteForm button,.services__form-wrap .uf-siteForm input{font-family:"Avenir Next",sans-serif;font-size:14px;font-weight:600;line-height:1.35}
.services__form-title .ipWidget p span.gradient{background:-webkit-linear-gradient(120deg,#1231D0 22.5%,#FC1A62 62.5%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.services__form-wrap{width:calc(100% - 720px)}
.services__form-wrap .uf-siteForm{display:block;max-width:420px;width:100%;background:url(/Theme/Air/src/img/02_logo.png) 50% 40px no-repeat,linear-gradient(125deg,rgba(225,220,255,.85),rgba(222,216,252,.65));border:2px solid #DED8FC;border-radius:20px;padding:182px 50px 40px}
.services__form-wrap .uf-siteForm fieldset{height:209px}
.services__form-wrap .uf-siteForm input{max-width:320px;width:100%;margin-bottom:20px;border:none;border-radius:50px;padding:15px 30px 15px 15px;color:#0E0947}
.services__form-wrap .uf-siteForm input:not([type=checkbox]){background-color:rgba(255,255,255,.8)}
.services__form-wrap .uf-siteForm input::-webkit-input-placeholder{color:#82828D}
.services__form-wrap .uf-siteForm input::-moz-placeholder{color:#82828D}
.services__form-wrap .uf-siteForm input:-moz-placeholder{color:#82828D}
.services__form-wrap .uf-siteForm input:-ms-input-placeholder{color:#82828D}
.services__form-wrap .uf-siteForm input:nth-child(2){margin-bottom:25px}
.services__form-wrap .uf-siteForm input:nth-child(3){margin-bottom:40px}
.services__form-wrap .uf-siteForm button{display:block;max-width:230px;width:100%;background-color:rgba(255,255,255,.8);border:none;border-radius:50px;margin:0 auto;padding:15px;color:#0E0947}
.services__form-wrap .uf-siteForm button[data-validate=fail]{color:#FFF}
.services__form-wrap .uf-siteForm button[name=submit]{-webkit-transition:all .3s ease;transition:all .3s ease}
.services__form-wrap .uf-siteForm .uf-Response{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:204px;border-radius:20px;background-color:rgba(255,255,255,.8);color:#0E0947}
.services__form-wrap .uf-siteForm.-sent .uf-Response{display:-webkit-box;display:-ms-flexbox;display:flex}
.services__title{max-width:1300px;width:calc(100% - 2.5%);margin:0 2.5% 30px 0;padding:0 100px;text-align:center}
.services__title .ipWidget p{overflow:hidden;max-height:48px;line-height:1.35;font-size:36px;font-weight:700}
.services__title--status{margin-left:-100px;width:calc(100% + 100px - 2.5%)}
.services__wrap{position:relative;overflow:hidden;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;height:441px}
.services__wrap--status{padding-top:85px}
.services__wrap--problem,.services__wrap--solve{padding-left:200px}
.services__wrap--problem .plugin-service,.services__wrap--solve .plugin-service{left:200px;width:calc(100% - 200px)}
.services__button{overflow:hidden;position:relative;max-width:530px;width:calc(50% - 20px);border:none;border-radius:20px;margin:10px;padding:48px 5px}
.services__button span{position:relative;z-index:2;-webkit-transition:color .3s ease;transition:color .3s ease;text-align:center;line-height:1.35;color:#0E0947;font-size:18px;font-weight:700}
.services__button::after,.services__button::before{content:'';position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;border-radius:20px;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}
.services__button::before{opacity:1;background:linear-gradient(125deg,rgba(225,220,255,.85),rgba(222,216,252,.65));border:2px solid #DED8FC}
.services__button::after,.services__button:hover::before{opacity:0}
.services__button:hover span{color:#FFF;letter-spacing:.5px}
.plugin-service__list-button,.plugin-service__title h3,.services__back span{color:#0E0947;font-family:"Avenir Next",sans-serif}
.services__button:hover::after{opacity:1}
.services__button--physical::after{background:linear-gradient(120deg,#1A3EFC,#DC1AFC)}
.services__button--juridical::after{background:linear-gradient(120deg,#FC1AA2,#FFCF00)}
.services__back{position:absolute;top:95px;left:0;border:none;margin:0;padding:0 0 0 30px}
.services__back::before{content:'';position:absolute;top:calc(50% - 7px);left:0;width:21px;height:16px;background:url(/Theme/Air/src/img/arrows/arrow_left_small.png)}
.services__back span{position:relative;display:inline-block;line-height:1.25;font-size:14px;font-weight:700}
.services__back span::after,.services__back span::before{content:'';opacity:0;position:absolute;bottom:0;width:0;height:1px;background:#0E0947;-webkit-transition:opacity .5s ease,width .5s ease,background .5s ease;transition:opacity .5s ease,width .5s ease,background .5s ease}
.services__back span::after{left:50%}
.services__back:hover span::after,.services__back:hover span::before{opacity:1;width:50%}
.services__back--form{top:55px}
.plugin-service{position:absolute;top:0;left:0;width:100%}
.plugin-service__slider{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;max-height:441px;-ms-flex-wrap:wrap;flex-wrap:wrap}
.plugin-service__slider.slick-dotted{margin:0}
.plugin-service__slider .slick-arrow{top:135px;width:35px;height:45px;-webkit-transform:none;transform:none;text-align:center;font-size:0}
.plugin-service__slider .slick-arrow::after,.plugin-service__slider .slick-arrow::before{content:'';position:absolute;display:block;top:calc(50% - 12px);left:calc(50% - 16px);width:32px;height:24px;background-position:50% 50%;background-repeat:no-repeat;-webkit-transition:opacity .5s ease;transition:opacity .5s ease;font-size:0}
.plugin-service__slider .slick-arrow::before{opacity:1}
.plugin-service__slider .slick-arrow::after,.plugin-service__slider .slick-arrow:hover::before{opacity:0}
.plugin-service__slider .slick-arrow:hover::after{opacity:1}
.plugin-service__slider .slick-disabled{visibility:hidden}
.plugin-service__slider .slick-prev{left:-150px}
.plugin-service__slider .slick-prev::before{background-image:url(/Theme/Air/src/img/arrows/arrow_left.png)}
.plugin-service__slider .slick-prev::after{background-image:url(/Theme/Air/src/img/arrows/arrow_left_darkblue.png)}
.plugin-service__slider .slick-next{left:-95px;right:auto}
.plugin-service__slider .slick-next::before{background-image:url(/Theme/Air/src/img/arrows/arrow_right.png)}
.plugin-service__slider .slick-next::after{background-image:url(/Theme/Air/src/img/arrows/arrow_right_darkblue.png)}
.plugin-service__slider .slick-dots{display:none;top:439px;left:10px;bottom:auto;width:calc(100% - 2.5% - 120px)}
.plugin-service__slider .slick-dots li{width:100%;height:2px;margin:0}
.plugin-service__slider .slick-dots li button{width:100%;height:2px;background:#CECDDF;-webkit-transition:background 1s ease;transition:background 1s ease;padding:0}
.plugin-service__slider .slick-dots li button::before{display:none}
.plugin-service__slider .slick-dots li.slick-active button{background:#0E0947}
.plugin-service__slider .slick-track{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-left:0}
.plugin-service__slider .slick-slide{float:none;height:auto}
.plugin-service__slider .slick-list{padding-right:17.5%}
.plugin-service__item{overflow:hidden;position:relative;width:calc(25% - 20px);border:2px solid #DED8FC;border-radius:20px;margin:70px 10px 10px;-webkit-transition:background .5s ease,border-color .5s ease,margin-top .5s ease;transition:background .5s ease,border-color .5s ease,margin-top .5s ease;outline:0;user-select:none}
.plugin-service__item::before{content:'';position:absolute;z-index:1;opacity:1;top:0;left:0;width:100%;height:100%;background:linear-gradient(125deg,rgba(225,220,255,.85),rgba(222,216,252,.65));-webkit-transition:opacity .5s ease;transition:opacity .5s ease}
.plugin-service__item.-active{margin-top:10px;background:rgba(255,255,255,.85);border-color:#FFF}
.plugin-service__item.-active::before{opacity:0}
.plugin-service__info,.plugin-service__list{cursor:pointer;position:relative;z-index:2;text-align:center}
.plugin-service__info{padding:20px 30px 10px}
.plugin-service__list{display:none;border-top:1px solid #CECDDF;padding:20px 30px 30px}
.plugin-service__image{margin-bottom:5px}
.plugin-service__image img{display:block;max-width:80px;width:100%;margin:0 auto}
.plugin-service__title{height:48px}
.plugin-service__title h3{overflow:hidden;max-height:48px;margin:0;line-height:1.35;font-size:18px}
.plugin-service__list-wrap{overflow:auto;height:203px}
.plugin-info__comment--main,.plugin-info__item,.plugin-info__question,.plugin-info__username{overflow:hidden}
.plugin-service__list-item{margin-bottom:10px}
.plugin-info__slider.slick-dotted,.plugin-service__list-item:last-child{margin:0}
.plugin-service__list-button{cursor:pointer;display:inline-block;border:none;padding:0;-webkit-transition:color .3s ease;transition:color .3s ease;line-height:1.25;font-size:14px;font-weight:600}
.plugin-service__list-button--physical:hover{color:#9A26FC}
.plugin-service__list-button--juridical:hover{color:#FE9138}
.FAQ .in,.reviews .in{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:100px}
.FAQ__title,.reviews__title{padding:0 15px 0 0}
.FAQ__title .ipWidget h2,.reviews__title .ipWidget h2{overflow:hidden;max-height:65px}
.FAQ__title{width:200px}
.FAQ__title .ipWidget h2{background:-webkit-linear-gradient(120deg,#1A3EFC 15%,#25D0E7 63.25%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.FAQ__wrap{width:calc(100% - 200px)}
.reviews__title{width:330px}
.reviews__title .ipWidget h2{background:-webkit-linear-gradient(120deg,#FC1A62 12.5%,#CF1AFC 72.5%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.reviews__wrap{width:calc(100% - 330px)}
.plugin-info{position:relative}
.plugin-info__main,.plugin-info__wide{position:relative;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}
.plugin-info__main{z-index:2}
.plugin-info__main.-hidden{visibility:hidden;z-index:1;opacity:0;-webkit-transition:visibility .3s ease,opacity .3s ease;transition:visibility .3s ease,opacity .3s ease}
.plugin-info__wide{position:absolute;visibility:hidden;z-index:1;opacity:0;top:0;left:0;width:100%}
.plugin-info__wide.-visible{visibility:visible;z-index:2;opacity:1}
.plugin-info__slider{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;max-height:437px;-ms-flex-wrap:wrap;flex-wrap:wrap}
.plugin-info__slider .slick-arrow{top:calc(50% + 50px);width:35px;height:45px;-webkit-transform:none;transform:none;text-align:center;font-size:0}
.plugin-info__slider .slick-arrow::after,.plugin-info__slider .slick-arrow::before{content:'';position:absolute;display:block;top:calc(50% - 12px);left:calc(50% - 16px);width:32px;height:24px;background-position:50% 50%;background-repeat:no-repeat;-webkit-transition:opacity .5s ease;transition:opacity .5s ease;font-size:0}
.plugin-info__slider .slick-arrow::before{opacity:1}
.plugin-info__slider .slick-arrow::after,.plugin-info__slider .slick-arrow:hover::before{opacity:0}
.plugin-info__slider .slick-arrow:hover::after{opacity:1}
.plugin-info__slider .slick-disabled{visibility:hidden}
.plugin-info__slider .slick-prev{left:0}
.plugin-info__slider .slick-prev::before{background-image:url(/Theme/Air/src/img/arrows/arrow_left.png)}
.plugin-info__slider .slick-next{left:55px;right:auto}
.plugin-info__slider .slick-next::before{background-image:url(/Theme/Air/src/img/arrows/arrow_right.png)}
.plugin-info__slider .slick-dotted{margin-bottom:0}
.plugin-info__slider .slick-dots{display:none;top:392px;bottom:auto;left:10px;width:calc(100% - 2.5% - 70px)}
.plugin-info__slider .slick-dots li{width:100%;height:2px;margin:0}
.plugin-info__slider .slick-dots li button{width:100%;height:2px;background:#CECDDF;-webkit-transition:background 1s ease;transition:background 1s ease;padding:0}
.plugin-info__slider .slick-dots li button::before{display:none}
.plugin-info__slider .slick-dots li.slick-active button{background:#0E0947}
.plugin-info__slider .slick-slide{float:none;height:417px}
.plugin-info__slider--FAQ .slick-prev{left:-200px}
.plugin-info__slider--FAQ .slick-prev::after{background-image:url(/Theme/Air/src/img/arrows/arrow_left_blue.png)}
.plugin-info__slider--FAQ .slick-next{left:-145px}
.plugin-info__slider--FAQ .slick-next::after{background-image:url(/Theme/Air/src/img/arrows/arrow_right_blue.png)}
.plugin-info__slider--reviews .slick-prev{left:-330px}
.plugin-info__slider--reviews .slick-prev::after{background-image:url(/Theme/Air/src/img/arrows/arrow_left_purple.png)}
.plugin-info__slider--reviews .slick-next{left:-275px}
.plugin-info__slider--reviews .slick-next::after{background-image:url(/Theme/Air/src/img/arrows/arrow_right_purple.png)}
.plugin-info__slider--main-FAQ .slick-list,.plugin-info__slider--main-reviews .slick-list{padding-right:25.5%}
.plugin-info__item{position:relative;width:calc(100% - 20px);height:417px;border:2px solid #DED8FC;border-radius:20px;margin:10px;padding:30px 40px;-webkit-transition:background .5s ease,border-color .5s ease;transition:background .5s ease,border-color .5s ease;outline:0}
.plugin-info__item::before{content:'';position:absolute;z-index:1;opacity:1;top:0;left:0;width:100%;height:100%;background:linear-gradient(125deg,rgba(225,220,255,.75),rgba(222,216,252,.45));-webkit-transition:opacity .5s ease;transition:opacity .5s ease}
.plugin-info__item--main{cursor:pointer;width:calc(100% / 3 - 20px)}
.plugin-info__item--main:hover{background:rgba(255,255,255,.85);border-color:#FFF}
.plugin-info__item--main:hover::before{opacity:0}
.plugin-info__comment,.plugin-info__header,.plugin-info__question{position:relative;z-index:2}
.plugin-info__question h3,.plugin-info__username h3{margin:0;line-height:1.35;color:#0E0947;font-family:"Avenir Next",sans-serif;font-weight:700}
.plugin-info__question{max-height:72px}
.plugin-info__question h3{font-size:18px}
.plugin-info__question--wide{padding-right:45px}
.plugin-info__header{-ms-flex-wrap:wrap;flex-wrap:wrap}
.plugin-info__header--wide{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;padding-right:40px}
.plugin-info__image{width:80px}
.plugin-info__image img{display:block;max-width:80px;width:100%;margin:0 auto}
.plugin-info__information{width:calc(100% - 130px);padding:0 15px 0 30px}
.plugin-info__information--wide{max-width:225px}
.plugin-info__username{max-height:66px}
.plugin-info__username h3{font-size:24px}
.plugin-info__date{margin-top:5px}
.plugin-info__date p{line-height:1.35;color:#82828D;font-size:14px;font-weight:500}
.plugin-info__service{width:50px;text-align:right;font-size:0}
.plugin-info__service a{display:inline-block}
.plugin-info__comment{height:243px;margin-top:30px}
.plugin-info__comment p{line-height:1.5;font-size:18px;font-weight:500}
.plugin-info__comment--wide{overflow-x:hidden;overflow-y:auto}
.plugin-info__close{position:absolute;z-index:3;top:30px;right:30px;text-align:center}
.plugin-info__close button{overflow:hidden;cursor:pointer;position:relative;border:none;width:40px;height:40px;padding:0}
.plugin-info__close button::before{content:'×';position:absolute;top:-18px;left:-2px;-webkit-transition:color .5s ease;transition:color .5s ease;color:#0E0947;line-height:1;font-family:"Avenir Next",sans-serif;font-size:70px}
.plugin-info__close button:hover::before{color:#777}
.plugin-info__close--FAQ button:hover::before{color:#25D0E7}
.plugin-info__close--reviews button:hover::before{color:#CF1AFC}
.contacts .in{overflow:hidden;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:100px}
.contacts__info{width:calc(100% - 735px);padding-right:50px}
.contacts__title .ipWidget h2{background:-webkit-linear-gradient(120deg,#E44FA8 30%,#1A3EFC 70%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.contacts__text{padding-bottom:30px}
.contacts__text .ipWidget p{line-height:1.35;font-size:24px;font-weight:600}
.contacts__text--description{padding-bottom:75px}
.contacts__text--marker{position:relative;display:inline-block;padding-left:40px}
#fp-nav ul li a::before,.contacts__text--marker::before{position:absolute;content:''}
.contacts__text--marker::before{top:5px;left:0;width:25px;height:25px;background-position:50% 50%;background-repeat:no-repeat}
.contacts__text--phone::before{background-image:url(/Theme/Air/src/img/05_phone.png)}
.contacts__text--email::before{background-image:url(/Theme/Air/src/img/05_email.png)}
.contacts__text--address::before{background-image:url(/Theme/Air/src/img/05_address.png)}
.contacts__text--time::before{background-image:url(/Theme/Air/src/img/05_time.png)}
.contacts__map{width:735px}
.contacts__map .ipWidget ._delete{float:none}
.ipHasAdminNavbar #fp-nav{top:calc(50% + 40px)}
.ipHasAdminPanel #fp-nav{top:calc(50% + 148px)}
#fp-nav{-webkit-transform:translateY(-50%);transform:translateY(-50%);margin:0!important}
#fp-nav.left{left:calc(50% - 655px);float:none}
#fp-nav ul li{display:block;width:auto;height:auto;margin:0;padding:10px 5px}
#fp-nav ul li a{display:block;width:15px;height:30px;font-size:0}
#fp-nav ul li a::before{display:block;top:0;left:0;width:3px;height:100%;background:#CECDDF;-webkit-transition:width .3s ease,background .3s ease;transition:width .3s ease,background .3s ease}
#fp-nav ul li a span,.section__menu ul{display:none}
#fp-nav ul li a:hover::before{width:10px}
#fp-nav ul li a.active::before{background:#0E0947}
#fp-nav ul li:nth-child(1) a.active::before{background:#FC1A62}
#fp-nav ul li:nth-child(2) a.active::before{background:#0E0947}
#fp-nav ul li:nth-child(3) a.active::before{background:#25D0E7}
#fp-nav ul li:nth-child(4) a.active::before{background:#CF1AFC}
#fp-nav ul li:nth-child(5) a.active::before{background:#1A3EFC}
.ipHasAdminNavbar .section__menu{top:calc(50% + 20px)}
.ipHasAdminPanel .section__menu{top:calc(50% + 74px)}
.section{position:relative}
.section__menu{position:fixed;z-index:5;top:50%;left:calc(50% - 650px);-webkit-transform:translateY(-50%);transform:translateY(-50%)}
.section__menu ul.level1{display:block;margin:0;padding:0}
.section__menu ul.level1>li{padding:10px 5px;font-size:0}
.section__menu ul.level1>li>a{position:relative;display:inline-block;width:15px;height:30px;font-size:0}
.section__menu ul.level1>li>a::before{content:'';position:absolute;display:block;top:0;left:0;width:3px;height:100%;background:#CECDDF;-webkit-transition:width .3s ease,background .3s ease;transition:width .3s ease,background .3s ease}
.section__menu ul.level1>li>a:hover::before{width:10px}
.section__menu ul.level1>li.-hidden{display:none}
.section__menu ul.level1>li:nth-child(1).-current>a::before{background:#FC1A62}
.section__menu ul.level1>li:nth-child(2).-current>a::before{background:#0E0947}
.section__menu ul.level1>li:nth-child(3).-current>a::before{background:#25D0E7}
.section__menu ul.level1>li:nth-child(4).-current>a::before{background:#CF1AFC}
.section__menu ul.level1>li:nth-child(5).-current>a::before{background:#1A3EFC}
.section.-section-scroll{position:absolute;z-index:1;visibility:hidden;opacity:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:0;left:0;width:100%;height:100%}
.section.-active,.section.-scrollCurrentDown,.section.-scrollCurrentLeft,.section.-scrollCurrentRight,.section.-scrollCurrentUp,.section.-scrollNewDown,.section.-scrollNewLeft,.section.-scrollNewRight,.section.-scrollNewUp{visibility:visible;opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex}
.section.-active{z-index:2}
.section.-scrollCurrentDown,.section.-scrollNewDown{top:auto}
.section.-scrollCurrentRight,.section.-scrollNewRight{left:auto}
.section.-scrollNewDown,.section.-scrollNewLeft,.section.-scrollNewRight,.section.-scrollNewUp{z-index:3}
.section.-scrollCurrentUp{-webkit-animation:scrollCurrentUp 1.5s ease-in-out;animation:scrollCurrentUp 1.5s ease-in-out}
.section.-scrollCurrentDown{-webkit-animation:scrollCurrentDown 1.5s ease-in-out;animation:scrollCurrentDown 1.5s ease-in-out}
.section.-scrollNewUp{-webkit-animation:scrollNewUp 1.5s ease-in-out;animation:scrollNewUp 1.5s ease-in-out}
.section.-scrollNewDown{-webkit-animation:scrollNewDown 1.5s ease-in-out;animation:scrollNewDown 1.5s ease-in-out}
.section.-scrollCurrentLeft{-webkit-animation:scrollCurrentLeft 1.5s ease-in-out;animation:scrollCurrentLeft 1.5s ease-in-out}
.section.-scrollCurrentRight{-webkit-animation:scrollCurrentRight 1.5s ease-in-out;animation:scrollCurrentRight 1.5s ease-in-out}
.section.-scrollNewLeft{-webkit-animation:scrollNewLeft 1.5s ease-in-out;animation:scrollNewLeft 1.5s ease-in-out}
.section.-scrollNewRight{-webkit-animation:scrollNewRight 1.5s ease-in-out;animation:scrollNewRight 1.5s ease-in-out}
.section__background{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%}
.section__background img{display:block;margin:0 auto}
.section__background-item{position:absolute;background-position:50% 50%;background-repeat:no-repeat}
.banner.-active .banner__circle,.banner.-active .banner__cyberpunk,.banner.-active .banner__cyberpunk-text{opacity:1}
.banner.-scrollCurrentUp .banner__circle,.banner.-scrollCurrentUp .banner__cyberpunk,.banner.-scrollCurrentUp .banner__cyberpunk-text{opacity:0}
.banner.-scrollCurrentUp .banner__top-figure{-webkit-animation:UpCurTopFigureBanner 1.5s ease-in-out;animation:UpCurTopFigureBanner 1.5s ease-in-out}
.banner.-scrollCurrentUp .banner__bottom-figure{-webkit-animation:UpCurBotFigureBanner 1.5s ease-in-out;animation:UpCurBotFigureBanner 1.5s ease-in-out}
.banner.-scrollCurrentUp .banner__cyberpunk-text{-webkit-animation:UpCurCyberTextBanner 1.5s ease-in-out;animation:UpCurCyberTextBanner 1.5s ease-in-out}
.banner.-scrollCurrentUp .banner__cyberpunk{-webkit-animation:UpCurCyberBanner 1.5s ease-in-out;animation:UpCurCyberBanner 1.5s ease-in-out}
.banner.-scrollNewDown .banner__circle,.banner.-scrollNewDown .banner__cyberpunk,.banner.-scrollNewDown .banner__cyberpunk-text{-webkit-transition:opacity 2s ease;transition:opacity 2s ease;opacity:1}
.banner.-scrollNewDown .banner__top-figure{-webkit-animation:DownNewTopFigureBanner 1.5s ease-in-out;animation:DownNewTopFigureBanner 1.5s ease-in-out}
.banner.-scrollNewDown .banner__bottom-figure{-webkit-animation:DownNewBotFigureBanner 1.5s ease-in-out;animation:DownNewBotFigureBanner 1.5s ease-in-out}
.banner.-scrollNewDown .banner__cyberpunk-text{-webkit-animation:DownNewCyberTextBanner 1.5s ease-in-out;animation:DownNewCyberTextBanner 1.5s ease-in-out}
.banner.-scrollNewDown .banner__cyberpunk{-webkit-animation:DownNewCyberBanner 1.5s ease-in-out;animation:DownNewCyberBanner 1.5s ease-in-out}
.banner__circle,.banner__cyberpunk,.banner__cyberpunk-text{opacity:0;-webkit-transition:opacity 1s ease;transition:opacity 1s ease}
.banner__circle{top:-500px;left:calc(50% - 1325px);width:1229px;height:1233px}
.banner__top-figure{top:-235px;left:calc(50% - 415px);width:605px;height:496px}
.banner__bottom-figure{bottom:-350px;left:50%;width:893px;height:937px}
.banner__cyberpunk-text{bottom:55px;left:calc(50% + 550px);width:77px;height:538px}
.banner__cyberpunk{bottom:-30px;left:calc(50% + 175px);width:540px;height:538px}
.FAQ.-scrollCurrentUp .FAQ__top-figure{-webkit-animation:UpCurTopFigureFAQ 1.5s ease-in-out;animation:UpCurTopFigureFAQ 1.5s ease-in-out}
.FAQ.-scrollCurrentUp .FAQ__bottom-big-figure{-webkit-animation:UpCurBotBigFigureFAQ 1.5s ease-in-out;animation:UpCurBotBigFigureFAQ 1.5s ease-in-out}
.FAQ.-scrollCurrentUp .FAQ__bottom-small-figure{-webkit-animation:UpCurBotSmallFigureFAQ 1.5s ease-in-out;animation:UpCurBotSmallFigureFAQ 1.5s ease-in-out}
.FAQ.-scrollNewUp .FAQ__top-figure{-webkit-animation:UpNewTopFigureFAQ 1.5s ease-in-out;animation:UpNewTopFigureFAQ 1.5s ease-in-out}
.FAQ.-scrollNewUp .FAQ__bottom-big-figure{-webkit-animation:UpNewBotBigFigureFAQ 1.5s ease-in-out;animation:UpNewBotBigFigureFAQ 1.5s ease-in-out}
.FAQ.-scrollNewUp .FAQ__bottom-small-figure{-webkit-animation:UpNewBotSmallFigureFAQ 1.5s ease-in-out;animation:UpNewBotSmallFigureFAQ 1.5s ease-in-out}
.FAQ.-scrollCurrentDown .FAQ__top-figure{-webkit-animation:DownCurTopFigureFAQ 1.5s ease-in-out;animation:DownCurTopFigureFAQ 1.5s ease-in-out}
.FAQ.-scrollCurrentDown .FAQ__bottom-big-figure{-webkit-animation:DownCurBotBigFigureFAQ 1.5s ease-in-out;animation:DownCurBotBigFigureFAQ 1.5s ease-in-out}
.FAQ.-scrollCurrentDown .FAQ__bottom-small-figure{-webkit-animation:DownCurBotSmallFigureFAQ 1.5s ease-in-out;animation:DownCurBotSmallFigureFAQ 1.5s ease-in-out}
.FAQ.-scrollNewDown .FAQ__top-figure{-webkit-animation:DownNewTopFigureFAQ 1.5s ease-in-out;animation:DownNewTopFigureFAQ 1.5s ease-in-out}
.FAQ.-scrollNewDown .FAQ__bottom-big-figure{-webkit-animation:DownNewBotBigFigureFAQ 1.5s ease-in-out;animation:DownNewBotBigFigureFAQ 1.5s ease-in-out}
.FAQ.-scrollNewDown .FAQ__bottom-small-figure{-webkit-animation:DownNewBotSmallFigureFAQ 1.5s ease-in-out;animation:DownNewBotSmallFigureFAQ 1.5s ease-in-out}
.FAQ__top-figure{top:-185px;left:calc(50% - 295px);width:581px;height:438px}
.FAQ__bottom-big-figure{bottom:-120px;left:calc(50% + 350px);width:649px;height:652px}
.FAQ__bottom-small-figure{bottom:10px;left:calc(50% + 570px);width:296px;height:293px}
.reviews.-scrollCurrentUp .reviews__bottom-big-figure{-webkit-animation:UpCurBotBigFigureReviews 1.5s ease-in-out;animation:UpCurBotBigFigureReviews 1.5s ease-in-out}
.reviews.-scrollCurrentUp .reviews__bottom-small-figure{-webkit-animation:UpCurBotSmallFigureReviews 1.5s ease-in-out;animation:UpCurBotSmallFigureReviews 1.5s ease-in-out}
.reviews.-scrollCurrentUp .reviews__top-figure{-webkit-animation:UpCurTopFigureReviews 1.5s ease-in-out;animation:UpCurTopFigureReviews 1.5s ease-in-out}
.reviews.-scrollNewUp .reviews__bottom-big-figure{-webkit-animation:UpNewBotBigFigureReviews 1.5s ease-in-out;animation:UpNewBotBigFigureReviews 1.5s ease-in-out}
.reviews.-scrollNewUp .reviews__bottom-small-figure{-webkit-animation:UpNewBotSmallFigureReviews 1.5s ease-in-out;animation:UpNewBotSmallFigureReviews 1.5s ease-in-out}
.reviews.-scrollNewUp .reviews__top-figure{-webkit-animation:UpNewTopFigureReviews 1.5s ease-in-out;animation:UpNewTopFigureReviews 1.5s ease-in-out}
.reviews.-scrollCurrentDown .reviews__bottom-big-figure{-webkit-animation:DownCurBotBigFigureReviews 1.5s ease-in-out;animation:DownCurBotBigFigureReviews 1.5s ease-in-out}
.reviews.-scrollCurrentDown .reviews__bottom-small-figure{-webkit-animation:DownCurBotSmallFigureReviews 1.5s ease-in-out;animation:DownCurBotSmallFigureReviews 1.5s ease-in-out}
.reviews.-scrollCurrentDown .reviews__top-figure{-webkit-animation:DownCurTopFigureReviews 1.5s ease-in-out;animation:DownCurTopFigureReviews 1.5s ease-in-out}
.reviews.-scrollNewDown .reviews__bottom-big-figure{-webkit-animation:DownNewBotBigFigureReviews 1.5s ease-in-out;animation:DownNewBotBigFigureReviews 1.5s ease-in-out}
.reviews.-scrollNewDown .reviews__bottom-small-figure{-webkit-animation:DownNewBotSmallFigureReviews 1.5s ease-in-out;animation:DownNewBotSmallFigureReviews 1.5s ease-in-out}
.reviews.-scrollNewDown .reviews__top-figure{-webkit-animation:DownNewTopFigureReviews 1.5s ease-in-out;animation:DownNewTopFigureReviews 1.5s ease-in-out}
.reviews__bottom-big-figure{bottom:-500px;left:calc(50% - 225px);width:1285px;height:912px}
.reviews__bottom-small-figure{bottom:-325px;left:50%;width:799px;height:545px}
.reviews__top-figure{top:-195px;left:calc(50% - 410px);width:395px;height:390px}
.contacts.-scrollNewUp .contacts__top-big-figure{-webkit-animation:UpNewTopBigFigureContacts 1.5s ease-in-out;animation:UpNewTopBigFigureContacts 1.5s ease-in-out}
.contacts.-scrollNewUp .contacts__top-small-figure{-webkit-animation:UpNewTopSmallFigureContacts 1.5s ease-in-out;animation:UpNewTopSmallFigureContacts 1.5s ease-in-out}
.contacts.-scrollNewUp .contacts__bottom-figure{-webkit-animation:UpNewBotFigureContacts 1.5s ease-in-out;animation:UpNewBotFigureContacts 1.5s ease-in-out}
.contacts.-scrollCurrentDown .contacts__top-big-figure{-webkit-animation:DownCurTopBigFigureContacts 1.5s ease-in-out;animation:DownCurTopBigFigureContacts 1.5s ease-in-out}
.contacts.-scrollCurrentDown .contacts__top-small-figure{-webkit-animation:DownCurTopSmallFigureContacts 1.5s ease-in-out;animation:DownCurTopSmallFigureContacts 1.5s ease-in-out}
.contacts.-scrollCurrentDown .contacts__bottom-figure{-webkit-animation:DownCurBotFigureContacts 1.5s ease-in-out;animation:DownCurBotFigureContacts 1.5s ease-in-out}
.contacts__top-big-figure{top:-135px;left:calc(50% - 350px);width:251px;height:227px}
.contacts__top-small-figure{top:25px;left:calc(50% - 275px);width:96px;height:99px}
.contacts__bottom-figure{bottom:-595px;left:calc(50% - 315px);width:1508px;height:1284px}
.services__status.-active .services__status-circle{opacity:1}
.services__status.-scrollCurrentUp .services__status-circle{opacity:0}
.services__status.-scrollCurrentUp .services__status-left-big-figure{-webkit-animation:UpCurLeftBigFigureStatus 1.5s ease-in-out;animation:UpCurLeftBigFigureStatus 1.5s ease-in-out}
.services__status.-scrollCurrentUp .services__status-right-big-figure{-webkit-animation:UpCurRightBigFigureStatus 1.5s ease-in-out;animation:UpCurRightBigFigureStatus 1.5s ease-in-out}
.services__status.-scrollCurrentUp .services__status-bottom-small-figure{-webkit-animation:UpCurBotSmallFigureStatus 1.5s ease-in-out;animation:UpCurBotSmallFigureStatus 1.5s ease-in-out}
.services__status.-scrollCurrentUp .services__status-top-small-figure{-webkit-animation:UpCurTopSmallFigureStatus 1.5s ease-in-out;animation:UpCurTopSmallFigureStatus 1.5s ease-in-out}
.services__status.-scrollNewUp .services__status-circle{-webkit-transition:opacity 2s ease;transition:opacity 2s ease;opacity:1}
.services__status.-scrollNewUp .services__status-left-big-figure{-webkit-animation:UpNewLeftBigFigureStatus 1.5s ease-in-out;animation:UpNewLeftBigFigureStatus 1.5s ease-in-out}
.services__status.-scrollNewUp .services__status-right-big-figure{-webkit-animation:UpNewRightBigFigureStatus 1.5s ease-in-out;animation:UpNewRightBigFigureStatus 1.5s ease-in-out}
.services__status.-scrollNewUp .services__status-bottom-small-figure{-webkit-animation:UpNewBotSmallFigureStatus 1.5s ease-in-out;animation:UpNewBotSmallFigureStatus 1.5s ease-in-out}
.services__status.-scrollNewUp .services__status-top-small-figure{-webkit-animation:UpNewTopSmallFigureStatus 1.5s ease-in-out;animation:UpNewTopSmallFigureStatus 1.5s ease-in-out}
.services__status.-scrollCurrentDown .services__status-circle{opacity:0}
.services__status.-scrollCurrentDown .services__status-left-big-figure{-webkit-animation:DownCurLeftBigFigureStatus 1.5s ease-in-out;animation:DownCurLeftBigFigureStatus 1.5s ease-in-out}
.services__status.-scrollCurrentDown .services__status-right-big-figure{-webkit-animation:DownCurRightBigFigureStatus 1.5s ease-in-out;animation:DownCurRightBigFigureStatus 1.5s ease-in-out}
.services__status.-scrollCurrentDown .services__status-bottom-small-figure{-webkit-animation:DownCurBotSmallFigureStatus 1.5s ease-in-out;animation:DownCurBotSmallFigureStatus 1.5s ease-in-out}
.services__status.-scrollCurrentDown .services__status-top-small-figure{-webkit-animation:DownCurTopSmallFigureStatus 1.5s ease-in-out;animation:DownCurTopSmallFigureStatus 1.5s ease-in-out}
.services__status.-scrollNewDown .services__status-circle{-webkit-transition:opacity 2s ease;transition:opacity 2s ease;opacity:1}
.services__status.-scrollNewDown .services__status-left-big-figure{-webkit-animation:DownNewLeftBigFigureStatus 1.5s ease-in-out;animation:DownNewLeftBigFigureStatus 1.5s ease-in-out}
.services__status.-scrollNewDown .services__status-right-big-figure{-webkit-animation:DownNewRightBigFigureStatus 1.5s ease-in-out;animation:DownNewRightBigFigureStatus 1.5s ease-in-out}
.services__status.-scrollNewDown .services__status-bottom-small-figure{-webkit-animation:DownNewBotSmallFigureStatus 1.5s ease-in-out;animation:DownNewBotSmallFigureStatus 1.5s ease-in-out}
.services__status.-scrollNewDown .services__status-top-small-figure{-webkit-animation:DownNewTopSmallFigureStatus 1.5s ease-in-out;animation:DownNewTopSmallFigureStatus 1.5s ease-in-out}
.services__status.-scrollCurrentRight .services__status-background,.services__status.-scrollNewLeft .services__status-background{overflow:hidden;position:fixed;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);max-width:1920px;width:100%;height:100%}
.services__status.-scrollCurrentRight .services__status-circle{opacity:0}
.services__status.-scrollCurrentRight .services__status-left-big-figure{-webkit-animation:RightCurLeftBigFigureStatus 1.5s ease-in-out;animation:RightCurLeftBigFigureStatus 1.5s ease-in-out}
.services__status.-scrollCurrentRight .services__status-right-big-figure{-webkit-animation:RightCurRightBigFigureStatus 1.5s ease-in-out;animation:RightCurRightBigFigureStatus 1.5s ease-in-out}
.services__status.-scrollCurrentRight .services__status-bottom-small-figure{-webkit-animation:RightCurBotSmallFigureStatus 1.5s ease-in-out;animation:RightCurBotSmallFigureStatus 1.5s ease-in-out}
.services__status.-scrollCurrentRight .services__status-top-small-figure{-webkit-animation:RightCurTopSmallFigureStatus 1.5s ease-in-out;animation:RightCurTopSmallFigureStatus 1.5s ease-in-out}
.services__status.-scrollNewLeft .services__status-circle{-webkit-transition:opacity 2s ease;transition:opacity 2s ease;opacity:1}
.services__status.-scrollNewLeft .services__status-left-big-figure{-webkit-animation:LeftNewLeftBigFigureStatus 1.5s ease-in-out;animation:LeftNewLeftBigFigureStatus 1.5s ease-in-out}
.services__status.-scrollNewLeft .services__status-right-big-figure{-webkit-animation:LeftNewRightBigFigureStatus 1.5s ease-in-out;animation:LeftNewRightBigFigureStatus 1.5s ease-in-out}
.services__status.-scrollNewLeft .services__status-bottom-small-figure{-webkit-animation:LeftNewBotSmallFigureStatus 1.5s ease-in-out;animation:LeftNewBotSmallFigureStatus 1.5s ease-in-out}
.services__status.-scrollNewLeft .services__status-top-small-figure{-webkit-animation:LeftNewTopSmallFigureStatus 1.5s ease-in-out;animation:LeftNewTopSmallFigureStatus 1.5s ease-in-out}
.services__status-circle{opacity:0;-webkit-transition:opacity 1s ease;transition:opacity 1s ease;top:-1085px;left:calc(50% - 1225px);width:1764px;height:1768px}
.services__status-left-big-figure{bottom:-265px;left:calc(50% + 155px);width:656px;height:823px}
.services__status-right-big-figure{bottom:-175px;left:calc(50% + 390px);width:619px;height:712px}
.services__status-bottom-small-figure{bottom:40px;left:calc(50% - 600px);width:197px;height:207px}
.services__status-top-small-figure{top:-75px;left:calc(50% - 285px);width:165px;height:148px}
.services__physical .section__background.-problem .services__physical-problem-bottom-figure{bottom:-670px;left:calc(50% - 15px)}
.services__physical .section__background.-problem .services__physical-solve-bottom-figure{visibility:hidden;bottom:-1175px;left:calc(50% - 250px)}
.services__physical .section__background.-problem .services__physical-problem-top-figure{top:-120px;left:calc(50% - 400px)}
.services__physical .section__background.-problem .services__physical-solve-top-figure{visibility:hidden;top:-750px;left:calc(50% - 550px)}
.services__physical .section__background.-problem .services__physical-middle-small-figure{top:30px;left:calc(50% - 180px)}
.services__physical .section__background.-problem .services__physical-middle-big-figure{bottom:600px;left:calc(50% + 415px)}
.services__physical .section__background.-problem.-animation .services__physical-problem-bottom-figure{-webkit-animation:PrevProblemBottomFigurePhysical 1.5s ease-in-out;animation:PrevProblemBottomFigurePhysical 1.5s ease-in-out}
.services__physical .section__background.-problem.-animation .services__physical-solve-bottom-figure{visibility:visible;bottom:-475px;left:calc(50% + 155px);-webkit-animation:PrevSolveBottomFigurePhysical 1.5s ease-in-out;animation:PrevSolveBottomFigurePhysical 1.5s ease-in-out}
.services__physical .section__background.-problem.-animation .services__physical-problem-top-figure{-webkit-animation:PrevProblemTopFigurePhysical 1.5s ease-in-out;animation:PrevProblemTopFigurePhysical 1.5s ease-in-out}
.services__physical .section__background.-problem.-animation .services__physical-solve-top-figure{visibility:visible;top:-515px;left:calc(50% - 425px);-webkit-animation:PrevSolveTopFigurePhysical 1.5s ease-in-out;animation:PrevSolveTopFigurePhysical 1.5s ease-in-out}
.services__physical .section__background.-problem.-animation .services__physical-middle-small-figure{-webkit-animation:PrevMidSmallFigurePhysical 1.5s ease-in-out;animation:PrevMidSmallFigurePhysical 1.5s ease-in-out}
.services__physical .section__background.-problem.-animation .services__physical-middle-big-figure{-webkit-animation:PrevMidBigFigurePhysical 1.5s ease-in-out;animation:PrevMidBigFigurePhysical 1.5s ease-in-out}
.services__physical .section__background.-solve .services__physical-problem-bottom-figure{visibility:hidden;bottom:-2000px;left:calc(50% + 450px)}
.services__physical .section__background.-solve .services__physical-solve-bottom-figure{bottom:-475px;left:calc(50% + 155px)}
.services__physical .section__background.-solve .services__physical-problem-top-figure{visibility:hidden;top:-350px;left:calc(50% - 150px)}
.services__physical .section__background.-solve .services__physical-solve-top-figure{top:-515px;left:calc(50% - 425px)}
.services__physical .section__background.-solve .services__physical-middle-small-figure{top:20px;left:calc(50% + 55px)}
.services__physical .section__background.-solve .services__physical-middle-big-figure{bottom:20px;left:calc(50% - 115px)}
.services__physical .section__background.-solve.-animation .services__physical-problem-bottom-figure{visibility:visible;bottom:-670px;left:calc(50% - 15px);-webkit-animation:NextProblemBottomFigurePhysical 1.5s ease-in-out;animation:NextProblemBottomFigurePhysical 1.5s ease-in-out}
.services__physical .section__background.-solve.-animation .services__physical-solve-bottom-figure{-webkit-animation:NextSolveBottomFigurePhysical 1.5s ease-in-out;animation:NextSolveBottomFigurePhysical 1.5s ease-in-out}
.services__physical .section__background.-solve.-animation .services__physical-problem-top-figure{visibility:visible;top:-120px;left:calc(50% - 400px);-webkit-animation:NextProblemTopFigurePhysical 1.5s ease-in-out;animation:NextProblemTopFigurePhysical 1.5s ease-in-out}
.clear,.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}
.services__physical .section__background.-solve.-animation .services__physical-solve-top-figure{-webkit-animation:NextSolveTopFigurePhysical 1.5s ease-in-out;animation:NextSolveTopFigurePhysical 1.5s ease-in-out}
.services__physical .section__background.-solve.-animation .services__physical-middle-small-figure{-webkit-animation:NextMidSmallFigurePhysical 1.5s ease-in-out;animation:NextMidSmallFigurePhysical 1.5s ease-in-out}
.services__physical .section__background.-solve.-animation .services__physical-middle-big-figure{-webkit-animation:NextMidBigFigurePhysical 1.5s ease-in-out;animation:NextMidBigFigurePhysical 1.5s ease-in-out}
.services__physical.-active .services__physical-circle{opacity:1}
.services__physical.-scrollCurrentUp .section__background .services__physical-circle{opacity:0}
.services__physical.-scrollCurrentUp .section__background.-problem .services__physical-problem-bottom-figure{-webkit-animation:UpCurProblemBottomFigurePhysical 1.5s ease-in-out;animation:UpCurProblemBottomFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollCurrentUp .section__background.-problem .services__physical-problem-top-figure{-webkit-animation:UpCurProblemTopFigurePhysical 1.5s ease-in-out;animation:UpCurProblemTopFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollCurrentUp .section__background.-problem .services__physical-middle-small-figure{-webkit-animation:UpCurProblemMidSmallFigurePhysical 1.5s ease-in-out;animation:UpCurProblemMidSmallFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollCurrentUp .section__background.-problem .services__physical-middle-big-figure{-webkit-animation:UpCurProblemMidBigFigurePhysical 1.5s ease-in-out;animation:UpCurProblemMidBigFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollCurrentUp .section__background.-solve .services__physical-solve-bottom-figure{-webkit-animation:UpCurSolveBottomFigurePhysical 1.5s ease-in-out;animation:UpCurSolveBottomFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollCurrentUp .section__background.-solve .services__physical-solve-top-figure{-webkit-animation:UpCurSolveTopFigurePhysical 1.5s ease-in-out;animation:UpCurSolveTopFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollCurrentUp .section__background.-solve .services__physical-middle-small-figure{-webkit-animation:UpCurSolveMidSmallFigurePhysical 1.5s ease-in-out;animation:UpCurSolveMidSmallFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollCurrentUp .section__background.-solve .services__physical-middle-big-figure{-webkit-animation:UpCurSolveMidBigFigurePhysical 1.5s ease-in-out;animation:UpCurSolveMidBigFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollNewUp .section__background .services__physical-circle{-webkit-transition:opacity 2s ease;transition:opacity 2s ease;opacity:1}
.services__physical.-scrollNewUp .section__background.-problem .services__physical-problem-bottom-figure{-webkit-animation:UpNewProblemBottomFigurePhysical 1.5s ease-in-out;animation:UpNewProblemBottomFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollNewUp .section__background.-problem .services__physical-problem-top-figure{-webkit-animation:UpNewProblemTopFigurePhysical 1.5s ease-in-out;animation:UpNewProblemTopFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollNewUp .section__background.-problem .services__physical-middle-small-figure{-webkit-animation:UpNewProblemMidSmallFigurePhysical 1.5s ease-in-out;animation:UpNewProblemMidSmallFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollNewUp .section__background.-problem .services__physical-middle-big-figure{-webkit-animation:UpNewProblemMidBigFigurePhysical 1.5s ease-in-out;animation:UpNewProblemMidBigFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollNewUp .section__background.-solve .services__physical-solve-bottom-figure{-webkit-animation:UpNewSolveBottomFigurePhysical 1.5s ease-in-out;animation:UpNewSolveBottomFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollNewUp .section__background.-solve .services__physical-solve-top-figure{-webkit-animation:UpNewSolveTopFigurePhysical 1.5s ease-in-out;animation:UpNewSolveTopFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollNewUp .section__background.-solve .services__physical-middle-small-figure{-webkit-animation:UpNewSolveMidSmallFigurePhysical 1.5s ease-in-out;animation:UpNewSolveMidSmallFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollNewUp .section__background.-solve .services__physical-middle-big-figure{-webkit-animation:UpNewSolveMidBigFigurePhysical 1.5s ease-in-out;animation:UpNewSolveMidBigFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollCurrentDown .section__background .services__physical-circle{opacity:0}
.services__physical.-scrollCurrentDown .section__background.-problem .services__physical-problem-bottom-figure{-webkit-animation:DownCurProblemBottomFigurePhysical 1.5s ease-in-out;animation:DownCurProblemBottomFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollCurrentDown .section__background.-problem .services__physical-problem-top-figure{-webkit-animation:DownCurProblemTopFigurePhysical 1.5s ease-in-out;animation:DownCurProblemTopFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollCurrentDown .section__background.-problem .services__physical-middle-small-figure{-webkit-animation:DownCurProblemMidSmallFigurePhysical 1.5s ease-in-out;animation:DownCurProblemMidSmallFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollCurrentDown .section__background.-problem .services__physical-middle-big-figure{-webkit-animation:DownCurProblemMidBigFigurePhysical 1.5s ease-in-out;animation:DownCurProblemMidBigFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollCurrentDown .section__background.-solve .services__physical-solve-bottom-figure{-webkit-animation:DownCurSolveBottomFigurePhysical 1.5s ease-in-out;animation:DownCurSolveBottomFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollCurrentDown .section__background.-solve .services__physical-solve-top-figure{-webkit-animation:DownCurSolveTopFigurePhysical 1.5s ease-in-out;animation:DownCurSolveTopFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollCurrentDown .section__background.-solve .services__physical-middle-small-figure{-webkit-animation:DownCurSolveMidSmallFigurePhysical 1.5s ease-in-out;animation:DownCurSolveMidSmallFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollCurrentDown .section__background.-solve .services__physical-middle-big-figure{-webkit-animation:DownCurSolveMidBigFigurePhysical 1.5s ease-in-out;animation:DownCurSolveMidBigFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollNewDown .section__background .services__physical-circle{-webkit-transition:opacity 2s ease;transition:opacity 2s ease;opacity:1}
.services__physical.-scrollNewDown .section__background.-problem .services__physical-problem-bottom-figure{-webkit-animation:DownNewProblemBottomFigurePhysical 1.5s ease-in-out;animation:DownNewProblemBottomFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollNewDown .section__background.-problem .services__physical-problem-top-figure{-webkit-animation:DownNewProblemTopFigurePhysical 1.5s ease-in-out;animation:DownNewProblemTopFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollNewDown .section__background.-problem .services__physical-middle-small-figure{-webkit-animation:DownNewProblemMidSmallFigurePhysical 1.5s ease-in-out;animation:DownNewProblemMidSmallFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollNewDown .section__background.-problem .services__physical-middle-big-figure{-webkit-animation:DownNewProblemMidBigFigurePhysical 1.5s ease-in-out;animation:DownNewProblemMidBigFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollNewDown .section__background.-solve .services__physical-solve-bottom-figure{-webkit-animation:DownNewSolveBottomFigurePhysical 1.5s ease-in-out;animation:DownNewSolveBottomFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollNewDown .section__background.-solve .services__physical-solve-top-figure{-webkit-animation:DownNewSolveTopFigurePhysical 1.5s ease-in-out;animation:DownNewSolveTopFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollNewDown .section__background.-solve .services__physical-middle-small-figure{-webkit-animation:DownNewSolveMidSmallFigurePhysical 1.5s ease-in-out;animation:DownNewSolveMidSmallFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollNewDown .section__background.-solve .services__physical-middle-big-figure{-webkit-animation:DownNewSolveMidBigFigurePhysical 1.5s ease-in-out;animation:DownNewSolveMidBigFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollCurrentLeft .services__physical-background,.services__physical.-scrollCurrentRight .services__physical-background,.services__physical.-scrollNewLeft .services__physical-background,.services__physical.-scrollNewRight .services__physical-background{overflow:hidden;position:fixed;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);max-width:1920px;width:100%;height:100%}
.services__physical.-scrollCurrentRight .section__background.-solve .services__physical-circle{opacity:0}
.services__physical.-scrollCurrentRight .section__background.-solve .services__physical-solve-bottom-figure{-webkit-animation:RightCurSolveBottomFigurePhysical 1.5s ease-in-out;animation:RightCurSolveBottomFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollCurrentRight .section__background.-solve .services__physical-solve-top-figure{-webkit-animation:RightCurSolveTopFigurePhysical 1.5s ease-in-out;animation:RightCurSolveTopFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollCurrentRight .section__background.-solve .services__physical-middle-small-figure{-webkit-animation:RightCurSolveMidSmallFigurePhysical 1.5s ease-in-out;animation:RightCurSolveMidSmallFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollCurrentRight .section__background.-solve .services__physical-middle-big-figure{-webkit-animation:RightCurSolveMidBigFigurePhysical 1.5s ease-in-out;animation:RightCurSolveMidBigFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollNewRight .section__background.-problem .services__physical-circle{-webkit-transition:opacity 2s ease;transition:opacity 2s ease;opacity:1}
.services__physical.-scrollCurrentLeft .section__background.-problem .services__physical-circle,.services__physical.-scrollNewLeft .section__background.-solve .services__physical-circle{opacity:0}
.services__physical.-scrollNewRight .section__background.-problem .services__physical-problem-bottom-figure{-webkit-animation:RightNewProblemBottomFigurePhysical 1.5s ease-in-out;animation:RightNewProblemBottomFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollNewRight .section__background.-problem .services__physical-problem-top-figure{-webkit-animation:RightNewProblemTopFigurePhysical 1.5s ease-in-out;animation:RightNewProblemTopFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollNewRight .section__background.-problem .services__physical-middle-small-figure{-webkit-animation:RightNewProblemMidSmallFigurePhysical 1.5s ease-in-out;animation:RightNewProblemMidSmallFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollNewRight .section__background.-problem .services__physical-middle-big-figure{-webkit-animation:RightNewProblemMidBigFigurePhysical 1.5s ease-in-out;animation:RightNewProblemMidBigFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollCurrentLeft .section__background.-problem .services__physical-problem-bottom-figure{-webkit-animation:LeftCurProblemBottomFigurePhysical 1.5s ease-in-out;animation:LeftCurProblemBottomFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollCurrentLeft .section__background.-problem .services__physical-problem-top-figure{-webkit-animation:LeftCurProblemTopFigurePhysical 1.5s ease-in-out;animation:LeftCurProblemTopFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollCurrentLeft .section__background.-problem .services__physical-middle-small-figure{-webkit-animation:LeftCurProblemMidSmallFigurePhysical 1.5s ease-in-out;animation:LeftCurProblemMidSmallFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollCurrentLeft .section__background.-problem .services__physical-middle-big-figure{-webkit-animation:LeftCurProblemMidBigFigurePhysical 1.5s ease-in-out;animation:LeftCurProblemMidBigFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollNewLeft .section__background.-solve .services__physical-solve-bottom-figure{-webkit-animation:LeftNewSolveBottomFigurePhysical 1.5s ease-in-out;animation:LeftNewSolveBottomFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollNewLeft .section__background.-solve .services__physical-solve-top-figure{-webkit-animation:LeftNewSolveTopFigurePhysical 1.5s ease-in-out;animation:LeftNewSolveTopFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollNewLeft .section__background.-solve .services__physical-middle-small-figure{-webkit-animation:LeftNewSolveMidSmallFigurePhysical 1.5s ease-in-out;animation:LeftNewSolveMidSmallFigurePhysical 1.5s ease-in-out}
.services__physical.-scrollNewLeft .section__background.-solve .services__physical-middle-big-figure{-webkit-animation:LeftNewSolveMidBigFigurePhysical 1.5s ease-in-out;animation:LeftNewSolveMidBigFigurePhysical 1.5s ease-in-out}
.services__physical-circle{opacity:0;-webkit-transition:opacity 1s ease;transition:opacity 1s ease;top:calc(50% - 616.5px);left:calc(50% - 1185px);width:1233px;height:1229px}
.services__physical-problem-bottom-figure{width:1233px;height:1345px}
.services__physical-solve-bottom-figure{width:799px;height:798px}
.services__physical-problem-top-figure{width:248px;height:247px}
.services__physical-solve-top-figure{width:546px;height:660px}
.services__physical-middle-small-figure{width:50px;height:51px}
.services__physical-middle-big-figure{width:98px;height:99px}
.services__juridical .section__background.-problem .services__juridical-left-big-figure{bottom:-450px;left:calc(50% - 250px)}
.services__juridical .section__background.-problem .services__juridical-right-big-figure{bottom:-310px;left:calc(50% - 350px)}
.services__juridical .section__background.-problem .services__juridical-bottom-small-figure{bottom:-10px;left:calc(50% + 355px)}
.services__juridical .section__background.-problem .services__juridical-top-small-figure{top:-75px;left:calc(50% + 100px)}
.services__juridical .section__background.-problem.-animation .services__juridical-left-big-figure{bottom:-230px;left:calc(50% + 85px);-webkit-transform:rotate(-65deg);transform:rotate(-65deg);-webkit-animation:PrevLeftBigFigureJuridical 1.5s ease-in-out;animation:PrevLeftBigFigureJuridical 1.5s ease-in-out}
.services__juridical .section__background.-problem.-animation .services__juridical-right-big-figure{bottom:-40px;left:calc(50% + 395px);-webkit-transform:rotate(-125deg);transform:rotate(-125deg);-webkit-animation:PrevRightBigFigureJuridical 1.5s ease-in-out;animation:PrevRightBigFigureJuridical 1.5s ease-in-out}
.services__juridical .section__background.-problem.-animation .services__juridical-bottom-small-figure{bottom:-50px;left:calc(50% + 295px);-webkit-animation:PrevBottomSmallFigureJuridical 1.5s ease-in-out;animation:PrevBottomSmallFigureJuridical 1.5s ease-in-out}
.services__juridical .section__background.-problem.-animation .services__juridical-top-small-figure{top:-75px;left:calc(50% - 75px);-webkit-animation:PrevTopSmallFigureJuridical 1.5s ease-in-out;animation:PrevTopSmallFigureJuridical 1.5s ease-in-out}
.services__juridical .section__background.-solve .services__juridical-left-big-figure{bottom:-230px;left:calc(50% + 85px);-webkit-transform:rotate(-65deg);transform:rotate(-65deg)}
.services__juridical .section__background.-solve .services__juridical-right-big-figure{bottom:-40px;left:calc(50% + 395px);-webkit-transform:rotate(-125deg);transform:rotate(-125deg)}
.services__juridical .section__background.-solve .services__juridical-bottom-small-figure{bottom:-50px;left:calc(50% + 295px)}
.services__juridical .section__background.-solve .services__juridical-top-small-figure{top:-75px;left:calc(50% - 75px)}
.services__juridical .section__background.-solve.-animation .services__juridical-left-big-figure{bottom:-450px;left:calc(50% - 250px);-webkit-animation:NextLeftBigFigureJuridical 1.5s ease-in-out;animation:NextLeftBigFigureJuridical 1.5s ease-in-out}
.services__juridical .section__background.-solve.-animation .services__juridical-right-big-figure{bottom:-310px;left:calc(50% - 350px);-webkit-animation:NextRightBigFigureJuridical 1.5s ease-in-out;animation:NextRightBigFigureJuridical 1.5s ease-in-out}
.services__juridical .section__background.-solve.-animation .services__juridical-bottom-small-figure{bottom:-10px;left:calc(50% + 355px);-webkit-animation:NextBottomSmallFigureJuridical 1.5s ease-in-out;animation:NextBottomSmallFigureJuridical 1.5s ease-in-out}
.services__juridical .section__background.-solve.-animation .services__juridical-top-small-figure{top:-75px;left:calc(50% + 100px);-webkit-animation:NextTopSmallFigureJuridical 1.5s ease-in-out;animation:NextTopSmallFigureJuridical 1.5s ease-in-out}
.services__juridical.-active .services__juridical-circle{opacity:1}
.services__juridical.-scrollCurrentUp .section__background .services__juridical-circle{opacity:0}
.services__juridical.-scrollCurrentUp .section__background.-problem .services__juridical-left-big-figure{-webkit-animation:UpCurProblemLeftBigFigureJuridical 1.5s ease-in-out;animation:UpCurProblemLeftBigFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollCurrentUp .section__background.-problem .services__juridical-right-big-figure{-webkit-animation:UpCurProblemRightBigFigureJuridical 1.5s ease-in-out;animation:UpCurProblemRightBigFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollCurrentUp .section__background.-problem .services__juridical-bottom-small-figure{-webkit-animation:UpCurProblemBottomSmallFigureJuridical 1.5s ease-in-out;animation:UpCurProblemBottomSmallFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollCurrentUp .section__background.-problem .services__juridical-top-small-figure{-webkit-animation:UpCurProblemTopSmallFigureJuridical 1.5s ease-in-out;animation:UpCurProblemTopSmallFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollCurrentUp .section__background.-solve .services__juridical-left-big-figure{-webkit-animation:UpCurSolveLeftBigFigureJuridical 1.5s ease-in-out;animation:UpCurSolveLeftBigFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollCurrentUp .section__background.-solve .services__juridical-right-big-figure{-webkit-animation:UpCurSolveRightBigFigureJuridical 1.5s ease-in-out;animation:UpCurSolveRightBigFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollCurrentUp .section__background.-solve .services__juridical-bottom-small-figure{-webkit-animation:UpCurSolveBottomSmallFigureJuridical 1.5s ease-in-out;animation:UpCurSolveBottomSmallFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollCurrentUp .section__background.-solve .services__juridical-top-small-figure{-webkit-animation:UpCurSolveTopSmallFigureJuridical 1.5s ease-in-out;animation:UpCurSolveTopSmallFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollNewUp .section__background .services__juridical-circle{-webkit-transition:opacity 2s ease;transition:opacity 2s ease;opacity:1}
.services__juridical.-scrollNewUp .section__background.-problem .services__juridical-left-big-figure{-webkit-animation:UpNewProblemLeftBigFigureJuridical 1.5s ease-in-out;animation:UpNewProblemLeftBigFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollNewUp .section__background.-problem .services__juridical-right-big-figure{-webkit-animation:UpNewProblemRightBigFigureJuridical 1.5s ease-in-out;animation:UpNewProblemRightBigFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollNewUp .section__background.-problem .services__juridical-bottom-small-figure{-webkit-animation:UpNewProblemBottomSmallFigureJuridical 1.5s ease-in-out;animation:UpNewProblemBottomSmallFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollNewUp .section__background.-problem .services__juridical-top-small-figure{-webkit-animation:UpNewProblemTopSmallFigureJuridical 1.5s ease-in-out;animation:UpNewProblemTopSmallFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollNewUp .section__background.-solve .services__juridical-left-big-figure{-webkit-animation:UpNewSolveLeftBigFigureJuridical 1.5s ease-in-out;animation:UpNewSolveLeftBigFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollNewUp .section__background.-solve .services__juridical-right-big-figure{-webkit-animation:UpNewSolveRightBigFigureJuridical 1.5s ease-in-out;animation:UpNewSolveRightBigFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollNewUp .section__background.-solve .services__juridical-bottom-small-figure{-webkit-animation:UpNewSolveBottomSmallFigureJuridical 1.5s ease-in-out;animation:UpNewSolveBottomSmallFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollNewUp .section__background.-solve .services__juridical-top-small-figure{-webkit-animation:UpNewSolveTopSmallFigureJuridical 1.5s ease-in-out;animation:UpNewSolveTopSmallFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollCurrentDown .section__background .services__juridical-circle{opacity:0}
.services__juridical.-scrollCurrentDown .section__background.-problem .services__juridical-left-big-figure{-webkit-animation:DownCurProblemLeftBigFigureJuridical 1.5s ease-in-out;animation:DownCurProblemLeftBigFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollCurrentDown .section__background.-problem .services__juridical-right-big-figure{-webkit-animation:DownCurProblemRightBigFigureJuridical 1.5s ease-in-out;animation:DownCurProblemRightBigFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollCurrentDown .section__background.-problem .services__juridical-bottom-small-figure{-webkit-animation:DownCurProblemBottomSmallFigureJuridical 1.5s ease-in-out;animation:DownCurProblemBottomSmallFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollCurrentDown .section__background.-problem .services__juridical-top-small-figure{-webkit-animation:DownCurProblemTopSmallFigureJuridical 1.5s ease-in-out;animation:DownCurProblemTopSmallFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollCurrentDown .section__background.-solve .services__juridical-left-big-figure{-webkit-animation:DownCurSolveLeftBigFigureJuridical 1.5s ease-in-out;animation:DownCurSolveLeftBigFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollCurrentDown .section__background.-solve .services__juridical-right-big-figure{-webkit-animation:DownCurSolveRightBigFigureJuridical 1.5s ease-in-out;animation:DownCurSolveRightBigFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollCurrentDown .section__background.-solve .services__juridical-bottom-small-figure{-webkit-animation:DownCurSolveBottomSmallFigureJuridical 1.5s ease-in-out;animation:DownCurSolveBottomSmallFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollCurrentDown .section__background.-solve .services__juridical-top-small-figure{-webkit-animation:DownCurSolveTopSmallFigureJuridical 1.5s ease-in-out;animation:DownCurSolveTopSmallFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollNewDown .section__background .services__juridical-circle{-webkit-transition:opacity 2s ease;transition:opacity 2s ease;opacity:1}
.services__juridical.-scrollNewDown .section__background.-problem .services__juridical-left-big-figure{-webkit-animation:DownNewProblemLeftBigFigureJuridical 1.5s ease-in-out;animation:DownNewProblemLeftBigFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollNewDown .section__background.-problem .services__juridical-right-big-figure{-webkit-animation:DownNewProblemRightBigFigureJuridical 1.5s ease-in-out;animation:DownNewProblemRightBigFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollNewDown .section__background.-problem .services__juridical-bottom-small-figure{-webkit-animation:DownNewProblemBottomSmallFigureJuridical 1.5s ease-in-out;animation:DownNewProblemBottomSmallFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollNewDown .section__background.-problem .services__juridical-top-small-figure{-webkit-animation:DownNewProblemTopSmallFigureJuridical 1.5s ease-in-out;animation:DownNewProblemTopSmallFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollNewDown .section__background.-solve .services__juridical-left-big-figure{-webkit-animation:DownNewSolveLeftBigFigureJuridical 1.5s ease-in-out;animation:DownNewSolveLeftBigFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollNewDown .section__background.-solve .services__juridical-right-big-figure{-webkit-animation:DownNewSolveRightBigFigureJuridical 1.5s ease-in-out;animation:DownNewSolveRightBigFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollNewDown .section__background.-solve .services__juridical-bottom-small-figure{-webkit-animation:DownNewSolveBottomSmallFigureJuridical 1.5s ease-in-out;animation:DownNewSolveBottomSmallFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollNewDown .section__background.-solve .services__juridical-top-small-figure{-webkit-animation:DownNewSolveTopSmallFigureJuridical 1.5s ease-in-out;animation:DownNewSolveTopSmallFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollCurrentLeft .services__juridical-background,.services__juridical.-scrollCurrentRight .services__juridical-background,.services__juridical.-scrollNewLeft .services__juridical-background,.services__juridical.-scrollNewRight .services__juridical-background{overflow:hidden;position:fixed;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);max-width:1920px;width:100%;height:100%}
.services__juridical.-scrollCurrentRight .section__background.-solve .services__juridical-circle{opacity:0}
.services__juridical.-scrollCurrentRight .section__background.-solve .services__juridical-left-big-figure{-webkit-animation:RightCurSolveLeftBigFigureJuridical 1.5s ease-in-out;animation:RightCurSolveLeftBigFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollCurrentRight .section__background.-solve .services__juridical-right-big-figure{-webkit-animation:RightCurSolveRightBigFigureJuridical 1.5s ease-in-out;animation:RightCurSolveRightBigFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollCurrentRight .section__background.-solve .services__juridical-bottom-small-figure{-webkit-animation:RightCurSolveBottomSmallFigureJuridical 1.5s ease-in-out;animation:RightCurSolveBottomSmallFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollCurrentRight .section__background.-solve .services__juridical-top-small-figure{-webkit-animation:RightCurSolveTopSmallFigureJuridical 1.5s ease-in-out;animation:RightCurSolveTopSmallFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollNewRight .section__background.-problem .services__juridical-circle{-webkit-transition:opacity 2s ease;transition:opacity 2s ease;opacity:1}
.services__juridical.-scrollCurrentLeft .section__background.-problem .services__juridical-circle,.services__juridical.-scrollNewLeft .section__background.-solve .services__juridical-circle{opacity:0}
.services__juridical.-scrollNewRight .section__background.-problem .services__juridical-left-big-figure{-webkit-animation:RightNewProblemLeftBigFigureJuridical 1.5s ease-in-out;animation:RightNewProblemLeftBigFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollNewRight .section__background.-problem .services__juridical-right-big-figure{-webkit-animation:RightNewProblemRightBigFigureJuridical 1.5s ease-in-out;animation:RightNewProblemRightBigFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollNewRight .section__background.-problem .services__juridical-bottom-small-figure{-webkit-animation:RightNewProblemBottomSmallFigureJuridical 1.5s ease-in-out;animation:RightNewProblemBottomSmallFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollNewRight .section__background.-problem .services__juridical-top-small-figure{-webkit-animation:RightNewProblemTopSmallFigureJuridical 1.5s ease-in-out;animation:RightNewProblemTopSmallFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollCurrentLeft .section__background.-problem .services__juridical-left-big-figure{-webkit-animation:LeftCurProblemLeftBigFigureJuridical 1.5s ease-in-out;animation:LeftCurProblemLeftBigFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollCurrentLeft .section__background.-problem .services__juridical-right-big-figure{-webkit-animation:LeftCurProblemRightBigFigureJuridical 1.5s ease-in-out;animation:LeftCurProblemRightBigFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollCurrentLeft .section__background.-problem .services__juridical-bottom-small-figure{-webkit-animation:LeftCurProblemBottomSmallFigureJuridical 1.5s ease-in-out;animation:LeftCurProblemBottomSmallFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollCurrentLeft .section__background.-problem .services__juridical-top-small-figure{-webkit-animation:LeftCurProblemTopSmallFigureJuridical 1.5s ease-in-out;animation:LeftCurProblemTopSmallFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollNewLeft .section__background.-solve .services__juridical-left-big-figure{-webkit-animation:LeftNewSolveLeftBigFigureJuridical 1.5s ease-in-out;animation:LeftNewSolveLeftBigFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollNewLeft .section__background.-solve .services__juridical-right-big-figure{-webkit-animation:LeftNewSolveRightBigFigureJuridical 1.5s ease-in-out;animation:LeftNewSolveRightBigFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollNewLeft .section__background.-solve .services__juridical-bottom-small-figure{-webkit-animation:LeftNewSolveBottomSmallFigureJuridical 1.5s ease-in-out;animation:LeftNewSolveBottomSmallFigureJuridical 1.5s ease-in-out}
.services__juridical.-scrollNewLeft .section__background.-solve .services__juridical-top-small-figure{-webkit-animation:LeftNewSolveTopSmallFigureJuridical 1.5s ease-in-out;animation:LeftNewSolveTopSmallFigureJuridical 1.5s ease-in-out}
.services__juridical-circle{opacity:0;-webkit-transition:opacity 1s ease;transition:opacity 1s ease;top:-685px;left:calc(50% - 90px);width:1176px;height:1179px}
.services__juridical-circle img{width:1176px;height:1179px}
.services__juridical-left-big-figure{width:1136px;height:780px}
.services__juridical-right-big-figure{width:798px;height:454px}
.services__juridical-bottom-small-figure{width:197px;height:207px}
.services__juridical-top-small-figure{width:189px;height:165px}
.services__form.-active .services__form-circle{opacity:1}
.services__form.-scrollCurrentUp .services__form-circle{opacity:0}
.services__form.-scrollCurrentUp .services__form-left-big-figure{-webkit-animation:UpCurLeftBigFigureForm 1.5s ease-in-out;animation:UpCurLeftBigFigureForm 1.5s ease-in-out}
.services__form.-scrollCurrentUp .services__form-right-big-figure{-webkit-animation:UpCurRightBigFigureForm 1.5s ease-in-out;animation:UpCurRightBigFigureForm 1.5s ease-in-out}
.services__form.-scrollCurrentUp .services__form-small-figure{-webkit-animation:UpCurSmallFigureForm 1.5s ease-in-out;animation:UpCurSmallFigureForm 1.5s ease-in-out}
.services__form.-scrollNewUp .services__form-circle{-webkit-transition:opacity 2s ease;transition:opacity 2s ease;opacity:1}
.services__form.-scrollNewUp .services__form-left-big-figure{-webkit-animation:UpNewLeftBigFigureForm 1.5s ease-in-out;animation:UpNewLeftBigFigureForm 1.5s ease-in-out}
.services__form.-scrollNewUp .services__form-right-big-figure{-webkit-animation:UpNewRightBigFigureForm 1.5s ease-in-out;animation:UpNewRightBigFigureForm 1.5s ease-in-out}
.services__form.-scrollNewUp .services__form-small-figure{-webkit-animation:UpNewSmallFigureForm 1.5s ease-in-out;animation:UpNewSmallFigureForm 1.5s ease-in-out}
.services__form.-scrollCurrentDown .services__form-circle{opacity:0}
.services__form.-scrollCurrentDown .services__form-left-big-figure{-webkit-animation:DownCurLeftBigFigureForm 1.5s ease-in-out;animation:DownCurLeftBigFigureForm 1.5s ease-in-out}
.services__form.-scrollCurrentDown .services__form-right-big-figure{-webkit-animation:DownCurRightBigFigureForm 1.5s ease-in-out;animation:DownCurRightBigFigureForm 1.5s ease-in-out}
.services__form.-scrollCurrentDown .services__form-small-figure{-webkit-animation:DownCurSmallFigureForm 1.5s ease-in-out;animation:DownCurSmallFigureForm 1.5s ease-in-out}
.services__form.-scrollNewDown .services__form-circle{-webkit-transition:opacity 2s ease;transition:opacity 2s ease;opacity:1}
.services__form.-scrollNewDown .services__form-left-big-figure{-webkit-animation:DownNewLeftBigFigureForm 1.5s ease-in-out;animation:DownNewLeftBigFigureForm 1.5s ease-in-out}
.services__form.-scrollNewDown .services__form-right-big-figure{-webkit-animation:DownNewRightBigFigureForm 1.5s ease-in-out;animation:DownNewRightBigFigureForm 1.5s ease-in-out}
.services__form.-scrollNewDown .services__form-small-figure{-webkit-animation:DownNewSmallFigureForm 1.5s ease-in-out;animation:DownNewSmallFigureForm 1.5s ease-in-out}
.services__form.-scrollCurrentLeft .services__form-background,.services__form.-scrollNewRight .services__form-background{overflow:hidden;position:fixed;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);max-width:1920px;width:100%;height:100%}
.services__form.-scrollNewRight .services__form-circle{-webkit-transition:opacity 2s ease;transition:opacity 2s ease;opacity:1}
.services__form.-scrollNewRight .services__form-left-big-figure{-webkit-animation:RightNewLeftBigFigureForm 1.5s ease-in-out;animation:RightNewLeftBigFigureForm 1.5s ease-in-out}
.services__form.-scrollNewRight .services__form-right-big-figure{-webkit-animation:RightNewRightBigFigureForm 1.5s ease-in-out;animation:RightNewRightBigFigureForm 1.5s ease-in-out}
.services__form.-scrollNewRight .services__form-small-figure{-webkit-animation:RightNewSmallFigureForm 1.5s ease-in-out;animation:RightNewSmallFigureForm 1.5s ease-in-out}
.services__form.-scrollCurrentLeft .services__form-circle{opacity:0}
.services__form.-scrollCurrentLeft .services__form-left-big-figure{-webkit-animation:LeftCurLeftBigFigureForm 1.5s ease-in-out;animation:LeftCurLeftBigFigureForm 1.5s ease-in-out}
.services__form.-scrollCurrentLeft .services__form-right-big-figure{-webkit-animation:LeftCurRightBigFigureForm 1.5s ease-in-out;animation:LeftCurRightBigFigureForm 1.5s ease-in-out}
.services__form.-scrollCurrentLeft .services__form-small-figure{-webkit-animation:LeftCurSmallFigureForm 1.5s ease-in-out;animation:LeftCurSmallFigureForm 1.5s ease-in-out}
.services__form-circle{opacity:0;-webkit-transition:opacity 1s ease;transition:opacity 1s ease;top:-1165px;left:calc(50% - 1625px);width:1764px;height:1768px}
.services__form-left-big-figure{bottom:calc(50% - 350px);left:calc(50% + 60px);width:736px;height:651px}
.services__form-right-big-figure{bottom:calc(50% - 460px);left:calc(50% - 15px);width:614px;height:758px}
.services__form-small-figure{top:calc(50% - 325px);left:calc(50% - 200px);width:217px;height:216px}
.global--main{padding:99px 0 75px}
.global--main .in.-right{padding-left:0}
.main{padding:30px 0}
.footer{position:fixed;z-index:500;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);padding-bottom:30px}
.footer.-background{background:#FFF;padding-top:15px}
.footer__socials{overflow:hidden}
.socials{margin:-5px -15px}
.socials__item{margin:5px 15px;width:30px;height:30px;font-size:0}
.socials__item.-vk{width:35px}
.socials__item.-facebook{width:20px}
.socials__link{position:relative;display:block}
.socials__link::after,.socials__link::before{position:absolute;top:0;left:0;width:30px;height:30px;-webkit-transition:color .5s ease,background .5s ease,opacity .5s ease;transition:color .5s ease,background .5s ease,opacity .5s ease;text-align:center;line-height:30px;color:#0E0947;font-family:Awesome,sans-serif;font-size:30px}
.socials__link::after{opacity:0;display:none}
.socials__link.-vk::before{content:'\f189';width:35px}
.socials__link.-vk:hover::before{color:#487EBA}
.socials__link.-telegram::before{content:'\f1d8';line-height:32px;font-size:23px}
.socials__link.-telegram:hover::before{color:#009EDD}
.socials__link.-youtube::before{content:'\f16a'}
.socials__link.-youtube:hover::before{color:red}
.socials__link.-instagram::after,.socials__link.-instagram::before{content:'\f16d'}
.socials__link.-instagram::after{display:block;background:-webkit-linear-gradient(45deg,#405DE6,#5851DB,#833AB4,#C13584,#E1306C,#FD1D1D);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.socials__link.-instagram:hover::after,.socials__link.-instagram:hover::before{color:#833AB4}
.socials__link.-instagram:hover::before{opacity:0}
.socials__link.-instagram:hover::after{opacity:1}
.socials__link.-facebook::before{content:'\f09a';width:20px}
.socials__link.-facebook:hover::before{color:#3B5998}
.socials__link.-twitter::before{content:'\f099'}
.socials__link.-twitter:hover::before{color:#2ABAF0}
@media screen and (max-width:1368px){.in.-right{width:97.5%;margin-left:auto}
}
@media screen and (max-width:1300px){.-title .ipWidget h2{font-size:36px}
}
@media screen and (max-width:950px){#WAButton.floating-wpp{bottom:20px;right:10px}
#WAButton .floating-wpp-button{width:50px;height:50px}
#WAButton .floating-wpp-popup{bottom:50px}
}
@media screen and (max-height:600px) and (min-width:651px){.uf-screenFilter .uf-container #uf-request{padding:30px 50px}
.uf-screenFilter .uf-container #uf-request .uf-request__desc,.uf-screenFilter .uf-container #uf-request .uf-request__title{margin-bottom:20px}
.uf-screenFilter .uf-container #uf-request .uf-request__bottom{margin-top:20px}
.uf-screenFilter .uf-container #uf-request .uf-request__close{top:10px;right:10px}
}
@media screen and (max-height:500px) and (min-width:651px){.uf-screenFilter .uf-container #uf-request .uf-request__block input,.uf-screenFilter .uf-container #uf-request .uf-request__desc,.uf-screenFilter .uf-container #uf-request .uf-request__title{margin-bottom:15px}
.uf-screenFilter .uf-container #uf-request .uf-request__title h3{font-size:28px}
.uf-screenFilter .uf-container #uf-request .uf-request__desc p{font-size:16px}
.uf-screenFilter .uf-container #uf-request .uf-request__bottom{margin-top:15px}
.uf-screenFilter .uf-container #uf-request .uf-request__bottom p{font-size:18px}
}
@media screen and (max-width:650px){.preloader__logo{max-width:250px}
.uf-screenFilter .uf-container #uf-request{padding:30px}
.uf-screenFilter .uf-container #uf-request .uf-request__desc,.uf-screenFilter .uf-container #uf-request .uf-request__title{margin-bottom:20px}
.uf-screenFilter .uf-container #uf-request .uf-request__title{padding:0 10px}
.uf-screenFilter .uf-container #uf-request .uf-request__title h3{font-size:28px}
.uf-screenFilter .uf-container #uf-request .uf-request__bottom{margin-top:20px}
.uf-screenFilter .uf-container #uf-request .uf-request__bottom p{font-size:22px}
.uf-screenFilter .uf-container #uf-request .uf-request__close{top:10px;right:10px}
}
@media screen and (max-height:550px) and (min-width:401px) and (max-width:650px){.uf-screenFilter .uf-container #uf-request .uf-request__block input,.uf-screenFilter .uf-container #uf-request .uf-request__desc,.uf-screenFilter .uf-container #uf-request .uf-request__title{margin-bottom:15px}
.uf-screenFilter .uf-container #uf-request .uf-request__desc p{font-size:16px}
.uf-screenFilter .uf-container #uf-request .uf-request__bottom{margin-top:15px}
.uf-screenFilter .uf-container #uf-request .uf-request__bottom p{font-size:18px}
}
@media screen and (max-height:475px) and (min-width:401px) and (max-width:650px){.uf-screenFilter .uf-container #uf-request{padding:20px}
.uf-screenFilter .uf-container #uf-request .uf-request__title{padding:0 15px}
.uf-screenFilter .uf-container #uf-request .uf-request__title h3{font-size:24px}
.uf-screenFilter .uf-container #uf-request .uf-request__close{top:5px;right:5px}
}
@media screen and (max-width:400px){.uf-screenFilter .uf-container #uf-request .uf-request__block input,.uf-screenFilter .uf-container #uf-request .uf-request__desc,.uf-screenFilter .uf-container #uf-request .uf-request__title{margin-bottom:15px}
.uf-screenFilter .uf-container #uf-request{padding:20px 15px}
.uf-screenFilter .uf-container #uf-request .uf-request__title{padding:0 20px}
.uf-screenFilter .uf-container #uf-request .uf-request__title h3{font-size:24px}
.uf-screenFilter .uf-container #uf-request .uf-request__desc p{font-size:16px}
.uf-screenFilter .uf-container #uf-request .uf-request__bottom{margin-top:15px}
.uf-screenFilter .uf-container #uf-request .uf-request__bottom p{font-size:18px}
.uf-screenFilter .uf-container #uf-request .uf-request__close{top:5px;right:5px}
}
@media screen and (max-height:475px) and (max-width:400px){.uf-screenFilter .uf-container #uf-request .uf-request__block input,.uf-screenFilter .uf-container #uf-request .uf-request__desc,.uf-screenFilter .uf-container #uf-request .uf-request__title{margin-bottom:10px}
.uf-screenFilter .uf-container #uf-request .uf-request__title h3{font-size:22px}
.uf-screenFilter .uf-container #uf-request .uf-request__desc p{font-size:14px}
.uf-screenFilter .uf-container #uf-request .uf-request__bottom{margin-top:10px}
.uf-screenFilter .uf-container #uf-request .uf-request__bottom p{font-size:16px}
}
@media screen and (max-height:700px){.ipHasAdminPanel .header{padding-top:10px}
}
@media screen and (max-height:600px){.ipHasAdminNavbar .header{padding-top:10px}
}
@media screen and (max-height:550px){.header{padding-top:10px}
.main-menu{padding:84px 0 50px}
}
@media screen and (max-width:1000px){.header__logo{width:calc(100% - 280px)}
.header__button--menu{margin-left:50px}
}
@media screen and (max-width:650px){.header .in{position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.header__logo{z-index:2;position:relative;width:auto}
.header__button{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}
.header__button--consultation{z-index:1;opacity:0;left:0;width:100%}
.header__button--menu{z-index:3;right:0;margin:0}
.header.-menuActive .header__logo{z-index:1;opacity:0}
.header.-menuActive .header__button--consultation{z-index:2;opacity:1}
}
@media screen and (max-width:400px){.logo__img{max-width:40px}
.logo__title .ipWidget p{font-size:7px}
.logo__title .ipWidget p:first-child{font-size:22px}
}
@media screen and (max-width:300px){.header .in{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.header__button--consultation{text-align:left}
.header__button--menu{position:relative;top:auto;right:auto;-webkit-transform:none;transform:none}
}
@media screen and (max-height:700px){.ipHasAdminPanel .main-menu{padding:84px 0 50px}
}
@media screen and (max-height:600px){.ipHasAdminNavbar .main-menu{padding:84px 0 50px}
}
@media screen and (max-width:1050px){.main-menu{width:480px}
.main-menu ul li a{padding:10px 70px}
.main-menu ul.level1>li>a{padding:20px 70px}
}
@media screen and (max-width:650px){.main-menu{width:100%}
.main-menu ul li{text-align:center}
.main-menu ul li.parent>a{padding:10px 35px}
.main-menu ul li.parent>a .link-text{padding:0 35px}
.main-menu ul.level1>li>a{padding:15px 70px;font-size:30px}
.main-menu ul.level1>li.parent>a{padding:15px 20px}
.main-menu ul.level1>li.parent>a .link-text{padding:0 50px}
.socials{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
}
@media screen and (max-width:450px){.main-menu ul li{text-align:center}
.main-menu ul li a{padding:7.5px 40px}
.main-menu ul li.parent>a{padding:7.5px 10px}
.main-menu ul li.parent>a .link-text{padding:0 30px}
.main-menu ul.level1>li>a{padding:10px 40px;font-size:24px}
.main-menu ul.level1>li.parent>a{padding:10px}
.main-menu ul.level1>li.parent>a .link-text{padding:0 30px}
.main-menu ul.level1>li.parent>a .link-text .child-list-button{top:calc(50% - 12.5px);width:25px;height:25px}
.main-menu ul.level1>li.parent>a .link-text .child-list-button::after{width:25px;height:25px;line-height:25px;font-size:26px}
}
@media screen and (max-height:700px){.ipHasAdminPanel .footer{padding-bottom:10px}
}
@media screen and (max-height:750px){.ipHasAdminPanel .global .banner__next{bottom:50px}
.ipHasAdminPanel .global .banner__next--figure{top:calc(100% + 10px)}
.ipHasAdminPanel .global .banner__next--figure::after{top:5px}
.ipHasAdminPanel .global .banner__next--figure.-common::before{-webkit-animation:NextButtonAdaptive 5s infinite ease-in-out;animation:NextButtonAdaptive 5s infinite ease-in-out}
.ipHasAdminPanel .global .banner__next--figure.-hover::before{-webkit-animation:NextButtonHoverAdaptive .5s ease-in-out;animation:NextButtonHoverAdaptive .5s ease-in-out;top:8px}
.ipHasAdminPanel .global .banner__next--figure.-back::before{-webkit-animation:NextButtonBackAdaptive .5s ease-in-out;animation:NextButtonBackAdaptive .5s ease-in-out}
}
@media screen and (max-height:650px){.ipHasAdminPanel .global .banner__next{bottom:10px}
.ipHasAdminPanel .global .banner__next--text{display:none}
.ipHasAdminPanel .global .banner__next--figure{position:relative;top:auto;left:auto}
.ipHasAdminNavbar .banner__next{bottom:50px}
.ipHasAdminNavbar .banner__next--figure{top:calc(100% + 10px)}
.ipHasAdminNavbar .banner__next--figure::after{top:5px}
.ipHasAdminNavbar .banner__next--figure.-common::before{-webkit-animation:NextButtonAdaptive 5s infinite ease-in-out;animation:NextButtonAdaptive 5s infinite ease-in-out}
.ipHasAdminNavbar .banner__next--figure.-hover::before{-webkit-animation:NextButtonHoverAdaptive .5s ease-in-out;animation:NextButtonHoverAdaptive .5s ease-in-out;top:8px}
.ipHasAdminNavbar .banner__next--figure.-back::before{-webkit-animation:NextButtonBackAdaptive .5s ease-in-out;animation:NextButtonBackAdaptive .5s ease-in-out}
}
@media screen and (max-height:550px){.footer{padding-bottom:10px}
.ipHasAdminNavbar .banner__next{bottom:10px}
.ipHasAdminNavbar .banner__next--text{display:none}
.ipHasAdminNavbar .banner__next--figure{position:relative;top:auto;left:auto}
}
@media screen and (max-height:600px){.ipHasAdminNavbar .footer{padding-bottom:10px}
.banner__next{bottom:50px}
.banner__next--figure{top:calc(100% + 10px)}
.banner__next--figure::after{top:5px}
.banner__next--figure.-common::before{-webkit-animation:NextButtonAdaptive 5s infinite ease-in-out;animation:NextButtonAdaptive 5s infinite ease-in-out}
.banner__next--figure.-hover::before{-webkit-animation:NextButtonHoverAdaptive .5s ease-in-out;animation:NextButtonHoverAdaptive .5s ease-in-out;top:8px}
.banner__next--figure.-back::before{-webkit-animation:NextButtonBackAdaptive .5s ease-in-out;animation:NextButtonBackAdaptive .5s ease-in-out}
}
@media screen and (max-height:500px){.banner__next{bottom:10px}
.banner__next--text{display:none}
.banner__next--figure{position:relative;top:auto;left:auto}
}
@media screen and (max-width:1000px){.banner__description{max-width:350px}
.banner__buttons{max-width:265px}
.banner__button{width:100%}
}
@media screen and (max-width:768px){.banner .in{padding:30px 50px}
.banner__info{margin:0 auto;text-align:center}
.banner__description{max-width:100%}
.banner__buttons{max-width:calc(100% + 20px)}
.banner__button{width:calc(50% - 20px)}
.banner__next--text{display:none}
}
@media screen and (max-width:650px){.banner .in{padding:30px 0}
.banner__title .ipWidget h1{font-size:36px}
.banner__buttons{max-width:245px;margin:-10px auto}
.banner__button{width:100%;margin:10px 0}
.banner__next{display:none}
}
@media screen and (max-width:400px){.banner__description,.banner__title{margin-bottom:20px}
.banner__title .ipWidget h1{font-size:30px}
.banner__buttons{margin:-7.5px auto}
.banner__button{margin:7.5px 0}
}
@media screen and (max-height:875px){.ipHasAdminPanel .global .services .in{padding-top:50px}
.ipHasAdminPanel .global .services__form .in{padding-top:30px}
.ipHasAdminPanel .global .services__form .services__back{top:25px}
.ipHasAdminPanel .global .services__form-wrap .uf-siteForm{background-position:50% 30px,0 0;padding-top:160px;padding-bottom:30px}
.ipHasAdminPanel .global .services__form-wrap .uf-siteForm fieldset{height:159px}
.ipHasAdminPanel .global .services__form-wrap .uf-siteForm input{padding:10px 30px 10px 15px}
.ipHasAdminPanel .global .services__form-wrap .uf-siteForm input:nth-child(2){margin-bottom:15px}
.ipHasAdminPanel .global .services__form-wrap .uf-siteForm input:nth-child(3){margin-bottom:30px}
.ipHasAdminPanel .global .services__form-wrap .uf-siteForm button{padding:10px 15px}
.ipHasAdminPanel .global .services__title{margin-bottom:15px}
.ipHasAdminPanel .global .services__title .ipWidget p{max-height:37px;font-size:28px}
.ipHasAdminPanel .global .services__wrap--status{padding-top:65px}
.ipHasAdminPanel .global .services__back{top:60px}
.ipHasAdminPanel .global .plugin-service__slider .slick-arrow{top:117.5px}
.ipHasAdminPanel .global .plugin-service__info{padding:15px 15px 5px}
.ipHasAdminPanel .global .plugin-service__list{padding:10px 15px 20px}
.ipHasAdminPanel .global .plugin-service__image img{max-width:60px}
.ipHasAdminPanel .global .plugin-service__title{height:42px}
.ipHasAdminPanel .global .plugin-service__title h3{font-size:16px}
.ipHasAdminPanel .global .plugin-service__list-wrap{height:171px}
.ipHasAdminPanel .global .plugin-service__list-item{margin-bottom:7.5px}
.ipHasAdminPanel .global .plugin-service__list-item:last-child{margin:0}
}
@media screen and (max-height:875px) and (min-width:1301px){.ipHasAdminPanel .global .services__wrap{height:353px}
.ipHasAdminPanel .global .services .plugin-service__slider{max-height:353px}
}
@media screen and (max-height:775px){.ipHasAdminPanel .global .services__form .services__back{top:47.5px}
.ipHasAdminPanel .global .services__form-wrap .uf-siteForm{background-position:50% 10px,0 0;padding-top:120px;padding-bottom:20px}
.ipHasAdminPanel .global .services__form-wrap .uf-siteForm fieldset{height:144px}
.ipHasAdminPanel .global .services__form-wrap .uf-siteForm input:nth-child(3){margin-bottom:15px}
.ipHasAdminPanel .global .services__wrap--status{padding-top:20px}
.ipHasAdminPanel .global .services__back{left:10px;padding-left:25px}
.ipHasAdminPanel .global .plugin-service__slider .slick-arrow{top:68.5px}
.ipHasAdminPanel .global .plugin-service__item{margin-top:35px}
.ipHasAdminPanel .global .plugin-service__item.-active{margin-top:10px}
.ipHasAdminPanel .global .plugin-service__list{padding-bottom:10px}
.ipHasAdminPanel .global .plugin-service__image img{max-width:40px}
.ipHasAdminPanel .global .plugin-service__title{height:42px}
.ipHasAdminPanel .global .plugin-service__title h3{height:40px;font-size:15px}
.ipHasAdminPanel .global .plugin-service__list-wrap{height:100px}
.ipHasAdminPanel .global .plugin-service__list-button{font-size:13px}
}
@media screen and (max-height:775px) and (min-width:1301px){.ipHasAdminPanel .global .services__wrap{height:252px}
.ipHasAdminPanel .global .services .plugin-service__slider{max-height:252px}
}
@media screen and (max-height:775px){.ipHasAdminNavbar .services .in{padding-top:50px}
.ipHasAdminNavbar .services__form .in{padding-top:30px}
.ipHasAdminNavbar .services__form .services__back{top:25px}
.ipHasAdminNavbar .services__form-wrap .uf-siteForm{background-position:50% 30px,0 0;padding-top:160px;padding-bottom:30px}
.ipHasAdminNavbar .services__form-wrap .uf-siteForm fieldset{height:159px}
.ipHasAdminNavbar .services__form-wrap .uf-siteForm input{padding:10px 30px 10px 15px}
.ipHasAdminNavbar .services__form-wrap .uf-siteForm input:nth-child(2){margin-bottom:15px}
.ipHasAdminNavbar .services__form-wrap .uf-siteForm input:nth-child(3){margin-bottom:30px}
.ipHasAdminNavbar .services__form-wrap .uf-siteForm button{padding:10px 15px}
.ipHasAdminNavbar .services__title{margin-bottom:15px}
.ipHasAdminNavbar .services__title .ipWidget p{max-height:37px;font-size:28px}
.ipHasAdminNavbar .services__wrap--status{padding-top:65px}
.ipHasAdminNavbar .services__back{top:60px}
.ipHasAdminNavbar .plugin-service__slider .slick-arrow{top:117.5px}
.ipHasAdminNavbar .plugin-service__info{padding:15px 15px 5px}
.ipHasAdminNavbar .plugin-service__list{padding:10px 15px 20px}
.ipHasAdminNavbar .plugin-service__image img{max-width:60px}
.ipHasAdminNavbar .plugin-service__title{height:42px}
.ipHasAdminNavbar .plugin-service__title h3{font-size:16px}
.ipHasAdminNavbar .plugin-service__list-wrap{height:171px}
.ipHasAdminNavbar .plugin-service__list-item{margin-bottom:7.5px}
.ipHasAdminNavbar .plugin-service__list-item:last-child{margin:0}
}
@media screen and (max-height:775px) and (min-width:1301px){.ipHasAdminNavbar .services__wrap{height:353px}
.ipHasAdminNavbar .services .plugin-service__slider{max-height:353px}
}
@media screen and (max-height:675px){.ipHasAdminNavbar .services__form .services__back{top:47.5px}
.ipHasAdminNavbar .services__form-wrap .uf-siteForm{background-position:50% 10px,0 0;padding-top:120px;padding-bottom:20px}
.ipHasAdminNavbar .services__form-wrap .uf-siteForm fieldset{height:144px}
.ipHasAdminNavbar .services__form-wrap .uf-siteForm input:nth-child(3){margin-bottom:15px}
.ipHasAdminNavbar .services__wrap--status{padding-top:20px}
.ipHasAdminNavbar .services__back{left:10px;padding-left:25px}
.ipHasAdminNavbar .plugin-service__slider .slick-arrow{top:68.5px}
.ipHasAdminNavbar .plugin-service__item{margin-top:35px}
.ipHasAdminNavbar .plugin-service__item.-active{margin-top:10px}
.ipHasAdminNavbar .plugin-service__list{padding-bottom:10px}
.ipHasAdminNavbar .plugin-service__image img{max-width:40px}
.ipHasAdminNavbar .plugin-service__title{height:42px}
.ipHasAdminNavbar .plugin-service__title h3{height:40px;font-size:15px}
.ipHasAdminNavbar .plugin-service__list-wrap{height:100px}
.ipHasAdminNavbar .plugin-service__list-button{font-size:13px}
}
@media screen and (max-height:675px) and (min-width:1301px){.ipHasAdminNavbar .services__wrap{height:252px}
.ipHasAdminNavbar .services .plugin-service__slider{max-height:252px}
}
@media screen and (max-height:725px){.services .in{padding-top:50px}
.services__form .in{padding-top:30px}
.services__form .services__back{top:25px}
.services__form-wrap .uf-siteForm{background-position:50% 30px,0 0;padding-top:160px;padding-bottom:30px}
.services__form-wrap .uf-siteForm fieldset{height:159px}
.services__form-wrap .uf-siteForm input{padding:10px 30px 10px 15px}
.services__form-wrap .uf-siteForm input:nth-child(2){margin-bottom:15px}
.services__form-wrap .uf-siteForm input:nth-child(3){margin-bottom:30px}
.services__form-wrap .uf-siteForm button{padding:10px 15px}
.services__title{margin-bottom:15px}
.services__title .ipWidget p{max-height:37px;font-size:28px}
.services__wrap--status{padding-top:65px}
.services__back{top:60px}
.plugin-service__slider .slick-arrow{top:117.5px}
.plugin-service__info{padding:15px 15px 5px}
.plugin-service__list{padding:10px 15px 20px}
.plugin-service__image img{max-width:60px}
.plugin-service__title{height:42px}
.plugin-service__title h3{font-size:16px}
.plugin-service__list-wrap{height:171px}
.plugin-service__list-item{margin-bottom:7.5px}
.plugin-service__list-item:last-child{margin:0}
}
@media screen and (max-height:725px) and (min-width:1301px){.services__wrap{height:353px}
.services .plugin-service__slider{max-height:353px}
}
@media screen and (max-height:625px){.services__form .services__back{top:47.5px}
.services__form-wrap .uf-siteForm{background-position:50% 10px,0 0;padding-top:120px;padding-bottom:20px}
.services__form-wrap .uf-siteForm fieldset{height:144px}
.services__form-wrap .uf-siteForm input:nth-child(3){margin-bottom:15px}
.services__wrap--status{padding-top:20px}
.services__back{left:10px;padding-left:25px}
.plugin-service__slider .slick-arrow{top:68.5px}
.plugin-service__item{margin-top:35px}
.plugin-service__item.-active{margin-top:10px}
.plugin-service__list{padding-bottom:10px}
.plugin-service__image img{max-width:40px}
.plugin-service__title{height:42px}
.plugin-service__title h3{height:40px;font-size:15px}
.plugin-service__list-wrap{height:100px}
.plugin-service__list-button{font-size:13px}
}
@media screen and (max-height:625px) and (min-width:1301px){.services__wrap{height:252px}
.services .plugin-service__slider{max-height:252px}
}
@media screen and (max-width:1368px){.services__status .in{width:95%;margin-right:2.5%}
.services__title--status{width:calc(100% + 100px)}
}
@media screen and (max-width:1300px){.services__form .in{width:95%;margin-right:2.5%}
.services__form-title{width:calc(100% - 400px)}
.services__form-wrap{width:400px}
.services__form-wrap .uf-siteForm{padding-left:30px;padding-right:30px}
.services__form-wrap .uf-siteForm input{max-width:360px}
.services__wrap{height:4}
.services__wrap--problem,.services__wrap--solve{padding-left:100px}
.services__wrap--problem .plugin-service,.services__wrap--solve .plugin-service{left:100px;width:calc(100% - 100px)}
.plugin-service__slider{max-height:432px}
.plugin-service__slider .slick-slider{margin:0}
.plugin-service__slider .slick-dots{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}
}
@media screen and (max-height:875px) and (max-width:1300px){.ipHasAdminPanel .global .services__wrap{height:368px}
.ipHasAdminPanel .global .services .plugin-service__slider{max-height:368px}
.ipHasAdminPanel .global .services .plugin-service__slider .slick-dots{top:366px}
}
@media screen and (max-height:775px) and (max-width:1300px){.ipHasAdminPanel .global .services__wrap{height:267px}
.ipHasAdminPanel .global .services .plugin-service__slider{max-height:267px}
.ipHasAdminPanel .global .services .plugin-service__slider .slick-dots{top:265px}
.ipHasAdminNavbar .services__wrap{height:368px}
.ipHasAdminNavbar .services .plugin-service__slider{max-height:368px}
.ipHasAdminNavbar .services .plugin-service__slider .slick-dots{top:366px}
}
@media screen and (max-height:675px) and (max-width:1300px){.ipHasAdminNavbar .services__wrap{height:267px}
.ipHasAdminNavbar .services .plugin-service__slider{max-height:267px}
.ipHasAdminNavbar .services .plugin-service__slider .slick-dots{top:265px}
}
@media screen and (max-height:725px) and (max-width:1300px){.services__wrap{height:368px}
.services .plugin-service__slider{max-height:368px}
.services .plugin-service__slider .slick-dots{top:366px}
}
@media screen and (max-height:625px) and (max-width:1300px){.services__wrap{height:267px}
.services .plugin-service__slider{max-height:267px}
.services .plugin-service__slider .slick-dots{top:265px}
}
@media screen and (max-width:1150px){.services__form .in{padding-left:50px}
.services__form-title{width:calc(100% - 350px)}
.services__form-title .ipWidget p{font-size:20px}
.services__form-title .ipWidget p:first-child{margin-bottom:10px;font-size:40px}
.services__form-wrap{width:350px}
}
@media screen and (max-width:1000px){.services__form-title .ipWidget p{font-size:16px}
.services__form-title .ipWidget p:first-child{font-size:32px}
}
@media screen and (max-width:900px){.services__status .in{padding-left:0}
.services__title--status{width:100%;margin-left:auto}
.services__title .ipWidget p{max-height:37px;font-size:28px}
.services__wrap{margin:0 auto}
.services__wrap--status{-ms-flex-line-pack:start;align-content:flex-start;max-width:500px;padding-top:22.5px}
.services__wrap--problem,.services__wrap--solve{padding-left:30px}
.services__wrap--problem .plugin-service,.services__wrap--solve .plugin-service{left:30px;width:calc(100% - 30px)}
.services__button{max-width:390px;width:100%;margin:10px auto}
.services__back{top:70px}
.plugin-service__slider .slick-list{padding-right:5.5%}
.plugin-service__slider .slick-dots{width:calc(100% - 2.5% - 50px)}
.plugin-service__item{margin-top:75px}
}
@media screen and (max-height:875px) and (max-width:900px){.ipHasAdminPanel .global .services__wrap--status{padding-top:27.5px}
.ipHasAdminPanel .global .services__button{padding:35px 5px}
}
@media screen and (max-height:775px) and (max-width:900px){.ipHasAdminPanel .global .services__wrap--status{padding:0}
.ipHasAdminPanel .global .services__button{padding:25px 5px}
.ipHasAdminNavbar .services__wrap--status{padding-top:27.5px}
.ipHasAdminNavbar .services__button{padding:35px 5px}
}
@media screen and (max-height:675px) and (max-width:900px){.ipHasAdminNavbar .services__wrap--status{padding:0}
.ipHasAdminNavbar .services__button{padding:25px 5px}
}
@media screen and (max-height:725px) and (max-width:900px){.services__wrap--status{padding-top:27.5px}
.services__button{padding:35px 5px}
}
@media screen and (max-height:625px) and (max-width:900px){.services__wrap--status{padding:0}
.services__button{padding:25px 5px}
}
@media screen and (max-width:750px){.services__form .in{padding-left:0}
.services__form-title{display:none}
.services__form-wrap{width:100%;padding:0 35px}
.services__form-wrap .uf-siteForm{max-width:375px;margin:0 auto}
.services__title{padding:0 80px}
.plugin-service__slider .slick-list{padding-right:25.5%}
}
@media screen and (max-width:650px){.services .in{padding-top:60px}
.services__form .services__back{top:25px}
.services__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:64px;padding:0 50px}
.services__title .ipBlock{width:100%}
.services__title .ipWidget p{max-height:64px;font-size:24px}
.services__wrap--problem,.services__wrap--solve{padding-left:0}
.services__wrap--problem .plugin-service,.services__wrap--solve .plugin-service{left:0;width:100%}
.services__back{top:75px;width:30px;height:35px;padding:0}
.services__back::before{content:'\f104';overflow:hidden;top:calc(50% - 17.5px);width:30px;height:35px;background:0 0;text-align:center;line-height:30px;font-family:Awesome,sans-serif;font-size:35px}
.services__back span{display:none}
.plugin-service__slider .slick-dots{width:calc(100% - 2.5% - 20px)}
}
@media screen and (max-height:875px) and (max-width:650px){.ipHasAdminPanel .global .services__form .services__back{top:30px}
}
@media screen and (max-height:875px) and (min-width:421px) and (max-width:650px){.ipHasAdminPanel .global .services__title .ipWidget p{max-height:64px;font-size:24px}
}
@media screen and (max-height:775px) and (max-width:650px){.ipHasAdminPanel .global .services__form .services__back{top:45px}
.ipHasAdminPanel .global .services__back{left:0}
.ipHasAdminNavbar .services__form .services__back{top:30px}
}
@media screen and (max-height:775px) and (min-width:421px) and (max-width:650px){.ipHasAdminNavbar .services__title .ipWidget p{max-height:64px;font-size:24px}
}
@media screen and (max-height:675px) and (max-width:650px){.ipHasAdminNavbar .services__form .services__back{top:45px}
.ipHasAdminNavbar .services__back{left:0}
}
@media screen and (max-height:725px) and (max-width:650px){.services__form .services__back{top:30px}
}
@media screen and (max-height:725px) and (min-width:421px) and (max-width:650px){.services__title .ipWidget p{max-height:64px;font-size:24px}
}
@media screen and (max-height:625px) and (max-width:650px){.services__form .services__back{top:45px}
.services__back{left:0}
}
@media screen and (max-width:500px){.plugin-service__slider .slick-list{padding-right:17.5%}
}
@media screen and (max-width:420px){.services__juridical .in,.services__physical .in{width:95%;margin-right:2.5%}
.services__form-wrap{padding-right:0}
.services__form-wrap .uf-siteForm{padding-left:10px;padding-right:10px}
.services__title{width:100%;height:64px;margin-right:0;padding:0 30px}
.services__title .ipWidget p{max-height:54px;font-size:20px}
.services__wrap--problem,.services__wrap--solve{padding-left:0}
.services__wrap--problem .plugin-service,.services__wrap--solve .plugin-service{width:calc(100% + 18px);margin:0 -9px}
.services__button{padding:40px 5px}
.services__button span{font-size:14px}
.services__back,.services__back::before{width:25px}
.plugin-service__slider .slick-dots{width:calc(100% - 20px)}
.plugin-service__slider .slick-list{padding:0}
}
@media screen and (max-height:875px) and (max-width:420px){.ipHasAdminPanel .global .services__title .ipWidget p{max-height:54px;font-size:20px}
}
@media screen and (max-height:775px) and (max-width:420px){.ipHasAdminNavbar .services__title .ipWidget p{max-height:54px;font-size:20px}
}
@media screen and (max-height:725px) and (max-width:420px){.services__title .ipWidget p{max-height:54px;font-size:20px}
}
@media screen and (max-height:725px) and (min-width:1301px){.ipHasAdminPanel .global .plugin-info__slider{max-height:341px}
.ipHasAdminPanel .global .plugin-info__slider .slick-slide{height:321px}
.ipHasAdminPanel .global .plugin-info__item{height:321px;padding-top:15px;padding-bottom:15px}
.ipHasAdminPanel .global .plugin-info__information{padding:0 5px 0 15px}
.ipHasAdminPanel .global .plugin-info__username{max-height:54px}
.ipHasAdminPanel .global .plugin-info__username h3{font-size:20px}
.ipHasAdminPanel .global .plugin-info__comment{height:192px;margin-top:15px}
.ipHasAdminPanel .global .plugin-info__comment p{line-height:1.35}
.ipHasAdminPanel .global .plugin-info__close{top:10px;right:10px}
}
@media screen and (max-height:625px) and (min-width:1301px){.ipHasAdminPanel .global .plugin-info__slider{max-height:296px}
.ipHasAdminPanel .global .plugin-info__item,.ipHasAdminPanel .global .plugin-info__slider .slick-slide{height:276px}
.ipHasAdminPanel .global .plugin-info__username{max-height:48px}
.ipHasAdminPanel .global .plugin-info__username h3{font-size:18px}
.ipHasAdminPanel .global .plugin-info__comment{height:147px}
.ipHasAdminPanel .global .plugin-info__comment p{font-size:16px}
.ipHasAdminNavbar .plugin-info__slider{max-height:341px}
.ipHasAdminNavbar .plugin-info__slider .slick-slide{height:321px}
.ipHasAdminNavbar .plugin-info__item{height:321px;padding-top:15px;padding-bottom:15px}
.ipHasAdminNavbar .plugin-info__information{padding:0 5px 0 15px}
.ipHasAdminNavbar .plugin-info__username{max-height:48px}
.ipHasAdminNavbar .plugin-info__username h3{font-size:18px}
.ipHasAdminNavbar .plugin-info__comment{height:192px;margin-top:15px}
.ipHasAdminNavbar .plugin-info__comment p{line-height:1.35}
.ipHasAdminNavbar .plugin-info__close{top:10px;right:10px}
}
@media screen and (max-height:525px) and (min-width:1301px){.ipHasAdminNavbar .plugin-info__slider{max-height:296px}
.ipHasAdminNavbar .plugin-info__item,.ipHasAdminNavbar .plugin-info__slider .slick-slide{height:276px}
.ipHasAdminNavbar .plugin-info__comment{height:147px}
.ipHasAdminNavbar .plugin-info__comment p{font-size:16px}
}
@media screen and (max-height:575px) and (min-width:1301px){.plugin-info__slider{max-height:341px}
.plugin-info__slider .slick-slide{height:321px}
.plugin-info__item{height:321px;padding-top:15px;padding-bottom:15px}
.plugin-info__information{padding:0 5px 0 15px}
.plugin-info__username{max-height:48px}
.plugin-info__username h3{font-size:18px}
.plugin-info__comment{height:192px;margin-top:15px}
.plugin-info__comment p{line-height:1.35}
.plugin-info__close{top:10px;right:10px}
}
@media screen and (max-height:475px) and (min-width:1301px){.plugin-info__slider{max-height:276px}
.plugin-info__item,.plugin-info__slider .slick-slide{height:276px}
.plugin-info__comment{height:147px}
.plugin-info__comment p{font-size:16px}
}
@media screen and (max-width:1900px){.FAQ__title{width:175px}
.FAQ__wrap{width:calc(100% - 175px)}
.reviews__title{width:300px}
.reviews__wrap{width:calc(100% - 300px)}
.plugin-info__slider--FAQ .slick-prev{left:-175px}
.plugin-info__slider--FAQ .slick-next{left:-120px}
.plugin-info__slider--reviews .slick-prev{left:-300px}
.plugin-info__slider--reviews .slick-next{left:-245px}
.plugin-info__slider--main-FAQ .slick-list,.plugin-info__slider--main-reviews .slick-list{padding-right:15.5%}
.plugin-info__item{padding:30px}
.plugin-info__information{padding:0 5px 0 15px}
.plugin-info__username{max-height:48px}
.plugin-info__username h3{font-size:18px}
}
@media screen and (max-width:1750px){.FAQ__title{width:125px}
.FAQ__wrap{width:calc(100% - 125px)}
.reviews__title{width:225px}
.reviews__wrap{width:calc(100% - 225px)}
.plugin-info__slider--FAQ .slick-prev{left:-125px}
.plugin-info__slider--FAQ .slick-next{left:-70px}
.plugin-info__slider--reviews .slick-prev{left:-225px}
.plugin-info__slider--reviews .slick-next{left:-170px}
}
@media screen and (max-width:1300px){.FAQ .in,.reviews .in{padding-left:50px}
.FAQ__title,.reviews__title{margin:0 2.5% 15px -50px;width:calc(100% + 50px - 2.5%);padding:0 50px;text-align:center}
.FAQ__title .ipWidget h2,.reviews__title .ipWidget h2{max-height:48px;font-size:36px}
.FAQ__wrap,.reviews__wrap{width:100%}
.plugin-info__slider{max-height:378px}
.plugin-info__slider .slick-dots{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}
.plugin-info__slider .slick-slide{height:358px}
.plugin-info__slider--main-FAQ .slick-list,.plugin-info__slider--main-reviews .slick-list{padding-right:25.5%}
.plugin-info__item{height:358px;padding:30px 15px}
.plugin-info__question--wide{padding-right:40px}
.plugin-info__image{width:60px}
.plugin-info__information{width:calc(100% - 110px)}
.plugin-info__comment{height:192px}
.plugin-info__comment p{line-height:1.35}
.plugin-info__close{top:10px;right:10px}
}
@media screen and (max-height:750px) and (min-width:421px) and (max-width:1300px){.ipHasAdminPanel .global .plugin-info__slider{max-height:288px}
.ipHasAdminPanel .global .plugin-info__slider .slick-dots{top:303px}
.ipHasAdminPanel .global .plugin-info__slider .slick-slide{height:268px}
.ipHasAdminPanel .global .plugin-info__item{height:268px;padding:15px}
.ipHasAdminPanel .global .plugin-info__comment{height:147px;margin-top:15px}
.ipHasAdminPanel .global .plugin-info__comment p{font-size:16px}
}
@media screen and (max-height:650px) and (min-width:421px) and (max-width:1300px){.ipHasAdminNavbar .plugin-info__slider{max-height:288px}
.ipHasAdminNavbar .plugin-info__slider .slick-dots{top:303px}
.ipHasAdminNavbar .plugin-info__slider .slick-slide{height:268px}
.ipHasAdminNavbar .plugin-info__item{height:268px;padding:15px}
.ipHasAdminNavbar .plugin-info__comment{height:147px;margin-top:15px}
.ipHasAdminNavbar .plugin-info__comment p{font-size:16px}
}
@media screen and (max-height:600px) and (min-width:421px) and (max-width:1300px){.plugin-info__slider{max-height:288px}
.plugin-info__slider .slick-dots{top:303px}
.plugin-info__slider .slick-slide{height:268px}
.plugin-info__item{height:268px;padding:15px}
.plugin-info__comment{height:147px;margin-top:15px}
.plugin-info__comment p{font-size:16px}
}
@media screen and (max-width:1000px){.plugin-info__slider--main-FAQ .slick-list,.plugin-info__slider--main-reviews .slick-list{padding-right:7.5%}
}
@media screen and (max-width:850px){.plugin-info__slider--main-FAQ .slick-list,.plugin-info__slider--main-reviews .slick-list{padding-right:25.5%}
}
@media screen and (max-width:650px){.FAQ .in,.reviews .in{padding:30px 0}
.FAQ__title,.reviews__title{margin-left:0;width:calc(100% - 2.5%);padding:0;text-align:center}
.FAQ__wrap,.reviews__wrap{width:100%}
.plugin-info__slider .slick-dots{width:calc(100% - 20px - 2.5%)}
.plugin-info__slider--main-FAQ .slick-list,.plugin-info__slider--main-reviews .slick-list{padding-right:25.5%}
}
@media screen and (max-width:550px){.plugin-info__slider--main-FAQ .slick-list,.plugin-info__slider--main-reviews .slick-list{padding-right:10.5%}
}
@media screen and (max-width:420px){.FAQ .in,.reviews .in{width:95%;margin-right:2.5%}
.FAQ__title,.reviews__title{width:100%;margin-right:0}
.plugin-info__wide .plugin-info__information{width:calc(100% - 60px);padding-right:0}
.plugin-info__wide .plugin-info__service{display:none}
.plugin-info__slider{max-height:288px}
.plugin-info__slider .slick-dots{top:303px;width:calc(100% - 20px)}
.plugin-info__slider .slick-slide{height:268px}
.plugin-info__slider--main-FAQ .slick-list,.plugin-info__slider--main-reviews .slick-list{padding:0}
.plugin-info__item{height:268px;padding:25px 15px}
.plugin-info__question h3,.plugin-info__username h3{font-size:16px}
.plugin-info__question{max-height:63px}
.plugin-info__username{max-height:42px}
.plugin-info__comment{height:126px;margin-top:25px}
.plugin-info__comment p{font-size:14px}
}
@media screen and (max-height:750px) and (min-width:1501px){.ipHasAdminPanel .global .contacts__text .ipWidget p{font-size:20px}
.ipHasAdminPanel .global .contacts__text--description{padding-bottom:30px}
.ipHasAdminPanel .global .contacts__map{overflow:hidden;height:350px}
}
@media screen and (max-height:650px) and (min-width:1501px){.ipHasAdminPanel .global .contacts__text,.ipHasAdminPanel .global .contacts__text--description{padding-bottom:15px}
.ipHasAdminPanel .global .contacts__text--marker::before{top:0}
.ipHasAdminPanel .global .contacts__map{height:300px}
.ipHasAdminNavbar .contacts__text .ipWidget p{font-size:20px}
.ipHasAdminNavbar .contacts__text--description{padding-bottom:30px}
.ipHasAdminNavbar .contacts__map{overflow:hidden;height:350px}
}
@media screen and (max-height:550px) and (min-width:1501px){.ipHasAdminNavbar .contacts__text,.ipHasAdminNavbar .contacts__text--description{padding-bottom:15px}
.ipHasAdminNavbar .contacts__text--marker::before{top:0}
.ipHasAdminNavbar .contacts__map{height:300px}
}
@media screen and (max-height:600px) and (min-width:1501px){.contacts__text .ipWidget p{font-size:20px}
.contacts__text--description{padding-bottom:30px}
.contacts__map{overflow:hidden;height:350px}
}
@media screen and (max-height:500px) and (min-width:1501px){.contacts__text,.contacts__text--description{padding-bottom:15px}
.contacts__text--marker::before{top:0}
.contacts__map{height:300px}
}
@media screen and (max-width:1500px){.contacts__info{width:550px}
.contacts__text{padding-bottom:20px}
.contacts__text .ipWidget p{font-size:22px}
.contacts__text--description{padding-bottom:50px}
.contacts__text--marker::before{top:2px}
.contacts__map{width:calc(100% - 550px)}
}
@media screen and (max-height:750px) and (min-width:951px) and (max-width:1500px){.ipHasAdminPanel .global .contacts__map{height:350px}
}
@media screen and (max-height:650px) and (min-width:951px) and (max-width:1500px){.ipHasAdminPanel .global .contacts__text{padding-bottom:15px}
.ipHasAdminPanel .global .contacts__text .ipWidget p{font-size:20px}
.ipHasAdminPanel .global .contacts__text--description{padding-bottom:30px}
.ipHasAdminPanel .global .contacts__text--marker::before{top:1px}
.ipHasAdminPanel .global .contacts__map{height:300px}
.ipHasAdminNavbar .contacts__map{height:350px}
}
@media screen and (max-height:550px) and (min-width:951px) and (max-width:1500px){.ipHasAdminNavbar .contacts__text{padding-bottom:15px}
.ipHasAdminNavbar .contacts__text .ipWidget p{font-size:20px}
.ipHasAdminNavbar .contacts__text--description{padding-bottom:30px}
.ipHasAdminNavbar .contacts__text--marker::before{top:1px}
.ipHasAdminNavbar .contacts__map{height:300px}
}
@media screen and (max-height:600px) and (min-width:951px) and (max-width:1500px){.contacts__map{height:350px}
}
@media screen and (max-height:500px) and (min-width:951px) and (max-width:1500px){.contacts__text{padding-bottom:15px}
.contacts__text .ipWidget p{font-size:20px}
.contacts__text--description{padding-bottom:30px}
.contacts__text--marker::before{top:1px}
.contacts__map{height:300px}
}
@media screen and (max-width:1300px){.contacts .in{padding-left:50px}
}
@media screen and (max-width:950px){.contacts__info,.contacts__map,.contacts__title{width:100%}
.contacts .in{padding-left:50px}
.contacts__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 0 10px}
.contacts__title .ipWidget h2{font-size:24px}
.contacts__text{padding-bottom:10px}
.contacts__text .ipWidget p{font-size:16px}
.contacts__text--description{width:100%;padding-bottom:10px}
.contacts__text--info{width:calc(50% - 15px)}
.contacts__text--marker{padding-left:35px}
.contacts__text--marker::before{top:1px;width:20px;height:20px;background-size:contain}
.contacts__map{height:300px}
}
@media screen and (max-height:800px) and (min-width:551px) and (max-width:950px){.ipHasAdminPanel .global .contacts__map{height:200px}
}
@media screen and (max-height:700px) and (min-width:551px) and (max-width:950px){.ipHasAdminNavbar .contacts__map{height:200px}
}
@media screen and (max-height:650px) and (min-width:551px) and (max-width:950px){.contacts__map{height:200px}
}
@media screen and (max-width:650px){.contacts .in{width:95%;margin:0 auto;padding-left:0}
.contacts__text--description,.contacts__title{text-align:center}
.section__menu{display:none}
}
@media screen and (max-width:550px){.contacts__text--info{width:100%;text-align:center}
}
@media screen and (max-height:850px) and (max-width:550px){.ipHasAdminPanel .global .contacts__map{height:200px}
}
@media screen and (max-height:750px) and (max-width:550px){.ipHasAdminNavbar .contacts__map{height:200px}
}
@media screen and (max-height:700px) and (max-width:550px){.global .contacts__map{height:200px}
}
@media screen and (max-width:420px){.contacts__text .ipWidget p{font-size:14px}
.contacts__text--marker::before{top:0}
}
@media screen and (max-width:1366px){.section__menu{left:2.5%}
}
@media screen and (max-height:800px) and (min-width:1001px){.ipHasAdminPanel .global .banner__top-figure{top:-275px}
.ipHasAdminPanel .global .banner__bottom-figure{bottom:-425px}
.ipHasAdminPanel .global .banner__cyberpunk-text{bottom:-65px}
.ipHasAdminPanel .global .banner__cyberpunk{bottom:-105px}
}
@media screen and (max-height:700px) and (min-width:1001px){.ipHasAdminPanel .global .banner__top-figure{top:-325px}
.ipHasAdminPanel .global .banner__bottom-figure{bottom:-525px}
.ipHasAdminPanel .global .banner__cyberpunk-text{bottom:-150px}
.ipHasAdminPanel .global .banner__cyberpunk{bottom:-155px}
}
@media screen and (max-height:625px) and (min-width:1001px){.ipHasAdminPanel .global .banner__top-figure{top:-350px}
.ipHasAdminPanel .global .banner__bottom-figure{bottom:-650px}
.ipHasAdminPanel .global .banner__cyberpunk,.ipHasAdminPanel .global .banner__cyberpunk-text{display:none}
}
@media screen and (max-height:700px) and (min-width:1001px){.ipHasAdminNavbar .banner__top-figure{top:-275px}
.ipHasAdminNavbar .banner__bottom-figure{bottom:-425px}
.ipHasAdminNavbar .banner__cyberpunk-text{bottom:-65px}
.ipHasAdminNavbar .banner__cyberpunk{bottom:-105px}
}
@media screen and (max-height:600px) and (min-width:1001px){.ipHasAdminNavbar .banner__top-figure{top:-325px}
.ipHasAdminNavbar .banner__bottom-figure{bottom:-525px}
.ipHasAdminNavbar .banner__cyberpunk-text{bottom:-150px}
.ipHasAdminNavbar .banner__cyberpunk{bottom:-155px}
}
@media screen and (max-height:525px) and (min-width:1001px){.ipHasAdminNavbar .banner__top-figure{top:-350px}
.ipHasAdminNavbar .banner__bottom-figure{bottom:-650px}
.ipHasAdminNavbar .banner__cyberpunk,.ipHasAdminNavbar .banner__cyberpunk-text{display:none}
}
@media screen and (max-height:650px) and (min-width:1001px){.banner__top-figure{top:-275px}
.banner__bottom-figure{bottom:-425px}
.banner__cyberpunk-text{bottom:-65px}
.banner__cyberpunk{bottom:-105px}
}
@media screen and (max-height:550px) and (min-width:1001px){.banner__top-figure{top:-325px}
.banner__bottom-figure{bottom:-525px}
.banner__cyberpunk-text{bottom:-150px}
.banner__cyberpunk{bottom:-155px}
}
@media screen and (max-height:475px) and (min-width:1001px){.banner__top-figure{top:-350px}
.banner__bottom-figure{bottom:-650px}
.banner__cyberpunk,.banner__cyberpunk-text{display:none}
}
@media screen and (max-width:1000px){.banner__circle{top:-475px;left:calc(50% - 1125px)}
.banner__top-figure{top:-300px}
.banner__bottom-figure{bottom:-350px;left:calc(50% - 75px)}
.banner__cyberpunk{bottom:0;left:calc(50% + 100px)}
.banner__cyberpunk-text{display:none}
}
@media screen and (max-height:750px) and (min-width:769px) and (max-width:1000px){.ipHasAdminPanel .global .banner__top-figure{top:-325px}
.ipHasAdminPanel .global .banner__bottom-figure{bottom:-450px}
.ipHasAdminPanel .global .banner__cyberpunk{bottom:-100px}
}
@media screen and (max-height:650px) and (min-width:769px) and (max-width:1000px){.ipHasAdminNavbar .banner__top-figure{top:-325px}
.ipHasAdminNavbar .banner__bottom-figure{bottom:-450px}
.ipHasAdminNavbar .banner__cyberpunk{bottom:-100px}
}
@media screen and (max-height:600px) and (min-width:769px) and (max-width:1000px){.banner__top-figure{top:-325px}
.banner__bottom-figure{bottom:-450px}
.banner__cyberpunk{bottom:-100px}
}
@media screen and (max-width:768px){.banner{padding-bottom:400px}
.banner__circle{top:-450px;left:calc(50% - 900px)}
.banner__top-figure{top:-345px;left:calc(50% - 445px)}
.banner__bottom-figure{bottom:-375px;left:calc(50% - 250px)}
.banner__cyberpunk{bottom:-25px;left:calc(50% - 100px)}
}
@media screen and (max-height:1050px) and (min-width:481px) and (max-width:768px){.ipHasAdminPanel .global .banner{padding-bottom:350px}
.ipHasAdminPanel .global .banner__bottom-figure{bottom:-475px}
.ipHasAdminPanel .global .banner__cyberpunk{bottom:-100px;left:calc(50% - 50px)}
}
@media screen and (max-height:950px) and (min-width:481px) and (max-width:768px){.ipHasAdminPanel .global .banner{padding:0}
.ipHasAdminPanel .global .banner__bottom-figure{bottom:-650px}
.ipHasAdminPanel .global .banner__cyberpunk{display:none}
}
@media screen and (max-height:700px) and (min-width:481px) and (max-width:768px){.ipHasAdminPanel .global .banner__bottom-figure{bottom:-750px}
}
@media screen and (max-height:950px) and (min-width:481px) and (max-width:768px){.ipHasAdminNavbar .banner{padding-bottom:350px}
.ipHasAdminNavbar .banner__bottom-figure{bottom:-475px}
.ipHasAdminNavbar .banner__cyberpunk{bottom:-100px;left:calc(50% - 50px)}
}
@media screen and (max-height:850px) and (min-width:481px) and (max-width:768px){.ipHasAdminNavbar .banner{padding:0}
.ipHasAdminNavbar .banner__bottom-figure{bottom:-650px}
.ipHasAdminNavbar .banner__cyberpunk{display:none}
}
@media screen and (max-height:600px) and (min-width:481px) and (max-width:768px){.ipHasAdminNavbar .banner__bottom-figure{bottom:-750px}
}
@media screen and (max-height:900px) and (min-width:481px) and (max-width:768px){.banner{padding-bottom:350px}
.banner__bottom-figure{bottom:-475px}
.banner__cyberpunk{bottom:-100px;left:calc(50% - 50px)}
}
@media screen and (max-height:800px) and (min-width:481px) and (max-width:768px){.banner{padding:0}
.banner__bottom-figure{bottom:-650px}
.banner__cyberpunk{display:none}
}
@media screen and (max-height:550px) and (min-width:481px) and (max-width:768px){.banner__bottom-figure{bottom:-750px}
}
@media screen and (max-width:480px){.banner__circle,.banner__circle img{width:1100px;height:1104px}
.banner{padding:0}
.banner.-scrollCurrentUp .banner__top-figure{-webkit-animation:UpCurBotFigureBanner480 1.5s ease-in-out;animation:UpCurBotFigureBanner480 1.5s ease-in-out}
.banner.-scrollNewDown .banner__top-figure{-webkit-animation:DownNewTopFigureBanner480 1.5s ease-in-out;animation:DownNewTopFigureBanner480 1.5s ease-in-out}
.banner__circle{top:-385px;left:calc(50% - 875px)}
.banner__top-figure,.banner__top-figure img{width:500px;height:410px}
.banner__top-figure{top:-30px;left:-315px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}
.banner__bottom-figure,.banner__bottom-figure img{width:650px;height:682px}
.banner__bottom-figure{bottom:-425px;left:calc(50% - 250px)}
.banner__cyberpunk{display:none}
}
@media screen and (max-height:800px) and (min-width:401px) and (max-width:480px){.ipHasAdminPanel .global .banner__top-figure{top:-65px;left:-330px}
.ipHasAdminPanel .global .banner__bottom-figure{bottom:-500px}
}
@media screen and (max-height:700px) and (min-width:401px) and (max-width:480px){.ipHasAdminNavbar .banner__top-figure{top:-65px;left:-330px}
.ipHasAdminNavbar .banner__bottom-figure{bottom:-500px}
}
@media screen and (max-height:650px) and (min-width:401px) and (max-width:480px){.banner__top-figure{top:-65px;left:-330px}
.banner__bottom-figure{bottom:-500px}
}
@media screen and (max-width:400px){.banner__circle{top:-400px;left:calc(50% - 900px)}
.banner__top-figure{top:-65px;left:-325px}
.banner__bottom-figure{bottom:-450px;left:calc(50% - 225px)}
}
@media screen and (max-height:700px) and (max-width:400px){.ipHasAdminPanel .global .banner__top-figure{top:-70px;left:-335px}
.ipHasAdminPanel .global .banner__bottom-figure{bottom:-475px}
}
@media screen and (max-height:600px) and (max-width:400px){.ipHasAdminNavbar .banner__top-figure{top:-70px;left:-335px}
.ipHasAdminNavbar .banner__bottom-figure{bottom:-475px}
}
@media screen and (max-height:550px) and (max-width:400px){.banner__top-figure{top:-70px;left:-335px}
.banner__bottom-figure{bottom:-475px}
}
@media screen and (max-height:700px) and (min-width:1001px){.ipHasAdminPanel .global .services__status-left-big-figure{bottom:-365px}
.ipHasAdminPanel .global .services__status-right-big-figure{bottom:-300px}
.ipHasAdminPanel .global .services__status-bottom-small-figure{bottom:0}
.ipHasAdminPanel .global .services__status-top-small-figure{top:-100px}
}
@media screen and (max-height:575px) and (min-width:1001px){.ipHasAdminPanel .global .services__status-left-big-figure{bottom:-400px}
.ipHasAdminPanel .global .services__status-right-big-figure{bottom:-350px}
}
@media screen and (max-height:600px) and (min-width:1001px){.ipHasAdminNavbar .services__status-left-big-figure{bottom:-365px}
.ipHasAdminNavbar .services__status-right-big-figure{bottom:-300px}
.ipHasAdminNavbar .services__status-bottom-small-figure{bottom:0}
.ipHasAdminNavbar .services__status-top-small-figure{top:-100px}
}
@media screen and (max-height:475px) and (min-width:1001px){.ipHasAdminNavbar .services__status-left-big-figure{bottom:-400px}
.ipHasAdminNavbar .services__status-right-big-figure{bottom:-350px}
}
@media screen and (max-height:550px) and (min-width:1001px){.services__status-left-big-figure{bottom:-365px}
.services__status-right-big-figure{bottom:-300px}
.services__status-bottom-small-figure{bottom:0}
.services__status-top-small-figure{top:-100px}
}
@media screen and (max-height:425px) and (min-width:1001px){.services__status-left-big-figure{bottom:-400px}
.services__status-right-big-figure{bottom:-350px}
}
@media screen and (max-width:1000px){.services__status-circle,.services__status-circle img{width:1350px;height:1353px}
.services__status-circle{top:-775px;left:calc(50% - 925px)}
.services__status-left-big-figure{bottom:-350px;left:calc(50% - 150px)}
.services__status-right-big-figure{bottom:-275px;left:calc(50% + 50px)}
.services__status-bottom-small-figure{bottom:75px;left:calc(50% - 375px)}
.services__status-top-small-figure{left:calc(50% - 165px)}
}
@media screen and (max-height:750px) and (min-width:769px) and (max-width:1000px){.ipHasAdminPanel .global .services__status-left-big-figure{bottom:-450px}
.ipHasAdminPanel .global .services__status-right-big-figure{bottom:-375px}
.ipHasAdminPanel .global .services__status-bottom-small-figure{bottom:25px}
.ipHasAdminPanel .global .services__status-top-small-figure{top:-100px}
}
@media screen and (max-height:650px) and (min-width:769px) and (max-width:1000px){.ipHasAdminNavbar .services__status-left-big-figure{bottom:-450px}
.ipHasAdminNavbar .services__status-right-big-figure{bottom:-375px}
.ipHasAdminNavbar .services__status-bottom-small-figure{bottom:25px}
.ipHasAdminNavbar .services__status-top-small-figure{top:-100px}
}
@media screen and (max-height:600px) and (min-width:769px) and (max-width:1000px){.services__status-left-big-figure{bottom:-450px}
.services__status-right-big-figure{bottom:-375px}
.services__status-bottom-small-figure{bottom:25px}
.services__status-top-small-figure{top:-100px}
}
@media screen and (max-width:768px){.services__status-circle{top:-825px;left:calc(50% - 875px)}
.services__status-left-big-figure{bottom:-200px;left:calc(50% - 100px);width:500px;height:627px}
.services__status-left-big-figure img{width:500px;height:627px}
.services__status-right-big-figure{bottom:-125px;left:calc(50% + 75px);width:475px;height:546px}
.services__status-right-big-figure img{width:475px;height:546px}
.services__status-bottom-small-figure{left:calc(50% - 325px);width:150px;height:158px}
.services__status-bottom-small-figure img{width:150px;height:158px}
.services__status-top-small-figure{top:100px;left:auto;right:-100px}
}
@media screen and (max-height:825px) and (min-width:481px) and (max-width:768px){.ipHasAdminPanel .global .services__status-top-small-figure{top:-100px;left:calc(50% - 125px);right:auto}
}
@media screen and (max-height:650px) and (min-width:481px) and (max-width:768px){.ipHasAdminPanel .global .services__status-left-big-figure{bottom:-250px}
.ipHasAdminPanel .global .services__status-right-big-figure{bottom:-175px}
.ipHasAdminPanel .global .services__status-bottom-small-figure{bottom:30px}
}
@media screen and (max-height:725px) and (min-width:481px) and (max-width:768px){.ipHasAdminNavbar .services__status-top-small-figure{top:-100px;left:calc(50% - 125px);right:auto}
}
@media screen and (max-height:550px) and (min-width:481px) and (max-width:768px){.ipHasAdminNavbar .services__status-left-big-figure{bottom:-250px}
.ipHasAdminNavbar .services__status-right-big-figure{bottom:-175px}
.ipHasAdminNavbar .services__status-bottom-small-figure{bottom:30px}
}
@media screen and (max-height:675px) and (min-width:481px) and (max-width:768px){.services__status-top-small-figure{top:-100px;left:calc(50% - 125px);right:auto}
}
@media screen and (max-height:500px) and (min-width:481px) and (max-width:768px){.services__status-left-big-figure{bottom:-250px}
.services__status-right-big-figure{bottom:-175px}
.services__status-bottom-small-figure{bottom:30px}
}
@media screen and (max-width:480px){.services__status-circle{top:-875px;left:calc(50% - 1000px)}
.services__status-left-big-figure{bottom:-200px;left:calc(50% - 250px)}
.services__status-right-big-figure{bottom:-125px;left:calc(50% - 100px)}
.services__status-bottom-small-figure,.services__status-top-small-figure{display:none}
}
@media screen and (max-width:320px){.services__status-circle{left:calc(50% - 1075px)}
.services__status-left-big-figure{left:calc(50% - 225px)}
.services__status-right-big-figure{left:calc(50% - 85px)}
}
@media screen and (max-height:775px) and (min-width:1151px){.ipHasAdminPanel .global .services__physical .section__background.-problem .services__physical-problem-bottom-figure,.ipHasAdminPanel .global .services__physical .section__background.-solve.-animation .services__physical-problem-bottom-figure{bottom:-750px;left:calc(50% + 100px)}
}
@media screen and (max-height:675px) and (min-width:1151px){.ipHasAdminPanel .global .services__physical .section__background.-problem .services__physical-problem-bottom-figure,.ipHasAdminPanel .global .services__physical .section__background.-solve.-animation .services__physical-problem-bottom-figure{bottom:-825px;left:calc(50% + 150px)}
.ipHasAdminNavbar .services__physical .section__background.-problem .services__physical-problem-bottom-figure,.ipHasAdminNavbar .services__physical .section__background.-solve.-animation .services__physical-problem-bottom-figure{bottom:-750px;left:calc(50% + 100px)}
}
@media screen and (max-height:575px) and (min-width:1151px){.ipHasAdminNavbar .services__physical .section__background.-problem .services__physical-problem-bottom-figure,.ipHasAdminNavbar .services__physical .section__background.-solve.-animation .services__physical-problem-bottom-figure{bottom:-825px;left:calc(50% + 150px)}
}
@media screen and (max-height:625px) and (min-width:1151px){.services__physical .section__background.-problem .services__physical-problem-bottom-figure,.services__physical .section__background.-solve.-animation .services__physical-problem-bottom-figure{bottom:-750px;left:calc(50% + 100px)}
}
@media screen and (max-height:525px) and (min-width:1151px){.services__physical .section__background.-problem .services__physical-problem-bottom-figure,.services__physical .section__background.-solve.-animation .services__physical-problem-bottom-figure{bottom:-825px;left:calc(50% + 150px)}
}
@media screen and (max-width:1150px){.services__physical .section__background.-problem .services__physical-problem-bottom-figure{bottom:-450px;left:auto;right:-275px}
.services__physical .section__background.-problem .services__physical-problem-top-figure{left:calc(50% - 200px)}
.services__physical .section__background.-problem .services__physical-middle-small-figure{left:calc(50% + 20px)}
.services__physical .section__background.-problem.-animation .services__physical-solve-bottom-figure{left:calc(50% - 200px)}
.services__physical .section__background.-problem.-animation .services__physical-solve-top-figure{left:calc(50% - 400px)}
.services__physical .section__background.-problem.-animation .services__physical-middle-small-figure{-webkit-animation:PrevMidSmallFigurePhysical1150 1.5s ease-in-out;animation:PrevMidSmallFigurePhysical1150 1.5s ease-in-out}
.services__physical .section__background.-solve .services__physical-problem-bottom-figure{right:-1000px}
.services__physical .section__background.-solve .services__physical-solve-bottom-figure{left:calc(50% - 200px)}
.services__physical .section__background.-solve .services__physical-solve-top-figure{left:calc(50% - 400px)}
.services__physical .section__background.-solve.-animation .services__physical-problem-bottom-figure{bottom:-450px;left:auto;right:-275px}
.services__physical .section__background.-solve.-animation .services__physical-problem-top-figure{left:calc(50% - 200px)}
.services__physical .section__background.-solve.-animation .services__physical-middle-small-figure{-webkit-animation:NextMidSmallFigurePhysical1150 1.5s ease-in-out;animation:NextMidSmallFigurePhysical1150 1.5s ease-in-out}
.services__physical-circle{left:calc(50% - 950px)}
.services__physical-problem-bottom-figure,.services__physical-problem-bottom-figure img{width:950px;height:1036px}
.services__physical-middle-big-figure{display:none}
}
@media screen and (max-width:900px){.services__physical .section__background.-problem .services__physical-problem-bottom-figure{bottom:-375px;right:-225px}
.services__physical .section__background.-problem .services__physical-problem-top-figure{top:-100px;left:calc(50% - 150px)}
.services__physical .section__background.-problem .services__physical-middle-small-figure{top:60px;left:calc(50% + 40px)}
.services__physical .section__background.-problem.-animation .services__physical-solve-bottom-figure{bottom:-350px;left:calc(50% - 125px)}
.services__physical .section__background.-problem.-animation .services__physical-solve-top-figure{top:-385px;left:calc(50% - 275px)}
.services__physical .section__background.-problem.-animation .services__physical-middle-small-figure{-webkit-animation:PrevMidSmallFigurePhysical900 1.5s ease-in-out;animation:PrevMidSmallFigurePhysical900 1.5s ease-in-out}
.services__physical .section__background.-solve .services__physical-solve-bottom-figure{bottom:-350px;left:calc(50% - 125px)}
.services__physical .section__background.-solve .services__physical-solve-top-figure{top:-385px;left:calc(50% - 275px)}
.services__physical .section__background.-solve .services__physical-middle-small-figure{top:70px;left:calc(50% + 5px)}
.services__physical .section__background.-solve.-animation .services__physical-problem-bottom-figure{bottom:-375px;right:-225px}
.services__physical .section__background.-solve.-animation .services__physical-problem-top-figure{top:-100px;left:calc(50% - 150px)}
.services__physical .section__background.-solve.-animation .services__physical-middle-small-figure{-webkit-animation:NextMidSmallFigurePhysical900 1.5s ease-in-out;animation:NextMidSmallFigurePhysical900 1.5s ease-in-out}
.services__physical-problem-bottom-figure,.services__physical-problem-bottom-figure img{width:800px;height:872px}
.services__physical-solve-bottom-figure,.services__physical-solve-bottom-figure img{width:650px;height:650px}
.services__physical-problem-top-figure,.services__physical-problem-top-figure img{width:200px;height:200px}
.services__physical-solve-top-figure,.services__physical-solve-top-figure img{width:400px;height:484px}
.services__physical-middle-small-figure,.services__physical-middle-small-figure img{width:40px;height:40px}
}
@media screen and (max-width:650px){.services__physical .section__background.-problem .services__physical-problem-bottom-figure{bottom:-285px;right:-160px}
.services__physical .section__background.-problem.-animation .services__physical-solve-bottom-figure,.services__physical .section__background.-solve .services__physical-solve-bottom-figure{bottom:-300px;left:calc(50% - 175px)}
.services__physical .section__background.-solve.-animation .services__physical-problem-bottom-figure{bottom:-285px;right:-160px}
.services__physical-circle{left:calc(50% - 1000px)}
.services__physical-problem-bottom-figure,.services__physical-problem-bottom-figure img{width:600px;height:654px}
.services__physical-solve-bottom-figure,.services__physical-solve-bottom-figure img{width:550px;height:550px}
.services__physical-middle-small-figure,.services__physical-problem-top-figure,.services__physical-solve-top-figure{display:none}
}
@media screen and (max-height:800px) and (min-width:1151px){.ipHasAdminPanel .global .services__juridical .section__background.-problem.-animation .services__juridical-left-big-figure{bottom:-330px;left:calc(50% + 150px);-webkit-animation:PrevLeftBigFigureJuridicalAdapt800 1.5s ease-in-out;animation:PrevLeftBigFigureJuridicalAdapt800 1.5s ease-in-out}
.ipHasAdminPanel .global .services__juridical .section__background.-problem.-animation .services__juridical-right-big-figure{bottom:-150px;left:calc(50% + 450px);-webkit-animation:PrevRightBigFigureJuridicalAdapt800 1.5s ease-in-out;animation:PrevRightBigFigureJuridicalAdapt800 1.5s ease-in-out}
.ipHasAdminPanel .global .services__juridical .section__background.-problem.-animation .services__juridical-bottom-small-figure{bottom:-150px;left:calc(50% + 350px);-webkit-animation:PrevBottomSmallFigureJuridicalAdapt800 1.5s ease-in-out;animation:PrevBottomSmallFigureJuridicalAdapt800 1.5s ease-in-out}
.ipHasAdminPanel .global .services__juridical .section__background.-solve .services__juridical-left-big-figure{bottom:-330px;left:calc(50% + 150px)}
.ipHasAdminPanel .global .services__juridical .section__background.-solve .services__juridical-right-big-figure{bottom:-150px;left:calc(50% + 450px)}
.ipHasAdminPanel .global .services__juridical .section__background.-solve .services__juridical-bottom-small-figure{bottom:-150px;left:calc(50% + 350px)}
.ipHasAdminPanel .global .services__juridical .section__background.-solve.-animation .services__juridical-left-big-figure{bottom:-450px;left:calc(50% - 250px);-webkit-animation:NextLeftBigFigureJuridicalAdapt800 1.5s ease-in-out;animation:NextLeftBigFigureJuridicalAdapt800 1.5s ease-in-out}
.ipHasAdminPanel .global .services__juridical .section__background.-solve.-animation .services__juridical-right-big-figure{bottom:-310px;left:calc(50% - 350px);-webkit-animation:NextRightBigFigureJuridicalAdapt800 1.5s ease-in-out;animation:NextRightBigFigureJuridicalAdapt800 1.5s ease-in-out}
.ipHasAdminPanel .global .services__juridical .section__background.-solve.-animation .services__juridical-bottom-small-figure{bottom:-10px;left:calc(50% + 355px);-webkit-animation:NextBottomSmallFigureJuridicalAdapt800 1.5s ease-in-out;animation:NextBottomSmallFigureJuridicalAdapt800 1.5s ease-in-out}
}
@media screen and (max-height:650px) and (min-width:1151px){.ipHasAdminPanel .global .services__juridical .section__background.-problem.-animation .services__juridical-left-big-figure{bottom:-430px;-webkit-animation:PrevLeftBigFigureJuridicalAdapt650 1.5s ease-in-out;animation:PrevLeftBigFigureJuridicalAdapt650 1.5s ease-in-out}
.ipHasAdminPanel .global .services__juridical .section__background.-problem.-animation .services__juridical-right-big-figure{bottom:-250px;-webkit-animation:PrevRightBigFigureJuridicalAdapt650 1.5s ease-in-out;animation:PrevRightBigFigureJuridicalAdapt650 1.5s ease-in-out}
.ipHasAdminPanel .global .services__juridical .section__background.-solve .services__juridical-left-big-figure{bottom:-430px}
.ipHasAdminPanel .global .services__juridical .section__background.-solve .services__juridical-right-big-figure{bottom:-250px}
.ipHasAdminPanel .global .services__juridical .section__background.-solve.-animation .services__juridical-left-big-figure{bottom:-450px;-webkit-animation:NextLeftBigFigureJuridicalAdapt650 1.5s ease-in-out;animation:NextLeftBigFigureJuridicalAdapt650 1.5s ease-in-out}
.ipHasAdminPanel .global .services__juridical .section__background.-solve.-animation .services__juridical-right-big-figure{bottom:-310px;-webkit-animation:NextRightBigFigureJuridicalAdapt650 1.5s ease-in-out;animation:NextRightBigFigureJuridicalAdapt650 1.5s ease-in-out}
}
@media screen and (max-height:700px) and (min-width:1151px){.ipHasAdminNavbar .services__juridical .section__background.-problem.-animation .services__juridical-left-big-figure{bottom:-330px;left:calc(50% + 150px);-webkit-animation:PrevLeftBigFigureJuridicalAdapt800 1.5s ease-in-out;animation:PrevLeftBigFigureJuridicalAdapt800 1.5s ease-in-out}
.ipHasAdminNavbar .services__juridical .section__background.-problem.-animation .services__juridical-right-big-figure{bottom:-150px;left:calc(50% + 450px);-webkit-animation:PrevRightBigFigureJuridicalAdapt800 1.5s ease-in-out;animation:PrevRightBigFigureJuridicalAdapt800 1.5s ease-in-out}
.ipHasAdminNavbar .services__juridical .section__background.-problem.-animation .services__juridical-bottom-small-figure{bottom:-150px;left:calc(50% + 350px);-webkit-animation:PrevBottomSmallFigureJuridicalAdapt800 1.5s ease-in-out;animation:PrevBottomSmallFigureJuridicalAdapt800 1.5s ease-in-out}
.ipHasAdminNavbar .services__juridical .section__background.-solve .services__juridical-left-big-figure{bottom:-330px;left:calc(50% + 150px)}
.ipHasAdminNavbar .services__juridical .section__background.-solve .services__juridical-right-big-figure{bottom:-150px;left:calc(50% + 450px)}
.ipHasAdminNavbar .services__juridical .section__background.-solve .services__juridical-bottom-small-figure{bottom:-150px;left:calc(50% + 350px)}
.ipHasAdminNavbar .services__juridical .section__background.-solve.-animation .services__juridical-left-big-figure{bottom:-450px;left:calc(50% - 250px);-webkit-animation:NextLeftBigFigureJuridicalAdapt800 1.5s ease-in-out;animation:NextLeftBigFigureJuridicalAdapt800 1.5s ease-in-out}
.ipHasAdminNavbar .services__juridical .section__background.-solve.-animation .services__juridical-right-big-figure{bottom:-310px;left:calc(50% - 350px);-webkit-animation:NextRightBigFigureJuridicalAdapt800 1.5s ease-in-out;animation:NextRightBigFigureJuridicalAdapt800 1.5s ease-in-out}
.ipHasAdminNavbar .services__juridical .section__background.-solve.-animation .services__juridical-bottom-small-figure{bottom:-10px;left:calc(50% + 355px);-webkit-animation:NextBottomSmallFigureJuridicalAdapt800 1.5s ease-in-out;animation:NextBottomSmallFigureJuridicalAdapt800 1.5s ease-in-out}
}
@media screen and (max-height:550px) and (min-width:1151px){.ipHasAdminNavbar .services__juridical .section__background.-problem.-animation .services__juridical-left-big-figure{bottom:-430px;-webkit-animation:PrevLeftBigFigureJuridicalAdapt650 1.5s ease-in-out;animation:PrevLeftBigFigureJuridicalAdapt650 1.5s ease-in-out}
.ipHasAdminNavbar .services__juridical .section__background.-problem.-animation .services__juridical-right-big-figure{bottom:-250px;-webkit-animation:PrevRightBigFigureJuridicalAdapt650 1.5s ease-in-out;animation:PrevRightBigFigureJuridicalAdapt650 1.5s ease-in-out}
.ipHasAdminNavbar .services__juridical .section__background.-solve .services__juridical-left-big-figure{bottom:-430px}
.ipHasAdminNavbar .services__juridical .section__background.-solve .services__juridical-right-big-figure{bottom:-250px}
.ipHasAdminNavbar .services__juridical .section__background.-solve.-animation .services__juridical-left-big-figure{bottom:-450px;-webkit-animation:NextLeftBigFigureJuridicalAdapt650 1.5s ease-in-out;animation:NextLeftBigFigureJuridicalAdapt650 1.5s ease-in-out}
.ipHasAdminNavbar .services__juridical .section__background.-solve.-animation .services__juridical-right-big-figure{bottom:-310px;-webkit-animation:NextRightBigFigureJuridicalAdapt650 1.5s ease-in-out;animation:NextRightBigFigureJuridicalAdapt650 1.5s ease-in-out}
}
@media screen and (max-height:700px) and (min-width:1151px){.services__juridical .section__background.-problem.-animation .services__juridical-left-big-figure{bottom:-330px;left:calc(50% + 150px);-webkit-animation:PrevLeftBigFigureJuridicalAdapt800 1.5s ease-in-out;animation:PrevLeftBigFigureJuridicalAdapt800 1.5s ease-in-out}
.services__juridical .section__background.-problem.-animation .services__juridical-right-big-figure{bottom:-150px;left:calc(50% + 450px);-webkit-animation:PrevRightBigFigureJuridicalAdapt800 1.5s ease-in-out;animation:PrevRightBigFigureJuridicalAdapt800 1.5s ease-in-out}
.services__juridical .section__background.-problem.-animation .services__juridical-bottom-small-figure{bottom:-150px;left:calc(50% + 350px);-webkit-animation:PrevBottomSmallFigureJuridicalAdapt800 1.5s ease-in-out;animation:PrevBottomSmallFigureJuridicalAdapt800 1.5s ease-in-out}
.services__juridical .section__background.-solve .services__juridical-left-big-figure{bottom:-330px;left:calc(50% + 150px)}
.services__juridical .section__background.-solve .services__juridical-right-big-figure{bottom:-150px;left:calc(50% + 450px)}
.services__juridical .section__background.-solve .services__juridical-bottom-small-figure{bottom:-150px;left:calc(50% + 350px)}
.services__juridical .section__background.-solve.-animation .services__juridical-left-big-figure{bottom:-450px;left:calc(50% - 250px);-webkit-animation:NextLeftBigFigureJuridicalAdapt800 1.5s ease-in-out;animation:NextLeftBigFigureJuridicalAdapt800 1.5s ease-in-out}
.services__juridical .section__background.-solve.-animation .services__juridical-right-big-figure{bottom:-310px;left:calc(50% - 350px);-webkit-animation:NextRightBigFigureJuridicalAdapt800 1.5s ease-in-out;animation:NextRightBigFigureJuridicalAdapt800 1.5s ease-in-out}
.services__juridical .section__background.-solve.-animation .services__juridical-bottom-small-figure{bottom:-10px;left:calc(50% + 355px);-webkit-animation:NextBottomSmallFigureJuridicalAdapt800 1.5s ease-in-out;animation:NextBottomSmallFigureJuridicalAdapt800 1.5s ease-in-out}
}
@media screen and (max-height:550px) and (min-width:1151px){.services__juridical .section__background.-problem.-animation .services__juridical-left-big-figure{bottom:-430px;-webkit-animation:PrevLeftBigFigureJuridicalAdapt650 1.5s ease-in-out;animation:PrevLeftBigFigureJuridicalAdapt650 1.5s ease-in-out}
.services__juridical .section__background.-problem.-animation .services__juridical-right-big-figure{bottom:-250px;-webkit-animation:PrevRightBigFigureJuridicalAdapt650 1.5s ease-in-out;animation:PrevRightBigFigureJuridicalAdapt650 1.5s ease-in-out}
.services__juridical .section__background.-solve .services__juridical-left-big-figure{bottom:-430px}
.services__juridical .section__background.-solve .services__juridical-right-big-figure{bottom:-250px}
.services__juridical .section__background.-solve.-animation .services__juridical-left-big-figure{bottom:-450px;-webkit-animation:NextLeftBigFigureJuridicalAdapt650 1.5s ease-in-out;animation:NextLeftBigFigureJuridicalAdapt650 1.5s ease-in-out}
.services__juridical .section__background.-solve.-animation .services__juridical-right-big-figure{bottom:-310px;-webkit-animation:NextRightBigFigureJuridicalAdapt650 1.5s ease-in-out;animation:NextRightBigFigureJuridicalAdapt650 1.5s ease-in-out}
}
@media screen and (max-width:1150px){.services__juridical .section__background.-problem .services__juridical-left-big-figure{bottom:-325px;left:calc(50% - 225px)}
.services__juridical .section__background.-problem .services__juridical-right-big-figure{bottom:-225px;left:calc(50% - 335px)}
.services__juridical .section__background.-problem .services__juridical-bottom-small-figure{bottom:80px;left:calc(50% + 235px)}
.services__juridical .section__background.-problem .services__juridical-top-small-figure{left:calc(50% - 50px)}
.services__juridical .section__background.-problem.-animation .services__juridical-left-big-figure{bottom:-250px;left:50%;-webkit-animation:PrevLeftBigFigureJuridical1150 1.5s ease-in-out;animation:PrevLeftBigFigureJuridical1150 1.5s ease-in-out}
.services__juridical .section__background.-problem.-animation .services__juridical-right-big-figure{bottom:-125px;left:calc(50% + 225px);-webkit-animation:PrevRightBigFigureJuridical1150 1.5s ease-in-out;animation:PrevRightBigFigureJuridical1150 1.5s ease-in-out}
.services__juridical .section__background.-problem.-animation .services__juridical-bottom-small-figure{bottom:25px;left:calc(50% + 235px);-webkit-animation:PrevBottomSmallFigureJuridical1150 1.5s ease-in-out;animation:PrevBottomSmallFigureJuridical1150 1.5s ease-in-out}
.services__juridical .section__background.-problem.-animation .services__juridical-top-small-figure{-webkit-animation:PrevTopSmallFigureJuridical1150 1.5s ease-in-out;animation:PrevTopSmallFigureJuridical1150 1.5s ease-in-out}
.services__juridical .section__background.-solve .services__juridical-left-big-figure{bottom:-250px;left:50%}
.services__juridical .section__background.-solve .services__juridical-right-big-figure{bottom:-125px;left:calc(50% + 225px)}
.services__juridical .section__background.-solve .services__juridical-bottom-small-figure{bottom:25px;left:calc(50% + 235px)}
.services__juridical .section__background.-solve.-animation .services__juridical-left-big-figure{bottom:-325px;left:calc(50% - 225px);-webkit-animation:NextLeftBigFigureJuridical1150 1.5s ease-in-out;animation:NextLeftBigFigureJuridical1150 1.5s ease-in-out}
.services__juridical .section__background.-solve.-animation .services__juridical-right-big-figure{bottom:-225px;left:calc(50% - 335px);-webkit-animation:NextRightBigFigureJuridical1150 1.5s ease-in-out;animation:NextRightBigFigureJuridical1150 1.5s ease-in-out}
.services__juridical .section__background.-solve.-animation .services__juridical-bottom-small-figure{bottom:80px;left:calc(50% + 235px);-webkit-animation:NextBottomSmallFigureJuridical1150 1.5s ease-in-out;animation:NextBottomSmallFigureJuridical1150 1.5s ease-in-out}
.services__juridical .section__background.-solve.-animation .services__juridical-top-small-figure{left:calc(50% - 50px);-webkit-animation:NextTopSmallFigureJuridical1150 1.5s ease-in-out;animation:NextTopSmallFigureJuridical1150 1.5s ease-in-out}
.services__juridical-circle{top:-600px;left:calc(50% - 200px);width:1000px;height:1002px}
.services__juridical-circle img{width:1000px;height:1002px}
.services__juridical-left-big-figure,.services__juridical-left-big-figure img{width:850px;height:584px}
.services__juridical-right-big-figure,.services__juridical-right-big-figure img{width:625px;height:356px}
.services__juridical-bottom-small-figure,.services__juridical-bottom-small-figure img{width:75px;height:79px}
}
@media screen and (max-width:900px){.services__juridical .section__background.-problem .services__juridical-left-big-figure{bottom:-225px;left:calc(50% - 275px)}
.services__juridical .section__background.-problem .services__juridical-right-big-figure{bottom:-125px;left:calc(50% - 425px)}
.services__juridical .section__background.-problem .services__juridical-bottom-small-figure{bottom:150px;left:calc(50% + 200px)}
.services__juridical .section__background.-problem .services__juridical-top-small-figure{left:calc(50% - 175px)}
.services__juridical .section__background.-problem.-animation .services__juridical-left-big-figure{bottom:-225px;left:calc(50% - 150px);-webkit-animation:PrevLeftBigFigureJuridical900 1.5s ease-in-out;animation:PrevLeftBigFigureJuridical900 1.5s ease-in-out}
.services__juridical .section__background.-problem.-animation .services__juridical-right-big-figure{bottom:-100px;left:calc(50% + 50px);-webkit-animation:PrevRightBigFigureJuridical900 1.5s ease-in-out;animation:PrevRightBigFigureJuridical900 1.5s ease-in-out}
.services__juridical .section__background.-problem.-animation .services__juridical-bottom-small-figure{left:calc(50% + 75px);-webkit-animation:PrevBottomSmallFigureJuridical900 1.5s ease-in-out;animation:PrevBottomSmallFigureJuridical900 1.5s ease-in-out}
.services__juridical .section__background.-problem.-animation .services__juridical-top-small-figure{left:calc(50% - 150px);-webkit-animation:PrevTopSmallFigureJuridical900 1.5s ease-in-out;animation:PrevTopSmallFigureJuridical900 1.5s ease-in-out}
.services__juridical .section__background.-solve .services__juridical-left-big-figure{bottom:-225px;left:calc(50% - 150px)}
.services__juridical .section__background.-solve .services__juridical-right-big-figure{bottom:-100px;left:calc(50% + 50px)}
.services__juridical .section__background.-solve .services__juridical-bottom-small-figure{left:calc(50% + 75px)}
.services__juridical .section__background.-solve .services__juridical-top-small-figure{left:calc(50% - 150px)}
.services__juridical .section__background.-solve.-animation .services__juridical-left-big-figure{bottom:-225px;left:calc(50% - 275px);-webkit-animation:NextLeftBigFigureJuridical900 1.5s ease-in-out;animation:NextLeftBigFigureJuridical900 1.5s ease-in-out}
.services__juridical .section__background.-solve.-animation .services__juridical-right-big-figure{bottom:-125px;left:calc(50% - 425px);-webkit-animation:NextRightBigFigureJuridical900 1.5s ease-in-out;animation:NextRightBigFigureJuridical900 1.5s ease-in-out}
.services__juridical .section__background.-solve.-animation .services__juridical-bottom-small-figure{bottom:150px;left:calc(50% + 200px);-webkit-animation:NextBottomSmallFigureJuridical900 1.5s ease-in-out;animation:NextBottomSmallFigureJuridical900 1.5s ease-in-out}
.services__juridical .section__background.-solve.-animation .services__juridical-top-small-figure{left:calc(50% - 175px);-webkit-animation:NextTopSmallFigureJuridical900 1.5s ease-in-out;animation:NextTopSmallFigureJuridical900 1.5s ease-in-out}
.services__juridical-circle{top:-350px;left:calc(50% - 225px);width:750px;height:752px}
.services__juridical-circle img{width:750px;height:752px}
}
@media screen and (max-width:650px){.services__juridical .section__background.-problem .services__juridical-left-big-figure{left:calc(50% - 350px)}
.services__juridical .section__background.-problem .services__juridical-right-big-figure{left:calc(50% - 500px)}
.services__juridical .section__background.-problem .services__juridical-bottom-small-figure{left:calc(50% + 100px)}
.services__juridical .section__background.-problem.-animation .services__juridical-left-big-figure{left:calc(50% - 225px)}
.services__juridical .section__background.-problem.-animation .services__juridical-bottom-small-figure,.services__juridical .section__background.-problem.-animation .services__juridical-right-big-figure{left:calc(50% - 25px)}
.services__juridical .section__background.-solve .services__juridical-left-big-figure{left:calc(50% - 225px)}
.services__juridical .section__background.-solve .services__juridical-bottom-small-figure,.services__juridical .section__background.-solve .services__juridical-right-big-figure{left:calc(50% - 25px)}
.services__juridical .section__background.-solve.-animation .services__juridical-left-big-figure{left:calc(50% - 350px)}
.services__juridical .section__background.-solve.-animation .services__juridical-right-big-figure{left:calc(50% - 500px)}
.services__juridical .section__background.-solve.-animation .services__juridical-bottom-small-figure{left:calc(50% + 100px)}
.services__juridical-circle{left:calc(50% - 200px)}
.services__juridical-top-small-figure{display:none}
}
@media screen and (max-width:400px){.services__juridical .section__background.-problem .services__juridical-left-big-figure{left:calc(50% - 500px)}
.services__juridical .section__background.-problem .services__juridical-right-big-figure{left:calc(50% - 650px)}
.services__juridical .section__background.-problem .services__juridical-bottom-small-figure{left:calc(50% - 50px)}
.services__juridical .section__background.-problem.-animation .services__juridical-left-big-figure{left:calc(50% - 275px);-webkit-animation:PrevLeftBigFigureJuridical400 1.5s ease-in-out;animation:PrevLeftBigFigureJuridical400 1.5s ease-in-out}
.services__juridical .section__background.-problem.-animation .services__juridical-right-big-figure{left:calc(50% - 75px);-webkit-animation:PrevRightBigFigureJuridical400 1.5s ease-in-out;animation:PrevRightBigFigureJuridical400 1.5s ease-in-out}
.services__juridical .section__background.-problem.-animation .services__juridical-bottom-small-figure{left:calc(50% - 75px);-webkit-animation:PrevBottomSmallFigureJuridical400 1.5s ease-in-out;animation:PrevBottomSmallFigureJuridical400 1.5s ease-in-out}
.services__juridical .section__background.-solve .services__juridical-left-big-figure{left:calc(50% - 275px)}
.services__juridical .section__background.-solve .services__juridical-bottom-small-figure,.services__juridical .section__background.-solve .services__juridical-right-big-figure{left:calc(50% - 75px)}
.services__juridical .section__background.-solve.-animation .services__juridical-left-big-figure{left:calc(50% - 500px);-webkit-animation:NextLeftBigFigureJuridical400 1.5s ease-in-out;animation:NextLeftBigFigureJuridical400 1.5s ease-in-out}
.services__juridical .section__background.-solve.-animation .services__juridical-right-big-figure{left:calc(50% - 650px);-webkit-animation:NextRightBigFigureJuridical400 1.5s ease-in-out;animation:NextRightBigFigureJuridical400 1.5s ease-in-out}
.services__juridical .section__background.-solve.-animation .services__juridical-bottom-small-figure{left:calc(50% - 50px);-webkit-animation:NextBottomSmallFigureJuridical400 1.5s ease-in-out;animation:NextBottomSmallFigureJuridical400 1.5s ease-in-out}
.services__juridical-circle{left:calc(50% - 150px)}
}
@media screen and (max-width:1150px){.services__form-left-big-figure{left:auto;right:-175px}
.services__form-right-big-figure{left:auto;right:-75px}
}
@media screen and (max-width:750px){.services__form-left-big-figure{right:calc(50% - 365px)}
.services__form-right-big-figure{right:calc(50% - 225px)}
.services__form-small-figure{display:none}
}
@media screen and (max-height:750px) and (min-width:1301px){.ipHasAdminPanel .global .FAQ__top-figure{top:-225px;left:calc(50% - 375px)}
.ipHasAdminPanel .global .FAQ__bottom-big-figure{bottom:-320px;left:calc(50% + 500px)}
.ipHasAdminPanel .global .FAQ__bottom-small-figure{bottom:-125px;left:calc(50% + 750px)}
}
@media screen and (max-height:650px) and (min-width:1301px){.ipHasAdminNavbar .FAQ__top-figure{top:-225px;left:calc(50% - 375px)}
.ipHasAdminNavbar .FAQ__bottom-big-figure{bottom:-320px;left:calc(50% + 500px)}
.ipHasAdminNavbar .FAQ__bottom-small-figure{bottom:-125px;left:calc(50% + 750px)}
}
@media screen and (max-height:600px) and (min-width:1301px){.FAQ__top-figure{top:-225px;left:calc(50% - 375px)}
.FAQ__bottom-big-figure{bottom:-320px;left:calc(50% + 500px)}
.FAQ__bottom-small-figure{bottom:-125px;left:calc(50% + 750px)}
}
@media screen and (max-width:1300px){.FAQ__top-figure{top:-250px;left:calc(50% - 375px)}
.FAQ__bottom-big-figure{bottom:-350px;left:auto;right:-250px}
.FAQ__bottom-small-figure{bottom:-125px;left:auto;right:-150px}
}
@media screen and (max-width:1150px){.FAQ__top-figure{top:-375px;left:calc(50% - 275px)}
.FAQ__bottom-big-figure{bottom:-400px}
.FAQ__bottom-small-figure{bottom:-175px}
}
@media screen and (max-width:750px){.FAQ__top-figure{left:calc(50% - 175px)}
}
@media screen and (max-width:650px){.FAQ__top-figure{top:-325px;left:-175px}
}
@media screen and (max-height:750px) and (min-width:1151px){.ipHasAdminPanel .global .reviews__bottom-big-figure{bottom:-550px;left:calc(50% - 50px)}
.ipHasAdminPanel .global .reviews__bottom-small-figure{bottom:-400px;left:calc(50% + 150px)}
.ipHasAdminPanel .global .reviews__top-figure{top:-225px;left:calc(50% - 450px)}
}
@media screen and (max-height:650px) and (min-width:1151px){.ipHasAdminNavbar .reviews__bottom-big-figure{bottom:-550px;left:calc(50% - 50px)}
.ipHasAdminNavbar .reviews__bottom-small-figure{bottom:-400px;left:calc(50% + 150px)}
.ipHasAdminNavbar .reviews__top-figure{top:-225px;left:calc(50% - 450px)}
}
@media screen and (max-height:600px) and (min-width:1151px){.reviews__bottom-big-figure{bottom:-550px;left:calc(50% - 50px)}
.reviews__bottom-small-figure{bottom:-400px;left:calc(50% + 150px)}
.reviews__top-figure{top:-225px;left:calc(50% - 450px)}
}
@media screen and (max-width:1150px){.reviews__bottom-small-figure{bottom:-415px}
.reviews__top-figure{top:-235px;left:calc(50% - 325px)}
}
@media screen and (max-width:850px){.reviews__bottom-big-figure{left:calc(50% - 350px)}
.reviews__bottom-small-figure{left:calc(50% - 100px)}
.reviews__top-figure{left:calc(50% - 225px)}
}
@media screen and (max-width:650px){.reviews__top-figure{top:-215px;left:-200px}
}
@media screen and (max-height:800px) and (min-width:1151px){.ipHasAdminPanel .global .contacts__top-big-figure{top:-150px}
.ipHasAdminPanel .global .contacts__top-small-figure{top:10px}
.ipHasAdminPanel .global .contacts__bottom-figure{bottom:-650px}
}
@media screen and (max-height:750px) and (min-width:1151px){.ipHasAdminPanel .global .contacts__bottom-figure{bottom:-700px}
}
@media screen and (max-height:700px) and (min-width:1151px){.ipHasAdminPanel .global .contacts__bottom-figure{bottom:-750px}
}
@media screen and (max-height:650px) and (min-width:1151px){.ipHasAdminPanel .global .contacts__bottom-figure{bottom:-800px}
}
@media screen and (max-height:700px) and (min-width:1151px){.ipHasAdminNavbar .contacts__top-big-figure{top:-150px}
.ipHasAdminNavbar .contacts__top-small-figure{top:10px}
.ipHasAdminNavbar .contacts__bottom-figure{bottom:-650px}
}
@media screen and (max-height:650px) and (min-width:1151px){.ipHasAdminNavbar .contacts__bottom-figure{bottom:-700px}
}
@media screen and (max-height:600px) and (min-width:1151px){.ipHasAdminNavbar .contacts__bottom-figure{bottom:-750px}
}
@media screen and (max-height:550px) and (min-width:1151px){.ipHasAdminNavbar .contacts__bottom-figure{bottom:-800px}
}
@media screen and (max-height:650px) and (min-width:1151px){.contacts__top-big-figure{top:-150px}
.contacts__top-small-figure{top:10px}
.contacts__bottom-figure{bottom:-650px}
}
@media screen and (max-height:600px) and (min-width:1151px){.contacts__bottom-figure{bottom:-700px}
}
@media screen and (max-height:550px) and (min-width:1151px){.contacts__bottom-figure{bottom:-750px}
}
@media screen and (max-height:500px) and (min-width:1151px){.contacts__bottom-figure{bottom:-800px}
}
@media screen and (max-width:1150px){.contacts__top-big-figure{top:-175px;left:calc(50% - 250px)}
.contacts__top-small-figure{top:-25px;left:calc(50% - 175px)}
}
@media screen and (max-width:950px){.contacts__top-big-figure{left:calc(50% - 200px)}
.contacts__top-small-figure{left:calc(50% - 125px)}
.contacts__bottom-figure{bottom:-900px;left:calc(50% - 450px)}
}
@media screen and (max-width:650px){.contacts__top-big-figure{left:-175px}
.contacts__top-small-figure{left:-50px}
.contacts__bottom-figure{left:-350px}
}
.uf-container .uf-Response,.uf-screenFilter{left:0;top:0;width:100%;height:100%;text-align:center}
#uf-request h4,#uf-request label,.uf-container .uf-Response-text{font-family:Arial,sans-serif}
.uf-screenFilter{display:block;position:fixed;z-index:-10000}
.uf-container,.uf-screenFilter::after{display:inline-block;vertical-align:middle}
.uf-screenFilter::after{content:'';height:100%}
.uf-screenFilter.-open{z-index:100000}
.uf-screenFilter.-open.-blackout{background:rgba(0,0,0,.51)}
.uf-container{max-width:340px;width:100%;z-index:-1;-webkit-transform:scale(.5);transform:scale(.5);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform;-webkit-transition-timing-function:ease,ease;transition-timing-function:ease,ease;opacity:0;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;box-sizing:border-box}
.uf-container.-open{z-index:100000;opacity:1;transform:scale(1);-webkit-transform:scale(1)}
.uf-container.-sent{-webkit-perspective:500;perspective:500}
.uf-container.-sent #uf-request{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}
.uf-container.-sent .uf-Response{-webkit-transform:rotateY(0);transform:rotateY(0)}
.uf-container.-close{opacity:0;transform:scale(.5);-webkit-transform:scale(.5)}
.uf-container .uf-Response{position:absolute;-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg);-webkit-transition:-webkit-transform .8s ease;transition:-webkit-transform .8s ease;transition:transform .8s ease;transition:transform .8s ease,-webkit-transform .8s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-top-width:50px;border-bottom-width:50px;border-left:0;border-right:0;border-style:solid;background-color:#fff;padding:20px;-webkit-box-shadow:0 0 15px #000;box-shadow:0 0 15px #000;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.uf-container .uf-Response-text{font-size:17px}
.uf-container .uf-Response.-success{overflow:visible;border-color:#28921f}
.uf-container .uf-Response.-error{overflow:visible;border-color:#d81f1f}
.uf-container .uf-Response button{display:inline-block;width:calc(50% - 2px);height:30px;border:0;padding:0;border-radius:3px;font-weight:700;background-color:#2E8ECE;cursor:pointer;color:#fff}
.uf-loader{position:absolute;left:calc(50% - 15px);top:calc(50% - 15px)}
#uf-request{display:block;position:relative;-webkit-transition:-webkit-transform .8s ease;transition:-webkit-transform .8s ease;transition:transform .8s ease;transition:transform .8s ease,-webkit-transform .8s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-box-shadow:0 0 15px #000;box-shadow:0 0 15px #000;background-color:#fff;padding:20px;text-align:center}
#uf-request form{margin-bottom:0}
#uf-request fieldset{-webkit-transition:opacity .5s ease,height .5s ease;transition:opacity .5s ease,height .5s ease;opacity:1;border:none;padding:0;margin:0}
#uf-request fieldset.-close>:not(.uf-loader):not(.uf-popupForm-title){opacity:0}
#uf-request>button[name=cancel]{position:absolute;right:0;top:0;padding:0 10px;font-size:29px;background:0 0;border:none;z-index:20;cursor:pointer}
.slick-list,.slick-slider,.slick-track,.uf-siteForm{position:relative}
#uf-request>button[name=cancel]::after{display:block;content:"×"}
#uf-request h4{font-weight:700;font-size:20px;text-align:center;margin:0 0 15px}
#uf-request input:not([type=checkbox]),#uf-request textarea{width:100%;text-align:center;border:1px solid #adadad;background-position:98% 50%;background-repeat:no-repeat;border-radius:3px;background-color:#fff;-webkit-transition:border-color .5s ease,-webkit-box-shadow .5s ease;transition:border-color .5s ease,-webkit-box-shadow .5s ease;transition:box-shadow .5s ease,border-color .5s ease;transition:box-shadow .5s ease,border-color .5s ease,-webkit-box-shadow .5s ease}
#uf-request input:not([type=checkbox]):focus,#uf-request textarea:focus{border-color:#4AA3DF;-webkit-box-shadow:none;box-shadow:none;outline:0}
#uf-request input[type=checkbox][data-validate=fail],.uf-siteForm input[type=checkbox][data-validate=fail]{outline:#b03535 solid 1px}
#uf-request input:not([type=checkbox])[name=bTrap],#uf-request textarea[name=bTrap]{display:none!important}
#uf-request input:not([type=checkbox])[data-validate=success],#uf-request textarea[data-validate=success]{-webkit-box-shadow:0 0 5px #5cd053;box-shadow:0 0 5px #5cd053;border-color:#28921f;background-image:url(/Plugin/UniFeedback/img/valid.png);background-size:20px 20px}
#uf-request input:not([type=checkbox])[data-validate=fail],#uf-request textarea[data-validate=fail]{-webkit-box-shadow:0 0 5px #d45252;box-shadow:0 0 5px #d45252;border-color:#b03535;background-image:url(/Plugin/UniFeedback/img/invalid.png);background-size:20px 20px}
#uf-request input:not([type=checkbox]){height:26px}
#uf-request .uf-popupForm-buttons{margin-top:25px;white-space:nowrap}
#uf-request .uf-popupForm-buttons button{display:inline-block;width:calc(50% - 2px);height:30px;border:0;padding:0;border-radius:3px;font-weight:700;background-color:#2E8ECE;cursor:pointer;color:#fff}
.note,.quote{color:#000;font-style:italic;font-weight:400}
#uf-request select[data-validate=fail]{-webkit-box-shadow:0 0 5px #d45252;box-shadow:0 0 5px #d45252;border-color:#b03535}
#uf-request button[name=submit]{-webkit-transition:background-color .5s ease;transition:background-color .5s ease;opacity:1}
#uf-request button[name=submit][data-validate=success]{background-color:#28921f}
#uf-request button[name=submit][data-validate=fail]{background-color:#b03535}
#uf-request label{display:inline-block;text-align:center;margin:10px 0 5px}
.uf-siteForm fieldset{padding:0;border:none;margin:0}
.uf-siteForm input:not([type=checkbox]),.uf-siteForm textarea{background-color:#fff;background-position:98% 50%;background-repeat:no-repeat}
.uf-siteForm input:not([type=checkbox]):focus,.uf-siteForm textarea:focus{border-color:#4AA3DF}
.uf-siteForm input:not([type=checkbox])[name=bTrap],.uf-siteForm textarea[name=bTrap]{display:none}
.uf-siteForm input:not([type=checkbox])[data-validate=success],.uf-siteForm textarea[data-validate=success]{-webkit-box-shadow:0 0 5px #5cd053;box-shadow:0 0 5px #5cd053;border-color:#28921f;background-image:url(/Plugin/UniFeedback/img/valid.png);background-size:20px 20px}
.uf-siteForm input:not([type=checkbox])[data-validate=fail],.uf-siteForm textarea[data-validate=fail]{-webkit-box-shadow:0 0 5px #d45252;box-shadow:0 0 5px #d45252;border-color:#b03535;background-image:url(/Plugin/UniFeedback/img/invalid.png);background-size:20px 20px}
.uf-siteForm button[name=submit]{-webkit-transition:background-color .5s ease;transition:background-color .5s ease;opacity:1}
.uf-siteForm button[name=submit][data-validate=success]{background-color:#28921f}
.uf-siteForm button[name=submit][data-validate=fail]{background-color:#b03535}
.uf-siteForm .uf-Response{padding:20px;display:none;text-align:center}
.slick-list,.slick-slider,.slick-track,.uf-siteForm.-sent .uf-Response{display:block}
.uf-siteForm .uf-Response.-success{border:1px solid #28921f}
.uf-siteForm .uf-Response.-error{border:1px solid #d81f1f}
@media screen and (max-width:350px){.uf-container{left:0;width:100%}
}
@-webkit-keyframes needed{0%,100%{-webkit-transform:scale(1);transform:scale(1)}
25%{-webkit-transform:scale(1.1);transform:scale(1.1)}
50%{-webkit-transform:scale(.9);transform:scale(.9)}
75%{-webkit-transform:scale(1.05);transform:scale(1.05)}
}
@keyframes needed{0%,100%{-webkit-transform:scale(1);transform:scale(1)}
25%{-webkit-transform:scale(1.1);transform:scale(1.1)}
50%{-webkit-transform:scale(.9);transform:scale(.9)}
75%{-webkit-transform:scale(1.05);transform:scale(1.05)}
}
.slick-slider{box-sizing:border-box;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:0}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{top:0;left:0;margin-left:auto;margin-right:auto}
.slick-track:after,.slick-track:before{display:table;content:''}
.slick-slide{display:none;float:left;height:100%;min-height:1px}
[dir=rtl] .slick-slide{float:right}
.slick-slide img{display:block}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}
.clear,.note,.quote{display:block}
#ipWidgetAsdSliderMenu{z-index:10000}
.clear{height:0;overflow:hidden;width:0}
.clearfix,.ipModuleForm .form-horizontal .form-group,.ipModuleForm.form-horizontal .form-group{zoom:1}
.clearfix:after,.clearfix:before,.ipModuleForm .form-horizontal .form-group:after,.ipModuleForm .form-horizontal .form-group:before,.ipModuleForm.form-horizontal .form-group:after,.ipModuleForm.form-horizontal .form-group:before{content:'.';display:block;font-size:0;height:0;line-height:0;overflow:hidden;visibility:hidden;width:0}
.hidden{visibility:hidden!important}
body,html{border:none;margin:0;padding:0}
.quote{font-family:Georgia,Times,"Times New Roman",serif;font-size:24px;margin:1em;text-align:center}
.ipWidget,.note{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:14px}
.note{background-color:transparent;border-left-color:#747474;border-left-style:solid;border-left-width:2px;margin-bottom:1em;padding-left:1em}
.button{background-color:#019bd4;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;font-weight:700;padding:.5em 1em}
.ipWidget .note,.ipWidget .quote{display:block;font-style:italic;font-weight:400}
.button:hover{-webkit-box-shadow:0 0 0 1px #019bd4 inset;box-shadow:0 0 0 1px #019bd4 inset;background:#01516e}
.button a{color:inherit}
.button a:hover{text-decoration:inherit}
.ipWidget{zoom:1;color:#000;margin-bottom:20px}
.ipWidget:after,.ipWidget:before{content:'.';display:block;font-size:0;height:0;line-height:0;overflow:hidden;visibility:hidden;width:0}
.ipWidget blockquote,.ipWidget dd,.ipWidget dl,.ipWidget dt,.ipWidget li,.ipWidget ol,.ipWidget p,.ipWidget pre,.ipWidget ul{border:none;margin:0;padding:0}
.ipWidget:last-child{margin-bottom:0}
.ipWidget .quote{color:#000;font-family:Georgia,Times,"Times New Roman",serif;font-size:24px;margin:1em;text-align:center}
.ipBlock .ipbExampleContent .ipbDefault,.ipModuleForm .btn-default,.ipModuleForm textarea.form-control,.ipWidget .button,.ipWidget .note,.ipWidget table{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif}
.ipWidget .note,.ipWidget table,.ipWidget tbody tr:first-child td,.ipWidget td,.ipWidget th,.ipWidget thead td{font-size:14px}
.ipWidget .note{background-color:transparent;border-left-color:#747474;border-left-style:solid;border-left-width:2px;color:#000;margin-bottom:1em;padding-left:1em}
.ipWidget ol,.ipWidget ul{list-style-position:inside;margin:0 0 1em 1em}
.ipWidget .button{background-color:#019bd4;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-weight:700;padding:.5em 1em;text-decoration:none}
.ipWidget .button:hover{-webkit-box-shadow:0 0 0 1px #019bd4 inset;box-shadow:0 0 0 1px #019bd4 inset;background:#01516e}
.ipWidget .button a{color:inherit}
.ipWidget .button a:hover{text-decoration:inherit}
.ipWidget ul{list-style-type:square}
.ipWidget ol ol,.ipWidget ul ul{margin-bottom:0}
.ipWidget li{line-height:1.5;margin-bottom:5px}
.ipWidget p+ol,.ipWidget p+ul{margin-top:-.5em}
.ipWidget a{text-decoration:none}
.ipWidget table{border-collapse:collapse;color:#000;margin-bottom:1em;width:100%}
.ipWidget table p{line-height:normal;margin:0}
.ipWidget td{padding:9px}
.ipWidget thead+tbody tr:first-child td{background-color:transparent;border-bottom:1px solid #8e8e8e;color:inherit;font-size:14px;font-weight:400}
.ipWidget ol:last-child,.ipWidget p:last-child,.ipWidget ul:last-child{margin-bottom:0}
.ipModuleForm fieldset{padding:0;margin:0;border:0;min-width:0}
.ipModuleForm legend{display:block;width:100%;padding:0;margin-bottom:21px;font-size:21px;line-height:inherit;color:#000;border:0;border-bottom:1px solid #747474}
.ipModuleForm label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}
.ipModuleForm input[type=search]{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none}
.ipModuleForm input[type=radio],.ipModuleForm input[type=checkbox]{margin:1px 0 0;line-height:normal}
.ipModuleForm .form-control,.ipModuleForm output{font-size:14px;line-height:1.5;color:#000;display:block}
.ipModuleForm input[type=file]{display:block}
.ipModuleForm input[type=range]{display:block;width:100%}
.ipModuleForm select[multiple],.ipModuleForm select[size]{height:auto}
.ipModuleForm input[type=radio]:focus,.ipModuleForm input[type=checkbox]:focus,.ipModuleForm input[type=file]:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}
.ipModuleForm output{padding-top:7px}
.ipModuleForm .form-control{width:100%;height:35px;padding:6px 12px;background-color:#fff;background-image:none;border:1px solid #747474;border-radius:3px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s}
.ipModuleForm .form-control:focus{border-color:#000;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6)}
.ipModuleForm .form-control::-moz-placeholder{color:#777;opacity:1}
.ipModuleForm .form-control:-ms-input-placeholder{color:#777}
.ipModuleForm .form-control::-webkit-input-placeholder{color:#777}
.ipModuleForm .has-success .checkbox,.ipModuleForm .has-success .checkbox-inline,.ipModuleForm .has-success .control-label,.ipModuleForm .has-success .form-control-feedback,.ipModuleForm .has-success .help-block,.ipModuleForm .has-success .radio,.ipModuleForm .has-success .radio-inline{color:#3c763d}
.ipModuleForm .form-control[disabled],.ipModuleForm .form-control[readonly],fieldset[disabled] .ipModuleForm .form-control{cursor:not-allowed;background-color:#eee;opacity:1}
textarea.ipModuleForm .form-control{height:auto}
@media screen and (-webkit-min-device-pixel-ratio:0){.ipModuleForm input[type=date],.ipModuleForm input[type=time],.ipModuleForm input[type=datetime-local],.ipModuleForm input[type=month]{line-height:35px}
.input-group-sm .ipModuleForm input[type=date],.input-group-sm .ipModuleForm input[type=time],.input-group-sm .ipModuleForm input[type=datetime-local],.input-group-sm .ipModuleForm input[type=month],.ipModuleForm input[type=date].input-sm,.ipModuleForm input[type=time].input-sm,.ipModuleForm input[type=datetime-local].input-sm,.ipModuleForm input[type=month].input-sm{line-height:30px}
.input-group-lg .ipModuleForm input[type=date],.input-group-lg .ipModuleForm input[type=time],.input-group-lg .ipModuleForm input[type=datetime-local],.input-group-lg .ipModuleForm input[type=month],.ipModuleForm input[type=date].input-lg,.ipModuleForm input[type=time].input-lg,.ipModuleForm input[type=datetime-local].input-lg,.ipModuleForm input[type=month].input-lg{line-height:46px}
}
.ipModuleForm .checkbox,.ipModuleForm .radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}
.ipModuleForm .checkbox label,.ipModuleForm .radio label{min-height:21px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}
.ipModuleForm .checkbox input[type=checkbox],.ipModuleForm .checkbox-inline input[type=checkbox],.ipModuleForm .radio input[type=radio],.ipModuleForm .radio-inline input[type=radio]{position:absolute;margin-left:-20px;margin-top:4px}
.ipModuleForm .checkbox+.checkbox,.ipModuleForm .radio+.radio{margin-top:-5px}
.ipModuleForm .checkbox-inline,.ipModuleForm .radio-inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}
.ipModuleForm .checkbox-inline+.checkbox-inline,.ipModuleForm .radio-inline+.radio-inline{margin-top:0;margin-left:10px}
.ipModuleForm .checkbox-inline.disabled,.ipModuleForm .checkbox.disabled label,.ipModuleForm .radio-inline.disabled,.ipModuleForm .radio.disabled label,.ipModuleForm input[type=radio].disabled,.ipModuleForm input[type=radio][disabled],.ipModuleForm input[type=checkbox].disabled,.ipModuleForm input[type=checkbox][disabled],fieldset[disabled] .ipModuleForm .checkbox label,fieldset[disabled] .ipModuleForm .checkbox-inline,fieldset[disabled] .ipModuleForm .radio label,fieldset[disabled] .ipModuleForm .radio-inline,fieldset[disabled] .ipModuleForm input[type=radio],fieldset[disabled] .ipModuleForm input[type=checkbox]{cursor:not-allowed}
.ipModuleForm .form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0}
.ipModuleForm .form-control-static.input-lg,.ipModuleForm .form-control-static.input-sm{padding-left:0;padding-right:0}
.ipModuleForm .input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}
select.ipModuleForm .input-sm{height:30px;line-height:30px}
select[multiple].ipModuleForm .input-sm,textarea.ipModuleForm .input-sm{height:auto}
.ipModuleForm .form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}
select.ipModuleForm .form-group-sm .form-control{height:30px;line-height:30px}
select[multiple].ipModuleForm .form-group-sm .form-control,textarea.ipModuleForm .form-group-sm .form-control{height:auto}
.ipModuleForm .form-group-sm .form-control-static{height:30px;padding:5px 10px;font-size:12px;line-height:1.5}
.ipModuleForm .input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:3px}
select.ipModuleForm .input-lg{height:46px;line-height:46px}
select[multiple].ipModuleForm .input-lg,textarea.ipModuleForm .input-lg{height:auto}
.ipModuleForm .form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:3px}
select.ipModuleForm .form-group-lg .form-control{height:46px;line-height:46px}
select[multiple].ipModuleForm .form-group-lg .form-control,textarea.ipModuleForm .form-group-lg .form-control{height:auto}
.ipModuleForm .form-group-lg .form-control-static{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333}
.ipModuleForm .has-feedback{position:relative}
.ipModuleForm .has-feedback .form-control{padding-right:43.75px}
.ipModuleForm .form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:35px;height:35px;line-height:35px;text-align:center;pointer-events:none}
.ipModuleForm .input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}
.ipModuleForm .input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}
.ipModuleForm .has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}
.ipModuleForm .has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}
.ipModuleForm .has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}
.ipModuleForm .has-warning .checkbox,.ipModuleForm .has-warning .checkbox-inline,.ipModuleForm .has-warning .control-label,.ipModuleForm .has-warning .form-control-feedback,.ipModuleForm .has-warning .help-block,.ipModuleForm .has-warning .radio,.ipModuleForm .has-warning .radio-inline{color:#8a6d3b}
.ipModuleForm .has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}
.ipModuleForm .has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}
.ipModuleForm .has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}
.ipModuleForm .has-error .checkbox,.ipModuleForm .has-error .checkbox-inline,.ipModuleForm .has-error .control-label,.ipModuleForm .has-error .form-control-feedback,.ipModuleForm .has-error .help-block,.ipModuleForm .has-error .radio,.ipModuleForm .has-error .radio-inline{color:#b80000}
.ipModuleForm .has-error .form-control{border-color:#b80000;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}
.ipModuleForm .has-error .form-control:focus{border-color:#850000;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ff1f1f;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ff1f1f}
.ipModuleForm .has-error .input-group-addon{color:#b80000;border-color:#b80000;background-color:#f2dede}
.ipModuleForm .has-feedback label~.form-control-feedback{top:26px}
.ipModuleForm .has-feedback label.sr-only~.form-control-feedback{top:0}
.ipModuleForm .help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}
@media (min-width:768px){.ipModuleForm .form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}
.ipModuleForm .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}
.ipModuleForm .form-inline .form-control-static{display:inline-block}
.ipModuleForm .form-inline .input-group{display:inline-table;vertical-align:middle}
.ipModuleForm .form-inline .input-group .form-control,.ipModuleForm .form-inline .input-group .input-group-addon,.ipModuleForm .form-inline .input-group .input-group-btn{width:auto}
.ipModuleForm .form-inline .input-group>.form-control{width:100%}
.ipModuleForm .form-inline .control-label{margin-bottom:0;vertical-align:middle}
.ipModuleForm .form-inline .checkbox,.ipModuleForm .form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}
.ipModuleForm .form-inline .checkbox label,.ipModuleForm .form-inline .radio label{padding-left:0}
.ipModuleForm .form-inline .checkbox input[type=checkbox],.ipModuleForm .form-inline .radio input[type=radio]{position:relative;margin-left:0}
.ipModuleForm .form-inline .has-feedback .form-control-feedback{top:0}
.ipModuleForm .form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}
}
.ipModuleForm .form-horizontal .checkbox,.ipModuleForm .form-horizontal .checkbox-inline,.ipModuleForm .form-horizontal .radio,.ipModuleForm .form-horizontal .radio-inline{margin-top:0;margin-bottom:0;padding-top:7px}
.ipModuleForm .form-horizontal .checkbox,.ipModuleForm .form-horizontal .radio{min-height:28px}
.ipModuleForm .form-horizontal .form-group{margin-left:-20px;margin-right:-20px}
.ipModuleForm .input-group-btn:last-child>.btn,.ipModuleForm .input-group-btn:last-child>.btn-group,.ipModuleForm .input-group-btn>.btn+.btn{margin-left:-1px}
.ipModuleForm .form-horizontal .has-feedback .form-control-feedback{right:20px}
@media (min-width:768px){.ipModuleForm .form-horizontal .form-group-lg .control-label{padding-top:14.33px}
.ipModuleForm .form-horizontal .form-group-sm .control-label{padding-top:6px}
}
.ipModuleForm .input-group{position:relative;display:table;border-collapse:separate}
.ipModuleForm .input-group[class*=col-]{float:none;padding-left:0;padding-right:0}
.ipModuleForm .input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}
.ipModuleForm .input-group-lg>.form-control,.ipModuleForm .input-group-lg>.input-group-addon,.ipModuleForm .input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:3px}
select.ipModuleForm .input-group-lg>.form-control,select.ipModuleForm .input-group-lg>.input-group-addon,select.ipModuleForm .input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}
select[multiple].ipModuleForm .input-group-lg>.form-control,select[multiple].ipModuleForm .input-group-lg>.input-group-addon,select[multiple].ipModuleForm .input-group-lg>.input-group-btn>.btn,textarea.ipModuleForm .input-group-lg>.form-control,textarea.ipModuleForm .input-group-lg>.input-group-addon,textarea.ipModuleForm .input-group-lg>.input-group-btn>.btn{height:auto}
.ipModuleForm .input-group-sm>.form-control,.ipModuleForm .input-group-sm>.input-group-addon,.ipModuleForm .input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}
select.ipModuleForm .input-group-sm>.form-control,select.ipModuleForm .input-group-sm>.input-group-addon,select.ipModuleForm .input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}
select[multiple].ipModuleForm .input-group-sm>.form-control,select[multiple].ipModuleForm .input-group-sm>.input-group-addon,select[multiple].ipModuleForm .input-group-sm>.input-group-btn>.btn,textarea.ipModuleForm .input-group-sm>.form-control,textarea.ipModuleForm .input-group-sm>.input-group-addon,textarea.ipModuleForm .input-group-sm>.input-group-btn>.btn{height:auto}
.ipModuleForm .input-group .form-control,.ipModuleForm .input-group-addon,.ipModuleForm .input-group-btn{display:table-cell}
.ipModuleForm .input-group .form-control:not(:first-child):not(:last-child),.ipModuleForm .input-group-addon:not(:first-child):not(:last-child),.ipModuleForm .input-group-btn:not(:first-child):not(:last-child){border-radius:0}
.ipModuleForm .input-group-addon,.ipModuleForm .input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}
.ipModuleForm .input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#000;text-align:center;background-color:#dadada;border:1px solid #747474;border-radius:3px}
.ipModuleForm .input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}
.ipModuleForm .input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:3px}
.ipModuleForm .input-group-addon input[type=radio],.ipModuleForm .input-group-addon input[type=checkbox]{margin-top:0}
.ipModuleForm .input-group .form-control:first-child,.ipModuleForm .input-group-addon:first-child,.ipModuleForm .input-group-btn:first-child>.btn,.ipModuleForm .input-group-btn:first-child>.btn-group>.btn,.ipModuleForm .input-group-btn:first-child>.dropdown-toggle,.ipModuleForm .input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.ipModuleForm .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}
.ipModuleForm .input-group-addon:first-child{border-right:0}
.ipModuleForm .input-group .form-control:last-child,.ipModuleForm .input-group-addon:last-child,.ipModuleForm .input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.ipModuleForm .input-group-btn:first-child>.btn:not(:first-child),.ipModuleForm .input-group-btn:last-child>.btn,.ipModuleForm .input-group-btn:last-child>.btn-group>.btn,.ipModuleForm .input-group-btn:last-child>.dropdown-toggle{border-bottom-left-radius:0;border-top-left-radius:0}
.ipModuleForm .input-group-addon:last-child{border-left:0}
.ipModuleForm .input-group-btn{position:relative;font-size:0;white-space:nowrap}
.ipModuleForm .input-group-btn>.btn{position:relative}
.ipModuleForm .input-group-btn>.btn:active,.ipModuleForm .input-group-btn>.btn:focus,.ipModuleForm .input-group-btn>.btn:hover{z-index:2}
.ipModuleForm .input-group-btn:first-child>.btn,.ipModuleForm .input-group-btn:first-child>.btn-group{margin-right:-1px}
@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}
to{background-position:0 0}
}
@keyframes progress-bar-stripes{from{background-position:40px 0}
to{background-position:0 0}
}
.ipModuleForm .progress{overflow:hidden;height:21px;background-color:#f5f5f5;border-radius:3px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}
.ipModuleForm .progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:21px;color:#fff;text-align:center;background-color:#019bd4;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;transition:width .6s ease}
.ipModuleForm .progress-bar-striped,.ipModuleForm .progress-striped .progress-bar{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px}
.ipModuleForm .progress-bar.active,.ipModuleForm .progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}
.ipModuleForm *{-webkit-box-sizing:border-box;box-sizing:border-box}
.ipModuleForm .form-group{margin-bottom:20px}
.ipModuleForm .form-group.type-blank,.ipModuleForm .progress{margin-bottom:0}
.ipModuleForm .form-control,.ipModuleForm .input-group{max-width:380px}
.ipModuleForm textarea.form-control{height:10em}
.ipModuleForm .help-hint{background-color:#747474;color:#fff;display:none;font-size:12px;padding:4px 10px 2px;position:absolute;right:0;top:0;width:50%;z-index:1}
.ipModuleForm .form-group:hover .help-hint{display:block}
.ipModuleForm .help-error{background-color:#b80000;color:#fff;display:none;font-size:12px;max-width:380px;padding:4px 10px 2px;width:100%}
.ipModuleForm .has-error .help-error{display:block}
.ipModuleForm .captcha img{display:block;max-width:100%}
.ipModuleForm .form-group.type-blank label,.ipModuleForm .form-group.type-submit label{display:none}
.ipModuleForm .form-group.type-blank .help-error{margin-bottom:20px}
.ipModuleForm ._file{background-color:#dadada;border:1px solid #747474;border-radius:3px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);margin-top:5px;max-width:380px;min-height:20px;padding:.5em;position:relative;word-wrap:break-word}
.ipModuleForm ._file .close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}
.ipModuleForm ._file .close:focus,.ipModuleForm ._file .close:hover{text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}
.ipModuleForm ._file button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}
.ipModuleForm ._file ._error{color:#b80000;font-size:12px}
.ipModuleForm .btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.5;border-radius:3px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.ipModuleForm .btn-default{background:#019bd4;border:none;border-radius:3px;color:#fff;cursor:pointer;font-weight:700;margin:0;padding:.5em 1em}
.ipModuleForm .btn-default:hover{-webkit-box-shadow:0 0 0 1px #019bd4 inset;box-shadow:0 0 0 1px #019bd4 inset;background:#01516e;text-decoration:inherit}
@media (min-width:768px){.ipModuleForm.form-inline .form-control-static,.ipModuleForm.form-inline .form-group{display:inline-block}
.ipModuleForm.form-inline .control-label,.ipModuleForm.form-inline .form-group{margin-bottom:0;vertical-align:middle}
.ipModuleForm.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}
.ipModuleForm.form-inline .input-group{display:inline-table;vertical-align:middle}
.ipModuleForm.form-inline .input-group .form-control,.ipModuleForm.form-inline .input-group .input-group-addon,.ipModuleForm.form-inline .input-group .input-group-btn{width:auto}
.ipModuleForm.form-inline .input-group>.form-control{width:100%}
.ipModuleForm.form-inline .checkbox,.ipModuleForm.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}
.ipModuleForm.form-inline .checkbox label,.ipModuleForm.form-inline .radio label{padding-left:0}
.ipModuleForm.form-inline .checkbox input[type=checkbox],.ipModuleForm.form-inline .radio input[type=radio]{position:relative;margin-left:0}
.ipModuleForm.form-inline .has-feedback .form-control-feedback{top:0}
.ipModuleForm.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}
}
.ipModuleForm.form-horizontal .checkbox,.ipModuleForm.form-horizontal .checkbox-inline,.ipModuleForm.form-horizontal .radio,.ipModuleForm.form-horizontal .radio-inline{margin-top:0;margin-bottom:0;padding-top:7px}
.ipModuleForm.form-horizontal .checkbox,.ipModuleForm.form-horizontal .radio{min-height:28px}
.ipModuleForm.form-horizontal .form-group{margin-left:-20px;margin-right:-20px}
.ipModuleForm.form-horizontal .has-feedback .form-control-feedback{right:20px}
@media (min-width:768px){.ipModuleForm.form-horizontal .form-group-lg .control-label{padding-top:14.33px}
.ipModuleForm.form-horizontal .form-group-sm .control-label{padding-top:6px}
}
.ipBlock{min-height:10px}
.ipBlock.ipbEmpty{min-height:30px;outline:#000 dashed 1px}
.ipBlock.ipbEmpty:hover{outline-color:#019bd4}
.ipBlock .ipbExampleContent{position:relative}
.ipBlock .ipbExampleContent:after{background-color:#e3e3e3;content:' ';display:block;height:100%;left:0;position:absolute;opacity:.3;filter:alpha(opacity=30);top:0;width:100%}
.ipBlock .ipbExampleContent .ipWidget:hover{outline:0}
.ipBlock .ipbExampleContent .ipbDefault{color:#2f313f;font-size:24px;height:50px;line-height:50px;visibility:hidden;text-align:center;white-space:nowrap;overflow:hidden;position:relative;z-index:2}
.ipBlock .ipbExampleContent .ipbUser{position:relative;margin-top:-50px;height:50px;overflow:hidden}
.ipBlock .ipbExampleContent:hover .ipbDefault{visibility:visible}
.ipBlock .ipbExampleContent:hover .ipbUser{visibility:hidden}
.breadcrumb{margin-bottom:20px;list-style:none;padding:0}
.breadcrumb>li{display:inline-block}
.breadcrumb>li+li:before{font-family:Arial,sans-serif;content:"\2192";padding:0 .5em;color:#000}
.homeHeadline,.logo a{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;font-weight:700}
.breadcrumb>.active{color:#000}
.ipWidget-Columns ._container{margin:0 -10px}
.ipWidget-Columns ._col{-webkit-box-sizing:border-box;box-sizing:border-box;float:left;min-height:1px;padding:0 10px;position:relative}
.ipFAQList .description{font-size:16px}
@media screen and (max-width:768px){.ipWidget-Columns ._col{float:none;margin-bottom:20px;width:auto!important}
.ipWidget-Columns ._col:last-child{margin-bottom:0}
}
.ipWidget-Divider.ipSkin-default{border-bottom:1px solid #747474;height:0}
.ipWidget-Divider.ipSkin-space{height:25px}
.ipWidget-File ul{list-style:none;margin-left:0}
.ipWidget-File a{color:#019bd4;font-weight:700}
.ipWidget-File a:hover{text-decoration:underline}
.ipWidget-Form .ipwThankYou{border:1px solid #888;padding:20px 25px}
.ipWidget-Gallery{margin-bottom:0}
.ipWidget-Gallery ._container{list-style:none;margin:0 -10px}
.ipWidget-Gallery ._item{-webkit-box-sizing:border-box;box-sizing:border-box;float:left;margin-bottom:20px;padding:0 10px;width:24.99%}
.ipWidget-Gallery ._image{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;width:100%}
@media screen and (max-width:480px){.ipWidget-Gallery ._container{margin:0 -10px}
.ipWidget-Gallery ._item{margin-bottom:20px;padding:0 10px;width:50%}
}
.ipWidget-Html{max-width:100%}
.ipWidget-Image img{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;max-width:100%}
.ipWidget-Text pre,.ipWidget-Text table{max-width:100%;overflow:auto}
.ipWidget-Heading{margin-bottom:10px;margin-top:30px}
.ipWidget-Heading:first-child{margin-top:0}
.ipWidget-Heading a{color:#000;text-decoration:inherit}
.ipWidget-Heading a:hover{text-decoration:underline}
.button2,a{text-decoration:none}
[class*=" col_"],[class^=col_]{-webkit-box-sizing:border-box;box-sizing:border-box;float:left;min-height:1px;margin-bottom:20px;padding:0 10px;position:relative}
[class*=" col_"] .grid,[class^=col_] .grid{margin:0 -10px}
.hidden{display:none!important}
body.rtl{direction:rtl}
a{color:#019bd4}
.left{float:left}
.right{float:right}
.wrapper>footer p{margin:0}
.homerow{border-top:1px solid #747474;padding-top:20px}
.side{clear:left}
@media screen and (max-width:979px){.main+.side{border-top:1px solid #747474;padding-top:20px}
}
.sidenav{margin-bottom:0}
.sidenav nav>ul{margin-bottom:40px}
.logo a{color:#000;font-size:24px}
.homeHeadline{font-size:60px;margin:20px 0;text-align:center}
.homeDescription,.homeDescription p{margin-bottom:20px}
@media screen and (max-width:479px){.homeHeadline{font-size:40px}
}
.homeDescription{font-family:Georgia,Times,"Times New Roman",serif;font-size:24px}
.homeDescription p:last-child{margin-bottom:0}
.button2{background-color:#ddd;border-radius:5px;cursor:pointer;display:inline-block;font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;padding:.5em 1em}
.button2:hover{-webkit-box-shadow:0 0 0 1px #aaa inset;box-shadow:0 0 0 1px #aaa inset;background:#ccc}
.button2 a{color:inherit}
.button2 a:hover{text-decoration:inherit}
.languages a:hover,.sidenav nav a:hover{text-decoration:underline}
.topmenuPopup{background-color:#fff;border:1px solid #747474;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.5);box-shadow:0 1px 3px rgba(0,0,0,.5);-webkit-box-sizing:border-box;box-sizing:border-box;display:none;left:0;margin-top:0;position:absolute;top:0;width:100%;z-index:10}
.languages,.languages li{display:inline-block}
.languages{margin-left:20px}
.languages ul{list-style:none;margin:0;padding:0}
.languages a,.sidenav nav a{color:#019bd4;display:block}
.languages a{padding:.5em .25em;white-space:nowrap}
.languages .active a{font-weight:700}
.sidenav nav{font-size:14px}
.sidenav nav ul{list-style:none;margin:0;padding:0}
.sidenav nav ul ul{margin-left:1em}
.sidenav nav a{margin-bottom:10px}
.sidenav nav .active>a{font-weight:700}
.sidenav nav .crumb>a{color:#000;font-weight:700}
.sidenav nav.collapse .level1 ul{display:none}
.sidenav nav.collapse .active>ul,.sidenav nav.collapse .crumb>ul{display:block}
.ipWidget-File li{background:url(img/icon_download.gif) left center no-repeat;margin-bottom:4px;padding-left:25px}
.side .ipWidget-Gallery li{width:50%}