a {
  color: #000;
}

.btn-box1 {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.btn-box1 .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-direction: row-reverse;
  position: relative;
}

.btn-box1 img{
  width: 5rem !important;
}



.journal .comTitle {
  color: #000;
  margin-bottom: 1rem;

}

.news-item {
  cursor: pointer;
  padding: 1rem;
  transition: 0.25s ease-in;
  background: white;
  border-radius: 1rem;
  /*box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;*/
  box-shadow: 0 6px 20px rgba(168, 172, 185, .3);
  z-index: 0;
  max-width: 350px;
  height: 375px;

}

.news-item:hover {
  box-shadow: 0 0 2px 0 rgba(0, 1, 1, 0.3), 0 35px 30px -15px rgba(0, 1, 1, 0.3);
}

.news-img {
  width: 100%;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}

.img-link img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 1rem;
}

.news-title h3 {
  font-size: 20px;
  margin: 0 !important;
  padding: 7px 0 7px 0;
}

.news-info a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: auto;
  display: block;
  color: #4d4d4d;
  font-size: 11.3pt;
  font-weight: 510;
  margin-top: 2rem;
}

.img-detils {
  font-size: 13px;
  position: absolute;
  width: 100%;
  height: 3rem;
  bottom: 0;
  background-color: rgba(var(--turquoise), 0.7);
  color: black;
}

.img-detils .news-subject-box {
  position: absolute;
  top: 15px;
  left: -7px;
  width: auto;
  height: auto;
  text-align: center;
  border-radius: 2px;
  background-color: #0eabef;
  color: #fff;
  padding: 3px 20px;
  box-shadow: -1px 6px 12px -6px #000;
}

.img-detils .news-subject-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 4px;
  background-color: #00aeff;
  width: 10px;
  height: 15px;
  z-index: -1;
  transform: rotate(-45deg);
  bottom: -8px;
}

.img-detils .time {
  position: absolute;
  left: 6px;
  bottom: 2px;
  padding: 3px;
  font-family: ERPy !important;
}

.img-detils .heart-comment {
  position: absolute;
  right: 6px;
  bottom: 2px;
  padding: 3px;
  font-family: ERPy !important;
}

.slide-container {
  background: url(/frontend/72/assets/img/bg2.png) left center no-repeat, url(/frontend/72/assets/img/bg3.png) right center no-repeat;
}

.btnCustom,
.more {
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  cursor: pointer;
}

.btnCustom,
.top_block {
  text-align: -moz-center;
  text-align: -webkit-center;
}

#lightcase-case p.lightcase-error,
.categoryList .catItem figcaption a,
.limit-text {
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dir-ltr,
.dr-ltr,
.ltr {
  direction: rtl;
}

/* ul:after {
 clear: both;
 display: table;
 content: ''
} */

/*.owl-carousel .owl-item img {*/
/*  width: auto !important;*/
/*}*/

.grades {
  display: grid;
  justify-content: space-between;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(150px, 6fr));
  gap: 2rem;
  position: relative;
}

.grades::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -253px;
  right: 50%;
  background-image: url(/frontend/72/assets/img/bg2.png);
  width: 10rem;
  height: 40rem;
  background-size: 160% 100%;
  background-repeat: no-repeat;
  transform: rotate(90deg) translateY(-10%);
  z-index: 1;
  overflow: hidden;
  background-position-x: right;

}

.carousel1 .owl-stage {
  padding: 5rem 0 !important;
}

@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }

  50% {
    left: 50%;
    width: 1px;
    height: 100%;
  }

  100% {
    left: 50%;
    width: 375px;
    height: 100%;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }

  50% {
    left: 50%;
    width: 1px;
    height: 100%;
  }

  100% {
    left: 50%;
    width: 375px;
    height: 100%;
  }
}

@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }

  50% {
    right: 50%;
    width: 1px;
    height: 100%;
  }

  100% {
    right: 50%;
    width: 375px;
    height: 100%;
  }
}

@keyframes criss-cross-right {
  0% {
    right: -20px;
  }

  50% {
    right: 50%;
    width: 1px;
    height: 100%;
  }

  100% {
    right: 50%;
    width: 375px;
    height: 100%;
  }
}

.btnCustom {
  background-color: #00a4b3;
  position: relative;
  z-index: 1;
  color: #fff;
  -moz-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  min-width: 170px;
  text-align: center;
  font-size: 10.5pt;
  padding: 6px 10px;
}

.btnCustom:after,
.btnCustom:before {
  position: absolute;
  top: 50%;
  width: 5px;
  height: 100%;
  transition: 0.5s;
  z-index: -1;
  background: #008c98;
  content: "";
}

.btnCustom:before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btnCustom:after {
  right: -20px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.btnCustom:hover {
  color: #fff;
  background: #008c98;
  transition-delay: 0.45s;
}

.btnCustom:hover:before {
  -webkit-animation: criss-cross-left 0.8s;
  animation: criss-cross-left 0.8s;
}

.btnCustom:hover:after {
  -webkit-animation: criss-cross-right 0.8s;
  animation: criss-cross-right 0.8s;
}

.more {
  color: #4d4d4d;
  position: relative;
  z-index: 1;
  font-size: 10pt;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 0 7px;
  line-height: 1.8;
}

.more:before {
  content: "";
  width: 4px;
  background-color: #00a4b3;
  margin-right: 5px;
  position: absolute;
  height: 100%;
  right: -6px;
  top: 0;
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.more:focus,
.more:hover {
  color: #fff;
}

.more:focus:before,
.more:hover:before {
  width: 100%;
}

strong {
  font-weight: 400;
}

[class*="lightcase-icon-"]:before {
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}

.lightcase-icon-play:before {
  content: "\e800";
}

.lightcase-icon-pause:before {
  content: "\e801";
}

.lightcase-icon-close:before {
  content: "\e802";
}

.lightcase-icon-prev:before {
  content: "\e803";
}

.lightcase-icon-next:before {
  content: "\e804";
}

.lightcase-icon-spin:before {
  content: "\e805";
}

@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-moz-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-o-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-ms-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2000000000;
  top: 50%;
  left: 50%;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#lightcase-loading>span,
#lightcase-nav a[class*="lightcase-icon-"]>span {
  display: inline-block;
  text-indent: -9999px;
}

@media screen and (min-width: 641px) {
  #lightcase-case:not([data-lc-type="error"]) #lightcase-content {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }

  #lightcase-case[data-lc-type="image"] #lightcase-content,
  #lightcase-case[data-lc-type="video"] #lightcase-content {
    background-color: #333;
  }
}

#lightcase-case:not([data-lc-type="image"]):not([data-lc-type="video"]):not([data-lc-type="flash"]):not([data-lc-type="error"]) #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

#lightcase-case:not([data-lc-type="image"]):not([data-lc-type="video"]):not([data-lc-type="flash"]):not([data-lc-type="error"]) #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {

  #lightcase-case:not([data-lc-type="image"]):not([data-lc-type="video"]):not([data-lc-type="flash"]):not([data-lc-type="error"]),
  #lightcase-case:not([data-lc-type="image"]):not([data-lc-type="video"]):not([data-lc-type="flash"]):not([data-lc-type="error"]) #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: 0 0 !important;
  }

  #lightcase-case:not([data-lc-type="image"]):not([data-lc-type="video"]):not([data-lc-type="flash"]):not([data-lc-type="error"]) #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }

  #lightcase-case:not([data-lc-type="image"]):not([data-lc-type="video"]):not([data-lc-type="flash"]):not([data-lc-type="error"]) #lightcase-content .lightcase-contentInner,
  #lightcase-case:not([data-lc-type="image"]):not([data-lc-type="video"]):not([data-lc-type="flash"]):not([data-lc-type="error"]) #lightcase-content .lightcase-contentInner>* {
    width: 100% !important;
    max-width: none !important;
  }

  #lightcase-case:not([data-lc-type="image"]):not([data-lc-type="video"]):not([data-lc-type="flash"]):not([data-lc-type="error"]) #lightcase-content .lightcase-contentInner> :not(iframe) {
    height: auto !important;
    max-height: none !important;
  }

  .lightcase-isMobileDevice #lightcase-case[data-lc-type="iframe"] #lightcase-content .lightcase-contentInner {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  #lightcase-case:not([data-lc-type="image"]):not([data-lc-type="video"]):not([data-lc-type="flash"]):not([data-lc-type="error"]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: 0 0 !important;
  }
}

@media screen and (max-width: 640px) and (min-width: 641px) {

  [data-lc-type="image"] #lightcase-content .lightcase-contentInner,
  [data-lc-type="video"] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}

.lightcase-isMobileDevice #lightcase-case[data-lc-type="iframe"] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 641px) {
  #lightcase-case:not([data-lc-type="error"]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {

  #lightcase-content h1,
  #lightcase-content h2,
  #lightcase-content h3,
  #lightcase-content h4,
  #lightcase-content h5,
  #lightcase-content h6,
  #lightcase-content p {
    color: #aaa;
  }

  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}

@media screen and (min-width: 641px) {

  #lightcase-content h1,
  #lightcase-content h2,
  #lightcase-content h3,
  #lightcase-content h4,
  #lightcase-content h5,
  #lightcase-content h6,
  #lightcase-content p {
    color: #333;
  }

  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}

#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  overflow: hidden;
  color: #aaa;
}

.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .lightcase-open body {
    padding: 55px 0 70px;
  }

  .lightcase-open body> :not([id*="lightcase-"]) {
    position: fixed !important;
    top: -9999px !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
  }
}

#lightcase-info {
  position: absolute;
  padding-top: 15px;
}

#lightcase-info #lightcase-caption,
#lightcase-info #lightcase-title {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: 400;
  text-overflow: ellipsis;
}

#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}

#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333;
  }

  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  #lightcase-case:not([data-lc-type="image"]):not([data-lc-type="video"]):not([data-lc-type="flash"]):not([data-lc-type="error"]) #lightcase-info {
    position: static;
  }
}

#lightcase-loading {
  width: 1.123em;
  height: auto;
  line-height: 1;
  text-align: center;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  -moz-animation: lightcase-spin 0.5s infinite linear;
  -o-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
}

#lightcase-loading,
#lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

#lightcase-nav a[class*="lightcase-icon-"] {
  position: fixed;
  z-index: 2000000000;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: 0;
  cursor: pointer;
}

#lightcase-nav a[class*="lightcase-icon-"],
#lightcase-nav a[class*="lightcase-icon-"]:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

#lightcase-nav a[class*="lightcase-icon-"]:hover {
  color: #fff;
  text-shadow: 0 0 15px #fff;
}

.lightcase-isMobileDevice #lightcase-nav a[class*="lightcase-icon-"]:hover {
  color: #aaa;
  text-shadow: none;
}

#lightcase-nav a[class*="lightcase-icon-"].lightcase-icon-prev {
  left: 15px;
}

#lightcase-nav a[class*="lightcase-icon-"].lightcase-icon-next {
  right: 15px;
}

#lightcase-nav a[class*="lightcase-icon-"].lightcase-icon-pause,
#lightcase-nav a[class*="lightcase-icon-"].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

#lightcase-nav a[class*="lightcase-icon-"].lightcase-icon-close {
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: 0;
}

@media screen and (max-width: 640px) {
  #lightcase-nav a[class*="lightcase-icon-"].lightcase-icon-close {
    position: absolute;
  }

  #lightcase-nav a[class*="lightcase-icon-"] {
    bottom: 15px;
    font-size: 24px;
  }
}

@media screen and (min-width: 641px) {

  #lightcase-nav a[class*="lightcase-icon-"].lightcase-icon-pause,
  #lightcase-nav a[class*="lightcase-icon-"].lightcase-icon-play {
    opacity: 0;
  }

  #lightcase-nav a[class*="lightcase-icon-"].lightcase-icon-close {
    position: fixed;
  }

  #lightcase-nav a[class*="lightcase-icon-"] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }

  #lightcase-case:hover~#lightcase-nav a[class*="lightcase-icon-"],
  #lightcase-nav a[class*="lightcase-icon-"]:hover {
    opacity: 1;
  }
}

#lightcase-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 20000000;
  top: 0;
  left: 0;
  background: #333;
}

@media screen and (max-width: 640px) {
  #lightcase-overlay {
    opacity: 1 !important;
  }
}

.basket_top label {
  color: #252525;
  font-size: 11pt;
  cursor: pointer;
  margin: 0;
}

.top_link>img {
  float: right;
}

.top_block {
  position: absolute;
  background: #fff;
  z-index: 9999999;
  margin-top: 8px;
  font-size: 10pt;
  text-align: center;
  padding: 4px 0 0;
  overflow: inherit !important;
}

.basket-login-title,
.top_block.basket p {
  text-align: -moz-center;
  text-align: -webkit-center;
}

.top_block:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 12px;
  top: -11px;
  right: 15px;
  margin: auto;
}

.top_block .content {
  background: #fff;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 5px;
  color: #343434;
  width: 300px;
  font-size: 8.5pt;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}

.content.wrapper .td-price img {
  left: 0 !important;
}

.top_block.basket {
  width: 308px;
  right: 0;
  margin-top: 0;
  top: 100%;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}

.top_block.basket p {
  text-align: center;
  color: #444;
  padding: 5px 0;
  font-size: 9pt;
  border-bottom: 1px solid #00a4b3;
}

.basket table {
  border-collapse: separate;
  border-spacing: 0 10px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #00a4b3;
  color: #343434;
}

.basket tr {
  width: 100%;
}

.basket tr th {
  background: #eee;
  border: 1px solid #ddd;
  text-align: center;
}

.basket tr th:first-child,
.basket tr th:last-child {
  border-left: 1px solid #ddd;
}

td.td-price {
  position: relative;
}

.td-price img {
  visibility: hidden;
  position: absolute;
  left: -14px;
  top: 39%;
}

.basket tr:hover .td-price img {
  visibility: visible;
}

.top_block td.td-number {
  width: 31px;
}

.top_block td.td-number a:first-child {
  float: right;
  width: 31px;
  height: 15px;
}

.top_block td.td-number a:first-child:after {
  content: "\f0d8";
  display: inline-block;
  font-family: FontAwesome;
  bottom: 50%;
  color: #000;
}

.top_block td.td-number p {
  clear: both;
  border-bottom: 0;
  width: 31px;
  padding: 0;
  text-align: center;
}

.top_block td.td-number a:last-child {
  float: right;
  width: 31px;
  margin-top: -5px;
}

.top_block td.td-number a:last-child:after {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f0d7";
  bottom: 50%;
  color: #000;
}

.top_block .basket-sail-submit {
  float: none;
  display: inline-block;
  margin-top: 5px !important;
  width: auto;
  min-width: inherit;
  height: auto;
  font-size: 8pt;
}

.cart-wrapper i.fa-close {
  top: 0;
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 0;
  font-size: 18px;
  color: #333;
  position: absolute;
}

.basket-item ul,
.basket-shopping,
.fa {
  display: inline-block;
}

.fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.fa-close:before {
  content: "\f00d";
  font: normal normal normal 9pt/1 FontAwesome !important;
  position: absolute;
  right: 18px;
  top: 3px;
}

.closed:before {
  content: "\f404";
  font: normal normal normal 14px/1 Ionicons !important;
  color: #a0a0a0;
}

.loginUsers:before,
.registeUsers:before {
  color: #2467ca;
  margin-left: 10px;
  font-size: 16pt;
  vertical-align: middle;
}

.basket-login-title {
  margin-bottom: 15px;
  text-align: center;
  position: relative;
  width: 100%;
}

.basket-item,
.basket-login-title>p {
  text-align: -moz-center;
  text-align: -webkit-center;
}

.loginUsers:before {
  content: "\f111";
}

.registeUsers:before {
  content: "\f12e";
}

.basket-login-title>p {
  color: #9d69be;
  text-align: center;
  font-size: 16pt;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
  line-height: 2;
}

.basket-login-title>img {
  margin: -50px 60px 0 0;
  float: right;
}

.basket-login-l,
.basket-login-r {
  width: 100%;
  box-sizing: border-box;
}

.basket-login-l {
  padding: 15px 35px;
}

.basket-login-l label {
  float: right;
  padding: 5px;
  width: 30%;
  box-sizing: border-box;
  font-size: 10pt;
}

.basket-login-l input {
  box-sizing: border-box;
  float: right;
  height: 35px;
  margin: 0 0 5px;
  outline: 0;
  padding: 0 5px;
  width: 100%;
}

.basket-login-r {
  float: left;
  padding: 15px 35px;
  text-align: -moz-right;
  text-align: -webkit-right;
  text-align: right;
}

.basket-login-r .basket-login-img {
  background: rgba(41, 116, 178, 0.85);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  float: right;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  padding: 4px;
  margin: -2px 10px 0 0;
}

.padding10 {
  padding: 5px;
}

.padding5 {
  padding: 6px 25px !important;
}

.float-l {
  float: left !important;
}

.float-r {
  float: right !important;
}

.basket-shopping {
  background-color: #fff;
  margin: 0 auto 15px;
  min-height: 500px;
  padding: 0 15px 20px;
  text-align: justify;
  line-height: 1.6;
  width: 100%;
}

.basket-shopping * {
  box-sizing: border-box;
  color: #515451;
  font-size: 10pt;
}

.basket-shopping fieldset p,
.basket-shopping fieldset p strong {
  color: #8b898a;
}

.basket-shopping hr {
  border-color: #dadada;
  margin-top: 20px;
}

.basket-item {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 6px;
}

.basket-item ul {
  background: #efefef;
  width: 100%;
}

.basket-table table tbody td:last-child:after,
.basket-table table th:last-child:after,
.basket-table td:before {
  display: none;
}

.basket-item ul a:hover {
  color: #2467ca;
  text-decoration: none;
}

.basket-item .item-buy,
.basket-item .item-login,
.basket-item .item-pay,
.basket-item .item-print {
  float: right;
  padding: 25px 0;
  line-height: 0;
  background: url(/GlobalItems/GlobalStore/ShoppingCart/Images/basket-border-y.jpg) left center/2px 25px no-repeat;
  width: 25%;
  box-sizing: border-box;
}

.basket-item .item-print {
  background: none;
}

.basket-item .item-buy a,
.basket-item .item-login a,
.basket-item .item-pay a,
.basket-item .item-print a {
  padding: 16px 45px 17px 0;
}

.basket-item .item-buy a {
  background: url(/Themes/zyaeefar/static/img/basket-buy-active.png) right center no-repeat;
  color: #2467ca;
}

.basket-item .item-login a {
  background: url(/GlobalItems/GlobalStore/ShoppingCart/Images/basket-login.png) right center no-repeat;
}

.basket-item .item-pay a {
  background: url(/GlobalItems/GlobalStore/ShoppingCart/Images/basket-pay.png) right center no-repeat;
}

.basket-item .item-print a {
  background: url(/GlobalItems/GlobalStore/ShoppingCart/Images/basket-print.png) right center no-repeat;
}

.basket-item .item-buy-active a {
  background: url(/Themes/zyaeefar/static/img/basket-buy-active.png) right center no-repeat;
  color: #2467ca;
}

.basket-item .item-login-active a {
  background: url(/Themes/zyaeefar/static/img/basket-login-active.png) right center no-repeat;
  color: #2467ca;
}

.basket-item .item-pay-active a {
  background: url(/Themes/zyaeefar/static/img/basket-pay-active.png) right center no-repeat;
  color: #2467ca;
}

.basket-item .item-print-active a {
  background: url(/Themes/zyaeefar/static/img/basket-print-active.png) right center no-repeat;
  color: #2467ca;
}

.basket-table table {
  border-collapse: separate;
  border-spacing: 0 5px;
  width: 100%;
  font-size: 13px;
}

.basket-table table tbody td:after,
.basket-table table th:after {
  content: "";
  height: 15px;
  width: 1px;
  left: 0;
}

.basket-table table th {
  font-weight: inherit;
  padding: 10px 4px;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  vertical-align: inherit;
  color: #000;
  position: relative;
}

.basket-table table th:after {
  position: absolute;
  top: 14px;
  background-color: #222;
}

.basket-table table thead,
.basket-table table thead tr th {
  background: #e1e2e6;
}

.basket-table table thead {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}

.basket-table table tbody td {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #ddd;
  border-image: none;
  border-style: solid none;
  border-width: 1px 0;
  text-align: center;
  vertical-align: inherit;
  color: #333;
  position: relative;
}

.basket-table table tbody td:after {
  position: absolute;
  background: #ddd;
  top: 13px;
}

.basket-table table tbody td:first-child {
  border-right: 1px solid #ddd;
}

.basket-table table tbody td:last-child {
  border-left: 1px solid #ddd;
}

.basket-table table tbody td:last-child img {
  float: left;
  margin-left: 8px;
  visibility: visible;
}

.basket-table .td-pic img {
  vertical-align: middle;
  width: 50px;
}

.boxPay {
  width: 48%;
  float: right;
  margin-right: 2%;
}

.basketColLeft {
  width: 70%;
  float: left;
  margin-top: 10px;
}

.basket-sail {
  background: #eee;
  padding: 10px 10px 2px;
  text-align: -moz-right;
  text-align: -webkit-right;
  text-align: right;
  font-size: 11pt;
  box-sizing: border-box;
  width: 33%;
  float: left;
  min-height: 187px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  margin-top: -4px;
}

.basket-sail label {
  float: right;
  margin-top: 5px;
  width: 25%;
}

#shoppingCratTotalPrice .input-field {
  width: 53%;
  float: right;
  margin: 0;
}

#shoppingCratTotalPrice .input-field label {
  width: 100%;
  margin: 0;
  display: block;
}

.basket-login-r .basket-sail-input {
  width: 100%;
}

.basket-sail-input {
  border: 1px solid #a2a1a1;
  color: #989898;
  height: 29px;
  outline: 0;
  background: #fff;
  width: 35%;
  text-indent: 0;
  float: right;
  margin: 0;
  box-sizing: border-box;
  padding: 0 5px;
}

.basket-sail-input:focus,
select.buy-pay-cart:focus,
textarea.buy-pay-cart:focus {
  border-color: #2467ca;
}

.basket-sail-submit {
  padding: 9px 40px;
  position: relative;
  display: inline-block;
}

.basket-sail-submit,
input.basket-sail-submit {
  cursor: pointer;
}

.basket-sail button.basket-sail-submit {
  margin: 6px 0 0;
  width: 45%;
  float: left;
  font-size: 9pt;
  padding: 6px;
  background: #2467ca;
  color: #f3f3f3;
}

.basket-sail p {
  margin: 5px 0;
  text-align: right;
  line-height: 1.5;
  font-size: 8.5pt;
}

.basket-add-address {
  float: right;
  margin-bottom: 0;
  min-height: 160px;
  padding: 10px;
  text-align: -moz-right;
  text-align: -webkit-right;
  text-align: right;
  width: 30%;
  box-sizing: border-box;
  margin-top: 6px;
}

.basket-add-address select {
  border: 1px solid #a2a1a1;
  color: #043c6a;
  height: 29px;
  width: 40%;
  float: right;
}

.basket-add-address .continuecontent label {
  display: block;
}

.basket-add-address .continuecontent .addressPlus {
  width: auto;
}

.basket-add-address .continuecontent textarea {
  box-sizing: border-box;
  margin-bottom: 15px;
}

.basket-add-address .continuecontent .basket-add-name {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 10px;
  padding-bottom: 15px;
  display: inline-block;
  width: 100%;
}

.basket-add-address .continuecontent .basket-add-name div {
  float: right;
  margin-top: 10px;
  margin-left: 2%;
  width: 48%;
}

.basket-add-address .continuecontent .basket-add-name div .basket-sail-input {
  width: 100%;
}

.basket-add-address .continuecontent .basket-add-city {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 10px;
  padding-bottom: 15px;
  display: inline-block;
  width: 100%;
}

.basket-add-address .continuecontent .basket-add-city select {
  border: 1px solid #8b8a8a;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  color: #043c6a;
  height: 35px;
  float: right;
  margin-left: 2%;
  width: 48%;
  margin-bottom: 7px;
}

.basket-pay {
  margin-top: -4px;
  width: 66%;
  float: right;
}

.basket-pay p:first-child {
  background: #eee;
  margin: 0;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  padding: 5px 10px;
}

.basket-pay .basket-pay-radio {
  padding: 5px 10px;
  text-align: -moz-right;
  text-align: -webkit-right;
  text-align: right;
  min-height: 155px;
}

.basket-send {
  float: none;
  margin: 10px auto;
  display: table;
  display: inline-block !important;
}

.boxPay {
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
}

.buy-pay-p {
  float: right;
  margin: 10px 0;
}

.buy-pay-p strong {
  font-size: 14pt;
  margin: 0 20px;
  font-weight: 400;
}

.buy-pay-title {
  color: #fff;
  background: #2467ca;
  left: 0;
  padding: 10px;
  float: right;
  margin: 15px 20px -10px 0;
  font-weight: 100;
  font-size: 11pt;
}

.wpcf7-form .form-group label,
label {
  font-weight: 400;
}

.basket-shopping fieldset {
  background: #efefef;
  border: 1px solid #dadad9;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 15px 0;
}

.basket-shopping fieldset span.bank-item {
  float: right;
  border-left: 1px solid #ddd;
  width: 10%;
  box-sizing: border-box;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  margin-bottom: 18px;
}

.basket-shopping fieldset p,
.pass {
  text-align: -moz-center;
  text-align: -webkit-center;
}

.basket-shopping fieldset span.bank-item :nth-child(10n) {
  border-left: 0;
}

.basket-shopping fieldset span.bank-item:last-child {
  border-left: none;
}

.basket-shopping fieldset img,
.basket-shopping fieldset input,
.basket-shopping fieldset label {
  display: block;
  color: #798291;
  margin: auto;
}

.basket-shopping fieldset .radio .outer {
  display: block;
  margin: 5px auto;
  float: none;
}

.payCart {
  width: 50%;
  clear: both;
  float: right;
  margin-bottom: 5px;
}

.basket-shopping fieldset p {
  float: right;
  border-left: 1px solid #ddd;
  width: 25%;
  box-sizing: border-box;
  text-align: center;
}

.basket-shopping fieldset p:last-child {
  border-left: none;
}

select.buy-pay-cart,
textarea.buy-pay-cart {
  border: 1px solid #a2a1a1;
  float: right;
  box-sizing: border-box;
}

select.buy-pay-cart {
  color: #989898;
  height: 35px;
  width: 85%;
  font-size: 12pt;
}

label.buy-pay-cart {
  float: right;
  margin: 5px 0;
  width: 15%;
  text-align: right;
  text-align: -webkit-right;
  text-align: -moz-right;
  font-size: 11pt;
  color: #676767;
}

.payCart input {
  width: 85%;
}

textarea.buy-pay-cart {
  color: #989898;
  height: 100px;
  outline: 0;
  background: #fff;
  width: 85%;
  text-indent: 10px;
  margin: 0 0 10px;
  padding-top: 5px;
}

.backshoping {
  padding-bottom: 26px;
  display: inline-block;
  width: 100%;
}

@media only screen and (max-width: 1200px) {

  header nav.menu ul {
    gap: 2rem !important;
  }

  .basket-sail-input {
    width: 39%;
  }

  .basket-sail button.basket-sail-submit {
    width: 35%;
  }

  .basket-add-address .continuecontent .basket-add-name div {
    width: 48%;
  }

  .basket-shopping fieldset span {
    width: 13.5%;
  }

  .basket-shopping fieldset span:nth-child(10n) {
    border-left: 1px solid #ddd;
  }

  .basket-shopping fieldset span:nth-child(8n) {
    border-left: 0;
  }

  label.buy-pay-cart {
    width: 20%;
  }

  .payCart input,
  select.buy-pay-cart,
  textarea.buy-pay-cart {
    width: 80%;
  }
}

@media only screen and (max-width: 992px) {
  .slide-animation {
    width: 100% !important;
    margin: unset !important;
  }

  .slide-animation::before,
  .slide-animation::after {
    display: none !important;
  }

  .slide-animation2::before,
  .slide-animation2::after {
    display: none !important;
  }

  .basketColLeft {
    width: 100%;
  }

  .basket-table select {
    width: 100px;
  }

  .basket-add-address,
  .basket-sail {
    width: 100%;
    margin-bottom: 10px;
  }

  .basket-pay {
    margin-top: 0;
    margin-bottom: 15px;
    width: 100%;
  }

  .payCart {
    width: 80%;
  }

  .stick-part.stick .basketDiv {
    float: left;
  }

  .stick-part.stick section.floatR.margin50 {
    margin: 0 !important;
  }

  .stick-part.stick .basketFix {
    top: 8px;
  }

  #carousel{
    border-radius: 0 !important;
  }
}

@media only screen and (max-width: 730px) {

  .basket-login-l,
  .basket-login-r {
    width: 100%;
  }

  .basket-login-l {
    border-left: 0;
    border-bottom: 1px solid #abd07e;
  }

  .basket-shopping fieldset span {
    width: 20%;
  }

  .basket-shopping fieldset span:nth-child(8n) {
    border-left: 1px solid #ddd;
  }

  .basket-shopping fieldset span:nth-child(5n) {
    border-left: 0;
  }

  .basket-shopping fieldset p {
    border-left: none;
    border-bottom: 1px solid #ddd;
    width: 50%;
  }
}

.scroll {
  overflow: hidden;
  overflow-y: scroll;
  max-height: 250px;
}

.donshow {
  display: none;
}

#AddressId,
.basket-add-address select:first-child {
  width: 58%;
  margin-left: 2px;
}

@media only screen and (max-width: 593px) {

  .basket-item .item-buy a,
  .basket-item .item-login a,
  .basket-item .item-pay a,
  .basket-item .item-print a {
    background: 0 0;
    padding: 16px 0;
  }
}

@media only screen and (max-width: 576px) {
  .journal {
    flex-direction: column !important;
  }


  .news-item {
    max-width: 100%;
    height: 465px;
  }

  .title h1 {
    font-size: 16pt !important;
  }

  .control-box {
    width: 25rem !important;
  }

  .carousel-control {
    width: 40px !important;
    height: 40px !important;
  }
}

@media only screen and (max-width: 400px) {

  .trigger {
    width: 1.5rem !important;
    height: 1.5rem !important;
    padding: 1.8rem !important;
  }

  .register-btn {
    margin-right: -0.35rem !important;
    padding: 0.8rem !important;
  }

  .log-btn {
    padding: 0.8rem !important;
  }

  .search-btn i {
    width: 1.5rem !important;
    height: 1.5rem !important;
    padding: 1.7rem !important;

  }
}

.basketdiv .dropdown {
  position: relative;
}

.basketdiv .dropdown:before,
.basketdiv2 .dropdown:before {
  color: #f2f2f2;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  content: "";
}

.basketdiv .dropdown:before {
  background-color: #ed1d24;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 100%;
  -ms-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.basketdiv2 .dropdown:before,
.ink {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
}

.basketdiv2 .dropdown:before {
  background-color: #f3f3f3;
  -ms-transform: scale(0);
  transform: scale(0);
  border-radius: 100%;
  -ms-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.basketdiv .dropdown:hover {
  color: #f3f3f3;
}

.basketdiv .dropdown:hover:before,
.basketdiv2 .dropdown:hover:before {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: 0;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.closebox:before {
  display: inline-block;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transition: transform 0.4s ease-in;
  -o-transition: transform 0.4s ease-in;
  -webkit-transition: transform 0.4s ease-in;
  transition: transform 0.4s ease-in;
}

.prograsbar {
  height: 97px;
}

.steps {
  position: relative;
  padding-top: 18px;
}

.steps .box-top {
  width: 85%;
  height: 2px;
  background-color: #ff8454;
  margin: 15px auto;
  position: relative;
}

.steps .box-top .dashed {
  height: 2px;
  position: absolute;
  right: -77px;
  top: -2px;
}

.steps .box-top .dashed div {
  background: #2467ca;
  float: right;
  height: 2px;
  margin: 2px 3px;
  width: 11px;
}

.steps .box-top .step-shipping {
  width: 33%;
}

.steps .box-top .box-top-over {
  background: #2467ca;
  height: 2px;
  position: absolute;
  right: 0;
  top: 0;
}

.steps .box-top .bullet.pass.tick {
  background: url(../img/slices2.png) center no-repeat #2467ca !important;
  border-color: #2467ca;
}

.steps .box-top .bullet.login {
  right: -1px;
}

.steps .box-top .bullet {
  background: #e1e2e6;
  border: 3px solid #ff8454;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  display: block;
  height: 25px;
  position: absolute;
  top: -11px;
  width: 25px;
}

.ink,
.ink2 {
  border-radius: 100%;
}

.steps .box-top .bullet .spacer.first {
  right: -12px;
}

.steps .box-top .bullet .title-bullet {
  max-width: 140px;
  width: 140px;
  text-align: center;
  font-size: 14px;
  color: #7e7d7b;
  position: absolute;
  top: 35px;
  right: -60px;
}

.steps .box-top .bullet .spacer.second {
  left: -12px;
}

.steps .box-top .bullet .spacer {
  background: #fafcfc;
  display: inline-block;
  height: 20px;
  position: absolute;
  width: 9px;
}

.steps .box-top .dashed.not-pass {
  position: absolute;
  right: auto;
  left: -77px;
}

.steps .box-top .dashed.not-pass div {
  background: #ff8454;
}

.steps .box-top .bullet.pi {
  right: 66%;
}

.steps .box-top .bullet.finish {
  left: 0;
}

.steps .box-top .bullet.pass {
  background: #74c2ff !important;
  border-color: #23b0e0;
}

.steps .box-top .bullet.or {
  right: 33%;
}

.pass {
  color: #000 !important;
  text-align: center;
  font-size: 25px;
}

.submit,
.text-center {
  text-align: -moz-center;
  text-align: -webkit-center;
}

.edit-btn:after,
.last-section:before,
.next_step:before,
.pass:after,
.prograsbar:after,
.select-address-top:after,
.select-address:after,
.steps .box-top .bullet .title-bullet:after,
.steps .box-top:after {
  clear: both;
  display: table;
  content: "";
}

@media only screen and (max-width: 1920px) {

  .trigger {
    display: none !important;
  }

  /* .btn-box1 {
    display: block;
  } */

  .btn-box2 {
    display: none;
  }

  .carousel-control {
    font-size: 38px !important;
  }

  .news-list {
    justify-content: space-between;
  }

  .footer-nav ul {
    justify-content: space-between;
  }
}

@media only screen and (max-width: 1200px) {
  .steps .box-top {
    width: 80%;
  }
}

@media only screen and (max-width: 992px) {
  .steps .box-top {
    width: 75%;
  }

  .footer-middle {
    background-color: unset !important;
    flex-direction: column-reverse;
    height: auto !important;
    margin-bottom: 5rem;
  }

  .footer-middle .addres-phone {
    background-color: #717171b3 !important;
    width: 100%;
    margin-bottom: 4rem;
    justify-content: center;
    padding: 1rem 2rem;
    border-radius: var(--border-sm);
  }

  .footer-footer {
    flex-direction: column;
  }

  .footer-footer .copyright {
    margin-bottom: 4rem;
  }
}

@media only screen and (max-width: 768px) {
  .steps .box-top {
    width: 65%;
  }

  .footer-footer {
    flex-direction: column;
  }

  .footer-footer-left {
    margin-top: 2rem;
  }

  .footer-middle {
    margin-bottom: 2rem !important;
  }

  .footer-nav {
    width: 100% !important;
  }

  .footer-nav ul {
    justify-content: space-evenly !important;
  }

  .icon-bar-item {
    width: calc(100% / 3) !important;
  }

  .footer-middle .addres-phone {
    flex-direction: column-reverse !important;
  }

  .footer-phone::before {
    border-right: unset !important;
  }

  .footer-phone,
  .footer-addres {
    justify-content: center !important;
  }
}

@media only screen and (max-width: 520px) {
  .prograsbar {
    display: none;
  }

  .boxPay {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .ui-table-reflow td .ui-table-cell-label,
  .ui-table-reflow th .ui-table-cell-label {
    min-width: 40% !important;
    font-size: 9pt;
  }

  #shoppingCratTotalPrice .input-field {
    width: 45%;
  }

  .basket-sail button.basket-sail-submit {
    width: 50%;
  }
}

@media only screen and (max-width: 500px) {

  .username-page,
  .password-page {
    width: 90% !important;
  }

  .footer-addres span {
    font-size: 1rem !important;
  }
}

@media only screen and (max-width: 400px) {
  .footer-addres i {
    display: none !important;
  }
}




.animateblock {
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.animateblock.flip,
.animateblock.lazy-load-box.animated {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}

.animateblock.animated {
  opacity: 1;
}

.animateblock.lazy-load-box {
  -moz-transform: scale(0) rotate(0) translateX(0) translateY(0) skewX(0) skewY(0);
  -webkit-transform: scale(0) rotate(0) translateX(0) translateY(0) skewX(0) skewY(0);
  -o-transform: scale(0) rotate(0) translateX(0) translateY(0) skewX(0) skewY(0);
  -ms-transform: scale(0) rotate(0) translateX(0) translateY(0) skewX(0) skewY(0);
  transform: scale(0) rotate(0) translateX(0) translateY(0) skewX(0) skewY(0);
}

.animateblock.lazy-load-box.animated {
  transition: 0.8s;
  -moz-transform: scale(1) rotate(0) translateX(0) translateY(0) skewX(0) skewY(0);
  -webkit-transform: scale(1) rotate(0) translateX(0) translateY(0) skewX(0) skewY(0);
  -o-transform: scale(1) rotate(0) translateX(0) translateY(0) skewX(0) skewY(0);
  -ms-transform: scale(1) rotate(0) translateX(0) translateY(0) skewX(0) skewY(0);
  transform: scale(1) rotate(0) translateX(0) translateY(0) skewX(0) skewY(0);
}

.animateblock.leftload {
  transform: translateX(150px);
  -webkit-transform: translateX(150px);
  -moz-transform: translateX(150px);
  -ms-transform: translateX(150px);
  -o-transform: translateX(150px);
  opacity: 0;
}

.animateblock.rightload {
  transform: translateX(-150px);
  -webkit-transform: translateX(-150px);
  -moz-transform: translateX(-150px);
  -ms-transform: translateX(-150px);
  -o-transform: translateX(-150px);
  opacity: 0;
}

.animateblock.leftload.animated,
.animateblock.rightload.animated {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  opacity: 1;
}

.animateblock.scale {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.animateblock.scale.animated {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}

.animateblock.flip {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  opacity: 0;
  transition: 0.8s;
}

.animateblock.opacity,
header .topHeader .logined a {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}

.animateblock.flip.animated {
  transform: rotateY(0);
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  opacity: 1;
}

.animateblock.opacity {
  opacity: 0;
  transition: 0.8s;
}

.animateblock.opacity.animated {
  opacity: 1;
}

table {
  width: 100%;
}

.clear {
  clear: both;
  display: table;
  content: "";
}

.ink,
.ink2 {
  display: block;
}

.ripplelink,
.ripplelink2 {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
}

.ink,
.ink2 {
  position: absolute;
}

.ripplelink2:hover,
.ripplelink:hover {
  z-index: 1000;
}

.ink {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(0);
}

.ink2 {
  background: rgba(15, 44, 102, 0.2);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}

@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
  }
}

@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: -moz-right;
  text-align: -webkit-right;
  text-align: right;
}

.text-left {
  text-align: -moz-left;
  text-align: -webkit-left;
  text-align: left;
}

.text-justify {
  text-align: -moz-justify;
  text-align: -webkit-justify;
  text-align: justify;
}

.limit-text {
  overflow: hidden;
}

@-webkit-keyframes input-highlight {
  0% {
    background-size: 0 2px, 100% 1px;
  }

  100% {
    background-size: 100% 2px, 100% 1px;
  }
}

@keyframes input-highlight {
  0% {
    background-size: 0 2px, 100% 1px;
  }

  100% {
    background-size: 100% 2px, 100% 1px;
  }
}

.form-control:focus {
  outline: 0;
  -webkit-animation: input-highlight 0.5s forwards;
  animation: input-highlight 0.5s forwards;
  background-size: 0 2px, 100% 1px;
}

.form-group.has-success .control-label,
.form-group.has-success input.form-control:not(.empty)~.floating-label {
  color: #0f9d58;
}

.form-group.has-info .form-control {
  box-shadow: none;
}

.input-group .form-control-wrapper {
  margin-right: 5px;
  margin-left: 5px;
}

.input-group .form-control-wrapper .form-control {
  float: none;
}

.input-group .input-group-addon {
  border: 0;
  background: 0 0;
}

.input-group .input-group-btn .btn {
  border-radius: 4px;
  margin: 0;
}

.form-control-wrapper input[type="file"] {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.tp-ct-form .form-group {
  margin-bottom: 25px;
}

.tp-ct-form .control-label {
  font-weight: 400;
  color: #847774;
  text-align: left;
}

.control-label {
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0;
  font-size: 8pt;
}

span.field-validation-error,
span.field-validation-valid {
  font-size: 7.5pt !important;
  color: red;
}

.wpcf7-form-control {
  border: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
}

span.field-validation-valid {
  display: none;
}

.reload {
  vertical-align: middle;
  cursor: pointer;
  font-style: normal;
  float: right;
  font-size: 16pt;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.reload:before {
  content: "\e031";
}

.reload:hover {
  color: #00a4b3;
}

.waitinginput {
  display: none;
  width: auto;
  height: 35px;
  line-height: 0.5;
  color: #000;
  border: 0;
  background: 0 0;
}

.submit,
.submit:hover,
input[type="submit"]:hover {
  background: #00a4b3;
}

.submit {
  border: 0;
  cursor: pointer;
  font-size: 11pt;
  text-align: center;
  -webkit-transition: background 0.5s ease-in;
  -moz-transition: background 0.5s ease-in;
  -ms-transition: background 0.5s ease-in;
  -o-transition: background 0.5s ease-in;
  transition: background 0.5s ease-in;
  padding: 2px 15px;
}

body,
html,
p,
ul {
  padding: 0;
  margin: 0;
}

body,
header,
html {
  background-color: #fff;
}

input[type="submit"] {
  background: #00a4b3;
  border: 0;
  cursor: pointer;
  font-size: 12pt;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  -webkit-transition: background 0.5s ease-in;
  -moz-transition: background 0.5s ease-in;
  -ms-transition: background 0.5s ease-in;
  -o-transition: background 0.5s ease-in;
  transition: background 0.5s ease-in;
  padding: 2px 15px;
}


p {
  color: #818b8c;
  text-align: -moz-justify;
  text-align: -webkit-justify;
  text-align: justify;
  text-justify: inter-word;
  font-size: 10pt;
}

@font-face {
  font-family: FontAwesome;
  font-style: normal;
  src: url(../fonts/FA/5.8.2/Source/far4.eot) format("eot");
  src: url(../fonts/FA/5.8.2/far4.woff) format("woff"),
    url(../fonts/FA/5.8.2/Source/far4.ttf) format("ttf");
}

*::before {
  font-family: FontAwesome;
}

body,
html {
  line-height: 2;
  color: #999;
  width: 100%;
  direction: rtl !important;
  overflow-x: hidden;
}

:focus,
a:focus {
  outline: 0;
}

textarea {
  resize: none;
}

textarea.form-control {
  height: 88px !important;
}

button {}

div.infiniteScrollLoading {
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  clear: both;
  display: none;
}

.productImg {
  width: 477px;
  height: 283px;
}

hr {
  margin: 1px;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  box-sizing: border-box;
}

a:focus,
a:hover {
  color: #00a4b3;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}

img {
  max-width: 100%;
  border: 0;
}

li {
  list-style: none;
}

:focus {
  outline: 0;
}

.clearfix {
  clear: both;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
}

header {
  -webkit-box-shadow: 0 5px 30px 0 rgba(0, 1, 1, 0.3);
  -moz-box-shadow: 0 5px 30px 0 rgba(0, 1, 1, 0.3);
  box-shadow: 0 5px 30px 0 rgba(0, 1, 1, 0.3);
  position: relative;
  z-index: 10000000;
}

header .topHeader {
  background: #00b2b2;
  background: -moz-linear-gradient(left, #00b2b2 0, #0094b2 100%);
  background: -webkit-gradient(left top,
      right top,
      color-stop(0, #00b2b2),
      color-stop(100%, #0094b2));
  background: -webkit-linear-gradient(left, #00b2b2 0, #0094b2 100%);
  background: -o-linear-gradient(left, #00b2b2 0, #0094b2 100%);
  background: -ms-linear-gradient(left, #00b2b2 0, #0094b2 100%);
  background: linear-gradient(to right, #00b2b2 0, #0094b2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b2b2', endColorstr='#0094b2', GradientType=1);
  padding: 8px 0;
}

header .topHeader .logined>* {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 9pt;
}

header .topHeader .logined i {
  font-size: 13pt;
  line-height: 1;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

header .topHeader .logined a {
  padding-right: 30px;
  position: relative;
  transition: 0.8s;
}

header .topHeader .social a,
header .topHeader .social a:before {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}

header .topHeader .logined a:hover {
  color: #000;
}

header .topHeader .social a {
  width: 30px;
  height: 30px;
  color: #005c6b;
  font-size: 17pt;
  margin: 0 15px;
  display: block;
  float: right;
  line-height: 1.3;
  position: relative;
  transition: 0.8s;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
}

header .topHeader .social a:after,
header .topHeader .social a:before {
  position: absolute;
  width: 100%;
  right: 0;
  margin: auto;
  content: "";
  height: 100%;
  left: 0;
}

header .topHeader .social a:before {
  border: 1px solid #fff;
  transform: rotate(45deg) scale(0);
  -webkit-transform: rotate(45deg) scale(0);
  -moz-transform: rotate(45deg) scale(0);
  -ms-transform: rotate(45deg) scale(0);
  -o-transform: rotate(45deg) scale(0);
  transition: 0.8s;
}

header .topHeader .social a:after {
  border: 5px solid #fff;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  transform: rotate(45deg) scale(0);
  -webkit-transform: rotate(45deg) scale(0);
  -moz-transform: rotate(45deg) scale(0);
  -ms-transform: rotate(45deg) scale(0);
  -o-transform: rotate(45deg) scale(0);
}

header .topHeader .social a:hover {
  color: #fff;
}

header .topHeader .social a:hover:before {
  transform: rotate(45deg) scale(1);
  -webkit-transform: rotate(45deg) scale(1);
  -moz-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  -o-transform: rotate(45deg) scale(1);
}

header .topHeader .social a:hover:after {
  transform: rotate(45deg) scale(1.2);
  -webkit-transform: rotate(45deg) scale(1.2);
  -moz-transform: rotate(45deg) scale(1.2);
  -ms-transform: rotate(45deg) scale(1.2);
  -o-transform: rotate(45deg) scale(1.2);
  opacity: 0;
}

header .topHeader:after {
  clear: both;
  display: table;
  content: "";
}

/* header .btm {
 padding-top: 15px
} */

header .btm:after {
  clear: both;
  display: table;
  content: "";
}

header nav.menu {
  position: relative;
}

header nav.menu>ul>li {
  float: left;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

header nav.menu>ul>li>a {
  position: relative;
  display: block;
  overflow: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header nav.menu>ul>li.hasChild>a>span:before,
header nav.menu>ul>li>a>span {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}

header nav.menu>ul>li>a>span {
  position: relative;
  font-size: 10.5pt;
  /* padding: 9px 24px 17px; */
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  display: block;
  color: #4d4d4d;
  z-index: 1;
  transition: 0.8s;
}

header nav.menu>ul>li>a span.ink.animate {
  position: absolute;
  padding: 0;
}

header nav.menu>ul>li>a span.ink.animate:before {
  display: none;
}

header nav.menu ul {
  gap: 4rem;
}

/* header nav.menu ul li span {
 padding-bottom: 1.5rem;
} */

/* header nav.menu>ul>li:first-child>a>span {
 padding: 9px 24px 17px 0
} */

header nav.menu>ul>li:last-child>a>span {
  padding-right: 0;
}

header nav.menu>ul>li:hover>a span {
  color: #00a4b3;
}

header nav.menu>ul>li.hasChild>a>span:before {
  font-size: 17pt;
  font-family: "Material Design Icons";
  content: "";
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-top: 3px solid #4d4d4d;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transition: 0.8s;
  width: 3px;
  line-height: 1;
}

header nav.menu>ul>li.hasChild .menuIn {
  width: 335px;
  position: absolute;
  right: -150px;
  background: #00a4b3;
  -webkit-box-shadow: 0 20px 25px 0 rgba(0, 1, 1, 0.3);
  -moz-box-shadow: 0 20px 25px 0 rgba(0, 1, 1, 0.3);
  box-shadow: 0 20px 25px 0 rgba(0, 1, 1, 0.3);
  padding-bottom: 20px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  visibility: hidden;
  opacity: 0;
}

header nav.menu>ul>li.hasChild .menuIn>a {
  background: #008c98;
  color: #fff;
  padding: 5px 18px;
  display: block;
  font-size: 17pt;
}

header nav.menu>ul>li.hasChild .menuIn>a i {
  line-height: 1;
  font-size: 25pt;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}

header nav.menu>ul>li.hasChild .menuIn>ul>li.hth a {
  color: #4d4d4d;
}

header nav.menu>ul>li.hasChild .menuIn>ul>li.hth a:before {
  width: 100%;
}

header nav.menu>ul>li.hasChild .menuIn>ul>li>a {
  padding: 6px 50px;
  display: block;
  color: #fff;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  position: relative;
  overflow: hidden;
  width: 335px;
}

header nav.menu>ul>li.hasChild .menuIn>ul>li>a:before {
  content: "";
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #f5f5f5;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}

header nav.menu>ul>li.hasChild .menuIn>ul>li>a:after {
  content: "\f104";
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 16pt;
  font-family: "FontAwesome";
}

header nav.menu>ul>li.hasChild .menuIn>ul>li:hover a {
  color: #4d4d4d;
}

header nav.menu>ul>li.hasChild .menuIn>ul>li:hover a:before {
  width: 100%;
}

header nav.menu>ul>li.hasChild .menuIn>ul>li>ul {
  top: 0;
  right: -335px;
  width: 335px;
  background: #f5f5f5;
  position: absolute;
  padding: 10px 12.5px 0;
  display: none;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

header .basketDiv,
header .basket_top {
  position: relative;
}

header .search,
header nav.menu>ul>li.hasChild .menuIn>ul>li>ul>li>a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

header nav.menu>ul>li.hasChild .menuIn>ul>li>ul>li>a {
  color: grey;
  font-size: 9.5pt;
  padding: 8px 50px;
  display: block;
  transition: 0.5s;
}

header nav.menu .active-menu>a i,
header nav.menu .active-menu>a>span,
header nav.menu>ul>li.hasChild .menuIn>ul>li>ul>li>a:hover {
  color: #00a4b3;
}

header nav.menu>ul>li.hasChild .menuIn>ul>li:hover>ul {
  display: block;
}

header nav.menu>ul>li.hasChild .menuIn:after {
  clear: both;
  display: table;
  content: "";
}

/* header nav.menu>ul>li.hasChild:hover>a>span:before {
  border: 0;
  content: "\f107";
  color: #00a4b3;
  line-height: 1;
  text-align: center;
  width: auto;
  bottom: 0;
  font-family: "FontAwesome";
} */

.menuResize .links,
header .basket_top a {
  text-align: -moz-left;
  text-align: -webkit-left;
}

header nav.menu>ul>li.hasChild:hover .menuIn {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  visibility: visible;
  opacity: 1;
}

header nav.menu>ul>li:first-child .menuIn,
header nav.menu>ul>li:nth-child(2) .menuIn,
header nav.menu>ul>li:nth-child(3) .menuIn {
  left: 20px;
  right: -150px;
  top: 3.5rem;
}

header nav.menu>ul>li:hover .megaMenu {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
  z-index: 1000000;
}

.menu ul::after {
  content: none !important;
}

header .logo {
  margin-top: 15px;
}

header .logo img {
  height: 60px;
}

header .basketDiv {
  margin-left: 100px;
  margin-top: -8px;
}

header .basket_top:after,
header .basket_top:before {
  width: 1px;
  height: 25px;
  position: absolute;
  top: 13px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9', endColorstr='#d9d9d9', GradientType=0);
  content: "";
}

header .basket_top:before {
  right: 0;
  background: rgba(217, 217, 217, 0.5);
  background: -moz-linear-gradient(top,
      rgba(217, 217, 217, 0.5) 0,
      rgba(217, 217, 217, 0.75) 25%,
      #d9d9d9 50%,
      rgba(217, 217, 217, 0.75) 75%,
      rgba(217, 217, 217, 0.5) 100%);
  background: -webkit-gradient(left top,
      left bottom,
      color-stop(0, rgba(217, 217, 217, 0.5)),
      color-stop(25%, rgba(217, 217, 217, 0.75)),
      color-stop(50%, #d9d9d9),
      color-stop(75%, rgba(217, 217, 217, 0.75)),
      color-stop(100%, rgba(217, 217, 217, 0.5)));
  background: -webkit-linear-gradient(top,
      rgba(217, 217, 217, 0.5) 0,
      rgba(217, 217, 217, 0.75) 25%,
      #d9d9d9 50%,
      rgba(217, 217, 217, 0.75) 75%,
      rgba(217, 217, 217, 0.5) 100%);
  background: -o-linear-gradient(top,
      rgba(217, 217, 217, 0.5) 0,
      rgba(217, 217, 217, 0.75) 25%,
      #d9d9d9 50%,
      rgba(217, 217, 217, 0.75) 75%,
      rgba(217, 217, 217, 0.5) 100%);
  background: -ms-linear-gradient(top,
      rgba(217, 217, 217, 0.5) 0,
      rgba(217, 217, 217, 0.75) 25%,
      #d9d9d9 50%,
      rgba(217, 217, 217, 0.75) 75%,
      rgba(217, 217, 217, 0.5) 100%);
  background: linear-gradient(to bottom,
      rgba(217, 217, 217, 0.5) 0,
      rgba(217, 217, 217, 0.75) 25%,
      #d9d9d9 50%,
      rgba(217, 217, 217, 0.75) 75%,
      rgba(217, 217, 217, 0.5) 100%);
}

header .basket_top:after {
  left: 0;
  background: rgba(217, 217, 217, 0.5);
  background: -moz-linear-gradient(top,
      rgba(217, 217, 217, 0.5) 0,
      rgba(217, 217, 217, 0.75) 25%,
      #d9d9d9 50%,
      rgba(217, 217, 217, 0.75) 75%,
      rgba(217, 217, 217, 0.5) 100%);
  background: -webkit-gradient(left top,
      left bottom,
      color-stop(0, rgba(217, 217, 217, 0.5)),
      color-stop(25%, rgba(217, 217, 217, 0.75)),
      color-stop(50%, #d9d9d9),
      color-stop(75%, rgba(217, 217, 217, 0.75)),
      color-stop(100%, rgba(217, 217, 217, 0.5)));
  background: -webkit-linear-gradient(top,
      rgba(217, 217, 217, 0.5) 0,
      rgba(217, 217, 217, 0.75) 25%,
      #d9d9d9 50%,
      rgba(217, 217, 217, 0.75) 75%,
      rgba(217, 217, 217, 0.5) 100%);
  background: -o-linear-gradient(top,
      rgba(217, 217, 217, 0.5) 0,
      rgba(217, 217, 217, 0.75) 25%,
      #d9d9d9 50%,
      rgba(217, 217, 217, 0.75) 75%,
      rgba(217, 217, 217, 0.5) 100%);
  background: -ms-linear-gradient(top,
      rgba(217, 217, 217, 0.5) 0,
      rgba(217, 217, 217, 0.75) 25%,
      #d9d9d9 50%,
      rgba(217, 217, 217, 0.75) 75%,
      rgba(217, 217, 217, 0.5) 100%);
  background: linear-gradient(to bottom,
      rgba(217, 217, 217, 0.5) 0,
      rgba(217, 217, 217, 0.75) 25%,
      #d9d9d9 50%,
      rgba(217, 217, 217, 0.75) 75%,
      rgba(217, 217, 217, 0.5) 100%);
}

header .basket_top a {
  display: block;
  direction: rtl;
  text-align: left;
  color: grey;
  -webkit-transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
  -ms-transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
  transition: all linear 0.4s;
  padding: 0 10px;
}

header .basket_top a i {
  font-size: 17pt;
  display: inline-block;
  vertical-align: middle;
  color: #588c23;
}

header .basket_top a label {
  font-size: 11pt;
  display: inline-block;
  vertical-align: middle;
  color: grey;
  -webkit-transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
  -ms-transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
  transition: all linear 0.4s;
}

header .basketDiv.fixed {
  position: fixed;
  right: 0;
  top: 5px;
  z-index: 1000000;
}

header .basketDiv.fixed .basket_top {
  border-left: 0;
  margin-top: 7px;
}

header .search {
  margin-right: 100px;
  width: 298px;
  overflow: hidden;
  z-index: 100;
  transition: 0.5s;
  position: relative;
  height: 35px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  border-radius: 30px;
  top: 0;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
}

header .search:before {
  content: "";
  width: 0;
  height: 100%;
  background-color: #00a4b3;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  right: 0;
  top: 0;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  border-radius: 30px;
}

header .search .input-field input,
header .search .input-field label {
  font-size: 8pt;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  color: #4d4d4d;
}

header .search .input-field {
  width: 260px;
  float: right;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  height: 35px;
}

header .search .input-field input {
  background-color: transparent;
  padding: 0;
  margin: 0;
  height: 35px;
  text-indent: 20px;
  transition: 0.8s;
  position: relative;
  z-index: 2;
}

header .search .input-field label {
  top: 8px;
  left: 20px;
  transition: 0.8s;
  z-index: 1;
}

header .search .input-field label.active {
  opacity: 0;
}

header .search .magnify {
  border: 0;
  background: 0 0;
  font-size: 17pt;
  line-height: 1;
  padding: 0;
  z-index: 1;
  position: absolute;
  right: 10px;
  top: 7px;
  color: #4d4d4d;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

header .currency ul,
header .lang ul {
  background: #fff;
  padding: 5px 0;
  z-index: 10;
  left: 0;
}

header .currency .currencyIn:before,
header .lang .current:before {
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  top: 12px;
  content: "";
}

header .lang .current,
header .lang .current:before {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

header .search:after {
  clear: both;
  display: table;
  content: "";
}

header .search.open {
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1),
    0 25px 10px -15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1),
    0 25px 10px -15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1),
    0 25px 10px -15px rgba(0, 0, 0, 0.2);
}

header .search.open:before {
  width: 100%;
}

header .search.open .input-field input,
header .search.open .input-field label,
header .search.open .magnify {
  color: #fff;
}

header .lang .current,
header .lang ul li a {
  color: #4d4d4d;
  font-size: 9pt;
}

header .lang {
  position: relative;
}

header .lang .current {
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}

header .lang .current:before {
  border-top: 3px solid #4d4d4d;
  position: absolute;
  right: -10px;
  transition: 0.5s;
}

.other .search,
header .currency .currencyIn:before {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

header .lang .current img {
  border-radius: 3pt;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

header .lang .current.down:before,
header .lang .current:hover:before {
  border-top-color: #00a4b3;
}

header .lang ul {
  display: none;
  width: 90px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  border-top: 1px dotted #a6a6a6;
  position: absolute;
  right: 0;
  margin: 2px auto 0;
}

header .lang ul li a img {
  width: 24px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

header .lang ul li a:hover {
  color: #00a4b3;
}

header .currency {
  position: relative;
}

header .currency .currencyIn {
  color: #4d4d4d;
  font-size: 9pt;
  position: relative;
  cursor: pointer;
}

header .currency .currencyIn:before {
  border-top: 3px solid #4d4d4d;
  position: absolute;
  right: -10px;
  transition: 0.5s;
}

header .currency .currencyIn span:last-child {
  color: #00a4b3;
  margin-left: 7px;
}

header .currency .currencyIn span:last-child i {
  font-style: normal;
  margin-right: 2px;
}

header .currency .currencyIn.down:before {
  border-top-color: #00a4b3;
}

header .currency ul {
  display: none;
  width: 120px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  border-top: 1px dotted #a6a6a6;
  position: absolute;
  right: 0;
  margin: 2px auto 0;
}

header .currency ul li {
  padding: 0 20px;
}

header .currency ul li a {
  color: #4d4d4d;
  font-size: 9pt;
  display: block;
}

header .currency ul li a i {
  float: right;
  font-style: normal;
}

header .currency ul li a:hover {
  color: #00a4b3;
}

header:after {
  clear: both;
  display: table;
  content: "";
}


.register-btn,
.log-btn {
  font-weight: 500;
  transition: 0.25s ease-in;
}

.search-btn {
  font-size: 2rem;
  color: rgb(var(--turquoise)) !important;
}

.search-btn i {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgb(var(--turquoise), .2);
  border-radius: 50%;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgb(var(--turquoise), .2);
}

.log-btn {
  color: white !important;
  background-color: rgb(var(--turquoise));
  border-radius: 0.5rem;
  padding: 1rem 3rem;
}

.register-btn {
  background-color: rgb(var(--turquoise), .2);
  margin-right: -0.75rem;
  -webkit-margin-right: -0.75rem;
  border-radius: 0.5rem;
  color: rgb(var(--turquoise)) !important;
  padding: 0.9rem 1.8rem;
  border: 1px solid rgb(var(--turquoise), .2);
}

.register-btn:hover {
  background-color: rgb(var(--turquoise), .6);
  color: #ffff !important;
  -webkit-background-color: rgb(10, 120, 195, 0.6);
  -webkit-color: #ffff !important;
}

.log-btn:hover {
  background-color: rgba(var(--turquoise), .8) !important;
}

.menuMobile,
header .btm.menufix .col-sm-3,
header .btm.menufix .currency,
header .btm.menufix .lang,
header .btm.menufix .search {
  display: none;
}

header .btm.menufix {
  position: fixed !important;
  width: 100% !important;
  margin: 0 !important;
  z-index: 100000;
  top: 0;
  right: 0;
  animation: 0.5s ease 27ms normal both 1 running header-anim;
  -webkit-animation: 0.5s ease 27ms normal both 1 running header-anim;
  -moz-animation: 0.5s ease 27ms normal both 1 running header-anim;
  -ms-animation: 0.5s ease 27ms normal both 1 running header-anim;
  -o-animation: 0.5s ease 27ms normal both 1 running header-anim;
  -webkit-transition: 0.5s ease-in-out 0;
  -moz-transition: 0.5s ease-in-out 0;
  -ms-transition: 0.5s ease-in-out 0;
  -o-transition: 0.5s ease-in-out 0;
  transition: 0.5s ease-in-out 0;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  padding-top: 0;
}

header .btm.menufix .col-sm-9 {
  width: 100%;
}

.menuMobile {
  position: relative;
  height: 30px;
  background-color: #c8cbcc;
}

.css-script-ads {
  padding-left: 240px;
  margin: 0;
}

.scroll-menu {
  max-height: 675px;
  overflow: hidden;
  overflow-y: auto;
}

.menuResize {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  max-height: 880px;
  width: 240px;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.menuResize .links,
.other {
  z-index: 1;
  list-style: none;
}

.menuResize * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#menuTrigger:checked~.menuResize {
  pointer-events: auto;
  background: #008c98;
  height: 100vh;
}

#menuTrigger:checked~.menu h3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#menuTrigger:checked~.menuResize .heade-featurer-resize,
#menuTrigger:checked~.menuResize .link,
#menuTrigger:checked~.menuResize .search-resize,
#menuTrigger:checked~.menuResize .top {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.menuResize .links {
  position: relative;
  color: #fff;
  margin: 65px 0 5px;
  direction: rtl;
  padding-bottom: 0;
  text-align: left;
}

.menuResize .heade-featurer-resize,
.menuResize .search-resize,
.menuResize .top {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}

.menuResize .link {
  font-size: 9pt;
  line-height: 1;
  margin: 0;
  padding: 0;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}

.menuResize .link:nth-child(1) {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.menuResize .link:nth-child(2) {
  -webkit-transform: translate3d(-200%, 0, 0);
  transform: translate3d(-200%, 0, 0);
}

.menuResize .link:nth-child(3) {
  -webkit-transform: translate3d(-300%, 0, 0);
  transform: translate3d(-300%, 0, 0);
}

.menuResize .link:nth-child(4) {
  -webkit-transform: translate3d(-400%, 0, 0);
  transform: translate3d(-400%, 0, 0);
}

.menuResize .link:nth-child(5) {
  -webkit-transform: translate3d(-500%, 0, 0);
  transform: translate3d(-500%, 0, 0);
}

.menuResize .link:nth-child(6) {
  -webkit-transform: translate3d(-600%, 0, 0);
  transform: translate3d(-600%, 0, 0);
}

.menuResize .link:nth-child(7) {
  -webkit-transform: translate3d(-700%, 0, 0);
  transform: translate3d(-700%, 0, 0);
}

.menuResize .link:nth-child(8) {
  -webkit-transform: translate3d(-800%, 0, 0);
  transform: translate3d(-800%, 0, 0);
}

.menuResize .link:nth-child(9) {
  -webkit-transform: translate3d(-900%, 0, 0);
  transform: translate3d(-900%, 0, 0);
}

.menuResize .link:nth-child(10) {
  -webkit-transform: translate3d(-1000%, 0, 0);
  transform: translate3d(-1000%, 0, 0);
}

.menuResize .link:nth-child(11) {
  -webkit-transform: translate3d(-1100%, 0, 0);
  transform: translate3d(-1100%, 0, 0);
}

.menuResize .heade-featurer-resize {
  -webkit-transform: translate3d(-1200%, 0, 0);
  transform: translate3d(-1200%, 0, 0);
}

.menuResize .top {
  -webkit-transform: translate3d(-1100%, 0, 0);
  transform: translate3d(-1100%, 0, 0);
}

.menuResize .link a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #fff;
  text-align: right;
}

#menuTrigger:checked~.trigger .line:nth-child(2),
.menu2,
ul.links li.have-sub ul {
  display: none;
}

.menu2 .scroll-menu .links li {
  margin-bottom: 2rem;
}

.menuResize .link>a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.trigger {
  background: 0 0;
  /* position: absolute; */
  top: 0;
  left: 15px;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-property: -webkit-transform, box-shadow;
  transition-property: transform, box-shadow;
  -webkit-transform: translateX(0);
  z-index: 111111111111111111111111111 !important;
}

.trigger {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgb(var(--turquoise), .2);
  border-radius: 50%;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgb(var(--turquoise), .2);
}

.trigger .line {
  position: absolute;
  right: 50%;
  background: #00a4b3;
  height: 2px;
  width: 18.67px;
  -webkit-transform: translate3d(50%, -50%, 0);
  transform: translate3d(50%, -50%, 0);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  border: 0 !important;
}

.trigger .line:nth-child(1) {
  top: 35%;

}

.trigger .line:nth-child(2) {
  top: 50%;

}

.trigger .line:nth-child(3) {
  top: 65%;

}

.trigger_open {
  transform: translateX(16rem);
  color: #fff !;
  background-color: unset !important;
  border: unset !important;
}

.trigger_open .line {
  background-color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  right: 0;


}

.trigger_open .line:nth-child(1) {
  top: 1rem !important;
  -ms-transform: rotate(130deg);
  -webkit-transform: rotate(130deg);
  transform: rotate(130deg);
  margin: auto;
}

.trigger_open .line:nth-child(2) {
  display: none;
}

.trigger_open .line:nth-child(3) {
  top: 1rem !important;
  -ms-transform: rotate(-130deg);
  -webkit-transform: rotate(-130deg);
  transform: rotate(-130deg);
  margin: auto;
}

.trigger:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: box-shadow 0.2s 0.4s ease-in-out;
  transition: box-shadow 0.2s 0.4s ease-in-out;
}



#menuTrigger:checked~.trigger {
  -webkit-transform: translate3d(180px, 0, 0);
  box-shadow: 0 0 0 880px #008c98;
  background: red;

}

#menuTrigger:checked~.trigger:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}


#menuTrigger:checked~.menuResize .scroll1 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#menuTrigger {
  position: fixed;
  top: 0;
  left: -20px;
}

ul.links li.have-sub ul li a {
  padding: 10px 25px;
}

.have-sub>a:after {
  color: #fff;
  content: "+";
  font-size: 16pt;
  vertical-align: middle;
  padding-right: 13px;
  position: absolute;
  left: 8px;
}

.other,
.other .search {
  position: relative;
  overflow: hidden;
}

.open-li>a:after {
  content: "-" !important;
}

ul.links li.have-sub ul>li a:before {
  content: "-";
  margin-left: 5px;
}

.menuResize .active>a {
  background-color: rgba(255, 255, 255, 0.1);
}


#menuTrigger:checked~.menuResize .other>* {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel {
  height: auto;
}

#carousel .carousel-inner {
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

#carousel .carousel-inner .item {
  height: 100% !important;
}

#carousel .carousel-inner .item img {
  height: 100% !important;
}

.carousel-control {
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 8px 13px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 8px 13px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 8px 13px 5px 0 rgba(0, 0, 0, 0.3);
  background-image: none !important;
  background-color: rgba(255, 255, 255, 0.9);
  text-shadow: none;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  opacity: 1;
  -webkit-transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
  -ms-transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
  transition: all linear 0.4s;
  color: #4d4d4d;
  bottom: 0 !important;
  top: auto !important;
}

.carousel-control:before {
  font-family: "FontAwesome";
  font-size: 20pt;
}

.carousel-control:focus,
.carousel-control:hover {
  background-color: rgba(0, 255, 255, 0.9);
  color: #000;
}

#carousel {
  background-color: teal;
  overflow: hidden;
  z-index: 1;
  border-radius: 2rem;
}

.slider-back {
  width: 100%;
  background-color: rgba(var(--turquoise), .5);
  position: relative;
  overflow: hidden;
}

.slide-animation {
  width: 65%;
  margin: 0 auto;
}

.slide-animation::before {
  content: "";
  background-image: url("../img/3-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(100vw / 3.3);
  height: calc(100vw / 3.6);
  display: block;
  position: absolute;
  left: -20.6%;
  top: 50%;
  transform: translateY(-50%);
  /*filter: invert(50%) sepia(100%) saturate(200%) hue-rotate(150deg) brightness(87%) contrast(100%);*/
}

.slide-animation2::before {
  content: "";
  background-image: url("../img/3-2.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(100vw / 6.5);
  height: calc(100vw / 6.5);
  display: block;
  position: absolute;
  left: calc((100vw / 6) - 6.5%);
  transform: translateY(50%);
  animation: rotate-right 30s linear infinite;
  animation-direction: normal;
  animation-direction: normal;
  animation-direction: normal;
  top: 28.8%;
  z-index: 11;
  animation-direction: unset !important;
  /*filter: invert(70%) sepia(200%) saturate(200%) hue-rotate(160deg) brightness(50%) contrast(300%) drop-shadow(0 0 10px #fffa);*/
}

.slide-animation2::after {
  content: "";
  background-image: url("../img/1-2.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(60vw / 6.9);
  height: calc(60vw / 6.9);
  right: calc(100vw / 9.6);
  top: 65%;
  display: block;
  position: absolute;
  z-index: 1;
  animation: rotate-right 30s linear infinite;
  /*filter: invert(100%) sepia(200%) saturate(200%) hue-rotate(110deg) brightness(300%) contrast(400%) drop-shadow(0 0 10px #0007);*/
}

.slide-animation::after {
  content: "";
  background-image: url("../img/1-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 83%;
  height: 64%;
  right: -69%;
  top: 45%;
  display: block;
  position: absolute;
  /*filter: invert(50%) sepia(100%) saturate(200%) hue-rotate(110deg) brightness(100%) contrast(100%);*/

}

.slide-animation {
  position: relative;
}

@keyframes rotate-right {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.carousel-control.left {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  left: 0;
  -webkit-box-shadow: -8px 13px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -8px 13px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: -8px 13px 5px 0 rgba(0, 0, 0, 0.3);
}

.carousel-control.left:before {
  content: "\f104" !important;
  /* right: 50%;
 top: 50%; */
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  text-align: center;
  position: absolute;
}

.carousel-control.right {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  right: 0;
  left: inherit;
}

.carousel-control.right:before {
  content: "\f105";
  position: absolute;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
  overflow: hidden;
}

.slider1 .item.active img {
  transition: transform 5s linear 0s;
  transform: scale(1.2, 1.2);
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
  position: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-indicators li {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 0;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #fff;
  background: #fff;
  -webkit-transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
  -ms-transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
  transition: all linear 0.4s;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 1, 1, 0.5);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 1, 1, 0.5);
  box-shadow: 0 0 2px 0 rgba(0, 1, 1, 0.5);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  float: right;
}

.categoryList .catItem,
.categoryList .catItem img {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}

.categoryList .row {
  margin-top: 20rem !important;
}

.carousel-indicators li:hover {
  background-color: #00a4b3;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 1, 1, 0.3);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 1, 1, 0.3);
  box-shadow: 0 1px 5px 0 rgba(0, 1, 1, 0.3);
}

.carousel-indicators li.active {
  background-color: #00a4b3;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 1, 1, 0.3);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 1, 1, 0.3);
  box-shadow: 0 1px 5px 0 rgba(0, 1, 1, 0.3);
  margin: 5px 0;
}

@media all and (transform-3d),
(-webkit-transform-3d) {

  .carousel-fade .carousel-inner>.item.active.left,
  .carousel-fade .carousel-inner>.item.active.right,
  .carousel-fade .carousel-inner>.item.next,
  .carousel-fade .carousel-inner>.item.prev {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner>.item.active,
  .carousel-fade .carousel-inner>.item.next.left,
  .carousel-fade .carousel-inner>.item.prev.right {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-indicators {
  /* position: absolute; */
  z-index: 15;
  list-style: none;
  text-align: right;
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  position: inherit !important;
  left: 0 !important;
}

.control-box {
  right: 50%;
  width: 30rem;
  bottom: 2rem;
  transform: translateX(50%);
  z-index: 111;
}

.control-box div {
  direction: rtl;
}

.title {
  margin-bottom: 15px;
}

.title h1 {
  color: #4d4d4d;
  display: inline-block;
  font-size: 20pt;
  border-bottom: 2px solid #00a4b3;
  min-width: 470px;
  clear: both;
  line-height: 1.2;
  padding-bottom: 1rem;
}

.title span {
  color: #b3b3b3;
  display: block;
  font-size: 11pt;
}

.categories .categoreisIn:after,
.categories:after,
.categoryList .catItem:after,
.categoryList:after,
.title:after {
  clear: both;
  display: table;
  content: "";
}

.categories {
  padding: 40px 0;
  position: relative;
  /*margin-bottom: 85px;*/
}


.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 0 !important;
}

.categories .categoreisIn {
  background: url(../img/bg1.jpg) center no-repeat;
  min-height: 625px;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}

.categories .categoreisIn .row {
  margin: 0 -5px;
}

.categories .categoreisIn .row>div {
  padding: 0 5px;
}

.categoryList {
  margin-bottom: 40px;
}

.categoryList .catItem {
  background: #fff;
  padding: 3px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 1, 1, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 1, 1, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 1, 1, 0.3);
  cursor: pointer;
  transition: 0.8s;
}

.categoryList .catItem img {
  width: 100%;
  /*height: 181px;*/
  transition: 0.8s;
}

.categoryList .catItem figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
}

.categoryList .catItem figcaption a {
  overflow: hidden;
  background: rgba(var(--turquoise), 0.7);
  font-size: 12pt;
  padding: 8px 15px;
  position: absolute;
  left: -3px;
  bottom: 10%;
  color: black;
  font-weight: bold;
}

.grades .catTitle img {
  width: 8rem !important;
  max-width: 8rem !important;
}

.categoryList .catItem:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.categoryList .catItem:hover figcaption a {
  padding-top: 78px;
  padding-bottom: 78px;
  bottom: -26px;
}

.banners a {
  display: block;
  box-shadow: 0 0 10px 0 rgba(0, 1, 1, 0.3);
  border: 3px solid #fff;
  overflow: hidden;
  position: relative;
}

.banners a img {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  width: 100%;
}

.banners a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  content: "";
  -webkit-transition: transform 0.8s;
  -moz-transition: transform 0.8s;
  -ms-transition: transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transform: scale3d(2.3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  -webkit-transform: scale3d(2.3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  -moz-transform: scale3d(2.3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  -ms-transform: scale3d(2.3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  -o-transform: scale3d(2.3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  z-index: 1;
}

.banners a:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.banners a:hover:before {
  transform: scale3d(2.3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
  -webkit-transform: scale3d(2.3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
  -moz-transform: scale3d(2.3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
  -ms-transform: scale3d(2.3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
  -o-transform: scale3d(2.3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
}

.banners .row {
  margin-bottom: 0;
}

@media only screen and (max-width: 1260px) {
  .carousel-indicators {
    bottom: 0;
  }

  #carousel {
    display: flex;
    justify-content: center;
  }

}

@media only screen and (max-width: 1220px) {
  header .logo img {
    width: 100%;
    height: 54px;
  }
}

@media only screen and (max-width: 1200px) {
  header nav.menu>ul>li>a>span {
    padding: 9px 15px 17px;
    font-size: 9.5pt;
  }

  header nav.menu>ul>li:first-child>a>span {
    padding: 9px 15px 17px 0;
  }

  header nav.menu>ul>li.hasChild .menuIn,
  header nav.menu>ul>li.hasChild .menuIn>ul>li>a {
    width: 282px;
  }

  header nav.menu>ul>li.hasChild .menuIn>ul>li>ul {
    width: 282px;
    right: -282px;
  }

  header nav.menu>ul>li.hasChild .menuIn>ul>li>ul>li>a {
    padding: 8px 25px;
  }

  header .search {
    margin-right: 50px;
  }

  header .basketDiv {
    margin-left: 50px;
  }

  .categories {
    margin-bottom: 0;
  }

  .categories .categoreisIn {
    min-height: inherit;
  }

  .categoryList .catItem img {
    width: 100%;
  }

  .categoryList .catItem figcaption a {
    font-size: 11pt;
  }

  .categoryList .catItem:hover figcaption a {
    padding-top: 63px;
    padding-bottom: 63px;
  }
}

@media only screen and (max-width: 992px) {
  .trigger {
    display: block !important;
  }

  .btn-box1 {
    display: none;
  }

  .btn-box2 {
    display: block;
  }

  .btn-box2 .log-btn {
    padding: 1rem 2rem;
  }

  header nav.menu {
    display: none;
  }

  header .menu2 {
    display: block;
  }

  header .topHeader .social a {
    margin: 0 5px;
  }

  header .logo {
    margin-top: 0;
  }

  header .search {
    margin-right: 15px;
    width: 220px;
  }

  header .basketDiv {
    margin-left: 30px;
  }

  header .btm {
    padding: 5px 0;
  }

  header .currency,
  header .lang {
    margin-top: 5px;
  }

  header .topHeader {
    padding: 14px 0;
  }

  /* .carousel-indicators,
  header .topHeader .container > * {
    display: none;
  } */

  .categoryList .catItem:hover figcaption a {
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .categoryList {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .categories .categoreisIn {
    background: unset !important;
  }

  .carousel-control,
  header .btm .search {
    display: none;
  }

  header .logo img {
    height: auto;
    width: 130px;
    margin-right: 15px;
  }

  .categories {
    padding: 10px 0;
    margin-bottom: 0;
  }

  .categoryList .catItem,
  .categoryList .catItem img {
    height: auto;
  }

  .categoryList .catItem:hover figcaption a {
    padding: 8px 15px;
    bottom: 10%;
  }

  .carousel-indicators {
    bottom: 0 !important;
  }
}

@media only screen and (max-width: 520px) {

  header .btm .currency,
  header .btm .lang {
    display: none;
  }

  header .other .currency,
  header .other .lang {
    display: block;
  }

  .top_block.basket {
    width: 285px;
  }

  .top_block .content {
    width: 277px;
  }

  .categoryList .catItem figcaption a {
    font-size: 9pt;
  }

  .title strong {
    min-width: inherit;
    font-size: 25pt;
  }

  .title span {
    font-size: 9pt;
  }

  .banners .col-xs-6 {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 420px) {
  .categoryList .catItem figcaption {
    width: 100%;
  }

  .categoryList .catItem figcaption a {
    font-size: 8pt;
    white-space: normal;
    line-height: 1.5;
  }
}

.carousel-inner>.item>img,
.img-responsive {
  width: 100%;
}

.footer {
  width: 100%;
  height: auto;
  padding: 4rem 0;
  margin-top: 8rem;
  color: #ffff;
  font-size: 1.5rem;
  /* background-color: #373A4A; */
  background-image: url(../img/svg/footer.svg);
  background-size: auto;
}

.footer-header {
  padding: 0;
}

.footer-nav {
  width: 40rem;
}

.footer-nav ul {
  list-style: none;
}

.footer-nav ul li a:hover {
  color: #c3c6cf !important;
  transition: all 0.2s linear 0s;
}

.footer-nav ul li a {
  color: #ffff !important;
}

.footer-middle {
  background-color: #ffffff29;
  border-radius: 2rem;
  height: 10rem;
  margin-bottom: 7rem;
}

.addres-phone {
  gap: 2rem;
}

.footer-phone::before {
  content: "";
  border-right: 3px solid white;
  height: 2.5rem;
  padding-left: 2rem;
}

.footer-addres i,
.footer-phone i {
  width: 4.5rem;
  height: 4.5rem;
  background-color: rgb(195 195 195 / 20%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}

.footer-social a {
  background-color: rgb(195 195 195 / 20%);
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s linear !important;
}

.footer-social a img {
  width: 2.5rem;
}

.footer-social a:hover {
  transform: scale(1.1);
  box-shadow: 0 3px 5px -3px black;
}

.teleicon:hover {
  background-color: #0088cc;
}

.instaicon:hover {
  background: linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
}

.aparaticon:hover {
  background-color: #ea1d5d;
}

.baleicon:hover {
  background-image: linear-gradient(45deg, #000cbb, #6fff8c);
}

.footer-social a:hover img {
  transition: all 1s ease-out;
}

.footer-footer-left {
  gap: 2rem;
}

.footer-footer-left img {
  width: 5rem;
  padding: 0.5rem;
  max-width: 75%;
}

.footer-footer-left a {
  width: 7.5rem;
  height: 7.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #717171b3;
  border-radius: 1rem;
}

.copyright img {
  height: 100% !important;
  margin-left: 1rem;
}


.content-title-box img {
  width: 35px;
  height: 35px;
}

.Register span {
  cursor: pointer;
}

.modal-open {
  overflow: hidden !important;
}

.modal-dialog {
  width: 450px;
  margin: 112px auto;
}

.modal-dialog-1 {
  margin: 20px a;
}

.modal-header {
  border-bottom: none;
}

.modal-title {
  text-align: center;
  font-size: 23px;
  font-weight: 500;
}

.user-sub,
.password-sub {
  padding: 6px 21px !important;
  background-color: rgb(var(--turquoise)) !important;
  color: #f3f7fc !important;
  font-size: 14px !important;
}

.user-sub:hover,
.password-sub:hover {
  background-color: rgba(var(--turquoise), .7) !important;
  color: #fff !important;
}

.form-group-ad {
  position: relative !important;
  height: 48px !important;
  margin: 20px 0 10px 0 !important;
}

.form-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 15px;
  border: 1px solid #dadce0;
  border-radius: 5px;
  outline: none;
  padding: 10px;
  background: none;
  z-index: 1;
}

.form-label {
  position: absolute;
  right: 10px;
  top: 9px;
  padding: 0 4px;
  background-color: #fff;
  color: #a9adb1;
  font-size: 15px;
  font-weight: 400;
  height: 11px;
  transition: 0.3s;
}

.form-input:focus+.form-label {
  right: 15px;
  color: rgb(var(--turquoise));
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  background-color: #fff;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
  top: -3px;
  height: 6px;

}

.form-input:not(:placeholder-shown).form-input:not(:focus)+.form-label {
  right: 15px;
  top: -13px;
  font-size: 13px;
  font-weight: 500;
  z-index: 10;
  display: inline-table;
}

.form-input:focus,
.form-test:focus {
  border: 2px solid rgb(var(--turquoise));
  background-color: rgba(var(--turquoise), 0.1);
}

.form-test {
  padding: 7px;
  outline: none;
  border-radius: 5px;
  border: 2px solid #dadce0;
  transition: 0.3s;
}

#password-page {
  display: none;
}

.password-header {
  align-items: center;
  justify-content: center;
  display: flex;
}

.modal-title-1 {
  font-size: 19px;
}

.user-info {
  width: 32%;
}

.user-info:hover {
  box-shadow: 1px;
}

.user-info-item {
  display: flex;
  height: 32px;
  margin-right: 10px;
  align-items: center;
  border: 1px solid #dadce0;
  border-radius: 1.5rem;
  justify-content: space-between;
  padding: 7px;
}

.user-info-item span {
  font-size: 13px;
  padding-right: 2px;
}

.user-info-item img {
  width: 22px;
}

.modal {
  background-color: #fffa;
}

#loginModal,
#searchModal {
  background-color: #fffa;
  /* backdrop-filter: blur(5px); */
  z-index: 11111111 !important;
}

.modal-backdrop {
  background-color: transparent;
}

.modal-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}

.modal-btn a {
  color: rgb(var(--turquoise));
  font-weight: 500;
}

.modal-btn :hover {
  color: rgba(var(--turquoise), .7);
}

/* search */
.search-field {
  width: 50%;
}

.wrapper {
  margin-top: 95px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wrapper .search_box {
  width: 425px;
  background: #fff;
  border-radius: 5px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}

.wrapper .search_box .dropdown {
  width: 150px;
  border-right: 2px solid #dde2f1;
  color: #9fa3b1;
  position: relative;
  cursor: pointer;
}

.wrapper .search_box .dropdown .default_option {
  text-transform: uppercase;
  padding: 13px 15px;
  font-size: 14px;
}

.wrapper .search_box .dropdown ul {
  position: absolute;
  top: 70px;
  left: -10px;
  background: #fff;
  width: 150px;
  border-radius: 5px;
  padding: 20px;
  display: none;
  box-shadow: 8px 8px 6px -10px #b3c6ff;
}

.wrapper .search_box .dropdown ul.active {
  display: block;
}

.wrapper .search_box .dropdown ul li {
  padding-bottom: 20px;
}

.wrapper .search_box .dropdown ul li:last-child {
  padding-bottom: 0;
}

.wrapper .search_box .dropdown ul li:hover {
  color: #6f768d;
}

.wrapper .search_box .search_field {
  width: 100%;
  height: 100%;
  position: relative;
}

.wrapper .search_box .search_field .input {
  width: 100%;
  height: 100%;
  border: 0px;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 38px;
  color: #6f768d;
  border-radius: 4px;
  outline: none;
}

.wrapper .search_box .search_field div {
  position: absolute;
  top: 13px;
  left: 10px;
  font-size: 22px;
  color: #5078ef !important;
  cursor: pointer;
}

.search-details {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 60px;
  border-radius: 4px;
  background-color: #fff;
  padding: 1rem 0;
  width: 100%;
  box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}

.search-details div {
  width: 100%;
}

.scale-out {
  transform: scale(0.9);
  filter: opacity(0);
}

.scale-in {
  transform: scale(1);
  filter: opacity(1);
}

.scale-in,
.scale-out {
  transition: all 0.5s;
}

.form-check {
  margin: 0 10px;
}

.wrapper .search_box .dropdown {
  border: none;
  width: 82px;
}

.search_box .dropdown .header .dropdown-menu .dropdown-item {
  display: block;
  padding: 10px 0;
}

.search_box .dropdown .header .dropdown-menu {
  position: absolute;
  width: 107%;
  top: 119%;
  padding: 10px;
}

.search-details-title {
  padding: 5px 11px;
}

.password-page {
  display: none;
}


:root {
  --turquoise: 0, 164, 179;
}

body.modal-open,
.modal{
  padding-right: 0 !important;
}

.catItem figcaption > a:first-child{
  display: none;
}