:root {
    --color-primary: #000020;
    --color-secondary: #f0f0f0;
    --color-accent: #8601c6;
    --color-black: #000;
    --color-white: #fff;
    --color-green: #589842;
    --color-gray: rgba(0, 0, 0, 0.3);
    --color-whitetransp1: rgba(255, 255, 255, 0.3);
    --color-whitetransp2: rgba(255, 255, 255, 0.5);
    --color-lightgray: #F4F4F4;
    --color-violet: #502b7d;
    --color-purple: #8601C6;
    --color-purpletransp: rgba(134, 1, 198, 0.3);
    --color-lightpurple: #FCEEFC;
    --color-graphit: #303032;
    --color-orange: #f15929;
    --gradient-std: linear-gradient(180deg, #000020 0%, #8601c6 100%);
    --gradient-silver: linear-gradient(180deg, #393941 0%, #a8a8bb 100%);

/*    --gradient-primary: linear-gradient(90deg, #ECF2F6 0%, rgba(236, 242, 246, 0) 70.31%);
    --gradient-blue: linear-gradient(145.92deg, #5956E9 20.18%, #9991FF 76.9%);
    --gradient-accent: linear-gradient(180deg, #FAB8C4 0%, #FFEDF0 100%);
    --gradient-white: linear-gradient(266.3deg, rgba(236, 242, 246, 0) 7.84%, #ECF2F6 29.1%, rgba(236, 242, 246, 0) 64.32%);
    --gradient-dark: linear-gradient(180deg, #27272E 0%, #303035 100%);*/

    --border-white: 1px solid #FFFFFF;
    --border-light: 1px solid #E3E6E9;
    --border-lighter: 1px solid #ECF2F6;
    --border-dark: 1px solid var(--color-ship-gray);
    --border-gray: 1px solid var(--color-gray-4);

    --font-primary: "Involve", sans-serif;
    --font-secondary: "Involve", sans-serif;
    --font-awesome: "Font Awesome 5 Pro";
    --transition: all 0.3s ease-in-out;
    --font-body-1: 18px;
    --font-body-2: 16px;
    --font-body-3: 14px;
    --font-body-4: 12px;
    --line-height-b1: 1.5;
    --line-height-b3: 1.1;
}

body {
  color: var(--color-primary);
  background-color: var(--color-lightgray);
  font-family: var(--font-primary), sans-serif;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
}

@media only screen and (max-width: 767.98px) {
  body {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
  }
} 

body.fix {
/*  position: fixed;*/
  height: 100%; 
  overflow: hidden;
}

strong {
  color: var(--color-primary);
/*  line-height: 28px;*/
/*  font-size: 20px;*/
  font-weight: 500;
}

.accent {
  color: var(--color-accent) !important;
}

a {
  transition: var(--transition);
  text-decoration: none;
  color: var(--color-accent);
}
a:hover, a:focus {
  outline: none;
  text-decoration: none;
  transition: var(--transition);
  color: var(--color-accent);
}
a:hover path, a:hover rect{
  transition: var(--transition);
}

p {
  margin-bottom: 8px;
}
p:last-child {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-secondary), sans-serif;
  color: var(--color-primary);
  margin: 0;
}

/*
h1, .h1 {
  font-size: 45px;
  line-height: 56px;
  font-weight: 500;
}

h1 strong, .h1 strong{
  font-size: 45px;
  line-height: 56px;
  font-weight: 500;
  color: var(--color-accent);
}

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

h3, .h3 {
  font-size: 36px;
  line-height: 47px;
  font-weight: 500;
}

h4, .h4 {
  font-size: 30px;
  line-height: 39px;
  font-weight: 500;
}

h5, .h5 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

h6, .h6 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}
*/


h1, .h1 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
}
h1 strong, .h1 strong{
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  color: var(--color-accent);
}

h2, .h2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
}
h3, .h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
}

h4, .h4 {
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
}

h5, .h5 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

h6, .h6 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

@media only screen and (max-width: 576px) {
  h1, .h1 {
    font-size: 24px;
    line-height: 1.25;
  }

  h1 strong, .h1 strong{
    font-size: 24px;
    line-height: 1.25;
    font-weight: 500;
    color: var(--color-accent);
  }

  h2, .h2 {
    font-size: 20px;
    line-height: 1.25;
  }

  h3, .h3 {
    font-size: 20px;
    line-height: 1.25;
  }

  h4, .h4 {
    font-size: 18px;
    line-height: 1.25;
  }

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

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

.red {
  color: var(--color-accent);
}

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

strong,
b {
  font-weight: 500;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.btn,
button {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: transparent;
}
.btn:active, .btn:focus,
button:active,
button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input,
textarea {
  resize: none;
}
input:focus,
textarea:focus {
  outline: none;
}


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


.form-control:focus {
  border-color: #111;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-group {
  margin-bottom: 1rem;
}

::-moz-selection {
  color: #fff;
  background: #111;
}

::selection {
  color: #fff;
  background: #111;
}

::-webkit-input-placeholder {
  color: #999;
  font-size: 13px;
  opacity: 1;
}

::-moz-placeholder {
  color: #999;
  font-size: 13px;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
  font-size: 13px;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #999;
  font-size: 13px;
  opacity: 1;
}

::placeholder {
  color: #999;
  font-size: 13px;
  opacity: 1;
}

/* ----tab problem fix css ----*/
.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}
.tab-content .tab-pane.active {
  height: auto;
  opacity: 1;
  overflow: visible;
  visibility: visible;
}

/* ----tab problem fix css ----*/
/*------- modal fix start -------*/
.modal-dialog {
  max-width: 1000px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .modal-dialog {
    max-width: 800px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal-dialog {
    max-width: 700px;
  }
}

.modal {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -99;
}
.modal.show {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  z-index: 99999999;
  -webkit-animation: slideInDown 0.4s forwards;
  animation: slideInDown 0.4s forwards;
}
.modal .modal-header {
  padding: 0 10px;
  border-bottom: none;
}
.modal .modal-header .close {
  color: #222222;
  font-size: 34px;
  opacity: 1;
  display: block;
  position: absolute;
  padding: 0;
  width: 30px;
  height: 30px;
  margin: 0;
  right: 10px;
  top: 10px;
  font-weight: 500;
  z-index: 999;
  line-height: 30px;
  border-radius: 50%;
}
.modal .modal-body {
  padding: 20px 10px;
}
@media only screen and (max-width: 479.98px) {
  .modal .modal-body {
    padding: 10px;
  }
}

/*------- modal fix end -------*/
/* ---- Sick Slider arrow style start ----*/
.slick-slider .slick-slide > div > div {
  vertical-align: middle;
}

.slick-arrow-style button.slick-arrow {
  top: 50%;
  left: 0;
/*  font-size: 70px;*/
/*  color: #FFF;*/
  cursor: pointer;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);

  background-color: transparent;
  border-radius: 12px;
  width:60px;
  height:60px;
  display:inline-flex;
  align-items: center;
  justify-content: center;
}
.slick-arrow-style button.slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.slick-arrow-style button.slick-arrow:hover {
/*  color: #111;*/
}
.slick-arrow-style:hover button.slick-arrow {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  background-color: var(--color-whitetransp1);
/*  border-radius: 12px;
  width:60px;
  height:60px;
  display:inline-flex;
  align-items: center;
  justify-content: center;*/
}

.slick-arrow-style:hover button.slick-arrow.slick-prev {
  left: -60px;
  right: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767.98px) {
  .slick-arrow-style:hover button.slick-arrow.slick-prev {
    left: -20px;
  }
}
.slick-arrow-style:hover button.slick-arrow.slick-next {
  left: auto;
  right: -60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767.98px) {
  .slick-arrow-style:hover button.slick-arrow.slick-next {
    right: -20px;
  }
}
.slick-arrow-style_hero button.slick-arrow {
  font-size: 60px;
  left: 0;
  width: inherit;
  height: inherit;
  background-color: transparent;
  z-index: 1;
  border-radius: 12px;
  width:60px;
  height:60px;
  display:inline-flex;
  align-items: center;
  justify-content: center;
}
.slick-arrow-style_hero button.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow-style_hero button.slick-arrow:hover {
/*  color: #111;*/
/*  background-color: transparent;*/
  background-color: var(--color-whitetransp2);
}
.slick-arrow-style_hero:hover button.slick-arrow.slick-next {
  right: 15px;
}
.slick-arrow-style_hero:hover button.slick-arrow.slick-prev {
  left: 15px;
}


.slick-arrow-style button.slick-prev2, .slick-arrow-style button.slick-next2 {
  background-color: rgba(255, 255, 255, 0.7) !important;
  border-radius:50% !important;
  width:60px !important;
  height:60px !important;
  font-size: 60px;
  line-height:60px;
  color: #111;
}
.slick-arrow-style button.slick-prev2 {
  left: 0px !important;
  right: auto !important;
}
.slick-arrow-style button.slick-next2 {
  left: auto !important;
  right: 0px !important;
}


.slick-append {
  background-color: #fff;
  z-index: 2;
  margin-top: -2px;
}
.slick-append button {
  font-size: 30px;
  line-height: 1;
  position: inherit;
  display: inline-block;
  background-color: transparent;
  color: #555555;
}
.slick-append button:hover {
  color: #111;
}

/*--------- slick slider dot style start -------*/
.slick-dot-style ul.slick-dots {
  bottom: 15px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.slick-dot-style ul.slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
.slick-dot-style ul.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dot-style ul.slick-dots li button {
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  display: block;
  text-indent: -5000px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 2px solid var(--color-accent);
  background-color: transparent;
}
.slick-dot-style ul.slick-dots li.slick-active button {
  border-color: var(--color-accent);
  background-color: var(--color-accent);
}

.slick-row-3 .slick-list {
  margin: 0 -3px;
}
.slick-row-3 .slick-list .slick-slide {
  margin: 0 3px;
}

@media only screen and (max-width: 767.98px) {
  .slick-sm-row-3 .slick-list {
    margin: 0 -3px !important;
  }
  .slick-sm-row-3 .slick-list .slick-slide {
    margin: 0 3px !important;
  }
}
.slick-row-4 .slick-list {
  margin: 0 -4px;
}
.slick-row-4 .slick-list .slick-slide {
  margin: 0 4px;
}

@media only screen and (max-width: 767.98px) {
  .slick-sm-row-4 .slick-list {
    margin: 0 -4px !important;
  }
  .slick-sm-row-4 .slick-list .slick-slide {
    margin: 0 4px !important;
  }
}
.slick-row-5 .slick-list {
  margin: 0 -5px;
}
.slick-row-5 .slick-list .slick-slide {
  margin: 0 5px;
}

@media only screen and (max-width: 767.98px) {
  .slick-sm-row-5 .slick-list {
    margin: 0 -5px !important;
  }
  .slick-sm-row-5 .slick-list .slick-slide {
    margin: 0 5px !important;
  }
}
.slick-row-6 .slick-list {
  margin: 0 -6px;
}
.slick-row-6 .slick-list .slick-slide {
  margin: 0 6px;
}

@media only screen and (max-width: 767.98px) {
  .slick-sm-row-6 .slick-list {
    margin: 0 -6px !important;
  }
  .slick-sm-row-6 .slick-list .slick-slide {
    margin: 0 6px !important;
  }
}
.slick-row-7 .slick-list {
  margin: 0 -7px;
}
.slick-row-7 .slick-list .slick-slide {
  margin: 0 7px;
}

@media only screen and (max-width: 767.98px) {
  .slick-sm-row-7 .slick-list {
    margin: 0 -7px !important;
  }
  .slick-sm-row-7 .slick-list .slick-slide {
    margin: 0 7px !important;
  }
}
.slick-row-8 .slick-list {
  margin: 0 -8px;
}
.slick-row-8 .slick-list .slick-slide {
  margin: 0 8px;
}

@media only screen and (max-width: 767.98px) {
  .slick-sm-row-8 .slick-list {
    margin: 0 -8px !important;
  }
  .slick-sm-row-8 .slick-list .slick-slide {
    margin: 0 8px !important;
  }
}
.slick-row-9 .slick-list {
  margin: 0 -9px;
}
.slick-row-9 .slick-list .slick-slide {
  margin: 0 9px;
}

@media only screen and (max-width: 767.98px) {
  .slick-sm-row-9 .slick-list {
    margin: 0 -9px !important;
  }
  .slick-sm-row-9 .slick-list .slick-slide {
    margin: 0 9px !important;
  }
}
.slick-row-10 .slick-list {
  margin: 0 -10px;
}
.slick-row-10 .slick-list .slick-slide {
  margin: 0 10px;
}

@media only screen and (max-width: 767.98px) {
  .slick-sm-row-10 .slick-list {
    margin: 0 -10px !important;
  }
  .slick-sm-row-10 .slick-list .slick-slide {
    margin: 0 10px !important;
  }
}
.slick-row-11 .slick-list {
  margin: 0 -11px;
}
.slick-row-11 .slick-list .slick-slide {
  margin: 0 11px;
}

@media only screen and (max-width: 767.98px) {
  .slick-sm-row-11 .slick-list {
    margin: 0 -11px !important;
  }
  .slick-sm-row-11 .slick-list .slick-slide {
    margin: 0 11px !important;
  }
}
.slick-row-12 .slick-list {
  margin: 0 -12px;
}
.slick-row-12 .slick-list .slick-slide {
  margin: 0 12px;
}

@media only screen and (max-width: 767.98px) {
  .slick-sm-row-12 .slick-list {
    margin: 0 -12px !important;
  }
  .slick-sm-row-12 .slick-list .slick-slide {
    margin: 0 12px !important;
  }
}
.slick-row-13 .slick-list {
  margin: 0 -13px;
}
.slick-row-13 .slick-list .slick-slide {
  margin: 0 13px;
}

@media only screen and (max-width: 767.98px) {
  .slick-sm-row-13 .slick-list {
    margin: 0 -13px !important;
  }
  .slick-sm-row-13 .slick-list .slick-slide {
    margin: 0 13px !important;
  }
}
.slick-row-14 .slick-list {
  margin: 0 -14px;
}
.slick-row-14 .slick-list .slick-slide {
  margin: 0 14px;
}

@media only screen and (max-width: 767.98px) {
  .slick-sm-row-14 .slick-list {
    margin: 0 -14px !important;
  }
  .slick-sm-row-14 .slick-list .slick-slide {
    margin: 0 14px !important;
  }
}
.slick-row-15 .slick-list {
  margin: 0 -15px;
}
.slick-row-15 .slick-list .slick-slide {
  margin: 0 15px;
}

@media only screen and (max-width: 767.98px) {
  .slick-sm-row-15 .slick-list {
    margin: 0 -15px !important;
  }
  .slick-sm-row-15 .slick-list .slick-slide {
    margin: 0 15px !important;
  }
}
.slick-slider .slick-slide > div {
  margin-bottom: 30px;
}
.slick-slider .slick-slide > div:last-child {
  margin-bottom: 0;
}

/* ----scroll to top css start ----*/
.scroll-top {
  bottom: 50px;
  cursor: pointer;
  height: 50px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 50px;
  z-index: 9999;
  padding-top:7px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 15px;
/*  background-color: #111;*/
  background-color: var(--color-purpletransp);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 767.98px) {
  .scroll-top {
    display: none;
  }
}
.scroll-top i {
  line-height: 50px;
  color: #fff;
  font-size: 25px;
}
.scroll-top.not-visible {
  bottom: -50px;
  visibility: hidden;
  opacity: 0;
}
.scroll-top:hover {
  background-color: var(--color-accent);
}

/* ----scroll to top css end ----*/
.container {
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
}

@media only screen and (min-width: 1400px) {
  .container-fluid {
    padding-right: var(--bs-gutter-x, 45px);
    padding-left: var(--bs-gutter-x, 45px);
  }
}

.row {
  --bs-gutter-x: 30px;
}

.custom-container {
  max-width: 1800px;
}

.row-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.row-0 > [class*=col] {
  padding-left: 0px;
  padding-right: 0px;
}

.row-1 {
  margin-left: -0.5px;
  margin-right: -0.5px;
}
.row-1 > [class*=col] {
  padding-left: 0.5px;
  padding-right: 0.5px;
}

.row-2 {
  margin-left: -1px;
  margin-right: -1px;
}
.row-2 > [class*=col] {
  padding-left: 1px;
  padding-right: 1px;
}

.row-3 {
  margin-left: -1.5px;
  margin-right: -1.5px;
}
.row-3 > [class*=col] {
  padding-left: 1.5px;
  padding-right: 1.5px;
}

.row-4 {
  margin-left: -2px;
  margin-right: -2px;
}
.row-4 > [class*=col] {
  padding-left: 2px;
  padding-right: 2px;
}

.row-5 {
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.row-5 > [class*=col] {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.row-6 {
  margin-left: -3px;
  margin-right: -3px;
}
.row-6 > [class*=col] {
  padding-left: 3px;
  padding-right: 3px;
}

.row-7 {
  margin-left: -3.5px;
  margin-right: -3.5px;
}
.row-7 > [class*=col] {
  padding-left: 3.5px;
  padding-right: 3.5px;
}

.row-8 {
  margin-left: -4px;
  margin-right: -4px;
}
.row-8 > [class*=col] {
  padding-left: 4px;
  padding-right: 4px;
}

.row-9 {
  margin-left: -4.5px;
  margin-right: -4.5px;
}
.row-9 > [class*=col] {
  padding-left: 4.5px;
  padding-right: 4.5px;
}

.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row-10 > [class*=col] {
  padding-left: 5px;
  padding-right: 5px;
}

.row-11 {
  margin-left: -5.5px;
  margin-right: -5.5px;
}
.row-11 > [class*=col] {
  padding-left: 5.5px;
  padding-right: 5.5px;
}

.row-12 {
  margin-left: -6px;
  margin-right: -6px;
}
.row-12 > [class*=col] {
  padding-left: 6px;
  padding-right: 6px;
}

.row-13 {
  margin-left: -6.5px;
  margin-right: -6.5px;
}
.row-13 > [class*=col] {
  padding-left: 6.5px;
  padding-right: 6.5px;
}

.row-14 {
  margin-left: -7px;
  margin-right: -7px;
}
.row-14 > [class*=col] {
  padding-left: 7px;
  padding-right: 7px;
}

.row-15 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.row-15 > [class*=col] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.row-16 {
  margin-left: -8px;
  margin-right: -8px;
}
.row-16 > [class*=col] {
  padding-left: 8px;
  padding-right: 8px;
}

.row-17 {
  margin-left: -8.5px;
  margin-right: -8.5px;
}
.row-17 > [class*=col] {
  padding-left: 8.5px;
  padding-right: 8.5px;
}

.row-18 {
  margin-left: -9px;
  margin-right: -9px;
}
.row-18 > [class*=col] {
  padding-left: 9px;
  padding-right: 9px;
}

.row-19 {
  margin-left: -9.5px;
  margin-right: -9.5px;
}
.row-19 > [class*=col] {
  padding-left: 9.5px;
  padding-right: 9.5px;
}

.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-20 > [class*=col] {
  padding-left: 10px;
  padding-right: 10px;
}

.row-21 {
  margin-left: -10.5px;
  margin-right: -10.5px;
}
.row-21 > [class*=col] {
  padding-left: 10.5px;
  padding-right: 10.5px;
}

.row-22 {
  margin-left: -11px;
  margin-right: -11px;
}
.row-22 > [class*=col] {
  padding-left: 11px;
  padding-right: 11px;
}

.row-23 {
  margin-left: -11.5px;
  margin-right: -11.5px;
}
.row-23 > [class*=col] {
  padding-left: 11.5px;
  padding-right: 11.5px;
}

.row-24 {
  margin-left: -12px;
  margin-right: -12px;
}
.row-24 > [class*=col] {
  padding-left: 12px;
  padding-right: 12px;
}

.row-25 {
  margin-left: -12.5px;
  margin-right: -12.5px;
}
.row-25 > [class*=col] {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.row-26 {
  margin-left: -13px;
  margin-right: -13px;
}
.row-26 > [class*=col] {
  padding-left: 13px;
  padding-right: 13px;
}

.row-27 {
  margin-left: -13.5px;
  margin-right: -13.5px;
}
.row-27 > [class*=col] {
  padding-left: 13.5px;
  padding-right: 13.5px;
}

.row-28 {
  margin-left: -14px;
  margin-right: -14px;
}
.row-28 > [class*=col] {
  padding-left: 14px;
  padding-right: 14px;
}

.row-29 {
  margin-left: -14.5px;
  margin-right: -14.5px;
}
.row-29 > [class*=col] {
  padding-left: 14.5px;
  padding-right: 14.5px;
}

.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.row-30 > [class*=col] {
  padding-left: 15px;
  padding-right: 15px;
}

/*------- short classes start -------*/
.section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-ligint-grey_bg{
  background-color: #dcdddf;
}

.section-lili-grey_bg{
  background-color: #f7f7f7;
}

@media only screen and (max-width: 767.98px) {
  .section-padding {
    padding-top: 63px;
    padding-bottom: 63px;
  }
}

/*.mb-30 {
  margin-bottom: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mtn-20 {
  margin-top: -20px;
}

.mbn-30 {
  margin-bottom: -30px;
}

.mtn-30 {
  margin-top: -30px;
}

.ptb-30 {
  padding: 30px 0;
}
*/
/*------- short classes end -------*/






/*----------- @@header top area start -----------*/ 
@media only screen and (min-width: 1600px) {
  .header-wide {
/*    padding: 0 85px;*/
    padding: 0;
  }
}
/*@media only screen and (min-width: 1200px) {
  .header-wide .container {
    max-width: 100%;
  }
}*/

.header-top {
  padding: 10px 0;
}

.header-top__content{
  background-color: var(--color-gray);
  border-radius:12px;
  height:30px;
  padding:0 30px;
}

.header-top__content ul li {
  display:inline-block;
/*  cursor: pointer;*/
  padding-left: 30px;
}
.header-top__content ul li:first-child {
  padding-left: 0;
}

.header-top__content ul li a{
  color: var(--color-white);
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}

.header-top__content ul li a.accent{
  color: var(--color-accent);
}
.header-top__content ul li a.with-icon{
  display:flex;
  align-items: center !important;
}
.header-top__content ul li a.with-icon img{
  display:inline-block;
  margin-top:2px;
}
.header-top__content ul li a.with-icon svg{
  display:inline-block;
}
.header-top__content ul li a.with-icon svg path{
/*  fill: var(--color-white);*/
  stroke: var(--color-white);
  transition: var(--transition);
}

.header-top__content ul li a.with-icon span{
  display:inline-block;
  padding-left:10px;
}

.header-top__content ul li a:hover{
  color: var(--color-accent);
}
.header-top__content ul li a:hover svg path{
/*  fill: var(--color-accent);*/
  stroke: var(--color-accent);
/*  transition: var(--transition); */
}

/*.header-top__inner .header-top__content ul li, .header-top__inner .header-top__content ul li a{
  color: #111;
}*/

/*.header-top__content ul li:before {
  top: 50%;
  left: 0;
  width: 1px;
  height: 15px;
  content: "";
  position: absolute;
  background-color: #efefef;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}*/

.header-top__content ul li:first-child:before {
  display: none;
}
.header-top__content ul li .dropdown-list {
  top: 100%;
  right: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 15px 15px 20px;
  width: 150px;
  z-index: 9;
  text-align: left;
  background-color: #fff;
  pointer-events: none;
  border: 1px solid #efefef;
}
.header-top__content ul li .dropdown-list li {
  margin-left: 0;
  padding: 0;
}
.header-top__content ul li .dropdown-list li a {
  color: #555555;
  font-size: 13px;
  display: block;
  padding: 5px 0 3px;
}
.header-top__content ul li .dropdown-list li a:hover {
  color: #111;
}
.header-top__content ul li .dropdown-list li a img {
  vertical-align: inherit;
}
.header-top__content ul li .dropdown-list li:before {
  display: none;
}
.header-top__content ul li:hover .dropdown-list {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.header-top__content .header-top-icon {
  font-size:20px;
}
.header-top__content .header-top-soc-icon{
  font-size:18px;
  display:block;
/*  padding:0 5px;*/
}

/*.header-main-area .logo img{
  width:100%;
  height:auto;
}
.header-main-area.is-sticky .logo img, .header-main-area__inner .logo img{
  width:auto;
  height:40px;
}*/


.header-main {
  padding: 10px 0;
}

.header-main__content{
  background-color: var(--color-white);
  border-radius:12px;
  height:80px;
  position: relative;
  z-index:5;
}

.header-main__content-logo{
  padding: 0 30px;
  display: flex;
  align-items: center !important;
}
  .header-main__content-logo a{
    display: block;
  }
  .header-main__content-logo img{
    width: 144px;
    height: auto;
    display: inline-block;
    margin-top: 4px;
  }
  .header-main__content-logo div{
    color: var(--color-graphit);
/*    color: var(--color-accent);*/
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    padding-left:25px;
  }


@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header-main__content-logo{
    padding: 0 15px 0 30px;
  }
  .header-main__content-logo img{
    width: 100px;
    height: auto;
    display: inline-block;
    margin-top: 4px;
  }
  .header-main__content-logo div{
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    padding-left:20px;
  }
}  

.header-main__content-center{
  
}
/*  .header-main__content-menu{
    
  }
    .header-main__content-menu li{
      margin:0 15px;
    }  
    .header-main__content-menu a{
      color: var(--color-primary);
      font-size: 18px;
      line-height: 28px;
      font-weight: 500;
    }
    .header-main__content-menu a:hover{
      color: var(--color-accent);
    }*/
  .header-main__content-search{
    
  }
    .header-main__content-search-input{
      height: 42px;
      border-radius: 42px;
      background-color: var(--color-lightgray); 
      padding:0 15px;
    }
    .header-main__content-search-input svg{
      display:inline-block;
    }
    .header-main__content-search-input svg path{
      fill: var(--color-primary);
/*      transition: var(--transition); */
    }
/*    .header-main__content-search-input input{
      display:inline-block;
      background-color: transparent;
      border: none;
      color: var(--color-primary);
      font-family: var(--font-primary), sans-serif;
      font-size: 18px;
      line-height: 28px;
      font-weight: 400;
      width: 280px;
      margin-left: 10px;
    }

    .header-main__content-search-input input[type=text]:focus {
      outline:none;
    }*/

    .header-main__content-search-input ::placeholder {
      color: var(--color-gray);
      font-family: var(--font-primary), sans-serif;
      font-size: 18px;
      line-height: 28px;
      font-weight: 400;
      opacity: 1;
    }

    .header-main__content-search-input button{
      line-height:21px;
    }

    .header-main__content-search-input #searchsubmit{
      cursor:pointer;
    }
    .header-main__content-search-input #searchsubmit path{
      fill: var(--color-accent);
    }

.header-main__content-contact{
  padding:0 30px;
}
  .header-main__content-phone{
    display:block;
    white-space: nowrap;
    color: var(--color-primary);
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
  }
  .header-main__content-email{
    display:block;
    white-space: nowrap;
    color: var(--color-primary);
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
  }
  .header-main__content-phone:hover, .header-main__content-email:hover{
    color: var(--color-accent);
/*    text-decoration:underline;*/
  }  

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header-main__content-contact{
    padding:0 30px 0 15px;
  }
  .header-main__content-phone{
    font-size: 15px;
    line-height: 26px;
  }
  .header-main__content-email{
    font-size: 15px;
    line-height: 26px;
  }
}


.seach-block{
  position: relative;
}
  #gosearch{
    cursor:pointer;
  }
  #gosearch path{
    fill: var(--color-primary);
  }
  .seach-form{
    display:none;
    position: absolute;
    top: -7px;
    right: -7px;
    z-index:5;
  }
  .seach-block:hover .seach-form{
    display:block;
  }






.current-wrap{
  gap: 15px;
}

.header-mobile-icon{
  display:block;
  width:25px;
  text-align: center;
  font-size:20px;
  display:block;
  margin-right:10px;  
}


.welcome-message p {
  color: #555555;
  font-size: 14px;
  line-height: 1;
}


.sticky .main-logo{
  display:block;
}
.sticky.is-sticky .main-logo{
  display:none;
}

.sticky .sticky-logo{
  display:none;
}
.sticky.is-sticky .sticky-logo{
  display:block;
}

.main-logo{
  padding-top:20px;
  text-align:center;
}
/*  .main-logo a{
    display:block;
    width:280px;
    margin:0 auto;
  }*/  
  .main-logo img{
    width:280px;
    height:auto;
  }
/*  .main-logo .main-logo-normal{
    display:block;
  }*/
  .main-logo .main-logo-invert{
    display:none;
  }

.main-slogan{
  text-align:center;
  color: #FFF;
  font-weight: 400;
  font-size: 15px;
}

/*----------- header top area end -----------*/
/*---------- header mini cart start ----------*/
.header-configure-area {
  padding-right: 10px;
}
.header-configure-area ul li {
  display: inline-block;
  margin-left: 25px;
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header-configure-area ul li {
    margin-left: 14px;
  }
}
.header-configure-area ul li a, .header-configure-area ul li a:hover {
  font-size: 26px;
  line-height: 1;
/*  color: #222222;*/
  color: #FFF !important;
  position: relative;
}

.header-top__inner .header-configure-area ul li a{
  color: #111 !important;
}

.header-configure-area ul li a .notification {
  top: -8px;
  right: -6px;
  position: absolute;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 10px;
  color: #fff;
  border-radius: 50%;
/*  background-color: #111;*/
  background-color: rgba(100, 100, 100, 0.7);
}
.header-configure-area ul li a:hover {
/*  color: #111;*/
  color: #000;
}
.header-configure-area ul li:first-child {
  margin-left: 0;
}
.header-configure-area ul li.user-hover {
  position: relative;
}
.header-configure-area ul li.user-hover .dropdown-list {
  position: absolute;
  top: 100%;
  right: 0;
  width: 150px;
  padding: 20px;
  background-color: #fff;
  z-index: 11;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #efefef;
}
.header-configure-area ul li.user-hover .dropdown-list li {
  display: block;
  margin-left: 0;
}
.header-configure-area ul li.user-hover .dropdown-list li a {
  color: #555555;
  font-size: 13px;
  line-height: 1;
  display: block;
  padding: 8px 0;
}
.header-configure-area ul li.user-hover .dropdown-list li a:hover {
  color: #111;
}
.header-configure-area ul li.user-hover:hover .dropdown-list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

/*----------- header mini cart area end -----------*/
/*------- header search area start -------*/
.header-search-container {
  position: relative;
}
.header-search-box {
  position: relative;
}
.header-search-box:hover .header-search-btn {
  color: #111;
}
.header-search-btn {
  font-size: 25px;
  line-height: 1;
  left: 10px;
  top: 50%;
  width: 30px;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-search-field {
  border: none;
  background-color: #f7f7f7;
  border-radius: 30px;
  padding: 10px 20px 10px 50px;
  width: 100%;
}

.search-trigger {
  font-size: 26px;
/*  color: #222222;*/
  color: #FFF;
}

.header-top__inner .search-trigger{
  color: #111;
}


.search-box-open {
  top: 100%;
  right: 0;
  width: 300px;
  position: absolute;
  z-index: 5;
  display: block !important;
}
.search-box-open .header-search-field {
  height: 44px;
  border: 1px solid #ddd;
}

/*------- header search area end -------*/
/*-------- header social link start --------*/
.header-social-link a {
  color: #777777;
  font-size: 17px;
  display: inline-block;
  line-height: 1;
  margin-right: 20px;
}
.header-social-link a:last-child {
  margin-right: 0;
}
.header-social-link a:hover {
  color: #111;
}

/*-------- header social link end --------*/
/*---------- main menu style start ---------*/
.main-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  justify-content: center;        
/*  gap: 30px;        */
}
.main-menu ul li {
/*  position: relative;*/
  padding:0 15px;
}
  .main-menu ul li a:hover, .main-menu ul li a.active {
    color: var(--color-accent);
  }  

.main-header-area .main-menu ul li a {
  color: #FFF;
}
.main-header-area.is-sticky .main-menu ul li a {
  color: #000;
}   

/*if menu hover*/

/*  .main-header.invert .header-top{
    background-color: #fff;
  }
    .main-header.invert .header-top .header-top__content ul li, .main-header.invert .header-top .header-top__content ul li a {
      color: #000;
    }
    .main-header.invert .header-top .header-top__content ul li:before {
        background-color: #000;
    }
    .main-header.invert .header-top .search-trigger {
      color: #000;
    }  
    .main-header.invert .header-top .header-configure-area ul li a, .main-header.invert .header-top .header-configure-area ul li a:hover {
      color: #000 !important;
    }  

  .main-header.invert .header-main-area{
    background-color: #fff;
  }
    .main-header.invert .header-main-area .main-slogan {
      color: #000;
    }
    .main-header-area .main-header.invert .main-menu ul li a{
      color: #000 !important;
    }*/

.transition-3{
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.main-menu ul li {
  display: inline-block;
  position: relative;
  text-align: left;
}

.main-menu>nav>ul>li>a {
  display: block;
  color: var(--color-primary);
  font-size: 17px;
  line-height:80px;
  font-weight: 500;
  padding: 0;
}
.main-menu ul li.active a {
  color: var(--color-primary);
}
.main-menu ul li.has-dropdown > a {
  position: relative;
  padding-right: 15px;
}
.main-menu ul li.has-dropdown > a::after {
  position: absolute;
  content: "\f107";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
}
.main-menu ul li:hover>a {
  color: var(--color-accent);
}
/*.main-menu ul li ul.submenu {*/
.main-menu ul li .submenu {  
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  padding: 15px 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 3, 143, 0.1);
  -moz-box-shadow: 0px 15px 30px 0px rgba(0, 3, 143, 0.1);
  box-shadow: 0px 15px 30px 0px rgba(0, 3, 143, 0.1);
  opacity: 0;
  visibility: hidden;
  z-index: 11;
}
/*.main-menu ul li:hover ul.submenu::before {*/
.main-menu ul li:hover .submenu::before {  
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  height: 30px;
  background-color: transparent;
}
/*.main-menu ul li:hover ul.submenu {*/
.main-menu ul li:hover .submenu {
  display: block;
  visibility: visible;
  opacity: 1;
  background-color: var(--color-white);
  border-radius: 12px;
  margin-top:30px;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

/*.main-menu ul li.no-hover:hover ul.submenu {*/
.main-menu ul li.no-hover:hover .submenu {  
  opacity: 0;
  visibility: hidden;
}


@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .main-menu>nav>ul>li>a {
      font-size: 15px;
      line-height: 80px;
      font-weight: 500;
      padding: 0;
  }
  .main-menu ul li {
      padding: 0 10px;
  }
}  




/*.main-menu ul li:hover ul.submenu.supermenu {*/
.main-menu ul li:hover .submenu.supermenu {
  margin-top:20px;
} 
/*.main-menu ul li ul.submenu li {*/
.main-menu ul li .submenu li {  
  margin: 0;
  padding: 10px 25px;
  display: block;
}
/*.main-menu ul li ul.submenu li a {*/
.main-menu ul li .submenu li a {  
  display: block;
  color: var(--color-primary);
  font-size: 17px;
  line-height:30px;
}
/*.main-menu ul li ul.submenu li.active a {*/
.main-menu ul li .submenu li.active a {  
  color: var(--color-accent);
}
/*.main-menu ul li ul.submenu li a:hover {*/
.main-menu ul li .submenu li a:hover {  
  color: var(--color-accent);
}
.main-menu ul li.mega-menu {
  position: static;
}
/*.main-menu ul li.mega-menu ul.submenu {*/
.main-menu ul li.mega-menu .submenu {
/*  position: relative;*/
  display: flex;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center right;
  background-attachment: scroll;
  width: 100%;
  padding: 40px 35px;
}
.main-menu .supermenu-close{
  display: block;
  border: 0;
  position: absolute;
  top: 20px;
  right: 25px;
}

.main-menu .supermenu-aside{
  background-color: var(--color-lightpurple);
  border-radius: 20px;
  padding: 40px;
}
.supermenu-aside__container{
  display: flex;
  gap: 30px
}
.supermenu-aside__left{
  width:560px;
}
.supermenu-aside__right{
  width:100%;
}

  .supermenu-aside__heading{
      font-size: 26px;
      line-height: 36px;
      font-weight: 500;
      margin-bottom:30px;
  }
  .main-menu .supermenu-aside a{
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
    color:var(--color-primary) !important;
    margin-bottom:10px;
    gap: 20px;
  }
/*  .main-menu .supermenu-aside a span{
    
  } */ 

  .supermenu-aside__link-ico{
    background-color: var(--color-purple);
    border-radius:5px;
    width:36px;
    height:36px;
    display:flex;
    align-items: center;
    justify-content: center;
  }

  .supermenu-aside__link-title{
    display:block;
  }


  .main-menu .supermenu-aside a:hover{
    color:var(--color-accent) !important;
  }
.main-menu .supermenu-data{

}
  .supermenu-data__heading{
      font-size: 26px;
      line-height: 36px;
      font-weight: 500;  
      margin-bottom:30px;
  }
/*  .main-menu .supermenu-data a{
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color:var(--color-primary);
  }
  .main-menu .supermenu-data a:hover{
    color:var(--color-accent);
  }*/

  .main-menu .supermenu-data-cards{
    display: flex;
    flex-wrap: wrap;
    margin-bottom:20px;
  }
  .main-menu .supermenu-data-cards a{
    display: block;
    color: var(--color-primary) !important;
    background-color: var(--color-lightgray);
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    padding: 10px;
    margin:0 6px 6px 0;
    border-radius: 4px;
  }
  .main-menu .supermenu-data-cards a:hover{
    color: var(--color-accent);
    background-color: var(--color-lightpurple);
  }






/*.main-menu ul li.mega-menu ul.submenu li {*/
.main-menu ul li.mega-menu .submenu li {  
  position: static;
  display: block;
  width: 25%;
}
/*.main-menu ul li.mega-menu ul.submenu li a {*/
.main-menu ul li.mega-menu .submenu li a {  
  color: var(--color-primary);
  margin-bottom: 20px;
  padding: 0;
}
/*.main-menu ul li.mega-menu ul.submenu li a::after {*/
.main-menu ul li.mega-menu .submenu li a::after {  
  display: none;
}
/*.main-menu ul li.mega-menu ul.submenu li ul li {*/
.main-menu ul li.mega-menu .submenu li ul li {  
  float: none;
  width: 100%;
  padding-left: 0;
}
/*.main-menu ul li.mega-menu ul.submenu li ul li a {*/
.main-menu ul li.mega-menu .submenu li ul li a {  
  font-size: 12px;
  color: var(--color-primary);
  margin-bottom: 0;
  padding-bottom: 12px;
}
/*.main-menu ul li.mega-menu ul.submenu li ul li a:hover {*/
.main-menu ul li.mega-menu .submenu li ul li a:hover {  
  color: var(--color-accent);
}
/*.main-menu ul li.mega-menu ul.submenu li ul li:last-child a {*/
.main-menu ul li.mega-menu .submenu li ul li:last-child a {  
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
/*  .main-menu ul li.mega-menu.mega-menu-2 ul.submenu {*/
  .main-menu ul li.mega-menu.mega-menu-2 .submenu {  
    background: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
/*  .main-menu ul li.mega-menu.mega-menu-2 ul.submenu > li {*/
  .main-menu ul li.mega-menu.mega-menu-2 .submenu > li {  
    width: 33.33%;
  }
}
.main-menu-2 ul li {
  margin: 0 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu-2 ul li {
    margin: 0 15px;
  }
}












/*---------- main menu style end ---------*/
/*------ sticky menu style start ------*/
.header-transparent {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  position: absolute;
  z-index: 1;
}

.sticky.is-sticky {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height:66px;
  z-index: 9;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
  -webkit-animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
          animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
}

.mobile-header.sticky.is-sticky{
  height:52px;
}

/*
@media only screen and (min-width: 1600px) {
  .sticky.is-sticky {
    padding: 0;
  }
}
.sticky.is-sticky .main-menu li a {
  padding: 20px 15px;
}
.sticky.is-sticky .main-menu li:first-child a {
  padding-left: 0;
}
.sticky.is-sticky .main-menu li .dropdown li a {
  padding: 10px 20px;
}
.sticky.is-sticky .main-menu li .dropdown li:hover > a {
  padding-left: 35px;
}
.sticky.is-sticky .main-menu li .megamenu li a {
  padding: 6px 0;
}
.sticky.is-sticky .main-menu li .megamenu li:hover > a {
  padding-left: 15px;
}

*/

/*------ sticky menu style end ------*/
/*------- Buttons Style here -------*/
.btn {
  font-size: 14px;
  color: #222222;
  line-height: 1;
}
.btn-text {
  font-size: 16px;
  position: relative;
  pointer-events: visible;
}
.btn-text:before {
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #222222;
}
.btn-text:hover {
  color: #111;
}
.btn-text:hover:before {
  background-color: #111;
}
.btn-cart {
  border-radius: 0;
  padding: 12px 25px;
  background-color: #fff;
/*  border-radius: 30px;*/
  -webkit-box-shadow: 0 2px 1px 0.5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 1px 0.5px rgba(0, 0, 0, 0.05);
}
.btn-cart:hover {
  color: #fff;
/*  background-color: #111;*/
  background-color: #111;
}

.btn-colors {
  border-radius: 0;
  padding: 12px 25px;
  background-color: #fff;
/*  border-radius: 30px;*/
  -webkit-box-shadow: 0 2px 1px 0.5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 1px 0.5px rgba(0, 0, 0, 0.05);
}
.btn-colors:hover {
  color: #fff;
/*  background-color: #111;*/
  background-color: #111;
}


.btn-cart2 {
  height: 40px;
  color: #fff;
  line-height: 40px;
/*  border-radius: 50px;*/
  padding: 0 25px;
  background-color: #111;
}
.btn-cart3 {
  height: 36px;
  color: #fff;
  line-height: 36px;
  padding: 0 25px;
  background-color: #111;
}
.btn-cart2:hover, .btn-cart3:hover {
  color: #fff;
  background-color: #222222;
}

.w100p {
  width:100% !important;
}


.btn-cart-gray{
  height: 40px;
  color: #111;
  line-height: 40px;
/*  border-radius: 50px;*/
  padding: 0 25px;
  background-color: #eee;
}
.btn-cart-gray:hover {
  color: #111;
  background-color: #d7d7d7;
}

.btn-sqr {
  color: #fff;
  font-size: 15px;
  border-radius: 0;
  background-color: #111;
  padding: 12px 25px;
}
.btn-sqr:hover {
  color: #fff;
  background-color: #222222;
}

/*----- mobile menu start -----*/
.mobile-header {
  padding: 10px 0 0 0;
}

.mobile-header-top {
  border-bottom: 1px solid #efefef;
}
.mobile-header-top .header-top__content {
  float: none;
}

.header-mobile__content{
  background-color: var(--color-white);
  border-radius: 12px;
  height: 50px;
  position: relative;
  z-index: 5;
}

.mobile-logo {
  padding:0 20px;
  display: flex;
  align-items: center !important;
}
.mobile-logo img {
  max-width: 85px;
  width: 100%;
  height: auto;
}
.mobile-logo-desc {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  padding-left: 20px;
}

.mobile-main-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mobile-menu-toggler {
  padding:0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-main-header .mobile-menu-toggler .mini-cart-wrap {
  line-height: 1;
}
.mobile-main-header .mobile-menu-toggler .mini-cart-wrap a {
  font-size: 25px;
  line-height: 1;
  color: #222222;
  position: relative;
}
.mobile-main-header .mobile-menu-toggler .mini-cart-wrap a:hover {
  color: #111;
}
.mobile-main-header .mobile-menu-toggler .mini-cart-wrap .notification {
  font-size: 11px;
  color: #fff;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  text-align: center;
  font-weight: 400;
  right: -4px;
  top: -4px;
  position: absolute;
  background-color: #111;
}
.mobile-main-header .mobile-menu-toggler .mobile-menu-btn {
  margin-left: 25px;
}
.mobile-menu-btn-close{
  display:none;
  margin-right:20px;
}
.mobile-main-header .mobile-menu-toggler .mobile-menu-btn span {
  width: 25px;
  height: 2px;
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #222222;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
.mobile-main-header .mobile-menu-toggler .mobile-menu-btn span:nth-child(2), .mobile-main-header .mobile-menu-toggler .mobile-menu-btn span:nth-child(3) {
  margin-top: 5px;
}
.mobile-main-header .mobile-menu-toggler .mobile-menu-btn:hover span {
  background-color: #111;
}
.mobile-main-header .mobile-menu-toggler .mobile-menu-btn:hover span:nth-child(1), .mobile-main-header .mobile-menu-toggler .mobile-menu-btn:hover span:nth-child(3) {
  width: 20px;
}

.mobile-navigation {
/*  overflow: hidden;
  max-height: 250px;*/
}
.mobile-navigation nav {
  height: 100%;
}

.mobile-menu {
  margin-top: 30px;
  height: 100%;
  overflow: auto;
  padding-right: 30px;
  margin-right: -30px;
}
@media only screen and (max-width: 479.98px) {
  .mobile-menu {
    margin-top: 15px;
  }
}
.mobile-menu li > a {
  font-size: 17px;
  color: var(--color-primary);
  line-height: 24px;
  position: relative;
  display: inline-block;
  padding: 10px 0;
  width:100%;
}

.mobile-menu li > a.has_submenu, .mobile-menu li > a.has_submenu:hover {
  position: relative;
  padding-right:15px;
  color: var(--color-accent);
}

.mobile-menu li > a.has_submenu.collapsed {
  color: var(--color-primary);
}

/*.mobile-menu li > a.collapsed:after{
  content: '<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.75009 2.08341H1.25009C1.17415 2.08365 1.09972 2.10459 1.03481 2.14399C0.969888 2.18338 0.916945 2.23973 0.881672 2.30697C0.846399 2.37422 0.830134 2.44981 0.834627 2.52561C0.83912 2.60141 0.864201 2.67455 0.90717 2.73716L4.65717 8.15383C4.81259 8.37841 5.18675 8.37841 5.34259 8.15383L9.09259 2.73716C9.13599 2.67469 9.16145 2.60151 9.16618 2.52558C9.17092 2.44965 9.15476 2.37388 9.11946 2.30649C9.08415 2.2391 9.03105 2.18268 8.96593 2.14335C8.90081 2.10402 8.82616 2.08329 8.75009 2.08341Z" fill="#000020"/></svg>';
  display:block;
  position:absolute;
  top:0;
  right:0;
  width:10px;
  height:10px;
  border:1px solid #f00;
}*/
.mobile-menu li > a.has_submenu svg{
  display:block;
  position:absolute;
  top:12px;
  right:0;
  width:10px;
  height:10px;
  -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
  .mobile-menu li > a.has_submenu svg path{
      fill: var(--color-accent);
  }  
.mobile-menu li > a.has_submenu.collapsed svg{
  -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
  .mobile-menu li > a.has_submenu.collapsed svg path{
      fill: var(--color-primary);
  }  

.supermenu-heading{
  color: var(--color-accent);
  padding-bottom:15px;
}

.mobile-menu .main-ecosystem__content-item-cards a {
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 6px 10px !important;
    margin: 0 6px 6px 0 !important;
}

.mobile-menu li > a:hover {
  color: #111;
}
.mobile-menu li ul li {
  border: none;
}
.mobile-menu li ul li a {
  font-size: 14px;
  padding: 10px 0 8px;
}
.mobile-menu li.menu-item-has-children {
  display: block;
  position: relative;
}
.mobile-menu li.menu-item-has-children .dropdown {
  padding-left: 15px;
}
.mobile-menu li.menu-item-has-children .menu-expand {
  line-height: 50;
  top: -5px;
  left: 95%;
  width: 30px;
  position: absolute;
  height: 50px;
  text-align: center;
  cursor: pointer;
}
.mobile-menu li.menu-item-has-children .menu-expand i {
  display: block;
  position: relative;
  width: 10px;
  margin-top: 25px;
  border-bottom: 1px solid #222222;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.mobile-menu li.menu-item-has-children .menu-expand i:before {
  top: 0;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  border-bottom: 1px solid #222222;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.mobile-menu li.menu-item-has-children.active > .menu-expand i:before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

/*----- mobile menu end -----*/
/*------ offcanvas widget area start ------*/
.offcanvas-widget-area {
  margin-top: auto;
  padding-bottom: 30px;
}
@media only screen and (max-width: 479.98px) {
  .offcanvas-widget-area {
    padding-bottom: 0;
  }
}

.off-canvas-contact-widget li {
  color: #555555;
  font-size: 15px;
  margin-bottom: 5px;
}
.off-canvas-contact-widget li i {
  width: 20px;
}
.off-canvas-contact-widget li a {
  color: #555555;
}
.off-canvas-contact-widget li a:hover {
  color: #111;
}

.off-canvas-social-widget {
  margin-top: 30px;
  text-align:center;
}
.off-canvas-social-widget a {
  color: #555555;
  font-size: 18px;
  display: inline-block;
  margin: 0 8px;
}
.off-canvas-social-widget a:hover {
  color: #111;
}

/*------ offcanvas widget area end ------*/
.off-canvas-wrapper {
/*  position: fixed;*/
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  opacity: 0;
  visibility: hidden;
  display: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 9999;
}
.off-canvas-wrapper.open {
  opacity: 1;
  visibility: visible;
}

/*.off-canvas-wrapper.open::-webkit-scrollbar {
  width: 5px;
}*/

.off-canvas-wrapper.open .off-canvas-inner-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.off-canvas-wrapper .off-canvas-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
/*  cursor: url("../img/icon/cancel.png"), auto;*/
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.off-canvas-wrapper .off-canvas-inner-content {
/*  background-color: #fff;*/
/*  width: 300px;*/
/*  top: 70px;*/
  top: 0px;

/*  left: 15px;*/
/*  right: 15px;*/
  padding: 0 15px;
/*  border-radius:12px;*/
  height: 100%;
  position: relative;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: scroll; !important;
/*  -webkit-transform: translateX(calc(-100% - 50px));
      -ms-transform: translateX(calc(-100% - 50px));
          transform: translateX(calc(-100% - 50px));*/
/*  -webkit-transform: translateY(calc(-50% - 50px));
      -ms-transform: translateY(calc(-50% - 50px));
          transform: translateY(calc(-50% - 50px));*/
/*          
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
*/
  scrollbar-color: #777 #fff;
  scrollbar-width: thin;
}


/*.off-canvas-wrapper::-webkit-scrollbar {
  display: none;
}
.off-canvas-wrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
}*/


/*body::-webkit-scrollbar {
  width: 5px;
}
 
body::-webkit-scrollbar-track {
  background-color: #fff;
}
 
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}*/

/*@media only screen and (max-width: 480px) {
  .off-canvas-wrapper .off-canvas-inner-content {
    width: 260px;
    padding: 15px;
  }
}*/
.off-canvas-wrapper .btn-close-off-canvas {
  top: 15px;
/*  right: 37px;*/
  right: 30px;
  width: 40px;
  height: 40px;
  font-size: 17px;
  color: var(--color-accent);
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.off-canvas-wrapper .btn-close-off-canvas:hover {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.off-canvas-wrapper .btn-close-off-canvas i {
  font-size: 40px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: block;
  line-height: 40px;
}
.off-canvas-wrapper .btn-close-off-canvas:hover i {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.off-canvas-wrapper .off-canvas-inner {
/*  margin: 0 15px;*/
/*  padding: 20px 20px 70px 20px;*/
  margin-top: 70px;
  margin-bottom: 40px;
  padding: 20px 20px;
  border-radius:12px;
  background-color: var(--color-white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
/*  height: 100%;*/
}

.search-box-offcanvas form {
  position: relative;
}
.search-box-offcanvas form input {
  color: #666;
  font-size: 13px;
  width: 100%;
  height: 40px;
  border: none;
  padding: 0 40px 0 10px;
  background-color: #f2f2f2;
}
.search-box-offcanvas form .search-btn {
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 42px;
  font-size: 20px;
  color: #222222;
  position: absolute;
}
.search-box-offcanvas form .search-btn:hover {
  color: #111;
}

/*------- mobile top bar settings start -------*/
.mobile-settings {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #efefef;
}
.mobile-settings li {
  margin-bottom: 5px;
}
.mobile-settings .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mobile-settings .nav .mobile-top-dropdown .dropdown-toggle {
  font-size: 14px;
  color: #555555;
  cursor: pointer;
}
.mobile-settings .nav .mobile-top-dropdown .dropdown-toggle i {
  font-size: 12px;
  padding-left: 5px;
  vertical-align: middle;
}
.mobile-settings .nav .mobile-top-dropdown .dropdown-toggle:hover {
  color: #111;
}
.mobile-settings .nav .mobile-top-dropdown .dropdown-toggle:after {
  display: none;
}
.mobile-settings .nav .mobile-top-dropdown .dropdown-menu {
  padding: 0;
  border-color: #efefef;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.mobile-settings .nav .mobile-top-dropdown .dropdown-menu.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.mobile-settings .nav .mobile-top-dropdown .dropdown-menu .dropdown-item {
  font-size: 13px;
  color: #555555;
  padding: 6px 15px;
}

/*------- mobile top bar settings end -------*/
/*-------- off canvas mini cart start --------*/
.minicart-inner {
  top: 0;
  left: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}
.minicart-inner .offcanvas-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
/*  cursor: url("../img/icon/cancel.png"), auto;*/
}
.minicart-inner.show {
  opacity: 1;
  visibility: visible;
}
.minicart-inner.show .minicart-inner-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.minicart-inner .minicart-close {
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #111;
  color: #fff;
  font-size: 50px;
  cursor: pointer;
  top: 0;
  right: 375px;
  position: absolute;
}
.minicart-inner .minicart-close i {
  display: block;
  line-height: 50px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.minicart-inner .minicart-close:hover i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.minicart-inner .minicart-inner-content {
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  max-width: 375px;
  position: absolute;
  background-color: #fff;
  -webkit-transform: translateX(calc(100% + 50px));
      -ms-transform: translateX(calc(100% + 50px));
          transform: translateX(calc(100% + 50px));
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 50px 20px;
}

.minicart-content-box {
  overflow: auto;
  height: 100%;
  padding-right: 30px;
  margin-right: -15px;
}

.minicart-item-wrapper {
  border-bottom: 1px solid #efefef;
}
.minicart-item-wrapper ul li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
}
.minicart-item-wrapper ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.minicart-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.minicart-thumb {
  max-width: 85px;
  -webkit-flex-basis: 85px;
      -ms-flex-preferred-size: 85px;
          flex-basis: 85px;
}
.minicart-content {
  padding: 0 10px;
  max-width: calc(100% - 115px);
  -webkit-flex-basis: calc(100% - 115px);
      -ms-flex-preferred-size: calc(100% - 115px);
          flex-basis: calc(100% - 115px);
}
.minicart-content .product-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 10px;
}
.minicart-content .product-name a {
  color: #222222;
}
.minicart-content .product-name a:hover {
  color: #111;
}
.minicart-content .cart-quantity {
  font-size: 12px;
  color: #555555;
  line-height: 1;
}
.minicart-content .cart-quantity strong {
  font-size: 16px;
  font-weight: 400;
  vertical-align: text-bottom;
}
.minicart-content .cart-price {
  color: #111;
  font-size: 14px;
  line-height: 1;
}
.minicart-remove {
  max-width: 30px;
  -webkit-flex-basis: 30px;
      -ms-flex-preferred-size: 30px;
          flex-basis: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  color: #222222;
}
.minicart-remove:hover {
  color: #111;
}

.minicart-pricing-box {
  border-bottom: 1px solid #efefef;
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-top: 15px;
}
.minicart-pricing-box li {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.minicart-pricing-box li span {
  font-size: 14px;
  color: #222222;
}
.minicart-pricing-box li span strong {
  color: #111;
  font-weight: 400;
}
.minicart-pricing-box li.total span {
  font-size: 16px;
}
.minicart-pricing-box li:last-child {
  margin-bottom: 0;
}

.minicart-btn{
  cursor:pointer;
}

.minicart-button a {
  color: #222222;
  font-size: 14px;
  display: block;
  font-weight: 700;
  line-height: 1;
  padding: 17px 0;
  background-color: #f3f3f3;
  border-radius: 40px;
  text-align: center;
  margin-bottom: 10px;
}
.minicart-button a.primary {
  color: #fff;
  background-color: #111;
}
.minicart-button a i {
  padding-right: 5px;
}
.minicart-button a:hover {
  color: #fff;
  letter-spacing: 1.1px;
  background-color: #111;
}
.minicart-button a:last-child {
  margin-bottom: 0;
}

/*-------- off canvas mini cart end --------*/
/*------ hero slider area css start ------*/
/*-------------------------
02. Slider area
--------------------------*/
.header-area{
  position: relative;
  z-index:1;
}
.main-header-area .main-header{
  position: absolute;
  z-index:5;
  top:0;
  left:0;
  width:100%;
}

.slider-area{
  padding: 10px 0;  
}

.hero-slider-active{
  background-color: var(--color-white);
  border-radius:12px;
  overflow: hidden;
}

.hero-slider-item {
  position:relative;
  height: 530px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-slider-item>.hero-slider-video {
  display:block;
/*  width:100%;
  height:100%;*/
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1;
/*  position: relative;*/
}

.hero-slider-item>.hero-slider-video video {
  object-fit: cover;
  height: 100%; 
  width: 100%;
/*  height: 100%;
  width: 177.77777778vh;
  min-width: 100%;
  min-height: 56.25vw;*/

/*  display:block;
  width:100%;
  height:100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);*/
}

.hero-slider-item>.hero-slider-video-film {
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:2;
/*  background-color:rgba(0,0,0,0.3);*/
}
  .hero-slider-video-film-1 {
    background-color: transparent;
  }
  .hero-slider-video-film-2 {
    background-color:rgba(255,255,255,0.2);
  }
  .hero-slider-video-film-3 {
    background-color:rgba(255,255,255,0.5);
  }
  .hero-slider-video-film-4 {
    background-color:rgba(0,0,0,0.2);
  }
  .hero-slider-video-film-5 {
    background-color:rgba(0,0,0,0.5);
  }

.hero-slider-item>.container {
/*  position:relative;*/
/*  display:block;*/
  position:absolute;
  top:0;
  left:160px;
  right:160px;
  height:100%;
  z-index:2;
  margin:0;
}
.hero-style-five .hero-slider-item {
  height: 800px;
}
.hero-slider-content {
  position: relative;
}

.hero-slider-content .slide-title {
  font-size: 45px;
  line-height: 56px;
  font-weight: 500;
  color: var(--color-primary);
  padding-bottom:30px;
}
.hero-slider-content .slide-title-w {
  font-size: 45px;
  line-height: 56px;
  font-weight: 500;
  color: var(--color-white);
  padding-bottom:30px;
}
.hero-slider-content .slide-title>strong {
  font-size: 45px;
  line-height: 56px;
  font-weight: 500;
  color: var(--color-accent);
}



/*@media only screen and (max-width: 767.98px) {
  .hero-slider-content {
    padding-right: 150px;
  }
}
@media only screen and (max-width: 575.98px) {
  .hero-slider-content {
    padding-right: 90px;
  }
}
@media only screen and (max-width: 479.98px) {
  .hero-slider-content {
    padding-right: 0;
  }
}*/



/*.hero-slider-content-dark .slide-title, .hero-slider-content-dark .slide-desc{
  color: #eee !important;
}*/

/*.hero-slider-content-glow .slide-title, .hero-slider-content-glow .slide-desc{
  text-shadow: 1px 0 2px rgba(255,255,255,0.5), 0 1px 2px rgba(255,255,255,0.5), -1px 0 2px rgba(255,255,255,0.5), 0 -1px 2px rgba(255,255,255,0.5);
}*/


/*.hero-slider-content .slide-title span {
  display: block;
}*/
/*
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-content .slide-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-slider-content .slide-title {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 575.98px) {
  .hero-slider-content .slide-title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 479.98px) {
  .hero-slider-content .slide-title {
    font-size: 30px;
  }
}
*/
.hero-slider-content .slide-desc {
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  color: var(--color-primary);
  padding-bottom: 30px;
}
.hero-slider-content .slide-desc-w {
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  color: var(--color-white);
  padding-bottom: 30px;
}
/*@media only screen and (max-width: 575.98px) {
  .hero-slider-content .slide-desc {
    padding-top: 10px;
  }
}*/

.btn-hero {
  font-size: 17px;
  line-height: 26px;
  font-weight: 500;
  color: var(--color-accent);
  border: 2px solid var(--color-accent);
  border-radius: 12px;
  display: inline-block;
  background-color: transparent;
  white-space:nowrap;
  height:70px;
}
  .btn-hero>span {
    margin:0 30px;
  }
  .btn-hero>img {
    margin:0 6px 0 0;
  }
  .btn-hero svg{
    margin:0 6px 0 0;
  }
  .btn-hero svg rect{
    margin:0 6px 0 0;
    fill: var(--color-accent);
/*    transition: var(--transition);*/
  }
  .btn-hero svg path{
    fill: var(--color-white);
/*    transition: var(--transition);*/
  }

.btn-hero:hover {
  color: var(--color-white);
  border: 2px solid var(--color-accent);
  background-color: var(--color-accent);
}
  .btn-hero:hover svg rect{
    fill: var(--color-white);
/*    transition: var(--transition);*/
  }
  .btn-hero:hover svg path{
    fill: var(--color-accent);
/*    transition: var(--transition);*/
  }


@media only screen and (max-width: 767.98px) {
  .btn-hero {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    height:50px;
  }
  .btn-hero svg{
    width: 40px;
    height: 40px;
    margin:0 5px 0 0;
  }
}


/*@media only screen and (max-width: 575.98px) {
  .btn-hero {
    margin-top: 25px;
  }
}*/
/*.btn-hero:hover {
  color: #fff;
  background-color: #222222;
}*/

.hero-overlay {
  position: relative;
}
.hero-overlay:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
}

.hero-overlay-dark:before {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

/*------ hero slider area css end ------*/
/*.slick-active .hero-slider-content.slide-1 .h2 {
  -webkit-animation: bounceIn 2s linear alternate;
          animation: bounceIn 2s linear alternate;
}
.slick-active .hero-slider-content.slide-1 .h4 {
  -webkit-animation: zoomIn 1s linear alternate;
          animation: zoomIn 1s linear alternate;
}
.slick-active .hero-slider-content.slide-1 a {
  -webkit-animation: slideInUp 0.5s linear alternate;
          animation: slideInUp 0.5s linear alternate;
}
.slick-active .hero-slider-content.slide-2 .h2 {
  -webkit-animation: bounceIn 1.5s linear alternate;
          animation: bounceIn 1.5s linear alternate;
}
.slick-active .hero-slider-content.slide-2 .h4 {
  -webkit-animation: fadeInLeft 1s linear alternate;
          animation: fadeInLeft 1s linear alternate;
}
.slick-active .hero-slider-content.slide-2 a {
  -webkit-animation: slideInUp 0.5s linear alternate;
          animation: slideInUp 0.5s linear alternate;
}
.slick-active .hero-slider-content.slide-3 .h2 {
  -webkit-animation: fadeInUp 1000ms linear alternate;
          animation: fadeInUp 1000ms linear alternate;
}
.slick-active .hero-slider-content.slide-3 .h4 {
  -webkit-animation: bounceIn 600ms linear alternate;
          animation: bounceIn 600ms linear alternate;
}
.slick-active .hero-slider-content.slide-3 a {
  -webkit-animation: fadeInUp 1400ms linear alternate;
          animation: fadeInUp 1400ms linear alternate;
}*/

/*.slick-active .hero-slider-content.slide-1 .h2 {
  -webkit-animation: bounceIn 2s linear alternate;
          animation: bounceIn 2s linear alternate;
}
.slick-active .hero-slider-content.slide-1 .h4 {
  -webkit-animation: zoomIn 1s linear alternate;
          animation: zoomIn 1s linear alternate;
}
.slick-active .hero-slider-content.slide-1 a {
  -webkit-animation: slideInUp 0.5s linear alternate;
          animation: slideInUp 0.5s linear alternate;
}
.slick-active .hero-slider-content.slide-2 .h2 {
  -webkit-animation: bounceIn 1.5s linear alternate;
          animation: bounceIn 1.5s linear alternate;
}
.slick-active .hero-slider-content.slide-2 .h4 {
  -webkit-animation: fadeInLeft 1s linear alternate;
          animation: fadeInLeft 1s linear alternate;
}
.slick-active .hero-slider-content.slide-2 a {
  -webkit-animation: slideInUp 0.5s linear alternate;
          animation: slideInUp 0.5s linear alternate;
}*/
.slick-active .hero-slider-content.slide-3 .slide-title {
  -webkit-animation: zoomIn 300ms linear alternate;
          animation: zoomIn 300ms linear alternate;
}
.slick-active .hero-slider-content.slide-3 .slide-desc {
  -webkit-animation: fadeInUp 700ms linear alternate;
          animation: fadeInUp 700ms linear alternate;
}
.slick-active .hero-slider-content.slide-3 a {
  -webkit-animation: fadeInUp 900ms linear alternate;
          animation: fadeInUp 900ms linear alternate;
}

.slider-item {
  position: relative;
  overflow: hidden;
}
.slider-item:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: 0.4s;
}
@media only screen and (max-width: 767.98px) {
  .slider-item:before {
    opacity: 0.6;
    visibility: visible;
  }
}
.slider-item:hover:before {
  opacity: 0.6;
  visibility: visible;
}
.slider-item:hover .slider-thumb img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.slider-item:hover .slider-item-content {
  -webkit-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  opacity: 1;
  visibility: visible;
}
.slider-item .slider-thumb img {
  width: 100%;
}

.slider-item-content {
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  text-align: center;
  padding: 0 30px;
  z-index: 2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(-50%) scale(0.8);
      -ms-transform: translateY(-50%) scale(0.8);
          transform: translateY(-50%) scale(0.8);
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 767.98px) {
  .slider-item-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
  }
}
.slider-item-content h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  padding-bottom: 6px;
  overflow-wrap: break-word;
  text-transform: uppercase;
  font-family: "Involve", sans-serif;
}
.slider-item-content .btn-text {
  margin-top: 15px;
  color: #fff;
}
.slider-item-content .btn-text:before {
  background-color: #fff;
}
.slider-item-content .btn-text:hover {
  color: #111;
}
.slider-item-content .btn-text:hover:before {
  background-color: #111;
}
.slider-item-content h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Involve", sans-serif;
}

@media only screen and (min-width: 1600px) {
  .hero-slider-item {
    height: 572px;
/*    height: 100vh;
    min-height: 670px;*/
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .hero-slider-content {
    width: 900px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slider-content {
    width: 720px;
  }
  .hero-slider-item>.container {
    left:120px;
    right:120px;
  }
}  
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767.98px) {
  .hero-slider-item {
    height: 500px;
  }
  .hero-slider-item>.container {
    left:60px;
    right:60px;
    padding:0;
    flex-wrap: wrap;
  }
  .hero-slider-content {
    width: 500px;
  }
  .hero-slider-content .slide-title, .hero-slider-content .slide-title-w {
      font-size: 32px;
      line-height: 42px;
      font-weight: 500;
      padding-bottom: 20px;
  }
  .hero-slider-content .slide-desc, .hero-slider-content .slide-desc-w {
      font-size: 15px;
      line-height: 22px;
      font-weight: 400;
      padding-bottom: 20px;
  }
  .hero-overlay:before {
    display: block;
  }
}
@media only screen and (max-width: 575.98px) {
  .hero-slider-item {
    height: 600px;
  }
  .hero-slider-item>.container {
    left:20px;
    right:20px;
    padding:0;
    flex-wrap: wrap;
  }
  .hero-slider-content {
    width: 410px;
  }
  .hero-style-five .hero-slider-item {
    height: 350px;
  }
}


@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-style-five .hero-slider-item {
    height: 530px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767.98px) {
  .hero-style-five .hero-slider-item {
    height: 400px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-item-content h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 479.98px) {
  .slider-item-content h2 {
    font-size: 26px;
  }
  .slider-item-content h3 {
    font-size: 22px;
  }
  .hero-slider-content {
    width: 320px;
  }
  .btn-hero {
    font-size: 17px;
    line-height: 26px;
    height: 55px;
  }
  .btn-hero>span {
    margin: 0 20px;
  }
  .btn-hero>svg {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 459.98px) {
  .slider-item-content h2 {
    font-size: 26px;
  }
  .slider-item-content h3 {
    font-size: 22px;
  }
  .hero-slider-content {
    width: 280px;
  }
  .btn-hero {
    font-size: 17px;
    line-height: 26px;
    height: 55px;
  }
  .btn-hero>span {
    margin: 0 20px;
  }
  .btn-hero>svg {
    width: 40px;
    height: 40px;
  }
}

/*------ service policy start ------*/
.policy-block {
  border-bottom: 1px solid #efefef;
}

.policy-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: -3px;
}
@media only screen and (max-width: 767.98px) {
  .policy-item {
    margin-bottom: -6px;
  }
}
@media only screen and (max-width: 575.98px) {
  .policy-item {
    display: block;
    text-align: center;
  }
}
.policy-icon {
  font-size: 30px;
  line-height: 1;
  color: #111;
  padding-right: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .policy-icon {
    padding-right: 12px;
  }
}
@media only screen and (max-width: 575.98px) {
  .policy-icon {
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.policy-content p {
  color: #777;
  padding-top: 9px;
}

/*------ service policy end ------*/
/*------ banner statistics style start ------*/
/* 1.0 banner statistics */
.banner-statistics {
  position: relative;
}
.banner-statistics img {
  width: 100%;
}
.banner-statistics:hover img {
  opacity: 0.7;
}
.banner-content {
  right: 55px;
  top: 50%;
  position: absolute;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-content {
    right: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner-content {
    right: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .banner-content {
    right: 55px;
  }
}
@media only screen and (max-width: 479.98px) {
  .banner-content {
    right: 20px;
  }
}
.banner-content_style2 {
  left: 40px;
  top: auto;
  bottom: 40px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.banner-content_style2 .banner-text3 {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.banner-content_style2 .banner-text3 a {
  color: #222222;
  pointer-events: visible;
}
.banner-content_style2 .banner-text3 a:hover {
  color: #111;
}
.banner-content_style3 {
  left: 40px;
  right: auto;
}
.banner-text1 {
  font-size: 15px;
  line-height: 1.1;
  padding-bottom: 15px;
  color: #777777;
  text-transform: uppercase;
}
@media only screen and (max-width: 767.98px) {
  .banner-text1 {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 575.98px) {
  .banner-text1 {
    font-size: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 479.98px) {
  .banner-text1 {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
.banner-text2 {
  padding-bottom: 30px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  line-height: 1;
}
.banner-text2 span {
  display: block;
}
.banner-btn {
  margin:0 -15px 0 0;
}
@media only screen and (max-width: 767.98px), only screen and (max-width: 479.98px) {
  .banner-text2 span {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-text2 {
    font-size: 17px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner-text2 {
    font-size: 17px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 575.98px) {
  .banner-text2 {
    font-size: 25px;
    padding-bottom: 34px;
  }
}
@media only screen and (max-width: 479.98px) {
  .banner-text2 {
    font-size: 17px;
    padding-bottom: 10px;
  }
}

/*------ banner statistics style end ------*/
/*------ section title start ------*/
.section-title {
  margin-top: -7px;
  margin-bottom: 37px;
}
/*.section-title .title {
  background: -webkit-gradient(linear, left top, right top, from(#111), color-stop(#000), to(#111));
  background: -webkit-linear-gradient(left, #111, #000, #111);
  background: -o-linear-gradient(left, #111, #000, #111);
  background: linear-gradient(90deg, #111, #000, #111);
  background-repeat: no-repeat;
  background-size: 90%;
  -webkit-animation: shine 3s linear infinite;
          animation: shine 3s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}*/
.section-title .title {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), color-stop(#000), to(rgba(0,0,0,0.5)));
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.5), #000, rgba(0,0,0,0.5));
  background: -o-linear-gradient(left, rgba(0,0,0,0.5), #000, rgba(0,0,0,0.5));
  background: linear-gradient(90deg, rgba(0,0,0,0.5), #000, rgba(0,0,0,0.5));
  background-repeat: no-repeat;
  background-size: 90%;
  -webkit-animation: shine 3s linear infinite;
          animation: shine 3s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
@media only screen and (max-width: 767.98px) {
  .section-title .title {
    font-size: 26px;
  }
}
.section-title .sub-title {
  font-size: 15px;
  padding-top: 6px;
  color: #555555;
}

@-webkit-keyframes shine {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 100%;
  }
}

@keyframes shine {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 100%;
  }
}
.section-title-append {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-top: -4px;
  margin-bottom: 18px;
  line-height: 1;
}
.section-title-append:after {
  top: 50%;
  right: 0;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #efefef;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  margin-top: -3px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-append:after {
    margin-top: 2px;
  }
}
.section-title-append h4 {
  display: inline-block;
  line-height: 1;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-right: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title-append h4 {
    font-size: 16px;
  }
}

/*------ section title end ------*/
/*------- common style css start -------*/
/*-------- Custom Checkbox Style start --------*/
.custom-checkbox.custom-control,
.custom-radio.custom-control {
  min-height: auto;
  padding-left: 1.5rem;
}
.custom-checkbox .custom-control-label,
.custom-radio .custom-control-label {
  font-size: 14px;
  line-height: 1;
  padding-left: 10px;
  font-weight: 400;
  display: block;
  cursor: pointer;
  position: relative;
}
.custom-checkbox .custom-control-label:before,
.custom-radio .custom-control-label:before {
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 0;
  height: 15px;
  top: 0;
  width: 15px;
  content: "";
  position: absolute;
  left: -1.5rem;
}
.custom-checkbox .custom-control-label:after,
.custom-radio .custom-control-label:after {
  background-size: 10px 10px;
  height: 15px;
  top: 0;
  content: "";
  position: absolute;
  left: -1.5rem;
}
.custom-checkbox .custom-control-label a,
.custom-radio .custom-control-label a {
  color: #222222;
  font-weight: 500;
}
.custom-checkbox .custom-control-label a:hover,
.custom-radio .custom-control-label a:hover {
  color: #111;
}
.custom-checkbox input,
.custom-checkbox .custom-control-input,
.custom-radio input,
.custom-radio .custom-control-input {
  outline: none;
  display: none;
}
.custom-checkbox input:focus ~ .custom-control-label:before,
.custom-checkbox input:focus label:before,
.custom-checkbox .custom-control-input:focus ~ .custom-control-label:before,
.custom-checkbox .custom-control-input:focus label:before,
.custom-radio input:focus ~ .custom-control-label:before,
.custom-radio input:focus label:before,
.custom-radio .custom-control-input:focus ~ .custom-control-label:before,
.custom-radio .custom-control-input:focus label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.custom-checkbox input:checked ~ .custom-control-label:before,
.custom-checkbox input:checked label:before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before,
.custom-checkbox .custom-control-input:checked label:before,
.custom-radio input:checked ~ .custom-control-label:before,
.custom-radio input:checked label:before,
.custom-radio .custom-control-input:checked ~ .custom-control-label:before,
.custom-radio .custom-control-input:checked label:before {
  background-color: #111;
  border-color: #111;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  width: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

/*-------- Custom Checkbox Style end --------*/
/*------- Custom Radio Button Style start -------*/
.custom-radio label:before,
.custom-radio .custom-control-label:before {
  border-radius: 50%;
  height: 14px;
  width: 14px;
}
.custom-radio label::after,
.custom-radio .custom-control-label::after {
  background-size: 10px 10px;
  left: -22px;
  top: 2px;
  height: 10px;
  width: 10px;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/*------- Custom Radio Button Style end -------*/
.bg-gray {
  background-color: #f4f4f4;
}

/*------ twitter feed start ------*/
.twitter-feed-content {
  padding: 32px 0;
  border-bottom: 1px solid #efefef;
}
.twitter-feed-content p {
  color: #888;
}
.twitter-feed-content p a {
  color: #111;
}
.twitter-feed-content p a:hover {
  text-decoration: underline;
}

/*------ twitter feed end ------*/
/*----- product tab menu start -----*/
.product-tab-menu {
  margin-top: -6px;
  margin-bottom: 35px;
}
.product-tab-menu ul li {
  margin-right: 35px;
}
@media only screen and (max-width: 479.98px) {
  .product-tab-menu ul li {
    margin-right: 15px;
  }
}
.product-tab-menu ul li:last-child {
  margin-right: 0;
}
.product-tab-menu ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #777777;
}
.product-tab-menu ul li a:hover, .product-tab-menu ul li a.active {
/*  color: #222222;*/
  color: #111;
}
.product-tab-menu ul li a.active {
  text-decoration: underline;
}



/*.tab-content .tab-pane.show.active .product-item {*/
.tab-content .tab-pane .product-item {  
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  width:200px;
  margin:0 15px 15px 0;
}


/*.fade {
   opacity: 0;
   -webkit-transition: opacity 1.5s linear;
      -moz-transition: opacity 1.5s linear;
       -ms-transition: opacity 1.5s linear;
        -o-transition: opacity 1.5s linear;
           transition: opacity 1.5s linear;
 }
.tab-content {
    position:relative;
}
.tab-content>.tab-pane {
   top: 0;
   position:absolute;
   display:block;
 }
.tab-content>.tab-pane:not(.active) {
    opacity: 0;
 }*/

/*----- product tab menu start -----*/
/*----- brand logo style start -----*/
.brand-logo-carousel {
  padding: 30px 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.brand-item img {
  margin: auto;
}

/*----- brand logo style end -----*/
/*----- hot deals item start -----*/
.hot-deals-item {
  border: 1px solid #111;
  border-radius: 5px;
}
.hot-deals-item .product-caption {
  padding: 20px;
}
@media only screen and (max-width: 767.98px) {
  .hot-deals-item .product-caption {
    padding: 20px 10px;
  }
}
.hot-deals-item .manufacturer-name {
  padding-bottom: 5px;
}
.hot-deals-item .product-name {
  font-size: 17px;
  padding-bottom: 30px;
}
.hot-deals-item .price-box {
  font-size: 21px;
  padding-top: 8px;
}

.progress {
  height: 15px;
  border-radius: 50px;
}
.progress-quantity {
  position: relative;
  margin-top: 52px;
}
.progress-bar {
  background-color: #111 !important;
  width: 60%;
}
.progress-bar:nth-child(2) {
  width: 70%;
}
.progress-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: calc(-100% - 8px);
  left: 0;
  width: 100%;
  line-height: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-sold,
.product-available {
  font-size: 14px;
  color: #777777;
}
.product-sold span,
.product-available span {
  color: #111;
  font-weight: 700;
}

.product-countdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0;
}
.product-countdown .single-countdown {
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #eaeaea;
}
.product-countdown .single-countdown__time {
  font-size: 16px;
  display: inline-block;
  color: #222222;
}
.product-countdown .single-countdown__text {
  font-size: 11px;
  display: block;
  color: #222222;
  line-height: 1;
  margin-top: 5px;
  text-transform: uppercase;
}
.product-countdown .single-countdown:last-child {
  margin-right: 0;
}
.product-countdown--style-two {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.product-details-des .product-countdown {
  margin: 20px 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/*----- hot deals item start -----*/
/*------ Instagram Feed Area Start ------*/
.instagram-item {
  position: relative;
  z-index: 1;
}
.instagram-item:before {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 100%;
  width: 100%;
}
.instagram-item .instagram-hvr-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.instagram-item .instagram-hvr-content span {
  color: #fff;
  margin-right: 20px;
}
.instagram-item .instagram-hvr-content span:last-child {
  margin-right: 0;
}
.instagram-item .instagram-hvr-content span i.fa {
  margin-right: 5px;
}
.instagram-item:hover:before {
  opacity: 1;
  visibility: visible;
}
.instagram-item:hover .instagram-hvr-content {
  opacity: 1;
  visibility: visible;
}

/*------ Instagram Feed Area End ------*/
.policy-list:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767.98px) {
  .policy-list:not(:last-child) {
    margin-bottom: 25px;
  }
}
.policy-list a {
  color: #111;
}

.policy-title {
  margin-bottom: 10px;
}

/*------- common style css end -------*/
/*------- product item start -------*/
.product-item {
/*  overflow: hidden;*/
  aspect-ratio: 1 / 1;
  position: relative;
}
.product-item .color-categories {
  padding: 13px 0 6px;
}

.product-item:hover .product-thumb .sec-img, .product-list-item:hover .product-thumb .sec-img {
  opacity: 1;
  visibility: visible;
}
.product-item:hover .product-thumb .pri-img, .product-list-item:hover .product-thumb .pri-img {
  opacity: 0;
  visibility: hidden;
}
.product-item:hover .button-group a, .product-list-item:hover .button-group a {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.product-item:hover .cart-hover, .product-list-item:hover .cart-hover {
/*  bottom: 15px;*/
  opacity: 1;
  visibility: visible;
}
.product-item:hover .product-price, .product-list-item:hover .product-price {
  opacity: 1;
  visibility: visible;
}

.product-thumb {
/*  position: relative;*/
}

figure.product-thumb{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow:hidden;
}

.product-thumb img {
  width: 100%;
}
.product-thumb .sec-img {
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.product-caption {
  padding-top: 17px;
  display:none;
}

.product-caption .product-name {
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 8px;
}

.product-caption .product-name a {
  color: #222222;
}
.product-caption .product-name a:hover {
  color: #111;
}

.product-caption .product-color {
  font-weight: 400;
  font-size:14px;
  padding-bottom: 8px;
}

.manufacturer-name {
  padding-bottom: 5px;
  line-height: 1;
}
.manufacturer-name a {
  font-size: 14px;
  line-height: 1;
  color: #777777;
}
.manufacturer-name a:hover {
  color: #111;
}

.color-variations {
  display: flex;
  align-items: flex-start;
}
  .color-variations>div{
    position:relative;
    width:60px;
    height:60px;
    border:2px solid #f0f0f0;
    border-radius:5px;
    padding:1px;
    margin-right:10px;
    cursor:pointer;
  }
  .color-variations>div.color-variations-available{
    border:2px solid #ddd;
  }
  .color-variations>div.color-variations-available:before{
    content: "";
    display:block;
    position: absolute;
    top: 2px;
    right: 2px;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    background-color: #81ca33;
  }

  .color-variations>div.color-variations-unavailable:before{
    content: "\f057";
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 2px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size:8px;
    line-height:8px;
    border-radius: 0;
    height: auto;
    width: auto;
    color: #ca3733;
    background-color: transparent;
  }

  .color-variations>div.color-variations-selected{
/*    border:2px solid #81ca33;*/
    border:2px solid #000;
  }
  .color-variations>div.color-variations-available.color-variations-selected:before{
    content: "\f058";
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 2px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size:8px;
    line-height:8px;
    border-radius: 0;
    height: auto;
    width: auto;
    color: #81ca33;
    background-color: transparent;
  }
  .color-variations img{
    width:100%;
    height:auto;
  }
  .color-variations-radio{
    display:none;
  }


.size-variations{
  display: flex;
  align-items: flex-start;
}
  .size-variations>div{
    position:relative;
/*    width:60px;*/
    line-height:28px;
    border:2px solid #f0f0f0;
    color: #ccc;
    border-radius:5px;
    padding:1px;
    margin-right:10px;
    cursor:pointer;
  }
  .size-variations>div.size-variations-available{
    border:2px solid #ddd;
    color: #111;
  }
  .size-variations>div.size-variations-available:before{
    content: "";
    display:block;
    position: absolute;
    top: 2px;
    right: 2px;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    background-color: #81ca33;
  }
  .size-variations>div.size-variations-unavailable:before{
    content: "\f057";
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 2px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size:8px;
    line-height:8px;
    border-radius: 0;
    height: auto;
    width: auto;
    color: #ca3733;
    background-color: transparent;
  }

  .size-variations>div span{
    display:block;
    padding:0 15px;
    user-select: none;
  }  
  .size-variations>div.size-variations-selected{
/*    border:2px solid #81ca33;*/
    border:2px solid #000;
  }
  .size-variations>div.size-variations-available.size-variations-selected:before{
    content: "\f058";
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 2px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size:8px;
    line-height:8px;
    border-radius: 0;
    height: auto;
    width: auto;
    color: #81ca33;
    background-color: transparent;
  }


  .size-variations-radio{
    display:none;
  }

.color-categories {
  line-height: 1;
}
.color-categories li {
  display: inline-block;
  padding: 1px;
  border-radius: 50%;
  border: 1px solid #efefef;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.color-categories li:hover {
  border-color: #111;
}
.color-categories li a {
  height: 12px;
  width: 12px;
  display: block;
  border-radius: 50%;
}

.c-lightblue {
  background-color: #b0c4de;
}

.c-darktan {
  background-color: #aa9e78;
}

.c-grey {
  background-color: #808080;
}

.c-brown {
  background-color: #964B00;
}

.button-group {
  right: 15px;
  top: 15px;
  position: absolute;
}
.button-group a {
  width: 38px;
  height: 38px;
  display: block;
  font-size: 18px;
  line-height: 42px;
  color: #222222;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
.button-group a span {
  display: block;
}
.button-group a:hover {
  color: #111;
}

.cart-hover {
  bottom: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom:20px;
  position: absolute;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.product-price{
  display:flex;
  align-items: center !important;
  position:absolute;
  z-index:1;
  bottom:-40px;
  left:0;
  right:0;
  height:40px;
  background-color:#000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.slick-slide .cart-hover {
  bottom:40px;
}

.slick-slide .product-price{
  bottom:0px;
}



  .product-price_data{
    font-size:16px;
    line-height:20px;
    font-weight:400;
    color:#FFF;
    padding:0 15px;
  }
  .product-price_cart{
    font-size:16px;
    font-weight:400;
    color:#FFF;
    padding:0 15px;
  }

  .product-price_cart button, .product-price_cart a{
    display:block;
    border:0;
    background-color:transparent;
    padding:0;
    margin:0;
    font-size:14px;
    line-height:20px;
    font-weight:400;
    color:#FFF;
  }


.product-label {
/*  background: #111;*/
  background: rgba(0,0,0,0.5);
/*  border-radius: 20px;*/
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  left: 20px;
  line-height: 1;
  min-width: 46px;
  padding: 4px 12px;
  position: absolute;
  text-align: center;
  z-index: 3;
}
.product-label span {
  display: block;
  margin-top: -1px;
}
.product-label.discount {
/*  background-color: #222222;*/
  background: rgba(0,0,0,0.5);
}
.product-label:nth-child(1) {
  top: 20px;
}
.product-label:nth-child(2) {
  top: 48px;
}

.ratings {
  color: #f9bd22;
  font-size: 14px;
}
.ratings span {
  margin-right: 3px;
}

.price-box {
  font-size: 15px;
  line-height: 1;
}
.price-regular {
  color: #111;
  font-weight: 700;
}
.price-old {
  color: #999;
  padding-left: 5px;
  font-weight: 300;
}

/*------- product item end -------*/
/*-------- product list item start --------*/
.product-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767.98px) {
  .product-list-item {
    display: block !important;
  }
}
.product-list-item .product-thumb {
  max-width: 30%;
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
  height: 100%;
}
@media only screen and (max-width: 767.98px) {
  .product-list-item .product-thumb {
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

.product-content-list {
  padding-left: 20px;
  max-width: 70%;
  -webkit-flex-basis: 70%;
      -ms-flex-preferred-size: 70%;
          flex-basis: 70%;
}
@media only screen and (max-width: 767.98px) {
  .product-content-list {
    padding-left: 0;
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-top: 30px;
  }
}
.product-content-list .manufacturer-name {
  padding-bottom: 10px;
}
.product-content-list .ratings {
  padding-bottom: 10px;
}
.product-content-list .product-name {
  padding: 10px 0 12px;
}
.product-content-list .product-name a {
  color: #222222;
  font-weight: 400;
}
.product-content-list .product-name a:hover {
  color: #111;
}
.product-content-list p {
  padding-top: 15px;
  margin-top: 22px;
  border-top: 1px solid #efefef;
}

/*-------- product list item end --------*/
/*------ group list item start ------*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767.98px) {
  .group-product-banner {
    margin-bottom: 80px;
  }
}

.group-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.group-item-thumb {
  max-width: 80px;
  -webkit-flex-basis: 80px;
      -ms-flex-preferred-size: 80px;
          flex-basis: 80px;
}
.group-item-desc {
  position: relative;
  padding-left: 10px;
  max-width: calc(100% - 80px);
  -webkit-flex-basis: calc(100% - 80px);
      -ms-flex-preferred-size: calc(100% - 80px);
          flex-basis: calc(100% - 80px);
}
.group-item-desc .group-product-name {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  padding-bottom: 18px;
}
.group-item-desc .group-product-name a {
  color: #222222;
}
.group-item-desc .group-product-name a:hover {
  color: #111;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories-group-wrapper {
    margin-bottom: 78px;
  }
}
@media only screen and (max-width: 767.98px) {
  .categories-group-wrapper {
    margin-bottom: 60px;
  }
}

.row [class*=col-]:last-child .categories-group-wrapper {
  margin-bottom: 0;
}

.group-list-item-wrapper .slick-slider .slick-slide > div {
  margin-bottom: 20px;
}
.group-list-item-wrapper .slick-slider .slick-slide > div:last-child {
  margin-bottom: 0;
}

/*------ group list item end ------*/
/*----- testimonial area start -----*/
.testimonial-thumb-wrapper {
  max-width: 290px;
  margin: auto;
}

.testimonial-thumb {
  cursor: pointer;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.slick-slide.slick-current .testimonial-thumb {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.testimonial-content-wrapper {
  max-width: 910px;
  margin: auto;
  margin-top: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-content-wrapper {
    max-width: 750px;
  }
}

.testimonial-content {
  padding: 0 15px;
  text-align: center;
}
.testimonial-content p {
  font-size: 15px;
}
.testimonial-content .ratings {
  margin-top: 30px;
  margin-bottom: 5px;
}
.testimonial-author {
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

/*----- testimonial area end -----*/


/*----- breadcrumb style css start -----*/
.breadcrumb-area {
  
}

.breadcrumb-wrap {
/*  padding: 24px 0;*/
  padding-bottom: 20px;
  text-align: center;
}
.breadcrumb-wrap .breadcrumb {
  background: transparent;
  margin-bottom: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: auto;
/*  flex-wrap: nowrap;*/
  flex-wrap: wrap;
  white-space: nowrap;
  scrollbar-width: none;
}

/* Для браузеров на основе WebKit */
.breadcrumb-wrap .breadcrumb::-webkit-scrollbar {
  display: none;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item {
  position:relative;
  text-wrap: wrap;
  text-wrap-mode: wrap;
  text-align: left;
}
.breadcrumb-wrap .breadcrumb .breadcrumb-item a {
  color: var(--color-accent);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  line-height: 1;
  padding-left: 10px;
}
.breadcrumb-wrap .breadcrumb .breadcrumb-item:first-child a {
  padding-left: 0px;
}
.breadcrumb-wrap .breadcrumb .breadcrumb-item>span {
  padding-left: 10px;
}
.breadcrumb-wrap .breadcrumb .breadcrumb-item a:hover {
  color: var(--color-violet);
}
.breadcrumb-wrap .breadcrumb .breadcrumb-item:before {
  content: "-";
  display:block;
  position:absolute;
  top:0;
  left:6px;
  color: var(--color-accent);
  font-size: 14px;
  line-height: 20px;
/*  margin: 0 5px;*/
}
.breadcrumb-wrap .breadcrumb .breadcrumb-item:first-child::before {
  display: none;
}
.breadcrumb-wrap .breadcrumb .breadcrumb-item:first-child a {
  margin-left: 0px;
}


.breadcrumb-wrap .breadcrumb .breadcrumb-item, .breadcrumb-wrap .breadcrumb .breadcrumb-item.active {
  color: var(--color-gray);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

/*----- breadcrumb style css end -----*/
/*----- shop Sidebar start -----*/
.sidebar-wrapper .sidebar-single:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-wrapper {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .sidebar-wrapper {
    margin-top: 62px;
  }
}

.sidebar-single {
  margin-bottom: 35px;
}
.sidebar-single .sidebar-title {
  position: relative;
  line-height: 1;
  margin-top: -3px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.sidebar-single .sidebar-title:before {
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  content: " ";
  position: absolute;
  background-color: #efefef;
}

/*------ pricing filter slider start ------*/
.price-range-wrap {
  padding-top: 8px;
}
.price-range-wrap .price-range {
  border-radius: 0;
  margin-right: 13px;
  margin-bottom: 20px;
}
.price-range-wrap .price-range.ui-widget-content {
  border: none;
  background: #eeeeee;
  height: 6px;
  border-radius: 20px;
}
.price-range-wrap .price-range.ui-widget-content .ui-slider-range {
  background-color: #111;
  border-radius: 0;
}
.price-range-wrap .price-range.ui-widget-content .ui-slider-handle {
  border: none;
  background-color: #fff;
  height: 12px;
  width: 12px;
  outline: none;
  cursor: ew-resize;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
}
.price-range-wrap .price-range.ui-widget-content .ui-slider-handle:before {
  top: 50%;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  background-color: #111;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.price-range-wrap .range-slider {
  color: #222222;
  margin-top: 30px;
}
.price-range-wrap .range-slider .price-input label {
  color: #222222;
  margin-bottom: 0;
}
.price-range-wrap .range-slider .price-input input {
  color: #555555;
  border: none;
  outline: none;
  max-width: 80px;
  pointer-events: none;
}
.price-range-wrap .range-slider button.filter-btn {
  border: none;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  text-transform: uppercase;
  padding: 4px 15px;
  border-radius: 3px;
  background-color: #ebebeb;
}
.price-range-wrap .range-slider button.filter-btn:hover {
  color: #fff;
  background-color: #111;
}

/*------ pricing filter slider end ------*/
.categories-list li {
  color: #555555;
  margin-bottom: 20px;
}
.categories-list li:last-child {
  margin-bottom: 0;
}
.categories-list li:hover {
  color: #111;
}

/*------ shop categories area start ------*/
.shop-categories {
  margin-top: -4px;
}
.shop-categories li a {
  color: #555555;
  display: block;
  line-height: 1;
  padding: 10px 0;
}
.shop-categories li:first-child a {
  padding-top: 0;
}
.shop-categories li:last-child a {
  padding-bottom: 0;
}
.shop-categories li:hover a {
  color: #111;
}

/*------ shop categories area end ------*/
/*----- shop Sidebar end -----*/
/*------ pagination area style start ------*/
.paginatoin-area {
  margin-top: 30px;
  padding: 20px;
/*  border: 1px solid #efefef;*/
}
.paginatoin-area .pagination-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.paginatoin-area .pagination-box li {
  margin-right: 5px;
  display: inline-block;
}
.paginatoin-area .pagination-box li:last-child {
  margin-right: 0;
}
.paginatoin-area .pagination-box li a, .paginatoin-area .pagination-box li span {
  color: var(--color-primary);
/*  height: 36px;*/
  width: 36px;
  font-size: 24px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
/*  background-color: #f5f5f5;*/
/*  border-radius: 50%;*/
}
.paginatoin-area .pagination-box li a i {
  font-size: 30px;
  line-height: 36px;
}
.paginatoin-area .pagination-box li a:hover {
  color: var(--color-accent);
/*  color: #fff;*/
/*  border-color: #111;*/
/*  background-color: #111;*/
}
.paginatoin-area .pagination-box li a:hover svg path{
  fill: var(--color-accent);
}
.paginatoin-area .pagination-box li.active a, .paginatoin-area .pagination-box li .active-page {
  color: var(--color-accent);
/*  color: #fff;*/
/*  background-color: #111;*/
}

@media only screen and (max-width: 767.98px) {
  .paginatoin-area .pagination-box li a, .paginatoin-area .pagination-box li span {
    width: 22px;
    font-size: 15px;
    line-height: 26px;
  }
  .paginatoin-area .pagination-box li a i {
    font-size: 15px;
    line-height: 26px;
  }
  .paginatoin-area .pagination-box li a svg{
    width:20px;
    height:9px;
  }
}


/*------ pagination area style end ------*/
/*------- blog item start -------*/
.blog-post-item:hover .blog-thumb img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.7;
}
.blog-thumb {
  overflow: hidden;
}
.blog-thumb img {
  width: 100%;
}
.blog-content {
  padding-top: 15px;
}
.blog-title {
  line-height: 1.3;
}
.blog-title a {
  color: #222222;
  display: block;
}
.blog-title a:hover {
  color: #111;
}
.blog-meta {
  padding-bottom: 15px;
}
.blog-meta p {
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  color: #777;
}
.blog-meta p a {
  color: #111;
}

/*------- blog item end -------*/
/*------ blog list item start ------*/
.blog-list-inner .blog-post-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767.98px) {
  .blog-list-inner .blog-post-item {
    display: block;
  }
}
.blog-list-inner .blog-post-item .blog-thumb {
  width: 40%;
}
@media only screen and (max-width: 767.98px) {
  .blog-list-inner .blog-post-item .blog-thumb {
    width: 100%;
  }
}
.blog-list-inner .blog-post-item .blog-content {
  padding-top: 0;
  padding-left: 20px;
  width: 60%;
}
@media only screen and (max-width: 767.98px) {
  .blog-list-inner .blog-post-item .blog-content {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
}
.blog-list-inner .blog-post-item .blog-content .blog-title {
  margin-top: -5px;
}
.blog-list-inner .blog-post-item .blog-content .blog-meta {
  padding-top: 15px;
}
.blog-list-inner .blog-post-item .blog-content .blog-read-more {
  color: #222222;
  display: inline-block;
  margin-top: 10px;
}
.blog-list-inner .blog-post-item .blog-content .blog-read-more:hover {
  color: #111;
  text-decoration: underline;
}

/*------ blog list item end ------*/
/*----- blog sidebar start -------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar-wrapper {
    margin-bottom: -5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-sidebar-wrapper {
    margin-top: 77px;
    margin-bottom: -5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .blog-sidebar-wrapper {
    margin-top: 60px;
    margin-bottom: -5px;
  }
}
.blog-sidebar-wrapper .blog-sidebar:last-child {
  margin-bottom: 0;
}

.blog-sidebar {
  margin-bottom: 30px;
}
.blog-sidebar .title {
  line-height: 1;
  margin-top: -2px;
  margin-bottom: 40px;
  position: relative;
}
.blog-sidebar .title:before {
  width: 100%;
  height: 1px;
  bottom: -10px;
  left: 0;
  background-color: #efefef;
  content: "";
  position: absolute;
}
.blog-sidebar .search-field {
  width: calc(100% - 50px);
  border: 1px solid #ccc;
  padding: 0 10px;
  color: #555555;
  font-size: 14px;
  height: 50px;
  float: left;
}
.blog-sidebar .search-btn {
  width: 50px;
  height: 50px;
  margin-left: -4px;
  text-align: center;
  cursor: pointer;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.blog-sidebar .search-btn i {
  font-size: 17px;
  line-height: 50px;
  color: #222222;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.blog-sidebar .search-btn:hover {
  background-color: #111;
  border-color: #111;
}
.blog-sidebar .search-btn:hover i {
  color: #fff;
}
.blog-sidebar .blog-archive {
  margin-top: -10px;
}
.blog-sidebar .blog-archive li a {
  color: #555555;
  font-size: 14px;
  line-height: 1;
  padding: 13px 0;
  display: inline-block;
}
.blog-sidebar .blog-archive li a:hover {
  color: #111;
}
.blog-sidebar .blog-archive li:last-child a {
  padding-bottom: 0;
}
.blog-sidebar .blog-archive li:first-child a {
  padding-top: 0;
}
.blog-sidebar .blog-tags li {
  display: inline-block;
  margin-bottom: 5px;
}
.blog-sidebar .blog-tags li a {
  color: #222222;
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 6px 15px 4px;
  display: inline-block;
}
.blog-sidebar .blog-tags li a:hover {
  color: #fff;
  background-color: #111;
  border-color: #111;
}

.blog-category {
  margin-top: -10px;
}

.recent-post .recent-post-item:last-child {
  margin-bottom: 0;
}

.recent-post-item {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.recent-post-item .product-thumb {
  max-width: 70px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 70px;
      -ms-flex: 1 0 70px;
          flex: 1 0 70px;
}
.recent-post-item .recent-post-description {
  padding-left: 10px;
}
.recent-post-item .recent-post-description h6 {
  font-size: 14px;
  padding-bottom: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .recent-post-item .recent-post-description h6 {
    font-size: 13px;
    padding-bottom: 5px;
  }
}
.recent-post-item .recent-post-description h6 a {
  color: #222222;
}
.recent-post-item .recent-post-description h6 a:hover {
  color: #111;
}
.recent-post-item .recent-post-description p {

}

/*----- blog sidebar end -------*/
.entry-summary {
  padding-top: 25px;
}

blockquote {
  border-left: 5px solid #111;
  margin: 25px 32px 25px 30px;
  background-color: #f8f8f8;
  padding: 15px;
}

.blog-details-post .blog-content .blog-title {
  padding-top: 10px;
}
@media only screen and (max-width: 767.98px) {
  .blog-details-post .blog-content .blog-title {
    font-size: 17px;
  }
}
@media only screen and (max-width: 479.98px) {
  .blog-details-post .blog-content .blog-title {
    font-size: 18px;
  }
}
.blog-details-post .blog-content .blog-meta {
  padding-top: 15px;
  padding-bottom: 0;
}
.blog-details-post:hover .blog-thumb img {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

/*------- blog main content wrapper start --------*/
.blog-post-item .tag-line {
  padding: 10px 0;
  margin-top: 20px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.blog-post-item .tag-line h6 {
  font-size: 14px;
  display: inline-block;
  padding-right: 5px;
}
.blog-post-item .tag-line a {
  font-size: 13px;
  color: #222222;
}
.blog-post-item .tag-line a:hover {
  color: #111;
}

.blog-share-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767.98px) {
  .blog-share-link {
    padding-top: 15px;
  }
}
.blog-share-link h6 {
  font-size: 14px;
  padding-right: 15px;
}
.blog-share-link .blog-social-icon a {
  width: 36px;
  height: 36px;
  font-size: 15px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  margin-right: 5px;
}
.blog-share-link .blog-social-icon a.facebook {
  background-color: #3B5999;
}
.blog-share-link .blog-social-icon a.twitter {
  background-color: #1DA1F2;
}
.blog-share-link .blog-social-icon a.pinterest {
  background-color: #CB2028;
}
.blog-share-link .blog-social-icon a.google {
  background-color: #fe6d4c;
}
.blog-share-link .blog-social-icon a:hover.facebook {
  background-color: #2d4474;
}
.blog-share-link .blog-social-icon a:hover.twitter {
  background-color: #0c85d0;
}
.blog-share-link .blog-social-icon a:hover.pinterest {
  background-color: #9f191f;
}
.blog-share-link .blog-social-icon a:hover.google {
  background-color: #fe4419;
}
@media only screen and (max-width: 479.98px) {
  .blog-share-link .blog-social-icon a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    margin-right: 0;
  }
}

/*--- blog main content wrapper end ---*/
/*--- blog comment section start ---*/
.comment-section {
  margin-top: -3px;
}
.comment-section h5 {
  line-height: 1;
  padding-bottom: 15px;
}
.comment-section ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  margin-bottom: 30px;
  border: 1px solid #efefef;
}
.comment-section ul li:last-child {
  margin-bottom: 5px;
}
@media only screen and (max-width: 479.98px) {
  .comment-section ul li {
    display: block;
  }
}
.comment-section ul li .author-avatar {
  -webkit-flex-basis: 66px;
      -ms-flex-preferred-size: 66px;
          flex-basis: 66px;
  max-height: 62px;
  margin-right: 10px;
}
@media only screen and (max-width: 479.98px) {
  .comment-section ul li .author-avatar {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 66px;
    height: 62px;
  }
}
.comment-section ul li.comment-children {
  margin-left: 40px;
}
@media only screen and (max-width: 479.98px) {
  .comment-section ul li.comment-children {
    margin-left: 20px;
  }
}
.comment-section ul li .comment-body {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.comment-section ul li .comment-body h5 {
  font-size: 14px;
  padding-bottom: 5px;
}
.comment-section ul li .comment-body .comment-post-date {
  color: #555555;
  padding-bottom: 10px;
}
.comment-section ul li .comment-body .reply-btn {
  float: right;
}
.comment-section ul li .comment-body .reply-btn a {
  color: #222222;
  font-size: 12px;
  display: inline-block;
  padding: 4px 15px;
  border-radius: 20px;
  border: 1px solid #efefef;
}
.comment-section ul li .comment-body .reply-btn a:hover {
  color: #fff !important;
  border-color: #111;
  background-color: #111;
}

/*--- blog comment section end ---*/
/*------ blog comment box start -----*/
.blog-comment-wrapper {
  margin-top: -10px;
}
.blog-comment-wrapper h3 {
  color: #222222;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  padding-bottom: 15px;
  text-transform: uppercase;
  border-bottom: 1px solid #f0f0f0;
}
.blog-comment-wrapper p {
  margin-bottom: 10px;
  padding-top: 10px;
}
.blog-comment-wrapper .comment-post-box label {
  color: #222222;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.blog-comment-wrapper .comment-post-box .coment-field {
  background: #f8f8f8;
  border: none;
  color: #555555;
  padding: 8px 10px;
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .blog-comment-wrapper .comment-post-box .coment-field {
    margin-bottom: 20px;
  }
}
.blog-comment-wrapper .comment-post-box textarea {
  height: 130px;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
  background: #f8f8f8;
  border: none;
}
.blog-comment-wrapper .comment-post-box .coment-btn {
  margin-top: 30px;
}
@media only screen and (max-width: 767.98px) {
  .blog-comment-wrapper .comment-post-box .coment-btn {
    margin-top: 10px;
  }
}

/*------- blog comment box end --------*/
/*------- about us area start -------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-thumb {
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-thumb {
    text-align: center;
  }
  .about-thumb img {
    width: 100%;
  }
}
.about-title {
  font-size: 48px;
  color: #d1d1d1;
  display: block;
  line-height: 1.1;
  margin-bottom: 38px;
}
@media only screen and (max-width: 767.98px) {
  .about-title {
    font-size: 26px;
    color: #222222;
    margin-bottom: 25px;
  }
}
.about-sub-title {
  line-height: 1.5;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  .about-sub-title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767.98px) {
  .about-content {
    padding: 0 0 30px 0;
  }
}
@media only screen and (max-width: 479.98px) {
  .about-content {
    padding: 0 0 30px 0;
  }
}
.about-content p {
  font-size: 15px;
  line-height: 1.8;
  padding-bottom: 12px;
}
.about-content p:last-child {
  padding-bottom: 0;
}

/*------- about us area end -------*/
/*-------- choosing area start --------*/
.choosing-area {
  margin-bottom: -4px;
}

@media only screen and (max-width: 767.98px) {
  .single-choose-item {
    padding: 0 20px;
  }
}
.single-choose-item i {
  color: #969ca7;
  font-size: 44px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.single-choose-item h4 {
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 0 10px;
}
.single-choose-item:hover i {
  color: #111;
}

/*-------- choosing area end --------*/
/*------- team area start -------*/
.team-member {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.team-member .team-thumb {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.team-member .team-thumb img {
  width: 100%;
}
.team-member .team-thumb .team-social {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  position: absolute;
  background-color: #fff;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
.team-member .team-thumb .team-social a {
  color: #222222;
  width: 30px;
  height: 30px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  background-color: #f5f5f5;
  border-radius: 5px;
  margin-right: 5px;
}
.team-member .team-thumb .team-social a:hover {
  color: #fff;
  background-color: #111;
  border-color: #111;
}
.team-member .team-content .team-member-name {
  padding-top: 15px;
}
.team-member .team-content p {
  font-size: 14px;
  line-height: 1;
  padding-top: 5px;
  color: #111;
}
.team-member:hover .team-social {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.team-member:hover .team-thumb img {
  opacity: 0.5;
}

/*------- team area end -------*/
/*------ shop page style start ------*/
.shop-top-bar {
  margin-bottom: 30px;
}

.top-bar-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .top-bar-left {
    padding-top: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.top-bar-left .product-view-mode {
  margin-right: 60px;
}
@media only screen and (max-width: 479.98px) {
  .top-bar-left .product-view-mode {
    margin-right: 0;
  }
}
.top-bar-left .product-view-mode a {
  color: #b6b6b6;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}
.top-bar-left .product-view-mode a i {
  font-size: 17px;
  margin-top: 6px;
}
.top-bar-left .product-view-mode a:hover {
  color: #111;
}
.top-bar-left .product-view-mode a.active {
  color: #111;
}
.top-bar-left .product-amount p {
  color: #777;
  font-size: 14px;
}

.top-bar-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 767.98px) {
  .top-bar-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top-bar-right .product-short {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-bar-right .product-short p {
  margin-right: 10px;
}

.nice-select {
  height: 36px;
  line-height: 34px;
  width: 200px;
  padding: 0 10px;
  background-color: var(--color-lightgray);
  border: 1px solid var(--color-gray);
/*  font-size: 14px;
  line-height: 18px;*/
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nice-select {
    width: 170px;
  }
}
@media only screen and (max-width: 479.98px) {
  .nice-select {
    width: 190px;
  }
}
.nice-select.open {
  border-color: #111;
}
.nice-select .list {
  right: 0;
  left: auto;
  width: 100%;
}
.nice-select .option {
  font-size: 13px;
  line-height: 34px;
  min-height: 34px;
}
.nice-select:after {
  height: 6px;
  width: 6px;
  border-bottom: 1px solid var(--color-primary);
  border-right: 1px solid var(--color-primary);
}

/*----- shop main wrapper end -----*/
/*----- product change view start -----*/
.shop-product-wrap.list-view .product-item {
  display: none;
}

.shop-product-wrap.grid-view .product-item {
  display: block;
  position: relative;
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  padding: 0;
}

.shop-product-wrap.grid-view .product-list-item {
  display: none !important;
}

.shop-product-wrap.list-view .product-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.shop-product-wrap.row.list-view .col-md-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.shop-product-wrap [class*=col-] {
  margin-bottom: 30px;
}

/*----- product change view end -----*/
/*------ shop page style start ------*/
/*----- product details slider start ----*/
.pro-large-img {
  position: relative;
  cursor: grab;
}
.pro-large-img img {
  width: 100%;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.pro-nav-thumb {
  cursor: pointer;
}

.pro-nav {
  margin-top: 20px;
}

/*----- product details slider end ----*/
/*----- product details content start ----*/
.option-title {
  line-height: 1;
  font-weight: 400;
  margin-right: 10px;
}

.product-details-des .product-name {
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 575.98px) {
  .product-details-des .product-name {
    font-size: 17px;
  }
}
.product-details-des .pro-review {
  padding-left: 10px;
}
.product-details-des .pro-review span {
  font-size: 14px;
  line-height: 1;
  color: #555555;
}
.product-details-des .price-box {
  padding: 25px 0 40px 0;
  font-size:20px;
}
.product-details-des .customer-rev {
  padding-top: 10px;
}
.product-details-des .customer-rev a {
  color: #222222;
  font-size: 13px;
}
.product-details-des .customer-rev a:hover {
  color: #111;
}
.product-details-des .offer-text {
  font-weight: 400;
}
.product-details-des .quantity-cart-box {
  margin-bottom: 20px;
}
.product-details-des .quantity {
  margin-right: 15px;
}
.product-details-des .quantity .pro-qty {
/*  width: 90px;*/
  height: 40px;
  border: 1px solid #ddd;
/*  padding: 0 15px;*/
  padding: 0 10px;
/*  border-radius: 40px;*/
  border-radius: 5px;
  float: left;
}
.product-details-des .quantity .pro-qty .qtybtn {
  width: 15px;
  display: block;
  float: left;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
/*  font-size: 16px;*/
  font-size: 22px;
  font-weight:700;
/*  color: #555555;*/
  color: #111;
  outline:none;
  user-select: none;
}
.product-details-des .quantity .pro-qty input {
  width: 28px;
  float: left;
  border: none;
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-size: 18px;
  font-weight:700;
  text-align: center;
  background-color: transparent;
}
.product-details-des .pro-desc {
  margin-bottom: 20px;
}
.product-details-des .availability {
  margin-bottom: 15px;
}
.product-details-des .availability i {
  color: #81ca33;
}
.product-details-des .availability.no-availability i {
  color: #ca3733;
}
.product-details-des .availability span {
  color: #555555;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  padding-left: 3px;
/*  text-transform: uppercase;*/
}
.product-details-des .useful-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.product-details-des .useful-links a {
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  margin-right: 20px;
}
.product-details-des .useful-links a:hover {
  color: #111;
}
.product-details-des .useful-links a i {
  font-size: 17px;
  padding-right: 5px;
  vertical-align: middle;
}
.product-details-des .like-icon {
  padding-top: 20px;
  border-top: 1px solid #efefef;
}
.product-details-des .like-icon a {
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
  padding: 0 8px;
  margin-right: 6px;
  border-radius: 3px;
}
@media only screen and (max-width: 479.98px) {
  .product-details-des .like-icon a {
    margin-right: 0;
  }
}
.product-details-des .like-icon a i {
  padding-right: 5px;
}
.product-details-des .like-icon a.facebook {
  background-color: #3B5999;
}
.product-details-des .like-icon a.twitter {
  background-color: #1DA1F2;
}
.product-details-des .like-icon a.pinterest {
  background-color: #CB2028;
}
.product-details-des .like-icon a.google {
  background-color: #fe6d4c;
}
.product-details-des .like-icon a:hover.facebook {
  background-color: #2d4474;
}
.product-details-des .like-icon a:hover.twitter {
  background-color: #0c85d0;
}
.product-details-des .like-icon a:hover.pinterest {
  background-color: #9f191f;
}
.product-details-des .like-icon a:hover.google {
  background-color: #fe4419;
}
.product-details-des .share-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-details-des .share-icon a {
  color: #555555;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  padding: 0 8px;
  margin-right: 5px;
}
@media only screen and (max-width: 479.98px) {
  .product-details-des .share-icon a {
    padding: 0 5px;
  }
}
.product-details-des .share-icon a:hover {
  color: #111;
}
.product-details-des .color-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}
.product-details-des .pro-size {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}
.product-details-des .pro-size .nice-select {
  width: 100px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
}
.product-details-des .group-product-table {
  margin-top: 30px;
  margin-bottom: 20px;
  display: block;
}
.product-details-des .group-product-table.table-bordered {
  border: none;
}
.product-details-des .group-product-table td {
  width: 33.33%;
  padding: 8px;
  vertical-align: middle;
}
.product-details-des .group-product-table td a {
  color: #555555;
}
.product-details-des .group-product-table td a:hover {
  color: #111;
}
.product-details-des .group-product-table td .pro-qty {
  width: 90px;
  height: 35px;
  border: 1px solid #ddd;
  padding: 0 15px;
  float: left;
}
.product-details-des .group-product-table td .pro-qty .qtybtn {
  width: 15px;
  display: block;
  float: left;
  line-height: 31px;
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #555555;
}
.product-details-des .group-product-table td .pro-qty input {
  width: 28px;
  float: left;
  border: none;
  height: 33px;
  line-height: 33px;
  padding: 0;
  text-align: center;
  background-color: transparent;
}

/*------ countdown style end ------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-des {
    margin-top: 76px;
  }
}
@media only screen and (max-width: 767.98px) {
  .product-details-des {
    margin-top: 58px;
  }
}
.product-details-des.quick-details {
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-des.quick-details {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .product-details-des.quick-details {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-des.quick-details .product-name {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .product-details-des.quick-details .product-name {
    font-size: 18px;
  }
}
.product-details-des.box-layout {
  padding-top: 47px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767.98px) {
  .product-details-des.box-layout {
    margin-top: 0;
  }
}
.product-details-des.box-layout p {
  max-width: 80%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767.98px) {
  .product-details-des.box-layout p {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767.98px) {
  .product-details-des.sidebar-sticky {
    margin-top: 0;
  }
}
.product-details-des.quick-des p {
  padding-top: 0;
}

/*----- product details content end ----*/
/*----- reviews area start -----*/
.product-review-info .nav.review-tab li a {
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 1;
  padding: 8px 10px;
  border: 1px solid #111;
  border-bottom: none;
  background-color: #111;
}
.product-review-info .nav.review-tab li a:hover, .product-review-info .nav.review-tab li a.active {
  color: #555555;
  background-color: #fff;
  border-color: #ddd;
}
@media only screen and (max-width: 479.98px) {
  .product-review-info .nav.review-tab li a {
    font-size: 14px;
  }
}
.product-review-info .tab-content.reviews-tab {
  border: 1px solid #efefef;
  padding: 15px 20px 20px;
}
.product-review-info .tab-content.reviews-tab .table {
  margin-bottom: 0;
}
.product-review-info .tab-content.reviews-tab .table tr {

}
.product-review-info .tab-content .review-description {
  padding-top: 25px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-review-info .tab-content .review-description {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .product-review-info .tab-content .review-description {
    display: block;
  }
}
.product-review-info .tab-content .review-description .tab-thumb {
  -webkit-flex-basis: 300px;
      -ms-flex-preferred-size: 300px;
          flex-basis: 300px;
}
@media only screen and (max-width: 767.98px) {
  .product-review-info .tab-content .review-description .tab-thumb {
    -webkit-flex-basis: 220px;
        -ms-flex-preferred-size: 220px;
            flex-basis: 220px;
  }
}
.product-review-info .tab-content .review-description .tab-des {
  padding-left: 40px;
  -webkit-flex-basis: calc(100% - 300px);
      -ms-flex-preferred-size: calc(100% - 300px);
          flex-basis: calc(100% - 300px);
}
@media only screen and (max-width: 767.98px) {
  .product-review-info .tab-content .review-description .tab-des {
    padding-left: 14px;
    -webkit-flex-basis: calc(100% - 220px);
        -ms-flex-preferred-size: calc(100% - 220px);
            flex-basis: calc(100% - 220px);
  }
}
.product-review-info .tab-content .review-description .tab-des h3 {
  color: #111;
  font-size: 20px;
  font-weight: 22px;
  font-weight: 700;
  padding-bottom: 10px;
}
.product-review-info .tab-content .review-description .tab-des ul li {
  font-size: 13px;
  list-style: inherit;
}

.review-form h5 {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 20px;
}
@media only screen and (max-width: 575.98px) {
  .review-form h5 {
    font-size: 16px;
  }
}

.total-reviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
}
@media only screen and (max-width: 479.98px) {
  .total-reviews {
    display: block;
  }
}
.total-reviews .rev-avatar {
  -webkit-flex-basis: 60px;
      -ms-flex-preferred-size: 60px;
          flex-basis: 60px;
  max-height: 60px;
}
@media only screen and (max-width: 479.98px) {
  .total-reviews .rev-avatar {
    margin-bottom: 20px;
  }
}
.total-reviews .review-box {
  margin-left: 10px;
  border: 1px solid #efefef;
  padding: 10px;
  -webkit-flex-basis: calc(100% - 70px);
      -ms-flex-preferred-size: calc(100% - 70px);
          flex-basis: calc(100% - 70px);
}
@media only screen and (max-width: 479.98px) {
  .total-reviews .review-box {
    margin-left: 0;
  }
}
.total-reviews .review-box .post-author {
  padding-bottom: 10px;
}
.total-reviews .review-box .post-author p {
  font-size: 12px;
  font-style: italic;
}
.total-reviews .review-box .post-author p span {
  font-size: 13px;
}
.total-reviews .review-box p {
  font-size: 14px;
  font-style: italic;
}

/*----- reviews area end -----*/
/* Checkout Login Coupon Accordion Start */
.checkout-page-wrapper {
  margin-bottom: -8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767.98px) {
  .checkout-page-wrapper {
    margin-bottom: 0;
  }
}

.checkoutaccordion {
  margin-bottom: 46px;
}
.checkoutaccordion h6 {
  background-color: #f7f7f7;
  border-top: 3px solid #111;
  font-size: 14px;
  padding: 15px 20px;
  position: relative;
}
.checkoutaccordion h6 span {
  color: #111;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-left: 10px;
}
@media only screen and (max-width: 479.98px) {
  .checkoutaccordion h6 span {
    display: block;
    padding-top: 5px;
    margin-left: 0;
  }
}
.checkoutaccordion h6 span:hover {
  color: #222222;
}
@media only screen and (max-width: 479.98px) {
  .checkoutaccordion h6 {
    font-size: 14px;
  }
}
.checkoutaccordion .card {
  border: none;
  padding: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 30px;
}
.checkoutaccordion .card:last-child {
  margin-bottom: 0;
}
.checkoutaccordion .card .card-body {
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 20px;
}
.checkoutaccordion .card .card-body .cart-update-option {
  border: none;
  padding: 0;
}
.checkoutaccordion .card .card-body .cart-update-option .apply-coupon-wrapper input {
  padding: 12px 10px;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  margin-right: 15px;
}
@media only screen and (max-width: 479.98px) {
  .checkoutaccordion .card .card-body .cart-update-option .apply-coupon-wrapper input {
    margin-bottom: 15px;
  }
}

.checkout-box-wrap .custom-control {
  padding-left: 0;
  margin-left: 1.5rem;
}

.checkout-billing-details-wrap .billing-form-wrap {
  margin-top: -20px;
}

.checkout-title {
  border-bottom: 1px solid #efefef;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767.98px) {
  .checkout-title {
    margin-bottom: 26px;
  }
}

.forget-pwd {
  color: #111;
  font-size: 12px;
  margin-top: -6px;
}

.single-form-row {
  margin-top: 15px;
  display: none;
}
.single-form-row p {
  margin: 0;
  font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .order-summary-details {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767.98px) {
  .order-summary-details {
    margin-top: 52px;
  }
}

.order-summary-table {
  background-color: #f7f7f7;
  margin-top: 34px;
}
.order-summary-table .table,
.order-summary-table table {
  color: #222222;
  margin-bottom: 0;
  font-size: 15px;
  white-space: nowrap;
}
.order-summary-table .table tr td,
.order-summary-table .table tr th,
.order-summary-table table tr td,
.order-summary-table table tr th {
  font-weight: 400;
  vertical-align: middle;
  padding: 15px 10px;
  border-width: 1px;
}
.order-summary-table .table thead th {
  vertical-align: middle;
  border-width: 1px;
  border-color: #111;
  background-color: #111;
  border-bottom: 0 solid transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 10px;
  text-align: center;
}

.order-summary-table .table tr td a,
.order-summary-table .table tr th a,
.order-summary-table table tr td a,
.order-summary-table table tr th a {
  color: #222222;
  font-weight: 400;
}
.order-summary-table .table tr td strong,
.order-summary-table .table tr th strong,
.order-summary-table table tr td strong,
.order-summary-table table tr th strong {
  font-weight: 400;
}
.order-summary-table .shipping-type {
  text-align: left;
}
.order-summary-table .shipping-type li {
  margin-bottom: 5px;
}
.order-summary-table .shipping-type li:last-child {
  margin-bottom: 0;
}
.order-summary-table .table > :not(:last-child) > :last-child > * {
  border-bottom-color: inherit;
}

.order-payment-method {
  background-color: #f7f7f7;
  padding: 40px 20px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767.98px) {
  .order-payment-method {
    padding: 32px 20px 36px;
  }
}

.single-payment-method {
  margin-bottom: 20px;
}
.single-payment-method:last-child {
  margin-bottom: 0;
}
.single-payment-method:first-child .payment-method-details {
  display: block;
}
.single-payment-method label,
.single-payment-method .custom-control-label {
  font-weight: 700;
}
.single-payment-method .paypal-card {
  max-width: 150px;
  height: 50px;
  margin-top: 10px;
  display: block;
}
.single-payment-method .payment-method-details {
  background-color: #f1f1f1;
  color: #222222;
  font-weight: 400;
  font-size: 13px;
  padding: 10px;
  position: relative;
  margin-top: 20px;
  display: none;
}
.single-payment-method .payment-method-details:after {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f1f1f1;
  bottom: 100%;
}
/*.single-payment-method .payment-method-details * {
  margin: 0;
}*/

.single-payment-method .payment-method-details p {
  margin: 7px 0;
}

.summary-footer-area .btn-brand {
  margin-top: 40px;
}

/*------- input box style css start -------*/
.single-input-item {
  margin-top: 20px;
}
.single-input-item label {
  color: #222222;
  font-size: 14px;
}
.single-input-item label.required:after {
  content: "*";
  color: red;
  font-size: 14px;
  margin-left: 3px;
  margin-top: 5px;
}
.single-input-item input,
.single-input-item textarea {
  color: #555555;
  border: 1px solid #ccc;
  padding: 12px 10px;
  width: 100%;
  font-size: 14px;
  background: #f7f7f7;
}
.single-input-item input:active, .single-input-item input:focus,
.single-input-item textarea:active,
.single-input-item textarea:focus {
  border-color: #111;
  background-color: #fff;
}
.single-input-item .nice-select {
  width: 100%;
  border-radius: 0;
  height: 48px;
  border-color: #ccc;
  background-color: #f7f7f7;
}
.single-input-item .nice-select .current {
  color: #555555;
}
.single-input-item .nice-select .list {
  max-height: 200px;
  overflow: auto;
  width: 100%;
}

/*------- input box style css end -------*/
/*--------- Cart Page Wrapper Start ---------*/
.cart-table .table {
  margin: 0;
  white-space: nowrap;
}
.cart-table .table thead {
  background-color: #111;
}
.cart-table .table thead tr th {
  border-color: #111;
  border-bottom: 0 solid transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 20px;
  text-align: center;
}
.cart-table .table tbody tr td {
  border-color: #ccc;
  text-align: center;
  padding: 10px 20px;
  vertical-align: middle;
  font-weight: 500;
  color: #222222;
}
.cart-table .table tbody tr td a {
  color: #222222;
  font-weight: 400;
}
.cart-table .table tbody tr td a:hover {
  color: #111;
}
.cart-table .table tbody tr td a.btn {
  color: #fff;
}
.cart-table .table tbody tr td a.btn:hover {
  color: #fff;
}
.cart-table .table tbody tr td a.check-btn {
  color: #fff;
}
.cart-table .table tr .pro-thumbnail,
.cart-table .table tr .pro-price,
.cart-table .table tr .pro-quantity,
.cart-table .table tr .pro-subtotal,
.cart-table .table tr .pro-remove {
  width: 140px;
}
.cart-table .table tr .pro-qty {
  width: 90px;
  height: 40px;
  border: 1px solid #ddd;
  padding: 0 15px;
  float: left;
}
.cart-table .table tr .pro-qty .qtybtn {
  width: 15px;
  display: block;
  float: left;
  line-height: 38px;
  cursor: pointer;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  color: #555555;
  outline:none;
  user-select: none;
}
.cart-table .table tr .pro-qty input {
  width: 28px;
  float: left;
  border: none;
  height: 40px;
  line-height: 34px;
  padding: 0;
  text-align: center;
  background-color: transparent;
}

.cart-update-option {
  border: 1px solid #ccc;
  margin-top: 15px;
  padding: 15px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-update-option {
    margin-top: 0;
    border-top: 0 solid transparent;
  }
}
.cart-update-option .apply-coupon-wrapper {
  width: 55%;
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-update-option .apply-coupon-wrapper {
    width: auto;
  }
}
.cart-update-option .apply-coupon-wrapper form {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}
.cart-update-option .apply-coupon-wrapper form input {
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 9px 10px;
  outline: none;
  margin-right: 15px;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.cart-update-option .apply-coupon-wrapper form input:focus, .cart-update-option .apply-coupon-wrapper form input:active {
  border-color: #111;
}
@media only screen and (max-width: 767.98px) {
  .cart-update-option .apply-coupon-wrapper button {
    display: block;
    width: 100%;
    margin-top: 15px;
    border-radius: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .cart-update-option .cart-update {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .cart-update-option .cart-update .btn {
    width: 100%;
  }
}

.cart-calcuInvolver-wrapper {
  margin-top: 30px;
  background-color: #f8f8f8;
}
.cart-calcuInvolver-wrapper h6 {
  padding: 20px 15px 18px;
  margin-bottom: 0;
}
.cart-calcuInvolver-wrapper .cart-calculate-items {
  font-weight: 500;
}
.cart-calcuInvolver-wrapper .cart-calculate-items .table {
  margin-bottom: 0;
}
.cart-calcuInvolver-wrapper .cart-calculate-items .table tr td {
  color: #222222;
  padding: 15px 20px;
}
.cart-calcuInvolver-wrapper .cart-calculate-items .table tr td:nth-child(2) {
  color: #222222;
  text-align: right;
}
.cart-calcuInvolver-wrapper .cart-calculate-items .table tr td.total-amount {
  color: #111;
  font-weight: 700;
}
.cart-calcuInvolver-wrapper a {
  border-radius: 0;
  text-align: center;
}

/*--------- Cart Page Wrapper end ---------*/
/*------ Start Compare Page Wrapper -----*/
.compare-table .table tbody tr td {
  text-align: center;
  padding: 20px 20px;
  vertical-align: middle;
  border-color: #ccc;
}
.compare-table .table tbody tr td.first-column {
  min-width: 175px;
  font-size: 15px;
  font-weight: 500;
  color: #222222;
  margin: 0;
}
@media only screen and (max-width: 767.98px) {
  .compare-table .table tbody tr td.first-column {
    min-width: 115px;
  }
}
.compare-table .table tbody tr td.product-image-title {
  min-width: 310px;
  vertical-align: bottom;
}
@media only screen and (max-width: 767.98px) {
  .compare-table .table tbody tr td.product-image-title {
    min-width: 220px;
  }
}
.compare-table .table tbody tr td.product-image-title .image {
  clear: both;
  width: 100%;
  margin-bottom: 15px;
  display: block;
}
.compare-table .table tbody tr td.product-image-title .category {
  float: left;
  clear: both;
  color: #111;
  letter-spacing: 0.5px;
}
.compare-table .table tbody tr td.product-image-title .title {
  float: left;
  clear: both;
  font-size: 16px;
  color: #222222;
  font-weight: 500;
}
.compare-table .table tbody tr td.product-image-title .title:hover {
  color: #111;
}
.compare-table .table tbody tr td.pro-desc p {
  text-align: left;
  margin: 0;
}
.compare-table .table tbody tr td.pro-price, .compare-table .table tbody tr td.pro-color, .compare-table .table tbody tr td.pro-stock {
  font-size: 14px;
  font-weight: 400;
}
.compare-table .table tbody tr td.pro-remove button {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.compare-table .table tbody tr td.pro-remove button:hover {
  color: #e74c3c;
}
.compare-table .table tbody tr td.pro-remove button i {
  font-size: 20px;
}
.compare-table .table tbody tr td.pro-ratting i {
  color: #111;
}

/*------ end Compare Page Wrapper -----*/
/*-------- Start My Account Page Wrapper --------*/
.myaccount-tab-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.myaccount-tab-menu a {
  border: 1px solid #efefef;
  border-bottom: none;
  color: #222222;
  font-weight: 400;
  font-size: 15px;
  display: block;
  padding: 10px 15px;
}
.myaccount-tab-menu a:last-child {
  border-bottom: 1px solid #efefef;
}
.myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
  background-color: #111;
  border-color: #111;
  color: #fff;
}
.myaccount-tab-menu a i.fa {
  font-size: 14px;
  text-align: center;
  width: 25px;
}

@media only screen and (max-width: 767.98px) {
  #myaccountContent {
    margin-top: 30px;
  }
}

.myaccount-content {
  border: 1px solid #eeeeee;
  padding: 30px;
}
@media only screen and (max-width: 575.98px) {
  .myaccount-content {
    padding: 20px 15px;
  }
}
.myaccount-content form {
  margin-top: -20px;
}
.myaccount-content h5 {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.myaccount-content .welcome a {
  color: #222222;
}
.myaccount-content .welcome a:hover {
  color: #111;
}
.myaccount-content .welcome strong {
  font-weight: 500;
  color: #111;
}
.myaccount-content fieldset {
  margin-top: 20px;
}
.myaccount-content fieldset legend {
  color: #222222;
  font-size: 20px;
  margin-top: 20px;
  font-weight: 400;
  border-bottom: 1px dashed #ccc;
}

.myaccount-table {
  white-space: nowrap;
  font-size: 14px;
}
.myaccount-table table th,
.myaccount-table .table th {
  color: #222222;
  padding: 10px;
  font-weight: 400;
  background-color: #f8f8f8;
  border-color: #ccc;
  border-bottom: 0;
}
.myaccount-table table td,
.myaccount-table .table td {
  padding: 10px;
  vertical-align: middle;
  border-color: #ccc;
}

.saved-message {
  background-color: #f4f5f7;
  border-top: 3px solid #111;
  border-radius: 5px 5px 0 0;
  font-weight: 400;
  font-size: 15px;
  color: #555555;
  padding: 20px;
}

/*-------- Start My Account Page Wrapper --------*/
/*------ Start Login & Register Page ------*/
.login-reg-form-wrap {
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  padding: 23px 30px 30px;
}
@media only screen and (max-width: 575.98px) {
  .login-reg-form-wrap {
    padding: 23px 15px 30px;
  }
}
.login-reg-form-wrap form .create-account {
  margin-top: 25px;
}
.login-reg-form-wrap .login-reg-form-meta a {
  color: #111;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sign-up-form {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .sign-up-form {
    margin-top: 62px;
  }
}

/*------ end Login & Register Page ------*/
/*----- Google map area start -----*/
#google-map {
  height: 500px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #google-map {
    height: 400px;
  }
}
@media only screen and (max-width: 767.98px) {
  #google-map {
    height: 350px;
  }
}

/*----- Google map area end -----*/
/*------ contact form area start -------*/
.contact-area {
  margin-top: -4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767.98px) {
  .contact-area {
    margin-bottom: -5px;
  }
}

.contact-message h2 {
  color: #222222;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 28px;
}
@media only screen and (max-width: 575.98px) {
  .contact-message h2 {
    font-size: 18px;
    padding-bottom: 15px;
  }
}
.contact-message form input, .contact-message form textarea {
  width: 100%;
  border: none;
  padding: 10px 10px;
  border-bottom: 3px solid transparent;
  background-color: #f7f7f7;
  margin-bottom: 30px;
}
.contact-message form textarea {
  height: 150px;
}

/*------ contact form area start -------*/
/*------ contact info area start -------*/
.contact-info {
  height: 100%;
}
/*@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info {
    margin-top: 77px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-info {
    margin-top: 60px;
  }
}*/
/*.contact-info p {
  padding-bottom: 30px;
}*/
/*@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info p {
    padding-bottom: 10px;
  }
}*/
.contact-info ul li {
  border-bottom: 1px solid #efefef;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 479.98px) {
  .contact-info ul li {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.contact-info ul li:last-child {
  border-bottom: none;
}
.contact-info ul li i {
  font-size: 18px;
  padding-right: 10px;
}
.contact-info .working-time h6 {
  padding-bottom: 5px;
}
.contact-info .working-time p {
  padding-bottom: 0;
}
.contact-info .working-time p span {
  color: #222222;
  padding-right: 10px;
}

.contact-title {
  line-height: 1;
  padding-bottom: 22px;
}
@media only screen and (max-width: 575.98px) {
  .contact-title {
    font-size: 18px;
    padding-bottom: 8px;
  }
}

/*------ contact info area end -------*/


.catmain__banner{
  position:relative;
}
.catmain__banner:hover .film-cover-line:after{
  background:rgba(255,255,255,0.50);
  /* background-color:rgba(0,0,0,0.52); */
}
.catmain__banner a.square, .catmain__banner a.long{
  display:block;
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  overflow:hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position:relative;
  background-color:#fff;
}

.catmain__banner a.square{
/*  aspect-ratio: 1 / 1;*/
  height: 302px;
}
.catmain__banner a.long{
  height: 302px;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .catmain__banner a.square{
  /*  aspect-ratio: 1 / 1;*/
    height: 255px;
  }
  .catmain__banner a.long{
    height: 255px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.catmain__banner a.square{
  /*  aspect-ratio: 1 / 1;*/
    height: 255px;
  }
  .catmain__banner a.long{
    height: 255px;
  }
}



.catmain__content {
  position:absolute;
  bottom: 10px;
  left: 25px;
/*   -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); */
  color:#121212;
  font-size:16px;
  font-weight:500;
  /* text-shadow: 2px 2px 2px rgb(0 0 0 / 72%); */
}
.catmain__content.catmain__lcontent {
  bottom: 10px;
  left: 25px;
}
.catmain__content.shadowed .link-btn {
/*   color:#FFF;
  font-size: 18px;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 72%); */
  color:#FFF;
  font-size:22px;
  font-weight:400;
}
.catmain__banner-mobile{
  width:100%;
  height:100px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position:relative;
  background-color:#ccc;
}
  .catmain__banner-mobile>a{
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(255,255,255,0.7);
  }
  .catmain__banner-mobile .catmain__content{
    display:block;
    position:absolute;
  }


.banner-item {
  position:relative;
  height: 360px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
} 
.banner-item:before {
  content:"";
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1;
  background-color:rgba(0,0,0,0.3);
}
.banner-item .hero-slider-content {
  z-index:2;
}

.handling-instructions{
  position: relative;
  display: inline-block;
  padding-left: 35px;
  color: #111;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  vertical-align: top;
}
  .handling-instructions:before {
    content: "";
    display:block;
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
/*    background: url(../img/handling-instructions.svg) no-repeat;*/
  }

.size-instructions{
  position: relative;
  display: inline-block;
  padding-left: 35px;
  color: #111;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  vertical-align: top;
  cursor:pointer;
}
  .size-instructions:before {
    content: "";
    display:block;
    position: absolute;
    top: 5px;
    left: 0;
    height: 12px;
    width: 24px;
/*    background: url(../img/size-map.svg) no-repeat;*/
  }  

.modal_view-colors{
  left: auto;
  right:0;
  width:460px;
}
.modal_view-colors .modal-dialog{
  margin:0;
  height:100%;
}
.modal_view-colors .modal-content{
  height:100%;
}
@media only screen and (max-width: 992px) {
  .modal_view-colors{
    width:360px;
  }
}    
@media only screen and (max-width: 576px) {
  .modal_view-colors{
    width:280px;
  }
}  
.accordion-button:not(.collapsed) {
  color: #111;
  background-color: #FFF;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.setFavorites{
  cursor:pointer;
}
.setFavorites.setFavoritesOn{
  display:flex;
}
.setFavorites.setFavoritesOff{
  display:none;
}
.favorites-buttons a.setFavorites{
  padding: 8px 0 0 7px;
}

.addCartBtn, .clearCartBtn{
  cursor:pointer;
}





.icon-scroll{
  display: none;
  cursor: pointer;
  text-align:center;
  padding:15px 0;
}
/*  .icon-scroll img{
    width: 40px;
    height: auto;
  } */
@media screen and (max-width: 768px) {
  .icon-scroll{
    display: block;
  }
} 










/*------------------*/

.main-achievments{
  padding: 10px 0;
}
  .main-achievments__content {
      background-color: var(--color-white);
      border-radius: 12px;
      height: 110px;
      padding:0 30px;
  }
  .main-achievments__content>.row {
      min-height: 110px;
  }
  .main-achievments__content-item{
    display:flex;
    padding:0 30px;
  }
  .main-achievments__content-index{
    color: var(--color-primary);
    font-size: 45px;
    line-height: 56px;
    font-weight: 500;
    padding-right: 20px;
  }
  .main-achievments__content-desc{
    color: var(--color-primary);
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
  }

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .main-achievments__content-index{
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    padding-right: 20px;
  }
  .main-achievments__content-desc{
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
  }
}  
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-achievments__content {
      height: auto;
      padding:20px 0;
  }
  .main-achievments__content>.row {
      min-height: none;
  }
  .main-achievments__content-index{
    min-width: 160px; 
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    padding-right: 20px;
    text-align: center;
  }
  .main-achievments__content-desc{
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
  }
} 
@media only screen and (min-width: 300px) and (max-width: 991px) {
  .main-achievments__content {
    height: auto;
    background-color: transparent;
    border-radius: 0;
    padding: 0 15px;
  }
  .main-achievments__content>.row {
      min-height: none;
  }
  .main-achievments__content-item{
    background-color: var(--color-white);
    border-radius: 12px;
    padding: 10px 20px;
    margin-bottom: 15px;
  }
  .main-achievments__content-index{
    min-width: 160px; 
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    padding-right: 20px;
    text-align: center;
  }
  .main-achievments__content-desc{
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
  }
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
  .main-achievments__content-item{
    display:block;
    background-color: var(--color-white);
    border-radius: 12px;
    padding: 10px 15px;
    margin-bottom: 15px;
  }
  .main-achievments__content-index{
    width: 100%; 
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    padding-right: 20px;
    text-align: left;
  }
  .main-achievments__content-desc{
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
  }
}


.main-ecosystem{
  padding: 10px 0;
}
  .main-ecosystem__content {
    display: flex;
    gap:5px;
  }
  .main-ecosystem__content-item {
      background-color: var(--color-white);
      border-radius: 12px;
      width: 33.333%;
      padding:30px;
  }
  .main-ecosystem__content-wide {
      background-color: var(--color-white);
      border-radius: 12px;
      padding:30px;
      margin-bottom: 5px;
  }
@media only screen and (max-width: 576px) {
  .main-ecosystem__content-wide {
      padding:15px;
  }
}  
  .main-ecosystem__content-contact{
    gap: 40px;
    border-radius: 20px;
    padding:20px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
  }

  .main-ecosystem__content-contact-social a path{
    fill: var(--color-primary);
  }
  .main-ecosystem__content-contact-social a:hover path{
    fill: var(--color-accent);
  }

  .main-ecosystem__content-contact-title{
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
  }
  .main-ecosystem__content-item-img{
    width:60px;
    height:60px;
    border-radius:8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-purple);
    margin-bottom:30px;
  }
  .main-ecosystem__content-item-title{
    margin-bottom:30px;
  }
  .main-ecosystem__content-item-heading{
    font-size: 36px;
    line-height: 47px;
    font-weight: 500;
  }
  .main-ecosystem__content-item-subtitle{
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
  }
  .main-ecosystem__content-item-cards{
    display: flex;
    flex-wrap: wrap;
    margin-bottom:20px;
  }
  .main-ecosystem__content-item-cards p{
    display: flex;
    flex-wrap: wrap;
  }
  .main-ecosystem__content-item-cards a{
    display: block;
    color: var(--color-primary);
    background-color: var(--color-lightgray);
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    padding: 10px;
    margin:0 6px 6px 0;
    border-radius: 4px;
  }
  .main-ecosystem__content-item-cards a:hover{
    color: var(--color-accent);
    background-color: var(--color-lightpurple);
  }
  .main-ecosystem__content-item-more a{
    color: var(--color-primary);
    text-decoration: underline;
  }
  .main-ecosystem__content-item-more a:hover{
    color: var(--color-accent);
  }


@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .main-ecosystem__content-item-heading{
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
  }
  .main-ecosystem__content-item-cards a{
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    padding: 7px 10px;
    margin:0 6px 6px 0;
    border-radius: 4px;
  }
}  
@media only screen and (min-width: 480px) and (max-width: 1199px) {
  .main-ecosystem__content{
    display: block;
  }
  .main-ecosystem__content-item {
      background-color: var(--color-white);
      border-radius: 12px;
      width: 100%;
      padding:30px 30px 10px 30px;
      margin-bottom: 5px;
  }
}
@media only screen and (max-width: 479.98px) {
  .main-ecosystem__content{
    display: block;
  }
  .main-ecosystem__content-item {
      background-color: var(--color-white);
      border-radius: 12px;
      width: 100%;
      padding:15px 15px 5px 15px;
      margin-bottom: 5px;
  }
  .main-ecosystem__content-item-cards {
      margin-bottom: 10px;
  }
  .main-ecosystem__content-item-heading{
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
  }
  .main-ecosystem__content-item-subtitle{
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
  }
} 

  .main-content{
    padding: 10px 0;
  }  
  .main-content__content {
      background-color: var(--color-white);
      border-radius: 12px;
      padding:30px;
      margin-bottom: 5px;
  }
  .main-content__content-img{
/*    margin-bottom:20px;*/
  }
  .main-content__content-img img{
    display:block;
    /* width:100%; */
    max-width:100%;
    height:auto;
    margin: 0px 0px 30px 0;
    border-radius: 16px;
  }
  .main-content__content-text{
/*    max-width:1200px;
    margin:0 auto;*/
  }

@media only screen and (max-width: 479.98px) {
  .main-content__content {
      padding:15px;
  }
}  
  
.main-consult{
  padding: 10px 0;
}
  .main-consult__content {
      background-color: var(--color-purple);
      border-radius: 12px;
      padding:30px 60px;
      color: var(--color-white);
      background-image: url('../images/iqdata/cloud.png');
      background-size: auto;
      background-position: bottom 0px left 100px;
      background-repeat: no-repeat;
  }
  .main-consult__content-title{
    font-size: 36px;
    line-height: 48px;
    font-weight: 500;
  }
  .main-consult__content-desc{
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
  }

  .main-consult-btn {
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
    color: var(--color-white);
    border: 2px solid var(--color-white);
    border-radius: 12px;
    display: inline-block;
    background-color: transparent;
    white-space:nowrap;
    height:70px;
  }
    .main-consult-btn>span {
      margin:0 30px;
    }
    .main-consult-btn>img {
      margin:0 6px 0 0;
    }
    .main-consult-btn svg{
      margin:0 6px 0 0;
    }
    .main-consult-btn svg rect{
      margin:0 6px 0 0;
      fill: var(--color-white);
    }
    .main-consult-btn svg path{
      fill: var(--color-accent);
    }


  .main-consult-btn:hover {
    color: var(--color-accent);
    border: 2px solid var(--color-white);
    background-color: var(--color-white);
  }
    .main-consult-btn:hover svg rect{
      fill: var(--color-accent);
    }
    .main-consult-btn:hover svg path{
      fill: var(--color-white);
    }

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .main-consult__content-title{
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 767.98px) {
  .main-consult-btn {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    height:50px;
  }
  .main-consult-btn svg{
    width: 40px;
    height: 40px;
    margin:0 5px 0 0;
  }
  .main-consult-btn>span {
      margin: 0 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1199px) {
  .main-consult__content-title{
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
  }
}  
@media only screen and (max-width: 479.98px) {
  .main-consult__content {
      border-radius: 12px;
      padding: 20px 20px;
  }
  .main-consult__content-title{
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
  }
  .main-consult__content-desc{
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
  }
  .main-consult-btn {
    font-size: 17px;
    line-height: 26px;
    height: 55px;
  }
  .main-consult-btn>span {
    margin: 0 20px;
  }
  .main-consult-btn>svg {
    width: 40px;
    height: 40px;
  }
}

  .inner-header-content{
    padding: 10px 0;
  }  
  .inner-header-content__content {
      background-color: var(--color-white);
      border-radius: 12px;
      padding:30px;
      margin-bottom: 5px;
      display: flex;
      gap: 30px;
      justify-content: space-between;
  }

@media only screen and (max-width: 767.98px) {
  .inner-header-content__content {
      padding:20px;
  }
}  

  .inner-header-content__content-data{
    flex-grow: 1;
  }
  .inner-header-content__content-img{
    
  } 
  .inner-header-content__content-img img{
    display:block;
    /* width:100%; */
    max-width:100%;
    height:auto;
    margin: 0px 0px 30px 0;
    border-radius: 16px;
  }


  .inner-content{
    padding: 10px 0;
  }  
  .inner-content__content {
      background-color: var(--color-white);
      border-radius: 12px;
      padding:30px;
      margin-bottom: 5px;
      display: flex;
      gap:30px;
  }

@media only screen and (max-width: 767.98px) {
  .inner-content__content {
      padding:15px;
  }
} 

  .inner-content__content-submenu a{
    color: var(--color-primary);
  }
    .inner-content__content-submenu a:hover{
      color: var(--color-accent);
    }  
    .inner-content__content-submenu a.active{
      color: var(--color-accent);
    }
.submenu-btn-hero {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: var(--color-accent);
  border: 2px solid var(--color-accent);
  border-radius: 12px;
  display: inline-block;
  background-color: transparent;
  white-space:nowrap;
  height:48px;
  display: inline-flex;
  align-items: center;
  padding:0 3px 0 0;
  margin:0 0 6px 0;
}
  .submenu-btn-hero>span {
    display: block;
    margin:0 30px;
  }
  .submenu-btn-hero svg{
    display: block;
    width: 40px; 
    height: 40px;
  }
  .submenu-btn-hero svg rect{
    width: 54px; 
    height: 54px;
    rx: 12px;
    fill: var(--color-accent);
  }
  .submenu-btn-hero svg path{
    fill: var(--color-white);
  }

@media only screen and (max-width: 767.98px) {
  .submenu-btn-hero {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    height:36px;
    padding:0 3px 0 0;
    margin:0 0 6px 0;
    border-radius: 8px;
  }
  .submenu-btn-hero svg {
      display: block;
      width: 28px;
      height: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .submenu-btn-hero>span {
    display: block;
    margin:0 15px;
  }
}  
.submenu-btn-hero.active, .submenu-btn-hero:hover {
  color: var(--color-white) !important;
  border: 2px solid var(--color-accent);
  background-color: var(--color-accent);
}
  .submenu-btn-hero.active svg rect, .submenu-btn-hero:hover svg rect{
    fill: var(--color-white);
  }
  .submenu-btn-hero.active svg path, .submenu-btn-hero:hover svg path{
    fill: var(--color-accent);
  }
  .submenu-btn-hero.active svg path{
    transform: rotate(135deg) translate(-27px, -65px);
  }


  .inner-content__content-img{
    flex-shrink: 0;
    align-self: center;
    text-align: right;
    max-width:30%;
  }
  .inner-content__content-img img{
    border-radius:12px;
    max-height:200px;
    width:auto;
    max-width:280px;
  }
  .inner-content__map-content{
      border-radius: 12px;
      padding:0;
      margin:0;
      overflow: hidden;
      height:400px;
  }
  .inner-content__content-text{
    width:100%;
  }
  .inner-content__content-aside{
    flex-shrink: 1;
  }

@media only screen and (max-width: 991px) {
  .inner-content__content {
    display: block;
  }
  .inner-header-content__content{
    display: block;
  } 
  .inner-content__content-img {
      margin-top:30px;
      text-align: left;
  }
  .inner-content__content-img img {
      border-radius: 12px;
      max-height: 200px;
      width: auto;
      max-width: 200px;
  }
}
@media only screen and (max-width: 767.98px) {
  .inner-header-content__content{
    display: block;
  }
  .inner-content__content-img {
      margin-top:30px;
  }
}


  .contact-content{
    padding: 10px 0;
  }
  .contact-content__grid{
    display: flex;
    flex-wrap: wrap;
    gap:9px;
  }
  .contact-content__grid > div{
    width: calc(33.333% - 6px);
    background-color: var(--color-white);
    border-radius: 12px;
    padding: 30px;
/*    height:100px;*/
/*    margin-bottom:5px;*/
  }
  .contact-content__block-header{
    font-size: 30px;
    line-height: 39px;
    font-weight: 500;
    color: var(--color-primary);
    min-height:80px;
  }
  .contact-content__block-text{
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
    color: var(--color-primary);
  }
 

@media only screen and (min-width: 768px) and (max-width: 1499px) {
  .contact-content__block-header{
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    min-height:50px;
  }
}  
@media only screen and (max-width: 767.98px) {
  .contact-content__grid{
    display: block;
    gap:0px;
  }
  .contact-content__grid > div{
    width: 100%;
    margin-bottom:10px;
  }
  .contact-content__block-header{
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    min-height:50px;
  }
}
  .contact-content__block-social{

  }
    .contact-content__block-social a{
      display: inline-block;
      margin-right:15px;
    }
    .contact-content__block-social a path {
        fill: var(--color-primary);
    }
    .contact-content__block-social a:hover path {
        fill: var(--color-accent);
    }

  .news-list-empty{
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    color: var(--color-primary);
    text-align:center;
    padding:200px 0;
  }
  .news-list-grid{
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
  }  
  .news-list-item{
    display: flex;
    width: calc(50% - 4.5px);
    background-color: var(--color-white);
    border-radius: 24px;
    overflow: hidden;
    padding:4px;
    margin:0;
/*    min-height:278px;*/
  }

    .news-list-item__content{
      width:100%;
      padding:30px;
      order: 1;
    }
      .news-list-item__content-heading{
        font-size: 26px;
        line-height: 36px;
        font-weight: 500;
        color: var(--color-primary);
      }
      .news-list-item__content-desc{
/*        font-size: 20px;
        line-height: 28px;*/
        font-size: 17px;
        line-height: 26px;
        font-weight: 400;
        color: var(--color-primary);
        margin-top: 15px;
      }
      .news-list-item__content-date{
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        color: var(--color-gray);
        margin-top: 15px;
      }
    .news-list-item__img{
      flex-shrink: 1;
      width:270px;
      order: 2;
    }
      .news-list-item__img a.news-list-item__img-bg{
/*        display:block;
        width:270px;*/
        height:270px;
        border-radius: 20px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
      }
      .news-list-item__img a{
        display:block;
        width:270px;
      }
      .news-list-item__img img{
        display:block;
        width:100%;
        height:auto;
        border-radius: 20px;
      }


@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .news-list-item__content{
    order: 1;
  }
  .news-list-item__img{
    flex-shrink: 1;
    width:160px;
    order: 2;
  }
    .news-list-item__img img{
      display:block;
      width:160px;
      height:auto;
      border-radius: 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .news-list-grid{
    display: block;
    gap: 0px;
  }  
  .news-list-item{
/*    display: block;*/
    width: 100%;
    margin-bottom: 10px;
  }
  .news-list-item__img{
    flex-shrink: 1;
    width:140px;
/*    order:1;*/
  }
    .news-list-item__img img{
      display:block;
      width:140px;
      height:auto;
      border-radius: 20px;
    }
} 
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .news-list-grid{
    display: block;
    gap: 0px;
  }  
  .news-list-item{
/*    display: block;*/
    width: 100%;
    margin-bottom: 10px;
  }
  .news-list-item__img{
    flex-shrink: 1;
    width:140px;
/*    order:1;*/
  }
    .news-list-item__img img{
      display:block;
      width:140px;
      height:auto;
      border-radius: 20px;
    }
} 
@media only screen and (max-width: 767.98px) {
  .news-list-item__img{
    flex-shrink: 1;
    width:200px;
/*    order:1;*/
  }
    .news-list-item__img img{
      display:block;
      width:100%;
      height:auto;
      border-radius: 20px;
    }
  .news-list-grid{
    display: block;
    gap: 0px;
  }  
  .news-list-item{
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .news-list-item__img{
    width:100%;
  }
  .news-list-item__img a{
    display:block;
    width:100%;
  }
  .news-list-item__img img{
    display:block;
    width:100%;
    height:auto;
    border-radius: 20px;
  }
}

  .news-rec-item{
    display: flex;
    gap: 30px;
/*    align-items: center;*/
  }
    .news-rec-item__img{
      flex-shrink: 1;
      width:400px;
    } 
      .news-rec-item__img img{
        display:block;
        align-self: center;
        width:100%;
        height:auto;
        border-radius: 20px;
      }
    .news-rec-item__content{
      width:100%;
    } 
/*      .news-list-item__content-desc{
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        color: var(--color-primary);
      }
      .news-rec-item__content-date{
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        color: var(--color-gray);
        margin-top: 15px;
      }*/




  .aside__content {
    width:450px;
    background-color: var(--color-lightpurple);
    border-radius: 12px;
    padding:30px 20px;
    font-size: 14px;
    line-height: 20px;
  }
    .aside__content-heading {
      padding-bottom:30px;
    }
    .aside__course-code{
      font-size: 14px;
      line-height: 22px;
      padding-bottom:10px;
    }
    .aside__course-link{
      display:block;
      padding-bottom:10px;
      font-size: 17px;
      line-height: 26px;
      font-weight: 500;
    } 
    .aside__course-param{
      display: flex;
      align-items: center;
      gap: 5px;
      padding-bottom:10px;
      font-weight: 500;
    }
    .aside__btn{
      display: flex;
      align-items: center;
      gap: 7px;
    }
      .aside__btn span{
        display:block;
        font-size:18px;
        line-height: 26px;
        font-weight: 500;
        color: var(--color-primary);
      }
      .aside__btn:hover span{
        color: var(--color-accent);
      }
    .aside__delimitter{
      border-bottom: 1px dotted var(--color-accent);
      margin:30px 0;
    }    
    .aside__course-item{
      display:flex;
      gap:15px;
      margin-bottom: 30px;
    }
      .aside__course-data-container{
        width: 100% !important;
      }
      .aside__course-img-container{
        flex-shrink: 1 !important;
      }  
      .aside__course-img{
        display:flex;
        width:80px;
        height:80px;
        align-items: center;
        background-color: #fff;
        border-radius: 8px;
        overflow: hidden;
        padding:4px;
        flex-shrink: 1 !important;
      }
        .aside__course-img img{
          display:block;
          width:100%;
          height:auto;
        }

  .aside__banner {
    display:block;
    margin-top:40px;
  }
    .aside__banner img {
      display:block;
      max-width:450px;
      width:100%;
      height: auto;
      border-radius: 12px;
    }


@media only screen and (min-width: 992px) and (max-width: 1500px) {
  .aside__content {
    width:400px;
  }
  .aside__banner img {
    max-width:400px;
  }
} 

/*@media only screen and (max-width: 991px) {*/
@media only screen and (max-width: 1199px) {    
  .inner-content__content {
    display: block;
  }
  .aside__content {
    width:450px;
  }
  .aside__banner img {
    max-width:450px;
  }
  .inner-content__content-text {
    padding-bottom:60px;
  }
}

@media only screen and (max-width: 576px) {
  .aside__content {
    width:100%;
  }
  .aside__banner img {
    max-width:100%;
  }
}
@media only screen and (max-width: 480px) {
  .aside__course-item{
    display:block;
  }
  .aside__course-img-container{
    margin-bottom:10px;
  }
}   

.course_subheading{
  background-color: var(--color-lightpurple);
  color: var(--color-primary);
  padding:15px;
  margin:15px 0;
  border-radius: 12px;
  font-weight: 500;
}


/*----- footer area start -----*/
.footer-widget{
  padding: 10px 0;
}  

  .footer-widget__content{
    background-color: var(--color-white);
    border-radius: 12px;
    padding:30px;
    color: var(--color-primary);
  }
  .footer-widget__content-top{
    display: flex;
  }
  .footer-widget__content-top > div{
    width: 20%;
  }

  .footer-widget-logo img{
    width: 144px;
    height: auto;
  }
  .footer-widget__content-bottom{
    padding: 100px 0 0 0;
    display: flex;
  }
  .footer-widget__content-bottom > div{
    width: 20%;
  }

  .footer-widget__content-bottom>div:not(:last-child) {
      padding-right: 20px;
  }  

  .footer-widget__content-bottom div, .footer-widget__content-bottom a{
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: var(--color-gray);
  }
  .footer-widget__content-bottom a:hover{
    color: var(--color-accent);
  }
  .footer-widget__content-bottom .eq img{
    width:100%;
    height:auto;
  }

@media only screen and (max-width: 479.98px) {
  .footer-widget__content{
    padding:15px;
  }
} 

  .footer-widget__title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    height:50px;
  }
  .footer-widget__info-list {
  /*  display: grid;
    grid-template-columns: auto auto;*/
  }
  .footer-widget__info-list li {
    margin-bottom: 8px;
  }
  .footer-widget__info-list li a {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: var(--color-primary);
  }
  .footer-widget__info-list li a:hover {
    color: var(--color-accent);
  }
  .footer-widget__info-list li a.active {
    font-weight: 600;
  }

  .footer-widget-item .text{
    font-size: 14px;
    line-height: 22px;
    text-align: right;
  }

  .footer-widget-item__social{
    display:flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    margin-bottom:20px;
  }
    .footer-widget-item__social a{
      display: block;
    }
    .footer-widget-item__social a path {
        fill: var(--color-primary);
    }
    .footer-widget-item__social a:hover path {
        fill: var(--color-accent);
    }

  .footer-widget-item__contact{
    text-align:right;
    margin-bottom:40px;
    font-size: 15px;
    line-height: 22px;
  }
    .footer-widget-item__contact a{
      display: block;
    } 
    .footer-widget-item__contact a:hover{
      text-decoration: none;
    }
  .footer-widget-item__address{
    text-align:right;
  }    
    .footer-widget-item__address a:hover{
      text-decoration: none;
    }
  .footer-widget-item__address{
    font-size: 15px;
    line-height: 22px;
  }  

  .footer-widget-item__content-phone{
    display:block;
    color: var(--color-primary);
    font-weight: 500;
  }
  .footer-widget-item__content-email{
    display:block;
    color: var(--color-primary);
    font-weight: 500;
  }
  .footer-widget-item__content-phone:hover, .header-main__content-email:hover{
    color: var(--color-accent);
  }  



@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .footer-widget__content-top{
/*    display: block;*/
    flex-wrap: wrap;
  }
  .footer-widget__content-top > div.footer-widget-item-logo {
    width: 50%;
    order: 1;
    margin-bottom:30px;
  }
  .footer-widget__content-top > div.footer-widget-item-contact {
    width: 50%;
    order: 2;
    margin-bottom:30px;
  }
  .footer-widget__content-top > div.footer-widget-item-menu {
    width: 33.3333%;
  }
  .footer-widget__content-top > div.footer-widget-item-menu-one {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .footer-widget__content-top > div.footer-widget-item-menu-two {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .footer-widget__content-top > div.footer-widget-item-menu-three {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
  .footer-widget__content-top{
    display: block;
  }
  .footer-widget__content-top > div{
    width: 100%;
    margin-bottom:30px;
  }
  .footer-widget-item__social {
    justify-content: start;
  }
  .footer-widget-item__contact {
    text-align: left;
  }
  .footer-widget-item__address {
    text-align: left;
  }
}
@media only screen and (min-width: 300px) and (max-width: 991px) {
  .footer-widget__content-bottom {
    padding: 20px 0 0 0;
    display: block;
  }
  .footer-widget__content-bottom>div:not(:last-child) {
    padding: 0 0 20px 0;
  }
  .footer-widget__content-bottom > div {
    width: 100%;
  }
}
 

.newsletter-inner {
  position: relative;
  margin-top: 16px;
}
@media only screen and (max-width: 767.98px) {
  .newsletter-inner {
    margin-top: 5px;
  }
}
.newsletter-inner .news-field {
  width: 100%;
  height: 40px;
  border: none;
  padding: 10px 0;
  color: #777777;
  padding-right: 80px;
  background-color: transparent;
  border-bottom: 1px solid #bcbcbc;
}
.newsletter-inner .news-btn {
  top: 0;
  right: 10px;
  line-height: 40px;
  position: absolute;
  font-size: 14px;
  font-weight: 700;
  color: #111;
}
.newsletter-inner .news-btn:hover {
  color: #222222;
}

.catalog-course-desc{
  border-radius:20px;
  background-color: var(--color-lightgray);
  padding:40px;
}
.catalog-course-params{
  border-radius:20px;
  background-color: var(--color-lightgray);
/*  padding:40px;*/
}
  .catalog-course-params__item{
    display: flex;
    padding:5px 0;
  }
/*  .catalog-course-params__item > div{
    width: 50%;
  }*/
  .catalog-course-params__item-var{
    width: 35%;
    font-size:17px;
    line-height:26px;
    font-weight:500;
  }
  .catalog-course-params__item-value{
    width: 65%;
    font-size:17px;
    line-height:26px;
    font-weight:400;
  }
  .catalog-course-params__item-value.xxl{
    font-size:20px;
    line-height:26px;
  }

@media only screen and (min-width: 576px) and (max-width: 1500px) {
  .catalog-course-params__item-var{
    width: 50%;
  }
  .catalog-course-params__item-value{
    width: 50%;
  }
} 
@media only screen and (max-width: 575.98px) {
  .catalog-course-desc {
    padding: 20px;
  }
  .catalog-course-params__item {
      display: block;
      padding: 5px 0;
  }
  .catalog-course-params__item-var{
    width: 100%;
  }
  .catalog-course-params__item-value{
    width: 100%;
  }
}  

/*----- footer area end -----*/


/* text */
  .text img{
    display: inline-block;
    /* width:100%; */
    max-width:100%;
    height:auto;
    margin: 0px 0px 30px 0;
    border-radius: 0px;
  }
  .text img.text-left{
    display:inline-block;
    float: left;
    margin: 5px 10px 5px 0;
  }
  .text img.text-center{
    margin: 0 auto;
  }
  .text img.text-right{
    display:inline-block;
    float: right;
    margin: 5px 0 5px 10px;
  } 
  .text video {
    max-width: 100%; 
    height: auto;
  }
    .text ul {
        margin-bottom: 15px;
        display: block;
        list-style-type: disc;
        margin: 15px 0;
        padding-left: 40px;
    }
    .text ol {
        display: block;
        list-style-type: decimal;
        list-style-position: inside;
        margin: 15px 0;
        padding-left: 15px;
    }
    .text li {
        display: list-item;
    }
    .text ul li {
        display: list-item;
    list-style-type: disc;
    }
  

  .text p {
    display:block;
    margin:0 0 15px 0;
/*    font-size:16px;
    font-weight:400;*/
  }

  .text p:after {
    content:"";
    display:block;
    clear:both;
  }
  
  .text h1, .text h2, .text h3, .text h4, .text h5, .text h6, .text .h1, .text .h2, .text .h3, .text .h4, .text .h5, .text .h6 {
    margin: 0 0 15px 0;
  }
  
  .text a, .text p a{
      color: var(--color-accent);
      transition: all .2s;
      /* text-decoration:underline; */
      text-decoration:none;
    }
    .text a:hover, .text p a:hover{
      color: var(--color-violet);
      transition: all .2s;
      text-decoration:none;
    }
/*     .text p a{
        color:#bb0050;
    }

    .text p a:hover{
        text-decoration:underline;
    } */

  .text .row{
    margin-bottom:20px;
  }
  .text .row>div{
    padding-bottom:15px;
  }
    
  .text sup, .text sub  {
    vertical-align: baseline;
    position: relative;
    font-size: .7em;
    line-height: 1;
  }
  .text sup {
    bottom: 1.4ex;
  }
  .text sub {
    top: .5ex;
  }
  
  .text em {
    font-style: italic;
  }
  
  .text b, .text strong {
    font-weight: 500;
  }
  
  .text blockquote{
    display: block;
    position: relative;
    padding: 10px 0 10px 30px;
    margin-top:15px;
  }
/*    .text blockquote:before{
      content: "\f10e";
      position: absolute;
      top: 6px;
      left: 15px;
      font-size: 30px;
      z-index: -1;
      color: #e7e7e7;
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
    }
    .text blockquote:after{
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 2px;
      height: 100%;
      background: #09B821;
    }*/
  
    .text table {
        border-collapse: collapse;
        max-width:800px;
        margin:0 auto 25px auto;
        /* border: 1px solid #333; */
    border-spacing: 0px;
    }
    .text table tr:nth-child(even) {
       background-color: #ecf0f3;
    }
    
    .text table tr:last-child td{
      border-bottom: 1px solid #cccccc;
    }
    
    .text table th{
      padding:10px 5px;
      font-size:16px;
      /* font-size:14px; */
      font-weight: bold;
      text-align:left;
      border-top: 1px solid #cccccc;
      border-bottom: 1px solid #cccccc;
      background-color: #ecf0f3;
    }
    .text table td{
      padding:2px 5px;
      font-size:16px;
      /* font-size:13px; */
      font-weight:normal;
      text-align:left;
      /* border-bottom: 1px solid #cccccc; */
      border:0px;
    }
  
/*     .text th {
        background-color: #eee;
        border: 1px solid #333;
        padding:4px;
        font-weight:bold;
    }
    .text td {
        border: 1px solid #333;
        padding:4px;
    } */
    @media screen and (max-width: 768px) {
        .text table {
            overflow-x: auto;
            display: block;
            font-size:13px;
        }
    } 



/* --------------- Фильтр --------------------- */
.filter-table{
  width: 100%;
  margin: 15px 0 30px;
}
.filter-table__wrapper{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.filter-line-block{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.filter-line-block:first-child{
  margin-bottom: 25px;
}
.radio-check-box{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 55%;
}
.filter-checks label{
  font-weight: normal;
}
.date-range-wrapper{
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.date-range-wrapper__title{
  font-size: 12px;
  line-height: 25px;
}
.date-range-wrapper__box{
  display: flex;
  margin-bottom: 14px;
}
.date-range-wrapper__reset{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

/*.date-range-wrapper__reset .sl_btn{
  text-transform: unset;
  border:1px solid #25aadd;
  border-radius: 2px;
}*/
.range-link {
  font-size: 12px;
  line-height: 18px;
  margin: 0 10px 0 0;
}
.range-link:hover{
  padding-bottom: 1px;
  border-bottom: 1px solid;
}
.range-link.reset{
  font-weight: 600;
}

.select-box__select-filter-wrapper {
  width: 100%;
  height: 42px;
  margin-bottom: 0;
  margin-right: 15px;
}
.filter-start-date{
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.filter-start-date span:first-child{
  position: absolute;
  top: -18px;
  font-size: 11px;
  line-height: 13px;
}
input.filter-date{
  height: 100%;
  background-color: #fff;
  border: 1px solid #d7d7d8;
}


/*-radio-*/
.filter-checks{
  position: relative;
  margin-right: 30px;
}
input.radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0;
  height: 18px;
  width: 20px;
}
.radio + label {
  position: relative;
  padding: 0 0 0 20px;
  cursor: pointer;
  line-height: 18px;
  font-size: 13px;
  margin-bottom: 0;
  color: #333;
}
.radio + label:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #0b408b;
  border-radius: 50%;
  background: #FFF;
}
.radio + label:after {
  content: '';
  position: absolute;
  top: 7px;
  /* transform: translateY(-50%); */
  left: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0b408b;
  /* box-shadow: inset 0 1px 1px rgb(0 0 0 / 50%); */
  opacity: 0;
  transition: .2s;
}
.radio:checked + label:after {
  opacity: 1;
}

input.check{
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0;
  height: 18px;
  width: 20px;
}
.check + label {
  position: relative;
  padding: 0 0 0 20px;
  cursor: pointer;
  line-height: 18px;
  font-size: 12px;
  margin-bottom: 0;
  color: #333;
}
.check + label:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #0b408b;
  border-radius: 3px;
  background: #FFF;
}
.check + label:after {
  font-family: FontAwesome;
  content: '\f00c';
  position: absolute;
  top: 1px;
  left: 3px;
  font-size: 9px;
  color: #0b408b;
  opacity: 0;
  transition: .2s;
}
.check:checked + label:after {
  opacity: 1;
}


.filter-select{
  border-radius: 0;
  padding: 8px 20px;
  margin: 0 30px 10px 0;
}

/*-select-*/
.select-css {
  display: block;
  font-size: 12px;
  /* font-weight: 400; */
  color: #333;
  line-height: 18px;
  padding: 8px 10px;
  height: 100%;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #d7d7d8;
  box-shadow: none;
  border-radius: 1px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #FFF url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.50495 5.78413L0.205241 1.25827C-0.0684138 0.970375 -0.0684138 0.503596 0.205241 0.215836C0.478652 -0.0719461 0.922098 -0.071946 1.19549 0.215837L5.00007 4.22052L8.80452 0.215953C9.07805 -0.0718292 9.52145 -0.0718292 9.79486 0.215953C10.0684 0.503736 10.0684 0.970492 9.79486 1.25839L5.49508 5.78425C5.35831 5.92814 5.17925 6 5.00009 6C4.82085 6 4.64165 5.928 4.50495 5.78413Z' fill='%23ED266A'/%3E%3C/svg%3E%0A") no-repeat center / cover;
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
  cursor: pointer;
}
.select-css::-ms-expand {
  display: none;
}
.select-css:hover {
  border-color: #888;
}
.select-css:focus {
  border-color: #d7d7d8;
  box-shadow: none;
  color: #333;
}
.select-css option { font-weight:normal; }
*[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
  background-position: left .7em top 50%, 0 0;
  padding: .6em .8em .5em 1.4em;
}




/* ---------------РАСПИСАНИЕ --------------------- */
/*.schedule-pic{
  height: 100px;
  margin: 0 auto;
  display: block;
}*/
/* --------------- Фильтр --------------------- */
.filter-table{
  width: 100%;
  margin: 15px 0 30px;
}
.filter-table__wrapper{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.filter-line-block{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.filter-line-block:first-child{
  margin-bottom: 25px;
}
.radio-check-box{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 55%;
}
.filter-checks label{
  font-weight: normal;
}
.select-box{
  width: 45%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
/*  margin-bottom: 10px;*/
}
.date-range-wrapper{
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.date-range-wrapper__title{
  font-size: 12px;
  line-height: 25px;
}
.date-range-wrapper__box{
  display: flex;
  margin-bottom: 14px;
}
.date-range-wrapper__reset{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

.sl_btn{
  display: block;
  color: var(--color-primary);
  background-color: var(--color-lightgray);
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  padding: 10px 20px;
  margin: 0 6px 6px 0;
  border-radius: 4px;
  border:0px solid transparent;
}

.sl_btn-fw{
  width:100%;
}

.sl_btn.active{
  color: var(--color-white);
  background-color: var(--color-accent);
}

.range-link {
  font-size: 12px;
  line-height: 18px;
  margin: 0 10px 0 0;
}
.range-link:hover{
  padding-bottom: 1px;
  border-bottom: 1px solid;
}
.range-link.reset{
  font-weight: 600;
}

.select-box__select-filter-wrapper {
  width: 100%;
  height: 42px;
  margin-bottom: 0;
  margin-right: 15px;
}
.filter-start-date{
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.filter-start-date span:first-child{
  position: absolute;
  top: -18px;
  font-size: 11px;
  line-height: 13px;
}
input.filter-date{
  height: 100%;
  background-color: #fff;
  border: 1px solid #d7d7d8;
}


/*-radio-*/
.filter-checks{
  position: relative;
  margin-right: 30px;
}
input.radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0;
  height: 18px;
  width: 20px;
}
.radio + label {
  position: relative;
  padding: 0 0 0 23px;
  cursor: pointer;
  line-height: 18px;
  font-size: 13px;
  margin-bottom: 0;
  color: var(--color-primary);
}
.radio + label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid var(--color-accent);
  border-radius: 50%;
  background: #FFF;
}
.radio + label:after {
  content: '';
  position: absolute;
  top: 4px;
  /* transform: translateY(-50%); */
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-accent);
  /* box-shadow: inset 0 1px 1px rgb(0 0 0 / 50%); */
  opacity: 0;
  transition: .2s;
}
.radio:checked + label:after {
  opacity: 1;
}

input.check{
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0;
  height: 18px;
  width: 20px;
}
.check + label {
  position: relative;
  padding: 0 0 0 25px;
  cursor: pointer;
  line-height: 18px;
  font-size: 12px;
  margin-bottom: 0;
  color: var(--color-primary);
}
.check + label:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid var(--color-accent);
  border-radius: 3px;
  background: #FFF;
}
.check + label:after {
/*  font-family: FontAwesome;*/
/*  content: '\f00c';*/
  content: '';
  position: absolute;
  top: 1px;
  left: 3px;
  font-size: 9px;
  background-color: var(--color-accent);
  opacity: 0;
  transition: .2s;
  background: #FFF url(data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22%23000000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M17%205L8%2015l-5-4%22%2F%3E%3C%2Fsvg%3E) no-repeat center / cover;
  background-repeat: no-repeat, repeat;
  background-position: center center;
  background-size: 100%, 100%;
}
.check:checked + label:after {
  opacity: 1;
}



/*input[type="checkbox"] {
  background: var(--color-purple);  
}*/

/*.chk {
  background-color: var(--color-purple);
  width: 18px;
  height: 18px;
  border-color: var(--color-purple);
  accent-color: var(--color-purple);
}*/
.chk + label {
  position: relative;
  padding: 0 0 0 20px;
  cursor: pointer;
  line-height: 18px;
  font-size: 12px;
  margin-bottom: 0;
  color: var(--color-primary);
}




.chk {
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 2rem;
  padding: 0.1rem;
  border: 0.25rem solid green;
  border-radius: 0.5rem;
}
.chk::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
  transform: scale(0);
  background-color: green;
}

.chk:checked::before {
  transform: scale(1);
}
.chk:hover {
  color: black;
}






.checkbox2 {
  background: white;
  display: block;
  font-size: 18px;
  width: 18px;
  height: 18px;
  border: solid 1px var(--color-purple);
  border-radius: 2px;
  position: relative;
  cursor: pointer;
}

.checkbox2 > input {
  opacity: 0;
  position: absolute;
}

.check2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -3px;
  -webkit-clip-path: polygon(0 0, 50% 0, 100% 0, 100% 100%, 50% 100%, 0 100%);
          clip-path: polygon(0 0, 50% 0, 100% 0, 100% 100%, 50% 100%, 0 100%);
  border: solid 4px transparent;
  transition: 0.4s cubic-bezier(0.8, 0, 0.2, 1);
  transition-property: background-color, border-color, -webkit-clip-path;
  transition-property: background-color, clip-path, border-color;
  transition-property: background-color, clip-path, border-color, -webkit-clip-path;
  transition-delay: 0.1s, 0s;
}

input:checked + .check2 {
  background-color: var(--color-purple);
  border-color: transparent;
  transition-delay: 0s;
  -webkit-clip-path: polygon(28% 38%, 41% 53%, 75% 24%, 86% 38%, 40% 78%, 15% 50%);
          clip-path: polygon(28% 38%, 41% 53%, 75% 24%, 86% 38%, 40% 78%, 15% 50%);
}
.checkbox2_label {
  display: block;
  position: relative;
  padding: 0 0 0 5px;
/*  cursor: pointer;*/
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 0;
  color: var(--color-primary);
  text-wrap: nowrap;
}









.filter-select{
  border-radius: 0;
  padding: 8px 20px;
  margin: 0 30px 10px 0;
}

/*-select-*/
.select-css {
  display: block;
  font-size: 12px;
  /* font-weight: 400; */
  color: #333;
  line-height: 18px;
  padding: 8px 10px;
  height: 100%;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #d7d7d8;
  box-shadow: none;
  border-radius: 1px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #FFF url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.50495 5.78413L0.205241 1.25827C-0.0684138 0.970375 -0.0684138 0.503596 0.205241 0.215836C0.478652 -0.0719461 0.922098 -0.071946 1.19549 0.215837L5.00007 4.22052L8.80452 0.215953C9.07805 -0.0718292 9.52145 -0.0718292 9.79486 0.215953C10.0684 0.503736 10.0684 0.970492 9.79486 1.25839L5.49508 5.78425C5.35831 5.92814 5.17925 6 5.00009 6C4.82085 6 4.64165 5.928 4.50495 5.78413Z' fill='%23ED266A'/%3E%3C/svg%3E%0A") no-repeat center / cover;
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
  cursor: pointer;
}
.select-css::-ms-expand {
  display: none;
}
.select-css:hover {
  border-color: #888;
}
.select-css:focus {
  border-color: #d7d7d8;
  box-shadow: none;
  color: #333;
}
.select-css option { font-weight:normal; }
*[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
  background-position: left .7em top 50%, 0 0;
  padding: .6em .8em .5em 1.4em;
}

.schedule-pic{
  height: 100px;
  margin: 0 auto;
  display: block;
}

@media only screen and (max-width: 767.98px) {
  .schedule-pic{
    height: 100px;
    margin: 0;
    display: block;
  }
} 

/* ------------------------------------ */

.testimonial{
  display:flex;
  margin-bottom:30px;
  gap:20px;
/*  background-color: var(--color-lightgray);
  border-radius: 20px;*/
}

.testimonial-img{
  flex-shrink: 1;
}
.testimonial-img img{
  max-width:200px;
  height:auto;
}

.testimonial-desc{
  width:100%;
}

@media only screen and (max-width: 991px) {
  .testimonial{
    display:block;
  }
} 

/* ---------------- анкета ------------------ */
.module_cont {
  margin-top:7px;
}
  .module_feedback_form {
    text-align:left;
  }
  .module_feedback_form p{
    margin-bottom:0px;
  } 
  
  .module_feedback_form .feedback_reset,
  .module_feedback_form .feedback_go {
    display:inline-block;
    margin:0 1px 0 0;
  }
  .ajaxanswer {
    display:inline-block;
  }
  .feedback_form {
    margin-bottom: 30px;
  }

  input[type="text"], input[type="date"], input[type="password"], input[type="email"],
  textarea {
    display:block;
    width:100%;
    background-color: var(--color-lightgray);
/*    border-width: 1px;*/
/*    border-style: solid;*/
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    line-height: 20px;
    padding: 0px 5px; 
    margin:0;
    font-size: 14px;
    line-height: 18px;
/*    border-color: #DFE2E5 transparent transparent #DFE2E5;*/
    border: 1px solid var(--color-gray);
    border-radius: 5px;
  }

  input[type="date"] {
    min-width:130px;
  }
  
  .sl_wrapper {
    display:block;
    border: 1px solid #C1C1C1;
    position:relative;
    padding:0;
    margin-bottom:5px;
  }
  
/*  .sl_wrapper:after{
    content:"";
    display:block;
    position:absolute;
    top:1px;
    left:1px;
    bottom:1px;
    right:1px;
    border-width: 1px;
    border-style: solid;
    
  } */
  
  textarea {
    min-height:100px;
  }
  
  #writedowntext{
    height:60px !important;
    min-height:60px !important;
  }
  
  .rates {
    color:#555;
    font-size:11px;
    line-height:14px;
    display: flex;
    align-items: center;
  }
  .rates > div{
    color:#555;
    font-size:11px;
    line-height:14px;
    display: flex;
    align-items: center;
  }

  .rates input[type=checkbox], .rates input[type=radio] {
    margin: 0 4px 0 5px;
    margin-top: 1px \9;
    line-height: normal;
  }
  /*.rates > div input[type=checkbox], .rates >div input[type=radio] {*/
  /*  margin: 0 5px 0 7px;*/
  /*  margin-top: 1px \9;*/
  /*  line-height: normal;*/
  /*}*/
  .rates .left{
    width: 45px;
    text-align: center;
    justify-content: center;
  }
  .rates .left .fa{
    color:#333 !important;
    font-size:21px !important;
  }
  .rates textarea {
    min-height: 100px;
    max-height: 300px;
    max-width: 100%;
    min-width: 100%;
  }
  
  input[type="radio"]{
    outline:none;
  }
  
/*

textarea {
  resize: none;
  height:106px;
}
input[type="button"], input[type="reset"], input[type="submit"] {
  border: none;
  border-radius: 3px;
  background: #515151;
  box-shadow: inset 0 -3px 0 #393939!important;
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
}
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  box-shadow:inset 0 -3px 0 #cc4a39, inset -800px -300px 0 rgba(255,93,71,1)!important;
}
*/  


/*.sl_btn{
  margin-right: 4px;
  cursor: pointer;
  text-decoration: none;
  color: #fefefe;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  font-size: 1.3rem;
  padding: 10px 17px;
  border-radius: 5px;
  border:2px solid transparent;
  background: #25aadd;
  transition: all .2s;
}

.sl_btn:hover, .sl_btn:active, .sl_btn:focus{
  background-color: #0b408b;
  transition: all .2s;
  color:#fff;
  text-decoration:none;
}

.sl_btn.w-mc{
  width: max-content;
  text-transform: unset;
  border-radius: 2px;
  padding: 8px 17px;
}
.sl_btn.btn-white{
  border:2px solid #25aadd;
  color: #25aadd;
  background: #fefefe;
}

.sl_btn.btn-white:hover, .sl_btn.btn-white:active, .sl_btn.btn-white:focus{
  background-color: #fefefe;
  transition: all .2s;
  color:#25aadd;
  text-decoration:none;
}*/



.sert-item{
  border-radius:20px;
  margin-bottom: 30px;
  padding:30px;
  background-color: var(--color-lightgray);
}
  .sert-item__heading{
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    color: var(--color-primary);
    margin-bottom: 30px;
  }
  .sert-item__cards{
    display: flex;
    gap:20px;
    -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  }
  .sert-item__card{
    width:calc(33.3333% - 15px);
    border-radius:10px;
    padding:20px;
    background-color: var(--color-lightgray);
    height:300px;
  }


@media only screen and (min-width: 768px) and (max-width: 1400px) {
  .sert-item__card{
    width:calc(50% - 10px);
    border-radius:10px;
    padding:20px;
    height:300px;
  }
} 
@media only screen and (max-width: 767.98px) {
  .sert-item__cards{
    display: block;
  }
  .sert-item__card{
    width:100%;
    border-radius:10px;
    padding:20px;
    height:300px;
    margin-bottom:20px;
  }
}  

  .sert-item__card-img{
/*    height:200px;*/
/*    background-color: var(--color-white);*/
  }
  .sert-item__card-img img{
    display: block;
    max-height:180px;
    width:auto;
    margin-bottom:20px;
  }
  .sert-item__card-title{
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom:20px;
  }
  .sert-item__card-desc{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;    
  }


.timetable__course-subheading{
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    margin:40px 0;
}

@media only screen and (max-width: 767.98px) {
  .timetable__course-subheading{
      margin-bottom:0 !important;
  }
} 

.timetable__course-rec{
  padding:10px 0;
}

/*.timetable__course-bordering{
  border-top: 1px solid #ccc;
}*/
/*
.timetable__course-content .timetable__course-bordering:not(:first-child) {
  border-top: 1px solid #ccc;
}  
*/
.timetable__course-bordering:not(:first-child) {
  border-top: 1px solid #ccc;
}  


.timetable__course-code {
    font-size: 14px;
    line-height: 22px;
}

.timetable__course-lastcol{
  display: flex;
  justify-content: space-between;
}  

.timetable__course-cards{
  display: inline-block;
  margin-left:15px;
}
  .timetable__course-card, .timetable__course-cards>span{
    display: inline-flex;
    color: var(--color-primary) !important;
    background-color: var(--color-lightgray);
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    padding: 6px 10px;
    margin:0 6px 6px 0;
    border-radius: 4px;
    align-items: center;
    gap: 5px;
  }
  .timetable__course-cards>span.timetable__course-minicard{
    font-size: 15px;
  }


.timetable__select-box {
    display: block;
/*    width: 45%;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    align-items: flex-start;*/
    margin-bottom: 10px;
}
.timetable__select-box-sec {
    display: flex;
    padding-left:15px;
    flex-wrap: wrap;
}

@media only screen and (max-width: 992px){
  .timetable__select-box-sec {
      padding-left:0px;
  }
}

.timetable__select-box__select-filter-wrapper {
/*    width: 100%;*/
    display: inline-block;
    width: 45%;
    height: 42px;
    margin-bottom: 0;
    margin-right: 15px;
}
.timetable__select-css {
    display: block;
    font-size: 16px;
    /* font-weight: 400; */
    color: #333;
    line-height: 24px;
    padding: 8px 10px;
    height: 100%;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    background-color: var(--color-lightgray);
    border: 1px solid var(--color-gray);
    border-radius: 5px;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #FFF url(data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.50495 5.78413L0.205241 1.25827C-0.0684138 0.970375 -0.0684138 0.503596 0.205241 0.215836C0.478652 -0.0719461 0.922098 -0.071946 1.19549 0.215837L5.00007 4.22052L8.80452 0.215953C9.07805 -0.0718292 9.52145 -0.0718292 9.79486 0.215953C10.0684 0.503736 10.0684 0.970492 9.79486 1.25839L5.49508 5.78425C5.35831 5.92814 5.17925 6 5.00009 6C4.82085 6 4.64165 5.928 4.50495 5.78413Z' fill='%23ED266A'/%3E%3C/svg%3E%0A) no-repeat center / cover;
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    cursor: pointer;
}


.timetable__filter-checks {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 30px;
}


@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .timetable__filter-checks {
    margin-right: 20px;
  }
} 
@media only screen and (max-width: 1199px) {
  .timetable__filter-checks {
    margin-top: 10px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .timetable__course-lastcol{
    display: block;
    padding-top:20px;
  }
  .timetable__course-cards {
      display: inline-block;
      margin-left: 0px;
  }
  .timetable__course-lastcolbtn{
    padding-top:20px;
  } 
  .timetable__course-card, .timetable__course-cards>span {
      display: inline-flex;
      color: var(--color-primary) !important;
      background-color: var(--color-lightgray);
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      padding: 6px 10px;
      margin: 0 6px 6px 0;
      border-radius: 4px;
      align-items: center;
      gap: 5px;
  }
  .timetable__course-cards>span.timetable__course-minicard {
      font-size: 14px;
  }
  .timetable__select-box__select-filter-wrapper {
      width: 100%;
  }
}

/*.timetable__input-radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0;
    height: 18px;
    width: 20px;
}
  .timetable__input-radio + label {
      position: relative;
      padding: 0 0 0 20px;
      cursor: pointer;
      line-height: 18px;
      font-size: 13px;
      margin-bottom: 0;
      color: #333;
  }
  .timetable__input-radio + label:before {
      content: '';
      position: absolute;
      top: 2px;
      left: 0;
      width: 15px;
      height: 15px;
      border: 1px solid #0b408b;
      border-radius: 50%;
      background: #FFF;
  }
  .timetable__input-radio + label:after {
      content: '';
      position: absolute;
      top: 7px;
      left: 5px;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #0b408b;
      opacity: 0;
      transition: .2s;
  }
.timetable__input-check {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0;
    height: 18px;
    width: 20px;
}
  .timetable__input-check + label {
      position: relative;
      padding: 0 0 0 20px;
      cursor: pointer;
      line-height: 18px;
      font-size: 12px;
      margin-bottom: 0;
      color: #333;
  }
  .timetable__input-check + label:before {
      content: '';
      position: absolute;
      top: 2px;
      left: 0;
      width: 15px;
      height: 15px;
      border: 1px solid #0b408b;
      border-radius: 3px;
      background: #FFF;
  }
  .timetable__input-check + label:after {
      font-family: FontAwesome;
      content: '\f00c';
      position: absolute;
      top: 1px;
      left: 3px;
      font-size: 9px;
      color: #0b408b;
      opacity: 0;
      transition: .2s;
  }*/

.timetable__filter-btn-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    margin-top: 25px;
    margin-bottom: 20px;
}
#filters{
  padding-bottom:40px;
  margin-bottom: 30px;
  border-bottom:1px dotted #ccc;
}



  .catmain-list-item{
    display: flex;
    width: 100%;
    background-color: var(--color-white);
    overflow: hidden;
    padding:4px;
    margin:0 0 30px 0;
    border:3px solid var(--color-lightgray);
    border-radius:20px;
  }
    .catmain-list-item__content{
      width:100%;
      padding:30px;
      align-self: center;
    }
      .catmain-list-item__content-heading{
        font-size: 26px;
        line-height: 36px;
        font-weight: 500;
        color: var(--color-accent);
      }
      .catmain-list-item__content-heading:hover{
        color: var(--color-primary);
      }
      .catmain-list-item__content-desc{
        font-size: 17px;
        line-height: 26px;
        font-weight: 400;
        color: var(--color-primary);
        margin-top: 15px;
      }
      .catmain-list-item__content-date{
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        color: var(--color-gray);
        margin-top: 15px;
      }
    .catmain-list-item__img{
      flex-shrink: 1;
      width:170px;
      margin:20px 20px 20px 70px;
      align-self: center;
    }
      .catmain-list-item__img a.catmain-list-item__img-bg{
/*        display:block;
        width:270px;*/
        height:170px;
        border-radius: 20px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
      }
      .catmain-list-item__img a{
        display:block;
        width:170px;
      }
      .catmain-list-item__img img{
        display:block;
        width:100%;
        height:auto;
/*        border-radius: 20px;*/
      }

  .catmain-list-container{
    padding:0 15px;
  }

@media only screen and (max-width: 767.98px) {
  .catmain-list-item{
    display: block;
  }
  .catmain-list-item__content{
    padding:15px;
  }
  .catmain-list-item__content-heading {
      font-size: 20px;
      line-height: 28px;
      font-weight: 500;
      color: var(--color-accent);
  }
  .catmain-list-item__content-desc {
      font-size: 15px;
      line-height: 22px;
      font-weight: 400;
  }
  .catmain-list-item__img {
      width: 170px;
      margin: 20px;
      align-self: center;
  }
  .catmain-list-container{
    padding:0;
  }
}  



  .catmain-list-item-cards{
    display: flex;
    flex-wrap: wrap;
    margin-top:20px;
  }
  .catmain-list-item-cards a{
    display: block;
    color: var(--color-primary) !important;
    background-color: var(--color-lightgray);
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    padding: 10px;
    margin:0 6px 6px 0;
    border-radius: 4px;
  }
  .catmain-list-item-cards a:hover{
    color: var(--color-accent);
    background-color: var(--color-lightpurple);
  }

.cat-rec-tabs{
  background-color: var(--color-lightgray);
  border: 0px;
  border-radius: 8px;
  padding:5px 0;
}
.cat-rec-tabs.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
  color: var(--color-accent);
  background-color: transparent;
  border: 0px;
  font-size:22px;
  font-weight: 500;
}
.cat-rec-tabs.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: var(--color-primary);
  background-color: transparent;
  border: 0px;
}

@media only screen and (max-width: 576px) {
  .cat-rec-tabs.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    font-size:17px;
    font-weight: 500;
    padding: 8px 10px;
  }
/*  .cat-rec-tabs{
    margin: 0 -30px;
  }*/
}  

.cat-rec-dates {
  color: var(--color-primary);
  font-size: 17px;
  line-height: 26px;
  font-weight: 500;  
}


.cat-rec-cards{
  display: inline-block;
  margin:10px 0;
}
  .cat-rec-cards span{
    display: inline-block;
    color: var(--color-primary) !important;
    background-color: var(--color-white);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 6px;
    margin:0 6px 6px 0;
    border-radius: 4px;
  }

.blockquote__text{
  color: var(--color-primary);
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;  
}
.blockquote__name-author{
  color: var(--color-primary);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.blockquote__position-author{
  color: var(--color-primary);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.form_field{
  height:30px;
}
.form_field.default-width{
  width:auto !important;
}
textarea.form_field{
  min-height:83px;
}

.header-main__content-search-input input{
  display:inline-block;
  background-color: transparent;
  border: none;
  color: var(--color-primary);
  font-family: var(--font-primary), sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  width: 280px;
  margin-left: 10px;
}

.header-main__content-search-input input[type=text]:focus {
  outline:none;
}

input.search-field{
  display: block;
  width: 400px;
  background-color: var(--color-white);
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  padding: 0px 8px;
  margin: 0;
  font-size: 18px;
  line-height: 44px;
  border: 2px solid var(--color-gray);
  border-radius: 12px;
}

#cookies{
  position:fixed;
  bottom:25px;
  left:0;
  right:0;  
  z-index:500;
}
  #cookies>div{
    width:90%;
    max-width:1075px;
    margin:0 auto;
    min-height:50%;
    background-color: var(--color-lightgray);
    border-radius:20px;
    padding:20px;
    gap:30px;
  }


.marquee-logo {
  flex-shrink: 0;
  width: auto; /* Ширина логотипа */
  height: 60px; /* Высота логотипа */
  margin-right: 20px; /* Отступ между логотипами */
  background-color: var(--color-lightgray); /* Заглушка для логотипа */
  border-radius: 5px;
  padding:0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--color-primary);
}  
  .marquee-logo img{
    height: 40px;
    width:auto;
  }  

.modal-content {
    padding: 15px;
}  

.writedown-opts{
  display:none;
}

.text-on-purple a, .text-on-purple a:hover{
  color: var(--color-lightpurple);
}
.btn-on-purple a, .btn-on-purple a:hover{
  color: var(--color-accent);
  background-color: var(--color-lightpurple);
}