:root {
  --em_red: hsla(0, 69%, 59%, 1);
  --em_gray: hsla(219, 10%, 51%, 1);
  --em_green: hsla(103, 42%, 49%, 1);
  --em_blue: hsla(213, 97%, 54%, 1);
/* 
  --BoxMarginTop:120mm;
  --BoxMarginBottom:120mm;
  --BoxMarginLeft:30mm;
  --BoxMarginRight:30mm;
  --railAxes:150mm;
*/
  --railHeight:35mm;
  }

@font-face {
  font-family: electromarker;
  font-feature-settings: "kern" 1, "liga" 1;
  src: url(fonts/electromarker.ttf);
}

@font-face {
  font-family: "electromarker condensed";
  font-stretch: condensed;
  font-feature-settings: "kern" 1, "liga" 1;
  src: url(fonts/electromarker.ttf);
}

@font-face {
  font-family: "electromarker expanded";
  font-stretch: expanded;
  font-feature-settings: "kern" 1, "liga" 1;
  src: url(fonts/electromarker.ttf);
}

@font-face {
  font-family: "Khand";
  font-weight: normal;
  src: url(fonts/Khand-Regular.ttf);
}

@font-face {
  font-family: "Roboto Condensed";
  font-weight: normal;
  src: url(fonts/RobotoCondensed-Regular.ttf);
}

@font-face {
  font-family: "Roboto Condensed";
  font-weight: bold;
  src: url(fonts/RobotoCondensed-Bold.ttf);
}

@font-face {
  font-family: "Roboto Condensed";
  font-weight: 300;
  src: url(fonts/RobotoCondensed-Light.ttf);
}

@font-face {
  font-family: Arimo;
  font-weight: 400;
  src: url(fonts/Arimo-Regular.ttf);
}

@font-face {
  font-family: Arimo;
  font-weight: bold;
  src: url(fonts/Arimo-Bold.ttf);
}

@font-face {
  font-family: "Alegreya Sans";
  font-weight: 400;
  src: url(fonts/AlegreyaSans-Regular.ttf);
}

@font-face {
  font-family: "Alegreya Sans";
  font-weight: bold;
  src: url(fonts/AlegreyaSans-Bold.ttf);
}

@font-face {
  font-family: Scada;
  font-weight: 400;
  src: url(fonts/Scada-Regular.ttf);
}

@font-face {
  font-family: Scada;
  font-weight: bold;
  src: url(fonts/Scada-Bold.ttf);
}

@font-face {
  font-family: Rubik;
  font-weight: 400;
  src: url(fonts/Rubik-Regular.ttf);
}

@font-face {
  font-family: Rubik;
  font-weight: bold;
  src: url(fonts/Rubik-Bold.ttf);
}

@font-face {
  font-family: Rubik;
  font-weight: 300;
  src: url(fonts/Rubik-Light.ttf);
}

@font-face {
  font-family: "Fira Sans Extra Condensed";
  font-weight: 400;
  src: url(fonts/FiraSansExtraCondensed-Regular.ttf);
}

@font-face {
  font-family: "Fira Sans Extra Condensed";
  font-weight: 100;
  src: url(fonts/FiraSansExtraCondensed-Thin.ttf);
}

@font-face {
  font-family: "ZCOOL QingKe HuangYou";
  font-weight: normal;
  src: url(fonts/ZCOOLQingKeHuangYou-Regular.ttf);
}

html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Calibri, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  background-color: #f5f5f5;
  overflow: hidden;
}

.noPanels {
  background-color: #000;
}

.electromarker {
  font-family: electromarker, sans-serif;
}

.khand {
  font-family: Khand, sans-serif;
}
.roboto {
  font-family: "Roboto Condensed", sans-serif;
  font-feature-settings: "kern" 1, "liga" 1;
}

.FiraSansExtraCondensed {
  font-family: "Fira Sans Extra Condensed", sans-serif;
  font-feature-settings: "kern" 1, "liga" 1;
}

.AlegreyaSans {
  font-family: "Alegreya Sans", sans-serif;
  font-feature-settings: "kern" 1, "liga" 1;
}

.arimo {
  font-family: Arimo, sans-serif;
  font-feature-settings: "kern" 1, "liga" 1;
}

.scada {
  font-family: Scada, sans-serif;
  font-feature-settings: "kern" 1, "liga" 1;
}

.rubik {
  font-family: Rubik, sans-serif;
  font-feature-settings: "kern" 1, "liga" 1;
}

.zcool {
  font-family: "ZCOOL QingKe HuangYou", sans-serif;
}

button,
input,
label,
textarea {
  font-family: SFNSText, "Helvetica Neue", sans-serif;
  font-size: 9pt;
  vertical-align: middle;
  text-rendering: optimizelegibility;
}

.wide {
  width: 100%;
  box-sizing: border-box;
}

input[type="button"] {
  appearance: button;
}

input[type="radio"],
input[type="checkbox"],
label {
  display: inline-block;
  vertical-align: middle;
}

label > input[type="radio"],
label > input[type="checkbox"] {
  position: relative;
}

input[type="text"],
input[type="number"] {
  padding: 1px 2px;
  margin: 0;
}

ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

/* svg {
  width: 100%;
  height: 100%;
} */

.svgBack svg {
  position: relative;
  width: auto;
  height: auto;
  /* выравнивание по верху блока */
  /* top: -19mm; */
}
.designMode .svgBack .svg svg {
  filter:saturate(0.1);
}

/* .realisticView .svgBack svg {
  top:calc(50% - (var(--deviceHeight,84mm) / 2));
} */
.realisticView .svgBack .svg {
  /* top:calc(50% - (var(--deviceHeight,84mm) / 2)); */
  position: absolute;
}

.em4everyone {
  text-align: center;
  padding-top: 60px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22102%22%20height%3D%2262%22%3E%0A%20%20%3Cg%20fill%3D%22%2365B048%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M93.895%2023.789l-7.527%203.765c-.825.412-1.764.718-2.745.953l5.806%2011.61c.213.423.2.902-.031%201.279-.237.377-.66.604-1.134.604H84.5v8c0%201.104-.896%202-2%202s-2-.896-2-2v-8h-2v8c0%201.104-.896%202-2%202s-2-.896-2-2v-8h-3.764c-.476%200-.897-.227-1.131-.604-.232-.377-.244-.856-.031-1.28l5.805-11.609c-.982-.235-1.92-.541-2.745-.953l-7.528-3.765c-.987-.494-1.389-1.695-.895-2.684.494-.987%201.691-1.39%202.684-.895l7.528%203.765c2.705%201.352%207.449%201.352%2010.154%200l7.528-3.765c.99-.495%202.188-.093%202.684.895.494.989.094%202.19-.894%202.684zM79.5%2020.004c1.66%200%203-1.348%203-2.406h-6c0%201.058%201.34%202.406%203%202.406zm-10.064-8.006c.02.001.043.002.064.002h3c.432%200%20.813-.276.949-.686.136-.41-.006-.859-.354-1.117l-2.244-1.671c-.783-.72-2.006-.701-2.767.059-.78.78-.78%202.048%200%202.828.375.375.859.569%201.352.585zM86.5%2012h3c.021%200%20.044-.001.064-.002.49-.016.977-.21%201.35-.584.779-.78.779-2.048%200-2.828-.76-.76-1.984-.779-2.768-.059l-2.244%201.671c-.346.257-.487.708-.353%201.117.137.409.519.685.951.685zm-14%205.002c0-3.861%203.141-7.002%207-7.002s7%203.141%207%207.002c0%203.858-3.141%206.998-7%206.998s-7-3.14-7-6.998zm2%200c0%202.756%202.243%204.998%205%204.998s5-2.242%205-4.998c0-2.758-2.243-5.002-5-5.002s-5%202.244-5%205.002zM37.895%2023.789l-7.528%203.765c-.825.412-1.763.718-2.745.953l5.806%2011.61c.212.423.2.902-.032%201.279-.235.377-.658.604-1.132.604H28.5v8c0%201.104-.896%202-2%202s-2-.896-2-2v-8h-2v8c0%201.104-.896%202-2%202s-2-.896-2-2v-8h-3.764c-.475%200-.897-.227-1.131-.604-.232-.377-.244-.856-.031-1.28l5.805-11.609c-.982-.235-1.92-.541-2.745-.953l-7.528-3.765c-.988-.494-1.389-1.695-.895-2.684.494-.987%201.692-1.39%202.684-.895l7.528%203.765c2.705%201.352%207.449%201.352%2010.154%200l7.528-3.765c.99-.495%202.189-.093%202.684.895.494.989.094%202.19-.894%202.684zM23.5%2020.004c1.66%200%203-1.348%203-2.406h-6c0%201.058%201.34%202.406%203%202.406zm-10.065-8.006c.021.001.043.002.065.002h3c.431%200%20.813-.276.949-.686.136-.41-.006-.859-.353-1.117l-2.244-1.671c-.783-.72-2.007-.701-2.767.059-.78.78-.78%202.048%200%202.828.374.375.859.569%201.35.585zM30.5%2012h3c.022%200%20.044-.001.065-.002.49-.016.976-.21%201.349-.584.78-.78.78-2.048%200-2.828-.759-.76-1.984-.779-2.767-.059l-2.244%201.671c-.347.257-.488.708-.353%201.117.135.409.519.685.95.685zm-14%205.002c0-3.861%203.141-7.002%207-7.002s7%203.141%207%207.002c0%203.858-3.141%206.998-7%206.998s-7-3.14-7-6.998zm2%200c0%202.756%202.243%204.998%205%204.998s5-2.242%205-4.998c0-2.758-2.243-5.002-5-5.002s-5%202.244-5%205.002z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cpath%20fill%3D%22%2365B048%22%20d%3D%22M66.789%2032.645c-.493.987-1.693%201.391-2.684.896%200%200-7.582-3.784-7.605-3.796V50c0%201.104-.896%202-2%202s-2-.896-2-2v-6.382l-1-.5-1%20.5V50c0%201.104-.896%202-2%202s-2-.896-2-2V29.743c-.024.012-7.605%203.796-7.605%203.796-.287.145-.592.211-.893.211-.733%200-1.44-.404-1.791-1.105-.494-.987-.093-2.188.895-2.684l7.529-3.765c3.851-1.924%209.881-1.924%2013.732%200l7.527%203.765c.989.494%201.389%201.695.895%202.684zM44.5%2017.002c0-3.861%203.14-7.002%207-7.002%203.859%200%207%203.141%207%207.002%200%203.858-3.141%206.998-7%206.998-3.86%200-7-3.14-7-6.998zm2%200c0%202.756%202.243%204.998%205%204.998s5-2.242%205-4.998c0-2.758-2.243-5.002-5-5.002s-5%202.244-5%205.002zm5%203.002c1.66%200%203-1.348%203-2.406h-6c0%201.058%201.34%202.406%203%202.406z%22%2F%3E%0A%20%20%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h102v62H0z%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat 50% 0%;
}

.em4everyone:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22102%22%20height%3D%2262%22%3E%0A%20%20%3Cg%20fill%3D%22%2365B048%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M94.789%2021.105c-.494-.987-1.693-1.39-2.684-.895l-7.528%203.765c-2.705%201.352-7.449%201.352-10.154%200l-7.528-3.765c-.99-.495-2.188-.093-2.684.895-.494.988-.094%202.189.895%202.684l7.528%203.765c.825.412%201.763.718%202.745.953l-5.805%2011.609c-.213.424-.201.903.031%201.28.234.377.657.604%201.131.604H74.5v8c0%201.104.896%202%202%202s2-.896%202-2v-8h2v8c0%201.104.896%202%202%202s2-.896%202-2v-8h3.764c.477%200%20.897-.227%201.131-.604.232-.377.244-.856.032-1.279l-5.806-11.61c.982-.235%201.92-.541%202.745-.953l7.528-3.765c.989-.494%201.389-1.695.895-2.684zM79.5%2020.004c1.66%200%203-1.348%203-2.406h-6c0%201.058%201.34%202.406%203%202.406zm-10.064-8.006c.02.001.043.002.064.002h3c.432%200%20.813-.276.949-.686.136-.41-.006-.859-.354-1.117l-2.244-1.671c-.783-.72-2.006-.701-2.768.059-.779.78-.779%202.048%200%202.828.376.375.86.569%201.353.585zM86.5%2012h3c.021%200%20.044-.001.064-.002.49-.016.977-.21%201.35-.584.779-.78.779-2.048%200-2.828-.76-.76-1.984-.779-2.768-.059l-2.244%201.671c-.346.257-.487.708-.354%201.117.138.409.52.685.952.685zm-7%2012c3.859%200%207-3.14%207-6.998%200-3.861-3.141-7.002-7-7.002s-7%203.141-7%207.002c0%203.858%203.141%206.998%207%206.998zm0-12c2.757%200%205%202.244%205%205.002%200%202.756-2.243%204.998-5%204.998s-5-2.242-5-4.998c0-2.758%202.243-5.002%205-5.002zM38.789%2021.105c-.494-.987-1.693-1.39-2.684-.895l-7.528%203.765c-2.705%201.352-7.449%201.352-10.154%200l-7.528-3.765c-.991-.495-2.189-.093-2.684.895-.494.988-.094%202.189.895%202.684l7.528%203.765c.825.412%201.763.718%202.745.953l-5.805%2011.609c-.213.424-.201.903.031%201.28.234.377.657.604%201.131.604H18.5v8c0%201.104.896%202%202%202s2-.896%202-2v-8h2v8c0%201.104.896%202%202%202s2-.896%202-2v-8h3.764c.475%200%20.897-.227%201.131-.604.232-.377.244-.856.032-1.279l-5.806-11.61c.982-.235%201.92-.541%202.745-.953l7.528-3.765c.989-.494%201.389-1.695.895-2.684zM23.5%2020.004c1.66%200%203-1.348%203-2.406h-6c0%201.058%201.34%202.406%203%202.406zm-10.065-8.006c.021.001.043.002.065.002h3c.431%200%20.813-.276.949-.686.136-.41-.006-.859-.353-1.117l-2.244-1.671c-.783-.72-2.007-.701-2.767.059-.78.78-.78%202.048%200%202.828.374.375.859.569%201.35.585zM30.5%2012h3c.022%200%20.044-.001.065-.002.49-.016.976-.21%201.349-.584.78-.78.78-2.048%200-2.828-.759-.76-1.984-.779-2.767-.059l-2.244%201.671c-.347.257-.488.708-.353%201.117.135.409.519.685.95.685zm-7%2012c3.859%200%207-3.14%207-6.998%200-3.861-3.141-7.002-7-7.002s-7%203.141-7%207.002c0%203.858%203.141%206.998%207%206.998zm0-12c2.757%200%205%202.244%205%205.002%200%202.756-2.243%204.998-5%204.998s-5-2.242-5-4.998c0-2.758%202.243-5.002%205-5.002z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cpath%20fill%3D%22%23DF4E4E%22%20d%3D%22M67.684%2020.658c-.742-1.481-2.545-2.08-4.023-1.342l-7.528%203.765c-1.026.514-2.416.796-3.856.874C55.77%2023.568%2058.5%2020.598%2058.5%2017c0-3.86-3.141-7-7-7-3.86%200-7%203.14-7%207%200%203.598%202.729%206.568%206.226%206.955-1.44-.078-2.828-.36-3.855-.874l-7.529-3.765c-1.482-.739-3.284-.139-4.025%201.342-.741%201.482-.141%203.284%201.341%204.025l7.529%203.765c.098.049.212.082.313.128V49c0%201.657%201.343%203%203%203s3-1.343%203-3v-5.654l1-.496%201%20.496V49c0%201.657%201.343%203%203%203s3-1.343%203-3V28.577c.102-.047.215-.08.313-.129l7.528-3.765c1.482-.741%202.083-2.543%201.343-4.025zM46.5%2017c0-2.757%202.243-5%205-5s5%202.243%205%205-2.243%205-5%205-5-2.243-5-5zm5%203c-1.66%200-3-1.348-3-2.402h6c0%201.054-1.34%202.402-3%202.402zm13.947%202.895l-10%205c-.138.069-.293.105-.447.105h-2.5v2h2.791c.553%200%201%20.447%201%201%200%20.553-.447%201-1%201H52.5v2h2.791c.553%200%201%20.447%201%201s-.447%201-1%201H52.5v2.88l3.443%201.711c.342.169.557.517.557.896V49c0%20.553-.447%201-1%201s-1-.447-1-1v-6.895l-3-1.489-3%201.489V49c0%20.553-.448%201-1%201s-1-.447-1-1v-7.514c0-.381.215-.729.555-.896l3.445-1.71V36h-2.789c-.552%200-1-.447-1-1s.448-1%201-1H50.5v-2h-2.789c-.552%200-1-.447-1-1%200-.553.448-1%201-1H50.5v-2H48c-.155%200-.309-.036-.447-.105l-10-5c-.494-.247-.694-.848-.447-1.342.247-.493.847-.693%201.342-.447L48.236%2026H50.5v-1c0-.553.448-1%201-1%20.553%200%201%20.447%201%201v1h2.264l9.789-4.895c.494-.246%201.094-.048%201.342.447s.046%201.095-.448%201.343z%22%2F%3E%0A%3C%2Fsvg%3E");
}

.qr_view {
  padding: 0 0 1em;
  text-align: center;
}

.qr_view svg {
  max-width: 300px;
}

.social_share a {
  display: flex;
  width: 20px;
  height: 20px;
  padding: 5px;
  margin: 0 0 0 5px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.25;
  transition: opacity 0.2s ease;
}

.social_share {
  margin-top: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.social_share a:hover {
  opacity: 0.75;
}

.fb {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%3Cpath%20fill%3D%22%23000%22%20d%3D%22M14.383%204H5.617c-.894%200-1.616.724-1.616%201.617v8.767c0%20.891.722%201.616%201.616%201.616h2.549v-3.984H6.955v-2.04h1.211V8.75c0-1.667.684-2.656%202.627-2.656h1.617v2.042h-1.012c-.752%200-.804.287-.804.818l-.004%201.022h1.833l-.217%202.04H10.59v3.982h3.794c.893%200%201.615-.725%201.615-1.616V5.617A1.616%201.616%200%200%200%2014.383%204z%22%2F%3E%0A%3C%2Fsvg%3E");
}

.vk {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M9.828%2015.46h.954s.292-.037.439-.209c.137-.163.131-.464.131-.464s-.018-1.405.578-1.608c.588-.207%201.342%201.358%202.139%201.958.605.454%201.062.354%201.062.354l2.139-.028s1.117-.077.586-1.041c-.043-.077-.311-.712-1.588-2.015-1.34-1.363-1.16-1.141.453-3.5.982-1.434%201.377-2.31%201.252-2.686-.117-.356-.84-.261-.84-.261l-2.403.014s-.182-.026-.311.062c-.131.082-.215.282-.215.282s-.381%201.112-.887%202.055c-1.072%201.992-1.5%202.097-1.674%201.973-.408-.288-.307-1.155-.307-1.775%200-1.934.268-2.735-.523-2.948-.262-.067-.454-.114-1.122-.12-.857-.012-1.582.004-1.997.224-.269.148-.482.473-.354.491.162.024.521.105.712.395.247.365.236%201.192.236%201.192s.141%202.271-.33%202.551c-.324.199-.765-.197-1.721-2.004-.49-.928-.859-1.952-.859-1.952s-.072-.19-.198-.293c-.156-.126-.371-.163-.371-.163l-2.286.014s-.344.011-.47.173c-.112.145-.01.447-.01.447s1.791%204.586%203.815%206.898c1.86%202.121%203.97%201.984%203.97%201.984z%22%2F%3E%3C%2Fsvg%3E");
}

.twitter {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%3Cpath%20fill%3D%22%23000%22%20d%3D%22M12.192%205.128c-1.172.437-1.916%201.562-1.832%202.794l.027.477-.47-.059c-1.709-.223-3.202-.98-4.471-2.251l-.619-.632-.158.465c-.336%201.039-.121%202.137.583%202.875.377.408.291.464-.354.223-.229-.078-.423-.136-.442-.105-.064.065.16.951.338%201.301.244.484.742.96%201.287%201.243l.459.223-.544.012c-.526%200-.544.008-.489.215.189.629.932%201.301%201.758%201.592l.582.203-.509.311a5.168%205.168%200%200%201-2.517.719c-.422.01-.771.049-.771.076%200%20.098%201.147.643%201.813.857%202%20.629%204.377.355%206.16-.723%201.271-.766%202.537-2.291%203.129-3.768.32-.787.64-2.224.64-2.913%200-.447.026-.505.559-1.04.307-.31.598-.649.654-.747.096-.186.082-.186-.396-.02-.799.291-.91.254-.519-.185.291-.312.642-.874.642-1.038%200-.028-.142.02-.299.106a5.36%205.36%200%200%201-.828.331l-.506.164-.461-.32c-.257-.175-.611-.368-.8-.427-.482-.134-1.209-.115-1.646.041z%22%2F%3E%0A%3C%2Fsvg%3E");
}

.telegram {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%3Cpath%20fill%3D%22%23000%22%20d%3D%22M13.801%204H6.2A2.2%202.2%200%200%200%204%206.2v7.599C4%2015.016%204.984%2016%206.2%2016h7.601A2.199%202.199%200%200%200%2016%2013.799v-7.6A2.199%202.199%200%200%200%2013.801%204zm-.358%203.533c-.541%201.515-1.254%203.672-1.869%205.233-.884%202.234-1.7.238-1.7.238l-1.069-2.142s-.951-.408-1.94-.868c-1.882-.874-.56-1.618-.56-1.618l5.941-2.109c-.002-.001%202.02-1.029%201.197%201.266z%22%2F%3E%0A%3C%2Fsvg%3E");
}

.instagram {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%3Cpath%20fill%3D%22%23000%22%20d%3D%22M14.641%2014.139V9.077h-1.055c.104.327.153.669.153%201.024%200%20.654-.167%201.261-.499%201.815a3.629%203.629%200%200%201-1.359%201.315%203.738%203.738%200%200%201-1.875.484%203.662%203.662%200%200%201-2.634-1.059c-.729-.706-1.09-1.559-1.09-2.557%200-.354.05-.696.153-1.024H5.334v5.062c0%20.135.045.25.137.34a.463.463%200%200%200%20.342.136h8.351a.47.47%200%200%200%20.336-.136.448.448%200%200%200%20.141-.338zM12.42%209.977c0-.646-.232-1.197-.707-1.65a2.367%202.367%200%200%200-1.707-.684c-.66%200-1.229.229-1.697.684a2.207%202.207%200%200%200-.709%201.65c0%20.646.237%201.195.709%201.652a2.351%202.351%200%200%200%201.697.682c.667%200%201.236-.228%201.707-.682a2.205%202.205%200%200%200%20.707-1.652zm2.221-2.812v-1.29a.513.513%200%200%200-.157-.378.508.508%200%200%200-.382-.161h-1.359a.52.52%200%200%200-.385.161.516.516%200%200%200-.154.378v1.289a.528.528%200%200%200%20.539.537h1.359c.15%200%20.277-.053.382-.156a.51.51%200%200%200%20.157-.38zM16%205.54v8.92c0%20.423-.149.783-.455%201.087a1.48%201.48%200%200%201-1.084.453H5.538c-.422%200-.782-.15-1.084-.453A1.485%201.485%200%200%201%204%2014.46V5.54c0-.423.151-.787.453-1.088A1.473%201.473%200%200%201%205.538%204h8.923c.422%200%20.784.149%201.084.452.305.302.455.665.455%201.088z%22%2F%3E%0A%3C%2Fsvg%3E");
}

.electromarkirovka_logo {
  position: relative;
  margin: -1em;
  display: block;
  height: 70px;
  padding-top: 70px;
  box-sizing: border-box;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #df4e4e;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22250%22%20height%3D%2260%22%3E%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M69.583%2035.48c.005.114.007.268.007.461%200%20.186-.004.34-.013.467-.009.126-.024.225-.05.296s-.057.127-.096.163c-.036.039-.09.058-.157.058-.066%200-.148-.019-.246-.058-.096-.036-.205-.075-.327-.112-.122-.039-.259-.073-.41-.107-.15-.034-.314-.051-.491-.051-.211%200-.416.042-.618.126-.201.085-.414.224-.636.416-.224.193-.457.45-.7.77-.244.319-.514.71-.808%201.173v7.464c0%20.066-.016.124-.05.171-.034.045-.089.085-.164.119-.076.034-.181.059-.315.075s-.307.025-.517.025c-.202%200-.37-.009-.505-.025s-.241-.041-.32-.075c-.081-.034-.135-.074-.165-.119-.029-.047-.044-.104-.044-.171V35.197c0-.066.013-.124.038-.171.025-.045.075-.087.151-.126.075-.036.173-.062.29-.075.117-.012.273-.019.466-.019.186%200%20.339.007.46.019.122.014.218.039.284.075.067.039.115.081.145.126.03.047.045.104.045.171v1.651c.312-.453.604-.823.877-1.109.272-.286.531-.511.774-.674.243-.165.486-.277.725-.342.24-.062.482-.094.726-.094.109%200%20.232.007.372.019.138.014.283.036.435.07.151.033.288.071.409.113.122.041.209.084.26.126.05.042.084.082.101.119.017.039.032.086.043.146.012.06.02.146.024.258zm21.353-1.482c-.385%202.697-1.841%204.778-3.939%205.471-2.044.675-4.929-1.237-6.078-2.578-.271-.317-1.174-1.254-1.89-1.657-.086-.049-.175-.093-.266-.129-.692-.277-1.289-.475-2.223-.475-.967%200-1.812.155-2.534.467s-1.326.748-1.81%201.312-.844%201.233-1.085%202.011c-.238.777-.358%201.629-.358%202.553%200%20.959.113%201.815.341%202.572.227.757.571%201.399%201.033%201.929.463.53%201.041.934%201.733%201.211.694.277%201.507.416%202.44.416.958%200%201.801-.157%202.527-.474.728-.313%201.332-.753%201.815-1.316.484-.563.848-1.234%201.091-2.012.141-.447.235-.921.295-1.417-.729-.279-1.424-.672-2.094-1.177.001.062.009.118.009.18%200%20.655-.067%201.257-.204%201.803-.136.546-.348%201.018-.636%201.412s-.657.702-1.106.921c-.45.218-.979.327-1.591.327-.67%200-1.229-.119-1.679-.359-.45-.238-.808-.563-1.075-.97-.268-.408-.458-.886-.572-1.432-.115-.546-.172-1.131-.172-1.753%200-.646.069-1.244.209-1.79.141-.546.354-1.02.644-1.419.288-.398.654-.708%201.1-.926.445-.219.978-.328%201.598-.328.67%200%201.229.119%201.679.359.311.165.577.313.801.521.015.014.03.022.045.037.309.301.618.578.93.846%201.208%201.271%203.271%203.262%205.68%203.262.646%200%201.295-.103%201.935-.313%202.866-.945%204.798-3.777%205.146-7.364-.501.195-1.021.294-1.534.294-.071-.001-.138-.012-.205-.015zm-31.142%202.599c.126%200%20.227-.066.302-.201.076-.135.114-.354.114-.656%200-.16-.009-.294-.025-.403s-.044-.199-.083-.271c-.036-.071-.081-.122-.132-.151-.05-.03-.109-.045-.176-.045h-2.913v-2.697c0-.06-.017-.114-.051-.164-.033-.051-.088-.095-.163-.133-.076-.037-.181-.065-.315-.082s-.307-.025-.517-.025c-.202%200-.37.009-.505.025s-.241.045-.322.082c-.079.038-.134.082-.162.133-.03.05-.045.104-.045.164v2.697h-1.576c-.067%200-.128.015-.184.045-.054.029-.098.08-.132.151s-.061.161-.081.271c-.021.109-.032.243-.032.403%200%20.303.038.521.113.656.076.135.177.201.303.201h1.589v6.632c0%20.656.061%201.226.183%201.708.122.484.317.883.586%201.199.269.314.614.55%201.034.706.42.155.925.232%201.513.232.193%200%20.388-.013.58-.038.193-.024.377-.057.548-.094.173-.039.326-.086.461-.146.135-.059.235-.122.303-.189.067-.066.117-.172.151-.314s.051-.337.051-.58c0-.151-.009-.277-.025-.379-.017-.101-.036-.18-.058-.239-.021-.059-.05-.099-.087-.119-.039-.021-.079-.032-.12-.032-.067%200-.143.019-.228.058-.084.037-.185.077-.303.119-.117.042-.252.082-.403.119-.151.039-.323.058-.517.058-.597%200-1.011-.2-1.242-.599-.231-.399-.347-.99-.347-1.771v-6.33h2.913zm-8.328%207.482c-.029-.079-.066-.136-.108-.169-.042-.034-.092-.051-.151-.051-.101%200-.241.073-.422.22-.181.147-.403.312-.669.493-.264.181-.577.346-.938.497-.362.151-.782.228-1.261.228-.505%200-.953-.091-1.343-.271-.392-.182-.722-.457-.99-.826-.269-.37-.473-.831-.612-1.382-.138-.55-.207-1.19-.207-1.922%200-1.463.267-2.578.801-3.348.533-.769%201.301-1.153%202.301-1.153.487%200%20.909.068%201.267.208.357.138.662.292.914.46.253.168.461.322.624.46.165.14.31.208.436.208.109%200%20.202-.064.277-.194.075-.131.113-.36.113-.688%200-.15-.004-.277-.013-.378s-.025-.19-.05-.271c-.025-.08-.058-.149-.095-.208-.038-.06-.107-.139-.208-.24-.101-.101-.263-.223-.486-.365-.222-.143-.476-.269-.762-.378-.286-.11-.6-.198-.939-.266-.341-.066-.691-.101-1.053-.101-.748%200-1.443.124-2.088.372-.642.248-1.201.628-1.676%201.141-.475.514-.85%201.171-1.123%201.973-.272.804-.409%201.764-.409%202.882%200%20.983.111%201.852.334%202.604.223.751.547%201.387.972%201.902.424.519.951.911%201.582%201.18.63.269%201.353.403%202.168.403.396%200%20.778-.038%201.147-.113.37-.076.712-.175%201.028-.296.314-.122.599-.261.851-.417.252-.155.431-.285.536-.39.104-.106.172-.186.202-.241.029-.054.054-.117.075-.188.021-.072.035-.16.044-.267.009-.104.013-.229.013-.371%200-.168-.006-.313-.02-.436-.011-.119-.033-.22-.062-.301zm-11.524-6.164c.188.65.283%201.346.283%202.086v.379c0%20.327-.083.562-.247.699-.165.14-.353.208-.563.208h-7.474c0%20.631.063%201.198.19%201.702.126.504.338.937.634%201.299.296.361.68.639%201.153.832.472.193%201.051.29%201.734.29.541%200%201.022-.045%201.445-.132.422-.09.787-.188%201.096-.297.308-.109.562-.208.76-.297.198-.087.349-.132.45-.132.059%200%20.112.015.158.045.046.028.082.072.108.132.025.059.044.141.056.246.013.104.02.232.02.384%200%20.11-.004.204-.013.283-.009.081-.018.151-.031.216-.012.062-.033.119-.063.17-.03.05-.067.099-.114.145-.046.046-.183.122-.409.227-.228.105-.521.208-.883.31-.361.101-.779.19-1.255.271-.475.08-.98.12-1.519.12-.934%200-1.751-.13-2.452-.391-.702-.261-1.293-.647-1.772-1.16-.479-.513-.841-1.156-1.084-1.929-.243-.773-.365-1.674-.365-2.698%200-.975.126-1.852.378-2.629s.616-1.438%201.09-1.98c.476-.541%201.05-.958%201.722-1.247.672-.291%201.425-.436%202.257-.436.892%200%201.65.143%202.275.429.627.286%201.142.67%201.545%201.153.404.483.7%201.051.89%201.702zm-1.809%201.847c.025-1.093-.219-1.95-.729-2.572-.513-.622-1.271-.933-2.277-.933-.516%200-.968.097-1.356.29-.391.192-.715.449-.979.769-.262.319-.464.691-.608%201.115-.144.425-.225.868-.241%201.331h6.19zm78.958-13.61c.205-.362.421-.718.662-1.062.27-.385.175-.914-.209-1.183-.384-.268-.913-.177-1.183.209-.282.403-.534.82-.772%201.245l1.216.608c.103.053.189.124.286.183zM21.168%2037.915c.189.65.284%201.346.284%202.086v.379c0%20.327-.083.562-.248.699-.164.14-.352.208-.563.208h-7.473c0%20.631.063%201.198.19%201.702.126.504.338.937.633%201.299.296.361.681.639%201.153.832s1.052.29%201.735.29c.541%200%201.022-.045%201.445-.132.422-.09.787-.188%201.096-.297.308-.109.562-.208.76-.297.198-.087.349-.132.449-.132.06%200%20.113.015.158.045.047.028.083.072.109.132.024.059.043.141.056.246.013.104.02.232.02.384%200%20.11-.004.204-.013.283-.009.081-.02.151-.031.216-.014.062-.033.119-.063.17-.029.05-.067.099-.112.145-.047.046-.184.122-.41.227-.228.105-.521.208-.883.31-.362.101-.78.19-1.254.271-.476.08-.981.12-1.521.12-.933%200-1.75-.13-2.452-.391-.701-.261-1.292-.647-1.771-1.16-.479-.513-.841-1.156-1.084-1.929-.243-.773-.366-1.674-.366-2.698%200-.975.127-1.852.379-2.629s.615-1.438%201.091-1.98c.475-.541%201.049-.958%201.721-1.247.672-.291%201.425-.436%202.257-.436.892%200%201.649.143%202.276.429.625.286%201.141.67%201.544%201.153s.699%201.051.888%201.702zm-1.81%201.847c.025-1.093-.218-1.95-.729-2.572-.513-.622-1.271-.933-2.277-.933-.517%200-.968.097-1.357.29-.39.192-.715.449-.978.769-.262.319-.464.691-.608%201.115-.144.425-.225.868-.241%201.331h6.19zm7.124-10.365c-.075-.034-.181-.059-.315-.075s-.307-.025-.517-.025c-.202%200-.369.009-.504.025s-.242.041-.322.075-.134.076-.163.126c-.03.051-.045.11-.045.177v16.845c0%20.066.015.124.045.171.029.045.083.085.163.119s.188.059.322.075.302.025.504.025c.21%200%20.382-.009.517-.025s.24-.041.315-.075c.076-.034.13-.074.164-.119.034-.047.051-.104.051-.171V29.7c0-.066-.017-.126-.051-.177-.034-.049-.087-.091-.164-.126zm62.771-3.435l1.518-.76c-.213-.369-.439-.732-.687-1.085-.268-.386-.797-.477-1.182-.209-.386.269-.479.798-.209%201.183.2.284.386.575.56.871zm112.941%2012.224c.231.757.347%201.61.347%202.56%200%20.924-.122%201.775-.365%202.553-.244.777-.607%201.448-1.092%202.012-.482.563-1.088%201.003-1.815%201.316-.727.316-1.569.474-2.527.474-.933%200-1.746-.139-2.44-.416-.692-.277-1.271-.681-1.732-1.211-.463-.529-.808-1.172-1.034-1.929s-.341-1.613-.341-2.572c0-.924.12-1.775.359-2.553.24-.777.602-1.447%201.084-2.011.484-.563%201.087-1%201.81-1.312s1.567-.467%202.534-.467c.934%200%201.747.139%202.439.416.694.277%201.271.681%201.734%201.211.462.529.808%201.172%201.039%201.929zm-1.809%202.698c0-.614-.057-1.194-.171-1.74-.115-.546-.304-1.025-.566-1.438-.264-.412-.619-.737-1.069-.977-.449-.24-1.009-.359-1.679-.359-.62%200-1.152.109-1.598.328-.445.218-.812.527-1.1.926-.289.399-.502.873-.643%201.419-.14.546-.21%201.144-.21%201.79%200%20.622.058%201.207.172%201.753s.306%201.023.572%201.432c.268.407.625.731%201.075.97.449.24%201.009.359%201.679.359.611%200%201.141-.109%201.591-.327.449-.219.818-.526%201.106-.921s.501-.866.637-1.412.204-1.148.204-1.803zm-10.386-5.661c-.012-.06-.027-.106-.044-.146-.017-.037-.051-.077-.101-.119-.051-.042-.137-.085-.259-.126-.122-.042-.259-.08-.409-.113-.151-.034-.297-.057-.435-.07-.14-.012-.264-.019-.373-.019-.243%200-.484.032-.726.094-.238.064-.48.177-.725.342-.243.163-.502.388-.774.674-.273.286-.565.656-.877%201.109v-1.651c0-.066-.015-.124-.045-.171-.028-.045-.077-.087-.145-.126-.066-.036-.161-.062-.283-.075-.122-.012-.275-.019-.46-.019-.193%200-.35.007-.467.019-.117.014-.214.039-.29.075-.075.039-.126.081-.151.126-.025.047-.038.104-.038.171v11.348c0%20.066.015.124.044.171.03.045.085.085.165.119.079.034.187.059.321.075s.303.025.504.025c.211%200%20.382-.009.517-.025.136-.017.24-.041.315-.075.076-.034.13-.074.164-.119.034-.047.051-.104.051-.171v-7.464c.294-.463.563-.854.807-1.173s.478-.576.7-.77c.223-.192.435-.331.637-.416.201-.084.407-.126.617-.126.177%200%20.341.017.492.051s.288.068.409.107c.122.037.231.076.328.112.097.039.179.058.246.058.066%200%20.12-.019.157-.058.038-.036.069-.092.095-.163s.042-.17.051-.296c.009-.127.013-.281.013-.467%200-.193-.002-.347-.007-.461-.002-.112-.01-.198-.024-.257zm24.613-.341c-.072-.033-.171-.054-.297-.063s-.286-.013-.479-.013c-.227%200-.409.007-.549.019-.138.014-.247.036-.327.069-.08.034-.142.076-.183.126-.042.051-.072.114-.089.189l-3.164%209.355-.038.151-.051-.151-3.202-9.355c-.034-.075-.069-.139-.107-.189-.037-.05-.097-.092-.177-.126-.079-.033-.193-.056-.34-.069-.147-.012-.343-.019-.586-.019-.193%200-.355.004-.486.013-.13.009-.234.027-.314.056-.08.03-.137.07-.171.121-.033.05-.05.109-.05.176%200%20.025.002.057.006.096.005.036.018.094.038.169.021.076.048.164.082.266l3.858%2010.779c.033.085.079.155.139.215.059.059.141.104.245.139.105.034.242.059.41.075s.378.025.63.025c.253%200%20.463-.007.631-.019.168-.014.307-.035.416-.069s.191-.08.246-.139c.055-.06.099-.135.132-.228l3.871-10.779c.017-.06.032-.114.044-.164.014-.051.022-.098.032-.139.009-.042.014-.082.018-.12.005-.037.007-.073.007-.107%200-.066-.015-.124-.043-.17-.031-.046-.081-.086-.152-.12zm22.4%204.022v7.653c0%20.101-.033.177-.101.227-.067.051-.16.089-.277.113-.117.025-.29.038-.517.038-.219%200-.393-.013-.523-.038-.131-.024-.225-.063-.284-.113-.059-.05-.088-.126-.088-.227v-1.135c-.496.529-1.049.941-1.658%201.235s-1.254.441-1.936.441c-.597%200-1.137-.077-1.62-.232-.483-.156-.895-.382-1.235-.676-.34-.294-.605-.655-.794-1.084-.19-.429-.284-.916-.284-1.463%200-.639.13-1.193.392-1.664.261-.47.634-.861%201.121-1.173.488-.311%201.085-.544%201.791-.699s1.5-.233%202.383-.233h1.563v-.883c0-.438-.047-.823-.139-1.159-.093-.337-.241-.616-.447-.84-.206-.222-.473-.39-.801-.504-.328-.112-.731-.17-1.211-.17-.513%200-.973.062-1.381.184-.407.121-.765.256-1.071.403-.307.146-.563.281-.77.403-.205.121-.359.183-.46.183-.066%200-.126-.017-.176-.051-.051-.033-.096-.084-.132-.151-.039-.066-.066-.153-.083-.258-.017-.105-.025-.221-.025-.347%200-.211.015-.377.044-.499.03-.121.101-.236.216-.346.112-.11.308-.238.585-.386.277-.146.597-.281.959-.403.361-.121.756-.222%201.185-.303.429-.079.861-.119%201.299-.119.815%200%201.509.093%202.08.277.571.186%201.034.456%201.388.813.353.357.608.801.769%201.33s.238%201.15.238%201.856zm-2.068%202.471h-1.778c-.571%200-1.067.049-1.487.146s-.769.239-1.047.429c-.276.188-.48.415-.61.682-.131.264-.196.569-.196.913%200%20.589.188%201.058.561%201.406.374.349.898.522%201.57.522.546%200%201.053-.139%201.52-.416.466-.277.956-.702%201.469-1.273v-2.409zM178.52%2030.129c-.496%200-.836.088-1.021.265s-.277.509-.277.996c0%20.479.09.805.271.978.182.172.516.258%201.003.258.496%200%20.836-.088%201.021-.265s.277-.508.277-.996c0-.479-.09-.805-.271-.978-.182-.172-.515-.258-1.003-.258zm47.66%2015.81l-4.614-5.988%204.109-4.11c.127-.135.217-.253.271-.354.056-.101.083-.201.083-.303%200-.075-.019-.137-.057-.183s-.102-.084-.188-.113c-.09-.029-.205-.05-.348-.063-.143-.012-.319-.019-.529-.019-.202%200-.374.007-.517.019-.144.014-.268.039-.372.075-.105.039-.195.085-.271.14-.075.055-.147.123-.214.208l-4.287%204.715V29.7c0-.066-.017-.126-.051-.177-.034-.05-.088-.092-.163-.126-.076-.034-.181-.059-.315-.075s-.307-.025-.518-.025c-.201%200-.369.009-.504.025s-.241.041-.322.075c-.079.034-.134.076-.163.126-.029.051-.044.11-.044.177v16.845c0%20.066.015.124.044.171.029.045.084.085.163.119.081.034.188.059.322.075s.303.025.504.025c.211%200%20.383-.009.518-.025s.239-.041.315-.075c.075-.034.129-.074.163-.119.034-.047.051-.104.051-.171v-6.292l4.791%206.279c.051.075.108.141.17.195.063.055.146.097.246.126.101.03.225.05.372.063.146.012.334.019.562.019.218%200%20.399-.009.542-.025.142-.017.254-.041.335-.075.079-.034.136-.076.169-.126.034-.051.051-.109.051-.177%200-.075-.023-.158-.069-.245-.048-.09-.126-.205-.235-.348zm-46.841-11.032c-.075-.034-.181-.059-.315-.075s-.306-.025-.517-.025c-.202%200-.369.009-.504.025s-.242.041-.321.075c-.081.034-.135.076-.165.126-.029.051-.044.105-.044.164v11.348c0%20.066.015.124.044.171.03.045.084.085.165.119.079.034.187.059.321.075s.302.025.504.025c.211%200%20.382-.009.517-.025s.24-.041.315-.075c.076-.034.13-.074.164-.119.034-.047.051-.104.051-.171V35.197c0-.059-.017-.113-.051-.164-.034-.05-.088-.092-.164-.126zm-39.622%201.135c-.307-.429-.708-.771-1.203-1.027-.496-.257-1.109-.385-1.841-.385-.303%200-.604.04-.901.119-.299.081-.604.209-.921.386-.314.176-.643.407-.983.693-.34.286-.699.634-1.078%201.046-.135-.336-.303-.641-.504-.914-.202-.272-.445-.509-.731-.706s-.616-.351-.99-.46c-.373-.109-.796-.164-1.267-.164-.614%200-1.221.166-1.821.498-.602.332-1.221.855-1.86%201.57v-1.501c0-.066-.015-.124-.045-.171-.028-.045-.077-.087-.145-.126-.066-.036-.161-.062-.284-.075-.121-.012-.274-.019-.459-.019-.193%200-.35.007-.467.019-.117.014-.215.039-.29.075-.075.039-.126.081-.151.126-.025.047-.038.104-.038.171v3.502c-1.298.963-2.812%201.256-4.282.77-2.108-.695-3.568-2.791-3.946-5.506-.566.082-1.151.054-1.722-.104.384%203.521%202.308%206.289%205.135%207.223.642.211%201.291.313%201.937.313%202.108%200%203.47-.769%204.96-2.781.571-.715%201.101-1.257%201.588-1.627.488-.369.972-.555%201.45-.555.387%200%20.721.076%201.002.228.282.151.515.369.7.655s.324.627.416%201.021c.093.395.139.832.139%201.312v6.896c0%20.066.015.124.045.171.029.045.083.085.163.119s.189.059.327.075c.14.017.306.025.499.025.201%200%20.369-.009.504-.025s.242-.041.322-.075c.079-.034.136-.074.17-.119.034-.047.05-.104.05-.171v-7.931c.58-.715%201.112-1.257%201.596-1.627.483-.369.964-.555%201.443-.555.387%200%20.723.076%201.009.228s.521.369.706.655.319.627.403%201.021.126.832.126%201.312v6.896c0%20.066.017.124.051.171.034.045.09.085.171.119.079.034.186.059.32.075s.307.025.518.025c.201%200%20.369-.009.504-.025s.239-.041.315-.075c.075-.034.13-.074.164-.119.033-.047.05-.104.05-.171v-7.174c0-.64-.064-1.247-.195-1.822-.133-.573-.352-1.076-.659-1.505zm12.956%201.009c.16.529.239%201.147.239%201.854v7.653c0%20.101-.034.177-.101.227-.067.051-.16.089-.277.113-.117.025-.29.038-.518.038-.218%200-.393-.013-.523-.038-.13-.024-.224-.063-.283-.113-.06-.05-.088-.126-.088-.227v-1.135c-.496.529-1.049.941-1.658%201.235s-1.255.441-1.936.441c-.597%200-1.137-.077-1.619-.232-.484-.156-.896-.382-1.236-.676-.341-.294-.604-.655-.795-1.084-.188-.429-.283-.916-.283-1.463%200-.639.13-1.193.391-1.664.261-.47.635-.861%201.122-1.173.488-.311%201.085-.544%201.791-.699s1.5-.233%202.383-.233h1.563v-.883c0-.438-.047-.823-.139-1.159-.093-.337-.242-.616-.448-.84-.206-.222-.473-.39-.801-.504-.327-.112-.73-.17-1.21-.17-.513%200-.973.062-1.38.184-.408.121-.766.256-1.073.403-.306.146-.563.281-.768.403-.207.121-.36.183-.461.183-.066%200-.126-.017-.177-.051-.05-.033-.094-.084-.133-.151-.037-.066-.064-.153-.081-.258-.017-.105-.025-.221-.025-.347%200-.211.015-.377.045-.499.028-.121.101-.236.213-.346.114-.11.31-.238.587-.386.277-.146.597-.281.958-.403.362-.121.757-.222%201.186-.303.429-.079.861-.119%201.299-.119.815%200%201.509.093%202.08.277.571.186%201.034.456%201.387.813.353.359.609.802.769%201.332zm-1.828%204.324h-1.778c-.571%200-1.067.049-1.487.146s-.77.239-1.047.429c-.277.188-.48.415-.612.682-.13.264-.194.569-.194.913%200%20.589.188%201.058.562%201.406.373.349.897.522%201.569.522.546%200%201.053-.139%201.519-.416.468-.277.956-.702%201.47-1.273v-2.409zm-27.109%205.17c0%20.066.015.124.044.171.03.045.084.085.165.119.079.034.187.059.321.075s.302.025.504.025c.211%200%20.382-.009.517-.025s.24-.041.315-.075c.076-.034.13-.074.164-.119.034-.047.051-.104.051-.171v-5.577c-.632.668-1.334%201.196-2.081%201.576v4.001zm51.014-.606l-4.615-5.988%204.11-4.11c.126-.135.217-.253.271-.354.056-.101.083-.201.083-.303%200-.075-.019-.137-.058-.183-.037-.046-.101-.084-.188-.113-.089-.029-.204-.05-.347-.063-.143-.012-.319-.019-.529-.019-.202%200-.375.007-.518.019-.143.014-.267.039-.371.075-.105.039-.196.085-.271.14-.076.055-.147.123-.215.208l-4.286%204.715V29.7c0-.066-.017-.126-.051-.177-.034-.05-.088-.092-.164-.126-.075-.034-.181-.059-.315-.075s-.306-.025-.517-.025c-.202%200-.369.009-.504.025s-.242.041-.322.075-.134.076-.163.126c-.03.051-.045.11-.045.177v16.845c0%20.066.015.124.045.171.029.045.083.085.163.119s.188.059.322.075.302.025.504.025c.211%200%20.382-.009.517-.025s.24-.041.315-.075c.076-.034.13-.074.164-.119.034-.047.051-.104.051-.171v-6.292l4.791%206.279c.05.075.107.141.17.195.063.055.146.097.246.126.101.03.225.05.372.063.146.012.334.019.561.019.219%200%20.399-.009.542-.025s.255-.041.335-.075c.079-.034.136-.076.17-.126.034-.051.05-.109.05-.177%200-.075-.022-.158-.068-.245-.048-.09-.126-.205-.235-.348zm-11.417-10.716c-.014-.06-.027-.106-.044-.146-.017-.037-.051-.077-.102-.119-.05-.042-.137-.085-.258-.126-.122-.042-.259-.08-.41-.113-.151-.034-.296-.057-.436-.07-.138-.012-.262-.019-.371-.019-.243%200-.486.032-.725.094-.24.064-.482.177-.726.342-.243.163-.502.388-.775.674s-.564.656-.876%201.109v-1.651c0-.066-.015-.124-.044-.171-.03-.045-.078-.087-.146-.126-.066-.036-.162-.062-.283-.075-.122-.012-.275-.019-.461-.019-.192%200-.349.007-.466.019-.118.014-.215.039-.29.075-.076.039-.126.081-.151.126-.025.047-.038.104-.038.171v11.348c0%20.066.015.124.045.171.029.045.083.085.163.119s.187.059.321.075.303.025.505.025c.21%200%20.382-.009.517-.025s.239-.041.315-.075c.075-.034.13-.074.164-.119.033-.047.05-.104.05-.171v-7.464c.294-.463.563-.854.808-1.173.243-.319.477-.576.699-.77.223-.192.436-.331.637-.416.202-.084.407-.126.618-.126.177%200%20.34.017.491.051s.288.068.41.107c.122.037.231.076.328.112.096.039.179.058.245.058.067%200%20.119-.019.158-.058.037-.036.069-.092.095-.163.024-.071.041-.17.05-.296.009-.127.013-.281.013-.467%200-.193-.002-.347-.006-.461-.003-.112-.012-.198-.024-.257zM97.738%2016.185c0-2.918%202.365-5.283%205.281-5.283%202.918%200%205.284%202.365%205.284%205.283s-2.366%205.283-5.284%205.283c-2.915%200-5.281-2.365-5.281-5.283zm2.2.527c0%201.084%201.381%202.469%203.085%202.469%201.705%200%203.082-1.385%203.082-2.469h-6.167zm17.33%2013.86c.652-1.304.125-2.891-1.18-3.544l-6.629-3.317c-1.05-.524-2.28-.877-3.575-1.097-.623.278-1.293.466-1.994.555.001.019.011.036.011.056v.884h2.202c.137%200%20.272.032.395.094l8.801%204.4c.436.218.611.747.395%201.182-.154.309-.466.487-.789.487-.132%200-.267-.03-.393-.094l-8.615-4.308h-1.995v1.758h2.455c.486%200%20.88.394.88.88s-.394.881-.88.881h-2.455v1.762h2.455c.486%200%20.88.394.88.88s-.394.881-.88.881h-2.455v2.537l3.032%201.503c.3.148.489.454.489.789v6.618c0%20.486-.395.881-.881.881s-.88-.395-.88-.881v-6.072l-2.643-1.31-2.639%201.31v6.072c0%20.486-.395.881-.881.881s-.88-.395-.88-.881V37.74c0-.335.189-.64.488-.789l3.032-1.505v-2.535h-2.454c-.486%200-.881-.395-.881-.881s.395-.88.881-.88h2.454v-1.762h-2.454c-.486%200-.881-.395-.881-.881s.395-.88.881-.88h2.454V25.87h-1.996l-8.613%204.308c-.436.218-.964.042-1.182-.394-.218-.435-.041-.964.394-1.181l8.8-4.401c.122-.062.257-.094.394-.094h2.204v-.884c0-.02.01-.036.011-.056-.701-.088-1.371-.276-1.994-.554-1.295.22-2.525.573-3.575%201.097l-6.628%203.316c-1.305.653-1.833%202.24-1.18%203.544.463.926%201.396%201.46%202.363%201.46.397%200%20.801-.09%201.181-.279l4.54-2.272-.001%2014.878c0%201.459%201.183%202.642%202.642%202.642s2.642-1.183%202.642-2.642v-4.98l.879-.437.881.438v4.979c0%201.459%201.183%202.642%202.641%202.642%201.459%200%202.642-1.183%202.642-2.642l-.001-14.879%204.541%202.272c1.304.655%202.89.126%203.544-1.179z%22%2F%3E%0A%3C%2Fsvg%3E");
}

.user {
  padding-left: 28px;
  cursor: pointer;
  position: relative;
}

.user::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 0;
  width: 24px;
  height: 24px;
  background-position: left center;
  background-repeat: no-repeat;
}

.user.signin::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20baseProfile%3D%22tiny%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%0A%20%20%3Cpath%20fill%3D%22%23636E82%22%20d%3D%22M8%2010c-1.103%200-2%20.897-2%202s.897%202%202%202%202-.897%202-2-.897-2-2-2zm4-10C5.373%200%200%205.373%200%2012s5.373%2012%2012%2012c6.626%200%2012-5.373%2012-12S18.627%200%2012%200zm8%2013h-.5v2h-3v-2h-4.642c-.447%201.721-2%203-3.858%203-2.206%200-4-1.794-4-4s1.794-4%204-4c1.859%200%203.411%201.28%203.858%203H20v2z%22%2F%3E%0A%3C%2Fsvg%3E");
}

.user.signed::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20baseProfile%3D%22tiny%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%0A%20%20%3Cpath%20fill%3D%22%2365B048%22%20d%3D%22M12%200C5.383%200%200%205.383%200%2012s5.383%2012%2012%2012%2012-5.383%2012-12S18.617%200%2012%200zm0%202c5.514%200%2010%204.486%2010%2010%200%202.126-.672%204.096-1.809%205.718-.718-1.066-2.174-2.38-5.095-2.937l-1.104-.21-.081%201.12c-.084%201.161-.924%202.071-1.912%202.071-.989%200-1.829-.91-1.913-2.071l-.081-1.12-1.104.21c-2.921.558-4.376%201.869-5.094%202.937C2.672%2016.096%202%2014.126%202%2012%202%206.486%206.486%202%2012%202zm-4.585%208.94c0-.539.259-1.019.659-1.32C8.203%206.85%209.881%204.727%2012%204.727c2.118%200%203.796%202.123%203.925%204.893.4.302.66.782.66%201.321%200%20.734-.481%201.358-1.145%201.573-.68%201.654-1.976%202.688-3.44%202.688s-2.761-1.033-3.441-2.688c-.663-.215-1.144-.839-1.144-1.574z%22%2F%3E%0A%3C%2Fsvg%3E");
}

.user.signed.pro::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%0A%20%20%3Ccircle%20fill%3D%22%23DF4E4E%22%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%2F%3E%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M12.001%2019C8.14%2019%205%2015.86%205%2011.999S8.14%205%2012.001%205C15.857%205%2019%208.138%2019%2011.999%2019%2015.86%2015.857%2019%2012.001%2019zm.003-2.798c2.254%200%204.079-1.887%204.079-3.363H7.917c0%201.476%201.823%203.363%204.087%203.363z%22%2F%3E%0A%3C%2Fsvg%3E");
}

@keyframes ModalShow {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.mini {
  width: 25%;
}

.small {
  width: 30em;
}

.medium {
  width: 50%;
  min-width: 27em;
  max-width: 27em;
}

.big {
  width: 66%;
  min-width: 50em;
  max-width: 50em;
  padding-right: 0;
  padding-bottom: 0;
}

.large {
  width: 100%;
}

.popup.error {
  min-height: auto;
}

.photoSamples {
  top: 50%;
  height: 625px;
  margin-top: -311px;
  width: 700px;
}

.popup.photoSamples .body {
  padding: 0;
  height: 100%;
}
.popup.photoSamples ul, .photoSamples li {margin:0; padding:0;}
.popup.photoSamples ul li::before {content:'';}


@media screen and (max-width: 960px) {
  .photoSamples {
    top: 0;
    left: 0;
    transform: none;
    margin: 0;
    width: 100%;
    height: auto;
  }

  .photoSamples .body {
    padding: 0;
  }
}
.popup.deviceInfo .body {padding:0;}

@media screen and (max-width: 650px), screen and (max-height: 500px) {
  .mini,
  .small,
  .medium,
  .big,
  .large {
    min-width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    transform: none;
    margin: 0;
  }
}

.popup {
  left: 50%;
  transform: translate(-50%, 0);
  position: fixed;
  box-sizing: border-box;
  background-color: #fff;
  color: #000;
  border: 2px solid #fff;
  border-radius: 3px;
  z-index: 95;
  display: flex;
  flex-direction: column;
  max-height: 100%;
  min-height: 15em;
  box-shadow: 0 8px 32px 0 rgb(31 38 135 / 37%);
}

.popup header {
  margin: 1em;
  font-size: 1.45em;
  text-align: center;
  z-index: -1;
  position: relative;
}

.popup .body {
  padding: 0 2em 2em;
  flex-grow: 1;
  overflow: auto;
}

.popup h1 {
  font-weight: 300;
  font-size: 25pt;
}
.popup h2 {
  font-weight: 300;
  font-size:21pt;
}
.popup h3 {
  font-weight: 300;
  font-size:17pt;
}
.popup h4 {
  font-weight: 300;
  font-size:15pt;
}
.popup blockquote {
  border-left:.25em solid rgb(117, 126, 143);
  padding:0 0 0 1.75em;
  margin:1em 0;
  font-family:electromarker;
}
.popup ol,
.popup ul {
  margin:1em 0 1em 2em;
  position: relative;
  list-style-type: none;
}

.popup ul li::before {
  color: rgb(117, 126, 143);
  content: "— ";
  left: -1.3em;
  position: absolute;
}
.popup figure {
  text-align: center;
}
.popup figure img {
  background-color: #f5f5f5;
  width: 595px;
  height: auto;
}
.popup figcaption {
  font-style: italic;
  font-size: small;
  text-align: left;
  margin-top: 1em;
  margin-left: 50%;
}

@media screen and (max-width: 650px) {
  .popup {
    width: auto;
    min-width: 100%;
    margin: 0;
    top: 0;
    left: 0;
    transform: none;
    padding: 0;
  }
  .popup header {
    margin: 0.5em 0 0;
  }

  .popup .body {
    padding: 0 1.5em 2em;
    font-size:larger;
  }
  .popup figure img {
    width: auto;
    max-width: 100%;
  }
  .how2use figure {
    padding: 0;
    margin: 0;
  }
  .photoSamples .body {
    padding: 0;
  }
}

div.close {
  cursor: pointer;
  position: absolute;
  display: block;
  top: 24px;
  right: 24px;
  margin: 8px 0 0;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23231F20%22%20stroke-width%3D%221.875%22%20stroke-linecap%3D%22round%22%20d%3D%22M5%2011l6-6M5%205l6%206%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
}

div.close::before {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  z-index: -1;
  left: -50%;
  top: -50%;
  width:200%;
  height:200%;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  box-sizing: border-box;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(0);
  transition-property: transform, opacity;
}

div.close:hover::before {
  opacity: 1;
  transform: scale(1);
}

.header div.close {
  top: 50%;
  margin-top: -8px;
}

.fader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* background-color: rgba(0, 0, 0, 0.5); */
  background-color: rgb(255 255 255 / 35%);
  backdrop-filter: blur(8px);
  z-index: 1000;
}

.fader.dark {
  background-color: rgb(0 0 0 / 25%);
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.1s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.fade2-enter-active,
.fade2-leave-active {
  transition: opacity 0.25s;
}

.fade2-enter,
.fade2-leave-to {
  opacity: 0;
}

.showTimeout-enter-active {
  transition: opacity 0.25s 3s;
}

.showTimeout-leave-active {
  transition: opacity 0.25s;
}

.showTimeout-enter,
.showTimeout-leave-to {
  opacity: 0;
}

.progressIndeterminate {
  background-image: linear-gradient(-45deg, rgb(0 0 0 / 25%) 25%, transparent 25%, transparent 50%, rgb(0 0 0 / 25%) 50%, rgb(0 0 0 / 25%) 75%, transparent 75%, transparent);
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  border-color: transparent;
}

@keyframes move {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 50px 50px;
  }
}

/* .how2use p {
  margin-bottom: 2em;
} */

/* .how2use strong {
  font-size: 1.45em;
  font-weight: normal;
} */

/* .how2use figure {
  text-align: center;
}

.how2use figure img {
  background-color: #f5f5f5;
  width: 595px;
  height: auto;
} */

.faq p {
  margin-bottom: 2em;
}

.faq h2 {
  font-size: 1.2em;
  font-weight: normal;
  color: gray;
}

.faq figure {
  text-align: center;
}

.faq figure img {
  background-color: #f5f5f5;
  width: 595px;
  height: auto;
}
.faq figcaption {
  font-style: italic;
  font-size: small;
  text-align: left;
  margin-top: 1em;
  margin-left: 50%;
}

dl.notificationsList {
  margin: 0;
  padding: 0;
  position: relative;
}

dl.notificationsList dt {
  margin: 0 0 1em;
  padding: 0;
  color: gray;
}

dl.notificationsList dd {
  margin: 0 0 1em;
  padding: 0;
  position: relative;
}

.start .description b {
  color: #000;
  font-weight: normal;
}

.buyPROorDL {min-width: 380px;}
.buyPROorDL .column_header {
  font-family: electromarker, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-size: 13pt;
}

.buyPROorDL .column_header_note {
  font-family: Calibri, Arial, sans-serif;
  font-size: 10pt;
  color: #999;
}

.buyPROorDL .column_header_note a {
  text-decoration: none;
  color: #167efb;
}

@media screen and (max-width: 650px) {
  .how2use figure {
    padding: 0;
    margin: 0;
  }

  .how2use figure img {
    width: auto;
    max-width: 100%;
  }

  .how2use figcaption {
    margin-left: 2em;
  }
}

.dragControl {
  position: absolute;
  z-index: 2;
  top: -14px;
  left: calc(50% - 15px);
  width: 30px;
  height: 24px;
  /* border-top-left-radius: 4px;
  border-top-right-radius: 4px; */
  border-radius: 4px;
  background-color: gray;
  opacity: 0;
  cursor: grab;
  box-sizing: border-box;
  padding: 3px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8.5%206h7l-3.5-5zm0%2012h7l-3.5%205zm-2.5-2.5v-7l-5%203.5zm12%200v-7l5%203.5z%22%2F%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20d%3D%22M9.5%209.5h5v5h-5z%22%2F%3E%0A%3C%2Fsvg%3E");
  background-position:center center;
  background-repeat: no-repeat;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.editable .dragControl,
.item.hoverable:hover .dragControl {
  opacity: 1;
}
