@charset "UTF-8";

/* manrope-300 - latin_cyrillic */

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../fonts/manrope-v4-latin_cyrillic-300.woff2") format("woff2"), url("../fonts/manrope-v4-latin_cyrillic-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* manrope-regular - latin_cyrillic */

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/manrope-v4-latin_cyrillic-regular.woff2") format("woff2"), url("../fonts/manrope-v4-latin_cyrillic-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* manrope-500 - latin_cyrillic */

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../fonts/manrope-v4-latin_cyrillic-500.woff2") format("woff2"), url("../fonts/manrope-v4-latin_cyrillic-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* manrope-600 - latin_cyrillic */

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../fonts/manrope-v4-latin_cyrillic-600.woff2") format("woff2"), url("../fonts/manrope-v4-latin_cyrillic-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* manrope-700 - latin_cyrillic */

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/manrope-v4-latin_cyrillic-700.woff2") format("woff2"), url("../fonts/manrope-v4-latin_cyrillic-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* manrope-800 - latin_cyrillic */

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  src: local(""), url("../fonts/manrope-v4-latin_cyrillic-800.woff2") format("woff2"), url("../fonts/manrope-v4-latin_cyrillic-800.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: "DIN Pro";
  src: url("../fonts/DINPro.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DIN Pro";
  src: url("../fonts/DINPro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DIN Pro";
  src: url("../fonts/DINPro-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.fancybox-slider #image-block .gallegy {
  pointer-events: none;
}
.lightbox--album img{
	display:block!important;
}
.main-menu #compare {
  display: inline-flex;
  width: 50px;
  height: 50px;
}

.main-menu .header-toolbars__count {
  top: 6px;
  right: -5px;
  width: 19px;
  height: 19px;
  font-size: 13px;
}

.main-menu #compare svg {
  width: 20px;
  height: 20px;
}

#wishlist,
.add-wishlist {
  display: none !important;
}
.content-standart__item{
text-decoration:none!important;
}
.details__content label:not(.checkbox) {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #6D8092;
  font-size: 12px;
  line-height: 12px;
}
.form-agreement-yes checkbox a{
  color:#0F4C99;
}
.details__content label:not(.checkbox):hover {
  cursor: pointer;
  color: #0F4C99;
}

.details__content label:not(.checkbox) input:checked~span {
  color: #0F4C99;
  font-weight: 700;
}

.details__content label:not(.checkbox) input:checked+.color_char {
  border-color: #0f4c99;
}

.details__content label:not(.checkbox) .color_char {
  flex-shrink: 0;
  width: 35px !important;
  height: 35px !important;
  margin-right: 12px;
  border: 2px solid transparent;
  border-radius: 5px;
  background-repeat: no-repeat;
}

:root {
  --main-color: #0F4C99;
  --accent-color: #36B4DC;
}

.loadConfigCat {
  position: fixed;
  z-index: 10000;
  top: 300px;
  left: 0;
  display: block;
  padding: 10px;
  background-color: red;
  color: #fff;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

b,
strong {
  font-weight: 700;
}

.simpleCaptcha {
  text-align: center;
}

.simpleCaptcha .captchaIntro,
.simpleCaptcha .refreshCaptcha {
  float: none !important;
}

.simpleCaptcha p {
  margin: 0 !important;
  font-size: 13px !important;
}

.simpleCaptcha .captchaImage {
  margin-right: 5px;
  width: 30px !important;
  border: 2px solid transparent;
  cursor: pointer;
}

.mega-menudropdown:hover .dropdown__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b !important;
  text-decoration: none !important;
  background-color: #f8f9fa !important;
}

.dropdown-toggle {
  position: relative;
  padding-right: 10px;
}

.dropdown-toggle:after {
  content: url(/upload/media/system/dropdown-toggle.svg);
  margin-left: 6px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.dropdown {
  position: relative;
}

.dropdown:hover .dropdown__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
}

.dropdown__content {
  display: none;
}

.dropdown li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 15px;
  font-size: 14px;
  line-height: 18px;
  color: #656D76;
}

.dropdown li a:hover {
  color: #0F4C99;
}

.mm-spn.mm-spn--navbar:after {
  content: '' !important;
  background-image: url(/upload/site/logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 170px;
  background-size: 96px;
  opacity: 1 !important;
}

.container {
  max-width: 1440px !important;
}

.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: 0px 6px 12px rgba(109, 128, 146, 0.16);
  box-shadow: 0px 6px 12px rgba(109, 128, 146, 0.16);
}

.alert-bordered-dashed {
  border: 2px dashed #eaeaea;
}

.fancybox-content .modal-footer {
  padding-left: 0;
  padding-right: 0;
}

.rating .fa {
  margin-left: 5px;
  font-size: 14px;
}

.rating .gray-star {
  color: #787F8E;
}

.rating .gold-star {
  color: #0F4C99;
}

.page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  min-width: 320px;
  min-height: 100%;
}

.page__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

.page__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.page__footer-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

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

body {
  min-height: 100%;
  word-break: break-word;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  line-height: 30px;
  text-align: left;
  color: #1F2830;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

[role='button'] {
  cursor: pointer;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

a,
button,
[role='button'],
input,
label,
select,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  margin: 0;
}

button,
input {
  overflow: visible;
  text-transform: none;
}

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

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

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

button:focus {
  outline: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

svg {
  fill: currentColor;
}

a svg,
button svg {
  pointer-events: none;
}

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

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #1F2830;
  background-color: transparent;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #0F4C99;
  outline: none;
  text-decoration: none;
}

select:hover,
select:focus {
  outline: none;
}

.dropdown-toggle--no-arrow:after {
  content: none;
  display: none;
}

.wow {
  visibility: hidden;
}

p {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
}

.navbar-brand_admin {
  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;
  position: fixed;
  z-index: 999;
  top: 150px;
  left: 0;
  width: 70px;
  height: 70px;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  font-size: 28px;
  color: #d40000;
  -webkit-box-shadow: 0 8px 13px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 13px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-left-width: 0;
}

.navbar-brand_admin:hover {
  text-decoration: none;
}

.error {
  color: red;
}

.alert.errors {
  display: none;
}

.input-group .input-group-addon {
  display: none;
}

.text-primary {
  color: #0F4C99 !important;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #0F4C99;
  background-color: #0F4C99;
}

.custom-control-label {
  cursor: pointer;
}

.widgets.search.view {
  width: 100%;
}

.bg-primary {
  background-color: #0F4C99 !important;
}

.form-group label.error {
  display: none !important;
}

.edit-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: fixed;
  z-index: 10000;
  left: 0;
  bottom: 0;
  width: 100%;
}

.edit-controls .btn {
  border-radius: 0 !important;
}

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

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

.rating-gly {
  font-family: "FontAwesome";
}

.rating-gly-star {
  font-family: "FontAwesome";
  padding-left: 2px;
}

.rating-gly-star .rating-stars:before {
  padding-left: 2px;
}

.rating-lg .rating-gly-star,
.rating-lg .rating-gly-star .rating-stars:before {
  padding-left: 4px;
}

.rating-xl .rating-gly-star,
.rating-xl .rating-gly-star .rating-stars:before {
  padding-left: 2px;
}

.rating-active {
  cursor: default;
}

.rating-disabled {
  cursor: not-allowed;
}

.rating-uni {
  font-size: 1.1em;
  margin-top: -5px;
}

.rating-container {
  color: #e3e3e3;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

.rating-container:before {
  content: attr(data-content);
}

.rating-container .rating-stars {
  color: #fde16d;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  white-space: nowrap;
}

.rating-container .rating-stars:before {
  content: attr(data-content);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}

.rating-container-rtl {
  color: #fde16d;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

.rating-container-rtl:before {
  content: attr(data-content);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}

.rating-container-rtl .rating-stars {
  color: #e3e3e3;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  white-space: nowrap;
}

.rating-container-rtl .rating-stars:before {
  content: attr(data-content);
}

.personal {
  padding-bottom: 50px;
}

body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.sweet-overlay {
  background-color: black;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}

.sweet-alert {
  background-color: white;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}

.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}

.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.sweet-alert fieldset {
  border: none;
  position: relative;
}

.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  -webkit-transition: padding 0.15s, max-height 0.15s;
  -o-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s;
}

.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  -webkit-transition: padding 0.25s, max-height 0.25s;
  -o-transition: padding 0.25s, max-height 0.25s;
  transition: padding 0.25s, max-height 0.25s;
}

.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px;
}

.sweet-alert .sa-error-container p {
  display: inline-block;
}

.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.sweet-alert .sa-input-error::before,
.sweet-alert .sa-input-error::after {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px;
}

.sweet-alert .sa-input-error::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-input-error::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-input-error.show {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.sweet-alert input {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sweet-alert input:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 3px #c4e6f5;
  box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed;
}

.sweet-alert input:focus::-moz-placeholder {
  -moz-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input:focus:-ms-input-placeholder {
  -ms-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input::-moz-placeholder {
  color: #bdbdbd;
}

.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd;
}

.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd;
}

.sweet-alert.show-input input {
  display: block;
}

.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative;
}

.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
}

.sweet-alert button {
  background-color: #8CD4F5;
  color: white;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}

.sweet-alert button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.sweet-alert button:hover {
  background-color: #7ecff4;
}

.sweet-alert button:active {
  background-color: #5dc2f1;
}

.sweet-alert button.cancel {
  background-color: #C1C1C1;
}

.sweet-alert button.cancel:hover {
  background-color: #b9b9b9;
}

.sweet-alert button.cancel:active {
  background-color: #a8a8a8;
}

.sweet-alert button.cancel:focus {
  -webkit-box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
  box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}

.sweet-alert button[disabled] {
  opacity: .6;
  cursor: default;
}

.sweet-alert button.confirm[disabled] {
  color: transparent;
}

.sweet-alert button.confirm[disabled]~.la-ball-fall {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.sweet-alert button::-moz-focus-inner {
  border: 0;
}

.sweet-alert[data-has-cancel-button=false] button {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px;
}

.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.sweet-alert .sa-icon.sa-error {
  border-color: #F27474;
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}

.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}

.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
  left: 50%;
}

.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86;
}

.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
  content: '';
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  -ms-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

.sweet-alert .sa-icon.sa-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  -ms-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 40px;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}

/*  * Animations  */

@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }

  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }

  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }

  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }

  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%;
  }

  100% {
    top: 50%;
  }
}

@keyframes slideFromTop {
  0% {
    top: 0%;
  }

  100% {
    top: 50%;
  }
}

@-webkit-keyframes slideToTop {
  0% {
    top: 50%;
  }

  100% {
    top: 0%;
  }
}

@keyframes slideToTop {
  0% {
    top: 50%;
  }

  100% {
    top: 0%;
  }
}

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%;
  }

  100% {
    top: 50%;
  }
}

@keyframes slideFromBottom {
  0% {
    top: 70%;
  }

  100% {
    top: 50%;
  }
}

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%;
  }

  100% {
    top: 70%;
  }
}

@keyframes slideToBottom {
  0% {
    top: 50%;
  }

  100% {
    top: 70%;
  }
}

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s;
}

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s;
}

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s;
}

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s;
}

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }

  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }

  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }

  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }

  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }

  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }

  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }

  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }

  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }

  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }

  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }

  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }

  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }

  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }

  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }

  100% {
    border-color: #F8BB86;
  }
}

@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }

  100% {
    border-color: #F8BB86;
  }
}

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }

  100% {
    background-color: #F8BB86;
  }
}

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }

  100% {
    background-color: #F8BB86;
  }
}

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}

@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Internet Explorer 9 has some special quirks that are fixed here */

/* The icons are not animated. */

/* This file is automatically merged into sweet-alert.min.js through Gulp */

/* Error icon */

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9;
}

/* Success icon */

.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9;
}

/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */

:root {
  --mm-ocd-width: 80%;
  --mm-ocd-min-width: 200px;
  --mm-ocd-max-width: 440px;
}

body.mm-ocd-opened {
  overflow-y: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.mm-ocd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  background: rgba(0, 0, 0, 0);
  -webkit-transition-property: bottom, background-color;
  -o-transition-property: bottom, background-color;
  transition-property: bottom, background-color;
  -webkit-transition-duration: 0s, .3s;
  -o-transition-duration: 0s, .3s;
  transition-duration: 0s, .3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: .45s, .15s;
  -o-transition-delay: .45s, .15s;
  transition-delay: .45s, .15s;
}

.mm-ocd--open {
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.mm-ocd__content {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 80%;
  width: var(--mm-ocd-width);
  min-width: 200px;
  min-width: var(--mm-ocd-min-width);
  max-width: 440px;
  max-width: var(--mm-ocd-max-width);
  background: #fff;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.mm-ocd--left .mm-ocd__content {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-ocd--right .mm-ocd__content {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-ocd--open .mm-ocd__content {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-ocd__backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: calc(100% - 80%);
  width: calc(100% - var(--mm-ocd-width));
  min-width: calc(100% - 440px);
  min-width: calc(100% - var(--mm-ocd-max-width));
  max-width: calc(100% - 200px);
  max-width: calc(100% - var(--mm-ocd-min-width));
  background: rgba(3, 2, 1, 0);
}

.mm-ocd--left .mm-ocd__backdrop {
  right: 0;
}

.mm-ocd--right .mm-ocd__backdrop {
  left: 0;
}

.mm-spn,
.mm-spn a,
.mm-spn li,
.mm-spn span,
.mm-spn ul {
  display: block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --mm-spn-item-height: 50px;
  --mm-spn-item-indent: 20px;
  --mm-spn-line-height: 24px;
}

.mm-spn {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mm-spn ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 2;
  width: 130%;
  padding-right: 30%;
  line-height: 24px;
  line-height: var(--mm-spn-line-height);
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  -webkit-transition: left .3s ease 0s;
  -o-transition: left .3s ease 0s;
  transition: left .3s ease 0s;
  cursor: default;
}

.mm-spn ul:after {
  content: '';
  display: block;
  height: 50px;
  height: var(--mm-spn-item-height);
}

.mm-spn>ul {
  left: 0;
}

.mm-spn ul.mm-spn--open {
  left: 0;
}

.mm-spn ul.mm-spn--parent {
  left: -30%;
  overflow-y: hidden;
}

.mm-spn li {
  position: relative;
  background: inherit;
  cursor: pointer;
}

.mm-spn li:before {
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height)/ 2);
  right: 25px;
  right: calc(var(--mm-spn-item-height)/ 2);
  z-index: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  -ms-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
  opacity: .4;
}

.mm-spn li:after {
  content: '';
  display: block;
  margin-left: 20px;
  margin-left: var(--mm-spn-item-indent);
  border-top: 1px solid;
  opacity: .15;
}

.mm-spn a,
.mm-spn span {
  position: relative;
  z-index: 1;
  padding: 13px 20px;
  padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/ 2) var(--mm-spn-item-indent);
}

.mm-spn a {
  background: inherit;
  color: inherit;
  text-decoration: none;
}

.mm-spn a:not(:last-child) {
  width: calc(100% - 50px);
  width: calc(100% - var(--mm-spn-item-height));
}

.mm-spn a:not(:last-child):after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  opacity: .15;
}

.mm-spn span {
  background: 0 0;
}

.mm-spn.mm-spn--navbar {
  cursor: pointer;
}

.mm-spn.mm-spn--navbar:before {
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height)/ 2);
  left: 20px;
  left: var(--mm-spn-item-indent);
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(-45deg) translate(50%, -50%);
  -ms-transform: rotate(-45deg) translate(50%, -50%);
  transform: rotate(-45deg) translate(50%, -50%);
  opacity: .4;
}

.mm-spn.mm-spn--navbar.mm-spn--main {
  cursor: default;
}

.mm-spn.mm-spn--navbar.mm-spn--main:before {
  content: none;
  display: none;
}

.mm-spn.mm-spn--navbar:after {
  content: attr(data-mm-spn-title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  height: var(--mm-spn-item-height);
  padding: 0 40px;
  padding: 0 calc(var(--mm-spn-item-indent) * 2);
  line-height: 50px;
  line-height: var(--mm-spn-item-height);
  opacity: .4;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.mm-spn.mm-spn--navbar.mm-spn--main:after {
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent);
}

.mm-spn.mm-spn--navbar ul {
  top: 51px;
  top: calc(var(--mm-spn-item-height) + 1px);
}

.mm-spn.mm-spn--navbar ul:before {
  content: '';
  display: block;
  /*position: fixed;*/
  top: inherit;
  z-index: 2;
  width: 100%;
  border-top: 1px solid currentColor;
  opacity: .15;
}

.mm-spn.mm-spn--light {
  color: #444;
  background: #fff;
}

.mm-spn.mm-spn--dark {
  color: #ddd;
  background: #333;
}

.mm-spn.mm-spn--vertical {
  overflow-y: auto;
}

.mm-spn.mm-spn--vertical ul {
  width: 100%;
  padding-right: 0;
  position: static;
}

.mm-spn.mm-spn--vertical ul ul {
  display: none;
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent);
}

.mm-spn.mm-spn--vertical ul ul:after {
  height: 25px;
  height: calc(var(--mm-spn-item-height)/ 2);
}

.mm-spn.mm-spn--vertical ul.mm-spn--open {
  display: block;
}

.mm-spn.mm-spn--vertical li.mm-spn--open:before {
  -webkit-transform: rotate(135deg) translate(-50%, 0);
  -ms-transform: rotate(135deg) translate(-50%, 0);
  transform: rotate(135deg) translate(-50%, 0);
}

.mm-spn.mm-spn--vertical ul ul li:last-child:after {
  content: none;
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  outline: none;
  width: 56px;
  height: 56px;
  pointer-events: fill !important;
  margin-top: -7px;
  border-radius: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1 !important;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 28px;
  color: #0F4C99;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.swiper-button-next:after {
  content: "\f105";
}

.swiper-button-prev:after {
  content: "\f104";
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.swiper-pagination-bullet {
  position: relative;
  width: 11px;
  height: 11px;
  margin: 0 5.5px;
  background: rgba(255, 255, 255, 0.13);
  opacity: 1;
  border-radius: 50%;
  border: 1px solid transparent;
}

.swiper-pagination-bullet-active {
  border-color: #fff;
}

.owl-carousel-wrapper .owl-item {
  padding: 0 15px;
}

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

.owl-prev,
.owl-next {
  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: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 28px;
  background-repeat: no-repeat;
  background-position: center center;
  color: #0F4C99;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid #0F4C99;
}

.owl-prev:hover,
.owl-next:hover {
  background-color: #0F4C99;
  color: #fff;
}

.owl-carousel--nav-vertical-centered .owl-prev,
.owl-carousel--nav-vertical-centered .owl-next {
  position: absolute;
  z-index: 100;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: color 0.2s, background-color 0.2s;
  -o-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}

.owl-carousel--nav-vertical-centered .owl-prev:hover,
.owl-carousel--nav-vertical-centered .owl-next:hover {
  background-color: #0F4C99;
  color: #fff;
}

.owl-carousel--nav-vertical-centered .owl-prev {
  left: 29px;
}

.owl-carousel--nav-vertical-centered .owl-next {
  right: 29px;
}

.owl-carousel--nav-top-right .owl-controls {
  position: absolute;
  top: -104px;
  right: 15px;
  bottom: auto;
  left: auto;
}

.owl-carousel--nav-top-right .owl-next {
  margin-left: 15px;
}

.owl-carousel--nav-bottom-left .owl-buttons {
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
}

.owl-pagination {
  margin-top: 30px;
  text-align: center;
}

.owl-pagination .owl-page {
  display: inline-block;
  margin: 0 11px;
}

.owl-pagination .owl-page.active span {
  background: #0F4C99;
}

.owl-pagination .owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFFFFF;
}

.shop-item-card {
  padding: 30px 30px 34px;
  position: relative;
  border: 1px solid rgba(215, 221, 227, 0.4);
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.shop-item-card:hover {
  -webkit-box-shadow: 0 6px 12px rgba(109, 128, 146, 0.16);
  box-shadow: 0 6px 12px rgba(109, 128, 146, 0.16);
}

.shop-item-card:hover .shop-item-card__quick-view {
  background-color: #30A4ED;
  -webkit-box-shadow: 0 6px 12px rgba(109, 128, 146, 0.16);
  box-shadow: 0 6px 12px rgba(109, 128, 146, 0.16);
  color: #fff;
}

.shop-item-card:hover .shop-item-card__more-link {
  background-color: #0F4C99;
  color: #fff;
}

.shop-item-card:hover .shop-item-card__more-link path {
  stroke: #fff !important;
}

.shop-item-card__shortdesc {
  margin-bottom: 13px;
  color: #6D8092;
  font-size: 13px;
  line-height: 20px;
}

.shop-item-card__shortdesc>* {
  margin: 0;
}

.shop-item-card__price {
  width: 50%;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  font-family: "DIN Pro";
  color: #0F4C99;
}

.shop-item-card__thumb {
  display: block;
  width: 100%;
  height: 220px;
}

.shop-item-card__art-no {
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 19px;
  color: #6D8092;
}

.shop-item-card__title {
  display: block;
  margin-bottom: 17px;
  color: #1F2830!important;
  text-decoration:none!important;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  font-family: "DIN Pro";
}

.shop-item-card__chars {
  color: #6D8092;
  font-size: 13px;
  line-height: 14px;
}

.shop-item-card__chars-item:nth-child(n+4) {
  display: none;
}

.shop-item-card__chars-value {
  margin: 10px 0;
  font-weight: 600;
  color: #1F2830;
}

.shop-item-card__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 21px;
}

.shop-item-card__quick-view {
  width: 150px;
  margin-right: 5px;
  display: block;
  padding: 14px 5px;
  text-align: center;
  color: #30A4ED;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #30A4ED;
  border-radius: 3px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.shop-item-card__quick-view:hover {
  background: #30A4ED;
  border-color: #30A4ED;
  color: #fff;
}

.shop-item-card__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 10;
  top: 25px;
  left: 30px;
  padding-right: 50px;
  pointer-events: none;
}

.shop-item-card__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 60px;
  height: 20px;
  margin: 0 5px 5px 0;
  padding: 0 15px;
  text-align: center;
  border-radius: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 20px;
  font-family: "DIN Pro";
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #fff;
}

.shop-item-card__badge--hit {
  background: #30A4ED;
}

.shop-item-card__badge--new {
  background: #EE8F00;
}

.shop-item-card__badge--promo {
  background: #E96969;
}

.shop-item-card__badge--onstock {
  background: #80BB3D;
}

.shop-item-card__compare-and-wishlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  z-index: 10;
  top: 28px;
  right: 22px;
}

.shop-item-card__compare {
  display: block;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.shop-item-card__compare:hover {
  opacity: .8;
}

.shop-item-card__wishlist {
  display: block;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.shop-item-card__wishlist:hover {
  opacity: .8;
}

.shop-item-card__more-link {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 15px 5px;
  background: #EFF1F3;
  border-radius: 3px;
  color: #0F4C99;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: center;
}

.shop-item-card__more-link:hover {
  background: #0F4C99;
  color: #fff;
}

.shop-item-card__more-link:hover svg path {
  stroke: #fff !important;
}

.shop-item-card__more-link svg {
  margin-left: 10px;
  fill: transparent;
}

.shop-item-card__more-link svg path {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.product__title {
  margin-bottom: 47px;
  font-weight: 500;
  font-size: 36px;
  line-height: 45px;
  font-family: "DIN Pro";
  /*color: #0F4C99;*/
     color: #1F2830;
}

.product__art-no {
  margin-bottom: 20px;
  color: #6D8092;
  font-size: 14px;
  line-height: 19px;
}

.product__price-and-toolbars {
  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;
  margin-bottom: 30px;
}

.product__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product__price-old {
  margin-right: 20px;
  color: #30A4ED;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  font-size: 18px;
  line-height: 22px;
  font-family: "DIN Pro";
  white-space: nowrap;
}

.product__price-current {
  font-family: "DIN Pro";
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #0F4C99;
  white-space: nowrap;
}

.product__toolbars a {
  margin-left: 26px;
  color: #6D8092;
}

.product__toolbars svg {
  width: 16px;
  height: 16px;
}

.product__description {
  margin-bottom: 30px;
}

.product__description>* {
  margin: 0;
  color: #6D8092;
  font-size: 14px;
  line-height: 24px;
}

.product__chars .shop-chars {
  margin-bottom: 10px;
}

.product__chars .shop-chars__li:nth-child(n+4) {
  display: none;
}

.product__chars-title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  font-family: "DIN Pro";
  color: #1F2830;
}

.product__icons {
  margin: 38px 0 40px;
}

.shop-item-card .product__icons {
  margin: 25px 0 15px;
}

.product__icons-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 8px 8px 0;
}

.shop-item-card .product__icons-item {
  width: 42px;
}

.product__icons-item:last-child {
  margin-right: 0;
}

.product__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 45px 0;
}

.product__actions .btn-primary {
  width: 68%;
  margin-right: 16px;
  font-weight: 500;
  color:#fff!important;
  text-decoration:none!important;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 56px;
}

.product__actions .btn-primary:before {
  content: url(/upload/media/content/small-icon-list.svg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  position: relative;
  top: 2px;
}

.product__actions a {
  padding: 0 15px;
  line-height: 56px;
}

.product__actions .btn-blue {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-gap: 15px 15px;
  margin: 50px 0 55px;
}

.product-features__item {
  text-align: center;
  position: relative;
}

.product-features__icon {
  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;
  margin-bottom: 35px;
  position: relative;
  height: 66px;
}

.product-features__icon:after {
  content: '';
  position: absolute;
  bottom: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0F4C99;
  border-radius: 6px;
  width: 36px;
  height: 2px;
}

.product-features__item-tooltip {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 50%;
  margin-left: -175px;
  width: 353px;
  padding: 20px 18px 15px 19px;
  color: #6D8092;
  font-size: 12px;
  line-height: 28px;
  background: #FFFFFF;
  border-radius: 6px;
  filter: drop-shadow(0px 4px 10px rgba(15, 76, 153, 0.38));
  transition: opacity 0.2s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.product-features__item-tooltip:before {
  content: url(/upload/media/content/tooltip-decor.svg);
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: calc(-25px / 2);
}

.product-features__item:hover .product-features__item-tooltip {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.product-features__text {
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #003366;
  
}

.product-tabs.nav-tabs .nav-link {
  padding-left: 60px;
  padding-right: 60px;
}

.product-tabs-content .shop-chars {
  max-width: 566px;
}

.product-tabs-content p {
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 28px;
  /*color: #6D8092;*/
   color: #1F2830;
}

.product-tabs-content ul {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 28px;
  color: #1F2830;
  /* color: #6D8092;*/
}

.product-tabs-content h2,
.product-tabs-content .h2 {
  margin-bottom: 22px;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #1F2830;
}

.product-tabs-content h3,
.product-tabs-content .h3 {
  font-size: 18px;
  line-height: 28px;
  color: #1F2830;
  font-weight: 600;
}

.descr-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.descr-item__pic {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.descr-item__content {
  padding-left: 19px;
}

.descr-item__title {
  color: #1F2830;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  font-family: "DIN Pro";
}

.descr-item__text {
  font-size: 15px;
  line-height: 28px;
  color: #6D8092;
}

.picture-in-border {
  margin-bottom: 21px;
  padding: 20px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #D7DDE3 !important;
}

.maxlist-more {
  margin: 0;
}

.maxlist-more a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0F4C99 !important;
}

.maxlist-more a:before {
  content: url(/upload/media/content/max-list-more_arrow.svg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}

.videoHref {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin: 0 20px 20px 0;
}

.videoHref .image-hover-icon {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: red;
  font-size: 50px;
}

.related-products-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}

.related-products-wrapper .owl-carousel--nav-top-right .owl-controls {
  top: -80px;
}

.shop-chars {
  margin: 0;
  margin-bottom: 38px;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 30px;
}

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

.shop-chars__name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  min-width: 100px;
  /*color: #6D8092;*/
  background-image: url(/upload/media/content/dashed.svg);
  background-repeat: repeat-x;
  background-position: left bottom 9px;
   color: #1F2830;
}

.shop-chars__name span {
  background-color: #fff;
}

.shop-chars__text {
  padding-left: 5px;
  text-align: right;
  color: #1F2830;
  font-weight: 700;
}

.options-product__inner {
  padding: 5px 0 26px;
}

.options-product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  margin-bottom: 5px;
  cursor: pointer;
}

.options-product-item input:checked+.options-product-item__title:before {
  background-image: url(/upload/media/checked.png);
  border-color: #0F4C99;
}

.options-product-item:after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed rgba(172, 184, 201, 0.6);
}

.options-product-item__title {
  position: relative;
  z-index: 10;
  margin-right: 40px;
  padding-left: 30px;
  background-color: #fff;
  padding-right: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
}

.options-product-item__title:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border: 1px solid #ACB8C9;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
}

.options-product-item__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
  padding-left: 5px;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  color: #A78951;
  background-color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  white-space: nowrap;
}

.options-product-item__price span {
  margin-left: 6px;
  font-size: 18px;
}

.options-product-item .line-through {
  padding-right: 15px;
  font-size: 18px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #808080;
  opacity: 0.8;
}

.options-product-item .line-through span {
  margin-left: 3px;
  font-size: 15px;
}

.product-view-images {
  margin-bottom: 30px;
}

.product-view-images .shop-item-card__badges {
  top: 20px;
  left: 48px;
  padding-right: 0;
}

.product-view-images__thumbs-actions {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.product-view-images__thumbs-actions .swiper-button-prev,
.product-view-images__thumbs-actions .swiper-button-next {
  position: static;
  margin: 0;
  border: 1px solid #D7DDE3;
}

.product-view-images__thumbs-actions .swiper-button-prev:hover,
.product-view-images__thumbs-actions .swiper-button-next:hover {
  background-color: #0F4C99;
  border-color: #0F4C99;
  color: #fff;
}

.product-view-images__thumbs-actions .swiper-button-prev {
  order: -1;
  margin-right: 30px;
}

.product-view-images .swiper-slide {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border: 1px solid #D7DDE3;
  cursor: pointer;
}

.product-view-images .swiper-slide .videoHref {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
}

.product-view-images .swiper-slide .videoHref .image-hover-icon {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0%);
  -ms-transform: translate(0%);
  transform: translate(0%);
  background: rgba(255, 255, 255, 0.54);
}

.product-view-images .swiper-slide .videoHref img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-view-images .swiper-slide .videoHref .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product-view-images .swiper-slide .videoHref .fa:before {
  content: url(/upload/media/content/play-small.svg);
}

.product-view-images .swiper-slide-thumb-active {
  border-color: #0F4C99;
}

.product-view-images__big-image {
  height: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.product-view-images__big-image .swiper-slide {
  display: block;
  height: 500px;
  border: 0;
}

.product-view-images__big-image-slider {
  border: 1px solid #D7DDE3;
}

.product-view-images__thumbs-wrapper {}

.product-view-images__thumbs .swiper-slide {
  height: 146px;
}

.shop_tree {
  margin-bottom: 45px;
}

.shop_tree__head {
  padding: 7px 15px;
  font-weight: 600;
  background-color: #fafafa;
  position: relative;
  border: 1px solid #e7e7e7;
}

.shop_tree__head:before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  top: 42%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-bottom: 2px solid #1F2830;
  border-left: 2px solid #1F2830;
}

.shop_tree__head._open+ul {
  display: block;
}

.shop_tree ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.shop_tree>ul>li {
  border: 1px solid rgba(215, 221, 227, 0.4);
  border-top-width: 0;
}

.shop_tree>ul>li.active>a,
.shop_tree>ul>li>ul>li.active>a,
.shop_tree>ul>li>ul>li a.current {
  color: #fff !important;
  background-color: #0F4C99;
}

.shop_tree>ul>li.active>a {
  border-bottom: 1px solid rgba(215, 221, 227, 0.4);
}

.shop_tree>ul>li.active img {
  mix-blend-mode: multiply;
}

.shop_tree>ul>li:first-child {
  border-top: 1px solid rgba(215, 221, 227, 0.4);
}

.shop_tree>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-height: 80px;
  padding: 22px 16px 22px 104px;
  color: #222222;
  font-family: "DIN Pro";
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
}

.shop_tree>ul>li>a:hover {
  color: #0F4C99;
}

.shop_tree>ul>li>ul a {
  display: block;
  padding: 8px 36px 13px 24px;
  color: #222222;
  font-size: 16px;
  line-height: 18px;
  font-family: "DIN Pro";
  -webkit-transition: background 0.2s, color 0.2s;
  -o-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}

.shop_tree>ul>li>ul>li>ul>li>a {
  padding: 4px 36px 4px 24px;
}

.shop_tree>ul>li>ul ul {
  padding-left: 25px;
}

.shop_tree>ul>li>ul a:hover {
  background-color: #0F4C99;
  color: #fff;
}

.shop_tree>ul>li>ul a:before {
  content: '-';
}

.shop_tree>ul>li>ul .shop_tree__icon {
  display: none;
}

.shop_tree>ul>li>ul {
  display: none;
}

.shop_tree>ul>li.active>ul {
  display: block;
}

.shop_tree__icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90px;
  height: 40px;
}

.shop-filter {
  margin-bottom: 30px;
  padding: 12px 16px 2px 56px;
  border-radius: 3px;
  background: #EFF1F3 url(/upload/media/content/filter.svg) no-repeat left 16px top 20px;
  border: 1px solid rgba(215, 221, 227, 0.4);
}

.shop-filter__head {
  padding: 7px 15px;
  font-weight: 600;
  background-color: #fafafa;
  position: relative;
  border: 1px solid #e7e7e7;
}

.shop-filter__head:before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  top: 42%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-bottom: 2px solid #1F2830;
  border-left: 2px solid #1F2830;
}

.shop-filter__head._open+form {
  display: block;
}

.shop-filter__actions a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 17px;
  padding: 10px 20px 10px 20px;
  -webkit-box-shadow: 0 3px 6px rgba(109, 128, 146, 0.16);
  box-shadow: 0 3px 6px rgba(109, 128, 146, 0.16);
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 19px;
  background: #6D8092;
}

.details {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin: 0 15px 17px 0;
}

.details[open] .details__content {
  display: block;
}

.details__summary {
  padding: 10px 35px 10px 20px;
  -webkit-box-shadow: 0 3px 6px rgba(109, 128, 146, 0.16);
  box-shadow: 0 3px 6px rgba(109, 128, 146, 0.16);
  border-radius: 3px;
  color: #6D8092;
  font-size: 14px;
  line-height: 19px;
  background: #fff url(/upload/media/content/datails-arrow.svg) no-repeat right 16px center;
}

.details__summary:hover {
  color: #0F4C99;
}

.details__content {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 215px;
  width: 100%;
  padding: 20px 16px;
  -webkit-box-shadow: 0 3px 6px rgba(109, 128, 146, 0.16);
  box-shadow: 0 3px 6px rgba(109, 128, 146, 0.16);
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid rgba(173, 181, 189, 0.4);
}

.details__content._price {
  padding-bottom: 30px;
}

.page-catalog {
  position: relative;
}

.page-catalog .btn-primary {
  padding: 18px 40px 18px;
}

.page-catalog .btn-primary::before {
  content: url(/upload/media/content/list-btn.svg);
  margin-right: 11px;
  vertical-align: middle;
}

.page-catalog__button-wrapper {
  margin-top: 45px;
  margin-bottom: 56px;
  text-align: center;
}

.page-catalog__download-link {
  width: 225px;
  display: none;
}

.page-catalog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 33px;
      text-decoration: none!important;
}

.page-catalog__item:hover .page-catalog__title,
.page-catalog__item:hover .page-catalog__button {
  color: #0F4C99;
}

.page-catalog__item:hover .page-catalog__button:before {
  content: url(/upload/media/content/catalog-show-more-arrow_hover.svg);
}

.page-catalog__image-wrp {
  margin-bottom: 28px;
  text-align: center;
}

.page-catalog__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-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 28px 40px 40px;
  background: #EFF1F3;
}

.page-catalog__title {
  margin-bottom: 15px;
  color: #222222;
  font-weight: 500;
  font-size: 21px;
  line-height: 26px;
  text-decoration:none;
  font-family: "DIN Pro";
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.page-catalog__descr {
  margin-bottom: 5px;
  color: #777777;
  font-size: 14px;
  line-height: 24px;
}

.page-catalog__descr>* {
  margin: 0;
}

.page-catalog__button {
  margin-top: auto;
  padding-left: 10px;
  color: #6D8092;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}

.page-catalog__button:before {
  content: url(/upload/media/content/catalog-show-more-arrow.svg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}

.root-cats__item {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}

.root-cats__item:hover .root-cats__title {
  color: #0F4C99;
}

.root-cats__image-wrapper {
  margin-bottom: 5px;
  padding-top: 70.58823529411764%;
}

.root-cats__title {
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 18px;
  font-family: "DIN Pro";
  color: #455360;
}

.shop-list-options {
  display: none;
}

.content-images {
  margin: 0 0 75px;
}

.content-images__item {
  display: block;
  padding: 10px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 10px rgba(91, 146, 225, 0.5);
  box-shadow: 0px 5px 10px rgba(91, 146, 225, 0.5);
  border-radius: 6px;
}

.content-images__item:hover .content-images__item-inner:before {
  opacity: 0.6;
}

.content-images__item:hover .content-images__item-inner:after {
  opacity: 1;
}

.content-images__item-inner {
  position: relative;
  z-index: 10;
  padding-top: 134.2857142857143%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 6px;
  overflow: hidden;
}

.content-images__item-inner:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(51, 78, 126, 0.62)), to(rgba(51, 78, 126, 0.62)));
  background: -o-linear-gradient(bottom, rgba(51, 78, 126, 0.62), rgba(51, 78, 126, 0.62));
  background: linear-gradient(0deg, rgba(51, 78, 126, 0.62), rgba(51, 78, 126, 0.62));
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.content-images__item-inner:after {
  content: '';
  position: absolute;
  z-index: 3;
  top: 25px;
  right: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #41B2E0;
  -webkit-box-shadow: 0px 4px 4px rgba(70, 92, 121, 0.2);
  box-shadow: 0px 4px 4px rgba(70, 92, 121, 0.2);
  background-image: url(/upload/media/content/content-images-arrow-r.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}

.content-images__title {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  right: 15px;
  left: 0;
  min-height: 90px;
  padding: 20px;
  background: rgba(65, 178, 224, 0.8);
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}

.content-standart {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}

.content-standart__body {
  padding: 0 32px 25px;
}

.content-standart__item {
  display: block;
}

.content-standart__item:hover .content-standart__title {
  color: #0F4C99;
}

.content-standart__image-wrp {
  margin-bottom: 26px;
  background-repeat: no-repeat;
  background-position: center center;
background-size: cover;
    padding-top: 58.666667%;
}

.content-standart__title {
  margin-bottom: 12px;
  font-family: "DIN Pro";
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #1F2830;
}

.content-standart__descr {
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 19px;
  color: #6D8092;
}

.content-standart__descr p {
  margin-bottom: 0;
}

.content-standart__date {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 20px;
  color: #0F4C99;
}

.content-standart__link-more {
  text-align: right;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0F4C99;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}

.content-standart__link-more svg {
  margin-left: 3px;
  fill: transparent;
}

.to-top {
  display: none;
  position: fixed;
  z-index: 99;
  right: 1rem;
  bottom: 1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #000;
  color: transparent;
  font: 0/0 a;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 11' width='17' height='11'%3E%3Cpath fill='%23fff' d='M.202 1.97L1.956.204A.61.61 0 0 1 2.43 0a.61.61 0 0 1 .47.204L8.5 5.84 14.1.204A.61.61 0 0 1 14.57 0a.61.61 0 0 1 .474.204l1.754 1.766a.618.618 0 0 1 .202.473.62.62 0 0 1-.202.476l-7.826 7.875A.61.61 0 0 1 8.5 11a.61.61 0 0 1-.472-.204L.202 2.92A.618.618 0 0 1 0 2.444c0-.203.067-.34.202-.475z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.close {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 30px;
  border: none;
  padding: 0;
  line-height: 30px;
  background: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.close span {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 2px;
  vertical-align: middle;
  font-size: 0;
  color: transparent;
  background: transparent;
}

.close span:before,
.close span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #36B4DC;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.close span:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.close span:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.burger {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 35px;
  border: none;
  padding: 0;
  line-height: 30px;
  background: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.burger>span {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 2px;
  vertical-align: middle;
  font-size: 0;
  color: transparent;
  background: #36B4DC;
  -webkit-transition: background 0.2s 0.2s;
  -o-transition: background 0.2s 0.2s;
  transition: background 0.2s 0.2s;
}

.burger>span:before,
.burger>span:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #36B4DC;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: top 0.2s 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s 0.2s, -webkit-transform 0.2s;
  -o-transition: top 0.2s 0.2s, transform 0.2s;
  transition: top 0.2s 0.2s, transform 0.2s;
  transition: top 0.2s 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

.burger>span:before {
  top: -10px;
}

.burger>span:after {
  top: 10px;
}

.burger--close>span {
  -webkit-transition: background 0.2s 0s;
  -o-transition: background 0.2s 0s;
  transition: background 0.2s 0s;
  background: transparent;
}

.burger--close>span:before,
.burger--close>span:after {
  top: 0;
  -webkit-transition: top 0.2s, -webkit-transform 0.2s 0.2s;
  transition: top 0.2s, -webkit-transform 0.2s 0.2s;
  -o-transition: top 0.2s, transform 0.2s 0.2s;
  transition: top 0.2s, transform 0.2s 0.2s;
  transition: top 0.2s, transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
}

.burger--close>span:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.burger--close>span:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.search-form {
  position: relative;
}

.search-form svg {
  width: 22px;
  height: 22px;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.search-form .form-control {
  height: 100%;
  padding: 7px 59px 7px 25px;
  background: #fff;
  font-size: 14px;
  border-radius: 0 !important;
  border: 1px solid #EFF1F3;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-right: 0;
}

.search-form .form-control::-webkit-input-placeholder {
  color: #6F6F6F !important;
}

.search-form .form-control::-moz-placeholder {
  color: #6F6F6F !important;
}

.search-form .form-control:-ms-input-placeholder {
  color: #6F6F6F !important;
}

.search-form .form-control::-ms-input-placeholder {
  color: #6F6F6F !important;
}

.search-form .form-control::placeholder {
  color: #6F6F6F !important;
}

.search-form__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 58px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  border: 0 !important;
  background-color: transparent;
  border-radius: 0;
  color: #455360;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.search-form__button:hover {
  color: #36B4DC;
  background-color: transparent;
}

.btn {
  padding: 15px 36px;
  vertical-align: middle;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 6px;
  font-size: 13px;
  line-height: 16px;
  border: 0;
}

.btn-primary {
  padding: 22px 40px 22px;
  font-family: "DIN Pro";
  background-color: #0F4C99;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #36B4DC;
  color: #fff !important;
}

.btn-outline-primary {
  border-color: #0F4C99;
  color: #0F4C99;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  background-color: #0F4C99 !important;
  border-color: #0F4C99 !important;
  color: #fff !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #262427;
  background-color: #0F4C99;
}

.form-control {
  padding: 0 35px;
  min-height: auto;
  height: 68px;
  background: #fff;
  border: 1px solid #000000;
  border-radius: 0 !important;
  font-size: 18px;
  color: #1F2830;
}

.addarticle .form-control {
  border-color: #41B2E0;
  margin: 10px 0;
}

.form-control.datepicker {
  background-image: url(/upload/media/date-icon.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.form-control::-webkit-input-placeholder {
  color: #000;
}

.form-control::-moz-placeholder {
  color: #000;
}

.form-control:-ms-input-placeholder {
  color: #000;
}

.form-control::-ms-input-placeholder {
  color: #000;
}

.form-control::placeholder {
  color: #000;
}

.form-control.error {
  border-color: #d8544f;
}

select.form-control {
  background-image: url(/upload/media/system/select.svg);
  background-repeat: no-repeat;
  background-position: right 17px center;
  padding-right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

textarea.form-control {
  padding-top: 15px;
  min-height: 200px;
  resize: none;
}

.checkbox {
  display: block;
  position: relative;
  min-height: 15px;
  margin-bottom: 6px;
  padding: 0 0 0 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #868B91;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.checkbox a {
  color: #0F4C99;
  text-decoration: none !important;
}

.checkbox:hover input+i {
  border-color: #0F4C99;
}

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

.checkbox input+i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #4794D9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
}

.checkbox input:checked+i {
  background-color: #fff;
  background-image: url(/upload/media/system/checkbox.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.ui-slider {
  position: relative;
  height: 1px;
  margin: 0 10px;
  background-color: #000;
}

.ui-slider-handle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  z-index: 10;
  left: 0;
  top: -9px;
  width: 18px;
  height: 18px;
  margin-left: -7.5px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #36B4DC;
  outline: none;
}

.ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
  top: 0;
  height: 100%;
  background-color: #000;
}

.pagination {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0 83px;
  padding: 7px 0;
  border-top: 1px solid rgba(215, 221, 227, 0.4);
  border-bottom: 1px solid rgba(215, 221, 227, 0.4);
}

.pagination li {
  margin: 0 10px;
}

.pagination li.active a {
  color: #fff;
  border: 1px solid #0F4C99;
  background-color: #0F4C99;
}

.pagination a {
  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: 34px;
  height: 34px;
  background-color: transparent;
  color: #6D8092;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none !important;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  white-space: nowrap;
  border-radius: 2px;
  font-weight: 500;
  font-size: 16px;
  font-family: "DIN Pro";
}

.pagination a:hover {
  background-color: #0F4C99;
  color: #fff;
}

.pagination .first_link a,
.pagination .prev_link a,
.pagination .next_link a,
.pagination .last_link a {
  width: auto;
  padding: 0 10px;
}

.breadcrumb {
  padding: 25px 0 47px;
  margin: 0;
  background-color: transparent;
}

.breadcrumb-item {
  color: rgba(69, 83, 96, 0.5);
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
}

.breadcrumb-item.active {
  color: rgba(69, 83, 96, 0.5);
}

.breadcrumb a {
  color: rgba(69, 83, 96, 0.5);
}

.breadcrumb a:hover {
  color: #0F4C99;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: '—';
  color: rgba(69, 83, 96, 0.5);
  margin: 0 2px;
}

.main-menu {
  display: none;
}

.menu-vertical ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-vertical li {
  width: 50%;
  margin-bottom: 15px;
}

.menu-vertical a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  color: #FFFFFF;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.menu-vertical a:hover {
  color: #0F4C99;
}

.header__top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 21px 0 16px;
}

.header__logo {
  width: 256px;
  margin-right: 40px;
  margin-bottom: 15px;
}

.header__btn {
  width: 225px;
  margin-right: 44px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header__mails {
  margin-left: auto;
}

.header__mails .contact-text {
  color: #36B4DC;
  font-weight: 500;
}

.header__mails .contact-text span {
  color: #0F4C99;
  font-weight: 600;
}

.header__lang {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header__bottom {
  background: #EFF1F3;
}

.header-toolbars {
  position: fixed;
  z-index: 100;
  top: 318px;
  right: 0;
  width: 86px;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-shadow: 0 2px 10px #E5E5E5;
  box-shadow: 0 2px 10px #E5E5E5;
  border-radius: 6px 0 0 6px;
  overflow: hidden;
}

.header-toolbars svg {
  width: 22px;
  height: 22px;
  -webkit-transform: translateX(-6px);
  -ms-transform: translateX(-6px);
  transform: translateX(-6px);
}

.header-toolbars__item:first-child {
  border-bottom: 1px solid rgba(109, 128, 146, 0.16);
}

.header-toolbars__item:first-child a {
  height: 72px;
}

.header-toolbars__item:last-child a {
  height: 68px;
}

.header-toolbars__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;
  background-color: #fff;
  position: relative;
  color: #6D8092;
}

.header-toolbars__count {
  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;
  position: absolute;
  top: 14px;
  right: 17px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #0F4C99;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  font-family: "DIN Pro";
}

.footer {
  padding: 36px 0 28px;
  background: #718299;
  color: #fff;
}

.footer .btn-download {
  background-color: #FFFFFF;
}

.footer .btn-download:hover {
  background-color: #FFFFFF;
}

.footer .contact-phone {
  margin-bottom: 12px;
  background: url(/upload/media/content/phone-icon_footer.svg) no-repeat left center;
}

.footer .contact-mail {
  margin-bottom: 11px;
  background: url(/upload/media/content/mail-icon_footer.svg) no-repeat left center;
}

.footer .contact-text,
.footer .contact-phone,
.footer .contact-mail {
  color: #fff;
}

.footer .contact-text:hover,
.footer .contact-phone:hover,
.footer .contact-mail:hover {
  color: #0F4C99;
}

.footer .contact-text:hover {
  color: #fff;
}

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

.footer__menu {
  width: 355px;
}

.footer__contacts {
  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: 1;
  flex: 1;
  margin-right: 47px;
}

.footer__socials {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 15px;
}

.footer__phones {
  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;
  flex: 1;
  padding-right: 20px;
}

.footer__mails {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer__mails .contact-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__download {
  width: 225px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.copyright__copyright {
  margin-right: 40px;
  color: #D7DDE3;
  font-size: 12px;
  line-height: 16px;
}

.copyright__police a {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  white-space: nowrap;
}

.copyright__devname {
  margin-left: auto;
  font-size: 12px;
  line-height: 24px;
  color: #D7DDE3;
  white-space: nowrap;
}

.copyright__devname span {
  margin-right: 14px;
}

.user-menu svg {
  width: 12px;
  height: 12px;
}

.user-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #505050;
  font-weight: 500;
  font-size: 13px;
  line-height: 12px;
}

.user-menu__link span {
  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: 25px;
  height: 25px;
  margin-right: 14px;
  border-radius: 50%;
  background-color: #fff;
}

.user-menu__link:hover,
.user-menu__link:focus,
.user-menu__link:active {
  color: #0F4C99;
}

.user-menu__link:hover {
  color: #0F4C99;
}

.promo-slider {
  color: #fff;
}

.promo-slider__slide {
	position: relative;
}

.promo-slider__content {
	position: absolute;
	z-index: 10;
	top: 50%;
	right: 0;
	left: 0;
	margin: auto;
	transform: translateY(-50%);
}

.promo-slider__title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  font-family: "DIN Pro";
}

.promo-slider__subitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.square-callback-form {
  display: block;
  position: relative;
  z-index: 10;
  max-width: 456px;
  padding: 33px 108px 65px 46px;
  color: #fff !important;
  background: #0F4C99 url(/upload/media/content/promo-callback-form_bg.png) no-repeat right top !important;
}

.square-callback-form:hover {
  color: #fff !important;
}

.square-callback-form:hover:after {
  border-color: #36B4DC;
}

.square-callback-form:after {
  content: '';
  position: absolute;
  bottom: 23px;
  right: 26px;
  width: 52px;
  height: 52px;
  border: 1px solid #E5E5E5;
  border-radius: 50%;
  background: url(/upload/media/content/circle-arrow.svg) no-repeat center center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.square-callback-form__title {
  margin-bottom: 26px;
  font-family: "DIN Pro";
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
}

.square-callback-form__text {
  max-width: 370px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}

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

.lang__link:first-child {
  margin-bottom: 8.5px;
}

.lang img {
  display: block;
}

#my-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#my-menu .search-form {
  width: 239px;
}

.features-icon {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  grid-gap: 20px;
}

.features-icon__item {
  text-align: center;
}

.features-icon__icon {
  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;
  margin-bottom: 35px;
  position: relative;
  height: 66px;
}

.features-icon__icon:after {
  content: '';
  position: absolute;
  bottom: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0F4C99;
  border-radius: 6px;
  width: 36px;
  height: 2px;
}

.features-icon__text {
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #003366;
}

.about-company {
  margin-top: 50px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-company p {
  margin: 0;
  max-width: 761px;
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
}

.about-company__video-wrapper {
  width: 38.5%;
}

.about-company__video {
  height: 100%;
  position: relative;
}

.about-company__video-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;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.about-company__video-link:hover .about-company__video-button {
  background-color: #36B4DC;
}

.about-company__video-button {
  position: relative;
  background-color: #0F4C99;
  background-image: url(/upload/media/content/play.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 131px;
  height: 131px;
  border-radius: 50%;
  -webkit-transform: translateX(60px);
  -ms-transform: translateX(60px);
  transform: translateX(60px);
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.about-company__video-text-button {
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 35px;
  left: -210px;
}

.about-company__video-text-button:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 103px;
  height: 1px;
  margin-left: 7px;
  background: #C4C4C4;
}

.about-company__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 90px 30px 100px 108px;
  color: #fff;
  background: #5D718B url(/upload/media/content/about-company_bg.png) no-repeat right top;
}

.about-company__title {
  margin-bottom: 17px;
  font-family: "DIN Pro";
  font-weight: 500;
  font-size: 36px;
  line-height: 45px;
}

.about-company__features {
  margin: 80px 0 0 0;
}

.about-company__features-top-text {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
}

.about-company__features-number {
  font-family: "DIN Pro";
  font-size: 56px;
  line-height: 51px;
}

.about-company__features-bottom-text {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
}

.btn-download {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  padding: 0 10px;
  background: rgba(109, 127, 146, 0.11);
  border-radius: 3px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0;
  text-transform: none;
}

.btn-download img {
  margin-right: 10px;
}

.btn-download:hover {
  background: rgba(109, 127, 146, 0.11);
  color: #0F4C99;
}

.consultation-callback-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.consultation-callback-form .simpleCaptcha p {
  color: #333;
}

.consultation-callback-form .agree-wrapper {
  margin-bottom: 0 !important;
}

.consultation-callback-form .form-agreement-yes {
  color: #fff;
}

.consultation-callback-form .form-agreement-yes a {
  color: #fff;
}

.consultation-callback-form .form-group {
  margin-bottom: 20px;
}

.consultation-callback-form .form-control {
  height: auto;
  padding: 12px 0;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}

.consultation-callback-form .form-control::-webkit-input-placeholder {
  color: #FFFFFF;
}

.consultation-callback-form .form-control::-moz-placeholder {
  color: #FFFFFF;
}

.consultation-callback-form .form-control:-ms-input-placeholder {
  color: #FFFFFF;
}

.consultation-callback-form .form-control::-ms-input-placeholder {
  color: #FFFFFF;
}

.consultation-callback-form .form-control::placeholder {
  color: #FFFFFF;
}

.consultation-callback-form .btn-primary {
  width: 220px;
  padding: 22px 20px 19px;
  font-family: 'Manrope';
  background-color: #36B4DC;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
}

.consultation-callback-form .btn-primary:hover {
  background-color: #0F4C99;
}

.consultation-callback-form__content {
  width: 55.5%;
  background: #5D718B url(/upload/media/content/consultation-callback-form_bg.png) no-repeat left -50px top;
}

.consultation-callback-form__inner {
  max-width: 811px;
  margin-left: auto;
  padding: 55px 120px 40px 15px;
}

.consultation-callback-form__title {
  margin-bottom: 8px;
  font-family: "DIN Pro";
  font-weight: 500;
  font-size: 36px;
  line-height: 45px;
  text-transform: uppercase;
}

.consultation-callback-form__text {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.consultation-callback-form__image-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.modal-container {
  max-width: 1170px;
}

.modal-container .product-view-images__thumbs-wrapper,
.modal-container .product-features__item-tooltip {
  display: none;
}

.fancybox-slide .h3 {
  font-family: "DIN Pro";
  color: #124271;
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
}

.fancybox-slide form[data-callback] .btn-primary {
  width: 100%;
  margin-top: 20px;
  padding: 18px;
  background-color: #30A4ED;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  font-family: 'Manrope';
}

.fancybox-slide .form-control {
  padding: 15px 0;
  height: auto;
  border: 0;
  border-bottom: 1px solid #124271;
  font-size: 14px;
  line-height: 20px;
  color: #6D8092;
}

.fancybox-slide .form-control::-webkit-input-placeholder {
  color: #6D8092;
}

.fancybox-slide .form-control::-moz-placeholder {
  color: #6D8092;
}

.fancybox-slide .form-control:-ms-input-placeholder {
  color: #6D8092;
}

.fancybox-slide .form-control::-ms-input-placeholder {
  color: #6D8092;
}

.fancybox-slide .form-control::placeholder {
  color: #6D8092;
}

.fancybox-slide .form-agreement-yes {
  color: #6D8092;
  font-size: 11px;
  line-height: 15px;
}

.fancybox-slide .form-agreement-yes a {
  color: #6D8092;
}

.nav-tabs {
  margin-bottom: 50px;
  padding-bottom: 1px;
  border: 0;
  background: #EFF1F3;
  border-radius: 3px;
}

.nav-tabs .nav-item {
  margin-bottom: 0;
  border-radius: 3px;
}

.nav-tabs .nav-link {
  min-width: 152px;
  padding: 15px;
  border: 0;
  border-radius: 3px;
  font-family: "DIN Pro";
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  overflow: hidden;
  color: #5D718B;
}

.nav-tabs .nav-link:after {
  content: '';
  position: absolute;
  z-index: 10;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}

.nav-tabs .nav-link.active:after,
.nav-tabs .nav-link:hover:after {
  opacity: 1;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
  background: #0F4C99;
  color: #fff;
}

.shop-items-page-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}

.shop-items-page-wrapper .btn-primary {
  padding: 18px 40px;
}

.shop-items-page-wrapper .btn-primary:before {
  content: url(/upload/media/content/calculator.svg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
}

.shop-items-page-nav-tabs {
  padding-right: 150px;
}

.shop-items-page-btn-wrapper {
  margin-top: 12px;
  margin-bottom: 44px;
}

.grey-block {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 53px;
  background: #EFF1F3;
}

.our-clients {
  margin-bottom: 72px;
}

.our-clients .owl-carousel--nav-top-right .owl-controls {
  top: -80px;
}

.thanksgiving-letters .owl-carousel--nav-top-right .owl-controls {
  top: -80px;
  right: 32px;
}

.thanksgiving-letters__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  padding: 10px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 15px rgba(70, 74, 97, 0.21);
  box-shadow: 0px 6px 15px rgba(70, 74, 97, 0.21);
  border-radius: 10px;
  text-align: center;
}

.page-catalog-wrapper .wtitle {
  margin-bottom: 62px;
}

.link-more-wrapper {
  margin-top: -73px;
  margin-bottom: 43px;
  text-align: right;
}

.link-more {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #0F4C99;
}

.youtube-video {
  position: relative;
  margin-bottom: 50px;
}

.youtube-video__logo {
  margin-top: -75px;
  margin-bottom: 45px;
  text-align: right;
}

.youtube-video__link {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 66.66666666666667%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.youtube-video__link:after {
  content: url(/upload/media/content/yuotube-icon.png);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.catalog-bottom-description {
  margin-top: 50px;
  margin-bottom: 50px;
}

.catalog-bottom-description h2,
.catalog-bottom-description .h2 {
  margin-bottom: 13px;
  font-size: 28px;
  line-height: 35px;
  font-weight: 500;
}

.catalog-bottom-description p {
  margin-bottom: 15px;
  color: #000;
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
}

.catalog-bottom-description p:last-child {
  margin-bottom: 0;
}

.btn-blue {
  padding: 0 10px;
  background-color: #30A4ED;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
}

.btn-blue:hover {
  background-color: #0F4C99;
  color: #FFFFFF;
}

/* Убираем стандартный маркер Chrome */

details summary::-webkit-details-marker {
  display: none;
}

/* Убираем стандартный маркер Firefox */

details>summary {
  list-style: none;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.table thead th {
  border-bottom: 0;
  white-space: nowrap !important;
}

.table {
  margin-bottom: 30px;
  border: 1px solid #D7DDE3;
  font-size: 15px;
  line-height: 28px;
  color: #6D8092;
  text-align: center;
}

.table .small-btn {
  padding: 6.5px 28px 6.5px 25px;
  background: #EFF1F3;
  border-radius: 3px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #6D8092;
  white-space: nowrap !important;
}

.table .small-btn:hover {
  background: #0F4C99;
  color: #fff;
}

.table .small-btn:hover:after {
  content: url(/upload/media/content/small-brn-arrow_h.svg);
}

.table .small-btn:after {
  content: url(/upload/media/content/small-brn-arrow.svg);
  display: inline-block;
  margin-left: 7px;
  vertical-align: middle;
}

.table .big-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 18px;
  background-color: #EFF1F3;
  color: #0F4C99;
  font-weight: 600;
  font-size: 12px;
  line-height: 46px;
  border-radius: 3px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  white-space: nowrap !important;
}

.table .big-btn:hover {
  background-color: #0F4C99;
  color: #fff;
}

.table .big-btn:hover:after {
  content: url(/upload/media/content/big-btn-table-arrow_h.svg);
}

.table .big-btn:after {
  content: url(/upload/media/content/big-btn-table-arrow.svg);
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.table .text-wrap {
  text-align: left;
}

.table td,
.table th {
  padding: 6px;
  vertical-align: middle;
  border-top: 1px solid #D7DDE3;
}

.table thead {
  background: #EFF1F3;
  color: #5D718B;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  font-family: "DIN Pro";
}

.table thead th {
  padding: 10px;
}

article .consultation-callback-form {
  margin-top: 50px;
  margin-bottom: 50px;
}

article ul {
  margin: 30px 0 49px;
  font-size: 15px;
  line-height: 28px;
  color: #1F2830;
}

article h2,
article .h2 {
  margin-bottom: 39px;
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
  color: #1F2830;
}

article p {
  font-size: 15px;
  line-height: 28px;
  color: #1F2830;
}

.page-title {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 36px;
  line-height: 45px;
}

.blockquote {
  margin: 29px 0 46px;
  padding-left: 21px;
  border-left: 3px solid #0F4C99;
  font-size: 15px;
  line-height: 28px;
  color: #6D8092;
}

.stage-title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  font-family: "DIN Pro";
  color: #0F4C99;
}

.table-head {
  padding: 15px;
  text-align: center;
  background: #0F4C99;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  font-family: "DIN Pro";
  color: #FFFFFF;
}

.stage-3-item {
  margin-bottom: 35px;
  color: #6D8092;
  font-size: 16px;
  line-height: 21px;
}

.stage-3-item span {
  font-family: "DIN Pro";
  color: #30A4ED;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
}

.stage-3-item:last-child {
  margin-bottom: 0;
}

.stage-4 p {
  margin: 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  font-family: "DIN Pro";
  color: #0F4C99;
}

.stage-4 p:before {
  content: url(/upload/media/content/stage-4-arrow.svg);
  display: inline-block;
  margin-right: 11px;
}

.big-shema .btn-primary {
  margin-right: 16px;
  padding: 0 34px 0 25px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 53px;
}

.big-shema .btn-primary:before {
  content: url(/upload/media/content/small-icon-list.svg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.big-shema .btn-blue {
  padding: 0 29px;
  line-height: 53px;
}

.big-shema-title {
  margin-top: 20px;
  font-size: 16px;
  line-height: 22px;
  color: #6D8092;
}

.color-title {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  color: #0F4C99;
  font-family: "DIN Pro";
}

.album .owl-prev,
.album .owl-next {
  width: 56px;
  height: 56px;
}

.album .owl-prev {
  left: 9px;
}

.album .owl-next {
  right: 9px;
}

.album .owl-item {
  padding: 4px 4px 6px;
}

.album__link {
  display: block;
  padding-top: 77.92207792207792%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.shop-menu {
  display: none;
  position: absolute;
  z-index: 100;
  top: 81px;
  left: 0;
  right: 0;
  padding: 45px 0 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  pointer-events: none;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(182, 194, 206, 0.16);
  box-shadow: 0px 4px 4px rgba(182, 194, 206, 0.16);
}

.shop-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.shop-menu__icon-wrp {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
}

.shop-menu__list-wrp {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  max-width: 100%;
  padding-left: 50px;
}

.shop-menu__item-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  display: block;
  margin-bottom: 3px;
}

.shop-menu__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.shop-menu__list-item {
  margin-bottom: 3px;
}

.shop-menu__list-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 13px;
  line-height: 16px;
  color: #758396;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.shop-menu__list-link:hover {
  color: #1F2830;
}

.shop-menu--show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.vendors {
  margin: 80px 0;
}

.vendors__link {
  display: block;
  position: relative;
  padding-top: 58.82352941176471%;
}

.vendors__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
}

.vendors__actions {
  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-top: 15px;
}

.number-spinner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 6px;
  overflow: hidden;
  margin-bottom: 15px;
}

.number-spinner svg {
  width: 12px;
  height: 12px;
}

.number-spinner .btn {
  width: 10px;
  height: 20px;
  padding: 0;
  background-color: #fff;
  border: 0;
  text-align: center;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 16px;
  color: #696969;
  font-weight: 700;
}

.number-spinner input {
  width: 50px;
  height: 20px;
  padding: 0;
  border: 0;
  text-align: center;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 16px;
  font-weight: 700;
  color: #696969;
}

.comment {
  padding-top: 50px;
  padding-bottom: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#F2F2F2), to(#D4E0E7));
  background: -o-linear-gradient(left, #F2F2F2 0%, #D4E0E7 100%);
  background: linear-gradient(90deg, #F2F2F2 0%, #D4E0E7 100%);
}

.comment .h2,
.comment h2 {
  padding-right: 130px;
  margin-bottom: 35px;
}

.comment .view-all-link-wrapper {
  margin-top: -65px;
  margin-bottom: 28px;
}

.comment .owl-item {
  padding: 10px;
}

.comment__item {
  padding: 45px 58px 46px 40px;
  position: relative;
  background: #fff url(/upload/media/content/blockquote.svg) no-repeat bottom 42px right 35px;
}

.comment__item:after {
  content: '';
  position: absolute;
  z-index: 10;
  top: 8px;
  right: 10px;
  bottom: -8px;
  left: -10px;
  border: 1px solid #FE78A0;
  pointer-events: none;
}

.comment__text {
  margin-bottom: 11px;
  font-size: 15px;
  line-height: 30px;
  color: #656D76;
}

.comment__name {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  color: #2D3137;
}

.contact-text {
  margin-bottom: 6px;
  color: #0F4C99;
  font-size: 12px;
  line-height: 16px;
}

.contact-phone {
  margin-right: 25px;
  padding-left: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #1F2830;
  background: url(/upload/media/content/phone-icon.svg) no-repeat left center;
  white-space: nowrap;
}

.contact-mail {
  margin-right: 20px;
  padding-left: 26px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  background: url(/upload/media/content/mail-icon.svg) no-repeat left center;
  white-space: nowrap;
}

.search-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 15px;
}

.search-item__img-wrp {
  display: block;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  max-width: 90px;
}

.search-item__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
}

.search-item__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  max-width: 100%;
  padding-left: 15px;
  text-align: left;
}

.search-item__price {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12px;
}

.search-item__price p+p {
  display: none;
}

.search-item__price p {
  font-size: 12px;
}

.search-item__price p .text-danger {
  font-size: 16px;
}

.search-item__title {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 16px;
}

.search-item__link-more {
  font-size: 12px;
  line-height: 12px;
  border-bottom: 1px dashed;
}

.float-arrows {
  position: relative;
}

.subscribtion {
  margin: 60px 0;
  padding: 39px 0 37px;
  background-image: url(/upload/media/subscrb.png);
  background-repeat: no-repeat;
  background-position: center center;
  color: #FFFFFF;
  background-color: #0F4C99;
}

.subscribtion .checkbox {
  margin-top: 12px;
}

.subscribtion__title {
  font-weight: 700;
  font-size: 35px;
  line-height: 35px;
}

.subscribtion__subtitle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 15px;
  font-size: 21px;
  line-height: 21px;
  position: relative;
}

.subscribtion__subtitle:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 15px;
  width: 70px;
  height: 1px;
  background: #FFFFFF;
}

.subscribtion__input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  border: 1px solid rgba(229, 229, 230, 0.4);
  border-radius: 3px;
}

.subscribtion .form-control {
  border: 0;
  border-radius: 3px 0 0 3px;
  height: 50px;
  padding: 0 60px 0 25px;
  font-size: 14px;
}

.subscribtion .form-control::-webkit-input-placeholder {
  color: #696969 !important;
}

.subscribtion .form-control::-moz-placeholder {
  color: #696969 !important;
}

.subscribtion .form-control:-ms-input-placeholder {
  color: #696969 !important;
}

.subscribtion .form-control::-ms-input-placeholder {
  color: #696969 !important;
}

.subscribtion .form-control::placeholder {
  color: #696969 !important;
}

.subscribtion__input {
  position: relative;
}

.subscribtion__button {
  width: 50px;
  height: 50px;
  background-color: #fff;
  background-image: url(/upload/media/icons/fly.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0 3px 3px 0;
}

.carusel__item {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 63.15789473684211%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 33px;
  font-weight: 500;
  line-height: 1.2;
  /*color: #0F4C99;*/
  
   color:#1F2830;
  font-family: "DIN Pro";
}

.h1,
h1 {
  font-size: 45px;
}

.h2,
h2,
.wtitle {
  font-size: 36px;
  line-height: 47px;
}

.h3,
h3 {
  font-size: 24px;
}

.h4,
h4 {
  margin-bottom: 12px;
  font-size: 18px;
}

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

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

.wtitle {
  margin-bottom: 34px;
  font-family: "DIN Pro";
  /*color: #0F4C99;*/
   color: #1F2830;
  font-weight: 500;
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}

.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.twentytwenty-before-label {
  opacity: 0;
}

.twentytwenty-before-label:before {
  content: attr(data-content);
}

.twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-after-label:before {
  content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

.twentytwenty-before {
  z-index: 20;
}

.twentytwenty-after {
  z-index: 10;
}

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}

.fancy-file-upload {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.fancy-file-upload .fa:before {
  /* content: url(/upload/media/system/upload-file.svg); */
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}

.fancy-file-upload .fa:after {
  content: none;
  display: none;
}

.fancy-file-upload .form-control {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 0;
  cursor: pointer;
}

.fancy-file-upload .form-control[type="text"] {
  display: none;
}

.fancy-file-upload .button {
  position: relative;
  z-index: 0;
  font-size: 15px;
  line-height: 18px;
  border-bottom: 1px dashed;
}

.social-icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.social-icon li {
  margin-right: 24px;
}

.social-icon a {
  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: 46px;
  height: 46px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}

.social-icon a:hover {
  color: #0F4C99;
}

@media (min-width: 576px) {
  .header-toolbars__item:first-child svg {
    -webkit-transform: translateX(-9px);
    -ms-transform: translateX(-9px);
    transform: translateX(-9px);
  }
}

@media (min-width: 768px) {
  .three-col>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }

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

  .consultation-callback-form .fancy-file-upload {
    padding-top: 15px;
  }

  .consultation-callback-form .button-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
  }
}

@media (min-width: 992px) {
  .page-catalog__download-link {
    display: block;
    position: absolute;
    z-index: 100;
    top: -110px;
    right: 0;
  }

  .square-callback-form {
    margin-left: auto;
    margin-top: -150px;
    margin-right: 40px;
  }
}

@media (min-width: 1200px) {
	.promo-slider-wrapper {
		min-height: 400px;
		background-color: #fafafa;
	}
	
  .details__content label.checkbox {
    display: inline-flex !important;
    width: 30%;
  }

  .details__content {
    width: 500px;
    left: auto;
    right: 0;
  }

  .dropdown__content {
    display: block;
    position: absolute;
    top: 50px;
    left: -35px;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
    margin: 0;
    list-style-type: none;
    width: 180px;
    background-color: #fff;
    z-index: 100;
    -webkit-box-shadow: 0px 6px 12px rgba(109, 128, 146, 0.16);
    box-shadow: 0px 6px 12px rgba(109, 128, 146, 0.16);
    border-radius: 6px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    pointer-events: none;
  }

  .shop_tree__head {
    display: none;
  }

  .shop-filter__head {
    display: none;
  }

  .content-standart {
    margin-top: 33px;
    margin-bottom: 30px;
  }

  .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .main-menu>li {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .main-menu>li.active>a {
    color: #0F4C99;
    background-color: transparent;
  }

  .main-menu>li>a {
    display: block;
    position: relative;
    padding: 15px 0 15px;
    color: #455360;
    white-space: nowrap;
    background-color: transparent;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    font-family: "DIN Pro";
  }

  .main-menu>li>a:hover {
    color: #0F4C99;
    background-color: transparent;
  }

  .menu-hover-1 .dropdown__content {
    display: none !important;
    opacity: 0;
    visibility: hidden;
  }

  .shop-menu {
    display: block;
  }

  .vendors .swiper-slide {
    width: 171.667px;
    margin-right: 36px;
  }

  .vendors__slider {
    padding: 0 40px;
  }

  .comment {
    padding-top: 59px;
    padding-bottom: 64px;
  }

  .float-arrows .swiper-button-next,
  .float-arrows .swiper-button-prev {
    top: 0;
    right: 0;
    margin: 0;
  }

  .float-arrows .swiper-button-prev {
    left: auto;
    right: 54px;
  }

  .float-arrows .wtitle {
    position: absolute;
    top: 0;
    left: 15px;
  }

  .float-arrows .swiper-container {
    padding-top: 86px;
  }
}

@media (min-width: 1260px) {
  .owl-carousel-wrapper {
    margin: 0 calc(-30px / 2);
  }
}

@media (min-width: 1320px) {
  .owl-carousel--nav-outside .owl-prev {
    left: -62px;
  }

  .owl-carousel--nav-outside .owl-next {
    right: -62px;
  }
}

@media (min-width: 1440px) {
  .related-products-wrapper {
    margin-top: 77px;
    margin-bottom: 68px;
  }

  .about-company {
    margin-top: 70px;
    margin-bottom: 63px;
  }

  .shop-items-page-wrapper {
    margin-top: 62px;
    margin-bottom: 66px;
  }

  .grey-block {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .thanksgiving-letters .owl-carousel-wrapper {
    margin: 0 -32px;
  }

  .thanksgiving-letters .owl-carousel-wrapper .owl-item {
    padding: 10px 32px 20px;
  }

  .ya-map-wrapper {
    min-height: 493px;
    background-color: #fafafa;
  }

  .catalog-bottom-description {
    margin-top: 83px;
    margin-bottom: 85px;
  }

  article .consultation-callback-form {
    margin-top: 85px;
    margin-bottom: 70px;
  }
}

@media (max-width: 1199px) {

  .product-features__item-tooltip {
    display: none !important;
  }

  .product-view-images__thumbs .swiper-slide {
    height: 116px;
  }

  .shop_tree {
    margin-bottom: 20px;
  }

  .shop_tree>ul {
    display: none;
  }

  .shop-filter {
    padding: 0;
    border-radius: 0;
    border: 0;
    background: #EFF1F3;
  }

  .shop-filter form {
    display: none;
    padding: 12px;
  }

  .footer__download {
    display: none;
  }

  #search_form {
    display: none;
  }

  .about-company__video-button {
    width: 100px;
    height: 100px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .about-company__video-text-button {
    display: none;
  }

  .about-company__content {
    padding: 40px 25px 35px 50px;
  }

  .about-company__features {
    margin: 30px 0 0 0;
  }

  .about-company__features-number {
    font-size: 40px;
    line-height: 40px;
  }

  .consultation-callback-form__inner {
    padding: 40px 50px 40px 15px;
  }

  .col-xl-3.order-first .sendrequest {
    display: none;
  }

  .subscribtion__subtitle:after {
    content: none;
  }
}

@media (max-width: 991px) {

  .product-view-images .swiper-button-next,
  .product-view-images .swiper-button-prev {
    display: none;
  }

  .product-view-images__thumbs .videoHref {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 100%;
    margin: auto;
  }

  .product-view-images__thumbs {
    position: static;
    height: auto;
  }

  .product-view-images__thumbs-wrapper {
    width: 100%;
    max-width: 500px;
    margin: 30px auto 0 auto;
  }

  .product-view-images__thumbs .swiper-slide {
    position: relative;
    padding-top: 20%;
  }

  .product-view-images__big-image {
    padding-left: 0;
  }

  .product-view-images__big-image .swiper-slide {
    position: relative;
  }

  .product-view-images__big-image .videoHref {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 100%;
    margin: auto;
  }

  .product-view-images .swiper-slide {
    width: 100%;
  }

  .product-view-images {
    display: block;
  }

  .dropdown-toggle--no-border:after {
    border-top: 0;
    border-left: 0;
  }

  .header__btn {
    display: none;
  }

  .header__phones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
  }

  .header__mails {
    margin-left: 50px;
  }

  .header__mails .contact-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header__lang {
    margin-left: 15px;
  }

  .footer .contact-mail,
  .footer .contact-phone {
    padding-left: 0;
    background: none;
  }

  .footer__phones {
    padding-right: 0;
  }

  .menu-vertical li {
    width: 100%;
    margin-bottom: 5px;
  }

  .footer__inner,
  .footer__contacts,
  .menu-vertical ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }


  .footer__contacts {
    margin-right: 0;
  }

  .square-callback-form-wrapper {
    padding: 30px 0;
  }

  .square-callback-form {
		max-width: 100%;
    margin: 0 auto;
  }

  .about-company {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-company__video-wrapper {
    width: 100%;
  }

  .about-company__video {
    height: 300px;
  }

  .consultation-callback-form {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .consultation-callback-form__content {
    width: 100%;
  }

  .consultation-callback-form__inner {
    max-width: 100%;
    padding: 40px 15px;
  }

  .consultation-callback-form__image-wrapper {
    display: none;
  }

  .nav-tabs .nav-link {
    min-width: auto;
    padding: 10px 25px;
    font-size: 16px;
    line-height: 20px;
  }

  .link-more-wrapper {
    display: none;
  }

  .youtube-video__logo {
    display: none;
  }

  .contact-phone {
    margin-right: 0;
  }

  .contact-mail {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .owl-carousel--nav-top-right .owl-controls {
    position: static;
  }

  .owl-carousel--nav-top-right .owl-prev {
    position: absolute;
    z-index: 100;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
  }

  .owl-carousel--nav-top-right .owl-next {
    position: absolute;
    z-index: 100;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
  }

  .content-standart__body {
    padding: 0;
  }

  .header__mails {
    display: none;
  }

  .header-toolbars {
    width: 58px;
  }

  .header-toolbars__item:last-child a,
  .header-toolbars__item:first-child a {
    height: 48px;
  }

  .header-toolbars svg {
    width: 14px;
    height: 14px;
    transform: translateX(0) !important;
  }

  .header-toolbars__count {
    width: 15px;
    height: 15px;
    font-size: 10px;
    right: 8px;
  }

  .shop-items-page-nav-tabs {
    padding-right: 0;
  }
}

@media (max-width: 575px) {



  .contact-phone {
    font-size: 15px;
  }

  .header__logo {
    margin-right: 15px;
    margin-bottom: 0;
  }

  .table {
    line-height: 17px;
  }

  .product-view-images__big-image .swiper-slide {
    height: 350px;
  }

  .product__actions {
    margin: 20px 0;
  }

  .product-features {
    margin: 20px 0 40px;
  }

  .product__actions a {
    padding: 0 15px !important;
    line-height: 45px !important;
    width: 100% !important;
    margin: 0 0 15px 0 !important;
  }

  .btn-primary:before,
  .btn-primary:after {
    display: none !important;
  }

  .product-features__item-tooltip {
    width: 280px;
  }

  .product__title {
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 32px;
  }

  .product-view-images__thumbs-wrapper {
    margin-top: 15px;
  }

  .product-view-images {
    margin-bottom: 20px;
  }

  .br {
    display: none;
  }

  .fancybox-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  .owl-prev,
  .owl-next {
    width: 30px;
    height: 30px;
    font-size: 20px;
    background-size: 13px;
  }

  .owl-carousel--nav-vertical-centered .owl-prev {
    left: 10px;
  }

  .owl-carousel--nav-vertical-centered .owl-next {
    right: 10px;
  }

  .shop-item-card {
    padding: 20px;
  }

  .shop-item-card__quick-view {
    display: none;
  }

  .related-products-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .options-product-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .options-product-item:after {
    content: none;
  }

  .options-product-item__title {
    margin-right: 0;
  }

  .options-product-item__price {
    padding-left: 0;
  }

  .details {
    width: 100%;
  }

  .details__content {
    position: static;
    min-width: auto;
  }

  .page-catalog__button-wrapper {
    margin: 20px 0;
  }

  .content-standart {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .pagination .last_link {
    display: none;
  }

  .pagination a {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }

  .header-toolbars {
    width: 60px;
  }

  .header-toolbars svg {
    width: 18px;
    height: 18px;
  }

  .header-toolbars__item:first-child a {
    height: 60px;
  }

  .header-toolbars__item:last-child a {
    height: 60px;
  }

  .header-toolbars__count {
    width: 18px;
    height: 18px;
    font-size: 11px;
  }

  .footer__contacts {
    -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;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__phones {
    padding-right: 0;
  }

  .copyright {
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .copyright__copyright {
    margin-right: 0;
    text-align: center;
  }

  .copyright__devname {
    margin-left: 0;
  }

  .promo-slider__title {
    font-size: 5vw;
    line-height: 110%;
		text-align: center;
  }

  .square-callback-form {
    padding: 20px;
  }

  .square-callback-form:after {
    display: block;
    position: static;
    margin-top: 15px;
    margin-left: auto;
    width: 40px;
    height: 40px;
  }

  .about-company {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .about-company__content {
    padding: 20px;
  }

  .about-company__features-item {
    margin-bottom: 20px;
  }

  .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .shop-items-page-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .grey-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .catalog-bottom-description {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  article .consultation-callback-form {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .product__info .btn{
    white-space: pre-wrap;
	text-decoration:none;
}
.nav-tabs .nav-link{
		text-decoration:none;
}
.shop-item-card__more-link {
	text-decoration:none!important;
}
  .page-title {
    font-size: 25px;
    line-height: 30px;
  }
  .widgets a{
color: #0F4C99;
    text-decoration: underline;
}
  .btn-primary {
    padding: 14px 20px !important;
    font-size: 11px !im
}
}

.equipment-table {
  width: 100%;
  color: #000;
}

.equipment-row {
  display: grid;
  /* Пропорции как на фото: Лого | Заказчик | Адрес | Отрасль | Оборудование */
  grid-template-columns: 200px 1.2fr 1fr 0.8fr 2.5fr;
  gap: 20px;
  padding: 25px 0;
  border-bottom: 1px solid #eee; /* Тонкая линия разделения */
  align-items: center;
}

/* Стили заголовков */
.header-row {
  font-weight: bold;
  border-bottom: none;
  padding-bottom: 10px;
}

/* Колонки */
.col-logo img {
  max-width: 200px;
  height: auto;
  display: block;
}

.company-name {
  font-size: 15px;
  line-height: 1.3;
}

.col-address, .col-industry, .col-equipment {
  font-size: 14px;
  line-height: 1.4;
}

.col-equipment p {
  margin: 0;
}

/* Ссылка "подробнее" */
.more-link {
  display: block;
  text-align: right;
  color: #0F4C99;
  text-decoration: underline;
  font-size: 14px;
  margin-top: 5px;
}

/* Адаптив: на мобильных превращаем в список */
@media (max-width: 800px) {
  .header-row { display: none; }
  .equipment-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
/* Основной контейнер сетки */
.project-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding: 20px;
  margin-bottom:30px;
}

/* Карточка */
.project-grid__item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #333;
}

/* Обертка для фото (создает пропорцию) */
.project-grid__image-wrapper {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin-bottom: 12px;
}

.project-grid__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* Текст */
.project-grid__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

/* Адаптив: 2 в ряд на планшетах, 1 в ряд на смартфонах */
@media (max-width: 1024px) {
  .project-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .project-grid { grid-template-columns: 1fr; }
}

.image {
    margin: 0 auto;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    position: relative
}

.image-switch {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 20;
    width: 75%;
    height: 100%;
    display: flex;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
}

.mobile .image-switch {
    opacity: 1;
}

.image-switch-item {
    width: 100%;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 5px;
}

.image-switch-item:only-child {
    opacity: 0;
}

.image-switch-item::after {
    content: "";
    width: 85%;
    margin: 0 auto;
    height: 4px;
    background: rgba(157, 157, 157, 0.2);
    border-radius: 11px;
    z-index: 2;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.image-switch-item.hover::after {
    background: #30A4ED;
}

.image:hover .image-switch {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.image-switch-item:hover::after,
.image-switch-item.hover::after {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.product-list .mainImage{
height:250px;
  width:100%;
      object-fit: contain;
}
.image-switch {
  top: 20px;
}

.product-list__item  .image{
    overflow: visible;
}
.product-list__item  .shop-item-card__body{
margin-top:25px;
}
@media(max-width:767.98px){
.product-list .mainImage {
  height: 330px;
}
}

.col-equipment .more-link{
display:none;
}

.lightbox--album img{
    height: 255px;
    width: 100%;
    object-fit: cover;
}

.slider-shop-items--no-h .owl-controls {
	    gap: 20px;
    margin-left: auto;
    width: max-content;
    margin-bottom: 19px;
	position: static; 
}
.slider-shop-items--no-h .owl-carousel {
	    flex-direction: column-reverse;
    display: flex!important;
}

.root-cats__oborud{ 
	color: rgba(69, 83, 96, 0.5);
    text-align: end;
    padding: 6px;
  font-size: 13px;
}

/* Делаем строку гибким контейнером */
.root-cats .row {
    display: flex;
    flex-wrap: wrap;
}

.root-cats .row .col-sm-6{
margin-bottom: 20px;
}

/* Растягиваем ссылку на всю высоту колонки */
.root-cats__item {
    display: flex;
    flex-direction: column;
    height: 100%;
    /* Дополнительно: чтобы заголовок или текст не прилипал к низу */
    justify-content: flex-start; 
}

/* Опционально: если нужно, чтобы нижний текст (ед. оборудования) 
   всегда был прижат к самому низу блока */
.root-cats__oborud {
    margin-top: auto;
}

.geog {
  margin: 0;
}
.geog-map {
      display: grid;
        grid-template-columns: 310px auto;
  gap: 0 28px;
  align-items: center;
  margin-bottom: 60px;
}
.geog-client__grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 32px 60px;
  margin-bottom: 60px;
}
.geog-client__link {
  display: flex;
  justify-content: center;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  padding: 16px 32px;
  color: #003366;
  border: 1px solid #003366;
  border-radius: 60px;
  margin: 0 auto;
  max-width: fit-content;
}
.geog-client__link:hover {
  background: #003366;
  color: #fff !important;
  text-decoration: none !important;
}
.geog-map__blocks {
  display: flex;
  gap: 40px 0;
  flex-direction: column;
}
.geog h2 {
  color: #000;
  font-weight: 300;
  font-size: 38px;
  line-height: 120%;
  margin-bottom: 32px;
  max-width: 800px;
}
.geog-map__block span {
    color: #003366;
    font-weight: 400;
    font-size: 52px;
    line-height: 120%;
}
.geog-map__block p {
    color: #656565;
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 0;
}
.geog-map img{
max-width:83%
}
@media (max-width: 1549.98px) {
    .geog h2 {
    font-size: 35px;
  }

  .geog-map__block span {
    font-size: 45px;
  }

  .geog-map__blocks {
    min-width: 201px;
  }

  .geog-map {
    width: 100%;
  }

}
@media (max-width: 1199.98px) {
    .geog {
        margin: 70px 0;
    }
	.geog h2 {
    font-size: 32px;
  }
}

@media (max-width: 991.98px) {
    .geog-map__blocks {
        min-width: 289px;
    }
.geog-map__block span {
    font-size: 32px;
  }
      .geog-map__block p {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
 .geog-map {
    grid-template-columns: 1fr;
  }

  .geog-map__blocks {
    gap: 0 18px;
    flex-direction: row;
    margin-bottom: 33px;
  }

  .geog h2 {
    margin-bottom: 27px;
  }
  }
  
  @media (max-width: 575.98px) {
    .geog-map__blocks {
        min-width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 18px 0;
    }
}
/* Отрубаем перехват событий Fancybox на чекбоксах и лейблах внутри него */
.fancybox-container.fancybox-controls--canzoomOut input[type="checkbox"],
.fancybox-container.fancybox-controls--canzoomOut label {
    pointer-events: auto !important; /* Разрешаем клики */
    touch-action: none !important;    /* Запрещаем скролл/зум самого Fancybox при таче на них */
}
.main-page-catalog .page-catalog__descr{
display:none;
}
article ul {
  margin: 15px 0 20px;
}
    article .consultation-callback-form {
        margin-top: 0!important;
        margin-bottom: 0!important;
    }

.header__top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px 20px; /* Фиксированные зазоры вместо хаотичных отступов */
  padding: 15px 0;
    flex-wrap: wrap;
}

/* Сбрасываем раздувающий margin-left: auto */
.header__mails,
.header__phones {
  margin-left: 0 !important;
}

/* 2. Компактный блок телефонов */
.header__phones {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}

.header__phones .contact-text {

  margin-bottom: 2px;
  white-space: nowrap;
}

.header__phones .contact-phone {

  margin-right: 0 !important; /* Убираем лишний правый отступ */
  white-space: nowrap;
}

.header__phones .contact-phone--main {
  font-weight: 700;
}

/* 3. Компактный блок соцсетей (.social__header) */
.social__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
}

.social__header .contact-text {

  margin-bottom: 4px;
  white-space: nowrap;
}

.social__header .social {
  display: flex;
  align-items: center;
  gap: 8px; /* Аккуратный зазор между иконками */
  margin: 0;
  padding: 0;
  list-style: none;
}

.social__header .social__link-wrap {
  margin: 0 !important; /* Убираем старый margin: 0 20px 10px 0 */
}

.social__header .social__link {
  width: 28px;
  height: 28px;
}

/* 4. Компактный блок почты */
.header__mails {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}

.header__mails .contact-text {

  margin-bottom: 2px;
  white-space: nowrap;
}

.header__mails .contact-mail {

  margin-right: 0 !important; /* Убираем старый правый отступ */
  white-space: nowrap;
    display: block;
}

.header__btn{
    margin-right: 0;
}
.header__left{
display:flex;
  gap:20px;
align-items: center;
}

.header__right{
display:flex;
  gap:30px;
align-items: center;
    align-items: flex-start;
}
@media screen and (min-width: 1150px) and (max-width: 125px) {
.header__logo {
  max-width: 256px;
width:100%
}}



@media (max-width: 1190.98px) {
.header__left {
  display: flex;
               gap: 20px;
        align-items: baseline;
        width: auto;
        flex-direction: column;
  }
  .header__top-inner{
flex-wrap: wrap;
    gap: 0;
  }

.header__right {
    display: flex;
    gap: 30px;
    align-items: center;
    align-items: flex-start;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 991.98px) {
  .header__top-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    row-gap: 10px;
    padding: 12px 0;
  }
  /* --- РЯД 1: Логотип, Кнопка, Языки --- */
  .header__logo {
    order: 1;
    width: 170px;
    margin: 0 !important;
  }
  .social__header{
    margin-left: auto;
}
.header__right {
        display: flex;
  gap: 15px;

}
}
/* ==========================================================================
   КОРРЕКТИРОВКА ДЛЯ ЭКРАНОВ ДО 767.98px
   ========================================================================== */
@media (max-width: 767.98px) {
  .header__logo {
    width: 145px;
  }
  .header__btn .btn {
    padding: 5px 8px;
    font-size: 11px;
  }
  .header__phones .contact-text,
  .social__header .contact-text,
  .header__mails .contact-text {
    font-size: 10px;
    line-height: 12px;
  }
  .header__phones .contact-phone {
    font-size: 11px;
    line-height: 15px;
  }
  .header__mails .contact-mail {
    font-size: 10px;
    line-height: 14px;
  }
}
/* ==========================================================================
   КОРРЕКТИРОВКА ДЛЯ ЭКРАНОВ ДО 575.98px (Маленькие телефоны)
   ========================================================================== */

@media screen and (min-width: 530px) and (max-width: 765px) {
    .social__header {
        margin-left: 0;
    }
.header__right {
        display: flex;
        gap: 15px;
        justify-content: space-between;
        width: 100%;
    }
}
@media (max-width: 575.98px) {
  .header__top-inner {
    row-gap: 8px;
  }
.header__lang {
        margin-left: auto;
    }
    .header__right {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }
  .header__logo {
    width: 125px;
  }
  .header__btn .btn {
    padding: 4px 6px;
    font-size: 10px;
  }
  .social__header {
    align-items: flex-start;
  }
  .header__mails,
  .header__mails .contact-wrapper {
    align-items: flex-start;
  }
  .header__phones .contact-phone,
  .header__mails .contact-mail {
    font-size: 10px;
    padding-left: 14px;
    background-size: 10px auto;
  }

}
@media (max-width: 575.98px) {
  .product-header__feedback{
    margin-bottom: 35px;
}
}

.page-catalog .page-catalog__descr{
display:none;
} 
/**
 * Native Site Styling & Single-Line Header Layout Architecture
 * gc-azimuth.ru Header & City Switcher
 */

/* Header City Block */
.header__city {
  display: inline-block;
  vertical-align: top;
  flex-shrink: 0;
}

.header__city .contact-wrapper {
  display: flex;
  flex-direction: column;
}

.header__city .contact-text {
  font-size: 12px;
  color: #888888;
  line-height: 1.2;
  margin-bottom: 2px;
  white-space: nowrap;
}

/* Switcher Element */
.city-switcher {
  position: relative;
  display: inline-block;
}

.city-switcher__toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 700;
  color: #107dc1;
  text-decoration: none !important;
  border: none;
  border-bottom: 1px dashed #107dc1;
  background: transparent;
  cursor: pointer;
  line-height: 1.2;
  padding: 0 0 1px 0;
  outline: none;
  transition: color 0.2s ease, border-color 0.2s ease;
  font-family: inherit;
}

.city-switcher__toggle:hover,
.city-switcher__toggle:focus,
.city-switcher.is-open .city-switcher__toggle {
  color: #0F4C99;
  border-bottom-color: #0F4C99;
}

.city-switcher__name {
  white-space: nowrap;
}

.city-switcher__arrow {
  color: #107dc1;
  flex-shrink: 0;
  transition: transform 0.2s ease, color 0.2s ease;
}

.city-switcher__toggle:hover .city-switcher__arrow,
.city-switcher.is-open .city-switcher__arrow {
  color: #0F4C99;
}

.city-switcher.is-open .city-switcher__arrow {
  transform: rotate(180deg);
}

/* Dropdown Menu */
.city-switcher__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 160px;
  background: #ffffff;
  border: 1px solid #e0e6ed;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  padding: 6px 0;
  display: none;
  z-index: 99999;
}

.city-switcher.is-open .city-switcher__dropdown {
  display: block;
  animation: cityDropdownFade 0.2s ease-out;
}

@keyframes cityDropdownFade {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

.city-switcher__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.city-switcher__item {
  margin: 0;
  padding: 0;
}

.city-switcher__link {
  display: block;
  padding: 7px 14px;
  color: #333333;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none !important;
  transition: background 0.15s ease, color 0.15s ease;
}

.city-switcher__link:hover {
  background: #f4f8fb;
  color: #107dc1;
}

.city-switcher__item.is-active .city-switcher__link {
  font-weight: 700;
  color: #107dc1;
  background: #eaf4fb;
}

/* ==========================================================================
   STRICT SINGLE-LINE HORIZONTAL HEADER TOP LAYOUT (No Line Wrapping)
   ========================================================================== */

.header__top-inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  width: 100% !important;
}

.header__left {
  display: flex !important;
  align-items: flex-start !important;
  gap: 15px !important;
  flex-shrink: 0 !important;
  width: auto !important;
  margin: 0 !important;
}

.header__right {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: flex-end !important;
  gap: 14px !important;
  flex-wrap: nowrap !important;
  flex-shrink: 1 !important;
  margin-left: auto !important;
  width: auto !important;
}

.header__city,
.header__phones,
.header__mails,
.social__header,
.header__lang {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
}

.contact-text {
  font-size: 11px !important;
  line-height: 1.2 !important;
  margin-bottom: 2px !important;
  white-space: nowrap !important;
}

.contact-phone,
.contact-mail {
  font-size: 12px !important;
  line-height: 1.3 !important;
  white-space: nowrap !important;
}

/* Intermediate screens (1200px - 1400px) */
@media (max-width: 1399.98px) {
  .header__logo img,
  .logo img {
    max-width: 150px !important;
    height: auto !important;
  }
  .header__right {
    gap: 12px !important;
  }
  .contact-phone,
  .contact-mail {
    font-size: 11px !important;
  }
}

/* Laptop screens (992px - 1199.98px) */
@media (max-width: 1199.98px) {
  .header__logo img,
  .logo img {
    max-width: 135px !important;
    height: auto !important;
  }
  .header__right {
    gap: 10px !important;
  }
  .contact-text {
    font-size: 10px !important;
  }
  .contact-phone,
  .contact-mail,
  .city-switcher__toggle {
    font-size: 11px !important; 
  }
  .social__header .social {
    gap: 4px !important;
  }
  .header__logo {
  width: auto;
  margin-right: 0;
  margin-bottom: 0;
}
}

/* Tablet & Mobile (< 992px - Clean 2-Column Grid matching User Diagram) */
@media (max-width: 991.98px) {
  .header__top-inner {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 8px 12px !important;
  }
  .header__left {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    margin-bottom: 4px !important;
  }
  .header__logo {
    order: 0 !important;
  }
  .header__logo img,
  .logo img {
    max-width: 125px !important;
    height: auto !important;
  }
  .header__right {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px 14px !important;
    width: 100% !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
  }

  /* Grid Positions matching User Diagram */
  .header__city {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
  }
  .header__phones {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: start !important;
  }
  .header__mails {
    grid-column: 1 !important;
    grid-row: 2 !important;
    justify-self: start !important;
  }
  .social__header {
    grid-column: 2 !important;
    grid-row: 2 !important;
    justify-self: start !important;
  }
  .header__lang {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    align-self: flex-start !important;
  }

  .header__btn {
    width: 100% !important;
    margin-top: 8px !important;
  }
  .header__btn .btn,
  .header__btn .btn-download,
  .header__btn a {
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding: 7px 12px !important;
    font-size: 12px !important;
    border-radius: 6px !important;
  }

  .contact-text {
    font-size: 10px !important;
  }
  .contact-phone,
  .contact-mail,
  .city-switcher__toggle {
    font-size: 11px !important;
  }
}

@media (max-width: 575.98px) {
  .header__logo img,
  .logo img {
    max-width: 100px !important;
  }
  .header__right {
    gap: 8px 10px !important;
  }
  .header__city {
order: 0;
}
.header__city .contact-text {
	margin-bottom: -3px !important;
}
.social__header {
order: 0;
}

.header__lang {
order: 0;
}
.header__phones{
	order: 1;
}
.header__mails{
	order: 1;
}
}