html, body {
  position: relative;
  margin: 0;
}
input:-internal-autofill-selected {
  background-color: rgba(57, 160, 247, 0.19999999999999995) !important;
}
a,
button,
input,
textarea {
  outline: none !important;
}
textarea {
  resize: none;
}
body {
  font-family: 'SF Pro Display', sans-serif;
}
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none !important;
}
:focus {
  outline: 0 !important;
  outline-offset: 0 !important;
}
select:focus {
  outline: none !important;
}
select {
  outline: none !important;
}
textarea {
  resize: none;
}
iframe {
  box-sizing: inherit;
}
.tgme_widget_login.large button.tgme_widget_login_button .tgme_widget_login_button_icon {
  width: 22px !important;
  height: 22px !important;
  margin: 7px 13px -2px -7px !important;
}
.tgme_widget_login.large button.tgme_widget_login_button {
  font-size: 14px !important;
  line-height: 38px !important;
  padding: 0px 30px !important;
  border-radius: 30px !important;
}
button.tgme_widget_login_button {
  background-color: #39a0f7 !important;
}
.container-wrapper {
  position: relative;
  z-index: 3;
}
.custom-accordion {
  padding-top: 20px;
  padding-bottom: 40px;
}
.custom-accordion .panel {
  margin-bottom: 15px;
}
.custom-accordion .panel.panel-accordion {
  padding: 30px;
}
.custom-accordion .panel.panel-accordion:last-child {
  border: none;
}
.custom-accordion .panel.panel-accordion .panel-body {
  color: #737578;
  padding: 15px 20% 0 0;
}
.custom-accordion .label-name {
  display: block;
  line-height: 26px;
  font-size: 20px;
  margin-bottom: 0;
  position: relative;
  font-weight: 500;
}
.custom-accordion .label-name:after {
  font-family: 'icomoon';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 24px;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #212121;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.custom-accordion .panel-title .label-name[aria-expanded="true"] {
  color: #268ee5;
}
.custom-accordion .panel-title .label-name[aria-expanded="true"]:after {
  color: #268ee5;
  background-color: rgba(57, 160, 247, 0.19999999999999995);
  content: "\e90b";
}
.custom-accordion .panel-title .label-name[aria-expanded="false"] {
  color: #212121;
}
.custom-accordion .panel-title .label-name[aria-expanded="false"]:after {
  content: "\e908";
  background-color: #ffffff;
  padding-top: 1px;
}
.pagination-panel {
  position: relative;
  margin-top: 20px;
  text-align: center;
}
.pagination-panel .icons {
  font-size: 24px;
}
.pagination-panel.price-list-pagination {
  margin-top: 0;
  border: none;
}
.pagination-panel.reviews-pagination-panel {
  display: none;
  margin-top: 0;
  border: none;
}
.pagination-panel.reviews-pagination-panel.show-panel {
  display: block;
}
.pagination-panel .pagination {
  margin: 0;
}
.pagination-panel .extreme {
  margin: 0;
}
.pagination-panel .pagination > li > a:hover,
.pagination-panel .pagination > li > span:hover,
.pagination-panel .pagination > li > a:focus,
.pagination-panel .pagination > li > span:focus,
.pagination-panel .extreme:hover,
.pagination-panel .extreme:focus {
  z-index: 3;
  color: #39a0f7;
  background-color: #ffffff;
  border: none;
}
.pagination-panel .pagination > .active > a:hover,
.pagination-panel .pagination > .active > span:hover,
.pagination-panel .pagination > .active > a:focus,
.pagination-panel .pagination > .active > span:focus {
  background-color: #39a0f7;
  border-color: transparent;
  color: #ffffff;
}
.pagination-panel .pagination > .active > a, .pagination-panel .pagination > .active > span {
  background-color: #39a0f7;
  border-color: transparent;
  color: #ffffff;
}
.pagination-panel .pagination > li > a, .pagination-panel .pagination > li > span {
  margin-right: 10px;
  margin-left: 10px;
}
.pagination-panel .pagination > li > a, .pagination-panel .pagination > li > span {
  color: #212121;
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  border: none;
  padding: 0px;
  border-radius: 35px !important;
  -moz-border-radius: 35px !important;
  -webkit-border-radius: 35px !important;
  line-height: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.pagination-panel .extreme {
  color: #212121;
  background-color: transparent;
  width: 50px;
  height: 50px;
  border: none;
  padding: 0px;
  border-radius: 35px !important;
  -moz-border-radius: 35px !important;
  -webkit-border-radius: 35px !important;
  line-height: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.pagination-panel .disabled {
  cursor: not-allowed;
}
.pagination-panel nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.card.custom-card {
  margin-bottom: 15px;
  box-shadow: none;
  padding: 25px 20px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  background-color: #ffffff;
}
.card.custom-card.bordered {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.tagator_tag_remove {
  display: inline-block;
  font-weight: normal;
  color: #212121;
  margin: 0 0 0 5px;
  padding: 7px 13px 4px 5px;
  font-size: 11px;
  line-height: 10px;
  vertical-align: top;
}
.tagator_tag_remove:hover {
  color: #39a0f7;
  background-color: transparent;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tagator_tag {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 4px;
  font-weight: 400;
  color: #212121;
  padding: 1px 30px 1px 12px;
  font-size: 11px;
  margin: 0 10px 8px 0;
  position: relative;
  vertical-align: top;
  white-space: nowrap;
  border: 1px solid #c8cfd9;
}
.tagator_tags {
  position: relative;
  margin-top: 50px;
  left: -15px;
  display: block;
}
.tagator_options {
  padding: 15px 0;
  top: 50px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: none;
  left: 0px;
  right: 0px;
  box-shadow: 0 2px 7px rgba(74, 79, 97, 0.15);
  -webkit-box-shadow: 0 2px 7px rgba(74, 79, 97, 0.15);
  -moz-box-shadow: 0 2px 7px rgba(74, 79, 97, 0.15);
}
.tagator_option {
  padding: 0px 15px;
  cursor: pointer;
  color: #000;
  line-height: 30px;
  font-size: 14px;
}
.tagator_option.active {
  background-color: #F6F6F6;
  color: #212121;
}
.tagator_input {
  padding: 0;
  position: absolute;
  top: 8px;
  left: 15px;
}
.tagator_element {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  height: 42px;
  background-color: #F9F9F9;
  border: 1px solid #F9F9F9;
  padding-left: 15px !important;
  position: relative !important;
}
.tagator_placeholder {
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: 13px;
  left: 15px;
  font-weight: 400;
  opacity: 0.6;
}
.toggle-holder {
  position: relative;
}
.knobs, .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.toggler {
  position: relative;
  width: 39px;
  height: 22px;
}
.toggler.r, .toggler.r .layer {
  border-radius: 100px;
}
.toggle-check {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.knobs {
  z-index: 2;
}
.layer {
  width: 100%;
  background-color: #f0f0f0;
  transition: 0.3s ease all;
  z-index: 1;
}
/* Button 1 */
.toggler .knobs:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  box-shadow: 1px 1px 3px #A6A6A6;
  display: block;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
  background-color: #ffffff;
}
.toggler .toggle-check:checked + .knobs:before {
  content: '';
  left: 18px;
  background-color: #ffffff;
}
.toggler .toggle-check:checked ~ .layer {
  background-color: #39a0f7;
}
.toggler .knobs, .toggler .knobs:before, .toggler .layer {
  transition: 0.3s ease all;
}
.flex-justify {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  justify-content: space-between !important;
}
.modal-backdrop {
  background-color: rgba(33, 33, 33, 0.7);
  z-index: 11110;
}
.modal-backdrop.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (min-width: 768px) {
  .modal.custom-modal .modal-dialog {
    margin: 30px auto;
  }
}
@media (min-width: 1200px) {
  .overlay-menu {
    display: none;
  }
  .collapse-nav {
    display: none;
  }
  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
  }
  .modal {
    text-align: center;
    padding: 0 !important;
  }
  .modal.custom-modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
}
.show-menu-btn span:nth-child(1) {
  top: 0px;
}
.show-menu-btn span:nth-child(2) {
  top: 7px;
}
.show-menu-btn span:nth-child(3) {
  top: 14px;
}
.show-menu-btn.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 22px;
}
.show-menu-btn.open span:nth-child(3) {
  top: 8px;
  width: 22px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.show-menu-btn.open span:nth-child(2) {
  left: -60px;
  opacity: 0;
}
.show-menu-btn {
  width: 22px;
  height: 18px;
  position: relative;
}
.show-menu-btn span {
  display: block;
  height: 2px;
  background-color: #212121;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.show-menu-btn span:nth-child(1) {
  width: 12px;
  top: 0;
}
.show-menu-btn span:nth-child(2) {
  top: 8px;
}
.show-menu-btn span:nth-child(3) {
  top: 16px;
}
.overlay-menu.active {
  transform: translatey(0%);
  -webkit-transform: translatey(0%);
  opacity: 1;
  visibility: visible;
}
.overlay-menu {
  position: fixed;
  top: 51px;
  left: 0;
  width: 100%;
  -webkit-transform: translatey(-100%);
  transform: translatey(-100%);
  box-shadow: 0px 2px 4px rgba(33, 33, 33, 0.19999999999999995);
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  z-index: 1100;
}
.overlay-menu li.add-new {
  position: relative;
  padding: 10px ;
}
.overlay-menu li.add-new a {
  background: linear-gradient(112.97deg, #9fdb57 -46.51%, #71ca5e 6.74%, #36b98f 60.61%, #1fadc3 112.74%);
  background: -webkit-linear-gradient(112.97deg, #9fdb57 -46.51%, #71ca5e 6.74%, #36b98f 60.61%, #1fadc3 112.74%);
  line-height: 52px;
  color: #ffffff;
  border-radius: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-size: 18px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.24);
}
.overlay-menu li.add-new a:hover {
  color: #ffffff;
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.09), 0px 5px 10px rgba(0, 0, 0, 0.15);
}
.overlay-menu li.add-new a .icons-holder {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #ffffff;
  color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  margin-right: 10px;
}
.overlay-menu li.add-new a .icons-holder .icon {
  filter: none;
  -webkit-filter: none;
  font-size: 22px;
}
.overlay-menu li.add-new a .link-text {
  font-weight: 500;
}
.overlay-menu li:last-child a {
  border: none;
}
.overlay-menu a {
  text-align: center;
  display: block;
  padding: 0px 45px;
  line-height: 52px;
  text-transform: uppercase;
  font-size: 18px;
  border-bottom: 1px solid #c8cfd9;
}
.overlay-menu a .icons {
  margin-right: 10px;
}
.overlay-menu a .icon {
  filter: drop-shadow(-1px -1px 2px rgba(255, 255, 255, 0.72)) drop-shadow(2px 2px 1px rgba(85, 101, 124, 0.35));
  -webkit-filter: drop-shadow(-1px -1px 2px rgba(255, 255, 255, 0.72)) drop-shadow(2px 2px 1px rgba(85, 101, 124, 0.35));
}
.overlay-menu a.active {
  color: #39a0f7;
  font-weight: 500;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
label {
  margin-bottom: 0;
  font-weight: normal;
}
a {
  color: #212121;
  text-decoration: none;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
}
a:focus, a:hover {
  color: #212121;
  text-decoration: none;
}
.bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.default-link:hover {
  color: #39a0f7;
}
.default-link .icon {
  position: relative;
  filter: none;
  -webkit-filter: none;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  right: 0;
  vertical-align: middle;
}
.default-link .text {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  line-height: 1;
  font-weight: 500;
  text-decoration: underline;
}
.btn-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  min-width: 50px;
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
  background-color: #f0f0f0;
  position: relative;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #212121;
}
.btn-icon.btn-accent {
  background-color: rgba(57, 160, 247, 0.30000000000000004);
  color: #268ee5;
}
.btn-icon.btn-accent:hover {
  background-color: rgba(57, 160, 247, 0.5);
  color: #268ee5;
}
.btn-icon.btn-white {
  background-color: #ffffff;
  color: #212121;
}
.btn-icon.btn-white:hover {
  color: #ffffff;
  background-color: #26a69a;
}
.btn-icon.btn-icon-default {
  background-color: #39a0f7;
  color: #ffffff;
}
.btn-icon.btn-icon-default:hover {
  color: #ffffff;
  background-color: rgba(57, 160, 247, 0.95);
}
.btn-icon.btn-blue {
  color: #ffffff;
  background-color: #39a0f7;
}
.btn-icon.btn-blue:hover {
  color: #ffffff;
  background-color: #2a99f6;
}
.btn-icon.btn-rounded {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.btn-icon.btn-icon-transparent {
  background-color: transparent;
  border: none;
}
.btn-icon.btn-icon-transparent:hover {
  background-color: #e9e9e9;
}
.btn-icon.btn-icon-outline {
  border: 1px solid #c8cfd9;
  background-color: transparent;
}
.btn-icon.btn-icon-outline:hover {
  background-color: #e9e9e9;
}
.btn-icon.btn-medium {
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.btn-icon.btn-small {
  width: 24px;
  height: 24px;
  font-size: 18px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.btn-icon:hover, .btn-icon.active {
  color: #212121;
  background-color: #e9e9e9;
  text-decoration: none;
}
.btn-icon.btn-remove {
  background-color: rgba(223, 64, 64, 0.19999999999999995);
  color: #ca2222;
}
.btn-icon.btn-remove.btn-icon-transparent {
  background-color: transparent;
  color: #df4040;
  border: none;
}
.btn-icon.btn-remove.btn-icon-transparent:hover {
  background-color: rgba(223, 64, 64, 0.19999999999999995);
  border-color: transparent;
  color: #ca2222;
}
.btn-icon.btn-remove.btn-icon-outline {
  border: 1px solid #c8cfd9;
  color: #df4040;
  background-color: transparent;
}
.btn-icon.btn-remove.btn-icon-outline:hover {
  background-color: rgba(223, 64, 64, 0.19999999999999995);
  border-color: transparent;
  color: #ca2222;
}
.btn-icon.btn-remove:hover {
  background-color: rgba(223, 64, 64, 0.30000000000000004);
  border-color: transparent;
  color: #ca2222;
}
a.default-btn {
  text-decoration: none !important;
}
.default-btn.btn-outline[disabled] {
  background-color: transparent !important;
  cursor: not-allowed;
  border-color: #B1B1B1 !important;
  color: #B1B1B1;
}
.default-btn.btn-outline[disabled]:focus {
  border-color: #B1B1B1;
  color: #B1B1B1;
}
.default-btn.btn-outline[disabled]:hover {
  border-color: #B1B1B1 !important;
  color: #B1B1B1;
  background-color: transparent !important;
}
.default-btn[disabled] {
  cursor: not-allowed;
  background-color: #E1E1E1 !important;
  border: none !important;
  color: #73777D !important;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.default-btn[disabled]:focus {
  color: #737578;
}
.default-btn[disabled]:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  color: #73777D;
}
.default-btn.disabled {
  cursor: not-allowed;
  background-color: #E1E1E1 !important;
  border: none !important;
  color: #73777D !important;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.default-btn.disabled:focus {
  color: #737578;
}
.default-btn.disabled:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  color: #73777D;
}
.default-btn.btn-small {
  line-height: 32px;
  padding: 0px 30px;
}
.default-btn.btn-small.btn-red-outline, .default-btn.btn-small.btn-outline {
  line-height: 30px;
}
.default-btn.btn-medium {
  line-height: 35px;
}
.default-btn.btn-medium.btn-outline {
  line-height: 33px;
}
.default-btn:hover {
  color: #ffffff;
  background-color: #39a0f7;
}
.default-btn:focus {
  color: #ffffff;
}
.default-btn.btn-accent {
  background-color: #39a0f7;
  color: #ffffff;
}
.default-btn.btn-accent:hover {
  background-color: #268ee5;
  color: #ffffff;
}
.default-btn.btn-yellow {
  color: #212121;
  background-color: #f7e039;
}
.default-btn.btn-yellow:hover {
  background-color: #f6dd25;
}
.default-btn.btn-green {
  background-color: #26a69a;
  color: #ffffff;
  font-weight: 500;
}
.default-btn.btn-green:hover {
  background-color: #22958b;
  color: #ffffff;
}
.default-btn.btn-white-success {
  color: #212121;
  background-color: #ffffff;
  font-weight: 500;
  line-height: 48px;
  border: 1px solid #c8cfd9;
}
.default-btn.btn-white-success:focus {
  color: #268ee5;
}
.default-btn.btn-white-success:hover {
  color: #26a69a;
  background-color: rgba(28, 151, 138, 0.19999999999999995);
  border-color: transparent;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.default-btn.btn-white {
  color: #212121;
  background-color: #ffffff;
  font-weight: 500;
  line-height: 48px;
  border: 1px solid #c8cfd9;
}
.default-btn.btn-white:focus {
  color: #268ee5;
}
.default-btn.btn-white:hover {
  color: #268ee5;
  background-color: rgba(57, 160, 247, 0.19999999999999995);
  border-color: transparent;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.default-btn.btn-gray {
  background-color: #e9e9e9;
  color: #212121;
}
.default-btn.btn-gray:focus {
  color: #212121;
}
.default-btn.btn-gray:hover {
  color: #212121;
  background-color: #e1e1e1;
}
.default-btn.btn-outline {
  color: #212121;
  background-color: transparent;
  border: 1px solid #39a0f7;
  line-height: 48px;
}
.default-btn.btn-outline.disabled {
  background-color: transparent !important;
  cursor: not-allowed;
  border-color: #B1B1B1 !important;
  color: #B1B1B1;
}
.default-btn.btn-outline.disabled:focus {
  border-color: #B1B1B1;
  color: #B1B1B1;
}
.default-btn.btn-outline.disabled:hover {
  border-color: #B1B1B1 !important;
  color: #B1B1B1;
  background-color: transparent !important;
}
.default-btn.btn-outline.btn-outline-dark {
  border-color: #212121;
}
.default-btn.btn-outline.btn-outline-dark:hover {
  background-color: #212121;
}
.default-btn.btn-outline.btn-with-icon .text {
  margin-right: 10px;
}
.default-btn.btn-outline:hover {
  background-color: #39a0f7;
  color: #ffffff;
}
.default-btn.btn-outline:hover .icon {
  color: #ffffff;
}
.default-btn.btn-outline .icon {
  color: #39a0f7;
}
.default-btn.transparent-btn {
  background-color: transparent;
  color: #212121;
}
.default-btn.transparent-btn .text {
  text-decoration: underline;
}
.default-btn.transparent-btn:hover {
  background-color: transparent;
  color: #212121;
}
.default-btn.btn-with-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  justify-content: space-between !important;
}
.default-btn.btn-with-icon .text {
  margin-right: 10px;
}
.default-btn {
  padding: 0 40px;
  line-height: 50px;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-weight: 500;
  font-size: 16px;
  background: #212121;
  color: #ffffff;
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  width: 100%;
  white-space: nowrap;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 33;
  width: fit-content;
}
.default-btn .icon {
  filter: none;
  -webkit-filter: none;
}
.default-btn.btn-red {
  background-color: rgba(223, 64, 64, 0.19999999999999995);
  color: #ca2222;
}
.default-btn.btn-red:hover {
  background-color: rgba(223, 64, 64, 0.30000000000000004);
  color: #ca2222;
}
.default-btn.btn-remove {
  background-color: transparent;
  border: 1px solid #c8cfd9;
  color: #212121;
  line-height: 48px;
}
.default-btn.btn-remove:hover {
  background-color: rgba(223, 64, 64, 0.19999999999999995);
  border-color: transparent;
  color: #ca2222;
}
.default-btn.btn-with-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  justify-content: space-between !important;
}
.default-btn.btn-with-icon .text {
  margin-right: 10px;
}
.bordered {
  border: 1px solid #c8cfd9;
}
.mt-0 {
  margin-top: 0 !important;
}
.custom-tabs {
  position: relative;
  margin-bottom: 25px;
  margin-top: 25px;
  border: none;
}
.custom-tabs .nav-tabs > li {
  margin: 0;
}
.custom-tabs .nav-tabs > li.active > a, .custom-tabs .nav-tabs > li.active > a:hover, .custom-tabs .nav-tabs > li.active > a:focus {
  background-color: #39a0f7;
  color: #ffffff;
  border-color: #39a0f7;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.custom-tabs .nav > li > a {
  padding: 0 30px;
}
.custom-tabs .nav-tabs > li > a {
  border: 1px solid transparent;
  line-height: 36px;
  border-radius: 35px;
  margin: 0;
  background-color: transparent;
  color: #737578;
  font-weight: 500;
}
.custom-tabs .nav-tabs {
  width: fit-content;
  border: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #ffffff;
  border-radius: 35px;
  margin-bottom: 20px;
  height: 38px;
}
.overlay-editor {
  right: 0;
  top: 0;
  position: fixed;
  background-color: #f0f0f0;
  min-height: 100%;
  overflow-x: hidden;
  height: 100%;
  width: 1020px;
  text-align: left;
  z-index: 1039;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 15px 24px 30px rgba(74, 79, 97, 0.25);
  -moz-box-shadow: 15px 24px 30px rgba(74, 79, 97, 0.25);
  -webkit-box-shadow: 15px 24px 30px rgba(74, 79, 97, 0.25);
  -webkit-transform: translate3d(50px, 0, -50px);
  transform: translate3d(50px, 0, -50px);
}
.overlay-editor .panel-top .custom-label {
  margin-bottom: 0;
}
.overlay-editor .panel-top .lang-radio-group .radio-group {
  margin-bottom: 0;
}
.overlay-editor .table-wrapper {
  margin-bottom: 15px;
  overflow-y: auto;
  position: relative;
  border: 1px solid #c8cfd9;
  margin-top: 10px;
}
.overlay-editor .table.custom-table > tbody > tr > td, .overlay-editor .table.custom-table > tfoot > tr > td, .overlay-editor .table.custom-table > thead > tr > td {
  padding: 6px 10px;
}
.overlay-editor table.custom-table {
  margin-bottom: 0;
  border: none;
}
.overlay-editor td.label-td {
  padding-right: 10px !important;
}
.overlay-editor.order-editor .panel-middle {
  padding-bottom: 70px;
}
.overlay-editor .operational-buttons {
  padding: 15px 30px;
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #ffffff;
  bottom: 77px;
  border-top: 1px solid #c8cfd9;
}
.overlay-editor .operational-buttons .default-btn, .overlay-editor .operational-buttons .btn-icon {
  margin-left: 25px;
}
.overlay-editor .to-chat {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #c8cfd9;
  box-shadow: none;
  -webkit-box-shadow: none;
  height: 38px;
  font-size: 14px;
  color: #212121;
  font-weight: 400;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center !important;
  padding-left: 15px;
}
.overlay-editor .to-chat .default-btn {
  padding: 0 20px;
  line-height: 35px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.overlay-editor .to-chat .button-holder {
  position: absolute;
  z-index: 3;
  right: 1px;
  top: 0;
}
.overlay-editor .user-id-box {
  height: 38px;
  position: relative;
}
.overlay-editor .user-id-box .default-holder {
  width: 100%;
  height: 100%;
  border: 1px solid #c8cfd9;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 0px 15px;
}
.overlay-editor .user-id-box .default-holder.is-hidden {
  display: none;
}
.overlay-editor .user-id-box .input-holder {
  display: none;
  width: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
}
.overlay-editor .user-id-box .input-holder.is-visible {
  display: block;
}
.overlay-editor .user-id-box .user-id-prev {
  position: relative;
  top: 8px;
}
.overlay-editor .user-id-box .button-group {
  position: absolute;
  right: 15px;
  z-index: 10;
  top: 3px;
}
.overlay-editor .user-id-box .button-group .btn-icon {
  margin-left: 10px;
  opacity: 0.4;
}
.overlay-editor .user-id-box .button-group .btn-icon:hover {
  opacity: 1;
  background-color: transparent;
}
.overlay-editor .editor-order-list {
  padding: 0px 15px;
  margin-bottom: 20px;
}
.overlay-editor .editor-order-list .order-list-item {
  border: 1px solid #c8cfd9;
  background-color: #f0f0f0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 2px;
  position: relative;
  margin-bottom: 10px;
}
.overlay-editor .editor-order-list .product-card_main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30%;
  padding-right: 20px;
}
.overlay-editor .editor-order-list .product-card_main .product-card__title {
  font-size: 14px;
  line-height: 17px;
}
.overlay-editor .editor-order-list .product-card_main .product-card_img {
  width: 45px;
  min-width: 45px;
  height: 40px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-right: 10px;
}
.overlay-editor .editor-order-list .option-item {
  padding: 0 !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
}
.overlay-editor .editor-order-list .option-item.price-item {
  width: 29%;
}
.overlay-editor .editor-order-list .option-item .name {
  font-weight: 400;
}
.overlay-editor .editor-order-list .option-item .value {
  margin-left: 10px;
}
.overlay-editor .client-order-info {
  padding: 0;
  margin: 10px 0px 20px;
}
.overlay-editor .client-order-info .client-order-info-col {
  border-left: 1px solid #c8cfd9;
  padding: 15px;
}
.overlay-editor .client-order-info .client-order-info-col .custom-label {
  margin-bottom: 0;
}
.overlay-editor .client-order-info .client-order-info-col:first-child {
  border: none;
}
.overlay-editor .order-total-info {
  padding: 0;
  margin: 0px 0px 20px;
}
.overlay-editor .order-total-info .order-total-info-col {
  border-left: 1px solid #c8cfd9;
  padding: 10px 20px;
}
.overlay-editor .order-total-info .order-total-info-col:first-child {
  border: none;
}
.overlay-editor .show-more {
  margin-top: 5px;
}
.overlay-editor .color-panel {
  margin-top: 20px;
  margin-bottom: 30px;
}
.overlay-editor .tags {
  margin-top: 15px;
}
.overlay-editor .tags.tags-together .tag {
  position: relative;
  line-height: 40px;
  white-space: nowrap;
}
.overlay-editor .tags.tags-together .tag img {
  height: 30px;
  position: relative;
  top: -1px;
  margin-left: 10px;
}
.overlay-editor .tag {
  font-weight: 400;
  line-height: 20px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #c8cfd9;
  padding: 0px 12px 0px 15px;
  position: relative;
  display: inline-block;
  font-size: 11px;
  margin-right: 7px;
  margin-bottom: 7px;
}
.overlay-editor .tag .tag-remove .icon {
  font-size: 15px;
}
.overlay-editor .option-line.blacklist {
  padding-top: 20px;
  padding-right: 0;
}
.overlay-editor .files-uploader {
  width: 100%;
  margin-bottom: 20px;
  display: block;
  position: relative;
  border: 1px dashed #c8cfd9;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.overlay-editor .files-uploader.size-grid-uploader {
  margin: 0;
}
.overlay-editor .files-uploader.size-grid-uploader .files-uploader-holder {
  padding: 8px;
}
.overlay-editor .files-uploader.size-grid-uploader p {
  margin-top: 0;
}
.overlay-editor .files-uploader.size-grid-uploader p .icon {
  margin-left: 5px;
}
.overlay-editor .files-uploader .uploader-previews {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  display: table;
  width: 100%;
}
.overlay-editor .files-uploader .uploader-previews .image {
  width: 70px;
  height: 70px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  float: left;
  margin-right: 10px;
  position: relative;
  border: 1px solid #c8cfd9;
}
.overlay-editor .files-uploader .uploader-previews .image:hover .btn-icon {
  opacity: 1;
  visibility: visible;
}
.overlay-editor .files-uploader .uploader-previews .image .btn-icon {
  position: absolute;
  right: 6px;
  bottom: 6px;
  opacity: 0;
  visibility: hidden;
}
.overlay-editor .files-uploader .files-uploader-holder {
  width: 100%;
  line-height: 1;
  padding: 20px;
}
.overlay-editor .files-uploader .files-uploader-holder span {
  font-size: 12px;
}
.overlay-editor .files-uploader .files-uploader-holder span.icon {
  color: #39a0f7;
  opacity: 1;
  font-size: 22px;
}
.overlay-editor .panel-middle {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 81px;
}
.overlay-editor .panel-bottom {
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important;
}
.overlay-editor .panel-bottom .default-btn {
  margin-right: 15px;
}
.overlay-editor .overlay-editor-wrapper {
  width: 100%;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.overlay-editor.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.overlay-editor.active .overlay-editor-wrapper {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.1s;
}
.back-blur {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(20, 20, 20, 0.7);
  z-index: 1039;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  visibility: hidden;
}
.back-blur.open-nav {
  height: inherit;
  top: 51px;
  bottom: 0;
}
.back-blur.active {
  opacity: 1;
  visibility: visible;
}
.datepicker-custom .vc-highlight {
  background-color: #c3d3fa!important;
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
}
.datepicker-custom .vc-day-content {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #212121 !important;
}
.datepicker-custom .vc-container {
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-color: #c8cfd9;
  box-shadow: 0px 2px 7px rgba(33, 33, 33, 0.09999999999999998);
}
.datepicker-custom .vc-popover-caret {
  box-shadow: 0px 2px 7px rgba(33, 33, 33, 0.09999999999999998);
}
.v-select.vs--single.vs--open .vs__selected, .v-select.vs--single.vs--loading .vs__selected {
  position: relative;
}
.vs--open .vs__open-indicator {
  transform: none !important;
}
.v-light .v-select .vs__dropdown-toggle {
  background-color: #ffffff;
}
.v-select {
  min-width: 100px;
  cursor: pointer;
}
.v-select.currency-select .vs__dropdown-menu {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.v-select.status-select {
  min-width: 60px;
  width: 145px;
}
.v-select.status-select .vs__dropdown-menu {
  min-width: 145px;
  max-width: 145px;
}
.v-select.status-select .vs__selected p {
  line-height: 42px;
  position: absolute;
  width: 100%;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #F9F9F9;
  margin: 0;
  left: 0;
  top: 0;
  padding: 6px 30px 6px 15px;
}
.v-select.status-select .vs__selected p.new {
  color: #3F83F8;
  background-color: rgba(63, 181, 248, 0.15);
}
.v-select.status-select .vs__selected p.pause {
  color: #F63F3F;
  background-color: rgba(246, 63, 63, 0.15);
}
.v-select.status-select .vs__selected p.success {
  color: #26a69a;
  background-color: rgba(63, 248, 70, 0.15);
}
.v-select.status-select .vs__dropdown-toggle {
  position: relative;
  width: 100%;
  display: block;
  background-color: #ffffff;
  border: 1px solid #c8cfd9;
  color: #212121;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  height: 50px;
  padding: 0;
}
.v-select .vs__dropdown-menu {
  padding: 0;
  border: none;
  box-shadow: 0px 2px 6px rgba(33, 33, 33, 0.08999999999999997);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border: 1px solid #c8cfd9;
  font-size: 16px;
  margin-top: 5px;
  max-height: 170px;
  min-width: 250px;
}
.v-select.vs--open .vs__dropdown-toggle {
  border-color: #39a0f7;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
.v-select .vs__actions {
  position: absolute;
  right: 10px;
  top: 14px;
  padding: 0;
}
.v-select .vs__dropdown-option--highlight {
  background: #f0f0f0;
  color: #212121;
}
.v-select .vs__dropdown-option--highlight:hover {
  background: #f0f0f0;
  color: #212121;
}
.v-select .vs__dropdown-option--highlight:hover p {
  color: #212121;
}
.v-select .vs__dropdown-option--highlight p {
  color: #212121;
}
.v-select .vs__dropdown-option.vs__dropdown-option--highlight:hover {
  background: #f0f0f0;
  color: #212121;
}
.v-select .vs__dropdown-option.vs__dropdown-option--highlight:hover p {
  color: #212121;
}
.v-select .vs__dropdown-option:hover {
  background: #f0f0f0;
  color: #212121;
}
.v-select .vs__dropdown-option:hover p {
  color: #212121;
}
.v-select ul {
  padding: 0;
}
.v-select ul li {
  width: 100%;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding-left: 15px;
  line-height: 40px;
  border-bottom: 1px solid #c8cfd9;
}
.v-select ul li:last-child {
  border: none;
}
.v-select .vs__search:focus {
  opacity: 0.4;
}
.v-select .vs__search, .v-select .vs__search:focus {
  font-size: 16px;
}
.v-select .vs__selected, .v-select .vs__search, .v-select .vs__search:focus {
  margin: 0;
  padding: 0;
}
.v-select .vs__clear {
  display: none;
}
.v-select .vs__dropdown-toggle {
  cursor: pointer !important;
  position: relative;
  width: 100%;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #ffffff;
  color: #212121;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border: 1px solid #c8cfd9;
  height: 50px;
  padding: 7px 30px 6px 15px;
}
/************/
/*RADIO*/
/************/
@keyframes ripple {
  0% {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
  50% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.05);
  }
  100% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
  }
}
.default-radio {
  position: relative;
  margin-bottom: 15px;
}
.default-radio input[type="radio"] {
  display: none;
}
.default-radio input[type="radio"]:checked  + label:before {
  border-color: #39a0f7;
  animation: ripple 0.2s linear forwards;
  -webkit-animation: ripple 0.2s linear forwards;
  -moz-animation: ripple 0.2s linear forwards;
}
.default-radio input[type="radio"]:checked  + label:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}
.default-radio label {
  display: inline-block;
  position: relative;
  padding: 0 0 0 35px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: middle;
  text-transform: none;
  font-size: 14px;
  line-height: 1;
}
.default-radio label:before {
  left: 0;
  top: -4px;
  width: 22px;
  height: 22px;
  border: 2px solid #c8cfd9;
}
.default-radio label:after {
  top: 1px;
  left: 5px;
  width: 12px;
  height: 12px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  background: #39a0f7;
}
.default-radio label:after, .default-radio label:before {
  position: absolute;
  content: '';
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -moz-transition: all .15s ease;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  transition-property: transform, border-color;
  -webkit-transition-property: transform, border-color;
  -moz-transition-property: transform, border-color;
}
.default-checkbox.with-border label:not(:empty) {
  padding-left: 50px;
}
.checkbox-inline {
  padding-left: 0;
}
.checkbox-inline .default-checkbox {
  clear: inherit;
  display: inline-block;
  margin-right: 20px;
}
.default-checkbox {
  position: relative;
  text-align: left;
  clear: both;
}
.default-checkbox.with-border input[type="checkbox"]:checked  + label {
  color: #268ee5;
  border-color: #39a0f7;
}
.default-checkbox.with-border label {
  line-height: 48px;
  border: 1px solid #c8cfd9;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  white-space: nowrap;
  padding: 0 35px 0 50px;
  background-color: #ffffff;
}
.default-checkbox.with-border label:before, .default-checkbox.with-border label:after {
  left: 15px;
  top: 14px;
}
.default-checkbox input[type="checkbox"] {
  outline: 0;
  visibility: hidden;
  width: 0;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}
.default-checkbox input[type="checkbox"]:checked  + label:before {
  background: #39a0f7;
  border: none;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.default-checkbox input[type="checkbox"]:checked  + label:after {
  transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
  -webkit-transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
  width: 0.75em;
  height: 0.375em;
  border: 0.125em solid #ffffff;
  border-top-style: none;
  border-right-style: none;
}
.default-checkbox input[type="checkbox"]:disabled  + label:before {
  border-color: #F2F2F2;
}
.default-checkbox input[type="checkbox"]:disabled:checked  + label:before {
  background: #F2F2F2;
}
.default-checkbox label {
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: middle;
  text-transform: none;
  font-size: 16px;
  line-height: 21px;
}
.default-checkbox label a {
  font-style: italic;
  font-weight: 500;
  color: #39a0f7;
  text-decoration: underline;
}
.default-checkbox label:not(:empty) {
  padding-left: 30px;
}
.default-checkbox label:before {
  width: 1.25em;
  height: 1.25em;
  background: transparent;
  border: 2px solid #212121;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  cursor: pointer;
  transition: background .3s;
  -webkit-transition: background .3s;
}
.default-checkbox label:after, .default-checkbox label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.panel-body {
  padding: 0;
}
.custom-label {
  position: relative;
  color: #737578;
  line-height: 15px;
  margin-bottom: 10px;
}
.custom-label.no-uppercase {
  text-transform: none;
  font-weight: 500;
}
.custom-label.bold-label {
  font-weight: 700;
  opacity: 1;
}
.modal.custom-modal {
  z-index: 11111;
}
.modal.custom-modal.billing-basket .modal-dialog {
  width: 510px;
}
.modal.custom-modal.billing-basket .modal-header {
  padding: 35px 30px 25px;
}
.modal.custom-modal.billing-basket .modal-header .close {
  top: 15px;
  right: 15px;
}
.modal.custom-modal.billing-basket .h2, .modal.custom-modal.billing-basket h2 {
  font-size: 30px;
  line-height: 1;
}
.modal.custom-modal.billing-basket .default-btn {
  width: 250px;
  line-height: 48px;
  font-size: 18px;
}
.modal.custom-modal.billing-basket .button-holder {
  text-align: center;
  padding-top: 30px;
}
.modal.custom-modal.billing-basket .total-tarif-line {
  font-size: 18px;
  padding: 25px 15px;
  background: #eee;
  border-radius: 10px;
}
.modal.custom-modal.billing-basket .total-tarif-line.outline {
  background-color: #ffffff;
  border: 1px solid #c8cfd9;
}
.modal.custom-modal.billing-basket .total-tarif-line .total .value {
  margin-left: 10px;
  font-weight: 700;
}
.modal.custom-modal.billing-basket .tarif-name {
  text-align: center;
  margin-bottom: 20px;
}
.modal.custom-modal.billing-basket .tarif-name .title {
  text-transform: uppercase;
  font-weight: 500;
}
.modal.custom-modal.billing-basket .tarif-name .name {
  margin-left: 10px;
}
.modal.custom-modal.billing-basket .tarif-name .name.personal span {
  color: #212121;
  background-color: #DCDCDC;
}
.modal.custom-modal.billing-basket .tarif-name .name.startup span {
  color: #ffffff;
  background-color: #39a0f7;
}
.modal.custom-modal.billing-basket .tarif-name .name.business span {
  color: #212121;
  background-color: #84eb1d;
}
.modal.custom-modal.billing-basket .tarif-name .name.unlimited span {
  color: #ffffff;
  background-color: #eb1d67;
}
.modal.custom-modal.billing-basket .tarif-name .name span {
  display: inline-block;
  padding: 0 20px;
  line-height: 27px;
  border-radius: 30px;
  font-weight: 500;
}
.modal.custom-modal.modal-payment .billing-address {
  margin-top: 30px;
}
.modal.custom-modal.modal-payment .modal-header {
  padding: 55px 30px 10px;
}
.modal.custom-modal.modal-payment .modal-payment-text {
  margin-bottom: 25px;
}
.modal.custom-modal.modal-payment .modal-payment-text p {
  color: #737578;
}
.modal.custom-modal.modal-payment .form-group.card-data {
  border: 1px solid #c8cfd9;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #ffffff;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal.custom-modal.modal-payment .form-group.card-data .img-holder {
  width: 45px;
  min-width: 50px;
  opacity: 0.5;
}
.modal.custom-modal.modal-payment .form-group.card-data .form-control.custom-input.card-data-input {
  border: none;
}
.modal.custom-modal.modal-payment .form-group.card-data .form-control.custom-input.card-data-input.input-number {
  width: 60%;
}
.modal.custom-modal.modal-payment .form-group.card-data .form-control.custom-input.card-data-input.input-period {
  width: 20%;
  text-transform: uppercase;
}
.modal.custom-modal.modal-payment .form-group.card-data .form-control.custom-input.card-data-input.input-csv {
  text-transform: uppercase;
  width: 16%;
}
.modal.custom-modal.modal-payment .back-link {
  color: #39a0f7;
  margin-top: 20px;
  display: block;
}
.modal.custom-modal.modal-payment .back-link .icon {
  vertical-align: middle;
}
.modal.custom-modal.modal-payment .back-link .text {
  font-weight: 500;
  text-decoration: underline;
}
.modal.custom-modal.white-bg .modal-content {
  background-color: #ffffff;
}
.modal.custom-modal .fm .modal-dialog {
  width: 95% !important;
  vertical-align: top;
}
.modal.custom-modal::-webkit-scrollbar {
  width: 4px;
}
.modal.custom-modal::-webkit-scrollbar-track {
  background: #D8DAE1;
}
.modal.custom-modal::-webkit-scrollbar-thumb {
  background: #212121;
  width: 4px;
}
.modal.custom-modal::-webkit-scrollbar-thumb:window-inactive {
  background: #212121;
}
.modal.custom-modal .size-grid-image img {
  margin: auto;
}
.modal.custom-modal.reviews-modal .reviews {
  max-height: 600px;
  overflow-y: auto;
  padding-right: 35px;
  margin-right: -35px;
}
.modal.custom-modal.reviews-modal .modal-header {
  padding-bottom: 10px;
}
.modal.custom-modal.reviews-modal .modal-footer {
  text-align: left;
}
.modal.custom-modal.reviews-modal .modal-footer .default-btn {
  min-width: 240px;
}
.modal.custom-modal.reviews-modal .review-item {
  border-bottom: 1px solid #c8cfd9;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 0;
}
.modal.custom-modal.reviews-modal .review-item .text {
  width: 70%;
}
.modal.custom-modal .review-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.modal.custom-modal .review-buttons .default-btn {
  width: 53%;
}
.modal.custom-modal .review-buttons .default-btn.transparent-btn {
  width: 47%;
}
.modal.custom-modal.review-modal .modal-header {
  padding: 80px 30px 5px;
}
.modal.custom-modal .modal-header {
  border: none;
  position: relative;
  padding: 55px 30px 25px;
}
.modal.custom-modal .modal-header .close {
  margin-top: 0;
  position: absolute;
  top: 25px;
  right: 35px;
  color: #212121;
  opacity: 1;
  text-shadow: none;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  font-size: 26px;
}
.modal.custom-modal .modal-title {
  text-align: center;
}
.modal.custom-modal .modal-body {
  position: relative;
  padding: 0 35px 40px;
}
.modal.custom-modal .modal-footer {
  padding: 0px 35px 40px;
  text-align: center;
  border: none;
}
.modal.custom-modal .modal-content {
  background: #F7F7F7;
  box-shadow: 0px 24px 30px rgba(74, 79, 97, 0.4);
  -moz-box-shadow: 0px 24px 30px rgba(74, 79, 97, 0.4);
  -webkit-box-shadow: 0px 24px 30px rgba(74, 79, 97, 0.4);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.modal.custom-modal.shopping-cart-modal .modal-footer a {
  display: block;
  width: 100%;
}
.modal.custom-modal.shopping-cart-modal .modal-footer a.default-btn {
  margin-bottom: 30px;
}
.modal.custom-modal.shopping-cart-modal .quick-cart-item {
  padding: 0;
  border: none;
  width: 100%;
}
.modal.custom-modal.shopping-cart-modal .quick-cart-item .item-info {
  width: 79%;
}
.modal.custom-modal.shopping-cart-modal .quick-cart-item .name {
  font-size: 20px;
  line-height: 28px;
  width: 60%;
}
.modal.custom-modal.shopping-cart-modal .quick-cart-item .name:hover {
  text-decoration: underline;
}
.modal.custom-modal.shopping-cart-modal .quick-cart-item .price-box {
  width: auto;
  align-self: flex-start;
  -webkit-align-self: flex-start;
  margin-top: 5px;
}
.modal.custom-modal.shopping-cart-modal .quick-cart-item .img-holder {
  width: 80px;
  min-width: 80px;
  height: 100px;
  margin-right: 20px;
}
.modal.custom-modal.large-modal .modal-title {
  text-align: left;
}
.modal.custom-modal.large-modal .modal-dialog {
  width: 1000px;
}
.modal.custom-modal.small-modal .modal-dialog {
  width: 750px;
}
.default-artile-body {
  padding-top: 60px;
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 22px;
}
.default-artile-body .back-link {
  position: relative;
  left: -10px;
  margin-bottom: 20px;
}
.default-artile-body .back-link a {
  font-size: 18px;
  color: #212121;
}
.default-artile-body .back-link a .icon {
  display: inline-block;
  vertical-align: middle;
}
.default-artile-body ul {
  line-height: 24px;
}
.default-artile-body ul.default-list {
  padding-left: 15px;
}
.default-artile-body ul.default-list li {
  margin-bottom: 8px;
}
.default-artile-body ul.default-list ul {
  padding-left: 15px;
}
.default-artile-body ul.custom-list {
  padding-left: 0;
}
.default-artile-body ul.custom-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  line-height: 22px;
}
.default-artile-body ul.custom-list li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #39a0f7;
  position: absolute;
  left: 0px;
  top: 8px;
}
.default-artile-body p {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 22px;
  color: #212121;
}
.default-artile-body h1, .default-artile-body .h1 {
  font-size: 40px;
  line-height: 45px;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
.default-artile-body h2, .default-artile-body .h2 {
  font-size: 30px;
  line-height: 36px;
  position: relative;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 500;
}
.default-artile-body h3, .default-artile-body .h3 {
  font-size: 24px;
  line-height: 28px;
  position: relative;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 500;
}
.default-artile-body h4, .default-artile-body .h4 {
  font-size: 20px;
  line-height: 24px;
  position: relative;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 500;
}
.default-artile-body h5, .default-artile-body .h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
}
.default-artile-body h6, .default-artile-body .h6 {
  font-size: 13px;
  line-height: 16px;
  margin-top: 0;
  margin-bottom: 0;
}
.default-artile-body a {
  color: #39a0f7;
  text-decoration: underline;
  font-weight: 700;
}
.default-artile-body .bold {
  font-weight: 700;
}
.cookies-wrapper {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 22px 75px;
  background-color: #ffffff;
  z-index: 1111;
  box-shadow: 0px -2px 5px rgba(33, 33, 33, 0.15000000000000002);
}
.cookies-wrapper .default-btn {
  background-color: #39a0f7;
  color: #ffffff;
}
.cookies-wrapper .default-btn:hover {
  background-color: #212121;
  color: #ffffff;
}
.cookies-wrapper p {
  color: #212121;
  margin: 0;
  padding-right: 100px;
}
.cookies-wrapper p a {
  color: #39a0f7;
  font-weight: 500;
  text-decoration: underline;
}
ul.custom-list {
  padding-left: 22px;
}
ul.custom-list li {
  position: relative;
  margin-bottom: 15px;
}
ul.custom-list li:before {
  content: "";
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #212121;
  width: 7px;
  height: 7px;
  position: absolute;
  left: -22px;
  top: 12px;
}
textarea {
  resize: none;
}
textarea.form-control.custom-input {
  height: 130px;
  padding-top: 15px;
}
textarea.form-control.custom-input.html-block {
  height: auto;
}
.form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-group .img-upload {
  margin-left: 0;
}
.form-group.error-input .form-control.custom-input {
  border-color: red;
}
.form-group p.help-text {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1;
  color: red;
  margin-top: 5px;
  font-weight: 400;
  color: red;
}
.form-control.custom-input:focus {
  outline: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.form-control.input-minimal {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #212121;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  color: #212121;
  height: 25px;
  font-weight: 400;
  font-size: 14px;
  padding: 0;
}
.form-control.input-minimal:focus {
  outline: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.form-control.input-minimal:focus {
  border-bottom: 1px solid #39a0f7;
}
.form-control.input-minimal:focus::-webkit-input-placeholder {
  color: transparent;
}
.form-control.input-minimal:focus::-moz-placeholder {
  color: transparent;
}
.form-control.custom-input {
  background-color: #ffffff;
  border: 1px solid #c8cfd9;
  box-shadow: none;
  -webkit-box-shadow: none;
  height: 50px;
  font-size: 16px;
  color: #212121;
  font-weight: 400;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
.form-control.custom-input.datapicker-input {
  border: 1px solid #c8cfd9;
}
.form-control.custom-input.datapicker-input:focus {
  border-color: #39a0f7;
}
.form-control.custom-input:focus {
  border-color: #39a0f7;
}
.form-control.custom-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.form-control.custom-input:focus::-moz-placeholder {
  color: transparent;
}
.pl-0 {
  padding-left: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0rem;
}
.mb-1 {
  margin-bottom: 1rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.mb-3 {
  margin-bottom: 3rem;
}
.mb-4 {
  margin-bottom: 4rem;
}
.mb-5 {
  margin-bottom: 5rem;
}
.mt-0 {
  margin-top: 0rem;
}
.mt-1 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mt-4 {
  margin-top: 4rem;
}
.mt-5 {
  margin-top: 5rem;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.ml-20 {
  margin-left: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.mr-10 {
  margin-right: 10px;
}
.w-10 {
  width: 10% !important;
}
.w-15 {
  width: 15% !important;
}
.w-20 {
  width: 20% !important;
}
.w-25 {
  width: 25% !important;
}
.w-30 {
  width: 30% !important;
}
.w-35 {
  width: 35% !important;
}
.w-40 {
  width: 40% !important;
}
.w-45 {
  width: 45% !important;
}
.w-50 {
  width: 50% !important;
}
.w-55 {
  width: 55% !important;
}
.w-60 {
  width: 60% !important;
}
.w-75 {
  width: 75% !important;
}
.w-80 {
  width: 80% !important;
}
.w-85 {
  width: 85% !important;
}
.w-90 {
  width: 90% !important;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100%;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.col {
  flex: 1 0 0%;
  padding: 0px 15px;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  padding: 0px 15px;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
  padding: 0px 15px;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
  padding: 0px 15px;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
  padding: 0px 15px;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
  padding: 0px 15px;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
  padding: 0px 15px;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
  padding: 0px 15px;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
  padding: 0px 15px;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
  padding: 0px 15px;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
  padding: 0px 15px;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
  padding: 0px 15px;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
  padding: 0px 15px;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
  padding: 0px 15px;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.panel-bg .files-uploader {
  background-color: #ffffff;
}
.panel-bordered.panel-bg {
  background-color: #f0f0f0;
}
.panel {
  border: none;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  box-shadow: 0px 2px 6px rgba(33, 33, 33, 0.08999999999999997);
  -webkit-box-shadow: 0px 2px 6px rgba(33, 33, 33, 0.08999999999999997);
  padding: 20px 15px;
  background-color: #ffffff;
}
.panel.panel-bordered {
  border: 1px solid #c8cfd9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  padding: 20px 15px;
}
.panel .panel-body {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.panel .panel-heading {
  background-color: #eee;
  padding: 15px;
  text-shadow: 0px 1px 1px rgba(33, 33, 33, 0.15000000000000002);
}
.panel.translates-panel {
  padding: 0px;
  margin-bottom: 0;
}
.panel.translates-panel .button-panel {
  margin: 0;
}
.red-text {
  color: #df4040;
}
.icon, .icon-2, .icon-loader-icons {
  font-size: 24px;
}
.bold {
  font-weight: 500;
}
.table.custom-table.order-table .link {
  color: #39a0f7;
  font-weight: 500;
}
.table.custom-table > thead > tr > th,
.table.custom-table > tbody > tr > th,
.table.custom-table > tfoot > tr > th,
.table.custom-table > thead > tr > td,
.table.custom-table > tbody > tr > td,
.table.custom-table > tfoot > tr > td {
  border-top: 1px solid #c8cfd9;
}
.table.custom-table > thead > tr > th, .table.custom-table > tfoot > tr > th {
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
  padding: 20px 10px;
  line-height: 16px;
}
.table.custom-table > tbody > tr > th {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 15px;
  vertical-align: middle;
}
td.w-standart {
  min-width: 140px;
}
td.label-td.pr-0 {
  padding-right: 0 !important;
}
td.label-td {
  min-width: 170px;
}
.table.custom-table > tbody > tr > th {
  font-weight: 500;
  background-color: #f0f0f0;
}
.table.custom-table > tbody > tr > td b {
  font-weight: 500;
}
.table.custom-table > tbody > tr:last-child > td:last-child {
  border-bottom-right-radius: 10px;
}
.table.custom-table > tbody > tr:last-child > td:first-child {
  border-bottom-left-radius: 10px;
}
.table.custom-table > thead > tr > th:last-child {
  border-top-right-radius: 10px;
}
.table.custom-table > thead > tr > th:first-child {
  border-top-left-radius: 10px;
}
.table.custom-table > thead > tr > td, .table.custom-table > tbody > tr > td, .table.custom-table > tfoot > tr > td {
  padding: 10px;
  line-height: 15px;
  background-color: #ffffff;
  font-weight: 400;
  vertical-align: middle;
  font-size: 14px;
}
.table.custom-table > thead > tr > th {
  white-space: nowrap;
  text-shadow: 0px 1px 1px rgba(33, 33, 33, 0.15000000000000002);
  background-color: #eeeeee;
  border-bottom: 1px solid #c8cfd9;
}
.table.custom-table {
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-collapse: inherit;
  border: 1px solid #c8cfd9;
}
.table.custom-table .tarif-td {
  font-weight: 700;
}
.table.custom-table .default-btn {
  line-height: 32px;
  width: 130px;
}
.table.custom-table .default-btn .text {
  padding-right: 0;
}
.table.custom-table select {
  border: none;
  font-size: 14px;
}
.table.custom-table .text {
  padding-right: 30px;
}
.table.custom-table a {
  text-decoration: underline;
}
@media (min-width: 992px) {
  header.dflt-header .show-menu-btn {
    display: none;
  }
}
header.dflt-header {
  border-bottom: 1px solid #c8cfd9;
  font-size: 14px;
}
header.dflt-header .logo {
  height: 35px;
  max-width: 130px;
}
header.dflt-header .header-holder {
  position: relative;
  height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
header.dflt-header .avatar-wrapper {
  margin-right: 20px;
}
header.dflt-header .avatar-wrapper a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
header.dflt-header .avatar-wrapper .user-id {
  font-weight: 700;
}
header.dflt-header .avatar-wrapper .avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  margin-right: 10px;
}
header.dflt-header .right-header {
  position: relative;
  margin-left: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
footer.dflt-footer .footer-wrapper ul > li + li:before {
  font-weight: 400;
  content: "/";
  color: #212121;
  padding: 0 15px;
  font-size: 14px;
}
footer.dflt-footer {
  background-color: transparent;
  color: #212121;
  padding-bottom: 20px;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 3;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
footer.dflt-footer .copyright {
  background-color: transparent;
  font-size: 16px;
  padding: 0;
}
footer.dflt-footer .copyright a {
  color: #268ee5;
}
footer.dflt-footer .copyright a:hover {
  color: #268ee5;
}
footer.dflt-footer li {
  display: inline-block;
}
footer.dflt-footer li a {
  font-size: 14px;
  text-transform: uppercase;
}
footer.dflt-footer li a img {
  display: none;
}
footer.dflt-footer ul {
  width: 30%;
}
footer.dflt-footer .footer-wrapper {
  padding: 20px;
  border: 1px solid #c8cfd9;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  justify-content: space-between !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
}
footer.dflt-footer .footer-wrapper .designed_by {
  font-family: 'FontOver';
  font-size: 16px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  width: 30%;
}
footer.dflt-footer .footer-wrapper .designed_by a {
  text-decoration: none;
}
footer.dflt-footer .footer-wrapper .designed_by .name {
  margin-right: 20px;
}
footer.dflt-footer .footer-wrapper .designed_by img {
  width: 40px;
}
footer.dflt-footer .footer-wrapper .copyright {
  text-align: center;
}
footer.dflt-footer .footer-wrapper .copyright span {
  font-weight: 700;
  color: #39a0f7;
}
footer.dflt-footer a {
  color: #212121;
}
footer.dflt-footer a:hover {
  text-decoration: underline;
  color: #212121;
}
@media (max-width: 1699px) {
  .default-artile-body h1, .default-artile-body .h1 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  header.dflt-header .menu li {
    margin-left: 60px;
  }
  .cookies-wrapper {
    padding: 22px 45px;
  }
  .default-btn {
    padding: 0px 25px;
  }
}
@media (max-width: 1499px) {
  td.w-standart {
    min-width: 90px;
  }
  .panel {
    padding: 30px 15px 25px;
  }
}
@media (max-width: 1300px) {
  header.dflt-header .menu li {
    margin-left: 45px;
  }
  .custom-accordion .label-name {
    padding-right: 125px;
  }
}
@media (max-width: 1199px) {
  header.dflt-header .avatar-wrapper .avatar {
    display: none;
  }
  header.dflt-header .logo {
    height: 22px;
    max-width: 100px;
  }
  .cookie-text {
    max-width: 940px;
    margin: auto;
  }
  .custom-accordion .panel.panel-accordion {
    padding: 30px 15px;
  }
  .custom-accordion .label-name {
    line-height: 24px;
    font-size: 17px;
    padding: 0px 50px 0px 0px;
  }
}
@media (max-width: 991px) {
  .default-artile-body ul {
    line-height: 22px;
  }
  footer.dflt-footer .footer-wrapper .designed_by {
    width: fit-content;
  }
  footer.dflt-footer li {
    margin-right: 15px;
  }
  footer.dflt-footer .footer-wrapper ul > li + li:before {
    display: none;
  }
  footer .footer-wrapper .designed_by .name {
    margin-right: 15px;
    font-size: 12px;
  }
  footer.dflt-footer .footer-wrapper .designed_by img {
    width: 35px;
    position: relative;
    top: -1px;
  }
  footer.dflt-footer li a .text {
    display: none;
  }
  footer.dflt-footer li a img {
    display: inline-block;
  }
  footer.dflt-footer ul {
    position: relative;
    z-index: 3;
  }
  footer.dflt-footer .footer-wrapper .copyright {
    width: 100%;
    left: 0;
    bottom: 0;
    border-top: 1px solid #d1d3d7;
    /* padding-top: 10px; */
  
    position: absolute;
    font-size: 14px;
    text-align: left;
    padding-left: 15px;
    background: #eee;
    line-height: 35px;
  }
  footer.dflt-footer .footer-wrapper {
    position: relative;
    padding: 15px 15px 50px;
  }
  footer.dflt-footer .row {
    display: block;
  }
  .default-artile-body h2, .default-artile-body .h2 {
    margin-top: 20px;
  }
  .default-artile-body p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
  }
  .default-artile-body {
    padding-top: 30px;
  }
  header.dflt-header .header-holder {
    height: 50px;
  }
  .cookies-wrapper {
    padding: 15px;
  }
  .cookie-text {
    max-width: 720px;
  }
  .modal.custom-modal.small-modal .modal-dialog {
    width: 95%;
  }
  .modal.custom-modal .modal-body {
    padding: 0 15px 20px;
  }
  .custom-accordion .label-name {
    line-height: 22px;
    font-size: 16px;
  }
  .table-responsive {
    background-color: transparent;
    border: none;
  }
  .table.custom-table {
    border: none;
    background-color: transparent;
  }
  .table.custom-table thead {
    display: none;
  }
  .table.custom-table tr:last-child {
    margin-bottom: 0;
  }
  .table.custom-table tr {
    border-right: 1px solid #c8cfd9;
    border-left: 1px solid #c8cfd9;
    border-bottom: 1px solid #c8cfd9;
    display: block;
    position: relative;
    margin-bottom: 10px;
    box-shadow: 0px 2px 4px rgba(33, 33, 33, 0.15000000000000002);
  }
  .table.custom-table > thead > tr > td, .table.custom-table > tbody > tr > td, .table.custom-table > tfoot > tr > td {
    padding: 10px;
    background-color: #ffffff;
  }
  .table.custom-table td:first-child {
    background-color: #eee;
  }
  .table.custom-table td:last-child:after {
    display: none;
  }
  .table.custom-table td:last-child:before {
    display: none;
  }
  .table.custom-table td {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
    text-align: left;
  }
  .table.custom-table td:after {
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #c8cfd9;
    left: 33%;
    top: 0;
    content: "";
  }
  .table.custom-table td:before {
    content: attr(aria-label);
    float: right;
    font-weight: 500;
    display: block;
    width: 40%;
  }
  .custom-tabs .tab-content > .tab-pane {
    width: 100%;
    min-width: 100%;
    overflow-x: auto;
    padding-right: 15px;
  }
  .row.row-device {
    display: block;
    flex-wrap: inherit;
  }
  .content-wrapper {
    display: block;
  }
  td.w-standart {
    min-width: inherit;
  }
  .custom-accordion .panel.panel-accordion .panel-body {
    padding: 15px 20px 0 0;
  }
  .collapse-nav li a {
    padding: 0 15px;
    text-align: left;
  }
  .panel {
    padding: 30px 15px 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .modal.custom-modal.billing-basket .h2, .modal.custom-modal.billing-basket h2 {
    font-size: 26px;
    margin-top: 10px;
  }
  .modal.custom-modal.billing-basket .total-tarif-line.outline .value {
    font-weight: 500;
  }
  .modal.custom-modal.billing-basket .total-tarif-line.outline {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
  }
  .modal.custom-modal.billing-basket .modal-dialog {
    width: 90%;
    margin: 15px auto;
  }
  .modal.custom-modal.billing-basket .total-tarif-line {
    font-size: 16px;
    padding: 20px 10px;
  }
  .cookie-text {
    width: 100%;
  }
  .modal.custom-modal .modal-header .close {
    top: 15px;
    right: 15px;
  }
  .panel {
    padding: 20px 15px 15px;
    margin-bottom: 15px;
  }
  .custom-tabs .tab-content {
    margin-right: -15px;
  }
  .custom-tabs .nav-tabs {
    width: auto;
    background-color: transparent;
    margin-bottom: 10px;
    height: auto;
    overflow-x: auto;
    margin-right: -15px;
    padding-bottom: 5px;
    border-radius: 0;
  }
  .custom-tabs .nav > li > a {
    padding: 0 20px;
    white-space: nowrap;
  }
}
@media (max-width:575px) {
  .cookie-text {
    display: block !important;
  }
  .cookies-wrapper p {
    padding-right: 0;
    margin-bottom: 15px;
  }
}
