@font-face {
    font-family: 'Onest';
    src: url('../fonts/Onest-Light.eot');
    src: url('../fonts/Onest-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Onest-Light.woff2') format('woff2'),
         url('../fonts/Onest-Light.woff') format('woff'),
         url('../fonts/Onest-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Onest Bold';
    src: url('../fonts/Onest-SemiBold.eot');
    src: url('../fonts/Onest-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Onest-SemiBold.woff2') format('woff2'),
         url('../fonts/Onest-SemiBold.woff') format('woff'),
         url('../fonts/Onest-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Onest Thin';
    src: url('../fonts/Onest-Thin.eot');
    src: url('../fonts/Onest-Thin.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Onest-Thin.woff2') format('woff2'),
         url('../fonts/Onest-Thin.woff') format('woff'),
         url('../fonts/Onest-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}







/* MAX ICON */
.svg-icon {
  margin-bottom: 5px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.svg-icon-max {
  height: 16px;
  width: 23px;
  transition: all 0.3s ease;
}
.fil0 {
  fill: var(--dark);
  transition: fill 0.3s ease;
}
.svg-icon:hover .fil0 {
  fill: var(--mvs);
}
/* MAX ICON end */



/* MAIN */
:root {
  --mvs: #2CC185;
  --mvs-light: #E7F9F2;
  --movus: #2CC185;
  --dark: #5A5A5A;
  --dark-medium: #9C9C9C;
  --dark-light: #B2B2B2;
  --light: #F8F9FA;
  --primary: #3969B0;
  --secondary: #454545;
  --success: #25AC75;
  --info: #694593;
  --warning: #BD9220;
  --danger: #DC3545;
}
* {
  margin: 0;
  padding: 0;
  font-family: 'Onest', sans-serif;
  box-sizing: border-box;
  text-decoration: none;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Onest', sans-serif;
  background-color: #FFF;
	font-size: 1rem;
	color: var(--dark);
	line-height: normal;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}
table {
  margin-bottom: 0;
}
tr {
	font-size: 1rem;
	color: var(--dark);
	line-height: normal;
}
p,
.line-height li {
  font-size: 1rem;
  line-height: 1.5;
}
b, strong, .font-bold, .font-weight-bold {
  font-family: 'Onest Bold', sans-serif;
  font-weight: 600;
}
select option {
  font-family: 'Onest', sans-serif;
  font-size: 0.9rem;
  size: auto;
}

.bg-mvs { background: var(--mvs); }
.bg-mvs-light { background: var(--mvs-light); }
.bg-movus { background: var(--movus); }
.bg-dark { background: var(--dark) !important; }
.bg-dark-medium { background: var(--dark-medium); }
.bg-dark-light { background: var(--dark-light); }
.bg-light { background: var(--light) !important; }
.bg-primary { background: var(--primary) !important; }
.bg-secondary { background: var(--secondary) !important; }
.bg-success { background: var(--success) !important; }
.bg-info { background: var(--info) !important; }
.bg-warning { background: var(--warning) !important; }
.bg-danger { background: var(--danger) !important; }

.text-mvs { color: var(--mvs); }
.text-mvs-light { color: var(--mvs-light); }
.text-movus { color: var(--movus); }
.text-dark { color: var(--dark); }
.text-dark-medium { color: var(--dark-medium); }
.text-dark-light { color: var(--dark-light); }
.text-light { color: var(--light) !important; }
.text-primary { color: var(--primary); }
.text-secondary { color: var(--secondary); }
.text-success { color: var(--success); }
.text-info { color: var(--info); }
.text-warning { color: var(--warning); }
.text-danger { color: var(--danger); }

.ar-1-1 { aspect-ratio: 1 / 1; }
.ar-3-2 { aspect-ratio: 3 / 2; }
.ar-4-3 { aspect-ratio: 4 / 3; }
.ar-16-9 { aspect-ratio: 16 / 9; }
.ar-2-3 { aspect-ratio: 2 / 3; }
.ar-3-4 { aspect-ratio: 3 / 4; }
.ar-9-16 { aspect-ratio: 9 / 16; }

.w-10 { width: 10%; }
.w-20 { width: 20%; }
.w-30 { width: 30%; }
.w-40 { width: 40%; }
.w-60 { width: 60%; }
.w-70 { width: 70%; }
.w-80 { width: 80%; }
.w-90 { width: 90%; }

.border-r-0 { border-radius: 0; }
.border-r-1 { border-radius: 1px; }
.border-r-2 { border-radius: 2px; }
.border-r-3 { border-radius: 3px; }
.border-r-4 { border-radius: 4px; }
.border-r-5 { border-radius: 5px; }
.border-r-6 { border-radius: 6px; }
.border-r-7 { border-radius: 7px; }
.border-r-8 { border-radius: 8px; }
.border-r-9 { border-radius: 9px; }
.border-r-10 { border-radius: 10px; }

.container {
  max-width: 1320px;
}
.modal {
  z-index: 99999;
}

.header {
  padding: 0;
  z-index: 1030;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0);
  will-change: transform;
}
@media screen and (max-width: 991.98px) {
  .header {
    top: .75rem;
    margin-left: .75rem;
    margin-right: .75rem;
  }
  .glass-effect {
    background: rgba(248, 249, 250, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    border: 1px solid #dee2e6;
    box-shadow: 0 .8rem .9rem rgba(0,0,0, .07);
  }
  .mobile-price-sticky {
    bottom: .75rem;
    margin-left: .75rem;
    margin-right: .75rem;
    z-index: 1030;
    padding-bottom: env(safe-area-inset-bottom);
    transition: all 0.3s ease-in-out;
    animation: slideUp 0.3s ease-out;
    box-shadow: 0 -0.8rem 0.9rem rgba(0,0,0, .07);
  }
  @keyframes slideUp {
    from {
      transform: translateY(100%);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  .mobile-price-sticky.hidden {
    transform: translateY(100%);
    opacity: 0;
  }
}
@media screen and (min-width: 992px) {
  .header {
    top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .glass-effect {
    background: rgba(248, 249, 250, 1) !important;
    border-radius: 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding-left: 0;
    padding-right: 0;
  }
}
.header-hidden {
  transform: translateY(-150%);
}

.shadow-nav {
  box-shadow: 0 .8rem .9rem rgba(0,0,0, .07);
}
.badge-movus {
  background-color: var(--mvs);
  color: #FFF;
}
.border-dot {
  border: 1px dashed var(--mvs);
}
.border-dot-dark {
  border: 1px dashed var(--dark-light);
}
.text-justify {
  text-align: justify;
}
.progress-bar-width-0 {
  width: 0;
}
.logo {
  height: 2.2rem;
	width: auto;
  padding: 0;
}
.cursor {
	cursor: pointer;
}
.valign {
  display: table;
  vertical-align: bottom;
}
.box-movus {
	color: var(--mvs);
	background-color: var(--mvs);
}
.price {
  margin: 0;
}
.price thead {
	background: var(--mvs);
	border-bottom: 0.3rem solid var(--light);
	border-top: 0.3rem solid var(--mvs);
	border-left: 0rem solid var(--mvs);
	border-right: 0rem solid var(--mvs);
}
.price-podlojka {
	overflow: hidden;
	background-color: var(--mvs);
	border: 0.2rem solid var(--mvs);
	border-radius: 0.7rem;
}
@media screen and (min-width: 767.99px) {
  .radius {
    border-radius: 0.7rem;
  }
  .radius-top {
    border-top-left-radius: 0.7rem;
    border-top-right-radius: 0.7rem;
  }
  .radius-bottom {
    border-bottom-left-radius: 0.7rem;
    border-bottom-right-radius: 0.7rem;
  }
}
@media screen and (max-width: 991.98px) {
  .container {
		font-size: 0.9rem;
	}
  .table td, .table th {
		padding: 0.4rem;
		font-size: 0.8rem;
	}
}
@media (max-width: 991.98px) {
  .two-columns-mobile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 15px;
  }
  .two-columns-mobile .dropdown-divider {
    grid-column: 1 / -1;
    width: 100%;
  }
}
/* MAIN end */



/* HEADER MENU LINK */
.nav-link-movus:link {
	text-decoration: none;
	color: var(--dark);
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	font-weight: 600;
}
.nav-link-movus:visited {
	text-decoration: none;
	color: var(--dark);
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	font-weight: 600;
}
.nav-link-movus:hover {
	text-decoration: none;
	color: var(--mvs);
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	font-weight: 600;
}
.nav-link-movus:active {
	text-decoration: none;
	color: var(--mvs);
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	font-weight: 600;
}
@media screen and (min-width: 991.99px) {
  .nav-link-movus {
    text-decoration: none;
    position: relative;
    padding: 0px 3px 5px 3px;
  }
  .nav-link-movus:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 100%;
    left: 0;
    bottom: -4px;
    visibility: hidden;
    background-color: var(--mvs);
    color: #FFF;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;  
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }
  .nav-link-movus:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}
/* HEADER MENU LINK end */



/* HEADINGS */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Onest Bold', sans-serif;
	font-size: 1.5rem;
	margin-top: 0.5rem;
	text-decoration: none;
	font-weight: 600;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Onest Bold', sans-serif;
	text-decoration: none;
	font-weight: 600;
}
.h1 { font-size: 1.75rem; }
.h2 { font-size: 1.5rem; }
.h3 { font-size: 1.25rem; }
.h4 { font-size: 1rem; }
.h5 { font-size: 0.9rem; }
.h6 { font-size: 0.75rem; }
/* HEADINGS end */



/* LINKS */
a:link {
	text-decoration: none;
	color: var(--dark);
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
  font-weight: 600;
}
a:visited {
	text-decoration: none;
	color: var(--dark);
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
  font-weight: 600;
}
a:hover {
	text-decoration: none;
	color: var(--mvs);
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
  font-weight: 600;
}
a:active {
	text-decoration: none;
	color: var(--mvs);
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
  font-weight: 600;
}
.a-movus:link {
	text-decoration: none;
	color: var(--dark);
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	font-weight: 600;
}
.a-movus:visited {
	text-decoration: none;
	color: var(--dark);
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	font-weight: 600;
}
.a-movus:hover {
	text-decoration: none;
	color: var(--mvs);
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	font-weight: 600;
}
.a-movus:active {
	text-decoration: none;
	color: var(--mvs);
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	font-weight: 600;
}
.a-white:link {
	text-decoration: none;
	color: #FFF;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	font-weight: 600;
}
.a-white:visited {
	text-decoration: none;
	color: #FFF;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	font-weight: 600;
}
.a-white:hover {
	text-decoration: none;
	color: var(--mvs);
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	font-weight: 600;
}
.a-white:active {
	text-decoration: none;
	color: var(--mvs);
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	font-weight: 600;
}
a,
a:active,
a:focus {
  outline: none;
}
/* LINKS end */



/* BUTTONS */
.btn-movus {
  font-weight: 600;
  padding: .5rem 2rem .5rem 2rem;
  color: #FFF;
  background-color: var(--mvs);
  border: 2px solid var(--mvs);
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}
.btn-movus:hover {
  color: #FFF;
  background-color: var(--success);
  border: 2px solid var(--success);
}
.btn-movus:focus, .btn-movus.focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.btn-movus.disabled, .btn-movus:disabled {
  color: #FFF;
  background-color: var(--dark-medium);
  border-color: var(--dark-medium);
}
.btn-movus:not(:disabled):not(.disabled):active, .btn-movus:not(:disabled):not(.disabled).active,
.show > .btn-movus.dropdown-toggle {
  color: #FFF;
  background-color: var(--mvs);
  border-color: var(--success);
}
.btn-movus:not(:disabled):not(.disabled):active:focus, .btn-movus:not(:disabled):not(.disabled).active:focus,
.show > .btn-movus.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.btn-link-movus {
  font-weight: 600;
  padding: .5rem 2rem .5rem 2rem;
  color: var(--dark);
  background-color: transparent;
  border: none;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}
.btn-link-movus:hover {
  color: var(--mvs);
  background-color: transparent;
  border: none;
}
.btn-link-movus:focus, .btn-link-movus.focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.btn-link-movus.disabled, .btn-link-movus:disabled {
  color: var(--dark-light);
  background-color: transparent;
  border-color: transparent;
}
.btn-link-movus:not(:disabled):not(.disabled):active, .btn-link-movus:not(:disabled):not(.disabled).active,
.show > .btn-link-movus.dropdown-toggle {
  color: var(--success);
  background-color: transparent;
  border-color: transparent;
}
.btn-link-movus:not(:disabled):not(.disabled):active:focus, .btn-link-movus:not(:disabled):not(.disabled).active:focus,
.show > .btn-link-movus.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.btn-outline-dark {
  font-weight: 600;
  padding: .5rem 2rem .5rem 2rem;
  color: var(--dark);
  background-color: #FFF;
  border: 2px solid var(--dark);
  border-radius: 0;
}
.btn-outline-dark:hover {
  color: #FFF;
  background-color: var(--mvs);
  border: 2px solid var(--mvs);
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #FFF;
  background-color: var(--dark-medium);
  border-color: var(--dark-medium);
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #FFF;
  background-color: var(--success);
  border-color: var(--success);
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
/* BUTTONS end */



/* SELECT and CHECKBOX */
.dots {
  flex: 1 1 auto;
  min-width: 20px;
  height: 1em;
  margin: 0 10px;
  background-image: radial-gradient(circle, currentColor 1px, transparent 1px);
  background-size: 4px 4px;
  background-repeat: repeat-x;
  background-position: bottom left;
  opacity: 0.2;
}
.custom-control-label {
  user-select: none;
}
.custom-control-label:before {
  border: 1px solid var(--dark-light) !important;
  border-radius: 4px !important;
  outline: none !important;
  box-shadow: none !important;
  top: .1rem;
  left: -1.5rem;
}
.custom-control-label::after {
  top: .1rem;
  left: -1.5rem;
}
.custom-control-input:not(:checked) ~ .custom-control-label::before {
  background-color: #fff !important;
}
.custom-control-input:not(:checked) ~ .custom-control-label::after {
  background-image: none !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: var(--mvs) !important;
  border: 1px solid var(--mvs) !important;
}
.custom-switch .custom-control-input:checked~.custom-control-label::before {
  background-color: var(--mvs) !important;
  border: 1px solid var(--mvs) !important;
}
.custom-checkbox .custom-control-input:checked:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 #fff, 0 0 0 0 rgba(0, 0, 0, 0);
}
.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 #fff, 0 0 0 0 rgba(0, 0, 0, 0);
}
.custom-checkbox .custom-control-input:active ~ .custom-control-label::before {
  background-color: var(--mvs-light) !important;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #FFF;
  border-color: var(--dark-light) !important;
  background-color: #FFF;
}
.custom-control.disabled,
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input:disabled ~ .small {
  opacity: 0.5;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: var(--light) !important;
}
select {
   -webkit-appearance: none;
   -moz-appearance: none;
   -ms-appearance: none;
   appearance: none;
   outline: 0;
   color: #FFF;
   cursor: pointer;
   font-family: 'Open Sans', sans-serif;
}
.form-control:focus {
  border-color: var(--mvs);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(44,193,133,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(44,193,133,.6);
}
.quantity-input {
    -moz-appearance: textfield;
    appearance: textfield;
    border: none !important;
    border-bottom: 2px solid #dee2e6 !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none;
    font-weight: bold;
    width: 60px;
    text-align: center;
    padding: 2px;
    margin: 0 8px;
    transition: border-bottom-color 0.4s ease-in-out;
}
.quantity-input:focus {
    outline: none;
    box-shadow: none;
    border-bottom-color: var(--success) !important;
}
.quantity-input:hover {
    border-bottom-color: var(--mvs) !important;
}
/* SELECT and SCHECKBOX end */



/* PRICE */
s, strike, del,
.old-price {
  text-decoration: line-through !important;
  text-decoration-line: line-through !important;
}
.sidemenu-sticky {
  position: sticky;
  top: 30px;
}
.shimmer-effect {
  position: relative;
  overflow: hidden;
}
.shimmer-effect::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.4) 20%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(255, 255, 255, 0.4) 80%,
    transparent 100%
  );
  animation: shimmer 2s ease-in-out;
  z-index: 1;
  opacity: 0.9;
}
@keyframes shimmer {
  0% {
    left: -100%;
    opacity: 0;
  }
  10% {
    opacity: 0.9;
  }
  45% {
    left: 100%;
    opacity: 0.9;
  }
  46% {
    left: -100%;
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  55% {
    opacity: 0.9;
  }
  90% {
    left: 100%;
    opacity: 0.9;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
.shimmer-effect.loaded::before {
  animation: none;
  opacity: 0;
  display: none;
}
/* PRICE end */



/* SWIPER */
.gallery-outside {
    left: 80px;
}
.swiper {
  width: auto;
  height: auto;
}
.swiper-slide {
  height: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: cover;
}
/* SWIPER end */



/* OWL CAROUSEL */
.owl-prev, .owl-next {
	position: absolute;
  top: 0;
  height: 100%;
  margin: 0;
  padding: 0;
}
.owl-carousel .owl-item {
  padding: 0;
  margin: 0;
  opacity: .4;
}
.owl-carousel .owl-item.active {
  opacity: 1;
}
.owl-prev {
  left: 0;
  width: 90px;
}
.owl-next {
	right: 0;
  width: 90px;
}
.owl-prev i, 
.owl-next i {
  color: #FFF;
}
.owl-prev i:hover, 
.owl-next i:hover,
.owl-prev:hover i, 
.owl-next:hover i {
	color: #2CC185;
}
.owl-dots {
  position: absolute;
  width: 100%;
  text-align: center;
}
.owl-dot span {
  width: 12px;
  height: 7px;
  background-color: #AAA;
  border-radius: 0.7rem;
  display: inline-block;
  margin: 20px 6px 20px 6px;
  transition: ease-in-out .4s all;
}
.active.owl-dot span {
  background-color: #777;
  width: 50px;
  transition: ease-in-out .4s all;
}
.owl-dot:hover span {
  background-color: #2CC185;
}
button, 
button:active, 
button:focus {
  outline: none;
}
/* OWL CAROUSEL end */



/* CATALOG BUTTONS check */
.gobo:hover {
  cursor: pointer;
  box-shadow: 0 0 20px rgba(0,0,0,0.2), 0 0 20px rgba(0,0,0,0.1);
  transition: all ease-in-out .5s;
}
.a-gobo:link,
.a-gobo:visited,
.a-gobo:active {
  text-decoration: none;
	color: #777;
  font-weight: 600;
}
.a-gobo:hover {
  text-decoration: none;
	color: #2CC185;
  font-weight: 600;
}
@media (min-width: 767.98px) {
  .gobo p {
    font-size: 0.9rem;
  }
}
/* CATALOG BUTTONS end */



/* NAV-PILLS */
.nav-pills a:hover {
  background: var(--mvs-light);
  color: var(--dark);
}
.nav-pills .nav-link {
  background: #FFF;
  border: thin solid var(--mvs);
	border-radius: 8px;
}
.nav-pills .nav-item .active {
  background: var(--mvs);
}
.nav-pills-disabled .nav-link {
  background: var(--light);
  border: 0.1rem solid var(--dark-medium);
	border-radius: 8px;
}
.nav-pills-disabled .nav-item .active {
  background: var(--dark-medium);
  color: #FFF;
}
/* NAV-PILLS end */



/* FEEDBACK FORM */
.form-attachments__wrapper {
  position: relative;
  background: var(--mvs-light);
  border: 3px dashed var(--mvs);
  border-radius: 5px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
.form-attachments__wrapper input {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  cursor: pointer;
  display: block;
}
.form-attachments__description {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 10px;
}
.form-attachments__description > :first-child {
  font-weight: 600;
}
.form-attachments__description > :last-child {
  var(--dark-light);
  font-size: 0.8125rem;
}
.form-attachments__items {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
}
.form-attachments__item {
  flex: 0 0 25%;
  overflow: hidden;
  padding: 4px;
  font-size: 0.75rem;
}
.form-attachments__item-wrapper {
  border: 1px solid var(--dark-light);
  background: var(--light);
  padding: 26px 4px;
  border-radius: 4px;
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.form-attachments__item-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}
.form-attachments__item-name {
  margin-top: auto;
  max-width: 100%;
  overflow: hidden;
  word-wrap: break-word;
}
.form-attachments__item-size {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3px 6px;
  font-weight: 600;
  text-align: right;
}
.form-attachments__item-link {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 .375rem 0.5rem;
  color: inherit;
  cursor: pointer;
  float: right;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  text-shadow: 0 1px 0 #FFF;
  opacity: .5;
}
.form-attachments__item.is-valid .form-attachments__item-wrapper {
  border-color: var(--mvs);
  background-color: var(--light);
}
.form-attachments__item.is-invalid .form-attachments__item-wrapper {
  border-color: var(--danger);
  background-color: var(--light);
}
.form-control.is-valid {
  border-color: var(--mvs);
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.form-control.is-valid:focus {
  border-color: var(--mvs);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, .25);
}
.form-control.is-invalid {
  border-color: var(--danger);
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.form-control.is-invalid:focus {
  border-color: var(--danger);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .25);
}
.form-control.is-invalid ~ .invalid-feedback {
  display: block;
}
.form-submit {
  text-align: right;
}
textarea {
  overflow: auto;
  resize: vertical;
}
.form-error {
  position: relative;
  padding: .5rem 1rem 0.6rem;
  margin-bottom: 1rem;
  border-radius: .25rem;
  color: var(--danger);
  background-color: var(--danger);
  border: 1px solid var(--danger);
}
.form-success-thall {
	position: absolute;
  top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #FFF;
	color: var(--dark);
	font-size: 1.25rem;
	z-index: 1000;
}
/* FEEDBACK FORM */








/* XZ */
.h3-white {
	color: #FFF;
	text-decoration: none;
	font-size: 1rem;
	font-weight: 600;
}
.h4-format {
	color: var(--dark);
	text-decoration: none;
	font-size: 1rem;
  background-color: #FFF;
}
.a1 {
	text-align: center;
	width: 10%;
  background-color: #FFF;
}
.a1:hover {
  background-color: #E4E4E4;
  cursor: default;
}
.a2 {
	text-align: center;
	background-color: #F8F8F8;
	width: 10%;
}
.a2:hover {
  background-color: #E4E4E4;
  cursor: default;
}
.bb7 {
	background-color: #E7F9F2;
	text-align: center;
	font-weight: 600;
	width: 8%;
}
.bb7-post {
	width: 40%;
	background-color: #E7F9F2;
}
.bb7-notepads {
	width: 50%;
	background-color: #E7F9F2;
}
.bb7-post-white {
	width: 30%;
	background-color: #FFF;
}
.bb7-post-dark {
	width: 30%;
	background-color: #F8F8F8;
}
.bb7-post-green {
	width: 30%;
	background-color: #E7F9F2;
}
.tabs input {
	display: none;
}
.tabs div {
	display: none;
  background: #FFF;
  padding: 0;
  margin: 0;
}
.tabs label {
  display: inline-block;
  padding: 0.5rem 1.1rem;
  margin: 0 -0.4rem 1.4rem 0;
  text-align: center;
  color: var(--dark);
  border: 0.1rem solid var(--mvs);
  background: #FFF;
  cursor: pointer;
	font-weight: 600;
}
.tabs input:checked + label {
  color: #FFF;
  border: 0.1rem solid var(--mvs);
  background: var(--mvs);
}
.tabs label:first-of-type {
	border-top-left-radius: 0.7rem;
	border-bottom-left-radius: 0.7rem;
}
.tabs label:last-of-type {
	border-top-right-radius: 0.7rem;
	border-bottom-right-radius: 0.7rem;
}
.tabs label:hover {
	background: #E7F9F2;
	cursor: pointer;
}
#tab_130-150:checked ~ #tab_listovki_130-150,
#tab_170-200:checked ~ #tab_listovki_170-200,
#tab_300:checked ~ #tab_listovki_300,
#tab_350:checked ~ #tab_listovki_350 {
	display: block;
}
#ofset_130:checked ~ #of_130,
#ofset_170:checked ~ #of_170,
#ofset_300:checked ~ #of_300 {
	display: block;
}
#ebuklet_130:checked ~ #buklet_130,
#ebuklet_170:checked ~ #buklet_170 {
	display: block;
}
#ebuklet_cifra_130:checked ~ #buklet_cifra_130,
#ebuklet_cifra_170:checked ~ #buklet_cifra_170 {
	display: block;
}
#cards_cifra:checked ~ #cards_vizitki_cifra,
#cards_ofset:checked ~ #cards_vizitki_ofset {
	display: block;
}
#img_container {
  background-color: #FDFDFD;
  position: relative;
  height: 300px;
  width: 1000px;
  margin: 0 auto;
}
#img_container img {
  position: absolute;
  left: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
@-webkit-keyframes cf3FadeInOut {
    0% {
    opacity:1;
  }
    45% {
    opacity:1;
  }
    55% {
    opacity:0;
  }
    100% {
    opacity:0;
  }
}
@-moz-keyframes cf3FadeInOut {
    0% {
    opacity:1;
  }
    45% {
    opacity:1;
  }
    55% {
    opacity:0;
  }
    100% {
    opacity:0;
  }
}
@-o-keyframes cf3FadeInOut {
    0% {
    opacity:1;
  }
    45% {
    opacity:1;
  }
    55% {
    opacity:0;
  }
    100% {
    opacity:0;
  }
}
@keyframes cf3FadeInOut {
    0% {
    opacity:1;
  }
    45% {
    opacity:1;
  }
    55% {
    opacity:0;
  }
    100% {
    opacity:0;
  }
}
#img_container img.top {
  -webkit-animation-name: cf3FadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 10s;
  -webkit-animation-direction: alternate;
  -moz-animation-name: cf3FadeInOut;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 10s;
  -moz-animation-direction: alternate;
  -o-animation-name: cf3FadeInOut;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 10s;
  -o-animation-direction: alternate;
  animation-name: cf3FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-direction: alternate;
}
/* XZ end */