@charset "UTF-8";

/* -------------------------------------------------------
  Variable font.
  Usage:
  
    html { font-family: 'Inter', sans-serif; }
    @supports (font-variation-settings: normal) {
      html { font-family: 'Inter var', sans-serif; }
    }
  */

@font-face {
  font-family: 'Inter var';
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
  font-named-instance: 'Regular';
  src: url("../fonts/Inter-roman.var.woff2?v=3.19") format("woff2");
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?xas7vk");
  src: url("../fonts/icomoon.eot?xas7vk#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?xas7vk") format("truetype"), url("../fonts/icomoon.woff?xas7vk") format("woff"), url("../fonts/icomoon.svg?xas7vk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-users:before {
  content: "\e904";
}

.icon-user:before {
  content: "\e905";
}

.icon-support:before {
  content: "\e906";
}

.icon-navigation:before {
  content: "\e908";
}

.icon-faq:before {
  content: "\e909";
}

.icon-devices:before {
  content: "\e90a";
}

.icon-connected:before {
  content: "\e90b";
}

.icon-compare:before {
  content: "\e90d";
}

.icon-close:before {
  content: "\e90f";
}

.icon-chevron-left:before {
  content: "\e911";
}

.icon-chevron-right:before {
  content: "\e912";
}

.icon-billing:before {
  content: "\e913";
}

.icon-android:before {
  content: "\e902";
}

.icon-apple:before {
  content: "\e903";
}

.icon-chrome:before {
  content: "\e907";
}

.icon-download:before {
  content: "\e90c";
}

.icon-minus:before {
  content: "\e90e";
}

.icon-plus:before {
  content: "\e910";
}

.icon-check-bold:before {
  content: "\e900";
}

.icon-check:before {
  content: "\e901";
}

.list-unstyled,
.list-features,
.list-storage-description,
.nav-settings,
.radio-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after,
dl:after,
.container-fluid:after,
.container-lg:after,
.container-xl:after,
.container-xxl:after,
.section-wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.ellipsis,
.settings-heading .settings-title {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

.fade {
  transition: opacity .15s linear;
}

.fade:not(.show) {
  opacity: 0;
  visibility: hidden;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

@media (min-width: 375px) {
  .d-ph-block {
    display: block !important;
  }
}

@media (min-width: 375px) {
  .d-ph-none {
    display: none !important;
  }
}

@media (min-width: 480px) {
  .d-sm-block {
    display: block !important;
  }
}

@media (min-width: 480px) {
  .d-sm-none {
    display: none !important;
  }
}

@media (min-width: 744px) {
  .d-md-block {
    display: block !important;
  }
}

@media (min-width: 744px) {
  .d-md-none {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .d-lg-block {
    display: block !important;
  }
}

@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
}

.d-xl-block {
  display: none !important;
}

@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
}

@media (max-width: 743px) {
  .d-mobile-none {
    display: none !important;
  }
}

@media (max-width: 743px) {
  .d-tablet-none {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .d-desktop-none {
    display: none !important;
  }
}

@media (max-width: 743px) {
  .visible-md {
    display: none !important;
  }
}

@media (min-width: 744px) {
  .invisible-md {
    visibility: hidden;
    opacity: 0;
  }
}

@media (max-width: 1023px) {
  .visible-lg {
    display: none !important;
  }
}

.w-100 {
  width: 100% !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.text-white {
  color: #fff !important;
}

.text-success {
  color: #4F9B56 !important;
}

.text-secondary {
  color: #828282 !important;
}

.text-secondary-light {
  color: #C0C0C0 !important;
}

.text-secondary-dark {
  color: #848484 !important;
}

.fw-normal {
  font-weight: normal !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

@media (min-width: 744px) {
  .text-md-left {
    text-align: left !important;
  }
}

.text-right {
  text-align: right !important;
}

@media (min-width: 744px) {
  .text-md-right {
    text-align: right !important;
  }
}

.text-small {
  font-size: 0.75rem !important;
  line-height: 1.5 !important;
}

.text-large,
.section-text-large {
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
  margin-bottom: 16px;
}

blockquote {
  border-left: 4px solid #ddd;
  padding-left: 10px;
  margin-left: 0;
}

table,
.table-fake {
  border-collapse: collapse;
}

.table-fake {
  display: table;
  width: 100%;
}

.table-fake .tr {
  display: table-row;
}

.table-fake .th,
.table-fake .td {
  display: table-cell;
}

.tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

th,
.th,
td,
.td,
.tcell {
  border: 1px solid #3D3D3D;
  padding: 15px 14px 14px;
  text-align: left;
  vertical-align: middle;
}

th,
.th {
  text-align: center;
}

td,
.td {
  height: 34px;
}

.tcell {
  min-height: 34px;
}

ul,
ol {
  padding-left: 20px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 20px;
  margin: 0;
}

ul {
  list-style: disc;
}

dl.df-row dd {
  margin-left: 0;
}

dl dt {
  float: left;
  clear: left;
  padding-right: 0.3em;
  font-weight: 500;
}

dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
  overflow: auto;
}

strong,
b {
  font-weight: 600;
}

body {
  color: #ADAFB2;
  background: #0F0F0F;
  font: 14px/1.42857 Inter,Arial,"Helvetica Neue",Helvetica,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.025em;
  min-width: 320px;
  margin: 0;
  height: 100% !important;
}

@supports (font-variation-settings: normal) {
  body {
    font-family: "'Inter var'",sans-serif;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: inline-block;
}

.gm-style img {
  max-width: none;
}

@media (max-width: 1023px) {
  iframe {
    width: 100%;
  }
}

.resize-active * {
  transition: none !important;
}

.df-row {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

@media (min-width: 375px) {
  .df-row.df-rr-ph {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 375px) {
  .df-row.df-aic-ph {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 375px) {
  .df-row.df-jcc-ph {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 375px) {
  .df-row.df-jcsb-ph {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 480px) {
  .df-row.df-rr-sm {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 480px) {
  .df-row.df-aic-sm {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 480px) {
  .df-row.df-jcc-sm {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 480px) {
  .df-row.df-jcsb-sm {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 744px) {
  .df-row.df-rr-md {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 744px) {
  .df-row.df-aic-md {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 744px) {
  .df-row.df-jcc-md {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 744px) {
  .df-row.df-jcsb-md {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .df-row.df-rr-lg {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 1024px) {
  .df-row.df-aic-lg {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .df-row.df-jcc-lg {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .df-row.df-jcsb-lg {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .df-row.df-rr-xl {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 1200px) {
  .df-row.df-aic-xl {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .df-row.df-jcc-xl {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .df-row.df-jcsb-xl {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 1365px) {
  .df-row.df-rr-xll {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 1365px) {
  .df-row.df-aic-xll {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1365px) {
  .df-row.df-jcc-xll {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 1365px) {
  .df-row.df-jcsb-xll {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 1439px) {
  .df-row.df-rr-xxl {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 1439px) {
  .df-row.df-aic-xxl {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1439px) {
  .df-row.df-jcc-xxl {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 1439px) {
  .df-row.df-jcsb-xxl {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.df-row .col-0 {
  -ms-flex: 1 0 calc(100% / 12 * 0);
  flex: 1 0 calc(100% / 12 * 0);
  max-width: calc(100% / 12 * 0);
}

.df-row .col-1 {
  -ms-flex: 1 0 calc(100% / 12 * 1);
  flex: 1 0 calc(100% / 12 * 1);
  max-width: calc(100% / 12 * 1);
}

.df-row .col-2 {
  -ms-flex: 1 0 calc(100% / 12 * 2);
  flex: 1 0 calc(100% / 12 * 2);
  max-width: calc(100% / 12 * 2);
}

.df-row .col-3 {
  -ms-flex: 1 0 calc(100% / 12 * 3);
  flex: 1 0 calc(100% / 12 * 3);
  max-width: calc(100% / 12 * 3);
}

.df-row .col-4 {
  -ms-flex: 1 0 calc(100% / 12 * 4);
  flex: 1 0 calc(100% / 12 * 4);
  max-width: calc(100% / 12 * 4);
}

.df-row .col-5 {
  -ms-flex: 1 0 calc(100% / 12 * 5);
  flex: 1 0 calc(100% / 12 * 5);
  max-width: calc(100% / 12 * 5);
}

.df-row .col-6 {
  -ms-flex: 1 0 calc(100% / 12 * 6);
  flex: 1 0 calc(100% / 12 * 6);
  max-width: calc(100% / 12 * 6);
}

.df-row .col-7 {
  -ms-flex: 1 0 calc(100% / 12 * 7);
  flex: 1 0 calc(100% / 12 * 7);
  max-width: calc(100% / 12 * 7);
}

.df-row .col-8 {
  -ms-flex: 1 0 calc(100% / 12 * 8);
  flex: 1 0 calc(100% / 12 * 8);
  max-width: calc(100% / 12 * 8);
}

.df-row .col-9 {
  -ms-flex: 1 0 calc(100% / 12 * 9);
  flex: 1 0 calc(100% / 12 * 9);
  max-width: calc(100% / 12 * 9);
}

.df-row .col-10 {
  -ms-flex: 1 0 calc(100% / 12 * 10);
  flex: 1 0 calc(100% / 12 * 10);
  max-width: calc(100% / 12 * 10);
}

.df-row .col-11 {
  -ms-flex: 1 0 calc(100% / 12 * 11);
  flex: 1 0 calc(100% / 12 * 11);
  max-width: calc(100% / 12 * 11);
}

@media (min-width: 375px) {
  .df-row .col-ph-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 375px) {
  .df-row .col-ph-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 375px) {
  .df-row .col-ph-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 375px) {
  .df-row .col-ph-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 375px) {
  .df-row .col-ph-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 375px) {
  .df-row .col-ph-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 375px) {
  .df-row .col-ph-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 375px) {
  .df-row .col-ph-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 375px) {
  .df-row .col-ph-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 375px) {
  .df-row .col-ph-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 375px) {
  .df-row .col-ph-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 375px) {
  .df-row .col-ph-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 375px) {
  .df-row .col-ph-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 375px) {
  .df-row .col-ph-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 375px) {
  .df-row .col-ph-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 375px) {
  .df-row .col-ph-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 375px) {
  .df-row .col-ph-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 375px) {
  .df-row .col-ph-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 375px) {
  .df-row .col-ph-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 375px) {
  .df-row .col-ph-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 375px) {
  .df-row .col-ph-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 375px) {
  .df-row .col-ph-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 375px) {
  .df-row .col-ph-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 375px) {
  .df-row .col-ph-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 375px) {
  .df-row .col-offset-ph-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 375px) {
  .df-row .col-offset-ph-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 375px) {
  .df-row .col-offset-ph-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 375px) {
  .df-row .col-offset-ph-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 375px) {
  .df-row .col-offset-ph-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 375px) {
  .df-row .col-offset-ph-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 375px) {
  .df-row .col-offset-ph-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 375px) {
  .df-row .col-offset-ph-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 375px) {
  .df-row .col-offset-ph-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 375px) {
  .df-row .col-offset-ph-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 375px) {
  .df-row .col-offset-ph-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 375px) {
  .df-row .col-offset-ph-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 480px) {
  .df-row .col-sm-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 480px) {
  .df-row .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 480px) {
  .df-row .col-sm-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 480px) {
  .df-row .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 480px) {
  .df-row .col-sm-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 480px) {
  .df-row .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 480px) {
  .df-row .col-sm-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 480px) {
  .df-row .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 480px) {
  .df-row .col-sm-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 480px) {
  .df-row .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 480px) {
  .df-row .col-sm-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 480px) {
  .df-row .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 480px) {
  .df-row .col-sm-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 480px) {
  .df-row .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 480px) {
  .df-row .col-sm-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 480px) {
  .df-row .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 480px) {
  .df-row .col-sm-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 480px) {
  .df-row .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 480px) {
  .df-row .col-sm-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 480px) {
  .df-row .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 480px) {
  .df-row .col-sm-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 480px) {
  .df-row .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 480px) {
  .df-row .col-sm-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 480px) {
  .df-row .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-sm-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-sm-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-sm-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-sm-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-sm-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-sm-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-sm-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-sm-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-sm-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-sm-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-sm-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-sm-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 744px) {
  .df-row .col-md-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 744px) {
  .df-row .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 744px) {
  .df-row .col-md-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 744px) {
  .df-row .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 744px) {
  .df-row .col-md-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 744px) {
  .df-row .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 744px) {
  .df-row .col-md-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 744px) {
  .df-row .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 744px) {
  .df-row .col-md-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 744px) {
  .df-row .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 744px) {
  .df-row .col-md-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 744px) {
  .df-row .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 744px) {
  .df-row .col-md-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 744px) {
  .df-row .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 744px) {
  .df-row .col-md-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 744px) {
  .df-row .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 744px) {
  .df-row .col-md-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 744px) {
  .df-row .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 744px) {
  .df-row .col-md-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 744px) {
  .df-row .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 744px) {
  .df-row .col-md-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 744px) {
  .df-row .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 744px) {
  .df-row .col-md-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}


@media (min-width: 744px) and (max-width:1023px) {
  .df-row .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding-top: 12px;
  }
}

@media (min-width: 1024px) {
  .df-row .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 744px) {
  .df-row .col-offset-md-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 744px) {
  .df-row .col-offset-md-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 744px) {
  .df-row .col-offset-md-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 744px) {
  .df-row .col-offset-md-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 744px) {
  .df-row .col-offset-md-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 744px) {
  .df-row .col-offset-md-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 744px) {
  .df-row .col-offset-md-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 744px) {
  .df-row .col-offset-md-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 744px) {
  .df-row .col-offset-md-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 744px) {
  .df-row .col-offset-md-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 744px) {
  .df-row .col-offset-md-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 744px) {
  .df-row .col-offset-md-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 1024px) {
  .df-row .col-lg-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 1024px) {
  .df-row .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1024px) {
  .df-row .col-lg-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 1024px) {
  .df-row .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1024px) {
  .df-row .col-lg-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 1024px) {
  .df-row .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1024px) {
  .df-row .col-lg-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 1024px) {
  .df-row .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1024px) {
  .df-row .col-lg-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 1024px) {
  .df-row .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1024px) {
  .df-row .col-lg-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 1024px) {
  .df-row .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1024px) {
  .df-row .col-lg-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 1024px) {
  .df-row .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1024px) {
  .df-row .col-lg-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 1024px) {
  .df-row .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1024px) {
  .df-row .col-lg-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 1024px) {
  .df-row .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1024px) {
  .df-row .col-lg-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 1024px) {
  .df-row .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1024px) {
  .df-row .col-lg-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 1024px) {
  .df-row .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1024px) {
  .df-row .col-lg-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 1024px) {
  .df-row .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-lg-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-lg-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-lg-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-lg-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-lg-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-lg-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-lg-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-lg-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-lg-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-lg-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-lg-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-lg-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 1365px) {
  .df-row .col-xll-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 1365px) {
  .df-row .col-xll-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1365px) {
  .df-row .col-xll-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 1365px) {
  .df-row .col-xll-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1365px) {
  .df-row .col-xll-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 1365px) {
  .df-row .col-xll-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1365px) {
  .df-row .col-xll-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 1365px) {
  .df-row .col-xll-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1365px) {
  .df-row .col-xll-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 1365px) {
  .df-row .col-xll-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1365px) {
  .df-row .col-xll-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 1365px) {
  .df-row .col-xll-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1365px) {
  .df-row .col-xll-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 1365px) {
  .df-row .col-xll-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1365px) {
  .df-row .col-xll-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 1365px) {
  .df-row .col-xll-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1365px) {
  .df-row .col-xll-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 1365px) {
  .df-row .col-xll-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1365px) {
  .df-row .col-xll-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 1365px) {
  .df-row .col-xll-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1365px) {
  .df-row .col-xll-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 1365px) {
  .df-row .col-xll-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1365px) {
  .df-row .col-xll-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 1365px) {
  .df-row .col-xll-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1365px) {
  .df-row .col-offset-xll-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 1365px) {
  .df-row .col-offset-xll-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 1365px) {
  .df-row .col-offset-xll-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 1365px) {
  .df-row .col-offset-xll-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 1365px) {
  .df-row .col-offset-xll-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 1365px) {
  .df-row .col-offset-xll-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 1365px) {
  .df-row .col-offset-xll-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 1365px) {
  .df-row .col-offset-xll-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 1365px) {
  .df-row .col-offset-xll-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 1365px) {
  .df-row .col-offset-xll-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 1365px) {
  .df-row .col-offset-xll-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 1365px) {
  .df-row .col-offset-xll-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 1439px) {
  .df-row .col-xxl-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 1439px) {
  .df-row .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1439px) {
  .df-row .col-xxl-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 1439px) {
  .df-row .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1439px) {
  .df-row .col-xxl-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 1439px) {
  .df-row .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1439px) {
  .df-row .col-xxl-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 1439px) {
  .df-row .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1439px) {
  .df-row .col-xxl-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 1439px) {
  .df-row .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1439px) {
  .df-row .col-xxl-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 1439px) {
  .df-row .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1439px) {
  .df-row .col-xxl-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 1439px) {
  .df-row .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1439px) {
  .df-row .col-xxl-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 1439px) {
  .df-row .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1439px) {
  .df-row .col-xxl-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 1439px) {
  .df-row .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1439px) {
  .df-row .col-xxl-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 1439px) {
  .df-row .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1439px) {
  .df-row .col-xxl-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 1439px) {
  .df-row .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1439px) {
  .df-row .col-xxl-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 1439px) {
  .df-row .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1439px) {
  .df-row .col-offset-xxl-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 1439px) {
  .df-row .col-offset-xxl-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 1439px) {
  .df-row .col-offset-xxl-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 1439px) {
  .df-row .col-offset-xxl-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 1439px) {
  .df-row .col-offset-xxl-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 1439px) {
  .df-row .col-offset-xxl-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 1439px) {
  .df-row .col-offset-xxl-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 1439px) {
  .df-row .col-offset-xxl-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 1439px) {
  .df-row .col-offset-xxl-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 1439px) {
  .df-row .col-offset-xxl-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 1439px) {
  .df-row .col-offset-xxl-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 1439px) {
  .df-row .col-offset-xxl-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

.df-row.gx-4 {
  margin-left: -16px;
  margin-right: -16px;
}

.df-row.gx-4 > [class^="col"],
.df-row.gx-4 > [class*=" col"],
.df-row.gx-4 > [class^="col-"],
.df-row.gx-4 > [class*=" col-"] {
  padding-left: 16px;
  padding-right: 16px;
}

.df-row.gx-3 {
  margin-left: -10px;
  margin-right: -10px;
}

.df-row.gx-3 > [class^="col"],
.df-row.gx-3 > [class*=" col"],
.df-row.gx-3 > [class^="col-"],
.df-row.gx-3 > [class*=" col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.df-row.gx-2 {
  margin-left: -8px;
  margin-right: -8px;
}

.df-row.gx-2 > [class^="col"],
.df-row.gx-2 > [class*=" col"],
.df-row.gx-2 > [class^="col-"],
.df-row.gx-2 > [class*=" col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.df-row.gx-1 {
  margin-left: -6px;
  margin-right: -6px;
}

.df-row.gx-1 > [class^="col"],
.df-row.gx-1 > [class*=" col"],
.df-row.gx-1 > [class^="col-"],
.df-row.gx-1 > [class*=" col-"] {
  padding-left: 6px;
  padding-right: 6px;
}

.df-row.gx-05 {
  margin-left: -5px;
  margin-right: -4px;
}

.df-row.gx-05 > [class^="col"],
.df-row.gx-05 > [class*=" col"],
.df-row.gx-05 > [class^="col-"],
.df-row.gx-05 > [class*=" col-"] {
  padding-left: 5px;
  padding-right: 4px;
}

.df-row.gx-0 {
  margin-left: 0;
  margin-right: 0;
}

.df-row.gx-0 > [class^="col"],
.df-row.gx-0 > [class*=" col"],
.df-row.gx-0 > [class^="col-"],
.df-row.gx-0 > [class*=" col-"] {
  padding-left: 0;
  padding-right: 0;
}

.df-row > [class^="col"],
.df-row > [class*=" col"],
.df-row > [class^="col-"],
.df-row > [class*=" col-"] {
  min-height: 1px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.df-row .col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col,
[class^="col"],
[class*=" col"],
[class^="col-"],
[class*=" col-"] {
  max-width: 100%;
  width: 100%;
}

.col {
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.col-12 {
  width: 100%;
}

.df-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.df-aic {
  -ms-flex-align: center;
  align-items: center;
}

.df-jce {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.df-jcsb {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 744px) {
  .df-md-jce {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 744px) {
  .df-md-start {
    -ms-flex-pack: start;
    justify-content: start;
  }
}

@media (min-width: 744px) {
  .df-md-jce {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 480px) {
  .df-sm-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.flex-column {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media (max-width: 743px) {
  .row-mobile-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

label,
.label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0.8125rem;
}

.main-central-block label,
[id="wrapper"] label,
.main-central-block
  .label,
[id="wrapper"]
  .label {
  font-weight: normal;
}

input[type='text'],
input[type='tel'],
input[type='email']:not(.newsletter-input),
input[type='search'],
input[type='password'],
input[type='url'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

select {
  -webkit-appearance: none;
  background: url(../images/chevron-down.svg) no-repeat 97% 50%;
  background-size: 9px 8px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

input[type='text'],
input[type='tel'],
input[type='email']:not(.newsletter-input),
input[type='search'],
input[type='password'],
input[type='url'],
input[type='number'],
textarea,
select,
.jcf-number .js-btn-dec,
.jcf-number .jcf-btn-dec,
.jcf-number .js-btn-inc,
.jcf-number .jcf-btn-inc,
.js-input-number .js-btn-dec,
.js-input-number .jcf-btn-dec,
.js-input-number .js-btn-inc,
.js-input-number .jcf-btn-inc {
  color: #fff;
  padding: 12px 16px;
  font: 16px/22px "Inter", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  box-sizing: border-box;
  background-color: #303030;
  border: 1px solid #3D3D3D;
  border-radius: 8px;
  width: 100%;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:not(.newsletter-input):focus,
input[type='search']:focus,
input[type='password']:focus,
input[type='url']:focus,
input[type='number']:focus,
textarea:focus,
select:focus,
.jcf-number .js-btn-dec:focus,
.jcf-number .jcf-btn-dec:focus,
.jcf-number .js-btn-inc:focus,
.jcf-number .jcf-btn-inc:focus,
.js-input-number .js-btn-dec:focus,
.js-input-number .jcf-btn-dec:focus,
.js-input-number .js-btn-inc:focus,
.js-input-number .jcf-btn-inc:focus {
  outline: 0;
  border-color: rgba(255, 255, 255, 0.25);
}

.form-group input[type='text'],
.form-group
  input[type='tel'],
.form-group
  input[type='email']:not(.newsletter-input),
.form-group
  input[type='search'],
.form-group
  input[type='password'],
.form-group
  input[type='url'],
.form-group
  input[type='number'],
.form-group
  textarea,
.form-group
  select,
.form-group .jcf-number .js-btn-dec,
.jcf-number .form-group .js-btn-dec,
.form-group .jcf-number .jcf-btn-dec,
.jcf-number .form-group .jcf-btn-dec,
.form-group .jcf-number .js-btn-inc,
.jcf-number .form-group .js-btn-inc,
.form-group .jcf-number .jcf-btn-inc,
.jcf-number .form-group .jcf-btn-inc,
.form-group .js-input-number .js-btn-dec,
.js-input-number .form-group .js-btn-dec,
.form-group .js-input-number .jcf-btn-dec,
.js-input-number .form-group .jcf-btn-dec,
.form-group .js-input-number .js-btn-inc,
.js-input-number .form-group .js-btn-inc,
.form-group .js-input-number .jcf-btn-inc,
.js-input-number .form-group .jcf-btn-inc {
  margin-bottom: 0;
}

.modal-users input[type='text'],
.modal-users
  input[type='tel'],
.modal-users
  input[type='email']:not(.newsletter-input),
.modal-users
  input[type='search'],
.modal-users
  input[type='password'],
.modal-users
  input[type='url'],
.modal-users
  input[type='number'],
.modal-users
  textarea,
.modal-users
  select,
.modal-users .jcf-number .js-btn-dec,
.jcf-number .modal-users .js-btn-dec,
.modal-users .jcf-number .jcf-btn-dec,
.jcf-number .modal-users .jcf-btn-dec,
.modal-users .jcf-number .js-btn-inc,
.jcf-number .modal-users .js-btn-inc,
.modal-users .jcf-number .jcf-btn-inc,
.jcf-number .modal-users .jcf-btn-inc,
.modal-users .js-input-number .js-btn-dec,
.js-input-number .modal-users .js-btn-dec,
.modal-users .js-input-number .jcf-btn-dec,
.js-input-number .modal-users .jcf-btn-dec,
.modal-users .js-input-number .js-btn-inc,
.js-input-number .modal-users .js-btn-inc,
.modal-users .js-input-number .jcf-btn-inc,
.js-input-number .modal-users .jcf-btn-inc {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.qty-box input[type='text'],
.qty-box
  input[type='tel'],
.qty-box
  input[type='email']:not(.newsletter-input),
.qty-box
  input[type='search'],
.qty-box
  input[type='password'],
.qty-box
  input[type='url'],
.qty-box
  input[type='number'],
.qty-box
  textarea,
.qty-box
  select,
.qty-box .jcf-number .js-btn-dec,
.jcf-number .qty-box .js-btn-dec,
.qty-box .jcf-number .jcf-btn-dec,
.jcf-number .qty-box .jcf-btn-dec,
.qty-box .jcf-number .js-btn-inc,
.jcf-number .qty-box .js-btn-inc,
.qty-box .jcf-number .jcf-btn-inc,
.jcf-number .qty-box .jcf-btn-inc,
.qty-box .js-input-number .js-btn-dec,
.js-input-number .qty-box .js-btn-dec,
.qty-box .js-input-number .jcf-btn-dec,
.js-input-number .qty-box .jcf-btn-dec,
.qty-box .js-input-number .js-btn-inc,
.js-input-number .qty-box .js-btn-inc,
.qty-box .js-input-number .jcf-btn-inc,
.js-input-number .qty-box .jcf-btn-inc {
  font-size: 0.875rem;
  font-weight: 600;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']:not(.newsletter-input)::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
.jcf-number .js-btn-dec::-webkit-input-placeholder,
.jcf-number .jcf-btn-dec::-webkit-input-placeholder,
.jcf-number .js-btn-inc::-webkit-input-placeholder,
.jcf-number .jcf-btn-inc::-webkit-input-placeholder,
.js-input-number .js-btn-dec::-webkit-input-placeholder,
.js-input-number .jcf-btn-dec::-webkit-input-placeholder,
.js-input-number .js-btn-inc::-webkit-input-placeholder,
.js-input-number .jcf-btn-inc::-webkit-input-placeholder {
  color: #9E9E9E;
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']:not(.newsletter-input)::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='url']::-moz-placeholder,
input[type='number']::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
.jcf-number .js-btn-dec::-moz-placeholder,
.jcf-number .jcf-btn-dec::-moz-placeholder,
.jcf-number .js-btn-inc::-moz-placeholder,
.jcf-number .jcf-btn-inc::-moz-placeholder,
.js-input-number .js-btn-dec::-moz-placeholder,
.js-input-number .jcf-btn-dec::-moz-placeholder,
.js-input-number .js-btn-inc::-moz-placeholder,
.js-input-number .jcf-btn-inc::-moz-placeholder {
  opacity: 1;
  color: #9E9E9E;
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:not(.newsletter-input):-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='url']:-moz-placeholder,
input[type='number']:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
.jcf-number .js-btn-dec:-moz-placeholder,
.jcf-number .jcf-btn-dec:-moz-placeholder,
.jcf-number .js-btn-inc:-moz-placeholder,
.jcf-number .jcf-btn-inc:-moz-placeholder,
.js-input-number .js-btn-dec:-moz-placeholder,
.js-input-number .jcf-btn-dec:-moz-placeholder,
.js-input-number .js-btn-inc:-moz-placeholder,
.js-input-number .jcf-btn-inc:-moz-placeholder {
  color: #9E9E9E;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:not(.newsletter-input):-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
.jcf-number .js-btn-dec:-ms-input-placeholder,
.jcf-number .jcf-btn-dec:-ms-input-placeholder,
.jcf-number .js-btn-inc:-ms-input-placeholder,
.jcf-number .jcf-btn-inc:-ms-input-placeholder,
.js-input-number .js-btn-dec:-ms-input-placeholder,
.js-input-number .jcf-btn-dec:-ms-input-placeholder,
.js-input-number .js-btn-inc:-ms-input-placeholder,
.js-input-number .jcf-btn-inc:-ms-input-placeholder {
  color: #9E9E9E;
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email']:not(.newsletter-input).placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
input[type='url'].placeholder,
input[type='number'].placeholder,
textarea.placeholder,
select.placeholder,
.jcf-number .placeholder.js-btn-dec,
.jcf-number .placeholder.jcf-btn-dec,
.jcf-number .placeholder.js-btn-inc,
.jcf-number .placeholder.jcf-btn-inc,
.js-input-number .placeholder.js-btn-dec,
.js-input-number .placeholder.jcf-btn-dec,
.js-input-number .placeholder.js-btn-inc,
.js-input-number .placeholder.jcf-btn-inc {
  color: #9E9E9E;
}

input[type='text'],
input[type='tel'],
input[type='email']:not(.newsletter-input),
input[type='search'],
input[type='password'],
input[type='url'],
input[type='number'],
textarea,
select {
  margin: 0 0 0.75rem;
}

input[type='text']:not(textarea),
input[type='tel']:not(textarea),
input[type='email']:not(.newsletter-input):not(textarea),
input[type='search']:not(textarea),
input[type='password']:not(textarea),
input[type='url']:not(textarea),
input[type='number']:not(textarea),
textarea:not(textarea),
select:not(textarea) {
  height: 48px;
}

input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.form-group {
  margin: 0 0 0.75rem;
}

.card-personal .form-group {
  margin-bottom: 0.625rem;
}

.card-account .form-group {
  margin-bottom: 1rem;
}

.form-group.input-error input {
  border-color: #D23535;
}

.form-group.input-error .error {
  display: block;
}

.form-group .error {
  margin-top: 8px;
  font-size: 0.875rem;
  line-height: 1.1428;
  color: #D23535;
  display: none;
}

textarea {
  resize: vertical;
  vertical-align: top;
  overflow: auto;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  -webkit-appearance: none;
  outline: 0;
  cursor: pointer;
}

button:not(.btn):not(.button.form),
input[type='button']:not(.btn):not(.button.form),
input[type='reset']:not(.btn):not(.button.form),
input[type='file']:not(.btn):not(.button.form),
input[type='submit']:not(.btn):not(.button.form) {
  height: 48px;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  border: #000;
  border-radius: 8px;
  background: #000;
}

button:not(.btn):not(.button.form):hover,
input[type='button']:not(.btn):not(.button.form):hover,
input[type='reset']:not(.btn):not(.button.form):hover,
input[type='file']:not(.btn):not(.button.form):hover,
input[type='submit']:not(.btn):not(.button.form):hover {
  background: #000;
  color: #fff;
}

/* custom number input styles */

.jcf-number,
.js-input-number {
  display: inline-block;
  max-width: 100%;
  position: relative;
  height: 42px;
}

.jcf-number.jcf-disabled .js-btn-dec,
.jcf-number.jcf-disabled .jcf-btn-dec,
.jcf-number.jcf-disabled .js-btn-inc,
.jcf-number.jcf-disabled .jcf-btn-inc,
.jcf-number.js-disabled .js-btn-dec,
.jcf-number.js-disabled .jcf-btn-dec,
.jcf-number.js-disabled .js-btn-inc,
.jcf-number.js-disabled .jcf-btn-inc,
.js-input-number.jcf-disabled .js-btn-dec,
.js-input-number.jcf-disabled .jcf-btn-dec,
.js-input-number.jcf-disabled .js-btn-inc,
.js-input-number.jcf-disabled .jcf-btn-inc,
.js-input-number.js-disabled .js-btn-dec,
.js-input-number.js-disabled .jcf-btn-dec,
.js-input-number.js-disabled .js-btn-inc,
.js-input-number.js-disabled .jcf-btn-inc {
  opacity: 0.3;
  pointer-events: none;
}

.jcf-number.jcf-disabled .js-btn-dec:before,
.jcf-number.jcf-disabled .js-btn-dec:after,
.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-dec:after,
.jcf-number.jcf-disabled .js-btn-inc:before,
.jcf-number.jcf-disabled .js-btn-inc:after,
.jcf-number.jcf-disabled .jcf-btn-inc:before,
.jcf-number.jcf-disabled .jcf-btn-inc:after,
.jcf-number.js-disabled .js-btn-dec:before,
.jcf-number.js-disabled .js-btn-dec:after,
.jcf-number.js-disabled .jcf-btn-dec:before,
.jcf-number.js-disabled .jcf-btn-dec:after,
.jcf-number.js-disabled .js-btn-inc:before,
.jcf-number.js-disabled .js-btn-inc:after,
.jcf-number.js-disabled .jcf-btn-inc:before,
.jcf-number.js-disabled .jcf-btn-inc:after,
.js-input-number.jcf-disabled .js-btn-dec:before,
.js-input-number.jcf-disabled .js-btn-dec:after,
.js-input-number.jcf-disabled .jcf-btn-dec:before,
.js-input-number.jcf-disabled .jcf-btn-dec:after,
.js-input-number.jcf-disabled .js-btn-inc:before,
.js-input-number.jcf-disabled .js-btn-inc:after,
.js-input-number.jcf-disabled .jcf-btn-inc:before,
.js-input-number.jcf-disabled .jcf-btn-inc:after,
.js-input-number.js-disabled .js-btn-dec:before,
.js-input-number.js-disabled .js-btn-dec:after,
.js-input-number.js-disabled .jcf-btn-dec:before,
.js-input-number.js-disabled .jcf-btn-dec:after,
.js-input-number.js-disabled .js-btn-inc:before,
.js-input-number.js-disabled .js-btn-inc:after,
.js-input-number.js-disabled .jcf-btn-inc:before,
.js-input-number.js-disabled .jcf-btn-inc:after {
  background-color: #B5C7D0;
}

.jcf-number input[type='text'],
.jcf-number input[type='number'],
.js-input-number input[type='text'],
.js-input-number input[type='number'] {
  -moz-appearance: textfield;
  border-radius: 6px;
  height: 42px !important;
  text-align: center;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button,
.js-input-number input::-webkit-inner-spin-button,
.js-input-number input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.jcf-number .js-btn-dec,
.jcf-number .jcf-btn-dec,
.jcf-number .js-btn-inc,
.jcf-number .jcf-btn-inc,
.js-input-number .js-btn-dec,
.js-input-number .jcf-btn-dec,
.js-input-number .js-btn-inc,
.js-input-number .jcf-btn-inc {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 15;
}

.jcf-number .js-btn-dec:hover:before,
.jcf-number .js-btn-dec:hover:after,
.jcf-number .js-btn-dec:focus:before,
.jcf-number .js-btn-dec:focus:after,
.jcf-number .jcf-btn-dec:hover:before,
.jcf-number .jcf-btn-dec:hover:after,
.jcf-number .jcf-btn-dec:focus:before,
.jcf-number .jcf-btn-dec:focus:after,
.jcf-number .js-btn-inc:hover:before,
.jcf-number .js-btn-inc:hover:after,
.jcf-number .js-btn-inc:focus:before,
.jcf-number .js-btn-inc:focus:after,
.jcf-number .jcf-btn-inc:hover:before,
.jcf-number .jcf-btn-inc:hover:after,
.jcf-number .jcf-btn-inc:focus:before,
.jcf-number .jcf-btn-inc:focus:after,
.js-input-number .js-btn-dec:hover:before,
.js-input-number .js-btn-dec:hover:after,
.js-input-number .js-btn-dec:focus:before,
.js-input-number .js-btn-dec:focus:after,
.js-input-number .jcf-btn-dec:hover:before,
.js-input-number .jcf-btn-dec:hover:after,
.js-input-number .jcf-btn-dec:focus:before,
.js-input-number .jcf-btn-dec:focus:after,
.js-input-number .js-btn-inc:hover:before,
.js-input-number .js-btn-inc:hover:after,
.js-input-number .js-btn-inc:focus:before,
.js-input-number .js-btn-inc:focus:after,
.js-input-number .jcf-btn-inc:hover:before,
.js-input-number .jcf-btn-inc:hover:after,
.js-input-number .jcf-btn-inc:focus:before,
.js-input-number .jcf-btn-inc:focus:after {
  background-color: #fff;
}

.jcf-number .js-btn-dec.jcf-disabled,
.jcf-number .js-btn-dec.js-disabled,
.jcf-number .jcf-btn-dec.jcf-disabled,
.jcf-number .jcf-btn-dec.js-disabled,
.jcf-number .js-btn-inc.jcf-disabled,
.jcf-number .js-btn-inc.js-disabled,
.jcf-number .jcf-btn-inc.jcf-disabled,
.jcf-number .jcf-btn-inc.js-disabled,
.js-input-number .js-btn-dec.jcf-disabled,
.js-input-number .js-btn-dec.js-disabled,
.js-input-number .jcf-btn-dec.jcf-disabled,
.js-input-number .jcf-btn-dec.js-disabled,
.js-input-number .js-btn-inc.jcf-disabled,
.js-input-number .js-btn-inc.js-disabled,
.js-input-number .jcf-btn-inc.jcf-disabled,
.js-input-number .jcf-btn-inc.js-disabled {
  background-color: transparent !important;
  pointer-events: none;
  opacity: 0.3;
}

.jcf-number .js-btn-dec,
.jcf-number .jcf-btn-dec,
.js-input-number .js-btn-dec,
.js-input-number .jcf-btn-dec {
  left: 0;
}

.jcf-number .js-btn-dec:before,
.jcf-number .jcf-btn-dec:before,
.js-input-number .js-btn-dec:before,
.js-input-number .jcf-btn-dec:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}

.jcf-number .js-btn-inc,
.jcf-number .jcf-btn-inc,
.js-input-number .js-btn-inc,
.js-input-number .jcf-btn-inc {
  right: 0;
  position: absolute !important;
}

.jcf-number .js-btn-inc:before,
.jcf-number .jcf-btn-inc:before,
.js-input-number .js-btn-inc:before,
.js-input-number .jcf-btn-inc:before {
  height: 8px !important;
}

.jcf-number .js-btn-inc:after,
.jcf-number .jcf-btn-inc:after,
.js-input-number .js-btn-inc:after,
.js-input-number .jcf-btn-inc:after {
  width: 8px !important;
}

.jcf-number.jcf-disabled input {
  background: #ddd;
}

/* common custom form elements styles */

.jcf-disabled {
  background: #ddd !important;
}

h1,
.h1 {
  font-size: 30px;
  line-height: 1.2;
}

h2,
.h2 {
  font-size: 24px;
}

h3,
.h3 {
  font-size: 20px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 14px;
}

@media (min-width: 744px) {
  h1,
  .h1 {
    font-size: 42px;
  }

  h2,
  .h2 {
    font-size: 32px;
  }

  h3,
  .h3 {
    font-size: 26px;
  }

  h4,
  .h4 {
    font-size: 22px;
  }

  h5,
  .h5 {
    font-size: 18px;
  }

  h6,
  .h6 {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 42px;
  }

  h2,
  .h2 {
    font-size: 32px;
  }

  h3,
  .h3 {
    font-size: 28px;
  }

  h4,
  .h4 {
    font-size: 24px;
  }

  h5,
  .h5 {
    font-size: 20px;
  }

  h6,
  .h6 {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 42px;
  }

  h2,
  .h2 {
    font-size: 32px;
  }

  h3,
  .h3 {
    font-size: 28px;
  }

  h4,
  .h4 {
    font-size: 24px;
  }

  h5,
  .h5 {
    font-size: 20px;
  }

  h6,
  .h6 {
    font-size: 16px;
  }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h {
  display: block;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  color: #fff;
  font-family: "Inter","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-weight: 600;
  line-height: 1.21429;
  letter-spacing: 0;
  margin: 0 0 10px;
}

@media (min-width: 744px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6,
  .h {
    margin-bottom: 20px;
  }
}

.header-row-small h1,
.header-row-small
  .h1,
.header-row-small
  h2,
.header-row-small
  .h2,
.header-row-small
  h3,
.header-row-small
  .h3,
.header-row-small
  h4,
.header-row-small
  .h4,
.header-row-small
  h5,
.header-row-small
  .h5,
.header-row-small
  h6,
.header-row-small
  .h6,
.header-row-small
  .h {
  margin-bottom: 0;
}

.page-additional h1,
.page-additional
  .h1,
.page-additional
  h2,
.page-additional
  .h2,
.page-additional
  h3,
.page-additional
  .h3,
.page-additional
  h4,
.page-additional
  .h4,
.page-additional
  h5,
.page-additional
  .h5,
.page-additional
  h6,
.page-additional
  .h6,
.page-additional
  .h {
  color: #F2F2F2;
}

h1.display-1,
.h1.display-1,
h2.display-1,
.h2.display-1,
h3.display-1,
.h3.display-1,
h4.display-1,
.h4.display-1,
h5.display-1,
.h5.display-1,
h6.display-1,
.h6.display-1,
.h.display-1 {
  font-size: 2.625rem;
  letter-spacing: -2px;
}

@media (min-width: 744px) {
  h1.display-1,
  .h1.display-1,
  h2.display-1,
  .h2.display-1,
  h3.display-1,
  .h3.display-1,
  h4.display-1,
  .h4.display-1,
  h5.display-1,
  .h5.display-1,
  h6.display-1,
  .h6.display-1,
  .h.display-1 {
    font-size: 4rem;
  }
}

@media (min-width: 1024px) {
  h1.display-1,
  .h1.display-1,
  h2.display-1,
  .h2.display-1,
  h3.display-1,
  .h3.display-1,
  h4.display-1,
  .h4.display-1,
  h5.display-1,
  .h5.display-1,
  h6.display-1,
  .h6.display-1,
  .h.display-1 {
    font-size: 4.25rem;
  }
}

@media (min-width: 1200px) {
  h1.display-1,
  .h1.display-1,
  h2.display-1,
  .h2.display-1,
  h3.display-1,
  .h3.display-1,
  h4.display-1,
  .h4.display-1,
  h5.display-1,
  .h5.display-1,
  h6.display-1,
  .h6.display-1,
  .h.display-1 {
    font-size: 4.5rem;
  }
}

h1.display-2,
.h1.display-2,
h2.display-2,
.h2.display-2,
h3.display-2,
.h3.display-2,
h4.display-2,
.h4.display-2,
h5.display-2,
.h5.display-2,
h6.display-2,
.h6.display-2,
.h.display-2 {
  font-size: 2.25rem;
  letter-spacing: -1.5px;
}

@media (min-width: 744px) {
  h1.display-2,
  .h1.display-2,
  h2.display-2,
  .h2.display-2,
  h3.display-2,
  .h3.display-2,
  h4.display-2,
  .h4.display-2,
  h5.display-2,
  .h5.display-2,
  h6.display-2,
  .h6.display-2,
  .h.display-2 {
    font-size: 4rem;
  }
}

.card-box h1,
.card-box
  .h1,
.card-box
  h2,
.card-box
  .h2,
.card-box
  h3,
.card-box
  .h3,
.card-box
  h4,
.card-box
  .h4,
.card-box
  h5,
.card-box
  .h5,
.card-box
  h6,
.card-box
  .h6,
.card-box
  .h {
  font-size: inherit;
  font-weight: normal;
  letter-spacing: inherit;
  margin-bottom: 0;
}

.header-block h1,
.header-block
  .h1 {
  margin-bottom: 0.36667em;
}

@media (min-width: 1200px) {
  .header-block h1,
  .header-block
      .h1 {
    margin-bottom: 0.2619em;
  }
}

p {
  margin: 0 0 20px;
}

a {
  transition: color 0.25s linear, background-color 0.25s linear, border 0.25s linear, opacity 0.25s linear, box-shadow 0.25s linear;
  color: #5B8EDA;
  text-decoration: none;
}

a:hover,
a:focus {
  /*color: #1fc8e3;*/
  /*color: #2D83FF;*/
  text-decoration: none;
}

a[href*="mailto:"] {
  word-wrap: break-word;
}

[id="wrapper"] {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #0F0F0F;
}

[id="wrapper"].page-additional {
  background-color: #000;
}

@media (max-width: 743px) {
  [id="wrapper"].settings-page {
    background-color: #161616;
  }
}

[id="wrapper"] p {
  font-size: inherit;
  line-height: inherit;
}

.wrapper-holder {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow-y: auto;
}

@media (max-width: 743px) {
  body.nav-active,
  .nav-active .wrapper-holder {
    overflow: hidden;
  }
}

.main-content-holder {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.main-content-holder.settings-page,
.settings-page .main-content-holder {
  overflow: hidden;
}

[id="header"],
.navbar,
.main-content-holder,
.footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.container-fluid,
.container-lg,
.container-xl,
.container-xxl,
.section-wrapper {
  padding: 0 20px;
  margin: 0 auto;
}

.section-wrapper {
  max-width: 684px;
}

.main-central-block .container,
.container [id="wrapper"] {
  display: block;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-lg {
  max-width: 704px;
}

.container-xl {
  max-width: calc(870px + 2 *20px);
}

.container-xxl {
  max-width: calc(1316px + 2 *20px);
}

.section-main {
  padding: 2.9375rem 0;
}

.section-main.section-prising {
  padding-bottom: 0.6875rem;
}

.section-main.section-prising-details {
  padding-top: 0.625rem;
}

@media (max-width: 743px) {
  .section-main.section-prising-details {
    padding-bottom: 0;
  }
}

@media (min-width: 744px) {
  .section-main.section-prising-details {
    padding-bottom: 0.5625rem;
  }
}

@media (min-width: 1024px) {
  .section-main.section-prising-details {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .section-main.section-prising-details {
    padding-bottom: 2.125rem;
  }
}

@media (max-width: 743px) {
  .section-main.section-get-started {
    padding-top: 1rem;
  }
}

@media (min-width: 744px) {
  .section-main.section-get-started {
    padding-bottom: 5.3125rem;
  }
}

@media (min-width: 1200px) {
  .section-main.section-get-started {
    padding-top: 5.5rem;
    padding-bottom: 8.6875rem;
  }
}

.main-central-block .section-main {
  padding-top: 0;
}

.main-central-block .section-main:last-child {
  padding-bottom: 1rem;
}

.section-get-started p {
  margin-bottom: 1.75rem;
}

@media (min-width: 744px) {
  .section-get-started p {
    margin-bottom: 3rem;
  }
}

.divider {
  border-color: #3D3D3D;
  border-width: 0;
  height: 1px;
  background: #3D3D3D;
}

.table-flex .trow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.table-flex .row-total {
  margin: 1rem 0 0.875rem;
}

.table-flex .row-total .tcell {
  white-space: nowrap;
  text-align: center;
}

.table-flex .row-total .tcell:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: 100%;
}

.table-flex .row-total .tcell > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  max-width: 99%;
}

.header-block {
  font-size: 1rem;
  line-height: 1.1875;
  text-align: center;
  padding: 0 0.3125rem 2rem;
  width:100%;
}

@media (min-width: 744px) and (max-width: 1023px) {
  .header-block {
    padding-bottom: 0.8125rem;
  }
}

.page-additional .header-block {
  color: #F2F2F2;
}

.section-page-additional .header-row-small {
  padding-bottom: 0.875rem;
}

@media (max-width: 743px) {
  .section-mobile-fixed {
    background: #0F0F0F;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    padding-top: 1rem;
    padding-bottom: 0.625rem;
  }

  .section-mobile-fixed .section-wrapper {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
  }

  .section-mobile-fixed .card-account,
  .section-mobile-fixed .card-expired {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 0;
  }

  .section-mobile-fixed .card-account .card-footer,
  .section-mobile-fixed .card-expired .card-footer {
    padding-bottom: 0;
  }
}

@media (min-width: 744px) {
  .page-expired .section-mobile-fixed {
    height: 100%;
  }

  .page-expired .section-mobile-fixed .section-wrapper {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page-expired .section-mobile-fixed .card-account,
  .page-expired .section-mobile-fixed .card-expired {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 0;
  }
}

@media (min-width: 744px) and (min-width: 1439px) {
  .page-expired .section-mobile-fixed .card-account,
  .page-expired .section-mobile-fixed .card-expired {
    margin-top: 3.25rem;
  }
}

@media (min-width: 744px) {
  .page-expired .section-mobile-fixed .card-account .card-body,
  .page-expired .section-mobile-fixed .card-expired .card-body {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
  }

  .page-expired .section-mobile-fixed .card-account .card-footer,
  .page-expired .section-mobile-fixed .card-expired .card-footer {
    padding-bottom: 0;
  }
}

.section-prising .header-block {
  padding-bottom: 0;
}

@media (min-width: 1024px) {
  .section-prising .header-block {
    padding-bottom: 1rem;
  }
}

@media (min-width: 1200px) {
  .section-prising .header-block {
    padding-bottom: 1.4375rem;
  }
}

@media (max-width: 1023px) {
  .section-prising .header-block h1,
  .section-prising .header-block .h1 {
    margin-bottom: 1px;
  }
}

.section-prising .switch-block {
  padding-top: 0;
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .section-prising .switch-block {
    padding-bottom: 3rem;
  }
}

@media (min-width: 1200px) {
  .section-prising .switch-block {
    padding-bottom: 3.625rem;
  }
}

.section-prising-details .header-block {
  padding-bottom: 1.0625rem;
}

@media (min-width: 744px) {
  .section-prising-details .header-block {
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .section-prising-details .header-block {
    padding-bottom: 1.3125rem;
    text-align: left;
  }
}

.section-prising-details .header-block .section-title {
  font-size: 1.5rem;
  letter-spacing: 0;
}

@media (min-width: 1024px) {
  .section-prising-details .header-block .section-title {
    font-size: 1.625rem;
  }
}

.list-details {
  margin-bottom: 1.0625rem;
}

.list-details dt {
  font-weight: normal;
  float: none;
}

.list-details dd {
  margin-left: 0;
}

.badge {
  display: inline-block;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  line-height: 1.4375;
  letter-spacing: .02em;
  padding: 0.1875rem 0.5rem;
}

.sidebar .badge,
.sidebar-right .badge {
  font-size: 1rem;
  height: auto;
  transform: none;
}

.badge.badge-success {
  background-color: rgba(52, 199, 89, 0.2);
  color: #34C759;
}

.btn {
  background: #000;
  color: #fff;
  border: #000;
  border-radius: 8px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: .015em;
  padding: 11px 20px;
  margin: 0 0 10px;
  vertical-align: top;
  text-align: center;
}

/*.btn:hover {
  background: #000;
  color: #fff;
  border: #000;
}*/

@media (max-width: 743px) {
  .btn {
    width: 100%;
  }
}

@media (min-width: 744px) and (max-width: 1023px) {
  .btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.btn-default {
  background: #000;
  color: #fff;
  border: #000;
}

.btn-default:hover {
  background: #000;
  color: #fff;
  border: #000;
}

.btn-primary {
  /*background: #2D83FF;*/
  background: #0066f9;
  color: #fff;
  /*border: #2D83FF;*/
  border: #0066f9;
}

/*.btn-primary:hover {
  background: #0066f9;
  color: #fff;
  border: #0066f9;
  
}*/

.btn-warning {
  background: #ffc107;
  color: #fff;
  border: #ffc107;
}

.btn-warning:hover {
  background: #d39e00;
  color: #fff;
  border: #d39e00;
}

.btn-dark {
  background: #333;
  color: #fff;
  border: #333;
}

.btn-dark:hover {
  background: #4d4d4d;
  color: #fff;
  border: #4d4d4d;
}

.btn-danger {
  background: #D23535;
  color: #fff;
  border: #D23535;
}

.btn-danger:hover {
  background: #ad2727;
  color: #fff;
  border: #4d4d4d;
}

.btn-sm {
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.25;
  padding: 9px 23px 8px;
}

.btn.btn-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.btn.btn-w-100 {
  width: 100%;
}

.btn-group {
  display: -ms-flexbox;
  display: flex;
}

.btn-group > .btn + .btn {
  border-left: 0;
}

.btn-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn-wrap .btn {
  margin: 0 0 10px;
  max-width: 50%;
}

.btn-wrap .btn + .btn {
  margin-left: 20px;
}

.buttons-row {
  margin-left: -5px;
  margin-right: -5px;
}

.buttons-row > [class^="col"],
.buttons-row > [class*=" col"],
.buttons-row > [class^="col-"],
.buttons-row > [class*=" col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.buttons-row .btn {
  width: 100%;
}

.link-sm-blue {
  font-size: 0.75rem;
  line-height: 1.25;
}

.card {
  background: #1B1B1B;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  margin-bottom: 20px;
}

@media (max-width: 743px) {
  .card.bg-transparent-mobile {
    background-color: transparent !important;
  }
}

.card.bg-transparent {
  background-color: transparent !important;
}

@media (min-width: 744px) {
  .card.card-join-bottom {
    margin-bottom: -13px !important;
  }
}

@media (min-width: 744px) {
  .card.card-join-bottom .card-body {
    padding-bottom: 2rem !important;
  }
}

.card .card-block {
  padding: 0 0 2rem;
}

.card-header,
.card-body,
.card-footer {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px) {
  .card-header,
  .card-body,
  .card-footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.card-header {
  padding-top: 1rem;
  padding-bottom: 0.75rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 1024px) {
  .card-body {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.card-footer {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.card-account {
  max-width: 500px;
  margin: 0 auto 2rem;
}

@media (max-width: 743px) {
  .card-account {
    background-color: transparent;
  }
}

.card-account.card-account-password .card-body {
  min-height: 0;
  padding-bottom: 0.5625rem;
}

.card-account.card-account-password .card-footer {
  padding-top: 0.5625rem;
}

.card-account p {
  margin-bottom: 1.6875rem;
}

@media (min-width: 744px) {
  .card-account p {
    margin-bottom: 1.625rem;
  }
}

@media (min-width: 1024px) {
  .card-account p {
    margin-bottom: 1.75rem;
  }
}

.card-account .img-holder {
  padding: 0.5625rem 0 2.3125rem;
}

@media (min-width: 744px) {
  .card-account .img-holder {
    padding: 0.5625rem 0 2.3125rem;
  }
}

@media (min-width: 1200px) {
  .card-account .img-holder {
    padding: 0.25rem 0 2.25rem;
  }
}

@media (max-width: 743px) {
  .card-account .img-holder img {
    max-width: 25%;
  }
}

@media (max-width: 743px) {
  .card-account .card-header,
  .card-account .card-body,
  .card-account .card-footer {
    padding-left: 0;
    padding-right: 0;
  }
}

.card-account .card-body {
  min-height: 428px;
  padding-bottom: 1.1875rem;
}

.card-account .card-title {
  font-size: 1.1875rem;
  margin-bottom: 1rem;
}

@media (min-width: 744px) {
  .card-account .card-title {
    margin-bottom: 2.3125rem;
  }
}

.card-account .card-body-holder {
  font-size: 0.9375rem;
  padding: 0.5rem 0;
}

@media (min-width: 1200px) {
  .card-account .card-body-holder {
    padding-top: 0.8125rem;
  }
}

.card-account .card-body-holder + .card-body-holder {
  padding-top: 1rem;
}

@media (min-width: 1200px) {
  .card-account .card-body-holder + .card-body-holder {
    padding-top: 1.5rem;
  }
}

.card-account .card-body-holder p {
  margin-bottom: 0.5rem;
}

.card-account .card-footer {
  font-size: 0.9375rem;
}

@media (min-width: 744px) {
  .card-account .card-footer {
    padding-bottom: 1.375rem;
  }
}

.card-account .card-footer p {
  margin-bottom: 10px;
}

.card-account .card-footer .btn {
  min-width: 144px;
}

.card-account .card-footer .col-auto:only-child {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.card-box {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.035em;
  text-align: center;
}

.card-box-body {
  padding: 0.6875rem 1.25rem 0.625rem;
}

@media (max-width: 1023px) {
  .card-checkout {
    background-color: transparent;
  }
}

.card-checkout > .card-body {
  padding: 1.25rem 1.25rem 1rem;
}

@media (max-width: 1023px) {
  .card-checkout > .card-body {
    padding: 0.8125rem 0 0;
  }
}

.card-checkout .form-group_info {
  position: relative;
}

.card-checkout .form-group .icon-info {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: none;
}

@media (min-width: 744px) {
  .card-checkout .form-group .icon-info {
    display: block;
  }
}

.card-checkout .form-group.input-error input {
  border: 2px solid #D23535;
}

.card-checkout .form-group.input-error .error {
  display: block;
}

.card-checkout .error {
  margin-top: 8px;
  font-size: 0.875rem;
  line-height: 1.1428;
  color: #D23535;
  display: none;
}

.card-checkout .divider {
  margin-top: 0.6875rem;
  margin-bottom: 1.5rem;
}

.payment-details__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  border: 1px solid #C0C0C0;
  padding: 24px 20px;
}

@media (min-width: 744px) {
  .payment-details__block {
    padding: 24px 32px;
  }
}

@media (min-width: 1024px) {
  .payment-details__block {
    -ms-flex-pack: initial;
    justify-content: initial;
  }
}

.payment-details__cycle {
  margin-bottom: 32px;
}

@media (min-width: 744px) {
  .payment-details__cycle {
    margin-bottom: 64px;
  }
}

.payment-details__radio {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: top;
  min-width: 24px;
  border: 2px solid #3D3D3D;
  border-radius: 50%;
}

.payment-details__period {
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.payment-details__period.active .payment-details__radio {
  border: 9px solid #2D83FF;
}

.payment-details__period:first-of-type {
  margin-right: 20px;
}

@media (min-width: 1024px) {
  .payment-details__period:first-of-type {
    margin-right: 140px;
  }
}

.payment-details__price-block {
  margin-left: 8px;
}

@media (min-width: 744px) {
  .payment-details__price-block {
    margin-left: 16px;
  }
}

.payment-details__price {
  font-size: 0.875rem;
  line-height: 1.1428;
}

.payment-details__price-crossed {
  font-size: 0.875rem;
  line-height: 1.1428;
  color: #ADAFB2;
  position: relative;
  white-space: nowrap;
}

.payment-details__price-crossed::before {
  width: 94%;
  height: 1px;
  content: '';
  position: absolute;
  background-color: #ADAFB2;
  left: 0;
  top: 63%;
}

.payment-details__price-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1875;
  margin-bottom: 7px;
}

.payment-details__account h4 {
  margin-bottom: 3px;
}

.payment-details__account-exists {
  font-size: 0.875rem;
  line-height: 1.1428;
  margin-bottom: 26px;
}

.payment-details__account-exists span {
  color: #2D83FF;
  cursor: pointer;
}

.payment-details__form-account {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 22px;
}

@media (min-width: 744px) {
  .payment-details__form-account {
    margin-bottom: 54px;
  }
}

.payment-details__form-account .form-group {
  width: 100%;
}

@media (min-width: 744px) {
  .payment-details__form-account .form-group {
    width: calc(50% - 10px);
  }
}

.payment-details__card h4 {
  margin-bottom: 26px;
}

@media (min-width: 744px) {
  .payment-details__card h4 {
    margin-bottom: 40px;
  }
}

.payment-details__method-block {
  margin-bottom: 24px;
}

.payment-details__method {
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.payment-details__method:first-of-type {
  margin: 0 0 24px;
}

.payment-details__method.active .payment-details__radio {
  background: #fff;
  border: 9px solid #2D83FF;
}

.payment-details__method img {
  margin-left: 11px;
}

.payment-details__select-wrapper {
  position: relative;
  margin-bottom: 0.75rem;
}

.payment-details__select-wrapper select {
  margin-bottom: 0;
}

.payment-details__select-wrapper select:focus {
  outline: 0;
}

.payment-details__select-wrapper:before {
  font: 0.75rem 'icomoon';
  content: '\e913';
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  color: #848484;
}

.payment-details__policy-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.6875rem 0 0;
}

.payment-details__policy-block .form-group {
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.payment-details__policy-block .policy-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.payment-details__policy-block .policy-block input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.payment-details__policy-block .policy-block input + label {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
}

.payment-details__policy-block .policy-block input + label:before {
  width: 20px;
  height: 20px;
  min-width: 20px;
  background: transparent;
  border: 1px solid #CCC;
  display: inline-block;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  content: '';
  margin-right: 10px;
  left: 0;
}

.payment-details__policy-block .policy-block input:checked + label:before {
  background-color: #2D83FF;
  border: 1px solid #2D83FF;
}

.payment-details__policy-block .policy-block input:checked + label:after {
  content: "";
  font: 12px/1 'icomoon';
  text-indent: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 3px;
  color: #fff;
}

.payment-details__policy-block .form-group .error {
  width: 100%;
}

.payment-details__policy-label {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.1875;
  letter-spacing: 0;
}

@media (min-width: 744px) {
  .payment-details__policy-label {
    font-size: 1rem;
  }
}

.payment-details__submit-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 744px) {
  .payment-details__submit-block {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.payment-details__submit-block .btn {
  font-size: 1rem;
  font-weight: 500;
  min-height: 49px;
  min-width: 100%;
  text-align: center;
}

@media (min-width: 744px) {
  .payment-details__submit-block .btn {
    min-width: 160px;
  }
}

.payment-details__return {
  font-size: 0.875rem;
  line-height: 1.1428;
  margin-left: 20px;
  position: relative;
  margin-bottom: 34px;
}

@media (min-width: 744px) {
  .payment-details__return {
    margin-bottom: 0;
  }
}

.payment-details__return:after {
  font: 0.75rem 'icomoon';
  content: '\e913';
  position: absolute;
  transform: rotate(90deg) translateX(-32%);
  top: 50%;
  left: -25px;
}

.payment-details #credit-policy,
.payment-details #paypal-policy {
  width: 19px;
  margin: 0;
  cursor: pointer;
}

.payment-details #credit-expiration {
  font-size: 0.75rem;
}

@media (min-width: 1024px) {
  .payment-details #credit-expiration {
    font-size: 0.875rem;
  }
}

.payment-details .paypal-form {
  display: none;
}

.payment-details .btn {
  margin-bottom: 0;
}

.credit-card-form__more-info {
  max-width: 229px;
  width: 229px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.25;
  box-shadow: 0 2px 12px 0 rgba(35, 35, 51, 0.5);
  position: absolute;
  top: -12px;
  right: 0;
  transform: translate(0, -100%);
  border-radius: 4px;
  background-color: #fff;
  z-index: 10;
  display: none;
}

.credit-card-form__more-info div {
  padding: 12px 16px;
  position: relative;
}

.credit-card-form__more-info div div.triangle {
  position: absolute;
  height: 0;
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #fff;
  bottom: 1px;
  right: 12px;
  transform: translate(-50%, 100%);
  padding: 0;
}

.icon-info:hover ~ .credit-card-form__more-info {
  display: block;
}

.card-details {
  color: #A1A1A1;
  font-size: 0.8125rem;
  line-height: 1.5;
}

.card-details .device-ico-holder {
  white-space: nowrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 auto 1.3125rem;
  padding: 0.625rem 1rem 1rem;
  text-align: center;
}

.card-details .device-ico-holder:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: 98px;
}

.card-details .device-ico-holder > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  max-width: 99%;
}

@media (min-width: 1024px) {
  .card-details .device-ico-holder:after {
    min-height: 93px;
  }
}

.card-details .card-title {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.card-details .list-details:last-child {
  margin-bottom: 3px;
}

@media (min-width: 1024px) {
  .card-details .list-details:last-child {
    margin-bottom: 1px;
  }
}

.device-ico-holder .ico-holder {
  width: 53px;
  height: 53px;
}

.device-ico-holder .ico-holder.has-bg {
  background-color: #262626;
  border-radius: 50%;
}

.card-expired {
  background-color: transparent;
}

@media (min-width: 744px) {
  .card-expired {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.card-expired .card-header,
.card-expired .card-body,
.card-expired .card-footer {
  padding-left: 0;
  padding-right: 0;
}

.card-expired .card-body {
  padding-top: 2.6875rem;
}

@media (min-width: 744px) {
  .card-expired .card-body {
    padding-top: 0;
    padding-bottom: 1.125rem;
  }
}

@media (max-width: 743px) {
  .card-expired .card-body br {
    display: none;
  }
}

.card-expired .header-block {
  padding-bottom: 0.75rem;
}

@media (min-width: 1024px) {
  .card-expired .header-block {
    padding-bottom: 0.625rem;
  }
}

.card-evary-goods {
  font-size: 0.875rem;
  line-height: 150%;
}

.card-evary-goods p {
  margin-bottom: 1.3125rem;
}

.card-evary-goods .card-body {
  padding: 1.25rem 1.25rem 1.0625rem;
}

.card-evary-goods .card-block:last-child {
  padding-bottom: 0;
}

.card-evary-goods .card-block a:not(.link-sm-blue) {
  color: inherit;
  text-decoration: underline;
}

.card-evary-goods .card-block a:not(.link-sm-blue):hover {
  color: #1fc8e3;
  opacity: 1;
}

.card-evary-goods .card-block p:last-child {
  margin-bottom: 0.5625rem;
}

.card-evary-goods .card-row {
  padding: 0 0 1.0625rem;
}

.card-evary-goods .card-row:last-child {
  padding-bottom: 0;
}

.card-evary-goods .logo-holder,
.card-evary-goods .card-box {
  margin-bottom: 0.1875rem;
}

.card-evary-goods .price-workspace {
  display: block;
  line-height: 1.35714;
  margin: 0.125rem 0 2.1875rem;
}

.card-evary-goods .seats-workspace,
.card-evary-goods .storage-workspace {
  color: #fff;
  display: block;
  letter-spacing: 0;
  margin: 0 0 0.5rem;
}

.card-personal {
  font-size: 0.875rem;
  line-height: 1.5;
}

.card-personal .card-body {
  padding-top: 1.4375rem;
}

.card-personal .card-block {
  padding: 0 0 1.0625rem;
}

.card-personal .card-block .btn {
  width: auto;
}

.card-personal .card-title {
  font-weight: normal;
  margin-bottom: 0.9375rem;
}

.card-personal .button-holder {
  padding: 0.5625rem 0;
}

.card-form-block .button-holder {
  padding: 1.5625rem 0 0;
}

.card-plan,
.card-pricing {
  color: #F2F2F2;
  border-radius: 8px;
}

.card-plan .card-body,
.card-pricing .card-body {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 1.375rem;
}

.card-plan .plan-name,
.card-pricing .plan-name {
  display: block;
}

.card-plan .plan-info,
.card-pricing .plan-info {
  font-size: 0.75rem;
  line-height: 1.41667;
}

.card-plan {
  transition: border-color 0.25s ease-in-out, opacity 0.25s ease-in-out;
  background: #242424;
  border: 2px solid #242424;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  font-size: 0.875rem;
  line-height: 1.42857;
  opacity: 0.75;
  max-width: 480px;
  margin: 0 auto 1.25rem;
}

@media (min-width: 744px) {
  .card-plan {
    max-width: 312px;
  }
}

@media (max-width: 743px) {
  .card-plan {
    max-width: 312px;
  }
}

@media (min-width: 948px) and (max-width: 1280px)  {
  .card-plan-double {
    max-width: 644px !important;
    width: 644px;
  }
}

.list-plans [type="radio"]:checked + .card-plan,
.list-plans [type="checkbox"]:checked + .card-plan,
.card-plan:not(.card-pricing):hover,
.card-plan:not(.card-pricing):focus,
.card-plan.card-active {
  border-color: #C0C0C0;
  opacity: 1;
}


.plan-name {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.27778;
  margin: 0 0 0.375rem;
}

.plan-cost {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1;
  padding: 0 0 1rem;
}

.plan-cost .sum,
.plan-cost .card-pricing__sum {
  font-size: 2.25rem;
  letter-spacing: .05em;
}

.plan-cost .periodicity,
.plan-cost .card-pricing__periodicity {
  display: inline-block;
  vertical-align: baseline;
  color: #BDBDBD;
  margin: 0 0 0 6px;
}

.plan-description {
  padding: 0 0 0.75rem;
}

.plan-description p {
  margin-bottom: 0;
}

.plan-info {
  color: #828282;
  padding: 0 0 0.25rem;
}

.plan-info p {
  margin-bottom: 0.75rem;
}

.cards-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 1rem;
}

@media (min-width: 744px) {
  .cards-block {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (min-width: 1200px) {
  .cards-block {
    margin-left: -15px;
    margin-right: -16px;
  }
}

.section-prising .cards-block {
  padding-bottom: 0;
}

.cards-block .card-plan,
.cards-block .card-pricing {
  margin-left: 10px;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .cards-block .card-plan,
  .cards-block .card-pricing {
    margin-left: 15px;
    margin-right: 16px;
  }
}

.card-pricing {
  border-radius: 10px;
  font-size: 0.9375rem;
  line-height: 1.4;
  margin: 0 0 1.25rem;
  width: 100%;
}

@media (min-width: 744px) {
  .card-pricing {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 1024px) {
  .card-pricing {
    max-width: 380px;
  }
}

@media (min-width: 1200px) {
  .card-pricing {
    margin-bottom: 2rem;
    max-width: 306px;
    width: calc(25% - 31px);
  }
}

@media (min-width: 1439px) {
  .card-pricing .card-body {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }

  .card-pricing .card-body,
  .card-pricing .card-footer {
    padding-left: 36px;
    padding-right: 36px;
  }

  .card-pricing .card-pricing__sum {
    font-size: 2.9375rem;
  }

  .card-pricing .plan-name {
    margin-bottom: 1.5625rem;
  }

  .card-pricing .plan-cost {
    padding-bottom: 1.625rem;
  }

  .card-pricing .plan-info {
    padding-bottom: 0.4375rem;
  }

  .card-pricing .plan-description {
    padding-bottom: 1.3125rem;
  }

  .card-pricing .card-footer {
    padding-bottom: 1.5625rem;
  }
}

.card-pricing:first-of-type .card-pricing__title {
  font-size: 1.5rem;
}

@media (max-width: 743px) {
  .card-pricing .card-body {
    padding: 1.3125rem 1.25rem 1rem;
  }
}

@media (max-width: 743px) {
  .card-pricing .plan-name {
    margin-bottom: 0.5625rem;
  }
}

@media (min-width: 1200px) {
  .card-pricing .plan-name {
    font-size: 1.875rem;
  }
}

.card-pricing .card-pricing__sum,
.card-pricing .card-pricing__periodicity {
  position: relative;
}

.card-pricing .card-pricing__sum *,
.card-pricing .card-pricing__periodicity * {
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}

.card-pricing .card-pricing__sum {
  letter-spacing: -.02em;
}

.card-pricing .sum__price-month,
.card-pricing .periodicity-month {
  position: relative;
}

.annually-active .card-pricing .sum__price-month,
.annually-active
    .card-pricing .periodicity-month {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.card-pricing .sum__price-year,
.card-pricing .periodicity-year {
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.annually-active .card-pricing .sum__price-year,
.annually-active
    .card-pricing .periodicity-year {
  position: static;
  opacity: 1;
  visibility: visible;
}

.card-pricing .sum__price-year {
  left: 0;
}

.card-pricing .periodicity-year {
  left: 5px;
}

.card-pricing .list-features > li {
  padding-bottom: 0.8125rem;
}

@media (max-width: 1023px) {
  .card-pricing .card-footer .btn {
    width: 100%;
  }
}

.card-pricing__price-yearly,
.card-pricing__price-text-yearly {
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.plan-comparison-container {
  text-align: center;
}

.plan-comparison-button {
  font-size: 1.375rem;
  padding-right: 30px;
  font-weight: 500;
  line-height: 1.1718;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.plan-comparison-button::before {
  width: 18px;
  height: 10px;
  display: inline-block;
  content: '';
  position: absolute;
  background-image: url("../images/arrow-thin.svg");
  top: 50%;
  right: 12px;
  transform: translate(12px, -50%);
}

.plan-comparison-button.open::before {
  transform: rotate(180deg) translate(-12px, 50%);
}

.card-settings-main {
  margin-bottom: 2.25rem;
}

.content-block .card-settings-main {
  margin-bottom: 1rem;
}

@media (min-width: 744px) {
  .content-block .card-settings-main {
    margin-bottom: 2.25rem;
  }
}

@media (max-width: 743px) {
  .card-settings-main > .card-header,
  .card-settings-main > .card-body,
  .card-settings-main > .card-footer {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 743px) {
  .card-settings-main > .card-body {
    padding-top: 0;
  }
}

@media (min-width: 744px) {
  .card-settings-main > .card-body {
    padding-top: 1px;
    padding-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .card-settings-main > .card-body {
    padding-left: 22px;
    padding-right: 22px;
  }
}

.card-settings-main-footer {
  font-size: 0.8125rem;
  line-height: 1.53846;
  margin-bottom: 0;
}

.card-settings-main-footer p {
  margin-bottom: 0;
}

@media (max-width: 743px) {
  .card-settings-main-footer .card-body {
    padding: 0;
  }
}

@media (min-width: 744px) and (max-width: 1023px) {
  .card-settings-main-footer .card-body {
    padding: 0.6875rem 0.75rem 0.6875rem 1.5rem;
  }
}

@media (min-width: 1024px) {
  .card-settings-main-footer .card-body {
    padding: 0.8125rem 0.75rem 0.8125rem 1.5rem;
  }
}

.card-settings-main-footer .btn {
  width: 100%;
  margin-bottom: 0.6875rem;
}

@media (min-width: 744px) {
  .card-settings-main-footer .btn {
    margin-bottom: 0;
  }
}

.card-setup {
  background: #1B1B1B;
  border-radius: 8px;
}

.card-setup .card-body {
  padding: 1rem 1.25rem;
}

@media (min-width: 1024px) {
  .card-setup .card-body {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .card-setup .card-body {
    padding-top: 1.9375rem;
    padding-bottom: 1.625rem;
  }
}

.card-setup .package {
  padding: 2.25rem 0 0;
}

@media (min-width: 744px) {
  .card-setup .package {
    padding-top: 0;
  }
}

.package a {
  color: #2D83FF;
  text-decoration: none;
}

.package a:focus,
.package a:hover {
  color: #17a2b8;
  /*color: #2D83FF;*/
  opacity: 1;
}

.package .top {
  font-size: 1rem;
  margin: 0 0 0.3125rem;
}

.package .value {
  color: #fff;
  font-weight: 600;
}

.card-storage-usings {
  border: 1px solid #333;
  color: #848484;
}

.card-storage-usings.card {
  margin-bottom: 2.25rem;
}

.card-storage-usings .card-title {
  color: inherit;
  font-size: 1rem;
  line-height: 1.5;
  padding-top: 0;
}

.card-storage-usings .text-gray-light {
  color: #C0C0C0;
}

.card-summary-popup-sm {
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}

@media (max-width: 1023px) {
  .card-summary-popup-sm {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
  }
}

@media (max-width: 1023px) {
  .card-summary-popup-sm.popup-sm-active {
    opacity: 1;
    visibility: visible;
  }
}

.card-summary {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}

.card-summary .card-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  padding: 1.25rem 1.25rem 0.6875rem;
}

@media (min-width: 744px) {
  .card-summary .card-body {
    padding: 1.5rem 1.5rem 0.875rem;
  }
}

@media (min-width: 1024px) {
  .card-summary .card-body {
    padding-bottom: 1rem;
  }
}

.card-summary .divider {
  margin: 0.5625rem 0 1.4375rem;
}

.card-summary .divider.full-width {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

@media (min-width: 1024px) {
  .card-summary .divider.full-width {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

.card-summary .divider + table,
.card-summary .divider + .table-fake,
.card-summary .divider + .table-flex {
  margin-top: -5px;
}

.card-summary .radio-list {
  padding: 0.125rem 0.25rem 0.1875rem;
}

.card-summary .table-summary th:first-child,
.card-summary .table-summary .th:first-child,
.card-summary .table-summary td:first-child,
.card-summary .table-summary .td:first-child,
.card-summary .table-summary .tcell:first-child {
  padding-left: 0;
}

.card-summary .table-summary th:last-child,
.card-summary .table-summary .th:last-child,
.card-summary .table-summary td:last-child,
.card-summary .table-summary .td:last-child,
.card-summary .table-summary .tcell:last-child {
  padding-right: 0;
}

.card-summary .block-bottom {
  margin-top: auto;
}

@media (max-width: 743px) {
  .card-summary .buttons-row .btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 744px) and (max-width: 1023px) {
  .card-summary .buttons-row .btn-dark {
    padding-left: 33px;
    padding-right: 33px;
  }
}

@media (min-width: 744px) and (max-width: 1023px) {
  .card-summary .buttons-row .btn-primary {
    padding-left: 43px;
    padding-right: 43px;
  }
}

.form-filled .card-summary .btn-primary.btn-disabled {
  opacity: 1;
  pointer-events: auto;
}

.plan-name-list {
  margin: 0 0 1.125rem;
}

.plan-name-list .plan-name {
  font-weight: 500;
  margin-bottom: 0;
}

.plan-name-list .plan-name__data {
  margin: 0;
  overflow: visible;
}

.card-user {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 743px) {
  .card-user {
    margin-bottom: 0.875rem;
  }
}

.card-user .card-body {
  padding-top: 1.5rem;
  padding-bottom: 0.625rem;
}

@media (min-width: 1024px) {
  .card-user .card-body {
    padding-top: 4.0625rem;
    padding-bottom: 1.625rem;
  }
}

.card-user .user-block {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.card-user .user-block .avatar {
  margin-right: 0;
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  .card-user .user-block .avatar {
    margin-bottom: 3.0625rem;
  }
}

.card-user .avatar {
  width: 140px;
  height: 140px;
  font-size: 2rem;
}

.card-user .btn {
  width: 100%;
  max-width: 295px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 744px) {
  .card-user .btn {
    max-width: 203px;
  }
}

.card-workspace-storage {
  margin-bottom: 2.25rem;
}

.card-workspace-storage .card-body {
  padding-top: 1.4375rem;
}

.card-workspace-storage .card-title {
  color: inherit;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.9375rem;
  padding-top: 0;
}

.card-workspace-storage .card-title .text-white {
  font-weight: 500 !important;
}

.contributors-input-container {
  padding: 0.125rem 0 0.9375rem;
}

.price-description {
  font-size: 0.75rem;
}

.price-description .sum,
.price-description .price-info {
  display: block;
}

.price-description .sum {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .05em;
  margin: 0 0 0.1875rem;
}

.radio-custom input[type="chackbox"],
.radio-custom input[type="radio"],
.checkbox-custom input[type="chackbox"],
.checkbox-custom input[type="radio"] {
  position: absolute;
  visibility: hidden;
}

.radio-custom input[type='radio']:checked + .radio-custom__box .radio-custom__input,
.radio-custom input[type='radio']:checked + .radio-custom__input {
  background: #fff;
  border: 9px solid #2D83FF;
}

.radio-custom input[type='radio']:checked + .radio-custom__box {
  background-color: rgba(163, 163, 163, 0.06);
  border-color: grey;
}

.radio-custom input[type='radio']:checked + .radio-custom__box .radio-custom__price {
  color: #fff;
}

.radio-custom .radio-custom__input {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: top;
  min-width: 24px;
  border: 2px solid #3D3D3D;
  border-radius: 50%;
}

.ico-close {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 18px;
  height: 18px;
  position: relative;
}

.ico-close:before,
.ico-close:after {
  transition: background-color 0.25s ease-in-out;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -7px;
  transform: rotate(45deg);
}

.ico-close:after {
  transform: rotate(-45deg);
}

.ico-minus-custom {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.ico-minus-custom:after {
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 12px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}

.ico-plus-custom {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.ico-plus-custom:before,
.ico-plus-custom:after {
  transition: all 0.25s ease-in-out;
  content: "";
  background: #fff;
  position: absolute;
}

.ico-plus-custom:before {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 1px;
}

.ico-plus-custom:after {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 0;
}

.ico {
  display: inline-block;
  vertical-align: baseline;
}

.ico-up {
  height: 0;
  width: 0;
  border-bottom: 7px solid #4F9B56;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.ico-down {
  height: 0;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #D23535;
}

.ico-minus,
.jcf-number .js-btn-dec:before,
.jcf-number .jcf-btn-dec:before,
.js-input-number .js-btn-dec:before,
.js-input-number .jcf-btn-dec:before {
  width: 8px;
  height: 2px;
  background: #ADAFB2;
}

.ico-plus,
.jcf-number .js-btn-inc:before,
.jcf-number .js-btn-inc:after,
.jcf-number .jcf-btn-inc:before,
.jcf-number .jcf-btn-inc:after,
.js-input-number .js-btn-inc:before,
.js-input-number .js-btn-inc:after,
.js-input-number .jcf-btn-inc:before,
.js-input-number .jcf-btn-inc:after {
  width: 12px;
  height: 12px;
  position: relative;
}

.ico-plus:before,
.jcf-number .js-btn-inc:before,
.jcf-number .jcf-btn-inc:before,
.js-input-number .js-btn-inc:before,
.js-input-number .jcf-btn-inc:before,
.ico-plus:after,
.jcf-number .js-btn-inc:after,
.jcf-number .jcf-btn-inc:after,
.js-input-number .js-btn-inc:after,
.js-input-number .jcf-btn-inc:after {
  content: "";
  background: #ADAFB2;
  position: absolute;
}

.ico-plus:before,
.jcf-number .js-btn-inc:before,
.jcf-number .jcf-btn-inc:before,
.js-input-number .js-btn-inc:before,
.js-input-number .jcf-btn-inc:before {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-1px, -50%);
}

.ico-plus:after,
.jcf-number .js-btn-inc:after,
.jcf-number .jcf-btn-inc:after,
.js-input-number .js-btn-inc:after,
.js-input-number .jcf-btn-inc:after {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -1px);
}

.ico-circle,
.ico-circle-full {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  font-size: 12px;
  position: relative;
}

.card-learning-empty .ico-circle,
.card-components-empty .ico-circle,
.card-learning-empty
  .ico-circle-full,
.card-components-empty
  .ico-circle-full {
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
}

.ico-circle .icon,
.ico-circle-full .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ico-circle {
  border: 2px solid #ADAFB2;
}

a.ico-circle {
  border-color: #ADAFB2;
  text-decoration: none !important;
}

a.ico-circle:hover,
a.ico-circle:focus {
  border-color: #1fc8e3;
}

.ico-circle-full {
  background: #E0E0E0;
  color: #fff;
}

a.ico-circle-full {
  text-decoration: none !important;
}

a.ico-circle-full:hover,
a.ico-circle-full:focus {
  background-color: #17a2b8;
}

.link-close {
  color: #fff;
  text-decoration: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.link-close:focus,
.link-close:hover {
  color: #ADAFB2;
  opacity: 1;
}

.link-close .ico:first-child:not(:only-child),
.link-close .icon:first-child:not(:only-child) {
  margin: 0 6px 0 0;
}

.link-close .ico:last-child,
.link-close .icon:last-child {
  margin: 0 0 0 6px;
}

.list-features > li {
  padding: 0 0 0.6875rem 2rem;
  position: relative;
}

.list-features > li:before {
  content: "";
  font: 0.56em/1 'icomoon';
  text-indent: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 1px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.3125rem 0.1875rem 0.1875rem 0.3125rem;
  background: #2D83FF;
  border-radius: 50%;
  color: #fff;
}

.list-main-steps {
  color: #fff;
  list-style: none;
  counter-reset: newCounter;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.57143;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 479px) {
  .list-main-steps {
    font-size: 0.625rem;
  }
}

.list-main-steps > li {
  overflow: hidden;
  padding: 0 10%;
  position: relative;
}

.list-main-steps > li:first-child {
  padding-left: 0;
}

.list-main-steps > li:last-child {
  padding-right: 0;
}

.list-main-steps .step-passed .item-number:before {
  content: "";
  font: 12px/1 'icomoon';
  text-indent: 0;
  background: rgba(255, 255, 255, 0.6);
  border: none;
  color: #0F0F0F;
}

.list-main-steps .step-passed .item-text {
  opacity: 0.6;
}

.list-main-steps .item-number {
  margin: 0 8px 0 0;
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 480px) {
  .list-main-steps .item-number {
    top: 2px;
  }
}

.list-main-steps .item-number:before {
  width: 22px;
  height: 22px;
  counter-increment: newCounter;
  content: counters(newCounter, ".") " ";
  border-radius: 50%;
  border: 2px solid #fff;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 100%;
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 480px) {
  .list-main-steps .item-number:before {
    width: 24px;
    height: 24px;
    font-size: 85.71429%;
  }
}

.list-main-steps .item-content {
  display: block;
  min-height: 24px;
  padding: 0.1875rem 0 0.1875rem 2rem;
  position: relative;
}

.list-main-steps .item-content:before,
.list-main-steps .item-content:after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  height: 1px;
  background: #484848;
}

.list-main-steps .item-content:before {
  right: 100%;
  left: -999px;
  margin: 0 8px 0 0;
}

.list-main-steps .item-content:after {
  left: 100%;
  right: -999px;
  margin: 0 0 0 8px;
}

.list-storage-description {
  color: #939393;
  font-size: 0.875rem;
  line-height: 1.14286;
  margin: 0 0 1rem;
}

.progress-storage-container .list-storage-description {
  margin-bottom: 0;
}

.list-storage-description > li {
  padding: 0 0 0.75rem 1rem;
  position: relative;
}

.list-storage-description > li:last-child {
  padding-bottom: 0;
}

.list-storage-description > li:before {
  width: 8px;
  height: 8px;
  content: "";
  background: #e9ecef;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 4px;
}

.storage-number .list-storage-description .item-your:before {
  background-color: #2D82FF;
}

.storage-value .list-storage-description .item-your:before {
  background-color: #A0A0A0;
}

.storage-number .list-storage-description .item-shared:before {
  background-color: #99BA8E;
}

.storage-value .list-storage-description .item-shared:before {
  background-color: #646464;
}

.storage-number .list-storage-description .item-unused:before {
  background-color: #565759;
}

.storage-value .list-storage-description .item-unused:before {
  background-color: #333;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px);
}

.modal.show {
  display: block;
}

.modal.show .modal-dialog {
  transform: none;
}

.modal-sm {
  max-width: 100%;
}

@media (min-width: 480px) {
  .modal-sm {
    max-width: 456px;
  }
}

.modal-dialog {
  min-width: 320px;
  position: relative;
  width: auto;
  margin-left: 8px;
  margin-right: 8px;
  pointer-events: none;
}

@media (min-width: 480px) {
  .modal-dialog {
    margin-left: auto;
    margin-right: auto;
  }
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 16px * 2);
}

.modal-content {
  background-color: #1B1B1B;
  background-clip: padding-box;
  border-radius: 8px;
  pointer-events: auto;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  outline: 0;
  width: 100%;
}

.modal-content .modal-header,
.modal-content .modal-body,
.modal-content .modal-footer {
  padding-left: 20px;
  padding-right: 20px;
}

.modal-content .modal-header {
  padding-top: 1.75rem;
  padding-bottom: 0.5rem;
}

.modal-content .modal-header p {
  margin-bottom: 0;
}

.modal-content .modal-header .modal-title {
  margin-bottom: 1.0625rem;
}

.modal-content .modal-body {
  background: none;
  box-shadow: none;
  color: inherit;
  min-width: 0;
  padding-top: 0.8125rem;
  padding-bottom: 1.25rem;
}

.modal-content .modal-footer {
  padding-top: 0.25rem;
  padding-bottom: 0.625rem;
}

.modal-content .modal-footer .btn {
  margin-bottom: 0.625rem;
}

.modal-content .radio-list {
  font-weight: 500;
}

.modal-content .radio-list .radio-custom__input {
  margin-top: -1px;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
}

.nav-card,
.card-nav-settings {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: auto;
}

.nav-card .nav-card-header,
.nav-card .nav-card-body,
.nav-card .nav-card-footer,
.card-nav-settings .nav-card-header,
.card-nav-settings .nav-card-body,
.card-nav-settings .nav-card-footer {
  padding-left: 20px;
  padding-right: 20px;
}

.nav-card .nav-card-body,
.card-nav-settings .nav-card-body {
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

.nav-card .nav-card-footer,
.card-nav-settings .nav-card-footer {
  color: #A1A1A1;
  font-size: 0.8125rem;
  line-height: 1.30769;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

.nav-card .nav-card-footer p,
.card-nav-settings .nav-card-footer p {
  margin-bottom: 0.5rem;
}

.nav-card .nav-card-footer a:not(.btn),
.card-nav-settings .nav-card-footer a:not(.btn) {
  color: inherit;
  text-decoration: underline;
}

.nav-card .nav-card-footer a:not(.btn):hover,
.card-nav-settings .nav-card-footer a:not(.btn):hover {
  color: #1fc8e3;
  opacity: 1;
}

.nav-card .nav-card-footer .btn,
.card-nav-settings .nav-card-footer .btn {
  margin-bottom: 0.8125rem;
  width: 100%;
}

.nav-card {
  background: #242424;
  border: 1px solid rgba(255, 255, 255, 0.08);
  width: 242px;
  position: relative;
}

@media (min-width: 375px) {
  .nav-card {
    width: 264px;
  }
}

.nav-card .nav-card-header {
  padding-top: 1.5rem;
  padding-bottom: 0.3125rem;
}

@media (min-width: 1200px) {
  .nav-card .nav-card-header {
    padding-top: 1.4375rem;
  }
}

.nav-card .nav-card-body {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 375px) {
  .nav-card .nav-card-body {
    padding-top: 1.375rem;
  }
}

.nav-card .nav-card-footer {
  padding-top: 0.375rem;
  padding-bottom: 0.875rem;
}

@media (max-width: 479px) {
  .nav-card .nav-card-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 744px) {
  .nav-card .active .user-block {
    color: #fff;
  }
}

.nav-card .user-block {
  color: #AEAEAE;
  font-size: 0.8125rem;
  line-height: 1;
}

.nav-card .user-block .avatar {
  width: 35px;
  height: 35px;
  font-size: 16px;
  margin-right: 12px;
}

.nav-card .user-block .user-text {
  margin: -1px 0 1px;
}

.nav-card .user-block .name {
  font-size: 0.9375rem;
  line-height: 1.33333;
}

.nav-card .btn {
  padding-left: 10px;
  padding-right: 10px;
}

.card-nav-settings {
  transition: margin 0.25s ease-in-out, transform 0.25s ease-in-out;
  background: #161616;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 744px) {
  .card-nav-settings {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
}

@media (min-width: 744px) {
  .card-nav-settings {
    left: 264px;
    display: none;
  }
}

@media (min-width: 744px) and (max-width: 1023px) {
  .card-nav-settings {
    width: 264px;
    visibility: hidden;
  }
}

@media (min-width: 1024px) and (max-width: 1364px) {
  .card-nav-settings {
    width: 296px;
    visibility: hidden;
  }
}

@media (min-width: 1365px) {
  .card-nav-settings {
    width: 356px;
  }
}

@media (min-width: 1439px) {
  .card-nav-settings {
    width: 375px;
  }
}

@media (min-width: 744px) and (max-width: 1023px) {
  .nav-active .card-nav-settings {
    transform: translateX(264px);
  }
}

.card-nav-settings .header-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.card-nav-settings .nav-opener {
  margin: 0 14px 0 0;
  position: relative;
  top: 2px;
}

.nav-active .card-nav-settings .nav-opener {
  opacity: 0;
}

.card-nav-settings .nav-card-header {
  padding-top: 1.1875rem;
  padding-bottom: 1.125rem;
}

@media (min-width: 1200px) {
  .card-nav-settings .nav-card-header {
    padding-top: 1.5625rem;
  }
}

@media (min-width: 375px) {
  .card-nav-settings .nav-card-body {
    padding-top: 0.25rem;
  }
}

@media (min-width: 744px) {
  .card-nav-settings .nav-card-body {
    padding-top: 0.375rem;
  }
}

@media (min-width: 1439px) {
  .card-nav-settings .nav-card-body {
    padding-top: 0.5625rem;
  }
}

.nav-opener {
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1;
  position: relative;
}

.nav-opener:focus,
.nav-opener:hover {
  color: #1fc8e3;
  opacity: 1;
}

.nav-container,
.settings-container {
  font-size: 0.9375rem;
  font-weight: 500;
}

.nav-container {
  z-index: 9999;
}

.nav-container:after {
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  right: -9999px;
  height: 100%;
  background: rgba(22, 22, 22, 0.8);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
}

.nav-container .close-nav {
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 242px;
  margin: 0 0 0 20px;
  z-index: 10;
}

.nav-container .close-nav:focus,
.nav-container .close-nav:hover {
  color: #5B8EDA;
  opacity: 1;
}

@media (min-width: 375px) {
  .nav-container .close-nav {
    left: 264px;
    width:100%;
    height:100%;
  }
}

.nav-container:after,
.nav-container .close-nav {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 743px) {
  .nav-active .nav-container:after,
  .nav-active
      .nav-container .close-nav {
    opacity: 1;
    visibility: visible;
  }
}
.nav-container .nav-settings li {
  margin: 0.5625rem 0;
}

@media (min-width: 744px) {
  .nav-container .nav-settings li {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

.nav-container .nav-settings li:first-child {
  margin-top: 0.25rem;
  margin-bottom: 1rem;
}

@media (min-width: 375px) {
  .nav-container .nav-settings li:first-child {
    margin-bottom: 1.25rem;
  }
}

.nav-container .nav-settings .nav-main-link:after {
  font-size: 1.5rem;
  opacity: 0;
}

.nav-container .nav-settings .nav-main-link:hover:after,
.nav-container .nav-settings .nav-main-link:focus:after {
  opacity: 1;
}

.nav-container .nav-settings .ico-holder {
  position: relative;
  top: 2px;
}

.nav-settings {
  margin: 0 0 1.5rem;
}

@media (max-width: 374px) {
  .nav-settings.nav-text-hide-mobile .nav-text {
    display: none !important;
  }
}

.nav-settings.nav-first-level li {
  padding: 1px 0;
}

@media (max-width: 743px) {
  .nav-settings.nav-first-level li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}

@media (min-width: 744px) {
  .nav-settings.nav-first-level li {
    padding-bottom: 7px;
  }
}

@media (min-width: 1024px) {
  .nav-settings.nav-first-level li {
    padding-bottom: 10px;
  }
}

@media (min-width: 1439px) {
  .nav-settings.nav-first-level li {
    padding-bottom: 4px;
  }
}

.nav-settings.nav-second-level {
  margin-bottom: 0;
  margin-top: -1px;
}

.nav-settings.nav-second-level li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  padding-top: 1px;
  padding-bottom: 1px;
}

@media (min-width: 744px) {
  .nav-settings.nav-second-level li:last-child {
    border-bottom: 0;
  }
}

.nav-settings .nav-main-link,
.nav-settings .opener-second-level,
.nav-settings .opener-third-level {
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  color: inherit;
  text-decoration: none;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  display: block;
  margin: 0 -12px;
  position: relative;
}

.nav-settings .nav-main-link:hover,
.nav-settings .opener-second-level:hover,
.nav-settings .opener-third-level:hover {
  color: #fff;
  opacity: 1;
}

@media (min-width: 744px) {
  .nav-settings .nav-main-link,
  .nav-settings .opener-second-level,
  .nav-settings .opener-third-level {
    padding-top: 10px;
    padding-bottom: 9px;
    padding-left: 9px;
  }
}

.nav-settings .nav-main-link {
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 10px;
}

.nav-settings .nav-main-link,
.nav-settings .opener-second-level {
  padding-right: 42px;
}

.nav-settings .nav-main-link:after,
.nav-settings .opener-second-level:after {
  transition: opacity 0.25s ease-in-out;
  content: "";
  font-family: 'icomoon';
  font-size: inherit;
  line-height: 1;
  text-indent: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 8px;
}

.nav-settings .nav-main-link.opener-third-level:after,
.nav-settings .opener-second-level.opener-third-level:after {
  display: none;
}

.nav-settings .opener-second-level,
.nav-settings .opener-third-level {
  padding-top: 9px;
  padding-bottom: 9px;
}

.nav-settings .opener-second-level {
  padding-left: 10px;
}

@media (min-width: 375px) {
  .nav-settings .opener-second-level {
    padding-right: 72px;
  }
}

@media (min-width: 744px) {
  .nav-settings .opener-second-level {
    padding: 14px 13px 13px;
    margin-left: -4px;
    margin-right: -4px;
  }
}

@media (min-width: 1024px) {
  .nav-settings .opener-second-level {
    padding: 13px 14px 11px;
  }
}

@media (min-width: 1439px) {
  .nav-settings .opener-second-level {
    padding: 13px 19px 11px;
  }
}

.nav-settings .opener-second-level:after {
  font-size: 1.25rem;
  right: 16px;
}

@media (min-width: 375px) {
  .nav-settings .opener-second-level:after {
    right: 12px;
  }
}

@media (min-width: 744px) {
  .nav-settings .opener-second-level:after {
    display: none;
  }
}

.nav-settings .opener-second-level .ico-holder {
  position: relative;
  top: 2px;
}

.nav-settings .opener-third-level {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 744px) {
  .nav-settings .opener-third-level {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

.nav-settings .opener-third-level:after {
  font-size: 1.375rem;
  right: 8px;
}

@media (min-width: 744px) {
  .nav-settings .opener-third-level:after {
    font-size: 1.25rem;
    right: 11px;
  }
}

@media (min-width: 1024px) {
  .nav-settings .opener-third-level:after {
    right: 8px;
  }
}

.nav-settings .opener-third-level .ico-holder {
  font-size: 1.375rem;
  margin-left: 2px;
  margin-right: -4px;
  position: relative;
  top: 2px;
}

.nav-settings .opener-third-level .icon {
  font-size: 1.25rem;
  position: relative;
  top: 2px;
  left: 2px;
}

.nav-settings .opener-third-level .nav-text {
  display: block;
}

.nav-settings .active .nav-main-link,
.nav-settings .active .opener-second-level,
.nav-settings .active .opener-third-level,
.nav-settings .nav-main-link.active,
.nav-settings .opener-second-level.active,
.nav-settings .opener-third-level.active,
.nav-settings a.nav-main-link:hover,
.nav-settings a.opener-second-level:hover,
.nav-settings a.opener-third-level:hover,
.nav-settings a.nav-main-link:focus,
.nav-settings a.opener-second-level:focus,
.nav-settings a.opener-third-level:focus {
  background-color: #303030;
  border-color: rgba(255, 255, 255, 0.02);
}

.nav-settings .active .nav-main-link:after,
.nav-settings .active .opener-second-level:after,
.nav-settings .active .opener-third-level:after,
.nav-settings .nav-main-link.active:after,
.nav-settings .opener-second-level.active:after,
.nav-settings .opener-third-level.active:after,
.nav-settings a.nav-main-link:hover:after,
.nav-settings a.opener-second-level:hover:after,
.nav-settings a.opener-third-level:hover:after,
.nav-settings a.nav-main-link:focus:after,
.nav-settings a.opener-second-level:focus:after,
.nav-settings a.opener-third-level:focus:after {
  opacity: 1;
}

.nav-settings .active .nav-main-link,
.nav-settings .active .opener-second-level,
.nav-settings .active .opener-third-level,
.nav-settings .nav-main-link.active,
.nav-settings .opener-second-level.active,
.nav-settings .opener-third-level.active {
  color: #fff;
}

.nav-settings .active .nav-main-link .nav-text,
.nav-settings .active .opener-second-level .nav-text,
.nav-settings .active .opener-third-level .nav-text,
.nav-settings .nav-main-link.active .nav-text,
.nav-settings .opener-second-level.active .nav-text,
.nav-settings .opener-third-level.active .nav-text {
  color: inherit;
}

.nav-settings .ico-holder {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}

.nav-settings .ico-holder.has-bg {
  background-color: #262626;
}

.nav-settings .icon {
  font-size: 1.5rem;
}

.nav-settings .nav-title {
  color: #fff;
  display: block;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 0.0625rem;
}

.nav-settings .nav-text {
  color: #A1A1A1;
  display: none;
  font-size: 0.8125rem;
  line-height: 1.53846;
}

@media (min-width: 375px) and (max-width: 743px) {
  .nav-settings .nav-text {
    display: block;
  }
}

@media (min-width: 1365px) {
  .nav-settings .nav-text {
    display: block;
  }
}

.nav-settings .nav-text p {
  margin-bottom: 0;
}

.nav-settings .divider {
  background-color: rgba(255, 255, 255, 0.2);
  margin-top: 0;
  margin-bottom: 10px;
}

@media (min-width: 375px) {
  .nav-settings .divider {
    margin-top: 15px;
    margin-bottom: 16px;
  }
}

@media (min-width: 744px) {
  .nav-settings .divider {
    margin-top: 16px;
  }
}

.opener-third-level .links-opener {
  font-size: 0.75rem;
  line-height: 1.21;
}

.opener-third-level .btn {
  margin-bottom: 0;
  padding: 8px 16px;
}

.open-close-container {
  margin: 0 0 2rem;
}

@media (min-width: 1024px) {
  .open-close-container {
    margin-bottom: 3rem;
  }
}

@media (min-width: 1200px) {
  .open-close-container {
    margin-bottom: 4rem;
  }
}

.open-close-content {
  border: 1px solid #3D3D3D;
  color: #F2F2F2;
  font-size: 0.9375rem;
  line-height: 1.4;
}

.open-close-content.open-close-active .open-close__opener:before {
  content: "\e90e";
}

.open-close-content.open-close-active .open-close__slide {
  display: block;
}

.open-close-content + .open-close-content {
  margin-top: -1px;
}

@media (min-width: 1200px) {
  .open-close-content p {
    margin-bottom: 1.3125rem;
  }
}

.open-close-content p:last-child,
.open-close-content p:only-child {
  margin-bottom: 0;
}

.open-close-content .item-title {
  color: inherit;
  font-size: 1.25rem;
  font-weight: normal;
  margin-bottom: 0;
}

.open-close-content .open-close__slide {
  border-top: 1px solid #3D3D3D;
  display: none;
}

.open-close-content .open-close__opener {
  color: inherit;
  text-decoration: none;
}

.open-close-content .open-close__opener:hover {
  color: #1fc8e3;
  opacity: 1;
}

.open-close__opener {
  display: block;
  padding: 0.75rem 1.875rem;
  position: relative;
}

@media (min-width: 1024px) {
  .open-close__opener {
    padding: 1rem 2.5rem;
  }
}

@media (min-width: 1200px) {
  .open-close__opener {
    padding: 1.375rem 3.375rem;
  }
}

.open-close__opener:before {
  content: "";
  font: 12px/1 'icomoon';
  text-indent: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 10px;
}

@media (min-width: 1024px) {
  .open-close__opener:before {
    left: 16px;
  }
}

@media (min-width: 1200px) {
  .open-close__opener:before {
    left: 26px;
  }
}

.open-close__body {
  padding: 1.5625rem 1.25rem;
}

@media (min-width: 1024px) {
  .open-close__body {
    padding: 2rem 1.875rem;
  }
}

@media (min-width: 1200px) {
  .open-close__body {
    padding: 2.4375rem 2.5rem;
  }
}

.popup-table-holder {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.popup-table-holder .popup-table__opener {
  text-decoration: none;
  font-size: 1rem;
  color: #444;
}

.popup-table-holder .popup-table__opener:hover {
  color: #1fc8e3;
  opacity: 1;
}

.popup-table-holder .popup-table__opener:hover + .popup-table__slide,
.popup-table-holder .popup-table__opener:focus + .popup-table__slide {
  opacity: 1;
  visibility: visible;
}

.popup-table__slide {
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  left: 50%;
  transform: translate(-50%, 0);
  background: #1B1B1B;
  border-radius: 6px;
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 1rem;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 100vw;
  max-width: 180px;
  bottom: 100%;
}

@media (min-width: 1024px) {
  .popup-table__slide {
    font-size: 0.875rem;
    line-height: 1.42857;
  }
}

.popup-table__slide p:last-child {
  margin-bottom: 0;
}

.progress-storage-container {
  padding: 0 0 1rem;
}

.card-workspace-storage .progress-storage-container,
.card-storage-usings .progress-storage-container {
  padding-bottom: 0;
}

.progress-storage {
  border-radius: 4px;
  height: 8px;
  margin: 0 0 1rem;
  overflow: hidden;
  position: relative;
}

.progress-storage .progress-bar__your,
.progress-storage .progress-bar__shared {
  position: absolute;
  top: 0;
  height: 100%;
}

.progress-storage-number {
  background: #565759;
}

.progress-storage-number .progress-bar__your {
  background: #2D82FF;
}

.progress-storage-number .progress-bar__shared {
  background: #99BA8E;
}

.progress-storage-value {
  background: #333;
}

.progress-storage-value .progress-bar__your {
  background: #A0A0A0;
}

.progress-storage-value .progress-bar__shared {
  background: #646464;
}

.radio-list .radio-custom {
  display: -ms-flexbox;
  display: flex;
}

.radio-list .disabled {
  opacity: 0.3;
  pointer-events: none;
}

.radio-list .radio-custom__input {
  margin: 1px 14px 0 0;
}

.radio-list .radio-custom__box .radio-custom__input {
  margin-right: 0;
}

.radio-list .radio-custom__label,
.radio-list .radio-custom__price {
  transition: color 0.25s ease-in-out;
}

.radio-list .radio-custom__label {
  color: #fff;
  font-size: 1rem;
}

.radio-list .radio-custom__price {
  font-size: 1rem;
}

.radio-list .label-small {
  color: #C0C0C0;
  display: block;
  font-size: 87.5%;
  font-weight: normal;
  padding: 0.25rem 0 0;
}

.radio-list-storage label,
.radio-list-storage .label {
  margin-bottom: 0;
}

.radio-list-storage .radio-custom {
  display: block;
}

.radio-custom__box {
  transition: background-color 0.25s ease-in-out, border 0.25s ease-in-out;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  display: block;
  margin-bottom: 0;
  padding: 0.75rem 1rem 0.6875rem 0.625rem;
}

.radio-custom__box:hover,
.radio-custom__box:focus {
  background-color: rgba(163, 163, 163, 0.06);
  border-color: grey;
}

.qty-box {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 46px;
  width: 100%;
  max-width: 262px;
}

.modal-users .qty-box {
  width: 134px;
}

.qty-box .jcf-number,
.qty-box .js-input-number {
  position: static;
}

.switch-block {
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.33333;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.8125rem 0 4.1875rem;
}

@media (min-width: 480px) {
  .switch-block {
    padding-bottom: 5.9375rem;
  }
}

@media (min-width: 744px) {
  .switch-block {
    padding-top: 1.0625rem;
    padding-bottom: 7.5rem;
  }
}

.switch-block label,
.switch-block .label {
  margin-bottom: 0;
}

.switch {
  width: 58px;
  height: 26px;
  display: inline-block;
  margin: 5px 16px;
  padding: 0;
  position: relative;
}

.switch-label {
  background: #252525;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 13px;
  left: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.switch-label,
.switch-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.switch-slider {
  display: block;
  transition: width 0.2s linear 0s;
  width: 54px;
  z-index: 2;
  right: 0;
}

.switch-slider:after {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background: #fff;
  border-radius: 50%;
  content: "";
  left: 1px;
}

.annually-active .switch-slider {
  width: 24px;
}

.annually-active .card-pricing__price-yearly,
.annually-active .card-pricing__price-text-yearly {
  opacity: 1;
  visibility: visible;
  position: static;
}

.annually-active .card-pricing__price-monthly,
.annually-active .card-pricing__price-text-monthly {
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.switch-radio {
  position: absolute;
  visibility: hidden;
}

.switch-radio:checked + .switch-label .switch-slider:after {
  visibility: hidden;
}

.switch-radio:checked + .switch-label .switch-slider {
  width: 28px;
  z-index: 1;
}

.table-pricing-block {
  color: #F2F2F2;
  padding: 0 0 4.375rem;
}

.table-pricing-block:last-child {
  padding-bottom: 0;
}

.table-pricing-block .table-pricing-header {
  background: #282828;
  border: 2px solid #444;
  border-radius: 6px;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  text-align: center;
  margin: 0 0 1.125rem;
}

.table-pricing-block .t-cell {
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

.table-pricing-header .t-cell {
  border-left: 1px solid #444;
  padding: 1.1875rem 0.625rem;
}

.table-pricing-header .t-cell:first-child {
  border-left: 0;
}

.table-pricing-card {
  border: 1px solid #444;
  border-radius: 6px;
  margin: 0 0 0.875rem;
}

.table-pricing-card .pricing-card-header {
  background: #242424;
  border-bottom: 1px solid #333;
  border-radius: 6px 6px 0 0;
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 0.5625rem 0.5rem 0.4375rem;
}

.table-pricing-card .pricing-card-row {
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  line-height: 1.3125;
}

.table-pricing-card .pricing-card-row:last-child .t-cell:first-child {
  border-radius: 0 0 0 6px;
}

.table-pricing-card .pricing-card-row:last-child .t-cell:last-child {
  border-radius: 0 0 6px;
}

.pricing-card-header .t-cell {
  background: #242424;
  border-left: 1px solid #333;
}

.pricing-card-header .t-cell:first-child {
  border-left: 0;
}

.pricing-card-row .t-cell {
  background: #161616;
  border-left: 1px solid #333;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.5rem 1rem 0.375rem;
  text-align: center;
  min-height: 60px;
}

.pricing-card-row .t-cell:first-child {
  border-left: 0;
}

.table-pricing-container {
  color: #F2F2F2;
  font-size: 0.75rem;
  line-height: 140%;
  margin: 0 0 1.5rem;
}

@media (min-width: 744px) and (max-width: 1023px) {
  .table-pricing-container {
    border: 1px solid #444;
    border-radius: 6px;
  }
}

@media (min-width: 1024px) {
  .table-pricing-container {
    font-size: 0.9375rem;
  }
}

.table-pricing-container table {
  margin: 0;
  width: 100%;
}

@media (min-width: 744px) and (max-width: 1023px) {
  .table-pricing-container table td {
    border: none;
  }

  .table-pricing-container table th {
    border-width: 0 0 1px;
    border-bottom-color: #242424;
  }

  .table-pricing-container table th:first-child {
    color: #848484;
  }

  .table-pricing-container table th:first-child,
  .table-pricing-container table td:first-child {
    border-right: 1px solid #242424;
  }
}

.table-pricing-container table th {
  font-weight: 600;
  width: 18.5%;
}

@media (min-width: 744px) and (max-width: 1023px) {
  .table-pricing-container table th {
    width: 15%;
  }

  .table-pricing-container table th:first-child {
    width: 40%;
  }
}

.table-pricing-container table th:first-child {
  font-weight: normal;
  width: 26%;
}

.table-pricing-container table th,
.table-pricing-container table td {
  border-left: 0;
  border-right: 0;
  text-align: center;
}

.table-pricing-container table th:first-child,
.table-pricing-container table td:first-child {
  text-align: left;
}

@media (min-width: 744px) and (max-width: 1023px) {
  .table-pricing-container table th,
  .table-pricing-container table td {
    padding: 17px 7px 15px;
  }
}

.table-pricing-container .icon-check {
  font-size: 89%;
}

@media (min-width: 744px) and (max-width: 1023px) {
  .table-pricing-container .icon-check {
    font-size: 100%;
  }
}

.table-container {
  padding: 0.5rem 0 0;
}

.table-container .table-summary {
  margin-bottom: 0.4375rem;
}

.table-container .table-summary .row-total {
  border-top-width: 0;
  border-bottom-width: 0;
}

.table-container .table-flex .row-total {
  margin-top: 0.5rem;
  margin-bottom: 0.4375rem;
}

.table-summary {
  color: #C0C0C0;
  width: 100%;
  margin: 0 0 0.9375rem;
}

.table-summary th,
.table-summary .th,
.table-summary td,
.table-summary .td,
.table-summary .tcell {
  border: none;
}

.table-summary th:last-child,
.table-summary .th:last-child,
.table-summary td:last-child,
.table-summary .td:last-child,
.table-summary .tcell:last-child {
  color: #F2F2F2;
  text-align: right;
}

.table-summary .row-total {
  border: solid #3D3D3D;
  border-width: 1px 0;
  font-size: 1.25rem;
  line-height: 1.4;
}

.table-summary .row-total td,
.table-summary .row-total .td {
  height: 68px;
}

.table-summary .row-total .tcell {
  min-height: 68px;
}

.table-summary .badge {
  font-size: 0.9375rem;
  padding-left: 0.4375rem;
  padding-right: 0.4375rem;
  position: relative;
  left: 8px;
}

.table-summary .info {
  display: block;
}

.user-block {
  color: #C0C0C0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.42857;
}

.user-block p {
  margin: 0;
}

.user-block a {
  color: inherit;
  text-decoration: none;
}

.user-block a:hover {
  color: #5B8EDA;
  opacity: 1;
}

.user-block .avatar {
  margin: 0 16px 0 0;
}

.user-block .name {
  color: #fff;
  display: block;
  font-size: 1rem;
  line-height: 1.1875;
  margin: 0 0 0.3125rem;
}

.avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 0  !important;
  position: relative;
}

.avatar:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: attr(data-title);
  z-index: 0;
  margin: 1px 0 0;
}

.avatar img {
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  position: relative;
  z-index: 3;
}

.section-prising .container {
  max-width: 1392px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 744px) {
  .section-prising .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .section-prising .container {
    max-width: 1180px;
  }
}

@media (min-width: 1439px) {
  .section-prising .container {
    max-width: 1340px;
  }
}

.card-price .price-holder,
.card-price .price-text-holder {
  position: relative;
}

.card-price .price-holder {
  margin: 0 0 -1px;
}

.price-placeholder,
.text-placeholder {
  opacity: 0;
  visibility: hidden;
}

.price-anually,
.text-anually,
.price-monthly,
.text-monthly {
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.price-anually,
.text-anually {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.annually-active .price-monthly,
.annually-active .text-monthly {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.annually-active .price-anually,
.annually-active .text-anually {
  opacity: 1;
  visibility: visible;
}

.main-central-block {
  padding: 1rem 0;
}

@media (min-width: 1024px) {
  .main-central-block {
    padding: 6.4375rem 0 3.125rem;
  }
}

@media (min-width: 1024px) {
  .setup-preferences .main-central-block {
    padding-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .create-workspace .main-central-block .container {
    max-width: calc(440px + (2* 20px));
  }
}

@media (min-width: 1024px) {
  .main-holder {
    padding: 0 342px 0 0;
  }
}

.header-row-small {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: .093em;
  padding: 1rem 0 2.9375rem;
  position: relative;
}

@media (min-width: 1024px) {
  .header-row-small {
    padding-top: 0.875rem;
    padding-bottom: 1.8125rem;
  }
}

@media (max-width: 743px) {
  .header-row-small .h6 {
    font-size: 1rem;
  }
}

.header-row-small .link-close {
  margin: 0 5px 0 0;
  position: absolute;
  top: 15px;
  right: 0;
}

@media (min-width: 744px) {
  .header-row-small .link-close {
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .header-row-small .link-close {
    top: 5px;
    margin-right: 8px;
  }
}

.card-md-only {
  border-radius: 8px;
}

@media (min-width: 744px) and (max-width: 1023px) {
  .card-md-only {
    background: #1B1B1B;
  }
}

@media (min-width: 744px) and (max-width: 1023px) {
  .card-md-only > .card-md-body {
    padding: 1.5625rem 1.25rem 1.25rem;
  }
}

@media (min-width: 744px) and (max-width: 1023px) {
  .card-md-only .block-top {
    padding: 0 0 1.125rem;
  }
}

@media (max-width: 743px) {
  .form-create-workspace {
    height: calc(100vh - 80px - (2 * 16px));
    height: calc(var(--vh, 1vh) * 100 - 80px - (2 * 16px));
  }
}

.form-create-workspace .form-holder {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 0 0.5rem;
}

@media (min-width: 744px) {
  .form-create-workspace .form-holder {
    padding-bottom: 0;
  }
}

.form-create-workspace .form-holder-row {
  height: 100%;
}

@media (max-width: 743px) {
  .form-create-workspace .form-holder-row {
    min-height: 200px;
  }
}

@media (min-width: 744px) {
  .form-create-workspace .buttons-row {
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
}

@media (min-width: 744px) {
  .form-create-workspace .buttons-row .btn {
    margin-bottom: 0;
  }
}

.main-content-container {
  transition: margin 0.25s ease-in-out;
  margin: 0 0 0 -242px;
  padding: 0 0 0 242px;
  position: relative;
}

@media (min-width: 375px) {
  .main-content-container {
    margin-left: -264px;
  }
}

@media (min-width: 1200px) {
  .main-content-container {
    /*margin-left: 0;*/
    margin-left: -264px;
  }
}

.nav-active .main-content-container {
  margin-left: 0;
}

@media (max-width: 374px) {
  .nav-active .main-content-container {
    margin-right: -242px;
  }
}

@media (min-width: 375px) and (max-width: 1199px) {
  .nav-active .main-content-container {
    /*margin-right: -264px;*/
  }
}

@media (min-width: 1200px) {
  .nav-active .main-content-container {
    /*margin-right: 0;*/
  }
}

@media (min-width: 375px) {
  .main-content-container {
    padding-left: 264px;
  }
}

.main-content-container .nav-container {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 743px) {
  .nav-active .nav-container {
    position: fixed;
    top: 0;
    left: 0;
  }
}

/*@media (min-width: 1200px) {*/
@media (min-width: 744px) {
  .main-content-container .nav-container {
    position: fixed;
  }
}

.settings-container {
  position: relative;
}

@media (min-width: 744px) and (max-width: 1023px) {
  .settings-container {
    padding: 0 0 0 264px;
  }
}

@media (min-width: 1024px) and (max-width: 1364px) {
  .settings-container {
    /*padding-left: 264px;*/
    padding: 0 0 0 264px;
  }
}

@media (min-width: 1365px) {
  .settings-container {
    /*padding-left: 356px;*/
    padding: 0 0 0 264px;
  }
}

@media (min-width: 1439px) {
  .settings-container {
    /*padding-left: 375px;*/
  }
}

.settings-holder,
.settings-holder-content {
  /*transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;*/
}

@media (max-width: 743px) {
  .settings-holder,
  .settings-holder-content {
    background: #161616;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    transform: translateX(100%);
    overflow-y: auto;
    overflow-x: hidden;
  }
}

@media (min-width: 744px) {
  .settings-holder,
  .settings-holder-content {
    position: absolute;
    opacity: 0;
    width: 100%;
  }
}

.settings-holder .card,
.settings-holder-content .card {
  background-color: #1C1C1C;
}

.settings-holder {
  overflow: hidden;
}

@media (max-width: 743px) {
  .settings-holder.settings-active {
    transform: translateX(0);
  }
}

@media (min-width: 744px) {
  .settings-holder.settings-active {
    position: relative;
    opacity: 1;
  }
}

@media (max-width: 743px) {
  .settings-holder-content.content-active {
    transform: translateX(0);
  }
}

@media (min-width: 744px) {
  .settings-holder-content.content-active {
    position: relative;
    opacity: 1;
  }
}

.settings-heading {
  color: #fff;
  min-height: 56px;
  padding: 1.375rem 1.25rem 0.3125rem;
}

@media (min-width: 744px) {
  .settings-heading {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 1.4375rem;
    padding-bottom: 0.3125rem;
  }

  /*.settings-heading:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    margin: 5px 0 0;
  }*/
}

@media (min-width: 1200px) {
  .settings-heading {
    min-height: 60px;
    padding-top: 1.5625rem;
  }
}

.settings-heading .heading-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.settings-heading .heading-block .nav-opener {
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  max-width: 30px;
  position: relative;
  /*top: -2px;*/
  top: 0px;
  padding-bottom: 1px;
}

.settings-heading .heading-block .nav-back {
  -ms-flex: 0 1 calc(100% - 30px);
  flex: 0 1 calc(100% - 30px);
  max-width: calc(100% - 30px);
}

.settings-heading .settings-title {
  margin-bottom: 0;
  display: block;
  font-size: 1rem;
}

.settings-heading .settings-title .add-title {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 4px 0 0;
}

.settings-heading .nav-opener {
  margin-right: 8px;
}

@media (min-width: 744px) {
  .settings-heading .nav-opener {
    display: none;
  }
}

.nav-active .settings-heading .nav-opener {
  opacity: 0;
}

.settings-heading .icon {
  font-size: 1.5rem;
  margin-left: -1px;
}

.title-card-block {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0.3125rem;
}

.nav-back {
  color: inherit;
  text-decoration: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}

.nav-back:hover {
  color: #fff;
  /*
  color: #1fc8e3;
  opacity: 1;
  */
}

.nav-back .ico-holder {
  -ms-flex: 0 1 30px;
  flex: 0 1 30px;
  max-width: 30px;
  margin: 0 8px 0 0;
}

.nav-back .ico-holder + .ico-holder {
  margin-left: -4px;
}

.nav-back .title-holder {
  -ms-flex: 0 1 calc(100% - 30px);
  flex: 0 1 calc(100% - 30px);
  max-width: calc(100% - 30px);
}

.nav-back .icon-chevron-left {
  margin-right: 7px;
}

.settings-content {
  height: calc(100% - 56px);
  max-width: 1020px;
  margin: 0 auto;
  padding: 0.625rem 1.25rem 1rem;
}

@media (min-width: 744px) {
  .settings-content {
    padding-top: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .settings-content {
    padding-top: 3rem;
  }
}

@media (min-width: 1200px) {
  .settings-content {
    height: calc(100% - 60px);
  }
}

@media (max-width: 743px) {
  .settings-content .settings-content-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
}

.intro-text p {
  margin-bottom: 0.75rem;
}

.content-block .intro-text p {
  margin-bottom: 1rem;
}

@media (max-width: 743px) {
  .settings-content-holder .card-h-100 {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
}

.settings-content-holder .subtitle {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .12em;
  display: block;
  margin: 0 0 0.4375rem;
}

.setup-preferences .header-row-small {
  padding-bottom: 0.375rem;
}

.setup-preferences .header-block {
  padding-bottom: 0.9375rem;
}

.setup-preferences .main-central-block {
  padding-top: 2rem;
}

@media (min-width: 1200px) {
  .setup-preferences .main-central-block {
    padding-top: 2.75rem;
  }
}

.setup-preferences .sidebar-right .plan-name {
  font-size: 1.25rem;
}

.steps-container {
  padding: 0 0 1.125rem;
}

.list-plans {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}

.list-plans > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 0 10px;
}

@media (min-width: 744px) and (max-width: 1199px) {
  .list-plans > li {
    /*-ms-flex-preferred-size: 50%;
    flex-basis: 50%;*/
  }
}

.list-plans label,
.list-plans .label {
  display: block;
}

.list-plans [type="checkbox"],
.list-plans [type="radio"] {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}

.list-plans .card-plan-container,
.list-plans .card-plan {
  display: -ms-flexbox;
  display: flex;
}

.list-plans .card-plan-container {
  margin-bottom: 0;
}

@media (min-width: 744px) and (max-width: 1199px) {
  .list-plans .card-plan {
    /*max-width: 100%;*/
  }
}

.sidebar-right {
  font-size: 15px;
  line-height: 21px;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

@media (min-width: 1024px) {
  .sidebar-right {
    position: fixed;
    top: 0;
    right: 0;
    width: 342px;
    z-index: 995;
  }
}

.sidebar-right .card-summary {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

@media (min-width: 1024px) {
  .sidebar-right .block-bottom {
    padding: 2rem 0 0;
  }
}

@media (min-width: 1200px) {
  .sidebar-right .block-bottom {
    padding-top: 3rem;
  }
}

@media (min-width: 1024px) {
  .sidebar-right .btn-primary {
    min-width: 182px;
  }
}

@media (min-width: 1024px) {
  .block-top .block-holder {
    padding: 0 0 1rem;
  }
}

@media (min-width: 1200px) {
  .block-top .block-holder {
    padding-bottom: 2rem;
  }
}


.popup-card {
  padding: 24px;
  border-radius: 10px;
  background-color: #161616;
}

@media (min-width: 744px) {
  .popup-card {
    margin-left: 264px;
    margin-bottom: 40px;
  }
}

.popup-container {
  max-width: 764px;
  margin-right: auto;
  margin-left: auto;
}

.popup-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 743px) {
  .popup-actions .df-row {
    width: 100%;
    margin:0;
    padding: 0px;
  }

  .popup-actions .df-row .col-md-auto {
    padding: 0;
  }
}

.popup-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  overflow: scroll;
  width: 100vw;
  height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: rgba(0, 0, 0, 0.76);
}

.f-white {
  color: #fff;
}