@font-face {
  font-family: 'Muller';
  src: url("Muller.ttf");
  font-display: swap;
}
@font-face {
  font-family: 'MullerBold';
  src: url("MullerBold.ttf");
  font-display: swap;
}
html {
  font-family: 'Muller';
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  font-family: MullerBold;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
@media (min--moz-device-pixel-ratio:0) {
  summary {
    display: list-item;
  }
}
.action-links {
  margin: 1em 0;
  padding: 0;
  list-style: none;
}
[dir="rtl"] .action-links {
  margin-right: 0;
}
.action-links li {
  display: inline-block;
  margin: 0 0.3em;
}
.action-links li:first-child {
  margin-left: 0;
}
[dir="rtl"] .action-links li:first-child {
  margin-right: 0;
  margin-left: 0.3em;
}
.button-action {
  display: inline-block;
  padding: 0.2em 0.5em 0.3em;
  text-decoration: none;
  line-height: 160%;
}
.button-action:before {
  margin-left: -0.1em;
  padding-right: 0.2em;
  content: "+";
  font-weight: 900;
}
[dir="rtl"] .button-action:before {
  margin-right: -0.1em;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0.2em;
}
.breadcrumb {
  padding-bottom: 0.5em;
}
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
[dir="rtl"] .breadcrumb ol {
  margin-right: 0;
}
.breadcrumb li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.breadcrumb li:first-child:before {
  content: none;
}
.button, .image-button {
  margin-right: 1em;
  margin-left: 1em;
}
.button:first-child, .image-button:first-child {
  margin-right: 0;
  margin-left: 0;
}
.collapse-processed > summary {
  padding-right: 0.5em;
  padding-left: 0.5em;
}
.collapse-processed > summary:before {
  float: left;
  width: 1em;
  height: 1em;
  content: "";
  background: url(/core/themes/classy/css/components/../../../../misc/menu-expanded.png) 0 100% no-repeat;
}
[dir="rtl"] .collapse-processed > summary:before {
  float: right;
  background-position: 100% 100%;
}
.collapse-processed:not([open]) > summary:before {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-position: 25% 35%;
}
[dir="rtl"] .collapse-processed:not([open]) > summary:before {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-position: 75% 35%;
}
.container-inline label:after, .container-inline .label:after {
  content: ":";
}
.form-type-radios .container-inline label:after, .form-type-checkboxes .container-inline label:after {
  content: "";
}
.form-type-radios .container-inline .form-type-radio, .form-type-checkboxes .container-inline .form-type-checkbox {
  margin: 0 1em;
}
.container-inline .form-actions, .container-inline.form-actions {
  margin-top: 0;
  margin-bottom: 0;
}
details {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 1px solid #ccc;
}
details > .details-wrapper {
  padding: 0.5em 1.5em;
}
summary {
  padding: 0.2em 0.5em;
  cursor: pointer;
}
.exposed-filters .filters {
  float: left;
  margin-right: 1em;
}
[dir="rtl"] .exposed-filters .filters {
  float: right;
  margin-right: 0;
  margin-left: 1em;
}
.exposed-filters .form-item {
  margin: 0 0 0.1em 0;
  padding: 0;
}
.exposed-filters .form-item label {
  float: left;
  width: 10em;
  font-weight: normal;
}
[dir="rtl"] .exposed-filters .form-item label {
  float: right;
}
.exposed-filters .form-select {
  width: 14em;
}
.exposed-filters .current-filters {
  margin-bottom: 1em;
}
.exposed-filters .current-filters .placeholder {
  font-weight: bold;
  font-style: normal;
}
.exposed-filters .additional-filters {
  float: left;
  margin-right: 1em;
}
[dir="rtl"] .exposed-filters .additional-filters {
  float: right;
  margin-right: 0;
  margin-left: 1em;
}
.field__label {
  font-weight: bold;
}
.field--label-inline .field__label, .field--label-inline .field__items {
  float: left;
}
.field--label-inline .field__label, .field--label-inline > .field__item, .field--label-inline .field__items {
  padding-right: 0.5em;
}
[dir="rtl"] .field--label-inline .field__label, [dir="rtl"] .field--label-inline .field__items {
  padding-right: 0;
  padding-left: 0.5em;
}
.field--label-inline .field__label::after {
  content: ":";
}
form .field-multiple-table {
  margin: 0;
}
form .field-multiple-table .field-multiple-drag {
  width: 30px;
  padding-right: 0;
}
[dir="rtl"] form .field-multiple-table .field-multiple-drag {
  padding-left: 0;
}
form .field-multiple-table .field-multiple-drag .tabledrag-handle {
  padding-right: 0.5em;
}
[dir="rtl"] form .field-multiple-table .field-multiple-drag .tabledrag-handle {
  padding-right: 0;
  padding-left: 0.5em;
}
form .field-add-more-submit {
  margin: 0.5em 0 0;
}
.form-item, .form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}
tr.odd .form-item, tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
.form-composite > .fieldset-wrapper > .description, .form-item .description {
  font-size: 0.85em;
}
label.option {
  display: inline;
  font-weight: normal;
}
.form-composite > legend, .label {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: bold;
}
.form-checkboxes .form-item, .form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.form-type-radio .description, .form-type-checkbox .description {
  margin-left: 2.4em;
}
[dir="rtl"] .form-type-radio .description, [dir="rtl"] .form-type-checkbox .description {
  margin-right: 2.4em;
  margin-left: 0;
}
.marker {
  color: #e00;
}
.form-required:after {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0.3em;
  content: "";
  vertical-align: super;
  background-image: url(/core/themes/classy/css/components/../../../../misc/icons/ee0000/required.svg);
  background-repeat: no-repeat;
  background-size: 6px 6px;
}
abbr.tabledrag-changed, abbr.ajax-changed {
  border-bottom: none;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
  border: 2px solid red;
}
.form-item--error-message:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  vertical-align: sub;
  background: url(/core/themes/classy/css/components/../../../../misc/icons/e32700/error.svg) no-repeat;
  background-size: contain;
}
.icon-help {
  padding: 1px 0 1px 20px;
  background: url(/core/themes/classy/css/components/../../../../misc/help.png) 0 50% no-repeat;
}
[dir="rtl"] .icon-help {
  padding: 1px 20px 1px 0;
  background-position: 100% 50%;
}
.feed-icon {
  display: block;
  overflow: hidden;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background: url(/core/themes/classy/css/components/../../../../misc/feed.svg) no-repeat;
}
.form--inline .form-item {
  float: left;
  margin-right: 0.5em;
}
[dir="rtl"] .form--inline .form-item {
  float: right;
  margin-right: 0;
  margin-left: 0.5em;
}
[dir="rtl"] .views-filterable-options-controls .form-item {
  margin-right: 2%;
}
.form--inline .form-item-separator {
  margin-top: 2.3em;
  margin-right: 1em;
  margin-left: 0.5em;
}
[dir="rtl"] .form--inline .form-item-separator {
  margin-right: 0.5em;
  margin-left: 1em;
}
.form--inline .form-actions {
  clear: left;
}
[dir="rtl"] .form--inline .form-actions {
  clear: right;
}
.item-list .title {
  font-weight: bold;
}
.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}
.item-list li {
  margin: 0 0 0.25em 1.5em;
  padding: 0;
}
[dir="rtl"] .item-list li {
  margin: 0 1.5em 0.25em 0;
}
.item-list--comma-list {
  display: inline;
}
.item-list--comma-list .item-list__comma-list, .item-list__comma-list li, [dir="rtl"] .item-list--comma-list .item-list__comma-list, [dir="rtl"] .item-list__comma-list li {
  margin: 0;
}
button.link {
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  background: transparent;
  font-size: 1em;
}
label button.link {
  font-weight: bold;
}
ul.inline, ul.links.inline {
  display: inline;
  padding-left: 0;
}
[dir="rtl"] ul.inline, [dir="rtl"] ul.links.inline {
  padding-right: 0;
  padding-left: 15px;
}
ul.inline li {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
}
ul.links a.is-active {
  color: #000;
}
ul.menu {
  margin-left: 1em;
  padding: 0;
  list-style: none outside;
  text-align: left;
}
[dir="rtl"] ul.menu {
  margin-right: 1em;
  margin-left: 0;
  text-align: right;
}
.menu-item--expanded {
  list-style-type: circle;
  list-style-image: url(/core/themes/classy/css/components/../../../../misc/menu-expanded.png);
}
.menu-item--collapsed {
  list-style-type: disc;
  list-style-image: url(/core/themes/classy/css/components/../../../../misc/menu-collapsed.png);
}
[dir="rtl"] .menu-item--collapsed {
  list-style-image: url(/core/themes/classy/css/components/../../../../misc/menu-collapsed-rtl.png);
}
.menu-item {
  margin: 0;
  padding-top: 0.2em;
}
ul.menu a.is-active {
  color: #000;
}
.more-link {
  display: block;
  text-align: right;
}
[dir="rtl"] .more-link {
  text-align: left;
}
.pager__items {
  clear: both;
  text-align: center;
}
.pager__item {
  display: inline;
  padding: 0.5em;
}
.pager__item.is-active {
  font-weight: bold;
}
tr.drag {
  background-color: #fffff0;
}
tr.drag-previous {
  background-color: #ffd;
}
body div.tabledrag-changed-warning {
  margin-bottom: 0.5em;
}
tr.selected td {
  background: #ffc;
}
td.checkbox, th.checkbox {
  text-align: center;
}
[dir="rtl"] td.checkbox, [dir="rtl"] th.checkbox {
  text-align: center;
}
th.is-active img {
  display: inline;
}
td.is-active {
  background-color: #ddd;
}
div.tabs {
  margin: 1em 0;
}
ul.tabs {
  margin: 0 0 0.5em;
  padding: 0;
  list-style: none;
}
.tabs > li {
  display: inline-block;
  margin-right: 0.3em;
}
[dir="rtl"] .tabs > li {
  margin-right: 0;
  margin-left: 0.3em;
}
.tabs a {
  display: block;
  padding: 0.2em 1em;
  text-decoration: none;
}
.tabs a.is-active {
  background-color: #eee;
}
.tabs a:focus, .tabs a:hover {
  background-color: #f5f5f5;
}
.form-textarea-wrapper textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}
.ui-dialog--narrow {
  max-width: 500px;
}
@media screen and (max-width:600px) {
  .ui-dialog--narrow {
    min-width: 95%;
    max-width: 95%;
  }
}
.messages {
  padding: 15px 20px 15px 35px;
  word-wrap: break-word;
  border: 1px solid;
  border-width: 1px 1px 1px 0;
  border-radius: 2px;
  background: no-repeat 10px 17px;
  overflow-wrap: break-word;
}
[dir="rtl"] .messages {
  padding-right: 35px;
  padding-left: 20px;
  text-align: right;
  border-width: 1px 0 1px 1px;
  background-position: right 10px top 17px;
}
.messages + .messages {
  margin-top: 1.538em;
}
.messages__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.messages__item + .messages__item {
  margin-top: 0.769em;
}
.messages--status {
  color: #325e1c;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
  background-color: #f3faef;
  background-image: url(/core/themes/classy/css/components/../../../../misc/icons/73b355/check.svg);
  box-shadow: -8px 0 0 #77b259;
}
[dir="rtl"] .messages--status {
  margin-left: 0;
  border-color: #c9e1bd transparent #c9e1bd #c9e1bd;
  box-shadow: 8px 0 0 #77b259;
}
.messages--warning {
  color: #734c00;
  border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
  background-color: #fdf8ed;
  background-image: url(/core/themes/classy/css/components/../../../../misc/icons/e29700/warning.svg);
  box-shadow: -8px 0 0 #e09600;
}
[dir="rtl"] .messages--warning {
  border-color: #f4daa6 transparent #f4daa6 #f4daa6;
  box-shadow: 8px 0 0 #e09600;
}
.messages--error {
  color: #a51b00;
  border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
  background-color: #fcf4f2;
  background-image: url(/core/themes/classy/css/components/../../../../misc/icons/e32700/error.svg);
  box-shadow: -8px 0 0 #e62600;
}
[dir="rtl"] .messages--error {
  border-color: #f9c9bf transparent #f9c9bf #f9c9bf;
  box-shadow: 8px 0 0 #e62600;
}
.messages--error p.error {
  color: #a51b00;
}
.progress__track {
  border-color: #b3b3b3;
  border-radius: 10em;
  background-color: #f2f1eb;
  background-image: -webkit-linear-gradient(#e7e7df, #f0f0f0);
  background-image: linear-gradient(#e7e7df, #f0f0f0);
  box-shadow: inset 0 1px 3px hsla(0, 0%, 0%, 0.16);
}
.progress__bar {
  height: 16px;
  margin-top: -1px;
  margin-left: -1px;
  padding: 0 1px;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
  -webkit-animation: animate-stripes 3s linear infinite;
  -moz-animation: animate-stripes 3s linear infinite;
  border: 1px #07629a solid;
  border-radius: 10em;
  background: #057ec9;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), -webkit-linear-gradient(left top, #0094f0 0%, #0094f0 25%, #007ecc 25%, #007ecc 50%, #0094f0 50%, #0094f0 75%, #0094f0 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), linear-gradient(to right bottom, #0094f0 0%, #0094f0 25%, #007ecc 25%, #007ecc 50%, #0094f0 50%, #0094f0 75%, #0094f0 100%);
  background-size: 40px 40px;
}
[dir="rtl"] .progress__bar {
  margin-right: -1px;
  margin-left: 0;
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
@media screen and (prefers-reduced-motion:reduce) {
  .progress__bar {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: none;
    -moz-animation: none;
  }
}
@-webkit-keyframes animate-stripes {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 0 0, -80px 0;
  }
}
@-ms-keyframes animate-stripes {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 0 0, -80px 0;
  }
}
@keyframes animate-stripes {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 0 0, -80px 0;
  }
}
.ui-dialog {
  position: absolute;
  z-index: 1260;
  overflow: visible;
  padding: 0;
  color: #000;
  border: solid 1px #ccc;
  background: #fff;
}
@media all and (max-width:48em) {
  .ui-dialog {
    width: 92% !important;
  }
}
.ui-dialog .ui-dialog-titlebar {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #ccc;
  border-radius: 0;
  background: #f3f4ee;
  font-weight: bold;
}
.ui-dialog .ui-dialog-titlebar-close {
  border: 0;
  background: none;
}
.ui-dialog .ui-dialog-buttonpane {
  margin-top: 0;
  padding: 0.3em 1em;
  border-width: 1px 0 0 0;
  border-color: #ccc;
  background: #f3f4ee;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  margin: 0;
  padding: 0;
}
.ui-dialog .ui-dialog-buttonpane .ui-button-text-only .ui-button-text {
  padding: 0;
}
.ui-dialog .ui-dialog-content .form-actions {
  margin: 0;
  padding: 0;
}
.ui-dialog .ajax-progress-throbber {
  position: fixed;
  z-index: 1000;
  top: 48.5%;
  left: 49%;
  width: 24px;
  height: 24px;
  padding: 4px;
  opacity: 0.9;
  border-radius: 7px;
  background-color: #232323;
  background-image: url(/core/themes/classy/css/components/../../../../misc/loading-small.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.ui-dialog .ajax-progress-throbber .throbber, .ui-dialog .ajax-progress-throbber .message {
  display: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
audio, canvas, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
  font-family: MullerBold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C""\201D""\2018""\2019";
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button, input {
  line-height: normal;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
header {
  border-bottom: 1px solid #EAEAEA;
}
header .top-row {
  background: #343b45;
}
header .top-row > .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
  height: 50px;
  align-items: center;
  max-width: 1170px;
  margin: 0 auto;
  box-sizing: border-box;
}
header .top-row a {
  color: #fff;
  text-decoration: none;
}
header .top-row .right {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
header .top-row .email, header .top-row .phone {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  text-align: center;
  margin-right: 22px;
}
header .top-row .phone {
  height: 22px;
  padding: 0 0 0 25px;
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/phone.svg) left center no-repeat;
}
header .top-row .button {
  display: block;
  box-sizing: border-box;
  padding: 5px 18px;
  border: 1px solid #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  text-align: center;
  margin-right: 0;
}
header .top-row .button:hover {
  background-color: rgba(216, 216, 216, 0.2);
}
header #header-content {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  height: 98px;
  justify-content: space-between;
  position: relative;
}
header #block-dmliefer-main-menu {
  display: none;
}
header #block-dmliefer-main-menu, header #block-dml-catalog-cats-block {
  width: 70%;
  height: 100%;
  box-sizing: border-box;
  padding-right: 66px;
}
header #block-dmliefer-main-menu .content, header #block-dml-catalog-cats-block .content {
  height: 100%;
}
header #block-dmliefer-main-menu .content > .menu, header #block-dml-catalog-cats-block .content > .menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  height: 100%;
}
header #block-dmliefer-main-menu .content > .menu .menu-item, header #block-dml-catalog-cats-block .content > .menu .menu-item {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
header #block-dmliefer-main-menu .content > .menu .menu-item .menu, header #block-dml-catalog-cats-block .content > .menu .menu-item .menu {
  margin: 0;
  position: absolute;
  display: none;
  top: 80px;
  left: 0;
  min-width: 200px;
  background: #fff;
  z-index: 100;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  padding: 20px 30px;
  box-sizing: border-box;
}
header #block-dmliefer-main-menu .content > .menu .menu-item .menu li, header #block-dml-catalog-cats-block .content > .menu .menu-item .menu li {
  margin-bottom: 5px;
}
header #block-dmliefer-main-menu .content > .menu .menu-item .menu li a, header #block-dml-catalog-cats-block .content > .menu .menu-item .menu li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
header #block-dmliefer-main-menu .content > .menu .menu-item:hover .menu, header #block-dml-catalog-cats-block .content > .menu .menu-item:hover .menu {
  display: block;
}
header #block-dmliefer-main-menu .content > .menu a, header #block-dml-catalog-cats-block .content > .menu a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #343b45;
  text-decoration: none;
}
header #block-dmliefer-main-menu .content > .menu a:hover, header #block-dml-catalog-cats-block .content > .menu a:hover {
  color: #4e4c4c;
}
header #block-dmliefer-main-menu .content > .menu > li.menu-item.menu-item--expanded, header #block-dml-catalog-cats-block .content > .menu > li.menu-item.menu-item--expanded {
  position: relative;
  list-style: none;
}
header #block-dmliefer-main-menu .content > .menu > li.menu-item.menu-item--expanded > a, header #block-dml-catalog-cats-block .content > .menu > li.menu-item.menu-item--expanded > a {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 21px 0 0;
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/main-menu-expand.svg) right center no-repeat;
}
header #block-dmliefer-main-menu .content > .menu > li.menu-item.menu-item--expanded:hover > a, header #block-dml-catalog-cats-block .content > .menu > li.menu-item.menu-item--expanded:hover > a {
  background-image: url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/main-menu-expand-open.svg);
  color: #666;
}
header #block-dmliefer-main-menu .content > .menu > li.menu-item.menu-item--expanded:hover .catalog-categories, header #block-dml-catalog-cats-block .content > .menu > li.menu-item.menu-item--expanded:hover .catalog-categories {
  display: block;
}
header #block-dmliefer-main-menu .content > .menu .catalog-categories, header #block-dml-catalog-cats-block .content > .menu .catalog-categories {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  position: absolute;
  display: none;
  top: 80px;
  left: 0;
  background: #fff;
  z-index: 100;
}
header #block-dmliefer-main-menu .content > .menu .catalog-categories ul, header #block-dml-catalog-cats-block .content > .menu .catalog-categories ul {
  margin: 0;
  padding: 20px 20px 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
header #block-dmliefer-main-menu .content > .menu .catalog-categories ul li, header #block-dml-catalog-cats-block .content > .menu .catalog-categories ul li {
  list-style: none;
  margin: 0 0 15px;
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  padding-left: 44px;
  padding-block: 5px;
}
header #block-dmliefer-main-menu .content > .menu .catalog-categories ul li span, header #block-dml-catalog-cats-block .content > .menu .catalog-categories ul li span {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
header #block-dmliefer-main-menu .content > .menu .catalog-categories ul li img, header #block-dml-catalog-cats-block .content > .menu .catalog-categories ul li img {
  max-width: 24px !important;
  max-height: 24px !important;
  display: block;
}
header #block-dmliefer-main-menu .content > .menu .catalog-categories ul li a, header #block-dml-catalog-cats-block .content > .menu .catalog-categories ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
}
header #block-dmliefer-main-menu .content > .menu .catalog-categories ul li a:hover, header #block-dml-catalog-cats-block .content > .menu .catalog-categories ul li a:hover {
  color: #ED1C24;
}
header #block-search {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 20px;
}
header #block-search .search-toggle {
  display: block;
  width: 20px;
  height: 20px;
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/search_icon.svg) center center no-repeat;
  cursor: pointer;
}
header #block-search .search-toggle.close {
  background-image: url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/search_close.svg);
  position: absolute;
  top: 38%;
  right: 0;
}
header #block-search.opened {
  width: 70%;
}
header #block-search.opened #search-block-form {
  width: 100%;
}
header #block-search #search-block-form {
  width: 0;
  background: #fff;
  border-bottom: 2px solid #8F99A2;
  box-sizing: border-box;
  padding: 9px 0 11px;
  overflow: hidden;
}
header #block-search #search-block-form #edit-actions {
  display: none;
}
header #block-search #search-block-form .form-item {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  margin: 0;
}
header #block-search #search-block-form .form-item input {
  border: 0 none;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #343B45;
  width: 100%;
  margin: 0;
  outline: none;
  box-sizing: border-box;
  padding-top: 5px;
}
header #block-search #search-block-form .form-item:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/search_icon.svg) center center no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
}
header #block-dmliefer-search-block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 20px;
  justify-content: right;
}
header #block-dmliefer-search-block .content {
  width: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  justify-content: right;
}
header #block-dmliefer-search-block .search-toggle {
  display: block;
  width: 20px;
  height: 20px;
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/search_icon.svg) center center no-repeat;
  cursor: pointer;
}
header #block-dmliefer-search-block .search-toggle.close {
  background-image: url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/search_close.svg);
  position: absolute;
  top: 38%;
  right: 0;
}
header #block-dmliefer-search-block.opened {
  width: 70%;
}
header #block-dmliefer-search-block.opened #dmliefer-helper-search-form {
  width: 100%;
}
header #block-dmliefer-search-block #dmliefer-helper-search-form {
  width: 0;
  background: #fff;
  border-bottom: 2px solid #8F99A2;
  box-sizing: border-box;
  padding: 9px 0 11px;
  overflow: hidden;
}
header #block-dmliefer-search-block #dmliefer-helper-search-form .form-submit {
  display: none;
}
header #block-dmliefer-search-block #dmliefer-helper-search-form .form-item {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  margin: 0;
}
header #block-dmliefer-search-block #dmliefer-helper-search-form .form-item input {
  border: 0 none;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #343B45;
  width: 100%;
  margin: 0;
  outline: none;
  box-sizing: border-box;
  padding-top: 5px;
}
header #block-dmliefer-search-block #dmliefer-helper-search-form .form-item:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/search_icon.svg) center center no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
}
footer {
  background: #343b45;
  color: #fff;
  padding: 40px 0 68px;
}
footer a {
  color: #fff;
}
footer .top-row {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1170px;
  margin: 0 auto;
}
footer .top-row .social {
  width: 25%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
footer .top-row .social a {
  width: 25px;
  height: 30px;
  margin-right: 30px;
  cursor: pointer;
}
footer .top-row .social a.fb {
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/fb_icon.svg) left center no-repeat;
}
footer .top-row .social a.vk {
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/vk_icon.svg) left center no-repeat;
}
footer .top-row .social a.inst {
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/inst_icon.svg) left center no-repeat;
}
footer .top-row .social a.you {
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/you_icon.svg) left center no-repeat;
}
footer .top-row .social a:hover {
  opacity: 0.6;
}
footer .region-footer {
  max-width: 1170px;
  margin: 25px auto 0;
}
footer .region-footer > .content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
footer #block-footer-request {
  width: 25%;
  box-sizing: border-box;
  padding: 29px 0 0;
}
footer #block-footer-request .content a {
  font-weight: normal;
  font-size: 14px;
  line-height: 27px;
  color: #FFFFFF;
}
footer #block-footer-request .content a.button {
  display: inline-block;
  background: #ED1C24;
  color: #fff;
  box-sizing: border-box;
  padding: 15px 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 16px;
}
footer #block-dmliefer-footer {
  width: 75%;
}
footer #block-dmliefer-footer a {
  color: #fff;
}
footer #block-dmliefer-footer a:hover {
  color: rgba(255, 255, 255, 0.6);
}
footer #block-dmliefer-footer h2 {
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
}
footer #block-dmliefer-footer .content .menu {
  margin: 0;
  list-style-position: inside;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  column-width: 33%;
  column-gap: 0;
  list-style-type: none;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
}
footer #block-dmliefer-footer .content .menu li {
  font-weight: normal;
  font-size: 14px;
  line-height: 27px;
  margin: 0;
  padding: 0;
}
footer #block-footer-contacts {
  margin-top: 45px;
  width: 100%;
}
footer #block-footer-contacts .field--name-body {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
footer #block-footer-contacts .field--name-body div {
  font-size: 16px;
  line-height: 23px;
  color: rgba(255, 255, 255, 0.5);
  width: 25%;
}
footer #block-footer-contacts .field--name-body div p {
  margin: 0;
  font-size: 16px;
  line-height: 23px;
  color: rgba(255, 255, 255, 0.5);
}
footer #block-footer-contacts .field--name-body div span {
  font-size: 14px;
  line-height: normal;
}
footer #block-footer-contacts .field--name-body div a {
  color: rgba(255, 255, 255, 0.5);
}
footer #block-footer-contacts .field--name-body div a:hover {
  color: #fff;
}
footer #block-footer-contacts .field--name-body div strong {
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 20px;
  display: block;
  font-weight: normal;
}
footer #block-footer-contacts .field--name-body div:last-child {
  font-size: 16px;
  line-height: 23px;
}
footer #block-footer-contacts .field--name-body div:last-child p:last-child {
  font-size: 14px;
  line-height: 16px;
  margin-top: 10px;
}
* {
  margin: 0;
  padding: 0;
}
*:before, *:after {
  box-sizing: border-box;
}
html, body {
  width: 100%;
}
body {
  color: #343b45;
  font-family: 'Muller';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  background: #ffffff;
  width: 100%;
  letter-spacing: 0;
}
#page-wrapper {
  overflow: hidden;
}
.region-content {
  max-width: 1170px;
  margin: 0 auto;
  min-height: 200px;
}
a {
  color: #ED1C24;
  text-decoration: none;
}
a:hover {
  color: #ED1C24;
}
h2 {
  font-family: MullerBold;
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 41px;
  margin: 0 0 21px;
}
#block-dmliefer-page-title h1 {
  font-weight: bold;
  font-size: 50px;
  line-height: 50px;
}
.region-pagetop #block-dmliefer-breadcrumbs {
  max-width: 1170px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 20px 0;
}
#block-about {
  box-sizing: border-box;
  padding: 110px 0 120px;
  position: relative;
  background: #f4f5f7;
}
#block-about:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 53%;
  background: #f4f5f7 url(/wp-content/themes/amsi/themes/custom/dmliefer/images/about_block_bg.jpg) right bottom no-repeat;
  background-size: cover;
}
#block-about .content {
  box-sizing: border-box;
  max-width: 1170px;
  margin: 0 auto;
  padding-right: 585px;
}
#block-about .content a {
  margin-top: 45px;
  display: inline-block;
  padding-right: 16px;
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/link_arrow.svg) right center no-repeat;
}
#block-about .content .img {
  display: none;
}
#block-views-block-catalog-block-1 {
  padding: 70px 0 0;
}
#block-views-block-catalog-block-1 h2 {
  margin: 0 auto 14px;
  max-width: 1170px;
}
#block-views-block-catalog-block-1 .content {
  max-width: 1170px;
  margin: 0 auto;
}
.view-taxonomy-term #block-dml-category-products {
  width: calc(100vw - 390px);
  max-width: 870px;
}
#block-dmliefer-page-title {
  max-width: 1170px;
  margin: 0 auto;
}
.front-page .region-content {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.front-page #block-dmliefer-at-dmliefer-system-main {
  max-width: 1170px;
  margin: 0 auto;
}
.main-content.node-type-article #block-dmliefer-breadcrumbs {
  margin: 39px auto 20px;
  max-width: 770px;
  padding: 0;
}
.main-content.node-type-article #block-dmliefer-page-title h1 {
  max-width: 770px;
  margin: 20px auto 30px;
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
}
.main-content.node-type-article #block-dmliefer-at-dmliefer-system-main {
  max-width: 770px;
  margin: 0 auto 70px;
}
.main-content.node-type-article article.node-type-article .field--name-body ol, .main-content.node-type-article article.node-type-article .field--name-body ul {
  padding: 0 0 0 20px;
}
.main-content.node-type-product .layout-content, .main-content.node-type-brend_category .layout-content, .node-type-brend_order .layout-content {
  max-width: 1170px;
  margin: 0 auto;
}
.main-content.node-type-product .brand-category-title-wrapper, .main-content.node-type-brend_category .brand-category-title-wrapper, .node-type-brend_order .brand-category-title-wrapper {
  padding-bottom: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  margin: 20px 0 0;
}
.main-content.node-type-product .brand-category-title-wrapper .logo, .main-content.node-type-brend_category .brand-category-title-wrapper .logo, .node-type-brend_order .brand-category-title-wrapper .logo {
  width: 34.15%;
}
.main-content.node-type-product .brand-category-title-wrapper .logo img, .main-content.node-type-brend_category .brand-category-title-wrapper .logo img, .node-type-brend_order .brand-category-title-wrapper .logo img {
  max-width: 240px;
}
.view-catalog .view-header {
  margin: 0 0 34px;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
}
.view-catalog .view-header h1 {
  margin: 70px auto 14px;
  font-weight: bold;
  font-size: 50px;
  line-height: 50px;
}
.view-catalog .view-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
.view-catalog .view-content .views-row {
  height: 234px;
  border: 1px solid #dedede;
  box-sizing: border-box;
  padding: 25px 25px 28px 25px;
}
.view-catalog .view-content .views-row .views-field-field-termin-logo {
  height: 128px;
}
.view-catalog .view-content .views-row .views-field-name {
  box-sizing: border-box;
  position: relative;
  padding: 17px 0 0;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
.view-catalog .view-content .views-row .views-field-name a {
  color: #000000;
}
.view-catalog .view-content .views-row .views-field-name:before {
  content: "";
  display: block;
  width: 43px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
}
.view-catalog .view-content .views-row:hover {
  background: linear-gradient(226.19deg, #c71a11 -9.23%, #ED1C24 65.77%);
}
.view-catalog .view-content .views-row:hover .views-field-name a {
  color: #fff;
}
.view-catalog .view-content .views-row:hover .views-field-name:before {
  background: #fff;
}
.view-catalog .view-content .views-row:hover .views-field-field-termin-logo svg path[stroke='#ED1C24'], .view-catalog .view-content .views-row:hover .views-field-field-termin-logo svg path[stroke='#ED1C24'] {
  stroke: #fff;
}
.view-catalog .view-content .views-row:hover .views-field-field-termin-logo svg path[fill="#ED1C24"], .view-catalog .view-content .views-row:hover .views-field-field-termin-logo svg path[fill="#ED1C24"] {
  fill: #fff;
}
.view-catalog .view-footer {
  margin: 30px 0 0;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.view-catalog .view-footer .other-devices {
  background: #e4e4e4 url(/wp-content/themes/amsi/themes/custom/dmliefer/images/other_devices_bg.png) right center no-repeat;
  font-weight: 900;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 30px;
  min-height: 260px;
  color: #343b45;
}
.view-catalog .view-footer .other-devices:hover {
  color: #ED1C24;
}
.view-catalog .view-footer .order {
  background: #343b45 url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/turb_front.svg) right bottom no-repeat;
  box-sizing: border-box;
  min-height: 260px;
}
.view-catalog .view-footer .order b {
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 30px;
  color: #fff;
}
.view-catalog .view-footer .order a {
  display: block;
  box-sizing: border-box;
  padding: 30px;
  height: 100%;
}
.view-catalog .view-footer .order a span {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #ED1C24;
  display: inline-block;
  padding: 0 16px 0 0;
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/arrow_green.svg) right center no-repeat;
}
.view-catalog .view-footer .texts {
  grid-column: span 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  padding: 30px 0 60px;
}
.view-catalog .view-footer .texts div {
  opacity: 0.4;
}
#block-set-request {
  background: #ED1C24;
}
#block-set-request .content {
  max-width: 1170px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 46px 0 65px;
  color: #fff;
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/request_block_bg.svg) right 18px no-repeat;
  background-size: 59% auto;
}
#block-set-request .content p {
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  margin: 0;
}
#block-set-request .content p a.button {
  display: inline-block;
  box-sizing: border-box;
  background: #343b45;
  color: #fff;
  margin: 26px 0 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding: 15px;
  width: 200px;
  cursor: pointer;
}
#block-set-request .content p a.button:hover {
  background: #48515f;
}
#block-views-block-our-brands {
  position: relative;
  padding-bottom: 70px;
}
#block-views-block-our-brands > h2 {
  max-width: 1170px;
  margin: 70px auto 29px;
  font-weight: bold;
  font-size: 35px;
  line-height: 50px;
}
#block-views-block-our-brands > .content {
  position: relative;
}
#block-views-block-our-brands > .content .view-header {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -220px;
  top: -67px;
}
#block-views-block-our-brands > .content .view-header a {
  display: inline-block;
  position: relative;
}
#block-views-block-our-brands > .content .view-header a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  width: 100%;
  left: 0;
  height: 2px;
  background: #ED1C24;
}
#block-views-block-our-brands .owl-stage-outer {
  height: 135px;
}
#block-views-block-our-brands .owl-stage-outer .owl-item {
  border: 1px solid #DEDEDE;
}
#block-views-block-our-brands .owl-stage-outer .owl-item .views-row {
  width: 170px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#block-views-block-our-brands .owl-stage-outer .owl-item .views-row a {
  display: block;
}
#block-views-block-our-brands .owl-stage-outer .owl-item .views-row a img {
  width: auto;
}
#block-views-block-our-brands .owl-stage-outer .owl-item:hover {
  background: #fff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
#block-views-block-our-brands .owl-nav {
  position: absolute;
  top: -67px;
  left: 50%;
  margin: 0 0 0 510px;
  width: 75px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
}
#block-views-block-our-brands .owl-nav .owl-prev {
  font-size: 0;
  width: 24px;
  height: 24px;
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/slider-prev.svg) left center no-repeat;
  padding: 0;
  margin: 0;
}
#block-views-block-our-brands .owl-nav .owl-prev:hover {
  opacity: 0.6;
}
#block-views-block-our-brands .owl-nav .owl-next {
  font-size: 0;
  width: 24px;
  height: 24px;
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/slider-next.svg) right center no-repeat;
  padding: 0;
  margin: 0;
}
#block-views-block-our-brands .owl-nav .owl-next:hover {
  opacity: 0.6;
}
#block-views-news-block-1 {
  padding: 70px 0;
  box-sizing: border-box;
}
#block-views-news-block-1 h2 {
  max-width: 1170px;
  margin: 0 auto 10px;
  font-weight: bold;
  font-size: 35px;
  line-height: 50px;
}
#block-views-news-block-1 .view-header {
  position: absolute;
  top: -48px;
  left: calc(50% + 480px);
  width: 105px;
}
#block-views-news-block-1 .view-header a {
  display: inline-block;
  position: relative;
}
#block-views-news-block-1 .view-header a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  width: 100%;
  left: 0;
  height: 2px;
  background: #ED1C24;
}
#block-views-news-block-1 .view-content {
  position: relative;
  padding-top: 20px;
}
#block-views-news-block-1 .view-content .owl-stage-outer {
  margin-left: calc(50% - 585px);
  box-sizing: border-box;
}
#block-views-news-block-1 .view-content .owl-dots {
  display: none;
}
#block-views-news-block-1 .view-content .owl-item {
  max-width: 270px;
  box-sizing: border-box;
}
#block-views-news-block-1 .view-content .owl-item .views-field-field-image {
  max-width: 270px;
  margin: 0 0 10px;
}
#block-views-news-block-1 .view-content .owl-item .views-field-field-image img {
  display: block;
}
#block-views-news-block-1 .view-content .owl-item .views-field-field-image a {
  display: block;
}
#block-views-news-block-1 .view-content .owl-item .views-field-created {
  max-width: 270px;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #8F99A2;
  margin: 0 0 10px;
}
#block-views-news-block-1 .view-content .owl-item .views-field-title {
  max-width: 270px;
  margin: 0 0 14px;
  line-height: 19px;
}
#block-views-news-block-1 .view-content .owl-item .views-field-title a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #343b45;
}
#block-views-news-block-1 .view-content .owl-item .views-field-title a:hover {
  color: #ED1C24;
}
#block-views-news-block-1 .view-content .owl-item .views-field-body {
  max-width: 270px;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}
#block-views-news-block-1 .view-content .owl-nav {
  position: absolute;
  width: 1314px;
  top: 0;
  left: 50%;
  margin: 0 0 0 -657px;
}
#block-views-news-block-1 .view-content .owl-nav .owl-prev {
  position: absolute;
  opacity: 1;
  top: 88px;
  left: 0;
  margin: 0;
  padding: 0;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  width: 42px;
  height: 42px;
  background: #d8d8d8 url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/slider-prev-white.svg) center center no-repeat;
  font-size: 0;
}
#block-views-news-block-1 .view-content .owl-nav .owl-prev:hover {
  background-color: #ED1C24;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#block-views-news-block-1 .view-content .owl-nav .owl-next {
  opacity: 1;
  position: absolute;
  top: 68px;
  right: 0;
  margin: 0;
  padding: 0;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  width: 42px;
  height: 42px;
  background: #d8d8d8 url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/slider-next-white.svg) center center no-repeat;
  font-size: 0;
}
#block-views-news-block-1 .view-content .owl-nav .owl-next:hover {
  background-color: #ED1C24;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#block-views-block-knowledge-block-1 {
  padding: 0 0 50px;
  box-sizing: border-box;
}
#block-views-block-knowledge-block-1 h2 {
  max-width: 1170px;
  margin: 0 auto 10px;
  font-weight: bold;
  font-size: 35px;
  line-height: 50px;
}
#block-views-block-knowledge-block-1 .view-header {
  position: absolute;
  top: -48px;
  left: calc(50% + 480px);
  width: 105px;
}
#block-views-block-knowledge-block-1 .view-header a {
  display: inline-block;
  position: relative;
}
#block-views-block-knowledge-block-1 .view-header a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  width: 100%;
  left: 0;
  height: 2px;
  background: #ED1C24;
}
#block-views-block-knowledge-block-1 .view-content {
  position: relative;
  padding-top: 20px;
}
#block-views-block-knowledge-block-1 .view-content .owl-item {
  box-sizing: border-box;
}
#block-views-block-knowledge-block-1 .view-content .owl-item > div {
  padding: 27px 30px 60px;
  background: #f4f5f7;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  width: 370px;
}
#block-views-block-knowledge-block-1 .view-content .owl-item .views-field-created {
  max-width: 270px;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #8F99A2;
  margin: 0 0 10px;
}
#block-views-block-knowledge-block-1 .view-content .owl-item .views-field-title {
  margin: 0 0 10px;
  line-height: 19px;
}
#block-views-block-knowledge-block-1 .view-content .owl-item .views-field-title a {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: #343b45;
}
#block-views-block-knowledge-block-1 .view-content .owl-item .views-field-title a:hover {
  color: #fff;
}
#block-views-block-knowledge-block-1 .view-content .owl-item .views-field-body {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}
#block-views-block-knowledge-block-1 .view-content .owl-item .views-field-body h2 {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
}
#block-views-block-knowledge-block-1 .view-content .owl-item .views-field-view-node {
  opacity: 0.7;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  width: 120px;
  height: 18px;
  bottom: 27px;
  left: 30px;
}
#block-views-block-knowledge-block-1 .view-content .owl-item .views-field-view-node a {
  color: #343b45;
  display: block;
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/more.svg) right center no-repeat;
}
#block-views-block-knowledge-block-1 .view-content .owl-item:hover {
  color: #fff;
}
#block-views-block-knowledge-block-1 .view-content .owl-item:hover > div {
  background: #ED1C24;
  box-shadow: 0px 11px 32px rgba(10, 94, 72, 0.31267);
}
#block-views-block-knowledge-block-1 .view-content .owl-item:hover a {
  color: #fff;
}
#block-views-block-knowledge-block-1 .view-content .owl-item:hover .views-field-view-node a {
  background-image: url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/more_white.svg);
}
#block-views-block-knowledge-block-1 .view-content .owl-stage-outer {
  margin-left: calc(50% - 585px);
  box-sizing: border-box;
  padding: 0 0 50px;
}
#block-views-block-knowledge-block-1 .view-content .owl-stage-outer .owl-stage {
  display: flex !important;
}
#block-views-block-knowledge-block-1 .view-content .owl-nav {
  position: absolute;
  width: 1314px;
  top: 0;
  left: 50%;
  margin: 0 0 0 -657px;
}
#block-views-block-knowledge-block-1 .view-content .owl-nav .owl-prev {
  position: absolute;
  opacity: 1;
  top: 88px;
  left: 0;
  margin: 0;
  padding: 0;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  width: 42px;
  height: 42px;
  background: #d8d8d8 url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/slider-prev-white.svg) center center no-repeat;
  font-size: 0;
}
#block-views-block-knowledge-block-1 .view-content .owl-nav .owl-prev:hover {
  background-color: #ED1C24;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#block-views-block-knowledge-block-1 .view-content .owl-nav .owl-next {
  opacity: 1;
  position: absolute;
  top: 68px;
  right: 0;
  margin: 0;
  padding: 0;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  width: 42px;
  height: 42px;
  background: #d8d8d8 url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/slider-next-white.svg) center center no-repeat;
  font-size: 0;
}
#block-views-block-knowledge-block-1 .view-content .owl-nav .owl-next:hover {
  background-color: #ED1C24;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#block-views-block-serts {
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/images/serts_block_bg.png) center center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 100px 0;
}
#block-views-block-serts .content {
  max-width: 1170px;
  margin: 0 auto;
  color: #fff;
}
#block-views-block-serts .content .view.view-serts {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#block-views-block-serts .content .view.view-serts .view-header {
  width: 38.46%;
}
#block-views-block-serts .content .view.view-serts .view-header h2 {
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
  margin: 0;
}
#block-views-block-serts .content .view.view-serts .view-header p {
  margin: 20px 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
}
#block-views-block-serts .content .view.view-serts .view-header b {
  display: block;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
}
#block-views-block-serts .content .view.view-serts .view-header .button {
  display: inline-block;
  box-sizing: border-box;
  padding: 15px 47px 15px 20px;
  background: #ED1C24 url(/wp-content/themes/amsi/themes/custom/dmliefer/images/arrow_white.png) right 17px center no-repeat;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  margin: 40px 0 0;
}
#block-views-block-serts .content .view.view-serts .view-content {
  width: 58.97%;
}
#block-views-block-serts .content .view.view-serts .view-content .owl-stage-outer {
  max-width: 570px;
  width: 570px;
  box-sizing: border-box;
  margin: 26px 62px 0;
}
#block-views-block-serts .content .view.view-serts .view-content .owl-stage {
  max-height: 135px;
}
#block-views-block-serts .content .view.view-serts .view-content .owl-stage .owl-item .view-row {
  width: 170px;
}
#block-views-block-serts .content .view.view-serts .view-content .owl-stage .owl-item .views-field-field-image-certificate {
  width: 170px;
  max-width: 170px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
#block-views-block-serts .content .view.view-serts .view-content .owl-stage .owl-item .views-field-field-image-certificate img {
  width: auto !important;
  height: auto !important;
}
#block-views-block-serts .content .view.view-serts .view-content .owl-stage .owl-item .views-field-title {
  margin-top: 12px;
  max-width: 170px;
}
#block-views-block-serts .content .view.view-serts .view-content .owl-stage .owl-item .views-field-title a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-top: 12px;
}
#block-views-block-serts .content .view.view-serts .view-content .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#block-views-block-serts .content .view.view-serts .view-content .owl-nav .owl-prev {
  position: absolute;
  top: 120px;
  margin: 0;
  left: 0;
  width: 42px;
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  height: 42px;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/slider-prev-white.svg) center center no-repeat;
  font-size: 0;
}
#block-views-block-serts .content .view.view-serts .view-content .owl-nav .owl-prev:hover {
  border-color: #ED1C24;
  background-color: #ED1C24;
  color: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
#block-views-block-serts .content .view.view-serts .view-content .owl-nav .owl-next {
  position: absolute;
  top: 120px;
  margin: 0;
  right: 0;
  width: 42px;
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  height: 42px;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/slider-next-white.svg) center center no-repeat;
  font-size: 0;
}
#block-views-block-serts .content .view.view-serts .view-content .owl-nav .owl-next:hover {
  border-color: #ED1C24;
  background-color: #ED1C24;
  color: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
#block-views-block-serts-simple {
  background: #343b45;
  box-sizing: border-box;
  padding: 60px 0;
}
#block-views-block-serts-simple h2 {
  max-width: 1170px;
  margin: 0 auto 40px;
  color: #fff;
}
#block-views-block-serts-simple .content {
  max-width: 1170px;
  margin: 0 auto;
  color: #fff;
}
#block-views-block-serts-simple .content .view.view-serts .view-content .owl-stage-outer {
  box-sizing: border-box;
  margin: 0;
}
#block-views-block-serts-simple .content .view.view-serts .view-content .owl-stage {
  max-height: 135px;
}
#block-views-block-serts-simple .content .view.view-serts .view-content .owl-stage .owl-item .view-row {
  width: 170px;
}
#block-views-block-serts-simple .content .view.view-serts .view-content .owl-stage .owl-item .views-field-field-image-certificate {
  width: 170px;
  max-width: 170px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
#block-views-block-serts-simple .content .view.view-serts .view-content .owl-stage .owl-item .views-field-field-image-certificate img {
  width: auto !important;
  height: auto !important;
}
#block-views-block-serts-simple .content .view.view-serts .view-content .owl-stage .owl-item .views-field-title {
  margin-top: 12px;
  max-width: 170px;
}
#block-views-block-serts-simple .content .view.view-serts .view-content .owl-stage .owl-item .views-field-title a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-top: 12px;
}
#block-views-block-serts-simple .content .view.view-serts .view-content .owl-stage .owl-item:hover .views-field-title {
  opacity: 0.6;
}
#block-views-block-serts-simple .content .view.view-serts .view-content .owl-nav {
  position: absolute;
  top: -60px;
  right: 0;
}
#block-views-block-serts-simple .content .view.view-serts .view-content .owl-nav .owl-prev {
  margin: 0 50px 0 0;
  width: 24px;
  box-sizing: border-box;
  height: 24px;
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/slider-prev-white.svg) center center no-repeat;
  font-size: 0;
}
#block-views-block-serts-simple .content .view.view-serts .view-content .owl-nav .owl-prev:hover {
  opacity: 0.6;
}
#block-views-block-serts-simple .content .view.view-serts .view-content .owl-nav .owl-next {
  margin: 0;
  width: 24px;
  box-sizing: border-box;
  height: 24px;
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/slider-next-white.svg) center center no-repeat;
  font-size: 0;
}
#block-views-block-serts-simple .content .view.view-serts .view-content .owl-nav .owl-next:hover {
  opacity: 0.6;
}
#block-views-block-serts-simple .content .view.view-serts .more-link {
  text-align: center;
  padding-top: 20px;
}
#block-views-block-serts-simple .content .view.view-serts .more-link a {
  box-sizing: border-box;
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 1px solid #ED1C24;
}
#block-views-block-slideshow {
  background: #343b45;
}
#block-views-block-slideshow .skin-default {
  margin: 0 auto;
  position: relative;
}
#block-views-block-slideshow #views_slideshow_cycle_main_slideshow-block_1 {
  margin: 0 auto;
  overflow: hidden;
}
#block-views-block-slideshow #views_slideshow_cycle_main_slideshow-block_1 .views_slideshow_cycle_teaser_section {
  width: 100% !important;
}
#block-views-block-slideshow #views_slideshow_cycle_main_slideshow-block_1 .views_slideshow_cycle_teaser_section .views_slideshow_cycle_slide {
  right: 0;
  background: #343b45 !important;
}
#block-views-block-slideshow #views_slideshow_cycle_main_slideshow-block_1 .views-row {
  overflow: hidden;
  min-height: 610px;
  width: 100%;
  height: 100%;
  display: flex;
}
#block-views-block-slideshow #views_slideshow_cycle_main_slideshow-block_1 .views-row .slide-bg {
  position: absolute;
  z-index: 0;
  background-position: top right;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
#block-views-block-slideshow #views_slideshow_cycle_main_slideshow-block_1 .views-row .slide-bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1440px;
  height: 100%;
  background: linear-gradient(90deg, #343b45 0%, rgba(52, 59, 69, 0.75) 51.04%, rgba(52, 59, 69, 0) 100%);
  opacity: 1;
  z-index: 1;
}
#block-views-block-slideshow #views_slideshow_cycle_main_slideshow-block_1 .views-row .slide-content {
  color: #fff;
  width: 1170px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 80px 0 0;
  position: relative;
  z-index: 2;
}
#block-views-block-slideshow #views_slideshow_cycle_main_slideshow-block_1 .views-row .slide-content em {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  font-style: normal;
}
#block-views-block-slideshow #views_slideshow_cycle_main_slideshow-block_1 .views-row .slide-content h1, #block-views-block-slideshow #views_slideshow_cycle_main_slideshow-block_1 .views-row .slide-content h2 {
  margin: 20px 0;
  font-style: normal;
  font-weight: bold;
  font-size: 43px;
  line-height: 59px;
  max-width: 670px;
}
#block-views-block-slideshow #views_slideshow_cycle_main_slideshow-block_1 .views-row .slide-content a {
  display: inline-block;
  background: #ED1C24;
  color: #fff;
  padding: 16px;
  width: 200px;
  text-align: center;
}
#block-views-block-slideshow #views_slideshow_cycle_main_slideshow-block_1 .views-row .slide-content a:hover {
  background: #d24a43;
}
#block-views-block-slideshow #views_slideshow_cycle_main_slideshow-block_1 .views-row .slide-content ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  position: absolute;
  bottom: 120px;
  left: 0;
}
#block-views-block-slideshow #views_slideshow_cycle_main_slideshow-block_1 .views-row .slide-content ul li {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  position: relative;
  margin: 0;
  padding: 0 40px 20px 0;
  box-sizing: border-box;
  list-style: none;
}
#block-views-block-slideshow #views_slideshow_cycle_main_slideshow-block_1 .views-row .slide-content ul li strong {
  display: block;
  font-weight: bold;
  font-size: 35px;
  line-height: 41px;
}
#block-views-block-slideshow #views_slideshow_cycle_main_slideshow-block_1 .views-row .slide-content ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  left: 0;
  bottom: 0;
}
#block-views-block-slideshow #views_slideshow_cycle_main_slideshow-block_1 .views-row .slide-content ul li:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 5px;
  height: 1px;
  width: 100%;
  background: #fff;
}
#block-views-block-slideshow #views_slideshow_cycle_main_slideshow-block_1 .views-row .slide-content ul li:last-child:after {
  display: none;
}
#block-views-block-slideshow .views-slideshow-controls-bottom {
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 10;
  height: 42px;
  width: 168px;
  margin: 0 0 0 -585px;
}
#block-views-block-slideshow .views-slideshow-controls-bottom .views_slideshow_controls_text_previous {
  background: rgba(255, 255, 255, 0) url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/slider-prev2.svg) center center no-repeat;
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  font-size: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#block-views-block-slideshow .views-slideshow-controls-bottom .views_slideshow_controls_text_previous:hover {
  background-color: #ED1C24;
  border-color: #ED1C24;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
#block-views-block-slideshow .views-slideshow-controls-bottom .views_slideshow_controls_text_pause {
  display: none;
}
#block-views-block-slideshow .views-slideshow-controls-bottom .views_slideshow_controls_text_next {
  background: rgba(255, 255, 255, 0) url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/slider-next2.svg) center center no-repeat;
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  font-size: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 123px;
}
#block-views-block-slideshow .views-slideshow-controls-bottom .views_slideshow_controls_text_next:hover {
  background-color: #ED1C24;
  border-color: #ED1C24;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
#block-views-block-slideshow .views-slideshow-controls-bottom .views_slideshow_slide_counter {
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  position: absolute;
  left: 62px;
  top: 10px;
  width: 50px;
}
#block-slider-bottom {
  box-sizing: border-box;
  padding: 80px 0;
}
#block-slider-bottom .directions {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#block-slider-bottom .directions p {
  width: 31.62%;
}
#block-slider-bottom .directions p a {
  display: block;
  height: 210px;
  color: #fff;
  background: #ED1C24;
  box-sizing: border-box;
  padding: 30px;
}
#block-slider-bottom .directions p a strong {
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  margin: 0 0 20px;
  display: block;
}
#block-slider-bottom .directions p a u {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: none;
  text-decoration: none;
}
#block-slider-bottom .directions p a:hover {
  background: #343b45;
}
#block-slider-bottom .directions p a:hover u {
  display: block;
}
#block-slider-bottom .directions p a.devices {
  background-image: url(/wp-content/themes/amsi/themes/custom/dmliefer/images/dir_dev.png), linear-gradient(45deg, #ED1C24, #ED1C24);
  background-blend-mode: initial;
}
#block-slider-bottom .directions p a.devices:hover {
  background-image: url(/wp-content/themes/amsi/themes/custom/dmliefer/images/dir_dev.png), linear-gradient(45deg, #343b45, #343b45);
  box-shadow: 0px 11px 32px rgba(52, 59, 69, 0.427038);
}
#block-slider-bottom .directions p a.engener {
  background-image: url(/wp-content/themes/amsi/themes/custom/dmliefer/images/dir_eng.png), linear-gradient(45deg, #ED1C24, #ED1C24);
  background-blend-mode: initial;
}
#block-slider-bottom .directions p a.engener:hover {
  background-image: url(/wp-content/themes/amsi/themes/custom/dmliefer/images/dir_eng.png), linear-gradient(45deg, #343b45, #343b45);
  box-shadow: 0px 11px 32px rgba(52, 59, 69, 0.427038);
}
#block-slider-bottom .directions p a.logic {
  background-image: url("s1.png"), linear-gradient(45deg, #ED1C24, #ED1C24);
  background-blend-mode: initial;
}
#block-slider-bottom .directions p a.logic:hover {
  background-image: url(s1.png), linear-gradient(45deg, #343b45, #343b45);
  box-shadow: 0px 11px 32px rgba(52, 59, 69, 0.427038);
}
#block-slider-bottom .directions p a.logic1 {
  background-image: url("s2.png"), linear-gradient(45deg, #ED1C24, #ED1C24);
  background-blend-mode: initial;
}
#block-slider-bottom .directions p a.logic1:hover {
  background-image: url(s2.png), linear-gradient(45deg, #343b45, #343b45);
  box-shadow: 0px 11px 32px rgba(52, 59, 69, 0.427038);
}
#block-slider-bottom .directions p a.logic2 {
  background-image: url("s3.png"), linear-gradient(45deg, #ED1C24, #ED1C24);
  background-blend-mode: initial;
}
#block-slider-bottom .directions p a.logic2:hover {
  background-image: url(s3.png), linear-gradient(45deg, #343b45, #343b45);
  box-shadow: 0px 11px 32px rgba(52, 59, 69, 0.427038);
}
#block-slider-bottom .directions p a.logic3 {
  background-image: url("s4.png"), linear-gradient(45deg, #ED1C24, #ED1C24);
  background-blend-mode: initial;
}
#block-slider-bottom .directions p a.logic3:hover {
  background-image: url(s4.png), linear-gradient(45deg, #343b45, #343b45);
  box-shadow: 0px 11px 32px rgba(52, 59, 69, 0.427038);
}
#block-slider-bottom .directions p a.logic4 {
  background-image: url("s5.png"), linear-gradient(45deg, #ED1C24, #ED1C24);
  background-blend-mode: initial;
}
#block-slider-bottom .directions p a.logic4:hover {
  background-image: url(s5.png), linear-gradient(45deg, #343b45, #343b45);
  box-shadow: 0px 11px 32px rgba(52, 59, 69, 0.427038);
}
#block-slider-bottom .directions p a.logic5 {
  background-image: url("s6.png"), linear-gradient(45deg, #ED1C24, #ED1C24);
  background-blend-mode: initial;
}
#block-slider-bottom .directions p a.logic5:hover {
  background-image: url(s6.png), linear-gradient(45deg, #343b45, #343b45);
  box-shadow: 0px 11px 32px rgba(52, 59, 69, 0.427038);
}
#block-slider-bottom .directions p a.logic6 {
  background-image: url("s7.png"), linear-gradient(45deg, #ED1C24, #ED1C24);
  background-blend-mode: initial;
}
#block-slider-bottom .directions p a.logic6:hover {
  background-image: url(s7.png), linear-gradient(45deg, #343b45, #343b45);
  box-shadow: 0px 11px 32px rgba(52, 59, 69, 0.427038);
}
#block-slider-bottom .directions p a.logic7 {
  background-image: url("s8.png"), linear-gradient(45deg, #ED1C24, #ED1C24);
  background-blend-mode: initial;
}
#block-slider-bottom .directions p a.logic7:hover {
  background-image: url(s8.png), linear-gradient(45deg, #343b45, #343b45);
  box-shadow: 0px 11px 32px rgba(52, 59, 69, 0.427038);
}
#block-slider-bottom .directions p a.logic8 {
  background-image: url("s9.png"), linear-gradient(45deg, #ED1C24, #ED1C24);
  background-blend-mode: initial;
}
#block-slider-bottom .directions p a.logic8:hover {
  background-image: url(s9.png), linear-gradient(45deg, #343b45, #343b45);
  box-shadow: 0px 11px 32px rgba(52, 59, 69, 0.427038);
}
.about-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 100px;
}
.about-1 h2 {
  font-weight: bold;
  font-size: 25px;
  line-height: 29px;
  margin: 0 0 24px;
}
.about-1 p {
  max-width: 520px;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
}
.about-1 div:last-child img {
  margin-top: -102px;
}
.about-2 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 100px;
}
.about-2 h2 {
  font-weight: bold;
  font-size: 25px;
  line-height: 29px;
  margin: 0 0 24px;
}
.about-2 p {
  max-width: 520px;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
}
.about-text {
  max-width: 1170px;
  margin: 0 auto;
}
.about-map {
  color: #fff;
  background: #343b45;
}
.about-map .map-content {
  max-width: 1256px;
  height: 890px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 80px 0 100px;
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/images/map.png) center center no-repeat;
  position: relative;
}
.about-map .map-content h2 {
  max-width: 1170px;
  font-weight: bold;
  font-size: 35px;
  line-height: 41px;
  margin: 0 auto;
}
.about-map .map-content .map-points {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
}
.about-map .map-content .map-points p {
  position: absolute;
  padding: 3px 8px;
  background: #343b45;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -webkit-border-top-left-radius: 12px;
  -moz-border-radius-topright: 12px;
  -moz-border-radius-topleft: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-radius-bottomright: 12px;
  -moz-border-radius-bottomleft: 12px;
}
.about-map .map-content .map-points p:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border: 3px solid #fff;
  position: absolute;
  left: -20px;
  top: 4px;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
}
.about-map .map-content .map-points p.usa {
  top: 330px;
  left: 280px;
}
.about-map .map-content .map-points p.lit {
  top: 290px;
  left: 682px;
}
.about-map .map-content .map-points p.gem {
  top: 320px;
  left: 637px;
}
.about-map .map-content .map-points p.mosk {
  top: 296px;
  left: 783px;
}
.about-map .map-content .map-points p.est {
  top: 259px;
  left: 692px;
}
.about-map .map-content .digits {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  bottom: 100px;
  left: 12%;
  margin: 0;
  padding: 0;
  width: 77%;
}
.about-map .map-content .digits li {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center;
  font-weight: 500;
  font-size: 26px;
  line-height: 33px;
}
.about-map .map-content .digits li:before {
  display: none !important;
}
.about-map .map-content .digits li strong {
  font-weight: bold;
  font-size: 70px;
  line-height: 100%;
  color: #ED1C24;
  display: block;
}
.about-advantag {
  max-width: 1170px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 100px 0;
}
.about-advantag h2 {
  font-weight: bold;
  font-size: 35px;
  line-height: 41px;
  margin-bottom: 40px;
}
.about-advantag .content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.about-advantag .content div {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: rgba(52, 59, 69, 0.8);
  opacity: 0.8;
  max-width: 265px;
}
.about-advantag .content div h3 {
  font-weight: 500;
  font-size: 40px;
  line-height: 47px;
  color: #ED1C24;
  margin: 0 0 9px;
}
.about-services {
  color: #fff;
  box-sizing: border-box;
  background: #343b45 url(/wp-content/themes/amsi/themes/custom/dmliefer/images/services-bg.png) center center no-repeat;
  padding: 200px 0 205px;
  background-size: cover;
}
.about-services h2 {
  margin: 0 auto 63px;
  max-width: 1170px;
  font-weight: bold;
  font-size: 35px;
  line-height: 41px;
}
.about-services .content {
  margin: 0 auto;
  max-width: 1170px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.about-services .content div {
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  width: 29.74%;
  box-sizing: border-box;
  padding-left: 48px;
  margin: 0 30px 30px 0;
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/serv-1.svg) left top no-repeat;
}
.about-services .content div.serv-2 {
  background-image: url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/serv-2.svg);
}
.about-services .content div.serv-3 {
  background-image: url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/serv-3.svg);
}
.about-services .content div.serv-4 {
  background-image: url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/serv-4.svg);
}
.about-services .content div.serv-5 {
  background-image: url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/serv-5.svg);
}
.about-services .content div.serv-6 {
  background-image: url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/serv-6.svg);
}
.about-take-care {
  max-width: 1170px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 100px 0;
}
.about-take-care h2 {
  font-weight: bold;
  font-size: 35px;
  line-height: 41px;
  margin-bottom: 50px;
}
.about-take-care .content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-take-care .content div {
  width: 31.62%;
  margin-bottom: 40px;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
}
.about-take-care .content div strong {
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  color: #ED1C24;
  margin-bottom: 20px;
  display: block;
  box-sizing: border-box;
  padding-left: 34px;
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/care-1.svg) left 4px no-repeat;
}
.about-take-care .content div.care-2 strong {
  background-image: url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/care-2.svg);
}
.about-take-care .content div.care-3 strong {
  background-image: url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/care-3.svg);
}
.about-take-care .content div.care-4 strong {
  background-image: url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/care-4.svg);
}
.about-take-care .content div.care-5 strong {
  background-image: url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/care-5.svg);
}
.about-take-care .content div.care-6 strong {
  background-image: url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/care-6.svg);
}
.about-bottom {
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/images/quote_bg.jpg) center top no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 70px 0 80px;
}
.about-bottom blockquote {
  max-width: 800px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 20px;
  line-height: 31px;
  text-align: center;
  color: #8F99A2;
}
.about-bottom blockquote:before {
  content: "";
  display: block;
  width: 100%;
  height: 18px;
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/qoute.svg) center center no-repeat;
  margin: 0 0 20px;
}
.view.view-display-id-brands_page {
  max-width: 1170px;
  margin: 0 auto;
}
.view.view-display-id-brands_page .view-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px 30px;
}
.view.view-display-id-brands_page .view-content .views-row .views-field-field-brandlogo {
  height: 179px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background: #EAEAEA;
}
.view.view-display-id-brands_page .view-content .views-row .views-field-field-brandlogo a, .view.view-display-id-brands_page .view-content .views-row .views-field-field-brandlogo img {
  display: block;
}
.view.view-display-id-brands_page .view-content .views-row .views-field-title .img-wrapper {
  height: 179px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background: #EAEAEA;
}
.view.view-display-id-brands_page .view-content .views-row .views-field-title .img-wrapper img {
  display: block;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.view.view-display-id-brands_page .view-content .views-row .views-field-title a {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #343b45;
}
.view.view-display-id-brands_page .view-content .views-row .views-field-title a:hover {
  color: #ED1C24;
}
.view.view-display-id-brands_page .view-content .views-row .views-field-title a:hover img {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
.view.view-display-id-brands_page nav {
  margin: 70px 0;
}
.view.view-display-id-brands_page nav a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #ED1C24;
  display: inline-block;
  position: relative;
}
.view.view-display-id-brands_page nav a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 2px;
  left: 0;
  background: #ED1C24;
}
.view.view-display-id-brands_page nav a:hover {
  color: #d24a43;
}
.view.view-display-id-brands_page nav a:hover:after {
  background: #d24a43;
}
.view.view-display-id-news_page {
  max-width: 1170px;
  margin: 0 auto;
}
.view.view-display-id-news_page .view-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px 30px;
}
.view.view-display-id-news_page .view-content .views-row.first-news {
  grid-column: span 4;
  grid-row: span 2;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
}
.view.view-display-id-news_page .view-content .views-row.first-news .image {
  margin-right: 46px;
}
.view.view-display-id-news_page .view-content .views-row.first-news .image .first {
  display: block;
}
.view.view-display-id-news_page .view-content .views-row.first-news .image .first img {
  width: 100% !important;
  height: auto !important;
  max-width: 700px;
}
.view.view-display-id-news_page .view-content .views-row.first-news .image .second {
  display: none;
}
.view.view-display-id-news_page .view-content .views-row.first-news .text {
  width: 50%;
}
.view.view-display-id-news_page .view-content .views-row.first-news .text .date {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #8F99A2;
}
.view.view-display-id-news_page .view-content .views-row.first-news .text h2 {
  margin: 10px 0 20px;
  font-weight: bold;
  font-size: 25px;
  line-height: 29px;
  max-width: 100%;
}
.view.view-display-id-news_page .view-content .views-row.first-news .text .body {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  max-width: 100%;
  margin-bottom: 30px;
}
.view.view-display-id-news_page .view-content .views-row.first-news .text .link {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  box-sizing: border-box;
  padding-right: 18px;
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/link_arrow.svg) right center no-repeat;
}
.view.view-display-id-news_page .view-content .views-row .image .first {
  display: none;
}
.view.view-display-id-news_page .view-content .views-row .image .second img {
  width: 100% !important;
  height: auto !important;
  max-width: 270px;
}
.view.view-display-id-news_page .view-content .views-row .text h2 {
  max-width: 270px;
  margin: 0 0 14px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
.view.view-display-id-news_page .view-content .views-row .text h2 a {
  color: #343b45;
}
.view.view-display-id-news_page .view-content .views-row .text h2 a:hover {
  color: #ED1C24;
}
.view.view-display-id-news_page .view-content .views-row .text .date {
  max-width: 270px;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #8F99A2;
  margin: 0 0 10px;
}
.view.view-display-id-news_page .view-content .views-row .text .body {
  max-width: 270px;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}
.view.view-display-id-news_page .view-content .views-row .text .link {
  display: none;
}
.view.view-display-id-news_page .view-content .views-row .views-field-field-image-1 {
  display: none;
}
.view.view-display-id-news_page .view-content .views-row .views-field-created {
  max-width: 270px;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #8F99A2;
  margin: 0 0 10px;
}
.view.view-display-id-news_page .view-content .views-row .views-field-title {
  max-width: 270px;
  margin: 0 0 14px;
  line-height: 19px;
}
.view.view-display-id-news_page .view-content .views-row .views-field-title a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #343b45;
}
.view.view-display-id-news_page .view-content .views-row .views-field-title a:hover {
  color: #ED1C24;
}
.view.view-display-id-news_page .view-content .views-row .views-field-body {
  max-width: 270px;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}
nav.pager {
  margin: 70px auto;
  max-width: 1170px;
}
nav.pager .pager__items {
  display: flex;
  justify-content: center;
}
nav.pager .pager__items .pager__item {
  padding: 0;
  display: inline-block;
}
nav.pager .pager__items .pager__item a {
  display: flex;
  align-items: center;
  width: 25px;
  height: 25px;
  justify-content: center;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  background-color: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.4);
}
nav.pager .pager__items .pager__item.is-active a {
  background: #ED1C24;
  color: #fff;
}
nav.pager .pager__items .pager__item.pager__item--first, nav.pager .pager__items .pager__item.pager__item--last {
  display: none;
}
nav.pager .pager__items .pager__item.pager__item--previous {
  margin-right: 30px;
}
nav.pager .pager__items .pager__item.pager__item--previous a {
  font-size: 0;
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/slider-prev.svg) center center no-repeat;
}
nav.pager .pager__items .pager__item.pager__item--next {
  margin-left: 30px;
}
nav.pager .pager__items .pager__item.pager__item--next a {
  font-size: 0;
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/slider-next.svg) center center no-repeat;
}
.node-type-article.node--view-mode-full .field--name-field-image {
  margin-bottom: 30px;
}
.node-type-article.node--view-mode-full .field--name-field-brand-link {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
}
.node-type-article.node--view-mode-full .field--name-field-brand-link .field__label {
  font-weight: bold;
  letter-spacing: 0.634921px;
  margin-right: 10px;
}
.node-type-article.node--view-mode-full .field--name-field-catalog {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
}
.node-type-article.node--view-mode-full .field--name-field-catalog .field__label {
  font-weight: bold;
  letter-spacing: 0.634921px;
  margin-right: 10px;
}
.node-type-article.node--view-mode-full .field--name-body {
  margin: 40px 0 20px;
}
#block-views-block-news-2, #block-views-block-news-block-3 {
  padding: 70px 0;
  box-sizing: border-box;
}
#block-views-block-news-2 h2, #block-views-block-news-block-3 h2 {
  max-width: 1170px;
  margin: 0 auto 10px;
  font-weight: bold;
  font-size: 30px;
  line-height: 46px;
}
#block-views-block-news-2 .view-content, #block-views-block-news-block-3 .view-content {
  position: relative;
  padding-top: 20px;
}
#block-views-block-news-2 .view-content .owl-stage-outer, #block-views-block-news-block-3 .view-content .owl-stage-outer {
  width: 1170px;
  margin: 0 auto;
}
#block-views-block-news-2 .view-content .owl-dots, #block-views-block-news-block-3 .view-content .owl-dots {
  display: none;
}
#block-views-block-news-2 .view-content .owl-item, #block-views-block-news-block-3 .view-content .owl-item {
  box-sizing: border-box;
}
#block-views-block-news-2 .view-content .owl-item .views-field-field-image, #block-views-block-news-block-3 .view-content .owl-item .views-field-field-image {
  margin: 0 0 10px;
}
#block-views-block-news-2 .view-content .owl-item .views-field-field-image img, #block-views-block-news-block-3 .view-content .owl-item .views-field-field-image img {
  display: block;
  width: 100% !important;
  height: auto !important;
}
#block-views-block-news-2 .view-content .owl-item .views-field-field-image a, #block-views-block-news-block-3 .view-content .owl-item .views-field-field-image a {
  display: block;
}
#block-views-block-news-2 .view-content .owl-item .views-field-created, #block-views-block-news-block-3 .view-content .owl-item .views-field-created {
  max-width: 270px;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #8F99A2;
  margin: 0 0 10px;
}
#block-views-block-news-2 .view-content .owl-item .views-field-title, #block-views-block-news-block-3 .view-content .owl-item .views-field-title {
  max-width: 270px;
  margin: 0 0 14px;
  line-height: 19px;
}
#block-views-block-news-2 .view-content .owl-item .views-field-title a, #block-views-block-news-block-3 .view-content .owl-item .views-field-title a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #343b45;
}
#block-views-block-news-2 .view-content .owl-item .views-field-body, #block-views-block-news-block-3 .view-content .owl-item .views-field-body {
  max-width: 270px;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}
#block-views-block-news-2 .view-content .owl-nav, #block-views-block-news-block-3 .view-content .owl-nav {
  position: absolute;
  width: 1314px;
  top: 0;
  left: 50%;
  margin: 0 0 0 -657px;
}
#block-views-block-news-2 .view-content .owl-nav .owl-prev, #block-views-block-news-block-3 .view-content .owl-nav .owl-prev {
  position: absolute;
  opacity: 1;
  top: 88px;
  left: 0;
  margin: 0;
  padding: 0;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  width: 42px;
  height: 42px;
  background: #d8d8d8 url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/slider-prev-white.svg) center center no-repeat;
  font-size: 0;
}
#block-views-block-news-2 .view-content .owl-nav .owl-prev:hover, #block-views-block-news-block-3 .view-content .owl-nav .owl-prev:hover {
  background-color: #ED1C24;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#block-views-block-news-2 .view-content .owl-nav .owl-next, #block-views-block-news-block-3 .view-content .owl-nav .owl-next {
  opacity: 1;
  position: absolute;
  top: 68px;
  right: 0;
  margin: 0;
  padding: 0;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  width: 42px;
  height: 42px;
  background: #d8d8d8 url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/slider-next-white.svg) center center no-repeat;
  font-size: 0;
}
#block-views-block-news-2 .view-content .owl-nav .owl-next:hover, #block-views-block-news-block-3 .view-content .owl-nav .owl-next:hover {
  background-color: #ED1C24;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.breadcrumb {
  padding-bottom: 0;
}
.breadcrumb li {
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.555556px;
}
.breadcrumbs__devider:before {
  content: "/";
  color: #ED1C24;
}
.contacts {
  box-sizing: border-box;
}
.contacts h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 24px;
  margin: 0 0 20px;
  box-sizing: border-box;
  padding-left: 31px;
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/map-pin.svg) left center no-repeat;
}
.contacts p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  margin: 14px 0;
  box-sizing: border-box;
  padding-left: 31px;
}
.contacts .gray {
  padding: 30px 0 40px;
  margin: 0 auto;
  max-width: 1170px;
}
.contacts .gray .content {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
}
.contacts .gray .content .right .social a {
  display: inline-block;
  width: 18px;
  height: 18px;
  font-size: 0;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  margin: 0 20px 0 0;
}
.contacts .gray .content .right .social a.fb {
  background-image: url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/fb_icon_small.svg);
}
.contacts .gray .content .right .social a.vk {
  background-image: url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/vk_icon_small.svg);
}
.contacts .gray .content .right .social a.inst {
  background-image: url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/ins_icon_small.svg);
}
.contacts .gray .content .right .social a.you {
  background-image: url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/ink_icon_small.svg);
}
.contacts .gray .content .right .social a:hover.fb {
  background-image: url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/fb_icon_small_h.svg);
}
.contacts .gray .content .right .social a:hover.vk {
  background-image: url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/vk_icon_small_h.svg);
}
.contacts .gray .content .right .social a:hover.inst {
  background-image: url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/ins_icon_small_h.svg);
}
.contacts .gray .content .right .social a:hover.you {
  background-image: url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/ink_icon_small_h.svg);
}
.contacts .white {
  padding: 40px 0 70px;
  box-sizing: border-box;
  background: #fff;
}
.contacts .white > div {
  margin: 0 auto;
  max-width: 1170px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.contacts .white > div div {
  width: 50%;
}
#block-contacts-maps .contact-maps {
  position: relative;
}
#block-contacts-maps .contact-maps .buttons {
  width: 412px;
  height: 50px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  position: absolute;
  top: 60px;
  left: 50%;
  margin: 0 0 0 -206px;
  border: 2px solid #ED1C24;
  box-shadow: 0px 10px 30px rgba(0, 159, 100, 0.2);
  box-sizing: border-box;
  z-index: 10;
}
#block-contacts-maps .contact-maps .buttons a {
  width: 33.3%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 2px solid #ED1C24;
  background: #fff;
  cursor: pointer;
  position: relative;
}
#block-contacts-maps .contact-maps .buttons a:last-child {
  border-right: 0 none;
}
#block-contacts-maps .contact-maps .buttons a:hover:after {
  content: "";
  display: block;
  background: rgba(0, 158, 100, 0.1);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
#block-contacts-maps .contact-maps .buttons a.active {
  color: #fff;
  background: #ED1C24;
}
#block-contacts-maps .contact-maps .maps .container-map-2, #block-contacts-maps .contact-maps .maps .container-map-3 {
  display: none;
}
.node-type-page.node-nid-18 {
  background: #F4F5F7;
  overflow: hidden;
}
.node-type-page .region-content {
  max-width: 1170px;
  margin: 0 auto;
}
.node-type-page.node-type-page-full-width .region-content {
  max-width: 100%;
}
.page-without-full-width .layout-content {
  max-width: 1170px;
  margin: 0 auto;
}
.layout-content-with-sidebar {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
}
.layout-content-with-sidebar .sidebar {
  min-width: 300px;
  box-sizing: border-box;
  padding-right: 20px;
}
.region-messages {
  max-width: 1170px;
  margin: 10px auto;
}
.region-messages #block-dmliefer-local-tasks {
  max-width: 1170px;
  margin: 20px auto;
}
.region-messages .messages {
  max-width: 1170px;
  margin: 20px auto;
}
.main-content.category-page > .page-top {
  background-color: #343b45;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  color: #fff;
  min-height: 320px;
  position: relative;
}
.main-content.category-page > .page-top .title-term-logo {
  position: absolute;
  left: 62%;
  top: -30px;
  bottom: -80px;
  width: 300px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-content.category-page > .page-top a {
  color: #fff;
}
.main-content.category-page > .page-top h1 {
  margin: 0;
}
.main-content.category-page > .page-top .breadcrumb a {
  color: #ED1C24;
}
.main-content.category-page .layout-content-with-sidebar {
  max-width: 1170px;
  margin: 60px auto 0;
}
.view.view-catalog.view-display-id-page_2 {
  max-width: 1170px;
  margin: 0 auto;
}
#block-katalog h2 {
  display: none;
}
#block-katalog > .menu {
  margin: 0;
}
#block-katalog > .menu > li {
  margin: 0 0 30px;
  padding: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  list-style: none;
}
#block-katalog > .menu > li a {
  color: #343b45;
}
#block-katalog > .menu > li .menu {
  margin: 30px 0 0;
}
#block-katalog > .menu > li .menu li {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 25px;
  list-style: none;
  padding: 0 0 0 25px;
  position: relative;
}
#block-katalog > .menu > li .menu li a {
  color: #4a4a4a;
}
#block-katalog > .menu > li .menu li a.is-active {
  color: #ED1C24;
}
#block-katalog > .menu > li .menu li span {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid #dedede;
  box-sizing: border-box;
}
#block-katalog > .menu > li .menu li span.active {
  background: #ED1C24 url(/wp-content/themes/amsi/themes/custom/dmliefer/images/galka.png) center center no-repeat;
  border-color: #ED1C24;
}
.view-taxonomy-term.view-id-taxonomy_term.view-display-id-page_1 .view-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px 30px;
}
.view-taxonomy-term.view-id-taxonomy_term.view-display-id-page_1 .view-content .show-more {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  grid-column-end: span 3;
}
.view-taxonomy-term.view-id-taxonomy_term.view-display-id-page_1 .view-content .show-more a {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.view-taxonomy-term.view-id-taxonomy_term.view-display-id-page_1 .view-content .show-more a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background: #ED1C24;
  bottom: -10px;
  left: 0;
  right: 0;
  box-sizing: border-box;
}
.view-taxonomy-term.view-id-taxonomy_term.view-display-id-page_1 .view-content .show-more a:hover:after {
  display: none;
}
.view-taxonomy-term.view-id-taxonomy_term.view-display-id-page_1 .view-content .show-more.hide, .view-taxonomy-term.view-id-taxonomy_term.view-display-id-page_1 .view-content .show-more.filter-hide {
  display: none;
}
.view-taxonomy-term.view-id-taxonomy_term.view-display-id-page_1 .view-content .views-row.term-not-main {
  display: none;
}
.view-taxonomy-term.view-id-taxonomy_term.view-display-id-page_1 .view-content .views-row.term-not-main.fitler-show {
  display: block;
}
.view-taxonomy-term.view-id-taxonomy_term.view-display-id-page_1 .views-field-title .img-wrapper {
  height: 179px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background: #EAEAEA;
}
.view-taxonomy-term.view-id-taxonomy_term.view-display-id-page_1 .views-field-title .img-wrapper img {
  display: block;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.view-taxonomy-term.view-id-taxonomy_term.view-display-id-page_1 .views-field-title a {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #343b45;
}
.view-taxonomy-term.view-id-taxonomy_term.view-display-id-page_1 .views-field-title a:hover {
  color: #ED1C24;
}
.view-taxonomy-term.view-id-taxonomy_term.view-display-id-page_1 .views-field-title a:hover img {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
.main-content.node-type-brand .brand-title-wrapper {
  padding-bottom: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  margin: 20px 0 0;
}
.main-content.node-type-brand .brand-title-wrapper .logo {
  width: 34.15%;
}
.main-content.node-type-brand .brand-title-wrapper .logo img {
  max-width: 240px;
}
.main-content.node-type-brand .brand-title-wrapper h1 {
  margin: 0 0 10px;
}
.main-content.node-type-brand .brand-title-wrapper p {
  margin: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 120%;
}
.main-content.node-type-brand .page-top {
  background: #f4f5f7;
}
.main-content.node-type-brand .layout-content {
  max-width: 1170px;
  margin: 0 auto;
}
.node-page-full-page .field--name-body ul.list-none {
  margin: 30px 0 10px;
  padding: 0;
  list-style-position: inside;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.node-page-full-page .field--name-body ul.list-none li {
  list-style: none;
  padding: 0 0 0 28px;
  position: relative;
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  max-width: 342px;
}
.node-page-full-page .field--name-body ul.list-none li a {
  color: #343b45;
}
.node-page-full-page .field--name-body ul.list-none li a:hover {
  color: #ED1C24;
}
.node-page-full-page .field--name-body ul.list-none li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -4px 0 0;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  background: #ED1C24;
}
.node-page-full-page .field--name-body h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  margin: 80px 0 30px;
}
.list-wrapper {
  max-width: 1170px;
  margin: 0 auto;
}
.node-brand-full-page .paragraph--type--brend-about-company {
  margin: 0 0 90px;
}
.node-brand-full-page .paragraph--type--brend-about-company .right {
  width: 51.28%;
  box-sizing: border-box;
  padding: 0 0 20px 5.5%;
  float: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.node-brand-full-page .paragraph--type--brend-about-company .right .field--name-field-brand-photo {
  box-sizing: border-box;
  padding: 0;
  margin-bottom: 20px;
}
.node-brand-full-page .paragraph--type--brend-about-company .right .field--name-field-brand-photo img {
  max-width: 535px;
  width: 100% !important;
  height: auto !important;
}
.node-brand-full-page .paragraph--type--brend-about-company .right .garanty {
  max-width: 535px;
  box-sizing: border-box;
  padding: 40px;
  margin: 0 0 20px;
  background: #F7F7F7;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.node-brand-full-page .paragraph--type--brend-about-company .right .field--name-field-brand-garamty-doc {
  height: auto !important;
  box-sizing: border-box;
  padding: 20px;
}
.node-brand-full-page .paragraph--type--brend-about-company .right .field--name-field-brand-garamty-doc a {
  display: block;
  text-align: center;
}
.node-brand-full-page .paragraph--type--brend-about-company .right .field--name-field-brand-garamty-doc img {
  box-shadow: 0px 5px 10px rgba(56, 87, 123, 0.18);
}
.node-brand-full-page .paragraph--type--brend-about-company .right .field--name-field-brend-garanty-doc-te {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  margin: 40px 0 0;
}
.node-brand-full-page .paragraph--type--brend-about-company .content .field--name-field-brand-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 20px;
}
.node-brand-full-page .paragraph--type--brend-about-company .content .field--name-field-brand-about-body {
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 40px;
  max-width: 770px;
}
.node-brand-full-page .paragraph--type--brend-about-company .content .field--name-field-brand-about-body p {
  margin: 0 0 18px;
}
.node-brand-full-page .paragraph--type--brend-about-company .content .field--name-field-brand-about-body img {
  max-width: 65%;
}
.node-brand-full-page .paragraph--type--brend-about-company .content .field--name-field-brand-about-body iframe {
  max-width: 65%;
}
.node-brand-full-page .paragraph--type--brend-about-company .content .field--name-field-brand-booklet {
  max-width: 770px;
}
.node-brand-full-page .paragraph--type--brend-about-company .content .field--name-field-brand-booklet .field__label {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 20px;
}
.node-brand-full-page .paragraph--type--brend-about-company .content .field--name-field-brand-booklet .field__item table thead {
  display: none;
}
.node-brand-full-page .paragraph--type--brend-about-company .content .field--name-field-brand-booklet .field__item table tbody span.file--application-pdf {
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/pdf_icon.svg) left center no-repeat;
  padding-left: 26px;
}
.node-brand-full-page .paragraph--type--brend-about-company .content .field--name-field-brand-booklet .field__item table tbody tr td:last-child {
  display: none;
}
.node-brand-full-page .paragraph--type--brend-about-garanty {
  margin: 0 0 90px;
}
.node-brand-full-page .paragraph--type--brend-about-garanty .field--name-field-brand-garamty-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  margin: 0 0 40px;
  max-width: 770px;
}
.node-brand-full-page .paragraph--type--brend-about-garanty .paragraph-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.node-brand-full-page .paragraph--type--brend-about-garanty .paragraph-content .left {
  width: 26.49%;
  box-sizing: border-box;
  padding-right: 5.98%;
}
.node-brand-full-page .paragraph--type--brend-about-garanty .paragraph-content .left .field--name-field-brand-garamty-doc {
  max-width: 240px;
  width: 100% !important;
  height: auto !important;
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #EEEEEE;
}
.node-brand-full-page .paragraph--type--brend-about-garanty .paragraph-content .left .field--name-field-brand-garamty-doc a {
  display: block;
}
.node-brand-full-page .paragraph--type--brend-about-garanty .paragraph-content .left .field--name-field-brand-garamty-doc img {
  box-shadow: 0px 5px 10px rgba(56, 87, 123, 0.18);
}
.node-brand-full-page .paragraph--type--brend-about-garanty .paragraph-content .right {
  width: 73.51%;
}
.node-brand-full-page .paragraph--type--brend-about-garanty .paragraph-content .right .field--name-field-brand-garanty-body {
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
}
.node-brand-full-page .paragraph--type--brend-about-garanty .paragraph-content .right .field--name-field-brand-garanty-body p {
  margin: 0 0 18px;
}
.node-brand-full-page .paragraph--type--brend-about-garanty .paragraph-content .right .field--name-field-brand-garanty-body h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  margin: 40px 0 20px;
}
.node-brand-full-page .paragraph--type--brend-about-garanty .paragraph-content .right .field--name-field-brand-garanty-body ol {
  margin: 20px 0;
  counter-reset: listCounter;
}
.node-brand-full-page .paragraph--type--brend-about-garanty .paragraph-content .right .field--name-field-brand-garanty-body ol li {
  list-style: none;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  box-sizing: border-box;
  padding: 0 0 0 20px;
}
.node-brand-full-page .paragraph--type--brend-about-garanty .paragraph-content .right .field--name-field-brand-garanty-body ol li:before {
  display: block;
  counter-increment: listCounter;
  content: counter(listCounter) ".";
  width: 18px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  color: #ED1C24;
}
.node-brand-full-page .paragraph--type--brend-about-text {
  max-width: 770px;
  margin: 30px 0 60px;
}
.node-brand-full-page .paragraph--type--brend-about-text .field--name-field-brand-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  color: #2A2627;
  margin: 0 0 30px;
}
.node-brand-full-page .paragraph--type--brend-about-text .field--name-field-brand-about-body {
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 20px;
}
.node-brand-full-page .paragraph--type--brend-about-text .field--name-field-brand-about-body iframe {
  margin: 40px 0 20px !important;
}
.node-brand-full-page .paragraph--type--brend-about-menu {
  margin: 0 0 60px;
}
.node-brand-full-page .paragraph--type--brend-about-menu .field--name-field-brand-about-body ul {
  margin: 40px 0 10px;
  padding: 0;
  list-style-position: inside;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.node-brand-full-page .paragraph--type--brend-about-menu .field--name-field-brand-about-body ul li {
  list-style: none;
  padding: 0 0 0 28px;
  position: relative;
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  max-width: 342px;
}
.node-brand-full-page .paragraph--type--brend-about-menu .field--name-field-brand-about-body ul li a {
  color: #343b45;
}
.node-brand-full-page .paragraph--type--brend-about-menu .field--name-field-brand-about-body ul li a:hover {
  color: #ED1C24;
}
.node-brand-full-page .paragraph--type--brend-about-menu .field--name-field-brand-about-body ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -4px 0 0;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  background: #ED1C24;
}
.node-brand-full-page .field--name-body .field__label {
  font-size: 30px;
  color: gray;
  cursor: pointer;
}
.node-brand-full-page .field--name-body .field__item {
  display: none;
}
.node-brand-full-page .paragraph .field--type-text-long ul, .node-brand-full-page .paragraph .text-formatted ul {
  margin: 10px 0;
}
.node-brand-full-page .paragraph .field--type-text-long ul li, .node-brand-full-page .paragraph .text-formatted ul li {
  list-style: none;
  margin: 0 0 5px;
  position: relative;
  padding: 0 0 0 18px;
}
.node-brand-full-page .paragraph .field--type-text-long ul li:before, .node-brand-full-page .paragraph .text-formatted ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  top: 8px;
  left: 0;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  position: absolute;
  background: #ED1C24;
}
.node-product-full-page .content {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
.node-product-full-page .left {
  flex: 0 1 54.27%;
  max-width: 635px;
  margin-right: 5.12%;
}
.node-product-full-page .left .field--name-field-product-images {
  max-width: 635px;
  box-sizing: border-box;
  padding: 0;
  margin-bottom: 40px;
}
.node-product-full-page .left .field--name-field-product-images .field__item {
  padding: 0;
}
.node-product-full-page .left .field--name-field-product-images .field__item .flexslider {
  border: 0 none;
  margin: 0;
}
.node-product-full-page .left .field--name-field-product-images .field__item .flexslider .slides {
  margin-bottom: 40px;
  padding: 38px 9% 19px;
}
.node-product-full-page .left .field--name-field-product-images .field__item .flexslider .slides img {
  width: inherit;
  margin: 0 auto;
}
.node-product-full-page .left .field--name-field-product-images .flex-control-nav {
  bottom: auto;
  margin: 0;
}
.node-product-full-page .left .field--name-field-product-images .flex-control-thumbs li {
  width: auto;
}
.node-product-full-page .left .field--name-field-product-images .owl-carousel.owl-loaded {
  padding: 0 18px;
  box-sizing: border-box;
}
.node-product-full-page .left .field--name-field-product-images .owl-carousel.owl-loaded .owl-item {
  max-width: 135px;
  min-width: 135px;
}
.node-product-full-page .left .field--name-field-product-images .owl-nav {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.node-product-full-page .left .field--name-field-product-images .owl-nav .owl-prev {
  position: absolute;
  opacity: 1;
  top: 24px;
  left: 0;
  margin: 0;
  padding: 0;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  width: 42px;
  height: 42px;
  background: #d8d8d8 url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/slider-prev-white.svg) center center no-repeat;
  font-size: 0;
}
.node-product-full-page .left .field--name-field-product-images .owl-nav .owl-prev:hover {
  background-color: #ED1C24;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.node-product-full-page .left .field--name-field-product-images .owl-nav .owl-next {
  opacity: 1;
  position: absolute;
  top: 24px;
  right: 0;
  margin: 0;
  padding: 0;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  width: 42px;
  height: 42px;
  background: #d8d8d8 url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/slider-next-white.svg) center center no-repeat;
  font-size: 0;
}
.node-product-full-page .left .field--name-field-product-images .owl-nav .owl-next:hover {
  background-color: #ED1C24;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.node-product-full-page .right {
  flex: 0 1 40.17%;
}
.node-product-full-page .right .field--name-field-product-title {
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 29px;
  margin: 0 0 39px;
}
.node-product-full-page .field--name-field-product-params {
  margin: 60px 0;
}
.node-product-full-page .field--name-field-product-params table {
  width: 100%;
}
.node-product-full-page .field--name-field-product-params table thead {
  background: #343b45;
}
.node-product-full-page .field--name-field-product-params table thead tr th {
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.634921px;
  padding: 10px 20px;
  text-align: left;
}
.node-product-full-page .field--name-field-product-params table tbody tr td {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 20px;
}
.node-product-full-page .field--name-field-product-params table tbody tr:nth-child(even) td {
  background: #F4F5F7;
}
.node-product-full-page .field--name-field-product-price {
  font-weight: bold;
  font-size: 25px;
  line-height: 29px;
  margin: 0 0 30px;
}
.node-product-full-page .actions {
  margin: 0 0 30px;
}
.node-product-full-page .actions .button {
  display: block;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 15px;
  background: #ED1C24;
  color: #fff;
}
.node-product-full-page .actions .button:hover {
  background: #d24a43;
}
.node-product-full-page .field--name-body, .node-product-full-page .field--name-field-product-details, .node-product-full-page .field--name-field-product-dop-desc {
  margin: 0 0 30px;
}
.node-product-full-page .field--name-body .field__label, .node-product-full-page .field--name-field-product-details .field__label, .node-product-full-page .field--name-field-product-dop-desc .field__label {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  margin: 0 0 10px;
  display: block;
}
.node-product-full-page .field--name-body .field__item, .node-product-full-page .field--name-field-product-details .field__item, .node-product-full-page .field--name-field-product-dop-desc .field__item {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
}
.node-product-full-page .field--name-body .field__item img, .node-product-full-page .field--name-field-product-details .field__item img, .node-product-full-page .field--name-field-product-dop-desc .field__item img {
  max-width: 460px;
  width: 100% !important;
}
.node-product-full-page .field--name-body .field__item iframe, .node-product-full-page .field--name-field-product-details .field__item iframe, .node-product-full-page .field--name-field-product-dop-desc .field__item iframe {
  width: 100% !important;
}
.node-product-full-page .field--name-body .field__item ul, .node-product-full-page .field--name-field-product-details .field__item ul, .node-product-full-page .field--name-field-product-dop-desc .field__item ul {
  margin: 0 0 10px;
  padding: 0;
}
.node-product-full-page .field--name-body .field__item ul li, .node-product-full-page .field--name-field-product-details .field__item ul li, .node-product-full-page .field--name-field-product-dop-desc .field__item ul li {
  list-style: none;
  margin: 0;
  position: relative;
  padding: 0 0 0 18px;
}
.node-product-full-page .field--name-body .field__item ul li:before, .node-product-full-page .field--name-field-product-details .field__item ul li:before, .node-product-full-page .field--name-field-product-dop-desc .field__item ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  top: 8px;
  left: 0;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  position: absolute;
  background: #ED1C24;
}
.node-product-full-page .field--name-field-product-booklets .field__label {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  margin: 0 0 20px;
  display: block;
}
.node-product-full-page .field--name-field-product-booklets .field__item {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
}
.node-product-full-page .field--name-field-product-booklets .field__item table thead {
  display: none;
}
.node-product-full-page .field--name-field-product-booklets .field__item table tbody span.file--application-pdf {
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/pdf_icon.svg) left center no-repeat;
  padding-left: 26px;
  display: block;
  margin: 0 0 20px;
}
.node-product-full-page .field--name-field-product-booklets .field__item table tbody tr td:last-child {
  display: none;
}
.node-product-full-page .field--name-field-product-model .field__label {
  font-weight: bold;
  font-size: 18px;
  display: block;
}
.node-product-full-page .field--name-field-brend {
  margin: 0 0 20px;
}
.node-product-full-page .field--name-field-brend .content {
  margin: 35px 0 0;
}
.node-product-full-page .field--name-field-brend .content b {
  font-weight: bold;
  font-size: 18px;
  display: block;
}
.node-brend-category-full-page h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  margin: 30px 0;
}
.node-brend-category-full-page .field--name-body {
  max-width: 670px;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
}
.node-brend-category-full-page .field--name-body p {
  margin: 0 0 20px;
}
.node-brend-category-full-page .paragraph--type--block-brand-category {
  margin: 50px 0;
}
.node-brend-category-full-page .paragraph--type--block-brand-category .field--name-field-brand-title {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 40px;
}
.node-brend-category-full-page .field--name-field-brand-booklet .field__label {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  margin: 0 0 20px;
  display: block;
}
.node-brend-category-full-page .field--name-field-brand-booklet .field__item {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
}
.node-brend-category-full-page .field--name-field-brand-booklet .field__item table thead {
  display: none;
}
.node-brend-category-full-page .field--name-field-brand-booklet .field__item table tbody span.file--application-pdf {
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/pdf_icon.svg) left center no-repeat;
  padding-left: 26px;
  display: block;
  margin: 0 0 20px;
}
.node-brend-category-full-page .field--name-field-brand-booklet .field__item table tbody tr td:last-child {
  display: none;
}
.node-brend-category-full-page .paragraph--type--brend-category {
  margin: 0 0 40px;
}
.node-brend-category-full-page .paragraph--type--brend-category .field--name-field-brand-category-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 30px;
}
.node-brend-category-full-page .paragraph--type--brend-category .field--name-field-brand-category-products {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  position: relative;
  margin-bottom: 40px;
}
.node-brend-category-full-page .paragraph--type--brend-category .field--name-field-brand-category-products .owl-carousel .owl-stage-outer {
  margin: 0 0 0 -15px;
  padding: 0 0 10px 15px;
  overflow-y: visible;
}
.node-brend-category-full-page .paragraph--type--brend-category .field--name-field-brand-category-products > .field__item {
  margin: 0 17px 0 0;
}
.node-brend-category-full-page .paragraph--type--brend-category .field--name-field-brand-category-products > .field__item article, .node-brend-category-full-page .paragraph--type--brend-category .field--name-field-brand-category-products .owl-item .field__item article {
  -webkit-transition: all 0.5s linear 0;
  transition: all 0.5s linear 0;
  box-shadow: 0px 0 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
  -webkit-transition: all 0.3s linear 0.1s;
  transition: all 0.3s linear 0.1s;
  transform: scale(0.975);
}
.node-brend-category-full-page .paragraph--type--brend-category .field--name-field-brand-category-products > .field__item a, .node-brend-category-full-page .paragraph--type--brend-category .field--name-field-brand-category-products .owl-item .field__item a {
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s linear 0.1s;
  transition: all 0.3s linear 0.1s;
  width: 240px;
}
.node-brend-category-full-page .paragraph--type--brend-category .field--name-field-brand-category-products > .field__item .image-wrapper a, .node-brend-category-full-page .paragraph--type--brend-category .field--name-field-brand-category-products .owl-item .field__item .image-wrapper a {
  position: relative;
  width: 240px;
  height: 176px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.node-brend-category-full-page .paragraph--type--brend-category .field--name-field-brand-category-products > .field__item img, .node-brend-category-full-page .paragraph--type--brend-category .field--name-field-brand-category-products .owl-item .field__item img {
  display: block;
  max-width: 240px;
  margin: 0 auto;
  width: auto;
  -webkit-transition: all 0.5s linear 0;
  transition: all 0.5s linear 0;
}
.node-brend-category-full-page .paragraph--type--brend-category .field--name-field-brand-category-products > .field__item h4, .node-brend-category-full-page .paragraph--type--brend-category .field--name-field-brand-category-products .owl-item .field__item h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  max-width: 240px;
}
.node-brend-category-full-page .paragraph--type--brend-category .field--name-field-brand-category-products > .field__item h4 a, .node-brend-category-full-page .paragraph--type--brend-category .field--name-field-brand-category-products .owl-item .field__item h4 a {
  display: flex;
  align-items: center;
  padding: 0;
  color: #343b45;
  height: 100px;
  text-align: center;
}
.node-brend-category-full-page .paragraph--type--brend-category .field--name-field-brand-category-products > .field__item h4 a span, .node-brend-category-full-page .paragraph--type--brend-category .field--name-field-brand-category-products .owl-item .field__item h4 a span {
  display: block;
  box-sizing: border-box;
  max-height: 60px;
  overflow: hidden;
  padding: 0 15px;
  width: 100%;
}
.node-brend-category-full-page .paragraph--type--brend-category .field--name-field-brand-category-products > .field__item:hover article, .node-brend-category-full-page .paragraph--type--brend-category .field--name-field-brand-category-products .owl-item .field__item:hover article {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #ED1C24;
  transform: scale(1);
}
.node-brend-category-full-page .paragraph--type--brend-category .field--name-field-brand-category-products > .field__item:hover .image-wrapper a:after, .node-brend-category-full-page .paragraph--type--brend-category .field--name-field-brand-category-products .owl-item .field__item:hover .image-wrapper a:after, .node-brend-category-full-page .paragraph--type--brend-category .field--name-field-brand-category-products > .field__item:hover .image-wrapper a:before, .node-brend-category-full-page .paragraph--type--brend-category .field--name-field-brand-category-products .owl-item .field__item:hover .image-wrapper a:before {
  opacity: 1;
}
.node-brend-category-full-page .paragraph--type--brend-category .field--name-field-brand-category-products > .field__item:hover h4 a, .node-brend-category-full-page .paragraph--type--brend-category .field--name-field-brand-category-products .owl-item .field__item:hover h4 a {
  color: #ED1C24;
}
.node-brend-category-full-page .paragraph--type--brend-category .field--name-field-brand-category-products .owl-nav {
  position: absolute;
  width: 1314px;
  top: 0;
  left: 50%;
  margin: 0 0 0 -657px;
}
.node-brend-category-full-page .paragraph--type--brend-category .field--name-field-brand-category-products .owl-nav .owl-prev {
  position: absolute;
  opacity: 1;
  top: 88px;
  left: 0;
  margin: 0;
  padding: 0;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  width: 42px;
  height: 42px;
  background: #d8d8d8 url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/slider-prev-white.svg) center center no-repeat;
  font-size: 0;
}
.node-brend-category-full-page .paragraph--type--brend-category .field--name-field-brand-category-products .owl-nav .owl-prev:hover {
  background-color: #ED1C24;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.node-brend-category-full-page .paragraph--type--brend-category .field--name-field-brand-category-products .owl-nav .owl-next {
  opacity: 1;
  position: absolute;
  top: 68px;
  right: 0;
  margin: 0;
  padding: 0;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  width: 42px;
  height: 42px;
  background: #d8d8d8 url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/slider-next-white.svg) center center no-repeat;
  font-size: 0;
}
.node-brend-category-full-page .paragraph--type--brend-category .field--name-field-brand-category-products .owl-nav .owl-next:hover {
  background-color: #ED1C24;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.node-brend-category-full-page .paragraph--type--brend-category .field--name-field-brand-category-desc {
  max-width: 670px;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
}
.node-brend-category-full-page .paragraph--type--brend-category .field--name-field-brand-category-desc p {
  margin: 0 0 18px;
}
.field--name-field-brand-blocks {
  margin-bottom: 90px;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories {
  margin: 0 0 60px;
  position: relative;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-image {
  display: block;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories.with-image {
  display: grid;
  grid-template-columns: 34.18% 65.82%;
  position: relative;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories.with-image .field--name-field-brand-cat-image {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 1;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories > a {
  position: absolute;
  top: 0;
  left: 0;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brend-category {
  margin: 0 0 25px;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brend-category h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  margin: 0 0 14px;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brend-category h2 a {
  color: #343b45;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brend-category h2 a:hover {
  color: #ED1C24;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brend-category .field--name-body {
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  max-width: 770px;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brend-category .field--name-body img {
  max-width: 770px;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brend-category .field--name-body iframe {
  max-width: 770px;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-products {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  position: relative;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-products .owl-carousel .owl-stage-outer {
  margin: 0 0 0 -15px;
  padding: 0 0 10px 15px;
  overflow-y: visible;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-products > .field__item {
  margin: 0 17px 0 0;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-products > .field__item article, .field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-products .owl-item .field__item article {
  -webkit-transition: all 0.5s linear 0;
  transition: all 0.5s linear 0;
  box-shadow: 0px 0 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
  -webkit-transition: all 0.3s linear 0.1s;
  transition: all 0.3s linear 0.1s;
  transform: scale(0.975);
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-products > .field__item a, .field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-products .owl-item .field__item a {
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s linear 0.1s;
  transition: all 0.3s linear 0.1s;
  width: 240px;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-products > .field__item .image-wrapper a, .field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-products .owl-item .field__item .image-wrapper a {
  position: relative;
  width: 240px;
  height: 176px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-products > .field__item img, .field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-products .owl-item .field__item img {
  display: block;
  max-width: 240px;
  margin: 0 auto;
  width: auto;
  -webkit-transition: all 0.5s linear 0;
  transition: all 0.5s linear 0;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-products > .field__item h4, .field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-products .owl-item .field__item h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  max-width: 240px;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-products > .field__item h4 a, .field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-products .owl-item .field__item h4 a {
  display: flex;
  align-items: center;
  padding: 0;
  color: #343b45;
  height: 100px;
  text-align: center;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-products > .field__item h4 a span, .field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-products .owl-item .field__item h4 a span {
  display: block;
  box-sizing: border-box;
  max-height: 60px;
  overflow: hidden;
  padding: 0 15px;
  width: 100%;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-products > .field__item:hover article, .field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-products .owl-item .field__item:hover article {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #ED1C24;
  transform: scale(1);
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-products > .field__item:hover .image-wrapper a:after, .field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-products .owl-item .field__item:hover .image-wrapper a:after, .field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-products > .field__item:hover .image-wrapper a:before, .field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-products .owl-item .field__item:hover .image-wrapper a:before {
  opacity: 1;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-products > .field__item:hover h4 a, .field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-products .owl-item .field__item:hover h4 a {
  color: #ED1C24;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-products .mobile-category-link {
  width: 0;
  display: none !important;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-products .mobile-category-link a {
  display: inline-block;
  padding: 0 15px 0 0;
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/images/all_prods.png) right center no-repeat;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-products .category-link {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(270deg, #ffffff 30%, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(270deg, #ffffff 30%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(270deg, #ffffff 30%, rgba(255, 255, 255, 0));
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-products .category-link a {
  display: inline-block;
  padding: 0 15px 0 0;
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/images/all_prods.png) right center no-repeat;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-products {
  margin: 30px 0 90px;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-products .field--name-field-brand-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  margin: 40px 0;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-products .field--name-field-brand-category-products {
  position: relative;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-products .field--name-field-brand-category-products > .field__item {
  margin-right: 30px;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-products .field--name-field-brand-category-products > .field__item:hover .image-wrapper {
  box-shadow: 0px 17px 22px rgba(0, 0, 0, 0.2);
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-products .field--name-field-brand-category-products > .field__item:hover h4 a {
  color: #ED1C24;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-products .field--name-field-brand-category-products .image-wrapper img {
  display: block;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-products .field--name-field-brand-category-products h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin: 20px 0 0;
  max-width: 270px;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-products .field--name-field-brand-category-products h4 a {
  color: #343b45;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-products .field--name-field-brand-category-products h4 a:hover {
  color: #ED1C24;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-products .field--name-field-brand-category-products .owl-stage-outer {
  width: 1170px;
  margin: 0 auto;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-products .field--name-field-brand-category-products .owl-dots {
  display: none;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-products .field--name-field-brand-category-products .owl-item {
  box-sizing: border-box;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-products .field--name-field-brand-category-products .owl-nav {
  position: absolute;
  width: 1314px;
  top: 0;
  left: 50%;
  margin: 0 0 0 -657px;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-products .field--name-field-brand-category-products .owl-nav .owl-prev {
  position: absolute;
  opacity: 1;
  top: 88px;
  left: 0;
  margin: 0;
  padding: 0;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  width: 42px;
  height: 42px;
  background: #d8d8d8 url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/slider-prev-white.svg) center center no-repeat;
  font-size: 0;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-products .field--name-field-brand-category-products .owl-nav .owl-prev:hover {
  background-color: #ED1C24;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-products .field--name-field-brand-category-products .owl-nav .owl-next {
  opacity: 1;
  position: absolute;
  top: 68px;
  right: 0;
  margin: 0;
  padding: 0;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  width: 42px;
  height: 42px;
  background: #d8d8d8 url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/slider-next-white.svg) center center no-repeat;
  font-size: 0;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-products .field--name-field-brand-category-products .owl-nav .owl-next:hover {
  background-color: #ED1C24;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-booklets {
  margin: 40px 0 20px;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-booklets .field--name-field-brand-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 20px;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-booklets .field--name-field-brand-booklet .field__label {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  margin: 0 0 20px;
  display: block;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-booklets .field--name-field-brand-booklet .field__item {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-booklets .field--name-field-brand-booklet .field__item table thead {
  display: none;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-booklets .field--name-field-brand-booklet .field__item table tbody span.file--application-pdf {
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/pdf_icon.svg) left center no-repeat;
  padding-left: 26px;
  display: block;
  margin: 0 0 20px;
}
.field--name-field-brand-blocks > .field__item .paragraph--type--brend-booklets .field--name-field-brand-booklet .field__item table tbody tr td:last-child {
  display: none;
}
.field--name-field-brand-blocks .paragraph--type--brend-title-for-block-with-cats .field--name-field-brand-title {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 40px;
}
#block-other-products, #block-dml-category-products {
  max-width: 1170px;
  margin: 40px auto 60px;
}
#block-other-products h2, #block-dml-category-products h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 40px;
}
#block-other-products .content, #block-dml-category-products .content {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  position: relative;
  margin-bottom: 40px;
}
#block-other-products .content .owl-carousel .owl-stage-outer, #block-dml-category-products .content .owl-carousel .owl-stage-outer {
  margin: 0 0 0 -15px;
  padding: 0 0 10px 15px;
  overflow-y: visible;
}
#block-other-products .content .owl-item article, #block-dml-category-products .content .owl-item article {
  -webkit-transition: all 0.5s linear 0;
  transition: all 0.5s linear 0;
  box-shadow: 0px 0 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
  -webkit-transition: all 0.3s linear 0.1s;
  transition: all 0.3s linear 0.1s;
  transform: scale(0.975);
}
#block-other-products .content .owl-item a, #block-dml-category-products .content .owl-item a {
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s linear 0.1s;
  transition: all 0.3s linear 0.1s;
  width: 240px;
}
#block-other-products .content .owl-item .image-wrapper a, #block-dml-category-products .content .owl-item .image-wrapper a {
  position: relative;
  width: 240px;
  height: 176px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
#block-other-products .content .owl-item img, #block-dml-category-products .content .owl-item img {
  display: block;
  max-width: 240px;
  margin: 0 auto;
  width: auto;
  -webkit-transition: all 0.5s linear 0;
  transition: all 0.5s linear 0;
}
#block-other-products .content .owl-item h4, #block-dml-category-products .content .owl-item h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  max-width: 240px;
}
#block-other-products .content .owl-item h4 a, #block-dml-category-products .content .owl-item h4 a {
  display: flex;
  align-items: center;
  padding: 0;
  color: #343b45;
  height: 100px;
  text-align: center;
}
#block-other-products .content .owl-item h4 a span, #block-dml-category-products .content .owl-item h4 a span {
  display: block;
  box-sizing: border-box;
  max-height: 60px;
  overflow: hidden;
  padding: 0 15px;
  width: 100%;
}
#block-other-products .content .owl-item:hover article, #block-dml-category-products .content .owl-item:hover article {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #ED1C24;
  transform: scale(1);
}
#block-other-products .content .owl-item:hover .image-wrapper a:after, #block-dml-category-products .content .owl-item:hover .image-wrapper a:after, #block-other-products .content .owl-item:hover .image-wrapper a:before, #block-dml-category-products .content .owl-item:hover .image-wrapper a:before {
  opacity: 1;
}
#block-other-products .content .owl-item:hover h4 a, #block-dml-category-products .content .owl-item:hover h4 a {
  color: #ED1C24;
}
#block-other-products .content .owl-dots, #block-dml-category-products .content .owl-dots {
  display: none;
}
#block-other-products .content .owl-nav, #block-dml-category-products .content .owl-nav {
  position: absolute;
  width: 1314px;
  top: 0;
  left: 50%;
  margin: 0 0 0 -657px;
}
#block-other-products .content .owl-nav .owl-prev, #block-dml-category-products .content .owl-nav .owl-prev {
  position: absolute;
  opacity: 1;
  top: 88px;
  left: 0;
  margin: 0;
  padding: 0;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  width: 42px;
  height: 42px;
  background: #d8d8d8 url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/slider-prev-white.svg) center center no-repeat;
  font-size: 0;
}
#block-other-products .content .owl-nav .owl-prev:hover, #block-dml-category-products .content .owl-nav .owl-prev:hover {
  background-color: #ED1C24;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#block-other-products .content .owl-nav .owl-next, #block-dml-category-products .content .owl-nav .owl-next {
  opacity: 1;
  position: absolute;
  top: 68px;
  right: 0;
  margin: 0;
  padding: 0;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  width: 42px;
  height: 42px;
  background: #d8d8d8 url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/slider-next-white.svg) center center no-repeat;
  font-size: 0;
}
#block-other-products .content .owl-nav .owl-next:hover, #block-dml-category-products .content .owl-nav .owl-next:hover {
  background-color: #ED1C24;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#block-dml-category-products {
  margin-top: 80px;
  margin-bottom: 80px;
}
#block-brend-orders, #block-dml-other-orders {
  max-width: 1170px;
  margin: 10px auto 60px;
}
#block-brend-orders h2, #block-dml-other-orders h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 40px;
}
#block-brend-orders .content .rows, #block-dml-other-orders .content .rows {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#block-brend-orders .content .rows .row, #block-dml-other-orders .content .rows .row {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 16px;
  background: #f4f5f7;
  margin-bottom: 10px;
}
#block-brend-orders .content .rows .row .date, #block-dml-other-orders .content .rows .row .date {
  max-width: 80px;
  width: 80px;
  margin-right: 40px;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  color: #666666;
}
#block-brend-orders .content .rows .row .title, #block-dml-other-orders .content .rows .row .title {
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  color: #ED1C24;
  max-width: 180px;
  width: 180px;
  margin-right: 40px;
}
#block-brend-orders .content .rows .row .text, #block-dml-other-orders .content .rows .row .text {
  width: 60%;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
}
#block-brend-orders .content .rows .row a.button, #block-dml-other-orders .content .rows .row a.button {
  display: flex;
  max-width: 180px;
  width: 180px;
  height: 50px;
  background: #343b45;
  color: #fff;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
#block-brend-orders .content .rows .row a.button:hover, #block-dml-other-orders .content .rows .row a.button:hover {
  background: #48515f;
}
#block-brand-analogs {
  max-width: 1170px;
  margin: 20px auto 80px;
}
#block-brand-analogs h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 40px;
}
#block-brand-analogs .content {
  display: grid;
  grid-template-columns: repeat(4, 270px);
  grid-gap: 30px 30px;
}
#block-brand-analogs .content article {
  width: 270px;
}
#block-brand-analogs .content article .field--name-field-brandlogo {
  height: 179px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background: #EAEAEA;
}
#block-brand-analogs .content article .field--name-field-brandlogo img {
  display: block;
}
#block-brand-analogs .content article .field--name-field-brandlogo a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
#block-brand-analogs .content article > a {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #343b45;
}
#block-brand-analogs .content article > a:hover {
  color: #ED1C24;
}
#block-brend-categories {
  max-width: 1170px;
  margin: 90px auto 20px;
}
#block-brend-categories h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 40px;
}
#block-brend-categories .content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px 30px;
}
#block-brend-categories .content .taxonomy-term {
  height: 234px;
  border: 1px solid #dedede;
  box-sizing: border-box;
  padding: 25px 25px 28px 25px;
}
#block-brend-categories .content .taxonomy-term .field--name-field-termin-logo {
  height: 128px;
}
#block-brend-categories .content .taxonomy-term h3 {
  box-sizing: border-box;
  position: relative;
  padding: 17px 0 0;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
#block-brend-categories .content .taxonomy-term h3 a {
  color: #000000;
}
#block-brend-categories .content .taxonomy-term h3:before {
  content: "";
  display: block;
  width: 43px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
}
#block-brend-categories .content .taxonomy-term:hover {
  background: linear-gradient(226.19deg, #c71a11 -9.23%, #ED1C24 65.77%);
}
#block-brend-categories .content .taxonomy-term:hover h3 a {
  color: #fff;
}
#block-brend-categories .content .taxonomy-term:hover h3:before {
  background: #fff;
}
#block-brend-categories .content .taxonomy-term:hover .field--name-field-termin-logo svg path[stroke='#ED1C24'], #block-brend-categories .content .taxonomy-term:hover .field--name-field-termin-logo svg path[stroke='#ED1C24'] {
  stroke: #fff;
}
#block-brend-categories .content .taxonomy-term:hover .field--name-field-termin-logo svg path[fill="#ED1C24"], #block-brend-categories .content .taxonomy-term:hover .field--name-field-termin-logo svg path[fill="#ED1C24"] {
  fill: #fff;
}
#block-front-video {
  max-width: 1170px;
  margin: 70px auto 0;
}
#block-front-video .video-preload, #block-front-video strong {
  width: 100%;
  height: 578px;
  display: block;
  position: relative;
  float: left;
  margin: 0;
}
#block-front-video .video-preload .play-icon, #block-front-video strong .play-icon {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  z-index: 50;
}
#block-front-video .video-preload .play-icon:after, #block-front-video strong .play-icon:after {
  content: "";
  display: block;
  width: 74px;
  height: 74px;
  background: #ffffff url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/play.svg) center center no-repeat;
  background-size: 10px auto;
  position: absolute;
  right: 50px;
  bottom: 50px;
  border-radius: 50%;
  z-index: 11;
  margin: 0;
  cursor: pointer;
}
#block-front-video .video-preload:after, #block-front-video strong:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/images/video_bg.jpg) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  -webkit-transition: all 1.5s ease 0s;
  transition: all 1.5s ease 0s;
}
#block-front-video .video-preload h3, #block-front-video strong h3 {
  position: absolute;
  bottom: 50px;
  left: 50px;
  font-weight: bold;
  font-size: 50px;
  line-height: 59px;
  color: #FFFFFF;
  margin: 12px 0 0;
  z-index: 10;
}
#block-front-video .video-preload h3:before, #block-front-video strong h3:before {
  content: "Видео";
  position: absolute;
  top: -24px;
  left: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
}
#block-front-video .video-preload.hide:after, #block-front-video strong.hide:after, #block-front-video .video-preload.hide:before, #block-front-video strong.hide:before {
  opacity: 0;
}
#block-front-video .video-preload.hide-full:after, #block-front-video strong.hide-full:after, #block-front-video .video-preload.hide-full:before, #block-front-video strong.hide-full:before {
  display: none;
}
#block-front-video .video-preload.hide-full h3, #block-front-video strong.hide-full h3 {
  display: none;
}
form[id^='webform-'] {
  max-width: 1170px;
  margin: 0 auto;
}
form[id^='webform-'] .form-item.form-type-textfield, form[id^='webform-'] .form-item.form-type-email {
  margin: 0 0 30px;
}
form[id^='webform-'] .form-item.form-type-textfield input, form[id^='webform-'] .form-item.form-type-email input {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  box-sizing: border-box;
  padding: 15px 20px;
  border: 1px solid #8F99A2;
}
form[id^='webform-'] .form-item.form-type-textarea {
  margin: 0 0 30px;
}
form[id^='webform-'] .form-item.form-type-textarea textarea {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  box-sizing: border-box;
  padding: 15px 20px;
  border: 1px solid #8F99A2;
}
form[id^='webform-'] .form-item.form-type-checkbox {
  margin: 0 0 30px;
}
form[id^='webform-'] .form-item.form-type-checkbox input {
  opacity: 0;
  display: none;
}
form[id^='webform-'] .form-item.form-type-checkbox label {
  box-sizing: border-box;
  padding: 0 0 0 24px;
  font-weight: normal;
  font-size: 12px;
  line-height: 120%;
  position: relative;
  display: block;
}
form[id^='webform-'] .form-item.form-type-checkbox label:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #8F99A2;
}
form[id^='webform-'] .form-item.form-type-checkbox input:checked + label:before {
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/checkbox.svg) center center no-repeat;
}
form[id^='webform-'] .form-actions {
  margin: 0 0 30px;
}
form[id^='webform-'] .form-actions input {
  min-width: 270px;
  height: 50px;
  background: #ED1C24;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  border: 0 none;
}
form[id^='webform-'] .form-actions input:hover {
  background: #d24a43;
}
#block-contact-with-us {
  background: #fff;
  box-sizing: border-box;
  padding: 70px 0 70px;
}
#block-contact-with-us h2 {
  margin: 0 auto;
  max-width: 1170px;
}
#block-contact-with-us h3 {
  margin: 15px 0 26px;
  font-weight: 500;
  font-size: 23px;
  line-height: 27px;
}
#block-contact-with-us form.webform-submission-form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
#block-contact-with-us form.webform-submission-form .form-type-processed-text {
  width: 100%;
}
#block-contact-with-us form.webform-submission-form .form-item.form-type-textfield, #block-contact-with-us form.webform-submission-form .form-item.form-type-email, #block-contact-with-us form.webform-submission-form .form-item.form-type-checkbox {
  width: 23.07%;
}
#block-contact-with-us form.webform-submission-form .form-item.form-type-textarea {
  width: 74.35%;
  height: 81px;
}
#block-contact-with-us form.webform-submission-form .form-item.form-type-textfield input, #block-contact-with-us form.webform-submission-form .form-item.form-type-email input, #block-contact-with-us form.webform-submission-form .form-item.form-type-textarea input {
  width: 100%;
}
#block-contact-with-us form.webform-submission-form .form-item.form-type-checkbox label {
  font-size: 12px;
  line-height: 16px;
  margin: -3px 0 0;
}
#block-contact-with-us form.webform-submission-form .form-item.form-type-checkbox label:before {
  top: 5px;
}
#block-contact-with-us form.webform-submission-form .form-item.form-type-webform-document-file .webform-document-file-placeholder {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
#block-contact-with-us form.webform-submission-form .form-item.form-type-webform-document-file .webform-document-file-placeholder span {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #343b45;
  box-sizing: border-box;
  padding-right: 33px;
  cursor: pointer;
}
#block-contact-with-us form.webform-submission-form .form-item.form-type-webform-document-file .webform-document-file-placeholder span:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 0 0 13px;
  background: #ED1C24 url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/attach.svg) center center no-repeat;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
}
#block-contact-with-us form.webform-submission-form .form-item.form-type-webform-document-file .webform-document-file-placeholder .form-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#block-contact-with-us form.webform-submission-form .form-item.form-type-webform-document-file .webform-document-file-preview {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}
#block-contact-with-us form.webform-submission-form .form-item.form-type-webform-document-file .webform-document-file-preview:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 0 0 13px;
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/file.svg) center center no-repeat;
}
#block-contact-with-us form.webform-submission-form .form-item.form-type-webform-document-file .form-submit {
  margin: 0 0 0 15px;
  background: darkred;
  color: #fff;
  border: 0 none;
}
#block-contact-with-us form.webform-submission-form .form-actions {
  width: 23.07%;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}
#block-contact-with-us form.webform-submission-form .form-actions input {
  width: 100%;
}
#block-set-order, #block-set-order2 {
  background: #f4f5f7;
  box-sizing: border-box;
  padding: 60px 0;
}
#block-set-order h2, #block-set-order2 h2 {
  margin: 0 auto 40px;
  max-width: 570px;
  text-align: center;
}
#block-set-order .content, #block-set-order2 .content {
  max-width: 570px;
  margin: 0 auto;
}
#block-set-order .content form.webform-submission-form, #block-set-order2 .content form.webform-submission-form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
#block-set-order .content form.webform-submission-form .form-item.form-type-webform-document-file .webform-document-file, #block-set-order2 .content form.webform-submission-form .form-item.form-type-webform-document-file .webform-document-file {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
#block-set-order .content form.webform-submission-form .form-item.form-type-webform-document-file .webform-document-file-placeholder, #block-set-order2 .content form.webform-submission-form .form-item.form-type-webform-document-file .webform-document-file-placeholder {
  cursor: pointer;
}
#block-set-order .content form.webform-submission-form .form-item.form-type-webform-document-file .webform-document-file-placeholder span, #block-set-order2 .content form.webform-submission-form .form-item.form-type-webform-document-file .webform-document-file-placeholder span {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #343b45;
  box-sizing: border-box;
  padding-right: 33px;
  cursor: pointer;
  position: relative;
  height: 20px;
}
#block-set-order .content form.webform-submission-form .form-item.form-type-webform-document-file .webform-document-file-placeholder span:after, #block-set-order2 .content form.webform-submission-form .form-item.form-type-webform-document-file .webform-document-file-placeholder span:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 0 0 13px;
  background: #ED1C24 url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/attach.svg) center center no-repeat;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
}
#block-set-order .content form.webform-submission-form .form-item.form-type-webform-document-file .form-file, #block-set-order2 .content form.webform-submission-form .form-item.form-type-webform-document-file .form-file {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#block-set-order .content form.webform-submission-form .form-item.form-type-webform-document-file .webform-document-file-preview, #block-set-order2 .content form.webform-submission-form .form-item.form-type-webform-document-file .webform-document-file-preview {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  box-sizing: border-box;
  padding-right: 33px;
}
#block-set-order .content form.webform-submission-form .form-item.form-type-webform-document-file .webform-document-file-preview:after, #block-set-order2 .content form.webform-submission-form .form-item.form-type-webform-document-file .webform-document-file-preview:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 0 0 13px;
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/file.svg) center center no-repeat;
}
#block-set-order .content form.webform-submission-form .form-item.form-type-webform-document-file .form-submit, #block-set-order2 .content form.webform-submission-form .form-item.form-type-webform-document-file .form-submit {
  margin: 0 0 0 15px;
  background: darkred;
  color: #fff;
  border: 0 none;
}
#block-set-order .content form.webform-submission-form .form-item.form-item-name, #block-set-order2 .content form.webform-submission-form .form-item.form-item-name, #block-set-order .content form.webform-submission-form .form-item.form-item-phone, #block-set-order2 .content form.webform-submission-form .form-item.form-item-phone, #block-set-order .content form.webform-submission-form .form-item.form-item-mail, #block-set-order2 .content form.webform-submission-form .form-item.form-item-mail, #block-set-order .content form.webform-submission-form .form-item.form-item-model, #block-set-order2 .content form.webform-submission-form .form-item.form-item-model, #block-set-order .content form.webform-submission-form .form-item.form-item-agree, #block-set-order2 .content form.webform-submission-form .form-item.form-item-agree {
  width: 47.36%;
}
#block-set-order .content form.webform-submission-form .form-item.form-item-name input, #block-set-order2 .content form.webform-submission-form .form-item.form-item-name input, #block-set-order .content form.webform-submission-form .form-item.form-item-phone input, #block-set-order2 .content form.webform-submission-form .form-item.form-item-phone input, #block-set-order .content form.webform-submission-form .form-item.form-item-mail input, #block-set-order2 .content form.webform-submission-form .form-item.form-item-mail input, #block-set-order .content form.webform-submission-form .form-item.form-item-model input, #block-set-order2 .content form.webform-submission-form .form-item.form-item-model input, #block-set-order .content form.webform-submission-form .form-item.form-item-agree input, #block-set-order2 .content form.webform-submission-form .form-item.form-item-agree input {
  width: 100%;
}
#block-set-order .content form.webform-submission-form .form-item.form-item-brand, #block-set-order2 .content form.webform-submission-form .form-item.form-item-brand {
  width: 100%;
}
#block-set-order .content form.webform-submission-form .form-item.form-item-brand input, #block-set-order2 .content form.webform-submission-form .form-item.form-item-brand input {
  width: 100%;
}
#block-set-order .content form.webform-submission-form .form-item.form-item-message, #block-set-order2 .content form.webform-submission-form .form-item.form-item-message {
  width: 100%;
}
#block-set-order .content form.webform-submission-form .form-item.form-item-message textarea, #block-set-order2 .content form.webform-submission-form .form-item.form-item-message textarea {
  width: 100%;
}
#block-set-order .content form.webform-submission-form .form-item.form-item-attach, #block-set-order2 .content form.webform-submission-form .form-item.form-item-attach {
  width: 50%;
  margin: 0 50% 30px 0;
}
#block-set-order .content form.webform-submission-form #ajax-wrapper, #block-set-order2 .content form.webform-submission-form #ajax-wrapper {
  width: 100%;
}
#block-set-order .content form.webform-submission-form .form-actions, #block-set-order2 .content form.webform-submission-form .form-actions {
  width: 47.36%;
}
#block-set-order .content form.webform-submission-form .form-actions input, #block-set-order2 .content form.webform-submission-form .form-actions input {
  width: 100%;
}
.ui-widget-overlay {
  background: #48515f;
  opacity: 0.7;
}
.ui-dialog {
  box-shadow: 0px 19px 61px rgba(0, 0, 0, 0.353063);
  border: 0 none;
}
.ui-dialog .ui-dialog-titlebar {
  border: 0 none;
  background: #fff;
  padding: 49px 70px 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  float: none;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  white-space: normal;
  text-overflow: initial;
  float: none;
  width: 100%;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  top: 15px;
  right: 17px;
  margin: 0;
  width: 14px;
  height: 14px;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon {
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/close_form.svg) center center no-repeat;
}
.ui-dialog .ui-dialog-content {
  padding: 24px 70px 0;
  box-sizing: border-box;
  overflow: visible;
}
.ui-dialog .ui-dialog-content .webform-submission-ostavte-zayavku-na-oborudovanie-form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.ui-dialog .ui-dialog-content .webform-submission-ostavte-zayavku-na-oborudovanie-form .captcha {
  margin-bottom: 15px;
}
.ui-dialog .ui-dialog-content .webform-submission-ostavte-zayavku-na-oborudovanie-form .form-item.form-type-webform-document-file .webform-document-file {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.ui-dialog .ui-dialog-content .webform-submission-ostavte-zayavku-na-oborudovanie-form .form-item.form-type-webform-document-file .webform-document-file-placeholder {
  cursor: pointer;
}
.ui-dialog .ui-dialog-content .webform-submission-ostavte-zayavku-na-oborudovanie-form .form-item.form-type-webform-document-file .webform-document-file-placeholder span {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #343b45;
  box-sizing: border-box;
  padding-right: 33px;
  cursor: pointer;
  position: relative;
  height: 20px;
}
.ui-dialog .ui-dialog-content .webform-submission-ostavte-zayavku-na-oborudovanie-form .form-item.form-type-webform-document-file .webform-document-file-placeholder span:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 0 0 13px;
  background: #ED1C24 url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/attach.svg) center center no-repeat;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
}
.ui-dialog .ui-dialog-content .webform-submission-ostavte-zayavku-na-oborudovanie-form .form-item.form-type-webform-document-file .form-file {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.ui-dialog .ui-dialog-content .webform-submission-ostavte-zayavku-na-oborudovanie-form .form-item.form-type-webform-document-file .webform-document-file-preview {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  box-sizing: border-box;
  padding-right: 33px;
  position: relative;
  height: 20px;
  margin: 0;
}
.ui-dialog .ui-dialog-content .webform-submission-ostavte-zayavku-na-oborudovanie-form .form-item.form-type-webform-document-file .webform-document-file-preview:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 0 0 13px;
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/file.svg) center center no-repeat;
  background-size: contain;
}
.ui-dialog .ui-dialog-content .webform-submission-ostavte-zayavku-na-oborudovanie-form .form-item.form-type-webform-document-file .form-submit {
  margin: 0 0 0 15px;
  background: #8b0000 url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/delete_attach.svg) center center no-repeat;
  color: #fff;
  font-size: 0;
  width: 20px;
  height: 20px;
  border: 0 none;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
}
.ui-dialog .ui-dialog-content .webform-submission-ostavte-zayavku-na-oborudovanie-form .form-item {
  margin-bottom: 20px;
}
.ui-dialog .ui-dialog-content .webform-submission-ostavte-zayavku-na-oborudovanie-form .form-item.form-item-name, .ui-dialog .ui-dialog-content .webform-submission-ostavte-zayavku-na-oborudovanie-form .form-item.form-item-phone, .ui-dialog .ui-dialog-content .webform-submission-ostavte-zayavku-na-oborudovanie-form .form-item.form-item-mail, .ui-dialog .ui-dialog-content .webform-submission-ostavte-zayavku-na-oborudovanie-form .form-item.form-item-model, .ui-dialog .ui-dialog-content .webform-submission-ostavte-zayavku-na-oborudovanie-form .form-item.form-item-agree {
  width: 47.36%;
}
.ui-dialog .ui-dialog-content .webform-submission-ostavte-zayavku-na-oborudovanie-form .form-item.form-item-name input, .ui-dialog .ui-dialog-content .webform-submission-ostavte-zayavku-na-oborudovanie-form .form-item.form-item-phone input, .ui-dialog .ui-dialog-content .webform-submission-ostavte-zayavku-na-oborudovanie-form .form-item.form-item-mail input, .ui-dialog .ui-dialog-content .webform-submission-ostavte-zayavku-na-oborudovanie-form .form-item.form-item-model input, .ui-dialog .ui-dialog-content .webform-submission-ostavte-zayavku-na-oborudovanie-form .form-item.form-item-agree input {
  width: 100%;
}
.ui-dialog .ui-dialog-content .webform-submission-ostavte-zayavku-na-oborudovanie-form .form-item.form-item-brand {
  width: 100%;
}
.ui-dialog .ui-dialog-content .webform-submission-ostavte-zayavku-na-oborudovanie-form .form-item.form-item-brand input {
  width: 100%;
}
.ui-dialog .ui-dialog-content .webform-submission-ostavte-zayavku-na-oborudovanie-form .form-item.form-item-message {
  width: 100%;
}
.ui-dialog .ui-dialog-content .webform-submission-ostavte-zayavku-na-oborudovanie-form .form-item.form-item-message textarea {
  width: 100%;
}
.ui-dialog .ui-dialog-content .webform-submission-ostavte-zayavku-na-oborudovanie-form .form-item.form-item-attach {
  width: 100%;
  margin: 0 0 20px 0;
}
.ui-dialog .ui-dialog-content .webform-submission-ostavte-zayavku-na-oborudovanie-form .form-item.form-item-agree {
  position: absolute;
  bottom: -43px;
  right: 0;
  margin: 0;
}
.ui-dialog .ui-dialog-content .webform-submission-ostavte-zayavku-na-oborudovanie-form div[id^='ajax-wrapper'] {
  width: 100%;
}
.ui-dialog .ui-dialog-content .webform-submission-ostavte-zayavku-na-oborudovanie-form .form-actions {
  width: 47.36%;
}
.ui-dialog .ui-dialog-content .webform-submission-ostavte-zayavku-na-oborudovanie-form .form-actions input {
  width: 100%;
}
.ui-dialog .ui-dialog-content .webform-submission-zapros-form {
  padding-bottom: 14px;
}
.ui-dialog .ui-dialog-content .webform-submission-zapros-form .form-item {
  margin-bottom: 20px;
}
.ui-dialog .ui-dialog-content .webform-submission-zapros-form .form-item.form-item-name, .ui-dialog .ui-dialog-content .webform-submission-zapros-form .form-item.form-item-phone, .ui-dialog .ui-dialog-content .webform-submission-zapros-form .form-item.form-item-mail {
  width: 100%;
}
.ui-dialog .ui-dialog-content .webform-submission-zapros-form .form-item.form-item-name input, .ui-dialog .ui-dialog-content .webform-submission-zapros-form .form-item.form-item-phone input, .ui-dialog .ui-dialog-content .webform-submission-zapros-form .form-item.form-item-mail input {
  width: 100%;
}
.ui-dialog .ui-dialog-content .webform-submission-zapros-form .form-item.form-item-agree {
  position: absolute;
  bottom: -43px;
  right: 0;
  margin: 0;
  width: 47.36%;
}
.ui-dialog .ui-dialog-content .webform-submission-zapros-form .form-item.form-item-agree input {
  width: 100%;
}
.ui-dialog .ui-dialog-content .webform-submission-zapros-form .form-actions {
  width: 47.36%;
}
.ui-dialog .ui-dialog-content .webform-submission-zapros-form .form-actions input {
  width: 100%;
}
.ui-dialog .ui-dialog-buttonpane {
  background: transparent;
  border: 0 none;
  padding: 0 70px 60px;
  text-align: left;
  position: relative;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: left;
  margin: 0;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
  min-width: 270px;
  height: 50px;
  background: #ED1C24;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  border: 0 none;
  margin: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-topleft: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:hover {
  background: #d24a43;
}
.ui-dialog.webform-confirmation-modal {
  box-shadow: 0px 19px 61px rgba(0, 0, 0, 0.353063);
  border: 0 none;
}
.ui-dialog.webform-confirmation-modal .ui-dialog-titlebar {
  border: 0 none;
  background: #fff;
}
.ui-dialog.webform-confirmation-modal .ui-dialog-titlebar .ui-dialog-title {
  display: none;
}
.ui-dialog.webform-confirmation-modal .ui-dialog-titlebar .ui-dialog-titlebar-close {
  top: 15px;
  right: 17px;
  margin: 0;
  width: 14px;
  height: 14px;
}
.ui-dialog.webform-confirmation-modal .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon {
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/close_form.svg) center center no-repeat;
}
.ui-dialog.webform-confirmation-modal .ui-dialog-content {
  padding: 120px 20px 140px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}
.ui-dialog.webform-confirmation-modal .ui-dialog-content:before {
  content: "";
  display: flex;
  width: 80px;
  height: 80px;
  background: #ED1C24 url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/success.svg) center center no-repeat;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
}
.ui-dialog.webform-confirmation-modal .ui-dialog-content h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  margin: 40px 0 20px;
}
#block-dmliefer-at-dmliefer-system-main > .content > form {
  max-width: 1170px;
  margin: 20px auto 40px;
}
#block-dmliefer-at-dmliefer-system-main > .content > form .form-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
#block-dmliefer-at-dmliefer-system-main > .content > form .form-item label {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: bold;
}
#block-dmliefer-at-dmliefer-system-main > .content > form .form-item input.form-text {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  box-sizing: border-box;
  padding: 15px 20px;
  border: 1px solid #8F99A2;
  max-width: 360px;
}
#block-dmliefer-at-dmliefer-system-main > .content > form .form-item .description {
  opacity: 0.5;
}
#block-dmliefer-at-dmliefer-system-main > .content .form-actions {
  margin: 0 0 30px;
}
#block-dmliefer-at-dmliefer-system-main > .content .form-actions input {
  min-width: 270px;
  height: 50px;
  background: #ED1C24;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  border: 0 none;
}
#block-dmliefer-at-dmliefer-system-main > .content .form-actions input:hover {
  background: #d24a43;
}
.node--type-vacancy.node--view-mode-full {
  margin: 0 auto;
  max-width: 1170px;
}
#block-vacancy-top {
  padding: 40px 0 60px;
  box-sizing: border-box;
}
#block-vacancy-top h3 {
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  margin: 0 0 60px;
}
#block-vacancy-top .two-columns {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
}
#block-vacancy-top .two-columns > p:first-child {
  margin-right: 30px;
}
#block-vacancy-top blockquote {
  display: block;
  max-width: 720px;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  box-sizing: border-box;
  padding-left: 21px;
  position: relative;
  margin: 60px 0 0;
}
#block-vacancy-top blockquote:before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #ED1C24;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.view.view-vakansii .view-header h2 {
  font-weight: bold;
  font-size: 35px;
  line-height: 50px;
  margin: 0 0 30px;
}
.view.view-vakansii .view-content .views-row {
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  box-shadow: 0px 5px 10px rgba(56, 87, 123, 0.182858);
  position: relative;
  margin: 0 0 20px;
  padding: 40px 100px 40px 40px;
}
.view.view-vakansii .view-content .views-row .vacancy-toggle {
  cursor: pointer;
  display: block;
  width: 42px;
  height: 42px;
  background: #ED1C24 url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/vac_close.svg) center center no-repeat;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  top: 40px;
  right: 40px;
  position: absolute;
}
.view.view-vakansii .view-content .views-row article {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  position: initial;
}
.view.view-vakansii .view-content .views-row article h2 {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  margin: 0 0 10px;
  cursor: pointer;
}
.view.view-vakansii .view-content .views-row article .hidden {
  display: none;
  padding: 20px 0 0;
}
.view.view-vakansii .view-content .views-row article .hidden p {
  margin: 10px 0;
}
.view.view-vakansii .view-content .views-row article .hidden .button {
  margin: 20px 0 0;
  display: flex;
  width: 220px;
  height: 50px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #ED1C24;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.view.view-vakansii .view-content .views-row article .field--name-body strong {
  color: #ED1C24;
}
.view.view-vakansii .view-content .views-row article .field--name-body ul {
  margin: 20px 0;
  padding: 0;
}
.view.view-vakansii .view-content .views-row article .field--name-body ul li {
  margin: 0;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  position: relative;
  list-style: none;
}
.view.view-vakansii .view-content .views-row article .field--name-body ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 8px;
  width: 3px;
  height: 3px;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  background: #343b45;
}
#block-vacancy-bottom {
  box-sizing: border-box;
  padding: 40px 0 60px;
}
#block-vacancy-bottom h3 {
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  margin: 0 0 30px;
}
#block-vacancy-bottom ul {
  margin: 0 0 30px;
  padding: 0;
}
#block-vacancy-bottom ul li {
  list-style: none;
  margin: 0;
  position: relative;
  padding: 0 0 0 18px;
}
#block-vacancy-bottom ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  top: 8px;
  left: 0;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  position: absolute;
  background: #ED1C24;
}
#block-vacancy-bottom blockquote {
  display: block;
  max-width: 720px;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  box-sizing: border-box;
  padding-left: 21px;
  position: relative;
  margin: 60px 0 30px;
}
#block-vacancy-bottom blockquote:before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #ED1C24;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
#block-vacancy-form {
  background: #F4F5F7;
  box-sizing: border-box;
  padding: 60px 0;
}
#block-vacancy-form h2 {
  width: 570px;
  margin: 0 auto 40px;
  font-weight: bold;
  font-size: 30px;
  line-height: 120%;
  text-align: center;
}
#block-vacancy-form .content {
  width: 570px;
  margin: 0 auto;
}
#webform-submission-send-cv-add-form, form[id^='webform-submission-send-cv-add-form'] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
}
#webform-submission-send-cv-add-form .form-item-fio, form[id^='webform-submission-send-cv-add-form'] .form-item-fio {
  width: 100%;
}
#webform-submission-send-cv-add-form .form-item-fio input, form[id^='webform-submission-send-cv-add-form'] .form-item-fio input {
  width: 100%;
}
#webform-submission-send-cv-add-form .form-item-e-mail, form[id^='webform-submission-send-cv-add-form'] .form-item-e-mail {
  width: 47.5%;
  margin-right: 5%;
}
#webform-submission-send-cv-add-form .form-item-e-mail input, form[id^='webform-submission-send-cv-add-form'] .form-item-e-mail input {
  width: 100%;
}
#webform-submission-send-cv-add-form .form-item-vash-telefon, form[id^='webform-submission-send-cv-add-form'] .form-item-vash-telefon {
  width: 47.5%;
}
#webform-submission-send-cv-add-form .form-item-vash-telefon input, form[id^='webform-submission-send-cv-add-form'] .form-item-vash-telefon input {
  width: 100%;
}
#webform-submission-send-cv-add-form .captcha, form[id^='webform-submission-send-cv-add-form'] .captcha {
  margin-top: 15px;
  margin-bottom: 15px;
}
#webform-submission-send-cv-add-form .form-item-pdf, form[id^='webform-submission-send-cv-add-form'] .form-item-pdf {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
#webform-submission-send-cv-add-form .form-item-pdf .description, form[id^='webform-submission-send-cv-add-form'] .form-item-pdf .description {
  display: none;
}
#webform-submission-send-cv-add-form .form-item-agree, form[id^='webform-submission-send-cv-add-form'] .form-item-agree {
  position: absolute;
  right: 0;
  bottom: -12px;
  max-width: 44%;
}
#webform-submission-send-cv-add-form .form-actions, form[id^='webform-submission-send-cv-add-form'] .form-actions {
  margin: 20px 0 0;
  width: 100%;
}
#webform-submission-send-cv-add-form .form-item.form-type-webform-document-file > label, form[id^='webform-submission-send-cv-add-form'] .form-item.form-type-webform-document-file > label {
  margin-right: 20px;
  box-sizing: border-box;
  padding-right: 25px;
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/file.svg) right center no-repeat;
}
#webform-submission-send-cv-add-form .form-item.form-type-webform-document-file .webform-document-file, form[id^='webform-submission-send-cv-add-form'] .form-item.form-type-webform-document-file .webform-document-file {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
#webform-submission-send-cv-add-form .form-item.form-type-webform-document-file .webform-document-file-placeholder, form[id^='webform-submission-send-cv-add-form'] .form-item.form-type-webform-document-file .webform-document-file-placeholder {
  cursor: pointer;
  margin: 0;
}
#webform-submission-send-cv-add-form .form-item.form-type-webform-document-file .webform-document-file-placeholder span, form[id^='webform-submission-send-cv-add-form'] .form-item.form-type-webform-document-file .webform-document-file-placeholder span {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #343b45;
  box-sizing: border-box;
  padding-right: 33px;
  cursor: pointer;
  position: relative;
  color: rgba(52, 59, 69, 0.5);
}
#webform-submission-send-cv-add-form .form-item.form-type-webform-document-file .webform-document-file-placeholder span:after, form[id^='webform-submission-send-cv-add-form'] .form-item.form-type-webform-document-file .webform-document-file-placeholder span:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 0 0 13px;
  background: #ED1C24 url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/attach.svg) center center no-repeat;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
}
#webform-submission-send-cv-add-form .form-item.form-type-webform-document-file .form-file, form[id^='webform-submission-send-cv-add-form'] .form-item.form-type-webform-document-file .form-file {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#webform-submission-send-cv-add-form .form-item.form-type-webform-document-file .webform-document-file-preview, form[id^='webform-submission-send-cv-add-form'] .form-item.form-type-webform-document-file .webform-document-file-preview {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  box-sizing: border-box;
  padding-right: 33px;
  position: relative;
  height: 20px;
  margin: 0;
}
#webform-submission-send-cv-add-form .form-item.form-type-webform-document-file .webform-document-file-preview:after, form[id^='webform-submission-send-cv-add-form'] .form-item.form-type-webform-document-file .webform-document-file-preview:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 0 0 13px;
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/file.svg) center center no-repeat;
  background-size: contain;
}
#webform-submission-send-cv-add-form .form-item.form-type-webform-document-file .form-submit, form[id^='webform-submission-send-cv-add-form'] .form-item.form-type-webform-document-file .form-submit {
  margin: 0 0 0 15px;
  background: #8b0000 url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/delete_attach.svg) center center no-repeat;
  color: #fff;
  font-size: 0;
  width: 20px;
  height: 20px;
  border: 0 none;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
}
form[id^='webform-submission-send-cv-add-form'] .form-item-agree {
  position: absolute;
  right: 0;
  bottom: -67px;
}
.node-type-page.node-nid-2095.node-type-page-full-width {
  background: #eaeaea url(/wp-content/themes/amsi/themes/custom/dmliefer/images/404_bg.jpg) center center no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
.node-type-page.node-nid-2095.node-type-page-full-width #block-dmliefer-breadcrumbs {
  display: none;
}
.node-type-page.node-nid-2095.node-type-page-full-width #block-dmliefer-page-title {
  text-align: center;
  padding: 70px 0 0;
}
.node-type-page.node-nid-2095.node-type-page-full-width #block-dmliefer-page-title h1 {
  font-size: 170px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 40px;
  line-height: 170px;
}
.node-type-page.node-nid-2095.node-type-page-full-width .node--view-mode-full {
  padding: 0 0 70px;
  box-sizing: border-box;
}
.node-type-page.node-nid-2095.node-type-page-full-width .node--view-mode-full p {
  width: 480px;
  margin: 0 auto;
  color: #ED1C24;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
}
.node-type-page.node-nid-2095.node-type-page-full-width .node--view-mode-full .quick-blocks {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1170px;
  margin: 70px auto 0;
}
.node-type-page.node-nid-2095.node-type-page-full-width .node--view-mode-full .quick-blocks .left {
  width: 48.71%;
  height: 260px;
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/images/goto_catalog.png) center center no-repeat;
  background-size: cover;
}
.node-type-page.node-nid-2095.node-type-page-full-width .node--view-mode-full .quick-blocks .left a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 35px 40px 35px 40px;
  font-weight: 900;
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
  color: #343b45;
}
.node-type-page.node-nid-2095.node-type-page-full-width .node--view-mode-full .quick-blocks .left a:hover {
  color: #ED1C24;
}
.node-type-page.node-nid-2095.node-type-page-full-width .node--view-mode-full .quick-blocks .right {
  width: 48.71%;
  height: 260px;
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/images/create_order.png) center center no-repeat;
  background-size: cover;
}
.node-type-page.node-nid-2095.node-type-page-full-width .node--view-mode-full .quick-blocks .right a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 35px 40px 35px 40px;
  font-weight: 900;
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
  color: #343b45;
}
.node-type-page.node-nid-2095.node-type-page-full-width .node--view-mode-full .quick-blocks .right a:hover {
  color: #ED1C24;
}
.taxonomy-term.vocabulary-catalog.full-page .field--name-description {
  margin: 70px 0 80px;
}
.taxonomy-term.vocabulary-catalog.full-page .field--name-description h2 {
  margin: 60px 0 30px;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
}
.taxonomy-term.vocabulary-catalog.full-page .field--name-description p {
  margin: 30px 0;
}
#block-find-brand {
  width: 970px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 50px 0 80px;
}
#block-find-brand .field--name-body {
  text-align: center;
}
#block-find-brand .field--name-body h2 {
  font-weight: bold;
  font-size: 45px;
  line-height: 53px;
  text-align: center;
  letter-spacing: 0.75px;
  margin: 0 0 16px;
}
#block-find-brand .field--name-body p {
  max-width: 550px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.793651px;
  color: #8F99A2;
}
#block-find-brand .field--name-body a {
  display: inline-block;
  margin: 30px 0 0;
  box-sizing: border-box;
  width: 233px;
  padding: 15px;
  background: #ED1C24;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
#block-category-news {
  padding: 70px 0;
  box-sizing: border-box;
}
#block-category-news h2 {
  max-width: 1170px;
  margin: 0 auto 30px;
  font-weight: bold;
  font-size: 35px;
  line-height: 50px;
}
#block-category-news .content {
  position: relative;
  padding-top: 20px;
}
#block-category-news .content .owl-stage-outer {
  width: 1170px;
  margin: 0 auto;
}
#block-category-news .content .owl-dots {
  display: none;
}
#block-category-news .content .owl-item {
  max-width: 270px;
  box-sizing: border-box;
}
#block-category-news .content .owl-item .field--name-field-image {
  max-width: 270px;
  margin: 0 0 10px;
}
#block-category-news .content .owl-item .field--name-field-image img {
  display: block;
  width: 100% !important;
  height: auto !important;
}
#block-category-news .content .owl-item .field--name-field-image a {
  display: block;
}
#block-category-news .content .owl-item .created-date {
  max-width: 270px;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #8F99A2;
  margin: 0 0 10px;
}
#block-category-news .content .owl-item h3 {
  max-width: 270px;
  margin: 0 0 14px;
  line-height: 19px;
}
#block-category-news .content .owl-item h3 a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #343b45;
}
#block-category-news .content .owl-item .field--name-body {
  max-width: 270px;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}
#block-category-news .content .owl-nav {
  position: absolute;
  width: 1314px;
  top: 0;
  left: 50%;
  margin: 0 0 0 -657px;
}
#block-category-news .content .owl-nav .owl-prev {
  position: absolute;
  opacity: 1;
  top: 88px;
  left: 0;
  margin: 0;
  padding: 0;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  width: 42px;
  height: 42px;
  background: #d8d8d8 url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/slider-prev-white.svg) center center no-repeat;
  font-size: 0;
}
#block-category-news .content .owl-nav .owl-prev:hover {
  background-color: #ED1C24;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#block-category-news .content .owl-nav .owl-next {
  opacity: 1;
  position: absolute;
  top: 68px;
  right: 0;
  margin: 0;
  padding: 0;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  width: 42px;
  height: 42px;
  background: #d8d8d8 url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/slider-next-white.svg) center center no-repeat;
  font-size: 0;
}
#block-category-news .content .owl-nav .owl-next:hover {
  background-color: #ED1C24;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#block-category-news .all-news-link {
  box-sizing: border-box;
  padding: 60px 0 0;
  text-align: center;
}
#block-category-news .all-news-link a {
  display: inline-block;
  padding: 0 0 8px;
  border-bottom: 2px solid #ED1C24;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
#block-category-news .all-news-link a:hover {
  border-bottom-color: transparent;
}
.all-category-news {
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  grid-gap: 50px 30px;
}
.all-category-news article.node--view-mode-teaser {
  box-sizing: border-box;
  min-width: 30%;
}
.all-category-news article.node--view-mode-teaser .field--name-field-image {
  margin: 0 0 10px;
}
.all-category-news article.node--view-mode-teaser .field--name-field-image img {
  display: block;
  width: 100% !important;
  height: auto !important;
}
.all-category-news article.node--view-mode-teaser .field--name-field-image a {
  display: block;
}
.all-category-news article.node--view-mode-teaser .created-date {
  max-width: 270px;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #8F99A2;
  margin: 0 0 10px;
}
.all-category-news article.node--view-mode-teaser h3 {
  max-width: 270px;
  margin: 0 0 14px;
  line-height: 19px;
}
.all-category-news article.node--view-mode-teaser h3 a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #343b45;
}
.all-category-news article.node--view-mode-teaser .field--name-body {
  max-width: 270px;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}
.industries-wrapper {
  margin: 0 0 70px;
}
.industries-wrapper .industries {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 30px;
}
.industries-wrapper .industries > p {
  min-height: 260px;
  box-sizing: border-box;
  padding: 0;
  position: relative;
  background-color: #343B45;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
}
.industries-wrapper .industries > p a {
  padding: 30px 30px 70px;
  box-sizing: border-box;
  display: block;
  height: 100%;
}
.industries-wrapper .industries > p b {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #FFFFFF;
  margin: 0 0 14px;
  display: block;
  margin-bottom: 14px;
}
.industries-wrapper .industries > p span {
  display: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 0;
}
.industries-wrapper .industries > p > a em {
  font-weight: 500;
  font-style: normal;
  width: 100px;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  display: block;
  position: absolute;
  left: 30px;
  bottom: 30px;
  padding: 0 15px 0 0;
  box-sizing: border-box;
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/arrow_white.svg) right center no-repeat;
}
.industries-wrapper .industries > p.mash {
  background-image: url(/wp-content/themes/amsi/themes/custom/dmliefer/images/ind_mash.png);
}
.industries-wrapper .industries > p.pish {
  background-image: url(/wp-content/themes/amsi/themes/custom/dmliefer/images/ind_pish.png);
}
.industries-wrapper .industries > p.inst {
  background-image: url(/wp-content/themes/amsi/themes/custom/dmliefer/images/ind_inst.png);
}
.industries-wrapper .industries > p.energy {
  background-image: url(/wp-content/themes/amsi/themes/custom/dmliefer/images/ind_energy.png);
}
.industries-wrapper .industries > p.neft {
  background-image: url(/wp-content/themes/amsi/themes/custom/dmliefer/images/ind_neft.png);
}
.industries-wrapper .industries > p.metall {
  background-image: url(/wp-content/themes/amsi/themes/custom/dmliefer/images/ind_metall.png);
}
.industries-wrapper .industries > p:hover {
  background-color: #ED1C24;
}
.industries-wrapper .industries > p:hover span {
  display: block;
}
.industries-wrapper h2 {
  margin: 60px 0 20px;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
}
.industries-wrapper > p {
  max-width: 870px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.industries-wrapper .bottom-blocks {
  margin: 60px 0 0;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.industries-wrapper .bottom-blocks .other-devices {
  background: #e4e4e4 url(/wp-content/themes/amsi/themes/custom/dmliefer/images/other_devices_bg.png) right center no-repeat;
  font-weight: 900;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 30px;
  min-height: 260px;
  color: #343b45;
}
.industries-wrapper .bottom-blocks .other-devices:hover {
  color: #ED1C24;
}
.industries-wrapper .bottom-blocks .order {
  background: #343b45 url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/turb_front.svg) right bottom no-repeat;
  box-sizing: border-box;
  min-height: 260px;
}
.industries-wrapper .bottom-blocks .order b {
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 30px;
  color: #fff;
}
.industries-wrapper .bottom-blocks .order a {
  display: block;
  box-sizing: border-box;
  padding: 30px;
  height: 100%;
}
.industries-wrapper .bottom-blocks .order a span {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #ED1C24;
  display: inline-block;
  padding: 0 16px 0 0;
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/arrow_green.svg) right center no-repeat;
}
.industries-wrapper .bottom-blocks .texts {
  grid-column: span 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  padding: 30px 0 30px;
}
.industries-wrapper .bottom-blocks .texts div {
  opacity: 0.4;
}
.node--type-poleznoe.node--view-mode-full .field--name-body {
  max-width: 870px;
}
.node--type-poleznoe.node--view-mode-full .field--name-body h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  margin: 40px 0 30px;
}
.node--type-poleznoe.node--view-mode-full .field--name-field-poleznoe-brend {
  margin: 60px 0;
}
.node--type-poleznoe.node--view-mode-full .field--name-field-poleznoe-brend .field__label {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 40px;
}
.node--type-poleznoe.node--view-mode-full .field--name-field-poleznoe-brend .field__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  grid-gap: 30px;
}
.node--type-poleznoe.node--view-mode-full .field--name-field-poleznoe-brend .field__items article .field--name-field-brandlogo {
  height: 179px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background: #EAEAEA;
}
.node--type-poleznoe.node--view-mode-full .field--name-field-poleznoe-brend .field__items article .field--name-field-brandlogo img {
  display: block;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  max-width: 115px;
  height: auto;
}
.node--type-poleznoe.node--view-mode-full .field--name-field-poleznoe-brend .field__items article .field--name-field-brandlogo a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.node--type-poleznoe.node--view-mode-full .field--name-field-poleznoe-brend .field__items article .field--name-field-brandlogo a:hover img {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
.node--type-poleznoe.node--view-mode-full .field--name-field-poleznoe-brend .field__items article > a {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #343b45;
}
.node--type-poleznoe.node--view-mode-full .field--name-field-poleznoe-brend .field__items article > a:hover {
  color: #ED1C24;
}
.node--type-poleznoe.node--view-mode-full .catalog-categories {
  margin: 0 0 60px;
}
.node--type-poleznoe.node--view-mode-full .catalog-categories h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  margin: 60px 0 40px;
}
.node--type-poleznoe.node--view-mode-full .catalog-categories .cc-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  grid-gap: 30px;
}
.node--type-poleznoe.node--view-mode-full .catalog-categories .cc-content .taxonomy-term {
  height: 234px;
  border: 1px solid #dedede;
  box-sizing: border-box;
  padding: 25px 25px 28px 25px;
}
.node--type-poleznoe.node--view-mode-full .catalog-categories .cc-content .taxonomy-term .field--name-field-termin-logo {
  height: 128px;
}
.node--type-poleznoe.node--view-mode-full .catalog-categories .cc-content .taxonomy-term h3 {
  box-sizing: border-box;
  position: relative;
  padding: 17px 0 0;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
.node--type-poleznoe.node--view-mode-full .catalog-categories .cc-content .taxonomy-term h3 a {
  color: #000000;
}
.node--type-poleznoe.node--view-mode-full .catalog-categories .cc-content .taxonomy-term h3:before {
  content: "";
  display: block;
  width: 43px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
}
.node--type-poleznoe.node--view-mode-full .catalog-categories .cc-content .taxonomy-term:hover {
  background: linear-gradient(226.19deg, #c71a11 -9.23%, #ED1C24 65.77%);
}
.node--type-poleznoe.node--view-mode-full .catalog-categories .cc-content .taxonomy-term:hover h3 a {
  color: #fff;
}
.node--type-poleznoe.node--view-mode-full .catalog-categories .cc-content .taxonomy-term:hover h3:before {
  background: #fff;
}
.node--type-poleznoe.node--view-mode-full .catalog-categories .cc-content .taxonomy-term:hover .field--name-field-termin-logo svg path[stroke='#ED1C24'], .node--type-poleznoe.node--view-mode-full .catalog-categories .cc-content .taxonomy-term:hover .field--name-field-termin-logo svg path[stroke='#ED1C24'] {
  stroke: #fff;
}
.node--type-poleznoe.node--view-mode-full .catalog-categories .cc-content .taxonomy-term:hover .field--name-field-termin-logo svg path[fill="#ED1C24"], .node--type-poleznoe.node--view-mode-full .catalog-categories .cc-content .taxonomy-term:hover .field--name-field-termin-logo svg path[fill="#ED1C24"] {
  fill: #fff;
}
.complete-orders-wrapper .description {
  margin: 0 0 40px;
}
.complete-orders-wrapper .orders-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.complete-orders-wrapper .orders-list .row {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 16px;
  background: #f4f5f7;
  margin-bottom: 10px;
}
.complete-orders-wrapper .orders-list .row .date {
  max-width: 80px;
  width: 80px;
  margin-right: 40px;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  color: #666666;
}
.complete-orders-wrapper .orders-list .row .title {
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  color: #ED1C24;
  max-width: 180px;
  width: 180px;
  margin-right: 40px;
}
.complete-orders-wrapper .orders-list .row .text {
  width: 60%;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
}
.complete-orders-wrapper .orders-list .row a.button {
  display: flex;
  max-width: 180px;
  width: 180px;
  height: 50px;
  background: #343b45;
  color: #fff;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.complete-orders-wrapper .orders-list .row a.button:hover {
  background: #48515f;
}
#block-links-to-other-products {
  margin: 100px auto 40px;
  max-width: 1170px;
}
#block-links-to-other-products .bottom-blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 30px;
}
#block-links-to-other-products .bottom-blocks .other-devices {
  background: #e4e4e4 url(/wp-content/themes/amsi/themes/custom/dmliefer/images/other_devices_bg.png) right center no-repeat;
  font-weight: 900;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 30px;
  min-height: 260px;
  color: #343b45;
}
#block-links-to-other-products .bottom-blocks .other-devices:hover {
  color: #ED1C24;
}
#block-links-to-other-products .bottom-blocks .order {
  background: #343b45 url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/turb_front.svg) right bottom no-repeat;
  box-sizing: border-box;
  min-height: 260px;
}
#block-links-to-other-products .bottom-blocks .order b {
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 30px;
  color: #fff;
}
#block-links-to-other-products .bottom-blocks .order a {
  display: block;
  box-sizing: border-box;
  padding: 30px;
  height: 100%;
}
#block-links-to-other-products .bottom-blocks .order a span {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #ED1C24;
  display: inline-block;
  padding: 0 16px 0 0;
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/arrow_green.svg) right center no-repeat;
}
#block-links-to-other-products .bottom-blocks .texts {
  grid-column: span 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  padding: 30px 0 30px;
}
#block-links-to-other-products .bottom-blocks .texts div {
  opacity: 0.4;
}
.node-brend-order-full-page .content {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
.node-brend-order-full-page .left {
  flex: 0 1 54.27%;
  max-width: 635px;
  margin-right: 5.12%;
}
.node-brend-order-full-page .right {
  flex: 0 1 40.17%;
}
.node-brend-order-full-page .right .page-title {
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 33px;
  margin: 0 0 39px;
}
.node-brend-order-full-page .right .page-title h1 {
  display: inline;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 33px;
  margin: 0 0 39px;
}
.node-brend-order-full-page .right .page-title div {
  display: inline-block;
}
.node-brend-order-full-page .field--name-field-order-params {
  margin: 60px 0;
}
.node-brend-order-full-page .field--name-field-order-params table {
  margin-bottom: 30px;
  width: 100%;
}
.node-brend-order-full-page .field--name-field-order-params table thead {
  background: #343b45;
}
.node-brend-order-full-page .field--name-field-order-params table thead tr th {
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.634921px;
  padding: 10px 20px;
  text-align: left;
}
.node-brend-order-full-page .field--name-field-order-params table tbody tr td {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 20px;
}
.node-brend-order-full-page .field--name-field-order-params table tbody tr:nth-child(even) td {
  background: #F4F5F7;
}
.node-brend-order-full-page .field--name-field-order-model {
  margin: 20px 0;
}
.node-brend-order-full-page .field--name-field-order-price {
  font-weight: bold;
  font-size: 25px;
  line-height: 29px;
  margin: 0 0 30px;
}
.node-brend-order-full-page .actions {
  margin: 0 0 30px;
}
.node-brend-order-full-page .actions .button {
  display: block;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 15px;
  background: #ED1C24;
  color: #fff;
}
.node-brend-order-full-page .actions .button:hover {
  background: #d24a43;
}
.node-brend-order-full-page .field--name-body, .node-brend-order-full-page .field--name-field-product-details, .node-brend-order-full-page .field--name-field-product-dop-desc {
  margin: 0 0 30px;
}
.node-brend-order-full-page .field--name-body .field__label, .node-brend-order-full-page .field--name-field-product-details .field__label, .node-brend-order-full-page .field--name-field-product-dop-desc .field__label {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  margin: 0 0 10px;
  display: block;
}
.node-brend-order-full-page .field--name-body .field__item, .node-brend-order-full-page .field--name-field-product-details .field__item, .node-brend-order-full-page .field--name-field-product-dop-desc .field__item {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
}
.node-brend-order-full-page .field--name-body .field__item img, .node-brend-order-full-page .field--name-field-product-details .field__item img, .node-brend-order-full-page .field--name-field-product-dop-desc .field__item img {
  max-width: 460px;
}
.node-brend-order-full-page .field--name-body .field__item ul, .node-brend-order-full-page .field--name-field-product-details .field__item ul, .node-brend-order-full-page .field--name-field-product-dop-desc .field__item ul {
  margin: 0 0 10px;
  padding: 0;
}
.node-brend-order-full-page .field--name-body .field__item ul li, .node-brend-order-full-page .field--name-field-product-details .field__item ul li, .node-brend-order-full-page .field--name-field-product-dop-desc .field__item ul li {
  list-style: none;
  margin: 0;
  position: relative;
  padding: 0 0 0 18px;
}
.node-brend-order-full-page .field--name-body .field__item ul li:before, .node-brend-order-full-page .field--name-field-product-details .field__item ul li:before, .node-brend-order-full-page .field--name-field-product-dop-desc .field__item ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  top: 8px;
  left: 0;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  position: absolute;
  background: #ED1C24;
}
.node-brend-order-full-page .field--name-field-order-booklet .field__label {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  margin: 0 0 20px;
  display: block;
}
.node-brend-order-full-page .field--name-field-order-booklet .field__item {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
}
.node-brend-order-full-page .field--name-field-order-booklet .field__item table thead {
  display: none;
}
.node-brend-order-full-page .field--name-field-order-booklet .field__item table tbody span.file--application-pdf {
  background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/pdf_icon.svg) left center no-repeat;
  padding-left: 26px;
  display: block;
  margin: 0 0 20px;
}
.node-brend-order-full-page .field--name-field-order-booklet .field__item table tbody tr td:last-child {
  display: none;
}
.node-brend-order-full-page .field--name-field-order-model .field__label {
  font-weight: bold;
  font-size: 18px;
  display: block;
}
.node-brend-order-full-page .field--name-field-brend {
  margin: 0 0 20px;
}
.node-brend-order-full-page .field--name-field-brend .content {
  margin: 35px 0 0;
}
.node-brend-order-full-page .field--name-field-brend .content b {
  font-weight: bold;
  font-size: 18px;
  display: block;
}
.view-id-serts.view-display-id-page_1 {
  max-width: 1170px;
  margin: 0 auto 60px;
}
.view-id-serts.view-display-id-page_1 .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  grid-gap: 30px;
}
.view-id-serts.view-display-id-page_1 .view-content .views-row {
  box-sizing: border-box;
  padding: 15px;
  background: #fff;
  width: 170px;
}
.view-id-serts.view-display-id-page_1 .view-content .views-row:hover {
  box-shadow: 0px 17px 22px rgba(0, 0, 0, 0.1);
}
.search-content {
  max-width: 1170px;
  margin: 0 auto;
}
.search-content .result-count {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin: 20px auto;
}
.search-content .search-params {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.search-content .search-params .search-types {
  display: flex;
  border: 2px solid #ED1C24;
  margin: 40px 0;
}
.search-content .search-params .search-types a {
  display: flex;
  box-sizing: border-box;
  padding: 15px 40px;
}
.search-content .search-params .search-types a:nth-child(2) {
  border-left: 2px solid #ED1C24;
  border-right: 2px solid #ED1C24;
}
.search-content .search-params .search-types a:hover {
  background: rgba(0, 159, 100, 0.1);
}
.search-content .search-params .search-types a.active {
  background: #ED1C24 !important;
  color: #fff;
}
.search-content .search-params .search-order {
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.714286px;
  align-items: center;
}
.search-content .search-params .search-order a {
  box-sizing: border-box;
  padding: 13px 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  color: #343b45;
}
.search-content .search-params .search-order a.active {
  font-weight: 700;
  border-bottom: 3px solid #ED1C24;
}
.search-content .search-params .search-order a:hover {
  color: #666;
}
.search-content .search-params .search-order a:first-child {
  margin: 0 39px;
}
.search-content .search-result-row {
  margin: 0 0 40px;
}
.search-content .search-result-row p {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  margin: 0 0 20px;
}
.search-content .search-result-row .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}
.search-content .search-result-row .date {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #8F99A2;
}
.search-content .item-list {
  margin: 0;
  padding: 0;
}
.search-content .item-list li {
  padding: 0;
  list-style: none;
  margin: 0;
}
#block-download-present .content {
  margin: 60px auto 0;
  max-width: 1170px;
  text-align: center;
}
#block-download-present .content p {
  display: flex;
  justify-content: center;
}
#block-download-present .content .button {
  min-width: 270px;
  height: 50px;
  background: #ED1C24;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  border: 0 none;
  margin: 0;
  padding: 0 35px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-topleft: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
}
#block-download-present .content .button:hover {
  background: #d24a43;
}
.node--type-poleznoe.node--view-mode-full {
  box-sizing: border-box;
  padding-bottom: 60px;
}
.node--type-poleznoe.node--view-mode-full .field--name-body {
  margin: 0 0 30px;
  max-width: 870px;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
}
.node--type-poleznoe.node--view-mode-full .field--name-body h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  margin: 40px 0 30px;
}
.node--type-poleznoe.node--view-mode-full .field--name-body p {
  margin: 25px 0;
}
.node--type-poleznoe.node--view-mode-full .field--name-body ul {
  margin: 0 0 10px;
  padding: 0;
}
.node--type-poleznoe.node--view-mode-full .field--name-body ul li {
  list-style: none;
  margin: 0;
  position: relative;
  padding: 0 0 0 18px;
}
.node--type-poleznoe.node--view-mode-full .field--name-body ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  top: 8px;
  left: 0;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  position: absolute;
  background: #ED1C24;
}
.mobile-burger, .mobile-menu-wrapper, .mobile-search-toggle {
  display: none;
}
.hide-desktop {
  display: none;
}
.node--type-page.node--view-mode-full .field--name-body h3 {
  margin-bottom: 15px;
}
.node--type-page.node--view-mode-full .field--name-body ul {
  margin: 10px 0;
}
.node--type-page.node--view-mode-full .field--name-body ul li {
  list-style: none;
  margin: 0 0 5px;
  position: relative;
  padding: 0 0 0 18px;
}
.node--type-page.node--view-mode-full .field--name-body ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  top: 8px;
  left: 0;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  position: absolute;
  background: #ED1C24;
}
.owl-carousel .owl-stage-outer {
  overflow-x: hidden;
  overflow-y: visible;
}
.view.knowledge-page {
  max-width: 1170px;
  margin: 0 auto 30px;
}
.view.knowledge-page .view-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px 30px;
}
.view.knowledge-page .view-content .views-row .field--name-field-pimg img {
  display: block;
  width: 100% !important;
  height: auto !important;
}
.view.knowledge-page .view-content .views-row h2 {
  max-width: 270px;
  margin: 20px 0 14px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
.view.knowledge-page .view-content .views-row h2 a {
  color: #343b45;
}
.view.knowledge-page .view-content .views-row h2 a:hover {
  color: #ED1C24;
}
.view.knowledge-page .view-content .views-row .content {
  max-width: 270px;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}
.view.knowledge-page .view-content .views-row .content .link {
  display: block;
  margin-top: 15px;
}
.all-brand-news-wrapper {
  margin-bottom: 60px;
}
.all-brand-news-wrapper .all-brand-news-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px 30px;
}
.all-brand-news-wrapper .all-brand-news-content article img {
  width: 100% !important;
  height: auto !important;
  max-width: 270px;
}
.all-brand-news-wrapper .all-brand-news-content article h3 {
  max-width: 270px;
  margin: 0 0 14px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
.all-brand-news-wrapper .all-brand-news-content article h3 a {
  color: #343b45;
}
.all-brand-news-wrapper .all-brand-news-content article h3 a:hover {
  color: #ED1C24;
}
.all-brand-news-wrapper .all-brand-news-content article .created-date {
  max-width: 270px;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #8F99A2;
  margin: 0 0 10px;
}
.all-brand-news-wrapper .all-brand-news-content article .body {
  max-width: 270px;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}
#block-dml-brand-news {
  padding: 70px 0;
  box-sizing: border-box;
}
#block-dml-brand-news h2 {
  max-width: 1170px;
  margin: 0 auto 10px;
  font-weight: bold;
  font-size: 30px;
  line-height: 46px;
}
#block-dml-brand-news .news-list-wrapper {
  position: relative;
  padding-top: 20px;
}
#block-dml-brand-news .news-list-wrapper .owl-stage-outer {
  width: 1170px;
  margin: 0 auto;
}
#block-dml-brand-news .news-list-wrapper .owl-dots {
  display: none;
}
#block-dml-brand-news .news-list-wrapper .owl-item {
  max-width: 270px;
  box-sizing: border-box;
}
#block-dml-brand-news .news-list-wrapper .owl-item .field--name-field-image {
  max-width: 270px;
  margin: 0 0 10px;
}
#block-dml-brand-news .news-list-wrapper .owl-item .field--name-field-image img {
  display: block;
  width: 100% !important;
  height: auto !important;
}
#block-dml-brand-news .news-list-wrapper .owl-item .created-date {
  max-width: 270px;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #8F99A2;
  margin: 0 0 10px;
}
#block-dml-brand-news .news-list-wrapper .owl-item h3 {
  max-width: 270px;
  margin: 0 0 14px;
  line-height: 19px;
}
#block-dml-brand-news .news-list-wrapper .owl-item h3 a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #343b45;
}
#block-dml-brand-news .news-list-wrapper .owl-item .body {
  max-width: 270px;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}
#block-dml-brand-news .news-list-wrapper .owl-nav {
  position: absolute;
  width: 1314px;
  top: 0;
  left: 50%;
  margin: 0 0 0 -657px;
}
#block-dml-brand-news .news-list-wrapper .owl-nav .owl-prev {
  position: absolute;
  opacity: 1;
  top: 88px;
  left: 0;
  margin: 0;
  padding: 0;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  width: 42px;
  height: 42px;
  background: #d8d8d8 url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/slider-prev-white.svg) center center no-repeat;
  font-size: 0;
}
#block-dml-brand-news .news-list-wrapper .owl-nav .owl-prev:hover {
  background-color: #ED1C24;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#block-dml-brand-news .news-list-wrapper .owl-nav .owl-next {
  opacity: 1;
  position: absolute;
  top: 68px;
  right: 0;
  margin: 0;
  padding: 0;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  width: 42px;
  height: 42px;
  background: #d8d8d8 url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/slider-next-white.svg) center center no-repeat;
  font-size: 0;
}
#block-dml-brand-news .news-list-wrapper .owl-nav .owl-next:hover {
  background-color: #ED1C24;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.news-list-more-wrapper {
  box-sizing: border-box;
  padding: 60px 0 0;
  text-align: center;
}
.news-list-more-wrapper a {
  display: inline-block;
  padding: 0 0 8px;
  border-bottom: 2px solid #ED1C24;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
.news-list-more-wrapper a:hover {
  border-bottom-color: transparent;
}
@media only screen and (max-width:1620px) {
  .main-content.category-page > .page-top {
    background-size: cover;
  }
}
@media only screen and (max-width:1340px) {
  #block-views-news-block-1 .view-content .owl-nav, #block-views-block-knowledge-block-1 .view-content .owl-nav, #block-category-news .content .owl-nav, #block-views-block-news-block-3 .view-content .owl-nav, #block-views-block-news-2 .view-content .owl-nav, #block-dml-brand-news .news-list-wrapper .owl-nav {
    width: 100%;
    margin: 0;
    left: 0;
  }
  #block-views-news-block-1 .view-content .owl-nav .owl-prev, #block-views-block-knowledge-block-1 .view-content .owl-nav .owl-prev, #block-category-news .content .owl-nav .owl-prev, #block-views-block-news-block-3 .view-content .owl-nav .owl-prev, #block-views-block-news-2 .view-content .owl-nav .owl-prev, #block-dml-brand-news .news-list-wrapper .owl-nav .owl-prev {
    top: 88px;
    left: 16px;
  }
  #block-views-news-block-1 .view-content .owl-nav .owl-next, #block-views-block-knowledge-block-1 .view-content .owl-nav .owl-next, #block-category-news .content .owl-nav .owl-next, #block-views-block-news-block-3 .view-content .owl-nav .owl-next, #block-views-block-news-2 .view-content .owl-nav .owl-next, #block-dml-brand-news .news-list-wrapper .owl-nav .owl-next {
    top: 88px;
    right: 16px;
  }
  .field--name-field-brand-blocks > .field__item .paragraph--type--brend-products .field--name-field-brand-category-products .owl-nav, .node-brend-category-full-page .paragraph--type--brend-category .field--name-field-brand-category-products .owl-nav, #block-other-products .owl-nav, #block-dml-category-products .owl-nav {
    width: 100%;
    left: 0;
  }
  .field--name-field-brand-blocks > .field__item .paragraph--type--brend-products .field--name-field-brand-category-products .owl-nav .owl-prev, .node-brend-category-full-page .paragraph--type--brend-category .field--name-field-brand-category-products .owl-nav .owl-prev, #block-other-products .owl-nav .owl-prev, #block-dml-category-products .owl-nav .owl-prev {
    top: 88px;
    left: 16px;
  }
  .field--name-field-brand-blocks > .field__item .paragraph--type--brend-products .field--name-field-brand-category-products .owl-nav .owl-next, .node-brend-category-full-page .paragraph--type--brend-category .field--name-field-brand-category-products .owl-nav .owl-next, #block-other-products .owl-nav .owl-next, #block-dml-category-products .owl-nav .owl-next {
    top: 88px;
    right: 16px;
  }
  .node-brend-category-full-page .paragraph--type--brend-category .field--name-field-brand-category-products .owl-nav {
    margin: 0;
  }
  .node-brend-category-full-page .paragraph--type--brend-category .field--name-field-brand-category-products .owl-stage-outer {
    width: 100%;
  }
  #block-views-block-knowledge-block-1 .view-content, #block-category-news .view-content, .field--name-field-brand-blocks > .field__item .paragraph--type--brend-products .field--name-field-brand-category-products, .node-brend-category-full-page .paragraph--type--brend-category .field--name-field-brand-category-products {
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
  }
  #block-views-block-knowledge-block-1 .view-content .owl-stage-outer, #block-category-news .view-content .owl-stage-outer, .field--name-field-brand-blocks > .field__item .paragraph--type--brend-products .field--name-field-brand-category-products .owl-stage-outer, .node-brend-category-full-page .paragraph--type--brend-category .field--name-field-brand-category-products .owl-stage-outer {
    margin-left: 0;
  }
  #block-views-news-block-1 .view-content, #block-views-block-news-block-3 .view-content, #block-other-products, #block-dml-category-products, #block-views-block-news-2 .view-content, #block-dml-brand-news .news-list-wrapper {
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
  }
  #block-views-news-block-1 .view-content .owl-stage-outer, #block-views-block-news-block-3 .view-content .owl-stage-outer, #block-other-products .owl-stage-outer, #block-dml-category-products .owl-stage-outer, #block-views-block-news-2 .view-content .owl-stage-outer, #block-dml-brand-news .news-list-wrapper .owl-stage-outer {
    margin: 0;
  }
  #block-about {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #block-about .content {
    padding-right: 54%;
  }
  #block-views-block-slideshow #views_slideshow_cycle_main_slideshow-block_1 .views-row .slide-bg::after {
    width: 100%;
  }
  #block-other-products {
    padding: 0 16px;
  }
  #block-other-products .content {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
  #block-other-products .content .owl-nav, #block-dml-category-products .content .owl-nav {
    width: 100%;
    left: 0;
    margin: 0;
  }
  #block-other-products .content .owl-nav .owl-prev, #block-dml-category-products .content .owl-nav .owl-prev {
    top: 88px;
    left: 0;
  }
  #block-other-products .content .owl-nav .owl-next, #block-dml-category-products .content .owl-nav .owl-next {
    top: 88px;
    right: 0;
  }
}
@media only screen and (max-width:1260px) {
  .about-map .map-content {
    background-size: contain;
  }
  .about-map .map-content .map-points p.usa {
    left: 22.29%;
  }
  .about-map .map-content .map-points p.gem {
    left: 50.71%;
  }
  .about-map .map-content .map-points p.mosk {
    left: 62.34%;
  }
}
@media only screen and (max-width:1230px) {
  #block-views-block-slideshow #views_slideshow_cycle_main_slideshow-block_1 .views-row .slide-content {
    padding-left: 32px;
    width: 1230px;
  }
  #block-views-block-slideshow #views_slideshow_cycle_main_slideshow-block_1 .views-row .slide-content ul {
    left: 32px;
  }
  #block-views-block-slideshow .views-slideshow-controls-bottom {
    margin: 0;
    left: 32px;
  }
  #block-slider-bottom {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
  }
  #block-about {
    padding-left: 30px;
  }
  .view-catalog.view-id-catalog {
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
  }
  #block-front-video, #block-views-block-our-brands > h2, #block-views-news-block-1 h2, #block-views-block-knowledge-block-1 h2 {
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
  }
  #block-views-block-our-brands .owl-nav {
    margin: 0;
    left: auto;
    right: 16px;
  }
  #block-views-block-our-brands .owl-carousel.owl-loaded {
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
  }
  #block-views-block-serts .content {
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
  }
  #block-views-block-serts .content .view.view-serts .view-content {
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 50px;
  }
  #block-views-block-serts .content .view.view-serts .view-content .owl-stage-outer {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #block-views-news-block-1 .view-header {
    left: auto;
    right: 16px;
  }
  #block-set-request .content {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  footer {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
  }
  .region-pagetop #block-dmliefer-breadcrumbs {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
  }
  #block-dmliefer-page-title, .region-messages #block-dmliefer-local-tasks {
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
  }
  .region-messages {
    box-sizing: border-box;
    width: 100%;
    padding: 0 30px;
    max-width: 100%;
  }
  header .top-row, header #header-content {
    box-sizing: border-box;
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
    max-width: 100%;
  }
  header #block-dmliefer-search-block {
    right: 30px;
  }
  #block-views-block-our-brands > .content .view-header {
    margin: 0;
    left: 350px;
  }
  #block-views-block-our-brands > .content {
    box-sizing: border-box;
    padding-right: 30px;
    padding-left: 30px;
    max-width: 100%;
  }
  .about-text {
    box-sizing: border-box;
    padding-right: 30px;
    padding-left: 30px;
    max-width: 100%;
  }
  .about-text > div > div {
    width: 49%;
  }
  .about-text > div > div img {
    width: 100% !important;
    height: auto !important;
  }
  .about-map .map-content h2 {
    box-sizing: border-box;
    padding-right: 30px;
    padding-left: 30px;
    max-width: 100%;
  }
  .about-advantag, .about-services, .about-take-care, #block-views-block-serts-simple, #block-contact-with-us {
    box-sizing: border-box;
    padding-right: 30px;
    padding-left: 30px;
    max-width: 100%;
  }
  #block-contact-with-us form.webform-submission-form .form-actions input {
    min-width: auto;
  }
  form[id^="webform-"] .form-item.form-type-textarea textarea {
    height: 110px;
  }
  #block-vacancy-top, .view.view-vakansii, #block-vacancy-bottom {
    box-sizing: border-box;
    padding-right: 30px;
    padding-left: 30px;
    max-width: 100%;
  }
  #block-vacancy-top .two-columns p {
    width: 48%;
  }
  #block-vacancy-top .two-columns p img {
    width: 100% !important;
    height: auto !important;
  }
  #block-vacancy-top .two-columns p:first-child {
    margin-right: 0;
  }
  .node-type-page .region-content {
    box-sizing: border-box;
    padding-right: 30px;
    padding-left: 30px;
    max-width: 100%;
  }
  .node-type-page.node-type-page-full-width .region-content {
    padding-left: 0;
    padding-right: 0;
  }
  .contacts .gray, .contacts .white > div {
    box-sizing: border-box;
    padding-right: 30px;
    padding-left: 30px;
    max-width: 100%;
  }
  .view.view-display-id-brands_page, #block-dml-category-products, #block-category-news {
    box-sizing: border-box;
    padding-right: 30px;
    padding-left: 30px;
    max-width: 100%;
  }
  .main-content.category-page .layout-content-with-sidebar {
    box-sizing: border-box;
    padding-right: 30px;
    padding-left: 30px;
    max-width: 100%;
  }
  .region-content {
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
  }
  #block-brend-categories {
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
  }
  #block-views-block-news-2 h2, #block-views-block-news-block-3 h2, #block-dml-brand-news h2 {
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
  }
  .field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-image img {
    width: 93% !important;
    height: auto !important;
  }
  .node-brand-full-page .paragraph--type--brend-about-garanty .paragraph-content .left .field--name-field-brand-garamty-doc img {
    width: 100% !important;
    height: auto !important;
  }
  #block-brand-analogs, #block-brend-orders, #block-dml-other-orders {
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
  }
  .node-type-page.node-nid-2095.node-type-page-full-width .node--view-mode-full .quick-blocks {
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
  }
  #block-links-to-other-products {
    box-sizing: border-box;
    padding: 0 30px;
    max-width: 100%;
  }
  .field--name-field-brand-blocks > .field__item .paragraph--type--brend-products .field--name-field-brand-category-products .owl-nav {
    margin: 0;
    left: 0;
    right: 0;
  }
  .field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-products .category-link {
    right: -30px;
    box-sizing: border-box;
    padding-right: 30px;
    width: 146px;
  }
  #block-brand-analogs .content {
    grid-template-columns: repeat(4, 23%);
  }
  #block-brand-analogs .content article {
    width: 100%;
  }
  .main-content.node-type-brand .layout-content {
    max-width: 100%;
  }
}
@media only screen and (max-width:1120px) {
  #block-about {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .node-brend-order-full-page .left, .node-product-full-page .left {
    width: 54.27%;
  }
  .node-brend-order-full-page .left .owl-carousel .owl-item img, .node-product-full-page .left .owl-carousel .owl-item img {
    height: auto;
  }
}
@media only screen and (max-width:1070px) {
  header #block-dmliefer-main-menu, header #block-dml-catalog-cats-block {
    padding-right: 40px;
  }
  #block-front-video .video-preload h3, #block-front-video strong h3 {
    font-size: 42px;
  }
  .about-map .map-content {
    height: 800px;
  }
  #block-find-brand {
    width: 80%;
  }
}
@media only screen and (max-width:960px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
  }
  header.opened-menu {
    position: absolute;
  }
  body.toolbar-fixed header {
    top: 39px;
  }
  body.toolbar-fixed {
    padding-top: 188px !important;
  }
  .mobile-burger {
    display: block;
    width: 24px;
    height: 24px;
    background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/burger.svg) center center no-repeat;
    cursor: pointer;
  }
  .mobile-burger.opened {
    background-image: url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/close_mobile_menu.svg);
  }
  .mobile-search-toggle {
    display: block;
    width: 24px;
    height: 24px;
    background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/search_icon.svg) center center no-repeat;
    cursor: pointer;
    margin-right: 16px;
  }
  .mobile-search-toggle.opened {
    background-image: url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/mobile_search_not_active.svg);
  }
  .mobile-menu-wrapper {
    display: none;
    position: absolute;
    top: 99px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 100;
    padding: 40px 0 0;
  }
  .mobile-menu-wrapper .mobile-footer {
    padding: 44px 32px 40px;
    box-sizing: border-box;
    border-top: 1px solid #EAEAEA;
  }
  .mobile-menu-wrapper .mobile-footer .button {
    width: 100%;
    max-width: 560px;
    background: #343b45;
    color: #fff;
    box-sizing: border-box;
    margin: 40px 0 0;
    padding: 15px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: block;
  }
  .mobile-menu-wrapper .mobile-footer .phone {
    height: 22px;
    padding: 0 0 0 25px;
    background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/smartphone_b.svg) left center no-repeat;
    margin-bottom: 20px;
    line-height: 22px;
  }
  .mobile-menu-wrapper .mobile-footer .phone a {
    color: #343b45;
    font-size: 14px;
  }
  .mobile-menu-wrapper .mobile-footer .email a {
    color: #343b45;
    font-size: 14px;
  }
  body.toolbar-vertical .mobile-menu-wrapper {
    top: 149px;
  }
  #block-dml-mobile-menu {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0 32px;
  }
  #block-dml-mobile-menu .content > .menu {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0;
  }
  #block-dml-mobile-menu .content > .menu > .menu-item {
    padding: 0;
    margin-bottom: 40px;
  }
  #block-dml-mobile-menu .content > .menu > .menu-item .menu {
    margin: 40px 0 0;
    display: none;
    padding: 0;
    box-sizing: border-box;
  }
  #block-dml-mobile-menu .content > .menu > .menu-item .menu li {
    padding: 0;
  }
  #block-dml-mobile-menu .content > .menu > .menu-item .menu li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
  }
  #block-dml-mobile-menu .content > .menu a {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #343b45;
    text-decoration: none;
  }
  #block-dml-mobile-menu .content > .menu a:hover {
    color: #4e4c4c;
  }
  #block-dml-mobile-menu .content > .menu > li.menu-item.menu-item--expanded {
    position: relative;
    list-style: none;
  }
  #block-dml-mobile-menu .content > .menu > li.menu-item.menu-item--expanded > a {
    display: inline-block;
    box-sizing: border-box;
  }
  #block-dml-mobile-menu .content > .menu > li.menu-item.menu-item--expanded > span {
    display: inline-block;
    box-sizing: border-box;
    margin-left: 5px;
    width: 21px;
    height: 16px;
    background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/main-menu-expand.svg) right center no-repeat;
    cursor: pointer;
  }
  #block-dml-mobile-menu .content > .menu > li.menu-item.menu-item--expanded > span.opened {
    background-image: url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/main-menu-expand-open.svg);
  }
  #block-dml-mobile-menu .content > .menu > li.menu-item.menu-item--expanded:hover > a {
    color: #666;
  }
  #block-dml-mobile-menu .content > .menu .catalog-categories {
    display: none;
    margin-top: 40px;
  }
  #block-dml-mobile-menu .content > .menu .catalog-categories ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  #block-dml-mobile-menu .content > .menu .catalog-categories ul li {
    list-style: none;
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    padding-left: 44px;
    padding-block: 5px;
  }
  #block-dml-mobile-menu .content > .menu .catalog-categories ul li span {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #block-dml-mobile-menu .content > .menu .catalog-categories ul li img {
    max-width: 24px !important;
    max-height: 24px !important;
    display: block;
  }
  #block-dml-mobile-menu .content > .menu .catalog-categories ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
  }
  #block-dml-mobile-menu .content > .menu .catalog-categories ul li a:hover {
    color: #ED1C24;
  }
  #page.fixed {
    position: fixed;
    top: 170px;
    left: 0;
    right: 0;
  }
  header #block-dml-catalog-cats-block {
    display: none;
  }
  header #block-dmliefer-search-block {
    right: 56px;
  }
  #block-slider-bottom {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  #block-slider-bottom .directions {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #block-slider-bottom .directions p {
    width: 47%;
    margin-bottom: 30px;
  }
  .view-catalog .view-content, #block-brend-categories .content {
    grid-template-columns: repeat(3, 1fr);
  }
  .view-catalog .view-footer .other-devices, .view-catalog .view-footer .order {
    min-height: 220px;
  }
  .view-catalog .view-footer .other-devices {
    background-size: cover;
  }
  .view-catalog .view-footer .order {
    background-size: 60% auto;
  }
  .node-type-page.node-nid-2095.node-type-page-full-width .node--view-mode-full .quick-blocks .left {
    background-size: cover;
  }
  .node-type-page.node-nid-2095.node-type-page-full-width .node--view-mode-full .quick-blocks .left, .node-type-page.node-nid-2095.node-type-page-full-width .node--view-mode-full .quick-blocks .right {
    min-height: 220px;
    height: 220px;
  }
  footer #block-dmliefer-footer {
    width: 100%;
  }
  footer #block-dmliefer-footer .content .menu {
    column-gap: 30px;
  }
  footer {
    padding-bottom: 20px;
  }
  footer #block-footer-request {
    width: 100%;
  }
  footer #block-footer-request .field--name-body {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  footer #block-footer-request .field--name-body p {
    width: 35%;
  }
  footer #block-footer-request .content a.button {
    padding: 15px 20px;
    width: 90%;
    text-align: center;
  }
  footer #block-footer-contacts {
    margin-top: 30px;
  }
  footer #block-footer-contacts .field--name-body {
    flex-wrap: wrap;
  }
  footer #block-footer-contacts .field--name-body div {
    width: 33.3%;
    display: block;
    box-sizing: border-box;
    padding-right: 20px;
    margin-bottom: 30px;
  }
  #block-views-block-serts .content .view.view-serts .view-header {
    width: 45%;
  }
  #block-views-block-serts .content .view.view-serts .view-content {
    width: 54%;
  }
  #block-views-block-serts {
    padding: 80px 0;
  }
  #block-front-video .video-preload h3, #block-front-video strong h3 {
    font-size: 32px;
  }
  #block-front-video .video-preload, #block-front-video strong {
    height: 480px;
  }
  #block-front-video .video-preload iframe, #block-front-video strong iframe {
    height: 480px !important;
  }
  header #block-dmliefer-search-block .search-toggle {
    position: absolute;
    background-image: url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/search_close.svg);
    right: 16px;
  }
  header #block-dmliefer-search-block {
    display: none;
    width: 100% !important;
    top: 98px;
    left: 0;
    right: 0;
    position: absolute;
    height: 64px;
    box-shadow: 0px 11px 32px rgba(52, 59, 69, 0.08);
    padding: 0;
    border-top: 1px solid #EAEAEA;
    background: #fff;
  }
  header #block-dmliefer-search-block .content {
    box-sizing: border-box;
    padding: 0 16px;
    height: 100%;
  }
  header #block-dmliefer-search-block #dmliefer-helper-search-form {
    width: 100%;
    padding: 5px 0 6px;
  }
  header #block-dmliefer-branding {
    flex-grow: 2;
  }
  #block-views-block-slideshow #views_slideshow_cycle_main_slideshow-block_1 .views-row .slide-bg {
    background-position: center top;
    background-size: cover;
  }
  .about-1 {
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .about-1 div:last-child img {
    margin-top: 0;
    max-width: 520px;
  }
  .about-text > div > div {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-text > div > div img {
    max-width: 520px;
  }
  .about-2 {
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 70px;
  }
  .about-advantag {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about-advantag .content {
    flex-direction: column;
  }
  .about-advantag .content div {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .about-advantag .content div h3 br {
    display: none;
  }
  .about-services {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .about-services .content div {
    width: 45%;
  }
  .about-take-care {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about-take-care .content div {
    width: 45%;
  }
  .contacts .gray .content, .contacts .white > div {
    flex-direction: column;
  }
  .contacts .white > div div {
    width: 100%;
    margin-bottom: 20px;
  }
  .contacts .white {
    padding-bottom: 30px;
  }
  .industries-wrapper .industries > p {
    min-height: 290px;
  }
  .industries-wrapper .industries > p b {
    font-size: 25px;
    line-height: 30px;
  }
  .industries-wrapper .industries > p span {
    line-height: 22px;
  }
  .node--type-poleznoe.node--view-mode-full .field--name-body img {
    max-width: 770px;
    width: 100% !important;
    height: auto !important;
  }
  .field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-image {
    grid-row-end: 1;
  }
  .field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories.with-image .field--name-field-brand-cat-image {
    grid-row-end: 1;
  }
  .field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories {
    grid-gap: 20px 0;
  }
  .main-content.node-type-brand .brand-title-wrapper {
    flex-wrap: wrap;
  }
  .main-content.node-type-brand .brand-title-wrapper .logo {
    width: auto;
    margin-right: 30px;
  }
  #block-brand-analogs .content {
    grid-template-columns: repeat(3, 1fr);
  }
  .view.view-display-id-brands_page .view-content {
    grid-template-columns: repeat(3, 1fr);
  }
  .search-content .search-params {
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }
  .search-content .search-params .search-types {
    margin: 30px 0 20px;
  }
  .search-content .search-params .search-order {
    margin: 0 0 30px;
  }
  .view-taxonomy-term.view-id-taxonomy_term.view-display-id-page_1 .view-content {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 45px 30px;
  }
  .layout-content-with-sidebar {
    flex-direction: column;
  }
  .layout-content-with-sidebar .sidebar {
    min-width: auto;
    max-width: 600px;
  }
  #block-katalog h2 {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    box-sizing: border-box;
    padding: 0 30px 0 0;
    position: relative;
    cursor: pointer;
    margin: 0 0 40px;
  }
  #block-katalog h2:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/sidebar_close.svg) center center no-repeat;
  }
  #block-katalog h2.open:after {
    background: transparent url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/sidebar_open.svg) center center no-repeat;
  }
  #block-katalog > .menu {
    margin: 0 0 40px;
    display: none;
  }
  #block-katalog > .menu > li {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  #block-katalog > .menu > li .menu {
    display: none;
  }
  .view-taxonomy-term.view-id-taxonomy_term.view-display-id-page_1 .view-content {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .main-content.category-page .layout-content-with-sidebar .layout-content .region-content {
    padding: 0;
  }
  #block-category-news .all-news-link {
    padding-top: 30px;
  }
  .view.view-display-id-news_page .view-content, .view.knowledge-page .view-content {
    grid-template-columns: repeat(3, 1fr);
  }
  .view.view-display-id-news_page .view-content .views-row.first-news, .view.knowledge-page .view-content .views-row.first-news {
    grid-column: span 3;
  }
  .all-brand-news-wrapper .all-brand-news-content {
    grid-template-columns: repeat(3, 1fr);
  }
  .view-taxonomy-term #block-dml-category-products {
    width: calc(100vw - 90px);
  }
}
@media only screen and (max-width:840px) {
  .main-content.node-type-article #block-dmliefer-at-dmliefer-system-main {
    max-width: 100%;
  }
  .node-type-article.node--view-mode-full .field--name-field-image img {
    width: 100% !important;
    height: auto !important;
  }
  .main-content.node-type-article #block-dmliefer-breadcrumbs {
    padding: 0 16px;
  }
}
@media only screen and (max-width:768px) {
  #block-views-block-slideshow #views_slideshow_cycle_main_slideshow-block_1 .views-row .slide-content h1, #block-views-block-slideshow #views_slideshow_cycle_main_slideshow-block_1 .views-row .slide-content h2 {
    font-size: 40px;
    line-height: 49px;
  }
  #block-views-block-slideshow #views_slideshow_cycle_main_slideshow-block_1 .views-row .slide-content ul li strong {
    font-size: 30px;
  }
  #block-slider-bottom .directions p {
    width: 100%;
    max-width: 560px;
  }
  #block-slider-bottom .directions p a {
    background-size: cover !important;
    background-position: center !important;
  }
  #block-about {
    padding-top: 50px;
    padding-bottom: 0;
  }
  #block-about .content {
    padding: 0;
  }
  #block-about .content a {
    margin-top: 20px;
  }
  #block-about .content .img {
    display: block;
    margin: 32px -16px 0;
  }
  #block-about .content .img img {
    display: block;
    width: 100% !important;
    height: auto !important;
  }
  #block-about:after {
    display: none;
  }
  .view-catalog .view-content, #block-brend-categories .content {
    grid-template-columns: repeat(2, 1fr);
  }
  .view-catalog .view-content .views-row {
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .view-catalog .view-content .views-row .views-field-field-termin-logo {
    width: 25%;
    margin-right: 7%;
    height: auto;
  }
  .view-catalog .view-content .views-row .views-field-field-termin-logo svg {
    width: 100% !important;
    height: auto !important;
    max-height: 74px;
  }
  .view-catalog .view-content .views-row .views-field-name {
    padding: 0;
  }
  .view-catalog .view-content .views-row .views-field-name:before {
    display: none;
  }
  .view.view-display-id-brands_page .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
  #block-brend-categories .content .taxonomy-term, .node--type-poleznoe.node--view-mode-full .catalog-categories .cc-content .taxonomy-term {
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  #block-brend-categories .content .taxonomy-term .field--name-field-termin-logo, .node--type-poleznoe.node--view-mode-full .catalog-categories .cc-content .taxonomy-term .field--name-field-termin-logo {
    width: 25%;
    margin-right: 7%;
    height: auto;
  }
  #block-brend-categories .content .taxonomy-term .field--name-field-termin-logo svg, .node--type-poleznoe.node--view-mode-full .catalog-categories .cc-content .taxonomy-term .field--name-field-termin-logo svg {
    width: 100% !important;
    height: auto !important;
    max-height: 74px;
  }
  #block-brend-categories .content .taxonomy-term h3, .node--type-poleznoe.node--view-mode-full .catalog-categories .cc-content .taxonomy-term h3 {
    padding: 0;
  }
  #block-brend-categories .content .taxonomy-term h3:before, .node--type-poleznoe.node--view-mode-full .catalog-categories .cc-content .taxonomy-term h3:before {
    display: none;
  }
  .node--type-poleznoe.node--view-mode-full .catalog-categories {
    margin-bottom: 0;
  }
  .node--type-poleznoe.node--view-mode-full .catalog-categories .cc-content {
    grid-template-columns: repeat(2, 1fr);
  }
  .view-catalog .view-footer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
  .view-catalog .view-footer .other-devices, .view-catalog .view-footer .order {
    display: block;
    min-height: 180px;
    height: 180px;
    width: 100%;
    max-width: 560px;
  }
  .view-catalog .view-footer .texts {
    display: block;
    width: 100%;
  }
  body.not-front-page .view-catalog.view-id-catalog {
    padding-left: 0;
    padding-right: 0;
  }
  #block-front-video .video-preload, #block-front-video strong {
    height: 320px;
  }
  #block-front-video .video-preload iframe, #block-front-video strong iframe {
    height: 320px !important;
  }
  #block-front-video .video-preload h3, #block-front-video strong h3 {
    font-size: 26px;
  }
  header .top-row .phone-2 {
    display: none;
  }
  footer #block-dmliefer-footer .content .menu {
    column-count: 2;
    column-gap: 0;
  }
  footer #block-footer-request .field--name-body p {
    width: 50%;
  }
  footer #block-footer-request .content a.button {
    max-width: 220px;
  }
  footer #block-footer-contacts .field--name-body div {
    width: 50%;
  }
  .about-map .map-content {
    height: 750px;
    padding: 70px 0 80px;
  }
  .about-map .map-content .map-points p.usa {
    top: 307px;
  }
  .about-map .map-content .map-points p.gem {
    top: 301px;
  }
  .about-map .map-content .map-points p.mosk {
    top: 278px;
    left: 59.34%;
  }
  .about-map .map-content .digits {
    left: 8%;
    width: 84%;
  }
  .about-map .map-content .digits li {
    font-size: 20px;
  }
  .about-map .map-content .digits li strong {
    font-size: 60px;
  }
  .about-advantag .content div h3 {
    font-size: 32px;
  }
  .about-services {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .about-bottom blockquote {
    max-width: 90%;
  }
  .about-bottom blockquote br {
    display: none;
  }
  #block-contact-with-us form.webform-submission-form .form-item.form-type-textfield, #block-contact-with-us form.webform-submission-form .form-item.form-type-email {
    width: 46%;
  }
  #block-contact-with-us form.webform-submission-form .form-item.form-type-checkbox {
    width: 50%;
    margin: 0;
  }
  #block-contact-with-us form.webform-submission-form .form-item.form-type-textarea {
    width: 100%;
    margin: 0 0 30px;
    height: auto;
  }
  #block-contact-with-us form.webform-submission-form .form-actions {
    margin-bottom: 0;
  }
  .ui-dialog .ui-dialog-content .webform-submission-ostavte-zayavku-na-oborudovanie-form .form-item.form-item-name, .ui-dialog .ui-dialog-content .webform-submission-ostavte-zayavku-na-oborudovanie-form .form-item.form-item-phone, .ui-dialog .ui-dialog-content .webform-submission-ostavte-zayavku-na-oborudovanie-form .form-item.form-item-mail, .ui-dialog .ui-dialog-content .webform-submission-ostavte-zayavku-na-oborudovanie-form .form-item.form-item-model, .ui-dialog .ui-dialog-content .webform-submission-ostavte-zayavku-na-oborudovanie-form .form-item.form-item-agree {
    width: 100%;
  }
  .ui-dialog .ui-dialog-content .webform-submission-ostavte-zayavku-na-oborudovanie-form .form-item.form-item-agree {
    position: relative;
    bottom: auto;
    margin-bottom: 20px;
  }
  .ui-dialog .ui-dialog-content .webform-submission-zapros-form .form-item.form-item-agree {
    position: relative;
    bottom: auto;
    margin-bottom: 0;
    width: 100%;
  }
  .ui-dialog .ui-dialog-titlebar {
    padding: 62px 30px 0;
  }
  .ui-dialog .ui-dialog-content {
    padding: 24px 30px 0;
    max-height: 100% !important;
  }
  .ui-dialog .ui-dialog-buttonpane {
    padding: 24px 30px 30px;
  }
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
    width: 100%;
    max-width: 100%;
  }
  .industries-wrapper .industries {
    grid-template-columns: repeat(1, 1fr);
  }
  .industries-wrapper .industries > p {
    min-height: 250px;
  }
  .industries-wrapper .bottom-blocks, #block-links-to-other-products .bottom-blocks {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .industries-wrapper .bottom-blocks .other-devices, #block-links-to-other-products .bottom-blocks .other-devices, .industries-wrapper .bottom-blocks .order, #block-links-to-other-products .bottom-blocks .order {
    display: block;
    min-height: 180px;
    width: 100%;
    max-width: 560px;
  }
  .industries-wrapper .bottom-blocks .texts, #block-links-to-other-products .bottom-blocks .texts {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
  #block-links-to-other-products {
    margin: 60px 0 30px;
  }
  .complete-orders-wrapper .orders-list .row, #block-brend-orders .content .rows .row, #block-dml-other-orders .content .rows .row {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .complete-orders-wrapper .orders-list .row .title, #block-brend-orders .content .rows .row .title, #block-dml-other-orders .content .rows .row .title {
    width: 60%;
    max-width: 100%;
    margin: 0;
    flex-grow: 2;
  }
  .complete-orders-wrapper .orders-list .row .text, #block-brend-orders .content .rows .row .text, #block-dml-other-orders .content .rows .row .text {
    width: 100%;
    margin: 10px 0;
  }
  .complete-orders-wrapper .orders-list .row a.button, #block-brend-orders .content .rows .row a.button, #block-dml-other-orders .content .rows .row a.button {
    margin: 0;
    padding: 10px 25px;
    width: auto;
    height: auto;
  }
  .node-brend-order-full-page .content, .node-product-full-page .content {
    flex-wrap: wrap;
  }
  .node-brend-order-full-page .content .left, .node-product-full-page .content .left {
    width: 100%;
    flex: auto;
    margin: 0 0 30px;
  }
  .node-brend-order-full-page .content .right, .node-product-full-page .content .right {
    width: 100%;
    flex: auto;
  }
  .node-brend-order-full-page .content .right .page-title, .node-product-full-page .content .right .page-title, .node-brend-order-full-page .content .right .field--name-field-product-title, .node-product-full-page .content .right .field--name-field-product-title {
    display: none;
  }
  .node-brend-order-full-page, .node-product-full-page {
    margin-bottom: 30px;
  }
  .hide-desktop {
    display: block;
  }
  .hide-mobile {
    display: none;
  }
  #block-dmliefer-page-title.hide-desktop h1 {
    font-size: 35px;
    line-height: 43px;
  }
  .node-brand-full-page .paragraph--type--brend-about-menu .field--name-field-brand-about-body ul {
    column-count: 1;
  }
  .node-brand-full-page .paragraph--type--brend-about-menu .field--name-field-brand-about-body ul li {
    max-width: 100%;
  }
  .node-brand-full-page .paragraph--type--brend-about-company .field--name-field-brand-photo {
    width: 100%;
    padding: 0 0 30px;
  }
  .node-brand-full-page .paragraph--type--brend-about-company .right {
    flex: auto;
    width: 100%;
  }
  #block-category-news {
    padding: 40px 0;
  }
  #block-category-news h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
    padding: 0 16px;
  }
  #block-category-news .content .owl-item {
    width: 210px !important;
  }
  .main-content.category-page > .page-top .title-term-logo {
    width: 250px;
    top: 50px;
    left: auto;
    right: 2%;
    display: none;
  }
  .main-content.category-page > .page-top .title-term-logo img {
    width: 100% !important;
    height: auto !important;
  }
  #block-vacancy-top .two-columns {
    flex-wrap: wrap;
  }
  #block-vacancy-top .two-columns p {
    width: 100%;
  }
  #block-vacancy-top .two-columns p img {
    max-width: 570px;
    margin: 15px 0;
  }
  .node--type-page.node--view-mode-full .field--name-body img {
    width: 100% !important;
    height: auto !important;
  }
  .taxonomy-term.vocabulary-catalog.full-page .field--name-description img {
    width: 100% !important;
    height: auto !important;
  }
  .taxonomy-term.vocabulary-catalog.full-page .field--name-description ul, .taxonomy-term.vocabulary-catalog.full-page .field--name-description ol {
    padding-left: 20px;
  }
  .node-type-article.node--view-mode-full .field--name-body img {
    display: block;
    width: 100% !important;
    height: auto !important;
  }
  .node-type-page.node-nid-2095.node-type-page-full-width .node--view-mode-full .quick-blocks {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
  .node-type-page.node-nid-2095.node-type-page-full-width .node--view-mode-full .quick-blocks .left, .node-type-page.node-nid-2095.node-type-page-full-width .node--view-mode-full .quick-blocks .right {
    display: block;
    min-height: 180px;
    width: 100%;
    max-width: 560px;
  }
  .node-type-page.node-nid-2095.node-type-page-full-width .node--view-mode-full .quick-blocks .left {
    margin-bottom: 20px;
  }
  .node-brand-full-page .paragraph--type--brend-about-garanty .paragraph-content .left .field--name-field-brand-garamty-doc {
    padding: 0;
    border: 0 none;
  }
  .node-brand-full-page .paragraph--type--brend-about-company .right {
    align-items: flex-start;
  }
  .view.view-display-id-news_page .view-content .views-row.first-news .image {
    width: 50%;
  }
  .node-brand-full-page .paragraph--type--brend-about-company .right {
    padding-left: 0;
  }
  .node-brand-full-page .paragraph .field--type-text-long p > img, .node-brand-full-page .paragraph .text-formatted p > img {
    width: 100% !important;
    height: auto !important;
  }
  .view-taxonomy-term.view-id-taxonomy_term.view-display-id-page_1 .view-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .view-taxonomy-term.view-id-taxonomy_term.view-display-id-page_1 .view-content > .views-row {
    width: 47%;
  }
  .all-brand-news-wrapper .all-brand-news-content, .all-category-news {
    grid-template-columns: repeat(2, 1fr);
  }
  .all-brand-news-wrapper .all-brand-news-content article .body, .all-brand-news-wrapper .all-brand-news-content article img, .all-brand-news-wrapper .all-brand-news-content article h3 {
    max-width: 100%;
  }
}
@media only screen and (max-width:640px) {
  header .top-row > .content {
    height: 40px;
  }
  header .top-row .email {
    font-size: 14px;
  }
  header .top-row .phone {
    margin-right: 0;
    font-size: 14px;
  }
  header .top-row .button {
    display: none;
  }
  header #header-content {
    height: 81px;
  }
  header #header-content .site-logo img {
    height: 40px !important;
    width: auto !important;
  }
  header #block-dmliefer-search-block {
    top: 81px;
  }
  header {
    top: 0;
  }
  body {
    padding-top: 121px !important;
  }
  .mobile-menu-wrapper {
    top: 122px;
  }
  body.toolbar-fixed, body.toolbar-vertical {
    padding-top: 160px !important;
  }
  body.toolbar-fixed header, body.toolbar-vertical header {
    top: 39px;
  }
  body.toolbar-fixed .mobile-menu-wrapper, body.toolbar-vertical .mobile-menu-wrapper {
    top: 122px;
  }
  #block-views-block-slideshow #views_slideshow_cycle_main_slideshow-block_1 .views-row .slide-content {
    padding: 32px;
  }
  #block-views-block-slideshow #views_slideshow_cycle_main_slideshow-block_1 .views-row .slide-content p {
    display: block;
  }
  #block-views-block-slideshow #views_slideshow_cycle_main_slideshow-block_1 .views-row .slide-content h1, #block-views-block-slideshow #views_slideshow_cycle_main_slideshow-block_1 .views-row .slide-content h2 {
    font-weight: 700;
    font-size: 23px;
    line-height: 27px;
    margin: 20px 0;
    max-width: 90%;
  }
  #block-views-block-slideshow #views_slideshow_cycle_main_slideshow-block_1 .views-row .slide-content a {
    width: 180px;
    padding: 12px;
  }
  #block-views-block-slideshow #views_slideshow_cycle_main_slideshow-block_1 .views-row .slide-content ul {
    padding-top: 40px;
    flex-direction: column;
    box-sizing: border-box;
    padding-left: 30px;
    bottom: 95px;
  }
  #block-views-block-slideshow #views_slideshow_cycle_main_slideshow-block_1 .views-row .slide-content ul li {
    font-size: 14px;
  }
  #block-views-block-slideshow #views_slideshow_cycle_main_slideshow-block_1 .views-row .slide-content ul li strong {
    line-height: 31px;
  }
  #block-views-block-slideshow #views_slideshow_cycle_main_slideshow-block_1 .views-row .slide-content ul li:before {
    left: -30px;
    bottom: 30px;
  }
  #block-views-block-slideshow #views_slideshow_cycle_main_slideshow-block_1 .views-row .slide-content ul li:after {
    height: 66px;
    width: 1px;
    left: -25px;
    bottom: -30px;
  }
  #block-slider-bottom {
    padding-top: 35px;
  }
  #block-slider-bottom .directions p a {
    height: 190px;
  }
  #block-slider-bottom .directions p a strong {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 14px;
  }
  #block-about {
    padding: 32px 16px 0;
  }
  h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .view-catalog .view-header p {
    font-size: 16px;
    line-height: 26px;
  }
  .view-catalog .view-header h1 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 35px;
  }
  .view-catalog .view-content .views-row {
    padding: 10px 20px;
    margin-bottom: 10px;
  }
  .view-catalog .view-content .views-row .views-field-name {
    font-weight: 400;
  }
  #block-brend-categories .content .taxonomy-term {
    padding: 10px 20px;
    margin-bottom: 10px;
    width: 100%;
  }
  #block-brend-categories .content .taxonomy-term h3 {
    font-weight: 400;
  }
  #block-brend-categories .content .taxonomy-term .field--name-field-termin-logo {
    width: 60px;
    margin-right: 20px;
  }
  #block-brend-categories .content .taxonomy-term .field--name-field-termin-logo svg {
    max-height: 60px;
  }
  .view-catalog .view-content, #block-brend-categories .content {
    display: flex;
    flex-direction: column;
    grid-gap: 0;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .view-catalog .view-content .views-row {
    width: 100%;
  }
  .view-catalog .view-content .views-row .views-field-field-termin-logo {
    width: 60px;
    min-width: 60px;
    margin-right: 20px;
  }
  .view-catalog .view-content .views-row .views-field-field-termin-logo svg {
    max-height: 60px;
  }
  .view-catalog .view-footer {
    grid-gap: 16px;
  }
  .view-catalog .view-footer .other-devices {
    padding: 20px;
  }
  .view-catalog .view-footer .other-devices, .view-catalog .view-footer .order {
    font-size: 20px;
    min-height: 140px;
  }
  .view-catalog .view-footer .other-devices b, .view-catalog .view-footer .order b {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .view-catalog .view-footer a {
    padding: 20px;
  }
  .view-catalog .view-footer .order a {
    padding: 20px;
  }
  .node-type-page.node-nid-2095.node-type-page-full-width #block-dmliefer-page-title h1 {
    font-size: 130px;
    line-height: 150px;
    margin: 0 auto 30px;
  }
  .node-type-page.node-nid-2095.node-type-page-full-width .node--view-mode-full p {
    font-size: 24px;
    width: 100%;
  }
  .node-type-page.node-nid-2095.node-type-page-full-width .node--view-mode-full .quick-blocks .left a, .node-type-page.node-nid-2095.node-type-page-full-width .node--view-mode-full .quick-blocks .right a {
    padding: 20px;
  }
  #block-front-video {
    margin-top: 40px;
  }
  #block-front-video .video-preload {
    height: 240px;
  }
  #block-front-video .video-preload iframe {
    height: 240px !important;
  }
  #block-front-video .video-preload .play-icon:after {
    right: 20px;
    bottom: 20px;
    width: 54px;
    height: 54px;
  }
  #block-front-video .video-preload h3 {
    left: 20px;
    bottom: 20px;
    font-size: 24px;
    line-height: 28px;
  }
  #block-front-video .video-preload h3:before {
    font-size: 14px;
    top: -20px;
  }
  #block-views-block-our-brands > h2 {
    font-size: 30px;
    line-height: 35px;
    margin: 40px 0 20px;
  }
  #block-views-block-our-brands {
    padding-bottom: 88px;
  }
  #block-views-block-our-brands .owl-carousel.owl-loaded {
    padding: 0;
  }
  #block-views-block-our-brands .owl-nav {
    width: 100%;
    left: 0;
    right: 0;
    top: auto;
    bottom: -41px;
  }
  #block-views-block-our-brands > .content .view-header {
    top: auto;
    bottom: -41px;
    left: 50%;
    margin: 0 0 0 -51px;
    z-index: 10;
  }
  #block-views-block-our-brands .owl-stage-outer {
    height: 85px;
  }
  #block-views-block-our-brands .owl-stage-outer .owl-item:hover {
    box-shadow: none;
  }
  #block-views-block-our-brands .owl-stage-outer .owl-item .views-row {
    width: 104px;
    height: 80px;
    padding: 15px;
    text-align: center;
    box-sizing: border-box;
  }
  #block-views-block-our-brands .owl-stage-outer .owl-item .views-row a img {
    width: 90%;
    height: auto;
  }
  #block-views-block-serts {
    padding: 40px 0;
  }
  #block-views-block-serts .content .view.view-serts {
    flex-direction: column;
  }
  #block-views-block-serts .content .view.view-serts .view-header {
    width: 100%;
  }
  #block-views-block-serts .content .view.view-serts .view-header h2 {
    font-size: 24px;
    line-height: 28px;
  }
  #block-views-block-serts .content .view.view-serts .view-header p {
    margin: 20px 0 14px;
    font-size: 14px;
    line-height: 22px;
  }
  #block-views-block-serts .content .view.view-serts .view-header b {
    font-size: 16px;
    line-height: 19px;
  }
  #block-views-block-serts .content .view.view-serts .view-header .button {
    margin-top: 20px;
  }
  #block-views-block-serts .content .view.view-serts .view-content {
    width: 100%;
  }
  #block-views-block-serts .content .view.view-serts .view-content .owl-nav .owl-prev, #block-views-block-serts .content .view.view-serts .view-content .owl-nav .owl-next {
    top: 80px;
  }
  #block-views-block-serts .content .view.view-serts .view-content .owl-stage .owl-item .views-field-title a {
    font-size: 14px;
    line-height: 20px;
  }
  #block-views-block-serts .content .view.view-serts .view-content .owl-stage .owl-item .views-field-field-image-certificate {
    width: 106px;
    height: 150px;
    max-width: 106px;
  }
  #block-views-block-serts .content .view.view-serts .view-content .owl-stage .owl-item .views-field-field-image-certificate img {
    width: 84% !important;
    margin: 0 auto;
  }
  #block-views-block-serts .content .view.view-serts .view-content .owl-stage .owl-item .views-field-title {
    max-width: 100px;
  }
  #block-views-news-block-1 {
    padding: 40px 0 80px;
  }
  #block-views-news-block-1 h2 {
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 20px;
  }
  #block-views-news-block-1 .view-content {
    padding-top: 0;
  }
  #block-views-news-block-1 .view-header {
    left: 50%;
    right: auto;
    margin: 0 0 0 -53px;
    bottom: -50px;
    top: auto;
  }
  #block-views-news-block-1 .view-content .owl-item {
    max-width: 210px;
  }
  #block-views-news-block-1 .view-content .owl-item .views-field-field-image {
    max-width: 210px;
  }
  #block-views-news-block-1 .view-content .owl-item .views-field-field-image img {
    height: auto !important;
  }
  #block-views-news-block-1 .view-content .owl-item .views-field-created, #block-views-news-block-1 .view-content .owl-item .views-field-body {
    font-size: 12px;
  }
  #block-views-news-block-1 .view-content .owl-item .views-field-title {
    font-size: 14px;
  }
  #block-views-block-knowledge-block-1 {
    padding-bottom: 40px;
  }
  #block-views-block-knowledge-block-1 h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    margin: 0;
  }
  #block-views-block-knowledge-block-1 .view-content .owl-stage-outer {
    padding: 0;
  }
  #block-views-block-knowledge-block-1 .view-content .owl-item .views-field-title a {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
  }
  #block-views-block-knowledge-block-1 .view-content .owl-item > div {
    padding: 20px 20px 45px;
    width: 295px;
  }
  #block-views-block-knowledge-block-1 .view-content .owl-item .views-field-view-node {
    left: 20px;
    bottom: 20px;
  }
  #block-set-request .content {
    padding: 40px 16px;
    background-position: right -47% bottom -15px;
  }
  #block-set-request .content p {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
  }
  #block-set-request .content p br {
    display: none;
  }
  #block-set-request .content p a.button {
    margin-top: 20px;
  }
  .about-map .map-content .digits li {
    font-size: 22px;
  }
  .about-map .map-content .digits li strong {
    font-size: 55px;
  }
  .about-map .map-content .map-points {
    font-size: 16px;
  }
  .about-services .content div {
    width: 100%;
    margin-right: 0;
    min-height: 30px;
    font-size: 16px;
  }
  .about-2 {
    margin-bottom: 40px;
  }
  .about-services {
    padding-bottom: 80px;
    padding-top: 50px;
  }
  .about-advantag h2 {
    font-size: 30px;
    line-height: 26px;
  }
  .about-advantag .content div h3 {
    font-size: 28px;
    line-height: 34px;
  }
  .about-take-care {
    padding-bottom: 20px;
  }
  .about-take-care h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .about-take-care .content div {
    width: 100%;
    font-size: 16px;
  }
  .about-take-care .content div strong {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .about-bottom blockquote {
    font-size: 18px;
    line-height: 28px;
  }
  #block-views-block-serts-simple {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #block-views-block-serts-simple .content .view.view-serts .more-link {
    position: relative;
    z-index: 10;
    margin: 0 40px;
  }
  #block-views-block-serts-simple .content .view.view-serts .view-content .owl-stage .owl-item .views-field-title {
    max-width: 120px;
  }
  #block-views-block-serts-simple .content .view.view-serts .view-content .owl-stage .owl-item .views-field-title a {
    font-size: 14px;
    line-height: 17px;
    margin-top: 0;
  }
  #block-views-block-serts-simple .content .view.view-serts .view-content .owl-stage .owl-item .views-field-field-image-certificate {
    width: 120px;
    max-width: 120px;
    height: 166px;
    box-sizing: border-box;
    padding: 15px;
  }
  #block-views-block-serts-simple .content .view.view-serts .view-content .owl-stage .owl-item .views-field-field-image-certificate img {
    width: 100% !important;
  }
  #block-views-block-serts-simple .content .view.view-serts .view-content .owl-nav {
    top: auto;
    bottom: -48px;
    left: 0;
  }
  #block-views-block-serts-simple .content .view.view-serts .view-content .owl-nav .owl-prev {
    margin: 0;
  }
  #block-views-block-serts-simple .content .view.view-serts .view-content .owl-nav .owl-next {
    float: right;
  }
  .about-map .map-content {
    height: 650px;
  }
  .about-map .map-content .map-points p:before {
    width: 10px;
    height: 10px;
    border-width: 2px;
    left: -14px;
    top: 7px;
  }
  .about-map .map-content .map-points p.usa {
    top: 268px;
  }
  .about-map .map-content .map-points p.gem {
    top: 263px;
  }
  .about-map .map-content .map-points p.mosk {
    top: 248px;
  }
  #block-set-order .content, #block-set-order2 .content {
    padding: 0 16px;
    box-sizing: border-box;
  }
  #block-set-order h2, #block-set-order2 h2 {
    padding: 0 16px;
    box-sizing: border-box;
  }
  #block-dmliefer-page-title.hide-desktop.hide-desktop h1 {
    font-size: 27px;
    line-height: 35px;
  }
  .breadcrumb ol, .breadcrumb li {
    font-size: 14px;
    line-height: 16px;
  }
  .view-taxonomy-term.view-id-taxonomy_term.view-display-id-page_1 .view-content {
    grid-gap: inherit;
  }
  .view-taxonomy-term.view-id-taxonomy_term.view-display-id-page_1 .view-content .views-row {
    margin-bottom: 20px;
  }
  .view-taxonomy-term.view-id-taxonomy_term.view-display-id-page_1 .views-field-title .img-wrapper {
    height: 140px;
    margin-bottom: 10px;
  }
  .view-taxonomy-term.view-id-taxonomy_term.view-display-id-page_1 .views-field-title a {
    line-height: 20px;
    font-size: 16px;
  }
  .node--type-poleznoe.node--view-mode-full .catalog-categories .cc-content {
    grid-template-columns: repeat(1, 1fr);
  }
  #block-contacts-maps .contact-maps {
    height: 500px;
  }
  .view-id-serts.view-display-id-page_1 .view-content {
    grid-gap: 15px 20px;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
  .view-id-serts.view-display-id-page_1 .view-content .views-row {
    width: 140px;
  }
  .view-id-serts.view-display-id-page_1 .view-content .views-row img {
    width: 100% !important;
    height: auto !important;
  }
  .view-id-serts.view-display-id-page_1 .view-content .views-row .views-field-title {
    font-size: 14px;
    line-height: 18px;
  }
  .field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories.with-image {
    display: block;
  }
  .field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-image img {
    width: 100%;
    max-width: 440px;
  }
  .field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-products .category-link {
    display: none;
  }
  .field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-products .mobile-category-link {
    display: flex !important;
    min-width: 130px;
    align-items: center;
    justify-content: center;
    min-height: 120px;
  }
  .node-brand-full-page .paragraph--type--brend-about-company .content .field--name-field-brand-about-body img, .node-brand-full-page .paragraph--type--brend-about-company .content .field--name-field-brand-about-body iframe {
    max-width: 100%;
  }
  .field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-products .owl-nav {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 20;
  }
  .field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-products .owl-nav .owl-prev {
    position: absolute;
    opacity: 1;
    top: 88px;
    left: 0;
    margin: 0;
    padding: 0;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-top-left-radius: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-topleft: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    width: 42px;
    height: 42px;
    background: #d8d8d8 url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/slider-prev-white.svg) center center no-repeat;
    font-size: 0;
  }
  .field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-products .owl-nav .owl-prev:hover {
    background-color: #ED1C24;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  .field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-products .owl-nav .owl-next {
    opacity: 1;
    position: absolute;
    top: 88px;
    right: 0;
    margin: 0;
    padding: 0;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-top-left-radius: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-topleft: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    width: 42px;
    height: 42px;
    background: #d8d8d8 url(/wp-content/themes/amsi/themes/custom/dmliefer/svg/slider-next-white.svg) center center no-repeat;
    font-size: 0;
  }
  .field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-products .owl-nav .owl-next:hover {
    background-color: #ED1C24;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  .view.view-display-id-news_page .view-content, .view.knowledge-page .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
  .view.view-display-id-news_page .view-content .views-row.first-news, .view.knowledge-page .view-content .views-row.first-news {
    grid-column: span 2;
    flex-wrap: wrap;
  }
  .view.view-display-id-news_page .view-content .views-row.first-news .image, .view.knowledge-page .view-content .views-row.first-news .image {
    width: 100%;
    margin: 0 0 30px;
  }
  .view.view-display-id-news_page .view-content .views-row.first-news .text, .view.knowledge-page .view-content .views-row.first-news .text {
    width: 100%;
  }
  .node--type-brend_category.node--view-mode-teaser .field--name-body iframe {
    width: 100% !important;
  }
  .field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brend-category .field--name-body iframe, .node-brend-category-full-page .field--name-body iframe {
    width: 100% !important;
  }
  .main-content.category-page .layout-content-with-sidebar {
    padding-left: 15px;
    padding-right: 15px;
    grid-gap: normal;
  }
}
@media only screen and (max-width:560px) {
  footer #block-dmliefer-footer {
    width: 50%;
    display: flex;
    align-items: center;
  }
  footer #block-dmliefer-footer h2 {
    margin: 0;
  }
  footer #block-dmliefer-footer .content {
    display: none;
  }
  footer #block-footer-request {
    width: 50%;
    padding: 0;
  }
  footer #block-footer-request .field--name-body p {
    width: 100%;
  }
  footer #block-footer-request .field--name-body p a.button {
    color: #fff;
    background: #343b45;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  footer #block-footer-request .field--name-body p:last-child {
    display: none;
  }
  footer #block-footer-contacts .field--name-body div:first-child, footer #block-footer-contacts .field--name-body div:last-child {
    width: 100%;
  }
  footer #block-footer-contacts .field--name-body div:first-child br, footer #block-footer-contacts .field--name-body div:last-child br {
    display: none;
  }
  footer #block-footer-contacts .field--name-body div {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  footer #block-footer-contacts .field--name-body div strong {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
  }
  footer .top-row .social {
    width: 30%;
    justify-content: flex-end;
  }
  footer .top-row .social a {
    margin-right: 15px;
  }
  footer .top-row .social a:last-child {
    margin-right: 0;
  }
  #block-front-video .video-preload {
    height: 170px;
  }
  #block-front-video .video-preload iframe {
    height: 170px !important;
  }
  #block-contact-with-us form.webform-submission-form .form-item.form-type-textfield, #block-contact-with-us form.webform-submission-form .form-item.form-type-email {
    width: 100%;
  }
  #block-contact-with-us form.webform-submission-form .form-actions {
    width: 40%;
  }
  .about-map .map-content {
    height: auto;
    padding-right: 40px;
    padding-left: 40px;
  }
  .about-map .map-content h2 {
    padding: 0;
    margin-bottom: 40px;
  }
  .about-map .map-content .map-points {
    display: none;
  }
  .about-map .map-content .digits {
    position: relative;
    left: auto !important;
    bottom: auto !important;
    width: 100%;
    flex-direction: column;
  }
  .about-map .map-content .digits li {
    text-align: left;
    margin-bottom: 20px;
    padding-left: 0 !important;
  }
  .about-map .map-content .digits li strong {
    font-size: 35px;
  }
  .about-map .map-content .digits li:before {
    display: none !important;
  }
  #block-contact-with-us form.webform-submission-form .form-item.form-type-checkbox {
    width: 100%;
    margin-bottom: 20px;
  }
  #block-contact-with-us form.webform-submission-form .form-actions {
    width: 100%;
    position: relative;
    bottom: auto;
  }
  .view-catalog .view-footer .texts div {
    font-size: 12px;
    line-height: 18px;
  }
  #block-dmliefer-page-title h1 {
    font-size: 40px;
    margin: 10px 0 20px;
  }
  .industries-wrapper .bottom-blocks .texts, #block-links-to-other-products .bottom-blocks .texts {
    padding: 0;
  }
  .industries-wrapper .industries {
    grid-gap: 20px 20px;
  }
  .industries-wrapper .industries > p {
    min-height: 130px;
  }
  .industries-wrapper .industries > p:hover span {
    display: none;
  }
  .industries-wrapper .industries > p b {
    font-size: 20px;
    line-height: 23px;
  }
  .industries-wrapper h2 {
    margin: 40px 0 20px;
    font-size: 24px;
    line-height: 28px;
  }
  .industries-wrapper .bottom-blocks, #block-links-to-other-products .bottom-blocks {
    margin-top: 40px;
  }
  .industries-wrapper .bottom-blocks .other-devices, #block-links-to-other-products .bottom-blocks .other-devices {
    background-image: url(/wp-content/themes/amsi/themes/custom/dmliefer/images/other_devices_bg_mob.png);
    font-size: 20px;
    line-height: 24px;
    padding: 20px;
    min-height: 147px;
  }
  .industries-wrapper .bottom-blocks .order, #block-links-to-other-products .bottom-blocks .order {
    background-size: 45% auto;
    min-height: 147px;
  }
  .industries-wrapper .bottom-blocks .order a, #block-links-to-other-products .bottom-blocks .order a {
    padding: 20px;
  }
  .industries-wrapper .bottom-blocks .order b, #block-links-to-other-products .bottom-blocks .order b {
    font-size: 20px;
    line-height: 24px;
  }
  .industries-wrapper .bottom-blocks .texts, #block-links-to-other-products .bottom-blocks .texts {
    font-size: 12px;
    line-height: 18px;
  }
  .node--type-poleznoe.node--view-mode-full .field--name-field-poleznoe-brend .field__items article .field--name-field-brandlogo {
    height: 160px;
    margin-bottom: 10px;
  }
  .node--type-poleznoe.node--view-mode-full .field--name-field-poleznoe-brend .field__items {
    grid-gap: 20px 20px;
  }
  #block-set-order .content form.webform-submission-form .form-actions, #block-set-order2 .content form.webform-submission-form .form-actions {
    width: 100%;
    margin-bottom: 0;
  }
  #block-set-order .content form.webform-submission-form .form-item.form-item-name, #block-set-order2 .content form.webform-submission-form .form-item.form-item-name, #block-set-order .content form.webform-submission-form .form-item.form-item-phone, #block-set-order2 .content form.webform-submission-form .form-item.form-item-phone, #block-set-order .content form.webform-submission-form .form-item.form-item-mail, #block-set-order2 .content form.webform-submission-form .form-item.form-item-mail, #block-set-order .content form.webform-submission-form .form-item.form-item-model, #block-set-order2 .content form.webform-submission-form .form-item.form-item-model, #block-set-order .content form.webform-submission-form .form-item.form-item-agree, #block-set-order2 .content form.webform-submission-form .form-item.form-item-agree {
    width: 100%;
  }
  #block-set-order, #block-set-order2 {
    padding: 40px 0;
  }
  #block-brend-orders .content .rows .row a.button, #block-dml-other-orders .content .rows .row a.button {
    padding: 5px 15px;
    font-size: 14px;
    line-height: 20px;
  }
  #block-brend-orders .content .rows .row .date, #block-dml-other-orders .content .rows .row .date {
    margin-right: 20px;
  }
  .complete-orders-wrapper .orders-list .row a.button {
    padding: 5px 15px;
    font-size: 14px;
    line-height: 20px;
  }
  .complete-orders-wrapper .orders-list .row .date {
    margin-right: 20px;
  }
  #block-dmliefer-page-title.hide-desktop.hide-desktop h1 {
    font-size: 20px;
    line-height: 23px;
  }
  .main-content.node-type-brand #block-dmliefer-page-title h1 {
    font-size: 30px;
    line-height: 120%;
    margin: 20px 0 10px;
  }
  .main-content.node-type-brand .brand-title-wrapper {
    padding-bottom: 20px;
  }
  .main-content.node-type-brand .brand-title-wrapper p {
    font-size: 16px;
    line-height: 120%;
  }
  .node-brand-full-page .paragraph--type--brend-about-menu {
    margin-bottom: 40px;
  }
  .node-brand-full-page .paragraph--type--brend-about-menu .field--name-field-brand-about-body ul {
    margin: 20px 0 0;
  }
  .node-brand-full-page .paragraph--type--brend-about-menu .field--name-field-brand-about-body ul li {
    font-size: 14px;
    line-height: 16px;
    padding-left: 18px;
  }
  .node-brand-full-page .paragraph--type--brend-about-garanty {
    margin: 0 0 30px;
  }
  .node-brand-full-page .paragraph--type--brend-about-garanty .field--name-field-brand-garamty-title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .node-brand-full-page .paragraph--type--brend-about-garanty .paragraph-content {
    flex-wrap: wrap;
  }
  .node-brand-full-page .paragraph--type--brend-about-garanty .paragraph-content .left {
    width: 140px;
    padding: 0;
    margin-bottom: 20px;
  }
  .node-brand-full-page .paragraph--type--brend-about-garanty .paragraph-content .right {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }
  .node-brand-full-page .paragraph--type--brend-about-garanty .paragraph-content .right .field--name-field-brand-garanty-body h3 {
    margin: 20px 0 20px;
  }
  .node-brand-full-page .paragraph--type--brend-about-garanty .paragraph-content .right .field--name-field-brand-garanty-body ul li, .node-brand-full-page .paragraph--type--brend-about-garanty .paragraph-content .right .field--name-field-brand-garanty-body ol li {
    font-size: 14px;
    line-height: 20px;
  }
  .node-brand-full-page .paragraph--type--brend-about-company {
    margin-bottom: 40px;
  }
  .node-brand-full-page .paragraph--type--brend-about-company .left {
    padding-bottom: 20px;
  }
  .node-brand-full-page .paragraph--type--brend-about-company .right .field--name-field-brand-about-body {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories {
    display: block;
  }
  .field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-cat-image img {
    width: 100% !important;
    max-width: 370px;
  }
  .field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brend-category h2 {
    margin: 18px 0 18px;
    font-size: 20px;
    line-height: 30px;
  }
  .field--name-field-brand-blocks > .field__item .paragraph--type--brend-categories .field--name-field-brand-title {
    margin: 20px 0;
  }
  #block-brand-analogs .content {
    grid-template-columns: repeat(2, 45%);
  }
  #block-brand-analogs .content article .field--name-field-brandlogo {
    height: 110px;
  }
  #block-brand-analogs .content article .field--name-field-brandlogo img {
    max-width: 80%;
    max-height: 90px;
    width: 100% !important;
    height: auto !important;
  }
  #block-views-block-news-2, #block-views-block-news-block-3 {
    padding: 40px 0;
  }
  .view.view-display-id-brands_page {
    padding: 0;
  }
  .view.view-display-id-brands_page .view-content {
    grid-gap: 30px;
  }
  .view.view-display-id-brands_page .view-content .views-row .views-field-title {
    line-height: 18px;
  }
  .view.view-display-id-brands_page .view-content .views-row .views-field-title .field-content {
    line-height: 18px;
  }
  .view.view-display-id-brands_page .view-content .views-row .views-field-title a {
    font-size: 14px;
    line-height: 18px !important;
  }
  .view.view-display-id-brands_page .view-content .views-row .views-field-title .img-wrapper {
    height: 130px;
    margin-bottom: 10px;
  }
  .view.view-display-id-brands_page .view-content .views-row .views-field-title .img-wrapper img {
    max-height: 90px;
    width: 80% !important;
    height: auto !important;
  }
  .search-content .search-params .search-types {
    margin: 0 0 20px;
  }
  .search-content .search-params .search-types a {
    padding: 15px 13px;
    font-size: 14px;
    line-height: 18px;
  }
  .search-content .search-params .search-order {
    margin: 0 0 40px;
    font-size: 14px;
    line-height: 18px;
    justify-content: space-between;
    width: 100%;
    max-width: 360px;
  }
  .view-taxonomy-term.view-id-taxonomy_term.view-display-id-page_1 .views-row {
    line-height: 19px;
  }
  .view-taxonomy-term.view-id-taxonomy_term.view-display-id-page_1 .views-field-title .img-wrapper {
    height: 110px;
    margin-bottom: 10px;
  }
  .view-taxonomy-term.view-id-taxonomy_term.view-display-id-page_1 .views-field-title a {
    line-height: 19px;
    font-size: 14px;
  }
  #block-find-brand {
    width: 100%;
    padding: 40px 16px;
  }
  #block-find-brand .field--name-body h2 {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }
  #block-find-brand .field--name-body p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
  }
  #block-find-brand .field--name-body a {
    width: 100%;
    background: #343B45;
  }
  #block-dmliefer-page-title h1 {
    font-size: 36px;
    line-height: 44px;
    width: 95%;
    word-wrap: break-word;
  }
  .main-content.category-page > .page-top .title-term-logo {
    width: 200px;
    right: 50%;
    margin: 0 -100px 0 0;
    bottom: -50px;
    align-items: flex-end;
  }
  .ui-dialog .ui-dialog-titlebar {
    padding: 42px 30px 0;
  }
  .ui-dialog .ui-dialog-buttonpane {
    padding: 10px 30px 30px;
  }
  .node-type-page.node-nid-2095.node-type-page-full-width #block-dmliefer-page-title h1 {
    font-size: 110px;
    line-height: 130px;
    margin: 0 auto 20px;
  }
  .node-type-page.node-nid-2095.node-type-page-full-width .node--view-mode-full p {
    font-size: 20px;
    width: 100%;
  }
  .node-type-page.node-nid-2095.node-type-page-full-width .node--view-mode-full .quick-blocks .left, .node-type-page.node-nid-2095.node-type-page-full-width .node--view-mode-full .quick-blocks .right {
    height: 160px;
    min-height: 160px;
  }
  .node-type-page.node-nid-2095.node-type-page-full-width .node--view-mode-full .quick-blocks .left a, .node-type-page.node-nid-2095.node-type-page-full-width .node--view-mode-full .quick-blocks .right a {
    font-size: 20px;
    line-height: 24px;
  }
  .ui-dialog .ui-dialog-content .webform-submission-ostavte-zayavku-na-oborudovanie-form .form-item {
    margin-bottom: 13px;
  }
  .node-product-full-page .left .field--name-field-product-images .owl-carousel.owl-loaded .owl-item {
    max-width: 120px;
  }
  #block-views-block-slideshow #views_slideshow_cycle_main_slideshow-block_1 .views-row .slide-bg {
    background-position: right 44% top;
    background-size: cover;
  }
  #block-views-block-slideshow #views_slideshow_cycle_main_slideshow-block_1 .views-row .slide-bg:after {
    background: linear-gradient(90deg, #343b45 0%, rgba(52, 59, 69, 0.75) 35%, rgba(52, 59, 69, 0) 100%);
  }
  .about-bottom {
    background-position: right 28% center;
  }
}
@media only screen and (max-width:480px) {
  .view.view-display-id-news_page .view-content, .view.knowledge-page .view-content {
    grid-template-columns: repeat(1, 1fr);
  }
  .view.view-display-id-news_page .view-content .views-row.first-news, .view.knowledge-page .view-content .views-row.first-news {
    grid-column: span 1;
  }
  .view.view-display-id-news_page .view-content .views-row .image .second img, .view.knowledge-page .view-content .views-row .image .second img, .view.view-display-id-news_page .view-content .views-row .text h2, .view.knowledge-page .view-content .views-row .text h2, .view.view-display-id-news_page .view-content .views-row .text .body, .view.knowledge-page .view-content .views-row .text .body {
    max-width: 100%;
  }
  .view-taxonomy-term.view-id-taxonomy_term.view-display-id-page_1 .view-content > .views-row {
    width: 48%;
  }
  .contacts p a {
    display: inline-block;
  }
  #block-contacts-maps .contact-maps .buttons {
    width: 90%;
    margin: 0;
    left: 5%;
  }
  #block-contacts-maps {
    overflow: hidden;
    margin-bottom: 0;
  }
  .all-brand-news-wrapper .all-brand-news-content, .all-category-news {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width:1341px) {
  .view-taxonomy-term #block-dml-category-products .content .owl-nav {
    width: 970px;
    margin: 0 0 0 -484px;
  }
  .view-taxonomy-term #block-dml-category-products .content .owl-nav .owl-next {
    top: 88px;
  }
}
.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(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -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-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
  background: none;
  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: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  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("/themes/custom/dmliefer/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.site-logo img {
  margin: 5px 0;
  display: block;
}
#block-dmliefer-page-title p {
  padding-bottom: 1rem;
  font-size: 1.2rem;
}