/**
* @author      Dominik Douděra(doudera@grow-studio.eu)
* @copyright   (C) 2016 Všechna práva vyhrazena.
* @link        https://grow-studio.eu/
* 
*/
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pre-client-section-pages {
  text-align: center;
  padding: 40px 0;
  border-top: 8px solid #F6F4F6;
}
.pre-client-section-pages .box {
  padding: 0 15px;
}
.pre-client-section-pages .sec-title h1 {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 400;
  color: black;
}
.pre-client-section-pages .sec-title p {
  width: 75%;
  margin: auto;
  font-size: 14px;
  margin-bottom: 30px;
}
.pre-client-section-pages .form-group input {
  height: 40px;
}
.pre-client-section-pages .form-group label {
  font-weight: 500;
  color: black;
}
.pre-client-section-pages .usefull-links {
  margin-top: 20px;
  text-align: center;
}
.pre-client-section-pages .usefull-links a {
  color: #2D9D93;
}
.pre-client-section-pages .usefull-links a:after {
  content: " | ";
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  color: #333333;
}
.pre-client-section-pages .usefull-links a:last-of-type:after {
  display: none;
}
.pre-client-section-pages .btn-default {
  padding: 12px;
  width: 200px;
  margin: 0 10px;
}
@media (max-width: 576px) {
  .pre-client-section-pages .btn-default {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
}
.pre-client-section-pages .btn-outlined {
  margin: 0 10px;
  padding: 9px;
  width: 200px;
}
@media (max-width: 576px) {
  .pre-client-section-pages .btn-outlined {
    width: 100%;
    margin: 0;
  }
}
.pre-client-section-pages .inner-content {
  width: 50%;
  text-align: left;
  margin: auto;
}
@media (max-width: 576px) {
  .pre-client-section-pages .inner-content {
    width: 100%;
  }
}
.pre-client-section-pages .buttons {
  text-align: center;
}
.pre-client-section-pages .checkbox {
  padding-left: 0;
}
.pre-client-section-pages .separator .separator {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
.pre-client-section-pages .separator .separator:before {
  content: "";
  display: block;
  background: #C4C4C4;
  width: 100%;
  height: 1px;
}
.pre-client-section-pages .separator .separator .text {
  display: inline-block;
  vertical-align: top;
  background: white;
  padding: 0px 15px;
  position: relative;
  top: -12px;
}
.pre-client-section-pages .third-party-block {
  width: 60%;
  margin: auto;
}
.pre-client-section-pages .third-party-block h2 {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 400;
  color: black;
}
.pre-client-section-pages .third-party-block .services {
  margin: 40px 0;
}
.pre-client-section-pages .third-party-block .services .service {
  border-radius: 4px;
  background: #F2F2F2;
  padding: 12px;
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 48px;
  margin: 0 7px;
}
.pre-client-section-pages .third-party-block .services .service img {
  max-width: 100%;
}
.pre-client-section-pages .control {
  display: block;
  position: relative;
  padding-left: 29px;
  margin-bottom: 9px;
  padding-top: 2px;
  cursor: pointer;
}
.pre-client-section-pages .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.pre-client-section-pages .control input:focus ~ .control_indicator {
  background: #e6e6e6;
}
.pre-client-section-pages .control input:checked ~ .control_indicator {
  background: #e1a840;
}
.pre-client-section-pages .control input:checked ~ .control_indicator:after {
  display: block;
}
.pre-client-section-pages .control input:checked:focus ~ .control_indicator {
  background: #e1a840;
}
.pre-client-section-pages .control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.pre-client-section-pages .control:hover input ~ .control_indicator {
  background: #e6e6e6;
}
.pre-client-section-pages .control:hover input:not([disabled]):checked ~ .control_indicator {
  background: #e1a840;
}
.pre-client-section-pages .control_indicator {
  position: absolute;
  top: 1px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border: 0px solid #000000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
}
.pre-client-section-pages .control_indicator:after {
  box-sizing: unset;
  content: '';
  position: absolute;
  display: none;
}
.pre-client-section-pages .control-radio .control_indicator {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
}
.pre-client-section-pages .control-checkbox .control_indicator:after {
  left: 7px;
  top: -3.2px;
  width: 2px;
  height: 7px;
  border-width: 0 2px 2px 0;
  transform: rotate(10deg);
  content: '✔';
  color: white;
  font-size: 11px;
}
.pre-client-section-pages .control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #7b7b7b;
}
.pre-client-section-pages .callout {
  margin-bottom: 20px;
}
.pre-client-section-pages .bottom-strip {
  background: #F6F4F6;
  margin-top: 80px;
  height: 150px;
}
.pre-client-section-pages .bottom-description {
  margin-top: 80px;
}
.pre-client-section-pages .bottom-description h2 {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 400;
  color: black;
}
.pre-client-section-pages .bottom-description p {
  width: 75%;
  margin: auto;
  font-size: 14px;
  margin-bottom: 30px;
}
.pre-client-section-pages .bottom-description .btn {
  background: #330B41;
}
.pre-client-section-pages .bottom-description .btn:hover {
  background: black;
}
.client-section {
  border-top: 8px solid #F6F4F6;
  padding-top: 35px;
  padding-bottom: 200px;
}
.client-section .left-side a:hover {
  text-decoration: none;
}
.client-section .left-side .headline {
  background: #F6F4F6;
  font-family: Cinzel;
  font-size: 16px;
  font-weight: 400;
  padding: 9px 15px;
  color: #000000;
  margin-bottom: 5px;
}
.client-section .left-side .headline img {
  float: right;
  position: relative;
  top: -48px;
  right: -21px;
}
@media (max-width: 1200px) {
  .client-section .left-side .headline img {
    top: -61px;
    right: -41px;
  }
}
@media (max-width: 991px) {
  .client-section .left-side .headline img {
    top: -28px;
    right: -28px;
  }
}
.client-section .left-side .headline .fas {
  float: right;
  font-size: 24px;
  position: relative;
  top: -2px;
  color: #bdbdbd;
}
.client-section .left-side .menu {
  background: #F6F4F6;
  padding: 9px 15px;
  margin-top: 5px;
}
.client-section .left-side .menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.client-section .left-side .menu ul li a {
  font-size: 14px;
  line-height: 32px;
  border-left: 2px solid transparent;
  padding-left: 10px;
}
@media (max-width: 1200px) {
  .client-section .left-side .menu ul li a {
    font-size: 13px;
  }
}
.client-section .left-side .menu ul li:hover a,
.client-section .left-side .menu ul li.active a {
  border-left: 2px solid #642D77;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}
.client-section .left-side .menu .headline {
  color: #2D9D93;
  padding-left: 0;
}
.client-section .left-side .partner-program {
  color: #642D77;
  margin-top: 5px;
  font-size: 14px;
}
.client-section .left-side .partner-program img {
  top: -7px;
  right: -10px;
}
.client-section .subpage-content {
  line-height: 24px;
  color: black;
}
@media (max-width: 991px) {
  .client-section .subpage-content {
    margin-top: 40px;
  }
}
.client-section .subpage-content h1 {
  color: black;
  font-size: 40px;
}
@media (max-width: 1200px) {
  .client-section .subpage-content h1 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .client-section .subpage-content h1 {
    font-size: 25px;
  }
}
.client-section .subpage-content h2 {
  text-align: left;
  font-size: 32px;
}
@media (max-width: 1200px) {
  .client-section .subpage-content h2 {
    font-size: 27px;
  }
}
@media (max-width: 991px) {
  .client-section .subpage-content h2 {
    font-size: 21px;
  }
}
.client-section .subpage-content .vip-block {
  background: #F6F4F6;
  padding: 20px;
  margin: 20px 0;
}
.client-section .subpage-content .vip-block h2 {
  margin: 0;
  padding: 0;
  text-align: left;
  margin-bottom: 15px;
}
.client-section .subpage-content .vip-block h2 span {
  color: #2D9D93;
  font-size: 32px;
}
@media (max-width: 991px) {
  .client-section .subpage-content .vip-block h2 span {
    font-size: 21px;
  }
}
.client-section .subpage-content .banners img {
  max-width: 100%;
}
@media (max-width: 576px) {
  .client-section .subpage-content .banners img {
    width: 100%;
  }
}
.client-section .subpage-content .banners .top {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .client-section .subpage-content .banners .bottom {
    width: 100%;
    margin-bottom: 30px;
  }
}
.client-section .subpage-content .thank-you .separator {
  height: 4px;
  background: #F6F4F6;
  margin-top: 40px;
}
.client-section .subpage-content .thank-you .contacts {
  color: #E1A840;
  font-size: 24px;
  font-family: "Cinzel";
  margin-top: 30px;
}
@media (max-width: 576px) {
  .client-section .subpage-content .thank-you .contacts {
    font-size: 16px;
  }
}
.client-section .subpage-content .thank-you .contacts .right {
  text-align: right;
}
.client-section .subpage-content .box {
  background: #F6F4F6;
  padding: 25px;
  font-size: 14px;
  color: black;
  margin-bottom: 15px;
}
.client-section .subpage-content .box h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  color: black;
  font-weight: 400;
}
.client-section .subpage-content .myOrders .orders {
  margin-top: 20px;
}
.client-section .subpage-content .myOrders .orders .empty {
  background: #F6F4F6;
  padding: 28px 0;
  text-align: center;
}
.client-section .subpage-content .myOrders .orders .order {
  padding: 15px;
}
@media (max-width: 350px) {
  .client-section .subpage-content .myOrders .orders .order .info {
    font-size: 12px;
  }
}
.client-section .subpage-content .myOrders .orders .order .orderID {
  color: #2D9D93;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
}
.client-section .subpage-content .myOrders .orders .order .date {
  display: inline-block;
  vertical-align: top;
}
.client-section .subpage-content .myOrders .orders .order .totalPrice {
  font-weight: bold;
  color: black;
  text-align: right;
}
@media (max-width: 767px) {
  .client-section .subpage-content .myOrders .orders .order .totalPrice {
    margin: 15px 0;
  }
}
@media (max-width: 767px) {
  .client-section .subpage-content .myOrders .orders .order .invoice {
    margin: 15px 0;
  }
}
.client-section .subpage-content .myOrders .orders .order .invoice a {
  color: #E1A840;
}
.client-section .subpage-content .myOrders .orders .order .invoice a .fa {
  margin-right: 10px;
}
.client-section .subpage-content .myOrders .orders .order .products {
  margin-top: 10px;
}
.client-section .subpage-content .myOrders .orders .order .products img {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .client-section .subpage-content .myOrders .orders .order .status {
    text-align: right;
  }
}
.client-section .subpage-content .status-changer {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}
.client-section .subpage-content .status-changer .switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 16px;
}
.client-section .subpage-content .status-changer .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.client-section .subpage-content .status-changer .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #bdbdbd;
  -webkit-transition: .4s;
  transition: .4s;
}
.client-section .subpage-content .status-changer .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  bottom: -2px;
  background-color: #4f4f4f;
  -webkit-transition: .4s;
  transition: .4s;
}
.client-section .subpage-content .status-changer input:checked + .slider {
  background-color: #bedcd9;
}
.client-section .subpage-content .status-changer input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.client-section .subpage-content .status-changer input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background-color: #2d9d93;
}
.client-section .subpage-content .status-changer .slider.round {
  border-radius: 34px;
}
.client-section .subpage-content .status-changer .slider.round:before {
  border-radius: 50%;
}
.client-section .subpage-content .status-changer .status {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -5px;
  margin-left: 16px;
  width: calc(100% - 67px);
}
.client-section .subpage-content .settings .form-group {
  position: relative;
  background: white;
}
.client-section .subpage-content .settings .form-group.checkbox-area {
  background: inherit;
}
.client-section .subpage-content .settings .form-group.checkbox-area:after {
  display: none;
}
.client-section .subpage-content .settings .form-group:after {
  content: "✓";
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: 10px;
  top: 13px;
  width: 20px;
  height: 20px;
  background: #BDBDBD;
  border-radius: 50%;
  text-align: center;
  color: white;
  line-height: 20px;
  font-size: 13px;
}
.client-section .subpage-content .settings .form-group.is-valid:after {
  background: #2D9D93;
}
.client-section .subpage-content .settings .form-group label {
  position: absolute;
  top: 12px;
  left: 16px;
  z-index: 1;
  color: #898989;
  font-weight: 400;
}
.client-section .subpage-content .settings .form-group label.control-checkbox {
  position: static;
}
.client-section .subpage-content .settings .form-group .form-control {
  position: relative;
  z-index: 2;
  background: transparent;
  height: 48px;
  padding-right: 40px;
}
.client-section .subpage-content .settings .form-group .form-control:-webkit-autofill,
.client-section .subpage-content .settings .form-group .form-control:-webkit-autofill:hover,
.client-section .subpage-content .settings .form-group .form-control:-webkit-autofill:focus,
.client-section .subpage-content .settings .form-group .form-control:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: black;
  transition: background-color 5000s ease-in-out 0s;
}
.client-section .subpage-content .settings .form-group input[type=checkbox] {
  background: transparent;
}
.client-section .subpage-content .settings .form-group.lovered label {
  top: 2px;
}
.client-section .subpage-content .settings .form-group.lovered .form-control {
  padding-left: 15px;
  padding-top: 26px;
  font-weight: bold;
  border: 1px solid #D5D4D3;
}
.client-section .subpage-content .settings .address .status-changer {
  margin-bottom: 20px;
}
.client-section .subpage-content .settings .address .control-checkbox .control_indicator:after {
  top: -2px;
}
.client-section .subpage-content .callout {
  margin-bottom: 20px;
}
