/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face{font-display:swap;font-family:GothamPro;font-style:normal;font-weight:400;src:url(/fonts/GothamPro.eot);src:url(/fonts/GothamPro.eot?#iefix) format("embedded-opentype"),url(/fonts/GothamPro.woff) format("woff"),url(/fonts/GothamPro.ttf) format("truetype")}@font-face{font-display:swap;font-family:GothamPro-Light;font-style:normal;font-weight:400;src:url(/fonts/GothamPro-Light.eot);src:url(/fonts/GothamPro-Light.eot?#iefix) format("embedded-opentype"),url(/fonts/GothamPro-Light.woff) format("woff"),url(/fonts/GothamPro-Light.ttf) format("truetype")}@font-face{font-display:swap;font-family:GothamPro-Medium;font-style:normal;font-weight:400;src:url(/fonts/GothamPro-Medium.eot);src:url(/fonts/GothamPro-Medium.eot?#iefix) format("embedded-opentype"),url(/fonts/GothamPro-Medium.woff) format("woff"),url(/fonts/GothamPro-Medium.ttf) format("truetype")}@font-face{font-display:swap;font-family:GothamPro-Bold;font-style:normal;font-weight:400;src:url(/fonts/GothamPro-Bold.eot);src:url(/fonts/GothamPro-Bold.eot?#iefix) format("embedded-opentype"),url(/fonts/GothamPro-Bold.woff) format("woff"),url(/fonts/GothamPro-Bold.ttf) format("truetype")}@font-face{font-display:block;font-family:icomoon;font-style:normal;font-weight:400;src:url(/fonts/icomoon.eot);src:url(/fonts/icomoon.eot#iefix) format("embedded-opentype"),url(/fonts/icomoon.ttf) format("truetype"),url(/fonts/icomoon.woff) format("woff"),url(/fonts/icon-fonts/icomoon.svg#icomoon) format("svg")}[class*=" icon-"],[class^=icon-]{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.icon-flonq-alpha-logo:before{content:"\e900"}.icon-flonq-logo:before{content:"\e901"}.icon-flonq-plus-logo:before{content:"\e902"}.icon-flonq-x-logo:before{content:"\e903"}.icon-plonq-500-logo:before{content:"\e904"}.icon-plonq-alpha-logo:before{content:"\e905"}.icon-plonq-logo:before{content:"\e906"}.icon-plonq-plus-logo:before{content:"\e907"}.icon-plonq-x-logo:before{content:"\e908"}
.error{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:calc(100vh - 64px);max-height:calc(100vh - 140px);min-height:600px;padding-top:64px}.error__wrapper *{margin:0}.error__wrapper p:not(:last-child){margin-bottom:40px}.error .layout{max-width:1210px}.error__wrapper{padding-bottom:80px;padding-top:80px}.error__wrapper h1{font-size:80px;line-height:100%;margin-bottom:102px}.error__wrapper p{font-size:26px;line-height:38px}@media (max-width:991px){.error__wrapper h1{font-size:65px;margin-bottom:60px}.error__wrapper p:not(:last-child){margin-bottom:24px}.error__wrapper p{font-size:22px;line-height:34px}}@media (max-width:768px){.error__wrapper p br{display:none}.error__wrapper p br.br-404{display:block}.error{height:calc(100vh - 40px);min-height:540px}}@media (max-width:600px){.error{min-height:480px}.error .layout{max-width:270px}.error__wrapper h1{font-size:42px;margin-bottom:24px}.error__wrapper p{font-size:14px;line-height:26px}.error__wrapper p:not(:last-child){margin-bottom:10px}}
*{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}:root{--colorWhite:#fff;--colorBlack:#323232;--zoom:1}@media screen and (min-width:3000px){:root{--zoom:1.7}}html{height:100%;overflow-x:hidden;width:100%}.modal{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-line-pack:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-content:center;align-items:center;background:rgba(0,0,0,.226);bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:100vh;justify-content:center;left:0;opacity:0;position:fixed;right:0;top:0;visibility:hidden;width:100vw;z-index:9999}.modal.active{opacity:1;visibility:visible}.modal>.wrapper{-webkit-tap-highlight-color:rgba(0,0,0,0)!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-line-pack:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-content:center;align-items:center;background:#fff;border-radius:5px;-webkit-box-shadow:0 8px 36px rgba(0,0,0,.16);box-shadow:0 8px 36px rgba(0,0,0,.16);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:150px;justify-content:center;-webkit-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out;width:350px}.modal>.wrapper>.modal-close{height:20px;margin-bottom:auto;margin-left:auto;width:20px}.modal>.wrapper>.modal-close>a{font-size:25px;height:50px;width:50px}.modal>.wrapper>.modal_text{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-line-pack:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-content:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;font-family:GothamPro,sans-serif;height:100px;justify-content:center;width:300px}.modal>.wrapper>.modal_text>h1{font-size:21px;margin-bottom:20px}.modal>.wrapper>.modal_text>p{font-size:15px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;zoom:var(--zoom);font-family:GothamPro,sans-serif;font-size:14px;height:100%;max-width:100%;min-height:100vh;min-width:320px;overflow-x:hidden;position:relative;text-shadow:none;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}@media screen and (min-width:3300px){body{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-height:100%}}@media screen and (min-width:3000px){body{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-height:100%}}@media screen and (min-width:2560px){body{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-height:100%}}@media (max-width:1599px){body.plonq500,body.plonqx{zoom:var(--zoom)}}@media (max-width:1024px){body.plonq500,body.plonqx{zoom:var(--zoom)}}body main{height:100%}.section-black{background:var(--colorBlack)}li,ul{list-style:none;padding:0}a{text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:GothamPro,sans-serif;font-weight:400;margin:0}.strong,strong{font-family:GothamPro-Medium,sans-serif;font-weight:400}.layout{margin-left:auto;margin-right:auto;max-width:1400px;min-width:230px;width:calc(100% - 40px)}.layout--big{max-width:1220px}.layout--large{max-width:1200px}.layout-media{margin:0 auto;max-width:1230px;width:calc(100% - 40px)}@media (max-width:1599px){.layout-media{max-width:970px}}.main--plonq500{background:#f7f7f7}.link-default{color:#c8bb93;font-family:GothamPro,sans-serif;font-size:15px;line-height:21px;-webkit-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}#main{-webkit-box-flex:1;-ms-flex:1;flex:1}textarea{resize:none}img{user-drag:none;-webkit-user-drag:none;line-height:0px;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.icon-burger{fill:transparent;stroke:#323232}#jvlabelWrap,.__jivoMobileButton{display:none!important}#jcont{right:30px!important}.btn-jivo-mobile{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:#fff;border-radius:20px!important;bottom:25px;-webkit-box-shadow:0 0 18px #ddd;box-shadow:0 0 18px #ddd;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default;display:-webkit-box;display:-ms-flexbox;display:flex;height:66px;justify-content:center;padding:3px;position:fixed;right:25px;-webkit-transition:all .1s ease;-o-transition:all .1s ease;transition:all .1s ease;-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important;width:66px;z-index:8010}.btn-jivo-mobile:active{-webkit-transform:scale(.98);-ms-transform:scale(.98);transform:scale(.98)}.btn-jivo-mobile>.btn-jivo-mobile-logo{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:#fff;background-image:url(https://plonq.online/cdn/logo.svg);background-position:50%;background-repeat:no-repeat;background-size:46px;border-radius:50px;cursor:default;display:-webkit-box;display:-ms-flexbox;display:flex;height:60px;justify-content:center;width:60px}.btn-jivo-mobile>.btn-jivo-mobile-logo>img{width:46px}.btn-jivo-desktop,.btn-jivo-mobile>.btn-jivo-mobile-logo>img{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.btn-jivo-desktop{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff!important;border-top-left-radius:12px;border-top-right-radius:12px;bottom:0;-webkit-box-shadow:-2px 2px 24px rgba(0,0,0,.05);box-shadow:-2px 2px 24px rgba(0,0,0,.05);cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;font-family:GothamPro;font-size:15px;font-weight:400;height:44px;padding:0 20px;position:fixed;right:30px;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;width:330px;z-index:8000}.btn-jivo-desktop:hover{-webkit-transform:scale(.99);-ms-transform:scale(.99);transform:scale(.99)}.btn-jivo-desktop>.jivo-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;width:100%}.btn-jivo-desktop-logo{margin-top:2px;position:absolute;right:30px}.btn-jivo-desktop-logo>img{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important;width:50px}.btn-jivo-context-bg{background-color:rgba(0,0,0,.3);bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;visibility:hidden}.btn-jivo-context-bg.active{opacity:1;visibility:visible;z-index:9950}.btn-jivo-context-mobile{-webkit-box-orient:vertical;-webkit-box-direction:normal;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:10px;opacity:0;padding-bottom:0;position:fixed;right:10px;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;visibility:hidden;z-index:9951}.btn-jivo-context-mobile.active{opacity:1;padding-bottom:20px;visibility:visible}.btn-jivo-context-mobile>.context-list{-webkit-box-flex:1;-webkit-box-orient:vertical;-ms-flex-align:center;background-color:#fff;border-radius:9px;-webkit-box-shadow:0 20px 25px rgba(0,0,0,.05);box-shadow:0 20px 25px rgba(0,0,0,.05);-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column;width:100%;z-index:1}.btn-jivo-context-mobile>.context-list,.btn-jivo-context-mobile>.context-list>a{-webkit-box-direction:normal;-webkit-box-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.btn-jivo-context-mobile>.context-list>a{-webkit-box-flex:0;-webkit-box-orient:horizontal;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;border-bottom:1px solid #eee;color:#222!important;cursor:default;-ms-flex:none;flex:none;-ms-flex-direction:row;flex-direction:row;font-family:GothamPro!important;font-size:15px;font-weight:400;height:58px;justify-content:center;letter-spacing:.2px;padding:0 18px;text-decoration:none;width:calc(100% - 36px)}.btn-jivo-context-mobile>.context-list>a:last-child{border-bottom:0}.btn-jivo-context-mobile>.context-list>a.red{color:#8fd7ca!important;font-weight:500}.btn-jivo-context-mobile>.context-list>a>strong{font-family:GothamPro,sans-serif;font-weight:500!important}.btn-jivo-context-mobile>.close{-webkit-box-flex:0;-webkit-box-orient:horizontal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:#fff;border-radius:9px;-webkit-box-shadow:0 20px 25px rgba(0,0,0,.05);box-shadow:0 20px 25px rgba(0,0,0,.05);color:#777!important;cursor:default;-ms-flex:none;flex:none;-ms-flex-direction:row;flex-direction:row;font-family:GothamPro!important;font-size:14px;font-weight:400;height:48px;justify-content:center;margin-top:15px;text-decoration:none;width:100%;z-index:2}.btn-jivo-context,.btn-jivo-context-mobile>.close{-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex}.btn-jivo-context{-webkit-box-orient:vertical;bottom:0;-ms-flex-direction:column;flex-direction:column;opacity:0;padding-bottom:40px;position:fixed;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;visibility:hidden;width:290px;z-index:-1}.btn-jivo-context.active{opacity:1;padding-bottom:60px;visibility:visible}.btn-jivo-context>.context-list{-webkit-box-flex:1;-webkit-box-orient:vertical;background-color:#fff;border-radius:9px;-webkit-box-shadow:0 20px 25px rgba(0,0,0,.05);box-shadow:0 20px 25px rgba(0,0,0,.05);-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column;z-index:1}.btn-jivo-context>.context-list,.btn-jivo-context>.context-list>a{-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.btn-jivo-context>.context-list>a{-webkit-box-flex:0;-webkit-box-orient:horizontal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border-bottom:1px solid #eee;color:#222!important;-ms-flex:none;flex:none;-ms-flex-direction:row;flex-direction:row;font-family:GothamPro!important;font-size:14px;font-weight:400;height:48px;justify-content:center;text-decoration:none}.btn-jivo-context>.context-list>a>strong{font-family:GothamPro,sans-serif;font-weight:500!important}.btn-jivo-context>.context-list>a:last-child{border-bottom:0}.btn-jivo-context>.context-list>a.red{color:#8fd7ca!important;font-weight:500}.btn-jivo-context>.close{-webkit-box-flex:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:#fff;border-radius:9px;-webkit-box-shadow:0 20px 25px rgba(0,0,0,.05);box-shadow:0 20px 25px rgba(0,0,0,.05);color:#777!important;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:none;flex:none;-ms-flex-direction:row;flex-direction:row;font-family:GothamPro!important;font-size:14px;font-weight:400;height:48px;justify-content:center;margin-top:15px;text-decoration:none;width:100%;z-index:2}@media (max-width:767px){.btn-jivo-mobile{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.btn-jivo-desktop{display:none!important}}@media (min-width:767px){.btn-jivo-mobile{display:none!important}.btn-jivo-desktop{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.btn-jivo-desktop>.btn-jivo-context>.close{display:none}}


.header-plonqx{background:#fff;-webkit-box-shadow:0 4px 19px rgba(0,0,0,.05);box-shadow:0 4px 19px rgba(0,0,0,.05);position:absolute;top:64px;width:100%;z-index:900}@media (max-width:640px){.header-plonqx{top:40px}}.header-plonqx--scroll{position:fixed;top:0}@media (max-width:1599px){.header-plonqx .layout{max-width:1120px}}@media (max-width:1440px){.header-plonqx .layout{max-width:940px}}@media (max-width:1280px){.header-plonqx .layout{max-width:670px}}@media (max-width:640px){.header-plonqx .layout{max-width:270px}}.header-plonqx__navigate{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}@media (max-width:1280px){.header-plonqx__navigate{padding-top:16px}}@media (max-width:640px){.header-plonqx__navigate{padding-top:13px}}.header-plonqx__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:64px}@media (max-width:1280px){.header-plonqx__wrapper{display:block}}@media (max-width:640px){.header-plonqx__wrapper{min-height:45px}}.header-plonqx__logo-image{color:#323232;font-size:28px}@media (max-width:1280px){.header-plonqx__logo-image{font-size:34px}}@media (max-width:640px){.header-plonqx__logo-image{font-size:19px}}.header-plonqx__menu-button{display:none;-webkit-transition:all .25s ease-out;-o-transition:all .25s ease-out;transition:all .25s ease-out}.header-plonqx__menu-button--active{-webkit-transform:scale(-1);-ms-transform:scale(-1);transform:scale(-1)}@media (max-width:1280px){.header-plonqx__menu-button{display:block}}@media (max-width:640px){.header-plonqx__menu-button svg{width:13px}}.header-plonqx__menu{display:block;margin-left:auto}@media (max-width:1280px){.header-plonqx__menu{display:none;margin-bottom:42px;padding-top:56px}}@media (max-width:640px){.header-plonqx__menu{margin-bottom:10px;padding-top:10px}}.header-plonqx__menu--active .header-plonqx__menu-list{opacity:1!important}.header-plonqx__menu-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}@media (max-width:1280px){.header-plonqx__menu-list{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;opacity:0}}@media (max-width:640px){.header-plonqx__menu-list{display:block}.header-plonqx__menu-li{padding:20px 0}}.header-plonqx__menu-li:not(:last-child){margin-right:95px}@media (max-width:1440px){.header-plonqx__menu-li:not(:last-child){margin-right:65px}}@media (max-width:640px){.header-plonqx__menu-li:not(:last-child){border-bottom:1px solid #f1f1f1;margin-right:0}}.header-plonqx__menu-link{color:#323232;font-size:14px;line-height:21px;-webkit-transition:all .18s ease-out;-o-transition:all .18s ease-out;transition:all .18s ease-out}@media (max-width:1440px){.header-plonqx__menu-link{font-size:13px;line-height:normal}}@media (max-width:640px){.header-plonqx__menu-link{font-size:12px}}.header-plonqx__menu-link:hover{color:#c8bb93}
.map-sales{margin-bottom:100px}.map-sales__info{padding:52px 0;text-align:center}.map-sales__info p{font-size:18px;line-height:27px}.map-sales__info .button{margin-top:32px;min-width:170px}
.link-custom{color:#323232;font-family:GothamPro,sans-serif;font-size:13px;letter-spacing:-.24px;-webkit-transition:all .25s ease-out;-o-transition:all .25s ease-out;transition:all .25s ease-out}@media (max-width:640px){.link-custom{font-size:12px}}.link-custom svg{margin-left:10px;-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0);-webkit-transition:-webkit-transform .25s ease-out;transition:-webkit-transform .25s ease-out;-o-transition:transform .25s ease-out;transition:transform .25s ease-out;transition:transform .25s ease-out,-webkit-transform .25s ease-out}.link-custom:hover svg{-webkit-transform:translate(5px);-ms-transform:translate(5px);transform:translate(5px)}.lettering{color:#acb8bf;display:block;font-family:GothamPro,sans-serif;font-size:13px;line-height:21px}.section-head{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--colorBlack);display:-webkit-box;display:-ms-flexbox;display:flex;font-family:GothamPro-Light,sans-serif;font-size:28px;line-height:34px;text-transform:uppercase}@media (max-width:1024px){.section-head{font-size:20px;line-height:27px}}@media (max-width:640px){.section-head{font-size:18px;line-height:21px}}.section-head--white{color:#fff}.section-head--white .section-head__number{-webkit-text-stroke:1px #fff;-webkit-text-fill-color:transparent;color:#fff}.section-head__number{-webkit-text-stroke:1px var(--colorBlack);-webkit-text-fill-color:transparent;color:var(--colorBlack);display:inline-block;font-family:GothamPro-Medium,sans-serif;font-size:72px;line-height:82px;margin-right:40px}@media (max-width:1024px){.section-head__number{font-size:52px;line-height:50px;margin-right:29px}}@media (max-width:640px){.section-head__number{font-size:48px;line-height:46px;margin-right:24px}}.accordion__item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.accordion__description{display:none}.content-style h3{font-size:30px;line-height:42px;margin-bottom:48px}@media (max-width:1440px){.content-style h3{font-size:26px;line-height:37px;margin-bottom:36px}}@media (max-width:1024px){.content-style h3{font-size:23px;line-height:32px;margin-bottom:26px}}@media (max-width:640px){.content-style h3{font-size:20px;line-height:28px;margin-bottom:26px}}.content-style p{font-size:15px;line-height:22px}@media (max-width:1440px){.content-style p{font-size:13px;line-height:19px}}@media (max-width:640px){.content-style p{font-size:11px;line-height:16px}}.content-style p:not(:last-child){margin-bottom:22px}@media (max-width:1024px){.content-style p:not(:last-child){margin-bottom:19px}}@media (max-width:640px){.content-style p:not(:last-child){margin-bottom:10px}}.popup-thanks{background:#fff;border-radius:5px;-webkit-box-shadow:0 8px 36px rgba(0,0,0,.16);box-shadow:0 8px 36px rgba(0,0,0,.16);left:50%;margin:0 auto;max-width:328px;padding:33px 20px 26px;position:fixed;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%}@media (max-width:640px){.popup-thanks{max-width:248px;padding-bottom:27px;padding-top:27px}}.popup-thanks__overlay{background:rgba(105,117,130,.4)}.popup-thanks__overlay,.popup-thanks__wrapper{height:100%;-webkit-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out;width:100%}.popup-thanks__wrapper{left:0;opacity:0;position:fixed;right:0;top:0;visibility:hidden;z-index:10000}.popup-thanks__wrapper--active{opacity:1;visibility:visible}.popup-thanks .close{background-color:transparent;border:none;cursor:pointer;font-size:0;margin:0;padding:0;position:absolute;right:12px;top:12px}@media (max-width:640px){.popup-thanks .close{right:10px;top:10px}}.popup-thanks .close svg{height:13px;width:13px}@media (max-width:640px){.popup-thanks .close svg{height:9px;width:9px}}.popup-thanks__content{font-family:GothamPro,sans-serif;text-align:center}.popup-thanks__content *{margin:0}.popup-thanks__head{color:#000;font-size:19px;font-weight:400;line-height:24px;margin-bottom:17px}@media (max-width:640px){.popup-thanks__head{font-size:15px;line-height:24px;margin-bottom:2px}}.popup-thanks__text{color:rgba(21,25,32,.5);font-size:15px;line-height:21px}@media (max-width:640px){.popup-thanks__text{font-size:12px}}.br-1024-0{display:none}@media (max-width:1024px){.br-1024-0{display:block}}.br-640-0{display:none}@media (max-width:640px){.br-640-0{display:block}}.br-media640{display:none}@media (max-width:640px){.br-media640{display:block}}
button{-webkit-appearance:button;-moz-appearance:button;appearance:button;font-family:GothamPro;font-style:normal;font-weight:400}.button{-ms-flex-line-pack:center;-ms-flex-align:center;-ms-flex-pack:center;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-family:GothamPro;font-style:normal;font-weight:400;min-height:40px;padding:0 10px;text-align:center;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.button,.button--eco{-webkit-box-align:center;-webkit-box-pack:center;align-content:center;align-items:center;justify-content:center;min-width:150px}.button--eco{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-line-pack:center;-ms-flex-pack:center;-ms-flex-align:center;background:#323232;border:1px solid #323232;border-radius:100px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;font-size:13px;height:40px;line-height:0;min-height:38px;width:185px}.button--eco:hover{background:#f2f2f2;color:#323232}.button--black{background:#323232;border:1px solid #323232;border-radius:100px;color:#fff;display:inline;font-family:GothamPro-Medium,sans-serif;font-size:13px;height:auto;line-height:0;min-height:auto;min-width:auto;padding:18px 36px;width:auto}.button--black:hover{background:#fff;color:#323232}@media (max-width:1599px){.button--black{font-size:11px;padding:12px 24px}}.button--border{border:1px solid #323232;border-radius:45px;color:#323232;min-height:48px;min-width:210px}.button--border:hover{background:#000;color:#fff}.button__black-border{border:1px solid #323232;border-radius:100px;color:#323232}.button__black-border:hover{background:#323232;color:#fff}.button--small{font-size:13px;min-height:40px;min-width:180px;padding:9px 10px 10px}.button--dark{background:#323232;border:1px solid #323232;border-radius:100px;color:#fff;font-size:13px;padding:16px 36px 15px}@media (max-width:640px){.button--dark{font-size:11px;padding:18px 36px}}.button--dark:hover{background-color:transparent;color:#323232}.button--telegram{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:#007aff;border-radius:10px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:17px;height:48px;justify-content:center;line-height:22px;width:242px}@media (max-width:1440px){.button--telegram{font-size:15px;max-width:220px}}@media (max-width:1024px){.button--telegram{font-size:14px}}@media (max-width:767px){.button--telegram{max-width:100%;width:100%}}.button--telegram svg{margin-right:10px}
.header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;-webkit-transform:translateZ(0);z-index:1000}.header,.header:before{left:0;top:0;width:100%}.header:before{-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.1);box-shadow:0 2px 5px 0 rgba(0,0,0,.1);content:"";height:100%;opacity:0;position:absolute;-webkit-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out;visibility:hidden}.header--active:before,.header--scroll:before{opacity:1;visibility:visible}.header--offset-eco{position:absolute;top:104px}@media (max-width:640px){.header--offset-eco{top:60px}}.header--offset-eco.header--scroll{position:fixed;top:0}.header--not-scroll{position:absolute}.header--not-scroll:before{display:none}@media (max-width:640px){.header--country-offset{top:110px}}@media (max-width:1599px){.header .layout{max-width:1260px}}@media (max-width:1024px){.header .layout{max-width:670px}}@media (max-width:640px){.header .layout{width:calc(100% - 100px)}}.header__wrapper{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin-left:auto;margin-right:auto;max-width:1400px;min-height:64px;min-width:280px;padding-bottom:15px;padding-top:14px;width:calc(100% - 40px)}@media (max-width:1599px){.header__wrapper{max-width:1160px;padding:0 20px}}@media (max-width:1024px){.header__wrapper{max-width:646px;padding:0}}@media (max-width:640px){.header__wrapper{max-width:270px;min-height:40px;padding:0;width:100%}}.header__location{display:none}@media (max-width:1024px){.header__location{display:block}}@media (max-width:640px){.header__location svg{height:auto;width:14px}}.header__logo{position:relative;top:2px}.header__logo .icon-plonq-logo{color:#323232;font-size:20px}@media (max-width:1024px){.header__logo .icon-plonq-logo{font-size:28px}}@media (max-width:640px){.header__logo .icon-plonq-logo{font-size:14px}}.header__burger{display:none;height:14px;position:relative;width:14px}@media (max-width:1024px){.header__burger{display:block}}@media (max-width:640px){.header__burger .icon-burger{width:15px}}.header__burger .burger,.header__burger .close{display:inline-block;font-size:0;position:absolute;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.header__burger .burger--hide,.header__burger .close{opacity:0;visibility:hidden}@media (max-width:640px){.header__burger .close .icon-close{height:14px;width:14px}}.header__burger .close--show{opacity:1;visibility:visible}@media (max-width:1024px){.header__menu{display:none}}.menu,.menu>.mobile-menu__app-link-country{display:-webkit-box;display:-ms-flexbox;display:flex}.menu>.mobile-menu__app-link-country{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-line-pack:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:start;-ms-flex-align:start;align-content:center;align-items:flex-start;cursor:pointer;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;justify-content:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.menu>.mobile-menu__app-link-country>p{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#323232;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:GothamPro;font-size:12px;font-style:normal;font-weight:400;line-height:145%}.menu>.mobile-menu__app-link-country>p:first-child>img{height:8px;margin-left:5px;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear;width:12px}.menu>.mobile-menu__app-link-country>p:first-child>img.active{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.menu>.mobile-menu__app-link-country>ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;border-radius:7px;-webkit-box-shadow:-1px 1px 4px rgba(0,0,0,.05);box-shadow:-1px 1px 4px rgba(0,0,0,.05);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:auto;justify-content:center;opacity:0;padding:10px 0;pointer-events:none;position:absolute;right:0;top:calc(100% + 23px);-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;visibility:hidden;width:144px}.menu>.mobile-menu__app-link-country>ul.active{opacity:1;pointer-events:all;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;visibility:visible}.menu>.mobile-menu__app-link-country>ul>li{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-line-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-content:center;align-items:center;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:48px;justify-content:flex-start;margin:2.5px 0;width:128px}.menu>.mobile-menu__app-link-country>ul>li.active{background:#efefef}.menu>.mobile-menu__app-link-country>ul>li.active>p{font-family:GothamPro-Medium}.menu>.mobile-menu__app-link-country>ul>li>p{color:#323232;font-family:GothamPro;font-size:12px;font-style:normal;font-weight:400;line-height:16px;margin-left:20px}.menu>.mobile-menu__app-link-country>ul>li:hover{background:#efefef}.menu>.mobile-menu__app-link-country>ul>li:hover>p{font-family:GothamPro-Medium}.menu__li{position:relative}.menu__li:not(:first-child){margin-left:120px}@media (max-width:1599px){.menu__li:not(:first-child){margin-left:105px}}.menu__li:hover .menu__link{color:#c8bb93}.menu__li:hover .menu__sub-wrapper{opacity:1;top:100%;visibility:visible}.menu__link{color:var(--colorBlack);font-family:GothamPro,sans-serif;font-size:13px;line-height:12px;-webkit-transition:all .18s ease-out;-o-transition:all .18s ease-out;transition:all .18s ease-out}@media (max-width:1599px){.menu__link{font-size:12px}}.menu__sub-wrapper{left:-20px;opacity:0;padding-top:23px;position:absolute;top:calc(100% + 20px);-webkit-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out;visibility:hidden}.menu__sub{background:#fff;border-bottom-left-radius:7px;border-bottom-right-radius:7px;-webkit-box-shadow:0 7px 10px rgba(0,0,0,.05);box-shadow:0 7px 10px rgba(0,0,0,.05);min-width:306px;position:relative}.menu__sub-li:last-child .menu__sub-link{padding-bottom:30px}.menu__sub-link{color:var(--colorBlack);display:block;font-family:GothamPro,sans-serif;font-size:16px;line-height:21px;padding:20px 32px 18px;position:relative;-webkit-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}.menu__sub-link:hover{background-color:#f7f7f7}.menu__sub-link span{display:block;font-family:GothamPro,sans-serif;font-size:13px;margin-top:3px}#nav-icon{cursor:pointer;height:14px;overflow:hidden;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:14px}#nav-icon>span{height:1px;position:absolute;width:14px}#nav-icon>span.no:before{background:#000;border-radius:1px;content:"";height:1px;position:absolute;right:0;top:12px;-webkit-transition-duration:.12s;-o-transition-duration:.12s;transition-duration:.12s;-webkit-transition:top .12s .12s,-webkit-transform .12s;transition:top .12s .12s,-webkit-transform .12s;-o-transition:transform .12s,top .12s .12s;transition:transform .12s,top .12s .12s;transition:transform .12s,top .12s .12s,-webkit-transform .12s;width:8px}#nav-icon>span.no:after{background:transparent;height:0;width:0}#nav-icon>span:before{top:0}#nav-icon>span:after,#nav-icon>span:before{background:#000;border-radius:1px;content:"";height:1px;position:absolute;right:0;-webkit-transition-duration:.12s;-o-transition-duration:.12s;transition-duration:.12s;-webkit-transition:top .12s .12s,-webkit-transform .12s;transition:top .12s .12s,-webkit-transform .12s;-o-transition:transform .12s,top .12s .12s;transition:transform .12s,top .12s .12s;transition:transform .12s,top .12s .12s,-webkit-transform .12s;width:14px}#nav-icon>span:after{top:6px}#nav-icon.open>span.no{height:0;top:7px;-webkit-transition:top .12s,-webkit-transform width .12s .12s .12s;transition:top .12s,-webkit-transform width .12s .12s .12s;-o-transition:top .12s,transform width .12s .12s .12s;transition:top .12s,transform width .12s .12s .12s;transition:top .12s,transform width .12s .12s .12s,-webkit-transform width .12s .12s .12s;width:0}#nav-icon.open>span.no:after,#nav-icon.open>span.no:before{height:0;width:0}#nav-icon.open>span:before{left:-4px;top:6px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);width:23px}#nav-icon.open>span:after,#nav-icon.open>span:before{border-radius:1px;height:1px;-webkit-transition:top .12s,width .12s,-webkit-transform .12s .12s;transition:top .12s,width .12s,-webkit-transform .12s .12s;-o-transition:top .12s,transform .12s .12s,width .12s;transition:top .12s,transform .12s .12s,width .12s;transition:top .12s,transform .12s .12s,width .12s,-webkit-transform .12s .12s}#nav-icon.open>span:after{left:-3px;top:7px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:21px}
body>div.pac-container.pac-logo{border-radius:0 0 5px 5px;border-top:0;-webkit-box-shadow:3.31426px 3.31426px 3.31426px rgba(0,0,0,.05);box-shadow:3.31426px 3.31426px 3.31426px rgba(0,0,0,.05);top:-5px;z-index:0!important}body>div.pac-container.pac-logo:after{background:none;height:0!important}body>div.pac-container.pac-logo>div:hover{-webkit-text-fill-color:#000;background:#efefef}body>div.pac-container.pac-logo>div{-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;background:-webkit-gradient(linear,left top,right top,from(#000),to(rgba(0,0,0,0)));background:-o-linear-gradient(left,#000 0,rgba(0,0,0,0) 100%);background:linear-gradient(90deg,#000,rgba(0,0,0,0));-webkit-background-clip:text;background-clip:text;border-top:none;color:#000;cursor:pointer;display:block!important;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:GothamPro,sans-serif;font-size:11px;font-style:normal;font-weight:400;left:5px!important;line-height:11px;margin:0!important;margin-left:10px;padding:18px;top:0!important;z-index:0}body>div.pac-container.pac-logo>div.pac-item-selected{-webkit-text-fill-color:#000;background:#efefef}body>div.pac-container.pac-logo>div>.pac-icon-marker{height:0;opacity:0;visibility:hidden;width:0}body>div.pac-container.pac-logo>div .pac-logo:after{height:0}body>div.pac-container.pac-logo>div>.pac-item-query{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#000;font-family:GothamPro,sans-serif;font-size:11px;font-style:normal;font-weight:400;left:25px!important;line-height:11px;margin-left:14px!important}.sr-page{background-color:#f5f5f5;font-family:GothamPro,sans-serif;text-align:center}@media (max-width:640px){.sr-page{background-color:#fff}}.logo{margin:96px 0 68px}.logo #main-logo{color:#323232;font-size:26px}.card-wrapper{background-color:#fff;border-radius:7px;margin:0 auto;max-width:800px;overflow:hidden;width:100%}.card-wrapper h1{color:#323232;display:block;font-family:GothamPro-Medium,sans-serif;font-size:25px;line-height:100%;margin:0 auto 38px;text-align:center}.card-wrapper .form{margin:0 auto;max-width:560px;width:100%}.card-wrapper .form .row{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;margin-bottom:24px}.card-wrapper .form .row .support__input{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:350px}.card-wrapper .form label{color:#323232;cursor:pointer;display:block;font-size:16px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.card-wrapper .form input[type=text]{-webkit-tap-highlight-color:transparent;background:#f8f8f8;border:1px solid transparent;border-radius:5px;-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:border-box;box-sizing:border-box;color:#a7a7a7;display:block;font-family:GothamPro,sans-serif;font-size:16px;line-height:15px;max-width:350px;outline:none;padding:16px 30px 12px 20px;position:relative;width:100%}.card-wrapper .form input[type=text]:not(:-moz-placeholder-shown){background:#fff;border:1px solid #323232;color:#323232}.card-wrapper .form input[type=text]:not(:-ms-input-placeholder){background:#fff;border:1px solid #323232;color:#323232}.card-wrapper .form input[type=text]:focus,.card-wrapper .form input[type=text]:not(:placeholder-shown){background:#fff;border:1px solid #323232;color:#323232}.card-wrapper .form input[type=text]:focus::-webkit-input-placeholder{color:#fff!important}.card-wrapper .form input[type=text]:focus::-moz-placeholder{color:#fff!important}.card-wrapper .form input[type=text]:focus:-ms-input-placeholder{color:#fff!important}.card-wrapper .form input[type=text]:focus::-ms-input-placeholder{color:#fff!important}.card-wrapper .form input[type=text]:focus::placeholder{color:#fff!important}.card-wrapper .form input[type=text]:-webkit-autofill,.card-wrapper .form input[type=text]:-webkit-autofill:focus,.card-wrapper .form input[type=text]:-webkit-autofill:hover{-webkit-text-fill-color:#323232;border:1px solid #323232;-webkit-box-shadow:inset 0 0 0 1000px #fff;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}@media (max-width:640px){.card-wrapper .form input[type=text]{padding:10px}}.card-wrapper .form :-ms-input-placeholder{color:#a7a7a7;font-family:GothamPro,sans-serif;font-size:16px;line-height:100%}.card-wrapper .form ::-ms-input-placeholder{color:#a7a7a7;font-family:GothamPro,sans-serif;font-size:16px;line-height:100%}.card-wrapper .form :-moz-placeholder,.card-wrapper .form :-ms-input-placeholder,.card-wrapper .form ::-moz-placeholder,.card-wrapper .form ::-ms-input-placeholder,.card-wrapper .form ::-webkit-input-placeholder,.card-wrapper .form ::placeholder{color:#a7a7a7;font-family:GothamPro,sans-serif;font-size:16px;line-height:100%}.card-wrapper .form select{-webkit-tap-highlight-color:transparent;background:#f8f8f8;border:1px solid transparent;border-radius:3px;-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:border-box;box-sizing:border-box;color:#323232;display:block;font-family:GothamPro,sans-serif;font-size:13px;line-height:13px;outline:none;padding:18px 18px 18px 44px;width:100%}.card-wrapper .form button[type=submit]{-webkit-box-flex:0;-webkit-appearance:none;background-color:#323232;border:1px solid #323232;border-radius:100px;color:#fff;cursor:pointer;display:block;-ms-flex:0 0 144px;flex:0 0 144px;font-family:GothamPro-Medium,sans-serif;font-size:16px;font-style:normal;font-weight:400;height:51px;line-height:145%;margin:0 auto;padding:0;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;width:161px}.card-wrapper .form button[type=submit]:hover{background-color:#fff;border:1px solid #323232;color:#323232}.card-wrapper .form .canvas-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;margin:0 auto;max-width:562px}.card-wrapper .form .canvas-wrapper #canvas{cursor:crosshair;display:block;margin:10px auto}.card-wrapper .form .canvas-wrapper .title-podpis{color:#323232;font-size:16px;text-align:center}.card-wrapper .form .canvas-wrapper .clear{color:#d9d9d9;cursor:pointer;font-size:12px}.card-wrapper .submit-group{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;margin:0 0 25px}.card-wrapper .soglasie{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:33px 0 26px}.card-wrapper .soglasie,.card-wrapper .soglasie label{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.card-wrapper .soglasie label{color:#a7a7a7;font-size:14px;line-height:100%;margin-left:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.card-wrapper .soglasie .custom-checkbox{opacity:0;z-index:-1}.card-wrapper .soglasie .custom-checkbox+label:before{-ms-flex-negative:0;-webkit-box-flex:0;-ms-flex-positive:0;background-position:50%;background-repeat:no-repeat;background-size:50% 50%;border:1px solid #a7a7a7;border-radius:.25em;content:"";display:inline-block;flex-grow:0;flex-shrink:0;height:20px;margin-right:13px;margin-top:-1px;width:20px}.card-wrapper .soglasie .custom-checkbox:checked+label:before{background-image:url(/img/gal.png)}.card-wrapper .form-check-input,.card-wrapper .form-check-label{cursor:pointer}.card-wrapper .support__input{padding-left:0;position:relative}.card-wrapper .support__input .clear{background-color:transparent;background-image:url(/img/clear.png);background-repeat:no-repeat;background-size:cover;border:0;cursor:pointer;display:none;height:16px;position:absolute;right:13px;width:16px;z-index:2}.card-wrapper .support__input .clear,.card-wrapper .support__input label{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.card-wrapper .support__input label{position:relative;white-space:nowrap}.card-wrapper .support__input .input-error{outline:1px solid #ffa5a5!important}.card-wrapper .support__input .input-error--message{color:red;font-size:11px;left:0;position:absolute;top:-16px}.card-wrapper .format__wrapper{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important;margin:35px 0 33px!important}.card-wrapper .format__wrapper .radio-group{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:350px}.card-wrapper .format__wrapper .radio-item{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 0 26px}.card-wrapper .format__wrapper .radio-item input{height:16px;margin-right:13px;visibility:hidden;width:16px}.card-wrapper .format__wrapper .radio-item input:after{background-color:#fff;border-radius:16px;-webkit-box-shadow:0 0 0 1pt #a7a7a7;box-shadow:0 0 0 1pt #a7a7a7;content:"";display:inline-block;height:16.5px;left:-1px;position:relative;top:-2px;visibility:visible;width:16.5px}.card-wrapper .format__wrapper .radio-item input:checked:after{background-color:#a7a7a7;border:4px solid #fff;border-radius:16px;content:"";display:inline-block;height:9px;left:-1px;position:relative;top:-2px;visibility:visible;width:9px}.card-wrapper .format__wrapper .radio-item label{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}
