

.c-blue {
  color: #63A6DD !important;
}
.c-blue a {
  color: #63A6DD !important;
}
.c-red {
  color: #F53B49 !important;
}
.c-red a {
  color: #F53B49 !important;
}
.c-grey {
  color: #959595 !important;
}
.c-green {
  color: #4CAF50 !important;
}
.c-brand {
  color: #63A6DD !important;
}
.c-brand a {
  color: #63A6DD !important;
}
.bg-white {
  background-color: #fff;
}
.bg-grey {
  background-color: #F2F2F2;
}
html {
  height: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  html {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
body {
  width: 100%;
  min-height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  color: #303030;
  font-family: 'PT Sans', sans-serif;
}
.scrollup {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
  z-index: 999999;
  background: url('../img/gototop.png') no-repeat;
  background-size: 100%;
}
main {
  flex-grow: 1;
  padding-top: 150px;
}
@media screen and (min-width: 1400px) {
  main {
    padding-top: 146px;
  }
}
@media screen and (max-width: 1199px) {
  main {
    padding-top: 60px;
  }
}
header, main, footer {
  flex-shrink: 0;
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1170px;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1170px;
  }
}
@media (min-width: 1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}
.w-40 {
  width: 41.66666667% !important;
}
@media screen and (max-width: 991px) {
  .w-40 {
    width: 100% !important;
  }
}
.w-60 {
  width: 58.33333333% !important;
}
@media screen and (max-width: 991px) {
  .w-60 {
    width: 100% !important;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  border-radius: 50px;
  border: none;
  padding: 20px 40px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.06em;
  box-shadow: none;
  outline: none;
}
@media screen and (max-width: 767px) {
  .btn {
    padding: 15px 25px;
    font-size: 14px;
    line-height: 18px;
    height: 50px;
  }
}
.btn-primary {
  color: #fff;
  background-color: #63A6DD;
  border: none;
  box-shadow: 0px 14px 45px rgba(99, 166, 221, 0.6);
}
.btn-primary:hover {
  color: #fff;
  background-color: #63A6DD;
  border: none;
  box-shadow: none;
}
.btn-primary:active {
  color: #fff;
  background-color: #63A6DD;
  border: none;
  box-shadow: none;
}
.btn-primary:focus {
  color: #fff;
  background-color: #63A6DD;
  border: none;
  box-shadow: none;
}
.btn-secondary {
  color: #63A6DD;
  background-color: transparent;
  border: 2px solid #63A6DD;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #63A6DD;
  border: 2px solid #63A6DD;
}
.btn-secondary:active {
  color: #fff;
  background-color: #63A6DD;
  border: 2px solid #63A6DD;
}
.btn-secondary:focus {
  color: #fff;
  background-color: #63A6DD;
  border: 2px solid #63A6DD;
}
.btn-icon-left img {
  margin-right: 25px;
}
.btn-icon-left svg {
  margin-right: 25px;
}
.btn-icon-left svg path {
  fill: currentColor;
}
.btn-icon-left i {
  margin-right: 25px;
  color: currentColor;
}
@media screen and (max-width: 767px) {
  .btn-icon-left img {
    margin-right: 15px;
  }
  .btn-icon-left svg {
    margin-right: 15px;
  }
  .btn-icon-left svg path {
    fill: currentColor;
  }
  .btn-icon-left i {
    margin-right: 15px;
    color: currentColor;
  }
}
.btn-icon-right img {
  margin-left: 25px;
}
.btn-icon-right svg {
  margin-left: 25px;
}
.btn-icon-right svg path {
  fill: currentColor;
}
.btn-icon-right i {
  margin-left: 25px;
  color: currentColor;
}
@media screen and (max-width: 767px) {
  .btn-icon-right img {
    margin-left: 15px;
  }
  .btn-icon-right svg {
    margin-left: 15px;
  }
  .btn-icon-right svg path {
    fill: currentColor;
  }
  .btn-icon-right i {
    margin-left: 15px;
    color: currentColor;
  }
}
.form-group {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form-group {
    margin-bottom: 15px;
  }
}
.form-control {
  font-family: 'PT Sans', sans-serif;
  height: 60px;
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #303030;
  padding: 20px 35px;
  background: #fff;
  border: none;
  border-radius: 180px;
}
@media screen and (max-width: 767px) {
  .form-control {
    height: 50px;
  }
}
textarea {
  font-family: 'PT Sans', sans-serif;
  height: auto !important;
  border-radius: 20px !important;
}

.form-check {
  margin: 0;
  padding-left: 55px;
  cursor: pointer;
}
.form-check label {
  cursor: pointer;
}
.form-check input {
  cursor: pointer;
}
.form-check .form-check-input[type=checkbox] {
  border-radius: 4px;
}
.form-check .form-check-input {
  margin-left: -55px;
}
.form-check .form-check-input {
  width: 24px;
  height: 24px;
  margin-top: 0;
  border: 1px solid #E9E9E9;
}
.form-check .form-check-input:checked[type=checkbox] {
  background-image: url('../images/form-check.png');
  background-size: auto;
}
.form-check .form-check-input:checked {
  background-color: #fff;
  border-color: #E9E9E9;
}
.form-check .form-check-label {
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #303030;
}
.wpcf7-list-item-label {
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #303030;
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7-spinner {
  width: 24px !important;
  position: absolute;
  top: 18px;
  right: 18px;
}
.quiz-form .form-control {
  background: #F2F2F2;
}
.quiz-form .form-group-radio {
  padding: 15px 30px;
  background: #F2F2F2;
  border-radius: 20px;
}
.quiz-form .form-group-radio label {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #303030;
  opacity: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .quiz-form .form-group-radio label {
    font-size: 14px;
    line-height: 18px;
  }
}
.quiz-form .wpcf7-list-item {
  margin: 0 25px 0 0;
  cursor: pointer;
}
.quiz-form .wpcf7-list-item-label {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #959595;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .quiz-form .wpcf7-list-item-label {
    font-size: 14px;
    line-height: 18px;
  }
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.filter-option-inner-inner {
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #303030;
}
@media screen and (max-width: 767px) {
  .filter-option-inner-inner {
    font-size: 14px;
    line-height: 18px;
  }
}
/*.bootstrap-select > .dropdown-menu {
	max-height: 400px !important;
}*/
.dropdown-menu .inner {
  overflow-x: hidden;
}
.dropdown-menu .inner .dropdown-menu {
  max-height: 270px !important;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #63A6DD;
}
.dropdown-item.selected {
  color: #4CAF50;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
  height: 40px;
  padding: 5px 15px;
  background: #fff;
  border: 1px solid #F2F2F2;
  border-radius: 5px;
}
h1, .h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 47px;
}
@media screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 24px;
    line-height: 31px;
  }
}
h2, .h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 47px;
}
@media screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 24px;
    line-height: 31px;
  }
}
h3, .h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 34px;
}
@media screen and (max-width: 767px) {
  h3, .h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
h4, .h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.05em;
}
ol, ul {
  padding-left: 18px;
}
ol li, ul li {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 10px;
}
ol li::marker, ul li::marker {
  color: #63A6DD;
}
@media screen and (max-width: 767px) {
  ol li, ul li {
    font-size: 16px;
    line-height: 24px;
  }
}
p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
a {
  color: var(--a-color);
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: var(--a-color);
  text-decoration: none;
}
.text-small {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
}
@media screen and (max-width: 767px) {
  .text-small {
    font-size: 14px;
    line-height: 18px;
  }
}
.text-small* {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
}
@media screen and (max-width: 767px) {
  .text-small* {
    font-size: 14px;
    line-height: 18px;
  }
}
.text-tiny {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}
.text-tiny* {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}
.font-bold {
  font-weight: bold;
}
.font-semibold {
  font-weight: 600;
}
.font-medium {
  font-weight: 500;
}
.brand-link {
  color: #63A6DD;
}
.brand-link:hover {
  color: #303030;
}
.mb-65 {
  margin-bottom: 65px !important;
}
@media screen and (max-width: 991px) {
  .mb-65 {
    margin-bottom: 35px !important;
  }
}
.mb-60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 991px) {
  .mb-60 {
    margin-bottom: 40px !important;
  }
}
.mb-50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 991px) {
  .mb-50 {
    margin-bottom: 40px !important;
  }
}
.mb-40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 991px) {
  .mb-40 {
    margin-bottom: 15px !important;
  }
}
.mb-30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 991px) {
  .mb-30 {
    margin-bottom: 15px !important;
  }
}
.mb-20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 991px) {
  .mb-20 {
    margin-bottom: 15px !important;
  }
}
.pe-20 {
  padding-right: 45px !important;
}
@media screen and (max-width: 991px) {
  .pe-20 {
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
  }
}
.pb-30 {
  padding-bottom: 30px !important;
}
@media screen and (max-width: 991px) {
  .pb-30 {
    padding-bottom: 10px !important;
  }
}
.header-wrapper {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #FFFFFF;
  box-shadow: 0px 10px 50px rgba(133, 143, 164, 0.05);
  padding: 0;
  z-index: 10;
}
.header-wrapper a {
  transition: all 0.25s ease-in-out;
}
.header-wrapper a:hover {
  color: #63A6DD;
}
.header-wrapper .top-header {
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.25s ease;
}
.header-wrapper .bottom-header {
  border-top: 1px solid #F7F7F7;
}
@media screen and (min-width: 1200px) {
  .header-wrapper.header-sticky .top-header {
    opacity: 0;
    height: 0;
    visibility: hidden;
    padding: 0;
  }
}
.header-wrapper .left-part {
  display: flex;
  align-items: center;
  width: 100%;
}
.header-wrapper .logo-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 55px;
}
.header-wrapper .logo-block a {
  text-decoration: none;
}
.header-wrapper .logo-block .logo img {
  width: 133px;
  height: auto;
}
.header-wrapper .header-menu {
  margin-right: 40px;
  min-width: 160px;
}
.header-wrapper .header-menu:last-child {
  margin-right: 0;
}
.header-wrapper .header-menu .menu {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-wrapper .header-menu .menu li {
  width: 100%;
  margin: 0 0 3px;
}
.header-wrapper .header-menu .menu li:last-child {
  margin-bottom: 0;
}
.header-wrapper .header-menu .menu li a {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-decoration-line: underline;
  color: #303030;
  text-align: left;
  justify-content: flex-start;
}
.header-wrapper .header-menu .menu li a:hover {
  color: #63A6DD;
}
.header-wrapper .contacts {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
  text-align: right;
}
.header-wrapper .contacts a {
  width: 50%;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  color: #303030;
  text-decoration: none;
  margin-bottom: 6px;
  display: flex;
  justify-content: flex-end;
}
.header-wrapper .contacts a:hover {
  color: #63A6DD;
  text-decoration: underline;
}
.header-wrapper .contacts a:last-child {
  margin-bottom: 0;
}
.header-wrapper .contacts a:nth-child(3) {
  margin-bottom: 0;
}
.header-wrapper .contacts.main-contacts {
  flex-direction: column;
}
.header-wrapper .contacts.main-contacts a {
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 1399px) {
  .header-wrapper .logo-block {
    margin-right: 25px;
  }
  .header-wrapper .logo-block .logo img {
    width: 113px;
    height: auto;
  } 
  .header-wrapper .header-menu {
    margin-right: 10px;
  }
  .header-wrapper .header-menu .menu li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1199px) {
  .header-wrapper {
    height: auto;
  }
  .header-wrapper .bottom-header {
    border-top: none;
  }
  .header-wrapper .top-header {
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
  }
  .header-wrapper .left-part {
    padding: 9px 0;
  }
  .header-wrapper .logo-block img {
    width: 105px;
    height: auto;
    max-height: 100%;
  }
  .header-wrapper .contacts {
    height: 100%;
    justify-content: center;
  }
  .header-wrapper .contacts a {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 3px;
  }
  .header-wrapper .contacts a:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 320px) {
  .header-wrapper .contacts {
    padding-right: 5px;
  }
  .header-wrapper .contacts a {
    font-size: 10px;
    line-height: 14px;
  }
}
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.toggle-button {
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  transition: 0.25s;
  border-left: 1px solid #F2F2F2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.toggle-button:hover {
  cursor: pointer;
}
.toggle-button .menu-bar {
  border-radius: 1px;
  width: 24px;
  height: 2px;
  transition: 0.5s;
  background-color: #63A6DD;
  margin-bottom: 6px;
}
.toggle-button .menu-bar-bottom {
  margin-bottom: 0;
}
.button-open {
  width: 60px;
  height: 60px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 11;
}
.button-open .menu-bar {
  width: 35px;
}
.button-open .menu-bar-top {
  transform: rotate(45deg) translate(5px, 5px);
  transition: 0.5s;
}
.button-open .menu-bar-middle {
  transform: translate(230px);
  transition: 0.1s ease-in;
  opacity: 0;
}
.button-open .menu-bar-bottom {
  transform: rotate(-45deg) translate(6px, -7px);
  transition: 0.5s;
}

.menu_cm li {
	white-space: nowrap;
} 

@media (min-width: 1200px) {
  .menu-sidebar .menu li {
    padding: 20px 0;
  }
  .menu {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .menu li {
    margin: 0 10px;
    position: relative;
  }
  .menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #303030;
    text-decoration: none;
    position: relative;
    transition: all 0.25s ease;
    text-align: center;
  }
  .menu li a:hover {
    color: #63A6DD;
    text-decoration: none;
  }
  .menu li .sub-menu {
    position: absolute;
    top: 100%;
    left: -30px;
    visibility: hidden;
    opacity: 0;
    height: 0;
    width: auto;
    min-width: 250px;
    background: #FFFFFF;
    box-shadow: 0px 20px 15px rgba(48, 48, 48, 0.1);
    border-radius: 0px 0px 10px 10px;
    padding: 15px 30px;
    list-style: none;
    transition: opacity 0.15s ease, height 0.25s ease, visibility 0.25s ease;
  }
  .menu li .sub-menu li {
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #F2F2F2;
  }
  .menu li .sub-menu li:last-child {
    padding-bottom: 0;
    margin: 0;
    border-bottom: none;
  }
  .menu li .sub-menu li a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #303030;
    text-decoration: none;
    transition: all 0.25s ease;
    text-align: left;
    justify-content: flex-start;
  }
  .menu li .sub-menu li a:hover {
    color: #63A6DD;
    text-decoration: none;
  }
  .menu li.current-menu-item a {
    color: #63A6DD;
  }
  .menu li.current-menu-item a:after {
    color: #63A6DD;
  }
  .menu li.menu-item-has-children > a:after {
    content: "";
    width: 12px;
    height: 9px;
    font-size: 12px;
    line-height: 9px;
    color: #303030;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    transition: all 0.25s ease;
    margin-left: 8px;
    position: relative;
    top: 2px;
  }
  .menu li.menu-item-has-children > a:hover:after {
    color: #63A6DD;
    transform: rotate(180deg);
  }
  .menu li.menu-item-has-children:hover > a {
    color: #63A6DD;
  }
  .menu li.menu-item-has-children:hover > a:after {
    color: #63A6DD;
    transform: rotate(180deg);
  }
  .menu li.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    height: auto;
    visibility: visible;
  }
  .toggle-button {
    display: none;
  }
}
.menu_a {
	color: var(--mob-menu-text) !important;
}  
@media (max-width: 1199px) {
  .menu-wrap {
    background-color: var(--mob-menu-bg);
    position: fixed;
    top: 60px;
    height: calc(100% - 60px);
    width: 100%;
    right: -100%;
    overflow-x: hidden;
    overflow-y: auto;
    transition: 0.25s;
    z-index: 10;
  }
  .menu-show {
    right: 0;
  }
  .menu-sidebar {
    margin: 0;
    padding: 30px 15px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  .menu-sidebar .menu {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .menu-sidebar .menu li {
    margin: 0 0 10px;
    padding: 0;
    width: 50%;
  }
  .menu-sidebar .menu li a {
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    text-decoration: none;
    transition: all 0.25s ease;
  }
  .menu-sidebar .menu li a:after {
    display: none;
  }
  .menu-sidebar .menu li a:hover {
    color: #63A6DD;
  }
  .menu-sidebar .menu li:first-child {
    order: 1;
  }
  .menu-sidebar .menu li:nth-child(2) {
    order: 3;
  }
  .menu-sidebar .menu li:nth-child(3) {
    order: 5;
  }
  .menu-sidebar .menu li:nth-child(4) {
    order: 7;
  }
  .menu-sidebar .menu li:nth-child(5) {
    order: 9;
  }
  .menu-sidebar .menu li:nth-child(6) {
    order: 2;
  }
  .menu-sidebar .menu li:nth-child(7) {
    order: 4;
  }
  .menu-sidebar .menu li:nth-child(8) {
    order: 6;
  }
  .menu-sidebar .menu li:nth-child(9) {
    order: 8;
  }
  .menu-sidebar .menu li:last-child {
    order: 10;
  }
  .menu-sidebar .menu li .sub-menu {
    display: none;
  }
  .menu-sidebar .dop-menu-block-mobile {
    width: 100%;
    margin-bottom: 35px;
  }
  .menu-sidebar .dop-menu-block-mobile .menu {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .menu-sidebar .dop-menu-block-mobile .menu li {
    margin: 0 0 10px;
    padding: 0;
    order: inherit !important;
  }
  .menu-sidebar .dop-menu-block-mobile .menu li:last-child {
    margin-bottom: 0;
  }
  .menu-sidebar .dop-menu-block-mobile .menu li a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-decoration-line: underline;
    color: #fff;
    opacity: 0.7;
  }
  .menu-sidebar .contacts-block {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
  }
  .menu-sidebar .contacts-block .contacts-single-block {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .menu-sidebar .contacts-block .contacts-single-block a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: var(--mob-menu-text);
    text-decoration: none;
    margin-bottom: 15px;
  }
  .menu-sidebar .contacts-block .contacts-single-block a.email {
    font-size: 16px;
    line-height: 21px;
    text-decoration-line: underline;
  }
}
.footer-wrapper {
  background: #003060;
  padding: 65px 0 25px;
}
.footer-wrapper .footer-logo {
  margin-bottom: 20px;
}
.footer-wrapper .footer-logo img {
  width: 160px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .footer-wrapper .second-menu {
    margin-bottom: 30px;
  }
}
.footer-wrapper .second-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  flex-direction: column;
  align-items: flex-start;
}
.footer-wrapper .second-menu ul li {
  margin-bottom: 15px;
}
.footer-wrapper .second-menu ul li a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  opacity: 0.7;
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
}
.footer-wrapper .second-menu ul li a:hover {
  text-decoration: none;
}
.footer-wrapper .second-menu ul li a:hover:after {
  display: none;
}
.footer-wrapper .footer-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  flex-direction: column;
  align-items: flex-start;
}
.footer-wrapper .footer-menu ul li {
  margin-bottom: 25px;
}
.footer-wrapper .footer-menu ul li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.footer-wrapper .footer-menu ul li a:hover {
  text-decoration: underline;
}
.footer-wrapper .footer-menu ul li a:hover:after {
  display: none;
}
.footer-wrapper .footer-contacts {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-direction: column;
  align-items: flex-end;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: right;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .footer-wrapper .footer-contacts {
    align-items: flex-start;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .footer-wrapper .footer-contacts {
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.footer-wrapper .footer-contacts a {
  margin-bottom: 15px;
  margin-left: 36px;
  color: #fff;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}
.footer-wrapper .footer-contacts a:hover {
  text-decoration: underline;
}
.footer-wrapper .footer-contacts a:hover:after {
  display: none;
}
@media screen and (max-width: 991px) {
  .footer-wrapper .footer-contacts a {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-wrapper .footer-contacts a {
    width: 47%;
  }
}
.footer-wrapper .footer-contacts a.email {
  margin-left: 0px;
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
}
.footer-wrapper .footer-contacts a.email:hover {
  text-decoration: none;
}
.footer-wrapper .footer-contacts a.email:hover:after {
  display: none;
}
@media screen and (max-width: 320px) {
  .footer-wrapper .footer-contacts a.email {
    font-size: 14px;
  }
}
.footer-wrapper .copyright-block {
  text-align: center;
  margin-top: 50px;
  padding: 25px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 767px) {
  .footer-wrapper .copyright-block {
    margin-top: 30px;
  }
}
.footer-wrapper .copyright-block p {
  margin: 0;
  color: #fff;
  opacity: 0.7;
}
.modal .modal-content .modal-header {
  border: none;
}
.modal .modal-content .modal-body {
  padding: 1rem 2rem 3rem;
}
.main-banner {
  width: 100%;
  min-height: 545px;
  background: url('../images/bg.png') no-repeat center;
  background-size: cover;
}
.main-banner .main-slider {
  width: 100%;
  height: 100%;
  position: relative;
}
.main-banner .main-slider .main-carousel {
  height: 100%;
}
.main-banner .main-slider .main-carousel .owl-stage-outer {
  height: 100%;
}
.main-banner .main-slider .main-carousel .owl-stage {
  height: 100%;
}
.main-banner .main-slider .main-carousel .single-owl-slide {
  width: 100%;
  height: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  position: relative;
}
.main-banner .main-slider .main-carousel .single-owl-slide .text-part {
  width: 50%;
  padding-left: 30px;
}
.main-banner .main-slider .main-carousel .single-owl-slide .text-part span {
  display: block;
  text-transform: uppercase;
  color: #63A6DD;
  margin-bottom: 25px;
}
.main-banner .main-slider .main-carousel .single-owl-slide .text-part h2 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.main-banner .main-slider .main-carousel .single-owl-slide .text-part p {
  color: #303030;
  margin-bottom: 40px;
}
.main-banner .main-slider .main-carousel .single-owl-slide .img-part {
  width: 50%;
  padding-right: 30px;
}
.main-banner .main-slider .main-carousel .single-owl-slide .img-part img {
  max-width: 100%;
  max-height: 430px;
  width: auto;
  height: auto;
  margin: auto;
}
.main-banner .main-slider .owl-custom-dots {
  position: absolute;
  top: 0;
  right: -20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  z-index: 5;
}
.main-banner .main-slider .owl-custom-dots .owl-dot {
  padding: 0;
  width: 10px;
  height: 10px;
  background: rgba(48, 48, 48, 0.1);
  transform: rotate(90deg);
  border-radius: 50%;
  margin: 7px 0;
  outline: none;
  cursor: pointer;
  border: none;
}
.main-banner .main-slider .owl-custom-dots .owl-dot.active {
  background: #000;
}
.main-banner .owl-btns-block {
  background: #F2F2F2;
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  width: 100%;
}
.main-banner .owl-btns-block .owl-btns {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.main-banner .owl-btns-block .owl-btns .slidetabs {
  padding: 8px 15px 12px;
  height: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-top: 4px solid transparent;
  transition: all 0.25s ease-in-out;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #303030;
  text-decoration: none;
}
.main-banner .owl-btns-block .owl-btns .slidetabs:hover {
  color: #63A6DD;
}
.main-banner .owl-btns-block .owl-btns .slidetabs.active {
  font-weight: bold;
  color: #000;
  border-top: 4px solid #000;
}
.search-block {
  padding: 70px 0;
  width: 100%;
  background: #F2F2F2;
}
.search-block form {
  width: 100%;
  display: flex;
  align-items: stretch;
  position: relative;
}
.search-block form .form-control {
  width: 100%;
  padding-right: 235px;
}
.search-block form .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
}
.search-wrapper {
  margin-top: 30px;
  padding: 15px;
  background: #F2F2F2;
  width: 100%;
}
.search-wrapper form {
  width: 100%;
  display: flex;
  align-items: stretch;
  position: relative;
}
.search-wrapper form .form-control {
  width: 100%;
  padding-right: 235px;
}
.search-wrapper form .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
}
.results-page-content {
  padding: 30px 0;
}
.custom-block {
  width: 100%;
  padding: 100px 0;
}
.custom-block h2 {
  color: #000;
  margin: 0;
}
.custom-block .help-block {
  padding: 0 10px 0 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
.custom-block .help-block img {
  margin-right: 10px;
}
.custom-block .help-block p {
  margin-bottom: 0;
  color: #959595;
}
.custom-block .tabs-block-wrapper {
  margin-top: 60px;
}
.custom-block .tabs-block-wrapper .tabs-carousel-wrapper .tabs-carousel {
  position: relative;
  border-bottom: none !important;
  margin-bottom: 60px;
}
.custom-block .tabs-block-wrapper .tabs-carousel-wrapper .tabs-carousel .single-tab-slide {
  background: #FCFCFC !important;
  border-radius: 10px !important;
  padding: 0 !important;
  position: relative;
  border: none !important;
  overflow: hidden;
}
.custom-block .tabs-block-wrapper .tabs-carousel-wrapper .tabs-carousel .single-tab-slide .single-tab-block {
  padding: 30px 35px 25px;
  position: relative;
  width: 100%;
  height: 190px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border: none;
  z-index: 5;
}
.custom-block .tabs-block-wrapper .tabs-carousel-wrapper .tabs-carousel .single-tab-slide .single-tab-block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(100% 225.22% at 100% 11.59%, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0.95) 100%);
  z-index: 0;
  transition: all 0.25s ease;
}
.custom-block .tabs-block-wrapper .tabs-carousel-wrapper .tabs-carousel .single-tab-slide .single-tab-block img {
  width: 12px;
  height: 10px;
  opacity: 0.7;
  transform: rotate(-90deg);
  transition: all 0.25s ease;
  position: relative;
}
.custom-block .tabs-block-wrapper .tabs-carousel-wrapper .tabs-carousel .single-tab-slide .single-tab-block h4 {
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.7;
  transition: all 0.25s ease;
  position: relative;
}
.custom-block .tabs-block-wrapper .tabs-carousel-wrapper .tabs-carousel .single-tab-slide .single-tab-block.active img {
  transform: rotate(0deg);
  opacity: 1;
}
.custom-block .tabs-block-wrapper .tabs-carousel-wrapper .tabs-carousel .single-tab-slide .single-tab-block.active h4 {
  opacity: 1;
}
.custom-block .tabs-block-wrapper .tabs-carousel-wrapper .tabs-carousel .single-tab-slide .single-tab-block:hover img {
  opacity: 1;
}
.custom-block .tabs-block-wrapper .tabs-carousel-wrapper .tabs-carousel .single-tab-slide .single-tab-block:hover h4 {
  opacity: 1;
}
.custom-block .tabs-block-wrapper .tabs-carousel-wrapper .tabs-carousel .owl-nav {
  position: absolute;
  top: calc(50% - 30px);
  left: -110px;
  width: calc(100% + 220px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
.custom-block .tabs-block-wrapper .tabs-carousel-wrapper .tabs-carousel .owl-nav.disabled {
  display: none;
}
.custom-block .tabs-block-wrapper .tabs-carousel-wrapper .tabs-carousel .owl-nav button {
  pointer-events: all;
  z-index: 10;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #DEDEDE;
  color: #959595;
  font-size: 14px;
  line-height: 14px;
  border-radius: 50%;
  transition: all 0.25s ease;
}
.custom-block .tabs-block-wrapper .tabs-carousel-wrapper .tabs-carousel .owl-nav button:hover {
  background-color: #63A6DD;
  border: 1px solid #63A6DD;
  color: #fff;
}
.custom-block .tabs-block-wrapper .tabs-carousel-wrapper .list-carousel {
  position: relative;
  border-bottom: none !important;
  margin-bottom: 45px;
  /*.owl-item {	
					&.active-green {
    					.single-tab-slide {
	    					background: rgba(76, 175, 80, 0.1);
	    					svg {
	    						path {
	    							fill: #4CAF50;
	    						}
	    					}
	    					h4 {
	    						color: #4CAF50;
	    					}
	    				}
    				}
    				&.active-red {
    					.single-tab-slide {
	    					background: rgba(245, 59, 73, 0.1);
	    					svg {
	    						path {
	    							fill: #F53B49;
	    						}
	    					}
	    					h4 {
	    						color: #F53B49;
	    					}
	    				}
    				}
    				&.active-yellow {
    					.single-tab-slide {
	    					background: rgba(255, 193, 7, 0.1);
	    					svg {
	    						path {
	    							fill: #FFC107;
	    						}
	    					}
	    					h4 {
	    						color: #FFC107;
	    					}
	    				}
    				}
    				&.active-blue {
    					.single-tab-slide {
	    					background: rgba(99, 166, 221, 0.1);
	    					svg {
	    						path {
	    							fill: #63A6DD;
	    						}
	    					}
	    					h4 {
	    						color: #63A6DD;
	    					}
	    				}
    				}
				}*/
}
.custom-block .tabs-block-wrapper .tabs-carousel-wrapper .list-carousel .single-tab-slide {
  border-radius: 10px !important;
  padding: 0 !important;
  position: relative;
  border: none !important;
  overflow: hidden;
}
.custom-block .tabs-block-wrapper .tabs-carousel-wrapper .list-carousel .single-tab-slide .single-tab-block {
  padding: 30px 35px 25px;
  position: relative;
  width: 100%;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border: none;
  z-index: 5;
}
.custom-block .tabs-block-wrapper .tabs-carousel-wrapper .list-carousel .single-tab-slide .single-tab-block svg {
  transform: rotate(-90deg);
  transition: all 0.25s ease;
  position: relative;
}
.custom-block .tabs-block-wrapper .tabs-carousel-wrapper .list-carousel .single-tab-slide .single-tab-block h4 {
  text-transform: uppercase;
  color: #303030;
  transition: all 0.25s ease;
  position: relative;
  margin-bottom: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.custom-block .tabs-block-wrapper .tabs-carousel-wrapper .list-carousel .single-tab-slide .single-tab-block.active svg {
  transform: rotate(0deg);
}
.custom-block .tabs-block-wrapper .tabs-carousel-wrapper .list-carousel .single-tab-slide .single-tab-block:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.custom-block .tabs-block-wrapper .tabs-carousel-wrapper .list-carousel .owl-nav {
  position: absolute;
  top: calc(50% - 30px);
  left: -110px;
  width: calc(100% + 220px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
.custom-block .tabs-block-wrapper .tabs-carousel-wrapper .list-carousel .owl-nav.disabled {
  display: none;
}
.custom-block .tabs-block-wrapper .tabs-carousel-wrapper .list-carousel .owl-nav button {
  pointer-events: all;
  z-index: 10;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #DEDEDE;
  color: #959595;
  font-size: 14px;
  line-height: 14px;
  border-radius: 50%;
  transition: all 0.25s ease;
}
.custom-block .tabs-block-wrapper .tabs-carousel-wrapper .list-carousel .owl-nav button:hover {
  background-color: #63A6DD;
  border: 1px solid #63A6DD;
  color: #fff;
}
.custom-block .tabs-block-wrapper .tabs-carousel-wrapper .list-carousel .nav-link.active {
  background-color: transparent !important;
}
.custom-block .tabs-block-wrapper .tabs-carousel-wrapper .tabs-row {
  position: relative;
  border-bottom: none !important;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.custom-block .tabs-block-wrapper .tabs-carousel-wrapper .tabs-row .single-tab-slide {
  width: 31.5%;
  background: #FCFCFC !important;
  border-radius: 10px !important;
  padding: 0 !important;
  position: relative;
  border: none !important;
  overflow: hidden;
}
.custom-block .tabs-block-wrapper .tabs-carousel-wrapper .tabs-row .single-tab-slide .single-tab-block {
  padding: 30px 35px 25px;
  position: relative;
  width: 100%;
  height: 190px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border: none;
}
.custom-block .tabs-block-wrapper .tabs-carousel-wrapper .tabs-row .single-tab-slide .single-tab-block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(100% 225.22% at 100% 11.59%, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0.95) 100%);
  z-index: 0;
  transition: all 0.25s ease;
}
.custom-block .tabs-block-wrapper .tabs-carousel-wrapper .tabs-row .single-tab-slide .single-tab-block img {
  width: 12px;
  height: 10px;
  opacity: 0.7;
  transform: rotate(-90deg);
  transition: all 0.25s ease;
  position: relative;
}
.custom-block .tabs-block-wrapper .tabs-carousel-wrapper .tabs-row .single-tab-slide .single-tab-block h4 {
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.7;
  transition: all 0.25s ease;
  position: relative;
}
.custom-block .tabs-block-wrapper .tabs-carousel-wrapper .tabs-row .single-tab-slide .single-tab-block.active img {
  transform: rotate(0deg);
  opacity: 1;
}
.custom-block .tabs-block-wrapper .tabs-carousel-wrapper .tabs-row .single-tab-slide .single-tab-block.active h4 {
  opacity: 1;
}
.custom-block .tabs-block-wrapper .tabs-carousel-wrapper .tabs-row .single-tab-slide .single-tab-block:hover img {
  opacity: 1;
}
.custom-block .tabs-block-wrapper .tabs-carousel-wrapper .tabs-row .single-tab-slide .single-tab-block:hover h4 {
  opacity: 1;
}
.custom-block .tabs-block-wrapper .tab-content {
  padding: 0;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .all-logos-wrapper {
  margin-bottom: 45px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .all-logos-wrapper .single-logo-block {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 15.3%;
  margin: 0 18px 15px 0;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  border-radius: 10px;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .all-logos-wrapper .single-logo-block a {
  padding: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .all-logos-wrapper .single-logo-block a img {
  max-width: 100%;
  max-height: 42px;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .all-logos-wrapper .single-logo-block:nth-child(6n) {
  margin-right: 0;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .category-page-link-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .category-page-link-wrapper .category-page-link-info {
  width: 50%;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .category-page-link-wrapper .category-page-link-info h3 {
  color: #000;
  margin-bottom: 8px;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .category-page-link-wrapper .category-page-link-info p {
  color: #959595;
  margin-bottom: 0;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .category-page-link-wrapper .category-page-link {
  width: 50%;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .category-page-link-wrapper .category-page-link a {
  width: 250px;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .sales-slider {
  width: 100%;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .sales-slider .single-sale-slide {
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .sales-slider .single-sale-slide .sale-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .sales-slider .single-sale-slide img {
  width: 100%;
  height: auto;
  min-height: 350px;
  object-fit: cover;
  object-position: top;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .sales-slider .single-sale-slide .sale-info {
  padding: 35px 0 30px;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .sales-slider .single-sale-slide .sale-info .sale-title {
  background: #F53B49;
  border-radius: 0px 50px 50px 0px;
  padding: 8px 30px 8px 50px;
  margin-bottom: 25px;
  width: auto;
  display: inline-flex;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .sales-slider .single-sale-slide .sale-info .sale-title h3 {
  color: #fff;
  margin: 0;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .sales-slider .single-sale-slide .sale-info .sale-excerpt {
  padding: 0 50px;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .sales-slider .single-sale-slide .sale-info .sale-excerpt p {
  margin: 0;
  color: #303030;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .sales-slider .owl-nav {
  position: absolute;
  top: 150px;
  left: -110px;
  width: calc(100% + 220px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .sales-slider .owl-nav.disabled {
  display: none;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .sales-slider .owl-nav button {
  pointer-events: all;
  z-index: 10;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #DEDEDE;
  color: #959595;
  font-size: 14px;
  line-height: 14px;
  border-radius: 50%;
  transition: all 0.25s ease;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .sales-slider .owl-nav button:hover {
  background-color: #63A6DD;
  border: 1px solid #63A6DD;
  color: #fff;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .new-items-slider .single-item-slide {
  width: 100%;
  position: relative;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .new-items-slider .single-item-slide .item-badge {
  position: absolute;
  top: 30px;
  left: -1px;
  padding: 6px 15px 6px 10px;
  background: #63A6DD;
  border-radius: 0px 50px 50px 0px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  display: inline-flex;
  width: auto;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .new-items-slider .single-item-slide img {
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .new-items-slider .single-item-slide .item-more-btn {
  margin-top: 20px;
  width: 100%;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .new-items-slider .single-item-slide .item-more-btn .btn {
  width: 100%;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .new-items-slider .owl-nav {
  position: absolute;
  top: calc(50% - 30px);
  left: -110px;
  width: calc(100% + 220px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .new-items-slider .owl-nav.disabled {
  display: none;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .new-items-slider .owl-nav button {
  pointer-events: all;
  z-index: 10;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #DEDEDE;
  color: #959595;
  font-size: 14px;
  line-height: 14px;
  border-radius: 50%;
  transition: all 0.25s ease;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .new-items-slider .owl-nav button:hover {
  background-color: #63A6DD;
  border: 1px solid #63A6DD;
  color: #fff;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .link-to-page {
  margin-top: 50px;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .izd-items-slider .single-item-slide {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .izd-items-slider .single-item-slide img {
  background-color: #fff;
  width: 100%;
  height: 270px;
  object-fit: contain;
  object-position: center;
  margin: auto;
  overflow: hidden;
  border-radius: 10px;
  padding: 20px;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .izd-items-slider .single-item-slide .item-more-btn {
  margin-top: 20px;
  width: 100%;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .izd-items-slider .single-item-slide .item-more-btn .btn {
  width: 100%;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .izd-items-slider .owl-nav {
  position: absolute;
  top: calc(50% - 30px);
  left: -110px;
  width: calc(100% + 220px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .izd-items-slider .owl-nav.disabled {
  display: none;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .izd-items-slider .owl-nav button {
  pointer-events: all;
  z-index: 10;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #DEDEDE;
  color: #959595;
  font-size: 14px;
  line-height: 14px;
  border-radius: 50%;
  transition: all 0.25s ease;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .izd-items-slider .owl-nav button:hover {
  background-color: #63A6DD;
  border: 1px solid #63A6DD;
  color: #fff;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .tab-body {
  color: #000;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .tab-body p {
  color: #303030;
}
.custom-block .tabs-block-wrapper .tab-content .tab-pane .tab-body .row p:last-child {
  margin-bottom: 0;
}
.icon-box .icon-wrapper {
  width: 70px;
  height: 70px;
  background: rgba(76, 175, 80, 0.1);
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-box .icon-wrapper img {
  object-fit: contain;
  object-position: center;
  max-width: 38px;
  max-height: 100%;
  margin: auto;
}
.icon-box p {
  margin-bottom: 15px;
  color: #303030;
}
.icon-box p:last-child {
  margin-bottom: 0;
}
.icon-box .btn {
  margin-top: 15px;
  padding: 20px 30px;
}
ul.custom-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.custom-list li {
  padding-left: 55px;
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
ul.custom-list li:last-child {
  margin-bottom: 0;
}
ul.custom-list li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url('../images/check.png') no-repeat center;
}
ul.custom-list li p {
  width: 100%;
  border-bottom: 1px solid #EBECF0;
  margin: 0;
  padding-bottom: 15px;
}
ol.custom-list {
  margin: 0;
  padding: 0 0 0 25px;
}
ol.custom-list li {
  padding-left: 30px;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
ol.custom-list li:last-child {
  margin-bottom: 0;
}
ol.custom-list li::marker {
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
}
ol.custom-list li:before {
  content: '';
  position: absolute;
  top: calc(50% - 14px);
  left: -25px;
  width: 30px;
  height: 30px;
  background-color: #63A6DD;
  border-radius: 50%;
  z-index: -1;
  display: inline-block;
}
ol.custom-list li p {
  width: 100%;
  margin: 0;
}
.custom-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.custom-list ul li {
  padding-left: 55px;
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
.custom-list ul li:last-child {
  margin-bottom: 0;
}
.custom-list ul li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url('../images/check.png') no-repeat center;
}
.custom-list ul li p {
  width: 100%;
  border-bottom: 1px solid #EBECF0;
  margin: 0;
  padding-bottom: 15px;
}
.custom-list ol {
  margin: 0;
  padding: 0 0 0 25px;
}
.custom-list ol li {
  padding-left: 30px;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.custom-list ol li:last-child {
  margin-bottom: 0;
}
.custom-list ol li::marker {
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
}
.custom-list ol li:before {
  content: '';
  position: absolute;
  top: 0;
  left: -25px;
  width: 30px;
  height: 30px;
  background-color: #63A6DD;
  border-radius: 50%;
  z-index: -1;
  display: inline-block;
}
.custom-list ol li p {
  width: 100%;
  margin: 0;
}
.custom-list ol ul {
  padding: 20px 0 0 18px;
  list-style: disc;
}
.custom-list ol ul li {
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 10px;
  display: list-item;
}
.custom-list ol ul li:before {
  display: none;
}
.custom-list ol ul li::marker {
  color: #63A6DD;
  line-height: 26px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .custom-list ol ul li {
    font-size: 16px;
    line-height: 24px;
  }
  .custom-list ol ul li::marker {
    font-size: 16px;
    line-height: 24px;
  }
}
.contacts-box {
  width: 100%;
  padding: 40px 70px;
  border: 3px solid #63A6DD;
  box-sizing: border-box;
  border-radius: 10px;
}
.contacts-box h3 {
  color: #303030;
  margin-bottom: 30px;
}
.contacts-box .contacts-box-row {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  align-items: center;
}
.contacts-box .contacts-box-row:last-child {
  margin-bottom: 0;
}
.contacts-box .contacts-box-row .icon-wrapper {
  width: 70px;
  height: 70px;
  margin-right: 25px;
  background: rgba(76, 175, 80, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacts-box .contacts-box-row .icon-wrapper img {
  width: 38px;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.contacts-box .contacts-box-row .text-wrapper {
  width: calc(100% - 95px);
}
.contacts-box .contacts-box-row .text-wrapper p {
  margin: 0;
}
.bottom-block {
  padding: 100px 0;
}
.bottom-block .col-12 {
  position: relative;
  z-index: 1;
}
.bottom-block .custom-list li {
  margin-bottom: 40px;
}
.bottom-block .custom-list li:before {
  top: 1px;
}
@media screen and (max-width: 1360px) {
  .custom-block .tabs-block-wrapper .tabs-carousel-wrapper .tabs-carousel .owl-nav {
    left: -70px;
    width: calc(100% + 140px);
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .sales-slider .owl-nav {
    left: -70px;
    width: calc(100% + 140px);
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .new-items-slider .owl-nav {
    left: -70px;
    width: calc(100% + 140px);
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .izd-items-slider .owl-nav {
    left: -70px;
    width: calc(100% + 140px);
  }
}
@media screen and (max-width: 1280px) {
  .custom-block .tabs-block-wrapper .tabs-carousel-wrapper .tabs-carousel .owl-nav {
    left: -63px;
    width: calc(100% + 126px);
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .sales-slider .owl-nav {
    left: -63px;
    width: calc(100% + 126px);
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .new-items-slider .owl-nav {
    left: -63px;
    width: calc(100% + 126px);
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .izd-items-slider .owl-nav {
    left: -63px;
    width: calc(100% + 126px);
  }
}
@media screen and (max-width: 1199px) {
  .custom-block .tabs-block-wrapper .tabs-carousel-wrapper .tabs-carousel .owl-nav {
    left: -30px;
    width: calc(100% + 60px);
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .sales-slider .owl-nav {
    left: -30px;
    width: calc(100% + 60px);
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .new-items-slider .owl-nav {
    left: -30px;
    width: calc(100% + 60px);
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .izd-items-slider .owl-nav {
    left: -30px;
    width: calc(100% + 60px);
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .all-logos-wrapper .single-logo-block {
    max-width: 15%;
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .category-page-link-wrapper .category-page-link-info {
    width: 60%;
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .category-page-link-wrapper .category-page-link {
    width: 40%;
  }
}
@media screen and (max-width: 991px) {
  .main-banner {
    min-height: auto;
    background: url(../images/bg_mob.png) no-repeat bottom center;
    background-size: cover;
  }
  .main-banner .main-slider .main-carousel .single-owl-slide {
    min-height: auto;
    justify-content: center;
    flex-wrap: wrap;
    padding: 40px 0 30px;
  }
  .main-banner .main-slider .main-carousel .single-owl-slide .text-part {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
  }
  .main-banner .main-slider .main-carousel .single-owl-slide .text-part span {
    margin-bottom: 20px;
  }
  .main-banner .main-slider .main-carousel .single-owl-slide .text-part h2 {
    margin-bottom: 15px;
  }
  .main-banner .main-slider .main-carousel .single-owl-slide .text-part p {
    margin-bottom: 30px;
  }
  .main-banner .main-slider .main-carousel .single-owl-slide .img-part {
    width: 100%;
    padding-right: 0;
  }
  .main-banner .main-slider .owl-custom-dots {
    right: 15px;
  }
  .main-banner .owl-btns-block .owl-btns .slidetabs {
    padding: 8px 10px 12px;
  }
  .search-block {
    padding: 35px 0;
  }
  .custom-block {
    padding: 40px 0;
  }
  .custom-block h2 {
    margin: 0 0 20px;
  }
  .custom-block .help-block {
    padding: 0;
  }
  .custom-block .tabs-block-wrapper {
    margin-top: 30px;
  }
  .custom-block .tabs-block-wrapper .tabs-carousel-wrapper .tabs-carousel {
    margin-bottom: 25px;
  }
  .custom-block .tabs-block-wrapper .tabs-carousel-wrapper .tabs-carousel .owl-nav {
    left: 0;
    width: 100%;
    position: relative;
    margin-top: 20px;
    top: auto;
  }
  .custom-block .tabs-block-wrapper .tabs-carousel-wrapper .tabs-carousel .owl-dots {
    position: absolute;
    width: calc(100% - 120px);
    left: 60px;
    bottom: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .custom-block .tabs-block-wrapper .tabs-carousel-wrapper .tabs-carousel .owl-dots button {
    width: 7px;
    height: 7px;
    background: rgba(48, 48, 48, 0.1);
    margin: 0 3px;
    border-radius: 50%;
  }
  .custom-block .tabs-block-wrapper .tabs-carousel-wrapper .tabs-carousel .owl-dots button.active {
    background: #000000;
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .all-logos-wrapper .single-logo-block {
    margin-right: 15px;
    max-width: 18%;
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .all-logos-wrapper .single-logo-block:nth-child(6n) {
    margin-right: 15px;
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .all-logos-wrapper .single-logo-block:nth-child(5n) {
    margin-right: 0;
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .sales-slider .owl-nav {
    left: 0;
    width: 100%;
    position: relative;
    margin-top: 20px;
    top: auto;
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .sales-slider .owl-dots {
    position: absolute;
    width: calc(100% - 120px);
    left: 60px;
    bottom: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .sales-slider .owl-dots button {
    width: 7px;
    height: 7px;
    background: rgba(48, 48, 48, 0.1);
    margin: 0 5px;
    border-radius: 50%;
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .sales-slider .owl-dots button.active {
    background: #000000;
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .sales-slider .single-sale-slide img {
    min-height: auto;
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .sales-slider .single-sale-slide .sale-info {
    padding: 20px 0 15px;
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .sales-slider .single-sale-slide .sale-info .sale-title {
    padding: 8px 15px 8px 15px;
    margin-bottom: 15px;
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .sales-slider .single-sale-slide .sale-info .sale-excerpt {
    padding: 0 15px;
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .new-items-slider .owl-nav {
    left: 0;
    width: 100%;
    position: relative;
    margin-top: 20px;
    top: auto;
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .new-items-slider .owl-dots {
    position: absolute;
    width: calc(100% - 120px);
    left: 60px;
    bottom: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .new-items-slider .owl-dots button {
    width: 7px;
    height: 7px;
    background: rgba(48, 48, 48, 0.1);
    margin: 0 5px;
    border-radius: 50%;
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .new-items-slider .owl-dots button.active {
    background: #000000;
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .link-to-page {
    margin-top: 25px;
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .izd-items-slider .owl-nav {
    left: 0;
    width: 100%;
    position: relative;
    margin-top: 20px;
    top: auto;
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .izd-items-slider .owl-dots {
    position: absolute;
    width: calc(100% - 120px);
    left: 60px;
    bottom: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .izd-items-slider .owl-dots button {
    width: 7px;
    height: 7px;
    background: rgba(48, 48, 48, 0.1);
    margin: 0 5px;
    border-radius: 50%;
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .izd-items-slider .owl-dots button.active {
    background: #000000;
  }
  .custom-block .icon-box {
    margin-bottom: 25px;
  }
  .custom-block .icon-box .icon-wrapper {
    margin-bottom: 10px;
  }
  .custom-block .icon-box p {
    margin-bottom: 10px;
  }
  .custom-block .icon-box p:last-child {
    margin-bottom: 0;
  }
  .custom-block .icon-box .btn {
    margin-top: 10px;
  }
  .custom-block ul.custom-list li {
    margin-bottom: 10px;
    padding-left: 35px;
  }
  .custom-block ul.custom-list li:before {
    top: 5px;
    width: 16px;
    height: 16px;
    background: url(../images/check.png) no-repeat center;
    background-size: contain;
  }
  .custom-block ul.custom-list li p {
    padding-bottom: 10px;
  }
  .custom-block ol.custom-list {
    padding: 0 0 0 20px;
  }
  .custom-block ol.custom-list li {
    padding-left: 15px;
    margin-bottom: 10px;
  }
  .custom-block ol.custom-list li::marker {
    font-size: 12px;
    line-height: 20px;
  }
  .custom-block ol.custom-list li:before {
    top: 3px;
    left: -19px;
    width: 22px;
    height: 22px;
  }
  .custom-block .contacts-box {
    padding: 20px;
  }
  .custom-block .contacts-box h3 {
    margin-bottom: 30px;
  }
  .custom-block .contacts-box .contacts-box-row {
    margin-bottom: 15px;
  }
  .custom-block .contacts-box .contacts-box-row:last-child {
    margin-bottom: 0;
  }
  .custom-block .contacts-box .contacts-box-row .icon-wrapper {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
  .custom-block .contacts-box .contacts-box-row .icon-wrapper img {
    width: 32px;
  }
  .bottom-block {
    padding: 40px 0;
  }
  .bottom-block .custom-list li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .search-block form .btn-search {
    width: 135px;
  }
  .search-block form .form-control {
    padding-right: 170px;
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .all-logos-wrapper {
    margin-bottom: 25px;
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .all-logos-wrapper .single-logo-block {
    margin-right: 2%;
    max-width: 23.5%;
    height: 40px;
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .all-logos-wrapper .single-logo-block:nth-child(6n) {
    margin-right: 2%;
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .all-logos-wrapper .single-logo-block:nth-child(5n) {
    margin-right: 2%;
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .all-logos-wrapper .single-logo-block:nth-child(4n) {
    margin-right: 0;
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .all-logos-wrapper .single-logo-block a {
    padding: 10px;
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .category-page-link-wrapper {
    flex-wrap: wrap;
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .category-page-link-wrapper .category-page-link-info {
    width: 100%;
    margin-bottom: 20px;
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .category-page-link-wrapper .category-page-link {
    width: 100%;
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .category-page-link-wrapper .category-page-link a {
    width: 100%;
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .new-items-slider .single-item-slide img {
    height: 200px;
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .new-items-slider .single-item-slide .item-badge {
    top: 15px;
    padding: 5px 15px 5px 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .new-items-slider .single-item-slide .item-more-btn .btn {
    height: 40px;
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .izd-items-slider .single-item-slide img {
    height: 200px;
  }
  .custom-block .tabs-block-wrapper .tab-content .tab-pane .izd-items-slider .single-item-slide .item-more-btn .btn {
    height: 40px;
  }
  .main-banner .main-slider .owl-custom-dots {
    justify-content: flex-end;
    padding-bottom: 150px;
  }
  .bottom-block h3 {
    font-size: 18px;
    line-height: 23px;
  }
}
.list-carousel .owl-item:nth-child(4n + 1) .single-tab-slide {
  background: rgba(255, 193, 7, 0.1);
}
.list-carousel .owl-item:nth-child(4n + 2) .single-tab-slide {
  background: rgba(99, 166, 221, 0.1);
}
.list-carousel .owl-item:nth-child(4n + 3) .single-tab-slide {
  background: rgba(76, 175, 80, 0.1);
}
.list-carousel .owl-item:nth-child(4n + 4) .single-tab-slide {
  background: rgba(245, 59, 73, 0.1);
}
.list-carousel .owl-item:nth-child(4n + 1) .single-tab-slide svg path {
  fill: #FFC107;
}
.list-carousel .owl-item:nth-child(4n + 2) .single-tab-slide svg path {
  fill: #63A6DD;
}
.list-carousel .owl-item:nth-child(4n + 3) .single-tab-slide svg path {
  fill: #4CAF50;
}
.list-carousel .owl-item:nth-child(4n + 4) .single-tab-slide svg path {
  fill: #F53B49;
}
.list-carousel .owl-item:nth-child(4n + 1) .single-tab-slide h4 {
  color: #FFC107 !important;
}
.list-carousel .owl-item:nth-child(4n + 2) .single-tab-slide h4 {
  color: #63A6DD !important;
}
.list-carousel .owl-item:nth-child(4n + 3) .single-tab-slide h4 {
  color: #4CAF50 !important;
}
.list-carousel .owl-item:nth-child(4n + 4) .single-tab-slide h4 {
  color: #F53B49 !important;
}
.breadcrumbs-block {
  width: 100%;
  padding: 13px 0 10px;
  border-bottom: 1px solid #E9E9E9;
}
.breadcrumbs-block .breadcrumbs {
  display: flex;
  align-items: baseline;
}
.breadcrumbs-block .breadcrumbs span {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #303030;
}
.breadcrumbs-block .breadcrumbs span a {
  color: #63A6DD;
}
.breadcrumbs-block .breadcrumbs span a:hover {
  opacity: 0.8;
}
.breadcrumbs-block .breadcrumbs span a span {
  color: #63A6DD;
}
.breadcrumbs-block .breadcrumbs a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #63A6DD;
  position: relative;
  display: flex;
  align-items: baseline;
  margin-right: 10px;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.breadcrumbs-block .breadcrumbs a:hover {
  opacity: 0.8;
}
.breadcrumbs-block .breadcrumbs a:after {
  content: '/';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #63A6DD;
  margin-left: 10px;
}
.subscribe-block {
  padding: 80px 0;
}
.subscribe-block form {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.subscribe-block form .form-column {
  width: 45%;
  /*padding-right: 30px;
			&:last-child {
				padding-right: 0;
				padding-left: 80px;
			}*/
}
.subscribe-block form .form-column .form-group {
  margin-bottom: 20px;
}
.subscribe-block form .form-column .form-group .form-check {
  width: 100%;
}
.subscribe-block form .form-column .form-group .form-check label {
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 15px;
  width: 100%;
}
.subscribe-block form .form-column .form-group .form-control {
  width: 100%;
}
.subscribe-block form .form-column .form-group span {
  width: 100%;
}
.subscribe-block form .form-column .form-group .btn {
  width: 100%;
}
.page-content {
  padding: 80px 0 100px;
}
.page-content .page-title {
  margin-bottom: 60px;
}
.page-content .page-title h1 {
  margin-bottom: 0;
  color: #000;
}
.page-content .main-page-content {
  width: 100%;
}
.page-content .page-sidebar {
  width: 100%;
}
.page-content .page-sidebar .sidebar-wrapper {
  border: 1px solid #E9E9E9;
  padding: 30px;
  border-radius: 10px;
}
.page-content .page-sidebar .sidebar-wrapper .widget .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.page-content .page-sidebar .sidebar-wrapper .widget .menu li {
  margin: 0 0 20px;
  position: relative;
  display: flex;
  align-items: center;
}
.page-content .page-sidebar .sidebar-wrapper .widget .menu li:last-child {
  margin: 0;
}
.page-content .page-sidebar .sidebar-wrapper .widget .menu li:before {
  content: '';
  width: 2px;
  height: 0;
  background-color: #63A6DD;
  position: absolute;
  top: auto;
  left: -30px;
  transition: all 0.25s ease-in-out;
}
.page-content .page-sidebar .sidebar-wrapper .widget .menu li a {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #959595;
  transition: all 0.25s ease-in-out;
}
.page-content .page-sidebar .sidebar-wrapper .widget .menu li.current-menu-item a {
  font-weight: bold;
  color: #63A6DD;
}
.page-content .page-sidebar .sidebar-wrapper .widget .menu li.current-menu-item:before {
  height: 100%;
}
.page-content .page-sidebar .sidebar-wrapper .widget .menu li:hover a {
  font-weight: bold;
  color: #63A6DD;
}
.page-content .page-sidebar .sidebar-wrapper .widget .menu li:hover:before {
  height: 100%;
}
.price-table-wrapper {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 0 1rem 100px;
}
.price-table-wrapper table {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 25px 80px rgba(180, 184, 193, 0.25);
}
.price-table-wrapper table thead {
  background: #F2F2F2;
}
.price-table-wrapper table thead tr {
  border-bottom: 1px solid #E9E9E9;
}
.price-table-wrapper table thead th {
  padding: 15px;
  border-right: 1px solid #E9E9E9;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #959595;
  text-align: left;
}
.price-table-wrapper table thead th:last-child {
  border-right: none;
}
.price-table-wrapper table tbody tr {
  border-bottom: 1px solid #E9E9E9;
}
.price-table-wrapper table tbody tr:last-child {
  border-bottom: none;
}
.price-table-wrapper table tbody td {
  padding: 15px;
  border-right: 1px solid #E9E9E9;
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #303030;
}
.price-table-wrapper table tbody td a {
  text-decoration: none;
  color: #303030;
  transition: all 0.25s ease-in-out;
}
.price-table-wrapper table tbody td a:hover {
  text-decoration: underline;
}
.price-table-wrapper table tbody td img {
  max-width: 16px;
  height: auto;
}
.price-table-wrapper table tbody td:last-child {
  border-right: none;
}
.price-table-wrapper table .first-col {
  width: 48px;
}
.price-table-wrapper table .second-col {
  width: 260px;
}
.price-table-wrapper table .third-col {
  width: 150px;
}
.price-table-wrapper table .fourth-col {
  width: 150px;
}
.price-table-wrapper table .fifth-col {
  width: 150px;
}
.sales-block {
  padding: 60px 0 100px;
}
.sales-slider-2 {
  width: 100%;
}
.sales-slider-2 .single-sale-slide {
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.sales-slider-2 .single-sale-slide .sale-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.sales-slider-2 .single-sale-slide img {
  width: 100%;
  height: auto;
  min-height: 350px;
  object-fit: cover;
  object-position: top;
}
.sales-slider-2 .single-sale-slide .sale-info {
  padding: 35px 0 30px;
}
.sales-slider-2 .single-sale-slide .sale-info .sale-title {
  background: #F53B49;
  border-radius: 0px 50px 50px 0px;
  padding: 8px 30px 8px 50px;
  margin-bottom: 25px;
  width: auto;
  display: inline-flex;
}
.sales-slider-2 .single-sale-slide .sale-info .sale-title h3 {
  color: #fff;
  margin: 0;
}
.sales-slider-2 .single-sale-slide .sale-info .sale-excerpt {
  padding: 0 50px;
}
.sales-slider-2 .single-sale-slide .sale-info .sale-excerpt p {
  margin: 0;
  color: #303030;
}
.sales-slider-2 .owl-nav {
  position: absolute;
  top: 150px;
  left: -110px;
  width: calc(100% + 220px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
.sales-slider-2 .owl-nav.disabled {
  display: none;
}
.sales-slider-2 .owl-nav button {
  pointer-events: all;
  z-index: 10;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff !important;
  border: 1px solid #DEDEDE !important;
  color: #959595 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  border-radius: 50%;
  transition: all 0.25s ease;
}
.sales-slider-2 .owl-nav button:hover {
  background-color: #63A6DD;
  border: 1px solid #63A6DD;
  color: #fff;
}
.page-banner {
  height: 500px;
  position: relative;
}
.page-banner .page-banner-info {
  padding: 80px 0;
}
.page-banner .page-banner-info h2 {
  margin-bottom: 35px;
}
.page-banner .page-banner-info ul {
  margin-bottom: 0;
}
.page-banner .page-banner-info ul li a {
  color: #303030;
}
.page-banner .page-banner-img {
  width: calc(50% + 50px);
  right: 0;
  position: absolute;
  top: 0;
  height: 100%;
}
.page-banner .page-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.page-banner .page-banner-img:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 500px solid #F2F2F2;
  border-right: 50px solid transparent;
  left: 0;
  top: 0;
  bottom: 0;
}
.custom-block-2 {
  padding: 65px 0;
}
.block-top-border {
  border-top: 1px solid #E9E9E9;
}
.search-box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.search-box .search-text {
  background-color: #F2F2F2;
}
.search-box button {
  position: absolute;
  top: 0;
  right: 0;
}
.search-box button img {
  margin-right: 15px;
}
.tabs-block-wrapper-2 .tab-content {
  margin: 0 -30px;
}
.tabs-block-wrapper-2 .tab-content .price-table-wrapper {
  padding: 0 28px 80px;
}
.price-table-wrapper-2 {
  padding: 0 28px 80px;
}
.public-list {
  width: 100%;
}
.public-list ul {
  width: 100%;
  display: inline-grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 3fr;
  grid-column-gap: 10px;
}
.public-list ul li a {
  color: #303030;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.public-list ul li a:hover {
  text-decoration: underline;
}
.post-thumbnail {
  margin: 0 0 50px;
}
.main-page-content-2 .post-thumbnail img {
  height: auto;
  width: 100%;
}
.custom-table {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(180, 184, 193, 0.25);
  margin-bottom: 30px;
}
.custom-table thead tr {
  border-bottom: 1px solid #E9E9E9;
}
.custom-table thead td {
  min-width: 100px;
  padding: 15px;
  border-right: 1px solid #E9E9E9;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #303030;
  text-align: center;
}
.custom-table thead td:last-child {
  border-right: none;
}
.custom-table tbody tr {
  border-bottom: 1px solid #E9E9E9;
}
.custom-table tbody tr:last-child {
  border-bottom: none;
}
.custom-table tbody td {
  min-width: 100px;
  padding: 15px;
  border-right: 1px solid #E9E9E9;
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #303030;
}
.custom-table tbody td:last-child {
  border-right: none;
}
.custom-table .first-col {
  min-width: 100px;
  text-align: left;
}
.custom-table .null-col {
  text-align: center;
}
.custom-table-2 {
  margin-top: 30px;
  margin-bottom: 0;
}
.custom-table-3 tbody td {
  text-align: center;
}
.custom-table-3 .first-col {
  text-align: center;
}
.anotation p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  width: 80%;
}
.all-books {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.all-books .single-item-new {
  width: calc(25% - 15px);
  position: relative;
  margin-right: 20px;
  margin-bottom: 50px;
}
.all-books .single-item-new:nth-child(4n) {
  margin-right: 0;
}
.all-books .single-item-new .item-badge {
  position: absolute;
  top: 30px;
  left: -1px;
  padding: 6px 15px 6px 10px;
  background: #63A6DD;
  border-radius: 0px 50px 50px 0px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  display: inline-flex;
  width: auto;
}
.all-books .single-item-new img {
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center;
}
.all-books .single-item-new .item-more-btn {
  margin-top: 20px;
  width: 100%;
}
.all-books .single-item-new .item-more-btn .btn {
  width: 100%;
}
.all-books .single-item-new .single-item-new-img {
  object-fit: contain;
}
.all-books-2 .single-item-new {
  padding: 15px;
  border: 1px solid #F2F2F2;
  border-radius: 10px;
  transition: all 0.25s ease-in-out;
}
.all-books-2 .single-item-new .item-badge {
  top: 20px;
  background: #F53B49;
}
.all-books-2 .single-item-new img {
  height: 250px;
}
.all-books-2 .single-item-new:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}
.custom-pagination .pagination li {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0 3px;
}
.custom-pagination .pagination li a {
  color: #959595;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.custom-pagination .pagination li a:hover {
  color: #63A6DD;
}
.custom-pagination .pagination li span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.custom-pagination .pagination li.active span {
  color: #63A6DD;
}
.custom-pagination .pagination li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: all 0.25s ease-in-out;
}
.custom-pagination .pagination li img:hover {
  transform: scale(1.2);
}
.custom-pagination .pagination li.next {
  width: 40px;
  height: 40px;
  margin-left: 10px;
}
.custom-pagination .pagination li.prev {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
@media screen and (max-width: 1360px) {
  .sales-slider-2 .owl-nav {
    left: -70px;
    width: calc(100% + 140px);
  }
}
@media screen and (max-width: 1280px) {
  .sales-slider-2 .owl-nav {
    left: -63px;
    width: calc(100% + 126px);
  }
}
@media screen and (max-width: 1199px) {
  .sales-slider-2 .owl-nav {
    left: -30px;
    width: calc(100% + 60px);
  }
}
@media screen and (max-width: 991px) {
  .subscribe-block {
    padding: 40px 0;
  }
  .subscribe-block form .form-column {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .subscribe-block form .form-column:last-child {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
  .page-content {
    padding: 40px 0;
  }
  .page-content .page-title {
    margin-bottom: 20px;
  }
  .page-content .page-title h1 {
    margin-bottom: 0;
    color: #000;
  }
  .sales-block {
    padding: 40px 0 60px;
  }
  .sales-slider-2 .owl-nav {
    left: 0;
    width: 100%;
    position: relative;
    margin-top: 20px;
    top: auto;
  }
  .sales-slider-2 .owl-dots {
    position: absolute;
    width: calc(100% - 120px);
    left: 60px;
    bottom: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sales-slider-2 .owl-dots button {
    width: 7px;
    height: 7px;
    background: rgba(48, 48, 48, 0.1);
    margin: 0 3px;
    border-radius: 50%;
  }
  .sales-slider-2 .owl-dots button.active {
    background: #000000;
  }
  .sales-slider-2 .single-sale-slide img {
    min-height: auto;
  }
  .sales-slider-2 .single-sale-slide .sale-info {
    padding: 20px 0 15px;
  }
  .sales-slider-2 .single-sale-slide .sale-info .sale-title {
    padding: 8px 15px 8px 15px;
    margin-bottom: 15px;
  }
  .sales-slider-2 .single-sale-slide .sale-info .sale-excerpt {
    padding: 0 15px;
  }
  .page-banner {
    height: auto;
  }
  .page-banner .page-banner-info {
    padding: 40px 0;
  }
  .page-banner .page-banner-info h2 {
    margin-bottom: 20px;
  }
  .page-banner .page-banner-info ul {
    margin-bottom: 0;
  }
  .page-banner .page-banner-info ul li a {
    color: #303030;
  }
  .page-banner .page-banner-img {
    width: 100%;
    right: auto;
    position: relative;
    top: auto;
    height: auto;
  }
  .page-banner .page-banner-img img {
    object-position: center;
  }
  .page-banner .page-banner-img:before {
    display: none;
  }
  .custom-block-2 {
    padding: 30px 0 14px;
  }
  .public-list {
    width: 100%;
  }
  .public-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .anotation p {
    width: 100%;
  }
  .all-books .single-item-new {
    width: calc(33% - 10px);
    margin-right: 18px;
    margin-bottom: 30px;
  }
  .all-books .single-item-new:nth-child(4n) {
    margin-right: 18px;
  }
  .all-books .single-item-new:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .price-table-wrapper {
    justify-content: flex-start;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .price-table-wrapper table {
    width: 100%;
    white-space: nowrap;
  }
  .all-books .single-item-new {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .all-books .single-item-new:nth-child(4n) {
    margin-right: 20px;
  }
  .all-books .single-item-new:nth-child(3n) {
    margin-right: 20px;
  }
  .all-books .single-item-new:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 575px) {
  .tabs-block-wrapper-2 .tab-content {
    margin: 0 -24px;
  }
  .tabs-block-wrapper-2 .tab-content .price-table-wrapper {
    padding: 0 28px 80px;
  }
  .price-table-wrapper-2 {
    padding: 0 16px 80px;
  }
}
@media screen and (max-width: 479px) {
  .all-books .single-item-new {
    width: 100%;
    margin-right: 0;
  }
  .all-books .single-item-new:nth-child(4n) {
    margin-right: 0;
  }
  .all-books .single-item-new:nth-child(3n) {
    margin-right: 0;
  }
  .all-books .single-item-new:nth-child(2n) {
    margin-right: 0;
  }
}

.s006 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-family: 'Poppins', sans-serif;
  background-size: cover;
  background-position: center center;
  padding: 5px;
    margin-bottom: 10px;
	font-size: 13px;
}

.s006_center {
  min-height: 80vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  font-family: 'Poppins', sans-serif;
  background-size: cover;
  background-position: center center;
  padding: 7px;
  margin-top: 200px;
}

.s006_div {
  width: 100%;
  max-width: 800px;
    color: var(--black);
}

.s006 div legend {
	font-size: 32px;
	color: #7191a6;
	font-weight: 600;
	text-align: center;
	margin-bottom: 25px;
	font-family: 'Rubik', sans-serif;
}

.s006 div .inner-form {
  width: 100%;
  margin-bottom: 17px;
}

.s006 div .inner-form .input-field {
  height: 70px;
  width: 100%;
  position: relative;
}

.s006 div .inner-form .input-field input {
	height: 60px;
    width: 100%;
    background: transparent;
    background: #fff;
    display: block;
    width: 100%;
    padding: 10px 32px 10px 180px;
    font-size: 18px;
    color: #666;
    border-radius: 10px;
    border: 2px solid #d8e0e5;
	transition: .2s ease-in-out;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
}

.s006 div .inner-form .input-field input:hover, .s006 form .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}

.s006 div .inner-form .input-field .btn-search {
  width: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  left: 0;
  height: 100%;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  align-items: center;
}

.s006 div .inner-form .input-field .btn-search svg {
  fill: #ccc;
  width: 30px;
  height: 30px;
  transition: all .2s ease-out, color .2s ease-out;
}

.s006 div .inner-form .input-field .btn-search:hover, .s006 form .inner-form .input-field .btn-search:focus {
  outline: 0;
  box-shadow: none;
}

.s006 div .inner-form .input-field .btn-search:hover svg, .s006 form .inner-form .input-field .btn-search:focus svg {
  fill: #666;
}

.s006 div .suggestion-wrap {
  padding: 0 15px;
}

.s006 div .suggestion-wrap span {
  font-size: 14px;
  font-family: 'Helvetica', sans-serif;
  display: inline-block;
  background: rgba(0, 0, 0, 0.6);
  padding: 0 15px;
  line-height: 32px;
  color: #fff;
  border-radius: 16px;
  margin-right: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .s006 div .inner-form .input-field {
    margin-bottom: 20px;
    height: 50px;
  }
  .s006 div .inner-form .input-field input {
    padding-left: 55px;
    font-size: 16px;
  }
  .s006 div .inner-form .input-field .btn-search svg {
    width: 26px;
    height: 26px;
  }
}

#search_out {
	overflow: auto;
	margin: 0 auto;
}

.loader_block {
	text-align: center;
    padding: 10px;
    opacity: .5;
}

.loader {
	max-width: 140px;
}

.alert_error {
	background: #bd4848;
    padding: 15px 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
} 

.table-wrap {
    text-align: center;
    display: inline-block;
  background-color: #fff;
  color: #000;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-x: scroll;
}
 
.table_adapt {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
	overflow: auto;
	font-size: 12px;
	font-family: 'Rubik', sans-serif;
	
	/*max-width: 1000px;*/
    margin: 0 auto;
	
}
.table_adapt_full {
	max-width: 100% !important;
}
 
  .table_adapt tr {
    border: 1px solid #e5e5e5;
    padding: 5px;
	background: #ffffff;
  }
 
  .table_adapt th, .table_adapt td {
    padding: 15px 7px;
    text-align: center;
    border-right: 1px solid #e5e5e5;
	position: relative;
	max-width: 150px;
    font-size: 11px;
	min-width: 70px;
	overflow: scroll;
  }
 
  .table_adapt th {
    color: #fff;
    background: var(--buttons-color);
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .3px;
    padding: 3px 5px;
	white-space: nowrap;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	line-height: 26px;
  }


@media screen and (max-width: 600px) {
	.block_order_counts {
		justify-content: end !important;
	}
  .table_adapt {
    border: 0;
  }
  .table_adapt thead {
    display: none;
  }
  .table_adapt tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd;
  }
  .table_adapt td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
    border-right: 1px solid transparent;
  }
  .table_adapt td:last-child {
    border-bottom: 0;
  }
  .table_adapt td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
  .table_adapt th, .table_adapt td {
    max-width: 100% !important;
  }
  .checkselect {
		max-width: 100% !important;
		width: 100% !important;
	} 
}

.button_order {
	border: 0px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    background: var(--buttons-color);
    padding: 5px 12px;
	transition: .2s ease-in-out;
	opacity: 0.7;
}
.button_order:hover {
    background: #40a14c;
}

.button_order_create {
	border: 0px;
	border-radius: 5px;
	font-size: 15px;
	color: #fff;
	background: var(--buttons-color);
	padding: 15px 40px;
	transition: .2s ease-in-out;
	text-transform: uppercase;
	font-weight: 500;
    font-family: 'Rubik', sans-serif;
}
.button_order_create:hover {
    background: #40a14c;
	opacity: 1;
}

.btn_gray {
	border: 0px;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
    background: var(--buttons-color2);
    padding: 15px 40px;
    transition: .2s ease-in-out;
	text-transform: uppercase;
	font-weight: 500;
    font-family: 'Rubik', sans-serif;
}
.btn_gray:hover {
    background: #6e9daf;
}

.button_showmore {
	border: 0px;
    border-radius: 5px;
    font-size: 17px;
    color: #fff;
    background: #45b954;
    padding: 10px 50px;
    transition: .2s ease-in-out;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    transition: .2s ease-in-out;
}
.button_showmore:hover {
    background: #53c562;
	opacity: 1;
}

.highlighting {
	background-color: #59929a;
    padding: 0px 2px;
    border-radius: 2px;
    color: #ffffff;
}

/*=====================================
  POP WINDOW
=======================================*/
.pop {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    border: 1px solid #383838;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22), 0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22), 0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .5s;
    -moz-animation: fade .5s;
    animation: fade .5s;
}
.pop_index5 {
    z-index: 5;
}
.pop_index1 {
    z-index: 1;
}
.pop_index1d {
    z-index: -1;
}
.pop_index10 {
    z-index: 10;
}
.pop_index100 {
    z-index: 100 !important;
}
.pop_notice {
	position: relative;
    margin: 0 auto;
    z-index: 2;
    top: 0px;
	overflow-y: auto;
    max-height: 94%;
}
.pop_effect .pop_main {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	transition: all 0.15s;
}
.pop_show.pop_effect .pop_main {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.pop_modal {
	position:fixed;
	top:0px;
	left:0px;
	width:100vw;
	overflow: auto;
    max-height: 100vh;
	min-height: 100vh;
	align-items: center;
}
.pop_pos {
	min-height: 100vh;
}
.pop_show {
	visibility: visible;
	z-index: 50;
}
.pop_overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 20;
	opacity: 9;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.7);
}
.pop_close_win {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
}
.pop_show ~ .pop_overlay {
	opacity: 1;
	visibility: visible;
}
.pop_body {
    font-size: 13px;
    color: #4a5b6a;
    line-height: 1.4em;
	position: relative;
}
.pop_overflow {
	overflow-y: auto;
    overflow-x: hidden;
}
.pop_dark {
    background-color: #141b21;
}
.pop_head { 
	padding: 20px 30px 10px 30px;
    font-size: 24px;
    color: #000000;
    font-weight: 500;
    line-height: 1.4em;
    border-radius: 5px 5px 0px 0px;
}
.pop_bg {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(3px);
}
.pop_main {
	background-color: #ffffff;
    box-shadow: 0 0 10px #000;
    position: relative;
	margin-top: 2em;
    margin-bottom: 4em;
	border-radius: 2px;
}
/**/

.hbutton { 
	outline: none;
	background: none;
	border: none;
	outline: none;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	border-radius: 4px;
}
.font_20 {
	font-size: 20px !important;
}

.font_32 {
	font-size: 32px !important;
}

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

.font_17 {
	font-size: 17px !important;
}

.font_12 {
	font-size: 12px !important;
}
.line_p {
	line-height: 1.2em;
}

.m0 {
	margin: 0px;
}

.font_bold {
	font-weight: bold;
}
.font_b500 {
	font-weight: 500;
}

.font_rub {
	font-family: 'Rubik', sans-serif;
}
.font_it {
	font-style: italic;
}

.sh_5 {
	opacity: 0.5;
}
.sh_5:hover {
	opacity: 1;
	cursor: pointer;
}

.hover2, .hover_2 {
	transition: .2s ease-in-out;
}

.float_r {
	float: right;
}

.flexbox_st,.flexbox_p1,.flexbox_p2,.flexbox_p3,.flexbox_p4 {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.flex_gap {
	gap: 0.5rem;
}
.flex_gap_1 {
	gap: 1rem;
}

.flexbox_vc,.flexbox_yc {
    align-items: center;
}

.flexbox_gc, .flexbox_xc {
	justify-content: center;
}

.flexboxpos, .flexbox_pos {
	justify-content: space-between;
}

.nowrap {
	white-space: nowrap;
}

.ovh {
	overflow: hidden;
}

.padd_5 {
	padding: 5px !important;
}

.padd_10 {
	padding: 10px !important;
}

.padd_10_30 {
	padding: 10px 30px !important;
}

.full_width_b {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.input {
	background: #fff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    padding: 15px !important;
    margin-bottom: 5px !important;
    width: 100%;
    font-size: 15px;
    border-radius: 5px;
    transition: .2s ease-in-out;
}
.input:hover {
    border: 1px solid #b5b5b5;
}

.mb_5 {
	margin-bottom: 5px;
}
.mb_10 {
	margin-bottom: 10px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_30 {
	margin-bottom: 30px;
}

.align_center {
	text-align: center !important;
}

.flex_200 {
	flex: 200px;
}

.flex_300 {
	flex: 300px;
}

.flex_1 {
	flex: 1;
}

.flex_2 {
	flex: 2;
}

.flex_3 {
	flex: 3;
}

.flexbox_tab {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tbl_list {
	border-collapse: separate;
    border-spacing: 0px 2px;
	font-size: 14px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.td_right {
  color: #5b646e;
}
.td_left {
  color: #848d94;
  min-width: 100px;
}
.tbl_list .td_right {
  padding-left: 15px;
  font-family: 'Proxima Soft',sans-serif;
}
.line_1_3em {
	line-height: 1.3em;
}
.line_2em {
	line-height: 2em;
}

.pos_fz {
	position: fixed;
}

.success_text {
	position: fixed;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0px;
    left: 0px;
    animation: showTop .7s;
    font-size: 17px;
    color: #fff;
    background-color: #39852a;
    z-index: 9999999;
    padding: 20px;
	text-align: center;
}
.error_text {
	position: fixed;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0px;
    left: 0px;
    animation: showTop .7s;
    font-size: 17px;
    color: #fff;
    background-color: #a45050;
    z-index: 9999999;
    padding: 20px;
	text-align: center;
}
@keyframes showTop {
	from {margin-top:-70px;}
	to {margin-top:0px;}
}

.input_order_counts {
    display: block;
    min-width: 0;
    -webkit-appearance: none;
    appearance: none;
    order: 3;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    cursor: text;
    font-size: 15px;
    padding: 5px 7px;
    line-height: 20px;
    border: 2px solid #a9a9a9;
    border-radius: 5px;
	text-align: center;
	max-width: 60px;
}
.input_order_counts:hover {
    box-shadow: rgb(53 104 141) 0px 0px 2px 0px;
	outline: none;
}

.cart_block {
	position: fixed;
	border: 2px solid #e7e7e7;
    bottom: 10px;
    right: 10px;
    padding: 15px 50px;
    background: #fefefe;
    color: #797979;
    border-radius: 7px;
    font-size: 13px;
    /* line-height: 1.5em; */
    text-align: center;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
	font-family: 'Rubik', sans-serif;
	z-index: 200;
}

@media (max-width: 640px) {
	.cart_block {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		bottom: 0px;
		right: 0px;
	}
}

.precart_button {
	border: 0px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #5498b0;
    padding: 7px 15px;
    transition: .2s ease-in-out;
    text-transform: uppercase;
}
.precart_button:hover {
    background: #366d9e;
	opacity: 1;
}
.cart_button {
	border: 0px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: var(--buttons-color);
    padding: 7px 20px;
    transition: .2s ease-in-out;
    text-transform: uppercase;
}
.cart_button:hover {
    background: #71d365;
	opacity: 1;
}
.cart_form_button_remove {
	border: 0px;
    background: none;
    opacity: .5;
    transition: .2s ease-in-out;
	font-size:20px;
}
.cart_form_button_remove:hover {
	opacity: 1;
}

.mt_10 {
	margin-top: 10px;
}

.mt_20 {
	margin-top: 20px !important;
}

.mt_30 {
	margin-top: 30px !important;
}

.mt_40 {
	margin-top: 40px !important;
}

.mt_5 {
	margin-top: 5px;
}

.mt_7 {
	margin-top: 7px;
}

.cart_head {
	font-weight: 500;
    font-size: 17px;
}

.cart_form_item {
	border: 2px solid #ccc;
    padding: 10px;
	border-radius: 5px;
	margin-bottom: 7px;
}

.tbl_name_maxw {
	
}

.block_order_counts {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	justify-content: center;
}

.disabled {
    pointer-events: none;
}
.enable {
    pointer-events: inherit;
}

.mp_textarea {
    min-width: 0;
    position: relative;
    padding: 10px;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: vertical !important;
    outline:none;
    font-family: Rubik,sans-serif;

    background-color: #ffffff;
    border: 1px solid #d2d2d2;
    color: #616161;
    font-size: 15px;
    border-radius: 5px !important;
    line-height: 24px;
}

.mp_ref_li_head {
    margin: 2px;
    color: #939393;
    font-size: 13px;
}

.mp_ref_ulcl {
    padding-left: 0;
    margin: 0px;
}

.mp_ref_li {
    list-style-type: none;
    margin-bottom: 15px;
}
 
.table_adapt_cursor {
	transition: all .2s ease-out;
}
.table_adapt_cursor:hover {
	background: #f7f7f7; 
	cursor: pointer; 
}

.table_adapt_td_ptxt {
	color: #000000;
    font-size: 10px;
    opacity: .3;
    position: absolute;
    top: 2px;
    left: 5px;
    font-weight: 200;
}
.cursor { }
.cursor:hover { cursor: pointer; }

.sh_9 {
	opacity: .9;
	transition: box-shadow .2s ease-in-out;
}
.sh_9:hover {
	opacity: 1;
}

#seria_filters {
	margin-top: 10px;
}
.seria_filters_scroll {
	max-height: 50vh;
	overflow-y: auto;
}

.iq_search_settings_btn {
	background: var(--buttons-color);
    border: 0;
    border-radius: 12px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    outline: transparent;
    padding: 0.5rem 3rem;
    text-align: center;
    text-decoration: none;
    transition: box-shadow .2s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    opacity: .9;
    transition: .2s ease-in-out;
    letter-spacing: .5px;
}
.iq_search_settings_btn:hover {
	opacity: 1;
	color: #FFFFFF;
}

.iq_search_settings_block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
	gap: 0.5rem;
}

.iq_search_settings_out {
	display: none;
    padding: 20px 10px;
	margin: 0 auto;
}

/*Checkboxes styles*/
.mc_check_con { display: none; }

.mc_check_con + label {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
cursor: pointer;
    color: #6e7d83;
    font-size: 15px;
    -webkit-user-select: none;
    font-family: "Rubik", sans-serif;
}

.mc_check_con + label:last-child { margin-bottom: 0; }

.mc_check_con + label:before {
  content: '';
  width: 25px;
  height: 25px;
  border: 1px solid #96acb5;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.mc_check_con:checked + label:before {
  width: 15px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.iq_search_checked_ul {
	    max-width: 1000px;
    margin: 0 auto;
    list-style-position: inside;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    list-style-type: decimal;
    background: #fff;
    padding: 20px 20px;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
}

.licl {
	list-style-type: none;
	margin: 0px;
}
.ulcl {
    padding-left: 0 !important;
    margin: 0px !important;
}

.iq_search_settings_li {
	margin-bottom: 10px;
	vertical-align: middle;
}

.alert_info {
	font-size: 15px;
    font-weight: 500;
    padding: 20px;
    line-height: 1.5em;
    font-family: 'Rubik', sans-serif;
    background: #fbfdff;
    border: 1px solid #e5e8ec;
    color: #4d4d4d;
    border-radius: 7px;
}

/* DROP ZONE */
.dropzone {
	min-height: 150px;
	border: 3px dashed #d4d4d4;
    border-radius: 5px;
    background-color: #fff;
    color: #7b7b7b;
}
.dropzone:hover {
    background-color: #fbfbfb;
	color: #7b7b7b;
}
.dropzone:after {
    background-color: #fbfbfb;
	color: #7b7b7b;
}
.dz-button {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	cursor: pointer;
	outline: inherit;
}
.dz-message {
    text-align: center;
    margin: 3em 0;
}
.enterclass {
	background-color: #f3f3f3 !important;
}
.leaveclass {
	background-color: #e8e8e8;
}
.leaveclass:hover {
    background-color: #e8e8e8;
}
.fileup {
	background-color: #cacaca;
    color: #737373;
}

.sdt_upload_re .filup_re > input[type="file"]{
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0,0,0,0);
	border:0
}
.sdt_upload_re .filup_re{
    position: relative;
    display: block;
    cursor: pointer;
}
.filup_re:hover {
	opacity: 1;
}
.sdt_upload_re .filup_re-file-name{
	display:inline-block;
	max-width:100%;
	overflow:hidden;
	white-space:nowrap;
	word-wrap:normal
}
.padd_7 {
	padding: 7px !important;
}

.table_dark {
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 14px;
width: 640px;
text-align: left;
border-collapse: collapse;
background: #252F48;
margin: 10px;
}
.table_dark th {
color: #EDB749;
border-bottom: 1px solid #37B5A5;
padding: 12px 17px;
}
.table_dark td {
color: #CAD4D6;
border-bottom: 1px solid #37B5A5;
border-right:1px solid #37B5A5;
padding: 7px 17px;
}
.table_dark tr:last-child td {
border-bottom: none;
}
.table_dark td:last-child {
border-right: none;
}
.table_dark tr:hover td {
text-decoration: underline;
}


/* card_view */
.card_view_block {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	gap: 0.5rem;
	padding: 0px 10px 50px 10px;
	font-family: 'Rubik', sans-serif;
}


@media (max-width: 800px) {
	.card_view_block {
		display: block;
	}
	.card_view_image_src {
		width: 100% !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.table_adapt_td_ptxt {
		display: none;
	}
	.name_td {
		text-align:inherit !important;
	}
}

.name_td {
	text-align:left !important;
}
.card_view_left_block {
	flex: 1;
}
.card_view_right_block {
	flex: 4;
}
.card_view_image_block {
	text-align: center;
	padding: 0px 10px;
	margin-bottom: 10px;
}
.card_view_image_src {
	width: 200px;
}
.card_view_head_block {
	background: #f5f5f5;
    color: #626262;
    padding: 7px 15px;
    font-size: 17px;
    border-radius: 3px;
	font-weight: 500;
	margin-bottom: 7px;
}
.card_view_tbl_list {
	border-collapse: separate;
    border-spacing: 0px 2px;
    font-size: 14px;
	line-height: 1.6em;
}
.vtop {
    vertical-align: top;
}
.card_view_td_left {
	padding: 0px 35px 0px 0px;
    font-weight: 500;
    color: #262626;
	min-width: 130px;
	white-space: nowrap;
}
.card_view_td_right {
	
}

.btn_green {
	line-height: 1.5;
    border: 0;
    font-size: 15px;
    padding: 7px 30px;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    font-weight: 400;
    box-shadow: rgb(0 0 0 / 7%) 0px 1px 2px 0px, rgb(0 0 0 / 5%) 0px 0px 2px 0px;
    font-family: 'Rubik',sans-serif;
    background: var(--buttons-color);
    color: #ffffff;
	transition: .2s ease-in-out;
	opacity: .9;
}
.btn_green:hover {
    opacity: 1;
}
.btn_green:visited {
    opacity: 1;
}
.btn_green:link {
    opacity: 1;
}

.btn_blue {
	line-height: 1.5;
    border: 0;
    font-size: 15px;
    padding: 7px 30px;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
    box-shadow: rgb(0 0 0 / 7%) 0px 1px 2px 0px, rgb(0 0 0 / 5%) 0px 0px 2px 0px;
    font-family: 'Rubik',sans-serif;
    background: var(--buttons-color2);
    color: #ffffff;
	transition: .2s ease-in-out;
	opacity: .9;
}
.btn_blue:hover {
    opacity: 1;
}
.btn_blue:visited {
    opacity: 1;
}
.btn_blue:link {
    opacity: 1;
}

.tbl_btn_next_block {
	padding: 25px 5px;
	text-align: center;
}

.button_image__view {
	border: 1px solid #d3d3d3;
    border-radius: 5px;
    font-size: 13px;
    color: #6e6e6e;
    background: #ffffff;
    padding: 7px 20px;
    transition: .2s ease-in-out;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    transition: .2s ease-in-out;
    opacity: .9;
    text-decoration: none;
}
.button_image__view:hover {
    color: #fff;
    background: #7b9aaf;
	opacity: 1;
}

.btn-total_order {
    background: var(--buttons-color);
    padding: 22px 20px;
    border-radius: 5px;
    color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0px;
    height: 40px;
    border: 0;
    cursor: pointer;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    transition: .2s ease-in-out;
    opacity: .9;
    font-size: 13px;
    margin: 0px;
}
.btn-total_order:hover {
	opacity: 1;
}

.iq_search_publisher_block {
	  left: 0;
	  margin-bottom: 5px;
	  z-index: 8;
	  background: #fff;
	  width: 100%;
	  padding: 10px;
	  border: 1px solid var(--border_color);
	  border-radius: 10px;
}

.cm-search-block {
	margin: 25px 0px;
}

.pos_rel {
	position: relative;
}

.input_publisher {
    background-color: var(--block-fon);
    border: 1px solid var(--border_color);
    color: var(--black);
    line-height: 30px;
    padding: 7px 10px;
    font-weight: 400;
    border-radius: 5px;
    transition: .2s ease-in-out;
	height: 50px;
	cursor: pointer;
	font-family: 'Rubik', sans-serif;
	max-width: 200px;
	min-width: 150px;
}
.input_publisher:hover {
	opacity: 1;
}
.nf_block {
	color: #5f5f5f;
    text-align: center;
    padding: 25px 10px 10px 10px;
	font-family: 'Rubik', sans-serif;
	margin: 0 auto;
}
.nf_icon {
    font-size: 7em;
}
.nf_head {
	margin-top: 15px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2em;
}
.nf_txt {
	margin-top: 7px;
    font-size: 14px;
}
.search_btn_icon {
	font-size: 1.8em;
}
.iq_search_publisher_mobile_block {
	display: none;
}

.search_autoorder_notice_block {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	gap: 1rem;
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 70px;
}

.search_autoorder_notice_txt {
	flex: 2;
    font-family: 'Rubik',sans-serif;
    font-size: 1.0rem;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    color: #616161;
	padding: 25px 5px 20px 5px;
} 

.search_autoorder_notice_icon_block {
	flex: 1;
	text-align: center;
	padding: 5px 5px 20px 5px;
}

.search_autoorder_notice_icon {
	font-size: 10em;
    color: var(--buttons-color);
}

.search_autoorder_notice_icon_txt {
	margin-bottom: 10px;
}

.search_autoorder_btn_block {
	margin-top: 20px;
}

.search_autoorder_btn {
    line-height: 1.5;
    border: 0;
    font-size: 1.0rem;
    padding: 10px 30px;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    font-weight: 400;
    box-shadow: rgb(0 0 0 / 7%) 0px 1px 2px 0px, rgb(0 0 0 / 5%) 0px 0px 2px 0px;
    font-family: 'Rubik',sans-serif;
    background: linear-gradient(to bottom right, #95b8cf, #597c93);
    color: #ffffff;
    text-decoration: none;
	opacity: .9;
    transition: .2s ease-in-out;
}
.search_autoorder_btn:hover {
	opacity: 1;
	color: #ffffff;
}

.iq_block_centered {
	margin: 0 auto;
}
.iq_align_center {
	text-align: center;
}
.search_autoorder_ul {
	margin: 0 auto;
    text-align: left;
}
.search_autoorder_li {
    margin: 0px;
    font-size: 14px;
    line-height: 1.4em;
}
.search_autoorder_flex {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	justify-content: center;
    padding: 30px 10px;
}
.so_force_hide {
	display: block;
}
.flexboxpos_rev {
    flex-flow: row-reverse;
}

@media (max-width: 800px) {
	.search_btn_icon {
		font-size: 1.4em;
	}
	.iq_search_settings_block {
		display: block;
	}
	.iq_search_settings_btn {
		width: 100%;
		margin-bottom: 5px;
	}
	.iq_search_publisher_block {
		position: relative;
		width: 100% !important;
	}
	.iq_search_publisher_mobile_block {
		display: block;
	}
	.search_input_class, .search_padd_force {
		padding: 10px 32px 10px 20px !important;
	}
	.input_publisher {
		max-width: inherit;
		width: 100%;
		margin-bottom: 5px;
	}
	.s006 {
		margin-bottom: 20px;
	}
	.so_force_hide {
		display: none;
	}
	.search_block_params {
		width: 100% !important;
	}
}

@media (max-width: 700px) {
	.search_autoorder_notice_block {
		display: block;
	}
} 

.checkselect {
	min-width: 180px;
	position: relative;
	display: inline-block;
	text-align: left;
}
.checkselect-control {
	position: relative;
	padding: 0 !important;
}		
.checkselect-control select {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding-left: 5px;
	height: 50px;
}
.checkselect-over {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0; 			
	cursor: pointer;
}
.checkselect-popup {
	display: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	max-height: 200px;
	position: absolute;
	top: 100%;
	left: 0px; 
	border: 1px solid #dadada;
	border-top: none;
	background: #fff;
	z-index: 9999;
	overflow: auto;
	user-select: none;
}	
.checkselect label {
	position: relative;
    display: block;
    margin: 0;
    padding: 4px 6px 4px 30px;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.1;
    cursor: pointer;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    color: #6d6d6d;
    font-size: 14px;
}			
.checkselect-popup input {
	position: absolute;
	top: 5px; 
	left: 8px;
	margin: 0 !important;
	padding: 0;
}
.checkselect-popup label:hover {
	background: #03a2ff;
	color: #fff;
}
.checkselect-popup label input {
	height: inherit !important;
    width: inherit !important;
}
.checkselect-popup fieldset {
	display: block;
	margin:  0;.
	padding: 0;
	border: none;
}
.checkselect-popup fieldset input {
	left: 15px;
}		
.checkselect-popup fieldset label {
	padding-left: 32px;
}		
.checkselect-popup legend {
	display: block;
	margin: 0;
	padding: 5px 8px;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.1;
}

input[type=checkbox],input[type=radio] {
    border: 1px solid #8c8f94;
    border-radius: 4px;
    background: #fff;
    color: #50575e;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 1rem;
    margin: -.25rem .25rem 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 1rem;
    min-width: 1rem;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    transition: .05s border-color ease-in-out
}
.search_tgl {
    display: none !important;
}
.search_tgl,
.search_tgl:after,
.search_tgl:before,
.search_tgl *,
.search_tgl *:after,
.search_tgl *:before,
.search_tgl + .search_tgl_btn {
    box-sizing: border-box;
}
.search_tgl::-moz-selection,
.search_tgl:after::-moz-selection,
.search_tgl:before::-moz-selection,
.search_tgl *::-moz-selection,
.search_tgl *:after::-moz-selection,
.search_tgl *:before::-moz-selection,
.search_tgl + .search_tgl_btn::-moz-selection {
    background: none;
}
.search_tgl::selection,
.search_tgl:after::selection,
.search_tgl:before::selection,
.search_tgl *::selection,
.search_tgl *:after::selection,
.search_tgl *:before::selection,
.search_tgl + .search_tgl_btn::selection {
    background: none;
}
.search_tgl + .search_tgl_btn {
    outline: 0;
    display: block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	margin: 0 auto;
}
.search_tgl + .search_tgl_btn:after,
.search_tgl + .search_tgl_btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
}
.search_tgl + .search_tgl_btn:after {
    left: 0;
}
.search_tgl + .search_tgl_btn:before {
    display: none;
}
.search_tgl:checked + .search_tgl_btn:after {
    left: 50%;
}
.search_tgl_ios + .search_tgl_btn {
    background: #bfbfbf;
    border-radius: 2em;
    padding: 2px;
    transition: all 0.4s ease;
    border: 1px solid var(--border_color);
}
.search_tgl_ios + .search_tgl_btn:after {
    border-radius: 2em;
    background: #fbfbfb;
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}
.search_tgl_ios + .search_tgl_btn:hover:after {
    will-change: padding;
}
.search_tgl_ios + .search_tgl_btn:active {
    box-shadow: inset 0 0 0 2em #e8eae9;
}
.search_tgl_ios + .search_tgl_btn:active:after {
    padding-right: 0.8em;
}
.search_tgl_ios:checked + .search_tgl_btn {
    background: #71cb71;
}
.search_tgl_ios:checked + .search_tgl_btn:active {
    box-shadow: none;
}
.search_tgl_ios:checked + .search_tgl_btn:active:after {
    margin-left: -0.8em;
}

.search_li_head {
    margin: 2px;
    color: var(--black) !important;
    letter-spacing: 1.5px;
    font-family: 'Rubik', sans-serif;
}

.body_search_block_params {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 10px;
	gap: 0.5rem;
}

.search_block_params {
	flex: 180px;
    padding: 15px 30px;
    border: 1px solid var(--border_color);
    border-radius: 5px;
    text-align: center;
	background: #fff;
} 

.search_head_txt {
	font-size: var(--fs-head);
    color: var(--black) !important;
    font-weight: 500;
    text-align: center;
    margin-bottom: 25px;
    font-family: 'Rubik', sans-serif;
}
.search_input_class {
    width: 100%;
    background: transparent;
    background: #fff;
    display: block;
    width: 100%;
    padding: 10px 32px 10px 10px;
    font-size: 15px;
	font-weight: 500;
    color: #666;
    border-radius: 5px;
    border: 1px solid var(--border_color);
    transition: .2s ease-in-out;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
}
.search_padd_force {
    padding: 15px 32px 15px 32px;
} 
.search_input_block_class {
	position: relative;
	margin-bottom: 5px;
}
.search_provider_input, .search_publisher_input {
	-webkit-appearance: auto !important;
}
.cm_search_label_item {
	-webkit-appearance: auto !important;
}

.table_adapt_td_name {
	padding: 30px 0px;
}

.publisher_checkselect {
	min-width: 180px;
	max-width: 200px !important;
	position: relative;
	display: inline-block;
	text-align: left;
}
.publisher_checkselect-control {
	position: relative;
	padding: 0 !important;
}		
.publisher_checkselect-control select {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding-left: 5px;
	height: 50px;
}
.publisher_checkselect-over {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0; 			
	cursor: pointer;
}
.publisher_checkselect-popup {
	display: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	max-height: 200px;
	position: absolute;
	top: 100%;
	left: 0px; 
	border: 1px solid #dadada;
	border-top: none;
	background: #fff;
	z-index: 9999;
	overflow: auto;
	user-select: none;
}	
.publisher_checkselect label {
	position: relative;
    display: block;
    margin: 0;
    padding: 4px 6px 4px 30px;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.1;
    cursor: pointer;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    color: #6d6d6d;
    font-size: 14px;
}			
.publisher_checkselect-popup input {
	position: absolute;
	top: 5px; 
	left: 8px;
	margin: 0 !important;
	padding: 0;
}
.publisher_checkselect-popup label:hover {
	background: #03a2ff;
	color: #fff;
}
.publisher_checkselect-popup label input {
	height: inherit !important;
    width: inherit !important;
}
.publisher_checkselect-popup fieldset {
	display: block;
	margin:  0;
	padding: 0;
	border: none;
}
.publisher_checkselect-popup fieldset input {
	left: 15px;
}		
.publisher_checkselect-popup fieldset label {
	padding-left: 32px;
}		
.publisher_checkselect-popup legend {
	display: block;
	margin: 0;
	padding: 5px 8px;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.1;
}

.cm_col_auth {
	display: block;
}

@media (max-width: 1200px) {
	.cm_col_auth {
		display: none;
	}
}

.input_default {
    background-color: #fff;
    border: 1px solid var(--border_color);
    color: #616161;
    font-size: 15px;
    line-height: 30px;
    padding: 7px 12px !important;
    font-weight: 400;
    border-radius: 5px;
    transition: .2s ease-in-out;
}

.cm_advsearch_filters {
	margin-top:5px;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: center;
	font-family: 'Rubik', sans-serif;
	gap: 0.5rem;
}

.cm_adv_param_item {
	position: relative;
	font-size: 13px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 400 !important;
	width: fit-content !important;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.cm_adv_param_item_close {
	position: absolute;
    right: -5px;
    top: -5px;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #ccc;
    width: 16px !important;
    height: 16px;
    font-size: 10px;
    padding: 0px;
    text-align: center;
    cursor: pointer;
    z-index: 5;
}

.cm_select {
    display: block;
    min-width: 0;
    order: 3;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-family: Rubik,sans-serif;
    background-color: #fff;
    border: 1px solid #c0c0c0;
    color: #616161;
    font-size: 15px;
    line-height: 30px;
    padding: 10px 15px;
    font-weight: 400;
    border-radius: 5px;
    max-width: 100%;
    cursor: pointer;
}

.bc {
	margin: 0 auto;
}

.cm_curr_block_class {
	padding: 7px 30px;
    font-weight: 500 !important;
	font-family: Rubik,sans-serif;
    font-size: 15px;
    background: var(--block-fon);
	border: 1px solid var(--border_color);
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
}

.cm_new_label {
	position: absolute;
    right: 5px;
    top: 5px;
    background: #3fb053;
    padding: 3px 7px;
    border-radius: 5px;
    font-size: 10px;
    color: #fff;
    font-weight: 500;
}

.cm_notifications {
	
}

.cm_news {
	background: #ffffff;
    border: 1px solid var(--border_color);
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    margin-bottom: 10px;
    max-height: 300px;
    overflow-y: auto;
}

.cm_news_item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 13px;
    font-weight: 400;
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	font-family: "PT Sans", sans-serif;
}

@media (max-width: 700px) {
	.cm_news_item {
		display: block;
	}
}

.cm_news_left {
	flex: 100px;
	padding: 15px;
	border-right: 1px solid #e3e3e3;
	text-align: center;
}

.cm_news_right {
	padding: 15px 15px 25px 15px;
	position: relative;
}

.cm_news_date_add {
	font-weight: 500;
    color: var(--black) !important;
}

.cm_news_date_ago {
	font-size: 11px;
    color: var(--black) !important;
}

.cm_news_content {
	line-height: 1.6em;
    font-size: 15px;
    font-weight: 400;
}


.cm_news_show_btn {
	background: var(--buttons-color);
    border-radius: 10px 0px 0px 0px;
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    padding: 5px 30px;
    color: #ffffff;
    transition: 0.2s ease-in-out;
	text-decoration: none;
	opacity: .9;
}
.cm_news_show_btn:hover {
	opacity: 1;
}
.cm_news_show_btn:hover {
	color: #ffffff;
}
.cm_news_show_btn_block {
	float: right;
}

.cm_provider_search_inb {
	width: 100%;
    padding: 4px !important;
    background: #fff;
    display: block;
    font-size: 15px;
    color: #666;
    border-radius: 2px;
    border: 2px solid #d8e0e5;
    transition: .2s ease-in-out;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
	max-width: 140px;
}

#cm_search_curr_name_span {
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    letter-spacing: 1.5px;
    color: var(--black);
}

.cm_price_discount_new {
	color: #28631a;
    font-weight: 500;
    font-size: 12px;
}

.cm_price_discount_old {
	text-decoration: line-through;
	opacity: .9;
}

.cm_price_discount_value_block {
	background: #6eb942;
    color: #ffffff;
    padding: 3px 7px;
    width: fit-content;
    margin: 0 auto;
    margin-top: 5px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
}

.cm-select-pro {
	
}

.cm-select-pro-out {
    position: absolute;
    z-index: 5;
    padding: 7px;
    left: 0;
    top: 50px;
    background: #fff;
    border: 1px solid #f7f7f7;
    border-radius: 0px 5px 5px 5px;
    max-height: 400px;
    overflow-y: auto;
	box-shadow: 0 2px 5px rgb(0 0 0 / 25%), 0 5px 5px rgb(0 0 0 / 22%);
}

.cm-select-pro-label-out {
	margin-top: 10px;
}
.cm-checkselect {
	flex: 1;
	min-width: 180px;
	position: relative;
	display: inline-block;
	text-align: left;
	margin-bottom: 3px;
}	

@media screen and (min-width:500px) {
	.cm-checkselect {
	}
}

@media screen and (min-width:0px) and (max-width:500px) {
	.cm-checkselect {
		width: 100%;
		max-width: 100% !important;
	}
}

.cm-checkselect label {
	position: relative;
    display: block;
    margin: 0;
    margin-bottom: 5px;
    padding: 4px 5px 4px 5px;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.1;
    cursor: pointer;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    color: #6d6d6d;
    font-size: 13px;
}

.cm-select-btn {
	background-color: var(--block-fon);
    border: 1px solid var(--border_color);
    color: var(--black);
    line-height: 15px;
    padding: 7px 10px;
    font-weight: 400;
    border-radius: 5px;
    transition: .2s ease-in-out;
    height: 50px;
    cursor: pointer;
    opacity: 1;
    font-family: 'Rubik', sans-serif;
	width: 100%;
}

.cm-select-search-input {
    width: 100%;
    padding: 4px !important;
    background: #fff;
    display: block;
    font-size: 15px;
    color: #666;
    border-radius: 2px;
    border: 2px solid #d8e0e5;
    transition: .2s ease-in-out;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
}
 
.cm-select-desc {
	font-size: 10px;
    color: #8d8d8d !important;
    text-align: center;
	margin-top: 3px;
}

.cm-select-btn-desc {
	font-size: 11px;
    color: #2e2e2e !important;
    text-align: center;
	
}
 
.header_container {
	padding: 10px;
	max-width: 1320px;
	margin: 0 auto;
}

.header_flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
    align-items: center;
}
.header_contacts a {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    color: #303030;
    text-decoration: none;
    margin-bottom: 6px;
    display: flex;
    justify-content: flex-end;
	flex-direction: column;
}
.header_a {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #303030;
    text-decoration: none;
    margin-bottom: 6px;
    display: flex;
    justify-content: flex-end;
	flex-direction: column;
}
.header_start_text {
    text-align: center;
}

.f1 {
	flex: 1;
}

.force_show {
	display: none;
}
.force_hide{
	display: block;
}
 
@media screen and (min-width:100px) and (max-width:750px) {
	.force_show {
		display: block;
	}
	.force_hide {
		display: none;
	}
	.s006_center {
		margin-top: 100px;
	}
}

/* MOBILE MENU */
.nav_mob_menu_icon {
  display: none;
}
.nav_mob_menu {
  width: 100%;
  position: fixed;
  right: 0;
  transition: all 0.5s ease;
  transform: translateX(100%);
  top: 0;
  z-index: 1115;
  height: 100vh;
  background: var(--buttons-color);
  overflow-y: auto;
}
.mob_menu_wrapper {
  transform: translateX(0);
  transition: all 0.2s ease;
}
.nav_mob_menu .nav_menu {
  display: block;
  width: 100%;
}
.nav_menu {
  padding: 15px;
}
.nav_mob_menu {
	display: flex;
	align-items: center;
	/* justify-content: center; */
	flex-direction: column !important;
	gap: 20px;
	padding-top: 70px;
}
.icon_menu {
	color: black;
    font-size: 2em;
	opacity: .7;
}
.icon_menu:hover {
	opacity: 1;
}
.exit_icon {
	position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 3em;
    cursor: pointer;
	opacity: .8;
}

.menu_header { 
	padding: 5px 20px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.7rem;
	align-items: center;
}

.menu_mobile_btn_hard {
	background: none;
	padding: 10px 15px;
    width: 100%;
    border: none;
    letter-spacing: 1px;
    border-radius: 5px;
    display: block;
    text-align: center;
    opacity: 1;
    font-weight: 500;
    font-size: 2rem;
    color: #ffffff;
    font-family: var(--font-third);
	opacity: .8;
}
.menu_mobile_btn_hard:hover, .menu_mobile_btn_hard:focus {
	background: none;
	opacity: 1;
    color: white;
}

.menu_mobile_btn_def {
	background: none;
    padding: 5px 10px;
    width: 100%;
    border: none;
    letter-spacing: 1px;
    border-radius: 5px;
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 1.5rem;
    color: #ffffff;
    opacity: .8;
    text-decoration: none;
}
.menu_mobile_btn_deflex:hover, .menu_mobile_btn_deflex:focus {
	background: none;
	opacity: 1;
    color: white;
}

@media screen and (max-width: 900px) {
	.menu_header { 
		padding: 5px 10px;
		gap: 1.2rem;
	}
	.menu_item {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 800px) {
	.menu_header { 
		padding: 5px 5px;
		gap: .8rem;
	}
	.menu_item {
		font-size: 1.2rem;
	}
	
}
@media only screen and (max-width: 750px) {
	.header_contacts {
        display: none;
	}
	.header_contacts a {
		font-size: 10px;
		line-height: 14px;
	}
    .nav_mob_menu_icon {
        display: flex;
    }
    .nav_mob_menu_icon img {
        width: 30px;
        cursor: pointer;
    }
    .nav_menu {
        display: none;
    }
	.header_start_text {
		text-align: left;
	}
}