

/* Start:/local/templates/mitsubishi/css/style4.css?1665920123208390*/
@charset "UTF-8";

.elements .slider-news--p picture {
   width:100%
}

@font-face {
  font-family: "Gilroy-Bold";
  font-display: swap;
  src: url("/local/templates/mitsubishi/css/../fonts/Gilroy-Bold.woff2") format("woff2"), url("/local/templates/mitsubishi/css/../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy-Medium";
  font-display: swap;
  src: url("/local/templates/mitsubishi/css/../fonts/Gilroy-Medium.woff2") format("woff2"), url("/local/templates/mitsubishi/css/../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy-SemiBold";
  font-display: swap;
  src: url("/local/templates/mitsubishi/css/../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("/local/templates/mitsubishi/css/../fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy-Regular";
  font-display: swap;
  src: url("/local/templates/mitsubishi/css/../fonts/Gilroy-Regular.woff2") format("woff2"), url("/local/templates/mitsubishi/css/../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

.bottom_slider {
	display: flex;
}

.installation-original__column table {
	border: .5px solid #B5B5B5;
    border-spacing: 0;
}

.installation-original__column table tr:first-child td {
	padding-top: 25px;
}

.installation-original__column table tr:last-child td {
	padding-bottom: 25px;
}

.installation-original__column table td {
	padding: 10px 35px;
	border: .5px solid #B5B5B5;
}

.slider-row {
	width: 75%;
}

.last-block {
	width: 25%;
    justify-content: center;
    display: flex;
    text-align: center;
    align-items: center;
}
.sertificate {
	max-width: 100px;
	width: 100%;
	height: auto;
}

.last-block p {
	padding-top: 20px;
	color: #666666;
	font-size: 18px;
	line-height: 140%;
}

@media (max-width: 600px) {
	.last-block,
	.slider-row { 
		width: 50%;
	}
	.last-block p {
		font-size: 12px;
		padding-top: 10px;
	}
}

/*! nouislider - 14.6.0 - 6/27/2020 */

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

/* Offset direction
 */

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
  background: #E31E24;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 17px;
  height: 17px;
  right: -8.5px;
  top: -6.5px;
  cursor: pointer;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */

.noUi-target {
  height: 4px;
  background-color: #D9D9D9;
  margin: 0px 8.5px 0px;
  position: relative;
}

.noUi-target::before,
.noUi-target::after {
  content: "";
  background-color: #D9D9D9;
  width: 11px;
  height: 4px;
  position: absolute;
  top: 0;
}

.noUi-target::before {
  left: -7px;
}

.noUi-target::after {
  right: -7px;
}

.noUi-connect {
  background: #E31E24;
}

/* Handles and cursors;
 */

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 4px solid #fff;
  background-color: #ffffff;
  cursor: default;
  -webkit-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.1);
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
          box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/* Disabled state;
 */

[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */

.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */

.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
 *
 */

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
      transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
      transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  color: #999999;
  font-size: 12px;
  position: absolute;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  bottom: -22px;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
      transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  -ms-transform: translate(0, -18px);
      transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

img {
  height: auto;
}

svg path {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

a {
  color: inherit;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  font-size: 16px;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Roboto";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Roboto";
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

/*
&::-webkit-scrollbar {
	display: none;
}
*/

body {
  color: #0d0d0d;
}

body._lock {
  overflow: hidden;
}

body._lock .page::after {
  pointer-events: none;
  visibility: visible;
  opacity: 1;
}

body._block {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

._container {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 20px;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0px 0px;
}

.button._fw {
  width: 100%;
}

.select {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
}

.select__item {
  position: relative;
}

.select__title {
  color: #000;
  cursor: pointer;
  border-radius: 4px;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-size: calc(15px + 3 * ((100vw - 320px) / 890));
}

.select__value span {
  height: 1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.select__value:before {
  content: "";
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 11px;
  height: 7px;
  background: url("/local/templates/mitsubishi/css/../img/icons/sellectArr.svg") center/100% no-repeat;
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}

.select__options {
  color: #000;
  position: absolute;
  top: 29px;
  border-radius: 4px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  padding: 10px 0px 5px 0px;
}

.select__option {
  cursor: pointer;
  padding: 5px 15px;
  margin: 0px 0px 0px 0px;
}

.select._active {
  z-index: 5;
}

.select._active .select__value:before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.select._active .select__options {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
}

textarea.input {
  resize: none;
  padding: 0px 0px;
  width: 100%;
}

.checkbox {
  position: relative;
  display: block;
}

.bx-filter .checkbox:not(:last-child) {
  margin-bottom: 10px;
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.checkbox__input:checked + .checkbox__text:before {
  background: #E31E24 url("/local/templates/mitsubishi/css/../img/icons/check.svg") center no-repeat;
  border-color: transparent;
}

.checkbox__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 15px;
  line-height: 120%;
  color: #181717;
}

.checkbox__text:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0px 14px 0px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #C5C6C6;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.checkbox a {
  color: #fff;
  text-decoration: underline;
}

.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.form-cart__col > .radio:not(:last-child) {
  margin: 0px 0px 10px 0px;
}

.radio__custom {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label связанного с .radio__custom */

.radio__custom + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  font-size: calc(12px + 4 * ((100vw - 320px) / 890));
  line-height: calc(14px + 5 * ((100vw - 320px) / 890));
  position: relative;
  color: #0D0D0D;
}

/* создание в label псевдоэлемента  before со следующими стилями */

.radio__custom + label::before {
  content: "";
  display: inline-block;
  width: calc(26px + 10 * ((100vw - 320px) / 890));
  height: calc(26px + 10 * ((100vw - 320px) / 890));
  margin-right: calc(11px + 3 * ((100vw - 320px) / 890));
  background: #F2F2F2;
  border: 1px solid #B5B5B5;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 12px;
}

.radio__custom + label.radio-circle::after {
  content: "";
  position: absolute;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  width: 12px;
  height: 12px;
  width: calc(12px + 3 * ((100vw - 320px) / 890));
  height: calc(12px + 3 * ((100vw - 320px) / 890));
  top: calc(4px + 1 * ((100vw - 320px) / 890));
  left: calc(4px + 1 * ((100vw - 320px) / 890));
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #FF0000;
  border-radius: 50%;
  background-size: 16px 12px;
}

.radio__custom + label.radio-circle::before {
  width: calc(20px + 5 * ((100vw - 320px) / 890));
  height: calc(20px + 5 * ((100vw - 320px) / 890));
  border-radius: 50%;
}

/* стили для радиокнопки, находящейся в состоянии checked */

.radio__custom:checked + label:not(.radio-circle):before {
  border-color: #34A853;
  background-image: url("/local/templates/mitsubishi/css/../img/icons/checked.svg");
}

.radio__custom:checked + label.call-back_modal:before {
  border-color: #B5B5B5;
  background-image: url("/local/templates/mitsubishi/css/../img/icons/check-red.svg");
}

.radio__custom + label.call-back_modal:before {
  border-color: #B5B5B5;
}

.radio__custom:checked + label.radio-circle::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.radio__custom:checked + label:not(.radio-circle):not(.call-back_modal) {
  color: #34A853;
}

/* стили для радиокнопки, находящейся в состоянии disabled */

.radio__custom:disabled + label::before {
  background-color: #e9ecef;
}

.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 18px;
  background: #F2F2F2;
  width: calc(122px + 8 * ((100vw - 320px) / 890));
  height: calc(40px + 6 * ((100vw - 320px) / 890));
}

.quantity--cart {
  margin-bottom: -2px;
  font-size: 18px;
  width: 115px;
  height: 40px;
}

.quantity--cart input {
  font-weight: 500;
}

.quantity--cart .quantity__button {
  -ms-flex-preferred-size: 45px;
      flex-basis: 45px;
}

.quantity--cart .quantity__button:last-child {
  color: #666666;
}

.quantity__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55px;
          flex: 0 0 55px;
  position: relative;
  cursor: pointer;
  color: #E60000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quantity__button:hover {
  background-color: #e600001c;
}

.quantity__button_plus::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.quantity__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.quantity__input input {
  background: #F2F2F2;
  height: 100%;
  color: #0D0D0D;
  width: 100%;
  text-align: center;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  margin-top: -10px;
  position: absolute;
  display: block;
  width: 40px;
  height: 20px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  z-index: 1080;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff;
}

.lg-actions .lg-next {
  right: 20px;
  background: url("/local/templates/mitsubishi/css/../img/icons/slider-right-b.svg") 0 0/100% no-repeat;
}

.lg-actions .lg-prev {
  left: 20px;
  background: url("/local/templates/mitsubishi/css/../img/icons/slider-left-b.svg") 0 0/100% no-repeat;
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close {
  background: url("/local/templates/mitsubishi/css/../img/icons/close.svg") center no-repeat;
}

.lg-toolbar .lg-download {
  display: none;
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toggle-thumb:hover {
  color: #fff;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

._no-webp .lg-outer .lg-has-vimeo .lg-video-play{
  background: url("/local/templates/mitsubishi/css/../img/vimeo-play.png") no-repeat scroll 0 0 transparent; }

._no-webp .lg-outer .lg-has-vimeo:hover .lg-video-play{
  background: url("/local/templates/mitsubishi/css/../img/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

._no-webp .lg-outer .lg-has-html5 .lg-video-play{
  background: transparent url("/local/templates/mitsubishi/css/../img/video-play.png") no-repeat scroll 0 0; }

.lg-outer .lg-has-html5 .lg-video-play {
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

._no-webp .lg-outer .lg-has-youtube .lg-video-play{
  background: url("/local/templates/mitsubishi/css/../img/youtube-play.png") no-repeat scroll 0 0 transparent; }

._no-webp .lg-outer .lg-has-youtube:hover .lg-video-play{
  background: url("/local/templates/mitsubishi/css/../img/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
     transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px white inset;
          box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  -webkit-box-shadow: 0 0 0 8px white inset;
          box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  -o-transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.group {
  *zoom: 1;
}

.group:before,
.group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
     transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
     transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("/local/templates/mitsubishi/css/../img/icons/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.popup {
  -webkit-overflow-scrolling: touch;
}

.popup:not(.popup--form) {
  z-index: 100;
  padding: 20px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}

.popup:not(.popup--form)::before {
  content: "";
  background: #0D0D0D;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.popup.show {
  visibility: visible;
  overflow: auto;
}

.popup.show::before {
  opacity: 1;
}

.popup.show .popup__body {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup._active {
  overflow: auto;
  visibility: visible;
}

.popup._active::before {
  opacity: 0.3;
}

.popup._active .popup__body {
  -webkit-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

.popup .call-back_modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #666666;
  font-size: calc(12px + 4 * ((100vw - 320px) / 890));
  line-height: calc(14px + 5 * ((100vw - 320px) / 890));
}

.popup .call-back_modal::before {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(26px + 10 * ((100vw - 320px) / 890));
      flex-basis: calc(26px + 10 * ((100vw - 320px) / 890));
}

.popup .call-back_modal a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.popup__textarea {
  resize: none;
  width: 100%;
  max-height: 129px;
}

.popup__title {
  line-height: 120%;
  margin: 0px 0px 22px 0px;
  font-size: calc(21px + 9 * ((100vw - 320px) / 890));
}

.popup__title--fs {
  font-weight: 500;
  margin-bottom: 25px;
  font-size: 30px;
  text-transform: uppercase;
  color: #0D0D0D;
}

.popup input:not(.quantity__digital),
.popup textarea {
  padding: 0 20px;
  border: 1px solid #B5B5B5;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding-top: calc(10.5px + 4 * ((100vw - 320px) / 890));
  padding-bottom: calc(10.5px + 4 * ((100vw - 320px) / 890));
}

.popup input:not(.quantity__digital):hover,
.popup input:not(.quantity__digital):focus,
.popup input:not(.quantity__digital)._focus,
.popup textarea:hover,
.popup textarea:focus,
.popup textarea._focus {
  border-color: #000;
}

.popup input:not(.quantity__digital)._error,
.popup textarea._error {
  border-color: #E60000;
  color: #E60000;
}

.popup button:not(.cart__close) {
  background: #E60000;
  color: #fff;
  width: 100%;
  border: 1px solid #E60000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding-top: calc(16px + 2.5 * ((100vw - 320px) / 890));
  padding-bottom: calc(16px + 2.5 * ((100vw - 320px) / 890));
  margin-bottom: calc(20px + 3 * ((100vw - 320px) / 890));
  font-size: calc(15px + 1 * ((100vw - 320px) / 890));
  line-height: calc(18px + 1 * ((100vw - 320px) / 890));
}

.popup button:not(.cart__close):hover {
  background-color: #fff;
  color: #E60000;
}

.popup button.form__btn {
  margin-right: 15px;
}

.popup label:not(:last-child) {
  display: block;
  margin-bottom: calc(10px + 5 * ((100vw - 320px) / 890));
}

.popup label:not(:last-child)._error {
  color: #E60000;
}

.popup label:not(:last-child) > span {
  display: inline-block;
  margin-bottom: calc(5px + 5 * ((100vw - 320px) / 890));
  font-size: calc(12px + 4 * ((100vw - 320px) / 890));
  line-height: calc(14px + 5 * ((100vw - 320px) / 890));
}

.popup label.label-last > span {
  display: inline-block;
  margin-bottom: calc(5px + 5 * ((100vw - 320px) / 890));
  font-size: calc(12px + 4 * ((100vw - 320px) / 890));
  line-height: calc(14px + 5 * ((100vw - 320px) / 890));
}

.popup__video {
  position: relative;
  width: 100%;
  max-width: unset;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

._active .popup__video {
  padding-bottom: 56.25%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}

.popup__row > span {
  display: none;
  font-size: 16px;
  line-height: 19px;
  color: #FF0000;
}

.popup__row button {
  width: 100%;
  margin-bottom: 0;
}

.popup__row:nth-child(4) {
  margin-bottom: 52px;
}

.popup__row .radio {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.popup__row + label:not(:last-child) {
  margin-bottom: 20px;
}

.popup__row > label {
  width: 100%;
}

.popup__row > label span span {
  color: #FF0000;
}



.popup__row > label:not(:last-child) span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup__row > label:last-child {
  margin-bottom: 0;
}

.popup__row > label:last-child > span {
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.popup__body {
  -webkit-box-shadow: 5px 25px 50px rgba(0, 0, 0, 0.08), inset 0px 4px 0px #E50000;
          box-shadow: 5px 25px 50px rgba(0, 0, 0, 0.08), inset 0px 4px 0px #E50000;
  padding-top: calc(30px + 10 * ((100vw - 320px) / 890));
  padding-bottom: calc(30px + 10 * ((100vw - 320px) / 890));
  padding-right: calc(22.5px + 19 * ((100vw - 320px) / 890));
  padding-left: calc(22.5px + 19 * ((100vw - 320px) / 890));
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 40px 41.5px;
  width: 100%;
  background: #fff;
}

.popup__body:not(.popup__body--form, .popup__body--video, .popup__body--cart) {
  max-width: 410px;
  -webkit-box-shadow: inset 0px 4px 0px #E50000;
          box-shadow: inset 0px 4px 0px #E50000;
}

.popup__body--cart {
  max-width: 790px;
  padding-top: 40px;
  padding-bottom: 36px;
  padding-right: 34px;
  padding-left: 34px;
}

.popup__body--form {
  padding-top: 47px;
  padding-right: 72px;
  padding-left: 51px;
  padding-bottom: 37px;
}

.popup__body--form label._error {
  color: #E60000;
}

.popup__body--form > span {
  font-size: 16px;
  line-height: 19px;
  color: #FF0000;
}

.popup__body:not(.popup__body--form) {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.popup__body--video {
  width: 75%;
  max-width: unset;
}

.popup__close {
  cursor: pointer;
}

.popup__close:not(.cart-popup__close) {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 30;
}

.popup__close:not(.cart-popup__close) svg {
  pointer-events: none;
}

.home .header {
  margin: 0px 0px 10px 0px;
}

.header {
  padding: 8px 0 0 0;
  margin-bottom: calc(20px + 10 * ((100vw - 320px) / 890));
}

.header__top {
  margin: 0px 0px 8px 0px;
}

.header__footer {
  white-space: nowrap;
}

.header__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 0px 14px 0px;
}

.logo__icon {
  width: calc(150px + 83.57 * ((100vw - 320px) / 890));
}

.logo__text {
  font-weight: 500;
  text-transform: uppercase;
  max-width: 130px;
  font-size: calc(13px + 5 * ((100vw - 320px) / 890));
  line-height: calc(15px + 6 * ((100vw - 320px) / 890));
}

.time {
  margin: 0px 35px 0px 0px;
  display: none;
}

.time__work {
  display: inline-block;
  margin: 0px 0px 4px 0px;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}

.phone {
  margin: 0 auto 14px auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.phone__number {
  display: inline-block;
  font-weight: 900;
  font-size: 21px;
  line-height: 25px;
  margin: 0px 0px 4px 0px;
}

.trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  line-height: 18px;
  color: #E60000;
}

.trigger img {
  margin: 0px 13px 0px 0px;
}

.trigger a {
  text-decoration: underline;
}

.search {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.search__input {
  padding: 13px 56px 13px 16px;
  background: #F5F5F5;
  font-size: 12px;
  line-height: 14px;
  color: #666666;
  border: 1px solid #666666;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.search__input:hover,
.search__input:focus {
  border-color: #000;
}

.search__btn {
  background: #000000;
  position: absolute;
  height: 100%;
  width: 40px;
  top: 0px;
  right: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.search__btn:hover {
  background: #E60000;
}

.header__footer {
  background-color: #0d0d0d;
  position: relative;
}

.menu__desc {
  letter-spacing: 0.02em;
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.menu__desc .menu__title {
  display: none;
}

.menu__desc .menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu__desc .menu__list li {
  position: relative;
}

.menu__desc .menu__list li::before {
  content: "";
  position: absolute;
  left: -7px;
  bottom: -1px;
  width: 0;
  height: 7px;
  -webkit-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
          transform: skew(-20deg);
  background: #E60000;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu__desc .menu__list li a {
  position: relative;
  z-index: 5;
}

.menu__desc .menu__list li:hover::before {
  width: 100%;
}

.menu__desc .menu__list li:not(:last-child) {
  margin: 0px 35px 0px 0px;
}

.menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu__block {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E60000;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  padding: 13px 17px 13px 12px;
}

.menu__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 1px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: calc(14px + 2 * ((100vw - 320px) / 890));
  line-height: calc(16px + 3 * ((100vw - 320px) / 890));
}

.menu__text-desc {
  display: none;
}

.menu ._tabs-item._activeTab div.menu__title,
.menu ._tabs-item:hover div.menu__title {
  color: #E50000;
}

.menu ._tabs-item._activeTab div.menu__title::before,
.menu ._tabs-item:hover div.menu__title::before {
  border-color: #E50000;
}

.menu__col {
  background: #fff;
  overflow-y: auto;
  height: calc(100vh - 222px);
}

.menu__col-tabs {
  display: none;
}

.menu__col:first-child {
  padding: 31px 29px 31px 20px;
  width: calc(100vw - 20px);
}

.menu__body {
  position: absolute;
  top: 100%;
  left: 0px;
  background: #fff;
  -webkit-transform: translate(0, 10%);
      -ms-transform: translate(0, 10%);
          transform: translate(0, 10%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  height: 588px;
}

.menu__body._active {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  opacity: 1;
  visibility: visible;
}

.menu__body .menu__container {
  padding: 0;
  width: 100%;
}

.menu__content .menu__list {
  padding: 0px 0px 12px 0px;
}

.menu__content div.menu__title {
  font-size: 12px;
  line-height: 120%;
  color: #E50000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}

.menu__content div.menu__title::after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 7px;
  top: calc(50% - 4px);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url("/local/templates/mitsubishi/css/../img/icons/arrow.svg") center no-repeat;
}

.menu__content div.menu__title._active {
  text-decoration: underline;
}

.menu__content div.menu__title._active::after {
  -webkit-transform: translate(0, -50%) rotate(180deg);
      -ms-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

.menu__body .menu__item {
  padding: 0px 0px 5px 0px;
}

.menu__body .menu__item .menu__menu-item {
  padding: 0px 0px 0px 71px;
}

.menu__body .menu__item .menu__menu-item .menu__title {
  padding: 0px 0px 8px 0px;
}

.menu__body .menu__item .menu__menu-item._active {
  color: #E50000;
}

.menu__body .menu__item .menu__menu-item._active::before {
  border-color: #E50000;
}

.menu__body .menu__item:not(:first-child) .menu__sub-item {
  margin: 0px 0px 8px 14px;
  font-size: 12px;
  line-height: 120%;
  color: #E50000;
  list-style-type: disc;
}

.menu__body .menu__item:not(:first-child) .menu__sub-item:last-child {
  margin: 0px 0px 0px 14px;
}

.menu__body .menu__item:not(:first-child) > .menu__title {
  height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

._no-webp .menu__body .menu__item:not(:first-child) > .menu__title::before{
  background: url("/local/templates/mitsubishi/css/../img/menu/01.png") center no-repeat; }

.menu__body .menu__item:not(:first-child) > .menu__title::before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 51px;
  height: 51px;
  top: 0;
  left: 0;
  border: 1px solid #E6E6E6;
}

.menu__body .menu__item > .menu__title {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #000;
  padding: 0px 0px 0px 71px;
}

.menu__body .menu__item > .menu__title._active {
  color: #E50000;
}

.menu__body .menu__item > .menu__title._active::before {
  border-color: #E50000;
}

.menu__body .menu__item:first-child .menu__sub-item {
  font-size: 12px;
  line-height: 120%;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 0px 0px 8px 0px;
}

.menu__body .menu__item:first-child .menu__title {
  padding: 0px 0px 8px 0px;
}

.menu__body .menu__item:first-child .menu__title::after {
  content: "";
  width: 10px;
  height: 7px;
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url("/local/templates/mitsubishi/css/../img/icons/arrow-black.svg") center no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu__body .menu__item:first-child .menu__title._active {
  color: #E50000;
}

.menu__body .menu__item:first-child .menu__title._active::after {
  -webkit-transform: translate(0, -50%) rotate(180deg);
      -ms-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
  background: url("/local/templates/mitsubishi/css/../img/icons/arrow.svg") center no-repeat;
}

._no-webp .menu__body .menu__item:nth-child(3) > .menu__title::before{
  background: url("/local/templates/mitsubishi/css/../img/menu/02.png") center no-repeat; }

._no-webp .menu__body .menu__item:nth-child(4) > .menu__title::before{
  background: url("/local/templates/mitsubishi/css/../img/menu/03.png") center no-repeat; }

._no-webp .menu__body .menu__item:nth-child(5) > .menu__title::before{
  background: url("/local/templates/mitsubishi/css/../img/menu/04.png") center no-repeat; }

._no-webp .menu__body .menu__item:nth-child(6) > .menu__title::before{
  background: url("/local/templates/mitsubishi/css/../img/menu/05.png") center no-repeat; }

._no-webp .menu__body .menu__item:nth-child(7) > .menu__title::before{
  background: url("/local/templates/mitsubishi/css/../img/menu/06.png") center no-repeat; }

._no-webp .menu__body .menu__item:nth-child(8) > .menu__title::before{
  background: url("/local/templates/mitsubishi/css/../img/menu/07.png") center no-repeat; }

._no-webp .menu__body .menu__item:nth-child(9) > .menu__title::before{
  background: url("/local/templates/mitsubishi/css/../img/menu/08.png") center no-repeat; }

.menu div.menu__item._activeTab {
  cursor: pointer;
}

.cart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #F2F2F2;
  font-size: calc(12px + 2 * ((100vw - 320px) / 890));
  line-height: calc(14px + 2 * ((100vw - 320px) / 890));
}

.cart-header svg {
  height: calc(22px + 4.34 * ((100vw - 320px) / 890));
  width: calc(23px + 4.54 * ((100vw - 320px) / 890));
}

.cart-header svg path {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.cart-header span {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 21px;
}

.cart-header__label {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  color: #fff;
  background: #E60000;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  right: -8px;
  top: -9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
}

.cart-header__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0px 17px 0px 0px;
}

.cart-header__text {
  margin-bottom: -3px;
}

.cart-header__text div {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #F2F2F2;
  margin-bottom: 3px;
}

.icon-menu {
  margin-right: calc(10px + 9 * ((100vw - 320px) / 890));
  display: block;
  width: calc(19.5px + 4.5 * ((100vw - 320px) / 890));
  height: calc(16.5px + 3.74 * ((100vw - 320px) / 890));
  cursor: pointer;
  position: relative;
}

.icon-menu span {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  top: calc(50% - 1.225px);
  left: 0px;
  position: absolute;
  width: 100%;
  height: 2.45px;
  background-color: #fff;
  -webkit-transform: scale(0.9999999);
      -ms-transform: scale(0.9999999);
          transform: scale(0.9999999);
}

.icon-menu span:first-child {
  top: 0px;
}

.icon-menu span:last-child {
  top: auto;
  bottom: 0px;
}

.icon-menu._active span {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.icon-menu._active span:first-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: calc(50% - 1px);
}

.icon-menu._active span:last-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: calc(50% - 1px);
}

.footer {
  background: #F2F2F2;
}

.footer .phone {
  margin: 5px auto 14px auto;
}

.footer__top {
  background: #0D0D0D;
  text-align: center;
  color: #FFFFFF;
  line-height: calc(19px + 16 * ((100vw - 320px) / 890));
  font-size: calc(16px + 14 * ((100vw - 320px) / 890));
  padding-top: calc(20px + 13 * ((100vw - 320px) / 890));
  padding-bottom: calc(20px + 13 * ((100vw - 320px) / 890));
  margin-bottom: calc(34px + 41 * ((100vw - 320px) / 890));
}

.footer__main {
  margin-bottom: calc(20px + 17 * ((100vw - 320px) / 890));
}

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

.footer__col:not(:last-child) {
  margin: 0px 0px 20px 0px;
}

.footer__title {
  font-weight: 500;
  text-align: center;
  line-height: calc(19px + 2 * ((100vw - 320px) / 890));
  font-size: calc(16px + 2 * ((100vw - 320px) / 890));
  margin-bottom: calc(10px + 15 * ((100vw - 320px) / 890));
}

.footer__link {
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #666666;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer__link-pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.footer__col .footer__link:not(:last-child) {
  margin-bottom: calc(10px + 15 * ((100vw - 320px) / 890));
}

.footer__link a:hover {
  color: #E60000;
}

.footer__place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 30px;
  border: 1px solid #E60000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 15px;
  line-height: 18px;
  color: #E60000;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.footer__place svg {
  width: 21px;
  height: auto;
  margin: 0px 16px 0px 0px;
}

.footer__place svg path {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer__place:hover {
  background-color: #E60000;
  color: #fff;
  border-color: #fff;
}

.footer__place:hover svg path {
  fill: #fff;
}

.footer__supTop {
  font-weight: 500;
  border-top: 2px solid #fff;
  padding-top: calc(10px + 25 * ((100vw - 320px) / 890));
  padding-bottom: calc(30px + 5 * ((100vw - 320px) / 890));
}

.footer__supTop .footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__payments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__payments picture:not(:last-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 10px 0px 0px;
}

.footer__bottom {
  background: #0d0d0d;
  padding: 18px 0;
  text-align: center;
  color: #999999;
  font-weight: 500;
}

.footer__email {
  color: #F2F2F2;
  font-size: calc(14px + 2 * ((100vw - 320px) / 890));
  line-height: calc(16px + 3 * ((100vw - 320px) / 890));
  margin: 0px 0px 16px 0px;
  font-style: normal;
  font-weight: normal;
}

.footer__email a {
  position: relative;
  display: inline-block;
  padding: 0px 0px 0px 25px;
}

.footer__email a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  width: 14px;
  height: 15px;
  margin: 0px 16px 0px 0px;
  background: url("/local/templates/mitsubishi/css/../img/icons/email-f.svg") center no-repeat;
}

.footer__time-work {
  margin: 0px 0px 12px 0px;
  font-size: calc(12px + 4 * ((100vw - 320px) / 890));
  line-height: calc(14px + 5 * ((100vw - 320px) / 890));
}

.footer__time-work span {
  color: #fff;
}

.footer__copyright {
  max-width: 215px;
  margin: 0 auto;
  font-size: calc(12px + 4 * ((100vw - 320px) / 890));
  line-height: calc(14px + 5 * ((100vw - 320px) / 890));
}

html {
  scroll-behavior: smooth;
}

._ibg {
  position: relative;
}

._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

#map {
  background: url("/local/templates/mitsubishi/css/../img/icons/loading.gif") center/50px no-repeat, rgba(255, 255, 255, 0.938);
}

._swiper {
  overflow: hidden;
}

._swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

._swiper.swiper-container-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

._swiper.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

._tabs ._tabs-block {
  display: none;
}

._tabs ._tabs-block._activeTab {
  display: block;
}

._tabs-item {
  cursor: pointer;
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}

.page::after {
  content: "";
  position: absolute;
  top: calc(-20px + -10 * ((100vw - 320px) / 890));
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.page-article::after {
  top: 0;
  position: fixed;
}

@media(min-width: 1210px){
   .page-article::after {
      top: 0;
    }
}

.home .page::after {
  top: -10px;
}

.slider-news__title {
  margin: 0px 0px 15px 0px;
}

.main-slider {
  margin: 0 -20px;
  margin-bottom: calc(31px + -6 * ((100vw - 320px) / 890));
}

.slider-main {
  position: relative;
}

.slider-main__slide {
  position: relative;
}

.slider-main__image img {
  width: 100%;
}

.controls-slider-main__dotts {
  bottom: -11px;
}

.dotts {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  cursor: pointer;
  gap: calc(10px + 10 * ((100vw - 320px) / 890));
}

.swiper-pagination-bullet {
  height: 3px;
  width: calc(20px + 20 * ((100vw - 320px) / 890));
  background: #f2f2f2;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.swiper-pagination-bullet-active {
  background: #e50000;
}

.main-slider .slider-arrows button {
  width: calc(9px + 8 * ((100vw - 320px) / 890));
  height: calc(32px + 31 * ((100vw - 320px) / 890));
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 10;
}

.main-slider .slider-arrow_prev {
  background: url("/local/templates/mitsubishi/css/../img/icons/p-left.svg") center no-repeat;
  left: 5px;
  left: calc(7px + 9 * ((100vw - 320px) / 890));
}

.main-slider .slider-arrow_next {
  right: 5px;
  right: calc(7px + 9 * ((100vw - 320px) / 890));
  background: url("/local/templates/mitsubishi/css/../img/icons/p-right.svg") center no-repeat;
}

.content-main {
  position: absolute;
  bottom: calc(35px + 25 * ((100vw - 320px) / 890));
  left: calc(20px + 74 * ((100vw - 320px) / 890));
  max-width: calc(145px + 445 * ((100vw - 320px) / 890));
}

.content-main__title {
  font-weight: bold;
  text-transform: uppercase;
  color: #e60000;
  font-size: calc(14px + 16 * ((100vw - 320px) / 890));
  line-height: calc(130%px + 10% * ((100vw - 320px) / 890));
  margin-bottom: calc(6px + 11 * ((100vw - 320px) / 890));
}

.content-main__text {
  font-weight: 500;
  font-size: calc(10px + 20 * ((100vw - 320px) / 890));
  line-height: calc(13px + 29 * ((100vw - 320px) / 890));
  margin-bottom: calc(6px + 36 * ((100vw - 320px) / 890));
}

.content-main__text div {
  display: none;
}

.content-main__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.content-main__button div {
  display: inline-block;
  font-weight: 500;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 0.449033px solid #000000;
  padding-top: calc(5px + 5 * ((100vw - 320px) / 890));
  padding-right: calc(13.5px + 16.5 * ((100vw - 320px) / 890));
  padding-bottom: calc(5px + 5 * ((100vw - 320px) / 890));
  padding-left: calc(13.5px + 16.5 * ((100vw - 320px) / 890));
  font-size: calc(6.7355px + 8.2645 * ((100vw - 320px) / 890));
}

.content-main__button div:hover {
  background-color: #e60000;
  color: #fff;
  border-color: #fff;
}

.advantages {
  margin-bottom: calc(20px + 60 * ((100vw - 320px) / 890));
}

.advantages__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product .advantages__container.advantages__container--tabs .advantages__advantage {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 34px;
}

.advantages__container:not(.advantages__container--tabs) {
  gap: calc(10px + 20 * ((100vw - 320px) / 890));
}

.advantages__advantage {
  max-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f2f2f2;
  padding-right: calc(30px + -20 * ((100vw - 320px) / 890));
  padding-left: calc(21px + 7 * ((100vw - 320px) / 890));
  padding-top: calc(20px + 10 * ((100vw - 320px) / 890));
  padding-bottom: calc(20px + 10 * ((100vw - 320px) / 890));
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: auto;
}

.advantages__advantage img {
  margin: 0px 20px 0px 0px;
}

.advantages__title {
  font-weight: bold;
  letter-spacing: 0.02em;
  max-width: 145px;
  font-size: calc(18.1622px + 2.8378 * ((100vw - 320px) / 890));
  line-height: calc(21px + 4 * ((100vw - 320px) / 890));
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.advantages__container--tabs .advantages__title {
  padding-right: 20px;
}

.advantages__text {
  display: none;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #666666;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.location {
  margin-bottom: calc(20px + 105 * ((100vw - 320px) / 890));
}

.location__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  position: relative;
}

.location__col:first-child {
  margin: 0px -20px 36px -20px;
}

.location__col:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.location__img {
  width: 100%;
}

.location__title {
  font-weight: 500;
  line-height: 120%;
  text-align: center;
  margin-bottom: calc(13px + 17 * ((100vw - 320px) / 890));
  font-size: calc(24px + 6 * ((100vw - 320px) / 890));
}

.location__address {
  line-height: 140%;
  color: #666666;
  padding: 0px 0px 0px 35px;
  position: relative;
  margin: 0px 0px 16px 0px;
  font-style: normal;
  max-width: 310px;
  font-size: calc(14px + 4 * ((100vw - 320px) / 890));
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.location__address::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 30px;
  background: url("/local/templates/mitsubishi/css/../img/icons/location.svg") center no-repeat;
}

.location__map {
  width: 100%;
  height: 142.5px;
  border-color: #fff;
  border-style: solid;
  border-width: calc(4.91107px + 5.08893 * ((100vw - 320px) / 890));
  -webkit-box-shadow: 2.45554px 4.91107px 9.82214px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 2.45554px 4.91107px 9.82214px 0px rgba(0, 0, 0, 0.1);
}

[class*=copyrights-pane] {
  display: none;
}

[class*=ground-pane] {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.banner {
  margin: 0px 0px 40px 0px;
}

.banner__content {
  margin: 0 -20px;
}

.banner__text {
  font-weight: 500;
  line-height: 120%;
  color: #ffffff;
  padding: 20px;
  position: relative;
  z-index: 2;
  font-size: calc(16px + 10 * ((100vw - 320px) / 890));
  max-width: calc(150px + 450 * ((100vw - 320px) / 890));
}

.slider-works {
  border: 1px solid #b5b5b5;
  margin-bottom: calc(40px + 32 * ((100vw - 320px) / 890));
}

.slider-works__row {
  min-width: 0;
}

.slider-works__row:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-works__row:first-child {
  border-bottom: 1px solid #b5b5b5;
}

.slider-works__row:first-child .slider-works__controls.slider-works__block:first-child {
  padding: 20px;
  border-bottom: 1px solid #b5b5b5;
  border-right: none;
}

.slider-works__block {
  padding: calc(8px + 12 * ((100vw - 320px) / 890));
}

.slider-works__block:not(:last-child) {
  border-right: 1px solid #b5b5b5;
}

.slider-works__block-first,
.slider-works__block-last {
  min-width: 50%;
}

.slider-works__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.slider-works__title {
  font-weight: 500;
  margin-bottom: calc(8px + 7 * ((100vw - 320px) / 890));
  font-size: calc(25px + 15 * ((100vw - 320px) / 890));
  line-height: 110%;
}

.slider-works__desc {
  font-size: calc(16px + 5 * ((100vw - 320px) / 890));
  margin-bottom: calc(8px + 21 * ((100vw - 320px) / 890));
  line-height: 140%;
  color: #666666;
}

.slider-works .slider-arrow_prev {
  margin: 0px 1px 0px 0px;
}

.slider-works__body,
.slider-works-2__body {
  position: relative;
}

.slider-works__body::after,
.slider-works-2__body::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  right: 0;
  background: #fff;
  top: 0;
  z-index: 1000;
}

.slider-works-2__body .slider-works__slide:last-child {
  display: none;
}

.slider-works-2__body::after {
  background: #b5b5b5;
}

.slider-works__slide img {
  width: 100%;
}

.slider-works__add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider-works__add img {
  display: block;
  width: calc(26px + 10 * ((100vw - 320px) / 890));
  margin-bottom: calc(12px + 13 * ((100vw - 320px) / 890));
}

.slider-works__add .slider-works__desc {
  margin: 0px 0px 0px 0px;
  font-size: 18px;
  max-width: 212px;
  font-size: calc(12px + 6 * ((100vw - 320px) / 890));
}

.arrows-red {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.arrows-red button {
  background: #e60000;
  padding: 17px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: calc(12px + 5 * ((100vw - 320px) / 890));
}

.arrows-red button.swiper-button-disabled {
  opacity: 0.5;
}

.arrows-red button:hover {
  background: #e60000c2;
}

.arrows-red button svg {
  display: block;
  width: calc(12px + 11 * ((100vw - 320px) / 890));
  height: calc(7px + 7 * ((100vw - 320px) / 890));
}

.users {
  background: #f2f2f2;
  margin: 0px 0px 71px 0px;
  padding-top: calc(25px + 18 * ((100vw - 320px) / 890));
  padding-bottom: calc(40px + 13 * ((100vw - 320px) / 890));
  margin-bottom: calc(40px + 31 * ((100vw - 320px) / 890));
}

.users__top {
  position: relative;
}

.users__top::before {
  content: "";
  position: absolute;
  bottom: -1.5px;
  left: 0;
  height: 2px;
  width: 100vw;
  background: #fff;
  z-index: 1;
}

.users__title {
  font-weight: bold;
  line-height: 23px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0px 0px 11px 0px;
  position: relative;
  margin: 0px 0px 24px 0px;
  font-size: calc(18px + 2 * ((100vw - 320px) / 890));
}

.users__title::after {
  content: "";
  position: absolute;
  width: 327px;
  height: 3px;
  background: #e60000;
  bottom: -1.5px;
  left: 0px;
  z-index: 5;
}

.users__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #f2f2f2;
}

.users__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.users__row:first-child {
  margin: 0px 0px 3px 0px;
}

.users__user {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 49%;
          flex: 1 1 49%;
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.users__user:hover {
  -webkit-box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
}

.users__user img {
  width: 100%;
}

.desc {
  margin-bottom: calc(40px + 62 * ((100vw - 320px) / 890));
}

.desc__title {
  text-transform: uppercase;
  font-size: calc(16px + 14 * ((100vw - 320px) / 890));
  margin-bottom: calc(20px + 6 * ((100vw - 320px) / 890));
  line-height: calc(26px + 10.4 * ((100vw - 320px) / 890));
}

.desc__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(20px + 16 * ((100vw - 320px) / 890));
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.desc__col {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}

.desc__text {
  line-height: 150%;
  color: #666666;
  font-size: calc(14px + 2 * ((100vw - 320px) / 890));
}

.desc__text:not(:last-child) {
  margin: 0px 0px 27px 0px;
}

.desc__subtitle {
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
}

.news-slider {
  margin-bottom: calc(38px + 22 * ((100vw - 320px) / 890));
}

.news-slider__slider {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  margin: 0px 0px 17px 0px;
  padding-top: 5px;
}

.news-slider__title {
  display: inline-block;
  font-weight: 500;
  line-height: 150%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: calc(8px + 12 * ((100vw - 320px) / 890));
  font-size: calc(14px + 4 * ((100vw - 320px) / 890));
}

.news-slider__title:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #e60000;
}

.news-slider__except {
  font-weight: normal;
  font-size: 14px;
  color: #666666;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: calc(19.6px + 1.4 * ((100vw - 320px) / 890));
}

.slider-news--p {
  position: relative;
}

.slider-news__top {
  position: relative;
  margin-bottom: calc(30px + 10 * ((100vw - 320px) / 890));
}

.slider-news__title {
  font-weight: 500;
  line-height: 35px;
  max-width: 520px;
  font-size: calc(24px + 6 * ((100vw - 320px) / 890));
}

.slider-news__title--t {
  text-transform: uppercase;
}

.slider-news__controls {
  display: inline-block;
  border: 1px solid #e60000;
}

.slider-news__controls.controls-slider-news--mod {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin: 0px 0px 0px 0px;
}

.slider-news__controls button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: calc(12px + 7 * ((100vw - 320px) / 890));
}

.slider-news__controls button:not(._button-news) {
  background: #E60000;
}

.slider-news__controls button:not(._button-news) svg path {
  fill: #fff;
}

.slider-news__controls button:first-child {
  margin: 0px 1px 0px 0px;
}

.slider-news__body {
  margin-bottom: calc(0px + 40 * ((100vw - 320px) / 890));
}

.slider-news__body--news img {
  width: 100%;
}

.slider-news__image {
  display: inline-block;
  margin: 0px 0px 17px 0px;
  width: 100%;
}

.slider-news__image img {
  width: 100%;
}

.slider-news__btn {
  display: inline-block;
  background: #e60000;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  padding: 10px 38px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #E60000;
}

.slider-news__btn:hover {
  background: transparent;
  color: #E60000;
}

.bread-crumbs {
  margin-bottom: calc(20px + 20 * ((100vw - 320px) / 890));
}

.bread-crumbs__item {
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  position: relative;
}

.bread-crumbs__item:not(:last-child) {
  margin: 0px 7px 0px 0px;
}

.bread-crumbs__separator {
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  display: inline-block;
  margin: 0px 7px 0px 0px;
}

.bread-crumbs__separator--red {
  color: #E60000;
}

.bread-crumbs__link {
  color: #E60000;
}

.team {
  display: none;
  margin-bottom: calc(40px + 60 * ((100vw - 320px) / 890));
}

.team__title {
  margin: 0px 0px 22px 0px;
}

.team__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.team__col {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.team__col img {
  width: 100%;
}

.team__col:first-child {
  display: block;
}

.team__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.team__row:not(:last-child) {
  margin: 0px 0px 30px 0px;
}

.team__row--flex {
  gap: 30px;
}

.about .slider-news__title {
  font-size: calc(18px + 12 * ((100vw - 320px) / 890));
}

.about__first .subtitle {
  font-size: 21px;
  font-weight: normal;
  max-width: 240px;
}

.about .controls-slider-news__dotts {
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.about .slider-news,
.about .slider-recommendation,
.recommendation-slider .slider-news,
.recommendation-slider .slider-recommendation {
  position: relative;
}

.about .slider-news__body img,
.about .slider-recommendation__body img,
.recommendation-slider .slider-news__body img,
.recommendation-slider .slider-recommendation__body img {
  width: 100%;
}

.about .slider-news__top,
.about .slider-recommendation__top,
.about .slider-recommendation__block,
.recommendation-slider .slider-news__top,
.recommendation-slider .slider-recommendation__top,
.recommendation-slider .slider-recommendation__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: static;
  position: relative;
}

.about .slider-news__controls,
.about .slider-recommendation__controls,
.recommendation-slider .slider-news__controls,
.recommendation-slider .slider-recommendation__controls {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.slider-recommendation__controls--act {
  display: none;
}

.about .slider-news__top {
  position: static;
}

.slider-recommendation__content {
  position: relative;
}

.recommendation-slider {
  background: #F2F2F2;
  padding: 20px 0 37px 0;
}

.recommendation-slider .slider-recommendation__title {
  max-width: 100px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0;
  font-size: calc(18px + 2 * ((100vw - 320px) / 890));
  line-height: calc(21px + 2 * ((100vw - 320px) / 890));
}

.recommendation-slider .slider-recommendation__title span {
  position: relative;
}

.recommendation-slider .slider-recommendation__title span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #E60000;
  left: 0;
  bottom: -10px;
  z-index: 10;
}

.recommendation-slider .slider-recommendation__top {
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 20px 0px;
  position: relative;
}

.recommendation-slider .slider-recommendation__top::after {
  content: "";
  position: absolute;
  width: calc(100% + 40px);
  left: -20px;
  bottom: 0;
  height: 2px;
  background: #FFFFFF;
}

.slider-recommendation__body {
  overflow: hidden;
}

.slider-recommendation__body .main-elements-el {
  width: auto;
}

.first:not(.first--not) {
  margin-bottom: calc(35px + 21 * ((100vw - 320px) / 890));
}

.first__text {
  font-size: 16px;
  line-height: 150%;
  color: #666666;
}

.first__text:not(:last-child) {
  margin-bottom: 20px;
}

.first__text--black {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #0D0D0D;
}

.first__container--m {
  margin-bottom: 25px;
}

.first__content {
  margin: 0 -20px;
  padding: 0 20px;
}

.first__content--vw {
  padding: 0;
}

.first__title {
  text-transform: uppercase;
  margin-bottom: calc(22px + 18 * ((100vw - 320px) / 890));
}

.first__title--min {
  margin-bottom: 20px;
}

.first__product {
  font-size: 16px;
  line-height: 120%;
  color: #666666;
}

.first__product span {
  color: #0D0D0D;
}

.first__block .first__content {
  background: #F2F2F2;
}

.first__subtitle {
  max-width: 520px;
  line-height: 130%;
  color: #0D0D0D;
  margin: 0px 0px 17px 0px;
  padding-top: calc(21px + 40 * ((100vw - 320px) / 890));
  font-size: calc(21px + 19 * ((100vw - 320px) / 890));
  padding-left: calc(0px + 66 * ((100vw - 320px) / 890));
  margin-bottom: calc(15px + 15 * ((100vw - 320px) / 890));
}

.first__subtitle div:not(:last-child) {
  margin-bottom: calc(15px + 15 * ((100vw - 320px) / 890));
}

.first__subtitle--mini {
  font-size: calc(16px + 5 * ((100vw - 320px) / 890));
}

.first__subtitle--w {
  font-weight: 500;
}

.first__subtitle p {
  font-weight: bold;
  font-size: calc(18px + 12 * ((100vw - 320px) / 890));
  line-height: 150%;
  color: #E60000;
}

.first__desc {
  max-width: 463px;
  margin-left: calc(0px + 66 * ((100vw - 320px) / 890));
  margin-bottom: calc(16px + 58 * ((100vw - 320px) / 890));
  font-size: calc(14px + 4 * ((100vw - 320px) / 890));
  line-height: calc(18px + 7 * ((100vw - 320px) / 890));
}

.first__img {
  width: 100%;
  height: 100%;
}

.first__col:last-child:not(:first-child) {
  margin: 0 -20px;
}

.about .first {
  margin-bottom: calc(28px + 6 * ((100vw - 320px) / 890));
}

.title {
  font-weight: 500;
  line-height: 120%;
  color: #0d0d0d;
  font-size: calc(18px + 12 * ((100vw - 320px) / 890));
}

.title--up {
  text-transform: uppercase;
}

.subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #0d0d0d;
}

.text {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #0d0d0d;
}

.delivery {
  margin: 0px 0px 30px 0px;
  margin-bottom: calc(30px + 30 * ((100vw - 320px) / 890));
}

.delivery__video {
  position: relative;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  max-width: 100%;
}

.delivery__video img {
  width: 100%;
}

.delivery__videoDesc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  font-weight: bold;
  width: 100%;
  max-width: 100%;
  font-size: 18px;
  line-height: 130%;
  color: #FFFFFF;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 32px;
}

.delivery__videoDesc span:not(:last-child) {
  margin-right: 35px;
  max-width: 90%;
  white-space: nowrap;
  /* Текст не переносится */
  overflow: hidden;
  /* Обрезаем всё за пределами блока */
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.delivery__videoDesc span:last-child {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  position: relative;
  padding-left: 12px;
}

.delivery__videoDesc span:last-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 6px;
  height: 6px;
  background: #FF0000;
  border-radius: 100%;
}

.delivery__image {
  width: 570px;
}

.delivery__btn {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
  background: #E31E24;
  border: 0.633333px solid #FF0000;
}

.delivery__btn svg {
  margin-left: 7.2px;
  width: 21px;
  height: 29px;
}

.delivery__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 90px;
  height: 90px;
  border: 0.633333px solid #FF0000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.delivery__text {
  color: #666666;
  font-size: calc(12px + 2 * ((100vw - 320px) / 890));
  line-height: calc(16px + 4 * ((100vw - 320px) / 890));
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.delivery__text:not(:last-child) {
  margin-bottom: 20px;
}

.delivery__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.delivery__col:first-child:not(:last-child) {
  margin: 0px 0px 27px 0px;
}

.delivery__col:nth-child(2) {
  padding: 22px 16px 13px 40px;
  border: 1px solid #B5B5B5;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(280px + 165 * ((100vw - 320px) / 890));
      flex-basis: calc(280px + 165 * ((100vw - 320px) / 890));
  padding-top: calc(22px + 20 * ((100vw - 320px) / 890));
  padding-bottom: calc(13px + 24 * ((100vw - 320px) / 890));
  padding-left: calc(40px + 10 * ((100vw - 320px) / 890));
  padding-right: calc(16px + 35 * ((100vw - 320px) / 890));
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.delivery__title {
  text-transform: uppercase;
  margin-bottom: calc(10px + 16 * ((100vw - 320px) / 890));
}

.delivery__title--right {
  margin-bottom: calc(13px + 6 * ((100vw - 320px) / 890));
}

.delivery__desc {
  margin-bottom: calc(32px + 22 * ((100vw - 320px) / 890));
}

.delivery__block-subtitle {
  margin-bottom: calc(8px + 11 * ((100vw - 320px) / 890));
}

.delivery__list:not(:last-child) {
  margin-bottom: calc(29px + 23 * ((100vw - 320px) / 890));
}


.installation-original__column li,
.delivery__item {
  color: #666666;
  position: relative;
  padding-left: calc(21px + 4 * ((100vw - 320px) / 890));
  line-height: calc(16px + 4 * ((100vw - 320px) / 890));
  font-size: calc(12px + 2 * ((100vw - 320px) / 890));
}

.installation-original__column li::before,
.delivery__item::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #E60000;
  left: 0;
  top: 8px;
}

.delivery__item:not(:last-child) {
  margin-bottom: calc(15px + 5 * ((100vw - 320px) / 890));
}

.subdesc {
  color: #666666;
  font-size: calc(12px + 2 * ((100vw - 320px) / 890));
  line-height: calc(17px + 3 * ((100vw - 320px) / 890));
}

.block-subtitle {
  font-weight: 500;
  color: #1F2826;
  font-size: calc(16px + 8 * ((100vw - 320px) / 890));
  line-height: calc(19px + 9 * ((100vw - 320px) / 890));
}

.block-subtitle--m {
  margin-bottom: 20px;
}

.delivery-types__title {
  font-weight: 500;
  color: #0D0D0D;
  font-size: calc(16px + 2 * ((100vw - 320px) / 890));
  line-height: calc(19px + 2 * ((100vw - 320px) / 890));
  margin-bottom: calc(6px + 2 * ((100vw - 320px) / 890));
}

.delivery-types__subtitle {
  font-size: 13px;
  line-height: 18px;
  color: #666666;
  font-size: calc(13px + 2 * ((100vw - 320px) / 890));
  margin-bottom: calc(6px + 2 * ((100vw - 320px) / 890));
}

.delivery-types__item {
  background: #F2F2F2;
  position: relative;
  padding-top: calc(18px + 7 * ((100vw - 320px) / 890));
  padding-bottom: calc(21px + -11 * ((100vw - 320px) / 890));
  padding-left: calc(29px + 20.14 * ((100vw - 320px) / 890));
  padding-right: calc(22px + -1.36 * ((100vw - 320px) / 890));
  max-height: 110px;
}

.delivery-types__item:not(:last-child) {
  margin: 0px 0px 10px 0px;
}

.delivery-types__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #E60000;
  width: calc(38px + 12 * ((100vw - 320px) / 890));
  height: calc(38px + 12 * ((100vw - 320px) / 890));
}

.delivery-types__item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(/local/templates/mitsubishi/css/../img/icons/arr-delivery.svg) center no-repeat;
  background-size: 100%;
  width: calc(15px + 5 * ((100vw - 320px) / 890));
  height: calc(11.4px + 3.55 * ((100vw - 320px) / 890));
}

.importantly {
  padding: 32px 0 40px 0;
  margin: 0px 0px 40px 0px;
  color: #FFFFFF;
}

.importantly__container {
  background: #0D0D0D;
}

.importantly__container._container {
  max-width: 1170px;
  padding-top: calc(32px + 10 * ((100vw - 320px) / 890));
  padding-bottom: calc(40px + 23 * ((100vw - 320px) / 890));
  padding-left: calc(20px + 44 * ((100vw - 320px) / 890));
  padding-right: calc(20px + 29 * ((100vw - 320px) / 890));
}

.importantly__title {
  font-weight: 500;
  margin: 0px 0px 12px 0px;
  font-size: calc(18px + 6 * ((100vw - 320px) / 890));
  line-height: calc(21px + 7 * ((100vw - 320px) / 890));
  margin-bottom: calc(12px + 20 * ((100vw - 320px) / 890));
}

.importantly__desc {
  padding: 0px 0px 0px 21px;
  position: relative;
  padding-left: calc(21px + 10 * ((100vw - 320px) / 890));
}

.importantly__desc::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 101%;
  left: 0;
  top: -0.5%;
  background: #E60000;
  border-radius: 1px;
}

.importantly__text {
  font-size: 14px;
  line-height: 18px;
  font-size: calc(14px + 2 * ((100vw - 320px) / 890));
  line-height: calc(18px + 3 * ((100vw - 320px) / 890));
}

.importantly__text:not(:last-child) {
  margin-bottom: calc(20px + 5 * ((100vw - 320px) / 890));
}

.payment__importantly {
  padding: 0;
  margin-bottom: calc(40px + 20 * ((100vw - 320px) / 890));
}

ol {
  counter-reset: item;
}

.delivery-lists {
  font-size: 12px;
  line-height: 130%;
  color: #666666;
  margin: 0px 0px 40px 0px;
  font-size: calc(12px + 2 * ((100vw - 320px) / 890));
  line-height: calc(16px + 8 * ((100vw - 320px) / 890));
}

.delivery-lists__item {
  display: block;
}

.delivery-lists__item:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}

.delivery-lists__item ol {
  margin: 15px 0px 0px 0px;
}

.delivery-lists__item:not(:last-child) {
  margin: 0px 0px 15px 0px;
}

.delivery-lists__list {
  padding: 0px 0px 0px 24px;
  position: relative;
}

.delivery-lists__list span {
  font-size: calc(14px + 2 * ((100vw - 320px) / 890));
}

.delivery-lists__list::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #E60000;
}

.delivery-two__block-subtitle {
  margin: 0px 0px 24px 0px;
}

.warranty--main .installation-original:not(:last-child) {
  margin-bottom: calc(40px + 60px * ((100vw - 320px) / 890));
}

.warranty--main .delivery-lists {
  margin: 0px 0px 0px 0px;
}

.warranty--main .importantly--bottom {
  margin-bottom: calc(0px + 60 * ((100vw - 320px) / 890));
}

.warranty--main .delivery-lists {
  margin-bottom: calc(0px + 20px * ((100vw - 320px) / 890));
}

.warranty__importantly {
  padding: 22px 0;
  margin: 0px 0px 15px 0px;
}

.warranty__text a {
  font-weight: bold;
  color: #FF0000;
}

.warranty__title {
  font-weight: 500;
  text-transform: uppercase;
  color: #0D0D0D;
  margin-bottom: calc(10px + 14 * ((100vw - 320px) / 890));
  font-size: calc(18px + 12 * ((100vw - 320px) / 890));
  line-height: calc(22px + 14 * ((100vw - 320px) / 890));
}

.warranty__text {
  padding: 0 20px;
  margin: 0px 0px 20px 0px;
  color: #666666;
  font-size: calc(12px + 4 * ((100vw - 320px) / 890));
  line-height: calc(17px + 7 * ((100vw - 320px) / 890));
}

.importantly--center {
  margin: 0;
  padding-top: calc(13px + 16 * ((100vw - 320px) / 890));
  padding-bottom: calc(15px + 25 * ((100vw - 320px) / 890));
}

.warranty-certificates {
  display: none;
  gap: 30px;
}

.warranty-certificates__certificate {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  border: 1px solid #B5B5B5;
  padding: 10px 10px 34px 10px;
}

.warranty-certificates__certificate img {
  width: 100%;
}

.slider-warranty {
  position: relative;
  border: 1px solid #B5B5B5;
  margin: 0px 0px 55px 0px;
}

.slider-warranty__controls {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.slider-warranty__image {
  padding: 10px 10px 34px 10px;
}

.slider-warranty__image--width img {
  width: 100%;
}

.slider-warranty .slider-arrow_prev {
  margin: 0px 1px 0px 0px;
}

.certificate {
  margin-bottom: calc(40px + 40 * ((100vw - 320px) / 890));
}

.certificate__title {
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  color: #0D0D0D;
  margin-bottom: calc(15px + 5 * ((100vw - 320px) / 890));
  font-size: calc(18px + 12 * ((100vw - 320px) / 890));
}

.standard-installation {
  margin: 0px 0px 40px 0px;
}

.standard-installation__row {
  margin: 0px 0px 40px 0px;
}

.standard-installation__standard {
  margin: 0px 0px 28px 0px;
}

.standard-installation__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.standard-installation__col img {
  max-width: 100%;
  max-height: 300px;
}

.standard-installation__col:first-child {
  margin: 0px 0px 22px 0px;
}

.standard-installation__col:first-child.installation-list {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-top: calc(20px + 15 * ((100vw - 320px) / 890));
  padding-bottom: calc(20px + 20 * ((100vw - 320px) / 890));
  padding-right: calc(15px + 17.5 * ((100vw - 320px) / 890));
  padding-left: calc(15px + 17.5 * ((100vw - 320px) / 890));
  border: 1px solid #FFB3B3;
}

.standard-installation .title {
  text-transform: uppercase;
  margin-bottom: calc(12px + 28 * ((100vw - 320px) / 890));
  font-size: calc(24px + 6 * ((100vw - 320px) / 890));
  line-height: calc(28px + 8 * ((100vw - 320px) / 890));
}

.standard-installation .subtitle {
  font-weight: 700;
  margin-bottom: calc(10px + 10 * ((100vw - 320px) / 890));
  font-size: calc(16px + 2 * ((100vw - 320px) / 890));
  line-height: calc(22px + 5 * ((100vw - 320px) / 890));
}

.titleUp {
  font-weight: 500;
  text-transform: uppercase;
  color: #0D0D0D;
  margin-bottom: calc(10px + 14 * ((100vw - 320px) / 890));
  font-size: calc(18px + 12 * ((100vw - 320px) / 890));
  line-height: calc(22px + 14 * ((100vw - 320px) / 890));
}

.installation-list__subtitle {
  margin: 0px 0px 10px 0px;
}

.installation-list__items {
  padding: 0px 0px 0px 15px;
}

.installation-list__item {
  color: #666666;
  font-size: calc(15px + 1 * ((100vw - 320px) / 890));
  line-height: calc(20px + 4 * ((100vw - 320px) / 890));
}

.installation-list__item:not(:last-child) {
  margin: 0px 0px 8px 0px;
}

.installation {
  margin-bottom: calc(54px + 46 * ((100vw - 320px) / 890));
}

.installation__phone-block {
  padding: 25px 20px;
  background: #F2F2F2;
  text-align: center;
  margin: 0px 0px 40px 0px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.installation__text {
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  margin: 0px 0px 10px 0px;
  color: #0D0D0D;
  font-size: calc(16px + 10 * ((100vw - 320px) / 890));
  line-height: calc(21px + 15 * ((100vw - 320px) / 890));
}

.installation__phone {
  font-weight: 900;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: #E60000;
  font-size: calc(24px + 12 * ((100vw - 320px) / 890));
  line-height: calc(31px + 19 * ((100vw - 320px) / 890));
}

.installation-original {
  font-size: 12px;
  line-height: 140%;
  color: #666666;
  font-size: calc(12px + 4 * ((100vw - 320px) / 890));
  line-height: calc(17px + 7 * ((100vw - 320px) / 890));
}

.installation-original:not(:last-child, .installation-original--table) {
  margin-bottom: calc(40px + -30 * ((100vw - 320px) / 890));
}

.installation-original--table {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.installation-original__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.installation-original__table caption {
  display: none;
}

.installation-original__tbody {
  width: 100%;
}

.installation-original__tbody tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.installation-original__tbody tr:first-child td {
  padding-top: 35.5px;
}

.installation-original__tbody tr:last-child td {
  padding-bottom: 24.5px;
}

.installation-original__tbody tr td {
  font-size: 16px;
  line-height: 150%;
  color: #666666;
  padding-top: 8.5px;
  padding-bottom: 8.5px;
  padding-left: 49px;
}

.installation-original--p {
  padding: 40px 0px 0px 0px;
}

.installation-original__item {
  list-style-type: disc;
  margin: 0px 0px 5px 3px;
}

.installation-original__item:last-child {
  margin: 0px 0px 0px 3px;
}

.installation-original__col--slider .installation-slider {
  margin: 0 auto;
}

.installation-original__col--page {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  min-width: 0;
}

.installation-original__col:first-child {
  margin: 0px 0px 25px 0px;
}

.installation-original__col--w {
  width: 50%;
}

.installation-original__col--w:first-child {
  margin-right: 30px;
}

.installation-original__miniTitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #1F2826;
  margin-bottom: 27px;
}

.installation-original__text:not(:last-child) {
  margin: 0px 0px 10px 0px;
}

.installation-original__text--min {
  font-size: 15px;
  line-height: 150%;
  color: #666666;
}

.installation-original__text--min p:not(:last-child) {
  margin-bottom: calc(0px + 12 * ((100vw - 320px) / 890));
}

.installation-original__list {
  padding: 0px 0px 0px 12px;
}

.elements {
  margin-bottom: calc(40px + 60 * ((100vw - 320px) / 890));
}

.elements__first {
  margin: 0px 0px 20px 0px;
  text-transform: uppercase;
}

.main-elements {
  padding-top: calc(20px + 24 * ((100vw - 320px) / 890));
  padding-bottom: calc(42px + 23 * ((100vw - 320px) / 890));
  background: #F2F2F2;
  position: relative;
}

.main-elements._lock::before {
  opacity: 0.3;
  visibility: visible;
  pointer-events: all;
}

.main-elements::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  background: #0D0D0D;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.main-elements__col:last-child {
  margin: 0px 0px 20px 0px;
  margin-bottom: calc(20px + 9 * ((100vw - 320px) / 890));
}

.main-elements__container {
  position: relative;
}
.filters {
  position: absolute;
  top: 89px;
  -webkit-box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
  z-index: 1;
  width: calc(100% - 40px);
  background: #F2F2F2;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  visibility: hidden;
}

.filters > button {
  position: absolute;
  top: 19px;
  right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
}

.filters > button svg {
  pointer-events: none;
}

.filters._active {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
      -ms-transform: translate(0, 0px);
          transform: translate(0, 0px);
  visibility: visible;
}

.filters__block {
  background: #fff;
}

.filters__block:first-of-type {
  padding: 25px 35px 18px 35px;
  padding-left: 35px;
  padding-right: 35px;
}

.filters__block:first-of-type .filters__title {
  padding: 0px 0px 15px 0px;
}

.filters__block:not(:first-of-type) .filters__title {
  cursor: pointer;
  line-height: 150%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 25px 35px 18px 35px;
  padding-left: 35px;
  padding-right: 35px;
}

.filters__block:not(:first-of-type) .filters__title:hover {
  color: #E60000;
}

.filters__block:not(:first-of-type) .filters__title::after {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  content: "";
  position: absolute;
  right: 35px;
  top: 50%;
  width: 12px;
  height: 7.5px;
  background: url(/local/templates/mitsubishi/css/../img/icons/sellectArr.svg) center no-repeat;
  transition: all 0.3s ease 0s;
}

.filters__block:not(:first-of-type) .filters__title._active::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.filters__block:not(:first-of-type) .filters__spoller {
  padding: 0px 35px 28px 35px;
}

.filters__block:not(:first-of-type) .filters__spoller-m {
  margin: -10px 0px 0px 0px;
  padding-bottom: 22px;
}

.filters__title {
  font-weight: 500;
  font-size: 18px;
  color: #0D0D0D;
  padding: 0px 0px 5px 0px;
  position: relative;
}

.filters__types {
  font-size: 14px;
  line-height: 150%;
  color: #666666;
}

.filters__type {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.filters__type:hover {
  color: #E60000;
}

.filters__type:not(:last-child) {
  margin: 0px 0px 10px 0px;
}

.filters__spoller {
  padding: 0px 0px 22px 0px;
}

.filters__input {
  position: relative;
}

.filters__input label {
  cursor: text;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 15px;
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  color: #979695;
}

.filters__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 0px 0px 20px 0px;
}

.filters__inputs input {
  background: #F0F0F0;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  text-align: right;
  color: #181717;
  padding: 10px 10px 10px 25px;
}

.filters-mini__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666666;
  margin: 0px 0px 15px 0px;
  font-size: calc(15px + 3 * ((100vw - 320px) / 890));
}

.filters-mini__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.filters-mini__button {
  padding: 6px 22px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.filters-mini__type-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.type-layout__elem {
  background: #fff;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.type-layout__elem:first-child {
  margin: 0px 10px 0px 0px;
}

.type-layout__elem svg rect {
  fill: #B5B5B5;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.type-layout__elem._active {
  background: #E60000;
}

.type-layout__elem._active svg rect {
  fill: #fff;
}

.request {
  padding: 35px 28.5px 42px;
  color: #fff;
  background: #E60000;
  display: none;
}

.request__title {
  font-weight: bold;
  font-size: 21px;
  line-height: 130%;
  margin: 0px 0px 18px 0px;
}

.request__desc {
  font-size: 16px;
  line-height: 130%;
  margin: 0px 0px 26px 0px;
}

.request__button {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  padding: 16px 30px;
  color: inherit;
  background-color: #0d0d0d;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.request__button:hover {
  color: #E60000;
  background: #fff;
}

.main-elements__elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px;
  margin: 0px 0px 2px 0px;
}

.main-elements__elements._active .main-elements__element {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.main-elements__element {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-elements__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.main-elements-el {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.333333333% - 1.33333333px);
          flex: 0 1 calc(33.333333333% - 1.33333333px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  padding-top: calc(31px + -13 * ((100vw - 320px) / 890));
  padding-right: calc(19px + 4 * ((100vw - 320px) / 890));
  padding-left: calc(19px + 4 * ((100vw - 320px) / 890));
  padding-bottom: calc(0px + 28 * ((100vw - 320px) / 890));
}

.main-elements-el:nth-child(3n) {
  border: none;
}

.main-elements-el:hover,
.main-elements-el._active {
  -webkit-box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
}

.main-elements-el .main-elements-el__price,
.main-elements-el._active .main-elements-el__price {
  background: #E60000;
  color: #fff;
  position: static;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-elements-el__list {
  font-weight: 300;
  font-size: 13px;
  line-height: 170%;
  color: #666666;
  margin: 0px 0px 20px 0px;
  display: none;
}

.main-elements-el__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-elements-el__line {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 10px;
  left: -0.5px;
  font-weight: bold;
  line-height: 170%;
  color: #FFFFFF;
  font-size: calc(12px + 2 * ((100vw - 320px) / 890));
}

.main-elements-el__line span {
  display: inline-block;
  padding: 0 10px;
  background: #00ACE5;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.main-elements-el__line span:not(:last-child) {
  margin-bottom: 5px;
}

.main-elements-el__line span._green {
  background: #34A853;
}

.main-elements-el__line span._red {
  background: #E50000;
}

.main-elements-el__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.main-elements-el__img {
  max-width: calc(104px + 89 * ((100vw - 320px) / 890));
}
/*
.main-elements-el__img img {
  width: 100%;
}*/

.main-elements-el__title {
  font-weight: bold;
  font-size: 10px;
  line-height: 120%;
  text-align: center;
  color: #0D0D0D;
  margin-bottom: calc(32px + -20 * ((100vw - 320px) / 890));
  font-size: calc(10px + 4 * ((100vw - 320px) / 890));
  line-height: calc(12px + 8 * ((100vw - 320px) / 890));
}

.main-elements-el__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -18px;
  position: relative;
}

.main-elements__elements._active .main-elements-el__bottom {
  position: static;
}

.main-elements-el__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0px 1px 0px 0px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: #0D0D0D;
  font-weight: 500;
  font-size: calc(16px + 5 * ((100vw - 320px) / 890));
  line-height: calc(19px + 6 * ((100vw - 320px) / 890));
}

.main-elements__elements._active .main-elements-el__price {
  position: relative;
}

.main-elements-el__price--old {
  color: #FF0000;
}

.main-elements-el__price--old span {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(calc(-100% + 30px), 0);
      -ms-transform: translate(calc(-100% + 30px), 0);
          transform: translate(calc(-100% + 30px), 0);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
  line-height: 1;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #666666;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-elements-el__cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #E60000;
  position: relative;
  padding-left: calc(7px + 2.5 * ((100vw - 320px) / 890));
  padding-right: calc(7px + 2.5 * ((100vw - 320px) / 890));
  height: 40px;
  width: 40px;
}

.main-elements-el__cart div {
  position: absolute;
  display: none;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  top: -10px;
  right: -10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-elements-el__cart > svg {
  width: calc(17px + 4 * ((100vw - 320px) / 890));
  height: calc(16px + 4 * ((100vw - 320px) / 890));
  margin-left: -2px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0px;
  background: #fff;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 150%;
  color: #E60000;
  padding: 7px 0px;
  width: 33px;
}

.page-numbers:not(:last-child) {
  margin: 0px 2px 0px 0px;
}

.page-numbers.current,
.page-numbers:hover {
  color: #fff;
  background: #E60000;
}

.product__container {
  gap: 17px;
}

.product .advantages__title {
  margin: 0;
  font-size: calc(15px + 1 * ((100vw - 320px) / 890));
  line-height: 130%;
}

.product__tabs {
  margin-bottom: calc(40px + 60 * ((100vw - 320px) / 890));
}

.product__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product__col:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  max-width: 470px;
  height: 350px;
  position: relative;
  border: 1px solid #B5B5B5;
  overflow: hidden;
  margin: 0px 0px 20px 0px;
  padding-left: calc(10px + 10 * ((100vw - 320px) / 890));
  padding-right: calc(20px + 14 * ((100vw - 320px) / 890));
  padding-top: calc(12px + -2 * ((100vw - 320px) / 890));
  padding-bottom: calc(8px + -4 * ((100vw - 320px) / 890));
}

.product__col:nth-child(2) {
  margin: 0px 0px 30px 0px;
}

.product .advantages {
  margin: 0;
}

.product .advantages__advantage {
  width: 100%;
  max-width: unset;
  padding: 0px;
  height: 72px;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product .advantages__title {
  max-width: unset;
}

.product .advantages img {
  margin-right: calc(10px + 10 * ((100vw - 320px) / 890));
}

.product__row {
  margin: 0px 0px 40px 0px;
  margin-bottom: calc(40px + 45 * ((100vw - 320px) / 890));
}

.product-main-slider {
  height: 100%;
}

.product-main-slider-mini {
  min-width: 0;
  height: 100%;
  margin: 0px 20px 0px 0px;
}

.product__first {
  margin-bottom: calc(25px + 16 * ((100vw - 320px) / 890));
}

.product__first .title {
  margin: 0px 0px 5px 0px;
}

.slideshow__gallery,
.slideshow__thumbs {
  position: static !important;
}

.slideshow__gallery.swiper-container,
.slideshow__thumbs.swiper-container {
  margin-left: 0;
  margin-right: 0;
}

.slideshow__gallery.swiper-container,
.slideshow__thumbs.swiper-container {
  position: static;
}

.slideshow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.slideshow__gallery {
  height: 100%;
}

.slideshow__gallery img {
  width: calc(186px + 123 * ((100vw - 320px) / 890));
}

.slideshow__gallery.swiper-container {
  overflow: unset;
}

.slideshow__thumbs {
  max-height: 255px;
}

.slideshow__thumbs.swiper-container {
  margin-right: 20px;
}

.slider-product-main__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.slider-product-main__image img {
  margin: 0 auto;
  height: auto;
}

.slider-product-main__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          /*align-items: center;*/
}

.slider-product-main-mini__body .swiper-slide {
  max-height: calc(44.24px + 15.76 * ((100vw - 320px) / 890));
}

.slider-product-main-mini__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider-product-main-mini__image img {
  width: 100%;
  height: auto;
  width: calc(45px + 15 * ((100vw - 320px) / 890));
  height: calc(40px + 15 * ((100vw - 320px) / 890));
}

.slider-product-main-mini__slide {
  border: 0.647285px solid #B5B5B5;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.slider-product-main-mini__slide.swiper-slide-thumb-active,
.slider-product-main-mini__slide:hover {
  border: 0.647285px solid #E60000;
}

.characteristic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 310px;
}

.characteristic div {
  max-width: 270px;
}

.characteristic__title {
  font-weight: 500;
  font-size: calc(18px + 3 * ((100vw - 320px) / 890));
  line-height: calc(31px + -4 * ((100vw - 320px) / 890));
  margin-bottom: calc(8px + 6 * ((100vw - 320px) / 890));
}

.characteristic__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 0px 11px 0px;
}

.characteristic__column:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.characteristic__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.characteristic__item {
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: calc(12px + 2 * ((100vw - 320px) / 890));
  margin-bottom: calc(8px + 6 * ((100vw - 320px) / 890));
  line-height: calc(14px + 7 * ((100vw - 320px) / 890));
}

.characteristic__item:not(:last-child) {
  margin: 0px 0px 15px 0px;
}

.characteristic__item span {
  display: block;
  height: 11.5px;
  margin: 0px 4px 0px 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-bottom: 1px dotted #666666;
}

.characteristic__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(20px + -10 * ((100vw - 320px) / 890));
}

.characteristic__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  margin: 0px 8px 0px 0px;
  padding: calc(8px + 3 * ((100vw - 320px) / 890));
  margin-right: calc(8px + 2 * ((100vw - 320px) / 890));
}

.characteristic__el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 11px 7px 7px;
  background: #F2F2F2;
  font-size: 12px;
  padding-top: calc(7px + 5 * ((100vw - 320px) / 890));
  padding-bottom: calc(7px + 5 * ((100vw - 320px) / 890));
  padding-right: calc(11px + 9 * ((100vw - 320px) / 890));
  padding-left: calc(7px + 5 * ((100vw - 320px) / 890));
  line-height: calc(14px + 3 * ((100vw - 320px) / 890));
}

.characteristic__el:first-child .characteristic__icon {
  background: #0D0D0D;
}

.characteristic__el:last-child .characteristic__icon {
  background: #34A853;
}

.characteristic__name {
  font-size: 12px;
  line-height: 120%;
  color: #0D0D0D;
}

.product-info {
  border: 1px solid #B5B5B5;
  padding-top: calc(23px + 7 * ((100vw - 320px) / 890));
  padding-bottom: calc(28px + 2 * ((100vw - 320px) / 890));
  padding-right: calc(16px + 23 * ((100vw - 320px) / 890));
  padding-left: calc(16px + 17 * ((100vw - 320px) / 890));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-info__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  color: #666666;
  margin: 0px 0px 15px 0px;
  position: relative;
  font-size: calc(15px + 3 * ((100vw - 320px) / 890));
  line-height: calc(21px + 4 * ((100vw - 320px) / 890));
}

.product-info__price span {
  color: #FFFFFF;
  display: inline-block;
  padding-left: 12.5px;
  padding-right: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-clip-path: polygon(18% 0, 100% 0%, 100% 100%, 18% 100%, 0% 50%);
          clip-path: polygon(18% 0, 100% 0%, 100% 100%, 18% 100%, 0% 50%);
  background: #E60000;
  position: relative;
  line-height: 1;
  margin: 0px 0px 0px 20px;
}

.cart__block--popup .product-info__price span {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 9px;
  padding-right: 7.5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(100%, -55%);
      -ms-transform: translate(100%, -55%);
          transform: translate(100%, -55%);
  right: -10px;
  margin-left: 0;
}

.product-info__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}

.product-info__resultant {
  font-weight: 500;
  color: #0D0D0D;
  margin: 0px 0px 15px 0px;
  font-size: calc(24px + 6 * ((100vw - 320px) / 890));
  line-height: calc(34px + 8 * ((100vw - 320px) / 890));
}

.product-info__cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E60000;
  padding: 13.5px;
  color: #FFFFFF;
  margin: 0px 0px 7px 0px;
  padding-top: calc(13.5px + 2.5 * ((100vw - 320px) / 890));
  padding-bottom: calc(13.5px + 2.5 * ((100vw - 320px) / 890));
  margin-bottom: calc(7px + 3 * ((100vw - 320px) / 890));
}

.product-info__icon {
  margin: 0px 20px 0px 0px;
}

.product-info__get {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13.5px;
  border: 1.5px solid #E60000;
  color: #E60000;
  margin: 0px 0px 17px 0px;
}

.product-info__status {
  color: #34A853;
  position: relative;
  font-size: calc(14px + 2 * ((100vw - 320px) / 890));
  line-height: calc(16px + 3 * ((100vw - 320px) / 890));
  padding-left: calc(22px + 8 * ((100vw - 320px) / 890));
}

.product-info__status::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(/local/templates/mitsubishi/css/../img/icons/arr-delivery.svg) center/9px no-repeat, #34A853;
}

.product-tabs__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-tabs .installation-original:not(:last-child, .installation-original--table) {
  margin-bottom: calc(20px + -20 * ((100vw - 320px) / 890));
}

.product-tabs__nav {
  position: relative;
  margin-bottom: calc(25px + 19 * ((100vw - 320px) / 890));
}

.product-tabs__nav::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #F2F2F2;
}

.product-tabs__item {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #666666;
  position: relative;
  padding: 0 0 16px 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: calc(16px + 4 * ((100vw - 320px) / 890));
  line-height: calc(19px + 4 * ((100vw - 320px) / 890));
}

.product-tabs__item::before {
  content: "";
  position: absolute;
  width: 0;
  bottom: -1.5px;
  left: 0;
  background: #E60000;
  height: 3px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 10;
}

.product-tabs__item._activeTab {
  color: #0D0D0D;
}

.product-tabs__item._activeTab::before {
  width: 100%;
}

.cart .product__first {
  margin-bottom: calc(25px + -5 * ((100vw - 320px) / 890));
}

.cart__first {
  margin: 0px 0px 40px 0px;
  margin-bottom: calc(40px + -14 * ((100vw - 320px) / 890));
}

.cart__block {
  position: relative;
  border: 1px solid #B5B5B5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(14px + 17 * ((100vw - 320px) / 890));
  padding-bottom: calc(15px + 5 * ((100vw - 320px) / 890));
  padding-top: calc(20px + 0 * ((100vw - 320px) / 890));
  padding-left: calc(10px + 30 * ((100vw - 320px) / 890));
  padding-right: calc(21px + 4 * ((100vw - 320px) / 890));
}

.cart__block--popup {
  padding-left: 29px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 37px;
}

.cart__block--popup:not(:last-child) {
  margin-bottom: 10px;
}

.cart__block--popup:last-child {
  margin-bottom: 59px;
}

.cart__close {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 12px;
  width: 12px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart__row {
  position: relative;
  margin-bottom: calc(12px + 21 * ((100vw - 320px) / 890));
}

.cart__column {
  line-height: 120%;
  color: #666666;
  font-size: calc(12px + 4 * ((100vw - 320px) / 890));
}

.cart__column:first-child .cart__col:first-child {
  width: 159px;
}

.cart__column:first-child .cart__col:first-child img {
  width: 100%;
}

.cart__column:first-child .cart__col:first-child.cart__col--popup {
  width: 125px;
}

.cart__column--col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cart__column--col .cart__suptitle {
  font-size: 16px;
  margin-bottom: 7px;
  line-height: 120%;
}

.cart__column--col .cart__title {
  font-size: 21px;
  font-size: 21px;
  line-height: 31px;
  margin-bottom: 2px;
}

.cart__column--col .cart__col {
  width: 100%;
}

.cart__column--col .cart__col:nth-child(2) {
  padding: 0;
}

.cart__column--col .cart__col:not(:last-child) {
  margin-bottom: 0;
}

.cart__column--col .cart__col:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart__column--col .cart__col:last-child > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 34px;
}

.cart__column--col .cart__col:last-child .product-info__resultant {
  font-size: 20px;
  line-height: 140%;
}

.cart__column--col .cart__col:last-child .product-info__price {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 140%;
}

.cart__column--col .cart__col:last-child .product-info__price span {
  font-size: 13.8459px;
}

.cart__col:nth-child(2) {
  padding: 20px 0px 0px 0px;
}

.cart__title {
  font-weight: 500;
  color: #0D0D0D;
  margin: 0px 0px 4px 0px;
  font-size: calc(12px + 9 * ((100vw - 320px) / 890));
  line-height: calc(16px + 15 * ((100vw - 320px) / 890));
}

.cart__suptitle {
  margin: 0px 0px 5px 0px;
}

.cart__code span {
  color: #0D0D0D;
}

.cart .product-info__price {
  margin: 0px 0px 10px 0px;
}

.cart .product-info__resultant {
  margin: 0;
}

.cart-result {
  display: block;
  text-align: end;
  margin: 0px 34px 0px 0px;
}

.cart-result__row {
  font-weight: 500;
  color: #0D0D0D;
  line-height: 140%;
  font-size: calc(14px + 4 * ((100vw - 320px) / 890));
}

.cart-result__row span {
  font-size: calc(21px + 13 * ((100vw - 320px) / 890));
}

.cart-result__row:last-child {
  margin: 0;
  line-height: 140%;
  font-size: calc(24px + 16 * ((100vw - 320px) / 890));
  color: #E60000;
}

.form-cart {
  margin: 0px 0px 40px 0px;
  margin-bottom: calc(40px + 60 * ((100vw - 320px) / 890));
}

.form-cart__title {
  text-transform: uppercase;
  margin-bottom: calc(15px + 15 * ((100vw - 320px) / 890));
}

.form-cart__row {
  margin-bottom: calc(5px + 15 * ((100vw - 320px) / 890));
}

.form-cart__block {
  border: 1px solid #B5B5B5;
}

.form-cart__block:not(:last-child) {
  margin: 0px 0px 10px 0px;
}

.form-cart__block:last-child .form-cart__main {
  padding-bottom: calc(10px + 9 * ((100vw - 320px) / 890));
}

.form-cart__btn button {
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  background: #E60000;
  padding-top: calc(14.5px + 5 * ((100vw - 320px) / 890));
  padding-bottom: calc(14.5px + 5 * ((100vw - 320px) / 890));
}

.form-cart__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  background: #F2F2F2;
  border-bottom: 1px solid #B5B5B5;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #0D0D0D;
  padding-top: calc(10px + 10 * ((100vw - 320px) / 890));
  padding-bottom: calc(10px + 10 * ((100vw - 320px) / 890));
  padding-left: calc(10px + 10 * ((100vw - 320px) / 890));
  padding-right: calc(10px + 10 * ((100vw - 320px) / 890));
  font-size: calc(16px + 10 * ((100vw - 320px) / 890));
  line-height: calc(19px + 11 * ((100vw - 320px) / 890));
}

.form-cart__inputs:not(:last-child) {
  margin-bottom: calc(17px + 3 * ((100vw - 320px) / 890));
}

.form-cart__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 31px;
}

.form-cart__line:not(:last-child) {
  margin-bottom: calc(10px + 5 * ((100vw - 320px) / 890));
}

.form-cart .input {
  padding: 12px 18px;
  border: 1px solid #B5B5B5;
  font-size: 14px;
  line-height: 1;
  color: #0D0D0D;
  padding-top: calc(12px + 4 * ((100vw - 320px) / 890));
  padding-bottom: calc(12px + 4 * ((100vw - 320px) / 890));
  padding-left: calc(18px + 10 * ((100vw - 320px) / 890));
  padding-right: calc(18px + 10 * ((100vw - 320px) / 890));
  font-size: calc(16px + 2 * ((100vw - 320px) / 890));
  line-height: calc(19px + 2 * ((100vw - 320px) / 890));
}

.form-cart .input:not(:last-child) {
  margin-bottom: calc(5px + 5 * ((100vw - 320px) / 890));
}

.form-cart .input._error {
  border: 1px solid red;
}

.form-cart__col {
  margin: 0px 0px 10px 0px;
}

.form-cart__number {
  background: #E60000;
  color: #FFFFFF;
  margin: 0px 18px 0px 0px;
  padding-top: calc(7.5px + 6.5 * ((100vw - 320px) / 890));
  padding-bottom: calc(7.5px + 6.5 * ((100vw - 320px) / 890));
  padding-left: calc(14px + 9 * ((100vw - 320px) / 890));
  padding-right: calc(14px + 9 * ((100vw - 320px) / 890));
  font-size: calc(21px + 9 * ((100vw - 320px) / 890));
  line-height: calc(25px + 10 * ((100vw - 320px) / 890));
}

.form-cart__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: calc(5px + 5 * ((100vw - 320px) / 890));
  gap: calc(5px + 5 * ((100vw - 320px) / 890));
}

.form-cart__column input.input:not(:last-child) {
  margin: 0;
}

.form-cart__column input:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 125%;
          flex: 0 1 125%;
}

.form-cart__main {
  padding-top: calc(15px + 19 * ((100vw - 320px) / 890));
  padding-bottom: calc(10px + 38 * ((100vw - 320px) / 890));
  padding-left: calc(25px + 15 * ((100vw - 320px) / 890));
  padding-right: calc(25px + 15 * ((100vw - 320px) / 890));
}

.form-cart__main--in {
  padding-top: calc(15px + 9 * ((100vw - 320px) / 890));
  padding-bottom: calc(10px + 25 * ((100vw - 320px) / 890));
  padding-left: calc(25px + -4 * ((100vw - 320px) / 890));
  padding-right: calc(25px + -4 * ((100vw - 320px) / 890));
}

.installation-slider {
  position: relative;
  max-width: calc(281px + 164 * ((100vw - 320px) / 890));
}

.installation-slider .slider-warranty__image img {
  max-width: 100%;
}

.installation-slider__body {
  border: 1px solid #B5B5B5;
  min-width: 0;
}

.slider-installation__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  z-index: 10;
}

.about .slider-news__top {
  margin: 0;
}

.js-image-zoom__zoomed-area {
  z-index: 10;
  background-color: rgba(230, 0, 0, 0.3);
}

.js-image-zoom__zoomed-image {
  z-index: 10;
  background-color: #fff;
  border-radius: 4px;
}

.location img,
.main-slider img,
.banner img,
.slider-works__image img,
.users__user img,
.slider-news__image img,
.team img,
.cart__column img,
.main-elements-el__img img,
.standard-installation img,
.slider-warranty__image img,
.main-elements-el__img img {
  background-color: #F2F2F2;
}

.news__articles {
  margin-bottom: 40px;
}

.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article:not(:last-child) {
  margin-bottom: 20px;
}

.article__col img {
  height: 147px;
  width: 100%;
  min-width: 199px;
  -o-object-fit: cover;
     object-fit: cover;
}

.article__title {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 100%;
  color: #181717;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.article__desc {
  font-size: 14px;
  line-height: 150%;
  color: #666666;
}

.post-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  text-transform: capitalize;
  margin-bottom: 18px;
}

.post-detail__date {
  color: #979695;
  margin-right: 29px;
}

.post-detail__viewing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #C5C6C6;
}

.post-detail__viewing svg {
  margin-right: 5px;
}

._video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 4px;
  width: 100%;
}

.controls-slider-news--mod {
  z-index: 100;
  width: 100%;
  height: 100%;
  border: none;
}

.controls-slider-news--mod .dotts {
  bottom: -33px;
}

.controls-slider-news--mod .controls-slider-news__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
}

.controls-slider-news--mod .controls-slider-news__arrows button {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding-right: 13px;
  padding-left: 13px;
}

.controls-slider-news--mod .controls-slider-news__arrows button:first-child {
  border-right: none;
}

.controls-slider-news__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

._button-news svg {
  height: 63px;
  width: auto;
}

.cart-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart-popup__col:first-child {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #666666;
}

.cart-popup__col:first-child div {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #0D0D0D;
}

.cart-popup__col:first-child div span:last-child {
  font-weight: bold;
  font-size: 24px;
}

.cart-popup__col:not(:last-child, :first-child) {
  margin-top: 15px;
  margin-bottom: 15px;
}

.cart-popup__col:last-child {
  text-align: center;
}

.cart-popup__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 255px;
  height: 53px;
  border: 1px solid #E60000;
  background: #E60000;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #FFFFFF;
}

.cart-popup__close {
  font-size: 15px;
  line-height: 18px;
  color: #E60000;
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}

.cart-popup__close svg {
  pointer-events: none;
}

.cart-popup__close::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -1px;
  height: 1px;
  background: #E60000;
}

.contacts {
  margin-bottom: 100px;
}

.contacts__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contacts__map {
  position: relative;
  height: 500px;
}

.contacts__map .location__map {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.contacts__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 140%;
  color: #0D0D0D;
  padding-right: 20px;
  max-width: 260px;
}

.contacts__title {
  font-size: 18px;
  color: #666666;
  margin-bottom: 17px;
}

.contacts__info {
  font-weight: 500;
  font-size: 26px;
  line-height: 120%;
  margin-bottom: 11px;
}

.contacts__desc {
  font-size: 18px;
}

.contacts__mail {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #E60000;
}

@media (min-width: 400px) {
  .header__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0px 0px 8px 0px;
    white-space: nowrap;
  }

  .logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0;
    gap: 14px;
  }

  .logo__text {
    max-width: unset;
  }

  .phone {
    margin: 0;
  }

  .menu__col {
    height: calc(100vh - 180px);
    max-width: 370px;
  }

  .advantages__advantage {
    max-height: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 370px;
  }

  .slider-news__image {
    width: auto;
  }

  .slider-news__image img {
    width: auto;
  }

  .team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .about .news-slider {
    display: none;
  }

  .installation-original__table {
    border: 2px solid #F2F2F2;
  }

  .installation-original__tbody tr:not(:last-child) {
    border-bottom: 1px solid #F2F2F2;
  }

  .installation-original__tbody tr td:not(:last-child) {
    padding-right: 10px;
  }

  .installation-original__tbody tr td:last-child {
    width: 45.3246753247%;
    border-left: 1px solid #F2F2F2;
  }

  .product-tabs__nav {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }

  .product-tabs__item {
    padding: 0 10px;
  }

  .product-tabs__item:not(:last-child) {
    margin-right: calc(0px + 80 * ((100vw - 320px) / 890));
    padding-bottom: calc(15px + -5 * ((100vw - 320px) / 890));
  }
}

@media (min-width: 550px) {
  .article__col:not(:last-child) {
    margin-right: calc(12px + 21 * ((100vw - 320px) / 890));
  }
}

@media (min-width: 600px) {
  .select__value:before {
    margin: 0px 0px 0px 10.29px;
  }

  .footer__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }

  .advantages__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .advantages__title {
    max-width: unset;
    margin: 0px 0px 7px 0px;
  }

  .advantages__text {
    display: -webkit-box;
  }

  .location__col:first-child {
    margin: 0px 0px 36px 0px;
  }

  .slider-works__block-first,
  .slider-works__block-last {
    min-width: 33.333%;
  }

  .slider-works-2__body .slider-works__slide:nth-child(5) {
    display: none;
  }

  .users__row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .users__user {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
  }

  .slider-news__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .slider-news__image {
    margin: 0px 30px 0px 0px;
  }

  .team__col:nth-child(2) {
    display: block;
  }

  .main-elements__filters {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .filters {
    top: 61px;
    width: unset;
  }

  .filters-mini__sort {
    margin: 0;
  }

  .filters-mini__button {
    margin: 0px 10px 0px 0px;
  }

  .product-tabs__container {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}

@media (min-width: 767.98px) {
  .popup button.form__btn {
    margin-bottom: 0;
  }

  .popup__row button {
    max-width: 448px;
  }

  .popup__row > label {
    width: 327px;
  }

  .popup__row > label:not(:last-child) {
    margin-right: 20px;
  }

  .main-elements-el:hover .main-elements-el__price--old span,
  .main-elements-el._active .main-elements-el__price--old span {
    top: calc(-22px + 2 * ((100vw - 320px) / 890));
  }

  .main-elements-el__price {
    position: relative;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (min-width: 768px) {
  .time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .slider-news__title {
    margin: 0px;
  }

  .main-slider {
    margin-bottom: calc(31px + -6 * ((100vw - 320px) / 890));
  }

  .controls-slider-main__dotts {
    bottom: 20px;
  }

  .content-main__title {
    display: none;
  }

  .content-main__text {
    color: #e60000;
    text-transform: uppercase;
  }

  .content-main__text div {
    display: block;
  }

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

  .advantages__advantage {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
    max-width: unset;
    height: 120px;
  }

  .location__title {
    text-align: start;
  }

  .location__map {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .slider-works__block-first,
  .slider-works__block-last {
    min-width: 33.333%;
  }

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

  .slider-news__controls {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    margin: 0px 0px 0px 0px;
  }

  .slider-news__controls button {
    background: transparent;
  }

  .slider-news__controls button:first-child {
    margin: 0;
    border-right: 1px solid #e60000;
  }

  .slider-news__controls button svg path {
    fill: #000;
  }

  .slider-news__btn {
    padding: 16px 56px;
  }

  .first__content {
    margin: 0;
    padding: 0;
  }

  .first__block .first__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .first__block .first__content img {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .first__col:last-child:not(:first-child) {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-clip-path: polygon(28% 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(28% 0, 100% 0%, 100% 100%, 0% 100%);
  }

  .br {
    display: none;
  }

  .delivery__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.1322%;
  }

  .delivery__col:first-child:not(:last-child) {
    margin: 0;
  }

  .delivery__list {
    margin: 0;
  }

  .delivery__list:not(:last-child) {
    margin-bottom: calc(29px + 23 * ((100vw - 320px) / 890));
  }

  .warranty__block {
    margin-bottom: calc(20px + 64 * ((100vw - 320px) / 890));
  }

  .installation-original__text p:not(:last-child) {
    margin-bottom: calc(0px + 20 * ((100vw - 320px) / 890));
  }

  .main-elements-el__list {
    display: block;
  }

  .main-elements-el__bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .main-elements-el__price {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    padding: 0 17px;
    margin: 0px 1px 0px 0px;
  }

  .main-elements-el__cart div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .product__column:not(:first-child) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
            flex: 0 0 350px;
  }

  .product__main {
    margin: 0px 0px 30px 0px;
    gap: 32px;
  }

  .product__col:first-child {
    margin: 0;
  }

  .product__col:nth-child(2) {
    margin: 0;
  }
}

@media (min-width: 768px) and (min-width: 1210px) {
  .warranty__text p:not(:last-child) {
    margin-bottom: calc(0px + 25 * ((100vw - 320px) / 890));
  }
}

@media (min-width: 880px) {
  .location__col:first-child {
    margin: 0px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 63.6363636364%;
            flex: 1 1 63.6363636364%;
  }

  .location__col:last-child {
    max-width: 340px;
  }

  .location__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 56px;
  }
}

@media (min-width: 900px) {
  .select__options {
    min-width: 172px;
  }

  .search {
    margin: 0 40px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .menu__col {
    height: calc(100vh - 144px);
  }

  .footer__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .footer__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .footer__title {
    text-align: start;
  }

  .footer__link {
    text-align: start;
  }

  ._tabs .product-tabs__block._tabs-block._activeTab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }

  ._tabs .advantages {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 370px;
            flex: 0 0 370px;
  }

  ._tabs .advantages__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .importantly__desc::before {
    height: 110%;
    top: -5%;
  }

  .warranty__section {
    gap: 54.5px;
    width: 100%;
    max-width: 1210px;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }

  .warranty__text {
    margin: 0;
    padding: 0;
  }

  .warranty-certificates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .slider-warranty {
    display: none;
  }

  .standard-installation__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .standard-installation__col {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .standard-installation__col:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .standard-installation__col:first-child {
    margin: 0;
  }

  .installation__phone-block {
    -ms-flex-preferred-size: calc(200px + 245 * ((100vw - 320px) / 890));
        flex-basis: calc(200px + 245 * ((100vw - 320px) / 890));
    padding: 50px;
  }

  .installation-original__container--slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
  }

  .installation-original__col--slider {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-width: 0;
  }

  .installation-original__col--slider .installation-slider {
    margin: unset;
  }

  .installation-original__col:first-child {
    margin: 0;
    margin-right: calc(25px + 29 * ((100vw - 320px) / 890));
  }

  .filters > button {
    display: none;
  }

  .filters {
    background: transparent;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: 0px 0px 20px 0px;
    position: static;
    opacity: 1;
    -webkit-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
            transform: translate(0, 0px);
    visibility: visible;
  }

  .filters__block:not(:last-of-type) {
    margin: 0px 0px 5px 0px;
  }

  .filters-mini__button {
    display: none;
  }

  .request {
    display: block;
  }

  .main-elements__columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }

  .main-elements__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 42px;
  }

  .product-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
  }

  .form-cart__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }

  .form-cart__block {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333%;
            flex: 0 1 33.333%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }

  .form-cart__block:not(:last-child) {
    margin: 0;
  }

  .form-cart__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .form-cart__btn button {
    width: calc(33.333% - 11px);
  }
}

@media (min-width: 992px) {
  .select__option:hover {
    background: #d9d9d9;
  }

  .checkbox a:hover {
    text-decoration: none;
  }
}

@media (min-width: 995px) {
  .slider-works__row:first-child .slider-works__controls.slider-works__block:first-child {
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #b5b5b5;
  }

  .slider-works__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1023.99px) {
  .menu__desc {
    display: block;
    margin: 0 20px;
  }

  .menu__block {
    padding: 20px;
  }

  .menu__text {
    display: none;
  }

  .menu__text-desc {
    display: block;
  }

  .menu__menu-item {
    margin: 0px 0px 60px 0px;
    width: 100%;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }

  .menu__col {
    max-width: unset;
  }

  .menu__col-tabs {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    height: 100%;
    padding: 40px 0px 0px 0px;
  }

  .menu__col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: 100%;
    -ms-flex: 0 0 31%;
        flex: 0 0 31%;
    margin-right: calc(30px + (99 - 30) * ( (100vw - 1024px) / (1210 - 1024) ) );
    -webkit-box-shadow: 20px 0px 31px -18px rgba(0, 0, 0, 0.2);
            box-shadow: 20px 0px 31px -18px rgba(0, 0, 0, 0.2);
  }

  .menu__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .menu__content div.menu__title {
    font-size: 16px;
    line-height: 120%;
    color: #000;
    margin: 0px 0px 16px 0px;
  }

  .menu__content div.menu__title:hover {
    color: #E50000;
    text-decoration: underline;
  }

  .menu__content div.menu__title::after {
    display: none;
  }

  .menu__content {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
  }

  .menu__col-tabs .menu__sub-item {
    position: relative;
    padding: 0px 0px 0px 22px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    /*
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;*/
  }

  .menu__col-tabs .menu__sub-item::before {
    content: "";
    position: absolute;
    left: 11px;
    width: 3px;
    height: 3px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #5F6368;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 50%;
  }

  .menu__col-tabs .menu__sub-item:hover a {
    color: #E60000;
  }

  .menu__col-tabs .menu__sub-item:hover::before {
    background: #E60000;
  }

  .menu__col-tabs .menu__sub-item:not(:last-child) {
    margin: 0px 0px 10px 0px;
  }

  .menu__body .menu__item:first-child .menu__title::after {
    display: none;
  }

  .menu__body .menu__item:first-child > .menu__title {
    padding: 0px 0px 0px 71px;
    height: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  ._no-webp .menu__body .menu__item:first-child > .menu__title::before{
    background: url("/local/templates/mitsubishi/css/../img/menu/01.png") center no-repeat; }

  .menu__body .menu__item:first-child > .menu__title::before {
    content: "";
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 51px;
    height: 51px;
    top: 0;
    left: 0;
    border: 1px solid #E6E6E6;
  }

  ._no-webp .menu__body .menu__item:nth-child(2) > .menu__title::before{
    background: url("/local/templates/mitsubishi/css/../img/menu/02.png") center no-repeat; }

  ._no-webp .menu__body .menu__item:nth-child(3) > .menu__title::before{
    background: url("/local/templates/mitsubishi/css/../img/menu/03.png") center no-repeat; }

  ._no-webp .menu__body .menu__item:nth-child(4) > .menu__title::before{
    background: url("/local/templates/mitsubishi/css/../img/menu/04.png") center no-repeat; }

  ._no-webp .menu__body .menu__item:nth-child(5) > .menu__title::before{
    background: url("/local/templates/mitsubishi/css/../img/menu/05.png") center no-repeat; }

  ._no-webp .menu__body .menu__item:nth-child(6) > .menu__title::before{
    background: url("/local/templates/mitsubishi/css/../img/menu/06.png") center no-repeat; }

  ._no-webp .menu__body .menu__item:nth-child(7) > .menu__title::before{
    background: url("/local/templates/mitsubishi/css/../img/menu/07.png") center no-repeat; }

  ._no-webp .menu__body .menu__item:nth-child(8) > .menu__title::before{
    background: url("/local/templates/mitsubishi/css/../img/menu/08.png") center no-repeat; }

  .menu__col .menu__link {
    font-size: 14px;
    line-height: 120%;
    color: #5F6368;
  }
}

@media (min-width: 1024px) {
  .footer__supTop .footer__link {
    margin: 0;
  }

  .footer__supTop .footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer__bottom .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer__email {
    margin: 0px 76px 0px 0px;
  }

  .footer__time-work {
    margin: 0;
  }

  .footer__copyright {
    margin: 0;
    max-width: unset;
  }

  .location__map {
    position: absolute;
    width: 570px;
    height: 290px;
    left: -226px;
    bottom: -40px;
  }

  .slider-works__block-first,
  .slider-works__block-last {
    min-width: 25%;
  }

  .slider-works-2__body .slider-works__slide:nth-child(5) {
    display: block;
  }

  .slider-works-2__body .slider-works__slide:last-child {
    display: block;
  }

  .news-slider__content {
    padding: 9px 22px 0 0;
  }

  .team__col:last-child {
    display: block;
  }
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

@media (min-width: 1100px) {
  .cart__column:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .contacts__container {
    margin-bottom: 24px;
  }

  .contacts__col:last-child {
    margin-right: 20px;
  }
}

@media (min-width: 1170px) {
  .menu__desc {
    font-size: 14px;
    margin: 0 56px 0 35px;
  }

  .menu__block {
    padding: 21px 32px 21px 22.5px;
  }
}

@media (min-width: 1200px) {
  .menu__desc {
    font-size: 15px;
  }

  .product__main {
    margin: 0;
  }

  .product__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .slider-product-main-mini__image img {
    width: 60px;
    height: 100%;
  }

  .characteristic__item {
    font-size: 14px;
    line-height: 21px;
    margin: 0px 0px 14px 0px;
  }
}

@media (min-width: 1210px) {
  .select__value {
    font-size: 18px;
  }

  .radio__custom + label {
    font-size: 16px;
    line-height: 19px;
  }

  .radio__custom + label::before {
    width: 36px;
    height: 36px;
    margin: 0px 14px 0px 0px;
  }

  .radio__custom + label.radio-circle::after {
    top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
  }

  .radio__custom + label.radio-circle::before {
    width: 25px;
    height: 25px;
  }

  .quantity {
    width: 130px;
    height: 46px;
  }

  .popup .call-back_modal::before {
    -ms-flex-preferred-size: 36px;
        flex-basis: 36px;
  }

  .popup .call-back_modal {
    font-size: 16px;
    line-height: 19px;
  }

  .popup__title {
    font-size: 30px;
  }

  .popup input:not(.quantity__digital),
  .popup textarea {
    padding: 14.5px 20px;
  }

  .popup button:not(.cart__close) {
    margin: 0px 0px 23px 0px;
    font-size: 16px;
    line-height: 19px;
    padding: 18.5px 0;
  }

  .popup label:not(:last-child) {
    margin: 0px 0px 15px 0px;
  }

  .popup label:not(:last-child) > span {
    margin: 0px 0px 10px 0px;
    font-size: 16px;
    line-height: 19px;
  }

  .popup label.label-last > span {
    margin: 0px 0px 10px 0px;
    font-size: 16px;
    line-height: 19px;
  }

  .popup__body {
    padding: 40px 41.5px;
  }

  .popup__body--cart {
    padding-top: 40px;
  }

  .header {
    margin: 0px 0px 30px 0px;
  }

  .logo__icon {
    width: 233.57px;
  }

  .logo__text {
    font-size: 18px;
    line-height: 21px;
  }

  .menu__text {
    font-size: 16px;
    line-height: 19px;
  }

  .menu__text {
    font-size: 16px;
  }

  .menu__col:first-child {
    margin: 0px 99px 0px 0px;
  }

  .cart-header {
    font-style: 14px;
    line-height: 16px;
  }

  .cart-header svg {
    width: 27.54px;
    height: 26.34px;
  }

  .cart-header span {
    font-size: 18px;
    line-height: 21px;
  }

  .icon-menu {
    margin: 0px 19px 0px 0px;
    width: 20.5px;
    height: 16.5px;
  }

  .page::after {
    top: -28px;
  }

  .main-slider {
    margin: 0px 0px 25px 0px;
  }

  .dotts {
    gap: 20px;
  }

  .swiper-pagination-bullet {
    width: 40px;
  }

  .main-slider .slider-arrows button {
    width: 17px;
    height: 63px;
  }

  .main-slider .slider-arrow_prev {
    left: 16px;
  }

  .main-slider .slider-arrow_next {
    right: 16px;
  }

  .content-main {
    max-width: 550px;
    bottom: 60px;
    left: 94px;
  }

  .content-main__title {
    font-size: 30px;
    margin: 0px 0px 17px 0px;
    line-height: 140%;
  }

  .content-main__text {
    font-size: 30px;
    margin: 0px 0px 17px 0px;
    line-height: 140%;
  }

  .content-main__button div {
    font-size: 15px;
    padding: 10px 30px;
    line-height: 140%;
  }

  .advantages {
    margin: 0px 0px 80px 0px;
  }

  .advantages__container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .advantages__container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .advantages__container:not(.advantages__container--tabs) {
    gap: 30px;
  }

  .advantages__title {
    font-size: 21px;
    line-height: 25px;
  }

  .location {
    margin: 0px 0px 125px 0px;
  }

  .location__title {
    font-size: 30px;
    max-width: 335px;
  }

  .location__address {
    font-size: 18px;
  }

  .location__map {
    border: 10px solid #FFFFFF;
  }

  .banner__content {
    margin: 0;
  }

  .banner__text {
    margin: 0;
  }

  .banner__text {
    font-size: 26px;
    max-width: 440px;
    padding: 20px 20px 20px 88.5px;
  }

  .slider-works {
    margin: 0px 0px 72px 0px;
  }

  .slider-works__title {
    font-size: 40px;
    margin-bottom: 0px 0px 15px 0px;
  }

  .slider-works__desc {
    font-size: 21px;
    margin-bottom: 0px 0px 29px 0px;
  }

  .arrows-red button {
    padding: 17px;
  }

  .arrows-red button svg {
    width: 23px;
    height: 14px;
  }

  .users {
    margin: 0px 0px 71px 0px;
    padding: 43px 0 53px 0;
  }

  .users__title {
    font-size: 20px;
  }

  .users__title::after {
    left: -10px;
  }

  .desc {
    margin: 0px 0px 102px 0px;
  }

  .desc__title {
    font-size: 30px;
    margin: 0px 0px 26px 0px;
    line-height: 140%;
  }

  .desc__row {
    gap: 36px;
  }

  .desc__text {
    font-size: 16px;
  }

  .news-slider {
    margin: 0px 0px 60px 0px;
  }

  .news-slider__title {
    margin: 0px 0px 20px 0px;
    font-size: 30px;
  }

  .news-slider__title {
    font-size: 18px;
  }

  .news-slider__except {
    line-height: 150%;
  }

  .slider-news__top {
    margin: 0px 0px 40px 0px;
  }

  .slider-news__title {
    font-size: 30px;
  }

  .slider-news__controls button {
    padding: 19px;
  }

  .slider-news__body {
    margin: 0px 0px 40px 0px;
  }

  .bread-crumbs {
    margin: 0px 0px 40px 0px;
  }

  .team {
    margin: 0px 0px 100px 0px;
  }

  .about .slider-news__title {
    font-size: 30px;
  }

  .slider-recommendation__controls {
    display: none;
  }

  .slider-recommendation__controls--act {
    display: block;
  }

  .slider-recommendation__controls button {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 10;
    left: -25px;
  }

  .slider-recommendation__controls button.slider-arrow_next {
    left: auto;
    right: -25px;
  }

  .recommendation-slider .slider-recommendation__title {
    max-width: unset;
    font-size: 20px;
    line-height: 23px;
  }

  .recommendation-slider .slider-recommendation__title span::after {
    left: -9px;
    width: 170px;
  }

  .first:not(.first--not) {
    margin: 0px 0px 56px 0px;
  }

  .first__title {
    margin: 0px 0px 40px 0px;
  }

  .first__subtitle div:not(:last-child) {
    margin: 0px 0px 30px 0px;
  }

  .first__subtitle {
    padding: 61px 0 0 66px;
    margin: 0px 0px 30px 0px;
    font-size: 40px;
  }

  .first__subtitle--mini {
    font-size: 21px;
  }

  .first__subtitle span {
    font-size: 30px;
  }

  .first__desc {
    margin: 0px 0px 74px 66px;
    font-size: 18px;
    line-height: 25px;
  }

  .about .first {
    margin: 0px 0px 34px 0px;
  }

  .title {
    font-size: 30px;
  }

  .delivery {
    margin: 0px 0px 60px 0px;
  }

  .delivery__text {
    font-size: 14px;
    line-height: 20px;
  }

  .delivery__col:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 445px;
            flex: 0 0 445px;
    padding: 42px 51px 37px 42px;
  }

  .delivery__title {
    margin: 0px 0px 26px 0px;
  }

  .delivery__title--right {
    margin: 0px 0px 19px 0px;
  }

  .delivery__desc {
    margin: 0px 0px 54px 0px;
  }

  .delivery__block-subtitle {
    margin: 0px 0px 19px 0px;
  }

  .delivery__list:not(:last-child) {
    margin: 0px 0px 52px 0px;
  }

  .delivery__item {
    padding: 0px 0px 0px 25px;
    line-height: 20px;
    font-size: 14px;
  }

  .delivery__item:not(:last-child) {
    margin: 0px 0px 20px 0px;
  }

  .subdesc {
    font-size: 14px;
    line-height: 20px;
  }

  .block-subtitle {
    font-size: 24px;
    line-height: 28px;
  }

  .delivery-types__title {
    font-size: 18px;
    line-height: 21px;
    margin: 0px 0px 8px 0px;
  }

  .delivery-types__subtitle {
    font-size: 15px;
    margin: 0px 0px 8px 0px;
  }

  .delivery-types__item {
    padding: 29px 20.64px 10px 49.14px;
    height: 110px;
  }

  .delivery-types__item::before {
    width: 50px;
    height: 50px;
  }

  .delivery-types__item::after {
    width: 20px;
    height: 14.95px;
  }

  .importantly__container._container {
    padding: 42px 49px 63px 64px;
  }

  .importantly__title {
    font-size: 24px;
    line-height: 28px;
    margin: 0px 0px 32px 0px;
  }

  .importantly__desc {
    padding: 0px 0px 0px 31px;
  }

  .importantly__text {
    font-size: 16px;
    line-height: 21px;
  }

  .importantly__text:not(:last-child) {
    margin: 0px 0px 25px 0px;
  }

  .payment__importantly {
    margin: 0px 0px 60px 0px;
  }

  .delivery-lists {
    font-size: 14px;
    line-height: 24px;
  }

  .delivery-lists__list span {
    font-size: 16px;
  }

  .warranty--main .installation-original:not(:last-child) {
    margin: 0px 0px 100px 0px;
  }

  .warranty--main .importantly--bottom {
    margin: 0px 0px 60px 0px;
  }

  .warranty--main .delivery-lists {
    margin: 0px 0px 20px 0px;
  }

  .warranty__block {
    margin: 0px 0px 84px 0px;
  }

  .warranty__title {
    font-size: 30px;
    line-height: 36px;
    margin: 0px 0px 24px 0px;
  }

  .warranty__text {
    font-size: 16px;
    line-height: 150%;
  }

  .warranty__text p:not(:last-child) {
    margin: 0px 0px 25px 0px;
  }

  .importantly--center {
    padding: 29px 0px 40px 0px;
  }

  .certificate {
    margin: 0px 0px 80px 0px;
  }

  .certificate__title {
    font-size: 30px;
    margin: 0px 0px 20px 0px;
  }

  .standard-installation__col:first-child.installation-list {
    padding: 35px 32.5px;
  }

  .standard-installation .title {
    font-size: 30px;
    margin: 0px 0px 40px 0px;
    line-height: 36px;
  }

  .standard-installation .subtitle {
    line-height: 27px;
    line-height: 22px;
    margin: 0px 0px 20px 0px;
  }

  .titleUp {
    font-size: 30px;
    margin: 0px 0px 24px 0px;
    line-height: 36px;
  }

  .installation-list__item {
    font-size: 16px;
    line-height: 24px;
  }

  .installation {
    margin: 0px 0px 100px 0px;
  }

  .installation__phone-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 445px;
            flex: 0 0 445px;
  }

  .installation__text {
    font-size: 26px;
    line-height: 140%;
  }

  .installation__phone {
    font-size: 36px;
    line-height: 50px;
  }

  .installation-original {
    font-size: 16px;
    line-height: 24px;
  }

  .installation-original:not(:last-child) {
    margin: 0px 0px 51px 0px;
  }

  .installation-original__col:first-child {
    margin: 0px 54px 0px 0px;
  }

  .installation-original__text p:not(:last-child) {
    margin: 0px 0px 20px 0px;
  }

  .elements {
    margin: 0px 0px 100px 0px;
  }

  .main-elements {
    margin: 0px 0px 29px 0px;
    padding: 44px 0 42px;
  }

  .main-elements__col:last-child {
    margin: 0px 0px 29px 0px;
  }

  .filters-mini__sort {
    font-size: 18px;
  }

  .main-elements-el {
    padding: 18px 23px 23px 23px;
  }

  .main-elements-el__line {
    font-size: 14px;
  }

  .main-elements-el__img {
    max-width: 193px;
    margin: 0px 0px 15px 0px;
  }

  .main-elements-el__title {
    font-size: 14px;
    line-height: 140%;
    text-transform: uppercase;
    text-align: start;
    margin: 0px 0px 12px 0px;
  }

  .main-elements-el__price {
    font-size: 21px;
    line-height: 25px;
  }

  .main-elements-el__cart > svg {
    width: 22px;
    height: 20px;
  }

  .product .advantages__title {
    font-size: 16px;
  }

  .product__tabs {
    margin: 0px 0px 100px 0px;
  }

  .product__col:first-child {
    padding: 10px 34px 8px 20px;
  }

  .product .advantages img {
    margin: 0px 20px 0px 0px;
  }

  .product__row {
    margin: 0px 0px 85px 0px;
  }

  .product__first {
    margin: 0px 0px 41px 0px;
  }

  .slideshow__gallery img {
    max-width: unset;
    width: 309px;
  }

  .slider-product-main-mini__body .swiper-slide {
    max-height: 60px;
  }

  .characteristic__title {
    font-size: 21px;
    line-height: 27px;
    margin: 0px 0px 14px 0px;
  }

  .characteristic__row {
    gap: 20px;
  }

  .characteristic__icon {
    padding: 12px;
    margin: 0px 10px 0px 0px;
  }

  .characteristic__el {
    line-height: 17px;
    padding: 12px 20px 12px 12px;
  }

  .product-info {
    padding: 30px 39px 30px 33px;
  }

  .product-info__price {
    font-size: 18px;
    line-height: 25px;
  }

  .product-info__resultant {
    font-size: 30px;
    line-height: 42px;
  }

  .product-info__cart {
    padding: 16px 0;
    margin: 0px 0px 10px 0px;
  }

  .product-info__status {
    font-size: 16px;
    line-height: 19px;
    padding: 0px 0px 0px 30px;
  }

  .product-tabs .installation-original:not(:last-child, .installation-original--table) {
    margin: 0px 0px 0px 0px;
  }

  .product-tabs__nav {
    margin: 0px 0px 44px 0px;
  }

  .product-tabs__item {
    margin: 0px 80px 0px 0px;
    padding: 0px 10px 10px 10px;
  }

  .cart .product__first {
    margin: 0px 0px 20px 0px;
  }

  .cart__first {
    margin: 0px 0px 26px 0px;
  }

  .cart__block {
    padding: 20px 35px 20px 40px;
    gap: 31px;
  }

  .cart__row {
    margin: 0px 0px 33px 0px;
  }

  .cart__column {
    font-size: 16px;
  }

  .cart__title {
    font-size: 21px;
    line-height: 31px;
  }

  .cart-result__row {
    font-size: 18px;
  }

  .cart-result__row span {
    font-size: 34px;
  }

  .cart-result__row:last-child {
    font-size: 40px;
  }

  .form-cart {
    margin: 0px 0px 100px 0px;
  }

  .form-cart__title {
    margin: 0px 0px 30px 0px;
  }

  .form-cart__row {
    margin: 0px 0px 20px 0px;
  }

  .form-cart__block:last-child .form-cart__main {
    padding: 19px 24px 24px;
  }

  .form-cart__btn button {
    padding: 19.5px 0;
  }

  .form-cart__top {
    font-size: 26px;
    line-height: 30px;
    padding: 20px;
  }

  .form-cart__inputs:not(:last-child) {
    margin: 0px 0px 20px 0px;
  }

  .form-cart__line:not(:last-child) {
    margin: 0px 0px 15px 0px;
  }

  .form-cart .input {
    font-size: 18px;
    line-height: 21px;
    padding: 16px 28px;
  }

  .form-cart .input:not(:last-child) {
    margin: 0px 0px 10px 0px;
  }

  .form-cart__number {
    font-size: 30px;
    line-height: 35px;
    font-size: 26px;
    line-height: 30px;
    padding: 14px 23px;
  }

  .form-cart__column {
    gap: 10px;
    margin: 0px 0px 10px 0px;
  }

  .form-cart__main {
    padding: 34px 40px 48px;
  }

  .form-cart__main--in {
    padding: 24px 21px 35px;
  }

  .installation-slider {
    max-width: 445px;
  }
}

@media (min-width: 1600px) {
  .footer__top {
    font-size: 30px;
    line-height: 35px;
    padding: 33px 0;
    margin: 0px 0px 75px 0px;
  }

  .footer__main {
    margin: 0px 0px 37px 0px;
  }

  .footer__title {
    font-size: 18px;
    line-height: 21px;
    margin: 0px 0px 25px 0px;
  }

  .footer__col .footer__link:not(:last-child) {
    margin: 0px 0px 25px 0px;
  }

  .footer__supTop {
    padding: 35px 0;
  }

  .footer__email {
    font-size: 16px;
    line-height: 19px;
  }

  .footer__time-work {
    font-size: 16px;
    line-height: 19px;
  }

  .footer__copyright {
    font-size: 16px;
    line-height: 19px;
  }
}

@media (max-width: 1210px) {
  .quantity--cart {
    font-size: calc(12px + 6 * ((100vw - 320px) / 890));
  }

  .quantity--cart {
    width: calc(70px + 45 * ((100vw - 320px) / 890));
  }

  .quantity--cart {
    height: calc(23px + 17 * ((100vw - 320px) / 890));
  }

  .quantity--cart .quantity__button {
    -ms-flex-preferred-size: calc(30px + 15 * ((100vw - 320px) / 890));
        flex-basis: calc(30px + 15 * ((100vw - 320px) / 890));
  }

  .popup__title--fs {
    margin-bottom: calc(34px + -9 * ((100vw - 320px) / 890));
  }

  .popup__title--fs {
    font-size: calc(21px + 9 * ((100vw - 320px) / 890));
  }

  .popup__row {
    margin-bottom: calc(20px + 5 * ((100vw - 320px) / 890));
  }

  .popup__row > span {
    font-size: calc(12px + 4 * ((100vw - 320px) / 890));
  }

  .popup__row > span {
    line-height: calc(14px + 5 * ((100vw - 320px) / 890));
  }

  .popup__row:nth-child(4) {
    margin-bottom: calc(32px + 20 * ((100vw - 320px) / 890));
  }

  .popup__row > label:last-child > span {
    line-height: calc(14px + 5 * ((100vw - 320px) / 890));
  }

  .popup__body--cart {
    padding-top: calc(30px + 10 * ((100vw - 320px) / 890));
  }

  .popup__body--cart {
    padding-bottom: calc(26.5px + 9.5 * ((100vw - 320px) / 890));
  }

  .popup__body--cart {
    padding-right: calc(14px + 20 * ((100vw - 320px) / 890));
  }

  .popup__body--cart {
    padding-left: calc(14px + 20 * ((100vw - 320px) / 890));
  }

  .popup__body--form {
    padding-top: calc(27px + 20 * ((100vw - 320px) / 890));
  }

  .popup__body--form {
    padding-right: calc(19px + 53 * ((100vw - 320px) / 890));
  }

  .popup__body--form {
    padding-left: calc(19px + 32 * ((100vw - 320px) / 890));
  }

  .popup__body--form {
    padding-bottom: calc(40px + -3 * ((100vw - 320px) / 890));
  }

  .popup__body--form > span {
    font-size: calc(12px + 4 * ((100vw - 320px) / 890));
  }

  .popup__body--form > span {
    line-height: calc(14px + 5 * ((100vw - 320px) / 890));
  }

  .cart-header span {
    font-size: calc(14px + 4 * ((100vw - 320px) / 890));
  }

  .cart-header span {
    line-height: calc(16px + 5 * ((100vw - 320px) / 890));
  }

  .cart-header__text div {
    font-size: calc(12px + 2 * ((100vw - 320px) / 890));
  }

  .cart-header__text div {
    line-height: calc(14px + 2 * ((100vw - 320px) / 890));
  }

  .product .advantages__container.advantages__container--tabs .advantages__advantage {
    padding-left: calc(25px + 9 * ((100vw - 320px) / 890));
  }

  .slider-recommendation__controls {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 20px;
  }

  .first__container--m {
    margin-bottom: calc(30px + -5 * ((100vw - 320px) / 890));
  }

  .first__title--min {
    margin-bottom: calc(10px + 10 * ((100vw - 320px) / 890));
  }

  .delivery__videoDesc {
    font-size: calc(12px + 6 * ((100vw - 320px) / 890));
  }

  .delivery__videoDesc {
    padding-left: calc(12px + 20 * ((100vw - 320px) / 890));
  }

  .delivery__videoDesc {
    padding-right: calc(12px + 20 * ((100vw - 320px) / 890));
  }

  .delivery__videoDesc {
    padding-bottom: calc(12px + 20 * ((100vw - 320px) / 890));
  }

  .delivery__videoDesc span:last-child {
    font-size: calc(12px + 4 * ((100vw - 320px) / 890));
  }

  .delivery__videoDesc span:last-child {
    padding-left: calc(7px + 5 * ((100vw - 320px) / 890));
  }

  .delivery__videoDesc span:last-child::before {
    width: calc(4px + 2 * ((100vw - 320px) / 890));
  }

  .delivery__videoDesc span:last-child::before {
    height: calc(4px + 2 * ((100vw - 320px) / 890));
  }

  .delivery__image {
    width: calc(280px + 290 * ((100vw - 320px) / 890));
  }

  .delivery__btn svg {
    margin-left: calc(4.2px + 3 * ((100vw - 320px) / 890));
  }

  .delivery__btn svg {
    width: calc(14px + 7 * ((100vw - 320px) / 890));
  }

  .delivery__btn svg {
    height: calc(18px + 11 * ((100vw - 320px) / 890));
  }

  .delivery__btn {
    width: calc(43px + 25 * ((100vw - 320px) / 890));
  }

  .delivery__btn {
    height: calc(43px + 25 * ((100vw - 320px) / 890));
  }

  .delivery__btn::before {
    width: calc(57px + 33 * ((100vw - 320px) / 890));
  }

  .delivery__btn::before {
    height: calc(57px + 33 * ((100vw - 320px) / 890));
  }

  .block-subtitle--m {
    margin-bottom: calc(28px + -8 * ((100vw - 320px) / 890));
  }

  .installation-original__tbody tr:first-child td {
    padding-top: calc(3.5px + 32 * ((100vw - 320px) / 890));
  }

  .installation-original__tbody tr:last-child td {
    padding-bottom: calc(3.5px + 21 * ((100vw - 320px) / 890));
  }

  .installation-original__tbody tr td {
    font-size: calc(12px + 4 * ((100vw - 320px) / 890));
  }

  .installation-original__tbody tr td {
    padding-top: calc(3.5px + 5 * ((100vw - 320px) / 890));
  }

  .installation-original__tbody tr td {
    padding-bottom: calc(3.5px + 5 * ((100vw - 320px) / 890));
  }

  .installation-original__tbody tr td {
    padding-left: calc(0px + 49 * ((100vw - 320px) / 890));
  }

  .installation-original__col--w:first-child {
    margin-right: calc(0px + 30 * ((100vw - 320px) / 890));
  }

  .installation-original__miniTitle {
    font-size: calc(16px + 8 * ((100vw - 320px) / 890));
  }

  .installation-original__miniTitle {
    line-height: calc(19px + 9 * ((100vw - 320px) / 890));
  }

  .installation-original__miniTitle {
    margin-bottom: calc(10px + 17 * ((100vw - 320px) / 890));
  }

  .installation-original__text--min {
    font-size: calc(12px + 3 * ((100vw - 320px) / 890));
  }

  .filters {
    top: calc(85px + 13 * ((100vw - 320px) / 890));
  }

  .filters__block:first-of-type {
    padding-left: calc(30px + 5 * ((100vw - 320px) / 890));
  }

  .filters__block:first-of-type {
    padding-right: calc(30px + 5 * ((100vw - 320px) / 890));
  }

  .filters__block:not(:first-of-type) .filters__title {
    padding-left: calc(30px + 5 * ((100vw - 320px) / 890));
  }

  .filters__block:not(:first-of-type) .filters__title {
    padding-right: calc(27px + 8 * ((100vw - 320px) / 890));
  }

  .main-elements-el__price--old span {
    font-size: calc(12px + 2 * ((100vw - 320px) / 890));
  }

  .main-elements-el__cart {
    height: calc(30px + 10 * ((100vw - 320px) / 890));
  }

  .main-elements-el__cart {
    width: calc(30px + 10 * ((100vw - 320px) / 890));
  }

  .product__col:first-child {
    height: calc(210px + 140 * ((100vw - 320px) / 890));
  }

  .slideshow__thumbs {
    max-height: calc(188px + 67 * ((100vw - 320px) / 890));
  }

  .product-info__price span {
    padding-left: calc(10.5px + 2 * ((100vw - 320px) / 890));
  }

  .product-info__price span {
    padding-top: calc(5px + 1 * ((100vw - 320px) / 890));
  }

  .product-info__price span {
    padding-bottom: calc(5px + 1 * ((100vw - 320px) / 890));
  }

  .cart__block--popup .product-info__price span {
    padding-top: calc(3px + 1 * ((100vw - 320px) / 890));
  }

  .cart__block--popup .product-info__price span {
    padding-bottom: calc(3px + 1 * ((100vw - 320px) / 890));
  }

  .cart__block--popup .product-info__price span {
    padding-left: calc(6px + 3 * ((100vw - 320px) / 890));
  }

  .cart__block--popup .product-info__price span {
    padding-right: calc(5px + 2.5 * ((100vw - 320px) / 890));
  }

  .cart__block--popup .product-info__price span {
    right: calc(-5px + -5 * ((100vw - 320px) / 890));
  }

  .cart__block--popup {
    padding-left: calc(9px + 20 * ((100vw - 320px) / 890));
  }

  .cart__block--popup {
    padding-top: calc(15px + 10 * ((100vw - 320px) / 890));
  }

  .cart__block--popup {
    padding-bottom: calc(15px + 10 * ((100vw - 320px) / 890));
  }

  .cart__block--popup {
    padding-right: calc(17px + 20 * ((100vw - 320px) / 890));
  }

  .cart__block--popup:last-child {
    margin-bottom: calc(17px + 42 * ((100vw - 320px) / 890));
  }

  .cart__column:first-child .cart__col:first-child {
    width: calc(75px + 84 * ((100vw - 320px) / 890));
  }

  .cart__column:first-child .cart__col:first-child.cart__col--popup {
    width: calc(55px + 70 * ((100vw - 320px) / 890));
  }

  .cart__column--col .cart__suptitle {
    font-size: calc(12px + 4 * ((100vw - 320px) / 890));
  }

  .cart__column--col .cart__suptitle {
    margin-bottom: calc(4px + 3 * ((100vw - 320px) / 890));
  }

  .cart__column--col .cart__title {
    font-size: calc(12px + 9 * ((100vw - 320px) / 890));
  }

  .cart__column--col .cart__title {
    line-height: calc(16px + 15 * ((100vw - 320px) / 890));
  }

  .cart__column--col .cart__title {
    margin-bottom: calc(6px + -4 * ((100vw - 320px) / 890));
  }

  .cart__column--col .cart__col:last-child > div:first-child {
    margin-right: calc(15px + 19 * ((100vw - 320px) / 890));
  }

  .cart__column--col .cart__col:last-child .product-info__resultant {
    font-size: calc(12px + 8 * ((100vw - 320px) / 890));
  }

  .cart__column--col .cart__col:last-child .product-info__price {
    font-size: calc(10.427px + 5.573 * ((100vw - 320px) / 890));
  }

  .cart__column--col .cart__col:last-child .product-info__price span {
    font-size: calc(9px + 4.8459 * ((100vw - 320px) / 890));
  }

  .news__articles {
    margin-bottom: calc(30px + 10 * ((100vw - 320px) / 890));
  }

  .article__title {
    font-size: calc(16px + 5 * ((100vw - 320px) / 890));
  }

  .article__desc {
    font-size: calc(12px + 2 * ((100vw - 320px) / 890));
  }

  .post-detail {
    margin-bottom: calc(9px + 9 * ((100vw - 320px) / 890));
  }

  .post-detail__date {
    margin-right: calc(21px + 8 * ((100vw - 320px) / 890));
  }

  .controls-slider-news--mod .dotts {
    bottom: calc(-8px + -25 * ((100vw - 320px) / 890));
  }

  .controls-slider-news--mod .controls-slider-news__arrows button {
    padding-right: calc(5px + 8 * ((100vw - 320px) / 890));
  }

  .controls-slider-news--mod .controls-slider-news__arrows button {
    padding-left: calc(5px + 8 * ((100vw - 320px) / 890));
  }

  ._button-news svg {
    height: calc(32px + 31 * ((100vw - 320px) / 890));
  }

  .cart-popup__col:first-child {
    font-size: calc(12px + 4 * ((100vw - 320px) / 890));
  }

  .cart-popup__col:first-child div {
    font-size: calc(14px + 6 * ((100vw - 320px) / 890));
  }

  .cart-popup__col:first-child div span:last-child {
    font-size: calc(18px + 6 * ((100vw - 320px) / 890));
  }

  .cart-popup__btn {
    height: calc(50px + 3 * ((100vw - 320px) / 890));
  }

  .contacts {
    margin-bottom: calc(60px + 40 * ((100vw - 320px) / 890));
  }

  .contacts__map {
    height: calc(200px + 300 * ((100vw - 320px) / 890));
  }

  .contacts__title {
    font-size: calc(14px + 4 * ((100vw - 320px) / 890));
  }

  .contacts__title {
    margin-bottom: calc(10px + 7 * ((100vw - 320px) / 890));
  }

  .contacts__info {
    font-size: calc(21px + 5 * ((100vw - 320px) / 890));
  }

  .contacts__info {
    margin-bottom: calc(10px + 1 * ((100vw - 320px) / 890));
  }

  .contacts__desc {
    font-size: calc(14px + 4 * ((100vw - 320px) / 890));
  }

  .contacts__mail {
    font-size: calc(18px + 6 * ((100vw - 320px) / 890));
  }

  .contacts__mail {
    line-height: calc(21px + 7 * ((100vw - 320px) / 890));
  }
}

@media (max-width: 1100px) {
  .cart__col:not(:last-child) {
    margin-bottom: calc(14px + 6 * ((100vw - 320px) / 890));
  }

  .contacts__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .contacts__col {
    width: 50%;
    max-width: unset;
  }

  .contacts__col:not(:last-child) {
    margin-bottom: 31px;
  }
}

@media (max-width: 1023.98px) {
  .delivery__video {
    margin-bottom: 50px;
  }

  .delivery__container--video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 1023.98px) and (max-width: 1210px) {
  .delivery__video {
    margin-bottom: calc(25px + 25 * ((100vw - 320px) / 890));
  }
}

@media (max-width: 900px) {
  .filters{
    margin-bottom:20px;
  }
  .installation-original--table {
    margin-bottom: calc(50px + 20 * ((100vw - 320px) / 890));
  }

  .installation-original__col--w {
    width: 100%;
  }

  .installation-original__col--w:last-child {
    max-width: 570px;
    margin: 0 auto;
  }

  .installation-original__col--w:first-child {
    margin-right: 0;
  }
}

@media (max-width: 900px) and (max-width: 600px) {
  .installation-original__col--w:last-child {
    margin-left: -20px;
    width: calc(100% + 40px);
    max-width: unset;
  }
}

@media (max-width: 768px) {
  .product__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767.98px) {
  .popup__title--fs {
    text-align: center;
  }

  .popup__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .popup__row > span {
    display: block;
    margin-bottom: 15px;
  }

  .popup__row button {
    margin-bottom: 25px;
  }

  .popup__row:nth-child(4) {
    margin-bottom: 0;
  }

  .popup__row > label:not(:last-child) {
    margin-bottom: 20px;
  }

  .popup__body--form > span {
    display: none;
  }

  .popup__body--video {
    width: 100%;
    padding: 0;
  }

  .popup__close_video {
    display: none;
  }

  .slider-news__title--t {
    line-height: 28px;
    text-transform: unset;
  }

  .main-elements__elements._active .main-elements-el:hover .main-elements-el__price--old span,
  .main-elements__elements._active .main-elements-el._active .main-elements-el__price--old span {
    color: #fff;
  }

  .main-elements__elements._active .main-elements-el__price--old span {
    left: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }

  .main-elements-el__price--old span {
    top: -17px;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }

  .cart-popup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .cart-popup__col {
    width: 100%;
  }

  .cart-popup__btn {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .select__value span{
    padding-right:5px;
  }
  .first__img {
    margin-left: -20px;
    width: calc(100% + 40px);
    height: auto;
  }

  .installation-original__col--vw {
    width: calc(100% + 40px);
    margin-left: -20px;
  }

  .filters {
    top: 30px;
    /*height: calc(100vh - 30px - (20px + 24 * ((100vw - 320px) / 890)) );*/
  }

  .main-elements-el {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 1px);
            flex: 0 1 calc(50% - 1px);
  }

  .cart__column--col .cart__col:last-child {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .cart__column--col .cart__col:last-child > div:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cart__column--col .cart__col:last-child .product-info__resultant {
    margin-top: 12px;
  }
}

@media (max-width: 550px) {
  .article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 350px;
    margin: 0 auto;
  }

  .article__col:not(:last-child) {
    margin-bottom: 12px;
  }
}

@media (max-width: 500px) {
  .first__text--black {
    line-height: 130%;
  }

  .filters {
    width: 100%;
    margin-bottom:20px;
  }

  .contacts__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 31px;
  }

  .contacts__col {
    width: 100%;
    max-width: 230px;
  }
}

@media (max-width: 400px) {
  .popup__body--form {
    width: calc(100% + 40px);
  }

  .installation-original__tbody tr td {
    padding-left: 0;
  }

  .installation-original__tbody tr td:last-child {
    font-weight: 500;
    color: #0D0D0D;
  }
}

@media (min-width: 767.98px) and (max-width: 1210px) {
  .popup__row > label {
    width: calc(280px + 47 * ((100vw - 320px) / 890));
  }
}

@media (max-width: 1280px) and (min-width: 1210px) {
  .slider-recommendation__content {
    margin: 0 40px;
  }

  .recommendation-slider .slider-recommendation__title {
    margin: 0 40px;
  }
}

@media (min-width: 900px) and (max-width: 1210px) {
  .main-elements-el {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 1px);
            flex: 0 1 calc(50% - 1px);
  }
}

@media (any-hover: hover) {
  .popup__close:not(.cart-popup__close):hover svg path {
    fill: #E50000;
  }

  .delivery__btn:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }

  a .article__title:hover {
    color: #E60000;
  }

  .controls-slider-news--mod .controls-slider-news__arrows button:hover {
    background-color: #ffffff4f;
  }

  .cart-popup__btn:hover {
    background-color: transparent;
    color: #E60000;
  }
}

._webp .lg-outer .lg-has-vimeo .lg-video-play{ background: url(/local/templates/mitsubishi/css/../img/vimeo-play.webp) no-repeat scroll 0 0 transparent; }

._webp .lg-outer .lg-has-vimeo:hover .lg-video-play{ background: url(/local/templates/mitsubishi/css/../img/vimeo-play.webp) no-repeat scroll 0 -58px transparent; }

._webp .lg-outer .lg-has-html5 .lg-video-play{ background: transparent url(/local/templates/mitsubishi/css/../img/video-play.webp) no-repeat scroll 0 0; }

._webp .lg-outer .lg-has-youtube .lg-video-play{ background: url(/local/templates/mitsubishi/css/../img/youtube-play.webp) no-repeat scroll 0 0 transparent; }

._webp .lg-outer .lg-has-youtube:hover .lg-video-play{ background: url(/local/templates/mitsubishi/css/../img/youtube-play.webp) no-repeat scroll 0 -60px transparent; }

._webp .menu__body .menu__item:not(:first-child) > .menu__title::before{ background: url(/local/templates/mitsubishi/css/../img/menu/01.webp) center no-repeat; }

._webp .menu__body .menu__item:nth-child(3) > .menu__title::before{ background: url(/local/templates/mitsubishi/css/../img/menu/02.webp) center no-repeat; }

._webp .menu__body .menu__item:nth-child(4) > .menu__title::before{ background: url(/local/templates/mitsubishi/css/../img/menu/03.webp) center no-repeat; }

._webp .menu__body .menu__item:nth-child(5) > .menu__title::before{ background: url(/local/templates/mitsubishi/css/../img/menu/04.webp) center no-repeat; }

._webp .menu__body .menu__item:nth-child(6) > .menu__title::before{ background: url(/local/templates/mitsubishi/css/../img/menu/05.webp) center no-repeat; }

._webp .menu__body .menu__item:nth-child(7) > .menu__title::before{ background: url(/local/templates/mitsubishi/css/../img/menu/06.webp) center no-repeat; }

._webp .menu__body .menu__item:nth-child(8) > .menu__title::before{ background: url(/local/templates/mitsubishi/css/../img/menu/07.webp) center no-repeat; }

._webp .menu__body .menu__item:nth-child(9) > .menu__title::before{ background: url(/local/templates/mitsubishi/css/../img/menu/08.webp) center no-repeat; }

@media (min-width: 1023.99px){

  ._webp .menu__body .menu__item:first-child > .menu__title::before{ background: url(/local/templates/mitsubishi/css/../img/menu/01.webp) center no-repeat; }
}

@media (min-width: 1023.99px){

  ._webp .menu__body .menu__item:nth-child(2) > .menu__title::before{ background: url(/local/templates/mitsubishi/css/../img/menu/02.webp) center no-repeat; }
}

@media (min-width: 1023.99px){

  ._webp .menu__body .menu__item:nth-child(3) > .menu__title::before{ background: url(/local/templates/mitsubishi/css/../img/menu/03.webp) center no-repeat; }
}

@media (min-width: 1023.99px){

  ._webp .menu__body .menu__item:nth-child(4) > .menu__title::before{ background: url(/local/templates/mitsubishi/css/../img/menu/04.webp) center no-repeat; }
}

@media (min-width: 1023.99px){

  ._webp .menu__body .menu__item:nth-child(5) > .menu__title::before{ background: url(/local/templates/mitsubishi/css/../img/menu/05.webp) center no-repeat; }
}

@media (min-width: 1023.99px){

  ._webp .menu__body .menu__item:nth-child(6) > .menu__title::before{ background: url(/local/templates/mitsubishi/css/../img/menu/06.webp) center no-repeat; }
}

@media (min-width: 1023.99px){

  ._webp .menu__body .menu__item:nth-child(7) > .menu__title::before{ background: url(/local/templates/mitsubishi/css/../img/menu/07.webp) center no-repeat; }
}

@media (min-width: 1023.99px){

  ._webp .menu__body .menu__item:nth-child(8) > .menu__title::before{ background: url(/local/templates/mitsubishi/css/../img/menu/08.webp) center no-repeat; }
}

.popup__row > label:not(:last-child) {
   margin-bottom: 0;
 }
/* End */


/* Start:/local/templates/mitsubishi/css/custom.css?167119911710861*/
#modef {
  align-items: center;
  background: #E60000;
  color: #fff;
  border: none;
  top: 30px;
  padding: 10px;
}

#modef a {
  background: #fff;
  padding: 10px;
  display: inline-block;
  color: #000;
  margin-top: 10px;
}

body .main-elements-el__cart a.btn.btn-default{
    background-color: unset;
    border:unset;
    padding: 8px 10px;
    line-height:1;
}
body .recommendation-slider .main-elements-el__cart:hover{
    cursor:pointer;
}

body .bx-blue a.btn.btn-default:hover{
    background-color:unset;
    border:unset;
    line-height:1;
}
.delivery{
    margin-top:30px;
}
.product-item  .main-elements-el__title{
    min-height:37px;
}
.product .characteristic div, .product .characteristic{
    max-width: 340px;
}
.bx-blue .popup-window-buttons span:hover{
    cursor:pointer;
}
.bx-blue .popup-window-buttons span{
    padding: 10px;
    border-color:#E60000 !important;
    background-color: #E60000 !important;
}
.menu__menu-item:hover{
    color: #E60000;
}
.select__option{
    display: flex;
    padding:0px;
}
.select__option a{
    padding: 5px 15px;
    margin:0px;
}
.main-elements__elements._active .product-item{
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}
.main-elements__elements .product-item{
    text-align:center;
    text-align: -webkit-center;
    text-align: -moz-center;
}
.filters-mini__sort .select__options{
    display:none;
    z-index:2;
}
.select__item.active .select__options{
    display:block;
}
.select__item.active .select__value:before{
    webkit-transform: rotate(
            -180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(
            -180deg);
}
.bx-filter-parameters-box.bx-active .filters__title::after {
    -webkit-transform: rotate(
            180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(
            180deg);
}
body .filters__block .filters__title::after {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    width: 12px;
    height: 7.5px;
    background: url(/local/templates/mitsubishi/img/icons/sellectArr.svg) center no-repeat;
    transition: all .3s ease 0s;
}
.main-elements__col >.filters__block >.filters__title::after{
    display:none;
}
.menu__list{
    margin-bottom:0px;
}
.popup .optivik__submit{
    max-width:448px;
}
.popup div.submit:hover, .popup div.submit__buy-click:hover, .order-success__button:hover, .Error__button:hover,
.popup .optivik__submit:hover{
    background-color: #fff;
    color: #e60000;
    cursor:pointer;
}
.popup div.submit, .popup div.submit__buy-click, .popup .optivik__submit{
    background: #e60000;
    color: #fff;
    width: 100%;
    border: 1px solid #e60000;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    padding-top: calc(16px + 2.5 * ((100vw - 320px)/ 890));
    padding-bottom: calc(16px + 2.5 * ((100vw - 320px)/ 890));
    margin-bottom: calc(20px + 3 * ((100vw - 320px)/ 890));
    font-size: calc(15px + 1 * ((100vw - 320px)/ 890));
    line-height: calc(18px + 1 * ((100vw - 320px)/ 890));
    text-align:center;
}
.form-success{
    display:none;
    padding: 40px 41.5px;
    background: #fff;
    position: relative;
    z-index: 2;
}
.form-success__text{
    font-size: 28px;
    line-height: 52px;
    color: #000;
    text-transform: uppercase;
}
.form-success.active{
    display:block;
}
.popup._active .popup__body {
    -webkit-transition: all .3s ease .2s;
    -o-transition: all .3s ease .2s;
    transition: all .3s ease .2s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}



#basket-root .basket-items-list-wrapper, #basket-root .basket-checkout-container{
    border:none;
}
#basket-root .basket-items-list{
    padding: 0 16px;
}
.cart__form .radio label, .checkbox label{
    padding-left: 0px;
}
.form-cart__btn input.order__submit{
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    text-align:center;
    background: #e60000;
    padding-top: calc(14.5px + 5 * ((100vw - 320px)/ 890));
    padding-bottom: calc(14.5px + 5 * ((100vw - 320px)/ 890));
}

.bx-sbb-empty-cart-image {
    margin: 50px auto 42px;
    width: 131px;
    height: 116px;
    background: url(/local/templates/mitsubishi/components/bitrix/sale.basket.basket/main/images/empty_cart.svg) no-repeat center;
    background-size: contain;
    -webkit-background-size: contain;
}
.bx-sbb-empty-cart-text {
    margin-bottom: 42px;
    color: #bababa;
    text-align: center;
    font-size: 36px;
}
.bx-sbb-empty-cart-desc {
    margin-bottom: 42px;
    color: #000;
    text-align: center;
    font-size: 16px;
}

.cart__form .delivery.active{
    display:block;
}
.cart__form .delivery{
    display:none;
}
.cart__form .radio + .radio, .checkbox + .checkbox, .cart__form .radio, .checkbox{
    margin:0px;
}
.form-cart .input.error {
    border: 1px solid red;
}
.menu__body .menu__menu-item{
    white-space: normal;
}
.form-cart.hidden{
    display:none;
}
.order-success__header{
    font-weight: bold;
    font-size: 20px;
}
.order-success__number{
    font-size:16px;
    margin: 15px 0px;
}
.order-success__button{
    background: #e60000;
    color: #fff;
    width: 100%;
    border: 1px solid #e60000;
    font-size: 16px;
    line-height: 19px;
    padding: 18.5px 0;
    display: block;
    width: 236px;
    text-align:center;
    margin-bottom:15px;
}
.product-item a.main-elements-el__bottom{
    display:none;
}
.product-item._active div.main-elements-el__bottom{
    display:none;
}
.product-item._active a.main-elements-el__bottom{
    display:flex;
}
.product-item._active .main-elements-el__price{
    background: #e60000;
    color: #fff;
}
.main-elements-el__cart .add_basket{
    line-height: 0;
}
.product-item .main-elements-el__cart a.add_basket, .product-item._active .main-elements-el__cart, body .recommendation-slider .main-elements-el__cart{
    padding: 7px 10px;
}
.product-item .main-elements-el__cart{
    padding:0px;
}
.main-elements-el__cart>a>svg {
    width: calc(17px + 5 * ((100vw - 320px)/ 890));
    height: calc(16px + 4 * ((100vw - 320px)/ 890));
}
.product-info__buttons.active a.product-info__cart{
    display:none;
}
.product-info__buttons.active a.basket-link{
    display:block;
}
.product-info__buttons a.basket-link{
    display:none;
}
.product-info__buttons.active a.basket-link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #e60000;
    padding: 13.5px;
    color: #fff;
    margin: 0 0 7px 0;
    padding-top: calc(13.5px + 2.5 * ((100vw - 320px)/ 890));padding-bottom: calc(13.5px + 2.5 * ((100vw - 320px)/ 890));
    margin-bottom: calc(7px + 3 * ((100vw - 320px)/ 890));
}
.product-item .product-info__price.discount{
    position: absolute;top: 9px;
    right: 0px;
}
/**********************************************404*******************************************************************/
.Error {
    height: 100%;
    padding: 80px 0px;
}
.Error .container .row {
    height: 100%;
}
.Error__img {
    background: #e60000;
    max-width: 100%;
}
.Error__title {
    font-size: 39px;
    line-height: 48px;
    color: #e60000;
}
.Error__subtitle {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    margin-top: 10px;
    margin-bottom: 10px;
}
.Error__desc-text {
    margin-bottom: 30px;
    color: #888888;
}
.Error__flex{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.Error__right{
    margin-left: 80px;
    align-self: center;
}
.Error__button {
    border: 1px solid #e60000;
    padding: 10px 21px 9px 20px;
    color: #fff;
    background: #e60000;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
}
/**********************************************************************************************************************/
body .bx-filter.bx-blue .bx-ui-slider-pricebar-v{
    background: #e31e24;
}
body .bx-filter.bx-blue .bx-ui-slider-pricebar-vn{
    background: #f2f2f2;
}
body .bx-filter .bx-ui-slider-part{
    background: #e31e24;
}
.filters__spoller22 .filters__inputs{
    padding: 0 0 40px 0;
}
.bx-filter-button-box{
    display:none;
}
.main-elements__columns{
    z-index:2;
}
.checkbox__flex{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.checkbox__flex .bx-filter-param-text{
    padding-left:5px;
}
.menu__list .menu__sub-item{
    list-style-type: none;
}
.radio__custom._error+label.call-back_modal:before{
    border-color: #e60000;
    color: #e60000;
}
.first__product{
    text-transform: capitalize;
}
.popup__body.hidden{
    display:none;
}
@media(min-width: 1210px){
    .popup div.submit {
        margin: 0 0 23px 0;
        font-size: 16px;
        line-height: 19px;
        padding: 18.5px 0;
    }
    .form-cart__btn input.order__submit{
        padding: 19.5px 0;
    }
    .main-elements-el__cart {
        padding: 0px;
    }
    .main-elements__element .product-item .main-elements-el__cart a, body .recommendation-slider .main-elements-el__cart{
        padding: 9.5px 10px;
    }
    .product-item._active .main-elements-el__cart{
        padding: 9.5px 10px;
    }
    .product-info__buttons.active a.basket-link{
        padding: 16px 0;
        margin: 0 0 10px 0;
    }
    .main-elements-el__cart>a>svg {
        width: 22px;
        height: 20px;
    }
}
@media(min-width:1024px){
    div[hidden]._tabs-block._activeTab {
        display: none;
    }
    ._tabs-block._activeTab {
        display: block;
    }
    ._tabs-block {
        display: none;
    }

}
@media(max-width:1023px){
    .menu__menu-item{
        font-size:12px;
    }
}
@media(max-width:970px){
    .Error__flex{
        flex-direction: column;
    }
    .Error__left{
        align-self: center;
    }
    .Error__right{
        margin-left: 0px;
        text-align: center;
    }
    .Error {
        padding: 30px 0px 60px 0px;
    }
}
@media (min-width: 900px){
    .form-cart__btn input.order__submit {
        width: calc(33.333% - 11px);
    }
}

@media(max-width:767px){
    div.title-search-result{
        max-width:767px;
    }
    body .form-success{
        padding: 30px 15px;
    }
    body .form-success__text{
        font-size:16px;
    }
}
/* End */


/* Start:/local/templates/mitsubishi/components/bitrix/search.title/catalog/style.css?16596077394022*/
.bx-searchtitle {
	margin: 10px 0 0;
}
.bx-searchtitle .bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #f8fafc;
	border: 1px solid #d5dadc;
	border-right: none;
	border-radius: 2px 0 0 2px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
}
.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	background: #95a1a8;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:6px 12px;
	border-radius: 0 2px 2px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.42857143;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.bx-searchtitle .bx-input-group-btn button:hover {
	background: #1484CE;
}


div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:999;
	margin-top:-3px;
	background-color: #FFF;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/mitsubishi/components/bitrix/search.title/catalog/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_searche{}
.bx_searche .bx_img_element{
	background: #fafafa;
	float: left;
	width: 67px;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx_searche .bx_item_block{
	min-height: 65px;
	position: relative
}
.bx_searche .bx_image{
	width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8;
}
.bx_searche .bx_item_element{
	/*float: left;*/
	padding-left: 10px;
	margin-left: 70px;
}
.bx_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_searche .bx_item_element a{
	margin-top: 10px;
	display: inline-block;
	color: #4788cb;
	font-size: 13px;
	text-decoration: none;
}
.bx_searche .bx_item_element a b{color: #000;font-weight: normal;}
.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_searche .bx_price{
	font-weight:bold;
	font-size:13px;
}
.bx_searche .bx_price .old{
	font-weight:normal;
	text-decoration: line-through;
	color: #636363
}
.bx_item_block.all_result{min-height:0}
.bx_item_block.others_result{
	min-height: 0;
	padding: 0 0 12px;
	line-height: 12px;
}
.bx_item_block.all_result .all_result_title{
	display: block;
	font-size: 12px;
	color: #a7a7a7;
	padding-top: 15px;
	padding-bottom: 10px;
}
.bx_item_block.all_result .all_result_title a{color: #a7a7a7}
.bx_item_block.all_result .all_result_title a:hover{color: #4788cb}
.bx_item_block.all_result a{
	margin-top: 0;
}
/* End */


/* Start:/local/templates/mitsubishi/components/bitrix/menu/catalog_multilevel/style.css?16596077402727*/
ul#vertical-multilevel-menu, #vertical-multilevel-menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 214px;
	font-size:12px;
}

/*Submenu box*/
#vertical-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;
	height:auto;
	border:1px solid #C1C1C1;
	border-bottom:none;
	width:200px;
}

/* Submenu Items */
#vertical-multilevel-menu li a
{
	display: block;
	text-decoration: none;
	color: #4F4F4F;
	font-weight:bold;
	padding: 5px;
	background:#F5F5F5;
	border-bottom:1px solid #C1C1C1;
}

/*Items selected*/
#vertical-multilevel-menu li a.item-selected
{
	background-color: #D6D6D6;
}

/*Items Hover */
#vertical-multilevel-menu li a:hover
{
	background-color: #D6D6D6;
}

/*Rootmenu Items*/
#vertical-multilevel-menu a.root-item
{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:5px 0 7px 35px;
	background:#61656A url(/local/templates/mitsubishi/components/bitrix/menu/catalog_multilevel/images/item_bg.gif) 0 0 no-repeat;
	border:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*height:26px;
	overflow:hidden;*/
}

/*Rootmenu Items hover*/
#vertical-multilevel-menu a.root-item:hover, #vertical-multilevel-menu a.root-item-selected:hover
{
	background:#61656A url(/local/templates/mitsubishi/components/bitrix/menu/catalog_multilevel/images/item_bg.gif) 0 -26px no-repeat;
}

/*Rootmenu Items Selected*/
#vertical-multilevel-menu a.root-item-selected
{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:5px 0 7px 35px;
	background:#61656A url(/local/templates/mitsubishi/components/bitrix/menu/catalog_multilevel/images/item_bg.gif) 0 -26px no-repeat;
	border:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*height:26px;
	overflow:hidden;*/
}

/*Parent item*/
#vertical-multilevel-menu a.parent
{
	background: #F5F5F5 url(/local/templates/mitsubishi/components/bitrix/menu/catalog_multilevel/images/arrow.gif) center right no-repeat;
	padding-right:10px;
}

/*Denied items*/
#vertical-multilevel-menu a.denied
{
	background: #F5F5F5 url(/local/templates/mitsubishi/components/bitrix/menu/catalog_multilevel/images/lock.gif) center right no-repeat;
	color:#DDDDDD;
	padding-right:10px;
}

/* Holly Hack. IE Requirement \*/
* html ul#vertical-multilevel-menu li { float: left; height: 1%; }
* html ul#vertical-multilevel-menu li a { height: 1%; }
/* End */


/*Submenu margin*/
#vertical-multilevel-menu li ul.root-item
{
	margin:-27px 0 0 210px;
}

#vertical-multilevel-menu li ul
{
	margin:-27px 0 0 133px;
}

/*Submenu hide*/
#vertical-multilevel-menu li:hover ul ul,
#vertical-multilevel-menu li.jsvhover ul ul,
#vertical-multilevel-menu li:hover ul ul ul,
#vertical-multilevel-menu li.jsvhover ul ul ul
{
	/*top:-999em;*/
	display:none;
}

/*Submenu show*/
#vertical-multilevel-menu li:hover ul,
#vertical-multilevel-menu li.jsvhover ul,
#vertical-multilevel-menu li li:hover ul,
#vertical-multilevel-menu li li.jsvhover ul,
#vertical-multilevel-menu li li li:hover ul,
#vertical-multilevel-menu li li li.jsvhover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

/* End */


/* Start:/local/templates/mitsubishi/components/bitrix/sale.basket.basket.line/main/style.css?16596077404470*/
.bx-basket { }

.bx-basket-block {
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }

	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 70px }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	/*.bx-basket-fixed */
}

.bx-basket-fixed .bx-basket-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }
/* End */
/* /local/templates/mitsubishi/css/style4.css?1665920123208390 */
/* /local/templates/mitsubishi/css/custom.css?167119911710861 */
/* /local/templates/mitsubishi/components/bitrix/search.title/catalog/style.css?16596077394022 */
/* /local/templates/mitsubishi/components/bitrix/menu/catalog_multilevel/style.css?16596077402727 */
/* /local/templates/mitsubishi/components/bitrix/sale.basket.basket.line/main/style.css?16596077404470 */
