/* Comparative Responsive Pricing Tables v3.0 */
.crpt-flat button::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}
.crpt-flat {
  cursor: default;
  margin-top: 30px;
}
.crpt-flat,
.crpt-flat .pt-block {
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  font-weight: 300;
  text-align: center;
}
.crpt-flat *,
.crpt-flat *:before,
.crpt-flat *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.crpt-flat .pt-cols {
  position: relative;
}
.crpt-flat .pt-cols-1 {
  max-width: 330px;
}
.crpt-flat .pt-cols-2 {
  max-width: 660px;
}
.crpt-flat .pt-cols-3 {
  max-width: 990px;
}
.crpt-flat .pt-cols-4 {
  max-width: 1320px;
}
.crpt-flat .pt-cols-5 {
  max-width: 1650px;
}
.crpt-flat .pt-cols-main {
  text-align: center;
  font-size: 0;
}
.crpt-flat .pt-cols {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.crpt-flat .pt-cols .pt-col {
  display: inline-block;
  max-width: 330px;
  width: 100%;
  vertical-align: bottom;
}
.crpt-flat .pt-line-middle {
  display: table-cell;
  vertical-align: middle;
}
.crpt-flat [class*='pt-lines-'] {
  display: table;
  width: 100%;
}
.crpt-flat .pt-lines-2 {
  height: 48px;
}
.crpt-flat .pt-lines-3 {
  height: 72px;
}
@media (max-width: 767px) {
  .crpt-flat .pt-cols .pt-cols-side {
    max-width: 330px;
  }
}
@media (min-width: 480px) {
  .crpt-flat .pt-cols-2 .pt-col,
  .crpt-flat .pt-cols-3 .pt-col,
  .crpt-flat .pt-cols-4 .pt-col,
  .crpt-flat .pt-cols-5 .pt-col {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .crpt-flat .pt-cols-3 .pt-col,
  .crpt-flat .pt-cols-5 .pt-col {
    width: 33.3333%;
  }
}
@media (min-width: 992px) {
  .crpt-flat .pt-cols-4 .pt-col {
    width: 25%;
  }
  .crpt-flat .pt-cols-5 .pt-col {
    width: 20%;
  }
}
.crpt-flat .pt-tooltip {
  display: none;
  position: absolute;
  right: 50%;
  bottom: 100%;
  min-width: 200px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
  font-weight: normal;
  text-align: center;
  font-style: normal;
  z-index: 100;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  transform: translateX(50%);
  line-height: 1;
}
.crpt-flat .pt-tooltip .pt-tooltip-content {
  position: relative;
  background-color: #1a1a1a;
  padding: 3px;
  display: block;
  text-align: left;
  margin-bottom: 8px;
  max-width: 100%;
  border-radius: 2px;
  border-color: #1a1a1a;
  border-width: 2px;
  border-style: solid;
}
.crpt-flat .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line {
  display: block;
  text-align: center;
  font-size: 14px;
}
.crpt-flat .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span {
  position: relative;
  display: inline-block;
  padding: 8px;
}
.crpt-flat .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-flat .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 20px;
  background-color: #404040;
}
.crpt-flat .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before {
  right: 100%;
}
.crpt-flat .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
  left: 100%;
}
.crpt-flat .pt-tooltip .pt-tooltip-content .fa {
  margin: 0;
}
.crpt-flat .pt-tooltip .pt-tooltip-content img {
  max-width: 100%;
}
.crpt-flat .pt-tooltip .pt-tooltip-content:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 50%;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-top-color: inherit;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  margin-right: -8px;
}
.crpt-flat .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
  display: block;
  border-bottom: 1px solid #404040;
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  padding: 0 5px 2px 5px;
  margin-bottom: 5px;
}
.crpt-flat .pt-tooltip .pt-tooltip-content .pt-tooltip-list {
  display: block;
}
.crpt-flat .pt-tooltip .pt-tooltip-content .pt-tooltip-list > span {
  display: block;
  line-height: 1.4;
}
.crpt-flat .pt-tooltip .pt-tooltip-content .pt-tooltip-list .fa {
  font-size: 13px;
  width: 24px;
  text-align: center;
  padding-right: 4px;
}
.crpt-flat .pt-tooltip-bottom,
.crpt-flat .pt-tooltip-bottom-left,
.crpt-flat .pt-tooltip-bottom-right {
  bottom: auto;
  top: 100%;
}
.crpt-flat .pt-tooltip-bottom .pt-tooltip-content,
.crpt-flat .pt-tooltip-bottom-left .pt-tooltip-content,
.crpt-flat .pt-tooltip-bottom-right .pt-tooltip-content {
  margin: 8px 0 0 0;
}
.crpt-flat .pt-tooltip-bottom .pt-tooltip-content:after,
.crpt-flat .pt-tooltip-bottom-left .pt-tooltip-content:after,
.crpt-flat .pt-tooltip-bottom-right .pt-tooltip-content:after {
  top: auto;
  bottom: 100%;
  border-width: 0 8px 8px 8px;
  border-bottom-color: inherit;
}
.crpt-flat .pt-tooltip-left-top,
.crpt-flat .pt-tooltip-left-bottom,
.crpt-flat .pt-tooltip-right-top,
.crpt-flat .pt-tooltip-right-bottom,
.crpt-flat .pt-tooltip-top-left,
.crpt-flat .pt-tooltip-bottom-left,
.crpt-flat .pt-tooltip-top-right,
.crpt-flat .pt-tooltip-bottom-right {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
.crpt-flat .pt-tooltip-left .pt-tooltip-content:after,
.crpt-flat .pt-tooltip-left-top .pt-tooltip-content:after,
.crpt-flat .pt-tooltip-left-bottom .pt-tooltip-content:after,
.crpt-flat .pt-tooltip-right .pt-tooltip-content:after,
.crpt-flat .pt-tooltip-right-top .pt-tooltip-content:after,
.crpt-flat .pt-tooltip-right-bottom .pt-tooltip-content:after {
  border-width: 8px 8px;
}
.crpt-flat .pt-tooltip-right,
.crpt-flat .pt-tooltip-right-top,
.crpt-flat .pt-tooltip-right-bottom {
  left: 100%;
  right: auto;
  text-align: left;
}
.crpt-flat .pt-tooltip-right .pt-tooltip-content,
.crpt-flat .pt-tooltip-right-top .pt-tooltip-content,
.crpt-flat .pt-tooltip-right-bottom .pt-tooltip-content {
  margin: 0 0 0 11px;
}
.crpt-flat .pt-tooltip-right .pt-tooltip-content:after,
.crpt-flat .pt-tooltip-right-top .pt-tooltip-content:after,
.crpt-flat .pt-tooltip-right-bottom .pt-tooltip-content:after {
  right: 100%;
  border-width: 8px 8px 8px 0;
  border-top-color: transparent;
  border-right-color: inherit;
  margin-right: 0;
}
.crpt-flat .pt-tooltip-left,
.crpt-flat .pt-tooltip-left-top,
.crpt-flat .pt-tooltip-left-bottom {
  right: 100%;
  text-align: right;
}
.crpt-flat .pt-tooltip-left .pt-tooltip-content,
.crpt-flat .pt-tooltip-left-top .pt-tooltip-content,
.crpt-flat .pt-tooltip-left-bottom .pt-tooltip-content {
  margin: 0 11px 0 0;
}
.crpt-flat .pt-tooltip-left .pt-tooltip-content:after,
.crpt-flat .pt-tooltip-left-top .pt-tooltip-content:after,
.crpt-flat .pt-tooltip-left-bottom .pt-tooltip-content:after {
  left: 100%;
  right: auto;
  border-width: 8px 0 8px 8px;
  border-top-color: transparent;
  border-left-color: inherit;
  margin-right: 0;
}
.crpt-flat .pt-tooltip-top,
.crpt-flat .pt-tooltip-bottom {
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  transform: translateX(50%);
}
.crpt-flat .pt-tooltip-right,
.crpt-flat .pt-tooltip-left {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  transform: translateY(50%);
}
.crpt-flat .pt-tooltip-right .pt-tooltip-content:after,
.crpt-flat .pt-tooltip-left .pt-tooltip-content:after {
  top: 50%;
  margin-top: -8px;
}
.crpt-flat .pt-tooltip-right-top,
.crpt-flat .pt-tooltip-left-top {
  bottom: auto;
  top: 50%;
  margin-top: -16px;
}
.crpt-flat .pt-tooltip-right-top .pt-tooltip-content:after,
.crpt-flat .pt-tooltip-left-top .pt-tooltip-content:after {
  top: 6px;
}
.crpt-flat .pt-tooltip-right-bottom,
.crpt-flat .pt-tooltip-left-bottom {
  bottom: 50%;
  margin-bottom: -18px;
}
.crpt-flat .pt-tooltip-right-bottom .pt-tooltip-content:after,
.crpt-flat .pt-tooltip-left-bottom .pt-tooltip-content:after {
  top: auto;
  bottom: 8px;
}
.crpt-flat .pt-tooltip-show-icon,
.crpt-flat .pt-tooltip-show-text {
  display: inline-block;
  position: relative;
}
.crpt-flat .pt-tooltip-show-icon:hover,
.crpt-flat .pt-tooltip-show-text:hover {
  cursor: help;
}
.crpt-flat .pt-tooltip-show-icon:hover .pt-tooltip,
.crpt-flat .pt-tooltip-show-text:hover .pt-tooltip {
  display: block;
}
.crpt-flat .pt-tooltip-show-icon {
  vertical-align: top;
  position: relative;
  left: 5px;
  top: -5px;
  line-height: 1;
}
.crpt-flat .pt-tooltip-show-icon .pt-tooltip-show i.fa {
  width: auto;
  font-size: 14px;
  margin: 0;
}
.crpt-flat .pt-tooltip-top-left,
.crpt-flat .pt-tooltip-bottom-left {
  margin-left: -50px;
  left: 50%;
  right: auto;
  text-align: left;
}
.crpt-flat .pt-tooltip-top-left .pt-tooltip-content:after,
.crpt-flat .pt-tooltip-bottom-left .pt-tooltip-content:after {
  right: auto;
  left: 40px;
  margin-right: 0;
}
.crpt-flat .pt-tooltip-top-right,
.crpt-flat .pt-tooltip-bottom-right {
  margin-right: -50px;
  right: 50%;
  text-align: right;
}
.crpt-flat .pt-tooltip-top-right .pt-tooltip-content:after,
.crpt-flat .pt-tooltip-bottom-right .pt-tooltip-content:after {
  right: 40px;
  margin-right: 0;
}
@media (min-width: 992px) {
  .crpt-flat .pt-tooltip .pt-tooltip-content .pt-tooltip-2col {
    width: 275px;
  }
  .crpt-flat .pt-tooltip .pt-tooltip-content .pt-tooltip-2col:before,
  .crpt-flat .pt-tooltip .pt-tooltip-content .pt-tooltip-2col:after {
    content: "";
    display: table;
  }
  .crpt-flat .pt-tooltip .pt-tooltip-content .pt-tooltip-2col:after {
    clear: both;
  }
  .crpt-flat .pt-tooltip .pt-tooltip-content .pt-tooltip-2col > span {
    float: left;
    width: 50%;
  }
}
.crpt-flat .pt-block {
  margin: 14px 0 30px 0;
  padding: 25px 15px;
}
.crpt-flat .pt-block,
.crpt-flat .pt-block > * {
  position: relative;
}
.crpt-flat .pt-title {
  color: #8aa5b7;
  font-size: 18px;
  line-height: 1.24;
  margin: 0 0 10px 0;
}
.crpt-flat .pt-back {
  background-color: #233039;
}
.crpt-flat .pt-back,
.crpt-flat .pt-back:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.crpt-flat .pt-back:before {
  outline: 1px solid #364b59;
  display: block;
  content: "";
}
.crpt-flat .pt-back:after {
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  display: block;
  content: "";
}
.crpt-flat .pt-btn {
  color: #fff;
  background-color: #364b59;
  display: block;
  margin: 0 -16px 20px -16px;
  padding: 7px 40px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  min-height: 40px;
}
.crpt-flat .pt-btn:hover {
  text-shadow: 0 0 5px;
}
.crpt-flat .pt-btn .pt-icon {
  color: #fff;
  background-color: #797979;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  text-shadow: none;
}
.crpt-flat .pt-btn .pt-icon > span {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding-left: 1px;
}
.crpt-flat .pt-tooltip-show-text .pt-tooltip-show {
  border-bottom: 1px dashed;
}
.crpt-flat .pt-list {
  border-color: #364b59;
  position: relative;
  color: #dcdcdc;
  margin: 0 -15px;
}
.crpt-flat .pt-list .fa {
  font-size: 17px;
}
.crpt-flat .pt-list .pt-list-item + .pt-list-item {
  border-top-color: inherit;
  border-top-style: solid;
  border-top-width: 1px;
}
.crpt-flat .pt-list-item {
  padding: 6px 15px;
  line-height: 24px;
}
.crpt-flat .pt-price-block {
  color: #fff;
  margin: 0 -10px 15px -10px;
  font-weight: 900;
  font-size: 0;
  text-align: center;
}
.crpt-flat .pt-price-block span {
  display: inline-block;
  vertical-align: middle;
}
.crpt-flat .pt-price-block .pt-sub {
  font-size: 24px;
  line-height: 1;
}
.crpt-flat .pt-price-block .pt-currency {
  font-size: 28px;
  line-height: 1;
}
.crpt-flat .pt-price-block .pt-price-main {
  font-size: 58px;
}
.crpt-flat .pt-price-block .pt-price-rest {
  text-align: left;
}
@media (max-width: 1199px) {
  .crpt-flat .pt-cols-4,
  .crpt-flat .pt-cols-5 {
    max-width: none;
    padding: 0 !important;
  }
  .crpt-flat .pt-cols-4 .pt-cols-side,
  .crpt-flat .pt-cols-5 .pt-cols-side {
    display: none;
  }
  .crpt-flat .pt-cols-4 .pt-col,
  .crpt-flat .pt-cols-5 .pt-col {
    min-width: 180px;
  }
  .crpt-flat .pt-cols-4 .pt-line-middle,
  .crpt-flat .pt-cols-5 .pt-line-middle,
  .crpt-flat .pt-cols-4 [class*='pt-lines-'],
  .crpt-flat .pt-cols-5 [class*='pt-lines-'] {
    display: inline-block;
    height: auto;
  }
  .crpt-flat .pt-cols-4 .pt-list .pt-list-item .pt-text,
  .crpt-flat .pt-cols-5 .pt-list .pt-list-item .pt-text {
    display: block;
  }
  .crpt-flat .pt-cols-4 .pt-list .pt-list-item .pt-value,
  .crpt-flat .pt-cols-5 .pt-list .pt-list-item .pt-value {
    font-weight: bold;
  }
}
@media (max-width: 991px) {
  .crpt-flat .pt-cols-3 {
    max-width: none;
    padding: 0 !important;
  }
  .crpt-flat .pt-cols-3 .pt-cols-side {
    display: none;
  }
  .crpt-flat .pt-cols-3 .pt-col {
    min-width: 180px;
  }
  .crpt-flat .pt-cols-3 .pt-line-middle,
  .crpt-flat .pt-cols-3 [class*='pt-lines-'] {
    display: inline-block;
    height: auto;
  }
  .crpt-flat .pt-cols-3 .pt-list .pt-list-item .pt-text {
    display: block;
  }
  .crpt-flat .pt-cols-3 .pt-list .pt-list-item .pt-value {
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .crpt-flat .pt-cols-1,
  .crpt-flat .pt-cols-2 {
    max-width: none;
    padding: 0 !important;
  }
  .crpt-flat .pt-cols-1 .pt-cols-side,
  .crpt-flat .pt-cols-2 .pt-cols-side {
    display: none;
  }
  .crpt-flat .pt-cols-1 .pt-col,
  .crpt-flat .pt-cols-2 .pt-col {
    min-width: 180px;
  }
  .crpt-flat .pt-cols-1 .pt-line-middle,
  .crpt-flat .pt-cols-2 .pt-line-middle,
  .crpt-flat .pt-cols-1 [class*='pt-lines-'],
  .crpt-flat .pt-cols-2 [class*='pt-lines-'] {
    display: inline-block;
    height: auto;
  }
  .crpt-flat .pt-cols-1 .pt-list .pt-list-item .pt-text,
  .crpt-flat .pt-cols-2 .pt-list .pt-list-item .pt-text {
    display: block;
  }
  .crpt-flat .pt-cols-1 .pt-list .pt-list-item .pt-value,
  .crpt-flat .pt-cols-2 .pt-list .pt-list-item .pt-value {
    font-weight: bold;
  }
}
.crpt-flat .pt-cols {
  padding-left: 170px;
  margin: 0 auto;
}
.crpt-flat .pt-list-block {
  color: #233039;
  position: absolute;
  left: 0;
  bottom: 55px;
  width: 170px;
  text-align: right;
  padding-right: 6px;
}
.crpt-flat .pt-list-block .pt-list-item {
  padding-right: 20px;
  padding-left: 5px;
}
.crpt-flat .pt-list-block .pt-list-item + .pt-list-item {
  border-top: 1px solid #ddd;
}
.crpt-flat .pt-list .pt-text {
  display: none;
}
.crpt-flat.pt-side-xs .pt-cols {
  padding-left: 180px;
}
.crpt-flat.pt-side-xs .pt-list-block {
  width: 180px;
}
.crpt-flat.pt-side-sm .pt-cols {
  padding-left: 220px;
}
.crpt-flat.pt-side-sm .pt-list-block {
  width: 220px;
}
.crpt-flat.pt-side-md .pt-cols {
  padding-left: 240px;
}
.crpt-flat.pt-side-md .pt-list-block {
  width: 240px;
}
.crpt-flat.pt-side-lg .pt-cols {
  padding-left: 280px;
}
.crpt-flat.pt-side-lg .pt-list-block {
  width: 280px;
}
@-webkit-keyframes button {
  0%, 100% {
    opacity: 1;
    right: 0;
  }
  50% {
    opacity: 0;
    right: 0;
  }
  51% {
    right: 40px;
  }
}
@keyframes button {
  0%, 100% {
    opacity: 1;
    right: 0;
  }
  50% {
    opacity: 0;
    right: 0;
  }
  51% {
    right: 40px;
  }
}
.crpt-flat .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-btn {
  background-color: #b7b7b7;
  text-shadow: none;
  cursor: default;
}
.crpt-flat .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-btn .pt-icon {
  background-color: #919191;
}
.crpt-flat .pt-selected,
.crpt-flat[class*='pt-animation-'] .pt-col .pt-block:hover {
  z-index: 10;
}
.crpt-flat .pt-selected .pt-back:after,
.crpt-flat[class*='pt-animation-'] .pt-col .pt-block:hover .pt-back:after {
  top: -14px;
  background-color: #939393;
  -webkit-box-shadow: 0 0 10px 1px #233039;
  box-shadow: 0 0 10px 1px #233039;
}
.crpt-flat .pt-selected .pt-title,
.crpt-flat[class*='pt-animation-'] .pt-col .pt-block:hover .pt-title {
  color: #fff;
}
.crpt-flat .pt-selected .pt-price-block,
.crpt-flat[class*='pt-animation-'] .pt-col .pt-block:hover .pt-price-block {
  color: #fff;
}
.crpt-flat .pt-selected .pt-list,
.crpt-flat[class*='pt-animation-'] .pt-col .pt-block:hover .pt-list {
  color: #fff;
  border-color: #b9b9b9;
  margin: 0;
}
.crpt-flat .pt-selected .pt-list .pt-list-item,
.crpt-flat[class*='pt-animation-'] .pt-col .pt-block:hover .pt-list .pt-list-item {
  padding-left: 0;
  padding-right: 0;
}
.crpt-flat .pt-selected .pt-btn,
.crpt-flat[class*='pt-animation-'] .pt-col .pt-block:hover .pt-btn {
  background-color: #868686;
  color: #fff;
}
.crpt-flat .pt-selected .pt-btn .pt-icon,
.crpt-flat[class*='pt-animation-'] .pt-col .pt-block:hover .pt-btn .pt-icon {
  background-color: #797979;
  color: #fff;
}
.crpt-flat.pt-animation-default .pt-selected .pt-btn .pt-icon,
.crpt-flat.pt-animation-1 .pt-selected .pt-btn .pt-icon,
.crpt-flat.pt-animation-default .pt-col .pt-block:hover .pt-btn .pt-icon,
.crpt-flat.pt-animation-1 .pt-col .pt-block:hover .pt-btn .pt-icon {
  -webkit-animation-name: button;
  -moz-animation-name: button;
  animation-name: button;
}
.crpt-flat .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n),
.crpt-flat[class*='pt-animation-']:hover .pt-selected {
  z-index: auto;
}
.crpt-flat .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-back:after,
.crpt-flat[class*='pt-animation-']:hover .pt-selected .pt-back:after {
  top: -1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.crpt-flat .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-title,
.crpt-flat[class*='pt-animation-']:hover .pt-selected .pt-title {
  color: #8aa5b7;
}
.crpt-flat .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-price-block,
.crpt-flat[class*='pt-animation-']:hover .pt-selected .pt-price-block {
  color: #fff;
}
.crpt-flat .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-list,
.crpt-flat[class*='pt-animation-']:hover .pt-selected .pt-list {
  color: #dcdcdc;
  border-color: #364b59;
  margin: 0 -15px;
}
.crpt-flat .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-list .pt-list-item,
.crpt-flat[class*='pt-animation-']:hover .pt-selected .pt-list .pt-list-item {
  padding-left: 15px;
  padding-right: 15px;
}
.crpt-flat .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-btn,
.crpt-flat[class*='pt-animation-']:hover .pt-selected .pt-btn {
  color: #fff;
}
.crpt-flat .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-btn .pt-icon,
.crpt-flat[class*='pt-animation-']:hover .pt-selected .pt-btn .pt-icon {
  color: #fff;
  -webkit-animation-name: initial;
  -moz-animation-name: initial;
  animation-name: initial;
}
.crpt-flat[class*='pt-animation-']:hover .pt-selected .pt-btn {
  background-color: #364b59;
}
.crpt-flat[class*='pt-animation-']:hover .pt-selected .pt-btn .pt-icon {
  background-color: #797979;
}
.crpt-flat.pt-animation-default .pt-back:after,
.crpt-flat.pt-animation-1 .pt-back:after,
.crpt-flat.pt-animation-default .pt-list .pt-list-item,
.crpt-flat.pt-animation-1 .pt-list .pt-list-item,
.crpt-flat.pt-animation-default .pt-price-block,
.crpt-flat.pt-animation-1 .pt-price-block {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.crpt-flat.pt-animation-default .pt-btn,
.crpt-flat.pt-animation-1 .pt-btn,
.crpt-flat.pt-animation-default .pt-btn .pt-icon,
.crpt-flat.pt-animation-1 .pt-btn .pt-icon {
  -webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  transition: color 0.3s ease 0s, background 0.3s ease 0s;
}
.crpt-flat.pt-animation-default .pt-list,
.crpt-flat.pt-animation-1 .pt-list {
  -webkit-transition: margin 0.3s ease 0s;
  -moz-transition: margin 0.3s ease 0s;
  transition: margin 0.3s ease 0s;
}
.crpt-flat.pt-animation-1 .pt-cols .pt-col .pt-block .pt-back:after {
  top: -1px;
}
.pt-content-loader.ptcl-crpt-flat{display:block}.pt-content-loader.ptcl-crpt-flat+.pt-content-loader-bar{display:none}
