

/* Start:/local/components/kit/encoded.form/templates/popup/style.css?17239250251731*/
.form .form__checkbox.required {
    display: none;
}
.form {
    width: 100%;
    padding: 10px;
}
.form .form_right {
    max-width: 100%;
}
.form .form_right .field_bar .question {
    font-family: 'SourceCodePro-Medium', monospace;
}
.form .form__checkbox_text {
    font-size: 13px;
}
.inline-label.form__checkbox {
    display: table;
    min-width: 100px;
}
.form .btn {
    font-size: calc(10px + 10 * (100vw - 1600px) / 950);
    height: calc(37px + 26 * (100vw - 1600px) / 950);
}
.form .error, .form .success {
    font-family: 'SourceCodePro-Medium', monospace;
    font-size: 20px;
    display: flex;
    min-height: 300px;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.form .success {
    flex-direction: column;
}
.success p {
    margin-top: 10px;
}
.form div.submit {
    display: flex;
    align-items: baseline;
}
.form .submit__text {
    font-family: 'SourceCodePro-Medium', monospace;
    color: #ff1717;
    font-size: 18px;
    margin-left: 34px;
}

.light_theme .popup-window-dark {
    background-color: rgba(255, 255, 255, 0.9);
}
.light_theme .popup-window-dark .popup-window-content {
    color: #000;
}
.light_theme .popup-window-dark .popup-window-close-icon::after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.666.621a.5.5 0 00-.707 0L5.002 3.58 2.044.62a.5.5 0 00-.707 0l-.714.714a.5.5 0 000 .707L3.581 5 .623 7.957a.5.5 0 000 .708l.714.713a.5.5 0 00.707 0L5.002 6.42l2.957 2.958a.5.5 0 00.708 0l.713-.714a.5.5 0 000-.707L6.422 5 9.38 2.042a.5.5 0 000-.707L8.666.62z' fill='%23000'/%3E%3C/svg%3E");
}

/* End */


/* Start:/local/templates/encoded_modern/template_styles.css?172392502569516*/
html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
}

p {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit; /* 2 */
    margin: 0; /* 3 */
    color: inherit; /* 1 */
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer; /* 3 */
    -webkit-appearance: button; /* 2 */
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search] {
    box-sizing: content-box;
    -webkit-appearance: textfield; /* 1 */ /* 2 */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0; /* 2 */
    border: 0; /* 1 */
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

@font-face {
    font-family: 'SourceCodePro-Light';
    src: url(/local/templates/encoded_modern/fonts/SourceCodePro/SourceCodePro-Light.eot);
    src: url(/local/templates/encoded_modern/fonts/SourceCodePro/SourceCodePro-Light.eot?#iefix) format('embedded-opentype'),
    url(/local/templates/encoded_modern/fonts/SourceCodePro/SourceCodePro-Light.otf) format('otf'),
    url(/local/templates/encoded_modern/fonts/SourceCodePro/SourceCodePro-Light.svg#SourceCodePro-Light) format('svg'),
    url(/local/templates/encoded_modern/fonts/SourceCodePro/SourceCodePro-Light.ttf) format('truetype'),
    url(/local/templates/encoded_modern/fonts/SourceCodePro/SourceCodePro-Light.woff) format('woff'),
    url(/local/templates/encoded_modern/fonts/SourceCodePro/SourceCodePro-Light.woff2) format('woff2');
}
@font-face {
    font-family: 'SourceCodePro-Medium';
    src: url(/local/templates/encoded_modern/fonts/SourceCodePro/SourceCodePro-Medium.eot);
    src: url(/local/templates/encoded_modern/fonts/SourceCodePro/SourceCodePro-Medium.eot?#iefix) format('embedded-opentype'),
    url(/local/templates/encoded_modern/fonts/SourceCodePro/SourceCodePro-Medium.otf) format('otf'),
    url(/local/templates/encoded_modern/fonts/SourceCodePro/SourceCodePro-Medium.svg#SourceCodePro-Medium) format('svg'),
    url(/local/templates/encoded_modern/fonts/SourceCodePro/SourceCodePro-Medium.ttf) format('truetype'),
    url(/local/templates/encoded_modern/fonts/SourceCodePro/SourceCodePro-Medium.woff) format('woff'),
    url(/local/templates/encoded_modern/fonts/SourceCodePro/SourceCodePro-Medium.woff2) format('woff2');
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    height: 100%;
    background-color: #fff;
}

body {
    font-family: 'SourceCodePro-Light', monospace;
    font-size: calc(13px + 5 * (100vw - 375px) / 1545);
    font-weight: 500;
    font-style: normal;
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
    letter-spacing: -.01em;
    color: rgba(255, 255, 255, .96);
}

a {
    font-size: calc(13px + 5 * (100vw - 375px) / 1545);
    transition: color, .2s;
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: none;
    color: #93f8bb;
}

.light_theme a {
    color: #363636;
}

.light_theme a:hover {
    color: #3bdd8f;
}

h1 {
    font-family: 'SourceCodePro-Medium', monospace;
    font-size: calc(64px + 44 * (100vw - 1199px) / 721);
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 30px;
}

h2 {
    font-family: 'SourceCodePro-Medium', monospace;
    font-size: calc(24px + 40 * (100vw - 375px) / 1545);
    font-weight: 300;
    /*max-width: 40%;*/
    margin: 0;
    letter-spacing: -.02em;
}

h3 {
    font-weight: normal;
    margin-bottom: 15px;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated_long {
    animation-duration: 2s;
    animation-fill-mode: both;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.animated.hinge {
    animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    animation-duration: .75s;
}

.bounce {
    transform-origin: center bottom;
    animation-name: bounce;
}

.flash {
    animation-name: flash;
}

.pulse {
    animation-name: pulse;
}

.rubberBand {
    animation-name: rubberBand;
}

.shake {
    animation-name: shake;
}

.headShake {
    animation-name: headShake;
    animation-timing-function: ease-in-out;
}

.swing {
    transform-origin: top center;
    animation-name: swing;
}

.tada {
    animation-name: tada;
}

.wobble {
    animation-name: wobble;
}

.jello {
    transform-origin: center;
    animation-name: jello;
}

.bounceIn {
    animation-name: bounceIn;
}

.bounceInDown {
    animation-name: bounceInDown;
}

.bounceInLeft {
    animation-name: bounceInLeft;
}

.bounceInRight {
    animation-name: bounceInRight;
}

.bounceInUp {
    animation-name: bounceInUp;
}

.bounceOut {
    animation-name: bounceOut;
}

.bounceOutDown {
    animation-name: bounceOutDown;
}

.bounceOutLeft {
    animation-name: bounceOutLeft;
}

.bounceOutRight {
    animation-name: bounceOutRight;
}

.bounceOutUp {
    animation-name: bounceOutUp;
}

.fadeIn {
    animation-name: fadeIn;
}

.bigger {
    animation-name: bigger;
}

.rotation-simple {
    animation-name: rotation-simple;
}

.fadeInDown {
    animation-name: fadeInDown;
}

.fadeInDownBig {
    animation-name: fadeInDownBig;
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}

.fadeInRight {
    animation-name: fadeInRight;
}

.fadeInRightBig {
    animation-name: fadeInRightBig;
}

.fadeInUp {
    animation-name: fadeInUp;
    animation-delay: .3s;
}

.fadeInUp-later {
    animation-name: fadeInUp;
    animation-delay: 1s;
}

.fadeInUp-later-unpo {
    animation-name: fadeInUp;
    animation-delay: .5s;
}

.fadeInUpBig {
    animation-name: fadeInUpBig;
}

.fadeOut {
    animation-name: fadeOut;
}

.fadeOutDown {
    animation-name: fadeOutDown;
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig;
}

.fadeOutLeft {
    animation-name: fadeOutLeft;
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}

.fadeOutRight {
    animation-name: fadeOutRight;
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}

.fadeOutUp {
    animation-name: fadeOutUp;
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig;
}

.animated.flip {
    animation-name: flip;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

.flipInX {
    animation-name: flipInX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.flipInY {
    animation-name: flipInY;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.flipOutY {
    animation-name: flipOutY;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}

.rotateIn {
    animation-name: rotateIn;
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft;
}

.rotateInDownRight {
    animation-name: rotateInDownRight;
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}

.rotateInUpRight {
    animation-name: rotateInUpRight;
}

.rotateOut {
    animation-name: rotateOut;
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight;
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight;
}

.hinge {
    animation-name: hinge;
}

.rollIn {
    animation-name: rollIn;
}

.rollOut {
    animation-name: rollOut;
}

.zoomIn {
    animation-name: zoomIn;
}

.zoomInDown {
    animation-name: zoomInDown;
}

.zoomInLeft {
    animation-name: zoomInLeft;
}

.zoomInRight {
    animation-name: zoomInRight;
}

.zoomInUp {
    animation-name: zoomInUp;
}

.zoomOut {
    animation-name: zoomOut;
}

.zoomOutDown {
    animation-name: zoomOutDown;
}

.zoomOutLeft {
    animation-name: zoomOutLeft;
}

.zoomOutRight {
    animation-name: zoomOutRight;
}

.zoomOutUp {
    animation-name: zoomOutUp;
}

.slideInDown {
    animation-name: slideInDown;
}

.slideInLeft {
    animation-name: slideInLeft;
}

.slideInRight {
    animation-name: slideInRight;
}

.slideInUp {
    animation-name: slideInUp;
}

.slideOutDown {
    animation-name: slideOutDown;
}

.slideOutLeft {
    animation-name: slideOutLeft;
}

.slideOutRight {
    animation-name: slideOutRight;
}

.slideOutUp {
    animation-name: slideOutUp;
}

.header {
    z-index: 2;
    margin-bottom: 20px;
    padding: 0 0 12px 0;
    background-color: transparent;
}

.header__inner {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0 1rem;
    align-items: center;
}

.header__inner .right_menu {
    display: flex;
    width: inherit;
    justify-content: flex-end;
}

.header__inner .menu {
    position: relative;
    display: flex;
    width: 100%;
    margin-top: 1%;
    align-items: center;
    justify-content: flex-start;
}

.header__inner .menu .logo {
    display: flex;
    align-items: center;
}
.logo h1 {
    font-size: 29px;
    margin-bottom: 0;
    line-height: 1.3;
}

.header__inner .menu .logo .img svg {
    display: block;
    width: 120px;
}
.header__inner .menu .logo .text {

}
.header__inner .menu .logo .text svg {
    display: block;
    width: 420px;
}
.header__inner .menu .logo .img svg path {
    fill: #fff;
}

.encoded-word {
    animation: color-animation 30s linear infinite;
}

.title-word-1 {
    --color-0: #fff;
    --color-1: #5aa384;
    --color-2: #111316;
    --color-3: #2b4c3f;
}

.title-word-2 {
    --color-0: #fff;
    --color-1: #3a645a;
    --color-2: #ACCFCB;
    --color-3: #17494D;
}

.title-word-3 {
    --color-0: #fff;
    --color-1: #ACCFCB;
    --color-2: #2b4c3f;
    --color-3: #ACCFCB;
}

.title-word-4 {
    --color-0: #fff;
    --color-1: #111316;
    --color-2: #5aa384;
    --color-3: #2b4c3f;
}
.title-word-5 {
    --color-0: #fff;
    --color-1: #5aa384;
    --color-2: #111316;
    --color-3: #2b4c3f;
}

@keyframes color-animation {
    0%   {color: var(--color-1)}
    6%   {color: var(--color-2)}
    12%   {color: var(--color-3)}
    18%  {color: var(--color-1)}
    24%   {color: var(--color-2)}
    30%   {color: var(--color-3)}
    36%   {color: var(--color-1)}
    42%  {color: var(--color-2)}
    48%   {color: var(--color-3)}
    54%   {color: var(--color-1)}
    60%  {color: var(--color-2)}
    66%   {color: var(--color-3)}
    72%   {color: var(--color-1)}
    78%  {color: var(--color-2)}
    84%   {color: var(--color-3)}
    90%   {color: var(--color-1)}
    96%   {color: var(--color-2)}
    100%   {color: var(--color-3)}
}

.container {
    display: grid;
    place-items: center;
    text-align: center;
    height: 100vh
}

.header__inner .menu .menu_horizontal .list {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-color: transparent;
    justify-content: space-between;
}

.header__inner .menu .menu_horizontal .list li {
    position: relative;
    margin: 0 20px;
}

.header__inner .menu .menu_horizontal .list li:first-child {
    margin-left: 0;
}

.header__inner .menu .menu_horizontal .list li .link_menu {
    font-family: 'SourceCodePro-Light', monospace;
    color: rgba(255, 255, 255, .7);
}

.header__inner .menu .menu_horizontal .list li .link_menu span {
    padding: 0 6px;
}

.header__inner .menu .menu_horizontal .list li:hover {
    color: #363636;
}

.header__inner .menu .menu_horizontal .list li:hover:after {
    height: 6px;
    transition: height .3s ease-in-out;
}

.link_active {
    margin-top: 10px;
    color: #93f8bb !important;
}

.page {
    position: relative;
}

.page-container {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 320px;
    min-height: 100%;
    background-color: #1e1e1e;
    background-image: url('/local/templates/encoded_modern/img/noise.png');
    background-repeat: repeat;
    justify-content: flex-start;
    align-items: stretch;
    background-blend-mode: overlay;
}

.page-container:after {
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    content: '';
    pointer-events: none;
    background-image: url('/local/templates/encoded_modern/img/grad.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.page {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

video.aurora,
.aurora_light {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    -o-object-fit: cover;
    object-fit: cover;
}

.aurora_light {
    display: none;
    opacity: .1;
    filter: invert(1);
}

.light_theme video.aurora {
    display: none;
}

.light_theme .aurora_light {
    display: block;
}

.page__inner {
    z-index: 1;
    display: flex;
    flex-direction: column;
    background-color: transparent;
    flex-grow: 1;
}

.page__item {
    margin-bottom: 90px;
    background-color: transparent;
}

.footer {
    z-index: 1;
    width: 100%;
    padding: 0 3rem;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .4);
    background: transparent;
}

.footer__inner {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: flex-start;
    justify-content: space-between;
}

.footer__inner .left img {
    max-width: 160px;
}

.footer__inner .left .list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer__inner .left .list li {
    margin-bottom: 20px;
}

.footer__inner .right .social {
    display: flex;
    margin-bottom: 32px;
    align-items: center;
    justify-content: flex-start;
}

.footer__inner .right .social a.link {
    margin-right: 20px;
    color: #fff;
}

.footer__inner .right .social a.link:hover {
    color: #93f8bb;
}

.footer__inner .right .social a.link:last-child {
    margin-right: 0;
}

.footer__inner .right .cr {
    font-family: 'MontserratLight', 'Arial', serif;
    font-size: 17px;
    line-height: 20px;
    margin-top: 32px;
    text-align: left;
    opacity: .7;
    color: #fff;
}

.footer__inner .link_contact span {
    padding: 0 6px;
}

.form__item {
    font-size: calc(13px + 5 * (100vw - 375px) / 1545);
    line-height: calc(18px + 6 * (100vw - 375px) / 1545);
    display: inline-block;
    width: 100%;
    height: 42px;
    margin-bottom: 32px;
    padding: 4px 6px;
    vertical-align: top;
    letter-spacing: -.01em;
    color: rgba(255, 255, 255, .8);
    color: #fff;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    border-left: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
}

.form__item::-webkit-input-placeholder {
    -webkit-transition: color .3s;
    transition: color .3s;
    color: rgba(255, 255, 255, .8);
}

.form__item::-moz-placeholder {
    -moz-transition: color .3s;
    transition: color .3s;
    color: rgba(255, 255, 255, .8);
}

.form__item:focus {
    border-color: rgb(255, 255, 255);
    outline: 0;
}

.form__item[disabled] {
    cursor: default;
    background-color: rgba(255, 255, 255, .3);
}

.form__item:invalid {
    border-color: #ea8f8f;
}

.form__item:invalid::-webkit-input-placeholder {
    content: 'Заполните, пожалуйста, это поле';
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #ea8f8f;
}

.form__item:invalid::-moz-placeholder {
    content: 'Заполните, пожалуйста, это поле';
    -moz-transition: all .3s;
    transition: all .3s;
    color: #ea8f8f;
}

.form__item:focus::-webkit-input-placeholder {
    -webkit-transition: all .3s;
    transition: all .3s;
    color: transparent;
}

.form__item:focus::-moz-placeholder {
    -moz-transition: all .3s;
    transition: all .3s;
    color: transparent;
}

.form__item_big {
    padding: 20px 12px;
}

.form__textarea {
    font-size: calc(13px + 5 * (100vw - 375px) / 1545);
    line-height: calc(18px + 6 * (100vw - 375px) / 1545);
    width: 100%;
    height: 100px;
    margin-bottom: 40px;
    padding: 4px 6px;
    resize: none;
    letter-spacing: -.01em;
    color: rgba(255, 255, 255, .8);
    color: #fff;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    border-left: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
}

.form__textarea::-webkit-input-placeholder {
    -webkit-transition: color .3s;
    transition: color .3s;
    color: rgba(255, 255, 255, .8);
}

.form__textarea::-moz-placeholder {
    -moz-transition: color .3s;
    transition: color .3s;
    color: rgba(255, 255, 255, .8);
}

.form__textarea:focus {
    border-color: rgb(255, 255, 255);
    outline: 0;
}

.form__textarea[disabled] {
    cursor: default;
    background-color: rgba(255, 255, 255, .3);
}

.form__textarea:focus::-webkit-input-placeholder {
    -webkit-transition: color .3s;
    transition: color .3s;
    color: transparent;
}

.form__textarea:focus::-moz-placeholder {
    -moz-transition: color .3s;
    transition: color .3s;
    color: transparent;
}

.form__textarea_custom {
    border: 1px solid transparent;
    border-radius: 10px 10px 0 0;
    box-shadow: none;
}

.form__textarea_custom:focus {
    border-color: transparent;
    outline: 0;
}

/* fuck ie */

.internet-explorer .page__inner {
    height: calc(100vh - 70px - 50px);
}

.btn {
    font-family: 'SourceCodePro-Light', monospace;
    font-size: calc(14px + 4 * (100vw - 1280px) / 640);
    font-weight: normal;
    position: relative;
    display: flex;
    height: 40px;
    padding: 6px 20px;
    cursor: pointer;
    transition: all .2s;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    text-decoration: none;
    letter-spacing: .3px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    outline: 0;
    background: transparent;
    box-shadow: 3px 5px 1px #93f8bb;
    align-items: center;
    justify-content: center;
}

.btn:hover,
.btn:active,
.btn:focus {
    transition: all .2s;
    text-decoration: none;
    outline: 0;
}

.btn:hover,
.btn:focus {
    box-shadow: 3px 8px 1px #fff;
}

.btn:active {
    box-shadow: 3px 5px 1px #fff;
}

.theme-button {
    position: fixed;
    z-index: 4;
    top: 35%;
    right: -70px;
    display: flex;
    width: 160px;
    height: 60px;
    padding-top: 10px;
    cursor: pointer;
    transition: all .2s;
    transform: rotate(-90deg);
    background-color: #363636;
    align-items: flex-start;
    justify-content: center;
}

.theme-button p {
    font-family: 'SourceCodePro-Light', monospace;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
}

.theme-button:hover {
    right: -60px;
    transition: all .2s;
}

.delete {
    position: relative;
    border: none;
    background-color: transparent;
}

.delete:hover {
    opacity: .5;
}

.form__checkbox {
    font-size: 12px;
    position: relative;
    display: inline-block;
    margin-bottom: 12px;
    padding: 5px 14px;
    cursor: pointer;
    vertical-align: top;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.form__checkbox_hidden {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    margin: 0;
    opacity: 0;
}

.form__checkbox_indicator {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 40px;
    background: transparent;
}
.inline-label.form__checkbox:hover > .form__checkbox_indicator {
    border: 1px solid rgb(145, 145, 145);
}

.form__checkbox_text {
    font-family: 'SourceCodePro-Light', monospace;
    font-size: calc(13px + 5 * (100vw - 375px) / 1545);
    position: relative;
    z-index: 1;
    display: block;
    transition: all .2s;
    pointer-events: none;
    color: rgba(255, 255, 255, .7);
}

.form__checkbox > input:checked ~ .form__checkbox_indicator {
    border-color: #3bdd8f;
    background: transparent;
}

.form__checkbox > input:checked ~ .form__checkbox_text {
    color: #3bdd8f;
}

.form__checkbox > input:focus ~ .form__checkbox_indicator {
    color: #93f8bb;
}

.form__checkbox > input:disabled ~ .form__checkbox_indicator {
    cursor: default;
    background-color: rgba(255, 255, 255, .3);
}

.form__checkbox > input:disabled ~ .form__checkbox_text {
    cursor: default;
    color: rgba(255, 255, 255, .3);
}

/* Global Button Styles */

li.animated-button {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    transition: all 1s ease;
    color: #363636;
    border-radius: 0;
}

li.animated-button:after {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 0;
    content: '';
    transition: all .75s ease 0s;
}

li.animated-button:hover {
    color: #fff;
    text-shadow: none;
}

li.animated-button:hover:after {
    height: 450%;
}

li.animated-button {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    transition: all 1s ease-in-out;
    color: #363636;
    border-radius: 0;
}

li.animated-button.thar-three {
    position: relative;
    display: block;
    cursor: pointer;
    transition: all .3s cubic-bezier(.42, 0, .58, 1) 0s;
    color: #363636;
}

li.animated-button.thar-three span {
    position: relative;
    z-index: 1;
}

li.animated-button.thar-three:hover {
    transition-delay: .2s;
    color: #fff !important;
    background-color: transparent;
}

li.animated-button.thar-three:hover:before {
    right: auto;
    left: 0;
    width: 100%;
    transition-delay: .2s;
}

li.animated-button.thar-three:before {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    display: block;
    width: 0;
    height: 100%;
    content: '';
    transition: all .3s cubic-bezier(.42, 0, .58, 1);
    color: #fff !important;
    background: #93f8bb;
}

.preloader {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    display: flex;
    visibility: hidden;
    width: 100%;
    height: 100%;
    transition: all .3s ease-in;
    pointer-events: none;
    opacity: 0;
    background-color: #363636;
    background-image: url('/local/templates/encoded_modern/img/noise.png');
    align-items: center;
    justify-content: center;
    background-blend-mode: overlay;
}

.active_load {
    visibility: visible;
    transition: all .3s ease-out;
    opacity: 1;
}

.load_line {
    width: 100%;
}

.load_line__inner {
    width: 0;
    height: 4px;
    background-color: #93f8bb;
}

.light_theme .preloader {
    background-color: #fafafa;
}

.gb_animate,
.gs_animate {
    opacity: 0;
}

.image img {
    width: 100%;
}

.stoppedpl {
    overflow: hidden;
}

.gradient_box {
    position: fixed;
    z-index: 0;
    top: 0;
    right: 3%;
    transition: all .2s;
    filter: blur(30px);
}

.gradient {
    z-index: 0;
    transition: all .2s linear;
    animation-name: rotation;
    animation-duration: 15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.noise {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    opacity: .3;
    background-image: url('/local/templates/encoded_modern/img/noise.png');
    background-size: 20%;
    background-blend-mode: overlay;
    filter: brightness(.5);
}

.righted_textblock {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-end;
}

.righted_textblock p {
    min-width: 320px;
    max-width: 360px;
}

.link {
    display: inline-block;
    transition: color, .2s;
    vertical-align: top;
    text-decoration: none;
    color: rgba(255, 255, 255, .96);
}

.link:hover {
    color: #93f8bb;
}

.link:focus,
.link:active {
    text-decoration: none;
    outline: 0;
}

.link_violet {
    text-decoration: none;
    color: #93f8bb;
}

.link_contact {
    color: #93f8bb;
}

.link_contact span {
    padding: 0 6px;
}

.section_header.form_header h2 {
    width: 100%;
    max-width: 100%;
}

.section_header {
    margin-bottom: 60px;
}

.more_btn {
    display: flex;
    width: 100%;
    margin-top: 60px;
    align-items: center;
    justify-content: center;
}

.image_item {
    width: 100%;
}

.image_item img {
    width: 100%;
}

.form {
    display: flex;
    width: 100%;
    align-items: flex-start;
}

.form_right {
    width: auto;
    max-width: 70%;
}

.form_right .field_bar {
    margin-bottom: 40px;
}

.form_right .field_bar__items {
    display: flex;
    flex-wrap: wrap;
}

.form_right .field_bar__items label {
    margin-right: 10px;
    margin-bottom: 10px;
}

.form_right .field_bar .question {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    letter-spacing: -.01em;
}

.form_right .input_bar {
    max-width: 800px;
}

.form__outter h2 {
    width: 100%;
    max-width: 60%;
    margin-bottom: 60px;
}

.layout-inner,
.page__inner {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 3rem;
}

.img_container {
    position: relative;
}

.img_container svg {
    width: 100%;
}

.img_container svg path {
    fill: #fff;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.photo_mobile {
    display: none;
}

.tablet {
    display: none !important;
}

.desktop-img {
    display: block;
}

.stopped {
    overflow: hidden;
}

.revert {
    align-self: flex-end;
    justify-content: flex-end;
}

.photo {
    min-width: 400px;
    margin-top: 40px;
}

.photo img {
    margin-bottom: 0 !important;
}

.light_theme {
    color: #363636;
}

.light_theme .page-container {
    position: relative;
    background-color: #fafafa;
    background-image: none;
}

.light_theme .page-container:after {
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    content: '';
    pointer-events: none;
    background-image: url('/local/templates/encoded_modern/img/grad_2.png');
    background-repeat: no-repeat;
    background-position: -30% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}

.light_theme .page {
    z-index: 1;
}

.light_theme .header__inner .menu .logo svg path {
    /*fill: #363636;*/
}
.light_theme .header__inner .menu .logo .img svg .st0 {
    fill: #000;
}
.light_theme .header__inner .menu .logo .img svg .st1 {
    fill:none;stroke:#f5f5e5;stroke-width:12;stroke-miterlimit:10;
}
.light_theme .header__inner .menu .logo .img svg .st2 {
    fill: #f5f5e5;
}
.light_theme .header__inner .menu .logo .img svg .st3 {
    fill: #f5f5e5;
}


.header__inner .menu .logo .img svg .st0 {
    fill: #FFFFFF;
}
.header__inner .menu .logo .img svg .st1 {
    fill:none;stroke:#1E1E1C;stroke-width:12;stroke-miterlimit:10;
}
.header__inner .menu .logo .img svg .st2 {
    fill:#1E1E1C;
}
.header__inner .menu .logo .img svg .st3 {
    fill:#020203;
}

.light_theme .header__inner .menu .logo svg .st0:last-child {
    fill: #93f8bb;
}

.light_theme .header__inner .menu {
    background-image: none;
}

.light_theme .header__inner .menu_horizontal .list li .link_menu {
    color: rgba(54, 54, 54, .7);
}

.light_theme .btn {
    color: #363636;
    border-color: #363636;
}

.light_theme .form {
    background-image: none;
}

.light_theme .form__checkbox_indicator {
    border-color: #363636;
}

.light_theme .form__checkbox_text {
    color: #363636;
}

.light_theme .link {
    color: #363636;
}

.light_theme .form__item,
.light_theme .form__textarea {
    color: rgb(54, 54, 54);
    border-color: rgba(54, 54, 54, .5);
}

.light_theme .form__item::-webkit-input-placeholder,
.light_theme .form__textarea::-webkit-input-placeholder {
    -webkit-transition: color .3s;
    transition: color .3s;
    color: rgba(54, 54, 54, .4);
}

.light_theme .form__item::-moz-placeholder,
.light_theme .form__textarea::-moz-placeholder {
    -moz-transition: color .3s;
    transition: color .3s;
    color: rgba(54, 54, 54, .4);
}

.light_theme .form__item:focus::-webkit-input-placeholder,
.light_theme .form__textarea:focus::-webkit-input-placeholder {
    -webkit-transition: all .3s;
    transition: all .3s;
    color: transparent;
}

.light_theme .form__item:focus::-moz-placeholder,
.light_theme .form__textarea:focus::-moz-placeholder {
    -moz-transition: all .3s;
    transition: all .3s;
    color: transparent;
}

.light_theme .footer {
    border-color: rgb(54, 54, 54);
    background-color: transparent;
}

.light_theme .footer .footer__inner {
    background-image: none;
}

.light_theme .footer .footer__inner .right .social a.link {
    color: rgb(54, 54, 54);
}

.light_theme .footer__inner .right .cr {
    color: rgba(54, 54, 54, .5);
}

.light_theme .link_active {
    color: #3bdd8f !important;
}

.light_theme .link.link_menu:hover {
    color: #3bdd8f !important;
}

.light_theme .img_container {
    position: relative;
}

.light_theme .img_container svg {
    width: 100%;
}

.light_theme .img_container svg path {
    fill: #363636;
}

.panel {
    position: fixed;
    z-index: 8;
    bottom: 0;
    left: 0;
    display: none;
    visibility: hidden;
    width: 100%;
    height: 45px;
    transition: all .2s ease-out;
    transform: translateY(20%);
    opacity: 0;
    border-top: 1px solid rgba(54, 54, 54, .5);
    background-color: #1e1e1e;
    background-image: url('/local/templates/encoded_modern/img/noise.png');
    background-repeat: repeat;
    justify-content: flex-start;
    align-items: stretch;
    background-blend-mode: overlay;
}

.panel__inner {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 16px;
    align-items: center;
    justify-content: space-between;
}

.panel_item {
    position: relative;
    display: flex;
    width: auto;
    height: 100%;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}

.panel_item:last-of-type {
    border-right: 0;
}

.panel_item img {
    filter: invert(1);
}

.panel_item .theme-switcher__inner span.line {
    background-color: #fff;
}

.panel_open {
    visibility: hidden;
    opacity: 0;
}

.panel_search {
    position: absolute;
    z-index: 8;
    bottom: 0;
    left: 0;
    display: flex;
    visibility: hidden;
    width: 100%;
    height: 100%;
    transition: all .2s ease-out;
    opacity: 0;
    background-color: #fff;
    align-items: stretch;
    justify-content: flex-start;
}

.panel_search .form__search {
    font-size: 14px;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    border: 0;
    border-radius: 0;
    outline: none;
    background-color: #fff;
    box-shadow: none;
}

.panel_search .form__search:focus::-webkit-input-placeholder {
    -webkit-transition: color .3s;
    transition: color .3s;
    color: transparent;
}

.panel_search .form__search:focus::-moz-placeholder {
    -moz-transition: color .3s;
    transition: color .3s;
    color: transparent;
}

.panel_search .close_search {
    display: flex;
    height: 100%;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
}

.panel_search .close_search img {
    width: 14px;
    height: 14px;
}

.ps_opened {
    display: flex;
    visibility: visible;
    transition: all .2s ease-out;
    opacity: 1;
}

.theme-switcher {
    width: 70%;
    /*max-width: 160px;*/
}

.theme-switcher__inner {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.theme-switcher__inner .sun {
    width: 26px;
    height: 26px;
    max-height: 26px;
}

.theme-switcher__inner .moon {
    max-height: 22px;
}

.theme-switcher__inner span.line {
    width: 100%;
    height: 1px;
    margin: 0 12px;
    content: '';
    background-color: #363636;
}

.jd_text {
    opacity: .6;
}

.bold {
    font-family: 'SourceCodePro-Light', monospace;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
}

.clearfix:after {
    clear: both;
}

.responsive-img {
    width: 100%;
    height: auto;
}

.relative {
    position: relative;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.invisible {
    visibility: hidden;
}

.flex-center {
    margin-top: auto;
    margin-bottom: auto;
}

.center {
    text-align: center;
}

.nowrap {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.last {
    margin-right: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.inline {
    display: inline-block;
    vertical-align: top;
}

.disabled {
    cursor: default;
    color: #b3b8c0;
}


@media (max-width: 1300px) and (min-width: 1200px) {
    .page__inner,
    .footer {
        padding: 0 2rem;
    }
}

@media (min-width: 1599px) {

    .header__inner .menu .menu_horizontal .list li {
        margin: 0 32px;
    }

    .header__inner .menu .menu_horizontal .list li .link_menu {
        font-size: calc(20px + 10 * (100vw - 1600px) / 950);
    }

    .btn {
        font-size: calc(16px + 14 * (100vw - 1600px) / 950);
        height: calc(54px + 26 * (100vw - 1600px) / 950);
        padding: 6px 30px;
    }

    .link_contact,
    .link {
        font-size: calc(20px + 10 * (100vw - 1600px) / 950);
    }

    .form__checkbox {
        padding: 6px 20px;
    }

    .form__checkbox_text {
        font-size: calc(20px + 10 * (100vw - 1600px) / 950);
    }

    .form_right .input_bar {
        max-width: 100%;
    }

    .form_right .field_bar__items label {
        margin-right: 14px;
        margin-bottom: 14px;
    }

    .form_right .field_bar .question {
        font-size: calc(20px + 10 * (100vw - 1600px) / 950);
        margin-bottom: 32px;
    }

    .form__item {
        font-size: calc(20px + 10 * (100vw - 1600px) / 950);
        height: calc(60px + 20 * (100vw - 1600px) / 950);
        padding: 6px 30px;
    }

    .form__textarea {
        font-size: calc(20px + 10 * (100vw - 1600px) / 950);
        padding: 6px 30px;
    }
}

@media (max-width: 1199px) {

    .righted_textblock p {
        min-width: unset;
        max-width: 260px;
    }

    .header {
        position: sticky;
        z-index: 8;
        top: -1px;
        border-bottom: none;
        background-color: transparent;
        background-image: none;
        background-repeat: repeat;
        justify-content: flex-start;
        align-items: stretch;
        background-blend-mode: overlay;
        -webkit-backdrop-filter: blur(45px);
        backdrop-filter: blur(45px);
    }

    .light_theme .header {
        border-bottom: 1px solid rgba(54, 54, 54, .5) !important;
        background-color: #fafafa;
    }

    .panel {
        display: flex;
        height: 50px;
        border-color: transparent;
        background-color: transparent;
        background-image: none;
        -webkit-backdrop-filter: blur(45px);
        backdrop-filter: blur(45px);
    }

    .light_theme .page-container:after {
        background-position: bottom;
    }

    .header__inner .menu {
        padding: 0;
        background-image: none;
        justify-content: space-between;
    }

    .header__inner .right_menu {
        display: none;
    }

    .section_header h2 {
        line-height: inherit;
    }

    .tablet {
        display: block !important;
    }

    .form {
        padding: 0;
    }

    .form__checkbox {
        font-size: 11px;
        padding: 4px 12px;
    }

    .form__outter h2 {
        width: 100%;
        max-width: 80%;
        margin-bottom: 32px;
    }

    .form__checkbox_text {
        font-size: 12px;
    }

    .form_right {
        max-width: 100%;
    }

    .footer {
        border-top: 1px solid rgba(255, 255, 255, .7);
    }

    .light_theme .footer {
        border-top: 1px solid #363636;
    }

    .light_theme .panel__inner {
        border-top: 1px solid rgba(54, 54, 54, .5);
    }

    .footer .footer__inner {
        padding-top: 20px !important;
        background-image: none !important;
    }

    .page__item {
        margin-bottom: 72px;
    }

    .header {
        margin-bottom: 0;
        padding: 16px 0;
    }

    .header__inner .menu .logo img {
        max-width: 320px;
    }

    .change_theme .dark_img {
        display: none;
    }

    .theme-button {
        display: none;
    }

    .desktop-img {
        display: none;
    }

    .tablet {
        display: block;
    }

    .hidden_surprize {
        display: none;
    }

    .menu_horizontal {
        display: none;
    }

    .links_list.mobile {
        display: block;
    }

    .section_header {
        margin-bottom: 40px;
    }

    .section_header h2 {
        max-width: 100%;
        margin-right: 0;
    }

    .menu .contact,
    .menu .menu_vertical {
        display: none;
    }

    .layout-inner,
    .page__inner,
    .header__inner,
    .footer__inner {
        padding: 0 2.4rem;
    }

    .more_btn {
        margin-top: 20px;
        padding-top: 20px;
    }

    .form {
        flex-direction: column;
        width: 100%;
    }

    .form_right {
        padding-top: 0;
    }

    .form .form__checkbox {
        padding: 8px 16px;
    }

    .form .form__checkbox_text {
        font-size: 14px;
    }

    .form_right {
        width: 100%;
    }

    .form_right .field_bar {
        margin-bottom: 20px;
    }

    .form_right .field_bar .question {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 16px;
    }

    .form__item {
        font-size: 16px;
        height: 40px;
        margin-bottom: 20px;
    }

    .form__textarea {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .btn {
        font-size: 14px;
        height: 40px;
    }

    .form_header {
        margin-bottom: 20px;
    }

    .header {
        border-bottom: none;
    }

    .footer {
        padding: 20px 2rem;
    }

    .footer__inner {
        padding: 0 !important;
        background-image: none;
        align-items: flex-start;
        justify-content: space-between;
    }

    .footer__inner .left {
        display: flex;
        width: 100%;
        align-items: flex-start;
        justify-content: flex-end;
    }

    .footer__inner .left img {
        display: block;
        max-width: 140px;
    }

    .footer__inner .right {
        width: 100%;
    }

    .footer__inner .left .list {
        margin-bottom: 32px;
    }

    .footer__inner .left .list li {
        margin-bottom: 12px;
    }

    .footer__inner .right .social {
        justify-content: flex-start;
    }

    .footer__inner .link_violet {
        font-size: 16px;
        line-height: 22px;
    }

    .footer__inner .right .cr {
        font-size: 14px;
        margin-top: 12px;
        text-align: left;
        opacity: .5;
    }

    .footer {
        padding-bottom: 45px;
    }

    .light_theme .panel {
        background-color: #fff;
    }

    .light_theme .panel img {
        filter: invert(0);
    }

    .light_theme .panel .theme-switcher__inner span.line {
        background-color: #363636;
    }

}

@media (max-width: 640px) {

    .header__inner .menu .logo .img svg {
        width: 60px;
    }
    .logo h1 {
        font-size: 20px;
        line-height: 1.2;
    }

    #output {
        height: 190px;
    }

    .header__inner .menu {
        margin-top: 0;
    }

    .page__item.promo_box .divider {
        display: none;
    }

    .layout-inner,
    .page__inner {
        width: 100%;
        min-width: 320px;
        max-width: 640px;
    }

    .layout-padding,
    .page__item {
        padding-right: 0;
        padding-left: 0;
    }

    .page__item {
        margin-bottom: 60px;
    }

    .btn {
        line-height: 14px;
    }

    .form__outter h2 {
        font-size: 32px;
        line-height: 34px;
        max-width: 100%;
        margin-top: 40px;
    }

    .form_right .field_bar__items label {
        margin-right: 8px;
        margin-bottom: 8px;
    }

    .form .form__checkbox {
        padding: 5px 11px;
    }

    .form .form__checkbox_text {
        font-size: 12px;
    }

    .footer__inner .right .social {
        margin-bottom: 14px;
    }

    .footer__inner .right .cr {
        color: #fff;
    }

    .light_theme .footer__inner .right .cr {
        color: #363636;
    }

    .section_header {
        margin-bottom: 20px;
    }

    .section_header h2 {
        font-size: 32px;
        line-height: 34px;
    }

    .page-main .divider {
        display: none;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .divider {
        border: none;
        background-color: transparent;
    }

    .btn {
        font-size: 12px;
        width: auto;
        height: 34px;
        padding: 4px 18px;
        background: transparent;
    }

    .btn:hover,
    .btn:focus {
        color: #fff;
    }

    .more_btn {
        margin-bottom: 12px;
        padding-top: 0;
        border-top: none;
    }

    .form {
        padding: 0;
        background-image: none;
    }

    .section_header h2,

    .footer {
        padding: 0 1.0rem;
        padding-bottom: 45px;
    }

    .footer__inner {
        flex-direction: column-reverse;
    }

    .footer__inner .left {
        justify-content: flex-start;
    }

    .footer__inner .right {
        margin-bottom: 12px;
    }

    .layout-inner,
    .page__inner,
    .header__inner,
    .footer__inner {
        padding: 0 16px;
    }

    .theme-button {
        top: 25%;
        width: 140px;
        padding-top: 8px;
    }

    .theme-button p {
        font-size: 12px;
    }

    .header {
        padding: 10px 0;
        border: none;
    }

    .header__inner {
        padding: 0 20px;
    }

    .cb {
        margin-bottom: 32px;
    }

    .photo {
        display: none;
    }

    .photo_mobile {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .photo_mobile img {
        width: 100%;
    }

    .righted_textblock {
        justify-content: flex-start;
    }

    .righted_textblock p {
        max-width: 100%;
        margin-bottom: 0;
    }

    .panel_open {
        visibility: visible;
        transition: all .2s ease-out;
        transform: translateY(0%);
        opacity: 1;
    }
    .footer__inner {
        display: flex;
        flex-direction: row;
    }
    .footer__inner .left, .footer__inner .right{
        width: unset;
    }
    .panel__inner {
        justify-content: center;
    }

}

@keyframes bounce {

    from,20%,53%,80%,to {
        transform: translate3d(0, 0, 0);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    40%,43% {
        transform: translate3d(0, -30px, 0);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    }

    70% {
        transform: translate3d(0, -15px, 0);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    }

    90% {
        transform: translate3d(0, -4px, 0);
    }

}

@keyframes flash {

    from,50%,to {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }

}

@keyframes pulse {

    from {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        transform: scale3d(1, 1, 1);
    }

}

@keyframes rubberBand {

    from {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(1.25, .75, 1);
    }

    40% {
        transform: scale3d(.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, .85, 1);
    }

    65% {
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, .95, 1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }

}

@keyframes shake {

    from,to {
        transform: translate3d(0, 0, 0);
    }

    10%,30%,50%,70%,90% {
        transform: translate3d(-10px, 0, 0);
    }

    20%,40%,60%,80% {
        transform: translate3d(10px, 0, 0);
    }

}

@keyframes headShake {

    0% {
        transform: translateX(0);
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        transform: translateX(0);
    }

}

@keyframes swing {

    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }

}

@keyframes tada {

    from {
        transform: scale3d(1, 1, 1);
    }

    10%,20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%,50%,70%,90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,60%,80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        transform: scale3d(1, 1, 1);
    }

}

@keyframes wobble {

    from {
        transform: none;
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        transform: none;
    }

}

@keyframes jello {

    from,11.1%,to {
        transform: none;
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg);
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg);
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg);
    }

}

@keyframes bounceIn {

    from,20%,40%,60%,80%,to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        transform: scale3d(.3, .3, .3);
        opacity: 0;
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(.9, .9, .9);
    }

    60% {
        transform: scale3d(1.03, 1.03, 1.03);
        opacity: 1;
    }

    80% {
        transform: scale3d(.97, .97, .97);
    }

    to {
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }

}

@keyframes bounceInDown {

    from,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        transform: translate3d(0, -3000px, 0);
        opacity: 0;
    }

    60% {
        transform: translate3d(0, 25px, 0);
        opacity: 1;
    }

    75% {
        transform: translate3d(0, -10px, 0);
    }

    90% {
        transform: translate3d(0, 5px, 0);
    }

    to {
        transform: none;
    }

}

@keyframes bounceInLeft {

    from,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        transform: translate3d(-3000px, 0, 0);
        opacity: 0;
    }

    60% {
        transform: translate3d(25px, 0, 0);
        opacity: 1;
    }

    75% {
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        transform: translate3d(5px, 0, 0);
    }

    to {
        transform: none;
    }

}

@keyframes bounceInRight {

    from,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    from {
        transform: translate3d(3000px, 0, 0);
        opacity: 0;
    }

    60% {
        transform: translate3d(-25px, 0, 0);
        opacity: 1;
    }

    75% {
        transform: translate3d(10px, 0, 0);
    }

    90% {
        transform: translate3d(-5px, 0, 0);
    }

    to {
        transform: none;
    }

}

@keyframes bounceInUp {

    from,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    from {
        transform: translate3d(0, 3000px, 0);
        opacity: 0;
    }

    60% {
        transform: translate3d(0, -20px, 0);
        opacity: 1;
    }

    75% {
        transform: translate3d(0, 10px, 0);
    }

    90% {
        transform: translate3d(0, -5px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }

}

@keyframes bounceOut {

    20% {
        transform: scale3d(.9, .9, .9);
    }

    50%,55% {
        transform: scale3d(1.1, 1.1, 1.1);
        opacity: 1;
    }

    to {
        transform: scale3d(.3, .3, .3);
        opacity: 0;
    }

}

@keyframes bounceOutDown {

    20% {
        transform: translate3d(0, 10px, 0);
    }

    40%,45% {
        transform: translate3d(0, -20px, 0);
        opacity: 1;
    }

    to {
        transform: translate3d(0, 2000px, 0);
        opacity: 0;
    }

}

@keyframes bounceOutLeft {

    20% {
        transform: translate3d(20px, 0, 0);
        opacity: 1;
    }

    to {
        transform: translate3d(-2000px, 0, 0);
        opacity: 0;
    }

}

@keyframes bounceOutRight {

    20% {
        transform: translate3d(-20px, 0, 0);
        opacity: 1;
    }

    to {
        transform: translate3d(2000px, 0, 0);
        opacity: 0;
    }

}

@keyframes bounceOutUp {

    20% {
        transform: translate3d(0, -10px, 0);
    }

    40%,45% {
        transform: translate3d(0, 20px, 0);
        opacity: 1;
    }

    to {
        transform: translate3d(0, -2000px, 0);
        opacity: 0;
    }

}

@keyframes fadeIn {

    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }

}

@keyframes bigger {

    from {
        transform: scale(1.1);
    }

    to {
        transform: scale(1);
    }

}

@keyframes rotation {

    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }

}

@keyframes fadeInDown {

    from {
        transform: translate3d(0, -10%, 0);
        opacity: 0;
    }

    to {
        transform: none;
        opacity: 1;
    }

}

@keyframes fadeInDownBig {

    from {
        transform: translate3d(0, -2000px, 0);
        opacity: 0;
    }

    to {
        transform: none;
        opacity: 1;
    }

}

@keyframes fadeInLeft {

    from {
        transform: translate3d(-5%, 0, 0);
        opacity: 0;
    }

    to {
        transform: none;
        opacity: 1;
    }

}

@keyframes fadeInLeftBig {

    from {
        transform: translate3d(-2000px, 0, 0);
        opacity: 0;
    }

    to {
        transform: none;
        opacity: 1;
    }

}

@keyframes fadeInRight {

    from {
        transform: translate3d(5%, 0, 0);
        opacity: 0;
    }

    to {
        transform: none;
        opacity: 1;
    }

}

@keyframes fadeInRightBig {

    from {
        transform: translate3d(2000px, 0, 0);
        opacity: 0;
    }

    to {
        transform: none;
        opacity: 1;
    }

}

@keyframes fadeInUp {

    from {
        transform: translate3d(0, 10%, 0);
        opacity: 0;
    }

    to {
        transform: none;
        opacity: 1;
    }

}

@keyframes fadeInUpBig {

    from {
        transform: translate3d(0, 2000px, 0);
        opacity: 0;
    }

    to {
        transform: none;
        opacity: 1;
    }

}

@keyframes fadeOut {

    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }

}

@keyframes fadeOutDown {

    from {
        opacity: 1;
    }

    to {
        transform: translate3d(0, 100%, 0);
        opacity: 0;
    }

}

@keyframes fadeOutDownBig {

    from {
        opacity: 1;
    }

    to {
        transform: translate3d(0, 2000px, 0);
        opacity: 0;
    }

}

@keyframes fadeOutLeft {

    from {
        opacity: 1;
    }

    to {
        transform: translate3d(-100%, 0, 0);
        opacity: 0;
    }

}

@keyframes fadeOutLeftBig {

    from {
        opacity: 1;
    }

    to {
        transform: translate3d(-2000px, 0, 0);
        opacity: 0;
    }

}

@keyframes fadeOutRight {

    from {
        opacity: 1;
    }

    to {
        transform: translate3d(100%, 0, 0);
        opacity: 0;
    }

}

@keyframes fadeOutRightBig {

    from {
        opacity: 1;
    }

    to {
        transform: translate3d(2000px, 0, 0);
        opacity: 0;
    }

}

@keyframes fadeOutUp {

    from {
        opacity: 1;
    }

    to {
        transform: translate3d(0, -100%, 0);
        opacity: 0;
    }

}

@keyframes fadeOutUpBig {

    from {
        opacity: 1;
    }

    to {
        transform: translate3d(0, -2000px, 0);
        opacity: 0;
    }

}

@keyframes flip {

    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
    }

    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
    }

    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in;
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in;
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }

}

@keyframes flipInX {

    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }

}

@keyframes flipInY {

    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }

}

@keyframes flipOutX {

    from {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }

}

@keyframes flipOutY {

    from {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }

}

@keyframes lightSpeedIn {

    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        transform: none;
        opacity: 1;
    }

}

@keyframes lightSpeedOut {

    from {
        opacity: 1;
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }

}

@keyframes rotateIn {

    from {
        transform: rotate3d(0, 0, 1, -200deg);
        transform-origin: center;
        opacity: 0;
    }

    to {
        transform: none;
        transform-origin: center;
        opacity: 1;
    }

}

@keyframes rotateInDownLeft {

    from {
        transform: rotate3d(0, 0, 1, -45deg);
        transform-origin: left bottom;
        opacity: 0;
    }

    to {
        transform: none;
        transform-origin: left bottom;
        opacity: 1;
    }

}

@keyframes rotateInDownRight {

    from {
        transform: rotate3d(0, 0, 1, 45deg);
        transform-origin: right bottom;
        opacity: 0;
    }

    to {
        transform: none;
        transform-origin: right bottom;
        opacity: 1;
    }

}

@keyframes rotateInUpLeft {

    from {
        transform: rotate3d(0, 0, 1, 45deg);
        transform-origin: left bottom;
        opacity: 0;
    }

    to {
        transform: none;
        transform-origin: left bottom;
        opacity: 1;
    }

}

@keyframes rotateInUpRight {

    from {
        transform: rotate3d(0, 0, 1, -90deg);
        transform-origin: right bottom;
        opacity: 0;
    }

    to {
        transform: none;
        transform-origin: right bottom;
        opacity: 1;
    }

}

@keyframes rotateOut {

    from {
        transform-origin: center;
        opacity: 1;
    }

    to {
        transform: rotate3d(0, 0, 1, 200deg);
        transform-origin: center;
        opacity: 0;
    }

}

@keyframes rotateOutDownLeft {

    from {
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        transform: rotate3d(0, 0, 1, 45deg);
        transform-origin: left bottom;
        opacity: 0;
    }

}

@keyframes rotateOutDownRight {

    from {
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        transform: rotate3d(0, 0, 1, -45deg);
        transform-origin: right bottom;
        opacity: 0;
    }

}

@keyframes rotateOutUpLeft {

    from {
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        transform: rotate3d(0, 0, 1, -45deg);
        transform-origin: left bottom;
        opacity: 0;
    }

}

@keyframes rotateOutUpRight {

    from {
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        transform: rotate3d(0, 0, 1, 90deg);
        transform-origin: right bottom;
        opacity: 0;
    }

}

@keyframes hinge {

    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    40%,80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }

}

@keyframes rollIn {

    from {
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        opacity: 0;
    }

    to {
        transform: none;
        opacity: 1;
    }

}

@keyframes rollOut {

    from {
        opacity: 1;
    }

    to {
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        opacity: 0;
    }

}

@keyframes zoomIn {

    from {
        transform: scale3d(.3, .3, .3);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

}

@keyframes zoomInDown {

    from {
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
    }

    60% {
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
    }

}

@keyframes zoomInLeft {

    from {
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
    }

    60% {
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
    }

}

@keyframes zoomInRight {

    from {
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
    }

    60% {
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
    }

}

@keyframes zoomInUp {

    from {
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
    }

    60% {
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
    }

}

@keyframes zoomOut {

    from {
        opacity: 1;
    }

    50% {
        transform: scale3d(.3, .3, .3);
        opacity: 0;
    }

    to {
        opacity: 0;
    }

}

@keyframes zoomOutDown {
    40% {
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
    }
    to {
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
    }
}

@keyframes zoomOutLeft {
    40% {
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        opacity: 1;
    }
    to {
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
        opacity: 0;
    }
}

@keyframes zoomOutRight {
    40% {
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        opacity: 1;
    }
    to {
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
        opacity: 0;
    }
}

@keyframes zoomOutUp {
    40% {
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
    }
    to {
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
    }
}

@keyframes slideInDown {
    from {
        visibility: visible;
        transform: translate3d(0, -100%, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        visibility: visible;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        visibility: visible;
        transform: translate3d(100%, 0, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        visibility: visible;
        transform: translate3d(0, 100%, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes runAwayandTurn {
    0% {
        transition: all .1s;
        transform: translateX(0);
        opacity: 1;
    }
    25% {
        transition: all .1s;
        transform: translateX(-100%);
        opacity: 0;
    }
    50% {
        transition: all .1s;
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transition: all .1s;
        transform: translateX(0%);
        opacity: 1;
    }
}

@keyframes animate_pulse {
    0% {
        transform: scale(1);
    }
    70% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}


/* End */
/* /local/components/kit/encoded.form/templates/popup/style.css?17239250251731 */
/* /local/templates/encoded_modern/template_styles.css?172392502569516 */
