html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

blockquote, q {
  quotes: none;
  border-left: 5px solid var(--primary-color);
  padding-left: 16px;
  margin: 8px 0;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

[hidden],
template {
  display: none; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  border-top: 1px solid var(--blocks-and-disabled-color);
  border-bottom: 0;
  margin: 20px 0;
}

pre {
  overflow: auto;
  background-color: #eee;
  border-radius: 5px;
  padding: 20px;
  border: 1px solid #ccc;
}

code,
kbd,
pre,
samp {
  font-family: inherit;
  font-size: inherit; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: not-allowed; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

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

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

html, body {
  font-family: "Ubuntu", sans-serif;
  color: #1C1C1C;
  font-weight: 400;
  line-height: 1.4;
  background: #F1F2F5;
  font-size: 13px; }
  @media only screen and (min-width: 769px) {
    html, body {
      font-size: 14px; } }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Ubuntu", sans-serif;
  line-height: 1.1;
  color: #1C1C1C;
  font-weight: 500; }

h1, .h1 {
  font-size: 22px;
  margin: 0 0 25px 0; }
  @media only screen and (max-width: 550px) {
    h1, .h1 {
      font-size: 21px; } }

h2, .h2 {
  font-size: 20px;
  margin: 25px 0; }
  @media only screen and (max-width: 550px) {
    h2, .h2 {
      font-size: 18px;
      margin: 15px 0 10px 0;
      font-weight: 400; } }

h3, .h3 {
  font-size: 16px;
  margin: 20px 0; }
  @media only screen and (max-width: 550px) {
    h3, .h3 {
      font-size: 15px;
      margin: 15px 0 10px 0; } }

h4, .h4 {
  font-size: 15px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 13px; }

h4, h5, h6, .h4, .h5, .h6 {
  margin: 15px 0; }

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%; }

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%; }

small,
.small {
  color: inherit;
  font-size: 75%; }

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

a {
  color: var(--primary-links-color);
  text-decoration: underline;
  -webkit-transition: all linear 0.3s 0s;
  -moz-transition: all linear 0.3s 0s;
  -o-transition: all linear 0.3s 0s;
  transition: all linear 0.3s 0s; }
  a:hover {
    text-decoration: none; }

p {
  margin: 0 0 1em 0; }

ul, ol {
  margin: 1em 0; }
  ul li, ol li {
    margin: 0 0 1em 0; }

ul {
  padding-left: 20px; }

ol {
  padding-left: 20px; }

table {
  font-size: 1em;
  border: 1px solid;
  padding: 0;
  margin: 1em 0;
  border-collapse: collapse; }
  table td, table th {
    border: 1px solid; }
  table th {
    text-align: center; }

.c-icon {
  display: inline-block;
  line-height: 0;
  font-size: 0;
  padding: 0; }

.c-icon-svg {
  color: inherit;
  fill: currentColor;
  stroke: none;
  width: 1em;
  height: 1em;
  font-size: 1em; }

.c-icon-svg-arrow-down {
  font-size: 1em;
  width: 1em; }

.c-icon-svg-arrow-left {
  font-size: 1em;
  width: 1em; }

.c-icon-svg-arrow-right {
  font-size: 1em;
  width: 1em; }

.c-icon-svg-arrow-up {
  font-size: 1em;
  width: 1em; }

.c-icon-svg-close {
  font-size: 1em;
  width: 1em; }

.c-icon-svg-dialog {
  font-size: 1em;
  width: 1em; }

.c-icon-svg-edit {
  font-size: 1em;
  width: 1em; }

.c-icon-svg-eye {
  font-size: 1em;
  width: 1em; }

.c-icon-svg-facebook {
  font-size: 1em;
  width: 1em; }

.c-icon-svg-flikr {
  font-size: 1em;
  width: 1em; }

.c-icon-svg-gear {
  font-size: 1em;
  width: 1em; }

.c-icon-svg-google {
  font-size: 1em;
  width: 1em; }

.c-icon-svg-instagram {
  font-size: 1em;
  width: 1em; }

.c-icon-svg-key {
  font-size: 1em;
  width: 1em; }

.c-icon-svg-linkedin {
  font-size: 1em;
  width: 1em; }

.c-icon-svg-mailru {
  font-size: 1em;
  width: 1em; }

.c-icon-svg-materials {
  font-size: 1em;
  width: 1em; }

.c-icon-svg-minus {
  font-size: 1em;
  width: 1em; }

.c-icon-svg-msg {
  font-size: 1em;
  width: 1em; }

.c-icon-svg-odnoklasniki {
  font-size: 1em;
  width: 1em; }

.c-icon-svg-password-ok {
  font-size: 1em;
  width: 1em; }

.c-icon-svg-pinterest {
  font-size: 1em;
  width: 1em; }

.c-icon-svg-question {
  font-size: 1em;
  width: 1em; }

.c-icon-svg-reply {
  font-size: 1em;
  width: 1em; }

.c-icon-svg-rewind-left {
  font-size: 1em;
  width: 1em; }

.c-icon-svg-rewind-right {
  font-size: 1em;
  width: 1em; }

.c-icon-svg-skype {
  font-size: 1em;
  width: 1em; }

.c-icon-svg-success {
  font-size: 1em;
  width: 1em; }

.c-icon-svg-success-2 {
  font-size: 1em;
  width: 1em; }

.c-icon-svg-task-ok {
  font-size: 1em;
  width: 1em; }

.c-icon-svg-telegram {
  font-size: 1em;
  width: 1em; }

.c-icon-svg-trash {
  font-size: 1em;
  width: 1em; }

.c-icon-svg-tumblr {
  font-size: 1em;
  width: 0.625em; }

.c-icon-svg-twitter {
  font-size: 1em;
  width: 1em; }

.c-icon-svg-user {
  font-size: 1em;
  width: 1em; }

.c-icon-svg-viber {
  font-size: 1em;
  width: 1em; }

.c-icon-svg-vkontakte {
  font-size: 1em;
  width: 1em; }

.c-icon-svg-warning {
  font-size: 1em;
  width: 1em; }

.c-icon-svg-whatsapp {
  font-size: 1em;
  width: 1em; }

.c-icon-svg-youtube {
  font-size: 1em;
  width: 1em; }

.c-icon-svg-youtube2 {
  font-size: 1em;
  width: 1em; }

.c-icon-reply {
  background-image: url(/img/shared/icons.png);
  background-position: 0px 0px;
  width: 20px;
  height: 13px; }

body:before {
  content: 'xxs';
  display: none; }

@media only screen and (min-width: 426px) {
  body:before {
    content: 'xs'; } }

@media only screen and (min-width: 551px) {
  body:before {
    content: 'sm'; } }

@media only screen and (min-width: 769px) {
  body:before {
    content: 'md'; } }

@media only screen and (min-width: 1025px) {
  body:before {
    content: 'lg'; } }

@media only screen and (min-width: 1361px) {
  body:before {
    content: 'xl'; } }

.emdesell-logo
{
  color: var(--primary-links-color);
}

[href^="tel"], [href^="mailto"] {
  direction: ltr;
  display: inline-block; }

[dir="ltr"],
[direction="ltr"] {
  direction: ltr; }

[lang="ar"],
[dir="rtl"],
[direction="rtl"] {
  direction: rtl;
  text-align: right; }
  [lang="ar"] textarea,
  [lang="ar"] input[type="text"], [lang="ar"] input[type="email"],
  [lang="ar"] input[type="password"], [lang="ar"] input[type="tel"],
  [lang="ar"] input[type="phone"], [lang="ar"] input[type="number"],
  [lang="ar"] input[type="search"],
  [dir="rtl"] textarea,
  [dir="rtl"] input[type="text"],
  [dir="rtl"] input[type="email"],
  [dir="rtl"] input[type="password"],
  [dir="rtl"] input[type="tel"],
  [dir="rtl"] input[type="phone"],
  [dir="rtl"] input[type="number"],
  [dir="rtl"] input[type="search"],
  [direction="rtl"] textarea,
  [direction="rtl"] input[type="text"],
  [direction="rtl"] input[type="email"],
  [direction="rtl"] input[type="password"],
  [direction="rtl"] input[type="tel"],
  [direction="rtl"] input[type="phone"],
  [direction="rtl"] input[type="number"],
  [direction="rtl"] input[type="search"] {
    text-align: right; }

@media print {
  #header,
  #footer,
  .l-page-header,
  .l-page-sidebar,
  form, input, button {
    display: none; } }
