@charset "utf-8";
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
@import '../../www/components/node/node_modules/@splidejs/splide/dist/css/splide-core.min.css';
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}
#swipebox-overlay img {
  border: none !important;
}
#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(../components/node_modules/@yarn/swipebox/src/img/loader.gif) no-repeat center center;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}
#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}
#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}
#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../components/node_modules/@yarn/swipebox/src/img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}
#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}
#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}
#swipebox-next {
  background-position: -78px 13px;
  float: right;
}
#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}
.swipebox-no-close-button #swipebox-close {
  display: none;
}
#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container:before,
.swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}
@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}
#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}
body {
  font-size: 16px;
}
body,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
table {
  margin: auto;
}
@media print {
  @page {
    size: 330mm 427mm;
    margin: 14mm;
  }
  a[href]:after {
    content: none !important;
  }
  html,
  body {
    width: 100%;
  }
  html .container,
  body .container {
    width: 1200px;
  }
  .col-print-full,
  .col-print-half,
  .col-print-third {
    display: block;
    float: left;
  }
  .col-print-full {
    width: 100% !important;
  }
  .col-print-half {
    width: 50% !important;
  }
  .col-print-third {
    width: 33.33333333% !important;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
.col-xs-five,
.col-sm-five,
.col-md-five,
.col-lg-five,
.col-xs-ten,
.col-sm-ten,
.col-md-ten,
.col-lg-ten {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .xs-pull-left {
    float: left !important;
  }
  .xs-pull-right {
    float: right !important;
  }
  .col-xs-five {
    width: 20% !important;
  }
  .col-xs-ten {
    width: 10% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sm-pull-left {
    float: left !important;
  }
  .sm-pull-right {
    float: right !important;
  }
  .col-sm-five {
    width: 20% !important;
  }
  .col-sm-ten {
    width: 10% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .md-pull-left {
    float: left !important;
  }
  .md-pull-right {
    float: right !important;
  }
  .col-md-five {
    width: 20% !important;
  }
  .col-md-ten {
    width: 10% !important;
  }
}
@media (min-width: 1200px) {
  .lg-pull-left {
    float: left !important;
  }
  .lg-pull-right {
    float: right !important;
  }
  .col-lg-five {
    width: 20% !important;
  }
  .col-lg-ten {
    width: 10% !important;
  }
}
html.js .jshidden {
  display: none;
}
#tracy-debug {
  z-index: 9999;
}
#ajax-spinner {
  margin: 15px 0 0 15px;
  padding: 13px;
  background: white url("../artcms/images/spinner.gif") no-repeat 50% 50%;
  font-size: 0;
  z-index: 123456;
  display: none;
}
@media print {
  #ajax-spinner {
    display: none;
  }
}
a[href^="error:"] {
  background: red;
  color: white;
}
form .error {
  color: #D00;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}
.flexible {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.flexible > * {
  width: 100%;
  height: 100%;
}
.dragme {
  cursor: move !important;
}
.image-left {
  display: block;
  margin: 15px auto;
  text-align: center;
  max-width: 100%;
  height: auto !important;
}
@media (min-width: 768px) {
  .image-left {
    float: left;
    margin: 25px 25px 25px 0;
  }
}
.image-right {
  display: block;
  margin: 15px auto;
  text-align: center;
  max-width: 100%;
  height: auto !important;
}
@media (min-width: 768px) {
  .image-right {
    float: left;
    margin: 25px 25px 25px 0;
  }
}
@media (min-width: 768px) {
  .image-right {
    float: right;
    margin: 25px 0 25px 25px;
  }
}
.max-width,
.max-width * {
  max-width: 100%;
}
.hide {
  display: none;
}
.disabled {
  color: #999;
}
.modal-backdrop.fade.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.has-error {
  border: 1px solid red !important;
}
.no-error {
  border: 1px solid green !important;
  background: url("../project/images/ok.png") 99% 50% no-repeat !important;
  background-size: 23px !important;
  padding-right: 52px !important;
}
/*

http://cssload.net

<div class="ajaxloader">
	<div class="ajaxloader_1"></div>
	<div class="ajaxloader_2"></div>
	<div class="ajaxloader_3"></div>
	<div class="ajaxloader_4"></div>
	<div class="ajaxloader_5"></div>
	<div class="ajaxloader_6"></div>
	<div class="ajaxloader_7"></div>
	<div class="ajaxloader_8"></div>
</div>
*/
.ajaxloading {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.ajaxloader {
  position: absolute;
  z-index: 450;
  width: 24px;
  height: 24px;
}
.ajaxloader > div {
  position: absolute;
  background-color: #80010b;
  width: 5px;
  height: 5px;
  -moz-border-radius: 4px;
  -moz-animation-name: bounce_circularG;
  -moz-animation-duration: 0.88s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-border-radius: 4px;
  -webkit-animation-name: bounce_circularG;
  -webkit-animation-duration: 0.88s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -ms-border-radius: 4px;
  -ms-animation-name: bounce_circularG;
  -ms-animation-duration: 0.88s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear;
  -o-border-radius: 4px;
  -o-animation-name: bounce_circularG;
  -o-animation-duration: 0.88s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  border-radius: 4px;
  animation-name: bounce_circularG;
  animation-duration: 0.88s;
  animation-iteration-count: infinite;
  animation-direction: linear;
}
.ajaxloader .ajaxloader_1 {
  left: 0;
  top: 9px;
  -moz-animation-delay: 0.33s;
  -webkit-animation-delay: 0.33s;
  -ms-animation-delay: 0.33s;
  -o-animation-delay: 0.33s;
  animation-delay: 0.33s;
}
.ajaxloader .ajaxloader_2 {
  left: 3px;
  top: 3px;
  -moz-animation-delay: 0.44s;
  -webkit-animation-delay: 0.44s;
  -ms-animation-delay: 0.44s;
  -o-animation-delay: 0.44s;
  animation-delay: 0.44s;
}
.ajaxloader .ajaxloader_3 {
  top: 0;
  left: 9px;
  -moz-animation-delay: 0.55s;
  -webkit-animation-delay: 0.55s;
  -ms-animation-delay: 0.55s;
  -o-animation-delay: 0.55s;
  animation-delay: 0.55s;
}
.ajaxloader .ajaxloader_4 {
  right: 3px;
  top: 3px;
  -moz-animation-delay: 0.66s;
  -webkit-animation-delay: 0.66s;
  -ms-animation-delay: 0.66s;
  -o-animation-delay: 0.66s;
  animation-delay: 0.66s;
}
.ajaxloader .ajaxloader_5 {
  right: 0;
  top: 9px;
  -moz-animation-delay: 0.77s;
  -webkit-animation-delay: 0.77s;
  -ms-animation-delay: 0.77s;
  -o-animation-delay: 0.77s;
  animation-delay: 0.77s;
}
.ajaxloader .ajaxloader_6 {
  right: 3px;
  bottom: 3px;
  -moz-animation-delay: 0.88s;
  -webkit-animation-delay: 0.88s;
  -ms-animation-delay: 0.88s;
  -o-animation-delay: 0.88s;
  animation-delay: 0.88s;
}
.ajaxloader .ajaxloader_7 {
  left: 9px;
  bottom: 0;
  -moz-animation-delay: 0.99s;
  -webkit-animation-delay: 0.99s;
  -ms-animation-delay: 0.99s;
  -o-animation-delay: 0.99s;
  animation-delay: 0.99s;
}
.ajaxloader .ajaxloader_8 {
  left: 3px;
  bottom: 3px;
  -moz-animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
@-moz-keyframes bounce_circularG {
  0% {
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.3);
  }
}
@-webkit-keyframes bounce_circularG {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.3);
  }
}
@-ms-keyframes bounce_circularG {
  0% {
    -ms-transform: scale(1);
  }
  100% {
    -ms-transform: scale(0.3);
  }
}
@-o-keyframes bounce_circularG {
  0% {
    -o-transform: scale(1);
  }
  100% {
    -o-transform: scale(0.3);
  }
}
@keyframes bounce_circularG {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.3);
  }
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../components/node_modules/@yarn/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('../components/node_modules/@yarn/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../components/node_modules/@yarn/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../components/node_modules/@yarn/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../components/node_modules/@yarn/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../components/node_modules/@yarn/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
/*!
 * Datetimepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Improvements by Sébastien Malot
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datetimepicker {
  padding: 4px;
  margin-top: 1px;
  white-space: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datetimepicker.datetimepicker-rtl {
  direction: rtl;
}
.datetimepicker.datetimepicker-rtl table tr td span {
  float: right;
}
.datetimepicker > div {
  display: none;
}
.datetimepicker.minutes div.datetimepicker-minutes {
  display: block;
}
.datetimepicker.hours div.datetimepicker-hours {
  display: block;
}
.datetimepicker.days div.datetimepicker-days {
  display: block;
}
.datetimepicker.months div.datetimepicker-months {
  display: block;
}
.datetimepicker.years div.datetimepicker-years {
  display: block;
}
.datetimepicker table {
  margin: 0;
}
.datetimepicker table tr td.minute:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datetimepicker table tr td.hour:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datetimepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datetimepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datetimepicker table tr td span:hover {
  background: #eeeeee;
}
.datetimepicker table tr td span.old {
  color: #999999;
}
.datetimepicker .datetimepicker-hours span {
  height: 26px;
  line-height: 26px;
}
.datetimepicker .datetimepicker-minutes span {
  height: 26px;
  line-height: 26px;
}
.datetimepicker th.switch {
  width: 145px;
}
.datetimepicker-inline {
  width: 220px;
}
.datetimepicker-dropdown,
.datetimepicker-dropdown-left {
  top: 0;
  left: 0;
}
[class*="datetimepicker-dropdown"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
[class*="datetimepicker-dropdown"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
}
[class*="datetimepicker-dropdown-top"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
}
[class*="datetimepicker-dropdown-top"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}
.datetimepicker-dropdown-bottom-left:before {
  top: -7px;
  right: 6px;
}
.datetimepicker-dropdown-bottom-left:after {
  top: -6px;
  right: 7px;
}
.datetimepicker-dropdown-bottom-right:before {
  top: -7px;
  left: 6px;
}
.datetimepicker-dropdown-bottom-right:after {
  top: -6px;
  left: 7px;
}
.datetimepicker-dropdown-top-left:before {
  bottom: -7px;
  right: 6px;
}
.datetimepicker-dropdown-top-left:after {
  bottom: -6px;
  right: 7px;
}
.datetimepicker-dropdown-top-right:before {
  bottom: -7px;
  left: 6px;
}
.datetimepicker-dropdown-top-right:after {
  bottom: -6px;
  left: 7px;
}
.datetimepicker td,
.datetimepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datetimepicker table tr td,
.table-striped .datetimepicker table tr th {
  background-color: transparent;
}
.datetimepicker table tr td.old,
.datetimepicker table tr td.new {
  color: #999999;
}
.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today:hover:hover,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled:hover:hover,
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today:hover.disabled,
.datetimepicker table tr td.today.disabled.disabled,
.datetimepicker table tr td.today.disabled:hover.disabled,
.datetimepicker table tr td.today[disabled],
.datetimepicker table tr td.today:hover[disabled],
.datetimepicker table tr td.today.disabled[disabled],
.datetimepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active:hover.disabled,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled:hover.disabled,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active:hover[disabled],
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datetimepicker .datetimepicker-hours table tr td span.hour_am,
.datetimepicker .datetimepicker-hours table tr td span.hour_pm {
  width: 14.6%;
}
.datetimepicker .datetimepicker-hours fieldset legend,
.datetimepicker .datetimepicker-minutes fieldset legend {
  margin-bottom: inherit;
  line-height: 30px;
}
.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover:hover,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled:hover:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active:hover.disabled,
.datetimepicker table tr td span.active.disabled.disabled,
.datetimepicker table tr td span.active.disabled:hover.disabled,
.datetimepicker table tr td span.active[disabled],
.datetimepicker table tr td span.active:hover[disabled],
.datetimepicker table tr td span.active.disabled[disabled],
.datetimepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datetimepicker thead tr:first-child th,
.datetimepicker tfoot tr:first-child th {
  cursor: pointer;
}
.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i,
.input-group.date .input-group-addon span {
  cursor: pointer;
  width: 14px;
  height: 14px;
}
.datetimepicker .icon-arrow-left {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.datetimepicker .icon-arrow-left:before {
  content: "\e091";
}
.datetimepicker .icon-arrow-right {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.datetimepicker .icon-arrow-right:before {
  content: "\e092";
}
ul.popupmenu {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.popupmenu li {
  display: block;
  position: relative;
  white-space: nowrap;
}
ul.popupmenu li a {
  display: block;
}
ul.popupmenu li .popupinner,
ul.popupmenu li > ul,
ul.popupmenu li:hover > ul,
ul.popupmenu li.active > ul {
  display: none;
  text-align: left;
  z-index: 500;
  padding: 20px 15px 15px;
}
ul.popupmenu li .popupinner li,
ul.popupmenu li > ul li,
ul.popupmenu li:hover > ul li,
ul.popupmenu li.active > ul li {
  display: block;
}
ul.popupmenu li .popupinner li a,
ul.popupmenu li > ul li a,
ul.popupmenu li:hover > ul li a,
ul.popupmenu li.active > ul li a {
  display: block;
  padding: 5px 10px;
}
@media (min-width: 768px) {
  ul.popupmenu li .popupinner,
  ul.popupmenu li > ul,
  ul.popupmenu li:hover > ul,
  ul.popupmenu li.active > ul {
    position: absolute;
  }
}
ul.popupmenu li.active .popupinner,
ul.popupmenu li.active > ul {
  display: block;
}
@media (min-width: 768px) {
  ul.popupmenu li.active .popupinner,
  ul.popupmenu li.active > ul {
    display: none;
  }
}
@media (min-width: 768px) {
  ul.popupmenu li {
    display: inline-block;
  }
  ul.popupmenu li a {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  ul.popupmenu.collapse {
    display: block;
    visibility: visible;
    height: auto !important;
  }
}
/* Less file is created by GRID system DO NOT CHANGE */
.grid-row {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  padding: 0;
  margin: 0;
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
  box-sizing: border-box;
  flex-wrap: nowrap;
}
.grid-row > .grid {
  flex-grow: 1;
  flex-wrap: wrap;
  row-gap: 40px;
}
.grid {
  display: flex;
  position: relative;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  min-width: 10%;
}
.grid.html,
.grid.text,
.grid.bullets {
  display: block;
}
.grid.b-col,
.grid.b-form,
.grid.b-image {
  flex-direction: column;
}
.grid.b-col.reverse,
.grid.b-form.reverse,
.grid.b-image.reverse {
  flex-direction: column-reverse;
}
.grid.b-col.b-center,
.grid.b-form.b-center,
.grid.b-image.b-center {
  align-items: center;
}
.grid.b-row {
  flex-direction: row;
  flex-wrap: wrap;
}
.grid.b-row.reverse {
  flex-direction: row-reverse;
}
.grid.b-row.left {
  justify-content: left;
}
.grid.b-row.left > .grid-box {
  justify-content: flex-start;
}
.grid.b-row.right {
  justify-content: right;
}
.grid.b-row.right > .grid-box {
  justify-content: flex-start;
}
.grid.b-row.center {
  justify-content: center;
}
.grid.b-row.center > .grid-box {
  justify-content: flex-start;
}
.grid.b-row.space-between {
  justify-content: space-between;
}
.grid.b-row.space-between > .grid-box {
  justify-content: flex-start;
}
.grid.b-row.space-around {
  justify-content: space-around;
}
.grid.b-row.space-around > .grid-box {
  justify-content: flex-start;
}
.grid.b-row.space-evenly {
  justify-content: space-evenly;
}
.grid.b-row.space-evenly > .grid-box {
  justify-content: flex-start;
}
.grid.b-link.b-center {
  justify-content: center;
  align-items: center;
}
.grid.b-image {
  position: relative;
  overflow: hidden;
}
.grid.b-image > img {
  width: 100%;
  height: auto;
}
.grid.b-image .bg-inner {
  position: absolute;
  top: 0;
}
.grid .b-row-1,
.grid .b-link-1,
.grid.b-image-1 {
  flex-grow: 0;
  flex-wrap: wrap;
  row-gap: 40px;
}
.grid .b-row-1 > .grid,
.grid .b-link-1 > .grid,
.grid.b-image-1 > .grid,
.grid .b-row-1 > .grid-row,
.grid .b-link-1 > .grid-row,
.grid.b-image-1 > .grid-row {
  box-sizing: border-box;
  flex-basis: 100%;
}
.grid .b-row-1.column-count,
.grid .b-link-1.column-count,
.grid.b-image-1.column-count {
  display: block;
  column-count: 1;
}
.grid .b-row-1.column-count > .grid,
.grid .b-link-1.column-count > .grid,
.grid.b-image-1.column-count > .grid,
.grid .b-row-1.column-count > .grid-row,
.grid .b-link-1.column-count > .grid-row,
.grid.b-image-1.column-count > .grid-row {
  break-inside: avoid;
  flex: 0 0 100%;
}
.grid .b-row-2,
.grid .b-link-2,
.grid.b-image-2 {
  flex-grow: 0;
  flex-wrap: wrap;
  row-gap: 40px;
}
.grid .b-row-2 > .grid,
.grid .b-link-2 > .grid,
.grid.b-image-2 > .grid,
.grid .b-row-2 > .grid-row,
.grid .b-link-2 > .grid-row,
.grid.b-image-2 > .grid-row {
  box-sizing: border-box;
  flex-basis: 50%;
  min-width: calc(50% - 10px);
}
.grid .b-row-2.column-count,
.grid .b-link-2.column-count,
.grid.b-image-2.column-count {
  display: block;
  column-count: 2;
}
.grid .b-row-2.column-count > .grid,
.grid .b-link-2.column-count > .grid,
.grid.b-image-2.column-count > .grid,
.grid .b-row-2.column-count > .grid-row,
.grid .b-link-2.column-count > .grid-row,
.grid.b-image-2.column-count > .grid-row {
  break-inside: avoid;
  flex: 0 0 100%;
}
.grid .b-row-3,
.grid .b-link-3,
.grid.b-image-3 {
  flex-grow: 0;
  flex-wrap: wrap;
  row-gap: 40px;
}
.grid .b-row-3 > .grid,
.grid .b-link-3 > .grid,
.grid.b-image-3 > .grid,
.grid .b-row-3 > .grid-row,
.grid .b-link-3 > .grid-row,
.grid.b-image-3 > .grid-row {
  box-sizing: border-box;
  flex-basis: 33.33%;
  min-width: calc(33% - 10px);
}
.grid .b-row-3.column-count,
.grid .b-link-3.column-count,
.grid.b-image-3.column-count {
  display: block;
  column-count: 3;
}
.grid .b-row-3.column-count > .grid,
.grid .b-link-3.column-count > .grid,
.grid.b-image-3.column-count > .grid,
.grid .b-row-3.column-count > .grid-row,
.grid .b-link-3.column-count > .grid-row,
.grid.b-image-3.column-count > .grid-row {
  break-inside: avoid;
  flex: 0 0 100%;
}
.grid .b-row-4,
.grid .b-link-4,
.grid.b-image-4 {
  flex-grow: 0;
  flex-wrap: wrap;
  row-gap: 40px;
}
.grid .b-row-4 > .grid,
.grid .b-link-4 > .grid,
.grid.b-image-4 > .grid,
.grid .b-row-4 > .grid-row,
.grid .b-link-4 > .grid-row,
.grid.b-image-4 > .grid-row {
  box-sizing: border-box;
  flex-basis: 25%;
  min-width: calc(25% - 10px);
}
.grid .b-row-4.column-count,
.grid .b-link-4.column-count,
.grid.b-image-4.column-count {
  display: block;
  column-count: 4;
}
.grid .b-row-4.column-count > .grid,
.grid .b-link-4.column-count > .grid,
.grid.b-image-4.column-count > .grid,
.grid .b-row-4.column-count > .grid-row,
.grid .b-link-4.column-count > .grid-row,
.grid.b-image-4.column-count > .grid-row {
  break-inside: avoid;
  flex: 0 0 100%;
}
.grid .b-row-5,
.grid .b-link-5,
.grid.b-image-5 {
  flex-grow: 0;
  flex-wrap: wrap;
  row-gap: 40px;
}
.grid .b-row-5 > .grid,
.grid .b-link-5 > .grid,
.grid.b-image-5 > .grid,
.grid .b-row-5 > .grid-row,
.grid .b-link-5 > .grid-row,
.grid.b-image-5 > .grid-row {
  box-sizing: border-box;
  flex-basis: 20%;
  min-width: calc(20% - 10px);
}
.grid .b-row-5.column-count,
.grid .b-link-5.column-count,
.grid.b-image-5.column-count {
  display: block;
  column-count: 5;
}
.grid .b-row-5.column-count > .grid,
.grid .b-link-5.column-count > .grid,
.grid.b-image-5.column-count > .grid,
.grid .b-row-5.column-count > .grid-row,
.grid .b-link-5.column-count > .grid-row,
.grid.b-image-5.column-count > .grid-row {
  break-inside: avoid;
  flex: 0 0 100%;
}
.grid .b-row-6,
.grid .b-link-6,
.grid.b-image-6 {
  flex-grow: 0;
  flex-wrap: wrap;
}
.grid .b-row-6 > .grid,
.grid .b-link-6 > .grid,
.grid.b-image-6 > .grid,
.grid .b-row-6 > .grid-row,
.grid .b-link-6 > .grid-row,
.grid.b-image-6 > .grid-row {
  box-sizing: border-box;
  flex-basis: 16.66%;
  min-width: calc(16% - 10px);
}
.grid .b-row-6.column-count,
.grid .b-link-6.column-count,
.grid.b-image-6.column-count {
  display: block;
  column-count: 6;
}
.grid .b-row-6.column-count > .grid,
.grid .b-link-6.column-count > .grid,
.grid.b-image-6.column-count > .grid,
.grid .b-row-6.column-count > .grid-row,
.grid .b-link-6.column-count > .grid-row,
.grid.b-image-6.column-count > .grid-row {
  break-inside: avoid;
  flex: 0 0 100%;
}
.grid .grow-0 {
  flex-grow: 0;
}
.grid .grow-1 {
  flex-grow: 1;
}
.grid .grow-2 {
  flex-grow: 2;
}
.grid .grow-3 {
  flex-grow: 3;
}
.grid .grow-4 {
  flex-grow: 4;
}
.grid .grow-5 {
  flex-grow: 5;
}
.grid .grow-6 {
  flex-grow: 6;
}
.grid .shrink-1 {
  flex-shrink: 1;
}
.grid .shrink-2 {
  flex-shrink: 2;
}
.grid .shrink-3 {
  flex-shrink: 3;
}
.grid .shrink-4 {
  flex-shrink: 4;
}
.grid .shrink-5 {
  flex-shrink: 5;
}
.grid .shrink-6 {
  flex-shrink: 6;
}
.grid .g-visible {
  display: flex;
}
.grid .g-hidden {
  display: none;
}
.grid .html.gnum-1,
.grid .text.gnum-1,
.grid .bullets.gnum-1 {
  /*display: block;*/
  column-count: 1;
}
.grid .html.gnum-2,
.grid .text.gnum-2,
.grid .bullets.gnum-2 {
  /*display: block;*/
  column-count: 2;
}
.grid .html.gnum-3,
.grid .text.gnum-3,
.grid .bullets.gnum-3 {
  /*display: block;*/
  column-count: 3;
}
.grid .html.gnum-4,
.grid .text.gnum-4,
.grid .bullets.gnum-4 {
  /*display: block;*/
  column-count: 4;
}
.grid .html.gnum-5,
.grid .text.gnum-5,
.grid .bullets.gnum-5 {
  /*display: block;*/
  column-count: 5;
}
.grid .html.gnum-6,
.grid .text.gnum-6,
.grid .bullets.gnum-6 {
  /*display: block;*/
  column-count: 6;
}
.grid .space.gnum-1 {
  height: 10px;
}
.grid .space.gnum-2 {
  height: 20px;
}
.grid .space.gnum-3 {
  height: 40px;
}
.grid .space.gnum-4 {
  height: 60px;
}
.grid .space.gnum-5 {
  height: 80px;
}
.grid .space.gnum-6 {
  height: 100px;
}
@media (max-width: 1400px) {
  .grid.gxl-dir-row {
    flex-direction: row !important;
  }
  .grid.gxl-dir-rrow {
    flex-direction: row-reverse !important;
  }
  .grid.gxl-dir-col {
    flex-direction: column !important;
    flex-wrap: nowrap;
  }
  .grid.gxl-dir-rcol {
    flex-direction: column-reverse !important;
    flex-wrap: nowrap;
  }
  .grid .gxl-num-1 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gxl-num-1 > .grid,
  .grid .gxl-num-1 > .grid-row {
    box-sizing: border-box;
    flex-basis: 100%;
  }
  .grid .gxl-num-1.column-count {
    display: block;
    column-count: 1;
  }
  .grid .gxl-num-1.column-count > .grid,
  .grid .gxl-num-1.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gxl-num-2 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gxl-num-2 > .grid,
  .grid .gxl-num-2 > .grid-row {
    box-sizing: border-box;
    flex-basis: 50%;
    min-width: calc(50% - 10px);
  }
  .grid .gxl-num-2.column-count {
    display: block;
    column-count: 2;
  }
  .grid .gxl-num-2.column-count > .grid,
  .grid .gxl-num-2.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gxl-num-3 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gxl-num-3 > .grid,
  .grid .gxl-num-3 > .grid-row {
    box-sizing: border-box;
    flex-basis: 33.33%;
    min-width: calc(33% - 10px);
  }
  .grid .gxl-num-3.column-count {
    display: block;
    column-count: 3;
  }
  .grid .gxl-num-3.column-count > .grid,
  .grid .gxl-num-3.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gxl-num-4 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gxl-num-4 > .grid,
  .grid .gxl-num-4 > .grid-row {
    box-sizing: border-box;
    flex-basis: 25%;
    min-width: calc(25% - 10px);
  }
  .grid .gxl-num-4.column-count {
    display: block;
    column-count: 4;
  }
  .grid .gxl-num-4.column-count > .grid,
  .grid .gxl-num-4.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gxl-num-5 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gxl-num-5 > .grid,
  .grid .gxl-num-5 > .grid-row {
    box-sizing: border-box;
    flex-basis: 20%;
    min-width: calc(20% - 10px);
  }
  .grid .gxl-num-5.column-count {
    display: block;
    column-count: 5;
  }
  .grid .gxl-num-5.column-count > .grid,
  .grid .gxl-num-5.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gxl-num-6 {
    flex-grow: 0;
    flex-wrap: wrap;
  }
  .grid .gxl-num-6 > .grid,
  .grid .gxl-num-6 > .grid-row {
    box-sizing: border-box;
    flex-basis: 16.66%;
    min-width: calc(16% - 10px);
  }
  .grid .gxl-num-6.column-count {
    display: block;
    column-count: 6;
  }
  .grid .gxl-num-6.column-count > .grid,
  .grid .gxl-num-6.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gxl-grow-0 {
    flex-grow: 0;
  }
  .grid .gxl-grow-1 {
    flex-grow: 1;
  }
  .grid .gxl-grow-2 {
    flex-grow: 2;
  }
  .grid .gxl-grow-3 {
    flex-grow: 3;
  }
  .grid .gxl-grow-4 {
    flex-grow: 4;
  }
  .grid .gxl-grow-5 {
    flex-grow: 5;
  }
  .grid .gxl-grow-6 {
    flex-grow: 6;
  }
  .grid .gxl-visible {
    display: flex;
  }
  .grid .gxl-hidden {
    display: none;
  }
  .grid .html.gxl-num-1,
  .grid .text.gxl-num-1,
  .grid .bullets.gxl-num-1 {
    /*display: block;*/
    column-count: 1;
  }
  .grid .html.gxl-num-2,
  .grid .text.gxl-num-2,
  .grid .bullets.gxl-num-2 {
    /*display: block;*/
    column-count: 2;
  }
  .grid .html.gxl-num-3,
  .grid .text.gxl-num-3,
  .grid .bullets.gxl-num-3 {
    /*display: block;*/
    column-count: 3;
  }
  .grid .html.gxl-num-4,
  .grid .text.gxl-num-4,
  .grid .bullets.gxl-num-4 {
    /*display: block;*/
    column-count: 4;
  }
  .grid .html.gxl-num-5,
  .grid .text.gxl-num-5,
  .grid .bullets.gxl-num-5 {
    /*display: block;*/
    column-count: 5;
  }
  .grid .html.gxl-num-6,
  .grid .text.gxl-num-6,
  .grid .bullets.gxl-num-6 {
    /*display: block;*/
    column-count: 6;
  }
  .grid .space.gxl-num-1 {
    height: 10px;
  }
  .grid .space.gxl-num-2 {
    height: 20px;
  }
  .grid .space.gxl-num-3 {
    height: 40px;
  }
  .grid .space.gxl-num-4 {
    height: 60px;
  }
  .grid .space.gxl-num-5 {
    height: 80px;
  }
  .grid .space.gxl-num-6 {
    height: 100px;
  }
}
@media (max-width: 1200px) {
  .grid.glg-dir-row {
    flex-direction: row !important;
  }
  .grid.glg-dir-rrow {
    flex-direction: row-reverse !important;
  }
  .grid.glg-dir-col {
    flex-direction: column !important;
    flex-wrap: nowrap;
  }
  .grid.glg-dir-rcol {
    flex-direction: column-reverse !important;
    flex-wrap: nowrap;
  }
  .grid .glg-num-1 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .glg-num-1 > .grid,
  .grid .glg-num-1 > .grid-row {
    box-sizing: border-box;
    flex-basis: 100%;
  }
  .grid .glg-num-1.column-count {
    display: block;
    column-count: 1;
  }
  .grid .glg-num-1.column-count > .grid,
  .grid .glg-num-1.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .glg-num-2 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .glg-num-2 > .grid,
  .grid .glg-num-2 > .grid-row {
    box-sizing: border-box;
    flex-basis: 50%;
    min-width: calc(50% - 10px);
  }
  .grid .glg-num-2.column-count {
    display: block;
    column-count: 2;
  }
  .grid .glg-num-2.column-count > .grid,
  .grid .glg-num-2.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .glg-num-3 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .glg-num-3 > .grid,
  .grid .glg-num-3 > .grid-row {
    box-sizing: border-box;
    flex-basis: 33.33%;
    min-width: calc(33% - 10px);
  }
  .grid .glg-num-3.column-count {
    display: block;
    column-count: 3;
  }
  .grid .glg-num-3.column-count > .grid,
  .grid .glg-num-3.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .glg-num-4 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .glg-num-4 > .grid,
  .grid .glg-num-4 > .grid-row {
    box-sizing: border-box;
    flex-basis: 25%;
    min-width: calc(25% - 10px);
  }
  .grid .glg-num-4.column-count {
    display: block;
    column-count: 4;
  }
  .grid .glg-num-4.column-count > .grid,
  .grid .glg-num-4.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .glg-num-5 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .glg-num-5 > .grid,
  .grid .glg-num-5 > .grid-row {
    box-sizing: border-box;
    flex-basis: 20%;
    min-width: calc(20% - 10px);
  }
  .grid .glg-num-5.column-count {
    display: block;
    column-count: 5;
  }
  .grid .glg-num-5.column-count > .grid,
  .grid .glg-num-5.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .glg-num-6 {
    flex-grow: 0;
    flex-wrap: wrap;
  }
  .grid .glg-num-6 > .grid,
  .grid .glg-num-6 > .grid-row {
    box-sizing: border-box;
    flex-basis: 16.66%;
    min-width: calc(16% - 10px);
  }
  .grid .glg-num-6.column-count {
    display: block;
    column-count: 6;
  }
  .grid .glg-num-6.column-count > .grid,
  .grid .glg-num-6.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .glg-grow-0 {
    flex-grow: 0;
  }
  .grid .glg-grow-1 {
    flex-grow: 1;
  }
  .grid .glg-grow-2 {
    flex-grow: 2;
  }
  .grid .glg-grow-3 {
    flex-grow: 3;
  }
  .grid .glg-grow-4 {
    flex-grow: 4;
  }
  .grid .glg-grow-5 {
    flex-grow: 5;
  }
  .grid .glg-grow-6 {
    flex-grow: 6;
  }
  .grid .glg-visible {
    display: flex;
  }
  .grid .glg-hidden {
    display: none;
  }
  .grid .html.glg-num-1,
  .grid .text.glg-num-1,
  .grid .bullets.glg-num-1 {
    /*display: block;*/
    column-count: 1;
  }
  .grid .html.glg-num-2,
  .grid .text.glg-num-2,
  .grid .bullets.glg-num-2 {
    /*display: block;*/
    column-count: 2;
  }
  .grid .html.glg-num-3,
  .grid .text.glg-num-3,
  .grid .bullets.glg-num-3 {
    /*display: block;*/
    column-count: 3;
  }
  .grid .html.glg-num-4,
  .grid .text.glg-num-4,
  .grid .bullets.glg-num-4 {
    /*display: block;*/
    column-count: 4;
  }
  .grid .html.glg-num-5,
  .grid .text.glg-num-5,
  .grid .bullets.glg-num-5 {
    /*display: block;*/
    column-count: 5;
  }
  .grid .html.glg-num-6,
  .grid .text.glg-num-6,
  .grid .bullets.glg-num-6 {
    /*display: block;*/
    column-count: 6;
  }
  .grid .space.glg-num-1 {
    height: 10px;
  }
  .grid .space.glg-num-2 {
    height: 20px;
  }
  .grid .space.glg-num-3 {
    height: 40px;
  }
  .grid .space.glg-num-4 {
    height: 60px;
  }
  .grid .space.glg-num-5 {
    height: 80px;
  }
  .grid .space.glg-num-6 {
    height: 100px;
  }
}
@media (max-width: 992px) {
  .grid.gmd-dir-row {
    flex-direction: row !important;
  }
  .grid.gmd-dir-rrow {
    flex-direction: row-reverse !important;
  }
  .grid.gmd-dir-col {
    flex-direction: column !important;
    flex-wrap: nowrap;
  }
  .grid.gmd-dir-rcol {
    flex-direction: column-reverse !important;
    flex-wrap: nowrap;
  }
  .grid .gmd-num-1 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gmd-num-1 > .grid,
  .grid .gmd-num-1 > .grid-row {
    box-sizing: border-box;
    flex-basis: 100%;
  }
  .grid .gmd-num-1.column-count {
    display: block;
    column-count: 1;
  }
  .grid .gmd-num-1.column-count > .grid,
  .grid .gmd-num-1.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gmd-num-2 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gmd-num-2 > .grid,
  .grid .gmd-num-2 > .grid-row {
    box-sizing: border-box;
    flex-basis: 50%;
    min-width: calc(50% - 10px);
  }
  .grid .gmd-num-2.column-count {
    display: block;
    column-count: 2;
  }
  .grid .gmd-num-2.column-count > .grid,
  .grid .gmd-num-2.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gmd-num-3 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gmd-num-3 > .grid,
  .grid .gmd-num-3 > .grid-row {
    box-sizing: border-box;
    flex-basis: 33.33%;
    min-width: calc(33% - 10px);
  }
  .grid .gmd-num-3.column-count {
    display: block;
    column-count: 3;
  }
  .grid .gmd-num-3.column-count > .grid,
  .grid .gmd-num-3.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gmd-num-4 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gmd-num-4 > .grid,
  .grid .gmd-num-4 > .grid-row {
    box-sizing: border-box;
    flex-basis: 25%;
    min-width: calc(25% - 10px);
  }
  .grid .gmd-num-4.column-count {
    display: block;
    column-count: 4;
  }
  .grid .gmd-num-4.column-count > .grid,
  .grid .gmd-num-4.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gmd-num-5 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gmd-num-5 > .grid,
  .grid .gmd-num-5 > .grid-row {
    box-sizing: border-box;
    flex-basis: 20%;
    min-width: calc(20% - 10px);
  }
  .grid .gmd-num-5.column-count {
    display: block;
    column-count: 5;
  }
  .grid .gmd-num-5.column-count > .grid,
  .grid .gmd-num-5.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gmd-num-6 {
    flex-grow: 0;
    flex-wrap: wrap;
  }
  .grid .gmd-num-6 > .grid,
  .grid .gmd-num-6 > .grid-row {
    box-sizing: border-box;
    flex-basis: 16.66%;
    min-width: calc(16% - 10px);
  }
  .grid .gmd-num-6.column-count {
    display: block;
    column-count: 6;
  }
  .grid .gmd-num-6.column-count > .grid,
  .grid .gmd-num-6.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gmd-grow-0 {
    flex-grow: 0;
  }
  .grid .gmd-grow-1 {
    flex-grow: 1;
  }
  .grid .gmd-grow-2 {
    flex-grow: 2;
  }
  .grid .gmd-grow-3 {
    flex-grow: 3;
  }
  .grid .gmd-grow-4 {
    flex-grow: 4;
  }
  .grid .gmd-grow-5 {
    flex-grow: 5;
  }
  .grid .gmd-grow-6 {
    flex-grow: 6;
  }
  .grid .gmd-visible {
    display: flex;
  }
  .grid .gmd-hidden {
    display: none;
  }
  .grid .html.gmd-num-1,
  .grid .text.gmd-num-1,
  .grid .bullets.gmd-num-1 {
    /*display: block;*/
    column-count: 1;
  }
  .grid .html.gmd-num-2,
  .grid .text.gmd-num-2,
  .grid .bullets.gmd-num-2 {
    /*display: block;*/
    column-count: 2;
  }
  .grid .html.gmd-num-3,
  .grid .text.gmd-num-3,
  .grid .bullets.gmd-num-3 {
    /*display: block;*/
    column-count: 3;
  }
  .grid .html.gmd-num-4,
  .grid .text.gmd-num-4,
  .grid .bullets.gmd-num-4 {
    /*display: block;*/
    column-count: 4;
  }
  .grid .html.gmd-num-5,
  .grid .text.gmd-num-5,
  .grid .bullets.gmd-num-5 {
    /*display: block;*/
    column-count: 5;
  }
  .grid .html.gmd-num-6,
  .grid .text.gmd-num-6,
  .grid .bullets.gmd-num-6 {
    /*display: block;*/
    column-count: 6;
  }
  .grid .space.gmd-num-1 {
    height: 10px;
  }
  .grid .space.gmd-num-2 {
    height: 20px;
  }
  .grid .space.gmd-num-3 {
    height: 40px;
  }
  .grid .space.gmd-num-4 {
    height: 60px;
  }
  .grid .space.gmd-num-5 {
    height: 80px;
  }
  .grid .space.gmd-num-6 {
    height: 100px;
  }
}
@media (max-width: 768px) {
  .grid.gsm-dir-row {
    flex-direction: row !important;
  }
  .grid.gsm-dir-rrow {
    flex-direction: row-reverse !important;
  }
  .grid.gsm-dir-col {
    flex-direction: column !important;
    flex-wrap: nowrap;
  }
  .grid.gsm-dir-rcol {
    flex-direction: column-reverse !important;
    flex-wrap: nowrap;
  }
  .grid .gsm-num-1 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gsm-num-1 > .grid,
  .grid .gsm-num-1 > .grid-row {
    box-sizing: border-box;
    flex-basis: 100%;
  }
  .grid .gsm-num-1.column-count {
    display: block;
    column-count: 1;
  }
  .grid .gsm-num-1.column-count > .grid,
  .grid .gsm-num-1.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gsm-num-2 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gsm-num-2 > .grid,
  .grid .gsm-num-2 > .grid-row {
    box-sizing: border-box;
    flex-basis: 50%;
    min-width: calc(50% - 10px);
  }
  .grid .gsm-num-2.column-count {
    display: block;
    column-count: 2;
  }
  .grid .gsm-num-2.column-count > .grid,
  .grid .gsm-num-2.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gsm-num-3 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gsm-num-3 > .grid,
  .grid .gsm-num-3 > .grid-row {
    box-sizing: border-box;
    flex-basis: 33.33%;
    min-width: calc(33% - 10px);
  }
  .grid .gsm-num-3.column-count {
    display: block;
    column-count: 3;
  }
  .grid .gsm-num-3.column-count > .grid,
  .grid .gsm-num-3.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gsm-num-4 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gsm-num-4 > .grid,
  .grid .gsm-num-4 > .grid-row {
    box-sizing: border-box;
    flex-basis: 25%;
    min-width: calc(25% - 10px);
  }
  .grid .gsm-num-4.column-count {
    display: block;
    column-count: 4;
  }
  .grid .gsm-num-4.column-count > .grid,
  .grid .gsm-num-4.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gsm-num-5 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gsm-num-5 > .grid,
  .grid .gsm-num-5 > .grid-row {
    box-sizing: border-box;
    flex-basis: 20%;
    min-width: calc(20% - 10px);
  }
  .grid .gsm-num-5.column-count {
    display: block;
    column-count: 5;
  }
  .grid .gsm-num-5.column-count > .grid,
  .grid .gsm-num-5.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gsm-num-6 {
    flex-grow: 0;
    flex-wrap: wrap;
  }
  .grid .gsm-num-6 > .grid,
  .grid .gsm-num-6 > .grid-row {
    box-sizing: border-box;
    flex-basis: 16.66%;
    min-width: calc(16% - 10px);
  }
  .grid .gsm-num-6.column-count {
    display: block;
    column-count: 6;
  }
  .grid .gsm-num-6.column-count > .grid,
  .grid .gsm-num-6.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gsm-grow-0 {
    flex-grow: 0;
  }
  .grid .gsm-grow-1 {
    flex-grow: 1;
  }
  .grid .gsm-grow-2 {
    flex-grow: 2;
  }
  .grid .gsm-grow-3 {
    flex-grow: 3;
  }
  .grid .gsm-grow-4 {
    flex-grow: 4;
  }
  .grid .gsm-grow-5 {
    flex-grow: 5;
  }
  .grid .gsm-grow-6 {
    flex-grow: 6;
  }
  .grid .gsm-visible {
    display: flex;
  }
  .grid .gsm-hidden {
    display: none;
  }
  .grid .html.gsm-num-1,
  .grid .text.gsm-num-1,
  .grid .bullets.gsm-num-1 {
    /*display: block;*/
    column-count: 1;
  }
  .grid .html.gsm-num-2,
  .grid .text.gsm-num-2,
  .grid .bullets.gsm-num-2 {
    /*display: block;*/
    column-count: 2;
  }
  .grid .html.gsm-num-3,
  .grid .text.gsm-num-3,
  .grid .bullets.gsm-num-3 {
    /*display: block;*/
    column-count: 3;
  }
  .grid .html.gsm-num-4,
  .grid .text.gsm-num-4,
  .grid .bullets.gsm-num-4 {
    /*display: block;*/
    column-count: 4;
  }
  .grid .html.gsm-num-5,
  .grid .text.gsm-num-5,
  .grid .bullets.gsm-num-5 {
    /*display: block;*/
    column-count: 5;
  }
  .grid .html.gsm-num-6,
  .grid .text.gsm-num-6,
  .grid .bullets.gsm-num-6 {
    /*display: block;*/
    column-count: 6;
  }
  .grid .space.gsm-num-1 {
    height: 10px;
  }
  .grid .space.gsm-num-2 {
    height: 20px;
  }
  .grid .space.gsm-num-3 {
    height: 40px;
  }
  .grid .space.gsm-num-4 {
    height: 60px;
  }
  .grid .space.gsm-num-5 {
    height: 80px;
  }
  .grid .space.gsm-num-6 {
    height: 100px;
  }
}
@media (max-width: 576px) {
  .grid.gxs-dir-row {
    flex-direction: row !important;
  }
  .grid.gxs-dir-rrow {
    flex-direction: row-reverse !important;
  }
  .grid.gxs-dir-col {
    flex-direction: column !important;
    flex-wrap: nowrap;
  }
  .grid.gxs-dir-rcol {
    flex-direction: column-reverse !important;
    flex-wrap: nowrap;
  }
  .grid .gxs-num-1 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gxs-num-1 > .grid,
  .grid .gxs-num-1 > .grid-row {
    box-sizing: border-box;
    flex-basis: 100%;
  }
  .grid .gxs-num-1.column-count {
    display: block;
    column-count: 1;
  }
  .grid .gxs-num-1.column-count > .grid,
  .grid .gxs-num-1.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gxs-num-2 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gxs-num-2 > .grid,
  .grid .gxs-num-2 > .grid-row {
    box-sizing: border-box;
    flex-basis: 50%;
    min-width: calc(50% - 10px);
  }
  .grid .gxs-num-2.column-count {
    display: block;
    column-count: 2;
  }
  .grid .gxs-num-2.column-count > .grid,
  .grid .gxs-num-2.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gxs-num-3 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gxs-num-3 > .grid,
  .grid .gxs-num-3 > .grid-row {
    box-sizing: border-box;
    flex-basis: 33.33%;
    min-width: calc(33% - 10px);
  }
  .grid .gxs-num-3.column-count {
    display: block;
    column-count: 3;
  }
  .grid .gxs-num-3.column-count > .grid,
  .grid .gxs-num-3.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gxs-num-4 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gxs-num-4 > .grid,
  .grid .gxs-num-4 > .grid-row {
    box-sizing: border-box;
    flex-basis: 25%;
    min-width: calc(25% - 10px);
  }
  .grid .gxs-num-4.column-count {
    display: block;
    column-count: 4;
  }
  .grid .gxs-num-4.column-count > .grid,
  .grid .gxs-num-4.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gxs-num-5 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gxs-num-5 > .grid,
  .grid .gxs-num-5 > .grid-row {
    box-sizing: border-box;
    flex-basis: 20%;
    min-width: calc(20% - 10px);
  }
  .grid .gxs-num-5.column-count {
    display: block;
    column-count: 5;
  }
  .grid .gxs-num-5.column-count > .grid,
  .grid .gxs-num-5.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gxs-num-6 {
    flex-grow: 0;
    flex-wrap: wrap;
  }
  .grid .gxs-num-6 > .grid,
  .grid .gxs-num-6 > .grid-row {
    box-sizing: border-box;
    flex-basis: 16.66%;
    min-width: calc(16% - 10px);
  }
  .grid .gxs-num-6.column-count {
    display: block;
    column-count: 6;
  }
  .grid .gxs-num-6.column-count > .grid,
  .grid .gxs-num-6.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gxs-grow-0 {
    flex-grow: 0;
  }
  .grid .gxs-grow-1 {
    flex-grow: 1;
  }
  .grid .gxs-grow-2 {
    flex-grow: 2;
  }
  .grid .gxs-grow-3 {
    flex-grow: 3;
  }
  .grid .gxs-grow-4 {
    flex-grow: 4;
  }
  .grid .gxs-grow-5 {
    flex-grow: 5;
  }
  .grid .gxs-grow-6 {
    flex-grow: 6;
  }
  .grid .gxs-visible {
    display: flex;
  }
  .grid .gxs-hidden {
    display: none;
  }
  .grid .html.gxs-num-1,
  .grid .text.gxs-num-1,
  .grid .bullets.gxs-num-1 {
    /*display: block;*/
    column-count: 1;
  }
  .grid .html.gxs-num-2,
  .grid .text.gxs-num-2,
  .grid .bullets.gxs-num-2 {
    /*display: block;*/
    column-count: 2;
  }
  .grid .html.gxs-num-3,
  .grid .text.gxs-num-3,
  .grid .bullets.gxs-num-3 {
    /*display: block;*/
    column-count: 3;
  }
  .grid .html.gxs-num-4,
  .grid .text.gxs-num-4,
  .grid .bullets.gxs-num-4 {
    /*display: block;*/
    column-count: 4;
  }
  .grid .html.gxs-num-5,
  .grid .text.gxs-num-5,
  .grid .bullets.gxs-num-5 {
    /*display: block;*/
    column-count: 5;
  }
  .grid .html.gxs-num-6,
  .grid .text.gxs-num-6,
  .grid .bullets.gxs-num-6 {
    /*display: block;*/
    column-count: 6;
  }
  .grid .space.gxs-num-1 {
    height: 10px;
  }
  .grid .space.gxs-num-2 {
    height: 20px;
  }
  .grid .space.gxs-num-3 {
    height: 40px;
  }
  .grid .space.gxs-num-4 {
    height: 60px;
  }
  .grid .space.gxs-num-5 {
    height: 80px;
  }
  .grid .space.gxs-num-6 {
    height: 100px;
  }
}
/* Less file is created by GRID system DO NOT CHANGE */
@font-face {
  font-family: 'FontFlaticon';
  src: url("/tmpl/paris/fonts/flaticon/flaticon.eot");
  src: url("/tmpl/paris/fonts/flaticon/flaticon.eot#iefix") format("embedded-opentype"), url("/tmpl/paris/fonts/flaticon/flaticon.woff") format("woff"), url("/tmpl/paris/fonts/flaticon/flaticon.woff2") format("woff2"), url("/tmpl/paris/fonts/flaticon/flaticon.ttf") format("truetype"), url("/tmpl/paris/fonts/flaticon/flaticon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: 'FontFlaticon';
}
[class^="flaticon-"].gray {
  color: #efefef;
}
[class^="flaticon-"].black {
  color: #000000;
}
[class^="flaticon-"].orange {
  color: #c3922a;
}
.flaticon-down-arrow:before {
  content: "\f101";
}
.flaticon-right-arrow:before {
  content: "\f102";
}
.flaticon-menu:before {
  content: "\f103";
}
.flaticon-search:before {
  content: "\f104";
}
.flaticon-user:before {
  content: "\f105";
}
.flaticon-right-arrow-1:before {
  content: "\f106";
}
.flaticon-shopping-cart:before {
  content: "\f107";
}
.flaticon-fast-delivery:before {
  content: "\f108";
}
.flaticon-express-delivery:before {
  content: "\f109";
}
.flaticon-warehouse:before {
  content: "\f10a";
}
.flaticon-star:before {
  content: "\f10b";
}
.flaticon-facebook:before {
  content: "\f10c";
}
.flaticon-instagram:before {
  content: "\f10d";
}
.flaticon-youtube-logotype:before {
  content: "\f10e";
}
.flaticon-youtube:before {
  content: "\f10e";
}
.flaticon-linkedin-logo:before {
  content: "\f10f";
}
.flaticon-linkedin:before {
  content: "\f10f";
}
.flaticon-twitter:before {
  content: "\f110";
}
.flaticon-printer:before {
  content: "\f111";
}
.flaticon-share:before {
  content: "\f112";
}
.flaticon-left-arrow:before {
  content: "\f113";
}
.flaticon-close:before {
  content: "\f114";
}
.flaticon-chat:before {
  content: "\f115";
}
.flaticon-right-chevron:before {
  content: "\f116";
}
.flaticon-left-chevron:before {
  content: "\f117";
}
/* Less file is created by decorator DO NOT CHANGE */
@font-face {
  font-family: 'Neris';
  src: url('/tmpl/custom/fonts/neris/neris-black.woff') format('woff'), url('/tmpl/custom/fonts/neris/neris-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Neris';
  src: url('/tmpl/custom/fonts/neris/neris-blackitalic.woff') format('woff'), url('/tmpl/custom/fonts/neris/neris-blackitalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Neris';
  src: url('/tmpl/custom/fonts/neris/neris-black.woff') format('woff'), url('/tmpl/custom/fonts/neris/neris-black.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Neris';
  src: url('/tmpl/custom/fonts/neris/neris-blackitalic.woff') format('woff'), url('/tmpl/custom/fonts/neris/neris-blackitalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Neris';
  src: url('/tmpl/custom/fonts/neris/neris-black.woff') format('woff'), url('/tmpl/custom/fonts/neris/neris-black.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Neris';
  src: url('/tmpl/custom/fonts/neris/neris-blackitalic.woff') format('woff'), url('/tmpl/custom/fonts/neris/neris-blackitalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Neris';
  src: url('/tmpl/custom/fonts/neris/neris-thin.woff') format('woff'), url('/tmpl/custom/fonts/neris/neris-thin.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Neris';
  src: url('/tmpl/custom/fonts/neris/neris-thinitalic.woff') format('woff'), url('/tmpl/custom/fonts/neris/neris-thinitalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Neris';
  src: url('/tmpl/custom/fonts/neris/neris-lightitalic.woff') format('woff'), url('/tmpl/custom/fonts/neris/neris-lightitalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Neris';
  src: url('/tmpl/custom/fonts/neris/neris-light.woff') format('woff'), url('/tmpl/custom/fonts/neris/neris-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Neris';
  src: url('/tmpl/custom/fonts/neris/neris-lightitalic.woff') format('woff'), url('/tmpl/custom/fonts/neris/neris-lightitalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Neris';
  src: url('/tmpl/custom/fonts/neris/neris-light.woff') format('woff'), url('/tmpl/custom/fonts/neris/neris-light.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Neris';
  src: url('/tmpl/custom/fonts/neris/neris-lightitalic.woff') format('woff'), url('/tmpl/custom/fonts/neris/neris-lightitalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Neris';
  src: url('/tmpl/custom/fonts/neris/neris-light.woff') format('woff'), url('/tmpl/custom/fonts/neris/neris-light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Neris';
  src: url('/tmpl/custom/fonts/neris/neris-semibold.woff') format('woff'), url('/tmpl/custom/fonts/neris/neris-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Neris';
  src: url('/tmpl/custom/fonts/neris/neris-semibolditalic.woff') format('woff'), url('/tmpl/custom/fonts/neris/neris-semibolditalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
.t-link-hover {
  padding-left: 40px;
  padding-right: 0;
  transition: padding-left 0.2s, padding-right 0.2s;
}
.t-link-hover::before {
  display: block;
  width: 30px;
  transition: width 0.2s;
}
.t-link-hover:after {
  display: block;
}
.dashed {
  padding-top: 30px;
}
.dashed:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  box-sizing: content-box;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  height: 0;
  border-top: dashed 1px #c3922a;
}
.dashed.text-center:before {
  left: calc(50% - 150px);
}
.dashed.text-right:before {
  right: 0;
  left: auto;
}
.partners-box {
  padding-bottom: 150px !important;
  margin-bottom: -150px !important;
}
.ptrn-header {
  width: 100%;
}
.ptrn-header > .wrapper {
  padding: 0 !important;
}
.ptrn-header > .wrapper > * {
  max-width: none;
}
.ptrn-header > .wrapper > .ptrn-banner {
  padding: 0;
  justify-content: center;
}
.ptrn-header #promo {
  max-width: 100%;
}
@media (max-width: 1400px) {
  .ptrn-header #promo {
    overflow: hidden;
  }
}
.ptrn-header #promo img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .ptrn-header #promo {
    height: 500px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }
  .ptrn-header #promo img {
    max-height: calc(100% - 60px);
    max-width: none;
  }
}
.ptrn-header #promo .content {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}
.ptrn-header #promo .content > .content-inner {
  padding-right: 30%;
}
@media (max-width: 768px) {
  .ptrn-header #promo .content > .content-inner {
    padding: 0 20px;
  }
}
@media (max-width: 1400px) {
  .ptrn-header #promo .content > div {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.ptrn-header #promo .content h4 {
  font-size: 20px;
  line-height: 27px;
  font-weight: normal;
}
.ptrn-header #promo .content h1 {
  margin: 48px 0 0 0;
  font-size: 65px;
  line-height: 85px;
  font-weight: normal;
}
.ptrn-header #promo .content .desc {
  font-size: 17px;
  line-height: 28px;
  max-width: 600px;
  margin: 15px 0 0 0;
}
.ptrn-header #promo .content .more {
  margin: 75px 0 0 0;
}
.ptrn-header #promo .content .more a {
  padding-left: 70px;
  position: relative;
  color: #000000;
  text-decoration: none;
}
.ptrn-header #promo .content .more a::before {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  background-color: #000000;
  left: 0;
  top: calc(50% - 1px);
}
.ptrn-header #promo .content .more a::after {
  content: '';
  display: block;
  width: 0;
  height: 50%;
  border-right: solid 2px #000000;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 25%;
}
.ptrn-header #promo .content .more a.on-dark::before {
  background-color: #efefef;
}
.ptrn-header #promo .content .more a.on-dark::after {
  border-right: solid 2px #efefef;
}
.ptrn-header #promo .content .more a.animated {
  padding-left: 0;
  padding-right: 40px;
  transition: padding-left 0.5s, padding-right 0.5s;
}
.ptrn-header #promo .content .more a.animated::before {
  display: none;
  width: 0;
  transition: width 0.2s;
}
.ptrn-header #promo .content .more a.animated::after {
  display: none;
}
.ptrn-header #promo .content .more a.animated:hover {
  padding-left: 40px;
  padding-right: 0;
  transition: padding-left 0.2s, padding-right 0.2s;
}
.ptrn-header #promo .content .more a.animated:hover::before {
  display: block;
  width: 30px;
  transition: width 0.2s;
}
.ptrn-header #promo .content .more a.animated:hover:after {
  display: block;
}
@media (max-width: 1400px) {
  .ptrn-header #promo .content {
    bottom: 50px;
  }
  .ptrn-header #promo .content h1 {
    font-size: 45px;
    line-height: 55px;
    margin-top: 20px;
  }
  .ptrn-header #promo .content .more {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 1200px) {
  .ptrn-header #promo .content {
    bottom: 20px;
  }
  .ptrn-header #promo .content h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .ptrn-header #promo .content h1 {
    font-size: 45px;
    line-height: 55px;
    margin-top: 0;
  }
  .ptrn-header #promo .content .more {
    margin: 10px 0 0 0;
  }
}
@media (max-width: 992px) {
  .ptrn-header #promo .content {
    bottom: 100px;
  }
  .ptrn-header #promo .content h1 {
    font-size: 45px;
    line-height: 55px;
    margin-top: 20px;
  }
  .ptrn-header #promo .content .more {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 576px) {
  .ptrn-header #promo .content h1 {
    font-size: 30px;
    line-height: 35px;
    margin-top: 0;
  }
}
@media (max-width: 450px) {
  .ptrn-header #promo .content {
    bottom: 50px;
  }
  .ptrn-header #promo .content h1 {
    font-size: 26px;
    line-height: 30px;
    margin-top: 0;
  }
  .ptrn-header #promo .content .more {
    margin: 10px 0 0 0;
  }
}
.ptrn-header #promo.image {
  width: 100%;
  height: auto;
  background: transparent;
  min-height: 350px;
}
.ptrn-header #promo.image .image {
  max-width: 1400px;
  min-width: 600px;
  margin: 140px auto 0;
  text-align: right;
  padding-bottom: 40px;
}
.ptrn-header #promo.image .image img {
  width: 100%;
  max-width: 1200px;
}
.ptrn-header #promo.image .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #000000;
  box-sizing: border-box;
}
.ptrn-header #promo.image .content.b-row {
  max-width: calc(1440px);
}
.ptrn-header #promo.image .content.b-row > * {
  padding-left: 20px;
  padding-right: 20px;
}
.ptrn-header #promo.image .content.grid-row,
.ptrn-header #promo.image .content .grid-row {
  width: 100%;
  max-width: 1400px;
}
.ptrn-header #promo.image .content.grid-row > .b-row,
.ptrn-header #promo.image .content .grid-row > .b-row,
.ptrn-header #promo.image .content.grid-row > .b-col,
.ptrn-header #promo.image .content .grid-row > .b-col,
.ptrn-header #promo.image .content.grid-row > .b-image,
.ptrn-header #promo.image .content .grid-row > .b-image,
.ptrn-header #promo.image .content.grid-row > .b-link,
.ptrn-header #promo.image .content .grid-row > .b-link {
  margin: 0 -20px;
}
.ptrn-header #promo.image .content.grid-row > .b-row > *,
.ptrn-header #promo.image .content .grid-row > .b-row > *,
.ptrn-header #promo.image .content.grid-row > .b-col > *,
.ptrn-header #promo.image .content .grid-row > .b-col > *,
.ptrn-header #promo.image .content.grid-row > .b-image > *,
.ptrn-header #promo.image .content .grid-row > .b-image > *,
.ptrn-header #promo.image .content.grid-row > .b-link > *,
.ptrn-header #promo.image .content .grid-row > .b-link > * {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1440px) {
  .ptrn-header #promo.image .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ptrn-header #promo.image .content h1 {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  font-weight: normal;
}
.ptrn-header #promo.image .content p {
  font-size: 43px;
  line-height: 50px;
  font-weight: bold;
  max-width: 600px;
  margin: 15px 0 0 0;
}
@media (max-width: 1400px) {
  .ptrn-header #promo.image {
    padding-right: 0;
    padding-left: 0;
  }
  .ptrn-header #promo.image img {
    margin-left: calc(((1400px - 100%) / 2) * -1);
  }
  .ptrn-header #promo.image .content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .ptrn-header #promo.image .content h1 {
    font-size: 35px;
    line-height: 50px;
  }
  .ptrn-header #promo.image .content .breadcrumb {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .ptrn-header #promo.image {
    background: none;
    flex-direction: column;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    padding-bottom: 0;
  }
  .ptrn-header #promo.image picture {
    display: block;
    overflow: hidden;
  }
  .ptrn-header #promo.image .image {
    padding-bottom: 0;
    margin: 70px auto 0;
    text-align: unset;
  }
  .ptrn-header #promo.image .image img {
    max-height: unset;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: calc((100% - 100vw) / -2);
  }
  .ptrn-header #promo.image .content {
    position: relative;
  }
  .ptrn-header #promo.image .content h1 {
    font-size: 22px;
    line-height: 27px;
    margin-top: 0;
  }
  .ptrn-header #promo.image .content p {
    font-size: 32px;
    line-height: 40px;
    max-width: 500px;
  }
}
@media (max-width: 576px) {
  .ptrn-header #promo.image .content h1 {
    font-size: 18px;
    line-height: 24px;
  }
  .ptrn-header #promo.image .content p {
    font-size: 26px;
    line-height: 32px;
    max-width: 370px;
  }
}
.ptrn-header div.top-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #535353;
}
.ptrn-header div.top-menu .b-row {
  row-gap: 0;
}
.ptrn-header div.top-menu > .grid-row {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  overflow: unset;
}
.ptrn-header div.top-menu > .grid-row > .menu-row > .logo {
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.ptrn-header div.top-menu > .grid-row > .menu-row > .logo .image {
  position: absolute;
  top: 20px;
  left: 0;
  width: 135%;
}
.ptrn-header div.top-menu > .grid-row > .b-row {
  display: flex;
  align-items: stretch;
}
.ptrn-header div.top-menu > .grid-row > .b-row .menu-box > .grid-row {
  overflow: unset;
}
.ptrn-header div.top-menu > .grid-row > .b-row .menu-box .logo {
  display: none;
}
.ptrn-header div.top-menu > .grid-row > .b-row .menu-box .logo .image {
  align-items: flex-start;
  position: relative;
  width: 100%;
}
.ptrn-header div.top-menu > .grid-row > .b-row .menu-box .logo .image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.ptrn-header div.top-menu > .grid-row > .b-row .menu-box .contact-row {
  margin: 0;
  justify-content: flex-end;
}
.ptrn-header div.top-menu > .grid-row > .b-row .menu-box .contact-row .grid-row {
  flex: 0 0 auto;
  width: auto;
}
.ptrn-header div.top-menu > .grid-row > .b-row .menu-box .contact-row .contact-box {
  background-color: #c3922a;
  padding: 20px 30px;
  border-radius: 0 0 15px 15px;
  font-size: 18px;
  line-height: 24px;
  color: #efefef;
  align-items: center;
}
.ptrn-header div.top-menu > .grid-row > .b-row .menu-box .contact-row .contact-box > * {
  white-space: nowrap;
}
.ptrn-header div.top-menu > .grid-row > .b-row .menu-box .contact-row .contact-box a {
  font-size: 25px;
  line-height: 34px;
  font-weight: 700;
}
.ptrn-header div.top-menu > .grid-row > .b-row .menu-box .contact-row .contact-box a.order-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: normal;
  background-color: #efefef;
  height: 40px;
  padding: 0 30px;
  border-radius: 20px;
  min-width: 130px;
  justify-content: center;
}
.ptrn-header div.top-menu > .grid-row > .b-row .menu-box .contact-row .contact-box a.order-button .heading {
  font-size: 16px;
  line-height: 21px;
  color: #000000;
}
.ptrn-header div.top-menu > .grid-row > .b-row .menu-box .ptrn-languages {
  flex-basis: auto;
  min-width: 0;
}
@media (max-width: 1200px) {
  .ptrn-header div.top-menu > .grid-row > .b-row .logo {
    display: none;
  }
  .ptrn-header div.top-menu > .grid-row > .b-row .menu-box .logo {
    display: flex;
  }
  .ptrn-header div.top-menu > .grid-row > .b-row .menu-box .logo .image > img {
    margin-top: 10px;
  }
  .ptrn-header div.top-menu > .grid-row > .b-row .menu-box .contact-row .contact-box {
    padding: 10px 20px;
  }
  .ptrn-header div.top-menu > .grid-row > .b-row .menu-box .contact-row .contact-box .phone-box a {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .ptrn-header div.top-menu > .grid-row > .b-row .logo {
    position: absolute;
    top: 100%;
    height: 60px;
  }
  .ptrn-header div.top-menu > .grid-row > .b-row .b-col > * {
    font-size: 13px;
    line-height: 20px;
  }
  .ptrn-header div.top-menu > .grid-row > .b-row .grid-row {
    overflow: unset;
  }
  .ptrn-header div.top-menu > .grid-row > .b-row .menu-box {
    padding-bottom: 10px;
  }
  .ptrn-header div.top-menu > .grid-row > .b-row .menu-box > .grid-row > .b-row {
    padding-bottom: 10px;
  }
  .ptrn-header div.top-menu > .grid-row > .b-row .menu-box .logo .image > img {
    max-width: none;
    width: auto;
    height: 80px;
    margin-top: 0;
  }
  .ptrn-header div.top-menu > .grid-row > .b-row .menu-box .contact-row {
    width: 100vw;
    justify-content: flex-start;
    margin: 0 -20px;
    background-color: #c3922a;
  }
  .ptrn-header div.top-menu > .grid-row > .b-row .menu-box .contact-row > .grid-row {
    width: 100%;
  }
  .ptrn-header div.top-menu > .grid-row > .b-row .menu-box .contact-row .contact-box {
    padding: 10px;
    max-width: 100%;
    flex-wrap: nowrap;
  }
  .ptrn-header div.top-menu > .grid-row > .b-row .menu-box .contact-row .contact-box .phone-box {
    line-height: 22px;
    font-size: 14px;
    column-gap: 10px;
    flex-wrap: wrap;
  }
  .ptrn-header div.top-menu > .grid-row > .b-row .menu-box .contact-row .contact-box .phone-box a {
    line-height: 24px;
    font-size: 18px;
  }
  .ptrn-header div.top-menu > .grid-row > .b-row .menu-box .ptrn-menu {
    position: relative;
    top: 60px;
  }
  .ptrn-header div.top-menu > .grid-row > .b-row .menu-box .ptrn-menu ul.menu {
    position: fixed;
    margin-top: 0;
    height: 100vh;
    background-color: #ffffff;
    top: 0;
    right: 0;
    z-index: 1000;
    padding: 0 20px;
    max-width: 300px;
    box-shadow: 0 0 15px #000000;
  }
}
@media (max-width: 576px) {
  .ptrn-header div.top-menu > .grid-row > .b-row {
    min-height: 80px;
    align-items: flex-start;
    flex-grow: 0;
    flex-direction: column;
  }
  .ptrn-header div.top-menu > .grid-row > .b-row > .grid-row {
    width: 100%;
  }
  .ptrn-header div.top-menu > .grid-row > .b-row .menu-box {
    width: 100%;
  }
  .ptrn-header div.top-menu > .grid-row > .b-row .menu-box .menu .menu-toggle {
    right: 0;
  }
}
.ptrn-header div.top-menu > .grid-row > .b-row .menu ul {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.ptrn-header div.top-menu > .grid-row > .b-row .menu ul li {
  display: flex;
  align-items: center;
  padding: 0 10px;
  position: relative;
}
.ptrn-header div.top-menu > .grid-row > .b-row .menu ul li.languages {
  display: none;
}
.ptrn-header div.top-menu > .grid-row > .b-row .menu ul li a {
  color: #535353;
  text-decoration: none;
}
.ptrn-header div.top-menu > .grid-row > .b-row .menu ul li.active > a {
  color: #c3922a;
}
.ptrn-header div.top-menu > .grid-row > .b-row .menu .menu-toggle {
  display: none;
  position: absolute;
  right: 0;
  bottom: 100%;
  padding: 8px 10px;
  font-size: 24px;
  background-color: #efefef;
  color: #3e3e3e;
  border-radius: 5px;
  cursor: pointer;
}
.ptrn-header div.top-menu > .grid-row > .b-row .menu .menu-toggle .flaticon-menu {
  display: flex;
  width: 24px;
  height: 24px;
  background-image: url("/tmpl/custom/img/ico-menu.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.ptrn-header div.top-menu > .grid-row > .b-row .menu .menu-toggle .flaticon-menu:before {
  content: none;
}
@media (max-width: 1199px) {
  .ptrn-header div.top-menu > .grid-row > .b-row .menu {
    order: 99;
    flex-basis: 100%;
  }
  .ptrn-header div.top-menu > .grid-row > .b-row .menu ul li {
    padding: 10px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .ptrn-header div.top-menu > .grid-row > .b-row .menu {
    padding: 0 !important;
    width: 100%;
  }
  .ptrn-header div.top-menu > .grid-row > .b-row .menu ul {
    display: none;
    margin-top: 10px;
    flex-direction: column;
    width: 100%;
  }
  .ptrn-header div.top-menu > .grid-row > .b-row .menu ul.show {
    display: flex;
  }
  .ptrn-header div.top-menu > .grid-row > .b-row .menu ul li {
    margin: 0;
    padding: 0;
    flex-direction: column;
  }
  .ptrn-header div.top-menu > .grid-row > .b-row .menu ul li:after {
    display: block;
    position: absolute;
    width: calc(100% - 60px);
    bottom: 0;
    left: 30px;
    content: '';
    border-bottom: dashed 1px #c3922a;
  }
  .ptrn-header div.top-menu > .grid-row > .b-row .menu ul li:last-of-type:after {
    display: none;
  }
  .ptrn-header div.top-menu > .grid-row > .b-row .menu ul li a {
    box-sizing: border-box;
    width: 100%;
    padding: 15px 30px;
    font-weight: 600;
  }
  .ptrn-header div.top-menu > .grid-row > .b-row .menu ul li.languages {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #000000 !important;
    padding: 10px;
    margin-bottom: 15px;
  }
  .ptrn-header div.top-menu > .grid-row > .b-row .menu ul li.languages .close {
    cursor: pointer;
  }
  .ptrn-header div.top-menu > .grid-row > .b-row .menu ul li.languages:after {
    display: none;
  }
  .ptrn-header div.top-menu > .grid-row > .b-row .menu ul li.languages ul {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: center;
    margin: 0;
  }
  .ptrn-header div.top-menu > .grid-row > .b-row .menu ul li.languages ul li:after {
    display: none;
  }
  .ptrn-header div.top-menu > .grid-row > .b-row .menu ul li.languages ul li a {
    padding: 5px 10px;
    text-transform: uppercase;
    color: #000000;
    opacity: 0.5;
    font-size: 14px;
  }
  .ptrn-header div.top-menu > .grid-row > .b-row .menu ul li.languages ul li a:hover {
    opacity: 1;
  }
  .ptrn-header div.top-menu > .grid-row > .b-row .menu ul li.languages ul li.active a {
    opacity: 1;
  }
  .ptrn-header div.top-menu > .grid-row > .b-row .menu ul li.languages .close {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
  }
  .ptrn-header div.top-menu > .grid-row > .b-row .menu ul li.languages .close .flaticon-close::before {
    color: #000000;
  }
  .ptrn-header div.top-menu > .grid-row > .b-row .menu.show {
    display: flex;
  }
  .ptrn-header div.top-menu > .grid-row > .b-row .menu .menu-toggle {
    display: flex;
  }
}
.ptrn-header div.top-menu > .grid-row > .b-row .b-col {
  align-items: flex-end;
  justify-content: center;
}
.ptrn-header div.top-menu > .grid-row > .b-row .b-col div,
.ptrn-header div.top-menu > .grid-row > .b-row .b-col a {
  display: flex;
  color: #efefef;
  line-height: 24px;
}
@media (max-width: 768px) {
  .ptrn-header div.top-menu .menu-row {
    margin: 0 -40px !important;
  }
}
#numbers {
  width: 100%;
  margin: 0;
}
#numbers ul {
  display: flex;
  padding: 0;
  flex-direction: row;
  align-items: stretch;
  margin: 0 -40px;
}
#numbers ul li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 40px;
}
#numbers ul li .box {
  height: 100%;
  width: 100%;
  padding: 0 0 30px 0;
  border-bottom: solid 1px #efefef;
}
#numbers ul li .box .number {
  margin: 0;
  width: 100%;
  font-size: 65px;
  font-weight: normal;
}
#numbers ul li .box .title {
  margin: 20px 0 0 0;
  width: 100%;
  font-size: 20px;
  font-weight: normal;
  line-height: 25px;
}
@media (max-width: 1400px) {
  #numbers ul {
    margin: 0 -20px;
  }
  #numbers ul .box .number {
    font-size: 45px;
  }
}
.ptrn-page-box .b-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  flex-grow: 1;
}
.ptrn-page-box .b-link .image {
  width: auto;
  max-height: 330px;
  max-width: 100%;
  opacity: 0.5;
}
.ptrn-page-box .b-link .image img {
  filter: grayscale(100%);
  height: auto;
  align-self: flex-start;
  max-width: inherit;
  max-height: inherit;
}
.ptrn-page-box .b-link .heading {
  width: 100%;
  font-weight: normal;
  font-size: 25px;
  line-height: 32px;
  color: #000000;
  margin-top: 25px;
}
.ptrn-page-box .b-link .title {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  margin-top: 11px;
}
.ptrn-page-box .b-link:hover .image {
  opacity: 1;
}
.ptrn-page-box .b-link:hover .image img {
  filter: none;
}
@media (max-width: 768px) {
  .ptrn-page-box .b-link .heading {
    font-size: 22px;
    line-height: 30px;
  }
}
.ptrn-wide-page-box {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 120px !important;
  padding: 0 60px;
}
.ptrn-wide-page-box .image {
  display: flex;
  max-height: 600px;
  max-width: 50%;
  width: auto;
  align-self: flex-start;
}
@media (max-width: 768px) {
  .ptrn-wide-page-box .image {
    max-width: 100%;
  }
}
.ptrn-wide-page-box .content {
  display: flex;
  flex-direction: column;
  flex: 1 0 50%;
  padding: 100px;
}
.ptrn-wide-page-box .content .heading {
  width: 100%;
  font-weight: normal;
  font-size: 35px;
  color: inherit;
  margin: 0;
}
.ptrn-wide-page-box .content .text {
  font-size: 16px;
  line-height: 30px;
}
.ptrn-wide-page-box .content .b-link {
  text-align: left;
  width: 100%;
  font-size: 17px;
  font-weight: normal;
  color: inherit;
  margin-top: 32px;
  padding-left: 70px;
  position: relative;
  color: #000000;
  text-decoration: none;
}
.ptrn-wide-page-box .content .b-link::before {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  background-color: #000000;
  left: 0;
  top: calc(50% - 1px);
}
.ptrn-wide-page-box .content .b-link::after {
  content: '';
  display: block;
  width: 0;
  height: 50%;
  border-right: solid 2px #000000;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 25%;
}
.ptrn-wide-page-box .content .b-link.on-dark::before {
  background-color: #efefef;
}
.ptrn-wide-page-box .content .b-link.on-dark::after {
  border-right: solid 2px #efefef;
}
.ptrn-wide-page-box .content .b-link.animated {
  padding-left: 0;
  padding-right: 40px;
  transition: padding-left 0.5s, padding-right 0.5s;
}
.ptrn-wide-page-box .content .b-link.animated::before {
  display: none;
  width: 0;
  transition: width 0.2s;
}
.ptrn-wide-page-box .content .b-link.animated::after {
  display: none;
}
.ptrn-wide-page-box .content .b-link.animated:hover {
  padding-left: 40px;
  padding-right: 0;
  transition: padding-left 0.2s, padding-right 0.2s;
}
.ptrn-wide-page-box .content .b-link.animated:hover::before {
  display: block;
  width: 30px;
  transition: width 0.2s;
}
.ptrn-wide-page-box .content .b-link.animated:hover:after {
  display: block;
}
@media (max-width: 992px) {
  .ptrn-wide-page-box .content {
    padding-top: 40px;
  }
  .ptrn-wide-page-box .content .heading {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .ptrn-wide-page-box {
    padding: 0;
  }
}
.grid-row:last-of-type > .ptrn-wide-page-box {
  margin-bottom: 0 !important;
}
.ptrn-article-box-article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ptrn-article-box-article .b-link {
  row-gap: 30px;
}
.ptrn-article-box-article .b-link.kzp-button .heading {
  color: #ffffff;
}
.ptrn-article-box-article .b-link .image {
  width: auto;
  max-width: 100%;
}
.ptrn-article-box-article .b-link .image img {
  max-height: 400px;
}
.ptrn-article-box-article .b-link:not(.kzp-button) > .heading {
  width: 100%;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  flex-grow: 1;
  color: #ffffff;
}
.ptrn-article-box-article .text {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  flex-grow: 1;
}
.ptrn-article-box-article .kzp-button {
  margin: 30px 0 0 0;
}
.b-image .ptrn-article-box-article .date {
  opacity: 0.7;
}
.b-image .ptrn-article-box-article a.b-link:not(.t-link) > .date,
.b-image .ptrn-article-box-article a.b-link:not(.t-link) > h3.heading {
  color: #efefef;
}
.b-image .ptrn-article-box-article a.b-link.t-link:before {
  background-color: #efefef;
}
.b-image .ptrn-article-box-article a.b-link.t-link:after {
  border-right-color: #efefef;
}
.b-image .ptrn-article-box-article a.b-link.t-link .heading {
  font-size: 17px;
  line-height: 22px;
  margin: 0;
  color: #ffffff;
}
.ptrn-article-box {
  display: flex;
  padding: 0 20px;
  flex-direction: column;
  align-items: center;
}
.ptrn-article-box .image {
  width: auto;
  max-width: 100%;
  margin-bottom: 45px;
}
.ptrn-article-box .image img {
  max-height: 470px;
}
.ptrn-article-box .heading {
  width: 100%;
  font-weight: normal;
  font-size: 22px;
  margin-top: 10px;
}
.ptrn-article-box .text {
  height: 78px;
  text-overflow: ellipsis;
}
.ptrn-article-box .b-link div.heading {
  font-size: 17px;
  line-height: 22px;
}
.ptrn-article-box a.b-link {
  text-align: left;
  width: 100%;
  font-size: 17px;
  font-weight: normal;
  color: inherit;
  margin-top: 32px;
  padding-left: 70px;
  position: relative;
  color: #000000;
  text-decoration: none;
}
.ptrn-article-box a.b-link::before {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  background-color: #000000;
  left: 0;
  top: calc(50% - 1px);
}
.ptrn-article-box a.b-link::after {
  content: '';
  display: block;
  width: 0;
  height: 50%;
  border-right: solid 2px #000000;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 25%;
}
.ptrn-article-box a.b-link.on-dark::before {
  background-color: #efefef;
}
.ptrn-article-box a.b-link.on-dark::after {
  border-right: solid 2px #efefef;
}
.ptrn-article-box a.b-link.animated {
  padding-left: 0;
  padding-right: 40px;
  transition: padding-left 0.5s, padding-right 0.5s;
}
.ptrn-article-box a.b-link.animated::before {
  display: none;
  width: 0;
  transition: width 0.2s;
}
.ptrn-article-box a.b-link.animated::after {
  display: none;
}
.ptrn-article-box a.b-link.animated:hover {
  padding-left: 40px;
  padding-right: 0;
  transition: padding-left 0.2s, padding-right 0.2s;
}
.ptrn-article-box a.b-link.animated:hover::before {
  display: block;
  width: 30px;
  transition: width 0.2s;
}
.ptrn-article-box a.b-link.animated:hover:after {
  display: block;
}
.ptrn-info-articles {
  background-color: #3e3e3e;
  color: #efefef;
  margin: 0 -20px;
}
@media (max-width: 1200px) {
  .ptrn-info-articles {
    flex-wrap: wrap;
    row-gap: 40px;
  }
}
.ptrn-info-articles > .b-col {
  display: flex;
  padding: 0 40px !important;
  flex-direction: column;
  align-items: center;
}
.ptrn-info-articles > .b-col:first-child .heading:first-child {
  font-size: 20px;
  margin: 100px 0 0 0;
}
.ptrn-info-articles > .b-col:first-child h2 {
  text-align: left;
  font-size: 55px;
  line-height: 65px;
  margin: 25px 0 0 0;
  font-weight: normal;
}
.ptrn-info-articles > .b-col:first-child .text {
  font-size: 16px;
  line-height: 30px;
  margin: 45px 0 0 0;
}
.ptrn-info-articles > .b-col:first-child a.b-link {
  margin: 80px 0 0 0;
}
@media (max-width: 1200px) {
  .ptrn-info-articles > .b-col {
    flex: 1 0 50%;
  }
  .ptrn-info-articles > .b-col:first-child {
    flex: 1 0 100%;
  }
  .ptrn-info-articles > .b-col:first-child h2 {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 576px) {
  .ptrn-info-articles > .b-col {
    flex: 1 0 100% !important;
  }
}
.ptrn-info-articles > .b-col .image {
  width: auto;
  max-width: 100%;
  margin-bottom: 30px;
}
.ptrn-info-articles > .b-col .image img {
  max-height: 470px;
}
.ptrn-info-articles > .b-col .date {
  font-size: 15px;
  width: 100%;
  text-align: left;
}
.ptrn-info-articles > .b-col .heading {
  width: 100%;
  font-weight: normal;
  font-size: 25px;
  line-height: 35px;
  margin-top: 10px;
}
.ptrn-info-articles > .b-col a.b-link {
  text-align: left;
  width: 100%;
  font-size: 17px;
  font-weight: normal;
  color: inherit;
  margin-top: 32px;
  padding-left: 70px;
  position: relative;
  color: #000000;
  text-decoration: none;
}
.ptrn-info-articles > .b-col a.b-link::before {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  background-color: #000000;
  left: 0;
  top: calc(50% - 1px);
}
.ptrn-info-articles > .b-col a.b-link::after {
  content: '';
  display: block;
  width: 0;
  height: 50%;
  border-right: solid 2px #000000;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 25%;
}
.ptrn-info-articles > .b-col a.b-link.on-dark::before {
  background-color: #efefef;
}
.ptrn-info-articles > .b-col a.b-link.on-dark::after {
  border-right: solid 2px #efefef;
}
.ptrn-info-articles > .b-col a.b-link.animated {
  padding-left: 0;
  padding-right: 40px;
  transition: padding-left 0.5s, padding-right 0.5s;
}
.ptrn-info-articles > .b-col a.b-link.animated::before {
  display: none;
  width: 0;
  transition: width 0.2s;
}
.ptrn-info-articles > .b-col a.b-link.animated::after {
  display: none;
}
.ptrn-info-articles > .b-col a.b-link.animated:hover {
  padding-left: 40px;
  padding-right: 0;
  transition: padding-left 0.2s, padding-right 0.2s;
}
.ptrn-info-articles > .b-col a.b-link.animated:hover::before {
  display: block;
  width: 30px;
  transition: width 0.2s;
}
.ptrn-info-articles > .b-col a.b-link.animated:hover:after {
  display: block;
}
#partners {
  margin-top: 80px;
  margin-bottom: 50px;
  width: 100%;
}
#partners .partners-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
#partners .partners-row .item {
  max-width: 120px;
}
#partners .partners-row .item img {
  max-width: 100%;
  height: auto;
}
.ptrn-footer {
  background: #343434;
  padding-top: 80px;
  margin-top: 40px;
  color: #efefef;
}
.ptrn-footer > .grid-row {
  box-sizing: border-box;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 70px;
}
.ptrn-footer > .grid-row.b-row {
  max-width: calc(1440px);
}
.ptrn-footer > .grid-row.b-row > * {
  padding-left: 20px;
  padding-right: 20px;
}
.ptrn-footer > .grid-row.grid-row,
.ptrn-footer > .grid-row .grid-row {
  width: 100%;
  max-width: 1400px;
}
.ptrn-footer > .grid-row.grid-row > .b-row,
.ptrn-footer > .grid-row .grid-row > .b-row,
.ptrn-footer > .grid-row.grid-row > .b-col,
.ptrn-footer > .grid-row .grid-row > .b-col,
.ptrn-footer > .grid-row.grid-row > .b-image,
.ptrn-footer > .grid-row .grid-row > .b-image,
.ptrn-footer > .grid-row.grid-row > .b-link,
.ptrn-footer > .grid-row .grid-row > .b-link {
  margin: 0 -20px;
}
.ptrn-footer > .grid-row.grid-row > .b-row > *,
.ptrn-footer > .grid-row .grid-row > .b-row > *,
.ptrn-footer > .grid-row.grid-row > .b-col > *,
.ptrn-footer > .grid-row .grid-row > .b-col > *,
.ptrn-footer > .grid-row.grid-row > .b-image > *,
.ptrn-footer > .grid-row .grid-row > .b-image > *,
.ptrn-footer > .grid-row.grid-row > .b-link > *,
.ptrn-footer > .grid-row .grid-row > .b-link > * {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1440px) {
  .ptrn-footer > .grid-row {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ptrn-footer > .grid-row .logo {
  align-items: flex-start;
}
.ptrn-footer > .grid-row .logo .image {
  width: 100%;
}
.ptrn-footer > .grid-row .logo .image img {
  width: 100%;
  max-width: 250px;
}
.ptrn-footer > .grid-row div.kzp-footer .ptrn-menu {
  justify-content: flex-start;
  margin: 15px 0 50px 0;
}
.ptrn-footer > .grid-row div.kzp-footer .ptrn-menu ul {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.ptrn-footer > .grid-row div.kzp-footer .ptrn-menu ul li {
  display: flex;
  align-items: center;
  padding: 0 10px;
  position: relative;
}
.ptrn-footer > .grid-row div.kzp-footer .ptrn-menu ul li.languages {
  display: none;
}
.ptrn-footer > .grid-row div.kzp-footer .ptrn-menu ul li a {
  color: #ffffff;
  text-decoration: none;
}
.ptrn-footer > .grid-row div.kzp-footer .ptrn-menu ul li.active > a {
  color: #c3922a;
}
.ptrn-footer > .grid-row div.kzp-footer .ptrn-menu .menu-toggle {
  display: none;
  position: absolute;
  right: 20px;
  bottom: calc(100% + 15px);
  padding: 8px 10px;
  font-size: 24px;
  background-color: #efefef;
  color: #3e3e3e;
  border-radius: 5px;
  cursor: pointer;
}
.ptrn-footer > .grid-row div.kzp-footer .ptrn-menu .menu-toggle .flaticon-menu {
  display: flex;
}
@media (max-width: 992px) {
  .ptrn-footer > .grid-row div.kzp-footer .ptrn-menu {
    flex-basis: 100%;
  }
  .ptrn-footer > .grid-row div.kzp-footer .ptrn-menu ul li {
    padding: 10px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .ptrn-footer > .grid-row div.kzp-footer .ptrn-menu ul {
    flex-wrap: wrap;
  }
}
.ptrn-footer > .grid-row div.kzp-footer > .b-col > .grid-row {
  overflow: unset;
}
.ptrn-footer > .grid-row div.kzp-footer .info-box .title,
.ptrn-footer > .grid-row div.kzp-footer .contact-box .title {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
}
.ptrn-footer > .grid-row div.kzp-footer .info-box .phone,
.ptrn-footer > .grid-row div.kzp-footer .contact-box .phone {
  font-size: 25px;
  line-height: 34px;
  font-weight: bold;
  color: #efefef;
}
.ptrn-footer > .grid-row div.kzp-footer .info-box .email,
.ptrn-footer > .grid-row div.kzp-footer .contact-box .email {
  color: #efefef;
}
.ptrn-footer > p:last-of-type {
  background: #191919;
  color: #ffffff;
  text-align: center;
  padding: 40px 20px;
}
@media (max-width: 576px) {
  .ptrn-footer .wrapper .logo .image {
    justify-content: center;
  }
  .ptrn-footer .wrapper .b-col .grid-row .b-row .b-col {
    align-items: center;
  }
  .ptrn-footer .wrapper .ptrn-banner {
    flex-direction: column;
    align-items: center;
  }
  .ptrn-footer .wrapper .ptrn-menu {
    flex-direction: column;
    align-items: center;
  }
  .ptrn-footer .wrapper .ptrn-menu ul {
    max-width: 300px;
  }
  .ptrn-footer .wrapper .ptrn-menu ul li {
    flex: 0 1 50%;
    box-sizing: border-box;
  }
}
.ptrn-image-box {
  align-self: flex-start;
}
.ptrn-image-box img {
  max-width: 100%;
  height: auto;
}
.benefits {
  width: 100%;
  margin: 0;
}
.benefits > .b-row {
  display: flex;
  padding: 0;
  flex-direction: row;
  align-items: stretch;
  margin: 0 -40px;
}
.benefits > .b-row > .grid {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 40px;
}
.benefits > .b-row > .grid > div {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.benefits > .b-row > .grid > div .image {
  margin: 0;
  width: 80px;
  height: auto;
  display: flex;
  aspect-ratio: 1/1;
}
.benefits > .b-row > .grid > div .image img {
  width: 100%;
  height: auto;
  max-height: 80px;
}
.benefits > .b-row > .grid > div .title {
  margin: 20px 0 0 0;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  color: #000000;
}
.benefits > .b-row > .grid > div p {
  font-size: 16px;
  line-height: 21px;
}
@media (max-width: 1400px) {
  .benefits > .b-row {
    margin: 0;
  }
}
.ptrn-assessment,
.ptrn-assessment.b-col-2 {
  flex-direction: column;
  row-gap: 0;
}
.ptrn-assessment .grid-row:has(.list-banner-assessment),
.ptrn-assessment.b-col-2 .grid-row:has(.list-banner-assessment) {
  margin: 0 -20px;
  max-width: 1440px;
}
.ptrn-assessment .grid-row:has(.list-banner-assessment) .list-banner-assessment,
.ptrn-assessment.b-col-2 .grid-row:has(.list-banner-assessment) .list-banner-assessment {
  padding: 0 20px;
}
.ptrn-assessment > .info-box .heading:empty,
.ptrn-assessment.b-col-2 > .info-box .heading:empty {
  display: none;
}
.ptrn-assessment > .info-box .text:empty,
.ptrn-assessment.b-col-2 > .info-box .text:empty {
  display: none;
}
@media (max-width: 1200px) {
  .ptrn-assessment > .info-box,
  .ptrn-assessment.b-col-2 > .info-box {
    width: 100%;
    margin-bottom: 40px;
  }
  .ptrn-assessment > .info-box .heading,
  .ptrn-assessment.b-col-2 > .info-box .heading {
    font-size: 45px;
    line-height: 50px;
  }
}
.ptrn-assessment > .grid,
.ptrn-assessment.b-col-2 > .grid {
  max-width: 100%;
}
.ptrn-assessment .box-link,
.ptrn-assessment.b-col-2 .box-link {
  display: flex;
  color: #efefef;
  background: #c3922a;
  height: 50px;
  border-radius: 25px;
  padding: 0 30px;
  text-decoration: none;
  width: auto;
  margin: 0 auto;
  align-items: center;
  flex-basis: auto;
  min-width: 0;
}
.ptrn-assessment .box-link .heading,
.ptrn-assessment.b-col-2 .box-link .heading,
.ptrn-assessment .box-link .title,
.ptrn-assessment.b-col-2 .box-link .title {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.ptrn-assessment .box-link:hover,
.ptrn-assessment.b-col-2 .box-link:hover {
  text-decoration: none;
}
.ptrn-assessment .box-link:has(.title:empty),
.ptrn-assessment.b-col-2 .box-link:has(.title:empty) {
  display: none;
}
.ptrn-assessment > .control,
.ptrn-assessment.b-col-2 > .control {
  flex-grow: 1;
}
.ptrn-assessment .control,
.ptrn-assessment.b-col-2 .control {
  margin-top: 20px;
}
.ptrn-assessment .control .slider,
.ptrn-assessment.b-col-2 .control .slider {
  width: 100%;
}
.ptrn-assessment .control .slider .box,
.ptrn-assessment.b-col-2 .control .slider .box {
  padding: 30px 40px;
  background-color: #ffffff;
  color: #000000;
  box-shadow: 0 8px 15px #efefef;
  border: 1px solid #efefef;
  border-radius: 35px;
  margin: 35px 0;
}
.ptrn-assessment .control .slider .box .rating i.flaticon-star,
.ptrn-assessment.b-col-2 .control .slider .box .rating i.flaticon-star {
  font-style: normal;
  color: #efefef;
}
.ptrn-assessment .control .slider .box .rating i.flaticon-star.active,
.ptrn-assessment.b-col-2 .control .slider .box .rating i.flaticon-star.active {
  color: #c3922a;
}
.ptrn-assessment .control .slider .box .name,
.ptrn-assessment.b-col-2 .control .slider .box .name {
  font-size: 16px;
  line-height: 37px;
  color: #000000;
}
.ptrn-assessment .control .slider .box .name span,
.ptrn-assessment.b-col-2 .control .slider .box .name span {
  color: #000000;
}
.ptrn-assessment .control .slider .box .content,
.ptrn-assessment.b-col-2 .control .slider .box .content {
  font-size: 16px;
  line-height: 25px;
}
.ptrn-assessment .control .slider .slider-buttons .splide__arrow,
.ptrn-assessment.b-col-2 .control .slider .slider-buttons .splide__arrow {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100px;
  cursor: pointer;
}
.ptrn-assessment .control .slider .slider-buttons .splide__arrow:before,
.ptrn-assessment.b-col-2 .control .slider .slider-buttons .splide__arrow:before {
  content: '';
  width: 20px;
  height: 20px;
  border-top: solid 4px #efefef;
  border-left: solid 4px #efefef;
  position: absolute;
  transform: rotate(-45deg);
  top: calc(50% - 14px);
  left: calc(50% - 7px);
  z-index: 11;
}
.ptrn-assessment .control .slider .slider-buttons .splide__arrow.prev,
.ptrn-assessment.b-col-2 .control .slider .slider-buttons .splide__arrow.prev {
  left: -100px;
}
.ptrn-assessment .control .slider .slider-buttons .splide__arrow.next,
.ptrn-assessment.b-col-2 .control .slider .slider-buttons .splide__arrow.next {
  right: -100px;
}
.ptrn-assessment .control .slider .slider-buttons .splide__arrow.next:before,
.ptrn-assessment.b-col-2 .control .slider .slider-buttons .splide__arrow.next:before {
  transform: rotate(135deg);
}
.ptrn-assessment.b-col-3 > .info-box {
  width: 33%;
  flex-basis: 33%;
  min-width: 33%;
}
.ptrn-menu ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
}
.ptrn-menu ul li {
  padding: 0;
  display: flex;
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
  font-weight: 600;
}
.ptrn-menu ul li a {
  text-decoration: none;
}
.ptrn-menu.src-signpost {
  margin: 0 -17px;
  row-gap: 17px;
  align-items: stretch;
}
.ptrn-menu.src-signpost .b-row {
  flex: 1 0 100%;
}
.ptrn-menu.src-signpost .box {
  display: flex;
  padding: 0 17px;
}
.ptrn-menu.src-signpost .box .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  color: #000000;
}
.ptrn-menu.src-signpost .box .item:hover {
  text-decoration: none;
}
.ptrn-menu.src-signpost .box .item .image {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  border: solid 1px #efefef;
  overflow: hidden;
  aspect-ratio: 1;
  width: 100%;
}
.ptrn-menu.src-signpost .box .item .image img {
  max-width: 100%;
  max-height: 100%;
}
.ptrn-menu.src-signpost .box .item .title {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
}
.ptrn-menu.src-signpost .box .item .title span {
  font-size: 18px;
  line-height: 24px;
}
.ptrn-menu.src-menu {
  flex-direction: column;
}
.ptrn-menu.src-menu h4 {
  display: flex;
  color: #efefef;
  background: #c3922a;
  height: 50px;
  border-radius: 25px;
  padding: 0 30px;
  text-decoration: none;
  width: auto;
  margin: 0 auto;
  align-items: center;
  margin: 0;
  display: none;
}
.ptrn-menu.src-menu h4 .heading,
.ptrn-menu.src-menu h4 .title {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.ptrn-menu.src-menu h4:hover {
  text-decoration: none;
}
.ptrn-menu.src-menu .grid-menu li {
  display: flex;
  flex-direction: column;
}
.ptrn-menu.src-menu .grid-menu li > a {
  color: #000000;
}
.ptrn-menu.src-menu .grid-menu li.active > a {
  color: #000000;
  font-weight: 600;
}
.ptrn-menu.src-menu .grid-menu li .submenu {
  padding-left: 20px;
}
.ptrn-menu.src-menu .grid-menu li .submenu li {
  position: relative;
}
.ptrn-menu.src-menu .grid-menu li .submenu li:before {
  display: block;
  position: absolute;
  left: -20px;
  top: calc(50% - 2px);
  content: '';
  width: 15px;
  height: 4px;
  background-color: #000000;
  border-radius: 2px;
}
.ptrn-menu.src-menu .grid-menu li .submenu li:has(.submenu):before {
  top: 10px;
}
@media (max-width: 768px) {
  .ptrn-menu.src-menu h4 {
    display: flex;
    cursor: pointer;
  }
  .ptrn-menu.src-menu h4 .hidden {
    display: inline;
  }
  .ptrn-menu.src-menu h4 .show {
    display: none;
  }
  .ptrn-menu.src-menu .grid-menu {
    display: none;
    flex-direction: column;
  }
  .ptrn-menu.src-menu .grid-menu h5 {
    font-weight: bold;
    font-size: 18px;
    margin: 0;
  }
  .ptrn-menu.src-menu.show h4 .hidden {
    display: none;
  }
  .ptrn-menu.src-menu.show h4 .show {
    display: inline;
  }
  .ptrn-menu.src-menu.show .grid-menu {
    display: flex;
  }
}
.wrapper > .ptrn-menu.src-signpost {
  margin: 0 auto;
  max-width: calc(1400px + 34px);
}
.ptrn-articles-list > .grid-row > .b-row {
  align-items: stretch;
  row-gap: 57px !important;
}
.ptrn-address .address-box {
  width: 100%;
  margin-bottom: 70px;
}
.ptrn-address .address-box h4 {
  font-weight: bold;
  margin: 0 0 30px 0;
}
.ptrn-address .address-box table {
  width: 100%;
  font-size: 16px;
  line-height: 27px;
}
.ptrn-address .address-box table tr th {
  vertical-align: top;
  font-weight: normal;
  text-align: left;
}
.ptrn-address .address-box table tr td {
  vertical-align: top;
  text-align: left;
}
.ptrn-address .address-box table tr.phone a,
.ptrn-address .address-box table tr.email a,
.ptrn-address .address-box table tr.mobile a {
  color: #000000;
  text-decoration: underline;
}
.ptrn-address .address-box table tr.address td,
.ptrn-address .address-box table tr.openHours td {
  padding-bottom: 40px;
}
.ptrn-persons {
  width: 100%;
}
.ptrn-persons .box {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.ptrn-persons .box .picture {
  display: flex;
  flex: 0 0 100px;
  flex-direction: column;
  justify-content: flex-start;
}
.ptrn-persons .box .picture img {
  max-width: 65px;
  height: auto;
}
.ptrn-persons .box .contact {
  display: flex;
  flex: 1 0 50%;
  flex-direction: column;
  justify-content: flex-start;
}
.ptrn-persons .box .contact > * {
  font-size: 16px;
  line-height: 25px;
}
.ptrn-persons .box .contact > *.name {
  font-weight: bold;
}
.ptrn-persons .box .contact > *.sep {
  height: 30px;
}
.ptrn-persons .box .contact .email a,
.ptrn-persons .box .contact .phone a,
.ptrn-persons .box .contact .mobile a {
  color: #000000;
}
#contact-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 50px;
  border: solid 1px #efefef;
  align-self: flex-start;
  box-shadow: 0 0 15px #efefef;
  margin: 15px 0 40px -15px;
}
#contact-form h5 {
  margin: 0;
}
#contact-form p {
  margin-top: 40px;
}
#contact-form form {
  margin-top: 40px;
}
#contact-form form .grid {
  flex-wrap: wrap;
}
#contact-form form .grid label {
  width: 100%;
  font-size: 15px;
  line-height: 22px;
}
#contact-form form .grid input,
#contact-form form .grid textarea {
  width: 100%;
  border: none;
  border-bottom: solid 1px #efefef;
  margin: 10px 0 20px 0;
  line-height: 30px;
  outline-style: none;
}
#contact-form form .grid input:focus-visible,
#contact-form form .grid textarea:focus-visible,
#contact-form form .grid input:focus,
#contact-form form .grid textarea:focus {
  border: none;
  border-bottom: solid 1px #efefef;
}
#contact-form form .grid input.submit,
#contact-form form .grid textarea.submit {
  display: flex;
  color: #efefef;
  background: #c3922a;
  height: 50px;
  border-radius: 25px;
  padding: 0 30px;
  text-decoration: none;
  width: auto;
  margin: 0 auto;
  align-items: center;
  margin: 30px 0;
}
#contact-form form .grid input.submit .heading,
#contact-form form .grid textarea.submit .heading,
#contact-form form .grid input.submit .title,
#contact-form form .grid textarea.submit .title {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
#contact-form form .grid input.submit:hover,
#contact-form form .grid textarea.submit:hover {
  text-decoration: none;
}
#contact-form form .grid.checkbox {
  align-items: center;
  column-gap: 10px;
}
#contact-form form .grid.checkbox input,
#contact-form form .grid.checkbox label {
  width: auto;
  margin: 0;
}
.ptrn-textpage {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 120px !important;
}
@media (max-width: 992px) {
  .ptrn-textpage {
    margin-bottom: 80px !important;
  }
}
@media (max-width: 576px) {
  .ptrn-textpage {
    margin-bottom: 40px !important;
  }
}
.ptrn-textpage > h1.heading {
  width: 100%;
  font-weight: normal;
  font-size: 35px;
  color: inherit;
  margin: 0 0 45px 0;
}
.ptrn-textpage > .grid-row:first-child .html {
  font-size: 16px;
  line-height: 30px;
}
.ptrn-textpage > .grid-row:first-child .image {
  display: flex;
  max-height: 600px;
  max-width: 100%;
  width: auto;
  align-self: flex-start;
}
.ptrn-textpage .ptrn-menu .grid-menu li.active > .t-link {
  padding-left: 40px;
  padding-right: 0;
  transition: padding-left 0.2s, padding-right 0.2s;
}
.ptrn-textpage .ptrn-menu .grid-menu li.active > .t-link::before {
  display: block;
  width: 30px;
  transition: width 0.2s;
}
.ptrn-textpage .ptrn-menu .grid-menu li.active > .t-link:after {
  display: block;
}
.ptrn-articles-detail {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding: 0;
  margin-bottom: 120px !important;
}
@media (max-width: 992px) {
  .ptrn-articles-detail {
    margin-bottom: 80px !important;
  }
}
@media (max-width: 576px) {
  .ptrn-articles-detail {
    margin-bottom: 40px !important;
  }
}
.ptrn-articles-detail .wrapper > h1.heading {
  width: 100%;
  font-weight: normal;
  font-size: 35px;
  color: inherit;
}
.ptrn-articles-detail .wrapper > .grid-row:first-of-type .html {
  font-size: 16px;
  line-height: 30px;
}
.ptrn-articles-detail .wrapper > .grid-row:first-of-type .perex {
  margin: 40px 0;
  font-style: italic;
  font-weight: 600;
}
.ptrn-articles-detail .wrapper > .grid-row:first-of-type .image {
  display: flex;
  max-width: 100%;
  width: auto;
  align-self: flex-start;
}
.ptrn-articles-detail .wrapper > .grid-row:first-of-type .image img {
  max-height: 600px;
}
.ptrn-banner ul.socials {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  gap: 10px;
}
.ptrn-banner ul.socials a {
  display: block;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.ptrn-banner ul.socials a.facebook {
  background-image: url("/tmpl/paris/img/ico-facebook.svg");
}
.ptrn-banner ul.socials a.instagram {
  background-image: url("/tmpl/paris/img/ico-instagram.svg");
}
.ptrn-banner ul.socials a.youtube {
  background-image: url("/tmpl/paris/img/ico-youtube.svg");
}
.ptrn-banner ul.socials a.linkedin {
  background-image: url("/tmpl/paris/img/ico-linkedin.svg");
}
.list-banner-assessment {
  align-items: stretch;
  row-gap: 5px !important;
}
.list-banner-assessment .ptrn-banner-assessment .box {
  padding: 30px 40px;
  background-color: #ffffff;
  color: #000000;
  box-shadow: 0 8px 15px #efefef;
  border: 1px solid #efefef;
  border-radius: 35px;
  margin: 0 0 35px 0;
}
.list-banner-assessment .ptrn-banner-assessment .box .rating i.flaticon-star {
  font-style: normal;
  color: #efefef;
}
.list-banner-assessment .ptrn-banner-assessment .box .rating i.flaticon-star.active {
  color: #c3922a;
}
.list-banner-assessment .ptrn-banner-assessment .box .name {
  font-size: 16px;
  line-height: 37px;
  color: #000000;
  gap: 5px 5px;
  margin: 0;
}
.list-banner-assessment .ptrn-banner-assessment .box .name .src-titleDate {
  color: #000000;
}
.list-banner-assessment .ptrn-banner-assessment .box .name .src-titleDate:before {
  content: '(';
}
.list-banner-assessment .ptrn-banner-assessment .box .name .src-titleDate:after {
  content: ')';
}
.list-banner-assessment .ptrn-banner-assessment .box .name .grid:first-child {
  padding-right: 0;
  min-width: 0;
}
.list-banner-assessment .ptrn-banner-assessment .box .name .grid:nth-child(2) {
  padding-left: 0;
}
.list-banner-assessment .ptrn-banner-assessment .box .content {
  font-size: 16px;
  line-height: 25px;
}
.ptrn-banners-list:has(.list-banner-assessment) .grid-row {
  margin: 0 -20px;
  width: calc(100% + 40px);
  max-width: 1440px;
}
.ptrn-banners-list:has(.list-banner-assessment) .grid-row .list-banner-assessment {
  padding: 0 20px;
}
.ptrn-banner-ads > .b-col {
  background-color: #3e3e3e;
}
.ptrn-banner-ads > .b-col > img,
.ptrn-banner-ads > .b-col > .g-col {
  max-width: none;
  padding: 0;
}
.ptrn-banner-ads > .b-col > .image > img {
  min-width: 1400px;
}
@media (max-width: 1400px) {
  .ptrn-banner-ads > .b-col > .image > img {
    margin-left: calc(((1400px - 100%) / 2) * -1);
  }
}
.ptrn-banner-ads > .b-col > .b-col {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ptrn-banner-ads > .b-col > .b-col > * {
  box-sizing: border-box;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  color: #efefef;
  width: auto;
}
.ptrn-banner-ads > .b-col > .b-col > *.b-row {
  max-width: calc(1440px);
}
.ptrn-banner-ads > .b-col > .b-col > *.b-row > * {
  padding-left: 20px;
  padding-right: 20px;
}
.ptrn-banner-ads > .b-col > .b-col > *.grid-row,
.ptrn-banner-ads > .b-col > .b-col > * .grid-row {
  width: 100%;
  max-width: 1400px;
}
.ptrn-banner-ads > .b-col > .b-col > *.grid-row > .b-row,
.ptrn-banner-ads > .b-col > .b-col > * .grid-row > .b-row,
.ptrn-banner-ads > .b-col > .b-col > *.grid-row > .b-col,
.ptrn-banner-ads > .b-col > .b-col > * .grid-row > .b-col,
.ptrn-banner-ads > .b-col > .b-col > *.grid-row > .b-image,
.ptrn-banner-ads > .b-col > .b-col > * .grid-row > .b-image,
.ptrn-banner-ads > .b-col > .b-col > *.grid-row > .b-link,
.ptrn-banner-ads > .b-col > .b-col > * .grid-row > .b-link {
  margin: 0 -20px;
}
.ptrn-banner-ads > .b-col > .b-col > *.grid-row > .b-row > *,
.ptrn-banner-ads > .b-col > .b-col > * .grid-row > .b-row > *,
.ptrn-banner-ads > .b-col > .b-col > *.grid-row > .b-col > *,
.ptrn-banner-ads > .b-col > .b-col > * .grid-row > .b-col > *,
.ptrn-banner-ads > .b-col > .b-col > *.grid-row > .b-image > *,
.ptrn-banner-ads > .b-col > .b-col > * .grid-row > .b-image > *,
.ptrn-banner-ads > .b-col > .b-col > *.grid-row > .b-link > *,
.ptrn-banner-ads > .b-col > .b-col > * .grid-row > .b-link > * {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1440px) {
  .ptrn-banner-ads > .b-col > .b-col > * {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ptrn-banner-ads > .b-col > .b-col > *.t-link {
  padding-left: 70px;
}
.ptrn-banner-ads > .b-col > .b-col > a {
  margin-top: 40px;
}
.ptrn-banner-ads > .b-col > .b-col > a:has(.heading:empty) {
  display: none;
}
.ptrn-banner-ads > .b-col > .b-col > p {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
.ptrn-banner-ads > .b-col > .b-col > p:empty {
  display: none;
}
.ptrn-banner-ads > .b-col > .b-col > h6 {
  margin-bottom: 25px;
  text-align: center;
}
.ptrn-banner-ads > .b-col > .b-col > h6:empty {
  display: none;
}
.ptrn-banner-ads > .b-col > .b-col > h2 {
  text-align: center;
}
.ptrn-banner-ads > .b-col > .b-col > h2:empty {
  display: none;
}
.ptrn-cta-box {
  background-color: #3e3e3e;
  color: #efefef;
  align-self: flex-start;
  padding: 10px 20px;
}
.ptrn-cta-box:hover {
  text-decoration: none;
}
.faqs {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.faqs ul {
  list-style: none;
  width: 100%;
  padding: 0;
}
.faqs ul > li {
  width: 100%;
  list-style: none;
  padding: 0;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
.faqs ul > li > .box .title {
  background-color: #3e3e3e;
  color: #ffffff;
  padding: 15px 50px 15px 30px;
  width: 100%;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  box-sizing: border-box;
}
.faqs ul > li > .box .title:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 30px;
  top: 20px;
  border: solid 2px #efefef;
  border-top: none;
  border-left: none;
  transform-origin: 8px 8px;
  transition: transform 0.5s;
  transform: rotate(45deg);
}
.faqs ul > li > .box .answer {
  display: none;
  margin-top: 0;
  font-size: 18px;
  line-height: 24px;
  padding: 15px 30px;
}
.faqs ul > li > .box .answer p {
  margin: 0;
}
.faqs ul > li > .box .answer a.t-link {
  display: inline-block;
  margin-top: 20px;
}
.faqs ul > li > .box .answer a.t-link:hover {
  text-decoration: none;
}
.faqs ul > li > .box.open .title:after {
  transition: transform 0.5s;
  transform: rotate(-135deg);
}
.ptrn-languages {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 60px;
  z-index: 1000;
}
.ptrn-languages .languages-select {
  position: absolute;
  top: 0;
  right: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  background-color: #3e3e3e;
  border-radius: 0 0 15px 15px;
  padding: 5px 0 !important;
  margin: 0;
  width: 100%;
}
.ptrn-languages .languages-select li {
  list-style: none;
  display: none;
  width: 100%;
}
.ptrn-languages .languages-select li a {
  text-transform: uppercase;
  padding: 10px 20px;
  color: #000000;
}
.ptrn-languages .languages-select li a:hover {
  color: #c3922a;
}
.ptrn-languages .languages-select li.active {
  display: flex;
}
.ptrn-languages .languages-select li.active a {
  color: #c3922a;
}
.ptrn-languages .languages-select.open li {
  display: flex;
}
@media (max-width: 768px) {
  .ptrn-languages .languages-select {
    display: none;
  }
}
.ptrn-banner-hp {
  padding: 30px 0;
}
.ptrn-banner-hp > .b-col {
  position: relative;
}
.ptrn-banner-hp > .b-col > .b-col {
  height: calc(100% + 60px);
  position: absolute;
  left: 5%;
  right: auto;
  top: -30px;
  border-radius: 35px;
  background-color: #c3922a;
  color: #efefef;
  max-width: 100%;
  padding: 60px;
  justify-content: center;
  align-items: flex-start;
  width: 400px;
}
.ptrn-banner-hp > .b-col > .b-col h3,
.ptrn-banner-hp > .b-col > .b-col p.text {
  margin: 20px 0 0 0;
}
.ptrn-banner-hp > .b-col > .b-col .b-link {
  margin: 35px 0 0 0;
  background-color: #ffffff;
  color: #c3922a;
}
@media (max-width: 992px) {
  .ptrn-banner-hp > .b-col > .b-col {
    padding: 30px 40px;
    border-radius: 30px;
  }
  .ptrn-banner-hp > .b-col > .b-col h3,
  .ptrn-banner-hp > .b-col > .b-col p.text {
    margin: 15px 0 0 0;
  }
  .ptrn-banner-hp > .b-col > .b-col .b-link {
    margin: 25px 0 0 0;
    background-color: #ffffff;
    color: #c3922a;
  }
}
.ptrn-banner-hp > .b-col > .image {
  border-radius: 20px;
  overflow: hidden;
  min-height: 290px;
}
@media (max-width: 768px) {
  .ptrn-banner-hp > .b-col > .image img {
    position: absolute;
    width: auto;
    max-width: none;
    height: 100%;
    left: 0;
    top: 0;
  }
}
.ptrn-banner-hp.invert-banner > .b-col > .b-col {
  right: 5%;
  left: auto;
  top: -30px;
  background-color: #3e3e3e;
  color: #efefef;
}
.ptrn-banner-hp.invert-banner > .b-col > .b-col .b-link {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .ptrn-banner-hp.invert-banner > .b-col > .image img {
    left: auto;
    right: 0;
  }
}
body .grid.b-image.ptrn-banner-hp {
  background: transparent;
}
.ptrn-shops > .b-row {
  gap: 20px;
}
.ptrn-shops > .b-row .box {
  max-width: calc((100% / 2) - ((2 - 1) * 20px));
  box-sizing: border-box;
  border: solid 1px #efefef;
  flex-grow: 1;
}
@media (max-width: 992px) {
  .ptrn-shops > .b-row .box {
    width: 100%;
    max-width: 100%;
  }
}
.ptrn-shops > .b-row .box > .image {
  display: flex;
  flex-direction: column;
  max-width: 230px;
  flex: 0 1 50%;
}
.ptrn-shops > .b-row .box > .descripiton {
  display: flex;
  flex-direction: column;
  flex: 1 0 50%;
  padding: 30px;
}
.ptrn-shops > .b-row .box > .descripiton .company {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 5px;
}
.ptrn-shops > .b-row .box > .descripiton .name {
  font-size: 28px;
  line-height: 37px;
  margin-bottom: 5px;
}
.ptrn-shops > .b-row .box > .descripiton .address {
  font-size: 16px;
  line-height: 21px;
}
.ptrn-shops > .b-row .box > .descripiton .link {
  display: flex;
  flex-grow: 1;
  align-items: flex-end;
}
.ptrn-shops > .b-row .box > .descripiton .link a {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}
.ptrn-shops > .b-row .box > .descripiton .link a:after {
  content: '';
  display: block;
  width: 20px;
  height: 0;
  border-top: solid 1px #c3922a;
  position: absolute;
  top: 50%;
  right: 0;
}
.ptrn-rating {
  column-gap: 5px;
}
.ptrn-rating > .star:before {
  color: #efefef;
  font-style: normal;
  content: "\f10b";
  font-family: 'FontFlaticon';
}
.ptrn-rating > .star.active:before {
  color: #c3922a;
}
body {
  background: #ffffff;
  overflow-x: hidden !important;
  font: 400 15px / normal 'Neris';
  color: #000000;
  margin: 0;
  /* rewrite /www/artcms/css/base.less */
}
body input,
body textarea,
body select {
  font-family: 'Neris';
  font-weight: normal;
  outline-style: none;
}
body,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p {
  font-family: 'Neris';
  font-weight: normal;
}
body.text-center,
body h1.text-center,
body h2.text-center,
body h3.text-center,
body h4.text-center,
body h5.text-center,
body h6.text-center,
body p.text-center {
  text-align: center;
  justify-content: center;
}
body.text-left,
body h1.text-left,
body h2.text-left,
body h3.text-left,
body h4.text-left,
body h5.text-left,
body h6.text-left,
body p.text-left {
  text-align: left;
  justify-content: flex-start;
}
body.text-right,
body h1.text-right,
body h2.text-right,
body h3.text-right,
body h4.text-right,
body h5.text-right,
body h6.text-right,
body p.text-right {
  text-align: right;
  justify-content: flex-end;
}
body h1 {
  font-size: 40px;
  line-height: 54px;
  font-weight: bold;
}
body h2 {
  font-size: 45px;
  line-height: 60px;
  font-weight: bold;
}
body h3 {
  font-size: 35px;
  line-height: 47px;
  font-weight: bold;
}
body h4 {
  font-size: 35px;
  line-height: 47px;
}
body h5,
body h6,
body p,
body div.html {
  font-size: 15px;
  line-height: 26px;
}
@media (max-width: 1400px) {
  body h1 {
    font-size: 40px;
    line-height: 54px;
  }
  body h2 {
    font-size: 36px;
    line-height: 50px;
  }
  body h3 {
    font-size: 32px;
    line-height: 40px;
  }
  body h4 {
    font-size: 20px;
    line-height: 28px;
  }
  body h5,
  body h6,
  body p,
  body div.html {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  body h1 {
    font-size: 35px;
    line-height: 50px;
  }
  body h2 {
    font-size: 32px;
    line-height: 40px;
  }
  body h3 {
    font-size: 28px;
    line-height: 40px;
  }
}
body a {
  text-decoration: none;
  color: #c3922a;
}
body a:hover {
  text-decoration: underline;
}
body a.kzp-button {
  display: flex;
  color: #efefef;
  background: #c3922a;
  height: 50px;
  border-radius: 25px;
  padding: 0 30px;
  text-decoration: none;
  width: auto;
  margin: 0 auto;
  align-items: center;
}
body a.kzp-button .heading,
body a.kzp-button .title {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
body a.kzp-button:hover {
  text-decoration: none;
}
body .image img {
  max-width: 100%;
  height: auto;
}
body .text-center {
  text-align: center;
}
body .text-left {
  text-align: left;
}
body .text-right {
  text-align: right;
}
body .bullets ul,
body .bullets ol {
  list-style-position: outside;
  padding-left: 30px;
}
body .bullets ul li,
body .bullets ol li {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}
body .bullets ul {
  list-style: none;
}
body .bullets ul li {
  position: relative;
}
body .bullets ul li::before {
  content: '';
  width: 7px;
  height: 7px;
  border-top: solid 2px #000000;
  border-left: solid 2px #000000;
  position: absolute;
  transform: rotate(135deg);
  top: 9px;
  left: -25px;
}
body .t-link {
  padding-left: 70px;
  position: relative;
  color: #000000;
  text-decoration: none;
}
body .t-link::before {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  background-color: #000000;
  left: 0;
  top: calc(50% - 1px);
}
body .t-link::after {
  content: '';
  display: block;
  width: 0;
  height: 50%;
  border-right: solid 2px #000000;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 25%;
}
body .t-link.on-dark::before {
  background-color: #efefef;
}
body .t-link.on-dark::after {
  border-right: solid 2px #efefef;
}
body .t-link.animated {
  padding-left: 0;
  padding-right: 40px;
  transition: padding-left 0.5s, padding-right 0.5s;
}
body .t-link.animated::before {
  display: none;
  width: 0;
  transition: width 0.2s;
}
body .t-link.animated::after {
  display: none;
}
body .t-link.animated:hover {
  padding-left: 40px;
  padding-right: 0;
  transition: padding-left 0.2s, padding-right 0.2s;
}
body .t-link.animated:hover::before {
  display: block;
  width: 30px;
  transition: width 0.2s;
}
body .t-link.animated:hover:after {
  display: block;
}
body .grid.b-image {
  background-color: #efefef;
}
body .wrapper > * {
  box-sizing: border-box;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
body .wrapper > *.b-row {
  max-width: calc(1440px);
}
body .wrapper > *.b-row > * {
  padding-left: 20px;
  padding-right: 20px;
}
body .wrapper > *.grid-row,
body .wrapper > * .grid-row {
  width: 100%;
  max-width: 1400px;
}
body .wrapper > *.grid-row > .b-row,
body .wrapper > * .grid-row > .b-row,
body .wrapper > *.grid-row > .b-col,
body .wrapper > * .grid-row > .b-col,
body .wrapper > *.grid-row > .b-image,
body .wrapper > * .grid-row > .b-image,
body .wrapper > *.grid-row > .b-link,
body .wrapper > * .grid-row > .b-link {
  margin: 0 -20px;
}
body .wrapper > *.grid-row > .b-row > *,
body .wrapper > * .grid-row > .b-row > *,
body .wrapper > *.grid-row > .b-col > *,
body .wrapper > * .grid-row > .b-col > *,
body .wrapper > *.grid-row > .b-image > *,
body .wrapper > * .grid-row > .b-image > *,
body .wrapper > *.grid-row > .b-link > *,
body .wrapper > * .grid-row > .b-link > * {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1440px) {
  body .wrapper > * {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body .wrapper.b-image {
  position: relative;
}
body .wrapper.b-image > img,
body .wrapper.b-image > .bg-inner {
  max-width: none;
  padding: 0;
}
body .wrapper.b-image > img {
  min-width: 1400px;
}
@media (max-width: 1400px) {
  body .wrapper.b-image > img {
    margin-left: calc(((1400px - 100%) / 2) * -1);
  }
}
body .wrapper.b-image > .bg-inner {
  height: 100%;
  width: 100%;
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .wrapper.b-image > .bg-inner > * {
  box-sizing: border-box;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
body .wrapper.b-image > .bg-inner > *.b-row {
  max-width: calc(1440px);
}
body .wrapper.b-image > .bg-inner > *.b-row > * {
  padding-left: 20px;
  padding-right: 20px;
}
body .wrapper.b-image > .bg-inner > *.grid-row,
body .wrapper.b-image > .bg-inner > * .grid-row {
  width: 100%;
  max-width: 1400px;
}
body .wrapper.b-image > .bg-inner > *.grid-row > .b-row,
body .wrapper.b-image > .bg-inner > * .grid-row > .b-row,
body .wrapper.b-image > .bg-inner > *.grid-row > .b-col,
body .wrapper.b-image > .bg-inner > * .grid-row > .b-col,
body .wrapper.b-image > .bg-inner > *.grid-row > .b-image,
body .wrapper.b-image > .bg-inner > * .grid-row > .b-image,
body .wrapper.b-image > .bg-inner > *.grid-row > .b-link,
body .wrapper.b-image > .bg-inner > * .grid-row > .b-link {
  margin: 0 -20px;
}
body .wrapper.b-image > .bg-inner > *.grid-row > .b-row > *,
body .wrapper.b-image > .bg-inner > * .grid-row > .b-row > *,
body .wrapper.b-image > .bg-inner > *.grid-row > .b-col > *,
body .wrapper.b-image > .bg-inner > * .grid-row > .b-col > *,
body .wrapper.b-image > .bg-inner > *.grid-row > .b-image > *,
body .wrapper.b-image > .bg-inner > * .grid-row > .b-image > *,
body .wrapper.b-image > .bg-inner > *.grid-row > .b-link > *,
body .wrapper.b-image > .bg-inner > * .grid-row > .b-link > * {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1440px) {
  body .wrapper.b-image > .bg-inner > * {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body .wrapper > .unwrap {
  max-width: none !important;
  margin: 0 !important;
}
body .wrapper > h1.heading {
  padding-right: clamp(30px, calc(100% - 950px), 450px);
  font-size: 35px;
  line-height: 50px;
  font-weight: normal;
  text-align: left;
}
@media (max-width: 1400px) {
  body .wrapper > h1.heading {
    font-size: 30px;
    line-height: 40px;
  }
}
body .grid-root > .wrapper {
  background-color: #ffffff;
  color: #000000;
  border-color: #000000;
  padding: 35px 0;
}
body .grid-root > .wrapper.b-image {
  background-color: #efefef;
  color: #efefef;
  border-color: #efefef;
}
body .grid-root > .wrapper.b-image * {
  color: #000000;
}
body .grid-root > .wrapper.b-image:has(> img) {
  padding: 0;
}
@media (max-width: 992px) {
  body .grid-root > .wrapper {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  body .grid-root > .wrapper {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  body .grid-root > .wrapper {
    padding: 30px 0;
  }
}
body .grid-root > .wrapper.tight {
  padding: 0;
}
body .pagination {
  margin: 40px auto 20px auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  column-gap: 10px;
  row-gap: 20px;
}
body .pagination .sr-only {
  display: none;
}
body .pagination li {
  padding: 5px 10px;
  height: 30px;
  display: flex;
  align-items: center;
}
body .pagination li a {
  color: #000000;
  transition: font-size 0.2s ease-in-out;
}
body .pagination li:hover a {
  font-size: 130%;
  text-decoration: none;
}
body .pagination li.active a {
  font-size: 130%;
  color: #c3922a;
}
body .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
}
body .modal .modal-content {
  position: relative;
  background-color: #ffffff;
  border-top: 5px solid #4e84ea;
  margin: 15% auto;
  padding: 0;
  width: 90%;
  max-width: 600px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: animatemodal;
  animation-duration: 0.4s;
}
body .modal .modal-content.danger {
  border-top: 5px solid #d52a2a;
}
body .modal .modal-content.warning {
  border-top: 5px solid #d0a517;
}
body .modal .modal-content.success {
  border-top: 5px solid #758e30;
}
body .modal .modal-content .close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 12px;
  cursor: pointer;
  transition: color 0.5s;
}
body .modal .modal-content .modal-body {
  padding: 0;
}
body .modal .modal-content .modal-body ul {
  padding: 20px;
  list-style: none;
}
body .modal .modal-content .modal-body ul li {
  list-style: none;
  text-align: left;
  margin: 5px 0;
}
body .modal .modal-content .modal-body ul li::before {
  content: "";
}
body .up-button {
  display: none;
  position: fixed;
  right: calc((100vw - 1400px) / 2);
  bottom: 20%;
  width: 70px;
  height: 70px;
  background-color: #efefef;
  opacity: 0.8;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 1440px) {
  body .up-button {
    right: 20px;
  }
}
body .up-button:before {
  width: 15px;
  height: 15px;
  content: '';
  border-top: solid 3px #ffffff;
  border-left: solid 3px #ffffff;
  rotate: 45deg;
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 7px);
}
body .up-button.active {
  display: block;
}
@media (max-width: 768px) {
  body .up-button {
    bottom: 50px;
  }
}
body .mobile-table-box {
  max-width: calc(100vw - 40px);
  overflow-x: auto;
}
body .footer-copyrights {
  border-top: solid 1px #efefef;
}
body .footer-copyrights > div {
  display: flex;
  justify-content: flex-end;
  padding: 10px 20px;
}
body .footer-copyrights > div .author {
  font-size: 16px;
  line-height: 17px;
}
@media (max-width: 768px) {
  body .footer-copyrights > div {
    justify-content: center;
  }
}
/* Less file is created by decorator DO NOT CHANGE */
body .wrapper > .grid-row:has(.hp-signpost) {
  overflow: unset;
}
.wrapper .grid-row .hp-signpost {
  position: relative;
  margin: -100px 0 0 0 !important;
  display: flex;
  flex-direction: row;
  background: #ffffff;
  box-shadow: 0 8px 15px #efefef;
  border: 1px solid #efefef;
  border-radius: 35px;
  padding: 30px;
}
@media (max-width: 576px) {
  .wrapper .grid-row .hp-signpost {
    row-gap: 0;
  }
}
.wrapper .grid-row .hp-signpost .ptrn-page-box {
  padding: 0 30px;
  border-right: dashed 1px #c3922a;
}
.wrapper .grid-row .hp-signpost .ptrn-page-box:last-of-type {
  border-right: none;
}
.wrapper .grid-row .hp-signpost .ptrn-page-box .b-link {
  align-items: flex-start;
}
.wrapper .grid-row .hp-signpost .ptrn-page-box .b-link .image img {
  filter: none;
  height: 52px;
}
.wrapper .grid-row .hp-signpost .ptrn-page-box .b-link h3 {
  font-size: 23px;
  line-height: 22px;
  color: #000000;
}
.wrapper .grid-row .hp-signpost .ptrn-page-box .b-link p {
  font-size: 15px;
  line-height: 22px;
  color: #000000;
}
.wrapper .grid-row .hp-signpost .ptrn-page-box .b-link:after {
  position: absolute;
  box-sizing: border-box;
  bottom: -60px;
  right: 0;
  display: flex;
  font-size: 24px;
  content: '+';
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  background: #c3922a;
  border: solid 5px #ffffff;
  border-radius: 30px;
  box-shadow: 0 0 5px #efefef;
  color: #efefef;
  padding-bottom: 5px;
}
.wrapper .grid-row .hp-signpost .ptrn-page-box .b-link .title {
  display: none;
}
@media (max-width: 576px) {
  .wrapper .grid-row .hp-signpost .ptrn-page-box .b-link {
    flex-direction: row;
    align-items: center;
    column-gap: 30px;
    padding: 20px 0;
  }
  .wrapper .grid-row .hp-signpost .ptrn-page-box .b-link .image {
    flex: 0 0 60px;
  }
}
@media (max-width: 576px) {
  .wrapper .grid-row .hp-signpost {
    margin: -75px 0 0 0 !important;
    padding: 0;
  }
  .wrapper .grid-row .hp-signpost .ptrn-page-box .b-link .description {
    justify-content: center;
  }
  .wrapper .grid-row .hp-signpost .ptrn-page-box .b-link .description h3 {
    font-size: 23px;
    line-height: 22px;
    color: #000000;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .wrapper .grid-row .hp-signpost.gsm-num-2 .ptrn-page-box:nth-of-type(even) {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .wrapper .grid-row .hp-signpost.gmd-num-2 .ptrn-page-box:nth-of-type(even) {
    border-right: none;
  }
}
@media (max-width: 576px) {
  .wrapper .grid-row .hp-signpost.gxs-num-1 .ptrn-page-box {
    border-right: none;
    border-bottom: dashed 1px #c3922a;
  }
  .wrapper .grid-row .hp-signpost.gxs-num-1 .ptrn-page-box:last-of-type {
    border-bottom: none;
  }
  .wrapper .grid-row .hp-signpost.gxs-num-1 .ptrn-page-box .b-link::after {
    display: none;
  }
}
.hp-info .hp-info-gallery {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 !important;
}
.hp-info .hp-info-gallery > .grid {
  padding: 0 5px !important;
  box-sizing: border-box;
  flex: 1 1 auto;
}
.hp-info .hp-info-gallery > .b-col {
  row-gap: 10px;
  min-width: 10%;
}
#person-list {
  display: flex;
  width: 100%;
}
#person-list.b-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin: 0 -40px;
}
#person-list.b-row > .grid {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 40px;
}
#person-list.b-row > .grid > div.box {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#person-list.b-row > .grid > div.box .image {
  display: flex;
  margin: 0;
  width: 100%;
  height: auto;
  background: #efefef url("/tmpl/kzp/img/ico-user.svg") center center no-repeat;
  border-radius: 10px;
}
#person-list.b-row > .grid > div.box .image:not(#person-list.b-row > .grid > div.box .image:has(img)) {
  aspect-ratio: 1/1;
}
#person-list.b-row > .grid > div.box .image img {
  width: 100%;
  height: auto;
}
#person-list.b-row > .grid > div.box .contact {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
}
#person-list.b-row > .grid > div.box .contact > div {
  text-align: center;
}
#person-list.b-row > .grid > div.box .contact > div.name {
  display: flex;
  font-size: 16px;
  line-height: 26px;
  margin-top: 33px;
  justify-content: center;
}
#person-list.b-row > .grid > div.box .contact > div.motto {
  display: flex;
  flex-grow: 1;
  font-size: 14px;
  line-height: 26px;
  font-style: italic;
}
@media (max-width: 1400px) {
  #person-list.b-row {
    margin: 0;
  }
}
@media (max-width: 576px) {
  .list-article-box-product p {
    font-size: 14px;
  }
}
.ptrn-article-box-product {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ptrn-article-box-product .image {
  display: flex;
  flex-direction: column;
  width: auto;
  max-width: 100%;
  border-radius: 15px;
  border: solid 1px #efefef;
  overflow: hidden;
}
.ptrn-article-box-product .image img {
  max-height: 400px;
}
.ptrn-article-box-product .b-link {
  margin-top: 30px;
}
.ptrn-article-box-product .b-link:not(.kzp-button) > .heading {
  width: 100%;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  flex-grow: 1;
  color: #000000;
}
.ptrn-article-box-product .text {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.ptrn-article-box-product .price {
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  margin-top: 15px;
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
}
.ptrn-article-box-article .ptrn-image-box {
  border-radius: 15px;
  overflow: hidden;
}
.ptrn-article-box-article .b-link:not(.kzp-button) > h3.heading,
.ptrn-article-box-article .b-link:not(.t-link) > h3.heading {
  color: #000000 !important;
  font-weight: 600;
}
#order-cart h3,
#order-summary h3 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 3.5px;
  margin: 35px auto;
  font-weight: normal;
}
#order-cart .order-form-box,
#order-summary .order-form-box {
  border: solid 1px #efefef;
  border-top: none;
  padding: 40px 60px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
#order-cart .order-form-box[hidden=""],
#order-summary .order-form-box[hidden=""] {
  display: none;
}
#order-cart .order-form-box.top,
#order-summary .order-form-box.top {
  border-top: solid 1px #efefef;
}
#order-cart .order-form-box.addon-box,
#order-summary .order-form-box.addon-box {
  padding: 20px 60px;
}
#order-cart .order-form-box.price-box,
#order-summary .order-form-box.price-box {
  background-color: #efefef;
  flex-direction: row;
  column-gap: 30px;
  justify-content: flex-end;
  font-size: 18px;
  line-height: 24px;
}
#order-cart .order-form-box.price-box .price,
#order-summary .order-form-box.price-box .price {
  font-weight: 600;
  color: #000000;
}
#order-cart .order-form-box.price-box.fixed,
#order-summary .order-form-box.price-box.fixed {
  position: fixed;
  bottom: 0;
  width: calc(100vw - 40px);
  max-width: 1400px;
  z-index: 100;
  box-sizing: border-box;
  border-radius: 5px 5px 0 0;
}
#order-cart .order-form-box .form-row,
#order-summary .order-form-box .form-row {
  display: flex;
  flex-direction: row;
  gap: 15px 50px;
  padding: 0;
  margin: 0;
  align-items: flex-start;
  flex-wrap: wrap;
}
#order-cart .order-form-box .form-row label,
#order-summary .order-form-box .form-row label {
  flex: 0 1 calc(33% - 15px);
  font-size: 16px;
  line-height: 21px;
}
#order-cart .order-form-box .form-row input,
#order-summary .order-form-box .form-row input,
#order-cart .order-form-box .form-row select,
#order-summary .order-form-box .form-row select {
  flex: 1 0 50%;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  padding: 0 20px;
  border: solid 1px #efefef;
  background-color: #ffffff;
}
#order-cart .order-form-box .form-row textarea,
#order-summary .order-form-box .form-row textarea {
  flex: 1 0 50%;
  height: 115px;
  line-height: 45px;
  font-size: 16px;
  padding: 0 20px;
  border: solid 1px #efefef;
  background-color: #ffffff;
}
#order-cart .order-form-box .form-row .form-box,
#order-summary .order-form-box .form-row .form-box {
  flex: 0 0 calc(50% - 25px);
  display: flex;
  flex-direction: row;
  gap: 15px;
  padding: 0;
  margin: 0;
  align-items: center;
  flex-wrap: wrap;
}
#order-cart .order-form-box .form-row .form-box > .form-box,
#order-summary .order-form-box .form-row .form-box > .form-box {
  flex: 0 0 calc(50% - 7.5px);
}
#order-cart .order-form-box .form-row .form-box > .form-box input,
#order-summary .order-form-box .form-row .form-box > .form-box input {
  flex: 0 0 150px;
}
#order-cart .order-form-box .form-row .form-box > .phone,
#order-summary .order-form-box .form-row .form-box > .phone {
  display: flex;
  flex: 1 0 50%;
  flex-direction: row;
  gap: 15px;
}
#order-cart .order-form-box .form-row .form-box > .phone select,
#order-summary .order-form-box .form-row .form-box > .phone select {
  max-width: calc(25% - 15px);
  min-width: 90px;
}
#order-cart .order-form-box .form-row .form-box > .phone input,
#order-summary .order-form-box .form-row .form-box > .phone input {
  max-width: 75%;
}
#order-cart .order-form-box .form-row .form-box:has(.phone),
#order-summary .order-form-box .form-row .form-box:has(.phone) {
  flex-wrap: nowrap;
}
@media (max-width: 576px) {
  #order-cart .order-form-box .form-row .form-box:has(.phone),
  #order-summary .order-form-box .form-row .form-box:has(.phone) {
    flex-wrap: wrap;
  }
}
@media (max-width: 1200px) {
  #order-cart .order-form-box .form-row .form-box > .form-box,
  #order-summary .order-form-box .form-row .form-box > .form-box {
    flex: 0 0 100%;
  }
}
@media (max-width: 992px) {
  #order-cart .order-form-box .form-row .form-box,
  #order-summary .order-form-box .form-row .form-box {
    flex: 0 0 100%;
  }
}
@media (max-width: 576px) {
  #order-cart .order-form-box .form-row label,
  #order-summary .order-form-box .form-row label,
  #order-cart .order-form-box .form-row input,
  #order-summary .order-form-box .form-row input,
  #order-cart .order-form-box .form-row select,
  #order-summary .order-form-box .form-row select {
    flex: 0 0 100%;
    width: 100%;
    box-sizing: border-box;
  }
}
#order-cart .buttons,
#order-summary .buttons {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 50px 0;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
#order-cart .buttons .cart-button,
#order-summary .buttons .cart-button {
  display: flex;
  color: #efefef;
  background: #c3922a;
  height: 50px;
  border-radius: 25px;
  padding: 0 30px;
  text-decoration: none;
  width: auto;
  margin: 0 auto;
  align-items: center;
  border: none;
  margin: 0;
  font-size: 18px;
  white-space: nowrap;
  cursor: pointer;
}
#order-cart .buttons .cart-button .heading,
#order-summary .buttons .cart-button .heading,
#order-cart .buttons .cart-button .title,
#order-summary .buttons .cart-button .title {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
#order-cart .buttons .cart-button:hover,
#order-summary .buttons .cart-button:hover {
  text-decoration: none;
}
#order-cart .buttons .cart-button.button-back,
#order-summary .buttons .cart-button.button-back {
  background-color: #3e3e3e;
}
#order-cart label:has(input[type="checkbox"]),
#order-summary label:has(input[type="checkbox"]) {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 10px;
}
#order-cart label:has(input[type="checkbox"]) input,
#order-summary label:has(input[type="checkbox"]) input {
  visibility: hidden;
}
#order-cart label:has(input[type="checkbox"]):after,
#order-summary label:has(input[type="checkbox"]):after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 18px;
  height: 18px;
  background: url("/tmpl/kzp/img/checkbox.svg") center center no-repeat;
  background-size: 100% 100%;
}
#order-cart label:has(input[type="checkbox"]):has(input:checked):after,
#order-summary label:has(input[type="checkbox"]):has(input:checked):after {
  background-image: url("/tmpl/kzp/img/checkbox-checked.svg");
}
#order-cart .animal-select,
#order-summary .animal-select {
  padding: 30px 60px;
  background-color: #efefef;
}
#order-cart .animal-select ul,
#order-summary .animal-select ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 35px;
  list-style: none;
  padding: 0;
  margin: 0;
}
#order-cart .animal-select ul li,
#order-summary .animal-select ul li {
  display: flex;
  padding: 0;
  margin: 0;
  flex: 1 0 calc(25% - 70px);
  background-color: #ffffff;
}
#order-cart .animal-select ul li a,
#order-summary .animal-select ul li a {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex: 1 1 100%;
  padding: 25px 35px;
  justify-content: center;
  align-items: center;
  border-bottom: solid 3px transparent;
}
#order-cart .animal-select ul li a:hover,
#order-summary .animal-select ul li a:hover {
  text-decoration: none;
}
#order-cart .animal-select ul li a img,
#order-summary .animal-select ul li a img {
  height: 42px;
  width: auto;
}
#order-cart .animal-select ul li a h2,
#order-summary .animal-select ul li a h2 {
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  font-weight: 600;
}
#order-cart .animal-select ul li:hover a,
#order-summary .animal-select ul li:hover a,
#order-cart .animal-select ul li.active a,
#order-summary .animal-select ul li.active a {
  border-bottom: solid 3px #c3922a;
}
@media (max-width: 992px) {
  #order-cart .animal-select ul,
  #order-summary .animal-select ul {
    flex-wrap: wrap;
  }
  #order-cart .animal-select ul li,
  #order-summary .animal-select ul li {
    flex: 1 0 calc(50% - 17.5px);
  }
}
#order-cart .pickup-select,
#order-summary .pickup-select {
  background-color: #efefef;
  border: solid 1px #efefef;
}
#order-cart .pickup-select ul,
#order-summary .pickup-select ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 35px;
  list-style: none;
  padding: 30px 60px;
  margin: 0;
  box-sizing: border-box;
  flex-wrap: wrap;
}
#order-cart .pickup-select ul li,
#order-summary .pickup-select ul li {
  display: flex;
  padding: 0;
  margin: 0;
  flex: 1 0 calc(33% - 35px);
  background-color: #ffffff;
}
#order-cart .pickup-select ul li a,
#order-summary .pickup-select ul li a {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1 1 100%;
  padding: 25px 35px;
  justify-content: center;
  align-items: center;
  border-bottom: solid 3px transparent;
}
#order-cart .pickup-select ul li a:hover,
#order-summary .pickup-select ul li a:hover {
  text-decoration: none;
}
#order-cart .pickup-select ul li a .title,
#order-summary .pickup-select ul li a .title {
  font-size: 22px;
  line-height: 30px;
  color: #000000;
}
#order-cart .pickup-select ul li a .title span,
#order-summary .pickup-select ul li a .title span {
  color: #c3922a;
  font-size: 16px;
  line-height: 21px;
}
#order-cart .pickup-select ul li a .content,
#order-summary .pickup-select ul li a .content {
  font-size: 16px;
  line-height: 21px;
  color: #000000;
}
#order-cart .pickup-select ul li:hover a,
#order-summary .pickup-select ul li:hover a,
#order-cart .pickup-select ul li.active a,
#order-summary .pickup-select ul li.active a {
  border-bottom: solid 3px #c3922a;
}
@media (max-width: 768px) {
  #order-cart .pickup-select ul li,
  #order-summary .pickup-select ul li {
    flex: 0 0 100%;
  }
}
#order-cart .pickup-select .pickup-own,
#order-summary .pickup-select .pickup-own {
  background-color: #ffffff;
  padding: 40px 60px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px 40px;
  border-top: solid 1px #efefef;
}
#order-cart .pickup-select .pickup-own .map,
#order-summary .pickup-select .pickup-own .map {
  max-width: 100%;
}
#order-cart .pickup-select .pickup-own .map img,
#order-summary .pickup-select .pickup-own .map img {
  max-width: 100%;
}
#order-cart .pickup-select .pickup-own .plain-box,
#order-summary .pickup-select .pickup-own .plain-box {
  margin: 0;
  padding: 0 0 0 40px;
  display: inline-block;
  max-width: calc(50% - 40px);
  color: #000000;
  background-image: url("/tmpl/kzp/img/radiobox.svg");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: left 10px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #order-cart .pickup-select .pickup-own .plain-box,
  #order-summary .pickup-select .pickup-own .plain-box {
    max-width: 100%;
  }
}
#order-cart .pickup-select .pickup-own .plain-box.active,
#order-summary .pickup-select .pickup-own .plain-box.active {
  background-image: url("/tmpl/kzp/img/radiobox-checked.svg");
}
#order-cart .pickup-select .pickup-own .plain-box:hover,
#order-summary .pickup-select .pickup-own .plain-box:hover {
  text-decoration: none;
}
#order-cart .pickup-select .pickup-own .plain-box strong,
#order-summary .pickup-select .pickup-own .plain-box strong {
  color: #000000;
}
#order-cart .pickup-select .pickup-own .plain-box span,
#order-summary .pickup-select .pickup-own .plain-box span {
  color: #c3922a;
}
#order-cart .pickup-select .pickup-region,
#order-summary .pickup-select .pickup-region {
  background-color: #ffffff;
  padding: 0;
  display: flex;
  flex-direction: column;
}
#order-cart .pickup-select .pickup-region .map,
#order-summary .pickup-select .pickup-region .map {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
}
#order-cart .pickup-select .pickup-region .map img,
#order-summary .pickup-select .pickup-region .map img {
  max-width: 100%;
}
#order-cart .pickup-select .pickup-region .select,
#order-summary .pickup-select .pickup-region .select {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: stretch;
  border-top: solid 1px #efefef;
}
#order-cart .pickup-select .pickup-region .select a,
#order-summary .pickup-select .pickup-region .select a {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 100%;
  flex-direction: column;
  padding: 40px;
  align-items: center;
  justify-content: flex-start;
  border-left: solid 1px #efefef;
  border-bottom: solid 3px transparent;
}
#order-cart .pickup-select .pickup-region .select a:first-of-type,
#order-summary .pickup-select .pickup-region .select a:first-of-type {
  border-left: none;
}
#order-cart .pickup-select .pickup-region .select a:hover,
#order-summary .pickup-select .pickup-region .select a:hover,
#order-cart .pickup-select .pickup-region .select a.active,
#order-summary .pickup-select .pickup-region .select a.active {
  text-decoration: none;
  border-bottom: solid 3px #c3922a !important;
}
#order-cart .pickup-select .pickup-region .select a .title,
#order-summary .pickup-select .pickup-region .select a .title {
  font-size: 22px;
  line-height: 30px;
  color: #000000;
}
#order-cart .pickup-select .pickup-region .select a .note,
#order-summary .pickup-select .pickup-region .select a .note {
  font-size: 16px;
  line-height: 21px;
  color: #000000;
}
#order-cart .pickup-select .pickup-region .select a .price,
#order-summary .pickup-select .pickup-region .select a .price {
  font-size: 16px;
  line-height: 21px;
  color: #c3922a;
}
#order-cart .pickup-select .pickup-region .select.count-2 a,
#order-summary .pickup-select .pickup-region .select.count-2 a {
  flex: 0 1 50%;
}
#order-cart .pickup-select .pickup-region .select.count-3 a,
#order-summary .pickup-select .pickup-region .select.count-3 a {
  flex: 0 1 33%;
}
#order-cart .pickup-select .pickup-region .select.count-4 a,
#order-summary .pickup-select .pickup-region .select.count-4 a {
  flex: 0 1 25%;
}
@media (max-width: 1200px) {
  #order-cart .pickup-select .pickup-region .select.count-4 a,
  #order-summary .pickup-select .pickup-region .select.count-4 a {
    flex: 0 1 50%;
  }
  #order-cart .pickup-select .pickup-region .select.count-4 a:nth-of-type(1),
  #order-summary .pickup-select .pickup-region .select.count-4 a:nth-of-type(1),
  #order-cart .pickup-select .pickup-region .select.count-4 a:nth-of-type(2),
  #order-summary .pickup-select .pickup-region .select.count-4 a:nth-of-type(2) {
    border-bottom: solid 1px #efefef;
  }
  #order-cart .pickup-select .pickup-region .select.count-4 a:nth-of-type(3),
  #order-summary .pickup-select .pickup-region .select.count-4 a:nth-of-type(3) {
    border-left: none;
  }
}
@media (max-width: 992px) {
  #order-cart .pickup-select .pickup-region .select.count-3 a,
  #order-summary .pickup-select .pickup-region .select.count-3 a {
    flex: 0 1 50%;
  }
  #order-cart .pickup-select .pickup-region .select.count-3 a:nth-of-type(1),
  #order-summary .pickup-select .pickup-region .select.count-3 a:nth-of-type(1),
  #order-cart .pickup-select .pickup-region .select.count-3 a:nth-of-type(2),
  #order-summary .pickup-select .pickup-region .select.count-3 a:nth-of-type(2) {
    border-bottom: solid 1px #efefef;
  }
  #order-cart .pickup-select .pickup-region .select.count-3 a:nth-of-type(3),
  #order-summary .pickup-select .pickup-region .select.count-3 a:nth-of-type(3) {
    flex: 0 1 100%;
  }
}
@media (max-width: 576px) {
  #order-cart .pickup-select .pickup-region .select a,
  #order-summary .pickup-select .pickup-region .select a {
    border-left: none;
    flex: 0 0 100% !important;
    border-bottom: solid 1px #efefef;
  }
  #order-cart .pickup-select .pickup-region .select a:last-of-type,
  #order-summary .pickup-select .pickup-region .select a:last-of-type {
    border-bottom: none;
  }
}
#order-cart .delivery-select,
#order-summary .delivery-select {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  border-left: solid 1px #efefef;
  border-right: solid 1px #efefef;
  border-bottom: solid 1px #efefef;
}
#order-cart .delivery-select .select-box,
#order-summary .delivery-select .select-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 5px;
  flex: 0 0 100%;
  max-width: 100%;
}
#order-cart .delivery-select .select-box label,
#order-summary .delivery-select .select-box label {
  font-size: 16px;
  line-height: 21px;
}
#order-cart .delivery-select .select-box select,
#order-summary .delivery-select .select-box select {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  padding: 0 20px;
  border: solid 1px #efefef;
  background-color: #ffffff;
  max-width: 100%;
}
#order-cart .service-select,
#order-summary .service-select {
  display: flex;
  flex-direction: column;
  padding: 0;
  border-left: solid 1px #efefef;
  border-right: solid 1px #efefef;
  border-top: solid 1px #efefef;
}
#order-cart .service-select a,
#order-summary .service-select a {
  display: flex;
  flex-direction: row;
  flex: 0 1 100%;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: center;
  color: #000000;
  font-size: 15px;
  line-height: 20px;
  padding: 5px 0 5px 30px;
  background-image: url("/tmpl/kzp/img/checkbox.svg");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: left center;
}
#order-cart .service-select a.active,
#order-summary .service-select a.active {
  background-image: url("/tmpl/kzp/img/checkbox-checked.svg");
}
#order-cart .service-select a:hover,
#order-summary .service-select a:hover {
  text-decoration: none;
}
#order-cart .service-select a span,
#order-summary .service-select a span {
  color: #c3922a;
}
#order-cart .service-select .services,
#order-summary .service-select .services {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 40px 60px;
}
#order-cart .service-select .services a,
#order-summary .service-select .services a {
  flex: 0 1 calc(50% - 20px);
}
#order-cart .service-select .services a span,
#order-summary .service-select .services a span {
  white-space: nowrap;
}
@media (max-width: 768px) {
  #order-cart .service-select .services a,
  #order-summary .service-select .services a {
    flex: 0 1 100%;
  }
}
#order-cart .service-select .last-service,
#order-summary .service-select .last-service {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 60px;
  border-top: solid 1px #efefef;
  border-bottom: solid 1px #efefef;
}
#order-cart .service-select .last-service a span,
#order-summary .service-select .last-service a span {
  white-space: nowrap;
}
#order-cart .products-select .products,
#order-summary .products-select .products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
#order-cart .products-select .products .box,
#order-summary .products-select .products .box {
  display: flex;
  flex-direction: row;
  flex: 0 1 calc((100% - 20px) / 2);
  box-sizing: border-box;
  border: solid 1px #efefef;
  padding: 15px 20px;
  align-items: stretch;
  column-gap: 20px;
  position: relative;
  justify-content: space-between;
}
#order-cart .products-select .products .box .content,
#order-summary .products-select .products .box .content {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
}
#order-cart .products-select .products .box .image img,
#order-summary .products-select .products .box .image img {
  max-height: 90px;
  width: auto;
}
#order-cart .products-select .products .box .description,
#order-summary .products-select .products .box .description {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#order-cart .products-select .products .box .description h3,
#order-summary .products-select .products .box .description h3 {
  font-size: 16px;
  line-height: 32px;
  padding: 0;
  margin: 0;
  font-weight: 600;
}
#order-cart .products-select .products .box .description h3 span,
#order-summary .products-select .products .box .description h3 span {
  font-size: 80%;
  font-weight: normal;
}
#order-cart .products-select .products .box .description h6,
#order-summary .products-select .products .box .description h6 {
  margin: 0;
}
#order-cart .products-select .products .box .description .text,
#order-summary .products-select .products .box .description .text {
  font-size: 15px;
  line-height: 24px;
  padding: 0;
  margin: 5px 0 0 0;
}
#order-cart .products-select .products .box .price,
#order-summary .products-select .products .box .price {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 20px;
}
#order-cart .products-select .products .box .price span,
#order-summary .products-select .products .box .price span {
  font-size: 22px;
  line-height: 30px;
  color: #c3922a;
  white-space: nowrap;
}
#order-cart .products-select .products .box .price a,
#order-summary .products-select .products .box .price a {
  color: #000000;
}
#order-cart .products-select .products .box .price a:hover,
#order-summary .products-select .products .box .price a:hover {
  color: #c3922a;
}
@media (max-width: 1200px) {
  #order-cart .products-select .products .box .price span,
  #order-summary .products-select .products .box .price span {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  #order-cart .products-select .products .box,
  #order-summary .products-select .products .box {
    flex: 0 1 100%;
    max-width: 600px;
  }
}
@media (max-width: 576px) {
  #order-cart .products-select .products .box,
  #order-summary .products-select .products .box {
    padding-right: 20px;
  }
  #order-cart .products-select .products .box .content,
  #order-summary .products-select .products .box .content {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }
  #order-cart .products-select .products .box .content .flaticon-close,
  #order-summary .products-select .products .box .content .flaticon-close {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
#order-cart .products-select .modals,
#order-summary .products-select .modals {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
}
#order-cart .products-select .modals > .box,
#order-summary .products-select .modals > .box {
  display: flex;
  flex-direction: column;
  flex: 0 1 calc((100% - 60px) / 4);
  box-sizing: border-box;
}
#order-cart .products-select .modals > .box .image,
#order-summary .products-select .modals > .box .image {
  width: 100%;
  flex-grow: 1;
}
#order-cart .products-select .modals > .box .image img,
#order-summary .products-select .modals > .box .image img {
  max-width: 100%;
  height: auto;
}
#order-cart .products-select .modals > .box .title,
#order-summary .products-select .modals > .box .title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0;
  margin: 25px 0 0 0;
}
#order-cart .products-select .modals > .box .title span,
#order-summary .products-select .modals > .box .title span {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
#order-cart .products-select .modals > .box .kzp-button,
#order-summary .products-select .modals > .box .kzp-button {
  margin: 15px auto;
}
@media (max-width: 992px) {
  #order-cart .products-select .modals > .box,
  #order-summary .products-select .modals > .box {
    flex: 0 1 calc((100% - 40px) / 3);
  }
}
@media (max-width: 576px) {
  #order-cart .products-select .modals > .box,
  #order-summary .products-select .modals > .box {
    flex: 0 1 calc((100% - 20px) / 2);
  }
}
#order-cart .products-select .modals .modal .modal-products,
#order-summary .products-select .modals .modal .modal-products {
  position: relative;
  background-color: #ffffff;
  margin: 5vh auto;
  padding: 45px;
  width: cacl(60%);
  max-width: 1200px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: animatemodal;
  animation-duration: 0.4s;
}
#order-cart .products-select .modals .modal .modal-products .list-buttons,
#order-summary .products-select .modals .modal .modal-products .list-buttons {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 20px;
  right: 60px;
  column-gap: 20px;
}
#order-cart .products-select .modals .modal .modal-products .list-buttons.hidden,
#order-summary .products-select .modals .modal .modal-products .list-buttons.hidden {
  display: none;
}
#order-cart .products-select .modals .modal .modal-products .list-buttons div,
#order-summary .products-select .modals .modal .modal-products .list-buttons div {
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  background-color: #c3922a;
  border-radius: 50%;
}
#order-cart .products-select .modals .modal .modal-products .list-buttons div:before,
#order-summary .products-select .modals .modal .modal-products .list-buttons div:before {
  width: 15px;
  height: 15px;
  content: '';
  border-top: solid 3px #ffffff;
  border-left: solid 3px #ffffff;
  rotate: -45deg;
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 5px);
}
#order-cart .products-select .modals .modal .modal-products .list-buttons div.next:before,
#order-summary .products-select .modals .modal .modal-products .list-buttons div.next:before {
  rotate: 135deg;
  left: calc(50% - 11px);
}
#order-cart .products-select .modals .modal .modal-products h4,
#order-summary .products-select .modals .modal .modal-products h4 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 3.5px;
  padding: 0;
  margin: 0;
}
#order-cart .products-select .modals .modal .modal-products h5,
#order-summary .products-select .modals .modal .modal-products h5 {
  font-size: 30px;
  line-height: 45px;
  padding: 0;
  margin: 0 0 45px 0;
}
#order-cart .products-select .modals .modal .modal-products .close,
#order-summary .products-select .modals .modal .modal-products .close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 12px;
  cursor: pointer;
  transition: color 0.5s;
}
#order-cart .products-select .modals .modal .modal-products .modal-body,
#order-summary .products-select .modals .modal .modal-products .modal-body {
  padding: 0 0 30px 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  position: relative;
  column-gap: 10px;
  overflow-x: auto;
  align-items: stretch;
}
#order-cart .products-select .modals .modal .modal-products .modal-body .modal-col,
#order-summary .products-select .modals .modal .modal-products .modal-body .modal-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 20px;
  flex: 0 0 calc((100% / 4) - (10px / 3));
}
@media (max-width: 992px) {
  #order-cart .products-select .modals .modal .modal-products .modal-body .modal-col,
  #order-summary .products-select .modals .modal .modal-products .modal-body .modal-col {
    flex: 0 0 calc((100% / 3) - (10px / 2));
  }
}
@media (max-width: 768px) {
  #order-cart .products-select .modals .modal .modal-products .modal-body .modal-col,
  #order-summary .products-select .modals .modal .modal-products .modal-body .modal-col {
    flex: 0 0 calc((100% / 2) - 10px);
  }
}
@media (max-width: 460px) {
  #order-cart .products-select .modals .modal .modal-products .modal-body .modal-col,
  #order-summary .products-select .modals .modal .modal-products .modal-body .modal-col {
    flex: 0 0 100%;
  }
}
#order-cart .products-select .modals .modal .modal-products .modal-body .modal-col .box,
#order-summary .products-select .modals .modal .modal-products .modal-body .modal-col .box {
  display: flex;
  flex-direction: column;
  flex: 0 1 calc((100% - 30px) / 4);
  align-items: center;
  position: relative;
  height: calc(50% - 10px);
  row-gap: 0;
}
#order-cart .products-select .modals .modal .modal-products .modal-body .modal-col .box .image,
#order-summary .products-select .modals .modal .modal-products .modal-body .modal-col .box .image {
  display: flex;
  flex-direction: column;
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 15px;
  border: solid 1px #efefef;
  overflow: hidden;
  align-items: center;
}
#order-cart .products-select .modals .modal .modal-products .modal-body .modal-col .box .image img,
#order-summary .products-select .modals .modal .modal-products .modal-body .modal-col .box .image img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
}
#order-cart .products-select .modals .modal .modal-products .modal-body .modal-col .box h3,
#order-summary .products-select .modals .modal .modal-products .modal-body .modal-col .box h3 {
  font-size: 16px;
  line-height: 32px;
  margin: 22px 0 0 0;
  padding: 0;
  width: 100%;
}
#order-cart .products-select .modals .modal .modal-products .modal-body .modal-col .box .text,
#order-summary .products-select .modals .modal .modal-products .modal-body .modal-col .box .text {
  font-size: 15px;
  line-height: 24px;
  margin: 10px 0 0 0;
  padding: 0;
  width: 100%;
}
#order-cart .products-select .modals .modal .modal-products .modal-body .modal-col .box .price,
#order-summary .products-select .modals .modal .modal-products .modal-body .modal-col .box .price {
  font-size: 15px;
  line-height: 24px;
  margin: 15px 0 0 0;
  padding: 0;
  color: #000000;
  width: 100%;
}
#order-cart .products-select .modals .modal .modal-products .modal-body .modal-col .box .button,
#order-summary .products-select .modals .modal .modal-products .modal-body .modal-col .box .button {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-grow: 1;
}
#order-cart .products-select .modals .modal .modal-products .modal-body.one-row .modal-col,
#order-summary .products-select .modals .modal .modal-products .modal-body.one-row .modal-col {
  flex-direction: row;
  column-gap: 20px;
  flex: 0 0 calc((100% - 20px) / 2);
}
@media (max-width: 992px) {
  #order-cart .products-select .modals .modal .modal-products .modal-body.one-row .modal-col,
  #order-summary .products-select .modals .modal .modal-products .modal-body.one-row .modal-col {
    flex: 0 0 calc((100% / 1.5) - (10px / 2));
  }
}
@media (max-width: 768px) {
  #order-cart .products-select .modals .modal .modal-products .modal-body.one-row .modal-col,
  #order-summary .products-select .modals .modal .modal-products .modal-body.one-row .modal-col {
    flex: 0 0 100%;
  }
}
@media (max-width: 460px) {
  #order-cart .products-select .modals .modal .modal-products .modal-body.one-row .modal-col,
  #order-summary .products-select .modals .modal .modal-products .modal-body.one-row .modal-col {
    flex: 0 0 200%;
  }
}
#order-cart .products-select .modals .modal .modal-products .modal-body.one-row .modal-col .box,
#order-summary .products-select .modals .modal .modal-products .modal-body.one-row .modal-col .box {
  flex: 0 0 calc((100% - 20px) / 2);
  height: 100%;
}
#order-summary .animal-selected {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 60px;
  background-color: #efefef;
  column-gap: 20px;
}
#order-summary .animal-selected h5 {
  font-size: 22px;
  line-height: 30px;
}
#order-summary .animal-selected img {
  height: 50px;
  width: auto;
}
#order-summary .delivery-selected {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 60px;
  background-color: #efefef;
  column-gap: 20px;
}
#order-summary .delivery-selected h5 {
  font-size: 22px;
  line-height: 30px;
  flex: 0 1 25%;
  max-width: 200px;
}
#order-summary .delivery-selected .text {
  flex: 1 0 75%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  box-sizing: border-box;
}
#order-summary .delivery-selected .text > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 15px;
  line-height: 20px;
}
#order-summary .delivery-selected .text > div > strong > span {
  font-weight: normal;
  color: #c3922a;
}
#order-summary .services-selected {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 20px;
}
#order-summary .services-selected .service {
  display: flex;
  flex: 0 1 calc(50% - 10px);
  box-sizing: border-box;
}
#order-summary .services-selected .service > span {
  margin-left: 10px;
  color: #c3922a;
  white-space: nowrap;
}
@media (max-width: 768px) {
  #order-summary .services-selected .service {
    flex: 0 1 100%;
  }
}
.ptrn-custom-form .form {
  width: 100%;
}
.ptrn-custom-form form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  row-gap: 15px;
}
.ptrn-custom-form form .input,
.ptrn-custom-form form .select,
.ptrn-custom-form form .textarea,
.ptrn-custom-form form .frating {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ptrn-custom-form form .input > label,
.ptrn-custom-form form .select > label,
.ptrn-custom-form form .textarea > label,
.ptrn-custom-form form .frating > label {
  flex: 0 0 150px;
  color: #000000;
}
.ptrn-custom-form form .input > .stars,
.ptrn-custom-form form .select > .stars,
.ptrn-custom-form form .textarea > .stars,
.ptrn-custom-form form .frating > .stars {
  display: flex;
  flex-direction: row;
  column-gap: 5px;
}
.ptrn-custom-form form .input > .stars .star:before,
.ptrn-custom-form form .select > .stars .star:before,
.ptrn-custom-form form .textarea > .stars .star:before,
.ptrn-custom-form form .frating > .stars .star:before {
  font-size: 24px;
}
.ptrn-custom-form form .select-list {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.ptrn-custom-form form .select-list label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.ptrn-custom-form form label > input,
.ptrn-custom-form form .checkbox > input {
  flex: 0 0 auto;
  margin-right: 10px;
}
.ptrn-custom-form form .checkbox,
.ptrn-custom-form form .submit {
  margin-left: 150px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.ptrn-custom-form input,
.ptrn-custom-form select {
  flex: 1 0 66%;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  padding: 0 20px;
  border: solid 1px #efefef;
  background-color: #ffffff;
}
.ptrn-custom-form input.submit,
.ptrn-custom-form select.submit {
  display: flex;
  color: #efefef;
  background: #c3922a;
  height: 50px;
  border-radius: 25px;
  padding: 0 30px;
  text-decoration: none;
  width: auto;
  margin: 0 auto;
  align-items: center;
  flex: 0 0 auto;
  margin: 0;
}
.ptrn-custom-form input.submit .heading,
.ptrn-custom-form select.submit .heading,
.ptrn-custom-form input.submit .title,
.ptrn-custom-form select.submit .title {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.ptrn-custom-form input.submit:hover,
.ptrn-custom-form select.submit:hover {
  text-decoration: none;
}
.ptrn-custom-form textarea {
  flex: 1 0 66%;
  height: 96px;
  line-height: 24px;
  font-size: 16px;
  padding: 10px 20px;
  border: solid 1px #efefef;
  background-color: #ffffff;
}
.ptrn-video-box .player {
  border-radius: 15px;
}
.ptrn-video-box.square {
  aspect-ratio: 1/1;
}
.ptrn-video-box.widescreen {
  aspect-ratio: 16/9;
}
.ptrn-video-box.fullscreen {
  aspect-ratio: 4/3;
}
.fancybox-slide--image .fancybox-content {
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
}
/* LESS file for project style customization (style differences from basic template), in E-shop HAS TO STAY EMPTY !!! */
.ptrn-banners-list .src-pagination,
.ptrn-articles-list .src-pagination {
  justify-content: center;
}
.ptrn-banners-list .src-pagination .more-button,
.ptrn-articles-list .src-pagination .more-button {
  margin-top: 40px;
}
.ptrn-banners-list .src-pagination .more-button a,
.ptrn-articles-list .src-pagination .more-button a {
  display: flex;
  color: #efefef;
  background: #c3922a;
  height: 50px;
  border-radius: 25px;
  padding: 0 30px;
  text-decoration: none;
  width: auto;
  margin: 0 auto;
  align-items: center;
}
.ptrn-banners-list .src-pagination .more-button a .heading,
.ptrn-articles-list .src-pagination .more-button a .heading,
.ptrn-banners-list .src-pagination .more-button a .title,
.ptrn-articles-list .src-pagination .more-button a .title {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.ptrn-banners-list .src-pagination .more-button a:hover,
.ptrn-articles-list .src-pagination .more-button a:hover {
  text-decoration: none;
}
/*
* Zde můžete vložit vlastní styly stránky.
*/
@media only screen and (min-width: 0px) {
  body .grid-root > .wrapper.b-image a {
    color: #c3922a;
  }
  .faqs ul > li > .box .title {
    background-color: #f5f3f4;
    color: #535353;
  }
  .faqs ul > li > .box .title:after {
    border: solid 2px #535353;
    border-top: none;
    border-left: none;
  }
  .image-radius img {
    border-radius: 20px;
  }
  #person-list.b-row > .grid > div.box .image img {
    border-radius: 20px;
  }
  #person-list.b-row > .grid > div.box .image {
    background: #fff;
  }
  /*pobocky zaobleni*/
  .ptrn-shops > .b-row .box {
    border-radius: 20px;
  }
  .ptrn-shops > .b-row .box img {
    border-radius: 20px;
  }
  /*posunuti tel. cisla doleva*/
  .ptrn-header div.top-menu > .grid-row > .b-row .b-col .phone-box {
    align-items: start;
  }
  /*prohozeni velikosti hlavniho nadpisu a podnadpisu*/
  .ptrn-header #promo.image .content p {
    font-size: 18px;
    line-height: 24px;
    margin-top: 18px;
    font-weight: normal;
  }
  .ptrn-header #promo.image .content h1 {
    font-size: 43px;
    line-height: 50px;
    font-weight: bold;
    max-width: 600px;
    margin: 15px 0 0 0;
  }
  /*cenik tabulka*/
  table.pricelist {
    /*border: 1px solid #909092;*/
    width: 100%;
    border-collapse: collapse;
  }
  table.pricelist td {
    /*border: 1px solid #909092;*/
    padding: 8px;
    font-size: 15px;
  }
  table.pricelist td:nth-child(2) {
    width: 120px;
  }
  table.pricelist tr:nth-child(odd) {
    background-color: #e7e4e3;
  }
  /*benefity - sluzby*/
  .benefits > .b-row > .grid > div p {
    font-size: 15px;
  }
  .benefits > .b-row > .grid > div .title {
    font-size: 20px;
    text-align: left;
    font-weight: 600;
  }
  /*prebarveni hvezd*/
  .ptrn-rating > .star:before {
    color: #c3922a;
  }
  .ptrn-rating > .star.active:before {
    color: #3e3e3e;
  }
  .flaticon-star:before {
    color: #c3922a;
  }
  .fancybox img {
    border-radius: 15px;
  }
  /*cookies tlacitka*/
  .cookie-law-wrapper .cookie-law .close {
    background: #353434 !important;
    border-radius: 15px;
  }
  .cookie-law-wrapper .cookie-law .close.red {
    background: #535353 !important;
  }
  .cookie-law-wrapper .cookie-law .close.green {
    background: #c4922a !important;
  }
}
@media only screen and (max-width: 576px) {
  .ptrn-header #promo.image .content h1 {
    font-size: 26px;
    line-height: 32px;
    max-width: 370px;
  }
  .ptrn-header #promo.image .content p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .ptrn-header #promo.image .content h1 {
    font-size: 32px;
    line-height: 40px;
    max-width: 500px;
  }
  .ptrn-header #promo.image .content p {
    font-size: 22px;
    line-height: 27px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 992px) {
  .desktopTable {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .ptrn-header div.top-menu > .grid-row > .b-row .menu ul {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .ptrn-header #promo.image .content p {
    max-width: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .ptrn-header div.top-menu > .grid-row > .b-row .menu ul {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1400px) {
  .ptrn-header #promo.image .content h1 {
    font-size: 43px;
    line-height: 50px;
    font-weight: bold;
    max-width: 600px;
    margin: 15px 0 0 0;
  }
  .benefits > .b-row > .grid > div p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .mobileTable {
    display: none;
  }
}
/*
* Zde můžete vložit vlastní styly stránky.
*/
.no-scroll {
  overflow: hidden;
}
.cookie-consent .reopen-cookie-consent {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #013461;
  color: #f0f0f0;
  text-decoration: none;
  margin-top: 5px;
  min-width: 250px;
  max-width: 450px;
}
@media (max-width: 991px) {
  .cookie-consent .reopen-cookie-consent {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cookie-consent .reopen-cookie-consent {
    height: 50px;
  }
}
.cookie-consent table {
  margin: 0;
}
.cookie-consent table tr th {
  border-top: 1px solid grey;
}
.cookie-consent table tr td,
.cookie-consent table tr th {
  padding: 6px;
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;
}
.cookie-consent table tr td:first-child,
.cookie-consent table tr th:first-child {
  border-left: 1px solid grey;
}
.cookie-law-wrapper {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 5123456789;
}
.cookie-law-wrapper .cookie-law {
  background: #f0f0f0;
  padding: 5px 15px 20px;
  border-top: 1px solid #013461;
  font-size: 13px;
  line-height: 150%;
  display: flex;
}
@media (max-width: 991px) {
  .cookie-law-wrapper .cookie-law {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .cookie-law-wrapper .cookie-law {
    flex-direction: row;
  }
}
.cookie-law-wrapper .cookie-law div.consent-info .close-cookie-modal {
  float: right;
  font-size: 28px;
  text-decoration: none;
  color: red;
}
@media (max-width: 991px) {
  .cookie-law-wrapper .cookie-law div.consent-info {
    width: 100%;
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .cookie-law-wrapper .cookie-law div.consent-info {
    width: 80%;
    padding: 0 45px;
  }
}
.cookie-law-wrapper .cookie-law div.consent-info label {
  line-height: 150%;
}
.cookie-law-wrapper .cookie-law div.consent-info label p {
  font-weight: normal;
}
.cookie-law-wrapper .cookie-law div.consent-info label strong {
  color: black;
}
.cookie-law-wrapper .cookie-law div.consent-buttons {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.cookie-law-wrapper .cookie-law div.consent-buttons .main-buttons {
  display: flex;
  flex-direction: column-reverse;
}
.cookie-law-wrapper .cookie-law div.consent-buttons .main-buttons .close {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 862px) {
  .cookie-law-wrapper .cookie-law div.consent-buttons .main-buttons {
    flex-direction: row;
    justify-content: space-around;
    gap: 14px;
    width: 515px;
  }
}
.cookie-law-wrapper .cookie-law p {
  color: black;
  font-size: 14px;
}
.cookie-law-wrapper .cookie-law p strong {
  font-size: 30px;
  color: black;
}
@media (max-width: 991px) {
  .cookie-law-wrapper .cookie-law p strong {
    line-height: 130%;
  }
}
@media (min-width: 992px) {
  .cookie-law-wrapper .cookie-law p strong {
    line-height: 250%;
  }
}
.cookie-law-wrapper .cookie-law .more,
.cookie-law-wrapper .cookie-law .close {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #013461;
  color: #f0f0f0;
  text-decoration: none;
  margin-top: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (min-width: 862px) {
  .cookie-law-wrapper .cookie-law .more,
  .cookie-law-wrapper .cookie-law .close {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .cookie-law-wrapper .cookie-law .more,
  .cookie-law-wrapper .cookie-law .close {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.cookie-law-wrapper .cookie-law .more.green,
.cookie-law-wrapper .cookie-law .close.green {
  background: #176d34;
}
.cookie-law-wrapper .cookie-law .more.red,
.cookie-law-wrapper .cookie-law .close.red {
  background: #ff2828;
}
@media (max-width: 630px) {
  .cookie-law-wrapper .cookie-law .more.red span,
  .cookie-law-wrapper .cookie-law .close.red span {
    line-height: 110%;
  }
}
.cookie-law-wrapper .cookie-law .more {
  background: transparent;
  color: #013461;
  text-decoration: underline;
}
.cookie-law-wrapper.floating {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.77);
}
.cookie-law-wrapper.floating .cookie-law {
  position: fixed;
  border: 1px solid;
  border-radius: 15px;
  padding: 5px 30px 20px 30px;
  flex-direction: column;
  overflow-y: scroll;
}
@media (max-width: 520px) {
  .cookie-law-wrapper.floating .cookie-law {
    top: 5%;
    left: 10%;
    right: 10%;
    bottom: 5%;
  }
}
@media (min-width: 521px) and (max-width: 991px) {
  .cookie-law-wrapper.floating .cookie-law {
    top: 10%;
    left: 10%;
    right: 10%;
    bottom: 10%;
  }
}
@media (min-width: 992px) {
  .cookie-law-wrapper.floating .cookie-law {
    top: 15%;
    left: 20%;
    right: 20%;
    bottom: 15%;
  }
}
@media (min-width: 1200px) {
  .cookie-law-wrapper.floating .cookie-law {
    position: revert;
    width: 900px;
    max-height: calc(100vh - 160px);
    margin: 90px auto 0 auto;
  }
}
.cookie-law-wrapper.floating .cookie-law div.consent-info {
  width: 100%;
  margin-top: 28px;
  padding: 0;
}
.cookie-law-wrapper.floating .cookie-law div.consent-info .close.submit {
  max-width: 250px;
}
.cookie-law-wrapper.floating .cookie-law div.consent-buttons {
  align-items: center;
}
@media (max-width: 470px) {
  .cookie-law-wrapper.floating .cookie-law {
    font-size: 17px;
  }
  .cookie-law-wrapper.floating .cookie-law p {
    font-size: 15px;
  }
  .cookie-law-wrapper.floating .cookie-law p strong {
    font-size: 22px;
  }
  .cookie-law-wrapper.floating .cookie-law div.consent-buttons {
    margin: 38px 5% 0 5%;
  }
  .cookie-law-wrapper.floating .cookie-law div.consent-buttons .close.green,
  .cookie-law-wrapper.floating .cookie-law div.consent-buttons .close.red {
    margin-top: 7px;
  }
}
@media (min-width: 471px) {
  .cookie-law-wrapper.floating .cookie-law {
    font-size: 17px;
  }
  .cookie-law-wrapper.floating .cookie-law div.consent-buttons {
    margin: 38px 10% 0 10%;
  }
  .cookie-law-wrapper.floating .cookie-law div.consent-buttons .close.green,
  .cookie-law-wrapper.floating .cookie-law div.consent-buttons .close.red {
    margin-top: 12px;
  }
  .cookie-law-wrapper.floating .cookie-law p {
    font-size: 17px;
  }
}
.modal .close {
  cursor: pointer;
  padding: 0;
  border: 0;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  background: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
a.fancybox {
  padding: 0 !important;
}
#swipebox-overlay {
  background: rgba(13, 13, 13, 0.85);
}
.service-special select {
  color: black;
}
