/*-----------------------------------------------------*/
/* HEADER */
/*-----------------------------------------------------*/

.header-main {
  top: 0;
  z-index: 101;
}

.header-main.sticky {
  position: sticky;
}

@media screen and (max-width: 750px) {
  .header-main.sticky {
    top: -153px !important;
  }
}

@media screen and (min-width: 751px) {
  .header-main {
    position: sticky;
  }
}

.header-main .logo-box {
  padding: 0;
}

.nav-main.show {
  box-shadow: 10px 0 30px 0 rgba(0, 0, 0, .1);
}

/*-----------------------------------------------------*/
/* SLIDER */
/*-----------------------------------------------------*/

.slider-main .item {
  padding-bottom: 72px;
}

@media screen and (min-width: 1200px) {
  .slider-main .item {
    padding-bottom: 112px;
  }
}

@media screen and (max-width: 639px) {
  .slider-main .item {
    padding-bottom: 40px;
  }
}

.slider-main .slick-arrow.slick-prev {
  left: 10px;
}

.slider-main .slick-arrow.slick-next {
  right: 10px;
}

.slider-main .slick-dots {
  opacity: 0;
  visibility: hidden;
}

.slider-main-content {
  display: block;
  padding: 30px 60px 60px;
  position: relative;
  text-align: right;
}

@media screen and (max-width: 1023px) {
  .slider-main-content {
    padding: 30px 30px 50px;
  }
}

.slider-main-content .title {
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .slider-main-content .title {
    font-size: 48px;
  }
}

.slider-main-content .brief {
  font: 24px 'Exo2-Medium', sans-serif;
  margin: 10px 0 0;
  text-transform: uppercase;
}

@media screen and (max-width: 1023px) {
  .slider-main-content .brief {
    font-size: 18px;
  }
}

.slider-main-content .btn-default {
  bottom: -30px;
  position: absolute;
  right: 60px;
}

@media screen and (max-width: 1023px) {
  .slider-main-content .btn-default {
    right: 30px;
  }
}

@media screen and (max-width: 639px) {
  .slider-main-content .btn-default {
    bottom: -20px;
  }
}

/*-----------------------------------------------------*/
/* SECTION ABOUT CONTENT */
/*-----------------------------------------------------*/

.section-about-content {
  margin-bottom: 61px;
}

@media screen and (max-width: 767px) {
  .section-about-content {
    margin-bottom: 50px;
  }
}

/*-----------------------------------------------------*/
/* NEWS MORE SOCIAL */
/*-----------------------------------------------------*/

.news-more-social {
  align-items: center;
  border-bottom: 1px solid #d0d0d0;
  border-top: 1px solid #d0d0d0;
  display: flex;
  padding: 14px 0;
  text-transform: uppercase;
}

.news-more-social-caption {
  margin-right: 17px;
  text-transform: uppercase;
}

.news-more-social-item {
  border-radius: 50%;
  color: white;
  display: block;
  flex-shrink: 0;
  height: 34px;
  line-height: 34px;
  margin-left: 9px;
  text-align: center;
  width: 34px;
}

.news-more-social-item:hover {
  color: white;
}

.news-more-social-item-1 {
  background: #4c6c91;
}

.news-more-social-item-2 {
  background: #3b5998;
}

.news-more-social-item-3 {
  background: #f68634;
}

/*-----------------------------------------------------*/
/* DEALERS FILTER */
/*-----------------------------------------------------*/

.dealers-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media screen and (max-width: 1023px) {
  .dealers-filter {
    display: block;
    margin: 0 0 24px;
	justify-content: flex-end;
  }
}

.dealers-filter-item {
  color: white;
  cursor: pointer;
  display: block;
  font-size: 24px;
  margin: 0 0 24px 24px;
  position: relative;
  width: calc(33.33% - 16px);
}

@media screen and (max-width: 1023px) {
  .dealers-filter-item {
    margin: 0 0 14px;
    width: auto;
  }
}

.dealers-filter-item:nth-child(3n+1) {
    margin-left: 0;
}

.dealers-filter-item-1 {
  background: #127d7a;
}

.dealers-filter-item-2 {
  background: #0e7c0a;
}

.dealers-filter-item-3 {
  background: #e5ba29;
}

.dealers-filter-item-4 {
  background: rgb(129, 129, 129);
}

.dealers-filter-item-5 {
  background: rgb(156, 156, 156);
}

.dealers-filter-item input[type='radio'] {
  position: absolute;
  visibility: hidden;
}

.dealers-filter-item input[type='radio']:checked + .dealers-filter-caption::after {
  opacity: 1;
}

.dealers-filter-caption {
  display: block;
  padding: 10px 10px 10px 55px;
  position: relative;
}

.dealers-filter-caption::before {
  border: 1px solid white;
  border-radius: 3px;
  content: '';
  display: block;
  height: 26px;
  left: 17px;
  margin: -14px 0 0;
  position: absolute;
  top: 50%;
  width: 26px;
}

.dealers-filter-caption::after {
  background: url('../img/check.svg');
  content: '';
  display: block;
  height: 22px;
  left: 19px;
  margin: -11px 0 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: opacity .3s;
  width: 22px;
}

/*-----------------------------------------------------*/
/* MAP POPUP */
/*-----------------------------------------------------*/

.map-popup {
  background: white;
  border: 1px solid #d0d0d0;
  font-size: 18px;
  padding: 20px 30px;
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 639px) {
  .map-popup {
    font-size: 16px;
    padding: 20px;
  }
}

.map-popup::before {
  background: white;
  border-bottom: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  content: '';
  display: block;
  height: 14px;
  left: -8px;
  position: absolute;
  top: 26px;
  transform: rotate(45deg);
  width: 14px;
}

.map-popup-title {
  color: #127d7a;
  font: 24px 'Exo2-Bold', sans-serif;
  margin: 0 0 18px;
  text-transform: uppercase;
}

@media screen and (max-width: 639px) {
  .map-popup-title {
    font-size: 20px;
    margin: 0 0 10px;
  }
}

.map-popup p {
  color: #797979;
  margin: 0 0 20px;
}

@media screen and (max-width: 639px) {
  .map-popup p {
    margin: 0 0 10px;
  }
}

.map-popup p:last-child {
  margin: 0;
}

.map-popup b {
  color: #020202;
  font-family: 'Exo2-Bold';
  font-weight: normal;
}

/*-----------------------------------------------------*/
/* FILTER */
/*-----------------------------------------------------*/

.filter-sector {
  margin: 0;
}

.filter-sector-header {
  background: #127d7a;
  color: white;
  font-family: 'Exo2-Bold';
  padding: 15px 20px;
  text-transform: uppercase;
}

.filter-sector-header:hover {
  background: #0d5755;
}

.filter-sector-header::after {
  border-right: 2px solid white;
  border-top: 2px solid white;
  height: 8px;
  margin-top: -8px;
  width: 8px;
}

.filter-sector-content {
  background: #efefef;
  padding: 20px;
}

.filter-sector-content .has-input-sm {
  font-size: 16px;
}

.filter-sector-content .input-style {
  background: white;
  border-color: #484848;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
  height: 20px;
  margin-right: 11px;
  width: 20px;
}

.filter-sector-content .input-style::before {
  left: 5px;
  top: 6px;
}

.account-sidebar .btn-default {
  font-size: 18px;
  width: 100%;
}

.account-sidebar .btn-reset {
  justify-content: center;
  padding: 1.1em 1.55em;
  text-decoration: underline;
}

.account-sidebar .btn-reset:hover {
  background: #d0d0d0;
  text-decoration: none;
}

.account-btn-mobile {
  background: #127d7a;
  padding: 15px 20px;
}

.account-btn-mobile:hover {
  background: #0d5755;
}

.account-btn-mobile.is-active {
  background: #e5ba29;
}

/*-----------------------------------------------------*/
/* PRODUCT CARDS */
/*-----------------------------------------------------*/

.product-card-wrap {
  margin: 0;
}

.product-card-col {
  margin: 0 30px 40px 0;
  padding: 0;
  width: calc(33.33% - 20px);
}

@media screen and (max-width: 639px) {
  .product-card-col {
    width: calc(50% - 15px);
  }
}

@media screen and (min-width: 640px) {
  .product-card-col:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 639px) {
  .product-card-col:nth-child(even) {
    margin-right: 0;
  }
}

.product-card-img {
  max-width: 100%;
}

.product-card-img > img {
  width: 100%;
}

.product-card-img:hover .icon {
  opacity: 1;
}

.product-card-img .icon {
  align-items: center;
  background: rgba(255, 255, 255, .5) url('../img/zoom-sm.svg') 50% 50% no-repeat;
  background-size: 18px;
  border-radius: 50%;
  bottom: 12px;
  display: flex;
  height: 36px;
  justify-content: center;
  opacity: .5;
  position: absolute;
  right: 12px;
  transition: opacity .3s;
  width: 36px;
}

/*-----------------------------------------------------*/
/* PRODUCT MODAL */
/*-----------------------------------------------------*/

.product-modal-textures {
  display: flex;
  flex-wrap: wrap;
  margin: 24px 0 0;
}

.product-modal-texture {
  align-items: center;
  display: flex;
  margin: 0 45px 30px 0;
  position: relative;
}

.product-modal-texture:hover .img-lg {
  opacity: 1;
  visibility: visible;
}

.product-modal-texture img {
  width: 100%;
}

.product-modal-texture .img-sm {
  border-radius: 8px;
  flex-shrink: 0;
  height: 85px;
  margin-right: 20px;
  position: relative;
  width: 85px;
}

.product-modal-texture .img-sm::before {
  background: url('../img/zoom-sm.svg') 50% 50% no-repeat;
  content: '';
  display: block;
  height: 26px;
  left: 50%;
  margin: -13px 0 0 -13px;
  opacity: .3;
  position: absolute;
  top: 50%;
  width: 26px;
}

.product-modal-texture .img-lg {
  border: 2px solid #626262;
  border-radius: 8px;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity .3s, visibility .3s;
  visibility: hidden;
}

.product-modal-texture .text {
  font-family: 'Exo2-Regular';
  font-size: 22px;
  font-weight: normal;
}

.product-modal-buttons {
  align-items: center;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 799px) {
  .product-modal-buttons {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 800px) {
  .product-modal-buttons .btn-default {
    margin: 0 8px;
  }
}

@media screen and (max-width: 799px) {
  .product-modal-buttons .btn-default {
    margin: 8px 0;
  }
}

.product-advise .item {
  max-width: 50%;
  width: auto;
}

/*-----------------------------------------------------*/
/* SEARCH BAR */
/*-----------------------------------------------------*/

.search-bar {
  display: flex;
  margin: 0 0 26px;
}

.search-bar input[type='search'] {
  border-right: none;
  flex-grow: 1;
  padding: 0 20px;
}

.search-bar button {
  border: none;
  flex-shrink: 0;
  padding: 0;
  width: 46px;
}

.search-bar button img {
  position: relative;
  top: -3px;
}

/*-----------------------------------------------------*/
/* PURCHASE SCHEME */
/*-----------------------------------------------------*/

.purchase-scheme {
  margin: 64px 0;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 799px) {
  .purchase-scheme {
    margin: 35px 0;
  }
}

.purchase-scheme::before {
  background: white;
  content: '';
  display: block;
  height: 8px;
  left: 0;
  margin: -4px 0 0;
  position: absolute;
  top: 50%;
  width: 25px;
  z-index: 2;
}

.purchase-scheme-line {
  background: #e8e8e8;
  display: block;
  height: 8px;
  left: 25px;
  margin: -4px 0 0;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
}

@media screen and (max-width: 799px) {
  .purchase-scheme-line {
    animation-name: slideInDown;
    /* display: none; */
    height: 100%;
    left: 58px;
    margin: 0;
    right: auto;
    top: 0;
    width: 8px;
  }
}

.purchase-scheme-items {
  align-items: center;
  counter-reset: purchaseScheme;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 135px 0;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 799px) {
  .purchase-scheme-items {
    align-items: stretch;
    flex-direction: column;
    padding: 0;
  }
}

.purchase-scheme-item {
  counter-increment: purchaseCounter;
}

@media screen and (max-width: 799px) {
  .purchase-scheme-item {
    align-items: center;
    display: flex;
    margin: 0 0 20px;
    position: relative;
  }
  .purchase-scheme-item:last-child {
    margin: 0;
  }
}

.purchase-scheme-icon {
  flex-shrink: 0;
  height: 75px;
  padding-left: 25px;
  position: relative;
  width: 75px;
}

@media screen and (max-width: 479px) {
  .purchase-scheme-icon {
    height: 45px;
    padding-left: 15px;
    width: 45px;
  }
}

.purchase-scheme-icon::before {
  content: counter(purchaseCounter);
  display: block;
  font: 18px 'Exo2-Bold', sans-serif;
  left: 0;
  position: absolute;
  top: 0;
}

.purchase-scheme-icon::after {
  border-style: solid;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin-left: 4px;
  position: absolute;
  width: 0;
}

@media screen and (max-width: 799px) {
  .purchase-scheme-icon::after {
    border-color: transparent #e5ba29 transparent transparent;
    border-width: 9px 12px 9px 0;
    left: 100%;
    margin: -9px 0 0 8px;
    top: 50%;
  }
}

@media screen and (min-width: 800px) {

  .purchase-scheme-item:nth-child(odd) .purchase-scheme-icon::after {
    border-color: #e5ba29 transparent transparent transparent;
    border-width: 12px 9px 0 9px;
    bottom: 100%;
    margin-bottom: 25px;
  }

  .purchase-scheme-item:nth-child(even) .purchase-scheme-icon::after {
    border-color: transparent transparent #e5ba29 transparent;
    border-width: 0 9px 12px 9px;
    margin-top: 25px;
    top: 100%;
  }

}

.purchase-scheme-img {
  background: #e8e8e8 url('../img/purchase-scheme.png');
  background-size: auto 100%;
  height: 100%;
}

.purchase-scheme-text {
  align-items: center;
  background: white;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
  display: flex;
  height: 98px;
  justify-content: center;
  position: absolute;
  padding: 0 10px;
  text-align: center;
  width: 23.5%;
}

@media screen and (max-width: 799px) {
  .purchase-scheme-text {
    border-left: 6px solid #e5ba29;
    flex-grow: 1;
    height: auto;
    margin-left: 20px;
    padding: 10px;
    position: relative;
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .purchase-scheme-text {
    font-size: 14px;
  }
}

@media screen and (min-width: 800px) {

  .purchase-scheme-item:nth-child(odd) .purchase-scheme-text {
    border-bottom: 6px solid #e5ba29;
    bottom: 50%;
    margin-bottom: 75px;
  }

  .purchase-scheme-item:nth-child(even) .purchase-scheme-text {
    border-top: 6px solid #e5ba29;
    margin-top: 74px;
    top: 50%;
  }

}

.purchase-scheme-item:nth-child(1) .purchase-scheme-img {
  background-position: 0 50%;
}

.purchase-scheme-item:nth-child(2) .purchase-scheme-img {
  background-position: 16.66% 50%;
}

.purchase-scheme-item:nth-child(3) .purchase-scheme-img {
  background-position: 33.33% 50%;
}

.purchase-scheme-item:nth-child(4) .purchase-scheme-img {
  background-position: 50% 50%;
}

.purchase-scheme-item:nth-child(5) .purchase-scheme-img {
  background-position: 66.66% 50%;
}

.purchase-scheme-item:nth-child(6) .purchase-scheme-img {
  background-position: 83.33% 50%;
}

.purchase-scheme-item:nth-child(7) .purchase-scheme-img {
  background-position: 100% 50%;
}

@media screen and (min-width: 800px) {

  .purchase-scheme-item:nth-child(1) .purchase-scheme-text {
    left: 0;
  }

  .purchase-scheme-item:nth-child(2) .purchase-scheme-text {
    left: 7.375%;
  }

  .purchase-scheme-item:nth-child(3) .purchase-scheme-text {
    left: 25.5%;
  }

  .purchase-scheme-item:nth-child(4) .purchase-scheme-text {
    left: 38.25%;
  }

  .purchase-scheme-item:nth-child(5) .purchase-scheme-text {
    left: 51%;
  }

  .purchase-scheme-item:nth-child(6) .purchase-scheme-text {
    left: 69.125%;
  }

  .purchase-scheme-item:nth-child(7) .purchase-scheme-text {
    left: 76.5%;
  }

}

.purchase-buttons {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 799px) {
  .purchase-buttons {
    align-items: center;
    flex-direction: column;
  }
}

.purchase-buttons .btn-default {
  margin: 0 8px;
}

@media screen and (max-width: 799px) {
  .purchase-buttons .btn-default {
    box-sizing: border-box;
    margin: 8px 0;
    width: 100%;
  }
}

/*-----------------------------------------------------*/
/* ACCOUNT ORDER */
/*-----------------------------------------------------*/

.account-order-item {
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  margin: 0 0 10px;
  width: 100%;
}

@media screen and (max-width: 699px) {
  .account-order-item,
  .account-order-item tbody,
  .account-order-item tr,
  .account-order-item th,
  .account-order-item td {
    display: block;
  }

  .account-order-item {
    padding: 18px;
  }

}


.account-order-item td {
  color: #7a7a7a;
  font: 12px 'Exo2-Regular', sans-serif;
  padding: 18px;
}

@media screen and (max-width: 699px) {
  .account-order-item td {
    margin: 0 0 18px;
    padding: 0;
  }

  .account-order-item td:last-child {
    margin: 0;
  }
}

.account-order-item strong {
  color: #080808;
  display: block;
  font: 12px 'Exo2-Medium', sans-serif;
  margin: 0 0 6px;
}

.account-order-item .remove {
  color: #7a7a7a;
}

.account-order-item .remove:hover span {
  color: #7a7a7a;
  text-decoration: none;
}

.account-order-item .remove span {
  text-decoration: underline;
}

/*-----------------------------------------------------*/
/* CATALOG ORDER ITEM */
/*-----------------------------------------------------*/

.catalog-order-item {
  display: flex;
  margin: 0 0 18px;
}

@media screen and (max-width: 1279px) {
  .catalog-order-item {
    display: block;
  }
}

.catalog-order-item-main {
  align-items: flex-start;
  border: 1px solid #efefef;
  border-right: none;
  display: flex;
  flex-grow: 1;
  padding: 18px;
}

@media screen and (max-width: 719px) {
  .catalog-order-item-main {
    border-bottom: none;
    border-right: 1px solid #efefef;
    display: block;
  }
}

.catalog-order-item-sidebar {
  align-items: center;
  background: #efefef;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 184px;
}

@media screen and (max-width: 1279px) {
  .catalog-order-item-sidebar {
    flex-direction: row;
    padding: 18px;
    width: auto;
  }
}

@media screen and (max-width: 719px) {
  .catalog-order-item-sidebar {
    display: block;
  }
}

.catalog-order-item-img {
  display: block;
  margin-right: 20px;
  position: relative;
  max-width: 270px;
}

@media screen and (max-width: 719px) {
  .catalog-order-item-img {
    margin: 0 0 20px;
  }
}

.catalog-order-item-img::before {
  border: 4px solid transparent;
  box-sizing: border-box;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: border-color .5s;
  width: 100%;
}

.catalog-order-item-img:hover::before {
  border-color: #e5ba29;
}

.catalog-order-item-img:hover .catalog-order-item-icon {
  opacity: 1;
}

.catalog-order-item-img > img {
  width: 100%;
}

.catalog-order-item-label {
  background: #e5ba29;
  color: white;
  display: block;
  font-family: 'Exo2-Bold', sans-serif;
  font-weight: normal;
  left: 0;
  padding: 12px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}

.catalog-order-item-icon {
  align-items: center;
  background: rgba(255, 255, 255, .5) url('../img/zoom-sm.svg') 50% 50% no-repeat;
  background-size: 18px;
  border-radius: 50%;
  bottom: 12px;
  display: flex;
  height: 36px;
  justify-content: center;
  opacity: .5;
  position: absolute;
  right: 12px;
  transition: opacity .3s;
  width: 36px;
}

.catalog-order-item-text {
  flex-grow: 1;
}

.catalog-order-item-title {
  border-bottom: 1px solid #e8e8e8;
  font: 24px 'Exo2-Bold', sans-serif;
  margin: 0 0 12px;
  padding: 0 0 12px;
}

.catalog-order-item-entry {
  color: #5e5e5e;
  display: flex;
  font-size: 16px;
  margin: 4px 0 0;
}

.catalog-order-item-caption {
  color: #080808;
  font-family: 'Exo2-Medium', sans-serif;
  font-weight: normal;
  margin-right: 4px;
}

.catalog-order-item-caption-fixed {
  flex-shrink: 0;
  padding: 6px 0;
  width: 92px;
}

.catalog-order-item-specs {
  display: flex;
  flex-wrap: wrap;
}

.catalog-order-item-tag {
  cursor: pointer;
  display: block;
  position: relative;
}

.catalog-order-item-tag input {
  position: absolute;
  visibility: hidden;
}

.catalog-order-item-tag input:checked + span {
  background: #e5ba29;
  color: white;
}

.catalog-order-item-tag span {
  align-items: center;
  background: #e8e8e8;
  color: #333;
  display: flex;
  font-size: 12px;
  margin: 4px;
  padding: 6px 16px;
  transition: background-color .2s, color .2s;
  text-align: center;
}

@media screen and (max-width: 1279px) {
  .catalog-order-item-value {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}

.catalog-order-item-price {
  display: block;
  font: 24px 'Exo2-Bold', sans-serif;
  margin: 25px 0 15px;
}

@media screen and (max-width: 1279px) {
  .catalog-order-item-price {
    margin: 0 30px 0 0;
  }
}

@media screen and (max-width: 719px) {
  .catalog-order-item-price {
    margin: 18px 0 0;
  }
}

@media screen and (min-width: 720px) and (max-width: 1279px) {
  .catalog-order-item-count {
    align-items: center;
    display: flex;
  }
}

.catalog-order-item-count .caption {
  color: #6c6c6c;
  font: 14px 'Exo2-Regular', sans-serif;
  margin: 0 0 20px;
}

@media screen and (max-width: 1279px) {
  .catalog-order-item-count .caption {
    margin: 0 10px 0 0;
  }
}

@media screen and (max-width: 719px) {
  .catalog-order-item-count .caption {
    margin: 0 0 4px;
  }
}

.catalog-order-item-button {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  font-size: 16px;
  height: 40px;
  justify-content: center;
  letter-spacing: 0;
  margin-top: auto;
  padding: 0 12px;
  width: 100%;
}

@media screen and (max-width: 1279px) {
  .catalog-order-item-button {
    margin: 0 0 0 auto;
    width: auto;
  }
}

@media screen and (max-width: 719px) {
  .catalog-order-item-button {
    margin: 18px 0 0;
  }
}

/*-----------------------------------------------------*/
/* NUMBER BOX */
/*-----------------------------------------------------*/

.number-box {
  display: flex;
}

.number-box-val {
  background: white;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  display: block;
  font: 16px 'Exo2-Regular', sans-serif;
  height: 40px;
  text-align: center;
  width: 58px;
  -moz-appearance: textfield;
}

.number-box-val::-webkit-outer-spin-button,
.number-box-val::-webkit-inner-spin-button {
  -webkit-appearance: none
}

.number-box-dec,
.number-box-inc {
  background: #127d7a;
  border: none;
  box-sizing: border-box;
  display: block;
  height: 40px;
  position: relative;
  transition: background-color .3s;
  width: 30px;
}

.number-box-dec:not(:disabled):hover,
.number-box-inc:not(:disabled):hover {
  background: #0d5755;
}

.number-box-dec::before,
.number-box-inc::before,
.number-box-inc::after {
  background: white;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}

.number-box-dec::before,
.number-box-inc::before {
  height: 4px;
  margin: -2px 0 0 -6px;
  width: 12px;
}

.number-box-inc::after {
  height: 12px;
  margin: -6px 0 0 -2px;
  width: 4px;
}

.number-box-dec {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.number-box-inc {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

/*-----------------------------------------------------*/
/* PAGINATION */
/*-----------------------------------------------------*/

.pagination .current a,
.pagination .current a:hover {
  background: #127d7a;
}

/*-----------------------------------------------------*/
/* FILTER SECTOR COL */
/*-----------------------------------------------------*/

.filter-sector-col {
  float: left;
  margin: 0 18px 18px 0;
  width: calc(50% - 9px);
}

.filter-sector-col:nth-child(even) {
  margin-right: 0;
}

.filter-sector-col:last-child {
  margin-bottom: 0;
}

.filter-sector-col:nth-last-child(2):nth-child(odd) {
  margin-bottom: 0;
}

/*-----------------------------------------------------*/
/* FAQ ITEM */
/*-----------------------------------------------------*/

.faq-item {
  margin: 0 0 8px;
}

.faq-item.is-active .faq-item-header::after {
  top: 0;
  transform: rotate(-135deg);
}

.faq-item .accordion-header {
  background: #f1f1f1;
  color: #080808;
  font: 16px 'Exo2-SemiBold', sans-serif;
  padding: 12px 14px;
}

.faq-item .accordion-header::after {
  display: none;
}

.faq-item-header::after {
  border-bottom: 2px solid #080808;
  border-right: 2px solid #080808;
  box-sizing: border-box;
  content: '';
  display: inline-block;
  height: 8px;
  margin-left: 12px;
  position: relative;
  top: -4px;
  transform: rotate(45deg);
  transition: top .3s, transform .3s;
  width: 8px;
}

.faq-item .accordion-content {
  color: #080808;
  padding: 16px 0 8px;
}

.faq-item .accordion-content strong {
  font-family: 'Exo2-SemiBold', sans-serif;
  font-weight: normal;
}

.faq-toggle {
  margin: 48px 0 0;
  text-align: center;
}

@media screen and (max-width: 799px) {
  .faq-toggle {
    margin: 35px 0 0;
  }
}

/*-----------------------------------------------------*/
/* ACCOUNT ORDERS */
/*-----------------------------------------------------*/

.account-orders {
  border-collapse: collapse;
  counter-reset: accountOrders;
  width: 100%;
}

@media screen and (max-width: 799px) {
  .account-orders,
  .account-orders tbody,
  .account-orders th,
  .account-orders td {
    display: block;
  }
}

.account-orders tr {
  border: 1px solid #e8e8e8;
}

@media screen and (max-width: 799px) {
  .account-orders tr {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 18px;
  }
}

.account-orders tr:not(:first-child) {
  counter-increment: accountOrders;
}

.account-orders tr:first-child {
  border-color: #127d7a;
}

@media screen and (max-width: 799px) {
  .account-orders tr:first-child {
    display: none;
  }
}

.account-orders th {
  background: #127d7a;
  color: white;
  font-family: 'Exo2-Medium', sans-serif;
  font-weight: normal;
  padding: 14px 18px;
  text-align: left;
}

.account-orders td {
  padding: 14px 18px;
}

@media screen and (max-width: 799px) {

  .account-orders td {
    margin: 0 0 14px;
    padding: 0;
  }

  .account-orders td:last-child {
    margin: 0;
  }
  .account-orders td:first-child,
  .account-orders td:last-child {
    width: 100%;
  }

}

@media screen and (max-width: 499px) {
  .account-orders td {
    width: 100%;
  }
}

.account-orders-product {
  align-items: flex-start;
  display: flex;
  padding-left: 25px;
  position: relative;
}

.account-orders-product::before {
  content: counter(accountOrders) '.';
  display: block;
  font-family: 'Exo2-Medium', sans-serif;
  font-weight: normal;
  left: 0;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 499px) {

  .account-orders-product {
    display: block;
    padding: 0 25px 0 0;
  }

  .account-orders-product::before {
    left: auto;
    right: 0;
  }

}

.account-orders-img {
  display: block;
  flex-shrink: 0;
  margin-right: 15px;
  max-width: 77px;
  width: 77px;
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
  .account-orders-img {
    display: none;
  }
}

@media screen and (max-width: 499px) {
  .account-orders-img {
    margin: 0 0 18px;
  }
}

.account-orders-img img {
  width: 100%;
}

.account-orders-text {
  flex-grow: 1;
}

.account-orders-title {
  font: 18px 'Exo2-Medium', sans-serif;
  margin: 0 0 8px;
}

.account-orders-title a {
  color: #080808;
}

.account-orders-title a:hover {
  text-decoration: underline;
}

.account-orders-spec {
  color: #707070;
  font-size: 14px;
  margin: 8px 0 0;
}

.account-orders-spec b {
  color: #080808;
  font-family: 'Exo2-Medium', sans-serif;
  font-weight: normal;
}

.account-orders-price {
  font: 14px 'Exo2-Bold';
}

.account-orders-remove {
  color: #7a7a7a;
  font-size: 14px;
  white-space: nowrap;
}

.account-orders-remove:hover span {
  color: #7a7a7a;
  text-decoration: none;
}

.account-orders-remove span {
  text-decoration: underline;
}

.account-orders-caption {
  color: #7a7a7a;
  font-size: 12px;
  margin: 0 0 4px;
}

@media screen and (min-width: 800px) {
  .account-orders-caption {
    display: none;
  }
}

/*-----------------------------------------------------*/
/* ACCOUNT ORDER TOTAL */
/*-----------------------------------------------------*/

.account-order-total {
  font-family: 'Exo2-Medium', sans-serif;
  font-weight: normal;
  width: 270px;
}

.account-order-total-wide {
  width: 430px;
}

@media screen and (max-width: 499px) {
  .account-order-total,
  .account-order-total-wide {
    width: 100%;
  }
}

.account-order-total-entry {
  font-size: 16px;
  margin: 0 0 8px;
}

.account-order-total-result {
  border-top: 1px solid #e8e8e8;
  font-size: 24px;
  margin: 8px 0 0;
  padding: 8px 0 0;
  text-transform: uppercase;
}

/*-----------------------------------------------------*/
/* ACCOUNT ORDER PROCEED */
/*-----------------------------------------------------*/

.account-order-proceed {
  align-items: flex-start;
  display: flex;
  margin: 24px 0 0;
}

@media screen and (max-width: 799px) {
  .account-order-proceed {
    display: block;
  }
}

.account-order-proceed-address {
  flex-grow: 1;
  font: 16px 'Exo2-Medium', sans-serif;
  margin-right: 20px;
}

@media screen and (max-width: 799px) {
  .account-order-proceed-address {
    margin: 0 0 20px;
  }
}

.account-order-proceed-total {
  flex-shrink: 0;
  width: 434px;
}

@media screen and (max-width: 799px) {
  .account-order-proceed-total {
    width: auto;
  }
}

.account-order-proceed-total .account-order-total {
  margin: 0 0 18px;
  width: 100%;
}

.account-order-proceed-buttons {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 799px) {
  .account-order-proceed-buttons {
    align-items: flex-start;
    flex-direction: column;
  }
}

.account-order-proceed-buttons .remove {
  color: #8c8c8c;
  font-size: 16px;
  white-space: nowrap;
}

@media screen and (max-width: 799px) {
  .account-order-proceed-buttons .remove {
    margin: 5px 0 0;
    order: 1;
  }
}

.account-order-proceed-buttons .remove:hover span {
  color: #8c8c8c;
  text-decoration: none;
}

.account-order-proceed-buttons .remove span {
  color: #8c8c8c;
  text-decoration: underline;
}

.account-order-proceed-buttons .remove i {
  font-size: 22px;
  position: relative;
  top: 2px;
}

/*-----------------------------------------------------*/
/* ACCOUNT SECTION */
/*-----------------------------------------------------*/

.account-section {
  margin: 0 0 20px;
}

/*-----------------------------------------------------*/
/* ACCOUNT ORDER SUMMARY */
/*-----------------------------------------------------*/

.account-order-summary {
  display: flex;
  justify-content: flex-end;
  margin: 28px 0 0;
}

/*-----------------------------------------------------*/
/* ACCOUNT ORDER ADDRESS */
/*-----------------------------------------------------*/

.account-order-address {
  align-items: flex-start;
  border-top: 1px solid #e8e8e8;
  display: flex;
  margin: 28px 0 0;
  padding: 28px 0 0;
}

@media screen and (max-width: 799px) {
  .account-order-address {
    flex-direction: column;
  }
}

.account-order-address-title {
  font: 24px 'Exo2-Medium', sans-serif;
  margin: 0 0 20px;
  width: 100%;
}

.account-order-address-brief {
  font-size: 14px;
  flex-grow: 1;
  margin-right: 35px;
}

@media screen and (max-width: 799px) {
  .account-order-address-brief {
    margin: 20px 0 0;
    order: 1;
  }
}
.account-order-address-form {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  justify-content: space-between;
  width: 470px;
}

.account-order-address-form-wide {
  width: 570px;
}

@media screen and (max-width: 799px) {
  .account-order-address-form,
  .account-order-address-form-wide {
    width: 100%;
  }
}

@media screen and (max-width: 499px) {
  .account-order-address-form {
    align-items: flex-start;
    flex-direction: column;
  }
}

.account-order-address-input {
  display: block;
  margin: 0 0 18px;
}

.account-order-address-input-1 {
  width: 100%;
}

.account-order-address-input-2 {
  width: 270px;
}

@media screen and (min-width: 500px) and (max-width: 799px) {
  .account-order-address-input-2 {
    width: calc(50% - 15px);
  }
}

@media screen and (max-width: 499px) {
  .account-order-address-input-2 {
    width: 100%;
  }
}

.account-order-address-form input {
  width: 100%;
}

.account-order-address-back {
  color: #919191;
  display: inline-block;
  font: 14px 'Exo2-Medium', sans-serif;
  padding-left: 15px;
  position: relative;
}

@media screen and (max-width: 499px) {
  .account-order-address-back {
    margin: 15px 0 0;
    order: 1;
  }
}

.account-order-address-back:hover span {
  color: #919191;
  text-decoration: underline;
}

.account-order-address-back::before {
  border-bottom: 2px solid #919191;
  border-left: 2px solid #919191;
  content: '';
  display: block;
  height: 6px;
  left: 0;
  margin: -3px 0 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 6px;
}

.account-order-address-button {
  box-sizing: border-box;
  width: 270px;
}

@media screen and (max-width: 499px) {
  .account-order-address-button {
    width: 100%;
  }
}

.account-order-address-label {
  display: block;
  font-family: 'Exo2-Medium', sans-serif;
  margin: 0 0 10px;
}

/*-----------------------------------------------------*/
/* FORM MODAL */
/*-----------------------------------------------------*/

.form-modal {
  background: white;
  display: none;
  overflow: visible;
  padding: 40px 50px;
  width: 670px;
}

@media screen and (max-width: 799px) {
  .form-modal {
    padding: 30px;
    width: auto;
  }
}

.form-modal-title {
  font: 30px 'Exo2-Bold', sans-serif;
  margin: 0 0 30px;
  text-align: center;
  text-transform: uppercase;
}

.form-modal-input {
  display: block;
  margin: 0 0 30px;
}

@media screen and (max-width: 799px) {
  .form-modal-input {
    margin: 0 0 20px;
  }
}

.form-modal-label {
  display: block;
  font-family: 'Exo2-Medium', sans-serif;
  margin: 0 0 14px;
}

@media screen and (max-width: 799px) {
  .form-modal-label {
    margin: 0 0 5px;
  }
}

.form-modal-input input {
  width: 100%;
}

.form-modal-input textarea {
  resize: none;
  width: 100%;
}

@media screen and (min-width: 800px) {
  .form-modal-inputs {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 800px) {
  .form-modal-inputs .form-modal-input {
    width: 270px;
  }
}

.form-modal-button {
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 270px;
}

.form-modal .fancybox-close-small {
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: -44px;
  top: -10px;
  transition: transform .3s;
}

.form-modal  .fancybox-close-small:hover {
  transform: rotate(90deg);
}

@media screen and (max-width: 799px) {
  .form-modal  .fancybox-close-small {
    right: -10px;
    top: -44px;
  }
}

.form-modal .fancybox-close-small svg {
  color: white;
  fill: white;
  opacity: 1;
  transform: scale(1.5);
}

/*-----------------------------------------------------*/
/* FANCYBOX */
/*-----------------------------------------------------*/

.fancybox-bg {
  background: black;
}

.fancybox-is-open .fancybox-bg {
  opacity: .7;
}

/*-----------------------------------------------------*/
/* HEADING BOX */
/*-----------------------------------------------------*/

@media screen and (max-width: 1099px) {
  .content-header {
    display: block;
  }
  .content-header .heading-box {
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 639px) {
  .content-header-right {
    display: block;
  }
}

/*----------------------------------------*/
/* DEALERS MODAL (2023) */
/*----------------------------------------*/
.v23-dealers-modal {
  border-radius: 6px;
  display: none;
  max-width: 100%;
  padding: 50px;
  width: 570px;
}
@media screen and (max-width: 767px) {
  .v23-dealers-modal {
    padding: 24px;
  }
}
.v23-dealers-modal .fancybox-close-small {
  height: 26px;
  right: 12px;
  top: 12px;
  width: 26px;
}
@media screen and (max-width: 767px) {
  .v23-dealers-modal .fancybox-close-small {
    height: 24px;
    right: 0;
    top: 0;
    width: 24px;
  }
}
.v23-dealers-modal__input {
  background: #F1F1F1;
  border: 0;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  font-size: 16px;
  height: 44px;
  padding: 0 15px;
  width: 100%;
}
.v23-dealers-modal__back {
  color: #0e7c79;
  display: inline-block;
  font-size: 14px;
  font-family: 'Exo2-Medium';
  line-height: 24px;
  margin: 0 0 20px;
  padding-left: 26px;
  position: relative;
  text-transform: uppercase;
}
.v23-dealers-modal__back:hover {
  color: #0e7c79;
}
.v23-dealers-modal__back::before {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy45ODc1IDEuMDEyNUw5LjU2MjUgMi41ODc1TDQuMjc1IDcuODc1SDE4VjEwLjEyNUg0LjI3NUw5LjU2MjUgMTUuNDEyNUw3Ljk4NzUgMTYuOTg3NUwwIDlMNy45ODc1IDEuMDEyNVoiIGZpbGw9IiM1MjdBNzUiLz48L3N2Zz4K');
  content: '';
  display: block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 18px;
}
.v23-dealers-modal__heading {
  margin: 0 0 30px;
}
.v23-dealers-modal__section {
  margin: 0 0 20px;
}
.v23-dealers-modal__title {
  color: #0e7c79;
  font-size: 14px;
  font-family: 'Exo2-Medium';
  margin: 0 0 15px;
}
.v23-dealers-modal__checkbox {
  cursor: pointer;
  display: block;
  position: relative;
}
.v23-dealers-modal__checkbox-input {
  height: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.v23-dealers-modal__checkbox-input:checked ~ .v23-dealers-modal__checkbox-text {
  color: #0F5856;
}
.v23-dealers-modal__checkbox-input:checked ~ .v23-dealers-modal__checkbox-text::before {
  border-color: #0F5856;
}
.v23-dealers-modal__checkbox-input:checked ~ .v23-dealers-modal__checkbox-text::after {
  opacity: 1;
}
.v23-dealers-modal__checkbox-text {
  color: rgba(8, 8, 8, 0.5);
  font-size: 16px;
  font-family: 'Exo2-Medium';
  line-height: 24px;
  padding-left: 26px;
  position: relative;
}
.v23-dealers-modal__checkbox-text::before,
.v23-dealers-modal__checkbox-text::after {
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 3px;
}
.v23-dealers-modal__checkbox-text::before {
  border: 2px solid rgba(8, 8, 8, 0.3);
  height: 14px;
  width: 14px;
}
.v23-dealers-modal__checkbox-text::after {
  background: #0F5856;
  height: 8px;
  margin: 5px 0 0 5px;
  opacity: 0;
  width: 8px;
}
.v23-dealers-modal__submit {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 100%;
  width: 270px;
}

/*----------------------------------------*/
/* DEALERS CITY (2023) */
/*----------------------------------------*/
.v23-dealers-city {}
.v23-dealers-city__search {
  margin: 0 0 20px;
}
.v23-dealers-city__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 35px -20px;
}
.v23-dealers-city__list:last-child {
  margin: 0;
}
.v23-dealers-city__list-item {
  color: #080808;
  font-size: 16px;
  font-family: 'Exo2-Medium';
  margin: 0 0 5px 20px;
}
.v23-dealers-city__list-item:hover {
  color: #0F5856;
}
.v23-dealers-city__dropdown:not(:last-child) {
  margin: 0 0 10px;
}
.v23-dealers-city__dropdown-toggle {
  color: #0e7c79;
  display: block;
  font-size: 15px;
  font-family: 'Exo2-Medium';
  line-height: 24px;
  padding-left: 26px;
  position: relative;
  text-transform: uppercase;
}
.v23-dealers-city__dropdown-toggle:not(.is-active):hover {
  color: #0e7c79;
}
.v23-dealers-city__dropdown-toggle::before {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCB4PSIxIiB5PSIxIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHN0cm9rZT0iIzUyN0E3NSIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZD0iTTggNUgxMFYxM0g4VjVaIiBmaWxsPSIjNTI3QTc1Ii8+PHBhdGggZD0iTTEzIDhWMTBMNSAxMEw1IDhMMTMgOFoiIGZpbGw9IiM1MjdBNzUiLz48L3N2Zz4=');
  content: '';
  display: block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 18px;
}
.v23-dealers-city__dropdown-toggle.is-active {
  color: rgba(8, 8, 8, 0.30);
}
.v23-dealers-city__dropdown-toggle.is-active::before {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCB4PSIxIiB5PSIxIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHN0cm9rZT0iIzA4MDgwOCIgc3Ryb2tlLW9wYWNpdHk9IjAuMyIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZD0iTTEzIDhWMTBMNSAxMEw1IDhMMTMgOFoiIGZpbGw9IiMwODA4MDgiIGZpbGwtb3BhY2l0eT0iMC4zIi8+PC9zdmc+Cg==');
}
.v23-dealers-city__dropdown-content {
  display: none;
  padding: 5px 0 1px 6px;
}

/*----------------------------------------*/
/* DEALERS SHOP (2023) */
/*----------------------------------------*/
@media screen and (min-width: 768px) {
  .v23-dealers-shop {
    padding-top: 30px;
  }
}
.v23-dealers-shop__address {
  cursor: pointer;
  display: block;
  margin: 0 0 15px;
  position: relative;
}
.v23-dealers-shop__address-input {
  height: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.v23-dealers-shop__address-input:checked ~ .v23-dealers-shop__address-text {
  border: 2px solid #0F5856;
  color: #0F5856;
  padding: 8px 13px;
}
.v23-dealers-shop__address-input:checked ~ .v23-dealers-shop__address-text .v23-dealers-shop__address-location {
  color: inherit;
}
.v23-dealers-shop__address-text {
  background: #F1F1F1;
  display: block;
  padding: 10px 15px;
}
.v23-dealers-shop__address-name {
  display: block;
  font-size: 16px;
  font-family: 'Exo2-Medium';
  margin: 0 0 2px;
}
.v23-dealers-shop__address-location {
  display: block;
  color: rgba(8, 8, 8, 0.5);
  font-size: 14px;
}
.v23-dealers-shop__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -15px -20px;
}
@media screen and (max-width: 767px) {
  .v23-dealers-shop__info {
    margin-left: 0;
  }
}
.v23-dealers-shop__info-input {
  margin: 0 0 15px 20px;
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .v23-dealers-shop__info-input {
    margin-left: 0;
    width: 100%;
  }
}
.v23-dealers-shop__info-input:first-child {
  width: calc(100% - 20px);
}
.v23-dealers-shop__type {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -20px -30px;
}
.v23-dealers-shop__type-item {
  margin: 0 0 20px 30px;
}
.v23-dealers-shop__comment {
  display: block;
  margin: 0 0 30px;
  width: 100%;
}

/*----------------------------------------*/
/* DEALERS ERROR (2023) */
/*----------------------------------------*/
@media screen and (min-width: 768px) {
  .v23-dealers-error {
    padding-top: 30px;
  }
}
.v23-dealers-error__text {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .v23-dealers-error__text {
    margin: 0 0 30px;
  }
}

/*----------------------------------------*/
/* SECTION (2023) */
/*----------------------------------------*/
.v23-section {
  padding: 55px 0 95px;
}
.v23-section--bg {
  background: #F1F1F1;
}
.v23-section--bg .heading-box .title-1 {
  background: #F1F1F1;
}

/*----------------------------------------*/
/* ADVERT MATERIALS (2023) */
/*----------------------------------------*/
.v23-advert-materials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -40px 0 0 -30px;
}
.v23-advert-materials__item {
  color: #080808;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 40px 0 0 30px;
  max-width: 370px;
  width: calc(33.33% - 30px);
}
.v23-advert-materials__item:hover {
  color: #080808;
}
.v23-advert-materials__item:hover .v23-advert-materials__button {
  background: #080808;
  color: #FFF;
}
.v23-advert-materials__image {
  margin: 0 0 14px;
  width: 100%;
}
.v23-advert-materials__title {
  font-size: 18px;
  font-family: 'Exo2-Medium';
  margin: 0 0 20px;
}
.v23-advert-materials__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #080808;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-family: 'Exo2-Medium';
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.09em;
  margin: auto 0 0;
  text-align: center;
  text-transform: uppercase;
  width: 180px;
}
@media screen and (max-width: 1023px) {
  .v23-advert-materials__item {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 639px) {
  .v23-advert-materials {
    margin-left: 0;
  }
  .v23-advert-materials__item {
    margin-left: 0;
    width: 100%;
  }
  .v23-advert-materials__title {
    margin: 0 0 14px;
  }
}

/*----------------------------------------*/
/* ADVERT VIDEO */
/*----------------------------------------*/
.v23-advert-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -30px 0 0 -30px;
}
.v23-advert-video__item {
  margin: 30px 0 0 30px;
  width: calc(50% - 30px);
}
@media screen and (max-width: 639px) {
  .v23-advert-video {
    margin-left: 0;
  }
  .v23-advert-video__item {
    margin-left: 0;
    width: 100%;
  }
}

/*----------------------------------------*/
/* ADVERT DESCRIPTION */
/*----------------------------------------*/
.v23-advert-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -30px 0 0 -30px;
}
.v23-advert-description__item {
  margin: 30px 0 0 30px;
  max-width: 570px;
  width: calc(50% - 30px);
}
.v23-advert-description__text {
  margin: 0 0 40px;
}
.v23-advert-description__text:last-child {
  margin: 0;
}
.v23-advert-description__text--short {
  max-width: 440px;
}
.v23-advert-description__text p:not(:last-child) {
  margin: 0 0 20px;
}
.v23-advert-description__text p a {
  border-bottom: 1px solid currentColor;
  color: inherit;
}
.v23-advert-description__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #080808;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #080808;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-family: 'Exo2-Medium';
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.09em;
  text-align: center;
  text-transform: uppercase;
  width: 200px;
}
.v23-advert-description__button:hover {
  background: #080808;
  color: #FFF;
}
@media screen and (max-width: 1023px) {
  .v23-advert-description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-left: 0;
  }
  .v23-advert-description__item {
    margin-left: 0;
    width: 100%;
  }
}

/*----------------------------------------*/
/* ADVERT SLIDER (2023) */
/*----------------------------------------*/
.v23-advert-slider {
  position: relative;
}
.v23-advert-slider .slick-arrow {
  background: #FFF;
  border-radius: 50%;
  height: 46px;
  margin: -12px 0 0;
  padding: 2px;
  position: absolute;
  top: 50%;
  width: 46px;
}
.v23-advert-slider .slick-arrow svg {
  fill: #0F5856;
}
.v23-advert-slider .slick-prev {
  left: 16px;
}
.v23-advert-slider .slick-next {
  right: 16px;
}
.v23-advert-slider .slick-dots {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0 0;
}
.v23-advert-slider .slick-dots li {
  margin: 0 5px;
}
.v23-advert-slider .slick-dots button {
  background: #E2E2E2;
  border-radius: 50%;
  display: block;
  height: 10px;
  width: 10px;
}
.v23-advert-slider .slick-dots .slick-active button {
  background: #0e7c79;
}

/*----------------------------------------*/
/* PLYR */
/*----------------------------------------*/
:root {
  --plyr-color-main: #0e7c79;
}
.plyr .plyr__control--overlaid {
  background: rgba(0, 0, 0, 0.5);
  height: 80px;
  opacity: 1;
  padding: 0;
  width: 80px;
}
.plyr .plyr__control--overlaid:hover {
  background: rgba(0, 0, 0, 0.5);
}
.plyr .plyr__control--overlaid svg {
  fill: #FFF;
  height: 64px;
  left: 0;
  margin: auto;
  width: 64px;
}
.plyr--video.plyr--stopped .plyr__controls {
  display: none;
}

/*----------------------------------------*/
/* TOOLTIP FIX */
/*----------------------------------------*/
[data-tooltip] {
  cursor: default;
}
.js_kTooltip {
  background: #FFF;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.15);
  padding: 5px;
  position: fixed;
  z-index: 99;
	display: none;
}

/*----------------------------------------*/
/* NEWS FIX */
/*----------------------------------------*/
.news-col .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.news-col .news-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.news-col .news-body,
.news-col .news-body-content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.news-col .news-body-fixed {
  margin: 0 0 20px;
}
.news-col .news-body-fixed + .btn-default {
  margin: auto 0 0;
}
.news-col .news-body-fixed .title {
  margin: 0 0 10px;
}
