@charset "UTF-8";
.form-wrapper .tpl-anketa-success-note {
  color: #000;
}
body .shop2-product .form-add .buy-one-click {
  margin-top: 5px;
  float: none;
}
.product-bot .buy-one-clicks {
  cursor: pointer;
  float: right;
  font-family: "Fira  Sans  Condensed", Arial, Helvetica, sans-serif;
  width: 100%;
  background: #012931;
  margin-top: 5px;
  line-height: 33px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.product-side-r-bot .buy-one-clicks {
  cursor: pointer;
  float: right;
  font-family: "Fira  Sans  Condensed", Arial, Helvetica, sans-serif;
  max-width: 190px;
  margin: 10px auto 0;
  width: 100%;
  background: #012931;
  line-height: 33px;
  float: none;
  height: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.td.column-add .buy-one-clicks {
  cursor: pointer;
  float: right;
  font-family: "Fira  Sans  Condensed", Arial, Helvetica, sans-serif;
  max-width: 190px;
  margin: 10px auto 0;
  width: 100%;
  background: #012931;
  line-height: 33px;
  float: none;
  height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
body .kind-price .buy-one-clicks {
  cursor: pointer;
  float: right;
  font-family: "Fira  Sans  Condensed", Arial, Helvetica, sans-serif;
  max-width: 190px;
  margin: 10px auto 0;
  width: 100%;
  background: #012931;
  line-height: 33px;
  float: none;
  height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.shop2-product .form-add .shop2-product-amount {
  display: none;
}
.menu-top {
  padding: 12px 0 14px 100px !important;
}
/* Основная кнопка */
.messanger {
  position: fixed;
  left: 58px;
  bottom: 0px;
  transform: translate(-50%, -50%);
  background: #ff7b00;
  /*цвет кнопки*/
  border-radius: 50%;
  width: 55px;
  /*ширина кнопки*/
  height: 55px;
  /*высота кнопки*/
  color: #fff;
  text-align: center;
  line-height: 53px;
  /*центровка иконки в кнопке*/
  font-size: 35px;
  /*размер иконки*/
  z-index: 9999;
}
.messanger a {
  color: #ffffff !important;
}
.messanger a:hover {
  color: #ffffff !important;
}
.messanger:before, .messanger:after {
  content: " ";
  display: block;
  position: absolute;
  border: 50%;
  border: 1px solid #ff7b00;
  /*цвет анимированных волн от кнопки*/
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
}
.messanger:after {
  animation-delay: 0.5s;
}
@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@media (max-width: 800px) {
  .messanger {
    bottom: -25px;
    left: 30px;
  }
}
/*WhatsApp кнопка */
.whatsapp-button {
  display: inline-block;
  margin: 0 0 20px;
  transform: translate(-50%, -50%);
  background: #25D366;
  /*цвет кнопки*/
  border-radius: 50%;
  width: 55px;
  /*ширина кнопки*/
  height: 55px;
  /*высота кнопки*/
  color: #fff;
  text-align: center;
  line-height: 53px;
  /*центровка иконки в кнопке*/
  font-size: 35px;
  /*размер иконки*/
  z-index: 9999;
}
.whatsapp-button a {
  color: #fff;
}
.whatsapp-button:before, .whatsapp-button:after {
  content: " ";
  display: block;
  position: absolute;
  border: 50%;
  border: 1px solid #25D366;
  /*цвет анимированных волн от кнопки*/
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
}
.whatsapp-button:after {
  animation-delay: 0.5s;
}
@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@media (max-width: 800px) {
  .whatsapp-button {
    bottom: -25px;
    left: 30px;
  }
}
/*Telegram кнопка */
.telegram-button {
  display: inline-block;
  margin: 0 0 20px;
  transform: translate(-50%, -50%);
  background: #0088cc;
  /*цвет кнопки*/
  border-radius: 50%;
  width: 55px;
  /*ширина кнопки*/
  height: 55px;
  /*высота кнопки*/
  color: #fff;
  text-align: center;
  line-height: 53px;
  /*центровка иконки в кнопке*/
  font-size: 35px;
  /*размер иконки*/
  z-index: 9999;
}
.telegram-button a {
  color: #fff;
}
.telegram-button:before, .telegram-button:after {
  content: " ";
  display: block;
  position: absolute;
  border: 50%;
  border: 1px solid #0088cc;
  /*цвет анимированных волн от кнопки*/
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
}
.telegram-button:after {
  animation-delay: 0.5s;
}
@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@media (max-width: 800px) {
  .telegram-button {
    bottom: 35px;
    left: 30px;
  }
}
/*Telephone кнопка */
.call-button {
  display: inline-block;
  transform: translate(-50%, -50%);
  background: #ff7b00;
  /*цвет кнопки*/
  border-radius: 50%;
  width: 55px;
  /*ширина кнопки*/
  height: 55px;
  /*высота кнопки*/
  color: #ffffff;
  text-align: center;
  line-height: 53px;
  /*центровка иконки в кнопке*/
  font-size: 35px;
  /*размер иконки*/
  z-index: 9999;
}
.call-button:before, .call-button:after {
  content: " ";
  display: block;
  position: absolute;
  border: 50%;
  border: 1px solid #ff7b00;
  /*цвет анимированных волн от кнопки*/
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
}
.call-button:after {
  animation-delay: 0.5s;
}
@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@media (max-width: 800px) {
  .call-button {
    bottom: -25px;
    left: 30px;
  }
}
@media (max-width: 800px) {
  .messanger {
    bottom: 0px;
    left: 40px;
  }
}
.messanger_in {
  z-index: 999;
  display: none;
  position: absolute;
  bottom: -27px;
  left: 27px;
}
@media (max-width: 800px) {
  .messanger_in {
    z-index: 999;
    display: none;
    position: absolute;
    bottom: 40px;
    left: 27px;
  }
}
@media (min-width: 800px) {
  .messanger:hover {
    background: transparent;
    color: transparent;
  }
}
.messanger:before:hover {
  border: none;
}
.messanger:after:hover {
  border: none;
}
.messanger:hover .messanger_in {
  display: block;
}
.messanger:active .messanger_in {
  display: block;
}
/*VK кнопка */
.vk-button {
  display: inline-block;
  margin: 0 0 20px;
  transform: translate(-50%, -50%);
  background: #0077FF;
  /*цвет кнопки*/
  border-radius: 50%;
  width: 55px;
  /*ширина кнопки*/
  height: 55px;
  /*высота кнопки*/
  color: #fff;
  text-align: center;
  line-height: 53px;
  /*центровка иконки в кнопке*/
  font-size: 35px;
  /*размер иконки*/
  z-index: 9999;
}
.vk-button a {
  color: #fff;
}
.vk-button:before, .vk-button:after {
  content: " ";
  display: block;
  position: absolute;
  border: 50%;
  border: 1px solid #0077FF;
  /*цвет анимированных волн от кнопки*/
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
}
.vk-button:after {
  animation-delay: 0.5s;
}
@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@media (max-width: 800px) {
  .vk-button {
    bottom: 35px;
    left: 30px;
  }
}
/*Inst кнопка */
.inst-button {
  display: inline-block;
  margin: 0 0 20px;
  transform: translate(-50%, -50%);
  background: #833AB4;
  /*цвет кнопки*/
  border-radius: 50%;
  width: 55px;
  /*ширина кнопки*/
  height: 55px;
  /*высота кнопки*/
  color: #fff;
  text-align: center;
  line-height: 53px;
  /*центровка иконки в кнопке*/
  font-size: 35px;
  /*размер иконки*/
  z-index: 9999;
}
.inst-button a {
  color: #fff;
}
.inst-button:before, .inst-button:after {
  content: " ";
  display: block;
  position: absolute;
  border: 50%;
  border: 1px solid #833AB4;
  /*цвет анимированных волн от кнопки*/
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
}
.inst-button:after {
  animation-delay: 0.5s;
}
@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@media (max-width: 800px) {
  .inst-button {
    bottom: 35px;
    left: 30px;
  }
}
/*----------
Dark Theme-------*/
.site-header {
  background: #013f4e !important;
}
.comapany-name {
  color: #ffffff !important;
}
.site-descriptor {
  color: #ffffff !important;
}
.addres-top {
  color: #ffffff !important;
}
body {
  background: #017783 !important;
  color: #ffffff !important;
}
.main-blocks-wrapper.text-block {
  background: #012931 !important;
}
.folders-shared-wrapper {
  background: #012931 !important;
}
.span-bot-ico .span-bot-ico-in {
  background: #012931 !important;
}
.product-list .product-item-thumb .product-item-thumb-in {
  background: #017783 !important;
}
.product-name a {
  color: #ffffff !important;
}
.product-item-thumb .kind-price .price-current, .product-item-thumb .product-price .price-current, .shop2-kind-item-in .kind-price .price-current, .shop2-kind-item-in .product-price .price-current {
  color: #ffffff !important;
}
.main-blocks-wrapper .product-item-thumb {
  border: 2px solid #4de4f5 !important;
}
.shop2-block.search-form .shop2-block-title {
  color: #13b4c7 !important;
  border: 1px solid #13b4c7 !important;
}
.shop2-block .shop2-block-title span:after, .shop2-block .shop2-block-title span:before {
  background: #13b4c7 !important;
}
.menu-panel-wrapper {
  background-image: linear-gradient(135deg, #013f4e 0, #012931 100%) !important;
}
.filter-title, .form-bot .tpl-form-button, .shop2-block.login-form .register, .shop2-block.search-form.opened .shop2-block-title, .shop2-cart-registration table.table-registration form.form-registration button, .site-btn3, .site-btn4, .slider-top .owl-dot.active, .text-right .shop2-cart-update, a.g-button, input[type=submit].g-button {
  background-image: linear-gradient(135deg, #013f4e 0, #012931 100%) !important;
}
.shop2-block.search-form .shop2-block-title:hover {
  background-image: linear-gradient(135deg, #013f4e 0, #012931 100%) !important;
  color: #ffffff !important;
}
h1, h2, h3, h4, h5, h6 {
  color: #ffffff !important;
}
.main-blocks-wrapper.text-block .shop2-main-header {
  padding: 10px !important;
}
.left-text-wrapper {
  background: #012931 !important;
  border: 2px solid #13b4c7 !important;
}
.edit-block-in {
  background: #012931 !important;
  border: 2px solid #13b4c7 !important;
}
.left-text-title {
  color: #13b4c7 !important;
}
.form-bot {
  background: #012931 !important;
}
.form-bot .title {
  color: #13b4c7 !important;
}
.form-bot .tpl-field, .form-bot label {
  max-width: 500px !important;
}
.site-footer {
  background: #013f4e !important;
}
.menu-footer-wrapper .menu-footer li a {
  color: #13b4c7 !important;
}
.site-footer-in {
  color: #ffffff !important;
}
.shop2-main-header {
  background: #012931 !important;
  color: #4de4f5 !important;
}
.shop2-product-btn.type-2.buy span {
  background: #012931 !important;
  color: #4de4f5 !important;
}
.slider-top .owl-next:after, .slider-top .owl-next:before, .slider-top .owl-prev:after, .slider-top .owl-prev:before {
  background: #4de4f5 !important;
}
.form-bot .tpl-form-button {
  border: 1px solid #4de4f5 !important;
}
.form-bot .tpl-field .field-title, .form-bot label .field-title {
  color: #4de4f5 !important;
}
.folders-title {
  background-image: linear-gradient(135deg, #00c3d7 0, #015562 100%) !important;
}
.cart-icon {
  background-image: linear-gradient(135deg, #00c3d7 0, #015562 100%) !important;
}
.edit-buy, .link-sl, .order-btn-popup, .page-in .folders-title, .shop2-block.search-form .search-btn, .shop2-cart-registration table.table-registration td.cell-r a.shop2-btn, .shop2-filter .shop2-btn, .shop2-panel-content .shop2-panel-btn, .shop2-product .form-add .buy-one-click, .site-btn2 {
  background-image: linear-gradient(135deg, #00c3d7 0, #015562 100%) !important;
}
.folders-shared li:hover > a {
  background-image: linear-gradient(135deg, #00c3d7 0, #015562 100%) !important;
}
.folders-shared li ul {
  background: #012931 !important;
}
.folders-shared li ul li a:hover {
  color: #ffffff !important;
}
.folders-shared li ul li ul li a:hover {
  color: #ffffff !important;
}
.folders-shared li ul li ul a {
  color: #ffffff !important;
}
.scrollbar .handle {
  background: #012931 !important;
}
.g-img--gallery-image a.g-img__link, .g-img--gallery-album a.g-img__link {
  background-color: #013f4e !important;
}
.g-img--gallery-image .g-img__caption {
  color: #ffffff !important;
}
.folders-shared li ul li a {
  color: #13b4c7 !important;
}
.shop2-sorting-panel .sorting .sort-title {
  color: #00c3d7 !important;
}
.shop2-sorting-panel .arr:after, .shop2-sorting-panel .arr:before {
  color: #00c3d7 !important;
}
.shop2-sorting-views-wrapper a.shop2-btn.active-view span:after, .shop2-sorting-views-wrapper a.shop2-btn.active-view span:before, .view-shop a.shop2-btn.active-view span:after, .view-shop a.shop2-btn.active-view span:before {
  border: 2px solid #00c3d7 !important;
}
.shop2-sorting-views-wrapper a.shop2-btn span:after, .shop2-sorting-views-wrapper a.shop2-btn span:before, .view-shop a.shop2-btn span:after, .view-shop a.shop2-btn span:before {
  border: 2px solid #00c3d7 !important;
}
.shop2-sorting-views-wrapper a.shop2-btn span:after, .shop2-sorting-views-wrapper a.shop2-btn span:before, .view-shop a.shop2-btn span:after, .view-shop a.shop2-btn span:before {
  border: 2px solid #00c3d7 !important;
}
.shop2-pagelist li.page-num.active-num {
  background-image: linear-gradient(135deg, #00c3d7 0, #015562 100%) !important;
}
#comapany-name2 {
  font-size: 44px !important;
}
.arrow:before, .bx-next .arrow-controls:before, .bx-prev .arrow-controls:before, .filter-title .arr:before, .jq-selectbox__trigger:before, .main-blocks-wrapper .owl-next:before, .main-blocks-wrapper .owl-prev:before, .mobile-search-wr .close-search-back span:before, .scroll-top span:before, .shop2-block .shop2-block-title span:before, .shop2-color-ext-select i:before, .shop2-sorting-panel .arr:before, .slider-top .owl-next:before, .slider-top .owl-prev:before {
  background: #ffffff !important;
}
.arrow:after, .bx-next .arrow-controls:after, .bx-prev .arrow-controls:after, .filter-title .arr:after, .jq-selectbox__trigger:after, .main-blocks-wrapper .owl-next:after, .main-blocks-wrapper .owl-prev:after, .mobile-search-wr .close-search-back span:after, .scroll-top span:after, .shop2-block .shop2-block-title span:after, .shop2-color-ext-select i:after, .shop2-sorting-panel .arr:after, .slider-top .owl-next:after, .slider-top .owl-prev:after {
  background: #ffffff !important;
}
#shop2-cart-preview .close-cart:after, #shop2-cart-preview .close-cart:before, .close-icon:after, .close-icon:before, .left-panel-mobile .close-panel:after, .left-panel-mobile .close-panel:before, .mobile #shop2-cart-preview .close-cart:after, .mobile #shop2-cart-preview .close-cart:before, table.shop2-cart-table td.cart-delete a:after, table.shop2-cart-table td.cart-delete a:before {
  background: #ffffff !important;
}
#inner a {
  color: #ffffff !important;
}
.shop2-product {
  background: #012931 !important;
}
.shop2-product-data {
  background: #012931 !important;
}
.tpl-form label {
  color: #017783 !important;
}
.tpl-info {
  background: #017783 !important;
  color: #012931 !important;
  border-color: #012931 !important;
}
.shop2-btn-back {
  background: #012931 !important;
}
.shop2-product .shop2-product-options .td, .shop2-product .shop2-product-options .th {
  color: #ffffff !important;
}
.shop2-product .form-add .product-price .price-current {
  color: #ffffff !important;
}
.type-3 {
  background: #017783 !important;
}
.type-3 span {
  color: #012931 !important;
}
table.shop2-cart-table {
  background: #012931 !important;
}
table.shop2-cart-table th {
  color: #017783 !important;
}
table.shop2-cart-table td.cart-price {
  color: #017783 !important;
}
table.shop2-cart-total td {
  color: #ffffff !important;
}
.cupon-tr-wr {
  background: #012931 !important;
}
table.shop2-cart-total th {
  color: #ffffff !important;
}
.shop2-order-options .option-type.active-type {
  background: #012931 !important;
}
.shop2-order-options .option-type.active-type {
  color: #017783 !important;
}
.shop2-order-form {
  background: #012931 !important;
}
.g-button {
  background: #012931 !important;
}
.shop2-order-options .option-type.active-type .option-label {
  color: #017783 !important;
}
.tpl-comment .tpl-body {
  color: #ffffff !important;
}
.tpl-comment .tpl-name {
  color: #ffffff !important;
}
.tpl-comment .tpl-date {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .mobile .menu-ico span {
    border-top: 2px solid #ffffff !important;
    border-bottom: 2px solid #ffffff !important;
  }
  .mobile .menu-ico span:after {
    background: #ffffff !important;
  }
  .left-panel-mobile .login-top {
    background-color: #012931 !important;
  }
  .categories_mobile li ul {
    background: #012931 !important;
  }
  .categories-wrap_mobile {
    background: #012931 !important;
  }
  .left-panel-mobile-in {
    background: #ffffff !important;
  }
  .mobile .left-panel-mobile {
    background: #ffffff !important;
  }
  .mobile .menu-top li a {
    color: #012931 !important;
  }
  .categories_title {
    background-image: linear-gradient(135deg, #013f4e 0, #012931 100%) !important;
  }
  .left-panel-mobile .login-top {
    color: #ffffff !important;
  }
  .shop2-product-data .r-tabs-accordion-title {
    background: #012931 !important;
  }
  .shop2-product-data .desc-area {
    background: #012931 !important;
  }
  .categories_mobile li ul li a {
    color: #3dc0cf !important;
  }
}
.form-wrappers {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  padding: 20px 0;
  overflow-y: auto;
  display: none;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  justify-content: center;
  align-items: center;
}
.form-wrappers.opened {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.8);
}
.form-wrappers.opened .tpl-anketa-success-note {
  color: #000;
  font-size: 14px;
  line-height: 1.2;
}
.btn-outer {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
  width: 48%;
}
.btn-outer .buy-one-clicks {
  height: 48px;
  width: 100%;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  background: #017783;
  box-shadow: inset 0 0 0 1px #1484d0;
  border-radius: 2px;
  font-family: "Fira Sans Condensed", Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  padding: 10px;
}
