@import url("https://fonts.googleapis.com/css?family=Assistant:400,700&display=swap&subset=hebrew");

a:focus {
  border: 3px solid #000080;
}

.click2call {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  display: none;
}

.mb-3 {
  margin-bottom: 25px;
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 10;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 30px 30px 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%,
  100%,
  40% {
    -webkit-transform: scaleY(0.5);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%,
  100%,
  40% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  font-family: "Assistant", sans-serif;
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
  font-family: "Assistant", sans-serif;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  font-family: "Assistant", sans-serif;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  /*outline: 0*/
}

code,
kbd,
pre,
samp {
  font-family: "Assistant", sans-serif;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  -webkit-border-radius: 0;
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1380px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-right: 8.33333%;
}

.offset-2 {
  margin-right: 16.66667%;
}

.offset-3 {
  margin-right: 25%;
}

.offset-4 {
  margin-right: 33.33333%;
}

.offset-5 {
  margin-right: 41.66667%;
}

.offset-6 {
  margin-right: 50%;
}

.offset-7 {
  margin-right: 58.33333%;
}

.offset-8 {
  margin-right: 66.66667%;
}

.offset-9 {
  margin-right: 75%;
}

.offset-10 {
  margin-right: 83.33333%;
}

.offset-11 {
  margin-right: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-right: 0;
  }

  .offset-sm-1 {
    margin-right: 8.33333%;
  }

  .offset-sm-2 {
    margin-right: 16.66667%;
  }

  .offset-sm-3 {
    margin-right: 25%;
  }

  .offset-sm-4 {
    margin-right: 33.33333%;
  }

  .offset-sm-5 {
    margin-right: 41.66667%;
  }

  .offset-sm-6 {
    margin-right: 50%;
  }

  .offset-sm-7 {
    margin-right: 58.33333%;
  }

  .offset-sm-8 {
    margin-right: 66.66667%;
  }

  .offset-sm-9 {
    margin-right: 75%;
  }

  .offset-sm-10 {
    margin-right: 83.33333%;
  }

  .offset-sm-11 {
    margin-right: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-right: 0;
  }

  .offset-md-1 {
    margin-right: 8.33333%;
  }

  .offset-md-2 {
    margin-right: 16.66667%;
  }

  .offset-md-3 {
    margin-right: 25%;
  }

  .offset-md-4 {
    margin-right: 33.33333%;
  }

  .offset-md-5 {
    margin-right: 41.66667%;
  }

  .offset-md-6 {
    margin-right: 50%;
  }

  .offset-md-7 {
    margin-right: 58.33333%;
  }

  .offset-md-8 {
    margin-right: 66.66667%;
  }

  .offset-md-9 {
    margin-right: 75%;
  }

  .offset-md-10 {
    margin-right: 83.33333%;
  }

  .offset-md-11 {
    margin-right: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-right: 0;
  }

  .offset-lg-1 {
    margin-right: 8.33333%;
  }

  .offset-lg-2 {
    margin-right: 16.66667%;
  }

  .offset-lg-3 {
    margin-right: 25%;
  }

  .offset-lg-4 {
    margin-right: 33.33333%;
  }

  .offset-lg-5 {
    margin-right: 41.66667%;
  }

  .offset-lg-6 {
    margin-right: 50%;
  }

  .offset-lg-7 {
    margin-right: 58.33333%;
  }

  .offset-lg-8 {
    margin-right: 66.66667%;
  }

  .offset-lg-9 {
    margin-right: 75%;
  }

  .offset-lg-10 {
    margin-right: 83.33333%;
  }

  .offset-lg-11 {
    margin-right: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.fl-banner-img {
  display: block;
  width: 100%;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  -o-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #afafaf;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.header {
  color: #05365f;
  font-family: "Assistant", sans-serif;
  position: relative;
  z-index: 10;
}

header .logo {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

.header-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}

.header-top__account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #05365f;
}

.header-top__account img {
  width: 20px;
  height: 20px;
  margin: 0 10px;
}

.header-top__logo {
  display: inline-block;
}

.header-top__logo img {
  max-width: 100%;
}

.header-top__lang {
  margin-left: 10px;
  max-width: 30px;
  cursor: pointer;
  position: relative;
  border: 0;
  background-color: #fff;
  outline: none !important;
}

.header-top__lang:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 9px;
  height: 5px;
  -webkit-transform: translate(-15px, 10px);
  -ms-transform: translate(-15px, 10px);
  transform: translate(-15px, 10px);
  background: url(/img/header/lang_arrow.png) no-repeat center;
}

.header-top__lang:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 70px;
  height: 40px;
  -webkit-transform: translate(-25%, 0);
  -ms-transform: translate(-25%, 0);
  transform: translate(-25%, 0);
  background: 0 0;
}

.header-top__lang .dropdown__list {
  display: none;
  padding: 10px;
  border: 1px solid #bfcbd6;
  margin-top: 7px;
  position: absolute;
  right: 0;
  z-index: 100;
  background-color: #fff;
  width: 69px;
  right: -10px;
  text-align: center;
  position: relative;
  position: absolute;
  z-index: 150;
}

.header-top__lang .dropdown__list:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 14px;
  height: 9px;
  -webkit-transform: translate(50%, -100%);
  -ms-transform: translate(50%, -100%);
  transform: translate(50%, -100%);
  background: url(/img/header/triangle_ic.jpg) no-repeat left top;
}

.header-bottom {
  background-image: url(/img/header/menu.png);
  height: 46px;
}

.header-bottom__nav {
  color: #fff;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-bottom__nav a {
  color: #fff;
  font-size: 18px;
}

.header-bottom__container {
  position: relative;
}

.header-bottom__container:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 45px;
  right: 70px;
  top: -12px;
  background: url(/img/header/menu_line.jpg) no-repeat left top;
}

.header-bottom__hamburger {
  cursor: pointer;
  text-align: right;
  border: 0;
  background-color: transparent;
  outline: none !important;
}

.header-bottom__hamburger span {
  width: 30px;
  height: 2px;
  background-color: #d4dce3;
  display: block;
  margin-bottom: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.header-bottom__hamburger span:nth-child(3) {
  width: 20px;
  margin-left: auto;
}

.header-bottom__hamburger.active span:nth-child(3) {
  width: 30px;
}

.header-bottom__hamburger.active span:nth-child(2) {
  width: 25px;
}

.header-bottom__hamburger.active span:nth-child(1) {
  width: 20px;
}

.header-bottom__dropdown {
  font-family: "Assistant", sans-serif;
  text-align: right;
  margin: 0;
  position: absolute;
  top: 32px;
  right: -20px;
  background-color: rgba(0, 49, 92, 0.97);
  z-index: 100;
  padding: 35px 0;
  width: 100%;
  max-width: 227px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  display: none;
}

.header-bottom__dropdown .extra_menu_close {
  background-image: url(/img/header/extra_menu_close.png);
  position: absolute;
  width: 17px;
  height: 17px;
  top: 15px;
  left: 15px;
  -webkit-background-size: contain;
  background-size: contain;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.header-bottom__dropdown .extra_menu_close:hover {
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotate(90deg);
  transform: rotateZ(90deg);
}

.header-bottom__list {
  padding-right: 24px;
}

.header-bottom__list--mob {
  display: none;
}

.header-bottom__list a {
  color: #a6caea;
  line-height: 40px;
  position: relative;
  margin: 0;
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 5px 15px;
}

.header-bottom__list a:after {
  content: "";
  position: absolute;
  top: 25px;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #f0f5f9;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.header-bottom__list a:hover {
  color: #f0f5f9;
  padding-right: 56px;
}

.header-bottom__list a:hover:after {
  width: 36px;
}

.header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Assistant", sans-serif;
  position: relative;
}

.header-nav__dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  visibility: hidden;
  right: 0;
  width: 100%;
  max-width: 1380px;
  z-index: 100;
  opacity: 0;
  -webkit-transition: all 0.5s linear, opacity 0.5s linear;
  -o-transition: all 0.5s linear, opacity 0.5s linear;
  transition: all 0.5s linear, opacity 0.5s linear;
}

.header-nav__dropdown--grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #f4f2f4;
  -webkit-box-shadow: 0 3px 5px #e1e1e1;
  box-shadow: 0 3px 5px #e1e1e1;
  min-height: 200px;
}

.header-nav__dropdown--grey li {
  height: 200px;
  min-width: calc(100% / 9);
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
}

@media screen and (min-width: 1000px) {
  .header-nav__dropdown--grey {
    flex-direction: row-reverse;
  }
}

.header-nav__dropdown--grey li:hover {
  background-color: #e1e1e1;
}

.header-nav__dropdown--grey a {
  color: #5c5c5c !important;
}

.header-nav__dropdown.products {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-nav__dropdown .products__btn-all {
  background-color: #e1e1e1;
  -webkit-box-shadow: 0 3px 5px #e1e1e1;
  box-shadow: 0 3px 5px #e1e1e1;
  min-height: 100px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
}

.header-nav__dropdown .products__btn-all .btn {
  color: #e4572d;
  margin-top: 25px;
}

.header-nav h5 {
  margin: 0;
}

.header-nav__cat {
  color: #05658e !important;
  font-size: 18px;
  text-transform: uppercase;
  min-height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 35px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  cursor: pointer;
}

.header-nav__cat:hover,
.header-nav__cat.active {
  border-bottom: 3px solid #05658e;
}

.header-nav__item {
  margin-left: 30px;
}

.header-nav__item .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  text-align: center;
}

.header-nav__item .menu__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-nav__item .menu__item-text {
  margin: 20px auto;
}

.header-nav__item a {
  color: #fff;
  /*width:100%;height:100%;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-nav__item .block {
  min-height: 300px;
  color: #fff;
  padding: 20px;
}

.header-nav__item .block--1 {
  background: #e4572d;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px;
}

.header-nav__item .block--2 {
  background: #36f;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.header-nav__item .block--3 {
  background: #ffc11b;
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}

.footer {
  background: url(/img/footer/footer_bg.jpg);
  padding: 30px 0 14px;
  height: 184px;
}

.footer a {
  font-size: 14px;
  color: #4386ac;
  padding-right: 0;
  padding-left: 0;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.footer a:hover {
  color: #fff;
}

.footer__logo {
  max-width: 112px;
}

.footer__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  text-align: right;
}

.footer__lists li {
  line-height: 16px;
  margin-bottom: 6px;
}

.footer__soc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 18px;
  color: #fff;
}

.footer__soc-item {
  width: 38px;
  height: 38px;
  margin: 10px;
}

.footer__soc-item.youtube {
  background: url(/img/footer/footer_icon0.png) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

.footer__soc-item.iso {
  background: url(/img/footer/footer_icon1.png) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 38px;
  height: 38px;
}

#top {
  z-index: 100;
  bottom: 0;
  cursor: pointer;
  display: none;
  position: fixed;
  left: 25px;
  width: 48px;
  height: 33px;
  background-color: rgba(0, 0, 0, 0.69);
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  -webkit-transition: height 1s;
  -o-transition: height 1s;
  transition: height 1s;
}

#top:hover {
  color: #fff;
  background-color: #000;
  height: 45px;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}

#top i {
  color: #fff;
  font-size: 20px;
  position: relative;
  display: block;
  top: 8px;
}

#top .up {
  display: block;
  font-family: "Assistant", sans-serif;
  font-size: 15px;
  color: #fff;
  /*background-image: url(../img/icons/owl_arrow_left.png);*/
  background-position: center;
  width: 10px;
  height: 17px;
  margin: 0 auto;
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotate(90deg);
  transform: rotateZ(90deg);
  -webkit-background-size: 8px 8px;
  background-size: 8px;
}

.breadcrumb {
  margin-top: 20px;
  background-color: transparent;
  padding: 8px 15px !important;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  text-align: left;
  font-weight: 700;
}

.abt-breadcrumb {
  margin-bottom: -42px;
}

.padding-right {
  padding-right: 0;
}

.padding-zero {
  padding: 0;
}

.pull-left {
  float: right !important;
}

.outer {
  background-color: #f4f2f4;
  width: 90px;
  height: 90px;
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.inner-blue1 {
  background-color: #0096b4;
  top: 21%;
  left: 21%;
  width: 58%;
  height: 58%;
  position: relative;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.inner-blue2 {
  background-color: #0096b4;
  top: 8%;
  left: 8%;
  width: 85%;
  height: 85%;
  position: relative;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.inner-white {
  background-color: #fff;
  top: 37%;
  left: 37%;
  width: 25%;
  height: 25%;
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.parent-breadcrumb {
  margin-top: 23px;
  margin-right: 48px;
}

.appBtn {
  width: 260px;
  display: inline-block;
  border-radius: 4px;
}

.btn-group,
.btn-group-vertical {
  display: flex;
  flex-direction: row-reverse;
  justify-content: end;
  margin-right: 60px;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-breadcrumb .btn:first-child {
  padding: 18px 6px 18px 35px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-breadcrumb .btn {
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Assistant", sans-serif;
  color: #3c3c3c;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-breadcrumb .btn {
  padding: 18px 18px 18px 35px;
}

.btn-breadcrumb .btn:last-child {
  color: #05658e;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 10px solid #fff;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 0;
  z-index: 3;
}

.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-right: 15px solid #f4f2f4;
}

.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 10px solid #adadad;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  margin-left: -1px;
  left: 0;
  z-index: 3;
}

.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-right: 15px solid #ccc;
}

.quantity {
  position: relative;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.quantity input {
  width: 85px;
  height: 47px;
  font-size: 26px;
  float: left;
  display: block;
  padding: 0;
  padding-right: 20px;
  border: 1px solid #ccc;
  color: #8e8e8e;
  font-family: "Assistant", sans-serif;
}

.quantity input:focus {
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  position: absolute;
  height: 47px;
  left: 0;
}

.quantity-button {
  position: relative;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  cursor: pointer;
  width: 30px;
  text-align: center;
  color: #8e8e8e;
  font-weight: 700;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  top: 0;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: 0;
}

.btns-group {
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 50;
  width: 70px;
}

.btns-hidden {
  display: none;
  height: 0;
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.btns-hidden.active {
  display: block;
}

.btn-icon {
  width: 70px !important;
  height: 50px;
  display: block;
  font-size: 20px;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.btn-icon i {
  color: #fff;
}

.next-link {
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-start;
  -webkit-justify-content: space-start;
  -ms-flex-pack: space-start;
  justify-content: space-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-family: "Assistant", sans-serif;
  border-bottom: 1px dashed #8e8e8e;
  color: #e4572d;
}

.next-link {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.next-link.left {
  -webkit-box-pack: inherit;
  -webkit-justify-content: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
}

.next-link.left span {
  margin: 0 0 0 10px;
}

.next-link img {
  margin-right: 10px;
}

.next-link.left img {
  margin-left: 10px;
  margin-right: 0;
}

.next-link.line {
  margin-top: 50px;
  display: flex;
  justify-content: flex-end;
}

.next {
  padding: 50px;
  font-size: 18px;
  font-family: "Assistant", sans-serif;
  background-color: #f4f2f4;
  text-align: center;
}

.next__header {
  color: #e4572d;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 52px;
  font-weight: 700;
  letter-spacing: 5px;
  font-family: "Assistant", sans-serif;
}

.next__subHeader {
  margin: 50px auto;
}

.next__subHeader p {
  margin: 15px auto !important;
  font-family: "Assistant", sans-serif;
}

.next__subHeader span {
  font-size: 140%;
  color: #e4572d;
}

.next__subHeader a {
  color: #e4572d;
}

.next__bottom {
  margin-top: 50px;
}

.next p {
  margin-top: 50px;
}

.choose {
  padding: 100px 15px;
  color: #8e8e8e;
  text-align: right;
}

.medical-visit section p {
  color: #8e8e8e;
}

.choose-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 25px;
}

.choose-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 25px;
}

.choose-list__item img {
  width: 12px;
  margin: 8px 0 0 10px;
}

.choose .sub {
  margin-bottom: 50px;
}

.table {
  text-align: right;
  margin: 0 auto 25px;
}

.table img {
  margin-left: 10px;
}

.table-bordered > tbody > tr > td {
  padding: 16px;
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th {
  padding: 16px;
  border: 1px solid #ddd;
  font-weight: 700;
  font-family: "Assistant", sans-serif;
  color: #000;
}

.section {
  padding: 50px 15px 0;
  text-align: center;
}

.section p {
  margin: 0 auto 30px;
}

.video {
  background-color: #cf4520;
  padding: 100px 15px;
  color: #fff;
}

.video p {
  margin: 50px 0 100px;
}

.video h4 {
  color: #fff;
}

.video .btns-group {
  position: relative;
  outline: 2px solid #000;
  margin-right: auto;
}

.video .btns-hidden {
  background-color: #e4572d;
}

.video iframe {
  width: 100%;
  height: 450px;
}

#intended-use {
  max-height: 65vh;
  overflow-y: auto;
  min-width: 65vw;
  text-align: center;
  -webkit-border-radius: 0;
  border-radius: 0;
  z-index: 100;
  padding: 50px 15px;
}

#intended-use .btn {
  margin: 10px;
}

.modal {
  z-index: 100 !important;
  max-width: 100%;
}

.modal iframe {
  width: 100%;
  height: 25vw;
  margin: auto;
  margin-bottom: 50px;
}

.modal img {
  margin-bottom: 50px;
}

.modal--tutorials {
  width: 55vw;
  font-size: 18px;
}

.modal--tutorials .btns-group {
  right: 0;
}

.modal--tutorials .close-modal {
  display: none !important;
}

.modal a.close-modal {
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #e4572d url(/img/icons/close.png) no-repeat center;
}

.modal h3 {
  text-align: center;
}

.grey-blocks {
  font-family: "Assistant", sans-serif;
}

.grey-blocks__item {
  background-color: #e1e1e1;
  font-size: 18px;
  min-height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #6e6e6e;
  padding: 85px 25px 55px;
  width: 335px;
  margin: 20px auto;
}

.grey-blocks__item h4 {
  line-height: 34px;
  letter-spacing: 3px;
  color: #000;
  font-family: "Assistant", sans-serif;
}

.grey-blocks__item a {
  color: #e4572d;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Assistant", sans-serif;
}

.grey-blocks__item a:hover {
  color: #e4572d;
  text-decoration: none;
}

.help-page a {
  color: #e4572d;
}

.orange-blocks__item {
  background-color: #e4572d;
  width: 370px;
  height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.orange-blocks__item a {
  color: #fff;
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 700;
}

.slider {
  position: relative;
  z-index: 2;
}

.slider,
.slider__container {
  position: relative;
  height: 100%;
}

.slider__item {
  min-height: 760px;
  width: 100%;
}

/*.slider__item--1 {
    background: url(../img/sliders/Libre-Slider-1.jpg) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain
}

.slider__item--2 {
    background: url(../img/sliders/Libre-Slider-2.jpg) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain
}

.slider__item--3 {
    background: url(../img/sliders/Libre-Slider-3.jpg) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain
}*/

.slider__btn {
  position: absolute;
  z-index: 10;
  top: 80%;
  left: 910px;
}

.slider__btn .btn__item:first-child {
  margin-left: 20px;
}

.slider .owl-carousel {
  padding: 0;
  max-height: auto;
}

.slider .owl-nav span {
  display: none;
}

.slider .owl-nav button {
  position: absolute;
  width: 20px;
  height: 40px;
  top: 42%;
}

.slider .owl-prev {
  left: 40px;
  background: url(/img/sliders/arrow-left.png) no-repeat !important;
}

.slider .owl-next {
  right: 40px;
  background: url(/img/sliders/arrow-right.png) no-repeat !important;
}

.slider .owl-dots {
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
}

.slider .owl-dots .owl-dot.active span {
  background: #fff;
}

.slider .owl-dots .owl-dot span {
  width: 11px;
  border: none;
  background: #0b173b;
  height: 4px;
  margin: 4px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.slider-2 {
  background-color: #0385a6;
  padding-bottom: 80px;
}

.slider-2 .owl-carousel .owl-item img {
  width: auto;
  max-height: 250px;
}

.slider-2 h2 {
  margin: 0 auto 70px;
  max-width: 60%;
  text-align: center;
  color: #fff;
}

.slider-2 .container {
  padding-top: 80px;
  color: #fff;
}

.slider-2 .slide {
  padding: 0 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slider-2 .slide__content {
  font-family: "Assistant", sans-serif;
  font-size: 20px;
}

.slider-2 .slide__content li,
.slider-2 .slide__content p {
  line-height: 40px;
}

.slider-2 .slide__content ul {
  list-style: inherit;
}

.slider-2 .slide__content .btn {
  display: inline-block;
}

.slider-2 .slide__img {
  min-width: 262px;
  margin-right: 45px;
}

.slider-2 .owl-dots {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.slider-2 .owl-nav button {
  top: 20%;
}

.mob-carousel {
  display: none !important;
  text-align: center;
}

.mob-carousel img {
  width: 40px !important;
  margin: auto;
}

.mob-carousel p {
  line-height: 20px !important;
}

.mob-carousel__item {
  text-align: center;
  height: 110vw;
  padding: 60px;
  position: relative;
}

.mob-carousel__item .parallex__content {
  position: absolute;
  max-width: 216px !important;
  padding: 15px;
  font-size: 16px;
}

.mob-carousel__item-1 .parallex__content,
.mob-carousel__item-3 .parallex__content,
.mob-carousel__item-4 .parallex__content {
  left: 0;
  top: 0;
}

.mob-carousel__item-2 .parallex__content {
  left: 0;
  bottom: 0;
}

.mob-carousel__item-5 .parallex__content {
  right: 0;
  bottom: 0;
}

.mob-carousel__item-1 {
  background: url(/img/sliders/sl-1.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.mob-carousel__item-2 {
  background: url(/img/sliders/sl-2.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.mob-carousel__item-3 {
  background: url(/img/sliders/sl-3.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.mob-carousel__item-4 {
  background: url(/img/sliders/sl-4.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.mob-carousel__item-5 {
  background: url(/img/sliders/sl-5.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.mob-carousel__item .parallex__icon {
  position: static;
  margin-bottom: 10px;
}

.mob-carousel .owl-dots {
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}

.mob-carousel .parallex__content {
  max-width: 100%;
}

.mob-carousel .parallex__content p {
  margin: 0 auto 20px;
}

.question {
  text-align: center;
  color: #83630c;
  font-family: "Assistant", sans-serif;
  z-index: 2;
}

.question .container {
  background-color: #ffc11b;
  padding: 100px 0;
}

.question h2 {
  margin-bottom: 25px;
}

#parallax-section {
  position: relative !important;
}

.scroller-nav {
  position: fixed;
  z-index: 10;
  top: 45%;
  right: 16%;
  padding: 20px 10px;
  -webkit-border-radius: 555px;
  border-radius: 555px;
  list-style: none;
  width: 20px;
  display: none;
}

.scroller-nav a {
  font-size: 0;
  display: block;
  position: relative;
  border: 1px solid #000;
  height: 10px;
  width: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 10px 0;
}

.scroller-nav li a.current {
  background: #000;
}

#fifthDiv,
#firstDiv,
#fourthDiv,
#secondDiv,
#thirdDiv {
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  color: #000;
  padding: 80px 0 0 0;
}

#fifthDiv h3,
#firstDiv h3,
#fourthDiv h3,
#secondDiv h3,
#thirdDiv h3 {
  letter-spacing: 5px;
}

#firstDiv {
  background: url(../img/parallax/2018_panel1.jpg);
}

#secondDiv {
  background: url(../img/parallax/2018_panel2.jpg);
}

#thirdDiv {
  background: url(../img/parallax/2018_panel3.jpg);
}

#fourthDiv {
  background: url(../img/parallax/2018_panel4.jpg);
}

#fifthDiv {
  background: url(../img/parallax/2018_panel5.jpg);
}

.youtubeVideos h5 {
  color: #e4572d;
}

.question.youtubeVideos .container {
  background-color: #e1e1e1;
  padding: 70px 30px 40px;
}

.worldwide-content-wrapper {
  padding: 15px;
  text-align: center;
}
.worldwide h2 {
  color: inherit;
}

.worldwide-description {
  margin: 0 auto;
  padding: 5px 15px;
  font-size: 16px;
  background-color: #ffd100;
}

@media (min-width: 768px) {
  .worldwide-content-wrapper {
    display: flex;
    align-items: center;
  }
}

.youtubeVideo {
  height: 100%;
  width: 100%;
  min-height: 250px;
}

.parallex {
  background-attachment: fixed !important;
  background-position: 110% 50% !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width: 100%;
  min-height: 976px;
  position: relative;
}

.parallex:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #000;
  height: 7.5%;
  left: 187px;
  top: 0;
}

.parallex:after {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #000;
  height: 84%;
  left: 187px;
  bottom: 0;
}

.parallex__icon {
  position: absolute;
  left: 160px;
  top: 85px;
}

.parallex__content {
  padding-right: 0;
  max-width: 430px;
}

.parallex__content p {
  margin-top: 35px;
  font-family: "Assistant", sans-serif;
  line-height: 37px;
}

.testmonials {
  padding: 100px 0 80px 0;
}

.testmonials p {
  margin: 50px auto;
}

.testmonials p a {
  color: #e4572d;
}

.testmonials__btn {
  position: absolute;
  bottom: 40px;
}

.testmonials__block-3 .testmonials__btn {
  bottom: 50px;
  /*left: 80px;*/
}

.testmonials__btn--rel {
  margin-top: 40px;
  position: relative;
  padding-top: 40px;
}

.testmonials__img {
  text-align: center;
}

.testmonials__img img {
  height: 100%;
  max-width: inherit;
  transform: translate(42px, 0px);
}

.jotam {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.testmonials__block {
  background-color: #ffc11b;
  min-height: 400px;
  padding: 40px;
  cursor: pointer;
}

.testmonials__block h3,
.testmonials__block h5 {
  color: #fff;
  max-width: 460px;
  letter-spacing: 0;
}

.testmonials__block-6 h3 {
  color: #fff;
  text-shadow: 0px 0px 10px #000;
}

.testmonials__block p {
  color: #83630c;
}

.testmonials__block .btn-arrow {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Assistant", sans-serif;
  width: 100%;
}

.testmonials__block .btn-arrow--light {
  color: #fff;
  position: relative;
}

.testmonials__block .btn-arrow--light:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 21px;
  -webkit-transform: translate(-150%, -10%);
  -ms-transform: translate(-150%, -10%);
  transform: translate(-150%, -10%);
  background: url(/img/testmonials/btnread.png) no-repeat center;
}

.testmonials__block .btn-arrow--dark {
  color: #83630c;
  position: relative;
}

.testmonials__block .btn-arrow--dark:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 21px;
  -webkit-transform: translate(-150%, -10%);
  -ms-transform: translate(-150%, -10%);
  transform: translate(-150%, -10%);
  background: url(/img/testmonials/btn-discover1.png) no-repeat center;
}

.testmonials__block .btn-arrow--blue {
  color: #003b4a;
  position: relative;
}

.testmonials__block-4 .testmonials__block-half-2 h4 {
  color: #003b4a;
}

.testmonials__block .btn-arrow--blue:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 21px;
  -webkit-transform: translate(-150%, -10%);
  -ms-transform: translate(-150%, -10%);
  transform: translate(-150%, -10%);
  background: url(/img/testmonials/btn-discover2.png) no-repeat center;
}

.testmonials__block-half {
  height: 50%;
  padding: 24px;
  position: relative;
}

.testmonials__block-half-2 {
  padding-top: 8px;
  background: url(/img/testmonials/reuven.jpg) no-repeat top;
  -webkit-background-size: cover;
  background-size: cover;
}

.testmonials__block-1 {
  padding-top: 20px;
  background: #ffc11b url(/img/testmonials/watermark.png) no-repeat 25% 50%;
  -webkit-background-size: 25% 25%;
  background-size: 25%;
}

.testmonials__block-2 {
  background: url(/img/testmonials/2018_anytime_anywhere.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.testmonials__block-2 .testmonials__btn {
  position: relative;
  bottom: 18px;
  left: 44px;
}

.testmonials__block-4 .testmonials__btn {
  position: relative;
  bottom: 18px;
}

.testmonials__block-4 .testmonials__block-half-2 .testmonials__btn {
  left: 0;
}

.testmonials__block-3 {
  background: url(/img/testmonials/2018_collage_img4.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 600px;
  display: flex;
  flex-direction: column;
}

.testmonials__block-3 h3 {
  color: #000;
}

.testmonials__block-3 h4,
.testmonials__block-3 a {
  color: #000;
}

.testmonials__block-3 h4 {
  line-height: 22px;
}

.testmonials__block-3 h4:nth-child(2) {
  margin-bottom: 0;
}

.testmonials__block-4 {
  padding: 0;
}

.testmonials__block-5 {
  padding-top: 20px;
  background-color: #e4572d;
}

.testmonials__block-5 .testmonials__btn--rel {
  margin-top: 0;
}

.p__testmonials__block-5 {
  font-size: 16px;
  margin: 0 auto !important;
}

.testmonials__block-5 p {
  color: #fff;
}

.testmonials__block-6 {
  /*background: url(/img/testmonials/2018_gridexplore_420x400.jpg) no-repeat center;*/
  background: url("https://i1.ytimg.com/vi/A2fo3dv_eto/hqdefault.jpg") no-repeat
    center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 250px 15px 0;
  position: relative;
}

.testmonials__block-6 .testmonials__btn {
  bottom: 20px;
}

.mailing {
  padding: 90px 0 80px;
}

.mailing h2 {
  color: #e4572d;
}

.mailing form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto;
}

.mailing form button {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.mailing form input {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  height: 48px;
  width: 400px;
  margin-left: 10px;
  background-color: #f4f2f4;
  border-color: #f4f2f4;
  color: #8e8e8e;
  padding-right: 20px;
}

.mailing form input:hover {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.mailing .privacy-policy {
  margin-top: 135px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
}

.mailing .privacy-policy a {
  color: #e4572d;
}

.mailing .privacy-policy .checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 10px;
}

.mailing .privacy-policy .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.mailing .privacy-policy .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #8e8e8e;
}

.mailing .privacy-policy .checkbox-container input:checked ~ .checkmark {
  background-color: #e4572d;
}

.mailing .privacy-policy .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.mailing .privacy-policy .checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.mailing .privacy-policy .checkbox-container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.help {
  padding: 50px 0 100px;
}

.help h2 {
  color: #e4572d;
  font-style: normal;
}

.help h5 {
  margin: 35px auto 60px;
}

.help p {
  margin: 50px auto;
}

.help span {
  font-size: 24px;
}

.help a:not(.btn) {
  color: #fff;
  text-decoration: underline;
}

.help__block {
  min-height: 500px;
  background-color: #e4572d;
  margin: 0 15px;
  max-width: 515px;
  padding: 60px 20px 0;
  color: #fff;
}

.help__list {
  color: #4f4f4f;
}

.products h4 {
  color: #0385a6;
}

.products .btn,
.products p {
  margin-top: 50px;
  display: inline-block;
}

.products__about {
  text-align: center;
}

.products__about--light {
  background-color: #f4f2f4;
  padding: 57px 15px;
}

.products__about--light h2 {
  color: #e4572d;
}

.products__about--orange {
  background-color: #e4572d;
  padding: 90px 15px 60px;
  color: #fff;
}

.products__item {
  padding-top: 90px;
}

.products__item:last-of-type {
  padding-bottom: 90px;
}

.products__item p {
  color: #8e8e8e;
}

.products__list {
  padding-bottom: 50px;
  color: #8e8e8e;
}

.product__details {
  padding: 100px 0 60px;
  -webkit-box-shadow: inset 0 22px 25px -20px #dfdfdf;
  box-shadow: inset 0 22px 25px -20px #dfdfdf;
  position: relative;
  overflow: hidden;
}

.product__details .xzoom {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.product__details .xzoom-thumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.product__details h1,
h2 {
  color: #e4572d;
}

h2.black {
  color: #000;
}

.color-blue {
  color: #0385a6;
}

.product__details .check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0;
}

.product__details .price {
  margin-right: 50px;
  font-size: 42px;
  line-height: 28px;
  font-family: "Assistant", sans-serif;
}

.product__details .price .incl {
  display: block;
  font-size: 14px;
}

.product__details .price .dec {
  font-size: 26px;
}

.product__details .btn {
  width: 260px;
}

.product__details p {
  color: #8c8c8c;
  max-width: 350px;
  font-size: 12px;
  margin-top: 25px;
}

.product .description {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e1e1e1;
  font-family: "Assistant", sans-serif;
  position: relative;
}

.product .description__cat {
  margin: 0 50px;
  padding: 15px 0;
  cursor: pointer;
}

.product .description__cat.active {
  border-bottom: 3px solid #626262;
}

.product .description__full {
  height: 100%;
  display: none;
  text-align: center;
  padding: 65px 15px;
}

.product .description__full .qual {
  display: block;
  text-align: right;
  color: #8e8e8e;
  font-size: 14px;
}

.product .description__full .btn {
  margin: 85px auto 0;
}

.product .description__header {
  font-size: 25px;
  font-family: "Assistant", sans-serif;
  color: #e4572d;
  margin-top: 10px;
}

.product .description__text--big {
  font-family: "Assistant", sans-serif;
  font-size: 24px;
}

.product .howItWorks__number {
  color: #e4572d;
  font-family: "Assistant", sans-serif;
  font-size: 32px;
  border: 2px solid #e4572d;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: auto;
}

.product .howItWorks__text {
  margin: 20px auto 60px;
}

.product .specifications h4 {
  color: #e4572d;
  margin-bottom: 25px;
}

.product .software p {
  font-weight: 700;
  margin: 30px auto;
}

.product .software p:last-of-type {
  text-align: right;
}

.product .software .btn {
  width: 260px;
}

.product .software .btn-orange {
  display: block;
  margin-top: 40px;
}

.product .software__text--light {
  font-size: 14px;
  color: #8e8e8e;
  text-align: right;
}

.product .software__icon span {
  display: block;
  color: #e4572d;
  text-transform: uppercase;
  font-family: "Assistant", sans-serif;
  margin: 35px auto 60px;
}

.product .software__text--big {
  margin-top: 20px;
}

.product .delivery .btn {
  margin-top: 40px;
}

.product .prod-spec {
  font-family: "Assistant", sans-serif;
}

.product b.orange {
  color: #f60;
  margin: 40px auto 20px;
  display: block;
}

.product__content {
  text-align: center;
  margin-top: -1px;
  background-color: #ffc11b;
}

.product__content--yellow {
  padding: 100px 15px;
}

.product__content--yellow h2 {
  margin-bottom: 25px;
}

.product__content--yellow h2,
.product__content--yellow p {
  color: #83630c;
}

.product__block {
  padding: 0;
}

.product__block img {
  width: 100%;
}

.product__block h3 {
  color: #fff !important;
}

.product__block--blue {
  background-color: #0385a6;
}

.product__block--blueDark {
  background-color: #05658e;
}

.product__block--blueDark a {
  color: #e4572d;
}

.product__block--orange {
  background-color: #e4572d;
}

.product__cont {
  margin: 0;
}

.product__cont h3 {
  line-height: 39.6px;
  margin-bottom: 15px;
}

.product__cont ul {
  list-style: inherit;
  text-align: right;
  padding-right: 20px;
}

.product__text-block {
  padding: 0 15px;
  font-size: 18px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.product__bigImg {
  min-height: 800px;
  padding-left: 135px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product__bigImg--קורא {
  background: url(/img/קורא/2018_convenient.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.product__bigImg--starter {
  background: url(/img/starterPack/2018_whats_in_the_box.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #e1e1e1;
  -webkit-background-size: 95% 95%;
  background-size: 95%;
  min-height: 700px;
  padding-left: 90px;
}

.product__bigImg--starter a {
  color: #e4572d;
}

.product__bigImg-sensor--1 {
  background: url(/img/sensor/2018_sensor_man_canoing.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.product__bigImg-sensor--1 .product__bigImg-text {
  color: #000;
}

.product__bigImg-sensor--2 {
  background: url(/img/sensor/2018_t2_woman.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.product__bigImg--liberlinkUp {
  background: url(/img/libreLinkUp/child_nurse.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.product__bigImg--libreView {
  background: url(/img/libreLinkView/header.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  padding-left: 90px;
  line-height: 18px;
}

.product__bigImg--libreView h3 {
  color: #e4572d !important;
}

.product__bigImg--children {
  background: url(/img/children/sleepoverimage.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.product__bigImg--children h3,
.product__bigImg--children p {
  color: #fff !important;
}

.product__bigImg--pregnancy {
  background: url(/img/pregnancy/2018-pregnancy_panel_2.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.product__bigImg--pregnancy h3 {
  color: #918d8e !important;
  line-height: 36px !important;
}

.product__bigImg-text {
  max-width: 400px;
  text-align: center;
  font-size: 18px;
  color: #000;
}

.product__bigImg h3 {
  line-height: 46px;
  margin-bottom: 20px;
  color: #000;
}

.product__bigImg span {
  font-size: 13.5px;
}

.product__related {
  padding: 100px 0 70px;
  text-align: center;
}

.product__related h2 {
  margin-bottom: 70px;
  color: #000;
}

.product__related-item h3 {
  max-width: 480px;
  margin: auto;
  color: #0385a6;
  text-transform: none;
}

.product__related h4 {
  color: #0096b4;
  line-height: 36px;
  max-width: 350px;
  margin: 0 auto 20px;
  text-transform: none;
}

.product__related .btn {
  display: block;
  max-width: 190px;
  margin: 20px auto 0;
}

.product__related img {
  height: 210px;
  margin: auto;
}

.product__related-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product .list {
  margin-top: 50px;
}

.libre__header {
  background: url(/img/libreLink/librelink_header.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 700px;
  padding: 200px 15px 80px 100px;
}

.libre__header--mob {
  display: none;
  background-color: #eaeded;
  text-align: center;
}

.libre__header--mob .img {
  width: 100%;
}

.libre__header-wrap {
  padding: 15px;
}

.libre__header h1 {
  margin-bottom: 40px;
  text-transform: none;
}

.libre__header p {
  margin: 30px 0;
}

.libre__header p:last-of-type {
  margin-top: 70px;
}

.libre__header p:last-of-type a {
  margin-left: 20px;
}

.libre__header span {
  color: #8e8e8e;
}

.libre__block {
  padding: 80px 60px 50px 15px;
  font-size: 18px;
  text-align: center;
}

.libre__block--blue {
  background-color: #0099cb;
  color: #fff;
}

.libre__block--yellow {
  background-color: #ffc11b;
  color: #83630c;
}

.libre__block--orange {
  background-color: #e4572d;
  color: #fff;
  font-weight: 700;
}

.libre__block h6 {
  font-family: "Assistant", sans-serif;
}

.libre__block span {
  font-size: 13.5px;
}

.libre__list {
  margin-top: 50px;
}

.libre__list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
  text-align: right;
}

.libre__list-item img {
  margin-left: 70px;
}

.libre__text {
  font-size: 24px;
  text-transform: uppercase;
}

.libre__spec {
  padding: 60px 15px 0;
  text-align: center;
}

.libre__spec a {
  color: #e4572d;
}

.libre__spec a.header {
  margin-bottom: 50px;
  display: block;
  font-weight: 700;
}

.libre__spec b {
  display: block;
}

.libre__spec ul {
  margin-bottom: 25px;
}

.libreUp__header {
  background: url(/img/libreLinkUp/painless.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.libreUp__steps {
  padding: 55px 15px 20px;
  text-align: center;
}

.libreUp__steps img,
.libreUp__steps p {
  margin-top: 35px;
}

.libreUp a {
  color: #e4572d;
}

.libreView .product__bigImg-text {
  max-width: 430px;
}

.libreView__secure {
  padding: 60px 15px 20px;
}

.libreView__secure h4 {
  text-align: center;
  color: #918d8e;
  line-height: 35px;
}

.libreView__list {
  margin-top: 50px;
}

.libreView__list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.libreView__list-item p {
  max-width: 300px;
  color: #4f4f4f;
}

.libreView__list-item h5 {
  color: #e4572d;
  text-transform: none;
  max-width: 170px;
}

.libreView__getstart {
  padding: 60px 15px 20px;
  background-color: #0385a6;
  color: #fff;
}

.libreView__getstart h4,
.libreView__getstart p {
  text-align: center;
}

.libreView__getstart h5 {
  color: #fff;
  max-width: 460px;
  width: 50%;
}

.libreView__getstart h5 p {
  font-size: 16px;
  font-weight: 400;
  max-width: 100%;
  color: #fff;
  text-align: right;
}

.libreView__getstart .text-center {
  margin: 25px auto;
}

.getting-started a {
  color: #e4572d;
}

.getting-started .transition {
  padding: 100px 15px 25px;
}

.getting-started .diff,
.getting-started .transition {
  text-align: center;
}

.getting-started .diff p,
.getting-started .transition p {
  color: #8e8e8e;
  margin: 50px 0;
}

.getting-started .diff h3 {
  line-height: 39px;
}

.getting-started .diff__text {
  padding-top: 150px;
}

.getting-started__list {
  margin-top: 50px;
}

.getting-started .btns-group {
  right: 30px;
}

.apply-sensor {
  color: #8e8e8e;
}

.apply-sensor h2,
.apply-sensor h4 {
  color: #0385a6;
  margin-bottom: 20px;
}

.apply-sensor .libre__block--yellow h2 {
  color: #83630c;
}

.apply-sensor .video h4 {
  color: #fff;
}

.apply-sensor h4 {
  letter-spacing: 5px;
}

.apply-sensor .table {
  margin-top: 50px;
}

.apply-sensor a {
  color: #e4572d;
}

.apply-sensor .twoColumns__header {
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 3px;
  font-family: "Assistant", sans-serif;
  margin-bottom: 15px;
}

.apply-sensor .twoColumns-list {
  margin-top: 100px;
}

.apply-sensor .twoColumns-list__item {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

.apply-sensor .twoColumns-list__item-text {
  max-width: 450px;
  margin-right: 30px;
}

.apply-sensor .useful {
  padding: 15px;
}

.using-קורא .btn-transp {
  max-width: 175px;
  margin: 25px auto;
}

.using-קורא .products-items h4 {
  color: #0385a6;
}

.using-קורא .products-items p {
  margin: 50px 0;
}

.using-קורא h2 {
  color: #0385a6;
}

.your-data .btns-group {
  right: 30px;
}

.your-data .management h3,
.your-data h5 {
  color: #0385a6;
}

.your-data td {
  min-width: 200px;
}

.medical-visit h4 {
  line-height: 32px;
}

.medical-visit h3 {
  color: #0385a6;
}

.medical-visit .btns-group {
  right: 30px;
}

.medical-visit .choose-list__item {
  margin-bottom: 50px;
}

.medical-visit .choose-list__item p {
  margin: 0;
}

.medical-visit .choose {
  text-align: right;
}

.medical-visit a {
  color: #e4572d;
}

.medical-visit .btn {
  margin: auto;
}

.medical-visit .btn-wrap,
.medical-visit h3 {
  text-align: center;
}

.children b.orange {
  color: #e4572d;
  font-size: 20px;
  font-family: "Assistant", sans-serif;
  display: block;
  margin: 40px auto 10px;
}

.children .times {
  padding: 100px 15px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  -ms-flex-pack: justify;
  justify-content: space-around;
}

.children .times span {
  color: #8e8e8e;
}

.children .product__bigImg {
  min-height: 920px;
}

.children .product__bigImg-text {
  max-width: 500px;
}

.pregnancy b.orange {
  display: inline;
  color: #e4572d;
}

.pregnancy .product__bigImg-text {
  max-width: 500px;
}

.pregnancy .bigImg-mob {
  display: none;
}

.pregnancy .bigImg-mob--text {
  padding: 15px;
}

.pregnancy .checking {
  padding: 100px 15px;
}

.pregnancy .checking h5 {
  text-transform: none;
  color: #8e8e8e;
}

.pregnancy .checking b {
  display: block;
  font-size: 22px;
}

.pregnancy .checking__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 80px;
}

.pregnancy .glucose {
  background-color: #0385a6;
  color: #fff;
}

.pregnancy .glucose__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.pregnancy .glucose__items p {
  max-width: 250px;
}

.tutorials .videos {
  font-size: 18px;
}

.tutorials .videos p {
  background-color: #fff;
  padding: 20px;
  color: #000;
  font-weight: 700;
  text-align: right;
}

.tutorials .videos img {
  width: 100%;
}

.tutorials .btns-group {
  right: 30px !important;
}

.faq__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Assistant", sans-serif;
  margin-top: 50px;
  text-align: center;
}

.faq ul {
  list-style-type: inherit;
}

.faq ul li {
  min-width: 200px;
}

.faq .accordion {
  margin-top: 40px;
  text-align: right;
}

.faq .accordion .card {
  border-right: 0 !important;
  border-left: 0 !important;
  color: #8e8e8e;
  font-family: "Assistant", sans-serif;
  overflow-wrap: normal;
}

.faq .accordion .card-body {
  padding: 50px 15px;
}

.faq .accordion .card button {
  color: #e4572d;
  font-weight: 400;
  text-transform: inherit;
}

.faq .accordion .card li {
  margin-top: 50px;
}

.faq .accordion .card-header {
  background-color: #fff;
  padding: 60px 15px;
}

.faq .accordion .card-header .btn-link {
  width: 100%;
  max-width: 950px;
  text-align: right;
  text-transform: none;
  font-size: 18px;
  text-decoration: none !important;
  white-space: normal;
  position: relative;
}

.faq .accordion .card-header .btn-link[aria-expanded="true"] {
  color: #e4572d;
}

.faq .accordion .card-header .btn-link[aria-expanded="true"]:before {
  content: "";
  position: absolute;
  background: url(/img/icons/left.svg) no-repeat center;
  width: 20px;
  height: 20px;
  left: -50px;
  top: 10px;
  -webkit-transition: all 0.5s easy;
  -o-transition: all 0.5s easy;
  transition: all 0.5s easy;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.faq .accordion .card-header .btn-link[aria-expanded="false"] {
  color: #000;
}

.faq .accordion .card-header .btn-link[aria-expanded="false"]:before {
  content: "";
  position: absolute;
  background: url(/img/icons/left.svg) no-repeat center;
  width: 20px;
  height: 20px;
  left: -50px;
  top: 10px;
  -webkit-transition: all 0.5s easy;
  -o-transition: all 0.5s easy;
  transition: all 0.5s easy;
}

.contacts {
  color: #8e8e8e !important;
}

.contacts__form {
  padding: 100px 15px;
  text-align: center;
}

.contacts__form .star {
  color: #e4572d;
  width: 100%;
  text-align: right;
  display: block;
  margin: 80px 0;
}

.contacts__form form {
  font-family: "Assistant", sans-serif;
}

.contacts__form form label {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  text-align: left;
  font-size: 18px;
  padding-top: 10px;
  direction: rtl;
}

.contacts__form form input,
.contacts__form form select {
  height: 50px;
  border-radius: 0;
  border: 2px solid #c6c6c6;
  width: 100%;
}

.contacts__form form input[type="checkbox"] {
  width: 30px;
  height: 30px;
}

.form-check {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.form-check label {
  padding: 0 10px !important;
  text-align: right !important;
}

.contacts__form form textarea {
  border-radius: 0;
  border: 2px solid #c6c6c6;
  width: 100%;
}

.contacts__form form .form-group {
  margin-bottom: 50px;
}

.contacts__form form .form-check label {
  padding-right: 50px;
  text-transform: none;
  color: #8e8e8e;
  padding-top: 15px;
}

.contacts__form form .form-check label a {
  color: #e4572d;
}

.contacts__form form .form-check-input {
  background: #fff !important;
  width: 20px;
}

.contacts__form form button {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.policy {
  color: #8e8e8e;
  padding: 100px 15px;
}

.policy h2,
.policy h3,
.policy h4 {
  text-transform: none;
  color: #0385a6;
}

.policy p {
  margin: 25px auto;
}

.policy a {
  color: #e4572d;
}

.policy li a {
  color: red;
}

.policy li a:after {
  content: "";
  background: url(/img/icons/btn-right-arrow.png) no-repeat center;
  font-size: 12px;
  float: right;
  margin-top: 4px;
  margin-left: 17px;
  width: 15px;
  height: 15px;
}

::-webkit-input-placeholder {
  color: #8e8e8e;
  font-weight: 700;
  padding: 20px;
}

::-moz-placeholder {
  color: #8e8e8e;
  font-weight: 700;
  padding: 20px;
}

:-ms-input-placeholder {
  color: #8e8e8e;
  font-weight: 700;
  padding: 20px;
}

:-moz-placeholder {
  color: #8e8e8e;
  font-weight: 700;
  padding: 20px;
}

::-moz-selection {
  background-color: #05365f;
  color: #fff;
}

::selection {
  background-color: #05365f;
  color: #fff;
}

html {
  overflow-x: hidden;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  font-family: "Assistant", sans-serif;
  overflow-x: hidden;
  color: #333;
  direction: rtl;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}

body input,
body textarea {
  border: #666 1px solid;
  outline: 0;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  border-color: red;
}

body input:required:valid,
body textarea:required:valid {
  border-color: green;
}

.container {
  padding: 0;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-responsive.img-width {
  width: 100%;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

b,
strong {
  font-weight: 700;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Assistant", sans-serif;
  text-transform: uppercase;
}

h1 {
  font-size: 42px;
  /*font-family: GothamMedium;*/
  line-height: 46px;
  letter-spacing: 6px;
}

h2 {
  font-size: 42px;
  line-height: 46px;
  letter-spacing: 6px;
}

h3 {
  font-size: 36px;
  letter-spacing: 2px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 20px;
}

.relative {
  position: relative;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 14px 24px;
  font-size: 14px;
  line-height: 14px;
  font-family: "Assistant", sans-serif;
  border: none;
  cursor: pointer;
}

.btn-orange {
  border: 2px solid #e4572d;
  color: #fff !important;
  background: #e4572d;
}

.btn-orange:hover {
  color: #fff !important;
}

.btn-white {
  border: 2px solid #fff;
  color: #e4572d;
  background: #fff;
}

.btn-transp {
  background: 0 0;
}

.btn-transp--orange {
  color: #e4572d;
  border: 2px solid #e4572d;
}

.btn-transp--black {
  color: #000;
  border: 2px solid #000;
}

.btn-transp--white {
  color: #fff;
  border: 2px solid #fff;
}

.btn-transp--dark {
  color: #003b4a;
  border: 2px solid #003b4a;
}

img {
  max-width: 100%;
}

.list {
  font-size: 12px;
  line-height: 26px;
  font-style: italic;
  margin: 50px auto 0;
  padding: 0 20px;
  text-align: center;
}

.logo img {
  max-height: 100px;
}

.owl-carousel .owl-item img.mob__block {
  display: none;
}

@media (max-width: 1199.98px) {
  h3 {
    line-height: 36px;
  }

  .product__text-block {
    font-size: 14px;
  }

  .parallex {
    min-height: 600px;
    background-position: 70% 50% !important;
  }

  .parallex:after {
    height: 80%;
  }

  .parallex__icon {
    top: 55px;
  }

  #fifthDiv,
  #firstDiv,
  #fourthDiv,
  #secondDiv,
  #thirdDiv {
    padding-top: 120px;
  }
}

.listHeader {
  margin: auto 450px auto 0;
}

@media (max-width: 991.98px) {
  body {
    font-size: 12px;
  }

  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 24px !important;
    line-height: 24px;
  }

  h3 {
    font-size: 24px;
  }

  h4,
  h5 {
    font-size: 22px;
    line-height: 22px;
  }

  .mob__row-reverse {
    flex-direction: row !important;
  }

  .mob__row-reverse img {
    width: 40px;
  }

  .my-order-1 {
    order: -1;
  }

  .mob__row-reverse img.my-order-1 {
    width: 60px;
  }

  .mob__row-reverse h5 {
    width: inherit;
    padding: 0 15px;
    text-align: right;
    font-size: 15px;
  }

  .libreView__getstart h5 p {
    font-size: 12px;
    margin: 8px 0 0 0;
  }

  .next-link,
  .next-link span {
    text-align: center !important;
  }

  .btn {
    font-size: 12px !important;
    line-height: 12px !important;
  }

  .product__related .btn {
    margin: 0px auto 40px;
  }

  .product__related h4 {
    margin: 0 auto;
  }

  .medical-visit .choose-list__item {
    margin-bottom: 0;
  }

  .list {
    margin: 15px 0;
  }

  .contacts__form form label {
    text-align: right;
  }

  .choose .sub {
    margin-bottom: 15px;
    margin-top: 10px;
  }

  .section p {
    margin: 20px auto;
  }

  .choose-list {
    margin-top: 0;
  }

  .medical-visit .btn-wrap {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .next__bottom {
    margin-top: 20px;
    padding: 0 15px;
    margin-bottom: 20px;
  }

  .section {
    padding: 20px 15px;
  }

  .your-data td {
    min-width: inherit;
  }

  .table img {
    margin-left: 2px;
  }

  .table-bordered > tbody > tr > td {
    padding: 5px;
  }

  .tableImg {
    min-width: 90px !important;
  }

  .header-bottom__list--mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .slider .owl-dots {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  .header-bottom__list a {
    font-size: 18px;
  }

  .header-bottom__dropdown {
    width: 100vw;
    max-width: 100vw;
    right: -15px;
  }

  .header-top__account {
    direction: ltr;
  }

  .header-nav {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
  }

  .header-nav__cat,
  .header-nav__item {
    margin-left: 7px;
  }

  .header-nav__dropdown {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .header-nav__dropdown--grey li {
    min-width: auto;
    height: auto;
  }

  .header-nav__item .block .menu__item-text {
    font-size: 14px;
  }

  .slider__btn {
    left: 0;
    width: 100%;
    text-align: center;
  }

  .slider__item {
    min-height: 360px;
  }

  .slider .owl-nav button {
    top: 40%;
  }

  .slider .owl-prev {
    left: 5px;
    background-size: contain !important;
  }

  .slider .owl-next {
    right: 5px;
    background-size: contain !important;
  }

  .listHeader {
    margin: auto 0 auto 0;
  }

  .mobDn {
    display: none;
  }

  .slider .owl-nav button {
    width: 22px;
    height: 32px;
    opacity: 0.4;
  }

  .question .container {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .mailing {
    padding: 50px 10px;
  }

  .mailing form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    margin-bottom: 20px;
  }

  .mailing form .btn {
    width: 300px;
    height: 34px;
    margin-top: 20px;
    padding-top: 10px;
  }

  .mailing form input {
    width: 300px;
    height: 40px;
    margin-left: 0;
  }

  .mailing .privacy-policy {
    margin-top: 30px;
  }

  .parallax-section {
    display: none;
  }

  .mob-carousel {
    display: block !important;
  }

  .testmonials {
    padding-top: 50px;
  }

  .testmonials p {
    margin: 20px auto;
  }

  .testmonials__btn {
    bottom: 20px;
  }

  .testmonials__btn--rel {
    padding-top: 20px;
  }

  .testmonials__block {
    min-height: 320px;
  }

  .testmonials__block h4 {
    max-width: 100%;
  }

  .testmonials__block-half {
    padding: 15px;
  }

  .testmonials__block-3,
  .testmonials__block-4 {
    min-height: 400px !important;
  }

  .testmonials__block-3,
  .testmonials__block-5,
  .testmonials__block-6 {
    padding: 20px;
  }

  .testmonials__block .btn-arrow {
    font-size: 10px;
  }

  .testmonials__block .btn-arrow:after {
    -webkit-transform: translate(-125%, -25%);
    -ms-transform: translate(-125%, -25%);
    transform: translate(-125%, -25%);
  }

  .slider-2 .slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider-2 .slide__content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .slider-2 .slide__content li,
  .slider-2 .slide__content p {
    font-size: 12px;
    line-height: 17px;
  }

  .slider-2 .slide__content .btn {
    margin-top: 25px;
  }

  .slider-2 .slide__img {
    margin: auto;
  }

  .slider-2 h2 {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .slider-2 .container {
    padding-top: 50px;
  }

  .help {
    padding: 50px 0;
  }

  .help__block {
    margin: 10px;
    min-height: 240px;
    padding: 20px;
  }

  .help__block p {
    margin: 20px auto;
  }

  .help__block h5 {
    margin: 20px auto;
  }

  .product__details {
    text-align: center;
  }

  .product__details .check {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .product__details p {
    margin: 25px auto;
  }

  .product .description {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product .description__header {
    font-size: 18px;
  }

  .product .description__full {
    padding-top: 35px;
  }

  .product__content--yellow {
    padding: 50px 15px;
  }

  .product__block--blue,
  .product__block--orange {
    padding: 20px 15px;
  }

  .product__bigImg {
    padding: 50px 15px;
    min-height: 100%;
  }

  .product__bigImg.product__bigImg-sensor--1 {
    margin-bottom: 200px;
  }

  .product__bigImg-sensor--1 .product__bigImg-text {
    position: relative;
    bottom: -238px;
  }

  .product__bigImg.product__bigImg-sensor--2 {
    margin-bottom: 270px;
  }

  .product__bigImg-sensor--2 .product__bigImg-text {
    position: relative;
    bottom: -336px;
  }

  .product__bigImg.product__bigImg--starter {
    margin-bottom: 150px;
    background-size: 100%;
    background-position: -16vw 50%;
  }

  .product__bigImg--starter .product__bigImg-text {
    position: relative;
    bottom: -220px;
  }

  .product__bigImg.product__bigImg--children {
    margin-bottom: 340px;
  }

  .product__bigImg--children .product__bigImg-text {
    position: relative;
    bottom: -365px;
  }

  .product__bigImg.product__bigImg--liberlinkUp {
    margin-bottom: 220px;
  }

  .product__bigImg.product__bigImg--liberlinkUp .product__bigImg-text {
    position: relative;
    bottom: -250px;
  }

  .product__bigImg--children h3,
  .product__bigImg--children p {
    color: #000 !important;
  }

  .reader.realReader .product__bigImg {
    margin-bottom: 280px;
    background-position: 100% 0 !important;
    background-size: cover !important;
  }

  .reader.realReader .product__bigImg-text {
    position: relative;
    bottom: -300px;
  }

  .product .description__cat {
    margin: 0 25px;
  }

  .product__bigImg--libreView {
    display: none;
  }

  .product__related {
    padding: 50px;
  }

  .product__related h2 {
    margin-bottom: 30px;
  }

  .product .list {
    margin: 30px auto;
  }

  .btn-breadcrumb .btn {
    padding: 18px 9px 18px 18px;
  }

  .btn-breadcrumb .btn:first-child {
    padding: 18px 6px 18px 18px;
  }

  .libre__header {
    display: none;
  }

  .libre__header--mob {
    display: block;
  }

  .libre__list-item img {
    margin-left: 25px;
  }

  .libreView__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .libreView__list-item img {
    margin: 20px auto;
  }

  .next-link {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .next {
    padding: 15px;
    text-align: center;
  }

  .next__header {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 10px;
  }

  .next__link {
    font-size: 10px;
    margin-top: 15px;
  }

  .getting-started .diff__text {
    padding-top: 0;
  }

  .getting-started .transition {
    padding-top: 50px;
  }

  .getting-started .diff p,
  .getting-started .transition p {
    margin: 25px 0;
  }

  .getting-started .diff h3,
  .getting-started .transition h3 {
    line-height: normal;
  }

  .getting-started .btns-groupь,
  .your-data .btns-group,
  .apply-sensor .btns-group,
  .medical-visit .btns-group,
  .children .btns-group {
    right: 0;
    top: -70vw;
  }

  .using-reader .btns-group {
    right: 0;
    top: -55vw;
  }

  .getting-started .product__cont {
    flex-direction: column-reverse;
  }

  .minMarg {
    margin: -20px 0 -50px;
  }

  .choose {
    text-align: inherit;
    padding: 15px;
  }

  .choose-list__item {
    margin-bottom: 0;
  }

  .choose h2 {
    padding-top: 50px;
  }

  .apply-sensor .libre__block {
    padding: 50px 15px;
  }

  .apply-sensor .twoColumns-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .apply-sensor .twoColumns-list__item-text {
    margin: auto;
    max-width: 100%;
    padding: 0 15px;
  }

  .apply-sensor .twoColumns-list__item img {
    margin-bottom: 15px;
  }

  .section h2 {
    padding-top: 0;
  }

  .video {
    text-align: center;
  }

  .video .btns-group {
    position: absolute;
    bottom: -530px;
    top: inherit;
    left: calc(50% - 35px);
  }

  .medical-visit h4 {
    line-height: 17px;
  }

  .children .times {
    padding: 50px 15px 10px;
    flex-wrap: wrap;
    justify-content: end;
  }

  .children .times__item {
    margin-bottom: 15px;
    width: 50%;
  }

  .children .times__item img {
    max-width: 65px;
  }

  .children b.orange {
    margin: 10px auto 10px;
  }

  .children .product__bigImg {
    min-height: auto;
  }

  .pregnancy .checking {
    padding: 50px 15px;
  }

  .pregnancy .grey-blocks__item {
    min-height: 350px;
  }

  .pregnancy .bigImg-mob {
    display: block;
  }

  .pregnancy .product__bigImg {
    display: none;
  }

  .modal {
    width: 95%;
  }

  .modal iframe {
    width: 100%;
    height: 50vw;
    margin-bottom: 25px;
  }

  .modal--tutorials {
    font-size: 14px;
  }

  .faq__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .faq ul {
    margin: auto;
    width: 50%;
  }

  .faq .accordion {
    margin-top: 50px;
  }

  .faq .accordion .card li {
    margin-top: 25px;
  }

  .faq .accordion .card-header {
    background-color: #fff;
    padding: 25px 15px;
  }

  .faq .accordion .card-header .btn-link[aria-expanded="true"]:before {
    left: -10px;
  }

  .faq .accordion .card-header .btn-link[aria-expanded="false"]:before {
    left: -10px;
    top: 5px;
  }

  .orange-blocks__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 25px;
  }

  .video {
    padding: 35px 15px 100px;
  }

  .video p {
    margin: 20px 0 30px;
  }

  .using-reader .products__item .row {
    flex-direction: column-reverse;
    align-items: center;
  }

  .product .product__cont,
  .col__mob-revers {
    flex-direction: column-reverse;
  }
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 45px;
    line-height: 45px;
  }

  h6 {
    font-size: 18px;
  }

  .slider__container {
    position: relative;
    z-index: -1;
  }

  .header-nav__item .menu {
    margin-top: 30px;
  }

  .header-nav__dropdown.products .menu__item-text {
    max-width: 80px;
  }

  .slider-2 .owl-carousel .owl-item img {
    margin: auto;
  }

  .question.youtubeVideos .container {
    padding: 30px 30px 15px;
  }

  .products .btn,
  .products p {
    margin-top: 25px;
  }

  .products__about--orange {
    padding-top: 50px;
  }

  .products__item {
    text-align: center;
    padding-top: 50px;
  }

  .products__item .col-md-4 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .products h4 {
    margin: 20px auto 0;
  }

  .products-items {
    padding: 0 15px;
  }

  .footer {
    padding: 15px;
    height: 100%;
  }

  .footer__lists {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .footer__lists ul {
    width: 50%;
    margin: 10px auto;
  }

  .footer__soc {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
  }

  .for_footer_logo {
    text-align: center;
  }

  .justify-mob {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .testmonials,
  .testmonials .container {
    padding: 0 10px;
  }

  .help__block {
    padding: 20px;
  }

  .libre__text {
    font-size: 18px !important;
  }

  .libre__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .libre__list-item img {
    margin: 0 auto 20px;
  }

  .logo img {
    max-height: 60px;
  }

  .listHeader img {
    max-width: 160px;
  }

  .desc__block {
    display: none !important;
  }

  .mob__block {
    display: block !important;
  }

  .slider__btn {
    left: inherit;
    bottom: 90px;
    right: 36px;
    width: auto;
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
  }

  .slider__btn .btn__item:first-child {
    display: none;
  }

  .slider__btn .btn__item:last-child {
    background-color: #e4572d;
    color: #fff;
  }

  .slider__item--3 .slider__btn {
    bottom: 30px;
    right: 14px;
  }

  .slider__item--2 .slider__btn {
    bottom: 30px;
    right: inherit;
    left: 20px;
  }

  .click2call {
    display: block;
  }

  #top {
    left: calc(100% - 62px);
  }

  .click2call a:focus {
    border: none;
  }

  .p__testmonials__block-5 {
    font-size: 10px;
  }
  .slider-2 {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 430px) {
  .question h2 {
    font-size: 22px !important;
  }
}

@media screen and (max-width: 350px) {
  .listHeader img {
    max-width: 140px;
  }

  .slider__item {
    height: 78vh;
  }
}
