@charset "UTF-8";
/******************************/
@import "toastr.css";
@import "utilits.css";
/******************************/
::-webkit-scrollbar {
    width: 12px;
    background-color: #f9f9fd;
}
::-webkit-scrollbar-thumb {
    background-color: #cb9c09;
}
/******************************/
@-webkit-keyframes spintell {
  0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
  25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
  50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
  75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
  100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-moz-keyframes spintell {
  0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
  25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
  50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
  75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
  100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes spintell {
  0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
  25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
  50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
  75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
  100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 55rem;
  padding: 25px 25px 25px 50px;
}
#toast-container.toast-top-center .toast-message {
  font-weight: 600;
}
/*------custom-radio-------*/
.custom-radio {
  padding: 0.6rem 1.2rem;
}
.custom-radio>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-radio .custom-control-label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.custom-radio .custom-control-label {
  font-size: 1.4rem;
  font-weight: 600;
}
.custom-radio .custom-control-label::before {
  content: '';
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 50%;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-radio>input:not(:disabled):not(:checked)+.custom-control-label:hover::before {
  border-color: #b3d7ff;
}
.custom-radio>input:not(:disabled):active+.custom-control-label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-radio>input:focus+.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-radio>input:focus:not(:checked)+.custom-control-label::before {
  border-color: #80bdff;
}
.custom-radio>input:checked+.custom-control-label::before {
  border-color: #0b76ef;
  background-color: #0b76ef;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio>input:disabled+.custom-control-label::before {
  background-color: #e9ecef;
}

/* для элемента input c type="checkbox" */
.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-checkbox+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.custom-checkbox+label::before {
  content: '';
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.6em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
  border-color: #b3d7ff;
}
.custom-checkbox:not(:disabled):active+label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-checkbox:focus+label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-checkbox:focus:not(:checked)+label::before {
  border-color: #80bdff;
}
.custom-checkbox:checked+label::before {
  border-color: #0b76ef;
  background-color: #0b76ef;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox:disabled+label::before {
  background-color: #e9ecef;
}
.custom-checkbox-blok label {
  padding-left: 0px;
}
/***************************/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: linear-gradient(to right bottom, #ffc312, #a67f00);
  top: 0;
  left: 0;
}
.preloader .loader {
  position: absolute;
  top: calc((100vh - 90px / 2) - 60%);
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  width: 90px;
  height: 90px;
}
.preloader .loader-i {
  position: absolute;
  top: calc((100vh - 140px / 2) - 60%);
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  width: 140px;
  height: 140px;
}
.preloader .box {
  width: 100%;
  height: 100%;
  background: url("../img/cropped-90.png");
}
.pl-inner {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;  
}
.pl-inner.one {
  left: 0%;
  top: 0%;
  animation: rotate-one 1s linear infinite;
  border-bottom: 3px solid #EFEFFA;
}
.pl-inner.two {
  right: 0%;
  top: 0%;
  animation: rotate-two 1s linear infinite;
  border-right: 3px solid #EFEFFA;
}
.pl-inner.three {
  right: 0%;
  bottom: 0%;
  animation: rotate-three 1s linear infinite;
  border-top: 3px solid #EFEFFA;
}
@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
/***************************/
.site-name-h {
  text-align: center;
  margin-bottom: 10px;
}
.tech_slideshow0 .tech_slideshow_text {
  padding-right: 50%;
}
.tech_slideshow1 .tech_slideshow_text {
  padding-left: 44%;
}

.search .search-input {
  border: 2px solid #edebeb;
  background: #f7f7f7;
}
/***** Asmessenger *****/
.messenger-btn svg {
  width: 33px;
  height: 30px;
}
#messenger-links {
  -webkit-box-shadow: 0px 0px 29px 3px rgba(34, 60, 80, 0.29);
  -moz-box-shadow: 0px 0px 29px 3px rgba(34, 60, 80, 0.29);
  box-shadow: 0px 0px 29px 3px rgba(34, 60, 80, 0.29);
  padding: 1rem 0;
}
#messenger-links::after {
  content: '';
  position: absolute;
  left: 20px; bottom: -20px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
}
#messenger-links svg {
  width: 80px;
  position: relative;
  display: inline-block;
  height: 32px;
}
#messenger-links svg:hover {
  opacity: 0.7;
}
.messenger {
  width: 40px;
  height: 40px;
  float: right;
  position: fixed;
  bottom: 40px;
  z-index: 1035;
  right: 30px;
}
.messenger-btn {
  background-color: #f4c834;
  color: #ffffff;
  fill: #ffffff;
  padding: 14px;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  position: absolute;
  cursor: pointer;
  z-index: 2;
  animation: spintell 7s infinite linear;
  -webkit-animation: spintell 7s infinite linear;
  -moz-animation: spintell 7s infinite linear;
}
.messenger-links {
  position: absolute;
  left: -43px;
  bottom: 50px;
  opacity: 0;
  visibility: hidden;
  transition: .55s opacity, .55s visibility;
  transform-origin: 100% 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  border-radius: 10px;
}
.messenger-links.show2 {
  opacity: 1;
  visibility: visible;
}
.messenger-links a, .messenger-links .call-order {
  text-align: center;
  padding: 3px 10px;
  display: inline-block;
  margin: auto;
}
/***** End Asmessenger *****/
/***************************/
.row-register .title-h1 {
  text-transform: none;
  text-align: center;
  font-size: 3rem;
  padding-bottom: 0;
  margin-bottom: 2rem;
}
.row-register .title-h1 h1 {
  font-size: 3rem;
}
.row-check-btm .buttons {
 margin-top: 0;
}
.row-acc_cmb_register {
  margin-bottom: 10px;
  padding: 10px;
}
#accc_aff_data {
  margin-top: 2rem;
}
.row-check-btn .blok-checkbox .agree {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.f-bd {display:none;}
/*-----------------------*/
.simplecheckout .simplecheckout-button-right>span {
  display: block;
  width: 100%;
  margin-bottom: 1.2rem;
  float: none !important;
  text-align: right;
}
/***************************/
/********* MEDIA *********/
@media (min-width: 992px) {
  #wishlist-total sup {
	margin-left: -1rem;
    top: -1rem;
  }
}
@media (min-width: 1200px) {
  #wishlist-total sup {
	margin-left: -1rem;
    margin-right: 1rem;
    top: -1rem;
  }
}
@media (max-width: 991px) {
  .cart .cart-total .fas {
    color: #DAA500;
  }
}
@media (max-width: 768px) {
  .tech_slideshow0 .tech_slideshow_text {
    padding-right: 0;
	padding-left: 2.8rem;
  }
  .tech_slideshow1 .tech_slideshow_text {
    padding-right: 2.8rem;
	padding-left: 0;
  }
  /******* search *******/
  .search .search-input {
    width: 76%;
    margin-left: 1.5rem;
  }
  .search .s-search-close::after {
    top: 10px;
    right: 23%;
  }
  .search .btn-search-close {
    margin-right: 1.2rem;
  }
  .blok-search .col-search {
	float: left;
	padding-bottom: 1rem;
  }
  .blok-search .search-input, .blok-search .search-category {
	width: 85%;
	float: right;
  }
  .blok-search .search-button {
	text-align: center;
    width: 100%;
	padding-top: 1rem;
  }
  /*-----------------------*/
}
@media (max-width: 620px) {
  .row-check-btn .col-xs-8, .row-check-btn .col-xs-4 {
    width: 100% !important;
  }
  .row-check-btn .blok-checkbox {
    text-align: left !important;
	padding-left: 3rem;
	padding-bottom: 2rem;
  }
  .row-check-btn .blok-btn .text-right {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .simplecheckout .simplecheckout-button-right>span {
    margin-bottom: 1.4rem;
    margin-right: 0;
    text-align: left;
  }
}
@media (max-width: 498px) {
  #toast-container.toast-top-center > div,
  #toast-container.toast-bottom-center > div {
    width: 95%;
	padding: 15px 15px 15px 50px;
  }
}
@media (max-width: 444px) {
  /******* search *******/
  .search .search-input {
    width: 73%;
    margin-left: 1.5rem;
  }
  .blok-search .col-search {
	float: left;
	padding-bottom: 1rem;
  }
  .blok-search .search-input, .blok-search .search-category {
	width: 95%;
	float: right;
  }
  .blok-search .search-button {
	text-align: center;
    width: 100%;
	padding-top: 1rem;
  }
  /*-----------------------*/
}