

/* Start:/local/templates/vento/plugins/jScrollPane/style/jquery.jscrollpane.css?17630619151426*/
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	background: red;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 16px;
}

.jspHorizontalBar
{
	background: red;
	bottom: 0;
	height: 16px;
	left: 0;
	position: absolute;
	width: 100%;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	cursor: pointer;
	left: 0;
	position: relative;
	top: 0;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	cursor: pointer;
        direction: ltr;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -20000px;
}

.jspDisabled
{
	background: #80808d;
	cursor: default;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	float: left;
	height: 100%;
	width: 16px;
}

.jspVerticalBar .jspArrow:focus
{
        border: 1px solid red;
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

/* End */


/* Start:/local/templates/vento/plugins/fancybox/jquery.fancybox.css?176306191515997*/
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }

  .fancybox-slide--image {
    padding: 6px 0; }

  .fancybox-close-small {
    right: -6px; }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

/*# sourceMappingURL=jquery.fancybox.css.map */

/* End */


/* Start:/local/templates/vento/plugins/OwlCarousel/dist/assets/owl.carousel.css?17630619154744*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

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

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

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

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

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/templates/vento/plugins/OwlCarousel/dist/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

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

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

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

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

/* End */


/* Start:/local/templates/vento/plugins/chosen/chosen.css?176306191512188*/
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/local/templates/vento/plugins/chosen/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/local/templates/vento/plugins/chosen/chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("/local/templates/vento/plugins/chosen/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/local/templates/vento/plugins/chosen/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
          box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("/local/templates/vento/plugins/chosen/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("/local/templates/vento/plugins/chosen/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */

/* End */


/* Start:/local/templates/vento/plugins/dadata/suggestions.bootstrap.css?17630619152899*/
.suggestions-nowrap {
    white-space: nowrap;
}

.suggestions-input {

}

.suggestions-input:focus {

}

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

.suggestions-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.suggestions-suggestions {
    background-color: var(--bs-white);
    border: 1px solid var(--bs-border-color);
    box-sizing: border-box;
    cursor: default;
    left: 0;
    min-width: 100%;
    position: absolute;
    z-index: 1050;
    border-radius: 0.375rem;
    overflow: hidden;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.suggestions-wrapper:not(.suggestions-wrapper--mobile) .suggestions-suggestion_hidden-desktop {
    display: none;
}

.suggestions-wrapper--mobile .suggestions-suggestion_hidden-mobile {
    display: none;
}

.suggestions-suggestions strong {
    font-weight: 500;
    color: var(--bs-primary);
}

.suggestions-suggestion {
    padding: 0.5rem 0.75rem;
    overflow: hidden;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.suggestions-suggestion:hover {
    background-color: var(--bs-light);
}

.suggestions-selected,
.suggestions-selected:hover {
    background-color: var(--bs-gray-200);
}

.suggestions-hint {
    padding: 0.5rem 0.75rem;
    white-space: nowrap;
    overflow: hidden;
    color: var(--bs-secondary);
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-overflow: ellipsis;
}

.suggestions-subtext {
    color: var(--bs-secondary);
    font-size: 0.875rem;
}

.suggestions-subtext_inline {
    display: inline-block;
    min-width: 6em;
    vertical-align: bottom;
    margin: 0 0.5em 0 0;
}

.suggestions-subtext-delimiter {
    display: inline-block;
    width: 2px;
}

.suggestions-subtext_label {
    margin-left: 0.25em;
    border-radius: 0.25rem;
    padding: 0 0.4em;
    background: var(--bs-light);
    font-size: 0.75rem;
    color: var(--bs-dark);
}

.suggestions-value[data-suggestion-status="LIQUIDATED"] {
    position: relative;
}

.suggestions-value[data-suggestion-status="LIQUIDATED"]::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
}

.suggestions-promo {
    display: none;
    font-size: 0.875rem;
    color: var(--bs-secondary);
    padding: 0.5rem;
    text-align: center;
}

.suggestions-promo a {
    color: var(--bs-secondary);
    display: block;
    line-height: 1.25rem;
    text-decoration: none;
    filter: grayscale(100%);
    transition: filter 0.2s ease-in-out;
}

.suggestions-promo a:hover {
    filter: grayscale(0);
}

.suggestions-promo svg {
    height: 20px;
    vertical-align: bottom;
}

.suggestions-wrapper:not(.suggestions-wrapper--mobile)
.suggestions-suggestions:not(.suggestions-suggestions--nohint)
.suggestions-promo {
    position: absolute;
    top: 0;
    right: 0;
    text-align: left;
}
/* End */


/* Start:/local/templates/vento/front/dist/css/merged.css?1785534428387080*/
/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/fonts/fi/fi.scss ***!
  \****************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "fi";
  font-weight: normal;
  font-style: normal;
  font-display: block;
  src: url(/local/templates/vento/front/dist/fonts/fi.4b7864e322d93bdc057c.woff2) format("woff2");
}
.fi {
  font-family: "fi" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  min-width: 1em;
  min-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fi_icon_book:before {
  content: "\f101";
}

.fi_icon_box-revert:before {
  content: "\f102";
}

.fi_icon_box:before {
  content: "\f103";
}

.fi_icon_cart-outline:before {
  content: "\f104";
}

.fi_icon_cart:before {
  content: "\f105";
}

.fi_icon_chevron-double-left:before {
  content: "\f106";
}

.fi_icon_chevron-double-right:before {
  content: "\f107";
}

.fi_icon_chevron-left-rounded:before {
  content: "\f108";
}

.fi_icon_chevron-right-rounded:before {
  content: "\f109";
}

.fi_icon_chevron-right:before {
  content: "\f10a";
}

.fi_icon_clear:before {
  content: "\f10b";
}

.fi_icon_close:before {
  content: "\f10c";
}

.fi_icon_compare:before {
  content: "\f10d";
}

.fi_icon_document:before {
  content: "\f10e";
}

.fi_icon_enter:before {
  content: "\f10f";
}

.fi_icon_history:before {
  content: "\f110";
}

.fi_icon_location:before {
  content: "\f111";
}

.fi_icon_login:before {
  content: "\f112";
}

.fi_icon_logout:before {
  content: "\f113";
}

.fi_icon_mail:before {
  content: "\f114";
}

.fi_icon_menu:before {
  content: "\f115";
}

.fi_icon_message:before {
  content: "\f116";
}

.fi_icon_minpromtorg-logo:before {
  content: "\f117";
}

.fi_icon_minus:before {
  content: "\f118";
}

.fi_icon_paper-clip:before {
  content: "\f119";
}

.fi_icon_people:before {
  content: "\f11a";
}

.fi_icon_phone:before {
  content: "\f11b";
}

.fi_icon_pin:before {
  content: "\f11c";
}

.fi_icon_plus:before {
  content: "\f11d";
}

.fi_icon_portfolio:before {
  content: "\f11e";
}

.fi_icon_profile-plus:before {
  content: "\f11f";
}

.fi_icon_profile:before {
  content: "\f120";
}

.fi_icon_registration:before {
  content: "\f121";
}

.fi_icon_search:before {
  content: "\f122";
}

.fi_icon_security:before {
  content: "\f123";
}

.fi_icon_settings:before {
  content: "\f124";
}

.fi_icon_share:before {
  content: "\f125";
}

.fi_icon_star_lined:before {
  content: "\f126";
}

.fi_icon_star-fill:before {
  content: "\f127";
}

.fi_icon_star-outline:before {
  content: "\f128";
}

.fi_icon_star:before {
  content: "\f129";
}

.fi_icon_tg:before {
  content: "\f12a";
}

.fi_icon_users:before {
  content: "\f12b";
}

.fi_icon_vk:before {
  content: "\f12c";
}
/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/sass-globals/utilities.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.gap-0 {
  gap: 0px !important;
}

.gap-1 {
  gap: 4px !important;
}

.gap-2 {
  gap: 8px !important;
}

.gap-3 {
  gap: 16px !important;
}

.gap-4 {
  gap: 24px !important;
}

.gap-5 {
  gap: 48px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-48 {
  font-size: 48px !important;
}

.fs-60 {
  font-size: 60px !important;
}

@media (min-width: 0) {
  .fs-xs-14 {
    font-size: 14px !important;
  }
}
@media (min-width: 0) {
  .fs-xs-16 {
    font-size: 16px !important;
  }
}
@media (min-width: 0) {
  .fs-xs-18 {
    font-size: 18px !important;
  }
}
@media (min-width: 0) {
  .fs-xs-20 {
    font-size: 20px !important;
  }
}
@media (min-width: 0) {
  .fs-xs-24 {
    font-size: 24px !important;
  }
}
@media (min-width: 0) {
  .fs-xs-48 {
    font-size: 48px !important;
  }
}
@media (min-width: 0) {
  .fs-xs-60 {
    font-size: 60px !important;
  }
}
@media (min-width: 576px) {
  .fs-sm-14 {
    font-size: 14px !important;
  }
}
@media (min-width: 576px) {
  .fs-sm-16 {
    font-size: 16px !important;
  }
}
@media (min-width: 576px) {
  .fs-sm-18 {
    font-size: 18px !important;
  }
}
@media (min-width: 576px) {
  .fs-sm-20 {
    font-size: 20px !important;
  }
}
@media (min-width: 576px) {
  .fs-sm-24 {
    font-size: 24px !important;
  }
}
@media (min-width: 576px) {
  .fs-sm-48 {
    font-size: 48px !important;
  }
}
@media (min-width: 576px) {
  .fs-sm-60 {
    font-size: 60px !important;
  }
}
@media (min-width: 768px) {
  .fs-md-14 {
    font-size: 14px !important;
  }
}
@media (min-width: 768px) {
  .fs-md-16 {
    font-size: 16px !important;
  }
}
@media (min-width: 768px) {
  .fs-md-18 {
    font-size: 18px !important;
  }
}
@media (min-width: 768px) {
  .fs-md-20 {
    font-size: 20px !important;
  }
}
@media (min-width: 768px) {
  .fs-md-24 {
    font-size: 24px !important;
  }
}
@media (min-width: 768px) {
  .fs-md-48 {
    font-size: 48px !important;
  }
}
@media (min-width: 768px) {
  .fs-md-60 {
    font-size: 60px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-14 {
    font-size: 14px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-16 {
    font-size: 16px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-18 {
    font-size: 18px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-20 {
    font-size: 20px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-24 {
    font-size: 24px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-48 {
    font-size: 48px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-60 {
    font-size: 60px !important;
  }
}
@media (min-width: 1200px) {
  .fs-xl-14 {
    font-size: 14px !important;
  }
}
@media (min-width: 1200px) {
  .fs-xl-16 {
    font-size: 16px !important;
  }
}
@media (min-width: 1200px) {
  .fs-xl-18 {
    font-size: 18px !important;
  }
}
@media (min-width: 1200px) {
  .fs-xl-20 {
    font-size: 20px !important;
  }
}
@media (min-width: 1200px) {
  .fs-xl-24 {
    font-size: 24px !important;
  }
}
@media (min-width: 1200px) {
  .fs-xl-48 {
    font-size: 48px !important;
  }
}
@media (min-width: 1200px) {
  .fs-xl-60 {
    font-size: 60px !important;
  }
}
@media (min-width: 1500px) {
  .fs-xxl-14 {
    font-size: 14px !important;
  }
}
@media (min-width: 1500px) {
  .fs-xxl-16 {
    font-size: 16px !important;
  }
}
@media (min-width: 1500px) {
  .fs-xxl-18 {
    font-size: 18px !important;
  }
}
@media (min-width: 1500px) {
  .fs-xxl-20 {
    font-size: 20px !important;
  }
}
@media (min-width: 1500px) {
  .fs-xxl-24 {
    font-size: 24px !important;
  }
}
@media (min-width: 1500px) {
  .fs-xxl-48 {
    font-size: 48px !important;
  }
}
@media (min-width: 1500px) {
  .fs-xxl-60 {
    font-size: 60px !important;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/fonts/avenirnextcyr/avenirnextcyr.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "AvenirNextCyr";
  font-weight: 400;
  src: url(/local/templates/vento/front/dist/fonts/avenirnextcyr-regular.eot); /* IE 9 Compatibility Mode */
  src: url(/local/templates/vento/front/dist/fonts/avenirnextcyr-regular.eot?#iefix) format("embedded-opentype"), url(/local/templates/vento/front/dist/fonts/avenirnextcyr-regular.woff2) format("woff2"), url(/local/templates/vento/front/dist/fonts/avenirnextcyr-regular.woff) format("woff"), url(/local/templates/vento/front/dist/fonts/avenirnextcyr-regular.ttf) format("truetype"), url(/local/templates/vento/front/dist/images/background/avenirnextcyr-regular.svg#avenirnextcyr-regular) format("svg"); /* Chrome < 4, Legacy iOS */
}
@font-face {
  font-family: "AvenirNextCyr";
  font-style: italic;
  src: url(/local/templates/vento/front/dist/fonts/avenirnextcyr-italic.eot); /* IE 9 Compatibility Mode */
  src: url(/local/templates/vento/front/dist/fonts/avenirnextcyr-italic.eot?#iefix) format("embedded-opentype"), url(/local/templates/vento/front/dist/fonts/avenirnextcyr-italic.woff2) format("woff2"), url(/local/templates/vento/front/dist/fonts/avenirnextcyr-italic.woff) format("woff"), url(/local/templates/vento/front/dist/fonts/avenirnextcyr-italic.ttf) format("truetype"), url(/local/templates/vento/front/dist/images/background/avenirnextcyr-italic.svg#avenirnextcyr-italic) format("svg"); /* Chrome < 4, Legacy iOS */
}
@font-face {
  font-family: "AvenirNextCyr";
  font-weight: bold;
  src: url(/local/templates/vento/front/dist/fonts/avenirnextcyr-bold.eot); /* IE 9 Compatibility Mode */
  src: url(/local/templates/vento/front/dist/fonts/avenirnextcyr-bold.eot?#iefix) format("embedded-opentype"), url(/local/templates/vento/front/dist/fonts/avenirnextcyr-bold.woff2) format("woff2"), url(/local/templates/vento/front/dist/fonts/avenirnextcyr-bold.woff) format("woff"), url(/local/templates/vento/front/dist/fonts/avenirnextcyr-bold.ttf) format("truetype"), url(/local/templates/vento/front/dist/images/background/avenirnextcyr-bold.svg#avenirnextcyr-bold) format("svg"); /* Chrome < 4, Legacy iOS */
}
@font-face {
  font-family: "AvenirNextCyr";
  font-weight: 500;
  src: url(/local/templates/vento/front/dist/fonts/avenirnextcyr-medium.eot); /* IE 9 Compatibility Mode */
  src: url(/local/templates/vento/front/dist/fonts/avenirnextcyr-medium.eot?#iefix) format("embedded-opentype"), url(/local/templates/vento/front/dist/fonts/avenirnextcyr-medium.woff2) format("woff2"), url(/local/templates/vento/front/dist/fonts/avenirnextcyr-medium.woff) format("woff"), url(/local/templates/vento/front/dist/fonts/avenirnextcyr-medium.ttf) format("truetype"), url(/local/templates/vento/front/dist/images/background/avenirnextcyr-medium.svg#avenirnextcyr-medium) format("svg"); /* Chrome < 4, Legacy iOS */
}
/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/fonts/Helvetica/Helvetica.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "Helvetica";
  src: url(/local/templates/vento/front/dist/fonts/Helvetica-Light.woff2) format("woff2"), url(/local/templates/vento/front/dist/fonts/Helvetica-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url(/local/templates/vento/front/dist/fonts/Helvetica-LightOblique.woff2) format("woff2"), url(/local/templates/vento/front/dist/fonts/Helvetica-LightOblique.woff) format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url(/local/templates/vento/front/dist/fonts/Helvetica-Oblique.woff2) format("woff2"), url(/local/templates/vento/front/dist/fonts/Helvetica-Oblique.woff) format("woff"), url(/local/templates/vento/front/dist/fonts/Helvetica_cyr-Oblique.woff2) format("woff2"), url(/local/templates/vento/front/dist/fonts/Helvetica_cyr-Oblique.woff) format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url(/local/templates/vento/front/dist/fonts/Helvetica-Bold.woff2) format("woff2"), url(/local/templates/vento/front/dist/fonts/Helvetica-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url(/local/templates/vento/front/dist/fonts/Helvetica-Regular.woff2) format("woff2"), url(/local/templates/vento/front/dist/fonts/Helvetica-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url(/local/templates/vento/front/dist/fonts/Helvetica-BoldOblique.woff2) format("woff2"), url(/local/templates/vento/front/dist/fonts/Helvetica-BoldOblique.woff) format("woff"), url(/local/templates/vento/front/dist/fonts/Helvetica_cyr-BoldOblique.woff2) format("woff2"), url(/local/templates/vento/front/dist/fonts/Helvetica_cyr-BoldOblique.woff) format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/fonts/font_awesome/scss/font-awesome.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url(/local/templates/vento/front/dist/fonts/fontawesome-webfont.eot);
  src: url(/local/templates/vento/front/dist/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/local/templates/vento/front/dist/fonts/fontawesome-webfont.woff2) format("woff2"), url(/local/templates/vento/front/dist/fonts/fontawesome-webfont.woff) format("woff"), url(/local/templates/vento/front/dist/fonts/fontawesome-webfont.ttf) format("truetype"), url(/local/templates/vento/front/dist/images/background/fontawesome-webfont.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  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;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.00-legacy/components/big_slider.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
header {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
  right: 0;
  top: 0;
}
header:hover {
  opacity: 1;
}

.big_slider {
  height: 100%;
}
.big_slider .owl-stage {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.big_slider .owl-carousel .owl-stage-outer {
  height: 100%;
}
.big_slider .owl-carousel .owl-stage {
  height: 100%;
}
.big_slider .owl-carousel .owl-item {
  height: 100% !important;
}
.big_slider__inside {
  height: 100%;
}
.big_slider .owl-nav .disabled {
  opacity: 0 !important;
  visibility: hidden !important;
}
.big_slider .owl-nav button {
  outline: none;
  background: none !important;
  border-radius: 3px;
  opacity: 0.7;
}
.big_slider .owl-nav button:hover {
  opacity: 1;
}
.big_slider .owl-nav button svg {
  width: 60px;
  height: auto;
}
.big_slider .owl-nav .owl-prev,
.big_slider .owl-nav .owl-next {
  z-index: 2;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.big_slider .owl-nav .owl-prev {
  left: 5px;
}
.big_slider .owl-nav .owl-next {
  right: 5px;
}
.big_slider .owl-dots {
  bottom: 20px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
.big_slider .owl-dots .owl-dot {
  margin: 0 9px;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  border-radius: 100px;
  overflow: hidden;
  outline: none;
}
.big_slider .owl-dots .owl-dot span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block !important;
  opacity: 0.5 !important;
  background: #fff !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.big_slider .owl-dots .owl-dot:hover span, .big_slider .owl-dots .owl-dot.active span {
  opacity: 1 !important;
}
.big_slider__list {
  height: 100%;
}
.big_slider__list .owl-wrapper-outer,
.big_slider__list .owl-wrapper,
.big_slider__list .owl-item {
  height: 100%;
}
.big_slider__list__item {
  height: 100%;
}
.big_slider__list__item .main_categories {
  height: 100%;
}
.big_slider__list__item .main_categories__inside {
  height: 100%;
}
.big_slider__list__item .main_categories__item {
  height: 100%;
}
.big_slider__list__item .main_categories__item__info {
  max-width: 500px;
  margin: 20px 0;
}
.big_slider__list__item .main_categories__item__info__title {
  text-align: left;
  max-width: none;
  font-weight: bold;
}
.big_slider__list__item .main_categories__item__info__description {
  margin: 10px 0 0 0;
  font-size: 18px;
}
.big_slider__list__item .main_categories__item__info__btns {
  margin: 10px 0 0 0;
}
.big_slider__list__item__photo, .big_slider__list__item__video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
.big_slider__list__item__photo img,
.big_slider__list__item__photo video, .big_slider__list__item__video img,
.big_slider__list__item__video video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.big_slider__list__item__photo video, .big_slider__list__item__video video {
  -o-object-fit: cover;
  object-fit: cover;
}
.big_slider__list__item__photo:after, .big_slider__list__item__video:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000D22;
  opacity: 0.55;
  z-index: 2;
  transition: 0.3s ease;
}
.big_slider__list__item__inside {
  position: relative;
  z-index: 3;
  height: 100%;
  padding: 40px 0;
  box-sizing: border-box;
}
.big_slider__list__item__inside.centered {
  display: flex;
  align-items: center;
  width: 100%;
}
.big_slider__list__item__info {
  max-width: 50%;
}
.big_slider__list__item__info__title {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 35px;
  letter-spacing: 1px;
  word-spacing: 3px;
}
.big_slider__list__item__info__description {
  color: #fff;
  font-size: 20px;
  margin: 30px 0;
}
.big_slider__list__item__info__btns a:first-child {
  margin: 0 20px 20px 0;
}

@media (max-width: 1540px) {
  .big_slider__list__item__info {
    margin-left: 80px;
  }
}
@media (max-width: 1200px) {
  .big_slider__list__item .main_categories__item:nth-child(1) .main_categories__item__info {
    margin-left: 70px;
    margin-right: 20px;
  }
  .big_slider__list__item .main_categories__item:nth-child(2) .main_categories__item__info {
    margin-right: 70px;
    margin-left: 20px;
  }
  .big_slider__list__item__info__description {
    margin: 20px 0;
  }
}
@media (max-width: 1040px) {
  .big_slider .owl-carousel .owl-item {
    height: auto !important;
  }
  .main_categories__item__image {
    background-position: center 0 !important;
  }
}
@media (max-width: 1022.98px) {
  .big_slider .big_slider__list__item__info {
    max-width: 60%;
  }
  .big_slider .big_slider__list__item__info__title {
    font-size: 24px;
  }
  .big_slider .owl-nav div svg {
    width: 45px;
  }
  .big_slider .big_slider__list__item__info__description {
    font-size: 17px;
  }
  .big_slider .big_slider__list__item__inside {
    padding: 100px 0;
  }
  .big_slider .owl-pagination {
    bottom: 8px;
  }
  .big_slider .owl-nav .owl-prev {
    left: 1rem;
  }
  .big_slider .owl-nav .owl-next {
    right: 1rem;
  }
}
@media (max-width: 784px) {
  .big_slider .owl-carousel .owl-item {
    height: 100% !important;
  }
  .main_categories__item__info__description {
    display: none;
  }
  .big_slider__list__item .main_categories__item {
    height: 50%;
    width: 100%;
  }
  .big_slider__list__item .main_categories__item .main_categories__item__info {
    margin: 0 auto !important;
    padding: 0 20px;
    height: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 784px) and (max-height: 400px) {
  .big_slider__list__item .main_categories__item {
    height: 300px;
  }
}
@media (max-width: 766.98px) {
  .big_slider .big_slider__list__item__info {
    max-width: 60%;
    margin: 0;
  }
  .big_slider .big_slider__list__item__inside {
    padding: 60px 0;
  }
  .big_slider .owl-pagination {
    bottom: 18px;
  }
  .big_slider .owl-nav .owl-prev,
  .big_slider .owl-nav .owl-next {
    bottom: 10px;
    top: auto;
    margin-top: 0;
  }
  .big_slider .big_slider__list__item .main_categories__item__info {
    flex-direction: column;
    justify-content: center;
  }
  .big_slider .big_slider__list__item .main_categories__item__info__title {
    text-align: center;
  }
}
@media (max-width: 599.98px) {
  .big_slider .big_slider__list__item__info {
    max-width: none;
  }
  .big_slider__list__item__photo:after, .big_slider__list__item__video:after {
    opacity: 0.6;
  }
  .big_slider .big_slider__list__item__inside {
    padding: 30px 0 60px 0;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.00-legacy/components/contact_form.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
.contact_form {
  position: relative;
  background: #011F4B;
}
.contact_form .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 766.98px) {
  .contact_form .container {
    padding: 0;
  }
}
.contact_form textarea.form-control.big_field {
  min-height: 100px;
}

.contact_form__text * {
  color: #fff;
}

.contact_form__text__top {
  font-size: 60px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .contact_form__text__top {
    font-size: 32px;
  }
}

.contact_form__text__description {
  margin: 0 0 25px 0;
  font-size: 24px;
}
@media (max-width: 766.98px) {
  .contact_form__text__description {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 991.98px) {
  .contact_form__text__description {
    font-size: 16px;
  }
}

.contact_form .my_catalog__item {
  width: 100%;
}
.contact_form .my_catalog__item label {
  color: #fff;
}
.contact_form .my_catalog__item label a {
  color: #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact_form .my_catalog__item label a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0) !important;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.00-legacy/components/content_block.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.content_block {
  position: relative;
  padding: 35px 0;
  color: #fff;
}
.content_block__inside {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.content_block__info {
  width: 50%;
}
.content_block__info__inside {
  max-width: 400px;
}
.content_block__info__title {
  font-size: 48px;
  font-weight: bold;
}
.content_block__info__text {
  margin: 25px 0 25px 0;
}
.content_block__info__text * {
  font-size: 22px;
}
.content_block__image {
  flex: 1;
}
.content_block__image img {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 530px;
}
.content_block:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #011F4B;
  opacity: 0.8;
  z-index: 1;
}

@media (max-width: 1022.98px) {
  .content_block__info__title {
    font-size: 40px;
  }
  .content_block__info {
    width: 55%;
  }
}
@media (max-width: 766.98px) {
  .content_block {
    padding: 30px 0;
  }
  .content_block__info {
    width: auto;
    display: block;
  }
  .content_block__inside {
    display: block;
    width: auto;
    text-align: center;
  }
  .content_block__info__inside {
    max-width: none;
  }
  .content_block__info__text * {
    font-size: 18px;
  }
  .content_block__info__title {
    font-size: 32px;
  }
  .content_block__image {
    display: none;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.00-legacy/components/main_categories.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.main_categories__inside {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.main_categories__item {
  display: block;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 520px;
  color: #fff !important;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.main_categories__item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main_categories__item__image:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000D22;
  opacity: 0.2;
  z-index: 2;
  transition: 0.3s ease;
}
.main_categories__item__info {
  z-index: 2;
  position: relative;
}
.main_categories__item__info__title {
  font-size: 32px;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
.main_categories__item:hover {
  color: #fff !important;
}
.main_categories__item:hover .main_categories__item__image:before {
  opacity: 0.3;
}

@media (max-width: 1199.98px) {
  .main_categories__item {
    height: 450px;
  }
}
@media (max-width: 1022.98px) {
  .main_categories__item {
    height: 400px;
  }
}
@media (max-width: 766.98px) {
  .main_categories__item {
    height: 300px;
    width: auto;
    display: block;
  }
  .main_categories__inside {
    width: auto;
    display: block;
  }
  .main_categories__item__info {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .main_categories__item__info__title {
    font-size: 24px;
  }
}
@media (max-width: 599.98px) {
  .main_categories__item {
    height: 240px;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.00-legacy/components/partners.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.partners_list .white_card {
  margin: 0 !important;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.00-legacy/components/review_page.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.review_page {
  padding: 50px 0;
  background: url(/local/templates/vento/front/dist/images/background/216.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  font-size: 18px;
}
.review_page label {
  min-height: 26px;
}
.review_page label span {
  display: inline-block;
  vertical-align: top;
}
.review_page:before {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #000;
  opacity: 0.2;
  content: " ";
}
.review_page .big_card {
  position: relative;
  z-index: 2;
}
.review_page__logo {
  text-align: center;
}
.review_page .chosen-container-single .chosen-single {
  border-color: #ced4da !important;
}
.review_page .popup-window {
  background: #fff;
}
.review_page .popup-window-close-icon {
  position: absolute;
  right: 10px;
  top: 7px;
}
.review_page .popup-window-close-icon:before,
.review_page .popup-window-close-icon:after {
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: 30px;
}

.img-list {
  margin: 0 -10px;
}
.img-list .img-item {
  display: inline-block;
  padding: 0 10px 20px 10px;
  position: relative;
  user-select: none;
  max-width: 33.333%;
  box-sizing: border-box;
  vertical-align: top;
}
.img-list .img-item img {
  border: 1px solid #767676;
  display: block;
  max-width: 100%;
}
.img-list .img-item .remove_img {
  display: inline-block;
  background: url(/local/templates/vento/front/dist/images/background/remove.svg) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: -12px;
  right: -1px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1022.98px) {
  .review_page {
    background: none;
    padding: 0;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.00-legacy/components/video_reviews.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.video_reviews {
  background: #fff url(/local/templates/vento/front/dist/images/background/video-pattern.png);
  padding: 40px 0;
}
.video_reviews.news_list {
  background: none;
  padding: 0;
}
.video_reviews.news_list .tabs_block__top {
  margin: 0 0 0 0;
}
.video_reviews__youtube_link {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.video_reviews__youtube_link:hover {
  opacity: 0.7;
}
.video_reviews__youtube_link__label {
  margin: 0px 15px 0 0;
  color: #011F4B;
  font-weight: bold;
  letter-spacing: -0.4px;
}
.video_reviews__youtube_link__icon.left_side {
  margin: 0 17px 0 0;
}
.video_reviews__youtube_link__icon.left_side svg {
  width: 30px;
  height: 30px;
}
.video_reviews__youtube_link__icon.right_side svg path {
  stroke: #011F4B;
}
.video_reviews .tabs_block__links__item:not(.active) .custom_button {
  background: none;
}
.video_reviews .tabs_block__links__item:not(.active) .custom_button .custom_button__label {
  color: #011F4B;
}
.video_reviews .tabs_block__top {
  text-align: left;
}
@media (max-width: 1199.98px) {
  .video_reviews .previews_list__item__title {
    left: 10px;
    bottom: 10px;
  }
  .video_reviews .previews_list__item__icon {
    top: 10px;
    left: 10px;
  }
}
@media (max-width: 766.98px) {
  .video_reviews {
    padding: 30px 0;
  }
  .video_reviews .previews_list__item__title {
    font-size: 16px;
  }
  .video_reviews .previews_list__item__inside {
    height: 180px;
  }
  .video_reviews .previews_list__item__icon {
    width: 35px;
    height: 35px;
  }
  .video_reviews .video_reviews__youtube_link {
    justify-content: flex-start;
  }
}
@media (max-width: 599.98px) {
  .video_reviews .previews_list__item__inside {
    height: 160px;
  }
}
@media (max-width: 399.98px) {
  .video_reviews .previews_list__item__inside {
    height: 140px;
  }
  .video_reviews .previews_list__item__title {
    line-height: 1;
    font-size: 14px;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.00-legacy/main/main.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************/

/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.00-legacy/about_company.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
.about_us_page__top_text {
  max-width: 570px;
}
.about_us_page__top_image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(/local/templates/vento/front/dist/images/background/about5.jpg) no-repeat 100% 45px;
  background-size: auto 100%;
  z-index: -1;
}
.about_us_page__white_block {
  margin: 0 auto !important;
}
.about_us_page__white_block__text1 .h2 {
  max-width: 920px;
  margin: 20px auto !important;
}
.about_us_page__slider img {
  display: block;
  width: 100%;
  height: auto;
}
.about_us_page__slider .owl-pagination,
.about_us_page__slider .owl-dots {
  margin: -150px 0 0 0;
  position: absolute;
  left: 0;
  right: 0;
}
.about_us_page__slider .owl-buttons button,
.about_us_page__slider .owl-buttons div,
.about_us_page__slider .owl-nav button,
.about_us_page__slider .owl-nav div {
  outline: none;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  font-size: 0;
  border: none;
  outline: none;
  cursor: pointer;
  margin: -20px 0 0 0;
  box-shadow: 0 2px 10px rgba(209, 209, 209, 0.25);
  background: #0046b4 !important;
  opacity: 0.8;
}
.about_us_page__slider .owl-buttons button:hover,
.about_us_page__slider .owl-buttons div:hover,
.about_us_page__slider .owl-nav button:hover,
.about_us_page__slider .owl-nav div:hover {
  opacity: 1;
}
.about_us_page__slider .owl-buttons button.disabled,
.about_us_page__slider .owl-buttons div.disabled,
.about_us_page__slider .owl-nav button.disabled,
.about_us_page__slider .owl-nav div.disabled {
  opacity: 0.5;
  cursor: default;
}
.about_us_page__slider .owl-buttons button svg,
.about_us_page__slider .owl-buttons div svg,
.about_us_page__slider .owl-nav button svg,
.about_us_page__slider .owl-nav div svg {
  width: 80%;
}
.about_us_page__slider .owl-buttons .owl-prev,
.about_us_page__slider .owl-nav .owl-prev {
  left: 20px;
}
.about_us_page__slider .owl-buttons .owl-next,
.about_us_page__slider .owl-nav .owl-next {
  right: 20px;
}
.about_us_page__main_text {
  margin: 20px 0 0 0;
  position: relative;
}

@media (max-width: 1499.98px) {
  .about_us_page__top_image {
    background-position: 100% center;
    background-size: 40% auto;
  }
}
@media (max-width: 1299.98px) {
  .about_us_page__top_image {
    background-position: 100% center;
    background-size: 35% auto;
  }
}
@media (max-width: 1199.98px) {
  .about_us_page__slider .owl-controls .owl-buttons {
    top: 10px;
    right: 10px;
  }
  .about_us_page__top_image {
    background: none;
  }
  .about_us_page__top_text {
    max-width: none;
  }
}
@media (max-width: 1022.98px) {
  .about_us_page__top_image {
    background: none;
  }
  .about_us_page__top_text {
    max-width: none;
  }
  .company_sidebar {
    display: none !important;
  }
}
.about_us_page__slider__item .desktop_img {
  display: block;
}
.about_us_page__slider__item .mobile_img {
  display: none !important;
}

@media (max-width: 766.98px) {
  .about_us_page__slider__item .desktop_img {
    display: none !important;
  }
  .about_us_page__slider__item .mobile_img {
    display: block !important;
  }
  .about_us_page__slider .owl-controls .owl-buttons {
    left: 10px;
    right: 10px;
    top: 38%;
  }
  .about_us_page__slider .owl-controls .owl-nav button,
  .about_us_page__slider .owl-controls .owl-buttons div {
    width: 30px;
    height: 30px;
    position: absolute;
    opacity: 1;
  }
  .about_us_page__slider .owl-controls .owl-dots,
  .about_us_page__slider .owl-controls .owl-pagination {
    margin: -40px 0 0 0;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.00-legacy/alpskills.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
.alpskills__menu {
  padding: 0 10px 0 0;
}
.alpskills__contents {
  background: #fff;
}
.alpskills__welcome {
  padding: 80px 0;
  text-align: center;
  background: url(/local/templates/vento/front/dist/images/background/alpskills.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.alpskills__welcome__info__btn {
  margin: 30px 0 0 0;
}
.alpskills__welcome__info__title h1 {
  font-size: 140px !important;
  text-transform: uppercase;
}
.alpskills__welcome__info__text {
  font-size: 26px;
}

.alpskills__contents .main_content__inside {
  padding-bottom: 0;
}

.video_description {
  text-align: center;
  margin: 5px 0 0 0;
  color: #878787;
}

@media (max-width: 1399.98px) {
  .alpskills__welcome__info__title h1 {
    font-size: 120px !important;
  }
}
@media (max-width: 1199.98px) {
  .alpskills__welcome__info__title h1 {
    font-size: 100px !important;
  }
  .alpskills__welcome {
    padding: 40px 0;
  }
}
@media (max-width: 1099.98px) {
  .alpskills__welcome__info__title h1 {
    font-size: 80px !important;
  }
}
@media (max-width: 1022.98px) {
  .alpskills__welcome__info__title h1 {
    font-size: 60px !important;
  }
}
@media (max-width: 766.98px) {
  .alpskills__welcome__info__title h1 {
    font-size: 40px !important;
  }
  .alpskills__welcome__info__text {
    font-size: 20px;
  }
  .alpskills__welcome__info__btn {
    margin: 15px 0 0 0;
  }
}
@media (max-width: 599.98px) {
  .alpskills__welcome {
    padding: 25px 0;
  }
  .alpskills__welcome__info__title h1 {
    font-size: 35px !important;
  }
}
@media (max-width: 399.98px) {
  .alpskills__welcome__info__title h1 {
    font-size: 30px !important;
  }
  .alpskills__welcome__info__text {
    font-size: 18px;
  }
}
.alpskills__chapters__item {
  padding: 0 0 60px 0;
}
.alpskills__chapters__info a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.alpskills__chapters__info__img {
  width: 90px;
}
.alpskills__chapters__info__img img {
  overflow: hidden;
  border-radius: 100px;
  display: block;
  width: 90px;
  height: 90px;
}
.alpskills__chapters__text {
  margin: 0 0 0 20px;
  flex: 1;
}
.alpskills__chapters__text__top {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #878787;
}
.alpskills__chapters__text__description {
  margin: 5px 0 0 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.alpskills__subject {
  display: block;
  width: auto;
  padding: 30px 30px;
}
.alpskills__subject__btn {
  margin: 30px 0 0 0;
}
.alpskills__subject.line_variant .alpskills__subject__inside {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.alpskills__subject.line_variant .alpskills__subject__title {
  flex: 1;
  font-weight: 500;
  font-size: 19px;
}
.alpskills__subject.line_variant .alpskills__subject__btn {
  width: 140px;
  text-align: right;
  margin: 0 0 0 0;
}
.alpskills__subject .btn-secondary {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.alpskills__subject:hover .btn-secondary {
  background: #0566ff !important;
  color: #fff !important;
  border-color: #0566ff !important;
}
.alpskills__subject:hover .btn-secondary svg path {
  stroke: #fff !important;
}

@media (max-width: 1199.98px) {
  .alpskills__subject {
    padding: 20px 20px;
  }
  .alpskills__subject__btn {
    margin: 20px 0 0 0;
  }
  .alpskills__chapters__item {
    padding: 0 0 30px 0;
  }
}
@media (max-width: 766.98px) {
  .alpskills__chapters__info__img {
    width: 65px;
  }
  .alpskills__chapters__text {
    margin: 0 0 0 10px;
  }
  .alpskills__chapters__item {
    padding: 0 0 20px 0;
  }
  .alpskills__subject__inside {
    display: block !important;
    width: auto !important;
  }
  .alpskills__subject__btn {
    width: auto !important;
    text-align: left !important;
    margin: 5px 0 0 0 !important;
  }
  .alpskills__chapters__info__img img {
    width: 60px;
    height: 60px;
  }
  .alpskills__chapters__text__description {
    margin: 0px 0 0 0;
    font-size: 16px;
  }
  .alpskills__subject.line_variant .alpskills__subject__title {
    font-size: 16px;
  }
}
@media (max-width: 599.98px) {
  .alpskills__subject {
    padding: 10px 10px;
  }
  .alpskills__subject__btn {
    margin: 5px 0 0 0 !important;
  }
}
.alpskills__category__info {
  padding: 0px 0 0 0;
}
.alpskills__category .main_content__side.left_side {
  border-right: 1px solid #efefef;
}
@media (max-width: 1022.98px) {
  .alpskills__category .main_content__side.left_side {
    border: none;
  }
  .alpskills__category .main_content__side.left_side .alpskills__menu__content {
    margin: 0 0 10px 0;
  }
}
.alpskills__category__img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  min-height: 300px;
}
.alpskills__category__img:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #011F4B;
  opacity: 0.7;
}
.alpskills__category__img.no_img:before {
  opacity: 1;
}
.alpskills__category__top {
  margin-bottom: 30px;
}
.alpskills__category__top__nav {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #efefef;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.alpskills__category__top__nav__author {
  margin: 10px 0px;
}
.alpskills__category__top__nav__chapter {
  margin: 0 20px 0 0;
}
.alpskills__category__top__nav__chapter .navigation_link {
  opacity: 0.7;
}
.alpskills__category__top__nav__chapter .navigation_link:hover {
  opacity: 1;
}
.alpskills__category__top__nav__chapter .navigation_link__icon {
  position: relative;
}
.alpskills__category__top__nav__chapter .navigation_link__icon:before {
  content: " ";
  position: absolute;
  top: 0%;
  left: 0;
  margin-top: 5px;
  width: 6px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width=%276%27 height=%2710%27 viewBox=%270 0 6 10%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M5 1L1 5L5 9%27 stroke=%27white%27 stroke-width=%271.5%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
}
.alpskills__category__top__info {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.alpskills__category__top .alpskills__category__img {
  bottom: 0;
  z-index: 1;
  height: auto;
}
.alpskills__category__top__announcement {
  color: #fff;
  font-size: 19px;
  line-height: 32px;
}
@media (max-width: 1023px) {
  .alpskills__category__top__announcement {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .alpskills__category__top__announcement {
    font-size: 18px;
    line-height: 22px;
  }
}
.alpskills__category__top__title {
  margin: 40px 0 20px 0;
}
.alpskills__category__top__title * {
  color: #fff;
}
.alpskills__category__wrapper {
  position: relative;
}
.alpskills__category__wrapper .big_card {
  position: relative;
}
.alpskills__category__list {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.alpskills__category__list__item {
  padding: 0 10px 0px 10px;
  width: 50%;
}

.alpskills__menu .target_menu_block__toggle {
  margin: 0 0 20px 0;
}
.alpskills__menu ul {
  margin: 0 0 20px 0;
  padding: 0;
}
.alpskills__menu ul:last-child {
  margin: 0;
}
.alpskills__menu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.alpskills__menu ul > li {
  margin: 0 0 20px 0;
  font-weight: bold;
}
.alpskills__menu ul > li > ul {
  margin: 10px 0 10px 0px !important;
  padding: 10px 0 10px 10px;
  border-left: 1px solid #efefef;
}
.alpskills__menu ul > li > ul > li {
  margin: 0 0 15px 0;
  font-weight: 400;
}
.alpskills__menu ul > li:last-child {
  margin: 0;
}

@media (max-width: 599.98px) {
  .alpskills__category__top__title {
    margin: 0 0 50px 0;
  }
  .alpskills__category__list__item {
    width: 100%;
  }
  .alpskills__category__img {
    min-height: 280px;
  }
  .alpskills__category__wrapper .big_card {
    padding: 10px 10px;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.00-legacy/button_to_top_area.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.button_to_top_area {
  position: fixed;
  left: 0;
  top: 0;
  width: 125px;
  height: 100%;
  background: rgba(213, 213, 213, 0);
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 31;
  opacity: 0;
  visibility: hidden;
}

.button_to_top_area.show {
  opacity: 1;
  visibility: visible;
}

.button_to_top_area:hover {
  background: rgba(213, 213, 213, 0.55);
}

.button_to_top_area__btn {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin: 0 0 0 -25px;
  border-radius: 106px;
}

.button_to_top_area__btn svg {
  width: 100%;
}

.button_to_top_area__btn__two svg.lg {
  display: block;
}

.button_to_top_area__btn__two svg.xs {
  display: none;
}

.button_to_top_area__btn__one,
.button_to_top_area__btn__two {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.button_to_top_area__btn__one {
  background-position: center;
  background-size: 100%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0.5;
}

.button_to_top_area__btn__two {
  background-position: center;
  background-size: 100%;
  opacity: 0;
}

.button_to_top_area:hover .button_to_top_area__btn__two {
  opacity: 1;
}

.button_to_top_area:hover .button_to_top_area__btn__one {
  opacity: 1;
}

@media (max-width: 1650px) {
  .button_to_top_area {
    width: 50px;
    height: 50px;
    top: auto;
    bottom: 50px;
    left: 20px;
  }
  .button_to_top_area__btn {
    bottom: auto;
    width: 100%;
    height: 100%;
  }
  .button_to_top_area:hover {
    background: none;
  }
}
@media (max-width: 767px) {
  .button_to_top_area {
    width: 40px;
    height: 40px;
    bottom: 10px;
    left: 10px;
    border-radius: 100px;
  }
  .button_to_top_area__btn {
    box-shadow: none;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.00-legacy/cart.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.widget-payment-checkout-info {
  margin: 0 0 5px 0;
}
.widget-payment-checkout-info.pr-0 {
  margin-left: 10px;
}

#noAvailableProducts {
  margin: 0 0 10px 0;
}

.basket-items-list .basket-item-scu-item,
.basket-items-list .basket-item-scu-item.not-available:hover {
  margin: 2px 3px 3px 0 !important;
}

.basket-item-block-properties {
  display: none;
}

.bx-soa-cart-total-line.delivery_line .bx-soa-cart-d {
  padding: 0;
  margin: 0px 0 0 0;
}

.cart_page .bx-soa-cart-total-bottom {
  opacity: 1 !important;
}
.cart_page #bx-soa-delivery .bx-soa-pp-company-smalltitle,
.cart_page #bx-soa-paysystem .bx-soa-pp-company-smalltitle {
  text-align: left;
  margin-left: 5px;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 15px;
}
.basket-checkout-container {
  padding: 0;
}

.basket-checkout-block-total-title {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 10px 0;
}

.basket-checkout-block.basket-checkout-block-btn .custom_button {
  display: block !important;
  width: 100%;
}

.basket-coupon-alert {
  display: block;
  width: auto;
}

.basket-checkout-section__item {
  padding: 20px 20px;
  border-bottom: 1px solid #E4E4E4;
}
.basket-checkout-section__item:last-child {
  border-bottom: none;
}
.basket-checkout-section__item.base_info {
  background: #fff;
}

.basket-checkout-section-inner {
  display: block;
  width: auto;
}

.basket-checkout-block-total {
  padding: 0 0 0 0;
  text-align: left;
}

.basket-coupon-block-total-price-current {
  margin: 0;
}

.basket-checkout-block-total-price {
  text-align: left;
  padding: 0;
}

.basket-checkout-block-total-price-inner {
  padding: 0;
  text-align: left;
  display: block;
}

.basket-checkout-block-btn {
  padding: 0;
  text-align: left;
}

.basket-checkout-block-total-item__inside {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 -10px;
  position: relative;
}
.basket-checkout-block-total-item__inside:before {
  content: " ";
  position: absolute;
  left: 10px;
  right: 10px;
  border-bottom: 1px dotted #dadada;
  bottom: 1px;
}

.basket-checkout-block-total-item__block {
  margin: 0 10px;
  background: #fff;
  position: relative;
}
.basket-checkout-block-total-item__block.label_block {
  color: #000;
  padding: 0 10px 0 0;
}
.basket-checkout-block-total-item__block.value_block {
  padding: 0 0 0 10px;
}

.basket-item-actions-remove {
  display: block;
}
.basket-item-actions-remove:after, .basket-item-actions-remove:before {
  background: #011F4B;
}
.basket-item-actions-remove:hover:after, .basket-item-actions-remove:hover:before {
  background: #f44336;
}

.basket-item-block-actions {
  opacity: 1;
  visibility: visible;
  margin: 0px 0 0 0;
}

.basket-total-block {
  width: 100%;
}

.basket-item-property-name,
.basket-item-property-custom-name {
  color: #000;
}

.basket-items-list-item-descriptions {
  padding: 10px 0 10px 0;
}

.bx-soa-section.bx-step-completed {
  border: 1px solid #00c308;
}
@media (min-width: 992px) {
  .bx-soa-section.bx-step-completed .bx-soa-section-title-container {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .bx-soa-section.bx-step-completed .bx-soa-section-title-container:hover {
    background: #e3eff7;
  }
}

.bx-soa-section.bx-selected {
  border: 1px solid #adbdd7;
}

.bx-soa-section {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 15px;
  border: 1px solid #d8d8d8;
}

.bx-soa-section-title-count {
  background: #fff;
}

.bx-soa-coupon-label {
  margin: 0 0 10px 0;
}

.bx-soa-custom-label {
  margin: 0 0 5px 0;
}

.bx-soa-cart-total-line {
  border: none !important;
  border-bottom: 1px dashed #e5e5e5 !important;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 10px 0;
  padding: 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.bx-soa-cart-t {
  background: #fff;
  margin: 0 0 -1px 0;
  padding: 0 5px 0 0;
  display: inline-block;
  float: none;
}

.bx-soa-cart-d {
  float: none;
  background: #fff;
  margin: 0 0 -1px 0;
  padding: 0 0 0 5px;
  display: inline-block;
}

.bx-sls .dropdown-block {
  border: 1px solid #ced4da !important;
  border-radius: 3px;
  background: #fff !important;
  padding: 0 0;
}

.form-check-input[type=radio] {
  margin-top: -1px;
}

.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant,
.bx-sls .bx-ui-sls-error {
  padding: 5px 10px;
}

.dropdown-item-text {
  padding: 0 0;
}

.bx-sls .bx-ui-sls-fake,
.bx-sls .bx-ui-sls-route {
  height: 38px;
  padding: 7px 10px !important;
}

.bx-sls .bx-ui-sls-container {
  min-height: 38px !important;
  margin: 0 30px 0 0px !important;
}

.bx-soa-location-input-container .bx-sls .bx-ui-sls-container {
  margin-left: 20px !important;
}

.bx-sls .bx-ui-sls-clear {
  top: 3px;
  right: 3px;
}

.bx-soa-pp-desc-container {
  padding-top: 0;
}

.bx-soa-pp-desc-container .bx-soa-pp-company {
  padding: 15px 15px;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #d8d8d8;
  position: relative;
  z-index: 1;
}

.bx-soa-pp-company-desc {
  padding: 10px 0;
}

.bx-soa-pp-item-container .bx-soa-pp-company-graf-container {
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.bx-soa-pp-item-container .bx-soa-pp-company-graf-container:hover {
  border-color: #011F4B;
}

.bx-soa-pp-item-container .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
  border-color: #0566ff;
}

.bx-soa-more-btn.col {
  display: flex;
  justify-content: space-between;
}

.basket-item-block-image {
  text-align: center;
}

@media (max-width: 599.98px) {
  .attached_videos__item {
    width: 100% !important;
  }
}
.attached_videos__item__video iframe {
  width: 100%;
  height: 250px;
  display: block;
}
@media (max-width: 766.98px) {
  .attached_videos__item__video iframe {
    height: 170px;
  }
}
@media (max-width: 599.98px) {
  .attached_videos__item__video iframe {
    height: 170px;
  }
}
.attached_videos__item__name {
  margin: 5px 0 0 0;
}

.text-muted .basket-coupon-text:after {
  position: relative;
  display: inline-block;
}

.basket-items-list-item-container-expend .basket-items-list-item-removed-container {
  display: block;
}
.basket-items-list-item-container-expend .basket-items-list-item-removed-container .basket-items-list-item-removed-block {
  margin: 10px 0;
}

.main-user-consent-request-popup-cont {
  min-height: 0px !important;
}

.main-user-consent-request-popup-text, .main-user-consent-request-popup-link {
  min-height: 120px !important;
  height: auto !important;
}

.main-user-consent-request-popup-link a {
  max-width: 100%;
  color: #011F4B;
}
.main-user-consent-request-popup-link a:hover {
  color: #0566ff;
}

@media (max-width: 766.98px) {
  .basket-items-list-item-container td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .basket-items-list-item-container td .basket-item-block-price {
    text-align: center;
    padding: 10px 0 0 0;
    display: block !important;
  }
  .basket-items-list-item-container td .basket-item-price-old {
    position: static;
  }
  .basket-items-list-item-container td .basket-item-price-title {
    position: static;
    text-align: center;
  }
  .basket-items-list-item-container td .basket-item-block-amount {
    padding: 0;
    margin: 0;
  }
  .basket-items-list-item-container td .basket-item-actions-remove {
    display: inline-block;
    width: auto;
    position: absolute;
    top: 11px;
    right: 0;
    padding: 10px;
    text-align: center;
    z-index: 2;
  }
  .basket-items-list-item-container * {
    font-size: 18px !important;
  }
  .basket-item-actions-remove:after, .basket-item-actions-remove:before {
    height: 20px;
  }
}
@media (max-width: 580px) {
  .basket-item-block-info .basket-item-info-name {
    text-align: center;
    padding: 0;
  }
  .basket-item-block-info .basket-item-info-name .basket-item-info-name-link {
    padding: 0;
  }
  .basket-items-list-item-price-for-one .basket-item-price-current {
    text-align: center !important;
  }
  .basket-item-price-current {
    text-align: center !important;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.00-legacy/catalog.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
.catalog-section-description {
  padding: 20px 20px;
  background: #fff;
}

.catalog-section-description p {
  line-height: 1.4;
}

.product-item__hidden {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.product-item-container.hover {
  z-index: 30;
}

.product-item-scu-block-title {
  font-size: 14px;
  color: #000 !important;
}

.product-item-scu-item-text {
  font-size: 14px;
  line-height: 20px;
}

.product-item__vendor_code {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 6px;
  border: 1px solid #011F4B;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background-color: #011F4B;
  z-index: 15;
  display: inline-block;
}

.product-item__vendor_code:after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 6px solid #011F4B;
  position: absolute;
  top: 8px;
  right: -14px;
  transform: rotate(90deg);
}

.product-item-small-card .product-item-title {
  margin: 0 0 10px 0;
  overflow: visible;
  padding: 0;
  text-overflow: clip;
  white-space: normal;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  min-height: 58px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-item-small-card .product-item-title a {
  font-size: 16px;
  color: #000;
}
.product-item-small-card .product-item-price-container {
  margin: 0 0 10px 0;
}
.product-item-small-card .product-item-price-current {
  font-size: 18px;
  font-weight: 500;
}
.product-item-small-card .product-item-container .product-item {
  padding: 15px 15px !important;
  left: 0 !important;
  right: 0 !important;
}
.product-item-small-card .product-item-image-slider-control.active,
.product-item-small-card .product-item-image-slider-control:hover {
  background: #011F4B;
}

.bx-pagination .bx-pagination-container ul li span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bx-pagination .bx-pagination-container ul li a:hover span {
  background: #89CDE0 !important;
  color: #fff !important;
  border-color: #89CDE0 !important;
}
.bx-pagination .bx-pagination-container ul li.bx-active span {
  background: #011F4B !important;
}

.product-item-scu-item-text-block {
  padding: 3px 5px;
}

.product-item-scu-item-text-block:hover,
.product-item-scu-item-color-block:hover,
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
  outline-color: #011F4B;
}

.product-item__alerts {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  text-align: right;
}
.product-item__alerts__item {
  margin: 0 0 5px 0;
}
.product-item__alerts__item:last-child {
  margin: 0;
}
.product-item__alerts.left_side {
  right: auto;
  left: 0;
  text-align: left;
}
.product-item__alerts.left_side .product-item__vendor_code {
  position: relative;
}

.alert_item {
  display: inline-block;
  border-radius: 5px;
  padding: 5px 5px;
  color: #fff;
  font-size: 12px;
}
.alert_item.new_product {
  background: #0566ff;
}
.alert_item.sale_product {
  background: #00c308;
}
.alert_item.hit_product {
  background: #f9a918;
}
.alert_item.rent_product {
  background: #800080;
}
.alert_item.VARIATION_1 {
  background: #f81155;
}
.alert_item.VARIATION_2 {
  background: #1307a9;
}
.alert_item.VARIATION_3 {
  background: #5B51DE;
}

.product-item-amount {
  padding: 0 0 2px;
  text-align: center;
}

.product-item-amount-field-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  max-width: 150px;
  margin: 0 auto 0px !important;
  border: 1px solid rgba(0, 70, 180, 0.2);
  border-radius: 3px;
  overflow: hidden;
  border: none !important;
}

.bx-catalog-element .product-item-amount-field-container {
  max-width: none;
}

.product-item-amount-field {
  height: 47px;
  font-weight: 500;
  box-sizing: border-box;
  border: none !important;
  border-top: 1px solid rgba(0, 70, 180, 0.1) !important;
  border-bottom: 1px solid rgba(0, 70, 180, 0.1) !important;
}

.product-item-amount-field-btn-minus:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzAwNDZiNCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
  background-size: 10px;
}
.product-item-amount-field-btn-minus.product-item-amount-field-btn-disabled {
  cursor: default;
  background-color: rgba(0, 70, 180, 0.1) !important;
}
.product-item-amount-field-btn-minus.product-item-amount-field-btn-disabled:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzAwNDZiNCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center !important;
  background-size: 10px !important;
}
.product-item-amount-field-btn-plus:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiMwMDQ2YjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
  background-size: 10px;
}
.product-item-amount-field-btn-plus.product-item-amount-field-btn-disabled {
  background: rgba(0, 70, 180, 0.1) !important;
  cursor: default;
}
.product-item-amount-field-btn-plus.product-item-amount-field-btn-disabled:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiMwMDQ2YjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center !important;
  background-size: 10px !important;
}

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
  position: relative;
  display: block;
  width: 45px;
  height: 47px !important;
  box-sizing: border-box;
  border-radius: 0px;
  color: #000;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 70, 180, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover {
  background: rgba(0, 70, 180, 0.2);
}

.fast_actions_row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.fast_actions_row .fast_actions__item {
  margin: 0;
}

.fast_actions__item {
  margin: 0 0 15px 0;
}

.fast_actions__item input {
  display: none;
}

.fast_actions__item:last-child {
  margin: 0 0 0px 0;
}

.fast_actions__item__icon {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  margin: -2px 0 0 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

input:checked ~ .fast_actions__item__icon.add {
  display: none;
}

input:not(:checked) ~ .fast_actions__item__icon.remove {
  display: none;
}

.fast_actions__item__link {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.fast_actions__item__label {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 5px;
  text-align: left;
  flex: 1;
}

.fast_actions__item__label__variant {
  color: #011F4B;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
}

.fast_actions__item__label__variant.add {
  display: block;
}

input:checked ~ .fast_actions__item__label .remove {
  display: block;
}

input:checked ~ .fast_actions__item__label .add {
  display: none;
}

.fast_actions__item__link:hover, .fast_actions__item__link:hover .fast_actions__item__label__variant {
  color: #89CDE0;
}

.smart-filter-slider-handle {
  -webkit-transition: all 0s ease !important;
  transition: all 0s ease !important;
}

.smart-filter-checkbox-btn.bx-color-sl {
  border: 1px solid rgba(204, 213, 219, 0);
}
.smart-filter-checkbox-btn.bx-color-sl:hover {
  border: 1px solid #878787;
}

.smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn.bx-color-sl {
  border: 1px solid #00c308;
}

.my_catalog {
  display: flex;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.my_catalog .my_catalog__item {
  padding: 0 10px 20px 10px;
  margin: 0;
}
.my_catalog .my_catalog__item__inside {
  display: block;
}
.my_catalog.two_colls .my_catalog__item {
  width: 50%;
}
@media (max-width: 766.98px) {
  .my_catalog.two_colls .my_catalog__item {
    width: 100%;
  }
}
.my_catalog.three_colls .my_catalog__item {
  width: 33.3333%;
}
@media (max-width: 899.98px) {
  .my_catalog.three_colls .my_catalog__item {
    width: 50%;
  }
}
.my_catalog.four_colls .my_catalog__item {
  width: 25%;
}
@media (max-width: 1149.98px) {
  .my_catalog.four_colls .my_catalog__item {
    width: 33.333%;
  }
}
@media (max-width: 899.98px) {
  .my_catalog.four_colls .my_catalog__item {
    width: 50%;
  }
}

.product-item-buttons_block {
  overflow: hidden;
  margin: 0 -5px;
}
.product-item-buttons_block__wrapper {
  overflow: hidden;
}

.product-item-buttons_block__item {
  padding: 0 5px;
}
.product-item-buttons_block__item .custom_button {
  width: 100%;
  justify-content: center;
  max-height: 47px;
}

.catalog_page__show_sidebar {
  display: none;
}
.catalog_page__show_sidebar__inside i.fa {
  vertical-align: top;
  margin: 4px 0 0 0;
  font-size: 16px !important;
}

.smart-filter-block .form-group {
  margin: 0 0 10px 0;
}

.smart-filter-parameters-box-title {
  padding-bottom: 10px;
}

.smart-filter-parameters-box {
  margin-bottom: 10px !important;
}

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
  display: none !important;
}

.bx-touch .product-item-info-container.product-item-hidden {
  display: none !important;
}

@media (max-width: 1199.98px) {
  .product-item-info-container .custom_button {
    padding: 14px 10px;
  }
}
@media (max-width: 1149.98px) {
  .catalog_page__show_sidebar {
    display: block;
    margin: 20px 0;
  }
  .sidebar_block {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
    display: none;
  }
  .sidebar_block.showed {
    display: block;
  }
  .catalog_block {
    display: block;
    width: 100%;
  }
}
@media (max-width: 1099.98px) {
  .product-item__hidden {
    height: 57px;
  }
  .product-item-buttons_block {
    display: block;
    width: auto;
  }
  .product-item-buttons_block .product-item-buttons_block__item {
    display: block;
    width: auto;
  }
  .product-item-buttons_block .custom_button {
    display: block;
    width: 100%;
  }
  .product-item-buttons_block .product-item-amount-field-container {
    max-width: none;
  }
  .product-item .fast_actions__item.compare_item, .product-item .fast_actions__item.favourite_block {
    text-align: center;
  }
  .product-item .fast_actions__item__label {
    max-width: 110px;
  }
}
@media (max-width: 766.98px) {
  .b24-widget-button-position-bottom-right {
    right: 5px !important;
    bottom: 0px !important;
  }
  .b24-widget-button-inner-container, .bx-touch .b24-widget-button-inner-container {
    -webkit-transform: scale(0.6) !important;
    transform: scale(0.6) !important;
  }
  .catalog-section-description {
    padding: 10px 10px;
  }
  .product-item .fast_actions__item.compare_item {
    display: none;
  }
  .product-item__hidden {
    height: 0px;
  }
  .product-item-buttons_block__item.quantity_item {
    display: none;
  }
  .my_catalog {
    margin: 0 -5px;
  }
  .my_catalog .my_catalog__item {
    padding: 0 5px 10px 5px;
  }
  .catalog-section .product-item-small-card .product-item-container .product-item {
    padding: 5px 5px !important;
  }
  .catalog-section .product-item-small-card {
    padding: 0 5px;
    margin: 0 0 10px 0;
  }
  .catalog-section .row {
    margin: 0 -5px;
  }
  .catalog-section .product-item-info-container .custom_button {
    padding: 9px 5px;
  }
  .catalog-section .product-item-info-container .custom_button.bordered {
    padding: 7px 5px;
  }
}
@media (max-width: 399.98px) {
  .product-item-small-card .product-item-price-current {
    font-size: 16px;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.00-legacy/contacts_page.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
.contacts_page__info {
  position: absolute;
  width: 400px;
  right: 0;
  background: #fff;
  margin: -440px 0 0 0;
  border: 1px solid #efefef;
  border-radius: 3px;
  overflow: hidden;
}
.contacts_page__info__wrapper {
  position: relative;
}
.contacts_page__info ul {
  padding: 0;
  margin: 0;
}
.contacts_page__info ul li {
  list-style: none;
  margin: 0 0 10px 0;
}
.contacts_page__info ul li svg {
  margin: -5px 7px 0 0;
}
.contacts_page__info ul li:last-child {
  margin: 0 0 0px 0;
}
.contacts_page__info__list__item {
  padding: 20px 25px;
  margin: 0;
  border-bottom: 1px solid #efefef;
}
.contacts_page__info__list__item__title {
  font-size: 20px;
  margin: 0 0 10px 0;
  font-weight: 500;
}
.contacts_page__info__list__item:last-child {
  border-bottom: none;
}
.contacts_page__map__inside {
  height: 520px;
}
.contacts_page__map__inside iframe {
  height: 520px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
}
.contacts_page__files {
  margin: 40px 0;
}
.contacts_page__files__item {
  margin: 0 0 20px 0;
}
.contacts_page__files__item a {
  display: inline-block;
}
.contacts_page__files__item__inside {
  display: flex;
}
.contacts_page__files__item__icon {
  margin: 0 10px 0 0;
  width: 38px;
  height: 38px;
  position: relative;
}
.contacts_page__files__item__icon:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-mask: url(/local/templates/vento/front/dist/images/background/sprt.svg) 0 -1300px;
  mask: url(/local/templates/vento/front/dist/images/background/sprt.svg) 0 -1300px;
  background: currentColor;
}
.contacts_page__files__item__info {
  flex: 1;
}
.contacts_page__files__item__info__name {
  margin: 0 0 5px 0;
}
.contacts_page__form .custom_btn_block__label {
  min-width: 150px;
}
.contacts_page__form .my_catalog__item.right_side .form__item__input,
.contacts_page__form .my_catalog__item.right_side .form__item,
.contacts_page__form .my_catalog__item.right_side textarea {
  height: 100%;
}
.contacts_page__form .my_catalog__item.right_side textarea {
  min-height: 165px;
}

@media (max-width: 1399.98px) {
  .contacts_page__info {
    right: 30px;
  }
}
@media (max-width: 1299.98px) {
  .contacts_page iframe,
  .contacts_page__map__inside {
    height: 450px;
  }
}
@media (max-width: 1199.98px) {
  .contacts_page iframe,
  .contacts_page__map__inside {
    height: 400px;
  }
}
@media (max-width: 1099.98px) {
  .contacts_page__info__list__item {
    padding: 20px 25px;
  }
}
@media (max-width: 1022.98px) {
  .contacts_page__info {
    position: static;
    width: auto;
    margin: 20px 0 0 0;
  }
  .contacts_page__files {
    margin: 20px 0;
  }
  .contacts_page__info ul li {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 599.98px) {
  .contacts_page__info__list__item {
    padding: 15px 15px;
  }
  .contacts_page__form .my_catalog__item.right_side textarea {
    min-height: 110px;
  }
  .contacts_page__form .form__btn {
    text-align: center;
  }
  .contacts_page iframe,
  .contacts_page__map__inside {
    height: 300px;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.00-legacy/cookies.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
/* cookies */
.cookies-panel {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  transform: translateY(100%);
}
.cookies-panel__content {
  background-color: rgba(44, 44, 44, 0.9);
  border-radius: 2px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
}
.cookies-panel__body {
  flex: 1;
  padding-right: 16px;
  color: #fff;
}
.cookies-panel__body * {
  font-size: 14px;
  line-height: 1.3;
}
.cookies-panel__link {
  display: inline;
  color: #fff;
  transition: all 0.25s;
  border-bottom: 1px solid #fff;
}
.cookies-panel__link:hover {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.cookies-panel__link:active {
  color: #fff;
}
.cookies-panel__button {
  background-color: #011F4B;
  border-color: #011F4B;
  display: inline-flex;
  align-items: center;
  position: relative;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
  transition: all 0.25s;
  height: 40px;
  padding: 12px 20px;
  border: none !important;
  outline: none !important;
}
.cookies-panel__button:hover {
  background-color: #89CDE0;
}
.cookies-panel__button:active {
  background-color: #89CDE0;
}
.cookies-panel--open {
  animation: open_cookies 1.3s 1;
  animation-fill-mode: forwards;
}
.cookies-panel--close {
  animation: close_cookies 1s 1;
  animation-fill-mode: forwards;
}
.cookies-panel .cookies__side {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-right: 14px;
}

@media (max-width: 768px) {
  .cookies-panel {
    padding: 10px 0px 10px;
    margin-top: 8px;
    flex-direction: column;
  }
  .cookies-panel__content {
    flex-direction: column;
    padding: 10px 10px;
  }
  .cookies-panel__body {
    padding: 0 0 10px 0;
  }
}
@media (min-width: 769px) {
  .cookies-panel__link {
    display: inline;
  }
  .cookies__side {
    margin-top: 0;
    width: 112px;
    min-width: 112px;
  }
}
@keyframes open_cookies {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes close_cookies {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(100%);
  }
}
/* end cookies */
/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.00-legacy/documentation.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
.my_catalog__item__img img {
  display: block;
  width: 100%;
  height: auto;
}
.my_catalog__item__inside {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.my_catalog__item__info {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(1, 31, 75, 0.6);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.my_catalog__item__info:hover {
  background: rgba(1, 31, 75, 0.8);
}
.my_catalog__item__info__inside {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 20px 20px 20px;
  align-items: flex-end;
}
.my_catalog__item__info__icon {
  width: 38px;
  height: 38px;
  background: url(/local/templates/vento/front/dist/images/background/sprt.svg) 0 -1227px;
}
.my_catalog__item__info__text {
  flex: 1;
  padding: 0 0 0 10px;
  color: #fff;
}

@media (max-width: 1199.98px) {
  .my_catalog__item__info__inside {
    padding: 0 15px 15px 15px;
  }
}
@media (max-width: 599.98px) {
  .my_catalog__item__info__inside {
    padding: 0 10px 10px 10px;
  }
  .my_catalog__item__img {
    height: 90px;
    overflow: hidden;
  }
  .documents.my_catalog.three_colls .my_catalog__item {
    width: 100%;
  }
}
.standarts__list__item {
  border-bottom: 1px solid #efefef;
}
.standarts__list__item:last-child {
  border-bottom: none;
}
.standarts__list__item__inside {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.standarts__list__item__file {
  width: 230px;
}
.standarts__list__item__file__inside {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}
.standarts__list__item__file__icon {
  width: 38px;
  height: 38px;
  background: url(/local/templates/vento/front/dist/images/background/sprt.svg) 0 -1300px;
}
.standarts__list__item__file__name {
  font-weight: 500;
  color: #011F4B;
  flex: 1;
  padding: 0 0 0 10px;
}
.standarts__list__item__name {
  flex: 1;
  padding: 0 0 0 20px;
}
.standarts__list__item.head_row .standarts__list__item__file,
.standarts__list__item.head_row .standarts__list__item__name {
  font-weight: 500;
}

@media (max-width: 599.98px) {
  .standarts__list__item__inside {
    display: block;
  }
  .standarts__list__item__file {
    width: auto;
  }
  .standarts__list__item__name {
    padding: 5px 0 0 0;
  }
  .standarts__list__item {
    padding: 20px 0;
  }
  .head_row {
    display: none;
  }
  .standarts__list__item__file__inside {
    align-items: flex-end;
  }
}
.documents_catalog__item:nth-child(2n+1) {
  background: #f8f8f8;
}
.documents_catalog__filter .header_bottom__search {
  width: 100%;
}
.documents_catalog__filter .chosen-container,
.documents_catalog__filter .chosen-container-single .chosen-single {
  min-height: 48px;
}
.documents_catalog__standarts {
  position: absolute;
  padding: 0 30px 0 0;
  display: none;
  right: 20px;
  z-index: 2;
}
.documents_catalog__standarts:hover {
  display: block;
}
.documents_catalog__standarts__inside {
  padding: 10px 10px;
  border-radius: 3px;
  overflow: hidden;
  width: 190px;
  background: #fff;
}
.documents_catalog__standarts__item {
  margin: 0 0 10px 0;
}
.documents_catalog__standarts__item:last-child {
  margin: 0;
}
.documents_catalog__list__item__inside {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.documents_catalog__list__item__coll {
  padding: 15px 15px;
}
.documents_catalog__list__item__coll.articul_col {
  width: 140px;
}
.documents_catalog__list__item__coll.name_col {
  flex: 1;
}
.documents_catalog__list__item__coll.name_col a, .documents_catalog__list__item__coll.name_col div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.documents_catalog__list__item__coll.name_col a img, .documents_catalog__list__item__coll.name_col div img {
  border-radius: 100px;
  overflow: hidden;
}
.documents_catalog__list__item__coll.name_col a span, .documents_catalog__list__item__coll.name_col div span {
  flex: 1;
  margin: 0 0 0 10px;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.documents_catalog__list__item__coll.name_col a:hover span, .documents_catalog__list__item__coll.name_col div:hover span {
  color: #0566ff;
}
.documents_catalog__list__item__coll.docs_col .documents_catalog__icons {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.documents_catalog__list__item__coll.docs_col .documents_catalog__icons__item {
  margin: 0 10px 8px 0px !important;
  position: relative;
  min-height: 35px;
  min-width: 39px;
}
.documents_catalog__list__item__coll.docs_col .documents_catalog__icons__item__label {
  margin: 8px 0 0 47px;
  cursor: pointer;
}
.documents_catalog__list__item__coll.docs_col .documents_catalog__icons__item__icon {
  width: 39px;
  height: 35px;
  display: block;
  font-size: 0px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #878787;
  border-radius: 3px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.documents_catalog__list__item__coll.docs_col .documents_catalog__icons__item__icon:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: " ";
}
.documents_catalog__list__item__coll.docs_col .documents_catalog__icons__item__icon.eac_item:before, .documents_catalog__list__item__coll.docs_col .documents_catalog__icons__item__icon.certificates_item:before {
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 x=%270px%27 y=%270px%27 width=%27100%27 height=%27100%27 viewBox=%270 0 32 32%27%3E%3Cpath fill=%27%23011F4B%27 d=%27M 6 3 L 6 29 L 26 29 L 26 9.59375 L 25.71875 9.28125 L 19.71875 3.28125 L 19.40625 3 Z M 8 5 L 18 5 L 18 11 L 24 11 L 24 27 L 8 27 Z M 20 6.4375 L 22.5625 9 L 20 9 Z M 11 13 L 11 15 L 21 15 L 21 13 Z M 11 17 L 11 19 L 21 19 L 21 17 Z M 11 21 L 11 23 L 21 23 L 21 21 Z%27%3E%3C/path%3E%3C/svg%3E%0A") no-repeat;
  background-position: center;
  background-size: 36px;
  transform: scale(0.7);
}
.documents_catalog__list__item__coll.docs_col .documents_catalog__icons__item__icon.minpromtorg_item:before, .documents_catalog__list__item__coll.docs_col .documents_catalog__icons__item__icon.other_item:before {
  background: url("data:image/svg+xml,%3Csvg width=%2723%27 height=%2721%27 viewBox=%270 0 23 21%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M8.15454 6L0 21H5.12273L10.35 11.667C10.5173 11.4 10.4197 10.37 10.35 9.88898L8.15454 6Z%27 fill=%27%23011F4B%27/%3E%3Cpath d=%27M11.3955 0L8.88635 4.66699L14.4273 14.556C14.5945 14.911 15.1242 15 15.3682 15H19.7591L11.3955 0Z%27 fill=%27%23011F4B%27/%3E%3Cpath d=%27M8.88635 16.889L6.48181 21H23L20.3864 16.222L9.82726 16.333C9.40908 16.333 9.02575 16.704 8.88635 16.889Z%27 fill=%27%23011F4B%27/%3E%3C/svg%3E%0A");
  background-position: center;
  transform: scale(0.7);
  background-repeat: no-repeat;
}
.documents_catalog__list__item__coll.docs_col .documents_catalog__icons__item__icon.instructions_item:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMyAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzMzMDRfMjIwKSI+CjxwYXRoIGQ9Ik0yMC45NDY4IDE2LjU0OVYwTDIwLjMyMDEgMC4wNTI5Nzg1QzE3LjgwNjcgMC4yNjE5NzkgMTUuMzQxNCAwLjg2Nzk4NSAxMy4wMTQzIDEuODQ2OThMMTEuOTExMSAyLjMwOTAyVjE4Ljc5MkwxMi43MTQ1IDE4LjQ1NkMxNS4xMjI2IDE3LjQ0NiAxNy42NzIzIDE2LjgyMiAyMC4yNzE2IDE2LjYwNEwyMC45NDY4IDE2LjU0OVoiIGZpbGw9IiMwMTFGNEIiLz4KPHBhdGggZD0iTTIzLjAwMDQgMi40NDcwMkgyMS43NjgzVjE2LjkzQzIxLjc2OTEgMTcuMTQ2IDIxLjYwNDggMTcuMzI2IDIxLjM5MTIgMTcuMzQ0TDIwLjMzOTQgMTcuNDMxQzIwLjAzNTggMTcuNDU2IDE5LjczMjkgMTcuNDg3IDE5LjQzMTMgMTcuNTI1QzE5LjMzMzUgMTcuNTM3IDE5LjIzNjIgMTcuNTUyIDE5LjEzODkgMTcuNTY2QzE4LjkzNTYgMTcuNTkzIDE4LjczMjYgMTcuNjIxIDE4LjUzMDMgMTcuNjUzQzE4LjQxMjQgMTcuNjcyIDE4LjI5NTIgMTcuNjk1IDE4LjE3NzcgMTcuNzE2QzE3Ljk5NjYgMTcuNzQ3IDE3LjgxNTEgMTcuNzc5IDE3LjYzNDQgMTcuODE1QzE3LjUxMTEgMTcuODQgMTcuMzg4IDE3Ljg2OCAxNy4yNjIyIDE3Ljg5NUMxNy4wOTAyIDE3LjkzMiAxNi45MTgxIDE3Ljk2OSAxNi43NDcyIDE4LjAxQzE2LjYxOTEgMTguMDQxIDE2LjQ5MTMgMTguMDczIDE2LjM2NCAxOC4xMDZDMTYuMTk3NyAxOC4xNDggMTYuMDMyMyAxOC4xOTIgMTUuODY3IDE4LjIzOUMxNS43Mzg1IDE4LjI3NCAxNS42MDk5IDE4LjMxMiAxNS40ODE4IDE4LjM1QzE1LjMxNzYgMTguMzk5IDE1LjE1NTcgMTguNDQ4IDE0Ljk5MzUgMTguNTAxQzE0Ljg2NjUgMTguNTQyIDE0LjczOTQgMTguNTgzIDE0LjYxMjggMTguNjI1QzE0LjQ1MDQgMTguNjggMTQuMjg4OCAxOC43MzcgMTQuMTI3NyAxOC43OTZDMTQuMDA0NiAxOC44NDEgMTMuODgxMyAxOC44ODYgMTMuNzU1MyAxOC45MzNDMTMuNjk5IDE4Ljk1NSAxMy42NDMgMTguOTc4IDEzLjU4NjkgMTlIMjMuMDAwNFYyLjQ0NzAyWiIgZmlsbD0iIzAxMUY0QiIvPgo8cGF0aCBkPSJNMi42ODA0MSAwLjA1Mjk3ODVMMi4wNTM3MSAwVjE2LjU1TDIuNzgyNjkgMTYuNjEzQzUuMzgwMzQgMTYuODMyIDcuOTI3ODUgMTcuNDYgMTAuMzMxOSAxOC40NzVMMTEuMDg5NCAxOC43OTJWMi4zMDkwMkw5Ljk4NzQ0IDEuODQ4MDJDNy42NjAxMiAwLjg2ODAyMiA1LjE5NDQzIDAuMjYxOTc5IDIuNjgwNDEgMC4wNTI5Nzg1WiIgZmlsbD0iIzAxMUY0QiIvPgo8cGF0aCBkPSJNMCAyLjQ0NzAyVjE4Ljk5OUg5LjQyMDE2QzkuMzY5NjIgMTguOTc5IDkuMzE5MDggMTguOTU4IDkuMjY4MTUgMTguOTM5QzkuMTUwNjMgMTguODk0IDkuMDMyMSAxOC44NTEgOC45MTM3OCAxOC44MDdDOC43NDY5MyAxOC43NDYgOC41ODAyOCAxOC42ODcgOC40MTIyMiAxOC42M0M4LjI5MDY5IDE4LjU4OSA4LjE2ODc2IDE4LjU0OCA4LjA0NjYzIDE4LjUwOUM3Ljg3OTk4IDE4LjQ1NCA3LjcxMjczIDE4LjQwMiA3LjU0NTI3IDE4LjM1NEM3LjQyMTk0IDE4LjMxNyA3LjI5ODggMTguMjgxIDcuMTc1NjcgMTguMjQ2QzcuMDA2ODEgMTguMTk5IDYuODM3NTUgMTguMTU0IDYuNjY3ODkgMTguMTFDNi41NDQ3NiAxOC4wNzggNi40MjE0MiAxOC4wNDYgNi4yOTU0OCAxOC4wMTdDNi4xMjM0MSAxNy45NzUgNS45NTAzNCAxNy45MzcgNS43Nzc0NyAxNy45QzUuNjU0MzQgMTcuODczIDUuNTMxMDEgMTcuODQ2IDUuNDA3ODcgMTcuODIxQzUuMjI4NzkgMTcuNzg1IDUuMDQ4OSAxNy43NTMgNC44NjkwMSAxNy43MjJDNC43NTEwOSAxNy43MDEgNC42MzMxNyAxNy42OCA0LjUxNTA1IDE3LjY1OUM0LjMxNjUxIDE3LjYyNyA0LjExNzM3IDE3LjYwMSAzLjkxODIzIDE3LjU3M0MzLjgxNzU2IDE3LjU2IDMuNzE3NjkgMTcuNTQ0IDMuNjE3MjEgMTcuNTMyQzMuMzE2IDE3LjQ5NSAzLjAxNDc4IDE3LjQ2NCAyLjcxMzU2IDE3LjQzOEwxLjYwNzk2IDE3LjM0NEMxLjM5NDc4IDE3LjMyNiAxLjIzMTM0IDE3LjE0NiAxLjIzMjE0IDE2LjkzVjIuNDQ3MDJIMFoiIGZpbGw9IiMwMTFGNEIiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8zMzA0XzIyMCI+CjxyZWN0IHdpZHRoPSIyMyIgaGVpZ2h0PSIxOSIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
  background-position: center;
  transform: scale(0.7);
  background-repeat: no-repeat;
}
.documents_catalog__list__item__coll.docs_col .documents_catalog__icons__item__icon.standarts_item:before {
  background: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2722%27 viewBox=%270 0 20 22%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M19.9329 18.557L17.4779 13.147C16.1223 15.175 14.0058 16.619 11.5557 17.057L13.6108 21.586C13.8736 22.166 14.6867 22.127 14.8984 21.529L15.9517 18.555L16.1688 18.451L19.0624 19.534C19.643 19.753 20.1953 19.134 19.9329 18.557Z%27 fill=%27%23011F4B%27/%3E%3Cpath d=%27M10.0001 0C5.76931 0 2.32697 3.53701 2.32697 7.88501C2.32697 12.233 5.76935 15.771 10.0001 15.771C14.2308 15.771 17.6731 12.233 17.6731 7.88501C17.6731 3.53701 14.2308 0 10.0001 0ZM13.7336 7.30603L12.373 8.66901L12.6945 10.594C12.7928 11.182 12.1902 11.624 11.6822 11.35L10.0001 10.441L8.31797 11.35C7.80707 11.626 7.20791 11.179 7.30567 10.594L7.6272 8.66901L6.26661 7.30603C5.8531 6.89203 6.0826 6.16901 6.65316 6.08301L8.53371 5.80298L9.37479 4.05103C9.6293 3.52003 10.3707 3.51903 10.6255 4.05103L11.4666 5.80298L13.3471 6.08301C13.9176 6.16801 14.1471 6.89203 13.7336 7.30603Z%27 fill=%27%23011F4B%27/%3E%3Cpath d=%27M2.52228 13.147L0.0672773 18.557C-0.196344 19.137 0.360919 19.752 0.937834 19.533L3.83135 18.451L4.04844 18.555L5.1018 21.529C5.31299 22.126 6.12601 22.167 6.3893 21.586L8.44442 17.057C5.99439 16.619 3.87789 15.175 2.52228 13.147Z%27 fill=%27%23011F4B%27/%3E%3C/svg%3E%0A");
  background-position: center;
  transform: scale(0.7);
  background-repeat: no-repeat;
}
.documents_catalog__list__item__coll.docs_col .documents_catalog__icons__item__icon.standarts_item:hover + div {
  display: block;
}
.documents_catalog__list__item__coll.docs_col .documents_catalog__icons__item__icon:hover {
  border: 1px solid #383838;
}
.documents_catalog__list__item__coll.docs_col .documents_catalog__standarts {
  position: static !important;
  right: auto !important;
  bottom: auto !important;
  font-size: 14px !important;
  padding: 0 !important;
  position: absolute !important;
  border: 1px solid #878787 !important;
  border-radius: 5px !important;
  overflow: hidden;
  left: 49px !important;
  top: 0 !important;
  visibility: hidden !important;
  opacity: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 200px !important;
  background: #fff;
}
.documents_catalog__list__item__coll.docs_col .documents_catalog__standarts div {
  position: static !important;
  border-radius: 0px !important;
  right: auto !important;
  left: auto !important;
  top: auto !important;
  bottom: auto !important;
  border: none !important;
  font-size: 14px !important;
}

.documents_catalog__icons__item:hover .documents_catalog__standarts {
  visibility: visible !important;
  opacity: 1 !important;
}

.product-item__certificates {
  opacity: 0.5;
}
.product-item__certificates .documents_catalog__list__item__coll.docs_col {
  padding: 0 0;
}

.product-item .documents_catalog__list__item__coll.docs_col .documents_catalog__icons {
  justify-content: flex-end;
}
.product-item .documents_catalog__list__item__coll.docs_col .documents_catalog__icons__item {
  margin: 0px 0px 4px 4px !important;
}
.product-item .product-item__certificates {
  max-width: 60px;
}
.product-item .product-item__certificates .documents_catalog__icons__item {
  width: 30px;
  height: 30px;
  margin-left: 5px;
}

@media (max-width: 767px) {
  .documents_catalog__list__item__inside {
    display: block;
    width: auto;
  }
  .documents_catalog__list__item__coll {
    display: block;
    width: auto;
    padding-bottom: 0;
  }
  .documents_catalog__list__item__coll:last-child {
    padding-bottom: 15px;
  }
  .documents_catalog__list__item__coll .documents_catalog__icons {
    justify-content: flex-start !important;
  }
}
@media (max-width: 599.98px) {
  .product-item__alerts__item {
    display: none !important;
  }
  .product-item-detail-properties-item .product-item__certificates {
    display: block !important;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.00-legacy/footer.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.b24-widget-button-wrapper.b24-widget-button-position-bottom-right,
.b24-widget-button-wrapper.b24-widget-button-position-bottom-middle,
.b24-widget-button-wrapper.b24-widget-button-position-bottom-left {
  z-index: 100 !important;
}

.footer {
  background: #FAFAFA;
  overflow: auto;
  margin-bottom: 0px;
  font-size: 17px;
  color: #011F4B;
}
.footer * {
  font-size: inherit;
}
.footer a {
  color: #011F4B;
}
.footer a:hover {
  color: #89CDE0;
}
@media (max-width: 599.98px) {
  .footer {
    font-size: 14px;
  }
}

.footer__links {
  margin: 10px 0;
}

.footer__links__item {
  margin: 0 10px 10px 0;
  display: inline-block;
  vertical-align: top;
  text-decoration: underline;
}

.footer_yandex_mark {
  margin: 20px 0 0 0;
}
@media (max-width: 599.98px) {
  .footer_yandex_mark {
    text-align: center;
  }
}

.footer__top {
  padding: 128px 0 0 0;
}

.footer__inside {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1022.98px) {
  .footer__inside {
    margin: 0 -10px;
  }
}

.footer__bottom {
  padding: 66px 0 44px 0;
}
.footer__bottom * {
  line-height: 1.4;
}
@media (max-width: 599.98px) {
  .footer__bottom * {
    font-size: 14px;
  }
}
@media (max-width: 599.98px) {
  .footer__bottom {
    padding: 30px 0;
  }
}

.footer__bottom__side.left_side {
  width: 70%;
}
@media (max-width: 1022.98px) {
  .footer__bottom__side.left_side {
    flex: 1;
    width: auto;
    padding: 0 10px 0 0;
    box-sizing: border-box;
  }
}
@media (max-width: 599.98px) {
  .footer__bottom__side.left_side {
    width: auto;
    padding: 0;
    display: block;
  }
}

.footer__bottom__side.right_side {
  width: 30%;
}
@media (max-width: 1022.98px) {
  .footer__bottom__side.right_side {
    width: 300px;
    text-align: right;
  }
}
@media (max-width: 599.98px) {
  .footer__bottom__side.right_side {
    width: auto;
    padding: 0;
    display: block;
    text-align: center;
    margin: 10px 0 0 0;
  }
}

.footer__bottom__inside {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 599.98px) {
  .footer__bottom__inside {
    display: block;
    width: auto;
  }
}

.footer__bottom__payments {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: end;
  align-items: center;
}
@media (max-width: 599.98px) {
  .footer__bottom__payments {
    display: block;
  }
}

.footer__bottom__payments__label {
  margin: 0 0 0 25px;
}
@media (max-width: 599.98px) {
  .footer__bottom__payments__label {
    margin: 0 0 0 7px;
  }
}

@media (max-width: 1022.98px) {
  .footer__block {
    width: 50%;
    margin: 0 0 30px 0;
    padding: 0 10px;
  }
}
@media (max-width: 599.98px) {
  .footer__block {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 359.98px) {
  .footer__block {
    width: 100%;
  }
}

.footer__block__top {
  margin: 0 0 32px 0;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 599.98px) {
  .footer__block__top {
    margin: 0 0 10px 0;
    font-size: 18px;
  }
}

.footer__block__list ul {
  margin: 0;
  padding: 0;
}
.footer__block__list ul li {
  margin: 0 0 4px 0;
  list-style: none;
}
.footer__block__list ul li:last-child {
  margin: 0;
}
@media (max-width: 599.98px) {
  .footer__block__list ul li {
    margin: 0 0 10px 0;
  }
}

.socials__links {
  margin: 8px 0 0 0;
  padding: 0;
}
.socials__links li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
.socials__links li:last-child {
  margin: 0;
}

.socials__links__item {
  display: block;
  font-size: 0;
  background: url(/local/templates/vento/front/dist/images/background/sprt.svg) 0 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socials__links__item:hover {
  opacity: 0.7;
}

.socials__links__item.item--vk {
  width: 18px;
  height: 11px;
  background-position: 0 -491px;
}

.socials__links__item.item--youtube {
  width: 18px;
  height: 14px;
  background-position: 0 -553px;
}

.socials__links__item.item--telegram {
  width: 18px;
  height: 15px;
  background-position: 0 -614px;
}

.socials__links__item.item--whatsapp {
  background: url(/local/templates/vento/front/dist/images/background/whatsapp.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 17px;
  height: 17px;
}

.footer__payment {
  display: flex;
  gap: 8px;
}

.footer__payment-item.footer__payment-item {
  flex-grow: 0;
  flex-shrink: 0;
  filter: grayscale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-property: filter;
}
.footer__payment-item.footer__payment-item:hover {
  filter: grayscale(0);
}

.modal_overlay {
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modal_overlay.showed {
  opacity: 1;
  visibility: visible;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.00-legacy/for_customers.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
#cities_map {
  height: 400px;
}
#cities_map .shop_name {
  max-width: 250px;
  margin: 0 0 10px 0;
}
#cities_map .contact_info-field__item {
  display: block;
  max-width: 250px;
}
#cities_map .contact_info-field__item__label {
  font-weight: bold;
}

.offline-store__info__item {
  margin: 0 0 35px 0;
}
.offline-store__info__item:last-child {
  margin: 0;
}
.offline-store__info__item__top {
  margin: 0 0 5px 0;
}
.offline-store__inside {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.offline-store__inside .white_card {
  margin: 0 !important;
}

.offline-store__info {
  width: 345px;
}

.offline-store__map {
  flex: 1;
}
.offline-store__map iframe {
  height: 100%;
  display: block;
}

@media (max-width: 1199.98px) {
  .offline-store__info__item {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 1099.98px) {
  .offline-store__inside {
    display: block;
  }
  .offline-store__map {
    height: 300px;
  }
  .offline-store__info {
    width: auto;
  }
}
.shops_list__block__city {
  margin: 10px 0 10px 0;
  display: flex;
}
.shops_list__block__city__icon {
  content: " ";
  left: 0;
  width: 21px;
  height: 24px;
  background: url(/local/templates/vento/front/dist/images/background/sprt.svg) 0 -1715px;
  display: inline-block;
  vertical-align: top;
}
.shops_list__block__city__label {
  flex: 1;
  color: #011F4B;
  display: inline-block;
  vertical-align: top;
  margin: 0 !important;
  margin: 0 0 0 10px !important;
}
.shops_list__block__list__item .white_card {
  margin: 0 !important;
}
.shops_list__block__list__item__top {
  min-height: 71px;
  box-sizing: border-box;
  border-bottom: 1px solid #efefef;
  display: flex;
  align-items: center;
}
.shops_list__block__list__item__site {
  border-top: 1px solid #efefef;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.shops_list__block__list__item__site__link {
  display: inline-block;
}
.shops_list__block__list__item__site__link__icon {
  content: "";
  margin: 0 5px 0 0;
  width: 15px;
  height: 16px;
  background: url(/local/templates/vento/front/dist/images/background/sprt.svg) 0 -755px;
  display: inline-block;
  vertical-align: top;
}
.shops_list__block__list__item__site__link__label {
  display: inline-block;
  vertical-align: top;
}
.shops_list__block__list__item__inside {
  background: #fff;
  height: 100%;
  padding-bottom: 51px;
  position: relative;
}

.rep-office__top,
.rep-office__info,
.rep-office__bottom {
  padding: 15px 20px;
}

.rep-office__top {
  min-height: 74px;
  box-sizing: border-box;
  border-bottom: 1px solid #efefef;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.rep-office__top p {
  font-size: 18px;
  font-weight: 500;
}

.rep_offices-field__values {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.rep_offices-field__value {
  width: 50%;
  padding: 0 10px 20px 10px;
}
.rep_offices-field__value .rep-office {
  background: #fff;
  height: 100%;
  position: relative;
}
.rep_offices-field__value .rep-office.web_site_item {
  padding-bottom: 61px;
}
.rep_offices-field__value .rep-office .rep-office__info {
  line-height: 22px;
}
.rep_offices-field__value .rep-office .rep-office__info p {
  line-height: 22px;
}
.rep_offices-field__value .rep-office .rep-office__bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #efefef;
}

.partners-shops__top .documents_catalog__filter {
  max-width: 300px;
  margin: 0 auto;
  background: #fff;
}
.partners-shops__top .documents_catalog__filter .chosen-single {
  text-align: center !important;
  display: flex;
  justify-content: center;
}

.partners-shops-col {
  margin: 0 0 20px 0;
}
.partners-shops-col:last-child {
  margin: 0;
}

@media (max-width: 766.98px) {
  .rep-office__top,
  .rep-office__info,
  .rep-office__bottom {
    padding: 10px 10px;
  }
  .rep_offices-field__value .rep-office.web_site_item {
    padding-bottom: 41px;
  }
  .rep_offices-field__value {
    padding: 0 5px 10px 5px;
  }
  .rep_offices-field__values {
    margin: 0 -5px;
  }
}
@media (max-width: 599.98px) {
  .rep_offices-field__value {
    width: 100%;
  }
}
.personal_sale .white_card {
  margin: 0 !important;
  box-shadow: none;
}
.personal_sale .white_card.item_block {
  padding-bottom: 0 !important;
}
.personal_sale__steps__item__inside {
  display: flex;
}
.personal_sale__steps__item__text {
  flex: 1;
  padding: 7px 0 0 15px;
  font-size: 18px;
}
.personal_sale__steps__item__text * {
  font-size: 18px;
}
.personal_sale__steps__item__icon {
  font-size: 18px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #011F4B;
  border-radius: 50%;
}
.personal_sale__title {
  display: flex;
}
.personal_sale__title__icon svg {
  margin: 13px 0 0 0;
}
.personal_sale__title__label {
  margin: 0 0 0 15px;
  flex: 1;
  font-size: 54px;
  font-weight: bold;
  font-style: italic;
}
.personal_sale__title__label * {
  font-size: 54px;
}
.personal_sale__title__label span {
  color: #011F4B;
}
.personal_sale__cards__list__item {
  background: #011F4B;
  border-radius: 10px;
  margin: 0 !important;
}
.personal_sale__cards__list__item__percent {
  display: inline-flex;
  background: #f44336;
  color: #fff;
  font-weight: 700;
  font-size: 35px;
  border-radius: 4px;
  padding: 0 15px;
  text-shadow: 2px 4px 4px rgba(236, 75, 24, 0.05);
  box-shadow: 0px 0px 40px rgba(244, 67, 54, 0.4);
  transform: skew(-8deg);
  margin-left: 5px;
  margin-bottom: 50px;
}
.personal_sale__cards__list__item__text {
  margin: 0 0 5px 0;
  color: #fff;
  font-size: 16px;
  opacity: 0.6;
}
.personal_sale__cards__list__item__price {
  font-size: 24px;
  color: #fff;
}

@media (max-width: 1199.98px) {
  .personal_sale__title__label {
    font-size: 40px;
    margin: 0 0 0 10px;
  }
  .personal_sale__title__label * {
    font-size: 40px;
  }
  .personal_sale__title__icon svg {
    margin: 10px 0 0 0;
    width: 30px;
    height: auto;
  }
  .personal_sale__steps__item__text {
    margin: 7px 0 0 10px;
  }
}
@media (max-width: 1022.98px) {
  .personal_sale__cards__list__item__percent {
    margin: 0 0 25px 0;
  }
  .personal_sale__cards__list__item__percent {
    padding: 5px 15px;
    font-size: 26px;
  }
}
@media (max-width: 899.98px) {
  .personal_sale__title__icon svg {
    margin: 7px 0 0 0;
    width: 25px;
  }
  .personal_sale__title {
    display: flex;
    max-width: 350px;
    margin: 20px auto 0 auto;
  }
  .personal_sale__title__label {
    font-size: 28px;
  }
  .personal_sale__title__label * {
    font-size: 28px;
  }
  .personal_sale__steps {
    margin: 10px 0;
  }
  .personal_sale__steps__inside.my_catalog.three_colls {
    display: block;
    text-align: center;
  }
  .personal_sale__steps__inside.my_catalog.three_colls .my_catalog__item {
    display: block;
    width: auto !important;
    max-width: 300px;
    text-align: left;
    margin: 0 auto;
  }
  .personal_sale__steps__inside.my_catalog.three_colls .my_catalog__item .personal_sale__steps__item__text {
    padding: 7px 0 0 10px;
    margin: 0;
  }
}
@media (max-width: 766.98px) {
  .personal_sale__cards {
    max-width: 300px;
    margin: 0 auto 20px auto;
  }
}
@media (max-width: 599.98px) {
  .personal_sale__cards__list__item__percent {
    font-size: 22px;
    margin: 0 0 20px 0;
  }
  .personal_sale__cards__list__item__price {
    font-size: 22px;
  }
  .personal_sale__title__label {
    font-size: 24px;
  }
  .personal_sale__title__label * {
    font-size: 24px;
  }
  .personal_sale__title__icon svg {
    margin: 3px 0 0 0;
  }
  .personal_sale__title__label {
    margin: 0 0 0 20px;
  }
}
.corporate_department {
  background: #fff;
}
.corporate_department__text {
  margin: 20px 0 0 0;
}
@media (min-width: 768px) {
  .corporate_department__wrapper {
    padding-top: 0;
  }
}
.corporate_department .big_card {
  overflow: visible;
}
.corporate_department__img {
  background: url(/local/templates/vento/front/dist/images/background/corporate.jpg) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  height: 360px;
}
.corporate_department__short_info__inside {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.corporate_department__short_info__map {
  margin-top: -100px;
  width: 376px;
  height: 420px;
}
.corporate_department__short_info__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.corporate_department__short_info__block {
  flex: 1;
}
.corporate_department__short_info__block__inside {
  padding-right: 0px;
}
.corporate_department__short_info__block__list__item {
  margin: 0 0 30px 0;
}
.corporate_department__short_info__block__list__item:last-child {
  margin: 0;
}
.corporate_department__short_info__block__list__item__inside {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.corporate_department__short_info__block__list__item__text {
  display: inline-block;
  vertical-align: top;
  flex: 1;
  font-size: 17px;
}
.corporate_department__short_info__block__list__item__text * {
  font-size: 17px;
}
.corporate_department__short_info__block__list__item__icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: top;
  margin: -1px 10px 0 0;
}
.corporate_department__short_info__block__list__item__icon.mobile_item {
  background: url(/local/templates/vento/front/dist/images/background/sprt.svg) 0 -1599px;
  margin: -4px 10px 0 0;
}
.corporate_department__short_info__block__list__item__icon.email_item {
  background: url(/local/templates/vento/front/dist/images/background/sprt.svg) 0 -1656px;
}
.corporate_department__short_info__block__list__item__icon.address_item {
  background: url(/local/templates/vento/front/dist/images/background/sprt.svg) 0 -1715px;
}

.contact_info-field * {
  line-height: 1.2;
}
.contact_info-field__item {
  display: flex;
  width: 100%;
  margin: 0 0 10px 0;
}
.contact_info-field__item:last-child {
  margin: 0;
}
.contact_info-field__item__label {
  width: 110px;
}
.contact_info-field__item__value {
  flex: 1;
}

@media (max-width: 766.98px) {
  .corporate_department__short_info__inside {
    display: block;
    width: auto;
  }
  .corporate_department__short_info__map {
    display: block;
    width: auto;
  }
  .corporate_department__short_info__block {
    display: block;
    width: auto;
  }
  .corporate_department__img,
  .corporate_department__short_info__map {
    height: 250px;
  }
  .corporate_department__short_info__map {
    margin: 0;
  }
  .corporate_department__short_info__block__list__item {
    margin: 0 0 20px 0;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.00-legacy/goods_rent.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.goods_rent_basket__list__item {
  margin: 0 0 10px 0;
}
.goods_rent_basket__list__item:last-child {
  margin: 0;
}
.goods_rent_basket__list__item__preview img {
  width: 40px;
  height: auto;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.goods_rent_basket__list__item__inside {
  display: flex;
}
.goods_rent_basket__list__item__info_block {
  margin: 0 0 5px 0;
}
.goods_rent_basket__list__item__info_block__value {
  margin: 0 0 5px 0;
}
.goods_rent_basket__list__item__info_block__value:last-child {
  margin: 0;
}
.goods_rent_basket__list__item__info_block__label {
  font-weight: bold;
}
.b24-form-click-btn,
.b24-window-close,
.b24-form-btn {
  background: #0046b4 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none !important;
  outline: none !important;
}

.b24-form-click-btn-wrapper-10 > button:hover,
.b24-form-btn:hover {
  background: #0566ff !important;
  border-color: #0566ff !important;
  border: none !important;
}

.b24-form-wrapper.b24-form-border-bottom,
.b24-form-basket {
  border: none !important;
}

.b24-form-progress-bar {
  stroke: #0046b4 !important;
}

.b24-form-btn-border {
  background: #fff !important;
  color: #0046b4 !important;
  border: 1px solid #0046b4 !important;
}

.b24-form-btn-border:hover {
  background: #0566ff !important;
  color: #fff !important;
  border: 1px solid #0566ff !important;
}

.b24-form-control-add-btn {
  text-decoration: none !important;
  margin: 10px 0 10px !important;
  color: #0046b4 !important;
  opacity: 1 !important;
}

.b24-form-control-icon-after {
  margin-bottom: 15px !important;
}

.b24-form-success .b24-form-state-text p {
  font-size: 18px !important;
  color: #fff !important;
}
/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.00-legacy/header.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.header {
  margin: 0 0 0px 0;
  position: relative;
  z-index: 110;
  background-color: #FAF9F9;
}
.header ul {
  margin: 0;
  padding: 0;
}
.header ul li {
  list-style: none;
  margin: 0;
}
@media (max-width: 599.98px) {
  .header .custom_button__icon + .custom_button__label {
    display: none;
  }
}

.header_top {
  font-size: 15px;
  position: relative;
  z-index: 2;
  padding-top: 42px;
}
@media (max-width: 1199.98px) {
  .header_top {
    padding: 10px 0;
  }
}

.header_top__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.header_top_menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header_top_menu__close {
  display: none;
}
@media (max-width: 1199.98px) {
  .header_top_menu__close {
    position: fixed;
    right: 350px;
    top: 0;
    display: block;
    box-shadow: 0 2px 20px rgba(63, 63, 63, 0.2);
    width: 56px;
    height: 56px;
    border-radius: 100px;
    text-align: center;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin: 20px 10px 10px 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #0566ff;
    color: #fff;
  }
  .header_top_menu__close span {
    font-size: 38px;
  }
  .header_top_menu__close:hover {
    background: #fff;
    color: #011F4B;
  }
}
@media (max-width: 599.98px) {
  .header_top_menu__close {
    width: 50px;
    height: 50px;
    right: 10px;
    left: auto;
  }
  .header_top_menu__close span {
    font-size: 30px;
    margin: -3px 0 0 0;
  }
}
@media (max-width: 1199.98px) {
  .header_top_menu {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 300px;
    background: #fff;
    z-index: 1;
    box-shadow: 0 2px 20px rgba(63, 63, 63, 0.2);
    display: none !important;
    overflow: auto;
  }
  .header_top_menu .header_top__language.mobile_version {
    display: block;
    clear: both;
    margin: 20px 0 20px 10px;
  }
  .header_top_menu.showed {
    display: block !important;
  }
  .header_top_menu__inside ul {
    display: block;
    width: 100%;
    box-shadow: none !important;
    border: none !important;
  }
  .header_top_menu__inside ul li {
    display: block;
  }
  .header_top_menu__inside ul li.sales:before {
    display: none;
  }
  .header_top_menu__inside ul li a {
    display: block;
    border-bottom: 1px solid #efefef;
    padding: 10px 10px;
  }
  .header_top_menu__inside ul li ul {
    position: static;
    display: block;
  }
}
@media (max-width: 599.98px) {
  .header_top_menu {
    width: 100%;
  }
}
@media (max-width: 399.98px) {
  .header_top_menu {
    width: auto;
    left: 0;
    right: 0;
  }
}

.header_top_menu__toggler {
  display: none;
  color: #011F4B;
  cursor: pointer;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_top_menu__toggler:hover {
  color: #89CDE0;
}
@media (max-width: 1199.98px) {
  .header_top_menu__toggler {
    position: absolute;
    right: 1rem;
    display: flex;
    gap: 4px;
    align-items: center;
    vertical-align: top;
  }
}
@media (max-width: 599.98px) {
  .header_top_menu__toggler {
    font-size: 24px;
  }
  .header_top_menu__toggler span {
    display: none;
  }
}

.header_top_menu__inside ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 32px;
  font-size: 24px;
}
.header_top_menu__inside ul li {
  display: inline-block;
  vertical-align: top;
}
.header_top_menu__inside ul li.sales:before {
  content: " ";
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(/local/templates/vento/front/dist/images/background/sprt.svg) 0 0;
  background-repeat: no-repeat;
  margin: 0px 0px -3px 0;
}
.header_top_menu__inside ul li > a {
  padding: 0;
  display: inline-block;
  line-height: 1;
  color: #011F4B;
}
.header_top_menu__inside ul li > a:hover {
  color: #89CDE0;
}
.header_top_menu__inside ul li ul {
  display: none;
}
@media (max-width: 1199.98px) {
  .header_top_menu__inside ul li ul {
    display: block;
  }
}
.header_top_menu__inside ul li li {
  margin: 0;
  display: block;
}
.header_top_menu__inside ul li li a {
  padding: 10px 20px 10px 20px;
  background: #fff;
  border-bottom: 1px solid #efefef;
  display: block;
  min-width: 300px;
  box-sizing: border-box;
}
.header_top_menu__inside ul li li a:hover {
  background: #f1f3f6;
}
@media (max-width: 1199.98px) {
  .header_top_menu__inside ul {
    display: block;
    font-size: 16px;
    font-weight: 400;
  }
  .header_top_menu__inside ul li.parent > a::after {
    content: " ";
    display: inline-block;
    margin: 2px 0 0 3px;
    width: 10px;
    height: 6px;
    background: url(/local/templates/vento/front/dist/images/background/sprt.svg) 0 -37px;
  }
  .header_top_menu__inside ul li a {
    border-bottom: 1px solid #efefef;
    padding: 10px 10px;
  }
}
@media (max-width: 599.98px) {
  .header_top_menu__inside ul {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
}

.header_top__language {
  position: relative;
  padding-left: 32px;
}
.header_top__language:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(/local/templates/vento/front/dist/images/background/sprt.svg) 0 -69px;
}
.header_top__language ul li {
  display: inline-block;
  vertical-align: top;
}
.header_top__language ul li a {
  color: #adbdd7;
}
.header_top__language ul li:first-child::after {
  content: "/";
  margin: 0 3px;
  color: #adbdd7;
}
.header_top__language ul li.active a,
.header_top__language ul li a:hover {
  color: #011F4B;
}
.header_top__language.mobile_version {
  display: none;
}
@media (max-width: 599.98px) {
  .header_top__language.desktop_version {
    display: none;
  }
}

.header_top__phone {
  margin-left: auto;
  margin-right: 32px;
  white-space: nowrap;
  font-size: 24px;
  line-height: 1;
  text-decoration: underline;
  color: #011F4B;
}
.header_top__phone:hover {
  color: #89CDE0;
}
@media (max-width: 1199.98px) {
  .header_top__phone {
    margin-right: auto;
    margin-left: 0;
    font-size: 16px;
  }
}
@media (max-width: 599.98px) {
  .header_top__phone {
    margin-right: auto;
    margin-left: 0;
  }
}

.header_top__profile {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  vertical-align: top;
}
.header_top__profile a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0 15px 0 0;
  vertical-align: top;
}
.header_top__profile a:last-child {
  margin: 0;
}
@media (max-width: 1199.98px) {
  .header_top__profile {
    font-size: 16px;
    margin: 0 100px 0 0;
  }
}
@media (max-width: 599.98px) {
  .header_top__profile {
    margin: 0 30px 0 0;
    font-size: 24px;
  }
  .header_top__profile span {
    display: none;
  }
}

.header_top__profile__exit span {
  display: none !important;
}

@media (max-width: 599.98px) {
  .header_top__profile__user {
    margin: 0 !important;
  }
}

@media (max-width: 599.98px) {
  .header_top__profile__registration span {
    display: none !important;
  }
}

@media (max-width: 599.98px) {
  .header_top__profile__enter {
    height: 26px;
  }
}

.header_bottom {
  padding: 28px 0;
  background: #FAF9F9;
}
.header_bottom .container {
  position: relative;
}
@media (max-width: 1022.98px) {
  .header_bottom {
    padding: 10px 0;
  }
}

.header_bottom__menu {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  border-top: 1px solid #efefef;
  height: 400px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 10px 0 0 0;
  overflow: auto;
}
.header_bottom__menu.showed {
  opacity: 1;
  visibility: visible;
}
.header_bottom__menu__inside {
  height: 100%;
}
.header_bottom__menu ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}
.header_bottom__menu ul > li {
  width: 33.333%;
  width: 25%;
  width: 50%;
  margin: 0 0 20px 0;
  padding: 0 30px 0 0;
  box-sizing: border-box;
}
.header_bottom__menu ul > li > a {
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 10px 0;
  display: inline-block;
}
.header_bottom__menu ul > li ul {
  display: block;
  margin: 0 0 0 0px;
}
.header_bottom__menu ul > li ul li {
  width: auto;
  margin: 0 0 0px 0;
}
.header_bottom__menu ul > li ul li a {
  font-size: 18px;
  font-weight: normal;
}
@media (max-width: 1022.98px) {
  .header_bottom__menu {
    margin: 15px 0 0;
  }
  .header_bottom__menu ul > li {
    width: 33.333%;
    width: 50%;
    margin: 0 0 15px 0;
    padding: 0 15px 0 0;
  }
}
@media (max-width: 766.98px) {
  .header_bottom__menu ul > li {
    width: 50%;
  }
}
@media (max-width: 599.98px) {
  .header_bottom__menu ul > li {
    width: 100%;
    padding: 0;
    margin: 0 0 5px 0;
  }
}

.header_bottom__content {
  display: grid;
  grid-template-columns: 91px auto auto auto auto 1fr;
  grid-template-areas: "logo catalog favorite compare cart search";
  align-items: center;
}
@media (max-width: 1022.98px) {
  .header_bottom__content {
    grid-template-columns: 91px 1fr auto auto auto auto;
  }
}
@media (max-width: 599.98px) {
  .header_bottom__content {
    grid-template-columns: auto auto 1fr auto auto;
    grid-template-areas: "catalog search logo favorite compare cart";
  }
}

.header_bottom__catalog__menu {
  display: none;
}

.header_bottom__logo {
  grid-area: logo;
  aspect-ratio: 91/43;
}
@media (max-width: 599.98px) {
  .header_bottom__logo {
    margin: 0 auto 14px;
    width: 60px;
  }
}

.header_bottom__search_toggler {
  grid-area: search;
  display: none;
}
@media (max-width: 1022.98px) {
  .header_bottom__search_toggler {
    display: flex;
  }
  .header_bottom__search_toggler .header_bottom__icon__img::before {
    font-family: "fi" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    min-width: 1em;
    min-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f122";
  }
  .header_bottom__search_toggler.showed .header_bottom__icon__img::before {
    font-family: "fi" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    min-width: 1em;
    min-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f10c";
  }
}

.header_bottom__search {
  grid-area: search;
  position: relative;
  margin-left: 32px;
}
.header_bottom__search__suggestions {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  background: #fff;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 2px 4px rgb(223, 223, 223);
  max-height: 321px;
  overflow: auto;
  margin: 10px 0 0 0;
}
.header_bottom__search__suggestions__item__inside {
  padding: 10px 10px;
  display: block;
}
.header_bottom__search__suggestions__item__category {
  display: inline-block;
  vertical-align: top;
  color: #0046b4;
  font-size: 12px;
  margin: -4px 2px 0 0;
}
.header_bottom__search__suggestions__item__category svg path {
  fill: #011F4B;
}
.header_bottom__search__suggestions__item__vendoe_code {
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
  background: #0046b4;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 2px 6px;
}
.header_bottom__search__suggestions__item__label {
  display: inline-block;
  vertical-align: top;
}
.header_bottom__search__suggestions.showed {
  opacity: 1;
  visibility: visible;
}
.header_bottom__search__suggestions ul li {
  border-bottom: 1px solid #efefef;
}
.header_bottom__search__suggestions ul li pre {
  display: none;
}
.header_bottom__search__suggestions ul li:last-child {
  border-bottom: none;
}
.header_bottom__search__suggestions a {
  padding: 10px 10px;
  display: block;
  color: #000;
}
.header_bottom__search__suggestions a b {
  font-weight: 400;
  color: #0566ff;
}
.header_bottom__search__suggestions a:hover {
  background: #f1f3f6;
}
.header_bottom__search__inner {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.header_bottom__search__inner input.header_search__query {
  width: 100%;
  display: block;
  background: #fff;
  padding: 14px 14px;
  padding-right: 80px;
  border: 1px solid #011F4B;
  outline: none;
  border-radius: 3px;
  color: #000;
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_bottom__search__inner input.header_search__query:focus, .header_bottom__search__inner input.header_search__query:hover {
  border: 1px solid #0566ff !important;
  background: #fff !important;
}
.header_bottom__search__inner .header_search__clear {
  position: absolute;
  top: 0px;
  right: 50px;
  display: inline-block;
  height: 47px;
  width: 40px;
  background: url(/local/templates/vento/front/dist/images/background/close.svg) no-repeat;
  background-position: center;
  background-size: 80%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
.header_bottom__search__inner .header_search__clear.showed {
  visibility: visible;
  opacity: 0.2;
}
.header_bottom__search__inner .header_search__clear.showed:hover {
  opacity: 0.7;
}
.header_bottom__search__inner .header_search__loading {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 49px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
}
.header_bottom__search__inner .header_search__loading.showed {
  opacity: 1;
  visibility: visible;
}
.header_bottom__search__inner .header_search__submit {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 50px;
  outline: none;
  border: none;
  background-repeat: no-repeat;
  text-align: center;
  cursor: pointer;
  background: #011F4B;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_bottom__search__inner .header_search__submit input {
  display: none;
}
.header_bottom__search__inner .header_search__submit:hover {
  background: #0566ff;
}
.header_bottom__search__inner .header_search__submit svg {
  margin: 8px 0 0 0;
  display: inline-block;
}
.header_bottom__search__inner .header_search__submit svg path {
  fill: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1022.98px) {
  .header_bottom__search {
    position: absolute;
    margin: 167px 0 0 0;
    box-sizing: border-box;
    left: 10px;
    right: 10px;
    width: auto;
    display: none;
  }
  .header_bottom__search.showed {
    display: block;
  }
}

.header_bottom__catalog_name {
  grid-area: catalog;
  margin: 0 32px;
}
@media (max-width: 599.98px) {
  .header_bottom__catalog_name {
    margin-right: 16px;
    margin-left: 0;
  }
}

.header_bottom__icon__count {
  position: absolute;
  top: -7px;
  right: -10px;
  width: 19px;
  height: 19px;
  line-height: 19px;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  background-color: #f44336;
  border-radius: 50%;
  color: #fff;
}
.header_bottom__icon__count:empty {
  display: none;
}
.header_bottom__icon.cart {
  grid-area: cart;
  position: relative;
  margin-right: 8px;
}
.header_bottom__icon.cart .header_bottom__cart__link {
  padding: 8px;
}
.header_bottom__icon.cart[data-basket-dropdown-trigger] {
  z-index: 1;
  border: 2px solid transparent;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-property: border-color;
}
.header_bottom__icon.cart[data-basket-dropdown-trigger]::after, .header_bottom__icon.cart[data-basket-dropdown-trigger]::before {
  content: "";
  position: absolute;
  top: 2px;
  z-index: 102;
  width: 6px;
  height: calc(100% + var(--offset-top));
  background: transparent;
  border-bottom: 2px solid transparent;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-property: border-color;
}
.header_bottom__icon.cart[data-basket-dropdown-trigger]::before {
  left: -6px;
  border-radius: 0 0 4px 0;
  border-right: 2px solid transparent;
}
.header_bottom__icon.cart[data-basket-dropdown-trigger]::after {
  right: -6px;
  border-radius: 0 0 0 4px;
  border-left: 2px solid transparent;
}
.header_bottom__icon.cart[data-basket-dropdown-trigger] > div::before {
  content: "";
  position: absolute;
  left: -5px;
  top: calc(100% + var(--offset-top));
  z-index: 101;
  width: calc(100% + 10px);
  height: 2px;
  background: transparent;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-property: background;
}
@media (hover: hover) and (pointer: fine) {
  .header_bottom__icon.cart[data-basket-dropdown-trigger]:hover, .header_bottom__icon.cart[data-basket-dropdown-trigger]:hover::after, .header_bottom__icon.cart[data-basket-dropdown-trigger]:hover::before {
    border-color: #89CDE0;
  }
  .header_bottom__icon.cart[data-basket-dropdown-trigger]:hover > div::before {
    background: #FAF9F9;
  }
  .header_bottom__icon.cart[data-basket-dropdown-trigger]:hover .header_bottom__cart__link {
    color: #89CDE0;
  }
}
@media (max-width: 575.98px) {
  .header_bottom__icon.cart {
    margin-right: 8px;
  }
}
.header_bottom__icon.favorites {
  grid-area: favorite;
  margin-right: 8px;
}
.header_bottom__icon.favorites > a {
  padding: 8px;
}
@media (max-width: 575.98px) {
  .header_bottom__icon.favorites {
    margin-right: 8px;
  }
}
.header_bottom__icon.compare {
  grid-area: compare;
  margin-right: 8px;
}
.header_bottom__icon.compare > a {
  padding: 8px;
}
@media (max-width: 575.98px) {
  .header_bottom__icon.compare {
    margin-right: 8px;
  }
}
.header_bottom__icon a:not(.basket-dropdown__product-title) {
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header_bottom__icon__img {
  position: relative;
  font-size: 32px;
}

.header_bottom__wrapper {
  min-height: 72px;
}
@media (max-width: 1022.98px) {
  .header_bottom__wrapper {
    min-height: 72px;
  }
}
@media (max-width: 599.98px) {
  .header_bottom__wrapper {
    min-height: 61px;
  }
}
@media (max-width: 399.98px) {
  .header_bottom__wrapper {
    min-height: 57px;
  }
}

.header_bottom__wrapper.fixed {
  box-shadow: 0 2px 4px rgb(223, 223, 223);
}
.header_bottom__wrapper.fixed .header_bottom__menu {
  margin: 10px 0 0 0;
}
.header_bottom__wrapper.fixed .header_bottom {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding: 10px 0;
  box-shadow: 0 2px 4px rgb(223, 223, 223);
}
.header_bottom__wrapper.fixed .header_bottom .header_bottom__branding img,
.header_bottom__wrapper.fixed .header_bottom .header_bottom__branding svg {
  width: 77px;
}

.toggle_menu_icon {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 8px 0 0 0;
}
.toggle_menu_icon:before, .toggle_menu_icon:after {
  content: " ";
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: inherit;
  border-radius: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.toggle_menu_icon:after {
  top: 6px;
}

.active .toggle_menu_icon {
  transform: rotate(45deg);
}
.active .toggle_menu_icon:before {
  top: 0;
  transform: rotate(-90deg);
}
.active .toggle_menu_icon:after {
  opacity: 0;
}

@media (max-width: 1399.98px) {
  .header_top_menu__inside ul li {
    margin: 0 0;
  }
}
@media (max-width: 599.98px) {
  .header_top_menu__inside ul li a {
    font-size: 18px;
    color: #000;
  }
}

@media (max-width: 1022.98px) {
  .header_bottom__icon__text {
    display: none;
  }
}

@media (max-width: 599.98px) {
  .header_catalog__link {
    padding: 0 !important;
    width: 24px;
    height: 24px;
    position: relative;
  }
  .header_catalog__link .toggle_menu_icon {
    display: none;
  }
  .header_catalog__link:before {
    content: " ";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 14px;
    height: 14px;
    background: url(/local/templates/vento/front/dist/images/background/sprt.svg) -85px -491px;
  }
  .header_catalog__link.active:before {
    opacity: 0;
    visibility: hidden;
  }
  .header_catalog__link.active:after {
    opacity: 1;
    visibility: visible;
  }
  .header_catalog__link:after {
    opacity: 0;
    visibility: hidden;
    content: " ";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 15px;
    height: 15px;
    background: url(/local/templates/vento/front/dist/images/background/close_white.svg) no-repeat;
    background-size: 100%;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.00-legacy/indexPage.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
.tabs_goods {
  margin: 80px 0;
}

.previews_list__item__title {
  font-size: 20px;
  margin: 5px 0 0 0;
  z-index: 2;
}
.previews_list__item__icon {
  background-color: #011F4B;
  box-shadow: 0 4px 10px rgba(0, 85, 185, 0.25);
  content: "";
  position: absolute;
  top: 2.1875rem;
  left: 2.1875rem;
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml,%3Csvg width=%2710%27 height=%2712%27 viewBox=%270 0 10 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.79167 5.62081C10.0694 5.78934 10.0694 6.21066 9.79167 6.37919L0.625 11.9407C0.347222 12.1092 -1.47334e-08 11.8986 0 11.5615L4.86201e-07 0.438507C5.00934e-07 0.101447 0.347223 -0.109216 0.625 0.0593145L9.79167 5.62081Z%27 fill=%27white%27/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  transition: 0.2s ease;
  z-index: 2;
}
.previews_list__item__inside {
  display: block;
  height: 250px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.previews_list__item__inside:before {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.9) 116.67%);
  border-radius: 3px;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.previews_list__item__inside:hover:before {
  height: 150%;
  top: -50%;
}
.previews_list__item__inside:hover .previews_list__item__icon {
  transform: scale(1.1);
  box-shadow: 0 4px 20px rgba(0, 85, 185, 0.7);
}

@media (max-width: 1199.98px) {
  .tabs_goods {
    margin: 40px 0;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.00-legacy/partners.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
.partners_list .white_card {
  margin: 0 !important;
}
.partners_list__item__top__inside {
  display: flex;
  width: 100%;
  align-items: center;
}
.partners_list .partners_list__item__top__logo {
  width: 200px;
  text-align: center;
  border-right: 1px solid #efefef;
  min-height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners_list .partners_list__item__top__short {
  flex: 1;
}

.partners_list__item {
  height: 100%;
  background: #fff;
  margin: 0 0 40px 0;
  border: 1px solid #efefef;
  position: relative;
}
.partners_list__item:last-child {
  margin: 0;
}
.partners_list__item__top {
  border-bottom: 1px solid #efefef;
}
.partners_list__item__top__short__top {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.partners_list__item__top__country__label {
  margin: 0 0 0 10px;
}
.partners_list__item .partners_list__item__bottom {
  padding-top: 0px !important;
}
.partners_list__item .partners_list__item__bottom .my_catalog__item {
  padding-bottom: 0 !important;
}
.partners_list__item .partners_list__item__bottom .map_block {
  text-align: right;
}
.partners_list__item .partners_list__item__bottom a {
  display: inline-block;
}
.partners_list__item .partner_link a:before {
  margin: 0 5px 0 0;
  content: " ";
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 18px;
  background: url(/local/templates/vento/front/dist/images/background/sprt.svg) 0 -755px;
}
.partners_list__item .map_block a:before {
  margin: 0 5px 0 0;
  content: " ";
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 18px;
  background: url(/local/templates/vento/front/dist/images/background/sprt.svg) 0 -791px;
}

.partners_list.other_contries .partners_list__item__inside {
  padding-bottom: 60px;
}
.partners_list.other_contries .partners_list__item__bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .partners_list__item {
    margin: 0 0 20px 0;
  }
  .partners_list__item:last-child {
    margin: 0;
  }
  .partners_list__item__top__short__top {
    font-size: 18px;
    margin: 0 0 5px 0;
  }
  .partners_list .partners_list__item__top__logo {
    min-height: 80px;
  }
}
@media (max-width: 600px) {
  .partners_list__item__top__inside {
    align-items: flex-start;
    flex-direction: column;
  }
  .partners_list .partners_list__item__top__logo {
    width: auto;
    text-align: left;
    border: none;
    min-height: auto;
  }
  .partners_list__item__top__country__label {
    margin: 5px 0 0 0px;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.00-legacy/personal_area.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
.personal__left_sidebar ul {
  padding: 0;
  margin: 0 0 20px 0;
}
.personal__left_sidebar ul li {
  margin: 0 0 10px 0;
  list-style: none;
}
.personal__left_sidebar ul li:last-child {
  margin: 0;
}
.personal__left_sidebar ul li a {
  font-size: 18px;
}
.personal__left_sidebar ul li a.active {
  color: #89CDE0;
}
.personal__left_sidebar ul:last-child {
  margin: 0;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.00-legacy/personal_area_orders.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
.order_content th {
  border: none !important;
}
.order_content td {
  border: none !important;
}

.sub_users__item {
  border: 1px solid #0046b4;
  padding: 10px;
  margin: 0 0 25px 0;
}
.sub_users__item:last-child {
  margin: 0;
}
.sub_users__item__top {
  margin: 0 0 25px 0;
}
.sub_users__item__top:last-child {
  margin: 0;
}
.sub_users__item__top__data__item {
  margin: 0 0 10px 0;
  display: flex;
  border-bottom: 1px dashed #ccc;
}
.sub_users__item__top__data__item__label {
  width: 150px;
  padding: 0 10px 0 0;
}
.orders_list__short__item__top__label {
  margin: 10px 0 10px 0;
}
.orders_list__short__item__top__img {
  width: 100%;
  text-align: center;
}
.orders_list__short__item__top__img img {
  max-height: 270px;
  width: auto;
  display: inline-block;
}
.orders_list__item {
  margin-bottom: 20px !important;
}
.orders_list__item__link {
  background: #e1ecfb;
  padding: 10px;
}
.orders_list__item__link__inside {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.orders_list__item__link__btn {
  width: 200px;
  text-align: right;
}

@media (max-width: 767px) {
  .orders_list__item__link__inside {
    display: block;
  }
  .orders_list__item__link__btn {
    width: auto;
    display: block;
    text-align: left;
    margin: 10px 0 0 0;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.00-legacy/popup.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
.hidden_btn {
  display: none !important;
}

body .b24-widget-button-show {
  z-index: 99 !important;
}

#choose_size .popup-window.popup-window-with-titlebar {
  max-width: 700px;
}
#choose_size .choose_size__variants__line__col a {
  color: #0046b4;
}
#choose_size .choose_size__variants__line__col a:hover {
  color: #0566ff;
}
#choose_size .choose_size__status {
  display: none;
  text-align: center;
}
#choose_size .choose_size__status .btns {
  width: 230px;
  margin: 0 auto;
}
#choose_size .choose_size__status .btns .custom_button {
  display: block;
  width: 100%;
}
#choose_size .choose_size__status__item {
  margin: 0 0 10px 0;
}
#choose_size .choose_size__status__item:last-child {
  margin: 0 0;
}
#choose_size .choose_size__status__item .icon {
  width: 74px;
  height: 74px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #69B838;
  color: #fff;
  border-radius: 100px;
}
#choose_size .choose_size__status__item .icon svg {
  width: 37px;
  height: auto;
}
#choose_size .choose_size__status__item .icon svg path {
  fill: #fff;
}
#choose_size .choose_size__status__item.title * {
  font-size: 24px;
  font-weight: bold;
}
#choose_size .choose_size__report {
  text-align: center;
}
#choose_size .choose_size__add_to_cart {
  text-align: center;
  margin: 10px 0;
}
#choose_size .choose_size__add_to_cart .custom_button {
  max-width: 300px;
}
#choose_size .choose_size__contact {
  margin: 20px 0 0 0;
  text-align: center;
}
#choose_size .choose_size__total__item {
  margin: 10px 0;
  text-align: center;
}
#choose_size .choose_size__loading {
  text-align: center;
  margin: 20px 0;
}
#choose_size .choose_size__loading__icon {
  color: #0046b4;
  display: inline-block;
  vertical-align: middle;
}
#choose_size .choose_size__loading__label {
  color: #0046b4;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
#choose_size .choose_size__product {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 -10px;
}
#choose_size .choose_size__product__item {
  padding: 0 10px;
}
#choose_size .choose_size__product__item__title {
  white-space: nowrap;
}
#choose_size .choose_size__product__item.vendor_code .choose_size__product__item__value {
  color: #0046b4;
}
#choose_size .choose_size__product__img {
  width: 100px;
  max-height: 150px;
  text-align: center;
}
#choose_size .choose_size__product__img img {
  max-height: 150px;
}
#choose_size .choose_size__variants {
  margin: 10px 0 0 0;
}
#choose_size .choose_size__variants__line {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 -5px;
}
#choose_size .choose_size__variants__line__col {
  padding: 10px 5px;
}
#choose_size .choose_size__variants__line__col.col_size {
  text-align: left;
  flex: 1;
}
#choose_size .choose_size__variants__line__col.col_count {
  width: 132px;
  text-align: center;
}
#choose_size .choose_size__variants__line__col.col_count input {
  height: 30px;
  border-radius: 0px !important;
  width: 50px;
  font-weight: 500;
  box-sizing: border-box;
  border: none !important;
  border-top: 1px solid rgba(0, 70, 180, 0.1) !important;
  border-bottom: 1px solid rgba(0, 70, 180, 0.1) !important;
  text-align: center;
}
#choose_size .choose_size__variants__line__col.col_count .choose_size__variants__line__count__block__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px !important;
  box-sizing: border-box;
  border-radius: 0px;
  color: #000;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 70, 180, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#choose_size .choose_size__variants__line__col.col_count .choose_size__variants__line__count__block__btn:hover {
  background: rgba(0, 70, 180, 0.2);
}
#choose_size .choose_size__variants__line__col.col_status {
  text-align: left;
  width: 132px;
}
#choose_size .choose_size__variants__line__col.col_status * {
  display: block;
  line-height: 16px;
}
#choose_size .choose_size__variants__line.head * {
  font-weight: bold;
}
#choose_size .choose_size__variants__line:nth-child(2n+2) {
  background: rgba(242, 242, 242, 0.64);
}
#choose_size .choose_size__variants__line__count__block {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media (max-width: 766.98px) {
  #choose_size .choose_size__product {
    flex-wrap: wrap;
  }
  #choose_size .choose_size__product .choose_size__product__item {
    margin: 0 0 10px 0;
  }
  #choose_size .choose_size__product .choose_size__product__item__title {
    font-weight: bold;
  }
  #choose_size .choose_size__product .choose_size__product__item:last-child {
    margin: 0;
  }
  #choose_size .choose_size__product .choose_size__product__item.img {
    width: 100%;
    flex: auto;
    text-align: center;
  }
  #choose_size .choose_size__variants__line.head {
    display: none !important;
  }
  #choose_size .choose_size__variants__line {
    flex-wrap: wrap;
  }
  #choose_size .choose_size__variants__line__col.col_size {
    width: 100%;
    flex: auto;
  }
}

.popup-window.popup-window-with-titlebar .popup-window-titlebar {
  text-align: center !important;
}

.popup-window {
  border-radius: 3px;
}
.popup-window p {
  margin: 10px 0;
}

.popup-window-titlebar-text,
.popup-window-titlebar-text-version {
  text-overflow: initial;
  white-space: normal;
  color: #000;
  font-size: 18px;
  line-height: 1;
  font-size: 24px;
  padding: 0;
}

.popup-window-close-icon:after {
  width: 20px;
  height: 20px;
}

.popup-window.popup-window-with-titlebar {
  padding: 40px;
  position: relative;
  max-width: 500px;
  margin: 30px auto;
  text-align: left;
  width: 100%;
  background: #fff;
}

.popup-window-close-icon {
  background: #fff;
  margin: -35px -35px 0 0;
  opacity: 1;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  box-shadow: 0 2px 20px rgba(209, 208, 208, 0.25);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.popup-window-close-icon:before,
.popup-window-close-icon:after {
  width: 30px;
  height: 30px;
  content: " ";
  display: inline-block;
  -webkit-transition: all 0s ease !important;
  transition: all 0s ease !important;
  position: absolute;
}

.popup-window-close-icon:before {
  background: url(/local/templates/vento/front/dist/images/background/close.svg) no-repeat;
  background-position: center;
  background-size: 100%;
  opacity: 0.6;
}

.popup-window-close-icon:after {
  opacity: 0;
  visibility: hidden;
  background: url(/local/templates/vento/front/dist/images/background/close_white.svg) no-repeat;
  background-position: center;
  background-size: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.popup-window-close-icon:hover:before {
  opacity: 0;
  visibility: hidden;
}

.popup-window-close-icon:hover:after {
  opacity: 1;
  visibility: visible;
}

.popup-window-close-icon:hover {
  background: #011F4B;
}

.popup-window-buttons .btn-primary {
  padding: 10px 15px;
  font-weight: bold;
  font-size: 16px;
}

.popup-window-with-titlebar .popup-window-content {
  padding: 10px 0px;
}
.popup-window-with-titlebar .popup-window-content img {
  max-width: 100%;
  height: auto;
  max-height: 300px;
}

.popup-window__wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.display_table {
  display: table;
  width: 100%;
  height: 100%;
}

.display_table__cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.popup-window-with-titlebar .popup-window-content,
.popup-window-content-gray .popup-window-content {
  background: none;
}

.popup-window__wrapper {
  display: none;
}
.popup-window__wrapper.showed {
  display: block;
}

.popup_window {
  overflow: hidden;
}

.popup-window-titlebar {
  height: auto;
}

.rounded_fixed_item {
  position: fixed;
  left: 20px;
  top: 50%;
  border-radius: 500px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  text-align: center;
  width: 60px;
  height: 60px;
}
.rounded_fixed_item__icon {
  margin: 10px 0 1px 0;
}
.rounded_fixed_item__icon i {
  font-size: 22px !important;
}
.rounded_fixed_item__label {
  font-size: 14px;
  margin: -5px 0 5px 0;
}

.fixed_footer {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
}
.fixed_footer__top {
  background: #383838;
  color: #fff;
}
.fixed_footer__top__menu ul {
  margin: 0;
}
.fixed_footer__top__menu ul li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.fixed_footer__top__menu ul li a {
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  padding: 5px 5px;
  display: inline-block;
  vertical-align: top;
}
.fixed_footer__top__menu ul li a:hover {
  color: #fff;
}

body .popup-window {
  z-index: 10050 !important;
}

@media (max-width: 1022.98px) {
  .popup-window.popup-window-with-titlebar {
    padding: 20px;
  }
  .popup-window-close-icon {
    width: 45px;
    height: 45px;
    margin: -35px -30px 0 0;
  }
}
@media (max-width: 766.98px) {
  .popup-window.popup-window-with-titlebar {
    margin: 30px auto;
    left: 0 !important;
    right: 0 !important;
    padding: 20px 10px;
    width: auto !important;
  }
  .popup-window-close-icon {
    margin: -35px 0px 0 0;
  }
  .popup-window-buttons .btn-primary {
    padding: 5px 10px;
  }
  .popup-window__wrapper {
    padding: 0 10px;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.00-legacy/product_page.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
.product-item-detail-options {
  margin: 20px 0 0 0;
}
.product-item-detail-options__title {
  font-size: 18px !important;
  font-weight: 500 !important;
  margin: 0 0 10px 0 !important;
}
.product-item-detail-options .product-item__certificates {
  opacity: 1;
}
.product-item-detail-options .product-item__certificates .documents_catalog__list__item__coll.docs_col .documents_catalog__icons__item {
  margin: 0 10px 0 0;
}
.product-item-detail-options .product-item__certificates .documents_catalog__list__item__coll.docs_col .documents_catalog__icons__item:last-child {
  margin: 0;
}
.product-item-detail-tab {
  margin-bottom: 0;
}
.product-item-detail-price-current__icon {
  display: none;
}
.product-item-detail-price-current-description {
  font-size: 14px;
  line-height: 1;
}
.product-item-detail-price-current-description * {
  font-size: 14px;
  line-height: 1;
}
.product-item-detail-characteristics .product-item-scu-container-title {
  color: #212529;
}
.product-item-detail-characteristics .product-item-scu-item-text-block {
  border-radius: 3px;
  outline-width: 1px !important;
}
.product-item-detail-properties-name {
  font-weight: 500;
  color: #000;
  width: 50%;
}
.product-item-detail-properties-dots {
  display: none;
}
.product-item-detail-properties-name, .product-item-detail-properties-value {
  font-size: 14px;
}
.product-item-detail-properties-value {
  color: #454545;
  text-align: left;
}
.product-item-detail-properties-item {
  padding: 5px 10px;
  margin: 0 0 5px 0 !important;
}
.product-item-detail-properties-item:nth-child(2n+1) {
  background: rgba(242, 242, 242, 0.64);
}
.product-item-detail-tabs-container {
  border-bottom: 1px solid #011F4B;
}

.product-item-detail-tab.active .product-item-detail-tab-link {
  border: 1px solid #011F4B;
}

.attached_videos iframe {
  width: 100%;
  display: block;
  height: 260px;
}
@media (max-width: 1199.98px) {
  .attached_videos iframe {
    height: 220px;
  }
}
@media (max-width: 1022.98px) {
  .attached_videos iframe {
    height: 190px;
  }
}

@media (max-width: 766.98px) {
  .product-item-detail-tab-link {
    padding: 10px 15px;
  }
  .product-item-detail-tabs-container,
  .product-item-detail-tab {
    min-height: 0;
  }
}
.product_sidebar__item.sku {
  padding-bottom: 0;
}

.product-item-scu-item-text-container {
  margin: 0;
}

.product-item-scu-item-text-container.notallowed {
  opacity: 0.5;
}
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
  cursor: default;
}
.product-item-scu-item-text-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
  opacity: 0.5;
}

.product_variants__item {
  margin: 0 0 10px 0;
}
.product_variants__item:last-child {
  margin: 0 0 0px 0;
}
.product_variants__item__name {
  margin: 0 0 5px 0;
}
.product_variants__item__value {
  padding: 5px 10px;
  border: 1px solid #011F4B;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 3px;
}
.product_variants__item__value:hover {
  color: #fff !important;
  background: #0566ff;
  border: 1px solid #0566ff;
}
.product_variants__item__value.active {
  cursor: default;
  color: #fff !important;
  background: #011F4B;
  border: 1px solid #011F4B;
}

.b24-form-control-list-selector-item-image {
  max-width: 25% !important;
  width: auto !important;
  max-height: 80px !important;
}

.b24-form-slider-item-image {
  max-height: 300px;
}

.product_details_rent__price {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 8px 0;
}

.variants_delivery {
  margin-bottom: 20px;
}
.variants_delivery:last-child {
  margin-bottom: 0;
}

.variants_delivery__list {
  display: flex;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
  align-items: center;
}
.variants_delivery__list__item {
  width: 25%;
  padding: 5px 10px 5px 10px;
}
.variants_delivery__list__item a {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.variants_delivery__list__item a:hover {
  opacity: 0.7;
}
.variants_delivery__list__item img {
  display: block;
  width: 100%;
}
@media (max-width: 949.98px) {
  .variants_delivery__list__item {
    width: 20%;
  }
}
@media (max-width: 399.98px) {
  .variants_delivery__list__item {
    width: 25%;
  }
}

.missed_price {
  font-size: 18px;
  font-weight: 500;
}

.product_availability {
  position: relative;
}
.product_availability__inside {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}
.product_availability__status {
  display: inline-block;
  vertical-align: top;
}
.product_availability__status__label {
  display: inline-block;
  vertical-align: top;
}
.product_availability__status__icon {
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 5px 3px 0 0;
}
.product_availability__status.available .product_availability__status__icon {
  background-color: #00c308;
  box-shadow: 0 4px 12px #00c308;
}
.product_availability__status.available .product_availability__status__label {
  color: #00c308;
}
.product_availability__status.warning .product_availability__status__icon {
  background-color: #ef9328;
  box-shadow: 0 4px 12px #ef9328;
}
.product_availability__status.warning .product_availability__status__label {
  color: #ef9328;
}
.product_availability.product_sidebar__item {
  padding: 20px;
  background-color: #efefef;
}
.product_availability.in_catalog {
  padding: 5px 0 5px 0;
  text-align: center;
}
.product_availability.in_catalog .product_availability__inside {
  display: none !important;
  justify-content: center;
}

.detailed_page {
  margin-bottom: 20px;
}
.detailed_page__miniatures {
  max-width: 514px;
  margin: 0 auto;
  display: none;
}
.detailed_page__miniatures__inside {
  display: flex;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -3px;
}
.detailed_page__miniatures__item {
  width: 14.28%;
  padding: 0px 5px 10px 5px;
  padding: 0px 3px 6px 3px;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 399.98px) {
  .detailed_page__miniatures__item {
    width: 16.6%;
  }
}
@media (max-width: 359.98px) {
  .detailed_page__miniatures__item {
    width: 20%;
  }
}
.detailed_page__miniatures__item__inside {
  overflow: hidden;
  border: 2px solid #fff;
  box-sizing: border-box;
  box-sizing: content-box;
  content: " ";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  text-align: center;
}
.detailed_page__miniatures__item__inside img {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.detailed_page__miniatures__item.active .detailed_page__miniatures__item__inside, .detailed_page__miniatures__item:hover .detailed_page__miniatures__item__inside {
  border: 2px solid #011F4B;
}

.detailed_page_slider {
  margin: 0 0 10px 0;
}
.detailed_page_slider .owl-pagination {
  display: none !important;
}
.detailed_page_slider .owl-wrapper {
  display: flex !important;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
}
.detailed_page_slider .owl-stage {
  display: flex;
  align-items: center;
}
.detailed_page_slider .owl-carousel .owl-item {
  height: auto;
}
.detailed_page_slider .owl-carousel .owl-buttons .owl-prev,
.detailed_page_slider .owl-carousel .owl-buttons .owl-next,
.detailed_page_slider .owl-carousel .owl-nav .owl-prev,
.detailed_page_slider .owl-carousel .owl-nav .owl-next {
  outline: none;
  position: absolute;
  top: 47%;
  opacity: 0.5;
  background: none;
  height: 50px;
  width: 50px;
  background: url(/local/templates/vento/front/dist/images/background/button_slider_next.svg) no-repeat;
  background-size: 100%;
  margin: -25px 0 0 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .detailed_page_slider .owl-carousel .owl-buttons .owl-prev:hover,
  .detailed_page_slider .owl-carousel .owl-buttons .owl-next:hover,
  .detailed_page_slider .owl-carousel .owl-nav .owl-prev:hover,
  .detailed_page_slider .owl-carousel .owl-nav .owl-next:hover {
    opacity: 1;
  }
}
.detailed_page_slider .owl-carousel .owl-buttons .owl-prev.disabled,
.detailed_page_slider .owl-carousel .owl-buttons .owl-next.disabled,
.detailed_page_slider .owl-carousel .owl-nav .owl-prev.disabled,
.detailed_page_slider .owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0.2 !important;
  cursor: default !important;
}
.detailed_page_slider .owl-carousel .owl-buttons .owl-prev,
.detailed_page_slider .owl-carousel .owl-nav .owl-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.detailed_page_slider .owl-carousel .owl-buttons .owl-next,
.detailed_page_slider .owl-carousel .owl-nav .owl-next {
  right: 0;
}
.detailed_page_slider__item__img {
  text-align: center;
}
.detailed_page_slider__item__img img {
  display: inline-block !important;
  width: auto !important;
  height: auto;
  max-height: 500px;
  max-width: 100%;
  cursor: zoom-in;
}

.detailed_page__inside {
  display: flex;
  gap: 40px;
  flex-direction: column;
}

.detailed_page__side.left_side {
  width: 42%;
}

.detailed_page__side.middle_side {
  width: 33%;
}

.detailed_page__side.right_side {
  width: 25%;
}

.detailed_page__side {
  padding: 0 15px;
  box-sizing: border-box;
}

.detailed_page__side .fast_actions__item__link {
  justify-content: flex-start;
}

.detailed_page__side .fast_actions__item__label {
  max-width: none !important;
}

@media (max-width: 1199.98px) {
  .detailed_page__side.middle_side {
    width: 33%;
  }
  .detailed_page__side.right_side {
    width: 25%;
  }
}
@media (max-width: 949.98px) {
  .detailed_page__side.middle_side {
    width: 50%;
  }
  .detailed_page__side.right_side {
    width: 50%;
  }
  .detailed_page__side.left_side {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 766.98px) {
  .product-item-detail-properties {
    margin: 0 -10px;
  }
  .detailed_page__side.middle_side {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .detailed_page__side.right_side {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .detailed_page__side.left_side {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.detailed_page__sides {
  max-width: 100%;
  box-sizing: border-box;
}
.detailed_page__sides.left_side {
  flex: 1;
}
.detailed_page__sides.right_side {
  padding: 0 0 0 15px;
  width: 300px;
}
.detailed_page__two_column {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 -15px 20px -15px;
}
.detailed_page__two_column__side.left_side {
  flex: 1;
  padding: 0 15px;
}
.detailed_page__two_column__side.middle_side {
  width: 370px;
  padding: 0 15px;
  box-sizing: border-box;
}

@media (max-width: 1150px) {
  .detailed_page__two_column__side.middle_side {
    width: 330px;
  }
  .detailed_page__sides.right_side {
    width: 250px;
  }
  .product-item-detail-tab,
  .product-item-detail-tabs-container {
    min-height: 0;
  }
  .product-item-detail-tab-link {
    padding: 15px 15px;
  }
}
@media (max-width: 992px) {
  .detailed_page__two_column {
    display: block;
    width: auto;
  }
  .detailed_page__two_column__side {
    padding: 0;
  }
  .detailed_page__two_column__side.middle_side {
    width: auto;
  }
  .detailed_page__miniatures__inside {
    justify-content: center;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.00-legacy/typography.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.text-align-center {
  text-align: center;
}

.full_width {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
  height: auto;
}

select {
  max-width: 100%;
}

@media (max-width: 766.98px) {
  .select-css {
    outline: none !important;
    display: block;
    font-size: 16px;
    color: #444;
    line-height: 1.2;
    padding: 13px 30px 13px 14px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #878787;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
    border-radius: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background: url(/local/templates/vento/front/dist/images/background/arrow_bottom.svg);
    background-repeat: no-repeat, repeat;
    background-position: right 10px top 20px, 0 0;
    background-size: 10px auto, 100%;
  }
  .select-css::-ms-expand {
    display: none;
  }
  .select-css:hover {
    border-color: #878787;
  }
  .select-css:focus {
    border-color: #0566ff;
    box-shadow: none;
    box-shadow: 0 0 0 0px -moz-mac-focusring;
    color: #000;
    outline: none;
  }
  .select-css option {
    font-weight: normal;
  }
  *[dir=rtl] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
    background-position: left 10px top 50%, 0 0;
  }
}
hr {
  background: #878787;
}

p {
  margin: 0 0 10px 0;
}
p:last-child {
  margin-bottom: 0;
}

.btn-link {
  color: #011F4B !important;
  display: inline-block;
  text-decoration: none;
  box-shadow: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn-link span {
  border-bottom: 1px solid #011F4B;
  color: #011F4B !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-link:hover {
  color: #89CDE0 !important;
}
.btn-link:hover span {
  border-bottom: 1px solid #fff;
  color: #89CDE0 !important;
}

.color_danger {
  color: #f44336 !important;
}
.color_danger:hover {
  color: #f81155 !important;
}

input:focus {
  outline: none;
}

body {
  color: #011F4B;
  background-color: #f8f8f8;
}
body.fixed_page {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
body * {
  outline: none;
  text-decoration: none;
  line-height: 1.2;
  font-family: "Helvetica", Arial sans-serif !important;
}
body a {
  color: #011F4B;
  text-decoration: none;
  outline: none;
  transition: 0.2s ease;
}
body a:hover {
  color: #89CDE0;
}
body .fa {
  font: normal normal normal 14px/1 FontAwesome !important;
}

h1, .h1 {
  font-size: 37px !important;
  font-weight: 500 !important;
  margin: 0 !important;
}

h2, .h2 {
  font-size: 32px !important;
  font-weight: 500 !important;
  margin: 0 !important;
}

.catalog-block-header,
h3, .h3 {
  font-size: 26px !important;
  font-weight: 500 !important;
  margin: 0 !important;
}

h4, .h4 {
  font-size: 18px !important;
  font-weight: 500 !important;
  margin: 0 !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  margin: 10px 0 10px 0 !important;
}

.catalog-block-header {
  margin-bottom: 10px !important;
}

ul, ol {
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
}
ul li, ol li {
  margin: 0 0 10px 0;
}
ul li:last-child, ol li:last-child {
  margin: 0;
}

.btn-secondary {
  color: #011F4B !important;
  background-color: #f1f3f6 !important;
  border-color: #f1f3f6 !important;
  outline: none !important;
  box-shadow: none !important;
}

.btn-secondary:hover {
  color: #fff !important;
  background-color: #0566ff !important;
  border-color: #0566ff !important;
}

.btn-primary {
  color: #fff !important;
  background-color: #011F4B !important;
  border-color: #011F4B !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  color: #fff !important;
  background-color: #89CDE0 !important;
  border-color: #89CDE0 !important;
}

.form-check-input[type=checkbox] {
  margin-top: -1px;
}

.available.high {
  color: #00c308;
}
.available.middle {
  color: #f9a918;
}
.available.low {
  color: #f44336;
}

.btn-success {
  color: #fff !important;
  background-color: #00c308 !important;
  border-color: #00c308 !important;
  outline: none !important;
  box-shadow: none !important;
}

.btn-success:hover {
  color: #00c308 !important;
  background-color: #fff !important;
  border-color: #00c308 !important;
}

.btn-outline-success {
  color: #00c308 !important;
  background-color: #fff !important;
  border-color: #00c308 !important;
  outline: none !important;
  box-shadow: none !important;
}

.btn-outline-success:hover {
  color: #fff !important;
  background-color: #00c308 !important;
  border-color: #00c308 !important;
}

.btn-outline-primary {
  color: #011F4B !important;
  background-color: #fff !important;
  border-color: #011F4B !important;
  outline: none !important;
  box-shadow: none !important;
}

.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #011F4B !important;
  border-color: #011F4B !important;
}

.sale-order-list-shipment-status-block,
.sale-order-list-status-restricted,
.sale-order-list-status-alert,
.sale-order-list-status-success,
.custom_label_block {
  display: inline-block;
  padding: 2px 6px 2px 6px;
  border-radius: 3px;
  color: #fff !important;
  font-weight: normal;
}

.sale-order-list-status-restricted,
.emergency_label {
  background: #f44336;
  border: 1px solid #f44336;
}

.sale-order-list-status-alert,
.warning_label {
  background: #f9a918;
  border: 1px solid #f9a918;
}

.sale-order-list-status-success,
.success_label {
  background: #00c308;
  border: 1px solid #00c308;
}

.sale-order-list-shipment-status-block,
.default_label {
  background: #878787;
  border: 1px solid #878787;
}

.custom_button {
  outline: none !important;
  background: #011F4B;
  display: inline-flex;
  border: none;
  padding: 14px 20px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom_button.white_btn {
  border: 2px solid #fff;
  background: #fff;
  color: #011F4B;
}
.custom_button.white_btn .custom_button__label {
  color: #011F4B;
}
.custom_button.white_btn:hover {
  border: 2px solid #0566ff;
  background: #0566ff;
  color: #fff;
}
.custom_button.white_btn:hover .custom_button__label {
  color: #fff;
}
.custom_button.disabled, .custom_button[disabled] {
  opacity: 0.5;
  cursor: default;
}
.custom_button.big_field {
  padding: 16px 16px;
}
.custom_button__label {
  font-weight: 500;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom_button__label + .custom_button__icon {
  margin: 0 0 0 10px;
}
.custom_button__icon {
  display: inline-block;
}
.custom_button__icon.add_to_cart_icon {
  position: relative;
  display: inline-flex;
  width: 22px;
  height: 21px;
  margin: 0px 0px -2px 0;
  background: url(/local/templates/vento/front/dist/images/background/sprt.svg) 0 -355px;
}
.custom_button__icon + .custom_button__label {
  margin: 0 0 0 5px;
}
.custom_button__icon svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom_button:hover, .custom_button.active {
  background: #011F4B;
  color: #89CDE0;
}
.custom_button:hover .custom_button__icon:not(.fi), .custom_button.active .custom_button__icon:not(.fi) {
  background: #89CDE0;
}
.custom_button:hover .custom_button__label, .custom_button.active .custom_button__label {
  color: #89CDE0;
}
.custom_button.bordered {
  background: none;
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 20px;
}
.custom_button.bordered .custom_button__label {
  color: #fff;
}
.custom_button.bordered:hover {
  background: #fff;
  color: #011F4B;
}
.custom_button.bordered:hover .custom_button__label {
  color: #011F4B;
}
.custom_button.bordered:hover .custom_button__icon svg path {
  stroke: #011F4B;
}
.custom_button.bordered.blue_btn {
  border: 2px solid #011F4B;
  color: #011F4B;
}
.custom_button.bordered.blue_btn .custom_button__label {
  color: #011F4B;
}
.custom_button.bordered.blue_btn:hover {
  border: 2px solid #011F4B;
  background: #011F4B;
  color: #fff;
}
.custom_button.bordered.blue_btn:hover .custom_button__label {
  color: #fff;
}
.custom_button.light-cyan {
  color: #011F4B;
  background: #89CDE0;
}
.custom_button.light-cyan:hover {
  background: #BDDEE7;
}
.custom_button.in_cart {
  background: rgb(16, 196, 76);
  color: rgb(255, 255, 255);
}
.custom_button.in_cart:hover {
  background: rgb(5, 211, 73);
  color: rgb(255, 255, 255);
}

.d-block {
  display: block;
  width: 100%;
}

.tabs_block__top {
  text-align: center;
  margin: 0 0 20px 0;
}
.tabs_block__links__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 10px 15px;
  color: #011F4B;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tabs_block__links__item:first-child {
  margin-left: 0;
}
.tabs_block__links__item:not(.active) {
  color: #89CDE0;
}
.tabs_block__links__item:not(.active):hover {
  color: #011F4B;
}
.tabs_block__links__item.active {
  pointer-events: none;
}
.tabs_block__links__item__inside {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.tabs_block__links__item__icon {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 0 0;
}
.tabs_block__links__item__label {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 766.98px) {
  .tabs_block__links {
    white-space: nowrap;
    overflow: auto;
    text-wrap: nowrap;
  }
}
.tabs_block__bottom__item {
  display: none;
}
.tabs_block__bottom__item.active {
  display: block;
}

.block__top {
  margin: 0 0 10px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.block__top__link {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block__top__link:hover {
  opacity: 0.7;
}
.block__top__link__label {
  margin: 0px 15px 0 0;
  color: #011F4B;
  font-weight: bold;
  letter-spacing: -0.4px;
}
.block__top__link__icon.left_side {
  margin: 0 17px 0 0;
}
.block__top__link__icon.left_side svg {
  width: 30px;
  height: 30px;
}
.block__top__link__icon.right_side svg path {
  stroke: #011F4B;
}

.font_weight400 {
  font-weight: 400 !important;
}

.custom_block {
  padding: 70px 0;
}

.alert-warning {
  color: #000;
}

.main_content.company {
  position: relative;
}
.main_content a {
  color: #011F4B;
}
.main_content a:hover {
  color: #89CDE0;
}
.main_content__flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 -10px;
}
.main_content__flex.no_paddings {
  margin: 0 0 !important;
}
.main_content__flex.no_paddings .main_content__side {
  padding: 0 0 !important;
}
.main_content__side {
  padding: 0 10px;
}
.main_content__side.main_side {
  flex: 1;
  width: 1px;
}
.main_content__side.cart_sidebar {
  width: 350px;
  padding-bottom: 30px;
}
@media (max-width: 1022.98px) {
  .main_content__side.cart_sidebar {
    padding-bottom: 0px;
  }
}

.form-control {
  box-shadow: none !important;
  padding: 7px 10px;
  font-size: 16px;
  min-height: 38px;
  line-height: 1;
  background-image: none !important;
}
.form-control.big_field {
  padding: 15px 15px;
  min-height: 52px;
}
.form-control:focus {
  border: 1px solid #011F4B !important;
}

textarea.form-control {
  line-height: 1.2;
}

.form__item.error .form-control {
  border: 1px solid #f44336;
}

.form__item__report {
  margin: 10px 0 0 0;
}

.smart-filter-checkbox-text {
  margin: 2px 0 0 0;
}

.form-group input[type=checkbox] {
  cursor: pointer;
}

.form-group label {
  cursor: default;
  margin: 0 0 2px 0;
}
.form-group label[for] {
  cursor: pointer;
}

.form-group {
  margin: 0 0 20px 0;
}
.form-group__prompt {
  margin: 2px 0 0 0;
  color: #878787;
}
.form-group .starrequired {
  color: #f44336;
}

.form-group:last-child {
  margin: 0 0 0px 0;
}

.tooltip {
  display: none;
  opacity: 1;
  box-shadow: 0 2px 4px rgba(149, 149, 149, 0.92);
  border-radius: 5px;
  line-height: 1.2;
  margin-top: 10px;
  background: #fff;
  padding: 7px 10px;
}

.active .tooltip {
  display: block;
}

.mb-3 {
  margin-bottom: 20px !important;
}

.mb-3:last-child {
  margin-bottom: 0px !important;
}

.info_block {
  padding: 30px 0px;
}

.info_block2 {
  padding: 0 20px;
}
.info_block2 .h3 {
  margin-top: 0 !important;
}
.info_block2 p {
  color: #000;
}

.white_card {
  background: #fff;
  padding: 20px 20px;
  margin: 0 0 20px 0;
}
.white_card.p0 {
  padding: 0 !important;
}
.white_card.m0 {
  margin: 0 !important;
}

.shadow_block {
  box-shadow: 0px 2px 20px rgba(209, 208, 208, 0.25);
}

.big_card {
  padding: 60px 60px;
  box-sizing: border-box;
  border-radius: 3px;
}
.big_card.padding_top_bottom_30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.bordered_card {
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  overflow: hidden;
}

.small_title {
  font-weight: 500;
  margin: 0 0 13px 0;
}

.form-item_block {
  margin: 0 0 20px 0;
}
.form-item_block:last-child {
  margin: 0;
}

.blue_text {
  color: #011F4B;
}

.gray_text {
  color: #878787;
}

.form-item__checkbox {
  display: inline-block;
  margin: 0 0 0 1.125em;
}
.form-item__checkbox input {
  display: none;
}
.form-item__checkbox input + label {
  position: relative;
  padding: 0 0 0 0.3125em;
}
.form-item__checkbox input + label:after, .form-item__checkbox input + label:before {
  content: " ";
  display: inline-block;
  vertical-align: top;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-item__checkbox input + label:before {
  background: #fff;
  border-radius: 0.1875em;
  border: 1px solid #011F4B;
  width: 1em;
  height: 1em;
  margin: 0.0625em 0.1875em 0px 0;
  left: -1.0625em;
  top: 0;
}
.form-item__checkbox input + label:after {
  font-family: "fi" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  min-width: 1em;
  min-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f10a";
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.2s ease-in-out;
  transition-property: transform;
  left: -1.4em;
  top: 0.9em;
  font-size: 0.625em;
  opacity: 0;
  visibility: hidden;
}
.form-item__checkbox input:checked + label:after {
  opacity: 1;
  visibility: visible;
}
.form-item__checkbox:hover label:after {
  opacity: 0.5;
  visibility: visible;
}
.form-item__checkbox.error input + label:before {
  border-color: #f44336;
}

.btn {
  box-shadow: none !important;
}

.message_block {
  margin: 0 0 5px 0;
}
.message_block.error_info {
  color: #f44336;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading_spinner {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  font-size: 0;
  transform: scale(0.8);
  z-index: 99;
}
.loading_spinner:after {
  width: 15px;
  height: 15px;
  animation: loader 0.6s linear infinite;
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #011F4B;
  border-color: #011F4B #011F4B transparent;
  animation: loader 0.8s linear infinite;
}

.jspVerticalBar {
  width: 6px !important;
}

.jspDrag {
  background: #adbdd7 !important;
}

.jspTrack {
  background: #efefef !important;
}

table {
  margin: 0 0 10px 0;
}
table td, table th {
  padding: 5px 5px;
}

.black_element {
  color: #000 !important;
}

.orders_list__item {
  overflow: hidden;
  border-radius: 3px;
}

.orders_list__item__title {
  background: #e1ecfb;
  color: #000;
  padding: 10px;
}

.orders_list__item {
  margin: 0 0 30px 0;
}

.orders_list__item:last-child {
  margin: 0;
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  opacity: 0.3;
}

font.notetext {
  color: #000;
}

@media (max-width: 1399.98px) {
  .container {
    max-width: none !important;
  }
}

.custom_list {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  position: relative;
}
.custom_list__list {
  box-shadow: 0px 2px 20px rgba(209, 208, 208, 0.25);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  padding: 10px 0 10px 0;
}
.custom_list__list__inside {
  background: #fff;
  padding: 10px;
  height: 245px;
  min-width: 250px;
}
.custom_list__list ul {
  margin: 0 0 0 0;
  padding: 0;
}
.custom_list__list ul li {
  list-style: none;
  margin: 3px 0;
  padding: 2px 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom_list__list ul li.active, .custom_list__list ul li:hover {
  color: #0566ff;
}
.custom_list__top__label {
  padding: 0 20px 0 0;
  position: relative;
}
.custom_list__top__label:after {
  display: inline-block;
  content: " ";
  position: absolute;
  top: 13px;
  right: 4px;
  width: 10px;
  height: 6px;
  background: url(/local/templates/vento/front/dist/images/background/sprt.svg) 0 -37px;
}
.custom_list:hover .custom_list__list {
  opacity: 1;
  visibility: visible;
}

.page_title__top .bx-breadcrumb {
  margin: 0 0 5px 0;
}

.artikul_field {
  position: relative;
  display: inline-flex;
  padding: 4px 6px;
  border: 1px solid #bbcbe4;
  border-radius: 3px;
  font-size: 0.68rem;
  font-weight: 500;
  color: #9caecc;
  background-color: #fff;
}
.artikul_field:before {
  content: " ";
  position: absolute;
  top: 0;
  right: -6px;
  width: 7px;
  height: 22px;
  background: url(/local/templates/vento/front/dist/images/background/sprt.svg) 0 -399px;
}

.search_block {
  position: relative;
}
.search_block__inner {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.search_block__query {
  width: 100%;
  display: block;
  background: #fff;
  padding: 14px 14px;
  padding-right: 80px;
  outline: none;
  border-radius: 3px;
  color: #000;
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #878787;
}
.search_block__query:hover, .search_block__query:focus {
  border: 1px solid #0566ff;
}
.search_block__submit {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 50px;
  outline: none;
  border: none;
  background-repeat: no-repeat;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #878787;
}
.search_block__submit:hover {
  background: #0566ff;
}
.search_block__submit input {
  display: none;
}
.search_block__submit svg {
  margin: 8px 0 0 0;
  display: inline-block;
}
.search_block__submit svg path {
  fill: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search_block__clear {
  position: absolute;
  top: 0px;
  right: 50px;
  display: inline-block;
  height: 47px;
  width: 40px;
  background: url(/local/templates/vento/front/dist/images/background/close.svg) no-repeat;
  background-position: center;
  background-size: 80%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
.search_block__loading {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 49px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
}

.navigation_cards__item.right_side {
  text-align: right;
}
@media (max-width: 766.98px) {
  .navigation_cards__item.right_side {
    text-align: left;
  }
}

.showed {
  opacity: 1 !important;
  visibility: visible !important;
}

.d_block {
  display: block !important;
}

body .chosen-container {
  height: 100%;
  min-height: 30px;
}
body .chosen-container-single .chosen-single {
  min-height: 30px;
  background: #fff !important;
  border-radius: 0;
  height: 100%;
  border-radius: 3px;
  overflow: hidden;
  align-items: center;
  display: flex;
  box-shadow: none;
  display: flex;
  align-items: center;
  width: 100%;
}
body .chosen-container-single .chosen-single div b {
  background: url(/local/templates/vento/front/dist/images/background/sprt.svg) 0 -37px !important;
  width: 13px;
  height: 10px;
  margin: 20px 0 0 0;
}

.navigation_link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navigation_link__inside {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.navigation_link__icon {
  width: 15px;
}
.navigation_link__label {
  flex: 1;
  color: #fff;
}

.stars__item {
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 25px;
  background: url(/local/templates/vento/front/dist/images/background/star_lined.svg) no-repeat;
  background-size: 100%;
  margin: 0 5px 0 0;
  opacity: 0.8;
  position: relative;
  cursor: pointer;
}
.stars__item:hover, .stars__item.active {
  opacity: 1;
}
.stars__item:hover:after, .stars__item.active:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: " ";
  display: block;
  background: url(/local/templates/vento/front/dist/images/background/star_filled.svg) no-repeat;
  background-size: 100%;
}

.inlineBlock {
  display: inline-block;
}

.displayInline {
  display: inline;
}

.author__inside {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.author__img {
  width: 30px;
  overflow: hidden;
  border-radius: 100px;
}
.author__img img {
  display: block;
  width: 100%;
}
.author__name {
  flex: 1;
  color: #fff;
  margin: 0 0 0 10px;
}

.display_none {
  display: none !important;
}

.full_width img {
  height: auto;
}
.full_width img,
.full_width iframe {
  width: 100%;
  display: block;
}
@media (max-width: 599.98px) {
  .full_width iframe {
    height: 300px;
  }
}

.block_photos__item {
  text-align: center;
}
.block_photos__item img {
  display: inline-block;
  vertical-align: top;
  max-height: 200px;
}

.target_menu_block__show {
  display: none;
  color: #011F4B;
  cursor: pointer;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 0 10px 0;
}
@media (max-width: 1022.98px) {
  .target_menu_block__show {
    display: inline-block;
    vertical-align: top;
  }
}

@media (max-width: 1022.98px) {
  .target_menu_block {
    display: none !important;
  }
  .target_menu_block.active {
    display: block !important;
  }
}
@media (max-width: 1199.98px) {
  .big_card {
    padding: 20px 20px;
  }
  .main_content__side {
    padding: 5px 5px 10px 5px;
  }
  .main_content__flex {
    margin: 0 -5px;
  }
  .main_content__side.cart_sidebar {
    width: 300px;
  }
  .custom_block {
    padding: 35px 0;
  }
  h1, .h1 {
    font-size: 30px !important;
  }
  h2, .h2 {
    font-size: 28px !important;
  }
  .catalog-block-header,
  h3, .h3 {
    font-size: 24px !important;
  }
  h4, .h4 {
    font-size: 18px !important;
  }
  .block__top {
    margin: 0 0 0px 0;
  }
}
@media (max-width: 1022.98px) {
  .info_block {
    padding: 20px 0px;
  }
  .main_content__side.cart_sidebar {
    width: 100%;
    display: block;
  }
  .main_content__side.main_side {
    width: 100%;
    display: block;
  }
  .main_content__flex {
    display: block;
    width: auto;
  }
  .block__top {
    display: block;
  }
  .block__top__right_block {
    display: block;
    width: auto;
    margin: 10px 0 15px 0;
  }
  .block__top__link {
    justify-content: flex-start;
  }
}
@media (max-width: 766.98px) {
  .custom_block {
    padding: 30px 0;
  }
  .white_card {
    padding: 10px 10px;
    margin: 0 0 10px 0;
  }
  .tabs_block__links__item {
    margin: 0 10px 10px 10px;
  }
  h1, .h1 {
    font-size: 28px !important;
  }
  h2, .h2 {
    font-size: 26px !important;
  }
  .catalog-block-header,
  h3, .h3 {
    font-size: 24px !important;
  }
  h4, .h4 {
    font-size: 18px !important;
  }
}
.owl-theme .owl-controls .owl-page span {
  background: #011F4B !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.typography_block img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.typography_block p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 10px 0;
}
.typography_block p * {
  font-size: 18px;
  line-height: 1.6;
}
.typography_block p:last-child {
  margin: 0 !important;
}

@media (max-width: 766.98px) {
  .typography_block p {
    font-size: 18px;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 399.98px) {
  .typography_block p {
    line-height: 1.3;
  }
  h1, .h1 {
    font-size: 24px !important;
  }
  h2, .h2 {
    font-size: 22px !important;
  }
  .catalog-block-header,
  h3, .h3 {
    font-size: 20px !important;
  }
  h4, .h4 {
    font-size: 18px !important;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.00-legacy/user.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.auth_page {
  text-align: center;
}

.login_form {
  display: inline-block;
  width: 720px;
  margin: 0 auto;
  text-align: left;
  background: #fff;
}
@media (max-width: 800px) {
  .login_form {
    width: 100%;
  }
}
.login_form .custom_button {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}

div.bx-auth-serv-icons a {
  border: none !important;
  outline: none !important;
  margin: 0 5px 0 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
div.bx-auth-serv-icons a:hover {
  opacity: 0.6;
}
/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.01-base/a/a.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
a.a_color_black,
.a_color_black {
  color: #000;
}
a.a_color_white,
.a_color_white {
  color: white;
}
a.a_hover_primary:hover,
.a_hover_primary:hover {
  color: #011F4B;
}
a.a_hover_light-primary:hover,
.a_hover_light-primary:hover {
  color: #89CDE0;
}

.a_primary {
  color: #011F4B;
}
.a_primary:hover {
  color: #89CDE0;
}

.a_underline {
  text-decoration: underline;
}
.a_underline:hover {
  text-decoration: none;
}

.a_arrow_right:hover .fi {
  margin-left: 0.875rem;
}
.a_arrow_right .fi {
  margin-left: 0.375rem;
  font-size: 0.625em;
  vertical-align: middle;
  line-height: 1.5;
  transition: margin-left 0.3s ease;
}
/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.01-base/img/img.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
.img_contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.img_cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img_scaled {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.02-common/image/image.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
.image {
  line-height: 1;
  display: block;
  overflow: hidden;
  position: relative;
  vertical-align: bottom;
  flex: 1 1 0px;
}
.image:before {
  content: "";
  display: block;
}
.image_fluid.image {
  max-height: none;
}
.image_fit.image {
  max-width: calc(var(--width, 0) * 1px);
}

.image__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: inherit;
  white-space: nowrap;
  font-size: 0;
}
.image__inner img, .image__inner .img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: inherit;
}
.image__inner .fa, .image__inner .fic {
  line-height: 1;
  vertical-align: inherit;
  text-align: center;
}
.image__inner:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
  margin-left: -1px;
  vertical-align: inherit;
}

.image_align_middle {
  vertical-align: middle;
}
.image_align_top {
  vertical-align: top;
}
.image_align_bottom {
  vertical-align: bottom;
}

.image_dynamic {
  max-height: calc(var(--height, 0) * 1px);
  flex-basis: calc(var(--width, 0) * 1px);
}
.image_dynamic:before {
  padding-top: calc(var(--height, 0) / var(--width, 0) * 100%);
}
/*!*********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/swiper/swiper-bundle.min.css ***!
  \*********************************************************************************************/
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.02-common/swiper/swiper.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/

/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.03-bootstrap/badge/badge.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.badge-promotion {
  --badge-radius: 5px;
  --badge-padding: 4px 6px;
  --badge-border-size: 1px;
  --badge-border-color: none;
  --badge-color: #000;
  --badge-border: var(--badge-border-size) solid var(--badge-border-color);
  padding: var(--badge-padding);
  text-align: start;
  font-weight: 450;
  border-radius: var(--badge-radius);
  border: var(--badge-border);
  color: var(--badge-color);
  background: var(--badge-bg);
}
/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.03-bootstrap/button/buttons.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
.btn-lg {
  padding: 0.6875rem 1rem;
  font-size: 1rem;
  min-height: 3em;
}

.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-cyan.btn-cyan {
  color: #011F4B;
  background: #89CDE0;
}
.btn-cyan.btn-cyan:hover {
  color: #011F4B;
  background: #BDDEE7;
}

.btn-outline-cyan.btn-outline-cyan {
  color: #89CDE0;
  border-color: #89CDE0;
  border-width: 2px;
  background: transparent;
}
.btn-outline-cyan.btn-outline-cyan:hover {
  color: #011F4B;
  background: #89CDE0;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.03-bootstrap/form-check/form-check.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.form-check-input:checked {
  background-color: #011F4B;
  border-color: #011F4B;
}
.form-check-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(1, 31, 75, 0.25);
}
/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.03-bootstrap/modal/modal.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.modal-base .modal-header {
  padding: 2.5rem 2.5rem 0.5rem;
  border-bottom: 0;
}
@media (max-width: 575.98px) {
  .modal-base .modal-header {
    padding: 1rem 1rem 0.5rem;
  }
}
.modal-base .modal-body {
  padding: 0 2.5rem 3.75rem;
}
@media (max-width: 575.98px) {
  .modal-base .modal-body {
    padding: 0 1rem 1rem;
  }
}
.modal-base .modal-title {
  line-height: 1;
  font-size: 1.5rem;
  color: #000;
}
@media (max-width: 575.98px) {
  .modal-base .modal-title {
    padding-right: 2rem;
  }
}
.modal-base .modal-close {
  outline: none;
  padding: 0;
  background: initial;
  color: inherit;
  border: none;
  text-align: start;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(64%, -64%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 1;
  color: #666666;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 0.125rem 1.25rem 0 rgba(209, 208, 208, 0.2509803922);
  z-index: 1;
}
.modal-base .modal-close:focus {
  outline: none;
}
.modal-base .modal-close:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
}
.modal-base .modal-close:hover {
  color: #011F4B;
}
.modal-base .modal-close .fi {
  font-size: 1.875rem;
}
@media (max-width: 575.98px) {
  .modal-base .modal-close {
    transform: none;
    background: transparent;
    box-shadow: none;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.03-bootstrap/tooltip/tooltip.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.tooltip.show {
  display: block;
  padding: 7px 10px;
  margin: 0;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0;
  color: #000;
  background: transparent;
  border-radius: 0;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.03-bootstrap/type/type.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
.text-tundora {
  color: #444746;
}

.text-black {
  color: #000;
}

.columns-2 {
  columns: 2;
}

@media (min-width: 0) {
  .columns-xs-2 {
    columns: 2;
  }
}
@media (min-width: 576px) {
  .columns-sm-2 {
    columns: 2;
  }
}
@media (min-width: 768px) {
  .columns-md-2 {
    columns: 2;
  }
}
@media (min-width: 992px) {
  .columns-lg-2 {
    columns: 2;
  }
}
@media (min-width: 1200px) {
  .columns-xl-2 {
    columns: 2;
  }
}
@media (min-width: 1500px) {
  .columns-xxl-2 {
    columns: 2;
  }
}
.columns-gap-20 {
  column-gap: 20px;
}

@media (min-width: 0) {
  .columns-gap-xs-20 {
    column-gap: 20px;
  }
}
@media (min-width: 576px) {
  .columns-gap-sm-20 {
    column-gap: 20px;
  }
}
@media (min-width: 768px) {
  .columns-gap-md-20 {
    column-gap: 20px;
  }
}
@media (min-width: 992px) {
  .columns-gap-lg-20 {
    column-gap: 20px;
  }
}
@media (min-width: 1200px) {
  .columns-gap-xl-20 {
    column-gap: 20px;
  }
}
@media (min-width: 1500px) {
  .columns-gap-xxl-20 {
    column-gap: 20px;
  }
}
.h60 {
  font-size: 60px !important;
  font-weight: bold !important;
}
@media (max-width: 991.98px) {
  .h60 {
    font-size: 32px !important;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/about-company/about-company.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
.about-company {
  position: relative;
  padding: 120px 0 54px;
}
@media (max-width: 991.98px) {
  .about-company {
    padding: 60px 0;
  }
}

.about-company__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.about-company__sidebar {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 24px;
  font-size: 24px;
  border-radius: 10px;
  background: #011F4B;
}

.about-company__description {
  padding: 42px 32px;
  border-radius: 10px;
  background: #fff;
}
@media (max-width: 991.98px) {
  .about-company__description {
    padding: 16px 24px;
  }
}

.about-company__text-banner {
  margin-top: 32px;
  padding: 24px;
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  border-radius: 10px;
  background: #011F4B;
}
@media (max-width: 991.98px) {
  .about-company__text-banner {
    padding: 16px;
    font-size: 32px;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/article-card/article-card.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.article-card {
  position: relative;
}

.article-card__title {
  display: block;
  margin-top: 0.875rem;
  font-weight: 450;
  font-size: max(16px, min(calc(( 0.125  * 100vw +  21.5rem ) /  26 ), 18px));
}
.article-card__title:before {
  content: "";
  position: absolute;
  inset: 0;
}
.article-card__title:not(:hover) {
  color: #000;
}

.article-card__date {
  margin-top: 0.625rem;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/basket-dropdown/basket-dropdown.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
[data-basket-dropdown-trigger] {
  --offset-top: 10px;
  position: relative;
}

.basket-dropdown {
  position: absolute;
  top: calc(100% + var(--offset-top));
  left: calc(-1 * max(138px, min(calc(( -3.6875  * 100vw +  507.421875rem ) /  18.75 ), 197px)));
  z-index: 100;
  display: none;
  flex-direction: column;
  width: 100vw;
  max-width: 800px;
  max-height: 444px;
  background: #FAF9F9;
  border-radius: 4px;
  border: 2px solid #89CDE0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-property: opacity;
}
.basket-dropdown::before {
  --size: calc(var(--offset-top) + 2px);
  content: "";
  position: absolute;
  top: calc(-1 * var(--size));
  left: 0;
  width: 100%;
  height: var(--size);
}
@media (hover: hover) and (pointer: fine) {
  .basket-dropdown {
    display: flex;
  }
  [data-basket-dropdown-trigger]:hover .basket-dropdown, .basket-dropdown:hover {
    opacity: 1;
    pointer-events: auto;
  }
}

.basket-dropdown__title {
  padding: 24px 24px 0;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 8px;
}

.basket-dropdown__table {
  --columns: 77px 1fr 100px 122px 75px;
  --gap: 16px;
  position: relative;
  flex: 1 1 100%;
  padding: 0 24px;
  overflow: auto;
}

.basket-dropdown__header {
  position: sticky;
  top: 0;
  z-index: 1;
  display: grid;
  grid-template-columns: var(--columns);
  grid-template-areas: "product product count price delete";
  gap: var(--gap);
  padding: 8px 0;
  background: #FAF9F9;
  border-bottom: 1px solid #D3D3D3;
}

.basket-dropdown__header-item {
  font-size: 18px;
  line-height: 1;
  text-align: center;
}
.basket-dropdown__header-item_product {
  grid-area: product;
  text-align: start;
}
.basket-dropdown__header-item_count {
  grid-area: count;
}
.basket-dropdown__header-item_price {
  grid-area: price;
}
.basket-dropdown__header-item_delete {
  grid-area: delete;
}

.basket-dropdown__body-item {
  position: relative;
  display: grid;
  grid-template-columns: var(--columns);
  grid-template-areas: "img title count price delete";
  align-items: center;
  gap: var(--gap);
  padding-top: 10px;
}
.basket-dropdown__body-item:not(:last-child) {
  border-bottom: 1px solid #D3D3D3;
}

.basket-dropdown__product_img {
  grid-area: img;
}
.basket-dropdown__product_title {
  grid-area: title;
}
.basket-dropdown__product_count {
  grid-area: count;
}
.basket-dropdown__product_price {
  grid-area: price;
}
.basket-dropdown__product_delete {
  grid-area: delete;
  text-align: center;
}

.basket-dropdown__product-img {
  width: 100%;
  aspect-ratio: 1;
}

.basket-dropdown__product-title {
  font-size: 18px;
}
.basket-dropdown__product-title::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 77px;
  height: 77px;
}

.basket-dropdown__product-counter {
  font-size: 9px;
}

.basket-dropdown__product-price {
  font-weight: bold;
  font-size: 18px;
}

.basket-dropdown__product-delete {
  outline: none;
  padding: 0;
  background: initial;
  color: inherit;
  border: none;
  text-align: start;
}
.basket-dropdown__product-delete:focus {
  outline: none;
}
.basket-dropdown__product-delete:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
}

.basket-dropdown__footer {
  padding: 16px 24px 24px;
  background: white;
  border-top: 2px solid #89CDE0;
}

.basket-dropdown__sum {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  font-size: 32px;
  line-height: 1;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/category/category.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.category {
  --outside-padding: 16px;
  --outside-line-color: #011F4B;
}
@media (max-width: 991.98px) {
  .category {
    --outside-padding: 8px;
  }
}

.category__tabs {
  --color: #011F4B;
  --bg: transparent;
  --active-color: #fff;
  --active-bg: #89CDE0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: var(--outside-padding);
  padding: 0 var(--outside-padding) 0;
}

.category__tab-item {
  position: relative;
  padding: 17px;
  margin-top: calc(var(--outside-padding) / 2);
  line-height: 1;
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  border: none;
  color: var(--color);
  background: var(--bg);
  outline: none;
}
.category__tab-item:focus {
  outline: none;
}
.category__tab-item::after {
  content: "";
  position: absolute;
  top: calc(var(--outside-padding) / -2);
  right: calc(var(--outside-padding) / -2 - 2px);
  width: calc(100% + var(--outside-padding) * 3 / 2 + 2px);
  height: calc(100% + var(--outside-padding));
  border-bottom: 2px solid var(--outside-line-color);
  pointer-events: none;
}
.category__tab-item:last-child::after {
  width: calc(100% + var(--outside-padding) * 3 / 2);
  right: auto;
  left: calc(var(--outside-padding) / -2);
}
.category__tab-item.active {
  color: var(--active-color);
  background: var(--active-bg);
  pointer-events: none;
}
.category__tab-item.active::after {
  border: 2px solid var(--outside-line-color);
  border-bottom: none;
}
@media (max-width: 991.98px) {
  .category__tab-item {
    font-size: 12px;
    padding: 8px;
  }
}
@media (max-width: 575.98px) {
  .category__tab-item {
    font-size: 10px;
    padding: 8px 4px;
  }
  .category__tab-item.active {
    color: #011F4B;
    background: transparent;
  }
}

.category__content {
  margin-top: calc(var(--outside-padding) / 2 - 2px);
  padding: 12px var(--outside-padding) var(--outside-padding);
  border: 2px solid var(--outside-line-color);
  border-top: none;
}

.category__list {
  --bg: #D4D4D4;
  --hover-bg: #fff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
@media (max-width: 1022.98px) {
  .category__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991.98px) {
  .category__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .category__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.category__item {
  aspect-ratio: 260/90;
  background: var(--bg);
}
.category__item:hover {
  background: var(--hover-bg);
}
@media (min-width: 769px) {
  .category__item {
    aspect-ratio: 270/128;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/characteristics/characteristics.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.characteristics {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.characteristics__item {
  position: relative;
  display: flex;
  gap: 0.5rem;
  padding: 0.3125rem 0;
  overflow: hidden;
  word-break: break-word;
}

.characteristics__name {
  flex-grow: 1;
  max-width: 50%;
  color: #444746;
  background-color: #fff;
  z-index: 1;
}

.characteristics__line {
  position: relative;
}
.characteristics__line::after {
  content: "";
  position: absolute;
  bottom: 0.25rem;
  width: 100vw;
  height: 0;
  border-bottom: 0.0625rem dashed #D3D3D3;
  margin-left: 0.25rem;
}

.characteristics__value {
  flex: 0 1 50%;
  align-self: end;
  color: #000;
  background-color: #fff;
  z-index: 1;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/color-picker/color-picker.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.color-picker {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.color-picker__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.color-picker__radio {
  --background: var(--radio-color);
  position: relative;
  overflow: hidden;
  display: flex;
  width: 2.875rem;
  min-height: 2.875rem;
  height: 2.875rem;
}
.color-picker__radio::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 2.0625rem;
  height: 2.0625rem;
  background: var(--radio-color);
  border-radius: 100%;
  z-index: 1;
}
.color-picker__radio::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 2.0625rem;
  height: 2.0625rem;
  border-radius: 100%;
  border: 0.0625rem solid var(--background);
  transition: 200ms ease-out;
  transition-property: width, height;
}
.color-picker__radio:has(.color-picker__input:checked)::after {
  width: 100%;
  height: 100%;
}
.color-picker__radio:has(.color-picker__input:disabled:not(:checked)) {
  opacity: 0.5;
}

.color-picker__radio_white::before, .color-picker__radio_white::after {
  border: 0.0625rem solid #A3A3A3;
}

.color-picker__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.color-picker__input:not(:checked):not(:disabled) {
  cursor: pointer;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/commentary/commentary.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.commentary {
  display: flex;
  gap: 1rem;
  align-items: start;
}
@media (max-width: 766.98px) {
  .commentary {
    gap: 0.5rem;
  }
}

.commentary__avatar {
  flex: 0 0 3.25rem;
  overflow: hidden;
  border-radius: 50%;
}
.commentary_small .commentary__avatar {
  display: block;
  flex: 0 0 2.1875rem;
}
@media (max-width: 766.98px) {
  .commentary__avatar {
    display: none;
  }
}

.commentary__content {
  width: 100%;
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
.commentary_small .commentary__content {
  margin-top: 0.5rem;
}
@media (max-width: 766.98px) {
  .commentary__content {
    gap: 0.5rem;
  }
}

.commentary__section {
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
}

.commentary__title {
  display: flex;
  gap: 0.625rem;
  align-items: center;
}

.commentary__date {
  color: #878787;
  font-size: 0.875rem;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/counter/counter.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.counter {
  display: inline-flex;
  align-items: stretch;
  font-size: 1.1875em;
  background: #fff;
}
.counter.disabled {
  pointer-events: none;
}

.counter__control {
  outline: none;
  padding: 0;
  background: initial;
  color: inherit;
  border: none;
  text-align: start;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8em;
  min-width: 4.8em;
  height: 4.8em;
  line-height: 1;
  font-size: 0.5263157em;
  color: #011F4B;
  font-weight: 450;
  background: #E6EDF8;
}
.counter__control:focus {
  outline: none;
}
.counter__control:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
}
.counter__control:hover {
  background: #ced8f5;
  color: #011F4B;
}
.counter__control:disabled, .counter.disabled .counter__control {
  opacity: 0.5;
  pointer-events: none;
}
.counter__control_minus::before {
  font-family: "fi" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  min-width: 1em;
  min-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f118";
}
.counter__control_plus::before {
  font-family: "fi" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  min-width: 1em;
  min-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f11d";
}
.counter.disabled .counter__control::before {
  opacity: 0.5;
}

.counter__input {
  width: 100%;
  min-width: 0.395833em;
  font-size: inherit;
  line-height: 1.563;
  text-align: center;
  font-weight: 450;
  background: transparent;
  border: 1px solid #E6EDF8;
  border-right: none;
  border-left: none;
  border-radius: 2px;
}
.counter__input:focus {
  outline: none;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/custom-select/custom-select.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
.custom-select__label {
  margin-bottom: 0.25rem;
}

.custom-select__select .chosen-container {
  min-height: 3.25rem;
}
.custom-select__select .chosen-container .chosen-single {
  min-height: 3.25rem;
  padding-left: 0.9375rem;
  border-color: #ced4da;
}
.custom-select__select .chosen-container .chosen-single div {
  top: 50%;
  right: 1.125rem;
  width: 1em;
  height: 1em;
  font-size: 1rem;
  line-height: 1;
  color: #011F4B;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.2s ease-in-out;
  transition-property: transform;
}
.custom-select__select .chosen-container .chosen-single div::before {
  font-family: "fi" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  min-width: 1em;
  min-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f10a";
}
.custom-select__select .chosen-container .chosen-single div b {
  display: none;
}
.custom-select__select .chosen-container .chosen-single span {
  margin-right: 38px;
}
.custom-select__select .chosen-container .chosen-search::after {
  font-family: "fi" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  min-width: 1em;
  min-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f122";
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  pointer-events: none;
}
.custom-select__select .chosen-container .chosen-search-input.chosen-search-input {
  background: none;
}
.custom-select__select .chosen-container .chosen-results {
  padding: 0;
  margin: 0 0 4px 0;
}
.custom-select__select .chosen-container .active-result {
  color: #000000;
  padding: 1rem 1.25rem;
}
.custom-select__select .chosen-container .active-result.highlighted {
  color: #000000;
  background-image: none;
  background-color: #F8F8F8;
}
.custom-select__select .chosen-container .active-result.result-selected {
  color: #6C757D;
}
.custom-select__select .chosen-container.chosen-with-drop .chosen-single div {
  transform: translateY(-50%) rotate(270deg);
}

.custom-select.custom-select_sm .chosen-container {
  min-height: 2.5rem;
}
.custom-select.custom-select_sm .chosen-container .chosen-single {
  min-height: 2.5rem;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/feedback-slider/feedback-slider.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.feedback-slider {
  --swiper-navigation-sides-offset: 0;
}
.feedback-slider .swiper-slide {
  width: 100px;
}
@media (max-width: 599.98px) {
  .feedback-slider .swiper-slide {
    width: 72px;
  }
}
.feedback-slider .swiper-button-prev,
.feedback-slider .swiper-button-next {
  top: 0;
  height: 100%;
  margin-top: 0;
  background: #fff;
  box-shadow: 0 0 12px 12px #fff;
}
.feedback-slider .swiper-button-prev:after,
.feedback-slider .swiper-button-next:after {
  display: none;
}
.feedback-slider .swiper-button-disabled {
  display: none;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/file-control/file-control.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.file-control {
  font-size: 1.25rem;
}
.file-control input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.file-control input::file-selector-button {
  pointer-events: none;
}
.file-control input::-webkit-file-upload-button {
  pointer-events: none;
}
.file-control input:hover ~ .file-control__input {
  color: #89CDE0;
}
.file-control .invalid-feedback {
  display: none;
  font-size: 0.7em;
}
.file-control.invalid .invalid-feedback {
  display: block;
}

.file-control__wrapper {
  cursor: pointer;
  position: relative;
  margin-bottom: 0.5rem;
}

.file-control__input {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  pointer-events: none;
}
.file-control__input .fi {
  transform: scale(1.2);
}

.file-control__files {
  display: flex;
  gap: 0.25rem;
  flex-direction: column;
}

.file-control__item {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  word-break: break-all;
}

.file-control__remove {
  display: flex;
  padding: 0;
}
.file-control__remove:hover {
  color: #89CDE0;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/hint/hint.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.hint {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25em;
  height: 1.25em;
  padding: 0;
  background-color: #011F4B;
  color: #fff;
  border: 0;
  border-radius: 50%;
  overflow: hidden;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/lk-card/lk-card.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.lk-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem 3.75rem;
  padding: 1.25rem;
  background-color: #fff;
  box-shadow: 0 0.125rem 1.25rem 0 rgba(209, 208, 208, 0.2509803922);
}
@media (max-width: 766.98px) {
  .lk-card {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem;
  }
}
@media (max-width: 1199.98px) {
  .lk-card {
    gap: 1rem 1.5rem;
  }
}

.lk-card__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.lk-card__title {
  font-weight: 450;
  font-size: max(1.125rem, min(calc(( 0.125  * 100vw +  24.75rem ) /  26 ), 1.25rem));
}

.lk-card__btn {
  align-self: start;
}

.lk-card__description {
  color: #444746;
  font-size: 0.875rem;
}
.lk-card__description.lk-card__description_black {
  color: #000;
}
@media (max-width: 766.98px) {
  .lk-card__description {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/lk-card-person/lk-card-person.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
.lk-card-person {
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  background-color: #fff;
  box-shadow: 0 0.125rem 1.25rem 0 rgba(209, 208, 208, 0.2509803922);
}
@media (max-width: 766.98px) {
  .lk-card-person {
    padding: 1rem;
  }
}

.lk-card-person__title {
  margin-bottom: 1.25rem;
  font-weight: 450;
  font-size: max(1.125rem, min(calc(( 0.125  * 100vw +  24.75rem ) /  26 ), 1.25rem));
}

.lk-card-person__content {
  display: grid;
  grid-template-columns: auto fit-content(25%) auto 1fr;
  gap: 1rem 1.5rem;
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
}
@media (max-width: 1199.98px) {
  .lk-card-person__content {
    grid-template-columns: 1fr;
    gap: 0.25rem;
    font-size: 1rem;
  }
}

.lk-card-person__value, .lk-card-person__name {
  width: fit-content;
}
@media (max-width: 1199.98px) {
  .lk-card-person__value:nth-child(4n+3), .lk-card-person__value:nth-child(4n+4), .lk-card-person__name:nth-child(4n+3), .lk-card-person__name:nth-child(4n+4) {
    order: 1;
  }
}

.lk-card-person__name {
  color: #444746;
}
.lk-card-person__name:nth-child(4n+3) {
  padding-left: 2rem;
}
@media (max-width: 1199.98px) {
  .lk-card-person__name:nth-child(4n+3) {
    padding-left: 0;
  }
}

@media (max-width: 1199.98px) {
  .lk-card-person__value {
    margin-bottom: 1rem;
  }
}

.lk-card-person__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
@media (max-width: 766.98px) {
  .lk-card-person__btns {
    flex-direction: column;
    gap: 0.5rem;
  }
  .lk-card-person__btns .btn {
    width: 100%;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/lk-controls/lk-controls.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.lk-controls {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 0.625rem;
  padding: 1rem 1.25rem;
  background: #fff;
  box-shadow: 0 0.125rem 1.25rem 0 rgba(209, 208, 208, 0.2509803922);
}
@media (max-width: 766.98px) {
  .lk-controls {
    flex-direction: column;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/lk-edit/lk-edit.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.lk-edit {
  padding: 2.5rem;
  background-color: #fff;
  box-shadow: 0 0.125rem 1.25rem 0 rgba(209, 208, 208, 0.2509803922);
}
@media (max-width: 766.98px) {
  .lk-edit {
    padding: 1rem;
  }
}

.lk-edit__title {
  margin-bottom: 1.25rem;
  font-weight: 450;
  font-size: max(1.125rem, min(calc(( 0.5  * 100vw +  11.25rem ) /  26 ), 1.625rem));
}

.lk-edit__list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.lk-edit__item {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 0.5rem;
}
@media (max-width: 575.98px) {
  .lk-edit__item {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.lk-edit__item-title {
  color: #444746;
  font-size: 0.875rem;
}

.lk-edit__item-value {
  font-size: 0.875rem;
}

.lk-edit__btn-request {
  display: block;
  width: auto;
  margin-left: auto;
}
@media (max-width: 766.98px) {
  .lk-edit__btn-request {
    width: 100%;
    margin: 0;
  }
}

.lk-edit__form {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1.25rem;
}

.lk-edit__subtitle {
  font-weight: 450;
}

@media (max-width: 766.98px) {
  .lk-edit__btn-save {
    display: block;
    width: 100%;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/lk-filter/lk-filter.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
.lk-filter {
  display: flex;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: #fff;
  box-shadow: 0 0.125rem 1.25rem 0 rgba(209, 208, 208, 0.2509803922);
}
@media (max-width: 766.98px) {
  .lk-filter {
    flex-direction: column;
  }
}

.lk-filter__action {
  flex: 1 1 auto;
}

.lk-filter__filter {
  margin-left: auto;
}
@media (max-width: 766.98px) {
  .lk-filter__filter {
    margin: 0;
  }
  .lk-filter__filter .radio-button {
    width: 100%;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/lk-order/lk-order.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.lk-order {
  background: #fff;
  box-shadow: 0 0.125rem 1.25rem 0 rgba(209, 208, 208, 0.2509803922);
}

.lk-order__header {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  grid-template-areas: "title  products" "number products";
  gap: 1rem 0.25rem;
  padding: 1.25rem;
  border-bottom: 1px solid #efefef;
}
@media (max-width: 766.98px) {
  .lk-order__header {
    grid-template-columns: 1fr;
    grid-template-areas: "title " "number" "products";
  }
}

.lk-order__title {
  grid-area: title;
  line-height: 1.2;
  font-weight: 450;
  font-size: 1.25rem;
}

.lk-order__number {
  grid-area: number;
  justify-self: start;
}

.lk-order__products {
  grid-area: products;
  display: flex;
  gap: 0.25rem;
}
.lk-order__products img {
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  object-fit: contain;
}

.lk-order__body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.25rem;
}

.lk-order__section {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1rem;
}

.lk-order__section-title {
  font-weight: 450;
  font-size: 1rem;
}
.lk-order__section-title .lk-order__row-item-title {
  font-size: 1rem;
}
.lk-order__section-title .lk-order__row-item-value {
  color: #000;
}

.lk-order__section-description {
  font-size: 0.875rem;
  color: #444746;
}

.lk-order__row-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
}
@media (max-width: 359.98px) {
  .lk-order__row-item {
    align-items: start;
    flex-direction: column;
  }
}

.lk-order__row-item-title {
  width: 11.625rem;
  font-size: inherit;
  color: #444746;
}
.lk-order__row-item-title::after {
  content: ":";
}
@media (max-width: 359.98px) {
  .lk-order__row-item-title {
    width: auto;
  }
}

.lk-order__row-item-value {
  font-size: inherit;
}

.lk-order__status {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: normal;
  font-size: 0.875rem;
}
.lk-order__status::before {
  content: "";
  width: 0.71428em;
  min-width: 0.71428em;
  height: 0.71428em;
  border-radius: 100%;
  background: var(--bg, #011F4B);
}

@media (max-width: 766.98px) {
  .lk-order__btn {
    width: 100%;
  }
}

.lk-order__footer {
  display: flex;
  gap: 1rem;
  padding: 0 1.25rem 1.25rem;
}
@media (max-width: 766.98px) {
  .lk-order__footer {
    flex-direction: column;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/lk-order-detail/lk-order-detail.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.lk-order-detail {
  padding: 2.5rem;
  background: #fff;
  box-shadow: 0 0.125rem 1.25rem 0 rgba(209, 208, 208, 0.2509803922);
}
@media (max-width: 599.98px) {
  .lk-order-detail {
    padding: 1.25rem;
  }
}

.lk-order-detail__status {
  margin-bottom: 2.5rem;
}
@media (max-width: 599.98px) {
  .lk-order-detail__status {
    margin-bottom: 1.25rem;
  }
}

.lk-order-detail__status-title {
  font-weight: 450;
  font-size: max(1.125rem, min(calc(( 0.375  * 100vw +  15.75rem ) /  26 ), 1.5rem));
}

.lk-order-detail__status-description {
  margin-top: 0.875rem;
  color: #000;
}

.lk-order-detail__progress {
  --count: 0;
  --active: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 2rem;
  margin-top: 1.5rem;
}
.lk-order-detail__progress::before, .lk-order-detail__progress::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 0.25rem;
  background-clip: content-box;
  padding: 0 0.0625rem;
}
.lk-order-detail__progress::before {
  background-color: #efefef;
}
.lk-order-detail__progress::after {
  width: calc(100% / (var(--count) - 1) * (var(--active) - 1));
  background-color: #011F4B;
}

.lk-order-detail__progress-step {
  position: relative;
  display: flex;
}
.lk-order-detail__progress-step::before {
  content: "";
  position: relative;
  z-index: 2;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  background: #efefef;
  border-radius: 100%;
  border: 0.25rem solid #fff;
}
@media (max-width: 766.98px) {
  .lk-order-detail__progress-step::before {
    width: 1rem;
    min-width: 1rem;
    height: 1rem;
  }
}
.lk-order-detail__progress-step.active::before {
  background: #011F4B;
}
.lk-order-detail__progress-step.active::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  background: #011F4B;
  border-radius: 100%;
}
@media (max-width: 766.98px) {
  .lk-order-detail__progress-step.active::after {
    width: 1.25rem;
    min-width: 1.25rem;
    height: 1.25rem;
  }
}
.lk-order-detail__progress-step:has(~ .active)::before {
  background: #011F4B;
}

.lk-order-detail__body-title {
  font-weight: 450;
  font-size: max(1.125rem, min(calc(( 0.375  * 100vw +  15.75rem ) /  26 ), 1.5rem));
}

.lk-order-detail__table {
  --column-template: 6.25rem 1fr 6.25rem 6.25rem 12.5rem;
  --gap: 1.25rem;
  --min-width: 49rem;
  margin-top: 0.25rem;
}
@media (max-width: 991.98px) {
  .lk-order-detail__table {
    --column-template: 2.25rem 1fr 1fr 1fr;
    --gap: 0.5rem;
    --min-width: none;
  }
}

.lk-order-detail__table-header {
  display: grid;
  grid-template-columns: var(--column-template);
  align-items: center;
  gap: var(--gap);
  padding: 1rem 0;
  min-width: var(--min-width);
  border-bottom: 0.125rem solid #1051B8;
}
@media (max-width: 991.98px) {
  .lk-order-detail__table-header {
    display: none;
  }
}

.lk-order-detail__table-header-item {
  color: #212529;
  font-size: 0.875rem;
}

.lk-order-detail__table-body {
  min-width: var(--min-width);
}

.lk-order-detail__table-body-row {
  position: relative;
  display: grid;
  grid-template-columns: var(--column-template);
  align-items: center;
  gap: var(--gap);
  padding: 1rem 0;
}
.lk-order-detail__table-body-row:not(:last-child) {
  border-bottom: 0.0625rem solid #efefef;
}
@media (max-width: 991.98px) {
  .lk-order-detail__table-body-row {
    grid-template-areas: "img article article article   " ".   title   title   title      " ".   price   count   full-price";
  }
}

.lk-order-detail__table-body-item {
  color: #000;
}
.lk-order-detail__table-body-item_full-price, .lk-order-detail__table-body-item_count, .lk-order-detail__table-body-item_price {
  text-align: end;
}
@media (max-width: 991.98px) {
  .lk-order-detail__table-body-item_article {
    grid-area: article;
  }
  .lk-order-detail__table-body-item_img {
    grid-area: img;
  }
  .lk-order-detail__table-body-item_title {
    grid-area: title;
  }
  .lk-order-detail__table-body-item_price {
    text-align: start;
    grid-area: price;
  }
  .lk-order-detail__table-body-item_count {
    text-align: center;
    grid-area: count;
  }
  .lk-order-detail__table-body-item_full-price {
    text-align: end;
    grid-area: full-price;
    font-weight: 700;
  }
  .lk-order-detail__table-body-item_product {
    display: none;
  }
}
@media (min-width: 992px) {
  .lk-order-detail__table-body-item_img, .lk-order-detail__table-body-item_title {
    display: none;
  }
}

.lk-order-detail__product {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.lk-order-detail__product-img {
  width: 2.25rem;
  height: 2.25rem;
  min-width: 2.2rem;
}

.lk-order-detail__product-title.lk-order-detail__product-title {
  font-size: 0.875rem;
  color: #212529;
}
.lk-order-detail__product-title.lk-order-detail__product-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .lk-order-detail__product-title.lk-order-detail__product-title::before {
    top: 1rem;
    width: 2.25rem;
    height: 2.25rem;
  }
}

.lk-order-detail__table-footer {
  display: grid;
  grid-template-columns: 2.25rem 1fr 1fr 1fr;
  align-items: center;
  grid-template-areas: ". . count count" ". . price price";
  min-width: var(--min-width);
  gap: var(--gap);
  padding: 1.25rem 0;
  border-top: 0.0625rem solid #efefef;
}
@media (min-width: 992px) {
  .lk-order-detail__table-footer {
    grid-template-columns: var(--column-template);
    grid-template-areas: ". . . count price";
    padding: 1rem 0;
  }
}

.lk-order-detail__table-footer-item {
  color: #000;
}
.lk-order-detail__table-footer-item_count {
  grid-area: count;
  text-align: end;
}
.lk-order-detail__table-footer-item_price {
  grid-area: price;
  text-align: end;
}

.lk-order-detail__result-price {
  font-weight: 450;
  font-size: 1.25rem;
  color: #000;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/lk-order-panel/lk-order-panel.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
.lk-order-panel {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  background: #fff;
  box-shadow: 0 0.125rem 1.25rem 0 rgba(209, 208, 208, 0.2509803922);
}

.lk-order-panel__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.lk-order-panel__item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  word-break: break-word;
}

.lk-order-panel__title {
  color: #4D4D4D;
}
.lk-order-panel__item_status .lk-order-panel__title {
  font-weight: 450;
  font-size: 1.25rem;
  color: #000;
}

.lk-order-panel__value {
  color: #231F20;
}
.lk-order-panel__item_status .lk-order-panel__value {
  color: #000;
}

.lk-order-panel__footer {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/lk-orders/lk-orders.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
.lk-orders {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: 100%;
  padding: 1.25rem;
  background: #fff;
  box-shadow: 0 0.125rem 1.25rem 0 rgba(209, 208, 208, 0.251);
}

.lk-orders__title {
  margin-bottom: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
}

.lk-orders__section {
  position: relative;
  display: flex;
  gap: 2rem;
  width: 100%;
  padding: 1rem 0;
  border-top: 1px solid #efefef;
}
@media (max-width: 599.98px) {
  .lk-orders__section {
    flex-wrap: wrap;
    gap: 1rem;
  }
}

.lk-orders__section-title {
  padding-right: 3rem;
}
@media (max-width: 1199.98px) {
  .lk-orders__section-title {
    padding-right: 0.5rem;
  }
}

.lk-orders__section-number {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: 500;
}
.lk-orders__section-number:not(:hover) {
  color: inherit;
}
.lk-orders__section-number::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.lk-orders__section-status {
  position: relative;
  padding-left: 0.875rem;
}
.lk-orders__section-status::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.625rem;
  height: 0.625rem;
  min-width: 0.625rem;
  border-radius: 100%;
  background: #EB602B;
  transform: translateY(-50%);
}
.lk-orders__section-status.lk-orders__section-status_red::before {
  background: #EB602B;
}
.lk-orders__section-status.lk-orders__section-status_blue::before {
  background: #1051B8;
}
.lk-orders__section-status.lk-orders__section-status_green::before {
  background: #00B33C;
}
.lk-orders__section-status.lk-orders__section-status_yellow::before {
  background: #FFF01E;
}

@media (max-width: 599.98px) {
  .lk-orders__section-products {
    order: 1;
    flex: 1 0 100%;
  }
}

.lk-orders__section-products-wrapper {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 0.25rem;
}
.lk-orders__section-products-wrapper .img {
  width: 1.6875rem;
  height: 1.6875rem;
  min-width: 1.6875rem;
  object-fit: contain;
}

.lk-orders__section-price {
  margin-left: auto;
  font-size: max(16px, min(calc(( 0.125  * 100vw +  21.5rem ) /  26 ), 18px));
}
@media (max-width: 599.98px) {
  .lk-orders__section-price {
    margin-top: 0.5rem;
  }
}

.lk-orders__link {
  margin-top: auto;
  margin-right: auto;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/lk-profile/lk-profile.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.lk-profile {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  height: 100%;
  padding: 1.25rem;
  color: #fff;
  background: #011F4B;
  box-shadow: 0 0.125rem 1.25rem 0 rgba(209, 208, 208, 0.251);
}

.lk-profile__content {
  display: flex;
  flex-direction: column;
}

.lk-profile__title {
  margin-bottom: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
  word-break: break-word;
  font-size: max(22px, min(calc(( 0.625  * 100vw +  13.25rem ) /  26 ), 32px));
}

.lk-profile__avatar {
  position: relative;
  align-self: end;
  color: #fff;
  font-size: 0;
}
.lk-profile__avatar .fi {
  font-size: 7.75rem;
}
.lk-profile__avatar .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.lk-profile__avatar .img ~ .fi {
  opacity: 0;
}
@media (max-width: 599.98px) {
  .lk-profile__avatar {
    display: none;
  }
}

.lk-profile__link.a {
  margin-top: auto;
  margin-right: auto;
  color: #fff;
}
.lk-profile__link.a:hover {
  color: #fff;
  opacity: 0.8;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/lk-section/lk-section.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.lk-section {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  height: 100%;
  min-height: 133px;
  padding: 1.25rem;
  background: #fff;
  box-shadow: 0 0.125rem 1.25rem 0 rgba(209, 208, 208, 0.251);
}

.lk-section__content {
  display: flex;
  flex-direction: column;
}

.lk-section__title {
  margin-bottom: 0.25rem;
  font-weight: 500;
  line-height: 1.25;
  font-size: max(18px, min(calc(( 0.25  * 100vw +  20.25rem ) /  26 ), 22px));
}

.lk-section__avatar {
  position: relative;
  align-self: end;
  color: #011F4B;
  font-size: 0;
}
.lk-section__avatar .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.lk-section__avatar .img ~ .fi {
  opacity: 0;
}
.lk-section__avatar .fi {
  font-size: 4.5rem;
}

.lk-section__link {
  margin-top: auto;
}
.lk-section__link::before {
  content: "";
  position: absolute;
  inset: 0;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/lk-sidebar/lk-sidebar.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.lk-sidebar {
  padding: 1rem;
  background: #fff;
  box-shadow: 0 0.125rem 1.25rem 0 rgba(209, 208, 208, 0.2509803922);
}

.lk-sidebar__section:not(:last-child) {
  margin-bottom: 1.5rem;
}

.lk-sidebar__title {
  margin-bottom: 1rem;
  font-weight: 450;
}

.lk-sidebar__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.lk-sidebar__link {
  display: flex;
  gap: 0.5rem;
}
.lk-sidebar__link .fi {
  font-size: 1.5em;
}
.lk-sidebar__link span {
  align-self: center;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/loading/loading.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
@keyframes loader {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.loading {
  position: relative;
}
.loading:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 0.125rem solid #011F4B;
  border-color: #011F4B #011F4B transparent;
  transform: translate(-50%, -50%);
  animation: loader 0.8s linear infinite;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/manager-card/manager-card.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.manager-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0.125rem 1.25rem 0 rgba(209, 208, 208, 0.2509803922);
}

.manager-card__body {
  padding: 1rem 5.5rem 1rem 1rem;
}

.manager-card__title {
  font-weight: 450;
  line-height: 1.6875;
}
.manager-card:hover .manager-card__title {
  color: #89CDE0;
}

.manager-card__post {
  font-size: 0.875rem;
  color: #383838;
}

.manager-card__link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.manager-card__link .fi {
  font-size: 1.5em;
}
.manager-card__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 949.98px) {
  .manager-card__link {
    margin-top: 2.5rem;
  }
}

.manager-card__img {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(30%, -4%);
  width: auto;
  height: 108%;
  aspect-ratio: 1;
  border-radius: 100%;
  overflow: hidden;
}
@media (max-width: 949.98px) {
  .manager-card__img {
    top: auto;
    bottom: 0;
    transform: translate(20%, 20%);
    height: 80%;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/order-conditions/order-conditions.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.order-conditions__title {
  margin-bottom: 1rem;
  font-weight: 450;
  font-size: max(1.125rem, min(calc(( 0.125  * 100vw +  24.75rem ) /  26 ), 1.25rem));
}

.order-conditions__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem 1.5rem;
}
.order-conditions__inner .form-group {
  margin-bottom: 0;
}
@media (max-width: 599.98px) {
  .order-conditions__inner {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

.order-conditions__name {
  color: #444746;
}

.order-conditions__value {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media (max-width: 599.98px) {
  .order-conditions__value:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/order-steps/order-steps.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.order-steps .swiper-wrapper {
  flex-wrap: nowrap;
}

.order-steps__slide {
  width: auto;
}
.order-steps__slide:not(:last-child) {
  padding-right: 1.5rem;
}
.order-steps__slide:not(:last-child) .order-steps__title::after {
  font-family: "fi" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  min-width: 1em;
  min-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f10a";
}

.order-steps__tab {
  pointer-events: none;
}
.order-steps__tab.active .order-steps__title::after {
  opacity: 0.5;
}
.order-steps__tab:not(.active) {
  opacity: 0.5;
}

.order-steps__step {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

.order-steps__title {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-weight: 450;
  font-size: max(1.125rem, min(calc(( 0.5  * 100vw +  11.25rem ) /  26 ), 1.625rem));
}
.order-steps__title::after {
  font-size: max(1rem, min(calc(( 0.375  * 100vw +  12.5rem ) /  26 ), 1.375rem));
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/order-table/order-table.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.order-table__title {
  font-weight: 450;
  font-size: max(1.125rem, min(calc(( 0.375  * 100vw +  15.75rem ) /  26 ), 1.5rem));
}

.order-table__table {
  --column-template: 1fr 6.25rem 6.25rem 12.5rem;
  --gap: 1.25rem;
  --min-width: 49rem;
  margin-top: 0.25rem;
}
@media (max-width: 991.98px) {
  .order-table__table {
    --column-template: 1fr 1fr 1fr;
    --gap: 0.5rem;
    --min-width: none;
  }
}
.order-table_editable .order-table__table {
  --column-template: 1fr 6.25rem 8.25rem 10.5rem 2.75rem;
}
@media (max-width: 991.98px) {
  .order-table_editable .order-table__table {
    --column-template: 1fr 1fr 1fr 1.75rem;
  }
}

.order-table__table-header {
  display: grid;
  grid-template-columns: var(--column-template);
  align-items: center;
  gap: var(--gap);
  padding: 1rem 0;
  min-width: var(--min-width);
  border-bottom: 0.125rem solid #1051B8;
}
@media (max-width: 991.98px) {
  .order-table__table-header {
    display: none;
  }
}

.order-table__table-header-item {
  color: #212529;
  font-size: 0.875rem;
  text-align: right;
}
.order-table__table-header-item:first-child {
  text-align: left;
}
.order-table_editable .order-table__table-header-item:nth-child(3) {
  text-align: left;
}

.order-table__table-body {
  min-width: var(--min-width);
}

.order-table__table-body-row {
  position: relative;
  display: grid;
  grid-template-columns: var(--column-template);
  align-items: center;
  gap: var(--gap);
  padding: 1rem 0;
}
.order-table__table-body-row:not(:last-child) {
  border-bottom: 0.0625rem solid #efefef;
}
@media (max-width: 991.98px) {
  .order-table__table-body-row {
    grid-template-areas: "product product product product   " ".       price   count   full-price";
  }
  .order-table_editable .order-table__table-body-row {
    grid-template-areas: "product product product product    delete" ".       count   count   count      count" ".       price   price   full-price full-price";
  }
}

.order-table__table-body-item {
  color: #000;
}
.order-table__table-body-item_full-price, .order-table__table-body-item_count, .order-table__table-body-item_price {
  display: flex;
  align-items: end;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .order-table__table-body-item_product {
    grid-area: product;
  }
  .order-table__table-body-item_price {
    align-items: start;
    grid-area: price;
  }
  .order-table__table-body-item_count {
    align-items: center;
    grid-area: count;
  }
  .order-table__table-body-item_full-price {
    grid-area: full-price;
    font-weight: 700;
  }
  .order-table__table-body-item_delete {
    grid-area: delete;
    align-self: start;
  }
}

.order-table__table-body-item_product {
  display: flex;
  gap: 0.5rem;
}

.order-table__product-img {
  width: 2.25rem;
  height: 2.25rem;
  min-width: 2.2rem;
}

.order-table__product-title.order-table__product-title {
  font-size: 0.875rem;
  color: #212529;
}
.order-table__product-title.order-table__product-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .order-table__product-title.order-table__product-title::before {
    top: 1rem;
    width: 2.25rem;
    height: 2.25rem;
  }
}

.order-table__counter {
  position: relative;
  text-align: center;
  z-index: 1;
}
.order-table__counter .counter {
  font-size: 0.875rem;
}
@media (max-width: 991.98px) {
  .order-table__counter {
    text-align: left;
  }
}

.order-table__btn-delete {
  position: relative;
  display: block;
  margin-left: auto;
  padding: 0.25rem;
  font-size: 1.25rem;
  line-height: 1;
  z-index: 1;
}

.order-table__footer {
  margin-top: 1rem;
}

.order-table__controls {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 599.98px) {
  .order-table__controls {
    flex-direction: column;
    align-items: start;
  }
}

.order-table__footer-price {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.order-table__footer-price:first-child {
  margin-top: 2.5rem;
}

.order-table__promo {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-basis: 300px;
  align-items: center;
  flex-direction: column;
}
.order-table__promo .btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.order-table__promo .form-control {
  padding-right: 7rem;
}

.order-table__control {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.order-table__control_delete {
  padding: 0.25rem;
  font-size: 1.25rem;
  line-height: 1;
}

.order-table__result-price {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  width: fit-content;
  margin-left: auto;
}
@media (max-width: 599.98px) {
  .order-table__result-price {
    margin-left: 0;
  }
}

.order-table__result-price-cost {
  font-weight: 450;
  color: #000;
  font-size: max(1.125rem, min(calc(( 0.375  * 100vw +  15.75rem ) /  26 ), 1.5rem));
}

.order-table__price-old-text {
  color: #a1a1a1;
  text-align: center;
  position: relative;
}
.order-table__price-old-text:after {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background: no-repeat center url("data:image/svg+xml;charset=US-ASCII,%0A%3Csvg%20width%3D%22491px%22%20height%3D%22125px%22%20viewBox%3D%220%200%20100%25%20100%25%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.23046875%2C121.410156%20C122.764455%2C80.3998661%20212.227997%2C52.9779911%20269.621094%2C39.1445312%20C327.014191%2C25.3110714%20400.420441%2C13.476436%20489.839844%2C3.640625%22%20stroke%3D%22%23B80909%22%20stroke-width%3D%2216%22%20/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E");
  background-size: 100% 100%;
  content: "";
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/pagination/pagination.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 8px;
}

.pagination__item.pagination__item {
  padding: 8px;
  font-size: 24px;
  color: #DEDEDE;
}
.pagination__item.pagination__item .fi {
  font-size: 18px;
}
.pagination__item.pagination__item.active {
  color: #89CDE0;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/parallax-banner/parallax-banner.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.parallax-banner {
  position: relative;
}
@media (max-width: 1199.98px) {
  .parallax-banner {
    display: flex;
    flex-direction: column;
  }
}

.parallax-banner__item {
  position: relative;
  padding: 220px 0 48px;
}
@media (min-width: 769px) {
  .parallax-banner__item {
    padding: 45px 0;
  }
}
@media (min-width: 1200px) {
  .parallax-banner__item {
    position: static;
  }
}

@media (min-width: 1200px) {
  .parallax-banner__item_right {
    position: absolute;
    inset: 0;
    clip-path: inset(0 0 0 50%);
    transition: clip-path 0.7s ease;
  }
  .parallax-banner__item_right:hover {
    clip-path: inset(0 0 0 0%);
  }
  .parallax-banner__item_left:hover ~ .parallax-banner__item_right {
    clip-path: inset(0 0 0 100%);
  }
}

@media (min-width: 1200px) {
  .parallax-banner__trigger {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 50%;
    height: 100%;
    transition: clip-path 0.7s ease;
  }
  .parallax-banner__trigger.parallax-banner__trigger_left {
    left: 0;
    clip-path: inset(0 0 0 100%);
  }
  .parallax-banner__item_right:hover ~ .parallax-banner__trigger.parallax-banner__trigger_left {
    clip-path: inset(0 0 0 0);
  }
  .parallax-banner__trigger.parallax-banner__trigger_right {
    right: 0;
    clip-path: inset(0 100% 0 0);
  }
  .parallax-banner__item_left:hover ~ .parallax-banner__trigger.parallax-banner__trigger_right {
    clip-path: inset(0 0 0 0);
  }
}

.parallax-banner:has(.parallax-banner__trigger_left:hover) .parallax-banner__item_right {
  clip-path: inset(0 0 0 100%);
}
.parallax-banner:has(.parallax-banner__trigger_left:hover) .parallax-banner__trigger_right {
  clip-path: inset(0 0 0 0);
}

.parallax-banner:has(.parallax-banner__trigger_right:hover) .parallax-banner__item_right {
  clip-path: inset(0 0 0 0%);
}
.parallax-banner:has(.parallax-banner__trigger_right:hover) .parallax-banner__trigger_left {
  clip-path: inset(0 0 0 0);
}

.parallax-banner__item-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #adbdd7;
}

.parallax-banner__item-container {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.parallax-banner_static .parallax-banner__item-container {
  align-items: center;
}
@media (min-width: 769px) {
  .parallax-banner__item-container {
    gap: 17%;
  }
}
@media (min-width: 1200px) {
  .parallax-banner__item-container {
    gap: 0;
  }
}

.parallax-banner__item-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 12px;
  border-radius: 3px;
  background: rgba(1, 31, 75, 0.6980392157);
}
@media (min-width: 769px) {
  .parallax-banner__item-content {
    width: 55%;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 24px;
    padding: 16px 24px;
    border-radius: 18px;
  }
}
@media (min-width: 992px) {
  .parallax-banner__item-content {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .parallax-banner__item-content {
    width: 35%;
    padding: 20px 40px;
    min-height: 200px;
  }
}

.parallax-banner__item-content-title {
  line-height: 1;
  font-size: 48px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .parallax-banner__item-content-title {
    font-size: 32px;
  }
}
@media (max-width: 768.98px) {
  .parallax-banner__item-content-title {
    font-size: 22px;
  }
}

.parallax-banner__item-content-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.parallax-banner__item-img {
  flex-grow: 0;
}
@media (max-width: 768.98px) {
  .parallax-banner__item-img {
    display: none;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/parallax-page/parallax-page.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
.parallax-page {
  position: relative;
  overflow: hidden;
}

.parallax-page__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/product-card/product-card.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1rem;
  color: #000;
  background: #fff;
  box-shadow: 0 0 0 rgba(34, 34, 40, 0.08);
  transition: box-shadow 250ms ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .product-card:hover {
    box-shadow: 0 0.375rem 2rem rgba(34, 34, 40, 0.08);
  }
}
.product-card .slider-pagination {
  display: flex;
  width: 100%;
  opacity: 1;
}
.product-card .slider-pagination .slider-pagination__swiper-pagination {
  min-height: 16px;
  padding-bottom: 0;
}
.product-card .slider-pagination .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.product-card-slider:not(.product-card-slider_interactive) .slider-pagination .swiper-pagination-bullet:first-child {
  background: #011F4B;
  height: calc(var(--swiper-pagination-bullet-height) * 2);
}

.product-card:not(.product-card_inited) .product-card__basket,
.product-card:not(.product-card_inited) .product-card__price,
.product-card:not(.product-card_inited) .product-card__color,
.product-card:not(.product-card_inited) .product-card__header,
.product-card:not(.product-card_inited) .product-card__spec,
.product-card:not(.product-card_inited) .product-card__article,
.product-card:not(.product-card_inited) .product-card__name {
  pointer-events: none !important;
  color: rgba(255, 255, 255, 0) !important;
  border-color: transparent !important;
  background: rgba(130, 130, 130, 0.2);
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(130, 130, 130, 0.2)), color-stop(18%, rgba(130, 130, 130, 0.3)), color-stop(33%, rgba(130, 130, 130, 0.2)));
  background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
  background-size: 200% 100%;
  animation: 1.5s wave-lines linear infinite;
}
.product-card:not(.product-card_inited) .product-card__basket > *,
.product-card:not(.product-card_inited) .product-card__price > *,
.product-card:not(.product-card_inited) .product-card__color > *,
.product-card:not(.product-card_inited) .product-card__header > *,
.product-card:not(.product-card_inited) .product-card__spec > *,
.product-card:not(.product-card_inited) .product-card__article > *,
.product-card:not(.product-card_inited) .product-card__name > * {
  opacity: 0 !important;
}
@keyframes wave-lines {
  to {
    background-position-x: -200%;
  }
}

.product-card__header {
  margin-bottom: 1rem;
}

.product-card__header-inner {
  position: relative;
  display: flex;
  flex-direction: column;
}

.product-card__img {
  background: #fff;
}

.product-card__badges {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}

.product-card__badges-container {
  display: flex;
  flex-direction: column;
}

.product-card__badges-container-item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.product-card__actions {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  align-self: end;
  gap: 0.75rem;
}

.product-card__action-btn {
  outline: none;
  padding: 0;
  background: initial;
  color: inherit;
  border: none;
  text-align: start;
  display: flex;
  line-height: 1;
  color: #5E708A;
}
.product-card__action-btn:focus {
  outline: none;
}
.product-card__action-btn:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
}
.product-card__action-btn:hover {
  color: #89CDE0;
}
.product-card__action-btn .fi {
  font-size: 1.5rem;
}
.product-card__action-btn.active {
  color: #011F4B;
}

.product-card__document-list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-top: auto;
}

.product-card__document {
  display: flex;
  padding: 0.25rem;
  line-height: 1;
  color: #fff;
  background: #C4C4C4;
  border-radius: 0.3125rem;
}
.product-card__document.product-card__document {
  color: #fff;
}
.product-card__document:hover {
  color: #011F4B;
}

.product-card__sku {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.product-card__price {
  margin-bottom: auto;
  font-size: 1.125rem;
  font-weight: 450;
}
.product-card__price_discount {
  color: #E4003E;
}
.product-card__price del {
  color: #444746;
  font-size: 0.77777em;
  text-decoration: line-through;
}

.product-card__color {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
  max-width: 6.25rem;
}

.product-card__color-item {
  width: 1.375rem;
  height: 1.375rem;
  background: var(--color);
  border-radius: 3px;
  border: 0.0625rem solid #d3d3d3;
}

.product-card__title {
  margin-top: 1rem;
}

.product-card__article {
  font-size: 0.8125rem;
  color: #444746;
}

.product-card__name {
  display: inline-block;
  margin-top: 0.25rem;
}

.product-card__basket {
  padding-top: 1rem;
  margin-top: auto;
}

.product-card__counter .counter {
  width: 100%;
}

.product-card__specs-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0 1rem 1rem;
  background: inherit;
  box-shadow: 0 1.375rem 2rem -0.8rem rgba(34, 34, 40, 0.08);
  transition: all 250ms ease-in-out;
  transition-property: opacity, box-shadow;
  opacity: 0;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .product-card:hover .product-card__specs-wrapper {
    opacity: 1;
    pointer-events: auto;
  }
}

.product-card__spec {
  font-size: 0.8125rem;
  word-break: break-word;
}

.product-card__spec-title {
  color: #444746;
}
.product-card__spec-title::after {
  content: ": ";
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/product-detail/product-detail.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
.product-detail__toolbar {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 16px 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #d8d8d8;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/question/question.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.question {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}

.question__header,
.question__footer {
  display: flex;
  gap: 0.625rem;
  align-items: center;
}

.question__date,
.question__status {
  color: #878787;
  font-size: 0.875rem;
}

.question__body {
  font-weight: 450;
  font-size: 1.25rem;
}

.question__answers {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  padding: 1rem 2rem;
}
@media (max-width: 766.98px) {
  .question__answers {
    padding: 0.75rem 1rem;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/radio-button/radio-button.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.radio-button {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  border: 0.03125em solid #011F4B;
  border-radius: 0.1875em;
}
.radio-button * {
  font-size: inherit;
}
@media (max-width: 766.98px) {
  .radio-button {
    font-size: 0.875rem;
  }
}

.radio-button__item {
  position: relative;
  display: flex;
  flex: 1 1 auto;
}

.radio-button__input {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

.radio-button__label {
  width: 100%;
  min-height: 3em;
  padding: 0.75em 1.25em;
  text-align: center;
  color: #011F4B;
  background: #fff;
  border: 0.03125em solid #011F4B;
}
.radio-button__input:checked ~ .radio-button__label {
  background: #011F4B;
  color: #fff;
}
.radio-button__input:not(:checked) ~ .radio-button__label {
  cursor: pointer;
}
.radio-button__input:not(:checked) ~ .radio-button__label:hover {
  color: #89CDE0;
}
@media (max-width: 399.98px) {
  .radio-button__label {
    padding: 0.75em 0.625em;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/radio-button-outline/radio-button-outline.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
.radio-button-outline {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
}
@media (max-width: 766.98px) {
  .radio-button-outline {
    font-size: 0.875rem;
  }
}

.radio-button-outline__item {
  position: relative;
  display: flex;
  flex: 1 1 auto;
}

.radio-button-outline__item_color .radio-button-outline__label {
  padding: 0.25rem;
}
.radio-button-outline__item_color .radio-button-outline__label::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color);
  border-radius: inherit;
}
.radio-button-outline__item_color .radio-button-outline__input:disabled:not(:checked) ~ .radio-button-outline__label::before {
  opacity: 0.8;
}

.radio-button-outline__input {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

.radio-button-outline__label {
  width: 100%;
  min-width: 2.875rem;
  min-height: 2.875rem;
  padding: 0.75rem 0.625rem;
  text-align: center;
  border: 0.0625rem solid #D3D3D3;
  border-radius: 0.3125rem;
}
.radio-button-outline__input:disabled:not(:checked) ~ .radio-button-outline__label {
  background: #D3D3D3;
  border-color: #D3D3D3;
}
.radio-button-outline__input:checked ~ .radio-button-outline__label {
  border-color: #011F4B;
  font-weight: 700;
}
.radio-button-outline__input:not(:checked):not(:disabled) ~ .radio-button-outline__label {
  cursor: pointer;
}
.radio-button-outline__input:not(:checked):not(:disabled) ~ .radio-button-outline__label:hover {
  border-color: #89CDE0;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/rating-bar/rating-bar.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.rating-bar {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.rating-bar__number {
  font-size: 0.875rem;
}

.rating-bar__value {
  position: relative;
  width: 100%;
  height: 0.5rem;
  border-radius: 0.25rem;
  background: #efefef;
}
.rating-bar__value:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #011F4B;
  border-radius: 0.25rem;
  width: var(--rating-value, 0);
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/rating-summary/rating-summary.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
.rating-summary {
  display: flex;
  gap: 1.25rem;
  flex-direction: column;
  padding: 1.5rem 1.25rem;
  border-radius: 3px;
  border: 1px solid #efefef;
}
@media (max-width: 766.98px) {
  .rating-summary {
    gap: 1rem;
    padding: 1.25rem 0.625rem;
  }
}

.rating-summary__header {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}

.rating-summary__value {
  line-height: 1;
  font-size: 3rem;
  font-weight: 450;
}

.rating-summary__evaluations {
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
}

.rating-summary__evaluations-text {
  font-size: 0.875rem;
}

.rating-summary__bars {
  display: flex;
  gap: 0.625rem;
  flex-direction: column;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/scroll-to/scroll-to.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/

/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/search/search.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.search::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transition-property: opacity;
  pointer-events: none;
  z-index: 1050;
}
.search.open .search__dropdown {
  display: block;
}
.search.open:has([data-history]:not(:empty))::before, .search.open:has([data-products]:not(:empty))::before {
  opacity: 0.5;
  pointer-events: initial;
}
.search.open:has([data-history]:not(:empty)) .search__btn-close, .search.open:has([data-products]:not(:empty)) .search__btn-close {
  display: flex;
}
.search.open:has([data-history]:not(:empty)) .search__dropdown::before, .search.open:has([data-products]:not(:empty)) .search__dropdown::before {
  opacity: 1;
}
.search.search_loader .search__loading {
  display: flex;
}
.search.search_loader .search__btn-search {
  display: none;
}

.search__wrapper {
  position: relative;
}
.search.open .search__wrapper {
  z-index: 1050;
}

.search__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.search__input {
  flex: 1;
  height: 3em;
  padding: 0.875em;
  border-radius: 0.1875em 0 0 0.1875em;
  border: 0.1875em solid #011F4B;
  transition: border-color 0.3s ease;
}
.search__input:not(:placeholder-shown) ~ .search__btn-close {
  display: flex;
}
.search__inner:has(.search__btn-search:hover) .search__input {
  border-color: #89CDE0;
}

.search__btn-search {
  outline: none;
  padding: 0;
  background: initial;
  color: inherit;
  border: none;
  text-align: start;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  aspect-ratio: 1;
  line-height: 1;
  font-size: 1.875rem;
  color: #fff;
  background: #011F4B;
  border-radius: 0 0.1em 0.1em 0;
  transition: background 0.3s ease;
}
.search__btn-search:focus {
  outline: none;
}
.search__btn-search:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
}
.search__btn-search:hover {
  background: #89CDE0;
}
.search__btn-search .fi {
  font-size: inherit;
}

.search__btn-close {
  outline: none;
  padding: 0;
  background: initial;
  color: inherit;
  border: none;
  text-align: start;
  position: absolute;
  top: 1.5rem;
  right: 3.25rem;
  display: none;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  aspect-ratio: 1;
  padding: 0.375rem;
  line-height: 1;
  font-size: 1rem;
  color: #000;
  background: transparent;
  border: none;
  transform: translateY(-50%);
  transition: background 0.3s ease;
}
.search__btn-close:focus {
  outline: none;
}
.search__btn-close:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
}
.search__btn-close:hover {
  color: #000;
  background: transparent;
}
.search__btn-close .fi {
  font-size: inherit;
}

.search__loading {
  display: none;
  align-items: center;
  justify-content: center;
  height: 3rem;
  aspect-ratio: 1;
}

.search__dropdown {
  position: absolute;
  top: -1rem;
  left: -1rem;
  right: -1rem;
  display: none;
  flex: 1 0 100%;
  padding-top: 5.25rem;
  z-index: -1;
}
.search__dropdown::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  box-shadow: 0 0.125rem 1.25rem 0 rgba(209, 208, 208, 0.251);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  z-index: -1;
}
.search__dropdown [data-products]:not(:empty) ~ [data-history] {
  display: none;
}
@media (max-width: 1199.98px) {
  .search__dropdown {
    left: -0.5rem;
    right: -0.5rem;
  }
}

.search__dropdown-inner {
  overflow-y: auto;
  max-height: min(21.5rem, 100vh - 7.8125rem);
}
@media (max-width: 1199.98px) {
  .search__dropdown-inner {
    max-height: min(21.5rem, 100vh - 12rem);
  }
}

.search__section {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 1rem 1rem;
  z-index: 1;
}
.search__section:empty {
  display: none;
}

.search__dropdown-btn {
  display: block;
  width: 100%;
}

.search__history-title {
  font-weight: 450;
}

.search__history-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.search__history-item .fi {
  color: #A5A5A5;
  font-size: 1.5rem;
}

.search__history-link {
  padding: 0;
}
.search__history-link:not(:hover) {
  color: #212529 !important;
}
.search__history-link:before {
  content: "";
  position: absolute;
  inset: 0;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/search-card/search-card.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.search-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.125rem 0;
}
.search-card .image {
  flex-grow: 0;
  flex-shrink: 0;
}

.search-card__title {
  flex-grow: 1;
  font-size: 0.875rem;
}
.search-card__title::before {
  content: "";
  position: absolute;
  inset: 0;
}

.search-card__price {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 1.125rem;
  font-weight: 450;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/search-input/search-input.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.search-input {
  display: flex;
  align-items: center;
}

.search-input__input {
  flex: 1;
  height: 3em;
  padding: 0.875em;
  border-radius: 0.1875em 0 0 0.1875em;
  border: 0.0625em solid #011F4B;
}

.search-input__btn {
  outline: none;
  padding: 0;
  background: initial;
  color: inherit;
  border: none;
  text-align: start;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6em;
  height: 1.6em;
  aspect-ratio: 1;
  line-height: 1;
  font-size: 1.875em;
  color: #fff;
  background: #011F4B;
  border-radius: 0 0.1875em 0.1875em 0;
  transition: background 0.3s ease;
}
.search-input__btn:focus {
  outline: none;
}
.search-input__btn:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
}
.search-input__btn .fi {
  font-size: inherit;
}
.search-input__btn:hover {
  background: #89CDE0;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/sidebar/sidebar.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.sidebar .sticky-spacer {
  max-width: 100%;
}

.sidebar__inner {
  max-width: 100%;
  pointer-events: none;
}
.sidebar__inner > * {
  pointer-events: auto;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/slider-pagination/slider-pagination.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
.slider-pagination {
  --top: var(--padding-y);
  --left: var(--swiper-pagination-bullet-horizontal-gap);
  --padding-y: 12px;
  --swiper-pagination-bullet-width: 40px;
  --swiper-pagination-bullet-height: 2px;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-inactive-color: #efefef;
  --swiper-pagination-color: #efefef;
  --swiper-pagination-bullet-inactive-opacity: 1;
  position: relative;
  display: inline-block;
}
.slider-pagination .swiper-pagination-bullet {
  display: inline-block;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out;
  transition-property: height, background-color, width;
  border-radius: 0;
  vertical-align: top;
}
.slider-pagination .swiper-pagination-bullet:hover {
  height: calc(var(--swiper-pagination-bullet-height) * 2);
}
.slider-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400%;
}
.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  pointer-events: none;
}
.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  display: none;
}
.slider-pagination_full-width {
  width: 100%;
}
.slider-pagination_full-width .slider-pagination__swiper-pagination {
  display: flex;
  width: 100%;
  min-height: 28px;
}
.slider-pagination_full-width .swiper-pagination-bullet {
  flex: 1;
}

.slider-pagination__swiper-pagination {
  position: static;
  padding: var(--padding-y) 0;
  font-size: 8px;
  z-index: auto;
}

.slider-pagination__scroll {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(var(--left, 0px), var(--top, 0));
  width: var(--width, var(--swiper-pagination-bullet-width));
  height: calc(var(--swiper-pagination-bullet-height) * 2);
  background: #011F4B;
  transition: 0.5s transform;
}
.swiper-pagination:not(.swiper-pagination-bullets) ~ .slider-pagination__scroll, .swiper-pagination-lock ~ .slider-pagination__scroll {
  display: none;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/stars-rating/stars-rating.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.stars-rating {
  --percent-color: 0;
  --stars-color: #3366CC;
  position: relative;
  display: flex;
  width: fit-content;
  font-size: 24px;
  line-height: 1;
  background: linear-gradient(to right, var(--stars-color) calc(var(--percent-color) * 1%), #878787 0% 100%);
  background-clip: text;
  color: transparent;
}
.stars-rating.disabled {
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .stars-rating:hover .stars-rating__label:hover ~ .stars-rating__label {
    color: #878787;
  }
  .stars-rating:hover .stars-rating__label {
    color: var(--stars-color);
  }
}

.stars-rating__label {
  cursor: pointer;
  font-size: 1em;
}
.stars-rating__label::before {
  font-family: "fi" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  min-width: 1em;
  min-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f129";
  font-size: 1em;
}
.stars-rating__label:has(input:focus-visible)::before {
  -webkit-text-stroke: 2px #011F4B;
  text-stroke: 2px #011F4B;
}
.stars-rating:not(:hover):not(:has(input:checked)) .stars-rating__label:has(input:is(.invalid, :user-invalid))::before {
  -webkit-text-stroke: 1px #f44336;
  text-stroke: 1px #f44336;
}
.stars-rating__label:not(:last-child) {
  padding-right: 0.25em;
}

.stars-rating__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/status/status.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.status {
  display: flex;
  align-items: center;
  gap: 0.25em;
  font-weight: normal;
}
.status::before {
  content: "";
  width: 0.71428em;
  min-width: 0.71428em;
  height: 0.71428em;
  border-radius: 100%;
  background: var(--bg, #011F4B);
}
/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/tabs/tabs.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.tabs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: fit-content;
  border: 0.03125em solid #0046b4;
  border-radius: 0.1875em;
}
@media (max-width: 599.98px) {
  .tabs__list {
    width: 100%;
  }
}

.tabs__item {
  flex: 1 1 auto;
  min-height: 3em;
  padding: 0.75em 1.25em;
  text-align: center;
  color: #011F4B;
  background: #fff;
  border: 0.03125em solid #011F4B;
}
.tabs__item:hover {
  color: #89CDE0;
}
.tabs__item.active {
  background: #011F4B;
  color: #fff;
  cursor: initial;
}
.tabs__item.active:hover {
  color: #fff;
}
.tabs__item:active, .tabs__item:focus {
  border-radius: 0;
  outline: none;
}
.tabs__item span {
  opacity: 0.6;
}
@media (max-width: 399.98px) {
  .tabs__item {
    padding: 0.75em 0.625em;
  }
}
@media (max-width: 599.98px) {
  .tabs__item {
    flex: 1 1 50%;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/toolbar-catalog/toolbar-catalog.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.toolbar-catalog {
  height: 100%;
}

.toolbar-catalog__categories {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
@media (max-width: 991.98px) {
  .toolbar-catalog__categories {
    height: 100%;
  }
  .toolbar-catalog__categories:has(.toolbar-catalog__category-title.active) .toolbar-catalog__category:not(:has(.toolbar-catalog__category-title.active)) {
    display: none;
  }
}
@media (min-width: 992px) {
  .toolbar-catalog__categories {
    padding: 2rem 0;
  }
  .toolbar-catalog__categories::before {
    content: "";
    position: absolute;
    top: 0;
    left: 18rem;
    right: 0;
    bottom: 0;
    background: #fff;
    pointer-events: none;
    z-index: -1;
  }
}

.toolbar-catalog__category {
  pointer-events: auto;
}
.toolbar-catalog__category:not(:last-child) {
  padding-bottom: 0.125rem;
}
@media (max-width: 991.98px) {
  .toolbar-catalog__category {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
}

.toolbar-catalog__category-title {
  outline: none;
  padding: 0;
  background: initial;
  color: inherit;
  border: none;
  text-align: start;
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
  padding: 1.25rem 1rem 1.25rem 1.25rem;
  font-size: 1.125rem;
  font-weight: 450;
  background-color: #011F4B;
  transition: all 250ms ease-in-out;
  transition-property: color, background-color;
}
.toolbar-catalog__category-title:focus {
  outline: none;
}
.toolbar-catalog__category-title:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
}
.toolbar-catalog__category-title.toolbar-catalog__category-title {
  color: #fff;
}
.toolbar-catalog__category-title::after {
  font-family: "fi" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  min-width: 1em;
  min-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f10a";
  font-size: 0.7em;
}
@media (max-width: 991.98px) {
  .toolbar-catalog__category-title.active {
    flex-direction: row-reverse;
    justify-content: start;
  }
  .toolbar-catalog__category-title.active::after {
    color: #1051B8;
    transform: scaleX(-1);
  }
}
@media (min-width: 992px) {
  .toolbar-catalog__category-title {
    display: flex;
    width: 18rem;
  }
  .toolbar-catalog__category-title::after {
    opacity: 0;
    transform: translateX(-100%) scale(0.5);
    transition: all 250ms ease-in-out;
    transition-property: opacity, transform;
  }
  .toolbar-catalog__category:hover .toolbar-catalog__category-title, .toolbar-catalog__category-title:hover, .toolbar-catalog__categories:not(:has(.toolbar-catalog__category:hover)) .toolbar-catalog__category:first-child .toolbar-catalog__category-title {
    color: #1051B8;
    background-color: #fff;
  }
  .toolbar-catalog__category:hover .toolbar-catalog__category-title::after, .toolbar-catalog__category-title:hover::after, .toolbar-catalog__categories:not(:has(.toolbar-catalog__category:hover)) .toolbar-catalog__category:first-child .toolbar-catalog__category-title::after {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

.toolbar-catalog__category-title_mobile {
  display: flex;
}
@media (min-width: 992px) {
  .toolbar-catalog__category-title_mobile {
    display: none;
  }
}

.toolbar-catalog__category-content {
  display: none;
  background: #fff;
}
@media (max-width: 991.98px) {
  .toolbar-catalog__category-content {
    height: 100%;
    overflow: hidden;
  }
  .toolbar-catalog__category-title.active ~ .toolbar-catalog__category-content {
    display: block;
  }
}
@media (min-width: 992px) {
  .toolbar-catalog__category-content {
    position: absolute;
    top: 0;
    left: 18rem;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 2.5rem 0;
  }
  .toolbar-catalog__category:hover .toolbar-catalog__category-content, .toolbar-catalog__category-content:hover, .toolbar-catalog__categories:not(:has(.toolbar-catalog__category:hover)) .toolbar-catalog__category:first-child .toolbar-catalog__category-content {
    display: block;
  }
}

.toolbar-catalog__category-content-inner {
  --bg: #D4D4D4;
  --hover-bg: #fff;
  overflow: auto;
  padding: 1rem;
  height: 100%;
  background: #fff;
}
@media (min-width: 992px) {
  .toolbar-catalog__category-content-inner {
    padding: 0 2.5rem;
  }
}

.toolbar-catalog__category-item {
  display: flex;
  aspect-ratio: 260/90;
  background: var(--bg);
}
.toolbar-catalog__category-item:hover {
  background: var(--hover-bg);
}
@media (min-width: 769px) {
  .toolbar-catalog__category-item {
    aspect-ratio: 307/145;
  }
}

.toolbar-catalog__category-types {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (max-width: 991.98px) {
  .toolbar-catalog__category-types {
    flex-direction: column;
    gap: 1rem;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/blocks.04-project/white-block/white-block.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.white-block {
  padding: 1.25rem;
  background-color: #fff;
}

/*# sourceMappingURL=merged.css.map*/
/* End */


/* Start:/local/templates/vento/components/bitrix/menu/header_top_menu/style.css?17630619141203*/
.multilevel_menu a.parent
{
	background: url(/local/templates/vento/components/bitrix/menu/header_top_menu/images/arrow.gif) center right no-repeat;
}

.multilevel_menu a.denied
{
	background: url(/local/templates/vento/components/bitrix/menu/header_top_menu/images/lock.gif) center right no-repeat;
}

.multilevel_menu li ul
{
	position:absolute;
	top:auto;
	display:none;
	height:auto;
	border: 1px solid #efefef;
    box-shadow: 0 2px 4px rgba(181,179,179,0.25);
}

.multilevel_menu li ul a
{
	text-align:left;
}

.multilevel_menu li ul ul
{
	margin:-27px 0 0 132px;
}

.multilevel_menu li:hover ul ul,
.multilevel_menu li.jshover ul ul,
.multilevel_menu li:hover ul ul ul,
.multilevel_menu li.jshover ul ul ul,
.multilevel_menu li:hover ul ul ul ul,
.multilevel_menu li.jshover ul ul ul ul,
.multilevel_menu li:hover ul ul ul ul ul,
.multilevel_menu li.jshover ul ul ul ul ul
{
	display:none;
}

.multilevel_menu li:hover ul,
.multilevel_menu li.jshover ul,
.multilevel_menu li li:hover ul,
.multilevel_menu li li.jshover ul,
.multilevel_menu li li li:hover ul,
.multilevel_menu li li li.jshover ul,
.multilevel_menu li li li li:hover ul,
.multilevel_menu li li li li.jshover ul,
.multilevel_menu li li li li li:hover ul,
.multilevel_menu li li li li li.jshover ul
{
	display:block;
}

div.menu-clear-left
{
	clear:left;
}

/* End */


/* Start:/local/templates/vento/components/bitrix/catalog.compare.list/vento_catalog_compare_list/style.css?17630619141209*/
.catalog-compare-list__block {
	display: none;
	
}

.catalog-compare-list__block {
	background: #fff;
	position: absolute;

}

/* 
.catalog-compare-list:hover .catalog-compare-list__block {
	display: block;

} */

.catalog-compare-list {
	display: none;

	/* display: inline-block !important; */
	

	/* z-index: 10;
	display: none; */
	
	/* overflow: hidden; */
	/* box-sizing: border-box; */
	/* margin-bottom: 10px; */
	/* padding: 0.75rem 1.25rem; */
	/* max-height: 100%; */
	/* border: 1px solid #ced4da; */
	/* border-radius: 0.2rem; */
	/* background: #fff; */
	/* color: #404040; */
	/* white-space: normal; */
	/* font-size: 12px; */
	/* font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; */
}

.catalog-compare-list.fixed {
	/* position: fixed; */
	/* width: 270px; */
	/* box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .18); */
}

/* .catalog-compare-list.top { top: 5px; }

.catalog-compare-list.right { right: 5px; }

.catalog-compare-list.bottom { bottom: 5px; }

.catalog-compare-list.left { left: 5px; }

.catalog-compare-item-list { width: 100%; } */

.header_bottom__icon.comparsion
{
	min-width: 25px;
}

@media (min-width: 1023px)
{
	.header_bottom__icon.comparsion
	{
		width: 86px;
	}
}
/* End */


/* Start:/local/templates/vento/components/bitrix/sale.basket.basket.line/vento_basket_line/style.css?17630619144749*/
.bx-basket { }

.bx-basket-block {
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }

	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 70px }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	.block-wrapper .bx-basket-fixed {
		padding-top: 0;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile {
		display: flex;
		justify-content: space-between;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block {
		margin-right: 20px;
		padding-bottom: 0;
	}

	/*.bx-basket-fixed */
}

.bx-basket-fixed .bx-basket-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }

/* End */


/* Start:/local/templates/vento/template_styles.css?176306191610103*/
.bx-yellow,
.bx-theme-yellow {
	--primary: #f9a91d;
	--theme-color-primary: #f9a91d;
	--theme-color-second: #faba4a;
	--theme-color-light: #f0f0f0;
	--theme-b-link: #f9a91d;
	--theme-b-link-hover: #faba4a;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #f9a91d;
	--theme-b-bd-primary: #f9a91d;
	--theme-b-sd-primary: rgba(249, 169, 29, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #faba4a;
	--theme-b-bd-primary-hover: #daa53e;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #faba4a;
	--theme-b-bd-primary-active: #daa53e;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #daa53e;
	--theme-b-bd-primary-disabled: #b7853b;
}

.bx-blue,
.bx-theme-blue {
	--primary: #0083d1;
	--theme-color-primary: #0083d1;
	--theme-color-second: #5ca6e4;
	--theme-color-light: #f0f6f8;
	--theme-b-link: #44b1c9;
	--theme-b-link-hover: #5cc3d1;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #0083d1;
	--theme-b-bd-primary: #0083d1;
	--theme-b-sd-primary: rgba(0, 131, 209, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #5ca6e4;
	--theme-b-bd-primary-hover: #5599d2;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #5ca6e4;
	--theme-b-bd-primary-active: #5599d2;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #5599d2;
	--theme-b-bd-primary-disabled: #4d8bbf;
}

.bx-red,
.bx-theme-red {
	--primary: #e22b2b;
	--theme-color-primary: #e22b2b;
	--theme-color-second: #e95c5c;
	--theme-color-light: #f0f0f0;
	--theme-b-link: #e22b2b;
	--theme-b-link-hover: #e95c5c;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #e22b2b;
	--theme-b-bd-primary: #e22b2b;
	--theme-b-sd-primary: rgba(226, 43, 43, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #e95c5c;
	--theme-b-bd-primary-hover: #d05454;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #e95c5c;
	--theme-b-bd-primary-active: #d05454;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #d05454;
	--theme-b-bd-primary-disabled: #c04e4e;
}

.bx-green,
.bx-theme-green {
	--primary: #63aa28;
	--theme-color-primary: #63aa28;
	--theme-color-second: #5b9f0b;
	--theme-color-light: #a8d95b;
	--theme-b-link: #44b1c9;
	--theme-b-link-hover: #5cc3d1;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #63aa28;
	--theme-b-bd-primary: #63aa28;
	--theme-b-sd-primary: rgba(99, 170, 40, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #5b9f0b;
	--theme-b-bd-primary-hover: #56940b;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #5b9f0b;
	--theme-b-bd-primary-active: #56940b;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #56940b;
	--theme-b-bd-primary-disabled: #497c09;
}

body {
	background-attachment: fixed;
	background-size: cover;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#pagetitle { margin-bottom: 35px; }

h1,h2,h3,h4,h5 {
	font-family: "OpenSans-Regular", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.bx-content-section,
.bx-header-section {
	padding-bottom: 2px;
	background-color: rgba(255, 255, 255, .95);
}

.bx-wrapper { }

/*region HEADER*/
.bx-header { }

.bx-header-section { }

.bx-header-logo { order: 1 }

.bx-header-personal { order: 3 }

.bx-header-contact { order: 2 }

/*region Logo*/
.bx-logo-block {
	display: block;
	height: 50px;
	border-bottom: none;
}

.bx-logo-block img {
	max-height: 50px;
	width: auto;
}

@media (max-width: 767px) {
	.bx-logo-block img {
		max-width: 100%;
		max-height: 45px;
		width: auto;
		height: auto;
	}

	.bx-header-logo {
		padding: 5px 50px;
		height: 55px;
		background-color: var(--theme-color-primary);
	}

	.bx-logo-block { height: auto; }

	body.bx-theme-green .bx-store-logo { background: #33b111; }
}

/*endregion*/

/*region included Phone*/
.bx-header-phone-block {
	display: flex;
	align-items: center;
}

.bx-header-phone-number {
	color: #000;
	white-space: nowrap;
	font: 700 21px/28px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	transition: 250ms linear all;
}

.bx-header-phone-icon {
	display: block;
	margin-right: 10px;
	width: 26px;
	height: 26px;
	background: no-repeat center url(/local/templates/vento/images/phone.svg);
}

@media (max-width: 991px) {
	.bx-header-phone-number { font: 600 15px/18px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; }
}

/*endregion*/

/*region included Worktime*/
.bx-header-worktime {
	color: #000;
	font: 600 16px/22px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	transition: 250ms linear all;
}

.bx-worktime-title {
	color: #adadad;
	font: 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bx-worktime-schedule {
	color: #000;
	font: 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 991px) {
	.bx-header-worktime { font: 500 15px/18px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; }
}

/*endregion*/

/*endregion*/

.sidebar-block-title {
	color: #343434;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/*region FOOTER*/
.bx-footer { }

.bx-footer-section { }

.bx-footer-section .bx-block-title { }

.bx-footer-bg { background-color: #1f496a; }

.bx-footer-logo {
	border-bottom: none !important;
	text-decoration: none !important;
}

.bx-footer-logo img {
	max-width: 100%;
	height: auto;
}

/*endregion*/

.bx-inclinkspersonal-item.bx-theme-blue:hover { background: #0083d1; }

.bx-theme-blue.bx-inclinkspersonal-selected { background: #3398d7; }

.bx-inclinkspersonal-item.bx-theme-black:hover { background: #303030; }

.bx-theme-black.bx-inclinkspersonal-selected { background: #484848; }

.bx-inclinkspersonal-item.bx-theme-green:hover { background: #44b1c9; }

.bx-theme-green.bx-inclinkspersonal-selected { background: #5cc3d1; }

.bx-inclinkspersonal-item.bx-theme-red:hover { background: #e63c3c; }

.bx-theme-red.bx-inclinkspersonal-selected { background: #e95c5c; }

.bx-inclinkspersonal-item.bx-theme-yellow:hover { background: #f4a52e; }

.bx-theme-yellow.bx-inclinkspersonal-selected { background: #fbb859; }

/*region Bootstrap modified*/
.btn-primary,
.list-group-item.active {
	border-color: var(--theme-b-bd-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:hover {
	border-color: var(--theme-b-bd-primary-hover);
	background-color: var(--theme-b-bg-primary-hover);
	color: var(--theme-b-tx-primary-hover);
}

.btn-primary:focus,
.btn-primary.focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.btn-primary.disabled,
.btn-primary:disabled {
	border-color: var(--theme-b-bg-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	border-color: var(--theme-b-bd-primary-active);
	background-color: var(--theme-b-bg-primary-active);
	color: var(--theme-b-tx-primary-active);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.form-control:focus {
	border-color: var(--theme-color-primary);
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

a,
.btn-link { color: var(--theme-b-link); }

a:hover,
.btn-link:hover { color: var(--theme-b-link-hover); }

.g-font-size-15 { font-size: 15px; }

.g-font-size-17 { font-size: 17px; }

.g-font-size-20 { font-size: 20px; }

.text-primary { color: var(--primary) !important }

.bg-primary { background: var(--primary) !important }

.border-primary { border-color: var(--primary) !important }

/*endregion*/

.bx-sidebar-block { }

.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
	text-transform: uppercase;
	font-size: 14px;
	font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar li {
	font-size: 12px;
	font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar-icon {
	width: 27px;
	height: 27px;
	margin-right: 5px;
	border-radius:50%;
	background-color: var(--theme-color-primary);
	background-repeat: no-repeat;
	background-position: center;
}

.sidebar-icon-label {
	background-image:  url(/local/templates/vento/images/label.svg);
	background-size: 19px auto;
}

.sidebar-icon-delivery {
	background-image: url(/local/templates/vento/images/delivery.svg);
	background-size: 17px auto;
}

.sidebar-icon-sale {
	background-image: url(/local/templates/vento/images/sale.svg);
	background-size: auto 17px ;
}

.sidebar-icon-self {
	background-image: url(/local/templates/vento/images/self.svg);
	background-size: auto 17px ;
}

.sidebar-icon-phone {
	background-image: url(/local/templates/vento/images/phone_white.svg);
	background-size: auto 21px ;
}
/* region 404 Not found */
.bx-404-container{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.bx-404-block{
	margin-top: 100px;
	margin-bottom: 66px;
}

@media (max-width:768px) {
	.bx-404-block{
		margin-top: 50px;
		margin-bottom: 33px;
	}
}

.bx-404-text-block{
	font-size: 20px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
}

.bx-maps-title{
	color: #8f8f8f;
	font-size: 16px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
	padding-top: 10px;
	border-bottom: 1px solid #e9eaea;
}

.map-columns{
	padding-top: 20px;
}
.bx-map-title{
	font-weight: bold;
	font-size: 14px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	position: relative;
	min-height: 20px;
	padding-left: 25px;
	margin-bottom: 20px;
}
.bx-map-title .fa{
	color: #0083d1;
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 15px;
}

.map-columns ul{
	list-style: none;
	margin-bottom: 5px;
}
.map-level-0{
	margin-left: 0;
	padding-left: 25px;
	margin-bottom: 20px;
}
.map-level-0 li{
	margin-left: 0;
	padding-left: 0;
}
.map-level-0 ul{
	padding-left: 15px;
}
ul.map-level-1{
	margin-bottom: 30px;
}
/* endregion */
/* End */
/* /local/templates/vento/plugins/jScrollPane/style/jquery.jscrollpane.css?17630619151426 */
/* /local/templates/vento/plugins/fancybox/jquery.fancybox.css?176306191515997 */
/* /local/templates/vento/plugins/OwlCarousel/dist/assets/owl.carousel.css?17630619154744 */
/* /local/templates/vento/plugins/chosen/chosen.css?176306191512188 */
/* /local/templates/vento/plugins/dadata/suggestions.bootstrap.css?17630619152899 */
/* /local/templates/vento/front/dist/css/merged.css?1785534428387080 */
/* /local/templates/vento/components/bitrix/menu/header_top_menu/style.css?17630619141203 */
/* /local/templates/vento/components/bitrix/catalog.compare.list/vento_catalog_compare_list/style.css?17630619141209 */
/* /local/templates/vento/components/bitrix/sale.basket.basket.line/vento_basket_line/style.css?17630619144749 */
/* /local/templates/vento/template_styles.css?176306191610103 */
